# The name of this file is composed of the HLSP acronym and '_MANIFEST.yml' # This file contains an abbreviated example Manifest for an HLSP data # collection. # # This form is in YAML format, and will be read by MAST software. # (Last template update: 2018-May-01) # # The following collection metadata are required; fill in values that # are appropriate to your specific HLSP collection Collection: - Acronym: GOODS - Curator_email: 'fleming@stsci.edu' - Version: 1.0 - Date_prepared: '2018-May-01' Products: # Do Not delete this line # The data files are arranged in a directory tree under the ROOT directory. # Every file in the collection must be listed somewhere in the manifest. ROOT: # Do Not delete this line - 'GOODS_MANIFEST.yaml' - 'README.rst' - 'ProjectSummary.rst' - 'hlsp_goods_hst_acs_north_plt.jpg' - 'hlsp_goods_hst_acs_south_plt.jpg' # Each keyword (ending in ":") below is a directory or subdirectory name. # Subdirectories are optional, but every file in the collection must be listed # somewhere, and file names must be preceded by a dash. North: source_cat: - hlsp_goods_hst_acs_north_b_v2.0_cat.txt - hlsp_goods_hst_acs_north_i_v2.0_cat.txt - hlsp_goods_hst_acs_north_v_v2.0_cat.txt - hlsp_goods_hst_acs_north_z_v2.0_cat.txt phot_params: - hlsp_goods_hst_acs_north_b_v2.0_phot-sextr.txt - hlsp_goods_hst_acs_north_i_v2.0_phot-sextr.txt - hlsp_goods_hst_acs_north_v_v2.0_phot-sextr.txt - hlsp_goods_hst_acs_north_z_v2.0_phot-sextr.txt sector13: sci_image: - 'hlsp_goods_hst_acs_north-sect13_b_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_north-sect13_v_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_north-sect13_i_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_north-sect13_z_v2.0_drz_img.fits' weight_image: - 'hlsp_goods_hst_acs_north-sect13_b_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_north-sect13_v_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_north-sect13_i_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_north-sect13_z_v2.0_wht_img.fits' sector14: sci_image: - 'hlsp_goods_hst_acs_north-sect14_b_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_north-sect14_v_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_north-sect14_i_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_north-sect14_z_v2.0_drz_img.fits' weight_image: - 'hlsp_goods_hst_acs_north-sect14_b_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_north-sect14_v_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_north-sect14_i_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_north-sect14_z_v2.0_wht_img.fits' South: sector11: sci_image: - 'hlsp_goods_hst_acs_south-sect11_b_v2.0_drz_img.fits' - 'hlsp_goods_hst_acs_south-sect11_v_v2.0_drz_img.fits' weight_image: - 'hlsp_goods_hst_acs_south-sect11_b_v2.0_wht_img.fits' - 'hlsp_goods_hst_acs_south-sect11_v_v2.0_wht_img.fits' # ...and so on. The final line with three dots indicates EOF. ...