ifw-core 6.0.0
Loading...
Searching...
No Matches
Functions
testFits.cpp File Reference
#include <iostream>
#include <gtest/gtest.h>
#include <ifw/fnd/defs/dataType.hpp>
#include <ifw/core/utils/string/string.hpp>
#include <ifw/core/utils/system/system.hpp>
#include <ifw/core/utils/file/file.hpp>
#include <ifw/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  )