This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Zeeman ring analyzer for Fabry-Perot images. | |
| SETUP_MODE = 'transverse' -> Bohr-magneton fit (square-array method) | |
| SETUP_MODE = 'longitudinal' -> per-image line-count diagnostics | |
| MODE = 'detect' -> process images, append to JSON (transverse only) | |
| MODE = 'analyse' -> read JSON, fit / summarise | |
| AVERAGE_PER_FIELD (analyse, transverse only) ONLY USE IF U HAVE PERFECT DATA POINTS AND NO BLUR IN THE IMAGES!!!!! |