Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Irving
given-names: Zackery
given-names: Zackery A.
orcid: https://orcid.org/0009-0006-0951-3429
title: "opticam_new"
version: 0.1.0
version: 0.2.3
identifiers:
# - type: doi
# value: 10.5281/zenodo.1234
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pip install .

### Requirements

All of `opticam_new`'s dependencies are available as Python packages via your preferred package manager, and should be handled automatically via `pip`. However, in the unlikely event that the `pip` installation breaks any dependencies, a full copy of the environment I use for development is available as a [dependencies.yml](dependencies.yml) file.
All of `opticam_new`'s dependencies are available as Python packages via your preferred package manager, and should be handled automatically via `pip`. If you would prefer to install the dependencies using conda, you can should use provided [YAML file](environment.yml) to create your environment before `pip`-installing `opticam_new`.

## Getting Started

Documentation for `opticam_new` is available on [Read the Docs](https://opticam-new.readthedocs.io/en/latest/index.html). To get started, I recommend checking out the [basic usage](https://opticam-new.readthedocs.io/en/latest/tutorials/reduction.html) tutorial.
Documentation for `opticam_new` is available on [Read the Docs](https://opticam-new.readthedocs.io/en/latest/index.html). To get started, I recommend checking out the [reduction tutorial](https://opticam-new.readthedocs.io/en/latest/tutorials/reduction.html).
333 changes: 0 additions & 333 deletions dependencies.yml

This file was deleted.

17 changes: 17 additions & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: opticam
channels:
- conda-forge
dependencies:
- astroalign=2.6.0
- astropy=6.1.4
- ccdproc=2.4.2
- matplotlib=3.9.2
- numpy=2.1.3
- pandas=2.2.3
- photutils=2.0.2
- pillow=11.0.0
- scikit-image=0.24.0
- scipy=1.14.1
- stingray=2.2.6
- tqdm=4.66.4
prefix: /home/zac/miniforge3/envs/opticam
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "opticam_new"
version = "0.2.2"
version = "0.2.3"
description = "A Python package for reducing OPTICAM data."
readme = "README.md"
authors = [
Expand Down