main

class phlab.rixs(project_name='', out_dir='/_output/', inp_dir='/_input/')[source]

Class rixs exists as a wrapper around both models and experiment objects.

Args:
problem_name: str
name of the project.
out_dir: str
name of the ouptu directory.
inp_dir: str
name of the ouptu directory.
Attributes:
nmodel: int
number of models created within this project.
nexp: int
number of exp created within this project.
abs_path: str
absolute path to the working directory
experiment(file='', col=[0, 1], name='')[source]

Experiment.

Args:
file: str
path to the file with the exp data
col: list
[column x ; column y] defines which columns to read from the file
name: str
name of the experiment
Returns:
experiment.experiment(): object
calls experiment sub-package
visual(model_list=[], exp=[])[source]

Creates visual object within the current project (works space).

Args:
model_list: list
list of models to plot
exp: object
experiment to plot
Returns:
visual.plot(): object
calls visual sub-package