github.com/astrogo/fitsio@v0.3.0/consts.go (about)

     1  // Copyright 2015 The astrogo Authors.  All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package fitsio
     6  
     7  const (
     8  	blockSize = 2880 // size in bytes of a FITS block
     9  )