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

Convert JWST ramp fitting step for use with WFI data #83

Closed
stscijgbot-rstdms opened this issue Jan 13, 2021 · 1 comment
Closed

Convert JWST ramp fitting step for use with WFI data #83

stscijgbot-rstdms opened this issue Jan 13, 2021 · 1 comment
Assignees
Labels
Milestone

Comments

@stscijgbot-rstdms
Copy link
Collaborator

stscijgbot-rstdms commented Jan 13, 2021

Issue RCAL-72 was created on JIRA by David Grumm:

This is an evolving list of areas of the JWST ramp fitting step code that should be reviewed and possibly changed:

  1. Roman datasets will have only a single integration, so:
    a) eliminate loops over integrations
    b) eliminate calculations of averages (and other statistics) over integrations and the associated output file(s)

  2. Multi-processing has recently been added to the JWST ramp fitting; presumably this can left as is for Roman but will need to be verified.

  3. The JWST version of ramp fitting expects input to be the jump detection output; it will need to be verified that the code will still work if the jump detection step is skipped.

@stscijgbot-rstdms
Copy link
Collaborator Author

Comment by David Grumm on JIRA:

I have copied a first iteration of utils.py to ███████████████████████████████████████████ I revised the code to handle only a single integration ( "dis-integrating" the code ), which includes reducing the dimensionality of many arrays, and removing code for the integration-specific calculations and their output. This will probably need further revision as I modify the code in the other python files that use these functions in utils.py.

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

No branches or pull requests

3 participants