Changeset 25226
- Timestamp:
- Sep 1, 2009, 2:36:33 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksio.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksio.c
r25209 r25226 1236 1236 out->fits->options->bitpix = 0; 1237 1237 } 1238 #endif 1238 1239 if (!psFitsWriteImage(out->fits, in->header, in->image, 0, in->extname)) { 1239 1240 psError(PM_ERR_UNKNOWN, false, "failed to write image for extension %d\n", extnum); 1240 1241 streaksExit("", PS_EXIT_UNKNOWN_ERROR); 1241 1242 } 1243 #ifdef SAVE_AND_RESTORE_COMPRESSION 1242 1244 if (out->fits->options) { 1243 1245 out->fits->options->bitpix = bitpix;
Note:
See TracChangeset
for help on using the changeset viewer.
