Metadata-Version: 2.4
Name: sjmm_util
Version: 0.2.2
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: reproject
Requires-Dist: scipy
Requires-Dist: scikit-image
Dynamic: license-file

## sjmm_util

A collection of misc functions developed to make certain data analysis, plotting, and fitting tasks easier.

## modules:

- `line_utils`: codes for analyzing millimeter lines, converting frequencies, etc.
- `scuba2_utils`: codes for working with reduced, matched-filtered SCUBA-2 data. Credit to Li-Yen Hsu for the original versions, which I've adapted.
- `config`: my (evolving) personal config / matplotlib style sheet, etc.
- `general_utils`: everything else!

These are mainly for my own use, but if you find them useful, feel free to leave a comment on the Github page. Some of them are accessible in their own repositories (e.g., scuba2), since I've moved away from a single utility package over time. But I try to keep everything updated for consistency.

Author: S. McKay, 2025
