Changeset 2238 in Sophya for trunk/ArchTOIPipe/TestPipes/xsl
- Timestamp:
- Oct 30, 2002, 11:18:28 AM (23 years ago)
- Location:
- trunk/ArchTOIPipe/TestPipes/xsl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/xsl/makeMainConnect.xsl
r2220 r2238 10 10 // main genere automatiquement par xsl 11 11 // ne pas modifier 12 // derniere mise a jour : VF le 2 2/10/200212 // derniere mise a jour : VF le 29/10/2002 -- derniere version 13 13 14 14 // inclusions expat … … 205 205 <xsl:value-of select="@name"/> = <xsl:value-of select="$defaut"/>; 206 206 </xsl:if> 207 <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char' ">207 <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char' or $typearg='bool'"> 208 208 <xsl:value-of select="@name"/> = "<xsl:value-of select="$defaut"/>"; 209 209 </xsl:if> … … 223 223 <xsl:value-of select="@name"/> = atof(atts[i+1]); 224 224 </xsl:if> 225 <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string' ">225 <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string' or $typearg='bool'"> 226 226 <xsl:value-of select="@name"/> = atts[i+1]; 227 227 </xsl:if> … … 268 268 <xsl:value-of select="@name"/> = <xsl:value-of select="$defaut"/>; 269 269 </xsl:if> 270 <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char' ">270 <xsl:if test="$typearg='string' or $typearg='char*' or $typearg='char' or $typearg='bool'"> 271 271 <xsl:value-of select="@name"/> = "<xsl:value-of select="$defaut"/>"; 272 272 </xsl:if> … … 286 286 <xsl:value-of select="@name"/> = atof(atts[i+1]); 287 287 </xsl:if> 288 <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string' ">288 <xsl:if test="$typearg='char' or $typearg='char*' or $typearg='string' or $typearg='bool'"> 289 289 <xsl:value-of select="@name"/> = atts[i+1]; 290 290 </xsl:if> -
trunk/ArchTOIPipe/TestPipes/xsl/processors.xml
r2220 r2238 1 <!-- Vivien FEBVRE 26/09/2002 -->2 <!-- exemple de fichier sdescriptif de processeurs -->1 <!-- Vivien FEBVRE le 26/09/2002 --> 2 <!-- exemple de fichier descriptif de processeurs --> 3 3 4 4 … … 9 9 10 10 11 <processor name="fitsreader" class="FITSTOIReader" include="fitstoirdr.h"> 12 <init> 13 <param name="fn" type="string" default="test.fits"/> 14 </init> 15 <connection> 16 </connection> 17 </processor> 18 19 <processor name="fitswriter" class="FITSTOIWriter" include="fitstoiwtr.h"> 20 <init> 21 <param name="fn" type="string"/> 22 </init> 23 <connection> 24 </connection> 25 </processor> 26 11 27 <processor name="smooth" class="DataSmooth" include="smoothtoi.h"> 12 13 28 <init> 14 29 <param name="lsm" type="uint_4"/> 15 30 <param name="deg" type="uint_4"/> 16 31 </init> 17 18 32 <attribute name="DoNotLookAt" methode="DoNotLookAt"> 19 33 <param name="flag" type="uint_8" default="FlgToiAll"/> … … 28 42 <param name="lsmin" type="uint_4" default="0"/> 29 43 </attribute> 30 31 44 <connection> 32 45 <input name="DataIn"/> 33 46 <output name="DataSmooth"/> 34 47 </connection> 35 36 </processor> 37 38 48 </processor> 49 50 <processor name="toi2map" class="TOI2Map" include="toi2map.h"> 51 <init> 52 <param name="map" type="string"/> 53 <param name="wmap" type="string" default="NULL"/> 54 </init> 55 <attribute name="SetEquinox" methode="SetEquinox"> 56 <param name="actualyear" type="double" default="2000"/> 57 </attribute> 58 <attribute name="SetCoorIn" methode= "SetCoorIn"> 59 <param name="mfg" type="long" default="TypCoordGalStd"/> 60 </attribute> 61 <attribute name="SetCoorInChr" methode="SetCoorIn"> 62 <param name="ctype" type="char*"/> 63 </attribute> 64 <attribute name="SetCoorMap" methode="SetCoorMap"> 65 <param name="mfg" type="long" default="TypCoordGal"/> 66 </attribute> 67 <attribute name="SetCoorMapChr" methode="SetCoorMap"> 68 <param name="ctype" type="char*"/> 69 </attribute> 70 <attribute name="SetCalibrationFactor" methode="SetCalibrationFactor"> 71 <param name="fac" type="double" default="1."/> 72 </attribute> 73 <attribute name="SetTestFlag" methode="SetTestFlag"> 74 <param name="tflg" type="bool" default="false"/> 75 <param name="badflg" type="long" default="FlgToiAll"/> 76 </attribute> 77 <attribute name="SetTestMin" methode="SetTestMin"> 78 <param name="tmin" type="bool" default="false"/> 79 <param name="vmin" type="double" default="-1.e30"/> 80 </attribute> 81 <attribute name="SetTestMax" methode="SetTestMax"> 82 <param name="tmax" type="bool" default="false"/> 83 <param name="vmax" type="double" default="+1.e30"/> 84 </attribute> 85 <connection> 86 <input name="Coord1In"/> 87 <input name="Coord2In"/> 88 <input name="BoloIn"/> 89 </connection> 90 </processor> 91 92 <processor name="map2toi" class="Map2TOI" include="map2toi.h"> 93 <init> 94 <param name="sph" type="string"/> 95 </init> 96 <attribute name="SetBad" methode="SetBad"> 97 <param name="flg" type="long" default="FlgToiOut"/> 98 </attribute> 99 <attribute name="SetEquinox" methode="SetEquinox"> 100 <param name="actualyear" type="double" default="2000"/> 101 </attribute> 102 <attribute name="SetCoorIn" methode= "SetCoorIn"> 103 <param name="mfg" type="long" default="TypCoordGalStd"/> 104 </attribute> 105 <attribute name="SetCoorInChr" methode="SetCoorIn"> 106 <param name="ctype" type="char*"/> 107 </attribute> 108 <attribute name="SetCoorMap" methode="SetCoorMap"> 109 <param name="mfg" type="long" default="TypCoordGal"/> 110 </attribute> 111 <attribute name="SetCoorMapChr" methode="SetCoorMap"> 112 <param name="ctype" type="char*"/> 113 </attribute> 114 <connection> 115 <input name="Coord1In"/> 116 <input name="Coord2In"/> 117 <output name="Coord1Out"/> 118 <output name="Coord2Out"/> 119 <output name="BoloOut"/> 120 </connection> 121 </processor> 122 123 <processor name="flag2map" class="FLAG2Map" include="flag2map.h"> 124 <init> 125 <param name="map" type="string"/> 126 <param name="wmap" type="string" default="NULL"/> 127 </init> 128 <attribute name="SetEquinox" methode="SetEquinox"> 129 <param name="actualyear" type="double" default="2000"/> 130 </attribute> 131 <attribute name="SetCoorIn" methode= "SetCoorIn"> 132 <param name="mfg" type="long" default="TypCoordGalStd"/> 133 </attribute> 134 <attribute name="SetCoorInChr" methode="SetCoorIn"> 135 <param name="ctype" type="char*"/> 136 </attribute> 137 <attribute name="SetCoorMap" methode="SetCoorMap"> 138 <param name="mfg" type="long" default="TypCoordGal"/> 139 </attribute> 140 <attribute name="SetCoorMapChr" methode="SetCoorMap"> 141 <param name="ctype" type="char*"/> 142 </attribute> 143 <attribute name="SetCalibrationFactor" methode="SetCalibrationFactor"> 144 <param name="fac" type="double" default="1."/> 145 </attribute> 146 <attribute name="SetTestFlag" methode="SetTestFlag"> 147 <param name="tflg" type="bool" default="false"/> 148 <param name="badflg" type="long" default="FlgToiAll"/> 149 </attribute> 150 <attribute name="SetTestMin" methode="SetTestMin"> 151 <param name="tmin" type="bool" default="false"/> 152 <param name="vmin" type="double" default="-1.e30"/> 153 </attribute> 154 <attribute name="SetTestMax" methode="SetTestMax"> 155 <param name="tmax" type="bool" default="false"/> 156 <param name="vmax" type="double" default="+1.e30"/> 157 </attribute> 158 <connection> 159 <input name="Coord1In"/> 160 <input name="Coord2In"/> 161 <input name="BoloIn"/> 162 </connection> 163 </processor> 164 165 <processor name="rztoiproc" class="RzTOIProc" include="rztoi.h"> 166 <init> 167 <param name="w1" type="int" default="4096"/> 168 <param name="w2" type="int" default="128"/> 169 <param name="nmax" type="int" default="20"/> 170 </init> 171 <attribute name="SetOutPPF" methode="SetOutPPF"> 172 <param name="ppfname" type="string"/> 173 </attribute> 174 <connection> 175 <input name="in"/> 176 <output name="out"/> 177 </connection> 178 </processor> 179 180 <processor name="rzsimpletoiproc" class="RzSimpleTOIProc" include="rztoi.h"> 181 <init> 182 <param name="wsz" type="int" default="1024"/> 183 <param name="fact" type="double" default="1.0"/> 184 </init> 185 <connection> 186 <input name="in"/> 187 <output name="out"/> 188 </connection> 189 </processor> 190 191 <processor name="noisegen" class="NoiseGen" include="noisegen.h"> 192 <connection> 193 <output name="noise"/> 194 </connection> 195 </processor> 196 197 <processor name="noisegengauss" class="NoiseGenGauss" include="noisegen.h"> 198 <init> 199 <param name="sigma" type="float"/> 200 </init> 201 <connection> 202 <output name="noise"/> 203 </connection> 204 </processor> 205 206 <processor name="noisegen00F" class="NoiseGenOOF" include="noisegen.h"> 207 <init> 208 <param name="fknee" type="float"/> 209 <param name="sigma" type="float"/> 210 </init> 211 <connection> 212 <output name="noise"/> 213 </connection> 214 </processor> 215 216 <processor name="meanvarestimator" class="MeanVarEstimator" include="meanvarestim.h"> 217 <init> 218 <param name="nsamp" type="int"/> 219 </init> 220 <attribute name="doNotLookAt" methode="doNotLookAt"> 221 <param name="flag" type="long" default="FlgToiAll"/> 222 </attribute> 223 <connection> 224 <input name="signal"/> 225 <output name="mean"/> 226 <output name="variance"/> 227 </connection> 228 </processor> 229 230 231 232 <!-- processeur fictif de demo --> 39 233 <processor name="demopipe" class="DemoPipe" include="demopipe.h"> 40 234 … … 49 243 </processor> 50 244 51 <processor name="fitsreader" class="FITSTOIReader" include="fitstoirdr.h">52 <init>53 <param name="fn" type="string" default="test.fits"/>54 </init>55 56 <connection>57 </connection>58 59 </processor>60 61 <processor name="fitswriter" class="FITSTOIWriter" include="fitstoiwtr.h">62 <init>63 <param name="fn" type="string"/>64 </init>65 66 <connection>67 </connection>68 69 </processor>70 71 72 245 </processors> 73 246
Note:
See TracChangeset
for help on using the changeset viewer.