-
Notifications
You must be signed in to change notification settings - Fork 7
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
GMRT SETI is having evolving issues concerning getting started with rawspec #52
Comments
Is this related to issue #10 ? |
Since DIRECTIO = 0, the first data block should start immediately after the 80-byte END record. |
Yes, the data writing starts after the END keyword in the header. There are 82 lines, so 6560 bytes of header and then data. |
@Akshay-e reports the following. rawspec is able to produce the .fil files, adding the --debug option gives:
While trying to create .h5 files:
|
@Akshay-e Please show the 2 command lines used |
rawspec -j -z -f 1024 -t 1 NEW_TEST_guppi # for h5 file |
Odd: You used -f 1024 yet the FFTLEN in the header = 2048. |
|
Is this single dish data??? For a telescope array like GMRT I would have expected a |
@david-macmahon This is only a trial observation data set that we are using recorded with a single dish for the pulsar B0329+54. |
Our guppi raw file has 2048 channels. So using |
Does this file exist at the Berkeley data center? |
No, not right now. If it's needed I can try adding this to blpc1 tomorrow. |
Even just the first header and data block would be useful (and easier/quicker to copy). If you know the header contains 6560 bytes and the data block contains 134217728 bytes you can make a raw file
|
@Akshay-e @RaghavGirgaonkar
|
This is the output after running the
|
The above command creates an H5 file, but the command
|
I have uploaded two files in One should have file size = |
rawspec is reporting 0 spectra in both files. |
@texadactyl What is the exact |
WITHPAD='/datax/scratch/AMITY_INDIA/raghav/GSB_iFFT_pipeline/PASV_to_GUPPI/oneblock_withpadding.0000.raw' rawspec -j -z -f 1024 -t 1 -d . $NOPAD |
I can see that both files are 129 M |
If I use the same command but without the
|
@texadactyl The file sizes may seem to be 129 M but on doing
|
rawspec 3.1.1+dirty using librawspec 3.1.1+dirty and cuFFT 10.2.1.245 ===================== without pad |
@texadactyl In your case, it's taking the filename as the stem I think |
My comment about file size was about both of them containing data, not accuracy |
I need my morning coffee! |
I think the command you should run is:
|
Ok, in fbh5 mode, I can process the first block without any errors
|
So, is the issue in transition to block 2? Answer: Not in the sample at
|
Ran turbo_seti on produced .h5 file.
|
No pad case was the same:
|
@texadactyl Can you point me to the installation of |
Install rawspec under your $HOME You need to adjust PATH and LD_LIBRARY_PATH.
|
When you run turboSETI, if you see any stupid lock error messages, this will probably fix it: |
@texadactyl The larger file is at This has probably around 34 blocks |
writing output files in FBH5 format h5diag: Begin |
Closing as previous failures do not seem to be a rawspec software problem. |
Starting with
rawspec
v3.1.1, GMRT is seeing crashes. This issue will be updated as more and more information becomes available.The current (2022-01-30) header information:
cc: @david-macmahon @Akshay-e @RaghavGirgaonkar
The text was updated successfully, but these errors were encountered: