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?
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 withULDelta/LUDelta/Delta
all get converted into the 1-sigma upper and lower limit. But I interpret those lines of code as theULDelta
gets mapped toULLimit
whileLUDelta
gets mappedLULimit
. Is that not the case?