Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorStoneAstro committed Aug 15, 2024
1 parent 5a128a2 commit 66580fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Here is the forced photometry file just make sure to save it as a ``.py`` file::
ap_isoclip = True
ap_forcing_profile = "testimage.prof"

To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/test/test_ESO479-G1_r.fits>`_.
To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/tests/ESO479-G1_r.fits>`_.

Batch Forced Photometry
-----------------------
Expand Down Expand Up @@ -251,4 +251,4 @@ It's possible to incorporate descision trees into the AutoProf pipeline. This is
],
}

To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/test/test_ESO479-G1_r.fits>`_.
To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/tests/ESO479-G1_r.fits>`_.
4 changes: 2 additions & 2 deletions docs/pipelinemanipulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ of pixels within a flux range.
ap_mycountrange_low = 0.2
ap_mycountrange_high = 0.3
To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/test/test_ESO479-G1_r.fits>`_.
To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/tests/ESO479-G1_r.fits>`_.

Example Tree Pipeline
---------------------
Expand Down Expand Up @@ -273,4 +273,4 @@ pipeline based on the results of previous steps.
],
}
To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/test/test_ESO479-G1_r.fits>`_.
To try out this pipeline, download the `test file <https://github.com/Autostronomy/AutoProf/raw/main/tests/ESO479-G1_r.fits>`_.

0 comments on commit 66580fc

Please sign in to comment.