dkirkby / bossdata

Tools for accessing SDSS BOSS data
MIT License
1 stars 3 forks source link

Modified get_exposure_name #121

Closed belaa closed 7 years ago

belaa commented 7 years ago

The documentation for how to access the path parameter for bossdata.plate.FrameFile() says you can obtain the local path of the frame FITS file by calling bossdata.plate.Plan.get_exposure_name() and then mirroring it via bossdata.remote.Manger.get(). However get_exposure_name() returns the name of the exposure rather than the full path to the exposure. This results in get() not being able to mirror the local path to the exposure file.

This PR modifies get_exposure_name to return the full path to the single science exposure.