Skip to content

Enter Geomagnetic absolute measurements to calculate baselines to be applied to raw magnetometer data

License

Notifications You must be signed in to change notification settings

emcwhirter-usgs/geomag-baseline-calculator

 
 

Repository files navigation

geomag-baseline-calculator

Enter Geomagnetic absolute measurements to calculate baselines to be applied to raw magnetometer data. Finalize and publish the calibration points for use in magnetic data processing software.

Getting Started

  1. Use git to clone geomag-baseline-calculator from git repository

  2. Install needed dependencies and run them

  3. Set up your environment and database

    ./src/lib/pre-install (Unix) php src/lib/pre-install.php (Windows)

    If you're not sure what to do, pick

    [3] Re-configure using default configuration as defaults.

    Leave all options at their defaults except for

    Would you like to set up the absolutes database at this time [N],

    to which you should answer Y.

  4. Preview in a browser

    grunt

    On windows, gateway has trouble resolving default documents so you may need to change the opened url to

    http://localhost:8080/index.php

    To view the application go to

    http://localhost:8080/observation.php

Having trouble getting started?

  1. If this is your first time using grunt, you need to install the grunt command line interface globally

    npm install -g grunt-cli

Dependency install details

About

Enter Geomagnetic absolute measurements to calculate baselines to be applied to raw magnetometer data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • PHP 29.3%
  • CSS 1.8%
  • Other 1.1%