RMS icon indicating copy to clipboard operation
RMS copied to clipboard

RPi Meteor Station

Results 115 RMS issues
Sort by recently updated
recently updated
newest added

``` (vRMS) au000a@walnut:~/source/RMS$ sudo timedatectl set-timezone Australia/Eucla (vRMS) au000a@walnut:~/source/RMS$ date Sun 3 Aug 21:30:34 +0845 2025 (vRMS) au000a@walnut:~/source/RMS$ python -m Utils.CameraControl SetAutoReboot Everyday,noon Loading the default config! Creating directory: /home/au000a/RMS_data...

Allows SkyFit2 to read in bz2 files and write a xx0001.cal file in the working directory. ``` (vRMS) david@lap-deb-01:~/source/RMS$ python -m Utils.SkyFit2 ~/RMS_data/ArchivedFiles/AU000K_20250624_100321_533326_detected.tar.bz2 Platepar written to: /tmp/tmpuz3mdypw/platepar_cmn2010.cal Writing modified platepar...

Description of the fix supplied by Ed Harman: Ever since we started building RMS using the opencv-python package I have been aware of a conflict due to the fact that...

** I used to request merging into "dev" branch but it seems to be stale - please change if this is the incorrect branch Before numpy 2.0 a value of...

This PR computes and utilizes WGS84 height when necessary. It introduces a config.wgs84_height variable, which is calculated from config.elevation. Additionally, it updates the shower association to incorporate the WGS84 height....

Two features that are very useful for RMS station monitoring and for outreach are ; Toggle showing maxpixel on the screen during capture live_maxpixel_enable: true ; Toggle daytime slideshow of...

The behaviour of getRmsRootDir() is inconsistent. The function invokes importlib.util.find_spec() to attempt to find the RMS source location If a RMS module is invoked from the RMS source folder, typically...

bug

timestampFromNTP in ObservationSummary contains a hard-coded NTP server name. This could be an issue on managed networks such as schools, univerities and other academic institutions which do not permit unfettered...

enhancement

Hi, I found one station not capturing due to a crash in BufferedCapture. The last log lines are: ``` 2025/10/02 01:39:43-INFO-BufferedCapture-line:1721 - Grabbing a new block of 256 frames... 2025/10/02...