OSDN Git Service

new file: Integration/Averaging2D/* v2.0.14.p000
authorTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Fri, 23 May 2014 21:59:50 +0000 (06:59 +0900)
committerTakuo Yasunaga <yasunaga@bio.kyutech.ac.jp>
Fri, 23 May 2014 21:59:50 +0000 (06:59 +0900)
commitf9432c7830c3cf3df83cfcf0d9994b1e2478f476
tree7788fa88c0a9d30401d8474181985ad4b79d5b2c
parent87635c2a1d1be8f98865ed5cd9531b92d1ac0eaf
new file:   Integration/Averaging2D/*
new file:   include/eosFunc.h
modified:   include/lmrc2Dto3D.h
modified:   include/lmrcImageRhoFiltering.h
Add RhoFiltering Mode
modified:   src/Objects/DataManip/mrcImage/src/lmrcImageRhoFiltering.c
modified:   src/Objects/DataManip/mrcImage/src/lmrcImageRhoFiltering.h
modified:   src/Objects/DataManip/transform/src/lmrc2Dto3D.c
modified:   src/Objects/DataManip/transform/src/lmrc2Dto3D.h
Add New Objects, eosFunc : sinc, rect
new file:   src/Objects/General/eosFunc/*
modified:   src/Tools/Config/Define.inc
typechange: src/Tools/Makefile
Add RhoFiltering
modified:   src/Tools/rec3d/mrc2Dto3D/Config/OptionControlFile
typechange: src/Tools/rec3d/mrc2Dto3D/Makefile
modified:   src/Tools/rec3d/mrc2Dto3D/inc/mrc2Dto3D.h
75 files changed:
Integration/Averaging2D/Makefile [new file with mode: 0644]
Integration/Averaging2D/test/121p.mrc [new file with mode: 0644]
Integration/Averaging2D/test/121p.pdb [new file with mode: 0755]
Integration/Averaging2D/test/121p.pdb.move [new file with mode: 0644]
bin/wish/Display2/tclIndex
hostdepend/X86LINUX64/bin/X86LINUX64/mrc2Dto3D
hostdepend/X86LINUX64/lib/X86LINUX64/libEosObjects.a
hostdepend/X86LINUX64/lib/X86LINUX64/libEosObjects.so
hostdepend/X86LINUX64/lib/X86LINUX64/libeosFunc.a [new file with mode: 0644]
hostdepend/X86LINUX64/lib/X86LINUX64/libeosFunc.so [new file with mode: 0644]
hostdepend/X86LINUX64/lib/X86LINUX64/libmrcImage.a
hostdepend/X86LINUX64/lib/X86LINUX64/libtransform.a
hostdepend/X86LINUX64/lib/X86LINUX64/libtransform.so
hostdepend/X86LINUX64/lib/X86LINUX64/shared/eosFunc.sharedo [new file with mode: 0644]
hostdepend/X86LINUX64/lib/X86LINUX64/shared/lmrc2Dto3D.sharedo
hostdepend/X86LINUX64/lib/X86LINUX64/shared/lmrcImageRhoFiltering.sharedo
hostdepend/X86LINUX64/src/Objects/DataManip/mrcImage/src/X86LINUX64/libmrcImage.a
hostdepend/X86LINUX64/src/Objects/DataManip/mrcImage/src/X86LINUX64/libmrcImage.debug.a
hostdepend/X86LINUX64/src/Objects/DataManip/mrcImage/src/X86LINUX64/lmrcImageRhoFiltering.sharedo
hostdepend/X86LINUX64/src/Objects/DataManip/transform/src/X86LINUX64/.Depend
hostdepend/X86LINUX64/src/Objects/DataManip/transform/src/X86LINUX64/Makefile
hostdepend/X86LINUX64/src/Objects/DataManip/transform/src/X86LINUX64/libtransform.a
hostdepend/X86LINUX64/src/Objects/DataManip/transform/src/X86LINUX64/libtransform.debug.a
hostdepend/X86LINUX64/src/Objects/DataManip/transform/src/X86LINUX64/libtransform.so
hostdepend/X86LINUX64/src/Objects/DataManip/transform/src/X86LINUX64/lmrc2Dto3D.sharedo
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/.Depend [new file with mode: 0644]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/.Source [new file with mode: 0644]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/Makefile [new file with mode: 0755]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/X86LINUX64 [new symlink]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/eosFunc.c [new symlink]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/eosFunc.sharedo [new file with mode: 0644]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/libeosFunc.a [new file with mode: 0644]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/libeosFunc.debug.a [new file with mode: 0644]
hostdepend/X86LINUX64/src/Objects/General/eosFunc/src/X86LINUX64/libeosFunc.so [new file with mode: 0755]
hostdepend/X86LINUX64/src/Tools/rec3d/mrc2Dto3D/src/X86LINUX64/.Depend
hostdepend/X86LINUX64/src/Tools/rec3d/mrc2Dto3D/src/X86LINUX64/mrc2Dto3D
include/eosFunc.h [new file with mode: 0644]
include/lmrc2Dto3D.h
include/lmrcImageRhoFiltering.h
lib/tclIndex
src/Objects/DataManip/mrcImage/src/lmrcImageRhoFiltering.c
src/Objects/DataManip/mrcImage/src/lmrcImageRhoFiltering.h
src/Objects/DataManip/transform/src/lmrc2Dto3D.c
src/Objects/DataManip/transform/src/lmrc2Dto3D.h
src/Objects/General/Makefile [changed mode: 0755->0644]
src/Objects/General/eosFunc/Config/Define.inc [new file with mode: 0755]
src/Objects/General/eosFunc/Config/Target.inc [new file with mode: 0755]
src/Objects/General/eosFunc/Makefile [new symlink]
src/Objects/General/eosFunc/doc/.eosFunc.html [new file with mode: 0755]
src/Objects/General/eosFunc/doc/.footer [new file with mode: 0755]
src/Objects/General/eosFunc/doc/.header [new file with mode: 0755]
src/Objects/General/eosFunc/doc/Makefile [new file with mode: 0755]
src/Objects/General/eosFunc/doc/eosFunc.html [new file with mode: 0644]
src/Objects/General/eosFunc/inc/Makefile [new file with mode: 0755]
src/Objects/General/eosFunc/inc/eosFunc.h [new file with mode: 0644]
src/Objects/General/eosFunc/src/.CCHeader [new file with mode: 0755]
src/Objects/General/eosFunc/src/.CHeader [new file with mode: 0755]
src/Objects/General/eosFunc/src/.Ruby [new file with mode: 0755]
src/Objects/General/eosFunc/src/.Wish [new file with mode: 0755]
src/Objects/General/eosFunc/src/Makefile [new file with mode: 0755]
src/Objects/General/eosFunc/src/X86LINUX64 [new symlink]
src/Objects/General/eosFunc/src/eosFunc.c [new file with mode: 0644]
src/Objects/Makefile.org [new file with mode: 0644]
src/Tools/Config/Define.inc
src/Tools/Makefile [changed from file to symlink]
src/Tools/rec3d/mrc2Dto3D/Config/OptionControlFile
src/Tools/rec3d/mrc2Dto3D/Makefile [changed from file to symlink]
src/Tools/rec3d/mrc2Dto3D/inc/mrc2Dto3D.h
src/Tools/rec3d/mrc2Dto3D/src/Makefile
src/Tools/rec3d/mrc2Dto3D/src/argCheck.c
src/Tools/rec3d/mrc2Dto3D/src/init.c
src/Tools/rec3d/mrc2Dto3D/src/mrc2Dto3D.c
src/Tools/rec3d/mrc2Dto3D/src/mrc2Dto3D.html
src/Tools/rec3d/mrc2Dto3D/src/mrc2Dto3D.pane
src/Tools/rec3d/mrc2Dto3D/src/usage.c