Search the web
Sign In
New User? Sign Up
simpson-simmol · The SIMPSON - SIMMOL Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 646 - 718 of 886   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
646
Hello, sorry by a begginer question, but I'm going to linux nowadays and my fyrst target is use SIMPSON in this sistem. So, some one have SIMPSON on fedora...
fabio_a_b
Offline Send Email
Feb 9, 2007
2:29 pm
649
Hello, Would like to know if it's possible to minimize parameters through Simpson/Minuit, using more than one spectrum. For example: If I have three spectrums...
fabio_a_b
Offline Send Email
Feb 13, 2007
8:54 am
659
Is possible load three spectrums (recorded with diffrenet spinning) for minimize 6 parameters using simpson/minuit at once time ??? Thanks all Fábio...
fabio_a_b
Offline Send Email
Feb 19, 2007
2:19 pm
660
Hi Fabio Yes, it is definitely possible. You can make a minuit procedure with the following structure proc minuit {} { global mn par set rms 0.0 for {set i 1}...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 19, 2007
2:51 pm
661
Istalling Simpson in Linux.... after ./configure I receive Cannot find GTK: Is gtk-config in path? What i have to do? Sorry by this stupid question, but I...
fabio_a_b
Offline Send Email
Feb 19, 2007
3:12 pm
662
Thanks master! FAB...
fabio_a_b
Offline Send Email
Feb 19, 2007
3:13 pm
663
Try ./configure --without-simplot if you don't need simplot. Seth...
sethw2ls
Offline
Feb 19, 2007
3:37 pm
664
Thanks, but I like to use simplot.... FAB...
fabio_a_b
Offline Send Email
Feb 19, 2007
4:48 pm
665
Ok Tomas, but, how I will discriminate each frequncy the of rotation of each espectra? Thanks again... FAB...
fabio_a_b
Offline Send Email
Feb 19, 2007
5:22 pm
666
I will put an "if" after for {set i 1} {$i <= 3} {incr i} {.... Thanks...
fabio_a_b
Offline Send Email
Feb 19, 2007
5:59 pm
667
you need to find the gtk+1.2 development packages -they are probably no longer supplied with fedora, so try looking at rpmfind.net. Otherwise, try to download ...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 19, 2007
7:42 pm
668
Thanks Thomas by the hints... Other question about Minuit. I have followed your script to to minimize perameters using two espectrums. Below is my code. I...
fabio_a_b
Offline Send Email
Feb 21, 2007
1:52 pm
669
Fabio, I'm not sure why your loop isn't working, but I do see a problem you will have. When I use multiple lineshapes fit simultaneously (using simplex) I have...
Andrew Lipton
aslipton
Offline Send Email
Feb 21, 2007
7:01 pm
670
If you want to change the spin rate in the minuit procedure you can easily do so, but you need to do it like proc minuit {} { ... set par(spin_rate) 500 set...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 21, 2007
7:27 pm
673
Thanks Thomas and Andy, the code below seems to work. I change to direct method. FAB spinsys { nuclei 1H channels 1H shift 1 5p 13p 0.25 0 0 0 } par { ...
fabio_a_b
Offline Send Email
Feb 26, 2007
11:08 am
674
Hi everyone, Is it possible to switch the angle between the rotor and the laboratory frame during an experiment? I tried to switch the angle value with the...
hetcor2
Offline Send Email
Feb 26, 2007
6:13 pm
675
Hi If you download the latest version of the simpson source code (1.1.2pre30) http://bionmr.chem.au.dk/download/simpson/1.1.2preXX/ I have implemented a...
Thomas Vosegaard
vosegaard
Offline Send Email
Feb 26, 2007
9:56 pm
676
Hi Thomas, Thank you for your help. Do you have the compiled version of latest version of the simpson source code? I'm using MacOs X tiger and I'm unable to...
hetcor2
Offline Send Email
Feb 27, 2007
3:48 am
698
Dear all, I am running Gentoo linux on a dual core laptop and would like to use simpson in the server mode. However I can't get it to work and wonder whether...
Andreas Brinkmann
groenewoudse
Offline Send Email
Mar 10, 2007
5:17 pm
700
Hello is it possible to simulate a 2 site exchange process with the latest version of SIMPSON? I know that the answer was NO some 2 years ago, but I wonder if...
oldkerosen
Offline Send Email
Mar 12, 2007
3:51 pm
701
Sorry, but the answer is still NO. Thomas *********************************************** Thomas Vosegaard, Assoc. Prof., Ph.D. Department of Chemistry ...
Thomas Vosegaard
vosegaard
Offline Send Email
Mar 13, 2007
8:26 am
702
Hi I'm new to SIMPSON and being the first sequence that I wrote I'm not really sure if I do the correct thing, so I ask your advice. I want to test the effect...
oldkerosen@...
oldkerosen
Offline Send Email
Mar 13, 2007
9:35 am
703
Hello, If someone could answer, many thanks I wrote the code below (last post), to use simpson/minuit with two spectra recorded in different rotations, but I...
fabio_a_b
Offline Send Email
Mar 15, 2007
3:09 pm
704
Hi I'm just testing the use of propagators in a Hahn echo sequence. The problem is that I obtain different results from propagators and the usual way of...
oldkerosen@...
oldkerosen
Offline Send Email
Mar 15, 2007
3:22 pm
705
Hello Andy, What do you write after the lines that you wrote bellow? Could you post the complete sequence? I'm looking for the same parameters! Thanks Fábio ...
fabio_a_b
Offline Send Email
Mar 15, 2007
4:23 pm
706
Fábio, first off I didn't use minuit, but the structure should be the same. All you need to feed minuit back is the RMS. What I typically do is call frms as...
Andrew Lipton
aslipton
Offline Send Email
Mar 15, 2007
5:10 pm
707
Andy, many thanks for your help and orientations. Fábio...
fabio_a_b
Offline Send Email
Mar 16, 2007
12:22 pm
715
Hi I tried to compile the latest version of Simpson (1.1.2pre30) on Mac OS X and Linux red hat but without success. After typing `./configure' I always have...
hetcor2
Offline Send Email
Mar 23, 2007
7:39 pm
717
Hello I want to know if it is possible in SIMPSON to set a table for the value of one parameter and then to run a certain 1D pulse sequence for each value from...
oldkerosen@...
oldkerosen
Offline Send Email
Mar 28, 2007
10:45 am
718
see examples 2, 5 and 7 in SIMPSON paper, JMR 147, 296 (2000) use foreach par(name of parameter you like) the simple example, array of rotor cycles, will look...
tsyryan yu
dnapackage
Offline Send Email
Mar 28, 2007
4:03 pm
Messages 646 - 718 of 886   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help