ChandraCXC / iris-dev

repository for tracking Iris development tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue saving a SED from calculated fluxes

jbudynk opened this issue · comments

First, it doesn't provide the option to save a SED as a VOT, FITS, or ASCII. It only saves the file as ASCII

Related to issue ChandraCXC/iris#348, there is an error saving the file to disk because there is no Target name associated with the SED. This particular issue should be fixed in ChandraCXC/iris#348.

I haven't debugged the issue yet. More investigation is needed.

First, it doesn't provide the option to save a SED as a VOT, FITS, or ASCII. It only saves the file as ASCII

That was the requirement: ASCII only.

Ok, thanks for the note. If we fix ChandraCXC/iris#348, this guy should be fixed too. We can see if the fix for #348 fixes this issue. At the least, a test should be added that checks the Save button from the Calc Fluxes tab.