Skip to content

Commit

Permalink
switch order of LS DRs
Browse files Browse the repository at this point in the history
  • Loading branch information
imedan committed Jun 17, 2024
1 parent bf0f20b commit c43efaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,13 +484,13 @@
" format='K',\n",
" array=dr2_ids)\n",
"\n",
"# If no Gaia counterpart, add Legacy Survey DR8 ID\n",
"col2 = fits.Column(name='LegacySurvey_DR8_ID',\n",
"# If no Gaia counterpart, add Legacy Survey DR10 ID\n",
"col2 = fits.Column(name='LegacySurvey_DR10_ID',\n",
" format='K',\n",
" array=[0] * nrows)\n",
"\n",
"# If no Gaia counterpart, add Legacy Survey DR10 ID\n",
"col3 = fits.Column(name='LegacySurvey_DR10_ID',\n",
"# If no Gaia counterpart, add Legacy Survey DR8 ID\n",
"col3 = fits.Column(name='LegacySurvey_DR8_ID',\n",
" format='K',\n",
" array=[0] * nrows)\n",
"\n",
Expand Down
Loading

0 comments on commit c43efaf

Please sign in to comment.