common Package

Functions

add_path_data_ref_eclairs(p_file) add to p_file the path of the ECLAIRs data directory.
add_path_eclairs(p_file) add to p_file the path of the ECLAIRs directory.
add_path_output_eclairs(p_file) add to p_file the path of the ECLAIRs output directory.
add_path_tests_eclairs(p_file) add to p_file the path of the ECLAIRs test directory.
get_root_eclairs() get the path of the ECLAIRs directory.

generic classes, functions. Could be used by other projects.

Summary

Reference

add_path_data_ref_eclairs(p_file)[source]

add to p_file the path of the ECLAIRs data directory.

The ECLAIRs data directory is ECLAIRs/ecpi/common/data.

Returns:absolute path of p_file
Return type:string
add_path_eclairs(p_file)[source]

add to p_file the path of the ECLAIRs directory.

Returns:absolute path of p_file
Return type:string
add_path_output_eclairs(p_file)[source]

add to p_file the path of the ECLAIRs output directory.

The ECLAIRs output directory is ECLAIRs/OUTPUT. It is a non commited directory.

Returns:absolute path of p_file
Return type:string
add_path_tests_eclairs(p_file)[source]

add to p_file the path of the ECLAIRs test directory.

The ECLAIRs test directory is ECLAIRs/DATA_TEST. It is a non commited directory.

Returns:absolute path of p_file
Return type:string
get_root_eclairs()[source]

get the path of the ECLAIRs directory.

Returns:path of the root of the ECLAIRs directory
Return type:string