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

Commit

Permalink
begin api documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Oct 15, 2019
1 parent 694c7e6 commit 839c2e8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/images.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Image
====================

The functions in this section act on Image data. Functions labeled as (future) are future growth to be added after the prototype phase.

4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
CASA Next Generation Infrastructure
===============================================================

.. autofunction:: conversion.ms_to_pq

.. toctree::
:maxdepth: 2
:caption: Content:

measurementsets
images


Indices and tables
Expand Down
10 changes: 10 additions & 0 deletions docs/measurementsets.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
MeasurementSet
===================

The functions in this section act on MeasurementSet data. Functions labeled as (future) are future growth to be added after the prototype phase.

.. toctree::
:maxdepth: 2
:caption: Content:

msconversion
7 changes: 7 additions & 0 deletions docs/msconversion.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Conversion
====================

Legacy CASA uses a custom MS format while CNGI uses the standard Apache Parquet (PQ) format. These functions allow conversion between the two as well as directly from the telescope archival science data model (ASDM) (future growth). Note that both the MS and PQ formats are directories, not single files.


.. autofunction:: conversion.ms_to_pq

0 comments on commit 839c2e8

Please sign in to comment.