Open joefowler opened 1 year ago
Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).
Who is LTD-ops; who filed this issue? I’ll assume that /Users/mpcroce/
is the key to this riddle…
It looks to me like this error arises when you’re computing the noise autocorrelation, specifically because the analysis finds zero data “chunks” that are limited to values within ±max_excursion
of the median value. Chunks exceeding that limit will be removed from noise analysis (on the assumption that they contain pulses). Can you run just the noise analysis part with a larger values for max_excursion
?
I don’t see why the Exception should lead to a hard crash of Python, however. That is unexpected, and not good.
Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).
Removing milestone: v0.7 (automated comment)
Original report by LTD-ops (Bitbucket: LTD-ops, GitHub: LTD-ops).
Error with mass 0.7.10 and Python 3.10. SOFIA gamma data set 211109.
Crashes after computing the average pulses. If the last channels are removed, the error still occurs on whatever is the last remaining one.
Fixed by downgrading to mass=0.7.5 and by association numpy=1.22.3, matplotlib=3.5.1