IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3812


Ignore:
Timestamp:
Apr 29, 2005, 9:33:13 AM (21 years ago)
Author:
rhl
Message:

Updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/INSTALL

    r3792 r3812  
     1To 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
     9To use the code, you'll have to source some script such as:
     10
     11export PYTHONPATH=$HOME/Python:$HOME/Pan-STARRS/Pois/python:$HOME/Pan-STARRS/Pois/swig:$HOME/JHB/Tree/lib
     12jhbin=$HOME/JHB/Tree/bin
     13export PATH=$jhbin:$(echo $PATH | perl -pe "s|$jhbin||")
     14hash -r
     15unset jhbin
     16
     17-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
     18
     19To be able to display images, ensure that ds9 and xpans are in your path (xpans
     20is a utility used to communicate with ds9)
     21
     22-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
     23
     24When 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.