Changeset 39440
- Timestamp:
- Mar 8, 2016, 11:23:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20160226/src/relastro/src/GetAstromError.c
r39225 r39440 76 76 // weight to ensure the image is tied down to the 2mass frame 77 77 78 if (has2MASS && LoopWeight2MASS ) {78 if (has2MASS && LoopWeight2MASS && (Nloop >= 0)) { 79 79 dPtotal = dPtotal / LoopWeight2MASS[Nloop]; 80 80 } 81 if (is2MASS && LoopWeight2MASS ) {81 if (is2MASS && LoopWeight2MASS && (Nloop >= 0)) { 82 82 dPtotal = dPtotal / LoopWeight2MASS[Nloop]; 83 83 } 84 if (isTycho && LoopWeightTycho ) {84 if (isTycho && LoopWeightTycho && (Nloop >= 0)) { 85 85 dPtotal = dPtotal / LoopWeightTycho[Nloop]; 86 86 }
Note:
See TracChangeset
for help on using the changeset viewer.
