Skip to content

Commit

Permalink
Merge pull request #358 from mfixstsci/release-0.24.0
Browse files Browse the repository at this point in the history
Update pysiaf with PRDOPSSOC-068
  • Loading branch information
Witchblade101 authored Nov 25, 2024
2 parents b386490 + 68f8c45 commit 95628f9
Show file tree
Hide file tree
Showing 13 changed files with 94,944 additions and 57 deletions.
7 changes: 1 addition & 6 deletions pysiaf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
# Configure logging
logger = logging.getLogger(__name__)

from pkg_resources import get_distribution, DistributionNotFound
try:
__version__ = get_distribution(__name__).version
except DistributionNotFound:
# package is not installed
__version__ = 'unknown'
from .version import __version__

from .aperture import Aperture, HstAperture, JwstAperture, RomanAperture
from .constants import JWST_PRD_VERSION, JWST_PRD_DATA_ROOT, JWST_PRD_DATA_ROOT_EXCEL, HST_PRD_VERSION, \
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<SiafEntries>
<!--Generated 2024-10-18T15:11:26.317 utc-->
<!--by tsohn-->
<!--pysiaf version 0.23.4.dev10+g39813ee.d20241018-->
<!--Generated 2024-10-21T15:02:22.478 utc-->
<!--by dlong-->
<!--pysiaf version 0.13.1.dev357+gb386490.d20241021-->
<SiafEntry>
<InstrName>FGS</InstrName>
<AperName>FGS1_FULL_OSS</AperName>
Expand Down
Loading

0 comments on commit 95628f9

Please sign in to comment.