IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17522


Ignore:
Timestamp:
May 4, 2008, 2:15:45 PM (18 years ago)
Author:
eugene
Message:

astrometry only run at camera level

File:
1 edited

Legend:

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

    r16919 r17522  
    6666
    6767# Recipes to use based on reduction class
     68# the CHIP recipe should not perform astrometry anymore (2008.04.08)
     69
    6870$reduction = 'DEFAULT' unless defined $reduction;
    6971my $recipe = $ipprc->reduction($reduction, 'CHIP'); # Recipe to use
     
    7476# values to extract from output metadata and the stats to calculate
    7577# XXX commented-out entries are not yet defined in the output files
     78# XXX EAM : we are removing the astrometry analysis from chip, so we
     79# do not bother to calculate those stats.
    7680my $STATS =
    7781   [
     
    8589       { name => "FRINGE_RESID_0", type => "rms",   flag => "-fringe_1",       dtype => "float" },
    8690       { name => "FRINGE_ERR_0",   type => "rms",   flag => "-fringe_2",       dtype => "float" },
    87        { name => "CERROR",         type => "rms",   flag => "-sigma_ra",       dtype => "float" },
    88        { name => "CERROR",         type => "rms",   flag => "-sigma_dec",      dtype => "float" },
     91#      { name => "CERROR",         type => "rms",   flag => "-sigma_ra",       dtype => "float" },
     92#      { name => "CERROR",         type => "rms",   flag => "-sigma_dec",      dtype => "float" },
    8993       { name => "APMIFIT",        type => "mean",  flag => "-ap_resid",       dtype => "float" },
    9094       { name => "DAPMIFIT",       type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },
     
    9599       { name => "DT_DET",         type => "sum",   flag => "-dtime_detrend",  dtype => "float" },
    96100       { name => "DT_PHOT",        type => "sum",   flag => "-dtime_photom",   dtype => "float" },
    97        { name => "DT_ASTR",        type => "sum",   flag => "-dtime_astrom",   dtype => "float" },
     101#       { name => "DT_ASTR",        type => "sum",   flag => "-dtime_astrom",   dtype => "float" },
    98102       { name => "NSTARS",         type => "sum",   flag => "-n_stars",        dtype => "int"   },
    99103#      { name => "?",              type => "sum",   flag => "-n_extended",     dtype => "int"   },
    100104#      { name => "?",              type => "sum",   flag => "-n_cr",           dtype => "int"   },
    101        { name => "NASTRO",         type => "sum",   flag => "-n_astrom",       dtype => "int"   },
     105#      { name => "NASTRO",         type => "sum",   flag => "-n_astrom",       dtype => "int"   },
    102106   ];
    103107my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.