IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27953 for trunk/pstamp


Ignore:
Timestamp:
May 13, 2010, 2:00:40 PM (16 years ago)
Author:
bills
Message:

For chip stage postage stamps use the camera stage mask files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_job_run.pl

    r27947 r27953  
    8989    $argString = $params->{job_args};
    9090
     91    # XXX: should we do any other sanity checking?
     92    my_die("argument list is empty", $job_id, $PS_EXIT_DATA_ERROR) if !$argString;
     93
     94    # XXX: remove -astrom from argString and add it here
     95
    9196    $argString .= " -file $params->{image}";
    9297    $argString .= " -mask $params->{mask}";
     
    9499        $argString .= " -variance $params->{weight}";
    95100    }
    96 
    97     # XXX: should we do any other sanity checking?
    98     my_die("argument list is empty", $job_id, $PS_EXIT_DATA_ERROR) if !$argString;
    99101
    100102    my $command = "$ppstamp $outputBase $argString";
Note: See TracChangeset for help on using the changeset viewer.