You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the single dish school I patched the code to work with 20m data, and added a --diam parameter to play with the convolution independently of the presumed setting.
However, we did run into some issues which may require more testing. From the presentation slides of group2 I'll just mention them:
Line cube still has residual baseline (unavoidable?)
Spatial edge effects from gridder (unavoidable, or set a better mask?)
Small scale structure < beam ? (maybe need a test on a point source?)
First channel wrong? (this was kind of obvious when we used the --channel flat)
The text was updated successfully, but these errors were encountered:
Thanks for sharing that Peter. The latest version of the gbtgridder 2.0, also has a --diameter flag that defined the telescope diameter. About the points you shared
The gbtgridder used a very crude baseline subtraction method. It subtracted the mean along the spectral axis. In the latest version we have opted for not producing a "line" cube.
In the version 2.0 of the gbtgridder the padding around the mapped area has been reduced. This results in "less" edge effects in the cubes.
I had observed something similar, but was attributing it to using the wrong beam size. For 2.0 we did try to test on a point source, and were able to recover the expected source size in the gridded data.
Could you provide more details about this? What do you mean by wrong (for example is it the frequency, or the data, or something else)?
During the single dish school I patched the code to work with 20m data, and added a --diam parameter to play with the convolution independently of the presumed setting.
However, we did run into some issues which may require more testing. From the presentation slides of group2 I'll just mention them:
The text was updated successfully, but these errors were encountered: