Changeset 15657 for trunk/Ohana/src/libfits/matrix/F_uncompress_data.c
- Timestamp:
- Nov 20, 2007, 12:21:39 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/matrix/F_uncompress_data.c
r15656 r15657 58 58 Ninsum += Nzdata; 59 59 Noutsum += *Nout; 60 fprintf (stderr, "%d comp bytes; %d uncomp 'pixels', totals: %d %d\n", Nzdata, Npix, Ninsum, Noutsum);60 // fprintf (stderr, "%d comp bytes; %d uncomp 'pixels', totals: %d %d\n", Nzdata, Npix, Ninsum, Noutsum); 61 61 62 62 // rice decompression from the CFITSIO source tree : we need to tell it the expected number of pixels … … 88 88 return (FALSE); 89 89 } 90 fprintf (stderr, "decompression yields image %d x %d (scale: %d)\n", Nx, Ny, scale);90 // fprintf (stderr, "decompression yields image %d x %d (scale: %d)\n", Nx, Ny, scale); 91 91 92 92 if (Nx * Ny != *Nout) {
Note:
See TracChangeset
for help on using the changeset viewer.
