- Timestamp:
- Jun 27, 2018, 3:25:07 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/astrom/pmAstrometryObjects.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/psModules
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/psModules merged eligible /trunk/psModules merged eligible
-
Property svn:mergeinfo
set to
-
branches/czw_branch/20170908/psModules/src/astrom/pmAstrometryObjects.c
r40083 r40480 1062 1062 double dX, dY; // offset between a possible matched pair 1063 1063 psArray *rot; 1064 int nBin, xBin, yBin;1064 int xBin = 0, yBin = 0; 1065 1065 1066 1066 rot = pmAstromRotateObj (raw, stats->center, stats->angle, stats->scale); … … 1077 1077 double photomWindowFactor = photomWindowApply ? -0.5/PS_SQR(photomWindowSigma) : 0.0; 1078 1078 1079 nBin = 2*tweakRange / tweakScale;1079 int nBin = 2*tweakRange / tweakScale; 1080 1080 psVector *xHist = psVectorAlloc (nBin, PS_TYPE_F32); 1081 1081 psVector *yHist = psVectorAlloc (nBin, PS_TYPE_F32);
Note:
See TracChangeset
for help on using the changeset viewer.
