Fast Computations
  • Everything from complex computations straight down to file creation and reading is parallelized as much as possible
  • With any reasonably sized dataset, every extra node on a cluster can make a huge impact on speed
Organized Data
  • Data is organized into hierarchial structures for maximal organization
  • Many standard scientific formats are accepted and automatically form into the Basin format
  • If complexity isn't something you need, we have our own simplified format for smaller datasets
Multi-User Sessions
  • Both the Remote and Client packages support multiple users per session
  • Information may be processed on a cluster, and share the exact copy with as many people as you want
Ever Increasing Functionality
  • Right now, there are Cosmology, Stellardynamics, Statistics, and Transformation packages for user's to perform calculations with
  • Our API allows devlopers to create their own specific packages where parallelization is taken care of
  • Currently we have powerful VisIt plotting incorporated
Suitable For Any User
  • Devlopers can take advantage of our Basin API
  • Adept users can utilize the exposed functionality in an command-line IPython session
  • Any user can make use of the graphical interface in the Client package, not only simplifies actions, but adds a new layer of tools to make the user more efficient