IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 3:52:15 PM (16 years ago)
Author:
eugene
Message:

various updates from trunk (mostly magic state handling, dqstats)

Location:
branches/eam_branches/20091201/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippTools/src

    • Property svn:ignore
      •  

        old new  
        1616difftool
        1717disttool
         18dqstatstool
        1819faketool
        1920flatcorr
         
        3637stamp-h1
        3738warptool
         39
  • branches/eam_branches/20091201/ippTools/src/pztool.c

    r25418 r26857  
    117117            telescope,
    118118            uri,
    119             NULL  // epoch
     119            NULL,  // epoch
     120            0      // use_compress                         
    120121        )) {
    121122        psError(PS_ERR_UNKNOWN, false, "database error");
     
    783784    psMetadata *where = psMetadataAlloc();
    784785    PXOPT_COPY_STR(config->args, where,  "-exp_name", "exp_name", "==");
    785     PXOPT_COPY_STR(config->args, where, "-inst", "inst", "==");
     786    PXOPT_COPY_STR(config->args, where, "-inst", "camera", "==");
    786787    PXOPT_COPY_STR(config->args, where, "-telescope", "telescope", "==");
    787788    PXOPT_COPY_STR(config->args, where,  "-class", "class", "==");
Note: See TracChangeset for help on using the changeset viewer.