<?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-0116_ses-02_task-alignvideo_acq-mb8_run-04_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-0116_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_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-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-02_subject-0116_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_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-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_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-0116/ses-02/func/sub-0116_ses-02_task-alignvideo_acq-mb8_run-04_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>96d90dcf38fc8f037e3a85c5571dd735</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>10:15:49.795000</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.999168, -0.0406831, 0.0029094, 0.0390828, 0.975383, 0.217026]</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-04_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.0976415</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7900, -7245, 463, -101, -401, 243, 171]</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>246.769</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>06b8272b-aac7-493b-94ca-0487b8a2e9ae||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.680694341659546, 0.10485620051622391, 0.03150107339024544, 107.20270538330078], [0.10914991050958633, 2.616881847381592, 0.5851747989654541, -115.46586608886719], [0.007805697154253721, -0.5822641253471375, 2.6356360912323, -46.68244552612305], [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, 914]</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], 'AcquisitionTime': ['101549.795000', '101550.255000', '101550.715000', '101551.175000', '101551.635000', '101552.095000', '101552.555000', '101553.015000', '101553.475000', '101553.935000', '101554.395000', '101554.855000', '101555.315000', '101555.775000', '101556.235000', '101556.695000', '101557.155000', '101557.615000', '101558.075000', '101558.535000', '101558.995000', '101559.455000', '101559.915000', '101600.375000', '101600.835000', '101601.295000', '101601.755000', '101602.215000', '101602.675000', '101603.135000', '101603.595000', '101604.055000', '101604.515000', '101604.975000', '101605.435000', '101605.895000', '101606.355000', '101606.815000', '101607.275000', '101607.735000', '101608.195000', '101608.655000', '101609.115000', '101609.575000', '101610.035000', '101610.495000', '101610.955000', '101611.415000', '101611.875000', '101612.335000', '101612.795000', '101613.255000', '101613.715000', '101614.175000', '101614.635000', '101615.095000', '101615.555000', '101616.015000', '101616.475000', '101616.935000', '101617.395000', '101617.855000', '101618.315000', '101618.775000', '101619.235000', '101619.695000', '101620.155000', '101620.615000', '101621.075000', '101621.535000', '101621.995000', '101622.455000', '101622.915000', '101623.375000', '101623.835000', '101624.295000', '101624.755000', '101625.215000', '101625.675000', '101626.135000', '101626.595000', '101627.055000', '101627.515000', '101627.975000', '101628.435000', '101628.895000', '101629.355000', '101629.815000', '101630.275000', '101630.735000', '101631.195000', '101631.655000', '101632.115000', '101632.575000', '101633.035000', '101633.495000', '101633.955000', '101634.415000', '101634.875000', '101635.335000', '101635.795000', '101636.255000', '101636.715000', '101637.175000', '101637.635000', '101638.095000', '101638.555000', '101639.015000', '101639.475000', '101639.935000', '101640.395000', '101640.855000', '101641.315000', '101641.775000', '101642.235000', '101642.695000', '101643.155000', '101643.615000', '101644.075000', '101644.535000', '101644.995000', '101645.455000', '101645.915000', '101646.375000', '101646.835000', '101647.295000', '101647.755000', '101648.215000', '101648.675000', '101649.135000', '101649.595000', '101650.055000', '101650.515000', '101650.975000', '101651.435000', '101651.895000', '101652.355000', '101652.815000', '101653.275000', '101653.735000', '101654.195000', '101654.655000', '101655.115000', '101655.575000', '101656.035000', '101656.495000', '101656.955000', '101657.415000', '101657.875000', '101658.335000', '101658.795000', '101659.255000', '101659.715000', '101700.175000', '101700.635000', '101701.095000', '101701.555000', '101702.015000', '101702.475000', '101702.935000', '101703.395000', '101703.855000', '101704.315000', '101704.775000', '101705.235000', '101705.695000', '101706.155000', '101706.615000', '101707.075000', '101707.535000', '101707.995000', '101708.455000', '101708.915000', '101709.375000', '101709.835000', '101710.295000', '101710.755000', '101711.215000', '101711.675000', '101712.135000', '101712.595000', '101713.055000', '101713.515000', '101713.975000', '101714.435000', '101714.895000', '101715.355000', '101715.815000', '101716.275000', '101716.735000', '101717.195000', '101717.655000', '101718.115000', '101718.575000', '101719.035000', '101719.495000', '101719.955000', '101720.415000', '101720.875000', '101721.335000', '101721.795000', '101722.255000', '101722.715000', '101723.175000', '101723.635000', '101724.095000', '101724.555000', '101725.015000', '101725.475000', '101725.935000', '101726.395000', '101726.855000', '101727.315000', '101727.775000', '101728.235000', '101728.695000', '101729.155000', '101729.615000', '101730.075000', '101730.535000', '101730.995000', '101731.455000', '101731.915000', '101732.375000', '101732.835000', '101733.295000', '101733.755000', '101734.215000', '101734.675000', '101735.135000', '101735.595000', '101736.055000', '101736.515000', '101736.975000', '101737.435000', '101737.895000', '101738.355000', '101738.815000', '101739.275000', '101739.735000', '101740.195000', '101740.655000', '101741.115000', '101741.575000', '101742.035000', '101742.495000', '101742.955000', '101743.415000', '101743.875000', '101744.335000', '101744.795000', '101745.255000', '101745.715000', '101746.175000', '101746.635000', '101747.095000', '101747.555000', '101748.015000', '101748.475000', '101748.935000', '101749.395000', '101749.855000', '101750.315000', '101750.775000', '101751.235000', '101751.695000', '101752.155000', '101752.615000', '101753.075000', '101753.535000', '101753.995000', '101754.455000', '101754.915000', '101755.375000', '101755.835000', '101756.295000', '101756.755000', '101757.215000', '101757.675000', '101758.135000', '101758.595000', '101759.055000', '101759.515000', '101759.975000', '101800.435000', '101800.895000', '101801.355000', '101801.815000', '101802.275000', '101802.735000', '101803.195000', '101803.655000', '101804.115000', '101804.575000', '101805.035000', '101805.495000', '101805.955000', '101806.415000', '101806.875000', '101807.335000', '101807.795000', '101808.255000', '101808.715000', '101809.175000', '101809.635000', '101810.095000', '101810.555000', '101811.015000', '101811.475000', '101811.935000', '101812.395000', '101812.855000', '101813.315000', '101813.775000', '101814.235000', '101814.695000', '101815.155000', '101815.615000', '101816.075000', '101816.535000', '101816.995000', '101817.455000', '101817.915000', '101818.375000', '101818.835000', '101819.295000', '101819.755000', '101820.215000', '101820.675000', '101821.135000', '101821.595000', '101822.055000', '101822.515000', '101822.975000', '101823.435000', '101823.895000', '101824.355000', '101824.815000', '101825.275000', '101825.735000', '101826.195000', '101826.655000', '101827.115000', '101827.575000', '101828.035000', '101828.495000', '101828.955000', '101829.415000', '101829.875000', '101830.335000', '101830.795000', '101831.255000', '101831.715000', '101832.175000', '101832.635000', '101833.095000', '101833.555000', '101834.015000', '101834.475000', '101834.935000', '101835.395000', '101835.855000', '101836.315000', '101836.775000', '101837.235000', '101837.695000', '101838.155000', '101838.615000', '101839.075000', '101839.535000', '101839.995000', '101840.455000', '101840.915000', '101841.375000', '101841.835000', '101842.295000', '101842.755000', '101843.215000', '101843.675000', '101844.135000', '101844.595000', '101845.055000', '101845.515000', '101845.975000', '101846.435000', '101846.895000', '101847.355000', '101847.815000', '101848.275000', '101848.735000', '101849.195000', '101849.655000', '101850.115000', '101850.575000', '101851.035000', '101851.495000', '101851.955000', '101852.415000', '101852.875000', '101853.335000', '101853.795000', '101854.255000', '101854.715000', '101855.175000', '101855.635000', '101856.095000', '101856.555000', '101857.015000', '101857.475000', '101857.935000', '101858.395000', '101858.855000', '101859.315000', '101859.775000', '101900.235000', '101900.695000', '101901.155000', '101901.615000', '101902.075000', '101902.535000', '101902.995000', '101903.455000', '101903.915000', '101904.375000', '101904.835000', '101905.295000', '101905.755000', '101906.215000', '101906.675000', '101907.135000', '101907.595000', '101908.055000', '101908.515000', '101908.975000', '101909.435000', '101909.895000', '101910.355000', '101910.815000', '101911.275000', '101911.735000', '101912.195000', '101912.655000', '101913.115000', '101913.575000', '101914.035000', '101914.495000', '101914.955000', '101915.415000', '101915.875000', '101916.335000', '101916.795000', '101917.255000', '101917.715000', '101918.175000', '101918.635000', '101919.095000', '101919.555000', '101920.015000', '101920.475000', '101920.935000', '101921.395000', '101921.855000', '101922.315000', '101922.775000', '101923.235000', '101923.695000', '101924.155000', '101924.615000', '101925.075000', '101925.535000', '101925.995000', '101926.455000', '101926.915000', '101927.375000', '101927.835000', '101928.295000', '101928.755000', '101929.215000', '101929.675000', '101930.135000', '101930.595000', '101931.055000', '101931.515000', '101931.975000', '101932.435000', '101932.895000', '101933.355000', '101933.815000', '101934.275000', '101934.735000', '101935.195000', '101935.655000', '101936.115000', '101936.575000', '101937.035000', '101937.495000', '101937.955000', '101938.415000', '101938.875000', '101939.335000', '101939.795000', '101940.255000', '101940.715000', '101941.175000', '101941.635000', '101942.095000', '101942.555000', '101943.015000', '101943.475000', '101943.935000', '101944.395000', '101944.855000', '101945.315000', '101945.775000', '101946.235000', '101946.695000', '101947.155000', '101947.615000', '101948.075000', '101948.535000', '101948.995000', '101949.455000', '101949.915000', '101950.375000', '101950.835000', '101951.295000', '101951.755000', '101952.215000', '101952.675000', '101953.135000', '101953.595000', '101954.055000', '101954.515000', '101954.975000', '101955.435000', '101955.895000', '101956.355000', '101956.815000', '101957.275000', '101957.735000', '101958.195000', '101958.655000', '101959.115000', '101959.575000', '102000.035000', '102000.495000', '102000.955000', '102001.415000', '102001.875000', '102002.335000', '102002.795000', '102003.255000', '102003.715000', '102004.175000', '102004.635000', '102005.095000', '102005.555000', '102006.015000', '102006.475000', '102006.935000', '102007.395000', '102007.855000', '102008.315000', '102008.775000', '102009.235000', '102009.695000', '102010.155000', '102010.615000', '102011.075000', '102011.535000', '102011.995000', '102012.455000', '102012.915000', '102013.375000', '102013.835000', '102014.295000', '102014.755000', '102015.215000', '102015.675000', '102016.135000', '102016.595000', '102017.055000', '102017.515000', '102017.975000', '102018.435000', '102018.895000', '102019.355000', '102019.815000', '102020.275000', '102020.735000', '102021.195000', '102021.655000', '102022.115000', '102022.575000', '102023.035000', '102023.495000', '102023.955000', '102024.415000', '102024.875000', '102025.335000', '102025.795000', '102026.255000', '102026.715000', '102027.175000', '102027.635000', '102028.095000', '102028.555000', '102029.015000', '102029.475000', '102029.935000', '102030.395000', '102030.855000', '102031.315000', '102031.775000', '102032.235000', '102032.695000', '102033.155000', '102033.615000', '102034.075000', '102034.535000', '102034.995000', '102035.455000', '102035.915000', '102036.375000', '102036.835000', '102037.295000', '102037.755000', '102038.215000', '102038.675000', '102039.135000', '102039.595000', '102040.055000', '102040.515000', '102040.975000', '102041.435000', '102041.895000', '102042.355000', '102042.815000', '102043.275000', '102043.735000', '102044.195000', '102044.655000', '102045.115000', '102045.575000', '102046.035000', '102046.495000', '102046.955000', '102047.415000', '102047.875000', '102048.335000', '102048.795000', '102049.255000', '102049.715000', '102050.175000', '102050.635000', '102051.095000', '102051.555000', '102052.015000', '102052.475000', '102052.935000', '102053.395000', '102053.855000', '102054.315000', '102054.775000', '102055.235000', '102055.695000', '102056.155000', '102056.615000', '102057.075000', '102057.535000', '102057.995000', '102058.455000', '102058.915000', '102059.375000', '102059.835000', '102100.295000', '102100.755000', '102101.215000', '102101.675000', '102102.135000', '102102.595000', '102103.055000', '102103.515000', '102103.975000', '102104.435000', '102104.895000', '102105.355000', '102105.815000', '102106.275000', '102106.735000', '102107.195000', '102107.655000', '102108.115000', '102108.575000', '102109.035000', '102109.495000', '102109.955000', '102110.415000', '102110.875000', '102111.335000', '102111.795000', '102112.255000', '102112.715000', '102113.175000', '102113.635000', '102114.095000', '102114.555000', '102115.015000', '102115.475000', '102115.935000', '102116.395000', '102116.855000', '102117.315000', '102117.775000', '102118.235000', '102118.695000', '102119.155000', '102119.615000', '102120.075000', '102120.535000', '102120.995000', '102121.455000', '102121.915000', '102122.375000', '102122.835000', '102123.295000', '102123.755000', '102124.215000', '102124.675000', '102125.135000', '102125.595000', '102126.055000', '102126.515000', '102126.975000', '102127.435000', '102127.895000', '102128.355000', '102128.815000', '102129.275000', '102129.735000', '102130.195000', '102130.655000', '102131.115000', '102131.575000', '102132.035000', '102132.495000', '102132.955000', '102133.415000', '102133.875000', '102134.335000', '102134.795000', '102135.255000', '102135.715000', '102136.175000', '102136.635000', '102137.095000', '102137.555000', '102138.015000', '102138.475000', '102138.935000', '102139.395000', '102139.855000', '102140.315000', '102140.775000', '102141.235000', '102141.695000', '102142.155000', '102142.615000', '102143.075000', '102143.535000', '102143.995000', '102144.455000', '102144.915000', '102145.375000', '102145.835000', '102146.295000', '102146.755000', '102147.215000', '102147.675000', '102148.135000', '102148.595000', '102149.055000', '102149.515000', '102149.975000', '102150.435000', '102150.895000', '102151.355000', '102151.815000', '102152.275000', '102152.735000', '102153.195000', '102153.655000', '102154.115000', '102154.575000', '102155.035000', '102155.495000', '102155.955000', '102156.415000', '102156.875000', '102157.335000', '102157.795000', '102158.255000', '102158.715000', '102159.175000', '102159.635000', '102200.095000', '102200.555000', '102201.015000', '102201.475000', '102201.935000', '102202.395000', '102202.855000', '102203.315000', '102203.775000', '102204.235000', '102204.695000', '102205.155000', '102205.615000', '102206.075000', '102206.535000', '102206.995000', '102207.455000', '102207.915000', '102208.375000', '102208.835000', '102209.295000', '102209.755000', '102210.215000', '102210.675000', '102211.135000', '102211.595000', '102212.055000', '102212.515000', '102212.975000', '102213.435000', '102213.895000', '102214.355000', '102214.815000', '102215.275000', '102215.735000', '102216.195000', '102216.655000', '102217.115000', '102217.575000', '102218.035000', '102218.495000', '102218.955000', '102219.415000', '102219.875000', '102220.335000', '102220.795000', '102221.255000', '102221.715000', '102222.175000', '102222.635000', '102223.095000', '102223.555000', '102224.015000', '102224.475000', '102224.935000', '102225.395000', '102225.855000', '102226.315000', '102226.775000', '102227.235000', '102227.695000', '102228.155000', '102228.615000', '102229.075000', '102229.535000', '102229.995000', '102230.455000', '102230.915000', '102231.375000', '102231.835000', '102232.295000', '102232.755000', '102233.215000', '102233.675000', '102234.135000', '102234.595000', '102235.055000', '102235.515000', '102235.975000', '102236.435000', '102236.895000', '102237.355000', '102237.815000', '102238.275000', '102238.735000', '102239.195000', '102239.655000', '102240.115000', '102240.575000', '102241.035000', '102241.495000', '102241.955000', '102242.415000', '102242.875000', '102243.335000', '102243.795000', '102244.255000', '102244.715000', '102245.175000', '102245.635000', '102246.095000', '102246.555000', '102247.015000', '102247.475000', '102247.935000', '102248.395000', '102248.855000', '102249.315000', '102249.775000'], 'ContentTime': ['101606.473000', '101606.476000', '101606.479000', '101606.481000', '101606.484000', '101606.496000', '101606.498000', '101606.501000', '101606.504000', '101606.506000', '101606.509000', '101606.511000', '101606.514000', '101606.516000', '101606.519000', '101606.521000', '101606.524000', '101606.526000', '101606.529000', '101606.532000', '101606.534000', '101606.537000', '101606.539000', '101606.542000', '101606.544000', '101606.549000', '101606.552000', '101606.554000', '101606.557000', '101606.559000', '101606.562000', '101606.565000', '101606.567000', '101606.570000', '101626.430000', '101626.432000', '101626.435000', '101626.437000', '101626.440000', '101626.443000', '101626.445000', '101626.448000', '101626.450000', '101626.453000', '101626.455000', '101626.458000', '101626.460000', '101626.463000', '101626.466000', '101626.468000', '101626.471000', '101626.473000', '101626.476000', '101626.479000', '101626.489000', '101626.492000', '101626.494000', '101626.497000', '101626.499000', '101626.502000', '101626.504000', '101626.507000', '101626.509000', '101626.512000', '101626.515000', '101626.518000', '101626.522000', '101626.524000', '101626.527000', '101626.530000', '101626.532000', '101626.535000', '101626.537000', '101626.540000', '101626.542000', '101626.545000', '101626.548000', '101646.430000', '101646.432000', '101646.435000', '101646.437000', '101646.440000', '101646.443000', '101646.445000', '101646.448000', '101646.450000', '101646.453000', '101646.456000', '101646.458000', '101646.461000', '101646.463000', '101646.466000', '101646.468000', '101646.471000', '101646.474000', '101646.476000', '101646.479000', '101646.481000', '101646.501000', '101646.504000', '101646.506000', '101646.509000', '101646.512000', '101646.514000', '101646.517000', '101646.519000', '101646.522000', '101646.524000', '101646.527000', '101646.529000', '101646.532000', '101646.538000', '101646.541000', '101646.544000', '101646.546000', '101646.549000', '101646.551000', '101646.554000', '101646.556000', '101646.559000', '101646.561000', '101706.429000', '101706.432000', '101706.435000', '101706.437000', '101706.440000', '101706.443000', '101706.445000', '101706.448000', '101706.450000', '101706.453000', '101706.455000', '101706.458000', '101706.461000', '101706.463000', '101706.466000', '101706.468000', '101706.472000', '101706.475000', '101706.477000', '101706.480000', '101706.482000', '101706.485000', '101706.488000', '101706.490000', '101706.493000', '101706.495000', '101706.498000', '101706.500000', '101706.503000', '101706.506000', '101706.508000', '101706.511000', '101706.513000', '101706.516000', '101706.518000', '101706.521000', '101706.524000', '101706.526000', '101706.529000', '101706.531000', '101706.534000', '101706.537000', '101706.539000', '101726.429000', '101726.431000', '101726.434000', '101726.437000', '101726.439000', '101726.442000', '101726.444000', '101726.447000', '101726.450000', '101726.452000', '101726.455000', '101726.457000', '101726.460000', '101726.463000', '101726.465000', '101726.468000', '101726.470000', '101726.473000', '101726.475000', '101726.478000', '101726.481000', '101726.483000', '101726.486000', '101726.488000', '101726.491000', '101726.494000', '101726.496000', '101726.499000', '101726.502000', '101726.504000', '101726.507000', '101726.509000', '101726.512000', '101726.515000', '101726.517000', '101726.520000', '101726.522000', '101726.525000', '101726.527000', '101726.530000', '101726.532000', '101726.535000', '101726.538000', '101726.540000', '101746.430000', '101746.432000', '101746.435000', '101746.438000', '101746.440000', '101746.443000', '101746.446000', '101746.448000', '101746.451000', '101746.453000', '101746.456000', '101746.458000', '101746.461000', '101746.464000', '101746.466000', '101746.469000', '101746.471000', '101746.474000', '101746.477000', '101746.479000', '101746.482000', '101746.484000', '101746.487000', '101746.490000', '101746.492000', '101746.495000', '101746.498000', '101746.500000', '101746.503000', '101746.505000', '101746.508000', '101746.511000', '101746.513000', '101746.516000', '101746.518000', '101746.521000', '101746.524000', '101746.526000', '101746.529000', '101746.531000', '101746.534000', '101746.536000', '101746.539000', '101806.429000', '101806.432000', '101806.435000', '101806.437000', '101806.440000', '101806.443000', '101806.445000', '101806.448000', '101806.450000', '101806.453000', '101806.455000', '101806.458000', '101806.461000', '101806.463000', '101806.466000', '101806.468000', '101806.471000', '101806.474000', '101806.476000', '101806.479000', '101806.481000', '101806.484000', '101806.487000', '101806.489000', '101806.492000', '101806.494000', '101806.497000', '101806.500000', '101806.502000', '101806.505000', '101806.508000', '101806.510000', '101806.513000', '101806.515000', '101806.518000', '101806.521000', '101806.523000', '101806.526000', '101806.528000', '101806.531000', '101806.533000', '101806.536000', '101806.539000', '101806.541000', '101826.429000', '101826.432000', '101826.435000', '101826.438000', '101826.440000', '101826.443000', '101826.445000', '101826.448000', '101826.450000', '101826.453000', '101826.456000', '101826.458000', '101826.461000', '101826.463000', '101826.466000', '101826.469000', '101826.482000', '101826.485000', '101826.488000', '101826.490000', '101826.493000', '101826.495000', '101826.498000', '101826.501000', '101826.503000', '101826.506000', '101826.508000', '101826.511000', '101826.513000', '101826.516000', '101826.519000', '101826.521000', '101826.524000', '101826.527000', '101826.529000', '101826.532000', '101826.534000', '101826.537000', '101826.539000', '101826.542000', '101826.545000', '101826.549000', '101826.551000', '101846.429000', '101846.432000', '101846.435000', '101846.438000', '101846.440000', '101846.443000', '101846.445000', '101846.448000', '101846.451000', '101846.453000', '101846.456000', '101846.458000', '101846.461000', '101846.464000', '101846.466000', '101846.469000', '101846.472000', '101846.474000', '101846.477000', '101846.479000', '101846.482000', '101846.484000', '101846.487000', '101846.490000', '101846.492000', '101846.495000', '101846.497000', '101846.500000', '101846.503000', '101846.505000', '101846.508000', '101846.510000', '101846.513000', '101846.516000', '101846.518000', '101846.521000', '101846.523000', '101846.526000', '101846.528000', '101846.531000', '101846.533000', '101846.536000', '101846.539000', '101846.541000', '101906.429000', '101906.432000', '101906.435000', '101906.437000', '101906.440000', '101906.443000', '101906.445000', '101906.448000', '101906.450000', '101906.453000', '101906.456000', '101906.458000', '101906.461000', '101906.463000', '101906.466000', '101906.469000', '101906.471000', '101906.474000', '101906.476000', '101906.479000', '101906.482000', '101906.484000', '101906.487000', '101906.489000', '101906.492000', '101906.495000', '101906.497000', '101906.500000', '101906.503000', '101906.505000', '101906.508000', '101906.510000', '101906.513000', '101906.515000', '101906.518000', '101906.521000', '101906.523000', '101906.526000', '101906.529000', '101906.531000', '101906.534000', '101906.537000', '101906.539000', '101926.429000', '101926.432000', '101926.435000', '101926.437000', '101926.440000', '101926.443000', '101926.445000', '101926.448000', '101926.450000', '101926.453000', '101926.456000', '101926.458000', '101926.461000', '101926.463000', '101926.466000', '101926.469000', '101926.471000', '101926.474000', '101926.476000', '101926.479000', '101926.482000', '101926.484000', '101926.487000', '101926.489000', '101926.492000', '101926.495000', '101926.497000', '101926.500000', '101926.502000', '101926.505000', '101926.508000', '101926.510000', '101926.513000', '101926.515000', '101926.518000', '101926.521000', '101926.523000', '101926.526000', '101926.528000', '101926.531000', '101926.533000', '101926.536000', '101926.539000', '101926.541000', '101946.429000', '101946.431000', '101946.434000', '101946.437000', '101946.439000', '101946.442000', '101946.444000', '101946.447000', '101946.450000', '101946.452000', '101946.455000', '101946.457000', '101946.460000', '101946.463000', '101946.465000', '101946.468000', '101946.471000', '101946.473000', '101946.476000', '101946.478000', '101946.481000', '101946.484000', '101946.486000', '101946.489000', '101946.491000', '101946.494000', '101946.497000', '101946.499000', '101946.502000', '101946.505000', '101946.507000', '101946.510000', '101946.512000', '101946.515000', '101946.517000', '101946.520000', '101946.523000', '101946.525000', '101946.528000', '101946.530000', '101946.540000', '101946.543000', '101946.545000', '102006.429000', '102006.432000', '102006.435000', '102006.438000', '102006.440000', '102006.443000', '102006.445000', '102006.448000', '102006.451000', '102006.453000', '102006.456000', '102006.459000', '102006.490000', '102006.492000', '102006.495000', '102006.497000', '102006.500000', '102006.503000', '102006.505000', '102006.508000', '102006.510000', '102006.513000', '102006.515000', '102006.518000', '102006.521000', '102006.523000', '102006.526000', '102006.528000', '102006.531000', '102006.534000', '102006.536000', '102006.539000', '102006.541000', '102006.544000', '102006.547000', '102006.549000', '102006.552000', '102006.554000', '102006.557000', '102006.560000', '102006.562000', '102006.565000', '102006.568000', '102006.570000', '102026.429000', '102026.432000', '102026.435000', '102026.437000', '102026.440000', '102026.443000', '102026.445000', '102026.448000', '102026.450000', '102026.453000', '102026.456000', '102026.458000', '102026.461000', '102026.463000', '102026.466000', '102026.469000', '102026.471000', '102026.474000', '102026.476000', '102026.479000', '102026.481000', '102026.484000', '102026.487000', '102026.489000', '102026.492000', '102026.495000', '102026.497000', '102026.500000', '102026.502000', '102026.505000', '102026.507000', '102026.510000', '102026.513000', '102026.515000', '102026.518000', '102026.520000', '102026.523000', '102026.526000', '102026.528000', '102026.531000', '102026.533000', '102026.536000', '102026.539000', '102046.429000', '102046.432000', '102046.435000', '102046.438000', '102046.440000', '102046.443000', '102046.446000', '102046.448000', '102046.451000', '102046.454000', '102046.456000', '102046.459000', '102046.462000', '102046.464000', '102046.467000', '102046.469000', '102046.472000', '102046.475000', '102046.477000', '102046.480000', '102046.482000', '102046.485000', '102046.487000', '102046.490000', '102046.493000', '102046.495000', '102046.498000', '102046.500000', '102046.503000', '102046.506000', '102046.508000', '102046.511000', '102046.513000', '102046.516000', '102046.519000', '102046.521000', '102046.524000', '102046.526000', '102046.529000', '102046.532000', '102046.534000', '102046.537000', '102046.539000', '102106.430000', '102106.432000', '102106.435000', '102106.438000', '102106.440000', '102106.443000', '102106.446000', '102106.448000', '102106.451000', '102106.453000', '102106.456000', '102106.459000', '102106.461000', '102106.464000', '102106.466000', '102106.469000', '102106.472000', '102106.474000', '102106.477000', '102106.481000', '102106.484000', '102106.486000', '102106.489000', '102106.492000', '102106.494000', '102106.497000', '102106.500000', '102106.502000', '102106.505000', '102106.507000', '102106.510000', '102106.512000', '102106.515000', '102106.518000', '102106.520000', '102106.523000', '102106.525000', '102106.528000', '102106.531000', '102106.533000', '102106.536000', '102106.538000', '102106.541000', '102106.544000', '102126.429000', '102126.432000', '102126.435000', '102126.438000', '102126.441000', '102126.443000', '102126.446000', '102126.448000', '102126.451000', '102126.454000', '102126.456000', '102126.459000', '102126.461000', '102126.464000', '102126.466000', '102126.469000', '102126.472000', '102126.474000', '102126.477000', '102126.479000', '102126.482000', '102126.484000', '102126.487000', '102126.519000', '102126.521000', '102126.524000', '102126.526000', '102126.529000', '102126.532000', '102126.534000', '102126.537000', '102126.539000', '102126.542000', '102126.544000', '102126.547000', '102126.550000', '102126.552000', '102126.555000', '102126.557000', '102126.560000', '102126.563000', '102126.565000', '102126.568000', '102126.570000', '102146.430000', '102146.433000', '102146.435000', '102146.438000', '102146.440000', '102146.443000', '102146.445000', '102146.448000', '102146.451000', '102146.453000', '102146.456000', '102146.459000', '102146.461000', '102146.464000', '102146.466000', '102146.469000', '102146.471000', '102146.474000', '102146.477000', '102146.479000', '102146.482000', '102146.484000', '102146.487000', '102146.490000', '102146.492000', '102146.495000', '102146.497000', '102146.500000', '102146.502000', '102146.505000', '102146.508000', '102146.510000', '102146.513000', '102146.515000', '102146.518000', '102146.520000', '102146.523000', '102146.526000', '102146.528000', '102146.531000', '102146.533000', '102146.536000', '102146.539000', '102206.429000', '102206.432000', '102206.434000', '102206.437000', '102206.440000', '102206.442000', '102206.445000', '102206.447000', '102206.450000', '102206.452000', '102206.455000', '102206.458000', '102206.460000', '102206.463000', '102206.465000', '102206.468000', '102206.471000', '102206.473000', '102206.476000', '102206.478000', '102206.481000', '102206.484000', '102206.486000', '102206.489000', '102206.491000', '102206.494000', '102206.496000', '102206.499000', '102206.502000', '102206.504000', '102206.507000', '102206.510000', '102206.512000', '102206.515000', '102206.517000', '102206.520000', '102206.522000', '102206.525000', '102206.528000', '102206.530000', '102206.533000', '102206.535000', '102206.538000', '102206.541000', '102226.429000', '102226.432000', '102226.435000', '102226.437000', '102226.440000', '102226.443000', '102226.445000', '102226.448000', '102226.450000', '102226.453000', '102226.455000', '102226.458000', '102226.461000', '102226.463000', '102226.466000', '102226.468000', '102226.471000', '102226.473000', '102226.476000', '102226.478000', '102226.481000', '102226.484000', '102226.486000', '102226.489000', '102226.491000', '102226.494000', '102226.497000', '102226.499000', '102226.502000', '102226.504000', '102226.507000', '102226.510000', '102226.512000', '102226.515000', '102226.517000', '102226.520000', '102226.523000', '102226.525000', '102226.528000', '102226.530000', '102226.533000', '102226.535000', '102226.538000', '102246.430000', '102246.433000', '102246.435000', '102246.438000', '102246.441000', '102246.443000', '102246.446000', '102246.449000', '102246.451000', '102246.454000', '102246.456000', '102246.459000', '102246.461000', '102246.464000', '102246.467000', '102246.469000', '102246.472000', '102246.474000', '102246.478000', '102246.481000', '102246.484000', '102246.487000', '102246.489000', '102246.492000', '102246.494000', '102246.497000', '102246.500000', '102246.502000', '102246.505000', '102246.507000', '102246.510000', '102246.513000', '102246.515000', '102246.527000', '102246.530000', '102246.533000', '102246.535000', '102246.538000', '102246.540000', '102246.543000', '102246.546000', '102246.548000', '102246.551000', '102251.021000', '102251.024000', '102251.027000', '102251.029000', '102251.032000', '102251.035000', '102251.037000', '102251.040000', '102251.043000', '102251.045000', '102251.048000'], 'InstanceCreationTime': ['101606.473000', '101606.476000', '101606.479000', '101606.481000', '101606.484000', '101606.496000', '101606.498000', '101606.501000', '101606.504000', '101606.506000', '101606.509000', '101606.511000', '101606.514000', '101606.516000', '101606.519000', '101606.521000', '101606.524000', '101606.526000', '101606.529000', '101606.532000', '101606.534000', '101606.537000', '101606.539000', '101606.542000', '101606.544000', '101606.549000', '101606.552000', '101606.554000', '101606.557000', '101606.559000', '101606.562000', '101606.565000', '101606.567000', '101606.570000', '101626.430000', '101626.432000', '101626.435000', '101626.437000', '101626.440000', '101626.443000', '101626.445000', '101626.448000', '101626.450000', '101626.453000', '101626.455000', '101626.458000', '101626.460000', '101626.463000', '101626.466000', '101626.468000', '101626.471000', '101626.473000', '101626.476000', '101626.479000', '101626.489000', '101626.492000', '101626.494000', '101626.497000', '101626.499000', '101626.502000', '101626.504000', '101626.507000', '101626.509000', '101626.512000', '101626.515000', '101626.518000', '101626.522000', '101626.524000', '101626.527000', '101626.530000', '101626.532000', '101626.535000', '101626.537000', '101626.540000', '101626.542000', '101626.545000', '101626.548000', '101646.430000', '101646.432000', '101646.435000', '101646.437000', '101646.440000', '101646.443000', '101646.445000', '101646.448000', '101646.450000', '101646.453000', '101646.456000', '101646.458000', '101646.461000', '101646.463000', '101646.466000', '101646.468000', '101646.471000', '101646.474000', '101646.476000', '101646.479000', '101646.481000', '101646.501000', '101646.504000', '101646.506000', '101646.509000', '101646.512000', '101646.514000', '101646.517000', '101646.519000', '101646.522000', '101646.524000', '101646.527000', '101646.529000', '101646.532000', '101646.538000', '101646.541000', '101646.544000', '101646.546000', '101646.549000', '101646.551000', '101646.554000', '101646.556000', '101646.559000', '101646.561000', '101706.429000', '101706.432000', '101706.435000', '101706.437000', '101706.440000', '101706.443000', '101706.445000', '101706.448000', '101706.450000', '101706.453000', '101706.455000', '101706.458000', '101706.461000', '101706.463000', '101706.466000', '101706.468000', '101706.472000', '101706.475000', '101706.477000', '101706.480000', '101706.482000', '101706.485000', '101706.488000', '101706.490000', '101706.493000', '101706.495000', '101706.498000', '101706.500000', '101706.503000', '101706.506000', '101706.508000', '101706.511000', '101706.513000', '101706.516000', '101706.518000', '101706.521000', '101706.524000', '101706.526000', '101706.529000', '101706.531000', '101706.534000', '101706.537000', '101706.539000', '101726.429000', '101726.431000', '101726.434000', '101726.437000', '101726.439000', '101726.442000', '101726.444000', '101726.447000', '101726.450000', '101726.452000', '101726.455000', '101726.457000', '101726.460000', '101726.463000', '101726.465000', '101726.468000', '101726.470000', '101726.473000', '101726.475000', '101726.478000', '101726.481000', '101726.483000', '101726.486000', '101726.488000', '101726.491000', '101726.494000', '101726.496000', '101726.499000', '101726.502000', '101726.504000', '101726.507000', '101726.509000', '101726.512000', '101726.515000', '101726.517000', '101726.520000', '101726.522000', '101726.525000', '101726.527000', '101726.530000', '101726.532000', '101726.535000', '101726.538000', '101726.540000', '101746.430000', '101746.432000', '101746.435000', '101746.438000', '101746.440000', '101746.443000', '101746.446000', '101746.448000', '101746.451000', '101746.453000', '101746.456000', '101746.458000', '101746.461000', '101746.464000', '101746.466000', '101746.469000', '101746.471000', '101746.474000', '101746.477000', '101746.479000', '101746.482000', '101746.484000', '101746.487000', '101746.490000', '101746.492000', '101746.495000', '101746.498000', '101746.500000', '101746.503000', '101746.505000', '101746.508000', '101746.511000', '101746.513000', '101746.516000', '101746.518000', '101746.521000', '101746.524000', '101746.526000', '101746.529000', '101746.531000', '101746.534000', '101746.536000', '101746.539000', '101806.429000', '101806.432000', '101806.435000', '101806.437000', '101806.440000', '101806.443000', '101806.445000', '101806.448000', '101806.450000', '101806.453000', '101806.455000', '101806.458000', '101806.461000', '101806.463000', '101806.466000', '101806.468000', '101806.471000', '101806.474000', '101806.476000', '101806.479000', '101806.481000', '101806.484000', '101806.487000', '101806.489000', '101806.492000', '101806.494000', '101806.497000', '101806.500000', '101806.502000', '101806.505000', '101806.508000', '101806.510000', '101806.513000', '101806.515000', '101806.518000', '101806.521000', '101806.523000', '101806.526000', '101806.528000', '101806.531000', '101806.533000', '101806.536000', '101806.539000', '101806.541000', '101826.429000', '101826.432000', '101826.435000', '101826.438000', '101826.440000', '101826.443000', '101826.445000', '101826.448000', '101826.450000', '101826.453000', '101826.456000', '101826.458000', '101826.461000', '101826.463000', '101826.466000', '101826.469000', '101826.482000', '101826.485000', '101826.488000', '101826.490000', '101826.493000', '101826.495000', '101826.498000', '101826.501000', '101826.503000', '101826.506000', '101826.508000', '101826.511000', '101826.513000', '101826.516000', '101826.519000', '101826.521000', '101826.524000', '101826.527000', '101826.529000', '101826.532000', '101826.534000', '101826.537000', '101826.539000', '101826.542000', '101826.545000', '101826.549000', '101826.551000', '101846.429000', '101846.432000', '101846.435000', '101846.438000', '101846.440000', '101846.443000', '101846.445000', '101846.448000', '101846.451000', '101846.453000', '101846.456000', '101846.458000', '101846.461000', '101846.464000', '101846.466000', '101846.469000', '101846.472000', '101846.474000', '101846.477000', '101846.479000', '101846.482000', '101846.484000', '101846.487000', '101846.490000', '101846.492000', '101846.495000', '101846.497000', '101846.500000', '101846.503000', '101846.505000', '101846.508000', '101846.510000', '101846.513000', '101846.516000', '101846.518000', '101846.521000', '101846.523000', '101846.526000', '101846.528000', '101846.531000', '101846.533000', '101846.536000', '101846.539000', '101846.541000', '101906.429000', '101906.432000', '101906.435000', '101906.437000', '101906.440000', '101906.443000', '101906.445000', '101906.448000', '101906.450000', '101906.453000', '101906.456000', '101906.458000', '101906.461000', '101906.463000', '101906.466000', '101906.469000', '101906.471000', '101906.474000', '101906.476000', '101906.479000', '101906.482000', '101906.484000', '101906.487000', '101906.489000', '101906.492000', '101906.495000', '101906.497000', '101906.500000', '101906.503000', '101906.505000', '101906.508000', '101906.510000', '101906.513000', '101906.515000', '101906.518000', '101906.521000', '101906.523000', '101906.526000', '101906.529000', '101906.531000', '101906.534000', '101906.537000', '101906.539000', '101926.429000', '101926.432000', '101926.435000', '101926.437000', '101926.440000', '101926.443000', '101926.445000', '101926.448000', '101926.450000', '101926.453000', '101926.456000', '101926.458000', '101926.461000', '101926.463000', '101926.466000', '101926.469000', '101926.471000', '101926.474000', '101926.476000', '101926.479000', '101926.482000', '101926.484000', '101926.487000', '101926.489000', '101926.492000', '101926.495000', '101926.497000', '101926.500000', '101926.502000', '101926.505000', '101926.508000', '101926.510000', '101926.513000', '101926.515000', '101926.518000', '101926.521000', '101926.523000', '101926.526000', '101926.528000', '101926.531000', '101926.533000', '101926.536000', '101926.539000', '101926.541000', '101946.429000', '101946.431000', '101946.434000', '101946.437000', '101946.439000', '101946.442000', '101946.444000', '101946.447000', '101946.450000', '101946.452000', '101946.455000', '101946.457000', '101946.460000', '101946.463000', '101946.465000', '101946.468000', '101946.471000', '101946.473000', '101946.476000', '101946.478000', '101946.481000', '101946.484000', '101946.486000', '101946.489000', '101946.491000', '101946.494000', '101946.497000', '101946.499000', '101946.502000', '101946.505000', '101946.507000', '101946.510000', '101946.512000', '101946.515000', '101946.517000', '101946.520000', '101946.523000', '101946.525000', '101946.528000', '101946.530000', '101946.540000', '101946.543000', '101946.545000', '102006.429000', '102006.432000', '102006.435000', '102006.438000', '102006.440000', '102006.443000', '102006.445000', '102006.448000', '102006.451000', '102006.453000', '102006.456000', '102006.459000', '102006.490000', '102006.492000', '102006.495000', '102006.497000', '102006.500000', '102006.503000', '102006.505000', '102006.508000', '102006.510000', '102006.513000', '102006.515000', '102006.518000', '102006.521000', '102006.523000', '102006.526000', '102006.528000', '102006.531000', '102006.534000', '102006.536000', '102006.539000', '102006.541000', '102006.544000', '102006.547000', '102006.549000', '102006.552000', '102006.554000', '102006.557000', '102006.560000', '102006.562000', '102006.565000', '102006.568000', '102006.570000', '102026.429000', '102026.432000', '102026.435000', '102026.437000', '102026.440000', '102026.443000', '102026.445000', '102026.448000', '102026.450000', '102026.453000', '102026.456000', '102026.458000', '102026.461000', '102026.463000', '102026.466000', '102026.469000', '102026.471000', '102026.474000', '102026.476000', '102026.479000', '102026.481000', '102026.484000', '102026.487000', '102026.489000', '102026.492000', '102026.495000', '102026.497000', '102026.500000', '102026.502000', '102026.505000', '102026.507000', '102026.510000', '102026.513000', '102026.515000', '102026.518000', '102026.520000', '102026.523000', '102026.526000', '102026.528000', '102026.531000', '102026.533000', '102026.536000', '102026.539000', '102046.429000', '102046.432000', '102046.435000', '102046.438000', '102046.440000', '102046.443000', '102046.446000', '102046.448000', '102046.451000', '102046.454000', '102046.456000', '102046.459000', '102046.462000', '102046.464000', '102046.467000', '102046.469000', '102046.472000', '102046.475000', '102046.477000', '102046.480000', '102046.482000', '102046.485000', '102046.487000', '102046.490000', '102046.493000', '102046.495000', '102046.498000', '102046.500000', '102046.503000', '102046.506000', '102046.508000', '102046.511000', '102046.513000', '102046.516000', '102046.519000', '102046.521000', '102046.524000', '102046.526000', '102046.529000', '102046.532000', '102046.534000', '102046.537000', '102046.539000', '102106.430000', '102106.432000', '102106.435000', '102106.438000', '102106.440000', '102106.443000', '102106.446000', '102106.448000', '102106.451000', '102106.453000', '102106.456000', '102106.459000', '102106.461000', '102106.464000', '102106.466000', '102106.469000', '102106.472000', '102106.474000', '102106.477000', '102106.481000', '102106.484000', '102106.486000', '102106.489000', '102106.492000', '102106.494000', '102106.497000', '102106.500000', '102106.502000', '102106.505000', '102106.507000', '102106.510000', '102106.512000', '102106.515000', '102106.518000', '102106.520000', '102106.523000', '102106.525000', '102106.528000', '102106.531000', '102106.533000', '102106.536000', '102106.538000', '102106.541000', '102106.544000', '102126.429000', '102126.432000', '102126.435000', '102126.438000', '102126.441000', '102126.443000', '102126.446000', '102126.448000', '102126.451000', '102126.454000', '102126.456000', '102126.459000', '102126.461000', '102126.464000', '102126.466000', '102126.469000', '102126.472000', '102126.474000', '102126.477000', '102126.479000', '102126.482000', '102126.484000', '102126.487000', '102126.519000', '102126.521000', '102126.524000', '102126.526000', '102126.529000', '102126.532000', '102126.534000', '102126.537000', '102126.539000', '102126.542000', '102126.544000', '102126.547000', '102126.550000', '102126.552000', '102126.555000', '102126.557000', '102126.560000', '102126.563000', '102126.565000', '102126.568000', '102126.570000', '102146.430000', '102146.433000', '102146.435000', '102146.438000', '102146.440000', '102146.443000', '102146.445000', '102146.448000', '102146.451000', '102146.453000', '102146.456000', '102146.459000', '102146.461000', '102146.464000', '102146.466000', '102146.469000', '102146.471000', '102146.474000', '102146.477000', '102146.479000', '102146.482000', '102146.484000', '102146.487000', '102146.490000', '102146.492000', '102146.495000', '102146.497000', '102146.500000', '102146.502000', '102146.505000', '102146.508000', '102146.510000', '102146.513000', '102146.515000', '102146.518000', '102146.520000', '102146.523000', '102146.526000', '102146.528000', '102146.531000', '102146.533000', '102146.536000', '102146.539000', '102206.429000', '102206.432000', '102206.434000', '102206.437000', '102206.440000', '102206.442000', '102206.445000', '102206.447000', '102206.450000', '102206.452000', '102206.455000', '102206.458000', '102206.460000', '102206.463000', '102206.465000', '102206.468000', '102206.471000', '102206.473000', '102206.476000', '102206.478000', '102206.481000', '102206.484000', '102206.486000', '102206.489000', '102206.491000', '102206.494000', '102206.496000', '102206.499000', '102206.502000', '102206.504000', '102206.507000', '102206.510000', '102206.512000', '102206.515000', '102206.517000', '102206.520000', '102206.522000', '102206.525000', '102206.528000', '102206.530000', '102206.533000', '102206.535000', '102206.538000', '102206.541000', '102226.429000', '102226.432000', '102226.435000', '102226.437000', '102226.440000', '102226.443000', '102226.445000', '102226.448000', '102226.450000', '102226.453000', '102226.455000', '102226.458000', '102226.461000', '102226.463000', '102226.466000', '102226.468000', '102226.471000', '102226.473000', '102226.476000', '102226.478000', '102226.481000', '102226.484000', '102226.486000', '102226.489000', '102226.491000', '102226.494000', '102226.497000', '102226.499000', '102226.502000', '102226.504000', '102226.507000', '102226.510000', '102226.512000', '102226.515000', '102226.517000', '102226.520000', '102226.523000', '102226.525000', '102226.528000', '102226.530000', '102226.533000', '102226.535000', '102226.538000', '102246.430000', '102246.433000', '102246.435000', '102246.438000', '102246.441000', '102246.443000', '102246.446000', '102246.449000', '102246.451000', '102246.454000', '102246.456000', '102246.459000', '102246.461000', '102246.464000', '102246.467000', '102246.469000', '102246.472000', '102246.474000', '102246.478000', '102246.481000', '102246.484000', '102246.487000', '102246.489000', '102246.492000', '102246.494000', '102246.497000', '102246.500000', '102246.502000', '102246.505000', '102246.507000', '102246.510000', '102246.513000', '102246.515000', '102246.527000', '102246.530000', '102246.533000', '102246.535000', '102246.538000', '102246.540000', '102246.543000', '102246.546000', '102246.548000', '102246.551000', '102251.021000', '102251.024000', '102251.027000', '102251.029000', '102251.032000', '102251.035000', '102251.037000', '102251.040000', '102251.043000', '102251.045000', '102251.048000'], '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], 'LargestImagePixelValue': [13761, 10652, 12947, 10079, 11916, 9502, 10670, 11057, 10588, 11048, 10357, 12916, 9856, 9555, 9550, 10690, 10144, 10968, 10372, 10512, 11378, 10113, 10692, 10347, 11357, 10292, 12664, 10488, 11675, 10473, 10679, 10969, 10116, 11036, 9978, 10773, 10454, 10186, 13235, 10585, 11332, 10601, 10166, 14534, 10496, 13654, 10523, 11436, 11310, 10808, 10791, 9617, 10626, 10221, 9455, 10591, 13532, 10471, 14109, 10704, 14906, 10772, 12768, 11391, 10015, 14924, 10860, 12960, 10990, 10002, 11008, 10031, 12632, 10945, 10197, 10858, 10246, 11093, 9925, 10810, 10003, 12899, 10148, 10139, 10041, 10635, 10557, 13613, 11082, 10148, 14166, 11209, 11324, 11154, 10012, 11049, 10376, 12437, 11169, 9740, 10601, 9730, 10104, 10663, 9878, 10750, 13375, 10779, 11714, 11260, 11403, 11223, 10618, 14207, 11233, 11862, 10255, 9499, 10379, 9632, 10392, 10229, 10618, 10509, 10675, 9906, 10225, 10283, 10822, 12069, 10689, 12136, 10684, 12381, 10782, 12389, 10512, 14189, 10711, 10303, 9689, 10421, 11390, 11736, 15066, 10893, 15506, 11135, 11047, 9691, 9709, 12927, 11182, 12600, 9608, 10790, 10619, 12267, 10484, 12241, 10305, 12159, 9825, 15001, 9847, 13495, 9980, 10437, 9572, 10577, 9592, 10454, 10625, 10483, 10646, 10142, 11092, 10312, 10575, 10544, 10832, 10464, 10893, 10524, 13318, 9759, 10788, 10036, 10878, 10730, 11425, 9580, 13892, 9827, 9665, 9992, 10645, 9770, 12094, 9986, 9929, 9755, 10210, 9860, 15380, 10187, 15523, 10267, 12439, 10683, 11453, 10019, 10424, 9877, 9789, 9989, 9810, 9805, 10164, 10929, 10752, 11221, 11011, 9875, 10490, 10934, 10891, 10568, 11446, 10721, 10248, 11160, 10261, 16990, 11081, 13444, 10537, 10347, 11123, 10832, 11185, 11354, 10199, 10372, 9855, 10666, 10157, 11322, 10537, 10875, 10463, 11174, 11104, 11896, 10637, 10878, 10862, 11324, 10978, 10643, 12351, 10428, 12665, 10753, 13006, 11313, 12104, 10842, 10800, 11145, 11455, 11183, 11495, 11112, 11355, 11403, 15109, 10881, 12199, 11337, 12281, 11379, 12550, 10823, 11823, 10741, 14681, 10900, 10477, 10257, 10953, 10600, 11087, 10679, 10819, 10719, 11450, 14167, 11035, 15588, 10845, 12821, 10633, 13911, 10663, 14103, 10550, 11223, 10642, 11082, 13945, 11205, 12081, 10207, 10585, 12752, 10579, 11312, 10374, 11490, 12698, 11275, 14762, 10244, 14000, 11128, 11147, 11144, 13291, 10844, 14655, 10784, 12716, 10468, 15066, 10205, 11022, 10254, 10471, 9858, 10495, 10667, 10064, 11238, 11017, 11899, 10947, 13254, 10661, 11318, 10540, 10796, 10908, 10864, 12795, 10760, 12509, 10713, 13163, 10606, 11969, 10263, 10971, 10045, 11089, 12699, 10325, 10533, 10134, 9975, 11683, 10978, 14252, 10730, 15168, 10637, 15345, 10685, 13219, 10775, 12488, 10954, 11829, 10901, 11847, 10502, 12149, 10629, 12070, 10811, 11915, 10601, 11253, 10806, 11391, 11053, 10506, 10786, 9679, 9616, 10159, 10088, 10316, 14358, 10459, 15891, 10351, 12138, 10495, 14610, 10753, 12706, 10976, 11925, 11201, 11102, 10872, 10055, 12169, 10463, 15197, 10594, 14844, 10764, 12153, 11232, 11789, 10462, 11113, 11058, 10893, 11470, 10889, 15584, 10548, 12571, 10948, 11088, 10771, 9944, 13131, 10376, 15014, 10631, 12794, 11136, 12004, 11049, 11474, 10880, 11649, 11298, 11343, 10715, 10897, 10819, 10170, 10897, 10286, 16585, 10923, 13816, 10712, 11007, 10583, 10241, 11019, 10265, 16069, 10687, 11556, 10712, 10542, 11246, 13899, 10670, 11377, 10954, 10953, 10509, 9862, 10449, 10698, 14657, 11017, 11558, 10779, 10461, 10986, 10670, 11466, 10933, 10499, 10269, 10537, 10656, 15856, 10861, 12023, 10699, 11367, 10546, 10314, 12492, 10680, 14037, 10930, 12796, 11083, 11783, 10356, 10343, 10509, 10149, 9885, 10530, 10096, 10694, 15920, 10554, 15622, 11028, 15260, 10799, 12186, 11113, 11849, 10134, 10790, 11093, 10313, 14151, 10607, 13723, 11014, 14649, 10842, 14945, 10631, 12699, 10646, 12136, 11143, 15127, 10859, 12776, 10971, 12228, 10917, 12223, 11190, 11826, 11291, 11293, 10983, 10280, 10772, 10229, 10796, 10642, 15752, 10567, 13005, 11064, 12575, 11401, 11602, 11098, 11301, 11156, 11314, 11412, 11294, 11610, 11305, 10927, 10305, 10691, 10622, 10857, 10590, 11838, 10481, 10908, 10692, 10700, 11576, 11223, 10957, 11515, 10567, 10937, 10436, 14322, 10747, 14061, 11061, 11485, 11036, 11354, 11029, 10787, 10640, 10466, 10011, 10676, 11199, 11407, 10896, 10762, 10590, 10374, 15134, 10611, 13052, 11072, 12079, 11141, 11934, 11415, 11349, 10280, 11134, 10978, 11033, 11350, 11586, 11221, 12062, 10909, 12698, 11211, 12226, 11243, 12756, 11201, 12025, 10628, 10375, 11089, 10289, 10404, 10220, 9441, 10203, 10874, 10323, 12262, 10197, 11191, 10288, 9716, 10475, 10071, 10402, 13420, 10607, 10502, 10622, 10405, 10447, 13969, 10323, 9811, 10526, 10902, 10656, 12302, 10554, 16167, 10678, 13180, 10659, 15467, 10923, 12395, 10950, 11607, 11211, 11696, 11630, 11191, 10886, 10625, 10436, 10846, 11423, 11292, 11409, 13484, 10758, 11796, 10813, 9993, 10799, 11181, 12695, 11348, 15590, 10883, 11195, 10351, 11738, 13140, 10570, 15016, 11171, 12602, 11156, 14795, 10829, 14619, 10897, 11194, 10604, 10476, 10178, 13597, 10498, 11303, 10125, 10716, 11068, 10443, 10487, 10688, 10354, 11230, 12210, 10802, 13083, 10659, 14277, 10544, 13394, 10576, 13440, 10867, 12222, 10961, 11994, 10965, 15131, 10568, 10975, 10386, 10859, 15976, 10214, 10297, 10164, 10906, 12259, 10373, 10116, 10422, 10929, 11259, 12271, 11068, 11766, 10420, 10118, 16951, 11333, 17284, 11717, 14490, 9761, 10203, 10642, 10112, 11669, 9553, 9950, 9687, 12472, 9631, 11171, 9868, 10358, 9548, 9450, 10703, 10632, 11800, 10196, 15440, 10264, 12066, 10168, 11738, 10129, 10226, 10697, 11373, 11932, 11159, 12509, 10751, 14212, 10764, 10331, 10564, 13799, 10141, 10262, 10541, 10517, 10382, 10733, 11152, 10170, 12273, 11328, 12034, 11319, 12096, 11264, 11959, 11171, 11407, 11026, 12099, 11524, 11799, 10243, 10854, 11311, 11025, 11380, 11867, 11102, 15257, 10736, 10089, 10390, 10449, 11670, 11443, 13611, 11112, 15918, 10803, 16432, 11120, 11902, 10652, 11231, 10024, 11362, 12964, 10886, 13090, 10897, 12109, 9517, 11217, 11724, 9991, 10008, 11206, 9685, 10686, 9753, 9726, 11385, 9753, 10304, 16282, 10570, 10866, 14316, 10400, 15147, 13016, 11012, 10592, 10530, 13862, 9450, 10849, 12343, 10057, 10618, 9230, 10620, 14160, 9821, 10709, 10654, 10305, 10978, 11228, 10587, 11007, 9982, 10835, 14061, 10462, 11140, 9958, 10813, 11889, 9764, 10761, 11171, 10342, 10062, 12279, 10661, 11254, 10317, 11232], 'WindowCenter': [4505.0, 4470.0, 4474.0, 4442.0, 4449.0, 4428.0, 4426.0, 4436.0, 4425.0, 4434.0, 4427.0, 4445.0, 4428.0, 4428.0, 4440.0, 4451.0, 4450.0, 4462.0, 4451.0, 4464.0, 4463.0, 4455.0, 4462.0, 4454.0, 4463.0, 4455.0, 4475.0, 4465.0, 4463.0, 4453.0, 4452.0, 4461.0, 4452.0, 4464.0, 4455.0, 4478.0, 4475.0, 4480.0, 4497.0, 4481.0, 4490.0, 4476.0, 4479.0, 4497.0, 4467.0, 4485.0, 4467.0, 4475.0, 4476.0, 4466.0, 4464.0, 4456.0, 4463.0, 4466.0, 4454.0, 4466.0, 4496.0, 4480.0, 4499.0, 4479.0, 4507.0, 4479.0, 4489.0, 4476.0, 4467.0, 4496.0, 4464.0, 4471.0, 4452.0, 4442.0, 4450.0, 4441.0, 4461.0, 4452.0, 4441.0, 4452.0, 4452.0, 4463.0, 4453.0, 4463.0, 4466.0, 4485.0, 4466.0, 4464.0, 4467.0, 4466.0, 4477.0, 4498.0, 4465.0, 4456.0, 4485.0, 4464.0, 4462.0, 4462.0, 4443.0, 4450.0, 4451.0, 4459.0, 4462.0, 4442.0, 4451.0, 4441.0, 4452.0, 4462.0, 4453.0, 4476.0, 4496.0, 4477.0, 4478.0, 4476.0, 4478.0, 4465.0, 4466.0, 4485.0, 4465.0, 4464.0, 4453.0, 4442.0, 4441.0, 4441.0, 4452.0, 4453.0, 4463.0, 4465.0, 4454.0, 4452.0, 4453.0, 4453.0, 4475.0, 4484.0, 4475.0, 4484.0, 4477.0, 4486.0, 4478.0, 4496.0, 4489.0, 4506.0, 4487.0, 4479.0, 4468.0, 4475.0, 4487.0, 4492.0, 4497.0, 4464.0, 4484.0, 4476.0, 4462.0, 4452.0, 4441.0, 4472.0, 4450.0, 4459.0, 4427.0, 4437.0, 4437.0, 4445.0, 4437.0, 4445.0, 4437.0, 4445.0, 4436.0, 4455.0, 4426.0, 4456.0, 4426.0, 4422.0, 4424.0, 4423.0, 4425.0, 4434.0, 4436.0, 4434.0, 4435.0, 4424.0, 4435.0, 4425.0, 4435.0, 4436.0, 4436.0, 4435.0, 4435.0, 4437.0, 4466.0, 4439.0, 4448.0, 4438.0, 4435.0, 4448.0, 4446.0, 4427.0, 4456.0, 4426.0, 4425.0, 4426.0, 4435.0, 4438.0, 4456.0, 4439.0, 4437.0, 4439.0, 4438.0, 4450.0, 4479.0, 4450.0, 4479.0, 4450.0, 4458.0, 4450.0, 4459.0, 4440.0, 4450.0, 4450.0, 4450.0, 4450.0, 4451.0, 4452.0, 4463.0, 4475.0, 4471.0, 4476.0, 4474.0, 4454.0, 4464.0, 4474.0, 4463.0, 4462.0, 4474.0, 4463.0, 4453.0, 4461.0, 4453.0, 4491.0, 4461.0, 4470.0, 4450.0, 4439.0, 4460.0, 4449.0, 4461.0, 4461.0, 4451.0, 4450.0, 4451.0, 4459.0, 4451.0, 4462.0, 4462.0, 4463.0, 4463.0, 4462.0, 4473.0, 4472.0, 4463.0, 4463.0, 4463.0, 4463.0, 4462.0, 4463.0, 4472.0, 4463.0, 4470.0, 4461.0, 4470.0, 4460.0, 4458.0, 4460.0, 4460.0, 4461.0, 4458.0, 4460.0, 4461.0, 4473.0, 4462.0, 4473.0, 4491.0, 4462.0, 4472.0, 4473.0, 4472.0, 4473.0, 4472.0, 4463.0, 4461.0, 4463.0, 4481.0, 4462.0, 4451.0, 4451.0, 4450.0, 4451.0, 4462.0, 4463.0, 4464.0, 4461.0, 4474.0, 4493.0, 4475.0, 4504.0, 4475.0, 4483.0, 4464.0, 4482.0, 4463.0, 4481.0, 4462.0, 4463.0, 4464.0, 4472.0, 4494.0, 4477.0, 4473.0, 4464.0, 4462.0, 4482.0, 4464.0, 4473.0, 4465.0, 4474.0, 4473.0, 4461.0, 4471.0, 4439.0, 4469.0, 4436.0, 4436.0, 4448.0, 4457.0, 4448.0, 4466.0, 4447.0, 4444.0, 4436.0, 4464.0, 4437.0, 4435.0, 4437.0, 4436.0, 4438.0, 4448.0, 4438.0, 4436.0, 4447.0, 4447.0, 4446.0, 4449.0, 4469.0, 4450.0, 4447.0, 4448.0, 4449.0, 4450.0, 4450.0, 4470.0, 4450.0, 4460.0, 4450.0, 4459.0, 4439.0, 4447.0, 4439.0, 4448.0, 4437.0, 4448.0, 4459.0, 4450.0, 4449.0, 4450.0, 4438.0, 4459.0, 4450.0, 4469.0, 4450.0, 4468.0, 4449.0, 4466.0, 4438.0, 4457.0, 4436.0, 4446.0, 4436.0, 4443.0, 4436.0, 4444.0, 4435.0, 4445.0, 4437.0, 4445.0, 4447.0, 4446.0, 4449.0, 4447.0, 4449.0, 4448.0, 4448.0, 4448.0, 4448.0, 4439.0, 4427.0, 4437.0, 4437.0, 4449.0, 4467.0, 4450.0, 4479.0, 4450.0, 4459.0, 4461.0, 4480.0, 4462.0, 4472.0, 4461.0, 4460.0, 4459.0, 4450.0, 4449.0, 4440.0, 4458.0, 4451.0, 4478.0, 4451.0, 4479.0, 4451.0, 4470.0, 4461.0, 4461.0, 4451.0, 4461.0, 4462.0, 4461.0, 4471.0, 4464.0, 4481.0, 4452.0, 4471.0, 4451.0, 4450.0, 4449.0, 4450.0, 4468.0, 4450.0, 4479.0, 4450.0, 4469.0, 4460.0, 4459.0, 4460.0, 4459.0, 4461.0, 4460.0, 4462.0, 4461.0, 4462.0, 4459.0, 4461.0, 4452.0, 4451.0, 4453.0, 4490.0, 4451.0, 4470.0, 4449.0, 4449.0, 4447.0, 4440.0, 4448.0, 4450.0, 4479.0, 4450.0, 4460.0, 4451.0, 4449.0, 4462.0, 4480.0, 4462.0, 4473.0, 4464.0, 4464.0, 4462.0, 4454.0, 4452.0, 4463.0, 4482.0, 4461.0, 4460.0, 4461.0, 4450.0, 4462.0, 4462.0, 4472.0, 4463.0, 4463.0, 4465.0, 4463.0, 4466.0, 4492.0, 4463.0, 4473.0, 4460.0, 4463.0, 4452.0, 4452.0, 4471.0, 4452.0, 4481.0, 4462.0, 4471.0, 4462.0, 4461.0, 4449.0, 4450.0, 4448.0, 4450.0, 4439.0, 4450.0, 4448.0, 4451.0, 4479.0, 4451.0, 4481.0, 4460.0, 4480.0, 4461.0, 4460.0, 4450.0, 4460.0, 4450.0, 4450.0, 4447.0, 4449.0, 4467.0, 4449.0, 4468.0, 4448.0, 4466.0, 4449.0, 4478.0, 4450.0, 4469.0, 4450.0, 4460.0, 4461.0, 4478.0, 4462.0, 4469.0, 4461.0, 4460.0, 4461.0, 4459.0, 4460.0, 4459.0, 4458.0, 4449.0, 4448.0, 4439.0, 4448.0, 4449.0, 4446.0, 4450.0, 4479.0, 4450.0, 4466.0, 4460.0, 4469.0, 4471.0, 4460.0, 4462.0, 4461.0, 4473.0, 4462.0, 4474.0, 4471.0, 4473.0, 4463.0, 4462.0, 4453.0, 4452.0, 4463.0, 4461.0, 4462.0, 4461.0, 4462.0, 4461.0, 4463.0, 4462.0, 4473.0, 4463.0, 4462.0, 4461.0, 4462.0, 4450.0, 4462.0, 4480.0, 4449.0, 4468.0, 4449.0, 4458.0, 4450.0, 4449.0, 4449.0, 4449.0, 4449.0, 4449.0, 4450.0, 4451.0, 4462.0, 4462.0, 4460.0, 4462.0, 4451.0, 4452.0, 4480.0, 4451.0, 4470.0, 4461.0, 4460.0, 4459.0, 4460.0, 4460.0, 4459.0, 4450.0, 4460.0, 4461.0, 4460.0, 4472.0, 4460.0, 4462.0, 4471.0, 4463.0, 4471.0, 4462.0, 4471.0, 4462.0, 4472.0, 4461.0, 4461.0, 4449.0, 4439.0, 4447.0, 4439.0, 4447.0, 4449.0, 4439.0, 4450.0, 4449.0, 4450.0, 4459.0, 4451.0, 4458.0, 4451.0, 4440.0, 4462.0, 4451.0, 4462.0, 4471.0, 4462.0, 4451.0, 4462.0, 4450.0, 4452.0, 4469.0, 4451.0, 4440.0, 4450.0, 4450.0, 4450.0, 4460.0, 4452.0, 4481.0, 4451.0, 4470.0, 4451.0, 4480.0, 4449.0, 4457.0, 4450.0, 4458.0, 4460.0, 4460.0, 4461.0, 4449.0, 4461.0, 4450.0, 4450.0, 4451.0, 4463.0, 4461.0, 4474.0, 4485.0, 4492.0, 4487.0, 4475.0, 4466.0, 4486.0, 4491.0, 4488.0, 4477.0, 4495.0, 4477.0, 4475.0, 4465.0, 4475.0, 4474.0, 4450.0, 4482.0, 4460.0, 4459.0, 4461.0, 4469.0, 4461.0, 4483.0, 4450.0, 4448.0, 4449.0, 4447.0, 4450.0, 4469.0, 4450.0, 4448.0, 4438.0, 4437.0, 4449.0, 4437.0, 4439.0, 4436.0, 4438.0, 4449.0, 4457.0, 4451.0, 4459.0, 4449.0, 4466.0, 4450.0, 4458.0, 4437.0, 4458.0, 4437.0, 4445.0, 4435.0, 4435.0, 4435.0, 4465.0, 4449.0, 4461.0, 4440.0, 4449.0, 4481.0, 4463.0, 4452.0, 4443.0, 4464.0, 4461.0, 4451.0, 4451.0, 4450.0, 4462.0, 4476.0, 4477.0, 4463.0, 4462.0, 4450.0, 4439.0, 4469.0, 4437.0, 4456.0, 4424.0, 4442.0, 4400.0, 4411.0, 4408.0, 4410.0, 4408.0, 4399.0, 4397.0, 4398.0, 4417.0, 4399.0, 4418.0, 4410.0, 4421.0, 4413.0, 4424.0, 4434.0, 4436.0, 4446.0, 4438.0, 4476.0, 4449.0, 4459.0, 4450.0, 4460.0, 4451.0, 4451.0, 4450.0, 4462.0, 4460.0, 4462.0, 4470.0, 4461.0, 4482.0, 4464.0, 4451.0, 4463.0, 4483.0, 4454.0, 4454.0, 4464.0, 4463.0, 4463.0, 4462.0, 4475.0, 4465.0, 4472.0, 4475.0, 4474.0, 4474.0, 4474.0, 4464.0, 4473.0, 4473.0, 4463.0, 4464.0, 4472.0, 4474.0, 4463.0, 4452.0, 4450.0, 4462.0, 4461.0, 4472.0, 4471.0, 4474.0, 4492.0, 4464.0, 4463.0, 4466.0, 4477.0, 4476.0, 4475.0, 4496.0, 4476.0, 4492.0, 4464.0, 4495.0, 4465.0, 4473.0, 4453.0, 4474.0, 4454.0, 4471.0, 4483.0, 4477.0, 4495.0, 4474.0, 4471.0, 4439.0, 4461.0, 4457.0, 4451.0, 4450.0, 4450.0, 4441.0, 4451.0, 4429.0, 4440.0, 4450.0, 4428.0, 4439.0, 4479.0, 4450.0, 4451.0, 4471.0, 4438.0, 4458.0, 4446.0, 4424.0, 4423.0, 4412.0, 4441.0, 4412.0, 4421.0, 4444.0, 4425.0, 4434.0, 4416.0, 4436.0, 4467.0, 4439.0, 4437.0, 4436.0, 4439.0, 4449.0, 4460.0, 4453.0, 4451.0, 4441.0, 4451.0, 4471.0, 4452.0, 4461.0, 4440.0, 4462.0, 4461.0, 4450.0, 4461.0, 4462.0, 4451.0, 4454.0, 4473.0, 4464.0, 4463.0, 4462.0, 4464.0], 'WindowWidth': [9903.0, 9841.0, 9836.0, 9786.0, 9790.0, 9759.0, 9755.0, 9768.0, 9752.0, 9763.0, 9756.0, 9779.0, 9759.0, 9763.0, 9780.0, 9796.0, 9796.0, 9815.0, 9799.0, 9821.0, 9818.0, 9809.0, 9815.0, 9808.0, 9816.0, 9809.0, 9838.0, 9823.0, 9816.0, 9805.0, 9799.0, 9814.0, 9801.0, 9823.0, 9811.0, 9848.0, 9840.0, 9853.0, 9872.0, 9857.0, 9867.0, 9842.0, 9850.0, 9875.0, 9830.0, 9852.0, 9829.0, 9837.0, 9840.0, 9828.0, 9823.0, 9811.0, 9818.0, 9826.0, 9810.0, 9828.0, 9869.0, 9852.0, 9876.0, 9849.0, 9887.0, 9850.0, 9867.0, 9841.0, 9830.0, 9870.0, 9818.0, 9825.0, 9799.0, 9787.0, 9793.0, 9784.0, 9813.0, 9801.0, 9783.0, 9799.0, 9801.0, 9817.0, 9804.0, 9818.0, 9829.0, 9851.0, 9828.0, 9822.0, 9829.0, 9827.0, 9847.0, 9876.0, 9823.0, 9813.0, 9851.0, 9819.0, 9814.0, 9814.0, 9789.0, 9793.0, 9798.0, 9807.0, 9815.0, 9787.0, 9796.0, 9784.0, 9801.0, 9818.0, 9805.0, 9843.0, 9869.0, 9846.0, 9846.0, 9842.0, 9848.0, 9822.0, 9826.0, 9853.0, 9822.0, 9819.0, 9803.0, 9788.0, 9784.0, 9784.0, 9801.0, 9803.0, 9820.0, 9823.0, 9807.0, 9802.0, 9805.0, 9807.0, 9839.0, 9850.0, 9842.0, 9852.0, 9846.0, 9858.0, 9849.0, 9874.0, 9867.0, 9886.0, 9864.0, 9854.0, 9835.0, 9842.0, 9860.0, 9872.0, 9873.0, 9823.0, 9851.0, 9842.0, 9818.0, 9804.0, 9786.0, 9830.0, 9795.0, 9807.0, 9759.0, 9774.0, 9772.0, 9782.0, 9771.0, 9782.0, 9771.0, 9781.0, 9771.0, 9795.0, 9757.0, 9799.0, 9757.0, 9743.0, 9750.0, 9748.0, 9754.0, 9764.0, 9768.0, 9764.0, 9765.0, 9750.0, 9767.0, 9753.0, 9766.0, 9768.0, 9770.0, 9768.0, 9766.0, 9774.0, 9812.0, 9780.0, 9788.0, 9777.0, 9769.0, 9788.0, 9782.0, 9759.0, 9796.0, 9756.0, 9752.0, 9757.0, 9768.0, 9776.0, 9798.0, 9778.0, 9774.0, 9780.0, 9777.0, 9798.0, 9836.0, 9798.0, 9835.0, 9796.0, 9804.0, 9797.0, 9806.0, 9782.0, 9797.0, 9797.0, 9796.0, 9796.0, 9800.0, 9803.0, 9819.0, 9839.0, 9829.0, 9842.0, 9839.0, 9811.0, 9822.0, 9836.0, 9821.0, 9817.0, 9838.0, 9819.0, 9807.0, 9813.0, 9806.0, 9859.0, 9812.0, 9826.0, 9796.0, 9778.0, 9810.0, 9794.0, 9814.0, 9814.0, 9801.0, 9797.0, 9799.0, 9810.0, 9801.0, 9818.0, 9819.0, 9820.0, 9819.0, 9817.0, 9832.0, 9832.0, 9820.0, 9820.0, 9819.0, 9819.0, 9816.0, 9820.0, 9829.0, 9819.0, 9825.0, 9814.0, 9828.0, 9811.0, 9807.0, 9812.0, 9809.0, 9813.0, 9807.0, 9813.0, 9815.0, 9834.0, 9817.0, 9835.0, 9856.0, 9819.0, 9831.0, 9833.0, 9832.0, 9833.0, 9829.0, 9819.0, 9814.0, 9818.0, 9842.0, 9815.0, 9798.0, 9799.0, 9797.0, 9801.0, 9816.0, 9820.0, 9824.0, 9816.0, 9835.0, 9860.0, 9839.0, 9880.0, 9840.0, 9848.0, 9822.0, 9844.0, 9819.0, 9843.0, 9817.0, 9821.0, 9824.0, 9833.0, 9862.0, 9843.0, 9832.0, 9824.0, 9820.0, 9848.0, 9823.0, 9834.0, 9825.0, 9835.0, 9835.0, 9813.0, 9828.0, 9779.0, 9819.0, 9769.0, 9771.0, 9788.0, 9802.0, 9789.0, 9811.0, 9786.0, 9777.0, 9771.0, 9806.0, 9773.0, 9768.0, 9772.0, 9769.0, 9776.0, 9788.0, 9777.0, 9771.0, 9787.0, 9788.0, 9786.0, 9792.0, 9820.0, 9793.0, 9787.0, 9790.0, 9792.0, 9796.0, 9798.0, 9825.0, 9798.0, 9809.0, 9794.0, 9807.0, 9777.0, 9786.0, 9779.0, 9790.0, 9773.0, 9791.0, 9806.0, 9798.0, 9796.0, 9796.0, 9778.0, 9807.0, 9796.0, 9823.0, 9795.0, 9818.0, 9792.0, 9811.0, 9775.0, 9799.0, 9770.0, 9782.0, 9769.0, 9776.0, 9769.0, 9777.0, 9768.0, 9780.0, 9773.0, 9782.0, 9788.0, 9785.0, 9793.0, 9788.0, 9793.0, 9789.0, 9790.0, 9790.0, 9789.0, 9779.0, 9760.0, 9774.0, 9773.0, 9793.0, 9814.0, 9795.0, 9835.0, 9797.0, 9806.0, 9814.0, 9836.0, 9816.0, 9830.0, 9814.0, 9809.0, 9808.0, 9796.0, 9793.0, 9784.0, 9804.0, 9798.0, 9833.0, 9798.0, 9833.0, 9799.0, 9823.0, 9814.0, 9814.0, 9800.0, 9812.0, 9815.0, 9813.0, 9829.0, 9822.0, 9843.0, 9802.0, 9827.0, 9798.0, 9796.0, 9793.0, 9797.0, 9818.0, 9797.0, 9835.0, 9797.0, 9822.0, 9810.0, 9807.0, 9811.0, 9806.0, 9813.0, 9810.0, 9817.0, 9813.0, 9816.0, 9811.0, 9813.0, 9801.0, 9798.0, 9804.0, 9856.0, 9799.0, 9824.0, 9793.0, 9792.0, 9787.0, 9781.0, 9789.0, 9796.0, 9835.0, 9796.0, 9809.0, 9800.0, 9793.0, 9817.0, 9839.0, 9820.0, 9832.0, 9824.0, 9823.0, 9816.0, 9807.0, 9801.0, 9820.0, 9846.0, 9815.0, 9811.0, 9812.0, 9796.0, 9817.0, 9815.0, 9832.0, 9820.0, 9821.0, 9826.0, 9821.0, 9828.0, 9861.0, 9821.0, 9835.0, 9813.0, 9821.0, 9802.0, 9803.0, 9825.0, 9801.0, 9843.0, 9814.0, 9827.0, 9815.0, 9813.0, 9794.0, 9796.0, 9791.0, 9796.0, 9781.0, 9797.0, 9792.0, 9800.0, 9837.0, 9799.0, 9841.0, 9812.0, 9840.0, 9814.0, 9810.0, 9798.0, 9811.0, 9795.0, 9796.0, 9788.0, 9794.0, 9815.0, 9792.0, 9821.0, 9792.0, 9814.0, 9795.0, 9830.0, 9796.0, 9821.0, 9798.0, 9809.0, 9813.0, 9834.0, 9816.0, 9821.0, 9813.0, 9810.0, 9814.0, 9808.0, 9811.0, 9807.0, 9805.0, 9795.0, 9791.0, 9780.0, 9789.0, 9794.0, 9786.0, 9795.0, 9836.0, 9795.0, 9816.0, 9811.0, 9821.0, 9829.0, 9811.0, 9817.0, 9814.0, 9834.0, 9817.0, 9839.0, 9830.0, 9834.0, 9822.0, 9816.0, 9806.0, 9801.0, 9817.0, 9814.0, 9818.0, 9814.0, 9818.0, 9814.0, 9820.0, 9817.0, 9834.0, 9817.0, 9817.0, 9814.0, 9817.0, 9796.0, 9816.0, 9837.0, 9795.0, 9822.0, 9794.0, 9805.0, 9795.0, 9792.0, 9794.0, 9794.0, 9794.0, 9796.0, 9797.0, 9800.0, 9816.0, 9816.0, 9812.0, 9817.0, 9799.0, 9803.0, 9839.0, 9800.0, 9825.0, 9812.0, 9811.0, 9809.0, 9809.0, 9811.0, 9808.0, 9798.0, 9811.0, 9815.0, 9811.0, 9832.0, 9812.0, 9817.0, 9827.0, 9819.0, 9827.0, 9817.0, 9828.0, 9818.0, 9829.0, 9811.0, 9812.0, 9792.0, 9779.0, 9788.0, 9781.0, 9790.0, 9794.0, 9780.0, 9795.0, 9794.0, 9798.0, 9808.0, 9798.0, 9806.0, 9800.0, 9784.0, 9815.0, 9798.0, 9817.0, 9828.0, 9818.0, 9799.0, 9817.0, 9798.0, 9802.0, 9823.0, 9800.0, 9783.0, 9797.0, 9797.0, 9798.0, 9810.0, 9801.0, 9843.0, 9799.0, 9821.0, 9799.0, 9838.0, 9796.0, 9805.0, 9796.0, 9805.0, 9811.0, 9808.0, 9812.0, 9794.0, 9811.0, 9797.0, 9797.0, 9800.0, 9817.0, 9814.0, 9837.0, 9855.0, 9875.0, 9862.0, 9841.0, 9829.0, 9860.0, 9870.0, 9863.0, 9846.0, 9868.0, 9845.0, 9840.0, 9826.0, 9837.0, 9837.0, 9800.0, 9844.0, 9810.0, 9807.0, 9810.0, 9822.0, 9814.0, 9849.0, 9797.0, 9789.0, 9791.0, 9787.0, 9795.0, 9819.0, 9794.0, 9789.0, 9776.0, 9773.0, 9793.0, 9773.0, 9777.0, 9771.0, 9774.0, 9791.0, 9802.0, 9798.0, 9807.0, 9793.0, 9812.0, 9794.0, 9806.0, 9774.0, 9804.0, 9773.0, 9780.0, 9766.0, 9765.0, 9766.0, 9808.0, 9794.0, 9812.0, 9781.0, 9790.0, 9839.0, 9823.0, 9801.0, 9785.0, 9819.0, 9814.0, 9796.0, 9800.0, 9797.0, 9815.0, 9840.0, 9842.0, 9819.0, 9814.0, 9798.0, 9778.0, 9824.0, 9772.0, 9801.0, 9746.0, 9769.0, 9707.0, 9723.0, 9715.0, 9720.0, 9715.0, 9705.0, 9699.0, 9703.0, 9725.0, 9706.0, 9730.0, 9723.0, 9740.0, 9732.0, 9750.0, 9763.0, 9769.0, 9784.0, 9777.0, 9826.0, 9792.0, 9804.0, 9796.0, 9809.0, 9799.0, 9798.0, 9797.0, 9815.0, 9810.0, 9816.0, 9825.0, 9816.0, 9842.0, 9822.0, 9801.0, 9819.0, 9845.0, 9809.0, 9808.0, 9823.0, 9819.0, 9820.0, 9817.0, 9837.0, 9824.0, 9833.0, 9839.0, 9836.0, 9837.0, 9836.0, 9821.0, 9832.0, 9833.0, 9818.0, 9823.0, 9830.0, 9834.0, 9819.0, 9801.0, 9798.0, 9813.0, 9813.0, 9830.0, 9828.0, 9836.0, 9860.0, 9822.0, 9819.0, 9827.0, 9843.0, 9843.0, 9839.0, 9872.0, 9843.0, 9860.0, 9823.0, 9868.0, 9825.0, 9833.0, 9804.0, 9835.0, 9810.0, 9829.0, 9849.0, 9848.0, 9868.0, 9836.0, 9828.0, 9780.0, 9810.0, 9803.0, 9802.0, 9798.0, 9795.0, 9783.0, 9796.0, 9764.0, 9780.0, 9791.0, 9760.0, 9775.0, 9836.0, 9796.0, 9797.0, 9825.0, 9775.0, 9805.0, 9783.0, 9746.0, 9743.0, 9726.0, 9767.0, 9728.0, 9737.0, 9776.0, 9753.0, 9761.0, 9739.0, 9767.0, 9813.0, 9779.0, 9773.0, 9771.0, 9778.0, 9793.0, 9810.0, 9802.0, 9798.0, 9784.0, 9798.0, 9825.0, 9800.0, 9811.0, 9783.0, 9815.0, 9814.0, 9796.0, 9812.0, 9813.0, 9798.0, 9806.0, 9833.0, 9822.0, 9817.0, 9818.0, 9821.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.0024445295404814</td></tr>
<tr><td colspan=3>aqi</td><td>0.021937342013129104</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.880589551095305</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.28213326539978</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0295426438225637</td></tr>
<tr><td colspan=3>efc</td><td>0.4699</td></tr>
<tr><td colspan=3>fber</td><td>6548.0312</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10546192462180763</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.658643326039387</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5193143241753044</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.44972757795758</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7342228439019567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3739925506663755</td></tr>
<tr><td colspan=3>gcor</td><td>0.0146123</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008497506380081177</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017275091260671616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.7347483239156514</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>47.0848</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.2282</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.026</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297024.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>677.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.2829</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9997</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.9232</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3586.0947</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.9296</td></tr>
<tr><td colspan=3>tsnr</td><td>39.783152778749354</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>