Contains the methods that allow an object to be built to analyse LIGO
data in a Condor DAG.
|
|
|
|
|
calibration_cache_path(self)
Determine the path to the correct calibration cache file to use. |
source code
|
|
|
get_calibration(self)
Return the calibration cache file to be used by the DAG. |
source code
|
|
|
get_data_end(self)
Get the GPS end time of the data needed by this node. |
source code
|
|
|
get_data_start(self)
Get the GPS start time of the data needed by this node. |
source code
|
|
|
get_end(self)
Get the GPS end time of the node. |
source code
|
|
|
get_ifo(self)
Returns the two letter IFO code for this node. |
source code
|
|
|
get_ifo_tag(self)
Returns the IFO tag string |
source code
|
|
|
get_input(self)
Get the file that will be passed as input. |
source code
|
|
|
get_output(self)
Get the file that will be passed as output. |
source code
|
|
|
get_pad_data(self)
Get the GPS start time of the data needed by this node. |
source code
|
|
|
get_start(self)
Get the GPS start time of the node. |
source code
|
|
|
get_trig_end(self)
Get the trig end time of the node. |
source code
|
|
|
get_trig_start(self)
Get the trig start time of the node. |
source code
|
|
|
get_user_tag(self)
Returns the usertag string |
source code
|
|
|
|
|
|
|
|
|
set_end(self,
time,
pass_to_command_line=True)
Set the GPS end time of the analysis node by setting a --gps-end-time
option to the node when it is executed. |
source code
|
|
|
|
|
set_ifo_tag(self,
ifo_tag,
pass_to_command_line=True)
Set the ifo tag that is passed to the analysis code. |
source code
|
|
|
set_input(self,
filename,
pass_to_command_line=True)
Add an input to the node by adding a --input option. |
source code
|
|
|
set_output(self,
filename,
pass_to_command_line=True)
Add an output to the node by adding a --output option. |
source code
|
|
|
|
|
set_start(self,
time,
pass_to_command_line=True)
Set the GPS start time of the analysis node by setting a
--gps-start-time option to the node when it is executed. |
source code
|
|
|
set_trig_end(self,
time,
pass_to_command_line=True)
Set the trig end time of the analysis node by setting a
--trig-end-time option to the node when it is executed. |
source code
|
|
|
set_trig_start(self,
time,
pass_to_command_line=True)
Set the trig start time of the analysis node by setting a
--trig-start-time option to the node when it is executed. |
source code
|
|
|
set_user_tag(self,
usertag,
pass_to_command_line=True)
Set the user tag that is passed to the analysis code. |
source code
|
|
Inherited from CondorDAGNode :
__repr__ ,
add_checkpoint_file ,
add_checkpoint_macro ,
add_file_arg ,
add_file_opt ,
add_input_file ,
add_input_macro ,
add_io_macro ,
add_macro ,
add_output_file ,
add_output_macro ,
add_parent ,
add_pegasus_profile ,
add_post_script_arg ,
add_pre_script_arg ,
add_var_arg ,
add_var_condor_cmd ,
add_var_opt ,
finalize ,
get_args ,
get_category ,
get_checkpoint_files ,
get_cmd_line ,
get_cmd_tuple_list ,
get_dax_collapse ,
get_grid_start ,
get_input_files ,
get_name ,
get_opts ,
get_output_files ,
get_pegasus_profile ,
get_post_script ,
get_post_script_arg ,
get_priority ,
get_retry ,
get_vds_group ,
job ,
set_category ,
set_dax_collapse ,
set_grid_start ,
set_log_file ,
set_name ,
set_post_script ,
set_pre_script ,
set_priority ,
set_retry ,
set_vds_group ,
write_category ,
write_input_files ,
write_job ,
write_output_files ,
write_parents ,
write_post_script ,
write_pre_script ,
write_priority ,
write_vars
|