Skip to content

Commit

Permalink
HS82 running on test degree to merge
Browse files Browse the repository at this point in the history
Perhaps it will run on Vulcain without changes now. 30Gb decals will reduce to 5 gb after processing and not as many surveys as xmm-lss. Yannick noticed major error in DECals - needs aperture correction and band names changing inline with Legacy survey on #2, #3, #4, #5, #7, #8, #15 and #16
  • Loading branch information
raphaelshirley committed Nov 22, 2017
1 parent 842f20b commit 7f78616
Show file tree
Hide file tree
Showing 14 changed files with 947 additions and 1,207 deletions.
16 changes: 8 additions & 8 deletions dmu1/dmu1_ml_Bootes/1_Reformatting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"metadata": {},
"outputs": [],
"source": [
"OUT_DIR = os.environ.get('TMP_DIR', \"./data_tmp\")\n",
"SUFFIX = os.environ.get('SUFFIX', time.strftime(\"_%Y%m%d\"))\n",
"TMP_DIR = os.environ.get('TMP_DIR', \"./data_tmp\")\n",
"OUT_DIR = os.environ.get('OUT_DIR', \"./data\")\n",
"try:\n",
" os.makedirs(OUT_DIR)\n",
"except FileExistsError:\n",
Expand All @@ -95,12 +95,12 @@
},
"outputs": [],
"source": [
"imported_columns = OrderedDict({\n",
" \"objID\": \"ps1_id\",\n",
" \"raMean\": \"ps1_ra\",\n",
" \"decMean\": \"ps1_dec\",\n",
"\n",
" })\n",
"#imported_columns = OrderedDict({\n",
"# \"objID\": \"ps1_id\",\n",
"# \"raMean\": \"ps1_ra\",\n",
"# \"decMean\": \"ps1_dec\",\n",
"#\n",
"# })\n",
"\n",
"\n",
"i_catalogue = Table.read(\"../../dmu0/dmu0_Bootes_Brown/data/Bootes_merged_Icorr_2014a_all_ap2_07112017.fits\") #[list(imported_columns)]\n",
Expand Down
42 changes: 33 additions & 9 deletions dmu1/dmu1_ml_Bootes/2_Checks_and_diagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,37 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"This notebook was run with herschelhelp_internal version: \n",
"04829ed (Thu Nov 2 16:57:19 2017 +0000) [with local modifications]\n"
]
}
],
"source": [
"from herschelhelp_internal import git_version\n",
"print(\"This notebook was run with herschelhelp_internal version: \\n{}\".format(git_version()))"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/Users/rs548/anaconda/envs/herschelhelp_internal/lib/python3.6/site-packages/seaborn/apionly.py:6: UserWarning: As seaborn no longer sets a default style on import, the seaborn.apionly module is deprecated. It will be removed in a future version.\n",
" warnings.warn(msg, UserWarning)\n"
]
}
],
"source": [
"%matplotlib inline\n",
"#%config InlineBackend.figure_format = 'svg'\n",
Expand Down Expand Up @@ -54,9 +70,17 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 4,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Diagnostics done using: master_catalogue_bootes_20171121.fits\n"
]
}
],
"source": [
"OUT_DIR = os.environ.get('OUT_DIR', \"./data\")\n",
"SUFFIX = find_last_ml_suffix()\n",
Expand Down
491 changes: 102 additions & 389 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.10_SDSS-S82.ipynb

Large diffs are not rendered by default.

80 changes: 46 additions & 34 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.1_HSC-SSP.ipynb

Large diffs are not rendered by default.

185 changes: 70 additions & 115 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.2_VISTA-VHS.ipynb

Large diffs are not rendered by default.

127 changes: 66 additions & 61 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.3_VICS82.ipynb

Large diffs are not rendered by default.

153 changes: 53 additions & 100 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.4_UKIDSS-LAS.ipynb

Large diffs are not rendered by default.

226 changes: 196 additions & 30 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.5_PanSTARRS-3SS.ipynb

Large diffs are not rendered by default.

108 changes: 42 additions & 66 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.6_SHELA.ipynb

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.7_SpIES.ipynb

Large diffs are not rendered by default.

152 changes: 56 additions & 96 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.8_DECaLS.ipynb

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dmu1/dmu1_ml_Herschel-Stripe-82/1.9_RCSLenS.ipynb

Large diffs are not rendered by default.

373 changes: 160 additions & 213 deletions dmu1/dmu1_ml_Herschel-Stripe-82/2_Merging.ipynb

Large diffs are not rendered by default.

165 changes: 96 additions & 69 deletions dmu1/dmu1_ml_Herschel-Stripe-82/3_Checks_and_diagnostics.ipynb

Large diffs are not rendered by default.

0 comments on commit 7f78616

Please sign in to comment.