selectmask_carmenesgto

raccoon.ccf.selectmask_carmenesgto(filmask, spt, vsini, sptdefault='M3.5', vsinidefault=2.0, verbose=True)

vsini selection not implemented!! Parameters ———- filmask : str

Mask-selection file, contaiing the information of the masks to be used. Columns:
  1. object used to make the mask objmask

  2. spectral type of objmask

  3. vsini of objmask

  4. path to mask file

Columns: 0 ‘objmask’: CARMENES id

1 ‘spt’: Spectral type of ‘objmask’ 2 ‘vsini’: vsini of ‘objmask’ [km/s] 3 ‘file’: Path to mask file

sptstr

Spectral type of the target, e.g. M3.5.

vsinifloat

vsini of the target [km/s].

sptdefaultstr

Value to use if spt is not valid.

vsinidefaultfloat

Value to use if vsini is not valid.

Returns:
maskinfopandas Series

File and information of the mask selected for ‘obj’. Labels: ‘objmask’, ‘spt’, ‘vsini’, ‘file’. E.g. get the file of the mask: maskinfo[‘file’]