MUSE Pipeline Reference Manual
2.1.1
|
muse_badpix_from_ascii: Convert an ASCII list to a BADPIX_TABLE.
Create a PADPIX_TABLE file from the pixels listed in the ASCII file. The ASCII file has to take the form xpos ypos dq where the coordinates have to be within a MUSE raw image (or the trimmed image, if -t
is given), and the data quality value has to conform to the Euro3D specification, i.e. it has to be an integer flag between 1 and 16384 (see Sect. 2.4 of the DRL Design document). Optionally, it merges the DQ information into an existing BADPIX_TABLE.
Command line arguments:
-i INTABLE
(optional)-r REFIMAGE
(optional)-n extname
(optional)-t
(optional) coordinates in the ASCIIFILE contents refer to trimmed data, i.e. this program has to add pre- and overscans before writing the values to the tableASCIIFILE
IFUNUM
OUTTABLE
Return values:
0
1
2
-i
without filename 3
-r
without filename 4
IFUNUM
is not an integer in the valid range 5
-n
9
10