IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16577


Ignore:
Timestamp:
Feb 21, 2008, 3:10:30 PM (18 years ago)
Author:
eugene
Message:

xxSite,xxSystem,xxUser to site,system,user,complete

Location:
branches/eam_branch_20080219
Files:
2 edited

Legend:

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

    r16542 r16577  
    1919}
    2020
     21// XXX replace this with a call to a pmConfig function (pmConfigDump...)
    2122bool psphotDumpConfig (pmConfig *config) {
    2223
    23   psMetadataConfigWrite (config->xxUser, "user.md");
    24   psMetadataConfigWrite (config->xxSite, "site.md");
    25   psMetadataConfigWrite (config->xxSystem, "system.md");
     24  psMetadataConfigWrite (config->complete, "complete.md");
    2625  psMetadataConfigWrite (config->camera, "camera.md");
    2726  psMetadataConfigWrite (config->recipes, "recipes.md");
  • branches/eam_branch_20080219/pswarp/src/pswarpDefineSkycell.c

    r16542 r16577  
    6262    // determine the current format from the header
    6363    // determine camera if not specified already
     64    // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?)
    6465    skyConfig = pmConfigAlloc(0, NULL);
    65     skyConfig->xxSite = psMemIncrRefCounter (config->xxSite);
    66     skyConfig->xxSystem = psMemIncrRefCounter (config->xxSystem);
    67     // XXX EAM : not sure both site and system are used here
     66    skyConfig->complete = psMemIncrRefCounter (config->complete);
    6867
    6968    psFree (skyConfig->files);
Note: See TracChangeset for help on using the changeset viewer.