[cpl-plugin-kmos] branch debian updated (b5b67e6 -> 875c8ad)
Ole Streicher
olebole-guest at moszumanska.debian.org
Mon Jan 13 11:03:11 UTC 2014
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a change to branch debian
in repository cpl-plugin-kmos.
from b5b67e6 Merge branch 'debian-template' into debian
new e77008d New upstream version 1.2.8
new 0e71b7a Adjust changelog for new upstream version
new 875c8ad Adjust patches for new version
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ChangeLog | 119 +-
Makefile.am | 6 +-
Makefile.in | 7 +-
acinclude.m4 | 16 +-
calib/gasgano/config/KMOS.prefs | 2 +-
configure | 62 +-
configure.ac | 17 +-
debian/changelog | 6 +
debian/patches/libadd_cpl.patch | 2 +-
debian/patches/no_test_data.patch | 44 +-
debian/patches/propagate_cflags.patch | 24 -
debian/patches/series | 1 -
debian/patches/spellfix.patch | 8 +-
irplib/Makefile.in | 1 +
irplib/irplib_distortion.c | 14 -
irplib/irplib_framelist.c | 16 +-
irplib/irplib_plugin.c | 6 +-
irplib/irplib_polynomial.c | 173 +-
irplib/irplib_polynomial.h | 26 -
irplib/irplib_strehl.c | 849 +++--
irplib/irplib_strehl.h | 57 +
irplib/tests/Makefile.am | 5 +
irplib/tests/Makefile.in | 22 +-
irplib/tests/irplib_framelist-test.c | 19 +
irplib/tests/irplib_polynomial-test.c | 6 +-
irplib/tests/irplib_strehl-test.c | 677 ++++
ChangeLog => kmclipm/ChangeLog | 119 +-
INSTALL => kmclipm/INSTALL | 0
kmclipm/Makefile.am | 66 +
{kmos => kmclipm}/Makefile.in | 383 +--
README => kmclipm/README | 23 +-
TODO => kmclipm/TODO | 0
kmclipm/include/kmclipm_rtd_image.h | 86 +
kmclipm/include/kmclipm_version.h | 44 +
kmclipm/src/kmclipm_functions.c | 8 +-
kmclipm/src/kmclipm_priv_constants.c | 1 -
kmclipm/src/kmclipm_priv_functions.c | 1 -
kmclipm/src/kmclipm_priv_reconstruct.c | 1 -
kmclipm/src/kmclipm_priv_splines.c | 48 +-
kmclipm/src/kmclipm_rtd_image.c | 1189 +++++++
kmclipm/src/kmclipm_vector.c | 1 -
kmclipm/src/kmclipm_version.c | 116 +
kmclipm/test/Makefile.am | 102 +
{irplib/tests => kmclipm/test}/Makefile.in | 271 +-
kmclipm/test/README | 94 +
kmclipm/test/kmclipm_test_functions.c | 3620 ++++++++++++++++++++
kmclipm/test/kmclipm_test_math.c | 220 ++
kmclipm/test/kmclipm_test_priv_constants.c | 191 ++
kmclipm/test/kmclipm_test_priv_functions.c | 1114 ++++++
kmclipm/test/kmclipm_test_priv_reconstruct.c | 553 +++
kmclipm/test/kmclipm_test_priv_splines.c | 266 ++
kmclipm/test/kmclipm_test_rtd.c | 2660 ++++++++++++++
kmclipm/test/kmclipm_test_vector.c | 1738 ++++++++++
kmclipm/test/ref/kmclipm_test_functions.ref | 2 +
kmclipm/test/ref/kmclipm_test_math.ref | 2 +
kmclipm/test/ref/kmclipm_test_priv_constants.ref | 2 +
.../ref/kmclipm_test_priv_find_neighbors_five.ref | 308 ++
.../ref/kmclipm_test_priv_find_neighbors_four.ref | 268 ++
.../ref/kmclipm_test_priv_find_neighbors_one.ref | 308 ++
.../ref/kmclipm_test_priv_find_neighbors_six.ref | 296 ++
.../ref/kmclipm_test_priv_find_neighbors_three.ref | 308 ++
.../ref/kmclipm_test_priv_find_neighbors_two.ref | 308 ++
kmclipm/test/ref/kmclipm_test_priv_functions.ref | 2 +
kmclipm/test/ref/kmclipm_test_priv_reconstruct.ref | 8 +
kmclipm/test/ref/kmclipm_test_priv_splines.ref | 2 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_004.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_040.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_045.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_090.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_180.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_270.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_ESTIMATED_356.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_004.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_040.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_045.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_090.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_180.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_270.ref | 6 +
.../test/ref/kmclipm_test_rotate_BCS_NANS_356.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_004.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_040.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_045.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_090.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_180.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_270.ref | 6 +
.../ref/kmclipm_test_rotate_BCS_NATURAL_356.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_004.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_040.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_045.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_090.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_180.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_270.ref | 6 +
kmclipm/test/ref/kmclipm_test_rotate_NN_356.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_004.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_040.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_045.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_090.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_180.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_270.ref | 6 +
.../test/ref/kmclipm_test_rotate_NN_RESIZE_356.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_004.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_040.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_045.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_090.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_180.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_270.ref | 6 +
...mclipm_test_rotate_RESIZE_BCS_ESTIMATED_356.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_004.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_040.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_045.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_090.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_180.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_270.ref | 6 +
.../kmclipm_test_rotate_RESIZE_BCS_NATURAL_356.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_004.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_040.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_045.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_090.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_180.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_270.ref | 6 +
.../ref/kmclipm_test_rotate_RESIZE_NANS_356.ref | 6 +
.../kmclipm_test_rotate_animation_NONE_NANS_NN.ref | 121 +
...mclipm_test_rotate_animation_RESIZE_NANS_NN.ref | 121 +
kmclipm/test/ref/kmclipm_test_rtd.ref | 17 +
.../ref/kmclipm_test_shift_BCS_CLIPPING+0.8.ref | 6 +
.../ref/kmclipm_test_shift_BCS_CLIPPING+08.ref | 6 +
.../ref/kmclipm_test_shift_BCS_CLIPPING+1.0.ref | 6 +
.../ref/kmclipm_test_shift_BCS_CLIPPING-0.8.ref | 6 +
.../ref/kmclipm_test_shift_BCS_CLIPPING-08.ref | 6 +
.../ref/kmclipm_test_shift_BCS_CLIPPING-1.0.ref | 6 +
.../ref/kmclipm_test_shift_BCS_ESTIMATED+0.8.ref | 6 +
.../ref/kmclipm_test_shift_BCS_ESTIMATED+08.ref | 6 +
.../ref/kmclipm_test_shift_BCS_ESTIMATED-0.8.ref | 6 +
.../ref/kmclipm_test_shift_BCS_ESTIMATED-08.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NANS+0.8.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NANS+08.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NANS+1.0.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NANS-0.8.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NANS-08.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NANS-1.0.ref | 6 +
.../ref/kmclipm_test_shift_BCS_NATURAL+0.8.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NATURAL+08.ref | 6 +
.../ref/kmclipm_test_shift_BCS_NATURAL-0.8.ref | 6 +
.../test/ref/kmclipm_test_shift_BCS_NATURAL-08.ref | 6 +
.../ref/kmclipm_test_shift_NN_CLIPPING+0.8.ref | 6 +
.../test/ref/kmclipm_test_shift_NN_CLIPPING+08.ref | 6 +
.../ref/kmclipm_test_shift_NN_CLIPPING-0.8.ref | 6 +
.../test/ref/kmclipm_test_shift_NN_CLIPPING-08.ref | 6 +
.../test/ref/kmclipm_test_shift_NN_NANS+0.8.ref | 6 +
kmclipm/test/ref/kmclipm_test_shift_NN_NANS+08.ref | 6 +
.../test/ref/kmclipm_test_shift_NN_NANS-0.8.ref | 6 +
kmclipm/test/ref/kmclipm_test_shift_NN_NANS-08.ref | 6 +
kmclipm/test/ref/kmclipm_test_vector.ref | 2 +
kmclipm/test/ref/parameter_config.txt | 5 +
kmos/Makefile.am | 157 +-
kmos/Makefile.in | 158 +-
kmos/kmo_debug.h | 1 +
kmos/kmo_dfs.c | 9 +-
kmos/kmo_dfs.h | 8 +-
kmos/kmo_functions.c | 730 +++-
kmos/kmo_functions.h | 68 +-
kmos/kmo_priv_combine.c | 159 +-
kmos/kmo_priv_combine.h | 5 +-
kmos/kmo_priv_dark.c | 1 +
kmos/kmo_priv_extract_spec.c | 1 +
kmos/kmo_priv_fit_profile.c | 5 +-
kmos/kmo_priv_fit_profile.h | 1 +
kmos/kmo_priv_fits_check.c | 1 +
kmos/kmo_priv_fits_stack.c | 2 +
kmos/kmo_priv_flat.c | 155 +-
kmos/kmo_priv_flat.h | 8 +-
kmos/kmo_priv_functions.h | 1 +
kmos/kmo_priv_lcorr.c | 7 +-
kmos/kmo_priv_lcorr.h | 2 +-
kmos/kmo_priv_multi_reconstruct.c | 4 +-
kmos/kmo_priv_reconstruct.c | 1 +
kmos/kmo_priv_reconstruct.h | 1 +
kmos/kmo_priv_rotate.h | 1 +
kmos/kmo_priv_shift.c | 2 +
kmos/kmo_priv_sky_tweak.c | 70 +-
kmos/kmo_priv_stats.c | 1 +
kmos/kmo_priv_stats.h | 1 +
kmos/kmo_priv_std_star.c | 145 +-
kmos/kmo_priv_std_star.h | 17 +
kmos/kmo_priv_wave_cal.c | 5 +-
kmos/kmo_test_create_data.h | 288 --
kmos/kmo_utils.c | 6 +-
kmos/tests/Makefile.am | 72 +-
kmos/tests/Makefile.in | 357 +-
kmos/tests/create_data_kmos.c | 247 ++
kmos/tests/kmo_cpl_extensions-test.c | 8 +-
kmos/tests/kmo_debug-test.c | 9 +-
kmos/tests/kmo_dfs-test.c | 71 +-
kmos/tests/kmo_functions-test.c | 5 +-
kmos/tests/kmo_priv_arithmetic-test.c | 9 +-
kmos/tests/kmo_priv_combine-test.c | 18 +-
kmos/tests/kmo_priv_copy-test.c | 8 +-
kmos/tests/kmo_priv_dark-test.c | 4 +-
kmos/tests/kmo_priv_extract_spec-test.c | 5 +-
kmos/tests/kmo_priv_fit_profile-test.c | 1 -
kmos/tests/kmo_priv_fits_check-test.c | 10 +-
kmos/tests/kmo_priv_fits_stack-test.c | 17 +-
kmos/tests/kmo_priv_flat-test.c | 232 +-
kmos/tests/kmo_priv_functions-test.c | 54 +-
kmos/tests/kmo_priv_lcorr-test.c | 32 +-
kmos/tests/kmo_priv_make_image-test.c | 11 +-
kmos/tests/kmo_priv_noise_map-test.c | 9 +-
kmos/tests/kmo_priv_reconstruct-test.c | 10 +-
kmos/tests/kmo_priv_rotate-test.c | 4 +-
kmos/tests/kmo_priv_shift-test.c | 4 +-
kmos/tests/kmo_priv_sky_mask-test.c | 5 +-
kmos/tests/kmo_priv_sky_tweak-test.c | 31 +-
kmos/tests/kmo_priv_stats-test.c | 4 +-
kmos/tests/kmo_priv_std_star-test.c | 32 +-
kmos/tests/kmo_priv_wave_cal-test.c | 5 +-
kmos/tests/kmo_utils-test.c | 15 +-
recipes/Makefile.am | 3 +-
recipes/Makefile.in | 4 +-
recipes/kmo_combine.c | 116 +-
recipes/kmo_copy.c | 1 +
recipes/kmo_dev_setup.c | 1 +
recipes/kmo_flat.c | 1 +
recipes/kmo_illumination.c | 3 +-
recipes/kmo_illumination_flat.c | 3 +-
recipes/kmo_multi_reconstruct.c | 73 +-
recipes/kmo_reconstruct.c | 2 +
recipes/kmo_sci_red.c | 493 ++-
recipes/kmo_sky_tweak.c | 5 -
recipes/kmo_std_star.c | 640 +++-
recipes/tests/Makefile.am | 71 +-
recipes/tests/Makefile.in | 412 +--
.../tests/create_data_recipes.c | 335 +-
recipes/tests/kmo_arithmetic-test.c | 32 +-
recipes/tests/kmo_combine-test.c | 35 +-
recipes/tests/kmo_copy-test.c | 32 +-
recipes/tests/kmo_dark-test.c | 32 +-
recipes/tests/kmo_dev_setup-test.c | 32 +-
recipes/tests/kmo_extract_spec-test.c | 32 +-
.../tests/{leak_check-test.c => kmo_final-test.c} | 7 +-
recipes/tests/{leak_check.sh => kmo_final_test.sh} | 0
recipes/tests/kmo_fit_profile-test.c | 45 +-
recipes/tests/kmo_fits_check-test.c | 29 +-
recipes/tests/kmo_fits_stack-test.c | 37 +-
recipes/tests/kmo_fits_strip-test.c | 26 +-
recipes/tests/kmo_flat-test.c | 33 +-
recipes/tests/kmo_illumination-test.c | 38 +-
recipes/tests/kmo_illumination_flat-test.c | 40 +-
recipes/tests/kmo_init-test.c | 39 +
recipes/tests/kmo_make_image-test.c | 34 +-
recipes/tests/kmo_multi_reconstruct-test.c | 39 +-
recipes/tests/kmo_noise_map-test.c | 32 +-
recipes/tests/kmo_reconstruct-test.c | 37 +-
recipes/tests/kmo_rotate-test.c | 36 +-
recipes/tests/kmo_sci_red-test.c | 39 +-
recipes/tests/kmo_shift-test.c | 36 +-
recipes/tests/kmo_sky_mask-test.c | 32 +-
recipes/tests/kmo_stats-test.c | 32 +-
recipes/tests/kmo_std_star-test.c | 49 +-
recipes/tests/kmo_wave_cal-test.c | 43 +-
reflex/Makefile.in | 1 +
reflex/kmos.xml.in | 97 +-
regtests/Makefile.in | 1 +
regtests/tests/Makefile.in | 1 +
tools/easySPARK/Makefile | 50 +-
tools/easySPARK/Makefile.am | 1 +
tools/easySPARK/Makefile.in | 2 +
tools/easySPARK/easySPARK_calibration.sh | 2 +-
tools/easySPARK/easySPARK_dark.sh | 2 +-
tools/easySPARK/easySPARK_flat.sh | 2 +-
tools/easySPARK/easySPARK_illumination.sh | 2 +-
...umination.sh => easySPARK_illumination_flat.sh} | 65 +-
tools/easySPARK/easySPARK_multi_reconstruct.sh | 2 +-
tools/easySPARK/easySPARK_reconstruct.sh | 2 +-
tools/easySPARK/easySPARK_sci_red.sh | 2 +-
tools/easySPARK/easySPARK_std_star.sh | 2 +-
tools/easySPARK/easySPARK_test.sh | 2 +-
tools/easySPARK/easySPARK_wave_cal.sh | 2 +-
277 files changed, 21057 insertions(+), 3236 deletions(-)
delete mode 100644 debian/patches/propagate_cflags.patch
create mode 100644 irplib/tests/irplib_strehl-test.c
copy ChangeLog => kmclipm/ChangeLog (55%)
copy INSTALL => kmclipm/INSTALL (100%)
create mode 100644 kmclipm/Makefile.am
copy {kmos => kmclipm}/Makefile.in (68%)
copy README => kmclipm/README (75%)
copy TODO => kmclipm/TODO (100%)
create mode 100644 kmclipm/include/kmclipm_rtd_image.h
create mode 100644 kmclipm/include/kmclipm_version.h
create mode 100644 kmclipm/src/kmclipm_rtd_image.c
create mode 100644 kmclipm/src/kmclipm_version.c
create mode 100644 kmclipm/test/Makefile.am
copy {irplib/tests => kmclipm/test}/Makefile.in (71%)
create mode 100644 kmclipm/test/README
create mode 100644 kmclipm/test/kmclipm_test_functions.c
create mode 100644 kmclipm/test/kmclipm_test_math.c
create mode 100644 kmclipm/test/kmclipm_test_priv_constants.c
create mode 100644 kmclipm/test/kmclipm_test_priv_functions.c
create mode 100644 kmclipm/test/kmclipm_test_priv_reconstruct.c
create mode 100644 kmclipm/test/kmclipm_test_priv_splines.c
create mode 100644 kmclipm/test/kmclipm_test_rtd.c
create mode 100644 kmclipm/test/kmclipm_test_vector.c
create mode 100644 kmclipm/test/ref/kmclipm_test_functions.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_math.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_constants.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_find_neighbors_five.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_find_neighbors_four.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_find_neighbors_one.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_find_neighbors_six.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_find_neighbors_three.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_find_neighbors_two.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_functions.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_reconstruct.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_priv_splines.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_ESTIMATED_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NANS_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_BCS_NATURAL_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_NN_RESIZE_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_ESTIMATED_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_BCS_NATURAL_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_004.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_040.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_045.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_090.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_180.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_270.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_RESIZE_NANS_356.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_animation_NONE_NANS_NN.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rotate_animation_RESIZE_NANS_NN.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_rtd.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_CLIPPING+0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_CLIPPING+08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_CLIPPING+1.0.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_CLIPPING-0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_CLIPPING-08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_CLIPPING-1.0.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_ESTIMATED+0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_ESTIMATED+08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_ESTIMATED-0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_ESTIMATED-08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NANS+0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NANS+08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NANS+1.0.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NANS-0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NANS-08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NANS-1.0.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NATURAL+0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NATURAL+08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NATURAL-0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_BCS_NATURAL-08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_CLIPPING+0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_CLIPPING+08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_CLIPPING-0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_CLIPPING-08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_NANS+0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_NANS+08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_NANS-0.8.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_shift_NN_NANS-08.ref
create mode 100644 kmclipm/test/ref/kmclipm_test_vector.ref
create mode 100644 kmclipm/test/ref/parameter_config.txt
delete mode 100644 kmos/kmo_test_create_data.h
create mode 100644 kmos/tests/create_data_kmos.c
rename kmos/kmo_test_create_data.c => recipes/tests/create_data_recipes.c (98%)
rename recipes/tests/{leak_check-test.c => kmo_final-test.c} (89%)
rename recipes/tests/{leak_check.sh => kmo_final_test.sh} (100%)
create mode 100644 recipes/tests/kmo_init-test.c
copy tools/easySPARK/{easySPARK_illumination.sh => easySPARK_illumination_flat.sh} (64%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-kmos.git
More information about the debian-science-commits
mailing list