Stargazers Lounge Uses Cookies
Like most websites, SGL uses cookies in order to deliver a secure, personalised service, to provide social media functions and to analyse our traffic. Continued use of SGL indicates your acceptance of our cookie policy.
Search the Community
Showing results for tags 'raw'.
Found 3 results
-
Hi all was out last night the 9th and was just viewing around 21:30 seeing was brill so a bit of moon as Jupiter was bounce ing all over the place try in to get focus with the rgb was terrible , That said I pointed at the moon ,and the boil was evident and I ran a few test vids could not get tight focus Here's the kit C9.25" sct Dmk 21 mono Ir 740mn pass filter Cgem on pier 30fps Average 1200 frames best 90% stacked
-
I've recently started DSO imaging: Canon EOS 550D (modded), Celestron 9.25 SCT, AVX mount. I use BYE, save RAW + JPEG to laptop, then process in DSS. When I go into Register checked images: advanced: compute number of detected stars; I get a decent number (approx 250) if I am registering JPEG images at 2%, but very few, often zero, with RAW images of the same object, no matter where I put the slider. Am I getting the settings wrong, or is there another answer. Thank you.
-
Hello. This is my first post here and I wish to introduce a little program i wrote. This is a RAW to FITS batch converter. Converter supports many cameras vendors: Canon, Nikon, Pentax, Fuji, Konica, Hasselblad and so on. May be useful for someone who shooting space with DSLR and wanna do a real science, search for variable stars for example. Program is very simple (see attached screenshot), you just set input directory, output directory and few conversion options. You can choose how to process color channels from the RAW file. Possible options is: - convert RGB to avarage grayscale - store all three channels as separate images in a one FITS. - store all three channels in a separate FITS's - store only one selected channel Converter supports multithreading conversion, depending on your cpu/cores count. All data you entered in UI will store in FITS header. Some data (like exposure, date and camera model) may be acquired from the RAW file, this is preferable. This is a free software licensed under GPLv2 license. You can get it on github: https://github.com/olegkutkov/Raw2Fits Program uses libraw library and i highly recommend to get latest stable version of this library instead of using your distro version. If you have multiple LibRaw versions on your system - please carefully check which version you linking and using in runtime. Correct Makefile if needed. Libraw version older than 0.17 may not correctly extract EXIF data from the RAW files. Also you will need cfitsio, any version is Ok. User interface is built with GTK3 toolkit and tested with Gnome 3, Mate and Cinnamon DE on different Mint, Debian and Fedora distributions. After executing 'sudo make install' command this program should appear in your Applications menu Hope this program will be useful for someone. I will be glad to hear your feedback, propositions and bug reports