Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Weird oscillatory behavior for temperature #1

@YodaEmbedding

Description

@YodaEmbedding

analyse-gamma seems to return odd temperature readings. See graph:

Graph

(We expect a straight line.)

Testing script used:

#!/bin/bash -i

redshift -x

echo "Actual,Measured" > gamma_test.csv

for x in {1000..25000}
do
	redshift -O $x
	temp=$(analyse-gamma | grep temperature: | grep -oP "\d+" -m 1)
	echo "$x	$temp"
	echo "$x,$temp" >> gamma_test.csv
done

Raw data:
https://pastebin.com/raw/WhBqP18K

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions