pc_path

PlasmaCalcs.tools.os_tools.pc_path(*paths)

PlasmaCalcs directory path, as abspath.

returns os.path.join(path_to_PlasmaCalcs_directory, *paths).
Examples:
pc_path() # points to the PlasmaCalcs directory.
pc_path(‘PlasmaCalcs/tools/os_tools’) # points to the os_tools.py file.
# points to the test_eppic_tinybox folder from tests/test_eppic.
pc_path(‘tests’, ‘test_eppic’, ‘test_eppic_tinybox’)