source: sasview/src/sas/sasgui/perspectives/corfunc/plot_labels.py @ 199b515e

Last change on this file since 199b515e was ff11b21, checked in by lewis, 8 years ago

Show extrapolation parameters in GUI

Also change I_obs label to I_obs - Bg and correct Guinier equation in the
docs.

  • Property mode set to 100644
File size: 184 bytes
Line 
1GROUP_ID_IQ_DATA = r"$I(q)$"
2IQ_DATA_LABEL = r"$I_{obs}(q) - Bg$"
3IQ_EXTRAPOLATED_DATA_LABEL = r"$I_{extrap}(q)$"
4
5GROUP_ID_TRANSFORM = r"$\Gamma(x)$"
6TRANSFORM_LABEL = r"$\Gamma(x)$"
Note: See TracBrowser for help on using the repository browser.