-
Notifications
You must be signed in to change notification settings - Fork 3
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
Issue 256 #264
Issue 256 #264
Conversation
Adds check for empty radesys and functionality to handle AltAz (AzEl) coordinate frame
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two things:
- Add more to the warning (either at the GBTFITSLoad step or when changing velocity frames) that the Az/El values are invalid and will result in an incorrect frequency shift. This could be detected as a separate case from drift scans by detecting when e.g. elevation <4.9. (Or when az/el values are unchanging?)
- Possibly add the scan numbers corresponding to the blank radesys rows to the warning message, since the antenna manager can be taken in/out over the course of a session. For example, "No RADESYS specified for scans X,Y,Z; assuming AltAz"
@etsmit I think I implemented your comments. Let me know if you think something else is needed. Note for the future. This "fix" updates the 'RADESYS' column because that is what was being used downstream by the I will also note that: |
The last update also adds support for HaDEC observations. |
@mpound is this fix acceptable? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
fix: add support for AzEl observations
Adds check for empty
RADESYS
column and functionality to handle AltAz (AzEl) coordinate frameStill needs tests, but it can handle Issue #256.