Skip to content

Commit

Permalink
adjust quote usage in column desc
Browse files Browse the repository at this point in the history
  • Loading branch information
sbailey committed Jun 6, 2023
1 parent d072554 commit 4cda055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/desidatamodel/data/column_descriptions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ TILES,char[*],,"TILEIDs of those tile, in string form separated by '-'"
TIMESTAMP,str,s,UTC/ISO time at which the target state was updated
TOOID,int64,,ID for this target assigned by the ``CHECKER``
TOO_PRIO,char[2],,"Either 'HI' for a very-high-priority target or 'LO' for a very-low-priority target"
TOO_TYPE,char[5],,Either "TILE" for a special tile or "FIBER" for a fiber-override ToO
TOO_TYPE,char[5],,"Either 'TILE' for a special tile or 'FIBER' for a fiber-override ToO"
TSNR2_BGS,float32,,"BGS template (S/N)^2 summed over B,R,Z"
TSNR2_BGS_B,float32,,BGS B template (S/N)^2
TSNR2_BGS_R,float32,,BGS R template (S/N)^2
Expand Down

0 comments on commit 4cda055

Please sign in to comment.