Skip to content

Commit

Permalink
Merge branch 'hotfix/divide-aov-fix-typo'
Browse files Browse the repository at this point in the history
  • Loading branch information
leejjoon committed Mar 23, 2017
2 parents e91b895 + 691a537 commit 5e10d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion igrins/recipes/process_divide_a0v.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def generate_a0v_divided(helper, band, obsids, a0v_obsid=None,

print master_obsid, a0v_obsid
if a0v_obsid is None:
a0v_basename = caldb.db_query_basename("a0v", band, master_obsid)
a0v_basename = caldb.db_query_basename("a0v", (band, master_obsid))
else:
a0v_basename = helper.get_basename(band, a0v_obsid)

Expand Down

0 comments on commit 5e10d36

Please sign in to comment.