rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

Update nomenclature #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
  * "index" currently = residue number, but could by anything. May make more sense to have data indexed by peak/signal
  * "Atom" is not required to be IUPAC (i.e., "\delta_1" instead of CD1); this may require translation downsteam
  * In Display Settings, axis option "Residue" may not make sense if signals are unassigned
  * "Residue" should be "ResName"
  * "AANum" should be "ResNum"
  * "Atom" is OK, but "name" is common usage 
  * "B0" for the 1H frequency should be "B0gH" or use "B0" as field strength in units of tesla or gauss

 * To program
   (1) Find/replace each instance of the given variable in each file from the prior name to the new name
   (!) This will invalidate GUARDD sessions from prior versions
   Estimated time: 1-5 hrs per parameter changed

   (2) Program a function to "upgrade" an old GUARDD version session file to a new GUARDD version session file
   Estimated time: 2 hrs + 0.5 hrs per parameter changed

Original issue reported on code.google.com by ian.klec...@gmail.com on 16 Jun 2011 at 1:21