Changeset 24801
- Timestamp:
- Jul 15, 2009, 2:32:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_MatchedRefs.c
r24694 r24801 95 95 psTrace ("psastro", 4, "Trying %ld refstars\n", refstars->n); 96 96 97 # if (0) 98 // XXX test 99 FILE *outfile = fopen ("refstars.dat", "w"); 100 assert (outfile); 101 for (int nn = 0; nn < refstars->n; nn++) { 102 pmAstromObj *ref = refstars->data[nn]; 103 fprintf (outfile, "%lf %lf\n", ref->sky->r*PS_DEG_RAD, ref->sky->d*PS_DEG_RAD); 104 } 105 fclose (outfile); 106 # endif 107 97 108 psArray *matches = psMetadataLookupPtr (NULL, readout->analysis, "PSASTRO.MATCH"); 98 109 if (matches == NULL) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
