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?