NCAR / comp-pipeline

Pipeline code for CoMP
Other
1 stars 2 forks source link

Change level 2 extensions #149

Open mgalloy opened 4 months ago

mgalloy commented 4 months ago

Dynamics

The dynamics files extensions should be (and have the names of):

  1. Peak intensity
  2. Enhanced intensity
  3. Corrected LOS velocity — should this have "Corrected" in it? Yes
  4. Line width (FWHM)
  5. Center wavelength intensity (new)

Polarization

The polarization files extensions should be (and have the names of):

  1. Weighted average intensity
  2. Enhanced intensity
  3. Weighted average Q
  4. Weighted average U
  5. Weighted average L
  6. Azimuth — this was already in the code, but not in the processed results yet
  7. Radial azimuth — this was already in the code, but not in the processed results yet
  8. Center wavelength intensity (new)

Quick invert

The quick invert files extensions should be (and have the names of):

  1. Center wavelength intensity
  2. Center wavelength Q
  3. Center wavelength U
  4. Linear polarization
  5. Azimuth
  6. Corrected LOS velocity — should this be "LOS velocity"? No
  7. Line width (FWHM)
  8. Radial azimuth
  9. Peak intensity — this was already in the code, but not in the processed results yet

UCoMP level 2 file reference

For reference, here are the level 2 file extension names in UCoMP (for wave regions providing polarization, otherwise just the first 6 extensions):

  1. Center wavelength intensity
  2. Enhanced intensity
  3. Peak intensity
  4. LOS velocity
  5. Line width (FWHM)
  6. Noise mask
  7. Weighted average I
  8. Weighted average Q
  9. Weighted average U
  10. Weighted average L
  11. Azimuth
  12. Radial azimuth

Questions

Tasks

detoma commented 4 months ago

Yes, let's call it corrected los velocity.

We will make clear in the data user guide it means corrected for rest wavelength and the rest wavelength subtracted is recorded in the header

detoma commented 4 months ago

Let's be consistent and call it Corrected LOS velocity everywhere instead of the using the old COMP name of Doppler velocity.

detoma commented 4 months ago

I updated the user guide based on the new names and extensions above.

mgalloy commented 4 months ago

The quick invert files have another extension at the end, "Peak intensity", that was already in the code, but not in the processed results yet.

mgalloy commented 4 months ago

The polarization files have Azimuth and Radial azimuth in the code, but not in the processed results yet.