pylops.signalprocessing.patch3d.patch3d_design#
- pylops.signalprocessing.patch3d.patch3d_design(dimsd, nwin, nover, nop, verb=True)[source]#
Design Patch3D operator
This routine can be used prior to creating the
pylops.signalprocessing.Patch3Doperator to identify the correct number of windows to be used based on the dimension of the data (dimsd), dimension of the window (nwin), overlap (nover),a and dimension of the operator acting in the model space.- Parameters
- dimsd
tuple Shape of 3-dimensional data.
- nwin
tuple Number of samples of window.
- nover
tuple Number of samples of overlapping part of window.
- nop
tuple Size of model in the transformed domain.
- verb
bool, optional Deprecated, will be removed in v3.0.0. Simply kept for back-compatibility with previous implementation
- dimsd
- Returns