NSTX GPI data: fusion experimental data ======================================= Note: Please contact Michael Churchill, PPPL (rchurchi@pppl.gov) before publishing any results with this data set. This data should be shared only among CoDAR project team members. This is a fucion experimental data from NSTX, PPPL, called GPI (Gass Puff Images). This data is captured by high-speed GPI camera. Each image is 64x80 size and there are 369357 iamges. The data is written in Adios and contains a few variables. Among many variables, `gpiData` is the data for GPI images. bpls (Adios's utility) will print the following information. ``` $ bpls nstx_data_ornl_demo.bp File info: of groups: 1 of variables: 14 of attributes: 0 of meshes: 0 time steps: 0 - 0 file size: 4 GB bp version: 2 endianness: Little Endian statistics: Min / Max / Avg / Std_dev unsigned short cameraData {1800, 224, 224, 3} = 0 / 254 / 8.86781 / 30.1509 double cameraTime {1800} = -0.001932 / 0.997413 / 0.49774 / 0.288646 unsigned short gpiData {369357, 64, 80} = 0 / 4070 / 75.8588 / 32.7903 double gpiTime {369357} = 9.99309e-07 / 0.928822 / 0.464411 / 0.268128 double mhdData {1, 4800002} = -1.94043 / 1.28418 / 0.00033235 / 0.0635441 double mhdFreq {1, 1025} = 0 / 2e+06 / 1e+06 / 577914 double mhdSpec {4686, 1025} = -216.699 / 222.733 / 0.000165099 / 1.25877 double mhdSpecFreq {1, 1025} = 0 / 2e+06 / 1e+06 / 577914 double mhdSpecTime {1, 4686} = 0 / 1.19936 / 0.59968 / 0.346299 double mhdTime {1, 4800002} = 0 / 1.2 / 0.6 / 0.34641 double tsNe {53, 30} = 2.15952e+13 / 1.05499e+20 / 3.86842e+19 / 2.79998e+19 double tsR {1, 30} = 0.275984 / 1.5617 / 1.12544 / 0.377175 double tsTe {53, 30} = 0.167537 / 1.9397e+06 / 5576.27 / 57969.1 double tsTime {1, 53} = 0.014992 / 0.881662 / 0.448308 / 0.254951 ```