Changeset 27953 for trunk/pstamp
- Timestamp:
- May 13, 2010, 2:00:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstamp_job_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_job_run.pl
r27947 r27953 89 89 $argString = $params->{job_args}; 90 90 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 91 96 $argString .= " -file $params->{image}"; 92 97 $argString .= " -mask $params->{mask}"; … … 94 99 $argString .= " -variance $params->{weight}"; 95 100 } 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;99 101 100 102 my $command = "$ppstamp $outputBase $argString";
Note:
See TracChangeset
for help on using the changeset viewer.
