Interferometer geometry refactor
This is the second step in simplifying the (former) detector module
- Moved geometry (latitude, longitude, etc.) of the
Interferometerclass into a separate class and module - Got away with some property/setter boilerplate code in
Interferometerand replaced it with a descriptor pattern