Changeset 38716
- Timestamp:
- Sep 7, 2015, 3:45:37 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/fakeastro/src
- Files:
-
- 2 edited
-
fit_fake_stars.c (modified) (1 diff)
-
make_2mass_measures.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/fakeastro/src/fit_fake_stars.c
r37807 r38716 133 133 AstromOffsetTableNewMap(table, order_use, order_use, image); 134 134 } 135 AstromOffsetMapFit (image[0].coords.offsetMap, Xref, Yref, dX, N stars, TRUE);136 AstromOffsetMapFit (image[0].coords.offsetMap, Xref, Yref, dY, N stars, FALSE);135 AstromOffsetMapFit (image[0].coords.offsetMap, Xref, Yref, dX, NULL, Nstars, TRUE); 136 AstromOffsetMapFit (image[0].coords.offsetMap, Xref, Yref, dY, NULL, Nstars, FALSE); 137 137 138 138 image[0].coords.Npolyterms = -1; -
branches/eam_branches/ipp-20150625/Ohana/src/fakeastro/src/make_2mass_measures.c
r38707 r38716 56 56 57 57 J_PS1 = secfilt[i*Nsecfilt + ns].M; // pretend secfilt.M = J 58 if (J_PS1 > 16.0) continue; // only generate 2MASS detections for objects with J_PS1 < 16.058 if (J_PS1 > MAX_MAG_2MASS) continue; // only generate 2MASS detections for objects with J_PS1 < 16.0 59 59 } 60 60
Note:
See TracChangeset
for help on using the changeset viewer.
