Differences between revisions 5 and 10 (spanning 5 versions)
Revision 5 as of 2024-03-02 11:32:00
Size: 609
Editor: imyserlis
Comment:
Revision 10 as of 2024-03-08 11:38:50
Size: 846
Editor: imyserlis
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
[[attachment:NIKA2_Time_Estimator_Guideline_2024.pdf | Guidelines to estimate observing times for NIKA2 (Updated to March 2024)]]. [[attachment:NIKA2_Time_Estimator_Guideline_2024_v2.pdf | Guidelines to estimate observing times for NIKA2 (Updated to March 2024)]].
Line 9: Line 9:
[[attachment:NIKA2_Time_Estimator_2024.py | Python Script to estimate observing times with NIKA2]]. Python Script to estimate observing times with NIKA2:
Line 11: Line 11:
To see the script options, open a terminal in the same folder and type: [[attachment:NIKA2_Time_Estimator_2024.py3 | Python 3.X version]]

[[attachment:NIKA2_Time_Estimator_2024.py | Python 2.X version]].

To see the script options, open a terminal in the same folder and type, in the case of Python 3.X version:

 {{{
   python NIKA2_Time_Estimator_2024.py3 --help
 }}}

or in the case of the Python 2.X version:

Guidelines to estimate observing times with NIKA2

Guidelines to estimate observing times for NIKA2 (Updated to March 2024).

The guidelines document applies to every upcoming semester.

/!\ The last update was done in March 2024 and contains guidelines for polarization observations with NIKA2.

Python Script to estimate observing times with NIKA2:

Python 3.X version

Python 2.X version.

To see the script options, open a terminal in the same folder and type, in the case of Python 3.X version:

  •    python NIKA2_Time_Estimator_2024.py3 --help

or in the case of the Python 2.X version:

  •    python NIKA2_Time_Estimator_2024.py --help

Continuum/TimeEstimatorScriptGuideW2023 (last edited 2024-03-08 11:38:50 by imyserlis)