source: trunk/htdocs/pulsar_archive_guide.html @ 199

Last change on this file since 199 was 199, checked in by MatthewWhiting, 17 years ago

Updated user's guide

File size: 6.1 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html>
2<html>
3<head>
4<link rel="stylesheet" type="text/css" href="styles/standard.css" />
5<link rel="stylesheet" type="text/css" href="styles/query.css" />
6<link rel="stylesheet" type="text/css" href="styles/results.css" />
7<link rel="stylesheet" type="text/css" href="styles/atnf.css" />
8<meta http-equiv="Content-Type" content="text/html; charset=iso-8759-1" />
9<meta name="DC.Creator" lang="en" content="personalName=Teoh,Albert" />
10<meta name="ATNF.Maintainer" content="contactName=Webmaster,the" />
11<meta name="DC.Title.alt" lang="en" content="" />
12<meta name="DC.Subject" lang="en" content="pulsar" />
13<meta name="DC.Description" lang="en" content="Searches the data archives at the ATNF" />
14<meta name="DC.Date.created" scheme="ISO8601" content="2002-12-12" />
15<meta name="ATNF.Site" content="Marsfield" />
16<meta name="ATNF.AccessPermission" content="Public" />
17<meta name="ATNF.MetaVersion" content="1.0" />
18</head>
19<title>ATNF Pulsar Data Archive: Users Guide</title>
20<body>
21<?php include_once("header.html"); ?>
22
23<h1>ATNF Pulsar Data Archive: Users Guide</h1>
24
25<center><i>This page is still under construction!</i></center>
26
27<h2>Introduction</h2>
28
29The ATNF Pulsar Data Archive exists to allow astronomers access to
30observations of pulsars made with the Parkes radio telescope in the
31last two decades.
32
33The data comes either from the Parkes Southern Pulsar Survey (the
34"70cm Survey", Manchester et al. 1996, MN 279, 1235), or from
35observations of known pulsars with one of the Parkes instruments (WBC,
36DFB, CPSR2). We hope to make available data from the Multibeam Survey
37at some point in the near future.
38
39<h2>Using the archive</h2>
40
41<h3>Overview</h3>
42
43The Pulsar Data Archive provides a means for accessing observational
44data. Queries are made according to position on the sky and can be
45filtered by parameters such as data type and date.
46
47To download data, selections are made from the query results. These
48are stored in a "cart" from which they can be downloaded as a tar
49file.
50
51<h3>How to make queries</h3>
52
53The data is queried primarily on positional information. The user
54gives either a pulsar name or a RA/Dec position, plus a search
55radius. The pulsar name takes precedence over the RA/Dec position
56given, so to search by RA/Dec, make sure the pulsar name field is
57empty.
58
59<h3>Query options</h3>
60
61The query can be refined according to a number of parameters:
62<ul>
63  <li> Time: A time range for the observations can be specified. The
64  default values for this are given by the extent of the archive
65  (ie. the default "from" date is the earliest observation, and the
66  default "to" date is the latest).
67  <li> Obs Mode: The query can be restricted to only survey data (just
68  the 70cm survey for the moment), or only timing data
69  (ie. observations of a particular pulsar). The default is both
70  types.
71  <li> Data Type: One of the different instruments (WBC, DFB, CPSR2,
72  FB_1BIT) can be selected. The default is all of them.
73  <li> Frequency range: Multiple frequency bands can be selected from
74  the list.
75</ul>
76
77The list of options on the left hand side shows the possible
78parameters that can be returned with your query. Note that not all
79fields will have values for all observations.
80
81The list can be ordered according to a limited range of these
82parameters: distance (from the query position - the default), date of
83observation, frequency, and filename.
84
85Finally, it is possible to search for calibration observations that
86were taken within a given time period of the science observations. To
87do so, check the box under "DISPLAY OTHER DATA" and set the time limit
88in which to search for Cals (the default is 30 minutes).
89
90<h3>Navigating around the archive</h3>
91
92The first page returned when you submit your query is the list of the
93first (up to) 20 observations. Only 20 observations are displayed at a
94time. You can move through the list by clicking on the page numbers
95above or below the table.
96
97Note that a limit of 1000 results is returned for the query -- if you
98are getting more than this, perhaps you can afford to narrow your
99search!
100
101In the top right, you will find information on the number of files and
102total size of the cart, as well as a navigation icon. When the Query
103Results page is displayed, the icon shown is that of the cart.
104<br>
105<img alt="Cart icon" border="0" title="Cart icon" src="/images/cart_30px_white.png"></img>
106<br>
107Alternatively, when the list of cart items is displayed, the icon
108shown is that of the results table.
109<br>
110<img alt="Table icon" border="0" title="Table icon" src="/images/table_30px_white.png"></img>
111<br>
112Clicking on the icon takes you to the page depicted.
113
114<h3>Viewing profiles of pulsars</h3>
115
116For some types of data, it is possible to view a pre-scrunched pulse
117profile. To do so, select the observations using the check boxes in
118the table, and select "View selected profiles" from the drop-down
119menu. This will display profile plots for all selected observations,
120unless they are unable to be pre-scrunched (for instance, survey
121observations).
122
123To return to the results table, click the table icon at top right.
124
125<h3>Downloading data</h3>
126
127Since there can be a large number of query results, spread over many
128pages, we have implemented the observation cart to act as a staging
129post for downloading data. Desired data is first saved to the cart
130using the drop-down menu, by selecting its check box. From the cart
131page, the drop-down menu offers the option of downloading either just
132the data or the data plus any cals that have been found. The data is
133returned in a tar file that can be saved to a local disk.
134
135<h3>Caveats</h3>
136
137The archive is still in a developmental stage, albeit a fairly
138complete one. The main area that needs some work is that many fields
139for a lot of the data files are not filled in. This will be rectified
140in the near future, but be aware that not all information will be
141present. Also note that not all fields <i>can</i> be filled in for
142each data file: e.g. survey data cannot have a period defined.
143
144<h2>Acknowledgments</h2>
145
146
147
148<?php include_once("footer.html"); ?>
149</body>
150</html>
151
152
Note: See TracBrowser for help on using the repository browser.