-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Component/s: None
-
Labels:None
-
Epic Link:
- File search sub-module
This module is for searching and retrieving the reduced data.
The usage of it will be something like this:
results = hscata.fileSearch.findCoadd(ra=150, dec=2, size='1arcsec', filter='HSC-I') => astropy.HDUList
print(results[0].fileName) => '/somewhere/coadd-123.fits' # the file is mounted in compute environment.