# Master list on COSMOS This folder contains the Jupyter notebooks used to create the HELP master list on COSMOS. | Survey | Telescope / Instrument | Filters (detection band in bold) | Location | |--------|-------------------------|:---------------------------------:|-----------------| | 3D-HST+CANDELS | HST/WFC3 | F140W, F160W, F606W, F814W, F125W |dmu0_CANDELS-3D-HST | | CFHTLS | CFHT/Megacam | u*g'r'i'z' | dmu0_CFHTLS | | DECaLS | DEC | ugrizY | dmu0_DECaLS | | HSC-SSP | Hyper Suprime | grizy | dmu0_HSC | | KIDS | VLT OmegaCAM | ugri | dmu0_KIDS | | PanSTARRS-3SS | GPC1 | grizy | dmu0_PanSTARRS-3SS | | LAS | UKIRT WFCAM | YJHK | dmu0_UKIDSS-LAS | | CFHT-WIRDS | CFHT/WIRCAM | JHKs | dmu0_CFHT-WIRDS | ## Pristine catalogue preparations For each pristine catalogue, a specific notebook is used for its preparation: the selection of columns, the conversion of some magnitudes or fluxes when needed, the removal of duplicated sources, the correction of astrometry using Gaia as reference, and the flagging of possible Gaia objects. - [1.1_CANDELS-3D-HST.ipynb](1.1_CANDELS-3D-HST.ipynb) - [1.2_CFHTLS.ipynb](1.2_CFHTLenS.ipynb) - [1.3_DECaLS.ipynb](1.3_DECaLS.ipynb) - [1.4_HSC-SSP.ipynb](1.4_HSC-SSP.ipynb) - [1.5_KIDS.ipynb](1.5_KIDS.ipynb) - [1.6_PanSTARRS-3SS.ipynb](1.6_PanSTARRS-3SS.ipynb) - [1.7_UKIDSS-LAS.ipynb](1.7_UKIDSS-LAS.ipynb) - [1.8_CFHT-WIRDS.ipynb](1.8_CFHT-WIRDS.ipynb) ## Catalogue merging The [2_Merging.ipynb](2_Merging.ipynb) notebook performs the merging of the pristine catalogues into the master list. ## Diagnostics The [3_Checks_and_diagnostics.ipynb](3_Checks_and_diagnostics.ipynb) notebook presents some checks and diagnostic plots on the final master list.