Surface NMR processing and inversion GUI
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

addFigure8Loop.ui 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>figure8LoopAdd</class>
  4. <widget class="QDialog" name="figure8LoopAdd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>499</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="10" column="0">
  18. <widget class="QLabel" name="label_4">
  19. <property name="text">
  20. <string>radius (m)</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="0" column="2">
  25. <widget class="QDoubleSpinBox" name="centreNorth1">
  26. <property name="minimum">
  27. <double>-999999999.000000000000000</double>
  28. </property>
  29. <property name="maximum">
  30. <double>9999999999.000000000000000</double>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="7" column="0">
  35. <widget class="QLabel" name="label_8">
  36. <property name="text">
  37. <string>centre easting 2 (m)</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="5" column="0">
  42. <widget class="Line" name="line">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="8" column="0">
  49. <widget class="Line" name="line_5">
  50. <property name="orientation">
  51. <enum>Qt::Horizontal</enum>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="10" column="2">
  56. <widget class="QDoubleSpinBox" name="loopRadius">
  57. <property name="toolTip">
  58. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Radius of the loop&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  59. </property>
  60. <property name="minimum">
  61. <double>0.100000000000000</double>
  62. </property>
  63. <property name="maximum">
  64. <double>600.000000000000000</double>
  65. </property>
  66. <property name="value">
  67. <double>50.000000000000000</double>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="17" column="2">
  72. <widget class="QDialogButtonBox" name="buttonBox">
  73. <property name="orientation">
  74. <enum>Qt::Horizontal</enum>
  75. </property>
  76. <property name="standardButtons">
  77. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="5" column="2">
  82. <widget class="Line" name="line_2">
  83. <property name="orientation">
  84. <enum>Qt::Horizontal</enum>
  85. </property>
  86. </widget>
  87. </item>
  88. <item row="8" column="1">
  89. <widget class="Line" name="line_4">
  90. <property name="orientation">
  91. <enum>Qt::Horizontal</enum>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="11" column="0">
  96. <widget class="QLabel" name="label_3">
  97. <property name="text">
  98. <string>height (m)</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item row="9" column="0" colspan="2">
  103. <widget class="QLabel" name="label_10">
  104. <property name="text">
  105. <string>current flow in loop 1</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="1" column="0">
  110. <widget class="QLabel" name="label_2">
  111. <property name="text">
  112. <string>centre easting 1 (m)</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="13" column="2">
  117. <widget class="QSpinBox" name="loopTurns">
  118. <property name="minimum">
  119. <number>1</number>
  120. </property>
  121. <property name="maximum">
  122. <number>100000</number>
  123. </property>
  124. </widget>
  125. </item>
  126. <item row="11" column="2">
  127. <widget class="QDoubleSpinBox" name="loopHeight">
  128. <property name="toolTip">
  129. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Akvo uses a positive down convention, a slight negative value to the loop height improves numerical stability using digital filtering hankel transforms. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  130. </property>
  131. <property name="decimals">
  132. <number>3</number>
  133. </property>
  134. <property name="minimum">
  135. <double>-99.000000000000000</double>
  136. </property>
  137. <property name="value">
  138. <double>-0.001000000000000</double>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="6" column="0">
  143. <widget class="QLabel" name="label_7">
  144. <property name="text">
  145. <string>centre northing 2 (m)</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item row="8" column="2">
  150. <widget class="Line" name="line_3">
  151. <property name="orientation">
  152. <enum>Qt::Horizontal</enum>
  153. </property>
  154. </widget>
  155. </item>
  156. <item row="7" column="2">
  157. <widget class="QDoubleSpinBox" name="centreEast2">
  158. <property name="minimum">
  159. <double>-9999999999.000000000000000</double>
  160. </property>
  161. <property name="maximum">
  162. <double>9999999999.000000000000000</double>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="14" column="0">
  167. <widget class="QLabel" name="label_5">
  168. <property name="text">
  169. <string>segments</string>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="0" column="0">
  174. <widget class="QLabel" name="label">
  175. <property name="text">
  176. <string>centre northing 1 (m)</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="14" column="2">
  181. <widget class="QSpinBox" name="segments">
  182. <property name="toolTip">
  183. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Currently Akvo/Merlin calculates circular loops using segments of wire, forming a polygon. Analytic circular loops may be added in the future. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  184. </property>
  185. <property name="minimum">
  186. <number>5</number>
  187. </property>
  188. <property name="maximum">
  189. <number>200</number>
  190. </property>
  191. <property name="value">
  192. <number>15</number>
  193. </property>
  194. </widget>
  195. </item>
  196. <item row="9" column="2">
  197. <widget class="QComboBox" name="cwiseBox">
  198. <item>
  199. <property name="text">
  200. <string>clockwise</string>
  201. </property>
  202. </item>
  203. <item>
  204. <property name="text">
  205. <string>anti-clockwise</string>
  206. </property>
  207. </item>
  208. </widget>
  209. </item>
  210. <item row="6" column="2">
  211. <widget class="QDoubleSpinBox" name="centreNorth2">
  212. <property name="minimum">
  213. <double>-9999999999.000000000000000</double>
  214. </property>
  215. <property name="maximum">
  216. <double>99999999999.000000000000000</double>
  217. </property>
  218. </widget>
  219. </item>
  220. <item row="1" column="2">
  221. <widget class="QDoubleSpinBox" name="centreEast1">
  222. <property name="minimum">
  223. <double>-99999999.000000000000000</double>
  224. </property>
  225. <property name="maximum">
  226. <double>99999999.989999994635582</double>
  227. </property>
  228. </widget>
  229. </item>
  230. <item row="13" column="0">
  231. <widget class="QLabel" name="label_6">
  232. <property name="text">
  233. <string>turns</string>
  234. </property>
  235. </widget>
  236. </item>
  237. </layout>
  238. </widget>
  239. <resources/>
  240. <connections>
  241. <connection>
  242. <sender>buttonBox</sender>
  243. <signal>accepted()</signal>
  244. <receiver>figure8LoopAdd</receiver>
  245. <slot>accept()</slot>
  246. <hints>
  247. <hint type="sourcelabel">
  248. <x>248</x>
  249. <y>254</y>
  250. </hint>
  251. <hint type="destinationlabel">
  252. <x>157</x>
  253. <y>274</y>
  254. </hint>
  255. </hints>
  256. </connection>
  257. <connection>
  258. <sender>buttonBox</sender>
  259. <signal>rejected()</signal>
  260. <receiver>figure8LoopAdd</receiver>
  261. <slot>reject()</slot>
  262. <hints>
  263. <hint type="sourcelabel">
  264. <x>316</x>
  265. <y>260</y>
  266. </hint>
  267. <hint type="destinationlabel">
  268. <x>286</x>
  269. <y>274</y>
  270. </hint>
  271. </hints>
  272. </connection>
  273. </connections>
  274. </ui>