-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unrecognized function or variable 'rdb_hdr_dab_stop_rcv' #103
Comments
Hi Alexander,
I just tried on my side to run the same function using the same data (the example GE PRESS data found in {FID-A_DIR}/exampleData/GE/sample01_press/press/P17920.7).
On my side, the function runs to completion without any issue.
I’m wondering if you have a different version of GELoad.m on your path? If you have Gannet or Osprey installed, it is possible that one of those packages also has a function named GELoad.m which is causing an issue.
From the MATLAB command line, can you please type the following:
which GELoad
This will tell you which GELoad function you are using. If it is not pointing to "{FID-A_DIR}/inputOutput/gannetTools/GELoad.m”, then matlab may be looking at the wrong version of GELoad. One solution to this would be to remove the unwanted version of GELoad from your MATLAB path.
Hope this helps.
Best wishes,
Jamie
On Nov 14, 2022, at 3:24 PM, Alexander Weber ***@***.******@***.***>> wrote:
I get this when trying to replicate the example analysis of the GE Press data...
`>> [out,out_w]=run_pressproc_GEauto('P17920.7');
Unrecognized function or variable 'rdb_hdr_dab_stop_rcv'.
Error in GELoad (line 263)
hdr_value = fread(fid, rdb_hdr_dab_stop_rcv, 'integer*2');
Error in io_loadspec_GE (line 29)
[GEout,GEout_w,GEhdr]=GELoad(filename);
Error in run_pressproc_GEauto (line 54)
[raw,raww]=io_loadspec_GE(filestring,1);
`
I think that may be an Osprey code? Should I have Osprey installed?
—
Reply to this email directly, view it on GitHub<#103>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACHTOQL6ZGBMHSTWTMCPZ4DWIKNWRANCNFSM6AAAAAASAGQ2Y4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hey Jamie, |
Hello Dr. Near, I have removed Osprey from my Matlab path and which GELoad correctly returns the FID-A version of GELoad. I get the same error when trying to run the megapress version. Do you have any other ideas as to how to fix this error? Thank-you error message: Unrecognized function or variable 'rdb_hdr_dab_stop_rcv'. Error in GELoad (line 263) Error in io_loadspec_GE (line 29) Error in run_pressproc_GEauto (line 54) |
I get this when trying to replicate the example analysis of the GE Press data...
`>> [out,out_w]=run_pressproc_GEauto('P17920.7');
Unrecognized function or variable 'rdb_hdr_dab_stop_rcv'.
Error in GELoad (line 263)
hdr_value = fread(fid, rdb_hdr_dab_stop_rcv, 'integer*2');
Error in io_loadspec_GE (line 29)
[GEout,GEout_w,GEhdr]=GELoad(filename);
Error in run_pressproc_GEauto (line 54)
[raw,raww]=io_loadspec_GE(filestring,1);
`
I think that may be an Osprey code? Should I have Osprey installed?
The text was updated successfully, but these errors were encountered: