Definition at line 50 of file FITS.h.
Referenced by zofits::AddColumn(), and ofits::AddColumn().
56 case 'L': comment =
"[1-byte BOOL]";
break;
57 case 'A': comment =
"[1-byte CHAR]";
break;
58 case 'B': comment =
"[1-byte BOOL]";
break;
59 case 'I': comment =
"[2-byte INT]";
break;
60 case 'J': comment =
"[4-byte INT]";
break;
61 case 'K': comment =
"[8-byte INT]";
break;
62 case 'E': comment =
"[4-byte FLOAT]";
break;
63 case 'D': comment =
"[8-byte FLOAT]";
break;
64 case 'Q': comment =
"[var. Length]";
break;