roman-corgi/corgidrp
make the flux ratio noise curve step function take Image input instead of Dataset
Open
#384 opened on Mar 28, 2025
good first issuelow priority
Repository metrics
- Stars
- (16 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe. Currently, the FRN curve step function takes Dataset inputs, but this L4-to-TDA function will in practice just handle single images.
Describe the solution you'd like Change the inputs to Image inputs.