Skip to content

Commit

Permalink
Changed vista to vircam
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelshirley committed Jan 10, 2018
1 parent 47635e3 commit 9376713
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dmu1/dmu1_ml_XMM-LSS/2.6_Merging_low_memory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1353,10 +1353,11 @@
" 1 * ~np.isnan(sub_catalogue['f_ukidss_h']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_ukidss_k']) +\n",
" # VISTA\n",
" 1 * ~np.isnan(sub_catalogue['f_vista_y']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vista_j']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vista_h']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vista_k'])\n",
" 1 * ~np.isnan(sub_catalogue['f_vircam_z']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vircam_y']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vircam_j']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vircam_h']) +\n",
" 1 * ~np.isnan(sub_catalogue['f_vircam_k'])\n",
" )\n",
"\n",
" nb_mir_flux = (\n",
Expand Down

0 comments on commit 9376713

Please sign in to comment.