simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Fail when channel nomenclature different for different stations #279

Closed kujaku11 closed 1 year ago

kujaku11 commented 1 year ago

When channel nomenclature for the local and remote reference station is different, for example:

the processing fails because it can't get the h1 channel from the remote reference station.

Suggested solution add channel names for remote channels

config.channel_nomenclature.rr_hx = "hx"
config.channel_nomenclature.rr_hy = "hy"
kujaku11 commented 1 year ago

This isn't exactly true. Nomenclature seems to only be important when making the transfer function and for that it doesn't care about the remote reference channels.

I think what is happening is that there is no check for channel consistency of remote reference channels and station channels. For example h1 is not matching with hx for remote reference. At least this is a postulation, I'll keep checking.

kujaku11 commented 1 year ago

Interestingly, the reference channels are in the config under decimation level, so it seems to be doing what it should, must be bad data or a timing issue.