Sébastien Maret

Results 19 issues of Sébastien Maret

It would be great if `biblio.el` could support the [Astrophysical Data System (ADS)](https://ui.adsabs.harvard.edu). ADS is the main bibliographic database for Astronomy and Astrophysics. It has a [well-documented public API](https://github.com/adsabs/adsabs-dev-api). CC...

### Description This pull request adds two features of the [APLPy package](https://aplpy.readthedocs.io/en/stable/) which are missing in Astropy, and that allow to: 1. Draw an ellipse representing the instrument beam on...

whatsnew-needed
visualization.wcsaxes
keep-open

In the Python interface, the grain size should be given in cm and not in microns. This is a bit confusing as the CLI uses microns. The reason is that...

bug
documentation

This PR implements the conversion of the KIDA UVA 2014 network to Astrochem format, and its inclusion in the distribution. There are several points to adress: - [x] Fix the...

enhancement

The `read_network` function has a number of flaws (see #62 #64 and #65). Some of these issues have been fixed quickly, but on a longer term this function would need...

design
low priority

When reading this [network file ](https://gist.github.com/smaret/b18f6edbe14bd780469add6570834735#file-network_with_tabs-chm), Astrochem displays the following message: ``` astrochem: error: this specie: H + H is not correctly written ``` This is because the species are...

bug
low priority

When no species are given, plroute should list the species available in the file, but it doesn't: ``` % plroute astrochem_output.h5 Available species in this file are: ```

bug
low priority

When the output file contains no formation/destruction routes, plroute displays the following message: ``` % plroute astrochem_output.h5 "H(+)" plroute: error: can't open astrochem_output.h5. ``` Instead it should warn that there...

bug
low priority

As noticed by @TuTianYu in #86, Astrochem is incompatible with [SUNDIALS 6.0.0](https://github.com/LLNL/sundials/releases/tag/v6.0.0): ```c solve.c: In function ‘solver_init’: solve.c:280:28: error: too few arguments to function ‘N_VNew_Serial’ 280 | if (( astrochem_mem->y...

enhancement
low priority