Author Topic: Simple bandscan: problem  (Read 7070 times)

Günter Lorenz

  • Newbie
  • *
  • Posts: 2
Simple bandscan: problem
« on: November 22, 2012, 12:05:30 am »
Hi,
my scripts is quite simple, but there is a problem with the bmp file:

repeat:
connect(1)
bandscan.style(3)
bandscan.acquire
bandscan.savebitmap(%date_%time.bmp)
goto(repeat)

The bmp file seems distorted (see attachment), and RDS is not displayed. Any ideas?

Jan

  • Hero Member
  • *****
  • Posts: 1055
Re: Simple bandscan: problem
« Reply #1 on: November 22, 2012, 08:06:42 am »
Go to Preferences - Scripts and set correct pixel width and height for the bandscan.

Günter Lorenz

  • Newbie
  • *
  • Posts: 2
Re: Simple bandscan: problem
« Reply #2 on: November 22, 2012, 10:27:43 am »
ok, now works perfect. 1200 * 500 makes nice image!
Thank you!
Günter