spacetelescope / pysynphot

Synthetic Photometry.
http://pysynphot.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
23 stars 21 forks source link

Raise exception when catalog gap detected #70

Closed pllim closed 6 years ago

pllim commented 6 years ago

Fix #68 . Same solution as spacetelescope/stsynphot_refactor#48. Do not merge this until that one is approved and merged.

@mgennaro , do you want to take this for a spin and see if this is the fix you were looking for?

To test this in your conda environment

If you have previously cloned my fork, you can skip this

git clone https://github.com/pllim/pysynphot.git

Then

git checkout stop-gap
python setup.py install
pllim commented 6 years ago

p.s. Ops, @mgennaro, I forgot you switched to stsynphot. I'll post instruction there instead.