Changeset 50 for trunk/src/paper01/fig10


Ignore:
Timestamp:
04/29/11 11:09:12 (13 years ago)
Author:
pinsard
Message:

replace TROPFLUX by PROJECT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig10/fig10_swr_correction.pro

    r46 r50  
    1515;       rankdir="LR", 
    1616;       ] 
    17 ;       swr_isccp [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/swr_isccp_correction.txt"]; 
     17;       swr_isccp [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_isccp_correction.txt"]; 
    1818; 
    19 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/fig10_swr_correction.ps"]; 
     19;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/fig10_swr_correction.ps"]; 
    2020; 
    2121;       fig10_swr_correction [shape=box, 
     
    3131; ======== 
    3232; 
    33 ; :ref:`tropflux_profile.sh` 
    34 ; :ref:`tropflux_init.pro` 
    35 ; :ref:`cm_tropflux.pro` 
     33; :ref:`project_profile.sh` 
     34; :ref:`project_init.pro` 
     35; :ref:`cm_project.pro` 
    3636; 
    3737; :ref:`significance_test_99.pro` 
     
    4242; :: 
    4343; 
    44 ;  IDL> @tropflux_init 
     44;  IDL> @project_init 
    4545;  IDL> fig10_swr_correction 
    4646; 
     
    8282pro fig10_swr_correction 
    8383@cm_general 
    84 @cm_tropflux 
     84@cm_project 
    8585reinitplt, /z,/invert 
    8686key_portrait = 1 
     
    8989close,/all 
    9090 
    91 fi=tropflux_id_env+'swr_isccp_correction.txt' 
     91fi=project_id_env+'swr_isccp_correction.txt' 
    9292res=read_ascii(fi,data_start=0) 
    9393ff=res.field1 
     
    109109significance_test_99,mean,bias 
    110110 
    111 fi=tropflux_id_env+'swr_isccp_correction.txt' 
     111fi=project_id_env+'swr_isccp_correction.txt' 
    112112res=read_ascii(fi,data_start=0) 
    113113ff=res.field1 
     
    130130closeps 
    131131 
    132 fig=tropflux_od_env+'fig10_swr_correction.ps' 
     132fig=project_od_env+'fig10_swr_correction.ps' 
    133133spawn, 'mv '+psdir+'idl.ps '+fig 
    134134spawn, 'gv '+fig 
Note: See TracChangeset for help on using the changeset viewer.