diff --git a/.gitignore b/.gitignore index b77b35370..79784747f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ JCTBGui/ *.toc build tests +docs/ diff --git a/Makefile b/Makefile index 99ffb190a..8378d9977 100755 --- a/Makefile +++ b/Makefile @@ -120,8 +120,8 @@ htmldoc: detaildoc: createdocs docspdf docshtml removedocs -createdocs: doxy.config - doxygen doxy.config +createdocs: $(LIBRARYDIR)/doxy.config + doxygen $(LIBRARYDIR)/doxy.config docspdf: cd slsDetectorPackageDocs/latex && make diff --git a/doxy.config b/doxy.config deleted file mode 100644 index 18a5ed106..000000000 --- a/doxy.config +++ /dev/null @@ -1,164 +0,0 @@ -# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in -# documentation are documented, even if no documentation was available. -# Private class members and static file members will be hidden unless -# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES - -EXTRACT_ALL = YES - -# If the EXTRACT_PRIVATE tag is set to YES all private members of a class -# will be included in the documentation. - -EXTRACT_PRIVATE = NO - - - -# If the EXTRACT_STATIC tag is set to YES all static members of a file -# will be included in the documentation. - -EXTRACT_STATIC = YES - -# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) -# defined locally in source files will be included in the documentation. -# If set to NO only classes defined in header files are included. - -EXTRACT_LOCAL_CLASSES = YES - -# This flag is only useful for Objective-C code. When set to YES local -# methods, which are defined in the implementation section but not in -# the interface are included in the documentation. -# If set to NO (the default) only methods in the interface are included. - -EXTRACT_LOCAL_METHODS = YES - -# If this flag is set to YES, the members of anonymous namespaces will be -# extracted and appear in the documentation as a namespace called -# 'anonymous_namespace{file}', where file will be replaced with the base -# name of the file that contains the anonymous namespace. By default -# anonymous namespace are hidden. - -EXTRACT_ANON_NSPACES = NO - -# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all -# undocumented members of documented classes, files or namespaces. -# If set to NO (the default) these members will be included in the -# various overviews, but no documentation section is generated. -# This option has no effect if EXTRACT_ALL is enabled. - -HIDE_UNDOC_MEMBERS = NO - -# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all -# undocumented classes that are normally visible in the class hierarchy. -# If set to NO (the default) these classes will be included in the various -# overviews. This option has no effect if EXTRACT_ALL is enabled. - -HIDE_UNDOC_CLASSES = NO - -# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all -# friend (class|struct|union) declarations. -# If set to NO (the default) these declarations will be included in the -# documentation. - -HIDE_FRIEND_COMPOUNDS = NO - -INTERNAL_DOCS = NO - -SHOW_INCLUDE_FILES = YES - -SHOW_FILES = YES - -SHOW_NAMESPACES = NO - -COMPACT_LATEX = YES - -PAPER_TYPE = a4 - -PDF_HYPERLINKS = YES - -USE_PDFLATEX = YES - -LATEX_HIDE_INDICES = YES - -PREDEFINED = __cplusplus - -INPUT = slsDetectorSoftware/commonFiles/communication_funcs.h \ - slsDetectorSoftware/commonFiles/error_defs.h \ - slsDetectorSoftware/commonFiles/sls_detector_defs.h \ - slsDetectorSoftware/commonFiles/sls_detector_funcs.h \ - slsDetectorSoftware/f90Interface/externPostProcessing.h \ - slsDetectorSoftware/multiSlsDetector/multiSlsDetectorClient.h \ - slsDetectorSoftware/multiSlsDetector/multiSlsDetectorCommand.h \ - slsDetectorSoftware/multiSlsDetector/multiSlsDetector.h \ - slsDetectorSoftware/slsDetector/slsDetectorActions.h \ - slsDetectorSoftware/slsDetector/slsDetectorBase.h \ - slsDetectorSoftware/slsDetector/slsDetectorCommand.h \ - slsDetectorSoftware/slsDetector/slsDetector.h \ - slsDetectorSoftware/slsDetector/slsDetectorUsers.h \ - slsDetectorSoftware/slsDetector/slsDetectorUtils.h \ - slsDetectorSoftware/slsDetectorAnalysis/angCalLogClass.h \ - slsDetectorSoftware/slsDetectorAnalysis/angleConversionConstant.h \ - slsDetectorSoftware/slsDetectorAnalysis/angularCalibration.h \ - slsDetectorSoftware/slsDetectorAnalysis/angularConversion.h \ - slsDetectorSoftware/slsDetectorAnalysis/AngularConversion_Standalone.h \ - slsDetectorSoftware/slsDetectorAnalysis/angularConversionStatic.h \ - slsDetectorSoftware/slsDetectorAnalysis/badChannelCorrections.h \ - slsDetectorSoftware/slsDetectorAnalysis/detectorData.h \ - slsDetectorSoftware/slsDetectorAnalysis/enCalLogClass.h \ - slsDetectorSoftware/slsDetectorAnalysis/energyCalibration.h \ - slsDetectorSoftware/slsDetectorAnalysis/energyConversion.h \ - slsDetectorSoftware/slsDetectorAnalysis/fileIO.h \ - slsDetectorSoftware/slsDetectorAnalysis/FileIO_Standalone.h \ - slsDetectorSoftware/slsDetectorAnalysis/fileIOStatic.h \ - slsDetectorSoftware/slsDetectorAnalysis/movingStat.h \ - slsDetectorSoftware/slsDetectorAnalysis/postProcessingFileIO_Standalone.h \ - slsDetectorSoftware/slsDetectorAnalysis/postProcessingFuncs.h \ - slsDetectorSoftware/slsDetectorAnalysis/postProcessing.h \ - slsDetectorSoftware/slsDetectorAnalysis/postProcessing_Standalone.h \ - slsDetectorSoftware/slsDetectorAnalysis/runningStat.h \ - slsDetectorSoftware/slsDetectorAnalysis/singlePhotonFilter.h \ - slsDetectorSoftware/slsDetectorAnalysis/single_photon_hit.h \ - slsDetectorSoftware/slsDetectorAnalysis/TSlsDetectorDict.h \ - slsDetectorSoftware/slsReceiverInterface/receiverInterface.h \ - slsDetectorSoftware/threadFiles/CondVar.h \ - slsDetectorSoftware/threadFiles/Global.h \ - slsDetectorSoftware/threadFiles/Multi.h \ - slsDetectorSoftware/threadFiles/Mutex.h \ - slsDetectorSoftware/threadFiles/Single.h \ - slsDetectorSoftware/threadFiles/Task.h \ - slsDetectorSoftware/threadFiles/ThreadPool.h \ - slsDetectorSoftware/usersFunctions/angleFunction.h \ - slsDetectorSoftware/usersFunctions/usersFunctions.h \ - slsReceiverSoftware/include/ansi.h \ - slsReceiverSoftware/include/BinaryFile.h \ - slsReceiverSoftware/include/BinaryFileStatic.h \ - slsReceiverSoftware/include/circularFifo.h \ - slsReceiverSoftware/include/DataProcessor.h \ - slsReceiverSoftware/include/DataStreamer.h \ - slsReceiverSoftware/include/Fifo.h \ - slsReceiverSoftware/include/File.h \ - slsReceiverSoftware/include/GeneralData.h \ - slsReceiverSoftware/include/genericSocket.h \ - slsReceiverSoftware/include/HDF5File.h \ - slsReceiverSoftware/include/HDF5FileStatic.h \ - slsReceiverSoftware/include/Listener.h \ - slsReceiverSoftware/include/logger.h \ - slsReceiverSoftware/include/MySocketTCP.h \ - slsReceiverSoftware/include/receiver_defs.h \ - slsReceiverSoftware/include/RestHelper.h \ - slsReceiverSoftware/include/sls_receiver_defs.h \ - slsReceiverSoftware/include/sls_receiver_funcs.h \ - slsReceiverSoftware/include/slsReceiver.h \ - slsReceiverSoftware/include/slsReceiverTCPIPInterface.h \ - slsReceiverSoftware/include/slsReceiverUsers.h \ - slsReceiverSoftware/include/ThreadObject.h \ - slsReceiverSoftware/include/UDPBaseImplementation.h \ - slsReceiverSoftware/include/UDPInterface.h \ - slsReceiverSoftware/include/UDPRESTImplementation.h \ - slsReceiverSoftware/include/UDPStandardImplementation.h \ - slsReceiverSoftware/include/utilities.h \ - slsReceiverSoftware/include/ZmqSocket.h - - - - -OUTPUT_DIRECTORY = slsDetectorPackageDocs - diff --git a/manual/docs/html/slsDetectors-FAQ/footnode.html b/manual/docs/html/slsDetectors-FAQ/footnode.html index a874b9474..9d4a88914 100644 --- a/manual/docs/html/slsDetectors-FAQ/footnode.html +++ b/manual/docs/html/slsDetectors-FAQ/footnode.html @@ -18,15 +18,15 @@ original version by: Nikos Drakos, CBLU, University of Leeds - +
. diff --git a/manual/docs/html/slsDetectors-FAQ/images.pl b/manual/docs/html/slsDetectors-FAQ/images.pl index 81701e712..91bff74bf 100644 --- a/manual/docs/html/slsDetectors-FAQ/images.pl +++ b/manual/docs/html/slsDetectors-FAQ/images.pl @@ -5,73 +5,104 @@ $key = q/includegraphics[width=textwidth]{imagesslashtrimbitdistribution};AAT/; $cached_env_img{$key} = q||; +$key = q/displaystyleX_ell={ensuremath{displaystyle{frac{{ensuremath{displaystyle{{ensure{{ensuremath{displaystyle{|b|m}}}}{{ensuremath{displaystyle{e}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + $key = q/E_f
|; $key = q/E_t |; -$key = q/(108602&0xFFFFFFFE)>>1=54301;MSF=1.6;AAT/; +$key = q/lambda=;MSF=1.6;AAT/; $cached_env_img{$key} = q| |; + WIDTH="31" HEIGHT="15" ALIGN="BOTTOM" BORDER="0" + SRC="|."$dir".q|img202.png" + ALT="$ \lambda =$">|; -$key = q/includegraphics[width=textwidth]{multi_detector};AAT/; +$key = q/N_{mathrm{obs}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="37" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img142.png" + ALT="$ N_{\mathrm{obs}}$">|; -$key = q/Vthreshold=7;MSF=1.6;AAT/; +$key = q/displaystylelanglexrangle={ensuremath{displaystyle{frac{{ensuremath{displaystyleath{displaystyle{sqrt{C_1+C_2}}}}}{{ensuremath{displaystyle{2}}}}}}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="261" HEIGHT="63" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img178.png" + ALT="$\displaystyle \langle x \rangle={\ensuremath{\displaystyle{\frac{{\ensuremath{\... +...nsuremath{\displaystyle{\sqrt{C_1+C_2}}}}}{{\ensuremath{\displaystyle{2}}}}}}} +$">|; -$key = q/includegraphics[width=textwidth]{imagesslashro_trigger_acquisition.eps};AAT/; +$key = q/displaystylemathsf{GoF}_{(2)}=sqrt{{ensuremath{displaystyle{frac{{ensuremath{dismath{left({langlexrangle^*-langlexrangle_{!mathrm{w(2)}}+1}right)}}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="569" HEIGHT="189" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img169.png" + ALT="$\displaystyle \mathsf{GoF}_{(2)}= +\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ens... +...{\left({ +\langle x\rangle^*-\langle x \rangle_{\!\mathrm{w(2)}}+1 +}\right)}} +} +$">|; + +$key = q/N_k;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; $key = q/E_t>4;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; -$key = q/(108602&0x1)=0;MSF=1.6;AAT/; +$key = q/displaystylePhi_m;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="28" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img57.png" + ALT="$\displaystyle \Phi_m$">|; -$key = q/E_t;MSF=1.6;AAT/; +$key = q/DeltaOmega;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="29" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" + SRC="|."$dir".q|img69.png" + ALT="$ \Delta\Omega$">|; -$key = q/includegraphics[width=textwidth]{imagesslashtrimbitplot};AAT/; +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{E{ensuremath{mathrm{e}}}^{-2lambda}}}}}{{ensuremath{displaystyle{4lambda^3}}}}}}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="296" HEIGHT="59" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img191.png" + ALT="$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{E{\en... +...math{\mathrm{e}}}^{-2\lambda}}}}}{{\ensuremath{\displaystyle{4\lambda^3}}}}}}} +$">|; + +$key = q/s=0ldots+infty;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; $key = q/{displaymath}textrm{textbf{MEASUREMENTS}}leftUpdownarrow,{array}{l}%textrm{Measuightarrow,textrm{Stopscript}{array}%right.{array}right.{displaymath};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; -$key = q/includegraphics[width=textwidth]{imagesslashbad_ff_col};AAT/; +$key = q/X;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="19" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" + SRC="|."$dir".q|img214.png" + ALT="$ X$">|; -$key = q/includegraphics[width=textwidth]{data_receiver};AAT/; +$key = q/N_{mathrm{obs}}^*;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="37" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img149.png" + ALT="$ N_{\mathrm{obs}}^*$">|; + +$key = q/displaystyle{sigma}_{langlexrangle_{!mathrm{w}}}^{mathrm{corrected}}=mathsf{GoF}sigma_{langlexrangle_{!mathrm{w}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleY_ell=mathop{sum_{k,j}}_{{ensuremath{left|{b_{k,j}capB_ell}right|}}>displaystyle{B}}}}}}}{ensuremath{left({sigma_{r_{k,j}}}right)}}^{-2};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleR_ell={ensuremath{displaystyle{frac{{ensuremath{displaystyle{X_ell}}uremath{displaystyle{e(C+1)}}}}{{ensuremath{displaystyle{m|b|}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/hat{B}_ell;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/n-m=s-2k;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleI_{k,j}={ensuremath{displaystyle{frac{{ensuremath{displaystyle{e_{k,emath{left({C_{k,j}+min{ensuremath{left({1,C_{k,j}}right)}}}right)}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; $key = q/Resolution=4;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; $key = q/E_0;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; -$key = q/pm;MSF=1.6;AAT/; +$key = q/displaystylex=langlexrangle^*={ensuremath{displaystyle{frac{{ensuremath{displays}}}}}{{ensuremath{displaystyle{N_{mathrm{obs}}^*}}}}}}}langlexrangle;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="382" HEIGHT="78" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img150.png" + ALT="$\displaystyle x=\langle x\rangle^*={\ensuremath{\displaystyle{\frac{{\ensuremat... +...obs}}}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}}}}\langle x\rangle +$">|; -$key = q/Counts=500;MSF=1.6;AAT/; +$key = q/sigma_{eta_0};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="27" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img221.png" + ALT="$ \sigma_{\eta_0}$">|; -$key = q/includegraphics[width=textwidth]{imagesslashtrigger_acquisition.eps};AAT/; +$key = q/displaystyle{ensuremath{left|{B_ell}right|}}=B;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="66" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img90.png" + ALT="$\displaystyle {\ensuremath{\left\vert{B_\ell}\right\vert}}=B$">|; -$key = q/E_f;MSF=1.6;AAT/; +$key = q/{ensuremath{{2theta}}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="20" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" + SRC="|."$dir".q|img63.png" + ALT="$ {\ensuremath{{2\theta}}}$">|; + +$key = q/displaystylesigma_X=sqrt{langleX^2rangle-langleXrangle^2}=sqrt{eta_0X_0}=eta_0sqrt{C_0}=sqrt{eta_0}sqrt{X_0};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylePhi_m-{ensuremath{displaystyle{frac{{ensuremath{displaystyle{180}}}}ensuremath{displaystyle{D_m}}}}{{ensuremath{displaystyle{R_m}}}}}}}.;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; $key = q/E_t
|; -$key = q/includegraphics[width=textwidth]{imagesslashnormal_acquisition.eps};AAT/; +$key = q/displaystylechi_{(0)}^2=mathop{sum}_{j=1}^{N_{mathrm{obs}}}{ensuremath{displaystath{left({F_j-C_j}right)}}^2}}}}{{ensuremath{displaystyle{C_j}}}}}}};MSF=1.6;AAT/; $cached_env_img{$key} = q| |; + WIDTH="160" HEIGHT="67" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img140.png" + ALT="$\displaystyle \chi_{(0)}^2 = \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremat... +...remath{\left({F_j-C_j}\right)}}^2 +}}}}{{\ensuremath{\displaystyle{ +C_j +}}}}}}} +$">|; -$key = q/E_t=E_0slash2;MSF=1.6;AAT/; +$key = q/C_j,quadj=1ldotsN_{mathrm{obs}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="138" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img143.png" + ALT="$ C_j,\quad j=1\ldots N_{\mathrm{obs}}$">|; + +$key = q/displaystyleepsilon={ensuremath{displaystyle{frac{{ensuremath{displaystyle{sigmaath{displaystyle{1}}}}{{ensuremath{displaystyle{sqrt{2lambda}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_X=sqrt{eta_0}sqrt{X_0}=eta_0sqrt{C_0}=eta_0sigma_{C_0};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/N=10^8;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/D_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{{ensuremath{left|{b_{k,j}capB_ell}right|}}}}}}{{ensuremath{displaystyle{B}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/X_ell=0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_1;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/e_lambda=E_lambdaslashlambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sigma_{R_ell};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/F_j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; $key = q/includegraphics[width=textwidth]{imagesslashnoise_thresholdscantrimmed};AAT/; $cached_env_img{$key} = q|
|; +$key = q/displaystyle{sigma}_{langlexrangle_{!mathrm{w(2)}}}^{mathrm{corrected}}=mathsf{GoF}_{(2)}sigma_{langlexrangle_{!mathrm{w(2)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylek_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/b_{k,j};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Rightarrow;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/d;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Phi_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/2thetaequiv{ensuremath{{2theta}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleB_ell=[{ensuremath{{2theta}}}_0+(ell-1)B,{ensuremath{{2theta}}}_0+ellB],qquadell=1,ldots,M;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashthr_scan_expl};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{D_m}}}}{{ensuremath{displaystyle{p}}}}}}};;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_{k,j};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelanglexrangle_{!mathrm{w(2)}}={ensuremath{displaystyle{frac{{ensuremmath{displaystyle{1}}}}{{ensuremath{displaystyle{C_j+1}}}}}}}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/e_lambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleX_0=eta_0C_0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashsample_with_fluorescence};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/xi_lambda=sqrt{lambdaslashN};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashnoise_thresholdscanuntrimmed};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_2;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleint_{-infty}^{+infty}{ensuremath{mathrm{d}{eta},}}mathop{sum}_{n=0}^{+infty}P(n)widehat{P}(eta)=1;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/R_ell;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{E{ensuremath{ystyle{E{ensuremath{left({langlexrangle}right)}}}}}}}}}=O(epsilon^2);MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_1,C_2;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/N_{mathrm{obs}}=2;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{sigma}_{langlexrangle_{!mathrm{w(1)}}}^{mathrm{corrected}}=mathsf{GoF}_{(1)}sigma_{langlexrangle_{!mathrm{w(1)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelanglexrangle_{mathrm{w(2)}}={ensuremath{displaystyle{frac{{ensuremaystyle{(C_1+1)(C_2+1)}}}}{{ensuremath{displaystyle{C_1+C_2+2}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{r_{k,j}}={ensuremath{displaystyle{frac{{ensuremath{displaysty,j}}right|}}m_{k,j}}}}}}}}sqrt{{ensuremath{left({C_{k,j}+1}right)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Vthreshold=7;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{R_ell}={ensuremath{displaystyle{frac{{ensuremath{displaystyleh{displaystyle{esqrt{(C+1)}}}}}{{ensuremath{displaystyle{|b|m}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{langlexrangle_{!mathrm{w(1)}}}={ensuremath{displaystyle{frac{mathrm{w(1)}}}}}}{{ensuremath{displaystyle{N_{mathrm{obs}}^*}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelanglen^2rangle=mathop{sum}_{n=0}^{+infty}n^2P(n)=C_0^2+C_0;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/k=1,ldots,P;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/proptoepsilon_x;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/o_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyler_{k,j}={ensuremath{displaystyle{frac{{ensuremath{displaystyle{I_{k,emath{left({C_{k,j}+min{ensuremath{left({1,C_{k,j}}right)}}}right)}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_x=sqrt{langlex^2rangle-langlexrangle^2}=sqrt{{ensuremath{displ{mathrm{obs}}}}}}}}}mathop{sum}_{j=1}^{N_{mathrm{obs}}}C_j}right)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/lambda=1,10,100,ldots,1000000;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/langlexrangle^*;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleo_m+{ensuremath{displaystyle{frac{{ensuremath{displaystyle{180}}}}{{ensuremath{displaystyle{pi}}}}}}}c_mk_m;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylex=langlexrangle={ensuremath{displaystyle{frac{{ensuremath{displaystyystyle{N_{mathrm{obs}}}}}}}}}mathop{sum}_{j=1}^{N_{mathrm{obs}}}C_j.;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O_j=C_j+min{ensuremath{left({1,C_j}right)}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O(epsilon_x^2);MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelangleXrangle=mathop{sum}_{n=0}^{+infty}eta_0nP(n)=eta_0C_0=X_0;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{data_receiver};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/chi^2;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslasheffiThinkBackplanes};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/M;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/K;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylex=langlexrangle_{!mathrm{w}}={ensuremath{displaystyle{frac{{ensurema{displaystyle{1}}}}{{ensuremath{displaystyle{sigma_j^2}}}}}}}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylealpha_{jm}=o_m+{ensuremath{left({{ensuremath{displaystyle{frac{{ensuarctan{ensuremath{left[{{ensuremath{left({j-c_m}right)}}k_m}right]}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/E_f;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleR_ell={ensuremath{displaystyle{frac{{ensuremath{displaystyle{X_ell}}}}{{ensuremath{displaystyle{Y_ell}}}}}}};;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/e_{k,j};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/I_0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_x={ensuremath{displaystyle{frac{{ensuremath{displaystyle{1}}}}e{langlexrangle}}}}{{ensuremath{displaystyle{N_{mathrm{obs}}}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/eta_0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/s=n+m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/b;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/x;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_j=0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/c_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/R_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/{langlexrangle};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleP(n)={ensuremath{displaystyle{frac{{ensuremath{displaystyle{C_0^n{ensuremath{mathrm{e}}}^{-C_0}}}}}{{ensuremath{displaystyle{n!}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashthr_scan_fluo};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylechi^2=mathop{sum}_{j=1}^{N_{mathrm{obs}}}{ensuremath{displaystyle{frft({F_j-O_j}right)}}^2}}}}{{ensuremath{displaystyle{sigma_j^2}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylec_mp.;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O_j=C_j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashsettings};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleE{ensuremath{left({sigma_x^2}right)}}=mathop{sum}_{m,n=0}^{+infty}{ensuremath{displaystyle{lambda}}}}{{ensuremath{displaystyle{2}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/N_E;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{p}}}}{{ensuremath{displaystyle{k_m}}}}}}};;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylemathop{sum}_{n=0}^{+infty}P(n)=1;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/hat{b}_{j,k};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/(108602&0xFFFFFFFE)>>1=54301;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelanglexrangle_{mathrm{w(2)}}=langlexrangle+1-{ensuremath{displaystyle{(C_1-C_2)^2}}}}{{ensuremath{displaystyle{4(langlexrangle+1)}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/lambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{multi_detector};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{langlexrangle_{!mathrm{w}}}={ensuremath{displaystyle{frac{{endisplaystyle{1}}}}{{ensuremath{displaystyle{sigma_j^2}}}}}}}}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/2theta;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashro_trigger_acquisition.eps};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O_n;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleo_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/(108602&0x1)=0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/ell;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{x^*}={ensuremath{displaystyle{frac{{ensuremath{displaystyle{Nnglexrangle^*}}}}{{ensuremath{displaystyle{N_{mathrm{obs}}^*}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O(epsilon_x^3);MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/k;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{R_ell}={ensuremath{displaystyle{frac{{ensuremath{displaystyle{1}}}}{{ensuremath{displaystyle{sqrt{Y_ell}}}}}}}}.;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle=;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{langlexrangle_{!mathrm{w(2)}}}={ensuremath{displaystyle{frac{mathrm{w(2)}}}}}}{{ensuremath{displaystyle{N_{mathrm{obs}}^*}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleqquadhat{b}_{k,j}inB_ell.;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/{langlexrangle_{!mathrm{w(1)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelangleX^2rangle=int_{-infty}^{+infty}{ensuremath{mathrm{d}{eta},}}mahop{sum}_{n=0}^{+infty}n^2P(n)=(eta_0^2+sigma_{eta_0}^2)(C_0^2+C_0);;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sigma_{O_n};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/{langlexrangle^*};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Counts=500;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{I_{k,j}}={ensuremath{displaystyle{frac{{ensuremath{displaystyisplaystyle{m_{k,j}}}}}}}}sqrt{{ensuremath{left({C_{k,j}+1}right)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Deltat;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelanglexrangle_{!mathrm{w(1)}}={ensuremath{displaystyle{frac{{ensuremremath{displaystyle{1}}}}{{ensuremath{displaystyle{C_j}}}}}}}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleX_ell=mathop{sum_{k,j}}_{{ensuremath{left|{b_{k,j}capB_ell}right|}}>style{B}}}}}}}r_{k,j}{ensuremath{left({sigma_{r_{k,j}}}right)}}^{-2};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleK={ensuremath{displaystyle{frac{{ensuremath{displaystyle{1}}}}{{ensusplaystyle{R_ell}}}}{{ensuremath{displaystyle{sigma_{R_ell}^2}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sigma_X=sqrt{langleXrangle}=sqrt{X_0};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/O_j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sigma_j^2=C_j+1;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleE{ensuremath{left({{ensuremath{displaystyle{frac{{ensuremath{displayh{displaystyle{lambda^{n+m}}}}}{{ensuremath{displaystyle{n!m!}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylemathsf{GoF}=sqrt{{ensuremath{displaystyle{frac{{ensuremath{displayst}}}}}}}}}}}}}}}}}{{ensuremath{displaystyle{N_{mathrm{obs}}-1}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/B;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/{ensuremath{{2theta}}}_{max}={ensuremath{{2theta}}}_0+MB;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylehat{B}_ell,quadKR_ell,quadKsigma_{R_ell};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/E_t=E_0slash2;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesigma_{C_0}=sqrt{langlen^2rangle-langlenrangle^2}=sqrt{C_0};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/epsilon_lambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{I_0}DeltatDeltaOmega{ensuremath{displaystyle{frac{{ensuremath{displ}}}}{{ensuremath{displaystyle{{ensuremath{mathrm{d}{},}}Omega}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleqquad{ensuremath{left|{b_{k,j}capB_ell}right|}}>0.;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{p}}}}{{ensuremath{displaystyle{R_m}}}}}}};;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + $key = q/Updownarrow;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; $key = q/includegraphics[width=textwidth]{imagesslashgated_acquisition.eps};AAT/; $cached_env_img{$key} = q|
|; -$key = q/Rightarrow;MSF=1.6;AAT/; +$key = q/displaystyleD_m;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="30" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img61.png" + ALT="$\displaystyle D_m$">|; -$key = q/cdot;MSF=1.6;AAT/; +$key = q/epsilon_lambda=sqrt{lambdaslashN}slashlambda=1slashsqrt{Nlambda};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="179" HEIGHT="38" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img198.png" + ALT="$ \epsilon_\lambda=\sqrt{\lambda/N}/\lambda=1/\sqrt{N\lambda}$">|; -$key = q/d;MSF=1.6;AAT/; +$key = q/{langlexrangle_{!mathrm{w(1)}}}:;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="64" HEIGHT="32" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img208.png" + ALT="$ {\langle x \rangle_{\!\mathrm{w(1)}}} :$">|; -$key = q/includegraphics[width=textwidth]{imagesslashFFSetup};AAT/; +$key = q/displaystylehat{B}_ell={ensuremath{{2theta}}}_0+(ell-1slash2)B,;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="166" HEIGHT="38" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img91.png" + ALT="$\displaystyle \hat{B}_\ell={\ensuremath{{2\theta}}}_0+(\ell-1/2)B,$">|; -$key = q/includegraphics[width=textwidth]{imagesslashthr_scan_fluo};AAT/; +$key = q/DeltaOmegaproptoDelta{ensuremath{{2theta}}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="80" HEIGHT="14" ALIGN="BOTTOM" BORDER="0" + SRC="|."$dir".q|img71.png" + ALT="$ \Delta\Omega\propto \Delta {\ensuremath{{2\theta}}}$">|; -$key = q/includegraphics[width=textwidth]{imagesslashthr_scan_expl};AAT/; +$key = q/displaystyleR_m;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="29" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img59.png" + ALT="$\displaystyle R_m$">|; -$key = q/includegraphics[width=textwidth]{imagesslashsample_with_fluorescence};AAT/; +$key = q/displaystyleY_ell={ensuremath{displaystyle{frac{{ensuremath{displaystyle{{ensureh{displaystyle{|b|^2m^2}}}}{{ensuremath{displaystyle{e^2(C+1)}}}}}}};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; + WIDTH="344" HEIGHT="61" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img122.png" + ALT="$\displaystyle Y_\ell={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyl... +...\displaystyle{\vert b\vert^2m^2}}}}{{\ensuremath{\displaystyle{e^2(C+1)}}}}}}} +$">|; -$key = q/includegraphics[width=textwidth]{imagesslashsettings};AAT/; +$key = q/displaystyle{ensuremath{left|{b_{k,j}}right|}}={ensuremath{{2theta}}}_{k,j}^{+}-{ensuremath{{2theta}}}_{k,j}^{-};MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; - -$key = q/includegraphics[width=textwidth]{imagesslashnoise_thresholdscanuntrimmed};AAT/; -$cached_env_img{$key} = q|
|; + WIDTH="145" HEIGHT="36" ALIGN="MIDDLE" BORDER="0" + SRC="|."$dir".q|img79.png" + ALT="$\displaystyle {\ensuremath{\left\vert{b_{k,j}}\right\vert}}={\ensuremath{{2\theta}}}_{k,j}^{+}-{\ensuremath{{2\theta}}}_{k,j}^{-} +$">|; $key = q/E_t>E_f+3;MSF=1.6;AAT/; $cached_env_img{$key} = q|
|; +$key = q/displaystyleb_{k,j};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelanglenrangle=mathop{sum}_{n=0}^{+infty}nP(n)=C_0;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleE{ensuremath{left({{ensuremath{displaystyle{frac{{ensuremath{displaye}}}^{-2lambda}}}}}{{ensuremath{displaystyle{4lambda^2}}}}}}}%{n!m!};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/mu;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/alpha_{jm};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/E_t;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylewidehat{P}(eta)={ensuremath{displaystyle{frac{{ensuremath{displaystyght)}}^2}}}}}{{ensuremath{displaystyle{sigma_{eta_0}sqrt{2pi}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/{ensuremath{{2theta}}}_0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{sigma_X}}}}{{{sigma_{eta_0}}}}}{{ensuremath{displaystyle{eta_0}}}}}}}}right)}}^2};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sqrt{C_0};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashtrimbitplot};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/P;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashbad_ff_col};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/{langlexrangle_{!mathrm{w(2)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelangleX^2rangle=mathop{sum}_{n=0}^{+infty}eta_0^2n^2P(n)=eta_0^2(C_0^2+C_0)=X_0^2+eta_0X_0;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleb_{k,j}={ensuremath{left[{{ensuremath{{2theta}}}_{k,j}^{-},{ensuremath{{2theta}}}_{k,j}^{+}}right]}},qquadj=1,ldots,N_k;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sigma_j^2=C_j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/pm;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/xi_lambda=;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/k,j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/m_{k,j};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/lambda<100;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleE{ensuremath{left({langlexrangle}right)}}=mathop{sum}_{m,n=0}^{+inft{mathrm{e}}}^{-lambda}}}}}{{ensuremath{displaystyle{n!}}}}}}}=lambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/e_lambdaslashepsilon_lambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashtrigger_acquisition.eps};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylec_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/k=0ldotss;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/k_m;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/E_lambda;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashnormal_acquisition.eps};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylemathop{sum}_{ell=1}^M{ensuremath{displaystyle{frac{{ensuremath{displlaystyle{R_ell}}}}{{ensuremath{displaystyle{sigma_{R_ell}^2}}}}}}}=M;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelangleOrangle={ensuremath{displaystyle{frac{{ensuremath{displaystylemath{displaystyle{mathop{sum}_{n=1}^{N_E}nu_nsigma_{O_n}^{-2}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Omega;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylechi_{(1)}^2=mathop{sum}_{j=1}^{N_{mathrm{obs}}}{ensuremath{displaystght)}}}right)}}}right)}}^2}}}}{{ensuremath{displaystyle{C_j+1}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylemathsf{GoF}_{(1)}=sqrt{{ensuremath{displaystyle{frac{{ensuremath{disremath{left({langlexrangle^*-langlexrangle_{!mathrm{w(1)}}}right)}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylealpha_{jm}=Phi_m-{ensuremath{left({{ensuremath{displaystyle{frac{{endisplaystyle{D_m-pj}}}}{{ensuremath{displaystyle{R_m}}}}}}}}right)}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/nu_n;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/C_0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/langlexrangle;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslasheffiSiHardXRays2};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/B_ell;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylelangleXrangle=int_{-infty}^{+infty}{ensuremath{mathrm{d}{eta},}}math+infty}{ensuremath{mathrm{d}{eta},}}widehat{P}(eta)eta=eta_0C_0=X_0;;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyle{ensuremath{displaystyle{frac{{ensuremath{displaystyle{{ensuremath{m}}}}{{ensuremath{displaystyle{{ensuremath{mathrm{d}{},}}Omega}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/sigma_j;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/includegraphics[width=textwidth]{imagesslashFFSetup};AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/cdot;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/Y_ell=0;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleepsilon_x={ensuremath{displaystyle{frac{{ensuremath{displaystyle{sigma_x}}}}{{ensuremath{displaystyle{x}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/n;MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylechi^2=mathop{sum}_{j=1}^{N_{mathrm{obs}}}{ensuremath{displaystyle{frleft({x-O_j}right)}}^2}}}}{{ensuremath{displaystyle{sigma_j^2}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystyleP'(X)=P(Xslasheta_0)=P(n)qquadBiggl|Biggr.qquadfrac{X}{eta_0}equivninmathbb{Z};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylehat{b}_{k,j}={ensuremath{displaystyle{frac{{ensuremath{displaystyle{nsuremath{{2theta}}}_{k,j}^{-}}}}}{{ensuremath{displaystyle{2}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + +$key = q/displaystylesqrt{{ensuremath{displaystyle{frac{{ensuremath{displaystyle{B}}}}{{ensuremath{displaystyle{{ensuremath{left|{bcapB_ell}right|}}}}}}}}}};MSF=1.6;AAT/; +$cached_env_img{$key} = q|
|; + 1; diff --git a/manual/docs/html/slsDetectors-FAQ/images.tex b/manual/docs/html/slsDetectors-FAQ/images.tex index b756e3d51..267e7c444 100644 --- a/manual/docs/html/slsDetectors-FAQ/images.tex +++ b/manual/docs/html/slsDetectors-FAQ/images.tex @@ -228,11 +228,17 @@ % !!! IMAGES START HERE !!! +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7641}% +$ \chi ^2$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + \stepcounter{chapter} \stepcounter{section} \stepcounter{section} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2621}% +\lthtmlpictureA{tex2html_wrap7721}% \includegraphics[width=\textwidth]{multi_detector}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} @@ -240,7 +246,7 @@ \stepcounter{subsection} \stepcounter{section} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2627}% +\lthtmlpictureA{tex2html_wrap7727}% \includegraphics[width=\textwidth]{data_receiver}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} @@ -251,26 +257,26 @@ \stepcounter{section} \stepcounter{section} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2637}% +\lthtmlinlinemathA{tex2html_wrap_inline7737}% $ d$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} \stepcounter{section} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2640}% +\lthtmlinlinemathA{tex2html_wrap_inline7740}% $ \Updownarrow$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2642}% +\lthtmlinlinemathA{tex2html_wrap_inline7742}% $ \Rightarrow$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmldisplayA{displaymath2644}% +\lthtmldisplayA{displaymath7744}% \begin{displaymath}\textrm{\textbf{MEASUREMENTS}} \\ \left\Updownarrow \, \begin{array}{l} \\ @@ -346,25 +352,25 @@ $ \Rightarrow$% \stepcounter{section} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2667}% +\lthtmlpictureA{tex2html_wrap7767}% \includegraphics[width=\textwidth]{images/normal_acquisition.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2671}% +\lthtmlpictureA{tex2html_wrap7771}% \includegraphics[width=\textwidth]{images/gated_acquisition.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2675}% +\lthtmlpictureA{tex2html_wrap7775}% \includegraphics[width=\textwidth]{images/trigger_acquisition.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2679}% +\lthtmlpictureA{tex2html_wrap7779}% \includegraphics[width=\textwidth]{images/ro_trigger_acquisition.eps}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} @@ -374,13 +380,13 @@ $ \Rightarrow$% \stepcounter{section} \stepcounter{subsection} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2690}% +\lthtmlinlinemathA{tex2html_wrap_inline7790}% $ (108602\&0xFFFFFFFE)>>1 = 54301$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2692}% +\lthtmlinlinemathA{tex2html_wrap_inline7792}% $ (108602\&0x1) =0$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} @@ -391,80 +397,103 @@ $ (108602\&0x1) =0$% \stepcounter{section} \stepcounter{subsection} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2698}% +\lthtmlpictureA{tex2html_wrap7801}% +\includegraphics[width=\textwidth]{images/effiSiHardXRays2}% +\lthtmlpictureZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7803}% +$ \mu$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlpictureA{tex2html_wrap7807}% +\includegraphics[width=\textwidth]{images/effiThinkBackplanes}% +\lthtmlpictureZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsection} +{\newpage\clearpage +\lthtmlpictureA{tex2html_wrap7812}% \includegraphics[width=\textwidth]{images/settings}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} +\stepcounter{section} +\stepcounter{chapter} +\stepcounter{section} +\stepcounter{subsection} \stepcounter{section} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2703}% +\lthtmlpictureA{tex2html_wrap7822}% \includegraphics[width=\textwidth]{images/thr_scan_expl}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2707}% +\lthtmlpictureA{tex2html_wrap7826}% \includegraphics[width=\textwidth]{images/thr_scan_fluo}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2712}% +\lthtmlinlinemathA{tex2html_wrap_inline7831}% $ E_0$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2716}% +\lthtmlinlinemathA{tex2html_wrap_inline7835}% $ E_t=E_0/2$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2720}% +\lthtmlinlinemathA{tex2html_wrap_inline7839}% $ E_f$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2724}% +\lthtmlinlinemathA{tex2html_wrap_inline7843}% $ E_t$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2738}% +\lthtmlinlinemathA{tex2html_wrap_inline7857}% $ E_f
E_f+3$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2744}% +\lthtmlinlinemathA{tex2html_wrap_inline7863}% $ E_t 4$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2767}% +\lthtmlpictureA{tex2html_wrap7886}% \includegraphics[width=\textwidth]{images/sample_with_fluorescence}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} @@ -472,14 +501,14 @@ $ E_t>4$% \stepcounter{section} \stepcounter{subsection} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2773}% +\lthtmlpictureA{tex2html_wrap7892}% \includegraphics[width=\textwidth]{images/bad_ff_col}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} \stepcounter{subsection} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2778}% +\lthtmlpictureA{tex2html_wrap7897}% \includegraphics[width=\textwidth]{images/FFSetup}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} @@ -487,49 +516,49 @@ $ E_t>4$% \stepcounter{section} \stepcounter{subsection} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2785}% +\lthtmlinlinemathA{tex2html_wrap_inline7904}% $ Vthreshold=7$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2787}% +\lthtmlinlinemathA{tex2html_wrap_inline7906}% $ Counts=500$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2789}% +\lthtmlinlinemathA{tex2html_wrap_inline7908}% $ Resolution=4$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2791}% +\lthtmlinlinemathA{tex2html_wrap_inline7910}% $ \pm$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2792}% +\lthtmlpictureA{tex2html_wrap7911}% \includegraphics[width=\textwidth]{images/noise_thresholdscanuntrimmed}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2796}% +\lthtmlpictureA{tex2html_wrap7915}% \includegraphics[width=\textwidth]{images/trimbitdistribution}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2800}% +\lthtmlpictureA{tex2html_wrap7919}% \includegraphics[width=\textwidth]{images/trimbitplot}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} {\newpage\clearpage -\lthtmlpictureA{tex2html_wrap2804}% +\lthtmlpictureA{tex2html_wrap7923}% \includegraphics[width=\textwidth]{images/noise_thresholdscantrimmed}% \lthtmlpictureZ \lthtmlcheckvsize\clearpage} @@ -537,7 +566,7 @@ $ \pm$% \stepcounter{section} \stepcounter{subsection} {\newpage\clearpage -\lthtmlinlinemathA{tex2html_wrap_inline2813}% +\lthtmlinlinemathA{tex2html_wrap_inline7932}% $ \cdot$% \lthtmlinlinemathZ \lthtmlcheckvsize\clearpage} @@ -545,5 +574,1460 @@ $ \cdot$% \stepcounter{section} \stepcounter{section} \stepcounter{subsection} +\stepcounter{chapter} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{section} +\stepcounter{chapter} +\stepcounter{section} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7946}% +$ \alpha_{jm}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7948}% +$ R_m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7950}% +$ \Phi_m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7952}% +$ D_m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7954}% +$ c_m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7956}% +$ o_m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline7958}% +$ k_m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7960}% +$\displaystyle \alpha_{jm}=\Phi_m-{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{180}}}}{{\ensuremath{\displaystyle{\pi}}}}}}}}\right)}}\arctan{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{D_m-pj}}}}{{\ensuremath{\displaystyle{R_m}}}}}}}}\right)}}$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7962}% +$\displaystyle \alpha_{jm}=o_m+{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{180}}}}{{\ensuremath{\displaystyle{\pi}}}}}}}}\right)}}c_mk_m+{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{180}}}}{{\ensuremath{\displaystyle{\pi}}}}}}}}\right)}}\arctan{\ensuremath{\left[{{\ensuremath{\left({j-c_m}\right)}}k_m}\right]}}$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7965}% +$\displaystyle c_m$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7967}% +$\displaystyle =$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7969}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{D_m}}}}{{\ensuremath{\displaystyle{p}}}}}}};$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7971}% +$\displaystyle k_m$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7975}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{p}}}}{{\ensuremath{\displaystyle{R_m}}}}}}};$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7977}% +$\displaystyle o_m$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7981}% +$\displaystyle \Phi_m-{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{180}}}}{{\ensuremath{\displaystyle{\pi}}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{D_m}}}}{{\ensuremath{\displaystyle{R_m}}}}}}}.$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7984}% +$\displaystyle \Phi_m$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7988}% +$\displaystyle o_m+{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{180}}}}{{\ensuremath{\displaystyle{\pi}}}}}}}c_mk_m;$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7990}% +$\displaystyle R_m$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7994}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{p}}}}{{\ensuremath{\displaystyle{k_m}}}}}}};$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay7996}% +$\displaystyle D_m$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8000}% +$\displaystyle c_m p.$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{section} +\stepcounter{subsection} +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8005}% +$ {\ensuremath{{2\theta}}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8007}% +$ 2\theta$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8010}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\mathrm{d}{}\, }}\bf {\sigma}}}}}{{\ensuremath{\displaystyle{{\ensuremath{\mathrm{d}{}\, }}\Omega}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8012}% +$ \Omega$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8014}% +$\displaystyle {I_0}\Delta t \Delta\Omega{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\mathrm{d}{}\, }}\bf {\sigma}}}}}{{\ensuremath{\displaystyle{{\ensuremath{\mathrm{d}{}\, }}\Omega}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8016}% +$ \Delta t$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8018}% +$ \Delta\Omega$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8020}% +$ I_0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8024}% +$ \Delta\Omega\propto \Delta {\ensuremath{{2\theta}}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8035}% +$ P$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8037}% +$ k$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8039}% +$ k=1,\ldots,P$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8041}% +$ N_k$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8043}% +$ 2\theta\equiv{\ensuremath{{2\theta}}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8045}% +$\displaystyle b_{k,j}={\ensuremath{\left[{{\ensuremath{{2\theta}}}_{k,j}^{-},{\ensuremath{{2\theta}}}_{k,j}^{+}}\right]}},\qquad j=1,\ldots,N_k +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8047}% +$\displaystyle \hat{b}_{k,j}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{{2\theta}}}_{k,j}^{+}+{\ensuremath{{2\theta}}}_{k,j}^{-}}}}}{{\ensuremath{\displaystyle{2}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8049}% +$\displaystyle {\ensuremath{\left|{b_{k,j}}\right|}}={\ensuremath{{2\theta}}}_{k,j}^{+}-{\ensuremath{{2\theta}}}_{k,j}^{-} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8051}% +$ C_{k,j}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8053}% +$ e_{k,j}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8055}% +$ m_{k,j}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8057}% +$ b_{k,j}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8059}% +$\displaystyle I_{k,j}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e_{k,j}}}}}{{\ensuremath{\displaystyle{m_{k,j}}}}}}}}{\ensuremath{\left({C_{k,j}+\min{\ensuremath{\left({1,C_{k,j}}\right)}}}\right)}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8061}% +$\displaystyle \sigma_{I_{k,j}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e_{k,j}}}}}{{\ensuremath{\displaystyle{m_{k,j}}}}}}}}\sqrt{{\ensuremath{\left({C_{k,j}+1}\right)}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8063}% +$\displaystyle r_{k,j}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{I_{k,j}}}}}{{\ensuremath{\displaystyle{{\ensuremath{\left|{b_{k,j}}\right|}}}}}}}}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e_{k,j}}}}}{{\ensuremath{\displaystyle{m_{k,j}{\ensuremath{\left|{b_{k,j}}\right|}}}}}}}}}{\ensuremath{\left({C_{k,j}+\min{\ensuremath{\left({1,C_{k,j}}\right)}}}\right)}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8065}% +$\displaystyle \sigma_{r_{k,j}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_{I_{k,j}}}}}}{{\ensuremath{\displaystyle{{\ensuremath{\left|{b_{k,j}}\right|}}}}}}}}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e_{k,j}}}}}{{\ensuremath{\displaystyle{{\ensuremath{\left|{b_{k,j}}\right|}}m_{k,j}}}}}}}}\sqrt{{\ensuremath{\left({C_{k,j}+1}\right)}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8067}% +$ M$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8069}% +$\displaystyle B_\ell=[{\ensuremath{{2\theta}}}_0+(\ell-1)B, {\ensuremath{{2\theta}}}_0+\ell B],\qquad \ell=1,\ldots,M +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8071}% +$\displaystyle {\ensuremath{\left|{B_\ell}\right|}}=B$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8073}% +$\displaystyle \hat{B}_\ell={\ensuremath{{2\theta}}}_0+(\ell-1/2)B,$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8075}% +$ {\ensuremath{{2\theta}}}_0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8077}% +$ {\ensuremath{{2\theta}}}_{max}={\ensuremath{{2\theta}}}_0+MB$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8079}% +$ \ell$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8081}% +$\displaystyle b_{k,j}$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8082}% +$\displaystyle \qquad {\ensuremath{\left|{ b_{k,j}\cap B_\ell }\right|}} > 0. +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8085}% +$\displaystyle \qquad \hat{b}_{k,j}\in B_\ell . +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8089}% +$ B_\ell$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8091}% +$ N_E$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8093}% +$ O_n$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8095}% +$ O$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8097}% +$ \sigma_{O_n}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8099}% +$ \nu_n$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8101}% +$\displaystyle \langle O\rangle ={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +\mathop{\sum}_{n=1}^{N_E}\nu_n +O_n\sigma_{O_n}^{-2} +}}}}{{\ensuremath{\displaystyle{ +\mathop{\sum}_{n=1}^{N_E}\nu_n +\sigma_{O_n}^{-2} +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8103}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b_{k,j}\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8105}% +$ k,j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8109}% +$\displaystyle X_\ell=\mathop{\sum_{k,j}}_{ {\ensuremath{\left|{ b_{k,j}\cap B_\ell }\right|}} > 0} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b_{k,j}\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}}\ r_{k,j}\ {\ensuremath{\left({\sigma_{r_{k,j}}}\right)}}^{-2} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8111}% +$\displaystyle Y_\ell=\mathop{\sum_{k,j}}_{ {\ensuremath{\left|{ b_{k,j}\cap B_\ell }\right|}} > 0} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b_{k,j}\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}}\ {\ensuremath{\left({\sigma_{r_{k,j}}}\right)}}^{-2} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8113}% +$\displaystyle R_\ell={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{X_\ell}}}}{{\ensuremath{\displaystyle{Y_\ell}}}}}}}; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8115}% +$\displaystyle \sigma_{R_\ell}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{\sqrt{Y_\ell}}}}}}}}. +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8117}% +$ R_\ell$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8119}% +$ \sigma_{R_\ell}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8121}% +$ B$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8123}% +$ K$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8127}% +$\displaystyle \mathop{\sum}_{\ell=1}^M{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{KR_\ell}}}}{{\ensuremath{\displaystyle{K^2\sigma_{R_\ell}^2}}}}}}}= +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{K}}}}}}} +\mathop{\sum}_{\ell=1}^M{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{R_\ell}}}}{{\ensuremath{\displaystyle{\sigma_{R_\ell}^2}}}}}}}=M +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8131}% +$\displaystyle K={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +1 +}}}}{{\ensuremath{\displaystyle{ +M +}}}}}}}\mathop{\sum}_{\ell=1}^M{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{R_\ell}}}}{{\ensuremath{\displaystyle{\sigma_{R_\ell}^2}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8133}% +$\displaystyle \hat{B}_\ell, \quad KR_\ell, \quad K\sigma_{R_\ell} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8144}% +$ X_\ell=0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8146}% +$ Y_\ell=0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8148}% +$ b$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8152}% +$\displaystyle X_\ell={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}}\ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e(C+1)}}}}{{\ensuremath{\displaystyle{m|b|}}}}}}}\ +{\ensuremath{\left({ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{|b|m}}}}{{\ensuremath{\displaystyle{e\sqrt{C+1}}}}}}}} +}\right)}}^{2} +={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{|b|m}}}}{{\ensuremath{\displaystyle{e}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8154}% +$\displaystyle Y_\ell={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}}\ +{\ensuremath{\left({ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{|b|m}}}}{{\ensuremath{\displaystyle{e\sqrt{C+1}}}}}}}} +}\right)}}^{2} +={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b\cap B_\ell }\right|}}}}}}{{\ensuremath{\displaystyle{B}}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{|b|^2m^2}}}}{{\ensuremath{\displaystyle{e^2(C+1)}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8156}% +$\displaystyle R_\ell={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{X_\ell}}}}{{\ensuremath{\displaystyle{Y_\ell}}}}}}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e(C+1)}}}}{{\ensuremath{\displaystyle{m|b|}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8160}% +$\displaystyle \sigma_{R_\ell}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{\sqrt{Y_\ell}}}}}}}}= +\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{B}}}}{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b\cap B_\ell }\right|}}}}}}}}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{e\sqrt{(C+1)}}}}}{{\ensuremath{\displaystyle{|b|m}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8164}% +$\displaystyle \sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{B}}}}{{\ensuremath{\displaystyle{{\ensuremath{\left|{ b\cap B_\ell }\right|}}}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8167}% +$ \hat{b}_{j,k}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8169}% +$ \hat{B}_\ell$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8172}% +$ C_0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8176}% +$ \sqrt{C_0}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8178}% +$ n$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8180}% +$\displaystyle P(n)={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{C_0^n{\ensuremath{\mathrm{e}}}^{-C_0} +}}}}{{\ensuremath{\displaystyle{ +n!}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8182}% +$\displaystyle \mathop{\sum}_{n=0}^{+\infty} +P(n)=1\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8184}% +$\displaystyle \langle n\rangle=\mathop{\sum}_{n=0}^{+\infty} +nP(n)=C_0\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8186}% +$\displaystyle \langle n^2\rangle=\mathop{\sum}_{n=0}^{+\infty} +n^2 P(n)=C_0^2+C_0\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8188}% +$\displaystyle \sigma_{C_0}=\sqrt{\langle n^2\rangle-\langle n\rangle^2}=\sqrt{C_0} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8192}% +$\displaystyle \chi^2 = \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left({F_j-O_j}\right)}}^2 +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8194}% +$ O_j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8196}% +$ F_j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8198}% +$ \sigma_j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8200}% +$\displaystyle \chi_{(0)}^2 = \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left({F_j-C_j}\right)}}^2 +}}}}{{\ensuremath{\displaystyle{ +C_j +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8202}% +$\displaystyle \chi_{(1)}^2 = \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left({F_j-{\ensuremath{\left({C_j+\min{\ensuremath{\left({1,C_j}\right)}}}\right)}}}\right)}}^2 +}}}}{{\ensuremath{\displaystyle{ +C_j+1 +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsection} +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8208}% +$ N_{\mathrm{obs}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8210}% +$ C_j,\quad j=1\ldots N_{\mathrm{obs}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8212}% +$ x$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8216}% +$\displaystyle x=\langle x\rangle={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{ N_{\mathrm{obs}}}}}}}}} + \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}}C_j\ . +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8218}% +$\displaystyle \sigma_x=\sqrt{\langle x^2\rangle-\langle x\rangle^2}=\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{ N_{\mathrm{obs}}}}}}}}} + \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}}C_j^2-{\ensuremath{\left({ + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{ N_{\mathrm{obs}}}}}}}}} + \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}}C_j + }\right)}} + } +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8220}% +$\displaystyle \sigma_x={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{ N_{\mathrm{obs}}}}}}}}}\sqrt{ \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}}C_j } +=\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\langle x\rangle}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8223}% +$ C_j=0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8225}% +$ N_{\mathrm{obs}}^*$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8227}% +$\displaystyle x=\langle x\rangle^*={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{ N_{\mathrm{obs}}^*}}}}}}} + \mathop{\sum}_ {\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} + C_j={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{ N_{\mathrm{obs}}^*}}}}}}} + \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}}C_j = {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{N_{\mathrm{obs}}}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}}}}\langle x\rangle +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8229}% +$\displaystyle \sigma_{x^*}= {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{N_{\mathrm{obs}}}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}}}}\sigma_x = \sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{N_{\mathrm{obs}}}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}}}}} +\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\langle x\rangle}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}}}}}=\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\langle x\rangle^*}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8231}% +$ C_j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8238}% +$\displaystyle \chi^2 = \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\left({x-O_j}\right)}}^2 +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8240}% +$\displaystyle x= \langle x \rangle_{\!\mathrm{w}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +\mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{O_j +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +}}}}{{\ensuremath{\displaystyle{ +\mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8244}% +$\displaystyle \sigma_{\langle x \rangle_{\!\mathrm{w}}} = {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +1 +}}}}{{\ensuremath{\displaystyle{\sqrt{ +\mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8246}% +$\displaystyle \mathsf{GoF}= +\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +\mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{O_j^2 +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +-{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +{\ensuremath{\left[{ +\mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{O_j +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} +}\right]}}^2 +}}}}{{\ensuremath{\displaystyle{ \mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +\sigma_j^2 +}}}}}}} }}}}}}} +}}}}{{\ensuremath{\displaystyle{ +N_{\mathrm{obs}}-1 +}}}}}}} +} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8248}% +$\displaystyle {\sigma}_{\langle x \rangle_{\!\mathrm{w}}}^{\mathrm{corrected}} = \mathsf{GoF}\ \sigma_{\langle x \rangle_{\!\mathrm{w}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8251}% +$ O_j=C_j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8253}% +$ \sigma_j^2=C_j$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8255}% +$\displaystyle \langle x \rangle_{\!\mathrm{w(1)}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +{N_{\mathrm{obs}}} +}}}}{{\ensuremath{\displaystyle{ +\mathop{\sum}_{j=1}^{N_{\mathrm{obs}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +C_j +}}}}}}} +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8263}% +$\displaystyle \sigma_{\langle x \rangle_{\!\mathrm{w(1)}}} = {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +1 +}}}}{{\ensuremath{\displaystyle{\sqrt{ +\mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +C_j +}}}}}}} +}}}}}}}}=\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\langle x \rangle_{\!\mathrm{w(1)}}}}}}{{\ensuremath{\displaystyle{ +N_{\mathrm{obs}}^* +}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8265}% +$\displaystyle \mathsf{GoF}_{(1)}= +\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +\mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +\!\!\!\!C_j +-{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +{\ensuremath{\left[{ +N_{\mathrm{obs}}^* +}\right]}}^2 +}}}}{{\ensuremath{\displaystyle{ \mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +C_j +}}}}}}} }}}}}}} +}}}}{{\ensuremath{\displaystyle{ +N_{\mathrm{obs}}^*-1 +}}}}}}} +} +=\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*-1}}}}}}} +{\ensuremath{\left({ +\langle x\rangle^*-\langle x \rangle_{\!\mathrm{w(1)}} +}\right)}} +} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8267}% +$ \langle x\rangle^*$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8269}% +$\displaystyle {\sigma}_{\langle x \rangle_{\!\mathrm{w(1)}}}^{\mathrm{corrected}} = \mathsf{GoF}_{(1)}\ \sigma_{\langle x \rangle_{\!\mathrm{w(1)}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8272}% +$ O_j=C_j+\min{\ensuremath{\left({1,C_j}\right)}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8274}% +$ \sigma_j^2=C_j+1$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8276}% +$\displaystyle \langle x \rangle_{\!\mathrm{w(2)}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +{N_{\mathrm{obs}}^*} +}}}}{{\ensuremath{\displaystyle{ +\mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +C_j+1 +}}}}}}} +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8278}% +$\displaystyle \sigma_{\langle x \rangle_{\!\mathrm{w(2)}}} = {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +1 +}}}}{{\ensuremath{\displaystyle{\sqrt{ +\mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +C_j+1 +}}}}}}} +}}}}}}}}=\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\langle x \rangle_{\!\mathrm{w(2)}}}}}}{{\ensuremath{\displaystyle{ +N_{\mathrm{obs}}^* +}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8280}% +$\displaystyle \mathsf{GoF}_{(2)}= +\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +\mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +\!\!\!\!C_j+N_{\mathrm{obs}}^* +-{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +{\ensuremath{\left[{ +N_{\mathrm{obs}}^* +}\right]}}^2 +}}}}{{\ensuremath{\displaystyle{ \mathop{\sum}_{\stackrel{1\leqslant j\leqslant N_{\mathrm{obs}}}{{C_j>0}}} +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1 +}}}}{{\ensuremath{\displaystyle{ +C_j+1 +}}}}}}} }}}}}}} +}}}}{{\ensuremath{\displaystyle{ +N_{\mathrm{obs}}^*-1 +}}}}}}} +} +=\sqrt{ +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*}}}}{{\ensuremath{\displaystyle{N_{\mathrm{obs}}^*-1}}}}}}} +{\ensuremath{\left({ +\langle x\rangle^*-\langle x \rangle_{\!\mathrm{w(2)}}+1 +}\right)}} +} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8284}% +$\displaystyle {\sigma}_{\langle x \rangle_{\!\mathrm{w(2)}}}^{\mathrm{corrected}} = \mathsf{GoF}_{(2)}\ \sigma_{\langle x \rangle_{\!\mathrm{w(2)}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8291}% +$\displaystyle \epsilon_x = {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_x}}}}{{\ensuremath{\displaystyle{x}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8295}% +$ O(\epsilon_x^2)$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8299}% +$ \propto\epsilon_x$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8303}% +$ O(\epsilon_x^3)$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8306}% +$ N_{\mathrm{obs}}=2$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8308}% +$ C_1$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8310}% +$ C_2$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8312}% +$\displaystyle \langle x \rangle={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{C_1+C_2}}}}{{\ensuremath{\displaystyle{2}}}}}}}; \qquad \sigma_x={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sqrt{C_1+C_2}}}}}{{\ensuremath{\displaystyle{2}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8314}% +$\displaystyle \langle x \rangle_{\mathrm{w(2)}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{2(C_1+1)(C_2+1)}}}}{{\ensuremath{\displaystyle{C_1+C_2+2}}}}}}}; \qquad +\sigma_{\langle x \rangle_{\mathrm{w(2)}}}=\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(C_1+1)(C_2+1)}}}}{{\ensuremath{\displaystyle{C_1+C_2+2}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8316}% +$ C_1,C_2$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8318}% +$ \lambda$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8320}% +$\displaystyle E{\ensuremath{\left({\langle x \rangle}\right)}} = \mathop{\sum}_{m,n=0}^{+\infty} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{n+m}}}}{{\ensuremath{\displaystyle{2}}}}}}}P(n)P(m)=\mathop{\sum}_{m=0}^{+\infty} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{m}}}}{{\ensuremath{\displaystyle{2}}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\lambda^m{\ensuremath{\mathrm{e}}}^{-\lambda}}}}}{{\ensuremath{\displaystyle{m!}}}}}}} + +\mathop{\sum}_{n=0}^{+\infty} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{n}}}}{{\ensuremath{\displaystyle{2}}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\lambda^n{\ensuremath{\mathrm{e}}}^{-\lambda}}}}}{{\ensuremath{\displaystyle{n!}}}}}}} + =\lambda +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8322}% +$\displaystyle E{\ensuremath{\left({\sigma_x^2}\right)}} = \mathop{\sum}_{m,n=0}^{+\infty} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{n+m}}}}{{\ensuremath{\displaystyle{4}}}}}}}P(n)P(m)={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ + \lambda}}}}{{\ensuremath{\displaystyle{2}}}}}}};\qquad E{\ensuremath{\left({\sigma_x}\right)}} =\sqrt{{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\lambda}}}}{{\ensuremath{\displaystyle{2}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8324}% +$\displaystyle \langle x \rangle_{\mathrm{w(2)}}=\langle x \rangle + 1 -{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(C_1-C_2)^2}}}}{{\ensuremath{\displaystyle{4(\langle x \rangle+1)}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8326}% +$\displaystyle E{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(C_1-C_2)^2}}}}{{\ensuremath{\displaystyle{4(\langle x \rangle+1)}}}}}}}}\right)}} = + \mathop{\sum}_{m,n=0}^{+\infty} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(n-m)^2}}}}{{\ensuremath{\displaystyle{2(n+m+2) }}}}}}}P(n)P(m)={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\mathrm{e}}}^{-2\lambda}}}}}{{\ensuremath{\displaystyle{2}}}}}}} + \mathop{\sum}_{m,n=0}^{+\infty} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(n-m)^2}}}}{{\ensuremath{\displaystyle{(n+m+2) }}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\lambda^{n+m}}}}}{{\ensuremath{\displaystyle{n!m!}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8328}% +$ s=n+m$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8330}% +$ s=0\ldots +\infty$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8332}% +$ n-m=s-2k$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8334}% +$ k=0\ldots s$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8336}% +$\displaystyle E{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(C_1-C_2)^2}}}}{{\ensuremath{\displaystyle{4(\langle x \rangle+1)}}}}}}}}\right)}} = +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{{\ensuremath{\mathrm{e}}}^{-2\lambda}}}}}{{\ensuremath{\displaystyle{2}}}}}}} + \mathop{\sum}_{s=0}^{+\infty} + \mathop{\sum}_{k=0}^{s} + {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{(s-2k)^2(s+1)}}}}{{\ensuremath{\displaystyle{(s+2)! }}}}}}}{\lambda^{s}} + \binom{s}{k}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{2}}}}}}}-{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{2\lambda}}}}}}}+{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1-{\ensuremath{\mathrm{e}}}^{-2\lambda}}}}}{{\ensuremath{\displaystyle{4\lambda^2}}}}}}} + %{n!m!} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8338}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{E{\ensuremath{\left({\langle x \rangle_{\mathrm{w(2)}}-\langle x \rangle}\right)}}}}}}{{\ensuremath{\displaystyle{E{\ensuremath{\left({\langle x \rangle}\right)}}}}}}}}}= +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{2\lambda}}}}}}}+{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{2\lambda^2}}}}}}}-{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1-{\ensuremath{\mathrm{e}}}^{-2\lambda}}}}}{{\ensuremath{\displaystyle{4\lambda^3}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8340}% +$ \langle x \rangle$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8342}% +$\displaystyle \epsilon = {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_x}}}}{{\ensuremath{\displaystyle{\langle x \rangle}}}}}}} = +{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\lambda^{1/2}}}}}{{\ensuremath{\displaystyle{\sqrt{2} \lambda}}}}}}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{1}}}}{{\ensuremath{\displaystyle{\sqrt{2\lambda}}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8344}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{E{\ensuremath{\left({\langle x \rangle_{\mathrm{w(2)}}-\langle x \rangle}\right)}}}}}}{{\ensuremath{\displaystyle{E{\ensuremath{\left({\langle x \rangle}\right)}}}}}}}}}= +O(\epsilon^2) +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsubsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8349}% +$ \lambda=1,10,100,\ldots,1000000$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8353}% +$ N=10^8$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8359}% +$ \xi_\lambda=\sqrt{\lambda/N}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8361}% +$ \epsilon_\lambda=\sqrt{\lambda/N}/\lambda=1/\sqrt{N\lambda}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8363}% +$ E_\lambda$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8367}% +$ e_\lambda=E_\lambda/\lambda$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8369}% +$ e_\lambda/\epsilon_\lambda$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8371}% +$ \lambda =$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8373}% +$ \xi_\lambda = $% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8375}% +$ \epsilon_\lambda$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8377}% +$ {\langle x \rangle_{\!\mathrm{w(1)}}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8379}% +$ {\langle x \rangle_{\!\mathrm{w(2)}}}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8387}% +$ e_\lambda$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8731}% +$ {\langle x \rangle_{\!\mathrm{w(1)}}}\ :$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8735}% +$ {\langle x \rangle^*}\ $% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8737}% +$ \lambda<100$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8739}% +$ {\langle x \rangle}\ $% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{subsection} +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8764}% +$\displaystyle X_0=\eta_0 C_0 +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8766}% +$ \eta_0$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8768}% +$ X$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8770}% +$\displaystyle P'(X)=P(X/\eta_0)=P(n)\qquad\Biggl|\Biggr.\qquad \frac{X}{\eta_0}\equiv n\in\mathbb{Z} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8774}% +$\displaystyle \langle X\rangle=\mathop{\sum}_{n=0}^{+\infty} +\eta_0 nP(n)=\eta_0 C_0=X_0\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8776}% +$\displaystyle \langle X^2\rangle=\mathop{\sum}_{n=0}^{+\infty} +\eta_0^2 n^2 P(n)=\eta_0^2(C_0^2+C_0)=X_0^2+\eta_0 X_0\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8778}% +$\displaystyle \sigma_X=\sqrt{\langle X^2\rangle-\langle X\rangle^2}=\sqrt{\eta_0 X_0}=\eta_0\sqrt{C_0}=\sqrt{\eta_0}\sqrt{X_0} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8780}% +$ \sigma_X=\sqrt{\langle X\rangle}=\sqrt{X_0}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8782}% +$\displaystyle \sigma_X=\sqrt{\eta_0}\sqrt{X_0}=\eta_0\sqrt{C_0}=\eta_0\sigma_{C_0} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_inline8786}% +$ \sigma_{\eta_0}$% +\lthtmlinlinemathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8788}% +$\displaystyle \widehat{P}(\eta)={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ +{\ensuremath{\mathrm{e}}}^{ +-\frac{1}{2} +{\ensuremath{\left({ +\frac{\eta-\eta_0}{\sigma_{\eta_0}} +}\right)}}^2 +} +}}}}{{\ensuremath{\displaystyle{ +\sigma_{\eta_0}\sqrt{2\pi} +}}}}}}} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8790}% +$\displaystyle \int_{-\infty}^{+\infty}{\ensuremath{\mathrm{d}{\eta}\, }}\mathop{\sum}_{n=0}^{+\infty} +P(n)\widehat{P}(\eta)=1\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8792}% +$\displaystyle \langle X\rangle=\int_{-\infty}^{+\infty}{\ensuremath{\mathrm{d}{\eta}\, }}\mathop{\sum}_{n=0}^{+\infty} +\widehat{P}(\eta)\eta nP(n)= +\mathop{\sum}_{n=0}^{+\infty} + nP(n) +\int_{-\infty}^{+\infty}{\ensuremath{\mathrm{d}{\eta}\, }} \widehat{P}(\eta)\eta + = +\eta_0 C_0=X_0\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8794}% +$\displaystyle \langle X^2\rangle=\int_{-\infty}^{+\infty}{\ensuremath{\mathrm{d}{\eta}\, }}\mathop{\sum}_{n=0}^{+\infty} +\widehat{P}(\eta)\eta^2 n^2 P(n)= +\int_{-\infty}^{+\infty}{\ensuremath{\mathrm{d}{\eta}\, }}\widehat{P}(\eta)\eta^2 +\mathop{\sum}_{n=0}^{+\infty} + n^2 P(n) += +(\eta_0^2+\sigma_{\eta_0}^2)(C_0^2+C_0)\ ; +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +{\newpage\clearpage +\lthtmlinlinemathA{tex2html_wrap_indisplay8796}% +$\displaystyle {\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_X}}}}{{\ensuremath{\displaystyle{\langle X\rangle}}}}}}}={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sqrt{\langle X^2\rangle-\langle X\rangle^2}}}}}{{\ensuremath{\displaystyle{\langle X\rangle}}}}}}} +={\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sqrt{ +\eta_0^2 C_0+\sigma_{\eta_0}^2C_0^2+\sigma_{\eta_0}^2 C_0 +}}}}}{{\ensuremath{\displaystyle{\eta_0C_0}}}}}}}= +\sqrt{ +{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ \sigma_{C_0}}}}}{{\ensuremath{\displaystyle{C_0}}}}}}}}\right)}}^2 ++{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_{\eta_0}}}}}{{\ensuremath{\displaystyle{\eta_0}}}}}}}}\right)}}^2+{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_{\eta_0}}}}}{{\ensuremath{\displaystyle{\eta_0}}}}}}}{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_{C_0}}}}}{{\ensuremath{\displaystyle{C_0}}}}}}}}\right)}}^2 +}\approx\sqrt{ +{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{ \sigma_{C_0}}}}}{{\ensuremath{\displaystyle{C_0}}}}}}}}\right)}}^2 ++{\ensuremath{\left({{\ensuremath{\displaystyle{\frac{{\ensuremath{\displaystyle{\sigma_{\eta_0}}}}}{{\ensuremath{\displaystyle{\eta_0}}}}}}}}\right)}}^2 +} +$% +\lthtmlindisplaymathZ +\lthtmlcheckvsize\clearpage} + +\stepcounter{section} \end{document} diff --git a/manual/docs/html/slsDetectors-FAQ/img1.png b/manual/docs/html/slsDetectors-FAQ/img1.png index 3c64b751f..b3782ca43 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img1.png and b/manual/docs/html/slsDetectors-FAQ/img1.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img10.png b/manual/docs/html/slsDetectors-FAQ/img10.png index 062161f8c..0f10a1d65 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img10.png and b/manual/docs/html/slsDetectors-FAQ/img10.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img11.png b/manual/docs/html/slsDetectors-FAQ/img11.png index 5a2c4b41e..062161f8c 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img11.png and b/manual/docs/html/slsDetectors-FAQ/img11.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img12.png b/manual/docs/html/slsDetectors-FAQ/img12.png index 0c7129068..5a2c4b41e 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img12.png and b/manual/docs/html/slsDetectors-FAQ/img12.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img13.png b/manual/docs/html/slsDetectors-FAQ/img13.png index 77ca19e83..0c7129068 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img13.png and b/manual/docs/html/slsDetectors-FAQ/img13.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img14.png b/manual/docs/html/slsDetectors-FAQ/img14.png index 2c8a090c5..485f30aa8 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img14.png and b/manual/docs/html/slsDetectors-FAQ/img14.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img15.png b/manual/docs/html/slsDetectors-FAQ/img15.png index 3d666e3eb..dd9d71687 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img15.png and b/manual/docs/html/slsDetectors-FAQ/img15.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img16.png b/manual/docs/html/slsDetectors-FAQ/img16.png index f3596cb7e..29b005381 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img16.png and b/manual/docs/html/slsDetectors-FAQ/img16.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img17.png b/manual/docs/html/slsDetectors-FAQ/img17.png index 64d3a5e2d..77ca19e83 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img17.png and b/manual/docs/html/slsDetectors-FAQ/img17.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img18.png b/manual/docs/html/slsDetectors-FAQ/img18.png index 3d6c03b5b..2c8a090c5 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img18.png and b/manual/docs/html/slsDetectors-FAQ/img18.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img19.png b/manual/docs/html/slsDetectors-FAQ/img19.png index 04166b530..3d666e3eb 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img19.png and b/manual/docs/html/slsDetectors-FAQ/img19.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img2.png b/manual/docs/html/slsDetectors-FAQ/img2.png index 249cebaf1..3c64b751f 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img2.png and b/manual/docs/html/slsDetectors-FAQ/img2.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img20.png b/manual/docs/html/slsDetectors-FAQ/img20.png index 3f6f99e7c..f3596cb7e 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img20.png and b/manual/docs/html/slsDetectors-FAQ/img20.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img21.png b/manual/docs/html/slsDetectors-FAQ/img21.png index c3b280d38..64d3a5e2d 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img21.png and b/manual/docs/html/slsDetectors-FAQ/img21.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img22.png b/manual/docs/html/slsDetectors-FAQ/img22.png index b6de65457..3d6c03b5b 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img22.png and b/manual/docs/html/slsDetectors-FAQ/img22.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img23.png b/manual/docs/html/slsDetectors-FAQ/img23.png index 3c67b42f3..04166b530 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img23.png and b/manual/docs/html/slsDetectors-FAQ/img23.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img24.png b/manual/docs/html/slsDetectors-FAQ/img24.png index 4c204ab04..3f6f99e7c 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img24.png and b/manual/docs/html/slsDetectors-FAQ/img24.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img25.png b/manual/docs/html/slsDetectors-FAQ/img25.png index 6ec9442e2..c3b280d38 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img25.png and b/manual/docs/html/slsDetectors-FAQ/img25.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img26.png b/manual/docs/html/slsDetectors-FAQ/img26.png index 7d75095cc..b6de65457 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img26.png and b/manual/docs/html/slsDetectors-FAQ/img26.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img27.png b/manual/docs/html/slsDetectors-FAQ/img27.png index 75bd6668e..3c67b42f3 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img27.png and b/manual/docs/html/slsDetectors-FAQ/img27.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img28.png b/manual/docs/html/slsDetectors-FAQ/img28.png index d0b65f192..4c204ab04 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img28.png and b/manual/docs/html/slsDetectors-FAQ/img28.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img29.png b/manual/docs/html/slsDetectors-FAQ/img29.png index 6c99c1b5a..6ec9442e2 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img29.png and b/manual/docs/html/slsDetectors-FAQ/img29.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img3.png b/manual/docs/html/slsDetectors-FAQ/img3.png index 3b34cb9ec..249cebaf1 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img3.png and b/manual/docs/html/slsDetectors-FAQ/img3.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img30.png b/manual/docs/html/slsDetectors-FAQ/img30.png index 56b9408fa..7d75095cc 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img30.png and b/manual/docs/html/slsDetectors-FAQ/img30.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img31.png b/manual/docs/html/slsDetectors-FAQ/img31.png index fb6eb7f09..75bd6668e 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img31.png and b/manual/docs/html/slsDetectors-FAQ/img31.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img32.png b/manual/docs/html/slsDetectors-FAQ/img32.png index 3cdc901b6..d0b65f192 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img32.png and b/manual/docs/html/slsDetectors-FAQ/img32.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img33.png b/manual/docs/html/slsDetectors-FAQ/img33.png index c1d00fa56..6c99c1b5a 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img33.png and b/manual/docs/html/slsDetectors-FAQ/img33.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img34.png b/manual/docs/html/slsDetectors-FAQ/img34.png index 9422ec396..56b9408fa 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img34.png and b/manual/docs/html/slsDetectors-FAQ/img34.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img35.png b/manual/docs/html/slsDetectors-FAQ/img35.png index 06dd084ae..fb6eb7f09 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img35.png and b/manual/docs/html/slsDetectors-FAQ/img35.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img36.png b/manual/docs/html/slsDetectors-FAQ/img36.png index da71ce5ef..396c93102 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img36.png and b/manual/docs/html/slsDetectors-FAQ/img36.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img4.png b/manual/docs/html/slsDetectors-FAQ/img4.png index 77916ac9c..3b34cb9ec 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img4.png and b/manual/docs/html/slsDetectors-FAQ/img4.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img5.png b/manual/docs/html/slsDetectors-FAQ/img5.png index 728ba17a8..77916ac9c 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img5.png and b/manual/docs/html/slsDetectors-FAQ/img5.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img6.png b/manual/docs/html/slsDetectors-FAQ/img6.png index 96347d069..728ba17a8 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img6.png and b/manual/docs/html/slsDetectors-FAQ/img6.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img7.png b/manual/docs/html/slsDetectors-FAQ/img7.png index d3f238a91..96347d069 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img7.png and b/manual/docs/html/slsDetectors-FAQ/img7.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img8.png b/manual/docs/html/slsDetectors-FAQ/img8.png index ca122242a..d3f238a91 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img8.png and b/manual/docs/html/slsDetectors-FAQ/img8.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/img9.png b/manual/docs/html/slsDetectors-FAQ/img9.png index 0f10a1d65..ca122242a 100644 Binary files a/manual/docs/html/slsDetectors-FAQ/img9.png and b/manual/docs/html/slsDetectors-FAQ/img9.png differ diff --git a/manual/docs/html/slsDetectors-FAQ/index.html b/manual/docs/html/slsDetectors-FAQ/index.html index c73dfec23..e773fb4e3 100644 --- a/manual/docs/html/slsDetectors-FAQ/index.html +++ b/manual/docs/html/slsDetectors-FAQ/index.html @@ -25,7 +25,7 @@ Frequently Asked Questions"> - @@ -33,14 +33,14 @@ Frequently Asked Questions"> SRC="file:/usr/share/latex2html/icons/up_g.png">
-
![]()
- Next: Next: Contents - Contents
@@ -53,7 +53,7 @@ Frequently Asked Questions"> Frequently Asked QuestionsAnna Bergamaschi
-Date: August 22, 2017
+Date: August 23, 2017
@@ -62,102 +62,189 @@ Frequently Asked Questions-
- Contents -
- SLS Detectors Software
-
- Which programs can I use to control my detector? -
- How can I control many detectors in parallel or independently? -
- How can I configure the data receiver? -
- What are settings and calibration files for? -
- How should a configuration file look like? -
- What is the meaning of the file name? -
- Which is the sequence of the acquisition flow?
- How can I synchronize my detector with the experiment? + HREF="node7.html">How should a configuration file look like?
- How can several controllers be synchronized? + HREF="node8.html">What is the meaning of the file name?
- How can the detector movement and position and I0 readout be customized for my beamline? + HREF="node9.html">Which is the sequence of the acquisition flow?
- How can I synchronize my detector with the experiment? +
- How can several controllers be synchronized? +
- How can the detector movement and position and I0 readout be customized for my beamline? +
- In which data format are written the data?
-- Single photon counting detectors -
-
+- Which detector settings should I choose? -
-
- MYTHEN -
- How do I chose the comparator threshold? + HREF="node14.html">General questions about detectors +
- How does the flat field correction work? + HREF="node15.html">In which X-ray energy range can I use the detector?
- Why isn't my flat-field flat? + HREF="node15.html#SECTION00311000000000000000">Sensors
- Dynamic acquisition of the flat field + HREF="node15.html#SECTION00312000000000000000">Frontend electronics
- What happens when I trim the detector? -
-
+- MYTHEN + HREF="node16.html">What limits the maximum frame rate?
+- Single photon counting detectors +
- In what consists the energy calibration of the detector? + HREF="node18.html">Which detector settings should I choose?
- MYTHEN + HREF="node18.html#SECTION00411000000000000000">MYTHEN
- Why should I change the dynamic range of the counters? + HREF="node19.html">How do I chose the comparator threshold?
- When should I enable rate correction + HREF="node20.html">How does the flat field correction work?
+
- How can I choose the dead time? + HREF="node20.html#SECTION00431000000000000000">Why isn't my flat-field flat? +
- Dynamic acquisition of the flat field +
- What happens when I trim the detector? +
+
+- MYTHEN +
- In what consists the energy calibration of the detector? +
+
+- MYTHEN +
- Why should I change the dynamic range of the counters? +
- When should I enable rate correction +
-- About this document ... +
- Charge Integrating detectors + +
+- Angular conversion +
+
+- How is the channel number coverted into angle? +
- How are different positions merged together? + +
- Why can't I properly merge different positions? +
+- About this document ...
Thattil Dhanya -2017-08-22 +2017-08-23 diff --git a/manual/docs/html/slsDetectors-FAQ/internals.pl b/manual/docs/html/slsDetectors-FAQ/internals.pl index 80213a9a4..be3c3b309 100644 --- a/manual/docs/html/slsDetectors-FAQ/internals.pl +++ b/manual/docs/html/slsDetectors-FAQ/internals.pl @@ -6,6 +6,10 @@ $key = q/sec:usersFunc/; $ref_files{$key} = "$dir".q|node12.html|; $noresave{$key} = "$nosave"; +$key = q/sec:merging/; +$ref_files{$key} = "$dir".q|node32.html|; +$noresave{$key} = "$nosave"; + $key = q/sec:timing/; $ref_files{$key} = "$dir".q|node10.html|; $noresave{$key} = "$nosave"; @@ -15,7 +19,7 @@ $ref_files{$key} = "$dir".q|node10.html|; $noresave{$key} = "$nosave"; $key = q/sec:improvetrimming/; -$ref_files{$key} = "$dir".q|node18.html|; +$ref_files{$key} = "$dir".q|node21.html|; $noresave{$key} = "$nosave"; $key = q/fig:multidet/; @@ -30,24 +34,40 @@ $key = q/fig:autotiming/; $ref_files{$key} = "$dir".q|node10.html|; $noresave{$key} = "$nosave"; +$key = q/sec:3/; +$ref_files{$key} = "$dir".q|node32.html|; +$noresave{$key} = "$nosave"; + $key = q/fig:samplefluo/; -$ref_files{$key} = "$dir".q|node16.html|; +$ref_files{$key} = "$dir".q|node19.html|; $noresave{$key} = "$nosave"; $key = q/fig:settings/; +$ref_files{$key} = "$dir".q|node18.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:2/; +$ref_files{$key} = "$dir".q|node32.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:effidet/; $ref_files{$key} = "$dir".q|node15.html|; $noresave{$key} = "$nosave"; +$key = q/sec:11/; +$ref_files{$key} = "$dir".q|node32.html|; +$noresave{$key} = "$nosave"; + $key = q/fig:thrscanfluo/; -$ref_files{$key} = "$dir".q|node16.html|; +$ref_files{$key} = "$dir".q|node19.html|; $noresave{$key} = "$nosave"; $key = q/sec:dataFormat/; $ref_files{$key} = "$dir".q|node13.html|; $noresave{$key} = "$nosave"; -$key = q/fig:datareceiver/; -$ref_files{$key} = "$dir".q|node5.html|; +$key = q/fig:mythensett/; +$ref_files{$key} = "$dir".q|node15.html|; $noresave{$key} = "$nosave"; $key = q/sec:sync/; @@ -55,7 +75,15 @@ $ref_files{$key} = "$dir".q|node11.html|; $noresave{$key} = "$nosave"; $key = q/fig:badff/; -$ref_files{$key} = "$dir".q|node17.html|; +$ref_files{$key} = "$dir".q|node20.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:datareceiver/; +$ref_files{$key} = "$dir".q|node5.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:effiback/; +$ref_files{$key} = "$dir".q|node15.html|; $noresave{$key} = "$nosave"; $key = q/fig:trig/; @@ -63,15 +91,19 @@ $ref_files{$key} = "$dir".q|node10.html|; $noresave{$key} = "$nosave"; $key = q/fig:ffsetup/; -$ref_files{$key} = "$dir".q|node17.html|; -$noresave{$key} = "$nosave"; - -$key = q/fig:trimdistribution/; -$ref_files{$key} = "$dir".q|node18.html|; +$ref_files{$key} = "$dir".q|node20.html|; $noresave{$key} = "$nosave"; $key = q/fig:thresholdscanuntrimmed/; -$ref_files{$key} = "$dir".q|node18.html|; +$ref_files{$key} = "$dir".q|node21.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:trimdistribution/; +$ref_files{$key} = "$dir".q|node21.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:angcal/; +$ref_files{$key} = "$dir".q|node31.html|; $noresave{$key} = "$nosave"; $key = q/sec:trimdir/; @@ -79,23 +111,23 @@ $ref_files{$key} = "$dir".q|node6.html|; $noresave{$key} = "$nosave"; $key = q/fig:trimplot/; -$ref_files{$key} = "$dir".q|node18.html|; +$ref_files{$key} = "$dir".q|node21.html|; $noresave{$key} = "$nosave"; $key = q/fig:thresholdscantrimmed/; -$ref_files{$key} = "$dir".q|node18.html|; +$ref_files{$key} = "$dir".q|node21.html|; $noresave{$key} = "$nosave"; $key = q/sec:noisetrim/; -$ref_files{$key} = "$dir".q|node18.html|; +$ref_files{$key} = "$dir".q|node21.html|; $noresave{$key} = "$nosave"; $key = q/sec:encal/; -$ref_files{$key} = "$dir".q|node19.html|; +$ref_files{$key} = "$dir".q|node22.html|; $noresave{$key} = "$nosave"; $key = q/fig:thrscan/; -$ref_files{$key} = "$dir".q|node16.html|; +$ref_files{$key} = "$dir".q|node19.html|; $noresave{$key} = "$nosave"; 1; diff --git a/manual/docs/html/slsDetectors-FAQ/labels.pl b/manual/docs/html/slsDetectors-FAQ/labels.pl index c3f8dd611..1d18616cf 100644 --- a/manual/docs/html/slsDetectors-FAQ/labels.pl +++ b/manual/docs/html/slsDetectors-FAQ/labels.pl @@ -6,6 +6,10 @@ $key = q/sec:usersFunc/; $external_labels{$key} = "$URL/" . q|node12.html|; $noresave{$key} = "$nosave"; +$key = q/sec:merging/; +$external_labels{$key} = "$URL/" . q|node32.html|; +$noresave{$key} = "$nosave"; + $key = q/sec:timing/; $external_labels{$key} = "$URL/" . q|node10.html|; $noresave{$key} = "$nosave"; @@ -15,7 +19,7 @@ $external_labels{$key} = "$URL/" . q|node10.html|; $noresave{$key} = "$nosave"; $key = q/sec:improvetrimming/; -$external_labels{$key} = "$URL/" . q|node18.html|; +$external_labels{$key} = "$URL/" . q|node21.html|; $noresave{$key} = "$nosave"; $key = q/fig:multidet/; @@ -30,24 +34,40 @@ $key = q/fig:autotiming/; $external_labels{$key} = "$URL/" . q|node10.html|; $noresave{$key} = "$nosave"; +$key = q/sec:3/; +$external_labels{$key} = "$URL/" . q|node32.html|; +$noresave{$key} = "$nosave"; + $key = q/fig:samplefluo/; -$external_labels{$key} = "$URL/" . q|node16.html|; +$external_labels{$key} = "$URL/" . q|node19.html|; $noresave{$key} = "$nosave"; $key = q/fig:settings/; +$external_labels{$key} = "$URL/" . q|node18.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:2/; +$external_labels{$key} = "$URL/" . q|node32.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:effidet/; $external_labels{$key} = "$URL/" . q|node15.html|; $noresave{$key} = "$nosave"; +$key = q/sec:11/; +$external_labels{$key} = "$URL/" . q|node32.html|; +$noresave{$key} = "$nosave"; + $key = q/fig:thrscanfluo/; -$external_labels{$key} = "$URL/" . q|node16.html|; +$external_labels{$key} = "$URL/" . q|node19.html|; $noresave{$key} = "$nosave"; $key = q/sec:dataFormat/; $external_labels{$key} = "$URL/" . q|node13.html|; $noresave{$key} = "$nosave"; -$key = q/fig:datareceiver/; -$external_labels{$key} = "$URL/" . q|node5.html|; +$key = q/fig:mythensett/; +$external_labels{$key} = "$URL/" . q|node15.html|; $noresave{$key} = "$nosave"; $key = q/sec:sync/; @@ -55,7 +75,15 @@ $external_labels{$key} = "$URL/" . q|node11.html|; $noresave{$key} = "$nosave"; $key = q/fig:badff/; -$external_labels{$key} = "$URL/" . q|node17.html|; +$external_labels{$key} = "$URL/" . q|node20.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:datareceiver/; +$external_labels{$key} = "$URL/" . q|node5.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:effiback/; +$external_labels{$key} = "$URL/" . q|node15.html|; $noresave{$key} = "$nosave"; $key = q/fig:trig/; @@ -63,15 +91,19 @@ $external_labels{$key} = "$URL/" . q|node10.html|; $noresave{$key} = "$nosave"; $key = q/fig:ffsetup/; -$external_labels{$key} = "$URL/" . q|node17.html|; -$noresave{$key} = "$nosave"; - -$key = q/fig:trimdistribution/; -$external_labels{$key} = "$URL/" . q|node18.html|; +$external_labels{$key} = "$URL/" . q|node20.html|; $noresave{$key} = "$nosave"; $key = q/fig:thresholdscanuntrimmed/; -$external_labels{$key} = "$URL/" . q|node18.html|; +$external_labels{$key} = "$URL/" . q|node21.html|; +$noresave{$key} = "$nosave"; + +$key = q/fig:trimdistribution/; +$external_labels{$key} = "$URL/" . q|node21.html|; +$noresave{$key} = "$nosave"; + +$key = q/sec:angcal/; +$external_labels{$key} = "$URL/" . q|node31.html|; $noresave{$key} = "$nosave"; $key = q/sec:trimdir/; @@ -79,23 +111,23 @@ $external_labels{$key} = "$URL/" . q|node6.html|; $noresave{$key} = "$nosave"; $key = q/fig:trimplot/; -$external_labels{$key} = "$URL/" . q|node18.html|; +$external_labels{$key} = "$URL/" . q|node21.html|; $noresave{$key} = "$nosave"; $key = q/fig:thresholdscantrimmed/; -$external_labels{$key} = "$URL/" . q|node18.html|; +$external_labels{$key} = "$URL/" . q|node21.html|; $noresave{$key} = "$nosave"; $key = q/sec:noisetrim/; -$external_labels{$key} = "$URL/" . q|node18.html|; +$external_labels{$key} = "$URL/" . q|node21.html|; $noresave{$key} = "$nosave"; $key = q/sec:encal/; -$external_labels{$key} = "$URL/" . q|node19.html|; +$external_labels{$key} = "$URL/" . q|node22.html|; $noresave{$key} = "$nosave"; $key = q/fig:thrscan/; -$external_labels{$key} = "$URL/" . q|node16.html|; +$external_labels{$key} = "$URL/" . q|node19.html|; $noresave{$key} = "$nosave"; 1; @@ -109,6 +141,10 @@ $key = q/sec:usersFunc/; $external_latex_labels{$key} = q|1.10|; $noresave{$key} = "$nosave"; +$key = q/sec:merging/; +$external_latex_labels{$key} = q|5.2|; +$noresave{$key} = "$nosave"; + $key = q/sec:timing/; $external_latex_labels{$key} = q|1.8|; $noresave{$key} = "$nosave"; @@ -118,7 +154,7 @@ $external_latex_labels{$key} = q|1.4|; $noresave{$key} = "$nosave"; $key = q/sec:improvetrimming/; -$external_latex_labels{$key} = q|2.4.1|; +$external_latex_labels{$key} = q|3.4.1|; $noresave{$key} = "$nosave"; $key = q/fig:multidet/; @@ -133,24 +169,40 @@ $key = q/fig:autotiming/; $external_latex_labels{$key} = q|1.3|; $noresave{$key} = "$nosave"; +$key = q/sec:3/; +$external_latex_labels{$key} = q|5.2.6|; +$noresave{$key} = "$nosave"; + $key = q/fig:samplefluo/; -$external_latex_labels{$key} = q|2.4|; +$external_latex_labels{$key} = q|3.4|; $noresave{$key} = "$nosave"; $key = q/fig:settings/; +$external_latex_labels{$key} = q|3.1|; +$noresave{$key} = "$nosave"; + +$key = q/sec:2/; +$external_latex_labels{$key} = q|5.2.3|; +$noresave{$key} = "$nosave"; + +$key = q/fig:effidet/; $external_latex_labels{$key} = q|2.1|; $noresave{$key} = "$nosave"; +$key = q/sec:11/; +$external_latex_labels{$key} = q|5.2.2|; +$noresave{$key} = "$nosave"; + $key = q/fig:thrscanfluo/; -$external_latex_labels{$key} = q|2.3|; +$external_latex_labels{$key} = q|3.3|; $noresave{$key} = "$nosave"; $key = q/sec:dataFormat/; $external_latex_labels{$key} = q|1.11|; $noresave{$key} = "$nosave"; -$key = q/fig:datareceiver/; -$external_latex_labels{$key} = q|1.2|; +$key = q/fig:mythensett/; +$external_latex_labels{$key} = q|2.3|; $noresave{$key} = "$nosave"; $key = q/sec:sync/; @@ -158,7 +210,15 @@ $external_latex_labels{$key} = q|1.9|; $noresave{$key} = "$nosave"; $key = q/fig:badff/; -$external_latex_labels{$key} = q|2.5|; +$external_latex_labels{$key} = q|3.5|; +$noresave{$key} = "$nosave"; + +$key = q/fig:datareceiver/; +$external_latex_labels{$key} = q|1.2|; +$noresave{$key} = "$nosave"; + +$key = q/fig:effiback/; +$external_latex_labels{$key} = q|2.2|; $noresave{$key} = "$nosave"; $key = q/fig:trig/; @@ -166,15 +226,19 @@ $external_latex_labels{$key} = q|1.6|; $noresave{$key} = "$nosave"; $key = q/fig:ffsetup/; -$external_latex_labels{$key} = q|2.6|; -$noresave{$key} = "$nosave"; - -$key = q/fig:trimdistribution/; -$external_latex_labels{$key} = q|2.8|; +$external_latex_labels{$key} = q|3.6|; $noresave{$key} = "$nosave"; $key = q/fig:thresholdscanuntrimmed/; -$external_latex_labels{$key} = q|2.7|; +$external_latex_labels{$key} = q|3.7|; +$noresave{$key} = "$nosave"; + +$key = q/fig:trimdistribution/; +$external_latex_labels{$key} = q|3.8|; +$noresave{$key} = "$nosave"; + +$key = q/sec:angcal/; +$external_latex_labels{$key} = q|5.1|; $noresave{$key} = "$nosave"; $key = q/sec:trimdir/; @@ -182,23 +246,23 @@ $external_latex_labels{$key} = q|1.4|; $noresave{$key} = "$nosave"; $key = q/fig:trimplot/; -$external_latex_labels{$key} = q|2.9|; +$external_latex_labels{$key} = q|3.9|; $noresave{$key} = "$nosave"; $key = q/fig:thresholdscantrimmed/; -$external_latex_labels{$key} = q|2.10|; +$external_latex_labels{$key} = q|3.10|; $noresave{$key} = "$nosave"; $key = q/sec:noisetrim/; -$external_latex_labels{$key} = q|2.4.1|; +$external_latex_labels{$key} = q|3.4.1|; $noresave{$key} = "$nosave"; $key = q/sec:encal/; -$external_latex_labels{$key} = q|2.5|; +$external_latex_labels{$key} = q|3.5|; $noresave{$key} = "$nosave"; $key = q/fig:thrscan/; -$external_latex_labels{$key} = q|2.2|; +$external_latex_labels{$key} = q|3.2|; $noresave{$key} = "$nosave"; 1; diff --git a/manual/docs/html/slsDetectors-FAQ/node1.html b/manual/docs/html/slsDetectors-FAQ/node1.html index 5c3393658..b088f33f6 100644 --- a/manual/docs/html/slsDetectors-FAQ/node1.html +++ b/manual/docs/html/slsDetectors-FAQ/node1.html @@ -26,24 +26,24 @@ original version by: Nikos Drakos, CBLU, University of Leeds --
-
![]()
- Next: Next: SLS Detectors Software - Up: Up: SLS Detectors Frequently Asked - Previous: Previous: SLS Detectors Frequently Asked
@@ -56,95 +56,149 @@ Contents-
+- SLS Detectors Software
-
- Which programs can I use to control my detector? -
- How can I control many detectors in parallel or independently? -
- How can I configure the data receiver? -
- What are settings and calibration files for? -
- How should a configuration file look like? -
- What is the meaning of the file name? -
- Which is the sequence of the acquisition flow? -
- How can I synchronize my detector with the experiment? -
- How can several controllers be synchronized? -
- How can the detector movement and position and I0 readout be customized for my beamline? -
- In which data format are written the data?
-- Single photon counting detectors +
- General questions about detectors
-
+- Which detector settings should I choose? +
- In which X-ray energy range can I use the detector? -
- How do I chose the comparator threshold? -
- How does the flat field correction work? - -
- What happens when I trim the detector? +
+- Single photon counting detectors
-
- MYTHEN +
- Which detector settings should I choose? + -
- In what consists the energy calibration of the detector? +
- How do I chose the comparator threshold? +
- How does the flat field correction work? -
- Why should I change the dynamic range of the counters? -
- When should I enable rate correction +
- What happens when I trim the detector?
- MYTHEN +
- In what consists the energy calibration of the detector? +
+
+- MYTHEN +
- Why should I change the dynamic range of the counters? +
- When should I enable rate correction + +
+- Charge Integrating detectors + +
+- Angular conversion +
Thattil Dhanya -2017-08-22 +2017-08-23