- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (2 props)
-
psphot/src/psphotEllipticalContour.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psphot
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/psphot/src
- Property svn:ignore
-
old new 22 22 psphotMakePSF 23 23 psphotStack 24 psphotModelTest
-
- Property svn:mergeinfo set to
- Property svn:ignore
-
branches/meh_branches/ppstack_test/psphot/src/psphotEllipticalContour.c
r29004 r33415 127 127 psF32 psphotEllipticalContourFunc (psVector *deriv, const psVector *params, const psVector *coord) { 128 128 129 static int pass = 0;130 131 129 psF32 *par = params->data.F32; 132 130 … … 145 143 146 144 // value is X 147 // if (coord->data.F32[1] == 0) { 148 if (pass == 0) { 149 pass = 1; 150 145 if (coord->data.F32[1] < 0.5) { 151 146 float value = par[PAR_RMIN]*cs_alpha*r; 152 147 … … 161 156 162 157 // value is Y 163 // if (coord->data.F32[1] == 1) { 164 if (pass == 1) { 165 pass = 0; 166 158 if (coord->data.F32[1] > 0.5) { 167 159 float value = par[PAR_RMIN]*sn_alpha*r; 168 160
Note:
See TracChangeset
for help on using the changeset viewer.
