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$ python -m RMS.BufferedCapture Popen(['git', 'version'], cwd=/home/au000a/source/RMS, universal_newlines=False, shell=None, istream=None) Popen(['git', 'version'], cwd=/home/au000a/source/RMS, universal_newlines=False, shell=None, istream=None) Using fontManager instance from /home/au000a/.cache/matplotlib/fontlist-v330.json Loaded backend agg version unknown. Loaded backend...

bug

Currently, `frame_days_to_keep` only deletes processed files but not raw images. I think it was deemed sufficient because those images were supposed to be archived or deleted. Currently, they are supposed...

Since the last release, external post processing script logging settings are being overridden and very detailed debug logging of the script is being added to the main RMS logfile. This...

``` 2025/06/08 13:28:41-INFO-Reprocess-line:132 - The FOV in the platepar is not within a factor of 2 of the FOV in the config file! Not using the platepar... ``` This warning...

https://github.com/CroatianMeteorNetwork/RMS/blob/bdb4ab2e41793b659c5010a3f53c585be646f718/RMS/StartCapture.py#L1118 There is an opportunity to start check for broken folders in this execution path which is not taken.

enhancement

Related to [254](https://github.com/CroatianMeteorNetwork/RMS/issues/524) If auto-reprocess=false is used a a workaround, archive gets named as the last unprocessed night, not the last (current) night. As an example, data captured on April...

An operator has been having difficulties with transmitting data over an ADSL connection, and has asked if any work has been done on using the features in Paramiko to reduce...

enhancement

The error below occurs when RMS tries to run and there is ZERO disk space available due to a blow-out in the capture directories. I've seen it multiple times. The...

Request new functionality to enable the timing of RMS uploads to be controlled via .config This request is a further attempt to mitigate the situation behind the previous issue #546...

``` 2025/03/17 20:52:21-INFO-DetectStarsAndMeteors-line:90 - Detected stars: 64 2025/03/17 20:52:21-DEBUG-DetectStarsAndMeteors-line:96 - At least 20 stars, detecting meteors... Traceback (most recent call last): File "/home/au000w/source/RMS/RMS/QueuedPool.py", line 361, in _workerFunc result = func(*all_args,...