From 2c463247a8790c6bea6252a612a3551a4d6aa4b7 Mon Sep 17 00:00:00 2001 From: Takuo Yasunaga Date: Fri, 29 Mar 2013 17:54:22 +0900 Subject: [PATCH] Inital Commit --- doc/.smallToolList.html | 0 doc/Concept/.list.html | 3 + doc/Concept/Makefile | 2 + doc/Concept/index.html | 25 + doc/Concept/jsb96.html | 335 + doc/DevelopmentTools/.content | 16 + doc/DevelopmentTools/.footer | 2 + doc/DevelopmentTools/.header | 8 + doc/DevelopmentTools/.list.html | 13 + doc/DevelopmentTools/MachineIndependent.html | 10 + doc/DevelopmentTools/Makefile | 2 + doc/DevelopmentTools/htmlDirList.html | 14 + doc/DevelopmentTools/htmlUpdateTime.html | 14 + doc/DevelopmentTools/index.html | 28 + doc/DevelopmentTools/makegeneral.html | 157 + doc/DevelopmentTools/makeobj.html | 9 + doc/DevelopmentTools/maketool.html | 9 + doc/DevelopmentTools/protoHTMLCreate.html | 14 + doc/DevelopmentTools/protoShellCreate.html | 15 + doc/DevelopmentTools/sccs.html | 32 + doc/DevelopmentTools/sccsEdit.html | 9 + doc/DevelopmentTools/sccsPut.html | 9 + doc/DevelopmentTools/test/bin/HP/test.HP | Bin 0 -> 105086 bytes doc/DevelopmentTools/test/bin/HP/test3.HP | Bin 0 -> 105088 bytes doc/DevelopmentTools/test/doc/SmallTools/test.html | 17 + .../test/doc/SmallTools/test3.html | 17 + doc/DevelopmentTools/test/src/Tools/.Source | 4 + doc/DevelopmentTools/test/src/Tools/.Source.org | 3 + .../test/src/Tools/Config/Define.inc | 1 + .../test/src/Tools/Config/Target.inc | 0 doc/DevelopmentTools/test/src/Tools/test/.Source | 4 + .../test/src/Tools/test/.Source.org | 3 + .../test/src/Tools/test/Config/CVS/Entries | 3 + .../test/src/Tools/test/Config/CVS/Repository | 1 + .../test/src/Tools/test/Config/CVS/Root | 1 + .../test/src/Tools/test/Config/Define.inc | 1 + .../test/src/Tools/test/Config/Target.inc | 0 .../test/src/Tools/test/test/CVS/Entries | 4 + .../test/src/Tools/test/test/CVS/Repository | 1 + .../test/src/Tools/test/test/CVS/Root | 1 + .../test/src/Tools/test/test/Config/CVS/Entries | 4 + .../test/src/Tools/test/test/Config/CVS/Repository | 1 + .../test/src/Tools/test/test/Config/CVS/Root | 1 + .../test/src/Tools/test/test/Config/Define.inc | 2 + .../src/Tools/test/test/Config/OptionControlFile | 6 + .../test/src/Tools/test/test/Config/Target.inc | 0 .../test/src/Tools/test/test/doc/CVS/Entries | 1 + .../test/src/Tools/test/test/doc/CVS/Repository | 1 + .../test/src/Tools/test/test/doc/CVS/Root | 1 + .../test/src/Tools/test/test/inc/CVS/Entries | 3 + .../test/src/Tools/test/test/inc/CVS/Repository | 1 + .../test/src/Tools/test/test/inc/CVS/Root | 1 + .../test/src/Tools/test/test/inc/config.h | 6 + .../test/src/Tools/test/test/inc/test.h | 39 + .../test/src/Tools/test/test/src/.Depend | 0 .../test/src/Tools/test/test/src/.Source | 0 .../test/src/Tools/test/test/src/CVS/Entries | 10 + .../test/src/Tools/test/test/src/CVS/Repository | 1 + .../test/src/Tools/test/test/src/CVS/Root | 1 + .../test/src/Tools/test/test/src/argCheck.c | 85 + .../test/src/Tools/test/test/src/init.c | 51 + .../test/src/Tools/test/test/src/test.HP | Bin 0 -> 105120 bytes .../test/src/Tools/test/test/src/test.c | 22 + .../test/src/Tools/test/test/src/test.html | 17 + .../test/src/Tools/test/test/src/usage.c | 36 + .../test/src/Tools/test/test/src/util.c | 4 + .../test/src/Tools/test/test2/CVS/Entries | 4 + .../test/src/Tools/test/test2/CVS/Repository | 1 + .../test/src/Tools/test/test2/CVS/Root | 1 + .../test/src/Tools/test/test2/Config/CVS/Entries | 4 + .../src/Tools/test/test2/Config/CVS/Repository | 1 + .../test/src/Tools/test/test2/Config/CVS/Root | 1 + .../test/src/Tools/test/test2/Config/Define.inc | 2 + .../src/Tools/test/test2/Config/OptionControlFile | 6 + .../test/src/Tools/test/test2/Config/Target.inc | 0 .../test/src/Tools/test/test2/doc/CVS/Entries | 1 + .../test/src/Tools/test/test2/doc/CVS/Repository | 1 + .../test/src/Tools/test/test2/doc/CVS/Root | 1 + .../test/src/Tools/test/test2/inc/CVS/Entries | 3 + .../test/src/Tools/test/test2/inc/CVS/Repository | 1 + .../test/src/Tools/test/test2/inc/CVS/Root | 1 + .../test/src/Tools/test/test2/inc/config.h | 6 + .../test/src/Tools/test/test2/inc/test2.h | 39 + .../test/src/Tools/test/test2/src/.Depend | 0 .../test/src/Tools/test/test2/src/.Source | 0 .../test/src/Tools/test/test2/src/CVS/Entries | 8 + .../test/src/Tools/test/test2/src/CVS/Repository | 1 + .../test/src/Tools/test/test2/src/CVS/Root | 1 + .../test/src/Tools/test/test2/src/argCheck.c | 85 + .../test/src/Tools/test/test2/src/init.c | 51 + .../test/src/Tools/test/test2/src/test2.c | 22 + .../test/src/Tools/test/test2/src/usage.c | 36 + .../test/src/Tools/test/test2/src/util.c | 4 + doc/DevelopmentTools/test/src/Tools/test3/.Source | 3 + .../test/src/Tools/test3/.Source.org | 2 + .../test/src/Tools/test3/Config/CVS/Entries | 3 + .../test/src/Tools/test3/Config/CVS/Repository | 1 + .../test/src/Tools/test3/Config/CVS/Root | 1 + .../test/src/Tools/test3/Config/Define.inc | 0 .../test/src/Tools/test3/Config/Target.inc | 0 .../test/src/Tools/test3/test3/CVS/Entries | 4 + .../test/src/Tools/test3/test3/CVS/Repository | 1 + .../test/src/Tools/test3/test3/CVS/Root | 1 + .../test/src/Tools/test3/test3/Config/CVS/Entries | 4 + .../src/Tools/test3/test3/Config/CVS/Repository | 1 + .../test/src/Tools/test3/test3/Config/CVS/Root | 1 + .../test/src/Tools/test3/test3/Config/Define.inc | 2 + .../src/Tools/test3/test3/Config/OptionControlFile | 6 + .../test/src/Tools/test3/test3/Config/Target.inc | 0 .../test/src/Tools/test3/test3/doc/CVS/Entries | 1 + .../test/src/Tools/test3/test3/doc/CVS/Repository | 1 + .../test/src/Tools/test3/test3/doc/CVS/Root | 1 + .../test/src/Tools/test3/test3/inc/CVS/Entries | 3 + .../test/src/Tools/test3/test3/inc/CVS/Repository | 1 + .../test/src/Tools/test3/test3/inc/CVS/Root | 1 + .../test/src/Tools/test3/test3/inc/config.h | 6 + .../test/src/Tools/test3/test3/inc/test3.h | 39 + .../test/src/Tools/test3/test3/src/.Depend | 0 .../test/src/Tools/test3/test3/src/.Source | 0 .../test/src/Tools/test3/test3/src/CVS/Entries | 10 + .../test/src/Tools/test3/test3/src/CVS/Repository | 1 + .../test/src/Tools/test3/test3/src/CVS/Root | 1 + .../test/src/Tools/test3/test3/src/argCheck.c | 85 + .../test/src/Tools/test3/test3/src/init.c | 51 + .../test/src/Tools/test3/test3/src/test3.HP | Bin 0 -> 105126 bytes .../test/src/Tools/test3/test3/src/test3.c | 22 + .../test/src/Tools/test3/test3/src/test3.html | 17 + .../test/src/Tools/test3/test3/src/usage.c | 36 + .../test/src/Tools/test3/test3/src/util.c | 4 + doc/Distribution/Distribution.html | 23 + doc/FAQ/FAQ.html | 83 + doc/ForEosSystemDeveloper/.content | 115 + doc/ForEosSystemDeveloper/.footer | 2 + doc/ForEosSystemDeveloper/.header | 8 + doc/ForEosSystemDeveloper/.list.html | 8 + doc/ForEosSystemDeveloper/ControlFileFormat.html | 73 + doc/ForEosSystemDeveloper/EosDirMaintain.html | 9 + doc/ForEosSystemDeveloper/EosTutorial.html | 183 + doc/ForEosSystemDeveloper/FAQ.html | 9 + doc/ForEosSystemDeveloper/Makefile | 2 + doc/ForEosSystemDeveloper/Rule.html | 16 + doc/ForEosSystemDeveloper/ToolVersionAdmin.html | 16 + doc/ForEosSystemDeveloper/index.html | 182 + doc/IntegrationTools/.content | 6 + doc/IntegrationTools/.footer | 2 + doc/IntegrationTools/.header | 8 + doc/IntegrationTools/.integrationToolList.html | 5 + doc/IntegrationTools/3DReconstructionHelical.html | 51 + doc/IntegrationTools/CTFCorrection.html | 49 + doc/IntegrationTools/Makefile | 2 + .../MakefileFor3DReconstructionHelical | 235 + .../MakefileForOneImageCTFCorrection | 225 + doc/IntegrationTools/Makefiles.html | 12 + doc/IntegrationTools/index.html | 20 + doc/Makefile | 3 + doc/Objects/.content | 0 doc/Objects/.footer | 2 + doc/Objects/.header | 8 + doc/Objects/.list.html | 59 + doc/Objects/@ | 409 + doc/Objects/Cluster.html | 180 + doc/Objects/Contour.html | 146 + doc/Objects/Contour.html.BACKUP.13931.html | 150 + doc/Objects/Contour.html.BASE.13773.html | 141 + doc/Objects/Contour.html.BASE.13931.html | 141 + doc/Objects/Contour.html.LOCAL.13773.html | 146 + doc/Objects/Contour.html.LOCAL.13931.html | 146 + doc/Objects/Contour.html.REMOTE.13773.html | 146 + doc/Objects/Contour.html.REMOTE.13931.html | 146 + doc/Objects/Crystal.html | 125 + doc/Objects/DataExpression.html | 9 + doc/Objects/DataManipulation.html | 15 + doc/Objects/File.html | 231 + doc/Objects/General.html | 9 + doc/Objects/Makefile | 4 + doc/Objects/Map2D.html | 52 + doc/Objects/Matrix3D.html | 202 + doc/Objects/Memory.html | 56 + doc/Objects/PVM.html | 29 + doc/Objects/PVM.html.BACKUP.14986.html | 33 + doc/Objects/PVM.html.BASE.14986.html | 29 + doc/Objects/PVM.html.LOCAL.14986.html | 29 + doc/Objects/PVM.html.REMOTE.14986.html | 29 + doc/Objects/Random.html | 39 + doc/Objects/Socket.html | 33 + doc/Objects/SpecialNumber.html | 22 + doc/Objects/String.html | 90 + doc/Objects/Vector.html | 104 + doc/Objects/alsa.html | 18 + doc/Objects/avsFile.html | 182 + doc/Objects/avsFile.html.BACKUP.13996.html | 186 + doc/Objects/avsFile.html.BASE.13996.html | 177 + doc/Objects/avsFile.html.LOCAL.13996.html | 182 + doc/Objects/avsFile.html.REMOTE.13996.html | 182 + doc/Objects/ctfInfo.html | 226 + doc/Objects/dsn6File.html | 65 + doc/Objects/emData.html | 97 + doc/Objects/emData.html.BACKUP.14307.html | 101 + doc/Objects/emData.html.BASE.14307.html | 96 + doc/Objects/emData.html.LOCAL.14307.html | 97 + doc/Objects/emData.html.REMOTE.14307.html | 97 + doc/Objects/gifFile.html | 169 + doc/Objects/index.html | 11 + doc/Objects/khorosData.html | 37 + doc/Objects/largeIP.html | 218 + doc/Objects/llData.html | 387 + doc/Objects/ltlgData.html | 144 + doc/Objects/ltlgData.html.BACKUP.14673.html | 148 + doc/Objects/ltlgData.html.BASE.14673.html | 131 + doc/Objects/ltlgData.html.LOCAL.14673.html | 144 + doc/Objects/ltlgData.html.REMOTE.14673.html | 144 + doc/Objects/mapFile.html | 53 + doc/Objects/mrcImage.html | 895 + doc/Objects/openGL.html | 122 + doc/Objects/pdbFile.html | 466 + doc/Objects/psFile.html | 309 + doc/Objects/tgaFile.html | 112 + doc/Objects/transform.html | 85 + doc/Reports/Sakane1996/14346a.gif | Bin 0 -> 1053761 bytes doc/Reports/Sakane1996/BandPass.gif | Bin 0 -> 1934 bytes doc/Reports/Sakane1996/CTF.gif | Bin 0 -> 2126 bytes doc/Reports/Sakane1996/EosTutorial.html | 182 + doc/Reports/Sakane1996/HighPass.gif | Bin 0 -> 1562 bytes doc/Reports/Sakane1996/LowPass.gif | Bin 0 -> 1575 bytes doc/Reports/Sakane1996/REPORTTA | Bin 0 -> 34304 bytes doc/Reports/Sakane1996/report.html | 354 + doc/Reports/Sakane1996/roi.cve25.gif | Bin 0 -> 73824 bytes doc/Reports/Sakane1996/roi.gif | Bin 0 -> 72272 bytes doc/Reports/Sakane1996/roi.hl.gif | Bin 0 -> 84435 bytes doc/Reports/Sakane1996/roi.smoothing9.mean.gif | Bin 0 -> 51006 bytes doc/Reports/Sakane1996/roi.smoothing9.median.gif | Bin 0 -> 51685 bytes doc/Reports/Sakane1996/roi.smoothing9.surface.gif | Bin 0 -> 64200 bytes doc/Reports/Sakane1996/roi.t.gif | Bin 0 -> 60366 bytes doc/Reports/index.html | 11 + doc/SmallTools/.smallToolList.html | 514 + doc/SmallTools/CTFDetermination.html | 16 + doc/SmallTools/CheckCommonLineData.html | 23 + doc/SmallTools/CheckOfOrientation.html | 23 + doc/SmallTools/CheckOrientationByDegree.html | 24 + doc/SmallTools/Chie.html | 1 + doc/SmallTools/CommonLineCalculation.html | 42 + doc/SmallTools/CommonLineRankCalc_k.html | 19 + doc/SmallTools/Decartes2Polar.html | 21 + doc/SmallTools/Descartes2Polar.html | 21 + doc/SmallTools/Display2.html | 28 + doc/SmallTools/Display3.html | 1 + doc/SmallTools/Eos.html | 1 + .../EvaluateCorrelationMapwithCommonLine.html | 22 + doc/SmallTools/FAQ.html | 12 + .../FETOrientationSearchByAnnealing.html | 26 + .../FETOrientationSearchByFeatureAlignment.html | 48 + ...TmapOrientationSearchBySimultaneousFitting.html | 29 + ...llMapSetCreate_forSimultaneousMinimization.html | 23 + .../LCalculationForOrientationSearch.html | 18 + doc/SmallTools/Makefile | 3 + doc/SmallTools/Polar2Decartes.html | 21 + doc/SmallTools/Polar2Descartes.html | 21 + doc/SmallTools/ProjectionDirectionMapCreate.html | 38 + doc/SmallTools/RTeranishi.html | 19 + doc/SmallTools/StereoDisplay.html | 1 + ...rientationSearchBySimultaneousMinimization.html | 1 + doc/SmallTools/Visualmake.html | 1 + .../WeightCalculationOfCommonLineSearch.html | 32 + ...CalculationOfCommonLineSearchByAllSinogram.html | 36 + .../WeigthCaluculationOfCommonLineCalculation.html | 1 + doc/SmallTools/angleMatchTest_k.html | 20 + doc/SmallTools/anglediffcalc.html | 14 + doc/SmallTools/anglediffchk.html | 16 + doc/SmallTools/array2mrc.html | 20 + doc/SmallTools/bin2mrc.html | 18 + doc/SmallTools/calcCommonLine.html | 20 + doc/SmallTools/class.html | 24 + doc/SmallTools/clusterLog2ToLog.html | 19 + doc/SmallTools/clusterLogASCII2Binary.html | 18 + doc/SmallTools/clusterShow.html | 32 + doc/SmallTools/commonLinesSearchByVoting.html | 54 + doc/SmallTools/coordRotation.html | 19 + doc/SmallTools/ctfDeterminationFromMultiImage.html | 23 + .../ctfDeterminationFromPhaseComparison.html | 1 + doc/SmallTools/ctfDeterminationFromThonRing.html | 24 + doc/SmallTools/ctfDetermine.html | 50 + doc/SmallTools/ctfDisplay.html | 22 + doc/SmallTools/ctfEnvelopFunction.html | 27 + doc/SmallTools/ctfFunction.html | 32 + doc/SmallTools/ctfFunctionServer.html | 1 + doc/SmallTools/ctfInfoSet.html | 18 + doc/SmallTools/ctfMultiFunction.html | 29 + doc/SmallTools/ctfWeightMapCreation.html | 32 + doc/SmallTools/ctfZeroPoint.html | 1 + doc/SmallTools/cufft.html | 21 + doc/SmallTools/dataAnalysis_kayabuki.html | 18 + doc/SmallTools/dcdAtomChangeDistanceFromAtom.html | 1 + doc/SmallTools/dcdAtomDistanceDistribution.html | 1 + doc/SmallTools/dcdCompareCA.html | 1 + doc/SmallTools/dcdDistanceAtomBetweenAtom.html | 1 + doc/SmallTools/dcdFilePrint.html | 1 + doc/SmallTools/dcdInfo.html | 1 + doc/SmallTools/dcdSelectAtoms.html | 1 + doc/SmallTools/dcdSerectAtom.html | 1 + doc/SmallTools/dcdTest.html | 1 + doc/SmallTools/dcdTimeSeriesBehavior.html | 1 + .../defocusDeterminationFromThonRing.html | 43 + doc/SmallTools/dos2unix.html | 18 + doc/SmallTools/electronWaveLength.html | 18 + doc/SmallTools/emData2mrc.html | 19 + doc/SmallTools/energyTransferModelCheck.html | 1 + doc/SmallTools/energyTransferModelResultCheck.html | 21 + doc/SmallTools/fft2d.html | 1 + doc/SmallTools/geogeoge.html | 18 + doc/SmallTools/gmolvie.html | 18 + doc/SmallTools/hf2000Init.html | 19 + doc/SmallTools/hf2000LenzCurrent.html | 22 + doc/SmallTools/hf2000SpecimenPosition.html | 23 + doc/SmallTools/hidac2009.html | 18 + doc/SmallTools/hidac2010.html | 18 + doc/SmallTools/hidaka2009.html | 18 + doc/SmallTools/hiromi.html | 19 + doc/SmallTools/hiroshiImageProcessing.html | 18 + doc/SmallTools/homology2PG.html | 1 + doc/SmallTools/hostCondition.html | 17 + doc/SmallTools/imagesClustering.html | 1 + doc/SmallTools/imagesView.html | 19 + doc/SmallTools/imodst2mrc.html | 19 + doc/SmallTools/index.html | 18 + doc/SmallTools/ip2mrc.html | 26 + doc/SmallTools/itami.html | 19 + doc/SmallTools/kayabuki.html | 19 + doc/SmallTools/khorosFilterGenerate.html | 1 + doc/SmallTools/konson3.html | 19 + doc/SmallTools/kuma.html | 18 + doc/SmallTools/largeIPInfo.html | 20 + doc/SmallTools/ll2ltlg.html | 32 + doc/SmallTools/llDataAverage.html | 33 + doc/SmallTools/llDataAxisSearch.html | 46 + doc/SmallTools/llDataCTFCompensate.html | 35 + doc/SmallTools/llDataCompare.html | 22 + .../llDataContributionCalcDifferentN.html | 18 + doc/SmallTools/llDataDump.html | 18 + doc/SmallTools/llDataEquatorAdd.html | 18 + doc/SmallTools/llDataExtract.html | 21 + doc/SmallTools/llDataFit.html | 17 + doc/SmallTools/llDataFitServer.html | 1 + doc/SmallTools/llDataInfo.html | 23 + doc/SmallTools/llDataLowPassFiltering.html | 22 + doc/SmallTools/llDataMultiCTFCompensation.html | 36 + doc/SmallTools/llDataNEstimation.html | 21 + doc/SmallTools/llDataNormalization.html | 21 + doc/SmallTools/llDataPrint.html | 21 + doc/SmallTools/llDataRescaling.html | 20 + doc/SmallTools/llDataResolutionCheck.html | 18 + doc/SmallTools/llDataRotation.html | 1 + doc/SmallTools/llDataSelectionEstimation.html | 22 + doc/SmallTools/llDataSeparate.html | 1 + doc/SmallTools/llDataWeightSet.html | 19 + doc/SmallTools/llDatarMaxLimit.html | 28 + doc/SmallTools/llExtract.html | 50 + doc/SmallTools/llExtractCtfinfFileCreate.html | 25 + doc/SmallTools/llExtractCtrlFileCreate.html | 39 + doc/SmallTools/llExtractWithLayerSeparation.html | 86 + ...llExtractWithLayerSeparationCtrlFileCreate.html | 26 + ...actWithLayerSeparationCtrlFileCreateMyosin.html | 19 + .../llExtractWithLayerSeparationFilamentInfo.html | 27 + ...hLayerSeparationResultTwoSubsetsByPhiAngle.html | 1 + .../llExtractWithLayerSeparationServer.html | 1 + .../llExtractWithLayerSeparationSingle.html | 1 + doc/SmallTools/ltlg2mrc.html | 60 + doc/SmallTools/ltlg2ps.html | 1 + doc/SmallTools/ltlgDataInfo.html | 21 + doc/SmallTools/mallocCheck.html | 1 + doc/SmallTools/matrix3DEulerAngleTransform.html | 26 + doc/SmallTools/matrix3DFromEulerAngle.html | 19 + doc/SmallTools/matrix3DInverse.html | 18 + doc/SmallTools/matrix3DToEulerAngle.html | 20 + doc/SmallTools/miho2.html | 19 + doc/SmallTools/moi2mrc.html | 24 + doc/SmallTools/molecularEnvelopeResampling.html | 20 + doc/SmallTools/molecularWeightCalc.html | 1 + doc/SmallTools/molvie.html | 1 + doc/SmallTools/molvieDock.html | 1 + doc/SmallTools/molvieFlight.html | 1 + doc/SmallTools/molvieMrcViewer.html | 1 + doc/SmallTools/molvieProjection.html | 1 + doc/SmallTools/molvieViewer.html | 1 + doc/SmallTools/mrc2Dto3D.html | 61 + doc/SmallTools/mrc2Dto3DforVariation.html | 1 + doc/SmallTools/mrc2dsn6.html | 1 + doc/SmallTools/mrc2fld.html | 28 + doc/SmallTools/mrc2gif.html | 22 + doc/SmallTools/mrc2hdf.html | 1 + doc/SmallTools/mrc2lattice.html | 1 + doc/SmallTools/mrc2map.html | 26 + doc/SmallTools/mrc2pov.html | 1 + doc/SmallTools/mrc2tiff.html | 24 + doc/SmallTools/mrc2viff.html | 1 + doc/SmallTools/mrc3DExtractZ.html | 19 + doc/SmallTools/mrc3Dto2D.html | 28 + doc/SmallTools/mrcFETnormalizeBySD.html | 30 + doc/SmallTools/mrcFFTBandPassFilter.html | 18 + doc/SmallTools/mrcFFTCTFCompensation.html | 23 + doc/SmallTools/mrcFFTDigitize.html | 21 + doc/SmallTools/mrcFFTExpression.html | 26 + doc/SmallTools/mrcFFTFibreDiagram.html | 19 + doc/SmallTools/mrcFFTFiltering.html | 25 + doc/SmallTools/mrcFFTIQEstimation.html | 20 + doc/SmallTools/mrcFFTInfo.html | 25 + doc/SmallTools/mrcFFTLayerLineCheck.html | 20 + doc/SmallTools/mrcFFTMedianFilter.html | 22 + doc/SmallTools/mrcFFTProjection.html | 21 + doc/SmallTools/mrcFFTResampling.html | 20 + doc/SmallTools/mrcFFTShellInfo.html | 21 + doc/SmallTools/mrcFFTSizeChange.html | 20 + doc/SmallTools/mrcFFTSpectrum.html | 20 + doc/SmallTools/mrcFFTXFiltering.html | 21 + doc/SmallTools/mrcFFTplainreduce.html | 23 + doc/SmallTools/mrcFTMeridianEquatorRedece.html | 20 + doc/SmallTools/mrcImage1DProjectionfrom2D.html | 18 + doc/SmallTools/mrcImage1dAverageByCorrelation.html | 18 + doc/SmallTools/mrcImage1dCutAverage.html | 1 + .../mrcImage1dShiftAverageByAnnealing.html | 37 + doc/SmallTools/mrcImage1dShiftByCorrelation.html | 25 + doc/SmallTools/mrcImage2DBackProjection.html | 19 + doc/SmallTools/mrcImage2DProjection.html | 20 + doc/SmallTools/mrcImage2pdb.html | 30 + doc/SmallTools/mrcImage3DHighResoEmphasis.html | 25 + doc/SmallTools/mrcImage3DPad.html | 31 + doc/SmallTools/mrcImage3DPad2.html | 31 + doc/SmallTools/mrcImage3DSymmetryFind.html | 27 + doc/SmallTools/mrcImage3DWindowing.html | 27 + doc/SmallTools/mrcImageAbnormalValueRemove.html | 25 + .../mrcImageActinSingleParticleAnalysis.html | 18 + doc/SmallTools/mrcImageAdaptiveBinalization.html | 18 + doc/SmallTools/mrcImageAdd.html | 22 + doc/SmallTools/mrcImageAddValue.html | 19 + doc/SmallTools/mrcImageAreaCalc.html | 20 + doc/SmallTools/mrcImageAssignedToTFofPDB.html | 24 + .../mrcImageAutoCorrelationWithWindowing.html | 20 + doc/SmallTools/mrcImageAutoFilamentExtract.html | 49 + .../mrcImageAutoFilamentExtractResultAnalysis.html | 23 + .../mrcImageAutoRotationCorrelation.html | 111 + .../mrcImageAutoRotationCorrelation3D.html | 1 + ...mrcImageAutoRotationCorrelationResultPrint.html | 1 + doc/SmallTools/mrcImageAverage.html | 19 + doc/SmallTools/mrcImageBandPassFilter.html | 28 + doc/SmallTools/mrcImageBinalization.html | 34 + doc/SmallTools/mrcImageBlockMerge.html | 18 + doc/SmallTools/mrcImageBoundaryInfo.html | 18 + doc/SmallTools/mrcImageBtest.html | 18 + doc/SmallTools/mrcImageCCDNoiseRemove.html | 24 + doc/SmallTools/mrcImageCTFCompensation.html | 44 + .../mrcImageCTFCompensationForTiltImage.html | 20 + doc/SmallTools/mrcImageCTFDetermination.html | 74 + doc/SmallTools/mrcImageCTFObservation.html | 31 + doc/SmallTools/mrcImageCTFSN.html | 22 + doc/SmallTools/mrcImageCVE.html | 19 + doc/SmallTools/mrcImageCenterDensityChange.html | 31 + doc/SmallTools/mrcImageCenterGet.html | 25 + doc/SmallTools/mrcImageCenterOfMassCalculate.html | 18 + .../mrcImageCircumferentialProjection.html | 32 + doc/SmallTools/mrcImageClusterAnalysis.html | 39 + doc/SmallTools/mrcImageColoring.html | 25 + doc/SmallTools/mrcImageColorlizing.html | 25 + doc/SmallTools/mrcImageCommonLineSearch.html | 28 + doc/SmallTools/mrcImageConnection.html | 20 + doc/SmallTools/mrcImageConnectivityNumberCalc.html | 32 + doc/SmallTools/mrcImageContourSurfaceCreate.html | 23 + doc/SmallTools/mrcImageCoordinateChange.html | 17 + doc/SmallTools/mrcImageCoreImageCalc.html | 33 + doc/SmallTools/mrcImageCorrelation.html | 51 + .../mrcImageCorrelationInFourierSpace.html | 21 + doc/SmallTools/mrcImageCorrelationServer.html | 1 + .../mrcImageCorrelationWithCTFCompensation.html | 1 + doc/SmallTools/mrcImageCrystalCreate.html | 20 + doc/SmallTools/mrcImageCutAndSetInArray.html | 1 + doc/SmallTools/mrcImageCylinderSection.html | 32 + doc/SmallTools/mrcImageDeadPixelCorrection.html | 19 + .../mrcImageDensityChangeEstimation.html | 26 + doc/SmallTools/mrcImageDensityInfo.html | 27 + doc/SmallTools/mrcImageDensityNormalization.html | 20 + .../mrcImageDensityNormalizationByImage.html | 42 + doc/SmallTools/mrcImageDevideIntoTwoImages.html | 18 + .../mrcImageDisplayDensityAsTempFactor.html | 22 + doc/SmallTools/mrcImageDistanceConversion.html | 25 + .../mrcImageDivideInfoForTomography.html | 20 + doc/SmallTools/mrcImageDivideIntoTwoImages.html | 23 + doc/SmallTools/mrcImageEdgeImageGet.html | 22 + .../mrcImageEnhancementWithFuzzySets.html | 1 + doc/SmallTools/mrcImageEstimateTiltImage.html | 22 + doc/SmallTools/mrcImageExpression.html | 24 + doc/SmallTools/mrcImageFFT.html | 21 + doc/SmallTools/mrcImageFFTLayerLineExtraction.html | 24 + doc/SmallTools/mrcImageFOMCalc.html | 30 + doc/SmallTools/mrcImageFTest.html | 20 + doc/SmallTools/mrcImageFeatureExtraction.html | 55 + doc/SmallTools/mrcImageFilamentSearch.html | 1 + doc/SmallTools/mrcImageFilterCreate.html | 29 + doc/SmallTools/mrcImageFilteringbyFile.html | 21 + .../mrcImageFilteringbyFileForVariance.html | 19 + doc/SmallTools/mrcImageFourierPowerSpectrum.html | 1 + .../mrcImageFourierShellCorrelation.html | 32 + .../mrcImageFractalFourierShellCorrelation.html | 34 + .../mrcImageFractalFrourierShellCorrelation.html | 1 + doc/SmallTools/mrcImageGaussDisc.html | 33 + doc/SmallTools/mrcImageGaussSphere.html | 31 + doc/SmallTools/mrcImageHeaderChange.html | 22 + doc/SmallTools/mrcImageHelicalAveraging.html | 25 + doc/SmallTools/mrcImageHelicalConvolution.html | 1 + .../mrcImageHelicalMappingFrom2DImage.html | 21 + doc/SmallTools/mrcImageHelicalMasking.html | 25 + .../mrcImageHelicalMaskingBy2DImage.html | 21 + doc/SmallTools/mrcImageHelicalProjection.html | 20 + doc/SmallTools/mrcImageHighPassFilter.html | 24 + doc/SmallTools/mrcImageHighlighting.html | 1 + doc/SmallTools/mrcImageInfo.html | 41 + doc/SmallTools/mrcImageInverseRadonTransform.html | 29 + doc/SmallTools/mrcImageLabeling.html | 18 + doc/SmallTools/mrcImageLowPassFilter.html | 25 + doc/SmallTools/mrcImageMagnificationChange.html | 18 + doc/SmallTools/mrcImageMake2DArrayImage.html | 23 + doc/SmallTools/mrcImageMakeCylinder.html | 20 + doc/SmallTools/mrcImageMakeDump.html | 17 + doc/SmallTools/mrcImageMakeFromTextFile.html | 23 + doc/SmallTools/mrcImageMakeSphere.html | 26 + doc/SmallTools/mrcImageMappingtoPdb.html | 19 + doc/SmallTools/mrcImageMasking.html | 32 + doc/SmallTools/mrcImageMaskingByImage.html | 23 + doc/SmallTools/mrcImageMergebyside.html | 19 + doc/SmallTools/mrcImageMirroring.html | 20 + doc/SmallTools/mrcImageModeChange.html | 19 + doc/SmallTools/mrcImageModelCreate.html | 80 + .../mrcImageModelSubfilamentsCreate.html | 28 + doc/SmallTools/mrcImageMontageCreate.html | 39 + doc/SmallTools/mrcImageMove.html | 23 + doc/SmallTools/mrcImageMultiCTFCompensation.html | 40 + doc/SmallTools/mrcImageMultiCTFDetermination.html | 26 + doc/SmallTools/mrcImageMultiplying.html | 19 + doc/SmallTools/mrcImageMultiplyingbyFile.html | 19 + doc/SmallTools/mrcImageNLMeansFilter.html | 20 + doc/SmallTools/mrcImageNeuralNetLearning.html | 18 + .../mrcImageNeuralNetParticleExtraction.html | 1 + .../mrcImageNeuralNetParticleLearning.html | 24 + doc/SmallTools/mrcImageNfoldAxisSearch.html | 25 + doc/SmallTools/mrcImageNoiseAdd.html | 22 + doc/SmallTools/mrcImageNoiseCreate.html | 20 + .../mrcImageNoiseReductionByRelaxation.html | 24 + doc/SmallTools/mrcImageNormalDistributionTest.html | 18 + doc/SmallTools/mrcImageNormalizedSubstraction.html | 23 + doc/SmallTools/mrcImageNormalizedSubtraction.html | 40 + doc/SmallTools/mrcImageNormalizing.html | 36 + doc/SmallTools/mrcImageNullImageCreate.html | 22 + doc/SmallTools/mrcImageOddBoxel.html | 25 + doc/SmallTools/mrcImageOneLineSimilarityCalc.html | 19 + doc/SmallTools/mrcImageOrientationSearch.html | 45 + ...mrcImageOrientationSearchByHigherSelection.html | 26 + .../mrcImageOrientationSearchByHybridization.html | 40 + ...rientationSearchBySimultaneousMinimization.html | 80 + doc/SmallTools/mrcImagePCA.html | 1 + doc/SmallTools/mrcImagePad.html | 42 + .../mrcImageParticleCandidateExtract.html | 22 + doc/SmallTools/mrcImagePeakSearch.html | 26 + .../mrcImagePhaseCTFCompensationFromCTFINFO.html | 18 + doc/SmallTools/mrcImagePixelDataGet.html | 21 + doc/SmallTools/mrcImagePolyROI.html | 18 + doc/SmallTools/mrcImagePosterization.html | 19 + doc/SmallTools/mrcImagePrint.html | 69 + doc/SmallTools/mrcImagePrint3D.html | 20 + doc/SmallTools/mrcImageProjection.html | 24 + doc/SmallTools/mrcImagePut3D.html | 1 + doc/SmallTools/mrcImageROI.html | 41 + doc/SmallTools/mrcImageROI3D.html | 22 + doc/SmallTools/mrcImageROIs.html | 33 + doc/SmallTools/mrcImageROItoPCAoutputImage.html | 18 + doc/SmallTools/mrcImageRadialDistribution.html | 22 + doc/SmallTools/mrcImageRadonTransform.html | 19 + doc/SmallTools/mrcImageRealValueAdd.html | 19 + doc/SmallTools/mrcImageRectangleGet.html | 18 + .../mrcImageRectangleGetByCorrelation.html | 21 + doc/SmallTools/mrcImageRefConv2D.html | 17 + doc/SmallTools/mrcImageRefCreate.html | 22 + doc/SmallTools/mrcImageRefFFTConv2D.html | 17 + doc/SmallTools/mrcImageRefScaleChangeWithPad.html | 20 + .../mrcImageResolutionEstimateForFilaments.html | 23 + doc/SmallTools/mrcImageReverse.html | 18 + doc/SmallTools/mrcImageRotation.html | 22 + doc/SmallTools/mrcImageRotation3D.html | 25 + doc/SmallTools/mrcImageSN.html | 22 + doc/SmallTools/mrcImageSamplingUnitChange.html | 22 + doc/SmallTools/mrcImageScalarAdd.html | 24 + doc/SmallTools/mrcImageSectionGet.html | 21 + doc/SmallTools/mrcImageSetFunction.html | 16 + doc/SmallTools/mrcImageShapePCA.html | 26 + doc/SmallTools/mrcImageShift.html | 20 + doc/SmallTools/mrcImageShiftFollowingGC.html | 19 + doc/SmallTools/mrcImageShrink.html | 28 + doc/SmallTools/mrcImageSiemensStar.html | 21 + doc/SmallTools/mrcImageSimilarImageSearch.html | 18 + doc/SmallTools/mrcImageSimilarityEstimate.html | 31 + doc/SmallTools/mrcImageSinogramCorrelation.html | 43 + doc/SmallTools/mrcImageSinogramCreate.html | 20 + doc/SmallTools/mrcImageSinogramFFT.html | 18 + doc/SmallTools/mrcImageSmoothing.html | 29 + doc/SmallTools/mrcImageSolventFlattening.html | 29 + doc/SmallTools/mrcImageSphere.html | 22 + doc/SmallTools/mrcImageSphereCheck.html | 18 + doc/SmallTools/mrcImageSplit.html | 26 + doc/SmallTools/mrcImageSquare.html | 21 + doc/SmallTools/mrcImageStack.html | 1 + doc/SmallTools/mrcImageStandardDeviation.html | 26 + doc/SmallTools/mrcImageSubstraction.html | 21 + doc/SmallTools/mrcImageSubtraction.html | 22 + doc/SmallTools/mrcImageSuperResolution.html | 66 + doc/SmallTools/mrcImageSymmetryAverage.html | 20 + doc/SmallTools/mrcImageSymmetryCentreFind.html | 19 + doc/SmallTools/mrcImageSymmetryFind.html | 45 + doc/SmallTools/mrcImageTTest.html | 24 + doc/SmallTools/mrcImageTfunction.html | 19 + doc/SmallTools/mrcImageTiltAxisSearch.html | 25 + doc/SmallTools/mrcImageTiltAxisSearchHelp.html | 26 + doc/SmallTools/mrcImageToNAMDConstantForces.html | 27 + doc/SmallTools/mrcImageToPointsSet.html | 19 + doc/SmallTools/mrcImageTrans.html | 20 + doc/SmallTools/mrcImageTransepose.html | 18 + .../mrcImageTransformDescartesIntoPolar.html | 28 + doc/SmallTools/mrcImageTransformSign.html | 20 + doc/SmallTools/mrcImageTranspose.html | 18 + doc/SmallTools/mrcImageTwoImageTest.html | 1 + doc/SmallTools/mrcImageUnbentROI.html | 24 + doc/SmallTools/mrcImageUnexpectedMassFromPDB.html | 42 + doc/SmallTools/mrcImageUntwist.html | 20 + doc/SmallTools/mrcImageVarianceAnalysis.html | 44 + doc/SmallTools/mrcImageVarianceMap.html | 41 + doc/SmallTools/mrcImageVolumeCalc.html | 31 + doc/SmallTools/mrcImageWindowing.html | 30 + doc/SmallTools/mrcImageZPad.html | 27 + doc/SmallTools/mrcImagepdbFileReduce.html | 23 + doc/SmallTools/mrcImagesSinogramCorrelation.html | 55 + doc/SmallTools/mrcImagestoRef.html | 18 + doc/SmallTools/mrcImateToPointsSet.html | 18 + doc/SmallTools/mrcInfo.html | 19 + doc/SmallTools/mrcInfoSet.html | 19 + doc/SmallTools/mrcManipulate_kaya.html | 21 + doc/SmallTools/mrcMask.html | 23 + doc/SmallTools/mrcMeanYlinePos.html | 17 + doc/SmallTools/mrcMirrorImageCreate.html | 17 + doc/SmallTools/mrcRadon2Dto3D.html | 29 + doc/SmallTools/mrcRefCorEstimate.html | 16 + doc/SmallTools/mrcRefCorModify.html | 17 + doc/SmallTools/mrcRefCoreGet.html | 18 + doc/SmallTools/mrcRefCorrelation.html | 25 + doc/SmallTools/mrcRefCorrelationConv.html | 17 + doc/SmallTools/mrcRefEstimate.html | 15 + doc/SmallTools/mrcRefFFTConvert.html | 17 + doc/SmallTools/mrcRefHeaderCreate.html | 25 + doc/SmallTools/mrcRefHighPassFilter.html | 24 + doc/SmallTools/mrcRefImageCorrelation.html | 21 + doc/SmallTools/mrcRefImageOmegaCorrelation.html | 18 + doc/SmallTools/mrcRefImagepwzCorEstimate.html | 17 + doc/SmallTools/mrcRefImagepwzCorModify.html | 21 + doc/SmallTools/mrcRefImagepwzCorPeakFind.html | 24 + doc/SmallTools/mrcRefImagepwzCorSmoothing.html | 21 + doc/SmallTools/mrcRefImagepwzCorrelation.html | 20 + doc/SmallTools/mrcRefImagepwzCorrelationByFFT.html | 17 + doc/SmallTools/mrcRefImagexaFit.html | 25 + doc/SmallTools/mrcRefLowPassFilter.html | 24 + doc/SmallTools/mrcRefNoiseAdd.html | 20 + doc/SmallTools/mrcRefNormalizing.html | 17 + doc/SmallTools/mrcRefPhaseImageCreate.html | 20 + doc/SmallTools/mrcRefSmoothing.html | 20 + doc/SmallTools/mrcRefz1ImageCorrelation.html | 19 + doc/SmallTools/mrcSinogramFET.html | 21 + .../mrcSinogramFETcalcSDforNormalize.html | 32 + doc/SmallTools/mrcSinogramFETcalcWeight.html | 19 + doc/SmallTools/mrcSinogramFETcorrelationMap.html | 32 + doc/SmallTools/mrcSinogramFETnormalizedMap.html | 26 + .../mrcSinogramFETreferredCorrelation.html | 41 + .../mrcSinogramFETsmoothParameterMatching.html | 19 + doc/SmallTools/mrcView.html | 1 + doc/SmallTools/muscleSimulation.html | 1 + doc/SmallTools/myo.html | 19 + doc/SmallTools/nakamichi2009.html | 1 + doc/SmallTools/obj3Don2DImageView.html | 1 + doc/SmallTools/openGLTest.html | 1 + doc/SmallTools/pdb2SketchMacro.html | 24 + doc/SmallTools/pdb2bender.html | 18 + doc/SmallTools/pdb2mrc.html | 32 + doc/SmallTools/pdb2mrc2d.html | 36 + doc/SmallTools/pdb2mrc2dWithCTF.html | 1 + doc/SmallTools/pdb2mrcWithCTF.html | 27 + doc/SmallTools/pdb2ucd.html | 18 + doc/SmallTools/pdb3DOn2DImageLayerView.html | 19 + doc/SmallTools/pdbAtomSection.html | 44 + doc/SmallTools/pdbCAOnly.html | 18 + doc/SmallTools/pdbChargeFit.html | 25 + doc/SmallTools/pdbCoordAdd.html | 20 + doc/SmallTools/pdbCrystalCreate.html | 36 + doc/SmallTools/pdbDisplay.html | 17 + doc/SmallTools/pdbFileMerge.html | 20 + doc/SmallTools/pdbHelix.html | 37 + doc/SmallTools/pdbHomologySearch.html | 1 + doc/SmallTools/pdbInfo.html | 18 + doc/SmallTools/pdbListRMSDCalc.html | 19 + doc/SmallTools/pdbListVectorCalc.html | 1 + doc/SmallTools/pdbMatrixCreate.html | 1 + doc/SmallTools/pdbMolecularInterfaceFind.html | 21 + doc/SmallTools/pdbMove.html | 24 + doc/SmallTools/pdbNAMDRestraintCreate.html | 24 + doc/SmallTools/pdbNearAtomListShow.html | 22 + doc/SmallTools/pdbOneProteinGet.html | 18 + doc/SmallTools/pdbPCA.html | 21 + doc/SmallTools/pdbProteinIDSet.html | 18 + doc/SmallTools/pdbRhoFit.html | 72 + doc/SmallTools/pdbRhoFitCoiledCoil.html | 1 + doc/SmallTools/pdbRhoFitTm.html | 76 + doc/SmallTools/pdbRotation.html | 27 + doc/SmallTools/pdbSecondaryStructurePrint.html | 18 + doc/SmallTools/pdbShapeFit.html | 73 + doc/SmallTools/pdbSurface.html | 24 + doc/SmallTools/pdbTempFactorSet.html | 19 + doc/SmallTools/pdbTrans.html | 28 + doc/SmallTools/pdbTwoProteinFit.html | 30 + doc/SmallTools/pdbView.html | 1 + doc/SmallTools/pdbWaterAdd.html | 28 + doc/SmallTools/pgDataBaseSelectServer.html | 1 + doc/SmallTools/pgJournalSelect.html | 1 + doc/SmallTools/pgJournalSelectCORBAClient.html | 1 + doc/SmallTools/pgJournalSelectCORBAServer.html | 1 + doc/SmallTools/pgMemoSelectCORBAServer.html | 1 + doc/SmallTools/pgSelect.html | 1 + doc/SmallTools/pointAffineTransform.html | 20 + doc/SmallTools/psFileMerge.html | 18 + doc/SmallTools/psFilePageMerge.html | 18 + doc/SmallTools/randomNormalGet.html | 20 + doc/SmallTools/randomUniformGet.html | 19 + doc/SmallTools/rasmonyo.html | 18 + doc/SmallTools/reoleo.html | 19 + doc/SmallTools/ryuuhaku.html | 19 + doc/SmallTools/smolet.html | 1 + doc/SmallTools/tacyas.html | 1 + doc/SmallTools/takahiro.html | 19 + doc/SmallTools/test.html | 1 + doc/SmallTools/tgaInfo.html | 18 + doc/SmallTools/tiff2mrc.html | 37 + doc/SmallTools/tiltInfoDetermine.html | 20 + doc/SmallTools/vector2pdb.html | 26 + .../vectorImageNearestNeighborMethod.html | 1 + doc/SmallTools/watanabe2009.html | 18 + doc/SmallTools/yajinori.html | 19 + doc/SmallTools/yamashita09.html | 18 + doc/SmallTools/yoshinori.html | 19 + doc/SmallTools/yoshio.html | 18 + doc/SmallToolsJ/.smallToolList.html | 2 + doc/SmallToolsJ/.smallToolList2.html | 102 + doc/SmallToolsJ/Makefile | 3 + doc/SmallToolsJ/index.html | 17 + doc/SmallToolsJ/mrc2Dto3D/121p-input-DW5m1.png | Bin 0 -> 8037 bytes .../mrc2Dto3D/121p.no2.out-In1-input1.png | Bin 0 -> 8192 bytes .../mrc2Dto3D/121p.no2.out-In1-input2.png | Bin 0 -> 13508 bytes doc/SmallToolsJ/mrc2Dto3D/Double-CT2W1m1IM1.png | Bin 0 -> 8520 bytes doc/SmallToolsJ/mrc2Dto3D/Double-CT2W1m1IM2.png | Bin 0 -> 8371 bytes doc/SmallToolsJ/mrc2Dto3D/Double-CT2W1m1IM3.png | Bin 0 -> 8435 bytes doc/SmallToolsJ/mrc2Dto3D/Double-m1SIRTm5r1.png | Bin 0 -> 10511 bytes doc/SmallToolsJ/mrc2Dto3D/a000-2.png | Bin 0 -> 1725 bytes doc/SmallToolsJ/mrc2Dto3D/a004-2.png | Bin 0 -> 1722 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1.png | Bin 0 -> 8503 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1CTM0.png | Bin 0 -> 8435 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1CTM1.png | Bin 0 -> 11481 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1IM0.png | Bin 0 -> 8687 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W2m1.png | Bin 0 -> 8591 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W3m1.png | Bin 0 -> 8582 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W4m1.png | Bin 0 -> 8417 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W5m1.png | Bin 0 -> 8780 bytes doc/SmallToolsJ/mrc2Dto3D/double-CT2W6m1.png | Bin 0 -> 9027 bytes doc/SmallToolsJ/mrc2Dto3D/double-m1.png | Bin 0 -> 7840 bytes doc/SmallToolsJ/mrc2Dto3D/double-m1SIRT.png | Bin 0 -> 9171 bytes doc/SmallToolsJ/mrc2Dto3D/double.png | Bin 0 -> 8098 bytes doc/SmallToolsJ/mrc2Dto3D/inputfile.png | Bin 0 -> 2441 bytes doc/SmallToolsJ/mrc2Dto3D/mrc2Dto3D.html | 756 + doc/SmallToolsJ/mrc2Dto3D/opution-i.png | Bin 0 -> 9487 bytes doc/SmallToolsJ/mrc2Dto3D/single-yx.png | Bin 0 -> 10329 bytes doc/SmallToolsJ/mrc2Dto3D/single-zx.png | Bin 0 -> 10625 bytes doc/SmallToolsJ/mrc2Dto3D/single.png | Bin 0 -> 8080 bytes doc/SmallToolsJ/mrc2gif/mrc2gif.html | 122 + doc/SmallToolsJ/mrc2gif/out-H10.gif | Bin 0 -> 6736 bytes doc/SmallToolsJ/mrc2gif/out-I1.gif | Bin 0 -> 8684 bytes doc/SmallToolsJ/mrc2gif/out-L10.gif | Bin 0 -> 4349 bytes doc/SmallToolsJ/mrc2gif/out-m1.gif | Bin 0 -> 8684 bytes doc/SmallToolsJ/mrc2gif/out.gif | Bin 0 -> 8684 bytes doc/SmallToolsJ/mrc2tiff/mrc2tiff.html | 124 + doc/SmallToolsJ/mrc2tiff/outdata-H10.png | Bin 0 -> 5776 bytes doc/SmallToolsJ/mrc2tiff/outdata-I.png | Bin 0 -> 6743 bytes doc/SmallToolsJ/mrc2tiff/outdata-L10.png | Bin 0 -> 4348 bytes doc/SmallToolsJ/mrc2tiff/outdata-m1.png | Bin 0 -> 12991 bytes doc/SmallToolsJ/mrc2tiff/outdata.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrc3Dto2D/121p-Info.png | Bin 0 -> 2313 bytes doc/SmallToolsJ/mrc3Dto2D/121p.mrc-2.png | Bin 0 -> 9814 bytes doc/SmallToolsJ/mrc3Dto2D/121p.mrc.png | Bin 0 -> 10220 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In0.png | Bin 0 -> 9041 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In1.mrc.PNG | Bin 0 -> 8424 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In2.png | Bin 0 -> 8789 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In3.png | Bin 0 -> 7742 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-1.png | Bin 0 -> 15173 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-2.png | Bin 0 -> 5660 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-EY.png | Bin 0 -> 13119 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-EY2.png | Bin 0 -> 6972 bytes doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-m0.png | Bin 0 -> 10799 bytes doc/SmallToolsJ/mrc3Dto2D/121p.png | Bin 0 -> 17496 bytes doc/SmallToolsJ/mrc3Dto2D/mrc3Dto2D.html | 378 + .../mrcImage1DProjectionfrom2D/b120-2.png | Bin 0 -> 6742 bytes .../mrcImage1DProjectionfrom2D.html | 210 + .../mrcImage1DProjectionfrom2D/outdata-m1.png | Bin 0 -> 1006 bytes .../mrcImage1DProjectionfrom2D/outdata-m2.png | Bin 0 -> 1002 bytes .../mrcImage1DProjectionfrom2D/outdata-m2d10.png | Bin 0 -> 1002 bytes .../mrcImage1DProjectionfrom2D/outdata.png | Bin 0 -> 1004 bytes .../mrcImage2DBackProjection/b120-2.png | Bin 0 -> 1696 bytes .../mrcImage2DBackProjection.html | 123 + .../mrcImage2DBackProjection/outdata-1.png | Bin 0 -> 1735 bytes .../mrcImage2DBackProjection/outdata-2.png | Bin 0 -> 632 bytes .../mrcImage2DBackProjection/outdata-z-1.png | Bin 0 -> 1570 bytes .../mrcImage2DBackProjection/outdata-z-2.png | Bin 0 -> 741 bytes .../b120-2.outdata-m1.png | Bin 0 -> 7007 bytes .../b120-2.outdata-v1.png | Bin 0 -> 6475 bytes .../b120-2.outdata-v5.png | Bin 0 -> 6742 bytes .../mrcImageAbnormalValueRemove/b120-2.outdata.png | Bin 0 -> 6999 bytes .../mrcImageAbnormalValueRemove/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageAbnormalValueRemove.html | 212 + .../mrcImageAdaptiveBinalization/b120.png | Bin 0 -> 2730 bytes .../mrcImageAdaptiveBinalization.html | 133 + .../mrcImageAdaptiveBinalization/outdata-s25.png | Bin 0 -> 1171 bytes .../mrcImageAdaptiveBinalization/outdata-s50.png | Bin 0 -> 1159 bytes .../mrcImageAdaptiveBinalization/outdata.png | Bin 0 -> 1262 bytes doc/SmallToolsJ/mrcImageAdd/a044-2.png | Bin 0 -> 1723 bytes doc/SmallToolsJ/mrcImageAdd/b116-2.png | Bin 0 -> 1684 bytes doc/SmallToolsJ/mrcImageAdd/mrcImageAdd.html | 168 + doc/SmallToolsJ/mrcImageAdd/outdata-m1.png | Bin 0 -> 2045 bytes doc/SmallToolsJ/mrcImageAdd/outdata.png | Bin 0 -> 2045 bytes doc/SmallToolsJ/mrcImageAddValue/b116-2.png | Bin 0 -> 1684 bytes doc/SmallToolsJ/mrcImageAddValue/b116-v10.png | Bin 0 -> 1684 bytes doc/SmallToolsJ/mrcImageAddValue/b116-v50.png | Bin 0 -> 1684 bytes .../mrcImageAddValue/mrcImageAddValue.html | 116 + doc/SmallToolsJ/mrcImageAreaCalc/Thumbs.db | Bin 0 -> 7680 bytes .../mrcImageAreaCalc/a.labe.binm0t45.png | Bin 0 -> 1059 bytes doc/SmallToolsJ/mrcImageAreaCalc/b120.png | Bin 0 -> 2730 bytes doc/SmallToolsJ/mrcImageAreaCalc/bin.m0t45.png | Bin 0 -> 1042 bytes doc/SmallToolsJ/mrcImageAreaCalc/comando1.PNG | Bin 0 -> 1074 bytes doc/SmallToolsJ/mrcImageAreaCalc/comando3.PNG | Bin 0 -> 799 bytes .../mrcImageAreaCalc/mrcImageAreaCalc.html | 138 + .../mrcImageAutoCorrelationWithWindowing/b120.png | Bin 0 -> 2730 bytes .../mrcImageAutoCorrelationWithWindowing.html | 158 + .../outdata-d.png | Bin 0 -> 997 bytes .../outdata-dO.png | Bin 0 -> 996 bytes .../outdata-o.png | Bin 0 -> 1920 bytes .../outdata1.png | Bin 0 -> 4263 bytes doc/SmallToolsJ/mrcImageAverage/1vom-rot0.png | Bin 0 -> 2221 bytes doc/SmallToolsJ/mrcImageAverage/1vom-rot1.png | Bin 0 -> 2155 bytes doc/SmallToolsJ/mrcImageAverage/1vom-rot2.png | Bin 0 -> 2010 bytes doc/SmallToolsJ/mrcImageAverage/1vom-rot3.png | Bin 0 -> 2031 bytes doc/SmallToolsJ/mrcImageAverage/inputlist.png | Bin 0 -> 714 bytes .../mrcImageAverage/mrcImageAverage.html | 150 + doc/SmallToolsJ/mrcImageAverage/outdata.png | Bin 0 -> 2285 bytes doc/SmallToolsJ/mrcImageBandPassFilter/b120.png | Bin 0 -> 2730 bytes .../mrcImageBandPassFilter.html | 334 + doc/SmallToolsJ/mrcImageBandPassFilter/out-m1.png | Bin 0 -> 962 bytes .../mrcImageBandPassFilter/out-m1hvl0.01hvh1.png | Bin 0 -> 4771 bytes .../mrcImageBandPassFilter/out-m1hvl0.1hvh1.png | Bin 0 -> 5302 bytes doc/SmallToolsJ/mrcImageBandPassFilter/out-m2.png | Bin 0 -> 962 bytes .../out-m2hvl0.01hvh1wl0.01wh1.png | Bin 0 -> 4912 bytes .../out-m2hvl0.01hvh1wl0.1wh1.png | Bin 0 -> 3859 bytes .../out-m2hvl0.1hvh1wl0.1wh1.png | Bin 0 -> 3299 bytes doc/SmallToolsJ/mrcImageBandPassFilter/out-m3.png | Bin 0 -> 3113 bytes .../out-m3hvl0.01hvh1wl0.01wh1.png | Bin 0 -> 4344 bytes .../out-m3hvl0.01hvh1wl0.1wh1.png | Bin 0 -> 3366 bytes .../out-m3hvl0.1hvh1wl0.1wh1.png | Bin 0 -> 3412 bytes doc/SmallToolsJ/mrcImageBinarization/Thumbs.db | Bin 0 -> 9728 bytes .../mrcImageBinarization/b120.center.png | Bin 0 -> 2730 bytes .../mrcImageBinarization/bin.m0.center.png | Bin 0 -> 995 bytes .../mrcImageBinarization/bin.m0near10t1.center.png | Bin 0 -> 1184 bytes .../mrcImageBinarization/bin.m0near1t1.center.png | Bin 0 -> 1141 bytes .../mrcImageBinarization/bin.m0t1.center.png | Bin 0 -> 1137 bytes .../mrcImageBinarization/bin.m1.center.png | Bin 0 -> 1245 bytes .../mrcImageBinarization/bin.m16.center.png | Bin 0 -> 1140 bytes .../mrcImageBinarization/bin.m17.center.png | Bin 0 -> 1221 bytes .../mrcImageBinarization/bin.m18.center.png | Bin 0 -> 2730 bytes .../mrcImageBinarization/bin.m19.center.png | Bin 0 -> 1431 bytes .../mrcImageBinarization/bin.m2.center.png | Bin 0 -> 2730 bytes .../mrcImageBinarization/bin.m3.center.png | Bin 0 -> 962 bytes .../mrcImageBinarization/bin.m32.center.png | Bin 0 -> 1143 bytes .../mrcImageBinarization/bin.m33.center.png | Bin 0 -> 1197 bytes .../mrcImageBinarization/bin.m34.center.png | Bin 0 -> 1946 bytes .../mrcImageBinarization/bin.m35.center.png | Bin 0 -> 2074 bytes .../mrcImageBinarization/bin.m3v1.center.png | Bin 0 -> 1149 bytes .../mrcImageBinarization/bin.m48.center.png | Bin 0 -> 995 bytes .../mrcImageBinarization/bin.m48p0.2.center.png | Bin 0 -> 1142 bytes .../mrcImageBinarization/bin.m49.center.png | Bin 0 -> 962 bytes .../mrcImageBinarization/bin.m49p0.2.center.png | Bin 0 -> 1215 bytes .../mrcImageBinarization/bin.m50.center.png | Bin 0 -> 2730 bytes .../mrcImageBinarization/bin.m50p0.1.center.png | Bin 0 -> 1694 bytes .../mrcImageBinarization/bin.m51.center.png | Bin 0 -> 962 bytes .../mrcImageBinarization/bin.m51p0.2.center.png | Bin 0 -> 1717 bytes .../binm16nLevel200.center.png | Bin 0 -> 1143 bytes .../mrcImageBinarization/binm16nLevel25.center.png | Bin 0 -> 1157 bytes .../mrcImageBinarization/mrcImageBinalization.html | 613 + doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot0.png | Bin 0 -> 2221 bytes doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot1.png | Bin 0 -> 2155 bytes doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot2.png | Bin 0 -> 2010 bytes doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot3.png | Bin 0 -> 2031 bytes doc/SmallToolsJ/mrcImageBlockMerge/inputdata.png | Bin 0 -> 801 bytes .../mrcImageBlockMerge/mrcImageBlockMerge.html | 145 + doc/SmallToolsJ/mrcImageBlockMerge/outdata.png | Bin 0 -> 2335 bytes doc/SmallToolsJ/mrcImageCVE/b120-2.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageCVE/mrcImageCVE.html | 184 + doc/SmallToolsJ/mrcImageCVE/outdata-s40.png | Bin 0 -> 6682 bytes doc/SmallToolsJ/mrcImageCVE/outdata-s61.png | Bin 0 -> 6732 bytes doc/SmallToolsJ/mrcImageCVE/outdata.png | Bin 0 -> 6666 bytes .../mrcImageCenterDensityChange/b120-2.out-M1.png | Bin 0 -> 6559 bytes .../b120-2.out-ratio10.png | Bin 0 -> 6344 bytes .../b120-2.out-ratio5.png | Bin 0 -> 6414 bytes .../b120-2.out-rmin0rmax20.png | Bin 0 -> 6691 bytes .../b120-2.out-rmin0rmax40.png | Bin 0 -> 6760 bytes .../b120-2.out-rmin10rmax100.png | Bin 0 -> 6462 bytes .../b120-2.out-rmin30rmax100.png | Bin 0 -> 5696 bytes .../mrcImageCenterDensityChange/b120-2.out.png | Bin 0 -> 6602 bytes .../mrcImageCenterDensityChange/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageCenterDensityChange.html | 298 + doc/SmallToolsJ/mrcImageCenterGet/b120-N150.png | Bin 0 -> 20713 bytes .../mrcImageCenterGet/b120-N150C550.png | Bin 0 -> 20709 bytes doc/SmallToolsJ/mrcImageCenterGet/b120-even-af.png | Bin 0 -> 9239 bytes doc/SmallToolsJ/mrcImageCenterGet/b120-even-be.png | Bin 0 -> 9602 bytes doc/SmallToolsJ/mrcImageCenterGet/b120-m1.png | Bin 0 -> 19886 bytes doc/SmallToolsJ/mrcImageCenterGet/b120-m2.png | Bin 0 -> 20247 bytes doc/SmallToolsJ/mrcImageCenterGet/b120-mM1.png | Bin 0 -> 1175 bytes doc/SmallToolsJ/mrcImageCenterGet/b120.png | Bin 0 -> 889491 bytes .../mrcImageCenterGet/mrcImageCenterGet-1.html | 12 + .../mrcImageCenterGet/mrcImageCenterGet.html | 305 + .../mrcImageCenterOfMassCalculate/b120.png | Bin 0 -> 2730 bytes .../mrcImageCenterOfMassCalculate/input.png | Bin 0 -> 54406 bytes .../mrcImageCenterOfMassCalculate.html | 80 + .../mrcImageCommonLineSarech/121p-1.png | Bin 0 -> 1321 bytes .../mrcImageCommonLineSarech/121p-2.png | Bin 0 -> 1316 bytes .../mrcImageCommonLineSarech.html | 253 + .../mrcImageCommonLineSarech/outdata2-M0m0.png | Bin 0 -> 28919 bytes .../mrcImageCommonLineSarech/outdata2-M0m1.png | Bin 0 -> 39407 bytes .../mrcImageCommonLineSarech/outdata2-M1m0.png | Bin 0 -> 18242 bytes .../mrcImageCommonLineSarech/outdata2-M1m1.png | Bin 0 -> 36644 bytes doc/SmallToolsJ/mrcImageConnection/a044-2.png | Bin 0 -> 1723 bytes doc/SmallToolsJ/mrcImageConnection/b116-2.png | Bin 0 -> 1684 bytes .../mrcImageConnection/mrcImageConnection.html | 115 + doc/SmallToolsJ/mrcImageConnection/outdata.png | Bin 0 -> 2505 bytes .../mrcImageConnectivityNumberCalc/bin.m0t1.png | Bin 0 -> 1137 bytes .../mrcImageConnectivityNumberCalc.html | 338 + .../outdata-bin-I1.png | Bin 0 -> 1224 bytes .../outdata-bin-f1.png | Bin 0 -> 1141 bytes .../outdata-bin-f2.png | Bin 0 -> 1138 bytes .../outdata-bin-f3.png | Bin 0 -> 1203 bytes .../outdata-bin-m1f1.png | Bin 0 -> 1147 bytes .../mrcImageConnectivityNumberCalc/outdata-bin.png | Bin 0 -> 1137 bytes .../mrcImageContourSurfaceCreate/b120.png | Bin 0 -> 2730 bytes .../mrcImageContourSurfaceCreate.html | 138 + .../mrcImageContourSurfaceCreate/outdata1-0.1.png | Bin 0 -> 1191 bytes .../mrcImageContourSurfaceCreate/outdata1-1.png | Bin 0 -> 1210 bytes .../mrcImageContourSurfaceCreate/outdata1-10.png | Bin 0 -> 1198 bytes .../mrcImageCoordinateChange/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageCoordinateChange/input-info.png | Bin 0 -> 8506 bytes .../mrcImageCoordinateChange.html | 111 + .../mrcImageCoordinateChange/outdata-info.png | Bin 0 -> 8525 bytes .../mrcImageCoordinateChange/outdata.png | Bin 0 -> 1045 bytes .../mrcImageCorrelation/a044.Out-a1.png | Bin 0 -> 1724 bytes .../mrcImageCorrelation/a044.Out-s1.png | Bin 0 -> 1690 bytes doc/SmallToolsJ/mrcImageCorrelation/a044.Out0.png | Bin 0 -> 2918 bytes doc/SmallToolsJ/mrcImageCorrelation/a044.Out1.png | Bin 0 -> 5601 bytes doc/SmallToolsJ/mrcImageCorrelation/a044.Out2.png | Bin 0 -> 5931 bytes .../mrcImageCorrelation/a044.out-cM0.png | Bin 0 -> 1250 bytes .../mrcImageCorrelation/a044.out-cM1.png | Bin 0 -> 513 bytes .../mrcImageCorrelation/a044.out-m1.png | Bin 0 -> 5657 bytes .../mrcImageCorrelation/a044.out-m16.png | Bin 0 -> 2525 bytes .../mrcImageCorrelation/a044.out-m2.png | Bin 0 -> 4136 bytes .../mrcImageCorrelation/a044.out-m3.png | Bin 0 -> 2525 bytes doc/SmallToolsJ/mrcImageCorrelation/a044.out.png | Bin 0 -> 2525 bytes doc/SmallToolsJ/mrcImageCorrelation/a044.png | Bin 0 -> 1690 bytes doc/SmallToolsJ/mrcImageCorrelation/b060.png | Bin 0 -> 1706 bytes doc/SmallToolsJ/mrcImageCorrelation/b112.png | Bin 0 -> 6711 bytes doc/SmallToolsJ/mrcImageCorrelation/b116.Out0.png | Bin 0 -> 6264 bytes doc/SmallToolsJ/mrcImageCorrelation/b116.Out1.png | Bin 0 -> 6583 bytes doc/SmallToolsJ/mrcImageCorrelation/b116.Out2.png | Bin 0 -> 6660 bytes .../mrcImageCorrelation/b116.out-a1.png | Bin 0 -> 6505 bytes .../mrcImageCorrelation/b116.out-m1.png | Bin 0 -> 6831 bytes .../mrcImageCorrelation/b116.out-m16.png | Bin 0 -> 6335 bytes .../mrcImageCorrelation/b116.out-m2.png | Bin 0 -> 6578 bytes .../mrcImageCorrelation/b116.out-m3.png | Bin 0 -> 6335 bytes .../mrcImageCorrelation/b116.out-s1.png | Bin 0 -> 6705 bytes doc/SmallToolsJ/mrcImageCorrelation/b116.out.png | Bin 0 -> 6335 bytes doc/SmallToolsJ/mrcImageCorrelation/b116.png | Bin 0 -> 6703 bytes .../mrcImageCorrelation/mrcImageCrrelation.html | 615 + doc/SmallToolsJ/mrcImageCrystalCreate/b120.png | Bin 0 -> 2730 bytes .../mrcImageCrystalCreate.html | 127 + .../mrcImageCrystalCreate/outdata-xy2.png | Bin 0 -> 3160 bytes .../mrcImageCrystalCreate/outdata-xy3.png | Bin 0 -> 3962 bytes .../b120-2.center.png | Bin 0 -> 6742 bytes .../b120-2.center3.png | Bin 0 -> 6681 bytes .../b120-2.outdata-m16.png | Bin 0 -> 1802 bytes .../b120-2.outdata-m2.png | Bin 0 -> 1595 bytes .../b120-2.outdata-m4.png | Bin 0 -> 1512 bytes .../b120-2.outdata-m6.png | Bin 0 -> 2799 bytes .../b120-2.outdata-m8.png | Bin 0 -> 1660 bytes .../mrcImageDensityChangeEstimation.html | 148 + .../mrcImageDensityInfo/b120.outdata-C15.png | Bin 0 -> 1929 bytes .../mrcImageDensityInfo/b120.outdata-C5.png | Bin 0 -> 4876 bytes .../mrcImageDensityInfo/b120.outdata-m1.png | Bin 0 -> 2539 bytes .../mrcImageDensityInfo/b120.outdata-m16.png | Bin 0 -> 1572 bytes .../mrcImageDensityInfo/b120.outdata-m2.png | Bin 0 -> 4495 bytes .../mrcImageDensityInfo/b120.outdata-m3.png | Bin 0 -> 7317 bytes .../mrcImageDensityInfo/b120.outdata-m4.png | Bin 0 -> 2946 bytes .../mrcImageDensityInfo/b120.outdata-m8.png | Bin 0 -> 2353 bytes doc/SmallToolsJ/mrcImageDensityInfo/b120.png | Bin 0 -> 2730 bytes .../mrcImageDensityInfo/mrcImageDensityInfo.html | 166 + .../b120-2.outdata-1.png | Bin 0 -> 1179 bytes .../b120-2.outdata-2.png | Bin 0 -> 6742 bytes .../b120-2.outdata-V10-1.png | Bin 0 -> 1195 bytes .../b120-2.outdata-V10-2.png | Bin 0 -> 6742 bytes .../mrcImageDensityNormalization/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageDensityNormalization.html | 125 + .../b120-2.center.png | Bin 0 -> 6742 bytes .../b120-2.center3.png | Bin 0 -> 6681 bytes .../mrcImageDensityNormalizationByImage.html | 310 + .../outdata-1.png | Bin 0 -> 1436 bytes .../outdata-Cylinder.png | Bin 0 -> 6742 bytes .../outdata-D.png | Bin 0 -> 3785 bytes .../outdata-M1.png | Bin 0 -> 6742 bytes .../outdata-m-1.png | Bin 0 -> 6742 bytes .../outdata-m-2.png | Bin 0 -> 6742 bytes .../outdata-m-4.png | Bin 0 -> 6742 bytes .../outdata.png | Bin 0 -> 6742 bytes .../mrcImageDistanceConversion/b120.outdata-f1.png | Bin 0 -> 1014 bytes .../mrcImageDistanceConversion/b120.outdata-m1.png | Bin 0 -> 2767 bytes .../mrcImageDistanceConversion/b120.outdata.png | Bin 0 -> 2495 bytes .../mrcImageDistanceConversion/b120.png | Bin 0 -> 2730 bytes .../mrcImageDistanceConversion.html | 199 + .../mrcImageDivideInfoForTomography/b120.png | Bin 0 -> 2730 bytes .../mrcImageInfoForTomography.html | 107 + .../outdata-cut1.png | Bin 0 -> 8484 bytes .../outdata-cut4.png | Bin 0 -> 8752 bytes .../mrcImageDivideInfoForTomography/outdata-d5.png | Bin 0 -> 13691 bytes .../mrcImageDivideInfoForTomography/outdata.png | Bin 0 -> 8600 bytes .../b120-2.outdata1-m1.png | Bin 0 -> 3934 bytes .../b120-2.outdata1-m2.png | Bin 0 -> 3870 bytes .../b120-2.outdata1.png | Bin 0 -> 3934 bytes .../b120-2.outdata2-m1.png | Bin 0 -> 3889 bytes .../b120-2.outdata2-m2.png | Bin 0 -> 3884 bytes .../b120-2.outdata2.png | Bin 0 -> 3889 bytes .../mrcImageDivideIntoTwoImages/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageDivideIntoTwoImages.html | 134 + doc/SmallToolsJ/mrcImageEdgeImageGet/b120.png | Bin 0 -> 2730 bytes .../mrcImageEdgeImageGet/mrcImageEdgeImageGet.html | 402 + .../mrcImageEdgeImageGet/outdata-m1.mrc.000.png | Bin 0 -> 2663 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.001.png | Bin 0 -> 2673 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.002.png | Bin 0 -> 2665 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.003.png | Bin 0 -> 2693 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.004.png | Bin 0 -> 2702 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.005.png | Bin 0 -> 2698 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.006.png | Bin 0 -> 2676 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.007.png | Bin 0 -> 2682 bytes .../mrcImageEdgeImageGet/outdata-m1.mrc.008.png | Bin 0 -> 2680 bytes .../mrcImageEdgeImageGet/outdata-s45.mrc.000.png | Bin 0 -> 1563 bytes .../mrcImageEdgeImageGet/outdata-s45.mrc.001.png | Bin 0 -> 1556 bytes .../mrcImageEdgeImageGet/outdata-s45.mrc.002.png | Bin 0 -> 1750 bytes .../mrcImageEdgeImageGet/outdata-s45.mrc.003.png | Bin 0 -> 1808 bytes .../mrcImageEdgeImageGet/outdata.mrc.000.png | Bin 0 -> 2663 bytes .../mrcImageEdgeImageGet/outdata.mrc.001.png | Bin 0 -> 2665 bytes .../mrcImageEdgeImageGet/outdata.mrc.002.png | Bin 0 -> 2676 bytes .../mrcImageEdgeImageGet/outdata.mrc.003.png | Bin 0 -> 2680 bytes doc/SmallToolsJ/mrcImageExpression/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageExpression/mrcImageExpression.html | 235 + .../mrcImageExpression/outdata-T0.5m1.png | Bin 0 -> 7053 bytes .../mrcImageExpression/outdata-T3m1.png | Bin 0 -> 6939 bytes doc/SmallToolsJ/mrcImageExpression/outdata-m1.png | Bin 0 -> 6428 bytes doc/SmallToolsJ/mrcImageExpression/outdata-m2.png | Bin 0 -> 7053 bytes doc/SmallToolsJ/mrcImageExpression/outdata-m3.png | Bin 0 -> 5310 bytes doc/SmallToolsJ/mrcImageExpression/outdata.png | Bin 0 -> 6554 bytes doc/SmallToolsJ/mrcImageFFT/b120-2.outdata.png | Bin 0 -> 2709 bytes doc/SmallToolsJ/mrcImageFFT/b120-2.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageFFT/mrcImageFFT.html | 111 + .../mrcImageGaussDisc/mrcImageGaussDisc.html | 426 + .../mrcImageGaussDisc/outdata-W100-H100-size1.png | Bin 0 -> 1767 bytes .../mrcImageGaussDisc/outdata-W100H100.png | Bin 0 -> 984 bytes .../outdata-sigmax30y30-sigma_range5.png | Bin 0 -> 1295 bytes .../outdata-sigmax30y30-weight30.png | Bin 0 -> 1275 bytes .../mrcImageGaussDisc/outdata-sigmax30y30.png | Bin 0 -> 1275 bytes .../mrcImageGaussDisc/outdata-sigmax50y50.png | Bin 0 -> 1751 bytes .../mrcImageGaussDisc/outdata-size1.png | Bin 0 -> 1751 bytes .../mrcImageGaussDisc/outdata-size1cx-10cy-10.png | Bin 0 -> 1711 bytes .../mrcImageGaussDisc/outdata-size1cx10cy10.png | Bin 0 -> 1743 bytes .../mrcImageGaussDisc/outdata-size1m0.png | Bin 0 -> 1154 bytes doc/SmallToolsJ/mrcImageGaussDisc/outdata.png | Bin 0 -> 982 bytes .../mrcImageGaussSphere/mrcImageGaussSphere.html | 436 + .../mrcImageGaussSphere/outdata-SectionGet.png | Bin 0 -> 1038 bytes .../outdata-xy50z1-WHS500-SectionGet.png | Bin 0 -> 1767 bytes .../mrcImageGaussSphere/outdata-xy50z1-WHS500.png | Bin 0 -> 978 bytes .../outdata-xy50z1-sigma_range2.png | Bin 0 -> 1641 bytes .../outdata-xy50z1-weight30.png | Bin 0 -> 1751 bytes .../mrcImageGaussSphere/outdata-xy50z1.png | Bin 0 -> 1751 bytes .../outdata-xyz50-WHS500m0-SectionGet.png | Bin 0 -> 1194 bytes .../mrcImageGaussSphere/outdata-xyz50-WHS500m0.png | Bin 0 -> 978 bytes .../outdata-xyz50-WHS500m2-SectionGet.png | Bin 0 -> 1767 bytes .../mrcImageGaussSphere/outdata-xyz50-WHS500m2.png | Bin 0 -> 978 bytes .../mrcImageGaussSphere/outdata-xyz50.png | Bin 0 -> 950 bytes .../outdata-z1-size1-SectionGet.png | Bin 0 -> 2494 bytes .../mrcImageGaussSphere/outdata-z1-size1.png | Bin 0 -> 966 bytes doc/SmallToolsJ/mrcImageGaussSphere/outdata.png | Bin 0 -> 924 bytes .../outdataoutdata-xyz50-SectionGet.png | Bin 0 -> 1751 bytes .../mrcImageHeaderChange/b120-mrcInfo.png | Bin 0 -> 8563 bytes doc/SmallToolsJ/mrcImageHeaderChange/b120.png | Bin 0 -> 2730 bytes .../mrcImageHeaderChange/mrcImageHeaderChange.html | 112 + .../mrcImageHeaderChange/outdata-xy3.png | Bin 0 -> 8576 bytes doc/SmallToolsJ/mrcImageHeaderChange/outdatar3.png | Bin 0 -> 8545 bytes .../mrcImageHighPassFilter/b120.center.png | Bin 0 -> 6842 bytes .../mrcImageHighPassFilter/highp.m1.center.png | Bin 0 -> 962 bytes .../highp.m1h0.001.center.png | Bin 0 -> 6838 bytes .../highp.m1h0.01.center.png | Bin 0 -> 6908 bytes .../highp.m1h0.01pw510.center.png | Bin 0 -> 6867 bytes .../mrcImageHighPassFilter/highp.m1h0.1.center.png | Bin 0 -> 6840 bytes .../mrcImageHighPassFilter/highp.m2.center.png | Bin 0 -> 962 bytes .../highp.m2h0.01.center.png | Bin 0 -> 6874 bytes .../highp.m2h0.01w0.01.center.png | Bin 0 -> 6889 bytes .../mrcImageHighPassFilter/highp.m3.center.png | Bin 0 -> 6882 bytes .../highp.m3h0.01.center.png | Bin 0 -> 6884 bytes .../mrcImageHighPassFilter.html | 305 + doc/SmallToolsJ/mrcImageLabeling/b120.center.png | Bin 0 -> 2730 bytes doc/SmallToolsJ/mrcImageLabeling/bin3.center.png | Bin 0 -> 1042 bytes doc/SmallToolsJ/mrcImageLabeling/labe3.center.png | Bin 0 -> 1061 bytes .../mrcImageLabeling/labe3.hanten.center.png | Bin 0 -> 1120 bytes .../mrcImageLabeling/mrcImageLabeling.html | 110 + .../mrcImageLowPassFilter/b120.center.png | Bin 0 -> 6748 bytes .../mrcImageLowPassFilter/low.m1.center.png | Bin 0 -> 6748 bytes .../mrcImageLowPassFilter/low.m1h0.1.center.png | Bin 0 -> 6456 bytes .../mrcImageLowPassFilter/low.m2.center.png | Bin 0 -> 6748 bytes .../mrcImageLowPassFilter/low.m2h0.1.center.png | Bin 0 -> 6645 bytes .../low.m2h0.1w0.1.center.png | Bin 0 -> 6401 bytes .../mrcImageLowPassFilter/low.m3.center.png | Bin 0 -> 6752 bytes .../mrcImageLowPassFilter/low.m3h0.1.center.png | Bin 0 -> 6540 bytes .../mrcImageLowPassFilter/low.m4.center.png | Bin 0 -> 6751 bytes .../mrcImageLowPassFilter/low.m4h0.1.center.png | Bin 0 -> 6449 bytes .../mrcImageLowPassFilter/low.m5.center.png | Bin 0 -> 6747 bytes .../mrcImageLowPassFilter/low.m5h0.1.center.png | Bin 0 -> 6502 bytes .../mrcImageLowPassFilter.html | 309 + .../mrcImageMagnificationChange/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageMagnificationChange.html | 193 + .../mrcImageMagnificationChange/outdata-r2.png | Bin 0 -> 23473 bytes .../mrcImageMagnificationChange/outdata-r2m16.png | Bin 0 -> 1184 bytes .../mrcImageMagnificationChange/outdata-r2m2.png | Bin 0 -> 23473 bytes .../mrcImageMagnificationChange/outdata-r3.png | Bin 0 -> 50031 bytes .../mrcImageMake2DArrayImage/1vom-rot0.png | Bin 0 -> 2221 bytes .../mrcImageMake2DArrayImage/1vom-rot1.png | Bin 0 -> 2155 bytes .../mrcImageMake2DArrayImage/1vom-rot2.png | Bin 0 -> 2010 bytes .../mrcImageMake2DArrayImage/1vom-rot3.png | Bin 0 -> 2031 bytes doc/SmallToolsJ/mrcImageMake2DArrayImage/list.png | Bin 0 -> 709 bytes .../mrcImageMake2DArrayImage.html | 249 + .../mrcImageMake2DArrayImage/outdata-lst-N2.png | Bin 0 -> 5446 bytes .../mrcImageMake2DArrayImage/outdata-lst.png | Bin 0 -> 5470 bytes .../ouutdata-lst-v50W10.png | Bin 0 -> 5524 bytes .../mrcImageMake2DArrayImage/ouutdata-lst-w10.png | Bin 0 -> 5486 bytes doc/SmallToolsJ/mrcImageMasking/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageMasking/mrcImageMasking.html | 230 + doc/SmallToolsJ/mrcImageMasking/outdata-n50.png | Bin 0 -> 2040 bytes .../mrcImageMasking/outdata-n50c30-Shape1.png | Bin 0 -> 3537 bytes doc/SmallToolsJ/mrcImageMasking/outdata-n50c30.png | Bin 0 -> 3047 bytes doc/SmallToolsJ/mrcImageMasking/outdata.png | Bin 0 -> 5807 bytes doc/SmallToolsJ/mrcImageMaskingByImage/b120-2.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageMaskingByImage/mask.png | Bin 0 -> 999 bytes .../mrcImageMaskingByImage.html | 241 + .../mrcImageMaskingByImage/outdata-m0v1.png | Bin 0 -> 6742 bytes .../mrcImageMaskingByImage/outdata-m1.png | Bin 0 -> 6742 bytes .../mrcImageMaskingByImage/outdata-m1v1.png | Bin 0 -> 3231 bytes .../mrcImageMaskingByImage/outdata-m2.png | Bin 0 -> 3231 bytes doc/SmallToolsJ/mrcImageMaskingByImage/outdata.png | Bin 0 -> 4936 bytes doc/SmallToolsJ/mrcImageMergebyside/1vom-rot1.png | Bin 0 -> 2155 bytes doc/SmallToolsJ/mrcImageMergebyside/1vom.png | Bin 0 -> 2236 bytes .../mrcImageMergebyside/mrcImageMergebyside.html | 189 + .../mrcImageMergebyside/outdata-m1v100.png | Bin 0 -> 3361 bytes .../mrcImageMergebyside/outdata-m1v30.png | Bin 0 -> 3523 bytes doc/SmallToolsJ/mrcImageMergebyside/outdata.png | Bin 0 -> 3396 bytes doc/SmallToolsJ/mrcImageMirroring/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageMirroring/mrcImageMirroring.html | 88 + doc/SmallToolsJ/mrcImageMirroring/outdata.png | Bin 0 -> 6743 bytes doc/SmallToolsJ/mrcImageModeChange/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageModeChange/mrcImageModeChange.html | 194 + .../mrcImageModeChange/outdata-Max2.png | Bin 0 -> 5049 bytes .../mrcImageModeChange/outdata-Min-1.png | Bin 0 -> 5572 bytes .../mrcImageModeChange/outdata-Min-1Max2.png | Bin 0 -> 2961 bytes doc/SmallToolsJ/mrcImageModeChange/outdata.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageMove/b120.out-x10.png | Bin 0 -> 6751 bytes doc/SmallToolsJ/mrcImageMove/b120.out-xy20.png | Bin 0 -> 6752 bytes doc/SmallToolsJ/mrcImageMove/b120.out.png | Bin 0 -> 6753 bytes doc/SmallToolsJ/mrcImageMove/b120.png | Bin 0 -> 6753 bytes doc/SmallToolsJ/mrcImageMove/input.png | Bin 0 -> 8545 bytes doc/SmallToolsJ/mrcImageMove/mrcImageMove.html | 156 + .../mrcImageMultiplying/b120-2.outdata-v5.png | Bin 0 -> 6742 bytes .../mrcImageMultiplying/b120-2.outdata.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageMultiplying/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageMultiplying/mrcImageMultiplying.html | 122 + .../mrcImageMultiplyingbyFile/1vom-rot1.png | Bin 0 -> 2155 bytes doc/SmallToolsJ/mrcImageMultiplyingbyFile/1vom.png | Bin 0 -> 2236 bytes .../mrcImageMultiplyingbyFile.html | 119 + .../mrcImageMultiplyingbyFile/outdata.png | Bin 0 -> 1870 bytes doc/SmallToolsJ/mrcImageNoiseAdd/Thumbs.db | Bin 0 -> 86016 bytes .../mrcImageNoiseAdd/mrcImageNoiseAdd.html | 388 + .../mrcImageNoiseAdd/test.noise.H100center.png | Bin 0 -> 6832 bytes .../mrcImageNoiseAdd/test.noise.H1center.png | Bin 0 -> 4773 bytes .../mrcImageNoiseAdd/test.noise.H50center.png | Bin 0 -> 6828 bytes .../mrcImageNoiseAdd/test.noise.L0.1center.png | Bin 0 -> 6766 bytes .../mrcImageNoiseAdd/test.noise.L1center.png | Bin 0 -> 6705 bytes .../mrcImageNoiseAdd/test.noise.L50center.png | Bin 0 -> 6390 bytes .../mrcImageNoiseAdd/test.noise.NS0.1center.png | Bin 0 -> 5991 bytes .../mrcImageNoiseAdd/test.noise.NS10center.png | Bin 0 -> 6879 bytes .../mrcImageNoiseAdd/test.noise.NS1center.png | Bin 0 -> 6856 bytes .../mrcImageNoiseAdd/test.noise.SD10center.png | Bin 0 -> 6599 bytes .../mrcImageNoiseAdd/test.noise.SD30center.png | Bin 0 -> 6665 bytes .../mrcImageNoiseAdd/test.noise.SD5center.png | Bin 0 -> 6571 bytes .../mrcImageNoiseAdd/test.noise.SN0.1center.png | Bin 0 -> 6895 bytes .../mrcImageNoiseAdd/test.noise.SN10center.png | Bin 0 -> 6014 bytes .../mrcImageNoiseAdd/test.noise.SN1center.png | Bin 0 -> 6718 bytes .../mrcImageNoiseAdd/test.noise.center.png | Bin 0 -> 6685 bytes .../mrcImageNoiseAdd/test.nomal.center.png | Bin 0 -> 2730 bytes .../mrcImageNoiseCreate/b120-2-s0.01.out.png | Bin 0 -> 6849 bytes .../mrcImageNoiseCreate/b120-2-s10.out.png | Bin 0 -> 6808 bytes doc/SmallToolsJ/mrcImageNoiseCreate/b120-2.out.png | Bin 0 -> 6893 bytes doc/SmallToolsJ/mrcImageNoiseCreate/b120-2.png | Bin 0 -> 2730 bytes .../mrcImageNoiseCreate/mrcImageNoiseCreate.html | 144 + .../mrcImageNullImageCreate.html | 139 + .../mrcImageNullImageCreate/outdata-v0.5d1.png | Bin 0 -> 995 bytes .../mrcImageNullImageCreate/outdata-v1d1.png | Bin 0 -> 995 bytes .../mrcImageNullImageCreate/outdata.png | Bin 0 -> 962 bytes doc/SmallToolsJ/mrcImagePad/b120.m4w100h100.png | Bin 0 -> 6895 bytes doc/SmallToolsJ/mrcImagePad/b120.pad.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImagePad/b120.png | Bin 0 -> 2730 bytes doc/SmallToolsJ/mrcImagePad/firament.png | Bin 0 -> 3308 bytes doc/SmallToolsJ/mrcImagePad/mrcImagePad.html | 811 + .../mrcImagePad/pad.m10w100h100.b120.png | Bin 0 -> 1544 bytes .../mrcImagePad/pad.m10w100h100ev1.b120.png | Bin 0 -> 1394 bytes .../mrcImagePad/pad.m11w100h100.noise.png | Bin 0 -> 6871 bytes .../mrcImagePad/pad.m12w100h100.noise.png | Bin 0 -> 6883 bytes .../mrcImagePad/pad.m13w100h100.noise.png | Bin 0 -> 6871 bytes .../mrcImagePad/pad.m14w100h100.noise.png | Bin 0 -> 6871 bytes .../mrcImagePad/pad.m15W100H100t120120.png | Bin 0 -> 3685 bytes .../mrcImagePad/pad.m15W100H100t3030.png | Bin 0 -> 5324 bytes doc/SmallToolsJ/mrcImagePad/pad.m1w80h80.png | Bin 0 -> 2901 bytes doc/SmallToolsJ/mrcImagePad/pad.m2w80h80.png | Bin 0 -> 2886 bytes doc/SmallToolsJ/mrcImagePad/pad.m2w80h80aw100.png | Bin 0 -> 2888 bytes doc/SmallToolsJ/mrcImagePad/pad.m3w80h80.png | Bin 0 -> 2894 bytes doc/SmallToolsJ/mrcImagePad/pad.m5w80h80.png | Bin 0 -> 2811 bytes doc/SmallToolsJ/mrcImagePad/pad.m5w80h80v1.png | Bin 0 -> 2815 bytes doc/SmallToolsJ/mrcImagePad/pad.m6w80h80v0.png | Bin 0 -> 2796 bytes doc/SmallToolsJ/mrcImagePad/pad.m6w80h80v1.png | Bin 0 -> 2807 bytes doc/SmallToolsJ/mrcImagePad/pad.m7.noise.png | Bin 0 -> 5772 bytes .../mrcImagePad/pad.m8w100h100mi20ma30.png | Bin 0 -> 2421 bytes .../mrcImagePad/pad.m9w100h100.noise.png | Bin 0 -> 6871 bytes doc/SmallToolsJ/mrcImagePad/pad.w80h80.png | Bin 0 -> 2897 bytes doc/SmallToolsJ/mrcImagePad/test.noise.png | Bin 0 -> 6705 bytes doc/SmallToolsJ/mrcImagePixelDataGet/b120.out.png | Bin 0 -> 338 bytes doc/SmallToolsJ/mrcImagePixelDataGet/b120.png | Bin 0 -> 6753 bytes doc/SmallToolsJ/mrcImagePixelDataGet/input.png | Bin 0 -> 8545 bytes .../mrcImagePixelDataGet/mrcImagePixelDataGet.html | 118 + .../mrcImagePixelDataGet/only.inputdata.png | Bin 0 -> 493 bytes doc/SmallToolsJ/mrcImagePixelDataGet/out-x10.png | Bin 0 -> 496 bytes doc/SmallToolsJ/mrcImagePixelDataGet/out-xy10.png | Bin 0 -> 474 bytes doc/SmallToolsJ/mrcImagePixelDataGet/out-xyz.png | Bin 0 -> 485 bytes doc/SmallToolsJ/mrcImagePosterization/b120.png | Bin 0 -> 2730 bytes .../mrcImagePosterization.html | 138 + .../mrcImagePosterization/outdata-g100.png | Bin 0 -> 2422 bytes .../mrcImagePosterization/outdata-g50.png | Bin 0 -> 2136 bytes doc/SmallToolsJ/mrcImagePosterization/outdata.png | Bin 0 -> 1689 bytes .../mrcImageProjection/input-mrcInfo.png | Bin 0 -> 10039 bytes .../mrcImageProjection/mrcImageProjection.html | 233 + doc/SmallToolsJ/mrcImageProjection/outdata-m0.png | Bin 0 -> 1322 bytes doc/SmallToolsJ/mrcImageProjection/outdata-m1.png | Bin 0 -> 1326 bytes doc/SmallToolsJ/mrcImageProjection/outdata-m2.png | Bin 0 -> 1333 bytes doc/SmallToolsJ/mrcImageProjection/outdata-m3.png | Bin 0 -> 953 bytes doc/SmallToolsJ/mrcImageProjection/outdata-m4.png | Bin 0 -> 957 bytes doc/SmallToolsJ/mrcImageProjection/outdata-m5.png | Bin 0 -> 956 bytes doc/SmallToolsJ/mrcImageROI/input.PNG | Bin 0 -> 828 bytes doc/SmallToolsJ/mrcImageROI/input.noiseadd.png | Bin 0 -> 3040 bytes doc/SmallToolsJ/mrcImageROI/inputnoise.PNG | Bin 0 -> 3040 bytes doc/SmallToolsJ/mrcImageROI/inputnoise.S2.png | Bin 0 -> 4129 bytes doc/SmallToolsJ/mrcImageROI/inputnoise.S3.png | Bin 0 -> 5820 bytes .../mrcImageROI/inputnoise.Shift3030.png | Bin 0 -> 3066 bytes doc/SmallToolsJ/mrcImageROI/inputnoise.a30.png | Bin 0 -> 3088 bytes .../mrcImageROI/inputnoise.shift1010.png | Bin 0 -> 3053 bytes .../mrcImageROI/inputnoise.w100h100.png | Bin 0 -> 3566 bytes doc/SmallToolsJ/mrcImageROI/inputnoise.w50h50.png | Bin 0 -> 1791 bytes .../mrcImageROI/inputnoise.x100y100.png | Bin 0 -> 3518 bytes doc/SmallToolsJ/mrcImageROI/inputnoise.x50y50.png | Bin 0 -> 1839 bytes doc/SmallToolsJ/mrcImageROI/inputnoise1.m0r2.png | Bin 0 -> 2066 bytes doc/SmallToolsJ/mrcImageROI/inputnoise1.m1r2.png | Bin 0 -> 3460 bytes doc/SmallToolsJ/mrcImageROI/inputnoise1.m2r2.png | Bin 0 -> 4007 bytes doc/SmallToolsJ/mrcImageROI/inputnoise1.m3r2.png | Bin 0 -> 3860 bytes doc/SmallToolsJ/mrcImageROI/mrcImageROI.html | 479 + doc/SmallToolsJ/mrcImageROI3D/input.noiseadd.png | Bin 0 -> 3040 bytes doc/SmallToolsJ/mrcImageROI3D/mrcImageROI3D.html | 112 + doc/SmallToolsJ/mrcImageROI3D/outdata.png | Bin 0 -> 1511 bytes doc/SmallToolsJ/mrcImageROIs/Infomation.png | Bin 0 -> 9346 bytes doc/SmallToolsJ/mrcImageROIs/Infomation2.png | Bin 0 -> 743 bytes doc/SmallToolsJ/mrcImageROIs/input.PNG | Bin 0 -> 828 bytes .../mrcImageROIs/inputnoise-0000.roi.png | Bin 0 -> 1103 bytes .../mrcImageROIs/inputnoise-0001.roi.png | Bin 0 -> 1093 bytes .../mrcImageROIs/inputnoise-0002.roi.png | Bin 0 -> 1097 bytes .../mrcImageROIs/inputnoise-0003.roi.png | Bin 0 -> 1104 bytes .../mrcImageROIs/inputnoise-0004.roi.png | Bin 0 -> 1090 bytes .../mrcImageROIs/inputnoise-0005.roi.png | Bin 0 -> 1086 bytes .../mrcImageROIs/inputnoise-0006.roi.png | Bin 0 -> 1087 bytes .../mrcImageROIs/inputnoise-0007.roi.png | Bin 0 -> 1090 bytes .../mrcImageROIs/inputnoise-0008.roi.png | Bin 0 -> 1094 bytes .../mrcImageROIs/inputnoise-0009.roi.png | Bin 0 -> 1090 bytes .../mrcImageROIs/inputnoise-0010.roi.png | Bin 0 -> 1098 bytes .../mrcImageROIs/inputnoise-0011.roi.png | Bin 0 -> 1100 bytes .../mrcImageROIs/inputnoise-0012.roi.png | Bin 0 -> 1101 bytes .../mrcImageROIs/inputnoise-0013.roi.png | Bin 0 -> 1101 bytes .../mrcImageROIs/inputnoise-0014.roi.png | Bin 0 -> 1098 bytes .../mrcImageROIs/inputnoise-0015-S3.roi.png | Bin 0 -> 2200 bytes .../mrcImageROIs/inputnoise-0015-S5.roi.png | Bin 0 -> 3439 bytes .../mrcImageROIs/inputnoise-0015-w10h10.roi.png | Bin 0 -> 971 bytes .../mrcImageROIs/inputnoise-0015-w50h50.roi.png | Bin 0 -> 1746 bytes .../mrcImageROIs/inputnoise-0015.roi.png | Bin 0 -> 1103 bytes doc/SmallToolsJ/mrcImageROIs/inputnoise-r1.M1.png | Bin 0 -> 2287 bytes doc/SmallToolsJ/mrcImageROIs/inputnoise.r1.M0.png | Bin 0 -> 4521 bytes doc/SmallToolsJ/mrcImageROIs/inputnoise.r1.out.png | Bin 0 -> 4157 bytes doc/SmallToolsJ/mrcImageROIs/inputnoise.r1.png | Bin 0 -> 3081 bytes .../mrcImageROIs/inputnoise1-0000-m0.roi.png | Bin 0 -> 1576 bytes .../mrcImageROIs/inputnoise1-0000-m1.roi.png | Bin 0 -> 1864 bytes .../mrcImageROIs/inputnoise1-0000-m2.roi.png | Bin 0 -> 2631 bytes .../mrcImageROIs/inputnoise1-0000-m3.roi.png | Bin 0 -> 2673 bytes doc/SmallToolsJ/mrcImageROIs/mrcImageROIs.html | 456 + .../mrcImageRadialDistribution/b120-2-1.png | Bin 0 -> 389502 bytes .../mrcImageRadialDistribution/b120-2-2.png | Bin 0 -> 5732 bytes .../b120-2.outdata-Avg.ascll.png | Bin 0 -> 6272 bytes .../b120-2.outdata-Avg.png | Bin 0 -> 13117 bytes .../b120-2.outdata-Centre20.ascll.png | Bin 0 -> 3689 bytes .../b120-2.outdata-Centre20.png | Bin 0 -> 6083 bytes .../b120-2.outdata-Inv.ascll.png | Bin 0 -> 7243 bytes .../b120-2.outdata-Inv.png | Bin 0 -> 13245 bytes .../b120-2.outdata.ascll.png | Bin 0 -> 6880 bytes .../mrcImageRadialDistribution/b120-2.outdata.png | Bin 0 -> 13086 bytes .../mrcImageRadialDistribution/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageRadialDistribution.html | 152 + doc/SmallToolsJ/mrcImageRadonTransform/b120.png | Bin 0 -> 2730 bytes .../mrcImageRadonTransform.html | 188 + .../mrcImageRadonTransform/outdata-dphi2-info.png | Bin 0 -> 9478 bytes .../mrcImageRadonTransform/outdata-dphi2.png | Bin 0 -> 2787 bytes .../mrcImageRadonTransform/outdata-dphi3-info.png | Bin 0 -> 8702 bytes .../mrcImageRadonTransform/outdata-dphi3.png | Bin 0 -> 2787 bytes .../mrcImageRadonTransform/outdata-dtheta2.png | Bin 0 -> 2031 bytes .../mrcImageRadonTransform/outdata-dtheta3.png | Bin 0 -> 1724 bytes doc/SmallToolsJ/mrcImageRadonTransform/outdata.png | Bin 0 -> 2787 bytes doc/SmallToolsJ/mrcImageRealValueAdd/b120.png | Bin 0 -> 2730 bytes .../mrcImageRealValueAdd/mrcImageRealValueAdd.html | 137 + .../mrcImageRealValueAdd/outdata-v1.png | Bin 0 -> 2730 bytes .../mrcImageRealValueAdd/outdata-v10.png | Bin 0 -> 2730 bytes .../mrcImageRealValueAdd/outdata-v50.png | Bin 0 -> 2730 bytes doc/SmallToolsJ/mrcImageRectangleGet/input.png | Bin 0 -> 1366 bytes .../mrcImageRectangleGet/mrcImageRectangleGet.html | 176 + .../mrcImageRectangleGet/outdata-r10206070.png | Bin 0 -> 1181 bytes .../mrcImageRectangleGet/outdata-r10206070m1.png | Bin 0 -> 1011 bytes .../mrcImageRectangleGet/outdata-r10206070m2.png | Bin 0 -> 1031 bytes .../121p-noise0.1section-info.png | Bin 0 -> 9438 bytes .../121p-noise0.1section.png | Bin 0 -> 8245 bytes .../121p-noise0.5.section-info.png | Bin 0 -> 9391 bytes .../121p-noise0.5section.png | Bin 0 -> 9679 bytes .../mrcImageResolutionEstimateForFilaments.html | 158 + .../outdata-d0.1.png | Bin 0 -> 1268 bytes .../outdata-m1.png | Bin 0 -> 14062 bytes .../outdata.-H0.1.png | Bin 0 -> 13721 bytes .../outdata.png | Bin 0 -> 13490 bytes doc/SmallToolsJ/mrcImageReverse/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageReverse/mrcImageReverse.html | 86 + doc/SmallToolsJ/mrcImageReverse/outdata.png | Bin 0 -> 6743 bytes doc/SmallToolsJ/mrcImageRotation/b120.out-a180.png | Bin 0 -> 6753 bytes doc/SmallToolsJ/mrcImageRotation/b120.out-a45.png | Bin 0 -> 6004 bytes .../mrcImageRotation/b120.out-a45Pm0.png | Bin 0 -> 6751 bytes .../mrcImageRotation/b120.out-a45Pm1.png | Bin 0 -> 6723 bytes doc/SmallToolsJ/mrcImageRotation/b120.out.png | Bin 0 -> 6751 bytes doc/SmallToolsJ/mrcImageRotation/b120.png | Bin 0 -> 6753 bytes .../mrcImageRotation/mrcImageRotation.html | 245 + .../mrcImageSamplingUnitChange/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageSamplingUnitChange.html | 152 + .../mrcImageSamplingUnitChange/outdata-S.png | Bin 0 -> 10561 bytes .../mrcImageSamplingUnitChange/outdata-Sm1.png | Bin 0 -> 17446 bytes doc/SmallToolsJ/mrcImageScalarAdd/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageScalarAdd/mrcImageScalarAdd.html | 167 + doc/SmallToolsJ/mrcImageScalarAdd/outdata-m1.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageScalarAdd/outdata.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageSectionGet/121p.in1.png | Bin 0 -> 5639 bytes doc/SmallToolsJ/mrcImageSectionGet/121p.in2.png | Bin 0 -> 10030 bytes doc/SmallToolsJ/mrcImageSectionGet/121p.out.png | Bin 0 -> 9577 bytes doc/SmallToolsJ/mrcImageSectionGet/121p.z1.png | Bin 0 -> 1080 bytes doc/SmallToolsJ/mrcImageSectionGet/121p.z10.png | Bin 0 -> 1150 bytes doc/SmallToolsJ/mrcImageSectionGet/121p.z30.png | Bin 0 -> 1002 bytes .../mrcImageSectionGet/mrcImageSectionGet.html | 158 + .../mrcImageSetFunction/mrcImageSetFunction.html | 67 + doc/SmallToolsJ/mrcImageSetFunction/outdata.png | Bin 0 -> 1252 bytes doc/SmallToolsJ/mrcImageSetFunction/outdata2.png | Bin 0 -> 8875 bytes doc/SmallToolsJ/mrcImageShift/b120.out-x10.png | Bin 0 -> 6751 bytes doc/SmallToolsJ/mrcImageShift/b120.out-xy20.png | Bin 0 -> 6752 bytes doc/SmallToolsJ/mrcImageShift/b120.out-xyz20.png | Bin 0 -> 6752 bytes doc/SmallToolsJ/mrcImageShift/b120.out.png | Bin 0 -> 6753 bytes doc/SmallToolsJ/mrcImageShift/b120.png | Bin 0 -> 6753 bytes doc/SmallToolsJ/mrcImageShift/mrcImageShift.html | 157 + .../mrcImageShiftFollowingGC/bin.m0t1.png | Bin 0 -> 1137 bytes .../mrcImageShiftFollowingGC.html | 119 + .../mrcImageShiftFollowingGC/outdata-I.png | Bin 0 -> 1139 bytes .../mrcImageShiftFollowingGC/outdata.png | Bin 0 -> 1137 bytes .../mrcImageShrink/000150_0101-001.I.roi.png | Bin 0 -> 204673 bytes doc/SmallToolsJ/mrcImageShrink/inputfile.html | 11 + doc/SmallToolsJ/mrcImageShrink/mrcImageShrink.html | 180 + doc/SmallToolsJ/mrcImageShrink/mrcInfo1.PNG | Bin 0 -> 489 bytes doc/SmallToolsJ/mrcImageShrink/mrcInfo2.PNG | Bin 0 -> 530 bytes doc/SmallToolsJ/mrcImageShrink/mrcInfo3.PNG | Bin 0 -> 513 bytes doc/SmallToolsJ/mrcImageShrink/mrcInfo4.PNG | Bin 0 -> 511 bytes doc/SmallToolsJ/mrcImageShrink/test.S10.shrink.png | Bin 0 -> 3308 bytes doc/SmallToolsJ/mrcImageShrink/test.shrink.png | Bin 0 -> 55168 bytes .../mrcImageShrink/test.x3y5.shrink.png | Bin 0 -> 15660 bytes doc/SmallToolsJ/mrcImageSmoothing/b120.center.png | Bin 0 -> 6742 bytes .../mrcImageSmoothing/mrcImageSmoothing.html | 279 + .../mrcImageSmoothing/smo.m1.center.png | Bin 0 -> 6414 bytes .../mrcImageSmoothing/smo.m1M0x9y9.center.png | Bin 0 -> 5878 bytes .../mrcImageSmoothing/smo.m1M1r5.center.png | Bin 0 -> 6055 bytes .../mrcImageSmoothing/smo.m2.center.png | Bin 0 -> 6468 bytes .../mrcImageSmoothing/smo.m2M0x9y9.center.png | Bin 0 -> 6033 bytes .../mrcImageSmoothing/smo.m3.center.png | Bin 0 -> 6803 bytes .../mrcImageSmoothing/smo.m3M0x9y9.center.png | Bin 0 -> 6405 bytes doc/SmallToolsJ/mrcImageSphere/mrcImageSphere.html | 120 + doc/SmallToolsJ/mrcImageSphere/outdata-m1.png | Bin 0 -> 9560 bytes doc/SmallToolsJ/mrcImageSphere/outdata-r50.png | Bin 0 -> 9313 bytes .../mrcImageSphere/outdata-size1.72.png | Bin 0 -> 9565 bytes .../mrcImageSphere/outdata-weight50.png | Bin 0 -> 9633 bytes doc/SmallToolsJ/mrcImageSphere/outdata.png | Bin 0 -> 10249 bytes doc/SmallToolsJ/mrcImageSplit/b120-2.png | Bin 0 -> 6742 bytes doc/SmallToolsJ/mrcImageSplit/mrcImageSplit.html | 439 + .../mrcImageSplit/outdata-HA40.000000000000.png | Bin 0 -> 2681 bytes .../mrcImageSplit/outdata-HA40.000000010000.png | Bin 0 -> 2708 bytes .../mrcImageSplit/outdata-HA40.000000020000.png | Bin 0 -> 2642 bytes .../mrcImageSplit/outdata-HAWA40.000000000000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000000010000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000000020000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000100000000.png | Bin 0 -> 1462 bytes .../mrcImageSplit/outdata-HAWA40.000100010000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000100020000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000200000000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000200010000.png | Bin 0 -> 1473 bytes .../mrcImageSplit/outdata-HAWA40.000200020000.png | Bin 0 -> 1466 bytes .../mrcImageSplit/outdata-HW40.000000000000.png | Bin 0 -> 2449 bytes .../mrcImageSplit/outdata-HW40.000000010000.png | Bin 0 -> 2487 bytes .../mrcImageSplit/outdata-HW40.000100000000.png | Bin 0 -> 2449 bytes .../mrcImageSplit/outdata-HW40.000100010000.png | Bin 0 -> 2437 bytes .../mrcImageSplit/outdata.000000000000.png | Bin 0 -> 3870 bytes .../mrcImageSplit/outdata.000000010000.png | Bin 0 -> 3884 bytes .../mrcImageSquara/b120-outdata-eps10m1.png | Bin 0 -> 2155 bytes .../mrcImageSquara/b120-outdata-eps30m1.png | Bin 0 -> 1540 bytes doc/SmallToolsJ/mrcImageSquara/b120-outdata-m1.png | Bin 0 -> 2963 bytes doc/SmallToolsJ/mrcImageSquara/b120-outdata.png | Bin 0 -> 2325 bytes doc/SmallToolsJ/mrcImageSquara/b120.png | Bin 0 -> 2730 bytes doc/SmallToolsJ/mrcImageSquara/mrcImageSquare.html | 189 + .../mrcImageStandardDeviation/1vom-rot0.png | Bin 0 -> 2221 bytes .../mrcImageStandardDeviation/1vom-rot1.png | Bin 0 -> 2155 bytes .../mrcImageStandardDeviation/1vom-rot2.png | Bin 0 -> 2010 bytes .../mrcImageStandardDeviation/1vom-rot3.png | Bin 0 -> 2031 bytes doc/SmallToolsJ/mrcImageStandardDeviation/list.png | Bin 0 -> 820 bytes .../mrcImageStanderdDeviation.html | 273 + .../mrcImageStandardDeviation/outdata-m00.png | Bin 0 -> 519 bytes .../mrcImageStandardDeviation/outdata-m01.png | Bin 0 -> 2358 bytes .../mrcImageStandardDeviation/outdata-m10.png | Bin 0 -> 463 bytes .../mrcImageStandardDeviation/outdata-m11.png | Bin 0 -> 2018 bytes .../mrcImageSubtraction/b120-2.center.png | Bin 0 -> 6742 bytes .../mrcImageSubtraction/b120-2.center3.png | Bin 0 -> 6681 bytes .../mrcImageSubtraction/mrcImageSubtraction.html | 169 + doc/SmallToolsJ/mrcImageSubtraction/outdata-m1.png | Bin 0 -> 6613 bytes doc/SmallToolsJ/mrcImageSubtraction/outdata.png | Bin 0 -> 6784 bytes doc/SmallToolsJ/mrcImageSymmetryAverage/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageSymmetryAverage.html | 152 + .../mrcImageSymmetryAverage/outdata-centre.png | Bin 0 -> 6913 bytes .../mrcImageSymmetryAverage/outdata-n2.png | Bin 0 -> 6727 bytes .../mrcImageSymmetryAverage/outdata.png | Bin 0 -> 6634 bytes .../mrcImageSymmetryCentreFind/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageSymmetryCenterFind.html | 99 + .../mrcImageSymmetryCentreFind/outdata.png | Bin 0 -> 6744 bytes .../mrcImageSymmetryCentreFind/outdata2.png | Bin 0 -> 539 bytes .../mrcImageTiltAxisSearch/1vom-rot0.png | Bin 0 -> 2221 bytes .../mrcImageTiltAxisSearch/1vom-rot1.png | Bin 0 -> 2155 bytes .../mrcImageTiltAxisSearch/1vom-rot2.png | Bin 0 -> 2010 bytes .../mrcImageTiltAxisSearch/1vom-rot3.png | Bin 0 -> 2031 bytes doc/SmallToolsJ/mrcImageTiltAxisSearch/1vom.png | Bin 0 -> 2236 bytes doc/SmallToolsJ/mrcImageTiltAxisSearch/list.png | Bin 0 -> 953 bytes .../mrcImageTiltAxisSearch.html | 287 + .../mrcImageTiltAxisSearch/outdata-I-200time.png | Bin 0 -> 3949 bytes .../outdata-rot3-200time.png | Bin 0 -> 539 bytes .../mrcImageTiltAxisSearch/outdata2-I.png | Bin 0 -> 302 bytes .../mrcImageTiltAxisSearch/outdata2-rot3.png | Bin 0 -> 284 bytes doc/SmallToolsJ/mrcImageTranspose/b120-2.png | Bin 0 -> 6742 bytes .../mrcImageTranspose/mrcImageTransepose.html | 216 + doc/SmallToolsJ/mrcImageTranspose/outdata1-m.png | Bin 0 -> 6746 bytes .../mrcImageTranspose/outdata1-m0M1.png | Bin 0 -> 1016 bytes doc/SmallToolsJ/mrcImageTranspose/outdata1.png | Bin 0 -> 6746 bytes doc/SmallToolsJ/mrcImageVolumeCalc/inputdata.png | Bin 0 -> 7780 bytes .../mrcImageVolumeCalc/mrcImageVolumeCalc.html | 121 + doc/SmallToolsJ/mrcImageVolumeCalc/outdata-I..png | Bin 0 -> 8249 bytes doc/SmallToolsJ/mrcImageVolumeCalc/outdata.png | Bin 0 -> 7364 bytes doc/SmallToolsJ/mrcImageWinowing/b120-m1-2.png | Bin 0 -> 4071 bytes doc/SmallToolsJ/mrcImageWinowing/b120-m16.png | Bin 0 -> 6478 bytes doc/SmallToolsJ/mrcImageWinowing/b120-m17-02.png | Bin 0 -> 4071 bytes .../mrcImageWinowing/b120-m18-0.2-2.png | Bin 0 -> 6143 bytes doc/SmallToolsJ/mrcImageWinowing/b120-m18-0.2.png | Bin 0 -> 3230 bytes doc/SmallToolsJ/mrcImageWinowing/b120-m2-0.2.png | Bin 0 -> 3235 bytes doc/SmallToolsJ/mrcImageWinowing/b120-out.png | Bin 0 -> 6487 bytes doc/SmallToolsJ/mrcImageWinowing/b120.png | Bin 0 -> 6753 bytes .../mrcImageWinowing/mrcImageWindowing.html | 253 + doc/SmallToolsJ/mrcInfo/input2.png | Bin 0 -> 8423 bytes doc/SmallToolsJ/mrcInfo/mrcInfo.html | 62 + doc/SmallToolsJ/mrcInfoSet/img1.png | Bin 0 -> 17768 bytes doc/SmallToolsJ/mrcInfoSet/input-info.png | Bin 0 -> 589 bytes doc/SmallToolsJ/mrcInfoSet/input.info.png | Bin 0 -> 8834 bytes doc/SmallToolsJ/mrcInfoSet/mrcInfoSet.html | 69 + doc/SmallToolsJ/mrcInfoSet/output-info.png | Bin 0 -> 580 bytes doc/SmallToolsJ/mrcInfoSet/output.info.png | Bin 0 -> 9269 bytes doc/SmallToolsJ/pdb2mrc/121p-Info.png | Bin 0 -> 2313 bytes doc/SmallToolsJ/pdb2mrc/121p.m2.png | Bin 0 -> 6425 bytes doc/SmallToolsJ/pdb2mrc/121p.m3.png | Bin 0 -> 2191 bytes doc/SmallToolsJ/pdb2mrc/121p.m4.png | Bin 0 -> 7082 bytes doc/SmallToolsJ/pdb2mrc/121p.m5.info.png | Bin 0 -> 1531 bytes doc/SmallToolsJ/pdb2mrc/121p.m5.info2.png | Bin 0 -> 1546 bytes doc/SmallToolsJ/pdb2mrc/121p.png | Bin 0 -> 17496 bytes doc/SmallToolsJ/pdb2mrc/pdb2mrc.html | 275 + doc/SmallToolsJ/pdb2mrc2d/121p-move-info.png | Bin 0 -> 2349 bytes doc/SmallToolsJ/pdb2mrc2d/121p-move.png | Bin 0 -> 14170 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-EAModeY.png | Bin 0 -> 26609 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-EAMove.png | Bin 0 -> 26602 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-EARot12.png | Bin 0 -> 28365 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-Rot.png | Bin 0 -> 26681 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-S30.png | Bin 0 -> 26730 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-m1.png | Bin 0 -> 1779 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-m2.png | Bin 0 -> 1779 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-m3.png | Bin 0 -> 1779 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-sig.png | Bin 0 -> 3670 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-startEA30.png | Bin 0 -> 26837 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-w1.png | Bin 0 -> 1303 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d-w2.png | Bin 0 -> 1288 bytes doc/SmallToolsJ/pdb2mrc2d/121p.2d.png | Bin 0 -> 1779 bytes doc/SmallToolsJ/pdb2mrc2d/121p.3d-EAMode1.png | Bin 0 -> 13592 bytes doc/SmallToolsJ/pdb2mrc2d/121p.3d-EAMode2.png | Bin 0 -> 10440 bytes doc/SmallToolsJ/pdb2mrc2d/121p.3d.png | Bin 0 -> 1779 bytes doc/SmallToolsJ/pdb2mrc2d/pdb2mrc2d.html | 351 + doc/SmallToolsJ/pdbCAOnly/inputdata-Info.png | Bin 0 -> 2303 bytes doc/SmallToolsJ/pdbCAOnly/inputdata.png | Bin 0 -> 11496 bytes doc/SmallToolsJ/pdbCAOnly/outputdata-Info.png | Bin 0 -> 2334 bytes doc/SmallToolsJ/pdbCAOnly/outputdata.png | Bin 0 -> 9497 bytes doc/SmallToolsJ/pdbCAOnly/pdbCAOnly.html | 62 + doc/SmallToolsJ/pdbInfo/in-only.png | Bin 0 -> 2335 bytes doc/SmallToolsJ/pdbInfo/opusion-o.png | Bin 0 -> 478 bytes doc/SmallToolsJ/pdbInfo/pdbInfo.html | 62 + doc/SmallToolsJ/pdbMove/121p.-xyz.png | Bin 0 -> 2299 bytes doc/SmallToolsJ/pdbMove/121p.1xyz.png | Bin 0 -> 2338 bytes doc/SmallToolsJ/pdbMove/121p.pdb.png | Bin 0 -> 2326 bytes doc/SmallToolsJ/pdbMove/121p.png | Bin 0 -> 2313 bytes doc/SmallToolsJ/pdbMove/pdbMove.html | 89 + doc/SmallToolsJ/pdbPCA/inputdata-Info.png | Bin 0 -> 2303 bytes doc/SmallToolsJ/pdbPCA/inputdata.png | Bin 0 -> 11496 bytes doc/SmallToolsJ/pdbPCA/outdata.png | Bin 0 -> 5517 bytes doc/SmallToolsJ/pdbPCA/pdbPCA.html | 61 + doc/SmallToolsJ/pdbRotation/100goukei.png | Bin 0 -> 73814 bytes doc/SmallToolsJ/pdbRotation/10goukei.png | Bin 0 -> 35544 bytes doc/SmallToolsJ/pdbRotation/121p-Info.png | Bin 0 -> 2313 bytes doc/SmallToolsJ/pdbRotation/121p.100xyz.png | Bin 0 -> 16064 bytes doc/SmallToolsJ/pdbRotation/121p.100yxz.png | Bin 0 -> 16333 bytes doc/SmallToolsJ/pdbRotation/121p.100zxy.png | Bin 0 -> 19010 bytes doc/SmallToolsJ/pdbRotation/121p.100zyx.png | Bin 0 -> 13804 bytes doc/SmallToolsJ/pdbRotation/121p.10xyz.png | Bin 0 -> 15138 bytes doc/SmallToolsJ/pdbRotation/121p.10yxz.png | Bin 0 -> 15053 bytes doc/SmallToolsJ/pdbRotation/121p.10zxy.png | Bin 0 -> 17618 bytes doc/SmallToolsJ/pdbRotation/121p.10zyx.png | Bin 0 -> 15235 bytes doc/SmallToolsJ/pdbRotation/121p.ea.png | Bin 0 -> 37075 bytes doc/SmallToolsJ/pdbRotation/121p.png | Bin 0 -> 17496 bytes doc/SmallToolsJ/pdbRotation/pdbRotation.html | 204 + .../pdbSecondaryStructurePrint/inputdata-Info.png | Bin 0 -> 2303 bytes .../pdbSecondaryStructurePrint/inputdata.png | Bin 0 -> 11496 bytes .../pdbSecondaryStructurePrint/outdata.png | Bin 0 -> 11065 bytes .../pdbSecondaryStructurePrint.html | 61 + doc/SmallToolsJ/pdbTrans/121p-Info.png | Bin 0 -> 2313 bytes doc/SmallToolsJ/pdbTrans/121p.M10.PNG | Bin 0 -> 55811 bytes doc/SmallToolsJ/pdbTrans/121p.M15-1.PNG | Bin 0 -> 20332 bytes doc/SmallToolsJ/pdbTrans/121p.M15.PNG | Bin 0 -> 26651 bytes doc/SmallToolsJ/pdbTrans/121p.M9.PNG | Bin 0 -> 40527 bytes doc/SmallToolsJ/pdbTrans/121p.ea.png | Bin 0 -> 35525 bytes doc/SmallToolsJ/pdbTrans/121p.png | Bin 0 -> 17496 bytes doc/SmallToolsJ/pdbTrans/matrix10.PNG | Bin 0 -> 380 bytes doc/SmallToolsJ/pdbTrans/matrix15.PNG | Bin 0 -> 385 bytes doc/SmallToolsJ/pdbTrans/matrix9.PNG | Bin 0 -> 376 bytes doc/SmallToolsJ/pdbTrans/pdbTrans.html | 156 + doc/UtilitiesForEos/index.html | 44 + doc/UtilitiesForEos/nr2.html | 231 + doc/WWW/index.html | 34 + doc/copyright.html | 32 + doc/doc | 1 + doc/index.html | 44 + doc/search/+(i1)*proto.html | 7 + doc/search/.dependency | 31678 +++++++++++++++++++ doc/search/.html | 9 + doc/search/.nfs0008c3ff0000000d | 827 + doc/search/Array.html | 13 + doc/search/Bessel0.html | 8 + doc/search/Bessel0proto.html | 7 + doc/search/Bessel1.html | 8 + doc/search/Bessel1proto.html | 7 + doc/search/Blt_AdjustAxisPointers.html | 10 + doc/search/Blt_AdjustViewport.html | 10 + doc/search/Blt_AllocVectorId.html | 10 + doc/search/Blt_Assert.html | 10 + doc/search/Blt_AxisOp.html | 10 + doc/search/Blt_BackgroundToPostScript.html | 10 + doc/search/Blt_BarElement.html | 10 + doc/search/Blt_BarPen.html | 10 + doc/search/Blt_BeepInit.html | 10 + doc/search/Blt_BgexecInit.html | 10 + doc/search/Blt_BitmapInit.html | 10 + doc/search/Blt_BitmapToPostScript.html | 10 + doc/search/Blt_BusyInit.html | 10 + doc/search/Blt_ButtonInit.html | 10 + doc/search/Blt_CapStyleToPostScript.html | 10 + doc/search/Blt_ChainAllocLink.html | 10 + doc/search/Blt_ChainAppend.html | 10 + doc/search/Blt_ChainCreate.html | 10 + doc/search/Blt_ChainDeleteLink.html | 10 + doc/search/Blt_ChainDestroy.html | 10 + doc/search/Blt_ChainGetNthLink.html | 10 + doc/search/Blt_ChainInit.html | 10 + doc/search/Blt_ChainLinkAfter.html | 10 + doc/search/Blt_ChainLinkBefore.html | 10 + doc/search/Blt_ChainNewLink.html | 10 + doc/search/Blt_ChainPrepend.html | 10 + doc/search/Blt_ChainReset.html | 10 + doc/search/Blt_ChainSort.html | 10 + doc/search/Blt_ChainUnlinkLink.html | 10 + doc/search/Blt_ClearBackgroundToPostScript.html | 10 + doc/search/Blt_ClipSegment.html | 10 + doc/search/Blt_ColorimageToGreyscale.html | 10 + doc/search/Blt_ColorimageToPhoto.html | 10 + doc/search/Blt_ColorimageToPixmap.html | 10 + doc/search/Blt_ColorimageToPostScript.html | 10 + doc/search/Blt_ColorimageToPsData.html | 10 + doc/search/Blt_ComputeStacks.html | 10 + doc/search/Blt_ConfigModified.html | 10 + doc/search/Blt_ConfigureBindings.html | 10 + doc/search/Blt_ConfigureCrosshairs.html | 10 + doc/search/Blt_ConfigureWidgetComponent.html | 10 + doc/search/Blt_ContainerInit.html | 10 + doc/search/Blt_ConvolveColorimage.html | 10 + doc/search/Blt_CreateBindingTable.html | 10 + doc/search/Blt_CreateColorTable.html | 10 + doc/search/Blt_CreateColorimage.html | 10 + doc/search/Blt_CreateCommand.html | 10 + doc/search/Blt_CreateCommandObj.html | 10 + doc/search/Blt_CreateCrosshairs.html | 10 + doc/search/Blt_CreateGrid.html | 10 + doc/search/Blt_CreateLegend.html | 10 + doc/search/Blt_CreateNsDeleteNotify.html | 10 + doc/search/Blt_CreatePen.html | 10 + doc/search/Blt_CreatePipeline.html | 10 + doc/search/Blt_CreatePostScript.html | 10 + doc/search/Blt_CreateTextBitmap.html | 10 + doc/search/Blt_CreateVector.html | 10 + doc/search/Blt_CreateVector2.html | 10 + doc/search/Blt_CrosshairsOp.html | 10 + doc/search/Blt_CutbufferInit.html | 10 + doc/search/Blt_DStringAppendElements.html | 10 + doc/search/Blt_DebugInit.html | 10 + doc/search/Blt_DefaultAxes.html | 10 + doc/search/Blt_DeleteBindings.html | 10 + doc/search/Blt_DeleteVector.html | 10 + doc/search/Blt_DeleteVectorByName.html | 10 + doc/search/Blt_DeleteWindowInstanceData.html | 10 + doc/search/Blt_DestroyAxes.html | 10 + doc/search/Blt_DestroyBindingTable.html | 10 + doc/search/Blt_DestroyCrosshairs.html | 10 + doc/search/Blt_DestroyElements.html | 10 + doc/search/Blt_DestroyGrid.html | 10 + doc/search/Blt_DestroyLegend.html | 10 + doc/search/Blt_DestroyMarkers.html | 10 + doc/search/Blt_DestroyNsDeleteNotify.html | 10 + doc/search/Blt_DestroyPens.html | 10 + doc/search/Blt_DestroyPostScript.html | 10 + doc/search/Blt_DictionaryCompare.html | 10 + doc/search/Blt_DirectColorTable.html | 10 + doc/search/Blt_DisableCrosshairs.html | 10 + doc/search/Blt_DndInit.html | 10 + doc/search/Blt_DragDropInit.html | 10 + doc/search/Blt_Draw3DRectangleToPostScript.html | 10 + doc/search/Blt_DrawActiveElements.html | 10 + doc/search/Blt_DrawAxes.html | 10 + doc/search/Blt_DrawAxisLimits.html | 10 + doc/search/Blt_DrawElements.html | 10 + doc/search/Blt_DrawGraph.html | 10 + doc/search/Blt_DrawGrid.html | 10 + doc/search/Blt_DrawLegend.html | 10 + doc/search/Blt_DrawMarkers.html | 10 + doc/search/Blt_DrawText.html | 10 + doc/search/Blt_DrawText2.html | 10 + doc/search/Blt_DrawTextLayout.html | 10 + doc/search/Blt_DrawableRegionToColorimage.html | 10 + doc/search/Blt_DrawableToColorimage.html | 10 + doc/search/Blt_Dtoa.html | 10 + doc/search/Blt_ElementOp.html | 10 + doc/search/Blt_EnableCrosshairs.html | 10 + doc/search/Blt_EnterNamespace.html | 10 + doc/search/Blt_EnumToString.html | 10 + doc/search/Blt_EventuallyRedrawGraph.html | 10 + doc/search/Blt_ExpandParseValue.html | 10 + doc/search/Blt_ExprVector.html | Bin 0 -> 152 bytes doc/search/Blt_FileToPostScript.html | 10 + doc/search/Blt_Fill3DRectangleToPostScript.html | 10 + doc/search/Blt_FindChild.html | 10 + doc/search/Blt_FindElemVectorMinimum.html | 10 + doc/search/Blt_FindImage1DFilter.html | 10 + doc/search/Blt_FindUid.html | 10 + doc/search/Blt_FirstChild.html | 10 + doc/search/Blt_FlagToString.html | 10 + doc/search/Blt_FontToPostScript.html | 10 + doc/search/Blt_ForegroundToPostScript.html | 10 + doc/search/Blt_FrameInit.html | 10 + doc/search/Blt_FreeColorPair.html | 10 + doc/search/Blt_FreeColorTable.html | 10 + doc/search/Blt_FreeColorimage.html | 10 + doc/search/Blt_FreePen.html | 10 + doc/search/Blt_FreePrivateGC.html | 10 + doc/search/Blt_FreeSwitches.html | 10 + doc/search/Blt_FreeTextStyle.html | 10 + doc/search/Blt_FreeTile.html | 10 + doc/search/Blt_FreeUid.html | 10 + doc/search/Blt_FreeVectorId.html | 10 + doc/search/Blt_GammaCorrectColorimage.html | 10 + doc/search/Blt_GetArrayVariableTable.html | 10 + doc/search/Blt_GetAxisSegments.html | 10 + doc/search/Blt_GetBoundingBox.html | 10 + doc/search/Blt_GetCoordinate.html | 10 + doc/search/Blt_GetElementType.html | 10 + doc/search/Blt_GetFirstAxis.html | 10 + doc/search/Blt_GetGraphFromWindowData.html | 10 + doc/search/Blt_GetInt.html | 10 + doc/search/Blt_GetOperation.html | 10 + doc/search/Blt_GetOperationObj.html | 10 + doc/search/Blt_GetParent.html | 10 + doc/search/Blt_GetPen.html | 10 + doc/search/Blt_GetPenStyle.html | 10 + doc/search/Blt_GetPixels.html | 10 + doc/search/Blt_GetPosition.html | 10 + doc/search/Blt_GetPrivateGC.html | 10 + doc/search/Blt_GetPrivateGCFromDrawable.html | 10 + doc/search/Blt_GetProjection.html | 10 + doc/search/Blt_GetQualifiedName.html | 10 + doc/search/Blt_GetRealWindowId.html | 10 + doc/search/Blt_GetScrollInfo.html | 10 + doc/search/Blt_GetTable.html | 10 + doc/search/Blt_GetTextExtents.html | 10 + doc/search/Blt_GetTextLayout.html | 10 + doc/search/Blt_GetTile.html | 10 + doc/search/Blt_GetUid.html | 10 + doc/search/Blt_GetVector.html | 10 + doc/search/Blt_GetVectorById.html | 10 + doc/search/Blt_GetWindowInstanceData.html | 10 + doc/search/Blt_GetXY.html | 10 + doc/search/Blt_GraphInit.html | 10 + doc/search/Blt_GraphTags.html | 10 + doc/search/Blt_GraphUpdateNeeded.html | 10 + doc/search/Blt_GridOp.html | 10 + doc/search/Blt_HSV.html | 10 + doc/search/Blt_HierboxInit.html | 10 + doc/search/Blt_HiertableInit.html | 10 + doc/search/Blt_HtAddField.html | 10 + doc/search/Blt_HtClearSelection.html | 10 + doc/search/Blt_HtCloseEntry.html | 10 + doc/search/Blt_HtColumnOp.html | 10 + doc/search/Blt_HtComputeLayout.html | 10 + doc/search/Blt_HtConfigureButtons.html | 10 + doc/search/Blt_HtConfigureColumn.html | 10 + doc/search/Blt_HtConfigureEntry.html | 10 + doc/search/Blt_HtConfigureHiertable.html | 10 + doc/search/Blt_HtCreateEditor.html | 10 + doc/search/Blt_HtCreateEntry.html | 10 + doc/search/Blt_HtDeselectEntry.html | 10 + doc/search/Blt_HtDestroyColumns.html | 10 + doc/search/Blt_HtDestroyField.html | 10 + doc/search/Blt_HtDrawButton.html | 10 + doc/search/Blt_HtDrawHeadings.html | 10 + doc/search/Blt_HtDrawIcon.html | 10 + doc/search/Blt_HtDrawOuterBorders.html | 10 + doc/search/Blt_HtDrawRule.html | 10 + doc/search/Blt_HtEntryIsMapped.html | 10 + doc/search/Blt_HtEntryIsSelected.html | 10 + doc/search/Blt_HtEventuallyRedraw.html | 10 + doc/search/Blt_HtFreeImage.html | 10 + doc/search/Blt_HtFreeUid.html | 10 + doc/search/Blt_HtGetData.html | 10 + doc/search/Blt_HtGetEntry.html | 10 + doc/search/Blt_HtGetFullName.html | 10 + doc/search/Blt_HtGetImage.html | 10 + doc/search/Blt_HtGetNode.html | 10 + doc/search/Blt_HtGetUid.html | 10 + doc/search/Blt_HtInitColumn.html | 10 + doc/search/Blt_HtNearestColumn.html | 10 + doc/search/Blt_HtNearestEntry.html | 10 + doc/search/Blt_HtNextEntry.html | 10 + doc/search/Blt_HtOpenEntry.html | 10 + doc/search/Blt_HtParentEntry.html | 10 + doc/search/Blt_HtPercentSubst.html | 10 + doc/search/Blt_HtPrevEntry.html | 10 + doc/search/Blt_HtPruneSelection.html | 10 + doc/search/Blt_HtSelectCmdProc.html | 10 + doc/search/Blt_HtSelectEntry.html | 10 + doc/search/Blt_HtSortFlatView.html | 10 + doc/search/Blt_HtSortOp.html | 10 + doc/search/Blt_HtSortTreeView.html | 10 + doc/search/Blt_HtTextOp.html | 10 + doc/search/Blt_HtTreeApply.html | 10 + doc/search/Blt_HtWidgetInstCmd.html | 10 + doc/search/Blt_HtextInit.html | 10 + doc/search/Blt_Init.html | 10 + doc/search/Blt_InitCmd.html | 10 + doc/search/Blt_InitCmds.html | 10 + doc/search/Blt_InitEpsCanvasItem.html | 10 + doc/search/Blt_InitFreqTable.html | 10 + doc/search/Blt_InitHexTable.html | 10 + doc/search/Blt_InitObjCmd.html | 10 + doc/search/Blt_InitTextStyle.html | 10 + doc/search/Blt_InstallIndexProc.html | 10 + doc/search/Blt_InstallMathFunction.html | 10 + doc/search/Blt_InvMap2D.html | 10 + doc/search/Blt_Itoa.html | 10 + doc/search/Blt_JPEGToColorimage.html | 10 + doc/search/Blt_JPEGToPhoto.html | 10 + doc/search/Blt_JoinStyleToPostScript.html | 10 + doc/search/Blt_LayoutGraph.html | 10 + doc/search/Blt_LayoutLegend.html | 10 + doc/search/Blt_LayoutMargins.html | 10 + doc/search/Blt_LeaveNamespace.html | 10 + doc/search/Blt_LegendOp.html | 10 + doc/search/Blt_LineAttributesToPostScript.html | 10 + doc/search/Blt_LineDashesToPostScript.html | 10 + doc/search/Blt_LineElement.html | 10 + doc/search/Blt_LinePen.html | 10 + doc/search/Blt_LineWidthToPostScript.html | 10 + doc/search/Blt_LinesToPostScript.html | 10 + doc/search/Blt_ListCreate.html | 10 + doc/search/Blt_ListCreateNode.html | 10 + doc/search/Blt_ListDeleteNode.html | 10 + doc/search/Blt_ListDeleteNodeByKey.html | 10 + doc/search/Blt_ListDestroy.html | 10 + doc/search/Blt_ListGetNode.html | 10 + doc/search/Blt_ListGetNthNode.html | 10 + doc/search/Blt_ListInit.html | 10 + doc/search/Blt_ListLinkAfter.html | 10 + doc/search/Blt_ListLinkBefore.html | 10 + doc/search/Blt_ListNewAppend.html | 10 + doc/search/Blt_ListNewPrepend.html | 10 + doc/search/Blt_ListReset.html | 10 + doc/search/Blt_ListSort.html | 10 + doc/search/Blt_ListUnlinkNode.html | 10 + doc/search/Blt_MakeElementTag.html | 10 + doc/search/Blt_MakeMarkerTag.html | 10 + doc/search/Blt_MakeTransparentWindowExist.html | 10 + doc/search/Blt_Map2D.html | 10 + doc/search/Blt_MapAxes.html | 10 + doc/search/Blt_MapElements.html | 10 + doc/search/Blt_MapGrid.html | 10 + doc/search/Blt_MapMarkers.html | 10 + doc/search/Blt_MapTopLevelWindow.html | 10 + doc/search/Blt_MarkerOp.html | 10 + doc/search/Blt_NameOfElementType.html | 10 + doc/search/Blt_NameOfFill.html | 10 + doc/search/Blt_NameOfTile.html | 10 + doc/search/Blt_NameOfVector.html | 10 + doc/search/Blt_NameOfVectorId.html | 10 + doc/search/Blt_NameToElement.html | 10 + doc/search/Blt_NameToMarker.html | 10 + doc/search/Blt_NamespaceOfVariable.html | 10 + doc/search/Blt_NaturalSpline.html | 10 + doc/search/Blt_NearestMarker.html | 10 + doc/search/Blt_NextChild.html | 10 + doc/search/Blt_OpenUtfFile.html | 10 + doc/search/Blt_Panic.html | 10 + doc/search/Blt_ParseBraces.html | 10 + doc/search/Blt_ParseNestedCmd.html | 10 + doc/search/Blt_ParseQualifiedName.html | 10 + doc/search/Blt_ParseQuotes.html | 10 + doc/search/Blt_PenOp.html | 10 + doc/search/Blt_PhotoToColorimage.html | 10 + doc/search/Blt_PhotoToPostScript.html | 10 + doc/search/Blt_PickCurrentItem.html | 10 + doc/search/Blt_PixmapOfTile.html | 10 + doc/search/Blt_PointInPolygon.html | 10 + doc/search/Blt_PolygonToPostScript.html | 10 + doc/search/Blt_PostScriptOp.html | 10 + doc/search/Blt_PrintActiveElements.html | 10 + doc/search/Blt_PrintAppend.html | 10 + doc/search/Blt_PrintAxes.html | 10 + doc/search/Blt_PrintAxisLimits.html | 10 + doc/search/Blt_PrintBitmap.html | 10 + doc/search/Blt_PrintElements.html | 10 + doc/search/Blt_PrintFormat.html | 10 + doc/search/Blt_PrintGrid.html | 10 + doc/search/Blt_PrintLegend.html | 10 + doc/search/Blt_PrintLine.html | 10 + doc/search/Blt_PrintMarkers.html | 10 + doc/search/Blt_PrintObject.html | 10 + doc/search/Blt_PrintText.html | 10 + doc/search/Blt_ProcessObjSwitches.html | 10 + doc/search/Blt_ProcessSwitches.html | 10 + doc/search/Blt_PseudoColorTable.html | 10 + doc/search/Blt_QuadraticSpline.html | 10 + doc/search/Blt_RGB.html | 10 + doc/search/Blt_RaiseTopLevelWindow.html | 10 + doc/search/Blt_RectangleToPostScript.html | 10 + doc/search/Blt_RectanglesToPostScript.html | 10 + doc/search/Blt_RelinkWindow.html | 10 + doc/search/Blt_RelinkWindow2.html | 10 + doc/search/Blt_ReparentWindow.html | 10 + doc/search/Blt_ResampleColorimage.html | 10 + doc/search/Blt_ResamplePhoto.html | 10 + doc/search/Blt_ResetAxes.html | 10 + doc/search/Blt_ResetStacks.html | 10 + doc/search/Blt_ResetTextStyle.html | 10 + doc/search/Blt_ResetVector.html | 10 + doc/search/Blt_ResizeColorimage.html | 10 + doc/search/Blt_ResizePhoto.html | 10 + doc/search/Blt_ResizeTopLevelWindow.html | 10 + doc/search/Blt_ResizeVector.html | 10 + doc/search/Blt_RootX.html | 10 + doc/search/Blt_RootY.html | 10 + doc/search/Blt_RotateBitmap.html | 10 + doc/search/Blt_RotateColorimage.html | 10 + doc/search/Blt_SafeInit.html | 10 + doc/search/Blt_ScaleBitmap.html | 10 + doc/search/Blt_ScaleBitmapRegion.html | 10 + doc/search/Blt_ScrollbarInit.html | 10 + doc/search/Blt_SegmentsToPostScript.html | 10 + doc/search/Blt_SetClipRegion.html | 10 + doc/search/Blt_SetDashes.html | 10 + doc/search/Blt_SetDrawTextStyle.html | 10 + doc/search/Blt_SetPrintTextStyle.html | 10 + doc/search/Blt_SetRegion.html | 10 + doc/search/Blt_SetTSOrigin.html | 10 + doc/search/Blt_SetTileChangedProc.html | 10 + doc/search/Blt_SetTileOrigin.html | 10 + doc/search/Blt_SetVectorChangedProc.html | 10 + doc/search/Blt_SetWindowInstanceData.html | 10 + doc/search/Blt_SizeOfTile.html | 10 + doc/search/Blt_SnapPhoto.html | 10 + doc/search/Blt_SplineInit.html | 10 + doc/search/Blt_StippleToPostScript.html | 10 + doc/search/Blt_StringToEnum.html | 10 + doc/search/Blt_StringToFlag.html | 10 + doc/search/Blt_SwitchChanged.html | 10 + doc/search/Blt_TableInit.html | 10 + doc/search/Blt_TabnotebookInit.html | 10 + doc/search/Blt_TabsetInit.html | 10 + doc/search/Blt_TedInit.html | 10 + doc/search/Blt_TilePolygon.html | 10 + doc/search/Blt_TileRectangle.html | 10 + doc/search/Blt_TileRectangles.html | 10 + doc/search/Blt_TkImageDeleted.html | 10 + doc/search/Blt_TkImageGC.html | 10 + doc/search/Blt_TkImageMaster.html | 10 + doc/search/Blt_TkImagePixmap.html | 10 + doc/search/Blt_Toplevel.html | 10 + doc/search/Blt_TranslateAnchor.html | 10 + doc/search/Blt_TreeApply.html | 10 + doc/search/Blt_TreeApplyBFS.html | 10 + doc/search/Blt_TreeApplyDFS.html | 10 + doc/search/Blt_TreeCreate.html | 10 + doc/search/Blt_TreeCreateEventHandler.html | 10 + doc/search/Blt_TreeCreateNode.html | 10 + doc/search/Blt_TreeCreateTrace.html | 10 + doc/search/Blt_TreeDeleteEventHandler.html | 10 + doc/search/Blt_TreeDeleteNode.html | 10 + doc/search/Blt_TreeDeleteTrace.html | 10 + doc/search/Blt_TreeExists.html | 10 + doc/search/Blt_TreeFindChild.html | 10 + doc/search/Blt_TreeFirstChild.html | 10 + doc/search/Blt_TreeFirstKey.html | 10 + doc/search/Blt_TreeGetNode.html | 10 + doc/search/Blt_TreeGetToken.html | 10 + doc/search/Blt_TreeGetValue.html | 10 + doc/search/Blt_TreeGetValueByUid.html | 10 + doc/search/Blt_TreeInit.html | 10 + doc/search/Blt_TreeIsAncestor.html | 10 + doc/search/Blt_TreeIsBefore.html | 10 + doc/search/Blt_TreeLastChild.html | 10 + doc/search/Blt_TreeMoveNode.html | 10 + doc/search/Blt_TreeNextKey.html | 10 + doc/search/Blt_TreeNextNode.html | 10 + doc/search/Blt_TreeNextSibling.html | 10 + doc/search/Blt_TreePrevNode.html | 10 + doc/search/Blt_TreePrevSibling.html | 10 + doc/search/Blt_TreeRelabelNode.html | 10 + doc/search/Blt_TreeReleaseToken.html | 10 + doc/search/Blt_TreeSetValue.html | 10 + doc/search/Blt_TreeSetValueByUid.html | 10 + doc/search/Blt_TreeSize.html | 10 + doc/search/Blt_TreeSortNode.html | 10 + doc/search/Blt_TreeUnsetValue.html | 10 + doc/search/Blt_TreeUnsetValueByUid.html | 10 + doc/search/Blt_UnlinkWindow.html | 10 + doc/search/Blt_UnmapTopLevelWindow.html | 10 + doc/search/Blt_UpdateCrosshairs.html | 10 + doc/search/Blt_UpdateScrollbar.html | 10 + doc/search/Blt_Utoa.html | 10 + doc/search/Blt_VectorExists.html | 10 + doc/search/Blt_VectorExists2.html | 10 + doc/search/Blt_VectorInit.html | 10 + doc/search/Blt_VectorNotifyPending.html | 10 + doc/search/Blt_VirtualAxisOp.html | 10 + doc/search/Blt_WatchInit.html | 10 + doc/search/Blt_WindowToPostScript.html | 10 + doc/search/Blt_WinopInit.html | 10 + doc/search/ColumnResizeOp.html | 10 + doc/search/DEBUG2PRINT1proto.html | 7 + doc/search/DEBUG2PRINT2proto.html | 7 + doc/search/DEBUG2PRINT3proto.html | 7 + doc/search/DEBUG2PRINT4proto.html | 7 + doc/search/DEBUG2PRINT5proto.html | 7 + doc/search/DEBUG2PRINT6proto.html | 7 + doc/search/DEBUG2PRINT7proto.html | 7 + doc/search/DEBUGPRINT1proto.html | 7 + doc/search/DEBUGPRINT2proto.html | 7 + doc/search/DEBUGPRINT3proto.html | 7 + doc/search/DEBUGPRINT4proto.html | 7 + doc/search/DEBUGPRINT5proto.html | 7 + doc/search/DEBUGPRINT6proto.html | 7 + doc/search/DEBUGPRINT7proto.html | 7 + doc/search/DEBUGPRINTproto.html | 7 + doc/search/DescartesCoord.html | 13 + doc/search/ERRORPRINT1proto.html | 7 + doc/search/ERRORPRINT2proto.html | 7 + doc/search/ERRORPRINT3proto.html | 7 + doc/search/ERRORPRINT4proto.html | 7 + doc/search/ERRORPRINT5proto.html | 7 + doc/search/ERRORPRINT6proto.html | 7 + doc/search/ERRORPRINT7proto.html | 7 + doc/search/EulAxI(ord)proto.html | 7 + doc/search/Eul_FromHMatrix.html | 6 + doc/search/Eul_FromHMatrixproto.html | 7 + doc/search/Eul_FromQuat.html | 6 + doc/search/Eul_FromQuatproto.html | 7 + doc/search/Eul_ToHMatrix.html | 6 + doc/search/Eul_ToHMatrixproto.html | 7 + doc/search/Eul_ToQuat.html | 6 + doc/search/Eul_ToQuatproto.html | 7 + doc/search/Eul_proto.html | 7 + doc/search/Execute__17vtkmrcImageReader.html | 6 + doc/search/FMAX(a,b)proto.html | 7 + doc/search/FreeImageTable.html | 10 + doc/search/GIFEncode.html | 6 + doc/search/GIFEncodeproto.html | 0 doc/search/GIFNextPixel-call.html.html | 4 + doc/search/GIFNextPixel.html | 8 + doc/search/GIFNextPixelproto.html | 0 doc/search/GetImage__17vtkmrcImageReaderi.html | 6 + doc/search/INT.html | 9 + "doc/search/Im;\\n}ltlgDataLLData.html" | 13 + doc/search/Init_libeosRuby.html | 6 + doc/search/Init_libeosRubyproto.html | 0 doc/search/Init_mrc-call.html.html | 4 + doc/search/Init_mrc.html | 8 + doc/search/Init_mrcproto.html | 0 doc/search/IsFFT.html | 202 + doc/search/IsFFTproto.html | 7 + doc/search/IsFT-call.html.html | 4 + doc/search/IsFT.html | 210 + doc/search/IsFTproto.html | 7 + doc/search/IsImage-call.html.html | 4 + doc/search/IsImage.html | 217 + doc/search/IsImageproto.html | 7 + doc/search/IsOdd(x)proto.html | 7 + doc/search/LOGPRINT10proto.html | 7 + doc/search/LOGPRINT11proto.html | 7 + doc/search/LOGPRINT12proto.html | 7 + doc/search/LOGPRINT1proto.html | 7 + doc/search/LOGPRINT2proto.html | 7 + doc/search/LOGPRINT3proto.html | 7 + doc/search/LOGPRINT4proto.html | 7 + doc/search/LOGPRINT5proto.html | 7 + doc/search/LOGPRINT6proto.html | 7 + doc/search/LOGPRINT7proto.html | 7 + doc/search/LOGPRINT8proto.html | 7 + doc/search/LOGPRINT9proto.html | 7 + doc/search/LOGPRINTproto.html | 7 + doc/search/LONG.html | 9 + doc/search/MRC_Status_t.html | 16 + doc/search/MagWeightForCTFDetermine.html | 8 + doc/search/MagWeightForCTFDetermineproto.html | 7 + doc/search/Makefile | 31 + doc/search/Map2DParaTypeInteger.html | 9 + doc/search/Map2DParaTypeReal.html | 9 + ...atrix3D[MATRIX_3D_WIDTH][MATRIX_3D_HEIGHT].html | 9 + doc/search/Memory.html | 9 + doc/search/New__17vtkmrcImageReader.html | 6 + doc/search/PolarCoord.html | 13 + ...f__17vtkmrcImageReaderR7ostreamG9vtkIndent.html | 6 + doc/search/README | 152 + ...ge16mrcPixelDataType20mrcPixelDataHowToGet.html | 6 + doc/search/ReadVolume__17vtkmrcImageReaderPi.html | 6 + doc/search/SQR(x)proto.html | 7 + doc/search/String.html | 9 + doc/search/TEXT.html | 9 + doc/search/TclAccess.html | 10 + doc/search/TclAccessDeleteProc.html | 10 + doc/search/TclAccessInsertProc.html | 10 + doc/search/TclAddLiteralObj.html | 10 + doc/search/TclAllocateFreeObjects.html | 10 + doc/search/TclArraySet.html | 10 + doc/search/TclCheckBadOctal.html | 10 + doc/search/TclCleanupByteCode.html | 10 + doc/search/TclCleanupChildren.html | 10 + doc/search/TclCleanupCommand.html | 10 + doc/search/TclCompileBreakCmd.html | 10 + doc/search/TclCompileCatchCmd.html | 10 + doc/search/TclCompileCmdWord.html | 10 + doc/search/TclCompileContinueCmd.html | 10 + doc/search/TclCompileExpr.html | 10 + doc/search/TclCompileExprCmd.html | 10 + doc/search/TclCompileExprWords.html | 10 + doc/search/TclCompileForCmd.html | 10 + doc/search/TclCompileForeachCmd.html | 10 + doc/search/TclCompileIfCmd.html | 10 + doc/search/TclCompileIncrCmd.html | 10 + doc/search/TclCompileScript.html | 10 + doc/search/TclCompileSetCmd.html | 10 + doc/search/TclCompileTokens.html | 10 + doc/search/TclCompileWhileCmd.html | 10 + doc/search/TclCopyAndCollapse.html | 10 + doc/search/TclCopyChannel.html | 10 + doc/search/TclCreateAuxData.html | 10 + doc/search/TclCreateExceptRange.html | 10 + doc/search/TclCreateExecEnv.html | 10 + doc/search/TclCreatePipeline.html | 10 + doc/search/TclCreateProc.html | 10 + doc/search/TclDateparse.html | 10 + doc/search/TclDeleteCompiledLocalVars.html | 10 + doc/search/TclDeleteExecEnv.html | 10 + doc/search/TclDeleteLiteralTable.html | 10 + doc/search/TclDeleteVars.html | 10 + doc/search/TclDoGlob.html | 10 + doc/search/TclDumpMemoryInfo.html | 10 + doc/search/TclEmitForwardJump.html | 10 + doc/search/TclExecuteByteCode.html | 10 + doc/search/TclExpandCodeArray.html | 10 + doc/search/TclExpandJumpFixupArray.html | 10 + doc/search/TclExpandTokenArray.html | 10 + doc/search/TclExprFloatError.html | 10 + doc/search/TclFileAttrsCmd.html | 10 + doc/search/TclFileCopyCmd.html | 10 + doc/search/TclFileDeleteCmd.html | 10 + doc/search/TclFileMakeDirsCmd.html | 10 + doc/search/TclFileRenameCmd.html | 10 + doc/search/TclFinalizeAuxDataTypeTable.html | 10 + doc/search/TclFinalizeCompExecEnv.html | 10 + doc/search/TclFinalizeCompilation.html | 10 + doc/search/TclFinalizeEncodingSubsystem.html | 10 + doc/search/TclFinalizeEnvironment.html | 10 + doc/search/TclFinalizeExecution.html | 10 + doc/search/TclFinalizeIOSubsystem.html | 10 + doc/search/TclFinalizeLoad.html | 10 + doc/search/TclFinalizeMemorySubsystem.html | 10 + doc/search/TclFinalizeNotifier.html | 10 + doc/search/TclFinalizeSynchronization.html | 10 + doc/search/TclFinalizeThreadData.html | 10 + doc/search/TclFindCompiledLocal.html | 10 + doc/search/TclFindElement.html | 10 + doc/search/TclFindEncodings.html | 10 + doc/search/TclFindProc.html | 10 + doc/search/TclFixupForwardJump.html | 10 + doc/search/TclFormatInt.html | 10 + doc/search/TclFreeCompileEnv.html | 10 + doc/search/TclFreeJumpFixupArray.html | 10 + doc/search/TclFreeObj.html | 10 + doc/search/TclFreePackageInfo.html | 10 + doc/search/TclGetAndDetachPids.html | 10 + doc/search/TclGetAuxDataType.html | 10 + doc/search/TclGetDate.html | 10 + doc/search/TclGetElementOfIndexedArray.html | 10 + doc/search/TclGetEnv.html | 10 + doc/search/TclGetExtension.html | 10 + doc/search/TclGetFrame.html | 10 + doc/search/TclGetIndexedScalar.html | 10 + doc/search/TclGetInstructionTable.html | 10 + doc/search/TclGetIntForIndex.html | 10 + doc/search/TclGetInterpProc.html | 10 + doc/search/TclGetLibraryPath.html | 10 + doc/search/TclGetLoadedPackages.html | 10 + doc/search/TclGetLong.html | 10 + doc/search/TclGetNamespaceForQualName.html | 10 + doc/search/TclGetObjInterpProc.html | 10 + doc/search/TclGetOpenMode.html | 10 + doc/search/TclGetOriginalCommand.html | 10 + doc/search/TclGetStartupScriptFileName.html | 10 + doc/search/TclGlob.html | 10 + doc/search/TclGlobalInvoke.html | 10 + doc/search/TclGuessPackageName.html | 10 + doc/search/TclHandleCreate.html | 10 + doc/search/TclHandleFree.html | 10 + doc/search/TclHandlePreserve.html | 10 + doc/search/TclHandleRelease.html | 10 + doc/search/TclHideLiteral.html | 10 + doc/search/TclHideUnsafeCommands.html | 10 + doc/search/TclInExit.html | 10 + doc/search/TclIncrElementOfIndexedArray.html | 10 + doc/search/TclIncrIndexedScalar.html | 10 + doc/search/TclIncrVar2.html | 10 + doc/search/TclInitAuxDataTypeTable.html | 10 + doc/search/TclInitByteCodeObj.html | 10 + doc/search/TclInitCompileEnv.html | 10 + doc/search/TclInitCompiledLocals.html | 10 + doc/search/TclInitEncodingSubsystem.html | 10 + doc/search/TclInitIOSubsystem.html | 10 + doc/search/TclInitJumpFixupArray.html | 10 + doc/search/TclInitLiteralTable.html | 10 + doc/search/TclInitNamespaceSubsystem.html | 10 + doc/search/TclInitNotifier.html | 10 + doc/search/TclInitObjSubsystem.html | 10 + doc/search/TclInitSubsystems.html | 10 + doc/search/TclInterpInit.html | 10 + doc/search/TclInvoke.html | 10 + doc/search/TclInvokeObjectCommand.html | 10 + doc/search/TclInvokeStringCommand.html | 10 + doc/search/TclIsLocalScalar.html | 10 + doc/search/TclIsProc.html | 10 + doc/search/TclLooksLikeInt.html | 10 + doc/search/TclLookupLiteralEntry.html | 10 + doc/search/TclLookupVar.html | 10 + doc/search/TclMathInProgress.html | 10 + doc/search/TclNeedSpace.html | 10 + doc/search/TclNewProcBodyObj.html | 10 + doc/search/TclObjCommandComplete.html | 10 + doc/search/TclObjInterpProc.html | 10 + doc/search/TclObjInvoke.html | 10 + doc/search/TclObjInvokeGlobal.html | 10 + doc/search/TclOpenFileChannelDeleteProc.html | 10 + doc/search/TclOpenFileChannelInsertProc.html | 10 + doc/search/TclPrecTraceProc.html | 10 + doc/search/TclPreventAliasLoop.html | 10 + doc/search/TclPrintInstruction.html | 10 + doc/search/TclPrintObject.html | 10 + doc/search/TclPrintSource.html | 10 + doc/search/TclProcCleanupProc.html | 10 + doc/search/TclProcCompileProc.html | 10 + doc/search/TclProcDeleteProc.html | 10 + doc/search/TclProcInterpProc.html | 10 + doc/search/TclReComp.html | 10 + doc/search/TclReError.html | 10 + doc/search/TclReExec.html | 10 + doc/search/TclReFree.html | 10 + doc/search/TclRegAbout.html | 10 + doc/search/TclRegError.html | 10 + doc/search/TclRegExpRangeUniChar.html | 10 + doc/search/TclRegisterAuxDataType.html | 10 + doc/search/TclRegisterLiteral.html | 10 + doc/search/TclReleaseLiteral.html | 10 + doc/search/TclRememberCondition.html | 10 + doc/search/TclRememberDataKey.html | 10 + doc/search/TclRememberMutex.html | 10 + doc/search/TclRenameCommand.html | 10 + doc/search/TclResetShadowedCmdRefs.html | 10 + doc/search/TclServiceIdle.html | 10 + doc/search/TclSetByteCodeFromAny.html | 10 + doc/search/TclSetCmdNameObj.html | 10 + doc/search/TclSetElementOfIndexedArray.html | 10 + doc/search/TclSetEnv.html | 10 + doc/search/TclSetIndexedScalar.html | 10 + doc/search/TclSetLibraryPath.html | 10 + doc/search/TclSetPreInitScript.html | 10 + doc/search/TclSetStartupScriptFileName.html | 10 + doc/search/TclSetupEnv.html | 10 + doc/search/TclSockGetPort.html | 10 + doc/search/TclSockMinimumBuffers.html | 10 + doc/search/TclStat.html | 10 + doc/search/TclStatDeleteProc.html | 10 + doc/search/TclStatInsertProc.html | 10 + doc/search/TclTeardownNamespace.html | 10 + doc/search/TclTestChannelCmd.html | 10 + doc/search/TclTestChannelEventCmd.html | 10 + doc/search/TclThreadDataKeyGet.html | 10 + doc/search/TclThreadDataKeySet.html | 10 + doc/search/TclTransferResult.html | 10 + doc/search/TclUnixWaitForFile.html | 10 + doc/search/TclUnsetEnv.html | 10 + doc/search/TclUpdateReturnInfo.html | 10 + doc/search/TclVarTraceExists.html | 10 + doc/search/Tcl_Access.html | 10 + doc/search/Tcl_AddErrorInfo.html | 10 + doc/search/Tcl_AddInterpResolvers.html | 10 + doc/search/Tcl_AddObjErrorInfo.html | 10 + doc/search/Tcl_AfterObjCmd.html | 10 + doc/search/Tcl_AlertNotifier.html | 10 + doc/search/Tcl_Alloc.html | 10 + doc/search/Tcl_AllowExceptions.html | 10 + doc/search/Tcl_AppInit.html | 8 + doc/search/Tcl_AppendAllObjTypes.html | 10 + doc/search/Tcl_AppendElement.html | 10 + doc/search/Tcl_AppendExportList.html | 10 + doc/search/Tcl_AppendObjCmd.html | 10 + doc/search/Tcl_AppendObjToObj.html | 10 + doc/search/Tcl_AppendResult.html | 10 + doc/search/Tcl_AppendResultVA.html | 10 + doc/search/Tcl_AppendStringsToObj.html | 10 + doc/search/Tcl_AppendStringsToObjVA.html | 10 + doc/search/Tcl_AppendToObj.html | 10 + doc/search/Tcl_AppendUnicodeToObj.html | 10 + doc/search/Tcl_ArrayObjCmd.html | 10 + doc/search/Tcl_AsyncCreate.html | 10 + doc/search/Tcl_AsyncDelete.html | 10 + doc/search/Tcl_AsyncInvoke.html | 10 + doc/search/Tcl_AsyncMark.html | 10 + doc/search/Tcl_AsyncReady.html | 10 + doc/search/Tcl_BackgroundError.html | 10 + doc/search/Tcl_Backslash.html | 10 + doc/search/Tcl_BadChannelOption.html | 10 + doc/search/Tcl_BinaryObjCmd.html | 10 + doc/search/Tcl_BreakObjCmd.html | 10 + doc/search/Tcl_CallWhenDeleted.html | 10 + doc/search/Tcl_CancelIdleCall.html | 10 + doc/search/Tcl_CaseObjCmd.html | 10 + doc/search/Tcl_CatchObjCmd.html | 10 + doc/search/Tcl_CdObjCmd.html | 10 + doc/search/Tcl_Chdir.html | 10 + doc/search/Tcl_ClockObjCmd.html | 10 + doc/search/Tcl_Close.html | 10 + doc/search/Tcl_CloseObjCmd.html | 10 + doc/search/Tcl_CommandComplete.html | 10 + doc/search/Tcl_Concat.html | 10 + doc/search/Tcl_ConcatObj.html | 10 + doc/search/Tcl_ConcatObjCmd.html | 10 + doc/search/Tcl_ConditionFinalize.html | 10 + doc/search/Tcl_ConditionNotify.html | 10 + doc/search/Tcl_ConditionWait.html | 10 + doc/search/Tcl_ContinueObjCmd.html | 10 + doc/search/Tcl_ConvertCountedElement.html | 10 + doc/search/Tcl_ConvertElement.html | 10 + doc/search/Tcl_ConvertToType.html | 10 + doc/search/Tcl_CreateAlias.html | 10 + doc/search/Tcl_CreateAliasObj.html | 10 + doc/search/Tcl_CreateChannel.html | 10 + doc/search/Tcl_CreateChannelHandler.html | 10 + doc/search/Tcl_CreateCloseHandler.html | 10 + doc/search/Tcl_CreateCommand.html | 10 + doc/search/Tcl_CreateEncoding.html | 10 + doc/search/Tcl_CreateEventSource.html | 10 + doc/search/Tcl_CreateExitHandler.html | 10 + doc/search/Tcl_CreateFileHandler.html | 10 + doc/search/Tcl_CreateInterp.html | 10 + doc/search/Tcl_CreateMathFunc.html | 10 + doc/search/Tcl_CreateNamespace.html | 10 + doc/search/Tcl_CreateObjCommand.html | 10 + doc/search/Tcl_CreateSlave.html | 10 + doc/search/Tcl_CreateThread.html | 10 + doc/search/Tcl_CreateThreadExitHandler.html | 10 + doc/search/Tcl_CreateTimerHandler.html | 10 + doc/search/Tcl_CreateTrace.html | 10 + doc/search/Tcl_DStringAppend.html | 10 + doc/search/Tcl_DStringAppendElement.html | 10 + doc/search/Tcl_DStringEndSublist.html | 10 + doc/search/Tcl_DStringFree.html | 10 + doc/search/Tcl_DStringGetResult.html | 10 + doc/search/Tcl_DStringInit.html | 10 + doc/search/Tcl_DStringResult.html | 10 + doc/search/Tcl_DStringSetLength.html | 10 + doc/search/Tcl_DStringStartSublist.html | 10 + doc/search/Tcl_DbCkalloc.html | 10 + doc/search/Tcl_DbCkfree.html | 10 + doc/search/Tcl_DbCkrealloc.html | 10 + doc/search/Tcl_DbDecrRefCount.html | 10 + doc/search/Tcl_DbIncrRefCount.html | 10 + doc/search/Tcl_DbIsShared.html | 10 + doc/search/Tcl_DbNewBooleanObj.html | 10 + doc/search/Tcl_DbNewByteArrayObj.html | 10 + doc/search/Tcl_DbNewDoubleObj.html | 10 + doc/search/Tcl_DbNewListObj.html | 10 + doc/search/Tcl_DbNewLongObj.html | 10 + doc/search/Tcl_DbNewObj.html | 10 + doc/search/Tcl_DbNewStringObj.html | 10 + doc/search/Tcl_DeleteAssocData.html | 10 + doc/search/Tcl_DeleteChannelHandler.html | 10 + doc/search/Tcl_DeleteCloseHandler.html | 10 + doc/search/Tcl_DeleteCommand.html | 10 + doc/search/Tcl_DeleteCommandFromToken.html | 10 + doc/search/Tcl_DeleteEventSource.html | 10 + doc/search/Tcl_DeleteEvents.html | 10 + doc/search/Tcl_DeleteExitHandler.html | 10 + doc/search/Tcl_DeleteFileHandler.html | 10 + doc/search/Tcl_DeleteHashEntry.html | 10 + doc/search/Tcl_DeleteHashTable.html | 10 + doc/search/Tcl_DeleteInterp.html | 10 + doc/search/Tcl_DeleteNamespace.html | 10 + doc/search/Tcl_DeleteThreadExitHandler.html | 10 + doc/search/Tcl_DeleteTimerHandler.html | 10 + doc/search/Tcl_DeleteTrace.html | 10 + doc/search/Tcl_DetachPids.html | 10 + doc/search/Tcl_DiscardResult.html | 10 + doc/search/Tcl_DoOneEvent.html | 10 + doc/search/Tcl_DoWhenIdle.html | 10 + doc/search/Tcl_DontCallWhenDeleted.html | 10 + doc/search/Tcl_DumpActiveMemory.html | 10 + doc/search/Tcl_DuplicateObj.html | 10 + doc/search/Tcl_EncodingObjCmd.html | 10 + doc/search/Tcl_Eof.html | 10 + doc/search/Tcl_EofObjCmd.html | 10 + doc/search/Tcl_ErrnoId.html | 10 + doc/search/Tcl_ErrnoMsg.html | 10 + doc/search/Tcl_ErrorObjCmd.html | 10 + doc/search/Tcl_Eval.html | 10 + doc/search/Tcl_EvalEx.html | 10 + doc/search/Tcl_EvalFile.html | 10 + doc/search/Tcl_EvalObj.html | 10 + doc/search/Tcl_EvalObjCmd.html | 10 + doc/search/Tcl_EvalObjEx.html | 10 + doc/search/Tcl_EvalObjv.html | 10 + doc/search/Tcl_EvalTokens.html | 10 + doc/search/Tcl_EventuallyFree.html | 10 + doc/search/Tcl_ExecObjCmd.html | 10 + doc/search/Tcl_Exit.html | 10 + doc/search/Tcl_ExitObjCmd.html | 10 + doc/search/Tcl_ExitThread.html | 10 + doc/search/Tcl_Export.html | 10 + doc/search/Tcl_ExposeCommand.html | 10 + doc/search/Tcl_ExprBoolean.html | 10 + doc/search/Tcl_ExprBooleanObj.html | 10 + doc/search/Tcl_ExprDouble.html | 10 + doc/search/Tcl_ExprDoubleObj.html | 10 + doc/search/Tcl_ExprLong.html | 10 + doc/search/Tcl_ExprLongObj.html | 10 + doc/search/Tcl_ExprObj.html | 10 + doc/search/Tcl_ExprObjCmd.html | 10 + doc/search/Tcl_ExprString.html | 10 + doc/search/Tcl_ExternalToUtf.html | 10 + doc/search/Tcl_ExternalToUtfDString.html | 10 + doc/search/Tcl_FblockedObjCmd.html | 10 + doc/search/Tcl_FconfigureObjCmd.html | 10 + doc/search/Tcl_FcopyObjCmd.html | 10 + doc/search/Tcl_FileEventObjCmd.html | 10 + doc/search/Tcl_FileObjCmd.html | 10 + doc/search/Tcl_Finalize.html | 10 + doc/search/Tcl_FinalizeNotifier.html | 10 + doc/search/Tcl_FinalizeThread.html | 10 + doc/search/Tcl_FindCommand.html | 10 + doc/search/Tcl_FindExecutable.html | 10 + doc/search/Tcl_FindNamespace.html | 10 + doc/search/Tcl_FindNamespaceVar.html | 10 + doc/search/Tcl_FirstHashEntry.html | 10 + doc/search/Tcl_Flush.html | 10 + doc/search/Tcl_FlushObjCmd.html | 10 + doc/search/Tcl_ForObjCmd.html | 10 + doc/search/Tcl_ForeachObjCmd.html | 10 + doc/search/Tcl_ForgetImport.html | 10 + doc/search/Tcl_FormatObjCmd.html | 10 + doc/search/Tcl_Free.html | 10 + doc/search/Tcl_FreeEncoding.html | 10 + doc/search/Tcl_FreeParse.html | 10 + doc/search/Tcl_FreeResult.html | 10 + doc/search/Tcl_GetAlias.html | 10 + doc/search/Tcl_GetAliasObj.html | 10 + doc/search/Tcl_GetAllocMutex.html | 10 + doc/search/Tcl_GetAssocData.html | 10 + doc/search/Tcl_GetBoolean.html | 10 + doc/search/Tcl_GetBooleanFromObj.html | 10 + doc/search/Tcl_GetByteArrayFromObj.html | 10 + doc/search/Tcl_GetChannel.html | 10 + doc/search/Tcl_GetChannelBufferSize.html | 10 + doc/search/Tcl_GetChannelHandle.html | 10 + doc/search/Tcl_GetChannelInstanceData.html | 10 + doc/search/Tcl_GetChannelMode.html | 10 + doc/search/Tcl_GetChannelName.html | 10 + doc/search/Tcl_GetChannelNames.html | 10 + doc/search/Tcl_GetChannelNamesEx.html | 10 + doc/search/Tcl_GetChannelOption.html | 10 + doc/search/Tcl_GetChannelType.html | 10 + doc/search/Tcl_GetCharLength.html | 10 + doc/search/Tcl_GetCommandFromObj.html | 10 + doc/search/Tcl_GetCommandFullName.html | 10 + doc/search/Tcl_GetCommandInfo.html | 10 + doc/search/Tcl_GetCommandName.html | 10 + doc/search/Tcl_GetCurrentNamespace.html | 10 + doc/search/Tcl_GetCurrentThread.html | 10 + doc/search/Tcl_GetCwd.html | 10 + doc/search/Tcl_GetDefaultEncodingDir.html | 10 + doc/search/Tcl_GetDouble.html | 10 + doc/search/Tcl_GetDoubleFromObj.html | 10 + doc/search/Tcl_GetEncoding.html | 10 + doc/search/Tcl_GetEncodingName.html | 10 + doc/search/Tcl_GetEncodingNames.html | 10 + doc/search/Tcl_GetErrno.html | 10 + doc/search/Tcl_GetGlobalNamespace.html | 10 + doc/search/Tcl_GetHostName.html | 10 + doc/search/Tcl_GetIndexFromObj.html | 10 + doc/search/Tcl_GetIndexFromObjStruct.html | 10 + doc/search/Tcl_GetInt.html | 10 + doc/search/Tcl_GetIntFromObj.html | 10 + doc/search/Tcl_GetInterpPath.html | 10 + doc/search/Tcl_GetInterpResolvers.html | 10 + doc/search/Tcl_GetLongFromObj.html | 10 + doc/search/Tcl_GetMaster.html | 10 + doc/search/Tcl_GetNameOfExecutable.html | 10 + doc/search/Tcl_GetNamespaceResolvers.html | 10 + doc/search/Tcl_GetObjResult.html | 10 + doc/search/Tcl_GetObjType.html | 10 + doc/search/Tcl_GetOpenFile.html | 10 + doc/search/Tcl_GetPathType.html | 10 + doc/search/Tcl_GetRange.html | 10 + doc/search/Tcl_GetRegExpFromObj.html | 10 + doc/search/Tcl_GetServiceMode.html | 10 + doc/search/Tcl_GetSlave.html | 10 + doc/search/Tcl_GetStackedChannel.html | 10 + doc/search/Tcl_GetStdChannel.html | 10 + doc/search/Tcl_GetString.html | 10 + doc/search/Tcl_GetStringFromObj.html | 10 + doc/search/Tcl_GetStringResult.html | 10 + doc/search/Tcl_GetThreadData.html | 10 + doc/search/Tcl_GetUniChar.html | 10 + doc/search/Tcl_GetUnicode.html | 10 + doc/search/Tcl_GetVar.html | 10 + doc/search/Tcl_GetVar2.html | 10 + doc/search/Tcl_GetVar2Ex.html | 10 + doc/search/Tcl_GetVariableFullName.html | 10 + doc/search/Tcl_GetVersion.html | 10 + doc/search/Tcl_Gets.html | 10 + doc/search/Tcl_GetsObj.html | 10 + doc/search/Tcl_GetsObjCmd.html | 10 + doc/search/Tcl_GlobObjCmd.html | 10 + doc/search/Tcl_GlobalEval.html | 10 + doc/search/Tcl_GlobalEvalObj.html | 10 + doc/search/Tcl_GlobalObjCmd.html | 10 + doc/search/Tcl_HashStats.html | 10 + doc/search/Tcl_HideCommand.html | 10 + doc/search/Tcl_IfObjCmd.html | 10 + doc/search/Tcl_Import.html | 10 + doc/search/Tcl_IncrObjCmd.html | 10 + doc/search/Tcl_InfoObjCmd.html | 10 + doc/search/Tcl_Init.html | 10 + doc/search/Tcl_InitHashTable.html | 10 + doc/search/Tcl_InitMemory.html | 10 + doc/search/Tcl_InitNotifier.html | 10 + doc/search/Tcl_InitStubs.html | 10 + doc/search/Tcl_InputBlocked.html | 10 + doc/search/Tcl_InputBuffered.html | 10 + doc/search/Tcl_InterpDeleted.html | 10 + doc/search/Tcl_InterpObjCmd.html | 10 + doc/search/Tcl_InvalidateStringRep.html | 10 + doc/search/Tcl_IsSafe.html | 10 + doc/search/Tcl_JoinObjCmd.html | 10 + doc/search/Tcl_JoinPath.html | 10 + doc/search/Tcl_LappendObjCmd.html | 10 + doc/search/Tcl_LindexObjCmd.html | 10 + doc/search/Tcl_LinkVar.html | 10 + doc/search/Tcl_LinsertObjCmd.html | 10 + doc/search/Tcl_ListObjAppendElement.html | 10 + doc/search/Tcl_ListObjAppendList.html | 10 + doc/search/Tcl_ListObjCmd.html | 10 + doc/search/Tcl_ListObjGetElements.html | 10 + doc/search/Tcl_ListObjIndex.html | 10 + doc/search/Tcl_ListObjLength.html | 10 + doc/search/Tcl_ListObjReplace.html | 10 + doc/search/Tcl_LlengthObjCmd.html | 10 + doc/search/Tcl_LoadObjCmd.html | 10 + doc/search/Tcl_LogCommandInfo.html | 10 + doc/search/Tcl_LrangeObjCmd.html | 10 + doc/search/Tcl_LreplaceObjCmd.html | 10 + doc/search/Tcl_LsearchObjCmd.html | 10 + doc/search/Tcl_LsortObjCmd.html | 10 + doc/search/Tcl_Main.html | 10 + doc/search/Tcl_MakeFileChannel.html | 10 + doc/search/Tcl_MakeSafe.html | 10 + doc/search/Tcl_MakeTcpClientChannel.html | 10 + doc/search/Tcl_Merge.html | 10 + doc/search/Tcl_MutexFinalize.html | 10 + doc/search/Tcl_MutexLock.html | 10 + doc/search/Tcl_MutexUnlock.html | 10 + doc/search/Tcl_NamespaceObjCmd.html | 10 + doc/search/Tcl_NewBooleanObj.html | 10 + doc/search/Tcl_NewByteArrayObj.html | 10 + doc/search/Tcl_NewDoubleObj.html | 10 + doc/search/Tcl_NewIntObj.html | 10 + doc/search/Tcl_NewListObj.html | 10 + doc/search/Tcl_NewLongObj.html | 10 + doc/search/Tcl_NewObj.html | 10 + doc/search/Tcl_NewStringObj.html | 10 + doc/search/Tcl_NewUnicodeObj.html | 10 + doc/search/Tcl_NextHashEntry.html | 10 + doc/search/Tcl_NotifyChannel.html | 10 + doc/search/Tcl_NumUtfChars.html | 10 + doc/search/Tcl_ObjGetVar2.html | 10 + doc/search/Tcl_ObjSetVar2.html | 10 + doc/search/Tcl_OpenCommandChannel.html | 10 + doc/search/Tcl_OpenFileChannel.html | 10 + doc/search/Tcl_OpenObjCmd.html | 10 + doc/search/Tcl_OpenTcpClient.html | 10 + doc/search/Tcl_OpenTcpServer.html | 10 + doc/search/Tcl_PackageObjCmd.html | 10 + doc/search/Tcl_Panic.html | 10 + doc/search/Tcl_PanicVA.html | 10 + doc/search/Tcl_ParseBraces.html | 10 + doc/search/Tcl_ParseCommand.html | 10 + doc/search/Tcl_ParseExpr.html | 10 + doc/search/Tcl_ParseQuotedString.html | 10 + doc/search/Tcl_ParseVar.html | 10 + doc/search/Tcl_ParseVarName.html | 10 + doc/search/Tcl_PidObjCmd.html | 10 + doc/search/Tcl_PkgPresent.html | 10 + doc/search/Tcl_PkgPresentEx.html | 10 + doc/search/Tcl_PkgProvide.html | 10 + doc/search/Tcl_PkgProvideEx.html | 10 + doc/search/Tcl_PkgRequire.html | 10 + doc/search/Tcl_PkgRequireEx.html | 10 + doc/search/Tcl_PopCallFrame.html | 10 + doc/search/Tcl_PosixError.html | 10 + doc/search/Tcl_Preserve.html | 10 + doc/search/Tcl_PrintDouble.html | 10 + doc/search/Tcl_ProcObjCmd.html | 10 + doc/search/Tcl_PushCallFrame.html | 10 + doc/search/Tcl_PutEnv.html | 10 + doc/search/Tcl_PutsObjCmd.html | 10 + doc/search/Tcl_PwdObjCmd.html | 10 + doc/search/Tcl_QueueEvent.html | 10 + doc/search/Tcl_Read.html | 10 + doc/search/Tcl_ReadChars.html | 10 + doc/search/Tcl_ReadObjCmd.html | 10 + doc/search/Tcl_Realloc.html | 10 + doc/search/Tcl_ReapDetachedProcs.html | 10 + doc/search/Tcl_RecordAndEval.html | 10 + doc/search/Tcl_RecordAndEvalObj.html | 10 + doc/search/Tcl_RegExpCompile.html | 10 + doc/search/Tcl_RegExpExec.html | 10 + doc/search/Tcl_RegExpExecObj.html | 10 + doc/search/Tcl_RegExpGetInfo.html | 10 + doc/search/Tcl_RegExpMatch.html | 10 + doc/search/Tcl_RegExpMatchObj.html | 10 + doc/search/Tcl_RegExpRange.html | 10 + doc/search/Tcl_RegexpObjCmd.html | 10 + doc/search/Tcl_RegisterChannel.html | 10 + doc/search/Tcl_RegisterObjType.html | 10 + doc/search/Tcl_RegsubObjCmd.html | 10 + doc/search/Tcl_Release.html | 10 + doc/search/Tcl_RemoveInterpResolvers.html | 10 + doc/search/Tcl_RenameObjCmd.html | 10 + doc/search/Tcl_ResetResult.html | 10 + doc/search/Tcl_RestoreResult.html | 10 + doc/search/Tcl_ReturnObjCmd.html | 10 + doc/search/Tcl_SaveResult.html | 10 + doc/search/Tcl_ScanCountedElement.html | 10 + doc/search/Tcl_ScanElement.html | 10 + doc/search/Tcl_ScanObjCmd.html | 10 + doc/search/Tcl_Seek.html | 10 + doc/search/Tcl_SeekObjCmd.html | 10 + doc/search/Tcl_ServiceAll.html | 10 + doc/search/Tcl_ServiceEvent.html | 10 + doc/search/Tcl_ServiceModeHook.html | 10 + doc/search/Tcl_SetAssocData.html | 10 + doc/search/Tcl_SetBooleanObj.html | 10 + doc/search/Tcl_SetByteArrayLength.html | 10 + doc/search/Tcl_SetByteArrayObj.html | 10 + doc/search/Tcl_SetChannelBufferSize.html | 10 + doc/search/Tcl_SetChannelOption.html | 10 + doc/search/Tcl_SetCommandInfo.html | 10 + doc/search/Tcl_SetDefaultEncodingDir.html | 10 + doc/search/Tcl_SetDoubleObj.html | 10 + doc/search/Tcl_SetErrno.html | 10 + doc/search/Tcl_SetErrorCode.html | 10 + doc/search/Tcl_SetErrorCodeVA.html | 10 + doc/search/Tcl_SetIntObj.html | 10 + doc/search/Tcl_SetListObj.html | 10 + doc/search/Tcl_SetLongObj.html | 10 + doc/search/Tcl_SetMaxBlockTime.html | 10 + doc/search/Tcl_SetNamespaceResolvers.html | 10 + doc/search/Tcl_SetNotifier.html | 10 + doc/search/Tcl_SetObjCmd.html | 10 + doc/search/Tcl_SetObjErrorCode.html | 10 + doc/search/Tcl_SetObjLength.html | 10 + doc/search/Tcl_SetObjResult.html | 10 + doc/search/Tcl_SetPanicProc.html | 10 + doc/search/Tcl_SetRecursionLimit.html | 10 + doc/search/Tcl_SetResult.html | 10 + doc/search/Tcl_SetServiceMode.html | 10 + doc/search/Tcl_SetStdChannel.html | 10 + doc/search/Tcl_SetStringObj.html | 10 + doc/search/Tcl_SetSystemEncoding.html | 10 + doc/search/Tcl_SetTimer.html | 10 + doc/search/Tcl_SetUnicodeObj.html | 10 + doc/search/Tcl_SetVar.html | 10 + doc/search/Tcl_SetVar2.html | 10 + doc/search/Tcl_SetVar2Ex.html | 10 + doc/search/Tcl_SignalId.html | 10 + doc/search/Tcl_SignalMsg.html | 10 + doc/search/Tcl_Sleep.html | 10 + doc/search/Tcl_SocketObjCmd.html | 10 + doc/search/Tcl_SourceObjCmd.html | 10 + doc/search/Tcl_SourceRCFile.html | 10 + doc/search/Tcl_SplitList.html | 10 + doc/search/Tcl_SplitObjCmd.html | 10 + doc/search/Tcl_SplitPath.html | 10 + doc/search/Tcl_StackChannel.html | 10 + doc/search/Tcl_Stat.html | 10 + doc/search/Tcl_StaticPackage.html | 10 + doc/search/Tcl_StringCaseMatch.html | 10 + doc/search/Tcl_StringMatch.html | 10 + doc/search/Tcl_StringObjCmd.html | 10 + doc/search/Tcl_SubstObjCmd.html | 10 + doc/search/Tcl_SwitchObjCmd.html | 10 + doc/search/Tcl_Tell.html | 10 + doc/search/Tcl_TellObjCmd.html | 10 + doc/search/Tcl_ThreadAlert.html | 10 + doc/search/Tcl_ThreadQueueEvent.html | 10 + doc/search/Tcl_TimeObjCmd.html | 10 + doc/search/Tcl_TraceObjCmd.html | 10 + doc/search/Tcl_TraceVar.html | 10 + doc/search/Tcl_TraceVar2.html | 10 + doc/search/Tcl_TranslateFileName.html | 10 + doc/search/Tcl_Ungets.html | 10 + doc/search/Tcl_UniCharAtIndex.html | 10 + doc/search/Tcl_UniCharIsAlnum.html | 10 + doc/search/Tcl_UniCharIsAlpha.html | 10 + doc/search/Tcl_UniCharIsControl.html | 10 + doc/search/Tcl_UniCharIsDigit.html | 10 + doc/search/Tcl_UniCharIsGraph.html | 10 + doc/search/Tcl_UniCharIsLower.html | 10 + doc/search/Tcl_UniCharIsPrint.html | 10 + doc/search/Tcl_UniCharIsPunct.html | 10 + doc/search/Tcl_UniCharIsSpace.html | 10 + doc/search/Tcl_UniCharIsUpper.html | 10 + doc/search/Tcl_UniCharIsWordChar.html | 10 + doc/search/Tcl_UniCharLen.html | 10 + doc/search/Tcl_UniCharNcmp.html | 10 + doc/search/Tcl_UniCharToLower.html | 10 + doc/search/Tcl_UniCharToTitle.html | 10 + doc/search/Tcl_UniCharToUpper.html | 10 + doc/search/Tcl_UniCharToUtf.html | 10 + doc/search/Tcl_UniCharToUtfDString.html | 10 + doc/search/Tcl_UnlinkVar.html | 10 + doc/search/Tcl_UnregisterChannel.html | 10 + doc/search/Tcl_UnsetObjCmd.html | 10 + doc/search/Tcl_UnsetVar.html | 10 + doc/search/Tcl_UnsetVar2.html | 10 + doc/search/Tcl_UnstackChannel.html | 10 + doc/search/Tcl_UntraceVar.html | 10 + doc/search/Tcl_UntraceVar2.html | 10 + doc/search/Tcl_UpVar.html | 10 + doc/search/Tcl_UpVar2.html | 10 + doc/search/Tcl_UpdateLinkedVar.html | 10 + doc/search/Tcl_UpdateObjCmd.html | 10 + doc/search/Tcl_UplevelObjCmd.html | 10 + doc/search/Tcl_UpvarObjCmd.html | 10 + doc/search/Tcl_UtfAtIndex.html | 10 + doc/search/Tcl_UtfBackslash.html | 10 + doc/search/Tcl_UtfCharComplete.html | 10 + doc/search/Tcl_UtfFindFirst.html | 10 + doc/search/Tcl_UtfFindLast.html | 10 + doc/search/Tcl_UtfNcasecmp.html | 10 + doc/search/Tcl_UtfNcmp.html | 10 + doc/search/Tcl_UtfNext.html | 10 + doc/search/Tcl_UtfPrev.html | 10 + doc/search/Tcl_UtfToExternal.html | 10 + doc/search/Tcl_UtfToExternalDString.html | 10 + doc/search/Tcl_UtfToLower.html | 10 + doc/search/Tcl_UtfToTitle.html | 10 + doc/search/Tcl_UtfToUniChar.html | 10 + doc/search/Tcl_UtfToUniCharDString.html | 10 + doc/search/Tcl_UtfToUpper.html | 10 + doc/search/Tcl_ValidateAllMemory.html | 10 + doc/search/Tcl_VarEval.html | 10 + doc/search/Tcl_VarEvalVA.html | 10 + doc/search/Tcl_VarTraceInfo.html | 10 + doc/search/Tcl_VarTraceInfo2.html | 10 + doc/search/Tcl_VariableObjCmd.html | 10 + doc/search/Tcl_VwaitObjCmd.html | 10 + doc/search/Tcl_WaitForEvent.html | 10 + doc/search/Tcl_WaitPid.html | 10 + doc/search/Tcl_WhileObjCmd.html | 10 + doc/search/Tcl_Write.html | 10 + doc/search/Tcl_WriteChars.html | 10 + doc/search/Tcl_WriteObj.html | 10 + doc/search/Tcl_WrongNumArgs.html | 10 + doc/search/TclpAccess.html | 10 + doc/search/TclpAlloc.html | 10 + doc/search/TclpChdir.html | 10 + doc/search/TclpCheckStackSpace.html | 10 + doc/search/TclpCloseFile.html | 10 + doc/search/TclpCopyDirectory.html | 10 + doc/search/TclpCopyFile.html | 10 + doc/search/TclpCreateCommandChannel.html | 10 + doc/search/TclpCreateDirectory.html | 10 + doc/search/TclpCreatePipe.html | 10 + doc/search/TclpCreateProcess.html | 10 + doc/search/TclpCreateTempFile.html | 10 + doc/search/TclpDeleteFile.html | 10 + doc/search/TclpFindExecutable.html | 10 + doc/search/TclpFindVariable.html | 10 + doc/search/TclpFree.html | 10 + doc/search/TclpGetClicks.html | 10 + doc/search/TclpGetCwd.html | 10 + doc/search/TclpGetDate.html | 10 + doc/search/TclpGetDefaultStdChannel.html | 10 + doc/search/TclpGetSeconds.html | 10 + doc/search/TclpGetTime.html | 10 + doc/search/TclpGetTimeZone.html | 10 + doc/search/TclpGetUserHome.html | 10 + doc/search/TclpHasSockets.html | 10 + doc/search/TclpInitLibraryPath.html | 10 + doc/search/TclpInitLock.html | 10 + doc/search/TclpInitPlatform.html | 10 + doc/search/TclpInitUnlock.html | 10 + doc/search/TclpListVolumes.html | 10 + doc/search/TclpLoadFile.html | 10 + doc/search/TclpLstat.html | 10 + doc/search/TclpMakeFile.html | 10 + doc/search/TclpMasterLock.html | 10 + doc/search/TclpMasterUnlock.html | 10 + doc/search/TclpMatchFiles.html | 10 + doc/search/TclpMatchFilesTypes.html | 10 + doc/search/TclpOpenFile.html | 10 + doc/search/TclpOpenFileChannel.html | 10 + doc/search/TclpReadlink.html | 10 + doc/search/TclpRealloc.html | 10 + doc/search/TclpRemoveDirectory.html | 10 + doc/search/TclpRenameFile.html | 10 + doc/search/TclpSetInitialEncodings.html | 10 + doc/search/TclpSetVariables.html | 10 + doc/search/TclpStat.html | 10 + doc/search/TclpStrftime.html | 10 + doc/search/TclpUnloadFile.html | 10 + doc/search/TkActivateMenuEntry.html | 10 + doc/search/TkAllocWindow.html | 10 + doc/search/TkBTreeBytesInLine.html | 10 + doc/search/TkBTreeCharTagged.html | 10 + doc/search/TkBTreeCharsInLine.html | 10 + doc/search/TkBTreeCheck.html | 10 + doc/search/TkBTreeCreate.html | 10 + doc/search/TkBTreeDeleteChars.html | 10 + doc/search/TkBTreeDestroy.html | 10 + doc/search/TkBTreeFindLine.html | 10 + doc/search/TkBTreeGetTags.html | 10 + doc/search/TkBTreeInsertChars.html | 10 + doc/search/TkBTreeLineIndex.html | 10 + doc/search/TkBTreeLinkSegment.html | 10 + doc/search/TkBTreeNextLine.html | 10 + doc/search/TkBTreeNextTag.html | 10 + doc/search/TkBTreeNumLines.html | 10 + doc/search/TkBTreePrevTag.html | 10 + doc/search/TkBTreePreviousLine.html | 10 + doc/search/TkBTreeStartSearch.html | 10 + doc/search/TkBTreeStartSearchBack.html | 10 + doc/search/TkBTreeTag.html | 10 + doc/search/TkBTreeUnlinkSegment.html | 10 + doc/search/TkBezierPoints.html | 10 + doc/search/TkBezierScreenPoints.html | 10 + doc/search/TkBindDeadWindow.html | 10 + doc/search/TkBindEventProc.html | 10 + doc/search/TkBindFree.html | 10 + doc/search/TkBindInit.html | 10 + doc/search/TkButtonWorldChanged.html | 10 + doc/search/TkCanvPostscriptCmd.html | 10 + doc/search/TkCanvasDashParseProc.html | 10 + doc/search/TkCanvasDashPrintProc.html | 10 + doc/search/TkChangeEventWindow.html | 10 + doc/search/TkClipInit.html | 10 + doc/search/TkComputeAnchor.html | 10 + doc/search/TkConsolePrint.html | 10 + doc/search/TkCopyAndGlobalEval.html | 10 + doc/search/TkCreateBindingProcedure.html | 10 + doc/search/TkCreateCursorFromData.html | 10 + doc/search/TkCreateFrame.html | 10 + doc/search/TkCreateMainWindow.html | 10 + doc/search/TkCreateMenuCmd.html | 10 + doc/search/TkCreateMenuReferences.html | 10 + doc/search/TkCreateXEventSource.html | 10 + doc/search/TkCurrentTime.html | 10 + doc/search/TkDeadAppCmd.html | 10 + doc/search/TkDebugBitmap.html | 10 + doc/search/TkDebugBorder.html | 10 + doc/search/TkDebugColor.html | 10 + doc/search/TkDebugConfig.html | 10 + doc/search/TkDebugCursor.html | 10 + doc/search/TkDebugFont.html | 10 + doc/search/TkDeleteAllImages.html | 10 + doc/search/TkDestroyMenu.html | 10 + doc/search/TkDoConfigureNotify.html | 10 + doc/search/TkDrawInsetFocusHighlight.html | 10 + doc/search/TkEventDeadWindow.html | 10 + doc/search/TkEventInit.html | 10 + doc/search/TkEventuallyRecomputeMenu.html | 10 + doc/search/TkEventuallyRedrawMenu.html | 10 + doc/search/TkEventuallyRedrawScale.html | 10 + doc/search/TkFillPolygon.html | 10 + doc/search/TkFindMenuReferences.html | 10 + doc/search/TkFindMenuReferencesObj.html | 10 + doc/search/TkFindStateNum.html | 10 + doc/search/TkFindStateNumObj.html | 10 + doc/search/TkFindStateString.html | 10 + doc/search/TkFocusDeadWindow.html | 10 + doc/search/TkFocusFilterEvent.html | 10 + doc/search/TkFocusKeyEvent.html | 10 + doc/search/TkFontGetAliasList.html | 10 + doc/search/TkFontGetFallbacks.html | 10 + doc/search/TkFontGetGlobalClass.html | 10 + doc/search/TkFontGetPixels.html | 10 + doc/search/TkFontGetPoints.html | 10 + doc/search/TkFontGetSymbolClass.html | 10 + doc/search/TkFontParseXLFD.html | 10 + doc/search/TkFontPkgFree.html | 10 + doc/search/TkFontPkgInit.html | 10 + doc/search/TkFreeBindingTags.html | 10 + doc/search/TkFreeMenuReferences.html | 10 + doc/search/TkFreeWindowId.html | 10 + doc/search/TkGetBitmapData.html | 10 + doc/search/TkGetBitmapPredefTable.html | 10 + doc/search/TkGetButtPoints.html | 10 + doc/search/TkGetCursorByName.html | 10 + doc/search/TkGetDefaultScreenName.html | 10 + doc/search/TkGetDisplay.html | 10 + doc/search/TkGetDisplayList.html | 10 + doc/search/TkGetDisplayOf.html | 10 + doc/search/TkGetDoublePixels.html | 10 + doc/search/TkGetFocusWin.html | 10 + doc/search/TkGetInterpNames.html | 10 + doc/search/TkGetMainInfoList.html | 10 + doc/search/TkGetMenuHashTable.html | 10 + doc/search/TkGetMenuIndex.html | 10 + doc/search/TkGetMiterPoints.html | 10 + doc/search/TkGetPointerCoords.html | 10 + doc/search/TkGetServerInfo.html | 10 + doc/search/TkGetWindowFromObj.html | 10 + doc/search/TkGrabDeadWindow.html | 10 + doc/search/TkGrabState.html | 10 + doc/search/TkInOutEvents.html | 10 + doc/search/TkIncludePoint.html | 10 + doc/search/TkInitXId.html | 10 + doc/search/TkInstallFrameMenu.html | 10 + doc/search/TkInvokeButton.html | 10 + doc/search/TkInvokeMenu.html | 10 + doc/search/TkKeysymToString.html | 10 + doc/search/TkLineToArea.html | 10 + doc/search/TkLineToPoint.html | 10 + doc/search/TkMakeBezierCurve.html | 10 + doc/search/TkMakeBezierPostscript.html | 10 + doc/search/TkMenuButtonWorldChanged.html | 10 + doc/search/TkMenuConfigureDrawOptions.html | 10 + doc/search/TkMenuConfigureEntryDrawOptions.html | 10 + doc/search/TkMenuEntryFreeDrawOptions.html | 10 + doc/search/TkMenuEventProc.html | 10 + doc/search/TkMenuFreeDrawOptions.html | 10 + doc/search/TkMenuImageProc.html | 10 + doc/search/TkMenuInit.html | 10 + doc/search/TkMenuInitializeDrawingFields.html | 10 + doc/search/TkMenuInitializeEntryDrawingFields.html | 10 + doc/search/TkMenuSelectImageProc.html | 10 + doc/search/TkNewMenuName.html | 10 + doc/search/TkOffsetParseProc.html | 10 + doc/search/TkOffsetPrintProc.html | 10 + doc/search/TkOptionClassChanged.html | 10 + doc/search/TkOptionDeadWindow.html | 10 + doc/search/TkOrientParseProc.html | 10 + doc/search/TkOrientPrintProc.html | 10 + doc/search/TkOvalToArea.html | 10 + doc/search/TkOvalToPoint.html | 10 + doc/search/TkPixelParseProc.html | 10 + doc/search/TkPixelPrintProc.html | 10 + doc/search/TkPointerEvent.html | 10 + doc/search/TkPolygonToArea.html | 10 + doc/search/TkPolygonToPoint.html | 10 + doc/search/TkPositionInTree.html | 10 + doc/search/TkPostCommand.html | 10 + doc/search/TkPostSubmenu.html | 10 + doc/search/TkPostTearoffMenu.html | 10 + doc/search/TkPostscriptImage.html | 10 + doc/search/TkQueueEventForAllChildren.html | 10 + doc/search/TkReadBitmapFile.html | 10 + doc/search/TkRecomputeMenu.html | 10 + doc/search/TkRoundToResolution.html | 10 + doc/search/TkScalePixelToValue.html | 10 + doc/search/TkScaleSetValue.html | 10 + doc/search/TkScaleValueToPixel.html | 10 + doc/search/TkScrollWindow.html | 10 + doc/search/TkScrollbarEventProc.html | 10 + doc/search/TkScrollbarEventuallyRedraw.html | 10 + doc/search/TkSelClearSelection.html | 10 + doc/search/TkSelDeadWindow.html | 10 + doc/search/TkSelDefaultSelection.html | 10 + doc/search/TkSelEventProc.html | 10 + doc/search/TkSelGetInProgress.html | 10 + doc/search/TkSelGetSelection.html | 10 + doc/search/TkSelInit.html | 10 + doc/search/TkSelPropProc.html | 10 + doc/search/TkSelSetInProgress.html | 10 + doc/search/TkSetClassProcs.html | 10 + doc/search/TkSetFocusWin.html | 10 + doc/search/TkSetWindowMenuBar.html | 10 + doc/search/TkSmoothParseProc.html | 10 + doc/search/TkSmoothPrintProc.html | 10 + doc/search/TkStateParseProc.html | 10 + doc/search/TkStatePrintProc.html | 10 + doc/search/TkStringToKeysym.html | 10 + doc/search/TkTextBindProc.html | 10 + doc/search/TkTextChanged.html | 10 + doc/search/TkTextCharBbox.html | 10 + doc/search/TkTextCharLayoutProc.html | 10 + doc/search/TkTextCreateDInfo.html | 10 + doc/search/TkTextCreateTag.html | 10 + doc/search/TkTextDLineInfo.html | 10 + doc/search/TkTextEventuallyRepick.html | 10 + doc/search/TkTextFreeDInfo.html | 10 + doc/search/TkTextFreeTag.html | 10 + doc/search/TkTextGetIndex.html | 10 + doc/search/TkTextGetTabs.html | 10 + doc/search/TkTextImageCmd.html | 10 + doc/search/TkTextImageIndex.html | 10 + doc/search/TkTextIndexBackBytes.html | 10 + doc/search/TkTextIndexBackChars.html | 10 + doc/search/TkTextIndexCmp.html | 10 + doc/search/TkTextIndexForwBytes.html | 10 + doc/search/TkTextIndexForwChars.html | 10 + doc/search/TkTextIndexToSeg.html | 10 + doc/search/TkTextInsertDisplayProc.html | 10 + doc/search/TkTextIsElided.html | 10 + doc/search/TkTextLostSelection.html | 10 + doc/search/TkTextMakeByteIndex.html | 10 + doc/search/TkTextMakeCharIndex.html | 10 + doc/search/TkTextMarkCmd.html | 10 + doc/search/TkTextMarkNameToIndex.html | 10 + doc/search/TkTextMarkSegToIndex.html | 10 + doc/search/TkTextPickCurrent.html | 10 + doc/search/TkTextPixelIndex.html | 10 + doc/search/TkTextPrintIndex.html | 10 + doc/search/TkTextRedrawRegion.html | 10 + doc/search/TkTextRedrawTag.html | 10 + doc/search/TkTextRelayoutWindow.html | 10 + doc/search/TkTextScanCmd.html | 10 + doc/search/TkTextSeeCmd.html | 10 + doc/search/TkTextSegToOffset.html | 10 + doc/search/TkTextSetMark.html | 10 + doc/search/TkTextSetYView.html | 10 + doc/search/TkTextTagCmd.html | 10 + doc/search/TkTextWindowCmd.html | 10 + doc/search/TkTextWindowIndex.html | 10 + doc/search/TkTextXviewCmd.html | 10 + doc/search/TkTextYviewCmd.html | 10 + doc/search/TkThickPolyLineToArea.html | 10 + doc/search/TkUnixContainerId.html | 10 + doc/search/TkUnixDoOneXEvent.html | 10 + doc/search/TkUnixSetMenubar.html | 10 + doc/search/TkWmAddToColormapWindows.html | 10 + doc/search/TkWmDeadWindow.html | 10 + doc/search/TkWmFocusToplevel.html | 10 + doc/search/TkWmMapWindow.html | 10 + doc/search/TkWmNewWindow.html | 10 + doc/search/TkWmProtocolEventProc.html | 10 + doc/search/TkWmRemoveFromColormapWindows.html | 10 + doc/search/TkWmRestackToplevel.html | 10 + doc/search/TkWmSetClass.html | 10 + doc/search/TkWmUnmapWindow.html | 10 + doc/search/Tk_3DBorderColor.html | 10 + doc/search/Tk_3DBorderGC.html | 10 + doc/search/Tk_3DHorizontalBevel.html | 10 + doc/search/Tk_3DVerticalBevel.html | 10 + doc/search/Tk_AddOption.html | 10 + doc/search/Tk_Alloc3DBorderFromObj.html | 10 + doc/search/Tk_AllocBitmapFromObj.html | 10 + doc/search/Tk_AllocColorFromObj.html | 10 + doc/search/Tk_AllocCursorFromObj.html | 10 + doc/search/Tk_AllocFontFromObj.html | 10 + doc/search/Tk_BellObjCmd.html | 10 + doc/search/Tk_BindCmd.html | 10 + doc/search/Tk_BindEvent.html | 10 + doc/search/Tk_BindtagsCmd.html | 10 + doc/search/Tk_ButtonObjCmd.html | 10 + doc/search/Tk_CanvasDrawableCoords.html | 10 + doc/search/Tk_CanvasEventuallyRedraw.html | 10 + doc/search/Tk_CanvasGetCoord.html | 10 + doc/search/Tk_CanvasGetCoordFromObj.html | 10 + doc/search/Tk_CanvasGetTextInfo.html | 10 + doc/search/Tk_CanvasObjCmd.html | 10 + doc/search/Tk_CanvasPsBitmap.html | 10 + doc/search/Tk_CanvasPsColor.html | 10 + doc/search/Tk_CanvasPsFont.html | 10 + doc/search/Tk_CanvasPsOutline.html | 10 + doc/search/Tk_CanvasPsPath.html | 10 + doc/search/Tk_CanvasPsStipple.html | 10 + doc/search/Tk_CanvasPsY.html | 10 + doc/search/Tk_CanvasSetOffset.html | 10 + doc/search/Tk_CanvasSetStippleOrigin.html | 10 + doc/search/Tk_CanvasTagsParseProc.html | 10 + doc/search/Tk_CanvasTagsPrintProc.html | 10 + doc/search/Tk_CanvasTkwin.html | 10 + doc/search/Tk_CanvasWindowCoords.html | 10 + doc/search/Tk_ChangeOutlineGC.html | 10 + doc/search/Tk_ChangeWindowAttributes.html | 10 + doc/search/Tk_CharBbox.html | 10 + doc/search/Tk_CheckbuttonObjCmd.html | 10 + doc/search/Tk_ClearSelection.html | 10 + doc/search/Tk_ClipboardAppend.html | 10 + doc/search/Tk_ClipboardClear.html | 10 + doc/search/Tk_ClipboardCmd.html | 10 + doc/search/Tk_ComputeTextLayout.html | 10 + doc/search/Tk_ConfigOutlineGC.html | 10 + doc/search/Tk_ConfigureInfo.html | 10 + doc/search/Tk_ConfigureValue.html | 10 + doc/search/Tk_ConfigureWidget.html | 10 + doc/search/Tk_ConfigureWindow.html | 10 + doc/search/Tk_CoordsToWindow.html | 10 + doc/search/Tk_CreateBinding.html | 10 + doc/search/Tk_CreateBindingTable.html | 10 + doc/search/Tk_CreateConsoleWindow.html | 10 + doc/search/Tk_CreateErrorHandler.html | 10 + doc/search/Tk_CreateEventHandler.html | 10 + doc/search/Tk_CreateGenericHandler.html | 10 + doc/search/Tk_CreateImageType.html | 10 + doc/search/Tk_CreateItemType.html | 10 + doc/search/Tk_CreateOldImageType.html | 10 + doc/search/Tk_CreateOldPhotoImageFormat.html | 10 + doc/search/Tk_CreateOptionTable.html | 10 + doc/search/Tk_CreateOutline.html | 10 + doc/search/Tk_CreatePhotoImageFormat.html | 10 + doc/search/Tk_CreatePhotoOption.html | 10 + doc/search/Tk_CreateSelHandler.html | 10 + doc/search/Tk_CreateSmoothMethod.html | 10 + doc/search/Tk_CreateWindow.html | 10 + doc/search/Tk_CreateWindowFromPath.html | 10 + doc/search/Tk_DefineBitmap.html | 10 + doc/search/Tk_DefineCursor.html | 10 + doc/search/Tk_DeleteAllBindings.html | 10 + doc/search/Tk_DeleteBinding.html | 10 + doc/search/Tk_DeleteBindingTable.html | 10 + doc/search/Tk_DeleteErrorHandler.html | 10 + doc/search/Tk_DeleteEventHandler.html | 10 + doc/search/Tk_DeleteGenericHandler.html | 10 + doc/search/Tk_DeleteImage.html | 10 + doc/search/Tk_DeleteOptionTable.html | 10 + doc/search/Tk_DeleteOutline.html | 10 + doc/search/Tk_DeleteSelHandler.html | 10 + doc/search/Tk_DestroyObjCmd.html | 10 + doc/search/Tk_DestroyWindow.html | 10 + doc/search/Tk_DisplayName.html | 10 + doc/search/Tk_DistanceToTextLayout.html | 10 + doc/search/Tk_DitherPhoto.html | 10 + doc/search/Tk_Draw3DPolygon.html | 10 + doc/search/Tk_Draw3DRectangle.html | 10 + doc/search/Tk_DrawChars.html | 10 + doc/search/Tk_DrawFocusHighlight.html | 10 + doc/search/Tk_DrawTextLayout.html | 10 + doc/search/Tk_EntryObjCmd.html | 10 + doc/search/Tk_EventObjCmd.html | 10 + doc/search/Tk_Fill3DPolygon.html | 10 + doc/search/Tk_Fill3DRectangle.html | 10 + doc/search/Tk_FindPhoto.html | 10 + doc/search/Tk_FocusObjCmd.html | 10 + doc/search/Tk_FontId.html | 10 + doc/search/Tk_FontObjCmd.html | 10 + doc/search/Tk_FrameObjCmd.html | 10 + doc/search/Tk_Free3DBorder.html | 10 + doc/search/Tk_Free3DBorderFromObj.html | 10 + doc/search/Tk_FreeBitmap.html | 10 + doc/search/Tk_FreeBitmapFromObj.html | 10 + doc/search/Tk_FreeColor.html | 10 + doc/search/Tk_FreeColorFromObj.html | 10 + doc/search/Tk_FreeColormap.html | 10 + doc/search/Tk_FreeConfigOptions.html | 10 + doc/search/Tk_FreeCursor.html | 10 + doc/search/Tk_FreeCursorFromObj.html | 10 + doc/search/Tk_FreeFont.html | 10 + doc/search/Tk_FreeFontFromObj.html | 10 + doc/search/Tk_FreeGC.html | 10 + doc/search/Tk_FreeImage.html | 10 + doc/search/Tk_FreeOptions.html | 10 + doc/search/Tk_FreePixmap.html | 10 + doc/search/Tk_FreeSavedOptions.html | 10 + doc/search/Tk_FreeTextLayout.html | 10 + doc/search/Tk_FreeXId.html | 10 + doc/search/Tk_GCForColor.html | 10 + doc/search/Tk_GeometryRequest.html | 10 + doc/search/Tk_Get3DBorder.html | 10 + doc/search/Tk_Get3DBorderFromObj.html | 10 + doc/search/Tk_GetAllBindings.html | 10 + doc/search/Tk_GetAnchor.html | 10 + doc/search/Tk_GetAnchorFromObj.html | 10 + doc/search/Tk_GetAtomName.html | 10 + doc/search/Tk_GetBinding.html | 10 + doc/search/Tk_GetBitmap.html | 10 + doc/search/Tk_GetBitmapFromData.html | 10 + doc/search/Tk_GetBitmapFromObj.html | 10 + doc/search/Tk_GetCapStyle.html | 10 + doc/search/Tk_GetColor.html | 10 + doc/search/Tk_GetColorByValue.html | 10 + doc/search/Tk_GetColorFromObj.html | 10 + doc/search/Tk_GetColormap.html | 10 + doc/search/Tk_GetCursor.html | 10 + doc/search/Tk_GetCursorFromData.html | 10 + doc/search/Tk_GetCursorFromObj.html | 10 + doc/search/Tk_GetDash.html | 10 + doc/search/Tk_GetFont.html | 10 + doc/search/Tk_GetFontFromObj.html | 10 + doc/search/Tk_GetFontMetrics.html | 10 + doc/search/Tk_GetGC.html | 10 + doc/search/Tk_GetImage.html | 10 + doc/search/Tk_GetImageMasterData.html | 10 + doc/search/Tk_GetItemTypes.html | 10 + doc/search/Tk_GetJoinStyle.html | 10 + doc/search/Tk_GetJustify.html | 10 + doc/search/Tk_GetJustifyFromObj.html | 10 + doc/search/Tk_GetMMFromObj.html | 10 + doc/search/Tk_GetNumMainWindows.html | 10 + doc/search/Tk_GetOption.html | 10 + doc/search/Tk_GetOptionInfo.html | 10 + doc/search/Tk_GetOptionValue.html | 10 + doc/search/Tk_GetPixels.html | 10 + doc/search/Tk_GetPixelsFromObj.html | 10 + doc/search/Tk_GetPixmap.html | 10 + doc/search/Tk_GetRelief.html | 10 + doc/search/Tk_GetReliefFromObj.html | 10 + doc/search/Tk_GetRootCoords.html | 10 + doc/search/Tk_GetScreenMM.html | 10 + doc/search/Tk_GetScrollInfo.html | 10 + doc/search/Tk_GetScrollInfoObj.html | 10 + doc/search/Tk_GetSelection.html | 10 + doc/search/Tk_GetUid.html | 10 + doc/search/Tk_GetVRootGeometry.html | 10 + doc/search/Tk_GetVisual.html | 10 + doc/search/Tk_Grab.html | 10 + doc/search/Tk_GrabCmd.html | 10 + doc/search/Tk_GridCmd.html | 10 + doc/search/Tk_HandleEvent.html | 10 + doc/search/Tk_IdToWindow.html | 10 + doc/search/Tk_ImageChanged.html | 10 + doc/search/Tk_ImageObjCmd.html | 10 + doc/search/Tk_Init.html | 10 + doc/search/Tk_InitConsoleChannels.html | 10 + doc/search/Tk_InitOptions.html | 10 + doc/search/Tk_InitStubs.html | 10 + doc/search/Tk_InternAtom.html | 10 + doc/search/Tk_IntersectTextLayout.html | 10 + doc/search/Tk_LabelObjCmd.html | 10 + doc/search/Tk_ListboxObjCmd.html | 10 + doc/search/Tk_LowerObjCmd.html | 10 + doc/search/Tk_MainEx.html | 10 + doc/search/Tk_MainLoop.html | 10 + doc/search/Tk_MainWindow.html | 10 + doc/search/Tk_MaintainGeometry.html | 10 + doc/search/Tk_MakeWindowExist.html | 10 + doc/search/Tk_ManageGeometry.html | 10 + doc/search/Tk_MapWindow.html | 10 + doc/search/Tk_MeasureChars.html | 10 + doc/search/Tk_MenubuttonObjCmd.html | 10 + doc/search/Tk_MessageCmd.html | 10 + doc/search/Tk_MoveResizeWindow.html | 10 + doc/search/Tk_MoveToplevelWindow.html | 10 + doc/search/Tk_MoveWindow.html | 10 + doc/search/Tk_NameOf3DBorder.html | 10 + doc/search/Tk_NameOfAnchor.html | 10 + doc/search/Tk_NameOfBitmap.html | 10 + doc/search/Tk_NameOfCapStyle.html | 10 + doc/search/Tk_NameOfColor.html | 10 + doc/search/Tk_NameOfCursor.html | 10 + doc/search/Tk_NameOfFont.html | 10 + doc/search/Tk_NameOfImage.html | 10 + doc/search/Tk_NameOfJoinStyle.html | 10 + doc/search/Tk_NameOfJustify.html | 10 + doc/search/Tk_NameOfRelief.html | 10 + doc/search/Tk_NameToWindow.html | 10 + doc/search/Tk_OptionObjCmd.html | 10 + doc/search/Tk_OwnSelection.html | 10 + doc/search/Tk_PackCmd.html | 10 + doc/search/Tk_ParseArgv.html | 10 + doc/search/Tk_PhotoBlank.html | 10 + doc/search/Tk_PhotoExpand.html | 10 + doc/search/Tk_PhotoGetImage.html | 10 + doc/search/Tk_PhotoGetSize.html | 10 + doc/search/Tk_PhotoPutBlock.html | 10 + doc/search/Tk_PhotoPutZoomedBlock.html | 10 + doc/search/Tk_PhotoSetSize.html | 10 + doc/search/Tk_PlaceCmd.html | 10 + doc/search/Tk_PointToChar.html | 10 + doc/search/Tk_PostscriptBitmap.html | 10 + doc/search/Tk_PostscriptColor.html | 10 + doc/search/Tk_PostscriptFont.html | 10 + doc/search/Tk_PostscriptFontName.html | 10 + doc/search/Tk_PostscriptImage.html | 10 + doc/search/Tk_PostscriptPath.html | 10 + doc/search/Tk_PostscriptPhoto.html | 10 + doc/search/Tk_PostscriptStipple.html | 10 + doc/search/Tk_PostscriptY.html | 10 + doc/search/Tk_PreserveColormap.html | 10 + doc/search/Tk_QueueWindowEvent.html | 10 + doc/search/Tk_RadiobuttonObjCmd.html | 10 + doc/search/Tk_RaiseObjCmd.html | 10 + doc/search/Tk_RedrawImage.html | 10 + doc/search/Tk_ResetOutlineGC.html | 10 + doc/search/Tk_ResizeWindow.html | 10 + doc/search/Tk_RestackWindow.html | 10 + doc/search/Tk_RestoreSavedOptions.html | 10 + doc/search/Tk_RestrictEvents.html | 10 + doc/search/Tk_SafeInit.html | 10 + doc/search/Tk_ScaleObjCmd.html | 10 + doc/search/Tk_ScrollbarCmd.html | 10 + doc/search/Tk_SelectionCmd.html | 10 + doc/search/Tk_SendCmd.html | 10 + doc/search/Tk_SetAppName.html | 10 + doc/search/Tk_SetBackgroundFromBorder.html | 10 + doc/search/Tk_SetClass.html | 10 + doc/search/Tk_SetGrid.html | 10 + doc/search/Tk_SetInternalBorder.html | 10 + doc/search/Tk_SetOptions.html | 10 + doc/search/Tk_SetTSOrigin.html | 10 + doc/search/Tk_SetWindowBackground.html | 10 + doc/search/Tk_SetWindowBackgroundPixmap.html | 10 + doc/search/Tk_SetWindowBorder.html | 10 + doc/search/Tk_SetWindowBorderPixmap.html | 10 + doc/search/Tk_SetWindowBorderWidth.html | 10 + doc/search/Tk_SetWindowColormap.html | 10 + doc/search/Tk_SetWindowVisual.html | 10 + doc/search/Tk_SizeOfBitmap.html | 10 + doc/search/Tk_SizeOfImage.html | 10 + doc/search/Tk_StrictMotif.html | 10 + doc/search/Tk_TextCmd.html | 10 + doc/search/Tk_TextLayoutToPostscript.html | 10 + doc/search/Tk_TextWidth.html | 10 + doc/search/Tk_TkObjCmd.html | 10 + doc/search/Tk_TkwaitCmd.html | 10 + doc/search/Tk_ToplevelObjCmd.html | 10 + doc/search/Tk_UndefineCursor.html | 10 + doc/search/Tk_UnderlineChars.html | 10 + doc/search/Tk_UnderlineTextLayout.html | 10 + doc/search/Tk_Ungrab.html | 10 + doc/search/Tk_UnmaintainGeometry.html | 10 + doc/search/Tk_UnmapWindow.html | 10 + doc/search/Tk_UnsetGrid.html | 10 + doc/search/Tk_UpdateObjCmd.html | 10 + doc/search/Tk_UpdatePointer.html | 10 + doc/search/Tk_WinfoObjCmd.html | 10 + doc/search/Tk_WmCmd.html | 10 + doc/search/TkpChangeFocus.html | 10 + doc/search/TkpClaimFocus.html | 10 + doc/search/TkpCloseDisplay.html | 10 + doc/search/TkpCmapStressed.html | 10 + doc/search/TkpComputeButtonGeometry.html | 10 + doc/search/TkpComputeMenuButtonGeometry.html | 10 + doc/search/TkpComputeMenubarGeometry.html | 10 + doc/search/TkpComputeScrollbarGeometry.html | 10 + doc/search/TkpComputeStandardMenuGeometry.html | 10 + doc/search/TkpConfigureMenuEntry.html | 10 + doc/search/TkpConfigureScrollbar.html | 10 + doc/search/TkpCreateButton.html | 10 + doc/search/TkpCreateMenuButton.html | 10 + doc/search/TkpCreateScale.html | 10 + doc/search/TkpCreateScrollbar.html | 10 + doc/search/TkpDeleteFont.html | 10 + doc/search/TkpDestroyMenu.html | 10 + doc/search/TkpDestroyMenuButton.html | 10 + doc/search/TkpDestroyMenuEntry.html | 10 + doc/search/TkpDestroyScale.html | 10 + doc/search/TkpDestroyScrollbar.html | 10 + doc/search/TkpDisplayButton.html | 10 + doc/search/TkpDisplayMenuButton.html | 10 + doc/search/TkpDisplayScale.html | 10 + doc/search/TkpDisplayScrollbar.html | 10 + doc/search/TkpDisplayWarning.html | 10 + doc/search/TkpDrawHighlightBorder.html | 10 + doc/search/TkpDrawMenuEntry.html | 10 + doc/search/TkpFontPkgInit.html | 10 + doc/search/TkpFreeBorder.html | 10 + doc/search/TkpFreeColor.html | 10 + doc/search/TkpFreeCursor.html | 10 + doc/search/TkpGetAppName.html | 10 + doc/search/TkpGetBorder.html | 10 + doc/search/TkpGetColor.html | 10 + doc/search/TkpGetColorByValue.html | 10 + doc/search/TkpGetFontFamilies.html | 10 + doc/search/TkpGetFontFromAttributes.html | 10 + doc/search/TkpGetKeySym.html | 10 + doc/search/TkpGetNativeFont.html | 10 + doc/search/TkpGetOtherWindow.html | 10 + doc/search/TkpGetShadows.html | 10 + doc/search/TkpGetString.html | 10 + doc/search/TkpGetSubFonts.html | 10 + doc/search/TkpGetSystemDefault.html | 10 + doc/search/TkpGetWrapperWindow.html | 10 + doc/search/TkpInit.html | 10 + doc/search/TkpInitKeymapInfo.html | 10 + doc/search/TkpInitializeMenuBindings.html | 10 + doc/search/TkpMakeContainer.html | 10 + doc/search/TkpMakeMenuWindow.html | 10 + doc/search/TkpMakeWindow.html | 10 + doc/search/TkpMenuInit.html | 10 + doc/search/TkpMenuNewEntry.html | 10 + doc/search/TkpMenuNotifyToplevelCreate.html | 10 + doc/search/TkpMenuThreadInit.html | 10 + doc/search/TkpNewMenu.html | 10 + doc/search/TkpOpenDisplay.html | 10 + doc/search/TkpPostMenu.html | 10 + doc/search/TkpRedirectKeyEvent.html | 10 + doc/search/TkpScaleElement.html | 10 + doc/search/TkpScrollbarPosition.html | 10 + doc/search/TkpSetKeycodeAndState.html | 10 + doc/search/TkpSetMainMenubar.html | 10 + doc/search/TkpSetWindowMenuBar.html | 10 + doc/search/TkpSync.html | 10 + doc/search/TkpTestembedCmd.html | 10 + doc/search/TkpUseWindow.html | 10 + doc/search/TkpWindowWasRecentlyDeleted.html | 10 + doc/search/ULONG.html | 9 + doc/search/USAGEPRINT1proto.html | 7 + doc/search/USAGEPRINT2proto.html | 7 + doc/search/UTINY.html | 9 + doc/search/UWORD.html | 9 + doc/search/WORD.html | 9 + doc/search/XYZCOORD(x,y,z,nx,ny,nz)proto.html | 7 + "doc/search/\\n}lmrcImageBinalizationInfo.html" | 14 + "doc/search/\\n}pdbSecondaryStructureNo.html" | 21 + "doc/search/\\n}pdbSecondaryStructureSheet.html" | 32 + "doc/search/\\n}pdbSecondaryStructureTurn.html" | 21 + doc/search/__17vtkmrcImageReader.html | 6 + doc/search/__deregister_frame.html | 32 + doc/search/__deregister_frame_info.html | 32 + doc/search/__frame_state_for.html | 32 + doc/search/__getStringData-call.html.html | 4 + doc/search/__getStringData.html | 250 + doc/search/__getStringDataproto.html | 7 + doc/search/__inWordOrNot.html | 257 + doc/search/__inWordOrNotproto.html | 0 doc/search/__lllDataAxisSearch0.html | 8 + doc/search/__lllDataAxisSearch0proto.html | 0 doc/search/__lllDataAxisSearch1.html | 8 + doc/search/__lllDataAxisSearch1proto.html | 0 doc/search/__lllDataAxisSearch21.html | 6 + doc/search/__lllDataAxisSearch21proto.html | 0 doc/search/__lllDataAxisSearchCheck0.html | 8 + doc/search/__lllDataAxisSearchCheck0proto.html | 0 doc/search/__lllDataAxisSearchQ2Value0.html | 8 + doc/search/__lllDataAxisSearchQ2Value0proto.html | 0 doc/search/__lllDataAxisSearchQValue0.html | 8 + doc/search/__lllDataAxisSearchQValue0proto.html | 0 doc/search/__lllDataAxisSearchQValue2.html | 6 + doc/search/__lllDataAxisSearchQValue2proto.html | 0 doc/search/__lllDataAxisSearchdQValue2.html | 6 + doc/search/__lllDataAxisSearchdQValue2proto.html | 0 doc/search/__lllDataFit0.html | 9 + doc/search/__lllDataFit0proto.html | 0 doc/search/__lllDataFit1.html | 9 + doc/search/__lllDataFit1proto.html | 0 doc/search/__lllDataFit20.html | 6 + doc/search/__lllDataFit20proto.html | 0 doc/search/__lllDataFitCheck0.html | 9 + doc/search/__lllDataFitCheck0proto.html | 0 doc/search/__lllDataFitPValue0.html | 9 + doc/search/__lllDataFitPValue0proto.html | 0 doc/search/__lllDataFitPValue2.html | 6 + doc/search/__lllDataFitPValue2proto.html | 0 .../__lllDataFitPValueMergedLL0-call.html.html | 4 + doc/search/__lllDataFitPValueMergedLL0.html | 11 + doc/search/__lllDataFitPValueMergedLL0proto.html | 0 doc/search/__lllDataFitQValue0.html | 9 + doc/search/__lllDataFitQValue0proto.html | 0 doc/search/__lllDataFitQValue2.html | 6 + doc/search/__lllDataFitQValue2proto.html | 0 .../__lllDataFitQValueMergedLL0-call.html.html | 4 + doc/search/__lllDataFitQValueMergedLL0.html | 11 + doc/search/__lllDataFitQValueMergedLL0proto.html | 0 doc/search/__lllDataFitRValue0.html | 9 + doc/search/__lllDataFitRValue0proto.html | 0 doc/search/__lllDataFitRValue2.html | 6 + doc/search/__lllDataFitRValue2proto.html | 0 .../__lllDataFitRValueMergedLL0-call.html.html | 4 + doc/search/__lllDataFitRValueMergedLL0.html | 11 + doc/search/__lllDataFitRValueMergedLL0proto.html | 0 doc/search/__lllDataFitdPValue2.html | 6 + doc/search/__lllDataFitdPValue2proto.html | 0 doc/search/__lllDataFitdQValue2.html | 6 + doc/search/__lllDataFitdQValue2proto.html | 0 doc/search/__lllDataFitdRValue2.html | 6 + doc/search/__lllDataFitdRValue2proto.html | 0 doc/search/__lmrcImageAutoFilamentExtractAll.html | 6 + .../__lmrcImageAutoFilamentExtractFFTInfoAll.html | 6 + ...mrcImageAutoFilamentExtractFFTInfoMeridian.html | 6 + .../__lmrcImageAutoFilamentExtractHeader.html | 6 + .../__lmrcImageAutoFilamentExtractMeridian.html | 6 + ...mrcImageAutoFilamentExtractParameterFromIn.html | 6 + ...cImageAutoFilamentExtractParameterFromOutE.html | 6 + doc/search/__lmrcImageAutoFilamentExtractROI.html | 6 + .../__lmrcImageAutoFilamentExtractUnbent.html | 6 + .../__lmrcImageAutoFilamentFinalExtract.html | 6 + doc/search/__lmrcImageAutoFilamentFinalResult.html | 6 + .../__lmrcImageAutoFilamentROIParameter.html | 6 + doc/search/__lmrcImageCTFObservation.html | 9 + doc/search/__lmrcImageCTFObservationproto.html | 0 ...ageDensityInfoPercentageVolumeCompareFloat.html | 10 + ...nsityInfoPercentageVolumeCompareFloatproto.html | 0 .../__lmrcImageDensityNormalizationByImage0.html | 9 + ...lmrcImageDensityNormalizationByImage0proto.html | 0 ...mageDensityNormalizationByImage8-call.html.html | 4 + .../__lmrcImageDensityNormalizationByImage8.html | 11 + ...lmrcImageDensityNormalizationByImage8proto.html | 0 .../__lmrcImageDenstiyNormalizationByImage0.html | 6 + ...lmrcImageDenstiyNormalizationByImage0proto.html | 0 .../__lmrcImageDenstiyNormalizationByImage8.html | 6 + ...lmrcImageDenstiyNormalizationByImage8proto.html | 0 doc/search/__lmrcImageMovePixelUnit.html | 8 + doc/search/__lmrcImageMovePixelUnitproto.html | 0 .../__lmrcImageMultiCTFCompensationMode0.html | 8 + .../__lmrcImageMultiCTFCompensationMode0proto.html | 0 .../__lmrcImageMultiCTFCompensationMode1.html | 8 + .../__lmrcImageMultiCTFCompensationMode1proto.html | 0 doc/search/__lmrcImageNormalizingfgauss.html | 9 + doc/search/__lmrcImageNormalizingfgaussproto.html | 0 doc/search/__lmrcImagePad0.html | 11 + doc/search/__lmrcImagePad0proto.html | 7 + doc/search/__lmrcImagePad1.html | 11 + doc/search/__lmrcImagePad1proto.html | 7 + doc/search/__lmrcImagePad2.html | 11 + doc/search/__lmrcImagePad2proto.html | 7 + doc/search/__lmrcImagePad3.html | 11 + doc/search/__lmrcImagePad3proto.html | 7 + doc/search/__lmrcImagePad4.html | 11 + doc/search/__lmrcImagePad4proto.html | 7 + doc/search/__lmrcImagePad5.html | 11 + doc/search/__lmrcImagePad5proto.html | 7 + doc/search/__lmrcImagePad6.html | 11 + doc/search/__lmrcImagePad6proto.html | 7 + doc/search/__lmrcImagePad7.html | 11 + doc/search/__lmrcImagePad7proto.html | 7 + doc/search/__lmrcImagePad8.html | 11 + doc/search/__lmrcImagePad8proto.html | 7 + doc/search/__lmrcImagePad9.html | 11 + doc/search/__lmrcImagePad9proto.html | 7 + ...lmrcImageResidualDifferenceAdditionForSSDA.html | 21 + ...mageResidualDifferenceAdditionForSSDAproto.html | 7 + .../__lmrcImageSmoothingMedianFilterCompare.html | 9 + ...lmrcImageSmoothingMedianFilterCompareproto.html | 0 doc/search/__lmrcImageWindowingMode0.html | 9 + doc/search/__lmrcImageWindowingMode0proto.html | 0 doc/search/__lmrcImageWindowingMode1.html | 9 + doc/search/__lmrcImageWindowingMode1proto.html | 0 doc/search/__mrcAllocate.html | 202 + doc/search/__mrcAllocateproto.html | 0 doc/search/__psContour.html | 202 + doc/search/__psContour3D.html | 6 + doc/search/__psContour3Dproto.html | 0 doc/search/__psContourproto.html | 0 doc/search/__psFileImage1.html | 203 + doc/search/__psFileImage1proto.html | 0 doc/search/__register_frame.html | 32 + doc/search/__register_frame_info.html | 32 + doc/search/__register_frame_info_table.html | 32 + doc/search/__register_frame_table.html | 32 + doc/search/_fftAllocateMemory.html | 6 + doc/search/_fftAllocateMemoryForVECLIB.html | 6 + doc/search/_fftAllocateMemoryForVECLIBproto.html | 0 doc/search/_fftAllocateMemoryproto.html | 0 doc/search/_fftComplexDataSet.html | 6 + doc/search/_fftComplexDataSetForVECLIB.html | 6 + doc/search/_fftComplexDataSetForVECLIBproto.html | 0 doc/search/_fftComplexDataSetproto.html | 0 doc/search/_fftFreeMemory.html | 6 + doc/search/_fftFreeMemoryForVECLIB.html | 6 + doc/search/_fftFreeMemoryForVECLIBproto.html | 0 doc/search/_fftFreeMemoryproto.html | 0 doc/search/_fftImageDataSet.html | 6 + doc/search/_fftImageDataSetForVECLIB.html | 6 + doc/search/_fftImageDataSetForVECLIBproto.html | 0 doc/search/_fftImageDataSetproto.html | 0 doc/search/_fftInvComplexDataSet.html | 6 + doc/search/_fftInvComplexDataSetForVECLIB.html | 6 + .../_fftInvComplexDataSetForVECLIBproto.html | 0 doc/search/_fftInvComplexDataSetproto.html | 0 doc/search/_fftInvImageDataSet.html | 6 + doc/search/_fftInvImageDataSetForVECLIB.html | 6 + doc/search/_fftInvImageDataSetForVECLIBproto.html | 0 doc/search/_fftInvImageDataSetproto.html | 0 doc/search/_llDataFileRead0.html | 25 + doc/search/_llDataFileRead0proto.html | 0 doc/search/_llDataInfoPrintMode1.html | 8 + doc/search/_llDataInfoPrintMode1proto.html | 0 doc/search/_llDataInfoPrintMode2.html | 8 + doc/search/_llDataInfoPrintMode2proto.html | 0 doc/search/_llDataInfoPrintMode4.html | 8 + doc/search/_llDataInfoPrintMode4proto.html | 0 doc/search/_llDataInfoPrintMode8.html | 8 + doc/search/_llDataInfoPrintMode8proto.html | 0 doc/search/_lmrcImageModelCreateMode0.html | 8 + doc/search/_lmrcImageModelCreateMode0proto.html | 7 + doc/search/_lmrcImageModelCreateMode1.html | 8 + doc/search/_lmrcImageModelCreateMode1Info.html | 23 + doc/search/_lmrcImageModelCreateMode1proto.html | 7 + doc/search/_lmrcImageModelSubfilamentsCreate.html | 6 + doc/search/_mrcImageHeader.html | 31 + doc/search/_mrcImageTailer.html | 17 + doc/search/_start.html | 255 + doc/search/additionalUsage.html | 255 + doc/search/all.html | 826 + doc/search/amebsa.html | 6 + doc/search/amotsa.html | 6 + ...ngularDistributionFunctionOfSignalAndNoise.html | 8 + ...rDistributionFunctionOfSignalAndNoiseproto.html | 7 + doc/search/appendContourLine0.html | 202 + doc/search/appendContourLine0proto.html | 7 + doc/search/appendContourLine1.html | 202 + doc/search/appendContourLine1proto.html | 7 + doc/search/argCheck.html | 255 + doc/search/arrayDataGet1(a,i0)proto.html | 7 + doc/search/arrayFormatInfoPrint.html | 6 + doc/search/arrayFormatInfoPrintproto.html | 0 doc/search/arrayFree.html | 8 + doc/search/arrayFreeproto.html | 7 + doc/search/arrayInit-call.html.html | 4 + doc/search/arrayInit.html | 11 + doc/search/arrayInitproto.html | 7 + doc/search/arrayPCA.html | 8 + doc/search/arrayPCAproto.html | 7 + doc/search/arrayParaTypeInteger.html | 9 + doc/search/arrayParaTypeReal.html | 9 + doc/search/arrayReadFromFile.html | 6 + doc/search/arrayReadFromFileproto.html | 7 + doc/search/arrayWriteToFile.html | 8 + doc/search/arrayWriteToFileproto.html | 7 + doc/search/avsFile.html | 13 + doc/search/avsFileField.html | 21 + doc/search/avsFileFieldDataType.html | 15 + doc/search/avsFileFieldInit.html | 9 + doc/search/avsFileFieldInitproto.html | 7 + doc/search/avsFileFieldType.html | 13 + doc/search/avsFileFieldWrite.html | 9 + doc/search/avsFileFieldWriteproto.html | 7 + doc/search/avsFileInit.html | 9 + doc/search/avsFileInitproto.html | 7 + doc/search/avsFileParaTypeInteger.html | 9 + doc/search/avsFileParaTypeReal.html | 9 + doc/search/avsFileType.html | 12 + doc/search/avsFileUCD.html | 19 + doc/search/avsFileUCDCell.html | 15 + doc/search/avsFileUCDCellComponentInit.html | 9 + doc/search/avsFileUCDCellComponentInitproto.html | 7 + doc/search/avsFileUCDCellDataSet.html | 8 + doc/search/avsFileUCDCellDataSetproto.html | 7 + doc/search/avsFileUCDCellType.html | 18 + doc/search/avsFileUCDComponent.html | 13 + doc/search/avsFileUCDComponentData.html | 11 + doc/search/avsFileUCDGlobalInit.html | 9 + doc/search/avsFileUCDGlobalInitproto.html | 7 + doc/search/avsFileUCDInit.html | 9 + doc/search/avsFileUCDInitproto.html | 7 + doc/search/avsFileUCDLineTypeCellSet.html | 8 + doc/search/avsFileUCDLineTypeCellSetproto.html | 7 + doc/search/avsFileUCDNode.html | 15 + doc/search/avsFileUCDNodeComponentInit.html | 9 + doc/search/avsFileUCDNodeComponentInitproto.html | 7 + doc/search/avsFileUCDNodeDataSet.html | 8 + doc/search/avsFileUCDNodeDataSetproto.html | 7 + doc/search/avsFileUCDNodeSet.html | 8 + doc/search/avsFileUCDNodeSetproto.html | 7 + doc/search/avsFileUCDWrite.html | 9 + doc/search/avsFileUCDWriteproto.html | 7 + doc/search/avsFileWrite.html | 9 + doc/search/avsFileWriteproto.html | 7 + doc/search/before.html | 7 + doc/search/betacf.html | 13 + doc/search/betacfproto.html | 7 + ...agesVarianceAnalysis.o lmrcImagesVarianceMap.o | 6 + doc/search/betai-call.html.html | 4 + doc/search/betai.html | 18 + doc/search/betaiproto.html | 7 + doc/search/brent-call.html.html | 4 + doc/search/brent.html | 24 + doc/search/brentproto.html | 7 + doc/search/call.data | 245 + doc/search/compress-call.html.html | 4 + doc/search/compress.html | 8 + doc/search/compressproto.html | 0 doc/search/configFileRead.html | 11 + doc/search/configFileReadproto.html | 7 + doc/search/configFileUsage.html | 10 + doc/search/configFileUsageproto.html | 7 + doc/search/constantlist.dat | 40 + doc/search/constantnamelist.dat | 28 + doc/search/contourALine.html | 15 + doc/search/contourArgs.html | 28 + doc/search/contourFlag.html | 14 + doc/search/contourImage.html | 18 + doc/search/contourLine.html | 14 + doc/search/contourLines.html | 14 + doc/search/contourLinesSet.html | 14 + doc/search/contourParaElement.html | 14 + doc/search/contourParaTypeInteger.html | 9 + doc/search/contourParaTypeReal.html | 9 + doc/search/contourPoint.html | 13 + doc/search/convergencest.html | 6 + doc/search/covsrt-call.html.html | 4 + doc/search/covsrt.html | 12 + doc/search/covsrtproto.html | 0 doc/search/createContour-call.html.html | 4 + doc/search/createContour.html | 204 + ...ContourALine psFileContour.o psFileContour3D.o | 2 + doc/search/createContourALine-call.html.html | 4 + doc/search/createContourALine.html | 205 + doc/search/createContourALineproto.html | 0 doc/search/createContourLine.html | 202 + doc/search/createContourLineproto.html | 7 + doc/search/createContourLines.html | 202 + doc/search/createContourLinesproto.html | 7 + doc/search/createContourproto.html | 7 + .../ctfDeterminationFromPhaseComparison.html | 6 + .../ctfDeterminationFromPhaseComparisonproto.html | 7 + doc/search/ctfEnvelopFunction.html | 18 + doc/search/ctfEnvelopFunctionproto.html | 7 + doc/search/ctfFunction-call.html.html | 4 + doc/search/ctfFunction.html | 32 + doc/search/ctfFunction2D.html | 18 + doc/search/ctfFunction2Dproto.html | 7 + doc/search/ctfFunctionPVMEndproto.html | 7 + doc/search/ctfFunctionPVMServerproto.html | 7 + doc/search/ctfFunctionPVMStartproto.html | 7 + doc/search/ctfFunctionSampling.html | 18 + doc/search/ctfFunctionSamplingproto.html | 7 + doc/search/ctfFunctionproto.html | 7 + doc/search/ctfInfo.html | 64 + .../ctfInfoDeterminationFromPhaseComparison.html | 16 + doc/search/ctfInfoMTFMode.html | 15 + doc/search/ctfInfoMode.html | 16 + doc/search/ctfInfoRead-call.html.html | 4 + doc/search/ctfInfoRead.html | 12 + doc/search/ctfInfoReadproto.html | 7 + doc/search/ctfInfoRecieveByPVMproto.html | 7 + doc/search/ctfInfoSendByPVMproto.html | 7 + doc/search/ctfInfoWrite-call.html.html | 4 + doc/search/ctfInfoWrite.html | 12 + doc/search/ctfInfoWriteproto.html | 7 + doc/search/ctfInfoZeroPoint.html | 14 + doc/search/ctfMTFFunction.html | 18 + doc/search/ctfMTFFunctionproto.html | 7 + doc/search/ctfMolecularEnvelopeFunction.html | 18 + doc/search/ctfMolecularEnvelopeFunctionproto.html | 7 + .../ctfMolecularEnvelopeInElasticFunction.html | 18 + ...ctfMolecularEnvelopeInElasticFunctionproto.html | 7 + doc/search/ctfNoise2Function-call.html.html | 4 + doc/search/ctfNoise2Function.html | 20 + doc/search/ctfNoise2Functionproto.html | 7 + doc/search/ctfNoise2PowerFunction-call.html.html | 4 + doc/search/ctfNoise2PowerFunction.html | 20 + doc/search/ctfNoise2PowerFunctionproto.html | 7 + doc/search/ctfNoiseFunction-call.html.html | 4 + doc/search/ctfNoiseFunction.html | 20 + doc/search/ctfNoiseFunctionproto.html | 7 + doc/search/ctfNoisePowerFunction-call.html.html | 4 + doc/search/ctfNoisePowerFunction.html | 20 + doc/search/ctfNoisePowerFunctionproto.html | 7 + doc/search/ctfScatteringFunction-call.html.html | 4 + doc/search/ctfScatteringFunction.html | 20 + doc/search/ctfScatteringFunctionproto.html | 7 + doc/search/ctfSignalFunction-call.html.html | 4 + doc/search/ctfSignalFunction.html | 20 + doc/search/ctfSignalFunctionproto.html | 7 + doc/search/ctfSignalPowerFunction-call.html.html | 4 + doc/search/ctfSignalPowerFunction.html | 20 + doc/search/ctfSignalPowerFunctionproto.html | 7 + doc/search/ctfVibrationFunction.html | 18 + doc/search/ctfVibrationFunctionproto.html | 7 + doc/search/ctfWeightForCorrection-call.html.html | 4 + doc/search/ctfWeightForCorrection.html | 12 + doc/search/ctfWeightForCorrectionproto.html | 7 + doc/search/ctfZeroPoint-call.html.html | 4 + doc/search/ctfZeroPoint.html | 12 + doc/search/ctfZeroPointproto.html | 7 + doc/search/daub4.html | 6 + doc/search/daub4proto.html | 7 + doc/search/decoder.html | 6 + doc/search/decoderproto.html | 0 doc/search/defocusDeterminationFromThonRing.html | 6 + .../defocusDeterminationFromThonRingproto.html | 7 + doc/search/dim.html | 7 + doc/search/doubleVector.html | 12 + doc/search/doubleVectorAdd.html | 28 + doc/search/doubleVectorAddproto.html | 7 + doc/search/doubleVectorFree.html | 28 + doc/search/doubleVectorFreeproto.html | 7 + doc/search/doubleVectorInit-call.html.html | 4 + doc/search/doubleVectorInit.html | 31 + doc/search/doubleVectorInitproto.html | 7 + doc/search/doubleVectorMinus.html | 28 + doc/search/doubleVectorMinusproto.html | 7 + doc/search/doubleVectorScalarProductproto.html | 7 + doc/search/dummy.html | 7 + doc/search/dummyfunc.html | 6 + doc/search/eachObject.html | 0 doc/search/eigsrt-call.html.html | 4 + doc/search/eigsrt.html | 10 + doc/search/eigsrtproto.html | 7 + doc/search/emBessel.html | 8 + doc/search/emBesselproto.html | 7 + doc/search/emDataFileRead.html | 6 + doc/search/emDataHeader.html | 14 + doc/search/emDataHeaderCont.html | 48 + doc/search/emDataHeaderPrint.html | 6 + doc/search/emDataHeaderRead.html | 6 + doc/search/emDataTypeChar.html | 9 + doc/search/emDataTypeFloat.html | 9 + doc/search/emDataTypeInteger.html | 9 + doc/search/emDataTypeIntegerShort.html | 9 + doc/search/energyTransferConnect.html | 19 + doc/search/energyTransferData.html | 18 + doc/search/energyTransferDataRead.html | 9 + doc/search/energyTransferDataReadproto.html | 7 + doc/search/energyTransferDataWrite.html | 9 + doc/search/energyTransferDataWrite0.html | 9 + doc/search/energyTransferDataWrite0proto.html | 0 doc/search/energyTransferDataWriteConnect.html | 9 + doc/search/energyTransferDataWriteConnect0.html | 9 + .../energyTransferDataWriteConnect0proto.html | 0 .../energyTransferDataWriteConnectproto.html | 0 doc/search/energyTransferDataWriteFix.html | 9 + doc/search/energyTransferDataWriteFixproto.html | 0 doc/search/energyTransferDataWriteUnfix.html | 9 + doc/search/energyTransferDataWriteUnfixproto.html | 0 doc/search/energyTransferDataWriteproto.html | 7 + doc/search/energyTransferParaTypeReal.html | 9 + doc/search/energyTransferPoint.html | 19 + doc/search/energyTransferPointMode.html | 15 + doc/search/erfcc.html | 9 + doc/search/erfccproto.html | 0 doc/search/erff.html | 9 + doc/search/erffc.html | 9 + doc/search/erffcproto.html | 7 + doc/search/erffproto.html | 7 + doc/search/f00.html | 7 + doc/search/f1dim.html | 16 + doc/search/f1dimproto.html | 7 + doc/search/farSidePhaseGet-call.html.html | 4 + doc/search/farSidePhaseGet.html | 29 + doc/search/farSidePhaseGetproto.html | 7 + doc/search/fft_free-call.html.html | 4 + doc/search/fft_free.html | 50 + doc/search/fft_freeproto.html | 7 + doc/search/fftn.html | 48 + doc/search/fftnf-call.html.html | 4 + doc/search/fftnf.html | 50 + doc/search/fftnfproto.html | 7 + doc/search/fftnproto.html | 7 + doc/search/fileInit.html | 6 + doc/search/fileInitproto.html | 0 doc/search/fileLineNumberGet-call.html.html | 4 + doc/search/fileLineNumberGet.html | 26 + doc/search/fileLineNumberGet2-call.html.html | 4 + doc/search/fileLineNumberGet2.html | 26 + doc/search/fileLineNumberGet2proto.html | 0 doc/search/fileLineNumberGetproto.html | 0 doc/search/fileOpen-call.html.html | 4 + doc/search/fileOpen.html | 263 + doc/search/fileOpenproto.html | 0 doc/search/fit-call.html.html | 4 + doc/search/fit.html | 11 + doc/search/fitproto.html | 7 + doc/search/floatVector.html | 12 + doc/search/floatVectorAdd.html | 28 + doc/search/floatVectorAddproto.html | 7 + doc/search/floatVectorFree-call.html.html | 4 + doc/search/floatVectorFree.html | 32 + doc/search/floatVectorFreeproto.html | 7 + doc/search/floatVectorInit-call.html.html | 4 + doc/search/floatVectorInit.html | 37 + doc/search/floatVectorInitproto.html | 7 + doc/search/floatVectorMinus.html | 28 + doc/search/floatVectorMinusproto.html | 7 + doc/search/floatVectorScalarProduct.html | 6 + doc/search/floatVectorScalarProductproto.html | 7 + doc/search/fprintfproto.html | 7 + doc/search/free_ivector-call.html.html | 4 + doc/search/free_ivector.html | 28 + doc/search/free_ivectorproto.html | 7 + doc/search/free_matrix-call.html.html | 4 + doc/search/free_matrix.html | 27 + doc/search/free_matrixproto.html | 7 + doc/search/free_vector-call.html.html | 4 + doc/search/free_vector.html | 33 + doc/search/free_vectorproto.html | 7 + doc/search/frprmn-call.html.html | 4 + doc/search/frprmn.html | 9 + doc/search/frprmn2.html | 6 + doc/search/frprmn2proto.html | 7 + doc/search/frprmnproto.html | 7 + doc/search/func.html | 6 + doc/search/gammln-call.html.html | 4 + doc/search/gammln.html | 18 + doc/search/gammlnproto.html | 7 + doc/search/gammp.html | 9 + doc/search/gammpproto.html | 7 + doc/search/gammq-call.html.html | 4 + doc/search/gammq.html | 11 + doc/search/gammqproto.html | 7 + doc/search/gaussj-call.html.html | 4 + doc/search/gaussj.html | 12 + doc/search/gaussjproto.html | 7 + doc/search/gcf.html | 9 + doc/search/gcfproto.html | 7 + doc/search/getProperty.html | 6 + doc/search/gifColorMapColor.html | 9 + doc/search/gifColorMapColorproto.html | 7 + doc/search/gifColorMapGrey.html | 9 + doc/search/gifColorMapGreyproto.html | 7 + doc/search/gifColorMapInit.html | 9 + doc/search/gifColorMapInitproto.html | 7 + doc/search/gifFile.html | 16 + doc/search/gifFileApplicationExtensions.html | 15 + doc/search/gifFileColorTable.html | 13 + doc/search/gifFileCommentExtensions.html | 12 + doc/search/gifFileCtrlExtensions.html | 16 + doc/search/gifFileHeader.html | 12 + doc/search/gifFileImageDefinition.html | 12 + doc/search/gifFileImageDesc.html | 16 + doc/search/gifFileInit.html | 6 + doc/search/gifFileInitproto.html | 0 doc/search/gifFileScreenDesc.html | 15 + doc/search/gifFileTextExtensions.html | 21 + doc/search/gifFileWrite.html | 6 + doc/search/gifFileWriteproto.html | 0 doc/search/gser.html | 9 + doc/search/gserproto.html | 7 + doc/search/hf2000Close-call.html.html | 4 + doc/search/hf2000Close.html | 12 + doc/search/hf2000Closeproto.html | 7 + doc/search/hf2000Command.html | 6 + doc/search/hf2000Commandproto.html | 7 + doc/search/hf2000Info.html | 22 + doc/search/hf2000Init-call.html.html | 4 + doc/search/hf2000Init.html | 12 + doc/search/hf2000Initproto.html | 7 + doc/search/hf2000LenzCurrent.html | 12 + doc/search/hf2000ParaTypeInteger.html | 9 + doc/search/hf2000ParaTypeReal.html | 9 + doc/search/hf2000Read-call.html.html | 4 + doc/search/hf2000Read.html | 16 + doc/search/hf2000Readproto.html | 7 + doc/search/hf2000Write-call.html.html | 4 + doc/search/hf2000Write.html | 16 + doc/search/hf2000Writeproto.html | 7 + doc/search/hf2000_TclAppInit.html | 10 + doc/search/hf2000_TclAppInitproto.html | 7 + doc/search/htmlAfterUsage.html | 255 + doc/search/htmlBeforeUsage.html | 255 + doc/search/if(0==strcmpproto.html | 7 + doc/search/image.html | 7 + doc/search/info2ctfInfo.html | 6 + doc/search/infoCopyTolinfo.html | 6 + doc/search/infoDataList.html | 14 + doc/search/init0.html | 255 + doc/search/init1.html | 255 + doc/search/ivector-call.html.html | 4 + doc/search/ivector.html | 30 + doc/search/ivectorproto.html | 7 + doc/search/jacobi-call.html.html | 4 + doc/search/jacobi.html | 10 + doc/search/jacobiproto.html | 7 + doc/search/lAvrCalcForVectorWithFlag.html | 6 + doc/search/lDegreeDistanceEstimate.html | 6 + doc/search/lDescartesAxisCalc-call.html.html | 4 + doc/search/lDescartesAxisCalc.html | 28 + doc/search/lDescartesAxisCalcproto.html | 7 + doc/search/lDescartesCoordIntoPolarCoord.html | 26 + doc/search/lDescartesCoordIntoPolarCoordproto.html | 7 + doc/search/lDescartesIntoPolarInfo.html | 17 + doc/search/lFRETWeightCalc.html | 9 + doc/search/lFRETWeightCalcproto.html | 0 .../lPolarCoordIntoDescartesCoord-call.html.html | 4 + doc/search/lPolarCoordIntoDescartesCoord.html | 28 + doc/search/lPolarCoordIntoDescartesCoordproto.html | 7 + doc/search/lRandShuffle.html | 57 + doc/search/lRandShuffleproto.html | 7 + .../lStandardDeviationCalcForVectorWithFlag.html | 6 + doc/search/lVectorSpline.html | 8 + doc/search/lVectorSpline2D.html | 8 + doc/search/lVectorSpline2Dproto.html | 7 + doc/search/lVectorSplineTable2DMake.html | 8 + doc/search/lVectorSplineTable2DMakeproto.html | 7 + doc/search/lVectorSplineTableMake.html | 8 + doc/search/lVectorSplineTableMakeproto.html | 7 + doc/search/lVectorSplineproto.html | 7 + doc/search/largeIP.html | 12 + doc/search/largeIPFree-call.html.html | 4 + doc/search/largeIPFree.html | 8 + doc/search/largeIPFreeproto.html | 7 + doc/search/largeIPHeader.html | 84 + doc/search/largeIPHeaderRead-call.html.html | 4 + doc/search/largeIPHeaderRead.html | 8 + doc/search/largeIPHeaderReadproto.html | 7 + doc/search/largeIPImageRead.html | 6 + doc/search/largeIPImageReadproto.html | 7 + doc/search/largeIPImageType.html | 9 + doc/search/largeIPInit.html | 6 + doc/search/largeIPInitproto.html | 7 + doc/search/largeIPParaTypeIntCoord.html | 12 + doc/search/largeIPParaTypeInteger.html | 9 + doc/search/largeIPParaTypeReal.html | 9 + doc/search/largeIPRead.html | 6 + doc/search/largeIPReadproto.html | 7 + doc/search/largeIPSubImageInfo.html | 13 + doc/search/lbilinearInterpolation.html | 8 + doc/search/lbilinearInterpolationproto.html | 7 + doc/search/lcontour2ps.html | 6 + doc/search/lcontour2psproto.html | 0 doc/search/lctfDeterminationbyFittingMethods.html | 8 + .../lctfDeterminationbyFittingMethodsproto.html | 7 + doc/search/lctfDeterminationbyMinMaxMethods.html | 8 + .../lctfDeterminationbyMinMaxMethodsproto.html | 7 + doc/search/lcubicConvolutionInterpolation.html | 8 + .../lcubicConvolutionInterpolationproto.html | 7 + doc/search/ldoubleVectorLength.html | 28 + doc/search/ldoubleVectorLengthproto.html | 7 + doc/search/ldoubleVectorSpline2Dproto.html | 7 + .../ldoubleVectorSplineTable2DMakeproto.html | 7 + doc/search/ldoubleVectorSplineTableMakeproto.html | 7 + doc/search/ldoubleVectorSplineproto.html | 7 + doc/search/lenergyTransferModelCheck.html | 9 + doc/search/lenergyTransferModelCheckInfo.html | 18 + doc/search/lenergyTransferModelCheckproto.html | 7 + doc/search/lenergyTransferModelExpectedFRET.html | 9 + doc/search/lenergyTransferModelExpectedFRET2.html | 9 + .../lenergyTransferModelExpectedFRET2proto.html | 7 + .../lenergyTransferModelExpectedFRETOutput.html | 9 + ...energyTransferModelExpectedFRETOutputproto.html | 0 doc/search/lenergyTransferModelExpectedFRETSD.html | 9 + .../lenergyTransferModelExpectedFRETSDproto.html | 7 + .../lenergyTransferModelExpectedFRETproto.html | 7 + doc/search/lestimateradian.html | 57 + doc/search/lestimateradianproto.html | 7 + doc/search/lextracteddataShift.html | 7 + doc/search/lfft2d-call.html.html | 4 + doc/search/lfft2d.html | 8 + doc/search/lfft2dproto.html | 7 + doc/search/lfloatVectorLength.html | 28 + doc/search/lfloatVectorLengthproto.html | 7 + doc/search/lgetx.html | 6 + doc/search/lhf2000LenzCurrentGet.html | 10 + doc/search/lhf2000LenzCurrentGet0-call.html.html | 4 + doc/search/lhf2000LenzCurrentGet0.html | 12 + doc/search/lhf2000LenzCurrentGet0proto.html | 7 + doc/search/lhf2000LenzCurrentGetproto.html | 7 + doc/search/lhf2000LenzCurrentInfo.html | 18 + .../lhf2000SpecimenPositionGet-call.html.html | 4 + doc/search/lhf2000SpecimenPositionGet.html | 12 + doc/search/lhf2000SpecimenPositionGetproto.html | 7 + doc/search/lhf2000SpecimenPositionInfo.html | 14 + .../lhf2000SpecimenPositionSet-call.html.html | 4 + doc/search/lhf2000SpecimenPositionSet.html | 12 + doc/search/lhf2000SpecimenPositionSetproto.html | 7 + doc/search/lhf2000SpecimenPositionStop.html | 10 + doc/search/lhf2000SpecimenPositionStopproto.html | 0 doc/search/linmin-call.html.html | 4 + doc/search/linmin.html | 8 + doc/search/linmin2.html | 10 + doc/search/linmin2proto.html | 7 + doc/search/linminproto.html | 7 + doc/search/ll2ltlgConfigFileRead.html | 8 + doc/search/ll2ltlgConfigFileReadproto.html | 7 + doc/search/llComplex.html | 16 + doc/search/llData.html | 23 + doc/search/llDataAttributes.html | 19 + doc/search/llDataAttributesSet2-call.html.html | 4 + doc/search/llDataAttributesSet2.html | 27 + doc/search/llDataAttributesSet2proto.html | 7 + doc/search/llDataAxisSearchResultWrite.html | 6 + doc/search/llDataBoth.html | 12 + doc/search/llDataCTFSet.html | 8 + doc/search/llDataCTFSet2.html | 8 + doc/search/llDataCTFSet2proto.html | 7 + doc/search/llDataCTFSetproto.html | 7 + doc/search/llDataDataFree.html | 26 + doc/search/llDataDataFreeproto.html | 7 + doc/search/llDataDataInit-call.html.html | 4 + doc/search/llDataDataInit.html | 35 + doc/search/llDataDataInitproto.html | 7 + doc/search/llDataError-call.html.html | 4 + doc/search/llDataError.html | 29 + doc/search/llDataErrorMessageproto.html | 7 + doc/search/llDataErrorMsg.html | 26 + doc/search/llDataErrorMsgproto.html | 0 doc/search/llDataErrorproto.html | 7 + doc/search/llDataFandPHISet-call.html.html | 4 + doc/search/llDataFandPHISet.html | 40 + doc/search/llDataFandPHISetproto.html | 7 + doc/search/llDataFileRead.html | 25 + doc/search/llDataFileReadFollowingAttributes.html | 25 + .../llDataFileReadFollowingAttributesproto.html | 7 + doc/search/llDataFileReadFollowingllData.html | 25 + doc/search/llDataFileReadFollowingllDataproto.html | 7 + doc/search/llDataFileReadproto.html | 7 + doc/search/llDataFileWrite.html | 20 + doc/search/llDataFileWriteproto.html | 7 + doc/search/llDataFittedParam.html | 22 + doc/search/llDataFmaxSet-call.html.html | 4 + doc/search/llDataFmaxSet.html | 28 + doc/search/llDataFmaxSetproto.html | 7 + doc/search/llDataFree-call.html.html | 4 + doc/search/llDataFree.html | 32 + doc/search/llDataFreeproto.html | 7 + doc/search/llDataHeaderFree.html | 26 + doc/search/llDataHeaderFreeproto.html | 7 + doc/search/llDataHeaderInit-call.html.html | 4 + doc/search/llDataHeaderInit.html | 35 + doc/search/llDataHeaderInitproto.html | 7 + doc/search/llDataInfoPrint.html | 8 + doc/search/llDataInfoPrintUsage.html | 8 + doc/search/llDataInfoPrintUsageproto.html | 7 + doc/search/llDataInfoPrintproto.html | 7 + doc/search/llDataInit-call.html.html | 4 + doc/search/llDataInit.html | 28 + doc/search/llDataInitWithReference-call.html.html | 4 + doc/search/llDataInitWithReference.html | 33 + doc/search/llDataInitWithReference2.html | 26 + doc/search/llDataInitWithReference2proto.html | 7 + doc/search/llDataInitWithReferenceproto.html | 7 + doc/search/llDataInitproto.html | 7 + doc/search/llDataLayerNumberGet-call.html.html | 4 + doc/search/llDataLayerNumberGet.html | 29 + doc/search/llDataLayerNumberGetproto.html | 7 + doc/search/llDataMode.html | 12 + doc/search/llDataNLNumberGet-call.html.html | 4 + doc/search/llDataNLNumberGet.html | 27 + doc/search/llDataNLNumberGetproto.html | 7 + doc/search/llDataOneLLRecieveByPVMproto.html | 7 + doc/search/llDataOneLLSendByPVMproto.html | 7 + doc/search/llDataParaTypeInteger.html | 30 + doc/search/llDataParaTypeReal.html | 9 + doc/search/llDataParaTypeRegion.html | 14 + doc/search/llDataParamToFit.html | 27 + doc/search/llDataPole.html | 12 + doc/search/llDataRRInfoSet-call.html.html | 4 + doc/search/llDataRRInfoSet.html | 29 + doc/search/llDataRRInfoSetproto.html | 7 + doc/search/llDataRRSet-call.html.html | 4 + doc/search/llDataRRSet.html | 29 + doc/search/llDataRRSetproto.html | 7 + doc/search/llDataRValueSet-call.html.html | 4 + doc/search/llDataRValueSet.html | 32 + doc/search/llDataRValueSetproto.html | 7 + doc/search/llDataReAndImSet-call.html.html | 4 + doc/search/llDataReAndImSet.html | 28 + doc/search/llDataReAndImSetproto.html | 7 + doc/search/llDataRecieveByPVMproto.html | 7 + doc/search/llDataSendByPVMproto.html | 7 + doc/search/llDataSizeCheck-call.html.html | 4 + doc/search/llDataSizeCheck.html | 10 + doc/search/llDataSizeCheckproto.html | 7 + doc/search/llDataStatusType.html | 9 + ...lDataTableBetweenTwollDataCreate-call.html.html | 4 + doc/search/llDataTableBetweenTwollDataCreate.html | 30 + .../llDataTableBetweenTwollDataCreateproto.html | 7 + doc/search/llDataValueGet-call.html.html | 4 + doc/search/llDataValueGet.html | 33 + doc/search/llDataValueGet2.html | 25 + doc/search/llDataValueGet2proto.html | 7 + doc/search/llDataValueGetproto.html | 7 + doc/search/llDataZValueSet-call.html.html | 4 + doc/search/llDataZValueSet.html | 28 + doc/search/llDataZValueSetproto.html | 7 + doc/search/llExtractCtfinfFileCreateI.html | 8 + doc/search/llExtractCtfinfFileCreateII.html | 8 + doc/search/llExtractCtfinfFileCreateIIproto.html | 7 + doc/search/llExtractCtfinfFileCreateIproto.html | 7 + doc/search/lll2ltlg.html | 8 + doc/search/lll2ltlgInfo.html | 31 + doc/search/lll2ltlgproto.html | 7 + doc/search/lllDataAdd.html | 8 + doc/search/lllDataAdd2-call.html.html | 4 + doc/search/lllDataAdd2.html | 10 + doc/search/lllDataAdd2proto.html | 7 + doc/search/lllDataAddproto.html | 7 + doc/search/lllDataAttributeCopy-call.html.html | 4 + doc/search/lllDataAttributeCopy.html | 30 + doc/search/lllDataAttributeCopyproto.html | 7 + doc/search/lllDataAverage-call.html.html | 4 + doc/search/lllDataAverage.html | 11 + doc/search/lllDataAverageproto.html | 7 + doc/search/lllDataAvgTo.html | 6 + doc/search/lllDataAvgToFar.html | 6 + doc/search/lllDataAvgToFarproto.html | 7 + doc/search/lllDataAvgToNea.html | 6 + doc/search/lllDataAvgToNeaproto.html | 7 + doc/search/lllDataAvgToproto.html | 7 + doc/search/lllDataAxisSearch-call.html.html | 4 + doc/search/lllDataAxisSearch.html | 10 + doc/search/lllDataAxisSearch2.html | 6 + doc/search/lllDataAxisSearch2proto.html | 7 + doc/search/lllDataAxisSearchAndAverage.html | 6 + doc/search/lllDataAxisSearchAndAverageproto.html | 7 + doc/search/lllDataAxisSearchWithFile.html | 8 + doc/search/lllDataAxisSearchWithFileproto.html | 7 + doc/search/lllDataAxisSearchproto.html | 7 + doc/search/lllDataCTFCompensateInfo.html | 27 + doc/search/lllDataCTFObservation.html | 6 + doc/search/lllDataCTFObservationproto.html | 7 + doc/search/lllDataClear-call.html.html | 4 + doc/search/lllDataClear.html | 31 + doc/search/lllDataClearproto.html | 7 + doc/search/lllDataCompare.html | 8 + doc/search/lllDataCompareInfo.html | 15 + doc/search/lllDataCompareproto.html | 7 + doc/search/lllDataContributionCalcDifferentN.html | 8 + .../lllDataContributionCalcDifferentNproto.html | 7 + doc/search/lllDataCopy-call.html.html | 4 + doc/search/lllDataCopy.html | 28 + doc/search/lllDataCopyproto.html | 7 + doc/search/lllDataDevidedByReal-call.html.html | 4 + doc/search/lllDataDevidedByReal.html | 28 + doc/search/lllDataDevidedByRealproto.html | 7 + doc/search/lllDataDifferenceCalc.html | 8 + doc/search/lllDataDifferenceCalcInfo.html | 11 + .../lllDataDifferenceCalcWithNormalizing.html | 8 + .../lllDataDifferenceCalcWithNormalizingproto.html | 7 + doc/search/lllDataDifferenceCalcproto.html | 7 + doc/search/lllDataDifferencePValueCalc.html | 8 + doc/search/lllDataDifferencePValueCalc2.html | 8 + doc/search/lllDataDifferencePValueCalc2proto.html | 7 + doc/search/lllDataDifferencePValueCalcproto.html | 7 + doc/search/lllDataDifferenceRValueCalc.html | 8 + doc/search/lllDataDifferenceRValueCalcproto.html | 7 + doc/search/lllDataDump.html | 6 + doc/search/lllDataEquatorAdd.html | 8 + doc/search/lllDataEquatorAddproto.html | 7 + doc/search/lllDataExtract.html | 8 + doc/search/lllDataExtractInfo.html | 12 + doc/search/lllDataExtractproto.html | 7 + doc/search/lllDataFit-call.html.html | 4 + doc/search/lllDataFit.html | 11 + doc/search/lllDataFit2.html | 6 + doc/search/lllDataFit2proto.html | 7 + doc/search/lllDataFitAndAverage.html | 9 + doc/search/lllDataFitAndAverageInfo.html | 28 + doc/search/lllDataFitAndAverageproto.html | 7 + doc/search/lllDataFitOfSeparatedLLproto.html | 7 + doc/search/lllDataFitPVMEndproto.html | 7 + doc/search/lllDataFitPVMInfo.html | 12 + doc/search/lllDataFitPVMServerproto.html | 7 + doc/search/lllDataFitPVMStartproto.html | 7 + doc/search/lllDataFitParamInverse-call.html.html | 4 + doc/search/lllDataFitParamInverse.html | 12 + doc/search/lllDataFitParamInverseproto.html | 7 + doc/search/lllDataFitParamOutput.html | 6 + doc/search/lllDataFitParamOutputproto.html | 7 + doc/search/lllDataFitServerEndproto.html | 7 + doc/search/lllDataFitServerStartproto.html | 7 + doc/search/lllDataFitWithFile-call.html.html | 4 + doc/search/lllDataFitWithFile.html | 11 + doc/search/lllDataFitWithFilePVMEndproto.html | 7 + doc/search/lllDataFitWithFilePVMStartproto.html | 7 + doc/search/lllDataFitWithFileproto.html | 7 + doc/search/lllDataFitllCTFSet-call.html.html | 4 + doc/search/lllDataFitllCTFSet.html | 12 + doc/search/lllDataFitllCTFSetproto.html | 7 + doc/search/lllDataFitproto.html | 7 + .../lllDataFittedParamRecieveByPVMproto.html | 7 + doc/search/lllDataFittedParamSendByPVMproto.html | 7 + doc/search/lllDataFittedParameterFree.html | 10 + doc/search/lllDataFittedParameterFree0.html | 10 + doc/search/lllDataFittedParameterFree0proto.html | 7 + doc/search/lllDataFittedParameterFreeproto.html | 7 + doc/search/lllDataFittedParameterSet.html | 10 + doc/search/lllDataFittedParameterSet0.html | 10 + doc/search/lllDataFittedParameterSet0proto.html | 7 + doc/search/lllDataFittedParameterSetproto.html | 7 + doc/search/lllDataHeaderCopy-call.html.html | 4 + doc/search/lllDataHeaderCopy.html | 28 + doc/search/lllDataHeaderCopyproto.html | 7 + doc/search/lllDataInfoPrint.html | 6 + doc/search/lllDataInfoPrint2.html | 6 + doc/search/lllDataInfoPrint2proto.html | 0 doc/search/lllDataInfoPrintproto.html | 0 doc/search/lllDataIntensityInformation.html | 12 + doc/search/lllDataIntensityInformationGet.html | 8 + .../lllDataIntensityInformationGetproto.html | 7 + doc/search/lllDataInterpolate.html | 6 + doc/search/lllDataInterpolateproto.html | 0 doc/search/lllDataLowPassFiltering.html | 9 + doc/search/lllDataLowPassFilteringMode.html | 12 + doc/search/lllDataLowPassFilteringproto.html | 7 + doc/search/lllDataMergeDifferentN-call.html.html | 4 + doc/search/lllDataMergeDifferentN.html | 8 + doc/search/lllDataMergeDifferentNproto.html | 7 + doc/search/lllDataMul.html | 26 + doc/search/lllDataMulproto.html | 7 + .../lllDataMultiCTFCompensation-call.html.html | 4 + doc/search/lllDataMultiCTFCompensation.html | 12 + ...llDataMultiCTFCompensationCompensationMode.html | 12 + doc/search/lllDataMultiCTFCompensationMode.html | 12 + .../lllDataMultiCTFCompensationModePrint.html | 9 + .../lllDataMultiCTFCompensationModePrintproto.html | 7 + doc/search/lllDataMultiCTFCompensationproto.html | 7 + doc/search/lllDataMultiplyReal-call.html.html | 4 + doc/search/lllDataMultiplyReal.html | 28 + doc/search/lllDataMultiplyRealproto.html | 7 + doc/search/lllDataNewFittedParameterSet.html | 10 + .../lllDataNewFittedParameterSet0-call.html.html | 4 + doc/search/lllDataNewFittedParameterSet0.html | 13 + doc/search/lllDataNewFittedParameterSet0proto.html | 7 + doc/search/lllDataNewFittedParameterSetproto.html | 7 + .../lllDataParaTypeRegionRecieveByPVMproto.html | 7 + .../lllDataParaTypeRegionSendByPVMproto.html | 7 + .../lllDataParamToFitRecieveByPVM2proto.html | 7 + doc/search/lllDataParamToFitRecieveByPVMproto.html | 7 + doc/search/lllDataParamToFitSendByPVM2proto.html | 7 + doc/search/lllDataParamToFitSendByPVMproto.html | 7 + doc/search/lllDataPhaseShift.html | 10 + doc/search/lllDataPhaseShiftInter-call.html.html | 4 + doc/search/lllDataPhaseShiftInter.html | 12 + doc/search/lllDataPhaseShiftInterproto.html | 7 + doc/search/lllDataPhaseShiftIntra-call.html.html | 4 + doc/search/lllDataPhaseShiftIntra.html | 12 + doc/search/lllDataPhaseShiftIntraproto.html | 7 + doc/search/lllDataPhaseShiftInverse.html | 10 + doc/search/lllDataPhaseShiftInverseproto.html | 7 + doc/search/lllDataPhaseShiftproto.html | 7 + doc/search/lllDataPoleSet.html | 26 + doc/search/lllDataPoleSetproto.html | 7 + doc/search/lllDataRadialLowPassFiltering.html | 9 + doc/search/lllDataRadialLowPassFilteringproto.html | 7 + doc/search/lllDataRescaling.html | 8 + doc/search/lllDataRescalingInfo.html | 12 + doc/search/lllDataRescalingproto.html | 7 + doc/search/lllDataSeparationInfoDelRInvSet.html | 6 + .../lllDataSeparationInfoDelRInvSetproto.html | 7 + doc/search/lllDataSeparationInfoFileFormat.html | 6 + .../lllDataSeparationInfoFileFormatproto.html | 7 + doc/search/lllDataSeparationInfoRead.html | 6 + doc/search/lllDataSeparationInfoReadproto.html | 7 + doc/search/lllDataSeparationInfoTruePitchSet.html | 6 + .../lllDataSeparationInfoTruePitchSetproto.html | 7 + doc/search/lllDataSeparationInfoxShiftSet.html | 6 + .../lllDataSeparationInfoxShiftSetproto.html | 7 + doc/search/lllDataSideSet.html | 26 + doc/search/lllDataSideSetproto.html | 7 + doc/search/lllDataSingleCTFCompensation.html | 6 + doc/search/lllDataSingleCTFCompensationInfo.html | 13 + .../lllDataSingleCTFCompensationModePrint.html | 6 + ...lllDataSingleCTFCompensationModePrintproto.html | 0 doc/search/lllDataSingleCTFCompensationproto.html | 7 + doc/search/lllDataWeightSet.html | 11 + doc/search/lllDataWeightSetproto.html | 7 + doc/search/lllDatarMaxLimit-call.html.html | 4 + doc/search/lllDatarMaxLimit.html | 10 + doc/search/lllDatarMaxLimitCheck-call.html.html | 4 + doc/search/lllDatarMaxLimitCheck.html | 10 + doc/search/lllDatarMaxLimitCheckproto.html | 7 + doc/search/lllDatarMaxLimitForSeparation.html | 6 + doc/search/lllDatarMaxLimitForSeparationproto.html | 7 + doc/search/lllDatarMaxLimitInfo.html | 13 + doc/search/lllDatarMaxLimitMode.html | 12 + doc/search/lllDatarMaxLimitWeight.html | 8 + doc/search/lllDatarMaxLimitWeightproto.html | 7 + doc/search/lllDatarMaxLimitproto.html | 7 + doc/search/lllExtract.html | 8 + doc/search/lllExtractCtrlFileCreateAny.html | 6 + doc/search/lllExtractCtrlFileCreateMyosin.html | 6 + doc/search/lllExtractInfo.html | 40 + doc/search/lllExtractInitWithSeparation.html | 6 + doc/search/lllExtractInitWithSeparationproto.html | 0 .../lllExtractWeightSetFollowingllExtractInfo.html | 6 + ...xtractWeightSetFollowingllExtractInfoproto.html | 7 + doc/search/lllExtractWithSeparation.html | 6 + ...ExtractWithSeparationUsingFittingParameter.html | 6 + ...ctWithSeparationUsingFittingParameterproto.html | 7 + doc/search/lllExtractWithSeparationproto.html | 7 + doc/search/lllExtractWithWeightedSeparation.html | 6 + .../lllExtractWithWeightedSeparationproto.html | 7 + doc/search/lllExtractdYEstimate-call.html.html | 4 + doc/search/lllExtractdYEstimate.html | 12 + doc/search/lllExtractdYEstimateInfo.html | 14 + doc/search/lllExtractdYEstimateproto.html | 7 + doc/search/lllExtractproto.html | 7 + doc/search/llmrcImageAdd-call.html.html | 4 + doc/search/llmrcImageAdd.html | 59 + doc/search/llmrcImageAdd2.html | 6 + doc/search/llmrcImageAddproto.html | 7 + doc/search/llmrcImageMasking.html | 6 + doc/search/llmrcImageRotation.html | 7 + doc/search/llmrcImageScoreCalc.html | 6 + doc/search/llmrcImageSub.html | 57 + doc/search/llmrcImageSubproto.html | 7 + doc/search/llmrcLineMean.html | 6 + doc/search/llmrcRefImagepwzCorPeakFind.html | 6 + doc/search/lltlg2mrc.html | 8 + doc/search/lltlg2mrcInfo.html | 49 + doc/search/lltlg2mrcproto.html | 7 + .../lmolecularEnvelopeDataGet-call.html.html | 4 + doc/search/lmolecularEnvelopeDataGet.html | 23 + doc/search/lmolecularEnvelopeDataGetproto.html | 7 + .../lmolecularEnvelopeFileRead-call.html.html | 4 + doc/search/lmolecularEnvelopeFileRead.html | 23 + doc/search/lmolecularEnvelopeFileReadproto.html | 7 + doc/search/lmolecularEnvelopeFileWrite.html | 20 + doc/search/lmolecularEnvelopeFileWriteproto.html | 7 + doc/search/lmolecularEnvelopeResampling.html | 20 + doc/search/lmolecularEnvelopeResamplingproto.html | 7 + doc/search/lmrc1DProjectionfrom2DinImg.html | 6 + doc/search/lmrc2DFourierSetFunction.html | 6 + doc/search/lmrc2DImageSetFunction.html | 7 + doc/search/lmrc2Dto2DMulti.html | 6 + doc/search/lmrc2Dto3D.html | 6 + doc/search/lmrc2contour.html | 6 + doc/search/lmrc2contourproto.html | 0 doc/search/lmrc2fld.html | 6 + doc/search/lmrc2gif.html | 9 + doc/search/lmrc2gifColor.html | 9 + doc/search/lmrc2gifColorproto.html | 7 + doc/search/lmrc2gifproto.html | 7 + doc/search/lmrc2map.html | 6 + doc/search/lmrc2tiff.html | 6 + doc/search/lmrc2viffproto.html | 7 + doc/search/lmrc3DExtractZ.html | 6 + doc/search/lmrc3DFourierSetFunction.html | 6 + doc/search/lmrc3DImageSetFunction.html | 6 + doc/search/lmrc3DRefImFtHeaderCopy.html | 6 + doc/search/lmrc3DZ1Clear.html | 57 + doc/search/lmrc3DZ1Clearproto.html | 7 + doc/search/lmrc3DZ1FtGet.html | 58 + doc/search/lmrc3DZ1FtGetproto.html | 7 + doc/search/lmrc3DZ1FtPut.html | 58 + doc/search/lmrc3DZ1FtPutproto.html | 7 + doc/search/lmrc3DZ1ImgGet.html | 58 + doc/search/lmrc3DZ1ImgGetproto.html | 7 + doc/search/lmrc3DZ1ImgPut.html | 57 + doc/search/lmrc3DZ1ImgPutproto.html | 7 + doc/search/lmrcCoreImageGet.html | 6 + doc/search/lmrcFFTAmplitude.html | 10 + doc/search/lmrcFFTAmplitudeproto.html | 7 + doc/search/lmrcFFTCTFDataSet.html | 6 + doc/search/lmrcFFTExpression-call.html.html | 4 + doc/search/lmrcFFTExpression.html | 12 + doc/search/lmrcFFTExpressionModePrint.html | 10 + doc/search/lmrcFFTExpressionModePrintproto.html | 7 + doc/search/lmrcFFTExpressionOffset.html | 10 + doc/search/lmrcFFTExpressionOffsetproto.html | 7 + doc/search/lmrcFFTExpressionproto.html | 7 + doc/search/lmrcFFTFGconj-call.html.html | 4 + doc/search/lmrcFFTFGconj.html | 23 + doc/search/lmrcFFTFGconjproto.html | 7 + .../lmrcFFTFiltering2DOrthogonalSymmetry.html | 6 + doc/search/lmrcFFTFiltering2DRhombicSymmetry.html | 6 + doc/search/lmrcFFTFxG.html | 8 + doc/search/lmrcFFTFxGproto.html | 7 + doc/search/lmrcFFTLogAmplitude.html | 10 + doc/search/lmrcFFTLogAmplitudeproto.html | 7 + doc/search/lmrcFFTLogPower.html | 10 + doc/search/lmrcFFTLogPowerproto.html | 7 + doc/search/lmrcFFTPhase.html | 10 + doc/search/lmrcFFTPhaseproto.html | 7 + doc/search/lmrcFFTPower.html | 10 + doc/search/lmrcFFTPowerproto.html | 7 + doc/search/lmrcFFTReal.html | 10 + doc/search/lmrcFFTRealproto.html | 7 + doc/search/lmrcFFTSizeChange.html | 6 + doc/search/lmrcFFTplainreduce.html | 6 + doc/search/lmrcFSInfo-call.html.html | 4 + doc/search/lmrcFSInfo.html | 14 + .../lmrcFSInfoScatteringAngularDistribution.html | 12 + ...teringAngularDistributionAverage-call.html.html | 4 + ...FSInfoScatteringAngularDistributionAverage.html | 15 + ...oScatteringAngularDistributionAverageproto.html | 7 + ...oScatteringAngularDistributionSD-call.html.html | 4 + .../lmrcFSInfoScatteringAngularDistributionSD.html | 14 + ...FSInfoScatteringAngularDistributionSDproto.html | 7 + ...rcFSInfoScatteringAngularDistributionproto.html | 7 + doc/search/lmrcFSInfoSpacing-call.html.html | 4 + doc/search/lmrcFSInfoSpacing.html | 15 + doc/search/lmrcFSInfoSpacingproto.html | 7 + doc/search/lmrcFSInfoXAxisMag.html | 12 + doc/search/lmrcFSInfoXAxisMagproto.html | 7 + doc/search/lmrcFSInfoXAxisPhase.html | 12 + doc/search/lmrcFSInfoXAxisPhaseproto.html | 7 + doc/search/lmrcFSInfoXFiltering.html | 12 + doc/search/lmrcFSInfoXFilteringproto.html | 7 + doc/search/lmrcFSInfoYAxisMag.html | 12 + doc/search/lmrcFSInfoYAxisMagAverage.html | 12 + doc/search/lmrcFSInfoYAxisMagAverageproto.html | 7 + doc/search/lmrcFSInfoYAxisMagproto.html | 7 + doc/search/lmrcFSInfoYAxisPhase.html | 12 + doc/search/lmrcFSInfoYAxisPhaseproto.html | 7 + doc/search/lmrcFSInfoYAxisProjection.html | 12 + doc/search/lmrcFSInfoYAxisProjectionproto.html | 7 + doc/search/lmrcFSInfoproto.html | 7 + .../lmrcImage1DProjectionfrom2DExtendingfft.html | 6 + .../lmrcImage1DProjectionfrom2DExtendingimg.html | 6 + .../lmrcImage1DProjectionfrom2DVanishing.html | 6 + .../lmrcImage1DProjectionfrom2Dmaking2Ddata.html | 6 + doc/search/lmrcImage1dAverageByCorrelation.html | 6 + doc/search/lmrcImage1dCorrelation.html | 6 + doc/search/lmrcImage1dShiftAdd.html | 6 + doc/search/lmrcImage1dShiftAllSearch.html | 6 + doc/search/lmrcImage1dShiftAverageByAnnealing.html | 6 + doc/search/lmrcImage1dShiftByCorrelation.html | 6 + doc/search/lmrcImage1dSignalGet.html | 7 + doc/search/lmrcImage1dmaxFind.html | 6 + doc/search/lmrcImage2pdb.html | 6 + doc/search/lmrcImage2pdbCalcPositionOnsurface.html | 6 + doc/search/lmrcImage2pdbOnsurface.html | 6 + doc/search/lmrcImage2pdbOnsurfaceCageMode.html | 6 + doc/search/lmrcImage3DHighResoEmphasis.html | 6 + .../lmrcImage3DHighResoEmphasisFunction.html | 6 + doc/search/lmrcImage3DPad.html | 6 + doc/search/lmrcImage3DPadCalcavr.html | 6 + doc/search/lmrcImage3DPadfilament.html | 6 + doc/search/lmrcImage3DPadfilamentCalcavr.html | 6 + doc/search/lmrcImageAbnormalValueRemove.html | 6 + doc/search/lmrcImageAbs.html | 6 + doc/search/lmrcImageAdaptiveBinalization.html | 6 + doc/search/lmrcImageAdd.html | 17 + doc/search/lmrcImageAddedByReal.html | 17 + doc/search/lmrcImageAddedByRealproto.html | 7 + doc/search/lmrcImageAddproto.html | 7 + doc/search/lmrcImageAnealingStartxiySet.html | 6 + doc/search/lmrcImageAssignedToTFofPDB.html | 6 + doc/search/lmrcImageAutoRotationCorrelation.html | 21 + .../lmrcImageAutoRotationCorrelationInfo.html | 24 + ...relationRotationalCrossCorrelationFunction.html | 21 + ...ionRotationalCrossCorrelationFunctionproto.html | 7 + .../lmrcImageAutoRotationCorrelationproto.html | 7 + ...mageAutoRotationCorretionForManyReferences.html | 6 + doc/search/lmrcImageAveragingForImages.html | 6 + doc/search/lmrcImageBandPassFilter.html | 8 + doc/search/lmrcImageBandPassFilterInfo.html | 13 + doc/search/lmrcImageBandPassFilterproto.html | 7 + doc/search/lmrcImageBinalization.html | 9 + doc/search/lmrcImageBinalizationInfo.html | 14 + doc/search/lmrcImageBinalizationUsage.html | 9 + doc/search/lmrcImageBinalizationUsageproto.html | 7 + doc/search/lmrcImageBinalizationproto.html | 7 + doc/search/lmrcImageCTFCompensation-call.html.html | 4 + doc/search/lmrcImageCTFCompensation.html | 10 + doc/search/lmrcImageCTFCompensationproto.html | 7 + doc/search/lmrcImageCTFDetermination.html | 8 + ...reateRefFilebyNearFar3DReconstInitializeLL.html | 8 + ...RefFilebyNearFar3DReconstInitializeLLproto.html | 7 + ...eateRefFilebyNearFar3DReconstInitializeMRC.html | 8 + ...efFilebyNearFar3DReconstInitializeMRCproto.html | 7 + ...rminationCreateRefFilebyNearFar3DReconstLL.html | 8 + ...tionCreateRefFilebyNearFar3DReconstLLproto.html | 7 + ...minationCreateRefFilebyNearFar3DReconstMRC.html | 8 + ...ionCreateRefFilebyNearFar3DReconstMRCproto.html | 7 + doc/search/lmrcImageCTFDeterminationInfo.html | 23 + doc/search/lmrcImageCTFDeterminationInfoMode.html | 14 + doc/search/lmrcImageCTFDeterminationInfoRef.html | 28 + doc/search/lmrcImageCTFDeterminationResultFFT.html | 8 + .../lmrcImageCTFDeterminationResultFFTproto.html | 7 + doc/search/lmrcImageCTFDeterminationproto.html | 7 + doc/search/lmrcImageCTFObservation-call.html.html | 4 + doc/search/lmrcImageCTFObservation.html | 11 + doc/search/lmrcImageCTFObservationproto.html | 7 + doc/search/lmrcImageCTFSN.html | 6 + doc/search/lmrcImageCTFSNInfo.html | 13 + doc/search/lmrcImageCTFSNproto.html | 7 + doc/search/lmrcImageCVE.html | 8 + doc/search/lmrcImageCVEInfo.html | 13 + doc/search/lmrcImageCVEproto.html | 7 + doc/search/lmrcImageCenterDensityChange.html | 6 + doc/search/lmrcImageCenterGet.html | 57 + doc/search/lmrcImageCenterGetproto.html | 7 + doc/search/lmrcImageCenterOfMass.html | 13 + .../lmrcImageCenterOfMassCalculate-call.html.html | 4 + doc/search/lmrcImageCenterOfMassCalculate.html | 26 + .../lmrcImageCenterOfMassCalculateproto.html | 7 + doc/search/lmrcImageCheckFFT.html | 8 + doc/search/lmrcImageCheckFFTproto.html | 7 + doc/search/lmrcImageCheckSameSize-call.html.html | 4 + doc/search/lmrcImageCheckSameSize.html | 10 + doc/search/lmrcImageCheckSameSizeproto.html | 7 + doc/search/lmrcImageCircumferentialProjection.html | 6 + doc/search/lmrcImageClusterAnalysis.html | 6 + .../lmrcImageClusterAnalysisByIteration.html | 6 + doc/search/lmrcImageClusterMerge.html | 6 + doc/search/lmrcImageCommonLineInfo.html | 15 + doc/search/lmrcImageCommonLineInfoOutput.html | 8 + doc/search/lmrcImageCommonLineInfoOutputproto.html | 7 + doc/search/lmrcImageCommonLineInfoUsage.html | 8 + doc/search/lmrcImageCommonLineInfoUsageproto.html | 7 + doc/search/lmrcImageCommonLineMode.html | 11 + doc/search/lmrcImageCommonLineSearch.html | 8 + doc/search/lmrcImageCommonLineSearchMode.html | 12 + doc/search/lmrcImageCommonLineSearchproto.html | 7 + doc/search/lmrcImageConnection.html | 8 + doc/search/lmrcImageConnectionInfo.html | 11 + doc/search/lmrcImageConnectionproto.html | 7 + .../lmrcImageContinuousHelicalAveraging.html | 6 + ...cImageContinuousHelicalAveragingwithWeight.html | 6 + .../lmrcImageContourSurfaceCreate-call.html.html | 4 + doc/search/lmrcImageContourSurfaceCreate.html | 12 + .../lmrcImageContourSurfaceCreate0proto.html | 7 + doc/search/lmrcImageContourSurfaceCreateproto.html | 7 + doc/search/lmrcImageContourSurfaceInfo.html | 11 + doc/search/lmrcImageContourSurfaceMode.html | 11 + doc/search/lmrcImageCoordinateChange.html | 6 + doc/search/lmrcImageCopy.html | 14 + doc/search/lmrcImageCopyproto.html | 7 + doc/search/lmrcImageCorrelation-call.html.html | 4 + doc/search/lmrcImageCorrelation.html | 25 + doc/search/lmrcImageCorrelationByInnerProduct.html | 6 + doc/search/lmrcImageCorrelationInFourierSpace.html | 6 + doc/search/lmrcImageCorrelationModePrint.html | 21 + doc/search/lmrcImageCorrelationModePrintproto.html | 7 + doc/search/lmrcImageCorrelationRefinement.html | 21 + doc/search/lmrcImageCorrelationRefinementInfo.html | 15 + .../lmrcImageCorrelationRefinementproto.html | 7 + .../lmrcImageCorrelationWithCTFCompensation.html | 6 + ...rcImageCorrelationWithCTFCompensationproto.html | 7 + doc/search/lmrcImageCorrelationinSpace.html | 10 + doc/search/lmrcImageCorrelationinSpaceproto.html | 7 + doc/search/lmrcImageCorrelationproto.html | 7 + doc/search/lmrcImageCrystalCreate-call.html.html | 4 + doc/search/lmrcImageCrystalCreate.html | 11 + doc/search/lmrcImageCrystalCreateInfo.html | 13 + doc/search/lmrcImageCrystalCreateproto.html | 7 + doc/search/lmrcImageCutAndSetInArrayHelpPrint.html | 6 + doc/search/lmrcImageCutAndSetInArrayInfoPrint.html | 6 + doc/search/lmrcImageDataMaxAndMinGetByImage.html | 8 + .../lmrcImageDataMaxAndMinGetByImageproto.html | 7 + doc/search/lmrcImageDataStraightCopy.html | 9 + doc/search/lmrcImageDataStraightCopyproto.html | 7 + .../lmrcImageDensityChageEstimationMode.html | 14 + doc/search/lmrcImageDensityChangeEstimation.html | 10 + ...mageDensityChangeEstimationCentreOfGravity.html | 10 + ...ensityChangeEstimationCentreOfGravityproto.html | 7 + .../lmrcImageDensityChangeEstimationInfo.html | 14 + .../lmrcImageDensityChangeEstimationInfo0.html | 16 + .../lmrcImageDensityChangeEstimationMax.html | 10 + .../lmrcImageDensityChangeEstimationMaxproto.html | 7 + .../lmrcImageDensityChangeEstimationModePrint.html | 10 + ...ImageDensityChangeEstimationModePrintproto.html | 7 + doc/search/lmrcImageDensityChangeEstimationSD.html | 10 + .../lmrcImageDensityChangeEstimationSDproto.html | 7 + .../lmrcImageDensityChangeEstimationWrite.html | 10 + ...lmrcImageDensityChangeEstimationWriteproto.html | 7 + .../lmrcImageDensityChangeEstimationproto.html | 7 + .../lmrcImageDensityFittingForNormalization.html | 9 + ...rcImageDensityFittingForNormalizationproto.html | 7 + doc/search/lmrcImageDensityInfo.html | 10 + .../lmrcImageDensityInfoCentreOfGravity.html | 10 + .../lmrcImageDensityInfoCentreOfGravityproto.html | 7 + doc/search/lmrcImageDensityInfoInfo.html | 17 + doc/search/lmrcImageDensityInfoMax.html | 10 + doc/search/lmrcImageDensityInfoMaxproto.html | 7 + doc/search/lmrcImageDensityInfoMode.html | 15 + doc/search/lmrcImageDensityInfoModePrint.html | 10 + doc/search/lmrcImageDensityInfoModePrintproto.html | 7 + .../lmrcImageDensityInfoPercentageVolume.html | 10 + .../lmrcImageDensityInfoPercentageVolumeproto.html | 7 + doc/search/lmrcImageDensityInfoSD.html | 10 + doc/search/lmrcImageDensityInfoSDproto.html | 7 + doc/search/lmrcImageDensityInfoWrite.html | 10 + doc/search/lmrcImageDensityInfoWriteproto.html | 7 + doc/search/lmrcImageDensityInfoproto.html | 7 + doc/search/lmrcImageDensityInverse.html | 8 + doc/search/lmrcImageDensityInverseproto.html | 7 + ...mrcImageDensityNormalizationByImageFitMode.html | 12 + .../lmrcImageDensityNormalizationByImageInfo.html | 32 + ...cImageDensityNormalizationByImageInfoPrint.html | 9 + ...eDensityNormalizationByImageInfoPrintproto.html | 7 + ...cImageDensityNormalizationByImageModePrint.html | 15 + ...eDensityNormalizationByImageModePrintproto.html | 7 + .../lmrcImageDenstiyNormalizationByImage.html | 15 + .../lmrcImageDenstiyNormalizationByImageproto.html | 7 + ...ageDeterminationOfPolarAxisByAssumingNfold.html | 23 + ...eterminationOfPolarAxisByAssumingNfoldInfo.html | 21 + ...terminationOfPolarAxisByAssumingNfoldproto.html | 7 + doc/search/lmrcImageDevideIntoTwoImages.html | 6 + doc/search/lmrcImageDevidedByImage.html | 17 + doc/search/lmrcImageDevidedByImageproto.html | 7 + doc/search/lmrcImageDevidedByReal.html | 17 + .../lmrcImageDevidedByRealForOnlyPositive.html | 17 + ...lmrcImageDevidedByRealForOnlyPositiveproto.html | 7 + doc/search/lmrcImageDevidedByRealproto.html | 7 + doc/search/lmrcImageDisplayAsTempFactor.html | 6 + doc/search/lmrcImageDistanceCalc.html | 6 + doc/search/lmrcImageDistanceCalcByWardMethod.html | 6 + ...geDistanceCalcByWardMethodWithAutoRotation.html | 6 + .../lmrcImageDistanceCalcWithAutoRotation.html | 6 + doc/search/lmrcImageEdgeAverage-call.html.html | 4 + doc/search/lmrcImageEdgeAverage.html | 11 + doc/search/lmrcImageEdgeAverageInfo.html | 14 + doc/search/lmrcImageEdgeAverageproto.html | 7 + doc/search/lmrcImageEuclidDistanceCalc.html | 21 + doc/search/lmrcImageEuclidDistanceCalcproto.html | 7 + doc/search/lmrcImageExpression.html | 6 + .../lmrcImageExtracty0andValueAdjustment.html | 6 + doc/search/lmrcImageFFT-call.html.html | 4 + doc/search/lmrcImageFFT.html | 62 + .../lmrcImageFFTFirstDimensionOnly-call.html.html | 4 + doc/search/lmrcImageFFTFirstDimensionOnly.html | 50 + .../lmrcImageFFTFirstDimensionOnlyproto.html | 7 + doc/search/lmrcImageFFTLayerLineExtraction.html | 6 + doc/search/lmrcImageFFTproto.html | 7 + doc/search/lmrcImageFTDataSetByRArray.html | 57 + doc/search/lmrcImageFTDataSetByRArrayproto.html | 7 + doc/search/lmrcImageFTSetbyRArray-call.html.html | 4 + doc/search/lmrcImageFTSetbyRArray.html | 59 + doc/search/lmrcImageFTSetbyRArrayproto.html | 7 + doc/search/lmrcImageFilterCreate.html | 8 + doc/search/lmrcImageFilterCreateInfo.html | 17 + doc/search/lmrcImageFilterCreateMode.html | 12 + doc/search/lmrcImageFilterCreateproto.html | 7 + doc/search/lmrcImageFilterInfoFileFormat.html | 8 + doc/search/lmrcImageFilterInfoFileFormatproto.html | 7 + doc/search/lmrcImageFilterInfoFileRead.html | 8 + doc/search/lmrcImageFilterInfoFileReadproto.html | 7 + doc/search/lmrcImageFilterInfoPrint.html | 8 + doc/search/lmrcImageFilterInfoPrintproto.html | 7 + doc/search/lmrcImageFilteringbyArray.html | 6 + doc/search/lmrcImageFilteringbyFile.html | 6 + .../lmrcImageFilteringbyFileForVariance.html | 8 + .../lmrcImageFilteringbyFileForVarianceproto.html | 7 + .../lmrcImageFirstNoiseReductionByRelaxation.html | 8 + ...cImageFirstNoiseReductionByRelaxationproto.html | 7 + doc/search/lmrcImageFourierPowerSpectrum.html | 6 + ...mrcImageFourierPowerSpectrumDeleteSpectrum.html | 6 + ...ageFourierPowerSpectrumDeleteSpectrumproto.html | 7 + doc/search/lmrcImageFourierPowerSpectrumInfo.html | 12 + .../lmrcImageFourierPowerSpectrumMakeSpectrum.html | 6 + ...ImageFourierPowerSpectrumMakeSpectrumproto.html | 7 + doc/search/lmrcImageFourierPowerSpectrumproto.html | 7 + doc/search/lmrcImageFourierShellCorrelation.html | 6 + doc/search/lmrcImageGaussDisc.html | 6 + doc/search/lmrcImageGaussSphere.html | 6 + doc/search/lmrcImageHelicalAveraging.html | 6 + doc/search/lmrcImageHelicalMappingFrom2DImage.html | 6 + doc/search/lmrcImageHelicalMasking.html | 7 + doc/search/lmrcImageHelicalProjection.html | 6 + doc/search/lmrcImageHighPassFilter.html | 9 + doc/search/lmrcImageHighPassFilterInfo.html | 13 + doc/search/lmrcImageHighPassFilterproto.html | 7 + doc/search/lmrcImageHighlightInfo.html | 13 + doc/search/lmrcImageHighlighting.html | 6 + doc/search/lmrcImageHighlightingInfoPrint.html | 6 + .../lmrcImageHighlightingInfoPrintproto.html | 7 + doc/search/lmrcImageHighlightingproto.html | 7 + doc/search/lmrcImageHistgram-call.html.html | 4 + doc/search/lmrcImageHistgram.html | 39 + doc/search/lmrcImageHistgram2.html | 36 + doc/search/lmrcImageHistgram2proto.html | 7 + doc/search/lmrcImageHistgram3.html | 36 + doc/search/lmrcImageHistgram3proto.html | 7 + doc/search/lmrcImageHistgram4.html | 36 + doc/search/lmrcImageHistgram4proto.html | 7 + doc/search/lmrcImageHistgram5-call.html.html | 4 + doc/search/lmrcImageHistgram5.html | 38 + doc/search/lmrcImageHistgram5proto.html | 7 + doc/search/lmrcImageHistgram6.html | 36 + doc/search/lmrcImageHistgram6proto.html | 7 + doc/search/lmrcImageHistgramproto.html | 7 + doc/search/lmrcImageInImage.html | 6 + doc/search/lmrcImageInfo.html | 6 + doc/search/lmrcImageInformation-call.html.html | 4 + doc/search/lmrcImageInformation.html | 45 + doc/search/lmrcImageInformationproto.html | 7 + doc/search/lmrcImageLinearCorrelation.html | 21 + doc/search/lmrcImageLinearCorrelationproto.html | 7 + doc/search/lmrcImageLowPassFilter.html | 9 + doc/search/lmrcImageLowPassFilterInfo.html | 13 + doc/search/lmrcImageLowPassFilterproto.html | 7 + doc/search/lmrcImageMagnificationChange.html | 57 + doc/search/lmrcImageMagnificationChangeproto.html | 7 + doc/search/lmrcImageMake2DArrayImage.html | 6 + doc/search/lmrcImageMakeDump2DFourier.html | 7 + doc/search/lmrcImageMakeDump2DReal.html | 6 + doc/search/lmrcImageMakeDump3DFourier.html | 7 + doc/search/lmrcImageMakeDump3DReal.html | 6 + doc/search/lmrcImageMakeFilterFromFile.html | 6 + doc/search/lmrcImageMakeSphere.html | 6 + doc/search/lmrcImageMakeSphereWithOthers.html | 6 + doc/search/lmrcImageMakecylinderbyfile.html | 6 + doc/search/lmrcImageMappingtoPdb.html | 6 + doc/search/lmrcImageMasking.html | 6 + doc/search/lmrcImageMaskingByImage.html | 6 + doc/search/lmrcImageMaskingInfo.html | 14 + doc/search/lmrcImageMaskingInfoShape.html | 12 + doc/search/lmrcImageMaskingproto.html | 7 + doc/search/lmrcImageMaxDataGet-call.html.html | 4 + doc/search/lmrcImageMaxDataGet.html | 15 + doc/search/lmrcImageMaxDataGetproto.html | 7 + doc/search/lmrcImageMaxFind.html | 6 + doc/search/lmrcImageMeanSubstruction.html | 6 + doc/search/lmrcImageMeanSubstructionproto.html | 0 doc/search/lmrcImageMeanSubtraction-call.html.html | 4 + doc/search/lmrcImageMeanSubtraction.html | 12 + doc/search/lmrcImageMeanSubtractionproto.html | 0 doc/search/lmrcImageMergebyside.html | 6 + doc/search/lmrcImageMinSubstruction.html | 6 + doc/search/lmrcImageMinSubstructionproto.html | 0 doc/search/lmrcImageMinSubtraction-call.html.html | 4 + doc/search/lmrcImageMinSubtraction.html | 12 + doc/search/lmrcImageMinSubtractionproto.html | 0 doc/search/lmrcImageModeChange-call.html.html | 4 + doc/search/lmrcImageModeChange.html | 14 + doc/search/lmrcImageModeChangeproto.html | 7 + doc/search/lmrcImageMontageCreate.html | 9 + doc/search/lmrcImageMontageCreateproto.html | 7 + doc/search/lmrcImageMontageInfo.html | 21 + doc/search/lmrcImageMove.html | 8 + doc/search/lmrcImageMoveMode.html | 11 + doc/search/lmrcImageMoveModePrint.html | 8 + doc/search/lmrcImageMoveModePrintproto.html | 7 + doc/search/lmrcImageMoveproto.html | 7 + doc/search/lmrcImageMultiCTFCompensation.html | 8 + doc/search/lmrcImageMultiCTFCompensationInfo.html | 16 + ...lmrcImageMultiCTFCompensationInfoInitproto.html | 7 + .../lmrcImageMultiCTFCompensationInfoSetproto.html | 7 + doc/search/lmrcImageMultiCTFCompensationproto.html | 7 + doc/search/lmrcImageMultiCTFDetermination.html | 6 + doc/search/lmrcImageMultiplying.html | 15 + doc/search/lmrcImageMultiplying2.html | 15 + doc/search/lmrcImageMultiplying2proto.html | 7 + .../lmrcImageMultiplyingbyMrc-call.html.html | 4 + doc/search/lmrcImageMultiplyingbyMrc.html | 59 + doc/search/lmrcImageMultiplyingbyMrcproto.html | 7 + doc/search/lmrcImageMultiplyingproto.html | 7 + doc/search/lmrcImageMultiplysingbyFile.html | 57 + doc/search/lmrcImageMultiplysingbyFileproto.html | 7 + doc/search/lmrcImageNoiseCreate.html | 6 + .../lmrcImageNoiseReductionByRelaxationInfo.html | 17 + doc/search/lmrcImageNormalization.html | 57 + .../lmrcImageNormalizationAsProbability.html | 6 + .../lmrcImageNormalizationAsProbabilityproto.html | 7 + doc/search/lmrcImageNormalizationproto.html | 7 + doc/search/lmrcImageNormalizing.html | 9 + doc/search/lmrcImageNormalizingInfo.html | 16 + doc/search/lmrcImageNormalizingModePrint.html | 9 + doc/search/lmrcImageNormalizingModePrintproto.html | 7 + doc/search/lmrcImageNormalizingParaTypeReal.html | 9 + doc/search/lmrcImageNormalizingproto.html | 7 + doc/search/lmrcImagePad-call.html.html | 4 + doc/search/lmrcImagePad.html | 14 + doc/search/lmrcImagePadInfo.html | 16 + doc/search/lmrcImagePadMode.html | 20 + doc/search/lmrcImagePadproto.html | 7 + ...SummationOfProbabilityGetByImage-call.html.html | 4 + ...ImagePixelSummationOfProbabilityGetByImage.html | 10 + ...PixelSummationOfProbabilityGetByImageproto.html | 7 + doc/search/lmrcImagePrint.html | 6 + doc/search/lmrcImageProjection-call.html.html | 4 + doc/search/lmrcImageProjection.html | 12 + doc/search/lmrcImageProjectionInfo.html | 11 + doc/search/lmrcImageProjectionproto.html | 7 + ...mrcImageProportionalDensityLevelSetByImage.html | 8 + ...ageProportionalDensityLevelSetByImageproto.html | 7 + doc/search/lmrcImageROI3D.html | 8 + doc/search/lmrcImageROI3DInfo.html | 19 + doc/search/lmrcImageROI3Dproto.html | 7 + doc/search/lmrcImageROIShape.html | 14 + doc/search/lmrcImageROInotChangeHeaderLength.html | 6 + doc/search/lmrcImageROIsInfo.html | 12 + doc/search/lmrcImageROIsInformationGet.html | 10 + doc/search/lmrcImageROIsInformationGetproto.html | 7 + doc/search/lmrcImageRadialDistribution.html | 8 + doc/search/lmrcImageRadialDistributionInfo.html | 13 + doc/search/lmrcImageRadialDistributionproto.html | 7 + doc/search/lmrcImageRectangleGet.html | 57 + doc/search/lmrcImageRectangleGetByCorrelation.html | 6 + .../lmrcImageRectangleGetByCorrelationPosEst.html | 6 + ...cImageRectangleGetByCorrelationPosEstByFFT.html | 6 + doc/search/lmrcImageRectangleGetproto.html | 7 + doc/search/lmrcImageResolutionEstimateForR.html | 6 + doc/search/lmrcImageResolutionEstimateForZ.html | 6 + doc/search/lmrcImageReverse.html | 6 + doc/search/lmrcImageRhoFiltering.html | 8 + doc/search/lmrcImageRhoFiltering2.html | 8 + doc/search/lmrcImageRhoFiltering2proto.html | 7 + doc/search/lmrcImageRhoFilteringproto.html | 7 + doc/search/lmrcImageRotation2D.html | 27 + ...cImageRotation2DPeriodicBoundary-call.html.html | 4 + .../lmrcImageRotation2DPeriodicBoundary.html | 30 + .../lmrcImageRotation2DPeriodicBoundaryproto.html | 7 + doc/search/lmrcImageRotation2Dproto.html | 7 + doc/search/lmrcImageSN.html | 17 + doc/search/lmrcImageSNproto.html | 7 + ...AAutomaticThresholdAndFineSearch-call.html.html | 4 + ...rcImageSSDAAutomaticThresholdAndFineSearch.html | 23 + ...geSSDAAutomaticThresholdAndFineSearchproto.html | 7 + doc/search/lmrcImageSSDAInfo.html | 18 + doc/search/lmrcImageSamplingUnitChange.html | 8 + doc/search/lmrcImageSamplingUnitChangeInfo.html | 13 + doc/search/lmrcImageSamplingUnitChangeproto.html | 7 + doc/search/lmrcImageScalarAdd.html | 6 + doc/search/lmrcImageScoreCalc.html | 6 + doc/search/lmrcImageScoreCalcWithoutOddBoxels.html | 6 + .../lmrcImageSecondNoiseReductionByRelaxation.html | 8 + ...dNoiseReductionByRelaxationDijDimensionSet.html | 8 + ...eReductionByRelaxationDijDimensionSetproto.html | 7 + ...ondNoiseReductionByRelaxationDijStyleMode1.html | 11 + ...ondNoiseReductionByRelaxationDijStyleMode2.html | 12 + ...ondNoiseReductionByRelaxationDijStyleMode3.html | 12 + ...ionByRelaxationDijValueCalculate-call.html.html | 4 + ...oiseReductionByRelaxationDijValueCalculate.html | 10 + ...eductionByRelaxationDijValueCalculateproto.html | 7 + ...econdNoiseReductionByRelaxationDijValueSet.html | 8 + ...NoiseReductionByRelaxationDijValueSetproto.html | 7 + ...eSecondNoiseReductionByRelaxationQValueSet.html | 8 + ...ndNoiseReductionByRelaxationQValueSetproto.html | 7 + ...eSecondNoiseReductionByRelaxationRValueSet.html | 8 + ...ndNoiseReductionByRelaxationRValueSetproto.html | 7 + ...ImageSecondNoiseReductionByRelaxationproto.html | 7 + doc/search/lmrcImageShift-call.html.html | 4 + doc/search/lmrcImageShift.html | 30 + doc/search/lmrcImageShiftAllSearchNumplus.html | 6 + ...ShiftCenterOfMassIntoImageCenter-call.html.html | 4 + .../lmrcImageShiftCenterOfMassIntoImageCenter.html | 13 + ...ImageShiftCenterOfMassIntoImageCenterproto.html | 7 + doc/search/lmrcImageShiftTest.html | 6 + doc/search/lmrcImageShiftproto.html | 7 + doc/search/lmrcImageShiftwithZeroPadding.html | 6 + doc/search/lmrcImageShrink.html | 9 + doc/search/lmrcImageShrinkproto.html | 7 + doc/search/lmrcImageSigmaCalculate.html | 9 + doc/search/lmrcImageSigmaCalculateproto.html | 7 + doc/search/lmrcImageSingleROI.html | 10 + doc/search/lmrcImageSingleROIInfo.html | 42 + doc/search/lmrcImageSingleROIproto.html | 7 + .../lmrcImageSinogramCorrelation-call.html.html | 4 + doc/search/lmrcImageSinogramCorrelation.html | 12 + doc/search/lmrcImageSinogramCorrelationproto.html | 7 + doc/search/lmrcImageSinogramCreate-call.html.html | 4 + doc/search/lmrcImageSinogramCreate.html | 12 + doc/search/lmrcImageSinogramCreateproto.html | 7 + doc/search/lmrcImageSinogramInfo.html | 12 + doc/search/lmrcImageSmoothing.html | 9 + doc/search/lmrcImageSmoothingInfo.html | 14 + doc/search/lmrcImageSmoothingproto.html | 7 + .../lmrcImageSolventFlattening-call.html.html | 4 + doc/search/lmrcImageSolventFlattening.html | 11 + doc/search/lmrcImageSolventFlatteningInfo.html | 12 + doc/search/lmrcImageSolventFlatteningproto.html | 7 + doc/search/lmrcImageSphere.html | 8 + doc/search/lmrcImageSphereInfo.html | 14 + doc/search/lmrcImageSphereproto.html | 7 + doc/search/lmrcImageSqr.html | 7 + doc/search/lmrcImageSqrt.html | 6 + doc/search/lmrcImageStandardDeviation.html | 57 + .../lmrcImageStandardDeviationForImages.html | 6 + doc/search/lmrcImageStandardDeviationproto.html | 7 + doc/search/lmrcImageStandardDeviationwithLH.html | 6 + doc/search/lmrcImageStandardDeviationwithTh.html | 6 + .../lmrcImageStandardDeviationwithThreshold.html | 6 + doc/search/lmrcImageStdDev.html | 17 + doc/search/lmrcImageStdDevproto.html | 7 + doc/search/lmrcImageStdErr.html | 17 + doc/search/lmrcImageStdErrproto.html | 7 + .../lmrcImageStudentCalculate-call.html.html | 4 + doc/search/lmrcImageStudentCalculate.html | 8 + doc/search/lmrcImageStudentCalculateproto.html | 7 + doc/search/lmrcImageSubstraction.html | 6 + doc/search/lmrcImageSubstractionCalc.html | 6 + doc/search/lmrcImageSubstractionCalcproto.html | 0 doc/search/lmrcImageSubstractionproto.html | 0 doc/search/lmrcImageSubtraction.html | 10 + doc/search/lmrcImageSubtractionCalc.html | 10 + doc/search/lmrcImageSubtractionCalcproto.html | 0 doc/search/lmrcImageSubtractionproto.html | 0 .../lmrcImageSummationCalculate-call.html.html | 4 + doc/search/lmrcImageSummationCalculate.html | 12 + doc/search/lmrcImageSummationCalculateproto.html | 7 + doc/search/lmrcImageSymmetryAverage.html | 9 + doc/search/lmrcImageSymmetryAverageproto.html | 7 + doc/search/lmrcImageSymmetryFind.html | 9 + doc/search/lmrcImageSymmetryFindCentreType.html | 12 + doc/search/lmrcImageSymmetryFindCheckByAdd.html | 9 + .../lmrcImageSymmetryFindCheckByAddproto.html | 7 + .../lmrcImageSymmetryFindCheckByCorrelation.html | 9 + ...rcImageSymmetryFindCheckByCorrelationproto.html | 7 + .../lmrcImageSymmetryFindCheckByFourier.html | 9 + .../lmrcImageSymmetryFindCheckByFourierproto.html | 7 + doc/search/lmrcImageSymmetryFindCheckBySRP.html | 9 + .../lmrcImageSymmetryFindCheckBySRPproto.html | 7 + doc/search/lmrcImageSymmetryFindCheckByTTest.html | 9 + .../lmrcImageSymmetryFindCheckByTTestproto.html | 7 + doc/search/lmrcImageSymmetryFindCheckType.html | 15 + doc/search/lmrcImageSymmetryFindInfo.html | 38 + doc/search/lmrcImageSymmetryFindModePrint.html | 9 + .../lmrcImageSymmetryFindModePrintproto.html | 7 + doc/search/lmrcImageSymmetryFindResultOut.html | 9 + .../lmrcImageSymmetryFindResultOutproto.html | 7 + doc/search/lmrcImageSymmetryFindSubtraction.html | 9 + .../lmrcImageSymmetryFindSubtractionType.html | 13 + .../lmrcImageSymmetryFindSubtractionproto.html | 7 + doc/search/lmrcImageSymmetryFindproto.html | 7 + doc/search/lmrcImageTfunction.html | 8 + doc/search/lmrcImageTfunctionInfo.html | 13 + doc/search/lmrcImageTfunctionproto.html | 7 + doc/search/lmrcImageToIntImage.html | 8 + doc/search/lmrcImageToIntImageproto.html | 7 + ...ImageTransformDescartesIntoPolar-call.html.html | 4 + .../lmrcImageTransformDescartesIntoPolar.html | 26 + .../lmrcImageTransformDescartesIntoPolarInfo.html | 21 + .../lmrcImageTransformDescartesIntoPolarproto.html | 7 + doc/search/lmrcImageTranspose.html | 6 + doc/search/lmrcImageUnbentROI.html | 6 + doc/search/lmrcImageUnexpectedMassFromPDB.html | 6 + doc/search/lmrcImageUntwist.html | 6 + doc/search/lmrcImageVolumeCalc.html | 6 + doc/search/lmrcImageWindowing.html | 9 + doc/search/lmrcImageWindowingInfo.html | 14 + doc/search/lmrcImageWindowingproto.html | 7 + doc/search/lmrcImageXProjection-call.html.html | 4 + doc/search/lmrcImageXProjection.html | 39 + doc/search/lmrcImageXProjectionproto.html | 7 + doc/search/lmrcImageXSection-call.html.html | 4 + doc/search/lmrcImageXSection.html | 38 + doc/search/lmrcImageXSectionproto.html | 7 + doc/search/lmrcImageXYProjection.html | 36 + doc/search/lmrcImageXYProjectionproto.html | 7 + doc/search/lmrcImageYProjection-call.html.html | 4 + doc/search/lmrcImageYProjection.html | 38 + doc/search/lmrcImageYProjectionproto.html | 7 + doc/search/lmrcImageYSection-call.html.html | 4 + doc/search/lmrcImageYSection.html | 38 + doc/search/lmrcImageYSectionproto.html | 7 + doc/search/lmrcImageYZProjection.html | 36 + doc/search/lmrcImageYZProjectionproto.html | 7 + doc/search/lmrcImageZ1Normalization.html | 57 + doc/search/lmrcImageZ1Normalizationproto.html | 7 + doc/search/lmrcImageZProjection.html | 36 + doc/search/lmrcImageZProjectionproto.html | 7 + doc/search/lmrcImageZXProjection.html | 36 + doc/search/lmrcImageZXProjectionproto.html | 7 + doc/search/lmrcImagepdbFileReduce.html | 6 + doc/search/lmrcImagesFTest.html | 8 + doc/search/lmrcImagesFTest2.html | 8 + doc/search/lmrcImagesFTest2proto.html | 7 + doc/search/lmrcImagesFTestproto.html | 7 + doc/search/lmrcImagesStatDataGet-call.html.html | 4 + doc/search/lmrcImagesStatDataGet.html | 19 + doc/search/lmrcImagesStatDataGetInfo.html | 25 + doc/search/lmrcImagesStatDataGetproto.html | 7 + doc/search/lmrcImagesTTest-call.html.html | 4 + doc/search/lmrcImagesTTest.html | 12 + doc/search/lmrcImagesTTest2.html | 10 + doc/search/lmrcImagesTTest2proto.html | 7 + doc/search/lmrcImagesTTestproto.html | 7 + doc/search/lmrcImagesVarianceAnalysis.html | 8 + doc/search/lmrcImagesVarianceAnalysis2.html | 8 + doc/search/lmrcImagesVarianceAnalysis2proto.html | 7 + ...lmrcImagesVarianceAnalysisInformationPrint.html | 8 + ...magesVarianceAnalysisInformationPrintproto.html | 7 + doc/search/lmrcImagesVarianceAnalysisproto.html | 7 + doc/search/lmrcImagesVarianceMap.html | 8 + doc/search/lmrcImagesVarianceMap2.html | 8 + doc/search/lmrcImagesVarianceMap2proto.html | 7 + .../lmrcImagesVarianceMapInformationPrint.html | 8 + ...lmrcImagesVarianceMapInformationPrintproto.html | 7 + doc/search/lmrcImagesVarianceMapproto.html | 7 + doc/search/lmrcImagetMapForZero.html | 17 + doc/search/lmrcImagetMapForZeroproto.html | 7 + doc/search/lmrcImageyPad.html | 6 + doc/search/lmrcMakepwzCortemplate.html | 7 + doc/search/lmrcMask1D.html | 6 + doc/search/lmrcMask2D.html | 6 + doc/search/lmrcMirrorImageCreate.html | 6 + doc/search/lmrcOmegaAlphaCor.html | 6 + doc/search/lmrcPhaseImageCreate.html | 6 + doc/search/lmrcPhiAlphaCor.html | 6 + doc/search/lmrcPhiOmegaCor.html | 6 + doc/search/lmrcPixelLiGet.html | 57 + doc/search/lmrcPixelLiGetproto.html | 7 + doc/search/lmrcPutRef.html | 6 + doc/search/lmrcRef2DImgCorrelation.html | 57 + doc/search/lmrcRef2DImgCorrelationproto.html | 7 + doc/search/lmrcRefCenterGet.html | 6 + doc/search/lmrcRefConvFou2D.html | 6 + doc/search/lmrcRefConvImg2D.html | 6 + doc/search/lmrcRefCorAbsNormalizeByMax.html | 6 + doc/search/lmrcRefCorAbsolute.html | 6 + doc/search/lmrcRefCorHeaderGet.html | 57 + doc/search/lmrcRefCorHeaderGetproto.html | 7 + doc/search/lmrcRefCorHeaderSet.html | 57 + doc/search/lmrcRefCorHeaderSetproto.html | 7 + doc/search/lmrcRefCorMaxFind.html | 7 + doc/search/lmrcRefCorOrientedAroundPeakGet.html | 6 + doc/search/lmrcRefCorOrientedDistanceDisp.html | 6 + doc/search/lmrcRefCorOrientedDistanceEstimate.html | 6 + doc/search/lmrcRefCorOrientedEstimate.html | 6 + doc/search/lmrcRefCorOrientedStatDisp.html | 6 + doc/search/lmrcRefCorUnOrientedEstimate.html | 6 + .../lmrcRefCorUnOrientedReverseEstimate.html | 6 + doc/search/lmrcRefCorUnOrientedStatDisp.html | 6 + doc/search/lmrcRefCoreImageGet.html | 6 + doc/search/lmrcRefCorrelationGet.html | 57 + doc/search/lmrcRefCorrelationGetCordinate.html | 57 + .../lmrcRefCorrelationGetCordinateproto.html | 7 + doc/search/lmrcRefCorrelationGetRefxCordinate.html | 57 + .../lmrcRefCorrelationGetRefxCordinateproto.html | 7 + doc/search/lmrcRefCorrelationGetRefyCordinate.html | 57 + .../lmrcRefCorrelationGetRefyCordinateproto.html | 7 + doc/search/lmrcRefCorrelationGetproto.html | 7 + doc/search/lmrcRefCreate.html | 6 + doc/search/lmrcRefFFTConv2D.html | 6 + doc/search/lmrcRefFFTConvert.html | 6 + doc/search/lmrcRefFilamentProjction.html | 57 + doc/search/lmrcRefFilamentProjctionproto.html | 7 + doc/search/lmrcRefGetdegreeCoordinate.html | 57 + doc/search/lmrcRefGetdegreeCoordinateproto.html | 7 + doc/search/lmrcRefGetzCordinate.html | 57 + doc/search/lmrcRefGetzCordinateproto.html | 7 + doc/search/lmrcRefHeaderCreate.html | 6 + doc/search/lmrcRefHeaderGet.html | 57 + doc/search/lmrcRefHeaderGetproto.html | 7 + doc/search/lmrcRefHeaderSet.html | 57 + doc/search/lmrcRefHeaderSetproto.html | 7 + doc/search/lmrcRefHighPassFilter.html | 6 + doc/search/lmrcRefImageCorrelation.html | 7 + doc/search/lmrcRefImageCorrelationByFFT.html | 6 + doc/search/lmrcRefImagepwzCorMaxxDisp.html | 6 + doc/search/lmrcRefImagepwzCorMaxxGet.html | 6 + .../lmrcRefImagepwzCorMaxxdataMrcImageGet.html | 6 + .../lmrcRefImagepwzCorMaxxdataMrcImageSet.html | 6 + doc/search/lmrcRefImagepwzCorPeak2to1.html | 6 + doc/search/lmrcRefImagepwzCorPeak2to1MaxFind.html | 6 + doc/search/lmrcRefImagepwzCorPeakDisp.html | 6 + doc/search/lmrcRefImagepwzCorPeakDistance.html | 6 + doc/search/lmrcRefImagepwzCorPeakFind.html | 6 + doc/search/lmrcRefImagepwzCorSmoothing.html | 7 + doc/search/lmrcRefImagepwzCory1MaxFind.html | 6 + doc/search/lmrcRefImagepwzRefPeakMake.html | 6 + doc/search/lmrcRefImagexaFit.html | 6 + doc/search/lmrcRefImagexaFity1.html | 6 + doc/search/lmrcRefImgAllCorrelation.html | 6 + doc/search/lmrcRefImgAllCrossCorrelation.html | 6 + doc/search/lmrcRefImgRndCorrelation.html | 6 + doc/search/lmrcRefImgRndCrossCorrelation.html | 6 + doc/search/lmrcRefImgw0a0Correlation.html | 6 + doc/search/lmrcRefImgw0a0CrossCorrelation.html | 6 + doc/search/lmrcRefLowPassFilter.html | 6 + doc/search/lmrcRefNoiseAdd.html | 6 + doc/search/lmrcRefNormalization.html | 57 + doc/search/lmrcRefNormalizationproto.html | 7 + doc/search/lmrcRefPhaseImageCreate.html | 6 + doc/search/lmrcRefSmoothing.html | 6 + doc/search/lmrcRefSqrAverage.html | 57 + doc/search/lmrcRefSqrAverageZ1.html | 57 + doc/search/lmrcRefSqrAverageZ1proto.html | 7 + doc/search/lmrcRefSqrAverageproto.html | 7 + doc/search/lmrcRefStandardDeviation.html | 57 + doc/search/lmrcRefStandardDeviationproto.html | 7 + doc/search/lmrcRefVariationZ1.html | 57 + doc/search/lmrcRefVariationZ1proto.html | 7 + doc/search/lmrcRefz1ImageCorrelation.html | 6 + doc/search/lmrcSQRImageAdd.html | 17 + doc/search/lmrcSQRImageAddproto.html | 7 + doc/search/lmrcpwzCorHeaderGet.html | 57 + doc/search/lmrcpwzCorHeaderGetproto.html | 7 + doc/search/lmrcpwzCorHeaderSet.html | 57 + doc/search/lmrcpwzCorHeaderSetproto.html | 7 + doc/search/lmrcpwzTemplateCorrelation.html | 7 + doc/search/lmrcxaFitConvert.html | 6 + doc/search/lmrcxaFitDataSet.html | 6 + doc/search/lmrcxaFitTailerGet.html | 6 + doc/search/lmrcxaFitTailerSet.html | 6 + doc/search/lpdb2SketchMacroInfo.html | 6 + doc/search/lpdb2avsFileUCD.html | 6 + doc/search/lpdb2mrc2d.html | 9 + doc/search/lpdb2mrc2dInfo.html | 9 + doc/search/lpdb2mrc2dproto.html | 7 + doc/search/lpdb2mrc3d-call.html.html | 4 + doc/search/lpdb2mrc3d.html | 14 + doc/search/lpdb2mrc3dInfo.html | 9 + doc/search/lpdb2mrc3dproto.html | 7 + doc/search/lpdb2mrcInfo.html | 21 + doc/search/lpdbAtomSection.html | 6 + doc/search/lpdbCalcCentreOfGravity.html | 6 + doc/search/lpdbCalcRMS.html | 6 + doc/search/lpdbChargeFit.html | 6 + doc/search/lpdbDistanceCheck.html | 8 + doc/search/lpdbDistanceCheckproto.html | 7 + doc/search/lpdbDistanceFar.html | 8 + doc/search/lpdbDistanceFarproto.html | 7 + doc/search/lpdbDistanceNear.html | 8 + doc/search/lpdbDistanceNearproto.html | 7 + doc/search/lpdbFileMerge.html | 6 + doc/search/lpdbInfo.html | 6 + doc/search/lpdbMolecularInterfaceFind.html | 6 + doc/search/lpdbRhoFit.html | 6 + doc/search/lpdbSelectedCa.html | 8 + doc/search/lpdbSelectedCaproto.html | 7 + doc/search/lpdbShapeFit.html | 6 + doc/search/lpdbShapeFitInfoSet.html | 6 + doc/search/lpdbSurfaceAsTemperatureFactor.html | 9 + doc/search/lpdbSurfaceAsTemperatureFactor0.html | 9 + .../lpdbSurfaceAsTemperatureFactor0proto.html | 0 .../lpdbSurfaceAsTemperatureFactorproto.html | 7 + doc/search/lpdbSurfaceInfo.html | 16 + doc/search/lpdbSurfaceMode.html | 11 + doc/search/lpdbTempFactorSet.html | 6 + doc/search/lpdbTempFactorTableGet.html | 6 + doc/search/lpdbTwoProteinFit.html | 6 + doc/search/lpdbWaterAdd.html | 6 + doc/search/lpdbnewAtomListShow.html | 6 + doc/search/lpolyInitMatrix.html | 8 + doc/search/lpolyInitMatrixproto.html | 7 + doc/search/lpolyInitVector.html | 8 + doc/search/lpolyInitVectorproto.html | 7 + doc/search/lpolyNominalInterpolation.html | 8 + doc/search/lpolyNominalInterpolationproto.html | 7 + doc/search/lpolySolveMatrix.html | 8 + doc/search/lpolySolveMatrixproto.html | 7 + doc/search/lsin2ltiff2mrc.html | 6 + doc/search/ltiff2mrc.html | 6 + doc/search/ltlg2mrcConfigFileRead.html | 6 + doc/search/ltlg2mrcConfigFileReadproto.html | 7 + doc/search/ltlgData.html | 18 + doc/search/ltlgDataAllocate-call.html.html | 4 + doc/search/ltlgDataAllocate.html | 13 + doc/search/ltlgDataAllocateproto.html | 7 + doc/search/ltlgDataFree.html | 10 + doc/search/ltlgDataFreeproto.html | 7 + doc/search/ltlgDataGet.html | 9 + doc/search/ltlgDataGet2-call.html.html | 4 + doc/search/ltlgDataGet2.html | 11 + doc/search/ltlgDataGet2proto.html | 7 + doc/search/ltlgDataGetproto.html | 7 + doc/search/ltlgDataHow.html | 12 + doc/search/ltlgDataLLData.html | 13 + doc/search/ltlgDataLLDataInfo.html | 13 + doc/search/ltlgDataLNumberGet.html | 9 + doc/search/ltlgDataLNumberGetproto.html | 7 + doc/search/ltlgDataParaInfo.html | 15 + doc/search/ltlgDataPrint.html | 9 + doc/search/ltlgDataPrintInfo.html | 9 + doc/search/ltlgDataPrintInfoproto.html | 7 + doc/search/ltlgDataPrintUsage.html | 9 + doc/search/ltlgDataPrintUsageproto.html | 0 doc/search/ltlgDataPrintllData.html | 9 + doc/search/ltlgDataPrintllDataproto.html | 7 + doc/search/ltlgDataPrintllInfo.html | 9 + doc/search/ltlgDataPrintllInfoproto.html | 7 + doc/search/ltlgDataPrintproto.html | 7 + doc/search/ltlgDataReadFile.html | 9 + doc/search/ltlgDataReadFileproto.html | 7 + doc/search/ltlgDataType.html | 14 + doc/search/ltlgDataWeightModify.html | 8 + doc/search/ltlgDataWeightModifyFromFile.html | 8 + doc/search/ltlgDataWeightModifyFromFileproto.html | 7 + doc/search/ltlgDataWeightModifyproto.html | 7 + doc/search/ltlgDataWeightOfNEqualLOnly.html | 8 + doc/search/ltlgDataWeightOfNEqualLOnlyproto.html | 7 + doc/search/ltlgDataWriteFile.html | 8 + doc/search/ltlgDataWriteFileproto.html | 7 + doc/search/lubksb.html | 6 + doc/search/lubksbproto.html | 7 + doc/search/ludcmp.html | 6 + doc/search/ludcmpproto.html | 7 + doc/search/lvec3add.html | 57 + doc/search/lvec3addproto.html | 7 + doc/search/lvec3mul.html | 57 + doc/search/lvec3mulproto.html | 7 + doc/search/lvec3sub.html | 57 + doc/search/lvec3subproto.html | 7 + doc/search/lxaFitdataConvertOutput.html | 6 + doc/search/lxaFitdataConvertSet.html | 6 + doc/search/lxaFitdataConvertShift.html | 6 + doc/search/lxaFitdataConvertTranse.html | 6 + doc/search/main.html | 255 + doc/search/makecylinder.html | 6 + doc/search/makecylinder3d.html | 6 + doc/search/map2DCoordGet.html | 9 + doc/search/map2DCoordGetproto.html | 7 + doc/search/map2DParallelInfo.html | 9 + doc/search/map2DParallelInfoproto.html | 7 + doc/search/mapFile.html | 12 + doc/search/mapFileHeader.html | 20 + doc/search/mapShortCoord.html | 13 + doc/search/matherr.html | 10 + doc/search/matrix-call.html.html | 4 + doc/search/matrix.html | 31 + doc/search/matrix3DFileFormat-call.html.html | 4 + doc/search/matrix3DFileFormat.html | 18 + doc/search/matrix3DFileFormatproto.html | 7 + doc/search/matrix3DFileRead-call.html.html | 4 + doc/search/matrix3DFileRead.html | 18 + doc/search/matrix3DFileReadproto.html | 7 + doc/search/matrix3DFileWrite-call.html.html | 4 + doc/search/matrix3DFileWrite.html | 18 + doc/search/matrix3DFileWriteproto.html | 7 + doc/search/matrix3DInit-call.html.html | 4 + doc/search/matrix3DInit.html | 22 + doc/search/matrix3DInitproto.html | 7 + doc/search/matrix3DMultiply-call.html.html | 4 + doc/search/matrix3DMultiply.html | 17 + doc/search/matrix3DMultiplyInv.html | 14 + doc/search/matrix3DMultiplyInvproto.html | 7 + doc/search/matrix3DMultiplyVector-call.html.html | 4 + doc/search/matrix3DMultiplyVector.html | 20 + doc/search/matrix3DMultiplyVectorproto.html | 7 + doc/search/matrix3DMultiplyproto.html | 7 + doc/search/matrix3DParaTypeReal.html | 9 + ...matrix3DRotationAntiSetFollowingEulerAngle.html | 10 + ...x3DRotationAntiSetFollowingEulerAngleproto.html | 7 + doc/search/matrix3DRotationSet-call.html.html | 4 + doc/search/matrix3DRotationSet.html | 16 + .../matrix3DRotationSetFollowingEulerAngle.html | 10 + ...atrix3DRotationSetFollowingEulerAngleproto.html | 7 + doc/search/matrix3DRotationSetXYZ-call.html.html | 4 + doc/search/matrix3DRotationSetXYZ.html | 16 + doc/search/matrix3DRotationSetXYZproto.html | 7 + doc/search/matrix3DRotationSetYXZ-call.html.html | 4 + doc/search/matrix3DRotationSetYXZ.html | 16 + doc/search/matrix3DRotationSetYXZproto.html | 7 + doc/search/matrix3DRotationSetZXY-call.html.html | 4 + doc/search/matrix3DRotationSetZXY.html | 16 + doc/search/matrix3DRotationSetZXYproto.html | 7 + doc/search/matrix3DRotationSetZYX-call.html.html | 4 + doc/search/matrix3DRotationSetZYX.html | 16 + doc/search/matrix3DRotationSetZYXproto.html | 7 + doc/search/matrix3DRotationSetproto.html | 7 + doc/search/matrix3DTranslationSet.html | 12 + doc/search/matrix3DTranslationSetproto.html | 7 + doc/search/matrixproto.html | 7 + doc/search/memoryAllocate-call.html.html | 4 + doc/search/memoryAllocate.html | 307 + doc/search/memoryAllocateproto.html | 0 doc/search/memoryByteSwap-call.html.html | 4 + doc/search/memoryByteSwap.html | 210 + doc/search/memoryByteSwapproto.html | 0 doc/search/memoryClear-call.html.html | 4 + doc/search/memoryClear.html | 262 + doc/search/memoryClearproto.html | 0 doc/search/memoryCopy.html | 6 + doc/search/memoryCopyproto.html | 0 doc/search/memoryDuplicate.html | 6 + doc/search/memoryDuplicateproto.html | 0 doc/search/mnbrak-call.html.html | 4 + doc/search/mnbrak.html | 24 + doc/search/mnbrakproto.html | 7 + "doc/search/mode;\\n}lmrcImageSphereInfo.html" | 14 + doc/search/molecularEnvelope.html | 15 + doc/search/mrcDefaultHeaderValueSet-call.html.html | 4 + doc/search/mrcDefaultHeaderValueSet.html | 206 + doc/search/mrcDefaultHeaderValueSetproto.html | 7 + doc/search/mrcError-call.html.html | 4 + doc/search/mrcError.html | 209 + doc/search/mrcErrorMsg.html | 202 + doc/search/mrcErrorMsgproto.html | 7 + doc/search/mrcErrorproto.html | 7 + doc/search/mrcFSInfo.html | 13 + doc/search/mrcFileRead-call.html.html | 4 + doc/search/mrcFileRead.html | 205 + doc/search/mrcFileReadproto.html | 7 + doc/search/mrcFileWrite-call.html.html | 4 + doc/search/mrcFileWrite.html | 172 + doc/search/mrcFileWriteLowerResolution.html | 6 + doc/search/mrcFileWriteLowerResolutionproto.html | 7 + doc/search/mrcFileWriteModeGetproto.html | 7 + doc/search/mrcFileWriteproto.html | 7 + doc/search/mrcHeaderRead-call.html.html | 4 + doc/search/mrcHeaderRead.html | 205 + doc/search/mrcHeaderReadproto.html | 7 + doc/search/mrcHeaderWrite.html | 166 + doc/search/mrcHeaderWriteproto.html | 7 + doc/search/mrcHiddenDataSet-call.html.html | 4 + doc/search/mrcHiddenDataSet.html | 205 + doc/search/mrcHiddenDataSetproto.html | 7 + doc/search/mrcImage.html | 25 + doc/search/mrcImage1dShiftAveragedummyfunc.html | 6 + doc/search/mrcImageASCIIFilePrint.html | 202 + doc/search/mrcImageASCIIFilePrintproto.html | 7 + .../mrcImageAdaptiveBinalizationAveraging.html | 6 + doc/search/mrcImageAddByCorrelation.html | 6 + doc/search/mrcImageDataGetbyAU.html | 202 + doc/search/mrcImageDataGetbyAUproto.html | 7 + doc/search/mrcImageDataSet-call.html.html | 4 + doc/search/mrcImageDataSet.html | 11 + doc/search/mrcImageDataSetMode.html | 12 + doc/search/mrcImageDataSetbyAU.html | 202 + doc/search/mrcImageDataSetbyAUproto.html | 7 + doc/search/mrcImageDataSetproto.html | 7 + doc/search/mrcImageFourierPowerSpectrum.html | 13 + doc/search/mrcImageFree-call.html.html | 4 + doc/search/mrcImageFree.html | 213 + doc/search/mrcImageFreeproto.html | 7 + doc/search/mrcImageHeader.html | 14 + doc/search/mrcImageInfoSetproto.html | 7 + doc/search/mrcImageInformation.html | 26 + doc/search/mrcImageInformationMode.html | 47 + doc/search/mrcImageMode.html | 38 + doc/search/mrcImagePSFilePrint.html | 202 + doc/search/mrcImagePSFilePrintInfo.html | 19 + doc/search/mrcImagePSFilePrintproto.html | 7 + doc/search/mrcImageParaTypeInteger.html | 9 + doc/search/mrcImageParaTypeIntegerCoord.html | 13 + doc/search/mrcImageParaTypeReal.html | 9 + doc/search/mrcImageParaTypeRealCoord.html | 13 + doc/search/mrcImagePeakFind.html | 10 + doc/search/mrcImagePeakFinddummyfunc.html | 10 + doc/search/mrcImagePeakFinddummyfuncproto.html | 7 + doc/search/mrcImagePeakFindproto.html | 7 + doc/search/mrcImageRead-call.html.html | 4 + doc/search/mrcImageRead.html | 204 + doc/search/mrcImageReadproto.html | 7 + doc/search/mrcImageRecieveByPVMproto.html | 7 + doc/search/mrcImageRecieveHeaderByPVMproto.html | 7 + doc/search/mrcImageRecieveImageByPVMproto.html | 7 + doc/search/mrcImageRecieveTailerByPVMproto.html | 7 + doc/search/mrcImageRoot.html | 6 + doc/search/mrcImageSectionGet.html | 11 + doc/search/mrcImageSectionGetproto.html | 7 + doc/search/mrcImageSendByPVMproto.html | 7 + doc/search/mrcImageSendHeaderByPVMproto.html | 7 + doc/search/mrcImageSendImageByPVMproto.html | 7 + doc/search/mrcImageSendTailerByPVMproto.html | 7 + doc/search/mrcImageSquare.html | 6 + doc/search/mrcImageTailer.html | 14 + doc/search/mrcImageWrite.html | 166 + doc/search/mrcImageWriteproto.html | 7 + .../mrcImagecubicConvolutionInterpolation.html | 57 + ...mrcImagecubicConvolutionInterpolationproto.html | 0 doc/search/mrcInfoPrint-call.html.html | 4 + doc/search/mrcInfoPrint.html | 205 + doc/search/mrcInfoPrintproto.html | 7 + doc/search/mrcInfoSet.html | 202 + doc/search/mrcInfoSetproto.html | 7 + doc/search/mrcInit-call.html.html | 4 + doc/search/mrcInit.html | 272 + doc/search/mrcInitproto.html | 7 + doc/search/mrcPixelDataGet-call.html.html | 4 + doc/search/mrcPixelDataGet.html | 296 + doc/search/mrcPixelDataGetproto.html | 7 + doc/search/mrcPixelDataHowToGet.html | 14 + doc/search/mrcPixelDataSet-call.html.html | 4 + doc/search/mrcPixelDataSet.html | 282 + doc/search/mrcPixelDataSetproto.html | 7 + doc/search/mrcPixelDataType.html | 38 + doc/search/mrcRefCorHeader.html | 20 + doc/search/mrcRefHeader.html | 19 + doc/search/mrcRefImagepwzCorMagChange.html | 6 + doc/search/mrcRefImagepwzCorMirroring.html | 6 + doc/search/mrcRefImagepwzCorPadbyMin.html | 6 + doc/search/mrcRefImagepwzCorShift.html | 6 + doc/search/mrcStatDataSet-call.html.html | 4 + doc/search/mrcStatDataSet.html | 224 + doc/search/mrcStatDataSetproto.html | 7 + doc/search/mrcStatusMask.html | 9 + doc/search/mrcStatusType.html | 9 + doc/search/mrcTailerInit-call.html.html | 4 + doc/search/mrcTailerInit.html | 205 + doc/search/mrcTailerInitproto.html | 7 + doc/search/mrcTailerRead.html | 202 + doc/search/mrcTailerReadproto.html | 7 + doc/search/mrcTailerWrite.html | 166 + doc/search/mrcTailerWriteproto.html | 7 + doc/search/mrcpwzCorHeader.html | 23 + doc/search/mrqcof.html | 10 + doc/search/mrqcofproto.html | 0 ...min lmrcImageNormalizing.o lctfDetermination.o | 2 + doc/search/mrqmin-call.html.html | 4 + doc/search/mrqmin.html | 13 + doc/search/mrqminproto.html | 7 + doc/search/n.html | 7 + doc/search/nearSidePhaseGet-call.html.html | 4 + doc/search/nearSidePhaseGet.html | 31 + doc/search/nearSidePhaseGetproto.html | 7 + "doc/search/next;\\n}.html" | 12 + doc/search/nrerror-call.html.html | 4 + doc/search/nrerror.html | 35 + doc/search/nrerrorproto.html | 7 + doc/search/nrselect.html | 8 + doc/search/nrselectproto.html | 7 + doc/search/objects.data | 816 + doc/search/objects.data.dep | 721 + doc/search/oneLLData.html | 27 + doc/search/onelllDataIntensityInformation.html | 17 + doc/search/outputMrcImageInfo.html | 6 + doc/search/pdbCoord.html | 13 + doc/search/pdbFile.html | 13 + doc/search/pdbFileAppend-call.html.html | 4 + doc/search/pdbFileAppend.html | 42 + doc/search/pdbFileAppendproto.html | 7 + doc/search/pdbFileCAOnlyCopy.html | 39 + doc/search/pdbFileCAOnlyCopyAll.html | 39 + doc/search/pdbFileCAOnlyCopyAllproto.html | 7 + doc/search/pdbFileCAOnlyCopyproto.html | 7 + doc/search/pdbFileChainIdentifierGet.html | 39 + doc/search/pdbFileChainIdentifierGetproto.html | 7 + doc/search/pdbFileChainIdentifierSet.html | 12 + doc/search/pdbFileChainIdentifierSetAll.html | 12 + doc/search/pdbFileChainIdentifierSetAllproto.html | 7 + doc/search/pdbFileChainIdentifierSetproto.html | 7 + doc/search/pdbFileCoordGet-call.html.html | 4 + doc/search/pdbFileCoordGet.html | 45 + doc/search/pdbFileCoordGetproto.html | 7 + doc/search/pdbFileCoordSet.html | 12 + doc/search/pdbFileCoordSetproto.html | 7 + doc/search/pdbFileCopyAll.html | 39 + doc/search/pdbFileCopyAllproto.html | 7 + doc/search/pdbFileEnd-call.html.html | 4 + doc/search/pdbFileEnd.html | 43 + doc/search/pdbFileEndproto.html | 7 + doc/search/pdbFileIsAtom-call.html.html | 4 + doc/search/pdbFileIsAtom.html | 48 + doc/search/pdbFileIsAtomproto.html | 7 + doc/search/pdbFileIsCA-call.html.html | 4 + doc/search/pdbFileIsCA.html | 43 + doc/search/pdbFileIsCAproto.html | 7 + doc/search/pdbFileIsCharge.html | 39 + doc/search/pdbFileIsChargeproto.html | 7 + doc/search/pdbFileIsEndLine.html | 39 + doc/search/pdbFileIsEndLineproto.html | 7 + doc/search/pdbFileIsHelix-call.html.html | 4 + doc/search/pdbFileIsHelix.html | 41 + doc/search/pdbFileIsHelixproto.html | 7 + doc/search/pdbFileIsNegative.html | 39 + doc/search/pdbFileIsNegativeproto.html | 7 + doc/search/pdbFileIsPositive.html | 39 + doc/search/pdbFileIsPositiveproto.html | 7 + .../pdbFileIsSecondaryStructure-call.html.html | 4 + doc/search/pdbFileIsSecondaryStructure.html | 41 + doc/search/pdbFileIsSecondaryStructureproto.html | 7 + doc/search/pdbFileIsSheet-call.html.html | 4 + doc/search/pdbFileIsSheet.html | 41 + doc/search/pdbFileIsSheetproto.html | 7 + doc/search/pdbFileIsTurn-call.html.html | 4 + doc/search/pdbFileIsTurn.html | 41 + doc/search/pdbFileIsTurnproto.html | 7 + doc/search/pdbFileNew-call.html.html | 4 + doc/search/pdbFileNew.html | 42 + doc/search/pdbFileNewproto.html | 7 + doc/search/pdbFileNext-call.html.html | 4 + doc/search/pdbFileNext.html | 47 + doc/search/pdbFileNextAtom-call.html.html | 4 + doc/search/pdbFileNextAtom.html | 41 + doc/search/pdbFileNextAtomproto.html | 7 + doc/search/pdbFileNextCA-call.html.html | 4 + doc/search/pdbFileNextCA.html | 41 + doc/search/pdbFileNextCAproto.html | 7 + doc/search/pdbFileNextProtein.html | 39 + doc/search/pdbFileNextProteinproto.html | 0 doc/search/pdbFileNextproto.html | 7 + doc/search/pdbFileOneProteinCopy.html | 39 + doc/search/pdbFileOneProteinCopyproto.html | 7 + doc/search/pdbFileOneRecordCopy-call.html.html | 4 + doc/search/pdbFileOneRecordCopy.html | 41 + doc/search/pdbFileOneRecordCopyproto.html | 7 + doc/search/pdbFileParaTypeCharacter.html | 9 + doc/search/pdbFileParaTypeInteger.html | 9 + doc/search/pdbFileParaTypeReal.html | 9 + doc/search/pdbFilePrev.html | 39 + doc/search/pdbFilePrevAtom.html | 39 + doc/search/pdbFilePrevAtomproto.html | 7 + doc/search/pdbFilePrevCA-call.html.html | 4 + doc/search/pdbFilePrevCA.html | 41 + doc/search/pdbFilePrevCAproto.html | 7 + doc/search/pdbFilePrevproto.html | 7 + doc/search/pdbFileRead.html | 38 + doc/search/pdbFileReadproto.html | 7 + doc/search/pdbFileRecordPrint-call.html.html | 4 + doc/search/pdbFileRecordPrint.html | 41 + doc/search/pdbFileRecordPrintproto.html | 7 + doc/search/pdbFileResidueNameGet-call.html.html | 4 + doc/search/pdbFileResidueNameGet.html | 41 + doc/search/pdbFileResidueNameGetproto.html | 7 + doc/search/pdbFileResidueSequenceNumberGet.html | 39 + .../pdbFileResidueSequenceNumberGetproto.html | 7 + .../pdbFileResidueSequenceNumberIncrement.html | 12 + .../pdbFileResidueSequenceNumberIncrementAll.html | 12 + ...FileResidueSequenceNumberIncrementAllproto.html | 7 + ...pdbFileResidueSequenceNumberIncrementproto.html | 7 + doc/search/pdbFileSecondaryStructure.html | 12 + doc/search/pdbFileSecondaryStructureMode.html | 14 + doc/search/pdbFileSecondaryStructureRecord.html | 18 + ...ileSecondaryStructureRecordPrint-call.html.html | 4 + .../pdbFileSecondaryStructureRecordPrint.html | 41 + .../pdbFileSecondaryStructureRecordPrintproto.html | 7 + doc/search/pdbFileTemperatureFactorGet.html | 39 + doc/search/pdbFileTemperatureFactorGetproto.html | 7 + doc/search/pdbFileTemperatureFactorSet.html | 12 + doc/search/pdbFileTemperatureFactorSetproto.html | 7 + doc/search/pdbFileTop-call.html.html | 4 + doc/search/pdbFileTop.html | 47 + doc/search/pdbFileTopproto.html | 7 + doc/search/pdbFileWithSecondaryStructure.html | 38 + doc/search/pdbFileWithSecondaryStructureproto.html | 7 + doc/search/pdbFileWrite.html | 27 + doc/search/pdbFileWriteSecondaryStructure.html | 27 + .../pdbFileWriteSecondaryStructureproto.html | 7 + doc/search/pdbFileWriteproto.html | 7 + doc/search/pdbHelixMatrixCreateForHelix.html | 6 + doc/search/pdbHelixMatrixCreateForHelix2.html | 6 + doc/search/pdbInfoCenterMode.html | 12 + doc/search/pdbInfoData.html | 18 + doc/search/pdbInfoGet-call.html.html | 4 + doc/search/pdbInfoGet.html | 18 + doc/search/pdbInfoGetproto.html | 7 + doc/search/pdbMatrixFileFormat.html | 16 + doc/search/pdbMatrixFileFormatproto.html | 7 + doc/search/pdbMatrixFileRead.html | 16 + doc/search/pdbMatrixFileReadproto.html | 7 + doc/search/pdbMatrixFileWrite.html | 16 + doc/search/pdbMatrixFileWriteproto.html | 7 + doc/search/pdbNoSecondaryStructureSetFromPDB.html | 38 + .../pdbNoSecondaryStructureSetFromPDBproto.html | 7 + doc/search/pdbPeptideBond.html | 6 + doc/search/pdbRecord.html | 27 + doc/search/pdbRecordIsNearby.html | 39 + doc/search/pdbRecordIsNearbyproto.html | 7 + doc/search/pdbRotationXYZ.html | 9 + doc/search/pdbRotationXYZproto.html | 7 + doc/search/pdbRotationYXZ.html | 9 + doc/search/pdbRotationYXZproto.html | 7 + doc/search/pdbRotationZXY.html | 9 + doc/search/pdbRotationZXYproto.html | 7 + doc/search/pdbRotationZYX.html | 9 + doc/search/pdbRotationZYXproto.html | 7 + doc/search/pdbSecondaryStructureAppend.html | 38 + doc/search/pdbSecondaryStructureAppendproto.html | 7 + doc/search/pdbSecondaryStructureHelix.html | 23 + doc/search/pdbSecondaryStructureHelixClass.html | 19 + doc/search/pdbSecondaryStructureNo.html | 21 + .../pdbSecondaryStructureSetFromPDB-call.html.html | 4 + doc/search/pdbSecondaryStructureSetFromPDB.html | 40 + .../pdbSecondaryStructureSetFromPDBproto.html | 7 + doc/search/pdbSecondaryStructureSheet.html | 32 + doc/search/pdbSecondaryStructureTurn.html | 21 + doc/search/pdbTrans-call.html.html | 4 + doc/search/pdbTrans.html | 18 + doc/search/pdbTransproto.html | 7 + doc/search/pow2nn-call.html.html | 4 + doc/search/pow2nn.html | 8 + doc/search/pow2nnproto.html | 7 + doc/search/powell.html | 10 + doc/search/powellproto.html | 7 + doc/search/printLLDataRefernceData.html | 6 + doc/search/printLLDataRefernceDataproto.html | 0 doc/search/proto.html | 7 + doc/search/prototypelist.dat | 801 + doc/search/psFile.html | 17 + doc/search/psFileCircleCreate-call.html.html | 4 + doc/search/psFileCircleCreate.html | 205 + doc/search/psFileCircleCreateproto.html | 7 + doc/search/psFileContour-call.html.html | 4 + doc/search/psFileContour.html | 204 + doc/search/psFileContour3D.html | 6 + doc/search/psFileContour3Dproto.html | 0 doc/search/psFileContourproto.html | 7 + .../psFileEnd lllDataPrint.o mrcImagePrint.o | 2 + doc/search/psFileEnd-call.html.html | 4 + doc/search/psFileEnd.html | 206 + doc/search/psFileEndproto.html | 7 + doc/search/psFileImage-call.html.html | 4 + doc/search/psFileImage.html | 205 + doc/search/psFileImageByCircles-call.html.html | 4 + doc/search/psFileImageByCircles.html | 205 + doc/search/psFileImageByCirclesproto.html | 0 doc/search/psFileImageCentre-call.html.html | 4 + doc/search/psFileImageCentre.html | 205 + doc/search/psFileImageCentreproto.html | 7 + doc/search/psFileImageCirclesproto.html | 7 + doc/search/psFileImageScale-call.html.html | 4 + doc/search/psFileImageScale.html | 205 + doc/search/psFileImageScaleproto.html | 7 + doc/search/psFileImageSpaceRestore-call.html.html | 4 + doc/search/psFileImageSpaceRestore.html | 206 + doc/search/psFileImageSpaceRestoreproto.html | 7 + .../psFileImageSpaceRotateRestore-call.html.html | 4 + doc/search/psFileImageSpaceRotateRestore.html | 205 + doc/search/psFileImageSpaceRotateRestoreproto.html | 7 + .../psFileImageSpaceRotateSet-call.html.html | 4 + doc/search/psFileImageSpaceRotateSet.html | 205 + doc/search/psFileImageSpaceRotateSetproto.html | 7 + doc/search/psFileImageSpaceSet-call.html.html | 4 + doc/search/psFileImageSpaceSet.html | 206 + doc/search/psFileImageSpaceSetproto.html | 7 + doc/search/psFileImageproto.html | 7 + doc/search/psFileInit-call.html.html | 4 + doc/search/psFileInit.html | 206 + doc/search/psFileInitproto.html | 7 + doc/search/psFileIsEndPage-call.html.html | 4 + doc/search/psFileIsEndPage.html | 8 + doc/search/psFileIsEndPageproto.html | 7 + doc/search/psFileIsStartPage-call.html.html | 4 + doc/search/psFileIsStartPage.html | 8 + doc/search/psFileIsStartPageproto.html | 7 + doc/search/psFileLineDraw.html | 8 + doc/search/psFileLineDrawproto.html | 7 + doc/search/psFileLineWidthSet.html | 8 + doc/search/psFileLineWidthSetproto.html | 7 + doc/search/psFilePageEnd-call.html.html | 4 + doc/search/psFilePageEnd.html | 206 + doc/search/psFilePageEndproto.html | 7 + doc/search/psFilePageStart-call.html.html | 4 + doc/search/psFilePageStart.html | 206 + doc/search/psFilePageStartproto.html | 7 + doc/search/psFileRead.html | 6 + doc/search/psFileReadproto.html | 7 + doc/search/psFileString-call.html.html | 4 + doc/search/psFileString.html | 205 + doc/search/psFileStringDefaultStatusSet.html | 203 + doc/search/psFileStringDefaultStatusSetproto.html | 7 + doc/search/psFileStringStatusSet.html | 203 + doc/search/psFileStringStatusSetproto.html | 7 + doc/search/psFileStringproto.html | 7 + doc/search/psImageInfo.html | 78 + doc/search/psImageScaleMode.html | 26 + doc/search/psInfo.html | 15 + doc/search/psPageInfo.html | 15 + doc/search/psParaTypeInteger.html | 9 + doc/search/psParaTypeReal.html | 9 + doc/search/psPlotInfo.html | 28 + doc/search/pvmServerStartErrorproto.html | 7 + doc/search/pvmServerStartproto.html | 7 + doc/search/pwtproto.html | 7 + doc/search/pwtsetproto.html | 7 + doc/search/ran1.html | 6 + doc/search/random()proto.html | 7 + doc/search/randomNormalGet.html | 13 + doc/search/randomNormalGetproto.html | 7 + doc/search/randomParaTypeReal.html | 9 + doc/search/residueName.html | 12 + doc/search/search.cgi | 186 + doc/search/search.html | 37 + doc/search/search.txt | 32 + doc/search/sectionLineDraw.html | 6 + doc/search/socketClientCreate-call.html.html | 4 + doc/search/socketClientCreate.html | 12 + doc/search/socketClientCreateproto.html | 7 + doc/search/socketMultiServerAccept.html | 10 + doc/search/socketMultiServerAcceptproto.html | 0 doc/search/socketMultiServerCreate-call.html.html | 4 + doc/search/socketMultiServerCreate.html | 12 + doc/search/socketMultiServerCreateproto.html | 7 + doc/search/socketServerCreate.html | 10 + doc/search/socketServerCreateproto.html | 7 + doc/search/sort.html | 6 + doc/search/sortproto.html | 7 + doc/search/stringCopy.html | 12 + doc/search/stringCopyproto.html | 7 + doc/search/stringDuplicate.html | 12 + doc/search/stringDuplicateproto.html | 7 + doc/search/stringGetFromFile-call.html.html | 4 + doc/search/stringGetFromFile.html | 265 + .../stringGetFromFileWithSkippingComment.html | 248 + .../stringGetFromFileWithSkippingCommentproto.html | 7 + doc/search/stringGetFromFileproto.html | 7 + .../stringGetIntegerDataFromField-call.html.html | 4 + doc/search/stringGetIntegerDataFromField.html | 259 + doc/search/stringGetIntegerDataFromFieldproto.html | 7 + doc/search/stringGetNthIntegerData-call.html.html | 4 + doc/search/stringGetNthIntegerData.html | 269 + doc/search/stringGetNthIntegerDataproto.html | 7 + doc/search/stringGetNthRealData-call.html.html | 4 + doc/search/stringGetNthRealData.html | 270 + doc/search/stringGetNthRealDataproto.html | 7 + doc/search/stringGetNthWord-call.html.html | 4 + doc/search/stringGetNthWord.html | 266 + doc/search/stringGetNthWordproto.html | 7 + doc/search/stringGetRealDataFromField.html | 257 + doc/search/stringGetRealDataFromFieldproto.html | 7 + doc/search/stringGetWordFromField-call.html.html | 4 + doc/search/stringGetWordFromField.html | 259 + doc/search/stringGetWordFromFieldproto.html | 7 + doc/search/stringInitproto.html | 7 + doc/search/stringIsSame-call.html.html | 4 + doc/search/stringIsSame.html | 13 + doc/search/stringIsSameproto.html | 7 + doc/search/stringLength-call.html.html | 4 + doc/search/stringLength.html | 16 + doc/search/stringLengthproto.html | 7 + doc/search/stringParaTypeInteger.html | 9 + doc/search/stringParaTypeReal.html | 9 + doc/search/structconstlist.dat | 296 + doc/search/structconstnamelist.dat | 269 + doc/search/structcontlist.dat | 297 + doc/search/structlist.dat | 256 + doc/search/structnamelist.dat | 241 + doc/search/surplus(a,b)proto.html | 7 + doc/search/tkIPFileReadInfoSetCmd.html | 6 + doc/search/tkIPFileReadInfoSetCmdproto.html | 0 doc/search/tkctfInfo.html | 14 + doc/search/tkctfInfoCalculateCmd.html | 8 + doc/search/tkctfInfoCalculateCmdproto.html | 7 + doc/search/tkctfInfoCmdSet.html | 8 + doc/search/tkctfInfoCmdSetproto.html | 7 + doc/search/tkctfInfoEvaluateCmd.html | 8 + doc/search/tkctfInfoEvaluateCmdproto.html | 7 + doc/search/tkctfInfoFileCmd.html | 8 + doc/search/tkctfInfoFileCmdproto.html | 7 + doc/search/tkctfInfoGetCmd.html | 8 + doc/search/tkctfInfoGetCmdproto.html | 7 + doc/search/tkctfInfoSetCmd.html | 8 + doc/search/tkctfInfoSetCmdproto.html | 7 + doc/search/tkhf2000Cmd.html | 10 + doc/search/tkhf2000Cmdproto.html | 0 doc/search/tkmrcInfo.html | 46 + doc/search/tkmrcInfoCmdSet.html | 8 + doc/search/tkmrcInfoCmdSetproto.html | 7 + doc/search/tkmrcInfoGetCmd.html | 8 + doc/search/tkmrcInfoGetCmdproto.html | 7 + doc/search/tkmrcInfoSetCmd.html | 8 + doc/search/tkmrcInfoSetCmdproto.html | 7 + doc/search/tools.data | 2662 ++ doc/search/top.html | 7 + doc/search/usage.html | 255 + doc/search/vector-call.html.html | 4 + doc/search/vector.html | 36 + doc/search/vectorproto.html | 7 + ...rcImageReaderCommand__FPvP10Tcl_InterpiPPc.html | 6 + ...nd__FP17vtkmrcImageReaderP10Tcl_InterpiPPc.html | 6 + doc/search/wavelengthOfElectron-call.html.html | 4 + doc/search/wavelengthOfElectron.html | 22 + doc/search/wavelengthOfElectronproto.html | 7 + doc/search/wt1.html | 6 + doc/search/wt1proto.html | 7 + doc/search/wtnproto.html | 7 + doc/search/x.html | 7 + 5802 files changed, 144286 insertions(+) create mode 100755 doc/.smallToolList.html create mode 100755 doc/Concept/.list.html create mode 100755 doc/Concept/Makefile create mode 100755 doc/Concept/index.html create mode 100755 doc/Concept/jsb96.html create mode 100755 doc/DevelopmentTools/.content create mode 100755 doc/DevelopmentTools/.footer create mode 100755 doc/DevelopmentTools/.header create mode 100755 doc/DevelopmentTools/.list.html create mode 100755 doc/DevelopmentTools/MachineIndependent.html create mode 100755 doc/DevelopmentTools/Makefile create mode 100755 doc/DevelopmentTools/htmlDirList.html create mode 100755 doc/DevelopmentTools/htmlUpdateTime.html create mode 100755 doc/DevelopmentTools/index.html create mode 100755 doc/DevelopmentTools/makegeneral.html create mode 100755 doc/DevelopmentTools/makeobj.html create mode 100755 doc/DevelopmentTools/maketool.html create mode 100755 doc/DevelopmentTools/protoHTMLCreate.html create mode 100755 doc/DevelopmentTools/protoShellCreate.html create mode 100755 doc/DevelopmentTools/sccs.html create mode 100755 doc/DevelopmentTools/sccsEdit.html create mode 100755 doc/DevelopmentTools/sccsPut.html create mode 100755 doc/DevelopmentTools/test/bin/HP/test.HP create mode 100755 doc/DevelopmentTools/test/bin/HP/test3.HP create mode 100755 doc/DevelopmentTools/test/doc/SmallTools/test.html create mode 100755 doc/DevelopmentTools/test/doc/SmallTools/test3.html create mode 100755 doc/DevelopmentTools/test/src/Tools/.Source create mode 100755 doc/DevelopmentTools/test/src/Tools/.Source.org create mode 100755 doc/DevelopmentTools/test/src/Tools/Config/Define.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/Config/Target.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/.Source create mode 100755 doc/DevelopmentTools/test/src/Tools/test/.Source.org create mode 100755 doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/Config/Define.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/Config/Target.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/Config/Define.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/Config/OptionControlFile create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/Config/Target.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/inc/config.h create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/inc/test.h create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/.Depend create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/.Source create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/argCheck.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/init.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/test.HP create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/test.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/test.html create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/usage.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test/src/util.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/Config/Define.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/Config/OptionControlFile create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/Config/Target.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/inc/config.h create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/inc/test2.h create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/.Depend create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/.Source create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/argCheck.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/init.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/test2.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/usage.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test/test2/src/util.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/.Source create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/.Source.org create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/Config/Define.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/Config/Target.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Define.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/Config/OptionControlFile create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Target.inc create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/inc/config.h create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/inc/test3.h create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/.Depend create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/.Source create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Entries create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Repository create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Root create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/argCheck.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/init.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.HP create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.html create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/usage.c create mode 100755 doc/DevelopmentTools/test/src/Tools/test3/test3/src/util.c create mode 100755 doc/Distribution/Distribution.html create mode 100755 doc/FAQ/FAQ.html create mode 100755 doc/ForEosSystemDeveloper/.content create mode 100755 doc/ForEosSystemDeveloper/.footer create mode 100755 doc/ForEosSystemDeveloper/.header create mode 100755 doc/ForEosSystemDeveloper/.list.html create mode 100755 doc/ForEosSystemDeveloper/ControlFileFormat.html create mode 100755 doc/ForEosSystemDeveloper/EosDirMaintain.html create mode 100755 doc/ForEosSystemDeveloper/EosTutorial.html create mode 100755 doc/ForEosSystemDeveloper/FAQ.html create mode 100755 doc/ForEosSystemDeveloper/Makefile create mode 100755 doc/ForEosSystemDeveloper/Rule.html create mode 100755 doc/ForEosSystemDeveloper/ToolVersionAdmin.html create mode 100755 doc/ForEosSystemDeveloper/index.html create mode 100755 doc/IntegrationTools/.content create mode 100755 doc/IntegrationTools/.footer create mode 100755 doc/IntegrationTools/.header create mode 100755 doc/IntegrationTools/.integrationToolList.html create mode 100755 doc/IntegrationTools/3DReconstructionHelical.html create mode 100755 doc/IntegrationTools/CTFCorrection.html create mode 100755 doc/IntegrationTools/Makefile create mode 100755 doc/IntegrationTools/MakefileFor3DReconstructionHelical create mode 100755 doc/IntegrationTools/MakefileForOneImageCTFCorrection create mode 100755 doc/IntegrationTools/Makefiles.html create mode 100755 doc/IntegrationTools/index.html create mode 100755 doc/Makefile create mode 100755 doc/Objects/.content create mode 100755 doc/Objects/.footer create mode 100755 doc/Objects/.header create mode 100755 doc/Objects/.list.html create mode 100644 doc/Objects/@ create mode 100644 doc/Objects/Cluster.html create mode 100644 doc/Objects/Contour.html create mode 100644 doc/Objects/Contour.html.BACKUP.13931.html create mode 100644 doc/Objects/Contour.html.BASE.13773.html create mode 100644 doc/Objects/Contour.html.BASE.13931.html create mode 100644 doc/Objects/Contour.html.LOCAL.13773.html create mode 100644 doc/Objects/Contour.html.LOCAL.13931.html create mode 100644 doc/Objects/Contour.html.REMOTE.13773.html create mode 100644 doc/Objects/Contour.html.REMOTE.13931.html create mode 100644 doc/Objects/Crystal.html create mode 100755 doc/Objects/DataExpression.html create mode 100755 doc/Objects/DataManipulation.html create mode 100755 doc/Objects/File.html create mode 100755 doc/Objects/General.html create mode 100755 doc/Objects/Makefile create mode 100644 doc/Objects/Map2D.html create mode 100644 doc/Objects/Matrix3D.html create mode 100644 doc/Objects/Memory.html create mode 100644 doc/Objects/PVM.html create mode 100644 doc/Objects/PVM.html.BACKUP.14986.html create mode 100644 doc/Objects/PVM.html.BASE.14986.html create mode 100644 doc/Objects/PVM.html.LOCAL.14986.html create mode 100644 doc/Objects/PVM.html.REMOTE.14986.html create mode 100644 doc/Objects/Random.html create mode 100644 doc/Objects/Socket.html create mode 100644 doc/Objects/SpecialNumber.html create mode 100644 doc/Objects/String.html create mode 100644 doc/Objects/Vector.html create mode 100644 doc/Objects/alsa.html create mode 100644 doc/Objects/avsFile.html create mode 100644 doc/Objects/avsFile.html.BACKUP.13996.html create mode 100644 doc/Objects/avsFile.html.BASE.13996.html create mode 100644 doc/Objects/avsFile.html.LOCAL.13996.html create mode 100644 doc/Objects/avsFile.html.REMOTE.13996.html create mode 100644 doc/Objects/ctfInfo.html create mode 100644 doc/Objects/dsn6File.html create mode 100644 doc/Objects/emData.html create mode 100644 doc/Objects/emData.html.BACKUP.14307.html create mode 100644 doc/Objects/emData.html.BASE.14307.html create mode 100644 doc/Objects/emData.html.LOCAL.14307.html create mode 100644 doc/Objects/emData.html.REMOTE.14307.html create mode 100644 doc/Objects/gifFile.html create mode 100755 doc/Objects/index.html create mode 100644 doc/Objects/khorosData.html create mode 100644 doc/Objects/largeIP.html create mode 100644 doc/Objects/llData.html create mode 100644 doc/Objects/ltlgData.html create mode 100644 doc/Objects/ltlgData.html.BACKUP.14673.html create mode 100644 doc/Objects/ltlgData.html.BASE.14673.html create mode 100644 doc/Objects/ltlgData.html.LOCAL.14673.html create mode 100644 doc/Objects/ltlgData.html.REMOTE.14673.html create mode 100644 doc/Objects/mapFile.html create mode 100644 doc/Objects/mrcImage.html create mode 100644 doc/Objects/openGL.html create mode 100644 doc/Objects/pdbFile.html create mode 100644 doc/Objects/psFile.html create mode 100644 doc/Objects/tgaFile.html create mode 100644 doc/Objects/transform.html create mode 100755 doc/Reports/Sakane1996/14346a.gif create mode 100755 doc/Reports/Sakane1996/BandPass.gif create mode 100755 doc/Reports/Sakane1996/CTF.gif create mode 100755 doc/Reports/Sakane1996/EosTutorial.html create mode 100755 doc/Reports/Sakane1996/HighPass.gif create mode 100755 doc/Reports/Sakane1996/LowPass.gif create mode 100755 doc/Reports/Sakane1996/REPORTTA create mode 100755 doc/Reports/Sakane1996/report.html create mode 100755 doc/Reports/Sakane1996/roi.cve25.gif create mode 100755 doc/Reports/Sakane1996/roi.gif create mode 100755 doc/Reports/Sakane1996/roi.hl.gif create mode 100755 doc/Reports/Sakane1996/roi.smoothing9.mean.gif create mode 100755 doc/Reports/Sakane1996/roi.smoothing9.median.gif create mode 100755 doc/Reports/Sakane1996/roi.smoothing9.surface.gif create mode 100755 doc/Reports/Sakane1996/roi.t.gif create mode 100755 doc/Reports/index.html create mode 100755 doc/SmallTools/.smallToolList.html create mode 100755 doc/SmallTools/CTFDetermination.html create mode 100644 doc/SmallTools/CheckCommonLineData.html create mode 100644 doc/SmallTools/CheckOfOrientation.html create mode 100644 doc/SmallTools/CheckOrientationByDegree.html create mode 100644 doc/SmallTools/Chie.html create mode 100644 doc/SmallTools/CommonLineCalculation.html create mode 100644 doc/SmallTools/CommonLineRankCalc_k.html create mode 100755 doc/SmallTools/Decartes2Polar.html create mode 100644 doc/SmallTools/Descartes2Polar.html create mode 100644 doc/SmallTools/Display2.html create mode 100644 doc/SmallTools/Display3.html create mode 100644 doc/SmallTools/Eos.html create mode 100644 doc/SmallTools/EvaluateCorrelationMapwithCommonLine.html create mode 100755 doc/SmallTools/FAQ.html create mode 100644 doc/SmallTools/FETOrientationSearchByAnnealing.html create mode 100644 doc/SmallTools/FETOrientationSearchByFeatureAlignment.html create mode 100644 doc/SmallTools/FETmapOrientationSearchBySimultaneousFitting.html create mode 100644 doc/SmallTools/FETsmallMapSetCreate_forSimultaneousMinimization.html create mode 100644 doc/SmallTools/LCalculationForOrientationSearch.html create mode 100755 doc/SmallTools/Makefile create mode 100755 doc/SmallTools/Polar2Decartes.html create mode 100644 doc/SmallTools/Polar2Descartes.html create mode 100644 doc/SmallTools/ProjectionDirectionMapCreate.html create mode 100644 doc/SmallTools/RTeranishi.html create mode 100644 doc/SmallTools/StereoDisplay.html create mode 100644 doc/SmallTools/TestForLcalculationOfOrientationSearchBySimultaneousMinimization.html create mode 100644 doc/SmallTools/Visualmake.html create mode 100644 doc/SmallTools/WeightCalculationOfCommonLineSearch.html create mode 100644 doc/SmallTools/WeightCalculationOfCommonLineSearchByAllSinogram.html create mode 100755 doc/SmallTools/WeigthCaluculationOfCommonLineCalculation.html create mode 100644 doc/SmallTools/angleMatchTest_k.html create mode 100644 doc/SmallTools/anglediffcalc.html create mode 100644 doc/SmallTools/anglediffchk.html create mode 100644 doc/SmallTools/array2mrc.html create mode 100644 doc/SmallTools/bin2mrc.html create mode 100644 doc/SmallTools/calcCommonLine.html create mode 100755 doc/SmallTools/class.html create mode 100644 doc/SmallTools/clusterLog2ToLog.html create mode 100644 doc/SmallTools/clusterLogASCII2Binary.html create mode 100644 doc/SmallTools/clusterShow.html create mode 100644 doc/SmallTools/commonLinesSearchByVoting.html create mode 100644 doc/SmallTools/coordRotation.html create mode 100644 doc/SmallTools/ctfDeterminationFromMultiImage.html create mode 100644 doc/SmallTools/ctfDeterminationFromPhaseComparison.html create mode 100644 doc/SmallTools/ctfDeterminationFromThonRing.html create mode 100644 doc/SmallTools/ctfDetermine.html create mode 100644 doc/SmallTools/ctfDisplay.html create mode 100644 doc/SmallTools/ctfEnvelopFunction.html create mode 100644 doc/SmallTools/ctfFunction.html create mode 100644 doc/SmallTools/ctfFunctionServer.html create mode 100644 doc/SmallTools/ctfInfoSet.html create mode 100644 doc/SmallTools/ctfMultiFunction.html create mode 100644 doc/SmallTools/ctfWeightMapCreation.html create mode 100644 doc/SmallTools/ctfZeroPoint.html create mode 100644 doc/SmallTools/cufft.html create mode 100644 doc/SmallTools/dataAnalysis_kayabuki.html create mode 100644 doc/SmallTools/dcdAtomChangeDistanceFromAtom.html create mode 100644 doc/SmallTools/dcdAtomDistanceDistribution.html create mode 100644 doc/SmallTools/dcdCompareCA.html create mode 100644 doc/SmallTools/dcdDistanceAtomBetweenAtom.html create mode 100644 doc/SmallTools/dcdFilePrint.html create mode 100644 doc/SmallTools/dcdInfo.html create mode 100644 doc/SmallTools/dcdSelectAtoms.html create mode 100644 doc/SmallTools/dcdSerectAtom.html create mode 100644 doc/SmallTools/dcdTest.html create mode 100644 doc/SmallTools/dcdTimeSeriesBehavior.html create mode 100644 doc/SmallTools/defocusDeterminationFromThonRing.html create mode 100644 doc/SmallTools/dos2unix.html create mode 100644 doc/SmallTools/electronWaveLength.html create mode 100644 doc/SmallTools/emData2mrc.html create mode 100644 doc/SmallTools/energyTransferModelCheck.html create mode 100644 doc/SmallTools/energyTransferModelResultCheck.html create mode 100644 doc/SmallTools/fft2d.html create mode 100644 doc/SmallTools/geogeoge.html create mode 100644 doc/SmallTools/gmolvie.html create mode 100644 doc/SmallTools/hf2000Init.html create mode 100644 doc/SmallTools/hf2000LenzCurrent.html create mode 100644 doc/SmallTools/hf2000SpecimenPosition.html create mode 100644 doc/SmallTools/hidac2009.html create mode 100644 doc/SmallTools/hidac2010.html create mode 100644 doc/SmallTools/hidaka2009.html create mode 100644 doc/SmallTools/hiromi.html create mode 100644 doc/SmallTools/hiroshiImageProcessing.html create mode 100644 doc/SmallTools/homology2PG.html create mode 100644 doc/SmallTools/hostCondition.html create mode 100644 doc/SmallTools/imagesClustering.html create mode 100644 doc/SmallTools/imagesView.html create mode 100644 doc/SmallTools/imodst2mrc.html create mode 100755 doc/SmallTools/index.html create mode 100644 doc/SmallTools/ip2mrc.html create mode 100644 doc/SmallTools/itami.html create mode 100644 doc/SmallTools/kayabuki.html create mode 100644 doc/SmallTools/khorosFilterGenerate.html create mode 100644 doc/SmallTools/konson3.html create mode 100644 doc/SmallTools/kuma.html create mode 100644 doc/SmallTools/largeIPInfo.html create mode 100644 doc/SmallTools/ll2ltlg.html create mode 100644 doc/SmallTools/llDataAverage.html create mode 100644 doc/SmallTools/llDataAxisSearch.html create mode 100644 doc/SmallTools/llDataCTFCompensate.html create mode 100644 doc/SmallTools/llDataCompare.html create mode 100644 doc/SmallTools/llDataContributionCalcDifferentN.html create mode 100644 doc/SmallTools/llDataDump.html create mode 100644 doc/SmallTools/llDataEquatorAdd.html create mode 100644 doc/SmallTools/llDataExtract.html create mode 100644 doc/SmallTools/llDataFit.html create mode 100644 doc/SmallTools/llDataFitServer.html create mode 100644 doc/SmallTools/llDataInfo.html create mode 100644 doc/SmallTools/llDataLowPassFiltering.html create mode 100644 doc/SmallTools/llDataMultiCTFCompensation.html create mode 100644 doc/SmallTools/llDataNEstimation.html create mode 100644 doc/SmallTools/llDataNormalization.html create mode 100644 doc/SmallTools/llDataPrint.html create mode 100644 doc/SmallTools/llDataRescaling.html create mode 100644 doc/SmallTools/llDataResolutionCheck.html create mode 100644 doc/SmallTools/llDataRotation.html create mode 100644 doc/SmallTools/llDataSelectionEstimation.html create mode 100644 doc/SmallTools/llDataSeparate.html create mode 100644 doc/SmallTools/llDataWeightSet.html create mode 100644 doc/SmallTools/llDatarMaxLimit.html create mode 100644 doc/SmallTools/llExtract.html create mode 100644 doc/SmallTools/llExtractCtfinfFileCreate.html create mode 100644 doc/SmallTools/llExtractCtrlFileCreate.html create mode 100644 doc/SmallTools/llExtractWithLayerSeparation.html create mode 100644 doc/SmallTools/llExtractWithLayerSeparationCtrlFileCreate.html create mode 100644 doc/SmallTools/llExtractWithLayerSeparationCtrlFileCreateMyosin.html create mode 100644 doc/SmallTools/llExtractWithLayerSeparationFilamentInfo.html create mode 100755 doc/SmallTools/llExtractWithLayerSeparationResultTwoSubsetsByPhiAngle.html create mode 100644 doc/SmallTools/llExtractWithLayerSeparationServer.html create mode 100644 doc/SmallTools/llExtractWithLayerSeparationSingle.html create mode 100644 doc/SmallTools/ltlg2mrc.html create mode 100644 doc/SmallTools/ltlg2ps.html create mode 100644 doc/SmallTools/ltlgDataInfo.html create mode 100644 doc/SmallTools/mallocCheck.html create mode 100644 doc/SmallTools/matrix3DEulerAngleTransform.html create mode 100644 doc/SmallTools/matrix3DFromEulerAngle.html create mode 100644 doc/SmallTools/matrix3DInverse.html create mode 100644 doc/SmallTools/matrix3DToEulerAngle.html create mode 100644 doc/SmallTools/miho2.html create mode 100644 doc/SmallTools/moi2mrc.html create mode 100644 doc/SmallTools/molecularEnvelopeResampling.html create mode 100644 doc/SmallTools/molecularWeightCalc.html create mode 100644 doc/SmallTools/molvie.html create mode 100644 doc/SmallTools/molvieDock.html create mode 100644 doc/SmallTools/molvieFlight.html create mode 100644 doc/SmallTools/molvieMrcViewer.html create mode 100644 doc/SmallTools/molvieProjection.html create mode 100644 doc/SmallTools/molvieViewer.html create mode 100644 doc/SmallTools/mrc2Dto3D.html create mode 100644 doc/SmallTools/mrc2Dto3DforVariation.html create mode 100644 doc/SmallTools/mrc2dsn6.html create mode 100644 doc/SmallTools/mrc2fld.html create mode 100644 doc/SmallTools/mrc2gif.html create mode 100755 doc/SmallTools/mrc2hdf.html create mode 100644 doc/SmallTools/mrc2lattice.html create mode 100644 doc/SmallTools/mrc2map.html create mode 100644 doc/SmallTools/mrc2pov.html create mode 100644 doc/SmallTools/mrc2tiff.html create mode 100644 doc/SmallTools/mrc2viff.html create mode 100644 doc/SmallTools/mrc3DExtractZ.html create mode 100644 doc/SmallTools/mrc3Dto2D.html create mode 100644 doc/SmallTools/mrcFETnormalizeBySD.html create mode 100644 doc/SmallTools/mrcFFTBandPassFilter.html create mode 100644 doc/SmallTools/mrcFFTCTFCompensation.html create mode 100644 doc/SmallTools/mrcFFTDigitize.html create mode 100644 doc/SmallTools/mrcFFTExpression.html create mode 100644 doc/SmallTools/mrcFFTFibreDiagram.html create mode 100644 doc/SmallTools/mrcFFTFiltering.html create mode 100644 doc/SmallTools/mrcFFTIQEstimation.html create mode 100644 doc/SmallTools/mrcFFTInfo.html create mode 100644 doc/SmallTools/mrcFFTLayerLineCheck.html create mode 100644 doc/SmallTools/mrcFFTMedianFilter.html create mode 100644 doc/SmallTools/mrcFFTProjection.html create mode 100644 doc/SmallTools/mrcFFTResampling.html create mode 100644 doc/SmallTools/mrcFFTShellInfo.html create mode 100644 doc/SmallTools/mrcFFTSizeChange.html create mode 100644 doc/SmallTools/mrcFFTSpectrum.html create mode 100644 doc/SmallTools/mrcFFTXFiltering.html create mode 100644 doc/SmallTools/mrcFFTplainreduce.html create mode 100644 doc/SmallTools/mrcFTMeridianEquatorRedece.html create mode 100644 doc/SmallTools/mrcImage1DProjectionfrom2D.html create mode 100644 doc/SmallTools/mrcImage1dAverageByCorrelation.html create mode 100644 doc/SmallTools/mrcImage1dCutAverage.html create mode 100644 doc/SmallTools/mrcImage1dShiftAverageByAnnealing.html create mode 100644 doc/SmallTools/mrcImage1dShiftByCorrelation.html create mode 100644 doc/SmallTools/mrcImage2DBackProjection.html create mode 100644 doc/SmallTools/mrcImage2DProjection.html create mode 100644 doc/SmallTools/mrcImage2pdb.html create mode 100644 doc/SmallTools/mrcImage3DHighResoEmphasis.html create mode 100644 doc/SmallTools/mrcImage3DPad.html create mode 100644 doc/SmallTools/mrcImage3DPad2.html create mode 100644 doc/SmallTools/mrcImage3DSymmetryFind.html create mode 100644 doc/SmallTools/mrcImage3DWindowing.html create mode 100644 doc/SmallTools/mrcImageAbnormalValueRemove.html create mode 100644 doc/SmallTools/mrcImageActinSingleParticleAnalysis.html create mode 100644 doc/SmallTools/mrcImageAdaptiveBinalization.html create mode 100644 doc/SmallTools/mrcImageAdd.html create mode 100644 doc/SmallTools/mrcImageAddValue.html create mode 100644 doc/SmallTools/mrcImageAreaCalc.html create mode 100644 doc/SmallTools/mrcImageAssignedToTFofPDB.html create mode 100644 doc/SmallTools/mrcImageAutoCorrelationWithWindowing.html create mode 100644 doc/SmallTools/mrcImageAutoFilamentExtract.html create mode 100644 doc/SmallTools/mrcImageAutoFilamentExtractResultAnalysis.html create mode 100644 doc/SmallTools/mrcImageAutoRotationCorrelation.html create mode 100644 doc/SmallTools/mrcImageAutoRotationCorrelation3D.html create mode 100644 doc/SmallTools/mrcImageAutoRotationCorrelationResultPrint.html create mode 100644 doc/SmallTools/mrcImageAverage.html create mode 100644 doc/SmallTools/mrcImageBandPassFilter.html create mode 100644 doc/SmallTools/mrcImageBinalization.html create mode 100644 doc/SmallTools/mrcImageBlockMerge.html create mode 100644 doc/SmallTools/mrcImageBoundaryInfo.html create mode 100644 doc/SmallTools/mrcImageBtest.html create mode 100644 doc/SmallTools/mrcImageCCDNoiseRemove.html create mode 100644 doc/SmallTools/mrcImageCTFCompensation.html create mode 100644 doc/SmallTools/mrcImageCTFCompensationForTiltImage.html create mode 100644 doc/SmallTools/mrcImageCTFDetermination.html create mode 100644 doc/SmallTools/mrcImageCTFObservation.html create mode 100644 doc/SmallTools/mrcImageCTFSN.html create mode 100644 doc/SmallTools/mrcImageCVE.html create mode 100644 doc/SmallTools/mrcImageCenterDensityChange.html create mode 100644 doc/SmallTools/mrcImageCenterGet.html create mode 100644 doc/SmallTools/mrcImageCenterOfMassCalculate.html create mode 100644 doc/SmallTools/mrcImageCircumferentialProjection.html create mode 100644 doc/SmallTools/mrcImageClusterAnalysis.html create mode 100644 doc/SmallTools/mrcImageColoring.html create mode 100755 doc/SmallTools/mrcImageColorlizing.html create mode 100644 doc/SmallTools/mrcImageCommonLineSearch.html create mode 100644 doc/SmallTools/mrcImageConnection.html create mode 100644 doc/SmallTools/mrcImageConnectivityNumberCalc.html create mode 100644 doc/SmallTools/mrcImageContourSurfaceCreate.html create mode 100644 doc/SmallTools/mrcImageCoordinateChange.html create mode 100644 doc/SmallTools/mrcImageCoreImageCalc.html create mode 100644 doc/SmallTools/mrcImageCorrelation.html create mode 100644 doc/SmallTools/mrcImageCorrelationInFourierSpace.html create mode 100644 doc/SmallTools/mrcImageCorrelationServer.html create mode 100644 doc/SmallTools/mrcImageCorrelationWithCTFCompensation.html create mode 100644 doc/SmallTools/mrcImageCrystalCreate.html create mode 100644 doc/SmallTools/mrcImageCutAndSetInArray.html create mode 100644 doc/SmallTools/mrcImageCylinderSection.html create mode 100644 doc/SmallTools/mrcImageDeadPixelCorrection.html create mode 100644 doc/SmallTools/mrcImageDensityChangeEstimation.html create mode 100644 doc/SmallTools/mrcImageDensityInfo.html create mode 100644 doc/SmallTools/mrcImageDensityNormalization.html create mode 100644 doc/SmallTools/mrcImageDensityNormalizationByImage.html create mode 100644 doc/SmallTools/mrcImageDevideIntoTwoImages.html create mode 100644 doc/SmallTools/mrcImageDisplayDensityAsTempFactor.html create mode 100644 doc/SmallTools/mrcImageDistanceConversion.html create mode 100644 doc/SmallTools/mrcImageDivideInfoForTomography.html create mode 100644 doc/SmallTools/mrcImageDivideIntoTwoImages.html create mode 100644 doc/SmallTools/mrcImageEdgeImageGet.html create mode 100644 doc/SmallTools/mrcImageEnhancementWithFuzzySets.html create mode 100644 doc/SmallTools/mrcImageEstimateTiltImage.html create mode 100644 doc/SmallTools/mrcImageExpression.html create mode 100644 doc/SmallTools/mrcImageFFT.html create mode 100644 doc/SmallTools/mrcImageFFTLayerLineExtraction.html create mode 100644 doc/SmallTools/mrcImageFOMCalc.html create mode 100644 doc/SmallTools/mrcImageFTest.html create mode 100644 doc/SmallTools/mrcImageFeatureExtraction.html create mode 100644 doc/SmallTools/mrcImageFilamentSearch.html create mode 100644 doc/SmallTools/mrcImageFilterCreate.html create mode 100644 doc/SmallTools/mrcImageFilteringbyFile.html create mode 100644 doc/SmallTools/mrcImageFilteringbyFileForVariance.html create mode 100644 doc/SmallTools/mrcImageFourierPowerSpectrum.html create mode 100644 doc/SmallTools/mrcImageFourierShellCorrelation.html create mode 100644 doc/SmallTools/mrcImageFractalFourierShellCorrelation.html create mode 100644 doc/SmallTools/mrcImageFractalFrourierShellCorrelation.html create mode 100644 doc/SmallTools/mrcImageGaussDisc.html create mode 100644 doc/SmallTools/mrcImageGaussSphere.html create mode 100644 doc/SmallTools/mrcImageHeaderChange.html create mode 100644 doc/SmallTools/mrcImageHelicalAveraging.html create mode 100644 doc/SmallTools/mrcImageHelicalConvolution.html create mode 100644 doc/SmallTools/mrcImageHelicalMappingFrom2DImage.html create mode 100644 doc/SmallTools/mrcImageHelicalMasking.html create mode 100644 doc/SmallTools/mrcImageHelicalMaskingBy2DImage.html create mode 100644 doc/SmallTools/mrcImageHelicalProjection.html create mode 100644 doc/SmallTools/mrcImageHighPassFilter.html create mode 100644 doc/SmallTools/mrcImageHighlighting.html create mode 100644 doc/SmallTools/mrcImageInfo.html create mode 100644 doc/SmallTools/mrcImageInverseRadonTransform.html create mode 100644 doc/SmallTools/mrcImageLabeling.html create mode 100644 doc/SmallTools/mrcImageLowPassFilter.html create mode 100644 doc/SmallTools/mrcImageMagnificationChange.html create mode 100644 doc/SmallTools/mrcImageMake2DArrayImage.html create mode 100644 doc/SmallTools/mrcImageMakeCylinder.html create mode 100644 doc/SmallTools/mrcImageMakeDump.html create mode 100644 doc/SmallTools/mrcImageMakeFromTextFile.html create mode 100644 doc/SmallTools/mrcImageMakeSphere.html create mode 100644 doc/SmallTools/mrcImageMappingtoPdb.html create mode 100644 doc/SmallTools/mrcImageMasking.html create mode 100644 doc/SmallTools/mrcImageMaskingByImage.html create mode 100644 doc/SmallTools/mrcImageMergebyside.html create mode 100644 doc/SmallTools/mrcImageMirroring.html create mode 100644 doc/SmallTools/mrcImageModeChange.html create mode 100644 doc/SmallTools/mrcImageModelCreate.html create mode 100644 doc/SmallTools/mrcImageModelSubfilamentsCreate.html create mode 100644 doc/SmallTools/mrcImageMontageCreate.html create mode 100644 doc/SmallTools/mrcImageMove.html create mode 100644 doc/SmallTools/mrcImageMultiCTFCompensation.html create mode 100644 doc/SmallTools/mrcImageMultiCTFDetermination.html create mode 100644 doc/SmallTools/mrcImageMultiplying.html create mode 100644 doc/SmallTools/mrcImageMultiplyingbyFile.html create mode 100644 doc/SmallTools/mrcImageNLMeansFilter.html create mode 100755 doc/SmallTools/mrcImageNeuralNetLearning.html create mode 100644 doc/SmallTools/mrcImageNeuralNetParticleExtraction.html create mode 100644 doc/SmallTools/mrcImageNeuralNetParticleLearning.html create mode 100644 doc/SmallTools/mrcImageNfoldAxisSearch.html create mode 100644 doc/SmallTools/mrcImageNoiseAdd.html create mode 100644 doc/SmallTools/mrcImageNoiseCreate.html create mode 100644 doc/SmallTools/mrcImageNoiseReductionByRelaxation.html create mode 100644 doc/SmallTools/mrcImageNormalDistributionTest.html create mode 100755 doc/SmallTools/mrcImageNormalizedSubstraction.html create mode 100644 doc/SmallTools/mrcImageNormalizedSubtraction.html create mode 100644 doc/SmallTools/mrcImageNormalizing.html create mode 100644 doc/SmallTools/mrcImageNullImageCreate.html create mode 100644 doc/SmallTools/mrcImageOddBoxel.html create mode 100644 doc/SmallTools/mrcImageOneLineSimilarityCalc.html create mode 100644 doc/SmallTools/mrcImageOrientationSearch.html create mode 100644 doc/SmallTools/mrcImageOrientationSearchByHigherSelection.html create mode 100644 doc/SmallTools/mrcImageOrientationSearchByHybridization.html create mode 100644 doc/SmallTools/mrcImageOrientationSearchBySimultaneousMinimization.html create mode 100644 doc/SmallTools/mrcImagePCA.html create mode 100644 doc/SmallTools/mrcImagePad.html create mode 100644 doc/SmallTools/mrcImageParticleCandidateExtract.html create mode 100644 doc/SmallTools/mrcImagePeakSearch.html create mode 100644 doc/SmallTools/mrcImagePhaseCTFCompensationFromCTFINFO.html create mode 100644 doc/SmallTools/mrcImagePixelDataGet.html create mode 100644 doc/SmallTools/mrcImagePolyROI.html create mode 100644 doc/SmallTools/mrcImagePosterization.html create mode 100644 doc/SmallTools/mrcImagePrint.html create mode 100644 doc/SmallTools/mrcImagePrint3D.html create mode 100644 doc/SmallTools/mrcImageProjection.html create mode 100644 doc/SmallTools/mrcImagePut3D.html create mode 100644 doc/SmallTools/mrcImageROI.html create mode 100644 doc/SmallTools/mrcImageROI3D.html create mode 100644 doc/SmallTools/mrcImageROIs.html create mode 100644 doc/SmallTools/mrcImageROItoPCAoutputImage.html create mode 100644 doc/SmallTools/mrcImageRadialDistribution.html create mode 100644 doc/SmallTools/mrcImageRadonTransform.html create mode 100644 doc/SmallTools/mrcImageRealValueAdd.html create mode 100644 doc/SmallTools/mrcImageRectangleGet.html create mode 100644 doc/SmallTools/mrcImageRectangleGetByCorrelation.html create mode 100644 doc/SmallTools/mrcImageRefConv2D.html create mode 100644 doc/SmallTools/mrcImageRefCreate.html create mode 100644 doc/SmallTools/mrcImageRefFFTConv2D.html create mode 100644 doc/SmallTools/mrcImageRefScaleChangeWithPad.html create mode 100644 doc/SmallTools/mrcImageResolutionEstimateForFilaments.html create mode 100644 doc/SmallTools/mrcImageReverse.html create mode 100644 doc/SmallTools/mrcImageRotation.html create mode 100644 doc/SmallTools/mrcImageRotation3D.html create mode 100644 doc/SmallTools/mrcImageSN.html create mode 100644 doc/SmallTools/mrcImageSamplingUnitChange.html create mode 100644 doc/SmallTools/mrcImageScalarAdd.html create mode 100644 doc/SmallTools/mrcImageSectionGet.html create mode 100644 doc/SmallTools/mrcImageSetFunction.html create mode 100644 doc/SmallTools/mrcImageShapePCA.html create mode 100644 doc/SmallTools/mrcImageShift.html create mode 100644 doc/SmallTools/mrcImageShiftFollowingGC.html create mode 100644 doc/SmallTools/mrcImageShrink.html create mode 100644 doc/SmallTools/mrcImageSiemensStar.html create mode 100644 doc/SmallTools/mrcImageSimilarImageSearch.html create mode 100644 doc/SmallTools/mrcImageSimilarityEstimate.html create mode 100644 doc/SmallTools/mrcImageSinogramCorrelation.html create mode 100644 doc/SmallTools/mrcImageSinogramCreate.html create mode 100644 doc/SmallTools/mrcImageSinogramFFT.html create mode 100644 doc/SmallTools/mrcImageSmoothing.html create mode 100644 doc/SmallTools/mrcImageSolventFlattening.html create mode 100644 doc/SmallTools/mrcImageSphere.html create mode 100644 doc/SmallTools/mrcImageSphereCheck.html create mode 100644 doc/SmallTools/mrcImageSplit.html create mode 100644 doc/SmallTools/mrcImageSquare.html create mode 100644 doc/SmallTools/mrcImageStack.html create mode 100644 doc/SmallTools/mrcImageStandardDeviation.html create mode 100755 doc/SmallTools/mrcImageSubstraction.html create mode 100644 doc/SmallTools/mrcImageSubtraction.html create mode 100644 doc/SmallTools/mrcImageSuperResolution.html create mode 100644 doc/SmallTools/mrcImageSymmetryAverage.html create mode 100644 doc/SmallTools/mrcImageSymmetryCentreFind.html create mode 100644 doc/SmallTools/mrcImageSymmetryFind.html create mode 100644 doc/SmallTools/mrcImageTTest.html create mode 100644 doc/SmallTools/mrcImageTfunction.html create mode 100644 doc/SmallTools/mrcImageTiltAxisSearch.html create mode 100644 doc/SmallTools/mrcImageTiltAxisSearchHelp.html create mode 100644 doc/SmallTools/mrcImageToNAMDConstantForces.html create mode 100644 doc/SmallTools/mrcImageToPointsSet.html create mode 100644 doc/SmallTools/mrcImageTrans.html create mode 100755 doc/SmallTools/mrcImageTransepose.html create mode 100644 doc/SmallTools/mrcImageTransformDescartesIntoPolar.html create mode 100644 doc/SmallTools/mrcImageTransformSign.html create mode 100644 doc/SmallTools/mrcImageTranspose.html create mode 100644 doc/SmallTools/mrcImageTwoImageTest.html create mode 100644 doc/SmallTools/mrcImageUnbentROI.html create mode 100644 doc/SmallTools/mrcImageUnexpectedMassFromPDB.html create mode 100644 doc/SmallTools/mrcImageUntwist.html create mode 100644 doc/SmallTools/mrcImageVarianceAnalysis.html create mode 100644 doc/SmallTools/mrcImageVarianceMap.html create mode 100644 doc/SmallTools/mrcImageVolumeCalc.html create mode 100644 doc/SmallTools/mrcImageWindowing.html create mode 100644 doc/SmallTools/mrcImageZPad.html create mode 100644 doc/SmallTools/mrcImagepdbFileReduce.html create mode 100644 doc/SmallTools/mrcImagesSinogramCorrelation.html create mode 100644 doc/SmallTools/mrcImagestoRef.html create mode 100644 doc/SmallTools/mrcImateToPointsSet.html create mode 100644 doc/SmallTools/mrcInfo.html create mode 100644 doc/SmallTools/mrcInfoSet.html create mode 100644 doc/SmallTools/mrcManipulate_kaya.html create mode 100644 doc/SmallTools/mrcMask.html create mode 100644 doc/SmallTools/mrcMeanYlinePos.html create mode 100644 doc/SmallTools/mrcMirrorImageCreate.html create mode 100644 doc/SmallTools/mrcRadon2Dto3D.html create mode 100644 doc/SmallTools/mrcRefCorEstimate.html create mode 100644 doc/SmallTools/mrcRefCorModify.html create mode 100644 doc/SmallTools/mrcRefCoreGet.html create mode 100644 doc/SmallTools/mrcRefCorrelation.html create mode 100644 doc/SmallTools/mrcRefCorrelationConv.html create mode 100644 doc/SmallTools/mrcRefEstimate.html create mode 100644 doc/SmallTools/mrcRefFFTConvert.html create mode 100644 doc/SmallTools/mrcRefHeaderCreate.html create mode 100644 doc/SmallTools/mrcRefHighPassFilter.html create mode 100644 doc/SmallTools/mrcRefImageCorrelation.html create mode 100644 doc/SmallTools/mrcRefImageOmegaCorrelation.html create mode 100644 doc/SmallTools/mrcRefImagepwzCorEstimate.html create mode 100644 doc/SmallTools/mrcRefImagepwzCorModify.html create mode 100644 doc/SmallTools/mrcRefImagepwzCorPeakFind.html create mode 100644 doc/SmallTools/mrcRefImagepwzCorSmoothing.html create mode 100644 doc/SmallTools/mrcRefImagepwzCorrelation.html create mode 100644 doc/SmallTools/mrcRefImagepwzCorrelationByFFT.html create mode 100644 doc/SmallTools/mrcRefImagexaFit.html create mode 100644 doc/SmallTools/mrcRefLowPassFilter.html create mode 100644 doc/SmallTools/mrcRefNoiseAdd.html create mode 100644 doc/SmallTools/mrcRefNormalizing.html create mode 100644 doc/SmallTools/mrcRefPhaseImageCreate.html create mode 100644 doc/SmallTools/mrcRefSmoothing.html create mode 100644 doc/SmallTools/mrcRefz1ImageCorrelation.html create mode 100644 doc/SmallTools/mrcSinogramFET.html create mode 100644 doc/SmallTools/mrcSinogramFETcalcSDforNormalize.html create mode 100644 doc/SmallTools/mrcSinogramFETcalcWeight.html create mode 100644 doc/SmallTools/mrcSinogramFETcorrelationMap.html create mode 100644 doc/SmallTools/mrcSinogramFETnormalizedMap.html create mode 100644 doc/SmallTools/mrcSinogramFETreferredCorrelation.html create mode 100644 doc/SmallTools/mrcSinogramFETsmoothParameterMatching.html create mode 100644 doc/SmallTools/mrcView.html create mode 100644 doc/SmallTools/muscleSimulation.html create mode 100644 doc/SmallTools/myo.html create mode 100644 doc/SmallTools/nakamichi2009.html create mode 100644 doc/SmallTools/obj3Don2DImageView.html create mode 100644 doc/SmallTools/openGLTest.html create mode 100644 doc/SmallTools/pdb2SketchMacro.html create mode 100644 doc/SmallTools/pdb2bender.html create mode 100644 doc/SmallTools/pdb2mrc.html create mode 100644 doc/SmallTools/pdb2mrc2d.html create mode 100644 doc/SmallTools/pdb2mrc2dWithCTF.html create mode 100644 doc/SmallTools/pdb2mrcWithCTF.html create mode 100644 doc/SmallTools/pdb2ucd.html create mode 100644 doc/SmallTools/pdb3DOn2DImageLayerView.html create mode 100644 doc/SmallTools/pdbAtomSection.html create mode 100644 doc/SmallTools/pdbCAOnly.html create mode 100644 doc/SmallTools/pdbChargeFit.html create mode 100644 doc/SmallTools/pdbCoordAdd.html create mode 100644 doc/SmallTools/pdbCrystalCreate.html create mode 100644 doc/SmallTools/pdbDisplay.html create mode 100644 doc/SmallTools/pdbFileMerge.html create mode 100644 doc/SmallTools/pdbHelix.html create mode 100644 doc/SmallTools/pdbHomologySearch.html create mode 100644 doc/SmallTools/pdbInfo.html create mode 100644 doc/SmallTools/pdbListRMSDCalc.html create mode 100644 doc/SmallTools/pdbListVectorCalc.html create mode 100644 doc/SmallTools/pdbMatrixCreate.html create mode 100644 doc/SmallTools/pdbMolecularInterfaceFind.html create mode 100644 doc/SmallTools/pdbMove.html create mode 100644 doc/SmallTools/pdbNAMDRestraintCreate.html create mode 100644 doc/SmallTools/pdbNearAtomListShow.html create mode 100644 doc/SmallTools/pdbOneProteinGet.html create mode 100644 doc/SmallTools/pdbPCA.html create mode 100644 doc/SmallTools/pdbProteinIDSet.html create mode 100644 doc/SmallTools/pdbRhoFit.html create mode 100644 doc/SmallTools/pdbRhoFitCoiledCoil.html create mode 100644 doc/SmallTools/pdbRhoFitTm.html create mode 100644 doc/SmallTools/pdbRotation.html create mode 100644 doc/SmallTools/pdbSecondaryStructurePrint.html create mode 100644 doc/SmallTools/pdbShapeFit.html create mode 100644 doc/SmallTools/pdbSurface.html create mode 100644 doc/SmallTools/pdbTempFactorSet.html create mode 100644 doc/SmallTools/pdbTrans.html create mode 100644 doc/SmallTools/pdbTwoProteinFit.html create mode 100644 doc/SmallTools/pdbView.html create mode 100644 doc/SmallTools/pdbWaterAdd.html create mode 100644 doc/SmallTools/pgDataBaseSelectServer.html create mode 100644 doc/SmallTools/pgJournalSelect.html create mode 100644 doc/SmallTools/pgJournalSelectCORBAClient.html create mode 100644 doc/SmallTools/pgJournalSelectCORBAServer.html create mode 100644 doc/SmallTools/pgMemoSelectCORBAServer.html create mode 100644 doc/SmallTools/pgSelect.html create mode 100644 doc/SmallTools/pointAffineTransform.html create mode 100644 doc/SmallTools/psFileMerge.html create mode 100644 doc/SmallTools/psFilePageMerge.html create mode 100644 doc/SmallTools/randomNormalGet.html create mode 100644 doc/SmallTools/randomUniformGet.html create mode 100644 doc/SmallTools/rasmonyo.html create mode 100644 doc/SmallTools/reoleo.html create mode 100644 doc/SmallTools/ryuuhaku.html create mode 100644 doc/SmallTools/smolet.html create mode 100644 doc/SmallTools/tacyas.html create mode 100644 doc/SmallTools/takahiro.html create mode 100644 doc/SmallTools/test.html create mode 100644 doc/SmallTools/tgaInfo.html create mode 100644 doc/SmallTools/tiff2mrc.html create mode 100644 doc/SmallTools/tiltInfoDetermine.html create mode 100644 doc/SmallTools/vector2pdb.html create mode 100644 doc/SmallTools/vectorImageNearestNeighborMethod.html create mode 100644 doc/SmallTools/watanabe2009.html create mode 100644 doc/SmallTools/yajinori.html create mode 100644 doc/SmallTools/yamashita09.html create mode 100644 doc/SmallTools/yoshinori.html create mode 100644 doc/SmallTools/yoshio.html create mode 100644 doc/SmallToolsJ/.smallToolList.html create mode 100755 doc/SmallToolsJ/.smallToolList2.html create mode 100755 doc/SmallToolsJ/Makefile create mode 100755 doc/SmallToolsJ/index.html create mode 100644 doc/SmallToolsJ/mrc2Dto3D/121p-input-DW5m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/121p.no2.out-In1-input1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/121p.no2.out-In1-input2.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/Double-CT2W1m1IM1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/Double-CT2W1m1IM2.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/Double-CT2W1m1IM3.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/Double-m1SIRTm5r1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/a000-2.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/a004-2.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1CTM0.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1CTM1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W1m1IM0.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W2m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W3m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W4m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W5m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-CT2W6m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-m1.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double-m1SIRT.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/double.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/inputfile.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/mrc2Dto3D.html create mode 100644 doc/SmallToolsJ/mrc2Dto3D/opution-i.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/single-yx.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/single-zx.png create mode 100644 doc/SmallToolsJ/mrc2Dto3D/single.png create mode 100644 doc/SmallToolsJ/mrc2gif/mrc2gif.html create mode 100644 doc/SmallToolsJ/mrc2gif/out-H10.gif create mode 100644 doc/SmallToolsJ/mrc2gif/out-I1.gif create mode 100644 doc/SmallToolsJ/mrc2gif/out-L10.gif create mode 100644 doc/SmallToolsJ/mrc2gif/out-m1.gif create mode 100644 doc/SmallToolsJ/mrc2gif/out.gif create mode 100644 doc/SmallToolsJ/mrc2tiff/mrc2tiff.html create mode 100644 doc/SmallToolsJ/mrc2tiff/outdata-H10.png create mode 100644 doc/SmallToolsJ/mrc2tiff/outdata-I.png create mode 100644 doc/SmallToolsJ/mrc2tiff/outdata-L10.png create mode 100644 doc/SmallToolsJ/mrc2tiff/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrc2tiff/outdata.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p-Info.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.mrc-2.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.mrc.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In0.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In1.mrc.PNG create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In2.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-In3.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-1.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-2.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-EY.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-Rot-EY2.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.no2.out-m0.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/121p.png create mode 100644 doc/SmallToolsJ/mrc3Dto2D/mrc3Dto2D.html create mode 100644 doc/SmallToolsJ/mrcImage1DProjectionfrom2D/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImage1DProjectionfrom2D/mrcImage1DProjectionfrom2D.html create mode 100644 doc/SmallToolsJ/mrcImage1DProjectionfrom2D/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImage1DProjectionfrom2D/outdata-m2.png create mode 100644 doc/SmallToolsJ/mrcImage1DProjectionfrom2D/outdata-m2d10.png create mode 100644 doc/SmallToolsJ/mrcImage1DProjectionfrom2D/outdata.png create mode 100644 doc/SmallToolsJ/mrcImage2DBackProjection/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImage2DBackProjection/mrcImage2DBackProjection.html create mode 100644 doc/SmallToolsJ/mrcImage2DBackProjection/outdata-1.png create mode 100644 doc/SmallToolsJ/mrcImage2DBackProjection/outdata-2.png create mode 100644 doc/SmallToolsJ/mrcImage2DBackProjection/outdata-z-1.png create mode 100644 doc/SmallToolsJ/mrcImage2DBackProjection/outdata-z-2.png create mode 100644 doc/SmallToolsJ/mrcImageAbnormalValueRemove/b120-2.outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageAbnormalValueRemove/b120-2.outdata-v1.png create mode 100644 doc/SmallToolsJ/mrcImageAbnormalValueRemove/b120-2.outdata-v5.png create mode 100644 doc/SmallToolsJ/mrcImageAbnormalValueRemove/b120-2.outdata.png create mode 100644 doc/SmallToolsJ/mrcImageAbnormalValueRemove/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageAbnormalValueRemove/mrcImageAbnormalValueRemove.html create mode 100644 doc/SmallToolsJ/mrcImageAdaptiveBinalization/b120.png create mode 100644 doc/SmallToolsJ/mrcImageAdaptiveBinalization/mrcImageAdaptiveBinalization.html create mode 100644 doc/SmallToolsJ/mrcImageAdaptiveBinalization/outdata-s25.png create mode 100644 doc/SmallToolsJ/mrcImageAdaptiveBinalization/outdata-s50.png create mode 100644 doc/SmallToolsJ/mrcImageAdaptiveBinalization/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageAdd/a044-2.png create mode 100644 doc/SmallToolsJ/mrcImageAdd/b116-2.png create mode 100644 doc/SmallToolsJ/mrcImageAdd/mrcImageAdd.html create mode 100644 doc/SmallToolsJ/mrcImageAdd/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageAdd/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageAddValue/b116-2.png create mode 100644 doc/SmallToolsJ/mrcImageAddValue/b116-v10.png create mode 100644 doc/SmallToolsJ/mrcImageAddValue/b116-v50.png create mode 100644 doc/SmallToolsJ/mrcImageAddValue/mrcImageAddValue.html create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/Thumbs.db create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/a.labe.binm0t45.png create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/b120.png create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/bin.m0t45.png create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/comando1.PNG create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/comando3.PNG create mode 100644 doc/SmallToolsJ/mrcImageAreaCalc/mrcImageAreaCalc.html create mode 100644 doc/SmallToolsJ/mrcImageAutoCorrelationWithWindowing/b120.png create mode 100644 doc/SmallToolsJ/mrcImageAutoCorrelationWithWindowing/mrcImageAutoCorrelationWithWindowing.html create mode 100644 doc/SmallToolsJ/mrcImageAutoCorrelationWithWindowing/outdata-d.png create mode 100644 doc/SmallToolsJ/mrcImageAutoCorrelationWithWindowing/outdata-dO.png create mode 100644 doc/SmallToolsJ/mrcImageAutoCorrelationWithWindowing/outdata-o.png create mode 100644 doc/SmallToolsJ/mrcImageAutoCorrelationWithWindowing/outdata1.png create mode 100644 doc/SmallToolsJ/mrcImageAverage/1vom-rot0.png create mode 100644 doc/SmallToolsJ/mrcImageAverage/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageAverage/1vom-rot2.png create mode 100644 doc/SmallToolsJ/mrcImageAverage/1vom-rot3.png create mode 100644 doc/SmallToolsJ/mrcImageAverage/inputlist.png create mode 100644 doc/SmallToolsJ/mrcImageAverage/mrcImageAverage.html create mode 100644 doc/SmallToolsJ/mrcImageAverage/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/b120.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/mrcImageBandPassFilter.html create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m1hvl0.01hvh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m1hvl0.1hvh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m2.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m2hvl0.01hvh1wl0.01wh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m2hvl0.01hvh1wl0.1wh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m2hvl0.1hvh1wl0.1wh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m3.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m3hvl0.01hvh1wl0.01wh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m3hvl0.01hvh1wl0.1wh1.png create mode 100644 doc/SmallToolsJ/mrcImageBandPassFilter/out-m3hvl0.1hvh1wl0.1wh1.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/Thumbs.db create mode 100644 doc/SmallToolsJ/mrcImageBinarization/b120.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m0.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m0near10t1.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m0near1t1.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m0t1.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m1.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m16.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m17.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m18.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m19.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m2.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m3.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m32.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m33.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m34.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m35.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m3v1.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m48.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m48p0.2.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m49.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m49p0.2.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m50.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m50p0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m51.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/bin.m51p0.2.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/binm16nLevel200.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/binm16nLevel25.center.png create mode 100644 doc/SmallToolsJ/mrcImageBinarization/mrcImageBinalization.html create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot0.png create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot2.png create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/1vom-rot3.png create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/inputdata.png create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/mrcImageBlockMerge.html create mode 100644 doc/SmallToolsJ/mrcImageBlockMerge/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageCVE/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageCVE/mrcImageCVE.html create mode 100644 doc/SmallToolsJ/mrcImageCVE/outdata-s40.png create mode 100644 doc/SmallToolsJ/mrcImageCVE/outdata-s61.png create mode 100644 doc/SmallToolsJ/mrcImageCVE/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-M1.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-ratio10.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-ratio5.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-rmin0rmax20.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-rmin0rmax40.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-rmin10rmax100.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out-rmin30rmax100.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.out.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageCenterDensityChange/mrcImageCenterDensityChange.html create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-N150.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-N150C550.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-even-af.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-even-be.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-m1.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-m2.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120-mM1.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/b120.png create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/mrcImageCenterGet-1.html create mode 100644 doc/SmallToolsJ/mrcImageCenterGet/mrcImageCenterGet.html create mode 100644 doc/SmallToolsJ/mrcImageCenterOfMassCalculate/b120.png create mode 100644 doc/SmallToolsJ/mrcImageCenterOfMassCalculate/input.png create mode 100644 doc/SmallToolsJ/mrcImageCenterOfMassCalculate/mrcImageCenterOfMassCalculate.html create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/121p-1.png create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/121p-2.png create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/mrcImageCommonLineSarech.html create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/outdata2-M0m0.png create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/outdata2-M0m1.png create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/outdata2-M1m0.png create mode 100644 doc/SmallToolsJ/mrcImageCommonLineSarech/outdata2-M1m1.png create mode 100644 doc/SmallToolsJ/mrcImageConnection/a044-2.png create mode 100644 doc/SmallToolsJ/mrcImageConnection/b116-2.png create mode 100644 doc/SmallToolsJ/mrcImageConnection/mrcImageConnection.html create mode 100644 doc/SmallToolsJ/mrcImageConnection/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/bin.m0t1.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/mrcImageConnectivityNumberCalc.html create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/outdata-bin-I1.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/outdata-bin-f1.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/outdata-bin-f2.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/outdata-bin-f3.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/outdata-bin-m1f1.png create mode 100644 doc/SmallToolsJ/mrcImageConnectivityNumberCalc/outdata-bin.png create mode 100644 doc/SmallToolsJ/mrcImageContourSurfaceCreate/b120.png create mode 100644 doc/SmallToolsJ/mrcImageContourSurfaceCreate/mrcImageContourSurfaceCreate.html create mode 100644 doc/SmallToolsJ/mrcImageContourSurfaceCreate/outdata1-0.1.png create mode 100644 doc/SmallToolsJ/mrcImageContourSurfaceCreate/outdata1-1.png create mode 100644 doc/SmallToolsJ/mrcImageContourSurfaceCreate/outdata1-10.png create mode 100644 doc/SmallToolsJ/mrcImageCoordinateChange/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageCoordinateChange/input-info.png create mode 100644 doc/SmallToolsJ/mrcImageCoordinateChange/mrcImageCoordinateChange.html create mode 100644 doc/SmallToolsJ/mrcImageCoordinateChange/outdata-info.png create mode 100644 doc/SmallToolsJ/mrcImageCoordinateChange/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.Out-a1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.Out-s1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.Out0.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.Out1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.Out2.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out-cM0.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out-cM1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out-m1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out-m16.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out-m2.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out-m3.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.out.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/a044.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b060.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b112.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.Out0.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.Out1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.Out2.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out-a1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out-m1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out-m16.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out-m2.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out-m3.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out-s1.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.out.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/b116.png create mode 100644 doc/SmallToolsJ/mrcImageCorrelation/mrcImageCrrelation.html create mode 100644 doc/SmallToolsJ/mrcImageCrystalCreate/b120.png create mode 100644 doc/SmallToolsJ/mrcImageCrystalCreate/mrcImageCrystalCreate.html create mode 100644 doc/SmallToolsJ/mrcImageCrystalCreate/outdata-xy2.png create mode 100644 doc/SmallToolsJ/mrcImageCrystalCreate/outdata-xy3.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.center.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.center3.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.outdata-m16.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.outdata-m2.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.outdata-m4.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.outdata-m6.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/b120-2.outdata-m8.png create mode 100644 doc/SmallToolsJ/mrcImageDensityChangeEstimation/mrcImageDensityChangeEstimation.html create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-C15.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-C5.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-m16.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-m2.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-m3.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-m4.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.outdata-m8.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/b120.png create mode 100644 doc/SmallToolsJ/mrcImageDensityInfo/mrcImageDensityInfo.html create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalization/b120-2.outdata-1.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalization/b120-2.outdata-2.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalization/b120-2.outdata-V10-1.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalization/b120-2.outdata-V10-2.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalization/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalization/mrcImageDensityNormalization.html create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/b120-2.center.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/b120-2.center3.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/mrcImageDensityNormalizationByImage.html create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-1.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-Cylinder.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-D.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-M1.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-m-1.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-m-2.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata-m-4.png create mode 100644 doc/SmallToolsJ/mrcImageDensityNormalizationByImage/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageDistanceConversion/b120.outdata-f1.png create mode 100644 doc/SmallToolsJ/mrcImageDistanceConversion/b120.outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageDistanceConversion/b120.outdata.png create mode 100644 doc/SmallToolsJ/mrcImageDistanceConversion/b120.png create mode 100644 doc/SmallToolsJ/mrcImageDistanceConversion/mrcImageDistanceConversion.html create mode 100644 doc/SmallToolsJ/mrcImageDivideInfoForTomography/b120.png create mode 100644 doc/SmallToolsJ/mrcImageDivideInfoForTomography/mrcImageInfoForTomography.html create mode 100644 doc/SmallToolsJ/mrcImageDivideInfoForTomography/outdata-cut1.png create mode 100644 doc/SmallToolsJ/mrcImageDivideInfoForTomography/outdata-cut4.png create mode 100644 doc/SmallToolsJ/mrcImageDivideInfoForTomography/outdata-d5.png create mode 100644 doc/SmallToolsJ/mrcImageDivideInfoForTomography/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.outdata1-m1.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.outdata1-m2.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.outdata1.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.outdata2-m1.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.outdata2-m2.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.outdata2.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageDivideIntoTwoImages/mrcImageDivideIntoTwoImages.html create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/b120.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/mrcImageEdgeImageGet.html create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.000.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.001.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.002.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.003.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.004.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.005.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.006.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.007.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-m1.mrc.008.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-s45.mrc.000.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-s45.mrc.001.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-s45.mrc.002.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata-s45.mrc.003.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata.mrc.000.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata.mrc.001.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata.mrc.002.png create mode 100644 doc/SmallToolsJ/mrcImageEdgeImageGet/outdata.mrc.003.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/mrcImageExpression.html create mode 100644 doc/SmallToolsJ/mrcImageExpression/outdata-T0.5m1.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/outdata-T3m1.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/outdata-m2.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/outdata-m3.png create mode 100644 doc/SmallToolsJ/mrcImageExpression/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageFFT/b120-2.outdata.png create mode 100644 doc/SmallToolsJ/mrcImageFFT/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageFFT/mrcImageFFT.html create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/mrcImageGaussDisc.html create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-W100-H100-size1.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-W100H100.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-sigmax30y30-sigma_range5.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-sigmax30y30-weight30.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-sigmax30y30.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-sigmax50y50.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-size1.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-size1cx-10cy-10.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-size1cx10cy10.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata-size1m0.png create mode 100644 doc/SmallToolsJ/mrcImageGaussDisc/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/mrcImageGaussSphere.html create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-SectionGet.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xy50z1-WHS500-SectionGet.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xy50z1-WHS500.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xy50z1-sigma_range2.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xy50z1-weight30.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xy50z1.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xyz50-WHS500m0-SectionGet.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xyz50-WHS500m0.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xyz50-WHS500m2-SectionGet.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xyz50-WHS500m2.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-xyz50.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-z1-size1-SectionGet.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata-z1-size1.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageGaussSphere/outdataoutdata-xyz50-SectionGet.png create mode 100644 doc/SmallToolsJ/mrcImageHeaderChange/b120-mrcInfo.png create mode 100644 doc/SmallToolsJ/mrcImageHeaderChange/b120.png create mode 100644 doc/SmallToolsJ/mrcImageHeaderChange/mrcImageHeaderChange.html create mode 100644 doc/SmallToolsJ/mrcImageHeaderChange/outdata-xy3.png create mode 100644 doc/SmallToolsJ/mrcImageHeaderChange/outdatar3.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/b120.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m1.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m1h0.001.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m1h0.01.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m1h0.01pw510.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m1h0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m2.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m2h0.01.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m2h0.01w0.01.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m3.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/highp.m3h0.01.center.png create mode 100644 doc/SmallToolsJ/mrcImageHighPassFilter/mrcImageHighPassFilter.html create mode 100644 doc/SmallToolsJ/mrcImageLabeling/b120.center.png create mode 100644 doc/SmallToolsJ/mrcImageLabeling/bin3.center.png create mode 100644 doc/SmallToolsJ/mrcImageLabeling/labe3.center.png create mode 100644 doc/SmallToolsJ/mrcImageLabeling/labe3.hanten.center.png create mode 100644 doc/SmallToolsJ/mrcImageLabeling/mrcImageLabeling.html create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/b120.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m1h0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m2.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m2h0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m2h0.1w0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m3.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m3h0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m4.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m4h0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m5.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/low.m5h0.1.center.png create mode 100644 doc/SmallToolsJ/mrcImageLowPassFilter/mrcImageLowPassFilter.html create mode 100644 doc/SmallToolsJ/mrcImageMagnificationChange/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageMagnificationChange/mrcImageMagnificationChange.html create mode 100644 doc/SmallToolsJ/mrcImageMagnificationChange/outdata-r2.png create mode 100644 doc/SmallToolsJ/mrcImageMagnificationChange/outdata-r2m16.png create mode 100644 doc/SmallToolsJ/mrcImageMagnificationChange/outdata-r2m2.png create mode 100644 doc/SmallToolsJ/mrcImageMagnificationChange/outdata-r3.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/1vom-rot0.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/1vom-rot2.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/1vom-rot3.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/list.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/mrcImageMake2DArrayImage.html create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/outdata-lst-N2.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/outdata-lst.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/ouutdata-lst-v50W10.png create mode 100644 doc/SmallToolsJ/mrcImageMake2DArrayImage/ouutdata-lst-w10.png create mode 100644 doc/SmallToolsJ/mrcImageMasking/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageMasking/mrcImageMasking.html create mode 100644 doc/SmallToolsJ/mrcImageMasking/outdata-n50.png create mode 100644 doc/SmallToolsJ/mrcImageMasking/outdata-n50c30-Shape1.png create mode 100644 doc/SmallToolsJ/mrcImageMasking/outdata-n50c30.png create mode 100644 doc/SmallToolsJ/mrcImageMasking/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/mask.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/mrcImageMaskingByImage.html create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/outdata-m0v1.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/outdata-m1v1.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/outdata-m2.png create mode 100644 doc/SmallToolsJ/mrcImageMaskingByImage/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageMergebyside/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageMergebyside/1vom.png create mode 100644 doc/SmallToolsJ/mrcImageMergebyside/mrcImageMergebyside.html create mode 100644 doc/SmallToolsJ/mrcImageMergebyside/outdata-m1v100.png create mode 100644 doc/SmallToolsJ/mrcImageMergebyside/outdata-m1v30.png create mode 100644 doc/SmallToolsJ/mrcImageMergebyside/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageMirroring/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageMirroring/mrcImageMirroring.html create mode 100644 doc/SmallToolsJ/mrcImageMirroring/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageModeChange/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageModeChange/mrcImageModeChange.html create mode 100644 doc/SmallToolsJ/mrcImageModeChange/outdata-Max2.png create mode 100644 doc/SmallToolsJ/mrcImageModeChange/outdata-Min-1.png create mode 100644 doc/SmallToolsJ/mrcImageModeChange/outdata-Min-1Max2.png create mode 100644 doc/SmallToolsJ/mrcImageModeChange/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageMove/b120.out-x10.png create mode 100644 doc/SmallToolsJ/mrcImageMove/b120.out-xy20.png create mode 100644 doc/SmallToolsJ/mrcImageMove/b120.out.png create mode 100644 doc/SmallToolsJ/mrcImageMove/b120.png create mode 100644 doc/SmallToolsJ/mrcImageMove/input.png create mode 100644 doc/SmallToolsJ/mrcImageMove/mrcImageMove.html create mode 100644 doc/SmallToolsJ/mrcImageMultiplying/b120-2.outdata-v5.png create mode 100644 doc/SmallToolsJ/mrcImageMultiplying/b120-2.outdata.png create mode 100644 doc/SmallToolsJ/mrcImageMultiplying/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageMultiplying/mrcImageMultiplying.html create mode 100644 doc/SmallToolsJ/mrcImageMultiplyingbyFile/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageMultiplyingbyFile/1vom.png create mode 100644 doc/SmallToolsJ/mrcImageMultiplyingbyFile/mrcImageMultiplyingbyFile.html create mode 100644 doc/SmallToolsJ/mrcImageMultiplyingbyFile/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/Thumbs.db create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/mrcImageNoiseAdd.html create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.H100center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.H1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.H50center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.L0.1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.L1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.L50center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.NS0.1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.NS10center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.NS1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.SD10center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.SD30center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.SD5center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.SN0.1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.SN10center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.SN1center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.noise.center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseAdd/test.nomal.center.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseCreate/b120-2-s0.01.out.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseCreate/b120-2-s10.out.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseCreate/b120-2.out.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseCreate/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageNoiseCreate/mrcImageNoiseCreate.html create mode 100644 doc/SmallToolsJ/mrcImageNullImageCreate/mrcImageNullImageCreate.html create mode 100644 doc/SmallToolsJ/mrcImageNullImageCreate/outdata-v0.5d1.png create mode 100644 doc/SmallToolsJ/mrcImageNullImageCreate/outdata-v1d1.png create mode 100644 doc/SmallToolsJ/mrcImageNullImageCreate/outdata.png create mode 100644 doc/SmallToolsJ/mrcImagePad/b120.m4w100h100.png create mode 100644 doc/SmallToolsJ/mrcImagePad/b120.pad.png create mode 100644 doc/SmallToolsJ/mrcImagePad/b120.png create mode 100644 doc/SmallToolsJ/mrcImagePad/firament.png create mode 100644 doc/SmallToolsJ/mrcImagePad/mrcImagePad.html create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m10w100h100.b120.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m10w100h100ev1.b120.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m11w100h100.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m12w100h100.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m13w100h100.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m14w100h100.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m15W100H100t120120.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m15W100H100t3030.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m1w80h80.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m2w80h80.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m2w80h80aw100.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m3w80h80.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m5w80h80.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m5w80h80v1.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m6w80h80v0.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m6w80h80v1.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m7.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m8w100h100mi20ma30.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.m9w100h100.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePad/pad.w80h80.png create mode 100644 doc/SmallToolsJ/mrcImagePad/test.noise.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/b120.out.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/b120.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/input.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/mrcImagePixelDataGet.html create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/only.inputdata.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/out-x10.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/out-xy10.png create mode 100644 doc/SmallToolsJ/mrcImagePixelDataGet/out-xyz.png create mode 100644 doc/SmallToolsJ/mrcImagePosterization/b120.png create mode 100644 doc/SmallToolsJ/mrcImagePosterization/mrcImagePosterization.html create mode 100644 doc/SmallToolsJ/mrcImagePosterization/outdata-g100.png create mode 100644 doc/SmallToolsJ/mrcImagePosterization/outdata-g50.png create mode 100644 doc/SmallToolsJ/mrcImagePosterization/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/input-mrcInfo.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/mrcImageProjection.html create mode 100644 doc/SmallToolsJ/mrcImageProjection/outdata-m0.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/outdata-m2.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/outdata-m3.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/outdata-m4.png create mode 100644 doc/SmallToolsJ/mrcImageProjection/outdata-m5.png create mode 100644 doc/SmallToolsJ/mrcImageROI/input.PNG create mode 100644 doc/SmallToolsJ/mrcImageROI/input.noiseadd.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.PNG create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.S2.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.S3.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.Shift3030.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.a30.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.shift1010.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.w100h100.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.w50h50.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.x100y100.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise.x50y50.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise1.m0r2.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise1.m1r2.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise1.m2r2.png create mode 100644 doc/SmallToolsJ/mrcImageROI/inputnoise1.m3r2.png create mode 100644 doc/SmallToolsJ/mrcImageROI/mrcImageROI.html create mode 100644 doc/SmallToolsJ/mrcImageROI3D/input.noiseadd.png create mode 100644 doc/SmallToolsJ/mrcImageROI3D/mrcImageROI3D.html create mode 100644 doc/SmallToolsJ/mrcImageROI3D/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/Infomation.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/Infomation2.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/input.PNG create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0000.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0001.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0002.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0003.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0004.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0005.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0006.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0007.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0008.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0009.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0010.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0011.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0012.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0013.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0014.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0015-S3.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0015-S5.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0015-w10h10.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0015-w50h50.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-0015.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise-r1.M1.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise.r1.M0.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise.r1.out.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise.r1.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise1-0000-m0.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise1-0000-m1.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise1-0000-m2.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/inputnoise1-0000-m3.roi.png create mode 100644 doc/SmallToolsJ/mrcImageROIs/mrcImageROIs.html create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2-1.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2-2.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata-Avg.ascll.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata-Avg.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata-Centre20.ascll.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata-Centre20.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata-Inv.ascll.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata-Inv.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata.ascll.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.outdata.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageRadialDistribution/mrcImageRadialDistribution.html create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/b120.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/mrcImageRadonTransform.html create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata-dphi2-info.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata-dphi2.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata-dphi3-info.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata-dphi3.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata-dtheta2.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata-dtheta3.png create mode 100644 doc/SmallToolsJ/mrcImageRadonTransform/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageRealValueAdd/b120.png create mode 100644 doc/SmallToolsJ/mrcImageRealValueAdd/mrcImageRealValueAdd.html create mode 100644 doc/SmallToolsJ/mrcImageRealValueAdd/outdata-v1.png create mode 100644 doc/SmallToolsJ/mrcImageRealValueAdd/outdata-v10.png create mode 100644 doc/SmallToolsJ/mrcImageRealValueAdd/outdata-v50.png create mode 100644 doc/SmallToolsJ/mrcImageRectangleGet/input.png create mode 100644 doc/SmallToolsJ/mrcImageRectangleGet/mrcImageRectangleGet.html create mode 100644 doc/SmallToolsJ/mrcImageRectangleGet/outdata-r10206070.png create mode 100644 doc/SmallToolsJ/mrcImageRectangleGet/outdata-r10206070m1.png create mode 100644 doc/SmallToolsJ/mrcImageRectangleGet/outdata-r10206070m2.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/121p-noise0.1section-info.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/121p-noise0.1section.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/121p-noise0.5.section-info.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/121p-noise0.5section.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/mrcImageResolutionEstimateForFilaments.html create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/outdata-d0.1.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/outdata.-H0.1.png create mode 100644 doc/SmallToolsJ/mrcImageResolutionEstimateForFilaments/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageReverse/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageReverse/mrcImageReverse.html create mode 100644 doc/SmallToolsJ/mrcImageReverse/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/b120.out-a180.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/b120.out-a45.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/b120.out-a45Pm0.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/b120.out-a45Pm1.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/b120.out.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/b120.png create mode 100644 doc/SmallToolsJ/mrcImageRotation/mrcImageRotation.html create mode 100644 doc/SmallToolsJ/mrcImageSamplingUnitChange/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageSamplingUnitChange/mrcImageSamplingUnitChange.html create mode 100644 doc/SmallToolsJ/mrcImageSamplingUnitChange/outdata-S.png create mode 100644 doc/SmallToolsJ/mrcImageSamplingUnitChange/outdata-Sm1.png create mode 100644 doc/SmallToolsJ/mrcImageScalarAdd/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageScalarAdd/mrcImageScalarAdd.html create mode 100644 doc/SmallToolsJ/mrcImageScalarAdd/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageScalarAdd/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/121p.in1.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/121p.in2.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/121p.out.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/121p.z1.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/121p.z10.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/121p.z30.png create mode 100644 doc/SmallToolsJ/mrcImageSectionGet/mrcImageSectionGet.html create mode 100644 doc/SmallToolsJ/mrcImageSetFunction/mrcImageSetFunction.html create mode 100644 doc/SmallToolsJ/mrcImageSetFunction/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSetFunction/outdata2.png create mode 100644 doc/SmallToolsJ/mrcImageShift/b120.out-x10.png create mode 100644 doc/SmallToolsJ/mrcImageShift/b120.out-xy20.png create mode 100644 doc/SmallToolsJ/mrcImageShift/b120.out-xyz20.png create mode 100644 doc/SmallToolsJ/mrcImageShift/b120.out.png create mode 100644 doc/SmallToolsJ/mrcImageShift/b120.png create mode 100644 doc/SmallToolsJ/mrcImageShift/mrcImageShift.html create mode 100644 doc/SmallToolsJ/mrcImageShiftFollowingGC/bin.m0t1.png create mode 100644 doc/SmallToolsJ/mrcImageShiftFollowingGC/mrcImageShiftFollowingGC.html create mode 100644 doc/SmallToolsJ/mrcImageShiftFollowingGC/outdata-I.png create mode 100644 doc/SmallToolsJ/mrcImageShiftFollowingGC/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageShrink/000150_0101-001.I.roi.png create mode 100644 doc/SmallToolsJ/mrcImageShrink/inputfile.html create mode 100644 doc/SmallToolsJ/mrcImageShrink/mrcImageShrink.html create mode 100644 doc/SmallToolsJ/mrcImageShrink/mrcInfo1.PNG create mode 100644 doc/SmallToolsJ/mrcImageShrink/mrcInfo2.PNG create mode 100644 doc/SmallToolsJ/mrcImageShrink/mrcInfo3.PNG create mode 100644 doc/SmallToolsJ/mrcImageShrink/mrcInfo4.PNG create mode 100644 doc/SmallToolsJ/mrcImageShrink/test.S10.shrink.png create mode 100644 doc/SmallToolsJ/mrcImageShrink/test.shrink.png create mode 100644 doc/SmallToolsJ/mrcImageShrink/test.x3y5.shrink.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/b120.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/mrcImageSmoothing.html create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m1.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m1M0x9y9.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m1M1r5.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m2.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m2M0x9y9.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m3.center.png create mode 100644 doc/SmallToolsJ/mrcImageSmoothing/smo.m3M0x9y9.center.png create mode 100644 doc/SmallToolsJ/mrcImageSphere/mrcImageSphere.html create mode 100644 doc/SmallToolsJ/mrcImageSphere/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageSphere/outdata-r50.png create mode 100644 doc/SmallToolsJ/mrcImageSphere/outdata-size1.72.png create mode 100644 doc/SmallToolsJ/mrcImageSphere/outdata-weight50.png create mode 100644 doc/SmallToolsJ/mrcImageSphere/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/mrcImageSplit.html create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HA40.000000000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HA40.000000010000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HA40.000000020000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000000000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000000010000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000000020000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000100000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000100010000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000100020000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000200000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000200010000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HAWA40.000200020000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HW40.000000000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HW40.000000010000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HW40.000100000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata-HW40.000100010000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata.000000000000.png create mode 100644 doc/SmallToolsJ/mrcImageSplit/outdata.000000010000.png create mode 100644 doc/SmallToolsJ/mrcImageSquara/b120-outdata-eps10m1.png create mode 100644 doc/SmallToolsJ/mrcImageSquara/b120-outdata-eps30m1.png create mode 100644 doc/SmallToolsJ/mrcImageSquara/b120-outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageSquara/b120-outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSquara/b120.png create mode 100644 doc/SmallToolsJ/mrcImageSquara/mrcImageSquare.html create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/1vom-rot0.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/1vom-rot2.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/1vom-rot3.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/list.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/mrcImageStanderdDeviation.html create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/outdata-m00.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/outdata-m01.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/outdata-m10.png create mode 100644 doc/SmallToolsJ/mrcImageStandardDeviation/outdata-m11.png create mode 100644 doc/SmallToolsJ/mrcImageSubtraction/b120-2.center.png create mode 100644 doc/SmallToolsJ/mrcImageSubtraction/b120-2.center3.png create mode 100644 doc/SmallToolsJ/mrcImageSubtraction/mrcImageSubtraction.html create mode 100644 doc/SmallToolsJ/mrcImageSubtraction/outdata-m1.png create mode 100644 doc/SmallToolsJ/mrcImageSubtraction/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryAverage/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryAverage/mrcImageSymmetryAverage.html create mode 100644 doc/SmallToolsJ/mrcImageSymmetryAverage/outdata-centre.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryAverage/outdata-n2.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryAverage/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryCentreFind/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryCentreFind/mrcImageSymmetryCenterFind.html create mode 100644 doc/SmallToolsJ/mrcImageSymmetryCentreFind/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageSymmetryCentreFind/outdata2.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/1vom-rot0.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/1vom-rot1.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/1vom-rot2.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/1vom-rot3.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/1vom.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/list.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/mrcImageTiltAxisSearch.html create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/outdata-I-200time.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/outdata-rot3-200time.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/outdata2-I.png create mode 100644 doc/SmallToolsJ/mrcImageTiltAxisSearch/outdata2-rot3.png create mode 100644 doc/SmallToolsJ/mrcImageTranspose/b120-2.png create mode 100644 doc/SmallToolsJ/mrcImageTranspose/mrcImageTransepose.html create mode 100644 doc/SmallToolsJ/mrcImageTranspose/outdata1-m.png create mode 100644 doc/SmallToolsJ/mrcImageTranspose/outdata1-m0M1.png create mode 100644 doc/SmallToolsJ/mrcImageTranspose/outdata1.png create mode 100644 doc/SmallToolsJ/mrcImageVolumeCalc/inputdata.png create mode 100644 doc/SmallToolsJ/mrcImageVolumeCalc/mrcImageVolumeCalc.html create mode 100644 doc/SmallToolsJ/mrcImageVolumeCalc/outdata-I..png create mode 100644 doc/SmallToolsJ/mrcImageVolumeCalc/outdata.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-m1-2.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-m16.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-m17-02.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-m18-0.2-2.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-m18-0.2.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-m2-0.2.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120-out.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/b120.png create mode 100644 doc/SmallToolsJ/mrcImageWinowing/mrcImageWindowing.html create mode 100644 doc/SmallToolsJ/mrcInfo/input2.png create mode 100644 doc/SmallToolsJ/mrcInfo/mrcInfo.html create mode 100644 doc/SmallToolsJ/mrcInfoSet/img1.png create mode 100644 doc/SmallToolsJ/mrcInfoSet/input-info.png create mode 100644 doc/SmallToolsJ/mrcInfoSet/input.info.png create mode 100644 doc/SmallToolsJ/mrcInfoSet/mrcInfoSet.html create mode 100644 doc/SmallToolsJ/mrcInfoSet/output-info.png create mode 100644 doc/SmallToolsJ/mrcInfoSet/output.info.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p-Info.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p.m2.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p.m3.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p.m4.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p.m5.info.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p.m5.info2.png create mode 100644 doc/SmallToolsJ/pdb2mrc/121p.png create mode 100644 doc/SmallToolsJ/pdb2mrc/pdb2mrc.html create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p-move-info.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p-move.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-EAModeY.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-EAMove.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-EARot12.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-Rot.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-S30.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-m1.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-m2.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-m3.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-sig.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-startEA30.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-w1.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d-w2.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.2d.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.3d-EAMode1.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.3d-EAMode2.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/121p.3d.png create mode 100644 doc/SmallToolsJ/pdb2mrc2d/pdb2mrc2d.html create mode 100644 doc/SmallToolsJ/pdbCAOnly/inputdata-Info.png create mode 100644 doc/SmallToolsJ/pdbCAOnly/inputdata.png create mode 100644 doc/SmallToolsJ/pdbCAOnly/outputdata-Info.png create mode 100644 doc/SmallToolsJ/pdbCAOnly/outputdata.png create mode 100644 doc/SmallToolsJ/pdbCAOnly/pdbCAOnly.html create mode 100644 doc/SmallToolsJ/pdbInfo/in-only.png create mode 100644 doc/SmallToolsJ/pdbInfo/opusion-o.png create mode 100644 doc/SmallToolsJ/pdbInfo/pdbInfo.html create mode 100644 doc/SmallToolsJ/pdbMove/121p.-xyz.png create mode 100644 doc/SmallToolsJ/pdbMove/121p.1xyz.png create mode 100644 doc/SmallToolsJ/pdbMove/121p.pdb.png create mode 100644 doc/SmallToolsJ/pdbMove/121p.png create mode 100644 doc/SmallToolsJ/pdbMove/pdbMove.html create mode 100644 doc/SmallToolsJ/pdbPCA/inputdata-Info.png create mode 100644 doc/SmallToolsJ/pdbPCA/inputdata.png create mode 100644 doc/SmallToolsJ/pdbPCA/outdata.png create mode 100644 doc/SmallToolsJ/pdbPCA/pdbPCA.html create mode 100644 doc/SmallToolsJ/pdbRotation/100goukei.png create mode 100644 doc/SmallToolsJ/pdbRotation/10goukei.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p-Info.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.100xyz.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.100yxz.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.100zxy.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.100zyx.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.10xyz.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.10yxz.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.10zxy.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.10zyx.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.ea.png create mode 100644 doc/SmallToolsJ/pdbRotation/121p.png create mode 100644 doc/SmallToolsJ/pdbRotation/pdbRotation.html create mode 100644 doc/SmallToolsJ/pdbSecondaryStructurePrint/inputdata-Info.png create mode 100644 doc/SmallToolsJ/pdbSecondaryStructurePrint/inputdata.png create mode 100644 doc/SmallToolsJ/pdbSecondaryStructurePrint/outdata.png create mode 100644 doc/SmallToolsJ/pdbSecondaryStructurePrint/pdbSecondaryStructurePrint.html create mode 100644 doc/SmallToolsJ/pdbTrans/121p-Info.png create mode 100644 doc/SmallToolsJ/pdbTrans/121p.M10.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/121p.M15-1.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/121p.M15.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/121p.M9.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/121p.ea.png create mode 100644 doc/SmallToolsJ/pdbTrans/121p.png create mode 100644 doc/SmallToolsJ/pdbTrans/matrix10.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/matrix15.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/matrix9.PNG create mode 100644 doc/SmallToolsJ/pdbTrans/pdbTrans.html create mode 100755 doc/UtilitiesForEos/index.html create mode 100755 doc/UtilitiesForEos/nr2.html create mode 100755 doc/WWW/index.html create mode 100755 doc/copyright.html create mode 120000 doc/doc create mode 100755 doc/index.html create mode 100755 doc/search/+(i1)*proto.html create mode 100755 doc/search/.dependency create mode 100755 doc/search/.html create mode 100755 doc/search/.nfs0008c3ff0000000d create mode 100755 doc/search/Array.html create mode 100755 doc/search/Bessel0.html create mode 100755 doc/search/Bessel0proto.html create mode 100755 doc/search/Bessel1.html create mode 100755 doc/search/Bessel1proto.html create mode 100755 doc/search/Blt_AdjustAxisPointers.html create mode 100755 doc/search/Blt_AdjustViewport.html create mode 100755 doc/search/Blt_AllocVectorId.html create mode 100755 doc/search/Blt_Assert.html create mode 100755 doc/search/Blt_AxisOp.html create mode 100755 doc/search/Blt_BackgroundToPostScript.html create mode 100755 doc/search/Blt_BarElement.html create mode 100755 doc/search/Blt_BarPen.html create mode 100755 doc/search/Blt_BeepInit.html create mode 100755 doc/search/Blt_BgexecInit.html create mode 100755 doc/search/Blt_BitmapInit.html create mode 100755 doc/search/Blt_BitmapToPostScript.html create mode 100755 doc/search/Blt_BusyInit.html create mode 100755 doc/search/Blt_ButtonInit.html create mode 100755 doc/search/Blt_CapStyleToPostScript.html create mode 100755 doc/search/Blt_ChainAllocLink.html create mode 100755 doc/search/Blt_ChainAppend.html create mode 100755 doc/search/Blt_ChainCreate.html create mode 100755 doc/search/Blt_ChainDeleteLink.html create mode 100755 doc/search/Blt_ChainDestroy.html create mode 100755 doc/search/Blt_ChainGetNthLink.html create mode 100755 doc/search/Blt_ChainInit.html create mode 100755 doc/search/Blt_ChainLinkAfter.html create mode 100755 doc/search/Blt_ChainLinkBefore.html create mode 100755 doc/search/Blt_ChainNewLink.html create mode 100755 doc/search/Blt_ChainPrepend.html create mode 100755 doc/search/Blt_ChainReset.html create mode 100755 doc/search/Blt_ChainSort.html create mode 100755 doc/search/Blt_ChainUnlinkLink.html create mode 100755 doc/search/Blt_ClearBackgroundToPostScript.html create mode 100755 doc/search/Blt_ClipSegment.html create mode 100755 doc/search/Blt_ColorimageToGreyscale.html create mode 100755 doc/search/Blt_ColorimageToPhoto.html create mode 100755 doc/search/Blt_ColorimageToPixmap.html create mode 100755 doc/search/Blt_ColorimageToPostScript.html create mode 100755 doc/search/Blt_ColorimageToPsData.html create mode 100755 doc/search/Blt_ComputeStacks.html create mode 100755 doc/search/Blt_ConfigModified.html create mode 100755 doc/search/Blt_ConfigureBindings.html create mode 100755 doc/search/Blt_ConfigureCrosshairs.html create mode 100755 doc/search/Blt_ConfigureWidgetComponent.html create mode 100755 doc/search/Blt_ContainerInit.html create mode 100755 doc/search/Blt_ConvolveColorimage.html create mode 100755 doc/search/Blt_CreateBindingTable.html create mode 100755 doc/search/Blt_CreateColorTable.html create mode 100755 doc/search/Blt_CreateColorimage.html create mode 100755 doc/search/Blt_CreateCommand.html create mode 100755 doc/search/Blt_CreateCommandObj.html create mode 100755 doc/search/Blt_CreateCrosshairs.html create mode 100755 doc/search/Blt_CreateGrid.html create mode 100755 doc/search/Blt_CreateLegend.html create mode 100755 doc/search/Blt_CreateNsDeleteNotify.html create mode 100755 doc/search/Blt_CreatePen.html create mode 100755 doc/search/Blt_CreatePipeline.html create mode 100755 doc/search/Blt_CreatePostScript.html create mode 100755 doc/search/Blt_CreateTextBitmap.html create mode 100755 doc/search/Blt_CreateVector.html create mode 100755 doc/search/Blt_CreateVector2.html create mode 100755 doc/search/Blt_CrosshairsOp.html create mode 100755 doc/search/Blt_CutbufferInit.html create mode 100755 doc/search/Blt_DStringAppendElements.html create mode 100755 doc/search/Blt_DebugInit.html create mode 100755 doc/search/Blt_DefaultAxes.html create mode 100755 doc/search/Blt_DeleteBindings.html create mode 100755 doc/search/Blt_DeleteVector.html create mode 100755 doc/search/Blt_DeleteVectorByName.html create mode 100755 doc/search/Blt_DeleteWindowInstanceData.html create mode 100755 doc/search/Blt_DestroyAxes.html create mode 100755 doc/search/Blt_DestroyBindingTable.html create mode 100755 doc/search/Blt_DestroyCrosshairs.html create mode 100755 doc/search/Blt_DestroyElements.html create mode 100755 doc/search/Blt_DestroyGrid.html create mode 100755 doc/search/Blt_DestroyLegend.html create mode 100755 doc/search/Blt_DestroyMarkers.html create mode 100755 doc/search/Blt_DestroyNsDeleteNotify.html create mode 100755 doc/search/Blt_DestroyPens.html create mode 100755 doc/search/Blt_DestroyPostScript.html create mode 100755 doc/search/Blt_DictionaryCompare.html create mode 100755 doc/search/Blt_DirectColorTable.html create mode 100755 doc/search/Blt_DisableCrosshairs.html create mode 100755 doc/search/Blt_DndInit.html create mode 100755 doc/search/Blt_DragDropInit.html create mode 100755 doc/search/Blt_Draw3DRectangleToPostScript.html create mode 100755 doc/search/Blt_DrawActiveElements.html create mode 100755 doc/search/Blt_DrawAxes.html create mode 100755 doc/search/Blt_DrawAxisLimits.html create mode 100755 doc/search/Blt_DrawElements.html create mode 100755 doc/search/Blt_DrawGraph.html create mode 100755 doc/search/Blt_DrawGrid.html create mode 100755 doc/search/Blt_DrawLegend.html create mode 100755 doc/search/Blt_DrawMarkers.html create mode 100755 doc/search/Blt_DrawText.html create mode 100755 doc/search/Blt_DrawText2.html create mode 100755 doc/search/Blt_DrawTextLayout.html create mode 100755 doc/search/Blt_DrawableRegionToColorimage.html create mode 100755 doc/search/Blt_DrawableToColorimage.html create mode 100755 doc/search/Blt_Dtoa.html create mode 100755 doc/search/Blt_ElementOp.html create mode 100755 doc/search/Blt_EnableCrosshairs.html create mode 100755 doc/search/Blt_EnterNamespace.html create mode 100755 doc/search/Blt_EnumToString.html create mode 100755 doc/search/Blt_EventuallyRedrawGraph.html create mode 100755 doc/search/Blt_ExpandParseValue.html create mode 100755 doc/search/Blt_ExprVector.html create mode 100755 doc/search/Blt_FileToPostScript.html create mode 100755 doc/search/Blt_Fill3DRectangleToPostScript.html create mode 100755 doc/search/Blt_FindChild.html create mode 100755 doc/search/Blt_FindElemVectorMinimum.html create mode 100755 doc/search/Blt_FindImage1DFilter.html create mode 100755 doc/search/Blt_FindUid.html create mode 100755 doc/search/Blt_FirstChild.html create mode 100755 doc/search/Blt_FlagToString.html create mode 100755 doc/search/Blt_FontToPostScript.html create mode 100755 doc/search/Blt_ForegroundToPostScript.html create mode 100755 doc/search/Blt_FrameInit.html create mode 100755 doc/search/Blt_FreeColorPair.html create mode 100755 doc/search/Blt_FreeColorTable.html create mode 100755 doc/search/Blt_FreeColorimage.html create mode 100755 doc/search/Blt_FreePen.html create mode 100755 doc/search/Blt_FreePrivateGC.html create mode 100755 doc/search/Blt_FreeSwitches.html create mode 100755 doc/search/Blt_FreeTextStyle.html create mode 100755 doc/search/Blt_FreeTile.html create mode 100755 doc/search/Blt_FreeUid.html create mode 100755 doc/search/Blt_FreeVectorId.html create mode 100755 doc/search/Blt_GammaCorrectColorimage.html create mode 100755 doc/search/Blt_GetArrayVariableTable.html create mode 100755 doc/search/Blt_GetAxisSegments.html create mode 100755 doc/search/Blt_GetBoundingBox.html create mode 100755 doc/search/Blt_GetCoordinate.html create mode 100755 doc/search/Blt_GetElementType.html create mode 100755 doc/search/Blt_GetFirstAxis.html create mode 100755 doc/search/Blt_GetGraphFromWindowData.html create mode 100755 doc/search/Blt_GetInt.html create mode 100755 doc/search/Blt_GetOperation.html create mode 100755 doc/search/Blt_GetOperationObj.html create mode 100755 doc/search/Blt_GetParent.html create mode 100755 doc/search/Blt_GetPen.html create mode 100755 doc/search/Blt_GetPenStyle.html create mode 100755 doc/search/Blt_GetPixels.html create mode 100755 doc/search/Blt_GetPosition.html create mode 100755 doc/search/Blt_GetPrivateGC.html create mode 100755 doc/search/Blt_GetPrivateGCFromDrawable.html create mode 100755 doc/search/Blt_GetProjection.html create mode 100755 doc/search/Blt_GetQualifiedName.html create mode 100755 doc/search/Blt_GetRealWindowId.html create mode 100755 doc/search/Blt_GetScrollInfo.html create mode 100755 doc/search/Blt_GetTable.html create mode 100755 doc/search/Blt_GetTextExtents.html create mode 100755 doc/search/Blt_GetTextLayout.html create mode 100755 doc/search/Blt_GetTile.html create mode 100755 doc/search/Blt_GetUid.html create mode 100755 doc/search/Blt_GetVector.html create mode 100755 doc/search/Blt_GetVectorById.html create mode 100755 doc/search/Blt_GetWindowInstanceData.html create mode 100755 doc/search/Blt_GetXY.html create mode 100755 doc/search/Blt_GraphInit.html create mode 100755 doc/search/Blt_GraphTags.html create mode 100755 doc/search/Blt_GraphUpdateNeeded.html create mode 100755 doc/search/Blt_GridOp.html create mode 100755 doc/search/Blt_HSV.html create mode 100755 doc/search/Blt_HierboxInit.html create mode 100755 doc/search/Blt_HiertableInit.html create mode 100755 doc/search/Blt_HtAddField.html create mode 100755 doc/search/Blt_HtClearSelection.html create mode 100755 doc/search/Blt_HtCloseEntry.html create mode 100755 doc/search/Blt_HtColumnOp.html create mode 100755 doc/search/Blt_HtComputeLayout.html create mode 100755 doc/search/Blt_HtConfigureButtons.html create mode 100755 doc/search/Blt_HtConfigureColumn.html create mode 100755 doc/search/Blt_HtConfigureEntry.html create mode 100755 doc/search/Blt_HtConfigureHiertable.html create mode 100755 doc/search/Blt_HtCreateEditor.html create mode 100755 doc/search/Blt_HtCreateEntry.html create mode 100755 doc/search/Blt_HtDeselectEntry.html create mode 100755 doc/search/Blt_HtDestroyColumns.html create mode 100755 doc/search/Blt_HtDestroyField.html create mode 100755 doc/search/Blt_HtDrawButton.html create mode 100755 doc/search/Blt_HtDrawHeadings.html create mode 100755 doc/search/Blt_HtDrawIcon.html create mode 100755 doc/search/Blt_HtDrawOuterBorders.html create mode 100755 doc/search/Blt_HtDrawRule.html create mode 100755 doc/search/Blt_HtEntryIsMapped.html create mode 100755 doc/search/Blt_HtEntryIsSelected.html create mode 100755 doc/search/Blt_HtEventuallyRedraw.html create mode 100755 doc/search/Blt_HtFreeImage.html create mode 100755 doc/search/Blt_HtFreeUid.html create mode 100755 doc/search/Blt_HtGetData.html create mode 100755 doc/search/Blt_HtGetEntry.html create mode 100755 doc/search/Blt_HtGetFullName.html create mode 100755 doc/search/Blt_HtGetImage.html create mode 100755 doc/search/Blt_HtGetNode.html create mode 100755 doc/search/Blt_HtGetUid.html create mode 100755 doc/search/Blt_HtInitColumn.html create mode 100755 doc/search/Blt_HtNearestColumn.html create mode 100755 doc/search/Blt_HtNearestEntry.html create mode 100755 doc/search/Blt_HtNextEntry.html create mode 100755 doc/search/Blt_HtOpenEntry.html create mode 100755 doc/search/Blt_HtParentEntry.html create mode 100755 doc/search/Blt_HtPercentSubst.html create mode 100755 doc/search/Blt_HtPrevEntry.html create mode 100755 doc/search/Blt_HtPruneSelection.html create mode 100755 doc/search/Blt_HtSelectCmdProc.html create mode 100755 doc/search/Blt_HtSelectEntry.html create mode 100755 doc/search/Blt_HtSortFlatView.html create mode 100755 doc/search/Blt_HtSortOp.html create mode 100755 doc/search/Blt_HtSortTreeView.html create mode 100755 doc/search/Blt_HtTextOp.html create mode 100755 doc/search/Blt_HtTreeApply.html create mode 100755 doc/search/Blt_HtWidgetInstCmd.html create mode 100755 doc/search/Blt_HtextInit.html create mode 100755 doc/search/Blt_Init.html create mode 100755 doc/search/Blt_InitCmd.html create mode 100755 doc/search/Blt_InitCmds.html create mode 100755 doc/search/Blt_InitEpsCanvasItem.html create mode 100755 doc/search/Blt_InitFreqTable.html create mode 100755 doc/search/Blt_InitHexTable.html create mode 100755 doc/search/Blt_InitObjCmd.html create mode 100755 doc/search/Blt_InitTextStyle.html create mode 100755 doc/search/Blt_InstallIndexProc.html create mode 100755 doc/search/Blt_InstallMathFunction.html create mode 100755 doc/search/Blt_InvMap2D.html create mode 100755 doc/search/Blt_Itoa.html create mode 100755 doc/search/Blt_JPEGToColorimage.html create mode 100755 doc/search/Blt_JPEGToPhoto.html create mode 100755 doc/search/Blt_JoinStyleToPostScript.html create mode 100755 doc/search/Blt_LayoutGraph.html create mode 100755 doc/search/Blt_LayoutLegend.html create mode 100755 doc/search/Blt_LayoutMargins.html create mode 100755 doc/search/Blt_LeaveNamespace.html create mode 100755 doc/search/Blt_LegendOp.html create mode 100755 doc/search/Blt_LineAttributesToPostScript.html create mode 100755 doc/search/Blt_LineDashesToPostScript.html create mode 100755 doc/search/Blt_LineElement.html create mode 100755 doc/search/Blt_LinePen.html create mode 100755 doc/search/Blt_LineWidthToPostScript.html create mode 100755 doc/search/Blt_LinesToPostScript.html create mode 100755 doc/search/Blt_ListCreate.html create mode 100755 doc/search/Blt_ListCreateNode.html create mode 100755 doc/search/Blt_ListDeleteNode.html create mode 100755 doc/search/Blt_ListDeleteNodeByKey.html create mode 100755 doc/search/Blt_ListDestroy.html create mode 100755 doc/search/Blt_ListGetNode.html create mode 100755 doc/search/Blt_ListGetNthNode.html create mode 100755 doc/search/Blt_ListInit.html create mode 100755 doc/search/Blt_ListLinkAfter.html create mode 100755 doc/search/Blt_ListLinkBefore.html create mode 100755 doc/search/Blt_ListNewAppend.html create mode 100755 doc/search/Blt_ListNewPrepend.html create mode 100755 doc/search/Blt_ListReset.html create mode 100755 doc/search/Blt_ListSort.html create mode 100755 doc/search/Blt_ListUnlinkNode.html create mode 100755 doc/search/Blt_MakeElementTag.html create mode 100755 doc/search/Blt_MakeMarkerTag.html create mode 100755 doc/search/Blt_MakeTransparentWindowExist.html create mode 100755 doc/search/Blt_Map2D.html create mode 100755 doc/search/Blt_MapAxes.html create mode 100755 doc/search/Blt_MapElements.html create mode 100755 doc/search/Blt_MapGrid.html create mode 100755 doc/search/Blt_MapMarkers.html create mode 100755 doc/search/Blt_MapTopLevelWindow.html create mode 100755 doc/search/Blt_MarkerOp.html create mode 100755 doc/search/Blt_NameOfElementType.html create mode 100755 doc/search/Blt_NameOfFill.html create mode 100755 doc/search/Blt_NameOfTile.html create mode 100755 doc/search/Blt_NameOfVector.html create mode 100755 doc/search/Blt_NameOfVectorId.html create mode 100755 doc/search/Blt_NameToElement.html create mode 100755 doc/search/Blt_NameToMarker.html create mode 100755 doc/search/Blt_NamespaceOfVariable.html create mode 100755 doc/search/Blt_NaturalSpline.html create mode 100755 doc/search/Blt_NearestMarker.html create mode 100755 doc/search/Blt_NextChild.html create mode 100755 doc/search/Blt_OpenUtfFile.html create mode 100755 doc/search/Blt_Panic.html create mode 100755 doc/search/Blt_ParseBraces.html create mode 100755 doc/search/Blt_ParseNestedCmd.html create mode 100755 doc/search/Blt_ParseQualifiedName.html create mode 100755 doc/search/Blt_ParseQuotes.html create mode 100755 doc/search/Blt_PenOp.html create mode 100755 doc/search/Blt_PhotoToColorimage.html create mode 100755 doc/search/Blt_PhotoToPostScript.html create mode 100755 doc/search/Blt_PickCurrentItem.html create mode 100755 doc/search/Blt_PixmapOfTile.html create mode 100755 doc/search/Blt_PointInPolygon.html create mode 100755 doc/search/Blt_PolygonToPostScript.html create mode 100755 doc/search/Blt_PostScriptOp.html create mode 100755 doc/search/Blt_PrintActiveElements.html create mode 100755 doc/search/Blt_PrintAppend.html create mode 100755 doc/search/Blt_PrintAxes.html create mode 100755 doc/search/Blt_PrintAxisLimits.html create mode 100755 doc/search/Blt_PrintBitmap.html create mode 100755 doc/search/Blt_PrintElements.html create mode 100755 doc/search/Blt_PrintFormat.html create mode 100755 doc/search/Blt_PrintGrid.html create mode 100755 doc/search/Blt_PrintLegend.html create mode 100755 doc/search/Blt_PrintLine.html create mode 100755 doc/search/Blt_PrintMarkers.html create mode 100755 doc/search/Blt_PrintObject.html create mode 100755 doc/search/Blt_PrintText.html create mode 100755 doc/search/Blt_ProcessObjSwitches.html create mode 100755 doc/search/Blt_ProcessSwitches.html create mode 100755 doc/search/Blt_PseudoColorTable.html create mode 100755 doc/search/Blt_QuadraticSpline.html create mode 100755 doc/search/Blt_RGB.html create mode 100755 doc/search/Blt_RaiseTopLevelWindow.html create mode 100755 doc/search/Blt_RectangleToPostScript.html create mode 100755 doc/search/Blt_RectanglesToPostScript.html create mode 100755 doc/search/Blt_RelinkWindow.html create mode 100755 doc/search/Blt_RelinkWindow2.html create mode 100755 doc/search/Blt_ReparentWindow.html create mode 100755 doc/search/Blt_ResampleColorimage.html create mode 100755 doc/search/Blt_ResamplePhoto.html create mode 100755 doc/search/Blt_ResetAxes.html create mode 100755 doc/search/Blt_ResetStacks.html create mode 100755 doc/search/Blt_ResetTextStyle.html create mode 100755 doc/search/Blt_ResetVector.html create mode 100755 doc/search/Blt_ResizeColorimage.html create mode 100755 doc/search/Blt_ResizePhoto.html create mode 100755 doc/search/Blt_ResizeTopLevelWindow.html create mode 100755 doc/search/Blt_ResizeVector.html create mode 100755 doc/search/Blt_RootX.html create mode 100755 doc/search/Blt_RootY.html create mode 100755 doc/search/Blt_RotateBitmap.html create mode 100755 doc/search/Blt_RotateColorimage.html create mode 100755 doc/search/Blt_SafeInit.html create mode 100755 doc/search/Blt_ScaleBitmap.html create mode 100755 doc/search/Blt_ScaleBitmapRegion.html create mode 100755 doc/search/Blt_ScrollbarInit.html create mode 100755 doc/search/Blt_SegmentsToPostScript.html create mode 100755 doc/search/Blt_SetClipRegion.html create mode 100755 doc/search/Blt_SetDashes.html create mode 100755 doc/search/Blt_SetDrawTextStyle.html create mode 100755 doc/search/Blt_SetPrintTextStyle.html create mode 100755 doc/search/Blt_SetRegion.html create mode 100755 doc/search/Blt_SetTSOrigin.html create mode 100755 doc/search/Blt_SetTileChangedProc.html create mode 100755 doc/search/Blt_SetTileOrigin.html create mode 100755 doc/search/Blt_SetVectorChangedProc.html create mode 100755 doc/search/Blt_SetWindowInstanceData.html create mode 100755 doc/search/Blt_SizeOfTile.html create mode 100755 doc/search/Blt_SnapPhoto.html create mode 100755 doc/search/Blt_SplineInit.html create mode 100755 doc/search/Blt_StippleToPostScript.html create mode 100755 doc/search/Blt_StringToEnum.html create mode 100755 doc/search/Blt_StringToFlag.html create mode 100755 doc/search/Blt_SwitchChanged.html create mode 100755 doc/search/Blt_TableInit.html create mode 100755 doc/search/Blt_TabnotebookInit.html create mode 100755 doc/search/Blt_TabsetInit.html create mode 100755 doc/search/Blt_TedInit.html create mode 100755 doc/search/Blt_TilePolygon.html create mode 100755 doc/search/Blt_TileRectangle.html create mode 100755 doc/search/Blt_TileRectangles.html create mode 100755 doc/search/Blt_TkImageDeleted.html create mode 100755 doc/search/Blt_TkImageGC.html create mode 100755 doc/search/Blt_TkImageMaster.html create mode 100755 doc/search/Blt_TkImagePixmap.html create mode 100755 doc/search/Blt_Toplevel.html create mode 100755 doc/search/Blt_TranslateAnchor.html create mode 100755 doc/search/Blt_TreeApply.html create mode 100755 doc/search/Blt_TreeApplyBFS.html create mode 100755 doc/search/Blt_TreeApplyDFS.html create mode 100755 doc/search/Blt_TreeCreate.html create mode 100755 doc/search/Blt_TreeCreateEventHandler.html create mode 100755 doc/search/Blt_TreeCreateNode.html create mode 100755 doc/search/Blt_TreeCreateTrace.html create mode 100755 doc/search/Blt_TreeDeleteEventHandler.html create mode 100755 doc/search/Blt_TreeDeleteNode.html create mode 100755 doc/search/Blt_TreeDeleteTrace.html create mode 100755 doc/search/Blt_TreeExists.html create mode 100755 doc/search/Blt_TreeFindChild.html create mode 100755 doc/search/Blt_TreeFirstChild.html create mode 100755 doc/search/Blt_TreeFirstKey.html create mode 100755 doc/search/Blt_TreeGetNode.html create mode 100755 doc/search/Blt_TreeGetToken.html create mode 100755 doc/search/Blt_TreeGetValue.html create mode 100755 doc/search/Blt_TreeGetValueByUid.html create mode 100755 doc/search/Blt_TreeInit.html create mode 100755 doc/search/Blt_TreeIsAncestor.html create mode 100755 doc/search/Blt_TreeIsBefore.html create mode 100755 doc/search/Blt_TreeLastChild.html create mode 100755 doc/search/Blt_TreeMoveNode.html create mode 100755 doc/search/Blt_TreeNextKey.html create mode 100755 doc/search/Blt_TreeNextNode.html create mode 100755 doc/search/Blt_TreeNextSibling.html create mode 100755 doc/search/Blt_TreePrevNode.html create mode 100755 doc/search/Blt_TreePrevSibling.html create mode 100755 doc/search/Blt_TreeRelabelNode.html create mode 100755 doc/search/Blt_TreeReleaseToken.html create mode 100755 doc/search/Blt_TreeSetValue.html create mode 100755 doc/search/Blt_TreeSetValueByUid.html create mode 100755 doc/search/Blt_TreeSize.html create mode 100755 doc/search/Blt_TreeSortNode.html create mode 100755 doc/search/Blt_TreeUnsetValue.html create mode 100755 doc/search/Blt_TreeUnsetValueByUid.html create mode 100755 doc/search/Blt_UnlinkWindow.html create mode 100755 doc/search/Blt_UnmapTopLevelWindow.html create mode 100755 doc/search/Blt_UpdateCrosshairs.html create mode 100755 doc/search/Blt_UpdateScrollbar.html create mode 100755 doc/search/Blt_Utoa.html create mode 100755 doc/search/Blt_VectorExists.html create mode 100755 doc/search/Blt_VectorExists2.html create mode 100755 doc/search/Blt_VectorInit.html create mode 100755 doc/search/Blt_VectorNotifyPending.html create mode 100755 doc/search/Blt_VirtualAxisOp.html create mode 100755 doc/search/Blt_WatchInit.html create mode 100755 doc/search/Blt_WindowToPostScript.html create mode 100755 doc/search/Blt_WinopInit.html create mode 100755 doc/search/ColumnResizeOp.html create mode 100755 doc/search/DEBUG2PRINT1proto.html create mode 100755 doc/search/DEBUG2PRINT2proto.html create mode 100755 doc/search/DEBUG2PRINT3proto.html create mode 100755 doc/search/DEBUG2PRINT4proto.html create mode 100755 doc/search/DEBUG2PRINT5proto.html create mode 100755 doc/search/DEBUG2PRINT6proto.html create mode 100755 doc/search/DEBUG2PRINT7proto.html create mode 100755 doc/search/DEBUGPRINT1proto.html create mode 100755 doc/search/DEBUGPRINT2proto.html create mode 100755 doc/search/DEBUGPRINT3proto.html create mode 100755 doc/search/DEBUGPRINT4proto.html create mode 100755 doc/search/DEBUGPRINT5proto.html create mode 100755 doc/search/DEBUGPRINT6proto.html create mode 100755 doc/search/DEBUGPRINT7proto.html create mode 100755 doc/search/DEBUGPRINTproto.html create mode 100755 doc/search/DescartesCoord.html create mode 100755 doc/search/ERRORPRINT1proto.html create mode 100755 doc/search/ERRORPRINT2proto.html create mode 100755 doc/search/ERRORPRINT3proto.html create mode 100755 doc/search/ERRORPRINT4proto.html create mode 100755 doc/search/ERRORPRINT5proto.html create mode 100755 doc/search/ERRORPRINT6proto.html create mode 100755 doc/search/ERRORPRINT7proto.html create mode 100755 doc/search/EulAxI(ord)proto.html create mode 100755 doc/search/Eul_FromHMatrix.html create mode 100755 doc/search/Eul_FromHMatrixproto.html create mode 100755 doc/search/Eul_FromQuat.html create mode 100755 doc/search/Eul_FromQuatproto.html create mode 100755 doc/search/Eul_ToHMatrix.html create mode 100755 doc/search/Eul_ToHMatrixproto.html create mode 100755 doc/search/Eul_ToQuat.html create mode 100755 doc/search/Eul_ToQuatproto.html create mode 100755 doc/search/Eul_proto.html create mode 100755 doc/search/Execute__17vtkmrcImageReader.html create mode 100755 doc/search/FMAX(a,b)proto.html create mode 100755 doc/search/FreeImageTable.html create mode 100755 doc/search/GIFEncode.html create mode 100755 doc/search/GIFEncodeproto.html create mode 100755 doc/search/GIFNextPixel-call.html.html create mode 100755 doc/search/GIFNextPixel.html create mode 100755 doc/search/GIFNextPixelproto.html create mode 100755 doc/search/GetImage__17vtkmrcImageReaderi.html create mode 100755 doc/search/INT.html create mode 100755 "doc/search/Im;\\n}ltlgDataLLData.html" create mode 100755 doc/search/Init_libeosRuby.html create mode 100755 doc/search/Init_libeosRubyproto.html create mode 100755 doc/search/Init_mrc-call.html.html create mode 100755 doc/search/Init_mrc.html create mode 100755 doc/search/Init_mrcproto.html create mode 100755 doc/search/IsFFT.html create mode 100755 doc/search/IsFFTproto.html create mode 100755 doc/search/IsFT-call.html.html create mode 100755 doc/search/IsFT.html create mode 100755 doc/search/IsFTproto.html create mode 100755 doc/search/IsImage-call.html.html create mode 100755 doc/search/IsImage.html create mode 100755 doc/search/IsImageproto.html create mode 100755 doc/search/IsOdd(x)proto.html create mode 100755 doc/search/LOGPRINT10proto.html create mode 100755 doc/search/LOGPRINT11proto.html create mode 100755 doc/search/LOGPRINT12proto.html create mode 100755 doc/search/LOGPRINT1proto.html create mode 100755 doc/search/LOGPRINT2proto.html create mode 100755 doc/search/LOGPRINT3proto.html create mode 100755 doc/search/LOGPRINT4proto.html create mode 100755 doc/search/LOGPRINT5proto.html create mode 100755 doc/search/LOGPRINT6proto.html create mode 100755 doc/search/LOGPRINT7proto.html create mode 100755 doc/search/LOGPRINT8proto.html create mode 100755 doc/search/LOGPRINT9proto.html create mode 100755 doc/search/LOGPRINTproto.html create mode 100755 doc/search/LONG.html create mode 100755 doc/search/MRC_Status_t.html create mode 100755 doc/search/MagWeightForCTFDetermine.html create mode 100755 doc/search/MagWeightForCTFDetermineproto.html create mode 100755 doc/search/Makefile create mode 100755 doc/search/Map2DParaTypeInteger.html create mode 100755 doc/search/Map2DParaTypeReal.html create mode 100755 doc/search/Matrix3D[MATRIX_3D_WIDTH][MATRIX_3D_HEIGHT].html create mode 100755 doc/search/Memory.html create mode 100755 doc/search/New__17vtkmrcImageReader.html create mode 100755 doc/search/PolarCoord.html create mode 100755 doc/search/PrintSelf__17vtkmrcImageReaderR7ostreamG9vtkIndent.html create mode 100755 doc/search/README create mode 100755 doc/search/ReadFloatImage__17vtkmrcImageReaderPfP8mrcImage16mrcPixelDataType20mrcPixelDataHowToGet.html create mode 100755 doc/search/ReadVolume__17vtkmrcImageReaderPi.html create mode 100755 doc/search/SQR(x)proto.html create mode 100755 doc/search/String.html create mode 100755 doc/search/TEXT.html create mode 100755 doc/search/TclAccess.html create mode 100755 doc/search/TclAccessDeleteProc.html create mode 100755 doc/search/TclAccessInsertProc.html create mode 100755 doc/search/TclAddLiteralObj.html create mode 100755 doc/search/TclAllocateFreeObjects.html create mode 100755 doc/search/TclArraySet.html create mode 100755 doc/search/TclCheckBadOctal.html create mode 100755 doc/search/TclCleanupByteCode.html create mode 100755 doc/search/TclCleanupChildren.html create mode 100755 doc/search/TclCleanupCommand.html create mode 100755 doc/search/TclCompileBreakCmd.html create mode 100755 doc/search/TclCompileCatchCmd.html create mode 100755 doc/search/TclCompileCmdWord.html create mode 100755 doc/search/TclCompileContinueCmd.html create mode 100755 doc/search/TclCompileExpr.html create mode 100755 doc/search/TclCompileExprCmd.html create mode 100755 doc/search/TclCompileExprWords.html create mode 100755 doc/search/TclCompileForCmd.html create mode 100755 doc/search/TclCompileForeachCmd.html create mode 100755 doc/search/TclCompileIfCmd.html create mode 100755 doc/search/TclCompileIncrCmd.html create mode 100755 doc/search/TclCompileScript.html create mode 100755 doc/search/TclCompileSetCmd.html create mode 100755 doc/search/TclCompileTokens.html create mode 100755 doc/search/TclCompileWhileCmd.html create mode 100755 doc/search/TclCopyAndCollapse.html create mode 100755 doc/search/TclCopyChannel.html create mode 100755 doc/search/TclCreateAuxData.html create mode 100755 doc/search/TclCreateExceptRange.html create mode 100755 doc/search/TclCreateExecEnv.html create mode 100755 doc/search/TclCreatePipeline.html create mode 100755 doc/search/TclCreateProc.html create mode 100755 doc/search/TclDateparse.html create mode 100755 doc/search/TclDeleteCompiledLocalVars.html create mode 100755 doc/search/TclDeleteExecEnv.html create mode 100755 doc/search/TclDeleteLiteralTable.html create mode 100755 doc/search/TclDeleteVars.html create mode 100755 doc/search/TclDoGlob.html create mode 100755 doc/search/TclDumpMemoryInfo.html create mode 100755 doc/search/TclEmitForwardJump.html create mode 100755 doc/search/TclExecuteByteCode.html create mode 100755 doc/search/TclExpandCodeArray.html create mode 100755 doc/search/TclExpandJumpFixupArray.html create mode 100755 doc/search/TclExpandTokenArray.html create mode 100755 doc/search/TclExprFloatError.html create mode 100755 doc/search/TclFileAttrsCmd.html create mode 100755 doc/search/TclFileCopyCmd.html create mode 100755 doc/search/TclFileDeleteCmd.html create mode 100755 doc/search/TclFileMakeDirsCmd.html create mode 100755 doc/search/TclFileRenameCmd.html create mode 100755 doc/search/TclFinalizeAuxDataTypeTable.html create mode 100755 doc/search/TclFinalizeCompExecEnv.html create mode 100755 doc/search/TclFinalizeCompilation.html create mode 100755 doc/search/TclFinalizeEncodingSubsystem.html create mode 100755 doc/search/TclFinalizeEnvironment.html create mode 100755 doc/search/TclFinalizeExecution.html create mode 100755 doc/search/TclFinalizeIOSubsystem.html create mode 100755 doc/search/TclFinalizeLoad.html create mode 100755 doc/search/TclFinalizeMemorySubsystem.html create mode 100755 doc/search/TclFinalizeNotifier.html create mode 100755 doc/search/TclFinalizeSynchronization.html create mode 100755 doc/search/TclFinalizeThreadData.html create mode 100755 doc/search/TclFindCompiledLocal.html create mode 100755 doc/search/TclFindElement.html create mode 100755 doc/search/TclFindEncodings.html create mode 100755 doc/search/TclFindProc.html create mode 100755 doc/search/TclFixupForwardJump.html create mode 100755 doc/search/TclFormatInt.html create mode 100755 doc/search/TclFreeCompileEnv.html create mode 100755 doc/search/TclFreeJumpFixupArray.html create mode 100755 doc/search/TclFreeObj.html create mode 100755 doc/search/TclFreePackageInfo.html create mode 100755 doc/search/TclGetAndDetachPids.html create mode 100755 doc/search/TclGetAuxDataType.html create mode 100755 doc/search/TclGetDate.html create mode 100755 doc/search/TclGetElementOfIndexedArray.html create mode 100755 doc/search/TclGetEnv.html create mode 100755 doc/search/TclGetExtension.html create mode 100755 doc/search/TclGetFrame.html create mode 100755 doc/search/TclGetIndexedScalar.html create mode 100755 doc/search/TclGetInstructionTable.html create mode 100755 doc/search/TclGetIntForIndex.html create mode 100755 doc/search/TclGetInterpProc.html create mode 100755 doc/search/TclGetLibraryPath.html create mode 100755 doc/search/TclGetLoadedPackages.html create mode 100755 doc/search/TclGetLong.html create mode 100755 doc/search/TclGetNamespaceForQualName.html create mode 100755 doc/search/TclGetObjInterpProc.html create mode 100755 doc/search/TclGetOpenMode.html create mode 100755 doc/search/TclGetOriginalCommand.html create mode 100755 doc/search/TclGetStartupScriptFileName.html create mode 100755 doc/search/TclGlob.html create mode 100755 doc/search/TclGlobalInvoke.html create mode 100755 doc/search/TclGuessPackageName.html create mode 100755 doc/search/TclHandleCreate.html create mode 100755 doc/search/TclHandleFree.html create mode 100755 doc/search/TclHandlePreserve.html create mode 100755 doc/search/TclHandleRelease.html create mode 100755 doc/search/TclHideLiteral.html create mode 100755 doc/search/TclHideUnsafeCommands.html create mode 100755 doc/search/TclInExit.html create mode 100755 doc/search/TclIncrElementOfIndexedArray.html create mode 100755 doc/search/TclIncrIndexedScalar.html create mode 100755 doc/search/TclIncrVar2.html create mode 100755 doc/search/TclInitAuxDataTypeTable.html create mode 100755 doc/search/TclInitByteCodeObj.html create mode 100755 doc/search/TclInitCompileEnv.html create mode 100755 doc/search/TclInitCompiledLocals.html create mode 100755 doc/search/TclInitEncodingSubsystem.html create mode 100755 doc/search/TclInitIOSubsystem.html create mode 100755 doc/search/TclInitJumpFixupArray.html create mode 100755 doc/search/TclInitLiteralTable.html create mode 100755 doc/search/TclInitNamespaceSubsystem.html create mode 100755 doc/search/TclInitNotifier.html create mode 100755 doc/search/TclInitObjSubsystem.html create mode 100755 doc/search/TclInitSubsystems.html create mode 100755 doc/search/TclInterpInit.html create mode 100755 doc/search/TclInvoke.html create mode 100755 doc/search/TclInvokeObjectCommand.html create mode 100755 doc/search/TclInvokeStringCommand.html create mode 100755 doc/search/TclIsLocalScalar.html create mode 100755 doc/search/TclIsProc.html create mode 100755 doc/search/TclLooksLikeInt.html create mode 100755 doc/search/TclLookupLiteralEntry.html create mode 100755 doc/search/TclLookupVar.html create mode 100755 doc/search/TclMathInProgress.html create mode 100755 doc/search/TclNeedSpace.html create mode 100755 doc/search/TclNewProcBodyObj.html create mode 100755 doc/search/TclObjCommandComplete.html create mode 100755 doc/search/TclObjInterpProc.html create mode 100755 doc/search/TclObjInvoke.html create mode 100755 doc/search/TclObjInvokeGlobal.html create mode 100755 doc/search/TclOpenFileChannelDeleteProc.html create mode 100755 doc/search/TclOpenFileChannelInsertProc.html create mode 100755 doc/search/TclPrecTraceProc.html create mode 100755 doc/search/TclPreventAliasLoop.html create mode 100755 doc/search/TclPrintInstruction.html create mode 100755 doc/search/TclPrintObject.html create mode 100755 doc/search/TclPrintSource.html create mode 100755 doc/search/TclProcCleanupProc.html create mode 100755 doc/search/TclProcCompileProc.html create mode 100755 doc/search/TclProcDeleteProc.html create mode 100755 doc/search/TclProcInterpProc.html create mode 100755 doc/search/TclReComp.html create mode 100755 doc/search/TclReError.html create mode 100755 doc/search/TclReExec.html create mode 100755 doc/search/TclReFree.html create mode 100755 doc/search/TclRegAbout.html create mode 100755 doc/search/TclRegError.html create mode 100755 doc/search/TclRegExpRangeUniChar.html create mode 100755 doc/search/TclRegisterAuxDataType.html create mode 100755 doc/search/TclRegisterLiteral.html create mode 100755 doc/search/TclReleaseLiteral.html create mode 100755 doc/search/TclRememberCondition.html create mode 100755 doc/search/TclRememberDataKey.html create mode 100755 doc/search/TclRememberMutex.html create mode 100755 doc/search/TclRenameCommand.html create mode 100755 doc/search/TclResetShadowedCmdRefs.html create mode 100755 doc/search/TclServiceIdle.html create mode 100755 doc/search/TclSetByteCodeFromAny.html create mode 100755 doc/search/TclSetCmdNameObj.html create mode 100755 doc/search/TclSetElementOfIndexedArray.html create mode 100755 doc/search/TclSetEnv.html create mode 100755 doc/search/TclSetIndexedScalar.html create mode 100755 doc/search/TclSetLibraryPath.html create mode 100755 doc/search/TclSetPreInitScript.html create mode 100755 doc/search/TclSetStartupScriptFileName.html create mode 100755 doc/search/TclSetupEnv.html create mode 100755 doc/search/TclSockGetPort.html create mode 100755 doc/search/TclSockMinimumBuffers.html create mode 100755 doc/search/TclStat.html create mode 100755 doc/search/TclStatDeleteProc.html create mode 100755 doc/search/TclStatInsertProc.html create mode 100755 doc/search/TclTeardownNamespace.html create mode 100755 doc/search/TclTestChannelCmd.html create mode 100755 doc/search/TclTestChannelEventCmd.html create mode 100755 doc/search/TclThreadDataKeyGet.html create mode 100755 doc/search/TclThreadDataKeySet.html create mode 100755 doc/search/TclTransferResult.html create mode 100755 doc/search/TclUnixWaitForFile.html create mode 100755 doc/search/TclUnsetEnv.html create mode 100755 doc/search/TclUpdateReturnInfo.html create mode 100755 doc/search/TclVarTraceExists.html create mode 100755 doc/search/Tcl_Access.html create mode 100755 doc/search/Tcl_AddErrorInfo.html create mode 100755 doc/search/Tcl_AddInterpResolvers.html create mode 100755 doc/search/Tcl_AddObjErrorInfo.html create mode 100755 doc/search/Tcl_AfterObjCmd.html create mode 100755 doc/search/Tcl_AlertNotifier.html create mode 100755 doc/search/Tcl_Alloc.html create mode 100755 doc/search/Tcl_AllowExceptions.html create mode 100755 doc/search/Tcl_AppInit.html create mode 100755 doc/search/Tcl_AppendAllObjTypes.html create mode 100755 doc/search/Tcl_AppendElement.html create mode 100755 doc/search/Tcl_AppendExportList.html create mode 100755 doc/search/Tcl_AppendObjCmd.html create mode 100755 doc/search/Tcl_AppendObjToObj.html create mode 100755 doc/search/Tcl_AppendResult.html create mode 100755 doc/search/Tcl_AppendResultVA.html create mode 100755 doc/search/Tcl_AppendStringsToObj.html create mode 100755 doc/search/Tcl_AppendStringsToObjVA.html create mode 100755 doc/search/Tcl_AppendToObj.html create mode 100755 doc/search/Tcl_AppendUnicodeToObj.html create mode 100755 doc/search/Tcl_ArrayObjCmd.html create mode 100755 doc/search/Tcl_AsyncCreate.html create mode 100755 doc/search/Tcl_AsyncDelete.html create mode 100755 doc/search/Tcl_AsyncInvoke.html create mode 100755 doc/search/Tcl_AsyncMark.html create mode 100755 doc/search/Tcl_AsyncReady.html create mode 100755 doc/search/Tcl_BackgroundError.html create mode 100755 doc/search/Tcl_Backslash.html create mode 100755 doc/search/Tcl_BadChannelOption.html create mode 100755 doc/search/Tcl_BinaryObjCmd.html create mode 100755 doc/search/Tcl_BreakObjCmd.html create mode 100755 doc/search/Tcl_CallWhenDeleted.html create mode 100755 doc/search/Tcl_CancelIdleCall.html create mode 100755 doc/search/Tcl_CaseObjCmd.html create mode 100755 doc/search/Tcl_CatchObjCmd.html create mode 100755 doc/search/Tcl_CdObjCmd.html create mode 100755 doc/search/Tcl_Chdir.html create mode 100755 doc/search/Tcl_ClockObjCmd.html create mode 100755 doc/search/Tcl_Close.html create mode 100755 doc/search/Tcl_CloseObjCmd.html create mode 100755 doc/search/Tcl_CommandComplete.html create mode 100755 doc/search/Tcl_Concat.html create mode 100755 doc/search/Tcl_ConcatObj.html create mode 100755 doc/search/Tcl_ConcatObjCmd.html create mode 100755 doc/search/Tcl_ConditionFinalize.html create mode 100755 doc/search/Tcl_ConditionNotify.html create mode 100755 doc/search/Tcl_ConditionWait.html create mode 100755 doc/search/Tcl_ContinueObjCmd.html create mode 100755 doc/search/Tcl_ConvertCountedElement.html create mode 100755 doc/search/Tcl_ConvertElement.html create mode 100755 doc/search/Tcl_ConvertToType.html create mode 100755 doc/search/Tcl_CreateAlias.html create mode 100755 doc/search/Tcl_CreateAliasObj.html create mode 100755 doc/search/Tcl_CreateChannel.html create mode 100755 doc/search/Tcl_CreateChannelHandler.html create mode 100755 doc/search/Tcl_CreateCloseHandler.html create mode 100755 doc/search/Tcl_CreateCommand.html create mode 100755 doc/search/Tcl_CreateEncoding.html create mode 100755 doc/search/Tcl_CreateEventSource.html create mode 100755 doc/search/Tcl_CreateExitHandler.html create mode 100755 doc/search/Tcl_CreateFileHandler.html create mode 100755 doc/search/Tcl_CreateInterp.html create mode 100755 doc/search/Tcl_CreateMathFunc.html create mode 100755 doc/search/Tcl_CreateNamespace.html create mode 100755 doc/search/Tcl_CreateObjCommand.html create mode 100755 doc/search/Tcl_CreateSlave.html create mode 100755 doc/search/Tcl_CreateThread.html create mode 100755 doc/search/Tcl_CreateThreadExitHandler.html create mode 100755 doc/search/Tcl_CreateTimerHandler.html create mode 100755 doc/search/Tcl_CreateTrace.html create mode 100755 doc/search/Tcl_DStringAppend.html create mode 100755 doc/search/Tcl_DStringAppendElement.html create mode 100755 doc/search/Tcl_DStringEndSublist.html create mode 100755 doc/search/Tcl_DStringFree.html create mode 100755 doc/search/Tcl_DStringGetResult.html create mode 100755 doc/search/Tcl_DStringInit.html create mode 100755 doc/search/Tcl_DStringResult.html create mode 100755 doc/search/Tcl_DStringSetLength.html create mode 100755 doc/search/Tcl_DStringStartSublist.html create mode 100755 doc/search/Tcl_DbCkalloc.html create mode 100755 doc/search/Tcl_DbCkfree.html create mode 100755 doc/search/Tcl_DbCkrealloc.html create mode 100755 doc/search/Tcl_DbDecrRefCount.html create mode 100755 doc/search/Tcl_DbIncrRefCount.html create mode 100755 doc/search/Tcl_DbIsShared.html create mode 100755 doc/search/Tcl_DbNewBooleanObj.html create mode 100755 doc/search/Tcl_DbNewByteArrayObj.html create mode 100755 doc/search/Tcl_DbNewDoubleObj.html create mode 100755 doc/search/Tcl_DbNewListObj.html create mode 100755 doc/search/Tcl_DbNewLongObj.html create mode 100755 doc/search/Tcl_DbNewObj.html create mode 100755 doc/search/Tcl_DbNewStringObj.html create mode 100755 doc/search/Tcl_DeleteAssocData.html create mode 100755 doc/search/Tcl_DeleteChannelHandler.html create mode 100755 doc/search/Tcl_DeleteCloseHandler.html create mode 100755 doc/search/Tcl_DeleteCommand.html create mode 100755 doc/search/Tcl_DeleteCommandFromToken.html create mode 100755 doc/search/Tcl_DeleteEventSource.html create mode 100755 doc/search/Tcl_DeleteEvents.html create mode 100755 doc/search/Tcl_DeleteExitHandler.html create mode 100755 doc/search/Tcl_DeleteFileHandler.html create mode 100755 doc/search/Tcl_DeleteHashEntry.html create mode 100755 doc/search/Tcl_DeleteHashTable.html create mode 100755 doc/search/Tcl_DeleteInterp.html create mode 100755 doc/search/Tcl_DeleteNamespace.html create mode 100755 doc/search/Tcl_DeleteThreadExitHandler.html create mode 100755 doc/search/Tcl_DeleteTimerHandler.html create mode 100755 doc/search/Tcl_DeleteTrace.html create mode 100755 doc/search/Tcl_DetachPids.html create mode 100755 doc/search/Tcl_DiscardResult.html create mode 100755 doc/search/Tcl_DoOneEvent.html create mode 100755 doc/search/Tcl_DoWhenIdle.html create mode 100755 doc/search/Tcl_DontCallWhenDeleted.html create mode 100755 doc/search/Tcl_DumpActiveMemory.html create mode 100755 doc/search/Tcl_DuplicateObj.html create mode 100755 doc/search/Tcl_EncodingObjCmd.html create mode 100755 doc/search/Tcl_Eof.html create mode 100755 doc/search/Tcl_EofObjCmd.html create mode 100755 doc/search/Tcl_ErrnoId.html create mode 100755 doc/search/Tcl_ErrnoMsg.html create mode 100755 doc/search/Tcl_ErrorObjCmd.html create mode 100755 doc/search/Tcl_Eval.html create mode 100755 doc/search/Tcl_EvalEx.html create mode 100755 doc/search/Tcl_EvalFile.html create mode 100755 doc/search/Tcl_EvalObj.html create mode 100755 doc/search/Tcl_EvalObjCmd.html create mode 100755 doc/search/Tcl_EvalObjEx.html create mode 100755 doc/search/Tcl_EvalObjv.html create mode 100755 doc/search/Tcl_EvalTokens.html create mode 100755 doc/search/Tcl_EventuallyFree.html create mode 100755 doc/search/Tcl_ExecObjCmd.html create mode 100755 doc/search/Tcl_Exit.html create mode 100755 doc/search/Tcl_ExitObjCmd.html create mode 100755 doc/search/Tcl_ExitThread.html create mode 100755 doc/search/Tcl_Export.html create mode 100755 doc/search/Tcl_ExposeCommand.html create mode 100755 doc/search/Tcl_ExprBoolean.html create mode 100755 doc/search/Tcl_ExprBooleanObj.html create mode 100755 doc/search/Tcl_ExprDouble.html create mode 100755 doc/search/Tcl_ExprDoubleObj.html create mode 100755 doc/search/Tcl_ExprLong.html create mode 100755 doc/search/Tcl_ExprLongObj.html create mode 100755 doc/search/Tcl_ExprObj.html create mode 100755 doc/search/Tcl_ExprObjCmd.html create mode 100755 doc/search/Tcl_ExprString.html create mode 100755 doc/search/Tcl_ExternalToUtf.html create mode 100755 doc/search/Tcl_ExternalToUtfDString.html create mode 100755 doc/search/Tcl_FblockedObjCmd.html create mode 100755 doc/search/Tcl_FconfigureObjCmd.html create mode 100755 doc/search/Tcl_FcopyObjCmd.html create mode 100755 doc/search/Tcl_FileEventObjCmd.html create mode 100755 doc/search/Tcl_FileObjCmd.html create mode 100755 doc/search/Tcl_Finalize.html create mode 100755 doc/search/Tcl_FinalizeNotifier.html create mode 100755 doc/search/Tcl_FinalizeThread.html create mode 100755 doc/search/Tcl_FindCommand.html create mode 100755 doc/search/Tcl_FindExecutable.html create mode 100755 doc/search/Tcl_FindNamespace.html create mode 100755 doc/search/Tcl_FindNamespaceVar.html create mode 100755 doc/search/Tcl_FirstHashEntry.html create mode 100755 doc/search/Tcl_Flush.html create mode 100755 doc/search/Tcl_FlushObjCmd.html create mode 100755 doc/search/Tcl_ForObjCmd.html create mode 100755 doc/search/Tcl_ForeachObjCmd.html create mode 100755 doc/search/Tcl_ForgetImport.html create mode 100755 doc/search/Tcl_FormatObjCmd.html create mode 100755 doc/search/Tcl_Free.html create mode 100755 doc/search/Tcl_FreeEncoding.html create mode 100755 doc/search/Tcl_FreeParse.html create mode 100755 doc/search/Tcl_FreeResult.html create mode 100755 doc/search/Tcl_GetAlias.html create mode 100755 doc/search/Tcl_GetAliasObj.html create mode 100755 doc/search/Tcl_GetAllocMutex.html create mode 100755 doc/search/Tcl_GetAssocData.html create mode 100755 doc/search/Tcl_GetBoolean.html create mode 100755 doc/search/Tcl_GetBooleanFromObj.html create mode 100755 doc/search/Tcl_GetByteArrayFromObj.html create mode 100755 doc/search/Tcl_GetChannel.html create mode 100755 doc/search/Tcl_GetChannelBufferSize.html create mode 100755 doc/search/Tcl_GetChannelHandle.html create mode 100755 doc/search/Tcl_GetChannelInstanceData.html create mode 100755 doc/search/Tcl_GetChannelMode.html create mode 100755 doc/search/Tcl_GetChannelName.html create mode 100755 doc/search/Tcl_GetChannelNames.html create mode 100755 doc/search/Tcl_GetChannelNamesEx.html create mode 100755 doc/search/Tcl_GetChannelOption.html create mode 100755 doc/search/Tcl_GetChannelType.html create mode 100755 doc/search/Tcl_GetCharLength.html create mode 100755 doc/search/Tcl_GetCommandFromObj.html create mode 100755 doc/search/Tcl_GetCommandFullName.html create mode 100755 doc/search/Tcl_GetCommandInfo.html create mode 100755 doc/search/Tcl_GetCommandName.html create mode 100755 doc/search/Tcl_GetCurrentNamespace.html create mode 100755 doc/search/Tcl_GetCurrentThread.html create mode 100755 doc/search/Tcl_GetCwd.html create mode 100755 doc/search/Tcl_GetDefaultEncodingDir.html create mode 100755 doc/search/Tcl_GetDouble.html create mode 100755 doc/search/Tcl_GetDoubleFromObj.html create mode 100755 doc/search/Tcl_GetEncoding.html create mode 100755 doc/search/Tcl_GetEncodingName.html create mode 100755 doc/search/Tcl_GetEncodingNames.html create mode 100755 doc/search/Tcl_GetErrno.html create mode 100755 doc/search/Tcl_GetGlobalNamespace.html create mode 100755 doc/search/Tcl_GetHostName.html create mode 100755 doc/search/Tcl_GetIndexFromObj.html create mode 100755 doc/search/Tcl_GetIndexFromObjStruct.html create mode 100755 doc/search/Tcl_GetInt.html create mode 100755 doc/search/Tcl_GetIntFromObj.html create mode 100755 doc/search/Tcl_GetInterpPath.html create mode 100755 doc/search/Tcl_GetInterpResolvers.html create mode 100755 doc/search/Tcl_GetLongFromObj.html create mode 100755 doc/search/Tcl_GetMaster.html create mode 100755 doc/search/Tcl_GetNameOfExecutable.html create mode 100755 doc/search/Tcl_GetNamespaceResolvers.html create mode 100755 doc/search/Tcl_GetObjResult.html create mode 100755 doc/search/Tcl_GetObjType.html create mode 100755 doc/search/Tcl_GetOpenFile.html create mode 100755 doc/search/Tcl_GetPathType.html create mode 100755 doc/search/Tcl_GetRange.html create mode 100755 doc/search/Tcl_GetRegExpFromObj.html create mode 100755 doc/search/Tcl_GetServiceMode.html create mode 100755 doc/search/Tcl_GetSlave.html create mode 100755 doc/search/Tcl_GetStackedChannel.html create mode 100755 doc/search/Tcl_GetStdChannel.html create mode 100755 doc/search/Tcl_GetString.html create mode 100755 doc/search/Tcl_GetStringFromObj.html create mode 100755 doc/search/Tcl_GetStringResult.html create mode 100755 doc/search/Tcl_GetThreadData.html create mode 100755 doc/search/Tcl_GetUniChar.html create mode 100755 doc/search/Tcl_GetUnicode.html create mode 100755 doc/search/Tcl_GetVar.html create mode 100755 doc/search/Tcl_GetVar2.html create mode 100755 doc/search/Tcl_GetVar2Ex.html create mode 100755 doc/search/Tcl_GetVariableFullName.html create mode 100755 doc/search/Tcl_GetVersion.html create mode 100755 doc/search/Tcl_Gets.html create mode 100755 doc/search/Tcl_GetsObj.html create mode 100755 doc/search/Tcl_GetsObjCmd.html create mode 100755 doc/search/Tcl_GlobObjCmd.html create mode 100755 doc/search/Tcl_GlobalEval.html create mode 100755 doc/search/Tcl_GlobalEvalObj.html create mode 100755 doc/search/Tcl_GlobalObjCmd.html create mode 100755 doc/search/Tcl_HashStats.html create mode 100755 doc/search/Tcl_HideCommand.html create mode 100755 doc/search/Tcl_IfObjCmd.html create mode 100755 doc/search/Tcl_Import.html create mode 100755 doc/search/Tcl_IncrObjCmd.html create mode 100755 doc/search/Tcl_InfoObjCmd.html create mode 100755 doc/search/Tcl_Init.html create mode 100755 doc/search/Tcl_InitHashTable.html create mode 100755 doc/search/Tcl_InitMemory.html create mode 100755 doc/search/Tcl_InitNotifier.html create mode 100755 doc/search/Tcl_InitStubs.html create mode 100755 doc/search/Tcl_InputBlocked.html create mode 100755 doc/search/Tcl_InputBuffered.html create mode 100755 doc/search/Tcl_InterpDeleted.html create mode 100755 doc/search/Tcl_InterpObjCmd.html create mode 100755 doc/search/Tcl_InvalidateStringRep.html create mode 100755 doc/search/Tcl_IsSafe.html create mode 100755 doc/search/Tcl_JoinObjCmd.html create mode 100755 doc/search/Tcl_JoinPath.html create mode 100755 doc/search/Tcl_LappendObjCmd.html create mode 100755 doc/search/Tcl_LindexObjCmd.html create mode 100755 doc/search/Tcl_LinkVar.html create mode 100755 doc/search/Tcl_LinsertObjCmd.html create mode 100755 doc/search/Tcl_ListObjAppendElement.html create mode 100755 doc/search/Tcl_ListObjAppendList.html create mode 100755 doc/search/Tcl_ListObjCmd.html create mode 100755 doc/search/Tcl_ListObjGetElements.html create mode 100755 doc/search/Tcl_ListObjIndex.html create mode 100755 doc/search/Tcl_ListObjLength.html create mode 100755 doc/search/Tcl_ListObjReplace.html create mode 100755 doc/search/Tcl_LlengthObjCmd.html create mode 100755 doc/search/Tcl_LoadObjCmd.html create mode 100755 doc/search/Tcl_LogCommandInfo.html create mode 100755 doc/search/Tcl_LrangeObjCmd.html create mode 100755 doc/search/Tcl_LreplaceObjCmd.html create mode 100755 doc/search/Tcl_LsearchObjCmd.html create mode 100755 doc/search/Tcl_LsortObjCmd.html create mode 100755 doc/search/Tcl_Main.html create mode 100755 doc/search/Tcl_MakeFileChannel.html create mode 100755 doc/search/Tcl_MakeSafe.html create mode 100755 doc/search/Tcl_MakeTcpClientChannel.html create mode 100755 doc/search/Tcl_Merge.html create mode 100755 doc/search/Tcl_MutexFinalize.html create mode 100755 doc/search/Tcl_MutexLock.html create mode 100755 doc/search/Tcl_MutexUnlock.html create mode 100755 doc/search/Tcl_NamespaceObjCmd.html create mode 100755 doc/search/Tcl_NewBooleanObj.html create mode 100755 doc/search/Tcl_NewByteArrayObj.html create mode 100755 doc/search/Tcl_NewDoubleObj.html create mode 100755 doc/search/Tcl_NewIntObj.html create mode 100755 doc/search/Tcl_NewListObj.html create mode 100755 doc/search/Tcl_NewLongObj.html create mode 100755 doc/search/Tcl_NewObj.html create mode 100755 doc/search/Tcl_NewStringObj.html create mode 100755 doc/search/Tcl_NewUnicodeObj.html create mode 100755 doc/search/Tcl_NextHashEntry.html create mode 100755 doc/search/Tcl_NotifyChannel.html create mode 100755 doc/search/Tcl_NumUtfChars.html create mode 100755 doc/search/Tcl_ObjGetVar2.html create mode 100755 doc/search/Tcl_ObjSetVar2.html create mode 100755 doc/search/Tcl_OpenCommandChannel.html create mode 100755 doc/search/Tcl_OpenFileChannel.html create mode 100755 doc/search/Tcl_OpenObjCmd.html create mode 100755 doc/search/Tcl_OpenTcpClient.html create mode 100755 doc/search/Tcl_OpenTcpServer.html create mode 100755 doc/search/Tcl_PackageObjCmd.html create mode 100755 doc/search/Tcl_Panic.html create mode 100755 doc/search/Tcl_PanicVA.html create mode 100755 doc/search/Tcl_ParseBraces.html create mode 100755 doc/search/Tcl_ParseCommand.html create mode 100755 doc/search/Tcl_ParseExpr.html create mode 100755 doc/search/Tcl_ParseQuotedString.html create mode 100755 doc/search/Tcl_ParseVar.html create mode 100755 doc/search/Tcl_ParseVarName.html create mode 100755 doc/search/Tcl_PidObjCmd.html create mode 100755 doc/search/Tcl_PkgPresent.html create mode 100755 doc/search/Tcl_PkgPresentEx.html create mode 100755 doc/search/Tcl_PkgProvide.html create mode 100755 doc/search/Tcl_PkgProvideEx.html create mode 100755 doc/search/Tcl_PkgRequire.html create mode 100755 doc/search/Tcl_PkgRequireEx.html create mode 100755 doc/search/Tcl_PopCallFrame.html create mode 100755 doc/search/Tcl_PosixError.html create mode 100755 doc/search/Tcl_Preserve.html create mode 100755 doc/search/Tcl_PrintDouble.html create mode 100755 doc/search/Tcl_ProcObjCmd.html create mode 100755 doc/search/Tcl_PushCallFrame.html create mode 100755 doc/search/Tcl_PutEnv.html create mode 100755 doc/search/Tcl_PutsObjCmd.html create mode 100755 doc/search/Tcl_PwdObjCmd.html create mode 100755 doc/search/Tcl_QueueEvent.html create mode 100755 doc/search/Tcl_Read.html create mode 100755 doc/search/Tcl_ReadChars.html create mode 100755 doc/search/Tcl_ReadObjCmd.html create mode 100755 doc/search/Tcl_Realloc.html create mode 100755 doc/search/Tcl_ReapDetachedProcs.html create mode 100755 doc/search/Tcl_RecordAndEval.html create mode 100755 doc/search/Tcl_RecordAndEvalObj.html create mode 100755 doc/search/Tcl_RegExpCompile.html create mode 100755 doc/search/Tcl_RegExpExec.html create mode 100755 doc/search/Tcl_RegExpExecObj.html create mode 100755 doc/search/Tcl_RegExpGetInfo.html create mode 100755 doc/search/Tcl_RegExpMatch.html create mode 100755 doc/search/Tcl_RegExpMatchObj.html create mode 100755 doc/search/Tcl_RegExpRange.html create mode 100755 doc/search/Tcl_RegexpObjCmd.html create mode 100755 doc/search/Tcl_RegisterChannel.html create mode 100755 doc/search/Tcl_RegisterObjType.html create mode 100755 doc/search/Tcl_RegsubObjCmd.html create mode 100755 doc/search/Tcl_Release.html create mode 100755 doc/search/Tcl_RemoveInterpResolvers.html create mode 100755 doc/search/Tcl_RenameObjCmd.html create mode 100755 doc/search/Tcl_ResetResult.html create mode 100755 doc/search/Tcl_RestoreResult.html create mode 100755 doc/search/Tcl_ReturnObjCmd.html create mode 100755 doc/search/Tcl_SaveResult.html create mode 100755 doc/search/Tcl_ScanCountedElement.html create mode 100755 doc/search/Tcl_ScanElement.html create mode 100755 doc/search/Tcl_ScanObjCmd.html create mode 100755 doc/search/Tcl_Seek.html create mode 100755 doc/search/Tcl_SeekObjCmd.html create mode 100755 doc/search/Tcl_ServiceAll.html create mode 100755 doc/search/Tcl_ServiceEvent.html create mode 100755 doc/search/Tcl_ServiceModeHook.html create mode 100755 doc/search/Tcl_SetAssocData.html create mode 100755 doc/search/Tcl_SetBooleanObj.html create mode 100755 doc/search/Tcl_SetByteArrayLength.html create mode 100755 doc/search/Tcl_SetByteArrayObj.html create mode 100755 doc/search/Tcl_SetChannelBufferSize.html create mode 100755 doc/search/Tcl_SetChannelOption.html create mode 100755 doc/search/Tcl_SetCommandInfo.html create mode 100755 doc/search/Tcl_SetDefaultEncodingDir.html create mode 100755 doc/search/Tcl_SetDoubleObj.html create mode 100755 doc/search/Tcl_SetErrno.html create mode 100755 doc/search/Tcl_SetErrorCode.html create mode 100755 doc/search/Tcl_SetErrorCodeVA.html create mode 100755 doc/search/Tcl_SetIntObj.html create mode 100755 doc/search/Tcl_SetListObj.html create mode 100755 doc/search/Tcl_SetLongObj.html create mode 100755 doc/search/Tcl_SetMaxBlockTime.html create mode 100755 doc/search/Tcl_SetNamespaceResolvers.html create mode 100755 doc/search/Tcl_SetNotifier.html create mode 100755 doc/search/Tcl_SetObjCmd.html create mode 100755 doc/search/Tcl_SetObjErrorCode.html create mode 100755 doc/search/Tcl_SetObjLength.html create mode 100755 doc/search/Tcl_SetObjResult.html create mode 100755 doc/search/Tcl_SetPanicProc.html create mode 100755 doc/search/Tcl_SetRecursionLimit.html create mode 100755 doc/search/Tcl_SetResult.html create mode 100755 doc/search/Tcl_SetServiceMode.html create mode 100755 doc/search/Tcl_SetStdChannel.html create mode 100755 doc/search/Tcl_SetStringObj.html create mode 100755 doc/search/Tcl_SetSystemEncoding.html create mode 100755 doc/search/Tcl_SetTimer.html create mode 100755 doc/search/Tcl_SetUnicodeObj.html create mode 100755 doc/search/Tcl_SetVar.html create mode 100755 doc/search/Tcl_SetVar2.html create mode 100755 doc/search/Tcl_SetVar2Ex.html create mode 100755 doc/search/Tcl_SignalId.html create mode 100755 doc/search/Tcl_SignalMsg.html create mode 100755 doc/search/Tcl_Sleep.html create mode 100755 doc/search/Tcl_SocketObjCmd.html create mode 100755 doc/search/Tcl_SourceObjCmd.html create mode 100755 doc/search/Tcl_SourceRCFile.html create mode 100755 doc/search/Tcl_SplitList.html create mode 100755 doc/search/Tcl_SplitObjCmd.html create mode 100755 doc/search/Tcl_SplitPath.html create mode 100755 doc/search/Tcl_StackChannel.html create mode 100755 doc/search/Tcl_Stat.html create mode 100755 doc/search/Tcl_StaticPackage.html create mode 100755 doc/search/Tcl_StringCaseMatch.html create mode 100755 doc/search/Tcl_StringMatch.html create mode 100755 doc/search/Tcl_StringObjCmd.html create mode 100755 doc/search/Tcl_SubstObjCmd.html create mode 100755 doc/search/Tcl_SwitchObjCmd.html create mode 100755 doc/search/Tcl_Tell.html create mode 100755 doc/search/Tcl_TellObjCmd.html create mode 100755 doc/search/Tcl_ThreadAlert.html create mode 100755 doc/search/Tcl_ThreadQueueEvent.html create mode 100755 doc/search/Tcl_TimeObjCmd.html create mode 100755 doc/search/Tcl_TraceObjCmd.html create mode 100755 doc/search/Tcl_TraceVar.html create mode 100755 doc/search/Tcl_TraceVar2.html create mode 100755 doc/search/Tcl_TranslateFileName.html create mode 100755 doc/search/Tcl_Ungets.html create mode 100755 doc/search/Tcl_UniCharAtIndex.html create mode 100755 doc/search/Tcl_UniCharIsAlnum.html create mode 100755 doc/search/Tcl_UniCharIsAlpha.html create mode 100755 doc/search/Tcl_UniCharIsControl.html create mode 100755 doc/search/Tcl_UniCharIsDigit.html create mode 100755 doc/search/Tcl_UniCharIsGraph.html create mode 100755 doc/search/Tcl_UniCharIsLower.html create mode 100755 doc/search/Tcl_UniCharIsPrint.html create mode 100755 doc/search/Tcl_UniCharIsPunct.html create mode 100755 doc/search/Tcl_UniCharIsSpace.html create mode 100755 doc/search/Tcl_UniCharIsUpper.html create mode 100755 doc/search/Tcl_UniCharIsWordChar.html create mode 100755 doc/search/Tcl_UniCharLen.html create mode 100755 doc/search/Tcl_UniCharNcmp.html create mode 100755 doc/search/Tcl_UniCharToLower.html create mode 100755 doc/search/Tcl_UniCharToTitle.html create mode 100755 doc/search/Tcl_UniCharToUpper.html create mode 100755 doc/search/Tcl_UniCharToUtf.html create mode 100755 doc/search/Tcl_UniCharToUtfDString.html create mode 100755 doc/search/Tcl_UnlinkVar.html create mode 100755 doc/search/Tcl_UnregisterChannel.html create mode 100755 doc/search/Tcl_UnsetObjCmd.html create mode 100755 doc/search/Tcl_UnsetVar.html create mode 100755 doc/search/Tcl_UnsetVar2.html create mode 100755 doc/search/Tcl_UnstackChannel.html create mode 100755 doc/search/Tcl_UntraceVar.html create mode 100755 doc/search/Tcl_UntraceVar2.html create mode 100755 doc/search/Tcl_UpVar.html create mode 100755 doc/search/Tcl_UpVar2.html create mode 100755 doc/search/Tcl_UpdateLinkedVar.html create mode 100755 doc/search/Tcl_UpdateObjCmd.html create mode 100755 doc/search/Tcl_UplevelObjCmd.html create mode 100755 doc/search/Tcl_UpvarObjCmd.html create mode 100755 doc/search/Tcl_UtfAtIndex.html create mode 100755 doc/search/Tcl_UtfBackslash.html create mode 100755 doc/search/Tcl_UtfCharComplete.html create mode 100755 doc/search/Tcl_UtfFindFirst.html create mode 100755 doc/search/Tcl_UtfFindLast.html create mode 100755 doc/search/Tcl_UtfNcasecmp.html create mode 100755 doc/search/Tcl_UtfNcmp.html create mode 100755 doc/search/Tcl_UtfNext.html create mode 100755 doc/search/Tcl_UtfPrev.html create mode 100755 doc/search/Tcl_UtfToExternal.html create mode 100755 doc/search/Tcl_UtfToExternalDString.html create mode 100755 doc/search/Tcl_UtfToLower.html create mode 100755 doc/search/Tcl_UtfToTitle.html create mode 100755 doc/search/Tcl_UtfToUniChar.html create mode 100755 doc/search/Tcl_UtfToUniCharDString.html create mode 100755 doc/search/Tcl_UtfToUpper.html create mode 100755 doc/search/Tcl_ValidateAllMemory.html create mode 100755 doc/search/Tcl_VarEval.html create mode 100755 doc/search/Tcl_VarEvalVA.html create mode 100755 doc/search/Tcl_VarTraceInfo.html create mode 100755 doc/search/Tcl_VarTraceInfo2.html create mode 100755 doc/search/Tcl_VariableObjCmd.html create mode 100755 doc/search/Tcl_VwaitObjCmd.html create mode 100755 doc/search/Tcl_WaitForEvent.html create mode 100755 doc/search/Tcl_WaitPid.html create mode 100755 doc/search/Tcl_WhileObjCmd.html create mode 100755 doc/search/Tcl_Write.html create mode 100755 doc/search/Tcl_WriteChars.html create mode 100755 doc/search/Tcl_WriteObj.html create mode 100755 doc/search/Tcl_WrongNumArgs.html create mode 100755 doc/search/TclpAccess.html create mode 100755 doc/search/TclpAlloc.html create mode 100755 doc/search/TclpChdir.html create mode 100755 doc/search/TclpCheckStackSpace.html create mode 100755 doc/search/TclpCloseFile.html create mode 100755 doc/search/TclpCopyDirectory.html create mode 100755 doc/search/TclpCopyFile.html create mode 100755 doc/search/TclpCreateCommandChannel.html create mode 100755 doc/search/TclpCreateDirectory.html create mode 100755 doc/search/TclpCreatePipe.html create mode 100755 doc/search/TclpCreateProcess.html create mode 100755 doc/search/TclpCreateTempFile.html create mode 100755 doc/search/TclpDeleteFile.html create mode 100755 doc/search/TclpFindExecutable.html create mode 100755 doc/search/TclpFindVariable.html create mode 100755 doc/search/TclpFree.html create mode 100755 doc/search/TclpGetClicks.html create mode 100755 doc/search/TclpGetCwd.html create mode 100755 doc/search/TclpGetDate.html create mode 100755 doc/search/TclpGetDefaultStdChannel.html create mode 100755 doc/search/TclpGetSeconds.html create mode 100755 doc/search/TclpGetTime.html create mode 100755 doc/search/TclpGetTimeZone.html create mode 100755 doc/search/TclpGetUserHome.html create mode 100755 doc/search/TclpHasSockets.html create mode 100755 doc/search/TclpInitLibraryPath.html create mode 100755 doc/search/TclpInitLock.html create mode 100755 doc/search/TclpInitPlatform.html create mode 100755 doc/search/TclpInitUnlock.html create mode 100755 doc/search/TclpListVolumes.html create mode 100755 doc/search/TclpLoadFile.html create mode 100755 doc/search/TclpLstat.html create mode 100755 doc/search/TclpMakeFile.html create mode 100755 doc/search/TclpMasterLock.html create mode 100755 doc/search/TclpMasterUnlock.html create mode 100755 doc/search/TclpMatchFiles.html create mode 100755 doc/search/TclpMatchFilesTypes.html create mode 100755 doc/search/TclpOpenFile.html create mode 100755 doc/search/TclpOpenFileChannel.html create mode 100755 doc/search/TclpReadlink.html create mode 100755 doc/search/TclpRealloc.html create mode 100755 doc/search/TclpRemoveDirectory.html create mode 100755 doc/search/TclpRenameFile.html create mode 100755 doc/search/TclpSetInitialEncodings.html create mode 100755 doc/search/TclpSetVariables.html create mode 100755 doc/search/TclpStat.html create mode 100755 doc/search/TclpStrftime.html create mode 100755 doc/search/TclpUnloadFile.html create mode 100755 doc/search/TkActivateMenuEntry.html create mode 100755 doc/search/TkAllocWindow.html create mode 100755 doc/search/TkBTreeBytesInLine.html create mode 100755 doc/search/TkBTreeCharTagged.html create mode 100755 doc/search/TkBTreeCharsInLine.html create mode 100755 doc/search/TkBTreeCheck.html create mode 100755 doc/search/TkBTreeCreate.html create mode 100755 doc/search/TkBTreeDeleteChars.html create mode 100755 doc/search/TkBTreeDestroy.html create mode 100755 doc/search/TkBTreeFindLine.html create mode 100755 doc/search/TkBTreeGetTags.html create mode 100755 doc/search/TkBTreeInsertChars.html create mode 100755 doc/search/TkBTreeLineIndex.html create mode 100755 doc/search/TkBTreeLinkSegment.html create mode 100755 doc/search/TkBTreeNextLine.html create mode 100755 doc/search/TkBTreeNextTag.html create mode 100755 doc/search/TkBTreeNumLines.html create mode 100755 doc/search/TkBTreePrevTag.html create mode 100755 doc/search/TkBTreePreviousLine.html create mode 100755 doc/search/TkBTreeStartSearch.html create mode 100755 doc/search/TkBTreeStartSearchBack.html create mode 100755 doc/search/TkBTreeTag.html create mode 100755 doc/search/TkBTreeUnlinkSegment.html create mode 100755 doc/search/TkBezierPoints.html create mode 100755 doc/search/TkBezierScreenPoints.html create mode 100755 doc/search/TkBindDeadWindow.html create mode 100755 doc/search/TkBindEventProc.html create mode 100755 doc/search/TkBindFree.html create mode 100755 doc/search/TkBindInit.html create mode 100755 doc/search/TkButtonWorldChanged.html create mode 100755 doc/search/TkCanvPostscriptCmd.html create mode 100755 doc/search/TkCanvasDashParseProc.html create mode 100755 doc/search/TkCanvasDashPrintProc.html create mode 100755 doc/search/TkChangeEventWindow.html create mode 100755 doc/search/TkClipInit.html create mode 100755 doc/search/TkComputeAnchor.html create mode 100755 doc/search/TkConsolePrint.html create mode 100755 doc/search/TkCopyAndGlobalEval.html create mode 100755 doc/search/TkCreateBindingProcedure.html create mode 100755 doc/search/TkCreateCursorFromData.html create mode 100755 doc/search/TkCreateFrame.html create mode 100755 doc/search/TkCreateMainWindow.html create mode 100755 doc/search/TkCreateMenuCmd.html create mode 100755 doc/search/TkCreateMenuReferences.html create mode 100755 doc/search/TkCreateXEventSource.html create mode 100755 doc/search/TkCurrentTime.html create mode 100755 doc/search/TkDeadAppCmd.html create mode 100755 doc/search/TkDebugBitmap.html create mode 100755 doc/search/TkDebugBorder.html create mode 100755 doc/search/TkDebugColor.html create mode 100755 doc/search/TkDebugConfig.html create mode 100755 doc/search/TkDebugCursor.html create mode 100755 doc/search/TkDebugFont.html create mode 100755 doc/search/TkDeleteAllImages.html create mode 100755 doc/search/TkDestroyMenu.html create mode 100755 doc/search/TkDoConfigureNotify.html create mode 100755 doc/search/TkDrawInsetFocusHighlight.html create mode 100755 doc/search/TkEventDeadWindow.html create mode 100755 doc/search/TkEventInit.html create mode 100755 doc/search/TkEventuallyRecomputeMenu.html create mode 100755 doc/search/TkEventuallyRedrawMenu.html create mode 100755 doc/search/TkEventuallyRedrawScale.html create mode 100755 doc/search/TkFillPolygon.html create mode 100755 doc/search/TkFindMenuReferences.html create mode 100755 doc/search/TkFindMenuReferencesObj.html create mode 100755 doc/search/TkFindStateNum.html create mode 100755 doc/search/TkFindStateNumObj.html create mode 100755 doc/search/TkFindStateString.html create mode 100755 doc/search/TkFocusDeadWindow.html create mode 100755 doc/search/TkFocusFilterEvent.html create mode 100755 doc/search/TkFocusKeyEvent.html create mode 100755 doc/search/TkFontGetAliasList.html create mode 100755 doc/search/TkFontGetFallbacks.html create mode 100755 doc/search/TkFontGetGlobalClass.html create mode 100755 doc/search/TkFontGetPixels.html create mode 100755 doc/search/TkFontGetPoints.html create mode 100755 doc/search/TkFontGetSymbolClass.html create mode 100755 doc/search/TkFontParseXLFD.html create mode 100755 doc/search/TkFontPkgFree.html create mode 100755 doc/search/TkFontPkgInit.html create mode 100755 doc/search/TkFreeBindingTags.html create mode 100755 doc/search/TkFreeMenuReferences.html create mode 100755 doc/search/TkFreeWindowId.html create mode 100755 doc/search/TkGetBitmapData.html create mode 100755 doc/search/TkGetBitmapPredefTable.html create mode 100755 doc/search/TkGetButtPoints.html create mode 100755 doc/search/TkGetCursorByName.html create mode 100755 doc/search/TkGetDefaultScreenName.html create mode 100755 doc/search/TkGetDisplay.html create mode 100755 doc/search/TkGetDisplayList.html create mode 100755 doc/search/TkGetDisplayOf.html create mode 100755 doc/search/TkGetDoublePixels.html create mode 100755 doc/search/TkGetFocusWin.html create mode 100755 doc/search/TkGetInterpNames.html create mode 100755 doc/search/TkGetMainInfoList.html create mode 100755 doc/search/TkGetMenuHashTable.html create mode 100755 doc/search/TkGetMenuIndex.html create mode 100755 doc/search/TkGetMiterPoints.html create mode 100755 doc/search/TkGetPointerCoords.html create mode 100755 doc/search/TkGetServerInfo.html create mode 100755 doc/search/TkGetWindowFromObj.html create mode 100755 doc/search/TkGrabDeadWindow.html create mode 100755 doc/search/TkGrabState.html create mode 100755 doc/search/TkInOutEvents.html create mode 100755 doc/search/TkIncludePoint.html create mode 100755 doc/search/TkInitXId.html create mode 100755 doc/search/TkInstallFrameMenu.html create mode 100755 doc/search/TkInvokeButton.html create mode 100755 doc/search/TkInvokeMenu.html create mode 100755 doc/search/TkKeysymToString.html create mode 100755 doc/search/TkLineToArea.html create mode 100755 doc/search/TkLineToPoint.html create mode 100755 doc/search/TkMakeBezierCurve.html create mode 100755 doc/search/TkMakeBezierPostscript.html create mode 100755 doc/search/TkMenuButtonWorldChanged.html create mode 100755 doc/search/TkMenuConfigureDrawOptions.html create mode 100755 doc/search/TkMenuConfigureEntryDrawOptions.html create mode 100755 doc/search/TkMenuEntryFreeDrawOptions.html create mode 100755 doc/search/TkMenuEventProc.html create mode 100755 doc/search/TkMenuFreeDrawOptions.html create mode 100755 doc/search/TkMenuImageProc.html create mode 100755 doc/search/TkMenuInit.html create mode 100755 doc/search/TkMenuInitializeDrawingFields.html create mode 100755 doc/search/TkMenuInitializeEntryDrawingFields.html create mode 100755 doc/search/TkMenuSelectImageProc.html create mode 100755 doc/search/TkNewMenuName.html create mode 100755 doc/search/TkOffsetParseProc.html create mode 100755 doc/search/TkOffsetPrintProc.html create mode 100755 doc/search/TkOptionClassChanged.html create mode 100755 doc/search/TkOptionDeadWindow.html create mode 100755 doc/search/TkOrientParseProc.html create mode 100755 doc/search/TkOrientPrintProc.html create mode 100755 doc/search/TkOvalToArea.html create mode 100755 doc/search/TkOvalToPoint.html create mode 100755 doc/search/TkPixelParseProc.html create mode 100755 doc/search/TkPixelPrintProc.html create mode 100755 doc/search/TkPointerEvent.html create mode 100755 doc/search/TkPolygonToArea.html create mode 100755 doc/search/TkPolygonToPoint.html create mode 100755 doc/search/TkPositionInTree.html create mode 100755 doc/search/TkPostCommand.html create mode 100755 doc/search/TkPostSubmenu.html create mode 100755 doc/search/TkPostTearoffMenu.html create mode 100755 doc/search/TkPostscriptImage.html create mode 100755 doc/search/TkQueueEventForAllChildren.html create mode 100755 doc/search/TkReadBitmapFile.html create mode 100755 doc/search/TkRecomputeMenu.html create mode 100755 doc/search/TkRoundToResolution.html create mode 100755 doc/search/TkScalePixelToValue.html create mode 100755 doc/search/TkScaleSetValue.html create mode 100755 doc/search/TkScaleValueToPixel.html create mode 100755 doc/search/TkScrollWindow.html create mode 100755 doc/search/TkScrollbarEventProc.html create mode 100755 doc/search/TkScrollbarEventuallyRedraw.html create mode 100755 doc/search/TkSelClearSelection.html create mode 100755 doc/search/TkSelDeadWindow.html create mode 100755 doc/search/TkSelDefaultSelection.html create mode 100755 doc/search/TkSelEventProc.html create mode 100755 doc/search/TkSelGetInProgress.html create mode 100755 doc/search/TkSelGetSelection.html create mode 100755 doc/search/TkSelInit.html create mode 100755 doc/search/TkSelPropProc.html create mode 100755 doc/search/TkSelSetInProgress.html create mode 100755 doc/search/TkSetClassProcs.html create mode 100755 doc/search/TkSetFocusWin.html create mode 100755 doc/search/TkSetWindowMenuBar.html create mode 100755 doc/search/TkSmoothParseProc.html create mode 100755 doc/search/TkSmoothPrintProc.html create mode 100755 doc/search/TkStateParseProc.html create mode 100755 doc/search/TkStatePrintProc.html create mode 100755 doc/search/TkStringToKeysym.html create mode 100755 doc/search/TkTextBindProc.html create mode 100755 doc/search/TkTextChanged.html create mode 100755 doc/search/TkTextCharBbox.html create mode 100755 doc/search/TkTextCharLayoutProc.html create mode 100755 doc/search/TkTextCreateDInfo.html create mode 100755 doc/search/TkTextCreateTag.html create mode 100755 doc/search/TkTextDLineInfo.html create mode 100755 doc/search/TkTextEventuallyRepick.html create mode 100755 doc/search/TkTextFreeDInfo.html create mode 100755 doc/search/TkTextFreeTag.html create mode 100755 doc/search/TkTextGetIndex.html create mode 100755 doc/search/TkTextGetTabs.html create mode 100755 doc/search/TkTextImageCmd.html create mode 100755 doc/search/TkTextImageIndex.html create mode 100755 doc/search/TkTextIndexBackBytes.html create mode 100755 doc/search/TkTextIndexBackChars.html create mode 100755 doc/search/TkTextIndexCmp.html create mode 100755 doc/search/TkTextIndexForwBytes.html create mode 100755 doc/search/TkTextIndexForwChars.html create mode 100755 doc/search/TkTextIndexToSeg.html create mode 100755 doc/search/TkTextInsertDisplayProc.html create mode 100755 doc/search/TkTextIsElided.html create mode 100755 doc/search/TkTextLostSelection.html create mode 100755 doc/search/TkTextMakeByteIndex.html create mode 100755 doc/search/TkTextMakeCharIndex.html create mode 100755 doc/search/TkTextMarkCmd.html create mode 100755 doc/search/TkTextMarkNameToIndex.html create mode 100755 doc/search/TkTextMarkSegToIndex.html create mode 100755 doc/search/TkTextPickCurrent.html create mode 100755 doc/search/TkTextPixelIndex.html create mode 100755 doc/search/TkTextPrintIndex.html create mode 100755 doc/search/TkTextRedrawRegion.html create mode 100755 doc/search/TkTextRedrawTag.html create mode 100755 doc/search/TkTextRelayoutWindow.html create mode 100755 doc/search/TkTextScanCmd.html create mode 100755 doc/search/TkTextSeeCmd.html create mode 100755 doc/search/TkTextSegToOffset.html create mode 100755 doc/search/TkTextSetMark.html create mode 100755 doc/search/TkTextSetYView.html create mode 100755 doc/search/TkTextTagCmd.html create mode 100755 doc/search/TkTextWindowCmd.html create mode 100755 doc/search/TkTextWindowIndex.html create mode 100755 doc/search/TkTextXviewCmd.html create mode 100755 doc/search/TkTextYviewCmd.html create mode 100755 doc/search/TkThickPolyLineToArea.html create mode 100755 doc/search/TkUnixContainerId.html create mode 100755 doc/search/TkUnixDoOneXEvent.html create mode 100755 doc/search/TkUnixSetMenubar.html create mode 100755 doc/search/TkWmAddToColormapWindows.html create mode 100755 doc/search/TkWmDeadWindow.html create mode 100755 doc/search/TkWmFocusToplevel.html create mode 100755 doc/search/TkWmMapWindow.html create mode 100755 doc/search/TkWmNewWindow.html create mode 100755 doc/search/TkWmProtocolEventProc.html create mode 100755 doc/search/TkWmRemoveFromColormapWindows.html create mode 100755 doc/search/TkWmRestackToplevel.html create mode 100755 doc/search/TkWmSetClass.html create mode 100755 doc/search/TkWmUnmapWindow.html create mode 100755 doc/search/Tk_3DBorderColor.html create mode 100755 doc/search/Tk_3DBorderGC.html create mode 100755 doc/search/Tk_3DHorizontalBevel.html create mode 100755 doc/search/Tk_3DVerticalBevel.html create mode 100755 doc/search/Tk_AddOption.html create mode 100755 doc/search/Tk_Alloc3DBorderFromObj.html create mode 100755 doc/search/Tk_AllocBitmapFromObj.html create mode 100755 doc/search/Tk_AllocColorFromObj.html create mode 100755 doc/search/Tk_AllocCursorFromObj.html create mode 100755 doc/search/Tk_AllocFontFromObj.html create mode 100755 doc/search/Tk_BellObjCmd.html create mode 100755 doc/search/Tk_BindCmd.html create mode 100755 doc/search/Tk_BindEvent.html create mode 100755 doc/search/Tk_BindtagsCmd.html create mode 100755 doc/search/Tk_ButtonObjCmd.html create mode 100755 doc/search/Tk_CanvasDrawableCoords.html create mode 100755 doc/search/Tk_CanvasEventuallyRedraw.html create mode 100755 doc/search/Tk_CanvasGetCoord.html create mode 100755 doc/search/Tk_CanvasGetCoordFromObj.html create mode 100755 doc/search/Tk_CanvasGetTextInfo.html create mode 100755 doc/search/Tk_CanvasObjCmd.html create mode 100755 doc/search/Tk_CanvasPsBitmap.html create mode 100755 doc/search/Tk_CanvasPsColor.html create mode 100755 doc/search/Tk_CanvasPsFont.html create mode 100755 doc/search/Tk_CanvasPsOutline.html create mode 100755 doc/search/Tk_CanvasPsPath.html create mode 100755 doc/search/Tk_CanvasPsStipple.html create mode 100755 doc/search/Tk_CanvasPsY.html create mode 100755 doc/search/Tk_CanvasSetOffset.html create mode 100755 doc/search/Tk_CanvasSetStippleOrigin.html create mode 100755 doc/search/Tk_CanvasTagsParseProc.html create mode 100755 doc/search/Tk_CanvasTagsPrintProc.html create mode 100755 doc/search/Tk_CanvasTkwin.html create mode 100755 doc/search/Tk_CanvasWindowCoords.html create mode 100755 doc/search/Tk_ChangeOutlineGC.html create mode 100755 doc/search/Tk_ChangeWindowAttributes.html create mode 100755 doc/search/Tk_CharBbox.html create mode 100755 doc/search/Tk_CheckbuttonObjCmd.html create mode 100755 doc/search/Tk_ClearSelection.html create mode 100755 doc/search/Tk_ClipboardAppend.html create mode 100755 doc/search/Tk_ClipboardClear.html create mode 100755 doc/search/Tk_ClipboardCmd.html create mode 100755 doc/search/Tk_ComputeTextLayout.html create mode 100755 doc/search/Tk_ConfigOutlineGC.html create mode 100755 doc/search/Tk_ConfigureInfo.html create mode 100755 doc/search/Tk_ConfigureValue.html create mode 100755 doc/search/Tk_ConfigureWidget.html create mode 100755 doc/search/Tk_ConfigureWindow.html create mode 100755 doc/search/Tk_CoordsToWindow.html create mode 100755 doc/search/Tk_CreateBinding.html create mode 100755 doc/search/Tk_CreateBindingTable.html create mode 100755 doc/search/Tk_CreateConsoleWindow.html create mode 100755 doc/search/Tk_CreateErrorHandler.html create mode 100755 doc/search/Tk_CreateEventHandler.html create mode 100755 doc/search/Tk_CreateGenericHandler.html create mode 100755 doc/search/Tk_CreateImageType.html create mode 100755 doc/search/Tk_CreateItemType.html create mode 100755 doc/search/Tk_CreateOldImageType.html create mode 100755 doc/search/Tk_CreateOldPhotoImageFormat.html create mode 100755 doc/search/Tk_CreateOptionTable.html create mode 100755 doc/search/Tk_CreateOutline.html create mode 100755 doc/search/Tk_CreatePhotoImageFormat.html create mode 100755 doc/search/Tk_CreatePhotoOption.html create mode 100755 doc/search/Tk_CreateSelHandler.html create mode 100755 doc/search/Tk_CreateSmoothMethod.html create mode 100755 doc/search/Tk_CreateWindow.html create mode 100755 doc/search/Tk_CreateWindowFromPath.html create mode 100755 doc/search/Tk_DefineBitmap.html create mode 100755 doc/search/Tk_DefineCursor.html create mode 100755 doc/search/Tk_DeleteAllBindings.html create mode 100755 doc/search/Tk_DeleteBinding.html create mode 100755 doc/search/Tk_DeleteBindingTable.html create mode 100755 doc/search/Tk_DeleteErrorHandler.html create mode 100755 doc/search/Tk_DeleteEventHandler.html create mode 100755 doc/search/Tk_DeleteGenericHandler.html create mode 100755 doc/search/Tk_DeleteImage.html create mode 100755 doc/search/Tk_DeleteOptionTable.html create mode 100755 doc/search/Tk_DeleteOutline.html create mode 100755 doc/search/Tk_DeleteSelHandler.html create mode 100755 doc/search/Tk_DestroyObjCmd.html create mode 100755 doc/search/Tk_DestroyWindow.html create mode 100755 doc/search/Tk_DisplayName.html create mode 100755 doc/search/Tk_DistanceToTextLayout.html create mode 100755 doc/search/Tk_DitherPhoto.html create mode 100755 doc/search/Tk_Draw3DPolygon.html create mode 100755 doc/search/Tk_Draw3DRectangle.html create mode 100755 doc/search/Tk_DrawChars.html create mode 100755 doc/search/Tk_DrawFocusHighlight.html create mode 100755 doc/search/Tk_DrawTextLayout.html create mode 100755 doc/search/Tk_EntryObjCmd.html create mode 100755 doc/search/Tk_EventObjCmd.html create mode 100755 doc/search/Tk_Fill3DPolygon.html create mode 100755 doc/search/Tk_Fill3DRectangle.html create mode 100755 doc/search/Tk_FindPhoto.html create mode 100755 doc/search/Tk_FocusObjCmd.html create mode 100755 doc/search/Tk_FontId.html create mode 100755 doc/search/Tk_FontObjCmd.html create mode 100755 doc/search/Tk_FrameObjCmd.html create mode 100755 doc/search/Tk_Free3DBorder.html create mode 100755 doc/search/Tk_Free3DBorderFromObj.html create mode 100755 doc/search/Tk_FreeBitmap.html create mode 100755 doc/search/Tk_FreeBitmapFromObj.html create mode 100755 doc/search/Tk_FreeColor.html create mode 100755 doc/search/Tk_FreeColorFromObj.html create mode 100755 doc/search/Tk_FreeColormap.html create mode 100755 doc/search/Tk_FreeConfigOptions.html create mode 100755 doc/search/Tk_FreeCursor.html create mode 100755 doc/search/Tk_FreeCursorFromObj.html create mode 100755 doc/search/Tk_FreeFont.html create mode 100755 doc/search/Tk_FreeFontFromObj.html create mode 100755 doc/search/Tk_FreeGC.html create mode 100755 doc/search/Tk_FreeImage.html create mode 100755 doc/search/Tk_FreeOptions.html create mode 100755 doc/search/Tk_FreePixmap.html create mode 100755 doc/search/Tk_FreeSavedOptions.html create mode 100755 doc/search/Tk_FreeTextLayout.html create mode 100755 doc/search/Tk_FreeXId.html create mode 100755 doc/search/Tk_GCForColor.html create mode 100755 doc/search/Tk_GeometryRequest.html create mode 100755 doc/search/Tk_Get3DBorder.html create mode 100755 doc/search/Tk_Get3DBorderFromObj.html create mode 100755 doc/search/Tk_GetAllBindings.html create mode 100755 doc/search/Tk_GetAnchor.html create mode 100755 doc/search/Tk_GetAnchorFromObj.html create mode 100755 doc/search/Tk_GetAtomName.html create mode 100755 doc/search/Tk_GetBinding.html create mode 100755 doc/search/Tk_GetBitmap.html create mode 100755 doc/search/Tk_GetBitmapFromData.html create mode 100755 doc/search/Tk_GetBitmapFromObj.html create mode 100755 doc/search/Tk_GetCapStyle.html create mode 100755 doc/search/Tk_GetColor.html create mode 100755 doc/search/Tk_GetColorByValue.html create mode 100755 doc/search/Tk_GetColorFromObj.html create mode 100755 doc/search/Tk_GetColormap.html create mode 100755 doc/search/Tk_GetCursor.html create mode 100755 doc/search/Tk_GetCursorFromData.html create mode 100755 doc/search/Tk_GetCursorFromObj.html create mode 100755 doc/search/Tk_GetDash.html create mode 100755 doc/search/Tk_GetFont.html create mode 100755 doc/search/Tk_GetFontFromObj.html create mode 100755 doc/search/Tk_GetFontMetrics.html create mode 100755 doc/search/Tk_GetGC.html create mode 100755 doc/search/Tk_GetImage.html create mode 100755 doc/search/Tk_GetImageMasterData.html create mode 100755 doc/search/Tk_GetItemTypes.html create mode 100755 doc/search/Tk_GetJoinStyle.html create mode 100755 doc/search/Tk_GetJustify.html create mode 100755 doc/search/Tk_GetJustifyFromObj.html create mode 100755 doc/search/Tk_GetMMFromObj.html create mode 100755 doc/search/Tk_GetNumMainWindows.html create mode 100755 doc/search/Tk_GetOption.html create mode 100755 doc/search/Tk_GetOptionInfo.html create mode 100755 doc/search/Tk_GetOptionValue.html create mode 100755 doc/search/Tk_GetPixels.html create mode 100755 doc/search/Tk_GetPixelsFromObj.html create mode 100755 doc/search/Tk_GetPixmap.html create mode 100755 doc/search/Tk_GetRelief.html create mode 100755 doc/search/Tk_GetReliefFromObj.html create mode 100755 doc/search/Tk_GetRootCoords.html create mode 100755 doc/search/Tk_GetScreenMM.html create mode 100755 doc/search/Tk_GetScrollInfo.html create mode 100755 doc/search/Tk_GetScrollInfoObj.html create mode 100755 doc/search/Tk_GetSelection.html create mode 100755 doc/search/Tk_GetUid.html create mode 100755 doc/search/Tk_GetVRootGeometry.html create mode 100755 doc/search/Tk_GetVisual.html create mode 100755 doc/search/Tk_Grab.html create mode 100755 doc/search/Tk_GrabCmd.html create mode 100755 doc/search/Tk_GridCmd.html create mode 100755 doc/search/Tk_HandleEvent.html create mode 100755 doc/search/Tk_IdToWindow.html create mode 100755 doc/search/Tk_ImageChanged.html create mode 100755 doc/search/Tk_ImageObjCmd.html create mode 100755 doc/search/Tk_Init.html create mode 100755 doc/search/Tk_InitConsoleChannels.html create mode 100755 doc/search/Tk_InitOptions.html create mode 100755 doc/search/Tk_InitStubs.html create mode 100755 doc/search/Tk_InternAtom.html create mode 100755 doc/search/Tk_IntersectTextLayout.html create mode 100755 doc/search/Tk_LabelObjCmd.html create mode 100755 doc/search/Tk_ListboxObjCmd.html create mode 100755 doc/search/Tk_LowerObjCmd.html create mode 100755 doc/search/Tk_MainEx.html create mode 100755 doc/search/Tk_MainLoop.html create mode 100755 doc/search/Tk_MainWindow.html create mode 100755 doc/search/Tk_MaintainGeometry.html create mode 100755 doc/search/Tk_MakeWindowExist.html create mode 100755 doc/search/Tk_ManageGeometry.html create mode 100755 doc/search/Tk_MapWindow.html create mode 100755 doc/search/Tk_MeasureChars.html create mode 100755 doc/search/Tk_MenubuttonObjCmd.html create mode 100755 doc/search/Tk_MessageCmd.html create mode 100755 doc/search/Tk_MoveResizeWindow.html create mode 100755 doc/search/Tk_MoveToplevelWindow.html create mode 100755 doc/search/Tk_MoveWindow.html create mode 100755 doc/search/Tk_NameOf3DBorder.html create mode 100755 doc/search/Tk_NameOfAnchor.html create mode 100755 doc/search/Tk_NameOfBitmap.html create mode 100755 doc/search/Tk_NameOfCapStyle.html create mode 100755 doc/search/Tk_NameOfColor.html create mode 100755 doc/search/Tk_NameOfCursor.html create mode 100755 doc/search/Tk_NameOfFont.html create mode 100755 doc/search/Tk_NameOfImage.html create mode 100755 doc/search/Tk_NameOfJoinStyle.html create mode 100755 doc/search/Tk_NameOfJustify.html create mode 100755 doc/search/Tk_NameOfRelief.html create mode 100755 doc/search/Tk_NameToWindow.html create mode 100755 doc/search/Tk_OptionObjCmd.html create mode 100755 doc/search/Tk_OwnSelection.html create mode 100755 doc/search/Tk_PackCmd.html create mode 100755 doc/search/Tk_ParseArgv.html create mode 100755 doc/search/Tk_PhotoBlank.html create mode 100755 doc/search/Tk_PhotoExpand.html create mode 100755 doc/search/Tk_PhotoGetImage.html create mode 100755 doc/search/Tk_PhotoGetSize.html create mode 100755 doc/search/Tk_PhotoPutBlock.html create mode 100755 doc/search/Tk_PhotoPutZoomedBlock.html create mode 100755 doc/search/Tk_PhotoSetSize.html create mode 100755 doc/search/Tk_PlaceCmd.html create mode 100755 doc/search/Tk_PointToChar.html create mode 100755 doc/search/Tk_PostscriptBitmap.html create mode 100755 doc/search/Tk_PostscriptColor.html create mode 100755 doc/search/Tk_PostscriptFont.html create mode 100755 doc/search/Tk_PostscriptFontName.html create mode 100755 doc/search/Tk_PostscriptImage.html create mode 100755 doc/search/Tk_PostscriptPath.html create mode 100755 doc/search/Tk_PostscriptPhoto.html create mode 100755 doc/search/Tk_PostscriptStipple.html create mode 100755 doc/search/Tk_PostscriptY.html create mode 100755 doc/search/Tk_PreserveColormap.html create mode 100755 doc/search/Tk_QueueWindowEvent.html create mode 100755 doc/search/Tk_RadiobuttonObjCmd.html create mode 100755 doc/search/Tk_RaiseObjCmd.html create mode 100755 doc/search/Tk_RedrawImage.html create mode 100755 doc/search/Tk_ResetOutlineGC.html create mode 100755 doc/search/Tk_ResizeWindow.html create mode 100755 doc/search/Tk_RestackWindow.html create mode 100755 doc/search/Tk_RestoreSavedOptions.html create mode 100755 doc/search/Tk_RestrictEvents.html create mode 100755 doc/search/Tk_SafeInit.html create mode 100755 doc/search/Tk_ScaleObjCmd.html create mode 100755 doc/search/Tk_ScrollbarCmd.html create mode 100755 doc/search/Tk_SelectionCmd.html create mode 100755 doc/search/Tk_SendCmd.html create mode 100755 doc/search/Tk_SetAppName.html create mode 100755 doc/search/Tk_SetBackgroundFromBorder.html create mode 100755 doc/search/Tk_SetClass.html create mode 100755 doc/search/Tk_SetGrid.html create mode 100755 doc/search/Tk_SetInternalBorder.html create mode 100755 doc/search/Tk_SetOptions.html create mode 100755 doc/search/Tk_SetTSOrigin.html create mode 100755 doc/search/Tk_SetWindowBackground.html create mode 100755 doc/search/Tk_SetWindowBackgroundPixmap.html create mode 100755 doc/search/Tk_SetWindowBorder.html create mode 100755 doc/search/Tk_SetWindowBorderPixmap.html create mode 100755 doc/search/Tk_SetWindowBorderWidth.html create mode 100755 doc/search/Tk_SetWindowColormap.html create mode 100755 doc/search/Tk_SetWindowVisual.html create mode 100755 doc/search/Tk_SizeOfBitmap.html create mode 100755 doc/search/Tk_SizeOfImage.html create mode 100755 doc/search/Tk_StrictMotif.html create mode 100755 doc/search/Tk_TextCmd.html create mode 100755 doc/search/Tk_TextLayoutToPostscript.html create mode 100755 doc/search/Tk_TextWidth.html create mode 100755 doc/search/Tk_TkObjCmd.html create mode 100755 doc/search/Tk_TkwaitCmd.html create mode 100755 doc/search/Tk_ToplevelObjCmd.html create mode 100755 doc/search/Tk_UndefineCursor.html create mode 100755 doc/search/Tk_UnderlineChars.html create mode 100755 doc/search/Tk_UnderlineTextLayout.html create mode 100755 doc/search/Tk_Ungrab.html create mode 100755 doc/search/Tk_UnmaintainGeometry.html create mode 100755 doc/search/Tk_UnmapWindow.html create mode 100755 doc/search/Tk_UnsetGrid.html create mode 100755 doc/search/Tk_UpdateObjCmd.html create mode 100755 doc/search/Tk_UpdatePointer.html create mode 100755 doc/search/Tk_WinfoObjCmd.html create mode 100755 doc/search/Tk_WmCmd.html create mode 100755 doc/search/TkpChangeFocus.html create mode 100755 doc/search/TkpClaimFocus.html create mode 100755 doc/search/TkpCloseDisplay.html create mode 100755 doc/search/TkpCmapStressed.html create mode 100755 doc/search/TkpComputeButtonGeometry.html create mode 100755 doc/search/TkpComputeMenuButtonGeometry.html create mode 100755 doc/search/TkpComputeMenubarGeometry.html create mode 100755 doc/search/TkpComputeScrollbarGeometry.html create mode 100755 doc/search/TkpComputeStandardMenuGeometry.html create mode 100755 doc/search/TkpConfigureMenuEntry.html create mode 100755 doc/search/TkpConfigureScrollbar.html create mode 100755 doc/search/TkpCreateButton.html create mode 100755 doc/search/TkpCreateMenuButton.html create mode 100755 doc/search/TkpCreateScale.html create mode 100755 doc/search/TkpCreateScrollbar.html create mode 100755 doc/search/TkpDeleteFont.html create mode 100755 doc/search/TkpDestroyMenu.html create mode 100755 doc/search/TkpDestroyMenuButton.html create mode 100755 doc/search/TkpDestroyMenuEntry.html create mode 100755 doc/search/TkpDestroyScale.html create mode 100755 doc/search/TkpDestroyScrollbar.html create mode 100755 doc/search/TkpDisplayButton.html create mode 100755 doc/search/TkpDisplayMenuButton.html create mode 100755 doc/search/TkpDisplayScale.html create mode 100755 doc/search/TkpDisplayScrollbar.html create mode 100755 doc/search/TkpDisplayWarning.html create mode 100755 doc/search/TkpDrawHighlightBorder.html create mode 100755 doc/search/TkpDrawMenuEntry.html create mode 100755 doc/search/TkpFontPkgInit.html create mode 100755 doc/search/TkpFreeBorder.html create mode 100755 doc/search/TkpFreeColor.html create mode 100755 doc/search/TkpFreeCursor.html create mode 100755 doc/search/TkpGetAppName.html create mode 100755 doc/search/TkpGetBorder.html create mode 100755 doc/search/TkpGetColor.html create mode 100755 doc/search/TkpGetColorByValue.html create mode 100755 doc/search/TkpGetFontFamilies.html create mode 100755 doc/search/TkpGetFontFromAttributes.html create mode 100755 doc/search/TkpGetKeySym.html create mode 100755 doc/search/TkpGetNativeFont.html create mode 100755 doc/search/TkpGetOtherWindow.html create mode 100755 doc/search/TkpGetShadows.html create mode 100755 doc/search/TkpGetString.html create mode 100755 doc/search/TkpGetSubFonts.html create mode 100755 doc/search/TkpGetSystemDefault.html create mode 100755 doc/search/TkpGetWrapperWindow.html create mode 100755 doc/search/TkpInit.html create mode 100755 doc/search/TkpInitKeymapInfo.html create mode 100755 doc/search/TkpInitializeMenuBindings.html create mode 100755 doc/search/TkpMakeContainer.html create mode 100755 doc/search/TkpMakeMenuWindow.html create mode 100755 doc/search/TkpMakeWindow.html create mode 100755 doc/search/TkpMenuInit.html create mode 100755 doc/search/TkpMenuNewEntry.html create mode 100755 doc/search/TkpMenuNotifyToplevelCreate.html create mode 100755 doc/search/TkpMenuThreadInit.html create mode 100755 doc/search/TkpNewMenu.html create mode 100755 doc/search/TkpOpenDisplay.html create mode 100755 doc/search/TkpPostMenu.html create mode 100755 doc/search/TkpRedirectKeyEvent.html create mode 100755 doc/search/TkpScaleElement.html create mode 100755 doc/search/TkpScrollbarPosition.html create mode 100755 doc/search/TkpSetKeycodeAndState.html create mode 100755 doc/search/TkpSetMainMenubar.html create mode 100755 doc/search/TkpSetWindowMenuBar.html create mode 100755 doc/search/TkpSync.html create mode 100755 doc/search/TkpTestembedCmd.html create mode 100755 doc/search/TkpUseWindow.html create mode 100755 doc/search/TkpWindowWasRecentlyDeleted.html create mode 100755 doc/search/ULONG.html create mode 100755 doc/search/USAGEPRINT1proto.html create mode 100755 doc/search/USAGEPRINT2proto.html create mode 100755 doc/search/UTINY.html create mode 100755 doc/search/UWORD.html create mode 100755 doc/search/WORD.html create mode 100755 doc/search/XYZCOORD(x,y,z,nx,ny,nz)proto.html create mode 100755 "doc/search/\\n}lmrcImageBinalizationInfo.html" create mode 100755 "doc/search/\\n}pdbSecondaryStructureNo.html" create mode 100755 "doc/search/\\n}pdbSecondaryStructureSheet.html" create mode 100755 "doc/search/\\n}pdbSecondaryStructureTurn.html" create mode 100755 doc/search/__17vtkmrcImageReader.html create mode 100755 doc/search/__deregister_frame.html create mode 100755 doc/search/__deregister_frame_info.html create mode 100755 doc/search/__frame_state_for.html create mode 100755 doc/search/__getStringData-call.html.html create mode 100755 doc/search/__getStringData.html create mode 100755 doc/search/__getStringDataproto.html create mode 100755 doc/search/__inWordOrNot.html create mode 100755 doc/search/__inWordOrNotproto.html create mode 100755 doc/search/__lllDataAxisSearch0.html create mode 100755 doc/search/__lllDataAxisSearch0proto.html create mode 100755 doc/search/__lllDataAxisSearch1.html create mode 100755 doc/search/__lllDataAxisSearch1proto.html create mode 100755 doc/search/__lllDataAxisSearch21.html create mode 100755 doc/search/__lllDataAxisSearch21proto.html create mode 100755 doc/search/__lllDataAxisSearchCheck0.html create mode 100755 doc/search/__lllDataAxisSearchCheck0proto.html create mode 100755 doc/search/__lllDataAxisSearchQ2Value0.html create mode 100755 doc/search/__lllDataAxisSearchQ2Value0proto.html create mode 100755 doc/search/__lllDataAxisSearchQValue0.html create mode 100755 doc/search/__lllDataAxisSearchQValue0proto.html create mode 100755 doc/search/__lllDataAxisSearchQValue2.html create mode 100755 doc/search/__lllDataAxisSearchQValue2proto.html create mode 100755 doc/search/__lllDataAxisSearchdQValue2.html create mode 100755 doc/search/__lllDataAxisSearchdQValue2proto.html create mode 100755 doc/search/__lllDataFit0.html create mode 100755 doc/search/__lllDataFit0proto.html create mode 100755 doc/search/__lllDataFit1.html create mode 100755 doc/search/__lllDataFit1proto.html create mode 100755 doc/search/__lllDataFit20.html create mode 100755 doc/search/__lllDataFit20proto.html create mode 100755 doc/search/__lllDataFitCheck0.html create mode 100755 doc/search/__lllDataFitCheck0proto.html create mode 100755 doc/search/__lllDataFitPValue0.html create mode 100755 doc/search/__lllDataFitPValue0proto.html create mode 100755 doc/search/__lllDataFitPValue2.html create mode 100755 doc/search/__lllDataFitPValue2proto.html create mode 100755 doc/search/__lllDataFitPValueMergedLL0-call.html.html create mode 100755 doc/search/__lllDataFitPValueMergedLL0.html create mode 100755 doc/search/__lllDataFitPValueMergedLL0proto.html create mode 100755 doc/search/__lllDataFitQValue0.html create mode 100755 doc/search/__lllDataFitQValue0proto.html create mode 100755 doc/search/__lllDataFitQValue2.html create mode 100755 doc/search/__lllDataFitQValue2proto.html create mode 100755 doc/search/__lllDataFitQValueMergedLL0-call.html.html create mode 100755 doc/search/__lllDataFitQValueMergedLL0.html create mode 100755 doc/search/__lllDataFitQValueMergedLL0proto.html create mode 100755 doc/search/__lllDataFitRValue0.html create mode 100755 doc/search/__lllDataFitRValue0proto.html create mode 100755 doc/search/__lllDataFitRValue2.html create mode 100755 doc/search/__lllDataFitRValue2proto.html create mode 100755 doc/search/__lllDataFitRValueMergedLL0-call.html.html create mode 100755 doc/search/__lllDataFitRValueMergedLL0.html create mode 100755 doc/search/__lllDataFitRValueMergedLL0proto.html create mode 100755 doc/search/__lllDataFitdPValue2.html create mode 100755 doc/search/__lllDataFitdPValue2proto.html create mode 100755 doc/search/__lllDataFitdQValue2.html create mode 100755 doc/search/__lllDataFitdQValue2proto.html create mode 100755 doc/search/__lllDataFitdRValue2.html create mode 100755 doc/search/__lllDataFitdRValue2proto.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractAll.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractFFTInfoAll.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractFFTInfoMeridian.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractHeader.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractMeridian.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractParameterFromIn.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractParameterFromOutE.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractROI.html create mode 100755 doc/search/__lmrcImageAutoFilamentExtractUnbent.html create mode 100755 doc/search/__lmrcImageAutoFilamentFinalExtract.html create mode 100755 doc/search/__lmrcImageAutoFilamentFinalResult.html create mode 100755 doc/search/__lmrcImageAutoFilamentROIParameter.html create mode 100755 doc/search/__lmrcImageCTFObservation.html create mode 100755 doc/search/__lmrcImageCTFObservationproto.html create mode 100755 doc/search/__lmrcImageDensityInfoPercentageVolumeCompareFloat.html create mode 100755 doc/search/__lmrcImageDensityInfoPercentageVolumeCompareFloatproto.html create mode 100755 doc/search/__lmrcImageDensityNormalizationByImage0.html create mode 100755 doc/search/__lmrcImageDensityNormalizationByImage0proto.html create mode 100755 doc/search/__lmrcImageDensityNormalizationByImage8-call.html.html create mode 100755 doc/search/__lmrcImageDensityNormalizationByImage8.html create mode 100755 doc/search/__lmrcImageDensityNormalizationByImage8proto.html create mode 100755 doc/search/__lmrcImageDenstiyNormalizationByImage0.html create mode 100755 doc/search/__lmrcImageDenstiyNormalizationByImage0proto.html create mode 100755 doc/search/__lmrcImageDenstiyNormalizationByImage8.html create mode 100755 doc/search/__lmrcImageDenstiyNormalizationByImage8proto.html create mode 100755 doc/search/__lmrcImageMovePixelUnit.html create mode 100755 doc/search/__lmrcImageMovePixelUnitproto.html create mode 100755 doc/search/__lmrcImageMultiCTFCompensationMode0.html create mode 100755 doc/search/__lmrcImageMultiCTFCompensationMode0proto.html create mode 100755 doc/search/__lmrcImageMultiCTFCompensationMode1.html create mode 100755 doc/search/__lmrcImageMultiCTFCompensationMode1proto.html create mode 100755 doc/search/__lmrcImageNormalizingfgauss.html create mode 100755 doc/search/__lmrcImageNormalizingfgaussproto.html create mode 100755 doc/search/__lmrcImagePad0.html create mode 100755 doc/search/__lmrcImagePad0proto.html create mode 100755 doc/search/__lmrcImagePad1.html create mode 100755 doc/search/__lmrcImagePad1proto.html create mode 100755 doc/search/__lmrcImagePad2.html create mode 100755 doc/search/__lmrcImagePad2proto.html create mode 100755 doc/search/__lmrcImagePad3.html create mode 100755 doc/search/__lmrcImagePad3proto.html create mode 100755 doc/search/__lmrcImagePad4.html create mode 100755 doc/search/__lmrcImagePad4proto.html create mode 100755 doc/search/__lmrcImagePad5.html create mode 100755 doc/search/__lmrcImagePad5proto.html create mode 100755 doc/search/__lmrcImagePad6.html create mode 100755 doc/search/__lmrcImagePad6proto.html create mode 100755 doc/search/__lmrcImagePad7.html create mode 100755 doc/search/__lmrcImagePad7proto.html create mode 100755 doc/search/__lmrcImagePad8.html create mode 100755 doc/search/__lmrcImagePad8proto.html create mode 100755 doc/search/__lmrcImagePad9.html create mode 100755 doc/search/__lmrcImagePad9proto.html create mode 100755 doc/search/__lmrcImageResidualDifferenceAdditionForSSDA.html create mode 100755 doc/search/__lmrcImageResidualDifferenceAdditionForSSDAproto.html create mode 100755 doc/search/__lmrcImageSmoothingMedianFilterCompare.html create mode 100755 doc/search/__lmrcImageSmoothingMedianFilterCompareproto.html create mode 100755 doc/search/__lmrcImageWindowingMode0.html create mode 100755 doc/search/__lmrcImageWindowingMode0proto.html create mode 100755 doc/search/__lmrcImageWindowingMode1.html create mode 100755 doc/search/__lmrcImageWindowingMode1proto.html create mode 100755 doc/search/__mrcAllocate.html create mode 100755 doc/search/__mrcAllocateproto.html create mode 100755 doc/search/__psContour.html create mode 100755 doc/search/__psContour3D.html create mode 100755 doc/search/__psContour3Dproto.html create mode 100755 doc/search/__psContourproto.html create mode 100755 doc/search/__psFileImage1.html create mode 100755 doc/search/__psFileImage1proto.html create mode 100755 doc/search/__register_frame.html create mode 100755 doc/search/__register_frame_info.html create mode 100755 doc/search/__register_frame_info_table.html create mode 100755 doc/search/__register_frame_table.html create mode 100755 doc/search/_fftAllocateMemory.html create mode 100755 doc/search/_fftAllocateMemoryForVECLIB.html create mode 100755 doc/search/_fftAllocateMemoryForVECLIBproto.html create mode 100755 doc/search/_fftAllocateMemoryproto.html create mode 100755 doc/search/_fftComplexDataSet.html create mode 100755 doc/search/_fftComplexDataSetForVECLIB.html create mode 100755 doc/search/_fftComplexDataSetForVECLIBproto.html create mode 100755 doc/search/_fftComplexDataSetproto.html create mode 100755 doc/search/_fftFreeMemory.html create mode 100755 doc/search/_fftFreeMemoryForVECLIB.html create mode 100755 doc/search/_fftFreeMemoryForVECLIBproto.html create mode 100755 doc/search/_fftFreeMemoryproto.html create mode 100755 doc/search/_fftImageDataSet.html create mode 100755 doc/search/_fftImageDataSetForVECLIB.html create mode 100755 doc/search/_fftImageDataSetForVECLIBproto.html create mode 100755 doc/search/_fftImageDataSetproto.html create mode 100755 doc/search/_fftInvComplexDataSet.html create mode 100755 doc/search/_fftInvComplexDataSetForVECLIB.html create mode 100755 doc/search/_fftInvComplexDataSetForVECLIBproto.html create mode 100755 doc/search/_fftInvComplexDataSetproto.html create mode 100755 doc/search/_fftInvImageDataSet.html create mode 100755 doc/search/_fftInvImageDataSetForVECLIB.html create mode 100755 doc/search/_fftInvImageDataSetForVECLIBproto.html create mode 100755 doc/search/_fftInvImageDataSetproto.html create mode 100755 doc/search/_llDataFileRead0.html create mode 100755 doc/search/_llDataFileRead0proto.html create mode 100755 doc/search/_llDataInfoPrintMode1.html create mode 100755 doc/search/_llDataInfoPrintMode1proto.html create mode 100755 doc/search/_llDataInfoPrintMode2.html create mode 100755 doc/search/_llDataInfoPrintMode2proto.html create mode 100755 doc/search/_llDataInfoPrintMode4.html create mode 100755 doc/search/_llDataInfoPrintMode4proto.html create mode 100755 doc/search/_llDataInfoPrintMode8.html create mode 100755 doc/search/_llDataInfoPrintMode8proto.html create mode 100755 doc/search/_lmrcImageModelCreateMode0.html create mode 100755 doc/search/_lmrcImageModelCreateMode0proto.html create mode 100755 doc/search/_lmrcImageModelCreateMode1.html create mode 100755 doc/search/_lmrcImageModelCreateMode1Info.html create mode 100755 doc/search/_lmrcImageModelCreateMode1proto.html create mode 100755 doc/search/_lmrcImageModelSubfilamentsCreate.html create mode 100755 doc/search/_mrcImageHeader.html create mode 100755 doc/search/_mrcImageTailer.html create mode 100755 doc/search/_start.html create mode 100755 doc/search/additionalUsage.html create mode 100755 doc/search/all.html create mode 100755 doc/search/amebsa.html create mode 100755 doc/search/amotsa.html create mode 100755 doc/search/angularDistributionFunctionOfSignalAndNoise.html create mode 100755 doc/search/angularDistributionFunctionOfSignalAndNoiseproto.html create mode 100755 doc/search/appendContourLine0.html create mode 100755 doc/search/appendContourLine0proto.html create mode 100755 doc/search/appendContourLine1.html create mode 100755 doc/search/appendContourLine1proto.html create mode 100755 doc/search/argCheck.html create mode 100755 doc/search/arrayDataGet1(a,i0)proto.html create mode 100755 doc/search/arrayFormatInfoPrint.html create mode 100755 doc/search/arrayFormatInfoPrintproto.html create mode 100755 doc/search/arrayFree.html create mode 100755 doc/search/arrayFreeproto.html create mode 100755 doc/search/arrayInit-call.html.html create mode 100755 doc/search/arrayInit.html create mode 100755 doc/search/arrayInitproto.html create mode 100755 doc/search/arrayPCA.html create mode 100755 doc/search/arrayPCAproto.html create mode 100755 doc/search/arrayParaTypeInteger.html create mode 100755 doc/search/arrayParaTypeReal.html create mode 100755 doc/search/arrayReadFromFile.html create mode 100755 doc/search/arrayReadFromFileproto.html create mode 100755 doc/search/arrayWriteToFile.html create mode 100755 doc/search/arrayWriteToFileproto.html create mode 100755 doc/search/avsFile.html create mode 100755 doc/search/avsFileField.html create mode 100755 doc/search/avsFileFieldDataType.html create mode 100755 doc/search/avsFileFieldInit.html create mode 100755 doc/search/avsFileFieldInitproto.html create mode 100755 doc/search/avsFileFieldType.html create mode 100755 doc/search/avsFileFieldWrite.html create mode 100755 doc/search/avsFileFieldWriteproto.html create mode 100755 doc/search/avsFileInit.html create mode 100755 doc/search/avsFileInitproto.html create mode 100755 doc/search/avsFileParaTypeInteger.html create mode 100755 doc/search/avsFileParaTypeReal.html create mode 100755 doc/search/avsFileType.html create mode 100755 doc/search/avsFileUCD.html create mode 100755 doc/search/avsFileUCDCell.html create mode 100755 doc/search/avsFileUCDCellComponentInit.html create mode 100755 doc/search/avsFileUCDCellComponentInitproto.html create mode 100755 doc/search/avsFileUCDCellDataSet.html create mode 100755 doc/search/avsFileUCDCellDataSetproto.html create mode 100755 doc/search/avsFileUCDCellType.html create mode 100755 doc/search/avsFileUCDComponent.html create mode 100755 doc/search/avsFileUCDComponentData.html create mode 100755 doc/search/avsFileUCDGlobalInit.html create mode 100755 doc/search/avsFileUCDGlobalInitproto.html create mode 100755 doc/search/avsFileUCDInit.html create mode 100755 doc/search/avsFileUCDInitproto.html create mode 100755 doc/search/avsFileUCDLineTypeCellSet.html create mode 100755 doc/search/avsFileUCDLineTypeCellSetproto.html create mode 100755 doc/search/avsFileUCDNode.html create mode 100755 doc/search/avsFileUCDNodeComponentInit.html create mode 100755 doc/search/avsFileUCDNodeComponentInitproto.html create mode 100755 doc/search/avsFileUCDNodeDataSet.html create mode 100755 doc/search/avsFileUCDNodeDataSetproto.html create mode 100755 doc/search/avsFileUCDNodeSet.html create mode 100755 doc/search/avsFileUCDNodeSetproto.html create mode 100755 doc/search/avsFileUCDWrite.html create mode 100755 doc/search/avsFileUCDWriteproto.html create mode 100755 doc/search/avsFileWrite.html create mode 100755 doc/search/avsFileWriteproto.html create mode 100755 doc/search/before.html create mode 100755 doc/search/betacf.html create mode 100755 doc/search/betacfproto.html create mode 100755 doc/search/betai lmrcImagesFTest.o lmrcImagesTTest.o lmrcImagesVarianceAnalysis.o lmrcImagesVarianceMap.o create mode 100755 doc/search/betai-call.html.html create mode 100755 doc/search/betai.html create mode 100755 doc/search/betaiproto.html create mode 100755 doc/search/brent-call.html.html create mode 100755 doc/search/brent.html create mode 100755 doc/search/brentproto.html create mode 100755 doc/search/call.data create mode 100755 doc/search/compress-call.html.html create mode 100755 doc/search/compress.html create mode 100755 doc/search/compressproto.html create mode 100755 doc/search/configFileRead.html create mode 100755 doc/search/configFileReadproto.html create mode 100755 doc/search/configFileUsage.html create mode 100755 doc/search/configFileUsageproto.html create mode 100755 doc/search/constantlist.dat create mode 100755 doc/search/constantnamelist.dat create mode 100755 doc/search/contourALine.html create mode 100755 doc/search/contourArgs.html create mode 100755 doc/search/contourFlag.html create mode 100755 doc/search/contourImage.html create mode 100755 doc/search/contourLine.html create mode 100755 doc/search/contourLines.html create mode 100755 doc/search/contourLinesSet.html create mode 100755 doc/search/contourParaElement.html create mode 100755 doc/search/contourParaTypeInteger.html create mode 100755 doc/search/contourParaTypeReal.html create mode 100755 doc/search/contourPoint.html create mode 100755 doc/search/convergencest.html create mode 100755 doc/search/covsrt-call.html.html create mode 100755 doc/search/covsrt.html create mode 100755 doc/search/covsrtproto.html create mode 100755 doc/search/createContour-call.html.html create mode 100755 doc/search/createContour.html create mode 100755 doc/search/createContourALine psFileContour.o psFileContour3D.o create mode 100755 doc/search/createContourALine-call.html.html create mode 100755 doc/search/createContourALine.html create mode 100755 doc/search/createContourALineproto.html create mode 100755 doc/search/createContourLine.html create mode 100755 doc/search/createContourLineproto.html create mode 100755 doc/search/createContourLines.html create mode 100755 doc/search/createContourLinesproto.html create mode 100755 doc/search/createContourproto.html create mode 100755 doc/search/ctfDeterminationFromPhaseComparison.html create mode 100755 doc/search/ctfDeterminationFromPhaseComparisonproto.html create mode 100755 doc/search/ctfEnvelopFunction.html create mode 100755 doc/search/ctfEnvelopFunctionproto.html create mode 100755 doc/search/ctfFunction-call.html.html create mode 100755 doc/search/ctfFunction.html create mode 100755 doc/search/ctfFunction2D.html create mode 100755 doc/search/ctfFunction2Dproto.html create mode 100755 doc/search/ctfFunctionPVMEndproto.html create mode 100755 doc/search/ctfFunctionPVMServerproto.html create mode 100755 doc/search/ctfFunctionPVMStartproto.html create mode 100755 doc/search/ctfFunctionSampling.html create mode 100755 doc/search/ctfFunctionSamplingproto.html create mode 100755 doc/search/ctfFunctionproto.html create mode 100755 doc/search/ctfInfo.html create mode 100755 doc/search/ctfInfoDeterminationFromPhaseComparison.html create mode 100755 doc/search/ctfInfoMTFMode.html create mode 100755 doc/search/ctfInfoMode.html create mode 100755 doc/search/ctfInfoRead-call.html.html create mode 100755 doc/search/ctfInfoRead.html create mode 100755 doc/search/ctfInfoReadproto.html create mode 100755 doc/search/ctfInfoRecieveByPVMproto.html create mode 100755 doc/search/ctfInfoSendByPVMproto.html create mode 100755 doc/search/ctfInfoWrite-call.html.html create mode 100755 doc/search/ctfInfoWrite.html create mode 100755 doc/search/ctfInfoWriteproto.html create mode 100755 doc/search/ctfInfoZeroPoint.html create mode 100755 doc/search/ctfMTFFunction.html create mode 100755 doc/search/ctfMTFFunctionproto.html create mode 100755 doc/search/ctfMolecularEnvelopeFunction.html create mode 100755 doc/search/ctfMolecularEnvelopeFunctionproto.html create mode 100755 doc/search/ctfMolecularEnvelopeInElasticFunction.html create mode 100755 doc/search/ctfMolecularEnvelopeInElasticFunctionproto.html create mode 100755 doc/search/ctfNoise2Function-call.html.html create mode 100755 doc/search/ctfNoise2Function.html create mode 100755 doc/search/ctfNoise2Functionproto.html create mode 100755 doc/search/ctfNoise2PowerFunction-call.html.html create mode 100755 doc/search/ctfNoise2PowerFunction.html create mode 100755 doc/search/ctfNoise2PowerFunctionproto.html create mode 100755 doc/search/ctfNoiseFunction-call.html.html create mode 100755 doc/search/ctfNoiseFunction.html create mode 100755 doc/search/ctfNoiseFunctionproto.html create mode 100755 doc/search/ctfNoisePowerFunction-call.html.html create mode 100755 doc/search/ctfNoisePowerFunction.html create mode 100755 doc/search/ctfNoisePowerFunctionproto.html create mode 100755 doc/search/ctfScatteringFunction-call.html.html create mode 100755 doc/search/ctfScatteringFunction.html create mode 100755 doc/search/ctfScatteringFunctionproto.html create mode 100755 doc/search/ctfSignalFunction-call.html.html create mode 100755 doc/search/ctfSignalFunction.html create mode 100755 doc/search/ctfSignalFunctionproto.html create mode 100755 doc/search/ctfSignalPowerFunction-call.html.html create mode 100755 doc/search/ctfSignalPowerFunction.html create mode 100755 doc/search/ctfSignalPowerFunctionproto.html create mode 100755 doc/search/ctfVibrationFunction.html create mode 100755 doc/search/ctfVibrationFunctionproto.html create mode 100755 doc/search/ctfWeightForCorrection-call.html.html create mode 100755 doc/search/ctfWeightForCorrection.html create mode 100755 doc/search/ctfWeightForCorrectionproto.html create mode 100755 doc/search/ctfZeroPoint-call.html.html create mode 100755 doc/search/ctfZeroPoint.html create mode 100755 doc/search/ctfZeroPointproto.html create mode 100755 doc/search/daub4.html create mode 100755 doc/search/daub4proto.html create mode 100755 doc/search/decoder.html create mode 100755 doc/search/decoderproto.html create mode 100755 doc/search/defocusDeterminationFromThonRing.html create mode 100755 doc/search/defocusDeterminationFromThonRingproto.html create mode 100755 doc/search/dim.html create mode 100755 doc/search/doubleVector.html create mode 100755 doc/search/doubleVectorAdd.html create mode 100755 doc/search/doubleVectorAddproto.html create mode 100755 doc/search/doubleVectorFree.html create mode 100755 doc/search/doubleVectorFreeproto.html create mode 100755 doc/search/doubleVectorInit-call.html.html create mode 100755 doc/search/doubleVectorInit.html create mode 100755 doc/search/doubleVectorInitproto.html create mode 100755 doc/search/doubleVectorMinus.html create mode 100755 doc/search/doubleVectorMinusproto.html create mode 100755 doc/search/doubleVectorScalarProductproto.html create mode 100755 doc/search/dummy.html create mode 100755 doc/search/dummyfunc.html create mode 100755 doc/search/eachObject.html create mode 100755 doc/search/eigsrt-call.html.html create mode 100755 doc/search/eigsrt.html create mode 100755 doc/search/eigsrtproto.html create mode 100755 doc/search/emBessel.html create mode 100755 doc/search/emBesselproto.html create mode 100755 doc/search/emDataFileRead.html create mode 100755 doc/search/emDataHeader.html create mode 100755 doc/search/emDataHeaderCont.html create mode 100755 doc/search/emDataHeaderPrint.html create mode 100755 doc/search/emDataHeaderRead.html create mode 100755 doc/search/emDataTypeChar.html create mode 100755 doc/search/emDataTypeFloat.html create mode 100755 doc/search/emDataTypeInteger.html create mode 100755 doc/search/emDataTypeIntegerShort.html create mode 100755 doc/search/energyTransferConnect.html create mode 100755 doc/search/energyTransferData.html create mode 100755 doc/search/energyTransferDataRead.html create mode 100755 doc/search/energyTransferDataReadproto.html create mode 100755 doc/search/energyTransferDataWrite.html create mode 100755 doc/search/energyTransferDataWrite0.html create mode 100755 doc/search/energyTransferDataWrite0proto.html create mode 100755 doc/search/energyTransferDataWriteConnect.html create mode 100755 doc/search/energyTransferDataWriteConnect0.html create mode 100755 doc/search/energyTransferDataWriteConnect0proto.html create mode 100755 doc/search/energyTransferDataWriteConnectproto.html create mode 100755 doc/search/energyTransferDataWriteFix.html create mode 100755 doc/search/energyTransferDataWriteFixproto.html create mode 100755 doc/search/energyTransferDataWriteUnfix.html create mode 100755 doc/search/energyTransferDataWriteUnfixproto.html create mode 100755 doc/search/energyTransferDataWriteproto.html create mode 100755 doc/search/energyTransferParaTypeReal.html create mode 100755 doc/search/energyTransferPoint.html create mode 100755 doc/search/energyTransferPointMode.html create mode 100755 doc/search/erfcc.html create mode 100755 doc/search/erfccproto.html create mode 100755 doc/search/erff.html create mode 100755 doc/search/erffc.html create mode 100755 doc/search/erffcproto.html create mode 100755 doc/search/erffproto.html create mode 100755 doc/search/f00.html create mode 100755 doc/search/f1dim.html create mode 100755 doc/search/f1dimproto.html create mode 100755 doc/search/farSidePhaseGet-call.html.html create mode 100755 doc/search/farSidePhaseGet.html create mode 100755 doc/search/farSidePhaseGetproto.html create mode 100755 doc/search/fft_free-call.html.html create mode 100755 doc/search/fft_free.html create mode 100755 doc/search/fft_freeproto.html create mode 100755 doc/search/fftn.html create mode 100755 doc/search/fftnf-call.html.html create mode 100755 doc/search/fftnf.html create mode 100755 doc/search/fftnfproto.html create mode 100755 doc/search/fftnproto.html create mode 100755 doc/search/fileInit.html create mode 100755 doc/search/fileInitproto.html create mode 100755 doc/search/fileLineNumberGet-call.html.html create mode 100755 doc/search/fileLineNumberGet.html create mode 100755 doc/search/fileLineNumberGet2-call.html.html create mode 100755 doc/search/fileLineNumberGet2.html create mode 100755 doc/search/fileLineNumberGet2proto.html create mode 100755 doc/search/fileLineNumberGetproto.html create mode 100755 doc/search/fileOpen-call.html.html create mode 100755 doc/search/fileOpen.html create mode 100755 doc/search/fileOpenproto.html create mode 100755 doc/search/fit-call.html.html create mode 100755 doc/search/fit.html create mode 100755 doc/search/fitproto.html create mode 100755 doc/search/floatVector.html create mode 100755 doc/search/floatVectorAdd.html create mode 100755 doc/search/floatVectorAddproto.html create mode 100755 doc/search/floatVectorFree-call.html.html create mode 100755 doc/search/floatVectorFree.html create mode 100755 doc/search/floatVectorFreeproto.html create mode 100755 doc/search/floatVectorInit-call.html.html create mode 100755 doc/search/floatVectorInit.html create mode 100755 doc/search/floatVectorInitproto.html create mode 100755 doc/search/floatVectorMinus.html create mode 100755 doc/search/floatVectorMinusproto.html create mode 100755 doc/search/floatVectorScalarProduct.html create mode 100755 doc/search/floatVectorScalarProductproto.html create mode 100755 doc/search/fprintfproto.html create mode 100755 doc/search/free_ivector-call.html.html create mode 100755 doc/search/free_ivector.html create mode 100755 doc/search/free_ivectorproto.html create mode 100755 doc/search/free_matrix-call.html.html create mode 100755 doc/search/free_matrix.html create mode 100755 doc/search/free_matrixproto.html create mode 100755 doc/search/free_vector-call.html.html create mode 100755 doc/search/free_vector.html create mode 100755 doc/search/free_vectorproto.html create mode 100755 doc/search/frprmn-call.html.html create mode 100755 doc/search/frprmn.html create mode 100755 doc/search/frprmn2.html create mode 100755 doc/search/frprmn2proto.html create mode 100755 doc/search/frprmnproto.html create mode 100755 doc/search/func.html create mode 100755 doc/search/gammln-call.html.html create mode 100755 doc/search/gammln.html create mode 100755 doc/search/gammlnproto.html create mode 100755 doc/search/gammp.html create mode 100755 doc/search/gammpproto.html create mode 100755 doc/search/gammq-call.html.html create mode 100755 doc/search/gammq.html create mode 100755 doc/search/gammqproto.html create mode 100755 doc/search/gaussj-call.html.html create mode 100755 doc/search/gaussj.html create mode 100755 doc/search/gaussjproto.html create mode 100755 doc/search/gcf.html create mode 100755 doc/search/gcfproto.html create mode 100755 doc/search/getProperty.html create mode 100755 doc/search/gifColorMapColor.html create mode 100755 doc/search/gifColorMapColorproto.html create mode 100755 doc/search/gifColorMapGrey.html create mode 100755 doc/search/gifColorMapGreyproto.html create mode 100755 doc/search/gifColorMapInit.html create mode 100755 doc/search/gifColorMapInitproto.html create mode 100755 doc/search/gifFile.html create mode 100755 doc/search/gifFileApplicationExtensions.html create mode 100755 doc/search/gifFileColorTable.html create mode 100755 doc/search/gifFileCommentExtensions.html create mode 100755 doc/search/gifFileCtrlExtensions.html create mode 100755 doc/search/gifFileHeader.html create mode 100755 doc/search/gifFileImageDefinition.html create mode 100755 doc/search/gifFileImageDesc.html create mode 100755 doc/search/gifFileInit.html create mode 100755 doc/search/gifFileInitproto.html create mode 100755 doc/search/gifFileScreenDesc.html create mode 100755 doc/search/gifFileTextExtensions.html create mode 100755 doc/search/gifFileWrite.html create mode 100755 doc/search/gifFileWriteproto.html create mode 100755 doc/search/gser.html create mode 100755 doc/search/gserproto.html create mode 100755 doc/search/hf2000Close-call.html.html create mode 100755 doc/search/hf2000Close.html create mode 100755 doc/search/hf2000Closeproto.html create mode 100755 doc/search/hf2000Command.html create mode 100755 doc/search/hf2000Commandproto.html create mode 100755 doc/search/hf2000Info.html create mode 100755 doc/search/hf2000Init-call.html.html create mode 100755 doc/search/hf2000Init.html create mode 100755 doc/search/hf2000Initproto.html create mode 100755 doc/search/hf2000LenzCurrent.html create mode 100755 doc/search/hf2000ParaTypeInteger.html create mode 100755 doc/search/hf2000ParaTypeReal.html create mode 100755 doc/search/hf2000Read-call.html.html create mode 100755 doc/search/hf2000Read.html create mode 100755 doc/search/hf2000Readproto.html create mode 100755 doc/search/hf2000Write-call.html.html create mode 100755 doc/search/hf2000Write.html create mode 100755 doc/search/hf2000Writeproto.html create mode 100755 doc/search/hf2000_TclAppInit.html create mode 100755 doc/search/hf2000_TclAppInitproto.html create mode 100755 doc/search/htmlAfterUsage.html create mode 100755 doc/search/htmlBeforeUsage.html create mode 100755 doc/search/if(0==strcmpproto.html create mode 100755 doc/search/image.html create mode 100755 doc/search/info2ctfInfo.html create mode 100755 doc/search/infoCopyTolinfo.html create mode 100755 doc/search/infoDataList.html create mode 100755 doc/search/init0.html create mode 100755 doc/search/init1.html create mode 100755 doc/search/ivector-call.html.html create mode 100755 doc/search/ivector.html create mode 100755 doc/search/ivectorproto.html create mode 100755 doc/search/jacobi-call.html.html create mode 100755 doc/search/jacobi.html create mode 100755 doc/search/jacobiproto.html create mode 100755 doc/search/lAvrCalcForVectorWithFlag.html create mode 100755 doc/search/lDegreeDistanceEstimate.html create mode 100755 doc/search/lDescartesAxisCalc-call.html.html create mode 100755 doc/search/lDescartesAxisCalc.html create mode 100755 doc/search/lDescartesAxisCalcproto.html create mode 100755 doc/search/lDescartesCoordIntoPolarCoord.html create mode 100755 doc/search/lDescartesCoordIntoPolarCoordproto.html create mode 100755 doc/search/lDescartesIntoPolarInfo.html create mode 100755 doc/search/lFRETWeightCalc.html create mode 100755 doc/search/lFRETWeightCalcproto.html create mode 100755 doc/search/lPolarCoordIntoDescartesCoord-call.html.html create mode 100755 doc/search/lPolarCoordIntoDescartesCoord.html create mode 100755 doc/search/lPolarCoordIntoDescartesCoordproto.html create mode 100755 doc/search/lRandShuffle.html create mode 100755 doc/search/lRandShuffleproto.html create mode 100755 doc/search/lStandardDeviationCalcForVectorWithFlag.html create mode 100755 doc/search/lVectorSpline.html create mode 100755 doc/search/lVectorSpline2D.html create mode 100755 doc/search/lVectorSpline2Dproto.html create mode 100755 doc/search/lVectorSplineTable2DMake.html create mode 100755 doc/search/lVectorSplineTable2DMakeproto.html create mode 100755 doc/search/lVectorSplineTableMake.html create mode 100755 doc/search/lVectorSplineTableMakeproto.html create mode 100755 doc/search/lVectorSplineproto.html create mode 100755 doc/search/largeIP.html create mode 100755 doc/search/largeIPFree-call.html.html create mode 100755 doc/search/largeIPFree.html create mode 100755 doc/search/largeIPFreeproto.html create mode 100755 doc/search/largeIPHeader.html create mode 100755 doc/search/largeIPHeaderRead-call.html.html create mode 100755 doc/search/largeIPHeaderRead.html create mode 100755 doc/search/largeIPHeaderReadproto.html create mode 100755 doc/search/largeIPImageRead.html create mode 100755 doc/search/largeIPImageReadproto.html create mode 100755 doc/search/largeIPImageType.html create mode 100755 doc/search/largeIPInit.html create mode 100755 doc/search/largeIPInitproto.html create mode 100755 doc/search/largeIPParaTypeIntCoord.html create mode 100755 doc/search/largeIPParaTypeInteger.html create mode 100755 doc/search/largeIPParaTypeReal.html create mode 100755 doc/search/largeIPRead.html create mode 100755 doc/search/largeIPReadproto.html create mode 100755 doc/search/largeIPSubImageInfo.html create mode 100755 doc/search/lbilinearInterpolation.html create mode 100755 doc/search/lbilinearInterpolationproto.html create mode 100755 doc/search/lcontour2ps.html create mode 100755 doc/search/lcontour2psproto.html create mode 100755 doc/search/lctfDeterminationbyFittingMethods.html create mode 100755 doc/search/lctfDeterminationbyFittingMethodsproto.html create mode 100755 doc/search/lctfDeterminationbyMinMaxMethods.html create mode 100755 doc/search/lctfDeterminationbyMinMaxMethodsproto.html create mode 100755 doc/search/lcubicConvolutionInterpolation.html create mode 100755 doc/search/lcubicConvolutionInterpolationproto.html create mode 100755 doc/search/ldoubleVectorLength.html create mode 100755 doc/search/ldoubleVectorLengthproto.html create mode 100755 doc/search/ldoubleVectorSpline2Dproto.html create mode 100755 doc/search/ldoubleVectorSplineTable2DMakeproto.html create mode 100755 doc/search/ldoubleVectorSplineTableMakeproto.html create mode 100755 doc/search/ldoubleVectorSplineproto.html create mode 100755 doc/search/lenergyTransferModelCheck.html create mode 100755 doc/search/lenergyTransferModelCheckInfo.html create mode 100755 doc/search/lenergyTransferModelCheckproto.html create mode 100755 doc/search/lenergyTransferModelExpectedFRET.html create mode 100755 doc/search/lenergyTransferModelExpectedFRET2.html create mode 100755 doc/search/lenergyTransferModelExpectedFRET2proto.html create mode 100755 doc/search/lenergyTransferModelExpectedFRETOutput.html create mode 100755 doc/search/lenergyTransferModelExpectedFRETOutputproto.html create mode 100755 doc/search/lenergyTransferModelExpectedFRETSD.html create mode 100755 doc/search/lenergyTransferModelExpectedFRETSDproto.html create mode 100755 doc/search/lenergyTransferModelExpectedFRETproto.html create mode 100755 doc/search/lestimateradian.html create mode 100755 doc/search/lestimateradianproto.html create mode 100755 doc/search/lextracteddataShift.html create mode 100755 doc/search/lfft2d-call.html.html create mode 100755 doc/search/lfft2d.html create mode 100755 doc/search/lfft2dproto.html create mode 100755 doc/search/lfloatVectorLength.html create mode 100755 doc/search/lfloatVectorLengthproto.html create mode 100755 doc/search/lgetx.html create mode 100755 doc/search/lhf2000LenzCurrentGet.html create mode 100755 doc/search/lhf2000LenzCurrentGet0-call.html.html create mode 100755 doc/search/lhf2000LenzCurrentGet0.html create mode 100755 doc/search/lhf2000LenzCurrentGet0proto.html create mode 100755 doc/search/lhf2000LenzCurrentGetproto.html create mode 100755 doc/search/lhf2000LenzCurrentInfo.html create mode 100755 doc/search/lhf2000SpecimenPositionGet-call.html.html create mode 100755 doc/search/lhf2000SpecimenPositionGet.html create mode 100755 doc/search/lhf2000SpecimenPositionGetproto.html create mode 100755 doc/search/lhf2000SpecimenPositionInfo.html create mode 100755 doc/search/lhf2000SpecimenPositionSet-call.html.html create mode 100755 doc/search/lhf2000SpecimenPositionSet.html create mode 100755 doc/search/lhf2000SpecimenPositionSetproto.html create mode 100755 doc/search/lhf2000SpecimenPositionStop.html create mode 100755 doc/search/lhf2000SpecimenPositionStopproto.html create mode 100755 doc/search/linmin-call.html.html create mode 100755 doc/search/linmin.html create mode 100755 doc/search/linmin2.html create mode 100755 doc/search/linmin2proto.html create mode 100755 doc/search/linminproto.html create mode 100755 doc/search/ll2ltlgConfigFileRead.html create mode 100755 doc/search/ll2ltlgConfigFileReadproto.html create mode 100755 doc/search/llComplex.html create mode 100755 doc/search/llData.html create mode 100755 doc/search/llDataAttributes.html create mode 100755 doc/search/llDataAttributesSet2-call.html.html create mode 100755 doc/search/llDataAttributesSet2.html create mode 100755 doc/search/llDataAttributesSet2proto.html create mode 100755 doc/search/llDataAxisSearchResultWrite.html create mode 100755 doc/search/llDataBoth.html create mode 100755 doc/search/llDataCTFSet.html create mode 100755 doc/search/llDataCTFSet2.html create mode 100755 doc/search/llDataCTFSet2proto.html create mode 100755 doc/search/llDataCTFSetproto.html create mode 100755 doc/search/llDataDataFree.html create mode 100755 doc/search/llDataDataFreeproto.html create mode 100755 doc/search/llDataDataInit-call.html.html create mode 100755 doc/search/llDataDataInit.html create mode 100755 doc/search/llDataDataInitproto.html create mode 100755 doc/search/llDataError-call.html.html create mode 100755 doc/search/llDataError.html create mode 100755 doc/search/llDataErrorMessageproto.html create mode 100755 doc/search/llDataErrorMsg.html create mode 100755 doc/search/llDataErrorMsgproto.html create mode 100755 doc/search/llDataErrorproto.html create mode 100755 doc/search/llDataFandPHISet-call.html.html create mode 100755 doc/search/llDataFandPHISet.html create mode 100755 doc/search/llDataFandPHISetproto.html create mode 100755 doc/search/llDataFileRead.html create mode 100755 doc/search/llDataFileReadFollowingAttributes.html create mode 100755 doc/search/llDataFileReadFollowingAttributesproto.html create mode 100755 doc/search/llDataFileReadFollowingllData.html create mode 100755 doc/search/llDataFileReadFollowingllDataproto.html create mode 100755 doc/search/llDataFileReadproto.html create mode 100755 doc/search/llDataFileWrite.html create mode 100755 doc/search/llDataFileWriteproto.html create mode 100755 doc/search/llDataFittedParam.html create mode 100755 doc/search/llDataFmaxSet-call.html.html create mode 100755 doc/search/llDataFmaxSet.html create mode 100755 doc/search/llDataFmaxSetproto.html create mode 100755 doc/search/llDataFree-call.html.html create mode 100755 doc/search/llDataFree.html create mode 100755 doc/search/llDataFreeproto.html create mode 100755 doc/search/llDataHeaderFree.html create mode 100755 doc/search/llDataHeaderFreeproto.html create mode 100755 doc/search/llDataHeaderInit-call.html.html create mode 100755 doc/search/llDataHeaderInit.html create mode 100755 doc/search/llDataHeaderInitproto.html create mode 100755 doc/search/llDataInfoPrint.html create mode 100755 doc/search/llDataInfoPrintUsage.html create mode 100755 doc/search/llDataInfoPrintUsageproto.html create mode 100755 doc/search/llDataInfoPrintproto.html create mode 100755 doc/search/llDataInit-call.html.html create mode 100755 doc/search/llDataInit.html create mode 100755 doc/search/llDataInitWithReference-call.html.html create mode 100755 doc/search/llDataInitWithReference.html create mode 100755 doc/search/llDataInitWithReference2.html create mode 100755 doc/search/llDataInitWithReference2proto.html create mode 100755 doc/search/llDataInitWithReferenceproto.html create mode 100755 doc/search/llDataInitproto.html create mode 100755 doc/search/llDataLayerNumberGet-call.html.html create mode 100755 doc/search/llDataLayerNumberGet.html create mode 100755 doc/search/llDataLayerNumberGetproto.html create mode 100755 doc/search/llDataMode.html create mode 100755 doc/search/llDataNLNumberGet-call.html.html create mode 100755 doc/search/llDataNLNumberGet.html create mode 100755 doc/search/llDataNLNumberGetproto.html create mode 100755 doc/search/llDataOneLLRecieveByPVMproto.html create mode 100755 doc/search/llDataOneLLSendByPVMproto.html create mode 100755 doc/search/llDataParaTypeInteger.html create mode 100755 doc/search/llDataParaTypeReal.html create mode 100755 doc/search/llDataParaTypeRegion.html create mode 100755 doc/search/llDataParamToFit.html create mode 100755 doc/search/llDataPole.html create mode 100755 doc/search/llDataRRInfoSet-call.html.html create mode 100755 doc/search/llDataRRInfoSet.html create mode 100755 doc/search/llDataRRInfoSetproto.html create mode 100755 doc/search/llDataRRSet-call.html.html create mode 100755 doc/search/llDataRRSet.html create mode 100755 doc/search/llDataRRSetproto.html create mode 100755 doc/search/llDataRValueSet-call.html.html create mode 100755 doc/search/llDataRValueSet.html create mode 100755 doc/search/llDataRValueSetproto.html create mode 100755 doc/search/llDataReAndImSet-call.html.html create mode 100755 doc/search/llDataReAndImSet.html create mode 100755 doc/search/llDataReAndImSetproto.html create mode 100755 doc/search/llDataRecieveByPVMproto.html create mode 100755 doc/search/llDataSendByPVMproto.html create mode 100755 doc/search/llDataSizeCheck-call.html.html create mode 100755 doc/search/llDataSizeCheck.html create mode 100755 doc/search/llDataSizeCheckproto.html create mode 100755 doc/search/llDataStatusType.html create mode 100755 doc/search/llDataTableBetweenTwollDataCreate-call.html.html create mode 100755 doc/search/llDataTableBetweenTwollDataCreate.html create mode 100755 doc/search/llDataTableBetweenTwollDataCreateproto.html create mode 100755 doc/search/llDataValueGet-call.html.html create mode 100755 doc/search/llDataValueGet.html create mode 100755 doc/search/llDataValueGet2.html create mode 100755 doc/search/llDataValueGet2proto.html create mode 100755 doc/search/llDataValueGetproto.html create mode 100755 doc/search/llDataZValueSet-call.html.html create mode 100755 doc/search/llDataZValueSet.html create mode 100755 doc/search/llDataZValueSetproto.html create mode 100755 doc/search/llExtractCtfinfFileCreateI.html create mode 100755 doc/search/llExtractCtfinfFileCreateII.html create mode 100755 doc/search/llExtractCtfinfFileCreateIIproto.html create mode 100755 doc/search/llExtractCtfinfFileCreateIproto.html create mode 100755 doc/search/lll2ltlg.html create mode 100755 doc/search/lll2ltlgInfo.html create mode 100755 doc/search/lll2ltlgproto.html create mode 100755 doc/search/lllDataAdd.html create mode 100755 doc/search/lllDataAdd2-call.html.html create mode 100755 doc/search/lllDataAdd2.html create mode 100755 doc/search/lllDataAdd2proto.html create mode 100755 doc/search/lllDataAddproto.html create mode 100755 doc/search/lllDataAttributeCopy-call.html.html create mode 100755 doc/search/lllDataAttributeCopy.html create mode 100755 doc/search/lllDataAttributeCopyproto.html create mode 100755 doc/search/lllDataAverage-call.html.html create mode 100755 doc/search/lllDataAverage.html create mode 100755 doc/search/lllDataAverageproto.html create mode 100755 doc/search/lllDataAvgTo.html create mode 100755 doc/search/lllDataAvgToFar.html create mode 100755 doc/search/lllDataAvgToFarproto.html create mode 100755 doc/search/lllDataAvgToNea.html create mode 100755 doc/search/lllDataAvgToNeaproto.html create mode 100755 doc/search/lllDataAvgToproto.html create mode 100755 doc/search/lllDataAxisSearch-call.html.html create mode 100755 doc/search/lllDataAxisSearch.html create mode 100755 doc/search/lllDataAxisSearch2.html create mode 100755 doc/search/lllDataAxisSearch2proto.html create mode 100755 doc/search/lllDataAxisSearchAndAverage.html create mode 100755 doc/search/lllDataAxisSearchAndAverageproto.html create mode 100755 doc/search/lllDataAxisSearchWithFile.html create mode 100755 doc/search/lllDataAxisSearchWithFileproto.html create mode 100755 doc/search/lllDataAxisSearchproto.html create mode 100755 doc/search/lllDataCTFCompensateInfo.html create mode 100755 doc/search/lllDataCTFObservation.html create mode 100755 doc/search/lllDataCTFObservationproto.html create mode 100755 doc/search/lllDataClear-call.html.html create mode 100755 doc/search/lllDataClear.html create mode 100755 doc/search/lllDataClearproto.html create mode 100755 doc/search/lllDataCompare.html create mode 100755 doc/search/lllDataCompareInfo.html create mode 100755 doc/search/lllDataCompareproto.html create mode 100755 doc/search/lllDataContributionCalcDifferentN.html create mode 100755 doc/search/lllDataContributionCalcDifferentNproto.html create mode 100755 doc/search/lllDataCopy-call.html.html create mode 100755 doc/search/lllDataCopy.html create mode 100755 doc/search/lllDataCopyproto.html create mode 100755 doc/search/lllDataDevidedByReal-call.html.html create mode 100755 doc/search/lllDataDevidedByReal.html create mode 100755 doc/search/lllDataDevidedByRealproto.html create mode 100755 doc/search/lllDataDifferenceCalc.html create mode 100755 doc/search/lllDataDifferenceCalcInfo.html create mode 100755 doc/search/lllDataDifferenceCalcWithNormalizing.html create mode 100755 doc/search/lllDataDifferenceCalcWithNormalizingproto.html create mode 100755 doc/search/lllDataDifferenceCalcproto.html create mode 100755 doc/search/lllDataDifferencePValueCalc.html create mode 100755 doc/search/lllDataDifferencePValueCalc2.html create mode 100755 doc/search/lllDataDifferencePValueCalc2proto.html create mode 100755 doc/search/lllDataDifferencePValueCalcproto.html create mode 100755 doc/search/lllDataDifferenceRValueCalc.html create mode 100755 doc/search/lllDataDifferenceRValueCalcproto.html create mode 100755 doc/search/lllDataDump.html create mode 100755 doc/search/lllDataEquatorAdd.html create mode 100755 doc/search/lllDataEquatorAddproto.html create mode 100755 doc/search/lllDataExtract.html create mode 100755 doc/search/lllDataExtractInfo.html create mode 100755 doc/search/lllDataExtractproto.html create mode 100755 doc/search/lllDataFit-call.html.html create mode 100755 doc/search/lllDataFit.html create mode 100755 doc/search/lllDataFit2.html create mode 100755 doc/search/lllDataFit2proto.html create mode 100755 doc/search/lllDataFitAndAverage.html create mode 100755 doc/search/lllDataFitAndAverageInfo.html create mode 100755 doc/search/lllDataFitAndAverageproto.html create mode 100755 doc/search/lllDataFitOfSeparatedLLproto.html create mode 100755 doc/search/lllDataFitPVMEndproto.html create mode 100755 doc/search/lllDataFitPVMInfo.html create mode 100755 doc/search/lllDataFitPVMServerproto.html create mode 100755 doc/search/lllDataFitPVMStartproto.html create mode 100755 doc/search/lllDataFitParamInverse-call.html.html create mode 100755 doc/search/lllDataFitParamInverse.html create mode 100755 doc/search/lllDataFitParamInverseproto.html create mode 100755 doc/search/lllDataFitParamOutput.html create mode 100755 doc/search/lllDataFitParamOutputproto.html create mode 100755 doc/search/lllDataFitServerEndproto.html create mode 100755 doc/search/lllDataFitServerStartproto.html create mode 100755 doc/search/lllDataFitWithFile-call.html.html create mode 100755 doc/search/lllDataFitWithFile.html create mode 100755 doc/search/lllDataFitWithFilePVMEndproto.html create mode 100755 doc/search/lllDataFitWithFilePVMStartproto.html create mode 100755 doc/search/lllDataFitWithFileproto.html create mode 100755 doc/search/lllDataFitllCTFSet-call.html.html create mode 100755 doc/search/lllDataFitllCTFSet.html create mode 100755 doc/search/lllDataFitllCTFSetproto.html create mode 100755 doc/search/lllDataFitproto.html create mode 100755 doc/search/lllDataFittedParamRecieveByPVMproto.html create mode 100755 doc/search/lllDataFittedParamSendByPVMproto.html create mode 100755 doc/search/lllDataFittedParameterFree.html create mode 100755 doc/search/lllDataFittedParameterFree0.html create mode 100755 doc/search/lllDataFittedParameterFree0proto.html create mode 100755 doc/search/lllDataFittedParameterFreeproto.html create mode 100755 doc/search/lllDataFittedParameterSet.html create mode 100755 doc/search/lllDataFittedParameterSet0.html create mode 100755 doc/search/lllDataFittedParameterSet0proto.html create mode 100755 doc/search/lllDataFittedParameterSetproto.html create mode 100755 doc/search/lllDataHeaderCopy-call.html.html create mode 100755 doc/search/lllDataHeaderCopy.html create mode 100755 doc/search/lllDataHeaderCopyproto.html create mode 100755 doc/search/lllDataInfoPrint.html create mode 100755 doc/search/lllDataInfoPrint2.html create mode 100755 doc/search/lllDataInfoPrint2proto.html create mode 100755 doc/search/lllDataInfoPrintproto.html create mode 100755 doc/search/lllDataIntensityInformation.html create mode 100755 doc/search/lllDataIntensityInformationGet.html create mode 100755 doc/search/lllDataIntensityInformationGetproto.html create mode 100755 doc/search/lllDataInterpolate.html create mode 100755 doc/search/lllDataInterpolateproto.html create mode 100755 doc/search/lllDataLowPassFiltering.html create mode 100755 doc/search/lllDataLowPassFilteringMode.html create mode 100755 doc/search/lllDataLowPassFilteringproto.html create mode 100755 doc/search/lllDataMergeDifferentN-call.html.html create mode 100755 doc/search/lllDataMergeDifferentN.html create mode 100755 doc/search/lllDataMergeDifferentNproto.html create mode 100755 doc/search/lllDataMul.html create mode 100755 doc/search/lllDataMulproto.html create mode 100755 doc/search/lllDataMultiCTFCompensation-call.html.html create mode 100755 doc/search/lllDataMultiCTFCompensation.html create mode 100755 doc/search/lllDataMultiCTFCompensationCompensationMode.html create mode 100755 doc/search/lllDataMultiCTFCompensationMode.html create mode 100755 doc/search/lllDataMultiCTFCompensationModePrint.html create mode 100755 doc/search/lllDataMultiCTFCompensationModePrintproto.html create mode 100755 doc/search/lllDataMultiCTFCompensationproto.html create mode 100755 doc/search/lllDataMultiplyReal-call.html.html create mode 100755 doc/search/lllDataMultiplyReal.html create mode 100755 doc/search/lllDataMultiplyRealproto.html create mode 100755 doc/search/lllDataNewFittedParameterSet.html create mode 100755 doc/search/lllDataNewFittedParameterSet0-call.html.html create mode 100755 doc/search/lllDataNewFittedParameterSet0.html create mode 100755 doc/search/lllDataNewFittedParameterSet0proto.html create mode 100755 doc/search/lllDataNewFittedParameterSetproto.html create mode 100755 doc/search/lllDataParaTypeRegionRecieveByPVMproto.html create mode 100755 doc/search/lllDataParaTypeRegionSendByPVMproto.html create mode 100755 doc/search/lllDataParamToFitRecieveByPVM2proto.html create mode 100755 doc/search/lllDataParamToFitRecieveByPVMproto.html create mode 100755 doc/search/lllDataParamToFitSendByPVM2proto.html create mode 100755 doc/search/lllDataParamToFitSendByPVMproto.html create mode 100755 doc/search/lllDataPhaseShift.html create mode 100755 doc/search/lllDataPhaseShiftInter-call.html.html create mode 100755 doc/search/lllDataPhaseShiftInter.html create mode 100755 doc/search/lllDataPhaseShiftInterproto.html create mode 100755 doc/search/lllDataPhaseShiftIntra-call.html.html create mode 100755 doc/search/lllDataPhaseShiftIntra.html create mode 100755 doc/search/lllDataPhaseShiftIntraproto.html create mode 100755 doc/search/lllDataPhaseShiftInverse.html create mode 100755 doc/search/lllDataPhaseShiftInverseproto.html create mode 100755 doc/search/lllDataPhaseShiftproto.html create mode 100755 doc/search/lllDataPoleSet.html create mode 100755 doc/search/lllDataPoleSetproto.html create mode 100755 doc/search/lllDataRadialLowPassFiltering.html create mode 100755 doc/search/lllDataRadialLowPassFilteringproto.html create mode 100755 doc/search/lllDataRescaling.html create mode 100755 doc/search/lllDataRescalingInfo.html create mode 100755 doc/search/lllDataRescalingproto.html create mode 100755 doc/search/lllDataSeparationInfoDelRInvSet.html create mode 100755 doc/search/lllDataSeparationInfoDelRInvSetproto.html create mode 100755 doc/search/lllDataSeparationInfoFileFormat.html create mode 100755 doc/search/lllDataSeparationInfoFileFormatproto.html create mode 100755 doc/search/lllDataSeparationInfoRead.html create mode 100755 doc/search/lllDataSeparationInfoReadproto.html create mode 100755 doc/search/lllDataSeparationInfoTruePitchSet.html create mode 100755 doc/search/lllDataSeparationInfoTruePitchSetproto.html create mode 100755 doc/search/lllDataSeparationInfoxShiftSet.html create mode 100755 doc/search/lllDataSeparationInfoxShiftSetproto.html create mode 100755 doc/search/lllDataSideSet.html create mode 100755 doc/search/lllDataSideSetproto.html create mode 100755 doc/search/lllDataSingleCTFCompensation.html create mode 100755 doc/search/lllDataSingleCTFCompensationInfo.html create mode 100755 doc/search/lllDataSingleCTFCompensationModePrint.html create mode 100755 doc/search/lllDataSingleCTFCompensationModePrintproto.html create mode 100755 doc/search/lllDataSingleCTFCompensationproto.html create mode 100755 doc/search/lllDataWeightSet.html create mode 100755 doc/search/lllDataWeightSetproto.html create mode 100755 doc/search/lllDatarMaxLimit-call.html.html create mode 100755 doc/search/lllDatarMaxLimit.html create mode 100755 doc/search/lllDatarMaxLimitCheck-call.html.html create mode 100755 doc/search/lllDatarMaxLimitCheck.html create mode 100755 doc/search/lllDatarMaxLimitCheckproto.html create mode 100755 doc/search/lllDatarMaxLimitForSeparation.html create mode 100755 doc/search/lllDatarMaxLimitForSeparationproto.html create mode 100755 doc/search/lllDatarMaxLimitInfo.html create mode 100755 doc/search/lllDatarMaxLimitMode.html create mode 100755 doc/search/lllDatarMaxLimitWeight.html create mode 100755 doc/search/lllDatarMaxLimitWeightproto.html create mode 100755 doc/search/lllDatarMaxLimitproto.html create mode 100755 doc/search/lllExtract.html create mode 100755 doc/search/lllExtractCtrlFileCreateAny.html create mode 100755 doc/search/lllExtractCtrlFileCreateMyosin.html create mode 100755 doc/search/lllExtractInfo.html create mode 100755 doc/search/lllExtractInitWithSeparation.html create mode 100755 doc/search/lllExtractInitWithSeparationproto.html create mode 100755 doc/search/lllExtractWeightSetFollowingllExtractInfo.html create mode 100755 doc/search/lllExtractWeightSetFollowingllExtractInfoproto.html create mode 100755 doc/search/lllExtractWithSeparation.html create mode 100755 doc/search/lllExtractWithSeparationUsingFittingParameter.html create mode 100755 doc/search/lllExtractWithSeparationUsingFittingParameterproto.html create mode 100755 doc/search/lllExtractWithSeparationproto.html create mode 100755 doc/search/lllExtractWithWeightedSeparation.html create mode 100755 doc/search/lllExtractWithWeightedSeparationproto.html create mode 100755 doc/search/lllExtractdYEstimate-call.html.html create mode 100755 doc/search/lllExtractdYEstimate.html create mode 100755 doc/search/lllExtractdYEstimateInfo.html create mode 100755 doc/search/lllExtractdYEstimateproto.html create mode 100755 doc/search/lllExtractproto.html create mode 100755 doc/search/llmrcImageAdd-call.html.html create mode 100755 doc/search/llmrcImageAdd.html create mode 100755 doc/search/llmrcImageAdd2.html create mode 100755 doc/search/llmrcImageAddproto.html create mode 100755 doc/search/llmrcImageMasking.html create mode 100755 doc/search/llmrcImageRotation.html create mode 100755 doc/search/llmrcImageScoreCalc.html create mode 100755 doc/search/llmrcImageSub.html create mode 100755 doc/search/llmrcImageSubproto.html create mode 100755 doc/search/llmrcLineMean.html create mode 100755 doc/search/llmrcRefImagepwzCorPeakFind.html create mode 100755 doc/search/lltlg2mrc.html create mode 100755 doc/search/lltlg2mrcInfo.html create mode 100755 doc/search/lltlg2mrcproto.html create mode 100755 doc/search/lmolecularEnvelopeDataGet-call.html.html create mode 100755 doc/search/lmolecularEnvelopeDataGet.html create mode 100755 doc/search/lmolecularEnvelopeDataGetproto.html create mode 100755 doc/search/lmolecularEnvelopeFileRead-call.html.html create mode 100755 doc/search/lmolecularEnvelopeFileRead.html create mode 100755 doc/search/lmolecularEnvelopeFileReadproto.html create mode 100755 doc/search/lmolecularEnvelopeFileWrite.html create mode 100755 doc/search/lmolecularEnvelopeFileWriteproto.html create mode 100755 doc/search/lmolecularEnvelopeResampling.html create mode 100755 doc/search/lmolecularEnvelopeResamplingproto.html create mode 100755 doc/search/lmrc1DProjectionfrom2DinImg.html create mode 100755 doc/search/lmrc2DFourierSetFunction.html create mode 100755 doc/search/lmrc2DImageSetFunction.html create mode 100755 doc/search/lmrc2Dto2DMulti.html create mode 100755 doc/search/lmrc2Dto3D.html create mode 100755 doc/search/lmrc2contour.html create mode 100755 doc/search/lmrc2contourproto.html create mode 100755 doc/search/lmrc2fld.html create mode 100755 doc/search/lmrc2gif.html create mode 100755 doc/search/lmrc2gifColor.html create mode 100755 doc/search/lmrc2gifColorproto.html create mode 100755 doc/search/lmrc2gifproto.html create mode 100755 doc/search/lmrc2map.html create mode 100755 doc/search/lmrc2tiff.html create mode 100755 doc/search/lmrc2viffproto.html create mode 100755 doc/search/lmrc3DExtractZ.html create mode 100755 doc/search/lmrc3DFourierSetFunction.html create mode 100755 doc/search/lmrc3DImageSetFunction.html create mode 100755 doc/search/lmrc3DRefImFtHeaderCopy.html create mode 100755 doc/search/lmrc3DZ1Clear.html create mode 100755 doc/search/lmrc3DZ1Clearproto.html create mode 100755 doc/search/lmrc3DZ1FtGet.html create mode 100755 doc/search/lmrc3DZ1FtGetproto.html create mode 100755 doc/search/lmrc3DZ1FtPut.html create mode 100755 doc/search/lmrc3DZ1FtPutproto.html create mode 100755 doc/search/lmrc3DZ1ImgGet.html create mode 100755 doc/search/lmrc3DZ1ImgGetproto.html create mode 100755 doc/search/lmrc3DZ1ImgPut.html create mode 100755 doc/search/lmrc3DZ1ImgPutproto.html create mode 100755 doc/search/lmrcCoreImageGet.html create mode 100755 doc/search/lmrcFFTAmplitude.html create mode 100755 doc/search/lmrcFFTAmplitudeproto.html create mode 100755 doc/search/lmrcFFTCTFDataSet.html create mode 100755 doc/search/lmrcFFTExpression-call.html.html create mode 100755 doc/search/lmrcFFTExpression.html create mode 100755 doc/search/lmrcFFTExpressionModePrint.html create mode 100755 doc/search/lmrcFFTExpressionModePrintproto.html create mode 100755 doc/search/lmrcFFTExpressionOffset.html create mode 100755 doc/search/lmrcFFTExpressionOffsetproto.html create mode 100755 doc/search/lmrcFFTExpressionproto.html create mode 100755 doc/search/lmrcFFTFGconj-call.html.html create mode 100755 doc/search/lmrcFFTFGconj.html create mode 100755 doc/search/lmrcFFTFGconjproto.html create mode 100755 doc/search/lmrcFFTFiltering2DOrthogonalSymmetry.html create mode 100755 doc/search/lmrcFFTFiltering2DRhombicSymmetry.html create mode 100755 doc/search/lmrcFFTFxG.html create mode 100755 doc/search/lmrcFFTFxGproto.html create mode 100755 doc/search/lmrcFFTLogAmplitude.html create mode 100755 doc/search/lmrcFFTLogAmplitudeproto.html create mode 100755 doc/search/lmrcFFTLogPower.html create mode 100755 doc/search/lmrcFFTLogPowerproto.html create mode 100755 doc/search/lmrcFFTPhase.html create mode 100755 doc/search/lmrcFFTPhaseproto.html create mode 100755 doc/search/lmrcFFTPower.html create mode 100755 doc/search/lmrcFFTPowerproto.html create mode 100755 doc/search/lmrcFFTReal.html create mode 100755 doc/search/lmrcFFTRealproto.html create mode 100755 doc/search/lmrcFFTSizeChange.html create mode 100755 doc/search/lmrcFFTplainreduce.html create mode 100755 doc/search/lmrcFSInfo-call.html.html create mode 100755 doc/search/lmrcFSInfo.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistribution.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionAverage-call.html.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionAverage.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionAverageproto.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionSD-call.html.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionSD.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionSDproto.html create mode 100755 doc/search/lmrcFSInfoScatteringAngularDistributionproto.html create mode 100755 doc/search/lmrcFSInfoSpacing-call.html.html create mode 100755 doc/search/lmrcFSInfoSpacing.html create mode 100755 doc/search/lmrcFSInfoSpacingproto.html create mode 100755 doc/search/lmrcFSInfoXAxisMag.html create mode 100755 doc/search/lmrcFSInfoXAxisMagproto.html create mode 100755 doc/search/lmrcFSInfoXAxisPhase.html create mode 100755 doc/search/lmrcFSInfoXAxisPhaseproto.html create mode 100755 doc/search/lmrcFSInfoXFiltering.html create mode 100755 doc/search/lmrcFSInfoXFilteringproto.html create mode 100755 doc/search/lmrcFSInfoYAxisMag.html create mode 100755 doc/search/lmrcFSInfoYAxisMagAverage.html create mode 100755 doc/search/lmrcFSInfoYAxisMagAverageproto.html create mode 100755 doc/search/lmrcFSInfoYAxisMagproto.html create mode 100755 doc/search/lmrcFSInfoYAxisPhase.html create mode 100755 doc/search/lmrcFSInfoYAxisPhaseproto.html create mode 100755 doc/search/lmrcFSInfoYAxisProjection.html create mode 100755 doc/search/lmrcFSInfoYAxisProjectionproto.html create mode 100755 doc/search/lmrcFSInfoproto.html create mode 100755 doc/search/lmrcImage1DProjectionfrom2DExtendingfft.html create mode 100755 doc/search/lmrcImage1DProjectionfrom2DExtendingimg.html create mode 100755 doc/search/lmrcImage1DProjectionfrom2DVanishing.html create mode 100755 doc/search/lmrcImage1DProjectionfrom2Dmaking2Ddata.html create mode 100755 doc/search/lmrcImage1dAverageByCorrelation.html create mode 100755 doc/search/lmrcImage1dCorrelation.html create mode 100755 doc/search/lmrcImage1dShiftAdd.html create mode 100755 doc/search/lmrcImage1dShiftAllSearch.html create mode 100755 doc/search/lmrcImage1dShiftAverageByAnnealing.html create mode 100755 doc/search/lmrcImage1dShiftByCorrelation.html create mode 100755 doc/search/lmrcImage1dSignalGet.html create mode 100755 doc/search/lmrcImage1dmaxFind.html create mode 100755 doc/search/lmrcImage2pdb.html create mode 100755 doc/search/lmrcImage2pdbCalcPositionOnsurface.html create mode 100755 doc/search/lmrcImage2pdbOnsurface.html create mode 100755 doc/search/lmrcImage2pdbOnsurfaceCageMode.html create mode 100755 doc/search/lmrcImage3DHighResoEmphasis.html create mode 100755 doc/search/lmrcImage3DHighResoEmphasisFunction.html create mode 100755 doc/search/lmrcImage3DPad.html create mode 100755 doc/search/lmrcImage3DPadCalcavr.html create mode 100755 doc/search/lmrcImage3DPadfilament.html create mode 100755 doc/search/lmrcImage3DPadfilamentCalcavr.html create mode 100755 doc/search/lmrcImageAbnormalValueRemove.html create mode 100755 doc/search/lmrcImageAbs.html create mode 100755 doc/search/lmrcImageAdaptiveBinalization.html create mode 100755 doc/search/lmrcImageAdd.html create mode 100755 doc/search/lmrcImageAddedByReal.html create mode 100755 doc/search/lmrcImageAddedByRealproto.html create mode 100755 doc/search/lmrcImageAddproto.html create mode 100755 doc/search/lmrcImageAnealingStartxiySet.html create mode 100755 doc/search/lmrcImageAssignedToTFofPDB.html create mode 100755 doc/search/lmrcImageAutoRotationCorrelation.html create mode 100755 doc/search/lmrcImageAutoRotationCorrelationInfo.html create mode 100755 doc/search/lmrcImageAutoRotationCorrelationRotationalCrossCorrelationFunction.html create mode 100755 doc/search/lmrcImageAutoRotationCorrelationRotationalCrossCorrelationFunctionproto.html create mode 100755 doc/search/lmrcImageAutoRotationCorrelationproto.html create mode 100755 doc/search/lmrcImageAutoRotationCorretionForManyReferences.html create mode 100755 doc/search/lmrcImageAveragingForImages.html create mode 100755 doc/search/lmrcImageBandPassFilter.html create mode 100755 doc/search/lmrcImageBandPassFilterInfo.html create mode 100755 doc/search/lmrcImageBandPassFilterproto.html create mode 100755 doc/search/lmrcImageBinalization.html create mode 100755 doc/search/lmrcImageBinalizationInfo.html create mode 100755 doc/search/lmrcImageBinalizationUsage.html create mode 100755 doc/search/lmrcImageBinalizationUsageproto.html create mode 100755 doc/search/lmrcImageBinalizationproto.html create mode 100755 doc/search/lmrcImageCTFCompensation-call.html.html create mode 100755 doc/search/lmrcImageCTFCompensation.html create mode 100755 doc/search/lmrcImageCTFCompensationproto.html create mode 100755 doc/search/lmrcImageCTFDetermination.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstInitializeLL.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstInitializeLLproto.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstInitializeMRC.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstInitializeMRCproto.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstLL.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstLLproto.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstMRC.html create mode 100755 doc/search/lmrcImageCTFDeterminationCreateRefFilebyNearFar3DReconstMRCproto.html create mode 100755 doc/search/lmrcImageCTFDeterminationInfo.html create mode 100755 doc/search/lmrcImageCTFDeterminationInfoMode.html create mode 100755 doc/search/lmrcImageCTFDeterminationInfoRef.html create mode 100755 doc/search/lmrcImageCTFDeterminationResultFFT.html create mode 100755 doc/search/lmrcImageCTFDeterminationResultFFTproto.html create mode 100755 doc/search/lmrcImageCTFDeterminationproto.html create mode 100755 doc/search/lmrcImageCTFObservation-call.html.html create mode 100755 doc/search/lmrcImageCTFObservation.html create mode 100755 doc/search/lmrcImageCTFObservationproto.html create mode 100755 doc/search/lmrcImageCTFSN.html create mode 100755 doc/search/lmrcImageCTFSNInfo.html create mode 100755 doc/search/lmrcImageCTFSNproto.html create mode 100755 doc/search/lmrcImageCVE.html create mode 100755 doc/search/lmrcImageCVEInfo.html create mode 100755 doc/search/lmrcImageCVEproto.html create mode 100755 doc/search/lmrcImageCenterDensityChange.html create mode 100755 doc/search/lmrcImageCenterGet.html create mode 100755 doc/search/lmrcImageCenterGetproto.html create mode 100755 doc/search/lmrcImageCenterOfMass.html create mode 100755 doc/search/lmrcImageCenterOfMassCalculate-call.html.html create mode 100755 doc/search/lmrcImageCenterOfMassCalculate.html create mode 100755 doc/search/lmrcImageCenterOfMassCalculateproto.html create mode 100755 doc/search/lmrcImageCheckFFT.html create mode 100755 doc/search/lmrcImageCheckFFTproto.html create mode 100755 doc/search/lmrcImageCheckSameSize-call.html.html create mode 100755 doc/search/lmrcImageCheckSameSize.html create mode 100755 doc/search/lmrcImageCheckSameSizeproto.html create mode 100755 doc/search/lmrcImageCircumferentialProjection.html create mode 100755 doc/search/lmrcImageClusterAnalysis.html create mode 100755 doc/search/lmrcImageClusterAnalysisByIteration.html create mode 100755 doc/search/lmrcImageClusterMerge.html create mode 100755 doc/search/lmrcImageCommonLineInfo.html create mode 100755 doc/search/lmrcImageCommonLineInfoOutput.html create mode 100755 doc/search/lmrcImageCommonLineInfoOutputproto.html create mode 100755 doc/search/lmrcImageCommonLineInfoUsage.html create mode 100755 doc/search/lmrcImageCommonLineInfoUsageproto.html create mode 100755 doc/search/lmrcImageCommonLineMode.html create mode 100755 doc/search/lmrcImageCommonLineSearch.html create mode 100755 doc/search/lmrcImageCommonLineSearchMode.html create mode 100755 doc/search/lmrcImageCommonLineSearchproto.html create mode 100755 doc/search/lmrcImageConnection.html create mode 100755 doc/search/lmrcImageConnectionInfo.html create mode 100755 doc/search/lmrcImageConnectionproto.html create mode 100755 doc/search/lmrcImageContinuousHelicalAveraging.html create mode 100755 doc/search/lmrcImageContinuousHelicalAveragingwithWeight.html create mode 100755 doc/search/lmrcImageContourSurfaceCreate-call.html.html create mode 100755 doc/search/lmrcImageContourSurfaceCreate.html create mode 100755 doc/search/lmrcImageContourSurfaceCreate0proto.html create mode 100755 doc/search/lmrcImageContourSurfaceCreateproto.html create mode 100755 doc/search/lmrcImageContourSurfaceInfo.html create mode 100755 doc/search/lmrcImageContourSurfaceMode.html create mode 100755 doc/search/lmrcImageCoordinateChange.html create mode 100755 doc/search/lmrcImageCopy.html create mode 100755 doc/search/lmrcImageCopyproto.html create mode 100755 doc/search/lmrcImageCorrelation-call.html.html create mode 100755 doc/search/lmrcImageCorrelation.html create mode 100755 doc/search/lmrcImageCorrelationByInnerProduct.html create mode 100755 doc/search/lmrcImageCorrelationInFourierSpace.html create mode 100755 doc/search/lmrcImageCorrelationModePrint.html create mode 100755 doc/search/lmrcImageCorrelationModePrintproto.html create mode 100755 doc/search/lmrcImageCorrelationRefinement.html create mode 100755 doc/search/lmrcImageCorrelationRefinementInfo.html create mode 100755 doc/search/lmrcImageCorrelationRefinementproto.html create mode 100755 doc/search/lmrcImageCorrelationWithCTFCompensation.html create mode 100755 doc/search/lmrcImageCorrelationWithCTFCompensationproto.html create mode 100755 doc/search/lmrcImageCorrelationinSpace.html create mode 100755 doc/search/lmrcImageCorrelationinSpaceproto.html create mode 100755 doc/search/lmrcImageCorrelationproto.html create mode 100755 doc/search/lmrcImageCrystalCreate-call.html.html create mode 100755 doc/search/lmrcImageCrystalCreate.html create mode 100755 doc/search/lmrcImageCrystalCreateInfo.html create mode 100755 doc/search/lmrcImageCrystalCreateproto.html create mode 100755 doc/search/lmrcImageCutAndSetInArrayHelpPrint.html create mode 100755 doc/search/lmrcImageCutAndSetInArrayInfoPrint.html create mode 100755 doc/search/lmrcImageDataMaxAndMinGetByImage.html create mode 100755 doc/search/lmrcImageDataMaxAndMinGetByImageproto.html create mode 100755 doc/search/lmrcImageDataStraightCopy.html create mode 100755 doc/search/lmrcImageDataStraightCopyproto.html create mode 100755 doc/search/lmrcImageDensityChageEstimationMode.html create mode 100755 doc/search/lmrcImageDensityChangeEstimation.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationCentreOfGravity.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationCentreOfGravityproto.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationInfo.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationInfo0.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationMax.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationMaxproto.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationModePrint.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationModePrintproto.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationSD.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationSDproto.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationWrite.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationWriteproto.html create mode 100755 doc/search/lmrcImageDensityChangeEstimationproto.html create mode 100755 doc/search/lmrcImageDensityFittingForNormalization.html create mode 100755 doc/search/lmrcImageDensityFittingForNormalizationproto.html create mode 100755 doc/search/lmrcImageDensityInfo.html create mode 100755 doc/search/lmrcImageDensityInfoCentreOfGravity.html create mode 100755 doc/search/lmrcImageDensityInfoCentreOfGravityproto.html create mode 100755 doc/search/lmrcImageDensityInfoInfo.html create mode 100755 doc/search/lmrcImageDensityInfoMax.html create mode 100755 doc/search/lmrcImageDensityInfoMaxproto.html create mode 100755 doc/search/lmrcImageDensityInfoMode.html create mode 100755 doc/search/lmrcImageDensityInfoModePrint.html create mode 100755 doc/search/lmrcImageDensityInfoModePrintproto.html create mode 100755 doc/search/lmrcImageDensityInfoPercentageVolume.html create mode 100755 doc/search/lmrcImageDensityInfoPercentageVolumeproto.html create mode 100755 doc/search/lmrcImageDensityInfoSD.html create mode 100755 doc/search/lmrcImageDensityInfoSDproto.html create mode 100755 doc/search/lmrcImageDensityInfoWrite.html create mode 100755 doc/search/lmrcImageDensityInfoWriteproto.html create mode 100755 doc/search/lmrcImageDensityInfoproto.html create mode 100755 doc/search/lmrcImageDensityInverse.html create mode 100755 doc/search/lmrcImageDensityInverseproto.html create mode 100755 doc/search/lmrcImageDensityNormalizationByImageFitMode.html create mode 100755 doc/search/lmrcImageDensityNormalizationByImageInfo.html create mode 100755 doc/search/lmrcImageDensityNormalizationByImageInfoPrint.html create mode 100755 doc/search/lmrcImageDensityNormalizationByImageInfoPrintproto.html create mode 100755 doc/search/lmrcImageDensityNormalizationByImageModePrint.html create mode 100755 doc/search/lmrcImageDensityNormalizationByImageModePrintproto.html create mode 100755 doc/search/lmrcImageDenstiyNormalizationByImage.html create mode 100755 doc/search/lmrcImageDenstiyNormalizationByImageproto.html create mode 100755 doc/search/lmrcImageDeterminationOfPolarAxisByAssumingNfold.html create mode 100755 doc/search/lmrcImageDeterminationOfPolarAxisByAssumingNfoldInfo.html create mode 100755 doc/search/lmrcImageDeterminationOfPolarAxisByAssumingNfoldproto.html create mode 100755 doc/search/lmrcImageDevideIntoTwoImages.html create mode 100755 doc/search/lmrcImageDevidedByImage.html create mode 100755 doc/search/lmrcImageDevidedByImageproto.html create mode 100755 doc/search/lmrcImageDevidedByReal.html create mode 100755 doc/search/lmrcImageDevidedByRealForOnlyPositive.html create mode 100755 doc/search/lmrcImageDevidedByRealForOnlyPositiveproto.html create mode 100755 doc/search/lmrcImageDevidedByRealproto.html create mode 100755 doc/search/lmrcImageDisplayAsTempFactor.html create mode 100755 doc/search/lmrcImageDistanceCalc.html create mode 100755 doc/search/lmrcImageDistanceCalcByWardMethod.html create mode 100755 doc/search/lmrcImageDistanceCalcByWardMethodWithAutoRotation.html create mode 100755 doc/search/lmrcImageDistanceCalcWithAutoRotation.html create mode 100755 doc/search/lmrcImageEdgeAverage-call.html.html create mode 100755 doc/search/lmrcImageEdgeAverage.html create mode 100755 doc/search/lmrcImageEdgeAverageInfo.html create mode 100755 doc/search/lmrcImageEdgeAverageproto.html create mode 100755 doc/search/lmrcImageEuclidDistanceCalc.html create mode 100755 doc/search/lmrcImageEuclidDistanceCalcproto.html create mode 100755 doc/search/lmrcImageExpression.html create mode 100755 doc/search/lmrcImageExtracty0andValueAdjustment.html create mode 100755 doc/search/lmrcImageFFT-call.html.html create mode 100755 doc/search/lmrcImageFFT.html create mode 100755 doc/search/lmrcImageFFTFirstDimensionOnly-call.html.html create mode 100755 doc/search/lmrcImageFFTFirstDimensionOnly.html create mode 100755 doc/search/lmrcImageFFTFirstDimensionOnlyproto.html create mode 100755 doc/search/lmrcImageFFTLayerLineExtraction.html create mode 100755 doc/search/lmrcImageFFTproto.html create mode 100755 doc/search/lmrcImageFTDataSetByRArray.html create mode 100755 doc/search/lmrcImageFTDataSetByRArrayproto.html create mode 100755 doc/search/lmrcImageFTSetbyRArray-call.html.html create mode 100755 doc/search/lmrcImageFTSetbyRArray.html create mode 100755 doc/search/lmrcImageFTSetbyRArrayproto.html create mode 100755 doc/search/lmrcImageFilterCreate.html create mode 100755 doc/search/lmrcImageFilterCreateInfo.html create mode 100755 doc/search/lmrcImageFilterCreateMode.html create mode 100755 doc/search/lmrcImageFilterCreateproto.html create mode 100755 doc/search/lmrcImageFilterInfoFileFormat.html create mode 100755 doc/search/lmrcImageFilterInfoFileFormatproto.html create mode 100755 doc/search/lmrcImageFilterInfoFileRead.html create mode 100755 doc/search/lmrcImageFilterInfoFileReadproto.html create mode 100755 doc/search/lmrcImageFilterInfoPrint.html create mode 100755 doc/search/lmrcImageFilterInfoPrintproto.html create mode 100755 doc/search/lmrcImageFilteringbyArray.html create mode 100755 doc/search/lmrcImageFilteringbyFile.html create mode 100755 doc/search/lmrcImageFilteringbyFileForVariance.html create mode 100755 doc/search/lmrcImageFilteringbyFileForVarianceproto.html create mode 100755 doc/search/lmrcImageFirstNoiseReductionByRelaxation.html create mode 100755 doc/search/lmrcImageFirstNoiseReductionByRelaxationproto.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrum.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrumDeleteSpectrum.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrumDeleteSpectrumproto.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrumInfo.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrumMakeSpectrum.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrumMakeSpectrumproto.html create mode 100755 doc/search/lmrcImageFourierPowerSpectrumproto.html create mode 100755 doc/search/lmrcImageFourierShellCorrelation.html create mode 100755 doc/search/lmrcImageGaussDisc.html create mode 100755 doc/search/lmrcImageGaussSphere.html create mode 100755 doc/search/lmrcImageHelicalAveraging.html create mode 100755 doc/search/lmrcImageHelicalMappingFrom2DImage.html create mode 100755 doc/search/lmrcImageHelicalMasking.html create mode 100755 doc/search/lmrcImageHelicalProjection.html create mode 100755 doc/search/lmrcImageHighPassFilter.html create mode 100755 doc/search/lmrcImageHighPassFilterInfo.html create mode 100755 doc/search/lmrcImageHighPassFilterproto.html create mode 100755 doc/search/lmrcImageHighlightInfo.html create mode 100755 doc/search/lmrcImageHighlighting.html create mode 100755 doc/search/lmrcImageHighlightingInfoPrint.html create mode 100755 doc/search/lmrcImageHighlightingInfoPrintproto.html create mode 100755 doc/search/lmrcImageHighlightingproto.html create mode 100755 doc/search/lmrcImageHistgram-call.html.html create mode 100755 doc/search/lmrcImageHistgram.html create mode 100755 doc/search/lmrcImageHistgram2.html create mode 100755 doc/search/lmrcImageHistgram2proto.html create mode 100755 doc/search/lmrcImageHistgram3.html create mode 100755 doc/search/lmrcImageHistgram3proto.html create mode 100755 doc/search/lmrcImageHistgram4.html create mode 100755 doc/search/lmrcImageHistgram4proto.html create mode 100755 doc/search/lmrcImageHistgram5-call.html.html create mode 100755 doc/search/lmrcImageHistgram5.html create mode 100755 doc/search/lmrcImageHistgram5proto.html create mode 100755 doc/search/lmrcImageHistgram6.html create mode 100755 doc/search/lmrcImageHistgram6proto.html create mode 100755 doc/search/lmrcImageHistgramproto.html create mode 100755 doc/search/lmrcImageInImage.html create mode 100755 doc/search/lmrcImageInfo.html create mode 100755 doc/search/lmrcImageInformation-call.html.html create mode 100755 doc/search/lmrcImageInformation.html create mode 100755 doc/search/lmrcImageInformationproto.html create mode 100755 doc/search/lmrcImageLinearCorrelation.html create mode 100755 doc/search/lmrcImageLinearCorrelationproto.html create mode 100755 doc/search/lmrcImageLowPassFilter.html create mode 100755 doc/search/lmrcImageLowPassFilterInfo.html create mode 100755 doc/search/lmrcImageLowPassFilterproto.html create mode 100755 doc/search/lmrcImageMagnificationChange.html create mode 100755 doc/search/lmrcImageMagnificationChangeproto.html create mode 100755 doc/search/lmrcImageMake2DArrayImage.html create mode 100755 doc/search/lmrcImageMakeDump2DFourier.html create mode 100755 doc/search/lmrcImageMakeDump2DReal.html create mode 100755 doc/search/lmrcImageMakeDump3DFourier.html create mode 100755 doc/search/lmrcImageMakeDump3DReal.html create mode 100755 doc/search/lmrcImageMakeFilterFromFile.html create mode 100755 doc/search/lmrcImageMakeSphere.html create mode 100755 doc/search/lmrcImageMakeSphereWithOthers.html create mode 100755 doc/search/lmrcImageMakecylinderbyfile.html create mode 100755 doc/search/lmrcImageMappingtoPdb.html create mode 100755 doc/search/lmrcImageMasking.html create mode 100755 doc/search/lmrcImageMaskingByImage.html create mode 100755 doc/search/lmrcImageMaskingInfo.html create mode 100755 doc/search/lmrcImageMaskingInfoShape.html create mode 100755 doc/search/lmrcImageMaskingproto.html create mode 100755 doc/search/lmrcImageMaxDataGet-call.html.html create mode 100755 doc/search/lmrcImageMaxDataGet.html create mode 100755 doc/search/lmrcImageMaxDataGetproto.html create mode 100755 doc/search/lmrcImageMaxFind.html create mode 100755 doc/search/lmrcImageMeanSubstruction.html create mode 100755 doc/search/lmrcImageMeanSubstructionproto.html create mode 100755 doc/search/lmrcImageMeanSubtraction-call.html.html create mode 100755 doc/search/lmrcImageMeanSubtraction.html create mode 100755 doc/search/lmrcImageMeanSubtractionproto.html create mode 100755 doc/search/lmrcImageMergebyside.html create mode 100755 doc/search/lmrcImageMinSubstruction.html create mode 100755 doc/search/lmrcImageMinSubstructionproto.html create mode 100755 doc/search/lmrcImageMinSubtraction-call.html.html create mode 100755 doc/search/lmrcImageMinSubtraction.html create mode 100755 doc/search/lmrcImageMinSubtractionproto.html create mode 100755 doc/search/lmrcImageModeChange-call.html.html create mode 100755 doc/search/lmrcImageModeChange.html create mode 100755 doc/search/lmrcImageModeChangeproto.html create mode 100755 doc/search/lmrcImageMontageCreate.html create mode 100755 doc/search/lmrcImageMontageCreateproto.html create mode 100755 doc/search/lmrcImageMontageInfo.html create mode 100755 doc/search/lmrcImageMove.html create mode 100755 doc/search/lmrcImageMoveMode.html create mode 100755 doc/search/lmrcImageMoveModePrint.html create mode 100755 doc/search/lmrcImageMoveModePrintproto.html create mode 100755 doc/search/lmrcImageMoveproto.html create mode 100755 doc/search/lmrcImageMultiCTFCompensation.html create mode 100755 doc/search/lmrcImageMultiCTFCompensationInfo.html create mode 100755 doc/search/lmrcImageMultiCTFCompensationInfoInitproto.html create mode 100755 doc/search/lmrcImageMultiCTFCompensationInfoSetproto.html create mode 100755 doc/search/lmrcImageMultiCTFCompensationproto.html create mode 100755 doc/search/lmrcImageMultiCTFDetermination.html create mode 100755 doc/search/lmrcImageMultiplying.html create mode 100755 doc/search/lmrcImageMultiplying2.html create mode 100755 doc/search/lmrcImageMultiplying2proto.html create mode 100755 doc/search/lmrcImageMultiplyingbyMrc-call.html.html create mode 100755 doc/search/lmrcImageMultiplyingbyMrc.html create mode 100755 doc/search/lmrcImageMultiplyingbyMrcproto.html create mode 100755 doc/search/lmrcImageMultiplyingproto.html create mode 100755 doc/search/lmrcImageMultiplysingbyFile.html create mode 100755 doc/search/lmrcImageMultiplysingbyFileproto.html create mode 100755 doc/search/lmrcImageNoiseCreate.html create mode 100755 doc/search/lmrcImageNoiseReductionByRelaxationInfo.html create mode 100755 doc/search/lmrcImageNormalization.html create mode 100755 doc/search/lmrcImageNormalizationAsProbability.html create mode 100755 doc/search/lmrcImageNormalizationAsProbabilityproto.html create mode 100755 doc/search/lmrcImageNormalizationproto.html create mode 100755 doc/search/lmrcImageNormalizing.html create mode 100755 doc/search/lmrcImageNormalizingInfo.html create mode 100755 doc/search/lmrcImageNormalizingModePrint.html create mode 100755 doc/search/lmrcImageNormalizingModePrintproto.html create mode 100755 doc/search/lmrcImageNormalizingParaTypeReal.html create mode 100755 doc/search/lmrcImageNormalizingproto.html create mode 100755 doc/search/lmrcImagePad-call.html.html create mode 100755 doc/search/lmrcImagePad.html create mode 100755 doc/search/lmrcImagePadInfo.html create mode 100755 doc/search/lmrcImagePadMode.html create mode 100755 doc/search/lmrcImagePadproto.html create mode 100755 doc/search/lmrcImagePixelSummationOfProbabilityGetByImage-call.html.html create mode 100755 doc/search/lmrcImagePixelSummationOfProbabilityGetByImage.html create mode 100755 doc/search/lmrcImagePixelSummationOfProbabilityGetByImageproto.html create mode 100755 doc/search/lmrcImagePrint.html create mode 100755 doc/search/lmrcImageProjection-call.html.html create mode 100755 doc/search/lmrcImageProjection.html create mode 100755 doc/search/lmrcImageProjectionInfo.html create mode 100755 doc/search/lmrcImageProjectionproto.html create mode 100755 doc/search/lmrcImageProportionalDensityLevelSetByImage.html create mode 100755 doc/search/lmrcImageProportionalDensityLevelSetByImageproto.html create mode 100755 doc/search/lmrcImageROI3D.html create mode 100755 doc/search/lmrcImageROI3DInfo.html create mode 100755 doc/search/lmrcImageROI3Dproto.html create mode 100755 doc/search/lmrcImageROIShape.html create mode 100755 doc/search/lmrcImageROInotChangeHeaderLength.html create mode 100755 doc/search/lmrcImageROIsInfo.html create mode 100755 doc/search/lmrcImageROIsInformationGet.html create mode 100755 doc/search/lmrcImageROIsInformationGetproto.html create mode 100755 doc/search/lmrcImageRadialDistribution.html create mode 100755 doc/search/lmrcImageRadialDistributionInfo.html create mode 100755 doc/search/lmrcImageRadialDistributionproto.html create mode 100755 doc/search/lmrcImageRectangleGet.html create mode 100755 doc/search/lmrcImageRectangleGetByCorrelation.html create mode 100755 doc/search/lmrcImageRectangleGetByCorrelationPosEst.html create mode 100755 doc/search/lmrcImageRectangleGetByCorrelationPosEstByFFT.html create mode 100755 doc/search/lmrcImageRectangleGetproto.html create mode 100755 doc/search/lmrcImageResolutionEstimateForR.html create mode 100755 doc/search/lmrcImageResolutionEstimateForZ.html create mode 100755 doc/search/lmrcImageReverse.html create mode 100755 doc/search/lmrcImageRhoFiltering.html create mode 100755 doc/search/lmrcImageRhoFiltering2.html create mode 100755 doc/search/lmrcImageRhoFiltering2proto.html create mode 100755 doc/search/lmrcImageRhoFilteringproto.html create mode 100755 doc/search/lmrcImageRotation2D.html create mode 100755 doc/search/lmrcImageRotation2DPeriodicBoundary-call.html.html create mode 100755 doc/search/lmrcImageRotation2DPeriodicBoundary.html create mode 100755 doc/search/lmrcImageRotation2DPeriodicBoundaryproto.html create mode 100755 doc/search/lmrcImageRotation2Dproto.html create mode 100755 doc/search/lmrcImageSN.html create mode 100755 doc/search/lmrcImageSNproto.html create mode 100755 doc/search/lmrcImageSSDAAutomaticThresholdAndFineSearch-call.html.html create mode 100755 doc/search/lmrcImageSSDAAutomaticThresholdAndFineSearch.html create mode 100755 doc/search/lmrcImageSSDAAutomaticThresholdAndFineSearchproto.html create mode 100755 doc/search/lmrcImageSSDAInfo.html create mode 100755 doc/search/lmrcImageSamplingUnitChange.html create mode 100755 doc/search/lmrcImageSamplingUnitChangeInfo.html create mode 100755 doc/search/lmrcImageSamplingUnitChangeproto.html create mode 100755 doc/search/lmrcImageScalarAdd.html create mode 100755 doc/search/lmrcImageScoreCalc.html create mode 100755 doc/search/lmrcImageScoreCalcWithoutOddBoxels.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxation.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijDimensionSet.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijDimensionSetproto.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijStyleMode1.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijStyleMode2.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijStyleMode3.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijValueCalculate-call.html.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijValueCalculate.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijValueCalculateproto.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijValueSet.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationDijValueSetproto.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationQValueSet.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationQValueSetproto.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationRValueSet.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationRValueSetproto.html create mode 100755 doc/search/lmrcImageSecondNoiseReductionByRelaxationproto.html create mode 100755 doc/search/lmrcImageShift-call.html.html create mode 100755 doc/search/lmrcImageShift.html create mode 100755 doc/search/lmrcImageShiftAllSearchNumplus.html create mode 100755 doc/search/lmrcImageShiftCenterOfMassIntoImageCenter-call.html.html create mode 100755 doc/search/lmrcImageShiftCenterOfMassIntoImageCenter.html create mode 100755 doc/search/lmrcImageShiftCenterOfMassIntoImageCenterproto.html create mode 100755 doc/search/lmrcImageShiftTest.html create mode 100755 doc/search/lmrcImageShiftproto.html create mode 100755 doc/search/lmrcImageShiftwithZeroPadding.html create mode 100755 doc/search/lmrcImageShrink.html create mode 100755 doc/search/lmrcImageShrinkproto.html create mode 100755 doc/search/lmrcImageSigmaCalculate.html create mode 100755 doc/search/lmrcImageSigmaCalculateproto.html create mode 100755 doc/search/lmrcImageSingleROI.html create mode 100755 doc/search/lmrcImageSingleROIInfo.html create mode 100755 doc/search/lmrcImageSingleROIproto.html create mode 100755 doc/search/lmrcImageSinogramCorrelation-call.html.html create mode 100755 doc/search/lmrcImageSinogramCorrelation.html create mode 100755 doc/search/lmrcImageSinogramCorrelationproto.html create mode 100755 doc/search/lmrcImageSinogramCreate-call.html.html create mode 100755 doc/search/lmrcImageSinogramCreate.html create mode 100755 doc/search/lmrcImageSinogramCreateproto.html create mode 100755 doc/search/lmrcImageSinogramInfo.html create mode 100755 doc/search/lmrcImageSmoothing.html create mode 100755 doc/search/lmrcImageSmoothingInfo.html create mode 100755 doc/search/lmrcImageSmoothingproto.html create mode 100755 doc/search/lmrcImageSolventFlattening-call.html.html create mode 100755 doc/search/lmrcImageSolventFlattening.html create mode 100755 doc/search/lmrcImageSolventFlatteningInfo.html create mode 100755 doc/search/lmrcImageSolventFlatteningproto.html create mode 100755 doc/search/lmrcImageSphere.html create mode 100755 doc/search/lmrcImageSphereInfo.html create mode 100755 doc/search/lmrcImageSphereproto.html create mode 100755 doc/search/lmrcImageSqr.html create mode 100755 doc/search/lmrcImageSqrt.html create mode 100755 doc/search/lmrcImageStandardDeviation.html create mode 100755 doc/search/lmrcImageStandardDeviationForImages.html create mode 100755 doc/search/lmrcImageStandardDeviationproto.html create mode 100755 doc/search/lmrcImageStandardDeviationwithLH.html create mode 100755 doc/search/lmrcImageStandardDeviationwithTh.html create mode 100755 doc/search/lmrcImageStandardDeviationwithThreshold.html create mode 100755 doc/search/lmrcImageStdDev.html create mode 100755 doc/search/lmrcImageStdDevproto.html create mode 100755 doc/search/lmrcImageStdErr.html create mode 100755 doc/search/lmrcImageStdErrproto.html create mode 100755 doc/search/lmrcImageStudentCalculate-call.html.html create mode 100755 doc/search/lmrcImageStudentCalculate.html create mode 100755 doc/search/lmrcImageStudentCalculateproto.html create mode 100755 doc/search/lmrcImageSubstraction.html create mode 100755 doc/search/lmrcImageSubstractionCalc.html create mode 100755 doc/search/lmrcImageSubstractionCalcproto.html create mode 100755 doc/search/lmrcImageSubstractionproto.html create mode 100755 doc/search/lmrcImageSubtraction.html create mode 100755 doc/search/lmrcImageSubtractionCalc.html create mode 100755 doc/search/lmrcImageSubtractionCalcproto.html create mode 100755 doc/search/lmrcImageSubtractionproto.html create mode 100755 doc/search/lmrcImageSummationCalculate-call.html.html create mode 100755 doc/search/lmrcImageSummationCalculate.html create mode 100755 doc/search/lmrcImageSummationCalculateproto.html create mode 100755 doc/search/lmrcImageSymmetryAverage.html create mode 100755 doc/search/lmrcImageSymmetryAverageproto.html create mode 100755 doc/search/lmrcImageSymmetryFind.html create mode 100755 doc/search/lmrcImageSymmetryFindCentreType.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByAdd.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByAddproto.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByCorrelation.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByCorrelationproto.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByFourier.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByFourierproto.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckBySRP.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckBySRPproto.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByTTest.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckByTTestproto.html create mode 100755 doc/search/lmrcImageSymmetryFindCheckType.html create mode 100755 doc/search/lmrcImageSymmetryFindInfo.html create mode 100755 doc/search/lmrcImageSymmetryFindModePrint.html create mode 100755 doc/search/lmrcImageSymmetryFindModePrintproto.html create mode 100755 doc/search/lmrcImageSymmetryFindResultOut.html create mode 100755 doc/search/lmrcImageSymmetryFindResultOutproto.html create mode 100755 doc/search/lmrcImageSymmetryFindSubtraction.html create mode 100755 doc/search/lmrcImageSymmetryFindSubtractionType.html create mode 100755 doc/search/lmrcImageSymmetryFindSubtractionproto.html create mode 100755 doc/search/lmrcImageSymmetryFindproto.html create mode 100755 doc/search/lmrcImageTfunction.html create mode 100755 doc/search/lmrcImageTfunctionInfo.html create mode 100755 doc/search/lmrcImageTfunctionproto.html create mode 100755 doc/search/lmrcImageToIntImage.html create mode 100755 doc/search/lmrcImageToIntImageproto.html create mode 100755 doc/search/lmrcImageTransformDescartesIntoPolar-call.html.html create mode 100755 doc/search/lmrcImageTransformDescartesIntoPolar.html create mode 100755 doc/search/lmrcImageTransformDescartesIntoPolarInfo.html create mode 100755 doc/search/lmrcImageTransformDescartesIntoPolarproto.html create mode 100755 doc/search/lmrcImageTranspose.html create mode 100755 doc/search/lmrcImageUnbentROI.html create mode 100755 doc/search/lmrcImageUnexpectedMassFromPDB.html create mode 100755 doc/search/lmrcImageUntwist.html create mode 100755 doc/search/lmrcImageVolumeCalc.html create mode 100755 doc/search/lmrcImageWindowing.html create mode 100755 doc/search/lmrcImageWindowingInfo.html create mode 100755 doc/search/lmrcImageWindowingproto.html create mode 100755 doc/search/lmrcImageXProjection-call.html.html create mode 100755 doc/search/lmrcImageXProjection.html create mode 100755 doc/search/lmrcImageXProjectionproto.html create mode 100755 doc/search/lmrcImageXSection-call.html.html create mode 100755 doc/search/lmrcImageXSection.html create mode 100755 doc/search/lmrcImageXSectionproto.html create mode 100755 doc/search/lmrcImageXYProjection.html create mode 100755 doc/search/lmrcImageXYProjectionproto.html create mode 100755 doc/search/lmrcImageYProjection-call.html.html create mode 100755 doc/search/lmrcImageYProjection.html create mode 100755 doc/search/lmrcImageYProjectionproto.html create mode 100755 doc/search/lmrcImageYSection-call.html.html create mode 100755 doc/search/lmrcImageYSection.html create mode 100755 doc/search/lmrcImageYSectionproto.html create mode 100755 doc/search/lmrcImageYZProjection.html create mode 100755 doc/search/lmrcImageYZProjectionproto.html create mode 100755 doc/search/lmrcImageZ1Normalization.html create mode 100755 doc/search/lmrcImageZ1Normalizationproto.html create mode 100755 doc/search/lmrcImageZProjection.html create mode 100755 doc/search/lmrcImageZProjectionproto.html create mode 100755 doc/search/lmrcImageZXProjection.html create mode 100755 doc/search/lmrcImageZXProjectionproto.html create mode 100755 doc/search/lmrcImagepdbFileReduce.html create mode 100755 doc/search/lmrcImagesFTest.html create mode 100755 doc/search/lmrcImagesFTest2.html create mode 100755 doc/search/lmrcImagesFTest2proto.html create mode 100755 doc/search/lmrcImagesFTestproto.html create mode 100755 doc/search/lmrcImagesStatDataGet-call.html.html create mode 100755 doc/search/lmrcImagesStatDataGet.html create mode 100755 doc/search/lmrcImagesStatDataGetInfo.html create mode 100755 doc/search/lmrcImagesStatDataGetproto.html create mode 100755 doc/search/lmrcImagesTTest-call.html.html create mode 100755 doc/search/lmrcImagesTTest.html create mode 100755 doc/search/lmrcImagesTTest2.html create mode 100755 doc/search/lmrcImagesTTest2proto.html create mode 100755 doc/search/lmrcImagesTTestproto.html create mode 100755 doc/search/lmrcImagesVarianceAnalysis.html create mode 100755 doc/search/lmrcImagesVarianceAnalysis2.html create mode 100755 doc/search/lmrcImagesVarianceAnalysis2proto.html create mode 100755 doc/search/lmrcImagesVarianceAnalysisInformationPrint.html create mode 100755 doc/search/lmrcImagesVarianceAnalysisInformationPrintproto.html create mode 100755 doc/search/lmrcImagesVarianceAnalysisproto.html create mode 100755 doc/search/lmrcImagesVarianceMap.html create mode 100755 doc/search/lmrcImagesVarianceMap2.html create mode 100755 doc/search/lmrcImagesVarianceMap2proto.html create mode 100755 doc/search/lmrcImagesVarianceMapInformationPrint.html create mode 100755 doc/search/lmrcImagesVarianceMapInformationPrintproto.html create mode 100755 doc/search/lmrcImagesVarianceMapproto.html create mode 100755 doc/search/lmrcImagetMapForZero.html create mode 100755 doc/search/lmrcImagetMapForZeroproto.html create mode 100755 doc/search/lmrcImageyPad.html create mode 100755 doc/search/lmrcMakepwzCortemplate.html create mode 100755 doc/search/lmrcMask1D.html create mode 100755 doc/search/lmrcMask2D.html create mode 100755 doc/search/lmrcMirrorImageCreate.html create mode 100755 doc/search/lmrcOmegaAlphaCor.html create mode 100755 doc/search/lmrcPhaseImageCreate.html create mode 100755 doc/search/lmrcPhiAlphaCor.html create mode 100755 doc/search/lmrcPhiOmegaCor.html create mode 100755 doc/search/lmrcPixelLiGet.html create mode 100755 doc/search/lmrcPixelLiGetproto.html create mode 100755 doc/search/lmrcPutRef.html create mode 100755 doc/search/lmrcRef2DImgCorrelation.html create mode 100755 doc/search/lmrcRef2DImgCorrelationproto.html create mode 100755 doc/search/lmrcRefCenterGet.html create mode 100755 doc/search/lmrcRefConvFou2D.html create mode 100755 doc/search/lmrcRefConvImg2D.html create mode 100755 doc/search/lmrcRefCorAbsNormalizeByMax.html create mode 100755 doc/search/lmrcRefCorAbsolute.html create mode 100755 doc/search/lmrcRefCorHeaderGet.html create mode 100755 doc/search/lmrcRefCorHeaderGetproto.html create mode 100755 doc/search/lmrcRefCorHeaderSet.html create mode 100755 doc/search/lmrcRefCorHeaderSetproto.html create mode 100755 doc/search/lmrcRefCorMaxFind.html create mode 100755 doc/search/lmrcRefCorOrientedAroundPeakGet.html create mode 100755 doc/search/lmrcRefCorOrientedDistanceDisp.html create mode 100755 doc/search/lmrcRefCorOrientedDistanceEstimate.html create mode 100755 doc/search/lmrcRefCorOrientedEstimate.html create mode 100755 doc/search/lmrcRefCorOrientedStatDisp.html create mode 100755 doc/search/lmrcRefCorUnOrientedEstimate.html create mode 100755 doc/search/lmrcRefCorUnOrientedReverseEstimate.html create mode 100755 doc/search/lmrcRefCorUnOrientedStatDisp.html create mode 100755 doc/search/lmrcRefCoreImageGet.html create mode 100755 doc/search/lmrcRefCorrelationGet.html create mode 100755 doc/search/lmrcRefCorrelationGetCordinate.html create mode 100755 doc/search/lmrcRefCorrelationGetCordinateproto.html create mode 100755 doc/search/lmrcRefCorrelationGetRefxCordinate.html create mode 100755 doc/search/lmrcRefCorrelationGetRefxCordinateproto.html create mode 100755 doc/search/lmrcRefCorrelationGetRefyCordinate.html create mode 100755 doc/search/lmrcRefCorrelationGetRefyCordinateproto.html create mode 100755 doc/search/lmrcRefCorrelationGetproto.html create mode 100755 doc/search/lmrcRefCreate.html create mode 100755 doc/search/lmrcRefFFTConv2D.html create mode 100755 doc/search/lmrcRefFFTConvert.html create mode 100755 doc/search/lmrcRefFilamentProjction.html create mode 100755 doc/search/lmrcRefFilamentProjctionproto.html create mode 100755 doc/search/lmrcRefGetdegreeCoordinate.html create mode 100755 doc/search/lmrcRefGetdegreeCoordinateproto.html create mode 100755 doc/search/lmrcRefGetzCordinate.html create mode 100755 doc/search/lmrcRefGetzCordinateproto.html create mode 100755 doc/search/lmrcRefHeaderCreate.html create mode 100755 doc/search/lmrcRefHeaderGet.html create mode 100755 doc/search/lmrcRefHeaderGetproto.html create mode 100755 doc/search/lmrcRefHeaderSet.html create mode 100755 doc/search/lmrcRefHeaderSetproto.html create mode 100755 doc/search/lmrcRefHighPassFilter.html create mode 100755 doc/search/lmrcRefImageCorrelation.html create mode 100755 doc/search/lmrcRefImageCorrelationByFFT.html create mode 100755 doc/search/lmrcRefImagepwzCorMaxxDisp.html create mode 100755 doc/search/lmrcRefImagepwzCorMaxxGet.html create mode 100755 doc/search/lmrcRefImagepwzCorMaxxdataMrcImageGet.html create mode 100755 doc/search/lmrcRefImagepwzCorMaxxdataMrcImageSet.html create mode 100755 doc/search/lmrcRefImagepwzCorPeak2to1.html create mode 100755 doc/search/lmrcRefImagepwzCorPeak2to1MaxFind.html create mode 100755 doc/search/lmrcRefImagepwzCorPeakDisp.html create mode 100755 doc/search/lmrcRefImagepwzCorPeakDistance.html create mode 100755 doc/search/lmrcRefImagepwzCorPeakFind.html create mode 100755 doc/search/lmrcRefImagepwzCorSmoothing.html create mode 100755 doc/search/lmrcRefImagepwzCory1MaxFind.html create mode 100755 doc/search/lmrcRefImagepwzRefPeakMake.html create mode 100755 doc/search/lmrcRefImagexaFit.html create mode 100755 doc/search/lmrcRefImagexaFity1.html create mode 100755 doc/search/lmrcRefImgAllCorrelation.html create mode 100755 doc/search/lmrcRefImgAllCrossCorrelation.html create mode 100755 doc/search/lmrcRefImgRndCorrelation.html create mode 100755 doc/search/lmrcRefImgRndCrossCorrelation.html create mode 100755 doc/search/lmrcRefImgw0a0Correlation.html create mode 100755 doc/search/lmrcRefImgw0a0CrossCorrelation.html create mode 100755 doc/search/lmrcRefLowPassFilter.html create mode 100755 doc/search/lmrcRefNoiseAdd.html create mode 100755 doc/search/lmrcRefNormalization.html create mode 100755 doc/search/lmrcRefNormalizationproto.html create mode 100755 doc/search/lmrcRefPhaseImageCreate.html create mode 100755 doc/search/lmrcRefSmoothing.html create mode 100755 doc/search/lmrcRefSqrAverage.html create mode 100755 doc/search/lmrcRefSqrAverageZ1.html create mode 100755 doc/search/lmrcRefSqrAverageZ1proto.html create mode 100755 doc/search/lmrcRefSqrAverageproto.html create mode 100755 doc/search/lmrcRefStandardDeviation.html create mode 100755 doc/search/lmrcRefStandardDeviationproto.html create mode 100755 doc/search/lmrcRefVariationZ1.html create mode 100755 doc/search/lmrcRefVariationZ1proto.html create mode 100755 doc/search/lmrcRefz1ImageCorrelation.html create mode 100755 doc/search/lmrcSQRImageAdd.html create mode 100755 doc/search/lmrcSQRImageAddproto.html create mode 100755 doc/search/lmrcpwzCorHeaderGet.html create mode 100755 doc/search/lmrcpwzCorHeaderGetproto.html create mode 100755 doc/search/lmrcpwzCorHeaderSet.html create mode 100755 doc/search/lmrcpwzCorHeaderSetproto.html create mode 100755 doc/search/lmrcpwzTemplateCorrelation.html create mode 100755 doc/search/lmrcxaFitConvert.html create mode 100755 doc/search/lmrcxaFitDataSet.html create mode 100755 doc/search/lmrcxaFitTailerGet.html create mode 100755 doc/search/lmrcxaFitTailerSet.html create mode 100755 doc/search/lpdb2SketchMacroInfo.html create mode 100755 doc/search/lpdb2avsFileUCD.html create mode 100755 doc/search/lpdb2mrc2d.html create mode 100755 doc/search/lpdb2mrc2dInfo.html create mode 100755 doc/search/lpdb2mrc2dproto.html create mode 100755 doc/search/lpdb2mrc3d-call.html.html create mode 100755 doc/search/lpdb2mrc3d.html create mode 100755 doc/search/lpdb2mrc3dInfo.html create mode 100755 doc/search/lpdb2mrc3dproto.html create mode 100755 doc/search/lpdb2mrcInfo.html create mode 100755 doc/search/lpdbAtomSection.html create mode 100755 doc/search/lpdbCalcCentreOfGravity.html create mode 100755 doc/search/lpdbCalcRMS.html create mode 100755 doc/search/lpdbChargeFit.html create mode 100755 doc/search/lpdbDistanceCheck.html create mode 100755 doc/search/lpdbDistanceCheckproto.html create mode 100755 doc/search/lpdbDistanceFar.html create mode 100755 doc/search/lpdbDistanceFarproto.html create mode 100755 doc/search/lpdbDistanceNear.html create mode 100755 doc/search/lpdbDistanceNearproto.html create mode 100755 doc/search/lpdbFileMerge.html create mode 100755 doc/search/lpdbInfo.html create mode 100755 doc/search/lpdbMolecularInterfaceFind.html create mode 100755 doc/search/lpdbRhoFit.html create mode 100755 doc/search/lpdbSelectedCa.html create mode 100755 doc/search/lpdbSelectedCaproto.html create mode 100755 doc/search/lpdbShapeFit.html create mode 100755 doc/search/lpdbShapeFitInfoSet.html create mode 100755 doc/search/lpdbSurfaceAsTemperatureFactor.html create mode 100755 doc/search/lpdbSurfaceAsTemperatureFactor0.html create mode 100755 doc/search/lpdbSurfaceAsTemperatureFactor0proto.html create mode 100755 doc/search/lpdbSurfaceAsTemperatureFactorproto.html create mode 100755 doc/search/lpdbSurfaceInfo.html create mode 100755 doc/search/lpdbSurfaceMode.html create mode 100755 doc/search/lpdbTempFactorSet.html create mode 100755 doc/search/lpdbTempFactorTableGet.html create mode 100755 doc/search/lpdbTwoProteinFit.html create mode 100755 doc/search/lpdbWaterAdd.html create mode 100755 doc/search/lpdbnewAtomListShow.html create mode 100755 doc/search/lpolyInitMatrix.html create mode 100755 doc/search/lpolyInitMatrixproto.html create mode 100755 doc/search/lpolyInitVector.html create mode 100755 doc/search/lpolyInitVectorproto.html create mode 100755 doc/search/lpolyNominalInterpolation.html create mode 100755 doc/search/lpolyNominalInterpolationproto.html create mode 100755 doc/search/lpolySolveMatrix.html create mode 100755 doc/search/lpolySolveMatrixproto.html create mode 100755 doc/search/lsin2ltiff2mrc.html create mode 100755 doc/search/ltiff2mrc.html create mode 100755 doc/search/ltlg2mrcConfigFileRead.html create mode 100755 doc/search/ltlg2mrcConfigFileReadproto.html create mode 100755 doc/search/ltlgData.html create mode 100755 doc/search/ltlgDataAllocate-call.html.html create mode 100755 doc/search/ltlgDataAllocate.html create mode 100755 doc/search/ltlgDataAllocateproto.html create mode 100755 doc/search/ltlgDataFree.html create mode 100755 doc/search/ltlgDataFreeproto.html create mode 100755 doc/search/ltlgDataGet.html create mode 100755 doc/search/ltlgDataGet2-call.html.html create mode 100755 doc/search/ltlgDataGet2.html create mode 100755 doc/search/ltlgDataGet2proto.html create mode 100755 doc/search/ltlgDataGetproto.html create mode 100755 doc/search/ltlgDataHow.html create mode 100755 doc/search/ltlgDataLLData.html create mode 100755 doc/search/ltlgDataLLDataInfo.html create mode 100755 doc/search/ltlgDataLNumberGet.html create mode 100755 doc/search/ltlgDataLNumberGetproto.html create mode 100755 doc/search/ltlgDataParaInfo.html create mode 100755 doc/search/ltlgDataPrint.html create mode 100755 doc/search/ltlgDataPrintInfo.html create mode 100755 doc/search/ltlgDataPrintInfoproto.html create mode 100755 doc/search/ltlgDataPrintUsage.html create mode 100755 doc/search/ltlgDataPrintUsageproto.html create mode 100755 doc/search/ltlgDataPrintllData.html create mode 100755 doc/search/ltlgDataPrintllDataproto.html create mode 100755 doc/search/ltlgDataPrintllInfo.html create mode 100755 doc/search/ltlgDataPrintllInfoproto.html create mode 100755 doc/search/ltlgDataPrintproto.html create mode 100755 doc/search/ltlgDataReadFile.html create mode 100755 doc/search/ltlgDataReadFileproto.html create mode 100755 doc/search/ltlgDataType.html create mode 100755 doc/search/ltlgDataWeightModify.html create mode 100755 doc/search/ltlgDataWeightModifyFromFile.html create mode 100755 doc/search/ltlgDataWeightModifyFromFileproto.html create mode 100755 doc/search/ltlgDataWeightModifyproto.html create mode 100755 doc/search/ltlgDataWeightOfNEqualLOnly.html create mode 100755 doc/search/ltlgDataWeightOfNEqualLOnlyproto.html create mode 100755 doc/search/ltlgDataWriteFile.html create mode 100755 doc/search/ltlgDataWriteFileproto.html create mode 100755 doc/search/lubksb.html create mode 100755 doc/search/lubksbproto.html create mode 100755 doc/search/ludcmp.html create mode 100755 doc/search/ludcmpproto.html create mode 100755 doc/search/lvec3add.html create mode 100755 doc/search/lvec3addproto.html create mode 100755 doc/search/lvec3mul.html create mode 100755 doc/search/lvec3mulproto.html create mode 100755 doc/search/lvec3sub.html create mode 100755 doc/search/lvec3subproto.html create mode 100755 doc/search/lxaFitdataConvertOutput.html create mode 100755 doc/search/lxaFitdataConvertSet.html create mode 100755 doc/search/lxaFitdataConvertShift.html create mode 100755 doc/search/lxaFitdataConvertTranse.html create mode 100755 doc/search/main.html create mode 100755 doc/search/makecylinder.html create mode 100755 doc/search/makecylinder3d.html create mode 100755 doc/search/map2DCoordGet.html create mode 100755 doc/search/map2DCoordGetproto.html create mode 100755 doc/search/map2DParallelInfo.html create mode 100755 doc/search/map2DParallelInfoproto.html create mode 100755 doc/search/mapFile.html create mode 100755 doc/search/mapFileHeader.html create mode 100755 doc/search/mapShortCoord.html create mode 100755 doc/search/matherr.html create mode 100755 doc/search/matrix-call.html.html create mode 100755 doc/search/matrix.html create mode 100755 doc/search/matrix3DFileFormat-call.html.html create mode 100755 doc/search/matrix3DFileFormat.html create mode 100755 doc/search/matrix3DFileFormatproto.html create mode 100755 doc/search/matrix3DFileRead-call.html.html create mode 100755 doc/search/matrix3DFileRead.html create mode 100755 doc/search/matrix3DFileReadproto.html create mode 100755 doc/search/matrix3DFileWrite-call.html.html create mode 100755 doc/search/matrix3DFileWrite.html create mode 100755 doc/search/matrix3DFileWriteproto.html create mode 100755 doc/search/matrix3DInit-call.html.html create mode 100755 doc/search/matrix3DInit.html create mode 100755 doc/search/matrix3DInitproto.html create mode 100755 doc/search/matrix3DMultiply-call.html.html create mode 100755 doc/search/matrix3DMultiply.html create mode 100755 doc/search/matrix3DMultiplyInv.html create mode 100755 doc/search/matrix3DMultiplyInvproto.html create mode 100755 doc/search/matrix3DMultiplyVector-call.html.html create mode 100755 doc/search/matrix3DMultiplyVector.html create mode 100755 doc/search/matrix3DMultiplyVectorproto.html create mode 100755 doc/search/matrix3DMultiplyproto.html create mode 100755 doc/search/matrix3DParaTypeReal.html create mode 100755 doc/search/matrix3DRotationAntiSetFollowingEulerAngle.html create mode 100755 doc/search/matrix3DRotationAntiSetFollowingEulerAngleproto.html create mode 100755 doc/search/matrix3DRotationSet-call.html.html create mode 100755 doc/search/matrix3DRotationSet.html create mode 100755 doc/search/matrix3DRotationSetFollowingEulerAngle.html create mode 100755 doc/search/matrix3DRotationSetFollowingEulerAngleproto.html create mode 100755 doc/search/matrix3DRotationSetXYZ-call.html.html create mode 100755 doc/search/matrix3DRotationSetXYZ.html create mode 100755 doc/search/matrix3DRotationSetXYZproto.html create mode 100755 doc/search/matrix3DRotationSetYXZ-call.html.html create mode 100755 doc/search/matrix3DRotationSetYXZ.html create mode 100755 doc/search/matrix3DRotationSetYXZproto.html create mode 100755 doc/search/matrix3DRotationSetZXY-call.html.html create mode 100755 doc/search/matrix3DRotationSetZXY.html create mode 100755 doc/search/matrix3DRotationSetZXYproto.html create mode 100755 doc/search/matrix3DRotationSetZYX-call.html.html create mode 100755 doc/search/matrix3DRotationSetZYX.html create mode 100755 doc/search/matrix3DRotationSetZYXproto.html create mode 100755 doc/search/matrix3DRotationSetproto.html create mode 100755 doc/search/matrix3DTranslationSet.html create mode 100755 doc/search/matrix3DTranslationSetproto.html create mode 100755 doc/search/matrixproto.html create mode 100755 doc/search/memoryAllocate-call.html.html create mode 100755 doc/search/memoryAllocate.html create mode 100755 doc/search/memoryAllocateproto.html create mode 100755 doc/search/memoryByteSwap-call.html.html create mode 100755 doc/search/memoryByteSwap.html create mode 100755 doc/search/memoryByteSwapproto.html create mode 100755 doc/search/memoryClear-call.html.html create mode 100755 doc/search/memoryClear.html create mode 100755 doc/search/memoryClearproto.html create mode 100755 doc/search/memoryCopy.html create mode 100755 doc/search/memoryCopyproto.html create mode 100755 doc/search/memoryDuplicate.html create mode 100755 doc/search/memoryDuplicateproto.html create mode 100755 doc/search/mnbrak-call.html.html create mode 100755 doc/search/mnbrak.html create mode 100755 doc/search/mnbrakproto.html create mode 100755 "doc/search/mode;\\n}lmrcImageSphereInfo.html" create mode 100755 doc/search/molecularEnvelope.html create mode 100755 doc/search/mrcDefaultHeaderValueSet-call.html.html create mode 100755 doc/search/mrcDefaultHeaderValueSet.html create mode 100755 doc/search/mrcDefaultHeaderValueSetproto.html create mode 100755 doc/search/mrcError-call.html.html create mode 100755 doc/search/mrcError.html create mode 100755 doc/search/mrcErrorMsg.html create mode 100755 doc/search/mrcErrorMsgproto.html create mode 100755 doc/search/mrcErrorproto.html create mode 100755 doc/search/mrcFSInfo.html create mode 100755 doc/search/mrcFileRead-call.html.html create mode 100755 doc/search/mrcFileRead.html create mode 100755 doc/search/mrcFileReadproto.html create mode 100755 doc/search/mrcFileWrite-call.html.html create mode 100755 doc/search/mrcFileWrite.html create mode 100755 doc/search/mrcFileWriteLowerResolution.html create mode 100755 doc/search/mrcFileWriteLowerResolutionproto.html create mode 100755 doc/search/mrcFileWriteModeGetproto.html create mode 100755 doc/search/mrcFileWriteproto.html create mode 100755 doc/search/mrcHeaderRead-call.html.html create mode 100755 doc/search/mrcHeaderRead.html create mode 100755 doc/search/mrcHeaderReadproto.html create mode 100755 doc/search/mrcHeaderWrite.html create mode 100755 doc/search/mrcHeaderWriteproto.html create mode 100755 doc/search/mrcHiddenDataSet-call.html.html create mode 100755 doc/search/mrcHiddenDataSet.html create mode 100755 doc/search/mrcHiddenDataSetproto.html create mode 100755 doc/search/mrcImage.html create mode 100755 doc/search/mrcImage1dShiftAveragedummyfunc.html create mode 100755 doc/search/mrcImageASCIIFilePrint.html create mode 100755 doc/search/mrcImageASCIIFilePrintproto.html create mode 100755 doc/search/mrcImageAdaptiveBinalizationAveraging.html create mode 100755 doc/search/mrcImageAddByCorrelation.html create mode 100755 doc/search/mrcImageDataGetbyAU.html create mode 100755 doc/search/mrcImageDataGetbyAUproto.html create mode 100755 doc/search/mrcImageDataSet-call.html.html create mode 100755 doc/search/mrcImageDataSet.html create mode 100755 doc/search/mrcImageDataSetMode.html create mode 100755 doc/search/mrcImageDataSetbyAU.html create mode 100755 doc/search/mrcImageDataSetbyAUproto.html create mode 100755 doc/search/mrcImageDataSetproto.html create mode 100755 doc/search/mrcImageFourierPowerSpectrum.html create mode 100755 doc/search/mrcImageFree-call.html.html create mode 100755 doc/search/mrcImageFree.html create mode 100755 doc/search/mrcImageFreeproto.html create mode 100755 doc/search/mrcImageHeader.html create mode 100755 doc/search/mrcImageInfoSetproto.html create mode 100755 doc/search/mrcImageInformation.html create mode 100755 doc/search/mrcImageInformationMode.html create mode 100755 doc/search/mrcImageMode.html create mode 100755 doc/search/mrcImagePSFilePrint.html create mode 100755 doc/search/mrcImagePSFilePrintInfo.html create mode 100755 doc/search/mrcImagePSFilePrintproto.html create mode 100755 doc/search/mrcImageParaTypeInteger.html create mode 100755 doc/search/mrcImageParaTypeIntegerCoord.html create mode 100755 doc/search/mrcImageParaTypeReal.html create mode 100755 doc/search/mrcImageParaTypeRealCoord.html create mode 100755 doc/search/mrcImagePeakFind.html create mode 100755 doc/search/mrcImagePeakFinddummyfunc.html create mode 100755 doc/search/mrcImagePeakFinddummyfuncproto.html create mode 100755 doc/search/mrcImagePeakFindproto.html create mode 100755 doc/search/mrcImageRead-call.html.html create mode 100755 doc/search/mrcImageRead.html create mode 100755 doc/search/mrcImageReadproto.html create mode 100755 doc/search/mrcImageRecieveByPVMproto.html create mode 100755 doc/search/mrcImageRecieveHeaderByPVMproto.html create mode 100755 doc/search/mrcImageRecieveImageByPVMproto.html create mode 100755 doc/search/mrcImageRecieveTailerByPVMproto.html create mode 100755 doc/search/mrcImageRoot.html create mode 100755 doc/search/mrcImageSectionGet.html create mode 100755 doc/search/mrcImageSectionGetproto.html create mode 100755 doc/search/mrcImageSendByPVMproto.html create mode 100755 doc/search/mrcImageSendHeaderByPVMproto.html create mode 100755 doc/search/mrcImageSendImageByPVMproto.html create mode 100755 doc/search/mrcImageSendTailerByPVMproto.html create mode 100755 doc/search/mrcImageSquare.html create mode 100755 doc/search/mrcImageTailer.html create mode 100755 doc/search/mrcImageWrite.html create mode 100755 doc/search/mrcImageWriteproto.html create mode 100755 doc/search/mrcImagecubicConvolutionInterpolation.html create mode 100755 doc/search/mrcImagecubicConvolutionInterpolationproto.html create mode 100755 doc/search/mrcInfoPrint-call.html.html create mode 100755 doc/search/mrcInfoPrint.html create mode 100755 doc/search/mrcInfoPrintproto.html create mode 100755 doc/search/mrcInfoSet.html create mode 100755 doc/search/mrcInfoSetproto.html create mode 100755 doc/search/mrcInit-call.html.html create mode 100755 doc/search/mrcInit.html create mode 100755 doc/search/mrcInitproto.html create mode 100755 doc/search/mrcPixelDataGet-call.html.html create mode 100755 doc/search/mrcPixelDataGet.html create mode 100755 doc/search/mrcPixelDataGetproto.html create mode 100755 doc/search/mrcPixelDataHowToGet.html create mode 100755 doc/search/mrcPixelDataSet-call.html.html create mode 100755 doc/search/mrcPixelDataSet.html create mode 100755 doc/search/mrcPixelDataSetproto.html create mode 100755 doc/search/mrcPixelDataType.html create mode 100755 doc/search/mrcRefCorHeader.html create mode 100755 doc/search/mrcRefHeader.html create mode 100755 doc/search/mrcRefImagepwzCorMagChange.html create mode 100755 doc/search/mrcRefImagepwzCorMirroring.html create mode 100755 doc/search/mrcRefImagepwzCorPadbyMin.html create mode 100755 doc/search/mrcRefImagepwzCorShift.html create mode 100755 doc/search/mrcStatDataSet-call.html.html create mode 100755 doc/search/mrcStatDataSet.html create mode 100755 doc/search/mrcStatDataSetproto.html create mode 100755 doc/search/mrcStatusMask.html create mode 100755 doc/search/mrcStatusType.html create mode 100755 doc/search/mrcTailerInit-call.html.html create mode 100755 doc/search/mrcTailerInit.html create mode 100755 doc/search/mrcTailerInitproto.html create mode 100755 doc/search/mrcTailerRead.html create mode 100755 doc/search/mrcTailerReadproto.html create mode 100755 doc/search/mrcTailerWrite.html create mode 100755 doc/search/mrcTailerWriteproto.html create mode 100755 doc/search/mrcpwzCorHeader.html create mode 100755 doc/search/mrqcof.html create mode 100755 doc/search/mrqcofproto.html create mode 100755 doc/search/mrqmin lmrcImageNormalizing.o lctfDetermination.o create mode 100755 doc/search/mrqmin-call.html.html create mode 100755 doc/search/mrqmin.html create mode 100755 doc/search/mrqminproto.html create mode 100755 doc/search/n.html create mode 100755 doc/search/nearSidePhaseGet-call.html.html create mode 100755 doc/search/nearSidePhaseGet.html create mode 100755 doc/search/nearSidePhaseGetproto.html create mode 100755 "doc/search/next;\\n}.html" create mode 100755 doc/search/nrerror-call.html.html create mode 100755 doc/search/nrerror.html create mode 100755 doc/search/nrerrorproto.html create mode 100755 doc/search/nrselect.html create mode 100755 doc/search/nrselectproto.html create mode 100755 doc/search/objects.data create mode 100755 doc/search/objects.data.dep create mode 100755 doc/search/oneLLData.html create mode 100755 doc/search/onelllDataIntensityInformation.html create mode 100755 doc/search/outputMrcImageInfo.html create mode 100755 doc/search/pdbCoord.html create mode 100755 doc/search/pdbFile.html create mode 100755 doc/search/pdbFileAppend-call.html.html create mode 100755 doc/search/pdbFileAppend.html create mode 100755 doc/search/pdbFileAppendproto.html create mode 100755 doc/search/pdbFileCAOnlyCopy.html create mode 100755 doc/search/pdbFileCAOnlyCopyAll.html create mode 100755 doc/search/pdbFileCAOnlyCopyAllproto.html create mode 100755 doc/search/pdbFileCAOnlyCopyproto.html create mode 100755 doc/search/pdbFileChainIdentifierGet.html create mode 100755 doc/search/pdbFileChainIdentifierGetproto.html create mode 100755 doc/search/pdbFileChainIdentifierSet.html create mode 100755 doc/search/pdbFileChainIdentifierSetAll.html create mode 100755 doc/search/pdbFileChainIdentifierSetAllproto.html create mode 100755 doc/search/pdbFileChainIdentifierSetproto.html create mode 100755 doc/search/pdbFileCoordGet-call.html.html create mode 100755 doc/search/pdbFileCoordGet.html create mode 100755 doc/search/pdbFileCoordGetproto.html create mode 100755 doc/search/pdbFileCoordSet.html create mode 100755 doc/search/pdbFileCoordSetproto.html create mode 100755 doc/search/pdbFileCopyAll.html create mode 100755 doc/search/pdbFileCopyAllproto.html create mode 100755 doc/search/pdbFileEnd-call.html.html create mode 100755 doc/search/pdbFileEnd.html create mode 100755 doc/search/pdbFileEndproto.html create mode 100755 doc/search/pdbFileIsAtom-call.html.html create mode 100755 doc/search/pdbFileIsAtom.html create mode 100755 doc/search/pdbFileIsAtomproto.html create mode 100755 doc/search/pdbFileIsCA-call.html.html create mode 100755 doc/search/pdbFileIsCA.html create mode 100755 doc/search/pdbFileIsCAproto.html create mode 100755 doc/search/pdbFileIsCharge.html create mode 100755 doc/search/pdbFileIsChargeproto.html create mode 100755 doc/search/pdbFileIsEndLine.html create mode 100755 doc/search/pdbFileIsEndLineproto.html create mode 100755 doc/search/pdbFileIsHelix-call.html.html create mode 100755 doc/search/pdbFileIsHelix.html create mode 100755 doc/search/pdbFileIsHelixproto.html create mode 100755 doc/search/pdbFileIsNegative.html create mode 100755 doc/search/pdbFileIsNegativeproto.html create mode 100755 doc/search/pdbFileIsPositive.html create mode 100755 doc/search/pdbFileIsPositiveproto.html create mode 100755 doc/search/pdbFileIsSecondaryStructure-call.html.html create mode 100755 doc/search/pdbFileIsSecondaryStructure.html create mode 100755 doc/search/pdbFileIsSecondaryStructureproto.html create mode 100755 doc/search/pdbFileIsSheet-call.html.html create mode 100755 doc/search/pdbFileIsSheet.html create mode 100755 doc/search/pdbFileIsSheetproto.html create mode 100755 doc/search/pdbFileIsTurn-call.html.html create mode 100755 doc/search/pdbFileIsTurn.html create mode 100755 doc/search/pdbFileIsTurnproto.html create mode 100755 doc/search/pdbFileNew-call.html.html create mode 100755 doc/search/pdbFileNew.html create mode 100755 doc/search/pdbFileNewproto.html create mode 100755 doc/search/pdbFileNext-call.html.html create mode 100755 doc/search/pdbFileNext.html create mode 100755 doc/search/pdbFileNextAtom-call.html.html create mode 100755 doc/search/pdbFileNextAtom.html create mode 100755 doc/search/pdbFileNextAtomproto.html create mode 100755 doc/search/pdbFileNextCA-call.html.html create mode 100755 doc/search/pdbFileNextCA.html create mode 100755 doc/search/pdbFileNextCAproto.html create mode 100755 doc/search/pdbFileNextProtein.html create mode 100755 doc/search/pdbFileNextProteinproto.html create mode 100755 doc/search/pdbFileNextproto.html create mode 100755 doc/search/pdbFileOneProteinCopy.html create mode 100755 doc/search/pdbFileOneProteinCopyproto.html create mode 100755 doc/search/pdbFileOneRecordCopy-call.html.html create mode 100755 doc/search/pdbFileOneRecordCopy.html create mode 100755 doc/search/pdbFileOneRecordCopyproto.html create mode 100755 doc/search/pdbFileParaTypeCharacter.html create mode 100755 doc/search/pdbFileParaTypeInteger.html create mode 100755 doc/search/pdbFileParaTypeReal.html create mode 100755 doc/search/pdbFilePrev.html create mode 100755 doc/search/pdbFilePrevAtom.html create mode 100755 doc/search/pdbFilePrevAtomproto.html create mode 100755 doc/search/pdbFilePrevCA-call.html.html create mode 100755 doc/search/pdbFilePrevCA.html create mode 100755 doc/search/pdbFilePrevCAproto.html create mode 100755 doc/search/pdbFilePrevproto.html create mode 100755 doc/search/pdbFileRead.html create mode 100755 doc/search/pdbFileReadproto.html create mode 100755 doc/search/pdbFileRecordPrint-call.html.html create mode 100755 doc/search/pdbFileRecordPrint.html create mode 100755 doc/search/pdbFileRecordPrintproto.html create mode 100755 doc/search/pdbFileResidueNameGet-call.html.html create mode 100755 doc/search/pdbFileResidueNameGet.html create mode 100755 doc/search/pdbFileResidueNameGetproto.html create mode 100755 doc/search/pdbFileResidueSequenceNumberGet.html create mode 100755 doc/search/pdbFileResidueSequenceNumberGetproto.html create mode 100755 doc/search/pdbFileResidueSequenceNumberIncrement.html create mode 100755 doc/search/pdbFileResidueSequenceNumberIncrementAll.html create mode 100755 doc/search/pdbFileResidueSequenceNumberIncrementAllproto.html create mode 100755 doc/search/pdbFileResidueSequenceNumberIncrementproto.html create mode 100755 doc/search/pdbFileSecondaryStructure.html create mode 100755 doc/search/pdbFileSecondaryStructureMode.html create mode 100755 doc/search/pdbFileSecondaryStructureRecord.html create mode 100755 doc/search/pdbFileSecondaryStructureRecordPrint-call.html.html create mode 100755 doc/search/pdbFileSecondaryStructureRecordPrint.html create mode 100755 doc/search/pdbFileSecondaryStructureRecordPrintproto.html create mode 100755 doc/search/pdbFileTemperatureFactorGet.html create mode 100755 doc/search/pdbFileTemperatureFactorGetproto.html create mode 100755 doc/search/pdbFileTemperatureFactorSet.html create mode 100755 doc/search/pdbFileTemperatureFactorSetproto.html create mode 100755 doc/search/pdbFileTop-call.html.html create mode 100755 doc/search/pdbFileTop.html create mode 100755 doc/search/pdbFileTopproto.html create mode 100755 doc/search/pdbFileWithSecondaryStructure.html create mode 100755 doc/search/pdbFileWithSecondaryStructureproto.html create mode 100755 doc/search/pdbFileWrite.html create mode 100755 doc/search/pdbFileWriteSecondaryStructure.html create mode 100755 doc/search/pdbFileWriteSecondaryStructureproto.html create mode 100755 doc/search/pdbFileWriteproto.html create mode 100755 doc/search/pdbHelixMatrixCreateForHelix.html create mode 100755 doc/search/pdbHelixMatrixCreateForHelix2.html create mode 100755 doc/search/pdbInfoCenterMode.html create mode 100755 doc/search/pdbInfoData.html create mode 100755 doc/search/pdbInfoGet-call.html.html create mode 100755 doc/search/pdbInfoGet.html create mode 100755 doc/search/pdbInfoGetproto.html create mode 100755 doc/search/pdbMatrixFileFormat.html create mode 100755 doc/search/pdbMatrixFileFormatproto.html create mode 100755 doc/search/pdbMatrixFileRead.html create mode 100755 doc/search/pdbMatrixFileReadproto.html create mode 100755 doc/search/pdbMatrixFileWrite.html create mode 100755 doc/search/pdbMatrixFileWriteproto.html create mode 100755 doc/search/pdbNoSecondaryStructureSetFromPDB.html create mode 100755 doc/search/pdbNoSecondaryStructureSetFromPDBproto.html create mode 100755 doc/search/pdbPeptideBond.html create mode 100755 doc/search/pdbRecord.html create mode 100755 doc/search/pdbRecordIsNearby.html create mode 100755 doc/search/pdbRecordIsNearbyproto.html create mode 100755 doc/search/pdbRotationXYZ.html create mode 100755 doc/search/pdbRotationXYZproto.html create mode 100755 doc/search/pdbRotationYXZ.html create mode 100755 doc/search/pdbRotationYXZproto.html create mode 100755 doc/search/pdbRotationZXY.html create mode 100755 doc/search/pdbRotationZXYproto.html create mode 100755 doc/search/pdbRotationZYX.html create mode 100755 doc/search/pdbRotationZYXproto.html create mode 100755 doc/search/pdbSecondaryStructureAppend.html create mode 100755 doc/search/pdbSecondaryStructureAppendproto.html create mode 100755 doc/search/pdbSecondaryStructureHelix.html create mode 100755 doc/search/pdbSecondaryStructureHelixClass.html create mode 100755 doc/search/pdbSecondaryStructureNo.html create mode 100755 doc/search/pdbSecondaryStructureSetFromPDB-call.html.html create mode 100755 doc/search/pdbSecondaryStructureSetFromPDB.html create mode 100755 doc/search/pdbSecondaryStructureSetFromPDBproto.html create mode 100755 doc/search/pdbSecondaryStructureSheet.html create mode 100755 doc/search/pdbSecondaryStructureTurn.html create mode 100755 doc/search/pdbTrans-call.html.html create mode 100755 doc/search/pdbTrans.html create mode 100755 doc/search/pdbTransproto.html create mode 100755 doc/search/pow2nn-call.html.html create mode 100755 doc/search/pow2nn.html create mode 100755 doc/search/pow2nnproto.html create mode 100755 doc/search/powell.html create mode 100755 doc/search/powellproto.html create mode 100755 doc/search/printLLDataRefernceData.html create mode 100755 doc/search/printLLDataRefernceDataproto.html create mode 100755 doc/search/proto.html create mode 100755 doc/search/prototypelist.dat create mode 100755 doc/search/psFile.html create mode 100755 doc/search/psFileCircleCreate-call.html.html create mode 100755 doc/search/psFileCircleCreate.html create mode 100755 doc/search/psFileCircleCreateproto.html create mode 100755 doc/search/psFileContour-call.html.html create mode 100755 doc/search/psFileContour.html create mode 100755 doc/search/psFileContour3D.html create mode 100755 doc/search/psFileContour3Dproto.html create mode 100755 doc/search/psFileContourproto.html create mode 100755 doc/search/psFileEnd lllDataPrint.o mrcImagePrint.o create mode 100755 doc/search/psFileEnd-call.html.html create mode 100755 doc/search/psFileEnd.html create mode 100755 doc/search/psFileEndproto.html create mode 100755 doc/search/psFileImage-call.html.html create mode 100755 doc/search/psFileImage.html create mode 100755 doc/search/psFileImageByCircles-call.html.html create mode 100755 doc/search/psFileImageByCircles.html create mode 100755 doc/search/psFileImageByCirclesproto.html create mode 100755 doc/search/psFileImageCentre-call.html.html create mode 100755 doc/search/psFileImageCentre.html create mode 100755 doc/search/psFileImageCentreproto.html create mode 100755 doc/search/psFileImageCirclesproto.html create mode 100755 doc/search/psFileImageScale-call.html.html create mode 100755 doc/search/psFileImageScale.html create mode 100755 doc/search/psFileImageScaleproto.html create mode 100755 doc/search/psFileImageSpaceRestore-call.html.html create mode 100755 doc/search/psFileImageSpaceRestore.html create mode 100755 doc/search/psFileImageSpaceRestoreproto.html create mode 100755 doc/search/psFileImageSpaceRotateRestore-call.html.html create mode 100755 doc/search/psFileImageSpaceRotateRestore.html create mode 100755 doc/search/psFileImageSpaceRotateRestoreproto.html create mode 100755 doc/search/psFileImageSpaceRotateSet-call.html.html create mode 100755 doc/search/psFileImageSpaceRotateSet.html create mode 100755 doc/search/psFileImageSpaceRotateSetproto.html create mode 100755 doc/search/psFileImageSpaceSet-call.html.html create mode 100755 doc/search/psFileImageSpaceSet.html create mode 100755 doc/search/psFileImageSpaceSetproto.html create mode 100755 doc/search/psFileImageproto.html create mode 100755 doc/search/psFileInit-call.html.html create mode 100755 doc/search/psFileInit.html create mode 100755 doc/search/psFileInitproto.html create mode 100755 doc/search/psFileIsEndPage-call.html.html create mode 100755 doc/search/psFileIsEndPage.html create mode 100755 doc/search/psFileIsEndPageproto.html create mode 100755 doc/search/psFileIsStartPage-call.html.html create mode 100755 doc/search/psFileIsStartPage.html create mode 100755 doc/search/psFileIsStartPageproto.html create mode 100755 doc/search/psFileLineDraw.html create mode 100755 doc/search/psFileLineDrawproto.html create mode 100755 doc/search/psFileLineWidthSet.html create mode 100755 doc/search/psFileLineWidthSetproto.html create mode 100755 doc/search/psFilePageEnd-call.html.html create mode 100755 doc/search/psFilePageEnd.html create mode 100755 doc/search/psFilePageEndproto.html create mode 100755 doc/search/psFilePageStart-call.html.html create mode 100755 doc/search/psFilePageStart.html create mode 100755 doc/search/psFilePageStartproto.html create mode 100755 doc/search/psFileRead.html create mode 100755 doc/search/psFileReadproto.html create mode 100755 doc/search/psFileString-call.html.html create mode 100755 doc/search/psFileString.html create mode 100755 doc/search/psFileStringDefaultStatusSet.html create mode 100755 doc/search/psFileStringDefaultStatusSetproto.html create mode 100755 doc/search/psFileStringStatusSet.html create mode 100755 doc/search/psFileStringStatusSetproto.html create mode 100755 doc/search/psFileStringproto.html create mode 100755 doc/search/psImageInfo.html create mode 100755 doc/search/psImageScaleMode.html create mode 100755 doc/search/psInfo.html create mode 100755 doc/search/psPageInfo.html create mode 100755 doc/search/psParaTypeInteger.html create mode 100755 doc/search/psParaTypeReal.html create mode 100755 doc/search/psPlotInfo.html create mode 100755 doc/search/pvmServerStartErrorproto.html create mode 100755 doc/search/pvmServerStartproto.html create mode 100755 doc/search/pwtproto.html create mode 100755 doc/search/pwtsetproto.html create mode 100755 doc/search/ran1.html create mode 100755 doc/search/random()proto.html create mode 100755 doc/search/randomNormalGet.html create mode 100755 doc/search/randomNormalGetproto.html create mode 100755 doc/search/randomParaTypeReal.html create mode 100755 doc/search/residueName.html create mode 100755 doc/search/search.cgi create mode 100755 doc/search/search.html create mode 100755 doc/search/search.txt create mode 100755 doc/search/sectionLineDraw.html create mode 100755 doc/search/socketClientCreate-call.html.html create mode 100755 doc/search/socketClientCreate.html create mode 100755 doc/search/socketClientCreateproto.html create mode 100755 doc/search/socketMultiServerAccept.html create mode 100755 doc/search/socketMultiServerAcceptproto.html create mode 100755 doc/search/socketMultiServerCreate-call.html.html create mode 100755 doc/search/socketMultiServerCreate.html create mode 100755 doc/search/socketMultiServerCreateproto.html create mode 100755 doc/search/socketServerCreate.html create mode 100755 doc/search/socketServerCreateproto.html create mode 100755 doc/search/sort.html create mode 100755 doc/search/sortproto.html create mode 100755 doc/search/stringCopy.html create mode 100755 doc/search/stringCopyproto.html create mode 100755 doc/search/stringDuplicate.html create mode 100755 doc/search/stringDuplicateproto.html create mode 100755 doc/search/stringGetFromFile-call.html.html create mode 100755 doc/search/stringGetFromFile.html create mode 100755 doc/search/stringGetFromFileWithSkippingComment.html create mode 100755 doc/search/stringGetFromFileWithSkippingCommentproto.html create mode 100755 doc/search/stringGetFromFileproto.html create mode 100755 doc/search/stringGetIntegerDataFromField-call.html.html create mode 100755 doc/search/stringGetIntegerDataFromField.html create mode 100755 doc/search/stringGetIntegerDataFromFieldproto.html create mode 100755 doc/search/stringGetNthIntegerData-call.html.html create mode 100755 doc/search/stringGetNthIntegerData.html create mode 100755 doc/search/stringGetNthIntegerDataproto.html create mode 100755 doc/search/stringGetNthRealData-call.html.html create mode 100755 doc/search/stringGetNthRealData.html create mode 100755 doc/search/stringGetNthRealDataproto.html create mode 100755 doc/search/stringGetNthWord-call.html.html create mode 100755 doc/search/stringGetNthWord.html create mode 100755 doc/search/stringGetNthWordproto.html create mode 100755 doc/search/stringGetRealDataFromField.html create mode 100755 doc/search/stringGetRealDataFromFieldproto.html create mode 100755 doc/search/stringGetWordFromField-call.html.html create mode 100755 doc/search/stringGetWordFromField.html create mode 100755 doc/search/stringGetWordFromFieldproto.html create mode 100755 doc/search/stringInitproto.html create mode 100755 doc/search/stringIsSame-call.html.html create mode 100755 doc/search/stringIsSame.html create mode 100755 doc/search/stringIsSameproto.html create mode 100755 doc/search/stringLength-call.html.html create mode 100755 doc/search/stringLength.html create mode 100755 doc/search/stringLengthproto.html create mode 100755 doc/search/stringParaTypeInteger.html create mode 100755 doc/search/stringParaTypeReal.html create mode 100755 doc/search/structconstlist.dat create mode 100755 doc/search/structconstnamelist.dat create mode 100755 doc/search/structcontlist.dat create mode 100755 doc/search/structlist.dat create mode 100755 doc/search/structnamelist.dat create mode 100755 doc/search/surplus(a,b)proto.html create mode 100755 doc/search/tkIPFileReadInfoSetCmd.html create mode 100755 doc/search/tkIPFileReadInfoSetCmdproto.html create mode 100755 doc/search/tkctfInfo.html create mode 100755 doc/search/tkctfInfoCalculateCmd.html create mode 100755 doc/search/tkctfInfoCalculateCmdproto.html create mode 100755 doc/search/tkctfInfoCmdSet.html create mode 100755 doc/search/tkctfInfoCmdSetproto.html create mode 100755 doc/search/tkctfInfoEvaluateCmd.html create mode 100755 doc/search/tkctfInfoEvaluateCmdproto.html create mode 100755 doc/search/tkctfInfoFileCmd.html create mode 100755 doc/search/tkctfInfoFileCmdproto.html create mode 100755 doc/search/tkctfInfoGetCmd.html create mode 100755 doc/search/tkctfInfoGetCmdproto.html create mode 100755 doc/search/tkctfInfoSetCmd.html create mode 100755 doc/search/tkctfInfoSetCmdproto.html create mode 100755 doc/search/tkhf2000Cmd.html create mode 100755 doc/search/tkhf2000Cmdproto.html create mode 100755 doc/search/tkmrcInfo.html create mode 100755 doc/search/tkmrcInfoCmdSet.html create mode 100755 doc/search/tkmrcInfoCmdSetproto.html create mode 100755 doc/search/tkmrcInfoGetCmd.html create mode 100755 doc/search/tkmrcInfoGetCmdproto.html create mode 100755 doc/search/tkmrcInfoSetCmd.html create mode 100755 doc/search/tkmrcInfoSetCmdproto.html create mode 100755 doc/search/tools.data create mode 100755 doc/search/top.html create mode 100755 doc/search/usage.html create mode 100755 doc/search/vector-call.html.html create mode 100755 doc/search/vector.html create mode 100755 doc/search/vectorproto.html create mode 100755 doc/search/vtkmrcImageReaderCommand__FPvP10Tcl_InterpiPPc.html create mode 100755 doc/search/vtkmrcImageReaderCppCommand__FP17vtkmrcImageReaderP10Tcl_InterpiPPc.html create mode 100755 doc/search/wavelengthOfElectron-call.html.html create mode 100755 doc/search/wavelengthOfElectron.html create mode 100755 doc/search/wavelengthOfElectronproto.html create mode 100755 doc/search/wt1.html create mode 100755 doc/search/wt1proto.html create mode 100755 doc/search/wtnproto.html create mode 100755 doc/search/x.html diff --git a/doc/.smallToolList.html b/doc/.smallToolList.html new file mode 100755 index 0000000..e69de29 diff --git a/doc/Concept/.list.html b/doc/Concept/.list.html new file mode 100755 index 0000000..be8ea21 --- /dev/null +++ b/doc/Concept/.list.html @@ -0,0 +1,3 @@ + diff --git a/doc/Concept/Makefile b/doc/Concept/Makefile new file mode 100755 index 0000000..1800889 --- /dev/null +++ b/doc/Concept/Makefile @@ -0,0 +1,2 @@ +all: + htmlDirList > .list.html diff --git a/doc/Concept/index.html b/doc/Concept/index.html new file mode 100755 index 0000000..d7977dd --- /dev/null +++ b/doc/Concept/index.html @@ -0,0 +1,25 @@ + + + +Concept on Eos + + + +

Concept on Eos

+

Update Time 05/27/98---17:00:14

+

Concept

+This Eos system supplies four types of codes. + +

Publication

+ + + + + diff --git a/doc/Concept/jsb96.html b/doc/Concept/jsb96.html new file mode 100755 index 0000000..24fec25 --- /dev/null +++ b/doc/Concept/jsb96.html @@ -0,0 +1,335 @@ + +
+

+Extensible and Object-oriented System (Eos) +Supplies a New Environment for Image +Analysis of Electron Micrographs of +Macromolecules +

+ + +Takuo Yasunaga and Takeyuki Wakabayashi

+ + + +Department of Physics, School of Science, University of Tokyo +7-3-1 Hongo, Bunkyo-ku, Tokyo, 113, JAPAN

+ + +---- Short Running ----
+Extensible system for macromolecular structure analysis + +

+ +

ABSTRACT

+ + To study macromolecular structure by electron microscopy, a highly +extensible and object-oriented system has been developed for image analysis. +This system is named 'Eos' (Extensible and object-oriented system). The system +described here supplies an environment with four types of supports: (i) a group of +small tools for image analysis, (ii) tools for integration of small tools, such as +'Display2', (iii) tools for development, such as 'maketool', and (iv) object-oriented +libraries for development of new tools. Using 'Eos', electron micrographs can be +analysed by small tools and integration tools. Also, 'Eos' can be used to develop +new tools based on new ideas because development tool and object-oriented +libraries are provided. The examples of implemented small tools for image +analysis include three-dimensional reconstruction of objects with helical +symmetry, cluster analysis and contour expression. + +

INTRODUCTION

+ The function of macromolecules, such as protein and DNA, is attributable +to their structure. X-ray crystallography and nuclear magnetic resonance +(NMR) are useful to elucidate their structure at atomic level. In the field of +macromolecular structure research, electron microscopy also has helped to +elucidate structure at atomic level (Henderson et al., 1990) and single particle +structure of macromolecules (Frank & Randermacher, 1992; van Heel & Frank, +1981). We have also studied the structure of actin filaments and thin filaments +(Wakabayashi et al., 1975), complexes of actin filaments and myosin +subfragment-1 (Toyoshima & Wakabayashi, 1985) and F1-ATPase structure +(Fujiyama et al., 1990). To study the structure of individual molecules, electron +microscopy is better than X-ray diffraction or NMR, because two-dimensional +projections of specimens can be obtained directly. Electron microscopy is in the +phase of technical development, and new ideas for image analysis should be tried +to obtain new structural information. Therefore, we require an extensible +environment where we can test new ideas for image analysis easily and quickly. +

Some useful and powerful tools and packages such as FRODO (Jones, +1978; Jones, 1982), O (Jones, 1991) and X-plor (Bruger, 1992) have been supplied +for the study of structures using X-ray diffraction and NMR. Many packages +such as SPIDER (Frank et al., 1981), Tools for MRC (Moore et al., 1970; DeRosier +and Moore, 1970; Wakabayashi et al., 1975; Amos and Klug, 1975), IMAGIC-5 +(van Heel and Keegstra, 1981), SUPRIM (Stoops et al., 1991), and SEMPER +(Saxton et al., 1979) have been also developed for electron microscopy. We have +developed tools required to analyse images of electron micrographs and have +recognised the importance of an environment suitable for developing new tools. +

Some packages for general image analysis have been also supplied in the +public domain. The 'Khoros' system (Konstatinides & Rasure, 1994) is one of the +most powerful and extensible systems that can analyse multi-dimensional +images. However, it is difficult to use it, because this system requires a +considerable commitment of resources and expertise. +

To overcome such difficulties, we have developed an extensible +environment following the methods used by the 'Khoros' system to achieve +extensibility. Because the essence of extensibility achieved by 'Khoros' is +integration of small smart tools on 'cantata', a visual language, we constructed a +group of small tools and additional tools with which to integrate these together. +Furthermore, we constructed object-oriented libraries to improve extensibility +and productivity. +

Thus, the image analysis environment, which is named 'Eos' (Extensible +object-oriented system), has been developed. At present, the system supplies +four types of support to analyse images and to develop new tools: (i) a group of +small tools for image analysis and three-dimensional reconstruction of objects +with helical symmetry, (ii) integration tools such as 'Display2' and examples of +'makefile', (iii) tools for development such as 'maketool', and (iv) object-oriented +libraries for development of new tools. We describe the 'Eos' development +technique, how to use a group of image analysis tools, and how to develop new +analysis tools. + + +

MATERIALS AND METHODS

+

'Eos' system has been developed on UNIX workstations (HP9000/735, +Hewlett Packard and Domain series, Apollo Inc.). 'Eos' was written in the +ANSI-based C-language using an X-window interface. Originally, graphical +tools such as 'Display2' have been developed on Apollo Domain series because +useful two-dimensional and three-dimensional graphical libraries were available. +X11R5, Xtoolkit, and Motif libraries must be installed on workstations to use +graphical tools, because the tools have been ported to X-Window system (X11R5) +with Motif widgets to achieve general portability. +

Manuals are supplied as plain texts and HTML-formatted texts and are +also available on a WWW server (html://tkyemghp.phys.s.u-tokyo.ac.jp/Eos). +Plain and HTML manuals of each tool can be also obtained by using '-h' and '- +html' options, respectively. Each of the tool manuals is almost completed, and +general manuals are now being prepared. + +

RESULTS

+

'Eos' system concept

+ Figure 1 shows the concept of 'Eos', the environment for image analysis +and tool development. 'Eos' supplies four types of support: (i) a group of small +tools for image analysis such as three-dimensional reconstruction of objects with +helical symmetry, (ii) tools for integration of small tools, such as 'Display2' and +examples of 'makefile', (iii) tools for development such as 'maketool', and (iv) a +group of objects, i.e., object-oriented libraries. The two former supports are used +to analyse images of electron micrographs and two latter supports are used to +develop new tools. + +

The group of small tools and integration tools

+ Using this group of small tools, 'Eos' users can analyse images of electron +micrographs. 'Eos' supplies more than fifty small tools, such as histogram +normalisation, median filter, low/high/band pass filtering, image correlation, +Fourier and Fourier-Bessel transform, calculating angular distribution in +Fourier space, printing images and contour maps, CTF correction. Cluster +analysis using the 'distance' array and three-dimensional reconstruction of +objects with helical symmetry can also be performed by combination of these +small tools. +

Figure 2 shows an example of a three-dimensional reconstruction of +objects with helical symmetry using 'Eos'. Theories and fitting procedures for +three-dimensional reconstruction were developed according to DeRosier and +Moore (1970), Wakabayashi et al. (1975), and Amos and Klug (1975). A flow +chart to obtain a three-dimensional image is shown in Fig. 2a. This indicates +that the reconstruction is performed by a combination of small tools. The +examples of 'Makefile' to integrate these small tools is also shown in Fig. 2b. +Using this 'Makefile', the three-dimensional reconstruction of a filament in Fig. +3a is achieved by simply entering 'make' from a keyboard. +

Figure 3 shows the result of image analysis. The three-dimensional +image shown in Fig. 3c was reconstituted from the projected and low pass filtered +image of an atomic model of actin filaments proposed by Lorenz et al. (1993). +The tools of 'Eos' were used to read atomic coordinates from the Protein Data +Bank, obtain the low pass filtered projected densities shown in Fig. 3a from +atomic coordinates and reconstituted three-dimensional densities. In Fig. 3b +the contour maps of two horizontal sections at different z-coordinates are shown. +Because 'Eos' does not support volume rendering or solid modelling yet, the solid +model shown in Fig. 3c was produced by 'xds' supplied by NCSA. To use such +tools, many file-format converters such as mrc2hdf (mrcImage format to HDF by +NCSA), mrc2viff (mrcImage format to Khoros format), mrc2tiff (mrcImage format +to TIFF format), are provided. +

Cluster analysis is an important technique in single particle analysis to +determine orientation of particles (van Heel & Frank, 1981). Using 'Eos', we +applied it to actin filaments. Phase residuals (Wakabayashi et al., 1975; Amos +& Klug, 1975) were used as the 'distance' which provides the measurement of the +difference between images. This approach was useful for structural analysis of +actin filaments, because the change of subdomain arrangement could be detected. +The tools for cluster analysis ("llFit", "clustShow", and "arrayClust") can be also +integrated into a 'makefile'. +

Both examples show that the integration of small tools by a UNIX 'make' +tool is useful. Updated data can be obtained at the required time. Thus, we +propose an idea for using UNIX 'make' to concatenate or pipeline small tools into +one integrated tool, while 'make' is usually used to create executables from source +codes. +

Another integration tool supplied by 'Eos' is 'Display2'. This tool is +suitable for interactive image analysis, e.g. to extract a region of interest. Image +analysis techniques which need an interactive process can be integrated with +'Display2', because this tool has the ability to evoke further small tools. + +

Development tools and object-oriented libraries

+

'Eos' supplies development tools such as 'maketool' and object-oriented +libraries to enable easy development and installation of new tools as shown in +Fig. 1.

+

The 'maketool', which is a shell program, produces a special directory +structure and prototypes of source codes. If a new tool named 'tool' is required to +be developed, 'maketool' supplies prototypes of one header file (tool.h) and five +source files (tool.c, argCheck.c, usage.c, init.c, util.c). Required values and +information can be introduced into source codes interactively by using 'maketool'. +The required information can be obtained from options of tools, a control file or +both, whereas the way to input required data is described in 'Makefile' as shown +in Fig. 2b. One can concentrate on the coding of "tool.c", because it is not +necessary to modify most of the other source files such as "tool.h", "usage.c", +"argCheck.c", or "init.c" if 'maketool' is used. This feature is also useful for +documentation.

+

Furthermore, the development procedures of new tools are supported by +object-oriented libraries. Tools can be modified or developed in a short time, +because source-format is well-defined. The detailed method for developing a +new tool is described in manuals.

+

Table 1 shows representative objects supported by 'Eos'. Objects are +classified in three classes, i.e., 'General', 'DataManipulation', and +'DataExpression'. Tools for analysis have been created with combining these +objects. An 'mrcImage' object is important, because it is tightly related to image +data files of MRC format, i.e., CCP4 map format. Because both tools for electron +microscopy by MRC and tools for X-ray crystallography by CCP4 can be applied to +the files with MRC-format, an 'mrcImage' object is useful for comparing three- +dimensional images reconstituted from electron micrographs with atomic +structure obtained by X-ray crystallography. + +

DISCUSSION

+

+ The goal of this system, 'Eos', is to supply an extensible environment for +the image analysis of macromolecular structure. The extensibility described +here suggests both easy integration of small tools in analysing images and easy +development of new tools. We realised or implemented this extensibility by +supplying four types of supports as shown in Fig. 1. +

+ 'Eos' supplies examples of 'makefile' for integration of small tools as +shown in Fig. 1 and 2b. We are modifying 'Display2' so as to integrate new +small tools into 'Display2' using a control file to minimise necessary modification +of source codes. When it is completed, 'Display2' will become more convenient. +

+ 'Eos' supplies prototypes of source codes using 'maketool' and object- +oriented libraries as shown in Fig. 1. Easy and quick development of new tools +enabled us to rapidly increase the number of supported tools for image analysis in +our laboratory. In the future, modification of development tools such as +'maketool' will be improved by adopting a visual dialogue. Object-oriented +libraries will be also improved by adding new functions and adopting the C++ +language. + +

Acknowledgement

+ We thanks Drs K. Mitsuoka and S. Nagashima for useful discussions in +developing "Eos" system. This work was supported by the grants: the Grant-in- +Aid for Encouragement of Young Scientists and the grant from the JSPS +Fellowships for Japanese Junior Scientists to T.Y. and the Grant-in-Aid for +Specially Promoted Research from the Ministry of Education, Science and +Culture of Japan to T.W. and the grant from the Biodesign Program, RIKEN to +T.W. + +

REFERENCES

+Amos, L.A. and A. Klug. (1975) Three-dimensional Image Reconstruction of the +Contractile Tail of T4 Bacteriophage, J. Mol. Biol., 99, 51-73.2. + +Brunger, A.T. (1992) X-PLOR. Yale University Press, New Haven and London. + +DeRosier, D.J. and P.B. Moore. (1970) Reconstruction of Three-Dimensional +Images from Electron Micrographs of Structures with Helical Symmetry, J. Mol. +Biol., 52, 355-369. + +Frank, J., Shimkin, B., and Dowse, H. (1981) Spider - A Modular Software +System for Electron Image Processing, Ultramicroscopy, 6, 343-358 + +Frank, J. and M. Randermacher. (1992) Three-dimensional Reconstruction of +Single Particles Negatively Stained or in Vitreous Ice, Ultramicroscopy , 46, +241-262. + +Fujiyama, Y., K. Yokoyama, M. Yoshida, and T. Wakabayashi. (1990) Electron +Microscopy of the Reconstituted Complexes of the F1-ATPase with Various +Subunit Constitution Revealed the Location of the Gamma-subunit in the +Central Cavity of the Molecule., FEBS Lett., 271, 111-115. + +Henderson, R., J.M. Baldwin, T.A. Ceska, C.F. Zemlin, E. Beckmann, and K.H. +Downing. (1990) Model for the Structure of Bacteriorhodopsin Based on High- +resolution Electron Cryo-microscopy, J. Mol. Biol., 213, 899-929. + +Jones, T.A. (1978) A Graphics Model Building and Refinement System for +Macromolecules, J. Appl. Cryst., 11, 268-272.8. + +Jones, T.A. (1982) TOM: A Graphics Fitting Program for Macromolecules. In +Computational Crystallography. D. Sayre, editor. Clarensdon Press, Oxford. 303- +317. + +Jones, T.A., Zou, J.Y., Cowan, S.W., and Kjeldgaard, M. (1991) Improved Methods +for Building Protein Models in Electron Density Maps and the Location of Errors +in These Models, Acta Crystalogr., A47, 110-119 + +Klug, A., F.H.C. Crick, and H.W. Wyckoff. (1958) Diffraction by Helical +Structures, Acta Crystalogr., 11, 199-213. + +Konstantinides, K. and J. Rasure. (1994) The Khoros Software Development +Environment For Image and Signal Processing, IEEE Trans. on Image +Processing, 3, 243-252. + +Lorenz, M., D. Popp, and K.C. Holmes. (1993) Refinement of the F-actin Model +against X-ray Fibre Diffraction Data by the Use of a directed mutation algorithm, +J. Mol. Biol., 234, 826-836. + +Moore, P.B., Huxley, H.E., and DeRosier, D.J. (1970) Three-dimensional +Reconstruction of F-Actin, Thin Filaments and Decorated Thin Filaments, +J.Mol.Biol., 50, 279-295 + +Saxton, W.O., Pitt, T.J., and Horner, M. (1979) Digital Image Processing: The +Semper System, Ultramicroscopy, 4, 343-354 + +Stoops, J.K., J. P. Schroeter, J. Bretaudiere, N.H. Olson, T.S. Baker, and D.K. +Strickland. (1991) Structural Studies of Human a2-Macroglobulin: Concordance +between Projected Vies Obtained by Negative-Stain and Cryo-electron +Microscopy, J. Struct. Biol., 106, 172-178. + +Toyoshima, C. and T. Wakabayashi. (1985) Three-dimensional Image Analysis of +the Complex of Thin Filaments and Myosin Molecules from Skeletal Muscle. V. +Assignment of Actin in the Actin-Tropomyosin-Myosin Subfragment-1 Complex, +J. Biochem., 97, 245-263. + +van Heel, M. and J. Frank. (1981) Use of Multivariate Statistics in Analysing the +Images of Biological Macromolecules, Ultramicroscopy, 6, 187-194. + +van Heel, M. and Keegstra, W. (1981) IMAGIC: A Fast, Flexible and Friendly +Image Analysis Software System, Ultramicroscopy, 7, 113-130 + +Wakabayashi, T., H.E. Huxley, L.A. Amos, and A. Klug. (1975) Three-dimensional +Image Reconstruction of Actin-Tropomyosin Complex and Actin-Tropomyosin- +Troponin T-Troponin I Complex, J. Mol. Biol., 93, 477-497. + + + + + + +

Figure Legends

+ +Table 1 : This table shows representative objects supplied by 'Eos' system. +Three types of objects are shown. + +Figure 1: The concept of 'Eos' system and four types of supports by 'Eos'. Four +shadow squares show four types of supports, i.e., "Group of Small Tools", +"Integration Tools", "Development Tools", and "Group of Objects". When images +are analysed, small tools are integrated using the integration tools. Image +analysis techniques which need interactive processing can be integrated into +'Display2'. When a new tool is developed, a group of prototype source codes is +supplied by a development tool, 'maketool'. Also, the new tool can be developed +using a group of objects. The detailed explanation of "Group of Objects" is +shown in Table 1. + +Figure 2: Three-dimensional reconstruction of filaments with helical symmetry as +an example of 'Eos' usage. a. The schematic diagram of the procedure of three- +dimensional reconstruction of specimens with helical symmetry. The left terms +boxed with rectangles indicate 'Eos' objects and the right ones indicate image +files with suffixes. Tools expressed in italic such as 'fft2d ' are supplied by 'Eos' +system. b. An example of makefile for a 'make' tool. Using the UNIX 'make' +tool, each of the small tools is integrated. Each of the data sets is assigned as an +object of a particular type according to a suffix. By using this 'makefile', +updated data can be obtained at the required time. + +Figure 3: The results of image analysis using three-dimensional reconstruction of +specimens with helical symmetry. a. A projected image of an actin filament, +which was produced from the atomic model of an actin filament (Lorenz et al., +1993). This image of a filament is treated as a model of micrographs recorded in +an electron microscope so that the validity of the 'Eos' tools could be tested. b. +Contour maps of horizontal sections at successive z-coordinates of a reconstructed +image of a model actin filament. c. A reconstituted three-dimensional image of a +model actin filament. A three-dimensional image (mrcImage) was transformed +into NCSA-hdf format by 'mrc2hdf' and then the image was displayed with 'xds' +supplied by NCSA. + diff --git a/doc/DevelopmentTools/.content b/doc/DevelopmentTools/.content new file mode 100755 index 0000000..92e5e2b --- /dev/null +++ b/doc/DevelopmentTools/.content @@ -0,0 +1,16 @@ +

Content

+ diff --git a/doc/DevelopmentTools/.footer b/doc/DevelopmentTools/.footer new file mode 100755 index 0000000..e04310f --- /dev/null +++ b/doc/DevelopmentTools/.footer @@ -0,0 +1,2 @@ + + diff --git a/doc/DevelopmentTools/.header b/doc/DevelopmentTools/.header new file mode 100755 index 0000000..6c630c0 --- /dev/null +++ b/doc/DevelopmentTools/.header @@ -0,0 +1,8 @@ + + + +Devementment Tools on Eos + + + +

Development Tools on Eos

diff --git a/doc/DevelopmentTools/.list.html b/doc/DevelopmentTools/.list.html new file mode 100755 index 0000000..f264826 --- /dev/null +++ b/doc/DevelopmentTools/.list.html @@ -0,0 +1,13 @@ + diff --git a/doc/DevelopmentTools/MachineIndependent.html b/doc/DevelopmentTools/MachineIndependent.html new file mode 100755 index 0000000..404b203 --- /dev/null +++ b/doc/DevelopmentTools/MachineIndependent.html @@ -0,0 +1,10 @@ + + + MachineIndependent + + +

MachineIndependent

+

Function

+ This program is used when binary codes of various architecture are used. + + diff --git a/doc/DevelopmentTools/Makefile b/doc/DevelopmentTools/Makefile new file mode 100755 index 0000000..1800889 --- /dev/null +++ b/doc/DevelopmentTools/Makefile @@ -0,0 +1,2 @@ +all: + htmlDirList > .list.html diff --git a/doc/DevelopmentTools/htmlDirList.html b/doc/DevelopmentTools/htmlDirList.html new file mode 100755 index 0000000..df27981 --- /dev/null +++ b/doc/DevelopmentTools/htmlDirList.html @@ -0,0 +1,14 @@ + + + htmlDirList + + +

htmlDirList

+

Usage

+
+	$ htmlDirList 
+
+

Function

+This shell program will create a list of *.html except for index.html in HTML-format. + + diff --git a/doc/DevelopmentTools/htmlUpdateTime.html b/doc/DevelopmentTools/htmlUpdateTime.html new file mode 100755 index 0000000..e817c2f --- /dev/null +++ b/doc/DevelopmentTools/htmlUpdateTime.html @@ -0,0 +1,14 @@ + + + htmlUpdateTime + + +

htmlUpdateTime

+

Usage

+
+	$ htmlUpdateTime
+
+

Function

+ This shell program will create html-formatted current date-time information. + + diff --git a/doc/DevelopmentTools/index.html b/doc/DevelopmentTools/index.html new file mode 100755 index 0000000..8ca1510 --- /dev/null +++ b/doc/DevelopmentTools/index.html @@ -0,0 +1,28 @@ + + + +Devementment Tools on Eos + + + +

Development Tools on Eos

+ +

Content

+ + + + diff --git a/doc/DevelopmentTools/makegeneral.html b/doc/DevelopmentTools/makegeneral.html new file mode 100755 index 0000000..1592736 --- /dev/null +++ b/doc/DevelopmentTools/makegeneral.html @@ -0,0 +1,157 @@ + + + makegeneral + + +

makegeneral

+

Function

+ This shell program will be used in maketool and makeobj. +

Usage

+
+	$ makegeneral [World] [ClassName] [ObjectName] [Action]
+
+ +
+

Source Code Structure

+

Enviroment Varilabls

+ +

Function

+ +

Template Directory

+ + + diff --git a/doc/DevelopmentTools/makeobj.html b/doc/DevelopmentTools/makeobj.html new file mode 100755 index 0000000..d96c42b --- /dev/null +++ b/doc/DevelopmentTools/makeobj.html @@ -0,0 +1,9 @@ + + + makeobj + + +

makeobj

+ + + diff --git a/doc/DevelopmentTools/maketool.html b/doc/DevelopmentTools/maketool.html new file mode 100755 index 0000000..eb1443e --- /dev/null +++ b/doc/DevelopmentTools/maketool.html @@ -0,0 +1,9 @@ + + + maketool + + +

maketool

+ + + diff --git a/doc/DevelopmentTools/protoHTMLCreate.html b/doc/DevelopmentTools/protoHTMLCreate.html new file mode 100755 index 0000000..32fa61f --- /dev/null +++ b/doc/DevelopmentTools/protoHTMLCreate.html @@ -0,0 +1,14 @@ + + + protoHTMLCreate + + +

protoHTMLCreate

+

usage

+
+	$ protoHTMLCreate file.html
+
+

function

+create prototype HTML file + + diff --git a/doc/DevelopmentTools/protoShellCreate.html b/doc/DevelopmentTools/protoShellCreate.html new file mode 100755 index 0000000..6414bb3 --- /dev/null +++ b/doc/DevelopmentTools/protoShellCreate.html @@ -0,0 +1,15 @@ + + + protoShellCreate + + +

protoShellCreate

+

usage

+
+	$ protoShellCreate shellcommand
+
+

function

+This shell program will create a new prototype shell command. + + +
diff --git a/doc/DevelopmentTools/sccs.html b/doc/DevelopmentTools/sccs.html new file mode 100755 index 0000000..b808eb8 --- /dev/null +++ b/doc/DevelopmentTools/sccs.html @@ -0,0 +1,32 @@ + + + SCCS on Eos + + +

SCCS on Eos

+SCCS: Unix Source Code Control System +
+
sccsPut +
make source codes read-only and register current version of source codes. +
sccsEdit +
make source codes editable and modify source codes. +
+

Usage :

+ + + diff --git a/doc/DevelopmentTools/sccsEdit.html b/doc/DevelopmentTools/sccsEdit.html new file mode 100755 index 0000000..d5ee7cd --- /dev/null +++ b/doc/DevelopmentTools/sccsEdit.html @@ -0,0 +1,9 @@ + + + sccsEdit + + +

sccsEdit

+ + + diff --git a/doc/DevelopmentTools/sccsPut.html b/doc/DevelopmentTools/sccsPut.html new file mode 100755 index 0000000..85d53f7 --- /dev/null +++ b/doc/DevelopmentTools/sccsPut.html @@ -0,0 +1,9 @@ + + + sccsPut + + +

sccsPut

+ + + diff --git a/doc/DevelopmentTools/test/bin/HP/test.HP b/doc/DevelopmentTools/test/bin/HP/test.HP new file mode 100755 index 0000000000000000000000000000000000000000..53e9d8af1a18c083af203ac2ead92cb8b1f2cc4d GIT binary patch literal 105086 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 literal 0 HcmV?d00001 diff --git a/doc/DevelopmentTools/test/doc/SmallTools/test.html b/doc/DevelopmentTools/test/doc/SmallTools/test.html new file mode 100755 index 0000000..8719296 --- /dev/null +++ b/doc/DevelopmentTools/test/doc/SmallTools/test.html @@ -0,0 +1,17 @@ + + +test.HP + + +

test.HP

+

Usage

+
+Usage: test.HP
+Options:
+    [-i[nput]            In                  ] :Essential :InputDataFile
+    [-o[utput]           Out                 ] :Essential :OutputDataFile
+    [-c[onfig]           configFile          ] :Optional  :ConfigurationFile
+    [-m[ode]             mode                ] :Optional  :Mode
+
+ + diff --git a/doc/DevelopmentTools/test/doc/SmallTools/test3.html b/doc/DevelopmentTools/test/doc/SmallTools/test3.html new file mode 100755 index 0000000..da877dd --- /dev/null +++ b/doc/DevelopmentTools/test/doc/SmallTools/test3.html @@ -0,0 +1,17 @@ + + +test3.HP + + +

test3.HP

+

Usage

+
+Usage: test3.HP
+Options:
+    [-i[nput]            In                  ] :Essential :InputDataFile
+    [-o[utput]           Out                 ] :Essential :OutputDataFile
+    [-c[onfig]           configFile          ] :Optional  :ConfigurationFile
+    [-m[ode]             mode                ] :Optional  :Mode
+
+ + diff --git a/doc/DevelopmentTools/test/src/Tools/.Source b/doc/DevelopmentTools/test/src/Tools/.Source new file mode 100755 index 0000000..d38d844 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/.Source @@ -0,0 +1,4 @@ +SOURCE=\ +test \ +test3 \ +#LastSource diff --git a/doc/DevelopmentTools/test/src/Tools/.Source.org b/doc/DevelopmentTools/test/src/Tools/.Source.org new file mode 100755 index 0000000..cee45b8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/.Source.org @@ -0,0 +1,3 @@ +SOURCE=\ +test3 \ +#LastSource diff --git a/doc/DevelopmentTools/test/src/Tools/Config/Define.inc b/doc/DevelopmentTools/test/src/Tools/Config/Define.inc new file mode 100755 index 0000000..9ee2d89 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/Config/Define.inc @@ -0,0 +1 @@ +WORLDNAME=Tools diff --git a/doc/DevelopmentTools/test/src/Tools/Config/Target.inc b/doc/DevelopmentTools/test/src/Tools/Config/Target.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/.Source b/doc/DevelopmentTools/test/src/Tools/test/.Source new file mode 100755 index 0000000..40bfe68 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/.Source @@ -0,0 +1,4 @@ +SOURCE=\ +test \ +test2 \ +#LastSource diff --git a/doc/DevelopmentTools/test/src/Tools/test/.Source.org b/doc/DevelopmentTools/test/src/Tools/test/.Source.org new file mode 100755 index 0000000..e18d3fe --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/.Source.org @@ -0,0 +1,3 @@ +SOURCE=\ +test \ +#LastSource diff --git a/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Entries new file mode 100755 index 0000000..e182040 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Entries @@ -0,0 +1,3 @@ +/Define.inc/1.1.1.1/Fri Feb 1 05:12:45 2002// +/Target.inc/1.1.1.1/Fri Feb 1 05:12:45 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Repository new file mode 100755 index 0000000..e31bee4 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/Config diff --git a/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/Config/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/Config/Define.inc b/doc/DevelopmentTools/test/src/Tools/test/Config/Define.inc new file mode 100755 index 0000000..56d521e --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/Config/Define.inc @@ -0,0 +1 @@ +CLASSNAME = test diff --git a/doc/DevelopmentTools/test/src/Tools/test/Config/Target.inc b/doc/DevelopmentTools/test/src/Tools/test/Config/Target.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Entries new file mode 100755 index 0000000..7733e1b --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Entries @@ -0,0 +1,4 @@ +D/Config//// +D/doc//// +D/inc//// +D/src//// diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Repository new file mode 100755 index 0000000..a5ce70c --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Entries new file mode 100755 index 0000000..35023d8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Entries @@ -0,0 +1,4 @@ +/Define.inc/1.1.1.1/Fri Feb 1 05:12:45 2002// +/OptionControlFile/1.1.1.1/Fri Feb 1 05:12:45 2002// +/Target.inc/1.1.1.1/Fri Feb 1 05:12:45 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Repository new file mode 100755 index 0000000..bd1beee --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test/Config diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/Config/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/Config/Define.inc b/doc/DevelopmentTools/test/src/Tools/test/test/Config/Define.inc new file mode 100755 index 0000000..859d978 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/Config/Define.inc @@ -0,0 +1,2 @@ +OBJECTNAME = test +EXTRA_LIB = diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/Config/OptionControlFile b/doc/DevelopmentTools/test/src/Tools/test/test/Config/OptionControlFile new file mode 100755 index 0000000..465fc1c --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/Config/OptionControlFile @@ -0,0 +1,6 @@ +# OptionControlFile +# FileFormat +"-i","-i[nput]","InputDataFile","Essential","1","1","In","inFile","NULL" +"-o","-o[utput]","OutputDataFile","Essential","1","1","Out","outFile","NULL" +"-c","-c[onfig]","ConfigurationFile","Optional","1","1","configFile","inFile","NULL" +"-m","-m[ode]","Mode","Optional","1","1","mode","Integer","0" diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/Config/Target.inc b/doc/DevelopmentTools/test/src/Tools/test/test/Config/Target.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Entries new file mode 100755 index 0000000..1784810 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Entries @@ -0,0 +1 @@ +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Repository new file mode 100755 index 0000000..6b30e2e --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test/doc diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/doc/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Entries new file mode 100755 index 0000000..97456b6 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Entries @@ -0,0 +1,3 @@ +/config.h/1.1.1.1/Fri Feb 1 05:12:45 2002// +/test.h/1.1.1.1/Fri Feb 1 05:12:45 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Repository new file mode 100755 index 0000000..fc0a78d --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test/inc diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/inc/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/inc/config.h b/doc/DevelopmentTools/test/src/Tools/test/test/inc/config.h new file mode 100755 index 0000000..81fe586 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/inc/config.h @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include "../inc/test.h" + +#endif /* CONFIG_H */ diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/inc/test.h b/doc/DevelopmentTools/test/src/Tools/test/test/inc/test.h new file mode 100755 index 0000000..c8e3f48 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/inc/test.h @@ -0,0 +1,39 @@ +#ifndef TEST_H +#define TEST_H +#include +#include + +#define OPTION_FLAG '-' +#define OPTION_FLAG_POS (0) +#define OPTION_POS (1) + + + + +typedef struct testInfo { + long flagRedirect; + + long flagIn; + char* In; + FILE* fptIn; + + long flagOut; + char* Out; + FILE* fptOut; + + long flagconfigFile; + char* configFile; + FILE* fptconfigFile; + + long flagmode; + long mode; + +} testInfo; +extern void argCheck(testInfo* info, int argc, char* avgv[]); +extern void init0(testInfo* info); +extern void init1(testInfo* info); +extern void usage(char* usage); +extern void additionalUsage(void); +extern void htmlBeforeUsage(char* usage); +extern void htmlAfterUsage(char* usage); +#endif /* TEST_H */ diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/.Depend b/doc/DevelopmentTools/test/src/Tools/test/test/src/.Depend new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/.Source b/doc/DevelopmentTools/test/src/Tools/test/test/src/.Source new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Entries new file mode 100755 index 0000000..8143c54 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Entries @@ -0,0 +1,10 @@ +/.Depend/1.1.1.1/Fri Feb 1 05:12:45 2002// +/.Source/1.1.1.1/Fri Feb 1 05:12:45 2002// +/argCheck.c/1.1.1.1/Fri Feb 1 05:12:45 2002// +/init.c/1.1.1.1/Fri Feb 1 05:12:45 2002// +/test.HP/1.1.1.1/Fri Feb 1 05:12:45 2002// +/test.c/1.1.1.1/Fri Feb 1 05:12:45 2002// +/test.html/1.1.1.1/Fri Feb 1 05:12:46 2002// +/usage.c/1.1.1.1/Fri Feb 1 05:12:45 2002// +/util.c/1.1.1.1/Fri Feb 1 05:12:45 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Repository new file mode 100755 index 0000000..62a04ef --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test/src diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/argCheck.c b/doc/DevelopmentTools/test/src/Tools/test/test/src/argCheck.c new file mode 100755 index 0000000..999c537 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/argCheck.c @@ -0,0 +1,85 @@ +#include +#include +#include +#include +#include "../inc/config.h" +#include "genUtil.h" +#include "String.h" +#include "File.h" +#include "Memory.h" + + +void +argCheck(testInfo* info, int argc, char* argv[]) +{ + long i, j, nv; + char s[1024]; + for(i=1; iIn = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagIn++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("o") { + if(i+1Out = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagOut++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("c") { + if(i+1configFile = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagconfigFile++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("m") { + if(i+1mode = stringGetNthIntegerData(argv[i+1], 1, " ,"); + i++; + info->flagmode++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("h") { + usage(argv[0]); + exit(EXIT_SUCCESS); + break; + } + SCASE("html") { + htmlBeforeUsage(argv[0]); + usage(argv[0]); + htmlAfterUsage(argv[0]); + exit(EXIT_SUCCESS); + break; + } + SDEFAULT { + fprintf(stderr, "Not Supported Options: :%s\n", argv[i]); + usage(argv[0]); + exit(EXIT_FAILURE); + break; + } + SSWITCHEND; + } + } +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/init.c b/doc/DevelopmentTools/test/src/Tools/test/test/src/init.c new file mode 100755 index 0000000..2d1d960 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/init.c @@ -0,0 +1,51 @@ +#include +#include +#include +#include +#include "../inc/config.h" +#include "genUtil.h" +#include "String.h" +#include "File.h" +#include "Memory.h" + + +void +init0(testInfo* info) +{ + info->fptIn = NULL; info->flagIn = 0; + info->fptOut = NULL; info->flagOut = 0; + info->fptconfigFile = NULL; info->flagconfigFile = 0; + info->mode = 0; info->flagmode = 0; +} + +void +init1(testInfo* info) +{ + char s[1024]; + int i; + if(!info->flagIn) { + stringGetFromFile(s, "In", stdin, stdout, 0); + info->In = stringGetNthWord(s, 1, " ,"); + info->flagIn++; + } + if(info->flagIn) { + info->fptIn = fileOpen(info->In, "r"); + } + + if(!info->flagOut) { + stringGetFromFile(s, "Out", stdin, stdout, 0); + info->Out = stringGetNthWord(s, 1, " ,"); + info->flagOut++; + } + if(info->flagOut) { + info->fptOut = fileOpen(info->Out, "w"); + } + + if(info->flagconfigFile) { + info->fptconfigFile = fileOpen(info->configFile, "r"); + } + + if(info->flagmode) { + } + +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/test.HP b/doc/DevelopmentTools/test/src/Tools/test/test/src/test.HP new file mode 100755 index 0000000000000000000000000000000000000000..3e38dc5db57ae9618667405095c936e1e1a67823 GIT binary patch literal 105120 zcmeFa4}6r>l{bE8GMPM?nPi4ZAb&{614J9qYJedLEMz9(-(XN81V||CBqV`^gd`?G zgVmSej}i)%C@5g1L~FNn*Inr=t?25{_@_dvyR!V(7fV#yPOE*(zSSC9G{5h;_dfI7 z{IS^WzHhsq?X>ZE?)RR1?m6e4d+xdSd1kOWEn2KMz=nP@tAT~_*TXE2BnQ}p4#q42 zlw)vx64z0T#g^lW4_&P~t{EtxzHvFO#f-(FO-wCgB~-?TuKE>b>B7Aud2ZU&H6F%n zDC979aR*~4@h){1pnFRT$}{IPmRX4#{s{xcjXrgfZ_4B^=jIookURCpd>^mH{ZH=u zD&2;Mqbs;^O5TmRQ>cEz9gffFsxxNCr2v1EvV*l%HMOnN^qXcbSrnR8eADdawwr32 zt8bcBdq-_!bIaP=ruMSt=Ek<0+H2d|Z)$6;zDX%YF}k@iSbD=9`otUg|MW?@xsz_9 z|4-C&r%anTX_{|}-dmtU z3Juj;(fq?o79;}Pvt+s&G{%)G%XRv1nErzgnVo+~0GQkSlTNB+P6gO?{3_}84y7YMV5tZh z{3_`V4y5}M_;H^5qa+9RLsL_!ak{v-B85xPq=US_B>GNb(ci z@n{97TNo_{*!8#%l6{G;H(G%?Q%G}&hpD(af%7ZuZ1oJJBY)Wg8Y}#bXz0qvL-iL+ zg-)%)_%p&BV}2b)?i+g4HwpoX&&>G&mP@zs*`*8TEh#FSoh>S2vuDjOi{6(;?_Jr8 zg7fDUhh`O(70GI5&n}x?E{To$dAH74VAQ*^i8{2XtZ1RZk~y<)nKys_yqODTi5_FK z=g%`LopcZCvUxK(3ww5yj3s6-zIExmTW6`G4l4%AmRAMfp?d)4;8M3*v7tWr! zV9D%-3d1A=8^ka^iVKDbMmc0MOvo;sQxuxHVDYVGvlq%vMyQxVYv*90Q%^ms>-4#1;YsEeP;5sHoV#b^y%o!u-vK6`{tH68`i=|jDv7p4T zOn=lVv2uyUDOjV#GzAMwjC5;}ZMzh#QDWT+Rwwke_DIYHeKm<4ml)Z=z%EM6$uXUm zmP?GBtXm0#*vFz{JK*1_t3QvrKHu`&fKm2DMSvJFh-SBbW;T}-9f_S(9kZKIgl z_K@h;# z%Ox9N@wO>;&h-t|#3IxEXC#KgiTYTib4>ZQoG&CijUs7;E?j&B47AtCMXB>lAHc zeG;QMbX@pp?A>M`K8z8SVp>dWN`a(PWbqx5eH@W=oS*C?pkSwl%IxcqZQoGn&IvkZ z^h^ADB^H)+iIjUvY_G(i+ZTr&zv8j3Ph#+c zDGgsxH|ay{|G92LX8ZGs%)b_x?UIW9rRyQ&i>^J~H=qYpuq(cszgl1z8u7sm#}Ihq zG8F6r=zzsOsbYVE4Z^amG55X0ujj-1X{lJ>m@yt$D?Z0hb&@vDnCC=SF4o_;0M+0F zeGA4zx0%@bToDjqQ&-R7SiGiUXbZZyQU&Xm{0zTG+rPn@mk@*PO0r2eZM(p1hQ6Q! zrV}0CPZ24#bz611jgFgQm$-JS!H2NB1zp@00dY*)G|m`bqT3?ro>1sy{EIs*G4c(g z?W+pi4#{0fu&3 zi-{E-kXTs3-j{8=Ol;O5cPm(*#CDiinN4DkDws=RhfHkIqY^Xh zNBwq7>60z8 z?dRn$e?Gs@O+XIpRK|SCm*C@+7iTN_eo5-Fd>B3cVs#TT4_H5B+!(Na>=twb)(;tT z2CN^CO1dYc4ZMgi-4ZkAG+|Fj>{W&Cpuk)b;%n5C67wi@ha{#e*kOs~D%cT;1r+Rg ziIpl?58@hPn5$A^#7fuZP9e7qtAe?c&f%`xeg zjTdX4ONpIpzJa!&a~(738gLdw{A`^j7MctUGAAhhSM{dU?VO~e*uGrS1 zC9uRYi6Ng{B+pb6D@|-tSkg60O!y1um)K#_waN3u#4RSa@Cn)0SbM0g z_zjR*J`N3nDTk+F%So2)yG7h@)53cK)|Kj!FF)aR7Mdok)<;zTKPyCan z%y)c(7z@l@qhkLB^gukdA2Vg{XoeoZ+?^^W=i3$&TmQbqT1@P&q`!21Ma;1mNSXQk z74gMw#1f7P-QpD+-1RpizC@ofV{YA5@CEgi`P!c$M(`Xs;gB*$A&f8bVt1d4Nj;WJ zjMe}n)*0igVqr-~w)*qw#`7?bN73UIu<6J_uupbI%s#&QjI^I>tBAzHlI~Bm)wQLP-zmwDa>qY1m+~lU<3n#k56pAz zLsO53lYkX5Ho~P~%@WHnu|3ZJ8v4dxQe^(l9Io$(=_)353!2zonjd6?auov|Y~?&} zVvke{%x(Av;=woWL|f2}F#LdHGM03kZTG(-V~G+^_xDITh2Q=UB;7%!ZA8!|?U}X|hZ1Bxoi79j8oANwjgc4uA zSuW_jn!-=!)ZSDD+ac+)6)Yk#RbP3Q;SDHsA4HjUH(|Q$7xCc0^&&>{5h zCv_><^OE1A3f3dBCl%~fiS;PhF@b3+-5U~nUZFcK+n!UfQv&m-*f~k3j^%ktXJDkS zj6+F%3cp@Km#it+MTw;`}WQo;Hp)}mlnBxZ~UY(IfX z%ve_mvq|g;v+V>;VuuyXC9zi(%p)Tu^SY+9EnX=up1;cU%_%Ewp_t{5^Gej0*Q4f81h{giV23yxE_#aEhBeGI>P#f znZLv2z!L(0uK6os)5s@HnY*(@Y#Q04VuH?PtWnUdd#0p2uF%Z{9rDDHy$VLpm()mi@SYY_S0sDlbtC-R|DWeO(GEJsx; z*c+0rMZshqHtKE#>ymVx3U*jxdlhWBIQ|#q2g1kW)wvLmw(n8&xFBt>jQL|1zMzi> z|GYkKkC=Kq9w+=IPVu$Jv3H?4?S4X`+b;JST?*Fum#(jnFS@r^^1A5W9@q^sXNd0Y zz2CFW7EUWw@nc2Q!v3MS_a zmR<27ejmb5>3pL`Vm8Jer*|BHr6il!-;EZ}s8Vzj`+KLvj6TrzTVIh_z@+=Od?z(U zi5rJzN;;+Af1vj$u-8p7)(Y_ZM|sx5S|mTp8HStt!_1Ex3xo{@oS9#e*z=Mfoxl8v z=OBrvVZX4c?=w%$$t5gBiJi~DrX1U?(EZ-d={!oTd*-Zcdsv}6D`ZxE^2P$#3M46y znshxeQn&wrt!~=;#cY)$eT|)x{r<6MM&xVLO_^WbjF?Ei_J)f67tn+J^r9*A51)Y^ zgk4fG%q?K*M2W_OVvz0Ui zQF^xwKAC!hf_)r{=Lr-07ditVetjw?_@#k2|KNI@@@()+OI9&K=Q(6zCuF~A*(xT+ zGD#WB)7$^!e*cASZ;Xdwt3NizLSMJf)Z_G1LXT1BP3-KV{{nhgFy>{7%y$YsM%0+t zxqp^9rZPXy9T9Y?%9x*fU(lr)a|XU~&REL~?El6*`jf^|>?_i`rM^PGTq>m*^A}i} zZ&0lB(wr7Po;pjmg}!geygjwl#4db8*k!arcVVxHIS$39z1adwJEydLQeqJWyC^Yb zUS5#z|2YmRbms+Kx@Ka%@;!?5R0WgI64Gxlv3IA-wu;QXGIpjfH|ctxmvrq4c1dDN zjO~3xVo#WK?`aY{Y+~>BO6*kyll#^5QwnxP(p^-rCnR=B!Q|d~w1ntgp?41ny3rnm zPU<#VH?jAmtwt+$c`rw{El}u;=P8Qq-466;myq+faG zE0|$}OA03E+vqC_CjBMDqhNiaj||qlBxVqr;_ zh&VLNzHHcauurx%dLi7l|4k}KOvIX!X7qvicJY59KLD1|A!X*+pP*Zv zY-_}4FKqCCTQ}YZbVELrcF5G@r~W@d4`VD9J)++mGwg>kihjS$@aI1&SCQ*mr<9r2 zvarOu6ihycNZV^-ql1Dj!~tn5psRY=u@zE$*;`BJk0|0+@N4vMIV`}9(!fm z8inp@iM1=(>$0s!!Fna#76tpgz%mqUM3QWqVbYDr6?8EL3bs_zDKd|!lbA}kMfST} zY5SC<3o2NTqsg8f{!RqQw7BT4tFLf0>`Qzqth%C?mXmM!TnDwto=H7Zz8 z(tV_0Uy*bj3U*LpicP)CCALGMYn0et1=}sLZUyU>m@!x3&)z2`X2b)+Jg*Nx0G+mwu((tUX@sj**5hJAz#LB1-l^W6q}~?3A&gZlP=vY>7G}x3_<5U zqF^^!xCVN!#75w^W1JGZWMcfzwzjIiNn);0sJ*tMJ=E4-)oS=bLMTM#>W0u=wXMy9 z5Og(F?NtNl@Vh1SQ!k-~Ww&y7PRMR+Zw)opgWLMG(!rhCWx;v)`77gRWIUog@CQ%O zg+t)cA24w%bOty=VuOD`Wt2iY_(xMD-{_Cd$o>cZ@C^FbvLSp`dx%>R<@iu&ZB#n( zLPuy-3k_ELx;75jm63}Jt*vfe*Te;NhpHQEt6D=GsBPuMj!;{xuePJ5S$af*@q0Ra zxCMWwf#D}{2uY0oMvh73iei!obWZqDV@+sPW7TTe7cbW}Hw$GQqQ0@dP1q6iiz*hC z&AufxkN4vkSj2Dr@ZaGPzv?4IgD(lp=#|E<4tlkHdhNE zK0CW+eN%N+W20HFzhho#qI3{@c6Mv+TKrrSKC$&p_3aYZs#;gitgEe-Lq|Rloo$?M zqTuJQs;Q}OuWxRuYFyk_wVIE*`rAnAZz08oLiNonMLTU(ePitc)0alT7wel=&#i5r z)7rdt4k`tmCyL+NUbnQl)zH%x^-#Qo4w~wx&v;{VF*DY*p>eTmbM)R{L96Th(ZEhB~6Fr;hP)heE4s+ZS~rzq^zrj~=!-f*>?(7T+Sg*}r8B6%-{hvTuCHpWzpJ(eVKR>xLBE-03l@gv z&s$U$3USti%^Hl2fR8nY#QY7_v^R^{hL=}WyxPR=FoqFN+&r{|YSyh?yFS!f%T41^ zv6|Xy>8kKKGn!u;EdBCKM|HK{+(O>grq9sz>laMYzdU>5jk)@l=kWg)38!}iOXUwC z3MY*#x-qxl#sXf@FjwxVZ*5lA4S0HW=#Hw!b;dYijR1DX04yQYR=>Kfw!O8seO;?; zjQCQ&S^?r17Anv~Df$ zF}A~WU}J4Dco^kLQZ}PJc~IFms61s*nL8gaTU&LNF)lW9$!4~il}0#VahL{Bl~49q z$eAaZ!_S+HLLB%s)`}YY+I5Wv9$Qm?he5B^H?5*6VAwfkZ52=5<65zz)Cel9U9ASa z1Af`wyt2M&vd}hKmIR<}G-xrV6C0|U))?~{Ye98eXi;%R*=(*kVl>LZ(uvX#@Q>R1 zCSaJ1L=YdM!KtdL=MwQXoNK*KIzb%fMRcspTlj!ER*37+R>XDO!wPuPg^$3+y&5Ot zFr$sAkr-OnSictO4=o$DBI0^@E>%hZIAvWkm zt<`l%K&mlQYxO&j4CtjrlMp4U+S+Q@!j)wD!(w@q;AUYXd5oAiNzZ9(Y^<+Fi-|W* zyiU|P+N###*Gp-A;(*pRvA(Toow1}ct!>hPazb@gTWzQcOXB*rdKt5Ajm=R#wz~RN?QPrv= zk+i%Nt&RObm zYSye1iJ+sYxdy%wU6UQFTbu91aswV*(x@CVh{i#N)|IW?7EW4kuv%c2aj{%fZfR|< zrty?|BFB={up@GEqa)kugAMAN9wEMlC%Q_A9? zdn7+bh95t$2wHQ9)m#T_W_A1e7H%sZzhuy)IgY(abdJYo(v^zpff*8*5t{jVMEHfK^LYw8w8*hpfoR50JA{ zxvJ(46SFIt+0CVt`-rMDY!fZo5r>V9yjZJE+ZbbGTs87Z)18^Na(z2~9o(3H$l;os zjCIC2XzIpS*VQ&u*R5-kLCntYg?5gWbbf;^e6{dmt!>>(g_LPnC#vh38jQIo+KQ5G zWs9*qVvVMDCLPro{%@~ssy0?ZyU>HH6&sCAl$(e+W%PqMP}L}tWY~YE8O1p5q(S-L zOm&oLpEWS!!;gYsOc9~XBvAN*>*&w|A1^G`g>=Uv0!4 z_%H~o>u@|{q_`9#38TfZ4a2|I@C~waTWI#;nS2EJIm-aEIH*}oJ#sy++jS(+uP!zUW z+lFJFTTio;2eJ8_TYI2zDhSd3cX@2#ubR~qLnPTn4Cc&#`scJWDq1RNeJJO@5s-xgZ6 z7TLK(Z00h^V&odg_uO)ytk&DirIFdqC3w)inXzCkiWcnVEwh`c$iRE#SJmx88@stw zv)IO(=vp1i_xHknv7y^nHAx@kIibvt5x?47n`8l`d~K_1jrxg$)`+@R#aDPaI_5lg zL%or(@ij%H7|8o@9#K!OC1kK;;u&Y~vF0ts>y_=zVxHN}TV}sAno?lhM>;`7QU`5d zk!b@{4$&e08&Bsfu$3`Cjf%K|>5l>PYpiKnW;4yktRbODOz3ug7>O&7b}^w^Sr$7) zJ8TWr1+P$J^kD{wOb z+SVS5o)kEuvWo@5K^}wi$o5uo3gtBExg;W&k+jjaLP)Kqz6RT~=)TY7EjmYA9Nzo5 zgyMd(axZD<97S3qUb?*D7kSzq+tRes7>7Z!@lN6mdF5PC+H(n&GN)I{ymO_@rHfNS zfX#GQrru+(j(x@ALC;d;*_!F@EC%OdWPJPWtD?J2Ye?+(z4*r|X5MtuEno!KY{I{h zBR1Qy*>GB67W@z)9FLD4&PWND_nbyW+6Z!Foo!ZEQ4=3FZsT1QQ z=mbM?FHTo%+3N%&^vnB^hc4D^aT81ZMKR$J)@;Gknk`Obc)$5b3~_=*;#;$Ya@K6& z44kh#tPy<+Jek|L9%!`#RAR;`%g=b&VP6oX+vuwXO zG`K8H9OZAESBv(G#lsWG6y+}kiu%WZGWwScqxA#IsF${k*2}UXuPjF89ax?hGS0jV z`HXT@K53vRe_2kDzDS3~MjVL4<3ZzzhnC$|w-!r>487RPBO_}U58iCq2-MMWL4p)r z4Y3c-UWHL_;-}e0AG9Gi`iO^1BEsKcoFyi-(Lock{5$HA$O@+Rrsh_lyb#C7xtSks zEBvA|yW3iD6kIicgL7s5YL%mlo-e2XI2*j^fv6#ywO#l#^1r5fd6J^gMf-FaebU*l zw8IEvZi@%7QCh93xvj3T-Z%IjMnum;pBE2&4vsEjFXHbK!V2CEvEM*_PB>)! zh+m)j>;<|4?;c7MyM}5eJoQ;GT|v_~lqM#dYC!WkT``1smt$~W^lw^mny2Xs_n$SC zCYJjI_`D}+t{{bU;SaQqQh^Qrue0Y5@cEgbc0$h~^86jup|4j24gK3rLue*QnjcA; z-mA-#7#zyS_N?UduHci{b9Fv$Z782u9?KzfMDTIXABKh>iBeTjeH2Yt!7k%Dm_ zEKf{^l;<_N;ya=}Luq39at1!{a}t(vZWx++ssoLT2`P|yNMGNQG*X^aeHfZ2B+Y5M z;yZMWSJyoiHXYoT&4^KF1)ntE)%m1NAIc}zh*5I9(h%#eHeP9E!|;LaRr{n>egQsp zUx4QBp?$@?BK!Imy5hb2V^`-h8tdBC^vb|k47PKOv3|iP=#$Ys49&|_1K&79SI`VI zcVY~hQdzkjvBUoG%g z3;fjrf3?70E$~+h{M7<~wZNZh0WG~e{LC_D{h+spom`Rik}TV0`EglJl;zE`JVusl z!s&r=)c)j()I#Sn`y&zj+J&NrZCf|l^kK|Im~&JH=Bqt&R4!Q@AFU*tpalYL)vXjC0@u!N%{1Chz0bdRMJRZr)x`oPgAGJZ&n0rVEw1Z8p zE6}Ev`i^9c`55i2&)^UDQzXpD=qui^Z5p>(Mb71ac$VuFf!@}CsK|QfWJN*W9wFO* zgqH_4AzsW08-m|y;-|=7LGnS@7o;BjvZ^X45Wx94!J?J}}&)N5*+=B8;xK^V6CHTiW;P0TmfUdxEsJ(2P zN|=^Ds))+kSbGur^f({0Xa2*oG5-R(x5<7OpTJiC_+>i_Hx)YrOESrxPTgkFbX&mr z0_kEaa=w7MJNCcnb=tx(*@XO-Y!yih@axmM&TYqSm~LGW$r_1+cGPE$+#s(;`RAfM zDkQFH&ElH;YjI6~QCw5<#Wmw&8iz<$%28Q9Ey|-MztlLw5lcl3nU=_Q78a*Q$86bu z?=j;s0sgvEucG)!gbss@0p&AF*l!N+RZqf*BI_3P<|FIS~{<6W>B9^-|KcTMh_2&mL9xT&0CRo7`c-7=#Fw@k<9D_^evN)uiyUqJ=q zGq1_GGp{T3X|wS~t0ww(sXlEUwV8!CxaQ#fNt0LeSJt%;Vg|)bCh~3|FHj6*MpR$< za`ji5@m;>vs$h7N1_*U&vIH-o6U5S|&Eyp8TJhdNbJIZC)_w)A3#;68on9a|If=W0 z{B8jSsmG=V%Wj!p=)iS$(JZ=_%`2NfyYQN}={JcxP))x{RuX;jf>{-uej+CdPDFw8 znN-Nf1H_Z4zI5Sis+oS1xS4*FY)G^>$xf*uKJ`sHzA$KhVfvby_Bx$jOV#n_z0TjP z(m``g+cdqlqq>&+fEabr{+c#@8r|Vq--e1C^#vt7O6_|c4s4L_bSwc+&{ zMGbGvnAh+xGj416*BKS0tCV%7X0gtNoU?t?oVi%TD#pLdAj>tExU3o0IXe&NxxRRR zzwdX>pf8p8DQU)45>5VFh4Xxxg+ZTXnr1B*?XPX2y3L*X1hfke*KY3Hg}3-Jt*M(= z=*4qSf=9A#)TVY$e~9G3pX4R_DS4}KBkv=MU(038e{04sd>X49uK(?wx?}E{8Na&k z81Z#!!}5K7#%1u1FZtKP5hXt^ysqIj|GtK|{0~58hcAKayG(OJo&@Vsq1%^orETWJ zHj}Q0bNQyld3={$rJxxo^V!0&oZngSOJO$jzf4QCR)BZnAYQ>iyebFtx;LPA#vijM zHv9FzT!Se?2Tc$aTaTBs_JTK+C>}ny|2J<3Y#oubT%dz76l$cOW?01@Y@pjZwdUk1pZtCzb=7)m%z_U;P03pY{4rtEMg8=FbDjY1Afc_f1331 zIhc>L$iLy|GksHC!pZ~T&C*+`Z!|_J@ZfXl2R#gw9KiL=8t>opx zw@P4-64<2#_7OJoTXqI?%CDDGnXc|)PyT(qx))df&R+ko@*l-H1mzNG)-uG3MQ+{e z^^Ig6Um8o+k|?H8%(^Lnwt@T?S*7E!JteW<%gnlQ2dVC#UJN~?Wm*>zFJ0Fx7xiAv zH;P#uJ>vp6KYEa8ct5x*^$uCT@N?>2vK~L~IBa{nsAnfWr(TowpV$Ajvi|e>zhBl5 z=%4KG8*AwvoQsivVjU>LnlQ8ZB}=&OF8{N2>;2!01gyJBK3^Nt$!?JV>sHIb_5Npr z9YkjvfJXurie-V|O8;BF|G~lwUh!|_HjMVc!k>pz-@!Kjvui3@s=R9Qnk%omyawg9 zKwit`wN&LjP`7wy@V~j8X%B{VhBJ*HBVO(E-NiiPDsx%hdRy1^8!q(w3M{$&nr|tM z1X8&l5e@vy%IP|6dm{l4*Bf(SQLr5{?_wUhk{oos`5~s|9Y%~!wk}??j&VIizq!!=7Hqam`ogM)bI43bq>WaTy%{SJ^dN80F6 zB#?e?5I;UXXjAZDctD$gYyoBrDU z-*dFrg<(@`gvC#g*moVf9J|1q6+gt-iKnyre93H?qdf<7+H-?x@^%qFEjM_VmMi7$ zi4>*jhP)3}a$mWb+k2X&MbaFL6pi6Dh@Qn9qg@Ahd!Z03ZK)|pRmP$h7OLXeMwf#ANb@S)M0>+ z4%8vG+|(hnL+D`prO+Xk2^~g;3IEU4LECHalsW{iqCNEQL&l`t?!M;>}6&*?y9ZCo4VC8W}_)>bE(82Py)WIWk@J8c+oL3YJr7v2J zNgKc~(;~9{CalE^C683WV+5}=$C7O_d02a>omsYUKQqfV!&j&eUI!hX!{67`xDcJ| zh-Z2GVsmcpz+5RB6&T2yaUF%eshvVzHg2%}B3YxpGdRW#jBggcHbwj7Yf)?^*4Jkv zMI*VqgX%hf=TLux@UBQvGWU^zxIG8>v7z*K#JS|XL-Dvu;9R#z$a62%|MBw2MIuE> zy~FVC1Ab^Iu4zKwq>f?g5J!`O!{9;Ssl(vqf|qxg{x#UnJ6!*Jfrp9LAFr!+5N)+# z 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%0A9SC9GwOpgYS@O5E-NlkiBOI>{ad|o) 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 Z1CfIWtcEIO`$t8R^y4SRinR99KLHCZ=p_IE literal 0 HcmV?d00001 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/test.c b/doc/DevelopmentTools/test/src/Tools/test/test/src/test.c new file mode 100755 index 0000000..8ecbe37 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/test.c @@ -0,0 +1,22 @@ +#include +#include +#include +#include +#define GLOBAL_DECLARATION +#include "../inc/config.h" + +void +main(int argc, char* argv[]) +{ + long status; + testInfo info; + + init0(&info); + argCheck(&info, argc, argv); + init1(&info); +} + +void +additionalUsage() +{ +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/test.html b/doc/DevelopmentTools/test/src/Tools/test/test/src/test.html new file mode 100755 index 0000000..8719296 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/test.html @@ -0,0 +1,17 @@ + + +test.HP + + +

test.HP

+

Usage

+
+Usage: test.HP
+Options:
+    [-i[nput]            In                  ] :Essential :InputDataFile
+    [-o[utput]           Out                 ] :Essential :OutputDataFile
+    [-c[onfig]           configFile          ] :Optional  :ConfigurationFile
+    [-m[ode]             mode                ] :Optional  :Mode
+
+ + diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/usage.c b/doc/DevelopmentTools/test/src/Tools/test/test/src/usage.c new file mode 100755 index 0000000..6d123c2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/usage.c @@ -0,0 +1,36 @@ +#include +#include +#include "../inc/config.h" + +void +usage(char* thisProgram) +{ + fprintf(stderr, "Usage: %s\n", thisProgram); + fprintf(stderr, "Options:\n"); + fprintf(stderr, " [-i[nput] In ] :Essential :InputDataFile\n"); + fprintf(stderr, " [-o[utput] Out ] :Essential :OutputDataFile\n"); + fprintf(stderr, " [-c[onfig] configFile ] :Optional :ConfigurationFile\n"); + fprintf(stderr, " [-m[ode] mode ] :Optional :Mode\n"); + additionalUsage(); +} + +void +htmlBeforeUsage(char* thisProgram) +{ + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "%s\n", thisProgram); + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "

%s

\n", thisProgram); + fprintf(stderr, "

Usage

\n"); + fprintf(stderr, "
\n");
+}
+
+void
+htmlAfterUsage(char* thisProgram)
+{
+    fprintf(stderr, "
\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test/src/util.c b/doc/DevelopmentTools/test/src/Tools/test/test/src/util.c new file mode 100755 index 0000000..ee5e5f2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test/src/util.c @@ -0,0 +1,4 @@ +#include +#include +#include "../inc/config.h" + diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Entries new file mode 100755 index 0000000..7733e1b --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Entries @@ -0,0 +1,4 @@ +D/Config//// +D/doc//// +D/inc//// +D/src//// diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Repository new file mode 100755 index 0000000..5c2b3fd --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test2 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Entries new file mode 100755 index 0000000..9d1c567 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Entries @@ -0,0 +1,4 @@ +/Define.inc/1.1.1.1/Fri Feb 1 05:12:46 2002// +/OptionControlFile/1.1.1.1/Fri Feb 1 05:12:46 2002// +/Target.inc/1.1.1.1/Fri Feb 1 05:12:46 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Repository new file mode 100755 index 0000000..24d25b8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test2/Config diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/Config/Define.inc b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/Define.inc new file mode 100755 index 0000000..613d6b3 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/Define.inc @@ -0,0 +1,2 @@ +OBJECTNAME = test2 +EXTRA_LIB = diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/Config/OptionControlFile b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/OptionControlFile new file mode 100755 index 0000000..465fc1c --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/OptionControlFile @@ -0,0 +1,6 @@ +# OptionControlFile +# FileFormat +"-i","-i[nput]","InputDataFile","Essential","1","1","In","inFile","NULL" +"-o","-o[utput]","OutputDataFile","Essential","1","1","Out","outFile","NULL" +"-c","-c[onfig]","ConfigurationFile","Optional","1","1","configFile","inFile","NULL" +"-m","-m[ode]","Mode","Optional","1","1","mode","Integer","0" diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/Config/Target.inc b/doc/DevelopmentTools/test/src/Tools/test/test2/Config/Target.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Entries new file mode 100755 index 0000000..1784810 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Entries @@ -0,0 +1 @@ +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Repository new file mode 100755 index 0000000..614ff2f --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test2/doc diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/doc/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Entries new file mode 100755 index 0000000..fd53290 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Entries @@ -0,0 +1,3 @@ +/config.h/1.1.1.1/Fri Feb 1 05:12:46 2002// +/test2.h/1.1.1.1/Fri Feb 1 05:12:46 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Repository new file mode 100755 index 0000000..d8e84b9 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test2/inc diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/inc/config.h b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/config.h new file mode 100755 index 0000000..e378b53 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/config.h @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include "../inc/test2.h" + +#endif /* CONFIG_H */ diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/inc/test2.h b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/test2.h new file mode 100755 index 0000000..65ff135 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/inc/test2.h @@ -0,0 +1,39 @@ +#ifndef TEST2_H +#define TEST2_H +#include +#include + +#define OPTION_FLAG '-' +#define OPTION_FLAG_POS (0) +#define OPTION_POS (1) + + + + +typedef struct test2Info { + long flagRedirect; + + long flagIn; + char* In; + FILE* fptIn; + + long flagOut; + char* Out; + FILE* fptOut; + + long flagconfigFile; + char* configFile; + FILE* fptconfigFile; + + long flagmode; + long mode; + +} test2Info; +extern void argCheck(test2Info* info, int argc, char* avgv[]); +extern void init0(test2Info* info); +extern void init1(test2Info* info); +extern void usage(char* usage); +extern void additionalUsage(void); +extern void htmlBeforeUsage(char* usage); +extern void htmlAfterUsage(char* usage); +#endif /* TEST2_H */ diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/.Depend b/doc/DevelopmentTools/test/src/Tools/test/test2/src/.Depend new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/.Source b/doc/DevelopmentTools/test/src/Tools/test/test2/src/.Source new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Entries new file mode 100755 index 0000000..f4fe0ab --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Entries @@ -0,0 +1,8 @@ +/.Depend/1.1.1.1/Fri Feb 1 05:12:46 2002// +/.Source/1.1.1.1/Fri Feb 1 05:12:46 2002// +/argCheck.c/1.1.1.1/Fri Feb 1 05:12:46 2002// +/init.c/1.1.1.1/Fri Feb 1 05:12:46 2002// +/test2.c/1.1.1.1/Fri Feb 1 05:12:46 2002// +/usage.c/1.1.1.1/Fri Feb 1 05:12:46 2002// +/util.c/1.1.1.1/Fri Feb 1 05:12:46 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Repository new file mode 100755 index 0000000..0ba39e5 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test/test2/src diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/argCheck.c b/doc/DevelopmentTools/test/src/Tools/test/test2/src/argCheck.c new file mode 100755 index 0000000..0d21789 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/argCheck.c @@ -0,0 +1,85 @@ +#include +#include +#include +#include +#include "../inc/config.h" +#include "genUtil.h" +#include "String.h" +#include "File.h" +#include "Memory.h" + + +void +argCheck(test2Info* info, int argc, char* argv[]) +{ + long i, j, nv; + char s[1024]; + for(i=1; iIn = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagIn++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("o") { + if(i+1Out = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagOut++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("c") { + if(i+1configFile = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagconfigFile++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("m") { + if(i+1mode = stringGetNthIntegerData(argv[i+1], 1, " ,"); + i++; + info->flagmode++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("h") { + usage(argv[0]); + exit(EXIT_SUCCESS); + break; + } + SCASE("html") { + htmlBeforeUsage(argv[0]); + usage(argv[0]); + htmlAfterUsage(argv[0]); + exit(EXIT_SUCCESS); + break; + } + SDEFAULT { + fprintf(stderr, "Not Supported Options: :%s\n", argv[i]); + usage(argv[0]); + exit(EXIT_FAILURE); + break; + } + SSWITCHEND; + } + } +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/init.c b/doc/DevelopmentTools/test/src/Tools/test/test2/src/init.c new file mode 100755 index 0000000..27f654b --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/init.c @@ -0,0 +1,51 @@ +#include +#include +#include +#include +#include "../inc/config.h" +#include "genUtil.h" +#include "String.h" +#include "File.h" +#include "Memory.h" + + +void +init0(test2Info* info) +{ + info->fptIn = NULL; info->flagIn = 0; + info->fptOut = NULL; info->flagOut = 0; + info->fptconfigFile = NULL; info->flagconfigFile = 0; + info->mode = 0; info->flagmode = 0; +} + +void +init1(test2Info* info) +{ + char s[1024]; + int i; + if(!info->flagIn) { + stringGetFromFile(s, "In", stdin, stdout, 0); + info->In = stringGetNthWord(s, 1, " ,"); + info->flagIn++; + } + if(info->flagIn) { + info->fptIn = fileOpen(info->In, "r"); + } + + if(!info->flagOut) { + stringGetFromFile(s, "Out", stdin, stdout, 0); + info->Out = stringGetNthWord(s, 1, " ,"); + info->flagOut++; + } + if(info->flagOut) { + info->fptOut = fileOpen(info->Out, "w"); + } + + if(info->flagconfigFile) { + info->fptconfigFile = fileOpen(info->configFile, "r"); + } + + if(info->flagmode) { + } + +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/test2.c b/doc/DevelopmentTools/test/src/Tools/test/test2/src/test2.c new file mode 100755 index 0000000..4b1a6ed --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/test2.c @@ -0,0 +1,22 @@ +#include +#include +#include +#include +#define GLOBAL_DECLARATION +#include "../inc/config.h" + +void +main(int argc, char* argv[]) +{ + long status; + test2Info info; + + init0(&info); + argCheck(&info, argc, argv); + init1(&info); +} + +void +additionalUsage() +{ +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/usage.c b/doc/DevelopmentTools/test/src/Tools/test/test2/src/usage.c new file mode 100755 index 0000000..6d123c2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/usage.c @@ -0,0 +1,36 @@ +#include +#include +#include "../inc/config.h" + +void +usage(char* thisProgram) +{ + fprintf(stderr, "Usage: %s\n", thisProgram); + fprintf(stderr, "Options:\n"); + fprintf(stderr, " [-i[nput] In ] :Essential :InputDataFile\n"); + fprintf(stderr, " [-o[utput] Out ] :Essential :OutputDataFile\n"); + fprintf(stderr, " [-c[onfig] configFile ] :Optional :ConfigurationFile\n"); + fprintf(stderr, " [-m[ode] mode ] :Optional :Mode\n"); + additionalUsage(); +} + +void +htmlBeforeUsage(char* thisProgram) +{ + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "%s\n", thisProgram); + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "

%s

\n", thisProgram); + fprintf(stderr, "

Usage

\n"); + fprintf(stderr, "
\n");
+}
+
+void
+htmlAfterUsage(char* thisProgram)
+{
+    fprintf(stderr, "
\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); +} diff --git a/doc/DevelopmentTools/test/src/Tools/test/test2/src/util.c b/doc/DevelopmentTools/test/src/Tools/test/test2/src/util.c new file mode 100755 index 0000000..ee5e5f2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test/test2/src/util.c @@ -0,0 +1,4 @@ +#include +#include +#include "../inc/config.h" + diff --git a/doc/DevelopmentTools/test/src/Tools/test3/.Source b/doc/DevelopmentTools/test/src/Tools/test3/.Source new file mode 100755 index 0000000..cee45b8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/.Source @@ -0,0 +1,3 @@ +SOURCE=\ +test3 \ +#LastSource diff --git a/doc/DevelopmentTools/test/src/Tools/test3/.Source.org b/doc/DevelopmentTools/test/src/Tools/test3/.Source.org new file mode 100755 index 0000000..e17b902 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/.Source.org @@ -0,0 +1,2 @@ +SOURCE_FILE =\ +#LastSource diff --git a/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Entries new file mode 100755 index 0000000..4856a1b --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Entries @@ -0,0 +1,3 @@ +/Define.inc/1.1.1.1/Fri Feb 1 05:12:44 2002// +/Target.inc/1.1.1.1/Fri Feb 1 05:12:44 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Repository new file mode 100755 index 0000000..7f8feed --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test3/Config diff --git a/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/Config/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test3/Config/Define.inc b/doc/DevelopmentTools/test/src/Tools/test3/Config/Define.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/Config/Target.inc b/doc/DevelopmentTools/test/src/Tools/test3/Config/Target.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Entries new file mode 100755 index 0000000..7733e1b --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Entries @@ -0,0 +1,4 @@ +D/Config//// +D/doc//// +D/inc//// +D/src//// diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Repository new file mode 100755 index 0000000..23cd1e2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test3/test3 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Entries new file mode 100755 index 0000000..6254bef --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Entries @@ -0,0 +1,4 @@ +/Define.inc/1.1.1.1/Fri Feb 1 05:12:44 2002// +/OptionControlFile/1.1.1.1/Fri Feb 1 05:12:44 2002// +/Target.inc/1.1.1.1/Fri Feb 1 05:12:44 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Repository new file mode 100755 index 0000000..bdf498d --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test3/test3/Config diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Define.inc b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Define.inc new file mode 100755 index 0000000..f6b8221 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Define.inc @@ -0,0 +1,2 @@ +OBJECTNAME = test3 +EXTRA_LIB = diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/OptionControlFile b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/OptionControlFile new file mode 100755 index 0000000..465fc1c --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/OptionControlFile @@ -0,0 +1,6 @@ +# OptionControlFile +# FileFormat +"-i","-i[nput]","InputDataFile","Essential","1","1","In","inFile","NULL" +"-o","-o[utput]","OutputDataFile","Essential","1","1","Out","outFile","NULL" +"-c","-c[onfig]","ConfigurationFile","Optional","1","1","configFile","inFile","NULL" +"-m","-m[ode]","Mode","Optional","1","1","mode","Integer","0" diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Target.inc b/doc/DevelopmentTools/test/src/Tools/test3/test3/Config/Target.inc new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Entries new file mode 100755 index 0000000..1784810 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Entries @@ -0,0 +1 @@ +D diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Repository new file mode 100755 index 0000000..9c78dea --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test3/test3/doc diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/doc/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Entries new file mode 100755 index 0000000..26f07cd --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Entries @@ -0,0 +1,3 @@ +/config.h/1.1.1.1/Fri Feb 1 05:12:44 2002// +/test3.h/1.1.1.1/Fri Feb 1 05:12:44 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Repository new file mode 100755 index 0000000..63032a4 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test3/test3/inc diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/config.h b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/config.h new file mode 100755 index 0000000..a67ea02 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/config.h @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#include "../inc/test3.h" + +#endif /* CONFIG_H */ diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/test3.h b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/test3.h new file mode 100755 index 0000000..ccf8bf1 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/inc/test3.h @@ -0,0 +1,39 @@ +#ifndef TEST3_H +#define TEST3_H +#include +#include + +#define OPTION_FLAG '-' +#define OPTION_FLAG_POS (0) +#define OPTION_POS (1) + + + + +typedef struct test3Info { + long flagRedirect; + + long flagIn; + char* In; + FILE* fptIn; + + long flagOut; + char* Out; + FILE* fptOut; + + long flagconfigFile; + char* configFile; + FILE* fptconfigFile; + + long flagmode; + long mode; + +} test3Info; +extern void argCheck(test3Info* info, int argc, char* avgv[]); +extern void init0(test3Info* info); +extern void init1(test3Info* info); +extern void usage(char* usage); +extern void additionalUsage(void); +extern void htmlBeforeUsage(char* usage); +extern void htmlAfterUsage(char* usage); +#endif /* TEST3_H */ diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/.Depend b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/.Depend new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/.Source b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/.Source new file mode 100755 index 0000000..e69de29 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Entries b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Entries new file mode 100755 index 0000000..369aa51 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Entries @@ -0,0 +1,10 @@ +/.Depend/1.1.1.1/Fri Feb 1 05:12:44 2002// +/.Source/1.1.1.1/Fri Feb 1 05:12:44 2002// +/argCheck.c/1.1.1.1/Fri Feb 1 05:12:44 2002// +/init.c/1.1.1.1/Fri Feb 1 05:12:44 2002// +/test3.HP/1.1.1.1/Fri Feb 1 05:12:44 2002// +/test3.c/1.1.1.1/Fri Feb 1 05:12:44 2002// +/test3.html/1.1.1.1/Fri Feb 1 05:12:45 2002// +/usage.c/1.1.1.1/Fri Feb 1 05:12:44 2002// +/util.c/1.1.1.1/Fri Feb 1 05:12:44 2002// +D diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Repository b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Repository new file mode 100755 index 0000000..1a1de09 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Repository @@ -0,0 +1 @@ +Eos/doc/DevelopmentTools/test/src/Tools/test3/test3/src diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Root b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Root new file mode 100755 index 0000000..87a76f8 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/CVS/Root @@ -0,0 +1 @@ +/CVS_DB diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/argCheck.c b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/argCheck.c new file mode 100755 index 0000000..ab19b66 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/argCheck.c @@ -0,0 +1,85 @@ +#include +#include +#include +#include +#include "../inc/config.h" +#include "genUtil.h" +#include "String.h" +#include "File.h" +#include "Memory.h" + + +void +argCheck(test3Info* info, int argc, char* argv[]) +{ + long i, j, nv; + char s[1024]; + for(i=1; iIn = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagIn++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("o") { + if(i+1Out = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagOut++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("c") { + if(i+1configFile = stringGetNthWord(argv[i+1], 1, " ,"); + i++; + info->flagconfigFile++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("m") { + if(i+1mode = stringGetNthIntegerData(argv[i+1], 1, " ,"); + i++; + info->flagmode++; + } else { + usage(argv[0]); + exit(EXIT_FAILURE); + } + SBREAK; + } + SCASE("h") { + usage(argv[0]); + exit(EXIT_SUCCESS); + break; + } + SCASE("html") { + htmlBeforeUsage(argv[0]); + usage(argv[0]); + htmlAfterUsage(argv[0]); + exit(EXIT_SUCCESS); + break; + } + SDEFAULT { + fprintf(stderr, "Not Supported Options: :%s\n", argv[i]); + usage(argv[0]); + exit(EXIT_FAILURE); + break; + } + SSWITCHEND; + } + } +} diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/init.c b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/init.c new file mode 100755 index 0000000..ba3fbf7 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/init.c @@ -0,0 +1,51 @@ +#include +#include +#include +#include +#include "../inc/config.h" +#include "genUtil.h" +#include "String.h" +#include "File.h" +#include "Memory.h" + + +void +init0(test3Info* info) +{ + info->fptIn = NULL; info->flagIn = 0; + info->fptOut = NULL; info->flagOut = 0; + info->fptconfigFile = NULL; info->flagconfigFile = 0; + info->mode = 0; info->flagmode = 0; +} + +void +init1(test3Info* info) +{ + char s[1024]; + int i; + if(!info->flagIn) { + stringGetFromFile(s, "In", stdin, stdout, 0); + info->In = stringGetNthWord(s, 1, " ,"); + info->flagIn++; + } + if(info->flagIn) { + info->fptIn = fileOpen(info->In, "r"); + } + + if(!info->flagOut) { + stringGetFromFile(s, "Out", stdin, stdout, 0); + info->Out = stringGetNthWord(s, 1, " ,"); + info->flagOut++; + } + if(info->flagOut) { + info->fptOut = fileOpen(info->Out, "w"); + } + + if(info->flagconfigFile) { + info->fptconfigFile = fileOpen(info->configFile, "r"); + } + + if(info->flagmode) { + } + +} diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.HP b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.HP new file mode 100755 index 0000000000000000000000000000000000000000..b4a0c625a20c1484eebd5eed5fbf4f76d19e040b GIT binary patch literal 105126 zcmeFa4}6r>l{bE8GMPM?nPi4ZAb&{614J9qYJedLEMz9(-(XN81V||CBqV`^gd`?G zgR3vYA0-qjQBc52iPmoEuDjA#TG7>?@lS(uI3R^4zqkYdnnE zP{?8I;ts}8;$7-2K=+mwlxNOoEVB|f{1XO>8-3~|-;~K;&CM@DA$RJH`95BY`=8!d zLAT-I=n8I}l6Pb76sn(ahvRd)>WtZODZt;P>|kwGO>OHm{ic~q7KLUN-!!|q?WUUM z>YHZO-cj4w+_JW|slBYZxv}l0_S&}go7!5dZ!(LMIXIc4R6Y5|VCfBa=o4?`|I;Vs z=1#ha{y$OAoic6Wq-j2%-d=etg6&|CexEFSime z$Kzk8LPPadH2$p<*e~Uk(~*}(Kjk_^vea}6;A45^bde|#Zp!s}!_kqxR|e9dE5Q$S zoFCEP&jNv>A4_2l?ztypfCt*SGD-!C!W_+@(1@x`gKiUBdIIBYqtQ5w4Q%o?~#Og8`Pwuaa)dK)O^=Z)*W|D!{JeS4p>bC>{9$ zOGVV+S4nqpAl+BM@9UMoY@p*;+-vwFpEW*^FNf&r0C+&hueb-DrN`QdL(F)9&LYhN7QpME?oL^yQt7jk``O6;ASmAF(Lsvc? zs=rt&bZQmGpAqR8^Xn*b-_WDJQ3yzUX3h_=T)K_VE?qcpNm1GCY*7)LJ!^hh^u9ED z@5){joIkHPG^?nrNLDj@cG>K5No>^5yLHY2qu!NG)S*RXMGFm<%$a@5y!rFz&0H`` z^cb5xf1Xk4qCLd6tXJGYA97cCMs*dmxr>;A1=ECC1ZMOJi|9BPK{JI*&%sys_oFKoXrZ zHpJd)(bjTawslb37@e1B?$C$muGo27EAIIR*D)~?Gv*9o&KNJLL%9(?E&N}`R4gp9M8wo~Nw-&GNfe(Xc2Hto8Y78OJf}|r#che55)gBP zE-1(7lEkdEE(^>^F(_NhtdzRZ`br=4+ZGfUs>MgzlnOEAAoL-+`I0VGK!h#q60%qf z4DyX(c0J)X_*IUiBR{waSShdq6B|1j7=*LTGO=;1ffWG*E&rhHxSe*L#IP84ChUJn z-Rexb@kbr$}4lGvjP_BDwa*K!>rkwVSfsv>OEUnQA= z*=CtoF4+K!w@tBgu5YLwU#%Rb-y>+d7;Vp+{3f;wEatd^r4Hpc(ZCeDWXgGIyJEJT zEazpcF+X5~$$jVp`o{DOrHfI<&1kFoL8dO++IA~#`-aLlxlhc&Si?7H4(^p$ooq{3 zr)V4NlNiOJ77JVT`C0(_&&%3M8E(i|>f+i1v@oVW?zSF`-Vby zPS7!O}w^gUx=(s6%iEF1CdyHec86l#AZzvw!dl|A1>DIm2C}w@nS5yB=)@Q1HxX@CoyA;D2@*| zKPttX!H|eg4CT9!`8N0|^y43lN9ktxDaJhhh>0!yP+Sb2JKwW0xd$w}SOaY=?=J*(CO;g1IDi$ix;s zDlx-;)Ni-M-caazBz9iG4oU1|6I;ARU``2<%w@e2^O$sHPfAQzu!|DALBU>?*mM(H z?2%Yd!Ez*4reJjvt5mS%5>srtxJF_f3Z2x=xkbT_NxCi*TcSx!vGd|95;Oc1Hdtbl zKG`DMeo_ANr}O*V1mwU@Wz3g+1wKxBakirGSEL@xhtcEDRyQH@fb~PhjREV&Zb3I- z{g5$d!20p1qE0OEiq$G6ZV9}URCH03d|)TzD7MMF^@ubNMgEz9hO+Gf*p}q zK*64uSgC^bAg&>Xxhf?_K8f{+V!Nxw#FonS$Q4$wPbJ-66Dxlm7>X{%$16hc7X;JT z9FuO@c(LZWl-RlEn`jF<*D;f>0cSzP&(>*Tp~=7?bAsZ3Rc}h&&Ph6o?aL)y&}`eZ zXpU%Gu40J0=r^Ip#F}56Bd~TA6S5?9nb_?+!4JiRZWR-$nDn)!5kn2ed>WNPbU(5J-B%G2M#=Py<&<#Yk;{!4B$3!K@wtrKsN9tKi z`(Dv+!X>k9`^N%Hln}-Hb{RVplNCA{#}jo0J0;uZD%eMV?l!e@X=99ejyR4n=a~IT zsRvb~ znXnv*?Uwuqn~od=`($Ut?Bj2qk@iz<6_Hq2(*2RPy0%pEJ0MPGOya9#oBS|;k#116?x%;VDj}neanG<`94TH2X+tFBZCeY+^|ffh9?ZkqsV|m`mZ;EiuDiAYV%R(D6+*_N!r~ zt+AHvl^FIj*MG?z{XZk_CQO(8A|4#LUc`u`0ob3r9#%eXN&H{vLSuADU@l|s6Lwg{ z!~|oENZ)TueU~dXF!Fl?!&s&s{E{{}BI*90kEOIhyVQeZmd|>Vwnz+qwNTCl?YzXu zF7kPDQkQ}~FZn&HU_BChQo&x8SdW4o6PTvby&sq7AwyszZ3>+(F^_^} zODscTVbOm|)0^>j8PzGIEEc zBdl+j`8!MwJR$I>n!h48jeOFSxjRe5rjb1=Cg@zo8U@|DXG*%`3f)Z5Ax|9Ht6=nu znXpSLCg|{`0`Vb!IJYIbQO1~aOw#El-D9IAolnK&cx+Ly29f`bI;dcEA|D!6reN~S za#W>)y&>sZ6int}qwZF)E=kv^V235PSHXsh<9}9uAbdPtoeKeJ`yNG)3)1$=m_K&m zOZs^5PwV6Mh^fcpal&8X6kmHBdl#D1?k5zw?Q*ZtrC^1~qK-gfwnfWD&Jumsu z`O6=94w85p_6wW(KJ(O^T*6Y6*!c`>%CX%F-S6z2&ZES-XU@vDhZVZBLT1$`Z!CbV zK$7yPN!Jr2b^8z4>ZZM4&Q>|n*Vrl9?;m<*M7}oNl=7HDZ>ZRR0X@i1FPbv{ z=o#oi*d-Oi+yds#RmlS*=ZxXwY8=nSJI6f! zwVS#frFYBVlc_f-*r$?ihl0`jX19T^z{GyiAl5-oP{Cdo>tO1W3MS8+QtwtUdES(& z^zoB(A|Fas=J`*I_-BmK9}p8KmCJE6Vv`qZz%ViKkDlj6u*)$;H+q&um=QPNS3e<} zlKpy3x;H3)ChQ{>10C9Wo-nb0rZWKI*Qa8FUmAGx53a{4&j!D=WEB&1ojJ3?b{%_2qKWZ$+z9Ow#>MP{SrBa$P ze}Sd>2E{rr&1vD|sk3BT==+w;+fz$T?7}yNT}CT(7xs#n<4|ncn=P=kb4uGMB^FVz zixN}jPd}`>KLfO1gl8bx1nJU*10=v0jBv z`jvOSf*Cfrq+oKsjlQB_(qA$>3f3q3$k0vf;tdj0^tf0qv4BD+$0(yz!CoD@ex!vZ z7M660h(p8d%Z6PC`(#_ghp;cp`Qu`zPEx4(-=uQHM64-kMjx1O7ylRX17H~)Qf7|* z5xUjMwnlvR!Uq4hb>n?NH{?TUhfF;_@c$8d7-OmE5&hnnVLyyf^!sIoKmS3wid^41 zrOdRJg(cRdVDdRc+FlbI9TapK#{5Ow4EbCmqsOGnoaM@;Qf5SAlvBhAYz)Sle^e}4 z!IC6hwt|h9m`}kbOKg^c&6M+~SHXC)Yj?s)~v z5OnS%3U-r)YoPZ^Yy^Hg#woE&CdTh6q%jsED2?0?`7&!B%T8^Tw$hqx6{jt_;_ zR<(p`8f%39v9+zO&8_0z4mBHVg#~T(?afsJX7*61wxeEHQEOY@rZi!;<`&rkUwEl* zY;MC(nbF7AiXRFSw=DL~*7|md$2PXr);5R=+ggYsX|(Lsjm;~o8l`zzoEQUMjLj}u zICqI4bc9y5&|tN%YvX`j8M(O7+Un+YOKp6ZgdIV@ zsA5ss>{~+fct4JTMf}ze{~aFjt3E#bkUTN%_q#xTuwdC)d(iW<1s*!Cl-XvFJ zbF~2Cv$Jc~H&s_PHk#%7JLZKZN(ZrLXSdd_#m_b26IH(_tNEy_zm25+7E){|RNuT(w9{7AH`XpNeQ5-IvA${b z+}idzt<7uapiKGq)D73n^eGxZ^K@z(P zkeC9@F+ZEeJ{KQOA3vXmzNiz#t}-X7eJzGwI)nQAO>P?N`l`nIyJ~9?Ci939^qX0> zU}0$fyhUZ95NA!;tijj__*ipD%->K=d$X8rczIRDt4-VvV;J$o%|lD5X5HGg>qD)z z+%z5)tEsJ)t_q(sqxrSL(yz{RR9EZGE#z%&`V3vae!(RDtFtHGn5%zv4*$1EIK3lS zDt`-6IB8tbjkyIk7Vv_GxpGH+YqPR$z|*TkcT_d5GsY2X1h6{>Usn=F#FzTj3J?cF8j7mpg}J|S-6{-EdlmP7d&nG2Efm5`K(#P8(?W2f>gtyD(K71V zFoR`T_4_#9TlG4sijDRRzYm!PSN+eHy{bh{TNdBc7;3HQsJ=t`aa;$Sv%Q&5FFVkt zb!&N#u^pxZ8*7Wf!zfRZvKi&cgUY@^#*qZt~40^4;X%$TY!_F~lt9a@j*NPRTMo?kx zYBlH`@XPk*mGw=Ng|^YMBmixrL5ne+*ihB9#+c7o3#!{fi;64CW^>IEqfri)PLzg# zf7I4D0mEb@g7^>(PE}1kmx!<7TqGM&=!UxQ;LR^QoBCg{eR=|@kd;~7; z)i@D{8Er(3#L&9N`n5=ZXxXS05!b_Wshaxc(7L9!buA%dOk<<1z&m6v_I9ktMsfgo zYulxZ!}pDD;OiIyuoRISxl0JaG+ImX+bqU~Rz(?V&>8XmM!6KS++gYAa=o;*wz|Fz zu|Y3tt*%1?QjM8ftKWfSKrbztgeXzf)>gX~t|ZeR7R#dqHwzodW5mQsdQMwoV|_JR zOuTX8b)wGER<#yCUrOr}2eh_{^=(b-j3t$6ZIcF+6RNA)YC~0664$rY%b0CzY>w&~ zPxqmgMw!wujd;~JwHfnj#GP1Us+-rgRJGPB;f2Mu)zzjarnGtL9#SlgFUSscM)K8W5 z$b)!ZY~(%BvXnnsmU3%|^tGYtbuv6MCof}=YDF^X5%tYTt=emwjMW}_A;)WK8iivu2%01RYJyHSmq-n(SEJ+I%OL8}Q(gM&*z}G!8Pfu59JDaMF5%)dI7Oi{+wn zOKWpAji=NTIhLe`9g&k89U)i7x+0d9*ic)P2I~#cv>1BEDaCkRhd?POnnrbI5#t1& zQWgi@Bl$5h{P=-I(3(T6<~mq2tJ~MNa9i>CC4(l-aqLZ^b38tqCP}EJy;Ugc%5G|I z7alJo6xP6ObCShp!)cKQ8LoxfAeJQQWxWaSS=bTAuU8 zhwiLyqk>!yVrs=|jxj=*k&_4tBUeyU0hWmRb=5fASliNQL>X!WtXi_7J$}nNWJN}P zfSjGmRW)~*m|fA#ZZ4(VM^v3*n`qIFIBaa>#aeCJ#uyvps*z8c?##56>)Y`I;l}hs z4%ggdtTWC*Q#Zc4uC}4NZe5cMVs?Hnv~#Sa^BZj8tA!V9ZR=Jlq)fv)QC-*6V9Y(y zR+MZjTa4uqYc#bp>8Q@|e|v3HwXq7?g&th3*l1*;+(g7FqaVb9sz#Y4!~QePD8^|g z4a)y!s-sN%tbrLHeiQ^_iU?&Ufx;IgU(qXaDkD_F7tItiE@XCx^@3=41DhGLOdG43R@d{SFpi3~t$g7^jI2Yry^{>5(S2S0 zY9sEzhe23fhvOL|#ibZY7%hfv82+_}Z;+kaLbDgotqtF9M|mXOUXb6Kz;PLhtsc{Vp8E3Cbp#7U&~)y<7Gu|sl4%CWU84VX&}+t%JL z_l|rWjqW3HBbnPnxSuHe1bG6Eyh5$(8f*C^;&Op!T}>e?WbE zv)nUK{hea-!N7C1G=Xiypwk1|}RxkUyjo~IyywL@_u&!9FcXBxt^-2-*2@UGoFq>BzuE6C~A&OaOZ!E#gj*@Xs;aJ-?AcE1Fhm3-2jCfIl zqOjH4Hmu7v(MX4Ol)XpG6i*Bp?P6QS+riJ364r606sJ_hA>=CCe`#@X8N5ElV#8pZ z$7*d=ci=o!98QAViF+)^(SYv4V$=$MZ(ZHK(l~E%^7dH6YsG1?i%$|H;P6o4Iq>=V zw$Q4z$j&8VGnYXYBiBH_=a&0qwcchfjm&N?!GrG2j0I~^v|u-HncYl92HqpTs%{tB z*v+My#WvPN*XmflzZdq44c)$~N%|WzeruPGwMK;DP*hu4^D&hvFKL*UNv8HL6%`_XchJ+$9q1*XkB(6N##e`~Q zS?mz)ur*W{yh4r9hYfr$ujCERmCfySd?PE;dPn=6&B)N(>*Wd&PuqZ1bVeh@a|%C3 z-YJq}>DRn0q9I-cXsTUpY!wh#qi1U)TAJGi;9O#yWAc#`HS`}iF%kvOV0vkxA@s6i z$Ey0)w)Rl;q`(oCT`UL=@)(>)wzrB?D5pu!B@wxdq>Z)}LTWYjHQ1g-_kAXB(K*`U z@ZQHI6!(*rdr3p*DAF47(&Y^&cehm4aLGgDtKuXezOA9YMd>t_WD?>resAa?;-zdX^&3)=YP2F*p|^xV+~ya#O?aMx23hp=V~p4Mz}BE$R5M`DN*EE3 z#i7AvY2qk<gm93BrEPdv2jwz{=gI%Md@ULF})yLj+s%SND%jtdf` z=xT_4aP}&UdJ{j*Hu|6qxzR^FToMuf4&y8_p^XljkmcV|k3?25wKp}l0_BA`KF-bj za9iOQmD%0af}`N70UVqw>sPBBUG#iG1;E+hMGr&`*{totpOODH)ytCP0ej}jrGP+0CP(^aWW!$9{Rj^;B#T|*& z>&N{1)aNhI6?pehn%Ff|GvTSvd+7?AzM(WR*;E6X*XfEO#Je1W`=bA*6{mTcu5kZZ zLuq2UPk_&RlI99hNEiM<>nIi2;D4PxzlYDy1ho@-4w2_?sSbU;B53Hp?KFgDf~5Je zr0Ko7Jc+@fd~DB3KJN-Xi9J{656yX zvWL>dK0q~~>8C4b%7&r&2GuAu!}MkQmZUjJSNsmamaEG=^3kDv#e7Pw(bp-u;&%#W zU7gRU!$bMR?xEJ;(?eJA!TcCJUbZ7t0~+aLqYx9W=3}F-T%9JxHncDC-}gaZGH#?` z+y~1OlOg4Kjjs5PXwOiZSiYQr&-TG=psV0+a*X_a4s zPu-WGxqE0|F|WwJ{+X_L@BY};`HaT8b~U{+FcyRD9Am6s@Co{4bPq%GGS$F0&d?P! z!_1u+gXWZ^`4Tc`!OmBcISamVH5y&}5;R|;FCAlX)xO~0SEYI5>NLVifBE+>7Wj(= z{$hc@Sl}-f_=^SpVu8O{;4c>VV=bVimxrHO#;hOq_OO#HvR;y9yDUF0%ZakQS(eAh za!oirFpk=vT#;JnTxNeHg8%romKm41X8>mP5Jq$wi_1K@LYpdS3!F3JGQlJLnF?li zPO~pVd;G`I<1(EATRP_(&@w?wc;_GI|<4!Ic{Sx>%zz1@$F!6yLHo{K^ zv>BpL)<=9eEy-x&dK8zkNLkk(PuHrnY4&uI6|!GO`CYRdk8(UOlTD;P_<)%&oy>qgnpl^?m z?LWfH1Dg;p=7bHw?=}i^APd_xB>h_Sm#=B%G%A z;r_UmZZE>M2lCSO5Xu{I?M9idom3C{4(D_B{V2Df{1UE}sDBCmu@3kdt5N>B zD31z>Yg)6oCjXnbroSkzDf!}>@d=GXBrD~pET0zT(UM<1~1@i0{*>NlI?lEiVu zfsr&Q+ixw@NS2i=K&!+EnI~b#f2SiH`UaRp(U*oHz zKYX7R7lv=H>WkL3(3hfXYxD);+mzGvY1gzl82_s4G@WjlQG;8iCbu;JKK|ySu&on>o>gFUpLNg5u?@#&T-Wg9850|RGGl7P z>obZP-k343;h$&R*6=SgDo9r;>rBmJoeMc<`=&W_v4&NQf0sd)Yc6qFGpuuV9?)}r z@&10_Z=FG3D(_R$jH@J?{I?3{`7{fIKFc)CS}xjO+d_4lJM{@@7ap$N+_wvF@nu?5 zH?Po(=bi+QWZS4s?VSD)$$>w~OY~FnR^dk8M-;!7%b5Sxj9>UPRykb%+dFl~+%q$N zb>A`K>(Ykh`}&N_;2mG`FNGsYeo}Z{!)yM14R84$fXohG0@rt$=7c;6)}=zXujESG z%!h3zT@UB-O^fsRF1t!WGf?KUg=0Ctv*4G)Z0LWPmT0X2@5Dj8f`fQf4(4@lK<|t{ zW>0MRG34vv@+E@j4dAy-a~R_$WZQUN%5~Y*Lb46!MYf8+)ozz##q}vUS2(fcLZKzT z(LNG>vJbxWY{RSmjqsbt8cxsnp3{Z3`d!;7@*UrFr|0@A539>zxj9T{zH!*N#NnD9 z@40@Zhmp>{bbmi&TiS4b#`noD;HM9O-!|VhmV*sH@~_9Z?Q3|&f4i6)*{NjHl9#8y zRRaGkfuEMZUrXS(CGg)8_;CsRxdeV)0{Em-SA7_z&!_Q~>rn<-%UA}Z?le!<`V+nhRa`rJCS)4zfH8chU@8D@9H8S7|cKaZG%q8LG6a)jrQHt7Cfw~9!7t%FRok3 z%Y|>1z#b*AO9|{FZ05J@4Cs_!FQ+nH-Nl~#`+9XRuKu09{$J%kigO6cCDN>Ah!u<6 zy4UL)$vnO^maHXFOrw}}QvhuP`7g3c$6j|F-9NqFZvVP$g)VpLoe%x``_I6RvPJBVVChNbb|7&Ia7xjO? ztRK)n+21$T(mgmABmcxYP=qyMX7fvyaNS-0XY1DczaI%$cawa+Hl~x^A_3N|mV@j4 z&jve)&Ncv#1S}NG0>PF3w|xJDg%`Zy-^gtk?SqBC2&cY-ZT@H1RI*fg)#No-UUhj5 z%4>nVmdk6Y%6p)0@yy_Vb34->4C@SM8b3k2+UL8AdB#=dvb^=SuIo2k==T*^a``pi zQW^=Qaz7#(_?MN_b=dYs0v@h6=D?z0J7nI)Jai>F=z8-*Ov^ir7@cfgyk;HadWe2= zso!FvyV>lwI}*sCH7=m=<2FDW{R?D0I8@eA5k5vkWOWAz@y;0}tFFk(Z7lj7AZw1a z(V<8n{oEjae0+pZim&B}fZLl}} zwfn#CXs-*yrq&3HpCGaCId(aAfj29Dh_Mq-XZ87#*)m6a4(PP!2Giv2B7RzK@GdP^ z%G(nuO4AK_AFSlQax=I0G)s%5ITk4z!)Xxj5RcdnqK~k+-}3sqY?0u4EjLn>+BJ}m zr8wBmJk+OQ?-i~kHA98vp{te8LW$=|EP z03RKwLu|RJLuQB2!S+j`Lo5?Ij0_Y0pR0qm*Wf922wX*n0%e{R4Add!xT(YFOG1a3 zl~M;y=#bQB^!J}P4he&Osr)KBlqx!u4%ETQ<#sN96C>Baz zv>cN*fM2FXWcy86ix)~Bse;D{UT2Oa+hp>v_E0;sY~g-pmTiWwP#?SwIy{HJud8t( zI@b};^7h5%+}we=QZyHx3Vl;Mg}iLsVEaX~Mtyg1j2jr=EPQQ>_Q}_x*h;Lg z&qj(ya(M^UbpX$y{s!S)k)mYoBLi`J4)9|`>FtPf$$N+5ah1TiZjq4ZUaJ4Y<&TR* zijsPV;oS%P&`?~{guY1~!_*;;CIyGVgTPaV!OI0N?=byqu$_0f{`Ue86R$s9SM4C$ zYQxBJBvLfu+%WiY;0M1%U(tMw*1ft)mV-YXf4TT8z#m^j>)I$^VyVSg?@sK>>XY*d z>!HP};*`fBZ~I;(5Yt6{)BHhOtle0*#TtjX$Z~Oyw)g>T@I<{1e-6@mCD#`8iGKOI zOY14EyR@D_Ch!4mszRHJ=T}F$p2Ny##TsbR8*8;GCuB6`#GE!{v#h~=K*(%ai2GEm zmDaj;tRZcD9nl@TY)N%(jAB{2lxG=_A?r1)pN?|kTX#3}z=ox0Q%ZDZ9>H3Hd4lU$ zspDx!GOfX=*LnFcFE1`W%-BlU8+fUrZz-Oeg?L-yhc%pRwlWMl^aVR@0{tNSWFDp1 z)Ns&rk4%F5~=?4M@-j%V1|4^f^}3Hbx-nCHY{_=CuG zy}UhRFGG&!X#DCR3(3RnZqm_su2J#89pH01tIzQeA8&``GYR%cHP(VU+>`F8!!zQn z{x8nMMXWP&xgh2IkQcgsFA_@oOc`%a5P57QkgOAy8xCr;7rC+0t8u(2llz9iJa|qz z)Gout*e~ceVMxElc19R{Bvtg6QAuTtBk4J041Ql2zAWEG_hzi%G?+u!2PHF` zW0y5a#)1jp_n4S7@h#+wks^)Toci(M={p~@Kpc-_%33V_!@5SuW9t!iv?4~~54oPm zZE*&JdBx>M-zVBf_shM57gxw^S%be;MTW3BAL4R}r`VHOr5yIX9E0E2wOO$@uzCy~ zp;y4sUSPy3tj|`Se~Wl#^}yx_2GO6F^pghRk1Bk;uo<^IZ0rc$4clXW<8P(BUo&Vv zAB6n-B1N%BxSV{?py_l^V;;%M*udKj<68`$FY+(4G0mSyU<}`{%b3phMsge%4wS<| z_Ieh+hw-#^o3h05^^3=;VPyDy{YQ%U`K7U*{Jy>e<`~9szY)2U-9vJGQQwCC&9AU9 zo$UoDvz+@X^#b2`9`ET~XUT{Cj<@K1%vG2B^!=6ovxvd0??+46!Y@J>}?R?oR z;M%P35`D)1JN5bG2LA=Z#uw?xDP!yMmuZ*y*%tcZ{lDtx=YVwX7o6-ma(|_sn*URr zgJ2&U361$t9WX=I{Ga+as`}EoB+d;VxPC)_fAqXC-8!>wTEZp5>ZT_2@oPb%K7M>I z%g>MLInno5{UseZyZ;4y)tO>X&%Zo*M5I{j_NCem(V0Ka2`eI@3=7Ws%aIGD!e^FI z|2T(x0OxSq2H5PCfoGQuNBuaz_v8HDKM`xqOq^fNa;JJiz7(s~`Ki^iL)UW~-u4&K zdDGecj2B%8yye)tdS4H3Vs%q--gu3_e@A!G+uSFwwTg2VoVWN6Fx_dh#Wh^;&vS)6 zo3;c3Dk-Wmj({ga3xMe;RN^ zW{x~UGJiwYz45WO*e%_Ey&80zO3wR>T$Ntnm|KaE-;2-{u`6wj_416*l&A@{4%(~-MzIp^d{9s zibgM|IR^Q1NxtF6oBSv^!+mgTH_l%z))4stJ-03S6n$r~z@{selc>ME%gl;1G7o%f zSHop@cj8?IBFtC0Qo`;0r_$)IOZTf<|IlmBqvwpi!L>s)ya`r_I0;9H3Yck24e z;BONTZ4Kzf^O6#SiFdQ)`@;G(*Gf;;$%nG~&YX_doWHRy#dvv6Tp4{SQk?zx&xR=Ib`!?N+xmb+y5m%d+1z$=$xJB0; zPp)KPSEVN-_+H|nEdf0E%}flUoQhv}&)U_iv%^^)n=gx54{l(&M2Ei=Zo}z`mF_(( z)k*#Yd}p}uPSOMRU;gFCf2a+)UDB*`f>RU2J{wz3zOX$TW0h{5eXKW}1AnLIcgrxh ze}yqF$Go1)%K_wtc5B6!UOg9iRIIDllePV#?hW3V7n1&Y>lS_7*86l?{|??ziF}N)y}2xCn|ap1k)J(hu~|n`dh|NK zrF(og;?!ZsA<&fGxY1)9A3%8#FX!HPyT?ZDc$+jfi(&@JM?6V38Jl=KrS-s=BlKK{ z+kT*JG;W)oaJsNd`U}!7bC7p+5Voa9+N4LZ$ysTWR}GsWHiG{b#YeIQ*#SHw7~}Fk zxjo+YKY%gfu^BS$#j~3SwuE&DV%YY;nIB_Xb{$drjg? zai1#hm*8H99arEFu>sF8r#p`M#>bUXy)TF5pr7yiEbON~E8h%~CMKS7M3^;f;5Yvq`vPV;c=N~n+Do#cK9}lu{Ic*xk`a61 z@2uIx*p{Ca9-#8guQAO;K#yZDdue(*o$(!KBJs6!dF znTe~s<8V#L{|syCFAL)Y@62B{SedrtXO)}q?1A0at&bZY#=P3(ICMi1pO5-Yy4NcM|P3 zpdGHFouyB-V-XR9*z<(*{-!gJbBir~XCN>M^CuP0MQ@|ONWgoHw`D9qbXxQj z`Zs)n=b__hEtYiT;~`m}I843D=ck-51<#?gET8`)@dE!ZTGuJIQk=o_2pwa-#?|dv z`Dc|KkZYDNDS!X=Usrnb zFKab8m+7LI3_caUl>7rHXJlR4{7fbB$&h>&pL_&-?%P;OHgO&F6s>;Azs>cer+D?t z{%^Prc|xlx#vS%7U47R75cn)PaRIXYtg?0HIsdl&*ZkW~rj5Q_jc3=8cT^;x70~+z zb1#5Lx2ODMde)`yOlphqJxBDAC;4b{k9X!7|F$z1 zGWx4=B^$e5_RPrdXV#sUHhh3wV;t5RvEC2!jJpB*5!wTgZ}_IM9PUd~F;@btF8>_X zGU3bGeR%F&g7Tg;>;d1x8gv1Fn4i3U8gk~4J%iRn+BXotoqC{vWO4S}GwFHxnR~Qi z$36Cx{Ez*QJ>}o<&yGFzEacex=AOpi8UKFwNN>PB$~#NtfiYdQOE0CI$m>{d%gS4i zy*jfly}vRL#B~MujwKqrQ=06X;(zSSDfDs5o{>M*-+y0a=mp2~_DtlbkArTC<5PPI zy-S$)DgL83FWA%0KBEL2q z?3s@J0)yYKCVmZgUj=eMF!#Lwp@w&$!%O(P06j)Qj|}fDx5XQDXL;uv`jDNQv4?@L zmXWWzYCI#)bZ7Lt)_HBXPdZbXaRE6W-DjTd#(w1v!noGa{S5_>#ld3PioUyb>) z`jr10j(6-YxpWWFp91{@pr`V3%*SP`F$S1JeTZk2|KJ^g7L4ob->r0{Z_$ zez&KO>3JW+f0o)Spy!G`SHgvsyHf+Zc7+Si+=E|YnT)Y7(-)t(WAr6U2XITc@I*Hj z={##0`P2PB+i;KD2b%ew#e3dG+p5$+mp@#1_7jT7J@}84c<1vu6S6Po^Ea~L19#XP zK%Eu)p77@BRgwkBzRF41 zt8UAm;eTn*(~zYtHSpk_u=5qlXV}e%McZ~VoV{Q#iu;XwW`O1%=mOd^ct%ENj5KEV z^=3Z@e&OvtJ(bEQKOXJJ9B4V&H#$V`2BBXM_I@i)_J%^JUm^S6g#2n-exCoOhtDf^ zn9Nw0uabery0cr4oY+13QvMYGD-Zt=GK=w% zry*BQCDT&9W$3F6JW|p3qLO#~+jezxdCQ^Gr2MhWy1M}F$cHk)^9PK{`b9YJDZekQ zzr2;{j(>SCeB^9z#)YlA{y1V}VEg32%_Ud^Ak&KvKd;D*Usdax0=Y-h87vE)cxLpa z63n^$e1HGLeM&!%p`Rau4(}eFI6L|h@rF;@FkTs0;{#{I882@42TI+`k*~r2dweYX z@P4$1-F+kd{oMBJa0uC9O-4VZ4X6CuV8@MnaK`oU4?wpLbjkky2Vt)>r$BeoItuT- zY->2<-*{i|*a_errZIxuw(XhD!h0~UXxuTEtql3;^rV zM(oX7(Ptg^2jF|gvcT>svQLcjgO9QjHkR1 zXJz~yJ36NV-#LgEMbhv2yJA=amK;Byb?Nw5vMy;?>?zcbJKJMD`PN$+Z-hSrO|lDZnrughb^F=Y*){9d)%Jod{N>r+O3kuL@9f@(8W7~^T@QPXp+bFl(1)YkAMH+ zVqr7U*NB(6j?Zu%9Y$RV@&re}J^AY&!^V;x*gnB~L@ORXI zFY=9ThQDIp6imeW``|vb!CX4E-gO~ywRe7EhqpAb+H2d{t9xkPoY?k?v`r3Ps^Frbs@QJgCGZ*}~J3l?R-?;TJN-U z?xOwT>XZJd$lIpg*P|~a9Ba%2oA-7*@~-&%8?fG>zXxdDagMU3Ij`7K={;wPH`Erf zY9pPuBOct2c(4xky$A7NJ#xV``0)tPjRpO6`DbxX^Ok?aho5`5;k~SmL#dwa z&xIXl52Sj~&uwVC7&K`gex7g}`5o@Zg02GPiB!gVuc2I(ztP{H_^uvuT(MU?bzs9g z*arn5Ulr)D`|xwuTSV)8p6Ak4m|Lmv%L?dR;qyb@3%EZoWD&mYT91C~L7#^8qrBlQ zUiU!$G=D$hX933W0oZXH?dRbWspx+j+HcI?2issyqOOYUxhE4}QucQjz|Q+n-sVGl zoVTZ<{k9Us*8C%&$C`|`Wcv!T0c@GExx72Ifv~qhQv@2UL7*WUZFFYXGI2h7PWE{l z)*CzN4w~B%U)0MH5A2SOJnvfW%&=RI&lr7aduF)QJ=Pn@?_;)|ta6%TuYH9ZIdT3p z#16!YlNF;cK`+NsS)n(n?y3GzGx4JSb_V?U==(P0?~C){FU}v@L+&fy0Q$9opEYr> zzRYnz#-5Kv?8!TW9PW*~7r^!-pcmyI>9~J@`k4EU|CXbl^?2u=^51giK!zV{$1QW; z_D_XQkE0(8_&SiEFF&~(a|7kPeUNb4&zKc^^r^_D7en5qa$fu>@e@8TEbz}; z5-)m^F-{iR#~SPVnTK5$Tt2VuWZpmhJ9sU^*jn5dJ(g3GT`#)d_0sn%XfJ0G`xbG= zc0Kljbk^aUCeGA?QyHDl&x(X>`>|JiAovK*)aaaSY*K-1n!aU681}(Fn4eMGuotnh zLY$Qqc5Vtx^F55*>K&OoASUg4206iHp4;V88~p9tZLI&aepBw(hn%6`I`aN*J^jR| zqhG>3&fonX__n}?@ZCsA`|9p}?0;Ynl|{1p@P4-IZf_u%jkB1Gu72!cXn&P@mSL~e z!S7Sf^kT1dr`HBMJwW>?jM+o9kHL8E!yc@3?n(cC?90k%uZy+k%RiH%=L+=xc&c?K z;$kM^QTp}t?sF`&y&m4e>aMYL?=Y}9cEju8&FAXA0<2QfX)G7mp}HJPx9f3F7OmsR zSC?$=(*xMg&%xe5ZF_;pX%X{Yb$(V52EO#cUY zo#ftBS9h%i&-7v%@h(vTe2JdF&fOZWbfB()pO18VMk1cQ{PpMc)*U_i8t7re_j;B^ zic^Wc0?*ZoNv7a+;FH9rZJey*EqH4%Qk-&-=)SqEV+(v+eT@l7B0tk z0LGkr6wl+9+Yb;=cds`b9Ov%Z5zr_3Yt!F$j%+0E1R6Y%f1vG@4p$wmM4`GTcPJG1_VzlOcuUf{#~ z!YPZwxSz0TkN*PIIrbcR6wmNJqqy=6=H-drBYkH+-l3i7eU`4C6TQ#j>PmI&DR>k# z*1`1D4!*J+`365{a)xdEin)~$NeWP1!1#;c8=&+(3|tT4igR;oH?FzZ_XP#cj^hj` zA9#zTs}yt=OC`smNk23%v#>aH=wi)_0I zF+xkSzofR)GL$mf`$qZuX}=}Mq3*pes_L_T1|XLA_x4U%WDyixg*xg2#T z9%h!#e8`t4ctqtp#c?n7$K?b6pKSalJ(D5%$~yD^YBl656Y`CI>Uc6sj%1CVL2{^T z7jm?*G=GqnTnGOzpg9D8cf5HZ93cOuxqyAg#7L3jAk78LfzZj`3wVzV&z%R&Ey{cO zz7_c(uJ!o49dqFr&7G1(O#k}&@IvII^>k*6HMW421J3Io#9klQZ8#Ho z1io}LXm6LaUC2LgcP{}gawE{(-lcQejW|1b1UbuG;!nIE#B*PqPjymTdEbRKcs=Ip z()={0yEV^q_i$WPIqhxmh!Mt$I~6Y+OB#R}C&A>&N43(p(ipRN|qKIE2OT=$}_#|a%^ z`(F{y>oH#Ver@jd_hAc$cV4ISXa5J#@1D*(bq8|UPI?B3YZv*stJ1R%`DS@M1q~8o%??wLW#aRfA zbqm(LPIs0!41BlyWB$%ckm{h1LC4=?0bLiT3u4?p!F|Zv3EwYp{}%R-cpl#V8{I*3 zhGfT;cq6X^c^{s;!|t;q#m?i%A+JLWxDM}v*-+N=&lUcH(@tjvJHulO zKtGE=+y6>p2kz%ko$ohn41RkcGw+=La$Nxn5>~et??e}{K%_W6lAn(A*#r8t;7Zno zcQ?}UUEp6}o+1W0Dyg5>!=2%}Fy2?*#0oe+ytnFFj(PKPVn^LLRvHOpm2w}#dnUnE z;L)SkpWSMo+9lEFRy><8tjK@F|L?v`|F7t|YVb17S@m!) zuyQ{mDkG|Buk7oAL1F(51A+NH|Q_I!W)whd=>9R z+W$e~5y<;p*5Uh%rE2fklM?SndAIve@Nr-vrfV1MBNGn;+Xd_y*r<=?Xy@!{$afxg z++k05Pea|)cvs{kmw5~NorIWlA3e8s{~WP0?CCtsGR8!Zue&3Nn|M}%IJKYV1Fl>0 zll=WSXUc5&HSo{8d+|=(7D4QHeTV|=f4cw-RFCZc_7oK@VJes^vpC88aWbtDqycissFQ~j4YgMkI|mD zWzjo#cs@18Im;gF?6uByeb*a41zEHY?Anx6@ME4mXj62`pOJ-qtj+PBHN%Nqi{x}C zd&BUz%kDW?yDoV5*8K?Y=~KK4jhI63JaJuoEV$|3?llptCw14bU?i0E8J)*LmWS{x zaE#*#`>4FP!6V?=k7s~cG^bFv8|MjGuH6``yBWoDC5Bk|{HJjuol6kgN)Y2p5bH`1 z^GXo=C|)jjrEsHIXNHf54L>gYK4Rdkt%2;lG+tcR>AbI8%nR%nEcEWqRK&)q+&79@ z1hMh5?_U39?5nmO{rRgo{9LgYa>8aukM{6A7TL~)`E{m0!|!?qx?I9Lj~{qD^DWT% zU2j)#HO8=a{QnfWSK;MIF)Ki9oC@FT;$!$CY{7k{r-gWNxe#Nw$Lgu%BgkcD!SNQ!ij$;d%k zQ}O)$*VsRvWG(sEvK-I`>#k*Wkw8)|&4b{}tcAA&ov$3{ALHd{eGX(XlMbc!I`~`z8GA>b_~kZxa;axk(|O zn-t>rIq$M9PdKQ6@Ya}?tDISTRn9EJFOjzauCM`1<7n}t;k#|!Hl{v_|wykn=p4{|f^PT_6lL+m82|U8gI-d%G>+ zH2l-`516Am=3FTL7TNd1H2!?fzHUp5@3AgOaKl&4c}O`e<(S=dxkKh*3AN4trN6&^ z4QmNbV0BYMavu6=9=d343(UJ)&O_AaZ}Rs~xsB!2uf#l@$m%Fw5RdvG(@BPeCEmRW z6VN|j7h+@SH%UPA2;K=SqZrTEo}hhX-eVYh-LnVhdN#*rR%d)W=3<_hi@sm5F{D4{ zY~}+x*5Y{P+5C&Y%|%SPnfii{-zu*QFKlyZ=9*PgA$*);)FV)TvWdr%s(R{>9qpdJA|~h3N~MurZwf zMtI;|@St258vB2E`Xa`0JyRQMgfZGb3-_5*@$J1BqbH(oV#}Py1lRyRN<8YiiZ%g{ znmB){w{rgKvph>U^njlFyEMt}*CAtre2j3I-T2p|HUCVg0zfgFW>InXn@zLV^#uC&ofcc1&YSZ_26uX zX)Bj|`!E-|MgEv&`Lm^x%O78pJTDq4$NY+1PGugIlX(~HS3j>5Fm{d6>VzddXiwv7 z=uhC!o{ZBNbU4Ow`AYHBFwE9e=(}}_Yquczi1H_^2S~@$fi~e6FR)m#pykOwQxGsEr>U4f%m~ii!h| zzW_cw8Rqe%4UioqW1A>nuY|VTi1GP8?awh>zJ@uT_g%v0R; zn5V!Vm*zCo&w=+&Dx2mf;Hh!2EoyW<2i)^%o?>rR<|*~AZ#>tiozO-q*!fW(+e_ck zUY(&3KAJ}hKOp(9j}q=Py?{OnncjnXn+8yq@3HL7FN%7~Pj$r}Rb7=gvL6~S{zEs& z_3<;$`Z1sIV_xCM`~v>2;Ad$T{4C9apQTywvos5Smf!;l^AgOnab{*#0_NH988l0$ z%(GQteGVUY$D2y1T+n7=^#;-DD)n3?e(4-c974O~ng>zO9PMHFf$E2j0Q)6UHtAwG zuH#t|uVeD4DMd5cI_#ea^iD1ZxEbh!()HNH{-RC6Zcho6O{L$ z_>M%NG19TW~vxW3MZ1V&|uExRTSiEMG`?}+A{W)X0F}}s3o)*^_CSVV&4|Bt_ zzAl+YSx-QJvWsP#uzv7egzjU!qDwi3x|FKz?p2;^hM=$ndvUk(XJbG0zwB@Izd5{a z#FyAFb;C})Xs6Qu(6?|l<$2DZzGEU2QuGKe zdHaqtMZB*}HJ{{Rra8nz%MuUa5ltM131L3z2C-XHPK!|$Q5AV<%+u?Fk6 zc^TEWAGU8wct8nH%Arb0S1lyCG)7ZcB?bVqtdU@14YLIH#&&lBtshLfk@bU4MbGcO zU1lTOp(>}BzR93(=!Y`Dg!XR6q0Qao<-1-=E@eFi>U*=Yz~iX%WfK5=(|a%3uKi9cq{2$ z5z&uAg`On4ia_H#$u7)WX1m|53)d!I+S+)-)B2C*78h>t4oro%R6Gwe0;`TJyz;Ld`L4D6(k zFB>+9`LIKJ7UwR)TPJ2YY ze3q8=I1^z1M)r!UjSDTCe9#jby_P+OKWgk(ZmKU)yBVI>j0TQnzE$YY3oT`U$Ma}s zs#VCdhy1`Bj&hhA%Ikk|6L!cMw8upIOBhc!XmcPB-cXY*{-fw4g{}t3mTJoj_#HL> z(R!e|0X9d2R@xK$FV7H=ZTszGQTTjr@p~Su-#u8rd**YROp?!{_+03tc3}bJ+I-Yy z4u13Sn~R?hzuD!r&Ju+8WkS9|wl%k1427Zsyq#aBHstd(oNcW7Otg{Sr|OcJ+fV0Q zN$~zyuQ{aD&^*ixa^Kdz8jk@X@ z%E9@ks;j)5b+?ui1v_oCB*S6{Z!2dV-uaYwCG<|lE$RT$mGT)cpI~zS9F2D2_(z@O z-+4_ZGeHdcwij~T@UI$2#T5y9QBz~)-l%?(B{W{lC%NYk{53-}8;EWjy(vzmz6+4o z>zZ!jG6!=K;A;{y3rvCe(^xj1wRk>&-+;DXgEJ{n{n{S*_s9Ga&+VB7=4@I|;rS?@ z`8iHJ2l0F|v%q4}Zlv=cQIhs)d;{ODcrHSE9{MspFT^wQTKe&v4PMG8T>an&Kls8A z{`l|CBBL#mc|UTSGP;gB22F!3rtLLvBS?ZhDmJ!lcgShZ&2V)#@^^7sYX~20h zLz8BYAwjdUJ)6HvXlp6_h~Cx1=BA+u@*Mkl@9z~~rg>BCUhMf*TUxeYoHd9`B*R`^ zqt>Q5LpI&Lo>)d{z{e`*aePAYF7fE#tN+66U1H1NtNUOcExtK;q-hNKt7e9kx+a1z z#Rsxc=asN2m|77d+RRI=&fg4qKA||^3FuF>ugJ$CSl>Wwf6{Z! zl_02L+iLHhjeTRBH>Gds8#)6-W%F}IB>S8u8*jUrCQI#eIpxTUy{d~tE)VQ6;ss4_ zg0|8;$d>9Ggt6N~qMg5UsWQORgN9f-&jWk=)Y2oAkNZrR&hjva-{Fc?h1_|t6-{O~ z*bOoBYiybR2#1jdeO$hw1?vSn>X!}PWU7F1y44Grnq9NL^i|3Wo}xYVQi6ebR2YvX z`X^-@Gmghp!h`i2ViY_wWIXx{$K30(!%rCY{IMTFbN2(Bb~l(7X)CaQV(KgZd-W>Iz;nT(A|r8j`1hfI+teFr`lA(wk4Rt z+aBq2PrMtlx_-*na0@XvtmF1-(^Vp;!yRm%3@bGkX|Esq(>w9~iW9vdOI9pt0j)^iKLXpWz@7=%zf{A=(c-1pTO8N9)A1nAJ8{_kxyf}jpMXxp z4w$6l7{Ym|JlbC_dI2_N>nvr))$rL6fc*k!{oUt1M{KarmvUWkT0y%^P*?B5+^V^} zguVr=CgKIyXa&Q44EtOQ$#(C=P{>OA3BW%CG~;zc{1`oBFUk5*b6J0p6Zn)^mbz3b zEo^||H}#3r$7`U2v>67w?C5hClUxZZwIL6EE;r$R)Qf1f8{ZVR9rKpp%vCjfMnLxy zVYB8@XfzEp8n3o%?Tc68tlPM*w?Y4#+=oOx(cAEaT5bGiOS184OFZIxdY;i~^}weQ(1!|&yF90$)mQxCs>X7EvdN6*X{VS< z9QFZD`ESb`Qu3-OFUd{fePp{WACrCPCOKY@%va3U){4z5co#Z2*>(u_L1aJVnxLY6 z`NIldjo1)DuF@VE&i9I(X7KItT{cAMuS;ou(e*{*P}f(9tygXsR?%GBv=1~%VEQXJ z5}u$q&P?WUnTl~K5-&b4g)acC)5-4%*|(4%=eZ}2hO)7?oQ?L_OZqDCVumw?Oc6URa#o?HAEQV&6Qp#lx0Vmzat zSpBC{qY+=2b&PDPQln*gAJJdjxAqsbMKjjI8;jpfJw$Sv>T1^_;eg916uCRoUxKcG9MU>a|D58Bsq>4^r!FdPPu)}eQR=hBAEx3QRqDOP zr&I4P?oLf9ZcWWEem`|X@q4L{f^H8Ne~`K#u+IX<-+cSIUlD501*rdkvD`Ar_rB@i z#(=mMydnDz$$)>8cowxW2s_qFrZ(=gBp915s@@iiFEfROM8{48x367C-{U(6)zjxP z1x(G%x-A#_E}T`t{Q4c&UaXBV_d=ic6D*`PA?+r`HwK)7Yb;w(_Vbj#`ra}ffSe}z zCF69Q`#T|=tQ__|CSTNFnQql^cAC@?_VDl5RE)q_D@Rh$K^(B8->LJ}6wLtr=hGh3qr`xzv`AnzvT^k59y0Y1|gt z1H!s!^VUGh0{^?NoAA)?_GJ)gEj7ImUV(`c9X*$F|P}1L0!dH~ANe*Qn!2L|!uB87=4%MO4g*3+* ztwnedaAt(lF?X#-dL#Bn_am%U!V)DcQo=kX^eJJs5~eAkO%5H^GF(TA5*8_8o)Xg9 z8ufByD`A=v+LTZ$hxUHgr_d|1as6^Usz?sUos`3|UL}4&2^*ELS_wHYHsvhxTkaJ-J_wC!bNmlS+704&meMVroY}OKw!stCg@s35%34PYHcW zn5~3qN@!C;tsKUmk;@;gga!qUrA~eytJG`sI<%*Q+D*=%R4uCxnm-g=j${b+ywtzD8tOlm|^mnw==u!gGBL@)jaM) z%8NX*{YEzYWC<+pz^-xoD1BonJ$fecM-Cp924Sj#kLm1Ud&&u{U^`p515No1s&|{4VjZyZ7GBkioz8 zy$+h8PVS3t(o0J2kD1`>LD{e~GWRL+&k4HaF?F2;nH!Hf$@|z*%_@Wq)o%;mjvAWcaW7(lsH-R^{q%bnbHRrJJ<+1LH?z}c9*W}?i|Y0Jk0lHC9!w;6P@X1&W{n)y8Nf=AVL_jLu*L?TS7$JXxwjGt;j9l3CV%4Sh~B zn`4++LhG|R?lb9!knbh%+S&e`R0 z1)&Ny^Zs+`m+HNUgIBS}xB7e2KcjPd)P`C|_I8&U`pJ*1Wp}l5e_87?r00z2N3Edq zRq$-`?o;xxnn9~*Pt3x9gx$Fsl*{#28}&sZA*7eCewkcU=(XX?Y~hu-2& z^h4^G7gHbQ{qmyHFMCrr@P65Qm&zns5~@VVpx>wIOiqi3_!hVY(B`esZ)l?~TAgic zL-L$_x=D&UXLSNzEBe`Vd>gYVAg1Fx*NZ~|TU58ziL~VHLC-}>Q~Kg(;B^P}#d{^A z-Q7KDs=H^>RFh<7?vK)RSjSw-U=u{N=U#tL`k|~Y_>2ey*lzNJ`j~ey@VG?t*ef>@ z?}nbQzuH>Im@&nJHPI!k`7XIHOuDDy_23lH zl;8x+EqI4#^znOYR~_r6bbnX+p-lm=joJh_!WZBKk=m8cx?rBW9O=~eE*T4_c;-i& zGQg{sOc^Y$Gk9?b?`!b>J;=IC?(?WuDd6MT-<^61z zr8t(^!27Mdy%K~X$iTD2r?~s$2Jz>6GbG7>CjBMqV-dVG+BH@vD$fd70LO`bB!6$i z_h-ZWWD8-xP39+j4<4R^y0rRFrytr~hCwPbU`2d0=dW&szfPw<%lYfH!e2e9dpLjf zpnrl#iMNQJpue!K&uhaPJ`a3i*}+7H^n5x~tsBadsQ;im8iy_5^8k1#oAmeOizey} z@u63bHf`M&^ve7=6a07q{MgQA;r{9jyvJC;Wp8ile&S*H54HPyQd@}!^&cf4*6SpX3ee_9+!xb37JQ91haP#sS7`G~%vOvz;aiM&G19R%okMM2PHm3&BW=#+ zjI?=d<$o!YI@8bYAQ=>vNypPK)kVsrbLpRP870f4a+1g93GYQ6&&b*q@_a)f)_wE0J&(JnDrv&3%EAnJ+ z3Qkx=D9H#z^quZJ1L*(->cTA9{lp>MukGz{^J-=>JChP;2ORS;enOv7+ehDR z>~kI+rVseLD#+=BGy2XN)OqT*0H+W3sf2Y3eH>MNDdoh!+r^y6e6L~d8xXBg$1PL9 z7Xy%mSAE@>`%2ah!?SkmUx6n%&>N3yCIv~{lD#1fq5z=l_9Bp>BGahtQ=GVm2ps_gD^8yzMd}qS^Pz=wPjD4^xWXuL% zl-_Wgo5x$FQ=!Hd($RI=P`;v5LE2{MRn$Z`@XaaRI*m=&s4;FX574;uL*Vj~ZifbY zoUo(Ev%fX<6vpJ2;O_`~`>8LrEeI7M-w#f_=XGLSIz@9$UA@|l^3#gXVQ$xr{1;NM z>2|{J3GUm)c!;&Xs>uIA>Z!Jua|+OxPC-wXrrV{CuF3M2gC1PBhPx9P>ACs~tu5$- zX`DY!fj>mzk3?ECfIq5Dr;x4v0mR6ow_>AkvERE~cx}o2iuCbQy2o~wbYet3P zqW|X;Y{1nidNk5swQTefTswS<5Zp}z1ee+u`LT|Q?{`fbgZg_mZw$ci2I=iiLudDt zCc6AkFrfP};A8DVW$-=q!stZ`>;?Y!0Xsmj6ZR{xvw2^@JQ8rTkw34v!?XFsd##Uc z42ralxkmOG7}u}i+iQ^RX`5HyLYEAgE*A3fDAVNwlp#?WwzF~>8`n`8nZ=+>5=$$4 zI)W}e9Pg;|4}(PtSr(*=0JPW$neX~5Paml1fQ#CkiU%R()M!eTFg04 zl{Kv{z!-iC>z*{-Znb{%qFd;q^daND!*uBcd@sR|1zv=InT^wB0eHm%x-5*K%W=@9 zKx2^npv&xtJ_Oye+=mQh!*scr+5-6nxG^0vT&ZZ7E_&jX=m76Sz#VmHsbcs1l4KF` z^Y-s|m^bkK6sjxsVj%BSe(cTou}9;_UX34nHh%2g__2rM$6k&fdpdsX?f9|BRROC00e3094e$(knR*gekW1eYsQa;yIQ^-`x;J1IFko67j4;X^q zQs~Fv*YPygMoY4V{uL^jrPzn|C>W`>`N!~9M)+uMoWfFp`f1pp8*!_H^cVF+W&y*UhG@L{uTBJ zutlIfZK5&XW45W8eo(OEyn7z@ovXcG%7W0p(nevY=R5sorX_@_?kb8 zk6{le2m7hbwaw*L_)u_Gu7^&g*;@U6MR_&ZO@THalWq}XE#_?H0ZPL=%-v?4HGC@A zwj0IrAOFtNZ2W~K&e#OnNmhyOCeZKZ`_s+1FY-?`H{4zhyOoME%-v?4#hz|1?difk z;uyyLgT``eo}pierF`2ep~tY{EM=W#*Nz}x2ho|_r-0*Lr0qjr&8vNr>pJqGE3GHr zn~-AybO=tvX9E1>WW)Chd^|}aUvJd2uy0P-WO-GzS6)E#P3rT|fuc^*Q3a<$e4nsg zocR&ara#C2CFMmK{M@s#3g<8T0#4!+*mG~iJJJD(sEZG{Z8ZMU>NIYIZ35yQ>|){J zr1&A^{U7<=A-;vZMJW%ynqEZ6?Nd-y@0(O_1Ou#h|=^j#>oEVM9&?{2)B() z7qW>OZd=1xDuWG%?V>;ztLrBUU17I1iF}C7ROspfj(4o1W zqH8_y$vtr#bS=G&u3@{WiK-0kFS(7w@VzqnuVlL^d`~{M=C(cWT?gK(h767ajbo{N zAAFa=Mqy5OCggFBwH>xfcebzEsKUJe+rFb1{%*C`Ve(zoiMHn>?QrgpFO}Q%B-)nU zo^QK8XW;$4PJP!@_)J=w_&50bv(>B@8++k5=|z<{_eWEq^LBYY^JjXl`mQLjg-qLdS_!|FLzK4*HabgC z-gNS7g#2+YCV11#%VN?9cISE)2OQp|IP{rIU(^N)2nSU_`+Dc=iNDYveUOFoalDpI zWwi{r!v+-d7~sx*<
  • 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 literal 0 HcmV?d00001 diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.c b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.c new file mode 100755 index 0000000..be5f1a5 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.c @@ -0,0 +1,22 @@ +#include +#include +#include +#include +#define GLOBAL_DECLARATION +#include "../inc/config.h" + +void +main(int argc, char* argv[]) +{ + long status; + test3Info info; + + init0(&info); + argCheck(&info, argc, argv); + init1(&info); +} + +void +additionalUsage() +{ +} diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.html b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.html new file mode 100755 index 0000000..da877dd --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/test3.html @@ -0,0 +1,17 @@ + + +test3.HP + + +

    test3.HP

    +

    Usage

    +
    +Usage: test3.HP
    +Options:
    +    [-i[nput]            In                  ] :Essential :InputDataFile
    +    [-o[utput]           Out                 ] :Essential :OutputDataFile
    +    [-c[onfig]           configFile          ] :Optional  :ConfigurationFile
    +    [-m[ode]             mode                ] :Optional  :Mode
    +
    + + diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/usage.c b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/usage.c new file mode 100755 index 0000000..6d123c2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/usage.c @@ -0,0 +1,36 @@ +#include +#include +#include "../inc/config.h" + +void +usage(char* thisProgram) +{ + fprintf(stderr, "Usage: %s\n", thisProgram); + fprintf(stderr, "Options:\n"); + fprintf(stderr, " [-i[nput] In ] :Essential :InputDataFile\n"); + fprintf(stderr, " [-o[utput] Out ] :Essential :OutputDataFile\n"); + fprintf(stderr, " [-c[onfig] configFile ] :Optional :ConfigurationFile\n"); + fprintf(stderr, " [-m[ode] mode ] :Optional :Mode\n"); + additionalUsage(); +} + +void +htmlBeforeUsage(char* thisProgram) +{ + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "%s\n", thisProgram); + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "

    %s

    \n", thisProgram); + fprintf(stderr, "

    Usage

    \n"); + fprintf(stderr, "
    \n");
    +}
    +
    +void
    +htmlAfterUsage(char* thisProgram)
    +{
    +    fprintf(stderr, "
    \n"); + fprintf(stderr, "\n"); + fprintf(stderr, "\n"); +} diff --git a/doc/DevelopmentTools/test/src/Tools/test3/test3/src/util.c b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/util.c new file mode 100755 index 0000000..ee5e5f2 --- /dev/null +++ b/doc/DevelopmentTools/test/src/Tools/test3/test3/src/util.c @@ -0,0 +1,4 @@ +#include +#include +#include "../inc/config.h" + diff --git a/doc/Distribution/Distribution.html b/doc/Distribution/Distribution.html new file mode 100755 index 0000000..ca1604d --- /dev/null +++ b/doc/Distribution/Distribution.html @@ -0,0 +1,23 @@ + + + Distribution + + +

    Distribution

    +
    + + diff --git a/doc/FAQ/FAQ.html b/doc/FAQ/FAQ.html new file mode 100755 index 0000000..9c5479c --- /dev/null +++ b/doc/FAQ/FAQ.html @@ -0,0 +1,83 @@ + + + FAQ + + +

    FAQ

    + +
      +
    • Concerning Display2 +
        +
      1. How does NEW differ from OPEN under FILE? +
        NEW creates a new window (a new Display2 process) + but OPEN does not create a new one because the same window are used to display a new image. +
        NEW has the function of NEW WINDOWN under WINDOW + OPEN under FILE. + +
      2. How can I use ROI (region of interest) button ? +
        The ROI button on the menu bar (and/or the middle button of your mouse in the case of no draw of ROI) + shows what type ROI we are interested in. + The ROI types we now support are 'rectangle', 'line' and 'spline'. You cannot select a circle area because of + mrc-File format. But you can mask images by circle, using a small tool of mrcImageMasking. +
        Using 'Extract ROI(Real)' under FILE and Extract(Real) button in RoiInfo under Information, + mrcImageROI(rectangle) or mrcImageUnbentROI(spline) will start following ROI area information. + In the case of Extract(Vertual), you can get the command of mrcImageROI/mrcImageUnbentROI with the argument information. But the command will be only displayed without performing the command. +
      3. How can I suggest the area of ROI ? +
        After decision of the ROI type, you can create the ROI using the left button of your mouse. + In the case of 'line' and 'rectangle', you should push the left button and drag the mouse to create the ROI. + In the case of 'spline', you should push the button and drag the mouse some times. +
      4. What is EDIT ? +
        After you created the first version area of ROI, you can cancel, move, resize and rotate the area + by pushing the left button of mouse and drag your mouse, follwoing EDIT (and/or the middle button of your mouse). +
      5. How can I use WINDOW ? +
        The new window command creates a new window as the NEW command under FILE + except for no open of the desired file. You can open the file using OPEN under FILE. +
      6. OPERATION:FFT +
        I know the operation of FFT has some bug. This is a test-version operation. + I now try to realize that small tools of Eos can be installed automatedly as OPERATION. + Please wait for success of this trial (1997/9/15). +
      7. Display2Info:Infomation +
        +
        HIGH/LOW +
        HIGH means the whitest density and LOW means the blackest density. + Thus, you can get lighter display or darker display. If HIGH < LOW, you will get the nega-image. +
        PREVZ/NEXTZ +
        In the case of three-dimensional images, you can get the 2D z-section images using PREVZ(Previous z)/NEXTZ(Next z). +
        +
      +
    • Concerning FFT Operations +
        +
      1. Filtering (FFT space) +
        mrcFFTFiltering +
        Filtering follwing space-group. +
        mrcImageLowPassFilter +
        Low pass filtering +
        mrcImageHighPassFilter +
        High pass filtering +
      2. mrcFFTFiltering +
        -vx, -vy +
        These options indicate two vectors of crystal. +
        -sx, -sy +
        These options indicate the size of window size for filtering. +
      +
    • Printing +
        +
      1. How to print images and FFT. +
        You can use a small tool of mrcImagePrint in both cases. +
      +
    • Small tools +
        +
      1. mrcImageFourierPowerSpectrum +
        How to display a output +
        Eos does not have a general display tool of graph. + We usually use gnuplot(free) or Splus(commercial) or Excel(commercial). +
      +
    • MISCELLANEOUS +
        +
      1. What is -c option ? +
        The "-c" option is one of reserved options. + Some tools use this option, while others do not use it. +
        The reserved options are -m -h and -c. +
      +
    + + diff --git a/doc/ForEosSystemDeveloper/.content b/doc/ForEosSystemDeveloper/.content new file mode 100755 index 0000000..6578031 --- /dev/null +++ b/doc/ForEosSystemDeveloper/.content @@ -0,0 +1,115 @@ +

    Content

    + +
    + +

    Eos Enviroment Setting

    +
    +
      +
    1. Eos default setting +
      EOS_HOME +
      Eos home directory +
      EOS_HOST +
      Eos working station type +
    2. When you want to create a new tool on another Eos, +
      EOS_ANOTHER_HOME +
      Anonther Eos home directory +
    +
    + +

    When you create a new tool,

    +
    +Rule +
      +
    1. create new directories and proto-type source codes +
      $ maketool classname toolname new +
    2. change a working directory. +
      $ cd $EOS_HOME/src/Tools/classname/toolname/src +
    3. When you want to add new arguments, you need to modify a file of ../Config/OptionControlFile . +
      Now we are creating a interactive tool, makeOptionControlFile. Wait a moment please. +
    4. If you modify a file of OptionControlFile, you must update your new source codes. +
      $ make update +
    5. modify toolname.c (a main-source file) +
      This step is essential but cannot be auto-made. +
    6. check file-dependency. +
      $ make depend +
    7. build a new tool +
      $ make +
    8. fix bugs in a main-source file. +
      This step is essential, too. It may take many hours to fix bugs. Eos supplies some techniques for the purpose of quick bug-fix, while the bug-fix step cannot be auto. +
    9. install a new tool +
      $ make install +
    + +
    + +

    Control File Format

    + + This control file is used to generate prototype-source code. + +
    + +

    Main Source File

    +
    +
      +
    • Main source file +
      Default: Tool.c +
      ToolInfo +
      This struct includes the information of argmunets (argv) of main function +
      init0 (init.c) +
      Assign default values to ToolInfo +
      argCheck (argCheck.c) +
      Assign values to ToolInfo using the information of arguments (argv) +
      init1 (init.c) +
      Initialize ToolInfo following the information of arguments (ToolInfo). +
    + +
    + +

    Some Techiniques for Quick Bug-fix

    +
    +
      +
    1. DEBUGPRINT function (#include "genUtil.h") +

      Example

      +

      If you begin to debug programs,

      +
      +#define DEBUG
      +#include "genUtil.h"
      +
      +................
      +DEBUGPRINT("This step is OK");
      +DEBUGPRINT1("This step is OK: %ld \n", mode);
      +................
      +
      +DEBUGPRINT6("This step is OK: %ld %ld %ld %ld %ld %ld\n", mode1, mode2, mode3, mode4, mode5, mode6);
      +................
      +
      +
      +

      If you finish to debug programs,

      +
      +#undef DEBUG
      +#include "genUtil.h"
      +
      +................
      +DEBUGPRINT("This step is OK");
      +DEBUGPRINT1("This step is OK: %ld \n", mode);
      +................
      +
      +DEBUGPRINT6("This step is OK: %ld %ld %ld %ld %ld %ld\n", mode1, mode2, mode3, mode4, mode5, mode6);
      +................
      +
      +
      +
    +
    + diff --git a/doc/ForEosSystemDeveloper/.footer b/doc/ForEosSystemDeveloper/.footer new file mode 100755 index 0000000..e04310f --- /dev/null +++ b/doc/ForEosSystemDeveloper/.footer @@ -0,0 +1,2 @@ + + diff --git a/doc/ForEosSystemDeveloper/.header b/doc/ForEosSystemDeveloper/.header new file mode 100755 index 0000000..0401d23 --- /dev/null +++ b/doc/ForEosSystemDeveloper/.header @@ -0,0 +1,8 @@ + + + +Eos System Developer on Eos + + + +

    For Eos System Developer

    diff --git a/doc/ForEosSystemDeveloper/.list.html b/doc/ForEosSystemDeveloper/.list.html new file mode 100755 index 0000000..cbd629c --- /dev/null +++ b/doc/ForEosSystemDeveloper/.list.html @@ -0,0 +1,8 @@ + diff --git a/doc/ForEosSystemDeveloper/ControlFileFormat.html b/doc/ForEosSystemDeveloper/ControlFileFormat.html new file mode 100755 index 0000000..0483544 --- /dev/null +++ b/doc/ForEosSystemDeveloper/ControlFileFormat.html @@ -0,0 +1,73 @@ + + + +Control File Format on Eos + + + +

    Control File Format on Eos

    +

    Format

    + "Option","fullOption","OptionName","OptionProperties","OptionNumber","argIndex","argName","argType","InitialValue",... +

    Item Expression

    +
    Option +
    +
    fullOption +
    If OptionNumber is equal to zero, fullOption will be defined as flagName in program. +
    +
    OptionName +
    +
    OptionProperties +
    Refer to the below predefined word table. +
    OptionNumber +
    +
    argIndex +
    +
    argName +
    +
    argType +
    Refer to the below predefined word table. +
    InitialValue +
    This is an intial value of this argument. It is used in the code of init.c. +
    +

    Predefined Words

    + In columns of option properties and argument types, predefined words are used as below. +

    + + + + + +
    Table of Predefined Words
    Option Properties Argument Type +
    +
    Essential +
    essential argument +
    Optional +
    optional argument +
    Variable +
    only one. +
    +
    Integer +
    +
    Real +
    +
    inFile +
    input filename +
    outFile +
    output filename +
    appendFile +
    output filename (append) +
    inFileList +
    a list of filenames to be inputted +
    outFileList +
    a list of filenames to be outputted +
    appendFileList +
    a list of filenames to be outputted (append) +
    Character +
    +
    String +
    +
    +
    +

    Examples

    + + diff --git a/doc/ForEosSystemDeveloper/EosDirMaintain.html b/doc/ForEosSystemDeveloper/EosDirMaintain.html new file mode 100755 index 0000000..4ae88c7 --- /dev/null +++ b/doc/ForEosSystemDeveloper/EosDirMaintain.html @@ -0,0 +1,9 @@ + + + EosDirMaintain + + +

    EosDirMaintain

    + + + diff --git a/doc/ForEosSystemDeveloper/EosTutorial.html b/doc/ForEosSystemDeveloper/EosTutorial.html new file mode 100755 index 0000000..a7addb0 --- /dev/null +++ b/doc/ForEosSystemDeveloper/EosTutorial.html @@ -0,0 +1,183 @@ + + + +Eos Tutorial + + + +
    +

    Eos Quick Tutorial for System Developer

    +--- How to create and update the Eos tools --- +
    +Created by Isao Sakane
    +Modified by tacyas@tkyemghp.phys.s.u-tokyo.ac.jp +
    +This document illustrates how to make tools with the Eos. We assume that +you want to make image handling programs easy as possible, and reuseable +as possible. And, we assume that you are used to the unix shell system. + +
      +
    1. Setup
        + + First of all, you must set your environment for Eos. These + environment variables are used internally by the Eos.

        + +

      1. Link to the Eos directory
        + Make a link to the Eos directory under your home directory. For + example, if the Eos directory is, `/somewhere/Eos' then, you make + a link to there by + +
        +> ln -s /somewhere/Eos ~/.
        +
        +
        +
      2. Set the Eos directories
        + How to set environment variables depends on your shell.
        + For example: if you are using csh, you write into `.cshrc',

        + +

        +> setenv EOS_HOME ~/Eos
        +> setenv EOS_HOST hpux
        +> setenv EOS_PATH $EOS_HOME/bin:$EOS_HOME/sbin
        +> setenv DISPLAY2_HOME ~/Eos/bin/wish
        +
        + + +For example: /bin/sh or bash, you write into '.profile' or `.bashrc',

        + +

        +> export EOS_HOME=~/Eos
        +> export EOS_HOST=hpux
        +> export EOS_PATH=$EOS_HOME/bin:$EOS_HOME/sbin
        +> export DISPLAY2_HOME=~/Eos/bin/wish
        +
        + +
      3. Change your group to Eos
        +
        +$ newgrp Eos

        +

      +
    2. Make a tool
        + + To add or modify tools to Eos, you should use the command + `maketool'. This tool asks you what you want to do. If you want + to create a new tool, you input a new tool name. Then `maketool' + will do some routine works for you. It will create the directory + ,which name you have input, under `$EOS_HOME/src/Tools'. It will + generate some codes for you.

        + + For example, if you are going to make a new tool, which name is + `mrcImageNewTool', you should execute `maketool' as, + +

        +$ maketool mrcImage mrcImageNewTool new
        +
        + + + Here, we assumed that you are making a tool which handles mrc + formatted data. Let's look if the new directory has made. Execute, + +
        +$ ls $EOS_HOME/src/Tools/mrcImage/mrcImageNewTool/
        +
        +
        + +
      1. Coding
          + + For example, let's assume you are making the tool `mrcImageCVE'. + There is a directory named `mrcImageCVE' and under that, are + subdirectories named `src', `inc', `Config' and so on.

          + +

        1. Option Handling
          + To make the tool respond to users request correctly, the Eos + provides you auto option handling mechanism. You write + `OptionControlFile' under `Config' directory and that's it. Here + is an example from `mrcImageCVE'. +
          +
          +# OptionControlFile
          +# FileFormat
          +"-i","-i[nput]","InputDataFile","Essential","1","1","In","inFile","NULL"
          +"-o","-o[utput]","OutputDataFile","Essential","1","1","Out","outFile","NULL"
          +"-sx","-sx","x of Kernel Size","Optional","1","1","sx","Integer","25"
          +"-sy","-sy","y of Kernel Size","Optional","1","1","sy","Integer","25"
          +"-sz","-sz","z of Kernel Size","Optional","1","1","sz","Integer","1"
          +"-c","-c[onfig]","ConfigurationFile","Optional","1","1","configFile","inFile","NULL"
          +
          +
          + + A Line begins with # is a comment. The first record of a line is + the option name. For example, you specify the input file name by + this option name as, `mrcImageCVE -i <input file name>'. The + seventh record of a line is the variable name. Maketool will + create the option information struct including that named + variable. And the eighth record specifies the variable type. The + option value for `-sx' will take `Integer'. And the last record + tells option handler the option default value.

          + + After you wrote `OptionControlFile', run `maketool' to update the + tool environment. For example, + +

          +$ maketool mrcImage mrcImageNewTool update
          +
          + + The option struct code will be written in the headerfile. And also + it updates the option handling code for you. So you can absorbed + in the real coding problem.

          + +

        2. Write DataManipulationg Function(s)
          + + The `maketool' only creates the interface to your program. Writing + the real data handling code will be your prime task. You will + create the pure data handling function. For example, the `main' + function in `mrcImageCVE.c' calls the function `lmrcImageCVE' in + `lmrcImageCVE.c' with pointers for the source data and the + destination data. You are recommended to make another file for + this function like `lmrcImageCVE.c'. If you create a object code + file for a data handling function, other tools can use that + function. Make such object code files under + $EOS_HOME/src/Objects/Datamanip/mrcImage/src/. Hand pointers to + the data and some other information needed to those data + manipulation functions .

          + + When you code a source `lmrcImageNewTool.c', you must edit the + headerfile `../inc/mrcImage.h' yourself. It is not modified + automatically.

          +

        + +
      2. Compile
        + + If you wrote up a data manipulating function, then it is a good + time to compile the source file. Move to the + `$EOS_HOME/src/Objects/Datamanip/mrcImage/src/' directory. If your + code has not been compiled before, you must run the command `make + depend' to rewrite `Makefile', otherwise just run 'make'. There + will be some errors and warnings. Debug, code and compile. + Finally, there will be no explicit bugs and you think you have + wrote the complete code. Then run the command `make install' at + `src/..' directory.

        + + The data handling object is now complete. So you want to make up + the tool. Change directory to + `$EOS_HOME/src/Tools/mrcImage/mrcImageNewTool/src' and run make. + If you wrote correctly, there will be your tool. Run and test it.

        + + If your tool runs correctly and you think it is good enough for + public use, run `make install'. Then your tool will be installed + automatically under the Eos binary directory.

        + +

      3. Examine the Data
        + + To see what your program has done, you may want to display the + mrcImage data on the screen. Use `Display2' command for this + purpose. If you want to see the file `test.mrc', just run, + + +
        +$ Display2 -i test.mrc
        +
        +
        +
      +
    + + diff --git a/doc/ForEosSystemDeveloper/FAQ.html b/doc/ForEosSystemDeveloper/FAQ.html new file mode 100755 index 0000000..d286a83 --- /dev/null +++ b/doc/ForEosSystemDeveloper/FAQ.html @@ -0,0 +1,9 @@ + + + FAQ + + +

    FAQ

    + + + diff --git a/doc/ForEosSystemDeveloper/Makefile b/doc/ForEosSystemDeveloper/Makefile new file mode 100755 index 0000000..7fd65c1 --- /dev/null +++ b/doc/ForEosSystemDeveloper/Makefile @@ -0,0 +1,2 @@ +all: + htmlDirList > .list.html diff --git a/doc/ForEosSystemDeveloper/Rule.html b/doc/ForEosSystemDeveloper/Rule.html new file mode 100755 index 0000000..a285c39 --- /dev/null +++ b/doc/ForEosSystemDeveloper/Rule.html @@ -0,0 +1,16 @@ + + + Rule for Developer + + +

    Rule for Developer

    +
      +
    • Naming Rule for Small Tools
        +
      1. The first character is lower case in the case of a non-interactive tool. +
      2. The first character is upper case in the case of an interactive tool. +
      3. The first word should indicate which object to operate. +
      4. The words except for the first word should begin at the upper-case character. +
      +
    + + diff --git a/doc/ForEosSystemDeveloper/ToolVersionAdmin.html b/doc/ForEosSystemDeveloper/ToolVersionAdmin.html new file mode 100755 index 0000000..3fd2f96 --- /dev/null +++ b/doc/ForEosSystemDeveloper/ToolVersionAdmin.html @@ -0,0 +1,16 @@ + + + Tool Version Administration + + +

    Tool Version Admin

    +
      +
    • make put +
      +
    • make edit +
      +
    • make unedit +
      +
    + + diff --git a/doc/ForEosSystemDeveloper/index.html b/doc/ForEosSystemDeveloper/index.html new file mode 100755 index 0000000..e1899f9 --- /dev/null +++ b/doc/ForEosSystemDeveloper/index.html @@ -0,0 +1,182 @@ + + + +Eos System Developer on Eos + + + +

    For Eos System Developer

    + +

    Content

    + + +
    + +

    Eos Enviroment Setting

    +
    +
      +
    1. Eos default setting +
      EOS_HOME +
      Eos home directory +
      EOS_HOST +
      Eos working station type +
    2. When you want to create a new tool on another Eos, +
      EOS_ANOTHER_HOME +
      Anonther Eos home directory +
    +
    + +

    When you create a new tool,

    +
    +Rule +
      +
    1. create new directories and proto-type source codes +
      $ maketool classname toolname new +
    2. change a working directory. +
      $ cd $EOS_HOME/src/Tools/classname/toolname/src +
    3. When you want to add new arguments, you need to modify a file of ../Config/OptionControlFile . +
      Now we are creating a interactive tool, makeOptionControlFile. Wait a moment please. +
    4. If you modify a file of OptionControlFile, you must update your new source codes. +
      $ make update +
    5. modify toolname.c (a main-source file) +
      This step is essential but cannot be auto-made. +
    6. check file-dependency. +
      $ make depend +
    7. build a new tool +
      $ make +
    8. fix bugs in a main-source file. +
      This step is essential, too. It may take many hours to fix bugs. Eos supplies some techniques for the purpose of quick bug-fix, while the bug-fix step cannot be auto. +
    9. install a new tool +
      $ make install +
    + +
    + +

    When you create a new object

    +
    +
      +
    1. protoObjectMethodCreate +
    + +
    + +

    Control File Format

    + + This control file is used to generate prototype-source code. + +
    + +

    Main Source File

    +
    +
      +
    • Main source file +
      Default: Tool.c +
      ToolInfo +
      This struct includes the information of argmunets (argv) of main function +
      init0 (init.c) +
      Assign default values to ToolInfo +
      argCheck (argCheck.c) +
      Assign values to ToolInfo using the information of arguments (argv) +
      init1 (init.c) +
      Initialize ToolInfo following the information of arguments (ToolInfo). +
    + +
    + +

    Some Techiniques for Quick Bug-fix

    +
    +
      +
    1. DEBUGPRINT function (#include "genUtil.h") +

      Example

      +

      If you begin to debug programs,

      +
      +#define DEBUG
      +#include "genUtil.h"
      +
      +................
      +DEBUGPRINT("This step is OK");
      +DEBUGPRINT1("This step is OK: %ld \n", mode);
      +................
      +
      +DEBUGPRINT6("This step is OK: %ld %ld %ld %ld %ld %ld\n", mode1, mode2, mode3, mode4, mode5, mode6);
      +................
      +
      +or
      +
      +#define DEBUG2
      +#include "genUtil.h"
      +
      +................
      +DEBUG2PRINT("This step is OK");
      +DEBUG2PRINT1("This step is OK: %ld \n", mode);
      +................
      +
      +DEBUG2PRINT6("This step is OK: %ld %ld %ld %ld %ld %ld\n", mode1, mode2, mode3, mode4, mode5, mode6);
      +................
      +
      + +

      If you finish to debug programs,

      +
      +#undef DEBUG or #undef DEBUG2
      +#include "genUtil.h"
      +
      +................
      +DEBUGPRINT("This step is OK");
      +DEBUGPRINT1("This step is OK: %ld \n", mode);
      +................
      +
      +DEBUGPRINT6("This step is OK: %ld %ld %ld %ld %ld %ld\n", mode1, mode2, mode3, mode4, mode5, mode6);
      +................
      +
      +
      + +

      2. How to use gdb.

      +

      Example (core analysis)

      +
      +	OS: HP, Order: mrcImagePrint -i test -o test2
      +
      +	gdb ~/Eos/bin/HP/mrcImagePrint.HP core
      +
      +	or
      +
      +	gdb ~/Eos/bin/HP/mrcImagePrint.HP
      +	run -i test -o test2
      +
      +	(command list)
      +	where
      +	list 
      +	up, down
      +	print
      +	break
      +	next
      +	
      + +

      3. Log print

      +

      Example

      +
      +	#define LOGPRINT4(fpt,ID,ID2,x,d1,d2,d3,d4) \
      +	fprintf(fpt, "%-6s %-15s ",ID,ID2); \
      +	fprintf(fpt, x, d1,d2,d3,d4); \
      +	fprintf(fpt, "\n"); fflush(fpt); \
      +	fprintf(stdout, "%-6s %-15s ",ID,ID2); \
      +	fprintf(stdout, x, d1,d2,d3,d4); \
      +	fprintf(stdout, "\n"); fflush(stdout);
      +	
      + +
    +
    + + + diff --git a/doc/IntegrationTools/.content b/doc/IntegrationTools/.content new file mode 100755 index 0000000..567dd95 --- /dev/null +++ b/doc/IntegrationTools/.content @@ -0,0 +1,6 @@ +

    Content

    + diff --git a/doc/IntegrationTools/.footer b/doc/IntegrationTools/.footer new file mode 100755 index 0000000..e04310f --- /dev/null +++ b/doc/IntegrationTools/.footer @@ -0,0 +1,2 @@ + + diff --git a/doc/IntegrationTools/.header b/doc/IntegrationTools/.header new file mode 100755 index 0000000..f7274fb --- /dev/null +++ b/doc/IntegrationTools/.header @@ -0,0 +1,8 @@ + + + +Integration Tools on Eos + + + +

    Integration Tools on Eos

    diff --git a/doc/IntegrationTools/.integrationToolList.html b/doc/IntegrationTools/.integrationToolList.html new file mode 100755 index 0000000..8072f73 --- /dev/null +++ b/doc/IntegrationTools/.integrationToolList.html @@ -0,0 +1,5 @@ + diff --git a/doc/IntegrationTools/3DReconstructionHelical.html b/doc/IntegrationTools/3DReconstructionHelical.html new file mode 100755 index 0000000..f35aae3 --- /dev/null +++ b/doc/IntegrationTools/3DReconstructionHelical.html @@ -0,0 +1,51 @@ + + + 3DReconstructionHelical + + +
    +

    3D Reconstruction using Helical Symmetry

    +Japanese version
    +Last Modified +
    +

    ‚点‚ñ‘Ώ̐«‚ð—p‚¢‚½ŽOŽŸŒ³Ä\¬–@

    +

    Contents

    +
      +
    1. Žè‡ +
    2. Makefile‚Ì—á +
    + +

    Žè‡

    +
      +
    1. f(x,y)(“Š‰e‘œj‚𓾂é + +
    2. F(X,Y)(Fourier Pattern)‚𓾂é + +
    3. Layer Line (G(R))‚Ì’Šo + +
    4. Intramolecule Averaging + +
    5. Intermolecule Averaging + +
    6. g(r)‚𓾂éFFourier Bessel •ÏŠ· + +
    7. rho(x,y,z)‚𓾂éFFourier‡¬ +
    +> +

    Makefile‚Ì—á

    +
      +
    1. + 3D ReconstructionHelicalMake version 1 + + +
    +

    Lists

    +
      +
    1. MakefileFor3DReconstructionHelical +
      +
      +
      + +
    + + diff --git a/doc/IntegrationTools/CTFCorrection.html b/doc/IntegrationTools/CTFCorrection.html new file mode 100755 index 0000000..d8ded48 --- /dev/null +++ b/doc/IntegrationTools/CTFCorrection.html @@ -0,0 +1,49 @@ + + + CTF Correction + + +

    CTF Correction

    +

    CTF Correction Protocol

    + +
    + +

    One Image CTF Correction

    +
    +

    General Information

    +
      +
    1. Obtain mrcImage-formatted file
        +
      • from Leafscan (TIFF-formated file)
          +
        1. tiff2mrc +
        +
      • from Eikonics (Eikonics-formatted file)
          +
        1. eiko2mrc +
        +
      +
    2. Check mrcImage-formatted file +
    3. Fourier Transform +
    4. Check Fourier-Space and determine defocus +
    5. Compensate CTF function +
    6. Check CTF-compensated file
        +
      • Display2 +
      • mrcImagePrint +
      • mrc2tiff +
      +
    +

    How to integrate the above tools

    + + + diff --git a/doc/IntegrationTools/Makefile b/doc/IntegrationTools/Makefile new file mode 100755 index 0000000..1bf064c --- /dev/null +++ b/doc/IntegrationTools/Makefile @@ -0,0 +1,2 @@ +all: + htmlDirList >> .integrationToolList.html diff --git a/doc/IntegrationTools/MakefileFor3DReconstructionHelical b/doc/IntegrationTools/MakefileFor3DReconstructionHelical new file mode 100755 index 0000000..a131eec --- /dev/null +++ b/doc/IntegrationTools/MakefileFor3DReconstructionHelical @@ -0,0 +1,235 @@ +.SUFFIXES: .w12 .tiff \ + .mrc .mrcps .cut .cutps .trp .trpps .pad .padps \ + .fft .fftps \ + .nea .far .llplt \ + .avg .asnea .asfar .avgparam .avgplt .avgn .avgpltn .asplt\ + .ltlg \ + .mrc3d \ + .avgc \ + .ltlgc \ + .mrc3dc \ + .clstlst \ + .vol .volc \ + .hdf .hdfc \ + .contour .contourc + +TRPPSFILES = $(CUTFILES:.cut=.trpps) +FFTFILES = $(CUTFILES:.cut=.fft) +FFTPSFILES = $(CUTFILES:.cut=.fftps) +NEAFILES = $(CUTFILES:.cut=.nea) +LLPLTFILES = $(CUTFILES:.cut=.llplt) +AVGFILES = $(CUTFILES:.cut=.avg) +ASNEAFILES = $(CUTFILES:.cut=.asnea) +ASPLTFILES = $(CUTFILES:.cut=.asplt) +AVGPLTFILES= $(CUTFILES:.cut=.avgplt) +AVGCFILES = $(CUTFILES:.cut=.avgc) +LTLGCFILES = $(CUTFILES:.cut=.ltlgc) +LTLGFILES = $(CUTFILES:.cut=.ltlg) +MRC3DFILES = $(CUTFILES:.cut=.mrc3d) +MRC3DCFILES = $(CUTFILES:.cut=.mrc3dc) + +cut: $(CUTFILES) +trpps: $(TRPPSFILES) +fftps: $(FFTPSFILES) +fft : $(FFTFILES) +nea : $(NEAFILES) +llplt: $(LLPLTFILES) +asnea: $(ASNEAFILES) +asplt: $(ASPLTFILES) +ltlg: $(LTLGFILES) +ltlgc: $(LTLGCFILES) +mrc3d: $(MRC3DFILES) +mrc3dc: $(MRC3DCFILES) +avgc : $(AVGCFILES) +avg : $(AVGFILES) +avgplt: $(AVGPLTFILES) +clean: + rm *.trp *.nea *.far *.asnea *.asfar *ps *plt +cleanfft: + rm *.fft +cleanavg: + rm *.avg + +# +# +#(LENGTH_OF_EIKO_IMAGE) +#(LENGTH_OF_TIFF_IMAGE) +#(CUTIMAGE_SCALE) +#(CUTIMAGE_ENLARGEMENT) +#(TRPIMAGE_SCALE) +#(TRPIMAGE_ENLARGEMENT) + +# +# +# +PAD_HEIGHT=1024 +PAD_WIDTH=1024 +# +# +# +FFTPS_HIGH=0.5 +FFTPS_LOW=0.1 +FFT_SCALE=1.0 +FFT_ENLARGEMENT=4 +# +# Layer Line Extraction +# +LLEXTRACT_CTRL=../ctrl/llExtract.ctrl +TRUE_PITCH=360.0 +# +# Axis Search +# +LLAXIS_CTRL=../ctrl/llAxis.ctrl +AS_XMIN=-20 +AS_XMAX=20 +AS_DX=0.1 +AS_OMIN=0.0 +AS_OMAX=0.0 +AS_DO=1.0 +AS_RESOLUTION=30.0 + +# +# CTF Compensation +# +LLCOMP_CTRL=../ctrl/llComp.ctrl +SRMAX=100.0 + +# +# Fit and Average +# +LLFIT_CTRL=../ctrl/llfit.ctrl +LLDATA_FIT_DELBR= +LLDATA_FIT_RMIN=1.0 +LLDATA_FIT_RMAX=1.0 +LLDATA_FIT_DR=1.0 +LLDATA_FIT_PMIN=-180 +LLDATA_FIT_PMAX= 180 +LLDATA_FIT_DP=1.0 +LLDATA_FIT_ZMIN=-30 +LLDATA_FIT_ZMAX=30 +LLDATA_FIT_DZ=1.0 + +# +# Fourier-Bessel +# +LL2LTLG_TTILE=Test +LL2LTLG_DELBR= +LL2LTLG_LLLMAX=32 +LL2LTLG_BRMAX_INV= +LL2LTLG_DELSR=5.0 +LL2LTLG_SRMAX=100.0 + +# +# Fourier +# +LTLG2MRC_CTRL=../ctrl/ltlg2mrc.ctrl + +# Volume Calculation +MOLECULAR_WEIGHT=42300 +MOLECULAR_NUMBER=4 +MOLECULAR_DENSITY=1.35 + +####################################################################### +# +# ROI (Region of Interest) +# +.w12.mrc: + eiko2mrc -i $*.w12 -o $*.mrc -M $(LENGTH_OF_EIKO_IMAGE) -m 1 +.tiff.mrc: + mrc2tiff -i $*.tiff -o $*.mrc -M $(LENGTH_OF_TIFF_IMAGE) +# +#.mrc.cut: +# mrcImageROI -i $*.mrc -o $*.cut +# + +.cut.cutps: + mrcImagePrint -i $*.cut -o $*.cutps -S $(CUTIMAGE_SCALE) -E $(CUTIMAGE_ENLARGEMENT) +.cut.trp: + mrcImageTranspose -i $*.cut -o $*.trp +.trp.trpps: + mrcImagePrint -i $*.trp -o $*.trpps -S $(TRPIMAGE_SCALE) -E $(TRPIMAGE_ENLARGEMENT) +.trp.pad: + mrcImagePad -i $*.trp -o $*.pad -H $(PAD_HEIGHT) -W $(PAD_WIDTH) -m 1 +.fft.fftps: + mrcImagePrint -i $*.fft -o $*.fftps -H $(FFTPS_HIGH) -L $(FFTPS_LOW) -S $(FFT_SCALE) -I -E $(FFT_ENLARGEMENT) + +# +# Layer Line Extract +# +.fft.nea: + llExtract -c $(LLEXTRACT_CTRL) -i $*.fft -1 $*.nea -2 $*.far +(FFT_ENLARGEMENT) +.nea.llplt: + llDataInfoNFForS $*.nea $*.far $*.llplt $(LLPLT00) $(LLPLT02) $(LLPLT04) $(LLPLT06) $(LLPLT09) $(LLPLT11) $(LLPLT13) $(LLPLT15) $(LLPLT17) $(LLPLT28) + +# +# IntraMolecule: Fit and Average +# +.nea.avg: + llDataAxisSearch -i1 $*.nea -i2 $*.far -o $*.avgparam -o1 $*.asnea -o2 $*.asfar -a $*.avg -t $(TRUE_PITCH) -l $(LLAXIS_CTRL) -x $(AS_XMIN) $(AS_XMAX) $(AS_DX) -O $(AS_OMIN) $(AS_OMAX) $(AS_DO) -R $(AS_RESOLUTION) + +.nea.asnea: + llDataAxisSearch -i1 $*.nea -i2 $*.far -o $*.avgparam -o1 $*.asnea -o2 $*.asfar -a $*.avg -t $(TRUE_PITCH) -l $(LLAXIS_CTRL) -x $(AS_XMIN) $(AS_XMAX) $(AS_DX) -O $(AS_OMIN) $(AS_OMAX) $(AS_DO) + +.asnea.asplt: + llDataInfoNFForS $*.asnea $*.asfar $*.asplt $(LLPLT00) $(LLPLT02) $(LLPLT04) $(LLPLT06) $(LLPLT09) $(LLPLT11) $(LLPLT13) $(LLPLT15) $(LLPLT17) $(LLPLT28) + +# If you have no change to compensate CTF +# CTF Compensation (Phase Only) +# +.avg.avgc: + llDataCTFCompensate -i $*.avg -o $*.avgc -t $(TRUE_PITCH) -I $(LLCOMP_CTRL) + llDatarMaxLimit -i $*.avgc -o $*.avgcc -r $(SRMAX) + mv $*.avgcc $*.avgc +.avg.avgplt: + llDataInfoForS $*.avg $*.avgplt $(LLPLT00) $(LLPLT02) $(LLPLT04) $(LLPLT06) $(LLPLT09) $(LLPLT11) $(LLPLT13) $(LLPLT15) $(LLPLT17) $(LLPLT28) +.avgn.avgpltn: + llDataInfoNormalForS $*.avgn $*.avgpltn $(LLPLT00) $(LLPLT02) $(LLPLT04) $(LLPLT06) $(LLPLT09) $(LLPLT11) $(LLPLT13) $(LLPLT15) $(LLPLT17) $(LLPLT28) + +# +# Intermolecule: Fit and Average +# +.clstlst.avg: + llDataAverage -M $*.avgmdl\ + -i $*.clstlst \ + -l $(LLFIT_CTRL) \ + -A $*.avg \ + -o $*.avgparam \ + -O $*.clstlst2 \ + -t $(TRUE_PITCH) \ + -d $(LLDATA_FIT_DELBR) \ + -r $(LLDATA_FIT_RMIN) $(LLDATA_FIT_RMAX) $(LLDATA_FIT_DR) \ + -p $(LLDATA_FIT_PMIN) $(LLDATA_FIT_PMAX) $(LLDATA_FIT_DP) \ + -z $(LLDATA_FIT_ZMIN) $(LLDATA_FIT_ZMAX) $(LLDATA_FIT_DZ) + rm $*.avgmdl + cp $*.avg $*.avgmdl + cat $*.avgparam + touch $*.avg + touch $*.clstlst +# +# Fourier Bessel Transform +# +.avg.ltlg: + $(HOME)/com/ll2ltlg -i $*.avg -o $*.ltlg -t $(LL2LTLG_TTILE) -D $(LL2LTLG_DELBR) -l $(LL2LTLG_LLLMAX) -R $(LL2LTLG_BRMAX_INV) -d $(LL2LTLG_DELSR) -r $(LL2LTLG_SRMAX) +.avgc.ltlgc: + $(HOME)/com/ll2ltlg -i $*.avgc -o $*.ltlgc -t $(LL2LTLG_TTILE) -D $(LL2LTLG_DELBR) -l $(LL2LTLG_LLLMAX) -R $(LL2LTLG_BRMAX_INV) -d $(LL2LTLG_DELSR) -r $(LL2LTLG_SRMAX) +# +# +# +.ltlg.mrc3d: + ltlg2mrc -i $*.ltlg -o $*.mrc3d -c $(LTLG2MRC_CTRL) -C $(TRUE_PITCH) +.ltlgc.mrc3dc: + ltlg2mrc -i $*.ltlgc -o $*.mrc3dc -c $(LTLG2MRC_CTRL) -C $(TRUE_PITCH) +# +# +# +.mrc3d.vol: + mrcImageVolumeCalc -i $*.mrc3d -o $*.vol -M $(MOLECULAR_WEIGHT) -n $(MOLECULAR_NUMBER) -d $(MOLECULAR_DENSITY) + cat $*.vol +.mrc3dc.volc: + mrcImageVolumeCalc -i $*.mrc3dc -o $*.volc -M $(MOLECULAR_WEIGHT) -n $(MOLECULAR_NUMBER) -d $(MOLECULAR_DENSITY) + cat $*.volc +.mrc3d.contour: + mrcImagePrint -i $*.mrc3d -o $*.contour -m 36 -C -20 +.mrc3dc.contourc: + mrcImagePrint -i $*.mrc3dc -o $*.contourc -m 36 -C -20 diff --git a/doc/IntegrationTools/MakefileForOneImageCTFCorrection b/doc/IntegrationTools/MakefileForOneImageCTFCorrection new file mode 100755 index 0000000..f8bc769 --- /dev/null +++ b/doc/IntegrationTools/MakefileForOneImageCTFCorrection @@ -0,0 +1,225 @@ +.SUFFIXES : .tif .mrc .mrcps .fft .fftps .ang .angps .hst .hstps .inf .ctf .ctf2 .fft0 .fft1 .fft1-3 .fft1-5 .fft1-7 .fft1-10 .fft1-12 .fft2 .fft3 .fft4 .crr0 .crr1 .crr1-3 .crr1-5 .crr1-7 .crr1-10 .crr1-12 .crr2 .crr3 .crr4 + +#TIFFILES = \ + hf05944b.tif \ + hf05944.tif + +TIFFILES = \ + hf05944a.tif \ + hf05944c.tif \ + hf05944d.tif \ + hf05944e.tif \ + hf05944g.tif + +#MRCFILES = $(TIFFILES:.tif=.mrc) +FFTFILES = $(TIFFILES:.tif=.fft) +ANGFILES = $(TIFFILES:.tif=.ang) +ANGPSFILES = $(TIFFILES:.tif=.angps) +HSTFILES = $(TIFFILES:.tif=.hst) +HSTPSFILES = $(TIFFILES:.tif=.hstps) +IMGFILES = $(TIFFILES:.tif=.img) +CTFFILES = $(TIFFILES:.tif=.ctf) +CTF2FILES = $(TIFFILES:.tif=.ctf2) +FFTPSFILES = $(TIFFILES:.tif=.fftps) +CRR0FILES = $(TIFFILES:.tif=.crr0) +CRR1FILES = $(TIFFILES:.tif=.crr1) +CRR1-3FILES = $(TIFFILES:.tif=.crr1-3) +CRR1-5FILES = $(TIFFILES:.tif=.crr1-5) +CRR1-7FILES = $(TIFFILES:.tif=.crr1-7) +CRR1-10FILES = $(TIFFILES:.tif=.crr1-10) +CRR1-12FILES = $(TIFFILES:.tif=.crr1-12) +CRR2FILES = $(TIFFILES:.tif=.crr2) +CRR3FILES = $(TIFFILES:.tif=.crr3) +CRR4FILES = $(TIFFILES:.tif=.crr4) + +tif: $(TIFFILES) +mrc: $(MRCFILES) +fft: $(FFTFILES) +ang: $(ANGFILES) +angps: $(ANGPSFILES) +hst: $(HSTFILES) +hstps: $(HSTPSFILES) +img: $(IMGFILES) +ctf: $(CTFFILES) +ctf2: $(CTF2FILES) +fftps: $(FFTPSFILES) +crr0: $(CRR0FILES) +crr1: $(CRR1FILES) +crr1-3: $(CRR1-3FILES) +crr1-5: $(CRR1-5FILES) +crr1-7: $(CRR1-7FILES) +crr1-10: $(CRR1-10FILES) +crr1-12: $(CRR1-12FILES) +crr0: $(CRR0FILES) +crr2: $(CRR2FILES) +crr3: $(CRR3FILES) +crr4: $(CRR4FILES) + +#.tif.mrc: +# tiff2mrc -i $*.tif -o $*.mrc -r 1.66666666666 -m 1 + +.mrc.fft: + fft2d -i $*.mrc -o $*.fft + +.mrc.hst: + mrcImageInfo -i $*.mrc -o $*.hst -H 256 + +.hst.hstps: + cat hstps.def | sed -e s/default.inf/$*.hst/ -e s/x11/postscript/ | gnuplot > $*.hstps + gs $*.hstps + +.mrc.inf: + mrcInfo -i $*.mrc -o $*.inf + +.mrc.mrcps: + mrcImagePrint -i $*.mrc -o $*.mrcps -S 0.125 -m 17 -L 0.7 -H 1.4 + +.fft.ang: + mrcFFTInfo -i $*.fft -o $*.ang -m 56 + +.ang.angps: + cat angps.def | sed -e s/default.inf/$*.ang/ -e s/x11/postscript/ | gnuplot > $*.angps + gs $*.angps + +.fft.ctf: + ctfDetermine -i $*.fft -o $*.ctf -D 32300 -Cs 1.7 -Ac 200 -CutLow 1e+2 -m 0 > $*.ctflog + +.fft.fftps: + mrcImagePrint -i $*.fft -o $*.fftps -L 0 -H 0.5 -I -S 0.125 -m 17 + +.fft.ctf2: + ctfDetermine -i $*.fft -o $*.ctf2 -D 32000 -Cs 1.7 -Ac 200 -CutLow 1e+2 -CutHigh 10 -I0 5.0e-1 -ratio 0.30 -BofMTF 15 -SN 0.12 -MolcEnv 2000 -m 16 + +.fft.fft0: + mrcFFTCTFCompensation -i $*.fft -o $*.fft0 -I ctfWeight0.map + +.fft.fft1: + mrcFFTCTFCompensation -i $*.fft -o $*.fft1 -I ctfWeight1.map + +.fft.fft1-3: + mrcFFTCTFCompensation -i $*.fft -o $*.fft1-3 -I ctfWeight1-3.map + +.fft.fft1-5: + mrcFFTCTFCompensation -i $*.fft -o $*.fft1-5 -I ctfWeight1-5.map + +.fft.fft1-7: + mrcFFTCTFCompensation -i $*.fft -o $*.fft1-7 -I ctfWeight1-7.map + +.fft.fft1-10: + mrcFFTCTFCompensation -i $*.fft -o $*.fft1-10 -I ctfWeight1-10.map + +.fft.fft1-12: + mrcFFTCTFCompensation -i $*.fft -o $*.fft1-12 -I ctfWeight1-12.map + +.fft.fft2: + mrcFFTCTFCompensation -i $*.fft -o $*.fft2 -I ctfWeight2.map + +.fft.fft3: + mrcFFTCTFCompensation -i $*.fft -o $*.fft3 -I ctfWeight3.map + +.fft.fft4: + mrcFFTCTFCompensation -i $*.fft -o $*.fft4 -I ctfWeight4.map + +.fft0.crr0: + fft2d -i $*.fft0 -o $*.crr0 + +.fft1.crr1: + fft2d -i $*.fft1 -o $*.crr1 + +.fft1-3.crr1-3: + fft2d -i $*.fft1-3 -o $*.crr1-3 + +.fft1-5.crr1-5: + fft2d -i $*.fft1-5 -o $*.crr1-5 + +.fft1-7.crr1-7: + fft2d -i $*.fft1-7 -o $*.crr1-7 + +.fft1-10.crr1-10: + fft2d -i $*.fft1-10 -o $*.crr1-10 + +.fft1-12.crr1-12: + fft2d -i $*.fft1-12 -o $*.crr1-12 + +.fft2.crr2: + fft2d -i $*.fft2 -o $*.crr2 + +.fft3.crr3: + fft2d -i $*.fft3 -o $*.crr3 + +.fft4.crr4: + fft2d -i $*.fft4 -o $*.crr4 + +hf05944a.mrc:hf05944.mrc + mrcImageROI -i hf05944.mrc -o hf05944a.roi -r 0 0 1999 0 1999 1999 0 1999 -H 1000 -W 1000 -m 2 + +hf05944b.mrc:hf05944.mrc + mrcImageROI -i hf05944.mrc -o hf05944b.roi -r 0 0 1999 0 1999 1999 0 1999 -H 2000 -W 2000 -m 2 + +hf05944c.mrc:hf05944a.mrc + mrcImageWindowing -i hf05944a.mrc -o hf05944c.mrc -m 0 + +hf05944d.mrc:hf05944c.mrc + mrcImageSmoothing -i hf05944c.mrc -o hf05944d.mrc -sx 5 -sy 5 -m 1 + +hf05944e.mrc:hf05944c.mrc + mrcImageSmoothing -i hf05944c.mrc -o hf05944e.mrc -sx 3 -sy 3 -m 1 + +hf05944f.mrc:hf05944b.mrc + mrcImageShrink -i hf05944b.mrc -o hf05944f.mrc -S 2 -m 1 + +hf05944g.mrc:hf05944f.mrc + mrcImageWindowing -i hf05944f.mrc -o hf05944g.mrc -m 0 + + +ctfWeight0.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 32300 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 0 + +ctfWeight1.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 32300 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 1 + +ctfWeight1-3.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 30000 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 1 + +ctfWeight1-5.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 50000 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 1 + +ctfWeight1-7.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 70000 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 1 + +ctfWeight1-10.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 100000 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 1 + +ctfWeight1-12.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 120000 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 1 + +ctfWeight2.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 32300 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 2 + +ctfWeight3.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 32300 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 3 + +ctfWeight4.map: + ctfWeightMapCreation -o $@ -kV 200 -Cs 1.7 -df 32300 -dRinv 2000 -dRmaxInv 10 -SinWin 20 10 -m 4 -white 1.0 + +crr1part: + mrcImageROI -i hf05944c.crr1 -o /work5/work5/tacyas02/Myosin/hf05944.crr1part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + mrcImageROI -i hf05944c.crr1-3 -o /work5/work5/tacyas02/Myosin/hf05944.crr103part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + mrcImageROI -i hf05944c.crr1-5 -o /work5/work5/tacyas02/Myosin/hf05944.crr105part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + mrcImageROI -i hf05944c.crr1-7 -o /work5/work5/tacyas02/Myosin/hf05944.crr107part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + mrcImageROI -i hf05944c.crr1-10 -o /work5/work5/tacyas02/Myosin/hf05944.crr110part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + mrcImageROI -i hf05944c.crr1-12 -o /work5/work5/tacyas02/Myosin/hf05944.crr112part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + +crr0part: + mrcImageROI -i hf05944c.crr0 -o /work5/work5/tacyas02/Myosin/hf05944.crr0part -r 283.565 620.632 826.0 717.0 785.437 945.368 243.0 849.0 -m 2 + +crr0parttiff: + mrc2tiff -i hf05944.crr0part -o hf05944.crr0parttiff -L 1.0 -I -m 0 + +crr1parttiff: + mrc2tiff -i hf05944.crr1part -o hf05944.crr1parttiff -m 0 + mrc2tiff -i hf05944.crr103part -o hf05944.crr103parttiff -m 0 + mrc2tiff -i hf05944.crr105part -o hf05944.crr105parttiff -m 0 + mrc2tiff -i hf05944.crr107part -o hf05944.crr107parttiff -m 0 + mrc2tiff -i hf05944.crr110part -o hf05944.crr110parttiff -m 0 + mrc2tiff -i hf05944.crr112part -o hf05944.crr112parttiff -m 0 diff --git a/doc/IntegrationTools/Makefiles.html b/doc/IntegrationTools/Makefiles.html new file mode 100755 index 0000000..3ab7400 --- /dev/null +++ b/doc/IntegrationTools/Makefiles.html @@ -0,0 +1,12 @@ + + + Makefiles + + +

    Makefiles

    + + + diff --git a/doc/IntegrationTools/index.html b/doc/IntegrationTools/index.html new file mode 100755 index 0000000..5802000 --- /dev/null +++ b/doc/IntegrationTools/index.html @@ -0,0 +1,20 @@ + + + +Integration Tools on Eos + + + +

    Integration Tools on Eos

    +

    Content

    + + + + + + + diff --git a/doc/Makefile b/doc/Makefile new file mode 100755 index 0000000..df81507 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,3 @@ +all: + @echo "Updating document on WWW server" + @htmlDirList > .smallToolList.html diff --git a/doc/Objects/.content b/doc/Objects/.content new file mode 100755 index 0000000..e69de29 diff --git a/doc/Objects/.footer b/doc/Objects/.footer new file mode 100755 index 0000000..e04310f --- /dev/null +++ b/doc/Objects/.footer @@ -0,0 +1,2 @@ + + diff --git a/doc/Objects/.header b/doc/Objects/.header new file mode 100755 index 0000000..2ec9177 --- /dev/null +++ b/doc/Objects/.header @@ -0,0 +1,8 @@ + + + +Objects on Eos + + + +

    Objects on Eos

    diff --git a/doc/Objects/.list.html b/doc/Objects/.list.html new file mode 100755 index 0000000..773c0e0 --- /dev/null +++ b/doc/Objects/.list.html @@ -0,0 +1,59 @@ +

    Update Time 02/05/13---08:18:05

    + diff --git a/doc/Objects/@ b/doc/Objects/@ new file mode 100644 index 0000000..3b3e211 --- /dev/null +++ b/doc/Objects/@ @@ -0,0 +1,409 @@ +

    Update Time 11/20/06---14:57:00

    +

    pdbFile

    + +
      +
    • Structure
      +
      pdbFile +
      This structure is used to treat a pdb File. +
      pdbFile pdb; +
      +
      pdb.PDB->ResidueSequenceNumber +
      pdb.PDB->Coord.x +
      pdb.PDB->Coord.y +
      +
    • File
        +
      • pdbFileRead (fpt, &pdb) +
      • pdbFileWrite(fpt, &pdb) +
      +
    • Check +
    • pdbFileIsAtom +
      if(pdbFileIsAtom(&pdb)) { } +
    • pdbFileIsCA +
      if(pdbFileIsCA(&pdb)) { } +
    • pdbFileIsEndLine +
      if(pdbFileIsEndLine(&pdb)) { } +
    • pdbRecordisNearby : Adjacent Residue or not +
      if(pdbRecordisNearby(&pdbRecord, &pdbRecord)) { } +
    • +
    • Get and Set
        +

        Get +

      • pdbFileCoordGet(&pdb, &x, &y, &z) +
      • unsigned char pdbFileChainIdentifierGet(&pdb) +
      • pdbFileResidueSequenceNumberGet(&pdb) +
      • char* pdbFileResidueNameGet(&pdb,mode) +

        Set +

      • pdbFileCoordSet(&pdb, x, y, z) +
      • pdbFileChainIdentifierSetAll(&pdb, c) +
      • pdbFileChainIdentifierSet(&pdb, c) +
      • pdbFileTemperatureFactorSet(&pdb, (double)temp) +
      +
    • Seeking
        +
      • pdbFileTop(&pdb) +
      • pdbFileNext(&pdb) +
      • pdbFileNextAtom(&pdb) +
      • pdbFileNextCA(&pdb) +
      • pdbFileNextProtein(&pdb) +
      • pdbFileEnd(&pdb) +
      +
    • New, append etc.
        +
      • pdbFileNew(&pdb) +
      • pdbFileAppend(&pdb) +
      • pdbFileFree(&pdb) +
      +
    • Print
        +
      • pdbFilePrint(fpt, &pdb); +
      +
    • Copy
        +
      • pdbFileOneRecordCopy(&pdb, &src) +
      • pdbFileCAOnlyCopyAll(&pdb, &src) +
      • pdbFileCopyAll(&pdb, &src) +
      • pdbFileOneProteinCopy(&pdb, &src, num) +
      • pdbFileCAOnlyCopyAll(&pdb, &src) +
      +
    • Translation and rotation
        +
      • pdbTrans +
      • pdbMatrixFileRead +
      • pdbMatrixFileWrite +
      • pdbMatrixFileFormat +
      +
    +
    + +

    Information from source codes

    +
    +
    +
    +
    + +

    pdbFile.h

    +
    +
    +#ifndef PDB_FILE_H
    +#define PDB_FILE_H
    +/*
    +# %M% %Y% %I%
    +# The latest update : %G% at %U%
    +#
    +#%Z% pdbFile.h ver %I%
    +#%Z% Created by tacyas
    +#%Z%
    +#%Z% Usage : pdbFile.h 
    +#%Z% Attention
    +#%Z%
    +*/
    +#include 
    +#include "Matrix3D.h"
    +#include "mrcImage.h"
    +
    +/* constant begin */
    +#define PDB_FILE_RECORD_FULL_LENGTH (80)
    +#define PDB_FILE_RECORD_START       (0)
    +#define PDB_FILE_RECORD_LENGTH      (6)
    +#define PDB_FILE_ATOM_NUMBER_START  (6)
    +#define PDB_FILE_ATOM_NUMBER_LENGTH (5)
    +#define PDB_FILE_ATOM_NAME_START    (12)
    +#define PDB_FILE_ATOM_NAME_LENGTH   (4)
    +#define PDB_FILE_LOCATION_START     (16)
    +#define PDB_FILE_LOCATION_LENGTH    (1)
    +#define PDB_FILE_RESIDUE_START      (17)
    +#define PDB_FILE_RESIDUE_LENGTH     (3)
    +#define PDB_FILE_CHAIN_IDENT_START  (21)
    +#define PDB_FILE_CHAIN_IDENT_LENGTH (1)
    +#define PDB_FILE_RESNUM_START       (22)
    +#define PDB_FILE_RESNUM_LENGTH      (4)
    +#define PDB_FILE_INSERTION_START    (26)
    +#define PDB_FILE_INSERTION_LENGTH   (1)
    +#define PDB_FILE_X_START            (30)
    +#define PDB_FILE_X_LENGTH           (8)
    +#define PDB_FILE_Y_START            (38)
    +#define PDB_FILE_Y_LENGTH           (8)
    +#define PDB_FILE_Z_START            (46)
    +#define PDB_FILE_Z_LENGTH           (8)
    +#define PDB_FILE_OCCUPANCY_START    (54)
    +#define PDB_FILE_OCCUPANCY_LENGTH   (6)
    +#define PDB_FILE_TEMPERATURE_START  (60)
    +#define PDB_FILE_TEMPERATURE_LENGTH (6)
    +#define PDB_FILE_FOOT_START         (67)
    +#define PDB_FILE_FOOT_LENGTH        (3)
    +#define PDB_FILE_FOOTNOTE_START     (70)
    +#define PDB_FILE_FOOTNOTE_LENGTH    (10)
    +#define MAX_RESIDUE_NUMBER          (20)
    +#define RESIDUE_ONECHAR_MODE        (1)
    +#define RESIDUE_THREECHAR_MODE      (3)
    +#define pdbRecordAtom       ("ATOM  ")
    +#define pdbRecordHeteroAtom ("HETATM")
    +#define pdbRecordHelix      ("HELIX ")
    +#define pdbRecordSheet      ("SHEET ")
    +#define pdbRecordTurn       ("TURN  ")
    +#define pdbRecordEnd        ("END   ")
    +
    +/* constant end */
    +
    +/* struct begin */
    +typedef char  pdbFileParaTypeCharacter;
    +typedef long  pdbFileParaTypeInteger;
    +typedef float pdbFileParaTypeReal;
    +
    +typedef struct residueName {
    +  char residueName3[4];
    +  char residueName1[2];
    +} residueName;
    +
    +typedef struct pdbCoord {
    +  pdbFileParaTypeReal x;
    +  pdbFileParaTypeReal y;
    +  pdbFileParaTypeReal z;
    +} pdbCoord;
    +
    +typedef enum pdbSecondaryStructureHelixClass {
    +	HelixClassRightHandedAlpha = 1,
    +	HelixClassRightHandedOmega = 2,
    +	HelixClassRightHandedPi    = 3,
    +	HelixClassRightHandedGammda= 4,
    +	HelixClassRightHanded310   = 5,
    +	HelixClassLeftHandedAlpha  = 6,
    +	HelixClassLeftHandedOmega  = 7,
    +	HelixClassLeftHandedGammda = 9,
    +	HelixClassPolyProline      = 10,
    +} pdbSecondaryStructureHelixClass;
    +
    +typedef struct pdbSecondaryStructureHelix {
    +	int  serNum;     	/* Serial Number */
    +	char* helixID;   	/* HelixID : Three alpahnumeric characters */
    +/* informtion for the initial residue */
    +	char* initResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char initChainID;  	/* Chain identifier */ 
    +	int  initSeqNum;    /* Sequence number of the initial residue */
    +	char initICode; 
    +/* informtion for the terminal residue */
    +	char* endResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char endChainID;  	/* Chain identifier */ 
    +	int  endSeqNum;    /* Sequence number of the initial residue */
    +	char endICode; 
    +
    +	pdbSecondaryStructureHelixClass helixClass;
    +	char* comment; 
    +	int  length;
    +} pdbSecondaryStructureHelix;
    +
    +typedef struct pdbSecondaryStructureSheet {
    +	int  strand; 		/* Strand number which starts 1 for eache strand wihtin a sheet and increases by one */  
    +	char* sheetID;    /* Sheet ID */			
    +	int  numStrands;    /* Number of strands in sheet */
    +
    +/* initial residue */
    +	char* initResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char initChainID;  	/* Chain identifier */ 
    +	int  initSeqNum;    /* Sequence number of the initial residue */
    +	char initICode; 
    +
    +/* informtion for the terminal residue */
    +	char* endResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char endChainID;  	/* Chain identifier */ 
    +	int  endSeqNum;    /* Sequence number of the initial residue */
    +	char endICode; 
    +
    +	int sense;  /* 0: first strand, 1: parallel, -1: anti-paralle */ 
    +
    +	char* curAtom; /* Registration. Atom name in current strand */
    +	char* curResName; /* Registration. Residue name in current strand */
    +	char curChainID; /* Registration. Chain ID in current strand */
    +	int  curResSeq;  /* Registration. Res sequence in current strand */
    +	char curICode;  /* Registration. Insertion code in current strand */
    +
    +	char* prevAtom; /* Registration. Atom name in current strand */
    +	char* prevResName; /* Registration. Residue name in current strand */
    +	char prevChainID; /* Registration. Chain ID in current strand */
    +	int prevResSeq;  /* Registration. Res sequence in current strand */
    +	char prevICode;  /* Registration. Insertion code in current strand */
    +}pdbSecondaryStructureSheet;
    +
    +
    +typedef struct pdbSecondaryStructureTurn {
    +	int  serNum;     	/* Serial Number */
    +	char* turnID;   	/* Turn ID : Three alpahnumeric characters */
    +/* informtion for the initial residue */
    +	char* initResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char initChainID;  	/* Chain identifier */ 
    +	int  initSeqNum;    /* Sequence number of the initial residue */
    +	char initICode; 
    +/* informtion for the terminal residue */
    +	char* endResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char endChainID;  	/* Chain identifier */ 
    +	int  endSeqNum;    /* Sequence number of the initial residue */
    +	char endICode; 
    +
    +	char* comment; 
    +}pdbSecondaryStructureTurn;
    +
    +typedef struct pdbSecondaryStructureNo {
    +	int   serNum;     	/* Serial Number */
    +	char* noID;   	    /* Turn ID : Three alpahnumeric characters */
    +/* informtion for the initial residue */
    +	char* initResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char initChainID;  	/* Chain identifier */ 
    +	int  initSeqNum;    /* Sequence number of the initial residue */
    +	char initICode; 
    +/* informtion for the terminal residue */
    +	char* endResName;/* Name of the initial residue : Three alpahnumeric characters */ 
    +	char endChainID;  	/* Chain identifier */ 
    +	int  endSeqNum;    /* Sequence number of the initial residue */
    +	char endICode; 
    +
    +	char* comment; 
    +}pdbSecondaryStructureNo;
    +
    +typedef enum pdbFileSecondaryStructureMode {
    +	pdbFileSecondaryStructureModeNo    = 0,
    +	pdbFileSecondaryStructureModeHelix = 1,
    +	pdbFileSecondaryStructureModeSheet = 2,
    +	pdbFileSecondaryStructureModeTurn  = 3
    +} pdbFileSecondaryStructureMode;
    +
    +typedef struct pdbFileSecondaryStructureRecord pdbFileSecondaryStructureRecord; 
    +struct pdbFileSecondaryStructureRecord {
    +	pdbFileSecondaryStructureMode mode;
    +	pdbSecondaryStructureHelix*   helix;
    +	pdbSecondaryStructureSheet*   sheet;
    +	pdbSecondaryStructureTurn*    turn;
    +	pdbSecondaryStructureNo*      no;
    +
    +	pdbFileSecondaryStructureRecord* prev;
    +	pdbFileSecondaryStructureRecord* next;
    +};
    +
    +typedef struct pdbFileSecondaryStructure {
    +	int nSecondaryStructure;
    +	pdbFileSecondaryStructureRecord* top;
    +	pdbFileSecondaryStructureRecord* SecondaryStructure; 
    +} pdbFileSecondaryStructure;
    +
    +typedef struct pdbRecord pdbRecord;
    +
    +struct pdbRecord {
    +  pdbFileParaTypeCharacter FullRecord[PDB_FILE_RECORD_FULL_LENGTH+1];
    +
    +  pdbFileParaTypeCharacter Record[PDB_FILE_RECORD_LENGTH+1];
    +
    +/* ATOM and HETATM Record */
    +  pdbFileParaTypeInteger   AtomSerialNumber;
    +  pdbFileParaTypeCharacter AtomName[PDB_FILE_ATOM_NAME_LENGTH+1];
    +  pdbFileParaTypeCharacter LocationIndicator;
    +  pdbFileParaTypeCharacter ResidueName[PDB_FILE_RESIDUE_LENGTH+1];
    +  pdbFileParaTypeCharacter ChainIdentifier;
    +  pdbFileParaTypeInteger   ResidueSequenceNumber;
    +  pdbFileParaTypeCharacter InsertionCode;
    +  pdbCoord                 Coord;
    +  pdbFileParaTypeReal      Occupancy;
    +  pdbFileParaTypeReal      TemperatureFactor;
    +  pdbFileParaTypeInteger   FootnoteNumber;
    +  pdbFileParaTypeCharacter Footnote[PDB_FILE_FOOTNOTE_LENGTH+1];
    +
    +  pdbRecord*               prev;
    +  pdbRecord*               next;
    +
    +};
    +
    +typedef struct pdbFile {
    +  pdbRecord* top;
    +  pdbRecord* PDB;
    +  pdbFileParaTypeInteger nAtom;
    +  pdbFileSecondaryStructure second;
    +} pdbFile;
    +/* struct end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +
    +/* prototype begin */
    +extern void pdbFileRead(FILE* fpt, pdbFile* pdb);
    +extern void pdbFileWrite(FILE* fpt, pdbFile* pdb);
    +
    +/*werewolf presents*/
    +
    +extern void pdbFileTableWrite(FILE* fpt, pdbFile* pdb);
    +
    +extern void pdbFileWriteSecondaryStructure(FILE* fpt, pdbFileSecondaryStructure* second);
    +
    +extern void pdbMatrixFileFormat(FILE* fpt);
    +extern void pdbMatrixFileRead(FILE* fpt, Matrix3D Matrix);
    +extern void pdbMatrixFileWrite(FILE* fpt, Matrix3D Matrix);
    +extern void pdbTrans(pdbFile* pdb, Matrix3D Matrix);
    +
    +extern void pdbFileResidueSequenceNumberIncrementAll(pdbFile* pdb, int n);
    +extern void pdbFileResidueSequenceNumberIncrement(pdbFile* pdb, int n);
    +
    +extern void pdbFileChainIdentifierSetAll(pdbFile* pdb, unsigned char c);
    +extern void pdbFileChainIdentifierSet(pdbFile* pdb, unsigned char c);
    +extern unsigned char pdbFileChainIdentifierGet(pdbFile* pdb);
    +
    +extern pdbFileParaTypeReal pdbFileTemperatureFactorGet(pdbFile* pdb);
    +extern void pdbFileTemperatureFactorSet(pdbFile* pdb, double temp);
    +
    +extern pdbFileParaTypeReal pdbFileOccupancyGet(pdbFile* pdb);
    +extern void pdbFileOccupancySet(pdbFile* pdb, double temp);
    +
    +extern long pdbFileCoordSet(pdbFile* pdb, pdbFileParaTypeReal x, pdbFileParaTypeReal y, pdbFileParaTypeReal z);
    +
    +extern long pdbFileCoordGet(pdbFile* pdb, pdbFileParaTypeReal* x, pdbFileParaTypeReal* y, pdbFileParaTypeReal* z);
    +extern long pdbFileResidueSequenceNumberGet(pdbFile* pdb);
    +extern char* pdbFileResidueNameGet(pdbFile* pdb,int mode);
    +
    +extern pdbRecord* pdbFileTop(pdbFile* pdb);
    +extern pdbRecord* pdbFileTopPointer(pdbFile* pdb);
    +extern pdbRecord* pdbFileNext(pdbFile* pdb);
    +extern pdbRecord* pdbFileNextAtom(pdbFile* pdb);
    +extern pdbRecord* pdbFileNextCA(pdbFile* pdb);
    +extern pdbRecord* pdbFilePrev(pdbFile* pdb);
    +extern pdbRecord* pdbFilePrevAtom(pdbFile* pdb);
    +extern pdbRecord* pdbFilePrevCA(pdbFile* pdb);
    +extern long pdbFileEnd(pdbFile* pdb);
    +extern long pdbFileGoToEnd(pdbFile* pdb);
    +extern long pdbFileIsEndLine(pdbFile* pdb);
    +extern long pdbFileIsAtom(pdbFile* pdb);
    +extern long pdbRecordIsNearby(pdbRecord record1,pdbRecord record2);
    +extern long pdbFileIsCA(pdbFile* pdb);
    +extern long pdbFileIsNegative(pdbFile* pdb);
    +extern long pdbFileIsPositive(pdbFile* pdb);
    +extern long pdbFileIsCharge(pdbFile* pdb);
    +extern long pdbFileIsSecondaryStructure(pdbFile* pdb);
    +extern long pdbFileIsHelix(pdbFile* pdb);
    +extern long pdbFileIsSheet(pdbFile* pdb);
    +extern long pdbFileIsTurn(pdbFile* pdb);
    +extern pdbRecord* pdbFileNew(pdbFile* pdb);
    +extern pdbRecord* pdbFileAppend(pdbFile* pdb);
    +extern pdbRecord* pdbFileFree(pdbFile* pdb);
    +extern pdbRecord* pdbFileRecordPrint(FILE* fpt, pdbFile* pdb);
    +
    +/*werewolf presented*/
    +extern pdbRecord* pdbFileRecordTablePrint(FILE* fpt, pdbFile* pdb);
    +
    +extern pdbFileSecondaryStructureRecord* pdbFileSecondaryStructureRecordPrint(FILE* fpt, pdbFileSecondaryStructureRecord* second);
    +extern pdbRecord* pdbFileCAOnlyCopy(pdbFile* pdb, pdbFile* src);
    +extern void pdbFileCAOnlyCopyAll(pdbFile* pdb, pdbFile* src);
    +extern void pdbFileCopyAll(pdbFile* dst, pdbFile* src);
    +extern void pdbFileAppendAll(pdbFile* dst, pdbFile* src);
    +extern pdbRecord* pdbFileOneRecordCopy(pdbFile* dst, pdbFile* src);
    +extern void pdbFileOneProteinCopy(pdbFile* dst, pdbFile* src, long num);
    +
    +
    +extern void pdbRotationFollowingEulerAngle(pdbFile* pdb, char Mode[4], pdbFileParaTypeReal rot1, pdbFileParaTypeReal rot2, pdbFileParaTypeReal rot3);
    +extern void pdbRotationFollowingEulerAngleInverse(pdbFile* pdb, char Mode[4], pdbFileParaTypeReal rot1, pdbFileParaTypeReal rot2, pdbFileParaTypeReal rot3);
    +extern void pdbRotationXYZ(pdbFile* pdb, pdbFileParaTypeReal rotx, pdbFileParaTypeReal roty, pdbFileParaTypeReal rotz);
    +extern void pdbRotationZYX(pdbFile* pdb, pdbFileParaTypeReal rotx, pdbFileParaTypeReal roty, pdbFileParaTypeReal rotz);
    +extern void pdbRotationZXY(pdbFile* pdb, pdbFileParaTypeReal rotx, pdbFileParaTypeReal roty, pdbFileParaTypeReal rotz);
    +extern void pdbRotationYXZ(pdbFile* pdb, pdbFileParaTypeReal rotx, pdbFileParaTypeReal roty, pdbFileParaTypeReal rotz);
    +
    +extern int pdbSecondaryStructureSetFromPDB(pdbFile* pdb, pdbFileSecondaryStructure* second);
    +extern int pdbNoSecondaryStructureSetFromPDB(pdbFile* pdb, pdbFileSecondaryStructure* second);
    +extern int pdbSecondaryStructureAppend(pdbFileSecondaryStructure* second);
    +extern pdbFileSecondaryStructureMode pdbFileWithSecondaryStructure(pdbFile* pdb, pdbFileSecondaryStructure* second);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +}
    +#endif
    +#endif /* PDB_FILE_H */
    +
    diff --git a/doc/Objects/Cluster.html b/doc/Objects/Cluster.html new file mode 100644 index 0000000..7d23035 --- /dev/null +++ b/doc/Objects/Cluster.html @@ -0,0 +1,180 @@ +

    Update Time 02/03/13---05:40:14

    +
    + +

    Information from source codes

    +
    +
    +../src/clusterLogAnalysis.c:
    +
    +../src/clusterLogInit.c:
    +
    +../src/clusterLogRead.c:
    +
    +../src/clusterLogUtil.c:
    +
    +../src/clusterLogWrite.c:
    +
    +
    + +

    Cluster.h

    +
    +
    +#ifndef CLUSTER_H
    +#define CLUSTER_H
    +
    +#define CLUSTERLOG_BINARY_FILENAME_FORMAT      "%s.%08d.%08d.%08d"
    +#define CLUSTERLOG_BINARY_NO_CALCULATION_VALUE (-9999)
    +
    +/* struct begin */
    +/*
    +typedef int     clusterTypeInteger;
    +typedef double  clusterTypeReal;
    +*/
    +typedef float clusterTypeReal;
    +typedef short clusterTypeInteger;
    +
    +typedef struct clusterLogOneRecord clusterLogOneRecord;
    +struct clusterLogOneRecord {
    +		/* Information of this log line in the logfile */
    +        clusterTypeInteger N;			/* Current N (shrinked array): Definition: N > M */
    +        clusterTypeInteger M;      		/* Current M : */ 
    +        clusterTypeInteger prevN;		/* prevN:  N: the nearest pair in the below layer */
    +        clusterTypeInteger prevM;		/* prevM:  M: */
    +        clusterTypeReal    distance;	/* Distance between N and M */
    +
    +		/* Original File Number */
    +		clusterTypeInteger originalN;
    +		clusterTypeInteger originalM;
    +
    +		/* File Number within the below layer */
    +		clusterTypeInteger firstN;
    +		clusterTypeInteger firstM;
    +
    +		clusterLogOneRecord* belowLayerStart;
    +		clusterLogOneRecord* belowLayer;
    +		clusterLogOneRecord* belowLayerEnd;
    +
    +		/* Upper Layer */
    +		clusterLogOneRecord* upperLayer;
    +
    +		/* Below Layer */
    +		clusterLogOneRecord* belowLayerForN;
    +		clusterLogOneRecord* belowLayerForM;
    +
    +		/* Including the below layer */
    +		clusterTypeInteger   clusterSize;	   /* File Number of the cluster */
    +
    +		/* This Layer */
    +		clusterTypeInteger   clusterNumber;    /* Cluster Numer of this layer */  
    +		/* Set the number of the cluster where this log line attributes in a function of clusterLogClusterNumberSet or Set2 */ 
    +
    +        clusterLogOneRecord* prev; /* previous record */
    +        clusterLogOneRecord* next; /* Next record */
    +};
    +
    +typedef struct clusterLog {
    +        clusterLogOneRecord* top;
    +        clusterLogOneRecord* current;
    +		clusterLogOneRecord* bottom;
    +} clusterLog;
    +
    +typedef struct clusterLog2OneRecord clusterLog2OneRecord;
    +
    +struct clusterLog2OneRecord {
    +	// LogFile Information 
    +	clusterTypeInteger N; 
    +	clusterTypeInteger M; // N > M: merge N to M
    +	clusterTypeReal    distance;
    +	clusterTypeReal    linearCorrelation; 
    +
    +	// After reading
    +	clusterTypeInteger clusterNumber; // Cluster Number
    +
    +	clusterLog2OneRecord* prev;
    +	clusterLog2OneRecord* next;
    +};
    +
    +typedef struct clusterLog2 {
    +        clusterLog2OneRecord* top;
    +        clusterLog2OneRecord* current;
    +		clusterLog2OneRecord* bottom;
    +} clusterLog2;
    +
    +typedef struct clusterTreeInfo clusterTreeInfo;
    +struct clusterTreeInfo {
    +	clusterTypeReal posX;
    +	clusterTypeReal posY;
    +	clusterTypeReal ShoulderScale;  
    +	clusterTypeReal ArmScale;  
    +
    +	clusterTypeReal ArmOffset;
    +
    +	clusterTypeInteger flagLog;
    +	clusterTypeInteger flagScaling;
    +
    +	char** In;
    +	char** argv;
    +	clusterTypeReal* InPosY;
    +	clusterTypeReal* InPosX;
    +	clusterTypeInteger argc;
    +
    +	clusterTypeInteger*    clusterSize;	
    +	clusterTypeInteger*    clusterNumber;
    +
    +	clusterTypeInteger	currentNo;
    +
    +	clusterTypeInteger flagFPTTreeInfo;
    +	FILE* fptTreeInfo;
    +};
    +
    +/* struct end */
    +
    +/* prototype begin */
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +
    +/* in clusterLogRead.c */ 
    +extern clusterLogOneRecord* clusterLogRead(clusterLog* cluster, FILE* fpt, int mode);
    +extern clusterLog* clusterLogReadAll(clusterLog* cluster, FILE* fpt, int mode);
    +extern clusterLog2OneRecord* clusterLog2Read(clusterLog2* cluster, FILE* fpt, int mode);
    +extern clusterLog2* clusterLog2ReadAll(clusterLog2* cluster, FILE* fpt, int mode);
    +	extern clusterLogOneRecord* clusterLogReadBinary(clusterLog* cluster, clusterTypeInteger* prevN, clusterTypeInteger* prevM, char* filename, int mode);
    +extern clusterLog* clusterLogReadAllBinary(clusterLog* cluster, char* basename, int mode);
    +
    +extern clusterLogOneRecord* clusterLogWriteAllBinary(clusterLog* cluster, char* basename, int mode);
    +extern clusterLogOneRecord* clusterLogWrite(clusterLog* cluster, FILE* fpt, int mode);
    +extern clusterLogOneRecord* clusterLogWriteOneRecord(clusterLogOneRecord* cluster, FILE* fpt, int mode);
    +extern clusterLogOneRecord* clusterLogWriteAll(clusterLog* cluster, FILE* fpt, int mode);
    +extern clusterLogOneRecord* clusterLogWriteClusterOnly(clusterLog* cluster, FILE* fpt, int mode);
    +extern void clusterLogWritePS(clusterLog* cluster, clusterTreeInfo* linfo, FILE* fpt, int mode);
    +
    +/* in clusterLogUtil.c */
    +extern void clusterLogClusterInformationSet(clusterLog* cluster, clusterTypeInteger lastNum, int mode);
    +
    +extern void clusterLogClusterNumberSet(clusterLogOneRecord* bottom, clusterTypeInteger lastClusterNum, int mode); 
    +extern void clusterLogClusterNumberSetForLog2(clusterLog* cluster, clusterTypeInteger lastClusterNum, int mode); 
    +extern void clusterLogClusterNumberSet2(clusterLog* top, clusterTypeInteger firstClusterNum, int mode); 
    +
    +extern clusterLogOneRecord* clusterLogGetDistance(clusterLog* cluster, clusterTypeInteger N, clusterTypeInteger M, clusterTypeInteger clusterNum, clusterTypeReal* data);
    +
    +extern void clusterLogBelowLayerPointerSet(clusterLog* cluster, int mode); 
    +extern clusterLogOneRecord* clusterLogBottomGet(clusterLog* cluster, int mode); 
    +extern int clusterLogClusterSizeGet(clusterLogOneRecord* cluster, int mode); 
    +extern void clusterLogClusterSizeSet(clusterLog* cluster, int mode); 
    +extern void clusterLogBottomSet(clusterLog* cluster, int mode); 
    +extern clusterLog*  clusterLogTransformLog2ToLog(clusterLog2* cluster2, clusterTypeInteger lastNum, int mode);
    +
    +/* in clusterLogInit.c */
    +extern clusterLog* clusterLogInit(clusterLog * cluster, int mode); 
    +extern clusterLog2* clusterLog2Init(clusterLog2 * cluster, int mode); 
    +extern clusterLogOneRecord* clusterLogInitOneRecord(clusterLogOneRecord * cluster, int mode); 
    +extern clusterLog2OneRecord* clusterLog2InitOneRecord(clusterLog2OneRecord * cluster, int mode); 
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +/* prototype end */
    +
    +#endif
    +
    diff --git a/doc/Objects/Contour.html b/doc/Objects/Contour.html new file mode 100644 index 0000000..338ce3c --- /dev/null +++ b/doc/Objects/Contour.html @@ -0,0 +1,146 @@ +

    Update Time 02/03/13---05:36:46

    +
    + +

    Information from source codes

    +
    +
    +../src/contourCreate.c:
    +
    +../src/lcontour2ps.c:
    +
    +../src/lmrc2contour.c:
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.BACKUP.13931.html b/doc/Objects/Contour.html.BACKUP.13931.html new file mode 100644 index 0000000..5617981 --- /dev/null +++ b/doc/Objects/Contour.html.BACKUP.13931.html @@ -0,0 +1,150 @@ +<<<<<<< HEAD +

    Update Time 03/13/11---18:01:11

    +======= +

    Update Time 06/04/11---12:13:32

    +>>>>>>> origin/master +
    + +

    Information from source codes

    +
    +
    +../src/contourCreate.c:
    +
    +../src/lcontour2ps.c:
    +
    +../src/lmrc2contour.c:
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.BASE.13773.html b/doc/Objects/Contour.html.BASE.13773.html new file mode 100644 index 0000000..2bbaab0 --- /dev/null +++ b/doc/Objects/Contour.html.BASE.13773.html @@ -0,0 +1,141 @@ +

    Update Time 07/12/10---17:48:12

    +
    + +

    Information from source codes

    +
    +
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.BASE.13931.html b/doc/Objects/Contour.html.BASE.13931.html new file mode 100644 index 0000000..2bbaab0 --- /dev/null +++ b/doc/Objects/Contour.html.BASE.13931.html @@ -0,0 +1,141 @@ +

    Update Time 07/12/10---17:48:12

    +
    + +

    Information from source codes

    +
    +
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.LOCAL.13773.html b/doc/Objects/Contour.html.LOCAL.13773.html new file mode 100644 index 0000000..985062e --- /dev/null +++ b/doc/Objects/Contour.html.LOCAL.13773.html @@ -0,0 +1,146 @@ +

    Update Time 03/13/11---18:01:11

    +
    + +

    Information from source codes

    +
    +
    +../src/contourCreate.c:
    +
    +../src/lcontour2ps.c:
    +
    +../src/lmrc2contour.c:
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.LOCAL.13931.html b/doc/Objects/Contour.html.LOCAL.13931.html new file mode 100644 index 0000000..985062e --- /dev/null +++ b/doc/Objects/Contour.html.LOCAL.13931.html @@ -0,0 +1,146 @@ +

    Update Time 03/13/11---18:01:11

    +
    + +

    Information from source codes

    +
    +
    +../src/contourCreate.c:
    +
    +../src/lcontour2ps.c:
    +
    +../src/lmrc2contour.c:
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.REMOTE.13773.html b/doc/Objects/Contour.html.REMOTE.13773.html new file mode 100644 index 0000000..d3e4674 --- /dev/null +++ b/doc/Objects/Contour.html.REMOTE.13773.html @@ -0,0 +1,146 @@ +

    Update Time 06/04/11---12:13:32

    +
    + +

    Information from source codes

    +
    +
    +../src/contourCreate.c:
    +
    +../src/lcontour2ps.c:
    +
    +../src/lmrc2contour.c:
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Contour.html.REMOTE.13931.html b/doc/Objects/Contour.html.REMOTE.13931.html new file mode 100644 index 0000000..d3e4674 --- /dev/null +++ b/doc/Objects/Contour.html.REMOTE.13931.html @@ -0,0 +1,146 @@ +

    Update Time 06/04/11---12:13:32

    +
    + +

    Information from source codes

    +
    +
    +../src/contourCreate.c:
    +
    +../src/lcontour2ps.c:
    +
    +../src/lmrc2contour.c:
    +
    +
    + +

    Contour.h

    +
    +
    +#ifndef CONTOUR_H
    +#define CONTOUR_H
    +/*
    +    contour.h
    +*/
    +#if ! defined(CELLLINUX64) &&  ! defined(I386MAC) 
    +#include 
    +#endif
    +
    +#ifndef MINFLOAT
    +#define MINFLOAT (1e-31)
    +#endif
    +
    +#include "mrcImage.h"
    +/* constant begin */
    +#define CONTOUR_ACCURACY  (MINFLOAT)
    +/* constant end */
    +
    +/* struct begin */
    +typedef long   contourParaTypeInteger;
    +typedef double contourParaTypeReal;
    +
    +typedef struct contourParaElement {
    +    contourParaTypeInteger n;
    +    contourParaTypeReal    Min;
    +    contourParaTypeReal    Max;
    +    contourParaTypeReal    d;
    +} contourParaElement;
    +
    +typedef struct contourImage {
    +    contourParaTypeReal* image;
    +    contourParaTypeReal* image2;
    +    contourParaElement   x;
    +    contourParaElement   y;
    +    contourParaElement   z;
    +    contourParaElement   w;
    +    contourParaElement   h;
    +    contourParaTypeReal  section;
    +} contourImage;
    +
    +typedef struct contourPoint {
    +    contourParaTypeReal    x;
    +    contourParaTypeReal    y;
    +    contourParaTypeReal    z;
    +} contourPoint;
    +
    +typedef struct contourALine contourALine;
    +struct contourALine {
    +    contourALine* before;
    +    contourPoint p0;
    +    contourPoint p1;
    +    contourPoint p2;
    +    contourALine* next;
    +};
    +
    +typedef struct contourLine contourLine;
    +struct contourLine {
    +    contourALine* top;
    +    contourALine* current;
    +    contourParaTypeInteger n;
    +    contourLine*  next;
    +};
    +
    +typedef struct contourLines contourLines;
    +struct contourLines {
    +    contourLine*  top;
    +    contourLine*  current;
    +    contourParaTypeInteger n;
    +    contourLines* next;
    +};
    +
    +typedef struct contourLinesSet contourLinesSet;
    +struct contourLinesSet {
    +    contourLines*  top;
    +    contourLines*  current;
    +    contourParaTypeInteger n;
    +    contourLinesSet* next;
    +};
    +
    +typedef struct contourArgs {
    +    contourParaTypeReal f00;  /* For 2D Contour*/
    +    contourParaTypeReal f01;
    +    contourParaTypeReal f11;
    +    contourParaTypeReal f10;
    +    contourParaTypeReal f000; /* For 3D Contour */
    +    contourParaTypeReal f001;
    +    contourParaTypeReal f010;
    +    contourParaTypeReal f011;
    +    contourParaTypeReal f100;
    +    contourParaTypeReal f101;
    +    contourParaTypeReal f110;
    +    contourParaTypeReal f111;
    +    contourParaTypeReal x;
    +    contourParaTypeReal y;
    +    contourParaTypeReal z;
    +    contourParaTypeReal dx;
    +    contourParaTypeReal dy;
    +    contourParaTypeReal dz;
    +} contourArgs;
    +
    +typedef enum contourFlag {
    +    contourFlagXSection,
    +    contourFlagYSection,
    +    contourFlagZSection,
    +    contourFlag3D
    +} contourFlag;
    +/* struct end */
    +
    +/* prototype begin */
    +/* search contour lines in a boxel */
    +extern void createContourALine(contourLine* ls, contourArgs c);
    +
    +/* create contour lines in order */
    +extern void createContourLine (contourLines*  ls, contourLine* l);
    +
    +/* craete contourLines at each section */
    +extern void createContourLines(contourLines* ls, contourImage image);
    +
    +/* create contourLines at all sections */
    +extern void createContour(contourLinesSet* lsset, contourImage image, contourParaTypeReal level, contourFlag flag);
    +
    +extern void appendContourLine0(contourLine* l, contourParaTypeReal xc1, contourParaTypeReal yc1, contourParaTypeReal xc2, contourParaTypeReal yc2, contourParaTypeReal z);
    +extern void appendContourLine1(contourLine* l, contourLine* als);
    +
    +extern void lmrc2contour(contourLinesSet* c, mrcImage* m, contourParaTypeReal l, contourFlag f, long mode); 
    +/* prototype end */
    +
    +#endif /* CONTOUR_H */
    +
    diff --git a/doc/Objects/Crystal.html b/doc/Objects/Crystal.html new file mode 100644 index 0000000..aeb8aa4 --- /dev/null +++ b/doc/Objects/Crystal.html @@ -0,0 +1,125 @@ +

    Update Time 02/03/13---05:40:19

    +
    + +

    Information from source codes

    +
    +
    +../src/crystalHelix.c:
    +     $Revision: 1.1 $
    +     $Date: 2002/02/14 10:18:46 $
    +     $Author: tacyas $
    +     $State: Exp $
    +     $Log: crystalHelix.c,v $
    +
    +../src/crystalInfoFile.c:
    +
    +../src/crystalInit.c:
    +
    +../src/crystalUtil.c:
    +
    +
    + +

    Crystal.h

    +
    +
    +#ifndef CRYSTAL_H
    +#define CRYSTAL_H
    +
    +#include 
    +
    +/* struct begin */
    +
    +typedef enum CrystalSpaceGroup {
    +	CrystalSpaceGroupP1=0,
    +	CrystalSpaceGroupHelical=1
    +} CrystalSpaceGroup;
    +
    +#ifdef __CRYSTALINIT__ 
    +char* CrystalSpaceGroupString[] = {
    +	"P1",
    +	"HelicalSymmmetry",
    +	NULL	
    +};
    +#else
    +extern char* CrystalSpaceGroupString[];
    +#endif
    +
    +typedef float CrystalParaTypeReal;
    +typedef int   CrystalParaTypeInteger;
    +
    +typedef struct CrystalParaTypeRealCoord {
    +	CrystalParaTypeReal x;
    +	CrystalParaTypeReal y;
    +	CrystalParaTypeReal z;
    +} CrystalParaTypeRealCoord;
    +
    +typedef struct CrystalParaTypeIntegerCoord {
    +	CrystalParaTypeInteger x;
    +	CrystalParaTypeInteger y;
    +	CrystalParaTypeInteger z;
    +} CrystalParaTypeIntegerCoord;
    +
    +typedef struct CrystalParaTypeRealAxis {
    +	CrystalParaTypeReal a;
    +	CrystalParaTypeReal b;
    +	CrystalParaTypeReal c;
    +} CrystalParaTypeRealAxis;
    +
    +typedef struct CrystalParaTypeIntegerAxis {
    +	CrystalParaTypeInteger a;
    +	CrystalParaTypeInteger b;
    +	CrystalParaTypeInteger c;
    +} CrystalParaTypeIntegerAxis;
    +
    +typedef struct HelicalSymmetryInfo {
    +	CrystalParaTypeInteger t;         /* Turn */
    +	CrystalParaTypeInteger u;         /* Unit */ 
    +	CrystalParaTypeInteger n;         /* n-strands */
    +
    +	/* 
    +		Don't change the below variables directly,
    +		bacause the variables can be calculated by the upper's.
    +	*/
    +	CrystalParaTypeReal    dz;     /* dz     = TruePitch/unit */
    +	CrystalParaTypeReal    dphi;   /* dphi   = 2*PI*turn/unit */
    +} HelicalSymmetryInfo;
    +
    +typedef struct CrystalInfo {
    +	CrystalParaTypeRealCoord    aAxis;    /* Unit Cell Vector : a-axis : Length = 1 */
    +	CrystalParaTypeRealCoord    bAxis;    /* Unit Cell Vector : b-axis : Length = 1 */
    +	CrystalParaTypeRealCoord    cAxis;    /* Unit Cell Vector : c-axis : Length = 1 */
    +	CrystalParaTypeRealAxis     CellLength;    /* Unit Cell Size   a, b, c-axis [A] */
    +	CrystalParaTypeRealCoord    Origin;        /* Unit Cell Origin [A] */
    +	CrystalParaTypeIntegerAxis  N;             /* Number of Unit Cells a, b, c-axis */
    +	CrystalParaTypeIntegerAxis  StartN;        /* Start  of Unit Cells a, b, c-axis */
    +	CrystalSpaceGroup           SpaceGroup;
    +	
    +	/* Information for Special Symmetry */
    +	HelicalSymmetryInfo HelixInfo;
    +		/* For HelicalSymmetry : 
    +			The filament axis (z-axis) is treated as the c-axis. 
    +			The azimuthal axis (phi-axis) is treated as the b-axis. 
    +			The radius axis (r-axis) is treated as the a-axis.
    +		*/
    +} CrystalInfo;
    +
    +/* struct end */
    +
    +/* prototype begin */
    +extern void crystalInit(CrystalInfo* crystal);
    +
    +extern void crystalSpaceGroupPrint(FILE* fpt, int mode);
    +
    +extern void crystalInfoRead(FILE* fpt, CrystalInfo* linfo, int mode);
    +extern void crystalInfoWrite(FILE* fpt, CrystalInfo* linfo, int mode);
    +extern void crystalInfoFileFormat(FILE* fpt, int mode);
    +
    +extern void crystalCellLengthSet(CrystalInfo* C, char axis, CrystalParaTypeReal length, int mode);
    +extern void crystalAxisSet(CrystalInfo* C, char axis, CrystalParaTypeReal x, CrystalParaTypeReal y, CrystalParaTypeReal z, int mode);
    +extern void crystalCellLengthSetUsingAxis(CrystalInfo* C, char axis, int mode);
    +extern void crystalAxisSetUsingCellLength(CrystalInfo* C, char axis, int mode);
    +
    +/* prototype end */
    +
    +#endif /* CRYSTAL_H */
    +
    diff --git a/doc/Objects/DataExpression.html b/doc/Objects/DataExpression.html new file mode 100755 index 0000000..37bf66e --- /dev/null +++ b/doc/Objects/DataExpression.html @@ -0,0 +1,9 @@ + + + Data Expression + + +

    Data Expression

    +

    Object Index

    + + diff --git a/doc/Objects/DataManipulation.html b/doc/Objects/DataManipulation.html new file mode 100755 index 0000000..61b84bb --- /dev/null +++ b/doc/Objects/DataManipulation.html @@ -0,0 +1,15 @@ + + + Data Manipulation + + +

    Data Manipulation

    +

    Object List

    + +

    All Object Index

    + + diff --git a/doc/Objects/File.html b/doc/Objects/File.html new file mode 100755 index 0000000..8cc8e08 --- /dev/null +++ b/doc/Objects/File.html @@ -0,0 +1,231 @@ +#ifndef MRC_IMAGE_H +#define MRC_IMAGE_H +/* mrcImage.h +* Language: C or CC(c++) +* Editor : tacyas.tkyemg.u_tokyo +* Date : 1990-1992 +* Modified: 1993 +*/ + +#include "mrcError2.h" + +/* +* Header File for MRC Format +* Edited by Tac +*/ + +typedef long mrcImageParaTypeInteger; +typedef float mrcImageParaTypeReal; + +typedef struct mrcImageParaTypeIntegerCoord { + mrcImageParaTypeInteger x; + mrcImageParaTypeInteger y; + mrcImageParaTypeInteger z; +} mrcImageParaTypeIntegerCoord; + +typedef struct mrcImageParaTypeRealCoord { + mrcImageParaTypeReal x; + mrcImageParaTypeReal y; + mrcImageParaTypeReal z; +} mrcImageParaTypeRealCoord; + +/* +* MRC Image Header +* Edited by Tac +*/ +/* Header Size */ + +#define MRC_HEADER (1024) + +/* Image Data Type */ +/* for compatibility */ +typedef mrcImageParaTypeInteger mrcImageMode; +#define MRC_char_image ((mrcImageMode)0) +#define MRC_short_image ((mrcImageMode)1) +#define MRC_float_image ((mrcImageMode)2) +#define MRC_complex_short_ft ((mrcImageMode)3) +#define MRC_complex_float_ft ((mrcImageMode)4) +#define MRC_long_image ((mrcImageMode)101) +#define MRC_double_image ((mrcImageMode)102) +#define MRC_complex_long_ft ((mrcImageMode)103) +#define MRC_complex_double_ft ((mrcImageMode)104) +#define MRC_complex_short_fft ((mrcImageMode)1003) +#define MRC_complex_float_fft ((mrcImageMode)1004) +#define MRC_complex_long_fft ((mrcImageMode)1103) +#define MRC_complex_double_fft ((mrcImageMode)1104) +#define MRC_NotSuppotedMode ((mrcImageMode)0xffffffffL) + +#define mrcCharImage ((mrcImageMode)0) +#define mrcShortImage ((mrcImageMode)1) +#define mrcFloatImage ((mrcImageMode)2) +#define mrcComplexShortFT ((mrcImageMode)3) +#define mrcComplexFloatFT ((mrcImageMode)4) +#define mrcLongImage ((mrcImageMode)101) +#define mrcDoubleImage ((mrcImageMode)102) +#define mrcComplexLongFT ((mrcImageMode)103) +#define mrcComplexDoubleFT ((mrcImageMode)104) +#define mrcComplexShortFFT ((mrcImageMode)1003) +#define mrcComplexFloatFFT ((mrcImageMode)1004) +#define mrcComplexLongFFT ((mrcImageMode)1103) +#define mrcComplexDoubleFFT ((mrcImageMode)1104) +#define mrcNotSuppotedMode ((mrcImageMode)0xffffffffL) + +#define MRC_MAX_LABEL_N (10) +#define MRC_MAX_LABEL_LEN (80) +#define MRC_MAX_EXTRA (29) + +/* Image Header */ +typedef struct _mrcImageHeader { + mrcImageParaTypeIntegerCoord N; /* Data Numbers */ + mrcImageMode Mode; /* Data Type */ + mrcImageParaTypeIntegerCoord StartN; /* First in map */ + mrcImageParaTypeIntegerCoord M; /* Number of Intervals */ + mrcImageParaTypeRealCoord Length; /* Cell Dimensions : Angstrom */ + mrcImageParaTypeReal Alpha; /* Cell Angle : Degree */ + mrcImageParaTypeReal Beta; + mrcImageParaTypeReal Gamma; + mrcImageParaTypeInteger MAPC; /* Which Axis Corresponds to Columns */ + mrcImageParaTypeInteger MAPR; /* Which Axis Corresponds to Rows */ + mrcImageParaTypeInteger MAPS; /* Which Axis Corresponds to Sections */ + mrcImageParaTypeReal AMin; /* Minimum Density Value */ + mrcImageParaTypeReal AMax; /* Maximum Density Value */ + mrcImageParaTypeReal AMean; /* Mean Density Value */ + mrcImageParaTypeInteger ISPG; /* Space Group */ + mrcImageParaTypeInteger NSYMBT; /* Number of bytes */ + mrcImageParaTypeReal EXTRA[MRC_MAX_EXTRA]; /* Extra, user defined storage space */ + mrcImageParaTypeReal OriginX; + mrcImageParaTypeReal OriginY; + mrcImageParaTypeInteger LabelN; + char Label[MRC_MAX_LABEL_N][MRC_MAX_LABEL_LEN]; +} _mrcImageHeader; + +typedef union mrcImageHeader { + unsigned char All[MRC_HEADER]; + mrcImageParaTypeInteger Int[MRC_HEADER/4]; + mrcImageParaTypeReal Real[MRC_HEADER/4]; + _mrcImageHeader Cont; +} mrcImageHeader; + + +/* +* mrcImage Structure +*/ +typedef struct mrcImage { + mrcImageHeader Header; + mrcImageParaTypeInteger BytePerBand; + mrcImageParaTypeInteger BandPerPixel; + mrcImageParaTypeInteger PixelPerImage; + mrcStatusType Status; + char* Image; + char* ImageCharImage; + short* ImageShortImage; + long* ImageLongImage; + float* ImageFloatImage; + double* ImageDoubleImage; +} mrcImage; + +typedef struct mrcImageInformation { + double mean; + double max; + double min; + double sd; + double se; +} mrcImageInformation; + +/* +* Define +*/ +#define HeaderN Header.Cont.N +#define HeaderMode Header.Cont.Mode +#define HeaderStartN Header.Cont.StartN +#define HeaderM Header.Cont.M +#define HeaderLength Header.Cont.Length +#define HeaderAlpha Header.Cont.Alpha +#define HeaderBeta Header.Cont.Beta +#define HeaderGamma Header.Cont.Gamma +#define HeaderMAPC Header.Cont.MAPC +#define HeaderMAPR Header.Cont.MAPR +#define HeaderMAPS Header.Cont.MAPS +#define HeaderAMin Header.Cont.AMin +#define HeaderAMax Header.Cont.AMax +#define HeaderAMean Header.Cont.AMean +#define HeaderISPG Header.Cont.ISPG +#define HeaderNSYMBT Header.Cont.NSYMBT +#define HeaderEXTRA Header.Cont.EXTRA +#define HeaderOriginX Header.Cont.OriginX +#define HeaderOriginY Header.Cont.OriginY +#define HeaderLabelN Header.Cont.LabelN +#define HeaderLabel Header.Cont.Label + +typedef enum mrcPixelDataType { + mrcPixelRePart = 0, + mrcPixelImPart, + mrcPixelMag, + mrcPixelPow, + mrcPixelLogMag, + mrcPixelLogPow, + mrcPixelPhase +} mrcPixelDataType; + +typedef enum mrcPixelDataHowToGet { + mrcPixelHowNearest = 0, + mrcPixelHowLinear, + mrcPixelHowPolySig, + mrcPixelHowCubicConv +} mrcPixelDataHowToGet; + + +/* Utility Routines */ +#ifdef __cplusplus +extern "C" { +#endif +/* in mrcInit.c */ +extern mrcStatusType mrcInit(mrcImage* mrc, char* filaname); +/* in mrcRead.c */ +extern mrcStatusType mrcFileRead (mrcImage* mrc, char* filename, char* message, long mode); +extern mrcStatusType mrcImageRead (mrcImage* mrc, char* filename, char* message, long mode); +extern mrcStatusType mrcHeaderRead(mrcImage* mrc, char* filename, char* message, long mode); +/* in mrcWrite.c */ +extern mrcStatusType mrcFileWrite (mrcImage* mrc, char* filename, char* message, long mode); +extern mrcStatusType mrcImageWrite (mrcImage* mrc, char* filename, char* message, long mode); +extern mrcStatusType mrcHeaderWrite(mrcImage* mrc, char* filename, char* message, long mode); +/* in mrcGet.c */ +extern double mrcPixelDataGet(mrcImage* mrc, + mrcImageParaTypeReal x, + mrcImageParaTypeReal y, + mrcImageParaTypeReal z, + double* data, + mrcPixelDataType mode, + mrcPixelDataHowToGet how); +/* in mrcSet.c */ +extern double mrcPixelDataSet(mrcImage* mrc, + mrcImageParaTypeReal x, + mrcImageParaTypeReal y, + mrcImageParaTypeReal z, + double data, + mrcPixelDataType mode); +extern void mrcStatDataSet(mrcImage* mrc, mrcImageParaTypeInteger mode); + +/* in mrcImageInfo.c */ +extern void lmrcImageXProjection(mrcImage* proj, mrcImage* img); +extern void lmrcImageYProjection(mrcImage* proj, mrcImage* img); +extern void lmrcImageZProjection(mrcImage* proj, mrcImage* img); +extern void lmrcImageXYProjection(mrcImage* proj, mrcImage* img); +extern void lmrcImageYZProjection(mrcImage* proj, mrcImage* img); +extern void lmrcImageZXProjection(mrcImage* proj, mrcImage* img); +extern void lmrcImageHistgram(double** hist, unsigned long nlevel, mrcImage* img); +extern void lmrcImageInformation(mrcImageInformation* info, mrcImage* img); +/* in mrcUtil.c */ +extern int IsImage(mrcImage* mrc, char* message, mrcImageParaTypeInteger mode); +extern int IsFT(mrcImage* mrc, char* message, mrcImageParaTypeInteger mode); +extern int IsFFT(mrcImage* mrc, char* message, mrcImageParaTypeInteger mode); +extern void mrcInfoSet(mrcImage* mrc, FILE* fptIn, FILE* fptOut, long mode); + +/* in mrcPrint.c */ +extern void mrcInfoPrint(FILE* fpt, mrcImage* mrc, mrcImageParaTypeInteger mode); +extern void mrcImagePSFilePrint(FILE* fpt, mrcImage* mrc, char* message, double scale, long nContour, double* level, long mode); +#ifdef __cplusplus +}; +#endif + +#endif /* MRC_IMAGE_H */ diff --git a/doc/Objects/General.html b/doc/Objects/General.html new file mode 100755 index 0000000..759a67f --- /dev/null +++ b/doc/Objects/General.html @@ -0,0 +1,9 @@ + + + General + + +

    General

    +

    Object Index

    + + diff --git a/doc/Objects/Makefile b/doc/Objects/Makefile new file mode 100755 index 0000000..3d2e53e --- /dev/null +++ b/doc/Objects/Makefile @@ -0,0 +1,4 @@ +all: + @echo "Resigter document on WWW server (Objects)" + @htmlUpdateTime > .list.html + @htmlDirList >> .list.html diff --git a/doc/Objects/Map2D.html b/doc/Objects/Map2D.html new file mode 100644 index 0000000..8162741 --- /dev/null +++ b/doc/Objects/Map2D.html @@ -0,0 +1,52 @@ +

    Update Time 02/03/13---05:40:32

    +
    + +

    Information from source codes

    +
    +
    +../src/map2DCoordGet.c:
    +
    +
    + +

    Map2D.h

    +
    +
    +#ifndef MAP_2D_H
    +#define MAP_2D_H
    +/*
    +# %M% %Y% %I%
    +# The latest update : %G% at %U%
    +#
    +#%Z% Map2D ver %I%
    +#%Z% Created by tacyas
    +#%Z%
    +*/
    +
    +/* struct begin */
    +typedef float Map2DParaTypeReal;
    +typedef long  Map2DParaTypeInteger;
    +/* struct end */
    +
    +
    +#ifdef __cplusplus 
    +extern "C" {
    +#endif
    +
    +/* prototype begin */
    +
    +extern void map2DParallelInfo(Map2DParaTypeInteger* n, 
    +				  Map2DParaTypeReal*    d,
    +				  Map2DParaTypeReal     latitude,
    +				  Map2DParaTypeInteger  nparallel,
    +				  long mode);
    +
    +extern void map2DCoordGet(Map2DParaTypeReal* x,   Map2DParaTypeReal* y,
    +			  Map2DParaTypeReal rotx, Map2DParaTypeReal roty,
    +		      long nx, long ny, long mode);
    +
    +/* prototype end */
    +#ifdef __cplusplus 
    +}
    +#endif
    +#endif /* MAP_2D_H */
    +
    diff --git a/doc/Objects/Matrix3D.html b/doc/Objects/Matrix3D.html new file mode 100644 index 0000000..a7b33ed --- /dev/null +++ b/doc/Objects/Matrix3D.html @@ -0,0 +1,202 @@ +

    Update Time 02/03/13---05:40:40

    +
    + +

    Information from source codes

    +
    +
    +../src/matrix3DEulerAngleGet.c:
    +
    +../src/matrix3DEulerAngleSet.c:
    +
    +../src/matrix3DEulerAngles.c:
    +
    +../src/matrix3DFile.c:
    +
    +../src/matrix3DInit.c:
    +
    +../src/matrix3DMultiply.c:
    +
    +../src/matrix3DMultiplyVector.c:
    +
    +../src/matrix3DRotation.c:
    +
    +../src/matrix3DTranslation.c:
    +
    +../src/matrix3DUtil.c:
    +
    +
    + +

    Matrix3D.h

    +
    +
    +#ifndef MATRIX_3D_H
    +#define MATRIX_3D_H
    +/*
    +# Matrix3D.h  1.13
    +# The latest update : 10/01/97 at 02:34:25
    +#
    +#@(#) Matrix3D.h ver 1.13
    +#@(#) Created by 
    +#@(#)
    +#@(#) Usage : Matrix3D.h 
    +#t@(#) Attention
    +#@(#)
    +*/
    +/* constant begin */
    +#define MATRIX_3D_WIDTH  4 
    +#define MATRIX_3D_HEIGHT 4
    +
    +#define MATRIX_3D_MODE_NOT_INITIALIZE 0
    +#define MATRIX_3D_MODE_INITIALIZE 1
    +
    +#define MATRIX_3D_NEGLECT_VALUE 1e-6 
    +
    +/* constant end */
    +
    +/* struct begin */
    +typedef float matrix3DParaTypeReal;
    +typedef matrix3DParaTypeReal Matrix3D[MATRIX_3D_WIDTH][MATRIX_3D_HEIGHT];
    +
    +typedef char  matrix3DEulerAngleMode;
    +
    +/* struct end */
    +
    +/*
    +	Matrix3D: Attention Arrays Order
    +
    +	[0][0] [1][0] [2][0] [3][0]
    +	[0][1] [1][1] [2][1] [3][1]
    +	[0][2] [1][2] [2][2] [3][2]
    +	[0][3] [1][3] [2][3] [3][3]
    +*/
    +
    +#include "Vector.h"
    +#include 
    +
    +#ifdef _cplusplus
    +extern "C" {
    +#endif
    +
    +/* prototype begin */
    +
    +extern void matrix3DInit(Matrix3D Matrix);
    +
    +/* matrix3DUtil.c */
    +extern void matrix3DCopy(Matrix3D dst, Matrix3D src);
    +extern void matrix3DInverse(Matrix3D mat);
    +
    +extern void matrix3DMultiply(Matrix3D A, Matrix3D B);     /* A = A*B */
    +extern void matrix3DMultiplyInv(Matrix3D A, Matrix3D B);  /* B = A*B */
    +
    +extern void matrix3DMultiplyVector(floatVector* v, Matrix3D A);
    +
    +extern void matrix3DFileFormat(FILE* fpt);
    +extern void matrix3DFileRead(FILE* fpt, Matrix3D Matrix);
    +extern void matrix3DFileWrite(FILE* fpt, Matrix3D Matrix);
    +
    +
    +extern void matrix3DRotationSet(Matrix3D Matrix, char mode, matrix3DParaTypeReal rot, long Mode);
    +extern void matrix3DTranslationSet(Matrix3D Matrix, matrix3DParaTypeReal rotx, matrix3DParaTypeReal roty, matrix3DParaTypeReal rotz, long mode);
    +extern void matrix3DRotationSetXYZ(Matrix3D Matrix, matrix3DParaTypeReal rotx, matrix3DParaTypeReal roty, matrix3DParaTypeReal rotz, long mode);
    +extern void matrix3DRotationSetZYX(Matrix3D Matrix, matrix3DParaTypeReal rotx, matrix3DParaTypeReal roty, matrix3DParaTypeReal rotz, long mode);
    +extern void matrix3DRotationSetZXY(Matrix3D Matrix, matrix3DParaTypeReal rotx, matrix3DParaTypeReal roty, matrix3DParaTypeReal rotz, long mode);
    +extern void matrix3DRotationSetYXZ(Matrix3D Matrix, matrix3DParaTypeReal rotx, matrix3DParaTypeReal roty, matrix3DParaTypeReal rotz, long mode);
    +
    +/*
    + *
    +*/
    +extern void matrix3DRotationSetFollowingEulerAngle(Matrix3D Matrix, const char Mode[4], matrix3DParaTypeReal rot1, matrix3DParaTypeReal rot2, matrix3DParaTypeReal rot3, long mode);
    +extern void matrix3DRotationAntiSetFollowingEulerAngle(Matrix3D Matrix, const char Mode[4], matrix3DParaTypeReal rot1, matrix3DParaTypeReal rot2, matrix3DParaTypeReal rot3, long mode);
    +extern void matrix3DEulerAngleGetFromMatrix3D(Matrix3D Matrix, const char Mode[4], matrix3DParaTypeReal* rot1, matrix3DParaTypeReal* rot2, matrix3DParaTypeReal* rot3, long mode);
    +
    +
    +/* prototype end */
    +
    +#ifdef _cplusplus
    +};
    +#endif
    +
    +/*** Definitions ***/
    +/* struct begin */
    +typedef struct {float x, y, z, w;} Quat; /* Quaternion */
    +typedef matrix3DParaTypeReal HMatrix3D[4][4];
    +typedef Quat EulerAngles;    /* (x,y,z)=ang 1,2,3, w=order code  */
    +/* struct end */
    +/* constant begin */
    +enum QuatPart {X, Y, Z, W};
    +/* constant end */
    +
    +/* by Ken Shoemake, 1993 */
    +/*** Order type constants, constructors, extractors ***/
    +    /* There are 24 possible conventions, designated by:       */
    +    /*	  o EulAxI = axis used initially                   : 3 */
    +    /*	  o EulPar = parity of axis permutation            : 2 */
    +    /*	  o EulRep = repetition of initial axis as last	   : 2 */
    +    /*	  o EulFrm = frame from which axes are taken	   : 2 */
    +    /* Axes I,J,K will be a permutation of X,Y,Z.              */
    +    /* Axis H will be either I or K, depending on EulRep.      */
    +    /* Frame S takes axes from initial static frame.	       */
    +    /* If ord = (AxI=X, Par=Even, Rep=No, Frm=S), then	       */
    +    /* {a,b,c,ord} means Rz(c)Ry(b)Rx(a), where Rz(c)v	       */
    +    /* rotates v around Z by c radians.			               */
    +
    +/* constant begin */
    +#define EulFrmS	     0
    +#define EulFrmR	     1
    +#define EulFrm(ord)  ((unsigned)(ord)&1)
    +#define EulRepNo     0
    +#define EulRepYes    1
    +#define EulRep(ord)  (((unsigned)(ord)>>1)&1)
    +#define EulParEven   0
    +#define EulParOdd    1
    +#define EulPar(ord)  (((unsigned)(ord)>>2)&1)
    +#define EulSafe	     "\000\001\002\000"
    +#define EulNext	     "\001\002\000\001"
    +/* constant end */
    +
    +/* prototype begin */
    +#define EulAxI(ord)  ((int)(EulSafe[(((unsigned)(ord)>>3)&3)]))
    +#define EulAxJ(ord)  ((int)(EulNext[EulAxI(ord)+(EulPar(ord)==EulParOdd)]))
    +#define EulAxK(ord)  ((int)(EulNext[EulAxI(ord)+(EulPar(ord)!=EulParOdd)]))
    +#define EulAxH(ord)  ((EulRep(ord)==EulRepNo)?EulAxK(ord):EulAxI(ord))
    +    /* EulGetOrd unpacks all useful information about order simultaneously. */
    +#define EulGetOrd(ord,i,j,k,h,n,s,f) {unsigned o=ord;f=o&1;o>>=1;s=o&1;o>>=1;\
    +    n=o&1;o>>=1;i=EulSafe[o&3];j=EulNext[i+n];k=EulNext[i+1-n];h=s?k:i;}
    +    /* EulOrd creates an order value between 0 and 23 from 4-tuple choices. */
    +#define EulOrd(i,p,r,f)	   (((((((i)<<1)+(p))<<1)+(r))<<1)+(f))
    +    /* Static axes */
    +#define EulOrdXYZs    EulOrd(X,EulParEven,EulRepNo,EulFrmS)
    +#define EulOrdXYXs    EulOrd(X,EulParEven,EulRepYes,EulFrmS)
    +#define EulOrdXZYs    EulOrd(X,EulParOdd,EulRepNo,EulFrmS)
    +#define EulOrdXZXs    EulOrd(X,EulParOdd,EulRepYes,EulFrmS)
    +#define EulOrdYZXs    EulOrd(Y,EulParEven,EulRepNo,EulFrmS)
    +#define EulOrdYZYs    EulOrd(Y,EulParEven,EulRepYes,EulFrmS)
    +#define EulOrdYXZs    EulOrd(Y,EulParOdd,EulRepNo,EulFrmS)
    +#define EulOrdYXYs    EulOrd(Y,EulParOdd,EulRepYes,EulFrmS)
    +#define EulOrdZXYs    EulOrd(Z,EulParEven,EulRepNo,EulFrmS)
    +#define EulOrdZXZs    EulOrd(Z,EulParEven,EulRepYes,EulFrmS)
    +#define EulOrdZYXs    EulOrd(Z,EulParOdd,EulRepNo,EulFrmS)
    +#define EulOrdZYZs    EulOrd(Z,EulParOdd,EulRepYes,EulFrmS)
    +    /* Rotating axes */
    +#define EulOrdZYXr    EulOrd(X,EulParEven,EulRepNo,EulFrmR)
    +#define EulOrdXYXr    EulOrd(X,EulParEven,EulRepYes,EulFrmR)
    +#define EulOrdYZXr    EulOrd(X,EulParOdd,EulRepNo,EulFrmR)
    +#define EulOrdXZXr    EulOrd(X,EulParOdd,EulRepYes,EulFrmR)
    +#define EulOrdXZYr    EulOrd(Y,EulParEven,EulRepNo,EulFrmR)
    +#define EulOrdYZYr    EulOrd(Y,EulParEven,EulRepYes,EulFrmR)
    +#define EulOrdZXYr    EulOrd(Y,EulParOdd,EulRepNo,EulFrmR)
    +#define EulOrdYXYr    EulOrd(Y,EulParOdd,EulRepYes,EulFrmR)
    +#define EulOrdYXZr    EulOrd(Z,EulParEven,EulRepNo,EulFrmR)
    +#define EulOrdZXZr    EulOrd(Z,EulParEven,EulRepYes,EulFrmR)
    +#define EulOrdXYZr    EulOrd(Z,EulParOdd,EulRepNo,EulFrmR)
    +#define EulOrdZYZr    EulOrd(Z,EulParOdd,EulRepYes,EulFrmR)
    +
    +EulerAngles Eul_(float ai, float aj, float ah, int order);
    +Quat Eul_ToQuat(EulerAngles ea);
    +void Eul_ToHMatrix(EulerAngles ea, HMatrix3D M);
    +EulerAngles Eul_FromHMatrix(HMatrix3D M, int order);
    +EulerAngles Eul_FromQuat(Quat q, int order);
    +/* prototype end */
    +
    +#endif /* MATRIX_3D_H */
    +
    diff --git a/doc/Objects/Memory.html b/doc/Objects/Memory.html new file mode 100644 index 0000000..84022cf --- /dev/null +++ b/doc/Objects/Memory.html @@ -0,0 +1,56 @@ +

    Update Time 02/03/13---05:40:45

    +
    + +

    Information from source codes

    +
    +
    +../src/memoryAllocate.c:
    +
    +../src/memoryByteSwap.c:
    +
    +../src/memoryClear.c:
    +
    +../src/memoryCopy.c:
    +
    +
    + +

    Memory.h

    +
    +
    +#ifndef MEMORY_H
    +#define MEMORY_H
    +
    +#include 
    +#include 
    +#include 
    +
    +#define MemoryAllocate(type,num,message) (type*)memoryAllocate(sizeof(type)*(num),message)
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +
    +/* struct begin */
    +typedef void* Memory;
    +
    +extern Memory memoryAllocate(size_t byte, char* message);
    +
    +/* This function must be created later in memory object. */
    +
    +#define memoryFree(ptr) free(ptr)
    +
    +extern Memory memoryCopy(Memory dst, Memory src, size_t byte);
    +extern Memory memoryDuplicate(Memory src, size_t byte);
    +
    +extern Memory memoryClear(Memory src, size_t, char n);
    +
    +extern Memory memoryByteSwap(Memory src, size_t, int n);
    +
    +/* struct end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +
    +#endif /* MEMORY_H */
    +
    diff --git a/doc/Objects/PVM.html b/doc/Objects/PVM.html new file mode 100644 index 0000000..aeaa0f2 --- /dev/null +++ b/doc/Objects/PVM.html @@ -0,0 +1,29 @@ +

    Update Time 02/03/13---05:40:49

    +
    + +

    Information from source codes

    +
    +
    +../src/pvmStart.c:
    +
    +
    + +

    PVM.h

    +
    +
    +#ifndef PVM_H
    +#define PVM_H
    +
    +#ifdef PVM
    +
    +/* prototype begin */
    +#include 
    +#include 
    +extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
    +extern void pvmServerStartError(int numTask, int* tids, int nTask);
    +/* prototype end */
    +
    +#endif /* PVM */
    +
    +#endif /* PVM_H */
    +
    diff --git a/doc/Objects/PVM.html.BACKUP.14986.html b/doc/Objects/PVM.html.BACKUP.14986.html new file mode 100644 index 0000000..3dceae6 --- /dev/null +++ b/doc/Objects/PVM.html.BACKUP.14986.html @@ -0,0 +1,33 @@ +<<<<<<< HEAD +

    Update Time 03/13/11---18:09:10

    +======= +

    Update Time 06/04/11---12:16:25

    +>>>>>>> origin/master +
    + +

    Information from source codes

    +
    +
    +../src/pvmStart.c:
    +
    +
    + +

    PVM.h

    +
    +
    +#ifndef PVM_H
    +#define PVM_H
    +
    +#ifdef PVM
    +
    +/* prototype begin */
    +#include 
    +#include 
    +extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
    +extern void pvmServerStartError(int numTask, int* tids, int nTask);
    +/* prototype end */
    +
    +#endif /* PVM */
    +
    +#endif /* PVM_H */
    +
    diff --git a/doc/Objects/PVM.html.BASE.14986.html b/doc/Objects/PVM.html.BASE.14986.html new file mode 100644 index 0000000..95afe5b --- /dev/null +++ b/doc/Objects/PVM.html.BASE.14986.html @@ -0,0 +1,29 @@ +

    Update Time 02/15/11---08:11:39

    +
    + +

    Information from source codes

    +
    +
    +../src/pvmStart.c:
    +
    +
    + +

    PVM.h

    +
    +
    +#ifndef PVM_H
    +#define PVM_H
    +
    +#ifdef PVM
    +
    +/* prototype begin */
    +#include 
    +#include 
    +extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
    +extern void pvmServerStartError(int numTask, int* tids, int nTask);
    +/* prototype end */
    +
    +#endif /* PVM */
    +
    +#endif /* PVM_H */
    +
    diff --git a/doc/Objects/PVM.html.LOCAL.14986.html b/doc/Objects/PVM.html.LOCAL.14986.html new file mode 100644 index 0000000..a82613c --- /dev/null +++ b/doc/Objects/PVM.html.LOCAL.14986.html @@ -0,0 +1,29 @@ +

    Update Time 03/13/11---18:09:10

    +
    + +

    Information from source codes

    +
    +
    +../src/pvmStart.c:
    +
    +
    + +

    PVM.h

    +
    +
    +#ifndef PVM_H
    +#define PVM_H
    +
    +#ifdef PVM
    +
    +/* prototype begin */
    +#include 
    +#include 
    +extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
    +extern void pvmServerStartError(int numTask, int* tids, int nTask);
    +/* prototype end */
    +
    +#endif /* PVM */
    +
    +#endif /* PVM_H */
    +
    diff --git a/doc/Objects/PVM.html.REMOTE.14986.html b/doc/Objects/PVM.html.REMOTE.14986.html new file mode 100644 index 0000000..4f96810 --- /dev/null +++ b/doc/Objects/PVM.html.REMOTE.14986.html @@ -0,0 +1,29 @@ +

    Update Time 06/04/11---12:16:25

    +
    + +

    Information from source codes

    +
    +
    +../src/pvmStart.c:
    +
    +
    + +

    PVM.h

    +
    +
    +#ifndef PVM_H
    +#define PVM_H
    +
    +#ifdef PVM
    +
    +/* prototype begin */
    +#include 
    +#include 
    +extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
    +extern void pvmServerStartError(int numTask, int* tids, int nTask);
    +/* prototype end */
    +
    +#endif /* PVM */
    +
    +#endif /* PVM_H */
    +
    diff --git a/doc/Objects/Random.html b/doc/Objects/Random.html new file mode 100644 index 0000000..a012c35 --- /dev/null +++ b/doc/Objects/Random.html @@ -0,0 +1,39 @@ +

    Update Time 02/03/13---05:40:55

    +
    + +

    Information from source codes

    +
    +
    +../src/randomNormal.c:
    +
    +../src/randomUniform.c:
    +
    +../src/srandom.c:
    +
    +
    + +

    Random.h

    +
    +
    +#ifndef RANDOM_H
    +#define RANDOM_H
    +#include 	
    +#include 	
    +#include 	
    +#include 	
    +
    +/* struct begin */
    +typedef double randomParaTypeReal;
    +/* struct end */
    +
    +/* prototype begin */
    +#define random()  ((1.0/(RAND_MAX + 1.0))*rand())
    +
    +extern randomParaTypeReal randomUniformGet(randomParaTypeReal min, randomParaTypeReal max, long mode);
    +extern randomParaTypeReal randomNormalGet(long mode);
    +extern void srandomByTime();
    +
    +/* prototype end */
    +
    +#endif /* RANDOM_H */
    +
    diff --git a/doc/Objects/Socket.html b/doc/Objects/Socket.html new file mode 100644 index 0000000..7954fcd --- /dev/null +++ b/doc/Objects/Socket.html @@ -0,0 +1,33 @@ +

    Update Time 02/03/13---05:41:03

    +
    + +

    Information from source codes

    +
    +
    +../src/socketClient.c:
    +
    +../src/socketServer.c:
    +
    +
    + +

    Socket.h

    +
    +
    +/*
    +	Socket.h
    +*/
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +#include 
    +
    +/* prototype begin */
    +extern int  socketServerCreate(char* hostname, u_short port);
    +extern int  socketMultiServerCreate(char* hostname, u_short port, int max);
    +extern int  socketClientCreate(char* hostname, u_short port);
    +/* prototype end */
    +
    diff --git a/doc/Objects/SpecialNumber.html b/doc/Objects/SpecialNumber.html new file mode 100644 index 0000000..43dbf00 --- /dev/null +++ b/doc/Objects/SpecialNumber.html @@ -0,0 +1,22 @@ +

    Update Time 02/03/13---05:41:11

    +
    + +

    Information from source codes

    +
    +
    +../src/pow2nn.c:
    +
    +
    + +

    SpecialNumber.h

    +
    +
    +#ifndef SPECIAL_NUMBER
    +#define SPECIAL_NUMBER
    +
    +/* prototype begin */	
    +extern long pow2nn(long n);
    +/* prototype end */
    +
    +#endif
    +
    diff --git a/doc/Objects/String.html b/doc/Objects/String.html new file mode 100644 index 0000000..42d9d2d --- /dev/null +++ b/doc/Objects/String.html @@ -0,0 +1,90 @@ + + + String + + +

    String

    +

    Update Time 02/03/13---05:41:16

    +

    Member function

    +
      +
    • stringGetFromFile +
    • stringGetNthWord +
    • stringGetNthRealData +
    • stringGetNthIntegerData +
    • stringIsSame +
    • stringLength +
    • stringCopy +
    +
    + +

    Information from source codes

    +
    +
    +../src/stringGet.c:
    +
    +../src/stringGetFromFile.c:
    +
    +../src/stringIsSame.c:
    +
    +../src/stringUtil.c:
    +
    +
    + +

    String.h

    +
    +
    +#ifndef STRING_H
    +#define STRING_H
    +#include 
    +
    +/* constant begin */
    +#define STRING_MAX_LENGTH (8192)
    +#define STRING_WORD_SEPARATOR  " ,\t" 
    +#define STRING_COMMENT_LINE_ID '#' 
    +/* constant end */
    +
    +/* struct begin */
    +typedef char*         String;
    +typedef unsigned long stringParaTypeInteger;
    +typedef float         stringParaTypeReal;
    +/* struct end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +
    +/* prototype begin */
    +extern void stringInit(String s, char* message);
    +
    +/*
    +	mode&0x01 := 0: quary   1: no quary
    +	mode&0x02 := 0: message 1: no message
    +*/
    +extern String stringGetFromFile(char* s, char* message, FILE* fptIn, FILE* fptOut, long mode);
    +extern String stringGetFromFileWithSkippingComment(char* s, char* message, FILE* fptIn, FILE* fptOut, long mode);
    +extern char* __getStringData(char* s, char* message, FILE* fptIn, FILE* fptOut, long mode);
    +
    +extern String stringGetNthWord(char* s, long nth, char* exception);
    +extern double stringGetNthRealData(char* s, long nth, char* exception);
    +extern long   stringGetNthIntegerData(char* s, long nth, char* exception);
    +
    +extern String stringGetWordFromField(char* s, long init, long end);
    +extern double stringGetRealDataFromField(char* s, long init, long end);
    +extern long   stringGetIntegerDataFromField(char* s, long init, long end);
    +
    +extern long stringIsSame(String s1, String s2, long n);
    +
    +extern long stringLength(String s);
    +extern long stringCopy(String dst, String src, long n);
    +extern String stringDuplicate(String src);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +
    +#endif /* STRING_H */
    +
    + + diff --git a/doc/Objects/Vector.html b/doc/Objects/Vector.html new file mode 100644 index 0000000..1656462 --- /dev/null +++ b/doc/Objects/Vector.html @@ -0,0 +1,104 @@ +

    Update Time 02/03/13---05:41:18

    +
      +
    • extern floatVector* floatVectorAdd(floatVector* v, floatVector* u, floatVector* w); +
    • extern floatVector* floatVectorMinus(floatVector* v, floatVector* u, floatVector* w); +
      v = u - w +
    • extern double lfloatVectorLength(floatVector* x); + +
    +
    + +

    Information from source codes

    +
    +
    +../src/Vector.c:
    +
    +../src/VectorScalarProduct.c:
    +
    +../src/lVectorSpline2D.c:
    +
    +
    + +

    Vector.h

    +
    +
    +/*
    +# %M% %Y% %I%
    +# The latest update : %G% at %U%
    +#
    +#%Z% Vector.h ver %I%
    +#%Z% Created by 
    +#%Z%
    +#%Z% Usage : Vector.h 
    +#%Z% Attention
    +#%Z%
    +*/
    +
    +#ifndef VECTOR_H
    +#define VECTOR_H
    +
    +/* struct begin */
    +typedef struct floatVector {
    +	unsigned long size;
    +	float*        data;
    +} floatVector;
    +
    +typedef struct intVector {
    +	unsigned long size;
    +	int*        data;
    +} intVector;
    +
    +/* struct end */
    +
    +/* prototype begin */
    +extern floatVector* floatVectorInit(floatVector* v, long size);
    +extern floatVector* floatVectorFree(floatVector* v);
    +
    +extern intVector* intVectorInit(intVector* v, long size);
    +extern intVector* intVectorFree(intVector* v);
    +
    +
    +extern floatVector* floatVectorAdd(floatVector* v, floatVector* u, floatVector* w);
    +extern floatVector* floatVectorMinus(floatVector* v, floatVector* u, floatVector* w);
    +
    +extern double floatVectorScalarProduct(floatVector* x, floatVector* y);
    +extern double lfloatVectorLength(floatVector* x);
    +
    +extern void lVectorSplineTableMake(floatVector* x, floatVector* y, floatVector* z);
    +
    +extern double lVectorSpline(double t, floatVector* x, floatVector* y, floatVector* z);
    +
    +extern void lVectorSplineTable2DMake(floatVector* p, floatVector* x, floatVector* y, floatVector* a, floatVector* b);
    +extern void lVectorSpline2D(double t, double* px, double* py, 
    +floatVector* p, floatVector* x, floatVector* y,
    +floatVector* a, floatVector* b);
    +/* prototype end */
    +
    +/* struct begin */
    +typedef struct doubleVector {
    +	unsigned long size;
    +	double*        data;
    +} doubleVector;
    +/* struct end */
    +
    +/* prototype begin */
    +extern doubleVector* doubleVectorInit(doubleVector* v, long size);
    +extern doubleVector* doubleVectorFree(doubleVector* v);
    +extern doubleVector* doubleVectorAdd(doubleVector* v, doubleVector* u, doubleVector* w);
    +extern doubleVector* doubleVectorMinus(doubleVector* v, doubleVector* u, doubleVector* w);
    +
    +extern double doubleVectorScalarProduct(doubleVector* x, doubleVector* y);
    +extern double ldoubleVectorLength(doubleVector* x);
    +
    +extern void ldoubleVectorSplineTableMake(doubleVector* x, doubleVector* y, doubleVector* z);
    +
    +extern double ldoubleVectorSpline(double t, doubleVector* x, doubleVector* y, doubleVector* z);
    +
    +extern void ldoubleVectorSplineTable2DMake(doubleVector* p, doubleVector* x, doubleVector* y, doubleVector* a, doubleVector* b);
    +extern void ldoubleVectorSpline2D(double t, double* px, double* py, 
    +doubleVector* p, doubleVector* x, doubleVector* y,
    +doubleVector* a, doubleVector* b);
    +/* prototype begin */
    +
    +#endif /* VECTOR_H */
    +
    diff --git a/doc/Objects/alsa.html b/doc/Objects/alsa.html new file mode 100644 index 0000000..410eee0 --- /dev/null +++ b/doc/Objects/alsa.html @@ -0,0 +1,18 @@ +

    Update Time 02/03/13---05:36:56

    +
    + +

    Information from source codes

    +
    +
    +../src/monoSound.c:
    +
    +
    + +

    alsa.h

    +
    +
    +//#include 
    +#include 
    +
    +extern void monoSound(float amplitude, float Hz);
    +
    diff --git a/doc/Objects/avsFile.html b/doc/Objects/avsFile.html new file mode 100644 index 0000000..3540bf2 --- /dev/null +++ b/doc/Objects/avsFile.html @@ -0,0 +1,182 @@ +

    Update Time 02/03/13---05:37:02

    +
    + +

    Information from source codes

    +
    +
    +../src/avsFileInit.c:
    +
    +../src/avsFileSet.c:
    +
    +../src/avsFileWrite.c:
    +
    +
    + +

    avsFile.h

    +
    +
    +#ifndef AVS_FILE_H
    +#define AVS_FILE_H
    +#include 
    +
    +/* struct begin */
    +typedef int avsFileParaTypeInteger;
    +typedef float avsFileParaTypeReal;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileType {
    +	avsFileTypeField=0,
    +	avsFileTypeUCD=1
    +} avsFileType;
    +/*
    +	Field Format
    +*/
    +typedef enum avsFileFieldDataType {
    +	avsFileFieldDataTypeByte    = 0,
    +	avsFileFieldDataTypeShort   = 1,
    +	avsFileFieldDataTypeFloat   = 2,
    +	avsFileFieldDataTypeInteger = 3,
    +	avsFileFieldDataTypeDouble  = 4
    +} avsFileFieldDataType;
    +
    +typedef enum avsFileFieldType {
    +	avsFileFieldTypeUniform     = 0,
    +	avsFileFieldTypeRectilinear = 1,
    +	avsFileFieldTypeIrregular   = 2
    +} avsFileFieldType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileField {
    +	avsFileParaTypeInteger ndim;	
    +	avsFileParaTypeInteger dim1;	
    +	avsFileParaTypeInteger dim2;	
    +	avsFileParaTypeInteger dim3;	
    +	avsFileParaTypeInteger nspace;
    +	avsFileParaTypeInteger veclen;
    +	avsFileFieldDataType   dataType;
    +	avsFileFieldType       type;
    +	char**                 Label;
    +	void*                  Image;
    +	float**                Coord;
    +} avsFileField;
    +/* struct end */
    +
    +/*
    +	UCD Format
    +*/
    +/* struct begin */
    +typedef struct avsFileUCDComponentData {
    +	avsFileParaTypeReal* data;
    +} avsFileUCDComponentData;
    +
    +typedef struct avsFileUCDComponent {
    +	char* Label;
    +	char* Unit;
    +	avsFileParaTypeInteger nElement;
    +} avsFileUCDComponent;
    +
    +typedef struct avsFileUCDNode {
    +	avsFileParaTypeInteger   ID;
    +	avsFileParaTypeReal      x;
    +	avsFileParaTypeReal      y;
    +	avsFileParaTypeReal      z;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDNode;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileUCDCellType {
    +	avsFileUCDCellTypePoint        	=0,
    +	avsFileUCDCellTypeLine   		=1,
    +	avsFileUCDCellTypeTriangle		=2,
    +	avsFileUCDCellTypeQuadrilateral	=3,
    +	avsFileUCDCellTypeTetrahedron	=4,
    +	avsFileUCDCellTypePyramid		=5,
    +	avsFileUCDCellTypePrism			=6,
    +	avsFileUCDCellTypeHexahedron	=7
    +} avsFileUCDCellType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileUCDCell {
    +	avsFileParaTypeInteger ID;
    +	avsFileParaTypeInteger MaterialID;
    +	avsFileUCDCellType     Type;
    +	avsFileUCDNode**       Node;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDCell;
    +
    +typedef struct avsFileUCD {
    +	/* Node */
    +	avsFileParaTypeInteger nNode;
    +	avsFileUCDNode*        Node;
    +	avsFileParaTypeInteger nNodeComponent;
    +	avsFileUCDComponent*   NodeComponent;
    +
    +	/* Cell */
    +	avsFileParaTypeInteger nCell;
    +	avsFileUCDCell*        Cell;
    +	avsFileParaTypeInteger nCellComponent;
    +	avsFileUCDComponent*   CellComponent;
    +
    +	/* Model */
    +	avsFileParaTypeInteger nModel;
    +} avsFileUCD;
    +		
    +typedef struct avsFile {
    +    avsFileType FileType;
    +	avsFileField field;
    +	avsFileUCD   UCD;
    +} avsFile;
    +/* constant end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +/* prototype begin */
    +/* avsFileInit.c */
    +extern void avsFileInit(avsFile* avs, long mode);
    +extern void avsFileFieldInit(avsFileField* avs, long mode);
    +extern void avsFileUCDInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDGlobalInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDNodeComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +extern void avsFileUCDCellComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +
    +/* avsFileWrite.c */
    +extern void avsFileWrite(avsFile* avs, FILE* fpt, long mode);
    +extern void avsFileUCDWrite(avsFileUCD* avs, FILE* fpt, long mode);
    +extern void avsFileFieldWrite(avsFileField* avs, FILE* fpt, long mode);
    +
    +/* avsFileSet.c */
    +extern void avsFileUCDNodeSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger NodeID, 
    +                  avsFileParaTypeReal x, 
    +                  avsFileParaTypeReal y, 
    +                  avsFileParaTypeReal z);
    +extern void avsFileUCDNodeDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger NodeID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +extern void
    +avsFileUCDLineTypeCellSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger CellID, 
    +                  avsFileParaTypeInteger MaterialID,
    +                  avsFileUCDNode* NodeID0,
    +                  avsFileUCDNode* NodeID1);
    +extern void
    +avsFileUCDCellDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger CellID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +#endif /* AVS_FILE_H */
    +
    diff --git a/doc/Objects/avsFile.html.BACKUP.13996.html b/doc/Objects/avsFile.html.BACKUP.13996.html new file mode 100644 index 0000000..9a43dae --- /dev/null +++ b/doc/Objects/avsFile.html.BACKUP.13996.html @@ -0,0 +1,186 @@ +<<<<<<< HEAD +

    Update Time 03/13/11---18:01:41

    +======= +

    Update Time 06/04/11---12:13:39

    +>>>>>>> origin/master +
    + +

    Information from source codes

    +
    +
    +../src/avsFileInit.c:
    +
    +../src/avsFileSet.c:
    +
    +../src/avsFileWrite.c:
    +
    +
    + +

    avsFile.h

    +
    +
    +#ifndef AVS_FILE_H
    +#define AVS_FILE_H
    +#include 
    +
    +/* struct begin */
    +typedef int avsFileParaTypeInteger;
    +typedef float avsFileParaTypeReal;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileType {
    +	avsFileTypeField=0,
    +	avsFileTypeUCD=1
    +} avsFileType;
    +/*
    +	Field Format
    +*/
    +typedef enum avsFileFieldDataType {
    +	avsFileFieldDataTypeByte    = 0,
    +	avsFileFieldDataTypeShort   = 1,
    +	avsFileFieldDataTypeFloat   = 2,
    +	avsFileFieldDataTypeInteger = 3,
    +	avsFileFieldDataTypeDouble  = 4
    +} avsFileFieldDataType;
    +
    +typedef enum avsFileFieldType {
    +	avsFileFieldTypeUniform     = 0,
    +	avsFileFieldTypeRectilinear = 1,
    +	avsFileFieldTypeIrregular   = 2
    +} avsFileFieldType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileField {
    +	avsFileParaTypeInteger ndim;	
    +	avsFileParaTypeInteger dim1;	
    +	avsFileParaTypeInteger dim2;	
    +	avsFileParaTypeInteger dim3;	
    +	avsFileParaTypeInteger nspace;
    +	avsFileParaTypeInteger veclen;
    +	avsFileFieldDataType   dataType;
    +	avsFileFieldType       type;
    +	char**                 Label;
    +	void*                  Image;
    +	float**                Coord;
    +} avsFileField;
    +/* struct end */
    +
    +/*
    +	UCD Format
    +*/
    +/* struct begin */
    +typedef struct avsFileUCDComponentData {
    +	avsFileParaTypeReal* data;
    +} avsFileUCDComponentData;
    +
    +typedef struct avsFileUCDComponent {
    +	char* Label;
    +	char* Unit;
    +	avsFileParaTypeInteger nElement;
    +} avsFileUCDComponent;
    +
    +typedef struct avsFileUCDNode {
    +	avsFileParaTypeInteger   ID;
    +	avsFileParaTypeReal      x;
    +	avsFileParaTypeReal      y;
    +	avsFileParaTypeReal      z;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDNode;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileUCDCellType {
    +	avsFileUCDCellTypePoint        	=0,
    +	avsFileUCDCellTypeLine   		=1,
    +	avsFileUCDCellTypeTriangle		=2,
    +	avsFileUCDCellTypeQuadrilateral	=3,
    +	avsFileUCDCellTypeTetrahedron	=4,
    +	avsFileUCDCellTypePyramid		=5,
    +	avsFileUCDCellTypePrism			=6,
    +	avsFileUCDCellTypeHexahedron	=7
    +} avsFileUCDCellType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileUCDCell {
    +	avsFileParaTypeInteger ID;
    +	avsFileParaTypeInteger MaterialID;
    +	avsFileUCDCellType     Type;
    +	avsFileUCDNode**       Node;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDCell;
    +
    +typedef struct avsFileUCD {
    +	/* Node */
    +	avsFileParaTypeInteger nNode;
    +	avsFileUCDNode*        Node;
    +	avsFileParaTypeInteger nNodeComponent;
    +	avsFileUCDComponent*   NodeComponent;
    +
    +	/* Cell */
    +	avsFileParaTypeInteger nCell;
    +	avsFileUCDCell*        Cell;
    +	avsFileParaTypeInteger nCellComponent;
    +	avsFileUCDComponent*   CellComponent;
    +
    +	/* Model */
    +	avsFileParaTypeInteger nModel;
    +} avsFileUCD;
    +		
    +typedef struct avsFile {
    +    avsFileType FileType;
    +	avsFileField field;
    +	avsFileUCD   UCD;
    +} avsFile;
    +/* constant end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +/* prototype begin */
    +/* avsFileInit.c */
    +extern void avsFileInit(avsFile* avs, long mode);
    +extern void avsFileFieldInit(avsFileField* avs, long mode);
    +extern void avsFileUCDInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDGlobalInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDNodeComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +extern void avsFileUCDCellComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +
    +/* avsFileWrite.c */
    +extern void avsFileWrite(avsFile* avs, FILE* fpt, long mode);
    +extern void avsFileUCDWrite(avsFileUCD* avs, FILE* fpt, long mode);
    +extern void avsFileFieldWrite(avsFileField* avs, FILE* fpt, long mode);
    +
    +/* avsFileSet.c */
    +extern void avsFileUCDNodeSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger NodeID, 
    +                  avsFileParaTypeReal x, 
    +                  avsFileParaTypeReal y, 
    +                  avsFileParaTypeReal z);
    +extern void avsFileUCDNodeDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger NodeID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +extern void
    +avsFileUCDLineTypeCellSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger CellID, 
    +                  avsFileParaTypeInteger MaterialID,
    +                  avsFileUCDNode* NodeID0,
    +                  avsFileUCDNode* NodeID1);
    +extern void
    +avsFileUCDCellDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger CellID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +#endif /* AVS_FILE_H */
    +
    diff --git a/doc/Objects/avsFile.html.BASE.13996.html b/doc/Objects/avsFile.html.BASE.13996.html new file mode 100644 index 0000000..45887ac --- /dev/null +++ b/doc/Objects/avsFile.html.BASE.13996.html @@ -0,0 +1,177 @@ +

    Update Time 07/12/10---17:48:23

    +
    + +

    Information from source codes

    +
    +
    +
    +
    + +

    avsFile.h

    +
    +
    +#ifndef AVS_FILE_H
    +#define AVS_FILE_H
    +#include 
    +
    +/* struct begin */
    +typedef int avsFileParaTypeInteger;
    +typedef float avsFileParaTypeReal;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileType {
    +	avsFileTypeField=0,
    +	avsFileTypeUCD=1
    +} avsFileType;
    +/*
    +	Field Format
    +*/
    +typedef enum avsFileFieldDataType {
    +	avsFileFieldDataTypeByte    = 0,
    +	avsFileFieldDataTypeShort   = 1,
    +	avsFileFieldDataTypeFloat   = 2,
    +	avsFileFieldDataTypeInteger = 3,
    +	avsFileFieldDataTypeDouble  = 4
    +} avsFileFieldDataType;
    +
    +typedef enum avsFileFieldType {
    +	avsFileFieldTypeUniform     = 0,
    +	avsFileFieldTypeRectilinear = 1,
    +	avsFileFieldTypeIrregular   = 2
    +} avsFileFieldType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileField {
    +	avsFileParaTypeInteger ndim;	
    +	avsFileParaTypeInteger dim1;	
    +	avsFileParaTypeInteger dim2;	
    +	avsFileParaTypeInteger dim3;	
    +	avsFileParaTypeInteger nspace;
    +	avsFileParaTypeInteger veclen;
    +	avsFileFieldDataType   dataType;
    +	avsFileFieldType       type;
    +	char**                 Label;
    +	void*                  Image;
    +	float**                Coord;
    +} avsFileField;
    +/* struct end */
    +
    +/*
    +	UCD Format
    +*/
    +/* struct begin */
    +typedef struct avsFileUCDComponentData {
    +	avsFileParaTypeReal* data;
    +} avsFileUCDComponentData;
    +
    +typedef struct avsFileUCDComponent {
    +	char* Label;
    +	char* Unit;
    +	avsFileParaTypeInteger nElement;
    +} avsFileUCDComponent;
    +
    +typedef struct avsFileUCDNode {
    +	avsFileParaTypeInteger   ID;
    +	avsFileParaTypeReal      x;
    +	avsFileParaTypeReal      y;
    +	avsFileParaTypeReal      z;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDNode;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileUCDCellType {
    +	avsFileUCDCellTypePoint        	=0,
    +	avsFileUCDCellTypeLine   		=1,
    +	avsFileUCDCellTypeTriangle		=2,
    +	avsFileUCDCellTypeQuadrilateral	=3,
    +	avsFileUCDCellTypeTetrahedron	=4,
    +	avsFileUCDCellTypePyramid		=5,
    +	avsFileUCDCellTypePrism			=6,
    +	avsFileUCDCellTypeHexahedron	=7
    +} avsFileUCDCellType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileUCDCell {
    +	avsFileParaTypeInteger ID;
    +	avsFileParaTypeInteger MaterialID;
    +	avsFileUCDCellType     Type;
    +	avsFileUCDNode**       Node;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDCell;
    +
    +typedef struct avsFileUCD {
    +	/* Node */
    +	avsFileParaTypeInteger nNode;
    +	avsFileUCDNode*        Node;
    +	avsFileParaTypeInteger nNodeComponent;
    +	avsFileUCDComponent*   NodeComponent;
    +
    +	/* Cell */
    +	avsFileParaTypeInteger nCell;
    +	avsFileUCDCell*        Cell;
    +	avsFileParaTypeInteger nCellComponent;
    +	avsFileUCDComponent*   CellComponent;
    +
    +	/* Model */
    +	avsFileParaTypeInteger nModel;
    +} avsFileUCD;
    +		
    +typedef struct avsFile {
    +    avsFileType FileType;
    +	avsFileField field;
    +	avsFileUCD   UCD;
    +} avsFile;
    +/* constant end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +/* prototype begin */
    +/* avsFileInit.c */
    +extern void avsFileInit(avsFile* avs, long mode);
    +extern void avsFileFieldInit(avsFileField* avs, long mode);
    +extern void avsFileUCDInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDGlobalInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDNodeComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +extern void avsFileUCDCellComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +
    +/* avsFileWrite.c */
    +extern void avsFileWrite(avsFile* avs, FILE* fpt, long mode);
    +extern void avsFileUCDWrite(avsFileUCD* avs, FILE* fpt, long mode);
    +extern void avsFileFieldWrite(avsFileField* avs, FILE* fpt, long mode);
    +
    +/* avsFileSet.c */
    +extern void avsFileUCDNodeSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger NodeID, 
    +                  avsFileParaTypeReal x, 
    +                  avsFileParaTypeReal y, 
    +                  avsFileParaTypeReal z);
    +extern void avsFileUCDNodeDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger NodeID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +extern void
    +avsFileUCDLineTypeCellSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger CellID, 
    +                  avsFileParaTypeInteger MaterialID,
    +                  avsFileUCDNode* NodeID0,
    +                  avsFileUCDNode* NodeID1);
    +extern void
    +avsFileUCDCellDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger CellID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +#endif /* AVS_FILE_H */
    +
    diff --git a/doc/Objects/avsFile.html.LOCAL.13996.html b/doc/Objects/avsFile.html.LOCAL.13996.html new file mode 100644 index 0000000..f000a5e --- /dev/null +++ b/doc/Objects/avsFile.html.LOCAL.13996.html @@ -0,0 +1,182 @@ +

    Update Time 03/13/11---18:01:41

    +
    + +

    Information from source codes

    +
    +
    +../src/avsFileInit.c:
    +
    +../src/avsFileSet.c:
    +
    +../src/avsFileWrite.c:
    +
    +
    + +

    avsFile.h

    +
    +
    +#ifndef AVS_FILE_H
    +#define AVS_FILE_H
    +#include 
    +
    +/* struct begin */
    +typedef int avsFileParaTypeInteger;
    +typedef float avsFileParaTypeReal;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileType {
    +	avsFileTypeField=0,
    +	avsFileTypeUCD=1
    +} avsFileType;
    +/*
    +	Field Format
    +*/
    +typedef enum avsFileFieldDataType {
    +	avsFileFieldDataTypeByte    = 0,
    +	avsFileFieldDataTypeShort   = 1,
    +	avsFileFieldDataTypeFloat   = 2,
    +	avsFileFieldDataTypeInteger = 3,
    +	avsFileFieldDataTypeDouble  = 4
    +} avsFileFieldDataType;
    +
    +typedef enum avsFileFieldType {
    +	avsFileFieldTypeUniform     = 0,
    +	avsFileFieldTypeRectilinear = 1,
    +	avsFileFieldTypeIrregular   = 2
    +} avsFileFieldType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileField {
    +	avsFileParaTypeInteger ndim;	
    +	avsFileParaTypeInteger dim1;	
    +	avsFileParaTypeInteger dim2;	
    +	avsFileParaTypeInteger dim3;	
    +	avsFileParaTypeInteger nspace;
    +	avsFileParaTypeInteger veclen;
    +	avsFileFieldDataType   dataType;
    +	avsFileFieldType       type;
    +	char**                 Label;
    +	void*                  Image;
    +	float**                Coord;
    +} avsFileField;
    +/* struct end */
    +
    +/*
    +	UCD Format
    +*/
    +/* struct begin */
    +typedef struct avsFileUCDComponentData {
    +	avsFileParaTypeReal* data;
    +} avsFileUCDComponentData;
    +
    +typedef struct avsFileUCDComponent {
    +	char* Label;
    +	char* Unit;
    +	avsFileParaTypeInteger nElement;
    +} avsFileUCDComponent;
    +
    +typedef struct avsFileUCDNode {
    +	avsFileParaTypeInteger   ID;
    +	avsFileParaTypeReal      x;
    +	avsFileParaTypeReal      y;
    +	avsFileParaTypeReal      z;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDNode;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileUCDCellType {
    +	avsFileUCDCellTypePoint        	=0,
    +	avsFileUCDCellTypeLine   		=1,
    +	avsFileUCDCellTypeTriangle		=2,
    +	avsFileUCDCellTypeQuadrilateral	=3,
    +	avsFileUCDCellTypeTetrahedron	=4,
    +	avsFileUCDCellTypePyramid		=5,
    +	avsFileUCDCellTypePrism			=6,
    +	avsFileUCDCellTypeHexahedron	=7
    +} avsFileUCDCellType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileUCDCell {
    +	avsFileParaTypeInteger ID;
    +	avsFileParaTypeInteger MaterialID;
    +	avsFileUCDCellType     Type;
    +	avsFileUCDNode**       Node;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDCell;
    +
    +typedef struct avsFileUCD {
    +	/* Node */
    +	avsFileParaTypeInteger nNode;
    +	avsFileUCDNode*        Node;
    +	avsFileParaTypeInteger nNodeComponent;
    +	avsFileUCDComponent*   NodeComponent;
    +
    +	/* Cell */
    +	avsFileParaTypeInteger nCell;
    +	avsFileUCDCell*        Cell;
    +	avsFileParaTypeInteger nCellComponent;
    +	avsFileUCDComponent*   CellComponent;
    +
    +	/* Model */
    +	avsFileParaTypeInteger nModel;
    +} avsFileUCD;
    +		
    +typedef struct avsFile {
    +    avsFileType FileType;
    +	avsFileField field;
    +	avsFileUCD   UCD;
    +} avsFile;
    +/* constant end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +/* prototype begin */
    +/* avsFileInit.c */
    +extern void avsFileInit(avsFile* avs, long mode);
    +extern void avsFileFieldInit(avsFileField* avs, long mode);
    +extern void avsFileUCDInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDGlobalInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDNodeComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +extern void avsFileUCDCellComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +
    +/* avsFileWrite.c */
    +extern void avsFileWrite(avsFile* avs, FILE* fpt, long mode);
    +extern void avsFileUCDWrite(avsFileUCD* avs, FILE* fpt, long mode);
    +extern void avsFileFieldWrite(avsFileField* avs, FILE* fpt, long mode);
    +
    +/* avsFileSet.c */
    +extern void avsFileUCDNodeSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger NodeID, 
    +                  avsFileParaTypeReal x, 
    +                  avsFileParaTypeReal y, 
    +                  avsFileParaTypeReal z);
    +extern void avsFileUCDNodeDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger NodeID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +extern void
    +avsFileUCDLineTypeCellSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger CellID, 
    +                  avsFileParaTypeInteger MaterialID,
    +                  avsFileUCDNode* NodeID0,
    +                  avsFileUCDNode* NodeID1);
    +extern void
    +avsFileUCDCellDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger CellID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +#endif /* AVS_FILE_H */
    +
    diff --git a/doc/Objects/avsFile.html.REMOTE.13996.html b/doc/Objects/avsFile.html.REMOTE.13996.html new file mode 100644 index 0000000..6fc5589 --- /dev/null +++ b/doc/Objects/avsFile.html.REMOTE.13996.html @@ -0,0 +1,182 @@ +

    Update Time 06/04/11---12:13:39

    +
    + +

    Information from source codes

    +
    +
    +../src/avsFileInit.c:
    +
    +../src/avsFileSet.c:
    +
    +../src/avsFileWrite.c:
    +
    +
    + +

    avsFile.h

    +
    +
    +#ifndef AVS_FILE_H
    +#define AVS_FILE_H
    +#include 
    +
    +/* struct begin */
    +typedef int avsFileParaTypeInteger;
    +typedef float avsFileParaTypeReal;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileType {
    +	avsFileTypeField=0,
    +	avsFileTypeUCD=1
    +} avsFileType;
    +/*
    +	Field Format
    +*/
    +typedef enum avsFileFieldDataType {
    +	avsFileFieldDataTypeByte    = 0,
    +	avsFileFieldDataTypeShort   = 1,
    +	avsFileFieldDataTypeFloat   = 2,
    +	avsFileFieldDataTypeInteger = 3,
    +	avsFileFieldDataTypeDouble  = 4
    +} avsFileFieldDataType;
    +
    +typedef enum avsFileFieldType {
    +	avsFileFieldTypeUniform     = 0,
    +	avsFileFieldTypeRectilinear = 1,
    +	avsFileFieldTypeIrregular   = 2
    +} avsFileFieldType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileField {
    +	avsFileParaTypeInteger ndim;	
    +	avsFileParaTypeInteger dim1;	
    +	avsFileParaTypeInteger dim2;	
    +	avsFileParaTypeInteger dim3;	
    +	avsFileParaTypeInteger nspace;
    +	avsFileParaTypeInteger veclen;
    +	avsFileFieldDataType   dataType;
    +	avsFileFieldType       type;
    +	char**                 Label;
    +	void*                  Image;
    +	float**                Coord;
    +} avsFileField;
    +/* struct end */
    +
    +/*
    +	UCD Format
    +*/
    +/* struct begin */
    +typedef struct avsFileUCDComponentData {
    +	avsFileParaTypeReal* data;
    +} avsFileUCDComponentData;
    +
    +typedef struct avsFileUCDComponent {
    +	char* Label;
    +	char* Unit;
    +	avsFileParaTypeInteger nElement;
    +} avsFileUCDComponent;
    +
    +typedef struct avsFileUCDNode {
    +	avsFileParaTypeInteger   ID;
    +	avsFileParaTypeReal      x;
    +	avsFileParaTypeReal      y;
    +	avsFileParaTypeReal      z;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDNode;
    +/* struct end */
    +
    +/* constant begin */
    +typedef enum avsFileUCDCellType {
    +	avsFileUCDCellTypePoint        	=0,
    +	avsFileUCDCellTypeLine   		=1,
    +	avsFileUCDCellTypeTriangle		=2,
    +	avsFileUCDCellTypeQuadrilateral	=3,
    +	avsFileUCDCellTypeTetrahedron	=4,
    +	avsFileUCDCellTypePyramid		=5,
    +	avsFileUCDCellTypePrism			=6,
    +	avsFileUCDCellTypeHexahedron	=7
    +} avsFileUCDCellType;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct avsFileUCDCell {
    +	avsFileParaTypeInteger ID;
    +	avsFileParaTypeInteger MaterialID;
    +	avsFileUCDCellType     Type;
    +	avsFileUCDNode**       Node;
    +	avsFileUCDComponentData* Component;
    +} avsFileUCDCell;
    +
    +typedef struct avsFileUCD {
    +	/* Node */
    +	avsFileParaTypeInteger nNode;
    +	avsFileUCDNode*        Node;
    +	avsFileParaTypeInteger nNodeComponent;
    +	avsFileUCDComponent*   NodeComponent;
    +
    +	/* Cell */
    +	avsFileParaTypeInteger nCell;
    +	avsFileUCDCell*        Cell;
    +	avsFileParaTypeInteger nCellComponent;
    +	avsFileUCDComponent*   CellComponent;
    +
    +	/* Model */
    +	avsFileParaTypeInteger nModel;
    +} avsFileUCD;
    +		
    +typedef struct avsFile {
    +    avsFileType FileType;
    +	avsFileField field;
    +	avsFileUCD   UCD;
    +} avsFile;
    +/* constant end */
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +/* prototype begin */
    +/* avsFileInit.c */
    +extern void avsFileInit(avsFile* avs, long mode);
    +extern void avsFileFieldInit(avsFileField* avs, long mode);
    +extern void avsFileUCDInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDGlobalInit(avsFileUCD* avs, long mode);
    +extern void avsFileUCDNodeComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +extern void avsFileUCDCellComponentInit(avsFileUCD* avs, int ID, int nElement, char* Label, char* Unit, long mode);
    +
    +/* avsFileWrite.c */
    +extern void avsFileWrite(avsFile* avs, FILE* fpt, long mode);
    +extern void avsFileUCDWrite(avsFileUCD* avs, FILE* fpt, long mode);
    +extern void avsFileFieldWrite(avsFileField* avs, FILE* fpt, long mode);
    +
    +/* avsFileSet.c */
    +extern void avsFileUCDNodeSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger NodeID, 
    +                  avsFileParaTypeReal x, 
    +                  avsFileParaTypeReal y, 
    +                  avsFileParaTypeReal z);
    +extern void avsFileUCDNodeDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger NodeID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +extern void
    +avsFileUCDLineTypeCellSet(avsFileUCD* avs, 
    +                  avsFileParaTypeInteger CellID, 
    +                  avsFileParaTypeInteger MaterialID,
    +                  avsFileUCDNode* NodeID0,
    +                  avsFileUCDNode* NodeID1);
    +extern void
    +avsFileUCDCellDataSet(avsFileUCD* avs, 
    +                      avsFileParaTypeInteger CellID, 
    +                      avsFileParaTypeInteger indexComponent,
    +                      avsFileParaTypeInteger indexElement, 
    +                      double data);
    +
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +#endif /* AVS_FILE_H */
    +
    diff --git a/doc/Objects/ctfInfo.html b/doc/Objects/ctfInfo.html new file mode 100644 index 0000000..930bbe2 --- /dev/null +++ b/doc/Objects/ctfInfo.html @@ -0,0 +1,226 @@ + + + +ctfInfo + + + +

    Update Time 02/03/13---05:38:15

    +

    ctfInfo Object

    + +

    information from souce codes

    +

    include file

    +
    + +

    Information from source codes

    +
    +
    +../src/ctfDeterminationFromPhaseComparison.c:
    +
    +../src/ctfFunction.c:
    +
    +../src/ctfInfoPVM.c:
    +
    +../src/ctfInfoRead.c:
    +
    +../src/ctfInfoWrite.c:
    +
    +../src/ctfInfoWrite2.c:
    +
    +../src/ctfWeight.c:
    +
    +../src/ctfZeroPoint.c:
    +
    +../src/lastigmatismDetection.c:
    +
    +../src/lctfDetermination.c:
    +
    +../src/lctfDetermine.c:
    +
    +../src/lmolecularEnvelope.c:
    +
    +../src/lmrcFSInfoScatteringAngularDistributionAverageSection.c:
    +
    +../src/powerspectraTangentLine.c:
    +
    +../src/thonRing.c:
    +
    +
    + +

    ctfInfo.h

    +
    +
    +#ifndef CTF_INFO_H
    +#define CTF_INFO_H
    +#include 
    +
    +/* constant begin */
    +#define ctfInfoModeWithAmplitudeContrast    0x0f
    +#define ctfInfoModeWithMTF                  0x10
    +#define ctfInfoModeWithIlluminationAngle    0x20
    +#define ctfInfoModeWithEnergySpread         0x40
    +#define ctfInfoModeAbsoluteValue            0x100 
    +
    +typedef enum ctfInfoMode {
    +	ctfInfoModePhaseCTFOnly   = 0,
    +	ctfInfoModePhaseAndAmpCTF = 1 
    +} ctfInfoMode;
    +
    +typedef enum ctfInfoMTFMode {
    +	ctfInfoMTFModeSingleExp = 0,
    +	ctfInfoMTFModeSingleLorentzian = 1,
    +	ctfInfoMTFModeBoth      = 2,
    +	ctfInfoMTFModeLinear    = 3, 
    +	ctfInfoMTFModeBothSum   = 4,
    +	ctfInfoMTFModePolynomial = 5
    +} ctfInfoMTFMode;
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct moleculrEnvelope {
    +	char* filename; 
    +	int   nR;
    +	float* R;
    +	float* Envelope;
    +	int    mode;	
    +} molecularEnvelope;
    +
    +typedef struct ctfInfo {
    +	float kV;      /* kV */
    +	float defocus; /* A : Underfocus is plus, while overfocus is minus*/
    +	float Cc;      /* mm */
    +	float dE; 
    +	float Cs;      /* mm */
    +	float Ain;     /* mrad : Illumination Angle */
    +	long  flagWin; /* Windowing */ 
    +	float CutLow;  /* Windowing: CutLow  A-1 */
    +	float CutHigh; /* Windowing: CutHigh A-1 */
    +
    +	float I0;      /* Intensity */
    +	float Isignal; /* Intensity of signal */
    +
    +	float ratioOfAmpToPhase; /* The ratio of amp to phase */
    +
    +	float Inoise;  /* Intensity of noise : Isignal*/
    +	long  flagWhiteNoise;
    +	float WhiteNoise;  /* Affected by MTF(R) */
    +
    +	long  flagWhiteNoiseRaising; 	
    +	float WhiteNoiseRaising; /* WhiteNoise Raising depending upon R */
    +
    +	float Inoise2; /* Intensity of noise */
    +	long  flagWhiteNoise2;
    +	float WhiteNoise2; /* Not Affected by MTF(R)*/
    +
    +	int   flagAstigmatism;
    +	float defocus2D[2];      /* A : Normally [0]: Max [1]: Min */
    +	float defocus0axis;      /* radian : angle of the defocus2D[0]-axis */
    +
    +	long mode;
    +	
    +	long  flagMagnification;	
    +	float Magnification;
    +
    +	/* MTF(R): Modulation Transfer Function */ 
    +	ctfInfoMTFMode MTFMode;
    +	float BofMTF;  /* Exponential: exp(-B R)   */
    +	float BofMTF2; /* Lorentzian : 1/(B*B+R*R) */	
    +	float WeightOfSecondTermForMTF; /* 0 <-> 1 */
    +	/*for PolynomialExpNoise*//*d = degree*/
    +	float BofMTFd2;
    +	float BofMTFd3;
    +	float BofMTFd4;
    +	float BofMTFd5;
    +	float BofMTFd6;
    +
    +	/* Molecular Envelope: Scattering Factor */
    +	/* For Gaussian */
    +	float MolecEnv;                   /* A : */
    +	/* For Table */
    +	long  flagMolecEnvTable;
    +	molecularEnvelope MolecEnvTable;
    +	/* For Lorentzian */
    +	float flagElastic;
    +	float Elastic;
    +	float ElasticShift;
    +	float ElasticWidth;
    +	float ElasticRing;
    +	float ElasticRingPosition;
    +	float ElasticRingWidth;
    +
    +	/* Stage Vibration */
    +	long  flagVibration;
    +	long  VibrationMode;
    +	float BofVibration;
    +
    +	/* Aliasing and Sampling */
    +	long flagAliasing;
    +	float NyquistFrequency;
    +	long flagSampling; 
    +
    +	/* Inelastic Signal */
    +	/* For Gaussian */
    +	long flagWithInElastic;
    +	float InElasticGaussian;
    +	/* For Table */
    +	long flagWithInElasticTable;
    +	molecularEnvelope InElasticEnvTable;	
    +	/* Lorentzian */	
    +	long flagInElastic;
    +	float InElastic;
    +	float InElasticShift;
    +	float InElasticWidth;
    +	float InElasticRing;
    +	float InElasticRingPosition;
    +	float InElasticRingWidth;
    +} ctfInfo;
    +/* struct end */
    +
    +
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +
    +/* prototype begin */
    +
    +extern void ctfInfoSendByPVM(ctfInfo* info, int tid, long mode);
    +extern void ctfInfoRecieveByPVM(ctfInfo* info, int tid, long mode);
    +extern float ctfSignalFunction(ctfInfo* info, float R, long mode);
    +extern float ctfNoiseFunction(ctfInfo* info, float R, long mode);
    +extern float ctfNoise2Function(ctfInfo* info, float R, long mode);
    +extern float ctfSignalPowerFunction(ctfInfo* info, float R, long mode);
    +extern float ctfNoisePowerFunction(ctfInfo* info, float R, long mode);
    +extern float ctfNoise2PowerFunction(ctfInfo* info, float R, long mode);
    +extern float ctfScatteringFunction(ctfInfo* info, float R, long mode);
    +extern float ctfMolecularEnvelopeFunction(ctfInfo* info, float R, long mode);
    +extern float ctfMolecularEnvelopeInElasticFunction(ctfInfo* info, float R, long mode);
    +extern float ctfVibrationFunction(ctfInfo* info, float R, long mode);
    +extern float ctfFunction(ctfInfo* info, float R, long mode);
    +extern float ctfFunctionSampling(float R, float Nyquist, long mode);
    +extern void  ctfFunctionPVMStart(ctfInfo* info, float R, int tid, long mode);
    +extern float ctfFunctionPVMEnd(ctfInfo* info, float R, int tid, long mode);
    +extern void  ctfFunctionPVMServer();
    +extern float ctfEnvelopFunction(ctfInfo* info, float R, long mode);
    +extern float ctfMTFFunction(ctfInfo* info, float R, long mode);
    +extern float ctfFunction2D(ctfInfo* info, float X, float Y, long mode);
    +extern float wavelengthOfElectron(float E);
    +extern float defocusDeterminationFromThonRing(ctfInfo* info, float R, long n, long mode);
    +extern void ctfWeightForCorrectionUsage(FILE* fpt);
    +extern float ctfWeightForCorrection2D(ctfInfo* info, float X, float Y, long mode);
    +extern float ctfWeightForCorrection(ctfInfo* info, float R, long mode);
    +extern void lmolecularEnvelopeFileRead(FILE* fpt, molecularEnvelope* mol, int mode);
    +extern void lmolecularEnvelopeFileWrite(FILE* fpt, molecularEnvelope* mol, int mode);
    +extern void lmolecularEnvelopeResampling(molecularEnvelope* dst, molecularEnvelope* src, float dR, float RMax, int mode);
    +extern float lmolecularEnvelopeDataGet(molecularEnvelope* src, float R, int mode);
    +extern void ctfInfoRead(FILE* fpt, ctfInfo* ctf, char* pre, int mode);
    +extern void ctfInfoWrite(FILE* fpt, ctfInfo ctf, char* pre, int mode);
    +/* prototype end */
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +
    +#endif
    +
    + + diff --git a/doc/Objects/dsn6File.html b/doc/Objects/dsn6File.html new file mode 100644 index 0000000..7109529 --- /dev/null +++ b/doc/Objects/dsn6File.html @@ -0,0 +1,65 @@ +

    Update Time 02/03/13---05:38:19

    +
    + +

    Information from source codes

    +
    +
    +../src/dsn6Init.c:
    +
    +../src/dsn6Write.c:
    +
    +
    + +

    dsn6File.h

    +
    +
    +#ifndef DSN6_H
    +#define DSN6_H
    +#include 
    +
    +typedef short Dsn6IntegerType;
    +typedef unsigned char Dsn6ImageType;
    +
    +#define Dsn6Header Header.DSN6HeaderCont
    +
    +typedef struct Dsn6Coord {
    +	Dsn6IntegerType x;
    +	Dsn6IntegerType y;
    +	Dsn6IntegerType z;
    +} Dsn6Coord;
    +
    +typedef struct Dsn6HeaderContent {
    +	Dsn6Coord Start;
    +	Dsn6Coord Extent;
    +	Dsn6Coord SamplingRate;
    +	Dsn6IntegerType	ACellEdge;
    +	Dsn6IntegerType	BCellEdge;
    +	Dsn6IntegerType	CCellEdge;
    +	Dsn6IntegerType	CosAlpha;
    +	Dsn6IntegerType	CosBeta;
    +	Dsn6IntegerType	CosGamma;
    +	Dsn6IntegerType	DensScaling;
    +	Dsn6IntegerType	DensOffset;
    +	Dsn6IntegerType	CellConstantScalingFactor;
    +	Dsn6IntegerType	Weight;
    +	Dsn6IntegerType dummy[256-19];
    +} Dsn6HeaderContent;
    +
    +typedef union DSN6Header {
    +	char               byte[512];
    +	Dsn6IntegerType    data[256];
    +	Dsn6HeaderContent  DSN6HeaderCont;
    +} DSN6Header;
    +
    +typedef struct Dsn6 {
    +	DSN6Header     Header;
    +	Dsn6ImageType* Image;	
    +	float*	       FloatImage;	
    +} Dsn6;
    +
    +extern void dsn6Init(Dsn6* map, int mode);
    +extern void dsn6ImageAllocate(Dsn6* map, int mode);
    +
    +extern void dsn6FileWrite(Dsn6* map, FILE* fpt, int mode);
    +#endif /* DSN6_H */
    +
    diff --git a/doc/Objects/emData.html b/doc/Objects/emData.html new file mode 100644 index 0000000..6c1ddb3 --- /dev/null +++ b/doc/Objects/emData.html @@ -0,0 +1,97 @@ +

    Update Time 02/03/13---05:38:24

    +
    + +

    Information from source codes

    +
    +
    +../src/emDataRead.c:
    +
    +
    + +

    emData.h

    +
    +
    +#ifndef EMDATA_H
    +#define EMDATA_H
    +
    +#include 
    +
    +/* constant begin */
    +#define EMDATA_VER0_HEADER_SIZE (256)
    +#define EMDATA_HEADER_SIZE (512)
    +/* constant end */
    +
    +/* struct begin */
    +typedef char  emDataTypeChar;
    +typedef short emDataTypeIntegerShort;
    +typedef int   emDataTypeInteger;
    +typedef float emDataTypeFloat;
    +
    +typedef struct emDataHeaderCont {
    +	/* 1st 256 byte                                        :256 */
    +	emDataTypeIntegerShort type1;				/* 000-001 :  2 */	
    +	emDataTypeIntegerShort type2;			    /* 002-003 :  2 */	
    +	emDataTypeInteger      Nx;				    /* 004-007 :  4 */
    +	emDataTypeInteger      Ny;					/* 010-013 :  4 */
    +	emDataTypeInteger      Nz;					/* 014-017 :  4 */
    +	emDataTypeChar         Comment[96];		    /* 020-137 : 96 */
    +	emDataTypeFloat        unknown[36];		    /* 140-377 :144 */
    +	/* 2nd 256 byte                                         256*/
    +	emDataTypeChar         ExtendedCode[4]; 	/* 400-403 :  4 : wwww */
    +	emDataTypeFloat        kV; 		            /* 404-407 :  4 */
    +	emDataTypeFloat        Cs; 		            /* 410-413 :  4 */
    +	emDataTypeFloat        UnknownFloat413; 	/* 413-417 :  4 : 0    */
    +	emDataTypeFloat        Magnification;       /* 420-423 :  4 */ 
    +	emDataTypeFloat        PostMagnification;   /* 424-427 :  4 */
    +	emDataTypeFloat        Cc;                  /* 430-433 :  4 */
    +	emDataTypeFloat        Defocus;             /* 433-437 :  4 */
    +	emDataTypeFloat        UnknownFloat440[8];  /* 440-477 : 32 */
    +	emDataTypeFloat        UnknownFloat500[5];  /* 500-523 : 20 */  
    +	emDataTypeFloat        ccdSize;             /* 524-527 :  4 */  
    +	emDataTypeFloat        offsetX;             /* 530-533 :  4 */  
    +	emDataTypeFloat        offsetY;             /* 534-537 :  4 */  
    +	emDataTypeFloat        pixelSize;           /* 540-543 :  4 */ 
    +	emDataTypeFloat        binning;             /* 543-547 :  4 */ 
    +	emDataTypeFloat        readOutSpeed;        /* 550-553 :  4 */ 
    +	emDataTypeFloat        gain;                /* 554-557 :  4 */ 
    +	emDataTypeFloat        sensitivity;         /* 560-563 :  4 */ 
    +	emDataTypeFloat        time;                /* 564-567 :  4 */ 
    +	emDataTypeFloat        flatField;           /* 570-573 :  4 */ 
    +	emDataTypeFloat        UnknownFloat574;     /* 574-577 :  4 */ 
    +	emDataTypeFloat        average;             /* 600-603 :  4 */ 
    +	emDataTypeFloat        unknown604;          /* 604-607 :  4 */ 
    +	emDataTypeFloat        unknown610;          /* 610-613 :  4 : 0 */ 
    +	emDataTypeFloat        unknown613;          /* 614-617 :  4 : 0 */ 
    +	emDataTypeFloat        unknown620;          /* 620-623 :  4 : 1e4*/ 
    +	emDataTypeFloat        unknown623;          /* 624-627 :  4 : 7e6*/ 
    +	emDataTypeFloat        min;                 /* 630-633 :  4 */ 
    +	emDataTypeFloat        max;                 /* 634-637 :  4 */ 
    +	emDataTypeFloat        StatisticQuality;    /* 640-643 :  4 */
    +	emDataTypeFloat        UnknownFloat644[23]; /* 644-777 :   */ 
    +} emDataHeaderCont;
    +
    +typedef union emDataHeader {
    +	char  All[512]; 
    +	float Float[128];
    +	int   Int[128];
    +	emDataHeaderCont Cont;
    +} emDataHeader;
    +
    +typedef struct emData {
    +	emDataHeader Header;
    +	int          version;
    +	unsigned char*          Image;
    +	emDataTypeIntegerShort* ShortImage;  
    +} emData; 
    +
    +/* struct end */
    +
    +/* prototpye begin */
    +extern void emDataHeaderRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataFileRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataHeaderPrint(emData* em, FILE* fpt, char* message, int mode); 
    +/* prototype end */
    +
    +#endif /* EMDATA_H */
    +
    +
    diff --git a/doc/Objects/emData.html.BACKUP.14307.html b/doc/Objects/emData.html.BACKUP.14307.html new file mode 100644 index 0000000..daa6932 --- /dev/null +++ b/doc/Objects/emData.html.BACKUP.14307.html @@ -0,0 +1,101 @@ +<<<<<<< HEAD +

    Update Time 03/13/11---18:03:29

    +======= +

    Update Time 06/04/11---12:14:19

    +>>>>>>> origin/master +
    + +

    Information from source codes

    +
    +
    +../src/emDataRead.c:
    +
    +
    + +

    emData.h

    +
    +
    +#ifndef EMDATA_H
    +#define EMDATA_H
    +
    +#include 
    +
    +/* constant begin */
    +#define EMDATA_VER0_HEADER_SIZE (256)
    +#define EMDATA_HEADER_SIZE (512)
    +/* constant end */
    +
    +/* struct begin */
    +typedef char  emDataTypeChar;
    +typedef short emDataTypeIntegerShort;
    +typedef int   emDataTypeInteger;
    +typedef float emDataTypeFloat;
    +
    +typedef struct emDataHeaderCont {
    +	/* 1st 256 byte                                        :256 */
    +	emDataTypeIntegerShort type1;				/* 000-001 :  2 */	
    +	emDataTypeIntegerShort type2;			    /* 002-003 :  2 */	
    +	emDataTypeInteger      Nx;				    /* 004-007 :  4 */
    +	emDataTypeInteger      Ny;					/* 010-013 :  4 */
    +	emDataTypeInteger      Nz;					/* 014-017 :  4 */
    +	emDataTypeChar         Comment[96];		    /* 020-137 : 96 */
    +	emDataTypeFloat        unknown[36];		    /* 140-377 :144 */
    +	/* 2nd 256 byte                                         256*/
    +	emDataTypeChar         ExtendedCode[4]; 	/* 400-403 :  4 : wwww */
    +	emDataTypeFloat        kV; 		            /* 404-407 :  4 */
    +	emDataTypeFloat        Cs; 		            /* 410-413 :  4 */
    +	emDataTypeFloat        UnknownFloat413; 	/* 413-417 :  4 : 0    */
    +	emDataTypeFloat        Magnification;       /* 420-423 :  4 */ 
    +	emDataTypeFloat        PostMagnification;   /* 424-427 :  4 */
    +	emDataTypeFloat        Cc;                  /* 430-433 :  4 */
    +	emDataTypeFloat        Defocus;             /* 433-437 :  4 */
    +	emDataTypeFloat        UnknownFloat440[8];  /* 440-477 : 32 */
    +	emDataTypeFloat        UnknownFloat500[5];  /* 500-523 : 20 */  
    +	emDataTypeFloat        ccdSize;             /* 524-527 :  4 */  
    +	emDataTypeFloat        offsetX;             /* 530-533 :  4 */  
    +	emDataTypeFloat        offsetY;             /* 534-537 :  4 */  
    +	emDataTypeFloat        pixelSize;           /* 540-543 :  4 */ 
    +	emDataTypeFloat        binning;             /* 543-547 :  4 */ 
    +	emDataTypeFloat        readOutSpeed;        /* 550-553 :  4 */ 
    +	emDataTypeFloat        gain;                /* 554-557 :  4 */ 
    +	emDataTypeFloat        sensitivity;         /* 560-563 :  4 */ 
    +	emDataTypeFloat        time;                /* 564-567 :  4 */ 
    +	emDataTypeFloat        flatField;           /* 570-573 :  4 */ 
    +	emDataTypeFloat        UnknownFloat574;     /* 574-577 :  4 */ 
    +	emDataTypeFloat        average;             /* 600-603 :  4 */ 
    +	emDataTypeFloat        unknown604;          /* 604-607 :  4 */ 
    +	emDataTypeFloat        unknown610;          /* 610-613 :  4 : 0 */ 
    +	emDataTypeFloat        unknown613;          /* 614-617 :  4 : 0 */ 
    +	emDataTypeFloat        unknown620;          /* 620-623 :  4 : 1e4*/ 
    +	emDataTypeFloat        unknown623;          /* 624-627 :  4 : 7e6*/ 
    +	emDataTypeFloat        min;                 /* 630-633 :  4 */ 
    +	emDataTypeFloat        max;                 /* 634-637 :  4 */ 
    +	emDataTypeFloat        StatisticQuality;    /* 640-643 :  4 */
    +	emDataTypeFloat        UnknownFloat644[23]; /* 644-777 :   */ 
    +} emDataHeaderCont;
    +
    +typedef union emDataHeader {
    +	char  All[512]; 
    +	float Float[128];
    +	int   Int[128];
    +	emDataHeaderCont Cont;
    +} emDataHeader;
    +
    +typedef struct emData {
    +	emDataHeader Header;
    +	int          version;
    +	unsigned char*          Image;
    +	emDataTypeIntegerShort* ShortImage;  
    +} emData; 
    +
    +/* struct end */
    +
    +/* prototpye begin */
    +extern void emDataHeaderRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataFileRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataHeaderPrint(emData* em, FILE* fpt, char* message, int mode); 
    +/* prototype end */
    +
    +#endif /* EMDATA_H */
    +
    +
    diff --git a/doc/Objects/emData.html.BASE.14307.html b/doc/Objects/emData.html.BASE.14307.html new file mode 100644 index 0000000..6d093a7 --- /dev/null +++ b/doc/Objects/emData.html.BASE.14307.html @@ -0,0 +1,96 @@ +

    Update Time 07/12/10---17:48:57

    +
    + +

    Information from source codes

    +
    +
    +
    +
    + +

    emData.h

    +
    +
    +#ifndef EMDATA_H
    +#define EMDATA_H
    +
    +#include 
    +
    +/* constant begin */
    +#define EMDATA_VER0_HEADER_SIZE (256)
    +#define EMDATA_HEADER_SIZE (512)
    +/* constant end */
    +
    +/* struct begin */
    +typedef char  emDataTypeChar;
    +typedef short emDataTypeIntegerShort;
    +typedef int   emDataTypeInteger;
    +typedef float emDataTypeFloat;
    +
    +typedef struct emDataHeaderCont {
    +	/* 1st 256 byte                                        :256 */
    +	emDataTypeIntegerShort type1;				/* 000-001 :  2 */	
    +	emDataTypeIntegerShort type2;			    /* 002-003 :  2 */	
    +	emDataTypeInteger      Nx;				    /* 004-007 :  4 */
    +	emDataTypeInteger      Ny;					/* 010-013 :  4 */
    +	emDataTypeInteger      Nz;					/* 014-017 :  4 */
    +	emDataTypeChar         Comment[96];		    /* 020-137 : 96 */
    +	emDataTypeFloat        unknown[36];		    /* 140-377 :144 */
    +	/* 2nd 256 byte                                         256*/
    +	emDataTypeChar         ExtendedCode[4]; 	/* 400-403 :  4 : wwww */
    +	emDataTypeFloat        kV; 		            /* 404-407 :  4 */
    +	emDataTypeFloat        Cs; 		            /* 410-413 :  4 */
    +	emDataTypeFloat        UnknownFloat413; 	/* 413-417 :  4 : 0    */
    +	emDataTypeFloat        Magnification;       /* 420-423 :  4 */ 
    +	emDataTypeFloat        PostMagnification;   /* 424-427 :  4 */
    +	emDataTypeFloat        Cc;                  /* 430-433 :  4 */
    +	emDataTypeFloat        Defocus;             /* 433-437 :  4 */
    +	emDataTypeFloat        UnknownFloat440[8];  /* 440-477 : 32 */
    +	emDataTypeFloat        UnknownFloat500[5];  /* 500-523 : 20 */  
    +	emDataTypeFloat        ccdSize;             /* 524-527 :  4 */  
    +	emDataTypeFloat        offsetX;             /* 530-533 :  4 */  
    +	emDataTypeFloat        offsetY;             /* 534-537 :  4 */  
    +	emDataTypeFloat        pixelSize;           /* 540-543 :  4 */ 
    +	emDataTypeFloat        binning;             /* 543-547 :  4 */ 
    +	emDataTypeFloat        readOutSpeed;        /* 550-553 :  4 */ 
    +	emDataTypeFloat        gain;                /* 554-557 :  4 */ 
    +	emDataTypeFloat        sensitivity;         /* 560-563 :  4 */ 
    +	emDataTypeFloat        time;                /* 564-567 :  4 */ 
    +	emDataTypeFloat        flatField;           /* 570-573 :  4 */ 
    +	emDataTypeFloat        UnknownFloat574;     /* 574-577 :  4 */ 
    +	emDataTypeFloat        average;             /* 600-603 :  4 */ 
    +	emDataTypeFloat        unknown604;          /* 604-607 :  4 */ 
    +	emDataTypeFloat        unknown610;          /* 610-613 :  4 : 0 */ 
    +	emDataTypeFloat        unknown613;          /* 614-617 :  4 : 0 */ 
    +	emDataTypeFloat        unknown620;          /* 620-623 :  4 : 1e4*/ 
    +	emDataTypeFloat        unknown623;          /* 624-627 :  4 : 7e6*/ 
    +	emDataTypeFloat        min;                 /* 630-633 :  4 */ 
    +	emDataTypeFloat        max;                 /* 634-637 :  4 */ 
    +	emDataTypeFloat        StatisticQuality;    /* 640-643 :  4 */
    +	emDataTypeFloat        UnknownFloat644[23]; /* 644-777 :   */ 
    +} emDataHeaderCont;
    +
    +typedef union emDataHeader {
    +	char  All[512]; 
    +	float Float[128];
    +	int   Int[128];
    +	emDataHeaderCont Cont;
    +} emDataHeader;
    +
    +typedef struct emData {
    +	emDataHeader Header;
    +	int          version;
    +	unsigned char*          Image;
    +	emDataTypeIntegerShort* ShortImage;  
    +} emData; 
    +
    +/* struct end */
    +
    +/* prototpye begin */
    +extern void emDataHeaderRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataFileRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataHeaderPrint(emData* em, FILE* fpt, char* message, int mode); 
    +/* prototype end */
    +
    +#endif /* EMDATA_H */
    +
    +
    diff --git a/doc/Objects/emData.html.LOCAL.14307.html b/doc/Objects/emData.html.LOCAL.14307.html new file mode 100644 index 0000000..307b82b --- /dev/null +++ b/doc/Objects/emData.html.LOCAL.14307.html @@ -0,0 +1,97 @@ +

    Update Time 03/13/11---18:03:29

    +
    + +

    Information from source codes

    +
    +
    +../src/emDataRead.c:
    +
    +
    + +

    emData.h

    +
    +
    +#ifndef EMDATA_H
    +#define EMDATA_H
    +
    +#include 
    +
    +/* constant begin */
    +#define EMDATA_VER0_HEADER_SIZE (256)
    +#define EMDATA_HEADER_SIZE (512)
    +/* constant end */
    +
    +/* struct begin */
    +typedef char  emDataTypeChar;
    +typedef short emDataTypeIntegerShort;
    +typedef int   emDataTypeInteger;
    +typedef float emDataTypeFloat;
    +
    +typedef struct emDataHeaderCont {
    +	/* 1st 256 byte                                        :256 */
    +	emDataTypeIntegerShort type1;				/* 000-001 :  2 */	
    +	emDataTypeIntegerShort type2;			    /* 002-003 :  2 */	
    +	emDataTypeInteger      Nx;				    /* 004-007 :  4 */
    +	emDataTypeInteger      Ny;					/* 010-013 :  4 */
    +	emDataTypeInteger      Nz;					/* 014-017 :  4 */
    +	emDataTypeChar         Comment[96];		    /* 020-137 : 96 */
    +	emDataTypeFloat        unknown[36];		    /* 140-377 :144 */
    +	/* 2nd 256 byte                                         256*/
    +	emDataTypeChar         ExtendedCode[4]; 	/* 400-403 :  4 : wwww */
    +	emDataTypeFloat        kV; 		            /* 404-407 :  4 */
    +	emDataTypeFloat        Cs; 		            /* 410-413 :  4 */
    +	emDataTypeFloat        UnknownFloat413; 	/* 413-417 :  4 : 0    */
    +	emDataTypeFloat        Magnification;       /* 420-423 :  4 */ 
    +	emDataTypeFloat        PostMagnification;   /* 424-427 :  4 */
    +	emDataTypeFloat        Cc;                  /* 430-433 :  4 */
    +	emDataTypeFloat        Defocus;             /* 433-437 :  4 */
    +	emDataTypeFloat        UnknownFloat440[8];  /* 440-477 : 32 */
    +	emDataTypeFloat        UnknownFloat500[5];  /* 500-523 : 20 */  
    +	emDataTypeFloat        ccdSize;             /* 524-527 :  4 */  
    +	emDataTypeFloat        offsetX;             /* 530-533 :  4 */  
    +	emDataTypeFloat        offsetY;             /* 534-537 :  4 */  
    +	emDataTypeFloat        pixelSize;           /* 540-543 :  4 */ 
    +	emDataTypeFloat        binning;             /* 543-547 :  4 */ 
    +	emDataTypeFloat        readOutSpeed;        /* 550-553 :  4 */ 
    +	emDataTypeFloat        gain;                /* 554-557 :  4 */ 
    +	emDataTypeFloat        sensitivity;         /* 560-563 :  4 */ 
    +	emDataTypeFloat        time;                /* 564-567 :  4 */ 
    +	emDataTypeFloat        flatField;           /* 570-573 :  4 */ 
    +	emDataTypeFloat        UnknownFloat574;     /* 574-577 :  4 */ 
    +	emDataTypeFloat        average;             /* 600-603 :  4 */ 
    +	emDataTypeFloat        unknown604;          /* 604-607 :  4 */ 
    +	emDataTypeFloat        unknown610;          /* 610-613 :  4 : 0 */ 
    +	emDataTypeFloat        unknown613;          /* 614-617 :  4 : 0 */ 
    +	emDataTypeFloat        unknown620;          /* 620-623 :  4 : 1e4*/ 
    +	emDataTypeFloat        unknown623;          /* 624-627 :  4 : 7e6*/ 
    +	emDataTypeFloat        min;                 /* 630-633 :  4 */ 
    +	emDataTypeFloat        max;                 /* 634-637 :  4 */ 
    +	emDataTypeFloat        StatisticQuality;    /* 640-643 :  4 */
    +	emDataTypeFloat        UnknownFloat644[23]; /* 644-777 :   */ 
    +} emDataHeaderCont;
    +
    +typedef union emDataHeader {
    +	char  All[512]; 
    +	float Float[128];
    +	int   Int[128];
    +	emDataHeaderCont Cont;
    +} emDataHeader;
    +
    +typedef struct emData {
    +	emDataHeader Header;
    +	int          version;
    +	unsigned char*          Image;
    +	emDataTypeIntegerShort* ShortImage;  
    +} emData; 
    +
    +/* struct end */
    +
    +/* prototpye begin */
    +extern void emDataHeaderRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataFileRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataHeaderPrint(emData* em, FILE* fpt, char* message, int mode); 
    +/* prototype end */
    +
    +#endif /* EMDATA_H */
    +
    +
    diff --git a/doc/Objects/emData.html.REMOTE.14307.html b/doc/Objects/emData.html.REMOTE.14307.html new file mode 100644 index 0000000..ffd9a43 --- /dev/null +++ b/doc/Objects/emData.html.REMOTE.14307.html @@ -0,0 +1,97 @@ +

    Update Time 06/04/11---12:14:19

    +
    + +

    Information from source codes

    +
    +
    +../src/emDataRead.c:
    +
    +
    + +

    emData.h

    +
    +
    +#ifndef EMDATA_H
    +#define EMDATA_H
    +
    +#include 
    +
    +/* constant begin */
    +#define EMDATA_VER0_HEADER_SIZE (256)
    +#define EMDATA_HEADER_SIZE (512)
    +/* constant end */
    +
    +/* struct begin */
    +typedef char  emDataTypeChar;
    +typedef short emDataTypeIntegerShort;
    +typedef int   emDataTypeInteger;
    +typedef float emDataTypeFloat;
    +
    +typedef struct emDataHeaderCont {
    +	/* 1st 256 byte                                        :256 */
    +	emDataTypeIntegerShort type1;				/* 000-001 :  2 */	
    +	emDataTypeIntegerShort type2;			    /* 002-003 :  2 */	
    +	emDataTypeInteger      Nx;				    /* 004-007 :  4 */
    +	emDataTypeInteger      Ny;					/* 010-013 :  4 */
    +	emDataTypeInteger      Nz;					/* 014-017 :  4 */
    +	emDataTypeChar         Comment[96];		    /* 020-137 : 96 */
    +	emDataTypeFloat        unknown[36];		    /* 140-377 :144 */
    +	/* 2nd 256 byte                                         256*/
    +	emDataTypeChar         ExtendedCode[4]; 	/* 400-403 :  4 : wwww */
    +	emDataTypeFloat        kV; 		            /* 404-407 :  4 */
    +	emDataTypeFloat        Cs; 		            /* 410-413 :  4 */
    +	emDataTypeFloat        UnknownFloat413; 	/* 413-417 :  4 : 0    */
    +	emDataTypeFloat        Magnification;       /* 420-423 :  4 */ 
    +	emDataTypeFloat        PostMagnification;   /* 424-427 :  4 */
    +	emDataTypeFloat        Cc;                  /* 430-433 :  4 */
    +	emDataTypeFloat        Defocus;             /* 433-437 :  4 */
    +	emDataTypeFloat        UnknownFloat440[8];  /* 440-477 : 32 */
    +	emDataTypeFloat        UnknownFloat500[5];  /* 500-523 : 20 */  
    +	emDataTypeFloat        ccdSize;             /* 524-527 :  4 */  
    +	emDataTypeFloat        offsetX;             /* 530-533 :  4 */  
    +	emDataTypeFloat        offsetY;             /* 534-537 :  4 */  
    +	emDataTypeFloat        pixelSize;           /* 540-543 :  4 */ 
    +	emDataTypeFloat        binning;             /* 543-547 :  4 */ 
    +	emDataTypeFloat        readOutSpeed;        /* 550-553 :  4 */ 
    +	emDataTypeFloat        gain;                /* 554-557 :  4 */ 
    +	emDataTypeFloat        sensitivity;         /* 560-563 :  4 */ 
    +	emDataTypeFloat        time;                /* 564-567 :  4 */ 
    +	emDataTypeFloat        flatField;           /* 570-573 :  4 */ 
    +	emDataTypeFloat        UnknownFloat574;     /* 574-577 :  4 */ 
    +	emDataTypeFloat        average;             /* 600-603 :  4 */ 
    +	emDataTypeFloat        unknown604;          /* 604-607 :  4 */ 
    +	emDataTypeFloat        unknown610;          /* 610-613 :  4 : 0 */ 
    +	emDataTypeFloat        unknown613;          /* 614-617 :  4 : 0 */ 
    +	emDataTypeFloat        unknown620;          /* 620-623 :  4 : 1e4*/ 
    +	emDataTypeFloat        unknown623;          /* 624-627 :  4 : 7e6*/ 
    +	emDataTypeFloat        min;                 /* 630-633 :  4 */ 
    +	emDataTypeFloat        max;                 /* 634-637 :  4 */ 
    +	emDataTypeFloat        StatisticQuality;    /* 640-643 :  4 */
    +	emDataTypeFloat        UnknownFloat644[23]; /* 644-777 :   */ 
    +} emDataHeaderCont;
    +
    +typedef union emDataHeader {
    +	char  All[512]; 
    +	float Float[128];
    +	int   Int[128];
    +	emDataHeaderCont Cont;
    +} emDataHeader;
    +
    +typedef struct emData {
    +	emDataHeader Header;
    +	int          version;
    +	unsigned char*          Image;
    +	emDataTypeIntegerShort* ShortImage;  
    +} emData; 
    +
    +/* struct end */
    +
    +/* prototpye begin */
    +extern void emDataHeaderRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataFileRead(emData* em, FILE* fpt, char* message, int mode); 
    +extern void emDataHeaderPrint(emData* em, FILE* fpt, char* message, int mode); 
    +/* prototype end */
    +
    +#endif /* EMDATA_H */
    +
    +
    diff --git a/doc/Objects/gifFile.html b/doc/Objects/gifFile.html new file mode 100644 index 0000000..e6d65b6 --- /dev/null +++ b/doc/Objects/gifFile.html @@ -0,0 +1,169 @@ +

    Update Time 02/03/13---05:37:18

    +
    + +

    Information from source codes

    +
    +
    +../src/decoder.c:
    +
    +../src/gifFileInit.c:
    +
    +../src/gifFileWrite.c:
    +
    +../src/gifUtil.c:
    +
    +../src/gifcompr.c:
    +
    +../src/gifencod.c:
    +
    +../src/lmrc2gif.c:
    +
    +
    + +

    gifFile.h

    +
    +
    +#ifndef GIF_FILE_H
    +#define GIF_FILE_H
    +
    +#include "gif_lib.h"
    +
    +/* struct begin */
    +
    +typedef struct gifFileHeader {
    +	char sig[3];
    +	char ver[3];
    +} gifFileHeader;
    +/* struct end */
    +
    +/* constant begin */
    +#define scdGCT     (0x80)
    +#define scdGCTcres (0x70)
    +#define scdGCTsort (0x08)
    +#define scdGCTsize (0x07)
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct gifFileScreenDesc {
    +	unsigned short scwidth;
    +	unsigned short scheight;
    +	unsigned char  flags;
    +	unsigned char  bgclr;
    +	unsigned char  pixasp;
    +} gifFileScreenDesc;
    +/* struct end */
    +
    +/* constant begin */
    +#define imdLCT       (0x80)
    +#define imdInterlace (0x40)
    +#define imdLCTsort   (0x20)
    +#define imdRESV      (0x18)
    +#define imdLCTsize   (0x07)
    +/* constant end */
    +
    +/* struct begin */
    +typedef struct gifFileImageDesc {
    +	unsigned char id;
    +	unsigned short xleft;
    +	unsigned short ytop;
    +	unsigned short imwidth;
    +	unsigned short imheight;
    +	unsigned char  flags;
    +} gifFileImageDesc;
    +
    +typedef struct gifFileColorTable {
    +	unsigned char r;
    +	unsigned char g;
    +	unsigned char b;
    +} gifFileColorTable;
    +
    +typedef struct gifFileImageDefinition {
    +	gifFileImageDesc   Desc;
    +	gifFileColorTable* LCT; 
    +} gifFileImageDefinition;
    +
    +typedef struct gifFileCtrlExtensions {
    +	unsigned char  id;
    +	unsigned char  label; 
    +	unsigned char  size;
    +	unsigned char  flags; 
    +	unsigned short delay;
    +	unsigned char  trcrl; 
    +} gifFileCtrlExtensions;
    +
    +typedef struct gifFileCommentExtensions {
    +	unsigned char id;
    +	unsigned char label;
    +} gifFileCommentExtensions;
    +
    +typedef struct gifFileTextExtensions {
    +	unsigned char  id;
    +	unsigned char  label; 
    +	unsigned char  size;
    +	unsigned char  xleft; 
    +	unsigned short ytop;
    +	unsigned char  txwidth; 
    +	unsigned char  txheight;
    +	unsigned char  cewidth; 
    +	unsigned char  ceheight;
    +	unsigned char  fgclr; 
    +	unsigned short bgclr;
    +} gifFileTextExtensions;
    +
    +typedef struct gifFileApplicationExtensions {
    +	unsigned char  id;
    +	unsigned char  label; 
    +	unsigned char  size;
    +	char           apname[8];
    +	char           apcode[3];
    +} gifFileApplicationExtensions;
    +
    +
    +typedef struct gifFile {
    +	gifFileHeader     		Header;
    +	gifFileScreenDesc 		ScrDesc;
    +	gifFileColorTable*   	GCT;
    +	long nImage;
    +	gifFileImageDefinition* ImageDef;
    +	char                	Tailer;
    +} gifFile;
    +
    +/* struct end */
    +
    +/* constant begin */
    +#define OUT_OF_MEMORY -10
    +#define BAD_CODE_SIZE -20
    +#define READ_ERROR -1
    +#define WRITE_ERROR -2
    +#define OPEN_ERROR -3
    +#define CREATE_ERROR -4
    +/* constant end */
    +
    +/* struct begin */
    +#define LOCAL static
    +#define IMPORT extern
    +
    +#define FAST register
    +
    +typedef short WORD;
    +typedef unsigned short UWORD;
    +typedef char TEXT;
    +typedef unsigned char UTINY;
    +typedef long LONG;
    +typedef unsigned long ULONG;
    +typedef int INT;
    +/* struct end */
    +
    +
    +#include "mrcImage.h"
    +/* prototype begin */
    +extern int lmrc2gif(char* out, mrcImage* in, ColorMapObject* ColorMap, long mode);
    +extern int lmrc2gifColor(char* out, mrcImage* r, mrcImage* g, mrcImage* b, ColorMapObject* ColorMap, int n, int nr, int ng, int nb, long mode);
    +
    +extern ColorMapObject* gifColorMapInit(int n, long mode);
    +extern ColorMapObject* gifColorMapGrey(ColorMapObject* ColorMap, int n);
    +extern ColorMapObject* gifColorMapColor(ColorMapObject* ColorMap, int n, int nr, int ng, int nb);
    +/* prototype end */
    +
    +#endif /* GIF_FILE_H */
    +
    diff --git a/doc/Objects/index.html b/doc/Objects/index.html new file mode 100755 index 0000000..423dccf --- /dev/null +++ b/doc/Objects/index.html @@ -0,0 +1,11 @@ + + + +Objects on Eos + + + +

    Objects on Eos

    + + + diff --git a/doc/Objects/khorosData.html b/doc/Objects/khorosData.html new file mode 100644 index 0000000..4f6777c --- /dev/null +++ b/doc/Objects/khorosData.html @@ -0,0 +1,37 @@ +

    Update Time 02/03/13---05:38:28

    +
    + +

    Information from source codes

    +
    +
    +../src/lmrc2viff.c:
    +
    +
    + +

    khorosData.h

    +
    +
    +/*
    +# %M% %Y% %I%
    +# The latest update : %G% at %U%
    +#
    +#%Z% khorosData.h ver %I%
    +#%Z% Created by 
    +#%Z%
    +#%Z% Usage : khorosData.h 
    +#%Z% Attention
    +#%Z%
    +*/
    +
    +#include "image.h"
    +#include "kapputils/kapputils.h"
    +#include "kdatafmt/viff.h"
    + 
    +#include "mrcImage.h"
    +
    +/* prototype begin */
    +
    +extern int lmrc2viff(mrcImage* mrc, kobject viff);
    +
    +/* prototype end */
    +
    diff --git a/doc/Objects/largeIP.html b/doc/Objects/largeIP.html new file mode 100644 index 0000000..65ee802 --- /dev/null +++ b/doc/Objects/largeIP.html @@ -0,0 +1,218 @@ +

    Update Time 02/03/13---05:38:33

    +
    + +

    Information from source codes

    +
    +
    +../src/largeIPRead.c:
    +
    +../src/tkImgFmtlargeIP.c:
    +
    +
    + +

    largeIP.h

    +
    +
    +#ifndef LARGE_IP_H
    +#define LARGE_IP_H
    +
    +/* constant begin */
    +#define LARGE_IP_IMAGE_WIDTH (4000)
    +#define LARGE_IP_IMAGE_HEIGHT (8192)
    +/* constant end */ 
    +
    +/* struct begin */
    +typedef unsigned short largeIPImageType;
    +typedef long  largeIPParaTypeInteger;
    +typedef float largeIPParaTypeReal;
    +
    +typedef struct largeIPParaTypeIntCoord {
    +	largeIPParaTypeInteger x;
    +	largeIPParaTypeInteger y;
    +} largeIPParaTypeIntCoord;
    +
    +typedef struct largeIPImageInfo {
    +	largeIPParaTypeIntCoord start;
    +	largeIPParaTypeIntCoord step;
    +	largeIPParaTypeIntCoord length;
    +} largeIPSubImageInfo;
    +
    +#ifdef M68
    +typedef struct largeIP {
    +        char    name[10];
    +        char    vers[10];
    +        char    crnm[20];       /* Sample name */
    +        char    crsy[12];
    +        float   alng;
    +        float   blng;
    +        float   clng;
    +        float   alfa;
    +        float   beta;
    +        float   gamm;
    +        char    spgr[12];
    +        float   mosc;
    +        char    memo[80];       /* Film Cassette type */
    +        char    res1[84];
    +
    +        char    date[12];
    +        char    opnm[20];       /* Operator */
    +        char    trgt[4];        /* X-ray source */
    +        float   wlng;           /* Wave length */
    +        char    mcro[20];       /* Monochromator */
    +        float   m2ta;
    +        char    colm[20];       /* Collimator */
    +        char    filt[4];
    +        float   camr;           /* Camera length */
    +        float   vltg;           /* Acceralation */
    +        float   crnt;           /* Ring current */
    +        char    focs[12];       /* Beam line */
    +        char    optc[80];
    +        int             cyld;
    +        float   weis;           /* Coupling constant */
    +        char    res2[56];
    +
    +        char    mnax[4];
    +        char    bmax[4];
    +        float   phi0;           /* Speed of omega */
    +        float   phis;           /* Omega start */
    +        float   phie;           /* Omega end   */
    +        long    oscn;           /* Number of oscillations */
    +        float   fext;           /* Exposure time */
    +        float   drtx;           /* Beam position Y */
    +        float   drtz;           /* Beam position Z */
    +        float   omga;
    +        float   fkai;
    +        float   thta;
    +        float   mu;                     /* Mu */
    +        char    res3[204];
    +
    +        long    xpxl;           /* Number of pixel (drum scanning direction) */
    +        long    zpxl;           /* Number of pixel (drum axis direction) */
    +        float   xsiz;           /* Pixel size */
    +        float   zsiz;           /* pixel size */
    +        long    rlng;           /* Record length of drum scanning direction */
    +        long    rnum;           /* Number of record == Read Line */
    +        long    ipst;           /* Start line */
    +        long    ipnm;           /* IP number */
    +        float   rato;
    +        float   ft_1;
    +        float   ft_2;
    +        char    host[10];
    +        char    ip[10];
    +        int             dr_x;
    +        int             dr_z;
    +        int             drxz;
    +        char    res4[180];
    +
    +        char    file[16];
    +        char    cmnt[20];
    +        char    smpl[20];
    +        int             iext;
    +        int             reso;
    +        int             save;
    +        long    dint;
    +        int             byte;
    +        int             init;
    +        int             ipus;
    +        int             dexp;
    +        char    res5[936];
    +        char    res6[2048];
    +} largeIPHeader;
    +#else
    +typedef struct largeIPHeader {
    +        char    name[10];
    +        char    vers[10];
    +        char    crnm[20];       /* Sample name */
    +        char    crsy[12];
    +        unsigned char    alng[4]; /* float */
    +        unsigned char    blng[4]; /* float */                           
    +        unsigned char    clng[4]; /* float */
    +		unsigned char    alfa[4]; /* float */
    +        unsigned char    beta[4]; /* float */
    +		unsigned char    gamm[4]; /* float */
    +        char    spgr[12];
    +		unsigned char    mosc[4]; /* float */
    +        char    memo[80];       /* Film Cassette type */
    +        char    res1[84];
    +
    +        char    date[12];
    +        char    opnm[20];       /* Operator */
    +        char    trgt[4];        /* X-ray source */
    +        unsigned char    wlng[4];        /* Wave length */   /* float */
    +        char    mcro[20];       /* Monochromator */
    +        unsigned char    m2ta[4]; /* float */
    +        char    colm[20];       /* Collimator */
    +        char    filt[4];
    +        unsigned char    camr[4];        /* Camera length */ /* float */
    +        unsigned char    vltg[4];        /* Acceralation */ /* float */
    +        unsigned char    crnt[4];        /* Ring current */ /* float */
    +        char    focs[12];       /* Beam line */
    +        char    optc[80];
    +        unsigned char    cyld[4]; /* int */
    +        unsigned char    weis[4];        /* Coupling constant */ /* float */
    +        char    res2[56];
    +
    +        char    mnax[4];
    +        char    bmax[4];
    +        unsigned char    phi0[4];        /* Speed of omega */ /* float */
    +        unsigned char    phis[4];        /* Omega start */ /* float */
    +        unsigned char    phie[4];        /* Omega end   */ /* float */
    +        unsigned char    oscn[4];        /* Number of oscillations */ /* int (alpha) */
    +        unsigned char    fext[4];        /* Exposure time */ /* float */
    +        unsigned char    drtx[4];        /* Beam position Y */ /* float */
    +        unsigned char    drtz[4];        /* Beam position Z */ /* float */
    +		unsigned char    omga[4]; /* float */
    +        unsigned char    fkai[4]; /* float */
    +        unsigned char    thta[4]; /* float */
    +        unsigned char    mu[4];          /* Mu */ /* float */
    +        char    res3[204];
    +
    +        unsigned char    xpxl[4];        /* Number of pixel (drum scanning direction) */ /* int (alpha) */
    +        unsigned char    zpxl[4];        /* Number of pixel (drum axis direction) */ /* int (alpha) */
    +        unsigned char    xsiz[4];        /* Pixel size */ /* float */
    +		unsigned char    zsiz[4];        /* pixel size */ /* float */
    +		unsigned char    rlng[4];        /* Record length of drum scanning direction */ /* int (alpha) */
    +		unsigned char    rnum[4];        /* Number of record == Read Line */ /* int (alpha) */
    +        unsigned char    ipst[4];        /* Start line */ /* int (alpha) */
    +        unsigned char    ipnm[4];        /* IP number */ /* int (alpha) */
    +        unsigned char    rato[4]; /* float */
    +        unsigned char    ft_1[4]; /* float */
    +        unsigned char    ft_2[4]; /* float */
    +        char    host[10];
    +        char    ip[10];
    +        unsigned char    dr_x[4]; /* int */
    +        unsigned char    dr_z[4]; /* int */
    +        unsigned char    drxz[4]; /* int */
    +        char    res4[180];
    +
    +        char    file[16];
    +        char    cmnt[20];
    +        char    smpl[20];
    +        unsigned char   iext[4]; /* int */
    +        unsigned char   reso[4]; /* int */
    +        unsigned char   save[4]; /* int */
    +        unsigned char   dint[4]; /* int (alpha) */
    +        unsigned char   byte[4]; /* int */
    +        unsigned char   init[4]; /* int */
    +        unsigned char   ipus[4]; /* int */
    +        unsigned char   dexp[4]; /* int */
    +        char    res5[936];
    +        char    res6[2048];
    +} largeIPHeader;
    +#endif
    + 
    +typedef struct {
    +	largeIPHeader Header;
    +	unsigned short** Image;
    +} largeIP;
    +/* struct end */
    +
    +/* prototype begin */
    +extern void largeIPRead(largeIP* ip, FILE* fpt, largeIPSubImageInfo* info, long mode);
    +extern void largeIPImageRead(largeIP* ip, FILE* fpt, largeIPSubImageInfo* info, long mode);
    +extern void largeIPHeaderRead(largeIP* ip, FILE* fpt, long mode);
    +extern void largeIPInit(largeIP* ip, largeIPSubImageInfo* info, long mode);
    +extern void largeIPFree(largeIP* ip);
    +/* prototype end */
    +#endif
    +
    diff --git a/doc/Objects/llData.html b/doc/Objects/llData.html new file mode 100644 index 0000000..cec15fd --- /dev/null +++ b/doc/Objects/llData.html @@ -0,0 +1,387 @@ +

    Update Time 02/03/13---05:38:45

    +

    API(Application Interface)

    +
      +
    • llDataFileRead +
      llDataFileRead(
      + FILE* fptIn,
      + llData* llDataIn,
      + llDataParaTypeInteger* status
      + ) +
    • llDataFileWrite +
      llDataFileRead(
      + FILE* fptIn,
      + llData* llDataIn,
      + llDataParaTypeInteger* status
      + ) + +
    +
    + +

    Information from source codes

    +
    +
    +../src/llDataCheck.c:
    +
    +../src/llDataETC.c:
    +
    +../src/llDataError.c:
    +
    +../src/llDataGet.c:
    +
    +../src/llDataInfo.c:
    +
    +../src/llDataInit.c:
    +
    +../src/llDataIntensityInformationGet.c:
    +
    +../src/llDataPVM.c:
    +
    +../src/llDataRead.c:
    +
    +../src/llDataSet.c:
    +
    +../src/llDataUtil.c:
    +
    +../src/llDataWrite.c:
    +
    +../src/lll2ltlg.c:
    +
    +../src/lllDataAdd.c:
    +
    +../src/lllDataAverage.c:
    +
    +../src/lllDataAvgTo.c:
    +
    +../src/lllDataAxisSearch.c:
    +
    +../src/lllDataAxisSearch2.c:
    +
    +../src/lllDataAxisSearchAndAverage.c:
    +
    +../src/lllDataCTFCompensate.c:
    +
    +../src/lllDataCTFObservation.c:
    +
    +../src/lllDataCompare.c:
    +
    +../src/lllDataContributionCalcDifferentN.c:
    +
    +../src/lllDataDifferenceCalc.c:
    +
    +../src/lllDataEquatorAdd.c:
    +
    +../src/lllDataExtract.c:
    +
    +../src/lllDataFit.c:
    +
    +../src/lllDataFit2.c:
    +
    +../src/lllDataFitAndAverage.c:
    +
    +../src/lllDataFitMergedLL.c:
    +
    +../src/lllDataFitOut.c:
    +
    +../src/lllDataFitParamInverse.c:
    +
    +../src/lllDataFitUtil.c:
    +
    +../src/lllDataFitUtilPVM.c:
    +
    +../src/lllDataInterpolate.c:
    +
    +../src/lllDataLowPassFiltering.c:
    +
    +../src/lllDataMergeDifferentN.c:
    +
    +../src/lllDataMultiCTFCompensation.c:
    +
    +../src/lllDataPhaseShift.c:
    +
    +../src/lllDataPrint.c:
    +
    +../src/lllDataRescaling.c:
    +
    +../src/lllDataSingleCTFCompensation.c:
    +
    +../src/lllDataWeightSet.c:
    +
    +../src/lllDatarMaxLimit.c:
    +
    +
    + +

    llData.h

    +
    +
    +/*
    +# %M% %Y% %I%
    +# The latest update : %G% at %U%
    +#
    +#%Z% llData.h ver %I%
    +#%Z% Created by 
    +#%Z%
    +#%Z% Usage : llData.h 
    +#%Z% Attention
    +#%Z%
    +*       Edited by tacyas@tkyemg
    +*       1992.10.24-
    +*/    
    +
    +#ifndef LL_DATA_H
    +#define LL_DATA_H
    +
    +#include 
    +#include 
    +#include "ctfInfo.h"
    +
    +/* constant begin */
    +typedef unsigned int llDataStatusType;
    +
    +#define llDataStatusOK          ((llDataStatusType)0x00000000)
    +
    +/* ReferFile */
    +#define llDataCanNotReadFile    ((llDataStatusType)0x00010000);
    +#define llDataCanNotWriteFile   ((llDataStatusType)0x00010001);
    +
    +
    +#ifdef __LLDATAINIT__ 
    +char* llDataErrorMsgReferFile[] = {
    +    "File Pointer ",
    +    ""
    +};
    +
    +char* llDataReferenceData[] = {
    +"Amos,L.A. & Klug,A. J.Mol.Biol(1975),99,51-73",
    +"  Three-dimensional Image Reconstructions of the Contractile Tail of T4 Bacteriophage",
    +"  Appendix: Combination of Data from Helical Particles : Correlation and Selection",
    +"              Amos,L.A",
    +"              delta(theta)= -n*delta(phi) + 2*PI*Z*delta(z)",
    +"                Klug,A. Crick,A., F.H.C. & Wyckoff,H.W. Acta Crystallogr.sect.(1958),11,199-213",
    +NULL
    +}; 
    +
    +#else
    +extern char* llDataErrorMsgReferFile[];
    +extern char* llDataReferenceData[]; 
    +#endif
    +
    +#define DefaultStringLength (256)
    +#define NearSide    (0)
    +#define FarSide     (1)
    +#define AverageSide (2)
    +#define SidePosition (14)
    +#define CommentLength  (80)
    +#define WeightPosition (SidePosition+4+CommentLength)
    +#define NNPosition     (WeightPosition+12)
    +#define NLPosition     (NNPosition+5)
    +#define LLDataFormat  "%12.5e%12.5e%12.5e\n"
    +#define LLDataFormat0 "%12.5e%12.5e%12.5e"
    +#define LLDataFormat1 "%12.5e %12.5e %12.5e"
    +#define RRPosition     (0)
    +#define FPosition      (RRPosition+12)
    +#define PHIPosition    (FPosition +12)
    +
    +
    +#define PVALUE_MODE  (0x01)
    +#define QVALUE_MODE  (0x02)
    +#define RVALUE_MODE  (0x04)
    +#define Q2VALUE_MODE (0x08)
    +
    +typedef int   llDataParaTypeInteger;
    +typedef float llDataParaTypeReal;
    +typedef enum llDataPole {
    +	llDataPoleNormal = 0,
    +	llDataPoleAnti   = 1
    +} llDataPole;
    +
    +typedef enum llDataMode {
    +    llDataModeMemoryNotAllocate = 0, 
    +    llDataModeMemoryAllocate = 1
    +} llDataMode;
    +/* contant end */
    +
    +/* struct begin */
    +
    +typedef struct llComplex {
    +    llDataParaTypeReal      R;  /* Spherical R */ 
    +    llDataParaTypeReal      RR; /* Radial R    */ 
    +    llDataParaTypeReal      F;  /* F*exp(PHI)  */
    +    llDataParaTypeReal      PHI;
    +    llDataParaTypeReal      Re; /* Re + i * Im */
    +    llDataParaTypeReal      Im;
    +} llComplex;
    +
    +typedef struct oneLLData {
    +    char					Head[DefaultStringLength]; /* Comment */
    +	llDataParaTypeReal      Weight;  /* Weight of This Layer Line */
    +    llDataParaTypeInteger   nn;      /* The [n] dim. Bessel function */
    +    llDataParaTypeInteger   nl;      /* The [l]th layer line  */
    +    llDataParaTypeInteger   nm;      /* [l] = t*[n]+s*[m] */
    +    llComplex*              data;    /* Layer line data */
    +	llDataParaTypeInteger   Side;    /* Near/Far Side/Average */
    +    llDataParaTypeInteger   nR;      /* Number of layer line data */
    +
    +	llDataParaTypeReal     Z;   
    +	llDataParaTypeInteger iZ;
    +	llDataParaTypeReal     RMin; /* Radial R Info */
    +	llDataParaTypeInteger iRMin;
    +	llDataParaTypeReal     RMax;
    +	llDataParaTypeInteger iRMax;
    +	llDataParaTypeReal    delBR;
    +	llDataParaTypeReal    Fmax;  /* Fmax */
    +    long dummy;
    +} oneLLData;
    +
    +typedef struct llData {
    +    llDataMode            mode;
    +    llDataParaTypeInteger llMax;
    +    llDataParaTypeInteger nRMax;
    +    llDataParaTypeReal    truePitch;
    +    llDataParaTypeReal    Weight;
    +    llDataParaTypeReal    rScale;
    +	llDataPole            Pole;
    +	llDataParaTypeReal    Side;
    +	llDataParaTypeInteger RRInfoSet;
    +	llDataParaTypeInteger FmaxSet;
    +	llDataParaTypeInteger RValueSet;
    +	llDataParaTypeInteger ZValueSet;
    +    oneLLData* LL;
    +} llData;
    +
    +typedef struct llDataBoth {
    +	llData Nea;
    +	llData Far;
    +} llDataBoth;
    +
    +typedef struct llDataAttributes {
    +    llDataMode            mode;
    +    llDataParaTypeInteger llMax;
    +    llDataParaTypeInteger nRMax;
    +    llDataParaTypeReal    truePitch;
    +    llDataParaTypeReal    Weight;
    +    llDataParaTypeReal    rScale;
    +	llDataPole            Pole;
    +	llDataParaTypeReal    Side;
    +    oneLLData* LL;
    +} llDataAttributes;
    +
    +/* in llDataIntensityInformationGet.c */
    +typedef struct onelllDataIntensityInformation {
    +	int LL;
    +	int n;
    +	int l;
    +	int flagI;
    +	double I;
    +	int flagPeak;
    +	double Peak;
    +} onelllDataIntensityInformation;
    +
    +typedef struct lllDataIntensityInformation {
    +	onelllDataIntensityInformation* onedata;
    +    llDataParaTypeInteger llMax;
    +} lllDataIntensityInformation;
    +
    +/* struct end */
    +
    +
    +/* prototype begin */
    +#ifdef __cplusplus
    +extern "C" {
    +#endif
    +
    +/* in llDataRead.c */
    +extern void llDataFileRead(FILE* fpt, llData* ll, llDataParaTypeInteger* status);
    +extern void llDataFileReadFollowingllData(FILE* fpt, llData* ll, llData* Ref, llDataParaTypeInteger* status);
    +extern void llDataFileReadFollowingAttributes(FILE* fpt, llData* ll, llDataAttributes* attr, llDataParaTypeInteger* status);
    +
    +/* in llDataWrite.c */
    +extern void llDataFileWrite(FILE* fpt, llData* ll, llDataParaTypeInteger* status);
    +
    +/* in llDataInit.c */
    +extern void llDataInit(llData* ll);
    +extern void llDataInitWithReference(llData* ll, llData* ref);
    +extern void llDataInitWithReference2(llData* ll, llData* ref, int side);
    +extern void llDataHeaderInit(llData* ll);
    +extern void llDataDataInit(llData* ll);
    +extern void llDataFree(llData* ll);
    +extern void llDataHeaderFree(llData* ll);
    +extern void llDataDataFree(llData* ll);
    +
    +/* in llDataInfo.c */
    +extern void llDataInfoPrint(FILE* fpt, llData* ll, long WhichLayer, long WhatInfo);
    +extern void llDataInfoPrintUsage(FILE* fpt);
    +
    +/* in llDataUtil.c */
    +extern void llDataRValueSet(llData* dst, int mode);
    +extern void llDataFmaxSet(llData* dst, int mode);
    +extern void llDataZValueSet(llData* dst, int mode);
    +
    +extern llDataParaTypeInteger* llDataTableBetweenTwollDataCreate(llData* ll1, llData* ll2, int mode);
    +
    +extern inline llDataParaTypeReal nearSidePhaseGet(llDataParaTypeReal phase, 
    +    llDataParaTypeInteger nn, 
    +    llDataParaTypeInteger side, 
    +    llDataParaTypeInteger pole);
    +extern inline llDataParaTypeReal farSidePhaseGet(llDataParaTypeReal phase, 
    +    llDataParaTypeInteger nn, 
    +    llDataParaTypeInteger side, 
    +    llDataParaTypeInteger pole);
    +extern void lllDataAttributeCopy(llData* ll1, llData* ll2);
    +extern void lllDataHeaderCopy(llData* ll1, llData* ll2);
    +extern void lllDataCopy(llData* ll1, llData* ll2);
    +extern void lllDataClear(llData* ll1);
    +extern void lllDataMul(llData* ll1, llData* ll2);
    +extern void lllDataPoleSet(llData* ll1, llDataPole pole);
    +extern void lllDataSideSet(llData* ll1, llDataParaTypeInteger Side);
    +extern void lllDataMultiplyReal(llData* ll1, llDataParaTypeReal f);
    +extern void lllDataDevidedByReal(llData* ll1, llDataParaTypeReal f);
    +
    +/* in lllDataAdd.c */
    +extern void lllDataAdd(llData* ll1, llData* ll2);
    +extern void lllDataAdd2(llData* ll, llData* ll1, llData* ll2);
    +
    +/* in lllDataAvgTo */
    +extern void lllDataAvgTo(llData* dst, llData* src, llDataParaTypeInteger Side);
    +extern void lllDataAvgToNea(llData* nea, llData* avg);
    +extern void lllDataAvgToFar(llData* far, llData* avg);
    +
    +/* lllDataWeightSet.c */
    +extern void lllDataWeightSet(FILE* fpt, llData* ll, llDataParaTypeReal w, long mode); 
    +					/* FILE FORMAT 
    +					   nn nl weight
    +					   ............
    +					   Mode 0: llData.LL[].Weight = 0 without Definition 
    +					*/
    +
    +/* llDataGet.c */
    +extern inline long llDataValueGet(llData* ll, long l, double R, double* re, double *im);
    +extern inline long llDataValueGet2(llData* ll, long nn, long nl, double R, double* re, double *im);
    +extern long llDataLayerNumberGet(llData* ll, long n, long l);
    +extern long llDataNLNumberGet(llData* ll);
    +
    +/* llDataSet.c */
    +extern void llDataFandPHISet(llData* ll);
    +extern void llDataReAndImSet(llData* ll);
    +extern void llDataRRSet(llData* ll);
    +extern void llDataRRInfoSet(llData* ll);
    +extern void llDataAttributesSet2(llData* dst, llData* src);
    +
    +/* llDataCheck.c */
    +extern long llDataSizeCheck(llData* ll1, llData* ll2, char* message);
    +
    +/* in llDataIntensityInformationGet.c */
    +extern void lllDataIntensityInformationGet(llData* in, lllDataIntensityInformation* data, int mode);
    +
    +/* in llDataError.h */
    +extern void llDataError(char* s);
    +extern void llDataErrorMessage(void);
    +
    +#ifdef __cplusplus
    +};
    +#endif
    +
    +/* prototype end */
    +
    +#endif /* LL_DATA_H */ 
    +
    +
    diff --git a/doc/Objects/ltlgData.html b/doc/Objects/ltlgData.html new file mode 100644 index 0000000..5a41157 --- /dev/null +++ b/doc/Objects/ltlgData.html @@ -0,0 +1,144 @@ +

    Update Time 02/03/13---05:38:52

    + + + ltlgData + + +

    ltlgData

    + + + +
    + +

    Information from source codes

    +
    +
    +../src/lltlg2mrc.c:
    +
    +../src/ltlgDataAllocate.c:
    +
    +../src/ltlgDataGet.c:
    +
    +../src/ltlgDataPrint.c:
    +
    +../src/ltlgDataReadFile.c:
    +
    +../src/ltlgDataWeightModify.c:
    +
    +../src/ltlgDataWriteFile.c:
    +
    +
    + +

    ltlgData.h

    +
    +
    +#ifndef LTLG_DATA_H
    +#define LTLG_DATA_H
    +
    +/*
    +* ltlgData.h
    +*
    +*
    +*/
    +#include 
    +
    +/* constant begin */                        
    +#define LTLG_TITLE_LENGTH (80)
    +#define LTLG_SIDE_LENGTH  ( 4)
    +#define LTLG_FTN_RECORD   (64*4)
    +/* constant end */
    +
    +/* struct begin */
    +typedef short ltlgDataParaTypeInteger; 
    +typedef float ltlgDataParaTypeReal; 
    +
    +typedef enum ltlgDataHow {
    +	ltlgDataHowNearest,
    +	ltlgDataHowLinear
    +} ltlgDataHow;
    +
    +typedef enum ltlgDataType {
    +	ltlgDataTypeRePart,
    +	ltlgDataTypeImPart,
    +	ltlgDataTypeMag,
    +	ltlgDataTypePhase
    +} ltlgDataType;
    +
    +typedef struct ltlgDataLLDataInfo {
    +    ltlgDataParaTypeInteger  NN;
    +    ltlgDataParaTypeInteger  NL;
    +    ltlgDataParaTypeReal     WT;
    +} ltlgDataLLDataInfo;
    +
    +typedef struct ltlgDataLLData {
    +	ltlgDataParaTypeReal r;
    +    ltlgDataParaTypeReal Re;
    +    ltlgDataParaTypeReal Im;
    +}ltlgDataLLData;
    +
    +typedef struct ltlgDataParaInfo {
    +    ltlgDataParaTypeReal    d;
    +    ltlgDataParaTypeReal    Min;
    +    ltlgDataParaTypeReal    Max;
    +    ltlgDataParaTypeInteger n;
    +    ltlgDataParaTypeInteger dummy;
    +} ltlgDataParaInfo;
    +
    +typedef struct ltlgData {
    +    char title1[LTLG_TITLE_LENGTH+1];
    +    char title2[LTLG_TITLE_LENGTH+1];
    +    char side[LTLG_SIDE_LENGTH+1];
    +    ltlgDataParaInfo R;
    +    ltlgDataParaInfo ll;
    +    ltlgDataParaInfo r;
    +    ltlgDataLLDataInfo* llInfo;
    +    ltlgDataLLData** ltlg;
    +} ltlgData;
    +/* struct end */
    +
    +/* prototype begin */
    +/* Utilty Funcitions */
    +#define ltlgDataFileRead  ltlgDataReadFile
    +#define ltlgDataFileWrite ltlgDataWriteFile
    +
    +extern void ltlgDataReadFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataWriteFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +
    +extern void ltlgDataPrint(FILE* fpt, ltlgData ltlg, ltlgDataParaTypeInteger mode);
    +extern void ltlgDataPrintInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllData(FILE* fpt, ltlgData ltlg);
    +
    +extern void ltlgDataAllocate(ltlgData* ltlg, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataFree(ltlgData* ltlg);
    +
    +extern void ltlgDataWeightModifyFromFile(ltlgData* ltlg, FILE* fpt, long mode);
    +extern void ltlgDataWeightModify(ltlgData* ltlg, ltlgDataLLDataInfo Weight, long mode);
    +extern void ltlgDataWeightOfNEqualLOnly(ltlgData* ltlg);
    +
    +
    +
    +extern long
    +ltlgDataLNumberGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l);
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l,
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +						 
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet2(ltlgData* ltlg,
    +			 long ll,                       /* layer */
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +
    +/* prototype end */
    +#endif /* LTLG_DATA_H */
    +
    diff --git a/doc/Objects/ltlgData.html.BACKUP.14673.html b/doc/Objects/ltlgData.html.BACKUP.14673.html new file mode 100644 index 0000000..20ed885 --- /dev/null +++ b/doc/Objects/ltlgData.html.BACKUP.14673.html @@ -0,0 +1,148 @@ +<<<<<<< HEAD +

    Update Time 03/13/11---18:05:00

    +======= +

    Update Time 06/04/11---12:14:40

    +>>>>>>> origin/master + + + ltlgData + + +

    ltlgData

    + + + +
    + +

    Information from source codes

    +
    +
    +../src/lltlg2mrc.c:
    +
    +../src/ltlgDataAllocate.c:
    +
    +../src/ltlgDataGet.c:
    +
    +../src/ltlgDataPrint.c:
    +
    +../src/ltlgDataReadFile.c:
    +
    +../src/ltlgDataWeightModify.c:
    +
    +../src/ltlgDataWriteFile.c:
    +
    +
    + +

    ltlgData.h

    +
    +
    +#ifndef LTLG_DATA_H
    +#define LTLG_DATA_H
    +
    +/*
    +* ltlgData.h
    +*
    +*
    +*/
    +#include 
    +
    +/* constant begin */                        
    +#define LTLG_TITLE_LENGTH (80)
    +#define LTLG_SIDE_LENGTH  ( 4)
    +#define LTLG_FTN_RECORD   (64*4)
    +/* constant end */
    +
    +/* struct begin */
    +typedef short ltlgDataParaTypeInteger; 
    +typedef float ltlgDataParaTypeReal; 
    +
    +typedef enum ltlgDataHow {
    +	ltlgDataHowNearest,
    +	ltlgDataHowLinear
    +} ltlgDataHow;
    +
    +typedef enum ltlgDataType {
    +	ltlgDataTypeRePart,
    +	ltlgDataTypeImPart,
    +	ltlgDataTypeMag,
    +	ltlgDataTypePhase
    +} ltlgDataType;
    +
    +typedef struct ltlgDataLLDataInfo {
    +    ltlgDataParaTypeInteger  NN;
    +    ltlgDataParaTypeInteger  NL;
    +    ltlgDataParaTypeReal     WT;
    +} ltlgDataLLDataInfo;
    +
    +typedef struct ltlgDataLLData {
    +	ltlgDataParaTypeReal r;
    +    ltlgDataParaTypeReal Re;
    +    ltlgDataParaTypeReal Im;
    +}ltlgDataLLData;
    +
    +typedef struct ltlgDataParaInfo {
    +    ltlgDataParaTypeReal    d;
    +    ltlgDataParaTypeReal    Min;
    +    ltlgDataParaTypeReal    Max;
    +    ltlgDataParaTypeInteger n;
    +    ltlgDataParaTypeInteger dummy;
    +} ltlgDataParaInfo;
    +
    +typedef struct ltlgData {
    +    char title1[LTLG_TITLE_LENGTH+1];
    +    char title2[LTLG_TITLE_LENGTH+1];
    +    char side[LTLG_SIDE_LENGTH+1];
    +    ltlgDataParaInfo R;
    +    ltlgDataParaInfo ll;
    +    ltlgDataParaInfo r;
    +    ltlgDataLLDataInfo* llInfo;
    +    ltlgDataLLData** ltlg;
    +} ltlgData;
    +/* struct end */
    +
    +/* prototype begin */
    +/* Utilty Funcitions */
    +#define ltlgDataFileRead  ltlgDataReadFile
    +#define ltlgDataFileWrite ltlgDataWriteFile
    +
    +extern void ltlgDataReadFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataWriteFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +
    +extern void ltlgDataPrint(FILE* fpt, ltlgData ltlg, ltlgDataParaTypeInteger mode);
    +extern void ltlgDataPrintInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllData(FILE* fpt, ltlgData ltlg);
    +
    +extern void ltlgDataAllocate(ltlgData* ltlg, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataFree(ltlgData* ltlg);
    +
    +extern void ltlgDataWeightModifyFromFile(ltlgData* ltlg, FILE* fpt, long mode);
    +extern void ltlgDataWeightModify(ltlgData* ltlg, ltlgDataLLDataInfo Weight, long mode);
    +extern void ltlgDataWeightOfNEqualLOnly(ltlgData* ltlg);
    +
    +
    +
    +extern long
    +ltlgDataLNumberGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l);
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l,
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +						 
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet2(ltlgData* ltlg,
    +			 long ll,                       /* layer */
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +
    +/* prototype end */
    +#endif /* LTLG_DATA_H */
    +
    diff --git a/doc/Objects/ltlgData.html.BASE.14673.html b/doc/Objects/ltlgData.html.BASE.14673.html new file mode 100644 index 0000000..0102e60 --- /dev/null +++ b/doc/Objects/ltlgData.html.BASE.14673.html @@ -0,0 +1,131 @@ +

    Update Time 07/12/10---17:49:08

    + + + ltlgData + + +

    ltlgData

    + + + +
    + +

    Information from source codes

    +
    +
    +
    +
    + +

    ltlgData.h

    +
    +
    +#ifndef LTLG_DATA_H
    +#define LTLG_DATA_H
    +
    +/*
    +* ltlgData.h
    +*
    +*
    +*/
    +#include 
    +
    +/* constant begin */                        
    +#define LTLG_TITLE_LENGTH (80)
    +#define LTLG_SIDE_LENGTH  ( 4)
    +#define LTLG_FTN_RECORD   (64*4)
    +/* constant end */
    +
    +/* struct begin */
    +typedef short ltlgDataParaTypeInteger; 
    +typedef float ltlgDataParaTypeReal; 
    +
    +typedef enum ltlgDataHow {
    +	ltlgDataHowNearest,
    +	ltlgDataHowLinear
    +} ltlgDataHow;
    +
    +typedef enum ltlgDataType {
    +	ltlgDataTypeRePart,
    +	ltlgDataTypeImPart,
    +	ltlgDataTypeMag,
    +	ltlgDataTypePhase
    +} ltlgDataType;
    +
    +typedef struct ltlgDataLLDataInfo {
    +    ltlgDataParaTypeInteger  NN;
    +    ltlgDataParaTypeInteger  NL;
    +    ltlgDataParaTypeReal     WT;
    +} ltlgDataLLDataInfo;
    +
    +typedef struct ltlgDataLLData {
    +	ltlgDataParaTypeReal r;
    +    ltlgDataParaTypeReal Re;
    +    ltlgDataParaTypeReal Im;
    +}ltlgDataLLData;
    +
    +typedef struct ltlgDataParaInfo {
    +    ltlgDataParaTypeReal    d;
    +    ltlgDataParaTypeReal    Min;
    +    ltlgDataParaTypeReal    Max;
    +    ltlgDataParaTypeInteger n;
    +    ltlgDataParaTypeInteger dummy;
    +} ltlgDataParaInfo;
    +
    +typedef struct ltlgData {
    +    char title1[LTLG_TITLE_LENGTH+1];
    +    char title2[LTLG_TITLE_LENGTH+1];
    +    char side[LTLG_SIDE_LENGTH+1];
    +    ltlgDataParaInfo R;
    +    ltlgDataParaInfo ll;
    +    ltlgDataParaInfo r;
    +    ltlgDataLLDataInfo* llInfo;
    +    ltlgDataLLData** ltlg;
    +} ltlgData;
    +/* struct end */
    +
    +/* prototype begin */
    +/* Utilty Funcitions */
    +#define ltlgDataFileRead  ltlgDataReadFile
    +#define ltlgDataFileWrite ltlgDataWriteFile
    +
    +extern void ltlgDataReadFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataWriteFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +
    +extern void ltlgDataPrint(FILE* fpt, ltlgData ltlg, ltlgDataParaTypeInteger mode);
    +extern void ltlgDataPrintInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllData(FILE* fpt, ltlgData ltlg);
    +
    +extern void ltlgDataAllocate(ltlgData* ltlg, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataFree(ltlgData* ltlg);
    +
    +extern void ltlgDataWeightModifyFromFile(ltlgData* ltlg, FILE* fpt, long mode);
    +extern void ltlgDataWeightModify(ltlgData* ltlg, ltlgDataLLDataInfo Weight, long mode);
    +extern void ltlgDataWeightOfNEqualLOnly(ltlgData* ltlg);
    +
    +
    +
    +extern long
    +ltlgDataLNumberGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l);
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l,
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +						 
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet2(ltlgData* ltlg,
    +			 long ll,                       /* layer */
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +
    +/* prototype end */
    +#endif /* LTLG_DATA_H */
    +
    diff --git a/doc/Objects/ltlgData.html.LOCAL.14673.html b/doc/Objects/ltlgData.html.LOCAL.14673.html new file mode 100644 index 0000000..2797449 --- /dev/null +++ b/doc/Objects/ltlgData.html.LOCAL.14673.html @@ -0,0 +1,144 @@ +

    Update Time 03/13/11---18:05:00

    + + + ltlgData + + +

    ltlgData

    + + + +
    + +

    Information from source codes

    +
    +
    +../src/lltlg2mrc.c:
    +
    +../src/ltlgDataAllocate.c:
    +
    +../src/ltlgDataGet.c:
    +
    +../src/ltlgDataPrint.c:
    +
    +../src/ltlgDataReadFile.c:
    +
    +../src/ltlgDataWeightModify.c:
    +
    +../src/ltlgDataWriteFile.c:
    +
    +
    + +

    ltlgData.h

    +
    +
    +#ifndef LTLG_DATA_H
    +#define LTLG_DATA_H
    +
    +/*
    +* ltlgData.h
    +*
    +*
    +*/
    +#include 
    +
    +/* constant begin */                        
    +#define LTLG_TITLE_LENGTH (80)
    +#define LTLG_SIDE_LENGTH  ( 4)
    +#define LTLG_FTN_RECORD   (64*4)
    +/* constant end */
    +
    +/* struct begin */
    +typedef short ltlgDataParaTypeInteger; 
    +typedef float ltlgDataParaTypeReal; 
    +
    +typedef enum ltlgDataHow {
    +	ltlgDataHowNearest,
    +	ltlgDataHowLinear
    +} ltlgDataHow;
    +
    +typedef enum ltlgDataType {
    +	ltlgDataTypeRePart,
    +	ltlgDataTypeImPart,
    +	ltlgDataTypeMag,
    +	ltlgDataTypePhase
    +} ltlgDataType;
    +
    +typedef struct ltlgDataLLDataInfo {
    +    ltlgDataParaTypeInteger  NN;
    +    ltlgDataParaTypeInteger  NL;
    +    ltlgDataParaTypeReal     WT;
    +} ltlgDataLLDataInfo;
    +
    +typedef struct ltlgDataLLData {
    +	ltlgDataParaTypeReal r;
    +    ltlgDataParaTypeReal Re;
    +    ltlgDataParaTypeReal Im;
    +}ltlgDataLLData;
    +
    +typedef struct ltlgDataParaInfo {
    +    ltlgDataParaTypeReal    d;
    +    ltlgDataParaTypeReal    Min;
    +    ltlgDataParaTypeReal    Max;
    +    ltlgDataParaTypeInteger n;
    +    ltlgDataParaTypeInteger dummy;
    +} ltlgDataParaInfo;
    +
    +typedef struct ltlgData {
    +    char title1[LTLG_TITLE_LENGTH+1];
    +    char title2[LTLG_TITLE_LENGTH+1];
    +    char side[LTLG_SIDE_LENGTH+1];
    +    ltlgDataParaInfo R;
    +    ltlgDataParaInfo ll;
    +    ltlgDataParaInfo r;
    +    ltlgDataLLDataInfo* llInfo;
    +    ltlgDataLLData** ltlg;
    +} ltlgData;
    +/* struct end */
    +
    +/* prototype begin */
    +/* Utilty Funcitions */
    +#define ltlgDataFileRead  ltlgDataReadFile
    +#define ltlgDataFileWrite ltlgDataWriteFile
    +
    +extern void ltlgDataReadFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataWriteFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +
    +extern void ltlgDataPrint(FILE* fpt, ltlgData ltlg, ltlgDataParaTypeInteger mode);
    +extern void ltlgDataPrintInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllData(FILE* fpt, ltlgData ltlg);
    +
    +extern void ltlgDataAllocate(ltlgData* ltlg, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataFree(ltlgData* ltlg);
    +
    +extern void ltlgDataWeightModifyFromFile(ltlgData* ltlg, FILE* fpt, long mode);
    +extern void ltlgDataWeightModify(ltlgData* ltlg, ltlgDataLLDataInfo Weight, long mode);
    +extern void ltlgDataWeightOfNEqualLOnly(ltlgData* ltlg);
    +
    +
    +
    +extern long
    +ltlgDataLNumberGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l);
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l,
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +						 
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet2(ltlgData* ltlg,
    +			 long ll,                       /* layer */
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +
    +/* prototype end */
    +#endif /* LTLG_DATA_H */
    +
    diff --git a/doc/Objects/ltlgData.html.REMOTE.14673.html b/doc/Objects/ltlgData.html.REMOTE.14673.html new file mode 100644 index 0000000..408b23e --- /dev/null +++ b/doc/Objects/ltlgData.html.REMOTE.14673.html @@ -0,0 +1,144 @@ +

    Update Time 06/04/11---12:14:40

    + + + ltlgData + + +

    ltlgData

    + + + +
    + +

    Information from source codes

    +
    +
    +../src/lltlg2mrc.c:
    +
    +../src/ltlgDataAllocate.c:
    +
    +../src/ltlgDataGet.c:
    +
    +../src/ltlgDataPrint.c:
    +
    +../src/ltlgDataReadFile.c:
    +
    +../src/ltlgDataWeightModify.c:
    +
    +../src/ltlgDataWriteFile.c:
    +
    +
    + +

    ltlgData.h

    +
    +
    +#ifndef LTLG_DATA_H
    +#define LTLG_DATA_H
    +
    +/*
    +* ltlgData.h
    +*
    +*
    +*/
    +#include 
    +
    +/* constant begin */                        
    +#define LTLG_TITLE_LENGTH (80)
    +#define LTLG_SIDE_LENGTH  ( 4)
    +#define LTLG_FTN_RECORD   (64*4)
    +/* constant end */
    +
    +/* struct begin */
    +typedef short ltlgDataParaTypeInteger; 
    +typedef float ltlgDataParaTypeReal; 
    +
    +typedef enum ltlgDataHow {
    +	ltlgDataHowNearest,
    +	ltlgDataHowLinear
    +} ltlgDataHow;
    +
    +typedef enum ltlgDataType {
    +	ltlgDataTypeRePart,
    +	ltlgDataTypeImPart,
    +	ltlgDataTypeMag,
    +	ltlgDataTypePhase
    +} ltlgDataType;
    +
    +typedef struct ltlgDataLLDataInfo {
    +    ltlgDataParaTypeInteger  NN;
    +    ltlgDataParaTypeInteger  NL;
    +    ltlgDataParaTypeReal     WT;
    +} ltlgDataLLDataInfo;
    +
    +typedef struct ltlgDataLLData {
    +	ltlgDataParaTypeReal r;
    +    ltlgDataParaTypeReal Re;
    +    ltlgDataParaTypeReal Im;
    +}ltlgDataLLData;
    +
    +typedef struct ltlgDataParaInfo {
    +    ltlgDataParaTypeReal    d;
    +    ltlgDataParaTypeReal    Min;
    +    ltlgDataParaTypeReal    Max;
    +    ltlgDataParaTypeInteger n;
    +    ltlgDataParaTypeInteger dummy;
    +} ltlgDataParaInfo;
    +
    +typedef struct ltlgData {
    +    char title1[LTLG_TITLE_LENGTH+1];
    +    char title2[LTLG_TITLE_LENGTH+1];
    +    char side[LTLG_SIDE_LENGTH+1];
    +    ltlgDataParaInfo R;
    +    ltlgDataParaInfo ll;
    +    ltlgDataParaInfo r;
    +    ltlgDataLLDataInfo* llInfo;
    +    ltlgDataLLData** ltlg;
    +} ltlgData;
    +/* struct end */
    +
    +/* prototype begin */
    +/* Utilty Funcitions */
    +#define ltlgDataFileRead  ltlgDataReadFile
    +#define ltlgDataFileWrite ltlgDataWriteFile
    +
    +extern void ltlgDataReadFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataWriteFile(FILE* fpt, ltlgData* ltlg, ltlgDataParaTypeInteger mode, ltlgDataParaTypeInteger* status);
    +
    +extern void ltlgDataPrint(FILE* fpt, ltlgData ltlg, ltlgDataParaTypeInteger mode);
    +extern void ltlgDataPrintInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllInfo(FILE* fpt, ltlgData ltlg);
    +extern void ltlgDataPrintllData(FILE* fpt, ltlgData ltlg);
    +
    +extern void ltlgDataAllocate(ltlgData* ltlg, ltlgDataParaTypeInteger* status);
    +extern void ltlgDataFree(ltlgData* ltlg);
    +
    +extern void ltlgDataWeightModifyFromFile(ltlgData* ltlg, FILE* fpt, long mode);
    +extern void ltlgDataWeightModify(ltlgData* ltlg, ltlgDataLLDataInfo Weight, long mode);
    +extern void ltlgDataWeightOfNEqualLOnly(ltlgData* ltlg);
    +
    +
    +
    +extern long
    +ltlgDataLNumberGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l);
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet(ltlgData* ltlg,
    +			 ltlgDataParaTypeInteger n,
    +			 ltlgDataParaTypeInteger l,
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +						 
    +
    +extern ltlgDataParaTypeReal
    +ltlgDataGet2(ltlgData* ltlg,
    +			 long ll,                       /* layer */
    +			 ltlgDataParaTypeReal r,
    +			 ltlgDataParaTypeReal* data,
    +		     ltlgDataType type, ltlgDataHow how);
    +
    +/* prototype end */
    +#endif /* LTLG_DATA_H */
    +
    diff --git a/doc/Objects/mapFile.html b/doc/Objects/mapFile.html new file mode 100644 index 0000000..a2605a3 --- /dev/null +++ b/doc/Objects/mapFile.html @@ -0,0 +1,53 @@ +

    Update Time 02/03/13---05:38:56

    +
    + +

    Information from source codes

    +
    +
    +../src/mapFileRead.c:
    +
    +
    + +

    mapFile.h

    +
    +
    +/*
    +# %M% %Y% %I%
    +# The latest update : %G% at %U%
    +#
    +#%Z% mapFile.h ver %I%
    +#%Z% Created by 
    +#%Z%
    +#%Z% Usage : mapFile.h 
    +#%Z% Attention
    +#%Z%
    +*/
    +
    +/* struct begin */
    +
    +typedef struct mapFileShortCoord {
    +	short x;
    +	short y;
    +	short z;
    +} mapShortCoord;
    +
    +typedef struct mapFileHeader {
    +	mapShortCoord Start;
    +	mapShortCoord N;
    +	mapShortCoord M;
    +	mapShortCoord Length;
    +	mapShortCoord Angle;
    +	short prod;
    +	short plus;
    +	short i1;
    +	short i2;
    +	short dummy[256-19];
    +} mapFileHeader;
    +
    +typedef struct mapFile {
    +	mapFileHeader Header;
    +	unsigned char* Image;
    +} mapFile;
    +
    +/* struct end */
    +
    diff --git a/doc/Objects/mrcImage.html b/doc/Objects/mrcImage.html new file mode 100644 index 0000000..44ac17c --- /dev/null +++ b/doc/Objects/mrcImage.html @@ -0,0 +1,895 @@ + + + mrcImage + + +

    mrcImage

    +

    Update Time 02/05/13---08:18:03

    +

    Concept

    + mrcImage.h +

    Data Structure

    +

    Member Function

    +