From 6ac1b50d77935bb7e5cbf1f023428d5b9a2dbe19 Mon Sep 17 00:00:00 2001 From: Cail Daley Date: Mon, 20 Jul 2026 01:30:31 +0200 Subject: [PATCH] chore: remove vestigial pixel_size param (0.187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pixel_size = 0.187 has had no consumer since the cs_util.size migration (bfac233f). It is also not the tile scale: 0.187 is the MegaCam center-of-field native scale, not the tile scale used downstream (real tiles: 0.1857; sims: 0.185 — see UNIONS-WL/MultiBand_ImSim#2). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_017hsz3vrQT6t21fWSj1cxcj --- scripts/calibration/params.py | 3 --- workflow/image_sims/params_im_sim.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/scripts/calibration/params.py b/scripts/calibration/params.py index 5b2ef0c9..ea871119 100644 --- a/scripts/calibration/params.py +++ b/scripts/calibration/params.py @@ -32,9 +32,6 @@ ## Area of a tile in deg^2 area_tile = 0.25 -## Pixel size in arcsec -pixel_size = 0.187 - ## Shape measurement method (only 'ngmix' is supported): ## 'ngmix': multi-epoch model fitting shape = "ngmix" diff --git a/workflow/image_sims/params_im_sim.py b/workflow/image_sims/params_im_sim.py index e87124d0..1cd395c6 100644 --- a/workflow/image_sims/params_im_sim.py +++ b/workflow/image_sims/params_im_sim.py @@ -36,9 +36,6 @@ ## Area of a tile in deg^2 area_tile = 0.25 -## Pixel size in arcsec -pixel_size = 0.187 - ## Shape measurement method, implemented is ## 'ngix': multi-epoch model fitting ## 'galsim': stacked-image moments (experimental)