Print

Print


Repository commits in period 2012-11-12 07:05:39 -1000 (Mon, 12 Nov 2012) to 2012-11-12 11:06:31 -1000 (Mon, 12 Nov 2012) (revision 10339 to revision 10342)

See http://starlink.jach.hawaii.edu//summarize-commits-starjava.html for more details

Revisions:

	10342 (mbt):
	  ttools: adjust KCorrections documentation as suggesteed by Ivan
	10341 (mbt):
	  ttools: add numeric test for k-corrections based on python implementation.
	  The kcorrData.txt file is generated by running kcors.py, which pulls in
	  the python implementataion.
	10340 (mbt):
	  ttools: add python version of the I&I K-correction code for testing.
	  This version received by email from Ivan Zolotukhin 12 Nov 2012.
	  It's an update of the one currently on the http://kcor.sai.msu.ru/
	  web page and described in the paper.
	  
	  Since this source code is different than the one that I hacked to
	  generate the java KCorrections class source code (this is python and
	  I used the javascript one), checking the values generated by the
	  java code against this should be a good test that I didn't make
	  any edit errors.
	10339 (mbt):
	  ttools: K-Corrections typo showed up by tests

Committed files

	ttools/src/main/uk/ac/starlink/ttools/func/KCorrections.java
	ttools/src/testcases/uk/ac/starlink/ttools/func/KCorrectionsTest.java
	ttools/src/testcases/uk/ac/starlink/ttools/func/calc_kcor_2012.py
	ttools/src/testcases/uk/ac/starlink/ttools/func/kcorrData.txt
	ttools/src/testcases/uk/ac/starlink/ttools/func/kcors.py