triggers_single_detector_HM.TriggerList.save_candidatelist#
Back to Class page
Summary#
Signature#
def save_candidatelist(self, trig_fname, append = True)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Absolute path to trigger file to save triggers to |
||
|
True |
Flag indicating whether to append to existing file If append is True, 1. If trig_fname doesn’t exist, we create it and save self.processedclist to it 2. If trig_fname exists, we append self.processedclist to its contents |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
:param trig_fname: Absolute path to trigger file to save triggers to
:param append: Flag indicating whether to append to existing file
If append is True,
1. If trig_fname doesn't exist, we create it and save
self.processedclist to it
2. If trig_fname exists, we append self.processedclist to its
contents
:return Updates self.trig_fname