--- aliases: - /2020/11/cfitsio-checkpoint-write categories: - astrophysics date: '2020-11-30' layout: post title: CFITSIO file writing with checkpointing --- I wrote a prototype implementation of writing FITS files in C checkpointing using the FITS flush function so that if the code segfaults, the file is not corrupted, see: *