diff --git a/docs/api.rst b/docs/api.rst index c3fb4737..39c9c957 100755 --- a/docs/api.rst +++ b/docs/api.rst @@ -12,4 +12,5 @@ Under development. _api/autoapi/astrohack/holog/index _api/autoapi/astrohack/panel/index _api/autoapi/astrohack/dio/index - _api/autoapi/astrohack/mds/index \ No newline at end of file + _api/autoapi/astrohack/mds/index + _api/autoapi/astrohack/locit/index \ No newline at end of file diff --git a/src/astrohack/data/_dropbox.py b/src/astrohack/data/_dropbox.py index 7b1dbdf7..fec456b9 100644 --- a/src/astrohack/data/_dropbox.py +++ b/src/astrohack/data/_dropbox.py @@ -37,6 +37,12 @@ 'id':'x69700pznt7uktwprdqpk', 'rlkey':'bxn9me7dgnxrtzvvay7xgicmi' }, + 'locit-input-pha.cal': + { + 'file':'locit-input-pha.cal.zip', + 'id':'8fftz5my9h8ca2xdlupym', + 'rlkey':'fxfid92953ycorh5wrhfgh78b' + } } diff --git a/src/astrohack/locit.py b/src/astrohack/locit.py index fbf3dd44..11ba9ed6 100644 --- a/src/astrohack/locit.py +++ b/src/astrohack/locit.py @@ -12,7 +12,7 @@ def locit(locit_name, position_name=None, elevation_limit=10.0, polarization='bo """ Extract Antenna position determination data from an MS and stores it in a locit output file. - :param locit_name: Name of input measurement file name. + :param locit_name: Name of input *.locit.zarr file. :type locit_name: str :param position_name: Name of *.position.zarr* file to create. Defaults to measurement set name with *position.zarr* extension. :type position_name: str, optional