The main issue is described in #9
Repeating here for dicussion, in case it's a feature that I didn't understand
If thickness_type is normalized_layers, a list of layer thicknesses (layer_thicknesses kwarg) must be provided to the projector and each layer is normalised to have this thickness across the whole cortex. However, depth is rescaled later to have the size of the deepest cortical layer in the volume. This seems confusing as one must know this size to the downscale again to the thicknesses that were provided.
The implementation of the micron seems also buggy as the normalisation happens twice (but I don't use it so I haven't tested).
The main issue is described in #9
Repeating here for dicussion, in case it's a feature that I didn't understand