From d5d153e8554ef3417d18ab9f6d48401d04686019 Mon Sep 17 00:00:00 2001 From: Thibault Barnouin Date: Tue, 1 Apr 2025 17:02:31 +0200 Subject: [PATCH] fix WCS computation, cdelt should not be sorted fix rebase display on main --- package/FOC_reduction.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/FOC_reduction.py b/package/FOC_reduction.py index 314e2ff..d3aee2c 100755 --- a/package/FOC_reduction.py +++ b/package/FOC_reduction.py @@ -46,8 +46,8 @@ def main(target=None, proposal_id=None, infiles=None, output_dir="./data", crop= display_bkg = False # Data binning - pxsize = 0.10 - pxscale = "arcsec" # pixel, arcsec or full + pxsize = 4 + pxscale = "px" # pixel, arcsec or full rebin_operation = "sum" # sum or average # Alignement @@ -60,8 +60,8 @@ def main(target=None, proposal_id=None, infiles=None, output_dir="./data", crop= # Smoothing smoothing_function = "combine" # gaussian_after, weighted_gaussian_after, gaussian, weighted_gaussian or combine - smoothing_FWHM = 0.150 # If None, no smoothing is done - smoothing_scale = "arcsec" # pixel or arcsec + smoothing_FWHM = 1.5 # If None, no smoothing is done + smoothing_scale = "px" # pixel or arcsec # Rotation rotate_data = False