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

'ramp' file being output from pipeline when not requested #36

Open
bhilbert4 opened this issue Jan 23, 2019 · 2 comments
Open

'ramp' file being output from pipeline when not requested #36

bhilbert4 opened this issue Jan 23, 2019 · 2 comments
Assignees

Comments

@bhilbert4
Copy link
Collaborator

It looks like the SSB commands as they are at the moment create the requested output files, but also output 'ramp' files in the working directory. My assumption is that these files are equivalent to the specified output files (e.g. myfile_dq_init_superbias.fits), but the filename gives no clue as to the steps being run.

Try to find a way to prevent this output from being saved, as it is not useful.

@bhilbert4 bhilbert4 self-assigned this Jan 23, 2019
@bhilbert4
Copy link
Collaborator Author

According to the documentation, this file shouldn't be appearing. It looks like all we should need to do is set save_calibrated_ramp to False. I'm confused though because the documentation says that the default is for it to be False.

https://jwst-pipeline.readthedocs.io/en/latest/jwst/pipeline/calwebb_detector1.html#arguments

@aliciacanipe
Copy link
Collaborator

I've run the pipeline several times lately using the defaults (in python), and it always only saves out the _rate.fits and _rateints.fits file. I've never gotten a _ramp.fits file. Maybe it's an artifact leftover in strun that doesn't appear when using the python methods? SCSB is having a really hard time synching the strun code with the python "run" and "call" methods. There are a lot of inconsistencies that they're trying to work out, especially when it comes to how files get saved.

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

No branches or pull requests

2 participants