gbernstein/gbfits

Header.getValue() failing for long int arguments

Opened this issue · 0 comments

long lost;
primary.header()->getValue("NLOST",lost);
is giving huge value when FITS file has zero here. Works when lost is int.