Skip to content

Commit

Permalink
Add cal table download option for locit testing. Add locit to docs. U…
Browse files Browse the repository at this point in the history
…pdate soem incorrect docstrings.
  • Loading branch information
jrhosk committed Sep 6, 2023
1 parent 0b281ee commit b6c72cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
_api/autoapi/astrohack/mds/index
_api/autoapi/astrohack/locit/index
6 changes: 6 additions & 0 deletions src/astrohack/data/_dropbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
'id':'x69700pznt7uktwprdqpk',
'rlkey':'bxn9me7dgnxrtzvvay7xgicmi'
},
'locit-input-pha.cal':
{
'file':'locit-input-pha.cal.zip',
'id':'8fftz5my9h8ca2xdlupym',
'rlkey':'fxfid92953ycorh5wrhfgh78b'
}

}

Expand Down
2 changes: 1 addition & 1 deletion src/astrohack/locit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_name>.position.zarr* file to create. Defaults to measurement set name with *position.zarr* extension.
:type position_name: str, optional
Expand Down

0 comments on commit b6c72cd

Please sign in to comment.