IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 29824


Ignore:
Timestamp:
Nov 24, 2010, 12:10:59 PM (15 years ago)
Author:
eugene
Message:

update to support compressed output config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101103/psphot/src/psphotOutput.c

    r29607 r29824  
    6363    fclose (f);
    6464    return true;
    65 }
    66 
    67 // XXX replace this with a call to a pmConfig function (pmConfigDump...)
    68 bool psphotDumpConfig (pmConfig *config) {
    69 
    70   psMetadataConfigWrite (config->user, "user.md");
    71   psMetadataConfigWrite (config->camera, "camera.md");
    72   psMetadataConfigWrite (config->recipes, "recipes.md");
    73   psMetadataConfigWrite (config->arguments, "arguments.md");
    74   psMetadataConfigWrite (config->files, "files.md");
    75   return true;
    7665}
    7766
     
    355344    // XXX need alternative output function
    356345    // psMetadata *psfData = pmPSFtoMetadata (NULL, try->psf);
    357     // psMetadataConfigWrite (psfData, "psfmodel.dat");
     346    // psMetadataConfigWrite (psfData, "psfmodel.dat", NULL);
    358347    psLogMsg ("psphot.choosePSF", PS_LOG_INFO, "wrote out psf-subtracted image, psf data, exiting\n");
    359348
Note: See TracChangeset for help on using the changeset viewer.