FeatureWeightSpec
feature_name |
Description |
Example |
|---|---|---|
Required: True Type: <enum ‘FeatureNameEnum’> Units: None |
The name of the feature to evaluate (e.g., coherence, impedance_ratio). |
coherence |
feature.name |
Description |
Example |
|---|---|---|
Required: True Type: <class ‘str’> Units: None |
Name of the feature. |
simple coherence |
feature.description |
Description |
Example |
|---|---|---|
Required: True Type: <class ‘str’> Units: None |
A full description of what the feature estimates. |
Simple coherence measures the coherence between measured electric and magnetic fields. |
feature.domain |
Description |
Example |
|---|---|---|
Required: True Type: <enum ‘DomainEnum’> Units: None |
Temporal domain the feature is estimated in [ ‘frequency’ | ‘time’ ] |
frequency |
feature.comments.time_stamp |
Description |
Example |
|---|---|---|
Required: False Type: float | int | numpy.datetime64 | pa ndas._libs.tslibs.timestamps.Timest Units: None |
Date and time of in UTC of when comment was made. |
2020-02- 01T09:23:45.453 670+00:00 |
feature.comments.value |
Description |
Example |
|---|---|---|
Required: False Type: str | list | None Units: None |
comment string |
failure at midnight. |
feature.data |
Description |
Example |
|---|---|---|
Required: True Type: xarray.core.dataarray.DataArray | xarray.core.dataset.Dataset | Units: None |
The data associated with the feature. |
path/to/datafil e.nc |
weight_kernels |
Description |
Example |
|---|---|---|
Required: True Type: list[mt_metadata.features.weights.m onotonic_weight_kernel.MonotonicWei Units: None |
List of weight kernel specification. |
{‘type’: ‘monotonic’} |