Skip to content

Commit

Permalink
Allow manual defects to be usable for all times.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Jan 29, 2025
1 parent 0e89bdf commit f7ed54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/lsst/script/write_comcam_manual_defects.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

data_root = lsst.utils.getPackageDir("obs_lsst_data")

valid_start = "2024-10-20T00:00:00"
valid_start = "1970-01-01T00:00:00"
valid_date = dateutil.parser.parse(valid_start)
datestr = "".join(re.split(r"[:-]", valid_date.isoformat()))

Expand Down

0 comments on commit f7ed54c

Please sign in to comment.