IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41435 for trunk


Ignore:
Timestamp:
Nov 13, 2020, 3:28:05 PM (6 years ago)
Author:
tdeboer
Message:

adding detections to crosstalk and ghost masking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroConvert.c

    r41434 r41435  
    153153    psArray *calStars = psArrayAlloc(inStars->n);
    154154
    155     for (int i = 0; (i < inStars->n) && (j < rawStars->n); i++) {
     155    for (int i = 0; (i < inStars->n) && (j < calStars->n); i++) {
    156156        int n = index->data.S32[i];
    157157        pmSource *source = sources->data[n];
Note: See TracChangeset for help on using the changeset viewer.