IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2008, 10:21:52 AM (18 years ago)
Author:
eugene
Message:

using new user/site/system construction for config files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotOutput.c

    r16250 r16611  
    1919}
    2020
     21// XXX replace this with a call to a pmConfig function (pmConfigDump...)
    2122bool psphotDumpConfig (pmConfig *config) {
    2223
    23   psMetadataConfigWrite (config->site, "site.md");
     24  psMetadataConfigWrite (config->complete, "complete.md");
    2425  psMetadataConfigWrite (config->camera, "camera.md");
    2526  psMetadataConfigWrite (config->recipes, "recipes.md");
Note: See TracChangeset for help on using the changeset viewer.