Skip to content

[ENHANCEMENT] measurement alignment #524

@David-Baddeley

Description

@David-Baddeley

Is your feature request related to a problem? Please describe.
There are currently (at least) 4 different ways of measuring cluster/object properties in PYME, each resulting in different column names and interpretations. Each has some functionality that the other lacks.

These are:

  • skimage.measure through `recipes.measurement.Measure2D) (2D, image based)
  • DSView.modules.blobMeasure (3D, image based)
  • Analysis.points.objectMeasure (2D, from points)
  • Analysis.points.cluster_morphology (3D, from points - originally specced as 3D equiv of objectMeasure, but diverged significantly)

Describe the solution you'd like
A consistent naming scheme for measurement outputs, and a closer functional alignment. Ideally reducing the number of overlapping implementations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions