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

Remove error array initialization from inttag #85

Open
dougbrn opened this issue Aug 6, 2019 · 1 comment
Open

Remove error array initialization from inttag #85

dougbrn opened this issue Aug 6, 2019 · 1 comment

Comments

@dougbrn
Copy link
Contributor

dougbrn commented Aug 6, 2019

The error array that inttag produces for it's output raw ACCUM image is not being utilized by calstis currently, as calstis initializes it's own error array as part of one of the first calibration steps. The calstis error array is likely clobbering the inttag array as calstis expects an empty error array based on archive processed raw ACCUM images (which have no error array). In order to line up inttag produced raw files with archive raw files, we should remove error array initialization from inttag and just let calstis handle this.

@sean-lockwood
Copy link
Member

We probably also want to leave the DQ array unpopulated too.

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