Test docker submission guide contains this line: ``` There's no need to execute 'run4Ranking' during the test phase!!! The data type should be set to 'float' and not 'complex’. ``` We noticed that all example codes in [github-cmrxrecon2025](https://github.com/CmrxRecon/CMRxRecon2025/blob/main/CMRxReconDemo/runRecon_2025.m) (not only run4ranking) have been processed with center cropping and slice selection. All of these example codes have actually **applied the same processing** to the reconstructed images as 'run4ranking_2025.m' does. Therefore, it seems that there is currently no actual example code that explains how 'do not run4ranking' is implemented. I would like to know if there could be clear sentences explaining what exactly no need to execute 'run4Ranking' refers to: 1. Which image processing operations should not be performed. 2. Which image processing operations need to be performed."

Created by anonymously hachimen
Our final test is conducted on the original image dimensions, so you just need to skip center cropping and slice selection.

What's meaning of `There's no need to execute 'run4Ranking' during the test phase!!! ` page is loading…