IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2008, 2:02:15 PM (18 years ago)
Author:
Paul Price
Message:

Reusing astrometry time field since ppImage doesn't do that any more. Deleting fields requiring astrometric matching from chipProcessedImfile. No need to propagate processing times from chip to camera. Add dtime_script to processing results. Increment ippdb version number to 1.1.40.

File:
1 edited

Legend:

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

    r19702 r19931  
    8989        MODECASE(FAKETOOL_MODE_TOFULLIMFILE,            tofullimfileMode);
    9090        MODECASE(FAKETOOL_MODE_TOPURGEDIMFILE,          topurgedimfileMode);
    91  
     91
    9292        default:
    9393            psAbort("invalid option (this should not happen)");
     
    487487
    488488    PXOPT_LOOKUP_F32(dtime_fake, config->args,  "-dtime_fake", false, false);
     489    PXOPT_LOOKUP_F32(dtime_script, config->args, "-dtime_script", false, false);
    489490    PXOPT_LOOKUP_STR(hostname, config->args,    "-hostname", false, false);
    490491    PXOPT_LOOKUP_STR(path_base, config->args,   "-path_base", false, false);
     
    504505                                   uri,
    505506                                   dtime_fake,
     507                                   dtime_script,
    506508                                   hostname,
    507509                                   path_base,
     
    11721174        return false;
    11731175    }
    1174    
     1176
    11751177    query = pxDataGet("faketool_change_exp_state.sql");
    11761178    if (!p_psDBRunQuery(config->dbh, query, data_state, fake_id, data_state)) {
Note: See TracChangeset for help on using the changeset viewer.