Commits
Darrell Schiebel authored 3116ecbadd1
16 16 | # |
17 17 | # Based on the requirements listed in casadocs found here: |
18 18 | # https://casadocs.readthedocs.io/en/latest/api/tt/casatools.image.html |
19 19 | # |
20 20 | # Methods tested in this script |
21 21 | # adddegaxes, addnoise, boxcar, calcmask, commonbeam, newimagefromarray, newimagefromshape,continuumsub, |
22 22 | # convertflux, convolve, convolve, convolve2d, coordmeasures, crop, decimate, decompose, deconvolvecomponentlist, |
23 23 | # deconvolvefrombeam, fft, findsources, fromarray, fromcomplist, fromfits, fromimage, fromrecord, fromshape, |
24 24 | # getregion, hanning, histograms, imageconcat, insert, isconform, makecomplex, maskhandler, modify, |
25 25 | # newfromimage, pad, putchunk, getchunk, putregion, replacemaskedpixels, restoringbeam, rotate, sepconvolve, set, |
26 - | # setbrightnessunit, setcoordsys, setmiscinfo, summary, tofits, twopointcorrelation |
26 + | # setbrightnessunit, setcoordsys, setmiscinfo, summary, tofits, twopointcorrelation, fitsheader |
27 27 | ########################################################################## |
28 28 | import shutil |
29 29 | import pytest |
30 30 | import unittest |
31 31 | import os |
32 32 | import numpy as np |
33 33 | import math |
34 34 | |
35 35 | from casatools import image as iatool |
36 36 | from casatools import coordsys, ctsys, functional, quanta |