NCAR / ucomp-pipeline

Data processing pipeline for UCoMP
Other
6 stars 3 forks source link

Add mask extension to FITS files #153

Closed mgalloy closed 11 months ago

mgalloy commented 1 year ago

Instead of masking, add a mask extensions to the FITS files.

[!NOTE] Time estimate: Given the answers to the above questions, this shouldn't take long, 2-3 hours.

detoma commented 11 months ago

Users asked for less masking. We can mask the fit extensions for noise or leave all pixels unmasked and add an extension with a noise mask. The mask can be a binary mask(s) or a quality mask, i.e. the photon noise at each pixel. We do not need to have the final mask ready for commissioning (we can do the noise computation later) but need to decide on the format so Mike can set this up.

mgalloy commented 11 months ago

The mask extension present if l2/mask_noise is not set:

level2$ ucomp cat 20220915.180903.ucomp.1074.l2.fts
  1  Center wavelength intensity  science  -----  1074.70  -----
  2  Enhanced intensity         science  -----  1074.70  -----
  3  Peak intensity             science  -----  -----  -----
  4  LOS velocity               science  -----  -----  -----
  5  Line width (FWHM)          science  -----  -----  -----
  6  Noise mask                 science  -----  -----  -----
  7  Weighted average I         science  -----  -----  -----
  8  Weighted average Q         science  -----  -----  -----
  9  Weighted average U         science  -----  -----  -----
 10  Weighted average L         science  -----  -----  -----
 11  Azimuth                    science  -----  -----  -----
 12  Radial azimuth             science  -----  -----  --—-
mgalloy commented 11 months ago

Added extension place and name to documentation for #154.