IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 11, 2005, 7:28:01 AM (21 years ago)
Author:
eugene
Message:

update

File:
1 edited

Legend:

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

    r5360 r5505  
    1010    psMetadata *config = psastroArguments (&argc, argv);
    1111
    12     // define optional parameters (keep in psMetadata?)
    13     pmAstromOpt *options = psastroDefineOptions (config);
    14 
    1512    // load the input data (cmp file)
    1613    psArray *rawstars = pmSourcesReadCMP (&header, argv[1]);
    1714
    18     psFPA *fpa = pmBuildFPA (header, config);
     15    // simple layout interpretation, basic WCS conversion
     16    psFPA *fpa = psastroBuildFPA (header, config);
    1917
    2018    // limit fit to bright stars only
     
    3129
    3230    // find initial offset / rotation
    33     stat = pmAstromGridMatch (subset, refstars, options);
     31    stat = pmAstromGridMatch (subset, refstars, config);
    3432
    3533    pmAstromModifyFPA (fpa, stat);
Note: See TracChangeset for help on using the changeset viewer.