IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8237


Ignore:
Timestamp:
Aug 8, 2006, 3:00:04 PM (20 years ago)
Author:
Paul Price
Message:

Extra comments, adding detrend flag for output.

File:
1 edited

Legend:

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

    r8236 r8237  
    2323
    2424# These values should be constant for all components
     25# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    2526use constant CONSTANTS => {
    2627                           "FPA.FILTER"   => "-filter", # Filter used
     
    3536
    3637# These values may vary across components; we will take the average
     38# The key is the name in the ppStats output; the value is the switch for "phase0 -updateexp"
    3739use constant VARIABLES => {
    3840                           "CELL.EXPOSURE" => "-exp_time", # Exposure time
     
    100102    my $value = $values{$variable}->{value} / $values{$variable}->{num}; # Value of interest
    101103    $command .= " $switch $value";
     104}
     105
     106# Check if it's a detrend
     107if ($values{TYPE}) {
     108    $command .= " " . DETREND_FLAG;
    102109}
    103110
Note: See TracChangeset for help on using the changeset viewer.