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.Patch3D
operator 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
- Returns