;--------- COMMENTS --------------------------------------------------- Abisko Invesion School - Example 1 1-component synthesis in fe 6302 line ;--------- DIRECTORIES ------------------------------------------------ PS ./ps/ ;directory for postscript output SAV ./sav/ ;directory for storing results (sav-file) PROFILE_ARCHIVE ./sample_data/ ;input directory for profiles / observations ATM_ARCHIVE ./atm_archive/ ;output directory for results (atmospheres) ATM_SUFFIX 1c ;add a suffix to the atm-directory to identify this ; run WGT ./wgt/ ;directory for wgt-files ATOM ./atom/ ;directory for atomic data files ;--------- CONTROL ---------------------------------------------------- DISPLAY_MAP 1 ;if 1 then display maps of parameters after ; successful run (multiple pixels only!) DISPLAY_PROFILE 1 ;if 1 then display fitted & observed profiles DISPLAY_COMP 1 ;if 1 then display individual atm. components of ; fitted profiles VERBOSE 2 ;verbosity of output: 0=quiet, 1=normal, 2=women SAVE_FITPROF 0 ;if 1 then save fitted profile as sav-file (can be ; used as input profile) OUTPUT X ;set to 'PS' for postscript output OLD_NORM 0 ;use code with old normalization of the various ; atmospheric components ;--------- DATA SET --------------------------------------------------- OBSERVATION ;observation in one of the formats: 1.) sav file of ; the format 'obsname'.profiles.sav, 2. ; spinor-profile, 3. sav-file created with helix ; 'SAVE_FITPROF' keyword, 4. reduced TIP data file ; (extension '.cc') and auxliary file ('.ccx') WL_RANGE 6302.000000 6303.000000 ;WL-range to be used for analysis (may be ; only a part of the observation WL-range) WL_NUM 256 ;# of WL-points (for synthesis only) WL_DISP 0.000000 ;WL-calibration: dispersion per WL-bin number WL_OFF 0.000000 ;WL-calibration: offset (used if != 0) WL_BIN 1 ;wavelength binning XPOS 0 14 ;two-elements vector containing xmin,xmax of the ; observation map to be analyzed YPOS 150 220 ;two-elements vector containing ymin,ymax of the ; observation map to be analyzed PROFILE_LIST ;filename of profile-list (2 columns: xxx yyy). If ; present, XPOS and YPOS are ignored. File must be ; located in ./ or PROFILE_ARCHIVE. STEPX 1 ;step size for going from xmin to xmax STEPY 1 ;step size for going from ymin to ymax AVERAGE 1 ;if 1 then average observation over the stepx/stepy ; size SCANSIZE 0 ;stepsize of multiple scans within one observation SYNTH 1 ;if 1 then create synthetic profile NOISE 0.0000 ;noise level for adding artificial random noise SMOOTH 0 0 ;smooth-value for profiles and smooth-method: ; (0=IDL-smooth function,1=FFT Low-Pass) MEDIAN 0 ;median filter for observed profiles (0=off, >=2 ; median filter width) MIN_QUV 0.0000 ;min. mag. signal. If sqrt(Q^2+U^2+V^2)