Changeset 5510 for trunk/psastro/src/psastro.c
- Timestamp:
- Nov 13, 2005, 1:16:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r5509 r5510 22 22 psastroProjectRawstars (subset); 23 23 24 // load the corresponding reference data (DVO command)25 psArray *refstars = psastroLoadReference (argv[3]);26 27 // use the header & config info to project refstars on the focal plane28 psastroProjectRefstars (refstars, subset);29 30 24 // fpa and subset point to the same astrometry terms 31 psastroChipAstrom ( refstars, subset);25 psastroChipAstrom (subset, config); 32 26 33 27 // write out data (cmp file)
Note:
See TracChangeset
for help on using the changeset viewer.
