IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20182


Ignore:
Timestamp:
Oct 16, 2008, 9:10:14 AM (18 years ago)
Author:
eugene
Message:

image IDs were not being set correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/UpdateImageIDs.c

    r16810 r20182  
    3939  // update the image IDs already written to stars and images:
    4040  for (i = 0; i < Nimages; i++) {
    41     images[0].imageID += imageID;
     41    images[i].imageID += imageID;
    4242  }
    4343
    4444  for (i = 0; i < Nstars; i++) {
    45     stars[0].imageID += imageID;
     45    stars[i].imageID += imageID;
    4646  }
    4747
Note: See TracChangeset for help on using the changeset viewer.