Changeset 6791 for trunk/psastro/src/psastro.c
- Timestamp:
- Apr 5, 2006, 12:46:25 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r5560 r6791 3 3 int main (int argc, char **argv) { 4 4 5 psTimerStart ("complete"); 6 5 7 psMetadata *header = NULL; 6 8 7 9 // load configuration information 8 p sMetadata*config = psastroArguments (&argc, argv);10 pmConfig *config = psastroArguments (&argc, argv); 9 11 10 // load the input data (cmp file) 11 psArray *rawstars = psastroReadCMP (&header, argv[2]); 12 // load input data (config and images (signal, noise, mask) 13 psastroParseCamera (config); 14 15 // perform the astrometric solution 16 psastroDataLoop (input, config); 12 17 13 18 // simple layout interpretation, basic WCS conversion … … 23 28 psastroWriteCMP (fpa, argv[3]); 24 29 30 psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete")); 31 25 32 psFree (config); 26 33 psFree (fpa);
Note:
See TracChangeset
for help on using the changeset viewer.
