geomag-baseline-calculator
v1.0.2
Published
Web application for computing geomagnetic baseline values
Downloads
65
Maintainers
Readme
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
Use git to clone geomag-baseline-calculator from git repository
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
.Preview in a browser
grunt
On windows,
gateway
has trouble resolving default documents so you may need to change the opened url tohttp://localhost:8080/index.php
To view the application go to
http://localhost:8080/observation.php
Having trouble getting started?
If this is your first time using grunt, you need to install the grunt command line interface globally
npm install -g grunt-cli