Skip to content

AST-1079 Remove full resolution flags

Maik Nijhuis requested to merge remove-full-res-flags into master

Remove full resolution flags support from regular steps:

  • Remove them from DPBuffer.
  • Remove them from Fields.
  • Adjust steps, that support them.
  • Remove related documentation.
  • BDABuffer still has a full resolution flags field. If this MR is merged, they should also be removed there.

After removing the full resolution flags, the transition to XTensor will be easier, since the deleted code no longer has to be adjusted.

I added @wijnholds as reviewer to this MR, since he should give the final approval for removing the full resolution flags. Somebody else can review the code.

If this MR has grown too big, it at least shows what will change when removing the full resolution flags. With that knowledge, I'll happily split it into different MR's.

Merge request reports