bilby_pipe.job_creation.nodes.generation_node
Classes
Base Node object, handles creation of arguments, executables, etc |
Functions
Test whether the machine being used is configured to use a local issuer |
Module Contents
- class bilby_pipe.job_creation.nodes.generation_node.GenerationNode(inputs, trigger_time, idx, dag, parent=None)[source]
Bases:
bilby_pipe.job_creation.node.NodeBase Node object, handles creation of arguments, executables, etc
- property resolve_frame_files[source]
Resolve frame files from frame_type_dict and data_dict. For each detector, if the frame filepath(s) is given return the filepath(s), otherwise use gwdatafind to resolve the frame files using the provided frame type.
- _file_needs_authentication(fname)[source]
Check if a file needs authentication to be accessed, currently the only repositories that need authentication are ligo.osgstorage.org and *.storage.igwn.org.
- Parameters:
- fname: str
The file name to check
- property scitoken_lines[source]
Additional lines needed for the submit file to enable access to proprietary files/services. Note that we do not support scoped tokens. This is determined by the method used to issue the scitokens. For more details see here.