I grabbed some imaging runs of Mars on the morning of the 4th, the seeing wasn't particularly good but I thought I might get something out of it.
Well, the raw data was very poor, I've spent yesterday and today crunching over my image processing to try and extract something worthwhile. Finally tonight I have a decent image so here it is :-)
Equipment:
10" f/6 newtonian , 5x TV powermate + extenders for 7x
PGR Dragonfly Express camera @ 50fps
Astronomik RGB filters + Tru-Tech filter wheel
Linux/Coriander + Windows/Registax/Astra Image
i have just had a brilliant nights seeing, lmc and smc could be seen thru the guider (first time ever for me) NGC362 seemed as bright as tuc normally is, saturn stunning.
my mars videos looked promising without barlow, stacked seemed to go really well, but final image was asimov's favourite word!
thanks bird for a great image.
must get tracking made, tested and sorted out and maybe just maybe a 5x by the end of the month
That's really nice Anthony! It looks better than the one you posted on CN a day or two ago - did you reprocess it? It's also a larger image scale - was it resampled in registax?
I like that image a lot, very smooth and the NPH looks really well defined.
Hi Mike, yes it's resampled 150%, but not in Registax cause Registax doesn't support resampling of FITS images (it's something Cor is still working on).
I've added image rescaling and filtering options to ppmcentre instead
Actually ppmcentre has had a major overhaul and now has lots of extra features. I'm considering renaming it to something else, the original name is a bit misleading now since it does much more than its original job of centering PPM images :-)
I'll send you the new version when I have it ready.
i have just had a brilliant nights seeing, lmc and smc could be seen thru the guider (first time ever for me) NGC362 seemed as bright as tuc normally is, saturn stunning.
my mars videos looked promising without barlow, stacked seemed to go really well, but final image was asimov's favourite word!
thanks bird for a great image.
must get tracking made, tested and sorted out and maybe just maybe a 5x by the end of the month
Tracking is seriously important for high res imaging, even though I know Mike is the master at dob-based imaging he will be limited by the blur as the image moves while being exposed in each frame.
To see the fine details requires that mars stays still during each frame of exposure, I spend a lot of time each night getting tracking good enough that I can go inside and make a cuppa and come back out 20 minutes later and still have mars on the ccd :-)
Absolutely fabulous shot bird, your seeing must be 1st class in Canberra, dont think we could ever get it as good here in Adelaide. You really are the planetary guru
To see the fine details requires that mars stays still during each frame of exposure, I spend a lot of time each night getting tracking good enough that I can go inside and make a cuppa and come back out 20 minutes later and still have mars on the ccd :-)
hmm, maybe I should be taking more care in setting up my platform then.. I use the variable speed knob on my platform to keep the planet on the chip.. speed up, slow down, speed up, slow down
Quote:
Actually ppmcentre has had a major overhaul and now has lots of extra features. I'm considering renaming it to something else, the original name is a bit misleading now since it does much more than its original job of centering PPM images :-)
I'll send you the new version when I have it ready
Sounds great! Can't wait to see it!
Any chance it can work off an avi file? I hate the extra step of using virtualdub to save the avi into bmp's. It just adds more time to the already lengthy processing steps
hmm, maybe I should be taking more care in setting up my platform then.. I use the variable speed knob on my platform to keep the planet on the chip.. speed up, slow down, speed up, slow down
Sounds great! Can't wait to see it!
Any chance it can work off an avi file? I hate the extra step of using virtualdub to save the avi into bmp's. It just adds more time to the already lengthy processing steps
How do you extract your avi into bmp's?
Aahh, Grasshopper, you want to know all my secrets??
lol, actually I avoid AVI's altogether. You see, my capture software under Linux spits out each frame into a separate file so I'm starting with a directory full of individual frames, either BMP or (with the new DX camera) 16bpp FIT files.
I find this much more useful than having an AVI, it means I can easily delete broken frames, load and inspect frames in other programs like Photoshop or the Gimp, etc.
So I'm afraid you're stuck with it. I can give you the source to ppmcentre if you want to add AVI support :-)
Bird, excellent work there, that dragon fly seems to be worth its money in gold perhaps more. Can i ask what kind of tracking platform you are using for your newt?
Do you know if it is possible with other webcam type CCD cameras to get raw frame outputs?
bird, i would love to play with the source code is possible.
I am working in vb .net and trying to combine driving my dob with usb stepper motor, acquiring long exposure images with the modified toucam and also centering, focussing etc.
Bird, excellent work there, that dragon fly seems to be worth its money in gold perhaps more. Can i ask what kind of tracking platform you are using for your newt?
Do you know if it is possible with other webcam type CCD cameras to get raw frame outputs?
Regards
G'Day netwolf. I've got a German EQ mount, a Losmandy G-11. Yes, you can get raw frame outputs from other cameras, like the ToUcam - you have to look around on the web for instructions on how to do it.
bird, i would love to play with the source code is possible.
I am working in vb .net and trying to combine driving my dob with usb stepper motor, acquiring long exposure images with the modified toucam and also centering, focussing etc.
pm me if that is ok for me to play
ppmcentre is written in C, and compiles on both Linux and Windows. I'm happy to give you a copy of the code to play with, but any changes you make that you want to contribute back have to compile under both Windows and Linux :-)
Compiling on Windows is done with the MinGW C compiler, it's a Windows version
of the standard GNU C/C++ compiler.
I'll put a page up on my website where you can grab a copy.
bird, glad to see that your supporting Linux as well as windows. I have not heard of this MinGW compilier before, can you provide a link for this.
Regards
Optionally, you can also grab the Unix shell and utilities, and then you have an environment that is very linux-like. That's a package called msys available from the same place.