Commit 6467555f authored by Zhang, Yuanpeng's avatar Zhang, Yuanpeng
Browse files

updating

parent b746f891
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{
    "Cycle": "2025-2_11A_CAL",
    "SampleEnvironment": "PAC",
    "SampleEnvironment": "MAG",
      "OverwriteUserJsonFile": "Y",
         "ConfigFile": {
        "PAC": "PAC_default.json",
@@ -8,8 +8,6 @@
        "LTJANIS": "LTJANIS_default.json",
        "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",
+22 −0
Original line number Diff line number Diff line
{
    "CalibDirectory": "/SNS/PG3/shared/CALIBRATION/2025-2_11A_CAL/",
    "InputFiles": {
     "CalibFile": "PG3_LTJANIS_d61320_2025-10-07.h5",
        "CharBackgrounds": "PG3_char_2025_Oct_8-HighRes_LT_JANIS.txt",
        "CharInPlane": "PG3_char_2025_Oct_8_JANIS_limit.txt",
        "GroupInPlane": "grouping/PG3_Grouping-IP.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-2_11A_CAL/",
    "InputFiles": {
    "CalibFile": "PG3_Mag_d61618_2025-11-05_Updated.h5",
        "CharBackgrounds": "PG3_char_2025_11_6-MAG.txt",
        "CharInPlane": "PG3_char_2025_11_6_MAG_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"
        }
    }
}
+4 −4
Original line number Diff line number Diff line
{
    "CalibDirectory": "/SNS/PG3/shared/CALIBRATION/2025-1_11A_CAL/",
    "CalibDirectory": "/SNS/PG3/shared/CALIBRATION/2025-2_11A_CAL/",
    "InputFiles": {
        "CalibFile": "PG3_MICAS_d59228_2025-03-25.h5",
        "CharBackgrounds": "PG3_char_2025_3-HighRes_MICAS.txt",
        "CharInPlane": "PG3_char_2025_03_MICAS_limit.txt",
        "CalibFile": "PG3_MICAS_d61156_2025-09-23.h5",
        "CharBackgrounds": "PG3_char_2025_2-HighRes_MICAS.txt",
        "CharInPlane": "PG3_char_2025_2_MICAS_limit.txt",
        "GroupInPlane": "grouping/GROUP_FILE_NOT_EXISTING.xml"
    },
    "Params": {
+3 −0
Original line number Diff line number Diff line
@@ -177,6 +177,9 @@ else:
    

    if can is not None:
        simpleapi.SaveNexus(
            InputWorkspace=output,
            Filename=f"/SNS/PG3/shared/livereduce/tmp/output_{can}_test.nxs")
        try:
            simpleapi.RebinToWorkspace(
                WorkspaceToRebin=can,
Loading