Changeset 39669
- Timestamp:
- Sep 4, 2016, 10:31:18 AM (10 years ago)
- Location:
- trunk/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
StackImageMaps.c (modified) (2 diffs)
-
UpdateObjectOffsets.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/StackImageMaps.c
r39619 r39669 87 87 // we have the stack centers; find all stacks within 0.3 degrees of this point 88 88 Rstk = ohana_normalize_angle (Rstk); 89 double dD = 0. 3;89 double dD = 0.4; 90 90 double dR = dD / cos(RAD_DEG*Dstk); 91 91 double Rmin = Rstk - dR; … … 93 93 double Dmin = Dstk - dD; 94 94 double Dmax = Dstk + dD; 95 96 // for the north pole, just test the whole circle 97 if (Dstk > 88) { 98 Rmin = 0.0; 99 Rmax = 360.0; 100 } 95 101 96 102 double dPosMin = NAN; -
trunk/Ohana/src/relastro/src/UpdateObjectOffsets.c
r39623 r39669 324 324 if (ExcludeBogus) strextend (&command, "-exclude-bogus %f", ExcludeBogusRadius); 325 325 326 if (USE_ALL_IMAGES) strextend (&command, "-use-all-images"); 326 327 if (USE_FIXED_PIXCOORDS) strextend (&command, "-D USE_FIXED_PIXCOORDS 1"); 327 328
Note:
See TracChangeset
for help on using the changeset viewer.
