Jump to content

GeorgeCarey

Beta Tester
  • Posts

    377
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Midlands, UK

Recent Profile Visitors

638 profile views

GeorgeCarey's Achievements

Member

Member (1/1)

  1. Thanks. I have registered my DDM60. A bit odd - I was one of the first to buy an ASA mount. They should have my details.
  2. I have not been in the forum for years. My DDM60 is still working well, but I am getting older. I can see the time when I will have to pass it on to someone else. With this in mind, where can I download the instructions for Autoslew and Sequence? My copies are on paper and getting very grubby. I have had a look at the Astrosysteme website but can not find downloads. George
  3. Waldemar - I would not hold your breath....
  4. Which version of Maxim do you use? Mine is an old one, 5.2 I think, and works very well. The only annoying thing is that when focussing, it draws the V curve and then plonks the focus miles away from the lowest point. I nearly always have to look at the numbers and adjust.
  5. I think 'Waiting for telescope' is an Autoslew generated error - but it is so long ago that I had such problems I have forgotten. My problem last night was, I think, a USB lead error. The dome stopped rotating with the scope which I spotted when the stars started to distort as the dome slit obscured the telescope. I disconnected and reconnected the dome and all was well. I am using everything now and so far no problems. I was unaware of Diffraction Ltd stopping Maxim development - bad news!
  6. Tonight I am getting an error that I have never had before. I tried to centre a star in Maxim with 'Move telescope here' and I get 'Telescope busy'. Disconnect scope and reconnect and then I can centre a star. But there is no after slew image. I tried to start guiding and the guide commands were not getting to the scope. Disconnect/connect and now guiding works. I am expecting to get another error after the image is taken because I am dithering between images. Any ideas?
  7. Thanks Nigel. I will have to bite the bullet and learn some Python. I have ordered a teach yourself book. Thanks for the tips.
  8. Thanks. I posed a question on Astronomy StackExchange and everyone says 'Python'! It looks like I will have to learn some Python programming. There is a Python interface to the Nasa CFITSIO lib so I will have a rummage through that.
  9. Thanks, I have seen most of those links. We can read the files fine now and convert to bmp. I have been looking at astrometry. From the FITS header we have the image centre coordinates and plate scale plus rotation. I have got a spreadsheet working to find the coordinates of an object so that the relevant area can be downloaded from PanSTARRS or Simbad. Far from the centre of the image errors creep in. The process of converting pixel coordinates to real world is horrendously complicated. My system uses TAN - gnomonic projection (there are about 20 different projections!) I am not sure I am up to sorting that out.
  10. Screen grab Win10. Little known trick.... Hold down Windows key and shift key and hit 'S'. Drag area. You will get the opportunity to do some editing like highlighting and then save your image. Your welcome!
  11. And the spreadsheet - dealing with the peculiar values of BZERO and BSCALE:
  12. Good progress made. I decided to hack into the FITS files myself - the hard way! I have no way of reading Hex values from a file so found a hex reader on the web, and a hex to decimal converter. I can now read the 16 bit FITS files and get exactly the same adu values out as Maxim does. I then wrote a spreadsheet that would do the task - success. Lutgen found a bug in his code late last night - an overflow was occurring, so I think we are back on track.
  13. LaCebra - that looks very interesting! I will pass that along to Lutgen. (the programmer). We have a small problem reading FITS from another friend of mine. In his header there is a keyword 'BIAS' which does not seem normal. It is not to do with bias calibration frames. It does not seem to be a standard keyword? In his reference image he has BZERO=33753.0 and in other images it is the usual 32768.0 (2^15) Also his reference image has BSCALE=0.9699392681661427 and in others it is the usual 1.0000 Very odd.
  14. Thanks La Cebra, My friend programs in Delphi and it looks like there are no FITS libraries available. He is having fun working it all out from scratch!
  15. Great progress. We are now able to extract adu values from the fits file that agree with Maxim. The hardest part is done!
×
×
  • Create New...