Welcome to GHOST
(Green House Observations of the Startosphere and Troposphere)
The on-going development is logged in the GhostInstrumentLogPages
If you want to use GHOST, see the GhostInstrumentHelpPages
Quick Links
Third party software
- Redis http://redis.io/
- Redis-py https://github.com/andymccurdy/redis-py
- netCDF http://www.unidata.ucar.edu/software/netcdf/
- IWG-1 https://www.eol.ucar.edu/raf/Software/iwgadts/IWG1_Def.html
GHOST
- GHOST Software manual
- GHOST Commission & Test Flight Plan
- GHOST_Communications_and_Operation
- GHOST Livelink project
- GHOST HQ
SVN Usage
Typical use case
None of this is compulsory, it's just a fairly complete example of how things work;
- Check out the software to a local working directory
svn co https://forge.roe.ac.uk/svn/GHOST ./GHOST-temp
- Add a directory
cd GHOST-temp/tests/redis (now in GHOST-temp/tests/redis directory) mkdir DataStore02 cd DataStore02 (now in GHOST-temp/tests/redis/DataStore02 directory)
- Add some files
echo "A test of netCDF storage for GHSOT array data" >> readme.txt
- Now tell SVN about the new directories and files
cd .. (now in GHOST-temp/tests/redis directory) svn add DataStore02
- Now commit your changes (files get written to SVN here)
cd ../.. (now in GHOST-temp directory) svn commit
Globalhawk, NASA etc
Wiki,Subversion etc
- WikiIntro - The basic introduction to this Wiki system
For a complete list of local wiki pages, see TitleIndex.
Last modified
9 years ago
Last modified on Nov 20, 2014 11:23:48 AM
Attachments (1)
-
Gimbal test.docx
(18.5 KB
) - added by 9 years ago.
gimbal test howto note
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.