IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31048


Ignore:
Timestamp:
Mar 24, 2011, 8:18:22 PM (15 years ago)
Author:
watersc1
Message:

Typo in sql statement. I can't figure out why it keeps complaining about summit_id, so I just commented out that line. We never use it anyway.

Location:
tags/ipp-20110218/ippTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110218/ippTools/share/pztool_find_completed_exp.sql

    r31040 r31048  
    2626        AND newExp.tmp_telescope IS NULL
    2727    GROUP BY
    28         pzDownloadExp.summit_id,
     28        pzDownloadExp.summit_id
    2929    -- it doesn't matter which field in pzDownloadImfile we count as we've
    3030    -- already Download a group by
  • tags/ipp-20110218/ippTools/src/pztool.c

    r31040 r31048  
    509509
    510510    psMetadata *where = psMetadataAlloc();
    511     PXOPT_COPY_STR(config->args, where,  "-summit_id", "summit_id", "==");
     511/*     PXOPT_COPY_STR(config->args, where,  "-summit_id", "summit_id", "=="); */
    512512    PXOPT_COPY_STR(config->args, where,  "-exp_name", "exp_name", "==");
    513513    PXOPT_COPY_STR(config->args, where,  "-inst", "camera", "==");
Note: See TracChangeset for help on using the changeset viewer.