You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Ned Molter Could you give me a little more information. For spec3 we need to run from an association since that is where the names to assign to output products are taken. I do not think you can run the spec3 pipeline just using a Container. Was an association also set up in the regression test ?
Ned Molter I looked at the regression tests and I am not seeing where this test might have been. Could you tell me the test you were trying to add the pixel_replacement save results ?
Hi Jane, this was not itself a regression test. It was tested using the regression test data in our regtest suite (test_bigdata/jwst-pipeline/dev/nirspec/ifu/jw01249*_cal.fits.
You are right that an association would normally be used as input to spec3, but a container is a valid input to an individual step, and indeed containers are passed between steps during the spec3 pipeline.
For other steps, I believe the asn ID in the output filenames is taken from container.asn_table["asn_id"], so for the step run I wrote above it might have been a more representative test if that were assigned manually; however, I don't think that would change the result.
It would be good to test what happens here if the individual step is run on an association as you suggest, as well as what you get when you run the entire calwebb_spec3 on an asn with pixel_replace.save_results=True
Issue JP-3784 was created on JIRA by Ned Molter:
Running the PixelReplaceStep using regression test data from nirspec/ifu as follows:
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.
The text was updated successfully, but these errors were encountered: