-
Notifications
You must be signed in to change notification settings - Fork 2
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
VDIF output smearing #45
Comments
Perhaps the easiest way to check the latter is to exploit the Power of Git to see whether any of the relevant VDIF-writing code has changed since the last time someone (Dilpreet??) used it successfully to look at fine structure. |
Below are examples for J0034-0534 (P=1.9 ms) and J2241-5236 (P=2.2 ms). I've checked that I can see smearing when processing both legacy and MWAX observations with VCSBeam/dspsr. I've also checked the dispersion delay over the filterbank channels to rule out intrachannel smearing. The dspsr filterbanks are processed with 80 kHz fine channels, which should allow for 12.5 us time resolution. |
Possibly related to this is the fact that the VDIF output also had zeros at the front, and strange artefacts at the second boundaries. I believe I have fixed at least the zeros-out-the-front error in f0433e7 (branch "bug/ipfb_broken"). It remains to be seen whether this also fixes the other problems. |
FYI: the other commits in |
Right, so Chris will need to merge his changes into this branch first. And
then we can merge into the main branch (after testing, of course).
…On Sat, 18 May 2024, 07:17 Sam McSweeney, ***@***.***> wrote:
FYI: the other commits in bug/ipfb_broken include patches for:
- 7522679
<7522679>:
including NPOL 2 in the VDIF header (but this may not be the best way
to do it)
- 7522679
<7522679>:
Adding back in the -n option to the beamformer to chunk the processing
- 25ac38e
<25ac38e>:
Changed function names in accordance with mwa_hyperbeam's latest
version (v0.7)
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEAEADRZJC3G2ZWINLADJ3LZC2FY7AVCNFSM6AAAAABGGNLM6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJYGQ4DANBVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
@cplee1 has noticed that essentially for all MSPs with small-scale structures, we are not able to resolve them (whereas in the legacy beamformer, and even in the PSRFITS output we can at least see hints of structures).
This hints at two possibilities:
DSPSR
's coherent dedispersion is not behaving as expected on our VDIF data (need to check headers, ensure consistency)It's more than likely the latter, but the first is easier to check so we should do that.
The text was updated successfully, but these errors were encountered: