Skip to content

Commit

Permalink
update conversion scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Nov 30, 2023
1 parent b043bab commit c0b464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/matlab_conversions.m
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
meta.AcquisitionMode = 'list mode';
meta.ImageDecayCorrected = 'true';
meta.ImageDecayCorrectionTime = 0;
meta.ScatterCorrectionMethod = 'Convolution subtraction';
meta.ScatterCorrectionMethod = 'Gaussian Fit';
meta.FrameDuration = 98000;
meta.FrameTimesStart = 0;
meta.ReconMethodParameterLabels = ["none"];
Expand Down
1 change: 1 addition & 0 deletions scripts/python_conversions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ RandomsCorrectionMethod="DLYD" \
ReconstructionMethod="OSEMi3s15" \
TimeZero="11:40:24" \
ReconFilterSize=1 \
ReconMethodParameterValues="[0]"
#FrameDuration=[1221]


Expand Down

0 comments on commit c0b464a

Please sign in to comment.