.:developers:home:module

From ADPAA
Revision as of 20:55, 21 April 2022 by Ltwohey (talk | contribs) (Created page with "The short list for adding a module to ADPAA: # Write a program that outputs data in ADPAA format (bulbtemp.py) # Create a directory for the script in the appropriate subdirec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The short list for adding a module to ADPAA:

  1. Write a program that outputs data in ADPAA format (bulbtemp.py)
  2. Create a directory for the script in the appropriate subdirectory/data level (Level1, Level2, Level3, Level4) in the ADPAA src directory (*/ADPAA/src/*/) (~/CoPAS/ADPAA/src/Level3/bulbtemp/bulbtemp.py)
  3. Type svn add [directory]/[script] where what is in [brackets] is replaced by what you made in step 2 (from ~/CoPAS/ADPAA/src/Level3 I type svn add bulbtemp/bulbtemp.py)
  4. Edit the ADPAA makefile from */src/build and add install line for appropriate data level