Closed GoogleCodeExporter closed 9 years ago
Adding a .folded attribute to the Spectrum class was more complicated than
expected. I had to substantially
rework things to properly inherit from numpy.ma.masked_array.
I've changed to_file and from_file to store and read folded and mask
information.
All the methods in Inference and Plotting now automatically fold the model when
the data is folded. Similarly,
folded spectra can be projected, marginalized, and sampled from. In all these
cases, the Spectrum is first
unfolded, then operated on, then the result folded.
Original comment by rgutenkunst@gmail.com
on 7 Oct 2009 at 8:45
Original issue reported on code.google.com by
rgutenkunst@gmail.com
on 18 Sep 2009 at 1:33