Knowing this, we can access information from the class.
=== return Return the list of attributes ===
<source lang="python">
print type(cdp)
</source>
=== list List model type ===
<source lang="python">
print cdp.model_type, type(cdp.model_type)
</source>
=== list List spectrum ID's ===
<source lang="python">
print cdp.spectrum_ids, len(cdp.spectrum_ids)
</source>
=== list List replicate spectrum ID's ===
<source lang="python">
print cdp.replicates