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

tickets/DM-34158 #26

Merged
merged 1 commit into from Apr 7, 2022
Merged

tickets/DM-34158 #26

merged 1 commit into from Apr 7, 2022

Conversation

fred3m
Copy link

@fred3m fred3m commented Mar 23, 2022

This commit implements basic parametric models including PSF sources, sersic models, and general models that are
parameterized by the radius and optionally elliptical orientation.

scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/bbox.py Outdated Show resolved Hide resolved
scarlet/bbox.py Outdated Show resolved Hide resolved
scarlet/bbox.py Outdated Show resolved Hide resolved
scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/lite/frame.py Show resolved Hide resolved
scarlet/lite/frame.py Outdated Show resolved Hide resolved
scarlet/lite/frame.py Outdated Show resolved Hide resolved
@fred3m fred3m force-pushed the tickets/DM-34158 branch 2 times, most recently from 7450904 to 92dd4da Compare April 4, 2022 19:03
Copy link

@taranu taranu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few more minor comments/formatting/suggestions.

The array of parameters to constrain.
prox_step: `float`
A scaling parameter used in some proximal operators,
but ignored here.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, looking at proxmin, I gather operators need to have x and step as the first two args, and can have any number after that? It should probably be a callable class or something then, but in the meantime, it would be useful to make a note here to that effect for a future clueless reader like myself.

scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/lite/component.py Outdated Show resolved Hide resolved
scarlet/lite/component.py Outdated Show resolved Hide resolved
max_prox_iter: `int`
Maximum number of proximal iterations.
factor: `int`
The factor to scale the noise to set the
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, perhaps worth noting here then (adding a TODO if a ticket already exists).

scarlet/lite/frame.py Outdated Show resolved Hide resolved
scarlet/lite/frame.py Outdated Show resolved Hide resolved
scarlet/lite/frame.py Outdated Show resolved Hide resolved
scarlet/lite/utils.py Outdated Show resolved Hide resolved
This commit implements basic parametric models including
PSF sources, sersic models, and general models that are
parameterized by the radius and optionally elliptical
orientation.
@fred3m fred3m merged commit 6315d29 into lsst-dev Apr 7, 2022
@fred3m fred3m deleted the tickets/DM-34158 branch April 7, 2022 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants