Facelift

Sheng Zhong (sheng@med.unc.edu)
Mon, 20 Mar 95 12:12:22 EST

Dear netters,

I enclosed the first page of documentation of FACELIFT for those
who have asked me about this program.

Good luck.

Dr. Sheng Zhong
Dept of Biochem & Biophys
UNC at Chapel Hill

sheng@med.unc.edu
==========================================================

Software was developed at the
National Magnetic Resonance Facility at Madison
by Roger A. Chylla
Purpose of Documentation:
This documentation will provide:
1) Instructions for obtaining FACELIFT from the
anonymous FTP site at NMRFAM
2) A description of the function of FACELIFT
3) Instructions for executing FACELIFT from the
UNIX prompt
4) Description of the input parameters and their
effect on the program's output
5) Brief strategies for optimal performance by
FACELIFT

This documentation is not intended to serve as a
description of the FACELIFT algorithm. Such a
description can be found in the following reference:
Journal of Magnetic Resonance, Series B 102, 148-154
(1993)


1) Downloading FACELIFT from NMRFAM
To download FACELIFT from NMRFAM, use the anonymous
FTP server. The internet address for the FTP server
at NMRFAM is 144.92.18.22. After logging in, the
following commands should be issued from the FTP
prompt:
cd pub/sgi
binary
get facelift.tar.z

After obtaining the file "facelift.tar.z" from the
FTP program, the following sequence of commands
should be entered at the UNIX prompt:
uncompress facelift.tar.z
tar xovf facelift.tar
The output after typing the last command should look
like this:
x facelift.doc, ...
x facelift.SGI, ...
x facelift.IBM, ...

If your platfrom is Silicon Graphics type the
following commands
mv facelift.SGI facelift
rm facelift.IBM
chmod +x facelift
lp facelift.doc (Optional printing of documentation,
Postscript printer only)

If your platform is IBM, type the following commands
mv facelift.IBM facelift
rm facelift.SGI
chmod +x facelift
lp facelift.doc (Optional printing of documentation,
Postscript printer only)