fits file is read one time less
authorRicardo Zanmar <rzanmar@gmail.com>
Mon, 27 Jun 2011 08:55:31 +0000 (10:55 +0200)
committerRicardo Zanmar <rzanmar@gmail.com>
Mon, 27 Jun 2011 08:55:31 +0000 (10:55 +0200)
commit8016a49c4ed464da7f8298b279b6b6e03b685db4
tree9b90dbbc082851bceacc5b423e7b0cca0f4765ee
parent818d67ed460b73b652e813cd1fb1985cf231d4a8
fits file is read one time less

In my continuos quest for speed, I read the fits file one time less. I
save a subsample of the data ~500x500 pixels to find the histogram etc.
One could read the whole image once and save everything to ram.
loader_fits.c
sls.lut [new file with mode: 0644]