Differences between revisions 9 and 32 (spanning 23 versions)
Revision 9 as of 2014-03-27 09:37:43
Size: 1495
Editor: gra-lx17
Comment:
Revision 32 as of 2017-02-06 15:14:54
Size: 1835
Editor: PabloGarcia
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl hermelo,CarstenKramer,NicolasBillot,SamuelLeclerc:read,write,delete,revert,admin Default #acl hermelo,PabloGarcia,CarstenKramer,NicolasBillot,SamuelLeclerc:read,write,delete,revert,admin Default
Line 3: Line 3:
= Guidelines to estimate observing times with GISMO and NIKA =

'''Go to the [[http://www.iram.es/IRAMES/mainWiki/Continuum/GISMO/Main|GISMO]] |[[http://www.iram.es/IRAMES/mainWiki/NIKA/Main|NIKA]] page.'''

[[attachment:TimeEstimator.pdf | Guidelines to estimate observing times (Billot et al. 2014)]].
= Guidelines to estimate observing times with NIKA2 =
Line 10: Line 6:
[[attachment:time-estimator-IRAM30m-nika-gismo.py | Python Script to estimate observing times]]. ##[[attachment:TimeEstimator.pdf | Guidelines to estimate observing times (Billot et al. 2014)]].
Line 13: Line 9:
To use the script, open a terminal in the same folder and type: ## [[attachment:time-estimator-IRAM30m-nika-gismo.py | Python Script to estimate observing times]].
Line 15: Line 11:
{{{
   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 19: Line 12:
where: ## To use the script, open a terminal in the same folder and type:
Line 21: Line 14:
 * ''' 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.
 
## {{{
## 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
## }}}

## where:

##
* ''' 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.



[[attachment:NIKA2_Time_Estimator_Guideline.pdf | Guidelines to estimate observing times for NIKA2 (García et al. 2017)]].

[[attachment:NIKA2_Time_Estimator.py | 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
 }}}

Line 31: Line 43:
Author: Israel Hermelo (IRAM 30m Continuum Pool Manager) Contact: Pablo García ([[http://www.iram.es/IRAMES/mainWiki/Continuum/NIKA2/Main|NIKA2]] Pool Manager)
Line 33: Line 45:
email: hermelo@iram.es email: pgarcia@iram.es
Line 35: Line 47:
Created: 2014.Feb.10 Created: 2016.AUG.03, by Isreal Hermelo
Line 37: Line 49:
Last update: 2014.Mar.27 Last update: 2017.FEB.06, by Pablo García

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


Contact: Pablo García (NIKA2 Pool Manager)

email: pgarcia@iram.es

Created: 2016.AUG.03, by Isreal Hermelo

Last update: 2017.FEB.06, by Pablo García

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