Megan Sosey

Results 93 comments of Megan Sosey

yes, but I need to implement it for DS9 and update my calls into ginga

interesting... the fit certainly looks like it should be closer to 2.1, the text is odd. Though the max pix flux looks correct for the point, the estimated amplitude is...

@prdurrell I updated the the gauss1D part of the model to constrain the mean value, you can test out the updates by installing from this branch: `https://github.com/sosey/imexam/tree/newdev` First uninstall your...

for got to add the updated plot for comparison.... ![imexam_plot](https://user-images.githubusercontent.com/503615/55251495-22a5bc80-5227-11e9-9b0c-17830190d71a.png)

hmmm..it could be slight differences in the fitting and model. I'm centering with a 2D gaussian, fixing the fit to a radius of zero, and using a combined 1D gauss...

hey @iskren-y-g I believe there is a moffat function available. The centering function is indeed using astropy.models.Gaussian2D before creating and fitting the datapoints in the radial profile. Do you think...

got it... you might give using the moffat a go, it's available already for imexam, you can set `func` in the parameters for radial profiles to `Moffat1D`, however, I think...

more specifically... imexam aleady uses and has access to the astropy models, I just have gaussian as the default...

I've been off on other projects myself - let me see if I can check into this before weeks end

The plot windows can be closed with a cntrl-d when Tk is used, but they shouldn't need that. There was a switch in ipython from using readline to prompt toolkit,...