IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28848


Ignore:
Timestamp:
Aug 5, 2010, 11:25:30 AM (16 years ago)
Author:
eugene
Message:

loop over original sequence when merging in previously-undetected sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/Ohana/src/addstar/src/find_matches_refstars.c

    r28241 r28848  
    218218    }
    219219
    220     N = N1[i];
     220    N = i;
    221221    if (stars[N][0].found > -1) continue;
    222222    if (!IN_REGION (stars[N][0].average.R, stars[N][0].average.D)) continue;
     
    286286
    287287    for (j = 0; j < NREFSTAR_GROUP; j++) {
    288       N = N1[i + j];
     288      N = i + j;
    289289
    290290      catalog[0].measure[Nmeas]          = stars[N][0].measure;
Note: See TracChangeset for help on using the changeset viewer.