jortiz12

Results 13 issues of 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 ![imagen](https://user-images.githubusercontent.com/2719866/183989312-c8fe382f-421d-4a47-a21f-7754980df28d.png) ,...

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. ![imagen](https://user-images.githubusercontent.com/2719866/183984837-8f886360-faa5-402d-a6e9-9c4e6cb13bae.png) Any assitance would...

question

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,...