paws.core package¶
Subpackages¶
- paws.core.models package
- paws.core.operations package
- Subpackages
- paws.core.operations.EXECUTION package
- paws.core.operations.IO package
- Subpackages
- paws.core.operations.IO.BL15 package
- paws.core.operations.IO.BL42 package
- paws.core.operations.IO.CALIBRATION package
- paws.core.operations.IO.CSV package
- paws.core.operations.IO.IMAGE package
- paws.core.operations.IO.MISC package
- paws.core.operations.IO.MODELS package
- paws.core.operations.IO.PIF package
- paws.core.operations.IO.YAML package
- Submodules
- paws.core.operations.IO.BuildFilePath module
- paws.core.operations.IO.ReadPONI module
- Module contents
- Subpackages
- paws.core.operations.PACKAGING package
- Subpackages
- Submodules
- paws.core.operations.PACKAGING.LogLogZip module
- paws.core.operations.PACKAGING.Window module
- paws.core.operations.PACKAGING.WindowZip module
- paws.core.operations.PACKAGING.Zip module
- Module contents
- paws.core.operations.PROCESSING package
- Subpackages
- paws.core.operations.PROCESSING.BACKGROUND package
- paws.core.operations.PROCESSING.BASIC package
- Submodules
- paws.core.operations.PROCESSING.BASIC.ArrayLog module
- paws.core.operations.PROCESSING.BASIC.ArrayMirrorHorizontal module
- paws.core.operations.PROCESSING.BASIC.ArrayMirrorVertical module
- paws.core.operations.PROCESSING.BASIC.InvertBinaryArray module
- paws.core.operations.PROCESSING.BASIC.LogY module
- paws.core.operations.PROCESSING.BASIC.Rotation module
- paws.core.operations.PROCESSING.BASIC.Subtract module
- Module contents
- paws.core.operations.PROCESSING.INTEGRATION package
- paws.core.operations.PROCESSING.PEAKS package
- paws.core.operations.PROCESSING.SAXS package
- Submodules
- paws.core.operations.PROCESSING.SAXS.PostProcessTimeSeries module
- paws.core.operations.PROCESSING.SAXS.SpectrumClassifier module
- paws.core.operations.PROCESSING.SAXS.SpectrumFit module
- paws.core.operations.PROCESSING.SAXS.SpectrumMCAnneal module
- paws.core.operations.PROCESSING.SAXS.SpectrumParameterization module
- paws.core.operations.PROCESSING.SAXS.SpectrumProfiler module
- Module contents
- paws.core.operations.PROCESSING.SMOOTHING package
- paws.core.operations.PROCESSING.ZINGERS package
- Module contents
- Subpackages
- paws.core.operations.TESTS package
- paws.core.operations.TMP package
- Submodules
- paws.core.operations.OpManager module
- paws.core.operations.Operation module
- paws.core.operations.optools module
- Module contents
- Subpackages
- paws.core.plugins package
- paws.core.workflows package
Submodules¶
paws.core.pawstools module¶
-
paws.core.pawstools.load_wfl(wfl_filename, wf_manager)[source]¶ Set up a OpManager, PluginManager, and WfManager from a .wfl file.
Parameters: wfl_filename (str) – path to a .wfl file to be loaded
-
paws.core.pawstools.save_file(filename, d)[source]¶ Create or replace file indicated by filename, as a yaml serialization of dict d.
-
paws.core.pawstools.save_to_wfl(wfl_filename, wf_manager)[source]¶ Save workflows, plugins, and active operations to a .wfl file.
The .wfl file is really just a YAML file.
Parameters: wfl_filename (str) – full path of the .wfl file to be saved- extension is optional, and an existing file will be overwritten.