-
Notifications
You must be signed in to change notification settings - Fork 43
Startrails
Star trail images are usually generated by taking the maximum pixel value of multiple frames and combining them. The idea being that stars will usually be the brightest objects in the frame and you will be able to follow their path through the night.
indi-allsky also uses some additional measurements to exclude frames with too much brightness, sometimes caused by clouds or other conditions. Images when the sun is above -15 degrees and when the moon is directly overhead are usually excluded.
The key to producing good star trails is excluding images which have too much brightness.
Setting | Default | Explanation |
---|---|---|
Star Trails Max Sun Altitude | -15 | Images are excluded when the sun is above this altitude. This prevents the bright sky glow from overtaking the trails during dusk and dawn. |
Star Trails Exclude Moon Mode | True | Exclude images when moon mode is active |
Custom Max Moon Altitude | -91 | Custom moon mode altitude (91 is disabled) |
Custom Max Moon Phase | 101 | Custom moon mode phase (101 is disabled) |
Star Trails Max ADU | 65 | Images with an average ADU above this value are excluded. This value should be less than the the night time target ADU for the exposure scaling algorithm |
Star Trails Mask Threshold ADU | 190 | When the average ADU is below the Max ADU, but the percentage of pixels is above this ADU, the image is excluded |
Star Trails Pixel Threshold | 1.0 | Percentage of pixels used for the Mask Threshold |
Star Trails Timelapse | True | Generate a star trails timelapse video |
Star Trails Timelapse Minimum Frames | 250 | A video will only be generated when this number of frames are available for the timelapse |
These settings are used in combination. When the percentage of Pixel Threshold
pixels exceed the Mask Threshold ADU
, the frame will be excluded from the star trails.