Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audibleblink/astrotools
Makefile utils for processing Astrophotography data.
https://github.com/audibleblink/astrotools
astrophotography
Last synced: about 1 month ago
JSON representation
Makefile utils for processing Astrophotography data.
- Host: GitHub
- URL: https://github.com/audibleblink/astrotools
- Owner: audibleblink
- Created: 2023-01-23T03:26:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T20:45:07.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:30:25.945Z (8 months ago)
- Topics: astrophotography
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# astrotools
Makefile utils for processing Astrophotography data.
## Requirements
- Siril-CLI
- Starnet++
- ImageMagick```sh
❯❯ makeinit Create a new workspace
clean Delete Siril artifacts. Ex: *.tif|*.fit and scratch dirs
purge Delete everything except the makefile and readme
import Copy ASIAIR data from $DATA to ${dirs}
archive Archive fit/psd files as ./YYYY.MM.DD_$OBJ.tar.zst
%.starless.tif Create a starless image from $*.tif
%.stars.tif Create stars and mask tifs from $*
%.tif Convert $*.fit into a 16-bit TIFF
```- `%.stars.tif` has a pre-req that installs imagemagick
- `%.starless.tif` has a pre-req that installs starnet++
- `import` requires $OBJ, which is the photographed object directory under $DATA/lights
- `%.tif` requires `siril-cli` be in `$PATH`