Refactor `drop_flags`
drop_flags
implies a boolean value. i suggest to refactor this to flags_to_drop
or something similar. At least for the outside world, in particular the functions that can be called from config.csv. To make the quite complex harmonization a bit easier to read/understand it would be nice to refactor this globally.