Changeset 5505 for trunk/psastro/src/psastro.c
- Timestamp:
- Nov 11, 2005, 7:28:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r5360 r5505 10 10 psMetadata *config = psastroArguments (&argc, argv); 11 11 12 // define optional parameters (keep in psMetadata?)13 pmAstromOpt *options = psastroDefineOptions (config);14 15 12 // load the input data (cmp file) 16 13 psArray *rawstars = pmSourcesReadCMP (&header, argv[1]); 17 14 18 psFPA *fpa = pmBuildFPA (header, config); 15 // simple layout interpretation, basic WCS conversion 16 psFPA *fpa = psastroBuildFPA (header, config); 19 17 20 18 // limit fit to bright stars only … … 31 29 32 30 // find initial offset / rotation 33 stat = pmAstromGridMatch (subset, refstars, options);31 stat = pmAstromGridMatch (subset, refstars, config); 34 32 35 33 pmAstromModifyFPA (fpa, stat);
Note:
See TracChangeset
for help on using the changeset viewer.
