IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42852 for trunk


Ignore:
Timestamp:
May 9, 2025, 2:06:59 PM (14 months ago)
Author:
eugene
Message:

no_compress option should also not compress mask and variance

File:
1 edited

Legend:

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

    r42401 r42852  
    514514    }
    515515    if ($no_compress_image) {
    516         $command .= " -R PPIMAGE.CHIP FITS.TYPE NONE";
     516        $command .= " -R PPIMAGE.CHIP          FITS.TYPE NONE";
     517        $command .= " -R PPIMAGE.CHIP.MASK     FITS.TYPE NONE";
     518        $command .= " -R PPIMAGE.CHIP.VARIANCE FITS.TYPE NONE";
    517519    }
    518520    if ($run_state eq 'update' and metadataLookupBool($recipeData, 'MASK.STATS')) {
Note: See TracChangeset for help on using the changeset viewer.