variable delimiters for ascii handling
nielsenmb opened this issue · 1 comments
nielsenmb commented
When inputting custom light curves or power spectra, currently PBjam uses genfromtxt to read the provided files. It only takes space delimited files though, this should be made a bit more flexible.
Perhaps try a few different common types of delimiters. Perhaps: space, comma and tab?
nielsenmb commented
Fixed in PR # 246