1 / 8

XML Generalisation

XML Generalisation. Tim Jenness. JCMT Interfaces Meeting / April 2nd-6th 2001. Goals. Define common dictionary for XML configuration files generated by the translator Match the OT XML definition as closely as possible. Examples. Use <rest_frequency units=“??”> rather than <rest_freq>

ronia
Download Presentation

XML Generalisation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. XML Generalisation Tim Jenness JCMT Interfaces Meeting / April 2nd-6th 2001

  2. Goals • Define common dictionary for XML configuration files generated by the translator • Match the OT XML definition as closely as possible

  3. Examples • Use <rest_frequency units=“??”> rather than <rest_freq> • Use <sideband> rather than <sb> • Specify numeric ranges in standard way: • <range units=“km/s”> • <min>-10.0</min> • <max>100.0</max> • </range>

  4. ACSIS • Will use TCS target specification to determine map centre (as opposed to tracking centre) and scan area (including map position angle) • Baseline regions are specified as a collection of <range> elements. • <spw_assoc> uses XML ID’s and IDREFS explicitly

  5. ACSIS example - decimation • <archive> tag now replaced explicitly by <decimation> specification: • <decimation> • <range> <min>A</min> <max>B</max> • </range> • <increment>N</increment> • </decimation> • rather than <archive>A:B:N</archive>

  6. Frontend • Uses <freq_offset_scale units=“??”> so this is how the OT must specify frequency switching

  7. Undecided • Where to specify host names for specific drama tasks • IP aliases: • tcs.jcmt.jach.hawaii.edu? • Slave1.jcmt.jach.hawaii.edu? • Ws.jcmt.jach.hawaii.edu ? • Specify names in wiring file

More Related