IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 22, 2007, 7:42:46 AM (18 years ago)
Author:
eugene
Message:

finished psastroModel for boresite, created gpcModel for rough theoretical model, added useModel and fixChips options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroModelDataLoad.c

    r15880 r15891  
    3333
    3434    // select the input data sources
    35     pmFPAfile *output = psMetadataLookupPtr (NULL, config->files, "PSASTRO.MODEL");
    36     if (!output) psAbort ("PSASTRO.MODEL not listed in config->files");
     35    pmFPAfile *output = psMetadataLookupPtr (NULL, config->files, "PSASTRO.OUT.MODEL");
     36    if (!output) psAbort ("PSASTRO.OUT.MODEL not listed in config->files");
    3737
    3838    pmFPAview *view = pmFPAviewAlloc (0);
Note: See TracChangeset for help on using the changeset viewer.