pointing control for a giant segmented mirror telescope

13
GSMT Control Workshop Tucson, September 11-12, 2001 Pointing Control for a giant segmented mirror telescope Patrick Wallace Rutherford Appleton Laboratory United Kingdom

Upload: dysis

Post on 06-Jan-2016

23 views

Category:

Documents


1 download

DESCRIPTION

Pointing Control for a giant segmented mirror telescope. Patrick Wallace Rutherford Appleton Laboratory United Kingdom. Presentation Outline. Platforms Software GSMT Challenges. TCS Platforms. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

Pointing Controlfor a giant segmented mirror

telescope

Patrick Wallace

Rutherford Appleton Laboratory

United Kingdom

Page 2: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

Presentation Outline

Platforms

Software

GSMT Challenges

Page 3: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

TCS Platforms

Use mass-market hardware and software: PC, running

Linux/RTL or even Windows. C++, Java, CORBA. Avoid

expensive RTOS, minority-interest middleware and

specialized hardware.

Work mostly on the “Unix side”: use strict real-time only

when necessary; use computers as intelligent managers,

not as mere “programmable hardware”.

Page 4: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

TCS Design Philosophy

The science requirements, plus observing scenarios, merely

sample the required functionality.

The TCS must deliver those functions as points in a

“functionality envelope”.

The different modes of operation come from parametric control

of a single, integrated, system.

As far as possible, all the code runs all the time.

Page 5: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

Specifying the Pointing

Not simply where the optical axis is aimed. The user tells the TCS three things:

» where in the sky to look» where in the focal plane the image is to fall» which way up the image is to be

The TCS predicts the mount and rotator angle demands that will realize the specified image.

Page 6: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

The Pointing Flow

Starts with target position. Astronomical transformations lead to

“observed” [Az,El]. Allowing for non-perpendicularities, flexures

and other pointing effects produces the required mount angles.

Page 7: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

Pointing “Filters”

Science pointing current pointing:» imposes offsetting speed limit

Current pointing mount pointing:» apportions motion between mount and M2

Guider pointing model:» offloads M2 bias

All filters have adjustable time constants etc. to achieve a variety of effects.

Page 8: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

TCS/Mount Interface

TCS sends timestamped mount coordinates over a LAN at (say) 20 Hz, defining locus.

Mount gets its position/velocity/acceleration demands by interpolation, using the last two or three TCS demands.

Same “locus” strategy for rotator, guide probes, even M2 in principle.

Page 9: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

“Virtual Telescope”

celestial transformationpointing modelposition angle

pointing origintarget direction

mount coordinates

Page 10: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

Guiding

Each guider is a separate “virtual telescope”. Given the guide star [,], the current mount

demands define the [x,y] we want the guide star image to occupy.

Differential refraction and atmospheric dispersion are taken care of automatically.

The guider system is more important than the mount in pinning down the WCS.

Page 11: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

World Coordinates

Predicting [x,y][,] is the objective. Using the current pointing state, the TCS

generates the transformation describing the focal plane in [x,y][,] terms.

Packaged support for transformation to instrument coordinates and for writing FITS headers is also required.

Page 12: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

GSMT Challenges

In terms of pointing, not much is new in fact. Pointing integrity must extend into AO, including

adaptive M2. Probably not possible to locate the rotator axis; the

guider probes will define the WCS, so calibration methods need attention. And/or peripheral CCDs?

Encoders not enough. Need accelerometers and structural sensors.

10 mas PSF means variable refraction across the pupil and atmospheric dispersion need attention.

Page 13: Pointing Control for a giant segmented mirror telescope

GSMT Control Workshop Tucson, September 11-12, 2001

The “Servo Engineer” Problem

How do you keep your servo engineer(s) between the design phase and telescope commissioning?

Alternatively, how can the knowledge be mothballed during the construction phase?