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

rawspec ignores AZ and ZA GUPPI RAW headers #67

Open
david-macmahon opened this issue Jun 27, 2022 · 0 comments
Open

rawspec ignores AZ and ZA GUPPI RAW headers #67

david-macmahon opened this issue Jun 27, 2022 · 0 comments

Comments

@david-macmahon
Copy link
Contributor

rawspec ignores the AZ and ZA GUPPI RAW headers. These values should be read from the first RAW file of a sequence (i.e. the *.0000.raw file) and used to populate fields (not yet present) in rawspec_raw_hdr_t which should then be used to populate the az_start and za_start fields of a fb_hdr_t instance. Because these fields are currently ignored, the az_start and za_start fields in the output files end up being 0.0, which is their default value.

Ideally, these fields in fb_hdr_t should get initialized with nan() and then only included in the filter bank header if they are non-NaN.

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

1 participant