What this means is that your FITS file is internally inconsistent. In the HDU whose name is N and which is number H (from 1 to some small integer number) in the file, the value F of TFIELDS does not match the actual value A of columns found in the table.
This almost certainly indicates a serious bug in program which wraps up your mask design into the FITS file. You should submit a tar file containing all the mask design subfiles as well as the broken FITS file to sla@ucolick.org.
What this means is that your FITS file is internally inconsistent. In the HDU whose name is N and which is number H (from 1 to some small integer number) in the file, the value R of NAXIS2 does not match that actual value A of rows encountered.
This almost certainly indicates a serious bug in program which wraps up your mask design into the FITS file. You should submit a tar file containing all the mask design subfiles as well as the broken FITS file to sla@ucolick.org.
In HDU number H, named N, column number I (named CN), has a type of CT, but the corresponding value of TFORMi does not agree.
This almost certainly indicates a serious bug in the program which wraps up your mask design into the FITS file. You should submit a tar file containing all the mask design subfiles as well as the broken FITS file to sla@ucolick.org.
This message means that in HDU number H, named N, there is a null value for column I (named CN) at row R in the data. This is illegal because TNULLi is zero.
While this might indicate an error in the grouper code that wraps your design files into a single FITS file, it's more likely that you edited a null or blank entry into the data at some point in the proceedings. You should check your source files carefully, and remember whether you might have used fv to edit the FITS file (we don't recommend this).
If you can't figure out how that null got into your data, submit all the data files and the fits file to sla@ucolick.org.
This message indicates that in HDU number H, named N, column C named CN is of type CT, but in row R the value of column C is V, which doesn't match type CT. In other words, you have a string where you should have a number, or a float where you should have an int.
You should check your data files to make sure they contain what you think they do, and particularly suspect any manual edits you may have attempted on the FITS file itself.
There are many relationships of this kind in the mask data. Each Slit is associated with one or more objects. Each Design is associated with some number of Slits. And so on. What this error indicates is that in Table T1, column C has been designated as a Foreign Key. We expect it to exist as column FC in the other table T2. But the other table T2 doesn't exist! Or in other words, we have a tax form, but we've lost the filing cabinet with all the taxpayer personal data in it, including their social security numbers.
This is a serious error and indicates major failure in the mask design software or the wrapper program. You should mail this message (as many of them as you see in the log) to sla@ucolick.org, phillips@ucolick.org, and de@ucolick.org.
This message indicates that although table T1 has a column C which is designated as a foreign key, we cannot find the corresponding column FC in table T2. In other words, the tax form has a social security number on it, but social security number is not one of the attributes we know about for taxpayers.
This is a serious error and indicates major failure in the mask design software or the wrapper program. You should mail this message (as many of them as you see in the log) to sla@ucolick.org, phillips@ucolick.org, and de@ucolick.org.
This message indicates that although table T1 has a column C which is designated as a foreign key, and table T2 exists and has a column FC which is its primary key, we've found a value of T1 column C at row R which doesn't correspond to any value of FC in T2. In other words, we have a tax form here with a social security number on it that doesn't match any of the numbers of the taxpayers in our files.