IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33922 for trunk/ippTools


Ignore:
Timestamp:
May 25, 2012, 11:20:40 AM (14 years ago)
Author:
bills
Message:

various enhancements to sctool -list ("skycell tool")

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/sctool.c

    r33744 r33922  
    3131#include "pxdata.h"
    3232#include "pxchip.h"
     33#include "pxspace.h"
    3334
    3435#include "sctool.h"
     
    143144    PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell.skycell_id", "LIKE");
    144145    PXOPT_COPY_STR(config->args, where, "-tess_id", "skycell.tess_id", "LIKE");
    145     PXOPT_COPY_F32(config->args, where, "-ra_min", "skycell.radeg", ">=");
    146     PXOPT_COPY_F32(config->args, where, "-dec_min", "skycell.decdeg", ">=");
    147     PXOPT_COPY_F32(config->args, where, "-ra_max", "skycell.radeg", "<");
    148     PXOPT_COPY_F32(config->args, where, "-dec_max", "skycell.decdeg", "<");
    149     PXOPT_COPY_F32(config->args, where, "-glong_min", "skycell.glong", ">=");
    150     PXOPT_COPY_F32(config->args, where, "-glat_min", "skycell.glat", ">=");
    151     PXOPT_COPY_F32(config->args, where, "-glong_max", "skycell.glong", "<");
    152     PXOPT_COPY_F32(config->args, where, "-glat_max", "skycell.glat", "<");
     146    pxskycellAddWhere(config, where);
    153147
    154148    psString query = pxDataGet("sctool_list.sql");
Note: See TracChangeset for help on using the changeset viewer.