Directory Structure and Data Products

Once user started a P-AIRCARS pipeline job, P-AIRCARS assign a unique JobID based on current time in millisecond precision in YYYYMMDDHHMMSSmmm format. Note down the Job ID to view the logger.

The following output will appear in terminal:

########################################
Starting P-AIRCARS Pipeline....
#########################################

#####################################
P-AIRCARS Job ID: <YYYYMMDDHHMMSSmmm>
Work directory: <workdir>
Final product directory: <outputdir>
#####################################

Directory structure

All intermediate data products will be saved in <workdir>/<target_obsid>_<jobid>_target.

Note

jobid is added to work directory name to avoid conflicts.

All final data products will be saved in <outputdir>/<target_obsid>_target.

All calibrator data products will be saved in <outdir>/calibrators.

Note

In local workstations, it is okay to choose the same <workdir> and <outputdir>. In HPC environment, generally, high-speed disks are used during data-processing, which may have limited storage life-time, and has seperate long-term storage disks. It is recommended to choose <workdir> path inside the high-speed disk and <outputdir> inside the long-term storage disk. Otherwise, there may be possiblity that final data-products will be removed after certain time.

Note

Inside <workdir> and <outputdir>, another directory with target observation ID, <targrt_obsid> will be created. These will be the <workdir> and <outputdir> for that OBSID. This ensures if different OBSID targets are provided same <workdir> and <outputdir>, there will be no mixup. Some of these follwing directories will be only present when back are kept.

Data products

Pipeline produces calibrated visibilities as well as several imaging products.

Dynamic spectrum

Dynamic spectra are available in dynamic_spectra directory inside the output directory <outputdir>/<target_obsid>_target.

Diagnostic plots

Diagnostic plots for all measurement sets and calibration tables in pdf format in diagnostic_plots directory inside the output directory <outputdir>/<target_obsid>_target.

Flag summary

Flag summary files for each measurement sets are available in flag_summary directory inside output directory, both for calibrators and targets.s

Measurement set flags

Flags of the final calibrated measurement sets are saved in ms_flags directory inside the <outputdir>/<target_obsid>_target. These flags can be used later to restore and re-image calibrated measurement sets.

Calibrated visibilities

By default calibrated measurement sets will kept in <outdir>/<target_obsid>_target/calibrated_ms directory after final imaging with the naming format target_<target_obsid>_ch_<coarse_chan>.ms`. If ``no_calibrated_ms parameter is turned on during processing, they will not be kept.

Imaging products

Imaging products are available in imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust> directory inside output directory <outputdir>/<target_obsid>_target. If imaging is performed with different time and frequency resolutions or different weighting schemes, seperate image directories with corresponding parameters will have the corresponding images.

  1. Image fits in RA/DEC - Fits images in RA/DEC coordinate are available in imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust>/images directory inside work directory. These are not primary beam corrected.

    Note

    All fits images have some P-AIRCARS specific metadata in the header and some image statistics.

    Note

    If CALAPP is False, flux calibration is performed using the method described in Kansabanik et al., 2022, ApJ, v927:17. In this case, flux density and spectrum may not be very accurate. We generally expect observations before middle of 2014 have this issue. These observations may also have unreliable pol-rotation (Stokes Q, U, V mixing). If POLSELF is False, polarisation self-calibration could not be performed, and hence only image-based leakage correction is done. If this case, very low-level polarised sources should be not be considered as true source.

  2. Primary beam corrected image fits - Primary beam corrected fits images are available in imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust>/pbcor_images directory inside work directory.

  3. Brightness temperature image fits - Brightness temperature fits images are available in imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust>/tb_images directory inside work directory.

  4. CLEAN model and residual fits - CLEAN model and residual images are available in imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust>/models and imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust>/residuals directory inside work directory. These are not saved only if keep_backup option is switched on.

  5. Radio images in helioprojective coordinates - Directory names hpcs inside directories like, images, pbcor_images, tb_images inside the image directory will have the FITS images in helioprojective coordinates. Images in PNG and PDF formats are also available in pngs and pdfs directories inside the parent directories.

    Note

    Header of helioprojective maps have wavelength information in unit of centimeter or meter.

  6. Overlays on EUV images - Overlays on EUV images are saved in PNG formats in imagedir_f_<freqres>_t_<timeres>_w_<weight>_<robust>/overlays_pngs. By default, images at 30s time interval per corase channel will be overlayed, unless requested to make overlays for all images.