IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18013


Ignore:
Timestamp:
Jun 8, 2008, 4:44:09 PM (18 years ago)
Author:
eugene
Message:

fix a few typos, fix output metadata entries

File:
1 edited

Legend:

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

    r18010 r18013  
    7777        { name => "fringe_1",       type => "rms",   flag => "-fringe_1",       dtype => "float" },
    7878        { name => "fringe_0",       type => "stdev", flag => "-fringe_2",       dtype => "float" },
    79         { name => "sigma_ra",       type => "rms",   flag => "-sigma_ra",       dtype => "float" },
    80         { name => "sigma_dec",      type => "rms",   flag => "-sigma_dec",      dtype => "float" },
     79#        { name => "sigma_ra",       type => "rms",   flag => "-sigma_ra",       dtype => "float" },
     80#        { name => "sigma_dec",      type => "rms",   flag => "-sigma_dec",      dtype => "float" },
    8181        { name => "ap_resid",       type => "mean",  flag => "-ap_resid",       dtype => "float" },
    8282        { name => "ap_resid_stdev", type => "rms",   flag => "-ap_resid_stdev", dtype => "float" },
     
    248248        # Get the statistics on the processed image
    249249        my $statsFile;              # File handle
    250         open $statsFile, $ipprc->file_resolve($fpaStats) or &my_die("Can't open statistics file $outputStats: $!", $cam_id, $PS_EXIT_SYS_ERROR);
     250        open $statsFile, $ipprc->file_resolve($fpaStats) or &my_die("Can't open statistics file $fpaStats: $!", $cam_id, $PS_EXIT_SYS_ERROR);
    251251        my @contents = <$statsFile>; # Contents of file
    252252        close $statsFile;
     
    260260
    261261        # extract the stats from the metadata
    262         unless ($stats->parse($metadata)) {
    263             &my_die("Failure extracting metadata from the statistics output file.\n", $exp_id, $chip_id, $class_id, $PS_EXIT_PROG_ERROR);
     262        unless ($camStats->parse($metadata)) {
     263            &my_die("Failure extracting metadata from the statistics output file.\n", $cam_id, $PS_EXIT_PROG_ERROR);
    264264        }
    265265
Note: See TracChangeset for help on using the changeset viewer.