Closed raff closed 8 years ago
With go 1.6.2 on Windows and tip of x/exp/shiny the call at https://github.com/astrogo/fitsio/blob/master/cmd/view-fits/main.go#L93 returns "invalid argument".
If I change it with, for example, "b, err := s.NewBuffer(image.Point{500,500})" everything works.
thanks for the report and the fix.
With go 1.6.2 on Windows and tip of x/exp/shiny the call at https://github.com/astrogo/fitsio/blob/master/cmd/view-fits/main.go#L93 returns "invalid argument".
If I change it with, for example, "b, err := s.NewBuffer(image.Point{500,500})" everything works.