Changeset 12332 for trunk/Ohana/src/relastro/src/UpdateImages.c
- Timestamp:
- Mar 8, 2007, 12:21:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/UpdateImages.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateImages.c
r11742 r12332 42 42 /* the astrometric errors are not being carried yet (but should be!) */ 43 43 /* we use the photometric mag error as a weighting term */ 44 dlistR[N] = MAX (catalog[i].measure[m].dM _PS, MIN_ERROR);45 dlistD[N] = MAX (catalog[i].measure[m].dM _PS, MIN_ERROR);44 dlistR[N] = MAX (catalog[i].measure[m].dM, MIN_ERROR); 45 dlistD[N] = MAX (catalog[i].measure[m].dM, MIN_ERROR); 46 46 N++; 47 47 }
Note:
See TracChangeset
for help on using the changeset viewer.
