give defaults

ODF etc seem to use degrees as default but mostly we use radians. Should
be discussed
This commit is contained in:
Martin Diehl 2021-09-01 19:33:06 +02:00
parent 396974c7b2
commit a6842abebf
1 changed files with 1 additions and 1 deletions

View File

@ -1026,7 +1026,7 @@ class Rotation:
N : int, optional
Number of samples, defaults to 500.
degrees : boolean, optional
sigma is given in degrees.
sigma is given in degrees. Defaults to True.
rng_seed : {None, int, array_like[ints], SeedSequence, BitGenerator, Generator}, optional
A seed to initialize the BitGenerator. Defaults to None, i.e. unpredictable entropy
will be pulled from the OS.