Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quantitative morphology measures to Image #80

Open
stephenmwilkins opened this issue Jan 16, 2023 · 2 comments
Open

Add quantitative morphology measures to Image #80

stephenmwilkins opened this issue Jan 16, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@stephenmwilkins
Copy link
Collaborator

Add ability to measure quantitative morphology to Image. E.g.

  • half-light radius
  • simple Sersic fitting
  • CAS + Gini parameters
@stephenmwilkins stephenmwilkins added the enhancement New feature or request label Jan 16, 2023
@WillJRoper WillJRoper self-assigned this Jan 16, 2023
@WillJRoper
Copy link
Collaborator

I'm not sure exactly the best way to approach this. The initial approach that jumps out is methods on the images themselves but I'm not sure if we would actually rather split this off into another submodule for analysis?

@stephenmwilkins
Copy link
Collaborator Author

I'd prefer a method (or set of methods) on the Image base class. These could be elsewhere and inherited but I don't see why that would confer an advantage. Once generated they should also ideally be attached to the Image object too. For example,

CAS = image.get_CAS() # returns dictionary of CAS parameters

The get_CAS method itself would be a wrapper around methods calculating the individual parameters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants