Skip to content

Commit

Permalink
Add coordinate covariance columns
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsaunders committed Aug 24, 2023
1 parent 6758148 commit 78aba0d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/DiaSource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,14 @@ funcs:
args: flags
ra:
functor: RAColumn
# raErr: not available yet DM-15180
dec:
functor: DecColumn
# decErr: not available yet DM-15180
# ra_dec_Cov: not available yet
raErr:
functor: RAErrColumn
decErr:
functor: DecErrColumn
ra_dec_Cov:
functor: RADecCovColumn
x:
functor: Column
args: slot_Centroid_x
Expand Down

0 comments on commit 78aba0d

Please sign in to comment.