Skip to content

Commit

Permalink
Update SODA.tex
Browse files Browse the repository at this point in the history
adding sub-sampling by picking up "1 upon n" pixels in the area of interest
  • Loading branch information
Bonnarel authored Mar 15, 2024
1 parent ecf104a commit 6d1be52
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion SODA.tex
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,8 @@ \subsubsection{POLYGON}

\subsubsection{PIXELS}
\label{sec:PIXELS}
The PIXELS parameter defines a subpart of the dataset to be extracted following the fitsio syntax. \\
The PIXELS parameter defines a subpart of the dataset to be extracted following the fitsio syntax.
It is also possible to extract only every pixel upon n.\\
Examples :

\begin{itemize}
Expand All @@ -610,8 +611,14 @@ \subsubsection{PIXELS}
PIXELS=[50:70,200:300,*]
\end{lstlisting}

\item every even pixel from 50 to 70 in x, 200 to 300 in y and every pixel upon 10 between 100 and 1500 in z from a 3D cube
\begin{lstlisting}
PIXELS=[50:70:2,200:300:2,100:1500:10]
\end{lstlisting}

\end{itemize}


\subsubsection{BAND}
\label{sec:BAND}

Expand Down

0 comments on commit 6d1be52

Please sign in to comment.