Aniso cutoff: Difference between revisions

no edit summary
(New page: A program to cut your data anisotropically is given below. To use it, save it as aniso_cutoff.f90 and compile&link with e.g. gfortran -C aniso_cutoff.f90 -o aniso_cutoff Then run it with...)
 
No edit summary
 
Line 57: Line 57:
   
   
       print*,'what is the resolution cutoff along a*, b*, c* (in Angstrom)?'
       print*,'what is the resolution cutoff along a*, b*, c* (in Angstrom)?'
      print*,'for trigonal, hexagonal and tetragonal spacegroups, the first 2 numbers should be the same'
      print*,'for cubic spacegroups, all 3 numbers should be the same'
       read*,acut,bcut,ccut
       read*,acut,bcut,ccut
   
   
2,652

edits