Changeset 26154 for trunk/Ohana
- Timestamp:
- Nov 15, 2009, 2:34:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/setMrelFinal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/setMrelFinal.c
r21508 r26154 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.
