ChandraCXC / iris-dev

repository for tracking Iris development tasks
0 stars 0 forks source link

Issue saving a SED from calculated fluxes #134

Open jbudynk opened 7 years ago

jbudynk commented 7 years ago

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.

olaurino commented 7 years ago

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.

jbudynk commented 7 years ago

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.