Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim Goksel Karacayli committed Aug 2, 2022
1 parent 9bece95 commit 322ce35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ def save_var(self, fitsfile):
"loglam_var_grid",
"var_delta_obs",
"var_delta2_obs",
"num_qso"
"num_pixels",
"num_qso",
"num_pixels"
]

fitsfile.write(values, names=names, extname='VAR_STATS')

0 comments on commit 322ce35

Please sign in to comment.