Changeset 27140 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Mar 2, 2010, 12:19:43 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r27122 r27140 218 218 } 219 219 220 # user requested us to search all components. Set to "" 220 221 $search_component = "" if $search_component eq "all"; 221 222 … … 265 266 print STDERR "center must be specified in sky coordintes for bycoord" if $verbose; 266 267 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);273 268 $num_jobs++; 274 269 next;
Note:
See TracChangeset
for help on using the changeset viewer.
