I have noticed that s2resampling processor in SNAP 11 provides more flexbility for selecting bands needed for resampling,the previous version of s2resampling processor took too much time for resampling a great many auxillary bands and masks which also took too much disk space. My question is how to select the necessary bands needed in C2RCC processor, the ‘resample only bans’ listbox on s2 Resampling UI might be better to give an checkbox for ‘selecting necessary bands fo C2RCC’.
The S2-C2RCC requires the following bands and tie-points: "B1", "B2", "B3", "B4", "B5", "B6", "B7", "B8", "B8A", "B9", "B10", "B11", "B12", "sun_zenith", "sun_azimuth", "view_zenith_mean", "view_azimuth_mean", "msl", "tco3", "tcwv"
If you only want to use C2RCC after the resampling, you can also do the generic resampling. It is faster. C2RCC does not benefit from the special s2-resampling.
You can select the bands which are resampled by adding a subset operation to the chain.
Subset to the needed bands and tie-points → resample the data → run C2RCC.
Your idea about offering an option in the resampling GUI is nice. And relatively easy doable. The resampling operator could provide an extension-point for configurations. The C2RCC and other operators provide these configurations.
Very instructive and timely guidance from Mr.Marco Peters, great thanks!