https://github.com/benjaminpope/halospec
Halo photometry for JWST Spectroscopy
https://github.com/benjaminpope/halospec
asteroids jwst spectroscopy
Last synced: 3 months ago
JSON representation
Halo photometry for JWST Spectroscopy
- Host: GitHub
- URL: https://github.com/benjaminpope/halospec
- Owner: benjaminpope
- License: mit
- Created: 2023-02-10T03:28:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T07:52:01.000Z (almost 2 years ago)
- Last Synced: 2025-12-15T07:55:59.780Z (6 months ago)
- Topics: asteroids, jwst, spectroscopy
- Language: Jupyter Notebook
- Homepage: https://benjaminpope.github.io/halospec
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# halospec
[](https://badge.fury.io/py/halospec)
[](https://opensource.org/licenses/MIT)
[](https://github.com/benjaminpope/halospec/actions/workflows/tests.yml)
Halo Spectroscopy for JWST
Contributors: [Benjamin Pope](https://github.com/benjaminpope)
## What is halospec?
halospec - currently a placeholder - is a repository and package for halo spectroscopy of saturated sources in JWST/MIRI, using [jax](https://github.com/google/jax) to implement Total Variation minimization (TV-min) by gradient descent. This is an evolution of the idea of halo photometry as implemented in [halophot](https://github.com/hvidy/halophot) for K2.
## Installation
halospec is hosted on PyPI (though this is currently a placeholder): the easiest way to install this is with
```
pip install halospec
```
You can also build from source. To do so, clone the git repo, enter the directory, and run
```
pip install .
```
We encourage the creation of a virtual enironment to run halospec to prevent software conflicts as we keep the software up to date with the lastest version of the core packages.
## Use & Documentation
Documentation will be found [here](https://benjaminpope.github.io/halospec/), though this is currently a placeholder.
## Collaboration & Development
We are always looking to collaborate and further develop this software! We have focused on flexibility and ease of development, so if you have a project you want to use halospec for, but it currently does not have the required capabilities, don't hesitate to [email me](b.pope@uq.edu.au) and we can discuss how to implement and merge it! Similarly you can take a look at the `CONTRIBUTING.md` file.