Skip to content

Commit

Permalink
Explain dataio yaml file format
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed Mar 24, 2024
1 parent 9e6093b commit f08a526
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tutorials/DataIO/DataIO_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,12 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"A typical configuration yaml files looks like this:\n",
"A typical DataIO configuration yaml files looks like this:\n",
"\n",
"```yaml\n",
"data_file: \"/path/to/crab/tra/file # Full path to unbinned tra data file\" \n",
"ori_file: \"/path/to/ori/file\" # full path to spacecraft orientation file. See next tutorial.\n",
"unbinned_output: 'hdf5' # Format of converted unbinned file 'fits' or 'hdf5'\n",
"data_file: \"/path/to/crab/tra/file\" # Full path to unbinned tra data file. Only needed when converting a tra file to fits or HDF5.\n",
"ori_file: \"/path/to/ori/file\" # Full path to spacecraft orientation file. See next tutorial. Only needed when converting a tra file to fits or HDF5.\n",
"unbinned_output: 'hdf5' # Format of converted unbinned file 'fits' or 'hdf5'. Only needed when converting a tra file to fits or HDF5.\n",
"time_bins: 60 # time bin size in seconds. Takes int, float, or list of bin edges.\n",
"energy_bins: [100., 200., 500., 1000., 2000., 5000.] # Energy bin edges [keV]. Needs to match response binning.\n",
"phi_pix_size: 6 # binning of Compton scattering angle [deg]. \n",
Expand Down

0 comments on commit f08a526

Please sign in to comment.