TOM Toolkit Facility module for the Liverpool Telescope
Project description
Liverpool Telescope facility module for the TOM Toolkit
Features
This module adds Liverpool Telescope support to the TOM Toolkit.
The module implements an RTML (Remote Telescope Markup Language) payload which is sent directly to the Liverpool Telescope. Using this module TOMs can submit observations to the Liverpool Telescope Phase 2 system. In order to modify or delete observations, users will need to log in and use the current Phase 2 tool.
Currently supported instruments
- IO:O
- IO:I
- SPRAT
- FRODOspec
Current feature set
- Setting a window using Flexible time constraint
- Control of all observing constraints (Airmass, Seeing, SkyBrightness)
- Multiband photometry with full IO:O filter set
- Automatic Autoguider usage setting based on exposure time
- Automatic Target Acquisition for SPRAT and FRODOspec instruments
- Paralactic Angled slit orientation for SPRAT
- Automantic Xe Arc calibration frame for SPRAT
Unsupported functionality
- Advanced Time constraints (Monitor, Phased, Min. Interval, Fixed)
- Control of Autoguider options
- Performing multiple instrument observations in one scheduled Group
- Defocussing or manual dither / offset patterns
- Manual Cassegrain rotation to achieve specific sky angles
- More specific aquisition routines for SPRAT or FRODOspec
Future extentions to the module will enable, in order of planned implementation;
- Cancelling of previously submitted observations
- Checking of an observations status and whether dataproducts are ready
- Ability to pull dataproducts directly into the TOMToolkit for reduction
Installation and Setup:
Install the module into your TOM environment:
pip install tom-lt
Add tom_lt.lt.LTFacility
to the TOM_FACILITY_CLASSES
in your TOM's
settings.py
:
TOM_FACILITY_CLASSES = [
'tom_observations.facilities.lco.LCOFacility',
...
'tom_lt.lt.LTFacility',
]
Include the following settings inside the FACILITIES
dictionary inside settings.py
:
FACILITIES = {
...
'LT': {
'proposalIDs': (('ProposalID', 'Display Name'), ('ProposalID', 'Display Name')),
'username': '',
'password': '',
'LT_HOST': '',
'LT_PORT': '',
'DEBUG': False,
},
}
The proposalIDs key contains a list of proposalIds and the Display name in the TOM Toolkit LT submission form. For one proposal, use a single element list (e.g. 'proposalIDs': (('ProposalID', 'Display Name'),)
The Liverpool Telescope team will need to enable RTML access for the proposal (or proposals) being used. Please email ltsupport_astronomer@ljmu.ac.uk, providing details of your active proposal. Once the proposal is enabled for RTML access, we will email you back user credentials and the required IP Address / Port for connection to the telescope.
Please refrain from publishing your user credentials, or the LT IP Address to any public github account
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file tom_lt-0.4.3.tar.gz
.
File metadata
- Download URL: tom_lt-0.4.3.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7dfa57024606521ff4f5afde82ca243aca97a2b02db1c8dcd557f3cd3354c296 |
|
MD5 | 7934bcc322e3d389b2827969b304fd38 |
|
BLAKE2b-256 | fb2a6b9c91dd77cd383a4bb721a648f7e85f6ad6c7322592be8903e99c71aa3b |
File details
Details for the file tom_lt-0.4.3-py3-none-any.whl
.
File metadata
- Download URL: tom_lt-0.4.3-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae180f6705b24713fd6454afffcf648027a24c548d98a8c21f7614293cd7aa03 |
|
MD5 | e1cfd09c60fdf718fb8c0575b7dee8ad |
|
BLAKE2b-256 | f2e8c9e21408fb633122a74bf03d2ef905011d7787319d4ef4e7eae0f69502c7 |