Mohy Elden
Mohy Elden
### Description This pull request is to enhance the plot function by ensuring that kwargs such as width, height, color, and lw (line width) are properly utilized when using the...
### Description This PR introduces an **`'auto'` option for `chunksize`**, allowing dynamic adjustment based on: - **Number of spectral lines (`nlines`)** - **Grid points (`ngridpoints`)** - **Available system memory** This...
Currently, the chunksize parameter in RADIS requires manual tuning, which can be difficult to optimize for large datasets. When set to None, all lines are processed at once this is...
This is a draft PR as I am still working on it. This implements the ability to prefill the Molecule component from a URL, as @erwanp suggested, so researchers can...