Skip to content

Releases: iamdonovan/spymicmac

doi update

05 Jun 16:20

Choose a tag to compare

doi update Pre-release
Pre-release

Add DOI badge, link to citations page.

v0.3.0-alpha

05 Jun 15:48
378e908

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release

What's Changed

  • fix KH-9 MC preprocessing bugs/issues in #59
  • add tools for working with ames stereo pipeline for panoramic processing in #61
  • add multicam, additional registration options in #62
  • update/improve tools for processing panoramic cameras with ASP in #63
  • minor fixes in #64
  • merge twostep back to cleanup in #66
  • version 0.3.0-alpha update in #67

Full Changelog: v0.2.3-alpha...v0.3.0-alpha

v0.2.3-alpha

18 Jun 22:09
9057c3e

Choose a tag to compare

v0.2.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.2...v0.2.3-alpha

v0.2.2

18 Jun 22:01
e1023ef

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

19 Oct 11:27
ec16355

Choose a tag to compare

The main change from v0.2.0 to v0.2.1 is the switch from register_ortho to register_relative to use the DEM to find control points by default instead of the ortho image, as described by #33.

There are a number of smaller changes, copied from the PR here:

environment.yml:

  • limit scikit-image version to <0.20.0, as pybob is not compatible with these changes (and is unlikely to be updated, in light of #32 )

documentation:

  • replace links to register_ortho with links to register_relative
  • update usage examples for register_relative
  • correct the table of fiducial marker locations for the Fairchild F224

spymicmac.data:

  • move a number of functions to internal use
  • add functions for downloading Arctic DEM mosaics based on intersection with image footprints
  • creates a data directory, {sys.prefix}/share/spymicmac, for downloading metadata and other necessary files
  • save footprints to Footprints.gpkg once downloaded from USGS

spymicmac.image:

  • tweak get_rough_frame to better handle imperfect scans

spymicmac.matching:

  • add a number of functions for finding fiducial markers in aerial photographs
  • correct an error in get_dense_keypoints that allows it to be used without a mask

spymicmac.micmac:

  • correct an error in calling subprocess.Popen on Windows machines (#37)
  • add create_measurescamera_xml for creating a MeasuresCamera.xml file from a csv of fiducial marker locations
  • allow more flexibility in how images are passed to block_malt
  • call mosaic_micmac_tiles from block_malt by default
  • update bascule and campari to use 1/4 pixel size for GCP error estimation
  • add a function, init_git, which initializes an empty git repository in the current directory, with a .gitignore file, to help with version control of orientation and calibration files.

spymicmac.register:

  • move a number of functions to internal use
  • change register_ortho to register_relative

spymicmac.resample:

  • correct error in rotate_kh4 and resample_kh4

spymicmac.tools:

  • add a "filter" step to preprocess_kh9 to run images through a 1-sigma gaussian filter before resampling
  • rename register_ortho to register_relative
  • add nproc argument to remove_crosses

v0.2.0

28 Apr 20:20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

Initial release (v0.1)

21 Jun 19:55

Choose a tag to compare

This is the first release for sPyMicMac. Full documentation about features and use can be found via readthedocs.