sol000 is being overwritten
Closed this issue · 1 comments
Joshuaalbert commented
Somehow the sol000 is being
from bayes_gain_screens.datapack import DataPack
dp = DataPack('../L667204/subtract/L667204_DDS4_full_merged.h5',readonly=True)
print(dp.solsets)
dp.currect_solset = 'sol000'
print(dp.soltabs)
produced
['directionally_referenced', 'screen_posterior', 'screen_slow000', 'smoothed000', 'smoothed_slow000', 'sol000']
['const000', 'tec000'] <--- should never happen!
Joshuaalbert commented
Appears to be fixed with baf3964