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...
Message search is now enhanced, find messages faster. Take it for a spin.

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
Bruker Shape files   Message List  
Reply | Forward Message #833 of 892 |
Re: [simpson-simmol] Bruker Shape files

Hi,

Using the new shape pulse features of simpson 2 it is very easy to import a Bruker shape using the following procedure:

proc brukershape {shapefile} {
  global par
  set fp [open $shapefile r]
  foreach i [split [read $fp] "\n"] {
    if {[llength $i] != 2 || [string index $i 0] == "#"} {continue}
    set r [split $i ","]
    lappend pul [list [expr [lindex $r 0 0]] [expr [lindex $i 1 0]]]
  }
  close $fp
  return [list2shape $pul]
}

This returns a shape-pulse pointer which may be used with the pulse_shaped command.

Thomas

*************************************************************************
Thomas Vosegaard, Assoc. Prof.
Director of Engineering Studies at Aarhus School of Engineering

Center for Insoluble Protein Structures (inSPIN)
Department of Chemistry and
Interdisciplinary Nanoscience Center (iNANO)
Aarhus University
Langelandsgade 140, DK-8000 Aarhus C, Denmark
Tel: +45 8942 3866, Cell: +45 6020 2639, Fax: +45 8619 6199
E-mail: tv@..., Web: http://www.chem.au.dk/~tv
*************************************************************************





On Mar 4, 2009, at 07:15 , Jayanthi S wrote:

Dear All,

I have been trying to put Bruker shape file in simpson program. The atachement Dr. Thomas Vosegaard has provided long back (Nov 19 2007) is not seen. It would be nice if anyone please help me with this.

looking forward....

Thanks 
Jayanthi




Wed Mar 4, 2009 12:48 pm

vosegaard
Offline Offline
Send Email Send Email

Attachment
smime.p7s
Type:
application/pkcs7-signature
Forward
Message #833 of 892 |
Expand Messages Author Sort by Date

Dear All, I have been trying to put Bruker shape file in simpson program. The atachement Dr. Thomas Vosegaard has provided long back (Nov 19 2007) is not seen....
Jayanthi S
mssjayanthi
Offline Send Email
Mar 4, 2009
6:15 am

Hi, Using the new shape pulse features of simpson 2 it is very easy to import a Bruker shape using the following procedure: proc brukershape {shapefile} { ...
Thomas Vosegaard
vosegaard
Offline Send Email
Mar 4, 2009
12:49 pm

Thomas, so this kind of thing should work for the varian shapes as well I presume? Andy __________________________________________________ Andrew S. Lipton Ph....
Andrew Lipton
aslipton
Offline Send Email
Mar 4, 2009
4:53 pm

Andy Can you send me a Varian shape - then I'll make the varian2shape rightaway. Thomas...
Thomas Vosegaard
vosegaard
Offline Send Email
Mar 4, 2009
5:53 pm

Thanks for the quick response and the timely help. -Jayanthi...
Jayanthi S
mssjayanthi
Offline Send Email
Mar 5, 2009
2:13 am

Hi all, Can anyone show an example on how to load a shaped pulse? Your help will be greatly appreciated. Eric...
mychemistry2001
Offline Send Email
Aug 5, 2009
7:59 pm

Hi, I tried to incorporate the shaped pulse into QCPMG, the resulting spectrum can not be phased properly. Can anyone help me out of this? Thank you very much...
mychemistry2001
Offline Send Email
Aug 11, 2009
3:04 pm

HI Eric here you go. cheers Vipin ... From: mychemistry2001 <mychemistry2001@...> Subject: [simpson-simmol] Re: Bruker Shape files To:...
vipin agarwal
vip011
Offline Send Email
Aug 6, 2009
12:01 am

Hi Vipin, Thank you very much for your reply. Can you tell me: 1. Is the "brukershape.in" is the file for my shaped pulse? 2. How to use the functions of...
mychemistry2001
Offline Send Email
Aug 6, 2009
6:52 pm
Advanced

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