IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28839 for trunk/Ohana


Ignore:
Timestamp:
Aug 4, 2010, 3:13:14 PM (16 years ago)
Author:
bills
Message:

set imageID (to entry for the given filter) and parentID (0) for SDSS images correctly

File:
1 edited

Legend:

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

    r27435 r28839  
    182182      stars[N].measure.az        = az;
    183183      stars[N].measure.photcode  = photcode[j];
     184      stars[N].measure.imageID   = j + *nimages; // set imageID to entry for this filter
    184185    }
    185186  }   
     
    254255    images[N].externID = 0;
    255256    images[N].sourceID = 0;
     257    images[N].parentID = UINT32_MAX; // UpdateImageIDs sets parentID = 0
    256258
    257259    // save the filename
Note: See TracChangeset for help on using the changeset viewer.