Changeset 20342 for trunk/magic/remove/src/streaksremove.c
- Timestamp:
- Oct 22, 2008, 9:49:53 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.c
r20340 r20342 36 36 memset(sfile, 0, sizeof(sFile)); 37 37 38 // We use directly use psFitsto read the image file unless the stage is warp38 // We use psFits directly to read the image file unless the stage is warp 39 39 // or diff. In that case we use the pmFPAfile functions to read the image file 40 // so that it handles managing the astrometry.40 // to make managing the astromety easy 41 41 42 42 if (!CHIP_LEVEL_INPUT(stage) && !strcmp(fileSelect, "INPUT")) { … … 758 758 // psFitsCompressionGet(sf->inImage->image) gives compression none 759 759 // perhaps we should just use the definition of COMP_IMG in the configuration 760 // XXX: turn off compression as a test 761 // psFitsSetCompression(sf->outImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0); 760 psFitsSetCompression(sf->outImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0); 762 761 psFitsSetCompression(sf->recImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0); 763 762
Note:
See TracChangeset
for help on using the changeset viewer.
