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.
-
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
-
If this is your first time using grunt, you need to install the grunt command line interface globally
npm install -g grunt-cli