Isis Developer Reference
FitsToJson.cpp File Reference
#include "FitsToJson.h"
#include <nlohmann/json.hpp>
#include <QString>
#include "IException.h"
#include "IString.h"
#include "PvlObject.h"
#include "PvlGroup.h"
#include "PvlToJSON.h"

Namespaces

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

Typedefs

using json = nlohmann::json
 This is free and unencumbered software released into the public domain.
 

Functions

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

Typedef Documentation

◆ json

using json = nlohmann::json

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

The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.