IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35620


Ignore:
Timestamp:
Jun 3, 2013, 10:42:29 AM (13 years ago)
Author:
bills
Message:

Fixed incorrect mjd cut arguments when invoking stacktool -sumskyfile

File:
1 edited

Legend:

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

    r35506 r35620  
    574574        $command .= " -dateobs_end $dateobs_end" if $dateobs_end;
    575575    } elsif ($req_type ne "byid") {
    576         $command .= " -mjd_min $mjd_min" if $mjd_min;
    577         $command .= " -mjd_max $mjd_max" if $mjd_max;
     576        $command .= " -mjd_obs_begin $mjd_min" if $mjd_min;
     577        $command .= " -mjd_obs_end $mjd_max" if $mjd_max;
    578578    }
    579579
Note: See TracChangeset for help on using the changeset viewer.