Energy Calib Output
energy_calib_output
fee_spec
Attributes
Functions
main
Main entry point allowing external calls Entry point for console_scripts Args: args ([str]): command line parameter list
Source code in scripts/cctbx/energy_calib_output.py
output
output(facility: str = 'S3DF', run_type: str = None, exp: str = None, run: str = None, energy: float = None, step: float = None, num: int = None)
Generates the output of the energy scan or series.
Parameters: facility (str): Default: "S3DF". Options: "S3DF, NERSC type (str): specify whether it is a vernier 'scan' or 'series' exp (str): experiment number. Current experiment by default run (str): The run you'd like to process energy (float): specify the starting energy in eV (only for 'series') step (float): specify the energy step size in eV (only for 'series') num (int): specify the total number of runs (only for 'series')
Source code in scripts/cctbx/energy_calib_output.py
parse_args
Parse command line parameters
Args: args ([str]): command line parameters as list of strings
Returns:
:obj:argparse.Namespace: command line parameters namespace