add zacs origin swissmx.* files
This commit is contained in:
114
swissmx.css
Normal file
114
swissmx.css
Normal file
@@ -0,0 +1,114 @@
|
||||
QGroupBox, QTabWidget {
|
||||
font: bold 13pt "Inconsolata";
|
||||
}
|
||||
QPushButton {
|
||||
font: bold 10pt "Inconsolata";
|
||||
}
|
||||
QLabel, QLineEdit, QSpinBox, QDoubleSpinBox, QTabWidget::pane {
|
||||
font-family: "Inconsolata";
|
||||
font-size: 10pt;
|
||||
}
|
||||
QPushButton[accessibleName="collect_button"] {
|
||||
background-color: rgb(130, 188, 92);
|
||||
font: normal 16pt "baloo";
|
||||
}
|
||||
QPushButton[accessibleName="emblScanZ"] {
|
||||
background-color: #6ca347;
|
||||
font: normal 16pt "baloo";
|
||||
}
|
||||
QPushButton[accessibleName="grid_abort"] {
|
||||
background-color: rgb(255, 50, 50);
|
||||
color: rgb(230, 230, 50);
|
||||
font: normal 22pt "baloo";
|
||||
}
|
||||
QPushButton[accessibleName="zoom_button"] {
|
||||
font: normal 10pt "Inconsolata";
|
||||
background-color: rgb(219, 210, 111);
|
||||
}
|
||||
|
||||
QLabel[accessibleName="device_fault"] {
|
||||
background-color: rgb(255, 26, 26);
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
QLineEdit[readOnly="true"] {
|
||||
color: rgb(0, 51, 102);
|
||||
}
|
||||
QLabel[accessibleName="status_task_label"] {
|
||||
color: rgb(150, 72, 72);
|
||||
}
|
||||
QLabel[accessibleName="pgroup"] {
|
||||
color: rgb(50, 180, 50);
|
||||
}
|
||||
QLabel[accessibleName="led_green"] {
|
||||
border: 2px solid darkgray;
|
||||
border-radius: 7px;
|
||||
background-color:
|
||||
QLinearGradient(
|
||||
y1: 0, y2: 1,
|
||||
stop: 0 white,
|
||||
stop: 0.2 #88ff88,
|
||||
stop: 0.8 #44ff44,
|
||||
stop: 1 #00ff00
|
||||
);
|
||||
}
|
||||
QLabel[accessibleName="led_red"] {
|
||||
border: 2px solid darkgray;
|
||||
border-radius: 7px;
|
||||
background-color:
|
||||
QLinearGradient(
|
||||
y1: 0, y2: 1,
|
||||
stop: 0 white,
|
||||
stop: 0.2 #ff8888,
|
||||
stop: 0.8 #ff4444,
|
||||
stop: 1 #ff0000
|
||||
);
|
||||
}
|
||||
QLineEdit[accessibleName="invalid_input"] {
|
||||
background-color: rgb(255, 173, 160);
|
||||
color: yellow;
|
||||
}
|
||||
QTableView {
|
||||
font: normal 11pt "Inconsolata";
|
||||
}
|
||||
QPlainTextEdit {
|
||||
color: rgb(0, 0, 100);
|
||||
font: normal 13pt "Inconsolata";
|
||||
}
|
||||
|
||||
QToolButton {
|
||||
font: normal 12pt "Inconsolata";
|
||||
}
|
||||
QToolButton[accessibleName="action_SampleExchange"] {
|
||||
font: normal 12pt "Inconsolata";
|
||||
background-color: rgb(153, 230, 153);
|
||||
}
|
||||
QToolButton[accessibleName="action_SampleAlignment"] {
|
||||
font: normal 12pt "Inconsolata";
|
||||
background-color: rgb(255, 239, 133);
|
||||
}
|
||||
QToolButton[accessibleName="action_DataCollection"] {
|
||||
font: normal 12pt "Inconsolata";
|
||||
background-color: rgb(163, 218, 255);
|
||||
}
|
||||
QSplitter::handle {
|
||||
background-color: rgb(0, 51, 102);
|
||||
}
|
||||
QPushButton[accessibleName="startButton"] {
|
||||
background-color: rgb(130, 188, 92);
|
||||
font-weight: bold;
|
||||
font-size: 16pt;
|
||||
}
|
||||
QPushButton[accessibleName="stopButton"] {
|
||||
background-color: rgb(255, 20, 20);
|
||||
font-weight: bold;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
QPushButton[accessibleName="genericDialogTitle"] {
|
||||
font-weight: bold;
|
||||
font-size: 16pt;
|
||||
}
|
||||
QPushButton[accessibleName="genericDialogMessage"] {
|
||||
font: italic 14pt;
|
||||
}
|
||||
3648
swissmx.py
Normal file
3648
swissmx.py
Normal file
File diff suppressed because it is too large
Load Diff
743
swissmx.ui
Normal file
743
swissmx.ui
Normal file
@@ -0,0 +1,743 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1814</width>
|
||||
<height>1204</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>160000</width>
|
||||
<height>160000</height>
|
||||
</size>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0">
|
||||
<property name="spacing">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QSplitter" name="_main_splitter">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="handleWidth">
|
||||
<number>5</number>
|
||||
</property>
|
||||
<property name="childrenCollapsible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QTabWidget" name="_left_tabs">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="elideMode">
|
||||
<enum>Qt::ElideRight</enum>
|
||||
</property>
|
||||
<widget class="QWidget" name="_tab_experiment">
|
||||
<property name="accessibleName">
|
||||
<string>task_experiment</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Experiment</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
<property name="spacing">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="leftMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>2</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="_group_data_storage">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="title">
|
||||
<string>Data Storage</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_5">
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="text">
|
||||
<string>Prefix</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string>Folder</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="QLabel" name="_label_folder">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Folder where the data will be stored; triple-click to select.</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Folder where the data will be stored; triple-click to select. Type 'folder' in a console to go here.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>TextLabel</string>
|
||||
</property>
|
||||
<property name="textFormat">
|
||||
<enum>Qt::PlainText</enum>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_7">
|
||||
<property name="text">
|
||||
<string>Project</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="_le_project"/>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QLineEdit" name="_le_prefix"/>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Filenames</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="text">
|
||||
<string>Run</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="1">
|
||||
<widget class="QLineEdit" name="_label_actual_prefix">
|
||||
<property name="frame">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QLineEdit" name="_label_runnumber">
|
||||
<property name="frame">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="readOnly">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_14">
|
||||
<property name="text">
|
||||
<string>P-group</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLabel" name="_label_pgroup">
|
||||
<property name="accessibleName">
|
||||
<string>pgroup</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>p-group-undefined</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="_group_experiment">
|
||||
<property name="title">
|
||||
<string>Experimental Parameters</string>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_4">
|
||||
<item row="0" column="2">
|
||||
<widget class="QDoubleSpinBox" name="_dsb_exposure_time">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string> s</string>
|
||||
</property>
|
||||
<property name="decimals">
|
||||
<number>3</number>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>0.010000000000000</double>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>1000.000000000000000</double>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<double>0.100000000000000</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>0.100000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_6">
|
||||
<property name="text">
|
||||
<string>Oscillation Step</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_5">
|
||||
<property name="text">
|
||||
<string>Exposure Time</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_12">
|
||||
<property name="text">
|
||||
<string>Blast radius</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="2">
|
||||
<widget class="QDoubleSpinBox" name="_dsb_blast_radius">
|
||||
<property name="suffix">
|
||||
<string> µm</string>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<double>200.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QDoubleSpinBox" name="_dsb_oscillation_step">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="suffix">
|
||||
<string> deg</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QTabWidget" name="_tabs_daq_methods">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>2</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="_tab_daq_method_screening">
|
||||
<property name="accessibleName">
|
||||
<string>point_and_shoot</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Point && Shoot</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_tab_daq_method_grid">
|
||||
<property name="accessibleName">
|
||||
<string>grid</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Grid</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="8" column="2">
|
||||
<widget class="QLabel" name="_label_grid_parameters">
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QSpinBox" name="_sb_grid_y_step">
|
||||
<property name="suffix">
|
||||
<string> µm</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>10000</number>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>10</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>50</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="label_9">
|
||||
<property name="text">
|
||||
<string>Y step</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="0" colspan="2">
|
||||
<widget class="QWidget" name="widget_2" native="true">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
<widget class="QPushButton" name="_bt_display_targets">
|
||||
<property name="text">
|
||||
<string>Display Targets</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="label_8">
|
||||
<property name="text">
|
||||
<string>X step</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QSpinBox" name="_sb_grid_x_step">
|
||||
<property name="suffix">
|
||||
<string> µm</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>10000</number>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>10</number>
|
||||
</property>
|
||||
<property name="value">
|
||||
<number>50</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QLabel" name="label_10">
|
||||
<property name="text">
|
||||
<string>Even/Odd offset X</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="3">
|
||||
<widget class="QSpinBox" name="_sb_grid_x_offset">
|
||||
<property name="suffix">
|
||||
<string> µm</string>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>10</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="3">
|
||||
<widget class="QSpinBox" name="_sb_grid_y_offset">
|
||||
<property name="suffix">
|
||||
<string> µm</string>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<number>10</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="2">
|
||||
<widget class="QLabel" name="label_11">
|
||||
<property name="text">
|
||||
<string>Even/Odd offset Y</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="2" colspan="2">
|
||||
<widget class="QPushButton" name="_bt_remove_all_grids">
|
||||
<property name="text">
|
||||
<string>Remove All</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0" rowspan="2" colspan="2">
|
||||
<widget class="QPushButton" name="_bt_add_grid">
|
||||
<property name="text">
|
||||
<string>Add Grid</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="8" column="0">
|
||||
<widget class="QLabel" name="label_15">
|
||||
<property name="text">
|
||||
<string>Grid Parameters</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="3">
|
||||
<widget class="QSpinBox" name="_sb_findxtals_feature_size">
|
||||
<property name="suffix">
|
||||
<string> pixels</string>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<number>5</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>1000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="0" colspan="4">
|
||||
<widget class="QPlainTextEdit" name="_grid_inspect_area"/>
|
||||
</item>
|
||||
<item row="7" column="2">
|
||||
<widget class="QPushButton" name="_find_targets_from_microscope_image">
|
||||
<property name="text">
|
||||
<string>Find Positions from Microscope</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_tab_daqmethod_prelocated">
|
||||
<property name="accessibleName">
|
||||
<string>prelocated</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Prelocated</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_6"/>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_tab_daq_method_helical">
|
||||
<property name="accessibleName">
|
||||
<string>helical</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Helical</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<widget class="QFrame" name="_helical_tablebox">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>2</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_tab_daq_method_embl">
|
||||
<property name="accessibleName">
|
||||
<string>embl</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>EMBL</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QFrame" name="frame">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QPushButton" name="_button_collect">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>60</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::NoFocus</enum>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>collect_button</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Collect</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_tab_setup">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>task_setup</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Setup</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_tab_sample_selection">
|
||||
<property name="accessibleName">
|
||||
<string>task_sample_selection</string>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Sample Selection</string>
|
||||
</attribute>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QStackedWidget" name="_centerpiece_stack">
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="microscope_page"/>
|
||||
<widget class="QWidget" name="sample_select">
|
||||
<layout class="QVBoxLayout" name="verticalLayout"/>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QWidget" name="_rightmost" native="true">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2"/>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menubar">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1814</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
<property name="title">
|
||||
<string>&File</string>
|
||||
</property>
|
||||
<addaction name="actionPreferences"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionQuit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuHelp">
|
||||
<property name="title">
|
||||
<string>Help</string>
|
||||
</property>
|
||||
<addaction name="actionAbout"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuAdvanced">
|
||||
<property name="title">
|
||||
<string>&Advanced</string>
|
||||
</property>
|
||||
<addaction name="actionHome_Fast_Stages"/>
|
||||
<addaction name="actionUser_Storage"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuSetup">
|
||||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuSetup"/>
|
||||
<addaction name="menuAdvanced"/>
|
||||
<addaction name="menuHelp"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<widget class="QToolBar" name="toolBar">
|
||||
<property name="windowTitle">
|
||||
<string>toolBar</string>
|
||||
</property>
|
||||
<attribute name="toolBarArea">
|
||||
<enum>TopToolBarArea</enum>
|
||||
</attribute>
|
||||
<attribute name="toolBarBreak">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
</widget>
|
||||
<action name="actionPreferences">
|
||||
<property name="text">
|
||||
<string>Preferences</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAbout">
|
||||
<property name="text">
|
||||
<string>About</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionQuit">
|
||||
<property name="text">
|
||||
<string>Quit</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Q</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionHome_Fast_Stages">
|
||||
<property name="text">
|
||||
<string>Home Fast Stages</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUser_Storage">
|
||||
<property name="text">
|
||||
<string>P-Group</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>_le_project</tabstop>
|
||||
<tabstop>_le_prefix</tabstop>
|
||||
<tabstop>_dsb_exposure_time</tabstop>
|
||||
<tabstop>_dsb_oscillation_step</tabstop>
|
||||
<tabstop>_tabs_daq_methods</tabstop>
|
||||
<tabstop>_sb_grid_y_step</tabstop>
|
||||
<tabstop>_left_tabs</tabstop>
|
||||
<tabstop>_label_actual_prefix</tabstop>
|
||||
<tabstop>_grid_inspect_area</tabstop>
|
||||
<tabstop>_label_runnumber</tabstop>
|
||||
<tabstop>_bt_add_grid</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
84
swissmx.yaml
Normal file
84
swissmx.yaml
Normal file
@@ -0,0 +1,84 @@
|
||||
configure_for: cristalina
|
||||
bernina:
|
||||
simulate: false
|
||||
pvs:
|
||||
energy: SAROP21-ARAMIS:ENERGY
|
||||
jungfrau:
|
||||
uri: http://sf-daq-swissmx:10000
|
||||
serialnr: JF07T32V01
|
||||
gain_maps: /sf/bernina/config/jungfrau/gainMaps
|
||||
delta_tau:
|
||||
simulate: false
|
||||
hostname: SAR-CPPM-EXPMX1
|
||||
pv_prefix: SAR-EXPMX1
|
||||
|
||||
microscope:
|
||||
sample_camera:
|
||||
serialnr: 22249487
|
||||
width: 2448
|
||||
height: 2048
|
||||
pixel_size: 0.00345 # mm
|
||||
pv_prefix: SARES20-PROF142-M1
|
||||
transforms: xx
|
||||
zoom:
|
||||
simulate: true
|
||||
mode: rest
|
||||
uri: http://pc12818.psi.ch:9999
|
||||
serial_port: COM6
|
||||
xray_camera:
|
||||
serialnr: 21944558
|
||||
width: 2048
|
||||
height: 2048
|
||||
pixel_size: 0.00550 # mm
|
||||
pv_prefix: SARES20-PROF142-M2
|
||||
tell:
|
||||
uri: http://PC12288:8080
|
||||
embl:
|
||||
enabled: true
|
||||
uri: tcp://129.129.243.158:5555
|
||||
escape:
|
||||
server_uri: tcp://*:5454
|
||||
client_uri: tcp://129.129.243.74:5454
|
||||
|
||||
cristalina:
|
||||
simulate: true
|
||||
pvs:
|
||||
energy: SAROP21-ARAMIS:ENERGY
|
||||
jungfrau:
|
||||
uri: http://sf-daq-swissmx-BOGUS:10000
|
||||
serialnr: JF07T32V01
|
||||
gain_maps: /sf/bernina/config/jungfrau/gainMaps
|
||||
delta_tau:
|
||||
simulate: false
|
||||
hostname: SAR-CPPM-EXPMX1
|
||||
pv_prefix: SAR-EXPMX1
|
||||
|
||||
microscope:
|
||||
sample_camera:
|
||||
serialnr: 22249487
|
||||
width: 2448
|
||||
height: 2048
|
||||
pixel_size: 0.00345 # mm
|
||||
pv_prefix: SARES30-CAMS156-SMX-OAV
|
||||
zoom:
|
||||
simulate: true
|
||||
mode: rest
|
||||
uri: http://pc12818.psi.ch:9999
|
||||
serial_port: COM6
|
||||
xray_camera:
|
||||
serialnr: 21944558
|
||||
width: 2048
|
||||
height: 2048
|
||||
pixel_size: 0.00550 # mm
|
||||
pv_prefix: ESB-MX-CAM
|
||||
|
||||
tell:
|
||||
uri: http://PC12288:8080
|
||||
|
||||
embl:
|
||||
enabled: false
|
||||
uri: tcp://localhost:5555
|
||||
|
||||
escape:
|
||||
server_uri: tcp://*:5454
|
||||
client_uri: tcp://129.129.243.74:5454
|
||||
Reference in New Issue
Block a user