IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2021, 8:41:21 AM (5 years ago)
Author:
eugene
Message:

import modifications from ippitc

File:
1 edited

Legend:

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

    r41478 r41584  
    385385                    ($query{$fpa_id}{STATE}[$valid_index] eq 'drop') or
    386386                    ($query{$fpa_id}{STATE}[$valid_index] eq 'error_cleaned') or
    387                     ($query{$fpa_id}{DATA_STATE}[$valid_index] eq 'error_cleaned') or
     387                    ($query{$fpa_id}{DATA_STATE}[$valid_index] eq 'error_cleaned') or
    388388                    ($query{$fpa_id}{STATE}[$valid_index] eq 'goto_scrubbed') or
    389389                    ($query{$fpa_id}{DATA_STATE}[$valid_index] eq 'scrubbed')) {
     
    391391                    # image is gone and it's not coming back
    392392                    $query{$fpa_id}{FAULT}[$valid_index] = $PSTAMP_GONE;
    393                     ## MEH error_cleaned isn't necessarily gone though
    394                     ## if BAD_COMPONENT not set then doesn't get added to faulted_rows list (others need this too?)
    395                     $query{$fpa_id}{BAD_COMPONENT}[$valid_index] = 1;
     393                    ## MEH why was this missing? should be added to other FAULT cases...
     394                    ## messes with row order, skipping the faulted rows on output, unclear if problem since happens in other cases too
     395                    $query{$fpa_id}{BAD_COMPONENT}[$valid_index] = 1;
    396396                }
    397397                elsif ($need_magic and ($query{$fpa_id}{MAGICKED}[$valid_index] eq 0)) {
Note: See TracChangeset for help on using the changeset viewer.