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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0013_suffix-bold_task-faces" 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-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-01_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-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-02_task-faces_acq-mb8_run-01_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-0013/ses-02/func/sub-0013_ses-02_task-faces_acq-mb8_run-01_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>b02debbc5432411fdccf67ee8818db0b</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:11:45.970000</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.998714, 0.0492497, 0.0120257, -0.0505927, 0.983403, 0.174239]</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-01_task-faces_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.090066</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7768, -7234, 464, -203, -232, 35, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>428dd8cc-d53d-4b3a-9185-12e67450cec6||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.6794769763946533, -0.1357364058494568, 0.008761233650147915, 119.34879302978516], [-0.13213324546813965, 2.6383981704711914, 0.4714818596839905, -95.38330841064453], [0.03226402774453163, -0.46746930480003357, 2.658501148223877, -28.553653717041016], [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': ['101145.970000', '101146.430000', '101146.890000', '101147.350000', '101147.810000', '101148.270000', '101148.730000', '101149.190000', '101149.650000', '101150.110000', '101150.570000', '101151.030000', '101151.490000', '101151.950000', '101152.410000', '101152.870000', '101153.330000', '101153.790000', '101154.250000', '101154.710000', '101155.170000', '101155.630000', '101156.090000', '101156.550000', '101157.010000', '101157.470000', '101157.930000', '101158.390000', '101158.850000', '101159.310000', '101159.770000', '101200.230000', '101200.690000', '101201.150000', '101201.610000', '101202.070000', '101202.530000', '101202.990000', '101203.450000', '101203.910000', '101204.370000', '101204.830000', '101205.290000', '101205.750000', '101206.210000', '101206.670000', '101207.130000', '101207.590000', '101208.050000', '101208.510000', '101208.970000', '101209.430000', '101209.890000', '101210.350000', '101210.810000', '101211.270000', '101211.730000', '101212.190000', '101212.650000', '101213.110000', '101213.570000', '101214.030000', '101214.490000', '101214.950000', '101215.410000', '101215.870000', '101216.330000', '101216.790000', '101217.250000', '101217.710000', '101218.170000', '101218.630000', '101219.090000', '101219.550000', '101220.010000', '101220.470000', '101220.930000', '101221.390000', '101221.850000', '101222.310000', '101222.770000', '101223.230000', '101223.690000', '101224.150000', '101224.610000', '101225.070000', '101225.530000', '101225.990000', '101226.450000', '101226.910000', '101227.370000', '101227.830000', '101228.290000', '101228.750000', '101229.210000', '101229.670000', '101230.130000', '101230.590000', '101231.050000', '101231.510000', '101231.970000', '101232.430000', '101232.890000', '101233.350000', '101233.810000', '101234.270000', '101234.730000', '101235.190000', '101235.650000', '101236.110000', '101236.570000', '101237.030000', '101237.490000', '101237.950000', '101238.410000', '101238.870000', '101239.330000', '101239.790000', '101240.250000', '101240.710000', '101241.170000', '101241.630000', '101242.090000', '101242.550000', '101243.010000', '101243.470000', '101243.930000', '101244.390000', '101244.850000', '101245.310000', '101245.770000', '101246.230000', '101246.690000', '101247.150000', '101247.610000', '101248.070000', '101248.530000', '101248.990000', '101249.450000', '101249.910000', '101250.370000', '101250.830000', '101251.290000', '101251.750000', '101252.210000', '101252.670000', '101253.130000', '101253.590000', '101254.050000', '101254.510000', '101254.970000', '101255.430000', '101255.890000', '101256.350000', '101256.810000', '101257.270000', '101257.730000', '101258.190000', '101258.650000', '101259.110000', '101259.570000', '101300.030000', '101300.490000', '101300.950000', '101301.410000', '101301.870000', '101302.330000', '101302.790000', '101303.250000', '101303.710000', '101304.170000', '101304.630000', '101305.090000', '101305.550000', '101306.010000', '101306.470000', '101306.930000', '101307.390000', '101307.850000', '101308.310000', '101308.770000', '101309.230000', '101309.690000', '101310.150000', '101310.610000', '101311.070000', '101311.530000', '101311.990000', '101312.450000', '101312.910000', '101313.370000', '101313.830000', '101314.290000', '101314.750000', '101315.210000', '101315.670000', '101316.130000', '101316.590000', '101317.050000', '101317.510000', '101317.970000', '101318.430000', '101318.890000', '101319.350000', '101319.810000', '101320.270000', '101320.730000', '101321.190000', '101321.650000', '101322.110000', '101322.570000', '101323.030000', '101323.490000', '101323.950000', '101324.410000', '101324.870000', '101325.330000', '101325.790000', '101326.250000', '101326.710000', '101327.170000', '101327.630000', '101328.090000', '101328.550000', '101329.010000', '101329.470000', '101329.930000', '101330.390000', '101330.850000', '101331.310000', '101331.770000', '101332.230000', '101332.690000', '101333.150000', '101333.610000', '101334.070000', '101334.530000', '101334.990000', '101335.450000', '101335.910000', '101336.370000', '101336.830000', '101337.290000', '101337.750000', '101338.210000', '101338.670000', '101339.130000', '101339.590000', '101340.050000', '101340.510000', '101340.970000', '101341.430000', '101341.890000', '101342.350000', '101342.810000', '101343.270000', '101343.730000', '101344.190000', '101344.650000', '101345.110000', '101345.570000', '101346.030000', '101346.490000', '101346.950000', '101347.410000', '101347.870000', '101348.330000', '101348.790000', '101349.250000', '101349.710000', '101350.170000', '101350.630000', '101351.090000', '101351.550000', '101352.010000', '101352.470000', '101352.930000', '101353.390000', '101353.850000', '101354.310000', '101354.770000', '101355.230000', '101355.690000', '101356.150000', '101356.610000', '101357.070000', '101357.530000', '101357.990000', '101358.450000', '101358.910000', '101359.370000', '101359.830000', '101400.290000', '101400.750000', '101401.210000', '101401.670000', '101402.130000', '101402.590000', '101403.050000', '101403.510000', '101403.970000', '101404.430000', '101404.890000', '101405.350000', '101405.810000', '101406.270000', '101406.730000', '101407.190000', '101407.650000', '101408.110000', '101408.570000', '101409.030000', '101409.490000', '101409.950000', '101410.410000', '101410.870000', '101411.330000', '101411.790000', '101412.250000', '101412.710000', '101413.170000', '101413.630000', '101414.090000', '101414.550000', '101415.010000', '101415.470000', '101415.930000', '101416.390000', '101416.850000', '101417.310000', '101417.770000', '101418.230000', '101418.690000', '101419.150000', '101419.610000', '101420.070000', '101420.530000', '101420.990000', '101421.450000', '101421.910000', '101422.370000', '101422.830000', '101423.290000', '101423.750000', '101424.210000', '101424.670000', '101425.130000', '101425.590000', '101426.050000', '101426.510000', '101426.970000', '101427.430000', '101427.890000', '101428.350000', '101428.810000', '101429.270000', '101429.730000', '101430.190000', '101430.650000', '101431.110000', '101431.570000', '101432.030000', '101432.490000', '101432.950000', '101433.410000', '101433.870000', '101434.330000', '101434.790000', '101435.250000', '101435.710000', '101436.170000', '101436.630000', '101437.090000', '101437.550000', '101438.010000', '101438.470000', '101438.930000', '101439.390000', '101439.850000', '101440.310000', '101440.770000', '101441.230000', '101441.690000', '101442.150000', '101442.610000', '101443.070000', '101443.530000', '101443.990000', '101444.450000', '101444.910000', '101445.370000', '101445.830000', '101446.290000', '101446.750000', '101447.210000', '101447.670000', '101448.130000', '101448.590000', '101449.050000', '101449.510000', '101449.970000', '101450.430000', '101450.890000', '101451.350000', '101451.810000', '101452.270000', '101452.730000', '101453.190000', '101453.650000', '101454.110000', '101454.570000', '101455.030000', '101455.490000', '101455.950000', '101456.410000', '101456.870000', '101457.330000', '101457.790000', '101458.250000', '101458.710000', '101459.170000', '101459.630000', '101500.090000', '101500.550000', '101501.010000', '101501.470000', '101501.930000', '101502.390000', '101502.850000', '101503.310000', '101503.770000', '101504.230000', '101504.690000', '101505.150000', '101505.610000', '101506.070000', '101506.530000', '101506.990000', '101507.450000', '101507.910000', '101508.370000', '101508.830000', '101509.290000', '101509.750000', '101510.210000', '101510.670000', '101511.130000', '101511.590000', '101512.050000', '101512.510000', '101512.970000', '101513.430000', '101513.890000', '101514.350000', '101514.810000', '101515.270000', '101515.730000', '101516.190000', '101516.650000', '101517.110000', '101517.570000', '101518.030000', '101518.490000', '101518.950000', '101519.410000', '101519.870000', '101520.330000', '101520.790000', '101521.250000', '101521.710000', '101522.170000', '101522.630000', '101523.090000', '101523.550000', '101524.010000', '101524.470000', '101524.930000', '101525.390000', '101525.850000', '101526.310000', '101526.770000', '101527.230000', '101527.690000', '101528.150000', '101528.610000', '101529.070000', '101529.530000', '101529.990000', '101530.450000', '101530.910000', '101531.370000', '101531.830000', '101532.290000', '101532.750000', '101533.210000', '101533.670000', '101534.130000', '101534.590000', '101535.050000', '101535.510000', '101535.970000', '101536.430000', '101536.890000', '101537.350000', '101537.810000', '101538.270000', '101538.730000', '101539.190000', '101539.650000', '101540.110000', '101540.570000', '101541.030000', '101541.490000', '101541.950000', '101542.410000', '101542.870000', '101543.330000', '101543.790000', '101544.250000', '101544.710000', '101545.170000', '101545.630000', '101546.090000', '101546.550000', '101547.010000', '101547.470000', '101547.930000', '101548.390000', '101548.850000', '101549.310000', '101549.770000', '101550.230000', '101550.690000', '101551.150000', '101551.610000', '101552.070000', '101552.530000', '101552.990000', '101553.450000', '101553.910000', '101554.370000', '101554.830000', '101555.290000', '101555.750000', '101556.210000', '101556.670000', '101557.130000', '101557.590000', '101558.050000', '101558.510000', '101558.970000', '101559.430000', '101559.890000', '101600.350000', '101600.810000', '101601.270000', '101601.730000', '101602.190000', '101602.650000', '101603.110000', '101603.570000', '101604.030000', '101604.490000', '101604.950000', '101605.410000', '101605.870000', '101606.330000', '101606.790000', '101607.250000', '101607.710000', '101608.170000', '101608.630000', '101609.090000', '101609.550000', '101610.010000', '101610.470000', '101610.930000', '101611.390000', '101611.850000', '101612.310000', '101612.770000', '101613.230000', '101613.690000', '101614.150000', '101614.610000', '101615.070000', '101615.530000', '101615.990000', '101616.450000', '101616.910000', '101617.370000', '101617.830000', '101618.290000', '101618.750000', '101619.210000', '101619.670000', '101620.130000', '101620.590000', '101621.050000', '101621.510000', '101621.970000', '101622.430000', '101622.890000', '101623.350000', '101623.810000', '101624.270000', '101624.730000', '101625.190000', '101625.650000', '101626.110000', '101626.570000', '101627.030000', '101627.490000', '101627.950000', '101628.410000', '101628.870000', '101629.330000', '101629.790000', '101630.250000', '101630.710000', '101631.170000', '101631.630000', '101632.090000', '101632.550000', '101633.010000', '101633.470000', '101633.930000', '101634.390000', '101634.850000', '101635.310000', '101635.770000', '101636.230000', '101636.690000', '101637.150000', '101637.610000', '101638.070000', '101638.530000', '101638.990000', '101639.450000', '101639.910000', '101640.370000', '101640.830000', '101641.290000', '101641.750000', '101642.210000', '101642.670000', '101643.130000', '101643.590000', '101644.050000', '101644.510000', '101644.970000', '101645.430000', '101645.890000', '101646.350000', '101646.810000', '101647.270000', '101647.730000', '101648.190000', '101648.650000', '101649.110000', '101649.570000', '101650.030000', '101650.490000', '101650.950000', '101651.410000', '101651.870000', '101652.330000', '101652.790000', '101653.250000', '101653.710000', '101654.170000', '101654.630000', '101655.090000', '101655.550000', '101656.010000', '101656.470000', '101656.930000', '101657.390000', '101657.850000', '101658.310000', '101658.770000', '101659.230000', '101659.690000', '101700.150000', '101700.610000', '101701.070000', '101701.530000', '101701.990000', '101702.450000', '101702.910000', '101703.370000', '101703.830000', '101704.290000', '101704.750000', '101705.210000', '101705.670000', '101706.130000', '101706.590000', '101707.050000', '101707.510000', '101707.970000', '101708.430000', '101708.890000', '101709.350000', '101709.810000', '101710.270000', '101710.730000', '101711.190000', '101711.650000', '101712.110000', '101712.570000', '101713.030000', '101713.490000', '101713.950000', '101714.410000', '101714.870000', '101715.330000', '101715.790000', '101716.250000', '101716.710000', '101717.170000', '101717.630000', '101718.090000', '101718.550000', '101719.010000', '101719.470000', '101719.930000', '101720.390000', '101720.850000', '101721.310000', '101721.770000', '101722.230000', '101722.690000', '101723.150000', '101723.610000', '101724.070000', '101724.530000', '101724.990000', '101725.450000', '101725.910000', '101726.370000', '101726.830000', '101727.290000', '101727.750000', '101728.210000', '101728.670000', '101729.130000', '101729.590000', '101730.050000', '101730.510000', '101730.970000', '101731.430000', '101731.890000', '101732.350000', '101732.810000', '101733.270000', '101733.730000', '101734.190000', '101734.650000', '101735.110000', '101735.570000', '101736.030000', '101736.490000', '101736.950000', '101737.410000', '101737.870000', '101738.330000', '101738.790000', '101739.250000', '101739.710000', '101740.170000', '101740.630000', '101741.090000', '101741.550000', '101742.010000', '101742.470000', '101742.930000', '101743.390000', '101743.850000', '101744.310000', '101744.770000', '101745.230000', '101745.690000', '101746.150000', '101746.610000', '101747.070000', '101747.530000', '101747.990000', '101748.450000', '101748.910000', '101749.370000', '101749.830000', '101750.290000', '101750.750000', '101751.210000', '101751.670000', '101752.130000', '101752.590000', '101753.050000', '101753.510000', '101753.970000', '101754.430000', '101754.890000', '101755.350000', '101755.810000', '101756.270000', '101756.730000', '101757.190000', '101757.650000', '101758.110000', '101758.570000', '101759.030000', '101759.490000', '101759.950000', '101800.410000', '101800.870000', '101801.330000', '101801.790000', '101802.250000', '101802.710000', '101803.170000', '101803.630000', '101804.090000', '101804.550000', '101805.010000', '101805.470000', '101805.930000', '101806.390000', '101806.850000', '101807.310000', '101807.770000', '101808.230000', '101808.690000', '101809.150000', '101809.610000', '101810.070000', '101810.530000', '101810.990000', '101811.450000', '101811.910000', '101812.370000', '101812.830000', '101813.290000', '101813.750000', '101814.210000', '101814.670000', '101815.130000', '101815.590000', '101816.050000', '101816.510000', '101816.970000', '101817.430000', '101817.890000', '101818.350000', '101818.810000', '101819.270000', '101819.730000', '101820.190000', '101820.650000', '101821.110000', '101821.570000', '101822.030000', '101822.490000', '101822.950000', '101823.410000', '101823.870000', '101824.330000', '101824.790000', '101825.250000', '101825.710000', '101826.170000', '101826.630000', '101827.090000', '101827.550000', '101828.010000', '101828.470000', '101828.930000', '101829.390000', '101829.850000', '101830.310000', '101830.770000', '101831.230000', '101831.690000', '101832.150000', '101832.610000', '101833.070000', '101833.530000', '101833.990000', '101834.450000', '101834.910000', '101835.370000', '101835.830000', '101836.290000', '101836.750000', '101837.210000', '101837.670000', '101838.130000', '101838.590000', '101839.050000', '101839.510000', '101839.970000', '101840.430000', '101840.890000', '101841.350000', '101841.810000', '101842.270000', '101842.730000', '101843.190000', '101843.650000', '101844.110000', '101844.570000', '101845.030000', '101845.490000', '101845.950000'], 'ContentTime': ['101203.006000', '101203.010000', '101203.013000', '101203.016000', '101203.018000', '101203.021000', '101203.024000', '101203.027000', '101203.030000', '101203.033000', '101203.035000', '101203.038000', '101203.041000', '101203.046000', '101203.049000', '101203.052000', '101203.055000', '101203.058000', '101203.061000', '101203.064000', '101203.067000', '101203.069000', '101203.072000', '101203.075000', '101203.078000', '101203.081000', '101203.084000', '101203.087000', '101203.090000', '101203.092000', '101203.095000', '101203.098000', '101203.101000', '101203.104000', '101203.107000', '101222.975000', '101222.978000', '101222.981000', '101222.984000', '101222.987000', '101222.989000', '101222.992000', '101222.995000', '101222.998000', '101223.007000', '101223.010000', '101223.013000', '101223.016000', '101223.019000', '101223.021000', '101223.024000', '101223.027000', '101223.030000', '101223.033000', '101223.036000', '101223.039000', '101223.042000', '101223.044000', '101223.047000', '101223.050000', '101223.053000', '101223.056000', '101223.059000', '101223.061000', '101223.064000', '101223.067000', '101223.070000', '101223.073000', '101223.076000', '101223.079000', '101223.082000', '101223.085000', '101223.087000', '101223.090000', '101223.093000', '101223.096000', '101223.099000', '101223.102000', '101223.104000', '101242.975000', '101242.978000', '101242.981000', '101242.984000', '101242.987000', '101242.990000', '101242.993000', '101242.995000', '101242.998000', '101243.002000', '101243.005000', '101243.008000', '101243.011000', '101243.014000', '101243.017000', '101243.019000', '101243.022000', '101243.025000', '101243.028000', '101243.031000', '101243.034000', '101243.037000', '101243.042000', '101243.045000', '101243.048000', '101243.051000', '101243.054000', '101243.057000', '101243.060000', '101243.063000', '101243.067000', '101243.070000', '101243.073000', '101243.086000', '101243.089000', '101243.092000', '101243.095000', '101243.098000', '101243.100000', '101243.103000', '101243.106000', '101243.109000', '101243.112000', '101302.974000', '101302.977000', '101302.980000', '101302.983000', '101302.986000', '101302.989000', '101302.991000', '101302.994000', '101302.997000', '101303.001000', '101303.004000', '101303.007000', '101303.010000', '101303.013000', '101303.015000', '101303.018000', '101303.021000', '101303.024000', '101303.027000', '101303.030000', '101303.033000', '101303.036000', '101303.039000', '101303.042000', '101303.044000', '101303.047000', '101303.050000', '101303.053000', '101303.056000', '101303.059000', '101303.062000', '101303.065000', '101303.068000', '101303.071000', '101303.073000', '101303.076000', '101303.079000', '101303.082000', '101303.085000', '101303.088000', '101303.091000', '101303.094000', '101303.096000', '101303.099000', '101322.974000', '101322.977000', '101322.980000', '101322.983000', '101322.986000', '101322.988000', '101322.991000', '101322.994000', '101322.997000', '101323.001000', '101323.004000', '101323.007000', '101323.010000', '101323.013000', '101323.015000', '101323.018000', '101323.021000', '101323.024000', '101323.027000', '101323.030000', '101323.033000', '101323.036000', '101323.039000', '101323.042000', '101323.044000', '101323.047000', '101323.050000', '101323.053000', '101323.056000', '101323.059000', '101323.062000', '101323.065000', '101323.068000', '101323.071000', '101323.073000', '101323.076000', '101323.079000', '101323.082000', '101323.085000', '101323.088000', '101323.091000', '101323.112000', '101323.114000', '101342.975000', '101342.978000', '101342.981000', '101342.984000', '101342.987000', '101342.990000', '101342.992000', '101342.995000', '101342.998000', '101343.001000', '101343.004000', '101343.007000', '101343.010000', '101343.013000', '101343.015000', '101343.018000', '101343.021000', '101343.024000', '101343.027000', '101343.030000', '101343.033000', '101343.036000', '101343.038000', '101343.041000', '101343.044000', '101343.047000', '101343.050000', '101343.053000', '101343.056000', '101343.058000', '101343.061000', '101343.064000', '101343.067000', '101343.070000', '101343.073000', '101343.076000', '101343.079000', '101343.082000', '101343.084000', '101343.087000', '101343.090000', '101343.093000', '101343.096000', '101343.099000', '101402.975000', '101402.978000', '101402.981000', '101402.984000', '101402.987000', '101402.990000', '101402.993000', '101402.995000', '101402.998000', '101403.002000', '101403.005000', '101403.008000', '101403.011000', '101403.014000', '101403.016000', '101403.019000', '101403.022000', '101403.025000', '101403.028000', '101403.031000', '101403.034000', '101403.036000', '101403.039000', '101403.042000', '101403.045000', '101403.048000', '101403.051000', '101403.054000', '101403.057000', '101403.060000', '101403.062000', '101403.065000', '101403.068000', '101403.071000', '101403.074000', '101403.077000', '101403.080000', '101403.083000', '101403.085000', '101403.088000', '101403.091000', '101403.094000', '101403.097000', '101422.975000', '101422.978000', '101422.981000', '101422.984000', '101422.987000', '101422.990000', '101422.992000', '101422.995000', '101422.998000', '101423.002000', '101423.005000', '101423.008000', '101423.011000', '101423.014000', '101423.017000', '101423.020000', '101423.023000', '101423.025000', '101423.028000', '101423.031000', '101423.034000', '101423.037000', '101423.040000', '101423.043000', '101423.045000', '101423.048000', '101423.051000', '101423.054000', '101423.057000', '101423.068000', '101423.071000', '101423.074000', '101423.077000', '101423.080000', '101423.082000', '101423.085000', '101423.088000', '101423.091000', '101423.094000', '101423.097000', '101423.100000', '101423.103000', '101423.105000', '101423.108000', '101442.975000', '101442.978000', '101442.981000', '101442.984000', '101442.987000', '101442.990000', '101442.993000', '101442.995000', '101442.998000', '101443.002000', '101443.005000', '101443.008000', '101443.011000', '101443.014000', '101443.017000', '101443.020000', '101443.023000', '101443.026000', '101443.028000', '101443.031000', '101443.034000', '101443.037000', '101443.040000', '101443.043000', '101443.046000', '101443.049000', '101443.052000', '101443.054000', '101443.057000', '101443.060000', '101443.063000', '101443.066000', '101443.069000', '101443.072000', '101443.075000', '101443.078000', '101443.081000', '101443.083000', '101443.086000', '101443.089000', '101443.092000', '101443.095000', '101443.098000', '101502.975000', '101502.978000', '101502.982000', '101502.984000', '101502.988000', '101502.991000', '101502.994000', '101502.996000', '101503.000000', '101503.003000', '101503.006000', '101503.009000', '101503.012000', '101503.015000', '101503.018000', '101503.021000', '101503.024000', '101503.027000', '101503.029000', '101503.032000', '101503.035000', '101503.038000', '101503.041000', '101503.044000', '101503.047000', '101503.049000', '101503.052000', '101503.055000', '101503.058000', '101503.061000', '101503.064000', '101503.067000', '101503.070000', '101503.073000', '101503.075000', '101503.078000', '101503.081000', '101503.084000', '101503.087000', '101503.090000', '101503.093000', '101503.096000', '101503.099000', '101522.974000', '101522.977000', '101522.980000', '101522.983000', '101522.986000', '101522.989000', '101522.992000', '101522.995000', '101522.998000', '101523.002000', '101523.005000', '101523.008000', '101523.011000', '101523.014000', '101523.017000', '101523.020000', '101523.022000', '101523.025000', '101523.028000', '101523.031000', '101523.034000', '101523.037000', '101523.040000', '101523.043000', '101523.046000', '101523.049000', '101523.051000', '101523.054000', '101523.057000', '101523.060000', '101523.063000', '101523.066000', '101523.069000', '101523.072000', '101523.075000', '101523.078000', '101523.081000', '101523.084000', '101523.086000', '101523.089000', '101523.092000', '101523.095000', '101523.098000', '101523.101000', '101542.974000', '101542.977000', '101542.980000', '101542.983000', '101542.986000', '101542.989000', '101542.992000', '101542.995000', '101542.998000', '101543.002000', '101543.005000', '101543.008000', '101543.011000', '101543.014000', '101543.016000', '101543.019000', '101543.022000', '101543.025000', '101543.028000', '101543.031000', '101543.035000', '101543.040000', '101543.043000', '101543.046000', '101543.049000', '101543.052000', '101543.055000', '101543.058000', '101543.061000', '101543.064000', '101543.067000', '101543.069000', '101543.072000', '101543.075000', '101543.078000', '101543.081000', '101543.084000', '101543.087000', '101543.090000', '101543.092000', '101543.095000', '101543.098000', '101543.101000', '101602.975000', '101602.978000', '101602.981000', '101602.984000', '101602.987000', '101602.990000', '101602.993000', '101602.996000', '101602.999000', '101603.002000', '101603.004000', '101603.018000', '101603.021000', '101603.024000', '101603.027000', '101603.030000', '101603.033000', '101603.036000', '101603.039000', '101603.042000', '101603.045000', '101603.047000', '101603.050000', '101603.053000', '101603.056000', '101603.059000', '101603.062000', '101603.065000', '101603.068000', '101603.071000', '101603.073000', '101603.076000', '101603.079000', '101603.082000', '101603.085000', '101603.088000', '101603.091000', '101603.094000', '101603.097000', '101603.099000', '101603.102000', '101603.105000', '101603.108000', '101603.111000', '101622.975000', '101622.978000', '101622.981000', '101622.984000', '101622.987000', '101622.990000', '101622.994000', '101623.000000', '101623.003000', '101623.006000', '101623.009000', '101623.012000', '101623.015000', '101623.018000', '101623.021000', '101623.024000', '101623.027000', '101623.030000', '101623.033000', '101623.035000', '101623.038000', '101623.041000', '101623.044000', '101623.047000', '101623.050000', '101623.053000', '101623.056000', '101623.059000', '101623.062000', '101623.064000', '101623.067000', '101623.070000', '101623.073000', '101623.076000', '101623.079000', '101623.082000', '101623.085000', '101623.088000', '101623.091000', '101623.094000', '101623.096000', '101623.099000', '101623.102000', '101642.975000', '101642.978000', '101642.981000', '101642.984000', '101642.987000', '101642.990000', '101642.993000', '101642.995000', '101642.998000', '101643.002000', '101643.005000', '101643.008000', '101643.011000', '101643.014000', '101643.017000', '101643.020000', '101643.023000', '101643.025000', '101643.028000', '101643.031000', '101643.034000', '101643.037000', '101643.040000', '101643.043000', '101643.046000', '101643.049000', '101643.052000', '101643.055000', '101643.058000', '101643.061000', '101643.064000', '101643.067000', '101643.070000', '101643.072000', '101643.075000', '101643.078000', '101643.081000', '101643.084000', '101643.087000', '101643.090000', '101643.093000', '101643.096000', '101643.099000', '101643.102000', '101702.975000', '101702.978000', '101702.981000', '101702.984000', '101702.987000', '101702.990000', '101702.993000', '101702.996000', '101703.000000', '101703.003000', '101703.005000', '101703.008000', '101703.011000', '101703.014000', '101703.017000', '101703.020000', '101703.023000', '101703.028000', '101703.032000', '101703.035000', '101703.038000', '101703.041000', '101703.044000', '101703.047000', '101703.050000', '101703.053000', '101703.056000', '101703.059000', '101703.061000', '101703.064000', '101703.067000', '101703.070000', '101703.073000', '101703.076000', '101703.079000', '101703.082000', '101703.085000', '101703.087000', '101703.090000', '101703.093000', '101703.096000', '101703.099000', '101703.102000', '101722.975000', '101722.978000', '101722.981000', '101722.984000', '101722.987000', '101722.990000', '101722.992000', '101722.995000', '101722.998000', '101723.002000', '101723.005000', '101723.008000', '101723.011000', '101723.014000', '101723.017000', '101723.020000', '101723.022000', '101723.025000', '101723.028000', '101723.031000', '101723.034000', '101723.037000', '101723.050000', '101723.053000', '101723.056000', '101723.058000', '101723.061000', '101723.064000', '101723.067000', '101723.070000', '101723.073000', '101723.076000', '101723.079000', '101723.082000', '101723.085000', '101723.087000', '101723.090000', '101723.093000', '101723.096000', '101723.099000', '101723.102000', '101723.105000', '101723.108000', '101723.111000', '101742.974000', '101742.977000', '101742.980000', '101742.984000', '101742.987000', '101742.992000', '101742.995000', '101742.998000', '101743.004000', '101743.007000', '101743.010000', '101743.013000', '101743.016000', '101743.019000', '101743.022000', '101743.025000', '101743.027000', '101743.031000', '101743.034000', '101743.037000', '101743.040000', '101743.042000', '101743.045000', '101743.048000', '101743.051000', '101743.054000', '101743.057000', '101743.060000', '101743.063000', '101743.066000', '101743.068000', '101743.071000', '101743.074000', '101743.077000', '101743.082000', '101743.086000', '101743.089000', '101743.092000', '101743.095000', '101743.098000', '101743.100000', '101743.103000', '101743.106000', '101802.974000', '101802.977000', '101802.980000', '101802.983000', '101802.986000', '101802.989000', '101802.992000', '101802.995000', '101802.998000', '101803.001000', '101803.004000', '101803.007000', '101803.009000', '101803.012000', '101803.015000', '101803.018000', '101803.021000', '101803.024000', '101803.027000', '101803.030000', '101803.033000', '101803.036000', '101803.039000', '101803.042000', '101803.044000', '101803.047000', '101803.050000', '101803.053000', '101803.056000', '101803.059000', '101803.067000', '101803.070000', '101803.073000', '101803.076000', '101803.079000', '101803.082000', '101803.085000', '101803.088000', '101803.090000', '101803.093000', '101803.096000', '101803.099000', '101803.102000', '101803.105000', '101822.975000', '101822.978000', '101822.981000', '101822.984000', '101822.987000', '101822.990000', '101822.993000', '101822.996000', '101822.999000', '101823.002000', '101823.005000', '101823.008000', '101823.011000', '101823.013000', '101823.016000', '101823.019000', '101823.022000', '101823.025000', '101823.028000', '101823.031000', '101823.034000', '101823.037000', '101823.040000', '101823.043000', '101823.046000', '101823.049000', '101823.052000', '101823.057000', '101823.060000', '101823.064000', '101823.066000', '101823.069000', '101823.072000', '101823.075000', '101823.078000', '101823.081000', '101823.084000', '101823.087000', '101823.090000', '101823.093000', '101823.095000', '101823.098000', '101823.101000', '101842.975000', '101842.978000', '101842.981000', '101842.984000', '101842.987000', '101842.990000', '101842.993000', '101842.995000', '101842.998000', '101843.002000', '101843.005000', '101843.008000', '101843.011000', '101843.014000', '101843.017000', '101843.020000', '101843.022000', '101843.025000', '101843.028000', '101843.031000', '101843.034000', '101843.037000', '101843.040000', '101843.043000', '101843.046000', '101843.049000', '101843.051000', '101843.054000', '101843.057000', '101843.060000', '101843.063000', '101843.066000', '101843.086000', '101843.089000', '101843.092000', '101843.095000', '101843.098000', '101843.101000', '101843.104000', '101843.106000', '101843.109000', '101843.112000', '101843.115000', '101843.118000', '101847.033000', '101847.037000', '101847.040000', '101847.044000', '101847.047000', '101847.050000', '101847.053000', '101847.058000', '101847.062000'], 'InstanceCreationTime': ['101203.006000', '101203.010000', '101203.013000', '101203.016000', '101203.018000', '101203.021000', '101203.024000', '101203.027000', '101203.030000', '101203.033000', '101203.035000', '101203.038000', '101203.041000', '101203.046000', '101203.049000', '101203.052000', '101203.055000', '101203.058000', '101203.061000', '101203.064000', '101203.067000', '101203.069000', '101203.072000', '101203.075000', '101203.078000', '101203.081000', '101203.084000', '101203.087000', '101203.090000', '101203.092000', '101203.095000', '101203.098000', '101203.101000', '101203.104000', '101203.107000', '101222.975000', '101222.978000', '101222.981000', '101222.984000', '101222.987000', '101222.989000', '101222.992000', '101222.995000', '101222.998000', '101223.007000', '101223.010000', '101223.013000', '101223.016000', '101223.019000', '101223.021000', '101223.024000', '101223.027000', '101223.030000', '101223.033000', '101223.036000', '101223.039000', '101223.042000', '101223.044000', '101223.047000', '101223.050000', '101223.053000', '101223.056000', '101223.059000', '101223.061000', '101223.064000', '101223.067000', '101223.070000', '101223.073000', '101223.076000', '101223.079000', '101223.082000', '101223.085000', '101223.087000', '101223.090000', '101223.093000', '101223.096000', '101223.099000', '101223.102000', '101223.104000', '101242.975000', '101242.978000', '101242.981000', '101242.984000', '101242.987000', '101242.990000', '101242.993000', '101242.995000', '101242.998000', '101243.002000', '101243.005000', '101243.008000', '101243.011000', '101243.014000', '101243.017000', '101243.019000', '101243.022000', '101243.025000', '101243.028000', '101243.031000', '101243.034000', '101243.037000', '101243.042000', '101243.045000', '101243.048000', '101243.051000', '101243.054000', '101243.057000', '101243.060000', '101243.063000', '101243.067000', '101243.070000', '101243.073000', '101243.086000', '101243.089000', '101243.092000', '101243.095000', '101243.098000', '101243.100000', '101243.103000', '101243.106000', '101243.109000', '101243.112000', '101302.974000', '101302.977000', '101302.980000', '101302.983000', '101302.986000', '101302.989000', '101302.991000', '101302.994000', '101302.997000', '101303.001000', '101303.004000', '101303.007000', '101303.010000', '101303.013000', '101303.015000', '101303.018000', '101303.021000', '101303.024000', '101303.027000', '101303.030000', '101303.033000', '101303.036000', '101303.039000', '101303.042000', '101303.044000', '101303.047000', '101303.050000', '101303.053000', '101303.056000', '101303.059000', '101303.062000', '101303.065000', '101303.068000', '101303.071000', '101303.073000', '101303.076000', '101303.079000', '101303.082000', '101303.085000', '101303.088000', '101303.091000', '101303.094000', '101303.096000', '101303.099000', '101322.974000', '101322.977000', '101322.980000', '101322.983000', '101322.986000', '101322.988000', '101322.991000', '101322.994000', '101322.997000', '101323.001000', '101323.004000', '101323.007000', '101323.010000', '101323.013000', '101323.015000', '101323.018000', '101323.021000', '101323.024000', '101323.027000', '101323.030000', '101323.033000', '101323.036000', '101323.039000', '101323.042000', '101323.044000', '101323.047000', '101323.050000', '101323.053000', '101323.056000', '101323.059000', '101323.062000', '101323.065000', '101323.068000', '101323.071000', '101323.073000', '101323.076000', '101323.079000', '101323.082000', '101323.085000', '101323.088000', '101323.091000', '101323.112000', '101323.114000', '101342.975000', '101342.978000', '101342.981000', '101342.984000', '101342.987000', '101342.990000', '101342.992000', '101342.995000', '101342.998000', '101343.001000', '101343.004000', '101343.007000', '101343.010000', '101343.013000', '101343.015000', '101343.018000', '101343.021000', '101343.024000', '101343.027000', '101343.030000', '101343.033000', '101343.036000', '101343.038000', '101343.041000', '101343.044000', '101343.047000', '101343.050000', '101343.053000', '101343.056000', '101343.058000', '101343.061000', '101343.064000', '101343.067000', '101343.070000', '101343.073000', '101343.076000', '101343.079000', '101343.082000', '101343.084000', '101343.087000', '101343.090000', '101343.093000', '101343.096000', '101343.099000', '101402.975000', '101402.978000', '101402.981000', '101402.984000', '101402.987000', '101402.990000', '101402.993000', '101402.995000', '101402.998000', '101403.002000', '101403.005000', '101403.008000', '101403.011000', '101403.014000', '101403.016000', '101403.019000', '101403.022000', '101403.025000', '101403.028000', '101403.031000', '101403.034000', '101403.036000', '101403.039000', '101403.042000', '101403.045000', '101403.048000', '101403.051000', '101403.054000', '101403.057000', '101403.060000', '101403.062000', '101403.065000', '101403.068000', '101403.071000', '101403.074000', '101403.077000', '101403.080000', '101403.083000', '101403.085000', '101403.088000', '101403.091000', '101403.094000', '101403.097000', '101422.975000', '101422.978000', '101422.981000', '101422.984000', '101422.987000', '101422.990000', '101422.992000', '101422.995000', '101422.998000', '101423.002000', '101423.005000', '101423.008000', '101423.011000', '101423.014000', '101423.017000', '101423.020000', '101423.023000', '101423.025000', '101423.028000', '101423.031000', '101423.034000', '101423.037000', '101423.040000', '101423.043000', '101423.045000', '101423.048000', '101423.051000', '101423.054000', '101423.057000', '101423.068000', '101423.071000', '101423.074000', '101423.077000', '101423.080000', '101423.082000', '101423.085000', '101423.088000', '101423.091000', '101423.094000', '101423.097000', '101423.100000', '101423.103000', '101423.105000', '101423.108000', '101442.975000', '101442.978000', '101442.981000', '101442.984000', '101442.987000', '101442.990000', '101442.993000', '101442.995000', '101442.998000', '101443.002000', '101443.005000', '101443.008000', '101443.011000', '101443.014000', '101443.017000', '101443.020000', '101443.023000', '101443.026000', '101443.028000', '101443.031000', '101443.034000', '101443.037000', '101443.040000', '101443.043000', '101443.046000', '101443.049000', '101443.052000', '101443.054000', '101443.057000', '101443.060000', '101443.063000', '101443.066000', '101443.069000', '101443.072000', '101443.075000', '101443.078000', '101443.081000', '101443.083000', '101443.086000', '101443.089000', '101443.092000', '101443.095000', '101443.098000', '101502.975000', '101502.978000', '101502.982000', '101502.984000', '101502.988000', '101502.991000', '101502.994000', '101502.996000', '101503.000000', '101503.003000', '101503.006000', '101503.009000', '101503.012000', '101503.015000', '101503.018000', '101503.021000', '101503.024000', '101503.027000', '101503.029000', '101503.032000', '101503.035000', '101503.038000', '101503.041000', '101503.044000', '101503.047000', '101503.049000', '101503.052000', '101503.055000', '101503.058000', '101503.061000', '101503.064000', '101503.067000', '101503.070000', '101503.073000', '101503.075000', '101503.078000', '101503.081000', '101503.084000', '101503.087000', '101503.090000', '101503.093000', '101503.096000', '101503.099000', '101522.974000', '101522.977000', '101522.980000', '101522.983000', '101522.986000', '101522.989000', '101522.992000', '101522.995000', '101522.998000', '101523.002000', '101523.005000', '101523.008000', '101523.011000', '101523.014000', '101523.017000', '101523.020000', '101523.022000', '101523.025000', '101523.028000', '101523.031000', '101523.034000', '101523.037000', '101523.040000', '101523.043000', '101523.046000', '101523.049000', '101523.051000', '101523.054000', '101523.057000', '101523.060000', '101523.063000', '101523.066000', '101523.069000', '101523.072000', '101523.075000', '101523.078000', '101523.081000', '101523.084000', '101523.086000', '101523.089000', '101523.092000', '101523.095000', '101523.098000', '101523.101000', '101542.974000', '101542.977000', '101542.980000', '101542.983000', '101542.986000', '101542.989000', '101542.992000', '101542.995000', '101542.998000', '101543.002000', '101543.005000', '101543.008000', '101543.011000', '101543.014000', '101543.016000', '101543.019000', '101543.022000', '101543.025000', '101543.028000', '101543.031000', '101543.035000', '101543.040000', '101543.043000', '101543.046000', '101543.049000', '101543.052000', '101543.055000', '101543.058000', '101543.061000', '101543.064000', '101543.067000', '101543.069000', '101543.072000', '101543.075000', '101543.078000', '101543.081000', '101543.084000', '101543.087000', '101543.090000', '101543.092000', '101543.095000', '101543.098000', '101543.101000', '101602.975000', '101602.978000', '101602.981000', '101602.984000', '101602.987000', '101602.990000', '101602.993000', '101602.996000', '101602.999000', '101603.002000', '101603.004000', '101603.018000', '101603.021000', '101603.024000', '101603.027000', '101603.030000', '101603.033000', '101603.036000', '101603.039000', '101603.042000', '101603.045000', '101603.047000', '101603.050000', '101603.053000', '101603.056000', '101603.059000', '101603.062000', '101603.065000', '101603.068000', '101603.071000', '101603.073000', '101603.076000', '101603.079000', '101603.082000', '101603.085000', '101603.088000', '101603.091000', '101603.094000', '101603.097000', '101603.099000', '101603.102000', '101603.105000', '101603.108000', '101603.111000', '101622.975000', '101622.978000', '101622.981000', '101622.984000', '101622.987000', '101622.990000', '101622.994000', '101623.000000', '101623.003000', '101623.006000', '101623.009000', '101623.012000', '101623.015000', '101623.018000', '101623.021000', '101623.024000', '101623.027000', '101623.030000', '101623.033000', '101623.035000', '101623.038000', '101623.041000', '101623.044000', '101623.047000', '101623.050000', '101623.053000', '101623.056000', '101623.059000', '101623.062000', '101623.064000', '101623.067000', '101623.070000', '101623.073000', '101623.076000', '101623.079000', '101623.082000', '101623.085000', '101623.088000', '101623.091000', '101623.094000', '101623.096000', '101623.099000', '101623.102000', '101642.975000', '101642.978000', '101642.981000', '101642.984000', '101642.987000', '101642.990000', '101642.993000', '101642.995000', '101642.998000', '101643.002000', '101643.005000', '101643.008000', '101643.011000', '101643.014000', '101643.017000', '101643.020000', '101643.023000', '101643.025000', '101643.028000', '101643.031000', '101643.034000', '101643.037000', '101643.040000', '101643.043000', '101643.046000', '101643.049000', '101643.052000', '101643.055000', '101643.058000', '101643.061000', '101643.064000', '101643.067000', '101643.070000', '101643.072000', '101643.075000', '101643.078000', '101643.081000', '101643.084000', '101643.087000', '101643.090000', '101643.093000', '101643.096000', '101643.099000', '101643.102000', '101702.975000', '101702.978000', '101702.981000', '101702.984000', '101702.987000', '101702.990000', '101702.993000', '101702.996000', '101703.000000', '101703.003000', '101703.005000', '101703.008000', '101703.011000', '101703.014000', '101703.017000', '101703.020000', '101703.023000', '101703.028000', '101703.032000', '101703.035000', '101703.038000', '101703.041000', '101703.044000', '101703.047000', '101703.050000', '101703.053000', '101703.056000', '101703.059000', '101703.061000', '101703.064000', '101703.067000', '101703.070000', '101703.073000', '101703.076000', '101703.079000', '101703.082000', '101703.085000', '101703.087000', '101703.090000', '101703.093000', '101703.096000', '101703.099000', '101703.102000', '101722.975000', '101722.978000', '101722.981000', '101722.984000', '101722.987000', '101722.990000', '101722.992000', '101722.995000', '101722.998000', '101723.002000', '101723.005000', '101723.008000', '101723.011000', '101723.014000', '101723.017000', '101723.020000', '101723.022000', '101723.025000', '101723.028000', '101723.031000', '101723.034000', '101723.037000', '101723.050000', '101723.053000', '101723.056000', '101723.058000', '101723.061000', '101723.064000', '101723.067000', '101723.070000', '101723.073000', '101723.076000', '101723.079000', '101723.082000', '101723.085000', '101723.087000', '101723.090000', '101723.093000', '101723.096000', '101723.099000', '101723.102000', '101723.105000', '101723.108000', '101723.111000', '101742.974000', '101742.977000', '101742.980000', '101742.984000', '101742.987000', '101742.992000', '101742.995000', '101742.998000', '101743.004000', '101743.007000', '101743.010000', '101743.013000', '101743.016000', '101743.019000', '101743.022000', '101743.025000', '101743.027000', '101743.031000', '101743.034000', '101743.037000', '101743.040000', '101743.042000', '101743.045000', '101743.048000', '101743.051000', '101743.054000', '101743.057000', '101743.060000', '101743.063000', '101743.066000', '101743.068000', '101743.071000', '101743.074000', '101743.077000', '101743.082000', '101743.086000', '101743.089000', '101743.092000', '101743.095000', '101743.098000', '101743.100000', '101743.103000', '101743.106000', '101802.974000', '101802.977000', '101802.980000', '101802.983000', '101802.986000', '101802.989000', '101802.992000', '101802.995000', '101802.998000', '101803.001000', '101803.004000', '101803.007000', '101803.009000', '101803.012000', '101803.015000', '101803.018000', '101803.021000', '101803.024000', '101803.027000', '101803.030000', '101803.033000', '101803.036000', '101803.039000', '101803.042000', '101803.044000', '101803.047000', '101803.050000', '101803.053000', '101803.056000', '101803.059000', '101803.067000', '101803.070000', '101803.073000', '101803.076000', '101803.079000', '101803.082000', '101803.085000', '101803.088000', '101803.090000', '101803.093000', '101803.096000', '101803.099000', '101803.102000', '101803.105000', '101822.975000', '101822.978000', '101822.981000', '101822.984000', '101822.987000', '101822.990000', '101822.993000', '101822.996000', '101822.999000', '101823.002000', '101823.005000', '101823.008000', '101823.011000', '101823.013000', '101823.016000', '101823.019000', '101823.022000', '101823.025000', '101823.028000', '101823.031000', '101823.034000', '101823.037000', '101823.040000', '101823.043000', '101823.046000', '101823.049000', '101823.052000', '101823.057000', '101823.060000', '101823.064000', '101823.066000', '101823.069000', '101823.072000', '101823.075000', '101823.078000', '101823.081000', '101823.084000', '101823.087000', '101823.090000', '101823.093000', '101823.095000', '101823.098000', '101823.101000', '101842.975000', '101842.978000', '101842.981000', '101842.984000', '101842.987000', '101842.990000', '101842.993000', '101842.995000', '101842.998000', '101843.002000', '101843.005000', '101843.008000', '101843.011000', '101843.014000', '101843.017000', '101843.020000', '101843.022000', '101843.025000', '101843.028000', '101843.031000', '101843.034000', '101843.037000', '101843.040000', '101843.043000', '101843.046000', '101843.049000', '101843.051000', '101843.054000', '101843.057000', '101843.060000', '101843.063000', '101843.066000', '101843.086000', '101843.089000', '101843.092000', '101843.095000', '101843.098000', '101843.101000', '101843.104000', '101843.106000', '101843.109000', '101843.112000', '101843.115000', '101843.118000', '101847.033000', '101847.037000', '101847.040000', '101847.044000', '101847.047000', '101847.050000', '101847.053000', '101847.058000', '101847.062000'], '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': [12951, 10477, 9829, 11766, 8779, 10421, 13008, 8632, 11643, 12382, 8588, 11056, 9534, 7982, 11850, 9977, 8240, 11117, 8717, 8164, 11222, 8460, 8584, 10387, 8207, 7983, 10174, 8309, 8637, 11710, 8754, 9481, 9917, 7917, 10814, 8578, 9275, 14067, 9680, 9131, 12660, 8964, 9288, 12315, 8728, 8347, 11593, 8881, 8118, 10608, 8342, 8851, 12064, 8466, 9807, 14056, 8968, 9725, 12960, 8369, 9609, 11885, 8284, 10129, 10743, 8125, 10589, 8987, 8027, 9714, 10064, 8028, 10267, 8828, 7801, 10986, 7722, 8176, 11115, 8004, 8550, 11765, 7690, 8660, 11146, 7963, 9072, 11693, 8760, 9563, 12041, 8423, 9631, 10732, 7928, 10265, 7563, 8853, 12026, 8578, 9287, 12405, 9223, 9524, 12118, 9061, 9374, 13227, 8860, 9460, 10218, 8062, 10093, 9253, 8036, 10887, 8816, 7855, 10978, 8077, 8667, 11610, 8681, 9471, 9765, 7924, 10353, 9030, 7723, 11565, 7933, 8672, 12168, 7997, 9430, 12574, 8826, 9474, 10976, 8160, 9575, 9323, 7905, 10922, 8999, 7823, 11741, 7542, 8604, 11644, 8354, 9486, 12145, 8673, 9657, 8416, 7777, 10995, 7416, 8878, 11872, 8552, 9374, 9625, 7823, 10592, 8524, 7988, 11878, 7930, 9565, 12082, 8506, 9685, 12502, 8466, 9718, 8317, 8238, 10854, 7936, 8999, 10550, 7960, 10380, 8662, 7897, 11647, 8113, 9107, 12366, 8941, 10380, 12201, 8497, 11916, 8259, 8058, 11507, 7981, 9211, 8793, 7930, 11371, 8225, 9323, 11717, 8061, 9361, 8899, 8157, 10494, 8345, 8634, 12471, 8568, 9979, 9738, 8097, 11785, 8510, 9252, 13899, 9703, 13793, 10266, 9672, 7858, 8335, 11524, 8143, 9046, 10311, 8311, 11087, 8774, 8184, 12020, 8571, 8751, 12467, 8120, 9766, 11915, 8505, 11772, 8792, 8261, 13400, 8111, 9363, 12666, 8232, 9386, 7977, 8162, 11012, 8000, 8874, 12430, 8622, 9005, 7816, 8093, 11279, 7999, 8902, 7923, 7870, 9820, 7509, 8518, 11248, 8306, 10639, 8698, 8039, 11936, 7950, 9202, 10276, 8202, 11187, 8985, 8062, 12316, 8125, 9563, 7692, 8074, 11552, 8393, 10238, 9463, 8134, 11688, 7922, 8944, 11978, 8108, 10625, 8355, 8058, 11686, 7689, 9106, 12799, 8483, 11559, 8150, 9310, 8070, 8622, 9454, 8084, 10463, 8144, 8204, 12126, 7971, 9798, 11937, 8324, 11855, 7683, 9157, 12972, 8567, 10811, 9860, 8107, 12535, 8295, 9544, 8359, 8204, 11117, 7812, 9259, 12889, 8289, 10638, 8231, 8128, 11725, 7980, 9322, 11215, 8225, 9869, 8376, 7958, 11338, 7455, 9081, 9851, 8131, 10579, 8302, 9436, 7753, 8708, 12351, 8458, 11618, 8151, 8927, 10122, 8233, 11709, 8165, 9575, 14708, 8569, 11495, 8180, 8508, 11403, 7903, 9374, 13535, 8377, 9879, 7901, 8082, 10534, 7546, 8824, 9371, 8046, 10506, 7551, 8590, 10779, 8070, 10468, 7409, 9057, 10539, 7754, 9941, 8042, 8144, 13341, 8330, 10961, 8262, 8384, 11972, 8416, 10092, 9484, 8097, 12335, 7965, 9610, 10060, 8155, 12617, 8372, 10202, 9384, 8148, 12031, 7763, 9406, 9369, 8120, 11125, 7561, 9140, 13741, 8227, 10897, 7642, 9310, 13568, 8356, 11161, 7676, 9194, 10804, 8172, 10914, 8426, 8510, 12847, 8280, 11129, 7867, 8418, 11500, 8180, 9861, 8589, 8061, 11389, 7933, 9128, 8217, 8167, 10733, 7664, 9181, 11264, 7999, 11247, 7958, 9185, 9182, 8110, 10880, 7787, 8345, 9943, 8033, 10306, 8752, 8074, 12695, 7907, 9879, 12078, 8070, 11709, 7605, 9449, 11604, 8065, 11392, 7629, 8893, 12148, 8421, 10509, 8044, 8772, 12096, 7906, 9521, 8551, 7718, 10761, 7939, 9343, 8279, 7918, 11543, 8335, 9148, 11499, 8016, 11409, 7996, 8336, 12840, 8177, 10489, 7900, 8362, 11806, 8038, 9673, 8367, 8220, 11143, 7637, 9080, 9763, 7948, 10696, 7593, 8749, 12195, 8511, 11234, 8285, 7869, 11607, 7738, 9644, 8796, 7867, 11602, 7997, 9201, 10265, 7886, 10940, 8212, 8089, 10914, 7878, 10182, 7545, 8552, 10515, 7774, 11211, 7443, 9148, 9027, 7878, 11639, 7742, 9273, 14315, 8521, 11812, 7809, 9388, 14040, 8212, 11313, 7687, 9025, 12436, 8255, 10801, 8465, 8179, 12627, 8404, 10160, 8048, 7901, 12034, 7654, 9637, 8336, 7584, 11066, 7621, 8875, 12113, 8501, 10703, 8304, 7843, 10992, 7464, 9428, 11499, 7865, 11158, 7738, 9056, 11176, 8145, 10442, 7926, 8082, 11943, 7644, 10283, 7381, 9113, 12950, 8613, 11487, 7982, 9511, 10130, 8013, 11843, 7873, 10354, 12989, 8322, 11993, 7669, 8663, 11753, 8371, 10828, 7942, 9012, 12809, 7929, 10793, 7908, 9486, 8369, 7867, 11122, 7716, 9928, 8723, 7755, 11965, 7589, 9680, 8319, 8129, 13224, 8016, 11383, 8197, 8133, 12714, 8123, 11523, 8310, 9299, 7781, 8022, 10987, 7923, 9852, 9856, 7855, 11590, 9226, 7918, 12303, 7405, 9616, 8757, 7872, 12057, 7743, 10166, 8030, 8137, 11551, 7582, 9671, 10680, 7929, 12055, 7716, 9459, 11978, 7946, 11071, 9177, 7897, 12007, 7559, 8995, 11772, 7575, 9838, 7812, 7687, 11374, 7873, 9442, 7412, 8212, 10574, 7727, 9227, 8058, 7640, 11064, 8562, 10472, 8079, 7741, 12402, 7735, 10693, 8324, 7976, 11934, 8280, 9930, 8602, 7689, 11525, 8700, 8381, 12273, 7549, 9169, 12163, 7604, 10729, 9787, 7621, 11643, 7756, 9111, 8551, 8013, 11094, 8557, 9112, 8395, 7932, 11188, 7510, 10334, 9459, 7922, 12118, 7756, 9910, 12538, 8065, 12574, 8489, 9387, 13268, 8132, 11461, 8218, 8711, 11960, 7845, 9614, 7770, 7867, 10895, 8442, 9631, 7691, 7812, 11799, 8020, 9759, 7854, 7551, 10941, 7451, 9135, 8980, 7856, 10953, 7727, 9205, 7494, 7820, 10890, 7816, 9518, 7564, 7837, 11898, 7851, 9993, 8106, 7895, 12275, 8232, 11095, 8159, 7937, 11865, 7511, 9530, 11203, 7908, 11534, 7568, 9136, 10127, 7787, 10948, 8662, 8206, 13329, 7920, 9501, 10269, 7844, 10741, 8173, 9041, 8365, 7988, 10566, 7453, 8541, 12690, 7932, 11598, 7574, 9307, 8653, 7901, 11067, 7873, 10040, 11007, 8054, 12829, 8102, 10715, 7937, 7955, 12198, 8071, 10581, 10705, 8105, 12031, 8268, 9377, 7812, 8045, 11745, 7855, 9465, 9484, 7946, 10366, 8399, 9410, 7590, 8137, 9521, 7779, 10796, 7720, 8890, 12235, 8112, 11935, 7841, 9075, 7964, 8059, 11483, 8052, 10138, 8635, 8075, 11759, 8199, 10231, 7911, 8356, 13588, 8090, 11180, 7784, 8352, 12395, 7941, 9804, 7509, 8245, 11520, 7551, 8949, 9336, 7980, 11298, 7735, 9032, 8311, 7782], 'WindowCenter': [4411.0, 4365.0, 4353.0, 4359.0, 4330.0, 4349.0, 4356.0, 4328.0, 4358.0, 4343.0, 4303.0, 4333.0, 4311.0, 4304.0, 4344.0, 4321.0, 4302.0, 4333.0, 4301.0, 4303.0, 4332.0, 4300.0, 4314.0, 4334.0, 4301.0, 4303.0, 4322.0, 4303.0, 4315.0, 4343.0, 4315.0, 4336.0, 4324.0, 4305.0, 4344.0, 4315.0, 4327.0, 4366.0, 4323.0, 4313.0, 4342.0, 4300.0, 4312.0, 4331.0, 4289.0, 4290.0, 4331.0, 4299.0, 4290.0, 4318.0, 4290.0, 4301.0, 4329.0, 4290.0, 4311.0, 4338.0, 4298.0, 4309.0, 4326.0, 4288.0, 4310.0, 4328.0, 4290.0, 4320.0, 4318.0, 4279.0, 4319.0, 4298.0, 4290.0, 4310.0, 4308.0, 4289.0, 4310.0, 4297.0, 4279.0, 4319.0, 4280.0, 4301.0, 4330.0, 4289.0, 4301.0, 4330.0, 4279.0, 4301.0, 4330.0, 4291.0, 4312.0, 4330.0, 4302.0, 4323.0, 4329.0, 4290.0, 4322.0, 4331.0, 4291.0, 4321.0, 4291.0, 4313.0, 4341.0, 4302.0, 4313.0, 4342.0, 4312.0, 4323.0, 4330.0, 4301.0, 4311.0, 4340.0, 4300.0, 4312.0, 4319.0, 4291.0, 4321.0, 4310.0, 4292.0, 4331.0, 4299.0, 4290.0, 4319.0, 4290.0, 4302.0, 4330.0, 4302.0, 4323.0, 4320.0, 4292.0, 4333.0, 4311.0, 4292.0, 4332.0, 4291.0, 4302.0, 4331.0, 4290.0, 4311.0, 4330.0, 4300.0, 4312.0, 4320.0, 4301.0, 4311.0, 4299.0, 4290.0, 4321.0, 4299.0, 4280.0, 4330.0, 4279.0, 4301.0, 4329.0, 4301.0, 4322.0, 4340.0, 4301.0, 4311.0, 4289.0, 4292.0, 4331.0, 4281.0, 4313.0, 4332.0, 4302.0, 4313.0, 4310.0, 4292.0, 4322.0, 4300.0, 4292.0, 4331.0, 4291.0, 4312.0, 4330.0, 4300.0, 4312.0, 4342.0, 4301.0, 4310.0, 4289.0, 4301.0, 4321.0, 4291.0, 4313.0, 4331.0, 4303.0, 4333.0, 4301.0, 4292.0, 4331.0, 4290.0, 4312.0, 4330.0, 4311.0, 4323.0, 4330.0, 4303.0, 4332.0, 4302.0, 4291.0, 4329.0, 4290.0, 4311.0, 4300.0, 4291.0, 4331.0, 4291.0, 4312.0, 4331.0, 4292.0, 4312.0, 4299.0, 4291.0, 4321.0, 4290.0, 4303.0, 4342.0, 4302.0, 4323.0, 4310.0, 4291.0, 4330.0, 4289.0, 4300.0, 4340.0, 4300.0, 4341.0, 4309.0, 4309.0, 4290.0, 4302.0, 4329.0, 4290.0, 4312.0, 4309.0, 4301.0, 4332.0, 4299.0, 4302.0, 4331.0, 4288.0, 4289.0, 4327.0, 4276.0, 4298.0, 4315.0, 4286.0, 4317.0, 4274.0, 4276.0, 4326.0, 4265.0, 4286.0, 4313.0, 4273.0, 4283.0, 4261.0, 4275.0, 4305.0, 4264.0, 4286.0, 4314.0, 4285.0, 4287.0, 4277.0, 4278.0, 4317.0, 4277.0, 4298.0, 4276.0, 4289.0, 4309.0, 4269.0, 4301.0, 4319.0, 4291.0, 4321.0, 4299.0, 4290.0, 4329.0, 4289.0, 4311.0, 4309.0, 4291.0, 4331.0, 4300.0, 4292.0, 4331.0, 4291.0, 4311.0, 4280.0, 4292.0, 4330.0, 4291.0, 4322.0, 4310.0, 4292.0, 4330.0, 4291.0, 4312.0, 4330.0, 4291.0, 4321.0, 4290.0, 4292.0, 4330.0, 4280.0, 4312.0, 4340.0, 4301.0, 4332.0, 4291.0, 4311.0, 4292.0, 4314.0, 4322.0, 4305.0, 4334.0, 4292.0, 4304.0, 4343.0, 4293.0, 4325.0, 4332.0, 4303.0, 4332.0, 4281.0, 4312.0, 4340.0, 4300.0, 4322.0, 4310.0, 4291.0, 4330.0, 4289.0, 4299.0, 4287.0, 4290.0, 4319.0, 4279.0, 4301.0, 4329.0, 4290.0, 4310.0, 4288.0, 4290.0, 4329.0, 4280.0, 4301.0, 4318.0, 4289.0, 4310.0, 4288.0, 4290.0, 4320.0, 4280.0, 4301.0, 4310.0, 4291.0, 4320.0, 4302.0, 4312.0, 4292.0, 4314.0, 4342.0, 4303.0, 4333.0, 4292.0, 4303.0, 4311.0, 4292.0, 4332.0, 4291.0, 4312.0, 4351.0, 4301.0, 4331.0, 4289.0, 4302.0, 4330.0, 4291.0, 4315.0, 4341.0, 4290.0, 4310.0, 4279.0, 4292.0, 4320.0, 4293.0, 4313.0, 4311.0, 4293.0, 4321.0, 4292.0, 4315.0, 4334.0, 4305.0, 4334.0, 4294.0, 4315.0, 4333.0, 4294.0, 4324.0, 4306.0, 4307.0, 4355.0, 4305.0, 4335.0, 4303.0, 4306.0, 4344.0, 4305.0, 4336.0, 4313.0, 4304.0, 4343.0, 4293.0, 4324.0, 4323.0, 4304.0, 4343.0, 4303.0, 4324.0, 4312.0, 4293.0, 4356.0, 4295.0, 4315.0, 4311.0, 4293.0, 4332.0, 4281.0, 4313.0, 4352.0, 4303.0, 4332.0, 4281.0, 4314.0, 4354.0, 4303.0, 4333.0, 4282.0, 4314.0, 4321.0, 4303.0, 4333.0, 4303.0, 4303.0, 4341.0, 4302.0, 4332.0, 4291.0, 4303.0, 4331.0, 4303.0, 4323.0, 4302.0, 4305.0, 4344.0, 4304.0, 4313.0, 4291.0, 4303.0, 4332.0, 4295.0, 4327.0, 4344.0, 4294.0, 4331.0, 4292.0, 4315.0, 4311.0, 4293.0, 4334.0, 4294.0, 4304.0, 4335.0, 4307.0, 4336.0, 4303.0, 4305.0, 4344.0, 4304.0, 4327.0, 4344.0, 4307.0, 4333.0, 4281.0, 4324.0, 4331.0, 4293.0, 4333.0, 4281.0, 4302.0, 4345.0, 4303.0, 4322.0, 4292.0, 4304.0, 4342.0, 4303.0, 4324.0, 4314.0, 4305.0, 4334.0, 4304.0, 4325.0, 4303.0, 4305.0, 4346.0, 4305.0, 4315.0, 4333.0, 4293.0, 4333.0, 4291.0, 4303.0, 4343.0, 4292.0, 4322.0, 4291.0, 4292.0, 4331.0, 4291.0, 4312.0, 4290.0, 4304.0, 4333.0, 4281.0, 4313.0, 4311.0, 4293.0, 4323.0, 4281.0, 4304.0, 4332.0, 4304.0, 4334.0, 4291.0, 4293.0, 4332.0, 4294.0, 4326.0, 4302.0, 4292.0, 4331.0, 4292.0, 4313.0, 4321.0, 4292.0, 4334.0, 4303.0, 4294.0, 4321.0, 4293.0, 4323.0, 4294.0, 4316.0, 4333.0, 4295.0, 4334.0, 4294.0, 4326.0, 4314.0, 4305.0, 4346.0, 4294.0, 4327.0, 4355.0, 4304.0, 4344.0, 4293.0, 4315.0, 4353.0, 4304.0, 4333.0, 4282.0, 4314.0, 4342.0, 4303.0, 4333.0, 4291.0, 4303.0, 4342.0, 4303.0, 4323.0, 4291.0, 4293.0, 4332.0, 4282.0, 4313.0, 4291.0, 4293.0, 4333.0, 4294.0, 4303.0, 4332.0, 4302.0, 4322.0, 4290.0, 4293.0, 4321.0, 4282.0, 4315.0, 4333.0, 4293.0, 4332.0, 4292.0, 4314.0, 4331.0, 4294.0, 4334.0, 4293.0, 4305.0, 4343.0, 4295.0, 4324.0, 4283.0, 4315.0, 4344.0, 4305.0, 4334.0, 4293.0, 4325.0, 4322.0, 4304.0, 4344.0, 4294.0, 4325.0, 4342.0, 4292.0, 4332.0, 4280.0, 4302.0, 4331.0, 4302.0, 4323.0, 4291.0, 4313.0, 4343.0, 4304.0, 4322.0, 4291.0, 4313.0, 4301.0, 4304.0, 4333.0, 4294.0, 4325.0, 4303.0, 4294.0, 4332.0, 4292.0, 4313.0, 4301.0, 4304.0, 4343.0, 4293.0, 4333.0, 4291.0, 4304.0, 4343.0, 4304.0, 4345.0, 4304.0, 4314.0, 4294.0, 4304.0, 4331.0, 4303.0, 4325.0, 4322.0, 4303.0, 4334.0, 4311.0, 4293.0, 4331.0, 4281.0, 4311.0, 4299.0, 4291.0, 4330.0, 4280.0, 4321.0, 4289.0, 4291.0, 4319.0, 4279.0, 4310.0, 4308.0, 4279.0, 4318.0, 4278.0, 4310.0, 4317.0, 4278.0, 4320.0, 4286.0, 4279.0, 4317.0, 4267.0, 4299.0, 4316.0, 4278.0, 4298.0, 4266.0, 4280.0, 4319.0, 4290.0, 4311.0, 4280.0, 4302.0, 4320.0, 4292.0, 4314.0, 4292.0, 4294.0, 4334.0, 4314.0, 4334.0, 4292.0, 4306.0, 4355.0, 4293.0, 4333.0, 4303.0, 4305.0, 4342.0, 4302.0, 4323.0, 4300.0, 4293.0, 4333.0, 4301.0, 4303.0, 4341.0, 4281.0, 4312.0, 4329.0, 4292.0, 4332.0, 4309.0, 4279.0, 4330.0, 4279.0, 4300.0, 4300.0, 4291.0, 4331.0, 4302.0, 4312.0, 4290.0, 4292.0, 4332.0, 4282.0, 4323.0, 4311.0, 4292.0, 4331.0, 4280.0, 4322.0, 4330.0, 4291.0, 4332.0, 4289.0, 4300.0, 4340.0, 4289.0, 4320.0, 4277.0, 4289.0, 4317.0, 4278.0, 4310.0, 4279.0, 4290.0, 4318.0, 4290.0, 4310.0, 4279.0, 4281.0, 4330.0, 4290.0, 4311.0, 4279.0, 4291.0, 4320.0, 4280.0, 4314.0, 4327.0, 4304.0, 4322.0, 4281.0, 4312.0, 4280.0, 4293.0, 4332.0, 4293.0, 4324.0, 4294.0, 4306.0, 4343.0, 4305.0, 4335.0, 4304.0, 4305.0, 4356.0, 4305.0, 4334.0, 4292.0, 4304.0, 4343.0, 4284.0, 4326.0, 4333.0, 4305.0, 4333.0, 4293.0, 4315.0, 4322.0, 4293.0, 4334.0, 4314.0, 4304.0, 4343.0, 4291.0, 4323.0, 4322.0, 4291.0, 4320.0, 4302.0, 4313.0, 4291.0, 4294.0, 4333.0, 4283.0, 4315.0, 4354.0, 4305.0, 4344.0, 4293.0, 4314.0, 4302.0, 4305.0, 4334.0, 4293.0, 4325.0, 4333.0, 4305.0, 4344.0, 4293.0, 4323.0, 4291.0, 4291.0, 4331.0, 4293.0, 4334.0, 4320.0, 4291.0, 4329.0, 4290.0, 4300.0, 4278.0, 4280.0, 4330.0, 4279.0, 4312.0, 4323.0, 4293.0, 4320.0, 4290.0, 4310.0, 4279.0, 4292.0, 4311.0, 4293.0, 4333.0, 4292.0, 4326.0, 4345.0, 4305.0, 4344.0, 4304.0, 4314.0, 4303.0, 4303.0, 4331.0, 4290.0, 4322.0, 4300.0, 4292.0, 4331.0, 4291.0, 4322.0, 4291.0, 4291.0, 4339.0, 4280.0, 4320.0, 4278.0, 4290.0, 4329.0, 4279.0, 4309.0, 4268.0, 4289.0, 4318.0, 4278.0, 4299.0, 4297.0, 4280.0, 4319.0, 4279.0, 4300.0, 4288.0, 4280.0], 'WindowWidth': [9711.0, 9634.0, 9611.0, 9611.0, 9574.0, 9599.0, 9601.0, 9566.0, 9609.0, 9578.0, 9524.0, 9565.0, 9530.0, 9528.0, 9581.0, 9543.0, 9520.0, 9564.0, 9517.0, 9523.0, 9562.0, 9516.0, 9539.0, 9567.0, 9520.0, 9524.0, 9548.0, 9526.0, 9544.0, 9578.0, 9544.0, 9575.0, 9554.0, 9531.0, 9581.0, 9544.0, 9563.0, 9616.0, 9551.0, 9538.0, 9576.0, 9514.0, 9534.0, 9560.0, 9496.0, 9502.0, 9557.0, 9512.0, 9502.0, 9534.0, 9500.0, 9517.0, 9551.0, 9501.0, 9530.0, 9562.0, 9508.0, 9525.0, 9543.0, 9494.0, 9525.0, 9549.0, 9500.0, 9542.0, 9532.0, 9483.0, 9538.0, 9510.0, 9501.0, 9528.0, 9521.0, 9497.0, 9527.0, 9505.0, 9486.0, 9537.0, 9487.0, 9518.0, 9555.0, 9498.0, 9516.0, 9554.0, 9487.0, 9518.0, 9556.0, 9505.0, 9533.0, 9555.0, 9519.0, 9549.0, 9551.0, 9501.0, 9548.0, 9558.0, 9505.0, 9542.0, 9505.0, 9537.0, 9572.0, 9519.0, 9538.0, 9575.0, 9535.0, 9551.0, 9556.0, 9516.0, 9532.0, 9568.0, 9515.0, 9534.0, 9537.0, 9504.0, 9545.0, 9528.0, 9506.0, 9557.0, 9511.0, 9502.0, 9540.0, 9501.0, 9519.0, 9557.0, 9522.0, 9551.0, 9543.0, 9508.0, 9565.0, 9533.0, 9508.0, 9561.0, 9503.0, 9520.0, 9557.0, 9501.0, 9531.0, 9555.0, 9514.0, 9532.0, 9540.0, 9518.0, 9530.0, 9510.0, 9502.0, 9543.0, 9510.0, 9488.0, 9553.0, 9485.0, 9517.0, 9553.0, 9518.0, 9548.0, 9569.0, 9516.0, 9530.0, 9499.0, 9506.0, 9557.0, 9491.0, 9538.0, 9561.0, 9522.0, 9537.0, 9528.0, 9506.0, 9547.0, 9514.0, 9506.0, 9557.0, 9503.0, 9533.0, 9554.0, 9513.0, 9534.0, 9576.0, 9518.0, 9527.0, 9498.0, 9518.0, 9542.0, 9506.0, 9538.0, 9560.0, 9525.0, 9565.0, 9518.0, 9508.0, 9557.0, 9502.0, 9534.0, 9554.0, 9530.0, 9551.0, 9556.0, 9522.0, 9560.0, 9519.0, 9503.0, 9551.0, 9502.0, 9532.0, 9513.0, 9504.0, 9558.0, 9502.0, 9533.0, 9558.0, 9505.0, 9532.0, 9510.0, 9504.0, 9544.0, 9502.0, 9522.0, 9574.0, 9518.0, 9548.0, 9525.0, 9501.0, 9554.0, 9496.0, 9513.0, 9569.0, 9512.0, 9572.0, 9523.0, 9524.0, 9501.0, 9521.0, 9553.0, 9501.0, 9532.0, 9524.0, 9518.0, 9560.0, 9512.0, 9520.0, 9559.0, 9494.0, 9496.0, 9545.0, 9474.0, 9506.0, 9523.0, 9486.0, 9530.0, 9467.0, 9474.0, 9541.0, 9456.0, 9487.0, 9517.0, 9463.0, 9477.0, 9444.0, 9469.0, 9510.0, 9455.0, 9487.0, 9520.0, 9485.0, 9489.0, 9477.0, 9480.0, 9529.0, 9475.0, 9506.0, 9475.0, 9497.0, 9523.0, 9469.0, 9516.0, 9538.0, 9502.0, 9544.0, 9510.0, 9500.0, 9551.0, 9498.0, 9530.0, 9524.0, 9502.0, 9556.0, 9513.0, 9507.0, 9556.0, 9503.0, 9528.0, 9486.0, 9507.0, 9555.0, 9503.0, 9547.0, 9526.0, 9504.0, 9555.0, 9501.0, 9534.0, 9555.0, 9504.0, 9543.0, 9501.0, 9505.0, 9554.0, 9486.0, 9533.0, 9566.0, 9516.0, 9558.0, 9501.0, 9530.0, 9508.0, 9539.0, 9548.0, 9528.0, 9565.0, 9507.0, 9525.0, 9576.0, 9509.0, 9556.0, 9561.0, 9521.0, 9559.0, 9489.0, 9533.0, 9567.0, 9513.0, 9544.0, 9525.0, 9501.0, 9554.0, 9495.0, 9509.0, 9491.0, 9498.0, 9536.0, 9481.0, 9516.0, 9549.0, 9497.0, 9525.0, 9493.0, 9500.0, 9550.0, 9485.0, 9515.0, 9532.0, 9497.0, 9525.0, 9492.0, 9500.0, 9539.0, 9485.0, 9517.0, 9525.0, 9502.0, 9539.0, 9518.0, 9532.0, 9505.0, 9540.0, 9574.0, 9523.0, 9563.0, 9504.0, 9521.0, 9528.0, 9505.0, 9559.0, 9501.0, 9534.0, 9584.0, 9516.0, 9556.0, 9497.0, 9517.0, 9553.0, 9504.0, 9541.0, 9572.0, 9499.0, 9525.0, 9482.0, 9504.0, 9539.0, 9508.0, 9537.0, 9529.0, 9508.0, 9544.0, 9507.0, 9541.0, 9565.0, 9528.0, 9565.0, 9513.0, 9542.0, 9562.0, 9512.0, 9554.0, 9533.0, 9534.0, 9597.0, 9530.0, 9570.0, 9524.0, 9531.0, 9581.0, 9528.0, 9570.0, 9535.0, 9526.0, 9576.0, 9508.0, 9553.0, 9550.0, 9527.0, 9578.0, 9521.0, 9550.0, 9532.0, 9508.0, 9602.0, 9518.0, 9543.0, 9529.0, 9509.0, 9561.0, 9489.0, 9537.0, 9585.0, 9522.0, 9559.0, 9489.0, 9537.0, 9596.0, 9523.0, 9562.0, 9492.0, 9538.0, 9543.0, 9520.0, 9562.0, 9522.0, 9522.0, 9571.0, 9519.0, 9559.0, 9502.0, 9521.0, 9557.0, 9520.0, 9549.0, 9518.0, 9527.0, 9580.0, 9525.0, 9534.0, 9501.0, 9523.0, 9559.0, 9515.0, 9560.0, 9580.0, 9511.0, 9557.0, 9507.0, 9540.0, 9530.0, 9509.0, 9567.0, 9511.0, 9526.0, 9570.0, 9537.0, 9573.0, 9522.0, 9528.0, 9579.0, 9526.0, 9560.0, 9580.0, 9536.0, 9562.0, 9489.0, 9551.0, 9557.0, 9509.0, 9563.0, 9489.0, 9520.0, 9584.0, 9523.0, 9547.0, 9507.0, 9525.0, 9574.0, 9523.0, 9552.0, 9541.0, 9530.0, 9566.0, 9527.0, 9556.0, 9521.0, 9528.0, 9587.0, 9528.0, 9542.0, 9561.0, 9508.0, 9563.0, 9502.0, 9521.0, 9576.0, 9505.0, 9547.0, 9501.0, 9506.0, 9555.0, 9501.0, 9532.0, 9499.0, 9526.0, 9561.0, 9490.0, 9535.0, 9527.0, 9508.0, 9550.0, 9490.0, 9523.0, 9561.0, 9523.0, 9563.0, 9501.0, 9507.0, 9558.0, 9512.0, 9558.0, 9517.0, 9506.0, 9556.0, 9504.0, 9535.0, 9541.0, 9506.0, 9566.0, 9521.0, 9511.0, 9543.0, 9509.0, 9547.0, 9512.0, 9544.0, 9563.0, 9514.0, 9567.0, 9513.0, 9557.0, 9539.0, 9529.0, 9584.0, 9510.0, 9561.0, 9597.0, 9526.0, 9578.0, 9507.0, 9541.0, 9591.0, 9524.0, 9562.0, 9492.0, 9538.0, 9573.0, 9520.0, 9563.0, 9503.0, 9523.0, 9572.0, 9520.0, 9549.0, 9501.0, 9508.0, 9559.0, 9492.0, 9535.0, 9502.0, 9509.0, 9562.0, 9511.0, 9522.0, 9558.0, 9517.0, 9545.0, 9499.0, 9507.0, 9543.0, 9493.0, 9542.0, 9561.0, 9509.0, 9559.0, 9507.0, 9538.0, 9557.0, 9510.0, 9566.0, 9510.0, 9527.0, 9576.0, 9514.0, 9551.0, 9496.0, 9542.0, 9580.0, 9526.0, 9566.0, 9509.0, 9554.0, 9546.0, 9523.0, 9578.0, 9511.0, 9554.0, 9572.0, 9504.0, 9558.0, 9486.0, 9519.0, 9557.0, 9520.0, 9549.0, 9503.0, 9536.0, 9577.0, 9524.0, 9545.0, 9503.0, 9534.0, 9516.0, 9523.0, 9563.0, 9514.0, 9554.0, 9520.0, 9511.0, 9559.0, 9504.0, 9536.0, 9519.0, 9524.0, 9578.0, 9507.0, 9561.0, 9502.0, 9526.0, 9577.0, 9527.0, 9584.0, 9526.0, 9538.0, 9513.0, 9527.0, 9558.0, 9524.0, 9556.0, 9545.0, 9523.0, 9565.0, 9529.0, 9508.0, 9556.0, 9488.0, 9531.0, 9508.0, 9501.0, 9555.0, 9487.0, 9544.0, 9497.0, 9501.0, 9537.0, 9481.0, 9526.0, 9517.0, 9482.0, 9533.0, 9479.0, 9526.0, 9530.0, 9480.0, 9538.0, 9486.0, 9481.0, 9530.0, 9463.0, 9508.0, 9526.0, 9479.0, 9506.0, 9461.0, 9484.0, 9536.0, 9499.0, 9529.0, 9486.0, 9518.0, 9540.0, 9506.0, 9540.0, 9509.0, 9512.0, 9565.0, 9539.0, 9566.0, 9507.0, 9532.0, 9598.0, 9511.0, 9563.0, 9522.0, 9531.0, 9575.0, 9521.0, 9549.0, 9514.0, 9511.0, 9564.0, 9517.0, 9522.0, 9571.0, 9489.0, 9533.0, 9552.0, 9505.0, 9560.0, 9522.0, 9484.0, 9554.0, 9485.0, 9515.0, 9512.0, 9504.0, 9556.0, 9519.0, 9534.0, 9501.0, 9507.0, 9561.0, 9494.0, 9551.0, 9530.0, 9505.0, 9558.0, 9488.0, 9546.0, 9555.0, 9501.0, 9559.0, 9496.0, 9513.0, 9567.0, 9497.0, 9539.0, 9477.0, 9496.0, 9531.0, 9480.0, 9526.0, 9483.0, 9498.0, 9533.0, 9499.0, 9526.0, 9485.0, 9490.0, 9552.0, 9499.0, 9529.0, 9484.0, 9503.0, 9539.0, 9487.0, 9539.0, 9564.0, 9527.0, 9545.0, 9491.0, 9532.0, 9488.0, 9509.0, 9562.0, 9512.0, 9553.0, 9512.0, 9533.0, 9578.0, 9528.0, 9570.0, 9527.0, 9529.0, 9599.0, 9528.0, 9567.0, 9505.0, 9526.0, 9576.0, 9498.0, 9557.0, 9562.0, 9529.0, 9563.0, 9510.0, 9541.0, 9546.0, 9509.0, 9568.0, 9541.0, 9526.0, 9577.0, 9503.0, 9550.0, 9548.0, 9502.0, 9540.0, 9520.0, 9536.0, 9504.0, 9510.0, 9563.0, 9495.0, 9542.0, 9596.0, 9529.0, 9578.0, 9509.0, 9540.0, 9519.0, 9528.0, 9565.0, 9509.0, 9556.0, 9563.0, 9527.0, 9579.0, 9509.0, 9550.0, 9502.0, 9504.0, 9557.0, 9508.0, 9565.0, 9540.0, 9501.0, 9551.0, 9500.0, 9513.0, 9480.0, 9485.0, 9551.0, 9481.0, 9530.0, 9550.0, 9508.0, 9539.0, 9500.0, 9527.0, 9484.0, 9506.0, 9529.0, 9508.0, 9561.0, 9508.0, 9560.0, 9585.0, 9530.0, 9581.0, 9527.0, 9541.0, 9524.0, 9525.0, 9556.0, 9501.0, 9548.0, 9514.0, 9508.0, 9556.0, 9503.0, 9546.0, 9504.0, 9502.0, 9566.0, 9485.0, 9539.0, 9479.0, 9499.0, 9550.0, 9482.0, 9524.0, 9468.0, 9497.0, 9534.0, 9479.0, 9510.0, 9505.0, 9485.0, 9537.0, 9483.0, 9514.0, 9494.0, 9486.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.0003108552631578947</td></tr>
<tr><td colspan=3>aqi</td><td>0.018004377302631578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98622097031836</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2075047209769492</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9950202823600443</td></tr>
<tr><td colspan=3>efc</td><td>0.4667</td></tr>
<tr><td colspan=3>fber</td><td>5878.7959</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06570192169517318</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.10964912280701754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.328157676214573</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3235146718758206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.501458394906039</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1594999618618584</td></tr>
<tr><td colspan=3>gcor</td><td>0.00946988</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01414923369884491</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01629198156297207</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.067748624760529</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>34.7378</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3401</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.4178</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303446.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>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.5641</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7576</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.0368</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.8753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73098.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1311.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.3879</td></tr>
<tr><td colspan=3>tsnr</td><td>45.22167703032028</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>