|
@@ -711,7 +711,7 @@ background: dark grey;
|
711
|
711
|
<x>0</x>
|
712
|
712
|
<y>0</y>
|
713
|
713
|
<width>537</width>
|
714
|
|
- <height>982</height>
|
|
714
|
+ <height>1025</height>
|
715
|
715
|
</rect>
|
716
|
716
|
</property>
|
717
|
717
|
<property name="sizePolicy">
|
|
@@ -824,21 +824,15 @@ background: dark grey;
|
824
|
824
|
<string>Input parameters</string>
|
825
|
825
|
</property>
|
826
|
826
|
<layout class="QGridLayout" name="gridLayout_4">
|
827
|
|
- <item row="0" column="0">
|
828
|
|
- <widget class="QLabel" name="label">
|
829
|
|
- <property name="toolTip">
|
830
|
|
- <string/>
|
831
|
|
- </property>
|
832
|
|
- <property name="statusTip">
|
833
|
|
- <string comment="yo" extracomment="jldafjlk kldajflj adlkfjl"/>
|
834
|
|
- </property>
|
|
827
|
+ <item row="1" column="0">
|
|
828
|
+ <widget class="QLabel" name="label_23">
|
835
|
829
|
<property name="text">
|
836
|
|
- <string>Stacks</string>
|
|
830
|
+ <string>Data Chs.</string>
|
837
|
831
|
</property>
|
838
|
832
|
</widget>
|
839
|
833
|
</item>
|
840
|
|
- <item row="0" column="1">
|
841
|
|
- <widget class="QLineEdit" name="stacksLineEdit">
|
|
834
|
+ <item row="3" column="1">
|
|
835
|
+ <widget class="QComboBox" name="FIDProcComboBox">
|
842
|
836
|
<property name="maximumSize">
|
843
|
837
|
<size>
|
844
|
838
|
<width>16777215</width>
|
|
@@ -846,22 +840,38 @@ background: dark grey;
|
846
|
840
|
</size>
|
847
|
841
|
</property>
|
848
|
842
|
<property name="toolTip">
|
849
|
|
- <string notr="true"><html><head/><body><p>Set the stacks that you would like processed.</p><p>This must be a valid set of numpy array indices. Remember that Python uses non end-inclusive indexing. </p><p>So things like [1:24] will include stacks 1-23</p><p>Furthermore [1:8,12:24] will include stacks 1-7 and 12:23. Any list of valid indices will be accepted, but they must be comma seperated. </p></body></html></string>
|
|
843
|
+ <string><html><head/><body><p>For T1 or CPMG pulses, which pulse(s) would you like to process. Note that for very short delay T1 pulses, the first pulse may be disabled. </p></body></html></string>
|
850
|
844
|
</property>
|
851
|
|
- <property name="placeholderText">
|
852
|
|
- <string>required</string>
|
|
845
|
+ </widget>
|
|
846
|
+ </item>
|
|
847
|
+ <item row="3" column="3">
|
|
848
|
+ <widget class="QPushButton" name="loadDataPushButton">
|
|
849
|
+ <property name="enabled">
|
|
850
|
+ <bool>false</bool>
|
|
851
|
+ </property>
|
|
852
|
+ <property name="styleSheet">
|
|
853
|
+ <string notr="true">#loadDataPushButton {
|
|
854
|
+ background: green;
|
|
855
|
+}
|
|
856
|
+
|
|
857
|
+#loadDataPushButton:disabled {
|
|
858
|
+ background: black;
|
|
859
|
+}</string>
|
|
860
|
+ </property>
|
|
861
|
+ <property name="text">
|
|
862
|
+ <string>Load Data</string>
|
853
|
863
|
</property>
|
854
|
864
|
</widget>
|
855
|
865
|
</item>
|
856
|
|
- <item row="0" column="2">
|
857
|
|
- <widget class="QLabel" name="label_24">
|
|
866
|
+ <item row="3" column="0">
|
|
867
|
+ <widget class="QLabel" name="label_29">
|
858
|
868
|
<property name="text">
|
859
|
|
- <string>Dead time [ms]</string>
|
|
869
|
+ <string>Process FID</string>
|
860
|
870
|
</property>
|
861
|
871
|
</widget>
|
862
|
872
|
</item>
|
863
|
|
- <item row="0" column="3">
|
864
|
|
- <widget class="QDoubleSpinBox" name="DeadTimeSpinBox">
|
|
873
|
+ <item row="1" column="1">
|
|
874
|
+ <widget class="QLineEdit" name="dataChanLineEdit">
|
865
|
875
|
<property name="maximumSize">
|
866
|
876
|
<size>
|
867
|
877
|
<width>16777215</width>
|
|
@@ -869,28 +879,28 @@ background: dark grey;
|
869
|
879
|
</size>
|
870
|
880
|
</property>
|
871
|
881
|
<property name="toolTip">
|
872
|
|
- <string><html><head/><body><p>This is the instrument dead time that is used. You may remove additonal or less dead time as an option. By default Akvo uses the recommended instrument dead times.</p></body></html></string>
|
873
|
|
- </property>
|
874
|
|
- <property name="minimum">
|
875
|
|
- <double>0.500000000000000</double>
|
876
|
|
- </property>
|
877
|
|
- <property name="singleStep">
|
878
|
|
- <double>0.500000000000000</double>
|
|
882
|
+ <string><html><head/><body><p>Set the data channels that you would like processed.</p><p>This must be a valid set of numpy array indices. Remember that Python uses non end-inclusive indexing. </p><p>So things like [1:3] will use channels 1 and 2</p><p>Any list of valid indices will be accepted, but they must be comma seperated. </p></body></html></string>
|
879
|
883
|
</property>
|
880
|
|
- <property name="value">
|
881
|
|
- <double>5.000000000000000</double>
|
|
884
|
+ <property name="placeholderText">
|
|
885
|
+ <string>required</string>
|
882
|
886
|
</property>
|
883
|
887
|
</widget>
|
884
|
888
|
</item>
|
885
|
|
- <item row="1" column="0">
|
886
|
|
- <widget class="QLabel" name="label_23">
|
|
889
|
+ <item row="3" column="2">
|
|
890
|
+ <widget class="QCheckBox" name="plotImportCheckBox">
|
|
891
|
+ <property name="enabled">
|
|
892
|
+ <bool>false</bool>
|
|
893
|
+ </property>
|
887
|
894
|
<property name="text">
|
888
|
|
- <string>Data Chs.</string>
|
|
895
|
+ <string> Plot RAW</string>
|
|
896
|
+ </property>
|
|
897
|
+ <property name="checked">
|
|
898
|
+ <bool>true</bool>
|
889
|
899
|
</property>
|
890
|
900
|
</widget>
|
891
|
901
|
</item>
|
892
|
|
- <item row="1" column="1">
|
893
|
|
- <widget class="QLineEdit" name="dataChanLineEdit">
|
|
902
|
+ <item row="0" column="1">
|
|
903
|
+ <widget class="QLineEdit" name="stacksLineEdit">
|
894
|
904
|
<property name="maximumSize">
|
895
|
905
|
<size>
|
896
|
906
|
<width>16777215</width>
|
|
@@ -898,7 +908,7 @@ background: dark grey;
|
898
|
908
|
</size>
|
899
|
909
|
</property>
|
900
|
910
|
<property name="toolTip">
|
901
|
|
- <string><html><head/><body><p>Set the data channels that you would like processed.</p><p>This must be a valid set of numpy array indices. Remember that Python uses non end-inclusive indexing. </p><p>So things like [1:3] will use channels 1 and 2</p><p>Any list of valid indices will be accepted, but they must be comma seperated. </p></body></html></string>
|
|
911
|
+ <string notr="true"><html><head/><body><p>Set the stacks that you would like processed.</p><p>This must be a valid set of numpy array indices. Remember that Python uses non end-inclusive indexing. </p><p>So things like [1:24] will include stacks 1-23</p><p>Furthermore [1:8,12:24] will include stacks 1-7 and 12:23. Any list of valid indices will be accepted, but they must be comma seperated. </p></body></html></string>
|
902
|
912
|
</property>
|
903
|
913
|
<property name="placeholderText">
|
904
|
914
|
<string>required</string>
|
|
@@ -931,15 +941,8 @@ background: dark grey;
|
931
|
941
|
</property>
|
932
|
942
|
</widget>
|
933
|
943
|
</item>
|
934
|
|
- <item row="2" column="0">
|
935
|
|
- <widget class="QLabel" name="label_29">
|
936
|
|
- <property name="text">
|
937
|
|
- <string>Process FID</string>
|
938
|
|
- </property>
|
939
|
|
- </widget>
|
940
|
|
- </item>
|
941
|
|
- <item row="2" column="1">
|
942
|
|
- <widget class="QComboBox" name="FIDProcComboBox">
|
|
944
|
+ <item row="0" column="3">
|
|
945
|
+ <widget class="QDoubleSpinBox" name="DeadTimeSpinBox">
|
943
|
946
|
<property name="maximumSize">
|
944
|
947
|
<size>
|
945
|
948
|
<width>16777215</width>
|
|
@@ -947,39 +950,56 @@ background: dark grey;
|
947
|
950
|
</size>
|
948
|
951
|
</property>
|
949
|
952
|
<property name="toolTip">
|
950
|
|
- <string><html><head/><body><p>For T1 or CPMG pulses, which pulse(s) would you like to process. Note that for very short delay T1 pulses, the first pulse may be disabled. </p></body></html></string>
|
|
953
|
+ <string><html><head/><body><p>This is the instrument dead time that is used. You may remove additonal or less dead time as an option. By default Akvo uses the recommended instrument dead times.</p></body></html></string>
|
|
954
|
+ </property>
|
|
955
|
+ <property name="minimum">
|
|
956
|
+ <double>0.500000000000000</double>
|
|
957
|
+ </property>
|
|
958
|
+ <property name="singleStep">
|
|
959
|
+ <double>0.500000000000000</double>
|
|
960
|
+ </property>
|
|
961
|
+ <property name="value">
|
|
962
|
+ <double>5.000000000000000</double>
|
951
|
963
|
</property>
|
952
|
964
|
</widget>
|
953
|
965
|
</item>
|
954
|
|
- <item row="2" column="2">
|
955
|
|
- <widget class="QCheckBox" name="plotImportCheckBox">
|
956
|
|
- <property name="enabled">
|
957
|
|
- <bool>false</bool>
|
|
966
|
+ <item row="0" column="0">
|
|
967
|
+ <widget class="QLabel" name="label">
|
|
968
|
+ <property name="toolTip">
|
|
969
|
+ <string/>
|
|
970
|
+ </property>
|
|
971
|
+ <property name="statusTip">
|
|
972
|
+ <string comment="yo" extracomment="jldafjlk kldajflj adlkfjl"/>
|
958
|
973
|
</property>
|
959
|
974
|
<property name="text">
|
960
|
|
- <string> Plot RAW</string>
|
|
975
|
+ <string>Stacks</string>
|
961
|
976
|
</property>
|
962
|
|
- <property name="checked">
|
963
|
|
- <bool>true</bool>
|
|
977
|
+ </widget>
|
|
978
|
+ </item>
|
|
979
|
+ <item row="0" column="2">
|
|
980
|
+ <widget class="QLabel" name="label_24">
|
|
981
|
+ <property name="text">
|
|
982
|
+ <string>Dead time [ms]</string>
|
964
|
983
|
</property>
|
965
|
984
|
</widget>
|
966
|
985
|
</item>
|
967
|
|
- <item row="2" column="3">
|
968
|
|
- <widget class="QPushButton" name="loadDataPushButton">
|
969
|
|
- <property name="enabled">
|
970
|
|
- <bool>false</bool>
|
|
986
|
+ <item row="2" column="1">
|
|
987
|
+ <widget class="QLineEdit" name="QLineEdit">
|
|
988
|
+ <property name="toolTip">
|
|
989
|
+ <string><html><head/><body><p>If you would like to only process certain pulse moments you can specify the q indices to process. This also uses python conventions, so for instance 0:5,9:14 would process indices 0,1,2,3,4,9,10,11,12,13,14. </p></body></html></string>
|
971
|
990
|
</property>
|
972
|
|
- <property name="styleSheet">
|
973
|
|
- <string notr="true">#loadDataPushButton {
|
974
|
|
- background: green;
|
975
|
|
-}
|
976
|
|
-
|
977
|
|
-#loadDataPushButton:disabled {
|
978
|
|
- background: black;
|
979
|
|
-}</string>
|
|
991
|
+ <property name="text">
|
|
992
|
+ <string/>
|
|
993
|
+ </property>
|
|
994
|
+ <property name="placeholderText">
|
|
995
|
+ <string>optional</string>
|
980
|
996
|
</property>
|
|
997
|
+ </widget>
|
|
998
|
+ </item>
|
|
999
|
+ <item row="2" column="0">
|
|
1000
|
+ <widget class="QLabel" name="label_87">
|
981
|
1001
|
<property name="text">
|
982
|
|
- <string>Load Data</string>
|
|
1002
|
+ <string>Q indices</string>
|
983
|
1003
|
</property>
|
984
|
1004
|
</widget>
|
985
|
1005
|
</item>
|
|
@@ -4195,8 +4215,8 @@ background: dark grey;
|
4195
|
4215
|
<rect>
|
4196
|
4216
|
<x>0</x>
|
4197
|
4217
|
<y>0</y>
|
4198
|
|
- <width>411</width>
|
4199
|
|
- <height>67</height>
|
|
4218
|
+ <width>96</width>
|
|
4219
|
+ <height>26</height>
|
4200
|
4220
|
</rect>
|
4201
|
4221
|
</property>
|
4202
|
4222
|
<attribute name="label">
|