All versions of the GSC are available as SQL server databases, but GSC 1 through GSC 2.4.0 are also available as a hierachy of FITS files for use by the HST ground system.

https://archive.stsci.edu/missions/dss/GSC/

  • FITS files
  • SQLserver Database backup


Export Catalog FITS File Format

The export catalog is a distributed FITS file system based on the linear quad-tree Hierarchical Triangular Mesh (HTM) sky partitioning scheme (see HTM Reference ). GSC-2 catalog uses a level 6 HTM triangulation which results in each file containing roughly 1 square degree of sky data. The source numbers per file are not balanced at this time, but future options are available to extend this capability into the HTM access methods.

Each FITS file contains all calibrated celestial sources for a single triangular section of sky (HTM level 6 leafnode). The file names are the quad-tree representation of each triangular section, with the 1st character being either an 'N' or 'S' representing North or South.

A FITS file contains 1 primary HDU, a second HDU (1st extension) ACSII table, and a third HDU (2nd extension) binary table. HDU 2 is a fixed length 256 entry lookup table into a variable sized HDU 3. The HDU 3 is sorted into HTM level 10 cells, and thus the lookup points to the first record of each level 10 cell with the number of entries in that cell also included in the ASCII table. The level 10 provides an indexing resolution of approximately 18 square arc minutes.

Return to top.

HDU 2, ASCII Table
 

Variable TypeVariable NameDescription
Integertfields=2"Table fields" The table will contains 2 columns.
Longnrows=256"Number of Rows"  Table will have 256 rows.
Charextname[]="HTMLevel10Idx""Extension name" Name of the extention.
Char*ttype[]={"Freq", "L10Pointer"};"Table Type" 
Char*tform[]={"I10","I10"};"Table Form"
Char*tunit[]={" "," "};"Table Unit"

Return to top.

HDU 3, Export Binary Table Fields and Types
 

FieldTypeFormUnit
1gscID2Jid
2RightAscDrad
3DeclinationDrad
4MeanEpochE
5RaEpsilonErad
6DecEpsilonERad
7RaProperMotion**Emas/yr
8DecProperMotion**Emas/yr
9RaProperMotionErr**E
10DecProperMotionErr**E
11FmagEmag
12FmagErrE
13JmagEmag
14JmagErrE
15VmagEmag
16VmagErrE
17NmagEmag
18NmagErrE
19ClassificationJ
20SemiMajorAxisEpixels
21EccentricityE
22PositionangleEdeg
23Source Status FlagJ

**    Available with release GSC2.3

Return to top.

Future Release Enhancements

  • Proper Motions will be computed for multi-epoch sources.
  • Full suite of classified objects (see codes for future availability)

Return to top.

Classification Codes
 

0Star
1Galaxy
2Blend
3Non-Star
4Unclassified
5Defect

Return to top.

Source Status Flag Codes

The source status flag is a 10 digit field used to encode more detailed information about the properties of the catalog object and its calibrated values. Since no GSC-II processed data is included for Tycho or SkyMap objects, the value of the Source Status Flag for a Tycho object is 99999900, Skymap is 88888800. 2MASS is 77777700.

Digit (counting from the right)

Flag

0

1

2

3

1

Number of plates on which this object appeared.

This may include plate observations that were excluded from the GSC2.3.

These two digits are read together as an ordinary base ten number, eg, 04 or 12.

-

-

2

3

Centroider type associated with the exported position


0Barycenter4multicircular
1Circular Gaussian5multielliptical
2Elliptical Gaussian6FPA + circular
3FPA-applied barycenter7FPA + elliptical

4

Quality of exported J magnitude

not present

fit

extrapolated

-

5

Quality of exported F magnitude

not present

fit

extrapolated

-

6

Quality of exported V magnitude

not present

fit

extrapolated

-

7

Classification unanimity

mixed vote

unanimous vote

unanimous defect

-

8

Classification voters

More than one 15um scan

One 15um scan

More than one 25um scan

One 25um scan

9

Incomplete processing

Completed processing on all plates

Object was too big to be cut out (> 256x256 pixels) on at least one plate

-

-

10

Deblended object

Single object on all plates

Child (deblended) object on at least one plate

-

-

  • No labels