PreProcess

preprocess(records, settings)

Preprocess time domain data before performing processing.

records: SeismicRecording3C or iterable of SeismicRecording3C

Time-domain data as an SeismicRecording3C object or iterable object containing SeismicRecording3C objects. This is the data that will be preprocessed.

settingsPreProcessingSettings

PreProcessingSettings object 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.