Skip to content

Commit

Permalink
Removed bad-weather restrictions from 04/14
Browse files Browse the repository at this point in the history
  • Loading branch information
kadrlica committed Apr 18, 2017
1 parent 21ff4a2 commit 28ad223
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion obztak/bliss.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ def query(cls, **kwargs):
FROM exposure where propid = '%(propid)s' and exptime > 89
and discard = False and delivered = True and flavor = 'object'
and object like '%(object_fmt)s%%'
and not (date between '2017/04/14 00:00:00' and '2017/04/14 12:00:00' and qc_teff < 0.1)
ORDER BY utc_beg %(limit)s
"""%kwargs
return query
Expand Down

0 comments on commit 28ad223

Please sign in to comment.