fascicle.rotate fascicle.rotate(angle: float, with_geom: bool = True, with_pop: bool = True, with_context: bool = True, degree: bool = False)[source] Rotate the population and/or its geometry and/or stim and rec context. Parameters: angle (float) – Angle of the rotation with_geom (bool, optional) – if True rotate the geometry, by default True with_pop (bool, optional) – if True rotate the population, by default True degree (bool, optional) – if True angle is in degree, if False in radian, by default False