Actions
Feature #175
closedImplement filtering of detections based on IMAFLAG_ISO masks specifically in astrometric and photometric solving tasks
Description
The current version allows to reject detections based on flag images (bad pixel maps); but this is done right at the beginning of the processing, so that these detections are lost even for tasks that do note require very accurate positions such as MATCHing.
Unfortunately NOAO's overzealous CCD bleed and saturation correction makes it impossible for SCAMP to detect sources that were initially saturated, and one has to rely on external bad pixel maps.
Updated by Emmanuel Bertin over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
SCAMP v2.0β15 (r319) adds new ASTR_IMAFLAGSMASK
and PHOT_IMAFLAGSMASK
configuration parameters to provide rejection masks specifically for astrometric and photometric operations.
Updated by Emmanuel Bertin over 8 years ago
- Status changed from Resolved to Closed
Actions