FilamentNDBase

class fil_finder.FilamentNDBase[source]

Bases: object

Analysis and properties of a single filament object.

Attributes Summary

graph

The networkx graph for the filament.

longpath_pixel_coords

Pixel coordinates of the longest path.

pixel_coords

pixel_extents

Methods Summary

position([world_coord])

Return the centre position of the filament based on the pixel coordinates.

Attributes Documentation

graph

The networkx graph for the filament.

longpath_pixel_coords

Pixel coordinates of the longest path.

pixel_coords
pixel_extents

Methods Documentation

position(world_coord=False)[source]

Return the centre position of the filament based on the pixel coordinates.