Skip to content

Commit

Permalink
mention strun package name usage in docs (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Dec 4, 2024
2 parents 573d961 + 814815f commit fa457d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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

0 comments on commit fa457d9

Please sign in to comment.