IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 9:43:55 AM (17 years ago)
Author:
eugene
Message:

adding visualization and fixing the S/N of peaks loaded from smf files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psphot/src/psphotMergeSources.c

    r25983 r26317  
    124124        }
    125125
     126        // use the existing peak information, otherwise generate a new peak
     127        if (source->peak) {
     128            psArrayAdd (detections->peaks, 100, source->peak);
     129            continue;
     130        }
     131
    126132        float flux = powf(10.0, -0.4 * source->psfMag);
    127133        float xpos = model->params->data.F32[PM_PAR_XPOS];
Note: See TracChangeset for help on using the changeset viewer.