Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/astropy/ccdproc

Astropy affiliated package for reducing optical/IR CCD data
https://github.com/astropy/ccdproc

Fix combination of Headers when reading CCDData

5ac83f3350b21407f7c6bbad0ea46b073736b326 authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #535 from MSeifert04/ifc_bad_fits_summary_default

Make "header_keywords" argument for "_fits_summary" method mandatory

309f03f7b81459964e211412974f1f041404815e authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #536 from MSeifert04/ifc_remove_default_keyword_setter

Remove unnecessary default value for keyword property setter.

eab75518d3a60f9234bed53b1525aead7407d2e0 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #538 from MSeifert04/explicitly_import_functions_from_core

Explicitly import functions (instead of star-import) in test_ccdproc test file.

99d217a444bc2c773c7d817cbedc610189e94862 authored over 7 years ago by Matt Craig <[email protected]>
Explicitly import functions (instead of star-import) in test_ccdproc test file.

a3e00dfe2792453b542781e26a5d83178acdc770 authored over 7 years ago by Michael Seifert <[email protected]>
Remove unnecessary default value for keyword property setter.

b296f1b4f1402aab709d5ada6c3cfe7d1dbe8694 authored over 7 years ago by Michael Seifert <[email protected]>
Make "header_keywords" argument for "fits_summary" method mandatory

6b50d2789b6b09f32cbc70eda09eadeac1f6f3bf authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #534 from MSeifert04/ifc_bad_sort_default

Make key argument for ImageFileCollection.sort mandatory

c931850527a12430e01cba950cdc642917939c80 authored over 7 years ago by Matt Craig <[email protected]>
skip test for astropy < 1.3

7b4afaa8016088667062bd3d533ed869075bd8e7 authored over 7 years ago by Michael Seifert <[email protected]>
Make key argument for ImageFileCollection.sort mandatory

9bf6a4b7ccb95646ea0cd1112315642c7a7f17aa authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #533 from MSeifert04/ifc_remove_unnecessary_set_calls

Remove some unnecessary set calls and replace some with literals

20142dfbaf0aa589524e9bae4c591d81198c0ae4 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #532 from MSeifert04/ifc_move_import_statements_to_top

Put import statements from function scopes at the top of the file.

49931163f28e8e159d7d80a8c46405fc7ecfc2d9 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #531 from MSeifert04/replace_dict_comp_with_generator

Replace a dict-comprehension with a loop in ImageFileCollection

072fdec570e87461faf6e9f54b48e43fca471dda authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #530 from MSeifert04/ifc_replace_nested_if_else

replace a multi-line ... if ... else ... construct with explicit branches

e714c201bf94d5299af8d9cd11fbe1da0be42d16 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #529 from MSeifert04/ifc_replace_list_multiplication

Use np.ones or np.zeros instead of np.array([bool]*length)

252933fe84ac5fb27b06996ab1449c72fe649236 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #527 from MSeifert04/ifc_raise_exception_overwrite_ccd_generator

Raise an exception instead of silently ignoring overwrite in ccd generator

d2fa7dded753154468a581245ecac10e8c35ee3f authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #526 from MSeifert04/ifc_make_glob_attributes_readonly

Make glob attributes of ImageFileCollection readonly

d8cf4a61fbd859450a13f447ebd69b3f7ca7135e authored over 7 years ago by Matt Craig <[email protected]>
Remove some unnecessary set calls and replace some with literals

2fc9e53a66b05b64cd0928878067121910f29ed0 authored over 7 years ago by Michael Seifert <[email protected]>
Put import statements from function scopes at the top of the file.

115f25489963f4c5146470f5ec46c57318fda6f5 authored over 7 years ago by Michael Seifert <[email protected]>
Replace a dict-comprehension with a loop because the dict isn't needed.

0046b1ec73ea039714d7a547bc1685ab36147528 authored over 7 years ago by Michael Seifert <[email protected]>
replace a multi-line ... if ... else ... construct with explicit branches

1f2c38ff822bbf73cd3606d1dae5e523d83f8916 authored over 7 years ago by Michael Seifert <[email protected]>
Use np.ones or np.zeros instead of np.array([bool]*length)

b2fdae54e0265ba66d8b36ec535ff5f7dfbab995 authored over 7 years ago by Michael Seifert <[email protected]>
link to astropy.nddata functions in the documentation

87120ff117a4779991b58d4d13a88755195de577 authored over 7 years ago by Michael Seifert <[email protected]>
Use astropy.nddata.CCDData if astropy version >= 2.0

Use astropys CCDData if possible

b3ac6a022b542525ddcbe0e89afd59b2d235741e authored over 7 years ago by Michael Seifert <[email protected]>
Raise an exception instead of silently ignoring overwrite in ccd generator

26ff09c2087f0c27ee8ca7ada0db3512da7ddc26 authored over 7 years ago by Michael Seifert <[email protected]>
Make glob attributes of ImageFileCollection readonly

b131d7f942689ec9314c0bb7ddf44dcf48698223 authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #515 from MSeifert04/imagefilecollection_representation

Added new attributes to ImageFileCollection representation

8091b867ea005e2c4e05cd50330b47edac5b01f9 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #524 from MSeifert04/travis_include_numpy_1_12

Include a numpy 1.12 test in travis

40b4715b07db9d302f18d6f4ce398e8fa15b60a6 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #525 from MSeifert04/travis_pre_lts_astropy

Test against astropy 1.0 and 1.3

8f5c56a2e75df1913f5560cf1858524eb7106fa3 authored over 7 years ago by Steve Crawford <[email protected]>
Test against 1.0 and 1.3 astropy (next release should be compatible)

4cd478cfae85aa4e4b9502e8ddb6d7695d30a494 authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #523 from MSeifert04/test_tests_ifc_windows

Run ImageFileCollection tests on AppVeyor

24e15be394b89f5c5629fd052ab5f999e704e1ce authored over 7 years ago by Matt Craig <[email protected]>
ignore warning about "no files in collection" in representation test from info file

4b8c986badfa4eb350741e370a956b1cb2ace7c8 authored over 7 years ago by Michael Seifert <[email protected]>
Include a numpy 1.12 test in travis

e58eab0200766316852574ad7711ce3bb5d1b044 authored over 7 years ago by Michael Seifert <[email protected]>
more tests for representation of ImageFileCollection

65b03842c0ebb99a3c6f34b72580c52c0ca8fc2f authored over 7 years ago by Michael Seifert <[email protected]>
skip failing test on windows (python 2.7) because of missing os.path.samefile

430959e9175f4e644b09e61793c4d0cc3bf5011a authored over 7 years ago by Michael Seifert <[email protected]>
test if ImageFileCollection tests really fail on AppVeyor

b3affae34619a2d2f28d1971b912521eea304117 authored over 7 years ago by Michael Seifert <[email protected]>
Added new attributes to ImageFileCollection representation

85d42601b39e2816680215d6864c4467e665fc3b authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #522 from MSeifert04/style_cleanup_filecollection_tests

Minor cleanup in imagefilecollection tests

620053da226216cb98fec483d32489df1d1affd5 authored over 7 years ago by Matt Craig <[email protected]>
Minor cleanup in imagefilecollection tests

6b4eff773945ba05e700128035cc20941418736c authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #520 from MSeifert04/utils_docs

add slices utilities to documentation

84732134c8bda044c5ca5e0f981c8208f4fc3c1e authored over 7 years ago by Steve Crawford <[email protected]>
Merge pull request #521 from MSeifert04/ccdmask_docstring_fix

Fix the docstring of the ccdmask function

8fff760eac801d7a2a71f593ac3450d44e17f9a3 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #517 from MSeifert04/build_docs_travis

Use build_docs instead of the deprecated build_sphinx in travis

9e7d2f7be8e429c2fd7c7d90247d21e36df63b48 authored over 7 years ago by Matt Craig <[email protected]>
Fix the docstring of the ccdmask function

Some parameter descriptions were missing the whitespace before the colon.
Also added default val...

6cfcab6073f10a956a6448da725ca9b048c8d3bd authored over 7 years ago by Michael Seifert <[email protected]>
add slices utilities to documentation

d583441f1366daccfe527b935eba9bf7edec04b1 authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #518 from astropy/badges-svg

Update badges to SVG

8307f2b063219d0f3c4b3da80116b9391ebf863b authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #519 from bsipocz/update-helpers-v2.0.1

Update astropy-helpers to v2.0.1

02cbe92ad3936e79fdfdf96aaaacb649dd64a026 authored over 7 years ago by Michael Seifert <[email protected]>
Updated astropy-helpers to v2.0.1

01a3274adb4b14c5baea40854357e4267d371a69 authored over 7 years ago by Brigitta Sipocz <[email protected]>
Update badges to SVG

7dd6b221d78799d8720377714e4309ce5844ac88 authored over 7 years ago by Thomas Robitaille <[email protected]>
Use build_docs instead of the deprecated build_sphinx in travis

93d7f54fc340d4a0996689ec008a1b4403cc743d authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #513 from bsipocz/update-helpers-v2.0

Update astropy-helpers to v2.0

6457b065fb85ca2f24a5feb5ed8fdacbd13bd7d4 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #508 from hletrd/sum-combiner

Added sum combiner (#500)

ecd90cb88a21895a6e3925208bda73dd8cef7d06 authored over 7 years ago by Steve Crawford <[email protected]>
Update CHANGES.rst

Fixed triple quotes to double quotes

31bb3dff2528937e8edc59d08c6eb6b4ee698912 authored over 7 years ago by Steve Crawford <[email protected]>
Updated astropy-helpers to v2.0

8b9448f621a33d09392f4018a17b739b62411375 authored over 7 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #512 from bsipocz/manifest_license

Adding LICENSE to manifest [ci skip]

54b1419849ba3d66ea469fc1bd10d613b4b14129 authored over 7 years ago by Michael Seifert <[email protected]>
Adding LICENSE to manifest [ci skip]

7ffa16c3b96103f42850955247be2e7ad692ff5a authored over 7 years ago by Brigitta Sipocz <[email protected]>
Changed assert_array_equal to assert_almost equal

97fdeb8ae0a6b2be346c5c67e615aaf250e6d98e authored over 7 years ago by Jiyong Youn <[email protected]>
Fixed syntax error

11bab296fdf52bbdd7e13e5d77dc689e7f636560 authored over 7 years ago by Jiyong Youn <[email protected]>
Changed uncertainty to n times of stdev.

25c4e68353dc6e81a57602e6f60b4d4f400845cd authored over 7 years ago by Jiyong Youn <[email protected]>
Removed trailing whitespace

c5b7932271b3982c9496be1b6a80c2b3bee07491 authored over 7 years ago by Jiyong Youn <[email protected]>
Fixed test_combiner_uncertainty_sum_mask()

615448ecadf692ddf8a288a3dbfd9c1559eda0c1 authored over 7 years ago by Jiyong Youn <[email protected]>
Added tests

a8efb790875398ea413db82572cd2512a2b13d41 authored over 7 years ago by Jiyong Youn <[email protected]>
Added uncertainty test for partially masked image

2a7e2e6f3ec7263b43f3dbb540345cd17910b6fc authored over 7 years ago by Jiyong Youn <[email protected]>
Modified comments

759e899c58e59b32e6ba187565b389c5025e660b authored over 7 years ago by Jiyong Youn <[email protected]>
Referenced #508

4dd94b86dba3490451d2b0515c53a763775b9993 authored over 7 years ago by Jiyong Youn <[email protected]>
Merge pull request #509 from hamogu/patch-3

Update reduction_toolbox.rst

4f6f494b33f397766d9b989f6322065b145f6223 authored over 7 years ago by Steve Crawford <[email protected]>
Update reduction_toolbox.rst

Missing backticks made sphinx not render a link.

[skip ci]

5426a4db6cf8574d9c63a12b3586ad0cacc8c9cd authored over 7 years ago by Hans Moritz Günther <[email protected]>
Removed unnecessary blank line

1cd0d2c80eba9397d3545e1759866e0feb9f7d3b authored over 7 years ago by Jiyong Youn <[email protected]>
Fixed uncertainty test, Added masked sum test

4d7c2132e01b5001304c2503c4d97bfbee06dafa authored over 7 years ago by Jiyong Youn <[email protected]>
Fixed error in uncertainty calculation

2159b3329257da0d23bb10fea99eaaa4e311f349 authored over 7 years ago by Jiyong Youn <[email protected]>
Fixed bug in test_combiner.py

1e9af896bf6ed184b94cede07e82af0ca5a30ef3 authored over 7 years ago by Jiyong Youn <[email protected]>
Added sum combiner (#500)

804afdea0c3ef509e5cc79341513396c2e4b85cd authored over 7 years ago by Jiyong Youn <[email protected]>
Merge pull request #503 from ysBach/add-np-combiner

numpy.ndarray as an input for combine [#493]

3efae4b036a2cf79c3087763e2643d45b2858590 authored over 7 years ago by Steve Crawford <[email protected]>
Merge pull request #505 from mwcraig/remove-redundant-ccddata-methods

Remove several properties already present in NDDataArray

2dd2f20be97b02c7edec3a86d3dc2e7cc335b661 authored over 7 years ago by Matt Craig <[email protected]>
Merge pull request #506 from bsipocz/ci-helpers_use_generic_script

Use the generic ci-helpers script

a738c6612e5beeda448ed9cfd6c7627cd36d2217 authored over 7 years ago by Matt Craig <[email protected]>
Add regression test for changes to unit setter

d72d0da5f5450f4f11b1fabab958d058ac5a1647 authored over 7 years ago by Matthew Craig <[email protected]>
Remove several properties already present in NDDataArray

30fa9b46e551a49d23c460af4d6e342e0a90c7f8 authored over 7 years ago by Matthew Craig <[email protected]>
Merge pull request #507 from MSeifert04/unneeded_compat_import

fix unneeded compatibility import

59817466569a72399adc37618bd0fa0f7049c0fd authored over 7 years ago by Michael Seifert <[email protected]>
fix unneeded compatibility import

98bd1c437f6f9131e81978b702841fe0fdc5ab0e authored over 7 years ago by Michael Seifert <[email protected]>
Use the generic ci-helpers script, it will figure out OS [skip appveyor]

5c37523dcbc93bdd4e66d1be5e635119a65848f4 authored over 7 years ago by Brigitta Sipocz <[email protected]>
Minor correction to test_combiner.py and CHANGES.rst.

There were three blank lines after ``test_combine_numpyndarray``, so deleted one.
An item in CHA...

5ecf59eaff1fbca8ece2c7a381cb9fef695d499b authored over 7 years ago by ysBach <[email protected]>
Corrected a typo for fixing #493

6576570ba73434639828e9dd11b8eacf43e5d94b authored over 7 years ago by ysBach <[email protected]>
Added test for #493

fc020466fe514419dba8e36a7edf8868452ceb11 authored over 7 years ago by ysBach <[email protected]>
Merge pull request #502 from bsipocz/pytest_not_from_astropy

Using system pytest rather than astropy bundled

3829d6a3a85a5a9e4fbab32ed57ab954b307c549 authored over 7 years ago by Matt Craig <[email protected]>
combine can take numpy.ndarray (Fixes #493)

23171044d098b78d745a22b1b023ac50d03a7c80 authored over 7 years ago by ysBach <[email protected]>
combine can take numpy.ndarray (Fixes #493)

4397821f2a93a72c58b3e0a51a4be74f8520493f authored over 7 years ago by ysBach <[email protected]>
Fix pytest version

f4dbae72a8ec7d24a3463f97b9ce6888e7232615 authored over 7 years ago by Brigitta Sipocz <[email protected]>
Making sure CI uses system pytest

3756bc6bda2416782a57b24e59ef3ad908cc8f3d authored over 7 years ago by Brigitta Sipocz <[email protected]>
Using system pytest rather than astropy bundled

0f74b832156e43653c56568c8dbe4d78d44b9ad0 authored over 7 years ago by Brigitta Sipocz <[email protected]>
Merge pull request #463 from janga1997/multi-extension

Add multi-extension support

46c5542657d542f064f53dabbacc1641e86d55cb authored over 7 years ago by Michael Seifert <[email protected]>
Merge pull request #501 from mwcraig/fix-sip-wcs-handling

Fix sip wcs handling

8fc9febcba4fa33f74e0dac27534adcff77e2d9a authored over 7 years ago by Matt Craig <[email protected]>
Fix test for astropy 1.0.x

819459defa3f1c3c782e7201fbcd8e6cb9427998 authored over 7 years ago by Matthew Craig <[email protected]>
Add test for case wcs_relax=False

edc02ffc5863ee45a5d3a64c0cdbad8cf0e239c4 authored over 7 years ago by Matthew Craig <[email protected]>
Add link to WCS.to_header documentation

a3f6ccb710989a6f3caf1de98b249336b37d32bd authored over 7 years ago by Matthew Craig <[email protected]>
Add wcs_relax parameter in CCDData.to_header

Closes #457

e5109fe773ceca9243196590c2708846f7657f46 authored over 7 years ago by Matthew Craig <[email protected]>
Add regression test for #457 handling of SIP in CTYPE

74c91354ad1d6cbce4c6808a51b5a418b03793e9 authored over 7 years ago by Matthew Craig <[email protected]>
Merge pull request #497 from mwcraig/fix-numpy-astropy-dev

Fix failures in astropy-dev tests

9e9ca1bd06fcd4f34a46fd51e8063cfab56d217f authored over 7 years ago by Matt Craig <[email protected]>
Fix masking of file column in `_find_keywords_by_value`

Closes #498

e52a8a2360ef6dcc86cfc2552615ca1568801eca authored over 7 years ago by Matthew Craig <[email protected]>
Remove reference to NUMPY_LT_1_9

Closes #496

96dab74031b7514231132335e4326ffd05e25240 authored over 7 years ago by Matthew Craig <[email protected]>
Merge pull request #475 from janga1997/repr-image

Add __repr__ method to ImageFileCollection

ff4470695ce5fe75c95a635c821f83063c5c3710 authored over 7 years ago by Matt Craig <[email protected]>
PEP-8 fixes

07f73664ddb474cae41e21750a8bc44f26e66661 authored over 7 years ago by Matthew Craig <[email protected]>