select_subframes
select_subframesApprove or reject measured subframes using quality thresholds (FWHM, eccentricity, star count, SNR weight) or median-based rules, then write selection weights to approved frames.
Instructions
Approve/reject measured frames with explicit limits (max_fwhm, max_eccentricity, min_stars, min_snr_weight) or relative rules (fwhm_factor × median). Returns approved/rejected with reasons and the spread, then writes SSWEIGHT into approved frames (output to /work/weighted). Be reluctant to reject with < 20 frames.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Only report, do not write weighted files | |
| out_dir | No | ||
| max_fwhm | No | ||
| min_stars | No | ||
| fwhm_factor | No | Reject FWHM > factor × median (default 1.25 if no max_fwhm) | |
| min_snr_weight | No | ||
| reject_indexes | No | Force-reject by index | |
| max_eccentricity | No | default 0.6 |