= 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 === * [https://livelink.roe.ac.uk/Livelink/livelink.exe?func=ll&objId=9268764&objAction=Open&nexturl=%2FLivelink%2Flivelink%2Eexe%3Ffunc%3Dll%26objId%3D9059344%26objAction%3Dbrowse%26viewType%3D1 GHOST Software manual] * [https://livelink.roe.ac.uk/Livelink/livelink.exe?func=ll&objId=9195451&objAction=Open&nexturl=%2FLivelink%2Flivelink%2Eexe%3Ffunc%3Dll%26objId%3D9191573%26objAction%3Dbrowse%26viewType%3D1 GHOST Commission & Test Flight Plan] * [https://livelink.roe.ac.uk/Livelink/livelink.exe?func=ll&objId=9282300&objAction=Open&nexturl=%2FLivelink%2Flivelink%2Eexe%3Ffunc%3Dll%26objId%3D9191573%26objAction%3Dbrowse%26viewType%3D1 GHOST_Communications_and_Operation] * [https://livelink.roe.ac.uk/Livelink/livelink.exe/Open/8853135 GHOST Livelink project] * [https://sites.google.com/site/ghostinstrument/ GHOST HQ] == SVN Usage == === Typical use case === None of this is compulsory, it's just a fairly complete example of how things work; 1. Check out the software to a local working directory {{{ svn co https://forge.roe.ac.uk/svn/GHOST ./GHOST-temp }}} 2. 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) }}} 3. Add some files {{{ echo "A test of netCDF storage for GHSOT array data" >> readme.txt }}} 4. Now tell SVN about the new directories and files {{{ cd .. (now in GHOST-temp/tests/redis directory) svn add DataStore02 }}} 5. 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.