roman-corgi/corgidrp

make the flux ratio noise curve step function take Image input instead of Dataset

Open

#384 opened on Mar 28, 2025

 (0 comments) (0 reactions) (1 assignee)Python (10 forks)auto 404
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.

Contributor guide