Skip to content

Commit

Permalink
Add delta_ra, delta_dec and, inertial for CartonToTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 10, 2021
1 parent 66d31e1 commit 69e1353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/sdssdb/peewee/sdss5db/targetdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ class CartonToTarget(TargetdbBase):
instrument = ForeignKeyField(Instrument,
column_name='instrument_pk',
field='pk')
delta_ra = DoubleField()
delta_dec = DoubleField()
inertial = BooleanField()

class Meta:
table_name = 'carton_to_target'
Expand Down

0 comments on commit 69e1353

Please sign in to comment.