Improved class read()/write() definitions
This PR cleans up the definitions of read()
and write()
for all GWpy-defined classes. No longer do they refer to the factory methods from gwpy.io.__init__
, calling instead to astropy.io.registry.read/write
directly. This should make the definitions more obvious for people looking at the code.