1,330
edits
(→LCF) |
(→LCF) |
||
Line 201: | Line 201: | ||
A Fortran program (lcf_dump) to accomplish this is: | A Fortran program (lcf_dump) to accomplish this is: | ||
<pre> | <pre> | ||
! reads cell from LCF file - Kay Diederichs 7/2019 . | ! reads cell, column labels, comment, and reflection data from LCF file - Kay Diederichs 7/2019 . | ||
! TODO - determine ncol, offset from data in file | ! TODO - determine ncol, offset from data in file | ||
! Nota bene - symmetry i.e. space group seemingly not stored in LCF file | |||
! reading VAX format is easy with the ifort compiler since it understands VAX REAL format: | ! reading VAX format is easy with the ifort compiler since it understands VAX REAL format: | ||
! ifort lcf_dump.f90 -o lcf_dump | ! ifort lcf_dump.f90 -o lcf_dump |