From 683b0daae1061adc2ea8f49080cc3ce6f84e607a Mon Sep 17 00:00:00 2001 From: MireilleLouys Date: Mon, 4 May 2026 17:52:24 +0200 Subject: [PATCH] make f_min equation more readible --- Makefile | 2 +- ObsCoreExtensionForRadioData.tex | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d238f11..1992456 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DOCNAME = ObsCoreExtensionForRadioData DOCVERSION = 1.0 # Publication date, ISO format; update manually for "releases" -DOCDATE = 2026-04-29 +DOCDATE = 2026-05-04 # What is it you're writing: NOTE, WD, PR, or REC DOCTYPE = PEN diff --git a/ObsCoreExtensionForRadioData.tex b/ObsCoreExtensionForRadioData.tex index 5aaa240..9b84e83 100644 --- a/ObsCoreExtensionForRadioData.tex +++ b/ObsCoreExtensionForRadioData.tex @@ -364,7 +364,9 @@ \subsection{Frequency characterization} For users willing to access spectral ranges in frequencies we can imagine several scenarios: \begin{itemize} - \item compute two free parameters \emph{f\_min} and \emph{f\_max} this way \emph{f\_min} = c / \emph{em\_max} and \emph{f\_max} = c / \emph{em\_min} with c = 299 792 458 m/s + \item compute two free parameters \emph{f\_min} and \emph{f\_max} this way : \\ + \emph{f\_min} = c / \emph{em\_max} and \\ + \emph{f\_max} = c / \emph{em\_min} with c = 299 792 458 m/s \item express queries and results in terms of frequencies by using the same formulae in the ADQL queries (see ~\ref{sec:FreqRanges}) \item let the interface do these conversions \end{itemize}