Surface NMR processing and inversion GUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

addCircularLoop.ui 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>circularLoopAdd</class>
  4. <widget class="QDialog" name="circularLoopAdd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>395</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="2" column="0">
  18. <widget class="QLabel" name="label_3">
  19. <property name="text">
  20. <string>height (m)</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="6" column="2">
  25. <widget class="QDoubleSpinBox" name="dip">
  26. <property name="enabled">
  27. <bool>false</bool>
  28. </property>
  29. <property name="toolTip">
  30. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The dip designates the angle between the normal and the ground. Zero designates a loop that is flat on the ground, whereas 90 is a vertical loop. This value in turn with azimuth allows for arbitrary orientation of the loops. If azimuth is zero, and dip is 90, the loop has a normal aligned in the northing direction. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  31. </property>
  32. <property name="maximum">
  33. <double>90.000000000000000</double>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="7" column="0">
  38. <widget class="QLabel" name="label_8">
  39. <property name="text">
  40. <string>azimuth (°)</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="0" column="0">
  45. <widget class="QLabel" name="label">
  46. <property name="text">
  47. <string>centre northing (m)</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item row="0" column="2">
  52. <widget class="QDoubleSpinBox" name="centreNorth">
  53. <property name="minimum">
  54. <double>-999999999.000000000000000</double>
  55. </property>
  56. <property name="maximum">
  57. <double>9999999999.000000000000000</double>
  58. </property>
  59. </widget>
  60. </item>
  61. <item row="6" column="0">
  62. <widget class="QLabel" name="label_7">
  63. <property name="text">
  64. <string>dip (°)</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item row="10" column="2">
  69. <widget class="QDialogButtonBox" name="buttonBox">
  70. <property name="orientation">
  71. <enum>Qt::Horizontal</enum>
  72. </property>
  73. <property name="standardButtons">
  74. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="3" column="2">
  79. <widget class="QDoubleSpinBox" name="loopRadius">
  80. <property name="toolTip">
  81. <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>
  82. </property>
  83. <property name="minimum">
  84. <double>0.100000000000000</double>
  85. </property>
  86. <property name="maximum">
  87. <double>600.000000000000000</double>
  88. </property>
  89. <property name="value">
  90. <double>50.000000000000000</double>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="2" column="2">
  95. <widget class="QDoubleSpinBox" name="loopHeight">
  96. <property name="toolTip">
  97. <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>
  98. </property>
  99. <property name="decimals">
  100. <number>3</number>
  101. </property>
  102. <property name="minimum">
  103. <double>-99.000000000000000</double>
  104. </property>
  105. <property name="value">
  106. <double>-0.001000000000000</double>
  107. </property>
  108. </widget>
  109. </item>
  110. <item row="1" column="0">
  111. <widget class="QLabel" name="label_2">
  112. <property name="text">
  113. <string>centre easting (m)</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="7" column="2">
  118. <widget class="QDoubleSpinBox" name="az">
  119. <property name="enabled">
  120. <bool>false</bool>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="3" column="0">
  125. <widget class="QLabel" name="label_4">
  126. <property name="text">
  127. <string>radius (m)</string>
  128. </property>
  129. </widget>
  130. </item>
  131. <item row="4" column="0">
  132. <widget class="QLabel" name="label_6">
  133. <property name="text">
  134. <string>turns</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="1" column="2">
  139. <widget class="QDoubleSpinBox" name="centreEast">
  140. <property name="minimum">
  141. <double>-99999999.000000000000000</double>
  142. </property>
  143. <property name="maximum">
  144. <double>99999999.989999994635582</double>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="5" column="0">
  149. <widget class="QLabel" name="label_5">
  150. <property name="text">
  151. <string>segments</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="4" column="2">
  156. <widget class="QSpinBox" name="loopTurns">
  157. <property name="minimum">
  158. <number>1</number>
  159. </property>
  160. <property name="maximum">
  161. <number>100000</number>
  162. </property>
  163. </widget>
  164. </item>
  165. <item row="5" column="2">
  166. <widget class="QSpinBox" name="segments">
  167. <property name="toolTip">
  168. <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>
  169. </property>
  170. <property name="minimum">
  171. <number>5</number>
  172. </property>
  173. </widget>
  174. </item>
  175. </layout>
  176. </widget>
  177. <resources/>
  178. <connections>
  179. <connection>
  180. <sender>buttonBox</sender>
  181. <signal>accepted()</signal>
  182. <receiver>circularLoopAdd</receiver>
  183. <slot>accept()</slot>
  184. <hints>
  185. <hint type="sourcelabel">
  186. <x>248</x>
  187. <y>254</y>
  188. </hint>
  189. <hint type="destinationlabel">
  190. <x>157</x>
  191. <y>274</y>
  192. </hint>
  193. </hints>
  194. </connection>
  195. <connection>
  196. <sender>buttonBox</sender>
  197. <signal>rejected()</signal>
  198. <receiver>circularLoopAdd</receiver>
  199. <slot>reject()</slot>
  200. <hints>
  201. <hint type="sourcelabel">
  202. <x>316</x>
  203. <y>260</y>
  204. </hint>
  205. <hint type="destinationlabel">
  206. <x>286</x>
  207. <y>274</y>
  208. </hint>
  209. </hints>
  210. </connection>
  211. </connections>
  212. </ui>