Changeset 864 for sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization/Pol_PolarizationPanels.ipf
- Timestamp:
- Oct 2, 2012 3:51:06 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/Polarization/Pol_PolarizationPanels.ipf
r863 r864 94 94 "3 Flipper States",ShowFlipperPanel() 95 95 "4 Polarization Correction",ShowPolCorSetup() 96 "-" 97 Submenu "Save State of..." 98 "Fundamental Cell Parameters",SaveCellParameterTable() 99 "Cell Decay Panel",SaveCellDecayTable() 100 "Flipper Condition Panel",SaveFlipperTable() 101 "Polarization Correction Panel",SavePolCorPanelState() 102 End 103 Submenu "Restore State of..." 104 "Fundamental Cell Parameters",RestoreCellParameterTable() 105 "Cell Decay Panel",RestoreCellDecayTable() 106 "Flipper Condition Panel",RestoreFlipperTable() 107 "Polarization Correction Panel",RestorePolCorPanelState() 108 End 96 109 End 97 110 … … 179 192 180 193 Make/O/T/N=0 CellName 181 Make/O/N=0 lambda,Te,err_Te,mu,err_mu 182 194 Make/O/D/N=0 lambda,Te,err_Te,mu,err_mu 195 196 // when the values are reverted, necessary to get back to zero elements 197 Redimension/N=0 CellName 198 Redimension/N=0 lambda,Te,err_Te,mu,err_mu 199 183 200 // parse the strings to fill the table 184 201 for(ii=0;ii<num;ii+=1)
Note: See TracChangeset
for help on using the changeset viewer.