pyepr.dataset.EPRAccessor¶
- class pyepr.dataset.EPRAccessor(xarray_obj)¶
- _obj¶
- save(filename, type='netCDF', overwrite=True)¶
Save the dataset to a hdf5 file
- Parameters:
- filenamestr
The name of the file to save the dataset
- typestr, optional
The type of file to save, by default ‘netCDF’ (including .h5)
- overwritebool, optional
Overwrite the file if it exists, by default True
- property correctphase¶
- property normalise¶
- property correctphasefull¶
- property SNR¶
- property fft¶
- property MeasurementTime¶
Calculate the total measurement time in seconds
- property sequence¶
- merge(other, ignore_errors=True)¶
Merge two datasets into one dataset.
Handles the following cases: 1. Both datasets have the same parameters but different axes and are 1D