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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-01/func/sub-0041_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c61c8688481d70f3cd6f7eb4ebce7a38</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>15:01:12.637500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99926, 0.00917845, -0.0373557, -0.00872036, 0.999885, 0.0124075]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0966581</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7774, -7240, 523, -99, -317, -68, 102]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>245.036</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4e25f710-384f-4ba1-a05d-c610c3fd509e||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680941104888916, -0.023396095260977745, -0.10115636885166168, 116.30883026123047], [-0.02462512068450451, 2.6826183795928955, 0.032595813274383545, -85.7464828491211], [-0.10022270679473877, -0.03328831493854523, 2.6979074478149414, -61.10007858276367], [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': ['150112.637500', '150113.097500', '150113.557500', '150114.017500', '150114.477500', '150114.937500', '150115.397500', '150115.857500', '150116.317500', '150116.777500', '150117.237500', '150117.697500', '150118.157500', '150118.617500', '150119.077500', '150119.537500', '150119.997500', '150120.457500', '150120.917500', '150121.377500', '150121.837500', '150122.297500', '150122.757500', '150123.217500', '150123.677500', '150124.137500', '150124.597500', '150125.057500', '150125.517500', '150125.977500', '150126.437500', '150126.897500', '150127.357500', '150127.817500', '150128.277500', '150128.737500', '150129.197500', '150129.657500', '150130.117500', '150130.577500', '150131.037500', '150131.497500', '150131.957500', '150132.417500', '150132.877500', '150133.337500', '150133.797500', '150134.257500', '150134.717500', '150135.177500', '150135.637500', '150136.097500', '150136.557500', '150137.017500', '150137.477500', '150137.937500', '150138.397500', '150138.857500', '150139.317500', '150139.777500', '150140.237500', '150140.697500', '150141.157500', '150141.617500', '150142.077500', '150142.537500', '150142.997500', '150143.457500', '150143.917500', '150144.377500', '150144.837500', '150145.297500', '150145.757500', '150146.217500', '150146.677500', '150147.137500', '150147.597500', '150148.057500', '150148.517500', '150148.977500', '150149.437500', '150149.897500', '150150.357500', '150150.817500', '150151.277500', '150151.737500', '150152.197500', '150152.657500', '150153.117500', '150153.577500', '150154.037500', '150154.497500', '150154.957500', '150155.417500', '150155.877500', '150156.337500', '150156.797500', '150157.257500', '150157.717500', '150158.177500', '150158.637500', '150159.097500', '150159.557500', '150200.017500', '150200.477500', '150200.937500', '150201.397500', '150201.857500', '150202.317500', '150202.777500', '150203.237500', '150203.697500', '150204.157500', '150204.617500', '150205.077500', '150205.537500', '150205.997500', '150206.457500', '150206.917500', '150207.377500', '150207.837500', '150208.297500', '150208.757500', '150209.217500', '150209.677500', '150210.137500', '150210.597500', '150211.057500', '150211.517500', '150211.977500', '150212.437500', '150212.897500', '150213.357500', '150213.817500', '150214.277500', '150214.737500', '150215.197500', '150215.657500', '150216.117500', '150216.577500', '150217.037500', '150217.497500', '150217.957500', '150218.417500', '150218.877500', '150219.337500', '150219.797500', '150220.257500', '150220.717500', '150221.177500', '150221.637500', '150222.097500', '150222.557500', '150223.017500', '150223.477500', '150223.937500', '150224.397500', '150224.857500', '150225.317500', '150225.777500', '150226.237500', '150226.697500', '150227.157500', '150227.617500', '150228.077500', '150228.537500', '150228.997500', '150229.457500', '150229.917500', '150230.377500', '150230.837500', '150231.297500', '150231.757500', '150232.217500', '150232.677500', '150233.137500', '150233.597500', '150234.057500', '150234.517500', '150234.977500', '150235.437500', '150235.897500', '150236.357500', '150236.817500', '150237.277500', '150237.737500', '150238.197500', '150238.657500', '150239.117500', '150239.577500', '150240.037500', '150240.497500', '150240.957500', '150241.417500', '150241.877500', '150242.337500', '150242.797500', '150243.257500', '150243.717500', '150244.177500', '150244.637500', '150245.097500', '150245.557500', '150246.017500', '150246.477500', '150246.937500', '150247.397500', '150247.857500', '150248.317500', '150248.777500', '150249.237500', '150249.697500', '150250.157500', '150250.617500', '150251.077500', '150251.537500', '150251.997500', '150252.457500', '150252.917500', '150253.377500', '150253.837500', '150254.297500', '150254.757500', '150255.217500', '150255.677500', '150256.137500', '150256.597500', '150257.057500', '150257.517500', '150257.977500', '150258.437500', '150258.897500', '150259.357500', '150259.817500', '150300.277500', '150300.737500', '150301.197500', '150301.657500', '150302.117500', '150302.577500', '150303.037500', '150303.497500', '150303.957500', '150304.417500', '150304.877500', '150305.337500', '150305.797500', '150306.257500', '150306.717500', '150307.177500', '150307.637500', '150308.097500', '150308.557500', '150309.017500', '150309.477500', '150309.937500', '150310.397500', '150310.857500', '150311.317500', '150311.777500', '150312.237500', '150312.697500', '150313.157500', '150313.617500', '150314.077500', '150314.537500', '150314.997500', '150315.457500', '150315.917500', '150316.377500', '150316.837500', '150317.297500', '150317.757500', '150318.217500', '150318.677500', '150319.137500', '150319.597500', '150320.057500', '150320.517500', '150320.977500', '150321.437500', '150321.897500', '150322.357500', '150322.817500', '150323.277500', '150323.737500', '150324.197500', '150324.657500', '150325.117500', '150325.577500', '150326.037500', '150326.497500', '150326.957500', '150327.417500', '150327.877500', '150328.337500', '150328.797500', '150329.257500', '150329.717500', '150330.177500', '150330.637500', '150331.097500', '150331.557500', '150332.017500', '150332.477500', '150332.937500', '150333.397500', '150333.857500', '150334.317500', '150334.777500', '150335.237500', '150335.697500', '150336.157500', '150336.617500', '150337.077500', '150337.537500', '150337.997500', '150338.457500', '150338.917500', '150339.377500', '150339.837500', '150340.297500', '150340.757500', '150341.217500', '150341.677500', '150342.137500', '150342.597500', '150343.057500', '150343.517500', '150343.977500', '150344.437500', '150344.897500', '150345.357500', '150345.817500', '150346.277500', '150346.737500', '150347.197500', '150347.657500', '150348.117500', '150348.577500', '150349.037500', '150349.497500', '150349.957500', '150350.417500', '150350.877500', '150351.337500', '150351.797500', '150352.257500', '150352.717500', '150353.177500', '150353.637500', '150354.097500', '150354.557500', '150355.017500', '150355.477500', '150355.937500', '150356.397500', '150356.857500', '150357.317500', '150357.777500', '150358.237500', '150358.697500', '150359.157500', '150359.617500', '150400.077500', '150400.537500', '150400.997500', '150401.457500', '150401.917500', '150402.377500', '150402.837500', '150403.297500', '150403.757500', '150404.217500', '150404.677500', '150405.137500', '150405.597500', '150406.057500', '150406.517500', '150406.977500', '150407.437500', '150407.897500', '150408.357500', '150408.817500', '150409.277500', '150409.737500', '150410.197500', '150410.657500', '150411.117500', '150411.577500', '150412.037500', '150412.497500', '150412.957500', '150413.417500', '150413.877500', '150414.337500', '150414.797500', '150415.257500', '150415.717500', '150416.177500', '150416.637500', '150417.097500', '150417.557500', '150418.017500', '150418.477500', '150418.937500', '150419.397500', '150419.857500', '150420.317500', '150420.777500', '150421.237500', '150421.697500', '150422.157500', '150422.617500', '150423.077500', '150423.537500', '150423.997500', '150424.457500', '150424.917500', '150425.377500', '150425.837500', '150426.297500', '150426.757500', '150427.217500', '150427.677500', '150428.137500', '150428.597500', '150429.057500', '150429.517500', '150429.977500', '150430.437500', '150430.897500', '150431.357500', '150431.817500', '150432.277500', '150432.737500', '150433.197500', '150433.657500', '150434.117500', '150434.577500', '150435.037500', '150435.497500', '150435.957500', '150436.417500', '150436.877500', '150437.337500', '150437.797500', '150438.257500', '150438.717500', '150439.177500', '150439.637500', '150440.097500', '150440.557500', '150441.017500', '150441.477500', '150441.937500', '150442.397500', '150442.857500', '150443.317500', '150443.777500', '150444.237500', '150444.697500', '150445.157500', '150445.617500', '150446.077500', '150446.537500', '150446.997500', '150447.457500', '150447.917500', '150448.377500', '150448.837500', '150449.297500', '150449.757500', '150450.217500', '150450.677500', '150451.137500', '150451.597500', '150452.057500', '150452.517500', '150452.977500', '150453.437500', '150453.897500', '150454.357500', '150454.817500', '150455.277500', '150455.737500', '150456.197500', '150456.657500', '150457.117500', '150457.577500', '150458.037500', '150458.497500', '150458.957500', '150459.417500', '150459.877500', '150500.337500', '150500.797500', '150501.257500', '150501.717500', '150502.177500', '150502.637500', '150503.097500', '150503.557500', '150504.017500', '150504.477500', '150504.937500', '150505.397500', '150505.857500', '150506.317500', '150506.777500', '150507.237500', '150507.697500', '150508.157500', '150508.617500', '150509.077500', '150509.537500', '150509.997500', '150510.457500', '150510.917500', '150511.377500', '150511.837500', '150512.297500', '150512.757500', '150513.217500', '150513.677500', '150514.137500', '150514.597500', '150515.057500', '150515.517500', '150515.977500', '150516.437500', '150516.897500', '150517.357500', '150517.817500', '150518.277500', '150518.737500', '150519.197500', '150519.657500', '150520.117500', '150520.577500', '150521.037500', '150521.497500', '150521.957500', '150522.417500', '150522.877500', '150523.337500', '150523.797500', '150524.257500', '150524.717500', '150525.177500', '150525.637500', '150526.097500', '150526.557500', '150527.017500', '150527.477500', '150527.937500', '150528.397500', '150528.857500', '150529.317500', '150529.777500', '150530.237500', '150530.697500', '150531.157500', '150531.617500', '150532.077500', '150532.537500', '150532.997500', '150533.457500', '150533.917500', '150534.377500', '150534.837500', '150535.297500', '150535.757500', '150536.217500', '150536.677500', '150537.137500', '150537.597500', '150538.057500', '150538.517500', '150538.977500', '150539.437500', '150539.897500', '150540.357500', '150540.817500', '150541.277500', '150541.737500', '150542.197500', '150542.657500', '150543.117500', '150543.577500', '150544.037500', '150544.497500', '150544.957500', '150545.417500', '150545.877500', '150546.337500', '150546.797500', '150547.257500', '150547.717500', '150548.177500', '150548.637500', '150549.097500', '150549.557500', '150550.017500', '150550.477500', '150550.937500', '150551.397500', '150551.857500', '150552.317500', '150552.777500', '150553.237500', '150553.697500', '150554.157500', '150554.617500', '150555.077500', '150555.537500', '150555.997500', '150556.457500', '150556.917500', '150557.377500', '150557.837500', '150558.297500', '150558.757500', '150559.217500', '150559.677500', '150600.137500', '150600.597500', '150601.057500', '150601.517500', '150601.977500', '150602.437500', '150602.897500', '150603.357500', '150603.817500', '150604.277500', '150604.737500', '150605.197500', '150605.657500', '150606.117500', '150606.577500', '150607.037500', '150607.497500', '150607.957500', '150608.417500', '150608.877500', '150609.337500', '150609.797500', '150610.257500', '150610.717500', '150611.177500', '150611.637500', '150612.097500', '150612.557500', '150613.017500', '150613.477500', '150613.937500', '150614.397500', '150614.857500', '150615.317500', '150615.777500', '150616.237500', '150616.697500', '150617.157500', '150617.617500', '150618.077500', '150618.537500', '150618.997500', '150619.457500', '150619.917500', '150620.377500', '150620.837500', '150621.297500', '150621.757500', '150622.217500', '150622.677500', '150623.137500', '150623.597500', '150624.057500', '150624.517500', '150624.977500', '150625.437500', '150625.897500', '150626.357500', '150626.817500', '150627.277500', '150627.737500', '150628.197500', '150628.657500', '150629.117500', '150629.577500', '150630.037500', '150630.497500', '150630.957500', '150631.417500', '150631.877500', '150632.337500', '150632.797500', '150633.257500', '150633.717500', '150634.177500', '150634.637500', '150635.097500', '150635.557500', '150636.017500', '150636.477500', '150636.937500', '150637.397500', '150637.857500', '150638.317500', '150638.777500', '150639.237500', '150639.697500', '150640.157500', '150640.617500', '150641.077500', '150641.537500', '150641.997500', '150642.457500', '150642.917500', '150643.377500', '150643.837500', '150644.297500', '150644.757500', '150645.217500', '150645.677500', '150646.137500', '150646.597500', '150647.057500', '150647.517500', '150647.977500', '150648.437500', '150648.897500', '150649.357500', '150649.817500', '150650.277500', '150650.737500', '150651.197500', '150651.657500', '150652.117500', '150652.577500', '150653.037500', '150653.497500', '150653.957500', '150654.417500', '150654.877500', '150655.337500', '150655.797500', '150656.257500', '150656.717500', '150657.177500', '150657.637500', '150658.097500', '150658.557500', '150659.017500', '150659.477500', '150659.937500', '150700.397500', '150700.857500', '150701.317500', '150701.777500', '150702.237500', '150702.697500', '150703.157500', '150703.617500', '150704.077500', '150704.537500', '150704.997500', '150705.457500', '150705.917500', '150706.377500', '150706.837500', '150707.297500', '150707.757500', '150708.217500', '150708.677500', '150709.137500', '150709.597500', '150710.057500', '150710.517500', '150710.977500', '150711.437500', '150711.897500', '150712.357500', '150712.817500', '150713.277500', '150713.737500', '150714.197500', '150714.657500', '150715.117500', '150715.577500', '150716.037500', '150716.497500', '150716.957500', '150717.417500', '150717.877500', '150718.337500', '150718.797500', '150719.257500', '150719.717500', '150720.177500', '150720.637500', '150721.097500', '150721.557500', '150722.017500', '150722.477500', '150722.937500', '150723.397500', '150723.857500', '150724.317500', '150724.777500', '150725.237500', '150725.697500', '150726.157500', '150726.617500', '150727.077500', '150727.537500', '150727.997500', '150728.457500', '150728.917500', '150729.377500', '150729.837500', '150730.297500', '150730.757500', '150731.217500', '150731.677500', '150732.137500', '150732.597500', '150733.057500', '150733.517500', '150733.977500', '150734.437500', '150734.897500', '150735.357500', '150735.817500', '150736.277500', '150736.737500', '150737.197500', '150737.657500', '150738.117500', '150738.577500', '150739.037500', '150739.497500', '150739.957500', '150740.417500', '150740.877500', '150741.337500', '150741.797500', '150742.257500', '150742.717500', '150743.177500', '150743.637500', '150744.097500', '150744.557500', '150745.017500', '150745.477500', '150745.937500', '150746.397500', '150746.857500', '150747.317500', '150747.777500', '150748.237500', '150748.697500', '150749.157500', '150749.617500', '150750.077500', '150750.537500', '150750.997500', '150751.457500', '150751.917500', '150752.377500', '150752.837500', '150753.297500'], 'ContentTime': ['150135.087000', '150135.091000', '150135.094000', '150135.097000', '150135.100000', '150135.103000', '150135.106000', '150135.113000', '150135.116000', '150135.119000', '150135.122000', '150135.124000', '150135.127000', '150135.130000', '150135.133000', '150135.136000', '150135.139000', '150135.142000', '150135.145000', '150135.148000', '150135.150000', '150135.153000', '150135.156000', '150135.159000', '150135.162000', '150135.165000', '150135.168000', '150135.170000', '150135.173000', '150135.176000', '150135.179000', '150135.182000', '150135.185000', '150135.187000', '150135.190000', '150135.193000', '150135.196000', '150135.199000', '150135.207000', '150135.210000', '150135.213000', '150135.216000', '150135.218000', '150135.221000', '150135.224000', '150135.227000', '150155.052000', '150155.055000', '150155.058000', '150155.060000', '150155.063000', '150155.066000', '150155.069000', '150155.072000', '150155.075000', '150155.078000', '150155.081000', '150155.086000', '150155.089000', '150155.092000', '150155.095000', '150155.098000', '150155.100000', '150155.103000', '150155.106000', '150155.109000', '150155.112000', '150155.114000', '150155.117000', '150155.120000', '150155.123000', '150155.126000', '150155.128000', '150155.131000', '150155.134000', '150155.137000', '150155.140000', '150155.143000', '150155.145000', '150155.148000', '150155.151000', '150155.154000', '150155.157000', '150155.159000', '150155.162000', '150155.165000', '150155.168000', '150155.171000', '150155.173000', '150155.176000', '150215.052000', '150215.055000', '150215.058000', '150215.060000', '150215.063000', '150215.066000', '150215.069000', '150215.072000', '150215.075000', '150215.078000', '150215.081000', '150215.086000', '150215.089000', '150215.092000', '150215.095000', '150215.098000', '150215.101000', '150215.104000', '150215.107000', '150215.110000', '150215.112000', '150215.115000', '150215.118000', '150215.121000', '150215.124000', '150215.127000', '150215.129000', '150215.132000', '150215.135000', '150215.138000', '150215.141000', '150215.144000', '150215.146000', '150215.149000', '150215.152000', '150215.155000', '150215.158000', '150215.161000', '150215.163000', '150215.166000', '150215.169000', '150215.172000', '150215.175000', '150235.052000', '150235.055000', '150235.058000', '150235.060000', '150235.063000', '150235.066000', '150235.069000', '150235.072000', '150235.075000', '150235.077000', '150235.080000', '150235.083000', '150235.086000', '150235.089000', '150235.092000', '150235.094000', '150235.097000', '150235.100000', '150235.103000', '150235.106000', '150235.109000', '150235.111000', '150235.114000', '150235.117000', '150235.120000', '150235.123000', '150235.126000', '150235.128000', '150235.131000', '150235.134000', '150235.137000', '150235.139000', '150235.142000', '150235.145000', '150235.150000', '150235.153000', '150235.156000', '150235.159000', '150235.162000', '150235.165000', '150235.167000', '150235.170000', '150235.173000', '150235.176000', '150255.052000', '150255.055000', '150255.058000', '150255.060000', '150255.063000', '150255.066000', '150255.084000', '150255.087000', '150255.090000', '150255.093000', '150255.097000', '150255.100000', '150255.103000', '150255.106000', '150255.109000', '150255.112000', '150255.115000', '150255.118000', '150255.121000', '150255.123000', '150255.126000', '150255.129000', '150255.132000', '150255.135000', '150255.138000', '150255.141000', '150255.144000', '150255.146000', '150255.149000', '150255.152000', '150255.155000', '150255.158000', '150255.161000', '150255.163000', '150255.166000', '150255.169000', '150255.172000', '150255.175000', '150255.178000', '150255.180000', '150255.183000', '150255.186000', '150255.189000', '150315.052000', '150315.055000', '150315.058000', '150315.061000', '150315.063000', '150315.066000', '150315.069000', '150315.072000', '150315.075000', '150315.078000', '150315.081000', '150315.083000', '150315.086000', '150315.089000', '150315.092000', '150315.095000', '150315.097000', '150315.100000', '150315.103000', '150315.106000', '150315.109000', '150315.112000', '150315.114000', '150315.117000', '150315.120000', '150315.123000', '150315.126000', '150315.128000', '150315.131000', '150315.134000', '150315.137000', '150315.140000', '150315.142000', '150315.145000', '150315.148000', '150315.151000', '150315.154000', '150315.157000', '150315.185000', '150315.188000', '150315.191000', '150315.194000', '150315.197000', '150315.199000', '150335.052000', '150335.055000', '150335.058000', '150335.061000', '150335.063000', '150335.066000', '150335.069000', '150335.072000', '150335.075000', '150335.077000', '150335.080000', '150335.083000', '150335.086000', '150335.089000', '150335.092000', '150335.095000', '150335.098000', '150335.100000', '150335.103000', '150335.106000', '150335.109000', '150335.112000', '150335.114000', '150335.118000', '150335.121000', '150335.124000', '150335.127000', '150335.130000', '150335.132000', '150335.135000', '150335.138000', '150335.141000', '150335.144000', '150335.147000', '150335.150000', '150335.152000', '150335.155000', '150335.158000', '150335.204000', '150335.207000', '150335.209000', '150335.224000', '150335.227000', '150355.052000', '150355.055000', '150355.058000', '150355.060000', '150355.063000', '150355.066000', '150355.069000', '150355.072000', '150355.075000', '150355.077000', '150355.080000', '150355.083000', '150355.086000', '150355.089000', '150355.091000', '150355.094000', '150355.097000', '150355.100000', '150355.103000', '150355.106000', '150355.109000', '150355.112000', '150355.115000', '150355.118000', '150355.121000', '150355.124000', '150355.127000', '150355.130000', '150355.133000', '150355.135000', '150355.138000', '150355.141000', '150355.144000', '150355.147000', '150355.150000', '150355.152000', '150355.155000', '150355.158000', '150355.190000', '150355.193000', '150355.196000', '150355.199000', '150355.202000', '150355.204000', '150415.052000', '150415.055000', '150415.058000', '150415.061000', '150415.063000', '150415.067000', '150415.070000', '150415.073000', '150415.076000', '150415.079000', '150415.082000', '150415.085000', '150415.087000', '150415.090000', '150415.093000', '150415.096000', '150415.099000', '150415.102000', '150415.111000', '150415.114000', '150415.117000', '150415.120000', '150415.123000', '150415.126000', '150415.128000', '150415.131000', '150415.134000', '150415.137000', '150415.140000', '150415.142000', '150415.146000', '150415.148000', '150415.151000', '150415.155000', '150415.158000', '150415.202000', '150415.205000', '150415.208000', '150415.211000', '150415.213000', '150415.216000', '150415.219000', '150415.222000', '150435.052000', '150435.055000', '150435.058000', '150435.061000', '150435.063000', '150435.066000', '150435.069000', '150435.072000', '150435.075000', '150435.078000', '150435.080000', '150435.083000', '150435.086000', '150435.089000', '150435.092000', '150435.095000', '150435.098000', '150435.100000', '150435.103000', '150435.106000', '150435.109000', '150435.112000', '150435.114000', '150435.117000', '150435.120000', '150435.123000', '150435.126000', '150435.129000', '150435.132000', '150435.134000', '150435.137000', '150435.140000', '150435.143000', '150435.146000', '150435.149000', '150435.152000', '150435.154000', '150435.157000', '150435.196000', '150435.199000', '150435.202000', '150435.205000', '150435.208000', '150435.211000', '150455.052000', '150455.055000', '150455.058000', '150455.061000', '150455.063000', '150455.066000', '150455.069000', '150455.072000', '150455.075000', '150455.078000', '150455.081000', '150455.083000', '150455.086000', '150455.089000', '150455.092000', '150455.095000', '150455.098000', '150455.101000', '150455.103000', '150455.106000', '150455.109000', '150455.112000', '150455.115000', '150455.118000', '150455.120000', '150455.123000', '150455.127000', '150455.130000', '150455.133000', '150455.136000', '150455.139000', '150455.142000', '150455.145000', '150455.148000', '150455.151000', '150455.155000', '150455.187000', '150455.190000', '150455.192000', '150455.195000', '150455.198000', '150455.201000', '150455.204000', '150515.052000', '150515.055000', '150515.058000', '150515.061000', '150515.063000', '150515.066000', '150515.070000', '150515.073000', '150515.076000', '150515.078000', '150515.081000', '150515.084000', '150515.087000', '150515.090000', '150515.093000', '150515.095000', '150515.098000', '150515.101000', '150515.104000', '150515.107000', '150515.110000', '150515.113000', '150515.116000', '150515.118000', '150515.121000', '150515.124000', '150515.127000', '150515.130000', '150515.132000', '150515.135000', '150515.138000', '150515.141000', '150515.144000', '150515.147000', '150515.150000', '150515.152000', '150515.155000', '150515.158000', '150515.161000', '150515.164000', '150515.167000', '150515.169000', '150515.172000', '150515.191000', '150535.052000', '150535.055000', '150535.058000', '150535.060000', '150535.063000', '150535.066000', '150535.069000', '150535.072000', '150535.075000', '150535.078000', '150535.080000', '150535.083000', '150535.086000', '150535.089000', '150535.092000', '150535.095000', '150535.098000', '150535.101000', '150535.103000', '150535.107000', '150535.110000', '150535.113000', '150535.116000', '150535.119000', '150535.122000', '150535.124000', '150535.127000', '150535.130000', '150535.133000', '150535.136000', '150535.139000', '150535.141000', '150535.144000', '150535.147000', '150535.150000', '150535.153000', '150535.156000', '150535.180000', '150535.183000', '150535.186000', '150535.189000', '150535.192000', '150535.195000', '150555.052000', '150555.055000', '150555.058000', '150555.061000', '150555.063000', '150555.066000', '150555.069000', '150555.072000', '150555.075000', '150555.078000', '150555.081000', '150555.084000', '150555.086000', '150555.105000', '150555.108000', '150555.111000', '150555.114000', '150555.117000', '150555.119000', '150555.122000', '150555.125000', '150555.128000', '150555.131000', '150555.133000', '150555.136000', '150555.139000', '150555.142000', '150555.146000', '150555.149000', '150555.152000', '150555.154000', '150555.157000', '150555.212000', '150555.215000', '150555.218000', '150555.221000', '150555.223000', '150555.226000', '150555.229000', '150555.232000', '150555.235000', '150555.238000', '150555.241000', '150555.243000', '150615.052000', '150615.055000', '150615.058000', '150615.061000', '150615.063000', '150615.066000', '150615.069000', '150615.072000', '150615.075000', '150615.078000', '150615.080000', '150615.083000', '150615.086000', '150615.089000', '150615.092000', '150615.095000', '150615.098000', '150615.100000', '150615.103000', '150615.106000', '150615.109000', '150615.112000', '150615.115000', '150615.118000', '150615.121000', '150615.123000', '150615.126000', '150615.129000', '150615.132000', '150615.135000', '150615.138000', '150615.141000', '150615.143000', '150615.146000', '150615.149000', '150615.152000', '150615.155000', '150615.158000', '150615.218000', '150615.221000', '150615.224000', '150615.227000', '150615.229000', '150635.052000', '150635.055000', '150635.058000', '150635.060000', '150635.070000', '150635.073000', '150635.075000', '150635.078000', '150635.081000', '150635.084000', '150635.087000', '150635.090000', '150635.093000', '150635.095000', '150635.098000', '150635.101000', '150635.104000', '150635.107000', '150635.110000', '150635.112000', '150635.115000', '150635.118000', '150635.121000', '150635.124000', '150635.127000', '150635.130000', '150635.133000', '150635.135000', '150635.139000', '150635.141000', '150635.144000', '150635.147000', '150635.150000', '150635.153000', '150635.156000', '150635.219000', '150635.222000', '150635.225000', '150635.228000', '150635.231000', '150635.234000', '150635.236000', '150635.239000', '150635.242000', '150655.052000', '150655.055000', '150655.058000', '150655.061000', '150655.064000', '150655.066000', '150655.069000', '150655.072000', '150655.075000', '150655.078000', '150655.081000', '150655.084000', '150655.086000', '150655.089000', '150655.092000', '150655.095000', '150655.098000', '150655.100000', '150655.103000', '150655.106000', '150655.109000', '150655.112000', '150655.115000', '150655.118000', '150655.121000', '150655.123000', '150655.126000', '150655.129000', '150655.132000', '150655.135000', '150655.138000', '150655.140000', '150655.144000', '150655.147000', '150655.150000', '150655.153000', '150655.156000', '150655.159000', '150655.243000', '150655.245000', '150655.248000', '150655.251000', '150655.254000', '150715.052000', '150715.055000', '150715.058000', '150715.061000', '150715.064000', '150715.066000', '150715.069000', '150715.072000', '150715.075000', '150715.078000', '150715.081000', '150715.083000', '150715.086000', '150715.089000', '150715.092000', '150715.095000', '150715.098000', '150715.100000', '150715.103000', '150715.106000', '150715.109000', '150715.112000', '150715.115000', '150715.118000', '150715.121000', '150715.124000', '150715.126000', '150715.129000', '150715.132000', '150715.135000', '150715.138000', '150715.141000', '150715.143000', '150715.146000', '150715.149000', '150715.152000', '150715.155000', '150715.158000', '150715.262000', '150715.265000', '150715.268000', '150715.271000', '150715.274000', '150715.277000', '150735.052000', '150735.055000', '150735.058000', '150735.061000', '150735.063000', '150735.066000', '150735.069000', '150735.072000', '150735.075000', '150735.078000', '150735.081000', '150735.084000', '150735.086000', '150735.089000', '150735.092000', '150735.095000', '150735.098000', '150735.101000', '150735.103000', '150735.106000', '150735.109000', '150735.112000', '150735.115000', '150735.118000', '150735.120000', '150735.123000', '150735.126000', '150735.129000', '150735.132000', '150735.135000', '150735.138000', '150735.140000', '150735.143000', '150735.146000', '150735.149000', '150735.152000', '150735.155000', '150735.158000', '150735.160000', '150735.224000', '150735.227000', '150735.230000', '150735.232000', '150754.603000', '150754.606000', '150754.609000', '150754.612000', '150754.625000', '150754.628000', '150754.631000', '150754.633000', '150754.637000', '150754.639000', '150754.642000', '150754.645000', '150754.648000', '150754.651000', '150754.654000', '150754.657000', '150754.660000', '150754.664000', '150754.666000', '150754.669000', '150754.672000', '150754.675000', '150754.678000', '150754.681000', '150754.684000', '150754.687000', '150754.690000', '150754.693000', '150754.696000', '150754.699000', '150754.701000', '150754.704000', '150754.707000', '150754.710000', '150754.713000', '150754.716000', '150754.719000', '150754.722000', '150754.725000', '150754.728000', '150754.731000', '150754.734000', '150754.737000'], 'InstanceCreationTime': ['150135.087000', '150135.091000', '150135.094000', '150135.097000', '150135.100000', '150135.103000', '150135.106000', '150135.113000', '150135.116000', '150135.119000', '150135.122000', '150135.124000', '150135.127000', '150135.130000', '150135.133000', '150135.136000', '150135.139000', '150135.142000', '150135.145000', '150135.148000', '150135.150000', '150135.153000', '150135.156000', '150135.159000', '150135.162000', '150135.165000', '150135.168000', '150135.170000', '150135.173000', '150135.176000', '150135.179000', '150135.182000', '150135.185000', '150135.187000', '150135.190000', '150135.193000', '150135.196000', '150135.199000', '150135.207000', '150135.210000', '150135.213000', '150135.216000', '150135.218000', '150135.221000', '150135.224000', '150135.227000', '150155.052000', '150155.055000', '150155.058000', '150155.060000', '150155.063000', '150155.066000', '150155.069000', '150155.072000', '150155.075000', '150155.078000', '150155.081000', '150155.086000', '150155.089000', '150155.092000', '150155.095000', '150155.098000', '150155.100000', '150155.103000', '150155.106000', '150155.109000', '150155.112000', '150155.114000', '150155.117000', '150155.120000', '150155.123000', '150155.126000', '150155.128000', '150155.131000', '150155.134000', '150155.137000', '150155.140000', '150155.143000', '150155.145000', '150155.148000', '150155.151000', '150155.154000', '150155.157000', '150155.159000', '150155.162000', '150155.165000', '150155.168000', '150155.171000', '150155.173000', '150155.176000', '150215.052000', '150215.055000', '150215.058000', '150215.060000', '150215.063000', '150215.066000', '150215.069000', '150215.072000', '150215.075000', '150215.078000', '150215.081000', '150215.086000', '150215.089000', '150215.092000', '150215.095000', '150215.098000', '150215.101000', '150215.104000', '150215.107000', '150215.110000', '150215.112000', '150215.115000', '150215.118000', '150215.121000', '150215.124000', '150215.127000', '150215.129000', '150215.132000', '150215.135000', '150215.138000', '150215.141000', '150215.144000', '150215.146000', '150215.149000', '150215.152000', '150215.155000', '150215.158000', '150215.161000', '150215.163000', '150215.166000', '150215.169000', '150215.172000', '150215.175000', '150235.052000', '150235.055000', '150235.058000', '150235.060000', '150235.063000', '150235.066000', '150235.069000', '150235.072000', '150235.075000', '150235.077000', '150235.080000', '150235.083000', '150235.086000', '150235.089000', '150235.092000', '150235.094000', '150235.097000', '150235.100000', '150235.103000', '150235.106000', '150235.109000', '150235.111000', '150235.114000', '150235.117000', '150235.120000', '150235.123000', '150235.126000', '150235.128000', '150235.131000', '150235.134000', '150235.137000', '150235.139000', '150235.142000', '150235.145000', '150235.150000', '150235.153000', '150235.156000', '150235.159000', '150235.162000', '150235.165000', '150235.167000', '150235.170000', '150235.173000', '150235.176000', '150255.052000', '150255.055000', '150255.058000', '150255.060000', '150255.063000', '150255.066000', '150255.084000', '150255.087000', '150255.090000', '150255.093000', '150255.097000', '150255.100000', '150255.103000', '150255.106000', '150255.109000', '150255.112000', '150255.115000', '150255.118000', '150255.121000', '150255.123000', '150255.126000', '150255.129000', '150255.132000', '150255.135000', '150255.138000', '150255.141000', '150255.144000', '150255.146000', '150255.149000', '150255.152000', '150255.155000', '150255.158000', '150255.161000', '150255.163000', '150255.166000', '150255.169000', '150255.172000', '150255.175000', '150255.178000', '150255.180000', '150255.183000', '150255.186000', '150255.189000', '150315.052000', '150315.055000', '150315.058000', '150315.061000', '150315.063000', '150315.066000', '150315.069000', '150315.072000', '150315.075000', '150315.078000', '150315.081000', '150315.083000', '150315.086000', '150315.089000', '150315.092000', '150315.095000', '150315.097000', '150315.100000', '150315.103000', '150315.106000', '150315.109000', '150315.112000', '150315.114000', '150315.117000', '150315.120000', '150315.123000', '150315.126000', '150315.128000', '150315.131000', '150315.134000', '150315.137000', '150315.140000', '150315.142000', '150315.145000', '150315.148000', '150315.151000', '150315.154000', '150315.157000', '150315.185000', '150315.188000', '150315.191000', '150315.194000', '150315.197000', '150315.199000', '150335.052000', '150335.055000', '150335.058000', '150335.061000', '150335.063000', '150335.066000', '150335.069000', '150335.072000', '150335.075000', '150335.077000', '150335.080000', '150335.083000', '150335.086000', '150335.089000', '150335.092000', '150335.095000', '150335.098000', '150335.100000', '150335.103000', '150335.106000', '150335.109000', '150335.112000', '150335.114000', '150335.118000', '150335.121000', '150335.124000', '150335.127000', '150335.130000', '150335.132000', '150335.135000', '150335.138000', '150335.141000', '150335.144000', '150335.147000', '150335.150000', '150335.152000', '150335.155000', '150335.158000', '150335.204000', '150335.207000', '150335.209000', '150335.224000', '150335.227000', '150355.052000', '150355.055000', '150355.058000', '150355.060000', '150355.063000', '150355.066000', '150355.069000', '150355.072000', '150355.075000', '150355.077000', '150355.080000', '150355.083000', '150355.086000', '150355.089000', '150355.091000', '150355.094000', '150355.097000', '150355.100000', '150355.103000', '150355.106000', '150355.109000', '150355.112000', '150355.115000', '150355.118000', '150355.121000', '150355.124000', '150355.127000', '150355.130000', '150355.133000', '150355.135000', '150355.138000', '150355.141000', '150355.144000', '150355.147000', '150355.150000', '150355.152000', '150355.155000', '150355.158000', '150355.190000', '150355.193000', '150355.196000', '150355.199000', '150355.202000', '150355.204000', '150415.052000', '150415.055000', '150415.058000', '150415.061000', '150415.063000', '150415.067000', '150415.070000', '150415.073000', '150415.076000', '150415.079000', '150415.082000', '150415.085000', '150415.087000', '150415.090000', '150415.093000', '150415.096000', '150415.099000', '150415.102000', '150415.111000', '150415.114000', '150415.117000', '150415.120000', '150415.123000', '150415.126000', '150415.128000', '150415.131000', '150415.134000', '150415.137000', '150415.140000', '150415.142000', '150415.146000', '150415.148000', '150415.151000', '150415.155000', '150415.158000', '150415.202000', '150415.205000', '150415.208000', '150415.211000', '150415.213000', '150415.216000', '150415.219000', '150415.222000', '150435.052000', '150435.055000', '150435.058000', '150435.061000', '150435.063000', '150435.066000', '150435.069000', '150435.072000', '150435.075000', '150435.078000', '150435.080000', '150435.083000', '150435.086000', '150435.089000', '150435.092000', '150435.095000', '150435.098000', '150435.100000', '150435.103000', '150435.106000', '150435.109000', '150435.112000', '150435.114000', '150435.117000', '150435.120000', '150435.123000', '150435.126000', '150435.129000', '150435.132000', '150435.134000', '150435.137000', '150435.140000', '150435.143000', '150435.146000', '150435.149000', '150435.152000', '150435.154000', '150435.157000', '150435.196000', '150435.199000', '150435.202000', '150435.205000', '150435.208000', '150435.211000', '150455.052000', '150455.055000', '150455.058000', '150455.061000', '150455.063000', '150455.066000', '150455.069000', '150455.072000', '150455.075000', '150455.078000', '150455.081000', '150455.083000', '150455.086000', '150455.089000', '150455.092000', '150455.095000', '150455.098000', '150455.101000', '150455.103000', '150455.106000', '150455.109000', '150455.112000', '150455.115000', '150455.118000', '150455.120000', '150455.123000', '150455.127000', '150455.130000', '150455.133000', '150455.136000', '150455.139000', '150455.142000', '150455.145000', '150455.148000', '150455.151000', '150455.155000', '150455.187000', '150455.190000', '150455.192000', '150455.195000', '150455.198000', '150455.201000', '150455.204000', '150515.052000', '150515.055000', '150515.058000', '150515.061000', '150515.063000', '150515.066000', '150515.070000', '150515.073000', '150515.076000', '150515.078000', '150515.081000', '150515.084000', '150515.087000', '150515.090000', '150515.093000', '150515.095000', '150515.098000', '150515.101000', '150515.104000', '150515.107000', '150515.110000', '150515.113000', '150515.116000', '150515.118000', '150515.121000', '150515.124000', '150515.127000', '150515.130000', '150515.132000', '150515.135000', '150515.138000', '150515.141000', '150515.144000', '150515.147000', '150515.150000', '150515.152000', '150515.155000', '150515.158000', '150515.161000', '150515.164000', '150515.167000', '150515.169000', '150515.172000', '150515.191000', '150535.052000', '150535.055000', '150535.058000', '150535.060000', '150535.063000', '150535.066000', '150535.069000', '150535.072000', '150535.075000', '150535.078000', '150535.080000', '150535.083000', '150535.086000', '150535.089000', '150535.092000', '150535.095000', '150535.098000', '150535.101000', '150535.103000', '150535.107000', '150535.110000', '150535.113000', '150535.116000', '150535.119000', '150535.122000', '150535.124000', '150535.127000', '150535.130000', '150535.133000', '150535.136000', '150535.139000', '150535.141000', '150535.144000', '150535.147000', '150535.150000', '150535.153000', '150535.156000', '150535.180000', '150535.183000', '150535.186000', '150535.189000', '150535.192000', '150535.195000', '150555.052000', '150555.055000', '150555.058000', '150555.061000', '150555.063000', '150555.066000', '150555.069000', '150555.072000', '150555.075000', '150555.078000', '150555.081000', '150555.084000', '150555.086000', '150555.105000', '150555.108000', '150555.111000', '150555.114000', '150555.117000', '150555.119000', '150555.122000', '150555.125000', '150555.128000', '150555.131000', '150555.133000', '150555.136000', '150555.139000', '150555.142000', '150555.146000', '150555.149000', '150555.152000', '150555.154000', '150555.157000', '150555.212000', '150555.215000', '150555.218000', '150555.221000', '150555.223000', '150555.226000', '150555.229000', '150555.232000', '150555.235000', '150555.238000', '150555.241000', '150555.243000', '150615.052000', '150615.055000', '150615.058000', '150615.061000', '150615.063000', '150615.066000', '150615.069000', '150615.072000', '150615.075000', '150615.078000', '150615.080000', '150615.083000', '150615.086000', '150615.089000', '150615.092000', '150615.095000', '150615.098000', '150615.100000', '150615.103000', '150615.106000', '150615.109000', '150615.112000', '150615.115000', '150615.118000', '150615.121000', '150615.123000', '150615.126000', '150615.129000', '150615.132000', '150615.135000', '150615.138000', '150615.141000', '150615.143000', '150615.146000', '150615.149000', '150615.152000', '150615.155000', '150615.158000', '150615.218000', '150615.221000', '150615.224000', '150615.227000', '150615.229000', '150635.052000', '150635.055000', '150635.058000', '150635.060000', '150635.070000', '150635.073000', '150635.075000', '150635.078000', '150635.081000', '150635.084000', '150635.087000', '150635.090000', '150635.093000', '150635.095000', '150635.098000', '150635.101000', '150635.104000', '150635.107000', '150635.110000', '150635.112000', '150635.115000', '150635.118000', '150635.121000', '150635.124000', '150635.127000', '150635.130000', '150635.133000', '150635.135000', '150635.139000', '150635.141000', '150635.144000', '150635.147000', '150635.150000', '150635.153000', '150635.156000', '150635.219000', '150635.222000', '150635.225000', '150635.228000', '150635.231000', '150635.234000', '150635.236000', '150635.239000', '150635.242000', '150655.052000', '150655.055000', '150655.058000', '150655.061000', '150655.064000', '150655.066000', '150655.069000', '150655.072000', '150655.075000', '150655.078000', '150655.081000', '150655.084000', '150655.086000', '150655.089000', '150655.092000', '150655.095000', '150655.098000', '150655.100000', '150655.103000', '150655.106000', '150655.109000', '150655.112000', '150655.115000', '150655.118000', '150655.121000', '150655.123000', '150655.126000', '150655.129000', '150655.132000', '150655.135000', '150655.138000', '150655.140000', '150655.144000', '150655.147000', '150655.150000', '150655.153000', '150655.156000', '150655.159000', '150655.243000', '150655.245000', '150655.248000', '150655.251000', '150655.254000', '150715.052000', '150715.055000', '150715.058000', '150715.061000', '150715.064000', '150715.066000', '150715.069000', '150715.072000', '150715.075000', '150715.078000', '150715.081000', '150715.083000', '150715.086000', '150715.089000', '150715.092000', '150715.095000', '150715.098000', '150715.100000', '150715.103000', '150715.106000', '150715.109000', '150715.112000', '150715.115000', '150715.118000', '150715.121000', '150715.124000', '150715.126000', '150715.129000', '150715.132000', '150715.135000', '150715.138000', '150715.141000', '150715.143000', '150715.146000', '150715.149000', '150715.152000', '150715.155000', '150715.158000', '150715.262000', '150715.265000', '150715.268000', '150715.271000', '150715.274000', '150715.277000', '150735.052000', '150735.055000', '150735.058000', '150735.061000', '150735.063000', '150735.066000', '150735.069000', '150735.072000', '150735.075000', '150735.078000', '150735.081000', '150735.084000', '150735.086000', '150735.089000', '150735.092000', '150735.095000', '150735.098000', '150735.101000', '150735.103000', '150735.106000', '150735.109000', '150735.112000', '150735.115000', '150735.118000', '150735.120000', '150735.123000', '150735.126000', '150735.129000', '150735.132000', '150735.135000', '150735.138000', '150735.140000', '150735.143000', '150735.146000', '150735.149000', '150735.152000', '150735.155000', '150735.158000', '150735.160000', '150735.224000', '150735.227000', '150735.230000', '150735.232000', '150754.603000', '150754.606000', '150754.609000', '150754.612000', '150754.625000', '150754.628000', '150754.631000', '150754.633000', '150754.637000', '150754.639000', '150754.642000', '150754.645000', '150754.648000', '150754.651000', '150754.654000', '150754.657000', '150754.660000', '150754.664000', '150754.666000', '150754.669000', '150754.672000', '150754.675000', '150754.678000', '150754.681000', '150754.684000', '150754.687000', '150754.690000', '150754.693000', '150754.696000', '150754.699000', '150754.701000', '150754.704000', '150754.707000', '150754.710000', '150754.713000', '150754.716000', '150754.719000', '150754.722000', '150754.725000', '150754.728000', '150754.731000', '150754.734000', '150754.737000'], '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': [9016, 10559, 8807, 8207, 10270, 8757, 9017, 8873, 8680, 9442, 7950, 9788, 8333, 9758, 9046, 9219, 9246, 9494, 8458, 11765, 9051, 10388, 9523, 8082, 11462, 8654, 9128, 8921, 8332, 9406, 9205, 9311, 8177, 10632, 8462, 9889, 8753, 7837, 9308, 8228, 8301, 8875, 8352, 9276, 7672, 9198, 8956, 7888, 8800, 8768, 9112, 9163, 8461, 9121, 9374, 9007, 10233, 11990, 8976, 11882, 9922, 8810, 9708, 8887, 9566, 10111, 8635, 9691, 10229, 9162, 9883, 10492, 9067, 9369, 11018, 8997, 8925, 9501, 8409, 9620, 10526, 9954, 9322, 11383, 8657, 12782, 8307, 12618, 11168, 9471, 10361, 8260, 10626, 9089, 9060, 9642, 7625, 8964, 9007, 8278, 9542, 8802, 8947, 8692, 11706, 8886, 9762, 9375, 8435, 8705, 9212, 8028, 9139, 7891, 10210, 8927, 9015, 9553, 8313, 9433, 8526, 8854, 9317, 8058, 9934, 8892, 9339, 9057, 8124, 11321, 9133, 8058, 9194, 8939, 8331, 10052, 9687, 9564, 10098, 9855, 10414, 10446, 10333, 11002, 11368, 10488, 10275, 10381, 10736, 11856, 9792, 10956, 10396, 9085, 10662, 10027, 8156, 11114, 10046, 8755, 10154, 10178, 8497, 11045, 10380, 9936, 10817, 10276, 10077, 11110, 12968, 10135, 10262, 10734, 9943, 10722, 10971, 9482, 8540, 10753, 9197, 9888, 10834, 8830, 10912, 10280, 8137, 10455, 9461, 7870, 10439, 8016, 10701, 8717, 9872, 10591, 8980, 11347, 11004, 9091, 10819, 9931, 11244, 10278, 11168, 10816, 10402, 10681, 10457, 10842, 9594, 11300, 11173, 9984, 10520, 11298, 9386, 12027, 11188, 10888, 10995, 10545, 10325, 11225, 9833, 8622, 10756, 9273, 9861, 10842, 8885, 11128, 10667, 9109, 10945, 9472, 8269, 10642, 9033, 9794, 10681, 8772, 10621, 10359, 8798, 10120, 10703, 8517, 10628, 10247, 8507, 10620, 9908, 8403, 10356, 8868, 9325, 10601, 8523, 9798, 9800, 8893, 10411, 9041, 9266, 10436, 9157, 9991, 10606, 8903, 10084, 10610, 9113, 10633, 10707, 9222, 10812, 10902, 8968, 11004, 10829, 9342, 11139, 9870, 10710, 10722, 11209, 10792, 10577, 10891, 10717, 10896, 9780, 12040, 10804, 10691, 10542, 10085, 11304, 10450, 9152, 10975, 10398, 12079, 11592, 10129, 11093, 10880, 10430, 11629, 10753, 10077, 11682, 10563, 9798, 10939, 10057, 11498, 10364, 9858, 12064, 10199, 10253, 11169, 9991, 9913, 11439, 10317, 9599, 10287, 10148, 9618, 10591, 10109, 10117, 10874, 9649, 10809, 9996, 9525, 10988, 9880, 9744, 10785, 9692, 10983, 10662, 9503, 10374, 9773, 9314, 10899, 10014, 9964, 11159, 9815, 10821, 10658, 10054, 11025, 10489, 10762, 10287, 10630, 10625, 10368, 10203, 11277, 9910, 11217, 10158, 10968, 9860, 11929, 11414, 10211, 12037, 11228, 9984, 11538, 11024, 9723, 12523, 11191, 8990, 9239, 10933, 9024, 10232, 10826, 8777, 10852, 10214, 8650, 11280, 9270, 8498, 10721, 8931, 9517, 10500, 9058, 10796, 10199, 8577, 10247, 9628, 10894, 10586, 10569, 10681, 9642, 11224, 11383, 10510, 10467, 10845, 10309, 10626, 10810, 10094, 9056, 11073, 10414, 10680, 10372, 10213, 10773, 10277, 10343, 10349, 10990, 10655, 10004, 10917, 9842, 10452, 11324, 11433, 10556, 11529, 11243, 10239, 11616, 11330, 10382, 10105, 10957, 9890, 10744, 10945, 10194, 11211, 11007, 9883, 11516, 10863, 9903, 10929, 10030, 9469, 10586, 10036, 9666, 10663, 9720, 10262, 10861, 9952, 11208, 10756, 9883, 10888, 10293, 9945, 10855, 10046, 9894, 10777, 9898, 11203, 9976, 9878, 10846, 9952, 10967, 10381, 11089, 10473, 10865, 10174, 11287, 10205, 10988, 9794, 10642, 9859, 10765, 10203, 10839, 9714, 13519, 11169, 9984, 10319, 11004, 9894, 11449, 10924, 9671, 11751, 10642, 9702, 11392, 10121, 9212, 11111, 9549, 11249, 10948, 9478, 10515, 9931, 9065, 11054, 9467, 10854, 10187, 9577, 11059, 9708, 10740, 10578, 9654, 10741, 10035, 9634, 10935, 9981, 10633, 11083, 10249, 11248, 10422, 10239, 11014, 10224, 10785, 10163, 10603, 11403, 9756, 10535, 10459, 9914, 10140, 9852, 10516, 10623, 10618, 11078, 10272, 10694, 9718, 9994, 10172, 9127, 11100, 10371, 10440, 10935, 9791, 9755, 9859, 8222, 10348, 9935, 8909, 10056, 9036, 8401, 9621, 8623, 10131, 9579, 8248, 9175, 8928, 10263, 9908, 8708, 11394, 9855, 8872, 8767, 9341, 8783, 9121, 9396, 8584, 9563, 8851, 9191, 9671, 8923, 10500, 9875, 8942, 9927, 9960, 9518, 9963, 9704, 9996, 9393, 10582, 10369, 10398, 10797, 10244, 11746, 10755, 10631, 11207, 11100, 10543, 10591, 9809, 13170, 10552, 10084, 12846, 10440, 10383, 10729, 10059, 10457, 10365, 9414, 10386, 10304, 8409, 10760, 9015, 10105, 9645, 8586, 10040, 9065, 10296, 10140, 8759, 9933, 9313, 9259, 9887, 9295, 9898, 9382, 9951, 10081, 9461, 9857, 10185, 9434, 11815, 10510, 9282, 12522, 10279, 10913, 10343, 9579, 9764, 10317, 9546, 9611, 9981, 8957, 9854, 9893, 9937, 10377, 9312, 11549, 9976, 9158, 9531, 9982, 9033, 9833, 9510, 10247, 10405, 9523, 9609, 10186, 9706, 10211, 9492, 10180, 9859, 10437, 9951, 10743, 10727, 9715, 10911, 10279, 10321, 10069, 10453, 11706, 13879, 10249, 9453, 10937, 10645, 9620, 11791, 10616, 9132, 10293, 9982, 8967, 10193, 9516, 8377, 10150, 9169, 9689, 9953, 9142, 9340, 9711, 8660, 9504, 9358, 8485, 10169, 9629, 9195, 9552, 8750, 9648, 9389, 11011, 9904, 10184, 9686, 9402, 10754, 10091, 9160, 9579, 9678, 10089, 9484, 9460, 11661, 9799, 9431, 11023, 9719, 9466, 10052, 10030, 9810, 10897, 11024, 11041, 10469, 11072, 10138, 11089, 10737, 9969, 10592, 10763, 9843, 11455, 10176, 9619, 11672, 10518, 9752, 13166, 10539, 9718, 9972, 9847, 8987, 9969, 9547, 9786, 10449, 8963, 9154, 9862, 8872, 9641, 9610, 8489, 9690, 9370, 9666, 9585, 9107, 9366, 9640, 8609, 9667, 9372, 10384, 9877, 9156, 9840, 9775, 9554, 8780, 9902, 8907, 9252, 9562, 8637, 9148, 9403, 8591, 9604, 9357, 9805, 9231, 9360, 10343, 9920, 8997, 8917, 9782, 9314, 10187, 9959, 10499, 8833, 10362, 10333, 8861, 10497, 10009, 9483, 10021, 9531, 10366, 9976, 9605, 8026, 9303, 11613, 9023, 8880, 12350, 9121, 8569, 11758, 9074, 8332, 11507, 8946, 9376, 8155, 8657, 8688, 8904], 'WindowCenter': [4100.0, 4105.0, 4071.0, 4060.0, 4076.0, 4056.0, 4054.0, 4055.0, 4056.0, 4064.0, 4045.0, 4063.0, 4055.0, 4054.0, 4054.0, 4054.0, 4067.0, 4078.0, 4069.0, 4087.0, 4055.0, 4065.0, 4053.0, 4044.0, 4073.0, 4042.0, 4051.0, 4041.0, 4043.0, 4052.0, 4052.0, 4052.0, 4044.0, 4063.0, 4043.0, 4052.0, 4040.0, 4031.0, 4051.0, 4043.0, 4042.0, 4053.0, 4044.0, 4053.0, 4045.0, 4054.0, 4054.0, 4044.0, 4067.0, 4066.0, 4068.0, 4080.0, 4071.0, 4081.0, 4081.0, 4070.0, 4081.0, 4088.0, 4055.0, 4076.0, 4055.0, 4042.0, 4053.0, 4054.0, 4067.0, 4077.0, 4068.0, 4082.0, 4092.0, 4082.0, 4094.0, 4105.0, 4083.0, 4094.0, 4105.0, 4083.0, 4071.0, 4068.0, 4059.0, 4080.0, 4079.0, 4079.0, 4068.0, 4088.0, 4058.0, 4087.0, 4044.0, 4077.0, 4062.0, 4040.0, 4037.0, 4016.0, 4037.0, 4015.0, 4026.0, 4036.0, 4018.0, 4052.0, 4052.0, 4055.0, 4065.0, 4056.0, 4067.0, 4058.0, 4075.0, 4054.0, 4055.0, 4041.0, 4042.0, 4030.0, 4051.0, 4031.0, 4054.0, 4044.0, 4051.0, 4053.0, 4042.0, 4065.0, 4045.0, 4054.0, 4044.0, 4053.0, 4053.0, 4045.0, 4064.0, 4055.0, 4054.0, 4053.0, 4044.0, 4063.0, 4053.0, 4044.0, 4052.0, 4067.0, 4045.0, 4067.0, 4067.0, 4079.0, 4092.0, 4093.0, 4107.0, 4106.0, 4105.0, 4118.0, 4116.0, 4107.0, 4096.0, 4107.0, 4095.0, 4089.0, 4068.0, 4077.0, 4064.0, 4055.0, 4064.0, 4052.0, 4032.0, 4062.0, 4065.0, 4044.0, 4050.0, 4063.0, 4041.0, 4063.0, 4063.0, 4067.0, 4090.0, 4092.0, 4094.0, 4095.0, 4089.0, 4056.0, 4055.0, 4050.0, 4041.0, 4052.0, 4049.0, 4040.0, 4029.0, 4049.0, 4041.0, 4039.0, 4050.0, 4041.0, 4061.0, 4076.0, 4045.0, 4075.0, 4066.0, 4032.0, 4075.0, 4045.0, 4090.0, 4070.0, 4068.0, 4080.0, 4070.0, 4077.0, 4092.0, 4070.0, 4079.0, 4079.0, 4090.0, 4092.0, 4105.0, 4107.0, 4108.0, 4108.0, 4107.0, 4107.0, 4097.0, 4094.0, 4092.0, 4094.0, 4080.0, 4079.0, 4069.0, 4076.0, 4076.0, 4066.0, 4063.0, 4064.0, 4053.0, 4061.0, 4052.0, 4031.0, 4050.0, 4041.0, 4040.0, 4061.0, 4042.0, 4049.0, 4051.0, 4041.0, 4061.0, 4053.0, 4031.0, 4050.0, 4041.0, 4040.0, 4050.0, 4040.0, 4050.0, 4050.0, 4030.0, 4038.0, 4050.0, 4041.0, 4049.0, 4052.0, 4041.0, 4050.0, 4052.0, 4042.0, 4064.0, 4055.0, 4053.0, 4076.0, 4056.0, 4064.0, 4066.0, 4055.0, 4064.0, 4055.0, 4054.0, 4063.0, 4055.0, 4054.0, 4065.0, 4055.0, 4063.0, 4064.0, 4055.0, 4063.0, 4064.0, 4054.0, 4062.0, 4063.0, 4043.0, 4061.0, 4063.0, 4054.0, 4075.0, 4079.0, 4076.0, 4088.0, 4104.0, 4117.0, 4118.0, 4119.0, 4109.0, 4122.0, 4111.0, 4105.0, 4107.0, 4106.0, 4108.0, 4097.0, 4092.0, 4081.0, 4069.0, 4076.0, 4079.0, 4089.0, 4088.0, 4079.0, 4077.0, 4078.0, 4066.0, 4061.0, 4062.0, 4053.0, 4061.0, 4064.0, 4051.0, 4050.0, 4050.0, 4050.0, 4050.0, 4051.0, 4059.0, 4049.0, 4038.0, 4046.0, 4038.0, 4038.0, 4048.0, 4049.0, 4038.0, 4038.0, 4050.0, 4038.0, 4049.0, 4050.0, 4048.0, 4062.0, 4052.0, 4061.0, 4064.0, 4052.0, 4062.0, 4064.0, 4053.0, 4075.0, 4065.0, 4064.0, 4074.0, 4066.0, 4066.0, 4078.0, 4055.0, 4076.0, 4067.0, 4055.0, 4075.0, 4067.0, 4076.0, 4092.0, 4068.0, 4077.0, 4077.0, 4088.0, 4091.0, 4106.0, 4121.0, 4121.0, 4108.0, 4105.0, 4083.0, 4091.0, 4081.0, 4094.0, 4096.0, 4093.0, 4076.0, 4066.0, 4076.0, 4062.0, 4054.0, 4074.0, 4061.0, 4053.0, 4073.0, 4060.0, 4040.0, 4027.0, 4047.0, 4028.0, 4037.0, 4049.0, 4029.0, 4048.0, 4049.0, 4028.0, 4048.0, 4039.0, 4027.0, 4049.0, 4040.0, 4037.0, 4049.0, 4041.0, 4049.0, 4051.0, 4041.0, 4050.0, 4052.0, 4074.0, 4075.0, 4078.0, 4079.0, 4081.0, 4092.0, 4065.0, 4054.0, 4054.0, 4050.0, 4051.0, 4051.0, 4049.0, 4051.0, 4040.0, 4063.0, 4076.0, 4077.0, 4079.0, 4093.0, 4104.0, 4106.0, 4121.0, 4110.0, 4096.0, 4093.0, 4083.0, 4096.0, 4095.0, 4109.0, 4106.0, 4090.0, 4078.0, 4076.0, 4076.0, 4078.0, 4078.0, 4076.0, 4067.0, 4066.0, 4075.0, 4064.0, 4062.0, 4061.0, 4052.0, 4050.0, 4051.0, 4052.0, 4060.0, 4063.0, 4053.0, 4061.0, 4052.0, 4039.0, 4049.0, 4053.0, 4041.0, 4051.0, 4052.0, 4050.0, 4061.0, 4053.0, 4061.0, 4062.0, 4052.0, 4060.0, 4062.0, 4063.0, 4074.0, 4064.0, 4052.0, 4074.0, 4067.0, 4076.0, 4077.0, 4065.0, 4076.0, 4079.0, 4075.0, 4078.0, 4087.0, 4090.0, 4088.0, 4091.0, 4092.0, 4093.0, 4104.0, 4095.0, 4104.0, 4094.0, 4091.0, 4093.0, 4104.0, 4081.0, 4101.0, 4065.0, 4066.0, 4064.0, 4062.0, 4052.0, 4060.0, 4050.0, 4041.0, 4058.0, 4050.0, 4041.0, 4059.0, 4050.0, 4038.0, 4060.0, 4050.0, 4048.0, 4061.0, 4051.0, 4061.0, 4063.0, 4040.0, 4073.0, 4066.0, 4063.0, 4065.0, 4054.0, 4075.0, 4067.0, 4074.0, 4076.0, 4066.0, 4075.0, 4067.0, 4066.0, 4076.0, 4067.0, 4064.0, 4089.0, 4079.0, 4089.0, 4089.0, 4066.0, 4079.0, 4079.0, 4092.0, 4093.0, 4093.0, 4119.0, 4098.0, 4110.0, 4099.0, 4086.0, 4085.0, 4070.0, 4081.0, 4079.0, 4076.0, 4088.0, 4081.0, 4091.0, 4080.0, 4066.0, 4064.0, 4054.0, 4061.0, 4050.0, 4050.0, 4046.0, 4049.0, 4051.0, 4052.0, 4030.0, 4048.0, 4050.0, 4040.0, 4038.0, 4039.0, 4027.0, 4037.0, 4039.0, 4048.0, 4051.0, 4041.0, 4039.0, 4052.0, 4062.0, 4052.0, 4042.0, 4059.0, 4063.0, 4042.0, 4040.0, 4052.0, 4041.0, 4040.0, 4053.0, 4041.0, 4063.0, 4053.0, 4051.0, 4052.0, 4054.0, 4062.0, 4063.0, 4055.0, 4052.0, 4065.0, 4067.0, 4077.0, 4080.0, 4079.0, 4080.0, 4107.0, 4106.0, 4108.0, 4118.0, 4110.0, 4107.0, 4105.0, 4095.0, 4103.0, 4104.0, 4107.0, 4104.0, 4094.0, 4103.0, 4080.0, 4079.0, 4075.0, 4063.0, 4064.0, 4061.0, 4051.0, 4049.0, 4036.0, 4038.0, 4036.0, 4048.0, 4028.0, 4061.0, 4041.0, 4049.0, 4050.0, 4039.0, 4050.0, 4040.0, 4049.0, 4061.0, 4041.0, 4051.0, 4053.0, 4052.0, 4065.0, 4068.0, 4065.0, 4066.0, 4066.0, 4076.0, 4077.0, 4078.0, 4091.0, 4083.0, 4091.0, 4079.0, 4068.0, 4074.0, 4065.0, 4076.0, 4064.0, 4065.0, 4052.0, 4063.0, 4065.0, 4053.0, 4065.0, 4054.0, 4053.0, 4065.0, 4053.0, 4065.0, 4055.0, 4073.0, 4064.0, 4054.0, 4052.0, 4064.0, 4053.0, 4063.0, 4065.0, 4064.0, 4075.0, 4067.0, 4065.0, 4076.0, 4066.0, 4078.0, 4080.0, 4093.0, 4082.0, 4091.0, 4081.0, 4091.0, 4090.0, 4068.0, 4089.0, 4091.0, 4106.0, 4093.0, 4104.0, 4103.0, 4100.0, 4066.0, 4056.0, 4064.0, 4063.0, 4053.0, 4061.0, 4062.0, 4053.0, 4049.0, 4051.0, 4040.0, 4050.0, 4052.0, 4029.0, 4050.0, 4052.0, 4050.0, 4052.0, 4054.0, 4052.0, 4064.0, 4053.0, 4064.0, 4066.0, 4054.0, 4090.0, 4080.0, 4068.0, 4079.0, 4056.0, 4065.0, 4067.0, 4076.0, 4077.0, 4078.0, 4054.0, 4067.0, 4076.0, 4077.0, 4067.0, 4064.0, 4066.0, 4066.0, 4054.0, 4066.0, 4075.0, 4052.0, 4054.0, 4063.0, 4054.0, 4065.0, 4064.0, 4077.0, 4080.0, 4090.0, 4102.0, 4103.0, 4092.0, 4104.0, 4094.0, 4107.0, 4092.0, 4081.0, 4080.0, 4090.0, 4078.0, 4077.0, 4065.0, 4054.0, 4062.0, 4051.0, 4052.0, 4071.0, 4051.0, 4052.0, 4050.0, 4051.0, 4039.0, 4050.0, 4051.0, 4049.0, 4061.0, 4041.0, 4039.0, 4051.0, 4041.0, 4051.0, 4053.0, 4041.0, 4064.0, 4054.0, 4052.0, 4064.0, 4054.0, 4053.0, 4066.0, 4054.0, 4065.0, 4066.0, 4064.0, 4066.0, 4067.0, 4063.0, 4064.0, 4055.0, 4042.0, 4064.0, 4054.0, 4052.0, 4064.0, 4054.0, 4053.0, 4054.0, 4043.0, 4052.0, 4054.0, 4052.0, 4053.0, 4054.0, 4063.0, 4064.0, 4055.0, 4054.0, 4079.0, 4069.0, 4077.0, 4079.0, 4091.0, 4081.0, 4106.0, 4105.0, 4096.0, 4121.0, 4109.0, 4097.0, 4108.0, 4096.0, 4078.0, 4079.0, 4094.0, 4058.0, 4068.0, 4077.0, 4055.0, 4056.0, 4086.0, 4054.0, 4043.0, 4061.0, 4041.0, 4042.0, 4060.0, 4041.0, 4051.0, 4028.0, 4041.0, 4040.0, 4040.0], 'WindowWidth': [9139.0, 9137.0, 9081.0, 9065.0, 9079.0, 9052.0, 9047.0, 9049.0, 9050.0, 9057.0, 9034.0, 9056.0, 9048.0, 9044.0, 9044.0, 9044.0, 9067.0, 9084.0, 9075.0, 9094.0, 9046.0, 9062.0, 9040.0, 9031.0, 9068.0, 9025.0, 9035.0, 9024.0, 9029.0, 9038.0, 9038.0, 9038.0, 9031.0, 9055.0, 9027.0, 9036.0, 9018.0, 9010.0, 9034.0, 9027.0, 9024.0, 9043.0, 9032.0, 9042.0, 9035.0, 9045.0, 9046.0, 9032.0, 9068.0, 9065.0, 9073.0, 9091.0, 9080.0, 9095.0, 9092.0, 9078.0, 9095.0, 9095.0, 9047.0, 9076.0, 9044.0, 9025.0, 9041.0, 9045.0, 9068.0, 9081.0, 9071.0, 9095.0, 9109.0, 9095.0, 9114.0, 9132.0, 9099.0, 9116.0, 9133.0, 9100.0, 9079.0, 9069.0, 9060.0, 9087.0, 9087.0, 9085.0, 9069.0, 9097.0, 9055.0, 9091.0, 9031.0, 9082.0, 9050.0, 9014.0, 9006.0, 8975.0, 9008.0, 8972.0, 8989.0, 9006.0, 8986.0, 9039.0, 9040.0, 9048.0, 9061.0, 9051.0, 9066.0, 9057.0, 9075.0, 9043.0, 9045.0, 9019.0, 9023.0, 9002.0, 9033.0, 9006.0, 9043.0, 9029.0, 9036.0, 9039.0, 9024.0, 9058.0, 9033.0, 9042.0, 9030.0, 9039.0, 9039.0, 9032.0, 9058.0, 9045.0, 9043.0, 9040.0, 9029.0, 9053.0, 9040.0, 9029.0, 9037.0, 9067.0, 9032.0, 9065.0, 9065.0, 9087.0, 9107.0, 9111.0, 9139.0, 9134.0, 9130.0, 9153.0, 9148.0, 9134.0, 9120.0, 9136.0, 9118.0, 9099.0, 9066.0, 9078.0, 9054.0, 9045.0, 9055.0, 9035.0, 9010.0, 9050.0, 9058.0, 9029.0, 9029.0, 9051.0, 9019.0, 9050.0, 9052.0, 9064.0, 9102.0, 9106.0, 9111.0, 9117.0, 9097.0, 9044.0, 9041.0, 9027.0, 9015.0, 9032.0, 9020.0, 9013.0, 8996.0, 9024.0, 9016.0, 9010.0, 9026.0, 9017.0, 9043.0, 9075.0, 9034.0, 9071.0, 9060.0, 9010.0, 9072.0, 9034.0, 9100.0, 9075.0, 9067.0, 9087.0, 9072.0, 9077.0, 9104.0, 9071.0, 9083.0, 9082.0, 9099.0, 9106.0, 9128.0, 9137.0, 9138.0, 9139.0, 9134.0, 9133.0, 9122.0, 9114.0, 9104.0, 9111.0, 9086.0, 9082.0, 9069.0, 9073.0, 9072.0, 9059.0, 9050.0, 9051.0, 9037.0, 9043.0, 9034.0, 9004.0, 9028.0, 9017.0, 9014.0, 9044.0, 9019.0, 9025.0, 9030.0, 9019.0, 9044.0, 9036.0, 9003.0, 9029.0, 9018.0, 9014.0, 9027.0, 9015.0, 9027.0, 9027.0, 9001.0, 9008.0, 9026.0, 9016.0, 9024.0, 9034.0, 9019.0, 9026.0, 9035.0, 9023.0, 9057.0, 9044.0, 9039.0, 9073.0, 9047.0, 9054.0, 9060.0, 9045.0, 9055.0, 9046.0, 9041.0, 9052.0, 9043.0, 9041.0, 9056.0, 9044.0, 9052.0, 9055.0, 9045.0, 9053.0, 9053.0, 9043.0, 9048.0, 9049.0, 9026.0, 9046.0, 9051.0, 9041.0, 9069.0, 9084.0, 9072.0, 9094.0, 9125.0, 9153.0, 9153.0, 9156.0, 9144.0, 9164.0, 9152.0, 9134.0, 9136.0, 9131.0, 9139.0, 9124.0, 9107.0, 9089.0, 9070.0, 9075.0, 9083.0, 9099.0, 9094.0, 9085.0, 9077.0, 9078.0, 9059.0, 9046.0, 9046.0, 9036.0, 9041.0, 9053.0, 9031.0, 9028.0, 9028.0, 9026.0, 9026.0, 9031.0, 9038.0, 9023.0, 9010.0, 9015.0, 9008.0, 9010.0, 9020.0, 9025.0, 9009.0, 9007.0, 9026.0, 9009.0, 9025.0, 9029.0, 9022.0, 9046.0, 9036.0, 9043.0, 9052.0, 9035.0, 9048.0, 9053.0, 9037.0, 9070.0, 9057.0, 9054.0, 9070.0, 9059.0, 9060.0, 9079.0, 9044.0, 9073.0, 9063.0, 9044.0, 9070.0, 9063.0, 9074.0, 9106.0, 9065.0, 9074.0, 9076.0, 9095.0, 9105.0, 9132.0, 9164.0, 9164.0, 9141.0, 9130.0, 9095.0, 9101.0, 9089.0, 9111.0, 9118.0, 9112.0, 9075.0, 9061.0, 9075.0, 9048.0, 9039.0, 9069.0, 9045.0, 9039.0, 9065.0, 9041.0, 9015.0, 8992.0, 9019.0, 8996.0, 9005.0, 9024.0, 8999.0, 9023.0, 9026.0, 8998.0, 9021.0, 9013.0, 8994.0, 9024.0, 9014.0, 9007.0, 9025.0, 9018.0, 9024.0, 9033.0, 9017.0, 9028.0, 9034.0, 9069.0, 9071.0, 9083.0, 9084.0, 9089.0, 9108.0, 9058.0, 9039.0, 9039.0, 9026.0, 9030.0, 9030.0, 9022.0, 9028.0, 9014.0, 9050.0, 9074.0, 9076.0, 9083.0, 9113.0, 9128.0, 9132.0, 9164.0, 9146.0, 9119.0, 9106.0, 9093.0, 9115.0, 9114.0, 9142.0, 9134.0, 9098.0, 9077.0, 9075.0, 9071.0, 9078.0, 9079.0, 9072.0, 9063.0, 9061.0, 9070.0, 9054.0, 9048.0, 9042.0, 9032.0, 9028.0, 9030.0, 9033.0, 9040.0, 9049.0, 9037.0, 9043.0, 9033.0, 9013.0, 9025.0, 9034.0, 9016.0, 9030.0, 9033.0, 9030.0, 9045.0, 9036.0, 9045.0, 9048.0, 9035.0, 9040.0, 9048.0, 9052.0, 9067.0, 9055.0, 9036.0, 9069.0, 9064.0, 9077.0, 9078.0, 9059.0, 9075.0, 9084.0, 9072.0, 9079.0, 9094.0, 9100.0, 9095.0, 9103.0, 9107.0, 9110.0, 9128.0, 9118.0, 9126.0, 9114.0, 9103.0, 9110.0, 9126.0, 9091.0, 9122.0, 9058.0, 9061.0, 9054.0, 9047.0, 9033.0, 9042.0, 9028.0, 9016.0, 9034.0, 9026.0, 9017.0, 9036.0, 9028.0, 9009.0, 9041.0, 9029.0, 9023.0, 9043.0, 9031.0, 9045.0, 9052.0, 9019.0, 9065.0, 9061.0, 9052.0, 9056.0, 9040.0, 9072.0, 9062.0, 9068.0, 9073.0, 9060.0, 9070.0, 9064.0, 9062.0, 9075.0, 9063.0, 9056.0, 9097.0, 9083.0, 9097.0, 9099.0, 9061.0, 9082.0, 9085.0, 9104.0, 9111.0, 9110.0, 9154.0, 9124.0, 9141.0, 9125.0, 9102.0, 9097.0, 9070.0, 9087.0, 9082.0, 9075.0, 9094.0, 9090.0, 9105.0, 9087.0, 9063.0, 9056.0, 9040.0, 9048.0, 9029.0, 9030.0, 9018.0, 9025.0, 9033.0, 9037.0, 9005.0, 9023.0, 9028.0, 9019.0, 9011.0, 9015.0, 8993.0, 9009.0, 9015.0, 9024.0, 9032.0, 9020.0, 9015.0, 9037.0, 9049.0, 9035.0, 9022.0, 9041.0, 9051.0, 9022.0, 9017.0, 9036.0, 9022.0, 9017.0, 9038.0, 9021.0, 9052.0, 9041.0, 9035.0, 9037.0, 9042.0, 9051.0, 9054.0, 9045.0, 9036.0, 9060.0, 9065.0, 9080.0, 9088.0, 9088.0, 9090.0, 9137.0, 9132.0, 9140.0, 9153.0, 9144.0, 9136.0, 9129.0, 9115.0, 9124.0, 9127.0, 9136.0, 9129.0, 9114.0, 9128.0, 9089.0, 9084.0, 9074.0, 9050.0, 9054.0, 9046.0, 9032.0, 9025.0, 9003.0, 9008.0, 9004.0, 9023.0, 8997.0, 9045.0, 9020.0, 9027.0, 9031.0, 9015.0, 9029.0, 9018.0, 9028.0, 9046.0, 9021.0, 9034.0, 9040.0, 9036.0, 9059.0, 9069.0, 9059.0, 9061.0, 9063.0, 9077.0, 9081.0, 9085.0, 9107.0, 9100.0, 9107.0, 9084.0, 9067.0, 9068.0, 9055.0, 9075.0, 9054.0, 9058.0, 9037.0, 9052.0, 9056.0, 9039.0, 9058.0, 9041.0, 9037.0, 9059.0, 9041.0, 9057.0, 9045.0, 9065.0, 9054.0, 9042.0, 9037.0, 9055.0, 9039.0, 9051.0, 9057.0, 9054.0, 9072.0, 9065.0, 9057.0, 9075.0, 9062.0, 9082.0, 9089.0, 9109.0, 9096.0, 9102.0, 9091.0, 9105.0, 9100.0, 9068.0, 9097.0, 9107.0, 9136.0, 9113.0, 9127.0, 9126.0, 9119.0, 9062.0, 9046.0, 9054.0, 9050.0, 9038.0, 9045.0, 9049.0, 9037.0, 9027.0, 9032.0, 9018.0, 9029.0, 9035.0, 9000.0, 9030.0, 9035.0, 9029.0, 9035.0, 9041.0, 9036.0, 9055.0, 9040.0, 9054.0, 9062.0, 9043.0, 9103.0, 9090.0, 9069.0, 9084.0, 9049.0, 9060.0, 9066.0, 9076.0, 9079.0, 9080.0, 9042.0, 9065.0, 9077.0, 9078.0, 9066.0, 9057.0, 9063.0, 9063.0, 9043.0, 9062.0, 9074.0, 9037.0, 9041.0, 9052.0, 9041.0, 9058.0, 9055.0, 9079.0, 9088.0, 9099.0, 9121.0, 9124.0, 9108.0, 9126.0, 9115.0, 9137.0, 9107.0, 9091.0, 9088.0, 9100.0, 9082.0, 9079.0, 9056.0, 9041.0, 9047.0, 9030.0, 9036.0, 9057.0, 9032.0, 9035.0, 9027.0, 9030.0, 9012.0, 9027.0, 9031.0, 9026.0, 9044.0, 9020.0, 9012.0, 9033.0, 9021.0, 9031.0, 9037.0, 9020.0, 9054.0, 9042.0, 9036.0, 9055.0, 9043.0, 9040.0, 9061.0, 9043.0, 9057.0, 9062.0, 9057.0, 9061.0, 9064.0, 9053.0, 9056.0, 9044.0, 9022.0, 9055.0, 9043.0, 9036.0, 9056.0, 9044.0, 9037.0, 9043.0, 9026.0, 9037.0, 9041.0, 9036.0, 9038.0, 9042.0, 9052.0, 9057.0, 9045.0, 9042.0, 9084.0, 9071.0, 9078.0, 9083.0, 9103.0, 9094.0, 9134.0, 9133.0, 9120.0, 9164.0, 9143.0, 9125.0, 9140.0, 9121.0, 9082.0, 9085.0, 9114.0, 9056.0, 9070.0, 9081.0, 9046.0, 9049.0, 9087.0, 9041.0, 9025.0, 9045.0, 9017.0, 9022.0, 9042.0, 9019.0, 9033.0, 8998.0, 9019.0, 9017.0, 9019.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.0010122988505747127</td></tr>
<tr><td colspan=3>aqi</td><td>0.039183309310344826</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.93896828097817</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1612998785270432</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9930508297353278</td></tr>
<tr><td colspan=3>efc</td><td>0.4847</td></tr>
<tr><td colspan=3>fber</td><td>4623.0513</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.131732771033566</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>153</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.586206896551722</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.682303652733809</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6183531193917786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9412504753296695</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4873073634799785</td></tr>
<tr><td colspan=3>gcor</td><td>0.0239454</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023420751094818115</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022100431844592094</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>3.8158136496045945</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>27.5849</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9913</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.6799</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299216.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>867.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.0191</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3442</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>458.3753</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3251.6482</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.8918</td></tr>
<tr><td colspan=3>tsnr</td><td>33.753863219346385</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>