Skip to content

Commit

Permalink
Merge pull request #235 from pixlise/bugfix/new-scan-notification
Browse files Browse the repository at this point in the history
Iron ratio added to auto-quants
  • Loading branch information
pnemere authored May 24, 2024
2 parents 402842c + 0cfd34c commit 1f862a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/quantification/autoQuantification.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func RunAutoQuantifications(scanId string, svcs *services.APIServices) {
Pmcs: pmcs,
Elements: quantElements[c],
DetectorConfig: detector,
Parameters: "",
Parameters: "-Fe,1",
RunTimeSec: 300,
QuantMode: m,
RoiIDs: []string{},
Expand Down

0 comments on commit 1f862a6

Please sign in to comment.