Command line options
Sassena is configured by an xml configuration file. By default, Sassena will look for a file scatter.xml in the current directory. Some settings of the configuration file can be overridden by command line options.
--helpshow help message
--config=FILENAMExml configuration file name (default: ./scatter.xml)
--sample.structure.file=FILENAMEStructure file name (default: ./sample.pdb)
--sample.structure.format=FORMATStructure file format (default: pdb)
--stager.file=FILENAMETrajectory file name (default: ./dump.dcd)
--stager.format=FORMATTrajectory file format (default: dcd)
--scattering.signal.file=FILENAMEOutput file name (default: ./signal.h5)
--stager.target=SELECTIONAtom selection producing the signal (default: system)
--stager.dump=BOOLDo/Don’t dump the postprocessed coordinates to a file (default: false)
--limits.computation.threads=NUMBERNumber of OpenMP threads per MPI process (default: 1). Alternatively, the standard
OMP_NUM_THREADSenvironment variable can be set to control the thread count.