IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2008, 10:09:10 AM (18 years ago)
Author:
eugene
Message:

re-vamping config to define user/site/system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080219/psphot/src/psphotOutput.c

    r16250 r16542  
    2121bool psphotDumpConfig (pmConfig *config) {
    2222
    23   psMetadataConfigWrite (config->site, "site.md");
     23  psMetadataConfigWrite (config->xxUser, "user.md");
     24  psMetadataConfigWrite (config->xxSite, "site.md");
     25  psMetadataConfigWrite (config->xxSystem, "system.md");
    2426  psMetadataConfigWrite (config->camera, "camera.md");
    2527  psMetadataConfigWrite (config->recipes, "recipes.md");
Note: See TracChangeset for help on using the changeset viewer.