IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 4, 2007, 11:47:30 AM (19 years ago)
Author:
Paul Price
Message:

Have been running into problems because various write functions (i.e., sources, psf) aren't updating the headers before they write. Attempting to aggregate the functions that update the headers in pmFPAfileWrite, since that will be called by everything. This is an attempt; not sure if it works yet or not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r15217 r15218  
    11661166    psFree(rulesIter);
    11671167
    1168     // XXX do we need to update the header based on elements of the FILE?
    1169     # if (0)
    1170     psMetadata *file = psMetadataLookupMetadata(&mdok, format, "FILE"); // How to identify this format
    1171     if (!mdok || !file) {
    1172         psError(PS_ERR_IO, true, "Unable to find FILE in camera format.\n");
    1173         return false;
    1174     }
    1175     psString fpaName = psMetadataLookupStr(&mdok, file, "FPA.NAME");
    1176     # endif
    1177 
    11781168    return true;
    11791169}
Note: See TracChangeset for help on using the changeset viewer.