File failed to load: https://isis.astrogeology.usgs.gov/dev/Object/assets/jax/output/NativeMML/config.js
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.
 

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.