Open AsmaTANABEN opened 1 week ago
I don't quite get it. you modifies the number of coil dynamically ? why not simply create a new operator instead ?
I think the use case is when you are learning reconstructor, but where dataset can be of different number of coils as input. This should be short I feel @AsmaTANABEN can you make a PR? The best way would be just to make n_coils a property with its setter.
When uses_sense is enabled, changing n_coils does not automatically update the shape of sensitivity maps, resulting in errors. Specifically:
This leads to errors when updating sensitivity maps to match the new number of coils.