mpound / pdrtpy

PhotoDissociation Region Toolbox Python module
GNU General Public License v3.0
6 stars 3 forks source link

Feature request: asymmetric errors #74

Open ossk opened 2 years ago

ossk commented 2 years ago

For a number of observational data we have asymmetric error bars. This cannot be adequately fitted at the moment. Unfortunately, this is not foreseen in the underlying astropy NDUncertainty so that it would require a major code change where basically two NDUncertainty arrays are swept through and separately used in plotting and fitting if both are given.

mpound commented 2 years ago

I can see the usefulness of this. Might be tricky to implement.