You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the example
mCatMap -c flux 2mass_pt.tbl 2mass_pt.fits 2mass_pt.hdr
is great , because the files are there!
But it didn't work, there is no column named flux in that table. I used j_m, since it worked, but the -m flag suggests.
with two exceptions: they don't need to be padded to 80 characters on each line, and each line ends in a newline.
your example has exactly the spacings correct for a fits header, but I found out by experiment that using less (or even none) spaces works just as well, so it should be clarified, otherwise people are going to waste time counting spaces, putting the = sign in column 9 etc.
The text was updated successfully, but these errors were encountered:
the example
mCatMap -c flux 2mass_pt.tbl 2mass_pt.fits 2mass_pt.hdr
is great , because the files are there!
But it didn't work, there is no column named flux in that table. I used j_m, since it worked, but the -m flag suggests.
But while you are at it, the description of the hdr template file should be clarified. It now says, taken from http://montage.ipac.caltech.edu/docs/headers.html
with two exceptions: they don't need to be padded to 80 characters on each line, and each line ends in a newline.
your example has exactly the spacings correct for a fits header, but I found out by experiment that using less (or even none) spaces works just as well, so it should be clarified, otherwise people are going to waste time counting spaces, putting the = sign in column 9 etc.
The text was updated successfully, but these errors were encountered: