adding bare FITS file support

This commit is contained in:
2020-07-24 10:38:13 +02:00
parent 4e90a400e7
commit 3849485c02
6 changed files with 116 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ for (x=0; x<fimg->width; x++) {
fimg_plot_rgb(fimg, x, y, fr, fg, fb);
}
k = fimg->height/4;
k = fimg->height / 4;
for (x=0; x<fimg->width; x++) {
val = ((double)x / (double)fimg->width) * dval;
for (y=0; y<20; y++) {