Changeset 28069
- Timestamp:
- May 21, 2010, 12:27:09 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r28043 r28069 1116 1116 $astrom_file = $run->{cam_path_base} . ".smf"; 1117 1117 my $astrom_file_resolved = $ipprc->file_resolve($astrom_file); 1118 if (!$astrom_file_resolved) { 1119 print STDERR "cannot resolve astrometry file: $astrom_file\n"; 1120 setErrorCodes($rowList, $PSTAMP_NOT_AVAILABLE); 1121 next; 1122 } 1118 1123 $command .= " -astrom $astrom_file_resolved"; 1119 1124 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
