Changeset 37330
- Timestamp:
- Aug 29, 2014, 12:28:16 PM (12 years ago)
- Location:
- tags/ipp-pv3-20140717/Ohana/src/addstar/src
- Files:
-
- 2 edited
-
FilterStars.c (modified) (2 diffs)
-
UpdateImageIDs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-pv3-20140717/Ohana/src/addstar/src/FilterStars.c
r37036 r37330 9 9 10 10 // the imageID supplied here is the sequence **within this set** 11 // this value is updated based on the image table later 11 // this value is updated based on the image table later (in UpdateImageIDs) 12 12 Stars *FilterStars (Stars *instars, Image *image, unsigned int imageID, const AddstarClientOptions *options) { 13 13 … … 127 127 stars[N].measure.imageID = imageID; // this value is updated in UpdateImageIDs 128 128 129 // add imageID to lensing entry, if it exists 130 if (stars[N].lensing) { 131 stars[N].lensing->imageID = imageID; 132 } 133 129 134 N ++; 130 135 } -
tags/ipp-pv3-20140717/Ohana/src/addstar/src/UpdateImageIDs.c
r35579 r37330 55 55 for (i = 0; i < Nstars; i++) { 56 56 stars[i].measure.imageID += imageID; 57 if (stars[i].lensing) { 58 stars[i].lensing->imageID += imageID; 59 } 57 60 } 58 61
Note:
See TracChangeset
for help on using the changeset viewer.
