[cpl-plugin-fors] branch debian updated (d3f2c45 -> e3677f4)
Ole Streicher
olebole-guest at moszumanska.debian.org
Wed Nov 27 16:09:36 UTC 2013
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a change to branch debian
in repository cpl-plugin-fors.
from d3f2c45 Merge branch 'debian-template' into debian
new 756fafa put spaces around default values
new 5f0f07d Escape ' on param documentation
new f731470 Rename recipe page heading
new 02dccb7 Sort recipes by OCA
new 2be41ce New upstream version 4.11.12
new e3677f4 Adjust Debian files for new upstream version
The 6 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:
Makefile.am | 2 +-
Makefile.in | 587 +-
Makefile.purify.in | 2 +-
acinclude.m4 | 2 +-
aclocal.m4 | 7284 +---
admin/compile | 342 +
admin/config.guess | 529 +-
admin/config.sub | 379 +-
admin/depcomp | 343 +-
admin/install-sh | 538 +-
admin/ltmain.sh | 14878 ++++----
admin/missing | 234 +-
calib/cal/fors2_1453_phot.fits | Bin 8640 -> 11520 bytes
calib/cal/fors2_1456_phot.fits | Bin 8640 -> 8640 bytes
calib/cal/fors2_stetson_2010Dec09.fits | 2 +-
calib/cal/zeroupdate | 111 +
.../{ESO-DFS-DIC.FORS2_QC => ESO-DFS-DIC.FORS1_QC} | 133 +-
calib/dic/ESO-DFS-DIC.FORS2_QC | 11 +-
calib/gasgano/config/FORS1.prefs | 66 +
calib/gasgano/config/{FORS.prefs => FORS2.prefs} | 2 +-
calib/gasgano/config/{fors.oca => fors1.oca} | 103 +-
calib/gasgano/config/{fors.oca => fors2.oca} | 0
config.h.in | 32 +-
configure | 35186 +++++++++----------
configure.ac | 32 +-
debian/changelog | 6 +
debian/create_manpage.py | 4 +-
debian/create_sphinx.py | 8 +-
debian/patches/dont_build_sextractor.patch | 2 +-
debian/patches/fix_format_security.patch | 287 -
debian/patches/libadd_cpl.patch | 209 +-
debian/patches/private_libmosca.patch | 8 +-
debian/patches/series | 1 -
debian/patches/set_plugindir.patch | 2 +-
fors/Makefile.am | 32 +-
fors/Makefile.in | 694 +-
fors/create_phot.c | 455 -
fors/create_stetson.c | 225 -
fors/fors_bias_impl.c | 19 +-
fors/fors_bias_impl.h | 6 +-
fors/fors_dark_impl.c | 20 +-
fors/fors_dark_impl.h | 6 +-
fors/fors_data.c | 16 +-
fors/fors_data.h | 6 +-
fors/fors_detected_slits.cc | 113 +
fors/fors_detected_slits.h | 49 +
fors/fors_dfs.c | 171 +-
fors/fors_dfs.h | 40 +-
fors/fors_double.c | 6 +-
fors/fors_double.h | 6 +-
fors/fors_extract.c | 6 +-
fors/fors_extract.h | 6 +-
fors/fors_flat_normalise.cc | 618 +
fors/fors_flat_normalise.h | 52 +
fors/fors_header.c | 6 +-
fors/fors_header.h | 6 +-
fors/fors_identify.c | 8 +-
fors/fors_identify.h | 10 +-
fors/fors_image.c | 41 +-
fors/fors_image.h | 14 +-
fors/fors_img_science_impl.c | 10 +-
fors/fors_img_science_impl.h | 6 +-
fors/fors_img_screen_flat_impl.c | 30 +-
fors/fors_img_screen_flat_impl.h | 6 +-
fors/fors_img_sky_flat_impl.c | 10 +-
fors/fors_img_sky_flat_impl.h | 6 +-
fors/fors_instrument.c | 6 +-
fors/fors_instrument.h | 6 +-
fors/fors_overscan.cc | 300 +
.../tests/recipes-test.c => fors/fors_overscan.h | 37 +-
fors/fors_paf.c | 19 +-
fors/fors_paf.h | 6 +-
fors/fors_pattern.c | 6 +-
fors/fors_pattern.h | 6 +-
fors/fors_pfits.c | 6 +-
fors/fors_pfits.h | 6 +-
fors/fors_photometry_impl.c | 74 +-
fors/fors_photometry_impl.h | 6 +-
fors/fors_point.c | 6 +-
fors/fors_point.h | 6 +-
fors/fors_polynomial.c | 6 +-
fors/fors_polynomial.h | 6 +-
fors/fors_qc.c | 6 +-
fors/fors_qc.h | 6 +-
fors/fors_recipe_impl.h | 6 +-
fors/fors_setting.c | 6 +-
fors/fors_setting.h | 6 +-
fors/fors_stack.c | 6 +-
fors/fors_stack.h | 6 +-
fors/fors_star.c | 6 +-
fors/fors_star.h | 6 +-
fors/fors_std_cat.c | 10 +-
fors/fors_std_cat.h | 10 +-
fors/fors_std_star.c | 6 +-
fors/fors_std_star.h | 6 +-
fors/fors_tools.c | 6 +-
fors/fors_tools.h | 6 +-
fors/fors_utils.c | 10 +-
fors/fors_utils.h | 12 +-
fors/fors_zeropoint_impl.c | 12 +-
fors/fors_zeropoint_impl.h | 6 +-
fors/list.c | 20 +-
fors/list.h | 18 +-
fors/list_void.h | 14 +-
fors/moses.c | 353 +-
fors/moses.h | 44 +-
fors/tests/Makefile.am | 2 -
fors/tests/Makefile.in | 674 +-
fors/tests/fors-test.c | 6 +-
fors/tests/fors_bias-test.c | 6 +-
fors/tests/fors_cpl_wcs-test.c | 6 +-
fors/tests/fors_dark-test.c | 12 +-
fors/tests/fors_identify-test.c | 6 +-
fors/tests/fors_image-test.c | 6 +-
fors/tests/fors_img_science-test.c | 6 +-
fors/tests/fors_img_screen_flat-test.c | 6 +-
fors/tests/fors_img_sky_flat-test.c | 12 +-
fors/tests/fors_pattern-test.c | 6 +-
fors/tests/fors_photometry-test.c | 6 +-
fors/tests/fors_point-test.c | 6 +-
fors/tests/fors_qc-test.c | 6 +-
fors/tests/fors_setting-test.c | 6 +-
fors/tests/fors_stack-test.c | 12 +-
fors/tests/fors_star-test.c | 6 +-
fors/tests/fors_std_star-test.c | 6 +-
fors/tests/fors_zeropoint-test.c | 6 +-
fors/tests/list-test.c | 6 +-
fors/tests/my_custom_test_script | 6 -
fors/tests/test_simulate.c | 6 +-
fors/tests/test_simulate.h | 6 +-
html/annotated.html | 118 +-
html/bc_s.png | Bin 0 -> 676 bytes
html/bdwn.png | Bin 0 -> 147 bytes
html/classes.html | 126 +-
html/closed.png | Bin 0 -> 132 bytes
html/create__phot_8c-source.html | 477 -
html/create__phot_8c_source.html | 516 +
html/create__stetson_8c-source.html | 247 -
html/create__stetson_8c_source.html | 286 +
html/dir_29caecd79ba0d8cf1bf29f8555ca3deb.html | 62 +
html/dir_59b02a80e553296e42791d17a261b792.html | 72 -
html/dir_83e1530f94cacc9068c540ba3fc838a8.html | 169 -
html/dir_95ba833b8cc26b837be271dc0b58e122.html | 211 +
html/dir_9af262a93c54576b7a2b4cc0cd21cc4f.html | 103 -
html/dir_aab54b8ed0ffe13455bea30ab0dd47dc.html | 106 +
html/dir_b351cdfeb4656d7d168dc72b273024e7.html | 135 +
html/dir_f9b8c94f8f09c10447edf4ed11ceb4e6.html | 28 -
html/dirs.html | 30 -
html/doxygen.css | 1428 +-
html/doxygen.png | Bin 1281 -> 3779 bytes
html/dynsections.js | 97 +
html/files.html | 340 +-
html/fors-test_8c-source.html | 72 -
html/fors-test_8c_source.html | 111 +
html/fors_2fors__extract_8c-source.html | 855 -
html/fors_2fors__extract_8c_source.html | 894 +
html/fors__align__sky_8c-source.html | 785 -
html/fors__align__sky_8c_source.html | 822 +
html/fors__align__sky__lss_8c-source.html | 795 -
html/fors__align__sky__lss_8c_source.html | 830 +
html/fors__bias-test_8c-source.html | 190 -
html/fors__bias-test_8c_source.html | 229 +
html/fors__bias_8c-source.html | 198 -
html/fors__bias_8c_source.html | 237 +
html/fors__bias__impl_8c-source.html | 346 -
html/fors__bias__impl_8c_source.html | 388 +
html/fors__bias__impl_8h-source.html | 67 -
html/fors__bias__impl_8h_source.html | 106 +
html/fors__calib_8c-source.html | 2697 --
html/fors__config_8c-source.html | 738 -
html/fors__config_8c_source.html | 777 +
html/fors__cpl__wcs-test_8c-source.html | 334 -
html/fors__cpl__wcs-test_8c_source.html | 373 +
html/fors__cpl__wcs_8c-source.html | 646 -
html/fors__cpl__wcs_8c_source.html | 685 +
html/fors__cpl__wcs_8h-source.html | 81 -
html/fors__cpl__wcs_8h_source.html | 120 +
html/fors__dark-test_8c-source.html | 166 -
html/fors__dark-test_8c_source.html | 205 +
html/fors__dark_8c-source.html | 198 -
html/fors__dark_8c_source.html | 237 +
html/fors__dark__impl_8c-source.html | 170 -
html/fors__dark__impl_8c_source.html | 209 +
html/fors__dark__impl_8h-source.html | 67 -
html/fors__dark__impl_8h_source.html | 106 +
html/fors__data_8c-source.html | 429 -
html/fors__data_8c_source.html | 468 +
html/fors__data_8h-source.html | 88 -
html/fors__data_8h_source.html | 127 +
html/fors__detect__objects_8c-source.html | 429 -
html/fors__detect__objects_8c_source.html | 468 +
html/fors__detect__spectra_8c-source.html | 815 -
html/fors__detect__spectra_8c_source.html | 852 +
html/fors__detected__slits_8h_source.html | 110 +
html/fors__detlin_8c-source.html | 235 -
html/fors__detlin_8c_source.html | 274 +
html/fors__dfs_8c-source.html | 1476 -
html/fors__dfs_8c_source.html | 1580 +
html/fors__dfs_8h-source.html | 149 -
html/fors__dfs_8h_source.html | 208 +
html/fors__double_8c-source.html | 158 -
html/fors__double_8c_source.html | 197 +
html/fors__double_8h-source.html | 82 -
html/fors__double_8h_source.html | 121 +
html/fors__extract_8h-source.html | 97 -
html/fors__extract_8h_source.html | 136 +
html/fors__extract__objects_8c-source.html | 448 -
html/fors__extract__objects_8c_source.html | 487 +
html/fors__extract__slits_8c-source.html | 687 -
html/fors__extract__slits_8c_source.html | 723 +
html/fors__flat_8c-source.html | 364 -
html/fors__flat__normalise_8h_source.html | 113 +
html/fors__flatfield_8c-source.html | 360 -
html/fors__flatfield_8c_source.html | 399 +
html/fors__header_8c-source.html | 181 -
html/fors__header_8c_source.html | 220 +
html/fors__header_8h-source.html | 69 -
html/fors__header_8h_source.html | 108 +
html/fors__identify-test_8c-source.html | 296 -
html/fors__identify-test_8c_source.html | 335 +
html/fors__identify_8c-source.html | 1203 -
html/fors__identify_8c_source.html | 1242 +
html/fors__identify_8h-source.html | 79 -
html/fors__identify_8h_source.html | 118 +
html/fors__image-test_8c-source.html | 340 -
html/fors__image-test_8c_source.html | 379 +
html/fors__image_8c-source.html | 1610 -
html/fors__image_8c_source.html | 1658 +
html/fors__image_8h-source.html | 171 -
html/fors__image_8h_source.html | 214 +
html/fors__img__science-test_8c-source.html | 146 -
html/fors__img__science-test_8c_source.html | 185 +
html/fors__img__science_8c-source.html | 198 -
html/fors__img__science_8c_source.html | 237 +
html/fors__img__science__impl_8c-source.html | 554 -
html/fors__img__science__impl_8c_source.html | 593 +
html/fors__img__science__impl_8h-source.html | 67 -
html/fors__img__science__impl_8h_source.html | 106 +
html/fors__img__screen__flat-test_8c-source.html | 235 -
html/fors__img__screen__flat-test_8c_source.html | 274 +
html/fors__img__screen__flat_8c-source.html | 198 -
html/fors__img__screen__flat_8c_source.html | 237 +
html/fors__img__screen__flat__impl_8c-source.html | 854 -
html/fors__img__screen__flat__impl_8c_source.html | 897 +
html/fors__img__screen__flat__impl_8h-source.html | 67 -
html/fors__img__screen__flat__impl_8h_source.html | 106 +
html/fors__img__sky__flat-test_8c-source.html | 173 -
html/fors__img__sky__flat-test_8c_source.html | 212 +
html/fors__img__sky__flat_8c-source.html | 198 -
html/fors__img__sky__flat_8c_source.html | 237 +
html/fors__img__sky__flat__impl_8c-source.html | 242 -
html/fors__img__sky__flat__impl_8c_source.html | 281 +
html/fors__img__sky__flat__impl_8h-source.html | 67 -
html/fors__img__sky__flat__impl_8h_source.html | 106 +
html/fors__instrument_8c-source.html | 183 -
html/fors__instrument_8c_source.html | 222 +
html/fors__instrument_8h-source.html | 84 -
html/fors__instrument_8h_source.html | 123 +
html/fors__normalise__flat_8c-source.html | 668 -
html/fors__normalise__flat_8c_source.html | 722 +
html/fors__overscan_8h_source.html | 100 +
html/fors__paf_8c-source.html | 750 -
html/fors__paf_8c_source.html | 796 +
html/fors__paf_8h-source.html | 188 -
html/fors__paf_8h_source.html | 227 +
html/fors__pattern-test_8c-source.html | 101 -
html/fors__pattern-test_8c_source.html | 140 +
html/fors__pattern_8c-source.html | 321 -
html/fors__pattern_8c_source.html | 360 +
html/fors__pattern_8h-source.html | 101 -
html/fors__pattern_8h_source.html | 140 +
html/fors__pfits_8c-source.html | 85 -
html/fors__pfits_8c_source.html | 124 +
html/fors__pfits_8h-source.html | 82 -
html/fors__pfits_8h_source.html | 121 +
html/fors__photometry-test_8c-source.html | 183 -
html/fors__photometry-test_8c_source.html | 222 +
html/fors__photometry_8c-source.html | 198 -
html/fors__photometry_8c_source.html | 237 +
html/fors__photometry__impl_8c-source.html | 3807 --
html/fors__photometry__impl_8c_source.html | 3788 ++
html/fors__photometry__impl_8h-source.html | 67 -
html/fors__photometry__impl_8h_source.html | 106 +
html/fors__pmos__calib_8c-source.html | 2316 --
html/fors__pmos__calib_8c_source.html | 2356 ++
html/fors__pmos__extract_8c-source.html | 2876 --
html/fors__pmos__extract_8c_source.html | 2915 ++
html/fors__pmos__science_8c-source.html | 3521 --
html/fors__pmos__science_8c_source.html | 3560 ++
html/fors__point-test_8c-source.html | 80 -
html/fors__point-test_8c_source.html | 119 +
html/fors__point_8c-source.html | 117 -
html/fors__point_8c_source.html | 156 +
html/fors__point_8h-source.html | 81 -
html/fors__point_8h_source.html | 120 +
html/fors__polynomial_8c-source.html | 569 -
html/fors__polynomial_8c_source.html | 608 +
html/fors__polynomial_8h-source.html | 90 -
html/fors__polynomial_8h_source.html | 129 +
html/fors__qc-test_8c-source.html | 116 -
html/fors__qc-test_8c_source.html | 155 +
html/fors__qc_8c-source.html | 662 -
html/fors__qc_8c_source.html | 701 +
html/fors__qc_8h-source.html | 88 -
html/fors__qc_8h_source.html | 127 +
html/fors__recipe_8c-source.html | 200 -
html/fors__recipe_8c_source.html | 239 +
html/fors__recipe__impl_8h-source.html | 67 -
html/fors__recipe__impl_8h_source.html | 106 +
html/fors__remove__bias_8c-source.html | 376 -
html/fors__remove__bias_8c_source.html | 415 +
html/fors__resample_8c-source.html | 803 -
html/fors__resample_8c_source.html | 839 +
html/fors__science_8c-source.html | 2299 --
html/fors__science_8c_source.html | 2297 ++
html/fors__setting-test_8c-source.html | 96 -
html/fors__setting-test_8c_source.html | 135 +
html/fors__setting_8c-source.html | 501 -
html/fors__setting_8c_source.html | 540 +
html/fors__setting_8h-source.html | 112 -
html/fors__setting_8h_source.html | 151 +
html/fors__stack-test_8c-source.html | 175 -
html/fors__stack-test_8c_source.html | 214 +
html/fors__stack_8c-source.html | 334 -
html/fors__stack_8c_source.html | 373 +
html/fors__stack_8h-source.html | 92 -
html/fors__stack_8h_source.html | 131 +
html/fors__star-test_8c-source.html | 105 -
html/fors__star-test_8c_source.html | 144 +
html/fors__star_8c-source.html | 447 -
html/fors__star_8c_source.html | 486 +
html/fors__star_8h-source.html | 146 -
html/fors__star_8h_source.html | 185 +
html/fors__std__cat_8c-source.html | 1716 -
html/fors__std__cat_8c_source.html | 1755 +
html/fors__std__cat_8h-source.html | 74 -
html/fors__std__cat_8h_source.html | 113 +
html/fors__std__star-test_8c-source.html | 186 -
html/fors__std__star-test_8c_source.html | 225 +
html/fors__std__star_8c-source.html | 470 -
html/fors__std__star_8c_source.html | 509 +
html/fors__std__star_8h-source.html | 135 -
html/fors__std__star_8h_source.html | 174 +
html/fors__subtract__sky_8c-source.html | 635 -
html/fors__subtract__sky_8c_source.html | 674 +
html/fors__subtract__sky__lss_8c-source.html | 418 -
html/fors__subtract__sky__lss_8c_source.html | 457 +
html/fors__sumflux_8c-source.html | 644 -
html/fors__sumflux_8c_source.html | 683 +
html/fors__tools_8c-source.html | 403 -
html/fors__tools_8c_source.html | 442 +
html/fors__tools_8h-source.html | 79 -
html/fors__tools_8h_source.html | 118 +
html/fors__trace__flat_8c-source.html | 633 -
html/fors__trace__flat_8c_source.html | 668 +
html/fors__utils_8c-source.html | 717 -
html/fors__utils_8c_source.html | 756 +
html/fors__utils_8h-source.html | 148 -
html/fors__utils_8h_source.html | 191 +
html/fors__wave__calib_8c-source.html | 893 -
html/fors__wave__calib_8c_source.html | 929 +
html/fors__wave__calib__lss_8c-source.html | 925 -
html/fors__wave__calib__lss_8c_source.html | 964 +
html/fors__zeropoint-test_8c-source.html | 160 -
html/fors__zeropoint-test_8c_source.html | 199 +
html/fors__zeropoint_8c-source.html | 198 -
html/fors__zeropoint_8c_source.html | 237 +
html/fors__zeropoint__impl_8c-source.html | 1537 -
html/fors__zeropoint__impl_8c_source.html | 1576 +
html/fors__zeropoint__impl_8h-source.html | 67 -
html/fors__zeropoint__impl_8h_source.html | 106 +
html/ftv2blank.png | Bin 0 -> 86 bytes
html/ftv2cl.png | Bin 0 -> 453 bytes
html/ftv2doc.png | Bin 0 -> 746 bytes
html/ftv2folderclosed.png | Bin 0 -> 616 bytes
html/ftv2folderopen.png | Bin 0 -> 597 bytes
html/ftv2lastnode.png | Bin 0 -> 86 bytes
html/ftv2link.png | Bin 0 -> 746 bytes
html/ftv2mlastnode.png | Bin 0 -> 246 bytes
html/ftv2mnode.png | Bin 0 -> 246 bytes
html/ftv2mo.png | Bin 0 -> 403 bytes
html/ftv2node.png | Bin 0 -> 86 bytes
html/ftv2ns.png | Bin 0 -> 388 bytes
html/ftv2plastnode.png | Bin 0 -> 229 bytes
html/ftv2pnode.png | Bin 0 -> 229 bytes
html/ftv2splitbar.png | Bin 0 -> 314 bytes
html/ftv2vertline.png | Bin 0 -> 86 bytes
html/functions.html | 203 -
html/functions_vars.html | 203 -
html/group__forsPaf.html | 743 +-
html/group__fors__bias.html | 533 +-
html/group__fors__bias__test.html | 133 +-
html/group__fors__cpl__wcs.html | 396 +-
html/group__fors__dark.html | 516 +-
html/group__fors__dark__test.html | 133 +-
html/group__fors__double.html | 68 +-
html/group__fors__extract.html | 664 +-
html/group__fors__identify.html | 799 +-
html/group__fors__identify__test.html | 143 +-
html/group__fors__image.html | 2886 +-
html/group__fors__image__test.html | 232 +-
html/group__fors__img__science.html | 738 +-
html/group__fors__img__science__test.html | 125 +-
html/group__fors__img__screen__flat.html | 862 +-
html/group__fors__img__screen__flat__test.html | 135 +-
html/group__fors__img__sky__flat.html | 504 +-
html/group__fors__img__sky__flat__test.html | 133 +-
html/group__fors__pattern__test.html | 91 +-
html/group__fors__pfits.html | 257 +-
html/group__fors__photometry.html | 2766 +-
html/group__fors__point.html | 362 +-
html/group__fors__point__test.html | 135 +-
html/group__fors__polynomial.html | 797 +-
html/group__fors__qc__test.html | 91 +-
html/group__fors__recipe.html | 295 +-
html/group__fors__setting.html | 354 +-
html/group__fors__setting__test.html | 125 +-
html/group__fors__stack.html | 401 +-
html/group__fors__stack__test.html | 131 +-
html/group__fors__star.html | 1346 +-
html/group__fors__star__test.html | 123 +-
html/group__fors__std__cat__test.html | 139 +-
html/group__fors__test.html | 156 +-
html/group__fors__tools.html | 450 +-
html/group__fors__utils.html | 982 +-
html/group__fors__zeropoint.html | 1208 +-
html/group__fors__zeropoint__test.html | 125 +-
html/group__forsdfs.html | 1866 +-
html/group__forsqc.html | 840 +-
html/group__list__test.html | 113 +-
html/group__moses.html | 6110 ++--
html/group__multiset.html | 546 +-
html/group__recipes__test.html | 83 +-
html/group__test.html | 831 +-
html/group__test__simulate.html | 873 +-
html/group__vimos__calib__impl.html | 125 +-
html/group__vimos__science__impl.html | 81 +-
html/index.hhc | 1781 +-
html/index.hhk | 2475 +-
html/index.hhp | 318 +-
html/index.html | 68 +-
html/jquery.js | 8 +
html/list-test_8c-source.html | 182 -
html/list-test_8c_source.html | 221 +
html/list_8c-source.html | 952 -
html/list_8c_source.html | 991 +
html/list_8h-source.html | 479 -
html/list_8h_source.html | 518 +
html/list__void_8h-source.html | 178 -
html/list__void_8h_source.html | 217 +
html/modules.html | 170 +-
html/montecarlo_8c-source.html | 456 -
html/montecarlo_8c_source.html | 495 +
html/moses_8c-source.html | 16473 ---------
html/moses_8c_source.html | 16717 +++++++++
html/moses_8h-source.html | 223 -
html/moses_8h_source.html | 276 +
html/nav_f.png | Bin 0 -> 153 bytes
html/nav_g.png | Bin 0 -> 108 bytes
html/nav_h.png | Bin 0 -> 98 bytes
html/open.png | Bin 0 -> 123 bytes
html/recipes-test_8c-source.html | 60 -
html/recipes-test_8c_source.html | 99 +
html/recipes_2fors__extract_8c-source.html | 1720 -
html/recipes_2fors__extract_8c_source.html | 1759 +
html/struct__FORS__PAF__.html | 132 +-
html/struct__FORS__PAF__RECORD__.html | 143 +-
html/struct__extract__method.html | 153 +-
html/struct__fors__cpl__wcs__.html | 120 +-
html/struct__fors__image.html | 114 +-
html/struct__fors__pattern.html | 141 +-
html/struct__fors__point.html | 111 +-
html/struct__fors__setting.html | 183 +-
html/struct__fors__star.html | 171 +-
html/struct__fors__std__star.html | 171 +-
html/struct__identify__method.html | 138 +-
html/struct__stack__method.html | 173 +-
html/structband__jacobian.html | 117 +-
html/structentry.html | 150 +-
html/structfors__extract__sky__stats.html | 117 +-
html/structfors__filterlist.html | 111 +-
html/structfors__fit__ncoeff__paropts.html | 126 +-
html/structlist.html | 138 +-
html/sync_off.png | Bin 0 -> 853 bytes
html/sync_on.png | Bin 0 -> 845 bytes
html/tab_a.png | Bin 0 -> 142 bytes
html/tab_b.gif | Bin 35 -> 0 bytes
html/tab_b.png | Bin 0 -> 169 bytes
html/tab_h.png | Bin 0 -> 177 bytes
html/tab_l.gif | Bin 706 -> 0 bytes
html/tab_r.gif | Bin 2585 -> 0 bytes
html/tab_s.png | Bin 0 -> 184 bytes
html/tabs.css | 130 +-
html/test_8c-source.html | 406 -
html/test_8c_source.html | 445 +
html/test_8h-source.html | 141 -
html/test_8h_source.html | 180 +
html/test__hough_8c-source.html | 289 -
html/test__hough_8c_source.html | 328 +
html/test__simulate_8c-source.html | 530 -
html/test__simulate_8c_source.html | 569 +
html/test__simulate_8h-source.html | 82 -
html/test__simulate_8h_source.html | 121 +
html/vimos__calib_8c-source.html | 517 -
html/vimos__calib_8c_source.html | 556 +
html/vimos__calib__impl_8c-source.html | 2156 --
html/vimos__calib__impl_8c_source.html | 2195 ++
html/vimos__calib__impl_8h-source.html | 61 -
html/vimos__calib__impl_8h_source.html | 100 +
html/vimos__science_8c-source.html | 1128 -
html/vimos__science_8c_source.html | 1167 +
html/vimos__science__impl_8c-source.html | 1459 -
html/vimos__science__impl_8c_source.html | 1498 +
html/vimos__science__impl_8h-source.html | 61 -
html/vimos__science__impl_8h_source.html | 100 +
irplib/Makefile.am | 6 +-
irplib/Makefile.in | 508 +-
irplib/irplib_calib.c | 58 +-
irplib/irplib_calib.h | 6 +-
irplib/irplib_cat.c | 6 +-
irplib/irplib_cat.h | 6 +-
irplib/irplib_distortion.c | 12 +-
irplib/irplib_distortion.h | 12 +-
irplib/irplib_flat.c | 6 +-
irplib/irplib_flat.h | 6 +-
irplib/irplib_framelist.c | 24 +-
irplib/irplib_framelist.h | 6 +-
irplib/irplib_hist.c | 12 +-
irplib/irplib_hist.h | 6 +-
irplib/irplib_ksigma_clip.c | 6 +-
irplib/irplib_ksigma_clip.h | 6 +-
irplib/irplib_ksigma_clip_body.h | 6 +-
irplib/irplib_match_cats.c | 6 +-
irplib/irplib_match_cats.h | 6 +-
irplib/irplib_mkmaster.c | 12 +-
irplib/irplib_mkmaster.h | 6 +-
irplib/irplib_oddeven.c | 6 +-
irplib/irplib_oddeven.h | 6 +-
irplib/irplib_plugin.c | 19 +-
irplib/irplib_plugin.h | 6 +-
irplib/irplib_polynomial.c | 12 +-
irplib/irplib_polynomial.h | 12 +-
irplib/irplib_ppm.c | 6 +-
irplib/irplib_ppm.h | 6 +-
irplib/irplib_slitpos.c | 12 +-
irplib/irplib_slitpos.h | 6 +-
irplib/irplib_spectrum.c | 6 +-
irplib/irplib_spectrum.h | 6 +-
irplib/irplib_stdstar.c | 553 +-
irplib/irplib_stdstar.h | 26 +-
irplib/irplib_strehl.c | 6 +-
irplib/irplib_strehl.h | 6 +-
irplib/irplib_utils.c | 248 +-
irplib/irplib_utils.h | 106 +-
irplib/irplib_wavecal.c | 6 +-
irplib/irplib_wavecal.h | 6 +-
irplib/irplib_wavecal_impl.h | 6 +-
irplib/irplib_wcs.c | 6 +-
irplib/irplib_wcs.h | 6 +-
irplib/irplib_wlxcorr.c | 12 +-
irplib/irplib_wlxcorr.h | 12 +-
irplib/tests/Makefile.am | 38 +-
irplib/tests/Makefile.in | 518 +-
irplib/tests/irplib_cat-test.c | 12 +-
irplib/tests/irplib_polynomial-test.c | 12 +-
irplib/tests/irplib_utils-test.c | 40 +
irplib/tests/irplib_wcs-test.c | 12 +-
irplib/tests/irplib_wlxcorr-test.c | 12 +-
m4macros/gsl.m4 | 23 +
m4macros/libtool.m4 | 7986 +++++
m4macros/ltoptions.m4 | 384 +
m4macros/ltsugar.m4 | 123 +
m4macros/ltversion.m4 | 23 +
m4macros/lt~obsolete.m4 | 98 +
mosca/Makefile.am | 2 +-
mosca/Makefile.in | 405 +-
mosca/libmosca/Makefile.am | 70 +-
mosca/libmosca/Makefile.in | 682 +-
mosca/libmosca/detected_slit.cpp | 172 +
mosca/libmosca/detected_slit.h | 128 +
mosca/libmosca/detected_slits.cpp | 102 +
.../libmosca/{image_smooth.h => detected_slits.h} | 28 +-
mosca/libmosca/flat_combine.h | 59 +
mosca/libmosca/flat_combine.tcc | 277 +
mosca/libmosca/hdrl_bpm.c | 198 +
.../irplib_spectrum.h => mosca/libmosca/hdrl_bpm.h | 55 +-
mosca/libmosca/hdrl_collapse.c | 1229 +
mosca/libmosca/hdrl_collapse.h | 131 +
mosca/libmosca/hdrl_combine.c | 189 +
mosca/libmosca/hdrl_combine.h | 69 +
mosca/libmosca/hdrl_elemop.c | 671 +
mosca/libmosca/hdrl_elemop.h | 207 +
mosca/libmosca/hdrl_flat.c | 735 +
mosca/libmosca/hdrl_flat.h | 71 +
mosca/libmosca/hdrl_image.c | 421 +
mosca/libmosca/hdrl_image.h | 100 +
.../libmosca/{image_smooth.h => hdrl_image_defs.h} | 33 +-
mosca/libmosca/hdrl_image_math.c | 323 +
mosca/libmosca/hdrl_image_math.h | 56 +
.../libmosca/hdrl_imagelist.h | 61 +-
mosca/libmosca/hdrl_imagelist_basic.c | 562 +
mosca/libmosca/hdrl_imagelist_basic.h | 83 +
mosca/libmosca/hdrl_imagelist_basic_body.h | 83 +
.../libmosca/hdrl_imagelist_defs.h | 41 +-
mosca/libmosca/hdrl_imagelist_io.c | 567 +
mosca/libmosca/hdrl_imagelist_io.h | 79 +
mosca/libmosca/hdrl_imagelist_view.c | 137 +
.../libmosca/hdrl_imagelist_view.h | 36 +-
mosca/libmosca/hdrl_iter.c | 211 +
mosca/libmosca/hdrl_iter.h | 91 +
mosca/libmosca/hdrl_overscan.c | 1282 +
mosca/libmosca/hdrl_overscan.h | 145 +
mosca/libmosca/hdrl_parameter.c | 161 +
mosca/libmosca/hdrl_parameter.h | 110 +
mosca/libmosca/hdrl_prototyping.c | 1287 +
mosca/libmosca/hdrl_prototyping.h | 68 +
mosca/libmosca/hdrl_sigclip.c | 576 +
mosca/libmosca/hdrl_sigclip.h | 81 +
.../irplib_flat.h => mosca/libmosca/hdrl_types.h | 33 +-
mosca/libmosca/hdrl_utils.c | 1043 +
mosca/libmosca/hdrl_utils.h | 197 +
mosca/libmosca/image_smooth.cpp | 35 +-
mosca/libmosca/image_smooth.h | 21 +-
.../{image_smooth.h => image_spline_fit.h} | 24 +-
mosca/libmosca/image_spline_fit.tcc | 219 +
mosca/libmosca/{image_smooth.h => image_utils.h} | 28 +-
mosca/libmosca/image_utils.tcc | 157 +
mosca/libmosca/mosca_image.cpp | 95 +-
mosca/libmosca/mosca_image.h | 40 +-
mosca/libmosca/mosca_image.tcc | 58 +-
mosca/libmosca/reduce_method.cpp | 68 +
mosca/libmosca/reduce_method.h | 104 +
mosca/libmosca/tests/Makefile.am | 47 +
mosca/libmosca/tests/Makefile.in | 704 +
mosca/libmosca/tests/flat_combine-test.cpp | 89 +
mosca/libmosca/tests/image_smooth-test.cpp | 372 +
mosca/libmosca/tests/test_driver | 6 +
mosca/libmosca/type_traits.h | 10 +-
mosca/libmosca/{image_smooth.h => vector_utils.h} | 31 +-
mosca/libmosca/vector_utils.tcc | 90 +
mosca/libmosca/wavelength_calibration.cpp | 178 +
mosca/libmosca/wavelength_calibration.h | 71 +
recipes/Makefile.am | 143 +-
recipes/Makefile.in | 900 +-
recipes/fors_align_sky.c | 10 +-
recipes/fors_align_sky_lss.c | 14 +-
recipes/fors_bias.c | 6 +-
recipes/{fors_calib.c => fors_calib.cc} | 2310 +-
recipes/fors_config.c | 12 +-
recipes/fors_dark.c | 6 +-
recipes/fors_detect_objects.c | 6 +-
recipes/fors_detect_spectra.c | 18 +-
recipes/fors_extract.c | 10 +-
recipes/fors_extract_objects.c | 6 +-
recipes/fors_extract_slits.c | 11 +-
recipes/fors_flat.c | 388 -
recipes/fors_flat.cc | 586 +
recipes/fors_flatfield.c | 6 +-
recipes/fors_img_science.c | 6 +-
recipes/fors_img_screen_flat.c | 6 +-
recipes/fors_img_sky_flat.c | 6 +-
recipes/fors_normalise_flat.c | 105 +-
recipes/fors_photometry.c | 6 +-
recipes/fors_pmos_calib.c | 21 +-
recipes/fors_pmos_extract.c | 14 +-
recipes/fors_pmos_science.c | 10 +-
recipes/fors_remove_bias.c | 6 +-
recipes/fors_resample.c | 11 +-
recipes/fors_science.c | 155 +-
recipes/fors_subtract_sky.c | 6 +-
recipes/fors_subtract_sky_lss.c | 10 +-
recipes/fors_sumflux.c | 6 +-
recipes/fors_trace_flat.c | 16 +-
recipes/fors_wave_calib.c | 17 +-
recipes/fors_wave_calib_lss.c | 12 +-
recipes/fors_zeropoint.c | 6 +-
recipes/montecarlo.c | 6 +-
recipes/test_hough.c | 6 +-
recipes/tests/Makefile.in | 413 +-
recipes/tests/recipes-test.c | 6 +-
reflex/ForsSpec.xml.in | 4349 ++-
reflex/Makefile.am | 2 +-
reflex/Makefile.in | 284 +-
reflex/fors_calib_interact.py | 233 +
reflex/fors_plot_common.py | 210 +
reflex/fors_science_interact.py | 155 +
setup | 4 +-
sextractor/Makefile.in | 487 +-
sextractor/aclocal.m4 | 656 +-
sextractor/autoconf/depcomp | 343 +-
sextractor/autoconf/install-sh | 538 +-
sextractor/autoconf/missing | 234 +-
sextractor/config.h.in | 15 +-
sextractor/configure | 9588 +++--
sextractor/configure.ac | 2 -
sextractor/man/Makefile.in | 163 +-
sextractor/src/Makefile.in | 428 +-
sextractor/src/fits/Makefile.in | 234 +-
sextractor/src/wcs/Makefile.in | 234 +-
sextractor/src/wcs/cel.c | 2 +-
sextractor/src/wcs/cel.h | 2 +-
sextractor/src/wcs/lin.c | 2 +-
sextractor/src/wcs/lin.h | 2 +-
sextractor/src/wcs/proj.c | 2 +-
sextractor/src/wcs/proj.h | 2 +-
sextractor/src/wcs/sph.c | 2 +-
sextractor/src/wcs/sph.h | 2 +-
sextractor/src/wcs/wcs.c | 2 +-
sextractor/src/wcs/wcs.h | 2 +-
sextractor/src/wcs/wcsmath.h | 2 +-
sextractor/src/wcs/wcstrig.c | 2 +-
sextractor/src/wcs/wcstrig.h | 2 +-
712 files changed, 177892 insertions(+), 148516 deletions(-)
create mode 100755 admin/compile
create mode 100755 calib/cal/zeroupdate
copy calib/dic/{ESO-DFS-DIC.FORS2_QC => ESO-DFS-DIC.FORS1_QC} (90%)
create mode 100644 calib/gasgano/config/FORS1.prefs
rename calib/gasgano/config/{FORS.prefs => FORS2.prefs} (62%)
copy calib/gasgano/config/{fors.oca => fors1.oca} (86%)
rename calib/gasgano/config/{fors.oca => fors2.oca} (100%)
delete mode 100644 debian/patches/fix_format_security.patch
delete mode 100644 fors/create_phot.c
delete mode 100644 fors/create_stetson.c
create mode 100644 fors/fors_detected_slits.cc
create mode 100644 fors/fors_detected_slits.h
create mode 100644 fors/fors_flat_normalise.cc
create mode 100644 fors/fors_flat_normalise.h
create mode 100644 fors/fors_overscan.cc
copy recipes/tests/recipes-test.c => fors/fors_overscan.h (61%)
delete mode 100755 fors/tests/my_custom_test_script
create mode 100644 html/bc_s.png
create mode 100644 html/bdwn.png
create mode 100644 html/closed.png
delete mode 100644 html/create__phot_8c-source.html
create mode 100644 html/create__phot_8c_source.html
delete mode 100644 html/create__stetson_8c-source.html
create mode 100644 html/create__stetson_8c_source.html
create mode 100644 html/dir_29caecd79ba0d8cf1bf29f8555ca3deb.html
delete mode 100644 html/dir_59b02a80e553296e42791d17a261b792.html
delete mode 100644 html/dir_83e1530f94cacc9068c540ba3fc838a8.html
create mode 100644 html/dir_95ba833b8cc26b837be271dc0b58e122.html
delete mode 100644 html/dir_9af262a93c54576b7a2b4cc0cd21cc4f.html
create mode 100644 html/dir_aab54b8ed0ffe13455bea30ab0dd47dc.html
create mode 100644 html/dir_b351cdfeb4656d7d168dc72b273024e7.html
delete mode 100644 html/dir_f9b8c94f8f09c10447edf4ed11ceb4e6.html
delete mode 100644 html/dirs.html
create mode 100644 html/dynsections.js
delete mode 100644 html/fors-test_8c-source.html
create mode 100644 html/fors-test_8c_source.html
delete mode 100644 html/fors_2fors__extract_8c-source.html
create mode 100644 html/fors_2fors__extract_8c_source.html
delete mode 100644 html/fors__align__sky_8c-source.html
create mode 100644 html/fors__align__sky_8c_source.html
delete mode 100644 html/fors__align__sky__lss_8c-source.html
create mode 100644 html/fors__align__sky__lss_8c_source.html
delete mode 100644 html/fors__bias-test_8c-source.html
create mode 100644 html/fors__bias-test_8c_source.html
delete mode 100644 html/fors__bias_8c-source.html
create mode 100644 html/fors__bias_8c_source.html
delete mode 100644 html/fors__bias__impl_8c-source.html
create mode 100644 html/fors__bias__impl_8c_source.html
delete mode 100644 html/fors__bias__impl_8h-source.html
create mode 100644 html/fors__bias__impl_8h_source.html
delete mode 100644 html/fors__calib_8c-source.html
delete mode 100644 html/fors__config_8c-source.html
create mode 100644 html/fors__config_8c_source.html
delete mode 100644 html/fors__cpl__wcs-test_8c-source.html
create mode 100644 html/fors__cpl__wcs-test_8c_source.html
delete mode 100644 html/fors__cpl__wcs_8c-source.html
create mode 100644 html/fors__cpl__wcs_8c_source.html
delete mode 100644 html/fors__cpl__wcs_8h-source.html
create mode 100644 html/fors__cpl__wcs_8h_source.html
delete mode 100644 html/fors__dark-test_8c-source.html
create mode 100644 html/fors__dark-test_8c_source.html
delete mode 100644 html/fors__dark_8c-source.html
create mode 100644 html/fors__dark_8c_source.html
delete mode 100644 html/fors__dark__impl_8c-source.html
create mode 100644 html/fors__dark__impl_8c_source.html
delete mode 100644 html/fors__dark__impl_8h-source.html
create mode 100644 html/fors__dark__impl_8h_source.html
delete mode 100644 html/fors__data_8c-source.html
create mode 100644 html/fors__data_8c_source.html
delete mode 100644 html/fors__data_8h-source.html
create mode 100644 html/fors__data_8h_source.html
delete mode 100644 html/fors__detect__objects_8c-source.html
create mode 100644 html/fors__detect__objects_8c_source.html
delete mode 100644 html/fors__detect__spectra_8c-source.html
create mode 100644 html/fors__detect__spectra_8c_source.html
create mode 100644 html/fors__detected__slits_8h_source.html
delete mode 100644 html/fors__detlin_8c-source.html
create mode 100644 html/fors__detlin_8c_source.html
delete mode 100644 html/fors__dfs_8c-source.html
create mode 100644 html/fors__dfs_8c_source.html
delete mode 100644 html/fors__dfs_8h-source.html
create mode 100644 html/fors__dfs_8h_source.html
delete mode 100644 html/fors__double_8c-source.html
create mode 100644 html/fors__double_8c_source.html
delete mode 100644 html/fors__double_8h-source.html
create mode 100644 html/fors__double_8h_source.html
delete mode 100644 html/fors__extract_8h-source.html
create mode 100644 html/fors__extract_8h_source.html
delete mode 100644 html/fors__extract__objects_8c-source.html
create mode 100644 html/fors__extract__objects_8c_source.html
delete mode 100644 html/fors__extract__slits_8c-source.html
create mode 100644 html/fors__extract__slits_8c_source.html
delete mode 100644 html/fors__flat_8c-source.html
create mode 100644 html/fors__flat__normalise_8h_source.html
delete mode 100644 html/fors__flatfield_8c-source.html
create mode 100644 html/fors__flatfield_8c_source.html
delete mode 100644 html/fors__header_8c-source.html
create mode 100644 html/fors__header_8c_source.html
delete mode 100644 html/fors__header_8h-source.html
create mode 100644 html/fors__header_8h_source.html
delete mode 100644 html/fors__identify-test_8c-source.html
create mode 100644 html/fors__identify-test_8c_source.html
delete mode 100644 html/fors__identify_8c-source.html
create mode 100644 html/fors__identify_8c_source.html
delete mode 100644 html/fors__identify_8h-source.html
create mode 100644 html/fors__identify_8h_source.html
delete mode 100644 html/fors__image-test_8c-source.html
create mode 100644 html/fors__image-test_8c_source.html
delete mode 100644 html/fors__image_8c-source.html
create mode 100644 html/fors__image_8c_source.html
delete mode 100644 html/fors__image_8h-source.html
create mode 100644 html/fors__image_8h_source.html
delete mode 100644 html/fors__img__science-test_8c-source.html
create mode 100644 html/fors__img__science-test_8c_source.html
delete mode 100644 html/fors__img__science_8c-source.html
create mode 100644 html/fors__img__science_8c_source.html
delete mode 100644 html/fors__img__science__impl_8c-source.html
create mode 100644 html/fors__img__science__impl_8c_source.html
delete mode 100644 html/fors__img__science__impl_8h-source.html
create mode 100644 html/fors__img__science__impl_8h_source.html
delete mode 100644 html/fors__img__screen__flat-test_8c-source.html
create mode 100644 html/fors__img__screen__flat-test_8c_source.html
delete mode 100644 html/fors__img__screen__flat_8c-source.html
create mode 100644 html/fors__img__screen__flat_8c_source.html
delete mode 100644 html/fors__img__screen__flat__impl_8c-source.html
create mode 100644 html/fors__img__screen__flat__impl_8c_source.html
delete mode 100644 html/fors__img__screen__flat__impl_8h-source.html
create mode 100644 html/fors__img__screen__flat__impl_8h_source.html
delete mode 100644 html/fors__img__sky__flat-test_8c-source.html
create mode 100644 html/fors__img__sky__flat-test_8c_source.html
delete mode 100644 html/fors__img__sky__flat_8c-source.html
create mode 100644 html/fors__img__sky__flat_8c_source.html
delete mode 100644 html/fors__img__sky__flat__impl_8c-source.html
create mode 100644 html/fors__img__sky__flat__impl_8c_source.html
delete mode 100644 html/fors__img__sky__flat__impl_8h-source.html
create mode 100644 html/fors__img__sky__flat__impl_8h_source.html
delete mode 100644 html/fors__instrument_8c-source.html
create mode 100644 html/fors__instrument_8c_source.html
delete mode 100644 html/fors__instrument_8h-source.html
create mode 100644 html/fors__instrument_8h_source.html
delete mode 100644 html/fors__normalise__flat_8c-source.html
create mode 100644 html/fors__normalise__flat_8c_source.html
create mode 100644 html/fors__overscan_8h_source.html
delete mode 100644 html/fors__paf_8c-source.html
create mode 100644 html/fors__paf_8c_source.html
delete mode 100644 html/fors__paf_8h-source.html
create mode 100644 html/fors__paf_8h_source.html
delete mode 100644 html/fors__pattern-test_8c-source.html
create mode 100644 html/fors__pattern-test_8c_source.html
delete mode 100644 html/fors__pattern_8c-source.html
create mode 100644 html/fors__pattern_8c_source.html
delete mode 100644 html/fors__pattern_8h-source.html
create mode 100644 html/fors__pattern_8h_source.html
delete mode 100644 html/fors__pfits_8c-source.html
create mode 100644 html/fors__pfits_8c_source.html
delete mode 100644 html/fors__pfits_8h-source.html
create mode 100644 html/fors__pfits_8h_source.html
delete mode 100644 html/fors__photometry-test_8c-source.html
create mode 100644 html/fors__photometry-test_8c_source.html
delete mode 100644 html/fors__photometry_8c-source.html
create mode 100644 html/fors__photometry_8c_source.html
delete mode 100644 html/fors__photometry__impl_8c-source.html
create mode 100644 html/fors__photometry__impl_8c_source.html
delete mode 100644 html/fors__photometry__impl_8h-source.html
create mode 100644 html/fors__photometry__impl_8h_source.html
delete mode 100644 html/fors__pmos__calib_8c-source.html
create mode 100644 html/fors__pmos__calib_8c_source.html
delete mode 100644 html/fors__pmos__extract_8c-source.html
create mode 100644 html/fors__pmos__extract_8c_source.html
delete mode 100644 html/fors__pmos__science_8c-source.html
create mode 100644 html/fors__pmos__science_8c_source.html
delete mode 100644 html/fors__point-test_8c-source.html
create mode 100644 html/fors__point-test_8c_source.html
delete mode 100644 html/fors__point_8c-source.html
create mode 100644 html/fors__point_8c_source.html
delete mode 100644 html/fors__point_8h-source.html
create mode 100644 html/fors__point_8h_source.html
delete mode 100644 html/fors__polynomial_8c-source.html
create mode 100644 html/fors__polynomial_8c_source.html
delete mode 100644 html/fors__polynomial_8h-source.html
create mode 100644 html/fors__polynomial_8h_source.html
delete mode 100644 html/fors__qc-test_8c-source.html
create mode 100644 html/fors__qc-test_8c_source.html
delete mode 100644 html/fors__qc_8c-source.html
create mode 100644 html/fors__qc_8c_source.html
delete mode 100644 html/fors__qc_8h-source.html
create mode 100644 html/fors__qc_8h_source.html
delete mode 100644 html/fors__recipe_8c-source.html
create mode 100644 html/fors__recipe_8c_source.html
delete mode 100644 html/fors__recipe__impl_8h-source.html
create mode 100644 html/fors__recipe__impl_8h_source.html
delete mode 100644 html/fors__remove__bias_8c-source.html
create mode 100644 html/fors__remove__bias_8c_source.html
delete mode 100644 html/fors__resample_8c-source.html
create mode 100644 html/fors__resample_8c_source.html
delete mode 100644 html/fors__science_8c-source.html
create mode 100644 html/fors__science_8c_source.html
delete mode 100644 html/fors__setting-test_8c-source.html
create mode 100644 html/fors__setting-test_8c_source.html
delete mode 100644 html/fors__setting_8c-source.html
create mode 100644 html/fors__setting_8c_source.html
delete mode 100644 html/fors__setting_8h-source.html
create mode 100644 html/fors__setting_8h_source.html
delete mode 100644 html/fors__stack-test_8c-source.html
create mode 100644 html/fors__stack-test_8c_source.html
delete mode 100644 html/fors__stack_8c-source.html
create mode 100644 html/fors__stack_8c_source.html
delete mode 100644 html/fors__stack_8h-source.html
create mode 100644 html/fors__stack_8h_source.html
delete mode 100644 html/fors__star-test_8c-source.html
create mode 100644 html/fors__star-test_8c_source.html
delete mode 100644 html/fors__star_8c-source.html
create mode 100644 html/fors__star_8c_source.html
delete mode 100644 html/fors__star_8h-source.html
create mode 100644 html/fors__star_8h_source.html
delete mode 100644 html/fors__std__cat_8c-source.html
create mode 100644 html/fors__std__cat_8c_source.html
delete mode 100644 html/fors__std__cat_8h-source.html
create mode 100644 html/fors__std__cat_8h_source.html
delete mode 100644 html/fors__std__star-test_8c-source.html
create mode 100644 html/fors__std__star-test_8c_source.html
delete mode 100644 html/fors__std__star_8c-source.html
create mode 100644 html/fors__std__star_8c_source.html
delete mode 100644 html/fors__std__star_8h-source.html
create mode 100644 html/fors__std__star_8h_source.html
delete mode 100644 html/fors__subtract__sky_8c-source.html
create mode 100644 html/fors__subtract__sky_8c_source.html
delete mode 100644 html/fors__subtract__sky__lss_8c-source.html
create mode 100644 html/fors__subtract__sky__lss_8c_source.html
delete mode 100644 html/fors__sumflux_8c-source.html
create mode 100644 html/fors__sumflux_8c_source.html
delete mode 100644 html/fors__tools_8c-source.html
create mode 100644 html/fors__tools_8c_source.html
delete mode 100644 html/fors__tools_8h-source.html
create mode 100644 html/fors__tools_8h_source.html
delete mode 100644 html/fors__trace__flat_8c-source.html
create mode 100644 html/fors__trace__flat_8c_source.html
delete mode 100644 html/fors__utils_8c-source.html
create mode 100644 html/fors__utils_8c_source.html
delete mode 100644 html/fors__utils_8h-source.html
create mode 100644 html/fors__utils_8h_source.html
delete mode 100644 html/fors__wave__calib_8c-source.html
create mode 100644 html/fors__wave__calib_8c_source.html
delete mode 100644 html/fors__wave__calib__lss_8c-source.html
create mode 100644 html/fors__wave__calib__lss_8c_source.html
delete mode 100644 html/fors__zeropoint-test_8c-source.html
create mode 100644 html/fors__zeropoint-test_8c_source.html
delete mode 100644 html/fors__zeropoint_8c-source.html
create mode 100644 html/fors__zeropoint_8c_source.html
delete mode 100644 html/fors__zeropoint__impl_8c-source.html
create mode 100644 html/fors__zeropoint__impl_8c_source.html
delete mode 100644 html/fors__zeropoint__impl_8h-source.html
create mode 100644 html/fors__zeropoint__impl_8h_source.html
create mode 100644 html/ftv2blank.png
create mode 100644 html/ftv2cl.png
create mode 100644 html/ftv2doc.png
create mode 100644 html/ftv2folderclosed.png
create mode 100644 html/ftv2folderopen.png
create mode 100644 html/ftv2lastnode.png
create mode 100644 html/ftv2link.png
create mode 100644 html/ftv2mlastnode.png
create mode 100644 html/ftv2mnode.png
create mode 100644 html/ftv2mo.png
create mode 100644 html/ftv2node.png
create mode 100644 html/ftv2ns.png
create mode 100644 html/ftv2plastnode.png
create mode 100644 html/ftv2pnode.png
create mode 100644 html/ftv2splitbar.png
create mode 100644 html/ftv2vertline.png
delete mode 100644 html/functions.html
delete mode 100644 html/functions_vars.html
create mode 100644 html/jquery.js
delete mode 100644 html/list-test_8c-source.html
create mode 100644 html/list-test_8c_source.html
delete mode 100644 html/list_8c-source.html
create mode 100644 html/list_8c_source.html
delete mode 100644 html/list_8h-source.html
create mode 100644 html/list_8h_source.html
delete mode 100644 html/list__void_8h-source.html
create mode 100644 html/list__void_8h_source.html
delete mode 100644 html/montecarlo_8c-source.html
create mode 100644 html/montecarlo_8c_source.html
delete mode 100644 html/moses_8c-source.html
create mode 100644 html/moses_8c_source.html
delete mode 100644 html/moses_8h-source.html
create mode 100644 html/moses_8h_source.html
create mode 100644 html/nav_f.png
create mode 100644 html/nav_g.png
create mode 100644 html/nav_h.png
create mode 100644 html/open.png
delete mode 100644 html/recipes-test_8c-source.html
create mode 100644 html/recipes-test_8c_source.html
delete mode 100644 html/recipes_2fors__extract_8c-source.html
create mode 100644 html/recipes_2fors__extract_8c_source.html
create mode 100644 html/sync_off.png
create mode 100644 html/sync_on.png
create mode 100644 html/tab_a.png
delete mode 100644 html/tab_b.gif
create mode 100644 html/tab_b.png
create mode 100644 html/tab_h.png
delete mode 100644 html/tab_l.gif
delete mode 100644 html/tab_r.gif
create mode 100644 html/tab_s.png
delete mode 100644 html/test_8c-source.html
create mode 100644 html/test_8c_source.html
delete mode 100644 html/test_8h-source.html
create mode 100644 html/test_8h_source.html
delete mode 100644 html/test__hough_8c-source.html
create mode 100644 html/test__hough_8c_source.html
delete mode 100644 html/test__simulate_8c-source.html
create mode 100644 html/test__simulate_8c_source.html
delete mode 100644 html/test__simulate_8h-source.html
create mode 100644 html/test__simulate_8h_source.html
delete mode 100644 html/vimos__calib_8c-source.html
create mode 100644 html/vimos__calib_8c_source.html
delete mode 100644 html/vimos__calib__impl_8c-source.html
create mode 100644 html/vimos__calib__impl_8c_source.html
delete mode 100644 html/vimos__calib__impl_8h-source.html
create mode 100644 html/vimos__calib__impl_8h_source.html
delete mode 100644 html/vimos__science_8c-source.html
create mode 100644 html/vimos__science_8c_source.html
delete mode 100644 html/vimos__science__impl_8c-source.html
create mode 100644 html/vimos__science__impl_8c_source.html
delete mode 100644 html/vimos__science__impl_8h-source.html
create mode 100644 html/vimos__science__impl_8h_source.html
create mode 100644 m4macros/gsl.m4
create mode 100644 m4macros/libtool.m4
create mode 100644 m4macros/ltoptions.m4
create mode 100644 m4macros/ltsugar.m4
create mode 100644 m4macros/ltversion.m4
create mode 100644 m4macros/lt~obsolete.m4
create mode 100644 mosca/libmosca/detected_slit.cpp
create mode 100644 mosca/libmosca/detected_slit.h
create mode 100644 mosca/libmosca/detected_slits.cpp
copy mosca/libmosca/{image_smooth.h => detected_slits.h} (55%)
create mode 100644 mosca/libmosca/flat_combine.h
create mode 100644 mosca/libmosca/flat_combine.tcc
create mode 100644 mosca/libmosca/hdrl_bpm.c
copy irplib/irplib_spectrum.h => mosca/libmosca/hdrl_bpm.h (53%)
create mode 100644 mosca/libmosca/hdrl_collapse.c
create mode 100644 mosca/libmosca/hdrl_collapse.h
create mode 100644 mosca/libmosca/hdrl_combine.c
create mode 100644 mosca/libmosca/hdrl_combine.h
create mode 100644 mosca/libmosca/hdrl_elemop.c
create mode 100644 mosca/libmosca/hdrl_elemop.h
create mode 100644 mosca/libmosca/hdrl_flat.c
create mode 100644 mosca/libmosca/hdrl_flat.h
create mode 100644 mosca/libmosca/hdrl_image.c
create mode 100644 mosca/libmosca/hdrl_image.h
copy mosca/libmosca/{image_smooth.h => hdrl_image_defs.h} (57%)
create mode 100644 mosca/libmosca/hdrl_image_math.c
create mode 100644 mosca/libmosca/hdrl_image_math.h
copy irplib/irplib_spectrum.h => mosca/libmosca/hdrl_imagelist.h (54%)
create mode 100644 mosca/libmosca/hdrl_imagelist_basic.c
create mode 100644 mosca/libmosca/hdrl_imagelist_basic.h
create mode 100644 mosca/libmosca/hdrl_imagelist_basic_body.h
copy irplib/irplib_distortion.h => mosca/libmosca/hdrl_imagelist_defs.h (57%)
create mode 100644 mosca/libmosca/hdrl_imagelist_io.c
create mode 100644 mosca/libmosca/hdrl_imagelist_io.h
create mode 100644 mosca/libmosca/hdrl_imagelist_view.c
copy irplib/irplib_distortion.h => mosca/libmosca/hdrl_imagelist_view.h (59%)
create mode 100644 mosca/libmosca/hdrl_iter.c
create mode 100644 mosca/libmosca/hdrl_iter.h
create mode 100644 mosca/libmosca/hdrl_overscan.c
create mode 100644 mosca/libmosca/hdrl_overscan.h
create mode 100644 mosca/libmosca/hdrl_parameter.c
create mode 100644 mosca/libmosca/hdrl_parameter.h
create mode 100644 mosca/libmosca/hdrl_prototyping.c
create mode 100644 mosca/libmosca/hdrl_prototyping.h
create mode 100644 mosca/libmosca/hdrl_sigclip.c
create mode 100644 mosca/libmosca/hdrl_sigclip.h
copy irplib/irplib_flat.h => mosca/libmosca/hdrl_types.h (60%)
create mode 100644 mosca/libmosca/hdrl_utils.c
create mode 100644 mosca/libmosca/hdrl_utils.h
copy mosca/libmosca/{image_smooth.h => image_spline_fit.h} (60%)
create mode 100644 mosca/libmosca/image_spline_fit.tcc
copy mosca/libmosca/{image_smooth.h => image_utils.h} (57%)
create mode 100644 mosca/libmosca/image_utils.tcc
create mode 100644 mosca/libmosca/reduce_method.cpp
create mode 100644 mosca/libmosca/reduce_method.h
create mode 100644 mosca/libmosca/tests/Makefile.am
create mode 100644 mosca/libmosca/tests/Makefile.in
create mode 100644 mosca/libmosca/tests/flat_combine-test.cpp
create mode 100644 mosca/libmosca/tests/image_smooth-test.cpp
create mode 100755 mosca/libmosca/tests/test_driver
copy mosca/libmosca/{image_smooth.h => vector_utils.h} (54%)
create mode 100644 mosca/libmosca/vector_utils.tcc
create mode 100644 mosca/libmosca/wavelength_calibration.cpp
create mode 100644 mosca/libmosca/wavelength_calibration.h
rename recipes/{fors_calib.c => fors_calib.cc} (59%)
delete mode 100644 recipes/fors_flat.c
create mode 100644 recipes/fors_flat.cc
create mode 100755 reflex/fors_calib_interact.py
create mode 100755 reflex/fors_plot_common.py
create mode 100755 reflex/fors_science_interact.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-fors.git
More information about the debian-science-commits
mailing list