File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed
Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 120120 " detectorResults = Array.CreateInstance(ROfRhoDetector,1)\n " ,
121121 " detectorResults[0] = simulationOutput.ResultsDictionary[\" ROfRho\" ]\n " ,
122122 " logReflectance = [r for r in detectorResults[0].Mean]\n " ,
123- " detectorMidpoints = [mp for mp in detectorRange.AsEnumerable() ]\n " ,
123+ " detectorMidpoints = [mp for mp in detectorRange]\n " ,
124124 " \n " ,
125125 " xLabel = \" ρ [mm]\"\n " ,
126126 " yLabel = \" log(R(ρ)) [mm-2]\"\n " ,
131131 " chart.update_yaxes(type=\" log\" )\n " ,
132132 " chart.show()\n "
133133 ]
134+ },
135+ {
136+ "cell_type" : " code" ,
137+ "execution_count" : null ,
138+ "metadata" : {},
139+ "outputs" : [],
140+ "source" : []
134141 }
135142 ],
136143 "metadata" : {
Original file line number Diff line number Diff line change 144144 " detectorResults1 = Array.CreateInstance(ROfRhoDetector,1)\n " ,
145145 " detectorResults1[0] = simulationOutput1.ResultsDictionary[\" ROfRho\" ]\n " ,
146146 " logReflectance1 = [r for r in detectorResults1[0].Mean]\n " ,
147- " detectorMidpoints1 = [mp for mp in detectorRange.AsEnumerable() ]\n " ,
147+ " detectorMidpoints1 = [mp for mp in detectorRange]\n " ,
148148 " \n " ,
149149 " detectorResults2 = Array.CreateInstance(ROfRhoDetector,1)\n " ,
150150 " detectorResults2[0] = simulationOutput2.ResultsDictionary[\" ROfRho\" ]\n " ,
151151 " logReflectance2 = [r for r in detectorResults2[0].Mean]\n " ,
152- " detectorMidpoints2 = [mp for mp in detectorRange.AsEnumerable() ]\n " ,
152+ " detectorMidpoints2 = [mp for mp in detectorRange]\n " ,
153153 " \n " ,
154154 " xLabel = \" ρ [mm]\"\n " ,
155155 " yLabel = \" log(R(ρ)) [mm-2]\"\n " ,
161161 " chart.update_yaxes(type=\" log\" )\n " ,
162162 " chart.show()"
163163 ]
164+ },
165+ {
166+ "cell_type" : " code" ,
167+ "execution_count" : null ,
168+ "id" : " c4ec7f86" ,
169+ "metadata" : {},
170+ "outputs" : [],
171+ "source" : []
164172 }
165173 ],
166174 "metadata" : {
You can’t perform that action at this time.
0 commit comments