adalava

Results 16 comments of adalava

> This is on the Master branch, correct? If my memory serves me right, this should be fixed in Prerelease. Yes, it's on master branch

> I'm not sure why the default is false - I also think it should be true by default. Can you confirm the 45 minutes and counting processing is with...

> It was set to default to false so that the new code would not change the behaviour of stations, unless people expressly wanted the change to be made. Actually...

@MaadhyamRana , right, so is "prioritize_capture_over_reprocess" a flag meant to be used only when "continuous_capture: true" or with this set in mind? In this case now I understand the reason...

I was wondering if instead of: `img_flatten = (img.flatten().astype(np.byte).astype(np.int16)*255).astype(np.byte)` it should be: `img_flatten = (img.flatten()*255).astype(np.byte)` But results could be different than today's....

@dvida , gentle ping just to make sure you are aware of this PR. I'm seeing many stations requesting numpy =>2.0 despite RMS expliciting selecting the 1.x series.