Skip to content
Snippets Groups Projects
  1. Feb 22, 2025
  2. Jan 17, 2025
  3. Nov 15, 2024
  4. Oct 28, 2024
    • Trent Hare's avatar
      Update to isd_generate.py to allow for a NAIF radius override (#486) · 396524c2
      Trent Hare authored
      * Update to isd_generate.py to allow for a NAIF radius override
      
      Based on this RFC, we want to change our Mars pipeline to use a sphere. https://astrodiscuss.usgs.gov/t/appl-rfc-use-iau-sphere-for-hirise-dtm-projects-in-socet-set/428
      
      
      
      Currently ALE uses the Mars elliptical defaults from the NAIF kernels. This update allows the user to override the kernels and set a spherical radius for both semimajor and semiminor in the ISD.
      
      This is not only needed for Mars. For triaxial bodies, the IAU recommends a best-fit sphere should also be set for map products. References (DOI) are listed in the updated help for the current IAU values.
      
      * remove extra file write if new radius is sent
      
      * update to allow ellipse, minor help update
      
      Add --semimajor and --semiminor parameters. I tried nargs="+" for --radius but fought for too long with argparse to do all the checking (like checking it is float). I am fine with these options but happy to hear better ways to use argparse.
      
      * Update isd_generate.py (#619)
      
      add in PROJ like options for radius names ("-a", "-r", "--radius", "-b")
      
      * Radius update with changes to address original PR and review comments (#620)
      
      * Update isd_generate.py
      
      add in PROJ like options for radius names ("-a", "-r", "--radius", "-b")
      
      * Update isd_generate.py
      
      updated required statement for --semimajor to catch if only --semiminor or -b is sent. Request that radius is sent in meters and updated some typos.
      
      ---------
      
      Co-authored-by: default avatarAustin Sanders <arsanders@usgs.gov>
      
      ---------
      
      Co-authored-by: default avatarAustin Sanders <arsanders@usgs.gov>
      Unverified
      396524c2
  5. Sep 23, 2024
  6. Sep 18, 2024
  7. Sep 17, 2024
  8. Sep 16, 2024
  9. Sep 11, 2024
  10. Jun 13, 2024
    • Austin Sanders's avatar
      M3 PDS3 NaifSpice Driver (#608) · 0ba7b24e
      Austin Sanders authored
      * Chandrayaan m3 PDS3 NaifSpice Driver and tests
      
      * Chandrayaan 1 M3 PDS test data
      
      * Removed incorrect docstring return information
      
      * renamed LBL to lbl for case-sensitive OS
      
      * Updated docstrings
      Unverified
      0ba7b24e
  11. Jun 04, 2024
    • Jacob Cain's avatar
      Fix disabled tests (#605) · ee492255
      Jacob Cain authored
      * juno drivers test naif kwds
      
      * hayabusa driver tests
      
      * added remaining odyssey tests
      
      * renamed tests to match drivers (themis -> ody)
      Unverified
      ee492255
    • Amy Stamile's avatar
      Adds ISD Compression (#606) · f754b5f4
      Amy Stamile authored
      * isd compression
      
      * added docs
      
      * Added changelog
      
      * addressed PR feedback
      
      * Adds compress option to isd_generate
      
      * updated changelog
      
      * fixed typo
      
      * add decompress instructions
      
      * compress_json to take in json data instead of file
      Unverified
      f754b5f4
  12. Mar 13, 2024
    • Amy Stamile's avatar
      Ody Driver Fixes (#582) · 62f76886
      Amy Stamile authored
      * Updates to et times
      
      * fixed tests
      
      * ThemisVIR updates
      
      * Adds band time offset
      
      * ephemeris_stop_time updates
      
      * fix stop time
      
      * time fixes and docs
      
      * added changelog entry
      Unverified
      62f76886
  13. Mar 08, 2024
  14. Mar 07, 2024
    • acpaquette's avatar
      Lro Wac fix (#595) · e891c679
      acpaquette authored
      * Set LRO WAC ephemeris times equal to the ISIS times
      
      * Initial addition for lro wac load test
      
      Further edits to the lro wac ephemeris times
      
      Update lro wac load test
      
      Refined sliced kernels to be much smaller
      
      * Moved frame number fix from type sensorinto concrete driver
      
      * added changelog entry
      
      * Updated lro test
      
      * Fixed other lro wac tests
      Unverified
      e891c679
    • acpaquette's avatar
      Enable haybusa2 ONC IsisLabelNaifSpice driver (#596) · 025cea7e
      acpaquette authored
      * Enable haybusa2 ONC IsisLabelNaifSpice driver
      
      * Added changelog entry
      Unverified
      025cea7e
  15. Mar 06, 2024
  16. Mar 05, 2024
    • acpaquette's avatar
      Fixes MSI IsisLabelNaifSpice driver and adds tests (#598) · 1e3fdeae
      acpaquette authored
      * msi ephemeris time fix
      
      * Fixed spacing on math for center_ephemeris_time
      
      * Updated MSI driver and added tests
      
      * Enabled MSI driver
      
      * Added test kernels for MSI
      
      * Update sensor model version to 2
      
      * Fixed truth camera version
      Unverified
      1e3fdeae
    • acpaquette's avatar
      Small fixes (#583) · 54c3e7be
      acpaquette authored
      * Added missing camera version to lorri driver
      
      * Minor fixes for ores drivers
      
      * Minor fixes for viking drivers
      
      * Cleaned up msi imports
      
      * Removed drivers from disabled list that no longer need to be disabled
      
      * Reverted enabling drivers for another PR
      
      * Fixed orex tests
      
      * Added changelog entries
      
      * Added missing property tests for new horizons and viking
      
      * Updated viking load tests failing to compare focal lengths
      
      * Moved changelog entries to correct place
      
      * Fixed small changelog typo
      Unverified
      54c3e7be
  17. Mar 04, 2024
    • acpaquette's avatar
      Lo fix (#593) · 6618a199
      acpaquette authored
      * Fixed abberation correction setting in lo driver
      
      * Updated doc string
      
      * Updated tests to reflect driver changes
      
      * Added changelog entry
      Unverified
      6618a199
  18. Mar 01, 2024
  19. Feb 29, 2024
  20. Feb 26, 2024
  21. Feb 21, 2024
  22. Jan 16, 2024
  23. Jan 08, 2024
  24. Dec 14, 2023
    • Amy Stamile's avatar
      DawnVIR Driver (#566) · a7d8a148
      Amy Stamile authored
      
      * Draft DawnVIR driver
      
      * Adds interpolate and framechain updates
      
      * fixes line scan rate
      
      * Fixed FrameChain
      
      * updated gitignore
      
      * Fixed Body Rotation
      
      * fixed rebase deletion
      
      * added tests
      
      * failing tests - no alespiceroot
      
      * fix tests
      
      * Initial fixes for dawn virs
      
      * Fixed tests
      
      * addressed PR feedback
      
      * Fixed dawn vir isd
      
      ---------
      
      Co-authored-by: default avataracpaquette <acp263@nau.edu>
      Unverified
      a7d8a148
  25. Dec 04, 2023
    • Oleg Alexandrov's avatar
      Fixes for MSL (#580) · 5124f92b
      Oleg Alexandrov authored
      * Some potential fixes for MSL
      
      Post-conflict fixes
      
      More conflict merging
      
      More reconciliation with recent ale
      
      More reconciliation
      
      Fix for pixel size
      
      * Bugfix for focal length lookup for nav cam
      
      * Make some MSL tests pass
      
      Undo some tests
      
      * Fix for nadir mode with MSL cameras
      
      * Spellcheck
      
      * Add changelog note for MSL
      
      * CHANGELOG: Spell
      
      * Move changelog note
      Unverified
      5124f92b
  26. Nov 20, 2023
  27. Nov 08, 2023
  28. Nov 07, 2023
Loading