IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27669


Ignore:
Timestamp:
Apr 13, 2010, 12:15:49 PM (16 years ago)
Author:
rhenders
Message:

Removed some redundant debug and commented-out Jim's declination restriction (previously necessary for JHU sandbox testing)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/scripts/ippToPsps_run.pl

    r27477 r27669  
    9292        "AND chipRun.exp_id = rawExp.exp_id ".
    9393        "AND camRun.label like '%$label%' ".
    94         "AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' ". # TODO Jim's decl range
     94    #    "AND rawExp.decl >= '-0.157079633' AND rawExp.decl <= '0.157079633' ". # TODO Jim's decl range
    9595        "ORDER BY rawExp.exp_id ASC";
    9696
     
    360360                        "minObjId" => $minObjId,
    361361                        "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";}
    365362            }
    366363            else {
Note: See TracChangeset for help on using the changeset viewer.