Scilab Function
Last update : 22/8/2006

get_atm_mod_layers - construct all the refractive layers for a refractive atmospheric model.

Calling Sequence

[layers]=get_atm_mod_layers(ram,sumb,ndwfhs,dwfhs,pxscls, hwm,time,layer_axes_wind_vector_aligned, layer_foreshortening)

Parameters

Description

construct all the refractive layers for a refractive atmospheric model.

Examples

	r0=0.1;r0_w=1e-6;
	pl=power_law(r0,r0_w);
	inn=null_inner();
	ps=power_spectrum(pl,inn);
	pss=[];high=[];
	for i=1:5
		pss=[pss,ps];
		high=[high,100*(i+1)];
	end
	ram=ref_atm_model(5,high,pss);

	ap=circle(2);
	emt=emitter(0,0,0,-1);
	wvl=1e-6;pixscale=0.01;
	dwfh=get_atm_mod_dwfh(ram,wvl,pixscale,emt,ap,0,1);
	
	subm=lane_subm(3);hwm=hardy_wind(10);
	layers=get_atm_mod_layers(ram,subm,1,dwfh,pixscale,hwm,0.1,0,0);
	atm_mod_layers_fits(layers,"layer");
 

Author

Chen jingyuan, Gan guangyong (IAPCM, Beijing,China.)

See Also

ell_cer_pac_mod ,   ell_mau_kea_mod ,   pal_dimm_mass_mod ,   huf_val_mod ,   slcsat_day_mod ,   slcsat_night_mod ,   tmt_srd_v13_cn2_mod ,   gemini_glao_study_mod ,   ref_atm_model ,   get_atm_mod_dwfh ,   atm_mod_layers_fits ,   atm_mod_lay_number ,   atm_mod_lay_heights ,   atm_mod_lays_transform ,   atmosphere ,