Skip to content
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

Open
weberam2 opened this issue Nov 14, 2022 · 3 comments
Open

Unrecognized function or variable 'rdb_hdr_dab_stop_rcv' #103

weberam2 opened this issue Nov 14, 2022 · 3 comments

Comments

@weberam2
Copy link

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?

@jamienear
Copy link
Contributor

jamienear commented Nov 15, 2022 via email

@weberam2
Copy link
Author

Hey Jamie,
You're totally right. It must have been pointing to another GELoad.m
When I started Matlab up today and added the FID-A path it worked with no issues.
Cheers,
Alex W.

@hcarlson2431
Copy link

Hello Dr. Near,
I am having the same error message (Matlab 2021b) when trying to run this command from the FID-A user manual: [out,out_w]=run_pressproc_GEauto('P17920.7'); using the GE sample data provided with FID-A.

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
Helen

error message:

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants