Pull request #1203: PIPE-2077 display atmospheric transmission curve for vla in frequency coverage plot
Merge in PIPE/pipeline from PIPE-2077-display-atmospheric-transmission-curve-for-vla-in-frequency-coverage-plot to main
* commit '0292091772fc8b17d3f20d99d5848c4e4d661aab':
add detailed docstring to get_representative_elevation
fixed wrong method name
update docstring accordingly
Updated get_median_elevation not to return 0
changed implementation of get_representative_elevation
notify if median elevation value was invalid
improved docstring
use math.radians and math.degrees instead of explicit conversion between deg and rad PIPE-2077 add docstring for get_altitude PIPE-2077 use appropriate altitude for observatory PIPE-2077 bug fix on get_representative_elevation PIPE-2077 Compute elavation value from phasecenter PE-2077 Always plot ATM transmission
Pull request #1207: PIPE-533: many-spws-miscinfo-filnam04-too-long-for-exportfits
Merge in PIPE/pipeline from origin/bugfix/PIPE-533-many-spws-miscinfo-filnam04-too-long-for-exportfits to main
* commit '8e011cadde837498f31b771b4978baa0e524626c': PIPE-533: updated inline comment PIPE-533: added comment PIPE-533: splitting the image header keyword 'filnamxx' at the length of 68 characters
Pull request #1210: PIPE-2093: add an optional argument in executeppr to override the default data processing root dir traditionally constructed from the shell envvar $SCIPIPE_ROOTDIR and PPR <RelativePath>.
Merge in PIPE/pipeline from PIPE-2093-add-an-option-to-execute-pprs-without-setting-scipeipe_rootdir to main
* commit '2e7d361e1e1e4f04f144aae5f6c8713ed878da12': PIPE-2093: use abs paths for workingDir/awDir so they are recorded in logging; fallback happens in 'else'. PIPE-2093: remove the executeppr interface argument and use the existence of 'SCIPIPE_ROOTDIR' env variable to decide the fallback testing setup. PIPE-2093: fix another typo. PIPE-2093: fix a typo PIPE-2093: add an optional argument in executeppr to override the default data processing root dir traditionally constructed from the shell envvar $SCIPIPE_ROOTDIR and PPR <RelativePath>.