Open ivenzor opened 4 days ago
This issue has been extended to indlude the negative pixel values reported in the FOV plots:
DARK FRAME 1 STATISTICS: Min value: 512 Max value: 4095 Mean value: 4078.89 Median value: 4095.00
DARK FRAME 2 STATISTICS: Min value: 174 Max value: 3141 Mean value: 289.19 Median value: 289.00
GENERAL DARK STATISTICS: Min value: 343.5 Max value: 3618.0 Mean value: 2184.04 Median value: 2192.00
RAW FIRST IMAGE STATISTICS: Min value: 215 Max value: 4095 Mean value: 386.43 Median value: 385.00
FIRST IMAGE AFTER CALIBRATION STATISTICS: Min value: -3231.0 Max value: 1905.0 Mean value: -1797.61 Median value: -1807.50
In exotic a negative aperture is used to mark that no comparison stars is being used. When reporting the aperture in those cases, the negative aperture is converted to positive using abs:
Another example:
However when printing the FOV plot, the raw min_aperture is used and as a result the plot can show a negative aperture value when photometry_info['min_aperture'] < 0 which is confusing: