@begin(header) author: Eric Mandel show_author: ShowNone author_organization: Smithsonian Astrophysical Observatory node_expert: assist_xray@cfa.harvard.edu expiration_date: 12/31/93 last_modifier: eric@foobar.mit.edu last_mod_date: 12/05/92 mod_num: 5 @end(header) @b As an example we use the Einstein Observation of CTB109, a supernova remnant with bright internal pulsar. Data are found in the PROS package directory "xdata". This tutorial will lead you through some basic tasks in the PROS spectral package. It assumes that you already are set up to run IRAF and that your @b directory exists. Load the @b package: @button Load the @b package: @button First the source events are extracted from the rest of the field using a circular region centered on the source. Events will be time ordered in the output file: @button A light curve is then generated and plotted so we can inspect the gross properties of the sample (the sequence of good-data intervals and gaps) and any source variability: Create the light curve: @button Plot the light curve: @button To exit the plot program: @button Finding this sample satisfactory, we search for periodicity with a fast Fourier transform. We use 2**14$ bins so the search will cover periods >= 1 in this 7700 s data interval. @button The result can be viewed by plotting power as a function of frequency: @button To exit the plot program: @button It can also be viewed by listing the table containing significant coefficients: @button We find significant power at low frequency because of the gaps in the data record and, at a frequency of 0.2868/sec, the pulsar. The period can be verified and measured more precisely by epoch folding over a range of trial periods. @button The result can be ploted and listed, @button @button and shows the period to be 3.4890 s (freq=0.2866). A folded light curve for the most promising period is also generated and can be viewed. @button We are finished. We have the period and pulse shape. This example uses a strong source with rather slow period (the real period is actually 6.978 s). In practice it is usually necessary to use barycenter-corrected data and much longer Fourier transforms. The following sections give more detail for each task. (THIS IS THE END OF THE TUTORIAL.)