STC-1.33 Erratum 1: 
Author: DM WG
Date last changed: 2018-11-16
Date accepted:
 Rationale 
This erratum is to correct an error reported at the IVOA interop in Victoria, BC: May 2018
 Erratum Content 
The formula in 4.5.1.4 states:
  “A = - SUM[ A(i) ] – (n-2) *pi“
but:
  A = (RA,DEC)[0] = (90, 0)
  B = (RA,DEC)[1] = (0, 0)
  C = (RA,DEC)[2] = (0, 90)
The three angles of the polygon are all 90 deg, or pi/2 rad by construction.
A in the above case is: -3 * pi/2 –pi = -5/2 pi
One expects an area of pi/2.
The correct formula is:
  A = +SUM[ A(i) ] – (n-2) *pi
 
 Impact Assessment 
 Notes