IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2007, 12:47:05 PM (19 years ago)
Author:
Paul Price
Message:

Adding code to pull the fringe amplitudes and errors out of the statistics.

File:
1 edited

Legend:

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

    r13784 r13926  
    183183my $bg_mean_stdev = ($stats->bg_mean_stdev() or 'NAN');
    184184my $bin_stdev     = ($binnedStats->bg_stdev() or 'NAN');
    185 #my $fringe_0     = ($stats->frng_00() or 'NAN');
    186 #my $fringe_1     = ($stats->frng_00D() or 'NAN'); ## XXX for a test: this should be only frng_00D
    187 #my $fringe_2     = ($stats->frng_01() or 'NAN');
    188 
    189 # XXX temporary until paul fixes the metadata lookups above
    190 my $fringe_0      = 'NAN';
    191 my $fringe_1      = 'NAN';
     185my $fringe_0      = (${$stats->fringe()[0]} or 'NAN');
     186my $fringe_1      = (${$stats->fringe_err()[0]} or 'NAN');
    192187my $fringe_2      = 'NAN';
    193188
Note: See TracChangeset for help on using the changeset viewer.