IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2019, 2:40:30 PM (7 years ago)
Author:
mhuber
Message:

fixes to restore detserver function using diff_id/mjd/filter with reqver 2 only, for PS2 will need to integrate PROJECT field still

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/dqueryparse.pl

    r36463 r40747  
    216216        }
    217217
     218        ## 20190317 MEH hack to add to row
     219        # Set common request components
     220        my $option_mask |= 1;
     221        $option_mask |= $PSTAMP_SELECT_IMAGE;
     222        $option_mask |= $PSTAMP_SELECT_MASK;
     223        $option_mask |= $PSTAMP_SELECT_VARIANCE;
     224        $option_mask |= $PSTAMP_SELECT_PSF;
     225
    218226        # Set up a rowList with default values
    219227        my @rowList;
     
    223231            $rowList[$i]->{ID} = $query{$fpa_id}{ROWNUM}[$i];
    224232            $rowList[$i]->{COORD_MASK} = 0;
     233            # 20190317 MEH hack add to row 
     234            $rowList[$i]->{OPTION_MASK} = $option_mask;
    225235            # Set default values
    226236            $query{$fpa_id}{BAD_COMPONENT}[$i] = 1;
     
    259269        }
    260270        # Set common request components
    261         my $option_mask |= 1;
    262         $option_mask |= $PSTAMP_SELECT_IMAGE;
    263         $option_mask |= $PSTAMP_SELECT_MASK;
    264         $option_mask |= $PSTAMP_SELECT_VARIANCE;
    265         $option_mask |= $PSTAMP_SELECT_PSF;
     271#       my $option_mask |= 1;
     272#       $option_mask |= $PSTAMP_SELECT_IMAGE;
     273#       $option_mask |= $PSTAMP_SELECT_MASK;
     274#       $option_mask |= $PSTAMP_SELECT_VARIANCE;
     275#       $option_mask |= $PSTAMP_SELECT_PSF;
    266276
    267277        # magic is dead
Note: See TracChangeset for help on using the changeset viewer.