read# astropy.io.registry.read(cls, *args, format=None, cache=False, **kwargs)# Read in data. Parameters: clsclass *argsThe arguments passed to this method depend on the format. formatstr or None cacheboolWhether to cache the results of reading in the data. **kwargsThe arguments passed to this method depend on the format. Returns: object or NoneThe output of the registered reader.