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/psastroModelParseCamera.c

    r15880 r15891  
    1818       
    1919    // set up an output fpa structure & file based on the last input file
    20     pmFPAfile *output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.MODEL");
     20    pmFPAfile *output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUT.MODEL");
    2121    if (!output) {
    22         psError(PSASTRO_ERR_CONFIG, false, "Failed to build FPA for PSASTRO.MODEL from input");
     22        psError(PSASTRO_ERR_CONFIG, false, "Failed to build FPA for PSASTRO.OUT.MODEL from input");
    2323        return false;
    2424    }
Note: See TracChangeset for help on using the changeset viewer.