That is not a bug. You should set SPARKYHOME using "RD". No longer sparkyhome.cfg is used. You have .sparky.cfg file that will contain other configurations as well. There are more customizeable things and I would choose to use a universal configuration file rather than making all different setting files.
Best,
Woonghee
Jun,
1. .sparky.cfg file in your home directory is more prioritized than you set the environment variable SPARKYHOME. You can simply check if that is correctly placed and set. Also, those three subfolder problem is somewhat related to #2.
2. It doesn’t always work but you can.
If navigating folders is the thing that wastes your time, you can consider Poky because it supports drag’n drop.
Best,
Woonghee
--
Woonghee Lee, I.E.I.P., M.S., Ph.D.
Assistant Professor
Department of Chemistry
University of Colorado Denver
1151 Arapahoe St. (Science Bldg.) Rm 4128A
Denver, CO 80217-3364, USA
Office: +1-303-315-7672
https://poky.clas.ucdenver.edu
https://poky.clas.ucdenver.edu/wlee-group
https://clas.ucdenver.edu/chemistry/woonghee-lee
Shipping/Mailing Address:
Woonghee Lee
1201 5th St. UCD CHEM-194
P.O. Box 173364 (USPS)
Denver, CO 80204, USA
--
You received this message because you are subscribed to the Google Groups "NMR POKY/SPARKY USER GROUP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
nmr-sparky+...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/nmr-sparky/c8dec4eb-d422-4815-abba-7a0636b85015n%40googlegroups.com.
Dear Jun,
I don’t have any plan to fix it in NMRFAM-SPARKY. If fixed, it will be POKY.
To view this discussion on the web visit
https://groups.google.com/d/msgid/nmr-sparky/74c9df30-1368-4a3c-828e-92276ff4b0a1n%40googlegroups.com.
You can have ucsf files there. But you can still use your preferred directory if you don’t want to stick with it. Basically, I wish users to use different directories for raw files and save files.
To view this discussion on the web visit
https://groups.google.com/d/msgid/nmr-sparky/6342f786-e145-4394-9aba-db8f76da0bacn%40googlegroups.com.
Yes, you have to close and rerun. You can place the modified version in /python/sparky.
To view this discussion on the web visit
https://groups.google.com/d/msgid/nmr-sparky/b4f33529-a1ea-485f-90aa-7124a5b052c5n%40googlegroups.com.
There are a few ways but the most intuitive way would be to click “Load Module…” button in the Python shell “py”.
Let say if your function “functionA” in the module “moduleB” accepts one argument which is the session instance.
That will do.
To view this discussion on the web visit
https://groups.google.com/d/msgid/nmr-sparky/ac742c18-a1b2-4a2d-b741-404f79479094n%40googlegroups.com.
Session has a function called “add_command”
In the sparky_init.py’s initialize_session function, you can add like this:
Session.add_command(two letter code, menu text, function)
I am sorry I need to focus on my work from now. Replies will be slow.
To view this discussion on the web visit
https://groups.google.com/d/msgid/nmr-sparky/3dc530d9-d6a7-46f3-8747-917d22eb35fbn%40googlegroups.com.