"components/git@gitlab.pasteur.fr:mdm-lab/wiki.git" did not exist on "7e9f161046c993fb2a773fdec46eebf39edf9c28"
Commits on Source (73)
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
- the function "factory.create(input)" is replaced by "factory.create(input.dimensionAsLongArray)" to avoid using too much memory.
-
Céline TREBEAU authored
- addition of possible Exceptions in the process. - Removal of unnecessary convert method. - Optimization of GC process
-
Céline TREBEAU authored
- handles a bin value at 1.
-
Céline TREBEAU authored
- handles a bin value at 1.
-
Céline TREBEAU authored
- Avoid NPE when the ImfFactory is a CellIMgFactory with null reader (https://github.com/scifio/scifio/issues/476)
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
testing parameters
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
- testing parameters
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
New feature : construction display
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
Serialization and Deserialization of parameters using a JSON file
-
Céline TREBEAU authored
-
Céline TREBEAU authored
feat: Added error popup on Run button click when no image is loaded to prevent program execution without required input
-
Céline TREBEAU authored
refactor: updated property types from DoubleProperty to IntegerProperty to better reflect value semantics
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
-
Céline TREBEAU authored
- Deleted Tests from `PretreatmentParametersTest`, which contained tests for deprecated and unused functionality.
-
Céline TREBEAU authored
- Integrated FileChooser in save mode to let users pick where to save the example.csv - Extracts the embedded CSV from resources and writes it to the selected location - Automatically opens the file in the default system editor after saving
-
Céline TREBEAU authored
Showing
- pom.xml 13 additions, 6 deletionspom.xml
- src/main/java/fr/pasteur/ida/zellige/Main.java 37 additions, 106 deletionssrc/main/java/fr/pasteur/ida/zellige/Main.java
- src/main/java/fr/pasteur/ida/zellige/ReferenceSurfaceExtraction.java 288 additions, 47 deletions...va/fr/pasteur/ida/zellige/ReferenceSurfaceExtraction.java
- src/main/java/fr/pasteur/ida/zellige/command/Zellige.java 3 additions, 2 deletionssrc/main/java/fr/pasteur/ida/zellige/command/Zellige.java
- src/main/java/fr/pasteur/ida/zellige/element/Projection.java 26 additions, 29 deletionssrc/main/java/fr/pasteur/ida/zellige/element/Projection.java
- src/main/java/fr/pasteur/ida/zellige/element/ReferenceSurface.java 35 additions, 8 deletions...java/fr/pasteur/ida/zellige/element/ReferenceSurface.java
- src/main/java/fr/pasteur/ida/zellige/element/Surface.java 0 additions, 37 deletionssrc/main/java/fr/pasteur/ida/zellige/element/Surface.java
- src/main/java/fr/pasteur/ida/zellige/element/ose/AbstractOSE.java 1 addition, 5 deletions.../java/fr/pasteur/ida/zellige/element/ose/AbstractOSE.java
- src/main/java/fr/pasteur/ida/zellige/element/ose/OSEList.java 11 additions, 1 deletion...main/java/fr/pasteur/ida/zellige/element/ose/OSEList.java
- src/main/java/fr/pasteur/ida/zellige/element/surfaceLine/SurfaceLine.java 8 additions, 7 deletions.../pasteur/ida/zellige/element/surfaceLine/SurfaceLine.java
- src/main/java/fr/pasteur/ida/zellige/element/surfaceLine/SurfaceLineX.java 9 additions, 8 deletions...pasteur/ida/zellige/element/surfaceLine/SurfaceLineX.java
- src/main/java/fr/pasteur/ida/zellige/element/surfaceLine/SurfaceLineY.java 0 additions, 2 deletions...pasteur/ida/zellige/element/surfaceLine/SurfaceLineY.java
- src/main/java/fr/pasteur/ida/zellige/gui/ChannelPanel.java 79 additions, 0 deletionssrc/main/java/fr/pasteur/ida/zellige/gui/ChannelPanel.java
- src/main/java/fr/pasteur/ida/zellige/gui/ChannelToolProperty.java 83 additions, 0 deletions.../java/fr/pasteur/ida/zellige/gui/ChannelToolProperty.java
- src/main/java/fr/pasteur/ida/zellige/gui/ConstructionDisplay.java 135 additions, 0 deletions.../java/fr/pasteur/ida/zellige/gui/ConstructionDisplay.java
- src/main/java/fr/pasteur/ida/zellige/gui/ImageFXDisplay.java 99 additions, 45 deletionssrc/main/java/fr/pasteur/ida/zellige/gui/ImageFXDisplay.java
- src/main/java/fr/pasteur/ida/zellige/gui/LogAppender.java 1 addition, 1 deletionsrc/main/java/fr/pasteur/ida/zellige/gui/LogAppender.java
- src/main/java/fr/pasteur/ida/zellige/gui/MainAppFrame.java 19 additions, 12 deletionssrc/main/java/fr/pasteur/ida/zellige/gui/MainAppFrame.java
- src/main/java/fr/pasteur/ida/zellige/gui/ParameterSlider.java 14 additions, 0 deletions...main/java/fr/pasteur/ida/zellige/gui/ParameterSlider.java
- src/main/java/fr/pasteur/ida/zellige/gui/ParameterSliderInteger.java 2 additions, 0 deletions...va/fr/pasteur/ida/zellige/gui/ParameterSliderInteger.java
This diff is collapsed.