spec_path

pydl.pydlspec2d.spec1d.spec_path(plate, path=None, topdir=None, run2d=None)[source]

Return the directory containing spPlate files.

Parameters:
plateint or numpy.ndarray

The plate(s) to examine.

pathstr, optional

If set, path becomes the full path for every plate. In other words, it completely short-circuits this function.

topdirstr, optional

Used to override the value of BOSS_SPECTRO_REDUX.

run2dstr, optional

Used to override the value of RUN2D.

Returns:
list

A list of directories, one for each plate.

Raises:
KeyError

If environment variables are not supplied.