qyx268 / astrodatapy

To collect astronomical data from both observational and modelling campaigns.
http://astrodatapy.readthedocs.io
13 stars 3 forks source link

column ordering of the errors #16

Closed manodeep closed 9 months ago

manodeep commented 1 year ago

Based on the example GSMF notebook, it seems that the code is expecting to find ULLimits in the error columns once the data has been read in. However, looking at these lines, I can see that the cases with ULDelta/LUDelta/Delta all get converted into the 1-sigma upper and lower limit. But I interpret those lines of code as the ULDelta gets mapped to ULLimit while LUDelta gets mapped LULimit. Is that not the case?

qyx268 commented 9 months ago

Hah! But the 2 lines above reverse LUDelta or LULimit into ULDelta or ULLimit... I had weird writing styles back in the day.