Targets to Tile

File Format: FITS binary table

Name: tiInput(Ouput)Targets.fit for the tile pipeline.

Produced by: tilePre

Modified by: tile

Used by: tile

Size: Total of up to 10MB for a tiling run of 1000 sq degrees.

Archived? Yes

Description

As input to tile, a list of all untiled tilable (hot standards, quasars, galaxies) primary objects in the survey. On output from tile, the same but with most objects assigned to a new tile.

Primary Header


SIMPLE  =                    T
BITPIX  =                    8
NAXIS   =                    0
EXTEND  =                    T
TILEP_ID= 'XXX     '            / Unique ID for tile pipeline run(output only).
VERSION = 'XXX     '            / Version of tile pipeline used (output only).
TILE_RUN=                  XXX  / Unique integer ID for tile pipeline run
                                / (output only)
END

Table Header

There is one HDU of this type. Fields "tileId" and "tiFlag" are unset on input to the tile pipeline (all objects set to -1 and 3, respectively). If the object was targetted in the main survey then priority is for the main survey, else it is for the southern survey.

XTENSION= 'BINTABLE'          
BITPIX  =                    8
NAXIS   =                    2
NAXIS1  =                   56
NAXIS2  =                  XXX
PCOUNT  =                    0
GCOUNT  =                    1
TFIELDS =                   12
TFORM1  = '1J      '
TTYPE1  = 'run     '           / Run number id of this object
TFORM2  = '1J      '          
TTYPE2  = 'rerun   '           / Re-run id.
TFORM3  = '1J      '          
TTYPE3  = 'col     '           / Camera Column id for this object.
TFORM4  = '1J      '          
TTYPE4  = 'field   '           / Field id for this object.
TFORM5  = '1J      '
TTYPE5  = 'id      '           / Id number within field for this object.
TFORM6  = '1J      '          
TTYPE6  = 'tid     '           / Unique integer id within this file.
TFORM7  = '1D      '          
TTYPE7  = 'ra      '           / J2000 RA
TUNIT7  = 'degrees '          
TFORM8  = '1D      '          
TTYPE8  = 'dec     '           / J2000 DEC
TUNIT8  = 'degrees '          
TFORM9  = '1J      '          
TTYPE9  = 'priority'           / Priority for close targets.
TFORM10 = '1J      '          
TTYPE10 = 'tileId  '           / Tile this target assigned to (-1 for none).
TFORM11 = '1J      '          
TTYPE11 = 'mask    '           / Bit mask:
                               /   0x1:  tiled
                               /   0x2:  decollided
                               /   0x4:  in area covered by a tile
                               /   0x8:  removed by completeTile or plate
                               /   0x10: culled
TFORM12 = '1J      '
TTYPE12 = 'collisionGroup'     / Collision group ID 

END