Skip to content

[ENHANCEMENT] measurement alignment #524

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions