pyrocko.gato.grid.base¶
Classes
|
Base class for Gato grids. |
|
Flag to indicate how grid inconsistencies are handled. |
- class GridSnap(...) str [source]¶
Bases:
StringChoice
Flag to indicate how grid inconsistencies are handled.
'both'
: adjust minimum and maximum to be multiples of given spacing.'min'
: adjust minimum only.'max'
: adjust maximum only.'fail'
: raise an error.