A.C.I.D v2 (Accurate Continuum fItting and Deconvolution)
==============================================================
ACID_v2 is a fork of ACID (https://github.com/ldolan05/ACID) from the work of Lucy Dolan for her PhD. ACID_v2 improves on ACID by:
- Updating packages and code to work with newer and stable versions of python.
- Improving memory management so that ACID can be run on MacOS without crashes (ie extending compatibility to all POSIX systems)
- Adding additional kwargs to ACID to tailor output, including verbosity settings, MCMC number of steps, multiprocessing switch, and more.
The mathematical functions and method remain the same as ACID and are outlined in Dolan et al. 2024 (https://academic.oup.com/mnras/article/529/3/2071/7624678).
The documentation will be kept up to date with the latest function descriptions until at least 2029.
ACID is a technique that builds on traditional Least-Squares Deconvolution (LSD) by simultaneously fitting the stellar continuum and stellar line profile and performing LSD in effective optical depth.
In a basic sense, ACID simulatenously fits the stellar continuum and profile using a combination of LSD and MCMC techniques. The spectra are then continuum corrected using this continuum fit. LSD is then run on the continuum corrected spectra to return high-resolution line profiles for each spectrum.
Raw data
{
"_id": null,
"home_page": null,
"name": "ACID-code-v2",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.10",
"maintainer_email": null,
"keywords": "lsd, least squares deconvolution, fitting, ACID",
"author": "Lucy Dolan",
"author_email": "Benjamin Cadell <bcadell01@qub.ac.uk>",
"download_url": "https://files.pythonhosted.org/packages/85/9e/f06cc83014d4c1b01756107c5c5449c61583b55198075379381c38c42976/acid_code_v2-0.2.3.tar.gz",
"platform": null,
"description": "A.C.I.D v2 (Accurate Continuum fItting and Deconvolution)\n==============================================================\n\nACID_v2 is a fork of ACID (https://github.com/ldolan05/ACID) from the work of Lucy Dolan for her PhD. ACID_v2 improves on ACID by:\n - Updating packages and code to work with newer and stable versions of python.\n - Improving memory management so that ACID can be run on MacOS without crashes (ie extending compatibility to all POSIX systems)\n - Adding additional kwargs to ACID to tailor output, including verbosity settings, MCMC number of steps, multiprocessing switch, and more.\n\nThe mathematical functions and method remain the same as ACID and are outlined in Dolan et al. 2024 (https://academic.oup.com/mnras/article/529/3/2071/7624678).\n\nThe documentation will be kept up to date with the latest function descriptions until at least 2029.\n\nACID is a technique that builds on traditional Least-Squares Deconvolution (LSD) by simultaneously fitting the stellar continuum and stellar line profile and performing LSD in effective optical depth. \n\nIn a basic sense, ACID simulatenously fits the stellar continuum and profile using a combination of LSD and MCMC techniques. The spectra are then continuum corrected using this continuum fit. LSD is then run on the continuum corrected spectra to return high-resolution line profiles for each spectrum.\n",
"bugtrack_url": null,
"license": null,
"summary": "Returns line profiles from input spectra by fitting the stellar continuum and performing LSD",
"version": "0.2.3",
"project_urls": {
"Homepage": "https://github.com/Benjamin-Cadell/ACID"
},
"split_keywords": [
"lsd",
" least squares deconvolution",
" fitting",
" acid"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9a9b11ec14922eb69dd3b8b3af9ef53bf058dda592d12e4e9a2c70fc43e03e9c",
"md5": "7c29eeed39f7063b05b55e8754124cf7",
"sha256": "dfb01a769d720e05b470b76d035e28c9379c5761e144c6286b03753ebc81c838"
},
"downloads": -1,
"filename": "acid_code_v2-0.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7c29eeed39f7063b05b55e8754124cf7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.10",
"size": 24054,
"upload_time": "2025-10-21T10:25:45",
"upload_time_iso_8601": "2025-10-21T10:25:45.882708Z",
"url": "https://files.pythonhosted.org/packages/9a/9b/11ec14922eb69dd3b8b3af9ef53bf058dda592d12e4e9a2c70fc43e03e9c/acid_code_v2-0.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "859ef06cc83014d4c1b01756107c5c5449c61583b55198075379381c38c42976",
"md5": "1d84ffabca509fc19e363717f0c3a494",
"sha256": "d63adeb4754b6339badc9efb7ce50b0c174ff44caee23e298e912986706cbc53"
},
"downloads": -1,
"filename": "acid_code_v2-0.2.3.tar.gz",
"has_sig": false,
"md5_digest": "1d84ffabca509fc19e363717f0c3a494",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.10",
"size": 98530984,
"upload_time": "2025-10-21T10:25:48",
"upload_time_iso_8601": "2025-10-21T10:25:48.683792Z",
"url": "https://files.pythonhosted.org/packages/85/9e/f06cc83014d4c1b01756107c5c5449c61583b55198075379381c38c42976/acid_code_v2-0.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-21 10:25:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Benjamin-Cadell",
"github_project": "ACID",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "acid-code-v2"
}