Ask a Question | Search PSRCHIVE: |
Home
|
User's Guide: Polarimetric CalibrationBefore starting, please read Section 1.1: Supported Models of the pac manual.Step One: obtain and view calibrator dataTo perform the most rudimentary (and in most cases incorrect) form of calibration, you will need at least one observation of an artificial calibrator, known as the reference source, or noise diode, or CAL. Please see Appendix A: Calibrator observations for more details about the instrumental setup and format of CAL observations.When calibrator data are obtained, confirm that the observations look as expected by viewing the calibrator data. The data files used in the above and following examples are available here: Step Two: clean data and prepare a calibrator databaseThe previous step may have highlighted problems in the data, such as strong radio frequency interference or regions of the spectrum corrupted by digitization artifacts.Corrupted frequency bands can be removed from the calibrator using paz. For example, in the sample data from the previous step, the band edges are clearly depolarized. These channels can be flagged invalid with a command like paz -Z 0-15 -Z 120-127 -m CAL.ar Updating CAL.ar ... doneNote that when frequency channels are flagged as invalid in a calibrator file, any pulsar observation calibrated using this calibrator data will have the same frequency channels flagged as invalid (in addition to any previously flagged frequency channels). After all invalid data have been flagged, a calibrator database can be created as described in the pac reference manual. Step Three: calibrate the pulsar observationsFor example:pac -d database.txt PSR.ar pac: Reading from database summary file pac: Loaded archive PSR.ar pac: PolnCalibrator constructed from: /psrchive/web/manuals/guide/calibrating/CAL.ar pac: Poln calibration complete pac: Could not flux calibrate PSR.ar no match found pac: Calibrated archive PSR.calibP unloaded pac: Finished all filesUnless absolute flux calibration is required, the "Could not flux calibrate ..." warning can be ignored. The calibrated pulse profile can be plotted with psrplot -pS -jF PSR.calibP
|