#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. | |