IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2008, 2:46:25 PM (18 years ago)
Author:
eugene
Message:

need to use the DARKSTATS recipe for dark images (allows stats on 0th readout of 3D cell)

File:
1 edited

Legend:

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

    r18877 r19071  
    6262
    6363my $RECIPE_PPIMAGE = 'PPIMAGE_N'; # Recipe to use with ppImage
    64 my $RECIPE_PPSTATS = 'CHIPSTATS'; # Recipe to use with ppStats
    6564
    6665# Define which detrend types we normalise
     
    117116my $outFile = ($det_type_real eq "mask") ? 'PPIMAGE.OUTPUT.DETMASK' : 'PPIMAGE.OUTPUT';; # XXXX something of a hack (too many places to control things...)
    118117
     118my $RECIPE_PPSTATS = ($det_type_real eq "dark") ? 'DARKSTATS' : 'CHIPSTATS';; # XXXX something of a hack (too many places to control things...)
     119
    119120my $output    = $ipprc->filename($outFile,        $outroot, $class_id) or &my_die("Missing entry from camera config", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR);
    120121my $b1name    = $ipprc->filename("PPIMAGE.BIN1",  $outroot, $class_id) or &my_die("Missing entry from camera config", $det_id, $iter, $class_id, $PS_EXIT_CONFIG_ERROR);
Note: See TracChangeset for help on using the changeset viewer.