PreProcess
- preprocess(records, settings)
Preprocess time domain data before performing processing.
- records: SeismicRecording3C or iterable of SeismicRecording3C
Time-domain data as an
SeismicRecording3Cobject or iterable object containingSeismicRecording3Cobjects. This is the data that will be preprocessed.- settingsPreProcessingSettings
PreProcessingSettingsobject that controls how the time-domain data will be preprocessed.
- Returns:
List of SeismicRecording3C – Seismic records that have been preprocessed and are ready for processing.