Skip to content

Commit

Permalink
depipx
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jan 31, 2025
1 parent cc5bcc9 commit c8b2e78
Show file tree
Hide file tree
Showing 3 changed files with 719 additions and 265 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ jobs:
scamp -v
sex -v
solve-field --version
pip install --upgrade pip
python3 -m pip install --user pipx
python -m pipx install poetry
pip install --upgrade pip poetry
poetry install --with dev
# Set up astrometry.net
Expand Down
2 changes: 1 addition & 1 deletion mirar/processors/astrometry/anet/anet.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run_astrometry_net_single(
f"solve-field {img_path} "
f"--dir {output_dir} "
f"--new-fits {newname} "
f"--overwrite -vvv"
f"--overwrite "
f"--out {basename} " # use this base name for outputs (instead of 'temp_...')
)

Expand Down
Loading

0 comments on commit c8b2e78

Please sign in to comment.