Rohit Chinchwadkar

Results 2 issues of Rohit Chinchwadkar

I am trying to plot a 1d spectrum using specutils. Spectrum1D.read is reading the file but when I use plt.plot(spec.wavelength, spec.flux), it is giving an error saying "x and y...

Hello, I am trying the following code given in your documentation for image subtraction on my data. `%%time result = subtract( ref=ref_path, new=new_path, smooth_psf=False, fitted_psf=True, align=False, iterative=False, beta=False, shift=False )`...