Starlink / starlink-pyast

Python interface to the Starlink AST library
http://www.starlink.ac.uk/ast
12 stars 8 forks source link

Add constructors for a few missing mapping classes #19

Closed dsberry closed 5 years ago

dsberry commented 5 years ago

SpecMap, SlaMap, ChebyMap and UnitNormMap. This is mainly so that pyast can recognise these Mapping classes within supplied FrameSets, and display them appropriately. Consequently, some of their methods remain to be wrapped.