sectorList Files


sectorList is a parameter file which contains the information about each "sector" --- ie. each region covered by a unique set of tiles. We used to refer to these as "overlap regions" (e.g. in Blanton et al. 2001 and Zehavi et al. 2001) but now have adopted the 2dF terminology. It has the structure:

typedef struct {
   int index;
   int tileId[20];
   double area;
   int nTiles;
   long nTargets;
   long nRandom;
} TIOVERLAP;
These parameters are:
Snail Mail: Michael Blanton; Email: mb144@nyu.edu