IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2010, 12:19:43 PM (16 years ago)
Author:
bills
Message:

"optimizations" to bycoord requests. It's likely that I just moved
the bottleneck but this is more correct.

File:
1 edited

Legend:

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

    r27122 r27140  
    218218    }
    219219
     220    # user requested us to search all components. Set to ""
    220221    $search_component = "" if $search_component eq "all";
    221222
     
    265266            print STDERR "center must be specified in sky coordintes for bycoord" if $verbose;
    266267            insertFakeJobForRow($row, 1, $PSTAMP_INVALID_REQUEST);
    267             $num_jobs++;
    268             next;
    269         }
    270         if ($stage eq "stack") {
    271             print STDERR "lookup bycoord is not yet implemented for stage stack" if $verbose;
    272             insertFakeJobForRow($row, 1, $PSTAMP_NOT_IMPLEMENTED);
    273268            $num_jobs++;
    274269            next;
Note: See TracChangeset for help on using the changeset viewer.