From 5472125e53f29e58d01f80700ac42f726510d8e6 Mon Sep 17 00:00:00 2001 From: GZhao Date: Wed, 8 May 2024 09:44:01 +0800 Subject: [PATCH] remove v band in target.py --- csst_cpic_sim/target.py | 1 - 1 file changed, 1 deletion(-) diff --git a/csst_cpic_sim/target.py b/csst_cpic_sim/target.py index d9f3af4..c9d157a 100644 --- a/csst_cpic_sim/target.py +++ b/csst_cpic_sim/target.py @@ -22,7 +22,6 @@ DEFAULT_FILTER_FILE = config['default_band'] HYBRID_MODEL_FILE = config['hybrid_model'] BCC_MODEL_FOLDER = config['bcc_model'] MAG_SYSTEM = config['mag_system'] -DEFAULT_FILTER = S.ObsBandpass('johnson,v') CATALOG_CACHE = {} class AlbedoCat(S.spectrum.TabularSpectralElement, S.catalog.Icat): -- GitLab