Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PixelReplaceStep returns strange output filenames from save_results=True #8904

Open
stscijgbot-jp opened this issue Oct 18, 2024 · 0 comments

Comments

@stscijgbot-jp
Copy link
Collaborator

Issue JP-3784 was created on JIRA by Ned Molter:

Running the PixelReplaceStep using regression test data from nirspec/ifu as follows:

fn = glob.glob(stem + "jw01249*_cal.fits")
container = datamodels.ModelContainer(fn)
PixelReplaceStep.call(container, save_results=True, skip=False)

returns filenames that look like "step_PixelReplaceStep_3_pixelreplacestep.fits".  The output filenames should be updated to be more descriptive and more closely match other steps.  Each input model in the list is still saved separately according to an index, so setting this fix as low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant