Search found 4 matches

by Ice Age Mark
Thu Jul 16, 2020 6:36 pm
Forum: General Questions
Topic: Shift GLM point data
Replies: 6
Views: 7556

Re: Shift GLM point data

Hello there Bob, Thank you so very much for figuring this out. I realize it's a Python question, not a McIDAS one, and I appreciate your indulgence. The csv writer documentation is already at the top of my Python resource links, but I just couldn't deduce the right combination of characters from it....
by Ice Age Mark
Tue Jul 14, 2020 11:16 pm
Forum: General Questions
Topic: Shift GLM point data
Replies: 6
Views: 7556

Re: Shift GLM point data

Hello again, I'm trying to automate this tedious process now and learn scripting in the process. I've set up what seems right, but I can't get csv writer to produce the exact two header lines required to re-load the csv file back in by script. It seems like I need opposite things from the csv writer...
by Ice Age Mark
Tue Jun 23, 2020 4:31 pm
Forum: General Questions
Topic: Shift GLM point data
Replies: 6
Views: 7556

Re: Shift GLM point data

Hello Bob, Thanks for this. I was able to get it working correctly by changing the "SS" in the Preferences to "ss". I also needed the flash_energy value because I have my layout model set up to display the "+" scaled and colored by that field. So now the code looks like...
by Ice Age Mark
Fri Jun 12, 2020 8:14 pm
Forum: General Questions
Topic: Shift GLM point data
Replies: 6
Views: 7556

Shift GLM point data

Hello, I'm trying to use the script found here: https://mcidas.ssec.wisc.edu/forums/viewtopic.php?f=14&t=1663 to shift GLM data by a user specified Lat/Lon offset. Everything seems right but I get this error no matter what: Traceback (most recent call last): File "<string", line 1, in ...