IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 22, 2008, 1:37:01 PM (18 years ago)
Author:
Paul Price
Message:

Fixing inconsistency: database contains camera name, but was searching
for instrument name. If these aren't the same, then it won't find
what it's looking for.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r19082 r19167  
    10251025
    10261026    // XXX careful about this: is this set correctly in the camera.config files?
    1027     char *instrument = psMetadataLookupStr(NULL, input->concepts, "FPA.INSTRUMENT");
    1028     pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc(instrument, *time, type);
     1027    char *cameraName = psMetadataLookupStr(NULL, input->concepts, "FPA.CAMERA");
     1028    pmDetrendSelectOptions *options = pmDetrendSelectOptionsAlloc(cameraName, *time, type);
    10291029
    10301030    // add additional constraints based on the type defined in the PPIMAGE recipe
Note: See TracChangeset for help on using the changeset viewer.