Parameters for deconvolution #103
-
Hi Michael, I have a question. I would like to process data using Unidec/Pycharm. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi Alex, |
Beta Was this translation helpful? Give feedback.
-
I wrote this code, and it works successfully. It utilizes the conf.dat file from the UniDec GUI (found in the folder containing the data analysis results). So, it is possible to adjust parameters using UniDec GUI and use it for the processing large sets of data using Python. Perhaps this might be useful to someone.
|
Beta Was this translation helpful? Give feedback.
Hi Alex,
Great question. eng.load_config() will load a config file. You can also do eng.config. = to adjust specific parameters. unidecstructure.py has all the parameters listed. There's a lot, but hopefully you can track them down. Happy to help if there are questions on any of them. Thanks,
MTM