IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31873


Ignore:
Timestamp:
Jul 13, 2011, 2:33:40 PM (15 years ago)
Author:
rhenders
Message:

minor improvement to speed-up magic mask fraction query

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/czartool/Gpc1Db.pm

    r31725 r31873  
    261261                WHERE exp_id = $exp_id
    262262                AND camRun.label LIKE "%nightlyscience"
    263                 AND component LIKE "XY%";
     263                AND component LIKE "XY%"
     264                AND stage = 'chip';
    264265SQL
    265266    if (!$query->execute) {return 0;} # TODO do this everywhere
Note: See TracChangeset for help on using the changeset viewer.