Commit e0fa93a6 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

modify Catalog_example.py doc_string

parent 5fe39b53
...@@ -40,6 +40,8 @@ class Catalog_example(CatalogBase): ...@@ -40,6 +40,8 @@ class Catalog_example(CatalogBase):
---------- ----------
config : dict config : dict
configuration dictionary which is parsed from the input YAML file 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 **kwargs : dict
other needed input parameters (in key-value pairs), please modify corresponding other needed input parameters (in key-value pairs), please modify corresponding
initialization call in "ObservationSim.py" as you need. initialization call in "ObservationSim.py" as you need.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment