LowellObservatory / NightShift

Collection of sub-modules used in the NightWatch (and other Night*) project
Mozilla Public License 2.0
1 stars 1 forks source link

Bad Image Stamping Lies? #16

Closed astrobokonon closed 3 years ago

astrobokonon commented 3 years ago

Seeing this in the logs too

2020-09-04 05:50:09,357 INFO     Copying the latest/last files to an accessible spot...
2020-09-04 05:50:09,357 INFO     ./outputs/goes//nows//goes16_000.png is too old (3.933882)! Stamping it.
2020-09-04 05:50:09,510 INFO     ./outputs/goes//nows//goes16_001.png is too old (3.850549)! Stamping it.
2020-09-04 05:50:09,664 INFO     ./outputs/goes//nows//goes16_002.png is too old (3.767215)! Stamping it.
2020-09-04 05:50:09,818 INFO     ./outputs/goes//nows//goes16_003.png is too old (3.683882)! Stamping it.
2020-09-04 05:50:09,971 INFO     ./outputs/goes//nows//goes16_004.png is too old (3.600549)! Stamping it.
2020-09-04 05:50:10,129 INFO     ./outputs/goes//nows//goes16_005.png is too old (3.517215)! Stamping it.
2020-09-04 05:50:10,286 INFO     ./outputs/goes//nows//goes16_006.png is too old (3.433882)! Stamping it.
2020-09-04 05:50:10,437 INFO     ./outputs/goes//nows//goes16_007.png is too old (3.350549)! Stamping it.
2020-09-04 05:50:10,588 INFO     ./outputs/goes//nows//goes16_008.png is too old (3.267215)! Stamping it.
2020-09-04 05:50:10,742 INFO     ./outputs/goes//nows//goes16_009.png is too old (3.183882)! Stamping it.
2020-09-04 05:50:10,897 INFO     ./outputs/goes//nows//goes16_010.png is too old (3.100549)! Stamping it.
2020-09-04 05:50:11,055 INFO     ./outputs/goes//nows//goes16_011.png is too old (3.017215)! Stamping it.
2020-09-04 05:50:11,208 INFO     ./outputs/goes//nows//goes16_012.png is too old (2.933882)! Stamping it.
2020-09-04 05:50:11,363 INFO     ./outputs/goes//nows//goes16_013.png is too old (2.850549)! Stamping it.
2020-09-04 05:50:11,515 INFO     ./outputs/goes//nows//goes16_014.png is too old (2.767215)! Stamping it.
2020-09-04 05:50:11,668 INFO     ./outputs/goes//nows//goes16_015.png is too old (2.683882)! Stamping it.
2020-09-04 05:50:11,825 INFO     ./outputs/goes//nows//goes16_016.png is too old (2.600549)! Stamping it.
2020-09-04 05:50:11,978 INFO     ./outputs/goes//nows//goes16_017.png is too old (2.517215)! Stamping it.
2020-09-04 05:50:12,135 INFO     ./outputs/goes//nows//goes16_018.png is too old (2.433882)! Stamping it.
2020-09-04 05:50:12,289 INFO     ./outputs/goes//nows//goes16_019.png is too old (2.350549)! Stamping it.
2020-09-04 05:50:12,444 INFO     ./outputs/goes//nows//goes16_020.png is too old (2.267215)! Stamping it.
2020-09-04 05:50:12,615 INFO     Latest file copy done!

It doesn't actually appear to be doing that, so I don't know what's up here.

astrobokonon commented 3 years ago

Closed; not a problem, I just forgot that I'm really keeping 48 images in the buffer but displaying 24 in HAniS! And the max/warning age in GOES is 2.5 hours. Whoops.