Main Page: Difference between revisions

From Global Meteor Network
Jump to navigation Jump to search
Line 99: Line 99:
===Backup and restore the configuration and RSA keys===
===Backup and restore the configuration and RSA keys===


:'''Please note:''' in case you are on older Buster image, then you need to replace username 'rms' with 'pi', e.g. /home/pi instead of /home/rms. How to determine which to use? Simply run:
:'''NOTE:''' If you are on an older Buster image, you must replace username ''rms'' with username ''pi''. For example, enter ''/home/pi'' instead of ''/home/rms''.  
::ls /home/rms home/pi
: whichever comes existent is your home directory


: Open a terminal and execute the command  '''Scripts/RMS_Backup.sh'''. A compressed .zip file containing all important configuration files and keys will be created in user's home directory with the prefix RMS_Backup and .zip extension. Example: ''/home/rms/RMS_Backup_XX0001_2023-01-28.zip''.
To determine which username to use, run
::''ls /home/rms home/pi''
to display the username that is your home directory.


: Copy the .zip file to a safe place outside RPi, it will be useful later to restore the system in case of failure. Note it contains the RSA public and private keys used to contact GMN servers, keep it secret.


: To restore the configuration, unzip the backup file in some folder on the RPi and copy the files '''.config''', '''platepar_cmn2010.cal''' and '''mask.bmp''' to the folder '''/home/rms/source/RMS/''', and the files '''id_rsa''' and '''id_rsa.pub'' to the folder ''/home/rms/.ssh/''' as in the following example:
'''Backup the configuration'''


:: cp .config platepar_cmn2010.cal mask.bmp /home/rms/source/RMS/
1. Open a terminal and run the command  ''Scripts/RMS_Backup.sh''.  
:: cp id_rsa id_rsa.pub /home/rms/.ssh/


: Make sure that RSA key files permission bits are correct by using the command:
: A compressed .zip file, with all important configuration files and keys, is created in the user's home directory with the prefix ''RMS_Backup'' and the .zip extension.
: For example, ''/home/rms/RMS_Backup_XX0001_2023-01-28.zip''.


:: chmod 400 ~/.ssh/id_rsa*
2. Copy the .zip file to a safe place outside RPi.
 
: It will be useful later to restore the system in case of failure. Note it contains the RSA public and private keys used to contact GMN servers, keep it secret.
 
 
'''Restore the configuration'''
 
1. Unzip the backup file in any folder on the RPi.
 
2. Copy the files ''.config'', ''platepar_cmn2010.cal'', and ''mask.bmp'' to the folder ''/home/rms/source/RMS/''.
 
3. Copy the files ''id_rsa'' and ''id_rsa.pub'' to the folder ''/home/rms/.ssh/'', as shown in this example:
 
: ''cp .config platepar_cmn2010.cal mask.bmp /home/rms/source/RMS/''
: ''cp id_rsa id_rsa.pub /home/rms/.ssh/''
 
4. To make sure that permission bits in the RSA key files are correct, enter:
 
: ''chmod 400 ~/.ssh/id_rsa*''


=== Viewing the data ===
=== Viewing the data ===

Revision as of 00:57, 15 August 2025

Welcome to the Global Meteor Network wiki page!

The Global Meteor Network (GMN) is a world-wide organization of amateur and professional astronomers. The goal is to observe the night sky using low-light video cameras and produce meteor trajectories in a coordinated network of recording stations. Here, you can find information about the purpose and structure of the GMN, and how to assemble and operate your own meteor camera. You also will discover how to contribute to the development of RMS (the GMN software) and how your observations as a citizen scientist contribute to the ongoing understanding of our solar system's formation and evolution.

If you are here to find out how to build and set up a camera from scratch, jump ahead to this section!

For German speakers, there is "Build camera from scratch" documentation written by students of Friedrich-Schiller-Gymnasium in Preetz available here. This version is maintained by Friedrich-Schiller-Gymnasium in Preetz.


Global Meteor Network Overview

Our mission

A brief history of the Global Meteor Network

Video introduction - Overview of the Global Meteor Network (IMC2020)

Video overview - Meteor tracking and the GMN from Astro Imaging Channel presentation

Some 'live' GMN data products

Meteor detection station

What is an RMS GMN station? An RMS-based GMN station consists of a Raspberry Pi (RPi) single board computer, a low light level security video camera, the RMS software, and a connection to the Internet via Wifi. The camera is securely mounted in a weatherproof housing, pointed at the sky, and connected to the RPi with a Power Over Ethernet (POE) cable. To be a part of the GMN network, you need a fairly powerful Raspberry Pi (RPi 3B+, RPi 4, or better) and a reasonably fast Internet connection. The internet connection is required only for data upload to a central server each morning and to provide automatic updates for the RMS software.

Nightly, the RPi records video from the camera shortly after local sunset, then continuously compressing and storing the video data on a local hard drive. Each morning before sunrise, when capture is complete, the RPi analyzes the video and extracts meteor observations from the previous night. These extracted video clips of detected meteors are archived and then uploaded to a server. On a 'busy' night, the clips can total hundreds of megabytes as a resuklt of a heavy meteor shower or a night with a lot of false detections.

NOTE: Continuous progress is being made on the detection software to filter out false detections.

The server finds meteors that were observed from more than one station, which allows the server to triangulate meteor trails in 3D and calculate the orbits of the meteors.

What do I need?

You need a Raspberry Pi compluter, RMS software, and a camera kit.

NOTE: We strongly recommend the Pi4 model.

The software can run on a Pi3, but it is much slower and it is no longer supported. A list with everything you need is available here: page.

You can run multiple cameras on a Linux PC, and details are available here: here.

How do I obtain a camera?

There are two options - buy a camera or build a camera.

Buy a Camera

You can buy a camera and prebuilt Pi, and ready to install. Cameras are available from several suppliers, as well as the Croatian Meteor Network, as explained here: this page. If you are in the UK, you can contact the UK Meteor network for advice. UK Meteor Network.

NOTE: As of 2024, UK Meteor network can no longer sell cameras directly.

Build your own from scratch

This option requires an intermediate level of DIY skills and familiarity with the Raspberry Pi, but do not be put off. The instructions are comprehensive and, if you get stuck, you can ask for advice in the forum here: groups.io forum.

You can find out more about this option here: How to build a camera from scratch.

Advanced RMS installations and multi-camera support

If you would like to explore advanced RMS installation options for various platforms or run multiple cameras on a single Linux computer, complete information is available on this page.

If you plan to run RMS software on the Raspberry Pi 4, the best supported and easiest solution is our prepared image. Complete information is available in an Extensive how-to guide.

Can I use a commercial all-sky camera?

Generally, this is not a good idea because these cameras lack sufficient sensitivity. More information is available here: See this recent experiment.

Operate and maintain your GMN station

Overview

NOTE: GMS is a nascent operation, so you may share some of our growing pains if you choose to be involved. We are constantly solving bugs and making improvements, which is an opportunity for you to help if you have programming skills! The workload of day-to-day operation can be non-zero, and may require some of your time.

Ideally, you should monitor your RMS RPi systems daily to identify freezes, glitches, or other problems. For example, you may see birds nesting or soiling the camera window, someone may unintentionally unplug the power cord, or animals (mice, cats, or dogs) may chew on the camera Ethernet cable. Although we make constant progress, the GMS network is not yet a 'power up and forget about it' system.

By its nature, the GMS network is staffed by lots of people who are willing to help newcomers get started. Here are some suggestions for daily operation of your RMS camera.

What does the meteor camera do over the course of 24 hours?

The RMS python-based system calculates the sundown to sunrise interval, and schedules video camera capture all night. Based on the video camera and capabilities of the RPi, the camera captures at least 25 frames per second between evening and morning twilight. During each nightly continuous image capture, the station processes captured image data and idenitfies frames that contain a minimum number of stars (usually around 20) that are worth reviewing for meteor detections. When data capture is complete, the station begins processing all promising frames for detections, then refines the astrometric accuracy of every positive detection. Using the station plate parameters (platepar) calibration file, processing iterates to find the best astrometry and photometry solution for each detected meteor. After this process analyzes each detection, summary files are created.

The summary files include many types of information.

  • Text file data presentation in several widely accepted formats (CAMS and UFOorbit)
  • Graphic plots of detection frequencies throughout the night
  • A set of thumbnail images of detections
  • A set of thumbnail images of data captured throughout the night
  • A single image with all detections stacked together
  • Plots of photometry, astrometry, and camera pointing drift in arc minutes throughout the course of the night as the mount or building flexes
  • A flat file for correcting images
  • A plot of all detections, showing any identified radiants.

Ultimately, all results are combined into a single compressed archive that is automatically uploaded each morning to the central server. Optionally, you can create na .mp4 movie that shows a time lapse of the night’s captured images.

Each morning, you can review the result files on the RPi and copy anything you want to your computer or tablet.

Archive data

Your primary scientific data is automatically uploaded to the central server every morning after data processing is complete.

NOTE: When the night's results are uploaded, RMS purges the oldest data to free up space for the next night's run. As a result, you may want to copy some of the data to a PC, NAS, or the cloud for further analysis.
You should consider backing up the content of ~/RMS_data/ArchivedFiles, which holds individual files and data that RMS determined were probably meteors.

Details about backing up data is beyond the scope of the GMN Wiki. Tools such as Robocopy for Windows and rsync for Linux/MacOS are ideal, and they can 'mirror' data across a network. Help to configure these tools is available in the Globalmeteornetwork group on groups.io.

In addition, we added some automated tools that can help you back up data to a thumb drive inserted into the RPi. Assistance about these tools also is available in the Globalmeteornetwork group on groups.io.

Backup and restore the configuration and RSA keys

NOTE: If you are on an older Buster image, you must replace username rms with username pi. For example, enter /home/pi instead of /home/rms.

To determine which username to use, run

ls /home/rms home/pi

to display the username that is your home directory.


Backup the configuration

1. Open a terminal and run the command Scripts/RMS_Backup.sh.

A compressed .zip file, with all important configuration files and keys, is created in the user's home directory with the prefix RMS_Backup and the .zip extension.
For example, /home/rms/RMS_Backup_XX0001_2023-01-28.zip.

2. Copy the .zip file to a safe place outside RPi.

It will be useful later to restore the system in case of failure. Note it contains the RSA public and private keys used to contact GMN servers, keep it secret.


Restore the configuration

1. Unzip the backup file in any folder on the RPi.

2. Copy the files .config, platepar_cmn2010.cal, and mask.bmp to the folder /home/rms/source/RMS/.

3. Copy the files id_rsa and id_rsa.pub to the folder /home/rms/.ssh/, as shown in this example:

cp .config platepar_cmn2010.cal mask.bmp /home/rms/source/RMS/
cp id_rsa id_rsa.pub /home/rms/.ssh/

4. To make sure that permission bits in the RSA key files are correct, enter:

chmod 400 ~/.ssh/id_rsa*

Viewing the data

To view the data, you can use CMN_binViewer software[1] which is already installed in the RMS SD image.
There is also a Windows version[2] you can install.
Important note : You can also open the images in astronomical FITS viewers such as FITS Liberator or Pixinsight, though the results may be surprising. For example in FITS Liberator, the image will be upside down. This is an artefact of how the software reads the image. In space, there's no 'up' or 'down' and so the FITS specification does not dictate whether the pixel (0,0) is at the bottom left or top left, or indeed one of the other corners. Some software, notably FITS Liberator, treats the top left as the origin and so terrestrial images will be displayed mirrored vertically.

Tools and Utilities

  • RealVNC or AnyDesk remote connect tool allows station access from anywhere. Access from outside your network is enabled by use of an OpenVPN connection address available to meteor stations. Alternatively, with VNC and Teamviewer, you can create an account and team on their websites, and then remotely access your station.
  • Samba data directory access, allows you to copy data results directly from your RPi to your computer or tablet.
  • CMN_binViewer can be used to view standard fits image files containing meteor detections. It runs on the RPi, and is also available under Windows.
  • UFO Orbit allows you to process data from multiple stations and generate unified radiants of two or more stations seeing the same meteor. It can plot the shared object ground path, orbital characteristics, and can output a summary file of all objects seen by more than one station, which can be used for further analysis.
  • RMS software can be installed under Windows to allow much of the RMS python-based code to be executed on your computer, so it can be run against meteor station data you have transferred to your computer from the RPi.
  • You can run RMS Python jobs on the RPi to sample the image files captured all night long and condense them into a mp4 movie. This creates a sometimes mesmerizing summary that can run for over 2 minutes in length for winter time data.

What can I do with my GMN station?

Using SkyFit2 to perform astrometric and photometric calibration + Manually reducing observations of fireballs and computing their trajectories:

Generating a Google Earth KML file to show your station's field of view

Using UFO Orbit program to estimate meteor trajectories

Urban meteor observing

Data analysis with SkyFit2

SkyFit2 is a program within the RMS library which supports analyzing optical meteor data in most optical formats that are in use today, including videos in any popular video format (mp4, avi, mkv), a sequence of static images, or a single image with shutter breaks.

This video tutorial explains how to using SkyFit2 to perform astrometric and photometric calibration on GMN data and manually reduce observations of fireballs, including computing their trajectories.

A more general and detailed description of SkyFit2 is given at the SkyFit2 page.

FAQ

What should I back up when re-flashing an SD card or a USB disk?

The .config, platepar and mask files that are in the RMS source directory, plus the whole contents of the hidden directory /home/pi/.ssh.

If your SD card or a USB disk fails or becomes corrupted, the config files can be fetched from the server as they are uploaded every day together with the data. However the contents of .ssh are essential for connection to the server, so you must also save these. Once you set up a new SD card or a USB disk, return the files in their original location.

What are the values in FTPdetectinfo_* file designated as hnr mle bin Pix/fm Rho Phi?

Some of these values are not used in RMS (hnr mle bin), but they are in CAMS, so they are here to conform to the standard. Thus they are all zeros. The others are:
- Pix/fm - Average angular speed of the meteor in pixels per frame.
- Rho, Phi - Parameters that define the line of the meteor in polar coordinates, see here for more details. Rho is the distance of the line from the centre of the image, and phi is the angle of the line as measured from the positive direction of the Y axis (basically a line going from the center of the image to the top of the image), the positive angles are measured clockwise (I think, the CAMS standard might define these parameters a bit differently, the Y axis is flipped).
The intensity is the sum of all pixel intensities of the meteor on a given frame. Let's say I represent an area around the meteor on a given frame like this, where the numbers are pixel intensities on an 8-bit image (so they can range from 0 to 255):
Intensity_sum.png
and the pixels values inside the red boundary represent the meteor blob on the frame, the intensity would be the sum of all numbers inside the red boundary.
This value is later used to compute the magnitude. The magnitude is computed as: mag = -2.5*log10(intensity sum) + photometric_offset. The photometric offset is estimated in SkyFit by fitting the line with slope -2.5 through pairs of known magnitudes of stars and logartihms of their pixel intensity sum. The photometric offset is basically the intercept of that line. The constant slope of -2.5 comes from the definition of stellar magnitudes.


GMN data policy

The Global Meteor Network produces several levles of data products:

  • Level 1 - The lowest level data (i.e. as close to "raw" as possible) are the FF image and FR video files saved to the RPi by the capture code and the fireball detector.
  • Level 2 - The meteor detector uses these data to extract positional and brightness information of individual meteors (FTPdetectinfo file), and images are also used for astrometric and photometric calibration (platepar file). Meteor and star detections are used to generate a range of plots suchs as the single-station shower association graph, camera drift graph, etc. The calibrated meteors measurements get uploaded to the GMN server together with the raw images of individual meteors.
  • Level 3 - The software on the server correlates individual observations and computes multi-station meteor trajectories which are published daily on the GMN data website. This data is made public under the CC BY 4.0 license.

Operators of individual GMN stations exclusively own the Level 1 and Level 2 data their stations produce. In practice, this means that they are free to share this data with other meteor networks if they wish to do so. The data that gets uploaded to the GMN server will not be shared publicly nor with other parties without the operator's consent, but may be used internally by the GMN coordinators to manually produce other data products (e.g. trajectory of a meteorite dropping fireball, analysis of a meteor shower). All station operators will be credited for their data in all GMN publications.

IstraStream

IstraStream GMN status website NOW OBSOLETE

IstraStream.com is an independent hosting site primarily for cameras sold by IstraStream. In mid-2023 Istrastream stopped listing camera image output and the IstraStream data display has been replaced by the GMN weblog.

This document explains what every plot on the IstraStream weblog means:

IstraStream Plots Explanation

For More Information

Contact the Global Meteor Network

Join the Global Meteor Network Forum

UK Meteor Network Wiki

This wiki has numerous FAQs and tips on maintaining, monitoring and managing your system, and several explainers such as how to calibrate and create a mask, how to copy data and so forth.

GMN talks

GMN talk for Society for Astronomical Sciences workshop 2024 (The first 3 videos)
2023 GMN Meeting Session 1 (February 2023)
2023 GMN Meeting Session 2 (February 2023)
2022 GMN Meeting Session 1 (February 2022)
2022 GMN Meeting Session 2 (February 2022)
GMN talk at the European Space Agency's Fireball Workshop (June 2021)
2021 GMN Meeting - Link to slides
Overview of the GMN - IMC2020 (September 2020)
Overview of the GMN, Astro Imaging Channel presentation (May 2020)

GMN-related publications

Vida, D., Blaauw Erskine, R. C., Brown, P. G., Kambulow, J., Campbell-Brown, M., & Mazur, M. J. (2022). Computing optical meteor flux using global meteor network data. Monthly Notices of the Royal Astronomical Society, 515(2), 2322-2339.
Moorhead, A. V., Clements, T., & Vida, D. (2021). Meteor shower radiant dispersions in Global Meteor Network data. Monthly Notices of the Royal Astronomical Society, 508(1), 326-339.
Vida, D., Šegon, D., Gural, P. S., Brown, P. G., McIntyre, M. J., Dijkema, T. J., Pavletić, L., Kukić, P., Mazur, M.J., Eschman, P., Roggemans, P., Merlak, A., & Zubović, D. (2021). The Global Meteor Network–Methodology and first results. Monthly Notices of the Royal Astronomical Society, 506(4), 5046-5074.
Moorhead, A. V., Clements, T. D., & Vida, D. (2020). Realistic gravitational focusing of meteoroid streams. Monthly Notices of the Royal Astronomical Society, 494(2), 2982-2994.
Kukić, P., Gural, P., Vida, D., Šegon, D. & Merlak, A. (2018) Correction for meteor centroids observed using rolling shutter cameras. WGN, Journal of the International Meteor Organization, 46:5, 154-118.
Vida, D., Mazur, M. J., Šegon, D., Kukić, P., & Merlak, A. (2018). Compressive strength of a skirting Daytime Arietid-first science results from low-cost Raspberry Pi-based meteor stations. WGN, Journal of the International Meteor Organization, 46, 113-118.
Vida, D., Gural, P., Brown, P., Campbell-Brown, M., Wiegert, P. (2019) Estimating trajectories of meteors: an observational Monte Carlo approach - I. Theory. arXiv:1911.02979v4 [astro-ph.EP 21 Apr 2020]
Vida, D., Gural, P., Brown, P., Campbell-Brown, M., Wiegert, P. (2019) Estimating trajectories of meteors: an observational Monte Carlo approach - II. Results. arXiv:1911.11734v1 [astro-ph.EP 26 Novr 2019]
Vida, D., Mazur, M. J., Šegon, D., Zubović, D., Kukić, P., Parag, F., & Macan, A. (2018). First results of a Raspberry Pi based meteor camera system. WGN, Journal of the International Meteor Organization, 46, 71-78.
Vida, D., Zubović, D., Šegon, D., Gural, P., & Cupec, R. (2016). Open-source meteor detection software for low-cost single-board computers. In Proceedings of the International Meteor Conference (IMC2016), Egmond, The Netherlands (pp. 2-5).
Zubović, D., Vida, D., Gural, P., & Šegon, D. (2015). Advances in the development of a low-cost video meteor station. In Proceedings of the International Meteor Conference, Mistelbach, Austria (pp. 27-30).