IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2006, 5:25:54 PM (20 years ago)
Author:
jhoblitt
Message:

require ippdb 0.0.38
the "big" exp_id -> exp_tag conversion

File:
1 edited

Legend:

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

    r8849 r9057  
    152152    PS_ASSERT_PTR_NON_NULL(str, NULL);
    153153
     154    bool status = false;
     155    psString camera     = psMetadataLookupStr(&status, config->args, "-inst");
     156    psString telescope  = psMetadataLookupStr(&status, config->args, "-telescope");
     157
    154158    psList *doc = psStringSplit(str, "\n", false);
    155159
     
    192196        pzPendingImfileRow *row = pzPendingImfileRowAlloc(
    193197            exp_id,
     198            camera,
     199            telescope,
    194200            (psS32)atol(bytes),
    195201            md5sum,
Note: See TracChangeset for help on using the changeset viewer.