Skip to content

XSPEC fitting could be sped up (when spectrum checking is on) by keeping spectra loaded in and not unloading then reloading after the acceptable spectra have been found #1482

@DavidT3

Description

@DavidT3

Currently the spectrum checking step loads in all the spectra, fits models, etc. - uses those results to determine which of the spectra are useful for the final fit, unloads all the spectra, and then loads the chosen spectra back in again.

I/O operations eat up time, and that would be particularly true for XRISM (for instance), so it would be neater to read them all into XSPEC once, and use the results of the spectrum checking to remove loaded spectra from XSPEC rather than to edit the list of acceptable spectrum paths and load that in again.

Metadata

Metadata

Assignees

Labels

refinementIf a feature has already been implemented, and works, but could do with another pass to improve it.

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions