IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2015, 1:53:40 PM (11 years ago)
Author:
bills
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r38162 r38196  
    11951195    my $command;
    11961196    my $using_camtool = 0;
    1197     if ($release_name or $survey) {
     1197    if ($release_name or ($survey and $survey ne 'bypass')) {
    11981198        $command = "$releasetool -dbname $imagedb -listrelexp";
    11991199        if ($survey) {
     
    15341534
    15351535    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;
    15381538    }
    15391539
Note: See TracChangeset for help on using the changeset viewer.