Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 315 Bytes

2020-11-30-cfitsio-checkpoint-write.md

File metadata and controls

11 lines (9 loc) · 315 Bytes
layout title categories
post
CFITSIO file writing with checkpointing
astropy

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: