IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26935


Ignore:
Timestamp:
Feb 12, 2010, 4:16:44 PM (16 years ago)
Author:
Paul Price
Message:

Extending magicdstool -definecopy to the warp stage.

Location:
trunk/ippTools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r26927 r26935  
    198198     magicdstool_definebyquery_diff.sql \
    199199     magicdstool_definecopy_chip.sql \
     200     magicdstool_definecopy_warp.sql \
    200201     magicdstool_getrunids.sql \
    201202     magicdstool_getskycells.sql \
  • trunk/ippTools/src/magicdstool.c

    r26913 r26935  
    366366        query = pxDataGet("magicdstool_definecopy_chip.sql");
    367367        break;
     368      case IPP_STAGE_WARP:
     369        query = pxDataGet("magicdstool_definecopy_warp.sql");
    368370      case IPP_STAGE_CAMERA:
    369       case IPP_STAGE_WARP:
    370371      case IPP_STAGE_DIFF:
    371372      case IPP_STAGE_FAKE:
Note: See TracChangeset for help on using the changeset viewer.