IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13784


Ignore:
Timestamp:
Jun 13, 2007, 7:46:45 AM (19 years ago)
Author:
eugene
Message:

comment out the fringe stats for now

File:
1 edited

Legend:

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

    r13780 r13784  
    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');
     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
     190my $fringe_0      = 'NAN';
     191my $fringe_1      = 'NAN';
     192my $fringe_2      = 'NAN';
    188193
    189194unless ($no_update) {
Note: See TracChangeset for help on using the changeset viewer.