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

Weird oscillatory behavior for temperature #1

Open
YodaEmbedding opened this issue Jun 15, 2017 · 1 comment
Open

Weird oscillatory behavior for temperature #1

YodaEmbedding opened this issue Jun 15, 2017 · 1 comment

Comments

@YodaEmbedding
Copy link

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

@maandree
Copy link
Owner

This behaviour is also seen when using blueshift with the same colour temperature table as analyse-gamma.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants