[chirp_users] [CHIRP] #107: vx8 can't calc tuning step during csv export and frequency rounding
CHIRP Tracker
Tue May 3 12:11:53 PDT 2011
#107: vx8 can't calc tuning step during csv export and frequency rounding
-----------------------------------------------+----------------------------
Reporter: Robert Terzi <rct+chirp@…> | Owner:
Type: Bug | Status: new
Priority: Stability | Milestone:
Component: Memory Editor | Version: (tip)
Resolution: | Keywords: vx8
Platform: Linux |
-----------------------------------------------+----------------------------
Comment (by Robert Terzi <rct+chirp@…>):
When I reported this I was up to changeset 966. Now that I'm at 969 I'm
getting "Unable to correct rounded frequency 482.16800". (Stored is
482.16875) I see a number of these logged to the console when the .img is
loaded with no error pop-ups. Trying to do a CSV export fails with an
Error pop-up.
Exception running RadioJob: Unable to correct rounded frequency 482.16800
-- Exception: --
Traceback (most recent call last):
File "chirp.hg/chirpui/common.py", line 71, in execute
result = func(*self.args, **self.kwargs)
File "/mnt/s2/home/rct/proj/wouxun/chirp.hg/chirp/vx8.py", line 114, in
get_memory
mem.freq = chirp_common.fix_rounded_step(int(_mem.freq) / 1000.0)
File "chirp.hg/chirp/chirp_common.py", line 878, in fix_rounded_step
raise errors.InvalidDataError("Unable to correct rounded frequency
%.5f" % freq)
InvalidDataError: Unable to correct rounded frequency 482.16800
--
Ticket URL: <http://trac.chirp.danplanet.com/trac/ticket/107#comment:6>
CHIRP <http://trac.chirp.danplanet.com/trac>
CHIRP Development
More information about the chirp_users
mailing list