Instructions for Claude:
METIS_Simulations runs a series of simulations using the runSimulationBlock function. E,g
from metis_simulations import runSimulationBlock as rs
if __name__ == '__main__':
params = {}
params['outputDir'] = "output/imgLM"
params['small'] = False
params['doStatic'] = True
params['doCalib'] = 2
params['sequence'] = True
params['startMJD'] = "2027-01-25 00:00:00"
params['calibFile'] = None
params['nCores'] = 8
params['testRun'] = False
yamlFiles = ["YAML/scienceLM.yaml","YAML/stdLM.yaml","YAML/distortionLM.yaml","YAML/detlinLM.yaml"]
rs.runSimulationBlock(yamlFiles,params)
See simulation blocks
or https://raw.githubusercontent.com/AstarVienna/METIS_Simulations/refs/heads/main/README.md
Currently the MTR only lets the user select which yaml files will be added to the runSimulationBlock command. It would be very useful to also have the options available in the GUI to toggle or enter values for the possible params listed in the readme. Please add these options below the YAML files selector box on the "Run page".
Instructions for Claude:
METIS_Simulations runs a series of simulations using the
runSimulationBlockfunction. E,gSee simulation blocks
or https://raw.githubusercontent.com/AstarVienna/METIS_Simulations/refs/heads/main/README.md
Currently the MTR only lets the user select which yaml files will be added to the runSimulationBlock command. It would be very useful to also have the options available in the GUI to toggle or enter values for the possible params listed in the readme. Please add these options below the YAML files selector box on the "Run page".