Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2023-07-30 23:44:09
Size: 490
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_2023.pdf | Guidelines to estimate observing times for NIKA2 (Updated to July 2023)]]. [[attachment:NIKA2_Time_Estimator_Guideline_2024_v2.pdf | Guidelines to estimate observing times for NIKA2 (Updated to March 2024)]].
Line 7: Line 7:
[[attachment:NIKA2_Time_Estimator_2023.py | Python Script to estimate observing times with NIKA2]]. /!\ The last update was done in March 2024 and contains guidelines for '''polarization observations with NIKA2'''.
Line 9: Line 9:
To see the script options, open a terminal in the same folder and type: Python Script to estimate observing times with NIKA2:

[[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:
Line 12: Line 18:
   python NIKA2_Time_Estimator_2023.py --help    python NIKA2_Time_Estimator_2024.py3 --help
Line 14: Line 20:

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

 {{{
   python NIKA2_Time_Estimator_2024.py --help
 }}}

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)