Skip to content

A rudimentary table viewer to gather MAUD parameter data faster.

Notifications You must be signed in to change notification settings

ryk5/MaudParameterView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MaudParameterView

A rudimentary table viewer to gather MAUD parameter data faster.

Prerequisites

  1. Tabulate
pip install tabulate
  1. Pandas
pip install pandas

Setup

  1. After completion of an analysis in Maud, go to Parameters (Ctrl + L), and press Expand All
  2. Select everything in the parameters list using (Ctrl + A)
  3. Copy everything in the parameters list using (Ctrl + C)
  4. Paste everything into parameters.txt in the same folder as this program using (Ctrl + V)
  5. Save the text file (Ctrl + S)
  6. In command prompt, change the directory to the folder which the program is in (cd C:...\MaudParameterView)
  7. Start the program using python maudparamview.py
  8. Enter filename when prompted
  9. Enter number of phases when prompted
  10. Name each phase when prompted
  11. Enjoy the results! (You may have to enlarge your window or zoom out to see full table)

Example

maudexample

About

A rudimentary table viewer to gather MAUD parameter data faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages