added ppf directory structure README
authorMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 09:04:20 +0000 (12:04 +0300)
committerMarius Sandu-Popa <sandupopamarius@gmail.com>
Sat, 10 Apr 2010 09:04:32 +0000 (12:04 +0300)
ppf/README [new file with mode: 0644]

diff --git a/ppf/README b/ppf/README
new file mode 100644 (file)
index 0000000..242f2c6
--- /dev/null
@@ -0,0 +1,28 @@
+Directory Contents:
+
+db/                                    - P2P-Next Database Helper Objects 
+       db-init                         - create P2P-Next Logging Database script; 
+                                         uses sql/p2p-log-sqlite.sql script
+       DatabaseAccess.py               - 
+       DatabaseCommander.py            - 
+       DatabaseWriter.py               -
+       julian.py                       -
+       sidereal.py                     -
+       
+
+sql/                                   - SQLite database scripts
+       p2p-log-sqlite.sql              - create SQLite database script
+
+
+extra/                                 -
+       
+log-parser/                            -
+
+log-samples/                           -
+
+viewer/                                        -
+       p2p-nextviewer.py               - P2P-Next GUI
+       DbObjects.py                    - P2P-Next Database Objects used by GUI 
+       mpleditor.py                    - matplotlib editor used by GUI
+       config.py                       - global variables for GUI
+       run_viewer                      - shell script for running the GUI