IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17409


Ignore:
Timestamp:
Apr 8, 2008, 11:24:51 AM (18 years ago)
Author:
eugene
Message:

working towards chip sans astrom

Location:
branches/eam_branch_20080408/ippScripts/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080408/ippScripts/scripts/camera_exp.pl

    r17224 r17409  
    161161
    162162    # If there is only one chip, we use this name for the input to addstar
    163     $chipObjects = $ipprc->filename("PSASTRO.OUTPUT", $file->{path_base}, $class_id);
     163    # we expect the chip analysis stage to produce psphot output (cmf file) and two binned images
     164    $chipObjects = $ipprc->filename("PSPHOT.OUTPUT", $file->{path_base}, $class_id);
    164165    print $list1File ($ipprc->filename("PPIMAGE.BIN1", $file->{path_base}, $class_id) . "\n");
    165166    print $list2File ($ipprc->filename("PPIMAGE.BIN2", $file->{path_base}, $class_id) . "\n");
     
    178179$ipprc->outroot_prepare($outroot);
    179180
     181# the camera configurations should define the psastro output to be a single file (MEF), regardless of the inputs
    180182my $jpeg1      = $ipprc->filename("PPIMAGE.JPEG1",      $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
    181183my $jpeg2      = $ipprc->filename("PPIMAGE.JPEG2",      $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
    182 my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT.MEF", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
     184my $fpaObjects = $ipprc->filename("PSASTRO.OUTPUT",    $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
    183185my $traceDest  = $ipprc->filename("TRACE.EXP",          $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
    184186my $logDest    = $ipprc->filename("LOG.EXP",            $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
  • branches/eam_branch_20080408/ippScripts/scripts/chip_imfile.pl

    r16919 r17409  
    8585       { name => "FRINGE_RESID_0", type => "rms",   flag => "-fringe_1",       dtype => "float" },
    8686       { 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" },
     87#      { name => "CERROR",         type => "rms",   flag => "-sigma_ra",       dtype => "float" },
     88#      { name => "CERROR",         type => "rms",   flag => "-sigma_dec",      dtype => "float" },
    8989       { name => "APMIFIT",        type => "mean",  flag => "-ap_resid",       dtype => "float" },
    9090       { name => "DAPMIFIT",       type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },
     
    9595       { name => "DT_DET",         type => "sum",   flag => "-dtime_detrend",  dtype => "float" },
    9696       { name => "DT_PHOT",        type => "sum",   flag => "-dtime_photom",   dtype => "float" },
    97        { name => "DT_ASTR",        type => "sum",   flag => "-dtime_astrom",   dtype => "float" },
     97#       { name => "DT_ASTR",        type => "sum",   flag => "-dtime_astrom",   dtype => "float" },
    9898       { name => "NSTARS",         type => "sum",   flag => "-n_stars",        dtype => "int"   },
    9999#      { name => "?",              type => "sum",   flag => "-n_extended",     dtype => "int"   },
    100100#      { name => "?",              type => "sum",   flag => "-n_cr",           dtype => "int"   },
    101        { name => "NASTRO",         type => "sum",   flag => "-n_astrom",       dtype => "int"   },
     101#      { name => "NASTRO",         type => "sum",   flag => "-n_astrom",       dtype => "int"   },
    102102   ];
    103103my $stats = PS::IPP::Metadata::Stats->new($STATS); # Stats parser
Note: See TracChangeset for help on using the changeset viewer.