Changeset 27669
- Timestamp:
- Apr 13, 2010, 12:15:49 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/scripts/ippToPsps_run.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/scripts/ippToPsps_run.pl
r27477 r27669 92 92 "AND chipRun.exp_id = rawExp.exp_id ". 93 93 "AND camRun.label like '%$label%' ". 94 "AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' ". # TODO Jim's decl range94 # "AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' ". # TODO Jim's decl range 95 95 "ORDER BY rawExp.exp_id ASC"; 96 96 … … 360 360 "minObjId" => $minObjId, 361 361 "maxObjId" => $maxObjId); 362 print "Min $minObjId Max $maxObjId\n";363 if( $maxObjId > 121200000000000000) {print " $maxObjId is TOO BIG\n";}364 if( $minObjId < 93610000000000001) {print " $minObjId is TOO SMALL\n";}365 362 } 366 363 else {
Note:
See TracChangeset
for help on using the changeset viewer.
