Closed SherelynA closed 1 week ago
Currently the dtype when setting photometry is np.float16, however this is not very precise and can change a magnitude of 23.93 to 23.94. We should change the dtype to np.float32.
Is there a test you could write which would fail using the current code but would pass with this change?
Currently the dtype when setting photometry is np.float16, however this is not very precise and can change a magnitude of 23.93 to 23.94. We should change the dtype to np.float32.