Changeset 38986 for trunk/Ohana/src/fakeastro/src/fit_fake_stars.c
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/fakeastro/src/fit_fake_stars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/fakeastro/src/fit_fake_stars.c
r37807 r38986 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;
Note:
See TracChangeset
for help on using the changeset viewer.
