IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 17, 2005, 8:07:54 AM (21 years ago)
Author:
eugene
Message:

changes to sync with v0.8.0: PS_META_* to PS_DATA_*, etc

File:
1 edited

Legend:

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

    r5123 r5350  
    66
    77  int N, Nfail;
    8   int mode = PS_META_STR | PS_META_REPLACE;
     8  int mode = PS_DATA_STRING | PS_META_REPLACE;
    99
    1010  // basic pslib options
     
    5050  // load config information
    5151  psMetadata *config = psMetadataAlloc ();
    52   psMetadataAdd (config, PS_LIST_HEAD, "PSF_MODEL", PS_META_MULTI, "folder for psf model entries", NULL);
     52  psMetadataAdd (config, PS_LIST_HEAD, "PSF_MODEL", PS_DATA_METADATA_MULTI, "folder for psf model entries", NULL);
    5353  config = psMetadataConfigParse (config, &Nfail, argv[3], FALSE);
    5454
Note: See TracChangeset for help on using the changeset viewer.