Changeset 26137
- Timestamp:
- Nov 13, 2009, 5:04:20 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/Ohana/src/relphot/src/setMrelFinal.c
r21508 r26137 119 119 // d1 = (catalog[0].measure[m].dophot == 1); 120 120 // d2 = (catalog[0].measure[m].dophot == 2); 121 fprintf (stderr, "fix the dophot / type selections!");122 abort ();121 // fprintf (stderr, "fix the dophot / type selections!"); 122 // abort (); 123 123 124 124 /* skip measurements by measurement error */ 125 if ((pass < 2) && !(d1 || d2)) goto skip;125 // if ((pass < 2) && !(d1 || d2)) goto skip; 126 126 127 127 /* if ((pass < 1) && (catalog[0].measure[m].dM > SIGMA_LIM)) goto skip; */ 128 if ((pass < 1) && !d1) goto skip;128 // if ((pass < 1) && !d1) goto skip; 129 129 Nkeep ++; 130 130
Note:
See TracChangeset
for help on using the changeset viewer.
