Last modified: 29 February 2024

URL: https://cxc.cfa.harvard.edu/ciao/guides/hrc_data.html

HRC Data Preparation

Analysis Guide


It is possible to analyze any Chandra dataset straight out of the box. However, to get scientifically accurate results, there are a number of data processing questions that should be considered. When Chandra data goes through Standard Data Processing (SDP, or the pipeline), the most recently available calibration is applied to it. Since this calibration is continuously being improved, one should check whether there are currently newer files available. Similarly, some science decisions are made during SDP; every user has the option to reprocess the data with different parameters.

The chandra_repro reprocessing script runs all the data processing threads listed in this analysis guide except for the absolute astrometic corrections. Refer to "ahelp chandra_repro" for more information.

This guide is designed to help the user decide how an HRC dataset should be processed before starting the data analysis stage.

The following threads are referenced:

The threads should be run in the order in which they are presented below.



Thread: Correcting Absolute Astrometry with reproject_aspect

If your science requires combining multiple observations or if you need the best possible source positions, then you may need to apply astrometric offsets to individual observations to get the correct registration. The Correcting Absolute Astrometry with reproject_aspect shows how to determine this offset. Users should use the archived Level 2 event file and apply the correction to the aspect solution file(s).



Thread: New Observation-Specific HRC Bad Pixel File

The HRC-I and HRC-S bad pixel files are used both to define the valid coordinate regions in the detectors and to identify bad (hot) pixels. Observation-specific bad pixel files are generated from calibration data products by applying the appropriate degap corrections and selecting all time-dependent bad pixel regions in the calibration data that are appropriate to the time of the observation.

It is necessary to run this thread if you are working with an HRC dataset and you have either re-run hrc_process_events using degap corrections different from those used in standard processing, or you have identified new bad pixel regions that are not contained in the CALDB bad pixel list.



Thread: Reprocessing Data to Create a New Level=2 Event File

The Reprocessing Data to Create a New Level=2 Event File thread generates a new level=2 event file for all possible grating and detector combinations.

This thread also includes grade and status filtering:

If you have been working with a level=1 event file, it needs to be filtered on grade and status to create a level=2 event file. In general, the data is filtered to remove events that do not have a good GRADE or that have one or more of the STATUS bits set to 1.



Thread: Computing Average HRC Dead Time Corrections

HRC deadtime corrections are determined as a function of time from detector total event and valid event counters and written to a deadtime factor (dtf1) file. The average deadtime correction (DTCOR) for an observation is computed from the dtf1 file, filtered by the relevant good time intervals, and is applied to the corresponding ONTIME to compute the LIVETIME (and EXPOSURE) of the observation.

There are two reasons why you might recompute the deadtime statistics for your observation:

This thread should be done after any necessary reprocessing is completed (e.g. running hrc_process_events).



Thread: Setting the Observation-specific Bad Pixel Files

Although the majority of the calibration files are now contained within the Chandra Calibration Database (CALDB), the observation-specific bad pixel list must still be set by the user. This file will be used by many of the CIAO tools, such as mkarf, mkgarf, and mkinstmap. Setting the bad pixel file ensures that the most accurately known bad pixel list for any observation will consistently be used in the data processing.

It is very important that you know what files are set in your ardlib.par. If you do not set the bad pixel file for your observation, the software will use a generic detector bad pixel file from the CALDB; pixels that are flagged as bad in a specific observation will not get filtered out when using this map. The criteria for a pixel to be flagged are described in the badpix dictionary entry.

Remember to "punlearn" or delete your ardlib.par file after completing analysis of this dataset to ensure that the proper bad-pixel maps are used the next time that ardlib.par is referenced by a tool.