Changeset 7332 for trunk/psastro/src/psastro.c
- Timestamp:
- Jun 4, 2006, 7:02:16 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r7154 r7332 26 26 psArray *refs = psastroLoadReferences (config); 27 27 28 psastroChipAstrom (config, refs); 29 psastroMosaicAstrom (config, refs); 28 psastroMosaicGetRefstars (config, refs); 30 29 31 # if 0 32 // perform the desired astrometry analysis 33 switch (mode) { 34 case stack: 35 psastroStackAstrom (config, refs); 36 break 37 case chip: 30 char *mosastro = psMetadataLookupStr (NULL, config->arguments, "MOSASTRO"); 31 if (mosastro == NULL) { 38 32 psastroChipAstrom (config, refs); 39 break 40 case mosaic: 33 } else { 41 34 psastroMosaicAstrom (config, refs); 42 break;43 default:44 break;45 35 } 46 # endif 36 37 // XXX how do we specify stack astrometry? 38 // psastroStackAstrom (config, refs); 47 39 48 40 // write out the results … … 60 52 pmConceptsDone (); 61 53 pmConfigDone (); 62 fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psastro");63 //fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psastro");54 // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psastro"); 55 fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psastro"); 64 56 65 57 exit (0);
Note:
See TracChangeset
for help on using the changeset viewer.
