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