diff --git a/segpy/catalog.py b/segpy/catalog.py index d661f2a..9df70ca 100644 --- a/segpy/catalog.py +++ b/segpy/catalog.py @@ -119,11 +119,11 @@ class CatalogBuilder(object): if (index_stride is not None) and (value_stride is not None): assert value_stride != 0 return LinearRegularCatalog(index_min, - index_max, - index_stride, - value_start, - value_stop, - value_stride) + index_max, + index_stride, + value_start, + value_stop, + value_stride) return DictionaryCatalog(self._catalog)