- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/addstar/src/calibrate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/addstar/src/calibrate.c
r27435 r30631 225 225 image[0].Mcal = M1; 226 226 image[0].dMcal = M2 / sqrt (N); 227 image[0]. Mxxxx= N;227 image[0].nFitPhotom = N; 228 228 } else { 229 229 fprintf (stderr, "too few stars\n"); 230 230 image[0].Mcal = 10.000; 231 231 image[0].dMcal = 10.000; 232 image[0]. Mxxxx= 0;233 } 234 } 232 image[0].nFitPhotom = 0; 233 } 234 }
Note:
See TracChangeset
for help on using the changeset viewer.
