├── .gitignore ├── README.md ├── aligned.tbl ├── avg.mrc ├── avg.stl ├── batchdynamotable2ChimeraX.py ├── batchrelionsubtomo2ChimeraX.py ├── dynamotable2ChimeraX.py ├── image2.png ├── image3.png ├── image4.png ├── load_tomo.cxc ├── load_tomo1.cxc ├── load_tomo1_stl.cxc ├── relionsubtomo2ChimeraX.py ├── run_data_empiar10064.star └── tomograms.doc /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/README.md -------------------------------------------------------------------------------- /aligned.tbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/aligned.tbl -------------------------------------------------------------------------------- /avg.mrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/avg.mrc -------------------------------------------------------------------------------- /avg.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/avg.stl -------------------------------------------------------------------------------- /batchdynamotable2ChimeraX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/batchdynamotable2ChimeraX.py -------------------------------------------------------------------------------- /batchrelionsubtomo2ChimeraX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/batchrelionsubtomo2ChimeraX.py -------------------------------------------------------------------------------- /dynamotable2ChimeraX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/dynamotable2ChimeraX.py -------------------------------------------------------------------------------- /image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/image2.png -------------------------------------------------------------------------------- /image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/image3.png -------------------------------------------------------------------------------- /image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/image4.png -------------------------------------------------------------------------------- /load_tomo.cxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/load_tomo.cxc -------------------------------------------------------------------------------- /load_tomo1.cxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/load_tomo1.cxc -------------------------------------------------------------------------------- /load_tomo1_stl.cxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/load_tomo1_stl.cxc -------------------------------------------------------------------------------- /relionsubtomo2ChimeraX.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/relionsubtomo2ChimeraX.py -------------------------------------------------------------------------------- /run_data_empiar10064.star: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/run_data_empiar10064.star -------------------------------------------------------------------------------- /tomograms.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/builab/subtomo2Chimera/HEAD/tomograms.doc --------------------------------------------------------------------------------