Changeset 39926 for trunk/psastro/src/psastroChipAstrom.c
- Timestamp:
- Jan 6, 2017, 11:30:10 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psastro/src/psastroChipAstrom.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psastro/src/psastroChipAstrom.c
r36914 r39926 85 85 for (int nn = 0; nn < refstars->n; nn++) { 86 86 pmAstromObj *ref = refstars->data[nn]; 87 fprintf (outfile, "%lf %lf %lf %lf %lf %lf %lf %lf \n",87 fprintf (outfile, "%lf %lf %lf %lf %lf %lf %lf %lf : %f %f\n", 88 88 ref->sky->r*PS_DEG_RAD, ref->sky->d*PS_DEG_RAD, 89 89 ref->TP->x, ref->TP->y, 90 90 ref->FP->x, ref->FP->y, 91 ref->chip->x, ref->chip->y );91 ref->chip->x, ref->chip->y, ref->Mag, ref->magCal); 92 92 } 93 93 fclose (outfile); … … 101 101 for (int nn = 0; nn < gridrawstars->n; nn++) { 102 102 pmAstromObj *ref = gridrawstars->data[nn]; 103 fprintf (outfile, "%lf %lf %lf %lf %lf %lf %lf %lf \n",103 fprintf (outfile, "%lf %lf %lf %lf %lf %lf %lf %lf : %f %f\n", 104 104 ref->sky->r*PS_DEG_RAD, ref->sky->d*PS_DEG_RAD, 105 105 ref->TP->x, ref->TP->y, 106 106 ref->FP->x, ref->FP->y, 107 ref->chip->x, ref->chip->y );107 ref->chip->x, ref->chip->y, ref->Mag, ref->magCal); 108 108 } 109 109 fclose (outfile);
Note:
See TracChangeset
for help on using the changeset viewer.
