IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2012, 1:52:11 PM (14 years ago)
Author:
bills
Message:

some changes for detectability queries

File:
1 edited

Legend:

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

    r33127 r33249  
    351351        $command .= " -dateobs_begin $dateobs_begin" if $dateobs_begin;
    352352        $command .= " -dateobs_end $dateobs_end" if $dateobs_end;
    353     } else {
     353    } elsif ($req_type ne "byid") {
    354354        $command .= " -mjd_obs_begin $mjd_min" if $mjd_min;
    355355        $command .= " -mjd_obs_end $mjd_max" if $mjd_max;
     
    438438        } elsif ($stage eq "stack") {
    439439            $stage_id = $out->{stack_id};
     440            # dquery wants these set
     441            $out->{magicked} = 0;
     442            $out->{data_state} = $out->{state};
    440443        }
    441444        $out->{stage_id} = $stage_id;
Note: See TracChangeset for help on using the changeset viewer.