DENSS.DenssUtils#
DenssUtils.py
Copyright (c) 2019-2025, SAXS Team, KEK-PF
Note that the original DENSS by T. Grant is licensed under GPL3.
DENSS is available open source under the GPL 3.0 license. This means that anyone is free to download, utilize and develop the code, provided that any derivative code developed based on DENSS or its underlying algorithm is also distributed under the GPL 3.0 license and retains the original copyright.
- fit_data(q, a, e, D=None, extrapolate=False, return_sasrec=False)#
- fit_data_bc(q, a, e, extrapolate=False)#
- fit_data_impl(q, a, e, file=None, D=None, alpha=None, max_alpha=None, nes=2, extrapolate=True, gui=False, use_memory_data=False)#
- get_argparser(return_args=False)#
- get_denss_log_items(path)#
- get_denssfolder(parent=None)#
- get_dmax_with_datgnom(file_path)#
- get_outfolder(job_id=None, parent=None)#
- run_denss_impl(qc, ac, ec, dmax, data_name, steps=20000, progress_cb=None, use_gpu=False, gui=False)#
- run_denss_impl_dummy(qc, ac, ec, dmax, infile_name)#
- run_pdb2mrc(in_file, queue=None)#