Isis Developer Reference
FitsToJson.h File Reference
#include "FileName.h"
#include <nlohmann/json.hpp>
#include <fstream>

Go to the source code of this file.

Namespaces

namespace  Isis
 This is free and unencumbered software released into the public domain.
 

Functions

json Isis::fitsToJson (FileName fitsFile)
 Converts a FITS file to a json object.
 
json Isis::fitsToJson (std::ifstream &fileStream)
 Convert the contents of a stream to a JSON object.