<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>a50491e748216d22804aad18fd6c64f8</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>17:03:59.267500</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_VE11C_LATEST_20160120</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.995701, -0.00557289, 0.0924619, -0.00521344, 0.993235, 0.116007]</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.252</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.0972678</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>[4159, -7761, -7297, 673, -54, -157, 138, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9e6a42b-f40f-4663-9e82-4c807d6eb516||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6713919639587402, -0.013987290672957897, 0.24970372021198273, 106.53865814208984], [0.014951646327972412, 2.664776086807251, 0.31317338347435, -106.24771118164062], [0.24806851148605347, -0.3112379312515259, 2.6701254844665527, -86.15048217773438], [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': ['170359.267500', '170359.727500', '170400.187500', '170400.647500', '170401.107500', '170401.567500', '170402.027500', '170402.487500', '170402.947500', '170403.407500', '170403.867500', '170404.327500', '170404.787500', '170405.247500', '170405.707500', '170406.167500', '170406.627500', '170407.087500', '170407.547500', '170408.007500', '170408.467500', '170408.927500', '170409.387500', '170409.847500', '170410.307500', '170410.767500', '170411.227500', '170411.687500', '170412.147500', '170412.607500', '170413.067500', '170413.527500', '170413.987500', '170414.447500', '170414.907500', '170415.367500', '170415.827500', '170416.287500', '170416.747500', '170417.207500', '170417.667500', '170418.127500', '170418.587500', '170419.047500', '170419.507500', '170419.967500', '170420.427500', '170420.887500', '170421.347500', '170421.807500', '170422.267500', '170422.727500', '170423.187500', '170423.647500', '170424.107500', '170424.567500', '170425.027500', '170425.487500', '170425.947500', '170426.407500', '170426.867500', '170427.327500', '170427.787500', '170428.247500', '170428.707500', '170429.167500', '170429.627500', '170430.087500', '170430.547500', '170431.007500', '170431.467500', '170431.927500', '170432.387500', '170432.847500', '170433.307500', '170433.767500', '170434.227500', '170434.687500', '170435.147500', '170435.607500', '170436.067500', '170436.527500', '170436.987500', '170437.447500', '170437.907500', '170438.367500', '170438.827500', '170439.287500', '170439.747500', '170440.207500', '170440.667500', '170441.127500', '170441.587500', '170442.047500', '170442.507500', '170442.967500', '170443.427500', '170443.887500', '170444.347500', '170444.807500', '170445.267500', '170445.727500', '170446.187500', '170446.647500', '170447.107500', '170447.567500', '170448.027500', '170448.487500', '170448.947500', '170449.407500', '170449.867500', '170450.327500', '170450.787500', '170451.247500', '170451.707500', '170452.167500', '170452.627500', '170453.087500', '170453.547500', '170454.007500', '170454.467500', '170454.927500', '170455.387500', '170455.847500', '170456.307500', '170456.767500', '170457.227500', '170457.687500', '170458.147500', '170458.607500', '170459.067500', '170459.527500', '170459.987500', '170500.447500', '170500.907500', '170501.367500', '170501.827500', '170502.287500', '170502.747500', '170503.207500', '170503.667500', '170504.127500', '170504.587500', '170505.047500', '170505.507500', '170505.967500', '170506.427500', '170506.887500', '170507.347500', '170507.807500', '170508.267500', '170508.727500', '170509.187500', '170509.647500', '170510.107500', '170510.567500', '170511.027500', '170511.487500', '170511.947500', '170512.407500', '170512.867500', '170513.327500', '170513.787500', '170514.247500', '170514.707500', '170515.167500', '170515.627500', '170516.087500', '170516.547500', '170517.007500', '170517.467500', '170517.927500', '170518.387500', '170518.847500', '170519.307500', '170519.767500', '170520.227500', '170520.687500', '170521.147500', '170521.607500', '170522.067500', '170522.527500', '170522.987500', '170523.447500', '170523.907500', '170524.367500', '170524.827500', '170525.287500', '170525.747500', '170526.207500', '170526.667500', '170527.127500', '170527.587500', '170528.047500', '170528.507500', '170528.967500', '170529.427500', '170529.887500', '170530.347500', '170530.807500', '170531.267500', '170531.727500', '170532.187500', '170532.647500', '170533.107500', '170533.567500', '170534.027500', '170534.487500', '170534.947500', '170535.407500', '170535.867500', '170536.327500', '170536.787500', '170537.247500', '170537.707500', '170538.167500', '170538.627500', '170539.087500', '170539.547500', '170540.007500', '170540.467500', '170540.927500', '170541.387500', '170541.847500', '170542.307500', '170542.767500', '170543.227500', '170543.687500', '170544.147500', '170544.607500', '170545.067500', '170545.527500', '170545.987500', '170546.447500', '170546.907500', '170547.367500', '170547.827500', '170548.287500', '170548.747500', '170549.207500', '170549.667500', '170550.127500', '170550.587500', '170551.047500', '170551.507500', '170551.967500', '170552.427500', '170552.887500', '170553.347500', '170553.807500', '170554.267500', '170554.727500', '170555.187500', '170555.647500', '170556.107500', '170556.567500', '170557.027500', '170557.487500', '170557.947500', '170558.407500', '170558.867500', '170559.327500', '170559.787500', '170600.247500', '170600.707500', '170601.167500', '170601.627500', '170602.087500', '170602.547500', '170603.007500', '170603.467500', '170603.927500', '170604.387500', '170604.847500', '170605.307500', '170605.767500', '170606.227500', '170606.687500', '170607.147500', '170607.607500', '170608.067500', '170608.527500', '170608.987500', '170609.447500', '170609.907500', '170610.367500', '170610.827500', '170611.287500', '170611.747500', '170612.207500', '170612.667500', '170613.127500', '170613.587500', '170614.047500', '170614.507500', '170614.967500', '170615.427500', '170615.887500', '170616.347500', '170616.807500', '170617.267500', '170617.727500', '170618.187500', '170618.647500', '170619.107500', '170619.567500', '170620.027500', '170620.487500', '170620.947500', '170621.407500', '170621.867500', '170622.327500', '170622.787500', '170623.247500', '170623.707500', '170624.167500', '170624.627500', '170625.087500', '170625.547500', '170626.007500', '170626.467500', '170626.927500', '170627.387500', '170627.847500', '170628.307500', '170628.767500', '170629.227500', '170629.687500', '170630.147500', '170630.607500', '170631.067500', '170631.527500', '170631.987500', '170632.447500', '170632.907500', '170633.367500', '170633.827500', '170634.287500', '170634.747500', '170635.207500', '170635.667500', '170636.127500', '170636.587500', '170637.047500', '170637.507500', '170637.967500', '170638.427500', '170638.887500', '170639.347500', '170639.807500', '170640.267500', '170640.727500', '170641.187500', '170641.647500', '170642.107500', '170642.567500', '170643.027500', '170643.487500', '170643.947500', '170644.407500', '170644.867500', '170645.327500', '170645.787500', '170646.247500', '170646.707500', '170647.167500', '170647.627500', '170648.087500', '170648.547500', '170649.007500', '170649.467500', '170649.927500', '170650.387500', '170650.847500', '170651.307500', '170651.767500', '170652.227500', '170652.687500', '170653.147500', '170653.607500', '170654.067500', '170654.527500', '170654.987500', '170655.447500', '170655.907500', '170656.367500', '170656.827500', '170657.287500', '170657.747500', '170658.207500', '170658.667500', '170659.127500', '170659.587500', '170700.047500', '170700.507500', '170700.967500', '170701.427500', '170701.887500', '170702.347500', '170702.807500', '170703.267500', '170703.727500', '170704.187500', '170704.647500', '170705.107500', '170705.567500', '170706.027500', '170706.487500', '170706.947500', '170707.407500', '170707.867500', '170708.327500', '170708.787500', '170709.247500', '170709.707500', '170710.167500', '170710.627500', '170711.087500', '170711.547500', '170712.007500', '170712.467500', '170712.927500', '170713.387500', '170713.847500', '170714.307500', '170714.767500', '170715.227500', '170715.687500', '170716.147500', '170716.607500', '170717.067500', '170717.527500', '170717.987500', '170718.447500', '170718.907500', '170719.367500', '170719.827500', '170720.287500', '170720.747500', '170721.207500', '170721.667500', '170722.127500', '170722.587500', '170723.047500', '170723.507500', '170723.967500', '170724.427500', '170724.887500', '170725.347500', '170725.807500', '170726.267500', '170726.727500', '170727.187500', '170727.647500', '170728.107500', '170728.567500', '170729.027500', '170729.487500', '170729.947500', '170730.407500', '170730.867500', '170731.327500', '170731.787500', '170732.247500', '170732.707500', '170733.167500', '170733.627500', '170734.087500', '170734.547500', '170735.007500', '170735.467500', '170735.927500', '170736.387500', '170736.847500', '170737.307500', '170737.767500', '170738.227500', '170738.687500', '170739.147500', '170739.607500', '170740.067500', '170740.527500', '170740.987500', '170741.447500', '170741.907500', '170742.367500', '170742.827500', '170743.287500', '170743.747500', '170744.207500', '170744.667500', '170745.127500', '170745.587500', '170746.047500', '170746.507500', '170746.967500', '170747.427500', '170747.887500', '170748.347500', '170748.807500', '170749.267500', '170749.727500', '170750.187500', '170750.647500', '170751.107500', '170751.567500', '170752.027500', '170752.487500', '170752.947500', '170753.407500', '170753.867500', '170754.327500', '170754.787500', '170755.247500', '170755.707500', '170756.167500', '170756.627500', '170757.087500', '170757.547500', '170758.007500', '170758.467500', '170758.927500', '170759.387500', '170759.847500', '170800.307500', '170800.767500', '170801.227500', '170801.687500', '170802.147500', '170802.607500', '170803.067500', '170803.527500', '170803.987500', '170804.447500', '170804.907500', '170805.367500', '170805.827500', '170806.287500', '170806.747500', '170807.207500', '170807.667500', '170808.127500', '170808.587500', '170809.047500', '170809.507500', '170809.967500', '170810.427500', '170810.887500', '170811.347500', '170811.807500', '170812.267500', '170812.727500', '170813.187500', '170813.647500', '170814.107500', '170814.567500', '170815.027500', '170815.487500', '170815.947500', '170816.407500', '170816.867500', '170817.327500', '170817.787500', '170818.247500', '170818.707500', '170819.167500', '170819.627500', '170820.087500', '170820.547500', '170821.007500', '170821.467500', '170821.927500', '170822.387500', '170822.847500', '170823.307500', '170823.767500', '170824.227500', '170824.687500', '170825.147500', '170825.607500', '170826.067500', '170826.527500', '170826.987500', '170827.447500', '170827.907500', '170828.367500', '170828.827500', '170829.287500', '170829.747500', '170830.207500', '170830.667500', '170831.127500', '170831.587500', '170832.047500', '170832.507500', '170832.967500', '170833.427500', '170833.887500', '170834.347500', '170834.807500', '170835.267500', '170835.727500', '170836.187500', '170836.647500', '170837.107500', '170837.567500', '170838.027500', '170838.487500', '170838.947500', '170839.407500', '170839.867500', '170840.327500', '170840.787500', '170841.247500', '170841.707500', '170842.167500', '170842.627500', '170843.087500', '170843.547500', '170844.007500', '170844.467500', '170844.927500', '170845.387500', '170845.847500', '170846.307500', '170846.767500', '170847.227500', '170847.687500', '170848.147500', '170848.607500', '170849.067500', '170849.527500', '170849.987500', '170850.447500', '170850.907500', '170851.367500', '170851.827500', '170852.287500', '170852.747500', '170853.207500', '170853.667500', '170854.127500', '170854.587500', '170855.047500', '170855.507500', '170855.967500', '170856.427500', '170856.887500', '170857.347500', '170857.807500', '170858.267500', '170858.727500', '170859.187500', '170859.647500', '170900.107500', '170900.567500', '170901.027500', '170901.487500', '170901.947500', '170902.407500', '170902.867500', '170903.327500', '170903.787500', '170904.247500', '170904.707500', '170905.167500', '170905.627500', '170906.087500', '170906.547500', '170907.007500', '170907.467500', '170907.927500', '170908.387500', '170908.847500', '170909.307500', '170909.767500', '170910.227500', '170910.687500', '170911.147500', '170911.607500', '170912.067500', '170912.527500', '170912.987500', '170913.447500', '170913.907500', '170914.367500', '170914.827500', '170915.287500', '170915.747500', '170916.207500', '170916.667500', '170917.127500', '170917.587500', '170918.047500', '170918.507500', '170918.967500', '170919.427500', '170919.887500', '170920.347500', '170920.807500', '170921.267500', '170921.727500', '170922.187500', '170922.647500', '170923.107500', '170923.567500', '170924.027500', '170924.487500', '170924.947500', '170925.407500', '170925.867500', '170926.327500', '170926.787500', '170927.247500', '170927.707500', '170928.167500', '170928.627500', '170929.087500', '170929.547500', '170930.007500', '170930.467500', '170930.927500', '170931.387500', '170931.847500', '170932.307500', '170932.767500', '170933.227500', '170933.687500', '170934.147500', '170934.607500', '170935.067500', '170935.527500', '170935.987500', '170936.447500', '170936.907500', '170937.367500', '170937.827500', '170938.287500', '170938.747500', '170939.207500', '170939.667500', '170940.127500', '170940.587500', '170941.047500', '170941.507500', '170941.967500', '170942.427500', '170942.887500', '170943.347500', '170943.807500', '170944.267500', '170944.727500', '170945.187500', '170945.647500', '170946.107500', '170946.567500', '170947.027500', '170947.487500', '170947.947500', '170948.407500', '170948.867500', '170949.327500', '170949.787500', '170950.247500', '170950.707500', '170951.167500', '170951.627500', '170952.087500', '170952.547500', '170953.007500', '170953.467500', '170953.927500', '170954.387500', '170954.847500', '170955.307500', '170955.767500', '170956.227500', '170956.687500', '170957.147500', '170957.607500', '170958.067500', '170958.527500', '170958.987500', '170959.447500', '170959.907500', '171000.367500', '171000.827500', '171001.287500', '171001.747500', '171002.207500', '171002.667500', '171003.127500', '171003.587500', '171004.047500', '171004.507500', '171004.967500', '171005.427500', '171005.887500', '171006.347500', '171006.807500', '171007.267500', '171007.727500', '171008.187500', '171008.647500', '171009.107500', '171009.567500', '171010.027500', '171010.487500', '171010.947500', '171011.407500', '171011.867500', '171012.327500', '171012.787500', '171013.247500', '171013.707500', '171014.167500', '171014.627500', '171015.087500', '171015.547500', '171016.007500', '171016.467500', '171016.927500', '171017.387500', '171017.847500', '171018.307500', '171018.767500', '171019.227500', '171019.687500', '171020.147500', '171020.607500', '171021.067500', '171021.527500', '171021.987500', '171022.447500', '171022.907500', '171023.367500', '171023.827500', '171024.287500', '171024.747500', '171025.207500', '171025.667500', '171026.127500', '171026.587500', '171027.047500', '171027.507500', '171027.967500', '171028.427500', '171028.887500', '171029.347500', '171029.807500', '171030.267500', '171030.727500', '171031.187500', '171031.647500', '171032.107500', '171032.567500', '171033.027500', '171033.487500', '171033.947500', '171034.407500', '171034.867500', '171035.327500', '171035.787500', '171036.247500', '171036.707500', '171037.167500', '171037.627500', '171038.087500', '171038.547500', '171039.007500', '171039.467500', '171039.927500', '171040.387500', '171040.847500', '171041.307500', '171041.767500', '171042.227500', '171042.687500', '171043.147500', '171043.607500', '171044.067500', '171044.527500', '171044.987500', '171045.447500', '171045.907500', '171046.367500', '171046.827500', '171047.287500', '171047.747500', '171048.207500', '171048.667500', '171049.127500', '171049.587500', '171050.047500', '171050.507500', '171050.967500', '171051.427500', '171051.887500', '171052.347500', '171052.807500', '171053.267500', '171053.727500', '171054.187500', '171054.647500', '171055.107500', '171055.567500', '171056.027500', '171056.487500', '171056.947500', '171057.407500', '171057.867500', '171058.327500', '171058.787500', '171059.247500'], 'ContentTime': ['170418.375000', '170418.393000', '170418.396000', '170418.399000', '170418.402000', '170418.404000', '170418.408000', '170418.413000', '170418.416000', '170418.419000', '170418.422000', '170418.425000', '170418.429000', '170418.432000', '170418.435000', '170418.438000', '170418.441000', '170418.444000', '170418.450000', '170418.453000', '170418.456000', '170418.459000', '170418.462000', '170418.465000', '170418.468000', '170418.471000', '170418.474000', '170418.477000', '170418.480000', '170418.483000', '170418.486000', '170418.488000', '170418.491000', '170418.494000', '170418.497000', '170418.500000', '170418.503000', '170418.506000', '170418.509000', '170418.512000', '170438.338000', '170438.341000', '170438.344000', '170438.347000', '170438.349000', '170438.352000', '170438.355000', '170438.358000', '170438.361000', '170438.364000', '170438.367000', '170438.370000', '170438.372000', '170438.375000', '170438.378000', '170438.381000', '170438.384000', '170438.387000', '170438.390000', '170438.393000', '170438.395000', '170438.398000', '170438.401000', '170438.404000', '170438.407000', '170438.410000', '170438.413000', '170438.416000', '170438.418000', '170438.421000', '170438.424000', '170438.427000', '170438.430000', '170438.433000', '170438.436000', '170438.438000', '170438.441000', '170438.444000', '170438.447000', '170438.450000', '170438.453000', '170438.456000', '170438.458000', '170438.461000', '170458.338000', '170458.341000', '170458.344000', '170458.347000', '170458.350000', '170458.353000', '170458.356000', '170458.359000', '170458.362000', '170458.364000', '170458.367000', '170458.370000', '170458.373000', '170458.376000', '170458.379000', '170458.381000', '170458.384000', '170458.387000', '170458.390000', '170458.393000', '170458.396000', '170458.399000', '170458.401000', '170458.404000', '170458.407000', '170458.410000', '170458.413000', '170458.416000', '170458.419000', '170458.421000', '170458.424000', '170458.427000', '170458.430000', '170458.433000', '170458.436000', '170458.440000', '170458.443000', '170458.446000', '170458.449000', '170458.452000', '170458.455000', '170458.458000', '170458.461000', '170518.338000', '170518.341000', '170518.344000', '170518.347000', '170518.350000', '170518.352000', '170518.355000', '170518.358000', '170518.361000', '170518.364000', '170518.367000', '170518.370000', '170518.372000', '170518.375000', '170518.378000', '170518.381000', '170518.384000', '170518.387000', '170518.390000', '170518.392000', '170518.395000', '170518.398000', '170518.401000', '170518.404000', '170518.407000', '170518.410000', '170518.413000', '170518.416000', '170518.419000', '170518.421000', '170518.424000', '170518.427000', '170518.430000', '170518.433000', '170518.436000', '170518.439000', '170518.447000', '170518.450000', '170518.453000', '170518.456000', '170518.459000', '170518.462000', '170518.465000', '170518.467000', '170538.337000', '170538.340000', '170538.343000', '170538.346000', '170538.348000', '170538.351000', '170538.354000', '170538.357000', '170538.360000', '170538.363000', '170538.366000', '170538.369000', '170538.372000', '170538.374000', '170538.377000', '170538.380000', '170538.384000', '170538.387000', '170538.390000', '170538.393000', '170538.396000', '170538.399000', '170538.402000', '170538.405000', '170538.407000', '170538.410000', '170538.425000', '170538.428000', '170538.431000', '170538.434000', '170538.437000', '170538.440000', '170538.443000', '170538.446000', '170538.449000', '170538.451000', '170538.455000', '170538.458000', '170538.461000', '170538.464000', '170538.467000', '170538.470000', '170538.473000', '170558.337000', '170558.340000', '170558.343000', '170558.346000', '170558.349000', '170558.352000', '170558.354000', '170558.357000', '170558.360000', '170558.363000', '170558.366000', '170558.369000', '170558.372000', '170558.375000', '170558.378000', '170558.381000', '170558.383000', '170558.386000', '170558.389000', '170558.392000', '170558.395000', '170558.398000', '170558.401000', '170558.403000', '170558.406000', '170558.409000', '170558.412000', '170558.415000', '170558.418000', '170558.421000', '170558.424000', '170558.427000', '170558.430000', '170558.432000', '170558.435000', '170558.438000', '170558.441000', '170558.444000', '170558.447000', '170558.450000', '170558.453000', '170558.455000', '170558.458000', '170558.461000', '170618.338000', '170618.341000', '170618.344000', '170618.347000', '170618.350000', '170618.352000', '170618.355000', '170618.358000', '170618.361000', '170618.364000', '170618.367000', '170618.370000', '170618.373000', '170618.375000', '170618.378000', '170618.381000', '170618.384000', '170618.387000', '170618.390000', '170618.393000', '170618.396000', '170618.398000', '170618.401000', '170618.404000', '170618.407000', '170618.410000', '170618.413000', '170618.416000', '170618.419000', '170618.422000', '170618.425000', '170618.428000', '170618.431000', '170618.433000', '170618.436000', '170618.439000', '170618.442000', '170618.445000', '170618.448000', '170618.451000', '170618.454000', '170618.457000', '170618.459000', '170638.338000', '170638.341000', '170638.344000', '170638.347000', '170638.350000', '170638.353000', '170638.355000', '170638.358000', '170638.361000', '170638.364000', '170638.367000', '170638.370000', '170638.373000', '170638.376000', '170638.378000', '170638.381000', '170638.384000', '170638.387000', '170638.390000', '170638.393000', '170638.396000', '170638.399000', '170638.401000', '170638.404000', '170638.407000', '170638.410000', '170638.413000', '170638.416000', '170638.419000', '170638.422000', '170638.424000', '170638.427000', '170638.430000', '170638.433000', '170638.436000', '170638.439000', '170638.442000', '170638.445000', '170638.448000', '170638.450000', '170638.453000', '170638.456000', '170638.459000', '170638.462000', '170658.338000', '170658.341000', '170658.344000', '170658.347000', '170658.350000', '170658.353000', '170658.355000', '170658.358000', '170658.361000', '170658.364000', '170658.367000', '170658.370000', '170658.373000', '170658.375000', '170658.378000', '170658.381000', '170658.384000', '170658.387000', '170658.390000', '170658.393000', '170658.396000', '170658.398000', '170658.410000', '170658.413000', '170658.416000', '170658.419000', '170658.422000', '170658.426000', '170658.428000', '170658.431000', '170658.434000', '170658.437000', '170658.440000', '170658.443000', '170658.446000', '170658.448000', '170658.451000', '170658.454000', '170658.457000', '170658.460000', '170658.463000', '170658.466000', '170658.469000', '170718.338000', '170718.341000', '170718.344000', '170718.347000', '170718.350000', '170718.353000', '170718.356000', '170718.359000', '170718.376000', '170718.379000', '170718.382000', '170718.385000', '170718.387000', '170718.390000', '170718.393000', '170718.396000', '170718.399000', '170718.402000', '170718.405000', '170718.407000', '170718.410000', '170718.413000', '170718.416000', '170718.419000', '170718.422000', '170718.425000', '170718.428000', '170718.430000', '170718.433000', '170718.437000', '170718.439000', '170718.442000', '170718.445000', '170718.448000', '170718.451000', '170718.454000', '170718.457000', '170718.460000', '170718.463000', '170718.465000', '170718.468000', '170718.471000', '170718.474000', '170718.477000', '170738.338000', '170738.341000', '170738.344000', '170738.347000', '170738.350000', '170738.353000', '170738.356000', '170738.358000', '170738.361000', '170738.364000', '170738.367000', '170738.370000', '170738.373000', '170738.376000', '170738.378000', '170738.381000', '170738.384000', '170738.387000', '170738.390000', '170738.393000', '170738.396000', '170738.399000', '170738.401000', '170738.404000', '170738.407000', '170738.410000', '170738.413000', '170738.416000', '170738.419000', '170738.421000', '170738.424000', '170738.427000', '170738.430000', '170738.433000', '170738.436000', '170738.439000', '170738.442000', '170738.445000', '170738.448000', '170738.451000', '170738.453000', '170738.456000', '170738.459000', '170758.337000', '170758.340000', '170758.343000', '170758.346000', '170758.349000', '170758.351000', '170758.354000', '170758.357000', '170758.360000', '170758.363000', '170758.366000', '170758.369000', '170758.371000', '170758.374000', '170758.377000', '170758.380000', '170758.383000', '170758.386000', '170758.389000', '170758.392000', '170758.394000', '170758.397000', '170758.400000', '170758.403000', '170758.406000', '170758.409000', '170758.412000', '170758.415000', '170758.418000', '170758.421000', '170758.424000', '170758.426000', '170758.429000', '170758.432000', '170758.435000', '170758.438000', '170758.441000', '170758.444000', '170758.447000', '170758.450000', '170758.453000', '170758.456000', '170758.458000', '170758.461000', '170818.337000', '170818.340000', '170818.343000', '170818.346000', '170818.349000', '170818.352000', '170818.355000', '170818.357000', '170818.360000', '170818.363000', '170818.366000', '170818.369000', '170818.372000', '170818.375000', '170818.378000', '170818.380000', '170818.383000', '170818.386000', '170818.389000', '170818.392000', '170818.395000', '170818.398000', '170818.401000', '170818.404000', '170818.407000', '170818.409000', '170818.412000', '170818.415000', '170818.418000', '170818.421000', '170818.424000', '170818.427000', '170818.429000', '170818.432000', '170818.435000', '170818.438000', '170818.441000', '170818.444000', '170818.447000', '170818.450000', '170818.453000', '170818.456000', '170818.460000', '170838.338000', '170838.341000', '170838.344000', '170838.347000', '170838.350000', '170838.353000', '170838.356000', '170838.358000', '170838.361000', '170838.364000', '170838.367000', '170838.370000', '170838.373000', '170838.376000', '170838.379000', '170838.381000', '170838.384000', '170838.387000', '170838.390000', '170838.393000', '170838.396000', '170838.399000', '170838.402000', '170838.405000', '170838.407000', '170838.410000', '170838.413000', '170838.416000', '170838.419000', '170838.422000', '170838.425000', '170838.428000', '170838.430000', '170838.442000', '170838.444000', '170838.447000', '170838.450000', '170838.453000', '170838.456000', '170838.459000', '170838.462000', '170838.465000', '170838.467000', '170838.470000', '170858.338000', '170858.341000', '170858.344000', '170858.347000', '170858.350000', '170858.353000', '170858.356000', '170858.358000', '170858.361000', '170858.364000', '170858.367000', '170858.370000', '170858.373000', '170858.376000', '170858.378000', '170858.381000', '170858.384000', '170858.387000', '170858.390000', '170858.393000', '170858.396000', '170858.399000', '170858.402000', '170858.405000', '170858.407000', '170858.410000', '170858.413000', '170858.416000', '170858.419000', '170858.422000', '170858.425000', '170858.427000', '170858.430000', '170858.433000', '170858.436000', '170858.439000', '170858.442000', '170858.445000', '170858.448000', '170858.451000', '170858.454000', '170858.456000', '170858.459000', '170918.338000', '170918.341000', '170918.344000', '170918.347000', '170918.350000', '170918.353000', '170918.356000', '170918.359000', '170918.361000', '170918.364000', '170918.367000', '170918.372000', '170918.375000', '170918.378000', '170918.381000', '170918.384000', '170918.387000', '170918.390000', '170918.393000', '170918.395000', '170918.398000', '170918.401000', '170918.404000', '170918.407000', '170918.410000', '170918.413000', '170918.416000', '170918.418000', '170918.421000', '170918.424000', '170918.427000', '170918.430000', '170918.433000', '170918.436000', '170918.439000', '170918.441000', '170918.444000', '170918.447000', '170918.450000', '170918.453000', '170918.456000', '170918.459000', '170918.462000', '170918.465000', '170938.338000', '170938.341000', '170938.344000', '170938.347000', '170938.350000', '170938.353000', '170938.356000', '170938.358000', '170938.361000', '170938.364000', '170938.367000', '170938.370000', '170938.373000', '170938.376000', '170938.379000', '170938.381000', '170938.384000', '170938.387000', '170938.390000', '170938.393000', '170938.396000', '170938.399000', '170938.402000', '170938.404000', '170938.407000', '170938.410000', '170938.413000', '170938.416000', '170938.419000', '170938.422000', '170938.425000', '170938.427000', '170938.430000', '170938.433000', '170938.436000', '170938.439000', '170938.442000', '170938.444000', '170938.447000', '170938.450000', '170938.453000', '170938.456000', '170938.459000', '170958.338000', '170958.341000', '170958.346000', '170958.350000', '170958.353000', '170958.356000', '170958.359000', '170958.361000', '170958.364000', '170958.367000', '170958.370000', '170958.373000', '170958.376000', '170958.379000', '170958.382000', '170958.385000', '170958.387000', '170958.390000', '170958.393000', '170958.396000', '170958.399000', '170958.402000', '170958.405000', '170958.408000', '170958.410000', '170958.413000', '170958.416000', '170958.419000', '170958.422000', '170958.425000', '170958.428000', '170958.430000', '170958.433000', '170958.436000', '170958.439000', '170958.442000', '170958.445000', '170958.448000', '170958.451000', '170958.453000', '170958.456000', '170958.459000', '170958.462000', '171018.337000', '171018.351000', '171018.354000', '171018.357000', '171018.360000', '171018.364000', '171018.366000', '171018.369000', '171018.372000', '171018.375000', '171018.378000', '171018.381000', '171018.383000', '171018.386000', '171018.389000', '171018.392000', '171018.395000', '171018.398000', '171018.401000', '171018.404000', '171018.406000', '171018.409000', '171018.412000', '171018.415000', '171018.418000', '171018.421000', '171018.424000', '171018.427000', '171018.429000', '171018.432000', '171018.435000', '171018.438000', '171018.441000', '171018.444000', '171018.447000', '171018.450000', '171018.453000', '171018.455000', '171018.458000', '171018.461000', '171018.464000', '171018.467000', '171018.470000', '171018.473000', '171038.337000', '171038.340000', '171038.343000', '171038.346000', '171038.349000', '171038.352000', '171038.355000', '171038.358000', '171038.361000', '171038.364000', '171038.367000', '171038.370000', '171038.373000', '171038.376000', '171038.379000', '171038.382000', '171038.385000', '171038.388000', '171038.391000', '171038.393000', '171038.396000', '171038.399000', '171038.402000', '171038.405000', '171038.408000', '171038.411000', '171038.414000', '171038.417000', '171038.420000', '171038.422000', '171038.425000', '171038.428000', '171038.431000', '171038.434000', '171038.437000', '171038.440000', '171038.443000', '171038.445000', '171038.448000', '171038.451000', '171038.454000', '171038.457000', '171038.460000', '171058.338000', '171058.341000', '171058.344000', '171058.347000', '171058.350000', '171058.353000', '171058.355000', '171058.358000', '171058.361000', '171058.364000', '171058.367000', '171058.370000', '171058.373000', '171058.376000', '171058.379000', '171058.382000', '171058.384000', '171058.387000', '171058.390000', '171058.393000', '171058.396000', '171058.399000', '171058.402000', '171058.405000', '171058.408000', '171058.411000', '171058.413000', '171058.416000', '171058.419000', '171058.422000', '171058.425000', '171058.428000', '171058.431000', '171058.434000', '171058.437000', '171058.439000', '171058.442000', '171058.445000', '171058.448000', '171058.451000', '171058.454000', '171058.457000', '171058.460000', '171058.463000', '171100.040000', '171100.043000', '171100.046000', '171100.049000'], 'InstanceCreationTime': ['170418.375000', '170418.393000', '170418.396000', '170418.399000', '170418.402000', '170418.404000', '170418.408000', '170418.413000', '170418.416000', '170418.419000', '170418.422000', '170418.425000', '170418.429000', '170418.432000', '170418.435000', '170418.438000', '170418.441000', '170418.444000', '170418.450000', '170418.453000', '170418.456000', '170418.459000', '170418.462000', '170418.465000', '170418.468000', '170418.471000', '170418.474000', '170418.477000', '170418.480000', '170418.483000', '170418.486000', '170418.488000', '170418.491000', '170418.494000', '170418.497000', '170418.500000', '170418.503000', '170418.506000', '170418.509000', '170418.512000', '170438.338000', '170438.341000', '170438.344000', '170438.347000', '170438.349000', '170438.352000', '170438.355000', '170438.358000', '170438.361000', '170438.364000', '170438.367000', '170438.370000', '170438.372000', '170438.375000', '170438.378000', '170438.381000', '170438.384000', '170438.387000', '170438.390000', '170438.393000', '170438.395000', '170438.398000', '170438.401000', '170438.404000', '170438.407000', '170438.410000', '170438.413000', '170438.416000', '170438.418000', '170438.421000', '170438.424000', '170438.427000', '170438.430000', '170438.433000', '170438.436000', '170438.438000', '170438.441000', '170438.444000', '170438.447000', '170438.450000', '170438.453000', '170438.456000', '170438.458000', '170438.461000', '170458.338000', '170458.341000', '170458.344000', '170458.347000', '170458.350000', '170458.353000', '170458.356000', '170458.359000', '170458.362000', '170458.364000', '170458.367000', '170458.370000', '170458.373000', '170458.376000', '170458.379000', '170458.381000', '170458.384000', '170458.387000', '170458.390000', '170458.393000', '170458.396000', '170458.399000', '170458.401000', '170458.404000', '170458.407000', '170458.410000', '170458.413000', '170458.416000', '170458.419000', '170458.421000', '170458.424000', '170458.427000', '170458.430000', '170458.433000', '170458.436000', '170458.440000', '170458.443000', '170458.446000', '170458.449000', '170458.452000', '170458.455000', '170458.458000', '170458.461000', '170518.338000', '170518.341000', '170518.344000', '170518.347000', '170518.350000', '170518.352000', '170518.355000', '170518.358000', '170518.361000', '170518.364000', '170518.367000', '170518.370000', '170518.372000', '170518.375000', '170518.378000', '170518.381000', '170518.384000', '170518.387000', '170518.390000', '170518.392000', '170518.395000', '170518.398000', '170518.401000', '170518.404000', '170518.407000', '170518.410000', '170518.413000', '170518.416000', '170518.419000', '170518.421000', '170518.424000', '170518.427000', '170518.430000', '170518.433000', '170518.436000', '170518.439000', '170518.447000', '170518.450000', '170518.453000', '170518.456000', '170518.459000', '170518.462000', '170518.465000', '170518.467000', '170538.337000', '170538.340000', '170538.343000', '170538.346000', '170538.348000', '170538.351000', '170538.354000', '170538.357000', '170538.360000', '170538.363000', '170538.366000', '170538.369000', '170538.372000', '170538.374000', '170538.377000', '170538.380000', '170538.384000', '170538.387000', '170538.390000', '170538.393000', '170538.396000', '170538.399000', '170538.402000', '170538.405000', '170538.407000', '170538.410000', '170538.425000', '170538.428000', '170538.431000', '170538.434000', '170538.437000', '170538.440000', '170538.443000', '170538.446000', '170538.449000', '170538.451000', '170538.455000', '170538.458000', '170538.461000', '170538.464000', '170538.467000', '170538.470000', '170538.473000', '170558.337000', '170558.340000', '170558.343000', '170558.346000', '170558.349000', '170558.352000', '170558.354000', '170558.357000', '170558.360000', '170558.363000', '170558.366000', '170558.369000', '170558.372000', '170558.375000', '170558.378000', '170558.381000', '170558.383000', '170558.386000', '170558.389000', '170558.392000', '170558.395000', '170558.398000', '170558.401000', '170558.403000', '170558.406000', '170558.409000', '170558.412000', '170558.415000', '170558.418000', '170558.421000', '170558.424000', '170558.427000', '170558.430000', '170558.432000', '170558.435000', '170558.438000', '170558.441000', '170558.444000', '170558.447000', '170558.450000', '170558.453000', '170558.455000', '170558.458000', '170558.461000', '170618.338000', '170618.341000', '170618.344000', '170618.347000', '170618.350000', '170618.352000', '170618.355000', '170618.358000', '170618.361000', '170618.364000', '170618.367000', '170618.370000', '170618.373000', '170618.375000', '170618.378000', '170618.381000', '170618.384000', '170618.387000', '170618.390000', '170618.393000', '170618.396000', '170618.398000', '170618.401000', '170618.404000', '170618.407000', '170618.410000', '170618.413000', '170618.416000', '170618.419000', '170618.422000', '170618.425000', '170618.428000', '170618.431000', '170618.433000', '170618.436000', '170618.439000', '170618.442000', '170618.445000', '170618.448000', '170618.451000', '170618.454000', '170618.457000', '170618.459000', '170638.338000', '170638.341000', '170638.344000', '170638.347000', '170638.350000', '170638.353000', '170638.355000', '170638.358000', '170638.361000', '170638.364000', '170638.367000', '170638.370000', '170638.373000', '170638.376000', '170638.378000', '170638.381000', '170638.384000', '170638.387000', '170638.390000', '170638.393000', '170638.396000', '170638.399000', '170638.401000', '170638.404000', '170638.407000', '170638.410000', '170638.413000', '170638.416000', '170638.419000', '170638.422000', '170638.424000', '170638.427000', '170638.430000', '170638.433000', '170638.436000', '170638.439000', '170638.442000', '170638.445000', '170638.448000', '170638.450000', '170638.453000', '170638.456000', '170638.459000', '170638.462000', '170658.338000', '170658.341000', '170658.344000', '170658.347000', '170658.350000', '170658.353000', '170658.355000', '170658.358000', '170658.361000', '170658.364000', '170658.367000', '170658.370000', '170658.373000', '170658.375000', '170658.378000', '170658.381000', '170658.384000', '170658.387000', '170658.390000', '170658.393000', '170658.396000', '170658.398000', '170658.410000', '170658.413000', '170658.416000', '170658.419000', '170658.422000', '170658.426000', '170658.428000', '170658.431000', '170658.434000', '170658.437000', '170658.440000', '170658.443000', '170658.446000', '170658.448000', '170658.451000', '170658.454000', '170658.457000', '170658.460000', '170658.463000', '170658.466000', '170658.469000', '170718.338000', '170718.341000', '170718.344000', '170718.347000', '170718.350000', '170718.353000', '170718.356000', '170718.359000', '170718.376000', '170718.379000', '170718.382000', '170718.385000', '170718.387000', '170718.390000', '170718.393000', '170718.396000', '170718.399000', '170718.402000', '170718.405000', '170718.407000', '170718.410000', '170718.413000', '170718.416000', '170718.419000', '170718.422000', '170718.425000', '170718.428000', '170718.430000', '170718.433000', '170718.437000', '170718.439000', '170718.442000', '170718.445000', '170718.448000', '170718.451000', '170718.454000', '170718.457000', '170718.460000', '170718.463000', '170718.465000', '170718.468000', '170718.471000', '170718.474000', '170718.477000', '170738.338000', '170738.341000', '170738.344000', '170738.347000', '170738.350000', '170738.353000', '170738.356000', '170738.358000', '170738.361000', '170738.364000', '170738.367000', '170738.370000', '170738.373000', '170738.376000', '170738.378000', '170738.381000', '170738.384000', '170738.387000', '170738.390000', '170738.393000', '170738.396000', '170738.399000', '170738.401000', '170738.404000', '170738.407000', '170738.410000', '170738.413000', '170738.416000', '170738.419000', '170738.421000', '170738.424000', '170738.427000', '170738.430000', '170738.433000', '170738.436000', '170738.439000', '170738.442000', '170738.445000', '170738.448000', '170738.451000', '170738.453000', '170738.456000', '170738.459000', '170758.337000', '170758.340000', '170758.343000', '170758.346000', '170758.349000', '170758.351000', '170758.354000', '170758.357000', '170758.360000', '170758.363000', '170758.366000', '170758.369000', '170758.371000', '170758.374000', '170758.377000', '170758.380000', '170758.383000', '170758.386000', '170758.389000', '170758.392000', '170758.394000', '170758.397000', '170758.400000', '170758.403000', '170758.406000', '170758.409000', '170758.412000', '170758.415000', '170758.418000', '170758.421000', '170758.424000', '170758.426000', '170758.429000', '170758.432000', '170758.435000', '170758.438000', '170758.441000', '170758.444000', '170758.447000', '170758.450000', '170758.453000', '170758.456000', '170758.458000', '170758.461000', '170818.337000', '170818.340000', '170818.343000', '170818.346000', '170818.349000', '170818.352000', '170818.355000', '170818.357000', '170818.360000', '170818.363000', '170818.366000', '170818.369000', '170818.372000', '170818.375000', '170818.378000', '170818.380000', '170818.383000', '170818.386000', '170818.389000', '170818.392000', '170818.395000', '170818.398000', '170818.401000', '170818.404000', '170818.407000', '170818.409000', '170818.412000', '170818.415000', '170818.418000', '170818.421000', '170818.424000', '170818.427000', '170818.429000', '170818.432000', '170818.435000', '170818.438000', '170818.441000', '170818.444000', '170818.447000', '170818.450000', '170818.453000', '170818.456000', '170818.460000', '170838.338000', '170838.341000', '170838.344000', '170838.347000', '170838.350000', '170838.353000', '170838.356000', '170838.358000', '170838.361000', '170838.364000', '170838.367000', '170838.370000', '170838.373000', '170838.376000', '170838.379000', '170838.381000', '170838.384000', '170838.387000', '170838.390000', '170838.393000', '170838.396000', '170838.399000', '170838.402000', '170838.405000', '170838.407000', '170838.410000', '170838.413000', '170838.416000', '170838.419000', '170838.422000', '170838.425000', '170838.428000', '170838.430000', '170838.442000', '170838.444000', '170838.447000', '170838.450000', '170838.453000', '170838.456000', '170838.459000', '170838.462000', '170838.465000', '170838.467000', '170838.470000', '170858.338000', '170858.341000', '170858.344000', '170858.347000', '170858.350000', '170858.353000', '170858.356000', '170858.358000', '170858.361000', '170858.364000', '170858.367000', '170858.370000', '170858.373000', '170858.376000', '170858.378000', '170858.381000', '170858.384000', '170858.387000', '170858.390000', '170858.393000', '170858.396000', '170858.399000', '170858.402000', '170858.405000', '170858.407000', '170858.410000', '170858.413000', '170858.416000', '170858.419000', '170858.422000', '170858.425000', '170858.427000', '170858.430000', '170858.433000', '170858.436000', '170858.439000', '170858.442000', '170858.445000', '170858.448000', '170858.451000', '170858.454000', '170858.456000', '170858.459000', '170918.338000', '170918.341000', '170918.344000', '170918.347000', '170918.350000', '170918.353000', '170918.356000', '170918.359000', '170918.361000', '170918.364000', '170918.367000', '170918.372000', '170918.375000', '170918.378000', '170918.381000', '170918.384000', '170918.387000', '170918.390000', '170918.393000', '170918.395000', '170918.398000', '170918.401000', '170918.404000', '170918.407000', '170918.410000', '170918.413000', '170918.416000', '170918.418000', '170918.421000', '170918.424000', '170918.427000', '170918.430000', '170918.433000', '170918.436000', '170918.439000', '170918.441000', '170918.444000', '170918.447000', '170918.450000', '170918.453000', '170918.456000', '170918.459000', '170918.462000', '170918.465000', '170938.338000', '170938.341000', '170938.344000', '170938.347000', '170938.350000', '170938.353000', '170938.356000', '170938.358000', '170938.361000', '170938.364000', '170938.367000', '170938.370000', '170938.373000', '170938.376000', '170938.379000', '170938.381000', '170938.384000', '170938.387000', '170938.390000', '170938.393000', '170938.396000', '170938.399000', '170938.402000', '170938.404000', '170938.407000', '170938.410000', '170938.413000', '170938.416000', '170938.419000', '170938.422000', '170938.425000', '170938.427000', '170938.430000', '170938.433000', '170938.436000', '170938.439000', '170938.442000', '170938.444000', '170938.447000', '170938.450000', '170938.453000', '170938.456000', '170938.459000', '170958.338000', '170958.341000', '170958.346000', '170958.350000', '170958.353000', '170958.356000', '170958.359000', '170958.361000', '170958.364000', '170958.367000', '170958.370000', '170958.373000', '170958.376000', '170958.379000', '170958.382000', '170958.385000', '170958.387000', '170958.390000', '170958.393000', '170958.396000', '170958.399000', '170958.402000', '170958.405000', '170958.408000', '170958.410000', '170958.413000', '170958.416000', '170958.419000', '170958.422000', '170958.425000', '170958.428000', '170958.430000', '170958.433000', '170958.436000', '170958.439000', '170958.442000', '170958.445000', '170958.448000', '170958.451000', '170958.453000', '170958.456000', '170958.459000', '170958.462000', '171018.337000', '171018.351000', '171018.354000', '171018.357000', '171018.360000', '171018.364000', '171018.366000', '171018.369000', '171018.372000', '171018.375000', '171018.378000', '171018.381000', '171018.383000', '171018.386000', '171018.389000', '171018.392000', '171018.395000', '171018.398000', '171018.401000', '171018.404000', '171018.406000', '171018.409000', '171018.412000', '171018.415000', '171018.418000', '171018.421000', '171018.424000', '171018.427000', '171018.429000', '171018.432000', '171018.435000', '171018.438000', '171018.441000', '171018.444000', '171018.447000', '171018.450000', '171018.453000', '171018.455000', '171018.458000', '171018.461000', '171018.464000', '171018.467000', '171018.470000', '171018.473000', '171038.337000', '171038.340000', '171038.343000', '171038.346000', '171038.349000', '171038.352000', '171038.355000', '171038.358000', '171038.361000', '171038.364000', '171038.367000', '171038.370000', '171038.373000', '171038.376000', '171038.379000', '171038.382000', '171038.385000', '171038.388000', '171038.391000', '171038.393000', '171038.396000', '171038.399000', '171038.402000', '171038.405000', '171038.408000', '171038.411000', '171038.414000', '171038.417000', '171038.420000', '171038.422000', '171038.425000', '171038.428000', '171038.431000', '171038.434000', '171038.437000', '171038.440000', '171038.443000', '171038.445000', '171038.448000', '171038.451000', '171038.454000', '171038.457000', '171038.460000', '171058.338000', '171058.341000', '171058.344000', '171058.347000', '171058.350000', '171058.353000', '171058.355000', '171058.358000', '171058.361000', '171058.364000', '171058.367000', '171058.370000', '171058.373000', '171058.376000', '171058.379000', '171058.382000', '171058.384000', '171058.387000', '171058.390000', '171058.393000', '171058.396000', '171058.399000', '171058.402000', '171058.405000', '171058.408000', '171058.411000', '171058.413000', '171058.416000', '171058.419000', '171058.422000', '171058.425000', '171058.428000', '171058.431000', '171058.434000', '171058.437000', '171058.439000', '171058.442000', '171058.445000', '171058.448000', '171058.451000', '171058.454000', '171058.457000', '171058.460000', '171058.463000', '171100.040000', '171100.043000', '171100.046000', '171100.049000'], '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': [12263, 9623, 13183, 11282, 8699, 8952, 7931, 9883, 8018, 11717, 9137, 14529, 8789, 12901, 9103, 11134, 8721, 10651, 8054, 10837, 8414, 8398, 9744, 9707, 7890, 8348, 7753, 9486, 7488, 12068, 8767, 8839, 10395, 7718, 13036, 7956, 13911, 8512, 12302, 8423, 10062, 7948, 9028, 9010, 9201, 10083, 8104, 10444, 7809, 11550, 8040, 11021, 7923, 11474, 8104, 12094, 8104, 12635, 9001, 12571, 8384, 10255, 8173, 9472, 8192, 10802, 7717, 9175, 7264, 9536, 7387, 10081, 8009, 10082, 8061, 10593, 8129, 11044, 9004, 14054, 8676, 12669, 8655, 10934, 8102, 10760, 8394, 9789, 7685, 9081, 7403, 9220, 7931, 9595, 7755, 8863, 8109, 8486, 10665, 8807, 10362, 8094, 11939, 8006, 12412, 8208, 12655, 8492, 10952, 8225, 10401, 7894, 11419, 8270, 10017, 7928, 7791, 8333, 7707, 9695, 8101, 7350, 10302, 7936, 9681, 9960, 8212, 14044, 8285, 13528, 12283, 12472, 12184, 10573, 11954, 8914, 15961, 12431, 11617, 9461, 8013, 9898, 8643, 15473, 11134, 15725, 8400, 10877, 9207, 8338, 10778, 7963, 11532, 8117, 13399, 12526, 15259, 10385, 11183, 8281, 9392, 8049, 11449, 8413, 7700, 8321, 7826, 8037, 8724, 7997, 11890, 8790, 9940, 9916, 9472, 15296, 11178, 12522, 11339, 11416, 10158, 8867, 9433, 8193, 8042, 8669, 11807, 15666, 17529, 18163, 14812, 10994, 14400, 10003, 8492, 13283, 8496, 8577, 11139, 9204, 14484, 13501, 12066, 16476, 13178, 16440, 12626, 16044, 11804, 12240, 10289, 10960, 8583, 8930, 8614, 8402, 8717, 8246, 8636, 8466, 8452, 9151, 7981, 10177, 8215, 10785, 8638, 9092, 8953, 8087, 8865, 8136, 9637, 7809, 10727, 8472, 11298, 8541, 11500, 8893, 11854, 9076, 12242, 8654, 10976, 8769, 10986, 9265, 10345, 8854, 7723, 8408, 8111, 8989, 8140, 9934, 7711, 9917, 7992, 10091, 13801, 11109, 14014, 8847, 16291, 9214, 14712, 10029, 15695, 9243, 11062, 9229, 7783, 9531, 8184, 8845, 8555, 7746, 9517, 12022, 11052, 12225, 14107, 9883, 13364, 8703, 15801, 10967, 16946, 11152, 13128, 8875, 10441, 9112, 8532, 10973, 8114, 9252, 8906, 10666, 9893, 10999, 9701, 7508, 9897, 8230, 12838, 8833, 7548, 9331, 7981, 11560, 9362, 9098, 9627, 8177, 12619, 8955, 11861, 11063, 8286, 9589, 8660, 7379, 10387, 8956, 7894, 10588, 8306, 7460, 11037, 13396, 10992, 11385, 13373, 8445, 7274, 12230, 9036, 9620, 15615, 8402, 11792, 9700, 8419, 14989, 12585, 17593, 11418, 12946, 8419, 7723, 9128, 7873, 10388, 7959, 7589, 9074, 7394, 9794, 9864, 7808, 9508, 7472, 8679, 8010, 7498, 10472, 8215, 14149, 8000, 14657, 8318, 11728, 10552, 7544, 9157, 7555, 9943, 7713, 12125, 10168, 9629, 8588, 7859, 9247, 8339, 9315, 13166, 11545, 8974, 8096, 7998, 7958, 8180, 8690, 7755, 8594, 7213, 9133, 7474, 10110, 7890, 9968, 8241, 10731, 8383, 14025, 8358, 11307, 8133, 10152, 7762, 10953, 8165, 10741, 8112, 10139, 8466, 11867, 8393, 12953, 8316, 12476, 8595, 12759, 9724, 13299, 13914, 8381, 13517, 8532, 12255, 11282, 17773, 10007, 15041, 11804, 10906, 11165, 8141, 17428, 8279, 14754, 8138, 9920, 8052, 9207, 7223, 8915, 7626, 8309, 8137, 7930, 8662, 8108, 10218, 8158, 11745, 8134, 10625, 8006, 11439, 8533, 10790, 8305, 11973, 8131, 11550, 8850, 12314, 8484, 10080, 8243, 9963, 8068, 11667, 7696, 9534, 7529, 9597, 7548, 10724, 7628, 10050, 8196, 10287, 8129, 11625, 8466, 10309, 8335, 9729, 7771, 10268, 8095, 9992, 7939, 9691, 8183, 8844, 13787, 9664, 13947, 8421, 13851, 8454, 11468, 8503, 12199, 8551, 10782, 8616, 10562, 8299, 10659, 8472, 10191, 8286, 9745, 8440, 12647, 8850, 12984, 8341, 13452, 8280, 14653, 10721, 12659, 8404, 10974, 7774, 10382, 8973, 11956, 8549, 10725, 8193, 10463, 8412, 11710, 9140, 8692, 8621, 8255, 8718, 8238, 9559, 7761, 9507, 7756, 9586, 7968, 10257, 8440, 9539, 7807, 9178, 7919, 9476, 8380, 9308, 7952, 9129, 7960, 9414, 7590, 11491, 8421, 11389, 8420, 8527, 8446, 7830, 11391, 8466, 12155, 8390, 12227, 9480, 14958, 10578, 12477, 9037, 10107, 8261, 11175, 8625, 10382, 8175, 9867, 8010, 10904, 8356, 10891, 8239, 10395, 7986, 11471, 10564, 10675, 9144, 8661, 9747, 13934, 11993, 13926, 11841, 10013, 8963, 9672, 8130, 9668, 9586, 7494, 9893, 8221, 9939, 8385, 11885, 9738, 12846, 8316, 12223, 8316, 14490, 10421, 14814, 8380, 15062, 8292, 12053, 8085, 9077, 9132, 7819, 9752, 7825, 11849, 8105, 12981, 10686, 14951, 8319, 13786, 8341, 12437, 9817, 14442, 8698, 11591, 9465, 10452, 8936, 7411, 8072, 8938, 8268, 11120, 9244, 7560, 11632, 8586, 12549, 11797, 8617, 15124, 8794, 16483, 10701, 15293, 11793, 12725, 9030, 7800, 10336, 8462, 10389, 10306, 8060, 9890, 8153, 12558, 8998, 14851, 11733, 16319, 8953, 12913, 8339, 7528, 9416, 8111, 7200, 8516, 7304, 10028, 8424, 10244, 10165, 9088, 9577, 8742, 9986, 9044, 14793, 8564, 7896, 9582, 9177, 11317, 9426, 15690, 8846, 14497, 9129, 11883, 10294, 7879, 10291, 8614, 11423, 9384, 14901, 9443, 7798, 9918, 8456, 10508, 10176, 8123, 11005, 8346, 11583, 8783, 10058, 9187, 8098, 10984, 8767, 10944, 10564, 8845, 10730, 8480, 11662, 8975, 9131, 9539, 8067, 11177, 8684, 12157, 10738, 8461, 9255, 8299, 9088, 8483, 7986, 9156, 9265, 8454, 9732, 13941, 14862, 17692, 10183, 9273, 15943, 11058, 11062, 13818, 11688, 10879, 11710, 8830, 15272, 12872, 13823, 12462, 13810, 12132, 13912, 9928, 12702, 8069, 10172, 7244, 7959, 7675, 8142, 7879, 7359, 8628, 6972, 9009, 7260, 9030, 7075, 8752, 7279, 9029, 7178, 8363, 7118, 8611, 7356, 8697, 7528, 9890, 7755, 7842, 7353, 7822, 8168, 7808, 8066, 7842, 8191, 7860, 8065, 9054, 7592, 10085, 7502, 10478, 7786, 13396, 8269, 9808, 8423, 7944, 9468, 8075, 11178, 7886, 11389, 7623, 10977, 8274, 8035, 8880, 7467, 9235, 8239, 9709, 10941, 8791, 12686, 10506, 11698, 8950, 15405, 8881, 7132, 12241, 9538, 7991, 7779, 9603, 8054, 8580, 9748, 8224, 17008, 10538, 16920, 15362, 14418, 16569, 13402, 11427, 9452, 7878, 8372, 8225, 8068, 9696, 9055, 8133, 10819, 11974, 9292, 14985, 13959, 10456, 12984, 10227, 9488, 9037, 12074, 13127, 7472, 8965, 7876, 7934, 8510, 7503, 7821, 8315, 7851, 8693, 7689, 11868, 8418, 8115, 8974, 7782, 10086, 8413, 9742, 8846], 'WindowCenter': [4326.0, 4280.0, 4287.0, 4271.0, 4249.0, 4246.0, 4227.0, 4242.0, 4224.0, 4264.0, 4227.0, 4285.0, 4224.0, 4264.0, 4222.0, 4252.0, 4224.0, 4242.0, 4213.0, 4269.0, 4218.0, 4222.0, 4244.0, 4236.0, 4223.0, 4222.0, 4224.0, 4245.0, 4214.0, 4278.0, 4234.0, 4234.0, 4243.0, 4212.0, 4276.0, 4223.0, 4275.0, 4221.0, 4252.0, 4210.0, 4230.0, 4210.0, 4234.0, 4226.0, 4231.0, 4241.0, 4210.0, 4241.0, 4211.0, 4253.0, 4211.0, 4240.0, 4210.0, 4251.0, 4210.0, 4265.0, 4223.0, 4264.0, 4233.0, 4251.0, 4210.0, 4228.0, 4221.0, 4243.0, 4223.0, 4241.0, 4211.0, 4219.0, 4214.0, 4245.0, 4211.0, 4242.0, 4211.0, 4241.0, 4222.0, 4241.0, 4223.0, 4265.0, 4234.0, 4273.0, 4221.0, 4250.0, 4208.0, 4239.0, 4210.0, 4252.0, 4209.0, 4227.0, 4197.0, 4219.0, 4211.0, 4232.0, 4211.0, 4231.0, 4208.0, 4220.0, 4208.0, 4221.0, 4242.0, 4234.0, 4241.0, 4210.0, 4250.0, 4221.0, 4263.0, 4222.0, 4263.0, 4220.0, 4241.0, 4220.0, 4247.0, 4223.0, 4265.0, 4221.0, 4231.0, 4220.0, 4224.0, 4234.0, 4226.0, 4244.0, 4223.0, 4228.0, 4270.0, 4249.0, 4263.0, 4258.0, 4237.0, 4285.0, 4239.0, 4290.0, 4279.0, 4276.0, 4267.0, 4255.0, 4253.0, 4234.0, 4284.0, 4263.0, 4254.0, 4233.0, 4211.0, 4245.0, 4235.0, 4286.0, 4252.0, 4271.0, 4207.0, 4240.0, 4219.0, 4209.0, 4240.0, 4210.0, 4251.0, 4223.0, 4275.0, 4261.0, 4269.0, 4216.0, 4224.0, 4194.0, 4216.0, 4208.0, 4239.0, 4206.0, 4209.0, 4206.0, 4212.0, 4222.0, 4236.0, 4223.0, 4266.0, 4222.0, 4243.0, 4230.0, 4247.0, 4284.0, 4255.0, 4265.0, 4240.0, 4251.0, 4229.0, 4213.0, 4231.0, 4267.0, 4284.0, 4250.0, 4249.0, 4284.0, 4293.0, 4301.0, 4282.0, 4250.0, 4291.0, 4272.0, 4261.0, 4294.0, 4254.0, 4239.0, 4264.0, 4232.0, 4269.0, 4258.0, 4242.0, 4279.0, 4246.0, 4267.0, 4235.0, 4253.0, 4222.0, 4221.0, 4198.0, 4205.0, 4175.0, 4174.0, 4175.0, 4175.0, 4188.0, 4189.0, 4190.0, 4190.0, 4192.0, 4211.0, 4204.0, 4224.0, 4205.0, 4249.0, 4231.0, 4229.0, 4225.0, 4209.0, 4218.0, 4207.0, 4227.0, 4211.0, 4240.0, 4222.0, 4249.0, 4219.0, 4247.0, 4218.0, 4248.0, 4231.0, 4262.0, 4233.0, 4252.0, 4233.0, 4253.0, 4242.0, 4242.0, 4244.0, 4222.0, 4233.0, 4224.0, 4243.0, 4238.0, 4254.0, 4226.0, 4255.0, 4222.0, 4255.0, 4285.0, 4268.0, 4275.0, 4232.0, 4284.0, 4233.0, 4283.0, 4243.0, 4281.0, 4230.0, 4243.0, 4230.0, 4212.0, 4242.0, 4234.0, 4244.0, 4245.0, 4223.0, 4255.0, 4277.0, 4267.0, 4276.0, 4286.0, 4244.0, 4273.0, 4220.0, 4282.0, 4241.0, 4296.0, 4252.0, 4260.0, 4218.0, 4235.0, 4219.0, 4232.0, 4250.0, 4211.0, 4230.0, 4230.0, 4242.0, 4243.0, 4252.0, 4230.0, 4198.0, 4229.0, 4220.0, 4262.0, 4220.0, 4211.0, 4229.0, 4210.0, 4262.0, 4245.0, 4224.0, 4231.0, 4222.0, 4260.0, 4218.0, 4261.0, 4250.0, 4222.0, 4231.0, 4221.0, 4200.0, 4242.0, 4234.0, 4237.0, 4267.0, 4236.0, 4217.0, 4269.0, 4281.0, 4278.0, 4279.0, 4300.0, 4236.0, 4225.0, 4277.0, 4247.0, 4245.0, 4295.0, 4238.0, 4265.0, 4243.0, 4221.0, 4271.0, 4262.0, 4293.0, 4250.0, 4260.0, 4206.0, 4197.0, 4218.0, 4209.0, 4229.0, 4207.0, 4208.0, 4218.0, 4199.0, 4229.0, 4242.0, 4210.0, 4229.0, 4211.0, 4220.0, 4209.0, 4211.0, 4253.0, 4222.0, 4271.0, 4210.0, 4263.0, 4209.0, 4249.0, 4240.0, 4199.0, 4228.0, 4209.0, 4229.0, 4210.0, 4262.0, 4242.0, 4233.0, 4231.0, 4223.0, 4231.0, 4220.0, 4229.0, 4262.0, 4250.0, 4219.0, 4207.0, 4208.0, 4209.0, 4209.0, 4219.0, 4207.0, 4217.0, 4200.0, 4230.0, 4212.0, 4243.0, 4224.0, 4242.0, 4222.0, 4254.0, 4236.0, 4285.0, 4222.0, 4251.0, 4210.0, 4242.0, 4211.0, 4253.0, 4224.0, 4253.0, 4220.0, 4243.0, 4222.0, 4266.0, 4223.0, 4273.0, 4221.0, 4276.0, 4246.0, 4269.0, 4245.0, 4261.0, 4273.0, 4231.0, 4281.0, 4248.0, 4280.0, 4269.0, 4303.0, 4257.0, 4285.0, 4256.0, 4234.0, 4237.0, 4209.0, 4294.0, 4205.0, 4264.0, 4210.0, 4228.0, 4210.0, 4228.0, 4192.0, 4213.0, 4209.0, 4208.0, 4209.0, 4209.0, 4222.0, 4210.0, 4235.0, 4204.0, 4251.0, 4209.0, 4240.0, 4222.0, 4252.0, 4232.0, 4254.0, 4234.0, 4262.0, 4225.0, 4266.0, 4246.0, 4275.0, 4234.0, 4241.0, 4222.0, 4243.0, 4225.0, 4263.0, 4223.0, 4242.0, 4211.0, 4242.0, 4224.0, 4255.0, 4223.0, 4257.0, 4234.0, 4248.0, 4236.0, 4278.0, 4234.0, 4254.0, 4228.0, 4244.0, 4237.0, 4256.0, 4224.0, 4258.0, 4223.0, 4243.0, 4220.0, 4239.0, 4274.0, 4243.0, 4266.0, 4221.0, 4273.0, 4222.0, 4263.0, 4234.0, 4262.0, 4232.0, 4252.0, 4232.0, 4246.0, 4223.0, 4254.0, 4222.0, 4254.0, 4221.0, 4244.0, 4233.0, 4275.0, 4246.0, 4276.0, 4223.0, 4273.0, 4235.0, 4286.0, 4268.0, 4272.0, 4220.0, 4253.0, 4225.0, 4255.0, 4243.0, 4263.0, 4215.0, 4251.0, 4231.0, 4266.0, 4234.0, 4262.0, 4230.0, 4220.0, 4230.0, 4236.0, 4232.0, 4224.0, 4232.0, 4209.0, 4230.0, 4208.0, 4244.0, 4222.0, 4248.0, 4215.0, 4223.0, 4203.0, 4230.0, 4216.0, 4241.0, 4221.0, 4232.0, 4220.0, 4231.0, 4220.0, 4242.0, 4215.0, 4279.0, 4233.0, 4265.0, 4233.0, 4234.0, 4236.0, 4224.0, 4278.0, 4235.0, 4264.0, 4233.0, 4274.0, 4245.0, 4291.0, 4255.0, 4262.0, 4230.0, 4252.0, 4220.0, 4252.0, 4220.0, 4239.0, 4218.0, 4241.0, 4214.0, 4251.0, 4221.0, 4251.0, 4219.0, 4243.0, 4223.0, 4252.0, 4266.0, 4251.0, 4232.0, 4219.0, 4236.0, 4286.0, 4261.0, 4272.0, 4250.0, 4242.0, 4219.0, 4228.0, 4209.0, 4228.0, 4242.0, 4201.0, 4241.0, 4220.0, 4241.0, 4220.0, 4252.0, 4231.0, 4260.0, 4220.0, 4249.0, 4220.0, 4271.0, 4254.0, 4271.0, 4220.0, 4269.0, 4209.0, 4248.0, 4207.0, 4220.0, 4243.0, 4211.0, 4242.0, 4210.0, 4263.0, 4223.0, 4273.0, 4255.0, 4283.0, 4222.0, 4271.0, 4221.0, 4259.0, 4243.0, 4270.0, 4236.0, 4280.0, 4255.0, 4265.0, 4244.0, 4239.0, 4239.0, 4258.0, 4247.0, 4278.0, 4258.0, 4238.0, 4267.0, 4232.0, 4276.0, 4279.0, 4236.0, 4296.0, 4233.0, 4297.0, 4257.0, 4286.0, 4267.0, 4261.0, 4232.0, 4211.0, 4240.0, 4234.0, 4254.0, 4256.0, 4223.0, 4243.0, 4225.0, 4263.0, 4233.0, 4270.0, 4261.0, 4282.0, 4220.0, 4263.0, 4235.0, 4213.0, 4245.0, 4223.0, 4212.0, 4232.0, 4213.0, 4257.0, 4234.0, 4257.0, 4255.0, 4245.0, 4244.0, 4236.0, 4245.0, 4247.0, 4284.0, 4233.0, 4224.0, 4232.0, 4231.0, 4252.0, 4230.0, 4283.0, 4232.0, 4271.0, 4234.0, 4261.0, 4241.0, 4222.0, 4242.0, 4220.0, 4252.0, 4232.0, 4281.0, 4230.0, 4210.0, 4230.0, 4220.0, 4242.0, 4253.0, 4221.0, 4238.0, 4222.0, 4251.0, 4222.0, 4239.0, 4229.0, 4222.0, 4239.0, 4220.0, 4239.0, 4239.0, 4222.0, 4241.0, 4219.0, 4249.0, 4220.0, 4231.0, 4242.0, 4222.0, 4240.0, 4221.0, 4250.0, 4252.0, 4219.0, 4229.0, 4234.0, 4230.0, 4219.0, 4211.0, 4243.0, 4257.0, 4234.0, 4245.0, 4273.0, 4295.0, 4277.0, 4200.0, 4217.0, 4281.0, 4258.0, 4276.0, 4307.0, 4291.0, 4275.0, 4270.0, 4230.0, 4275.0, 4243.0, 4258.0, 4241.0, 4251.0, 4238.0, 4245.0, 4215.0, 4230.0, 4176.0, 4205.0, 4170.0, 4180.0, 4165.0, 4179.0, 4176.0, 4168.0, 4191.0, 4168.0, 4197.0, 4178.0, 4213.0, 4177.0, 4190.0, 4182.0, 4200.0, 4184.0, 4185.0, 4184.0, 4210.0, 4191.0, 4225.0, 4223.0, 4241.0, 4203.0, 4218.0, 4204.0, 4219.0, 4228.0, 4238.0, 4230.0, 4231.0, 4229.0, 4237.0, 4250.0, 4261.0, 4230.0, 4258.0, 4225.0, 4265.0, 4237.0, 4281.0, 4236.0, 4249.0, 4229.0, 4228.0, 4262.0, 4236.0, 4266.0, 4216.0, 4256.0, 4226.0, 4253.0, 4235.0, 4229.0, 4245.0, 4220.0, 4246.0, 4236.0, 4257.0, 4268.0, 4228.0, 4275.0, 4255.0, 4270.0, 4259.0, 4301.0, 4249.0, 4215.0, 4292.0, 4270.0, 4251.0, 4249.0, 4258.0, 4250.0, 4250.0, 4261.0, 4238.0, 4306.0, 4256.0, 4320.0, 4298.0, 4279.0, 4306.0, 4288.0, 4277.0, 4245.0, 4250.0, 4251.0, 4237.0, 4237.0, 4245.0, 4235.0, 4224.0, 4256.0, 4265.0, 4246.0, 4285.0, 4274.0, 4255.0, 4263.0, 4242.0, 4232.0, 4222.0, 4263.0, 4274.0, 4214.0, 4221.0, 4223.0, 4237.0, 4236.0, 4215.0, 4214.0, 4236.0, 4224.0, 4233.0, 4227.0, 4277.0, 4237.0, 4237.0, 4243.0, 4226.0, 4256.0, 4225.0, 4245.0, 4235.0], 'WindowWidth': [9561.0, 9483.0, 9481.0, 9455.0, 9421.0, 9413.0, 9386.0, 9401.0, 9377.0, 9433.0, 9377.0, 9461.0, 9376.0, 9427.0, 9369.0, 9411.0, 9375.0, 9396.0, 9360.0, 9446.0, 9362.0, 9371.0, 9402.0, 9389.0, 9375.0, 9374.0, 9378.0, 9409.0, 9368.0, 9456.0, 9392.0, 9389.0, 9400.0, 9357.0, 9452.0, 9376.0, 9451.0, 9369.0, 9411.0, 9352.0, 9379.0, 9352.0, 9391.0, 9373.0, 9384.0, 9393.0, 9351.0, 9392.0, 9355.0, 9415.0, 9355.0, 9393.0, 9352.0, 9409.0, 9351.0, 9436.0, 9375.0, 9433.0, 9386.0, 9408.0, 9351.0, 9372.0, 9367.0, 9403.0, 9373.0, 9396.0, 9354.0, 9361.0, 9361.0, 9409.0, 9356.0, 9398.0, 9353.0, 9396.0, 9370.0, 9396.0, 9375.0, 9435.0, 9392.0, 9443.0, 9366.0, 9403.0, 9345.0, 9391.0, 9354.0, 9413.0, 9349.0, 9371.0, 9331.0, 9363.0, 9358.0, 9385.0, 9355.0, 9381.0, 9348.0, 9364.0, 9347.0, 9369.0, 9398.0, 9392.0, 9395.0, 9351.0, 9406.0, 9368.0, 9432.0, 9375.0, 9431.0, 9367.0, 9394.0, 9367.0, 9406.0, 9376.0, 9434.0, 9370.0, 9381.0, 9369.0, 9379.0, 9392.0, 9387.0, 9407.0, 9378.0, 9389.0, 9453.0, 9423.0, 9443.0, 9432.0, 9402.0, 9465.0, 9405.0, 9477.0, 9458.0, 9449.0, 9439.0, 9419.0, 9415.0, 9387.0, 9463.0, 9426.0, 9416.0, 9386.0, 9355.0, 9407.0, 9394.0, 9467.0, 9411.0, 9435.0, 9343.0, 9390.0, 9361.0, 9347.0, 9393.0, 9353.0, 9409.0, 9373.0, 9450.0, 9423.0, 9430.0, 9352.0, 9360.0, 9321.0, 9353.0, 9347.0, 9391.0, 9343.0, 9349.0, 9343.0, 9357.0, 9374.0, 9398.0, 9376.0, 9436.0, 9371.0, 9400.0, 9380.0, 9413.0, 9461.0, 9418.0, 9433.0, 9392.0, 9406.0, 9376.0, 9354.0, 9386.0, 9462.0, 9495.0, 9422.0, 9407.0, 9459.0, 9468.0, 9481.0, 9455.0, 9406.0, 9470.0, 9460.0, 9444.0, 9484.0, 9432.0, 9401.0, 9433.0, 9388.0, 9432.0, 9417.0, 9388.0, 9445.0, 9393.0, 9426.0, 9377.0, 9399.0, 9352.0, 9349.0, 9314.0, 9321.0, 9278.0, 9278.0, 9281.0, 9283.0, 9304.0, 9307.0, 9310.0, 9310.0, 9316.0, 9341.0, 9338.0, 9362.0, 9338.0, 9407.0, 9387.0, 9378.0, 9371.0, 9348.0, 9359.0, 9344.0, 9372.0, 9356.0, 9395.0, 9370.0, 9405.0, 9364.0, 9400.0, 9361.0, 9404.0, 9387.0, 9426.0, 9389.0, 9414.0, 9390.0, 9418.0, 9401.0, 9400.0, 9405.0, 9376.0, 9388.0, 9380.0, 9405.0, 9407.0, 9422.0, 9385.0, 9422.0, 9375.0, 9422.0, 9463.0, 9444.0, 9449.0, 9385.0, 9461.0, 9385.0, 9458.0, 9403.0, 9454.0, 9382.0, 9396.0, 9382.0, 9359.0, 9400.0, 9396.0, 9407.0, 9411.0, 9382.0, 9424.0, 9456.0, 9440.0, 9455.0, 9466.0, 9405.0, 9443.0, 9365.0, 9454.0, 9396.0, 9482.0, 9410.0, 9420.0, 9360.0, 9385.0, 9365.0, 9385.0, 9408.0, 9356.0, 9379.0, 9380.0, 9400.0, 9403.0, 9411.0, 9379.0, 9335.0, 9376.0, 9365.0, 9427.0, 9366.0, 9355.0, 9376.0, 9353.0, 9429.0, 9407.0, 9371.0, 9382.0, 9372.0, 9422.0, 9363.0, 9424.0, 9405.0, 9371.0, 9382.0, 9367.0, 9337.0, 9399.0, 9393.0, 9400.0, 9445.0, 9400.0, 9371.0, 9446.0, 9455.0, 9460.0, 9459.0, 9490.0, 9399.0, 9381.0, 9454.0, 9414.0, 9406.0, 9476.0, 9403.0, 9434.0, 9403.0, 9368.0, 9436.0, 9423.0, 9470.0, 9403.0, 9417.0, 9341.0, 9327.0, 9357.0, 9347.0, 9374.0, 9344.0, 9347.0, 9359.0, 9334.0, 9374.0, 9398.0, 9353.0, 9376.0, 9356.0, 9365.0, 9350.0, 9356.0, 9416.0, 9370.0, 9439.0, 9353.0, 9419.0, 9347.0, 9402.0, 9390.0, 9334.0, 9375.0, 9351.0, 9377.0, 9354.0, 9425.0, 9399.0, 9386.0, 9384.0, 9374.0, 9382.0, 9365.0, 9378.0, 9423.0, 9404.0, 9361.0, 9343.0, 9345.0, 9350.0, 9348.0, 9363.0, 9346.0, 9358.0, 9339.0, 9380.0, 9360.0, 9401.0, 9376.0, 9399.0, 9373.0, 9419.0, 9399.0, 9462.0, 9373.0, 9408.0, 9354.0, 9399.0, 9359.0, 9414.0, 9379.0, 9415.0, 9368.0, 9401.0, 9372.0, 9438.0, 9376.0, 9444.0, 9371.0, 9451.0, 9415.0, 9438.0, 9409.0, 9423.0, 9442.0, 9392.0, 9456.0, 9415.0, 9462.0, 9445.0, 9494.0, 9425.0, 9463.0, 9415.0, 9382.0, 9384.0, 9350.0, 9473.0, 9343.0, 9423.0, 9351.0, 9374.0, 9351.0, 9373.0, 9323.0, 9350.0, 9351.0, 9347.0, 9351.0, 9349.0, 9373.0, 9352.0, 9384.0, 9342.0, 9409.0, 9348.0, 9395.0, 9373.0, 9413.0, 9385.0, 9420.0, 9392.0, 9428.0, 9382.0, 9439.0, 9412.0, 9449.0, 9395.0, 9398.0, 9373.0, 9402.0, 9383.0, 9430.0, 9376.0, 9399.0, 9357.0, 9399.0, 9381.0, 9421.0, 9378.0, 9426.0, 9394.0, 9411.0, 9400.0, 9457.0, 9395.0, 9422.0, 9383.0, 9407.0, 9403.0, 9426.0, 9380.0, 9429.0, 9378.0, 9403.0, 9370.0, 9398.0, 9447.0, 9404.0, 9433.0, 9371.0, 9442.0, 9373.0, 9435.0, 9393.0, 9428.0, 9387.0, 9414.0, 9387.0, 9404.0, 9377.0, 9421.0, 9374.0, 9418.0, 9371.0, 9407.0, 9392.0, 9452.0, 9410.0, 9452.0, 9377.0, 9446.0, 9395.0, 9465.0, 9444.0, 9441.0, 9368.0, 9414.0, 9381.0, 9424.0, 9406.0, 9428.0, 9360.0, 9410.0, 9386.0, 9441.0, 9393.0, 9428.0, 9382.0, 9367.0, 9382.0, 9398.0, 9386.0, 9379.0, 9386.0, 9352.0, 9379.0, 9352.0, 9408.0, 9376.0, 9410.0, 9359.0, 9368.0, 9341.0, 9383.0, 9366.0, 9399.0, 9373.0, 9386.0, 9369.0, 9383.0, 9370.0, 9402.0, 9363.0, 9460.0, 9392.0, 9437.0, 9390.0, 9395.0, 9399.0, 9381.0, 9460.0, 9396.0, 9434.0, 9391.0, 9449.0, 9408.0, 9474.0, 9420.0, 9427.0, 9382.0, 9416.0, 9371.0, 9416.0, 9366.0, 9390.0, 9363.0, 9397.0, 9357.0, 9413.0, 9371.0, 9414.0, 9368.0, 9402.0, 9376.0, 9414.0, 9441.0, 9413.0, 9388.0, 9367.0, 9392.0, 9465.0, 9425.0, 9440.0, 9406.0, 9396.0, 9362.0, 9375.0, 9350.0, 9376.0, 9403.0, 9342.0, 9397.0, 9366.0, 9398.0, 9368.0, 9414.0, 9383.0, 9422.0, 9364.0, 9405.0, 9367.0, 9439.0, 9419.0, 9437.0, 9365.0, 9431.0, 9349.0, 9400.0, 9344.0, 9367.0, 9404.0, 9360.0, 9401.0, 9357.0, 9432.0, 9376.0, 9442.0, 9421.0, 9454.0, 9371.0, 9434.0, 9368.0, 9419.0, 9401.0, 9432.0, 9397.0, 9461.0, 9425.0, 9439.0, 9411.0, 9412.0, 9409.0, 9433.0, 9419.0, 9461.0, 9431.0, 9405.0, 9441.0, 9388.0, 9451.0, 9460.0, 9396.0, 9476.0, 9390.0, 9480.0, 9427.0, 9463.0, 9439.0, 9424.0, 9382.0, 9356.0, 9393.0, 9392.0, 9421.0, 9427.0, 9376.0, 9402.0, 9379.0, 9430.0, 9390.0, 9436.0, 9424.0, 9451.0, 9365.0, 9424.0, 9394.0, 9362.0, 9409.0, 9376.0, 9360.0, 9388.0, 9363.0, 9430.0, 9396.0, 9427.0, 9421.0, 9407.0, 9405.0, 9397.0, 9408.0, 9414.0, 9459.0, 9389.0, 9379.0, 9385.0, 9382.0, 9411.0, 9379.0, 9455.0, 9383.0, 9435.0, 9390.0, 9425.0, 9397.0, 9375.0, 9398.0, 9369.0, 9413.0, 9388.0, 9451.0, 9380.0, 9353.0, 9379.0, 9366.0, 9398.0, 9417.0, 9369.0, 9391.0, 9371.0, 9410.0, 9371.0, 9391.0, 9378.0, 9373.0, 9390.0, 9366.0, 9391.0, 9391.0, 9369.0, 9394.0, 9360.0, 9404.0, 9365.0, 9379.0, 9398.0, 9372.0, 9391.0, 9369.0, 9408.0, 9414.0, 9363.0, 9376.0, 9393.0, 9381.0, 9365.0, 9354.0, 9403.0, 9428.0, 9393.0, 9410.0, 9447.0, 9487.0, 9438.0, 9327.0, 9361.0, 9453.0, 9425.0, 9462.0, 9507.0, 9485.0, 9460.0, 9443.0, 9385.0, 9442.0, 9391.0, 9414.0, 9385.0, 9402.0, 9384.0, 9392.0, 9349.0, 9369.0, 9290.0, 9330.0, 9285.0, 9295.0, 9272.0, 9294.0, 9286.0, 9280.0, 9314.0, 9284.0, 9321.0, 9299.0, 9350.0, 9297.0, 9313.0, 9306.0, 9325.0, 9310.0, 9306.0, 9313.0, 9345.0, 9323.0, 9375.0, 9381.0, 9398.0, 9344.0, 9368.0, 9345.0, 9375.0, 9386.0, 9406.0, 9390.0, 9392.0, 9388.0, 9405.0, 9426.0, 9442.0, 9390.0, 9431.0, 9383.0, 9441.0, 9407.0, 9459.0, 9400.0, 9414.0, 9385.0, 9383.0, 9438.0, 9403.0, 9440.0, 9364.0, 9417.0, 9386.0, 9418.0, 9397.0, 9385.0, 9410.0, 9377.0, 9412.0, 9400.0, 9430.0, 9448.0, 9384.0, 9451.0, 9421.0, 9443.0, 9438.0, 9487.0, 9422.0, 9370.0, 9487.0, 9454.0, 9431.0, 9427.0, 9433.0, 9425.0, 9424.0, 9438.0, 9403.0, 9493.0, 9424.0, 9519.0, 9487.0, 9455.0, 9496.0, 9471.0, 9457.0, 9408.0, 9430.0, 9428.0, 9399.0, 9402.0, 9408.0, 9392.0, 9376.0, 9422.0, 9431.0, 9410.0, 9460.0, 9444.0, 9419.0, 9426.0, 9397.0, 9384.0, 9371.0, 9424.0, 9443.0, 9363.0, 9368.0, 9374.0, 9400.0, 9398.0, 9369.0, 9364.0, 9395.0, 9377.0, 9388.0, 9390.0, 9453.0, 9401.0, 9401.0, 9404.0, 9382.0, 9423.0, 9381.0, 9406.0, 9392.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.006988406593406593</td></tr>
<tr><td colspan=3>aqi</td><td>0.04609918615384615</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.13646006418043</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207679679746976</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.039396491342134</td></tr>
<tr><td colspan=3>efc</td><td>0.5115</td></tr>
<tr><td colspan=3>fber</td><td>3907.4028</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17589982274858124</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.648351648351648</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.519086705813311</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3848730340492867</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7795315700944396</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3928555132962064</td></tr>
<tr><td colspan=3>gcor</td><td>0.00972939</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022522060200572014</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048017457127571106</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>910</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>4.069350727994203</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>14.2656</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.262</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.768</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293682.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.488</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5377</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.1074</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3412.2308</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3577.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82862.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.0047</td></tr>
<tr><td colspan=3>tsnr</td><td>27.564804246649146</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>