Changeset 42707
- Timestamp:
- Jun 29, 2024, 3:16:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psphot/src/psphotVisual.c
r36863 r42707 298 298 bool status = false; 299 299 pmFPAfile *file = psMetadataLookupPtr (&status, config->files, "PSPHOT.BACKGND"); 300 if (!file) return false; 300 301 301 302 pmReadout *backgnd = READOUT_OR_INTERNAL(view, file); … … 394 395 395 396 psArray *peaks = detections->peaks; 397 if (!peaks) return false; 396 398 397 399 // note: this uses the Ohana allocation tools:
Note:
See TracChangeset
for help on using the changeset viewer.
