Commit 1f2d5215 authored by Zhang, Yuanpeng's avatar Zhang, Yuanpeng
Browse files

fix the conda issue for legacy version

parent 319b24da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,3 +14,4 @@ Scripts/Masks/.ipynb_checkpoints/
Scripts/Masks/rik_kernel-*
Scripts/log_files/pg3_calib_mon.log
Scripts/*.pyc
.vscode/
+653 KiB

File added.

No diff preview for this file type.

+71 −0
Original line number Diff line number Diff line
{
    "Diamond": "/SNS/PG3/IPTS-32378/nexus/PG3_62390.nxs.h5",
    "RunCycle": "2026-1_11A_CAL",
    "Instrument": "PG3",
    "Date": "2026-03-25",
    "SampleEnv": "MICAS",
    "Notes": "",
    "OutputDir": "/SNS/PG3/shared/CALIBRATION/autoreduce",
    "PDCalibration": {
        "TofBinningFirst": "300,-0.0008,16667",
        "TofBinningSecond": "300,-0.0005,16667",
        "TofBinningThird": "300,-0.0003,16667",
        "ConstrainPeakPositions": false,
        "MaxPeakWindow": 0.075,
        "MinimumPeakHeight": 3.0,
        "PeakWidthPercent": 0.008,
        "CalibrationParameters": "DIFC+TZERO+DIFA",
        "TZEROrange": "-50,50"
    },
    "ManualMaskFile": "2022-2_11A_CAL/Masks/PG3_43095_manual_mask.xml",
    "Diagnostics": {
        "PAC": {
            "NumMasks": [
                3790,
                500
            ],
            "NumBadUnmasked": 50,
            "NumOutliers": 200
        },
        "MAG": {
            "NumMasks": [
                10400,
                250
            ],
            "NumBadUnmasked": 300,
            "NumOutliers": 20
        },
        "OC": {
            "NumMasks": [
                4340,
                200
            ],
            "NumBadUnmasked": 50,
            "NumOutliers": 20
        },
        "MICAS": {
            "NumMasks": [
                3250,
                200
            ],
            "NumBadUnmasked": 350,
            "NumOutliers": 20
        },
        "LTJANIS": {
            "NumMasks": [
                4050,
                200
            ],
            "NumBadUnmasked": 50,
            "NumOutliers": 20
        },
        "JANISGAS": {
            "NumMasks": [
                3600,
                200
            ],
            "NumBadUnmasked": 30,
            "NumOutliers": 20
        }
    }
}
+1 −0
Original line number Diff line number Diff line
6.8.0+uncommitted
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    "RunCycle": "2026-1_11A_CAL",
    "Instrument": "PG3",
    "Date": "2026-03-25",
    "SampleEnv": "PAC",
    "SampleEnv": "MICAS",
    "Notes": "",
    "OutputDir": "/SNS/PG3/shared/CALIBRATION/autoreduce",
    "PDCalibration": {
Loading