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

Reduce file volume #12

Open
mkelley opened this issue Feb 13, 2019 · 0 comments
Open

Reduce file volume #12

mkelley opened this issue Feb 13, 2019 · 0 comments

Comments

@mkelley
Copy link
Owner

mkelley commented Feb 13, 2019

No need for float64 and int64 in the FITS files:

No.    Name      Ver    Type      Cards   Dimensions   Format
  0  SCI           1 PrimaryHDU     291   (1185, 1186)   float32   
  1  MASK          1 ImageHDU       208   (1185, 1186)   int16   
  2  PSF           1 ImageHDU        11   (23, 23)   float32   
  3  REF           1 ImageHDU        89   (1201, 1201)   float32   
  4  SANGLE        1 ImageHDU        23   (1200, 1200)   float64   
  5  SANGLEMASK    1 ImageHDU        23   (1200, 1200)   int64   
  6  SANGLEREF     1 ImageHDU        23   (1200, 1200)   float64   
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

No branches or pull requests

1 participant