Welcome to Tensorflow 2.x FITS’s documentation!¶
Tensorflow 2.x FITS allows you to load data from FITS (Flexible Image
Transfer System) into Tensorflow 2.x’s
td.data.Dataset. It can load images, binary tables or ascii tables from a
specified HDU (i.e. your FITS file can have multiple extensions). My plan was
to have it work like Tensorflow’s built in functions to read images.