Differences between revisions 20 and 33 (spanning 13 versions)
Revision 20 as of 2016-03-02 18:27:48
Size: 1513
Editor: PabloGarcia
Comment:
Revision 33 as of 2017-07-05 13:08:36
Size: 1601
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Guidelines to estimate observing times with NIKA2 (UNDER CONSTRUCTION) = = Guidelines to estimate observing times with NIKA2 =
Line 6: Line 6:
[[attachment:TimeEstimator.pdf | Guidelines to estimate observing times (Billot et al. 2014)]]. ##[[attachment:TimeEstimator.pdf | Guidelines to estimate observing times (Billot et al. 2014)]].
Line 9: Line 9:
[[attachment:time-estimator-IRAM30m-nika-gismo.py | Python Script to estimate observing times]]. ## [[attachment:time-estimator-IRAM30m-nika-gismo.py | Python Script to estimate observing times]].
Line 12: Line 12:
To use the script, open a terminal in the same folder and type: ## To use the script, open a terminal in the same folder and type:
Line 14: Line 14:
{{{
   python time-estimator-IRAM30m-nika-gismo.py --camera "GISMO" --rms 0.5 --pwv 2 --elevation 30 --Xsize 4 --Ysize 6 --filtering 1.2 --overheads 2.0
}}}
## {{{
## python time-estimator-IRAM30m-nika-gismo.py --camera "GISMO" --rms 0.5 --pwv 2 --elevation 30 --Xsize 4 --Ysize 6 --filtering ## 1.2 --overheads 2.0
## }}}
Line 18: Line 18:
where: ## where:
Line 20: Line 20:
 * ''' camera > ''' IRAM 30m continuum camera. Options are GISMO, NIKA1mm, NIKA2mm.
 * ''' rms > ''' Any value above the confussion limit.
 * ''' pwv > ''' Precipitable water vapor. Possible values 2, 4, and 7 mm.
 * ''' elevation > ''' Values from 20 to 83 degrees.
 * ''' Xsize Ysize > ''' Mapping area. Xsize and Ysize must be equal (point sources) or larger than the Field of View.
 * ''' filtering > ''' Data filtering scheme. Values from 1 to 4.
 * ''' overheads > ''' Telescope/observing overheads (calibration, pointing, focus). Values from 1.6 to 2.6.
## * ''' camera > ''' IRAM 30m continuum camera. Options are GISMO, NIKA1mm, NIKA2mm.
## * ''' rms > ''' Any value above the confussion limit.
## * ''' pwv > ''' Precipitable water vapor. Possible values 2, 4, and 7 mm.
## * ''' elevation > ''' Values from 20 to 83 degrees.
## * ''' Xsize Ysize > ''' Mapping area. Xsize and Ysize must be equal (point sources) or larger than the Field of View.
## * ''' filtering > ''' Data filtering scheme. Values from 1 to 4.
## * ''' overheads > ''' Telescope/observing overheads (calibration, pointing, focus). Values from 1.6 to 2.6.
Line 28: Line 28:
-----
Line 30: Line 29:
Author: Pablo García (IRAM 30m Continuum Pool Manager)
Line 32: Line 30:
email: pgarcia@iram.es
 
Created: 2014.Feb.10
[[attachment:NIKA2_Time_Estimator_Guideline.pdf | Guidelines to estimate observing times for NIKA2 (García et al. 2017)]].
Line 36: Line 32:
Last update: 2016.Mar.02 [[attachment:NIKA2_Time_Estimator.py | Python Script to estimate observing times with NIKA2]].
Line 38: Line 34:
Go to the [[http://www.iram.es/IRAMES/mainWiki/Continuum/GISMO/Main|GISMO]] |[[http://www.iram.es/IRAMES/mainWiki/NIKA/Main|NIKA]] page. To see the script options, open a terminal in the same folder and type:

 {{{
   python NIKA2_Time_Estimator.py --help
 }}}

Guidelines to estimate observing times with NIKA2

Guidelines to estimate observing times for NIKA2 (García et al. 2017).

Python Script to estimate observing times with NIKA2.

To see the script options, open a terminal in the same folder and type:

  •    python NIKA2_Time_Estimator.py --help

Continuum/TimeEstimatorScript (last edited 2017-07-05 13:08:36 by CarstenKramer)