Changeset 35668 for trunk/ippScripts/scripts/chip_imfile.pl
- Timestamp:
- Jun 17, 2013, 3:07:41 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/chip_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/chip_imfile.pl
r35564 r35668 224 224 } 225 225 226 my $no_compress = metadataLookupBool($recipeData, 'NO.COMPRESS'); 226 227 227 228 ## XXX make the feature more general? … … 478 479 if (!$do_binned_images) { 479 480 $command .= " -Db PPIMAGE:BIN1.FITS FALSE -Db PPIMAGE:BIN2.FITS FALSE"; 481 } 482 if ($no_compress) { 483 $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE"; 480 484 } 481 485 $command .= " -threads $threads" if defined $threads;
Note:
See TracChangeset
for help on using the changeset viewer.
