Loading src/fits/fitshead.c +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * * This file part of: AstrOmatic FITS/LDAC library * * Copyright: (C) 1995-2019 IAP/CNRS/SorbonneU * Copyright: (C) 1995-2022 IAP/CNRS/SorbonneU * * License: GNU General Public License * Loading @@ -23,7 +23,7 @@ * along with AstrOmatic software. * If not, see <http://www.gnu.org/licenses/>. * * Last modified: 04/12/2019 * Last modified: 11/03/2022 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading Loading @@ -354,8 +354,8 @@ PURPOSE Update a FITS header according to what's in the table. INPUT Table structure. OUTPUT RETURN_OK if tab is a binary table, or RETURN_ERROR otherwise. NOTES The headbuf pointer in the tabstruct might be reallocated. AUTHOR E. Bertin (IAP & Leiden observatory) VERSION 11/06/2007 AUTHOR E. Bertin (IAP/CNRS/SorbonneU) VERSION 11/03/2022 ***/ int update_head(tabstruct *tab) Loading Loading
src/fits/fitshead.c +5 −5 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * * This file part of: AstrOmatic FITS/LDAC library * * Copyright: (C) 1995-2019 IAP/CNRS/SorbonneU * Copyright: (C) 1995-2022 IAP/CNRS/SorbonneU * * License: GNU General Public License * Loading @@ -23,7 +23,7 @@ * along with AstrOmatic software. * If not, see <http://www.gnu.org/licenses/>. * * Last modified: 04/12/2019 * Last modified: 11/03/2022 * *%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/ Loading Loading @@ -354,8 +354,8 @@ PURPOSE Update a FITS header according to what's in the table. INPUT Table structure. OUTPUT RETURN_OK if tab is a binary table, or RETURN_ERROR otherwise. NOTES The headbuf pointer in the tabstruct might be reallocated. AUTHOR E. Bertin (IAP & Leiden observatory) VERSION 11/06/2007 AUTHOR E. Bertin (IAP/CNRS/SorbonneU) VERSION 11/03/2022 ***/ int update_head(tabstruct *tab) Loading