- Timestamp:
- Sep 27, 2021, 11:10:10 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/psastroOneChipFit.c
r41814 r41816 194 194 // astStdev is the average 1D stdev of median residuals in arcsec ('results' are in FPA units = microns) 195 195 // the median residuals are calculated in a grid of N x N bins 196 float astStdev = 0.5*(results-> xStdev + results->yStdev) * plateScale;196 float astStdev = 0.5*(results->dXstdev + results->dYstdev) * plateScale; 197 197 198 198 // x and y are forced to use the same subset of values:
Note:
See TracChangeset
for help on using the changeset viewer.
