Python Tutorial: Comparing Data from Different Catalogues ...

into python. Note: It is good to realize that there are a quite a few different types of files and slightly different ways of reading them in. In this case we have an ascii file so in the code there is a ascii.read(….), However, in the case of .fits files you would want to use Table. Read(…). Also ................
................