Skip to content

Commit

Permalink
[dmu1_ml_XMM-LSS] Try on vulcain
Browse files Browse the repository at this point in the history
- We tried to process the XMM-LSS master list on vulcain using an
  alternative saving method. But it failed.

- Relate to #4.
  • Loading branch information
yannick1974 committed Dec 12, 2017
1 parent 84cf52e commit cff0bee
Show file tree
Hide file tree
Showing 21 changed files with 1,624 additions and 3,885 deletions.
188 changes: 165 additions & 23 deletions dmu1/dmu1_ml_XMM-LSS/1.10_PanSTARRS1-3SS.ipynb

Large diffs are not rendered by default.

223 changes: 77 additions & 146 deletions dmu1/dmu1_ml_XMM-LSS/1.11_SXDS.ipynb

Large diffs are not rendered by default.

208 changes: 68 additions & 140 deletions dmu1/dmu1_ml_XMM-LSS/1.12_SpARCS.ipynb

Large diffs are not rendered by default.

120 changes: 59 additions & 61 deletions dmu1/dmu1_ml_XMM-LSS/1.13_UKIDSS-DXS.ipynb

Large diffs are not rendered by default.

120 changes: 59 additions & 61 deletions dmu1/dmu1_ml_XMM-LSS/1.14_UKIDSS-UDS.ipynb

Large diffs are not rendered by default.

88 changes: 39 additions & 49 deletions dmu1/dmu1_ml_XMM-LSS/1.15_VIPERS.ipynb

Large diffs are not rendered by default.

84 changes: 37 additions & 47 deletions dmu1/dmu1_ml_XMM-LSS/1.16_VISTA-VHS.ipynb

Large diffs are not rendered by default.

89 changes: 30 additions & 59 deletions dmu1/dmu1_ml_XMM-LSS/1.17_VISTA-VIDEO.ipynb

Large diffs are not rendered by default.

130 changes: 60 additions & 70 deletions dmu1/dmu1_ml_XMM-LSS/1.18_VISTA-VIKING.ipynb

Large diffs are not rendered by default.

85 changes: 37 additions & 48 deletions dmu1/dmu1_ml_XMM-LSS/1.1_CANDELS-3D-HST.ipynb

Large diffs are not rendered by default.

105 changes: 28 additions & 77 deletions dmu1/dmu1_ml_XMM-LSS/1.3_CFHT-WIRDS.ipynb

Large diffs are not rendered by default.

104 changes: 42 additions & 62 deletions dmu1/dmu1_ml_XMM-LSS/1.4a_CFHTLS-WIDE.ipynb

Large diffs are not rendered by default.

102 changes: 41 additions & 61 deletions dmu1/dmu1_ml_XMM-LSS/1.4b_CFHTLS-DEEP.ipynb

Large diffs are not rendered by default.

121 changes: 47 additions & 74 deletions dmu1/dmu1_ml_XMM-LSS/1.5_CFHTLenS.ipynb

Large diffs are not rendered by default.

236 changes: 114 additions & 122 deletions dmu1/dmu1_ml_XMM-LSS/1.6_DECaLS.ipynb

Large diffs are not rendered by default.

115 changes: 52 additions & 63 deletions dmu1/dmu1_ml_XMM-LSS/1.7_SWIRE.ipynb

Large diffs are not rendered by default.

120 changes: 50 additions & 70 deletions dmu1/dmu1_ml_XMM-LSS/1.8_SERVS.ipynb

Large diffs are not rendered by default.

835 changes: 160 additions & 675 deletions dmu1/dmu1_ml_XMM-LSS/1.9a_HSC-WIDE.ipynb

Large diffs are not rendered by default.

1,075 changes: 196 additions & 879 deletions dmu1/dmu1_ml_XMM-LSS/1.9b_HSC-DEEP.ipynb

Large diffs are not rendered by default.

1,329 changes: 236 additions & 1,093 deletions dmu1/dmu1_ml_XMM-LSS/1.9c_HSC-UDEEP.ipynb

Large diffs are not rendered by default.

32 changes: 27 additions & 5 deletions dmu1/dmu1_ml_XMM-LSS/2_Merging.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,9 @@
{
"cell_type": "code",
"execution_count": 44,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"\n",
Expand Down Expand Up @@ -2820,7 +2822,9 @@
{
"cell_type": "code",
"execution_count": 83,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# SpARCS is a catalogue of sources detected in r (with fluxes measured at \n",
Expand Down Expand Up @@ -2886,7 +2890,9 @@
{
"cell_type": "code",
"execution_count": 84,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"has_optical_flux = nb_optical_flux >= 2\n",
Expand Down Expand Up @@ -3071,7 +3077,7 @@
},
"outputs": [],
"source": [
"master_catalogue[columns].write(\"{}/master_catalogue_xmm-lss{}.fits\".format(OUT_DIR, SUFFIX))"
"#master_catalogue[columns].write(\"{}/master_catalogue_xmm-lss{}.fits\".format(OUT_DIR, SUFFIX))"
]
},
{
Expand All @@ -3097,6 +3103,22 @@
"# master_catalogue[columns][low_idx:high_idx].write(\n",
"# \"{}/master_catalogue_xmm-lss{}_part{}.csv\".format(OUT_DIR, SUFFIX,part_nb), format=\"ascii.csv\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"with open(\"{}/master_catalogue_xmm-lss{}.csv\".format(OUT_DIR, SUFFIX), \"w\") as out:\n",
" out.write(\",\".join(master_catalogue.colnames))\n",
" out.write(\"\\n\")\n",
" for row in master_catalogue:\n",
" out.write(\",\".join([str(_) for _ in row]))\n",
" out.write(\"\\n\")"
]
}
],
"metadata": {
Expand All @@ -3115,7 +3137,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.6.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit cff0bee

Please sign in to comment.