Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
api cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Aug 31, 2021
1 parent efc145d commit 6b9e69f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions cngi/conversion/convert_image2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
this module will be included in the api
"""
#"""
#this module will NOT be included in the api
#"""


##########################################
def convert_image(infile, outfile=None, artifacts=[], compressor=None, chunks=(-1, -1, 1, 1)):
def convert_image2(infile, outfile=None, artifacts=[], compressor=None, chunks=(-1, -1, 1, 1)):
"""
Convert legacy CASA format Image to xarray Image Dataset and zarr storage format
Expand Down
6 changes: 3 additions & 3 deletions cngi/conversion/convert_ms2.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
"""
this module will be included in the api
"""
#"""
#this module will NOT be included in the api
#"""


def convert_ms2(infile, outfile=None, ddis=None, ignore=['HISTORY'], compressor=None, chunks=(100, 400, 32, 1), sub_chunks=10000, append=False):
Expand Down
4 changes: 2 additions & 2 deletions sphinx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nbconvert==6.0.7
nbformat==5.1.3
nbsphinx==0.8.3
nest-asyncio==1.4.2
notebook==6.1.5
notebook==6.4.1
packaging==20.4
pandocfilters==1.4.3
parso==0.7.1
Expand Down Expand Up @@ -81,7 +81,7 @@ sphinxcontrib-serializinghtml==1.1.4
sphinxcontrib-svg2pdfconverter==1.1.0
terminado==0.9.1
testpath==0.4.4
tornado==6.0.4
tornado==6.1
traitlets==4.3.3
typed-ast==1.4.1
Unidecode==1.1.1
Expand Down

0 comments on commit 6b9e69f

Please sign in to comment.