IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 23, 2007, 10:54:53 AM (19 years ago)
Author:
eugene
Message:

adding pieces for astrometry table I/O, extended source analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20071023/psastro/src/psastroDefineFiles.c

    r14212 r15359  
    44
    55    // these calls bind the I/O handle to the specified fpa
    6     pmFPAfile *output = NULL;
    76
    8     output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");
     7    pmFPAfile *output = pmFPAfileDefineOutput (config, input->fpa, "PSASTRO.OUTPUT");
    98    if (!output) {
    109        psError(PSASTRO_ERR_CONFIG, false, "Failed to build FPA from PSASTRO.INPUT");
     
    1211    }
    1312    output->save = true;
     13
     14    // XXX not sure of this: should this be bind from args?
     15    pmFPAfile *refAstrom = pmFPAfileDefineFromConf (&status, config, "PSASTRO.REF.ASTROM");
     16    if (!refAstrom) {
     17        psError(PSASTRO_ERR_CONFIG, false, "Failed to load ref astrometry");
     18        return false;
     19    }
    1420
    1521# if (0)
Note: See TracChangeset for help on using the changeset viewer.