geost.base.CptCollection.check_header_to_data_alignment#

CptCollection.check_header_to_data_alignment()#

Two-way check to warn of any misalignment between the header and data attributes. Two way, i.e. if header includes more objects than in the data and if the data includes more unique objects that listed in the header.

This check is performed everytime the object is instantiated AND if any change is made to either the header or data attributes (see their respective setters).