Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFView for compressed System matrices #18

Open
tknopp opened this issue Mar 24, 2021 · 1 comment
Open

SFView for compressed System matrices #18

tknopp opened this issue Mar 24, 2021 · 1 comment

Comments

@tknopp
Copy link
Member

tknopp commented Mar 24, 2021

The system function viewer currently does not work since it requires all frequencies to be available. I get this error

julia> SFViewer("/home/knopp/.julia/dev/MPIReco/test/data/mdf/SF1Small.mdf")
Stacktrace:
 [1] error(::┌ Error: Indices applied to systemMatrix are not available in the file
└ @ MPIFiles ~/.julia/packages/MPIFiles/ReVfa/src/FrequencyFilter.jl:151
String) at ./error.jl:33

The solution to this issue is quite clear. We need to first determine what frequency components are available in a calibration file and if one is not we should plot a black image. This also needs to be properly handled in the SNR plots.

@mboberg
Copy link
Member

mboberg commented Sep 22, 2022

fixed by a2cec2b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants