<?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-0114_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0114_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0114_suffix-bold_task-social" 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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0114_suffix-bold_task-social" 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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0114_suffix-bold_task-social" 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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0114_suffix-bold_task-social" 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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0114/ses-01/func/sub-0114_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>324a7495b728d4026bce0c4de4c1212b</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>13:00:35.415000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996957, -0.0779288, 0.00213803, 0.0765366, 0.983623, 0.163178]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_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.0941655</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7769, -7207, 324, -169, 7, 104, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>530a0ca1-716a-407f-b108-a1da0999b88a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6747617721557617, 0.2053421139717102, 0.040012016892433167, 102.51851654052734], [0.2090771645307541, 2.6389899253845215, 0.43879762291908264, -118.26708221435547], [0.005736176390200853, -0.4377943277359009, 2.663804769515991, -40.40339660644531], [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, 872]</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], 'AcquisitionTime': ['130035.415000', '130035.875000', '130036.335000', '130036.795000', '130037.255000', '130037.715000', '130038.175000', '130038.635000', '130039.095000', '130039.555000', '130040.015000', '130040.475000', '130040.935000', '130041.395000', '130041.855000', '130042.315000', '130042.775000', '130043.235000', '130043.695000', '130044.155000', '130044.615000', '130045.075000', '130045.535000', '130045.995000', '130046.455000', '130046.915000', '130047.375000', '130047.835000', '130048.295000', '130048.755000', '130049.215000', '130049.675000', '130050.135000', '130050.595000', '130051.055000', '130051.515000', '130051.975000', '130052.435000', '130052.895000', '130053.355000', '130053.815000', '130054.275000', '130054.735000', '130055.195000', '130055.655000', '130056.115000', '130056.575000', '130057.035000', '130057.495000', '130057.955000', '130058.415000', '130058.875000', '130059.335000', '130059.795000', '130100.255000', '130100.715000', '130101.175000', '130101.635000', '130102.095000', '130102.555000', '130103.015000', '130103.475000', '130103.935000', '130104.395000', '130104.855000', '130105.315000', '130105.775000', '130106.235000', '130106.695000', '130107.155000', '130107.615000', '130108.075000', '130108.535000', '130108.995000', '130109.455000', '130109.915000', '130110.375000', '130110.835000', '130111.295000', '130111.755000', '130112.215000', '130112.675000', '130113.135000', '130113.595000', '130114.055000', '130114.515000', '130114.975000', '130115.435000', '130115.895000', '130116.355000', '130116.815000', '130117.275000', '130117.735000', '130118.195000', '130118.655000', '130119.115000', '130119.575000', '130120.035000', '130120.495000', '130120.955000', '130121.415000', '130121.875000', '130122.335000', '130122.795000', '130123.255000', '130123.715000', '130124.175000', '130124.635000', '130125.095000', '130125.555000', '130126.015000', '130126.475000', '130126.935000', '130127.395000', '130127.855000', '130128.315000', '130128.775000', '130129.235000', '130129.695000', '130130.155000', '130130.615000', '130131.075000', '130131.535000', '130131.995000', '130132.455000', '130132.915000', '130133.375000', '130133.835000', '130134.295000', '130134.755000', '130135.215000', '130135.675000', '130136.135000', '130136.595000', '130137.055000', '130137.515000', '130137.975000', '130138.435000', '130138.895000', '130139.355000', '130139.815000', '130140.275000', '130140.735000', '130141.195000', '130141.655000', '130142.115000', '130142.575000', '130143.035000', '130143.495000', '130143.955000', '130144.415000', '130144.875000', '130145.335000', '130145.795000', '130146.255000', '130146.715000', '130147.175000', '130147.635000', '130148.095000', '130148.555000', '130149.015000', '130149.475000', '130149.935000', '130150.395000', '130150.855000', '130151.315000', '130151.775000', '130152.235000', '130152.695000', '130153.155000', '130153.615000', '130154.075000', '130154.535000', '130154.995000', '130155.455000', '130155.915000', '130156.375000', '130156.835000', '130157.295000', '130157.755000', '130158.215000', '130158.675000', '130159.135000', '130159.595000', '130200.055000', '130200.515000', '130200.975000', '130201.435000', '130201.895000', '130202.355000', '130202.815000', '130203.275000', '130203.735000', '130204.195000', '130204.655000', '130205.115000', '130205.575000', '130206.035000', '130206.495000', '130206.955000', '130207.415000', '130207.875000', '130208.335000', '130208.795000', '130209.255000', '130209.715000', '130210.175000', '130210.635000', '130211.095000', '130211.555000', '130212.015000', '130212.475000', '130212.935000', '130213.395000', '130213.855000', '130214.315000', '130214.775000', '130215.235000', '130215.695000', '130216.155000', '130216.615000', '130217.075000', '130217.535000', '130217.995000', '130218.455000', '130218.915000', '130219.375000', '130219.835000', '130220.295000', '130220.755000', '130221.215000', '130221.675000', '130222.135000', '130222.595000', '130223.055000', '130223.515000', '130223.975000', '130224.435000', '130224.895000', '130225.355000', '130225.815000', '130226.275000', '130226.735000', '130227.195000', '130227.655000', '130228.115000', '130228.575000', '130229.035000', '130229.495000', '130229.955000', '130230.415000', '130230.875000', '130231.335000', '130231.795000', '130232.255000', '130232.715000', '130233.175000', '130233.635000', '130234.095000', '130234.555000', '130235.015000', '130235.475000', '130235.935000', '130236.395000', '130236.855000', '130237.315000', '130237.775000', '130238.235000', '130238.695000', '130239.155000', '130239.615000', '130240.075000', '130240.535000', '130240.995000', '130241.455000', '130241.915000', '130242.375000', '130242.835000', '130243.295000', '130243.755000', '130244.215000', '130244.675000', '130245.135000', '130245.595000', '130246.055000', '130246.515000', '130246.975000', '130247.435000', '130247.895000', '130248.355000', '130248.815000', '130249.275000', '130249.735000', '130250.195000', '130250.655000', '130251.115000', '130251.575000', '130252.035000', '130252.495000', '130252.955000', '130253.415000', '130253.875000', '130254.335000', '130254.795000', '130255.255000', '130255.715000', '130256.175000', '130256.635000', '130257.095000', '130257.555000', '130258.015000', '130258.475000', '130258.935000', '130259.395000', '130259.855000', '130300.315000', '130300.775000', '130301.235000', '130301.695000', '130302.155000', '130302.615000', '130303.075000', '130303.535000', '130303.995000', '130304.455000', '130304.915000', '130305.375000', '130305.835000', '130306.295000', '130306.755000', '130307.215000', '130307.675000', '130308.135000', '130308.595000', '130309.055000', '130309.515000', '130309.975000', '130310.435000', '130310.895000', '130311.355000', '130311.815000', '130312.275000', '130312.735000', '130313.195000', '130313.655000', '130314.115000', '130314.575000', '130315.035000', '130315.495000', '130315.955000', '130316.415000', '130316.875000', '130317.335000', '130317.795000', '130318.255000', '130318.715000', '130319.175000', '130319.635000', '130320.095000', '130320.555000', '130321.015000', '130321.475000', '130321.935000', '130322.395000', '130322.855000', '130323.315000', '130323.775000', '130324.235000', '130324.695000', '130325.155000', '130325.615000', '130326.075000', '130326.535000', '130326.995000', '130327.455000', '130327.915000', '130328.375000', '130328.835000', '130329.295000', '130329.755000', '130330.215000', '130330.675000', '130331.135000', '130331.595000', '130332.055000', '130332.515000', '130332.975000', '130333.435000', '130333.895000', '130334.355000', '130334.815000', '130335.275000', '130335.735000', '130336.195000', '130336.655000', '130337.115000', '130337.575000', '130338.035000', '130338.495000', '130338.955000', '130339.415000', '130339.875000', '130340.335000', '130340.795000', '130341.255000', '130341.715000', '130342.175000', '130342.635000', '130343.095000', '130343.555000', '130344.015000', '130344.475000', '130344.935000', '130345.395000', '130345.855000', '130346.315000', '130346.775000', '130347.235000', '130347.695000', '130348.155000', '130348.615000', '130349.075000', '130349.535000', '130349.995000', '130350.455000', '130350.915000', '130351.375000', '130351.835000', '130352.295000', '130352.755000', '130353.215000', '130353.675000', '130354.135000', '130354.595000', '130355.055000', '130355.515000', '130355.975000', '130356.435000', '130356.895000', '130357.355000', '130357.815000', '130358.275000', '130358.735000', '130359.195000', '130359.655000', '130400.115000', '130400.575000', '130401.035000', '130401.495000', '130401.955000', '130402.415000', '130402.875000', '130403.335000', '130403.795000', '130404.255000', '130404.715000', '130405.175000', '130405.635000', '130406.095000', '130406.555000', '130407.015000', '130407.475000', '130407.935000', '130408.395000', '130408.855000', '130409.315000', '130409.775000', '130410.235000', '130410.695000', '130411.155000', '130411.615000', '130412.075000', '130412.535000', '130412.995000', '130413.455000', '130413.915000', '130414.375000', '130414.835000', '130415.295000', '130415.755000', '130416.215000', '130416.675000', '130417.135000', '130417.595000', '130418.055000', '130418.515000', '130418.975000', '130419.435000', '130419.895000', '130420.355000', '130420.815000', '130421.275000', '130421.735000', '130422.195000', '130422.655000', '130423.115000', '130423.575000', '130424.035000', '130424.495000', '130424.955000', '130425.415000', '130425.875000', '130426.335000', '130426.795000', '130427.255000', '130427.715000', '130428.175000', '130428.635000', '130429.095000', '130429.555000', '130430.015000', '130430.475000', '130430.935000', '130431.395000', '130431.855000', '130432.315000', '130432.775000', '130433.235000', '130433.695000', '130434.155000', '130434.615000', '130435.075000', '130435.535000', '130435.995000', '130436.455000', '130436.915000', '130437.375000', '130437.835000', '130438.295000', '130438.755000', '130439.215000', '130439.675000', '130440.135000', '130440.595000', '130441.055000', '130441.515000', '130441.975000', '130442.435000', '130442.895000', '130443.355000', '130443.815000', '130444.275000', '130444.735000', '130445.195000', '130445.655000', '130446.115000', '130446.575000', '130447.035000', '130447.495000', '130447.955000', '130448.415000', '130448.875000', '130449.335000', '130449.795000', '130450.255000', '130450.715000', '130451.175000', '130451.635000', '130452.095000', '130452.555000', '130453.015000', '130453.475000', '130453.935000', '130454.395000', '130454.855000', '130455.315000', '130455.775000', '130456.235000', '130456.695000', '130457.155000', '130457.615000', '130458.075000', '130458.535000', '130458.995000', '130459.455000', '130459.915000', '130500.375000', '130500.835000', '130501.295000', '130501.755000', '130502.215000', '130502.675000', '130503.135000', '130503.595000', '130504.055000', '130504.515000', '130504.975000', '130505.435000', '130505.895000', '130506.355000', '130506.815000', '130507.275000', '130507.735000', '130508.195000', '130508.655000', '130509.115000', '130509.575000', '130510.035000', '130510.495000', '130510.955000', '130511.415000', '130511.875000', '130512.335000', '130512.795000', '130513.255000', '130513.715000', '130514.175000', '130514.635000', '130515.095000', '130515.555000', '130516.015000', '130516.475000', '130516.935000', '130517.395000', '130517.855000', '130518.315000', '130518.775000', '130519.235000', '130519.695000', '130520.155000', '130520.615000', '130521.075000', '130521.535000', '130521.995000', '130522.455000', '130522.915000', '130523.375000', '130523.835000', '130524.295000', '130524.755000', '130525.215000', '130525.675000', '130526.135000', '130526.595000', '130527.055000', '130527.515000', '130527.975000', '130528.435000', '130528.895000', '130529.355000', '130529.815000', '130530.275000', '130530.735000', '130531.195000', '130531.655000', '130532.115000', '130532.575000', '130533.035000', '130533.495000', '130533.955000', '130534.415000', '130534.875000', '130535.335000', '130535.795000', '130536.255000', '130536.715000', '130537.175000', '130537.635000', '130538.095000', '130538.555000', '130539.015000', '130539.475000', '130539.935000', '130540.395000', '130540.855000', '130541.315000', '130541.775000', '130542.235000', '130542.695000', '130543.155000', '130543.615000', '130544.075000', '130544.535000', '130544.995000', '130545.455000', '130545.915000', '130546.375000', '130546.835000', '130547.295000', '130547.755000', '130548.215000', '130548.675000', '130549.135000', '130549.595000', '130550.055000', '130550.515000', '130550.975000', '130551.435000', '130551.895000', '130552.355000', '130552.815000', '130553.275000', '130553.735000', '130554.195000', '130554.655000', '130555.115000', '130555.575000', '130556.035000', '130556.495000', '130556.955000', '130557.415000', '130557.875000', '130558.335000', '130558.795000', '130559.255000', '130559.715000', '130600.175000', '130600.635000', '130601.095000', '130601.555000', '130602.015000', '130602.475000', '130602.935000', '130603.395000', '130603.855000', '130604.315000', '130604.775000', '130605.235000', '130605.695000', '130606.155000', '130606.615000', '130607.075000', '130607.535000', '130607.995000', '130608.455000', '130608.915000', '130609.375000', '130609.835000', '130610.295000', '130610.755000', '130611.215000', '130611.675000', '130612.135000', '130612.595000', '130613.055000', '130613.515000', '130613.975000', '130614.435000', '130614.895000', '130615.355000', '130615.815000', '130616.275000', '130616.735000', '130617.195000', '130617.655000', '130618.115000', '130618.575000', '130619.035000', '130619.495000', '130619.955000', '130620.415000', '130620.875000', '130621.335000', '130621.795000', '130622.255000', '130622.715000', '130623.175000', '130623.635000', '130624.095000', '130624.555000', '130625.015000', '130625.475000', '130625.935000', '130626.395000', '130626.855000', '130627.315000', '130627.775000', '130628.235000', '130628.695000', '130629.155000', '130629.615000', '130630.075000', '130630.535000', '130630.995000', '130631.455000', '130631.915000', '130632.375000', '130632.835000', '130633.295000', '130633.755000', '130634.215000', '130634.675000', '130635.135000', '130635.595000', '130636.055000', '130636.515000', '130636.975000', '130637.435000', '130637.895000', '130638.355000', '130638.815000', '130639.275000', '130639.735000', '130640.195000', '130640.655000', '130641.115000', '130641.575000', '130642.035000', '130642.495000', '130642.955000', '130643.415000', '130643.875000', '130644.335000', '130644.795000', '130645.255000', '130645.715000', '130646.175000', '130646.635000', '130647.095000', '130647.555000', '130648.015000', '130648.475000', '130648.935000', '130649.395000', '130649.855000', '130650.315000', '130650.775000', '130651.235000', '130651.695000', '130652.155000', '130652.615000', '130653.075000', '130653.535000', '130653.995000', '130654.455000', '130654.915000', '130655.375000', '130655.835000', '130656.295000', '130656.755000', '130657.215000', '130657.675000', '130658.135000', '130658.595000', '130659.055000', '130659.515000', '130659.975000', '130700.435000', '130700.895000', '130701.355000', '130701.815000', '130702.275000', '130702.735000', '130703.195000', '130703.655000', '130704.115000', '130704.575000', '130705.035000', '130705.495000', '130705.955000', '130706.415000', '130706.875000', '130707.335000', '130707.795000', '130708.255000', '130708.715000', '130709.175000', '130709.635000', '130710.095000', '130710.555000', '130711.015000', '130711.475000', '130711.935000', '130712.395000', '130712.855000', '130713.315000', '130713.775000', '130714.235000', '130714.695000', '130715.155000', '130715.615000', '130716.075000'], 'ContentTime': ['130051.654000', '130051.657000', '130051.660000', '130051.662000', '130051.665000', '130051.668000', '130051.670000', '130051.673000', '130051.676000', '130051.678000', '130051.681000', '130051.683000', '130051.686000', '130051.689000', '130051.691000', '130051.694000', '130051.696000', '130051.699000', '130051.701000', '130051.704000', '130051.707000', '130051.709000', '130051.712000', '130051.724000', '130051.727000', '130051.729000', '130051.732000', '130051.734000', '130051.741000', '130051.744000', '130051.747000', '130051.749000', '130111.628000', '130111.631000', '130111.634000', '130111.636000', '130111.639000', '130111.652000', '130111.654000', '130111.657000', '130111.659000', '130111.662000', '130111.665000', '130111.667000', '130111.670000', '130111.672000', '130111.675000', '130111.677000', '130111.680000', '130111.683000', '130111.685000', '130111.688000', '130111.690000', '130111.693000', '130111.696000', '130111.699000', '130111.702000', '130111.716000', '130111.719000', '130111.721000', '130111.724000', '130111.726000', '130111.729000', '130111.732000', '130111.734000', '130111.737000', '130111.739000', '130111.742000', '130111.745000', '130111.747000', '130111.750000', '130111.753000', '130111.755000', '130111.758000', '130111.761000', '130131.628000', '130131.631000', '130131.634000', '130131.637000', '130131.639000', '130131.642000', '130131.644000', '130131.647000', '130131.649000', '130131.652000', '130131.655000', '130131.657000', '130131.660000', '130131.662000', '130131.665000', '130131.667000', '130131.670000', '130131.672000', '130131.675000', '130131.677000', '130131.680000', '130131.682000', '130131.685000', '130131.688000', '130131.690000', '130131.693000', '130131.699000', '130131.701000', '130131.704000', '130131.706000', '130131.709000', '130131.711000', '130131.714000', '130131.716000', '130131.719000', '130131.722000', '130131.724000', '130131.727000', '130131.729000', '130131.732000', '130131.735000', '130131.737000', '130131.740000', '130131.742000', '130151.627000', '130151.630000', '130151.633000', '130151.635000', '130151.638000', '130151.641000', '130151.643000', '130151.646000', '130151.649000', '130151.651000', '130151.654000', '130151.656000', '130151.659000', '130151.661000', '130151.664000', '130151.666000', '130151.669000', '130151.679000', '130151.681000', '130151.684000', '130151.687000', '130151.689000', '130151.692000', '130151.694000', '130151.697000', '130151.700000', '130151.702000', '130151.705000', '130151.707000', '130151.710000', '130151.712000', '130151.715000', '130151.718000', '130151.720000', '130151.723000', '130151.725000', '130151.742000', '130151.744000', '130151.747000', '130151.749000', '130151.752000', '130151.755000', '130151.757000', '130211.627000', '130211.630000', '130211.633000', '130211.635000', '130211.638000', '130211.641000', '130211.643000', '130211.646000', '130211.648000', '130211.651000', '130211.653000', '130211.656000', '130211.659000', '130211.661000', '130211.664000', '130211.666000', '130211.669000', '130211.671000', '130211.674000', '130211.676000', '130211.679000', '130211.682000', '130211.684000', '130211.687000', '130211.689000', '130211.692000', '130211.694000', '130211.697000', '130211.700000', '130211.702000', '130211.705000', '130211.707000', '130211.710000', '130211.712000', '130211.715000', '130211.718000', '130211.720000', '130211.723000', '130211.725000', '130211.728000', '130211.730000', '130211.733000', '130211.736000', '130211.738000', '130231.627000', '130231.630000', '130231.633000', '130231.636000', '130231.638000', '130231.641000', '130231.643000', '130231.646000', '130231.649000', '130231.651000', '130231.654000', '130231.656000', '130231.659000', '130231.662000', '130231.664000', '130231.667000', '130231.669000', '130231.672000', '130231.674000', '130231.677000', '130231.680000', '130231.682000', '130231.685000', '130231.687000', '130231.690000', '130231.693000', '130231.695000', '130231.698000', '130231.700000', '130231.703000', '130231.705000', '130231.708000', '130231.710000', '130231.713000', '130231.716000', '130231.718000', '130231.721000', '130231.723000', '130231.726000', '130231.728000', '130231.731000', '130231.734000', '130231.736000', '130251.629000', '130251.631000', '130251.634000', '130251.637000', '130251.639000', '130251.642000', '130251.644000', '130251.647000', '130251.650000', '130251.652000', '130251.655000', '130251.657000', '130251.660000', '130251.663000', '130251.665000', '130251.668000', '130251.670000', '130251.673000', '130251.675000', '130251.678000', '130251.681000', '130251.683000', '130251.686000', '130251.688000', '130251.691000', '130251.693000', '130251.696000', '130251.699000', '130251.701000', '130251.704000', '130251.706000', '130251.709000', '130251.712000', '130251.714000', '130251.717000', '130251.720000', '130251.722000', '130251.725000', '130251.728000', '130251.730000', '130251.733000', '130251.735000', '130251.738000', '130251.741000', '130311.629000', '130311.631000', '130311.634000', '130311.637000', '130311.639000', '130311.642000', '130311.645000', '130311.647000', '130311.650000', '130311.652000', '130311.655000', '130311.657000', '130311.660000', '130311.662000', '130311.665000', '130311.668000', '130311.670000', '130311.683000', '130311.686000', '130311.688000', '130311.691000', '130311.693000', '130311.696000', '130311.699000', '130311.701000', '130311.704000', '130311.707000', '130311.709000', '130311.712000', '130311.715000', '130311.717000', '130311.720000', '130311.722000', '130311.725000', '130311.728000', '130311.730000', '130311.733000', '130311.735000', '130311.738000', '130311.740000', '130311.743000', '130311.746000', '130311.748000', '130331.628000', '130331.631000', '130331.634000', '130331.637000', '130331.639000', '130331.642000', '130331.644000', '130331.647000', '130331.649000', '130331.652000', '130331.655000', '130331.657000', '130331.660000', '130331.663000', '130331.665000', '130331.668000', '130331.671000', '130331.673000', '130331.676000', '130331.679000', '130331.681000', '130331.684000', '130331.686000', '130331.689000', '130331.692000', '130331.694000', '130331.697000', '130331.700000', '130331.702000', '130331.705000', '130331.708000', '130331.710000', '130331.726000', '130331.729000', '130331.731000', '130331.734000', '130331.737000', '130331.739000', '130331.742000', '130331.744000', '130331.747000', '130331.750000', '130331.752000', '130331.755000', '130351.628000', '130351.632000', '130351.634000', '130351.637000', '130351.639000', '130351.642000', '130351.644000', '130351.647000', '130351.650000', '130351.652000', '130351.655000', '130351.657000', '130351.660000', '130351.663000', '130351.665000', '130351.668000', '130351.670000', '130351.673000', '130351.675000', '130351.678000', '130351.681000', '130351.683000', '130351.686000', '130351.688000', '130351.691000', '130351.693000', '130351.696000', '130351.699000', '130351.701000', '130351.704000', '130351.706000', '130351.709000', '130351.711000', '130351.714000', '130351.717000', '130351.719000', '130351.730000', '130351.732000', '130351.735000', '130351.738000', '130351.740000', '130351.743000', '130351.746000', '130411.627000', '130411.630000', '130411.633000', '130411.636000', '130411.638000', '130411.641000', '130411.643000', '130411.646000', '130411.648000', '130411.651000', '130411.654000', '130411.656000', '130411.659000', '130411.661000', '130411.664000', '130411.667000', '130411.670000', '130411.672000', '130411.675000', '130411.677000', '130411.680000', '130411.682000', '130411.685000', '130411.688000', '130411.690000', '130411.693000', '130411.696000', '130411.698000', '130411.701000', '130411.703000', '130411.706000', '130411.708000', '130411.722000', '130411.724000', '130411.727000', '130411.730000', '130411.732000', '130411.735000', '130411.737000', '130411.740000', '130411.743000', '130411.745000', '130411.748000', '130411.750000', '130431.627000', '130431.630000', '130431.633000', '130431.635000', '130431.638000', '130431.641000', '130431.643000', '130431.646000', '130431.649000', '130431.651000', '130431.654000', '130431.656000', '130431.659000', '130431.661000', '130431.664000', '130431.667000', '130431.669000', '130431.672000', '130431.674000', '130431.677000', '130431.680000', '130431.682000', '130431.685000', '130431.687000', '130431.690000', '130431.692000', '130431.695000', '130431.698000', '130431.700000', '130431.703000', '130431.706000', '130431.708000', '130431.711000', '130431.713000', '130431.716000', '130431.718000', '130431.721000', '130431.724000', '130431.726000', '130431.729000', '130431.732000', '130431.734000', '130431.737000', '130451.628000', '130451.631000', '130451.633000', '130451.636000', '130451.639000', '130451.643000', '130451.645000', '130451.648000', '130451.651000', '130451.653000', '130451.656000', '130451.658000', '130451.661000', '130451.664000', '130451.666000', '130451.669000', '130451.671000', '130451.674000', '130451.677000', '130451.679000', '130451.682000', '130451.693000', '130451.696000', '130451.699000', '130451.701000', '130451.704000', '130451.706000', '130451.709000', '130451.712000', '130451.714000', '130451.717000', '130451.719000', '130451.722000', '130451.724000', '130451.727000', '130451.730000', '130451.732000', '130451.735000', '130451.738000', '130451.740000', '130451.743000', '130451.745000', '130451.748000', '130451.751000', '130511.629000', '130511.632000', '130511.634000', '130511.637000', '130511.640000', '130511.642000', '130511.645000', '130511.647000', '130511.650000', '130511.653000', '130511.655000', '130511.658000', '130511.660000', '130511.663000', '130511.666000', '130511.668000', '130511.671000', '130511.674000', '130511.676000', '130511.679000', '130511.682000', '130511.684000', '130511.687000', '130511.689000', '130511.692000', '130511.694000', '130511.697000', '130511.700000', '130511.702000', '130511.705000', '130511.707000', '130511.710000', '130511.713000', '130511.715000', '130511.718000', '130511.720000', '130511.723000', '130511.725000', '130511.728000', '130511.731000', '130511.733000', '130511.736000', '130511.739000', '130531.629000', '130531.632000', '130531.635000', '130531.637000', '130531.640000', '130531.643000', '130531.645000', '130531.648000', '130531.650000', '130531.653000', '130531.656000', '130531.658000', '130531.661000', '130531.663000', '130531.666000', '130531.669000', '130531.671000', '130531.674000', '130531.676000', '130531.679000', '130531.681000', '130531.684000', '130531.687000', '130531.689000', '130531.692000', '130531.694000', '130531.697000', '130531.700000', '130531.702000', '130531.705000', '130531.707000', '130531.710000', '130531.713000', '130531.715000', '130531.718000', '130531.720000', '130531.723000', '130531.726000', '130531.728000', '130531.731000', '130531.734000', '130531.736000', '130531.739000', '130551.628000', '130551.631000', '130551.634000', '130551.637000', '130551.639000', '130551.642000', '130551.644000', '130551.647000', '130551.650000', '130551.652000', '130551.655000', '130551.658000', '130551.660000', '130551.663000', '130551.665000', '130551.668000', '130551.671000', '130551.673000', '130551.676000', '130551.679000', '130551.681000', '130551.684000', '130551.686000', '130551.689000', '130551.691000', '130551.694000', '130551.696000', '130551.699000', '130551.702000', '130551.705000', '130551.707000', '130551.710000', '130551.712000', '130551.715000', '130551.717000', '130551.720000', '130551.723000', '130551.725000', '130551.728000', '130551.730000', '130551.733000', '130551.735000', '130551.738000', '130551.741000', '130611.628000', '130611.631000', '130611.634000', '130611.637000', '130611.639000', '130611.642000', '130611.645000', '130611.647000', '130611.650000', '130611.652000', '130611.655000', '130611.658000', '130611.660000', '130611.663000', '130611.665000', '130611.668000', '130611.671000', '130611.673000', '130611.676000', '130611.680000', '130611.682000', '130611.685000', '130611.688000', '130611.691000', '130611.693000', '130611.696000', '130611.698000', '130611.701000', '130611.704000', '130611.706000', '130611.709000', '130611.712000', '130611.714000', '130611.717000', '130611.719000', '130611.722000', '130611.724000', '130611.727000', '130611.730000', '130611.733000', '130611.735000', '130611.738000', '130611.741000', '130631.627000', '130631.630000', '130631.634000', '130631.636000', '130631.639000', '130631.641000', '130631.644000', '130631.647000', '130631.649000', '130631.652000', '130631.655000', '130631.657000', '130631.660000', '130631.663000', '130631.665000', '130631.668000', '130631.671000', '130631.673000', '130631.676000', '130631.678000', '130631.681000', '130631.684000', '130631.686000', '130631.689000', '130631.703000', '130631.706000', '130631.708000', '130631.711000', '130631.714000', '130631.716000', '130631.719000', '130631.721000', '130631.724000', '130631.726000', '130631.729000', '130631.732000', '130631.734000', '130631.737000', '130631.739000', '130631.742000', '130631.745000', '130631.747000', '130631.750000', '130631.752000', '130651.628000', '130651.630000', '130651.633000', '130651.637000', '130651.640000', '130651.642000', '130651.645000', '130651.647000', '130651.650000', '130651.653000', '130651.655000', '130651.658000', '130651.660000', '130651.663000', '130651.666000', '130651.668000', '130651.671000', '130651.673000', '130651.676000', '130651.678000', '130651.681000', '130651.684000', '130651.686000', '130651.689000', '130651.691000', '130651.694000', '130651.696000', '130651.699000', '130651.702000', '130651.704000', '130651.707000', '130651.709000', '130651.712000', '130651.715000', '130651.718000', '130651.720000', '130651.723000', '130651.725000', '130651.728000', '130651.731000', '130651.733000', '130651.736000', '130651.739000', '130711.627000', '130711.631000', '130711.634000', '130711.636000', '130711.639000', '130711.642000', '130711.644000', '130711.647000', '130711.649000', '130711.652000', '130711.655000', '130711.657000', '130711.660000', '130711.662000', '130711.665000', '130711.668000', '130711.670000', '130711.673000', '130711.676000', '130711.678000', '130711.681000', '130711.683000', '130711.686000', '130711.689000', '130711.691000', '130711.694000', '130711.696000', '130711.699000', '130711.701000', '130711.704000', '130711.707000', '130711.709000', '130711.712000', '130711.714000', '130711.717000', '130711.719000', '130711.722000', '130711.725000', '130711.727000', '130711.730000', '130711.732000', '130711.735000', '130711.738000', '130711.740000', '130717.854000', '130717.857000', '130717.860000', '130717.862000', '130717.865000', '130717.868000', '130717.870000', '130717.873000', '130717.876000', '130717.878000', '130717.881000', '130717.883000', '130717.886000', '130717.889000'], 'InstanceCreationTime': ['130051.654000', '130051.657000', '130051.660000', '130051.662000', '130051.665000', '130051.668000', '130051.670000', '130051.673000', '130051.676000', '130051.678000', '130051.681000', '130051.683000', '130051.686000', '130051.689000', '130051.691000', '130051.694000', '130051.696000', '130051.699000', '130051.701000', '130051.704000', '130051.707000', '130051.709000', '130051.712000', '130051.724000', '130051.727000', '130051.729000', '130051.732000', '130051.734000', '130051.741000', '130051.744000', '130051.747000', '130051.749000', '130111.628000', '130111.631000', '130111.634000', '130111.636000', '130111.639000', '130111.652000', '130111.654000', '130111.657000', '130111.659000', '130111.662000', '130111.665000', '130111.667000', '130111.670000', '130111.672000', '130111.675000', '130111.677000', '130111.680000', '130111.683000', '130111.685000', '130111.688000', '130111.690000', '130111.693000', '130111.696000', '130111.699000', '130111.702000', '130111.716000', '130111.719000', '130111.721000', '130111.724000', '130111.726000', '130111.729000', '130111.732000', '130111.734000', '130111.737000', '130111.739000', '130111.742000', '130111.745000', '130111.747000', '130111.750000', '130111.753000', '130111.755000', '130111.758000', '130111.761000', '130131.628000', '130131.631000', '130131.634000', '130131.637000', '130131.639000', '130131.642000', '130131.644000', '130131.647000', '130131.649000', '130131.652000', '130131.655000', '130131.657000', '130131.660000', '130131.662000', '130131.665000', '130131.667000', '130131.670000', '130131.672000', '130131.675000', '130131.677000', '130131.680000', '130131.682000', '130131.685000', '130131.688000', '130131.690000', '130131.693000', '130131.699000', '130131.701000', '130131.704000', '130131.706000', '130131.709000', '130131.711000', '130131.714000', '130131.716000', '130131.719000', '130131.722000', '130131.724000', '130131.727000', '130131.729000', '130131.732000', '130131.735000', '130131.737000', '130131.740000', '130131.742000', '130151.627000', '130151.630000', '130151.633000', '130151.635000', '130151.638000', '130151.641000', '130151.643000', '130151.646000', '130151.649000', '130151.651000', '130151.654000', '130151.656000', '130151.659000', '130151.661000', '130151.664000', '130151.666000', '130151.669000', '130151.679000', '130151.681000', '130151.684000', '130151.687000', '130151.689000', '130151.692000', '130151.694000', '130151.697000', '130151.700000', '130151.702000', '130151.705000', '130151.707000', '130151.710000', '130151.712000', '130151.715000', '130151.718000', '130151.720000', '130151.723000', '130151.725000', '130151.742000', '130151.744000', '130151.747000', '130151.749000', '130151.752000', '130151.755000', '130151.757000', '130211.627000', '130211.630000', '130211.633000', '130211.635000', '130211.638000', '130211.641000', '130211.643000', '130211.646000', '130211.648000', '130211.651000', '130211.653000', '130211.656000', '130211.659000', '130211.661000', '130211.664000', '130211.666000', '130211.669000', '130211.671000', '130211.674000', '130211.676000', '130211.679000', '130211.682000', '130211.684000', '130211.687000', '130211.689000', '130211.692000', '130211.694000', '130211.697000', '130211.700000', '130211.702000', '130211.705000', '130211.707000', '130211.710000', '130211.712000', '130211.715000', '130211.718000', '130211.720000', '130211.723000', '130211.725000', '130211.728000', '130211.730000', '130211.733000', '130211.736000', '130211.738000', '130231.627000', '130231.630000', '130231.633000', '130231.636000', '130231.638000', '130231.641000', '130231.643000', '130231.646000', '130231.649000', '130231.651000', '130231.654000', '130231.656000', '130231.659000', '130231.662000', '130231.664000', '130231.667000', '130231.669000', '130231.672000', '130231.674000', '130231.677000', '130231.680000', '130231.682000', '130231.685000', '130231.687000', '130231.690000', '130231.693000', '130231.695000', '130231.698000', '130231.700000', '130231.703000', '130231.705000', '130231.708000', '130231.710000', '130231.713000', '130231.716000', '130231.718000', '130231.721000', '130231.723000', '130231.726000', '130231.728000', '130231.731000', '130231.734000', '130231.736000', '130251.629000', '130251.631000', '130251.634000', '130251.637000', '130251.639000', '130251.642000', '130251.644000', '130251.647000', '130251.650000', '130251.652000', '130251.655000', '130251.657000', '130251.660000', '130251.663000', '130251.665000', '130251.668000', '130251.670000', '130251.673000', '130251.675000', '130251.678000', '130251.681000', '130251.683000', '130251.686000', '130251.688000', '130251.691000', '130251.693000', '130251.696000', '130251.699000', '130251.701000', '130251.704000', '130251.706000', '130251.709000', '130251.712000', '130251.714000', '130251.717000', '130251.720000', '130251.722000', '130251.725000', '130251.728000', '130251.730000', '130251.733000', '130251.735000', '130251.738000', '130251.741000', '130311.629000', '130311.631000', '130311.634000', '130311.637000', '130311.639000', '130311.642000', '130311.645000', '130311.647000', '130311.650000', '130311.652000', '130311.655000', '130311.657000', '130311.660000', '130311.662000', '130311.665000', '130311.668000', '130311.670000', '130311.683000', '130311.686000', '130311.688000', '130311.691000', '130311.693000', '130311.696000', '130311.699000', '130311.701000', '130311.704000', '130311.707000', '130311.709000', '130311.712000', '130311.715000', '130311.717000', '130311.720000', '130311.722000', '130311.725000', '130311.728000', '130311.730000', '130311.733000', '130311.735000', '130311.738000', '130311.740000', '130311.743000', '130311.746000', '130311.748000', '130331.628000', '130331.631000', '130331.634000', '130331.637000', '130331.639000', '130331.642000', '130331.644000', '130331.647000', '130331.649000', '130331.652000', '130331.655000', '130331.657000', '130331.660000', '130331.663000', '130331.665000', '130331.668000', '130331.671000', '130331.673000', '130331.676000', '130331.679000', '130331.681000', '130331.684000', '130331.686000', '130331.689000', '130331.692000', '130331.694000', '130331.697000', '130331.700000', '130331.702000', '130331.705000', '130331.708000', '130331.710000', '130331.726000', '130331.729000', '130331.731000', '130331.734000', '130331.737000', '130331.739000', '130331.742000', '130331.744000', '130331.747000', '130331.750000', '130331.752000', '130331.755000', '130351.628000', '130351.632000', '130351.634000', '130351.637000', '130351.639000', '130351.642000', '130351.644000', '130351.647000', '130351.650000', '130351.652000', '130351.655000', '130351.657000', '130351.660000', '130351.663000', '130351.665000', '130351.668000', '130351.670000', '130351.673000', '130351.675000', '130351.678000', '130351.681000', '130351.683000', '130351.686000', '130351.688000', '130351.691000', '130351.693000', '130351.696000', '130351.699000', '130351.701000', '130351.704000', '130351.706000', '130351.709000', '130351.711000', '130351.714000', '130351.717000', '130351.719000', '130351.730000', '130351.732000', '130351.735000', '130351.738000', '130351.740000', '130351.743000', '130351.746000', '130411.627000', '130411.630000', '130411.633000', '130411.636000', '130411.638000', '130411.641000', '130411.643000', '130411.646000', '130411.648000', '130411.651000', '130411.654000', '130411.656000', '130411.659000', '130411.661000', '130411.664000', '130411.667000', '130411.670000', '130411.672000', '130411.675000', '130411.677000', '130411.680000', '130411.682000', '130411.685000', '130411.688000', '130411.690000', '130411.693000', '130411.696000', '130411.698000', '130411.701000', '130411.703000', '130411.706000', '130411.708000', '130411.722000', '130411.724000', '130411.727000', '130411.730000', '130411.732000', '130411.735000', '130411.737000', '130411.740000', '130411.743000', '130411.745000', '130411.748000', '130411.750000', '130431.627000', '130431.630000', '130431.633000', '130431.635000', '130431.638000', '130431.641000', '130431.643000', '130431.646000', '130431.649000', '130431.651000', '130431.654000', '130431.656000', '130431.659000', '130431.661000', '130431.664000', '130431.667000', '130431.669000', '130431.672000', '130431.674000', '130431.677000', '130431.680000', '130431.682000', '130431.685000', '130431.687000', '130431.690000', '130431.692000', '130431.695000', '130431.698000', '130431.700000', '130431.703000', '130431.706000', '130431.708000', '130431.711000', '130431.713000', '130431.716000', '130431.718000', '130431.721000', '130431.724000', '130431.726000', '130431.729000', '130431.732000', '130431.734000', '130431.737000', '130451.628000', '130451.631000', '130451.633000', '130451.636000', '130451.639000', '130451.643000', '130451.645000', '130451.648000', '130451.651000', '130451.653000', '130451.656000', '130451.658000', '130451.661000', '130451.664000', '130451.666000', '130451.669000', '130451.671000', '130451.674000', '130451.677000', '130451.679000', '130451.682000', '130451.693000', '130451.696000', '130451.699000', '130451.701000', '130451.704000', '130451.706000', '130451.709000', '130451.712000', '130451.714000', '130451.717000', '130451.719000', '130451.722000', '130451.724000', '130451.727000', '130451.730000', '130451.732000', '130451.735000', '130451.738000', '130451.740000', '130451.743000', '130451.745000', '130451.748000', '130451.751000', '130511.629000', '130511.632000', '130511.634000', '130511.637000', '130511.640000', '130511.642000', '130511.645000', '130511.647000', '130511.650000', '130511.653000', '130511.655000', '130511.658000', '130511.660000', '130511.663000', '130511.666000', '130511.668000', '130511.671000', '130511.674000', '130511.676000', '130511.679000', '130511.682000', '130511.684000', '130511.687000', '130511.689000', '130511.692000', '130511.694000', '130511.697000', '130511.700000', '130511.702000', '130511.705000', '130511.707000', '130511.710000', '130511.713000', '130511.715000', '130511.718000', '130511.720000', '130511.723000', '130511.725000', '130511.728000', '130511.731000', '130511.733000', '130511.736000', '130511.739000', '130531.629000', '130531.632000', '130531.635000', '130531.637000', '130531.640000', '130531.643000', '130531.645000', '130531.648000', '130531.650000', '130531.653000', '130531.656000', '130531.658000', '130531.661000', '130531.663000', '130531.666000', '130531.669000', '130531.671000', '130531.674000', '130531.676000', '130531.679000', '130531.681000', '130531.684000', '130531.687000', '130531.689000', '130531.692000', '130531.694000', '130531.697000', '130531.700000', '130531.702000', '130531.705000', '130531.707000', '130531.710000', '130531.713000', '130531.715000', '130531.718000', '130531.720000', '130531.723000', '130531.726000', '130531.728000', '130531.731000', '130531.734000', '130531.736000', '130531.739000', '130551.628000', '130551.631000', '130551.634000', '130551.637000', '130551.639000', '130551.642000', '130551.644000', '130551.647000', '130551.650000', '130551.652000', '130551.655000', '130551.658000', '130551.660000', '130551.663000', '130551.665000', '130551.668000', '130551.671000', '130551.673000', '130551.676000', '130551.679000', '130551.681000', '130551.684000', '130551.686000', '130551.689000', '130551.691000', '130551.694000', '130551.696000', '130551.699000', '130551.702000', '130551.705000', '130551.707000', '130551.710000', '130551.712000', '130551.715000', '130551.717000', '130551.720000', '130551.723000', '130551.725000', '130551.728000', '130551.730000', '130551.733000', '130551.735000', '130551.738000', '130551.741000', '130611.628000', '130611.631000', '130611.634000', '130611.637000', '130611.639000', '130611.642000', '130611.645000', '130611.647000', '130611.650000', '130611.652000', '130611.655000', '130611.658000', '130611.660000', '130611.663000', '130611.665000', '130611.668000', '130611.671000', '130611.673000', '130611.676000', '130611.680000', '130611.682000', '130611.685000', '130611.688000', '130611.691000', '130611.693000', '130611.696000', '130611.698000', '130611.701000', '130611.704000', '130611.706000', '130611.709000', '130611.712000', '130611.714000', '130611.717000', '130611.719000', '130611.722000', '130611.724000', '130611.727000', '130611.730000', '130611.733000', '130611.735000', '130611.738000', '130611.741000', '130631.627000', '130631.630000', '130631.634000', '130631.636000', '130631.639000', '130631.641000', '130631.644000', '130631.647000', '130631.649000', '130631.652000', '130631.655000', '130631.657000', '130631.660000', '130631.663000', '130631.665000', '130631.668000', '130631.671000', '130631.673000', '130631.676000', '130631.678000', '130631.681000', '130631.684000', '130631.686000', '130631.689000', '130631.703000', '130631.706000', '130631.708000', '130631.711000', '130631.714000', '130631.716000', '130631.719000', '130631.721000', '130631.724000', '130631.726000', '130631.729000', '130631.732000', '130631.734000', '130631.737000', '130631.739000', '130631.742000', '130631.745000', '130631.747000', '130631.750000', '130631.752000', '130651.628000', '130651.630000', '130651.633000', '130651.637000', '130651.640000', '130651.642000', '130651.645000', '130651.647000', '130651.650000', '130651.653000', '130651.655000', '130651.658000', '130651.660000', '130651.663000', '130651.666000', '130651.668000', '130651.671000', '130651.673000', '130651.676000', '130651.678000', '130651.681000', '130651.684000', '130651.686000', '130651.689000', '130651.691000', '130651.694000', '130651.696000', '130651.699000', '130651.702000', '130651.704000', '130651.707000', '130651.709000', '130651.712000', '130651.715000', '130651.718000', '130651.720000', '130651.723000', '130651.725000', '130651.728000', '130651.731000', '130651.733000', '130651.736000', '130651.739000', '130711.627000', '130711.631000', '130711.634000', '130711.636000', '130711.639000', '130711.642000', '130711.644000', '130711.647000', '130711.649000', '130711.652000', '130711.655000', '130711.657000', '130711.660000', '130711.662000', '130711.665000', '130711.668000', '130711.670000', '130711.673000', '130711.676000', '130711.678000', '130711.681000', '130711.683000', '130711.686000', '130711.689000', '130711.691000', '130711.694000', '130711.696000', '130711.699000', '130711.701000', '130711.704000', '130711.707000', '130711.709000', '130711.712000', '130711.714000', '130711.717000', '130711.719000', '130711.722000', '130711.725000', '130711.727000', '130711.730000', '130711.732000', '130711.735000', '130711.738000', '130711.740000', '130717.854000', '130717.857000', '130717.860000', '130717.862000', '130717.865000', '130717.868000', '130717.870000', '130717.873000', '130717.876000', '130717.878000', '130717.881000', '130717.883000', '130717.886000', '130717.889000'], '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], 'LargestImagePixelValue': [13420, 15266, 10615, 13643, 7775, 13271, 9462, 14399, 10901, 13980, 11850, 10792, 11405, 7923, 12725, 8392, 14842, 8883, 14245, 9205, 13830, 10492, 14935, 11175, 12857, 9694, 8875, 11593, 9730, 13187, 7506, 12388, 7718, 13709, 9352, 14447, 9347, 12361, 9189, 8777, 11749, 8046, 13453, 7731, 13302, 8087, 13517, 10146, 13696, 9982, 13821, 9695, 13622, 10813, 14817, 11013, 14644, 10663, 12284, 10787, 10201, 13223, 8374, 12369, 7681, 13371, 8462, 14736, 8514, 14351, 9920, 14166, 10657, 15400, 11777, 10355, 11259, 7994, 13006, 8571, 14723, 8069, 13710, 8230, 14028, 9550, 14601, 10264, 13978, 9847, 14612, 11551, 12447, 11700, 8153, 12336, 8813, 13568, 9378, 14983, 8599, 13218, 9501, 14258, 11347, 15039, 11811, 9773, 11888, 8833, 12967, 10151, 14068, 8079, 12667, 7986, 13303, 8385, 14303, 8671, 13683, 8962, 14578, 12061, 13204, 10812, 12011, 11099, 9503, 13546, 9126, 14060, 7976, 13933, 9794, 14914, 12254, 13130, 10371, 8416, 11783, 8422, 14804, 8915, 14025, 8882, 14358, 10940, 15181, 12126, 12701, 10763, 8044, 13903, 9787, 14335, 9483, 12968, 10702, 10067, 14842, 9823, 14334, 9163, 11646, 10017, 10245, 11756, 11079, 13072, 9022, 12299, 8166, 13051, 8283, 14346, 7791, 13967, 8487, 14444, 11329, 14916, 10617, 14175, 10078, 12938, 10958, 11702, 13927, 13167, 13572, 9458, 10328, 7559, 7464, 9348, 10486, 10851, 15176, 9794, 14199, 9268, 13942, 10122, 14390, 11111, 14700, 11530, 14585, 12115, 16267, 11646, 12931, 11254, 10034, 12020, 9804, 12204, 10652, 11695, 10483, 11726, 8688, 12089, 8103, 14948, 8296, 14097, 9557, 14514, 10640, 10313, 13245, 9140, 13272, 7981, 13499, 9607, 14909, 10475, 13672, 10975, 9703, 11857, 8235, 12042, 7843, 14545, 10172, 15069, 9661, 13568, 9711, 10399, 11556, 12321, 12807, 8283, 12645, 7971, 13439, 9237, 15363, 10843, 13802, 10387, 9133, 13269, 9897, 12351, 12031, 8901, 15263, 9462, 14763, 9114, 14023, 11127, 17444, 13280, 13497, 10353, 7447, 12141, 7887, 12517, 9245, 14187, 10332, 13556, 11164, 11687, 10804, 14887, 11062, 13985, 12112, 13214, 11558, 14076, 10868, 11111, 11834, 11395, 15216, 9564, 12134, 8355, 12310, 7939, 13177, 9994, 14335, 11051, 9421, 11244, 9667, 11525, 8229, 12683, 8936, 15233, 9374, 13652, 8480, 13532, 9759, 13955, 10536, 11649, 11903, 8003, 11932, 7920, 12956, 8046, 14715, 11349, 14510, 10728, 7569, 11828, 7731, 13789, 9910, 15401, 12179, 10153, 10743, 7586, 12302, 8168, 15353, 10253, 14025, 9878, 11539, 10721, 9513, 14079, 8827, 14348, 8540, 14018, 10682, 10789, 12004, 7829, 13238, 8872, 14918, 12841, 11115, 11231, 7218, 12195, 8338, 14066, 12066, 11117, 11712, 8048, 13180, 7894, 14250, 9651, 14804, 8912, 13588, 9967, 14228, 11638, 17241, 11952, 8676, 11282, 7511, 12176, 8029, 14596, 9669, 14439, 7816, 13109, 8905, 13665, 10515, 15640, 11846, 11933, 10733, 7653, 11007, 8588, 14823, 9598, 14086, 9657, 14035, 10119, 14425, 10911, 14629, 11231, 14460, 10379, 13880, 9694, 13635, 10217, 13691, 8717, 13711, 8625, 13714, 9673, 13830, 10365, 13904, 9428, 13394, 10046, 13803, 10184, 14087, 9972, 13601, 9835, 13905, 10669, 9207, 11314, 7674, 11766, 7547, 12845, 8006, 13672, 7872, 12794, 8366, 12681, 9489, 12504, 11020, 12576, 10034, 10472, 10822, 8829, 13889, 8265, 13378, 8827, 12911, 10060, 13194, 11599, 15020, 12430, 8586, 12004, 7285, 13429, 8539, 14151, 11081, 14235, 10835, 13000, 10567, 14050, 12096, 11264, 12160, 8225, 13747, 8897, 15333, 10088, 13957, 8887, 12270, 9552, 9191, 11582, 10074, 12749, 8798, 12636, 7834, 13614, 7880, 14143, 9819, 14655, 12252, 13485, 9792, 13417, 10030, 12249, 10804, 14362, 11849, 10438, 10968, 7888, 11572, 7625, 8450, 9715, 8009, 10822, 8412, 12578, 9132, 13448, 9176, 14449, 11543, 14600, 11857, 14343, 11439, 15536, 12903, 13962, 11248, 8387, 11762, 8551, 12774, 8499, 12940, 7895, 13701, 9123, 13449, 9273, 12407, 9648, 14003, 10486, 9915, 11739, 7961, 12278, 8199, 12780, 8088, 13562, 10251, 14110, 9770, 11623, 10350, 8532, 12648, 9094, 12910, 7913, 13484, 10353, 14096, 11529, 9747, 10971, 7965, 12622, 8422, 13770, 10443, 14242, 10677, 11257, 10787, 7876, 13540, 8952, 14410, 9456, 13972, 10224, 12010, 12417, 8296, 12002, 8020, 13018, 8246, 14906, 9353, 13608, 9522, 13872, 11184, 8809, 11974, 7573, 13183, 8872, 15037, 11874, 15169, 10111, 12666, 11062, 11116, 13801, 8416, 13504, 9681, 14742, 11052, 12010, 14329, 10411, 13681, 8533, 13384, 9634, 14029, 10386, 14395, 11678, 12765, 11303, 13259, 11340, 10759, 12860, 8920, 13397, 8864, 13365, 8295, 15487, 10981, 14491, 10468, 14735, 10341, 13151, 11276, 11729, 11257, 8026, 11869, 7912, 13101, 8329, 14817, 10058, 12462, 9032, 7398, 11601, 8500, 7315, 12621, 14903, 11486, 15034, 10862, 13311, 11064, 13123, 12542, 12274, 13900, 13033, 14804, 10123, 14355, 11416, 13617, 11358, 13787, 11098, 13553, 10576, 12286, 10746, 8172, 11513, 8021, 12201, 8076, 13088, 9111, 13551, 10702, 13430, 10452, 11817, 10318, 7894, 11277, 8479, 14130, 11431, 15108, 9722, 7821, 11021, 7588, 12470, 9632, 15244, 10551, 9649, 10895, 8496, 12120, 8517, 13596, 10131, 14223, 11183, 13274, 10766, 9578, 12804, 8699, 15188, 10115, 13105, 8534, 12592, 9421, 12666, 10045, 9780, 11433, 8356, 11941, 7600, 12961, 8661, 12968, 10348, 13846, 11339, 15411, 12118, 9689, 10350, 8097, 11439, 7244, 12522, 8912, 13776, 9791, 13759, 10024, 12817, 10390, 10535, 11564, 8554, 13258, 8559, 12787, 8219, 13217, 7974, 13822, 8897, 14093, 9896, 13118, 9864, 13151, 10449, 13423, 12011, 8610, 11085, 7249, 12514, 8409, 12675, 9755, 13305, 10520, 12824, 10754, 8080, 12067, 8237, 13215, 8503, 14398, 10306, 13632, 10571, 14230, 10640, 13709, 11391, 9412, 11977, 8093, 12658, 8443, 14133, 9625, 14724, 9578, 12126, 10095, 9118, 11437, 8755, 12929, 9512, 15412, 9850, 13359, 8526, 12528, 9162, 10937, 10797, 10045, 12224, 8359, 12668, 8116, 13940, 9273, 13645, 7923, 13359, 9967, 13147, 11017, 14408, 11734, 13277, 9716, 10168, 10541, 9120, 11617, 8100, 12968, 8081, 12818, 7675], 'WindowCenter': [4528.0, 4524.0, 4466.0, 4485.0, 4422.0, 4469.0, 4438.0, 4466.0, 4447.0, 4468.0, 4459.0, 4446.0, 4446.0, 4407.0, 4457.0, 4416.0, 4468.0, 4416.0, 4454.0, 4425.0, 4456.0, 4436.0, 4466.0, 4446.0, 4444.0, 4425.0, 4425.0, 4447.0, 4425.0, 4455.0, 4395.0, 4457.0, 4408.0, 4468.0, 4439.0, 4469.0, 4438.0, 4457.0, 4438.0, 4440.0, 4471.0, 4429.0, 4482.0, 4419.0, 4469.0, 4419.0, 4471.0, 4451.0, 4480.0, 4451.0, 4468.0, 4440.0, 4469.0, 4451.0, 4479.0, 4450.0, 4467.0, 4438.0, 4458.0, 4448.0, 4438.0, 4470.0, 4418.0, 4456.0, 4407.0, 4458.0, 4417.0, 4478.0, 4417.0, 4466.0, 4438.0, 4480.0, 4449.0, 4479.0, 4459.0, 4436.0, 4447.0, 4416.0, 4467.0, 4417.0, 4479.0, 4406.0, 4467.0, 4418.0, 4468.0, 4438.0, 4468.0, 4437.0, 4467.0, 4438.0, 4467.0, 4459.0, 4457.0, 4447.0, 4406.0, 4457.0, 4426.0, 4458.0, 4427.0, 4470.0, 4418.0, 4457.0, 4429.0, 4454.0, 4447.0, 4467.0, 4447.0, 4426.0, 4445.0, 4425.0, 4456.0, 4438.0, 4456.0, 4403.0, 4444.0, 4403.0, 4454.0, 4416.0, 4465.0, 4415.0, 4455.0, 4427.0, 4466.0, 4458.0, 4457.0, 4448.0, 4446.0, 4462.0, 4483.0, 4499.0, 4443.0, 4468.0, 4407.0, 4456.0, 4437.0, 4467.0, 4461.0, 4458.0, 4437.0, 4416.0, 4457.0, 4418.0, 4480.0, 4416.0, 4456.0, 4415.0, 4456.0, 4447.0, 4456.0, 4446.0, 4445.0, 4436.0, 4403.0, 4457.0, 4426.0, 4454.0, 4425.0, 4454.0, 4435.0, 4439.0, 4469.0, 4426.0, 4466.0, 4426.0, 4444.0, 4424.0, 4424.0, 4445.0, 4436.0, 4457.0, 4413.0, 4443.0, 4403.0, 4443.0, 4403.0, 4455.0, 4394.0, 4453.0, 4404.0, 4454.0, 4434.0, 4454.0, 4423.0, 4440.0, 4412.0, 4443.0, 4434.0, 4431.0, 4456.0, 4444.0, 4455.0, 4425.0, 4422.0, 4391.0, 4380.0, 4425.0, 4435.0, 4434.0, 4451.0, 4422.0, 4452.0, 4426.0, 4454.0, 4436.0, 4455.0, 4436.0, 4454.0, 4422.0, 4429.0, 4420.0, 4427.0, 4408.0, 4403.0, 4393.0, 4382.0, 4402.0, 4381.0, 4401.0, 4381.0, 4402.0, 4379.0, 4401.0, 4372.0, 4403.0, 4374.0, 4436.0, 4389.0, 4436.0, 4398.0, 4436.0, 4418.0, 4421.0, 4443.0, 4410.0, 4442.0, 4391.0, 4442.0, 4423.0, 4453.0, 4434.0, 4452.0, 4434.0, 4423.0, 4445.0, 4405.0, 4445.0, 4406.0, 4466.0, 4436.0, 4468.0, 4437.0, 4457.0, 4426.0, 4434.0, 4447.0, 4457.0, 4457.0, 4417.0, 4457.0, 4418.0, 4469.0, 4429.0, 4480.0, 4448.0, 4470.0, 4439.0, 4426.0, 4457.0, 4437.0, 4457.0, 4472.0, 4441.0, 4494.0, 4441.0, 4466.0, 4417.0, 4468.0, 4448.0, 4477.0, 4457.0, 4467.0, 4436.0, 4407.0, 4457.0, 4405.0, 4444.0, 4426.0, 4468.0, 4449.0, 4470.0, 4449.0, 4459.0, 4449.0, 4467.0, 4436.0, 4444.0, 4435.0, 4433.0, 4423.0, 4440.0, 4421.0, 4421.0, 4432.0, 4430.0, 4453.0, 4398.0, 4427.0, 4387.0, 4428.0, 4391.0, 4440.0, 4423.0, 4454.0, 4434.0, 4414.0, 4435.0, 4413.0, 4433.0, 4401.0, 4441.0, 4413.0, 4464.0, 4414.0, 4453.0, 4403.0, 4443.0, 4412.0, 4455.0, 4434.0, 4431.0, 4432.0, 4390.0, 4433.0, 4393.0, 4443.0, 4404.0, 4453.0, 4437.0, 4458.0, 4435.0, 4406.0, 4446.0, 4406.0, 4455.0, 4436.0, 4467.0, 4459.0, 4436.0, 4437.0, 4404.0, 4456.0, 4418.0, 4467.0, 4438.0, 4455.0, 4424.0, 4433.0, 4436.0, 4426.0, 4469.0, 4444.0, 4480.0, 4428.0, 4466.0, 4447.0, 4447.0, 4457.0, 4406.0, 4456.0, 4429.0, 4481.0, 4484.0, 4434.0, 4405.0, 4380.0, 4443.0, 4403.0, 4455.0, 4459.0, 4449.0, 4459.0, 4418.0, 4459.0, 4417.0, 4468.0, 4439.0, 4456.0, 4415.0, 4444.0, 4423.0, 4452.0, 4434.0, 4465.0, 4434.0, 4401.0, 4432.0, 4379.0, 4431.0, 4390.0, 4454.0, 4413.0, 4452.0, 4392.0, 4441.0, 4400.0, 4454.0, 4437.0, 4466.0, 4443.0, 4445.0, 4432.0, 4394.0, 4444.0, 4427.0, 4453.0, 4412.0, 4442.0, 4414.0, 4454.0, 4426.0, 4456.0, 4434.0, 4453.0, 4434.0, 4441.0, 4409.0, 4414.0, 4385.0, 4414.0, 4394.0, 4414.0, 4374.0, 4412.0, 4373.0, 4410.0, 4383.0, 4401.0, 4381.0, 4399.0, 4370.0, 4411.0, 4382.0, 4411.0, 4392.0, 4424.0, 4397.0, 4426.0, 4396.0, 4425.0, 4405.0, 4396.0, 4418.0, 4378.0, 4420.0, 4380.0, 4440.0, 4392.0, 4442.0, 4389.0, 4441.0, 4402.0, 4442.0, 4424.0, 4457.0, 4448.0, 4447.0, 4436.0, 4435.0, 4446.0, 4426.0, 4468.0, 4418.0, 4468.0, 4428.0, 4457.0, 4450.0, 4481.0, 4473.0, 4480.0, 4472.0, 4427.0, 4458.0, 4394.0, 4454.0, 4415.0, 4468.0, 4464.0, 4469.0, 4448.0, 4457.0, 4450.0, 4468.0, 4447.0, 4434.0, 4458.0, 4403.0, 4456.0, 4415.0, 4466.0, 4424.0, 4455.0, 4415.0, 4442.0, 4424.0, 4414.0, 4445.0, 4424.0, 4444.0, 4413.0, 4445.0, 4394.0, 4454.0, 4394.0, 4455.0, 4423.0, 4452.0, 4433.0, 4440.0, 4411.0, 4440.0, 4410.0, 4431.0, 4434.0, 4454.0, 4431.0, 4410.0, 4409.0, 4379.0, 4432.0, 4392.0, 4404.0, 4426.0, 4406.0, 4449.0, 4431.0, 4471.0, 4440.0, 4468.0, 4429.0, 4468.0, 4435.0, 4444.0, 4433.0, 4441.0, 4420.0, 4440.0, 4421.0, 4430.0, 4407.0, 4375.0, 4403.0, 4372.0, 4402.0, 4372.0, 4402.0, 4364.0, 4425.0, 4384.0, 4424.0, 4385.0, 4414.0, 4396.0, 4437.0, 4408.0, 4407.0, 4418.0, 4377.0, 4416.0, 4387.0, 4428.0, 4391.0, 4441.0, 4422.0, 4438.0, 4411.0, 4431.0, 4422.0, 4403.0, 4456.0, 4414.0, 4444.0, 4402.0, 4453.0, 4425.0, 4453.0, 4445.0, 4424.0, 4435.0, 4402.0, 4444.0, 4414.0, 4455.0, 4438.0, 4467.0, 4438.0, 4445.0, 4435.0, 4407.0, 4468.0, 4427.0, 4466.0, 4426.0, 4466.0, 4437.0, 4457.0, 4459.0, 4417.0, 4457.0, 4407.0, 4456.0, 4418.0, 4466.0, 4428.0, 4467.0, 4437.0, 4480.0, 4460.0, 4440.0, 4459.0, 4408.0, 4470.0, 4441.0, 4480.0, 4462.0, 4469.0, 4439.0, 4459.0, 4461.0, 4450.0, 4470.0, 4419.0, 4468.0, 4428.0, 4479.0, 4461.0, 4460.0, 4480.0, 4450.0, 4471.0, 4429.0, 4455.0, 4425.0, 4454.0, 4435.0, 4468.0, 4449.0, 4457.0, 4447.0, 4453.0, 4433.0, 4435.0, 4445.0, 4401.0, 4444.0, 4401.0, 4442.0, 4401.0, 4453.0, 4423.0, 4442.0, 4422.0, 4450.0, 4422.0, 4443.0, 4432.0, 4432.0, 4420.0, 4390.0, 4431.0, 4392.0, 4456.0, 4415.0, 4467.0, 4424.0, 4430.0, 4388.0, 4382.0, 4434.0, 4417.0, 4421.0, 4471.0, 4467.0, 4447.0, 4454.0, 4437.0, 4457.0, 4436.0, 4457.0, 4446.0, 4445.0, 4444.0, 4433.0, 4443.0, 4400.0, 4430.0, 4406.0, 4416.0, 4395.0, 4403.0, 4392.0, 4427.0, 4394.0, 4400.0, 4380.0, 4348.0, 4390.0, 4347.0, 4402.0, 4360.0, 4412.0, 4371.0, 4414.0, 4407.0, 4425.0, 4404.0, 4416.0, 4405.0, 4375.0, 4432.0, 4401.0, 4439.0, 4430.0, 4450.0, 4411.0, 4379.0, 4420.0, 4379.0, 4441.0, 4423.0, 4463.0, 4436.0, 4425.0, 4436.0, 4414.0, 4445.0, 4414.0, 4454.0, 4425.0, 4456.0, 4436.0, 4445.0, 4433.0, 4412.0, 4444.0, 4403.0, 4467.0, 4424.0, 4443.0, 4402.0, 4431.0, 4412.0, 4431.0, 4411.0, 4423.0, 4434.0, 4403.0, 4433.0, 4392.0, 4445.0, 4403.0, 4443.0, 4424.0, 4454.0, 4436.0, 4466.0, 4445.0, 4425.0, 4425.0, 4404.0, 4433.0, 4394.0, 4445.0, 4416.0, 4455.0, 4437.0, 4455.0, 4437.0, 4456.0, 4436.0, 4434.0, 4445.0, 4417.0, 4458.0, 4415.0, 4445.0, 4405.0, 4444.0, 4404.0, 4456.0, 4415.0, 4453.0, 4425.0, 4443.0, 4423.0, 4441.0, 4437.0, 4456.0, 4447.0, 4414.0, 4435.0, 4394.0, 4443.0, 4415.0, 4455.0, 4438.0, 4469.0, 4450.0, 4458.0, 4448.0, 4418.0, 4458.0, 4414.0, 4458.0, 4429.0, 4457.0, 4440.0, 4455.0, 4439.0, 4467.0, 4438.0, 4470.0, 4449.0, 4427.0, 4447.0, 4405.0, 4446.0, 4406.0, 4458.0, 4426.0, 4469.0, 4427.0, 4445.0, 4435.0, 4414.0, 4448.0, 4416.0, 4457.0, 4425.0, 4470.0, 4439.0, 4459.0, 4417.0, 4445.0, 4425.0, 4435.0, 4447.0, 4427.0, 4459.0, 4417.0, 4456.0, 4406.0, 4469.0, 4427.0, 4457.0, 4395.0, 4441.0, 4424.0, 4444.0, 4436.0, 4455.0, 4446.0, 4444.0, 4415.0, 4422.0, 4423.0, 4411.0, 4435.0, 4406.0, 4457.0, 4395.0, 4446.0, 4395.0], 'WindowWidth': [9954.0, 9943.0, 9845.0, 9866.0, 9775.0, 9834.0, 9792.0, 9825.0, 9802.0, 9831.0, 9820.0, 9799.0, 9799.0, 9745.0, 9813.0, 9756.0, 9830.0, 9755.0, 9806.0, 9766.0, 9808.0, 9784.0, 9825.0, 9797.0, 9790.0, 9766.0, 9768.0, 9797.0, 9766.0, 9809.0, 9726.0, 9811.0, 9749.0, 9828.0, 9792.0, 9833.0, 9790.0, 9815.0, 9791.0, 9800.0, 9838.0, 9782.0, 9854.0, 9767.0, 9834.0, 9768.0, 9839.0, 9813.0, 9851.0, 9811.0, 9829.0, 9794.0, 9831.0, 9812.0, 9850.0, 9808.0, 9827.0, 9787.0, 9816.0, 9803.0, 9788.0, 9836.0, 9760.0, 9810.0, 9743.0, 9813.0, 9760.0, 9844.0, 9757.0, 9824.0, 9788.0, 9847.0, 9804.0, 9847.0, 9818.0, 9781.0, 9798.0, 9757.0, 9827.0, 9758.0, 9848.0, 9741.0, 9825.0, 9763.0, 9828.0, 9790.0, 9828.0, 9786.0, 9825.0, 9789.0, 9828.0, 9818.0, 9814.0, 9800.0, 9743.0, 9814.0, 9768.0, 9815.0, 9771.0, 9836.0, 9760.0, 9811.0, 9775.0, 9802.0, 9797.0, 9827.0, 9798.0, 9767.0, 9794.0, 9767.0, 9811.0, 9786.0, 9812.0, 9734.0, 9788.0, 9735.0, 9803.0, 9754.0, 9820.0, 9754.0, 9806.0, 9773.0, 9822.0, 9817.0, 9813.0, 9801.0, 9797.0, 9829.0, 9881.0, 9891.0, 9803.0, 9828.0, 9744.0, 9807.0, 9786.0, 9827.0, 9822.0, 9814.0, 9785.0, 9754.0, 9814.0, 9761.0, 9849.0, 9755.0, 9808.0, 9750.0, 9809.0, 9798.0, 9809.0, 9795.0, 9792.0, 9781.0, 9733.0, 9813.0, 9767.0, 9803.0, 9765.0, 9802.0, 9778.0, 9790.0, 9833.0, 9768.0, 9824.0, 9768.0, 9791.0, 9762.0, 9760.0, 9791.0, 9783.0, 9812.0, 9746.0, 9787.0, 9731.0, 9786.0, 9731.0, 9805.0, 9719.0, 9798.0, 9733.0, 9801.0, 9777.0, 9804.0, 9758.0, 9778.0, 9742.0, 9785.0, 9775.0, 9765.0, 9811.0, 9787.0, 9808.0, 9764.0, 9758.0, 9714.0, 9695.0, 9766.0, 9778.0, 9775.0, 9793.0, 9755.0, 9795.0, 9767.0, 9803.0, 9782.0, 9807.0, 9781.0, 9800.0, 9755.0, 9761.0, 9750.0, 9756.0, 9726.0, 9714.0, 9698.0, 9683.0, 9711.0, 9681.0, 9709.0, 9679.0, 9708.0, 9676.0, 9709.0, 9671.0, 9714.0, 9676.0, 9765.0, 9706.0, 9766.0, 9717.0, 9766.0, 9744.0, 9753.0, 9784.0, 9738.0, 9781.0, 9714.0, 9782.0, 9760.0, 9800.0, 9775.0, 9798.0, 9776.0, 9759.0, 9791.0, 9737.0, 9791.0, 9741.0, 9823.0, 9783.0, 9829.0, 9785.0, 9809.0, 9768.0, 9776.0, 9798.0, 9811.0, 9812.0, 9757.0, 9809.0, 9759.0, 9832.0, 9776.0, 9847.0, 9804.0, 9835.0, 9789.0, 9768.0, 9811.0, 9786.0, 9815.0, 9840.0, 9800.0, 9874.0, 9794.0, 9821.0, 9757.0, 9828.0, 9801.0, 9846.0, 9812.0, 9826.0, 9782.0, 9746.0, 9811.0, 9739.0, 9789.0, 9768.0, 9825.0, 9805.0, 9834.0, 9806.0, 9818.0, 9802.0, 9824.0, 9779.0, 9789.0, 9776.0, 9770.0, 9755.0, 9778.0, 9749.0, 9752.0, 9768.0, 9762.0, 9801.0, 9718.0, 9755.0, 9700.0, 9758.0, 9713.0, 9775.0, 9760.0, 9802.0, 9776.0, 9750.0, 9777.0, 9743.0, 9771.0, 9727.0, 9780.0, 9742.0, 9816.0, 9747.0, 9798.0, 9732.0, 9783.0, 9743.0, 9804.0, 9776.0, 9769.0, 9769.0, 9712.0, 9771.0, 9717.0, 9784.0, 9734.0, 9801.0, 9784.0, 9814.0, 9781.0, 9742.0, 9793.0, 9741.0, 9805.0, 9784.0, 9828.0, 9817.0, 9783.0, 9783.0, 9738.0, 9810.0, 9759.0, 9827.0, 9786.0, 9808.0, 9763.0, 9773.0, 9780.0, 9771.0, 9834.0, 9807.0, 9850.0, 9777.0, 9822.0, 9799.0, 9799.0, 9811.0, 9743.0, 9810.0, 9776.0, 9852.0, 9865.0, 9776.0, 9719.0, 9697.0, 9783.0, 9731.0, 9806.0, 9818.0, 9803.0, 9816.0, 9761.0, 9816.0, 9761.0, 9831.0, 9791.0, 9809.0, 9753.0, 9789.0, 9760.0, 9798.0, 9779.0, 9824.0, 9777.0, 9729.0, 9768.0, 9695.0, 9766.0, 9710.0, 9803.0, 9744.0, 9798.0, 9716.0, 9780.0, 9726.0, 9802.0, 9785.0, 9825.0, 9789.0, 9793.0, 9772.0, 9723.0, 9792.0, 9776.0, 9800.0, 9744.0, 9783.0, 9749.0, 9800.0, 9768.0, 9807.0, 9777.0, 9803.0, 9776.0, 9782.0, 9732.0, 9733.0, 9694.0, 9732.0, 9705.0, 9731.0, 9675.0, 9726.0, 9673.0, 9719.0, 9685.0, 9707.0, 9681.0, 9704.0, 9667.0, 9721.0, 9685.0, 9722.0, 9700.0, 9744.0, 9711.0, 9747.0, 9711.0, 9749.0, 9723.0, 9710.0, 9742.0, 9689.0, 9747.0, 9695.0, 9777.0, 9716.0, 9782.0, 9708.0, 9780.0, 9730.0, 9782.0, 9763.0, 9810.0, 9800.0, 9795.0, 9782.0, 9778.0, 9797.0, 9769.0, 9832.0, 9763.0, 9831.0, 9776.0, 9812.0, 9808.0, 9855.0, 9846.0, 9853.0, 9842.0, 9773.0, 9812.0, 9724.0, 9802.0, 9751.0, 9830.0, 9834.0, 9835.0, 9803.0, 9814.0, 9806.0, 9829.0, 9799.0, 9774.0, 9813.0, 9732.0, 9809.0, 9749.0, 9829.0, 9765.0, 9808.0, 9751.0, 9782.0, 9760.0, 9748.0, 9792.0, 9762.0, 9788.0, 9746.0, 9790.0, 9722.0, 9803.0, 9721.0, 9804.0, 9759.0, 9799.0, 9770.0, 9777.0, 9740.0, 9777.0, 9738.0, 9768.0, 9778.0, 9803.0, 9767.0, 9732.0, 9729.0, 9690.0, 9769.0, 9719.0, 9735.0, 9768.0, 9742.0, 9803.0, 9786.0, 9837.0, 9794.0, 9832.0, 9777.0, 9830.0, 9776.0, 9790.0, 9773.0, 9783.0, 9750.0, 9777.0, 9751.0, 9762.0, 9727.0, 9679.0, 9713.0, 9671.0, 9711.0, 9670.0, 9712.0, 9663.0, 9746.0, 9693.0, 9745.0, 9695.0, 9732.0, 9711.0, 9768.0, 9731.0, 9728.0, 9742.0, 9687.0, 9740.0, 9702.0, 9759.0, 9712.0, 9778.0, 9756.0, 9770.0, 9740.0, 9766.0, 9755.0, 9731.0, 9807.0, 9747.0, 9789.0, 9731.0, 9799.0, 9765.0, 9802.0, 9791.0, 9764.0, 9778.0, 9732.0, 9790.0, 9750.0, 9807.0, 9788.0, 9824.0, 9785.0, 9793.0, 9778.0, 9745.0, 9828.0, 9771.0, 9824.0, 9769.0, 9823.0, 9787.0, 9813.0, 9819.0, 9758.0, 9812.0, 9745.0, 9809.0, 9762.0, 9824.0, 9775.0, 9824.0, 9788.0, 9851.0, 9823.0, 9795.0, 9818.0, 9749.0, 9834.0, 9799.0, 9850.0, 9827.0, 9831.0, 9791.0, 9816.0, 9822.0, 9806.0, 9835.0, 9762.0, 9828.0, 9772.0, 9848.0, 9825.0, 9821.0, 9853.0, 9807.0, 9840.0, 9777.0, 9806.0, 9766.0, 9803.0, 9781.0, 9829.0, 9803.0, 9813.0, 9798.0, 9801.0, 9773.0, 9779.0, 9790.0, 9726.0, 9787.0, 9724.0, 9781.0, 9727.0, 9801.0, 9759.0, 9782.0, 9755.0, 9790.0, 9756.0, 9787.0, 9772.0, 9766.0, 9749.0, 9708.0, 9765.0, 9714.0, 9810.0, 9755.0, 9825.0, 9761.0, 9758.0, 9700.0, 9699.0, 9771.0, 9759.0, 9771.0, 9840.0, 9825.0, 9795.0, 9803.0, 9782.0, 9809.0, 9781.0, 9812.0, 9795.0, 9794.0, 9791.0, 9772.0, 9794.0, 9720.0, 9764.0, 9724.0, 9738.0, 9707.0, 9717.0, 9697.0, 9755.0, 9706.0, 9707.0, 9678.0, 9630.0, 9690.0, 9631.0, 9711.0, 9652.0, 9726.0, 9670.0, 9730.0, 9726.0, 9748.0, 9721.0, 9736.0, 9722.0, 9683.0, 9774.0, 9727.0, 9774.0, 9764.0, 9792.0, 9739.0, 9694.0, 9749.0, 9695.0, 9780.0, 9762.0, 9816.0, 9780.0, 9766.0, 9780.0, 9748.0, 9791.0, 9749.0, 9804.0, 9766.0, 9809.0, 9781.0, 9791.0, 9773.0, 9744.0, 9787.0, 9732.0, 9831.0, 9762.0, 9787.0, 9727.0, 9765.0, 9740.0, 9767.0, 9740.0, 9759.0, 9775.0, 9731.0, 9769.0, 9716.0, 9790.0, 9732.0, 9784.0, 9761.0, 9802.0, 9783.0, 9824.0, 9794.0, 9764.0, 9764.0, 9733.0, 9770.0, 9720.0, 9789.0, 9756.0, 9808.0, 9784.0, 9808.0, 9784.0, 9809.0, 9781.0, 9777.0, 9793.0, 9757.0, 9815.0, 9750.0, 9792.0, 9736.0, 9788.0, 9736.0, 9806.0, 9752.0, 9802.0, 9763.0, 9786.0, 9760.0, 9778.0, 9784.0, 9810.0, 9798.0, 9751.0, 9777.0, 9721.0, 9788.0, 9753.0, 9807.0, 9790.0, 9833.0, 9809.0, 9818.0, 9802.0, 9762.0, 9815.0, 9750.0, 9814.0, 9778.0, 9811.0, 9793.0, 9807.0, 9789.0, 9827.0, 9787.0, 9834.0, 9804.0, 9768.0, 9796.0, 9738.0, 9793.0, 9740.0, 9815.0, 9768.0, 9831.0, 9770.0, 9794.0, 9778.0, 9750.0, 9800.0, 9755.0, 9812.0, 9766.0, 9837.0, 9789.0, 9818.0, 9757.0, 9791.0, 9765.0, 9779.0, 9797.0, 9772.0, 9815.0, 9756.0, 9811.0, 9742.0, 9832.0, 9771.0, 9809.0, 9721.0, 9779.0, 9761.0, 9788.0, 9781.0, 9808.0, 9796.0, 9789.0, 9749.0, 9755.0, 9758.0, 9737.0, 9778.0, 9737.0, 9811.0, 9722.0, 9792.0, 9723.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.0006702758620689655</td></tr>
<tr><td colspan=3>aqi</td><td>0.028682654712643682</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.92150237998851</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2514081958803234</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.987636739309552</td></tr>
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
<tr><td colspan=3>fber</td><td>5912.9795</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1028052212030813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.666666666666667</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.417425841695454</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.285496490964063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6221884829367004</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344592551185598</td></tr>
<tr><td colspan=3>gcor</td><td>0.0244813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01901286095380783</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033883120864629745</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.189674116352688</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>25.1663</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.154</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.089</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>294382.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>818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.9319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3363</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.9316</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.3247</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3793.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1443.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.3155</td></tr>
<tr><td colspan=3>tsnr</td><td>39.22881211049389</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>