#!/bin/sh

#       $HOME/.lcmodel/ge*/preprocessors/use-unsuppressed (20 December 2010)

# Analyze the unsuppressed water reference frames (instead of the usual 
# water-suppressed ones).

# You can then acquire most frames as unsuppressed (but you must have at 
# least one suppressed frame) and then include the unsuppressed water in the 
# analysis using PPMST=8.0 & PPMEND=-1.0.  If, for some reason, you want to 
# change PPMST or PPMEND, you can edit the values below.

# This is useful for SPTYPE = 'liver-*', 'breast=*' or 'lipid-*' where the 
# lipid peaks are usually at least about 15% as strong the unsuppressed water 
# peak.  (You can relax the 15% requirement if you are mainly interested in 
# fat/water ratios.)  You can then get (very consistent) direct ratios of 
# metabolite peak areas to the water peak area, all from one spectrum.

#=============================================================================
#=============================================================================

CP_START="$1"
echo "dows= F
ppmend= -1.
ppmst= 8.
sddegz= 999.
unsupr= T"  >>  $CP_START

exit 0
