IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35668 for trunk/ippScripts


Ignore:
Timestamp:
Jun 17, 2013, 3:07:41 PM (13 years ago)
Author:
bills
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/chip_imfile.pl

    r35564 r35668  
    224224    }
    225225
     226    my $no_compress = metadataLookupBool($recipeData, 'NO.COMPRESS');
    226227
    227228    ## XXX make the feature more general?
     
    478479    if (!$do_binned_images) {
    479480        $command .= " -Db PPIMAGE:BIN1.FITS FALSE -Db PPIMAGE:BIN2.FITS FALSE";
     481    }
     482    if ($no_compress) {
     483        $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE";
    480484    }
    481485    $command .= " -threads $threads" if defined $threads;
Note: See TracChangeset for help on using the changeset viewer.