From e0fa93a6ff4e79d5a4faa26d450cd4a396ae4c07 Mon Sep 17 00:00:00 2001 From: yuedong Date: Fri, 17 Dec 2021 18:49:03 +0800 Subject: [PATCH] modify Catalog_example.py doc_string --- Catalog/Catalog_example.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Catalog/Catalog_example.py b/Catalog/Catalog_example.py index d884f35..db6fb5a 100644 --- a/Catalog/Catalog_example.py +++ b/Catalog/Catalog_example.py @@ -40,6 +40,8 @@ class Catalog_example(CatalogBase): ---------- config : dict configuration dictionary which is parsed from the input YAML file + chip: ObservationSim.Instrument.Chip + a ObservationSim.Instrument.Chip object, can be used to identify the band etc. **kwargs : dict other needed input parameters (in key-value pairs), please modify corresponding initialization call in "ObservationSim.py" as you need. -- GitLab