Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HDU and header copy functions #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jishnub
Copy link
Contributor

@jishnub jishnub commented Aug 25, 2021

Add the functions fits_copy_file that can copy multiple HDUs from one file to another, fits_copy_hdu that copies only the current HDU, fits_copy_header that copies only the header from the current HDU and appends to the output file, and fits_copy_data that copies the data but not the header.

@codecov
Copy link

codecov bot commented Aug 25, 2021

Codecov Report

Merging #17 (a444459) into master (5c376e4) will increase coverage by 0.71%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   77.04%   77.75%   +0.71%     
==========================================
  Files           1        1              
  Lines         588      616      +28     
==========================================
+ Hits          453      479      +26     
- Misses        135      137       +2     
Impacted Files Coverage Δ
src/CFITSIO.jl 77.75% <100.00%> (+0.71%) ⬆️

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 5c376e4...a444459. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants