Changeset 37877
- Timestamp:
- Jan 25, 2015, 12:50:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/relphot/src/relphot_synthphot_catalog.c
r37876 r37877 86 86 int Nsec = i - 1; 87 87 float *value = (float *) zpts->matrix[Nsec].buffer; 88 float ZP = value[Npix];88 float ZP = !isnan(value[Npix]) ? value[Npix] : 0.0; 89 89 secfilt[Nsec].M = measure[measSYN[i]].M + ZP; 90 90 secfilt[Nsec].dM = 0.6;
Note:
See TracChangeset
for help on using the changeset viewer.
