Major update to coordinate systems for AstroPhot. Now explicit mappings for world (celestial sphere), tangent plane, and pixel coordinates. This makes it far easier to automatically align multiple images, or to use catalogues of objects with RA/DEC coordinates. It is now possible for these cases to map between each other quickly and easily.
Major rework was done for `Window` objects, they now handle a great deal of information to map between all coordinate systems. Some of the functionality that was in `Image_header` is moved to them.
A new `WCS` class is created to deal with abstract coordinate transforms.
A new page in the docs is added to explain the details of all the coordinate transformations and possible mistakes that can be made.
Big thanks to wmwv for identifying this limitation and helping make the updates work smoothly!