FilamentNDBase¶
- class fil_finder.FilamentNDBase[source]¶
Bases:
objectAnalysis and properties of a single filament object.
Attributes Summary
The networkx graph for the filament.
Pixel coordinates of the longest path.
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