Benjamin Tessore

Results 2 issues of Benjamin Tessore

I've successfully installed ChantiPy from github. I've unpacked the data from chianti website in "chianti_data/v10.0.1", where $XUVTOP points to. Don't know exactly if it is a problem from the data...

There is a minor bug in the __call__ of augraphy.utilities.imageoverlay.ImagOverlay Parenthesis are missing in image.copy. `image.copy` should be `image.copy()` Also, the class returns the a RGBA image (H,W,4) instead of...