Changeset 3812
- Timestamp:
- Apr 29, 2005, 9:33:13 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/INSTALL
r3792 r3812 1 To build from scratch: 2 3 ./autogen.sh --prefix=/Users/rhl/JHB/Tree 4 5 (or wherever you requested jhbuild to install things) 6 7 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 8 9 To use the code, you'll have to source some script such as: 10 11 export PYTHONPATH=$HOME/Python:$HOME/Pan-STARRS/Pois/python:$HOME/Pan-STARRS/Pois/swig:$HOME/JHB/Tree/lib 12 jhbin=$HOME/JHB/Tree/bin 13 export PATH=$jhbin:$(echo $PATH | perl -pe "s|$jhbin||") 14 hash -r 15 unset jhbin 16 17 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 18 19 To be able to display images, ensure that ds9 and xpans are in your path (xpans 20 is a utility used to communicate with ds9) 21 22 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 23 24 When all is setup, say: 25 26 $ python 27 >>> import pois 28 >>> help(pois.run) 29 >>> pois.run(fileDir="data", verbose=3, display={'stamps':1, 'reference':1, 'subtracted':1})
Note:
See TracChangeset
for help on using the changeset viewer.
