(RA in decimal hours)*15*3600*100, and
     ((DEC in decimal degrees)+90)*3600*100
Again, this choice agrees with Hipparcos/Tycho.
     zoneXXXX.YYY
       XXXX is 10 times the SPD (0, 75, 150, ... 1725)
       YYY = acc (ASCII accelerator file)
           = cat (binary catalog file)
           = lut (binary lookup table for GSC stars)
    | RA (1) | Dec(1) | Mag(1) | RA (2) | Dec (2) | Mag (2) | ...
If ((zone.le.600).and.(field.le.408)) Then
    south(field)
Else
    north(field)
Endif