hannah_master_tiff_neu.pro 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. pro hannah_master_tiff_neu
  2. ; sample master file
  3. ; containing all available flags as of september 2008
  4. ; sorted in logical groups
  5. ; note, however, that not all flag settings are mentioned
  6. ; you still need to know what you can do and what the program does
  7. ; and you still need to run the necessary constrols
  8. ;set common blocks to get access to the variables
  9. common data ;contains all data variables
  10. common vars ;contains those flags that are not "flag[xxx]"
  11. common CFD ;contains the flag-variables
  12. common CFDconst ;contains the names of the flag-variables
  13. common ExportMovieFlags ;contains the flags for movie control
  14. ; general system settings in VARS
  15. ;colortable (for byte values 0-255)
  16. colortable = 12
  17. ;often used color tables are: (some defined in DefineExplicitCt.pro)
  18. ; 0 for black and white
  19. ; 11, 12, 13 for a smooth rainbow. They differ in BW colors for color 0 and 255
  20. ; optimized for printout or for screen
  21. ; 14 has 128 as grey, lower range cyan to blue, upper range yellow to red
  22. ; 36: cyan-blue-*black*-red-yellow-white
  23. ; 37: cyan-blue-*black*-red-yellow
  24. ; 38: black-red-yellow-white table
  25. ;internal variable for mac compatibitity, not used any more
  26. flag[MacSystem] = (!version.os_family eq 'MacOS')
  27. ;setting for interactive mode ("view"), or master_mode
  28. flag[BatchMode] = 1
  29. ;graphics flag
  30. flag[TrueColour] = 0
  31. ;end of general settings
  32. ;*****************************
  33. ;flags related to LOADING DATA
  34. ;*****************************
  35. ;format of data files (used in LoadDataMaster.pro)
  36. flag[view_loadExp] = 3;3;4 ; 0 for old setup, to 1 for Visicam, 2 for confocal
  37. ;TILL photonics single wavelength: 3
  38. ;TILL photonics dual wavelength (FURA): 4
  39. ;ZEISS multiphoton data: 20
  40. ;should the raw data be median filtered? (used in ViewLoadData\MedianCorrection.pro)
  41. flag[CSM_Median] = 3
  42. ;do a median correction when loading the data
  43. ;0: no median
  44. ;1: median in space fixed values
  45. ;2: median in time fixed values
  46. ;3: median in space and time, using flag values (CSM_Median_space)(CSM_Median_time)
  47. flag[CSM_Median_space] = 5
  48. ; used with CSM_Median eq 3
  49. flag[CSM_Median_time] = 0
  50. ; used with CSM_Median eq 3
  51. ;apply an off-line binning (shrinkFaktor).
  52. flag[le_shrinkFaktor] = 1 ;no shrinkfaktor with 1
  53. ;are there different focal depth to be split?
  54. flag[RM_separateLayers] = 0
  55. ;separates the layers in exportGlomeruli and SingleOverviews
  56. ;how to make movement correction based on .moveList file. (used in ViewLoadData\MovementCorrectionMaster.pro)
  57. flag[CSM_Movement] = 0
  58. ;set to 0: no movement correction (BUT shifts from .lst file are USED!)
  59. ;set to 1: on the spot movement correction
  60. ;set to 2: as 1, but calculated movements are saved in the moveList file
  61. ;set to 3: movement values are read from the moveList file
  62. ;set to 5: no movement correction, but shifts are taken from the movement file
  63. ;values above 10: mathiasCorrection.
  64. flag[CSM_DataShift] = 1
  65. ;set to 0: data is NOT shifted, coordinates ARE shifted
  66. ;set to 1: data IS shifted, coordinate are NOT shifted
  67. ;set to 2: NONE is shifted
  68. ;trim the data frames to be loaded
  69. ;remove n frames at the beginning of each measurement
  70. flag[CSM_SkipFrmUpFront] = 0
  71. ;remove n frames at the end of each measurement
  72. flag[CSM_SkipFrmAtBack] = 0
  73. ;settings to reduce memory usage
  74. flag[VIEW_No4Darray] = 0
  75. ;this reduces the sig1 array to a 3D array instead of a 4D array; not all routines work with this setting
  76. ;set to 1: odor 0 is cut off memory after loading the data, p1.odors is reduced by 1
  77. flag[VIEW_DeleteRawData] = 1
  78. ;this removes the raw data from memory after loading
  79. ;correct for scattered light, improving spatial resolution (used in CalcSigAll3000.pro)
  80. flag[VIEW_ScatterLightFactor] = 1
  81. ;for the 3xyy and 4xyy family with scattered light correction, this factor gives the strength of the unsharp mask. Default: 1
  82. ;only used if (yy ne 00)
  83. ;load more than one experiment at the time
  84. flag[view_MultiExp] = 0 ; 0 for single experiment
  85. ;load AIR trial alongside the odor response (air trial is given in control column in the .lst file)
  86. flag[LE_AskForAir] = 0 ; 0 for not loading air
  87. ;END of flags related to loading data
  88. ;************************************
  89. ;flags related to CALCULATING SIGNALS
  90. ;************************************
  91. ;how to calculate the data (used in ViewCalculateData\CalcSigMaster.pro)
  92. flag[view_CalcMethod] = 3550; see calcsigmaster3000
  93. ;family 3xyy (deltaF/f) and 4xyy (ratio) uses x for bleach correction settings, and yy for scattered light correction
  94. ;see CalcSigAll3000.pro for detailed settings. Example are:
  95. ; setting: 0 1 2 3 4 5 6 7 8 9
  96. ;alPerimeter + + + + - - - - C - ; with 8 bleaching is in coordinates only (variable: CoorPerimeter)
  97. ;excludeStim - + - + - + - + - - ; exclude stimulus is obsolete - controled by LE_BleachStartFrame group
  98. ;addNoise - - + + - - + + - -
  99. ;no bleach - - - - - - - - - +
  100. ;air bleach - - - - - - - - + - ;correct with bleach parameters taken from air trial
  101. ;set to 3 for no calculation (original data).
  102. ;which frames to use for calculating F in deltaF/F
  103. flag[LE_StartBackground] = 4; for deltaF/F calculations, or bleach corrections
  104. ;set to -1 not to subtract background in data calculation, to frame for background start. Default: 4
  105. flag[LE_PrestimEndBackground] = 0; for deltaF/F calculations, or bleach corrections
  106. ;How many frames before stimulus to stop with background. Default: 2
  107. ;so: background is calculated from LE_StartBackground to StimulusOn - LE_PrestimEndBackground
  108. ;that means that StimulusOn is an important parameter and needs to be set correctly for deltaF/F
  109. ;settings for bleach correction when using CalcSigAll3000
  110. flag[LE_BleachStartFrame] = 1; start bleaching correction here
  111. ;for logarithmic bleach correction, all frames smaller are excluded in the fit function
  112. ;used in CalcSigAll3000; default 2
  113. flag[LE_LogInitialFactor] = 3; weigh the frames before stimulus more than those after stimulus
  114. ;for logarithmic bleach correction, all frames before stimulus onset are more important by this factor
  115. ;used in CalcSigAll3000; default 1 for maximum compatibility
  116. flag[LE_LogExcludeSeconds] = 12; 15 für vaga; 12 für vaga2016; 12 für Apis; how many seconds should be excluded during stimulation for bleach log fitting?
  117. ;for logarithmic bleach correction, how many seconds after stimulus onset to exclude
  118. ;used in CalcSigAll3000; default 0 for maximum compatibility
  119. ;this uses the time information - therefore make sure that is correct
  120. ;graphic display of weights can be switched of and on in the program CalcSigAll3000
  121. ;END of flags related to calculating signals
  122. ;************************************
  123. ;flags related to SIGNAL CORRECTIONS
  124. ;************************************
  125. ;note: this is for the extra set of corrected signals, not for corrections done during loading or calculation
  126. ;ask for air needs to be set to 1 to use this
  127. flag[VIEW_InitCorr] = -1 ; set to -1 in order not to create a corrected data set
  128. CorrectFlag = 0 ; set to 1 to access corrected dataset, to 0 to access original data set
  129. ;*************************************
  130. ;flags related to data analysis OUTPUT
  131. ;*************************************
  132. flag[VIEW_ReportMethod] = 119 ; which output do you want? This is one of the main flags
  133. ; all settings are in View_gr_reports\subloop_report.pro; the most often used are
  134. ; 10: false-color coded pictures (calls reportTIFF)
  135. ; 11, 111: glodatamix (without, with tags)
  136. ; 12: movies
  137. ; 19, 119: glodatamix with CTV (without, with tags)
  138. flag[CTV_Method] = 22 ; curve-to-value function for single number output or still images
  139. ; 22 gives
  140. ; 22 is the difference between two fixed points
  141. ; 35 relates to the maximum within 3 secs after stimulus onset
  142. ; all values in ViewOverview\CurveToValue
  143. ; values below 0 go to personal program in ImageALlocal folder: CurveToValueLocal.pro
  144. flag[CTVM_Method] = 0 ; for multiple CTV values at once, not safely implemented yet
  145. firstframe = 60 ; 70; vaga2016 60; many CTVs use fixed frames. These use the variables firstFrame and lastFrame
  146. lastframe = 30 ; 35; vaga2016 30; for example, CTV 22 calculates the difference between lastframe (3 frames) and firstframe (3 frames)
  147. flag[LE_FirstBuffer] = 1 ; sets which buffer to start with in output routines
  148. ; standard is 1. Set to 0 to start with 0 (generally 0 is empty)
  149. ; instead of LE_firstbuffer you can use LE_usefirstbuffer (synonymous)
  150. ;old flags, currently out of fashion
  151. flag[PTA_PlotTimeRange] = 1 ;
  152. flag[PTA_PlotMeanValue] = 1 ;
  153. ;flags specifically for graphical output (TIFF files and the like, i.e. "overviews")
  154. flag[SO_Method] = 10 ; used in ViewOverview\Overview.pro. Only values 0 or 10 are used now
  155. ; 0 for calculations pixel by pixel (i.e. on the time-course in each pixel)
  156. ; 10 for calculations frame by frame (much faster, but not all functions are possible)
  157. ; for 10, the CTV value is applied within ViewOverview\overview10ctv.pro
  158. flag[SO_indiScale] = 3 ; what scaling to use? 0 for fixed values, else individual scale for each frame
  159. ; 3 for scaling within center of each frame
  160. ; can be used in quite sophisticated ways, see ViewOverview\SingleOverviews.pro
  161. ; also explained in the documentation
  162. scalemax = 3.000 ; value to scale maximum to with SO_indiScale equals 0
  163. scalemin = -1.000 ; corresponding value for minimum
  164. flag[SO_morphoBackgr] = 0 ; Used to show an anatomical picture with an overlay of only the strongest POSITIVE responses
  165. flag[SO_morphoBackgrNeg] = 0 ; Used to show an anatomical picture with an overlay of only the strongest NEGATIVE responses
  166. flag[SO_withinmask] = 0 ; False-color output limited to the mask in the .area file
  167. flag[CTV_scalebar] = 0 ; some output options allow to print out the color scalebar (SingleOverviews.pro)
  168. flag[RM_FotoOk] = 1 ; Overlay other information to overview output, (SingleOverviews.pro)
  169. ; 1: puts squares in the coordinate positions (from .coor file)
  170. ; 5: shows the perimeter of the .area file
  171. flag[RM_differentViews] = 0 ; Change view, e.g. mirror flip right ALs (SingleOverviews.pro)
  172. flag[RM_unsharpmask] = 0 ; Post-hoc filter on false-color images (SingleOverviews.pro)
  173. flag[RM_NewColumn] = 0 ; Start a new column in "tapeten" output (SingleOverviews.pro)
  174. ; this flag is generally set in the gr_XXX file
  175. ;old flags
  176. flag[RM_PlotTrace] = 0 ;
  177. flag[RM_PrintAscii] = 0 ;
  178. flag[RM_PrintLine] = 0 ;
  179. flag[RM_ROItrace] = 0 ;
  180. ;flags for filters
  181. flag[FT_radius] = 5 ; 5 vaga; 10 Apis; For calculating traces (glodatamix), or for some spatial filters
  182. FilterSpaceFlag = 0 ; If set to 1, the signal is calculated on the time trace at each pixel
  183. ; after taking the mean of the pixels around it (FT_radius). Therefor this is a slow filter
  184. ; If set to 0, this filter is switched off
  185. FilterSpaceSize = 3 ; Filter size applied after overview calculation, always.
  186. ; set to 0 when FilterSpaceFlag is on, to avoid double filtering.
  187. FilterTimeFlag = 0 ; Switch for the temporal filter
  188. FilterTimeSize = 0 ; Size of the temporal filter
  189. ;Linestiles in IDL are (for fast traces):
  190. ; 0: solid; 1: dotted; 2: dashed; 3: dash-dot; 4: dash-dot-dot; 5: long dashes
  191. ;*******************************************
  192. ;flags to control PATHS for input and output
  193. ;*******************************************
  194. ; this is one standard arrangement of folders
  195. ; just adapt the MotherOfAllFolders, but all subfolders must exist
  196. ; place where all files are
  197. ; MotherOfAllFolders = 'C:\Hannah\PhD\Konstanz08\hannah08\'
  198. MotherOfAllFolders = 'E:\HannahData\Konstanz\IDL\'
  199. flag[stg_ReportTag] = 'XXX' ; this contains the animal flag; set this for each round and animal,
  200. ; this is set within the gr_file
  201. ; folder for the data files
  202. ;flag[STG_Datapath] = MotherOfAllFolders + 'data\'
  203. flag[STG_Datapath] = 'E:\HannahData\Konstanz\Data\2018\Hanna_OXON-PELM_summer2018\'
  204. ; folder for the .inf files
  205. flag[STG_OdorInfoPath] = MotherOfAllFolders + 'IDL\lists\'
  206. ;flag[STG_OdorInfoPath] = 'E:\HannahData\Konstanz\Data\Hannah16\'
  207. ; folder for the .coor and the .area file
  208. flag[STG_OdormaskPath] = MotherOfAllFolders + 'IDL\coor\'
  209. ; folder for the all OUTPUT files
  210. flag[STG_OdorReportPath] = MotherOfAllFolders + 'IDL\IDLoutput\'
  211. ; this is not used any more
  212. flag[STG_OdorReportFile] = ''
  213. ; I don't know where this is used any more
  214. flag[STG_Missing] = '999'
  215. ;************************************
  216. ;flags used for MOVIE output
  217. ;************************************
  218. ; in interactive mode, these flags are overwritten by the values in
  219. ; imageALlocal\SetExportMovieFlags.pro
  220. ; the variables are defined in view.pro
  221. mv_exportFormat = 6 ; 1 for TIFF (single files), 2 for PICT (premiere), 3 for MPEG, 4 for multilayer GIF, 5: multilayer TIF
  222. ; 6 for uncompressed AVI (generally the best)
  223. mv_realTime = 0 ; insert frames per second, 0 for no realTime, 24 for MPEG, 15 for GIF->QuickTime
  224. ; AVI can work with any time, therefore 0 IS realTIME. In the other formats, additional frames are invented to create real time
  225. ; if a negative number is given, that many frames are removed
  226. mv_SpeedFactor = 1 ; for exportFormat 6, increase or decrease speed of movie
  227. mv_reverseIt = 1 ; turn it upside down
  228. mv_rotateImage = 0 ; rotate only image, ; 0 for no action, 2 for 180 degrees
  229. mv_cutborder = 0 ; how many pixels to cut from each side (border, to hide filter artefacts)
  230. mv_morphoThreshold = 0 ; substitutes lower range with morphological image to be taken from file
  231. mv_withinMask = 0 ; limits output to within the mask in xxx.area
  232. mv_sdSignificanceCut = 0 ; cuts everything below that significance level. Stimulus is included in calculation, ignored if below 0.1.
  233. ; ; Not implemented yet
  234. mv_markStimulus = 1 ; marks stimulus application with a red box
  235. mv_percentileScale = 0 ; scaling to a percentaje of noise. don´t use
  236. mv_individualScale = 3 ; follows a similar logic to (flag[so_indiScale])
  237. ;0, 1: Pixmin and Pixmax are taken
  238. ;2 : min and maximum of sequence is taken
  239. ;3 : min and max of central region is taken
  240. ;4 : max of sequence is taken, min is Pixmin
  241. ;5 : min and max from area region
  242. ;6 : min from pixmin, max from area
  243. ;7 : min from pixmin, max from area but only stimulus + 2*stimulus length
  244. mv_indiScale3factor = 0.2 ; set to 0.2 for 20 % border to be ignored when scaling usind idividualscale eq 3
  245. ; for mv_individualScale above 100
  246. mv_percentileValue = 0 ; = float(individualScale MOD 100)/100.0
  247. mv_xgap = 30 ; vertical + horizontal gaps, only even numbers!
  248. mv_ygap = 50 ; 6, 10
  249. mv_correctStimulusOnset = 0 ; value to be added to stimulus onset (in frames)
  250. mv_displayTime = 1 ; time in ss:ms as figures
  251. mv_minimumBrightness = 0 ; creates a mask that depends on the brightnes of the foto
  252. ;these flags are for interactive use in view (fasttraces)
  253. ;but are also used in movies to select a frame range for movie output
  254. ;set both to -1 to calculate the entire movie, else to fixed frame numbers
  255. flag[FT_FirstFrame] = -1 ; show trace subsed in fast traces in VIEW
  256. flag[FT_LastFrame] = -1 ; show trace subsed in fast traces in VIEW
  257. ;flags that are also relevant for movies; do NOT change them here to avoid confusion, change them above
  258. ;check program viewoverview\Exportmovie
  259. ;flag[ctv_scalebar]
  260. ;scaleMin
  261. ;scaleMax
  262. ;filterSpaceFlag
  263. ;filterSpaceSize
  264. ;colortable
  265. ;FILENAME defined in localOdorText
  266. ;end of movie settings
  267. ;************************************
  268. ;flags NOT USED for off-line analysis
  269. ;************************************
  270. flag[LE_ShowBox] = 0 ;
  271. flag[FT_AllOdors] = 0 ; show all odor traces in fast traces in VIEW
  272. flag[FT_TimeXAxis] = 0 ; show time as x-axis in fast traces in VIEW
  273. flag[FT_Subset] = 0 ; show trace subsed in fast traces in VIEW
  274. flag[FT_SelectFrame] = 0 ; show trace subsed in fast traces in VIEW
  275. ;**************************************************************************************************************
  276. ; calling via a gr file needs a line as this one:
  277. ;flag[stg_reporttag] = '060503a_22a' & gr_060503a_22a
  278. ; calling without a fixed order can be done with
  279. ; gr_takefromlist, '060503a_22a', 2
  280. ; here the number 2 relates to the corresponding column in the .lst file;
  281. ; which measurements are picked depends on this number
  282. ;animallist
  283. flag[so_indiScale] = 3; 0
  284. ;call another program that contains the individual animal's lists
  285. ;tapeten_list ;Apis
  286. ;GC_list
  287. ;GC_2013_list
  288. ;Vespula
  289. ;vaga2016
  290. ;Apis2018_winter
  291. Apis2018_summer
  292. ;
  293. ; scalemax =3.000
  294. ; scalemin = -2.000
  295. ;flag[stg_reporttag] ='HS_bee_OXON_PELM_180420'
  296. ;gr_HS_bee_OXON_PELM_180420
  297. ;;gr_takefromlist, 'HS_bee_OXON_PELM_180420', 2
  298. ; scalemax =3.000
  299. ; scalemin = -2.000
  300. ;flag[stg_reporttag] ='HS_bee_OXON_180727'
  301. ;gr_HS_bee_OXON_180727
  302. ;;gr_takefromlist, 'HS_bee_OXON_180727', 2
  303. ;
  304. ; scalemax =3.000
  305. ; scalemin = -2.000
  306. ;flag[stg_reporttag] ='HS_bee_OXON_180416a'
  307. ;gr_HS_bee_OXON_180416a
  308. ;;gr_takefromlist, 'HS_bee_OXON_180416a', 2
  309. ;
  310. ; scalemax =3.000
  311. ; scalemin = -2.000
  312. ;flag[stg_reporttag] ='HS_bee_PELM_180416b'
  313. ;gr_HS_bee_PELM_180416b
  314. ;gr_takefromlist, 'HS_bee_PELM_180416b', 2
  315. ;
  316. ; scalemax =3.000
  317. ; scalemin = -2.000
  318. ;flag[stg_reporttag] ='HS_bee_OXON_PELM_180417'
  319. ;;gr_HS_bee_OXON_PELM_180417
  320. ;gr_takefromlist, 'HS_bee_OXON_PELM_180417', 2
  321. ; scalemax =3.000
  322. ; scalemin = -2.000
  323. ;flag[stg_reporttag] ='vaga160425a'
  324. ;;gr_vaga160425a
  325. ;gr_takefromlist, 'vaga160425a', 2
  326. ;
  327. ;
  328. ; scalemax =3.000
  329. ; scalemin = -2.000
  330. ;flag[stg_reporttag] ='vaga160407b'
  331. ;gr_vaga160407b
  332. ;Unterschied Andrena vaga - Apis: Radius, LogExcludeSeconds, CTV first frame last frame
  333. ;flag[stg_reporttag] = 'vaga9414_1'
  334. ; scalemax = 3.500
  335. ; scalemin = -1.000
  336. ;;gr_vaga9414_1
  337. ;
  338. ;flag[stg_reporttag] = 'vaga9414_2'
  339. ; scalemax = 3.500
  340. ; scalemin = -1.000
  341. ;;gr_vaga9414_2
  342. ;
  343. ;flag[stg_reporttag] = 'vaga9415_2'
  344. ; scalemax = 3.500
  345. ; scalemin = -1.000
  346. ;;gr_vaga9415_2
  347. ;
  348. ;flag[stg_reporttag] = 'vaga9415_3'
  349. ; scalemax = 3.500
  350. ; scalemin = -1.000
  351. ;;gr_vaga9415_3
  352. ;
  353. ;flag[stg_reporttag] = 'vaga9416_1'
  354. ; scalemax = 3.500
  355. ; scalemin = -1.000
  356. ;;gr_vaga9416_1
  357. ;
  358. ;flag[stg_reporttag] = 'vaga9416_2'
  359. ; scalemax = 3.500
  360. ; scalemin = -1.000
  361. ;;gr_vaga9416_2
  362. ;
  363. ;flag[stg_reporttag] = 'vaga9417_1'
  364. ; scalemax = 3.500
  365. ; scalemin = -1.000
  366. ;;gr_vaga9417_1
  367. ;
  368. ;flag[stg_reporttag] = 'vaga9417_2'
  369. ; scalemax = 3.500
  370. ; scalemin = -1.000
  371. ;;gr_vaga9417_2
  372. ;
  373. ;
  374. ;flag[stg_reporttag] = 'vaga9418_1'
  375. ; scalemax = 3.500
  376. ; scalemin = -1.000
  377. ;;gr_vaga9418_1
  378. ;
  379. ;
  380. ;
  381. ;
  382. ;
  383. ;
  384. ;
  385. ;flag[stg_reporttag] = 'vaga8405a'
  386. ; scalemax = 3.500
  387. ; scalemin = -1.000
  388. ;;gr_vaga8405a
  389. ;;gr_takefromlist,'vaga8405a',2
  390. ;
  391. ;flag[stg_reporttag] = 'vaga8406b'
  392. ; scalemax = 4.000
  393. ; scalemin = -1.000
  394. ;;gr_vaga8406b
  395. ;;gr_takefromlist,'vaga8406b',2
  396. ;
  397. ;flag[stg_reporttag] = 'vaga8407a'
  398. ;;gr_vaga8407a
  399. ;;gr_takefromlist,'vaga8407a',2
  400. ;
  401. ;flag[stg_reporttag] = 'vaga8407b_2'
  402. ;;gr_vaga8407b_2
  403. ;;gr_takefromlist,'vaga8407b_2',2
  404. ;
  405. ;flag[stg_reporttag] = 'vaga8408a'
  406. ;;gr_vaga8408a
  407. ;;gr_takefromlist,'vaga8408a',2
  408. ;
  409. ;flag[stg_reporttag] = 'vaga8409a'
  410. ; scalemax = 4.500
  411. ; scalemin = -1.000
  412. ;;gr_vaga8409a
  413. ;;gr_takefromlist,'vaga8409a',2
  414. ;
  415. ;flag[stg_reporttag] = 'vaga8410b'
  416. ; scalemax = 4.000
  417. ; scalemin = -1.000
  418. ;;gr_vaga8410b
  419. ;;gr_takefromlist,'vaga8410b',2
  420. ;
  421. ;flag[stg_reporttag] = 'vaga8414d'
  422. ; scalemax = 3.000
  423. ; scalemin = -1.000
  424. ;gr_vaga8414d
  425. ;;gr_takefromlist,'vaga8414d',2
  426. ;
  427. ;flag[stg_reporttag] = 'vaga8415a'
  428. ;gr_vaga8415a
  429. ;;gr_takefromlist,'vaga8415a',2
  430. ;
  431. ;flag[stg_reporttag] = 'vaga8415b'
  432. ;gr_vaga8415b
  433. ;;gr_takefromlist,'vaga8415b',2
  434. ;
  435. ;flag[stg_reporttag] = 'vaga8415c'
  436. ;gr_vaga8415c
  437. ;;gr_takefromlist,'vaga8415c',2
  438. ;
  439. ;flag[stg_reporttag] = 'vaga8416b'
  440. ;gr_vaga8416b
  441. ;;gr_takefromlist,'vaga8416b',2
  442. ;
  443. ;flag[stg_reporttag] = 'vaga8416c'
  444. ; scalemax = 2.500
  445. ; scalemin = 0.000
  446. ;gr_vaga8416c
  447. ;gr_takefromlist,'vaga8416c',2
  448. ;
  449. ;flag[stg_reporttag] = 'vaga8417a'
  450. ;gr_vaga8417a
  451. ;;gr_takefromlist,'vaga8417a',2
  452. ;
  453. ;flag[stg_reporttag] = 'vaga8418a'
  454. ;gr_vaga8418a
  455. ;;gr_takefromlist,'vaga8418a',2
  456. ;
  457. ;flag[stg_reporttag] = 'vaga8418b'
  458. ;;kein IDL/Knime
  459. ;;gr_vaga8418b
  460. ;;gr_takefromlist,'vaga8418b',2
  461. ;
  462. ;flag[stg_reporttag] = 'vaga8419a'
  463. ;gr_vaga8419a
  464. ;;gr_takefromlist,'vaga8419a',2
  465. ;
  466. ;flag[stg_reporttag] = 'vaga8420a'
  467. ;;neue lst und gr erstellt, bringt auch nichts
  468. ;;gr_vaga8420a
  469. ;;gr_takefromlist,'vaga8420a',2
  470. ;
  471. ;flag[stg_reporttag] = 'vaga8421a'
  472. ;gr_vaga8421a
  473. ;;gr_takefromlist,'vaga8421a',2
  474. ;
  475. ;flag[stg_reporttag] = 'vaga8422a'
  476. ;gr_vaga8422a
  477. ;;gr_takefromlist,'vaga8422a',2
  478. ;
  479. ;flag[stg_reporttag] = 'vaga8423a'
  480. ;gr_vaga8423a
  481. ;;gr_takefromlist,'vaga8423a',2
  482. ;
  483. ;flag[stg_reporttag] = 'vaga8423b'
  484. ;gr_vaga8423b
  485. ;;gr_takefromlist,'vaga8423b',2
  486. ;
  487. ;flag[stg_reporttag] = 'vaga8424a'
  488. ;gr_vaga8424a
  489. ;;gr_takefromlist,'vaga8424a',2
  490. ;
  491. ;flag[stg_reporttag] = 'vaga8424b'
  492. ;gr_vaga8424b
  493. ;;gr_takefromlist,'vaga8424b',2
  494. ;
  495. ;flag[stg_reporttag] = 'vaga8425a'
  496. ;gr_vaga8425a
  497. ;;gr_takefromlist,'vaga8425a',2
  498. ;
  499. ;flag[stg_reporttag] = 'vaga8428a'
  500. ;gr_vaga8428a
  501. ;;gr_takefromlist,'vaga8428a',2
  502. ;
  503. ;flag[stg_reporttag] = 'vaga8429a'
  504. ;;keine lst-Datei vorhanden; Stromausfall
  505. ;;gr_vaga8429a
  506. ;;gr_takefromlist,'vaga8429a',2
  507. ;
  508. ;flag[stg_reporttag] = 'vaga8429b'
  509. ;gr_vaga8429b
  510. ;;gr_takefromlist,'vaga8429b',2
  511. ;
  512. ;flag[stg_reporttag] = 'vaga8430a'
  513. ;gr_vaga8430a
  514. ;;gr_takefromlist,'vaga8430a',2
  515. ;
  516. ;flag[stg_reporttag] = 'vaga8430b'
  517. ;gr_vaga8430b
  518. ;;gr_takefromlist,'vaga8430b',2
  519. ;
  520. ;flag[stg_reporttag] = 'vaga8501a'
  521. ;gr_vaga8501a
  522. ;;gr_takefromlist,'vaga8501a',2
  523. ;
  524. ;flag[stg_reporttag] = 'vaga8501b'
  525. ;gr_vaga8501b
  526. ;;gr_takefromlist,'vaga8501b',2
  527. ;
  528. ;flag[stg_reporttag] = 'vaga8501c'
  529. ;gr_vaga8501c
  530. ;;gr_takefromlist,'vaga8501c',2
  531. ;
  532. ;flag[stg_reporttag] = 'vaga8504a'
  533. ;gr_vaga8504a
  534. ;;gr_takefromlist,'vaga8504a',2
  535. ;
  536. ;flag[stg_reporttag] = 'vaga8507a'
  537. ;gr_vaga8507a
  538. ;;gr_takefromlist,'vaga8507a',2
  539. end;