Changeset 25
- Timestamp:
- 06/26/10 16:41:41 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 deleted
- 8 edited
-
TOOLS/AMRslice.pro (modified) (1 diff)
-
TOOLS/SAV (deleted)
-
TOOLS/construct_interpolated_slice_data.pro (modified) (1 diff)
-
TOOLS/jacques.pro (modified) (1 diff)
-
TOOLS/pre_compile.com (modified) (2 diffs)
-
TOOLS/projection_with_absorption/krumholz/read_moltab.pro (modified) (1 diff)
-
TOOLS/tools.com (modified) (1 diff)
-
first.com (modified) (1 diff)
-
install (modified) (1 diff)
-
jacques.sav (added)
-
start-vm.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/AMRslice.pro
r23 r25 1027 1027 'HELP': BEGIN 1028 1028 If Verbose Then Print, 'Event for HELP' 1029 print, 'Sorry no HELP available yet ...' 1030 print, 'check out, the README, WHATS_NEW, and TODO files' 1029 ; online_help, 1030 ; BOOK='http://jacques.enzotools.org/doc/Jacques/Jacques.html' 1031 spawn, ' open http://jacques.enzotools.org/doc/Jacques/Jacques.html' 1032 print, 'go to: http://jacques.enzotools.org/doc/Jacques/Jacques.html' 1033 print, 'for help and check out, the README, WHATS_NEW, and TODO files' 1031 1034 print, 'in the distribution for more information.' 1032 1035 END 1033 1036 'About': BEGIN 1034 1037 dum = STRARR(5) 1035 dum(0) = "Ja ques is enzo's best friend"1038 dum(0) = "Jacques is enzo's best friend" 1036 1039 dum(1) = "Author: Tom Abel 1998-" 1037 dum(2) = "Ja ques is distributed in the hope it is helpful...."1040 dum(2) = "Jacques is distributed in the hope it is helpful...." 1038 1041 dum(3) = "For scientific app's I ask for an Acknowledgement" 1039 1042 dum(4) = "send bug reports to tabel@stanford.edu" -
trunk/TOOLS/construct_interpolated_slice_data.pro
r24 r25 276 276 id = i_r[0]-i_l[0]+1 277 277 jd = i_r[1]-i_l[1]+1 278 if id lt 0 or jd lt 0 then begin 279 print, 'construct_interpolated_slcie_data: does this data have at least 2 dimensions?' 280 return, slice_data 281 endif 282 278 283 xy_st = array_indices([id,jd], LINDGEN(LONG(id)*jd), /DIMENSIONS) 279 284 -
trunk/TOOLS/jacques.pro
r1 r25 3 3 ; simple calling routine to allow to be called with 4 4 ; the IDL virtual machine with the command line: 5 ; idl -vm=TOOLS/SAV/jacques.sav 6 5 ; idl -vm=jacques.sav 6 !path += EXPAND_PATH('.') 7 on_error, 1 7 8 @common_blocks.inc 8 9 DEVICE, decomposed=0 -
trunk/TOOLS/pre_compile.com
r1 r25 1 1 ;Load FIRST tools. 2 !path=!path+':'+ GETENV('FIRST')+'/TOOLS/:' + './TOOLS/' 2 ;!path=!path+':'+ GETENV('FIRST')+'/TOOLS/:' + './TOOLS/' 3 cd, '.', current=wd 4 !path += ':'+wd+'/TOOLS/:'+wd+'/scripts/:'+wd+'/project_with_absorption/krumholz/:'+wd+'/project_with_absorption/' 3 5 ;FORWARD_FUNCTION TRNLOG 4 6 ITRESOLVE … … 9 11 ; comment out the following line to produce smaller binary file 10 12 RESOLVE_ALL, class=['oj', 'orb', 'IDLGRCOLORBAR'], skip_routines=['TRNLOG','DELLOG', 'SETLOG'] 11 SAVE, /ROUTINES,FILENAME='./ TOOLS/SAV/jacques.sav'13 SAVE, /ROUTINES,FILENAME='./jacques.sav' 12 14 EXIT -
trunk/TOOLS/projection_with_absorption/krumholz/read_moltab.pro
r15 r25 3 3 ; block to be used my MoleculeThinEmission later on 4 4 common molecular_data, moldata 5 file = 'TOOLS/projection_with_absorption/krumholz/moltab.txt' 5 cd, '.', current=wd 6 file = wd+'/TOOLS/projection_with_absorption/krumholz/moltab.txt' 6 7 moldata = fltarr(4,501) 7 8 openr, 1, file -
trunk/TOOLS/tools.com
r21 r25 3 3 4 4 .run ./TOOLS/tex2idl 5 .run ./TOOLS/where_is_in 5 6 .run ./TOOLS/print_for_xmgr 6 7 .run ./TOOLS/kroupa_imf_shape -
trunk/first.com
r15 r25 1 1 @common_blocks.inc ; make all common blocks accesible from command line 2 2 cd, '.', current=wd 3 !path += ':'+wd+'/TOOLS/:'+wd+'/scripts/' 3 !path += ':'+wd+'/TOOLS/:'+wd+'/scripts/'+expand_path('.') 4 4 @tools.com 5 5 jacques -
trunk/install
r1 r25 1 1 #!/bin/csh 2 2 setenv FIRST . 3 \rm ${FIRST}/ TOOLS/SAV/jacques.sav3 \rm ${FIRST}/jacques.sav 4 4 cp ${FIRST}/TOOLS/common_blocks.inc ${FIRST}/ 5 5 idl ${FIRST}/TOOLS/pre_compile.com
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)