knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

HybridGIS

The HybridGIS project contains functions, analysis scripts and data for the NOSAMS hybrid gas ion source.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("blongworth/hgis")

Running make will download the NOSAMS results files if a connection to the NOSAMS file server is available. This currently uses an absolute path to the server of /mnt/shared/USAMS/Results. This should be converted to a URL, but until then, modify RES_DIR in Makefile to match it's location on your system. make will eventually run the analysis scripts as well.

Functions

Loading the package loads functions for flow calculation, efficiency, data import, data reduction and plotting.

library(HybridGIS)

Project Summary

The information below summarizes the operating parameters, development, and questions for the hybrid gas ion source on USAMS.


Presentations

Slides for a presentation given at SNEAP 2021:

SNEAP 2021 Presentation



blongworth/HybridGIS documentation built on Dec. 19, 2021, 10:41 a.m.