Changes between Version 36 and Version 37 of glga_manual
- Timestamp:
- Aug 20, 2016, 9:03:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
glga_manual
v36 v37 8 8 Before launching the program in IDL: 9 9 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 Ihave in "glgapro" folder:10 1. Set the following environment variable to point at the address where '''GLGA''' codes are stored. 11 {{{ 12 export IDL_GLGAPRO='$HOME/PanStarrs/glgapro/' 13 }}} 14 15 This is what you may have in "glgapro" folder: 16 16 17 17 {{{ … … 19 19 * bin > binary files 20 20 * coyote 21 * dust 21 * cpp > C programs (compiled binary files in bin folder) 22 * dust > necessary files to calculate extinction 22 23 * extra 23 * documents 24 * documents > dcumentations and manual 24 25 * idlpro > all glga IDL clodes 25 26 * plot … … 54 55 }}} 55 56 56 4. Make sure you have "awk", "ds9" and "SExtractor' already installed to be able to use all the features of the program.57 4. Make sure you have '''awk''', '''ds9''' and '''SExtractor''' already installed to be able to use all the features of the program. 57 58 58 59 5. In order to use "Python" features, you need to have the following python libraries. Other libraries may have been also used. … … 67 68 - PIL 68 69 }}} 70 71 6. 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 76 You 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 78 To 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 69 84 70 85 [[Image(stv_masking.jpg)]][[br]]
