Astro,
Do you know where on your Mac the two-line elements are stored? Trying to determine if the TLEs are there and the software isn't finding them, or the TLEs are totally absent.
Read More...
When I tried to update satellites, KStars stopped at Gorizont (said it could not find the server) then crashed.
When I do a Pointing search and select Satellites, the expected list appears and the GoTo is successful.
Read More...
When you go to Settings -> Configure KStars -> Satellites -> Geostationary ... do you see a bunch of satellites listed?
Read More...
The focal length always appears in my FITS headers. Of course, if we change focal lengths while keeping the same mount, it's up to us to make the change in the train specifications. Another option is to have a unique Ekos name for each focal length that uses the same mount.
This obviously doesn't solve the file name problem. However, if you have a bunch of files and you're not sure of the FL for each one,
grep -l 1.55 *.fits > 155files
will put the name of every FITS file that has 155 as its focal length into a file named 155files. Note that the internal FL storage in a FITS file is in exponential format, e.g., 1.55E+02
Read More...
Dan,
I ran Fedora for many years and liked it. A couple of years ago I was faced with the choice of staying with Fedora or moving to Ubuntu (kubunto to be more precise). I moved to kubuntu and have not regretted the decision. Almost all the astronomy packages are in the kubuntu library so I don't have to interface with git.
Read More...
Dave,
Thanks. It seems the key to getting all the headers is to do a plate solve.
CS,
Bob
Read More...
Magnus,
Thanks. I'll send a message to their Yahoo account.
I know what you mean about config files although the one I'm using is an exact copy of the one that works in Christian's example except for changes in directory and dispersion numbers.
By playing with config files, modes, etc, I did manage to "trick" the software into processing my data and was just agog at the quality of the output. They must have something that automatically removes hot pixels because the spikes I see in other software are gone! That one can specify the temp of the incandescent bulbs which gives the spectrum of your flat light also makes a big difference. So I'm hooked.
I'll let you know how it goes. Thanks again.
Bob
Read More...
Hope they don't mind hi-jacking this thread for a question about specINTI.
Magnus -- I cannot get specINTI to "read" my calib files, any of them. The lines are well defined with more amplitude than what Christian has in his example files, I know the pixel of a line to a gnat's eyelash. But every time the program gets to the Calibration phase, it hangs, even if I specify only one pixel/wavelength combination.
Any thoughts?
Thanks,
Bob
Read More...
Magnus,
Gain is like ISO on a digital camera. The key is that you know what works, and what causes saturation.
I tried having my main (spec) camera snoop on my Lodestar guide camera to see if the main camera would pick-up the CRVALs from the Lodestar. No such luck, not that I was expecting it to work.
Do you know why the insistence om getting values labeled CRVAL1 and CRVAL2? Those are RA/Dec values in decimal degrees and, in our FITS headers, those values differ from the decimal degree values of RA/Dec maybe at the 8th decimal place.
And then there is Aerosol Optical Depth. C. Buil gives a value of 0.04 for a dry desert like here in s/w New Mexico. There are lots of days where we get high winds that die off at sunset, but you can see quite a bit of dust in the air. Does that contribute to AOD?
More research to do.
Bob
Read More...
Here is the FITS header from some photometry work done earlier this year.
SIMPLE = T / file does conform to FITS standard
BITPIX = 16
NAXIS = 2
NAXIS1 = 3120
NAXIS2 = 2088
EXTEND = T / FITS dataset may contain extensions
COMMENT FITS (Flexible Image Transport System) format is defined in 'Astronomy
COMMENT and Astrophysics', volume 376, page 359; bibcode: 2001A&A...376..359H
BZERO = 32768
BSCALE = 1
ROWORDER= 'TOP-DOWN' / Row Order
INSTRUME= 'ZWO CCD ASI2600MM Pro' / CCD Name
TELESCOP= 'Celestron CGX' / Telescope name
OBSERVER= 'Unknown ' / Observer name
OBJECT = 'AB Aur' / Object name
EXPTIME = 3.000000E+00 / Total Exposure Time (s)
CCD-TEMP= -1.980E+01 / CCD Temperature (Celsius)
PIXSIZE1= 3.760000E+00 / Pixel Size 1 (microns)
PIXSIZE2= 3.760000E+00 / Pixel Size 2 (microns)
XBINNING= 2 / Binning factor in width
YBINNING= 2 / Binning factor in height
XPIXSZ = 7.520000E+00 / X binned pixel size in microns
YPIXSZ = 7.520000E+00 / Y binned pixel size in microns
FRAME = 'Light ' / Frame Type
IMAGETYP= 'Light Frame' / Frame Type
FILTER = 'Vis ' / Filter
FOCALLEN= 1.702E+03 / Focal Length (mm)
APTDIA = 3.040E+02 / Telescope diameter (mm)
FOCUSPOS= 25600 / Focus position in steps
FOCUSTEM= -5.500E+00 / Focuser temperature in degrees C
SCALE = 9.112876E-01 / arcsecs per pixel
SITELAT = 3.248750E+01 / Latitude of the imaging site in degrees
SITELONG= -1.079844E+02 / Longitude of the imaging site in degrees
AIRMASS = 1.000542E+00 / Airmass
OBJCTAZ = 1.834659E+02 / Azimuth of center of image in Degrees
OBJCTALT= 8.811306E+01 / Altitude of center of image in Degrees
OBJCTRA = ' 4 57 08.62' / Object J2000 RA in Hours
OBJCTDEC= '30 36 11.98' / Object J2000 DEC in Degrees
RA = 7.428592E+01 / Object J2000 RA in Degrees
DEC = 3.060333E+01 / Object J2000 DEC in Degrees
PIERSIDE= 'EAST ' / East, looking West
EQUINOX = 2000 / Equinox
CRVAL1 = 7.4285924161E+01 / CRVAL1
CRVAL2 = 3.0603329021E+01 / CRVAL1
RADECSYS= 'FK5 ' / RADECSYS
CTYPE1 = 'RA---TAN' / CTYPE1
CTYPE2 = 'DEC--TAN' / CTYPE2
CRPIX1 = 1.5600000000E+03 / CRPIX1
CRPIX2 = 1.0440000000E+03 / CRPIX2
SECPIX1 = 9.1128759167E-01 / SECPIX1
SECPIX2 = 9.1128759167E-01 / SECPIX2
CDELT1 = 2.5313544213E-04 / CDELT1
CDELT2 = 2.5313544213E-04 / CDELT2
CROTA1 = 5.0870800305E+01 / CROTA1
CROTA2 = 5.0870800305E+01 / CROTA2
DATE-OBS= '2000-01-22T04:06:14.086' / UTC start date of observation
COMMENT Generated by INDI
GAIN = 300. / Gain
OFFSET = 50. / Offset
END
Read More...
Magnus,
Great stuff. Lots to unpack.
When you were doing photometry, did you do a plate solve before you got all the "extra values?" Because that's what happened when using the Lodestar tracker when doing spectrometry. Before plate solving, I got none of the CRVAL etc numbers. After plate solve, bingo. So it may not be a matter of snooping.
However, it occurred to me -- suppose I have my camera capturing the spectra (ZWO) snoop on my Lodestar guiding camera. Would the ZWO pick-up the values from the Lodestar? Cloudy weather tonight in southwest New Mexico so I can't give it a try.
Gain. I also do photometry on variable stars and, if you look at a map that shows the known comparison stars, they're all within 3 to 4 mag of the target. Let's assume 5 mag which is a factor of 100. Give a margin of error and an f/stop of 8 => 256. I can run my ZWO at a "gain" of 450 and still have 9 f/stops. I put "gain" in quotes because it seems like the accepted norm is to quote gain in terms of tenths of a dB, at least in the ZWO world. Now, I'm a newbie at all this so there could be a valid reason not to use high gains when doing variable star work. Yes, there are some stars that vary wildly (10 mag or more) so you need to be flexible. But, when I look at the submissions from other observers, I can't help but wonder why they're using gains with 13 f/stops.
As for the Star'Ex, I want to continue to do low res spectrometry just because it interests me; no other logical reason. I look at the files included in the specINTI documentation and, for their low res star example, they're getting 40 - 50k counts in 30 sec where as I'm getting maybe 30k in an exposure of 8 minutes! Plus they're using a 10' RC and I have a 12'. I think the answer is simply a bigger tube. The entrance to my spectrometer is about 5 mm. Looking at the pictures on the web it appears Star'Ex is using a significantly larger aperture. I was doing some web searching and I see where a firm is selling the Sol'Ex non-optical constructs for about 160 Euros. The optics for the low res Star'Ex are another approx 550 Euros. Haven't found all the right components as of now. But, the idea that I can have a spectrometer with the capability I'm seeing in the examples from C. Buil for about $1k dollars is why I'm still up at 0200 local, and not observing. You are much more experienced in all this than I; tell me if I'm missing something.
I'll send you some examples of photometry headers tomorrow when i go out to the control room.
Cheers,
Bob
Read More...
Forgot to mention I'm running kstars 3.6.4 on both my computer in the control room and on StellarMate in the dome.
Read More...
Ah! I was thinking, "I wonder if Magnus is using specINIT" because I know they want to see the CRVAL numbers either in the header or the configuration file. I just started "using" it about a month ago and am excited about what it can do, especially if we can eliminate the need to take a Cal star for every observation. I just took some data on HD207330, the example star for his low res example, to see if I can come anywhere close to Buil's results.
My spectrometer is from SX Xpress. It's a low res instrument (max R is 2000) and uses mirrors as opposed to lenses so it can reach into the UV and IR better than most. Now, given cameras have almost no capability in the UV, the near IR is probably all I can do. The camera has a built-in Lodestar for pointing and a built-in Argon/Neon cal lamp. There's a new version that allows remote control of the functions that are now manual (like having to go into the dome to turn on/off the cal lamp) and should I upgrade or try a Star'Ex.
Which camera do you use for the spectra? Is it a CMOS? I'm looking at spectrum examples trying to determine what is the optimum gain value so that I capture the entire spectrum, in other words, how many f/stops do I need.
CS,
Bob
Read More...
Magnus,
I saw your post last night while I was taking some spec data. I use a Lodestar as my guiding camera while my primary camera is gathering spectra. I was pointing at rather bright objects so I had not done a plate solve. When I took a picture with the Lodestar and looked at the FITS header, the header had the usual items you would expect, but no CRVAL, etc.
So I did a plate solve and then took another pic with the Lodestar. Now I had all kinds of stuff as you can see below.
CRVAL1 = 326.69596952 / CRVAL1
CRVAL2 = 49.319472474 / CRVAL2
RADECSYS= 'FK5 ' / RADECSYS
CTYPE1 = 'RA---TAN' / CTYPE1
CTYPE2 = 'DEC--TAN' / CTYPE2
CRPIX1 = 188. / CRPIX1
CRPIX2 = 145. / CRPIX2
SECPIX1 = 2.0837599675 / SECPIX1
SECPIX2 = 2.011334871 / SECPIX2
CDELT1 = 0.00057882221321 / CDELT1
CDELT2 = 0.00055870413083 / CDELT2
CROTA1 = 9.3594641181 / CROTA1
CROTA2 = 9.3594641181 / CROTA2
Probably you and I would both like to see that data in our primary camera header when doing spec work but that's not likely to happen. When I go back to doing variable star work where my primary (ZWO) camera does plate solving, I'm expecting to see these kinds of details.
I see you have a Star'Ex. Did you build that using 3D printing? I've looked at the instructions on how to do it but I've never done 3D printing and I figure this is something I could really botch.
Read More...