Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SODA.tex #12

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions SODA.tex
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,47 @@ \subsubsection{POL}
The UCD describing the POL parameter is
\ucd{meta.code;phys.polarization}.

\subsubsection{SPATRES}
Bonnarel marked this conversation as resolved.
Show resolved Hide resolved

Implementation of this parameter is optional. Using a SPATRES value different from the original spatial resolution makes the service to rebin the data in order to match the spatres value. The parameter unit is arcsec.

Example : SPATRES = 3

This statement resquests a response dataset with spatial resolution equal to 3 arcsec.

\subsubsection{SPECRP}

Implementation of this parameter is optional. Using a SPECREC value different from the original spectral resolving power makes the service to rebin the data in order to match the specrp resolution power value. The parameter is uniless.

Example : SPECRP = 1000

This statement resquests a response dataset with spectral resolving power equal to 1000.

\subsubsection{TIMERES}

Implementation of this parameter is optional. Using a TIMERES value different from the original time resolution makes the service to rebin the data in order to match the timeres value. The parameter unit is seconds.

Example : TIMERES = 0.001

This statement resquests a response dataset with time resolution equal to 1 ms.

\subsubsection{PROJECTION}

Implementation of this parameter is optional. Using a PROJECTION value different from the original sky projection of the data makes the service repoject the data onto the requested sky projection. The possible values of this parameter is similar to the list of WCS projections and expressed with the 3 lettre WCS projection code.

Example PROJECTION = SIN

This statement requests a response dataset reprojected using the sinus sky projection.

\subsubsection{ROTATION}

Implementation of this parameter is optional. Using a ROTATION value different from the original rotation of the vertical axis of the data with respect to the North makes the service rotate the data in order to match the requested position angle. The parameter unit is in degree and is in the range -180 to +180.

Example ROTATION = 50.0

This statement requests a response dataset rotated 50 degrees towards East.



\subsection{Filtering parameters and ObsCore data model}

Expand Down