Legacy numass repository
Go to file
2021-11-29 15:57:20 +03:00
dataforge-control Update dependencies and API 2021-11-13 13:30:39 +03:00
dataforge-core Fix watcher view 2021-11-29 15:57:20 +03:00
dataforge-gui Fix fx plugins 2021-11-15 11:18:00 +03:00
dataforge-maths Update dependencies and API 2021-11-13 13:30:39 +03:00
dataforge-plots Fix fx plugins 2021-11-15 11:18:00 +03:00
dataforge-stat Update dependencies and API 2021-11-13 13:30:39 +03:00
dataforge-storage directory watcher 2021-11-27 18:42:08 +03:00
gradle/wrapper Update dependencies and API 2021-11-13 13:30:39 +03:00
grind Fix fx plugins 2021-11-15 11:18:00 +03:00
numass-control Fix fx plugins 2021-11-15 11:18:00 +03:00
numass-core directory watcher 2021-11-27 18:42:08 +03:00
numass-main Update file watcher 2021-11-22 15:35:18 +03:00
numass-viewer Fix watcher view 2021-11-29 15:57:20 +03:00
site Update dependencies and API 2021-11-13 13:30:39 +03:00
.gitignore Merge legacy dataforge and migrate to git 2021-05-29 13:45:33 +03:00
build.gradle.kts Fix viewer cache 2021-11-14 16:46:32 +03:00
gradlew Update gradle 2021-05-29 19:18:28 +03:00
gradlew.bat Update gradle 2021-05-29 19:18:28 +03:00
README.md Update requirements for JDK 2021-05-29 14:26:40 +03:00
settings.gradle.kts Update dependencies and API 2021-11-13 13:30:39 +03:00

Purpose

This repository contains tools and utilities for Trotsk nu-mass experiment.

Set-up

This project build using DataForge framework. Currently in order to compile numass tools, one need to download dataforge gradle project here. If both projects (numass and dataforge) are in the same directory, everything will work out of the box, otherwise, one needs to edit gradle.properties file in the root of numass project and set dataforgePath to the relative path of dataforge directory.

It is intended to fix this problem with public maven repository later.

Requirements

Project requires JDK 8 with JavaFX for desktop controls (https://www.azul.com/downloads/?version=java-8-lts&package=jdk-fx)