TwiceAsNice  2019-02-18
Variables
fitsMask2Cfg Namespace Reference

Variables

 hdu = fits.open(sys.argv[1])
 
 arr = hdu[0].data.astype('<f8')
 
 mask = Nice.SeqDynamicBitset()
 
 thefile = open('test.txt', 'w')
 

Variable Documentation

◆ arr

fitsMask2Cfg.arr = hdu[0].data.astype('<f8')

◆ hdu

fitsMask2Cfg.hdu = fits.open(sys.argv[1])

◆ mask

fitsMask2Cfg.mask = Nice.SeqDynamicBitset()

◆ thefile

fitsMask2Cfg.thefile = open('test.txt', 'w')