-
Notifications
You must be signed in to change notification settings - Fork 14
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
Plotting ideas #6
Comments
I'd definitely like to see your last bullet point there--updating the plots only when there's new data instead of on a fixed time interval. With the default config at least, it seems like data only comes in every third or fourth refresh. A little "Last update: X seconds ago" field somewhere might be nice, too. |
My professor remarked that it would be nice to have some way to subtract the background continuum signal to better look at the shifted hydrogen emission. Or is that already a feature that I just missed? Also, thanks for the lovely software :) EDIT: of course this is a feature; it's built into the calibration! |
So, we're using this software at our school for an intro course (thanks for making it!) but first we could really use:
I'd love to work on either or both of these but I also don't want to conflict with any of your previous work (I think some LSRK conversion is in progress?). Do you have some pointers about how best to integrate these two features into the current codebase? For the continuous integration part, one option is to make a separate gnuradio flowgraph that outputs a continuous average of the spectrum to ZMQ, though we could also just do that averaging in python using the current flowgraph. I'm tempted to do the latter method, just multiplying the previous spectrum by |
Hi, we do actually label the LSRK velocity but only for the 0 Doppler. It's not in the plot its on the left hand side of the dashboard. I wasn't certain if this would be useful for the students to derive it themselves. I can add a feature to switch out the frequency offset ticks with the LSRK velocity. The continuous integration is something I'd like to add. I'll see if I can do something simple where you can just turn in on in a button and the plot just holds over the current one. |
I'll have some time this semester to work on this. Which of those two would you like help on first, if any? |
Hi, I'm fine if you want to update some of the plots with the frequency dependent vlsr on the spectrum and add the "continuous integration" feature. The line of sight velocity is probably the best things to start with. We use the term vlsr (velocity in the local standard of rest). I perform the base calculation using astropy, you would just be adding the apparent Doppler shift. |
I have added waterfall plot in my fork: |
For what it's worth the "vvo" branch of my fork also has continuous integration and VLSR plotting support. Meant to send a PR but never got around to it. |
@imyxh I was able to run your fork like so:
I see the new PLOTTING menu and its working, but the figures never show up. It stays like so: |
Ideas to improve presentation of plots
The text was updated successfully, but these errors were encountered: