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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-03/func/sub-0041_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1820469873dea3e49f9c1fee94c098cd</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>16:04:39.182500</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.991932, -0.126743, -0.0027433, 0.126366, 0.986781, 0.101461]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.0869479</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7777, -7358, 442, -78, -200, -59, 87]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.723</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>942d8b17-cc86-4f62-873c-72b2073ea3f3||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.661280393600464, 0.3390296995639801, 0.027411505579948425, 94.84638977050781], [0.34004247188568115, 2.6474621295928955, 0.27266979217529297, -113.75614166259766], [-0.007360085844993591, -0.27221179008483887, 2.686056613922119, -60.217525482177734], [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': ['160439.182500', '160439.642500', '160440.102500', '160440.562500', '160441.022500', '160441.482500', '160441.942500', '160442.402500', '160442.862500', '160443.322500', '160443.782500', '160444.242500', '160444.702500', '160445.162500', '160445.622500', '160446.082500', '160446.542500', '160447.002500', '160447.462500', '160447.922500', '160448.382500', '160448.842500', '160449.302500', '160449.762500', '160450.222500', '160450.682500', '160451.142500', '160451.602500', '160452.062500', '160452.522500', '160452.982500', '160453.442500', '160453.902500', '160454.362500', '160454.822500', '160455.282500', '160455.742500', '160456.202500', '160456.662500', '160457.122500', '160457.582500', '160458.042500', '160458.502500', '160458.962500', '160459.422500', '160459.882500', '160500.342500', '160500.802500', '160501.262500', '160501.722500', '160502.182500', '160502.642500', '160503.102500', '160503.562500', '160504.022500', '160504.482500', '160504.942500', '160505.402500', '160505.862500', '160506.322500', '160506.782500', '160507.242500', '160507.702500', '160508.162500', '160508.622500', '160509.082500', '160509.542500', '160510.002500', '160510.462500', '160510.922500', '160511.382500', '160511.842500', '160512.302500', '160512.762500', '160513.222500', '160513.682500', '160514.142500', '160514.602500', '160515.062500', '160515.522500', '160515.982500', '160516.442500', '160516.902500', '160517.362500', '160517.822500', '160518.282500', '160518.742500', '160519.202500', '160519.662500', '160520.122500', '160520.582500', '160521.042500', '160521.502500', '160521.962500', '160522.422500', '160522.882500', '160523.342500', '160523.802500', '160524.262500', '160524.722500', '160525.182500', '160525.642500', '160526.102500', '160526.562500', '160527.022500', '160527.482500', '160527.942500', '160528.402500', '160528.862500', '160529.322500', '160529.782500', '160530.242500', '160530.702500', '160531.162500', '160531.622500', '160532.082500', '160532.542500', '160533.002500', '160533.462500', '160533.922500', '160534.382500', '160534.842500', '160535.302500', '160535.762500', '160536.222500', '160536.682500', '160537.142500', '160537.602500', '160538.062500', '160538.522500', '160538.982500', '160539.442500', '160539.902500', '160540.362500', '160540.822500', '160541.282500', '160541.742500', '160542.202500', '160542.662500', '160543.122500', '160543.582500', '160544.042500', '160544.502500', '160544.962500', '160545.422500', '160545.882500', '160546.342500', '160546.802500', '160547.262500', '160547.722500', '160548.182500', '160548.642500', '160549.102500', '160549.562500', '160550.022500', '160550.482500', '160550.942500', '160551.402500', '160551.862500', '160552.322500', '160552.782500', '160553.242500', '160553.702500', '160554.162500', '160554.622500', '160555.082500', '160555.542500', '160556.002500', '160556.462500', '160556.922500', '160557.382500', '160557.842500', '160558.302500', '160558.762500', '160559.222500', '160559.682500', '160600.142500', '160600.602500', '160601.062500', '160601.522500', '160601.982500', '160602.442500', '160602.902500', '160603.362500', '160603.822500', '160604.282500', '160604.742500', '160605.202500', '160605.662500', '160606.122500', '160606.582500', '160607.042500', '160607.502500', '160607.962500', '160608.422500', '160608.882500', '160609.342500', '160609.802500', '160610.262500', '160610.722500', '160611.182500', '160611.642500', '160612.102500', '160612.562500', '160613.022500', '160613.482500', '160613.942500', '160614.402500', '160614.862500', '160615.322500', '160615.782500', '160616.242500', '160616.702500', '160617.162500', '160617.622500', '160618.082500', '160618.542500', '160619.002500', '160619.462500', '160619.922500', '160620.382500', '160620.842500', '160621.302500', '160621.762500', '160622.222500', '160622.682500', '160623.142500', '160623.602500', '160624.062500', '160624.522500', '160624.982500', '160625.442500', '160625.902500', '160626.362500', '160626.822500', '160627.282500', '160627.742500', '160628.202500', '160628.662500', '160629.122500', '160629.582500', '160630.042500', '160630.502500', '160630.962500', '160631.422500', '160631.882500', '160632.342500', '160632.802500', '160633.262500', '160633.722500', '160634.182500', '160634.642500', '160635.102500', '160635.562500', '160636.022500', '160636.482500', '160636.942500', '160637.402500', '160637.862500', '160638.322500', '160638.782500', '160639.242500', '160639.702500', '160640.162500', '160640.622500', '160641.082500', '160641.542500', '160642.002500', '160642.462500', '160642.922500', '160643.382500', '160643.842500', '160644.302500', '160644.762500', '160645.222500', '160645.682500', '160646.142500', '160646.602500', '160647.062500', '160647.522500', '160647.982500', '160648.442500', '160648.902500', '160649.362500', '160649.822500', '160650.282500', '160650.742500', '160651.202500', '160651.662500', '160652.122500', '160652.582500', '160653.042500', '160653.502500', '160653.962500', '160654.422500', '160654.882500', '160655.342500', '160655.802500', '160656.262500', '160656.722500', '160657.182500', '160657.642500', '160658.102500', '160658.562500', '160659.022500', '160659.482500', '160659.942500', '160700.402500', '160700.862500', '160701.322500', '160701.782500', '160702.242500', '160702.702500', '160703.162500', '160703.622500', '160704.082500', '160704.542500', '160705.002500', '160705.462500', '160705.922500', '160706.382500', '160706.842500', '160707.302500', '160707.762500', '160708.222500', '160708.682500', '160709.142500', '160709.602500', '160710.062500', '160710.522500', '160710.982500', '160711.442500', '160711.902500', '160712.362500', '160712.822500', '160713.282500', '160713.742500', '160714.202500', '160714.662500', '160715.122500', '160715.582500', '160716.042500', '160716.502500', '160716.962500', '160717.422500', '160717.882500', '160718.342500', '160718.802500', '160719.262500', '160719.722500', '160720.182500', '160720.642500', '160721.102500', '160721.562500', '160722.022500', '160722.482500', '160722.942500', '160723.402500', '160723.862500', '160724.322500', '160724.782500', '160725.242500', '160725.702500', '160726.162500', '160726.622500', '160727.082500', '160727.542500', '160728.002500', '160728.462500', '160728.922500', '160729.382500', '160729.842500', '160730.302500', '160730.762500', '160731.222500', '160731.682500', '160732.142500', '160732.602500', '160733.062500', '160733.522500', '160733.982500', '160734.442500', '160734.902500', '160735.362500', '160735.822500', '160736.282500', '160736.742500', '160737.202500', '160737.662500', '160738.122500', '160738.582500', '160739.042500', '160739.502500', '160739.962500', '160740.422500', '160740.882500', '160741.342500', '160741.802500', '160742.262500', '160742.722500', '160743.182500', '160743.642500', '160744.102500', '160744.562500', '160745.022500', '160745.482500', '160745.942500', '160746.402500', '160746.862500', '160747.322500', '160747.782500', '160748.242500', '160748.702500', '160749.162500', '160749.622500', '160750.082500', '160750.542500', '160751.002500', '160751.462500', '160751.922500', '160752.382500', '160752.842500', '160753.302500', '160753.762500', '160754.222500', '160754.682500', '160755.142500', '160755.602500', '160756.062500', '160756.522500', '160756.982500', '160757.442500', '160757.902500', '160758.362500', '160758.822500', '160759.282500', '160759.742500', '160800.202500', '160800.662500', '160801.122500', '160801.582500', '160802.042500', '160802.502500', '160802.962500', '160803.422500', '160803.882500', '160804.342500', '160804.802500', '160805.262500', '160805.722500', '160806.182500', '160806.642500', '160807.102500', '160807.562500', '160808.022500', '160808.482500', '160808.942500', '160809.402500', '160809.862500', '160810.322500', '160810.782500', '160811.242500', '160811.702500', '160812.162500', '160812.622500', '160813.082500', '160813.542500', '160814.002500', '160814.462500', '160814.922500', '160815.382500', '160815.842500', '160816.302500', '160816.762500', '160817.222500', '160817.682500', '160818.142500', '160818.602500', '160819.062500', '160819.522500', '160819.982500', '160820.442500', '160820.902500', '160821.362500', '160821.822500', '160822.282500', '160822.742500', '160823.202500', '160823.662500', '160824.122500', '160824.582500', '160825.042500', '160825.502500', '160825.962500', '160826.422500', '160826.882500', '160827.342500', '160827.802500', '160828.262500', '160828.722500', '160829.182500', '160829.642500', '160830.102500', '160830.562500', '160831.022500', '160831.482500', '160831.942500', '160832.402500', '160832.862500', '160833.322500', '160833.782500', '160834.242500', '160834.702500', '160835.162500', '160835.622500', '160836.082500', '160836.542500', '160837.002500', '160837.462500', '160837.922500', '160838.382500', '160838.842500', '160839.302500', '160839.762500', '160840.222500', '160840.682500', '160841.142500', '160841.602500', '160842.062500', '160842.522500', '160842.982500', '160843.442500', '160843.902500', '160844.362500', '160844.822500', '160845.282500', '160845.742500', '160846.202500', '160846.662500', '160847.122500', '160847.582500', '160848.042500', '160848.502500', '160848.962500', '160849.422500', '160849.882500', '160850.342500', '160850.802500', '160851.262500', '160851.722500', '160852.182500', '160852.642500', '160853.102500', '160853.562500', '160854.022500', '160854.482500', '160854.942500', '160855.402500', '160855.862500', '160856.322500', '160856.782500', '160857.242500', '160857.702500', '160858.162500', '160858.622500', '160859.082500', '160859.542500', '160900.002500', '160900.462500', '160900.922500', '160901.382500', '160901.842500', '160902.302500', '160902.762500', '160903.222500', '160903.682500', '160904.142500', '160904.602500', '160905.062500', '160905.522500', '160905.982500', '160906.442500', '160906.902500', '160907.362500', '160907.822500', '160908.282500', '160908.742500', '160909.202500', '160909.662500', '160910.122500', '160910.582500', '160911.042500', '160911.502500', '160911.962500', '160912.422500', '160912.882500', '160913.342500', '160913.802500', '160914.262500', '160914.722500', '160915.182500', '160915.642500', '160916.102500', '160916.562500', '160917.022500', '160917.482500', '160917.942500', '160918.402500', '160918.862500', '160919.322500', '160919.782500', '160920.242500', '160920.702500', '160921.162500', '160921.622500', '160922.082500', '160922.542500', '160923.002500', '160923.462500', '160923.922500', '160924.382500', '160924.842500', '160925.302500', '160925.762500', '160926.222500', '160926.682500', '160927.142500', '160927.602500', '160928.062500', '160928.522500', '160928.982500', '160929.442500', '160929.902500', '160930.362500', '160930.822500', '160931.282500', '160931.742500', '160932.202500', '160932.662500', '160933.122500', '160933.582500', '160934.042500', '160934.502500', '160934.962500', '160935.422500', '160935.882500', '160936.342500', '160936.802500', '160937.262500', '160937.722500', '160938.182500', '160938.642500', '160939.102500', '160939.562500', '160940.022500', '160940.482500', '160940.942500', '160941.402500', '160941.862500', '160942.322500', '160942.782500', '160943.242500', '160943.702500', '160944.162500', '160944.622500', '160945.082500', '160945.542500', '160946.002500', '160946.462500', '160946.922500', '160947.382500', '160947.842500', '160948.302500', '160948.762500', '160949.222500', '160949.682500', '160950.142500', '160950.602500', '160951.062500', '160951.522500', '160951.982500', '160952.442500', '160952.902500', '160953.362500', '160953.822500', '160954.282500', '160954.742500', '160955.202500', '160955.662500', '160956.122500', '160956.582500', '160957.042500', '160957.502500', '160957.962500', '160958.422500', '160958.882500', '160959.342500', '160959.802500', '161000.262500', '161000.722500', '161001.182500', '161001.642500', '161002.102500', '161002.562500', '161003.022500', '161003.482500', '161003.942500', '161004.402500', '161004.862500', '161005.322500', '161005.782500', '161006.242500', '161006.702500', '161007.162500', '161007.622500', '161008.082500', '161008.542500', '161009.002500', '161009.462500', '161009.922500', '161010.382500', '161010.842500', '161011.302500', '161011.762500', '161012.222500', '161012.682500', '161013.142500', '161013.602500', '161014.062500', '161014.522500', '161014.982500', '161015.442500', '161015.902500', '161016.362500', '161016.822500', '161017.282500', '161017.742500', '161018.202500', '161018.662500', '161019.122500', '161019.582500', '161020.042500', '161020.502500', '161020.962500', '161021.422500', '161021.882500', '161022.342500', '161022.802500', '161023.262500', '161023.722500', '161024.182500', '161024.642500', '161025.102500', '161025.562500', '161026.022500', '161026.482500', '161026.942500', '161027.402500', '161027.862500', '161028.322500', '161028.782500', '161029.242500', '161029.702500', '161030.162500', '161030.622500', '161031.082500', '161031.542500', '161032.002500', '161032.462500', '161032.922500', '161033.382500', '161033.842500', '161034.302500', '161034.762500', '161035.222500', '161035.682500', '161036.142500', '161036.602500', '161037.062500', '161037.522500', '161037.982500', '161038.442500', '161038.902500', '161039.362500', '161039.822500', '161040.282500', '161040.742500', '161041.202500', '161041.662500', '161042.122500', '161042.582500', '161043.042500', '161043.502500', '161043.962500', '161044.422500', '161044.882500', '161045.342500', '161045.802500', '161046.262500', '161046.722500', '161047.182500', '161047.642500', '161048.102500', '161048.562500', '161049.022500', '161049.482500', '161049.942500', '161050.402500', '161050.862500', '161051.322500', '161051.782500', '161052.242500', '161052.702500', '161053.162500', '161053.622500', '161054.082500', '161054.542500', '161055.002500', '161055.462500', '161055.922500', '161056.382500', '161056.842500', '161057.302500', '161057.762500', '161058.222500', '161058.682500', '161059.142500', '161059.602500', '161100.062500', '161100.522500', '161100.982500', '161101.442500', '161101.902500', '161102.362500', '161102.822500', '161103.282500', '161103.742500', '161104.202500', '161104.662500', '161105.122500', '161105.582500', '161106.042500', '161106.502500', '161106.962500', '161107.422500', '161107.882500', '161108.342500', '161108.802500', '161109.262500', '161109.722500', '161110.182500', '161110.642500', '161111.102500', '161111.562500', '161112.022500', '161112.482500', '161112.942500', '161113.402500', '161113.862500', '161114.322500', '161114.782500', '161115.242500', '161115.702500', '161116.162500', '161116.622500', '161117.082500', '161117.542500', '161118.002500', '161118.462500', '161118.922500', '161119.382500', '161119.842500'], 'ContentTime': ['160500.475000', '160500.479000', '160500.482000', '160500.485000', '160500.488000', '160500.490000', '160500.493000', '160500.496000', '160500.499000', '160500.502000', '160500.504000', '160500.507000', '160500.510000', '160500.513000', '160500.516000', '160500.518000', '160500.521000', '160500.524000', '160500.537000', '160500.540000', '160500.543000', '160500.545000', '160500.548000', '160500.551000', '160500.554000', '160500.557000', '160500.559000', '160500.562000', '160500.565000', '160500.568000', '160500.571000', '160500.574000', '160500.576000', '160500.582000', '160500.584000', '160500.587000', '160500.590000', '160500.593000', '160500.595000', '160500.604000', '160500.607000', '160500.609000', '160500.612000', '160500.615000', '160500.618000', '160520.447000', '160520.450000', '160520.453000', '160520.455000', '160520.458000', '160520.461000', '160520.464000', '160520.467000', '160520.469000', '160520.472000', '160520.475000', '160520.478000', '160520.481000', '160520.483000', '160520.486000', '160520.489000', '160520.492000', '160520.495000', '160520.499000', '160520.501000', '160520.504000', '160520.507000', '160520.510000', '160520.513000', '160520.516000', '160520.518000', '160520.521000', '160520.524000', '160520.527000', '160520.530000', '160520.532000', '160520.535000', '160520.538000', '160520.541000', '160520.543000', '160520.546000', '160520.549000', '160520.552000', '160520.555000', '160520.557000', '160520.560000', '160520.563000', '160520.566000', '160540.447000', '160540.450000', '160540.453000', '160540.455000', '160540.458000', '160540.461000', '160540.464000', '160540.467000', '160540.469000', '160540.472000', '160540.490000', '160540.492000', '160540.495000', '160540.498000', '160540.501000', '160540.504000', '160540.506000', '160540.509000', '160540.512000', '160540.515000', '160540.518000', '160540.520000', '160540.523000', '160540.526000', '160540.529000', '160540.532000', '160540.534000', '160540.537000', '160540.540000', '160540.543000', '160540.546000', '160540.548000', '160540.551000', '160540.554000', '160540.557000', '160540.560000', '160540.563000', '160540.565000', '160540.576000', '160540.579000', '160540.582000', '160540.585000', '160540.587000', '160540.590000', '160600.446000', '160600.449000', '160600.452000', '160600.454000', '160600.457000', '160600.460000', '160600.463000', '160600.466000', '160600.469000', '160600.471000', '160600.474000', '160600.477000', '160600.480000', '160600.482000', '160600.485000', '160600.488000', '160600.491000', '160600.494000', '160600.496000', '160600.499000', '160600.502000', '160600.506000', '160600.511000', '160600.514000', '160600.517000', '160600.519000', '160600.522000', '160600.525000', '160600.528000', '160600.531000', '160600.533000', '160600.536000', '160600.539000', '160600.542000', '160600.545000', '160600.547000', '160600.559000', '160600.562000', '160600.565000', '160600.567000', '160600.570000', '160600.573000', '160600.576000', '160620.446000', '160620.449000', '160620.452000', '160620.455000', '160620.457000', '160620.460000', '160620.463000', '160620.466000', '160620.469000', '160620.472000', '160620.474000', '160620.477000', '160620.480000', '160620.483000', '160620.486000', '160620.488000', '160620.491000', '160620.494000', '160620.497000', '160620.500000', '160620.502000', '160620.505000', '160620.508000', '160620.511000', '160620.514000', '160620.517000', '160620.519000', '160620.522000', '160620.525000', '160620.528000', '160620.531000', '160620.540000', '160620.543000', '160620.546000', '160620.549000', '160620.552000', '160620.554000', '160620.557000', '160620.560000', '160620.563000', '160620.566000', '160620.569000', '160620.571000', '160620.574000', '160640.446000', '160640.449000', '160640.452000', '160640.454000', '160640.457000', '160640.460000', '160640.463000', '160640.466000', '160640.469000', '160640.473000', '160640.476000', '160640.479000', '160640.481000', '160640.484000', '160640.487000', '160640.490000', '160640.493000', '160640.495000', '160640.498000', '160640.501000', '160640.504000', '160640.507000', '160640.509000', '160640.512000', '160640.515000', '160640.518000', '160640.521000', '160640.524000', '160640.527000', '160640.532000', '160640.535000', '160640.538000', '160640.540000', '160640.543000', '160640.546000', '160640.549000', '160640.552000', '160640.555000', '160640.557000', '160640.560000', '160640.563000', '160640.566000', '160640.574000', '160700.446000', '160700.449000', '160700.452000', '160700.455000', '160700.457000', '160700.460000', '160700.463000', '160700.466000', '160700.469000', '160700.471000', '160700.474000', '160700.477000', '160700.480000', '160700.483000', '160700.485000', '160700.488000', '160700.491000', '160700.494000', '160700.497000', '160700.500000', '160700.502000', '160700.505000', '160700.508000', '160700.511000', '160700.514000', '160700.517000', '160700.519000', '160700.522000', '160700.525000', '160700.528000', '160700.531000', '160700.533000', '160700.536000', '160700.539000', '160700.542000', '160700.545000', '160700.547000', '160700.550000', '160700.553000', '160700.556000', '160700.559000', '160700.562000', '160700.564000', '160700.567000', '160720.447000', '160720.450000', '160720.453000', '160720.456000', '160720.458000', '160720.474000', '160720.477000', '160720.480000', '160720.483000', '160720.486000', '160720.488000', '160720.491000', '160720.494000', '160720.497000', '160720.500000', '160720.502000', '160720.505000', '160720.508000', '160720.511000', '160720.513000', '160720.516000', '160720.519000', '160720.522000', '160720.525000', '160720.527000', '160720.530000', '160720.533000', '160720.536000', '160720.539000', '160720.541000', '160720.544000', '160720.547000', '160720.550000', '160720.553000', '160720.556000', '160720.558000', '160720.561000', '160720.564000', '160720.567000', '160720.570000', '160720.573000', '160720.575000', '160720.578000', '160740.447000', '160740.450000', '160740.453000', '160740.455000', '160740.458000', '160740.461000', '160740.464000', '160740.467000', '160740.470000', '160740.472000', '160740.475000', '160740.478000', '160740.481000', '160740.484000', '160740.486000', '160740.489000', '160740.492000', '160740.495000', '160740.498000', '160740.501000', '160740.504000', '160740.506000', '160740.509000', '160740.512000', '160740.515000', '160740.518000', '160740.521000', '160740.523000', '160740.526000', '160740.529000', '160740.532000', '160740.535000', '160740.537000', '160740.540000', '160740.543000', '160740.546000', '160740.549000', '160740.552000', '160740.554000', '160740.557000', '160740.560000', '160740.563000', '160740.566000', '160740.569000', '160800.447000', '160800.450000', '160800.453000', '160800.456000', '160800.458000', '160800.461000', '160800.464000', '160800.467000', '160800.470000', '160800.472000', '160800.475000', '160800.478000', '160800.481000', '160800.484000', '160800.486000', '160800.489000', '160800.492000', '160800.495000', '160800.498000', '160800.501000', '160800.504000', '160800.506000', '160800.510000', '160800.513000', '160800.516000', '160800.519000', '160800.522000', '160800.525000', '160800.527000', '160800.530000', '160800.533000', '160800.536000', '160800.539000', '160800.542000', '160800.544000', '160800.547000', '160800.550000', '160800.553000', '160800.556000', '160800.558000', '160800.561000', '160800.564000', '160800.567000', '160820.446000', '160820.449000', '160820.452000', '160820.455000', '160820.457000', '160820.460000', '160820.463000', '160820.466000', '160820.469000', '160820.472000', '160820.475000', '160820.478000', '160820.481000', '160820.484000', '160820.487000', '160820.490000', '160820.492000', '160820.495000', '160820.498000', '160820.501000', '160820.504000', '160820.507000', '160820.509000', '160820.512000', '160820.515000', '160820.518000', '160820.521000', '160820.523000', '160820.526000', '160820.529000', '160820.532000', '160820.535000', '160820.538000', '160820.541000', '160820.543000', '160820.546000', '160820.549000', '160820.552000', '160820.555000', '160820.557000', '160820.560000', '160820.563000', '160820.566000', '160820.569000', '160840.446000', '160840.449000', '160840.452000', '160840.455000', '160840.457000', '160840.460000', '160840.463000', '160840.466000', '160840.469000', '160840.472000', '160840.474000', '160840.477000', '160840.480000', '160840.483000', '160840.486000', '160840.489000', '160840.491000', '160840.494000', '160840.497000', '160840.500000', '160840.503000', '160840.506000', '160840.508000', '160840.511000', '160840.514000', '160840.517000', '160840.520000', '160840.522000', '160840.525000', '160840.528000', '160840.539000', '160840.542000', '160840.545000', '160840.548000', '160840.550000', '160840.553000', '160840.556000', '160840.559000', '160840.562000', '160840.564000', '160840.567000', '160840.570000', '160840.573000', '160900.446000', '160900.449000', '160900.452000', '160900.455000', '160900.457000', '160900.460000', '160900.463000', '160900.466000', '160900.469000', '160900.471000', '160900.474000', '160900.477000', '160900.480000', '160900.483000', '160900.486000', '160900.488000', '160900.491000', '160900.494000', '160900.497000', '160900.500000', '160900.503000', '160900.505000', '160900.508000', '160900.511000', '160900.514000', '160900.517000', '160900.520000', '160900.522000', '160900.525000', '160900.528000', '160900.531000', '160900.534000', '160900.537000', '160900.539000', '160900.542000', '160900.545000', '160900.548000', '160900.551000', '160900.553000', '160900.556000', '160900.559000', '160900.562000', '160900.565000', '160900.567000', '160920.446000', '160920.449000', '160920.452000', '160920.455000', '160920.457000', '160920.460000', '160920.463000', '160920.466000', '160920.469000', '160920.471000', '160920.474000', '160920.477000', '160920.480000', '160920.483000', '160920.486000', '160920.488000', '160920.491000', '160920.494000', '160920.497000', '160920.500000', '160920.502000', '160920.505000', '160920.508000', '160920.511000', '160920.514000', '160920.517000', '160920.520000', '160920.522000', '160920.525000', '160920.528000', '160920.531000', '160920.534000', '160920.536000', '160920.539000', '160920.542000', '160920.545000', '160920.549000', '160920.552000', '160920.555000', '160920.558000', '160920.560000', '160920.563000', '160920.566000', '160940.447000', '160940.450000', '160940.453000', '160940.455000', '160940.458000', '160940.461000', '160940.464000', '160940.467000', '160940.470000', '160940.472000', '160940.475000', '160940.478000', '160940.481000', '160940.484000', '160940.487000', '160940.490000', '160940.492000', '160940.495000', '160940.498000', '160940.501000', '160940.504000', '160940.506000', '160940.509000', '160940.512000', '160940.515000', '160940.518000', '160940.521000', '160940.523000', '160940.526000', '160940.529000', '160940.532000', '160940.535000', '160940.538000', '160940.540000', '160940.543000', '160940.546000', '160940.549000', '160940.552000', '160940.555000', '160940.557000', '160940.560000', '160940.563000', '160940.566000', '160940.569000', '161000.447000', '161000.450000', '161000.453000', '161000.455000', '161000.458000', '161000.461000', '161000.464000', '161000.467000', '161000.470000', '161000.472000', '161000.475000', '161000.478000', '161000.481000', '161000.484000', '161000.487000', '161000.490000', '161000.492000', '161000.495000', '161000.498000', '161000.501000', '161000.504000', '161000.507000', '161000.509000', '161000.512000', '161000.515000', '161000.518000', '161000.521000', '161000.523000', '161000.526000', '161000.529000', '161000.532000', '161000.535000', '161000.538000', '161000.540000', '161000.543000', '161000.546000', '161000.549000', '161000.552000', '161000.554000', '161000.557000', '161000.560000', '161000.563000', '161000.566000', '161020.447000', '161020.450000', '161020.453000', '161020.455000', '161020.458000', '161020.461000', '161020.464000', '161020.467000', '161020.480000', '161020.482000', '161020.485000', '161020.488000', '161020.491000', '161020.494000', '161020.497000', '161020.499000', '161020.502000', '161020.505000', '161020.508000', '161020.511000', '161020.514000', '161020.516000', '161020.519000', '161020.522000', '161020.525000', '161020.528000', '161020.530000', '161020.533000', '161020.536000', '161020.539000', '161020.542000', '161020.545000', '161020.547000', '161020.550000', '161020.553000', '161020.556000', '161020.559000', '161020.561000', '161020.564000', '161020.567000', '161020.570000', '161020.573000', '161020.576000', '161020.579000', '161040.446000', '161040.449000', '161040.452000', '161040.455000', '161040.457000', '161040.460000', '161040.463000', '161040.466000', '161040.469000', '161040.471000', '161040.474000', '161040.477000', '161040.480000', '161040.483000', '161040.486000', '161040.488000', '161040.491000', '161040.494000', '161040.497000', '161040.500000', '161040.502000', '161040.507000', '161040.510000', '161040.513000', '161040.516000', '161040.519000', '161040.521000', '161040.524000', '161040.527000', '161040.530000', '161040.533000', '161040.536000', '161040.538000', '161040.541000', '161040.544000', '161040.547000', '161040.550000', '161040.553000', '161040.555000', '161040.558000', '161040.561000', '161040.564000', '161040.567000', '161100.446000', '161100.449000', '161100.452000', '161100.455000', '161100.457000', '161100.460000', '161100.463000', '161100.466000', '161100.469000', '161100.471000', '161100.474000', '161100.477000', '161100.480000', '161100.483000', '161100.485000', '161100.488000', '161100.491000', '161100.494000', '161100.497000', '161100.499000', '161100.502000', '161100.505000', '161100.508000', '161100.511000', '161100.514000', '161100.517000', '161100.519000', '161100.522000', '161100.525000', '161100.528000', '161100.531000', '161100.533000', '161100.536000', '161100.539000', '161100.542000', '161100.545000', '161100.548000', '161100.550000', '161100.553000', '161100.556000', '161100.559000', '161100.562000', '161100.565000', '161100.568000', '161120.446000', '161120.449000', '161120.452000', '161120.455000', '161120.457000', '161120.460000', '161120.463000', '161120.466000', '161120.469000', '161120.472000', '161120.474000', '161120.477000', '161120.480000', '161120.483000', '161120.486000', '161120.489000', '161120.492000', '161120.494000', '161120.497000', '161120.500000', '161120.503000', '161120.506000', '161120.508000', '161120.511000', '161120.514000', '161120.517000', '161120.520000', '161120.523000', '161120.526000', '161120.528000', '161120.531000', '161120.534000', '161120.537000', '161120.540000', '161120.542000', '161120.545000', '161120.548000', '161120.551000', '161120.554000', '161120.557000', '161120.559000', '161120.562000', '161120.565000', '161120.726000'], 'InstanceCreationTime': ['160500.475000', '160500.479000', '160500.482000', '160500.485000', '160500.488000', '160500.490000', '160500.493000', '160500.496000', '160500.499000', '160500.502000', '160500.504000', '160500.507000', '160500.510000', '160500.513000', '160500.516000', '160500.518000', '160500.521000', '160500.524000', '160500.537000', '160500.540000', '160500.543000', '160500.545000', '160500.548000', '160500.551000', '160500.554000', '160500.557000', '160500.559000', '160500.562000', '160500.565000', '160500.568000', '160500.571000', '160500.574000', '160500.576000', '160500.582000', '160500.584000', '160500.587000', '160500.590000', '160500.593000', '160500.595000', '160500.604000', '160500.607000', '160500.609000', '160500.612000', '160500.615000', '160500.618000', '160520.447000', '160520.450000', '160520.453000', '160520.455000', '160520.458000', '160520.461000', '160520.464000', '160520.467000', '160520.469000', '160520.472000', '160520.475000', '160520.478000', '160520.481000', '160520.483000', '160520.486000', '160520.489000', '160520.492000', '160520.495000', '160520.499000', '160520.501000', '160520.504000', '160520.507000', '160520.510000', '160520.513000', '160520.516000', '160520.518000', '160520.521000', '160520.524000', '160520.527000', '160520.530000', '160520.532000', '160520.535000', '160520.538000', '160520.541000', '160520.543000', '160520.546000', '160520.549000', '160520.552000', '160520.555000', '160520.557000', '160520.560000', '160520.563000', '160520.566000', '160540.447000', '160540.450000', '160540.453000', '160540.455000', '160540.458000', '160540.461000', '160540.464000', '160540.467000', '160540.469000', '160540.472000', '160540.490000', '160540.492000', '160540.495000', '160540.498000', '160540.501000', '160540.504000', '160540.506000', '160540.509000', '160540.512000', '160540.515000', '160540.518000', '160540.520000', '160540.523000', '160540.526000', '160540.529000', '160540.532000', '160540.534000', '160540.537000', '160540.540000', '160540.543000', '160540.546000', '160540.548000', '160540.551000', '160540.554000', '160540.557000', '160540.560000', '160540.563000', '160540.565000', '160540.576000', '160540.579000', '160540.582000', '160540.585000', '160540.587000', '160540.590000', '160600.446000', '160600.449000', '160600.452000', '160600.454000', '160600.457000', '160600.460000', '160600.463000', '160600.466000', '160600.469000', '160600.471000', '160600.474000', '160600.477000', '160600.480000', '160600.482000', '160600.485000', '160600.488000', '160600.491000', '160600.494000', '160600.496000', '160600.499000', '160600.502000', '160600.506000', '160600.511000', '160600.514000', '160600.517000', '160600.519000', '160600.522000', '160600.525000', '160600.528000', '160600.531000', '160600.533000', '160600.536000', '160600.539000', '160600.542000', '160600.545000', '160600.547000', '160600.559000', '160600.562000', '160600.565000', '160600.567000', '160600.570000', '160600.573000', '160600.576000', '160620.446000', '160620.449000', '160620.452000', '160620.455000', '160620.457000', '160620.460000', '160620.463000', '160620.466000', '160620.469000', '160620.472000', '160620.474000', '160620.477000', '160620.480000', '160620.483000', '160620.486000', '160620.488000', '160620.491000', '160620.494000', '160620.497000', '160620.500000', '160620.502000', '160620.505000', '160620.508000', '160620.511000', '160620.514000', '160620.517000', '160620.519000', '160620.522000', '160620.525000', '160620.528000', '160620.531000', '160620.540000', '160620.543000', '160620.546000', '160620.549000', '160620.552000', '160620.554000', '160620.557000', '160620.560000', '160620.563000', '160620.566000', '160620.569000', '160620.571000', '160620.574000', '160640.446000', '160640.449000', '160640.452000', '160640.454000', '160640.457000', '160640.460000', '160640.463000', '160640.466000', '160640.469000', '160640.473000', '160640.476000', '160640.479000', '160640.481000', '160640.484000', '160640.487000', '160640.490000', '160640.493000', '160640.495000', '160640.498000', '160640.501000', '160640.504000', '160640.507000', '160640.509000', '160640.512000', '160640.515000', '160640.518000', '160640.521000', '160640.524000', '160640.527000', '160640.532000', '160640.535000', '160640.538000', '160640.540000', '160640.543000', '160640.546000', '160640.549000', '160640.552000', '160640.555000', '160640.557000', '160640.560000', '160640.563000', '160640.566000', '160640.574000', '160700.446000', '160700.449000', '160700.452000', '160700.455000', '160700.457000', '160700.460000', '160700.463000', '160700.466000', '160700.469000', '160700.471000', '160700.474000', '160700.477000', '160700.480000', '160700.483000', '160700.485000', '160700.488000', '160700.491000', '160700.494000', '160700.497000', '160700.500000', '160700.502000', '160700.505000', '160700.508000', '160700.511000', '160700.514000', '160700.517000', '160700.519000', '160700.522000', '160700.525000', '160700.528000', '160700.531000', '160700.533000', '160700.536000', '160700.539000', '160700.542000', '160700.545000', '160700.547000', '160700.550000', '160700.553000', '160700.556000', '160700.559000', '160700.562000', '160700.564000', '160700.567000', '160720.447000', '160720.450000', '160720.453000', '160720.456000', '160720.458000', '160720.474000', '160720.477000', '160720.480000', '160720.483000', '160720.486000', '160720.488000', '160720.491000', '160720.494000', '160720.497000', '160720.500000', '160720.502000', '160720.505000', '160720.508000', '160720.511000', '160720.513000', '160720.516000', '160720.519000', '160720.522000', '160720.525000', '160720.527000', '160720.530000', '160720.533000', '160720.536000', '160720.539000', '160720.541000', '160720.544000', '160720.547000', '160720.550000', '160720.553000', '160720.556000', '160720.558000', '160720.561000', '160720.564000', '160720.567000', '160720.570000', '160720.573000', '160720.575000', '160720.578000', '160740.447000', '160740.450000', '160740.453000', '160740.455000', '160740.458000', '160740.461000', '160740.464000', '160740.467000', '160740.470000', '160740.472000', '160740.475000', '160740.478000', '160740.481000', '160740.484000', '160740.486000', '160740.489000', '160740.492000', '160740.495000', '160740.498000', '160740.501000', '160740.504000', '160740.506000', '160740.509000', '160740.512000', '160740.515000', '160740.518000', '160740.521000', '160740.523000', '160740.526000', '160740.529000', '160740.532000', '160740.535000', '160740.537000', '160740.540000', '160740.543000', '160740.546000', '160740.549000', '160740.552000', '160740.554000', '160740.557000', '160740.560000', '160740.563000', '160740.566000', '160740.569000', '160800.447000', '160800.450000', '160800.453000', '160800.456000', '160800.458000', '160800.461000', '160800.464000', '160800.467000', '160800.470000', '160800.472000', '160800.475000', '160800.478000', '160800.481000', '160800.484000', '160800.486000', '160800.489000', '160800.492000', '160800.495000', '160800.498000', '160800.501000', '160800.504000', '160800.506000', '160800.510000', '160800.513000', '160800.516000', '160800.519000', '160800.522000', '160800.525000', '160800.527000', '160800.530000', '160800.533000', '160800.536000', '160800.539000', '160800.542000', '160800.544000', '160800.547000', '160800.550000', '160800.553000', '160800.556000', '160800.558000', '160800.561000', '160800.564000', '160800.567000', '160820.446000', '160820.449000', '160820.452000', '160820.455000', '160820.457000', '160820.460000', '160820.463000', '160820.466000', '160820.469000', '160820.472000', '160820.475000', '160820.478000', '160820.481000', '160820.484000', '160820.487000', '160820.490000', '160820.492000', '160820.495000', '160820.498000', '160820.501000', '160820.504000', '160820.507000', '160820.509000', '160820.512000', '160820.515000', '160820.518000', '160820.521000', '160820.523000', '160820.526000', '160820.529000', '160820.532000', '160820.535000', '160820.538000', '160820.541000', '160820.543000', '160820.546000', '160820.549000', '160820.552000', '160820.555000', '160820.557000', '160820.560000', '160820.563000', '160820.566000', '160820.569000', '160840.446000', '160840.449000', '160840.452000', '160840.455000', '160840.457000', '160840.460000', '160840.463000', '160840.466000', '160840.469000', '160840.472000', '160840.474000', '160840.477000', '160840.480000', '160840.483000', '160840.486000', '160840.489000', '160840.491000', '160840.494000', '160840.497000', '160840.500000', '160840.503000', '160840.506000', '160840.508000', '160840.511000', '160840.514000', '160840.517000', '160840.520000', '160840.522000', '160840.525000', '160840.528000', '160840.539000', '160840.542000', '160840.545000', '160840.548000', '160840.550000', '160840.553000', '160840.556000', '160840.559000', '160840.562000', '160840.564000', '160840.567000', '160840.570000', '160840.573000', '160900.446000', '160900.449000', '160900.452000', '160900.455000', '160900.457000', '160900.460000', '160900.463000', '160900.466000', '160900.469000', '160900.471000', '160900.474000', '160900.477000', '160900.480000', '160900.483000', '160900.486000', '160900.488000', '160900.491000', '160900.494000', '160900.497000', '160900.500000', '160900.503000', '160900.505000', '160900.508000', '160900.511000', '160900.514000', '160900.517000', '160900.520000', '160900.522000', '160900.525000', '160900.528000', '160900.531000', '160900.534000', '160900.537000', '160900.539000', '160900.542000', '160900.545000', '160900.548000', '160900.551000', '160900.553000', '160900.556000', '160900.559000', '160900.562000', '160900.565000', '160900.567000', '160920.446000', '160920.449000', '160920.452000', '160920.455000', '160920.457000', '160920.460000', '160920.463000', '160920.466000', '160920.469000', '160920.471000', '160920.474000', '160920.477000', '160920.480000', '160920.483000', '160920.486000', '160920.488000', '160920.491000', '160920.494000', '160920.497000', '160920.500000', '160920.502000', '160920.505000', '160920.508000', '160920.511000', '160920.514000', '160920.517000', '160920.520000', '160920.522000', '160920.525000', '160920.528000', '160920.531000', '160920.534000', '160920.536000', '160920.539000', '160920.542000', '160920.545000', '160920.549000', '160920.552000', '160920.555000', '160920.558000', '160920.560000', '160920.563000', '160920.566000', '160940.447000', '160940.450000', '160940.453000', '160940.455000', '160940.458000', '160940.461000', '160940.464000', '160940.467000', '160940.470000', '160940.472000', '160940.475000', '160940.478000', '160940.481000', '160940.484000', '160940.487000', '160940.490000', '160940.492000', '160940.495000', '160940.498000', '160940.501000', '160940.504000', '160940.506000', '160940.509000', '160940.512000', '160940.515000', '160940.518000', '160940.521000', '160940.523000', '160940.526000', '160940.529000', '160940.532000', '160940.535000', '160940.538000', '160940.540000', '160940.543000', '160940.546000', '160940.549000', '160940.552000', '160940.555000', '160940.557000', '160940.560000', '160940.563000', '160940.566000', '160940.569000', '161000.447000', '161000.450000', '161000.453000', '161000.455000', '161000.458000', '161000.461000', '161000.464000', '161000.467000', '161000.470000', '161000.472000', '161000.475000', '161000.478000', '161000.481000', '161000.484000', '161000.487000', '161000.490000', '161000.492000', '161000.495000', '161000.498000', '161000.501000', '161000.504000', '161000.507000', '161000.509000', '161000.512000', '161000.515000', '161000.518000', '161000.521000', '161000.523000', '161000.526000', '161000.529000', '161000.532000', '161000.535000', '161000.538000', '161000.540000', '161000.543000', '161000.546000', '161000.549000', '161000.552000', '161000.554000', '161000.557000', '161000.560000', '161000.563000', '161000.566000', '161020.447000', '161020.450000', '161020.453000', '161020.455000', '161020.458000', '161020.461000', '161020.464000', '161020.467000', '161020.480000', '161020.482000', '161020.485000', '161020.488000', '161020.491000', '161020.494000', '161020.497000', '161020.499000', '161020.502000', '161020.505000', '161020.508000', '161020.511000', '161020.514000', '161020.516000', '161020.519000', '161020.522000', '161020.525000', '161020.528000', '161020.530000', '161020.533000', '161020.536000', '161020.539000', '161020.542000', '161020.545000', '161020.547000', '161020.550000', '161020.553000', '161020.556000', '161020.559000', '161020.561000', '161020.564000', '161020.567000', '161020.570000', '161020.573000', '161020.576000', '161020.579000', '161040.446000', '161040.449000', '161040.452000', '161040.455000', '161040.457000', '161040.460000', '161040.463000', '161040.466000', '161040.469000', '161040.471000', '161040.474000', '161040.477000', '161040.480000', '161040.483000', '161040.486000', '161040.488000', '161040.491000', '161040.494000', '161040.497000', '161040.500000', '161040.502000', '161040.507000', '161040.510000', '161040.513000', '161040.516000', '161040.519000', '161040.521000', '161040.524000', '161040.527000', '161040.530000', '161040.533000', '161040.536000', '161040.538000', '161040.541000', '161040.544000', '161040.547000', '161040.550000', '161040.553000', '161040.555000', '161040.558000', '161040.561000', '161040.564000', '161040.567000', '161100.446000', '161100.449000', '161100.452000', '161100.455000', '161100.457000', '161100.460000', '161100.463000', '161100.466000', '161100.469000', '161100.471000', '161100.474000', '161100.477000', '161100.480000', '161100.483000', '161100.485000', '161100.488000', '161100.491000', '161100.494000', '161100.497000', '161100.499000', '161100.502000', '161100.505000', '161100.508000', '161100.511000', '161100.514000', '161100.517000', '161100.519000', '161100.522000', '161100.525000', '161100.528000', '161100.531000', '161100.533000', '161100.536000', '161100.539000', '161100.542000', '161100.545000', '161100.548000', '161100.550000', '161100.553000', '161100.556000', '161100.559000', '161100.562000', '161100.565000', '161100.568000', '161120.446000', '161120.449000', '161120.452000', '161120.455000', '161120.457000', '161120.460000', '161120.463000', '161120.466000', '161120.469000', '161120.472000', '161120.474000', '161120.477000', '161120.480000', '161120.483000', '161120.486000', '161120.489000', '161120.492000', '161120.494000', '161120.497000', '161120.500000', '161120.503000', '161120.506000', '161120.508000', '161120.511000', '161120.514000', '161120.517000', '161120.520000', '161120.523000', '161120.526000', '161120.528000', '161120.531000', '161120.534000', '161120.537000', '161120.540000', '161120.542000', '161120.545000', '161120.548000', '161120.551000', '161120.554000', '161120.557000', '161120.559000', '161120.562000', '161120.565000', '161120.726000'], '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': [11405, 10747, 11980, 10784, 12640, 11407, 11717, 12052, 10755, 12484, 11029, 12332, 11569, 10982, 12410, 10740, 12750, 11200, 10837, 12107, 10992, 13087, 11211, 10650, 12739, 11099, 12036, 11237, 10660, 11895, 11192, 12127, 11392, 10650, 10964, 10945, 12123, 11461, 10685, 11873, 11084, 12040, 11178, 10660, 11465, 10998, 11580, 11082, 11998, 11389, 10742, 12444, 11142, 13930, 11539, 10747, 12233, 11342, 12492, 11747, 10882, 12589, 11468, 12205, 11764, 10860, 12220, 11163, 11752, 11347, 12116, 11033, 13068, 11440, 10858, 12565, 11232, 10901, 11529, 10984, 12871, 11675, 10930, 12689, 11213, 13775, 11526, 11106, 12235, 11427, 12041, 11858, 11037, 11965, 11479, 10556, 12007, 11262, 11649, 11799, 10741, 11476, 11280, 14188, 11536, 10829, 11970, 11251, 12866, 11977, 10990, 12063, 11721, 11178, 11763, 11315, 14174, 11575, 10698, 12515, 11672, 10909, 11245, 11264, 12719, 11907, 10952, 11815, 11509, 11299, 12099, 10967, 11081, 11720, 10701, 11532, 11216, 12664, 11757, 11034, 11782, 11145, 11397, 12014, 11031, 11551, 11462, 11324, 12081, 11274, 11557, 11351, 11780, 12058, 11031, 12368, 11475, 11260, 13414, 11107, 13958, 11443, 10418, 13414, 11097, 11998, 11719, 10683, 11964, 11089, 11898, 11797, 10774, 11940, 11142, 11335, 11505, 11846, 11958, 10917, 11776, 11614, 10657, 13665, 11160, 12788, 11780, 10601, 13197, 11288, 13492, 11547, 10589, 12602, 11442, 12718, 11687, 10608, 12482, 11453, 11165, 11993, 10866, 11869, 11536, 10851, 12119, 10902, 11539, 11485, 11126, 11689, 11124, 12464, 11601, 10908, 12163, 11395, 11873, 11374, 11806, 11606, 11496, 12025, 11229, 11314, 11903, 10990, 12892, 11599, 11821, 12033, 11062, 13320, 11802, 10820, 13985, 11482, 11636, 12102, 11230, 11335, 11567, 10483, 12587, 11163, 11274, 11628, 10468, 12759, 11283, 11203, 11720, 10974, 11773, 10383, 11852, 11636, 11462, 12253, 13277, 11427, 11431, 11726, 10725, 12429, 11767, 10622, 13777, 11147, 13043, 11909, 10605, 12594, 11452, 11326, 11884, 10849, 11564, 11239, 12358, 11759, 10253, 11668, 11684, 11455, 11930, 12880, 11180, 12193, 11807, 10683, 12492, 11364, 12169, 11177, 11309, 10984, 13719, 11669, 11006, 13502, 11561, 10955, 12822, 11208, 11756, 11583, 10579, 13366, 11078, 11912, 11244, 11597, 11224, 12826, 11586, 10674, 12975, 11256, 10925, 11572, 10283, 11817, 10740, 13112, 11349, 11502, 11109, 11634, 11020, 13205, 11705, 10613, 14339, 10993, 13182, 11616, 10541, 12089, 10912, 11813, 11729, 11113, 11796, 10652, 12052, 11199, 11950, 11643, 10401, 11920, 11341, 11768, 10870, 11548, 12041, 13493, 10909, 14418, 11746, 10746, 13655, 11068, 12706, 11652, 10710, 13003, 11218, 11648, 11605, 11215, 12267, 10951, 11842, 11192, 13040, 11635, 10942, 11438, 11273, 11030, 11746, 11215, 12759, 11150, 12648, 11756, 10641, 13345, 11357, 11691, 11669, 12285, 12211, 10928, 12829, 11431, 11752, 11645, 10644, 12986, 11450, 11984, 11711, 10747, 12194, 11446, 12419, 11719, 10502, 12813, 11315, 12138, 10558, 11666, 11337, 12775, 11382, 12525, 11615, 10595, 13713, 11093, 11793, 11588, 10747, 11791, 11510, 12240, 10849, 12779, 11286, 11820, 11616, 11882, 11094, 13990, 11431, 10857, 14424, 11191, 12320, 11576, 11827, 12039, 11085, 12195, 11595, 11720, 11904, 11555, 11665, 11236, 13319, 13391, 11090, 14307, 11445, 11737, 11630, 10581, 13696, 11434, 12654, 11769, 10476, 13213, 10914, 13987, 11658, 10504, 12165, 10820, 10477, 11703, 10589, 11944, 10626, 11815, 11213, 12991, 11607, 10509, 11426, 10993, 11879, 11684, 10602, 11860, 10955, 11458, 11377, 11415, 11895, 10980, 11643, 11265, 12308, 11816, 11036, 12105, 11074, 13028, 11902, 10964, 12498, 11214, 12432, 11873, 11008, 11737, 11273, 11492, 12214, 11258, 11783, 11447, 11438, 11921, 11294, 11928, 11434, 12091, 11749, 11145, 12358, 11274, 11923, 11898, 10918, 13191, 11660, 11801, 11976, 10801, 12922, 11578, 11454, 12616, 10899, 11478, 11675, 10560, 13064, 10765, 12241, 11496, 10487, 11904, 10375, 11411, 10510, 12548, 11241, 11891, 11589, 10539, 12717, 11244, 12227, 11797, 10840, 12067, 11167, 12196, 12024, 10952, 12808, 11097, 12691, 11776, 10794, 12657, 11251, 11251, 11661, 10620, 12798, 11359, 14047, 11488, 10489, 13464, 11075, 12361, 11419, 10400, 11453, 11313, 12167, 11075, 11394, 10467, 12479, 11553, 12487, 11886, 10851, 13365, 11290, 13171, 11728, 11543, 11723, 11781, 11847, 10990, 11562, 11581, 11757, 11776, 10919, 13498, 11608, 13404, 11714, 10829, 13910, 11763, 11679, 12086, 11063, 13649, 11344, 12514, 11902, 10971, 13500, 11029, 10632, 11811, 10698, 11971, 10884, 12905, 10989, 11929, 11772, 10773, 11514, 11534, 11101, 13069, 12968, 10744, 14465, 11239, 12063, 12070, 10898, 13473, 11159, 12443, 11304, 10144, 11250, 11461, 10775, 10997, 10416, 12733, 10585, 11258, 10173, 13272, 11418, 10416, 15211, 10480, 13632, 11281, 11503, 11641, 9984, 11463, 10023, 11581, 11136, 11395, 11517, 9939, 11702, 10945, 12630, 11390, 10034, 12359, 11092, 11117, 11419, 10384, 11844, 10569, 11136, 11701, 11002, 11692, 10608, 12441, 11668, 10433, 13710, 11101, 12209, 11628, 10424, 12595, 11221, 11966, 11783, 10483, 12556, 11432, 13281, 11720, 10526, 11918, 11462, 12248, 11909, 10748, 11628, 11008, 12759, 11635, 10205, 13688, 11247, 13128, 11674, 11539, 11442, 11726, 11346, 11752, 12449, 10743, 14299, 11315, 11369, 11925, 10737, 14208, 11135, 12533, 11501, 12042, 10868, 11699, 11052, 13006, 13835, 11243, 13776, 11283, 10553, 12440, 10679, 11515, 11234, 11092, 11857, 10503, 11815, 11111, 11439, 11394, 10120, 11812, 10894, 11273, 11285, 10537, 11649, 10525, 12766, 11081, 12572, 11519, 10233, 14076, 9603, 12131, 10017, 10034, 12901, 9616, 11907, 10762, 9738, 12215, 10150, 11181, 11078, 9991, 11405, 9909, 10894, 11123, 11458, 11394, 9924, 12923, 10540, 12268, 11349, 10245, 12586, 10782, 11923, 11577, 10407, 13209, 10700, 12105, 11638, 10603, 12356, 10525, 11857, 11675, 11162, 12634, 10677, 11770, 11356, 11325, 12738, 10552, 11412, 11320, 10697, 12193, 10948, 11700, 11229, 10860, 12101, 10831, 12426, 11342, 10736, 12448, 10730, 12261, 11355, 10561, 11764, 10451, 12868, 11350, 12779, 11497, 10284, 13053, 11194, 13910, 11307, 9902, 12991, 10563, 12174, 11539, 11681, 11187, 11441, 11209, 11362, 11823, 10854, 14392], 'WindowCenter': [4408.0, 4383.0, 4378.0, 4366.0, 4375.0, 4361.0, 4363.0, 4362.0, 4353.0, 4362.0, 4350.0, 4359.0, 4349.0, 4350.0, 4361.0, 4353.0, 4359.0, 4348.0, 4351.0, 4350.0, 4352.0, 4362.0, 4350.0, 4338.0, 4360.0, 4350.0, 4348.0, 4349.0, 4339.0, 4348.0, 4350.0, 4350.0, 4348.0, 4340.0, 4338.0, 4339.0, 4348.0, 4348.0, 4338.0, 4347.0, 4349.0, 4361.0, 4351.0, 4349.0, 4350.0, 4352.0, 4362.0, 4364.0, 4363.0, 4361.0, 4352.0, 4360.0, 4352.0, 4372.0, 4350.0, 4352.0, 4348.0, 4351.0, 4362.0, 4351.0, 4351.0, 4360.0, 4349.0, 4359.0, 4349.0, 4350.0, 4360.0, 4350.0, 4360.0, 4362.0, 4374.0, 4365.0, 4387.0, 4363.0, 4352.0, 4363.0, 4353.0, 4353.0, 4363.0, 4364.0, 4374.0, 4362.0, 4353.0, 4361.0, 4363.0, 4373.0, 4348.0, 4351.0, 4351.0, 4350.0, 4359.0, 4349.0, 4351.0, 4359.0, 4361.0, 4352.0, 4361.0, 4363.0, 4362.0, 4363.0, 4368.0, 4363.0, 4362.0, 4383.0, 4361.0, 4363.0, 4364.0, 4361.0, 4371.0, 4360.0, 4353.0, 4362.0, 4361.0, 4351.0, 4351.0, 4351.0, 4371.0, 4349.0, 4351.0, 4358.0, 4348.0, 4350.0, 4348.0, 4349.0, 4359.0, 4350.0, 4351.0, 4349.0, 4350.0, 4350.0, 4348.0, 4351.0, 4349.0, 4361.0, 4350.0, 4349.0, 4360.0, 4361.0, 4348.0, 4352.0, 4362.0, 4365.0, 4361.0, 4361.0, 4352.0, 4363.0, 4363.0, 4350.0, 4361.0, 4351.0, 4351.0, 4360.0, 4361.0, 4360.0, 4351.0, 4361.0, 4351.0, 4351.0, 4359.0, 4349.0, 4369.0, 4346.0, 4340.0, 4357.0, 4348.0, 4349.0, 4349.0, 4350.0, 4350.0, 4349.0, 4360.0, 4348.0, 4350.0, 4359.0, 4362.0, 4350.0, 4359.0, 4361.0, 4350.0, 4350.0, 4351.0, 4349.0, 4349.0, 4357.0, 4349.0, 4359.0, 4349.0, 4340.0, 4358.0, 4347.0, 4360.0, 4349.0, 4338.0, 4347.0, 4347.0, 4358.0, 4348.0, 4350.0, 4358.0, 4348.0, 4348.0, 4348.0, 4351.0, 4359.0, 4349.0, 4351.0, 4361.0, 4350.0, 4350.0, 4360.0, 4361.0, 4360.0, 4351.0, 4361.0, 4351.0, 4350.0, 4361.0, 4360.0, 4361.0, 4362.0, 4371.0, 4377.0, 4375.0, 4374.0, 4365.0, 4376.0, 4373.0, 4364.0, 4372.0, 4361.0, 4363.0, 4362.0, 4350.0, 4360.0, 4348.0, 4351.0, 4370.0, 4349.0, 4349.0, 4348.0, 4349.0, 4350.0, 4349.0, 4350.0, 4358.0, 4349.0, 4350.0, 4349.0, 4350.0, 4358.0, 4351.0, 4350.0, 4358.0, 4349.0, 4359.0, 4350.0, 4373.0, 4374.0, 4378.0, 4386.0, 4374.0, 4365.0, 4363.0, 4360.0, 4349.0, 4358.0, 4349.0, 4340.0, 4357.0, 4348.0, 4357.0, 4346.0, 4338.0, 4347.0, 4336.0, 4336.0, 4334.0, 4338.0, 4335.0, 4337.0, 4346.0, 4346.0, 4339.0, 4360.0, 4360.0, 4363.0, 4374.0, 4361.0, 4351.0, 4361.0, 4349.0, 4339.0, 4348.0, 4349.0, 4359.0, 4361.0, 4363.0, 4364.0, 4385.0, 4362.0, 4352.0, 4360.0, 4350.0, 4350.0, 4358.0, 4350.0, 4348.0, 4348.0, 4339.0, 4356.0, 4347.0, 4346.0, 4348.0, 4348.0, 4351.0, 4360.0, 4350.0, 4351.0, 4360.0, 4349.0, 4351.0, 4352.0, 4341.0, 4360.0, 4351.0, 4359.0, 4350.0, 4349.0, 4351.0, 4351.0, 4350.0, 4372.0, 4351.0, 4351.0, 4369.0, 4350.0, 4361.0, 4348.0, 4340.0, 4349.0, 4349.0, 4348.0, 4349.0, 4349.0, 4348.0, 4339.0, 4347.0, 4350.0, 4350.0, 4349.0, 4351.0, 4360.0, 4349.0, 4361.0, 4363.0, 4374.0, 4376.0, 4374.0, 4352.0, 4371.0, 4348.0, 4352.0, 4370.0, 4349.0, 4360.0, 4349.0, 4352.0, 4359.0, 4351.0, 4350.0, 4360.0, 4351.0, 4361.0, 4350.0, 4360.0, 4363.0, 4371.0, 4362.0, 4363.0, 4363.0, 4362.0, 4353.0, 4363.0, 4362.0, 4362.0, 4352.0, 4374.0, 4360.0, 4354.0, 4370.0, 4351.0, 4362.0, 4351.0, 4361.0, 4358.0, 4341.0, 4360.0, 4349.0, 4349.0, 4349.0, 4339.0, 4359.0, 4351.0, 4351.0, 4348.0, 4349.0, 4349.0, 4350.0, 4361.0, 4361.0, 4351.0, 4358.0, 4352.0, 4361.0, 4351.0, 4374.0, 4365.0, 4373.0, 4362.0, 4364.0, 4350.0, 4352.0, 4369.0, 4349.0, 4351.0, 4352.0, 4350.0, 4361.0, 4361.0, 4359.0, 4353.0, 4361.0, 4350.0, 4350.0, 4362.0, 4360.0, 4363.0, 4382.0, 4352.0, 4350.0, 4370.0, 4350.0, 4360.0, 4349.0, 4348.0, 4349.0, 4351.0, 4360.0, 4348.0, 4362.0, 4363.0, 4376.0, 4374.0, 4377.0, 4386.0, 4372.0, 4352.0, 4371.0, 4351.0, 4351.0, 4350.0, 4339.0, 4356.0, 4348.0, 4359.0, 4349.0, 4338.0, 4358.0, 4340.0, 4369.0, 4348.0, 4340.0, 4347.0, 4339.0, 4336.0, 4348.0, 4340.0, 4347.0, 4350.0, 4350.0, 4350.0, 4361.0, 4350.0, 4351.0, 4351.0, 4350.0, 4350.0, 4351.0, 4350.0, 4350.0, 4351.0, 4350.0, 4349.0, 4361.0, 4360.0, 4352.0, 4352.0, 4361.0, 4362.0, 4361.0, 4353.0, 4362.0, 4363.0, 4373.0, 4361.0, 4353.0, 4362.0, 4352.0, 4363.0, 4361.0, 4353.0, 4362.0, 4364.0, 4362.0, 4360.0, 4361.0, 4362.0, 4362.0, 4362.0, 4363.0, 4364.0, 4363.0, 4363.0, 4374.0, 4363.0, 4364.0, 4362.0, 4363.0, 4363.0, 4363.0, 4352.0, 4361.0, 4350.0, 4360.0, 4361.0, 4350.0, 4360.0, 4347.0, 4351.0, 4360.0, 4350.0, 4350.0, 4348.0, 4340.0, 4358.0, 4349.0, 4348.0, 4349.0, 4341.0, 4349.0, 4339.0, 4361.0, 4353.0, 4363.0, 4351.0, 4362.0, 4349.0, 4351.0, 4359.0, 4350.0, 4360.0, 4351.0, 4350.0, 4351.0, 4349.0, 4349.0, 4349.0, 4351.0, 4360.0, 4349.0, 4360.0, 4348.0, 4338.0, 4348.0, 4348.0, 4350.0, 4348.0, 4340.0, 4348.0, 4351.0, 4372.0, 4350.0, 4340.0, 4358.0, 4349.0, 4361.0, 4350.0, 4354.0, 4349.0, 4349.0, 4360.0, 4352.0, 4363.0, 4363.0, 4374.0, 4362.0, 4362.0, 4351.0, 4351.0, 4371.0, 4350.0, 4360.0, 4350.0, 4351.0, 4362.0, 4363.0, 4374.0, 4366.0, 4362.0, 4365.0, 4365.0, 4364.0, 4365.0, 4374.0, 4364.0, 4376.0, 4364.0, 4353.0, 4373.0, 4363.0, 4352.0, 4361.0, 4350.0, 4371.0, 4349.0, 4361.0, 4348.0, 4341.0, 4359.0, 4348.0, 4340.0, 4348.0, 4341.0, 4350.0, 4352.0, 4362.0, 4352.0, 4350.0, 4351.0, 4351.0, 4362.0, 4363.0, 4363.0, 4374.0, 4362.0, 4354.0, 4371.0, 4351.0, 4350.0, 4346.0, 4338.0, 4358.0, 4339.0, 4349.0, 4351.0, 4340.0, 4352.0, 4352.0, 4354.0, 4351.0, 4354.0, 4362.0, 4355.0, 4352.0, 4353.0, 4375.0, 4351.0, 4341.0, 4369.0, 4339.0, 4357.0, 4337.0, 4338.0, 4337.0, 4328.0, 4348.0, 4340.0, 4348.0, 4348.0, 4350.0, 4349.0, 4341.0, 4347.0, 4339.0, 4361.0, 4350.0, 4341.0, 4359.0, 4351.0, 4350.0, 4352.0, 4342.0, 4361.0, 4352.0, 4352.0, 4361.0, 4353.0, 4363.0, 4353.0, 4362.0, 4351.0, 4352.0, 4362.0, 4353.0, 4361.0, 4351.0, 4351.0, 4362.0, 4364.0, 4364.0, 4363.0, 4354.0, 4362.0, 4364.0, 4374.0, 4363.0, 4355.0, 4360.0, 4363.0, 4364.0, 4364.0, 4366.0, 4365.0, 4363.0, 4375.0, 4364.0, 4366.0, 4386.0, 4365.0, 4375.0, 4363.0, 4364.0, 4375.0, 4375.0, 4376.0, 4379.0, 4377.0, 4366.0, 4385.0, 4352.0, 4364.0, 4363.0, 4367.0, 4374.0, 4353.0, 4360.0, 4351.0, 4362.0, 4353.0, 4362.0, 4364.0, 4375.0, 4372.0, 4352.0, 4361.0, 4341.0, 4340.0, 4348.0, 4340.0, 4349.0, 4338.0, 4337.0, 4338.0, 4338.0, 4347.0, 4338.0, 4349.0, 4336.0, 4337.0, 4337.0, 4349.0, 4349.0, 4350.0, 4341.0, 4350.0, 4340.0, 4362.0, 4352.0, 4363.0, 4351.0, 4342.0, 4370.0, 4358.0, 4366.0, 4343.0, 4331.0, 4347.0, 4332.0, 4352.0, 4352.0, 4332.0, 4345.0, 4341.0, 4350.0, 4352.0, 4342.0, 4350.0, 4342.0, 4340.0, 4350.0, 4353.0, 4351.0, 4342.0, 4361.0, 4342.0, 4363.0, 4350.0, 4352.0, 4364.0, 4354.0, 4365.0, 4367.0, 4366.0, 4374.0, 4354.0, 4364.0, 4364.0, 4356.0, 4365.0, 4352.0, 4362.0, 4363.0, 4355.0, 4362.0, 4353.0, 4352.0, 4352.0, 4352.0, 4359.0, 4341.0, 4352.0, 4350.0, 4341.0, 4350.0, 4353.0, 4362.0, 4354.0, 4353.0, 4362.0, 4354.0, 4364.0, 4352.0, 4353.0, 4362.0, 4352.0, 4350.0, 4352.0, 4343.0, 4349.0, 4352.0, 4359.0, 4351.0, 4362.0, 4352.0, 4343.0, 4362.0, 4352.0, 4373.0, 4351.0, 4344.0, 4361.0, 4342.0, 4351.0, 4351.0, 4363.0, 4364.0, 4366.0, 4377.0, 4379.0, 4377.0, 4367.0, 4387.0], 'WindowWidth': [9724.0, 9677.0, 9661.0, 9640.0, 9650.0, 9625.0, 9630.0, 9625.0, 9614.0, 9627.0, 9606.0, 9620.0, 9604.0, 9607.0, 9623.0, 9614.0, 9620.0, 9601.0, 9610.0, 9606.0, 9612.0, 9626.0, 9607.0, 9588.0, 9619.0, 9606.0, 9604.0, 9605.0, 9590.0, 9601.0, 9605.0, 9607.0, 9601.0, 9593.0, 9586.0, 9588.0, 9600.0, 9601.0, 9587.0, 9598.0, 9605.0, 9625.0, 9610.0, 9607.0, 9607.0, 9613.0, 9627.0, 9632.0, 9632.0, 9625.0, 9613.0, 9621.0, 9611.0, 9641.0, 9607.0, 9612.0, 9602.0, 9608.0, 9626.0, 9608.0, 9610.0, 9620.0, 9605.0, 9620.0, 9604.0, 9609.0, 9623.0, 9607.0, 9620.0, 9629.0, 9647.0, 9638.0, 9670.0, 9631.0, 9613.0, 9629.0, 9615.0, 9617.0, 9630.0, 9632.0, 9646.0, 9627.0, 9616.0, 9624.0, 9629.0, 9642.0, 9603.0, 9611.0, 9610.0, 9608.0, 9620.0, 9604.0, 9609.0, 9619.0, 9624.0, 9614.0, 9626.0, 9631.0, 9628.0, 9631.0, 9645.0, 9633.0, 9630.0, 9659.0, 9625.0, 9631.0, 9633.0, 9627.0, 9640.0, 9620.0, 9617.0, 9629.0, 9623.0, 9612.0, 9608.0, 9610.0, 9638.0, 9604.0, 9608.0, 9616.0, 9602.0, 9609.0, 9603.0, 9607.0, 9620.0, 9607.0, 9609.0, 9606.0, 9607.0, 9607.0, 9602.0, 9608.0, 9607.0, 9624.0, 9610.0, 9607.0, 9623.0, 9625.0, 9602.0, 9614.0, 9630.0, 9637.0, 9626.0, 9623.0, 9612.0, 9630.0, 9629.0, 9610.0, 9622.0, 9612.0, 9610.0, 9623.0, 9625.0, 9622.0, 9612.0, 9625.0, 9610.0, 9611.0, 9618.0, 9604.0, 9633.0, 9595.0, 9592.0, 9614.0, 9601.0, 9604.0, 9603.0, 9608.0, 9608.0, 9606.0, 9621.0, 9602.0, 9609.0, 9621.0, 9627.0, 9609.0, 9619.0, 9625.0, 9609.0, 9608.0, 9611.0, 9605.0, 9606.0, 9614.0, 9604.0, 9620.0, 9605.0, 9593.0, 9616.0, 9600.0, 9622.0, 9603.0, 9588.0, 9599.0, 9600.0, 9617.0, 9600.0, 9606.0, 9615.0, 9601.0, 9604.0, 9602.0, 9610.0, 9620.0, 9605.0, 9611.0, 9623.0, 9610.0, 9609.0, 9621.0, 9624.0, 9622.0, 9612.0, 9625.0, 9610.0, 9608.0, 9622.0, 9620.0, 9624.0, 9629.0, 9640.0, 9656.0, 9653.0, 9648.0, 9636.0, 9655.0, 9647.0, 9634.0, 9642.0, 9625.0, 9630.0, 9626.0, 9609.0, 9623.0, 9602.0, 9610.0, 9636.0, 9605.0, 9606.0, 9601.0, 9605.0, 9606.0, 9604.0, 9606.0, 9615.0, 9604.0, 9606.0, 9604.0, 9609.0, 9616.0, 9609.0, 9608.0, 9616.0, 9606.0, 9619.0, 9611.0, 9645.0, 9649.0, 9662.0, 9671.0, 9651.0, 9635.0, 9631.0, 9621.0, 9605.0, 9617.0, 9604.0, 9594.0, 9613.0, 9600.0, 9614.0, 9593.0, 9587.0, 9597.0, 9581.0, 9582.0, 9575.0, 9585.0, 9580.0, 9584.0, 9596.0, 9594.0, 9589.0, 9620.0, 9622.0, 9631.0, 9648.0, 9625.0, 9610.0, 9624.0, 9604.0, 9590.0, 9601.0, 9603.0, 9619.0, 9625.0, 9632.0, 9636.0, 9667.0, 9626.0, 9614.0, 9622.0, 9606.0, 9609.0, 9614.0, 9605.0, 9602.0, 9600.0, 9591.0, 9609.0, 9598.0, 9596.0, 9601.0, 9600.0, 9608.0, 9621.0, 9606.0, 9608.0, 9619.0, 9604.0, 9608.0, 9611.0, 9596.0, 9621.0, 9610.0, 9619.0, 9607.0, 9606.0, 9610.0, 9610.0, 9610.0, 9642.0, 9609.0, 9609.0, 9633.0, 9608.0, 9622.0, 9601.0, 9593.0, 9604.0, 9602.0, 9600.0, 9603.0, 9604.0, 9602.0, 9591.0, 9599.0, 9605.0, 9606.0, 9604.0, 9608.0, 9620.0, 9604.0, 9623.0, 9631.0, 9647.0, 9654.0, 9647.0, 9614.0, 9637.0, 9602.0, 9612.0, 9633.0, 9605.0, 9621.0, 9602.0, 9612.0, 9618.0, 9609.0, 9606.0, 9621.0, 9608.0, 9620.0, 9608.0, 9622.0, 9628.0, 9639.0, 9625.0, 9630.0, 9630.0, 9628.0, 9616.0, 9630.0, 9628.0, 9626.0, 9613.0, 9644.0, 9622.0, 9617.0, 9635.0, 9610.0, 9625.0, 9610.0, 9624.0, 9615.0, 9594.0, 9618.0, 9602.0, 9605.0, 9604.0, 9590.0, 9617.0, 9607.0, 9610.0, 9602.0, 9603.0, 9604.0, 9607.0, 9624.0, 9621.0, 9609.0, 9616.0, 9610.0, 9624.0, 9612.0, 9647.0, 9638.0, 9646.0, 9626.0, 9630.0, 9608.0, 9613.0, 9631.0, 9604.0, 9610.0, 9611.0, 9606.0, 9624.0, 9624.0, 9619.0, 9615.0, 9624.0, 9606.0, 9605.0, 9625.0, 9622.0, 9630.0, 9657.0, 9611.0, 9607.0, 9633.0, 9605.0, 9619.0, 9605.0, 9602.0, 9603.0, 9607.0, 9619.0, 9604.0, 9625.0, 9630.0, 9652.0, 9648.0, 9655.0, 9667.0, 9641.0, 9613.0, 9638.0, 9607.0, 9608.0, 9603.0, 9589.0, 9608.0, 9599.0, 9616.0, 9602.0, 9589.0, 9615.0, 9591.0, 9629.0, 9598.0, 9591.0, 9598.0, 9589.0, 9583.0, 9600.0, 9593.0, 9600.0, 9605.0, 9606.0, 9606.0, 9623.0, 9607.0, 9610.0, 9609.0, 9608.0, 9607.0, 9608.0, 9608.0, 9607.0, 9609.0, 9606.0, 9604.0, 9622.0, 9621.0, 9611.0, 9612.0, 9623.0, 9626.0, 9622.0, 9615.0, 9628.0, 9629.0, 9642.0, 9622.0, 9615.0, 9626.0, 9612.0, 9628.0, 9623.0, 9614.0, 9625.0, 9632.0, 9629.0, 9620.0, 9624.0, 9626.0, 9627.0, 9629.0, 9629.0, 9631.0, 9630.0, 9631.0, 9647.0, 9629.0, 9631.0, 9627.0, 9629.0, 9629.0, 9628.0, 9611.0, 9623.0, 9607.0, 9623.0, 9621.0, 9607.0, 9621.0, 9599.0, 9609.0, 9620.0, 9606.0, 9605.0, 9600.0, 9592.0, 9614.0, 9604.0, 9601.0, 9601.0, 9594.0, 9604.0, 9592.0, 9625.0, 9617.0, 9629.0, 9610.0, 9626.0, 9604.0, 9608.0, 9616.0, 9607.0, 9622.0, 9608.0, 9607.0, 9609.0, 9603.0, 9604.0, 9602.0, 9607.0, 9619.0, 9603.0, 9619.0, 9598.0, 9586.0, 9601.0, 9601.0, 9606.0, 9602.0, 9591.0, 9600.0, 9607.0, 9637.0, 9605.0, 9594.0, 9615.0, 9603.0, 9622.0, 9604.0, 9618.0, 9605.0, 9604.0, 9619.0, 9613.0, 9631.0, 9632.0, 9647.0, 9626.0, 9627.0, 9609.0, 9610.0, 9637.0, 9609.0, 9622.0, 9604.0, 9608.0, 9625.0, 9629.0, 9648.0, 9641.0, 9631.0, 9637.0, 9637.0, 9633.0, 9636.0, 9645.0, 9631.0, 9652.0, 9631.0, 9617.0, 9643.0, 9627.0, 9614.0, 9621.0, 9607.0, 9635.0, 9603.0, 9621.0, 9598.0, 9594.0, 9615.0, 9601.0, 9591.0, 9600.0, 9595.0, 9605.0, 9611.0, 9623.0, 9612.0, 9606.0, 9607.0, 9609.0, 9626.0, 9628.0, 9631.0, 9647.0, 9625.0, 9615.0, 9635.0, 9607.0, 9605.0, 9594.0, 9585.0, 9613.0, 9588.0, 9602.0, 9609.0, 9593.0, 9609.0, 9610.0, 9619.0, 9611.0, 9618.0, 9627.0, 9619.0, 9613.0, 9616.0, 9648.0, 9607.0, 9593.0, 9629.0, 9587.0, 9609.0, 9580.0, 9583.0, 9581.0, 9572.0, 9598.0, 9591.0, 9599.0, 9599.0, 9603.0, 9600.0, 9592.0, 9598.0, 9588.0, 9621.0, 9604.0, 9596.0, 9617.0, 9607.0, 9606.0, 9611.0, 9598.0, 9621.0, 9611.0, 9611.0, 9622.0, 9616.0, 9626.0, 9613.0, 9625.0, 9607.0, 9611.0, 9623.0, 9613.0, 9623.0, 9609.0, 9610.0, 9624.0, 9630.0, 9631.0, 9629.0, 9619.0, 9627.0, 9631.0, 9645.0, 9628.0, 9621.0, 9622.0, 9628.0, 9632.0, 9632.0, 9636.0, 9635.0, 9631.0, 9649.0, 9631.0, 9641.0, 9663.0, 9634.0, 9647.0, 9629.0, 9632.0, 9649.0, 9650.0, 9653.0, 9662.0, 9653.0, 9637.0, 9661.0, 9612.0, 9631.0, 9628.0, 9641.0, 9644.0, 9613.0, 9620.0, 9610.0, 9624.0, 9617.0, 9626.0, 9631.0, 9648.0, 9637.0, 9610.0, 9620.0, 9591.0, 9590.0, 9597.0, 9588.0, 9600.0, 9585.0, 9583.0, 9582.0, 9583.0, 9595.0, 9583.0, 9601.0, 9581.0, 9584.0, 9583.0, 9602.0, 9601.0, 9605.0, 9593.0, 9604.0, 9593.0, 9623.0, 9611.0, 9625.0, 9608.0, 9597.0, 9633.0, 9631.0, 9636.0, 9596.0, 9580.0, 9595.0, 9581.0, 9610.0, 9609.0, 9583.0, 9593.0, 9595.0, 9606.0, 9608.0, 9596.0, 9605.0, 9596.0, 9591.0, 9604.0, 9613.0, 9607.0, 9597.0, 9622.0, 9596.0, 9627.0, 9606.0, 9613.0, 9630.0, 9617.0, 9634.0, 9637.0, 9636.0, 9644.0, 9617.0, 9630.0, 9629.0, 9623.0, 9632.0, 9612.0, 9625.0, 9626.0, 9618.0, 9623.0, 9611.0, 9611.0, 9608.0, 9610.0, 9616.0, 9594.0, 9608.0, 9604.0, 9593.0, 9604.0, 9613.0, 9623.0, 9615.0, 9615.0, 9622.0, 9615.0, 9629.0, 9611.0, 9615.0, 9623.0, 9609.0, 9607.0, 9610.0, 9599.0, 9604.0, 9609.0, 9617.0, 9608.0, 9625.0, 9609.0, 9600.0, 9623.0, 9611.0, 9642.0, 9608.0, 9601.0, 9623.0, 9597.0, 9606.0, 9607.0, 9628.0, 9631.0, 9637.0, 9655.0, 9659.0, 9654.0, 9640.0, 9668.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.0012658294930875578</td></tr>
<tr><td colspan=3>aqi</td><td>0.02032045576036866</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.01899825277972</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1935571308073805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.016952806655133</td></tr>
<tr><td colspan=3>efc</td><td>0.4772</td></tr>
<tr><td colspan=3>fber</td><td>5849.6934</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08831349723713637</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.152073732718894</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49950178238717</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4268048512313727</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7816523882256936</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2900481077044432</td></tr>
<tr><td colspan=3>gcor</td><td>0.00777883</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018020667135715485</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02408668026328087</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.73649901819849</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>30.7088</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3927</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.8579</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299624.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.622</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1729</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.5929</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3524.0776</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1013.509</td></tr>
<tr><td colspan=3>tsnr</td><td>44.53705144813284</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>