Reading a getsf catalog

To read a getsf catalog, you can do:

from astropy.io import ascii
cat = ascii.read('getsf.cat', data_start=0, format='commented_header', header_start=110, comment=\"!\")

though header_start may be different; I've seen 110 and 120 at least.

Comments