Commit 66e97c67523319501356efe7def4d4bdd652c60a

Authored by Elodie Bourrec
1 parent 485877da
Exists in master

Changed lines nb in IntrumentsParameters to read new CSU calibration filesa

Change version - Diffused 3.2
bin/Osp_Editor_3.2.jar 0 → 100644
No preview for this file type
src/osp/InstrumentParameters.java
... ... @@ -31,7 +31,7 @@ public class InstrumentParameters {
31 31 // columns nb for the X calibrations values parameters file
32 32 public static int _nbColFi2=111;
33 33 //lines nb for the X calibrations values parameters file
34   - public static int _nbLiFi2=2041;
  34 + public static int _nbLiFi2=2056;
35 35  
36 36 private String filter;
37 37 private String grism;
... ...
src/osp/ui/OSPE_AboutBoxPanel.java
... ... @@ -23,7 +23,7 @@ public class OSPE_AboutBoxPanel extends JDialog {
23 23 /** Product name */
24 24 private String product = "OSP Editor";
25 25 /** Current version */
26   - private String version = "version 3.1 - Sept 2019";
  26 + private String version = "version 3.2 - Sept 2019";
27 27 /** Copyright information */
28 28 private String copyright = "Copyright (c)";
29 29 /** Comments */
... ...