Skip to content

Commit

Permalink
Merge pull request #45 from m-aubert/patch-1
Browse files Browse the repository at this point in the history
Remove forced paddedfield for bias
  • Loading branch information
MickaelRigault authored Dec 5, 2024
2 parents fa3ce89 + f2cd815 commit e480f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ztfquery/buildurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ def raw_path(
"""
source = _source_to_location_(source)
if imgtypecode == "b":
paddedfield = "000000"

#if imgtypecode == "b":
# paddedfield = "000000"
filefracday = "".join([year + month + day + fracday])
file_ = (
"raw/"
Expand Down

0 comments on commit e480f25

Please sign in to comment.