Changeset 38196 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Apr 27, 2015, 1:53:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r38162 r38196 1195 1195 my $command; 1196 1196 my $using_camtool = 0; 1197 if ($release_name or $survey) {1197 if ($release_name or ($survey and $survey ne 'bypass')) { 1198 1198 $command = "$releasetool -dbname $imagedb -listrelexp"; 1199 1199 if ($survey) { … … 1534 1534 1535 1535 if ($mjd < 54000) { 1536 print STDERR "MJD value too small minimum is 54000\n";1537 return undef;1536 # print STDERR "MJD value too small minimum is 54000\n"; 1537 $mjd = 54000; 1538 1538 } 1539 1539
Note:
See TracChangeset
for help on using the changeset viewer.
