Changeset 5134 for trunk/psphot/src/pmPSFtry.c
- Timestamp:
- Sep 26, 2005, 9:49:41 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/pmPSFtry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/pmPSFtry.c
r5127 r5134 204 204 // build binned versions of rflux, metric 205 205 dBin = (stats->max - stats->min) / 10.0; 206 psVector *rfBin = psVectorCreate ( stats->min, stats->max, dBin, PS_TYPE_F64);206 psVector *rfBin = psVectorCreate (NULL, stats->min, stats->max, dBin, PS_TYPE_F64); 207 207 psVector *daBin = psVectorAlloc (rfBin->n, PS_TYPE_F64); 208 208 psVector *maskB = psVectorAlloc (rfBin->n, PS_TYPE_U8);
Note:
See TracChangeset
for help on using the changeset viewer.
