
def anydata_to_any4d(data_dict, **leftover):
    return data_dict


def vidar_to_any4d(data_dict, **leftover):
    return data_dict


