Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mention strun package name usage in docs #1476

Merged
merged 3 commits into from
Dec 4, 2024
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
1 change: 1 addition & 0 deletions changes/1476.docs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mention possible need to provide package name to strun when using aliases.
7 changes: 7 additions & 0 deletions docs/roman/pipeline_run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ The mosaic level pipeline also has an alias, ``roman_mos``, and can be run as

$ strun roman_mos r0008308002010007027_asn.json

.. note::

When using an **alias** with strun (for example ``strun resample``) you may
need to provide the ``romancal`` package name if you have other packages installed
that also use the same **alias**. The package name is provided prior to the
**alias** separated by ``::`` (for example ``strun romancal::resample``).


Exit Status
```````````
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ dependencies = [
"scipy >=1.11",
# "stcal>=1.10.0,<1.11.0",
"stcal @ git+https://github.com/spacetelescope/stcal.git@main",
"stpipe >=0.7.0,<0.8.0",
# "stpipe @ git+https://github.com/spacetelescope/stpipe.git@main",
# "stpipe >=0.7.0,<0.8.0",
"stpipe @ git+https://github.com/spacetelescope/stpipe.git@main",
"tweakwcs >=0.8.8",
"spherical-geometry >= 1.2.22",
"stsci.imagestats >= 1.6.3",
Expand Down
Loading