ccdproc icon indicating copy to clipboard operation
ccdproc copied to clipboard

Allow specification of FITS suffixes in `ImageFileCollection`

Open keflavich opened this issue 5 years ago • 3 comments

Our observatory writes .FIT files, and there appears to be no way at present to read these with an ImageFileCollection.


keflavich avatar Jan 29 '20 15:01 keflavich

Codecov Report

Merging #727 (909b659) into master (9611aa9) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #727      +/-   ##
==========================================
+ Coverage   95.49%   95.51%   +0.02%     
==========================================
  Files          30       30              
  Lines        3931     3949      +18     
==========================================
+ Hits         3754     3772      +18     
  Misses        177      177              
Impacted Files Coverage Δ
ccdproc/image_collection.py 99.21% <100.00%> (+0.01%) :arrow_up:
ccdproc/tests/test_image_collection.py 98.88% <100.00%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9611aa9...f1d6064. Read the comment docs.

codecov[bot] avatar Jan 29 '20 15:01 codecov[bot]

@keflavich -- do you have time to add a test for this? If not, I can do that Monday and then merge. I'm not sure why your files are not being picked up since fit was already supposed to be one of the recognized extensions but I'm 👍 on this feature in any event.

mwcraig avatar Jul 24 '20 14:07 mwcraig

no time, sorry 🕐

keflavich avatar Jul 24 '20 15:07 keflavich