Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Customising IBL Reconstruction | ||||||||
Line: 6 to 6 | ||||||||
Overview | ||||||||
Changed: | ||||||||
< < | To make a custom reconstruction you will need appropriate gear , config , and steering files. If possible, ask the author or someone who might know where to get these files as it is much easier to edit working code than to invent your own. | |||||||
> > | To make a custom reconstruction you will need appropriate gear , config , and steering files. If possible, ask the author or someone who might know where to get these files as it is much easier to edit working code than to invent your own. PS git is a useful cool repository tool. | |||||||
The gear file defines the positions and orientation of the devices present: Mimosas and devices under test (DUTs). The config file sets the essential variable values which the reconstruction code will need to find and write files and run the code successfully. The main part of the of the reconstruction comes in calling the appropriate sub-routines via the steering files. | ||||||||
Line: 224 to 224 | ||||||||
When these are edited, the code must be recompiled in the ../external/eudaq/tags/v01-00-00/main directory (using make ) and in the ../vXX-YY-ZZ/Eutelescope/vxx-yy-zz/build/ directory (using make install , NB the extra.potion this time).This way all the relevant executables are updated. | ||||||||
Added: | ||||||||
> > | Git repository (very) basics (just added sketch, needs proper home)To update a git repository with your customised code follow these instructions: assumed cloned version... * set git directory (git init )
* clone remote repository (git clone )
make changes...
* edit appropriate branch
* add changes to staging area (git add )
* commit changes to branch on local repository (git commit ... -m "COMMENT" )
* push to remote repository (git push )
upload for later...
* fetch from remote repository (git fetch )
* merge new changes (git merge ) | |||||||
-- KennyWraight - 2013-06-11
|