Go to sdss.org
DR7 Home
Where to Start
Data
   Database (CAS)
   Files (DAS)
   Value-Added
   Tutorials
   Older Releases
About DR7
   Sky Coverage
   Instruments
   Data Processing
   Algorithms
Help
   FAQ
   Glossary
   Known Issues
   DR Papers
   Helpdesk
   Search

tileFull and tilePlate Files


The tileFull files are parameter files with the structure:

typedef struct {
   int tileId;
   double raCen;
   double decCen;
   int nTargets;
   int chunk;
} FULLTILE;
They contain the location of each tile (in J2000 degrees) and which tiling region (here referred to as a "chunk") it is in.
Last modified: Mon Mar 3 15:22:59 CST 2003