<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0105_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-04/func/sub-0105_ses-04_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>48a41a8b1a1b822ca53c6d0f73559dcf</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:00:6.682500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999607, 0.00621593, 0.0273271, -0.00383822, 0.996269, -0.0862158]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11216</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7747, -7286, 170, -159, -144, -43, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ec57d665-326b-4d72-beba-2600d2f8079e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681873083114624, -0.010297657921910286, 0.07495497167110443, 111.62914276123047], [-0.01667688973248005, 2.672917127609253, -0.23240791261196136, -91.83338928222656], [0.07331673055887222, 0.23131057620048523, 2.688934326171875, -96.83512878417969], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 926]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'AcquisitionTime': ['200006.682500', '200007.142500', '200007.602500', '200008.062500', '200008.522500', '200008.982500', '200009.442500', '200009.902500', '200010.362500', '200010.822500', '200011.282500', '200011.742500', '200012.202500', '200012.662500', '200013.122500', '200013.582500', '200014.042500', '200014.502500', '200014.962500', '200015.422500', '200015.882500', '200016.342500', '200016.802500', '200017.262500', '200017.722500', '200018.182500', '200018.642500', '200019.102500', '200019.562500', '200020.022500', '200020.482500', '200020.942500', '200021.402500', '200021.862500', '200022.322500', '200022.782500', '200023.242500', '200023.702500', '200024.162500', '200024.622500', '200025.082500', '200025.542500', '200026.002500', '200026.462500', '200026.922500', '200027.382500', '200027.842500', '200028.302500', '200028.762500', '200029.222500', '200029.682500', '200030.142500', '200030.602500', '200031.062500', '200031.522500', '200031.982500', '200032.442500', '200032.902500', '200033.362500', '200033.822500', '200034.282500', '200034.742500', '200035.202500', '200035.662500', '200036.122500', '200036.582500', '200037.042500', '200037.502500', '200037.962500', '200038.422500', '200038.882500', '200039.342500', '200039.802500', '200040.262500', '200040.722500', '200041.182500', '200041.642500', '200042.102500', '200042.562500', '200043.022500', '200043.482500', '200043.942500', '200044.402500', '200044.862500', '200045.322500', '200045.782500', '200046.242500', '200046.702500', '200047.162500', '200047.622500', '200048.082500', '200048.542500', '200049.002500', '200049.462500', '200049.922500', '200050.382500', '200050.842500', '200051.302500', '200051.762500', '200052.222500', '200052.682500', '200053.142500', '200053.602500', '200054.062500', '200054.522500', '200054.982500', '200055.442500', '200055.902500', '200056.362500', '200056.822500', '200057.282500', '200057.742500', '200058.202500', '200058.662500', '200059.122500', '200059.582500', '200100.042500', '200100.502500', '200100.962500', '200101.422500', '200101.882500', '200102.342500', '200102.802500', '200103.262500', '200103.722500', '200104.182500', '200104.642500', '200105.102500', '200105.562500', '200106.022500', '200106.482500', '200106.942500', '200107.402500', '200107.862500', '200108.322500', '200108.782500', '200109.242500', '200109.702500', '200110.162500', '200110.622500', '200111.082500', '200111.542500', '200112.002500', '200112.462500', '200112.922500', '200113.382500', '200113.842500', '200114.302500', '200114.762500', '200115.222500', '200115.682500', '200116.142500', '200116.602500', '200117.062500', '200117.522500', '200117.982500', '200118.442500', '200118.902500', '200119.362500', '200119.822500', '200120.282500', '200120.742500', '200121.202500', '200121.662500', '200122.122500', '200122.582500', '200123.042500', '200123.502500', '200123.962500', '200124.422500', '200124.882500', '200125.342500', '200125.802500', '200126.262500', '200126.722500', '200127.182500', '200127.642500', '200128.102500', '200128.562500', '200129.022500', '200129.482500', '200129.942500', '200130.402500', '200130.862500', '200131.322500', '200131.782500', '200132.242500', '200132.702500', '200133.162500', '200133.622500', '200134.082500', '200134.542500', '200135.002500', '200135.462500', '200135.922500', '200136.382500', '200136.842500', '200137.302500', '200137.762500', '200138.222500', '200138.682500', '200139.142500', '200139.602500', '200140.062500', '200140.522500', '200140.982500', '200141.442500', '200141.902500', '200142.362500', '200142.822500', '200143.282500', '200143.742500', '200144.202500', '200144.662500', '200145.122500', '200145.582500', '200146.042500', '200146.502500', '200146.962500', '200147.422500', '200147.882500', '200148.342500', '200148.802500', '200149.262500', '200149.722500', '200150.182500', '200150.642500', '200151.102500', '200151.562500', '200152.022500', '200152.482500', '200152.942500', '200153.402500', '200153.862500', '200154.322500', '200154.782500', '200155.242500', '200155.702500', '200156.162500', '200156.622500', '200157.082500', '200157.542500', '200158.002500', '200158.462500', '200158.922500', '200159.382500', '200159.842500', '200200.302500', '200200.762500', '200201.222500', '200201.682500', '200202.142500', '200202.602500', '200203.062500', '200203.522500', '200203.982500', '200204.442500', '200204.902500', '200205.362500', '200205.822500', '200206.282500', '200206.742500', '200207.202500', '200207.662500', '200208.122500', '200208.582500', '200209.042500', '200209.502500', '200209.962500', '200210.422500', '200210.882500', '200211.342500', '200211.802500', '200212.262500', '200212.722500', '200213.182500', '200213.642500', '200214.102500', '200214.562500', '200215.022500', '200215.482500', '200215.942500', '200216.402500', '200216.862500', '200217.322500', '200217.782500', '200218.242500', '200218.702500', '200219.162500', '200219.622500', '200220.082500', '200220.542500', '200221.002500', '200221.462500', '200221.922500', '200222.382500', '200222.842500', '200223.302500', '200223.762500', '200224.222500', '200224.682500', '200225.142500', '200225.602500', '200226.062500', '200226.522500', '200226.982500', '200227.442500', '200227.902500', '200228.362500', '200228.822500', '200229.282500', '200229.742500', '200230.202500', '200230.662500', '200231.122500', '200231.582500', '200232.042500', '200232.502500', '200232.962500', '200233.422500', '200233.882500', '200234.342500', '200234.802500', '200235.262500', '200235.722500', '200236.182500', '200236.642500', '200237.102500', '200237.562500', '200238.022500', '200238.482500', '200238.942500', '200239.402500', '200239.862500', '200240.322500', '200240.782500', '200241.242500', '200241.702500', '200242.162500', '200242.622500', '200243.082500', '200243.542500', '200244.002500', '200244.462500', '200244.922500', '200245.382500', '200245.842500', '200246.302500', '200246.762500', '200247.222500', '200247.682500', '200248.142500', '200248.602500', '200249.062500', '200249.522500', '200249.982500', '200250.442500', '200250.902500', '200251.362500', '200251.822500', '200252.282500', '200252.742500', '200253.202500', '200253.662500', '200254.122500', '200254.582500', '200255.042500', '200255.502500', '200255.962500', '200256.422500', '200256.882500', '200257.342500', '200257.802500', '200258.262500', '200258.722500', '200259.182500', '200259.642500', '200300.102500', '200300.562500', '200301.022500', '200301.482500', '200301.942500', '200302.402500', '200302.862500', '200303.322500', '200303.782500', '200304.242500', '200304.702500', '200305.162500', '200305.622500', '200306.082500', '200306.542500', '200307.002500', '200307.462500', '200307.922500', '200308.382500', '200308.842500', '200309.302500', '200309.762500', '200310.222500', '200310.682500', '200311.142500', '200311.602500', '200312.062500', '200312.522500', '200312.982500', '200313.442500', '200313.902500', '200314.362500', '200314.822500', '200315.282500', '200315.742500', '200316.202500', '200316.662500', '200317.122500', '200317.582500', '200318.042500', '200318.502500', '200318.962500', '200319.422500', '200319.882500', '200320.342500', '200320.802500', '200321.262500', '200321.722500', '200322.182500', '200322.642500', '200323.102500', '200323.562500', '200324.022500', '200324.482500', '200324.942500', '200325.402500', '200325.862500', '200326.322500', '200326.782500', '200327.242500', '200327.702500', '200328.162500', '200328.622500', '200329.082500', '200329.542500', '200330.002500', '200330.462500', '200330.922500', '200331.382500', '200331.842500', '200332.302500', '200332.762500', '200333.222500', '200333.682500', '200334.142500', '200334.602500', '200335.062500', '200335.522500', '200335.982500', '200336.442500', '200336.902500', '200337.362500', '200337.822500', '200338.282500', '200338.742500', '200339.202500', '200339.662500', '200340.122500', '200340.582500', '200341.042500', '200341.502500', '200341.962500', '200342.422500', '200342.882500', '200343.342500', '200343.802500', '200344.262500', '200344.722500', '200345.182500', '200345.642500', '200346.102500', '200346.562500', '200347.022500', '200347.482500', '200347.942500', '200348.402500', '200348.862500', '200349.322500', '200349.782500', '200350.242500', '200350.702500', '200351.162500', '200351.622500', '200352.082500', '200352.542500', '200353.002500', '200353.462500', '200353.922500', '200354.382500', '200354.842500', '200355.302500', '200355.762500', '200356.222500', '200356.682500', '200357.142500', '200357.602500', '200358.062500', '200358.522500', '200358.982500', '200359.442500', '200359.902500', '200400.362500', '200400.822500', '200401.282500', '200401.742500', '200402.202500', '200402.662500', '200403.122500', '200403.582500', '200404.042500', '200404.502500', '200404.962500', '200405.422500', '200405.882500', '200406.342500', '200406.802500', '200407.262500', '200407.722500', '200408.182500', '200408.642500', '200409.102500', '200409.562500', '200410.022500', '200410.482500', '200410.942500', '200411.402500', '200411.862500', '200412.322500', '200412.782500', '200413.242500', '200413.702500', '200414.162500', '200414.622500', '200415.082500', '200415.542500', '200416.002500', '200416.462500', '200416.922500', '200417.382500', '200417.842500', '200418.302500', '200418.762500', '200419.222500', '200419.682500', '200420.142500', '200420.602500', '200421.062500', '200421.522500', '200421.982500', '200422.442500', '200422.902500', '200423.362500', '200423.822500', '200424.282500', '200424.742500', '200425.202500', '200425.662500', '200426.122500', '200426.582500', '200427.042500', '200427.502500', '200427.962500', '200428.422500', '200428.882500', '200429.342500', '200429.802500', '200430.262500', '200430.722500', '200431.182500', '200431.642500', '200432.102500', '200432.562500', '200433.022500', '200433.482500', '200433.942500', '200434.402500', '200434.862500', '200435.322500', '200435.782500', '200436.242500', '200436.702500', '200437.162500', '200437.622500', '200438.082500', '200438.542500', '200439.002500', '200439.462500', '200439.922500', '200440.382500', '200440.842500', '200441.302500', '200441.762500', '200442.222500', '200442.682500', '200443.142500', '200443.602500', '200444.062500', '200444.522500', '200444.982500', '200445.442500', '200445.902500', '200446.362500', '200446.822500', '200447.282500', '200447.742500', '200448.202500', '200448.662500', '200449.122500', '200449.582500', '200450.042500', '200450.502500', '200450.962500', '200451.422500', '200451.882500', '200452.342500', '200452.802500', '200453.262500', '200453.722500', '200454.182500', '200454.642500', '200455.102500', '200455.562500', '200456.022500', '200456.482500', '200456.942500', '200457.402500', '200457.862500', '200458.322500', '200458.782500', '200459.242500', '200459.702500', '200500.162500', '200500.622500', '200501.082500', '200501.542500', '200502.002500', '200502.462500', '200502.922500', '200503.382500', '200503.842500', '200504.302500', '200504.762500', '200505.222500', '200505.682500', '200506.142500', '200506.602500', '200507.062500', '200507.522500', '200507.982500', '200508.442500', '200508.902500', '200509.362500', '200509.822500', '200510.282500', '200510.742500', '200511.202500', '200511.662500', '200512.122500', '200512.582500', '200513.042500', '200513.502500', '200513.962500', '200514.422500', '200514.882500', '200515.342500', '200515.802500', '200516.262500', '200516.722500', '200517.182500', '200517.642500', '200518.102500', '200518.562500', '200519.022500', '200519.482500', '200519.942500', '200520.402500', '200520.862500', '200521.322500', '200521.782500', '200522.242500', '200522.702500', '200523.162500', '200523.622500', '200524.082500', '200524.542500', '200525.002500', '200525.462500', '200525.922500', '200526.382500', '200526.842500', '200527.302500', '200527.762500', '200528.222500', '200528.682500', '200529.142500', '200529.602500', '200530.062500', '200530.522500', '200530.982500', '200531.442500', '200531.902500', '200532.362500', '200532.822500', '200533.282500', '200533.742500', '200534.202500', '200534.662500', '200535.122500', '200535.582500', '200536.042500', '200536.502500', '200536.962500', '200537.422500', '200537.882500', '200538.342500', '200538.802500', '200539.262500', '200539.722500', '200540.182500', '200540.642500', '200541.102500', '200541.562500', '200542.022500', '200542.482500', '200542.942500', '200543.402500', '200543.862500', '200544.322500', '200544.782500', '200545.242500', '200545.702500', '200546.162500', '200546.622500', '200547.082500', '200547.542500', '200548.002500', '200548.462500', '200548.922500', '200549.382500', '200549.842500', '200550.302500', '200550.762500', '200551.222500', '200551.682500', '200552.142500', '200552.602500', '200553.062500', '200553.522500', '200553.982500', '200554.442500', '200554.902500', '200555.362500', '200555.822500', '200556.282500', '200556.742500', '200557.202500', '200557.662500', '200558.122500', '200558.582500', '200559.042500', '200559.502500', '200559.962500', '200600.422500', '200600.882500', '200601.342500', '200601.802500', '200602.262500', '200602.722500', '200603.182500', '200603.642500', '200604.102500', '200604.562500', '200605.022500', '200605.482500', '200605.942500', '200606.402500', '200606.862500', '200607.322500', '200607.782500', '200608.242500', '200608.702500', '200609.162500', '200609.622500', '200610.082500', '200610.542500', '200611.002500', '200611.462500', '200611.922500', '200612.382500', '200612.842500', '200613.302500', '200613.762500', '200614.222500', '200614.682500', '200615.142500', '200615.602500', '200616.062500', '200616.522500', '200616.982500', '200617.442500', '200617.902500', '200618.362500', '200618.822500', '200619.282500', '200619.742500', '200620.202500', '200620.662500', '200621.122500', '200621.582500', '200622.042500', '200622.502500', '200622.962500', '200623.422500', '200623.882500', '200624.342500', '200624.802500', '200625.262500', '200625.722500', '200626.182500', '200626.642500', '200627.102500', '200627.562500', '200628.022500', '200628.482500', '200628.942500', '200629.402500', '200629.862500', '200630.322500', '200630.782500', '200631.242500', '200631.702500', '200632.162500', '200632.622500', '200633.082500', '200633.542500', '200634.002500', '200634.462500', '200634.922500', '200635.382500', '200635.842500', '200636.302500', '200636.762500', '200637.222500', '200637.682500', '200638.142500', '200638.602500', '200639.062500', '200639.522500', '200639.982500', '200640.442500', '200640.902500', '200641.362500', '200641.822500', '200642.282500', '200642.742500', '200643.202500', '200643.662500', '200644.122500', '200644.582500', '200645.042500', '200645.502500', '200645.962500', '200646.422500', '200646.882500', '200647.342500', '200647.802500', '200648.262500', '200648.722500', '200649.182500', '200649.642500', '200650.102500', '200650.562500', '200651.022500', '200651.482500', '200651.942500', '200652.402500', '200652.862500', '200653.322500', '200653.782500', '200654.242500', '200654.702500', '200655.162500', '200655.622500', '200656.082500', '200656.542500', '200657.002500', '200657.462500', '200657.922500', '200658.382500', '200658.842500', '200659.302500', '200659.762500', '200700.222500', '200700.682500', '200701.142500', '200701.602500', '200702.062500', '200702.522500', '200702.982500', '200703.442500', '200703.902500', '200704.362500', '200704.822500', '200705.282500', '200705.742500', '200706.202500', '200706.662500', '200707.122500', '200707.582500', '200708.042500', '200708.502500', '200708.962500', '200709.422500', '200709.882500', '200710.342500', '200710.802500', '200711.262500', '200711.722500', '200712.182500'], 'ContentTime': ['200025.901000', '200025.904000', '200025.907000', '200025.909000', '200025.912000', '200025.914000', '200025.917000', '200025.920000', '200025.922000', '200025.936000', '200025.939000', '200025.941000', '200025.944000', '200025.946000', '200025.949000', '200025.958000', '200025.961000', '200025.963000', '200025.966000', '200025.968000', '200025.971000', '200025.974000', '200025.976000', '200025.979000', '200025.981000', '200025.984000', '200025.986000', '200025.989000', '200025.992000', '200025.994000', '200025.997000', '200026.000000', '200026.003000', '200026.005000', '200026.008000', '200026.011000', '200026.013000', '200026.016000', '200026.018000', '200026.021000', '200045.870000', '200045.898000', '200045.901000', '200045.904000', '200045.906000', '200045.909000', '200045.911000', '200045.914000', '200045.917000', '200045.919000', '200045.922000', '200045.924000', '200045.927000', '200045.930000', '200045.932000', '200045.935000', '200045.937000', '200045.940000', '200045.943000', '200045.945000', '200045.948000', '200045.950000', '200045.953000', '200045.956000', '200045.959000', '200045.961000', '200045.964000', '200045.966000', '200045.969000', '200045.972000', '200045.974000', '200045.977000', '200045.979000', '200045.982000', '200045.984000', '200045.987000', '200045.989000', '200045.992000', '200045.994000', '200045.997000', '200046.001000', '200046.003000', '200046.006000', '200105.870000', '200105.872000', '200105.875000', '200105.878000', '200105.881000', '200105.883000', '200105.886000', '200105.893000', '200105.896000', '200105.899000', '200105.901000', '200105.904000', '200105.907000', '200105.909000', '200105.912000', '200105.915000', '200105.917000', '200105.920000', '200105.923000', '200105.925000', '200105.928000', '200105.931000', '200105.933000', '200105.936000', '200105.938000', '200105.941000', '200105.944000', '200105.946000', '200105.949000', '200105.951000', '200105.954000', '200105.957000', '200105.959000', '200105.962000', '200105.965000', '200105.967000', '200105.970000', '200105.972000', '200105.975000', '200105.978000', '200105.980000', '200105.983000', '200105.990000', '200105.993000', '200125.870000', '200125.873000', '200125.875000', '200125.878000', '200125.880000', '200125.883000', '200125.886000', '200125.888000', '200125.891000', '200125.893000', '200125.896000', '200125.898000', '200125.901000', '200125.904000', '200125.906000', '200125.909000', '200125.912000', '200125.914000', '200125.917000', '200125.920000', '200125.922000', '200125.925000', '200125.928000', '200125.931000', '200125.947000', '200125.950000', '200125.952000', '200125.955000', '200125.958000', '200125.961000', '200125.963000', '200125.966000', '200125.968000', '200125.971000', '200125.974000', '200125.976000', '200125.979000', '200125.981000', '200125.984000', '200125.987000', '200125.989000', '200125.992000', '200125.994000', '200145.868000', '200145.871000', '200145.874000', '200145.877000', '200145.879000', '200145.882000', '200145.884000', '200145.887000', '200145.889000', '200145.892000', '200145.895000', '200145.897000', '200145.900000', '200145.903000', '200145.905000', '200145.908000', '200145.910000', '200145.913000', '200145.915000', '200145.918000', '200145.921000', '200145.923000', '200145.926000', '200145.928000', '200145.931000', '200145.934000', '200145.936000', '200145.939000', '200145.942000', '200145.944000', '200145.947000', '200145.950000', '200145.952000', '200145.955000', '200145.957000', '200145.960000', '200145.963000', '200145.965000', '200145.968000', '200145.971000', '200145.973000', '200145.976000', '200145.978000', '200145.981000', '200205.869000', '200205.871000', '200205.874000', '200205.877000', '200205.879000', '200205.882000', '200205.884000', '200205.887000', '200205.890000', '200205.892000', '200205.895000', '200205.897000', '200205.900000', '200205.903000', '200205.905000', '200205.908000', '200205.910000', '200205.913000', '200205.916000', '200205.918000', '200205.921000', '200205.923000', '200205.926000', '200205.928000', '200205.931000', '200205.934000', '200205.936000', '200205.939000', '200205.942000', '200205.944000', '200205.947000', '200205.950000', '200205.952000', '200205.955000', '200205.957000', '200205.960000', '200205.963000', '200205.965000', '200205.968000', '200205.970000', '200205.977000', '200205.980000', '200205.982000', '200225.869000', '200225.871000', '200225.874000', '200225.876000', '200225.879000', '200225.882000', '200225.884000', '200225.887000', '200225.889000', '200225.892000', '200225.895000', '200225.907000', '200225.909000', '200225.912000', '200225.915000', '200225.917000', '200225.920000', '200225.922000', '200225.925000', '200225.928000', '200225.931000', '200225.933000', '200225.936000', '200225.939000', '200225.941000', '200225.944000', '200225.947000', '200225.949000', '200225.952000', '200225.954000', '200225.957000', '200225.959000', '200225.962000', '200225.965000', '200225.967000', '200225.970000', '200225.972000', '200225.975000', '200225.978000', '200225.980000', '200225.983000', '200225.985000', '200225.988000', '200225.991000', '200245.868000', '200245.871000', '200245.874000', '200245.876000', '200245.879000', '200245.882000', '200245.884000', '200245.887000', '200245.889000', '200245.892000', '200245.895000', '200245.897000', '200245.900000', '200245.902000', '200245.905000', '200245.908000', '200245.910000', '200245.913000', '200245.915000', '200245.918000', '200245.921000', '200245.923000', '200245.926000', '200245.929000', '200245.931000', '200245.934000', '200245.936000', '200245.939000', '200245.942000', '200245.944000', '200245.947000', '200245.949000', '200245.952000', '200245.954000', '200245.957000', '200245.960000', '200245.963000', '200245.966000', '200245.969000', '200245.972000', '200245.974000', '200245.977000', '200245.979000', '200305.870000', '200305.872000', '200305.875000', '200305.878000', '200305.880000', '200305.883000', '200305.885000', '200305.888000', '200305.891000', '200305.893000', '200305.896000', '200305.898000', '200305.901000', '200305.904000', '200305.906000', '200305.909000', '200305.911000', '200305.914000', '200305.917000', '200305.919000', '200305.922000', '200305.924000', '200305.927000', '200305.930000', '200305.932000', '200305.935000', '200305.937000', '200305.940000', '200305.943000', '200305.945000', '200305.948000', '200305.950000', '200305.953000', '200305.956000', '200305.958000', '200305.961000', '200305.963000', '200305.966000', '200305.969000', '200305.971000', '200305.974000', '200305.976000', '200305.979000', '200305.982000', '200325.869000', '200325.872000', '200325.875000', '200325.878000', '200325.880000', '200325.883000', '200325.885000', '200325.888000', '200325.891000', '200325.893000', '200325.896000', '200325.898000', '200325.901000', '200325.903000', '200325.906000', '200325.909000', '200325.911000', '200325.914000', '200325.916000', '200325.919000', '200325.922000', '200325.924000', '200325.927000', '200325.929000', '200325.932000', '200325.935000', '200325.937000', '200325.940000', '200325.942000', '200325.945000', '200325.947000', '200325.950000', '200325.953000', '200325.955000', '200325.958000', '200325.960000', '200325.963000', '200325.965000', '200325.968000', '200325.971000', '200325.973000', '200325.976000', '200325.978000', '200345.869000', '200345.872000', '200345.875000', '200345.878000', '200345.880000', '200345.883000', '200345.885000', '200345.888000', '200345.891000', '200345.893000', '200345.896000', '200345.898000', '200345.901000', '200345.904000', '200345.906000', '200345.909000', '200345.911000', '200345.914000', '200345.917000', '200345.919000', '200345.922000', '200345.924000', '200345.927000', '200345.930000', '200345.932000', '200345.935000', '200345.937000', '200345.940000', '200345.943000', '200345.945000', '200345.948000', '200345.951000', '200345.953000', '200345.956000', '200345.959000', '200345.961000', '200345.977000', '200345.979000', '200345.982000', '200345.985000', '200345.987000', '200345.990000', '200345.992000', '200345.995000', '200405.869000', '200405.871000', '200405.874000', '200405.877000', '200405.879000', '200405.882000', '200405.885000', '200405.887000', '200405.890000', '200405.892000', '200405.895000', '200405.898000', '200405.900000', '200405.903000', '200405.905000', '200405.908000', '200405.911000', '200405.913000', '200405.916000', '200405.919000', '200405.921000', '200405.924000', '200405.926000', '200405.929000', '200405.932000', '200405.934000', '200405.937000', '200405.939000', '200405.942000', '200405.944000', '200405.947000', '200405.950000', '200405.952000', '200405.955000', '200405.957000', '200405.960000', '200405.963000', '200405.965000', '200405.968000', '200405.970000', '200405.973000', '200405.976000', '200405.978000', '200425.868000', '200425.871000', '200425.874000', '200425.876000', '200425.879000', '200425.882000', '200425.884000', '200425.887000', '200425.890000', '200425.892000', '200425.895000', '200425.898000', '200425.900000', '200425.903000', '200425.905000', '200425.908000', '200425.911000', '200425.913000', '200425.916000', '200425.918000', '200425.921000', '200425.923000', '200425.926000', '200425.929000', '200425.931000', '200425.934000', '200425.937000', '200425.939000', '200425.942000', '200425.944000', '200425.947000', '200425.950000', '200425.952000', '200425.955000', '200425.958000', '200425.960000', '200425.963000', '200425.965000', '200425.968000', '200425.971000', '200425.973000', '200425.976000', '200425.978000', '200425.981000', '200445.868000', '200445.871000', '200445.874000', '200445.876000', '200445.879000', '200445.882000', '200445.884000', '200445.887000', '200445.889000', '200445.892000', '200445.895000', '200445.897000', '200445.900000', '200445.902000', '200445.905000', '200445.908000', '200445.910000', '200445.913000', '200445.915000', '200445.918000', '200445.921000', '200445.923000', '200445.926000', '200445.928000', '200445.931000', '200445.934000', '200445.936000', '200445.939000', '200445.941000', '200445.944000', '200445.947000', '200445.949000', '200445.952000', '200445.954000', '200445.957000', '200445.960000', '200445.963000', '200445.966000', '200445.968000', '200445.971000', '200445.973000', '200445.976000', '200445.979000', '200505.868000', '200505.871000', '200505.874000', '200505.877000', '200505.879000', '200505.882000', '200505.884000', '200505.887000', '200505.890000', '200505.892000', '200505.895000', '200505.898000', '200505.900000', '200505.903000', '200505.905000', '200505.908000', '200505.911000', '200505.913000', '200505.916000', '200505.918000', '200505.921000', '200505.924000', '200505.926000', '200505.929000', '200505.931000', '200505.934000', '200505.936000', '200505.939000', '200505.942000', '200505.944000', '200505.947000', '200505.949000', '200505.952000', '200505.955000', '200505.957000', '200505.960000', '200505.963000', '200505.965000', '200505.968000', '200505.970000', '200505.973000', '200505.975000', '200505.978000', '200505.981000', '200525.870000', '200525.872000', '200525.875000', '200525.889000', '200525.892000', '200525.894000', '200525.897000', '200525.899000', '200525.902000', '200525.905000', '200525.907000', '200525.910000', '200525.912000', '200525.915000', '200525.918000', '200525.920000', '200525.923000', '200525.925000', '200525.928000', '200525.930000', '200525.933000', '200525.936000', '200525.938000', '200525.941000', '200525.943000', '200525.946000', '200525.949000', '200525.951000', '200525.954000', '200525.956000', '200525.959000', '200525.962000', '200525.964000', '200525.967000', '200525.969000', '200525.972000', '200525.974000', '200525.977000', '200525.982000', '200525.984000', '200525.987000', '200525.989000', '200525.992000', '200545.869000', '200545.873000', '200545.876000', '200545.879000', '200545.881000', '200545.884000', '200545.886000', '200545.889000', '200545.892000', '200545.894000', '200545.897000', '200545.899000', '200545.902000', '200545.904000', '200545.907000', '200545.910000', '200545.912000', '200545.915000', '200545.917000', '200545.920000', '200545.923000', '200545.925000', '200545.928000', '200545.931000', '200545.933000', '200545.936000', '200545.938000', '200545.941000', '200545.944000', '200545.947000', '200545.949000', '200545.952000', '200545.955000', '200545.957000', '200545.960000', '200545.962000', '200545.965000', '200545.968000', '200545.970000', '200545.973000', '200545.976000', '200545.978000', '200545.981000', '200545.983000', '200605.870000', '200605.873000', '200605.875000', '200605.878000', '200605.880000', '200605.883000', '200605.886000', '200605.888000', '200605.891000', '200605.893000', '200605.896000', '200605.898000', '200605.901000', '200605.904000', '200605.906000', '200605.909000', '200605.912000', '200605.914000', '200605.917000', '200605.919000', '200605.922000', '200605.925000', '200605.927000', '200605.930000', '200605.932000', '200605.935000', '200605.938000', '200605.940000', '200605.943000', '200605.946000', '200605.948000', '200605.951000', '200605.953000', '200605.956000', '200605.959000', '200605.961000', '200605.964000', '200605.966000', '200605.969000', '200605.972000', '200605.974000', '200605.977000', '200605.980000', '200625.869000', '200625.872000', '200625.874000', '200625.877000', '200625.879000', '200625.882000', '200625.885000', '200625.887000', '200625.890000', '200625.892000', '200625.895000', '200625.897000', '200625.900000', '200625.903000', '200625.905000', '200625.908000', '200625.910000', '200625.913000', '200625.916000', '200625.918000', '200625.921000', '200625.923000', '200625.926000', '200625.928000', '200625.931000', '200625.934000', '200625.936000', '200625.939000', '200625.941000', '200625.944000', '200625.947000', '200625.949000', '200625.952000', '200625.955000', '200625.957000', '200625.960000', '200625.962000', '200625.965000', '200625.967000', '200625.970000', '200625.973000', '200625.975000', '200625.978000', '200625.981000', '200645.869000', '200645.872000', '200645.874000', '200645.877000', '200645.879000', '200645.882000', '200645.884000', '200645.887000', '200645.890000', '200645.892000', '200645.895000', '200645.897000', '200645.900000', '200645.902000', '200645.911000', '200645.914000', '200645.916000', '200645.919000', '200645.927000', '200645.930000', '200645.932000', '200645.939000', '200645.942000', '200645.944000', '200645.947000', '200645.950000', '200645.952000', '200645.955000', '200645.957000', '200645.960000', '200645.963000', '200645.965000', '200645.968000', '200645.971000', '200645.973000', '200645.976000', '200645.978000', '200645.981000', '200645.984000', '200645.986000', '200645.989000', '200645.991000', '200645.994000', '200705.868000', '200705.871000', '200705.874000', '200705.877000', '200705.879000', '200705.882000', '200705.884000', '200705.887000', '200705.890000', '200705.892000', '200705.895000', '200705.897000', '200705.900000', '200705.903000', '200705.906000', '200705.908000', '200705.911000', '200705.915000', '200705.918000', '200705.920000', '200705.923000', '200705.926000', '200705.928000', '200705.931000', '200705.934000', '200705.937000', '200705.940000', '200705.943000', '200705.946000', '200705.948000', '200705.951000', '200705.953000', '200705.956000', '200705.959000', '200705.961000', '200705.964000', '200705.967000', '200705.970000', '200705.972000', '200705.975000', '200705.978000', '200705.980000', '200705.983000', '200713.221000', '200713.223000', '200713.226000', '200713.229000', '200713.231000', '200713.234000', '200713.236000', '200713.239000', '200713.242000', '200713.244000', '200713.247000', '200713.249000', '200713.252000', '200713.255000', '200713.257000', '200713.260000', '200713.262000'], 'InstanceCreationTime': ['200025.901000', '200025.904000', '200025.907000', '200025.909000', '200025.912000', '200025.914000', '200025.917000', '200025.920000', '200025.922000', '200025.936000', '200025.939000', '200025.941000', '200025.944000', '200025.946000', '200025.949000', '200025.958000', '200025.961000', '200025.963000', '200025.966000', '200025.968000', '200025.971000', '200025.974000', '200025.976000', '200025.979000', '200025.981000', '200025.984000', '200025.986000', '200025.989000', '200025.992000', '200025.994000', '200025.997000', '200026.000000', '200026.003000', '200026.005000', '200026.008000', '200026.011000', '200026.013000', '200026.016000', '200026.018000', '200026.021000', '200045.870000', '200045.898000', '200045.901000', '200045.904000', '200045.906000', '200045.909000', '200045.911000', '200045.914000', '200045.917000', '200045.919000', '200045.922000', '200045.924000', '200045.927000', '200045.930000', '200045.932000', '200045.935000', '200045.937000', '200045.940000', '200045.943000', '200045.945000', '200045.948000', '200045.950000', '200045.953000', '200045.956000', '200045.959000', '200045.961000', '200045.964000', '200045.966000', '200045.969000', '200045.972000', '200045.974000', '200045.977000', '200045.979000', '200045.982000', '200045.984000', '200045.987000', '200045.989000', '200045.992000', '200045.994000', '200045.997000', '200046.001000', '200046.003000', '200046.006000', '200105.870000', '200105.872000', '200105.875000', '200105.878000', '200105.881000', '200105.883000', '200105.886000', '200105.893000', '200105.896000', '200105.899000', '200105.901000', '200105.904000', '200105.907000', '200105.909000', '200105.912000', '200105.915000', '200105.917000', '200105.920000', '200105.923000', '200105.925000', '200105.928000', '200105.931000', '200105.933000', '200105.936000', '200105.938000', '200105.941000', '200105.944000', '200105.946000', '200105.949000', '200105.951000', '200105.954000', '200105.957000', '200105.959000', '200105.962000', '200105.965000', '200105.967000', '200105.970000', '200105.972000', '200105.975000', '200105.978000', '200105.980000', '200105.983000', '200105.990000', '200105.993000', '200125.870000', '200125.873000', '200125.875000', '200125.878000', '200125.880000', '200125.883000', '200125.886000', '200125.888000', '200125.891000', '200125.893000', '200125.896000', '200125.898000', '200125.901000', '200125.904000', '200125.906000', '200125.909000', '200125.912000', '200125.914000', '200125.917000', '200125.920000', '200125.922000', '200125.925000', '200125.928000', '200125.931000', '200125.947000', '200125.950000', '200125.952000', '200125.955000', '200125.958000', '200125.961000', '200125.963000', '200125.966000', '200125.968000', '200125.971000', '200125.974000', '200125.976000', '200125.979000', '200125.981000', '200125.984000', '200125.987000', '200125.989000', '200125.992000', '200125.994000', '200145.868000', '200145.871000', '200145.874000', '200145.877000', '200145.879000', '200145.882000', '200145.884000', '200145.887000', '200145.889000', '200145.892000', '200145.895000', '200145.897000', '200145.900000', '200145.903000', '200145.905000', '200145.908000', '200145.910000', '200145.913000', '200145.915000', '200145.918000', '200145.921000', '200145.923000', '200145.926000', '200145.928000', '200145.931000', '200145.934000', '200145.936000', '200145.939000', '200145.942000', '200145.944000', '200145.947000', '200145.950000', '200145.952000', '200145.955000', '200145.957000', '200145.960000', '200145.963000', '200145.965000', '200145.968000', '200145.971000', '200145.973000', '200145.976000', '200145.978000', '200145.981000', '200205.869000', '200205.871000', '200205.874000', '200205.877000', '200205.879000', '200205.882000', '200205.884000', '200205.887000', '200205.890000', '200205.892000', '200205.895000', '200205.897000', '200205.900000', '200205.903000', '200205.905000', '200205.908000', '200205.910000', '200205.913000', '200205.916000', '200205.918000', '200205.921000', '200205.923000', '200205.926000', '200205.928000', '200205.931000', '200205.934000', '200205.936000', '200205.939000', '200205.942000', '200205.944000', '200205.947000', '200205.950000', '200205.952000', '200205.955000', '200205.957000', '200205.960000', '200205.963000', '200205.965000', '200205.968000', '200205.970000', '200205.977000', '200205.980000', '200205.982000', '200225.869000', '200225.871000', '200225.874000', '200225.876000', '200225.879000', '200225.882000', '200225.884000', '200225.887000', '200225.889000', '200225.892000', '200225.895000', '200225.907000', '200225.909000', '200225.912000', '200225.915000', '200225.917000', '200225.920000', '200225.922000', '200225.925000', '200225.928000', '200225.931000', '200225.933000', '200225.936000', '200225.939000', '200225.941000', '200225.944000', '200225.947000', '200225.949000', '200225.952000', '200225.954000', '200225.957000', '200225.959000', '200225.962000', '200225.965000', '200225.967000', '200225.970000', '200225.972000', '200225.975000', '200225.978000', '200225.980000', '200225.983000', '200225.985000', '200225.988000', '200225.991000', '200245.868000', '200245.871000', '200245.874000', '200245.876000', '200245.879000', '200245.882000', '200245.884000', '200245.887000', '200245.889000', '200245.892000', '200245.895000', '200245.897000', '200245.900000', '200245.902000', '200245.905000', '200245.908000', '200245.910000', '200245.913000', '200245.915000', '200245.918000', '200245.921000', '200245.923000', '200245.926000', '200245.929000', '200245.931000', '200245.934000', '200245.936000', '200245.939000', '200245.942000', '200245.944000', '200245.947000', '200245.949000', '200245.952000', '200245.954000', '200245.957000', '200245.960000', '200245.963000', '200245.966000', '200245.969000', '200245.972000', '200245.974000', '200245.977000', '200245.979000', '200305.870000', '200305.872000', '200305.875000', '200305.878000', '200305.880000', '200305.883000', '200305.885000', '200305.888000', '200305.891000', '200305.893000', '200305.896000', '200305.898000', '200305.901000', '200305.904000', '200305.906000', '200305.909000', '200305.911000', '200305.914000', '200305.917000', '200305.919000', '200305.922000', '200305.924000', '200305.927000', '200305.930000', '200305.932000', '200305.935000', '200305.937000', '200305.940000', '200305.943000', '200305.945000', '200305.948000', '200305.950000', '200305.953000', '200305.956000', '200305.958000', '200305.961000', '200305.963000', '200305.966000', '200305.969000', '200305.971000', '200305.974000', '200305.976000', '200305.979000', '200305.982000', '200325.869000', '200325.872000', '200325.875000', '200325.878000', '200325.880000', '200325.883000', '200325.885000', '200325.888000', '200325.891000', '200325.893000', '200325.896000', '200325.898000', '200325.901000', '200325.903000', '200325.906000', '200325.909000', '200325.911000', '200325.914000', '200325.916000', '200325.919000', '200325.922000', '200325.924000', '200325.927000', '200325.929000', '200325.932000', '200325.935000', '200325.937000', '200325.940000', '200325.942000', '200325.945000', '200325.947000', '200325.950000', '200325.953000', '200325.955000', '200325.958000', '200325.960000', '200325.963000', '200325.965000', '200325.968000', '200325.971000', '200325.973000', '200325.976000', '200325.978000', '200345.869000', '200345.872000', '200345.875000', '200345.878000', '200345.880000', '200345.883000', '200345.885000', '200345.888000', '200345.891000', '200345.893000', '200345.896000', '200345.898000', '200345.901000', '200345.904000', '200345.906000', '200345.909000', '200345.911000', '200345.914000', '200345.917000', '200345.919000', '200345.922000', '200345.924000', '200345.927000', '200345.930000', '200345.932000', '200345.935000', '200345.937000', '200345.940000', '200345.943000', '200345.945000', '200345.948000', '200345.951000', '200345.953000', '200345.956000', '200345.959000', '200345.961000', '200345.977000', '200345.979000', '200345.982000', '200345.985000', '200345.987000', '200345.990000', '200345.992000', '200345.995000', '200405.869000', '200405.871000', '200405.874000', '200405.877000', '200405.879000', '200405.882000', '200405.885000', '200405.887000', '200405.890000', '200405.892000', '200405.895000', '200405.898000', '200405.900000', '200405.903000', '200405.905000', '200405.908000', '200405.911000', '200405.913000', '200405.916000', '200405.919000', '200405.921000', '200405.924000', '200405.926000', '200405.929000', '200405.932000', '200405.934000', '200405.937000', '200405.939000', '200405.942000', '200405.944000', '200405.947000', '200405.950000', '200405.952000', '200405.955000', '200405.957000', '200405.960000', '200405.963000', '200405.965000', '200405.968000', '200405.970000', '200405.973000', '200405.976000', '200405.978000', '200425.868000', '200425.871000', '200425.874000', '200425.876000', '200425.879000', '200425.882000', '200425.884000', '200425.887000', '200425.890000', '200425.892000', '200425.895000', '200425.898000', '200425.900000', '200425.903000', '200425.905000', '200425.908000', '200425.911000', '200425.913000', '200425.916000', '200425.918000', '200425.921000', '200425.923000', '200425.926000', '200425.929000', '200425.931000', '200425.934000', '200425.937000', '200425.939000', '200425.942000', '200425.944000', '200425.947000', '200425.950000', '200425.952000', '200425.955000', '200425.958000', '200425.960000', '200425.963000', '200425.965000', '200425.968000', '200425.971000', '200425.973000', '200425.976000', '200425.978000', '200425.981000', '200445.868000', '200445.871000', '200445.874000', '200445.876000', '200445.879000', '200445.882000', '200445.884000', '200445.887000', '200445.889000', '200445.892000', '200445.895000', '200445.897000', '200445.900000', '200445.902000', '200445.905000', '200445.908000', '200445.910000', '200445.913000', '200445.915000', '200445.918000', '200445.921000', '200445.923000', '200445.926000', '200445.928000', '200445.931000', '200445.934000', '200445.936000', '200445.939000', '200445.941000', '200445.944000', '200445.947000', '200445.949000', '200445.952000', '200445.954000', '200445.957000', '200445.960000', '200445.963000', '200445.966000', '200445.968000', '200445.971000', '200445.973000', '200445.976000', '200445.979000', '200505.868000', '200505.871000', '200505.874000', '200505.877000', '200505.879000', '200505.882000', '200505.884000', '200505.887000', '200505.890000', '200505.892000', '200505.895000', '200505.898000', '200505.900000', '200505.903000', '200505.905000', '200505.908000', '200505.911000', '200505.913000', '200505.916000', '200505.918000', '200505.921000', '200505.924000', '200505.926000', '200505.929000', '200505.931000', '200505.934000', '200505.936000', '200505.939000', '200505.942000', '200505.944000', '200505.947000', '200505.949000', '200505.952000', '200505.955000', '200505.957000', '200505.960000', '200505.963000', '200505.965000', '200505.968000', '200505.970000', '200505.973000', '200505.975000', '200505.978000', '200505.981000', '200525.870000', '200525.872000', '200525.875000', '200525.889000', '200525.892000', '200525.894000', '200525.897000', '200525.899000', '200525.902000', '200525.905000', '200525.907000', '200525.910000', '200525.912000', '200525.915000', '200525.918000', '200525.920000', '200525.923000', '200525.925000', '200525.928000', '200525.930000', '200525.933000', '200525.936000', '200525.938000', '200525.941000', '200525.943000', '200525.946000', '200525.949000', '200525.951000', '200525.954000', '200525.956000', '200525.959000', '200525.962000', '200525.964000', '200525.967000', '200525.969000', '200525.972000', '200525.974000', '200525.977000', '200525.982000', '200525.984000', '200525.987000', '200525.989000', '200525.992000', '200545.869000', '200545.873000', '200545.876000', '200545.879000', '200545.881000', '200545.884000', '200545.886000', '200545.889000', '200545.892000', '200545.894000', '200545.897000', '200545.899000', '200545.902000', '200545.904000', '200545.907000', '200545.910000', '200545.912000', '200545.915000', '200545.917000', '200545.920000', '200545.923000', '200545.925000', '200545.928000', '200545.931000', '200545.933000', '200545.936000', '200545.938000', '200545.941000', '200545.944000', '200545.947000', '200545.949000', '200545.952000', '200545.955000', '200545.957000', '200545.960000', '200545.962000', '200545.965000', '200545.968000', '200545.970000', '200545.973000', '200545.976000', '200545.978000', '200545.981000', '200545.983000', '200605.870000', '200605.873000', '200605.875000', '200605.878000', '200605.880000', '200605.883000', '200605.886000', '200605.888000', '200605.891000', '200605.893000', '200605.896000', '200605.898000', '200605.901000', '200605.904000', '200605.906000', '200605.909000', '200605.912000', '200605.914000', '200605.917000', '200605.919000', '200605.922000', '200605.925000', '200605.927000', '200605.930000', '200605.932000', '200605.935000', '200605.938000', '200605.940000', '200605.943000', '200605.946000', '200605.948000', '200605.951000', '200605.953000', '200605.956000', '200605.959000', '200605.961000', '200605.964000', '200605.966000', '200605.969000', '200605.972000', '200605.974000', '200605.977000', '200605.980000', '200625.869000', '200625.872000', '200625.874000', '200625.877000', '200625.879000', '200625.882000', '200625.885000', '200625.887000', '200625.890000', '200625.892000', '200625.895000', '200625.897000', '200625.900000', '200625.903000', '200625.905000', '200625.908000', '200625.910000', '200625.913000', '200625.916000', '200625.918000', '200625.921000', '200625.923000', '200625.926000', '200625.928000', '200625.931000', '200625.934000', '200625.936000', '200625.939000', '200625.941000', '200625.944000', '200625.947000', '200625.949000', '200625.952000', '200625.955000', '200625.957000', '200625.960000', '200625.962000', '200625.965000', '200625.967000', '200625.970000', '200625.973000', '200625.975000', '200625.978000', '200625.981000', '200645.869000', '200645.872000', '200645.874000', '200645.877000', '200645.879000', '200645.882000', '200645.884000', '200645.887000', '200645.890000', '200645.892000', '200645.895000', '200645.897000', '200645.900000', '200645.902000', '200645.911000', '200645.914000', '200645.916000', '200645.919000', '200645.927000', '200645.930000', '200645.932000', '200645.939000', '200645.942000', '200645.944000', '200645.947000', '200645.950000', '200645.952000', '200645.955000', '200645.957000', '200645.960000', '200645.963000', '200645.965000', '200645.968000', '200645.971000', '200645.973000', '200645.976000', '200645.978000', '200645.981000', '200645.984000', '200645.986000', '200645.989000', '200645.991000', '200645.994000', '200705.868000', '200705.871000', '200705.874000', '200705.877000', '200705.879000', '200705.882000', '200705.884000', '200705.887000', '200705.890000', '200705.892000', '200705.895000', '200705.897000', '200705.900000', '200705.903000', '200705.906000', '200705.908000', '200705.911000', '200705.915000', '200705.918000', '200705.920000', '200705.923000', '200705.926000', '200705.928000', '200705.931000', '200705.934000', '200705.937000', '200705.940000', '200705.943000', '200705.946000', '200705.948000', '200705.951000', '200705.953000', '200705.956000', '200705.959000', '200705.961000', '200705.964000', '200705.967000', '200705.970000', '200705.972000', '200705.975000', '200705.978000', '200705.980000', '200705.983000', '200713.221000', '200713.223000', '200713.226000', '200713.229000', '200713.231000', '200713.234000', '200713.236000', '200713.239000', '200713.242000', '200713.244000', '200713.247000', '200713.249000', '200713.252000', '200713.255000', '200713.257000', '200713.260000', '200713.262000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926], 'LargestImagePixelValue': [16500, 11017, 16109, 11412, 16240, 10915, 14377, 11176, 13778, 14341, 12200, 17711, 11523, 15382, 10230, 13521, 9725, 12176, 11331, 9820, 13197, 10858, 16403, 11556, 14197, 9288, 13323, 8826, 11599, 16742, 12025, 19930, 11517, 12551, 9589, 11816, 9286, 12708, 9634, 13490, 15507, 12277, 14733, 11122, 14409, 10061, 14741, 14479, 12573, 17985, 13197, 17511, 12601, 15717, 10482, 12830, 17624, 13017, 15102, 11007, 13104, 8784, 11559, 17101, 11523, 14841, 10957, 19279, 18019, 16298, 10026, 11895, 9109, 10634, 8468, 11003, 10208, 9824, 14014, 11076, 13981, 9538, 12870, 9141, 11942, 16850, 12752, 15379, 10794, 14206, 9677, 14260, 11494, 13701, 16070, 12864, 16834, 12348, 16051, 12015, 13542, 9746, 16813, 11468, 17268, 13145, 18243, 14257, 17249, 12913, 14182, 17700, 13101, 16270, 10478, 14112, 10166, 10819, 15214, 9757, 13552, 9987, 12200, 8578, 12227, 8832, 11091, 12400, 11873, 15554, 11051, 14120, 11183, 14625, 11443, 15462, 9788, 15162, 11991, 13101, 18364, 13414, 17432, 12306, 16039, 10488, 14866, 12069, 13234, 18262, 13293, 16291, 11038, 13686, 9609, 12164, 16999, 11227, 15391, 11567, 13886, 9263, 12418, 9380, 11622, 15115, 12528, 16694, 11607, 14971, 10844, 14406, 9956, 13873, 11581, 12811, 11811, 13556, 11753, 15632, 10660, 15509, 18998, 12683, 16542, 11036, 15357, 13399, 13520, 18164, 12603, 16435, 11074, 12637, 9466, 10535, 8813, 8022, 11710, 11457, 18004, 13992, 13989, 15592, 15926, 14704, 18333, 14263, 15249, 14192, 18136, 14006, 16930, 11370, 14856, 9929, 11656, 16436, 9904, 12662, 9035, 11583, 8372, 10354, 9891, 9163, 12428, 9078, 11837, 8486, 10382, 13402, 9663, 12269, 8730, 11451, 12567, 10796, 15525, 11110, 13744, 9302, 12646, 13009, 10981, 15999, 11241, 15168, 9917, 12834, 17027, 11085, 15167, 10499, 13395, 14108, 12114, 17353, 11004, 15021, 10200, 14171, 10688, 13575, 16332, 12017, 17234, 11337, 15303, 10313, 14017, 13311, 13002, 16241, 11133, 16914, 11366, 15563, 10332, 14900, 10741, 12419, 16716, 11177, 15299, 10716, 14311, 9651, 12514, 11391, 10723, 16094, 10586, 14144, 9669, 11925, 15887, 10433, 15133, 9742, 13179, 9731, 13178, 9905, 12413, 11691, 11412, 16420, 11890, 16223, 11955, 15734, 9988, 14746, 11045, 12404, 17842, 12544, 16605, 10478, 13989, 16375, 11203, 15710, 10853, 14484, 9799, 12882, 11325, 11342, 16519, 11822, 15345, 11371, 14466, 9264, 13132, 9350, 12235, 16562, 12009, 16236, 10444, 14202, 9750, 12145, 16392, 12087, 17385, 11647, 14406, 10495, 13893, 10678, 14531, 11620, 15743, 10157, 14150, 9679, 12429, 17748, 12400, 16880, 11260, 14472, 9818, 13510, 13256, 12188, 17146, 11687, 15100, 11221, 13780, 10894, 14807, 10930, 15031, 9746, 14100, 9292, 13903, 9697, 13459, 12259, 12842, 14684, 10707, 16791, 10926, 14623, 10273, 13881, 12630, 10791, 16513, 10595, 13891, 10293, 13492, 10077, 12462, 10778, 11450, 16276, 11397, 14942, 10841, 14707, 9954, 12350, 9708, 10565, 15416, 11461, 15316, 11478, 14195, 9850, 13774, 10372, 12195, 17292, 13010, 15775, 11165, 14126, 9974, 14655, 10322, 13796, 8729, 14845, 9711, 12053, 8859, 15519, 13078, 15415, 10134, 12833, 12487, 13072, 10773, 17105, 15484, 14003, 18822, 12964, 16011, 11035, 13843, 10496, 12118, 15666, 11103, 15159, 10255, 12895, 8786, 11567, 11229, 10473, 15244, 10301, 13317, 9410, 11472, 15273, 10253, 14766, 10161, 13680, 9582, 11193, 15624, 10585, 14468, 10249, 14437, 12491, 11273, 16264, 10837, 14899, 10184, 12924, 17943, 10868, 14310, 9913, 11356, 15354, 10370, 13862, 9978, 12317, 9691, 10104, 14503, 9879, 13508, 9588, 12642, 15463, 10553, 15197, 10256, 13310, 16004, 12015, 17556, 11445, 14769, 9652, 13135, 15235, 10991, 16974, 12013, 16007, 9328, 13494, 10105, 12063, 16706, 11495, 16314, 11076, 14632, 9155, 13463, 9760, 12360, 17518, 12097, 16255, 9875, 13538, 11608, 11005, 17108, 11913, 15942, 10173, 13299, 9334, 12278, 14843, 10772, 15913, 10583, 13788, 9146, 12452, 9298, 10812, 15497, 10868, 14513, 9821, 12776, 8991, 11832, 15555, 11111, 15802, 10620, 14078, 9618, 12839, 12145, 10320, 16234, 11155, 14622, 10160, 13119, 9591, 12757, 13953, 11436, 17037, 11161, 14105, 9848, 12161, 16096, 10638, 14648, 10702, 13009, 10003, 10882, 15846, 10263, 14058, 10119, 12879, 10654, 11301, 15752, 10318, 14218, 9717, 12421, 17231, 11870, 15370, 10584, 14203, 10121, 12207, 17346, 12207, 16098, 10449, 14049, 9452, 13331, 9760, 12608, 13296, 11652, 15790, 10737, 14076, 10273, 14434, 10094, 14584, 9892, 13302, 8166, 14961, 10748, 13892, 10438, 16207, 13801, 17251, 12757, 15550, 10631, 14923, 12198, 13088, 15713, 12382, 16744, 11067, 14385, 10191, 13450, 9423, 13261, 9586, 12160, 9673, 11290, 14190, 10659, 14292, 10887, 15076, 11056, 14983, 9749, 14200, 10860, 12217, 17514, 12004, 16089, 10618, 14078, 9787, 12753, 15904, 11463, 16741, 11341, 14127, 9883, 12722, 9532, 11370, 14741, 11228, 15561, 9829, 13446, 9193, 11179, 16182, 10950, 15736, 10425, 13337, 9169, 12433, 9866, 11941, 14425, 11446, 16063, 10159, 13581, 9452, 12114, 16171, 11610, 16458, 10152, 13106, 9463, 12484, 10687, 12120, 14058, 12156, 10878, 11591, 17473, 11671, 15875, 11147, 15515, 10143, 13146, 11819, 11287, 17014, 11648, 15118, 10375, 14304, 10165, 12148, 15991, 10483, 14371, 10814, 14441, 9784, 12421, 9078, 12476, 8762, 12561, 9566, 12080, 10571, 11562, 16181, 10801, 14747, 10741, 15125, 10524, 14583, 9419, 13609, 10507, 12288, 14592, 12262, 17641, 11065, 14251, 9943, 13059, 9488, 12541, 11315, 12241, 11699, 11803, 14521, 10941, 14906, 10589, 13855, 9883, 13365, 8776, 13122, 9271, 12539, 11442, 12792, 12169, 11181, 11263, 12976, 11528, 12171, 18670, 11098, 14780, 10395, 12693, 14260, 11309, 16742, 11296, 15106, 10615, 14871, 10297, 14649, 10241, 14942, 10977, 14366, 11819, 13511, 12839, 11842, 16348, 11335, 15384, 11024, 14224, 10286, 13690, 9818, 13589, 9844, 13209, 9233, 12375, 8953, 11401, 10328, 10628, 13547, 10157, 13584, 9585, 12323, 9058, 12244, 9176, 11673, 8557, 10682, 10866, 10207, 11424, 10046, 9639, 12294, 8263, 12683, 9324, 13722, 10607, 15507, 11314, 16537, 11010, 15268, 10959, 14951, 10827, 15166, 13835, 13491, 18194, 12036, 15471, 11062, 15017, 10491, 13252, 9714, 13266, 8878, 12894, 9254, 12197, 9531, 11443, 14087, 10494, 14834, 10673, 14632, 10861, 14728, 9247, 13849, 9630, 14028, 9294, 13917, 9507, 13292, 9480, 12721, 17774, 11486, 15265, 11169, 15298, 10473, 13391, 9325, 13555, 9839, 12558, 12255, 11312, 16855, 10342, 14033, 9976, 12907, 9129, 11924, 10981, 10167, 14954, 9979], 'WindowCenter': [4360.0, 4304.0, 4331.0, 4286.0, 4316.0, 4272.0, 4303.0, 4271.0, 4291.0, 4290.0, 4280.0, 4300.0, 4269.0, 4289.0, 4259.0, 4279.0, 4249.0, 4293.0, 4283.0, 4263.0, 4281.0, 4271.0, 4303.0, 4283.0, 4291.0, 4262.0, 4306.0, 4249.0, 4282.0, 4313.0, 4296.0, 4345.0, 4287.0, 4300.0, 4263.0, 4296.0, 4264.0, 4297.0, 4275.0, 4305.0, 4302.0, 4295.0, 4304.0, 4285.0, 4306.0, 4264.0, 4307.0, 4294.0, 4273.0, 4301.0, 4281.0, 4301.0, 4268.0, 4288.0, 4258.0, 4293.0, 4313.0, 4282.0, 4300.0, 4272.0, 4279.0, 4236.0, 4269.0, 4289.0, 4271.0, 4292.0, 4287.0, 4334.0, 4317.0, 4305.0, 4261.0, 4281.0, 4263.0, 4285.0, 4254.0, 4286.0, 4274.0, 4274.0, 4302.0, 4283.0, 4304.0, 4263.0, 4295.0, 4264.0, 4294.0, 4313.0, 4296.0, 4304.0, 4273.0, 4293.0, 4261.0, 4302.0, 4283.0, 4307.0, 4316.0, 4293.0, 4313.0, 4292.0, 4315.0, 4295.0, 4305.0, 4250.0, 4303.0, 4271.0, 4302.0, 4292.0, 4313.0, 4291.0, 4301.0, 4266.0, 4291.0, 4289.0, 4277.0, 4287.0, 4258.0, 4277.0, 4244.0, 4253.0, 4286.0, 4246.0, 4276.0, 4245.0, 4277.0, 4249.0, 4280.0, 4247.0, 4281.0, 4292.0, 4282.0, 4313.0, 4281.0, 4302.0, 4282.0, 4313.0, 4282.0, 4313.0, 4274.0, 4317.0, 4282.0, 4294.0, 4312.0, 4291.0, 4311.0, 4280.0, 4302.0, 4269.0, 4290.0, 4279.0, 4281.0, 4299.0, 4289.0, 4300.0, 4257.0, 4279.0, 4246.0, 4278.0, 4301.0, 4267.0, 4289.0, 4268.0, 4276.0, 4247.0, 4280.0, 4258.0, 4281.0, 4300.0, 4290.0, 4311.0, 4281.0, 4312.0, 4280.0, 4301.0, 4260.0, 4291.0, 4282.0, 4278.0, 4281.0, 4292.0, 4283.0, 4314.0, 4272.0, 4303.0, 4313.0, 4280.0, 4300.0, 4256.0, 4286.0, 4277.0, 4278.0, 4298.0, 4265.0, 4285.0, 4253.0, 4261.0, 4230.0, 4236.0, 4216.0, 4207.0, 4248.0, 4254.0, 4296.0, 4275.0, 4276.0, 4288.0, 4274.0, 4261.0, 4273.0, 4250.0, 4260.0, 4250.0, 4272.0, 4249.0, 4259.0, 4226.0, 4247.0, 4203.0, 4214.0, 4242.0, 4205.0, 4236.0, 4207.0, 4239.0, 4209.0, 4243.0, 4233.0, 4234.0, 4264.0, 4236.0, 4268.0, 4237.0, 4261.0, 4288.0, 4259.0, 4281.0, 4250.0, 4281.0, 4280.0, 4271.0, 4300.0, 4283.0, 4292.0, 4249.0, 4293.0, 4290.0, 4272.0, 4313.0, 4281.0, 4304.0, 4272.0, 4296.0, 4312.0, 4282.0, 4314.0, 4272.0, 4293.0, 4302.0, 4293.0, 4312.0, 4272.0, 4303.0, 4271.0, 4303.0, 4270.0, 4294.0, 4312.0, 4282.0, 4313.0, 4270.0, 4301.0, 4260.0, 4292.0, 4290.0, 4280.0, 4301.0, 4269.0, 4298.0, 4269.0, 4301.0, 4258.0, 4299.0, 4267.0, 4280.0, 4300.0, 4270.0, 4299.0, 4258.0, 4301.0, 4248.0, 4281.0, 4277.0, 4269.0, 4299.0, 4266.0, 4290.0, 4247.0, 4278.0, 4298.0, 4268.0, 4298.0, 4259.0, 4291.0, 4259.0, 4291.0, 4260.0, 4293.0, 4278.0, 4282.0, 4311.0, 4291.0, 4311.0, 4293.0, 4313.0, 4271.0, 4303.0, 4280.0, 4292.0, 4311.0, 4279.0, 4302.0, 4256.0, 4289.0, 4298.0, 4268.0, 4286.0, 4257.0, 4289.0, 4244.0, 4279.0, 4267.0, 4268.0, 4299.0, 4267.0, 4301.0, 4268.0, 4314.0, 4247.0, 4290.0, 4259.0, 4292.0, 4300.0, 4280.0, 4300.0, 4269.0, 4304.0, 4262.0, 4280.0, 4298.0, 4277.0, 4310.0, 4269.0, 4301.0, 4270.0, 4290.0, 4284.0, 4302.0, 4282.0, 4312.0, 4272.0, 4301.0, 4261.0, 4292.0, 4311.0, 4279.0, 4299.0, 4268.0, 4288.0, 4246.0, 4277.0, 4276.0, 4268.0, 4298.0, 4268.0, 4287.0, 4268.0, 4288.0, 4268.0, 4301.0, 4270.0, 4301.0, 4259.0, 4290.0, 4260.0, 4292.0, 4259.0, 4289.0, 4278.0, 4280.0, 4301.0, 4272.0, 4299.0, 4269.0, 4289.0, 4259.0, 4292.0, 4278.0, 4270.0, 4299.0, 4269.0, 4288.0, 4254.0, 4279.0, 4256.0, 4279.0, 4268.0, 4268.0, 4310.0, 4280.0, 4300.0, 4266.0, 4299.0, 4258.0, 4292.0, 4260.0, 4269.0, 4299.0, 4281.0, 4312.0, 4282.0, 4303.0, 4273.0, 4302.0, 4272.0, 4282.0, 4312.0, 4293.0, 4300.0, 4269.0, 4290.0, 4259.0, 4303.0, 4271.0, 4305.0, 4253.0, 4304.0, 4260.0, 4281.0, 4251.0, 4314.0, 4281.0, 4306.0, 4274.0, 4294.0, 4282.0, 4294.0, 4271.0, 4314.0, 4304.0, 4291.0, 4302.0, 4278.0, 4289.0, 4257.0, 4279.0, 4255.0, 4268.0, 4288.0, 4269.0, 4289.0, 4258.0, 4278.0, 4237.0, 4269.0, 4269.0, 4258.0, 4289.0, 4259.0, 4291.0, 4249.0, 4270.0, 4301.0, 4260.0, 4291.0, 4260.0, 4292.0, 4260.0, 4271.0, 4302.0, 4272.0, 4303.0, 4261.0, 4304.0, 4282.0, 4273.0, 4313.0, 4272.0, 4302.0, 4259.0, 4281.0, 4311.0, 4271.0, 4291.0, 4259.0, 4270.0, 4300.0, 4259.0, 4291.0, 4259.0, 4283.0, 4261.0, 4272.0, 4303.0, 4274.0, 4305.0, 4273.0, 4307.0, 4315.0, 4285.0, 4316.0, 4273.0, 4305.0, 4313.0, 4283.0, 4313.0, 4283.0, 4304.0, 4261.0, 4293.0, 4302.0, 4272.0, 4312.0, 4282.0, 4303.0, 4250.0, 4292.0, 4260.0, 4281.0, 4301.0, 4283.0, 4302.0, 4271.0, 4292.0, 4261.0, 4294.0, 4261.0, 4283.0, 4311.0, 4281.0, 4302.0, 4259.0, 4280.0, 4269.0, 4258.0, 4298.0, 4269.0, 4300.0, 4259.0, 4281.0, 4247.0, 4280.0, 4287.0, 4258.0, 4300.0, 4259.0, 4289.0, 4249.0, 4280.0, 4248.0, 4270.0, 4300.0, 4269.0, 4290.0, 4259.0, 4279.0, 4248.0, 4281.0, 4299.0, 4271.0, 4301.0, 4260.0, 4290.0, 4248.0, 4282.0, 4281.0, 4259.0, 4300.0, 4270.0, 4289.0, 4259.0, 4292.0, 4259.0, 4293.0, 4300.0, 4282.0, 4311.0, 4281.0, 4302.0, 4259.0, 4280.0, 4300.0, 4259.0, 4290.0, 4257.0, 4290.0, 4258.0, 4270.0, 4299.0, 4260.0, 4290.0, 4258.0, 4293.0, 4271.0, 4282.0, 4302.0, 4271.0, 4304.0, 4261.0, 4293.0, 4312.0, 4283.0, 4303.0, 4270.0, 4291.0, 4270.0, 4281.0, 4311.0, 4282.0, 4302.0, 4271.0, 4302.0, 4261.0, 4301.0, 4261.0, 4294.0, 4293.0, 4282.0, 4313.0, 4283.0, 4304.0, 4272.0, 4304.0, 4271.0, 4305.0, 4274.0, 4317.0, 4255.0, 4317.0, 4284.0, 4293.0, 4272.0, 4315.0, 4303.0, 4313.0, 4282.0, 4303.0, 4270.0, 4302.0, 4268.0, 4279.0, 4288.0, 4268.0, 4287.0, 4257.0, 4288.0, 4257.0, 4276.0, 4247.0, 4279.0, 4246.0, 4279.0, 4247.0, 4271.0, 4289.0, 4271.0, 4300.0, 4271.0, 4302.0, 4271.0, 4302.0, 4262.0, 4293.0, 4270.0, 4282.0, 4312.0, 4281.0, 4301.0, 4259.0, 4290.0, 4247.0, 4280.0, 4298.0, 4268.0, 4298.0, 4269.0, 4300.0, 4258.0, 4279.0, 4258.0, 4271.0, 4290.0, 4283.0, 4301.0, 4260.0, 4293.0, 4250.0, 4271.0, 4300.0, 4270.0, 4301.0, 4271.0, 4290.0, 4249.0, 4282.0, 4259.0, 4281.0, 4301.0, 4280.0, 4301.0, 4272.0, 4292.0, 4260.0, 4296.0, 4326.0, 4283.0, 4312.0, 4272.0, 4292.0, 4261.0, 4292.0, 4270.0, 4283.0, 4302.0, 4283.0, 4282.0, 4283.0, 4325.0, 4283.0, 4313.0, 4270.0, 4302.0, 4258.0, 4293.0, 4281.0, 4270.0, 4299.0, 4268.0, 4288.0, 4258.0, 4290.0, 4258.0, 4279.0, 4300.0, 4256.0, 4274.0, 4272.0, 4289.0, 4257.0, 4277.0, 4247.0, 4278.0, 4237.0, 4280.0, 4259.0, 4293.0, 4273.0, 4283.0, 4312.0, 4269.0, 4289.0, 4269.0, 4290.0, 4260.0, 4290.0, 4249.0, 4289.0, 4257.0, 4279.0, 4288.0, 4279.0, 4299.0, 4268.0, 4289.0, 4257.0, 4279.0, 4259.0, 4280.0, 4268.0, 4280.0, 4278.0, 4279.0, 4290.0, 4268.0, 4301.0, 4269.0, 4290.0, 4260.0, 4291.0, 4251.0, 4293.0, 4260.0, 4291.0, 4280.0, 4291.0, 4293.0, 4283.0, 4270.0, 4290.0, 4296.0, 4294.0, 4324.0, 4270.0, 4289.0, 4257.0, 4278.0, 4289.0, 4269.0, 4299.0, 4267.0, 4288.0, 4256.0, 4275.0, 4232.0, 4262.0, 4230.0, 4262.0, 4228.0, 4265.0, 4239.0, 4250.0, 4237.0, 4225.0, 4256.0, 4225.0, 4245.0, 4224.0, 4245.0, 4214.0, 4234.0, 4215.0, 4247.0, 4217.0, 4248.0, 4218.0, 4248.0, 4218.0, 4240.0, 4230.0, 4241.0, 4263.0, 4242.0, 4263.0, 4233.0, 4263.0, 4236.0, 4266.0, 4244.0, 4267.0, 4237.0, 4258.0, 4256.0, 4257.0, 4280.0, 4287.0, 4264.0, 4294.0, 4253.0, 4294.0, 4277.0, 4317.0, 4287.0, 4316.0, 4285.0, 4316.0, 4286.0, 4316.0, 4273.0, 4301.0, 4270.0, 4317.0, 4293.0, 4292.0, 4312.0, 4281.0, 4288.0, 4268.0, 4289.0, 4257.0, 4290.0, 4260.0, 4305.0, 4262.0, 4292.0, 4260.0, 4282.0, 4261.0, 4283.0, 4305.0, 4272.0, 4290.0, 4259.0, 4289.0, 4284.0, 4300.0, 4249.0, 4303.0, 4262.0, 4303.0, 4260.0, 4303.0, 4262.0, 4294.0, 4262.0, 4295.0, 4313.0, 4272.0, 4290.0, 4269.0, 4301.0, 4259.0, 4279.0, 4248.0, 4292.0, 4259.0, 4280.0, 4269.0, 4269.0, 4299.0, 4258.0, 4288.0, 4248.0, 4279.0, 4247.0, 4271.0, 4257.0, 4259.0, 4289.0, 4257.0], 'WindowWidth': [9610.0, 9518.0, 9552.0, 9476.0, 9522.0, 9452.0, 9496.0, 9447.0, 9476.0, 9472.0, 9456.0, 9489.0, 9439.0, 9471.0, 9428.0, 9455.0, 9411.0, 9483.0, 9467.0, 9436.0, 9457.0, 9445.0, 9491.0, 9463.0, 9472.0, 9439.0, 9501.0, 9415.0, 9461.0, 9506.0, 9485.0, 9575.0, 9474.0, 9498.0, 9434.0, 9485.0, 9438.0, 9491.0, 9456.0, 9497.0, 9493.0, 9485.0, 9498.0, 9471.0, 9501.0, 9438.0, 9502.0, 9479.0, 9446.0, 9488.0, 9457.0, 9488.0, 9434.0, 9464.0, 9420.0, 9477.0, 9508.0, 9459.0, 9486.0, 9447.0, 9454.0, 9391.0, 9437.0, 9466.0, 9441.0, 9472.0, 9476.0, 9569.0, 9521.0, 9499.0, 9429.0, 9456.0, 9439.0, 9472.0, 9431.0, 9476.0, 9457.0, 9457.0, 9491.0, 9465.0, 9496.0, 9439.0, 9485.0, 9439.0, 9482.0, 9508.0, 9485.0, 9495.0, 9450.0, 9479.0, 9431.0, 9491.0, 9465.0, 9502.0, 9516.0, 9479.0, 9509.0, 9478.0, 9517.0, 9485.0, 9502.0, 9415.0, 9492.0, 9445.0, 9490.0, 9474.0, 9511.0, 9473.0, 9489.0, 9432.0, 9471.0, 9469.0, 9444.0, 9464.0, 9422.0, 9449.0, 9400.0, 9410.0, 9463.0, 9404.0, 9446.0, 9404.0, 9448.0, 9414.0, 9458.0, 9409.0, 9460.0, 9480.0, 9463.0, 9509.0, 9464.0, 9491.0, 9465.0, 9509.0, 9466.0, 9509.0, 9458.0, 9518.0, 9466.0, 9481.0, 9507.0, 9474.0, 9505.0, 9457.0, 9492.0, 9441.0, 9473.0, 9453.0, 9458.0, 9488.0, 9470.0, 9487.0, 9423.0, 9456.0, 9405.0, 9453.0, 9490.0, 9436.0, 9468.0, 9437.0, 9450.0, 9412.0, 9458.0, 9426.0, 9460.0, 9487.0, 9472.0, 9505.0, 9464.0, 9508.0, 9462.0, 9490.0, 9432.0, 9477.0, 9465.0, 9453.0, 9460.0, 9479.0, 9466.0, 9513.0, 9450.0, 9496.0, 9518.0, 9458.0, 9488.0, 9417.0, 9462.0, 9448.0, 9451.0, 9484.0, 9428.0, 9459.0, 9408.0, 9420.0, 9373.0, 9379.0, 9349.0, 9339.0, 9398.0, 9414.0, 9481.0, 9444.0, 9445.0, 9464.0, 9439.0, 9417.0, 9437.0, 9397.0, 9410.0, 9397.0, 9434.0, 9394.0, 9412.0, 9356.0, 9386.0, 9322.0, 9336.0, 9379.0, 9327.0, 9372.0, 9334.0, 9381.0, 9341.0, 9392.0, 9380.0, 9382.0, 9424.0, 9390.0, 9435.0, 9394.0, 9432.0, 9467.0, 9429.0, 9458.0, 9415.0, 9460.0, 9459.0, 9447.0, 9486.0, 9466.0, 9477.0, 9416.0, 9479.0, 9474.0, 9449.0, 9508.0, 9460.0, 9498.0, 9450.0, 9486.0, 9508.0, 9464.0, 9513.0, 9450.0, 9481.0, 9491.0, 9480.0, 9507.0, 9452.0, 9495.0, 9450.0, 9494.0, 9445.0, 9484.0, 9506.0, 9462.0, 9508.0, 9445.0, 9491.0, 9431.0, 9477.0, 9471.0, 9456.0, 9488.0, 9439.0, 9482.0, 9442.0, 9488.0, 9424.0, 9485.0, 9434.0, 9455.0, 9486.0, 9441.0, 9483.0, 9425.0, 9488.0, 9411.0, 9459.0, 9451.0, 9441.0, 9485.0, 9436.0, 9472.0, 9410.0, 9454.0, 9482.0, 9438.0, 9480.0, 9427.0, 9473.0, 9429.0, 9474.0, 9431.0, 9479.0, 9454.0, 9464.0, 9505.0, 9477.0, 9504.0, 9481.0, 9508.0, 9449.0, 9496.0, 9458.0, 9477.0, 9503.0, 9455.0, 9493.0, 9420.0, 9470.0, 9483.0, 9436.0, 9463.0, 9419.0, 9469.0, 9401.0, 9454.0, 9435.0, 9436.0, 9483.0, 9437.0, 9490.0, 9439.0, 9514.0, 9410.0, 9473.0, 9430.0, 9480.0, 9488.0, 9456.0, 9487.0, 9443.0, 9496.0, 9438.0, 9458.0, 9483.0, 9450.0, 9502.0, 9442.0, 9491.0, 9446.0, 9475.0, 9474.0, 9492.0, 9467.0, 9507.0, 9451.0, 9492.0, 9434.0, 9479.0, 9507.0, 9455.0, 9486.0, 9437.0, 9467.0, 9405.0, 9450.0, 9445.0, 9437.0, 9483.0, 9436.0, 9463.0, 9437.0, 9466.0, 9438.0, 9487.0, 9445.0, 9490.0, 9430.0, 9471.0, 9431.0, 9479.0, 9428.0, 9472.0, 9455.0, 9458.0, 9492.0, 9449.0, 9486.0, 9439.0, 9470.0, 9427.0, 9478.0, 9453.0, 9441.0, 9486.0, 9441.0, 9468.0, 9415.0, 9455.0, 9419.0, 9454.0, 9438.0, 9440.0, 9502.0, 9457.0, 9487.0, 9434.0, 9485.0, 9423.0, 9476.0, 9432.0, 9442.0, 9484.0, 9461.0, 9505.0, 9465.0, 9494.0, 9454.0, 9494.0, 9450.0, 9464.0, 9507.0, 9479.0, 9485.0, 9441.0, 9471.0, 9427.0, 9493.0, 9447.0, 9501.0, 9427.0, 9497.0, 9432.0, 9462.0, 9420.0, 9512.0, 9459.0, 9503.0, 9456.0, 9480.0, 9461.0, 9480.0, 9444.0, 9511.0, 9496.0, 9473.0, 9492.0, 9450.0, 9468.0, 9420.0, 9451.0, 9415.0, 9436.0, 9466.0, 9440.0, 9467.0, 9422.0, 9452.0, 9393.0, 9439.0, 9440.0, 9424.0, 9469.0, 9426.0, 9473.0, 9414.0, 9444.0, 9487.0, 9429.0, 9473.0, 9429.0, 9476.0, 9432.0, 9448.0, 9491.0, 9451.0, 9493.0, 9431.0, 9496.0, 9462.0, 9451.0, 9507.0, 9448.0, 9492.0, 9426.0, 9461.0, 9504.0, 9445.0, 9475.0, 9425.0, 9445.0, 9486.0, 9428.0, 9474.0, 9427.0, 9465.0, 9433.0, 9450.0, 9495.0, 9456.0, 9500.0, 9455.0, 9507.0, 9517.0, 9473.0, 9517.0, 9453.0, 9499.0, 9510.0, 9467.0, 9512.0, 9466.0, 9498.0, 9435.0, 9481.0, 9493.0, 9449.0, 9506.0, 9462.0, 9495.0, 9418.0, 9479.0, 9431.0, 9462.0, 9491.0, 9465.0, 9493.0, 9448.0, 9477.0, 9434.0, 9481.0, 9434.0, 9466.0, 9504.0, 9460.0, 9492.0, 9427.0, 9460.0, 9441.0, 9425.0, 9482.0, 9440.0, 9488.0, 9428.0, 9460.0, 9408.0, 9458.0, 9465.0, 9423.0, 9485.0, 9427.0, 9469.0, 9415.0, 9457.0, 9412.0, 9444.0, 9485.0, 9441.0, 9473.0, 9428.0, 9457.0, 9413.0, 9461.0, 9486.0, 9445.0, 9489.0, 9430.0, 9471.0, 9411.0, 9462.0, 9461.0, 9429.0, 9486.0, 9445.0, 9471.0, 9429.0, 9478.0, 9431.0, 9481.0, 9488.0, 9463.0, 9506.0, 9462.0, 9493.0, 9427.0, 9460.0, 9489.0, 9427.0, 9472.0, 9422.0, 9472.0, 9427.0, 9444.0, 9485.0, 9431.0, 9474.0, 9426.0, 9482.0, 9450.0, 9465.0, 9494.0, 9449.0, 9497.0, 9435.0, 9481.0, 9509.0, 9466.0, 9494.0, 9447.0, 9477.0, 9445.0, 9461.0, 9505.0, 9464.0, 9494.0, 9449.0, 9492.0, 9437.0, 9492.0, 9434.0, 9484.0, 9481.0, 9466.0, 9511.0, 9467.0, 9499.0, 9452.0, 9498.0, 9449.0, 9501.0, 9457.0, 9522.0, 9433.0, 9523.0, 9469.0, 9481.0, 9451.0, 9516.0, 9494.0, 9513.0, 9461.0, 9495.0, 9443.0, 9491.0, 9440.0, 9454.0, 9466.0, 9436.0, 9467.0, 9422.0, 9468.0, 9422.0, 9449.0, 9410.0, 9453.0, 9406.0, 9455.0, 9409.0, 9445.0, 9471.0, 9447.0, 9485.0, 9447.0, 9492.0, 9448.0, 9490.0, 9436.0, 9480.0, 9446.0, 9462.0, 9504.0, 9460.0, 9488.0, 9426.0, 9473.0, 9408.0, 9456.0, 9482.0, 9437.0, 9484.0, 9439.0, 9488.0, 9424.0, 9456.0, 9426.0, 9446.0, 9473.0, 9465.0, 9490.0, 9433.0, 9478.0, 9417.0, 9446.0, 9486.0, 9444.0, 9490.0, 9445.0, 9474.0, 9415.0, 9463.0, 9430.0, 9461.0, 9489.0, 9459.0, 9490.0, 9450.0, 9478.0, 9433.0, 9490.0, 9534.0, 9468.0, 9509.0, 9451.0, 9480.0, 9436.0, 9479.0, 9446.0, 9465.0, 9492.0, 9466.0, 9465.0, 9466.0, 9532.0, 9468.0, 9509.0, 9444.0, 9495.0, 9424.0, 9479.0, 9460.0, 9443.0, 9484.0, 9437.0, 9466.0, 9422.0, 9472.0, 9423.0, 9454.0, 9487.0, 9419.0, 9443.0, 9451.0, 9469.0, 9421.0, 9448.0, 9409.0, 9453.0, 9397.0, 9459.0, 9428.0, 9481.0, 9454.0, 9467.0, 9506.0, 9443.0, 9470.0, 9440.0, 9472.0, 9428.0, 9472.0, 9415.0, 9468.0, 9421.0, 9454.0, 9469.0, 9455.0, 9488.0, 9438.0, 9469.0, 9422.0, 9455.0, 9428.0, 9458.0, 9438.0, 9458.0, 9453.0, 9454.0, 9474.0, 9439.0, 9492.0, 9442.0, 9472.0, 9431.0, 9476.0, 9424.0, 9481.0, 9433.0, 9477.0, 9459.0, 9479.0, 9482.0, 9466.0, 9443.0, 9470.0, 9493.0, 9483.0, 9528.0, 9442.0, 9469.0, 9419.0, 9451.0, 9466.0, 9438.0, 9483.0, 9435.0, 9465.0, 9418.0, 9440.0, 9378.0, 9419.0, 9369.0, 9418.0, 9363.0, 9428.0, 9381.0, 9396.0, 9373.0, 9355.0, 9402.0, 9353.0, 9385.0, 9354.0, 9384.0, 9339.0, 9367.0, 9342.0, 9389.0, 9349.0, 9392.0, 9351.0, 9393.0, 9353.0, 9385.0, 9371.0, 9389.0, 9425.0, 9393.0, 9424.0, 9381.0, 9422.0, 9391.0, 9431.0, 9399.0, 9433.0, 9395.0, 9422.0, 9419.0, 9421.0, 9459.0, 9480.0, 9442.0, 9483.0, 9427.0, 9484.0, 9468.0, 9519.0, 9479.0, 9517.0, 9473.0, 9517.0, 9474.0, 9518.0, 9452.0, 9491.0, 9444.0, 9519.0, 9479.0, 9477.0, 9509.0, 9458.0, 9465.0, 9436.0, 9468.0, 9419.0, 9471.0, 9431.0, 9502.0, 9436.0, 9478.0, 9429.0, 9463.0, 9432.0, 9467.0, 9502.0, 9451.0, 9471.0, 9424.0, 9467.0, 9469.0, 9484.0, 9414.0, 9495.0, 9436.0, 9493.0, 9431.0, 9495.0, 9435.0, 9484.0, 9438.0, 9487.0, 9511.0, 9447.0, 9473.0, 9441.0, 9487.0, 9427.0, 9456.0, 9410.0, 9476.0, 9426.0, 9457.0, 9439.0, 9439.0, 9485.0, 9423.0, 9465.0, 9408.0, 9453.0, 9405.0, 9444.0, 9421.0, 9424.0, 9468.0, 9422.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.0034649081081081085</td></tr>
<tr><td colspan=3>aqi</td><td>0.03302266832432432</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.72412561452375</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.274831798528139</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0419562277489185</td></tr>
<tr><td colspan=3>efc</td><td>0.4998</td></tr>
<tr><td colspan=3>fber</td><td>5075.4673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12142652346634833</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.243243243243244</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7300408929643605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.663296572865698</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0071039283050554</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5197221777223273</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117536</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006610596552491188</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03593219816684723</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>925</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9478282057609673</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.4813</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.4912</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.4795</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.7213</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6806</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.8923</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.8115</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.4082</td></tr>
<tr><td colspan=3>tsnr</td><td>33.041655043372884</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>