Package pylal :: Module fu_Condor :: Class followUpChiaNode
[hide private]
[frames] | no frames]

Class followUpChiaNode

source code

  glue.pipeline.CondorDAGNode --+            
                                |            
       glue.pipeline.AnalysisNode --+        
                                    |        
      glue.pipeline.CondorDAGNode --+        
                                    |        
lalapps.inspiral.InspiralAnalysisNode --+    
                                        |    
                lalapps.inspiral.ChiaNode --+
                                            |
                     webCondor.webTheNode --+
                                            |
                                           followUpChiaNode


  A C code for computing the coherent inspiral statistic.
  An example command line is:
lalapps_coherent_inspiral --segment-length 1048576 --dynamic-range-exponent 6.900000e+01 --low-frequency-cutoff 4.000000e+01 --bank-file H1H2-COHBANK_COHERENT_H1H2_PLAYGROUND-823269333-600.xml --sample-rate 4096 --cohsnr-threshold 5.500000e+00 --ifo-tag H1H2 --frame-type LSC-STRAIN --H1-framefile H1-INSPIRAL_COHERENT_H1H2_PLAYGROUND-823269286-2048.gwf --H2-framefile H2-INSPIRAL_COHERENT_H1H2_PLAYGROUND-823268952-2048.gwf --gps-end-time 823269933 --gps-start-time 823269333 --write-cohsnr --write-cohnullstat --write-cohphasediff --write-events --verbose
  

Instance Methods [hide private]
 
__init__(self, job, trig, opts, dag, cp)
job = A CondorDAGJob that can run an instance of lalapps_coherent_inspiral.
source code
 
append_insp_node(self, inspNode, ifo) source code
 
add_node_to_dag(self, dag, opts, trig) source code

Inherited from lalapps.inspiral.ChiaNode: get_ifo_tag, get_output, set_bank, set_ifo_tag

Inherited from lalapps.inspiral.InspiralAnalysisNode: finalize, get_checkpoint_image, get_data_checkpoint, get_froutput, get_output_base, get_output_cache, get_zip_output, set_data_checkpoint, set_zip_output

Inherited from glue.pipeline.AnalysisNode: calibration, calibration_cache_path, get_calibration, get_data_end, get_data_start, get_end, get_ifo, get_input, get_pad_data, get_start, get_trig_end, get_trig_start, get_user_tag, set_cache, set_data_end, set_data_start, set_end, set_ifo, set_input, set_output, set_pad_data, set_start, set_trig_end, set_trig_start, set_user_tag

Inherited from glue.pipeline.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, 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

Inherited from webCondor.webTheNode: invalidate, set_id, setupNodeWeb, validate, writeContent

Method Details [hide private]

__init__(self, job, trig, opts, dag, cp)
(Constructor)

source code 

job = A CondorDAGJob that can run an instance of lalapps_coherent_inspiral.

Parameters:
  • job - the CondorJob that this node corresponds to.
Overrides: webCondor.webTheNode.__init__