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

modify Catalog_example.py doc_string

parent 5fe39b53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.