HETG¶
- class marxs.missions.chandra.HETG(**kwargs)[source]¶
Bases:
ParallelDefine a new MARXS element.
Attributes Summary
String that names an id column for output.
Methods Summary
Read position of facets from file.
Attributes Documentation
- id_col = 'facet'¶
String that names an id column for output.
Set this to a string to add an automatic numbering to the output. This is especially useful if there are several identical optical components that are used in parallel, e.g. there are four identical CCDs. Setting
id_col = "CCD_ID"and passing anid_num=1, 2, 3, 4keyword respectively to each CCD will add a columnCCD_IDwith a value of 1,2,3, or 4 for each photon hitting one of those CCDs.Currently, this will not work with all optical elements.
Methods Documentation