mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/SPATZ.git
synced 2025-12-18 01:48:03 +00:00
Latest updates to data conversion
This commit is contained in:
@@ -13,7 +13,7 @@ class SCA3300(Accelerometer):
|
||||
def __init__(self, dataset: Dataset, logger: Logger, orientation=np.identity(3), offset=0, transforms: List[Transform] = []):
|
||||
super().__init__(dataset, logger, orientation, offset, transforms)
|
||||
|
||||
self.__noise = GaussianNoise(0, 0.001)
|
||||
self.__noise = GaussianNoise(0, 0.01)
|
||||
|
||||
def _get_name(self) -> AnyStr:
|
||||
return 'SCA3300'
|
||||
|
||||
Reference in New Issue
Block a user