ifw-core  5.0.0-pre2
Functions
testFits.cpp File Reference
#include <iostream>
#include <gtest/gtest.h>
#include <core/utils/string/string.hpp>
#include <core/utils/system/system.hpp>
#include <core/utils/file/file.hpp>
#include <core/dit/fits/fits.hpp>
#include "testFitsData.cpp"

Functions

 TEST (Fits_GenerateKey, Normal)
 
 TEST (Fits_CreateFile, Normal)
 
 TEST (Fits_AddKey, Normal)
 
 TEST (Fits_KeyInHdu, Normal)
 
 TEST (Fits_StoreImage, Normal)
 
 TEST (Fits_StoreImage, Append)
 
 TEST (Fits_StoreImage, Normal_TwoExtension)
 
 TEST (Fits_StoreImage, NotACube)
 
 TEST (Fits_StoreImage, CubeTooSmall)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

◆ TEST() [1/9]

TEST ( Fits_AddKey  ,
Normal   
)

◆ TEST() [2/9]

TEST ( Fits_CreateFile  ,
Normal   
)

◆ TEST() [3/9]

TEST ( Fits_GenerateKey  ,
Normal   
)

◆ TEST() [4/9]

TEST ( Fits_KeyInHdu  ,
Normal   
)

◆ TEST() [5/9]

TEST ( Fits_StoreImage  ,
Append   
)

◆ TEST() [6/9]

TEST ( Fits_StoreImage  ,
CubeTooSmall   
)

◆ TEST() [7/9]

TEST ( Fits_StoreImage  ,
Normal   
)

◆ TEST() [8/9]

TEST ( Fits_StoreImage  ,
Normal_TwoExtension   
)

◆ TEST() [9/9]

TEST ( Fits_StoreImage  ,
NotACube   
)