Jump to content

Banner.jpg.b83b14cd4142fe10848741bb2a14c66b.jpg

SteveBz

Members
  • Posts

    1,103
  • Joined

  • Last visited

Everything posted by SteveBz

  1. I also think that my mount is off by about 18 degrees, so at low Az there is a greater RA Error than at High Az. Rather than waiting for the next clear night, I'm trying the correction RA_New = Delta_RA/cos(lat). For me that translates to Delta_RA ~ 25 degrees. I get a move in the right direction, but not completely. So I think I may leave the mount as it is and just update the Az input to H-line.py and also, retrospectively amend the RA data for my previous scans.
  2. So, just to be clear, I'm doing RV = LSR_Adjustment - Doppler_Speed. Kind regards.
  3. Yes, I'm doing the Dec measurement with a digital level and I think it's always within 1 degree. But the RA seems to vary (according to @Victor Boesen's graph) by up to 5 degrees. Because of all the iron in the mount it's very hard to use a compass to align it. Next clear night, I'll align it with Polaris.
  4. In fact here (https://www.reddit.com/r/RTLSDR/comments/2pkue7/best_way_to_calibrate_with_a_known_signal_source/) they say: 'I purchased a Nooelec dongle and have been very pleased with it. Right out of the box, I am picking up air traffic as far as Philadelphia from Baltimore. I noticed, however, that when using gqrx in Linux that some stations appear to be off by 50khz or so.' I think that's about 10 km/s, so about the same error as I'm getting. I don't know how close the Nooelec is to the RTL-SDR Blog v3, however. Steve.
  5. I wonder @Victor Boesen, should I have calibrated my rtl-sdr? The guy in the video suggested by @ZiHao talked about calibration. What do you think? ZiHo, did you calibrate yours? Steve
  6. OK, I just used your code. It improved my code by about 7 km/s in the right direction, but I think I'm still about 10 km/sec too fast. See here (the blue is corrected and the orange uncorrected). Tx Steve.
  7. I should have said, it's very nice to see this all written out by hand! Your notes are much neater and more organised than mine! 🥴
  8. This was really useful, although I thought the guy was quite patronising to his his audience. 'Work hard, write up your results' etc.
  9. Perfect. That's what I got too. What I don't have is the derivations for the other quadrants or outside the solar circle. Do you think they are different?
  10. OK, very nice. My code only has the last three statements of yours. I'll double check it. Tx Steve.
  11. My LSR correction looks to be about 40-50 km/s and that seems quite large. I would have thought a value nearer 30 or less would be better. In fact, if I ignore the inflection at + 30 or 40 km/s, which is hard to evaluate precisely, the difference between the baseline result and the Bonn result seems to be about 30+/-5 km/s.
  12. Yes I agree about the PDF. The data and the formulae are very suspicious. I also agree about validating the data from scratch. I'm working through it manually and indeed I'm finding a lot of errors. Here's the baseline. Before I took all the samples within 5 degrees of the galactic equator and that's why I had so many apparently nice points. Now I've gone through the whole set of data again manually and I've just taken the single point from each scan with the highest signal intensity. I've only examined samples from Quadrant I, so I have about six data points in total. Here is the base scan for the first point: Then I adjusted it for Local System of Rest and flipped the axis to get radial velocity and Gaussian fitted it. Here it is. The blue line is the original line. The green and pink lines are the result of subtracting the standard Gaussian curves. Then I looked at the University of Bonn result: If you look at the Bonn result there are 2 clear peaks at about -55 km/s and about 10 km/s which correspond to the values on my chart of -38 km/s and 27 km/s. Ie my results are about 20 km/s too large. Maybe I didn't get the LSR adjustment right. I feel I have to get this bit right first. Any thoughts welcome. Kind regards Steve.
  13. So it seems to me that the yellow line is about right. The red and orange line is incorrect because R>R0 and I can't see how to fix that. It's going faster, so it should be outside the yellow line. Yes? No? The blue line and the short yellow lines are incorrect because they are in the wrong quadrants, also I don't see how to fix that. Maybe I can just change the sign of the sin(l) for R>R0.
  14. Hi Victor, I'll try to plot the errors afterwards. I haven't even begun to think of that 😅 In the meantime I have 4 nice curves that are all in the wrong place!!! They should be centred on the galactic bulge, by they really aren't. They don't even have a shared centre of curvature and I don't understand, either, why my coordinate does not seem to be centred on the Sun, when that is how it is defined. There is even another level of points, that I haven't been able to extract yet because of the effect of electrical noise in my vicinity.
  15. And what can we use for the other quadrants? In fact the paper I shared already has at least one fatal error in it's equations. Maybe I need to go through them again.
  16. It seems to me that the orange arm is the Perseus arm. It looks about right. Galactic Centre seems to be at (0,0) and we are at (0, 8.5). I got these just finding the peak dB value and doing the velocity calculation to calculate 'R' and then plotting - while converting (R, l) to Cartesian Coords. At first I thought the inner, blue arm was just noise, but now I think it's a real arm, I just got the coordinate conversion wrong. Do you guys know, is the maths different in each Quadrant? So to push the limit then I subtracted the main Gaussian peak from each 'Data' profile and looked for the 'Max' again (as above). Now I have a whole series of beautiful arms (like 4 different arms), but all in the wrong place 🥴 Steve.
  17. In the meantime, because I can pick out the main peak, but not the secondary or other peaks, I can only plot one Galactic Arm. Here it is (I I don't know what the little blue one is and I don't quite know where the Sun is - any suggestions?):
  18. So I understand what you said now. Yes, you've answered my question but I may have some suggestions. I think I probably need to look at the code properly. Steve.
  19. Hi Victor, Very good. Are the two versions compatible? I would certainly like the performance improvement and I haven't modified the host version on the RPi, but I have modified the version on the client - mainly to to save the .json file. I'll have a look at my mods. If you've included them all, there's no reason I shouldn't upgrade the whole thing. In fact it would be much better. I always run in debug mode and save the .json file. As far as I'm concerned, it's the main output. The .png will be more interesting when I start plotting the arms of the Milkey Way. Kind regards Steve.
  20. Questions: According to the paper attached. 1) At l = 125 degrees the radial velocity seems to be a minimum. That looks right. 2) At l = 0 degrees, the Galactic centre, the radial velocity should be zero. Not shown. 3) At l = 200 degrees, the radial velocity should be large and away from us. It's large and towards us. 4) At l = 50 degrees, the radial velocity should be large and towards us. It's large and away from us. Again, I think maybe I have the sign the wrong way round. I think I might also play with the plot a bit to make it easier to read. What do you both think? Kind regards Steve. Mapping_the_Spiral_Structure_of_the_Milk.pdf
  21. And here is my attempt by Galactic Coords. Hmmm.... The colours look good, but the rest looks a bit scary 😅 The Gaia plot on the ESA website looks a little nicer 😄 Steve.
  22. You're welcome. I enjoy it and your software is very useful.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.