watex.methods.EM#
- class watex.methods.EM(survey_name=None, verbose=0)[source]#
Create EM object as a collection of EDI-file.
Collect edifiles and create an EM object. It sets the properties from audio-magnetotelluric. The two(2) components XY and YX will be set and calculated.Can read MT data instead, however the full handling transfer function like Tipper and Spectra is not completed. Use other MT softwares for a long periods data.
- Parameters
survey_name (str) – location name where the date where collected . If surveyname is None can chech on edifiles.
- ediObjs_#
array of the collection of edifiles read_sucessfully
- Type
Array-like of shape (N,)
- data_#
array of all edifiles feed in the EM modules whatever sucessuffuly read or not.
- Type
Array-like of shape (N, )
- edinames_#
array of all edi-names sucessfully read
- Type
array-like of shape (N,)
- edifiles_#
array of all edifiles if given.
- Type
array of shape (N, )
- freqs_#
Array of the frequency range from EDIs
- Type
array-like of shape (N, )
- refreq_#
Reference refrequency for data correction. Note the reference frequency is the highest frequency with clean data.
- Type
float,
- Properties#
- ------------
- longitude#
longitude coordinate values collected from EDIs
- Type
array-like, shape (N,)
- latitude#
Latitude coordinate values collected from EDIs
- Type
array-like, shape (N, )
- elevation#
Elevation coordinates collected from EDIs
- Type
array-like, shape (N,)