1,330
edits
(→LCF) |
(→LCF) |
||
Line 197: | Line 197: | ||
The CCP4 LCF (labelled column format) files were phased-out in the early 90's but some interesting data still lingers on half-inch tapes so, if they can be read, the LCF files can be converted to ASCII or other formats for safe-keeping, or further use. | The CCP4 LCF (labelled column format) files were phased-out in the early 90's but some interesting data still lingers on half-inch tapes so, if they can be read, the LCF files can be converted to ASCII or other formats for safe-keeping, or further use. | ||
Jonathan Cooper has worked out how to read them, mainly using Python, and [https://readingccp4lcffiles.blogspot.com/ documents this]. | Jonathan Cooper has worked out how to read them, mainly using Python, and [https://readingccp4lcffiles.blogspot.com/ documents this]. The directory ftp://ftp.ccp4.ac.uk/lcfstuff/ has some Fortran routines. | ||
A Fortran program (lcf_dump) to accomplish this is: | A Fortran program (lcf_dump) to accomplish this is: |