You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some parts of the code, unit transformations and other calculations are done on both the good data (npts>0) and the bad data (npts=0). However, in other parts, the npts=0 data are ignored. In the example below, the extinction values will be converted from E(lambda-V) to E(lambda-V)/E(B-V) for all data (npts=0 and >0), but the uncertainties are only converted for good data (npts>0). We should discuss what the goal is of the npts=0, and if we want to make sure that all calculations still propagate correctly for those data, or if we want to completely ignore those data throughout, or if we want to set extinctions and uncertainties to 0 for those data, etc. Once a decision has been made, this should be applied consistently throughout the code.
Also, special considerations need to be made for the V-band (see issue #105).
In some parts of the code, unit transformations and other calculations are done on both the good data (npts>0) and the bad data (npts=0). However, in other parts, the npts=0 data are ignored. In the example below, the extinction values will be converted from E(lambda-V) to E(lambda-V)/E(B-V) for all data (npts=0 and >0), but the uncertainties are only converted for good data (npts>0). We should discuss what the goal is of the npts=0, and if we want to make sure that all calculations still propagate correctly for those data, or if we want to completely ignore those data throughout, or if we want to set extinctions and uncertainties to 0 for those data, etc. Once a decision has been made, this should be applied consistently throughout the code.
Also, special considerations need to be made for the V-band (see issue #105).
measure_extinction/measure_extinction/extdata.py
Lines 625 to 631 in 3e94cee
The text was updated successfully, but these errors were encountered: