source: trunk/htdocs/pulsar_archive_guide.html @ 198

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

Fixed comments on index page, plus added to User Guide.

File size: 4.3 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>How to make queries</h3>
42
43The data is queried primarily on positional information. The user
44gives either a pulsar name or a RA/Dec position, plus a search
45radius. The pulsar name takes precedence over the RA/Dec position
46given, so to search by RA/Dec, make sure the pulsar name field is
47empty.
48
49<h3>Query options</h3>
50
51The query can be refined according to a number of parameters:
52<ul>
53  <li> Time: A time range for the observations can be specified. The
54  default values for this are given by the extent of the archive
55  (ie. the default "from" date is the earliest observation, and the
56  default "to" date is the latest).
57  <li> Obs Mode: The query can be restricted to only survey data (just
58  the 70cm survey for the moment), or only timing data
59  (ie. observations of a particular pulsar). The default is both
60  types.
61  <li> Data Type: One of the different instruments (WBC, DFB, CPSR2,
62  FB_1BIT) can be selected. The default is all of them.
63  <li> Frequency range: Multiple frequency bands can be selected from
64  the list.
65</ul>
66
67The list of options on the left hand side shows the possible
68parameters that can be returned with your query. Note that not all
69fields will have values for all observations.
70
71The list can be ordered according to a limited range of these
72parameters: distance (from the query position - the default), date of
73observation, frequency, and filename.
74
75Finally, it is possible to search for calibration observations that
76were taken within a given time period of the science observations. To
77do so, check the box under "DISPLAY OTHER DATA" and set the time limit
78in which to search for Cals (the default is 30 minutes).
79
80<h3>Navigating around the archive</h3>
81
82The first page returned when you submit your query is the list of the
83first (up to) 20 observations. Only 20 observations are displayed at a
84time. You can move through the list by clicking on the page numbers
85above or below the table.
86
87Note that a limit of 1000 results is returned for the query -- if you
88are getting more than this, perhaps you can afford to narrow your
89search!
90
91In the top right
92
93<h3>Viewing profiles of pulsars</h3>
94
95For some types of data, it is possible to view a pre-scrunched pulse
96profile. To do so, select the observations using the check boxes in
97the table, and select "View selected profiles" from the drop-down
98menu. This will display profile plots for all selected observations,
99unless they are unable to be pre-scrunched (for instance, survey
100observations).
101
102To return to the results table, click the table icon at top right.
103
104<h3>Downloading data</h3>
105
106
107
108<h3>Caveats</h3>
109
110
111<h2>Acknowledgments</h2>
112
113
114
115<?php include_once("footer.html"); ?>
116</body>
117</html>
118
119
Note: See TracBrowser for help on using the repository browser.