Code navigation - mostanes/umbrella2 GitHub Wiki

Umbrella2 is currently composed of 9 parts:

  • UmbrellaSharedBase, which contains the core definitions for Umbrella2
  • UmbrellaFitsIo, which contains the FITS I/O library
  • UmbrellaAlgorithmsFramework, which contains definitions for detections, the algorithms scheduler and other commonly useful data for image processing algorithms
  • Umbrella2.Algorithms.Detections, which provides algorithms for managing detections as well as the blob detector
  • Umbrella2.Algorithms.Images, which provides algorithms for enhancing images and the long trail detector
  • UmbrellaPortableNumerical, a high-performance library implementing numerical algorithms for image processing
  • UmbrellaPipelineExtraIO, which provides bindings for the external API; currently implementing the SkyBoT and VizieR APIs
  • Umbrella2.Pipeline.EIOAlgorithms, which provides algorithms for the common usage patterns of the external APIs
  • UmbrellaWinformsVisualizer, which provides a WinForms mechanism for viewing FITS image data, objects and tracklets and their associated properties