IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 36 and Version 37 of glga_manual


Ignore:
Timestamp:
Aug 20, 2016, 9:03:25 PM (10 years ago)
Author:
ehsan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • glga_manual

    v36 v37  
    88Before launching the program in IDL:
    99
    10  1. Set the following environment variable to point at the address where all the codes saved.
    11 {{{
    12 export IDL_GLGAPRO='~/PanStarrs/glga/glgapro/'
    13 }}}
    14 
    15 This is what I have in "glgapro" folder:
     10 1. Set the following environment variable to point at the address where '''GLGA''' codes are stored.
     11{{{
     12export IDL_GLGAPRO='$HOME/PanStarrs/glgapro/'
     13}}}
     14
     15This is what you may have in "glgapro" folder:
    1616
    1717{{{
     
    1919 * bin          > binary files
    2020 * coyote
    21  * dust
     21 * cpp          > C programs (compiled binary files in bin folder)
     22 * dust         > necessary files to calculate extinction
    2223 * extra
    23  * documents
     24 * documents    > dcumentations and manual
    2425 * idlpro       > all glga IDL clodes
    2526 * plot 
     
    5455}}}
    5556
    56 4. Make sure you have "awk", "ds9" and "SExtractor' already installed to be able to use all the features of the program.
     574. Make sure you have '''awk''', '''ds9''' and '''SExtractor''' already installed to be able to use all the features of the program.
    5758
    58595. In order to use "Python" features, you need to have the following python libraries. Other libraries may have been also used.
     
    6768 - PIL
    6869}}}
     70
     716. Most often the provided executable files in ''bin'' folder should work on Linux systems. However you can recompile them in other systems. In '''glgapro''' folder, where ''Makefile'' exists, run the following command to regenerate executable binary files.
     72{{{
     73$ make all
     74}}}
     75
     76You need to have `cfitsio` installed before running making binary files. `cfitsio` is a C libaray to interact with fits files in C/C++ programs.
     77
     78To remove all binary files in the ''bin'' folder, you can use the following command. Be advised, this removes everything in ''bin'' folder. Please use it wisely.
     79{{{
     80$ make clean
     81}}}
     82
     83
    6984
    7085[[Image(stv_masking.jpg)]][[br]]