IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35621


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

fix incorrect mjd cut arguments for stacktool -sumskyfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130307/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm

    r35507 r35621  
    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.