diff --git a/all_packages.txt b/all_packages.txt index e7e0d63..8a928ec 100644 --- a/all_packages.txt +++ b/all_packages.txt @@ -4,12 +4,14 @@ archiverviewer:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/archiv athos-screens:2.0.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/athos-screens/2.0.0/athos-screens-2.0.0.rpm athos-screens:2.0.1 https://artifacts.psi.ch/artifactory/releases/ch/psi/athos-screens/2.0.1/athos-screens-2.0.1.rpm athos-screens:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/athos-screens/2.1.0/athos-screens-2.1.0.rpm +bitshuffle-noomp:0.5.2 https://artifacts.psi.ch/artifactory/releases/bitshuffle/bitshuffle-noomp-0.5.2-1.el9.noarch.rpm correlation:2.0.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/correlation/2.0.0/correlation-2.0.0.rpm correlation:2.0.1 https://artifacts.psi.ch/artifactory/releases/ch/psi/correlation/2.0.1/correlation-2.0.1.rpm correlation:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/correlation/2.1.0/correlation-2.1.0.rpm csm:2.0.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/csm/2.0.0/csm-2.0.0.rpm csm:2.0.1 https://artifacts.psi.ch/artifactory/releases/ch/psi/csm/2.0.1/csm-2.0.1.rpm csm:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/csm/2.1.0/csm-2.1.0.rpm +datahub:1.1.10 https://artifacts.psi.ch/artifactory/releases/datahub/datahub-1.1.10-1.el9.noarch.rpm dataviewer:2.0.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/dataviewer/2.0.0/dataviewer-2.0.0.rpm dataviewer:2.0.1 https://artifacts.psi.ch/artifactory/releases/ch/psi/dataviewer/2.0.1/dataviewer-2.0.1.rpm dataviewer:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/dataviewer/2.1.0/dataviewer-2.1.0.rpm diff --git a/saresa_variables.txt b/saresa_variables.txt new file mode 100644 index 0000000..bf415d4 --- /dev/null +++ b/saresa_variables.txt @@ -0,0 +1,3 @@ +PSHELL_HOME_PATH=/sf/alvra/config/pshell_al +PSHELL_DATA_PATH=/sf/alvra/config/pshell_data +PSHELL_JVM_OPTIONS="-Duser.home=/sf/alvra/data" \ No newline at end of file diff --git a/sf_packages.txt b/sf_packages.txt index 091918a..5280104 100644 --- a/sf_packages.txt +++ b/sf_packages.txt @@ -8,4 +8,4 @@ plotter:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/plotter/2.1.0 pshell-workbench:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/pshell-workbench/2.1.0/pshell-workbench-2.1.0.rpm psss-panel:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/psss-panel/2.1.0/psss-panel-2.1.0.rpm screenpanel-sf:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/screenpanel-sf/2.1.0/screenpanel-sf-2.1.0.rpm -stripchart:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/stripchart/2.1.0/stripchart-2.1.0.rpm +stripchart:2.1.0 https://artifacts.psi.ch/artifactory/releases/ch/psi/stripchart/2.1.0/stripchart-2.1.0.rpm \ No newline at end of file diff --git a/sf_variables.txt b/sf_variables.txt index 287200b..0dc02db 100644 --- a/sf_variables.txt +++ b/sf_variables.txt @@ -3,4 +3,7 @@ PSHELL_ARCHIVER=https://data-api.psi.ch/api/4 PSHELL_BACKEND=sf-archiver PSHELL_PIPELINE_SERVER=sf-daqsync-01:8889 PSHELL_CAMERA_SERVER=sf-daqsync-01:8888 -PSHELL_REDIRECT=true \ No newline at end of file +PSHELL_REDIRECT=true +PSHELL_STRIPCHART_HOME={home}/stripchart +PSHELL_ARCHIVER_VIEWER_HOME={home}/archiver-ui +APP_STRIPCHART_ARGS="-fp {data}/{year}/{month}/{day}/{date}_{time}_{name} -us 0.8" \ No newline at end of file