Commit 2fc3e3b5 authored by Zhang, Yuanpeng's avatar Zhang, Yuanpeng
Browse files

updating

parent 03344355
Loading
Loading
Loading
Loading
+10 −38
Original line number Diff line number Diff line
@@ -7,44 +7,16 @@
        "GroupInPlane": "grouping/PG3_Grouping-IP.xml"
    },
    "Params": {
        "VPeaksStripLambdaMax": 4.5,
        "SNSPowderReduction": {
            "PreserveEvents": true,
            "PushDataPositive": "None",
            "LowResRef": 0.0,
            "RemovePromptPulseWidth": 50.0,
            "TOFBinning": -0.0008,
            "BinInDspace": true,
            "BackgroundSmoothParams": "5, 2",
            "FilterBadPulses": 90.0,
            "ScaleData": 1.0,
            "SaveAs": "gsas topas and fullprof",
            "FinalDataUnits": "dSpacing"
        "Proc": {
            "TOFBinWidthInit": 100.0,
            "TOFBinWidthProc": -0.0008,
            "RemovePromptPulseWidth": 0
        },
        "TotalScattering": {
            "CentralWavelength": ".7, .8",
            "Threshold": 0.1,
            "QFitRange": "30., 50.",
            "QBinning": 0.01,
            "QMin": 0.9,
            "QMax": 30.0,
            "DeltaR": 0.01,
            "RMax": 100.0
        "PostProc": {
            "TOFBinWidthPProc": -0.0008,
            "RemovePromptPulseWidth": 0,
            "StripVPeaksPosTol": 0.05,
            "StripVPeaksBkgType": "Quadratic"
        }
    }
    },
    "MantidVersion": "6.10.20240711.1331",
    "MTSFourierTransform": {
        "TMIN": 3000,
        "TMAX": 270000,
        "QMin": 0.5,
        "QMax": 35.0,
        "RMax": 50.0,
        "RStep": 0.01,
        "QOffset": 0.0,
        "RCutoff": 1.0,
        "Lorch": false
    },
    "MantidTotalScatteringVersion": "1.2.1rc3",
    "LastModifiedBy": "y8z",
    "LastModifiedTime": "07-16-2024 17:38:01 EST"
}
+2 −2
Original line number Diff line number Diff line
{
    "CalibDirectory": "/SNS/PG3/shared/CALIBRATION/2024-2_11A_CAL/",
    "InputFiles": {
        "CalibFile": "PG3_MICAS_d57934_2024-10-22.h5",
        "CharBackgrounds": "PG3_char_2024_10_18-HighRes_MICAS.txt",
        "CalibFile": "PG3_MICAS_d57836_2024-10-09.h5",
        "CharBackgrounds": "PG3_char_2024_10_21-HighRes_MICAS.txt",
        "CharInPlane": "PG3_char_2024_08_14_MICAS_limit.txt",
        "GroupInPlane": "grouping/PG3_Grouping-IP.xml"
    },
+22 −0
Original line number Diff line number Diff line
{
    "CalibDirectory": "/SNS/PG3/shared/CALIBRATION/2025-1_11A_CAL/",
    "InputFiles": {
        "CalibFile": "PG3_OC_d58772_2025-02-12.h5",
        "CharBackgrounds": "PG3_char_2025_2-HighRes_OC.txt",
        "CharInPlane": "PG3_char_2025_2_OC_limit.txt",
        "GroupInPlane": "grouping/GROUP_FILE_NOT_EXISTING.xml"
    },
    "Params": {
        "Proc": {
            "TOFBinWidthInit": 100.0,
            "TOFBinWidthProc": -0.0008,
            "RemovePromptPulseWidth": 0
        },
        "PostProc": {
            "TOFBinWidthPProc": -0.0008,
            "RemovePromptPulseWidth": 0,
            "StripVPeaksPosTol": 0.05,
            "StripVPeaksBkgType": "Quadratic"
        }
    }
}
+22 −0
Original line number Diff line number Diff line
{
    "CalibDirectory": "/SNS/PG3/shared/CALIBRATION/2025-1_11A_CAL/",
    "InputFiles": {
        "CalibFile": "PG3_PAC_d58666_2025-01-30.h5",
        "CharBackgrounds": "PG3_char_2025_1-HighRes_PAC_1.4MW.txt.txt",
        "CharInPlane": "PG3_char_2025_1_PAC_limit_1.4MW.txt",
        "GroupInPlane": "grouping/GROUP_FILE_NOT_EXISTING.xml"
    },
    "Params": {
        "Proc": {
            "TOFBinWidthInit": 100.0,
            "TOFBinWidthProc": -0.0008,
            "RemovePromptPulseWidth": 0
        },
        "PostProc": {
            "TOFBinWidthPProc": -0.0008,
            "RemovePromptPulseWidth": 0,
            "StripVPeaksPosTol": 0.05,
            "StripVPeaksBkgType": "Quadratic"
        }
    }
}
+3 −2
Original line number Diff line number Diff line
{
    "Cycle": "2024-2_11A_CAL",
    "SampleEnvironment": "LTJANIS",
    "Cycle": "2025-1_11A_CAL",
    "SampleEnvironment": "PAC",
      "OverwriteUserJsonFile": "Y",
         "ConfigFile": {
        "PAC": "PAC_default.json",
@@ -9,6 +9,7 @@
        "OC": "OC_default.json",
        "MICAS": "MICAS_default.json",
        "MICAS-33420": "MICAS_33420.json",
        "MICAS-32378": "MICAS_32378.json",
          "AGES": "AGES_default.json",
        "JANIS_GAS_noscale": "JANIS_GAS_noscale.json",
        "JANIS_GAS": "JANIS_GAS.json",
Loading