|
From: Angel H. <ang...@ua...> - 2009-01-30 13:53:24
|
Steve, It sees to me that instead of
"RELOAD {444 666 1}"
what you want may be the next menu entry,
"RELOAD {444 666 1}; display 555;"
Is it so?
And this is what these menu entries do, respectively:
save orientation; load "" {444 666 1} ; restore orientation; center;
and
save orientation; load "" {444 666 1} ; restore orientation;
unitcell on; display cell=555; center visible; zoom 200;
So, for 3x3x3 cells out of 5x5x5, you may try
load "myFile.cif" {333 777 1} ;
unitcell on;
display
cell=444,cell=445,cell=446,cell=454,cell=455,cell=456,cell=464,cell=46
5,cell=466,cell=544,cell=545,cell=546,cell=554,cell=555,cell=556,cell=
564,cell=565,cell=566,cell=644,cell=645,cell=646,cell=654,cell=655,cel
l=656,cell=664,cell=665,cell=666;
center visible; zoom 200;
Or, if the file is already loaded, change the first line for:
save orientation; load "" {333 777 1} ; restore orientation;
etc.
|