Peak filter that removes peaks outside given theta limits
|
Methods
|
|
__call__ __init__
|
|
|
__call__
|
__call__ ( self, peaks )
Filter a peak list given in peaks, returning a new list
|
Exceptions
|
|
AttributeError( "Can not perform theta filtering on peaks without theta" )
|
|
|
|
__init__
|
__init__ (
self,
thetamin=3 * projtls.degrees,
thetamax=None,
)
Specify the desired limits.
|
|