
So, how do I run SOLVE?

1)  Make sure you have *.unmerged.fmt in this directory

    If you don't, type this:
    cd /home/jamesh/projects/workshop_fakedata/final/process/badsignal/scaler
    make SOLVE

2)  Then type this:
    cd /home/jamesh/projects/workshop_fakedata/final/process/badsignal/scaler/./SOLVE
    solve.com

That's it.

------------------
For your convenience, P622 P6122 P6522 P6222 P6422 P6322 have been set up to
run SOLVE in other possible space groups for your crystal.
To try one of these space groups, say P6122, do this:

cd P6122
./solve.com

To run solve in all these space groups, do this:

cd /home/jamesh/projects/workshop_fakedata/final/process/badsignal/scaler/./SOLVE
foreach SG ( P622 P6122 P6522 P6222 P6422 P6322 )
cd P6122
./solve.com
cd ..
end

What if it doesn't work?
1)  Try reducing your outer resolution limit
2)  Try getting better values for f' and f'' from your EXAFS
3)  Try commenting out the "refscattfactors" (could be unstable)
4)  Try changeing the "nanomalous" (expected number of sites)
5)  Try eliminating radiation damaged-spots (re-run /home/jamesh/Develop/Scaler with less frames)

For more detailed information, go to the SOLVE homepage at:
netscape http://www.solve.lanl.gov/

