jortiz12
jortiz12
Dear PyClaw community, I was trying to install PyClaw in my local machine but got an error during te instalation process. In particular, I was able to execute all commands...
Hello I was wondering whether one could get the chemical element names (atoms, molecules, both neutral and/or ionized) from the methods **find_lines_threshold** and/or **find_lines_derivative**. e.g. ``` lines = find_lines_threshold(spec1d_sub, noise_factor=2.5)...
Dear community, I´d appreciate assidtance with specutils´"**fit_line**" method. Trying to fit a Gaussian ard the [OII] emission line, but got this error: `InputParameterError: Value for parameter amplitude does not match...
Dear community I´m trying to replicate the examples [imexam_ds9_example.ipynb](https://github.com/spacetelescope/imexam/blob/master/example_notebooks/imexam_ds9_example.ipynb) or [imexam_ginga_example.ipynb](https://github.com/spacetelescope/imexam/blob/master/example_notebooks/imexam_ginga_example.ipynb) but I'm having errors when executing either of these two commands. `a=imexam.connect()` `a=imexam.connect(viewer='ginga')` The corresponding errors are  ,...
Hello, I'm trying to do apperture photometry using a circular apperture, and subtracting the background in a surrounding annulus as described in the [tutorial](https://sep.readthedocs.io/en/stable/apertures.html). My data has shape (436,437), and...
Dear community, I´m trying to replicate the example [ginga_ipython_demo.ipynb](https://github.com/ejeschke/ginga/blob/master/ginga/examples/jupyter-notebook/ginga_ipython_demo.ipynb) in a Google Collab Notebook. However, when executing the code line ``, I get the following error.  Any assitance would...
Dear Community, Is it possible to supply QuantStats with external futures data saved in .csv or .xlsx format. Typical data providers (e.g. YFinance) don´t have data I'm looking for (mostly...
Hello After installing mosyt recent version, and running basic example, I continue to get a connection error. Any advice would be much welcome. Kind regards, Jose `!pip install git+https://github.com/alvarobartt/investpy.git@master` `df...
Dear Community, I'm trying to create a Spectrum1D object from a MUSE datacube (after suming over the two spatial dimensions) through `lamb = lambdas` `flux = sp1` `spec = Spectrum1D(spectral_axis=lamb,...
Dear Community, I'd appreciate help on the following issue. Im doing apperture photometry with direct local background subtraction using the code `flux_lcbkg, fluxerr_lcbkg, flag_lcbkg = sep.sum_circle(datac_c, posx, posy, R, bkgann=(R_in,...