Changeset 39483
- Timestamp:
- Mar 24, 2016, 1:58:35 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/select_images.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/select_images.c
r39478 r39483 104 104 105 105 // XXX I am just going for force this for the moment: 106 goto found_it;106 // goto found_it; 107 107 108 108 /* exclude images by photcode */ 109 ecode = GetPhotcodeEquivCodebyCode (timage[i].photcode); 110 found = FALSE; 111 int Ns; 112 for (Ns = 0; !found && (Ns < Nphotcodes); Ns++) { 109 if (FALSE) { 110 ecode = GetPhotcodeEquivCodebyCode (timage[i].photcode); 111 found = FALSE; 112 int Ns; 113 for (Ns = 0; !found && (Ns < Nphotcodes); Ns++) { 113 114 if (ecode == photcodes[Ns][0].code) found = TRUE; 114 } 115 if (!found) continue; 115 } 116 if (!found) continue; 117 } 116 118 117 119 /* exclude images by time */ … … 152 154 } 153 155 if (RmaxImage - RminImage > 180.0) { 154 double tmp = RminImage;155 RmaxImage = RminImage;156 RminImage = tmp - 360.0;156 double tmp = RminImage; 157 RminImage = RmaxImage - 360.0; 158 RmaxImage = tmp; 157 159 } 158 160
Note:
See TracChangeset
for help on using the changeset viewer.
