ICSM / pgmuvi

Python gaussian processes for inference on multi-wavelength light curves
https://pgmuvi.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

Created lightcurve.to_table method #41

Closed sundarjhu closed 10 months ago

sundarjhu commented 10 months ago

Code from the write_votable method was moved into the to_table method. The write_votable method now calls to_table, and only writes the result to file.

pscicluna commented 10 months ago

After discussion, we decided to merge the core of this PR and move the squeeze()ing to a new PR which will make sure the different dimensions are handled correctly under different cases. Thanks @sundarjhu !