Spectroscopy use
-
- Posts: 11
- Joined: 13 Jun 2024, 23:13
- Location: Minnesota
Spectroscopy use
Phd2 now has a tool for highlighting the slit for star placement in guiding. Astroart seems to work differently.
What would be the setup for slit spectroscopy guiding? How do I highlight the slit in darkness? Any help is appreciated. Thanks john
What would be the setup for slit spectroscopy guiding? How do I highlight the slit in darkness? Any help is appreciated. Thanks john
-
- Posts: 11
- Joined: 13 Jun 2024, 23:13
- Location: Minnesota
Guiding with slit
The manual suggests finding “guiding a star on spectroscope slit” PDF. I haven’t found it. Does any one know where to download this?
Thanks john
Thanks john
Re: Guiding with slit
Hello, the PDF is attached here:
and
viewtopic.php?f=2&t=72
more or less is still valid, (nowadays it's also possible to move the star by 0.5 and 0.1 pixels) by the way:
If you don't have the possibility of making a longer exposure (or a illuminated one) to estimate the Y coordinate of the slit, then it must be found in some way, for example pointing the telescope low to the horizon. Once the approximate Y is known, you could always mark it on the image with CTRL+Click (which will add a "star marker" on the image, reading the Y coordinate on the status bar before clicking). Then it will be possible to draw rectangles near that Y, to select the subframe for the fine regulation.
P.S. Once the Y is know, you could also use this script (save it as the default script #1, to launch it with one click).
An option to draw this horizontal line automatically is very interesting, it will be added in the next upgrade.
By the way, this line is just a coarse approximation for the first phase of the setup, the fine regulation (with sub-pixel precision) must be done on the actual star, from the Guide Window, as explained in the PDF above.
Clear skies,
Fabio.
and
viewtopic.php?f=2&t=72
more or less is still valid, (nowadays it's also possible to move the star by 0.5 and 0.1 pixels) by the way:
If you don't have the possibility of making a longer exposure (or a illuminated one) to estimate the Y coordinate of the slit, then it must be found in some way, for example pointing the telescope low to the horizon. Once the approximate Y is known, you could always mark it on the image with CTRL+Click (which will add a "star marker" on the image, reading the Y coordinate on the status bar before clicking). Then it will be possible to draw rectangles near that Y, to select the subframe for the fine regulation.
P.S. Once the Y is know, you could also use this script (save it as the default script #1, to launch it with one click).
Code: Select all
ySlit = 372 ' example
x = 0
while x < Image.Width
x = x + 100
Image.Points.Add(x, ySlit)
end while
By the way, this line is just a coarse approximation for the first phase of the setup, the fine regulation (with sub-pixel precision) must be done on the actual star, from the Guide Window, as explained in the PDF above.
Clear skies,
Fabio.
-
- Posts: 11
- Joined: 13 Jun 2024, 23:13
- Location: Minnesota
Re: Spectroscopy use
Thanks so much for this. It’s going to make things a lot easier. I just hope the slit mirror reflections
won’t be a problem. John
won’t be a problem. John