Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/research/pulsar/tempo2/index.php?n=Main.T2over
Дата изменения: Unknown
Дата индексирования: Tue Feb 15 10:14:11 2011
Кодировка:

Поисковые слова: рер р р р р р р р р р р р р р
PmWiki | Main / T2over
Recent Changes - Search:

edit SideBar

T2over

TEMPO2 Basic Overview

TEMPO2 is a pulsar timing software package. It is described in Hobbs, Edwards, Manchester (2006) and details of the algorithms implemented are in Edwards, Hobbs, Manchester (2006). This tutorial assumes that you have already downloaded and installed the software and have a basic knowledge of the pulsar timing technique.

It is recommended that all TEMPO2 users join our mailing list which provides information on updates to the code.

The timing model

TEMPO2 requires a timing model for each pulsar being studied. An inital model can be obtained from the ATNF pulsar catalogue.

Step 1: Download a timing ephemeris for PSR J1539-5626. You can do this by typing the pulsar name into the "Pulsar names" box and then clicking on "Get Ephemeris" (see below)

Unless the catalogue has been updated the result should be:

The timing model includes the pulsar's name (PSRJ), position (RAJ, DECJ), spin-frequency and its derivative (F0, F1), the epoch of the spin-frequency measurement (PEPOCH) and the pulsar's dispersion measure (DM). The rotation measure (RM) is often included in the ephemeris, but is not needed by TEMPO2 and can be deleted in 1539.par. The EPHVER parameter indicates whether the timing model is in the original tempo format or in the TEMPO2 format and will be discussed later.

Simulating some pulse arrival times

TEMPO2 also requires a file containing the pulse arrival times for the pulsar being studied. It is possible to download raw data files using the Parkes pulsar data archive and then to process the files using psrchive to form arrival times. However, here we will simulate some arrival times at the Parkes radio telescope:

Step 2: Simulate some arrival times for PSR J1539-5626.

>tempo2 -gr fake -f 1539.par -ndobs 14 -nobsd 1 -ha 8 -randha n -start 50000 -end 53000 -rms 1e-4

The command is divided as follows:

  • -gr fake: this tells tempo2 to use the "fake" graphical interface. Different interfaces are used for different purposes.
  • -f 1539.par: this provides tempo2 with the pulsar model file
  • -ndobs 14: simulate data with 14 days between each observation
  • -nobsd 1: simulate 1 observation on each day
  • -ha 8: allow the pulsar to be observed from rise-to-set assuming 8-hours above the horizon
  • -randha n: do not choose a random hour-angle - simply simulate arrival times at transit
  • -start 50000: start simulating data from MJD 50000
  • -end 53000: finish simulating data at MJD 53000
  • -rms 1e-4: add white noise to the simulated arrival times with an amplitude of 1e-4ms = 100ns

Note that tempo2 -gr fake -h will provide more details on each of the command line arguments. This plugin will produce a new file in the correct format for pulse arrival time measurements (part of which is shown below) called 1539.simulate.

The columns are 1) the filename (note: as this is simulated data, all the files names are the same and default to an arbitrary name), 2) the observation frequency (in MHz), 3) the measured/simulated pulse arrival time (in MJD), 4) the uncertainty on the pulse arrival time measurement (in microseconds) and 5) the telescope identification code (see later for details on the identification code).

Forming and plotting the timing residuals

With a pulsar timing model (e.g., 1539.par) and a set of pulse arrival times (e.g., 1539.simulate), TEMPO2 can be used to calculate and display the pulsar timing residuals.

Step 3: Calculate and display the timing residuals

This can be done using:

>tempo2 -gr plk -f 1539.par 1539.simulate

The command has:

  • -gr plk: tells TEMPO2 to use the "plk" ('plot look') graphical interface
  • -f 1539.par 1539.simulate: provides the timing model (1539.par) and the arrival times (1539.simulate)

This produces a graphical interface looking like the following:

The green points (with error bars) represent the timing residuals. The weighted root-mean-square timing residual is displayed near the top (rms = 0.099us). The interface also produced some text output that should look like:

This lists various pieces of information including the number of points in the fit (216), the parameters used in the model and their initial values (pre-fit). We are currently not doing any fitting and so the post-fit values are the same as the pre-fit values. This output also contains useful parameters derived from the timing model parameters such as the rotational period (derived from the rotational frequency) and the total data span (8.2 years).

Changing the model parameters

The simulation above produced arrival times that were exactly predicted by the timing model and then added 100ns of white noise. The timing residuals are therefore white, centred on zero and have an rms of 100ns. We can test the effects of having incorrect model parameters by modifying the values in 1539.par and then re-calculating and re-displaying the residuals.

>cp 1539.par bad.par

>emacs bad.par

Change the spin frequency from 4.1085950920 to 4.1085950921 (note: just changing the '0' to a '1' in the last decimal place) and then save the file as bad.par

>tempo2 -gr plk -f bad.par 1539.simulate

The result should now look like:

The residuals follow a straight line. The gradient of this line indicates how incorrect our estimate of the spin-frequency is. TEMPO2 can therefore fit a straight-line to these data and use the gradient to obtain an improved estimate of the pulsar's spin frequency. To fit a straight line, click on the white box next to the "F0" label at the top of the plot. The white box should turn red. Then click on the "RE-FIT" button. The text output should now contain:

Notice that the F0 line now has a different pre-fit and post-fit value (columns 2 and 3). Column 4 gives the measured uncertainty in the F0 parameter. The 5th column gives the difference between the post- and pre-fit values and the final column contains a "Y" indicated that a fit for this parameter was carried out. The timing residual plot will not have changed as the pre-fit timing residuals are plotted by default. The panel on the left-hand side selects what will be plotted on the x and y axes. Select that the post-fit residuals should be plotted on the y-axis (post-fit) and the graph should change to look like:

Experiment with changing other parameters in the timing model (such as RAJ, DECJ and F1). Start by making very small changes and then increase the size of the changes that are made.

Edit - History - Print - Recent Changes - Search
Page last modified on January 07, 2011, at 12:23 PM