Frontend: Adjust plotting and add bkg estimate

This commit is contained in:
2023-04-18 15:37:13 +02:00
parent 25cb4df0bf
commit 9b5228c0bd
5 changed files with 140 additions and 82 deletions

View File

@@ -185,7 +185,7 @@ async def get_settings(data: str = Body(...)):
raise HTTPException(status_code=400, detail=e.details())
@app.put("/detector/measurement_statistics")
@app.get("/detector/measurement_statistics")
async def get_meas_stats():
try:
stub = jfjoch_pb2_grpc.gRPC_JFJochBrokerStub(channel)