Skip to content

Commit ccef63b

Browse files
committed
updating notes and default colum view
1 parent 0b7a5e0 commit ccef63b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ events %>%
3535
extensions = 'Buttons',
3636
options = list(dom = 'Bfrtip',
3737
buttons = c('colvis', 'csv', 'pdf'),
38-
columnDefs = list(list(visible=FALSE, targets=c('Width','Publication'))))
38+
columnDefs = list(list(visible=FALSE, targets=c('Width'))))
3939
)
4040
4141
```
@@ -53,7 +53,7 @@ Column names:
5353
- Dec -- Declination (J2000) of peak of localization probability distribution in degrees.
5454
- PosErr -- Error full-width at half-max of the localization region in units of arcseconds (largest of two axes). The 90\% error ellipse is 2.15 times larger than the value quoted here.
5555
- Notes -- Human annotations describing the purpose of data set or associations, if known. Examples include: test, pulsar, or a name of a known source.
56-
- Version -- Release version of data. Ad hoc releases are <1.0. Version >=2.0 include filterbank files. Minor increments do not affect science interpretation, but major increments do.
56+
- Version -- Release version of data. Ad hoc releases are <1.0. Version >=1.0 include filterbank files. Minor increments do not affect science interpretation, but major increments do. Releases "v1" are named incorrectly and should be treated as ad hoc (<1.0) releases.
5757
- DOI -- Unique, persistent URL to public data set, which includes event localization region and dynamic spectrum. Data and DOI are managed by [CaltechDATA](https://data.caltech.edu).
5858
- Publication -- A link to the ADS entry for the first refereed publication that includes the FRB.
5959

0 commit comments

Comments
 (0)