Changeset 34088 for trunk/Ohana/src/addstar/src/get2mass_ops.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/get2mass_ops.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/get2mass_ops.c
r21508 r34088 73 73 74 74 char *ptr; 75 char Jquality, Hquality, Kquality;76 75 double J, dJ, H, dH, K, dK; 77 76 e_time time; … … 95 94 dK = strtod (ptr, NULL); 96 95 97 /* filter on the ph_qual flag for this filter (field 19) */ 96 // get the time 97 time = get2mass_time (ptr, 20, Nmax - (ptr - line)); 98 99 # if (0) 100 char Jquality, Hquality, Kquality; 101 /* old code to filter on the ph_qual flag for this filter (field 19) */ 98 102 if (SELECT_2MASS_QUALITY != NULL) { 99 103 ptr = skipNbounds (ptr, '|', 3, Nmax - (ptr - line)); … … 105 109 time = get2mass_time (ptr, 20, Nmax - (ptr - line)); 106 110 } 111 # endif 107 112 108 113 // how many bits are being used for the 2mass flags; can we just set photFlags based on them?
Note:
See TracChangeset
for help on using the changeset viewer.
