{"id":2423,"date":"2022-12-29T21:30:00","date_gmt":"2022-12-29T20:30:00","guid":{"rendered":"https:\/\/aerospaceresearch.net\/?page_id=2423"},"modified":"2023-01-01T16:36:36","modified_gmt":"2023-01-01T15:36:36","slug":"automating-the-characterization-of-the-visual-brightness-of-starlink-satellites-and-any-other-satellite","status":"publish","type":"page","link":"https:\/\/aerospaceresearch.net\/?page_id=2423","title":{"rendered":"Automating the characterization of the visual brightness of Starlink Satellites &#8230;and any other satellite"},"content":{"rendered":"\n<p>Maybe you have already spotted them yourself on the night sky. Most likely you have heared about them in the news. Since 2019, SpaceX is launching hundreds and hundreds of Starlink satellites into Earth orbit. In the beginning they were very brightly and clearly visible so that people reported this unusual appearence like in the video from Marco LANGBROEK all over the world. These train like formations were not used by other satellites so people were used to anything else than 50 and more bright spots in a long row flying over the firmament. If they gazed into the night sky maybe a few single satellites were visible at the same time within a human&#8217;s perceptional field-of-view. So people were used to single satellites above us and bright pearl chains in the sky rose attention.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"SpaceX Starlink Satellites Spotted Over Netherlands\" width=\"840\" height=\"630\" src=\"https:\/\/www.youtube.com\/embed\/ytUygPqjXEc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><figcaption class=\"wp-element-caption\">Video by <a href=\"http:\/\/www.langbroek.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Marco LANGBROEK<\/a><\/figcaption><\/figure>\n\n\n\n<p>These formations in the sky not only rose attention of the public, but also by the scientific community. What is visible and nicely looking for humans, will be a challenge for any professional observation. By the sheer high number of satellites, many of them will be on photos taken by observatories. That results in disturbances of the pictures of what should have been a recording of something in deep space and now many satellites are blocking the view. The picture becomes unusable for science. The next photos shows you the effects on the Blanco telescope&#8217;s sensor.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/0\/06\/Astro.jpg\" alt=\"\"\/><figcaption class=\"wp-element-caption\">Signal pollution in a 333-second exposure image taken from the Blanco four-meter (13&#8242;) telescope at the&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Cerro_Tololo_Inter-American_Observatory\">Cerro Tololo Inter-American Observatory<\/a>. (Source: <a href=\"https:\/\/en.wikipedia.org\/wiki\/Starlink#\/media\/File:Astro.jpg\">Wikipedia<\/a>)<\/figcaption><\/figure>\n\n\n\n<p>Around 2019, the following code is summarizing the situation. And since then SpaceX worked to improve the situation by working together with the scientific community to change the designs of the satellites to reduce the visual impact on observations.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>The potential tragedy of a mega-constellation like Starlink is that for the rest of humanity it changes how the night sky looks,\u201d says Ronald Drimmel from the Turin Astrophysical Observatory in Italy. \u201cStarlink, and other mega constellations, would ruin the sky for everyone on the planet.<\/p>\n<cite><strong>Ronald Drimmel<\/strong> from the Turin Astrophysical Observatory in Italy. From &#8222;<em><a rel=\"noreferrer noopener\" href=\"https:\/\/www.forbes.com\/sites\/jonathanocallaghan\/2019\/05\/27\/spacexs-starlink-could-change-the-night-sky-forever-and-astronomers-are-not-happy\" target=\"_blank\">SpaceX&#8217;s Starlink Could Change The Night Sky Forever, And Astronomers Are Not Happy<\/a><\/em>&#8220; on Forbes.com (2019-05-27T07:42 EDT)<\/cite><\/blockquote>\n\n\n\n<p>So this how-to shows you how you can measure the apparant brightness of Starlink and other satellites in a simple way. Furthermore the measurements can help the observation community to see effects that are the results of such design changes.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Preparation<\/h2>\n\n\n\n<p>For taking part in this endeavour, you will need some hardware, some accounts and a bit of software. Before we will explain in more details what to do you find a condensed list of the different things you need for your satellite brightness measurements here below. It is sorted according to the different aspects.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1.1 Observation camera<\/h3>\n\n\n\n<p>You will obviously need something to record your astrovideos. That means your equipment need to be able to record videos on which stars and faint satellites can be seen. The listed Sony setup worked flawlessly. It should also work with other cameras. So pleas check here if your system at hand will work&#8230;<\/p>\n\n\n\n<ul>\n<li>have a <strong>Sony Alpha A7s-i, or any other camera<\/strong> that allows astrovideos in 1080p25<\/li>\n\n\n\n<li>use a Sony FE 1.8\/50 <strong>lense<\/strong> or equivalent for your camera. You need some good f-number for a lot of light on the camera sensor. And also the field-of-view with such a lens is good fo our purpose<\/li>\n\n\n\n<li>have a <strong>tripod and ball head for your camera<\/strong> that allows good view towards the sky and a firm fix.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">1.2 Analysis hardware<\/h3>\n\n\n\n<p>When you have a recorded astrovideo with stars, satellites and everything, you will need some hardware to analyse the video to extract the brightness of all satellites that you observed. <br>The computer with python is used for the main process flow of video analysis. The Raspberry Pi 4 is used only for extracting the stars. We were not able to get Astrometry.net to run on a windows system, so we send the frame to the raspi and receive everything we need from there. If you manage to install it on windows, please tell us. If you have a linux only system, then you can try to have both on one linux computer.<br>So far, our setup was like this&#8230;<\/p>\n\n\n\n<ul>\n<li>have <strong>a rather decent laptop or computer with python<\/strong> for the overall analysis<\/li>\n\n\n\n<li>get a spare <strong>Raspberry Pi 4 (ram &gt;= 2gb)<\/strong> that you most likley have lying around and we will use here for astrometry.net<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">1.3 Accounts to-have and should-have<\/h3>\n\n\n\n<p>We need a few accounts to be able to work and to report our results back to the community.<br>And further more there are 2 optional accounts that we like you to know because they could help you.<\/p>\n\n\n\n<ul>\n<li>create an <strong>account at <a rel=\"noreferrer noopener\" href=\"https:\/\/www.space-track.org\/\" target=\"_blank\">space-track.org<\/a><\/strong>, for the orbit data of satellites<\/li>\n\n\n\n<li><strong>subscribe to the <a rel=\"noreferrer noopener\" href=\"http:\/\/www.satobs.org\/seesat\/seesatindex.html\" target=\"_blank\">SeeSat-L mailinglist<\/a><\/strong> on Satobs.org to discuss and share your results<\/li>\n\n\n\n<li>(optional) subscribe to our <a href=\"https:\/\/aerospaceresearch.zulipchat.com\/\">zulip chat<\/a> where you can ask me anything<\/li>\n\n\n\n<li>(optional) have an account at <a rel=\"noreferrer noopener\" href=\"http:\/\/astrometry.net\/\" target=\"_blank\">astrometry.net<\/a> to say &#8222;thank you&#8220; for their software<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">1.4 Location for satellite spotting<\/h3>\n\n\n\n<p>Welcome to be a satellite spotter! You will need to be outside when the weather allows it to view stars and satellites.<\/p>\n\n\n\n<ul>\n<li>find <strong>a good and clear-sky location for your astrophotos\/videos<\/strong> and know the geo-coordinates. We used a nice field outside of the City of Jena, which is fittingly called &#8222;city of light&#8220;, next to an airfield. So the sky view is good, it has less light pollution, and it is not that creepy to be outside there alone in the dark. Find a location as it suits you.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">1.5 Optional syncronization hardware<\/h3>\n\n\n\n<p>This is part of our lessons learned. You don&#8217;t need it, but it makes your life easier. This is for a simple hardware that synchronized your camera to an external GPS. The Sony A7S-i does not have a built-in GPS, and the manual date&amp;time setup proved to be unreasonably off that finding the real start time of the video took some time, for each video.<br>So this shall help to auomate it. Keep this in mind when you read until the end.<\/p>\n\n\n\n<ul>\n<li>Raspberry Pi Pico (any, we use a W here)<\/li>\n\n\n\n<li>Adafruit GPS Ultimate Breakout (any other that provides 1pps signal should do)<\/li>\n\n\n\n<li>prototype soldering board, LED, pre-resistor and soldering stuff<\/li>\n\n\n\n<li>PeakDesign dual plate or any other camera adapter that mounts to your tripod <\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">2. What is this good for or how do I help here?<\/h2>\n\n\n\n<p>&#8222;<a rel=\"noreferrer noopener\" href=\"https:\/\/arxiv.org\/abs\/2210.17268\" target=\"_blank\">Visual Brightness Characteristics of Starlink Generation 1 Satellites<\/a>&#8220; by Anthony Mallama and Jay Respler on arxiv.org<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3. How it was done before, manually<\/h2>\n\n\n\n<p>&#8222;<a href=\"https:\/\/arxiv.org\/abs\/2208.07834\" target=\"_blank\" rel=\"noreferrer noopener\">The Method of Visual Satellite Photometry<\/a>&#8220; by Anthony Mallama on arxiv.org.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"550\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">A.Mallama &amp; J.Respler show in their <a href=\"https:\/\/twitter.com\/arxiv?ref_src=twsrc%5Etfw\">@arxiv<\/a> paper that <a href=\"https:\/\/twitter.com\/SpaceX?ref_src=twsrc%5Etfw\">@SpaceX<\/a> reduced the apparent brightness of <a href=\"https:\/\/twitter.com\/hashtag\/Starlink?src=hash&amp;ref_src=twsrc%5Etfw\">#Starlink<\/a> satellites from 4.7 (Original) to 6.2 (<a href=\"https:\/\/twitter.com\/hashtag\/VisorSat?src=hash&amp;ref_src=twsrc%5Etfw\">#VisorSat<\/a>). When <a href=\"https:\/\/twitter.com\/hashtag\/lasercommunication?src=hash&amp;ref_src=twsrc%5Etfw\">#lasercommunication<\/a> was added in v1.5, it increased a bit to 5.5 (PostVisorSat) <a href=\"https:\/\/t.co\/UO8ZEa5ZQN\">https:\/\/t.co\/UO8ZEa5ZQN<\/a> 1\/n <a href=\"https:\/\/twitter.com\/elonmusk?ref_src=twsrc%5Etfw\">@elonmusk<\/a> <a href=\"https:\/\/t.co\/1WtuGMGA0C\">pic.twitter.com\/1WtuGMGA0C<\/a><\/p>&mdash; Andreas Hornig (@andreashornig) <a href=\"https:\/\/twitter.com\/andreashornig\/status\/1590824102654509057?ref_src=twsrc%5Etfw\">November 10, 2022<\/a><\/blockquote><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">4. How it is done here, almost fully automized<\/h2>\n\n\n\n<p>intro<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4.1 Capture the sky with your camera in 1080p25 video. Crank up you ISO!<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">4.2 Satellite knowledge<\/h3>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><a href=\"https:\/\/www.space-track.org\/basicspacedata\/query\/class\/gp_history\/NORAD_CAT_ID\/%3E1\/orderby\/TLE_LINE1%20ASC\/EPOCH\/2022-06-16--2022-06-21\/format\/3le\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.space-track.org\/basicspacedata\/query\/class\/gp_history\/NORAD_CAT_ID\/%3E1\/orderby\/TLE_LINE1%20ASC\/EPOCH\/2022-06-16&#8211;2022-06-21\/format\/3le<\/a><\/p>\n<cite><a href=\"https:\/\/www.space-track.org\" target=\"_blank\" rel=\"noreferrer noopener\">Space-Track.org<\/a> (Please log in or link does not work! <a href=\"https:\/\/www.space-track.org\/documentation\">Please use responsibly<\/a>!)<\/cite><\/blockquote>\n\n\n\n<p>Within the above link, there are three sections for us to change according to our observation. So have a look into the box below and at least modify the EPOCH section to your observation time.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>NORAD_CAT_ID\/>1<\/strong><em>, narrow down to your satellites, or take all as we did<\/em>\n<strong>EPOCH\/FROM-TO<\/strong><em>, in YYYY-MM-DD format, we used +-3 days around the observation date<\/em>\n<strong>format\/3le<\/strong><em>, keep 3 line format, so you have the name of satellites<\/em><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4.3 Celestial position kowledge of your camer&#8217;s Field-of-View<\/h3>\n\n\n\n<p>Install Astrometry.net on your Raspberry Pi 4. That will take a while.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># install Astrometry.net on your Raspberry Pi 4\n<strong>sudo apt-get install astrometry.net -y<\/strong><\/code><\/pre>\n\n\n\n<p>When Astrometry.net is installed, you need to set it up for your camera. Astrometry.net needs so called &#8222;index files&#8220; that provide the settings for diferent lens sizes. Our Sony FE1.8\/50 has a field-of-view (FoV) of about 45\u00b0 and for this kind of lense, the &#8222;4100&#8220; index file set is used.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><a href=\"http:\/\/data.astrometry.net\/4100\/\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/data.astrometry.net\/4100\/<\/a><\/p>\n<cite><a href=\"http:\/\/data.astrometry.net\" target=\"_blank\" rel=\"noreferrer noopener\">Astrometry.net<\/a> files of a lens with about 45\u00b0 FoV. If you have a a smaller FoV for a tele-lense, than download the other index files, too.<\/cite><\/blockquote>\n\n\n\n<p>When downloaded, create a local folder where you unpack the files. We placed them at &#8222;\/home\/pi\/astrometry\/index&#8220;. You need to modify the astrometry.cfg config file to point to your folder.<\/p>\n\n\n\n<p>Open the config file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>sudo nano \/etc\/astrometry.cfg<\/strong><\/code><\/pre>\n\n\n\n<p>Find this line and change it like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>#add_path \/usr\/share\/astrometry\nadd_path \/home\/pi\/astrometry\/index<\/strong><\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4.4 Geographical coordinate position kowledge of your observation location<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">4.5 Time of observation knowledge of your video start, or how to sync your video to reality<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\">5. Results, look what we found!<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">6. Conclusions and how to improve this<\/h2>\n","protected":false},"excerpt":{"rendered":"<p>Maybe you have already spotted them yourself on the night sky. Most likely you have heared about them in the news. Since 2019, SpaceX is launching hundreds and hundreds of Starlink satellites into Earth orbit. In the beginning they were very brightly and clearly visible so that people reported this unusual appearence like in the &hellip; <a href=\"https:\/\/aerospaceresearch.net\/?page_id=2423\" class=\"more-link\"><span class=\"screen-reader-text\">\u201eAutomating the characterization of the visual brightness of Starlink Satellites &#8230;and any other satellite\u201c<\/span> weiterlesen<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=\/wp\/v2\/pages\/2423"}],"collection":[{"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2423"}],"version-history":[{"count":23,"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=\/wp\/v2\/pages\/2423\/revisions"}],"predecessor-version":[{"id":2450,"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=\/wp\/v2\/pages\/2423\/revisions\/2450"}],"wp:attachment":[{"href":"https:\/\/aerospaceresearch.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}