The code says:
// For now, assume everything is FK5/J2000
// Or FK4 - added by AB for ORAC 13-Oct-99
Assert.notFalse( ( coordSystem == CoordSys.FK5 ) || ( coordSystem == CoordSys.FK4 ) ) ;
But it does nothing else with coordSystem so coordinates supplied in FK4 will presumably be wrong.
The code says:
But it does nothing else with
coordSystemso coordinates supplied in FK4 will presumably be wrong.