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

Cannot reproduce the standard analysis results and strange/corrupted PNG report #95

Open
siddmittal opened this issue Oct 27, 2023 · 2 comments

Comments

@siddmittal
Copy link

Hi all,

The comparison framework looks really great and the instructions to run the pipeline are quite clear. I followed the step-by-step Wiki guide to run the prfsynth, prfanalyze-vista and prfreport docker images on a Windows-11 system. I made the suggested changes in the config files as suggested, and all the commands were executed successfully.

Unfortunately, the generated PNG images as a result of running the prfreport tool look quite different to that of the Wiki guide.

My Results:

Only Vista:

Vista_only-CloudPlots_4x4_Noise_mid

Vista and Popeye:

vista_and_popeye-CloudPlots_4x4_Noise_mid

JSON file attached!

sub-001_ses-20200320-prf_acq-normal_run-01_bold.json

Please suggest if there's some config I am missing. Thanks in advance :)

@garikoitz
Copy link
Contributor

garikoitz commented Oct 27, 2023 via email

@siddmittal
Copy link
Author

Below is the screenshot of the generated files by prfanalyze-vista and prfanalyze-popeye. The Popeye does generate the estimates but as seen in the screenshot below, it did not generate the sub-001_ses-20200320_task-prf_acq-normal_run-01_estimates.json file (not sure if it's expected).

image

The JSON file output from the prfreport does show the estimates from Popeye as shown below:

[
{
"synth":[
{
"x0":0,
"y0":0,
"Th":0,
"sMin":1,
"sMaj":1
}
],
"HRFtype":"vista_twogammas",
"TR":1,
"noiseLevel":"mid",
"SNR":1.4879761289025504,
"vista":[
{
"x0":-0.068667024374008179,
"y0":0.023922698572278023,
"Th":0,
"sMin":0.25701308250427246,
"sMaj":0.25701308250427246
}
],
"popeye":[
{
"x0":-0.083996125564244087,
"y0":0.01032468318444746,
"Th":0,
"sMin":0.19802065069186331,
"sMaj":0.19802065069186331
}
]},
{"synth":[
{
"x0":0,
"y0":0,
"Th":0,
"sMin":1,
"sMaj":1
}
],
"HRFtype":"vista_twogammas",
"TR":1,
"noiseLevel":"mid",
"SNR":1.1500377033990046,
"vista":[
{
"x0":0.27778404951095581,
"y0":0.1058933362364769,
"Th":0,
"sMin":0.045492630451917648,
"sMaj":0.045492630451917648
}
],
"popeye":[
{
"x0":0.11818217385012116,
"y0":0.026035596040642827,
"Th":0,
"sMin":0.19801980198067637,
"sMaj":0.19801980198067637
}
]
}
]

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

No branches or pull requests

2 participants