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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-04/func/sub-0087_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>439148125835df4c49d50bfcfbd9d2b7</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>11:17:3.830000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110491</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>24aec329-52d7-46e7-aeb0-4366826ef945||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['111703.830000', '111704.290000', '111704.750000', '111705.210000', '111705.670000', '111706.130000', '111706.590000', '111707.050000', '111707.510000', '111707.970000', '111708.430000', '111708.890000', '111709.350000', '111709.810000', '111710.270000', '111710.730000', '111711.190000', '111711.650000', '111712.110000', '111712.570000', '111713.030000', '111713.490000', '111713.950000', '111714.410000', '111714.870000', '111715.330000', '111715.790000', '111716.250000', '111716.710000', '111717.170000', '111717.630000', '111718.090000', '111718.550000', '111719.010000', '111719.470000', '111719.930000', '111720.390000', '111720.850000', '111721.310000', '111721.770000', '111722.230000', '111722.690000', '111723.150000', '111723.610000', '111724.070000', '111724.530000', '111724.990000', '111725.450000', '111725.910000', '111726.370000', '111726.830000', '111727.290000', '111727.750000', '111728.210000', '111728.670000', '111729.130000', '111729.590000', '111730.050000', '111730.510000', '111730.970000', '111731.430000', '111731.890000', '111732.350000', '111732.810000', '111733.270000', '111733.730000', '111734.190000', '111734.650000', '111735.110000', '111735.570000', '111736.030000', '111736.490000', '111736.950000', '111737.410000', '111737.870000', '111738.330000', '111738.790000', '111739.250000', '111739.710000', '111740.170000', '111740.630000', '111741.090000', '111741.550000', '111742.010000', '111742.470000', '111742.930000', '111743.390000', '111743.850000', '111744.310000', '111744.770000', '111745.230000', '111745.690000', '111746.150000', '111746.610000', '111747.070000', '111747.530000', '111747.990000', '111748.450000', '111748.910000', '111749.370000', '111749.830000', '111750.290000', '111750.750000', '111751.210000', '111751.670000', '111752.130000', '111752.590000', '111753.050000', '111753.510000', '111753.970000', '111754.430000', '111754.890000', '111755.350000', '111755.810000', '111756.270000', '111756.730000', '111757.190000', '111757.650000', '111758.110000', '111758.570000', '111759.030000', '111759.490000', '111759.950000', '111800.410000', '111800.870000', '111801.330000', '111801.790000', '111802.250000', '111802.710000', '111803.170000', '111803.630000', '111804.090000', '111804.550000', '111805.010000', '111805.470000', '111805.930000', '111806.390000', '111806.850000', '111807.310000', '111807.770000', '111808.230000', '111808.690000', '111809.150000', '111809.610000', '111810.070000', '111810.530000', '111810.990000', '111811.450000', '111811.910000', '111812.370000', '111812.830000', '111813.290000', '111813.750000', '111814.210000', '111814.670000', '111815.130000', '111815.590000', '111816.050000', '111816.510000', '111816.970000', '111817.430000', '111817.890000', '111818.350000', '111818.810000', '111819.270000', '111819.730000', '111820.190000', '111820.650000', '111821.110000', '111821.570000', '111822.030000', '111822.490000', '111822.950000', '111823.410000', '111823.870000', '111824.330000', '111824.790000', '111825.250000', '111825.710000', '111826.170000', '111826.630000', '111827.090000', '111827.550000', '111828.010000', '111828.470000', '111828.930000', '111829.390000', '111829.850000', '111830.310000', '111830.770000', '111831.230000', '111831.690000', '111832.150000', '111832.610000', '111833.070000', '111833.530000', '111833.990000', '111834.450000', '111834.910000', '111835.370000', '111835.830000', '111836.290000', '111836.750000', '111837.210000', '111837.670000', '111838.130000', '111838.590000', '111839.050000', '111839.510000', '111839.970000', '111840.430000', '111840.890000', '111841.350000', '111841.810000', '111842.270000', '111842.730000', '111843.190000', '111843.650000', '111844.110000', '111844.570000', '111845.030000', '111845.490000', '111845.950000', '111846.410000', '111846.870000', '111847.330000', '111847.790000', '111848.250000', '111848.710000', '111849.170000', '111849.630000', '111850.090000', '111850.550000', '111851.010000', '111851.470000', '111851.930000', '111852.390000', '111852.850000', '111853.310000', '111853.770000', '111854.230000', '111854.690000', '111855.150000', '111855.610000', '111856.070000', '111856.530000', '111856.990000', '111857.450000', '111857.910000', '111858.370000', '111858.830000', '111859.290000', '111859.750000', '111900.210000', '111900.670000', '111901.130000', '111901.590000', '111902.050000', '111902.510000', '111902.970000', '111903.430000', '111903.890000', '111904.350000', '111904.810000', '111905.270000', '111905.730000', '111906.190000', '111906.650000', '111907.110000', '111907.570000', '111908.030000', '111908.490000', '111908.950000', '111909.410000', '111909.870000', '111910.330000', '111910.790000', '111911.250000', '111911.710000', '111912.170000', '111912.630000', '111913.090000', '111913.550000', '111914.010000', '111914.470000', '111914.930000', '111915.390000', '111915.850000', '111916.310000', '111916.770000', '111917.230000', '111917.690000', '111918.150000', '111918.610000', '111919.070000', '111919.530000', '111919.990000', '111920.450000', '111920.910000', '111921.370000', '111921.830000', '111922.290000', '111922.750000', '111923.210000', '111923.670000', '111924.130000', '111924.590000', '111925.050000', '111925.510000', '111925.970000', '111926.430000', '111926.890000', '111927.350000', '111927.810000', '111928.270000', '111928.730000', '111929.190000', '111929.650000', '111930.110000', '111930.570000', '111931.030000', '111931.490000', '111931.950000', '111932.410000', '111932.870000', '111933.330000', '111933.790000', '111934.250000', '111934.710000', '111935.170000', '111935.630000', '111936.090000', '111936.550000', '111937.010000', '111937.470000', '111937.930000', '111938.390000', '111938.850000', '111939.310000', '111939.770000', '111940.230000', '111940.690000', '111941.150000', '111941.610000', '111942.070000', '111942.530000', '111942.990000', '111943.450000', '111943.910000', '111944.370000', '111944.830000', '111945.290000', '111945.750000', '111946.210000', '111946.670000', '111947.130000', '111947.590000', '111948.050000', '111948.510000', '111948.970000', '111949.430000', '111949.890000', '111950.350000', '111950.810000', '111951.270000', '111951.730000', '111952.190000', '111952.650000', '111953.110000', '111953.570000', '111954.030000', '111954.490000', '111954.950000', '111955.410000', '111955.870000', '111956.330000', '111956.790000', '111957.250000', '111957.710000', '111958.170000', '111958.630000', '111959.090000', '111959.550000', '112000.010000', '112000.470000', '112000.930000', '112001.390000', '112001.850000', '112002.310000', '112002.770000', '112003.230000', '112003.690000', '112004.150000', '112004.610000', '112005.070000', '112005.530000', '112005.990000', '112006.450000', '112006.910000', '112007.370000', '112007.830000', '112008.290000', '112008.750000', '112009.210000', '112009.670000', '112010.130000', '112010.590000', '112011.050000', '112011.510000', '112011.970000', '112012.430000', '112012.890000', '112013.350000', '112013.810000', '112014.270000', '112014.730000', '112015.190000', '112015.650000', '112016.110000', '112016.570000', '112017.030000', '112017.490000', '112017.950000', '112018.410000', '112018.870000', '112019.330000', '112019.790000', '112020.250000', '112020.710000', '112021.170000', '112021.630000', '112022.090000', '112022.550000', '112023.010000', '112023.470000', '112023.930000', '112024.390000', '112024.850000', '112025.310000', '112025.770000', '112026.230000', '112026.690000', '112027.150000', '112027.610000', '112028.070000', '112028.530000', '112028.990000', '112029.450000', '112029.910000', '112030.370000', '112030.830000', '112031.290000', '112031.750000', '112032.210000', '112032.670000', '112033.130000', '112033.590000', '112034.050000', '112034.510000', '112034.970000', '112035.430000', '112035.890000', '112036.350000', '112036.810000', '112037.270000', '112037.730000', '112038.190000', '112038.650000', '112039.110000', '112039.570000', '112040.030000', '112040.490000', '112040.950000', '112041.410000', '112041.870000', '112042.330000', '112042.790000', '112043.250000', '112043.710000', '112044.170000', '112044.630000', '112045.090000', '112045.550000', '112046.010000', '112046.470000', '112046.930000', '112047.390000', '112047.850000', '112048.310000', '112048.770000', '112049.230000', '112049.690000', '112050.150000', '112050.610000', '112051.070000', '112051.530000', '112051.990000', '112052.450000', '112052.910000', '112053.370000', '112053.830000', '112054.290000', '112054.750000', '112055.210000', '112055.670000', '112056.130000', '112056.590000', '112057.050000', '112057.510000', '112057.970000', '112058.430000', '112058.890000', '112059.350000', '112059.810000', '112100.270000', '112100.730000', '112101.190000', '112101.650000', '112102.110000', '112102.570000', '112103.030000', '112103.490000', '112103.950000', '112104.410000', '112104.870000', '112105.330000', '112105.790000', '112106.250000', '112106.710000', '112107.170000', '112107.630000', '112108.090000', '112108.550000', '112109.010000', '112109.470000', '112109.930000', '112110.390000', '112110.850000', '112111.310000', '112111.770000', '112112.230000', '112112.690000', '112113.150000', '112113.610000', '112114.070000', '112114.530000', '112114.990000', '112115.450000', '112115.910000', '112116.370000', '112116.830000', '112117.290000', '112117.750000', '112118.210000', '112118.670000', '112119.130000', '112119.590000', '112120.050000', '112120.510000', '112120.970000', '112121.430000', '112121.890000', '112122.350000', '112122.810000', '112123.270000', '112123.730000', '112124.190000', '112124.650000', '112125.110000', '112125.570000', '112126.030000', '112126.490000', '112126.950000', '112127.410000', '112127.870000', '112128.330000', '112128.790000', '112129.250000', '112129.710000', '112130.170000', '112130.630000', '112131.090000', '112131.550000', '112132.010000', '112132.470000', '112132.930000', '112133.390000', '112133.850000', '112134.310000', '112134.770000', '112135.230000', '112135.690000', '112136.150000', '112136.610000', '112137.070000', '112137.530000', '112137.990000', '112138.450000', '112138.910000', '112139.370000', '112139.830000', '112140.290000', '112140.750000', '112141.210000', '112141.670000', '112142.130000', '112142.590000', '112143.050000', '112143.510000', '112143.970000', '112144.430000', '112144.890000', '112145.350000', '112145.810000', '112146.270000', '112146.730000', '112147.190000', '112147.650000', '112148.110000', '112148.570000', '112149.030000', '112149.490000', '112149.950000', '112150.410000', '112150.870000', '112151.330000', '112151.790000', '112152.250000', '112152.710000', '112153.170000', '112153.630000', '112154.090000', '112154.550000', '112155.010000', '112155.470000', '112155.930000', '112156.390000', '112156.850000', '112157.310000', '112157.770000', '112158.230000', '112158.690000', '112159.150000', '112159.610000', '112200.070000', '112200.530000', '112200.990000', '112201.450000', '112201.910000', '112202.370000', '112202.830000', '112203.290000', '112203.750000', '112204.210000', '112204.670000', '112205.130000', '112205.590000', '112206.050000', '112206.510000', '112206.970000', '112207.430000', '112207.890000', '112208.350000', '112208.810000', '112209.270000', '112209.730000', '112210.190000', '112210.650000', '112211.110000', '112211.570000', '112212.030000', '112212.490000', '112212.950000', '112213.410000', '112213.870000', '112214.330000', '112214.790000', '112215.250000', '112215.710000', '112216.170000', '112216.630000', '112217.090000', '112217.550000', '112218.010000', '112218.470000', '112218.930000', '112219.390000', '112219.850000', '112220.310000', '112220.770000', '112221.230000', '112221.690000', '112222.150000', '112222.610000', '112223.070000', '112223.530000', '112223.990000', '112224.450000', '112224.910000', '112225.370000', '112225.830000', '112226.290000', '112226.750000', '112227.210000', '112227.670000', '112228.130000', '112228.590000', '112229.050000', '112229.510000', '112229.970000', '112230.430000', '112230.890000', '112231.350000', '112231.810000', '112232.270000', '112232.730000', '112233.190000', '112233.650000', '112234.110000', '112234.570000', '112235.030000', '112235.490000', '112235.950000', '112236.410000', '112236.870000', '112237.330000', '112237.790000', '112238.250000', '112238.710000', '112239.170000', '112239.630000', '112240.090000', '112240.550000', '112241.010000', '112241.470000', '112241.930000', '112242.390000', '112242.850000', '112243.310000', '112243.770000', '112244.230000', '112244.690000', '112245.150000', '112245.610000', '112246.070000', '112246.530000', '112246.990000', '112247.450000', '112247.910000', '112248.370000', '112248.830000', '112249.290000', '112249.750000', '112250.210000', '112250.670000', '112251.130000', '112251.590000', '112252.050000', '112252.510000', '112252.970000', '112253.430000', '112253.890000', '112254.350000', '112254.810000', '112255.270000', '112255.730000', '112256.190000', '112256.650000', '112257.110000', '112257.570000', '112258.030000', '112258.490000', '112258.950000', '112259.410000', '112259.870000', '112300.330000', '112300.790000', '112301.250000', '112301.710000', '112302.170000', '112302.630000', '112303.090000', '112303.550000', '112304.010000', '112304.470000', '112304.930000', '112305.390000', '112305.850000', '112306.310000', '112306.770000', '112307.230000', '112307.690000', '112308.150000', '112308.610000', '112309.070000', '112309.530000', '112309.990000', '112310.450000', '112310.910000', '112311.370000', '112311.830000', '112312.290000', '112312.750000', '112313.210000', '112313.670000', '112314.130000', '112314.590000', '112315.050000', '112315.510000', '112315.970000', '112316.430000', '112316.890000', '112317.350000', '112317.810000', '112318.270000', '112318.730000', '112319.190000', '112319.650000', '112320.110000', '112320.570000', '112321.030000', '112321.490000', '112321.950000', '112322.410000', '112322.870000', '112323.330000', '112323.790000', '112324.250000', '112324.710000', '112325.170000', '112325.630000', '112326.090000', '112326.550000', '112327.010000', '112327.470000', '112327.930000', '112328.390000', '112328.850000', '112329.310000', '112329.770000', '112330.230000', '112330.690000', '112331.150000', '112331.610000', '112332.070000', '112332.530000', '112332.990000', '112333.450000', '112333.910000', '112334.370000', '112334.830000', '112335.290000', '112335.750000', '112336.210000', '112336.670000', '112337.130000', '112337.590000', '112338.050000', '112338.510000', '112338.970000', '112339.430000', '112339.890000', '112340.350000', '112340.810000', '112341.270000', '112341.730000', '112342.190000', '112342.650000', '112343.110000', '112343.570000', '112344.030000', '112344.490000'], 'ContentTime': ['111714.577000', '111714.580000', '111714.583000', '111714.585000', '111714.588000', '111714.591000', '111714.593000', '111714.596000', '111714.598000', '111714.606000', '111714.608000', '111714.611000', '111714.613000', '111714.616000', '111714.619000', '111714.621000', '111714.624000', '111714.626000', '111714.629000', '111714.631000', '111734.517000', '111734.520000', '111734.523000', '111734.525000', '111734.528000', '111734.530000', '111734.533000', '111734.536000', '111734.538000', '111734.541000', '111734.543000', '111734.546000', '111734.548000', '111734.551000', '111734.554000', '111734.556000', '111734.559000', '111734.561000', '111734.564000', '111734.566000', '111734.569000', '111734.578000', '111734.580000', '111734.583000', '111734.589000', '111734.592000', '111734.594000', '111734.597000', '111734.599000', '111734.602000', '111734.604000', '111734.607000', '111734.610000', '111734.612000', '111734.615000', '111734.617000', '111734.620000', '111734.623000', '111734.625000', '111734.628000', '111734.636000', '111734.639000', '111734.641000', '111734.644000', '111754.516000', '111754.519000', '111754.522000', '111754.524000', '111754.527000', '111754.530000', '111754.532000', '111754.535000', '111754.537000', '111754.540000', '111754.542000', '111754.545000', '111754.547000', '111754.550000', '111754.553000', '111754.555000', '111754.558000', '111754.560000', '111754.563000', '111754.566000', '111754.568000', '111754.571000', '111754.573000', '111754.576000', '111754.578000', '111754.581000', '111754.583000', '111754.586000', '111754.589000', '111754.591000', '111754.594000', '111754.597000', '111754.599000', '111754.602000', '111754.605000', '111754.607000', '111754.610000', '111754.612000', '111754.615000', '111754.618000', '111754.620000', '111754.623000', '111754.625000', '111814.517000', '111814.519000', '111814.522000', '111814.525000', '111814.527000', '111814.530000', '111814.532000', '111814.535000', '111814.537000', '111814.540000', '111814.543000', '111814.545000', '111814.548000', '111814.550000', '111814.553000', '111814.555000', '111814.558000', '111814.560000', '111814.563000', '111814.566000', '111814.568000', '111814.571000', '111814.573000', '111814.576000', '111814.578000', '111814.581000', '111814.584000', '111814.586000', '111814.589000', '111814.591000', '111814.594000', '111814.596000', '111814.599000', '111814.611000', '111814.614000', '111814.616000', '111814.619000', '111814.621000', '111814.624000', '111814.627000', '111814.629000', '111814.632000', '111814.635000', '111814.637000', '111834.516000', '111834.519000', '111834.522000', '111834.524000', '111834.527000', '111834.530000', '111834.532000', '111834.535000', '111834.537000', '111834.540000', '111834.542000', '111834.545000', '111834.548000', '111834.550000', '111834.553000', '111834.555000', '111834.558000', '111834.561000', '111834.563000', '111834.566000', '111834.568000', '111834.571000', '111834.574000', '111834.576000', '111834.579000', '111834.581000', '111834.584000', '111834.587000', '111834.589000', '111834.592000', '111834.594000', '111834.597000', '111834.600000', '111834.602000', '111834.605000', '111834.607000', '111834.610000', '111834.613000', '111834.615000', '111834.618000', '111834.620000', '111834.623000', '111834.625000', '111854.517000', '111854.521000', '111854.523000', '111854.526000', '111854.529000', '111854.531000', '111854.534000', '111854.536000', '111854.539000', '111854.542000', '111854.545000', '111854.547000', '111854.550000', '111854.552000', '111854.555000', '111854.557000', '111854.560000', '111854.563000', '111854.565000', '111854.568000', '111854.570000', '111854.573000', '111854.576000', '111854.578000', '111854.581000', '111854.583000', '111854.586000', '111854.589000', '111854.591000', '111854.594000', '111854.596000', '111854.599000', '111854.602000', '111854.604000', '111854.607000', '111854.610000', '111854.612000', '111854.615000', '111854.617000', '111854.620000', '111854.622000', '111854.625000', '111854.628000', '111854.630000', '111914.518000', '111914.521000', '111914.523000', '111914.526000', '111914.528000', '111914.531000', '111914.533000', '111914.536000', '111914.539000', '111914.541000', '111914.544000', '111914.546000', '111914.549000', '111914.552000', '111914.554000', '111914.557000', '111914.559000', '111914.562000', '111914.565000', '111914.567000', '111914.570000', '111914.572000', '111914.575000', '111914.578000', '111914.580000', '111914.583000', '111914.585000', '111914.588000', '111914.591000', '111914.593000', '111914.596000', '111914.599000', '111914.601000', '111914.604000', '111914.607000', '111914.609000', '111914.612000', '111914.615000', '111914.617000', '111914.620000', '111914.622000', '111914.625000', '111914.628000', '111934.517000', '111934.520000', '111934.523000', '111934.526000', '111934.528000', '111934.531000', '111934.533000', '111934.536000', '111934.539000', '111934.541000', '111934.544000', '111934.547000', '111934.549000', '111934.552000', '111934.554000', '111934.557000', '111934.560000', '111934.562000', '111934.565000', '111934.567000', '111934.570000', '111934.573000', '111934.575000', '111934.578000', '111934.581000', '111934.583000', '111934.586000', '111934.588000', '111934.591000', '111934.594000', '111934.596000', '111934.599000', '111934.601000', '111934.604000', '111934.607000', '111934.609000', '111934.612000', '111934.614000', '111934.617000', '111934.620000', '111934.622000', '111934.625000', '111934.628000', '111934.630000', '111954.518000', '111954.520000', '111954.523000', '111954.526000', '111954.528000', '111954.531000', '111954.533000', '111954.536000', '111954.538000', '111954.541000', '111954.544000', '111954.546000', '111954.552000', '111954.555000', '111954.569000', '111954.572000', '111954.574000', '111954.577000', '111954.579000', '111954.582000', '111954.584000', '111954.587000', '111954.590000', '111954.592000', '111954.595000', '111954.597000', '111954.600000', '111954.603000', '111954.605000', '111954.608000', '111954.611000', '111954.613000', '111954.616000', '111954.618000', '111954.621000', '111954.624000', '111954.626000', '111954.629000', '111954.631000', '111954.634000', '111954.636000', '111954.639000', '111954.642000', '112014.516000', '112014.519000', '112014.522000', '112014.524000', '112014.527000', '112014.530000', '112014.532000', '112014.535000', '112014.537000', '112014.540000', '112014.543000', '112014.545000', '112014.548000', '112014.550000', '112014.553000', '112014.556000', '112014.558000', '112014.561000', '112014.564000', '112014.566000', '112014.569000', '112014.571000', '112014.574000', '112014.576000', '112014.579000', '112014.581000', '112014.584000', '112014.587000', '112014.589000', '112014.592000', '112014.594000', '112014.597000', '112014.600000', '112014.602000', '112014.605000', '112014.607000', '112014.610000', '112014.613000', '112014.615000', '112014.618000', '112014.620000', '112014.623000', '112014.626000', '112014.628000', '112034.517000', '112034.519000', '112034.522000', '112034.524000', '112034.527000', '112034.530000', '112034.532000', '112034.535000', '112034.537000', '112034.540000', '112034.543000', '112034.545000', '112034.548000', '112034.550000', '112034.553000', '112034.556000', '112034.558000', '112034.561000', '112034.563000', '112034.566000', '112034.569000', '112034.571000', '112034.574000', '112034.576000', '112034.579000', '112034.582000', '112034.584000', '112034.587000', '112034.589000', '112034.592000', '112034.595000', '112034.597000', '112034.600000', '112034.603000', '112034.611000', '112034.613000', '112034.616000', '112034.619000', '112034.621000', '112034.624000', '112034.627000', '112034.629000', '112034.632000', '112054.517000', '112054.519000', '112054.522000', '112054.525000', '112054.527000', '112054.530000', '112054.532000', '112054.535000', '112054.538000', '112054.540000', '112054.543000', '112054.546000', '112054.548000', '112054.551000', '112054.553000', '112054.556000', '112054.559000', '112054.561000', '112054.564000', '112054.566000', '112054.569000', '112054.572000', '112054.574000', '112054.577000', '112054.579000', '112054.582000', '112054.585000', '112054.587000', '112054.590000', '112054.593000', '112054.595000', '112054.598000', '112054.601000', '112054.603000', '112054.606000', '112054.609000', '112054.611000', '112054.614000', '112054.617000', '112054.619000', '112054.622000', '112054.625000', '112054.627000', '112054.630000', '112114.517000', '112114.520000', '112114.523000', '112114.526000', '112114.528000', '112114.531000', '112114.534000', '112114.536000', '112114.539000', '112114.542000', '112114.544000', '112114.547000', '112114.549000', '112114.552000', '112114.555000', '112114.557000', '112114.560000', '112114.563000', '112114.565000', '112114.568000', '112114.570000', '112114.573000', '112114.576000', '112114.578000', '112114.581000', '112114.583000', '112114.586000', '112114.589000', '112114.591000', '112114.594000', '112114.596000', '112114.599000', '112114.602000', '112114.604000', '112114.607000', '112114.610000', '112114.612000', '112114.615000', '112114.617000', '112114.620000', '112114.623000', '112114.625000', '112114.628000', '112134.517000', '112134.520000', '112134.523000', '112134.525000', '112134.528000', '112134.531000', '112134.533000', '112134.536000', '112134.538000', '112134.541000', '112134.545000', '112134.548000', '112134.551000', '112134.553000', '112134.556000', '112134.558000', '112134.561000', '112134.564000', '112134.566000', '112134.569000', '112134.571000', '112134.574000', '112134.577000', '112134.579000', '112134.582000', '112134.584000', '112134.587000', '112134.590000', '112134.592000', '112134.595000', '112134.598000', '112134.601000', '112134.603000', '112134.606000', '112134.608000', '112134.611000', '112134.613000', '112134.616000', '112134.619000', '112134.621000', '112134.624000', '112134.627000', '112134.630000', '112154.518000', '112154.520000', '112154.523000', '112154.526000', '112154.528000', '112154.531000', '112154.533000', '112154.536000', '112154.538000', '112154.548000', '112154.551000', '112154.554000', '112154.556000', '112154.559000', '112154.562000', '112154.564000', '112154.567000', '112154.570000', '112154.572000', '112154.575000', '112154.577000', '112154.580000', '112154.583000', '112154.585000', '112154.588000', '112154.591000', '112154.593000', '112154.596000', '112154.599000', '112154.601000', '112154.604000', '112154.606000', '112154.609000', '112154.612000', '112154.615000', '112154.617000', '112154.620000', '112154.622000', '112154.626000', '112154.628000', '112154.631000', '112154.634000', '112154.636000', '112154.639000', '112214.518000', '112214.520000', '112214.523000', '112214.526000', '112214.529000', '112214.531000', '112214.534000', '112214.536000', '112214.539000', '112214.542000', '112214.544000', '112214.547000', '112214.550000', '112214.552000', '112214.555000', '112214.557000', '112214.560000', '112214.563000', '112214.565000', '112214.568000', '112214.570000', '112214.573000', '112214.576000', '112214.578000', '112214.581000', '112214.584000', '112214.586000', '112214.589000', '112214.591000', '112214.594000', '112214.597000', '112214.599000', '112214.602000', '112214.605000', '112214.607000', '112214.610000', '112214.612000', '112214.615000', '112214.618000', '112214.620000', '112214.623000', '112214.625000', '112214.628000', '112234.517000', '112234.519000', '112234.522000', '112234.525000', '112234.527000', '112234.538000', '112234.540000', '112234.543000', '112234.546000', '112234.548000', '112234.551000', '112234.553000', '112234.556000', '112234.559000', '112234.561000', '112234.564000', '112234.566000', '112234.569000', '112234.572000', '112234.574000', '112234.577000', '112234.579000', '112234.582000', '112234.585000', '112234.587000', '112234.590000', '112234.592000', '112234.595000', '112234.598000', '112234.601000', '112234.603000', '112234.606000', '112234.609000', '112234.611000', '112234.614000', '112234.616000', '112234.619000', '112234.622000', '112234.624000', '112234.627000', '112234.629000', '112234.632000', '112234.635000', '112234.637000', '112254.517000', '112254.519000', '112254.522000', '112254.525000', '112254.527000', '112254.530000', '112254.532000', '112254.535000', '112254.538000', '112254.540000', '112254.543000', '112254.546000', '112254.548000', '112254.551000', '112254.554000', '112254.556000', '112254.559000', '112254.561000', '112254.564000', '112254.567000', '112254.569000', '112254.582000', '112254.585000', '112254.588000', '112254.590000', '112254.593000', '112254.596000', '112254.598000', '112254.601000', '112254.604000', '112254.606000', '112254.609000', '112254.611000', '112254.614000', '112254.617000', '112254.619000', '112254.622000', '112254.625000', '112254.627000', '112254.630000', '112254.632000', '112254.635000', '112254.638000', '112314.518000', '112314.521000', '112314.523000', '112314.526000', '112314.528000', '112314.531000', '112314.534000', '112314.536000', '112314.539000', '112314.541000', '112314.544000', '112314.547000', '112314.549000', '112314.552000', '112314.555000', '112314.557000', '112314.560000', '112314.562000', '112314.565000', '112314.568000', '112314.571000', '112314.574000', '112314.576000', '112314.579000', '112314.581000', '112314.584000', '112314.587000', '112314.589000', '112314.592000', '112314.594000', '112314.597000', '112314.600000', '112314.602000', '112314.605000', '112314.608000', '112314.610000', '112314.613000', '112314.616000', '112314.618000', '112314.621000', '112314.623000', '112314.626000', '112314.629000', '112314.631000', '112334.518000', '112334.520000', '112334.523000', '112334.526000', '112334.528000', '112334.531000', '112334.533000', '112334.536000', '112334.539000', '112334.541000', '112334.544000', '112334.546000', '112334.549000', '112334.552000', '112334.554000', '112334.557000', '112334.559000', '112334.562000', '112334.565000', '112334.567000', '112334.570000', '112334.572000', '112334.575000', '112334.577000', '112334.580000', '112334.583000', '112334.585000', '112334.588000', '112334.591000', '112334.594000', '112334.597000', '112334.599000', '112334.602000', '112334.605000', '112334.607000', '112334.610000', '112334.613000', '112334.615000', '112334.618000', '112334.620000', '112334.623000', '112334.625000', '112334.628000', '112346.078000', '112346.081000', '112346.084000', '112346.087000', '112346.089000', '112346.092000', '112346.095000', '112346.097000', '112346.100000', '112346.103000', '112346.105000', '112346.108000', '112346.111000', '112346.113000', '112346.116000', '112346.123000', '112346.126000', '112346.129000', '112346.131000', '112346.134000', '112346.137000', '112346.140000', '112346.142000', '112346.145000', '112346.148000', '112346.150000'], 'InstanceCreationTime': ['111714.577000', '111714.580000', '111714.583000', '111714.585000', '111714.588000', '111714.591000', '111714.593000', '111714.596000', '111714.598000', '111714.606000', '111714.608000', '111714.611000', '111714.613000', '111714.616000', '111714.619000', '111714.621000', '111714.624000', '111714.626000', '111714.629000', '111714.631000', '111734.517000', '111734.520000', '111734.523000', '111734.525000', '111734.528000', '111734.530000', '111734.533000', '111734.536000', '111734.538000', '111734.541000', '111734.543000', '111734.546000', '111734.548000', '111734.551000', '111734.554000', '111734.556000', '111734.559000', '111734.561000', '111734.564000', '111734.566000', '111734.569000', '111734.578000', '111734.580000', '111734.583000', '111734.589000', '111734.592000', '111734.594000', '111734.597000', '111734.599000', '111734.602000', '111734.604000', '111734.607000', '111734.610000', '111734.612000', '111734.615000', '111734.617000', '111734.620000', '111734.623000', '111734.625000', '111734.628000', '111734.636000', '111734.639000', '111734.641000', '111734.644000', '111754.516000', '111754.519000', '111754.522000', '111754.524000', '111754.527000', '111754.530000', '111754.532000', '111754.535000', '111754.537000', '111754.540000', '111754.542000', '111754.545000', '111754.547000', '111754.550000', '111754.553000', '111754.555000', '111754.558000', '111754.560000', '111754.563000', '111754.566000', '111754.568000', '111754.571000', '111754.573000', '111754.576000', '111754.578000', '111754.581000', '111754.583000', '111754.586000', '111754.589000', '111754.591000', '111754.594000', '111754.597000', '111754.599000', '111754.602000', '111754.605000', '111754.607000', '111754.610000', '111754.612000', '111754.615000', '111754.618000', '111754.620000', '111754.623000', '111754.625000', '111814.517000', '111814.519000', '111814.522000', '111814.525000', '111814.527000', '111814.530000', '111814.532000', '111814.535000', '111814.537000', '111814.540000', '111814.543000', '111814.545000', '111814.548000', '111814.550000', '111814.553000', '111814.555000', '111814.558000', '111814.560000', '111814.563000', '111814.566000', '111814.568000', '111814.571000', '111814.573000', '111814.576000', '111814.578000', '111814.581000', '111814.584000', '111814.586000', '111814.589000', '111814.591000', '111814.594000', '111814.596000', '111814.599000', '111814.611000', '111814.614000', '111814.616000', '111814.619000', '111814.621000', '111814.624000', '111814.627000', '111814.629000', '111814.632000', '111814.635000', '111814.637000', '111834.516000', '111834.519000', '111834.522000', '111834.524000', '111834.527000', '111834.530000', '111834.532000', '111834.535000', '111834.537000', '111834.540000', '111834.542000', '111834.545000', '111834.548000', '111834.550000', '111834.553000', '111834.555000', '111834.558000', '111834.561000', '111834.563000', '111834.566000', '111834.568000', '111834.571000', '111834.574000', '111834.576000', '111834.579000', '111834.581000', '111834.584000', '111834.587000', '111834.589000', '111834.592000', '111834.594000', '111834.597000', '111834.600000', '111834.602000', '111834.605000', '111834.607000', '111834.610000', '111834.613000', '111834.615000', '111834.618000', '111834.620000', '111834.623000', '111834.625000', '111854.517000', '111854.521000', '111854.523000', '111854.526000', '111854.529000', '111854.531000', '111854.534000', '111854.536000', '111854.539000', '111854.542000', '111854.545000', '111854.547000', '111854.550000', '111854.552000', '111854.555000', '111854.557000', '111854.560000', '111854.563000', '111854.565000', '111854.568000', '111854.570000', '111854.573000', '111854.576000', '111854.578000', '111854.581000', '111854.583000', '111854.586000', '111854.589000', '111854.591000', '111854.594000', '111854.596000', '111854.599000', '111854.602000', '111854.604000', '111854.607000', '111854.610000', '111854.612000', '111854.615000', '111854.617000', '111854.620000', '111854.622000', '111854.625000', '111854.628000', '111854.630000', '111914.518000', '111914.521000', '111914.523000', '111914.526000', '111914.528000', '111914.531000', '111914.533000', '111914.536000', '111914.539000', '111914.541000', '111914.544000', '111914.546000', '111914.549000', '111914.552000', '111914.554000', '111914.557000', '111914.559000', '111914.562000', '111914.565000', '111914.567000', '111914.570000', '111914.572000', '111914.575000', '111914.578000', '111914.580000', '111914.583000', '111914.585000', '111914.588000', '111914.591000', '111914.593000', '111914.596000', '111914.599000', '111914.601000', '111914.604000', '111914.607000', '111914.609000', '111914.612000', '111914.615000', '111914.617000', '111914.620000', '111914.622000', '111914.625000', '111914.628000', '111934.517000', '111934.520000', '111934.523000', '111934.526000', '111934.528000', '111934.531000', '111934.533000', '111934.536000', '111934.539000', '111934.541000', '111934.544000', '111934.547000', '111934.549000', '111934.552000', '111934.554000', '111934.557000', '111934.560000', '111934.562000', '111934.565000', '111934.567000', '111934.570000', '111934.573000', '111934.575000', '111934.578000', '111934.581000', '111934.583000', '111934.586000', '111934.588000', '111934.591000', '111934.594000', '111934.596000', '111934.599000', '111934.601000', '111934.604000', '111934.607000', '111934.609000', '111934.612000', '111934.614000', '111934.617000', '111934.620000', '111934.622000', '111934.625000', '111934.628000', '111934.630000', '111954.518000', '111954.520000', '111954.523000', '111954.526000', '111954.528000', '111954.531000', '111954.533000', '111954.536000', '111954.538000', '111954.541000', '111954.544000', '111954.546000', '111954.552000', '111954.555000', '111954.569000', '111954.572000', '111954.574000', '111954.577000', '111954.579000', '111954.582000', '111954.584000', '111954.587000', '111954.590000', '111954.592000', '111954.595000', '111954.597000', '111954.600000', '111954.603000', '111954.605000', '111954.608000', '111954.611000', '111954.613000', '111954.616000', '111954.618000', '111954.621000', '111954.624000', '111954.626000', '111954.629000', '111954.631000', '111954.634000', '111954.636000', '111954.639000', '111954.642000', '112014.516000', '112014.519000', '112014.522000', '112014.524000', '112014.527000', '112014.530000', '112014.532000', '112014.535000', '112014.537000', '112014.540000', '112014.543000', '112014.545000', '112014.548000', '112014.550000', '112014.553000', '112014.556000', '112014.558000', '112014.561000', '112014.564000', '112014.566000', '112014.569000', '112014.571000', '112014.574000', '112014.576000', '112014.579000', '112014.581000', '112014.584000', '112014.587000', '112014.589000', '112014.592000', '112014.594000', '112014.597000', '112014.600000', '112014.602000', '112014.605000', '112014.607000', '112014.610000', '112014.613000', '112014.615000', '112014.618000', '112014.620000', '112014.623000', '112014.626000', '112014.628000', '112034.517000', '112034.519000', '112034.522000', '112034.524000', '112034.527000', '112034.530000', '112034.532000', '112034.535000', '112034.537000', '112034.540000', '112034.543000', '112034.545000', '112034.548000', '112034.550000', '112034.553000', '112034.556000', '112034.558000', '112034.561000', '112034.563000', '112034.566000', '112034.569000', '112034.571000', '112034.574000', '112034.576000', '112034.579000', '112034.582000', '112034.584000', '112034.587000', '112034.589000', '112034.592000', '112034.595000', '112034.597000', '112034.600000', '112034.603000', '112034.611000', '112034.613000', '112034.616000', '112034.619000', '112034.621000', '112034.624000', '112034.627000', '112034.629000', '112034.632000', '112054.517000', '112054.519000', '112054.522000', '112054.525000', '112054.527000', '112054.530000', '112054.532000', '112054.535000', '112054.538000', '112054.540000', '112054.543000', '112054.546000', '112054.548000', '112054.551000', '112054.553000', '112054.556000', '112054.559000', '112054.561000', '112054.564000', '112054.566000', '112054.569000', '112054.572000', '112054.574000', '112054.577000', '112054.579000', '112054.582000', '112054.585000', '112054.587000', '112054.590000', '112054.593000', '112054.595000', '112054.598000', '112054.601000', '112054.603000', '112054.606000', '112054.609000', '112054.611000', '112054.614000', '112054.617000', '112054.619000', '112054.622000', '112054.625000', '112054.627000', '112054.630000', '112114.517000', '112114.520000', '112114.523000', '112114.526000', '112114.528000', '112114.531000', '112114.534000', '112114.536000', '112114.539000', '112114.542000', '112114.544000', '112114.547000', '112114.549000', '112114.552000', '112114.555000', '112114.557000', '112114.560000', '112114.563000', '112114.565000', '112114.568000', '112114.570000', '112114.573000', '112114.576000', '112114.578000', '112114.581000', '112114.583000', '112114.586000', '112114.589000', '112114.591000', '112114.594000', '112114.596000', '112114.599000', '112114.602000', '112114.604000', '112114.607000', '112114.610000', '112114.612000', '112114.615000', '112114.617000', '112114.620000', '112114.623000', '112114.625000', '112114.628000', '112134.517000', '112134.520000', '112134.523000', '112134.525000', '112134.528000', '112134.531000', '112134.533000', '112134.536000', '112134.538000', '112134.541000', '112134.545000', '112134.548000', '112134.551000', '112134.553000', '112134.556000', '112134.558000', '112134.561000', '112134.564000', '112134.566000', '112134.569000', '112134.571000', '112134.574000', '112134.577000', '112134.579000', '112134.582000', '112134.584000', '112134.587000', '112134.590000', '112134.592000', '112134.595000', '112134.598000', '112134.601000', '112134.603000', '112134.606000', '112134.608000', '112134.611000', '112134.613000', '112134.616000', '112134.619000', '112134.621000', '112134.624000', '112134.627000', '112134.630000', '112154.518000', '112154.520000', '112154.523000', '112154.526000', '112154.528000', '112154.531000', '112154.533000', '112154.536000', '112154.538000', '112154.548000', '112154.551000', '112154.554000', '112154.556000', '112154.559000', '112154.562000', '112154.564000', '112154.567000', '112154.570000', '112154.572000', '112154.575000', '112154.577000', '112154.580000', '112154.583000', '112154.585000', '112154.588000', '112154.591000', '112154.593000', '112154.596000', '112154.599000', '112154.601000', '112154.604000', '112154.606000', '112154.609000', '112154.612000', '112154.615000', '112154.617000', '112154.620000', '112154.622000', '112154.626000', '112154.628000', '112154.631000', '112154.634000', '112154.636000', '112154.639000', '112214.518000', '112214.520000', '112214.523000', '112214.526000', '112214.529000', '112214.531000', '112214.534000', '112214.536000', '112214.539000', '112214.542000', '112214.544000', '112214.547000', '112214.550000', '112214.552000', '112214.555000', '112214.557000', '112214.560000', '112214.563000', '112214.565000', '112214.568000', '112214.570000', '112214.573000', '112214.576000', '112214.578000', '112214.581000', '112214.584000', '112214.586000', '112214.589000', '112214.591000', '112214.594000', '112214.597000', '112214.599000', '112214.602000', '112214.605000', '112214.607000', '112214.610000', '112214.612000', '112214.615000', '112214.618000', '112214.620000', '112214.623000', '112214.625000', '112214.628000', '112234.517000', '112234.519000', '112234.522000', '112234.525000', '112234.527000', '112234.538000', '112234.540000', '112234.543000', '112234.546000', '112234.548000', '112234.551000', '112234.553000', '112234.556000', '112234.559000', '112234.561000', '112234.564000', '112234.566000', '112234.569000', '112234.572000', '112234.574000', '112234.577000', '112234.579000', '112234.582000', '112234.585000', '112234.587000', '112234.590000', '112234.592000', '112234.595000', '112234.598000', '112234.601000', '112234.603000', '112234.606000', '112234.609000', '112234.611000', '112234.614000', '112234.616000', '112234.619000', '112234.622000', '112234.624000', '112234.627000', '112234.629000', '112234.632000', '112234.635000', '112234.637000', '112254.517000', '112254.519000', '112254.522000', '112254.525000', '112254.527000', '112254.530000', '112254.532000', '112254.535000', '112254.538000', '112254.540000', '112254.543000', '112254.546000', '112254.548000', '112254.551000', '112254.554000', '112254.556000', '112254.559000', '112254.561000', '112254.564000', '112254.567000', '112254.569000', '112254.582000', '112254.585000', '112254.588000', '112254.590000', '112254.593000', '112254.596000', '112254.598000', '112254.601000', '112254.604000', '112254.606000', '112254.609000', '112254.611000', '112254.614000', '112254.617000', '112254.619000', '112254.622000', '112254.625000', '112254.627000', '112254.630000', '112254.632000', '112254.635000', '112254.638000', '112314.518000', '112314.521000', '112314.523000', '112314.526000', '112314.528000', '112314.531000', '112314.534000', '112314.536000', '112314.539000', '112314.541000', '112314.544000', '112314.547000', '112314.549000', '112314.552000', '112314.555000', '112314.557000', '112314.560000', '112314.562000', '112314.565000', '112314.568000', '112314.571000', '112314.574000', '112314.576000', '112314.579000', '112314.581000', '112314.584000', '112314.587000', '112314.589000', '112314.592000', '112314.594000', '112314.597000', '112314.600000', '112314.602000', '112314.605000', '112314.608000', '112314.610000', '112314.613000', '112314.616000', '112314.618000', '112314.621000', '112314.623000', '112314.626000', '112314.629000', '112314.631000', '112334.518000', '112334.520000', '112334.523000', '112334.526000', '112334.528000', '112334.531000', '112334.533000', '112334.536000', '112334.539000', '112334.541000', '112334.544000', '112334.546000', '112334.549000', '112334.552000', '112334.554000', '112334.557000', '112334.559000', '112334.562000', '112334.565000', '112334.567000', '112334.570000', '112334.572000', '112334.575000', '112334.577000', '112334.580000', '112334.583000', '112334.585000', '112334.588000', '112334.591000', '112334.594000', '112334.597000', '112334.599000', '112334.602000', '112334.605000', '112334.607000', '112334.610000', '112334.613000', '112334.615000', '112334.618000', '112334.620000', '112334.623000', '112334.625000', '112334.628000', '112346.078000', '112346.081000', '112346.084000', '112346.087000', '112346.089000', '112346.092000', '112346.095000', '112346.097000', '112346.100000', '112346.103000', '112346.105000', '112346.108000', '112346.111000', '112346.113000', '112346.116000', '112346.123000', '112346.126000', '112346.129000', '112346.131000', '112346.134000', '112346.137000', '112346.140000', '112346.142000', '112346.145000', '112346.148000', '112346.150000'], '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': [10541, 12474, 9398, 13252, 10411, 13066, 10479, 13253, 10322, 13575, 9674, 13420, 8969, 12744, 8557, 12067, 8448, 11155, 8073, 11517, 8473, 10687, 8414, 10426, 8319, 11396, 8577, 10870, 8319, 11383, 8628, 9186, 9364, 10389, 9838, 14237, 9623, 13075, 9911, 9256, 11215, 11424, 11906, 15413, 12525, 12146, 11575, 10695, 12276, 9737, 14029, 11856, 9348, 12953, 10941, 12077, 12503, 10664, 13269, 10080, 15153, 11620, 10095, 13497, 10824, 14648, 11245, 13849, 10915, 13572, 9984, 12934, 9501, 12170, 9991, 11352, 9705, 11203, 9402, 11491, 10180, 11187, 9644, 11061, 9587, 11152, 9868, 10923, 9299, 11183, 9764, 12397, 15352, 16111, 11008, 10841, 12144, 10458, 12131, 10452, 12004, 11320, 10588, 14429, 10464, 16519, 12288, 11222, 13448, 10970, 16141, 13971, 12644, 10985, 12796, 9851, 13265, 12437, 14685, 10727, 14294, 11354, 14304, 11514, 15201, 10957, 14328, 9993, 12837, 10057, 11514, 9592, 11437, 9329, 11888, 9446, 11162, 9076, 10632, 10899, 10275, 11304, 10607, 13127, 11467, 11165, 10935, 10827, 10408, 10919, 9939, 10724, 9496, 11087, 9146, 10969, 9001, 10830, 8651, 11692, 9077, 11067, 8134, 10945, 9317, 11336, 10437, 11083, 8124, 10393, 10128, 11830, 10420, 11472, 10593, 11066, 11947, 10231, 11861, 12278, 11162, 13547, 10946, 13153, 10657, 13330, 10924, 13744, 11024, 14347, 11320, 13401, 11784, 13259, 11579, 13324, 11409, 13402, 11329, 13743, 9565, 13235, 9371, 13955, 9012, 13979, 10255, 13915, 10979, 14154, 11564, 14174, 11830, 14544, 11281, 14460, 10877, 14736, 10428, 14473, 10458, 14343, 10085, 14309, 10080, 13971, 10384, 13660, 10156, 13676, 10195, 13257, 10301, 13573, 10724, 13505, 9810, 13625, 9606, 13281, 9776, 12945, 12138, 12086, 14982, 11489, 8844, 12011, 10299, 12659, 8810, 11964, 8981, 11992, 9373, 11497, 13939, 11408, 12431, 11609, 12131, 11007, 13379, 10848, 11971, 11417, 12115, 11191, 12149, 11072, 11770, 10260, 13024, 10299, 12801, 10059, 13340, 11179, 13283, 10511, 12971, 12612, 11771, 17034, 11378, 14031, 11032, 14140, 11128, 13708, 11310, 13436, 11289, 14447, 11102, 14108, 10231, 14168, 10621, 14441, 11804, 13811, 12756, 12047, 12788, 11675, 15020, 11375, 15302, 11198, 13088, 11447, 13087, 10635, 13038, 10876, 12733, 11629, 13471, 11253, 13579, 10807, 13708, 11061, 14057, 11475, 13857, 10503, 13609, 9937, 12736, 9032, 12548, 9363, 11617, 9255, 12225, 10648, 12126, 10858, 12334, 11326, 12881, 10619, 10458, 11468, 10208, 10237, 8189, 12417, 11618, 11841, 14018, 11343, 14967, 11641, 14634, 11855, 13325, 11919, 14307, 11941, 14196, 11511, 9416, 11338, 12058, 12253, 11728, 11655, 10512, 11147, 10605, 10199, 11587, 10933, 12381, 10543, 12239, 11452, 15168, 10871, 12382, 10322, 13001, 9792, 12224, 10369, 11928, 10004, 12457, 10222, 13123, 9609, 13402, 9795, 12967, 10113, 13302, 9700, 12784, 10202, 12227, 10056, 11961, 9852, 11741, 10190, 11574, 9915, 11461, 10066, 11711, 10207, 11669, 10056, 11651, 9764, 11079, 9551, 11458, 9818, 11675, 9149, 11493, 9941, 11875, 10265, 12863, 11277, 12311, 10934, 13223, 12418, 12394, 13289, 11687, 14608, 11117, 14747, 10954, 14358, 11376, 15334, 11303, 15181, 11581, 12944, 11627, 12187, 12622, 13366, 12635, 11156, 13212, 9568, 14082, 9490, 14458, 10854, 14036, 9975, 13630, 10031, 13356, 10342, 12870, 11038, 12698, 10210, 13295, 11960, 13949, 11829, 13961, 11192, 13924, 11825, 13778, 11706, 13921, 11007, 13714, 11935, 14172, 11721, 14188, 11609, 14054, 11350, 13733, 11321, 12593, 10872, 9047, 11756, 9858, 12639, 11703, 12884, 11691, 13842, 11687, 13457, 12478, 13523, 12002, 14225, 11131, 13924, 11816, 13659, 11080, 10341, 11526, 9382, 13108, 12686, 13927, 12065, 13984, 11746, 14326, 12164, 14109, 12200, 14390, 11904, 13214, 11162, 11441, 11354, 9457, 12748, 9146, 12507, 10106, 12332, 13512, 11311, 9005, 11437, 10362, 11741, 9678, 11829, 10339, 11839, 9502, 11411, 10940, 12465, 11555, 12092, 11697, 11816, 13645, 11963, 13779, 12186, 14628, 11970, 14797, 11670, 14748, 11969, 14185, 11954, 13316, 11315, 12736, 11327, 12934, 11268, 12393, 11154, 12884, 11097, 12830, 11460, 13084, 11795, 13087, 11625, 12722, 12086, 13045, 12447, 13128, 11498, 12581, 8661, 12767, 9915, 12013, 9570, 11786, 11470, 11420, 13906, 11151, 14086, 11128, 13443, 11536, 13542, 11482, 12928, 11354, 12790, 11252, 12985, 11199, 12246, 11712, 11988, 11591, 11861, 12066, 11809, 11787, 12182, 11526, 11778, 8787, 11308, 12808, 11256, 14028, 11094, 13652, 11572, 13630, 11864, 13187, 11886, 13210, 11700, 13488, 11653, 13034, 12005, 13469, 11824, 13582, 12305, 12781, 12459, 12455, 12208, 12060, 12089, 12499, 12557, 12808, 11804, 12684, 12043, 12798, 9763, 12603, 9367, 11891, 13758, 11231, 14330, 11659, 13182, 11524, 13028, 11556, 12779, 12070, 12236, 11826, 12738, 11638, 12253, 12070, 12763, 12182, 12250, 12157, 12445, 9756, 11791, 10208, 11479, 10708, 11857, 15248, 10898, 13662, 11030, 13504, 11185, 13129, 11720, 12474, 11883, 12804, 11948, 12045, 11771, 11865, 11516, 12231, 11801, 12478, 11686, 12091, 11632, 12358, 12194, 12036, 12236, 12466, 10307, 12070, 11479, 12072, 10346, 12495, 9614, 11875, 9123, 11733, 9933, 11709, 9506, 12304, 11815, 12686, 11413, 12316, 11933, 12800, 11859, 12719, 11534, 12885, 12401, 13085, 11399, 14931, 10451, 13706, 10636, 14046, 10869, 14244, 11477, 13830, 10867, 13426, 11693, 13544, 11602, 13603, 8903, 13261, 9622, 13224, 9794, 13511, 9360, 12987, 9061, 12909, 9206, 12428, 11057, 11922, 8720, 11917, 8488, 12648, 8963, 12571, 8982, 12588, 9015, 11798, 10897, 12124, 11128, 12187, 9034, 11682, 9909, 11638, 10898, 11926, 9797, 11736, 13244, 11589, 13255, 11556, 12764, 11153, 13062, 10948, 12635, 10509, 12062, 10880, 11768, 12206, 11343, 9700, 10226, 10322, 12503, 10930, 12459, 13542, 12974, 11405, 12100, 12322, 14462, 16428, 14493, 16699, 13255, 10180, 18372, 12555, 9072, 13932, 11544, 9542, 14240, 11247, 12889, 13896, 13266, 17323, 14154, 9837, 12705, 11361, 13637, 13313, 11196, 14599, 13083, 14012, 12265, 14088, 12808, 14764, 13155, 9913, 13083, 11188, 13453, 11668, 11802, 12779, 12695, 10761, 13726, 11353, 13115, 12278, 12727, 11698, 12818, 10984, 12518], 'WindowCenter': [4590.0, 4598.0, 4543.0, 4581.0, 4549.0, 4566.0, 4537.0, 4567.0, 4536.0, 4552.0, 4510.0, 4540.0, 4477.0, 4528.0, 4491.0, 4532.0, 4479.0, 4531.0, 4480.0, 4528.0, 4492.0, 4532.0, 4490.0, 4509.0, 4491.0, 4530.0, 4503.0, 4545.0, 4493.0, 4544.0, 4517.0, 4501.0, 4514.0, 4523.0, 4537.0, 4576.0, 4539.0, 4553.0, 4523.0, 4512.0, 4546.0, 4532.0, 4543.0, 4564.0, 4554.0, 4531.0, 4544.0, 4521.0, 4542.0, 4516.0, 4553.0, 4546.0, 4528.0, 4566.0, 4551.0, 4557.0, 4556.0, 4524.0, 4544.0, 4524.0, 4565.0, 4536.0, 4537.0, 4552.0, 4524.0, 4552.0, 4522.0, 4539.0, 4522.0, 4542.0, 4498.0, 4517.0, 4486.0, 4516.0, 4510.0, 4518.0, 4498.0, 4507.0, 4489.0, 4518.0, 4523.0, 4533.0, 4512.0, 4521.0, 4514.0, 4532.0, 4525.0, 4535.0, 4514.0, 4534.0, 4527.0, 4482.0, 4643.0, 4555.0, 4472.0, 4507.0, 4531.0, 4537.0, 4559.0, 4550.0, 4555.0, 4533.0, 4495.0, 4502.0, 4485.0, 4564.0, 4533.0, 4535.0, 4555.0, 4523.0, 4554.0, 4530.0, 4570.0, 4523.0, 4543.0, 4498.0, 4530.0, 4527.0, 4559.0, 4516.0, 4533.0, 4495.0, 4514.0, 4504.0, 4521.0, 4482.0, 4506.0, 4468.0, 4486.0, 4458.0, 4478.0, 4457.0, 4488.0, 4459.0, 4499.0, 4470.0, 4491.0, 4461.0, 4491.0, 4492.0, 4495.0, 4504.0, 4507.0, 4526.0, 4516.0, 4517.0, 4518.0, 4506.0, 4509.0, 4506.0, 4497.0, 4506.0, 4499.0, 4518.0, 4499.0, 4519.0, 4490.0, 4520.0, 4490.0, 4532.0, 4499.0, 4531.0, 4479.0, 4511.0, 4499.0, 4533.0, 4522.0, 4533.0, 4481.0, 4523.0, 4536.0, 4544.0, 4534.0, 4546.0, 4536.0, 4520.0, 4531.0, 4513.0, 4533.0, 4546.0, 4547.0, 4568.0, 4537.0, 4557.0, 4535.0, 4556.0, 4535.0, 4543.0, 4522.0, 4552.0, 4520.0, 4541.0, 4531.0, 4542.0, 4519.0, 4539.0, 4518.0, 4538.0, 4519.0, 4539.0, 4488.0, 4539.0, 4489.0, 4551.0, 4502.0, 4554.0, 4524.0, 4540.0, 4522.0, 4539.0, 4533.0, 4567.0, 4547.0, 4565.0, 4536.0, 4553.0, 4521.0, 4550.0, 4523.0, 4550.0, 4511.0, 4551.0, 4509.0, 4549.0, 4512.0, 4551.0, 4511.0, 4552.0, 4510.0, 4551.0, 4521.0, 4542.0, 4511.0, 4541.0, 4520.0, 4541.0, 4511.0, 4552.0, 4500.0, 4553.0, 4510.0, 4540.0, 4529.0, 4530.0, 4551.0, 4520.0, 4489.0, 4530.0, 4509.0, 4539.0, 4502.0, 4533.0, 4490.0, 4531.0, 4501.0, 4532.0, 4551.0, 4531.0, 4531.0, 4521.0, 4529.0, 4521.0, 4542.0, 4523.0, 4529.0, 4532.0, 4530.0, 4523.0, 4532.0, 4535.0, 4532.0, 4523.0, 4541.0, 4522.0, 4543.0, 4512.0, 4554.0, 4533.0, 4553.0, 4522.0, 4542.0, 4541.0, 4532.0, 4574.0, 4533.0, 4553.0, 4534.0, 4552.0, 4534.0, 4553.0, 4534.0, 4542.0, 4533.0, 4552.0, 4521.0, 4553.0, 4513.0, 4552.0, 4521.0, 4551.0, 4520.0, 4552.0, 4531.0, 4533.0, 4529.0, 4521.0, 4540.0, 4531.0, 4551.0, 4521.0, 4531.0, 4521.0, 4529.0, 4522.0, 4541.0, 4523.0, 4531.0, 4523.0, 4540.0, 4522.0, 4541.0, 4522.0, 4540.0, 4520.0, 4540.0, 4518.0, 4541.0, 4509.0, 4540.0, 4496.0, 4527.0, 4476.0, 4528.0, 4488.0, 4518.0, 4487.0, 4529.0, 4510.0, 4529.0, 4521.0, 4532.0, 4422.0, 4619.0, 4490.0, 4520.0, 4504.0, 4481.0, 4494.0, 4475.0, 4529.0, 4535.0, 4534.0, 4554.0, 4547.0, 4576.0, 4546.0, 4550.0, 4532.0, 4539.0, 4531.0, 4539.0, 4533.0, 4552.0, 4521.0, 4488.0, 4519.0, 4529.0, 4554.0, 4541.0, 4532.0, 4523.0, 4521.0, 4499.0, 4528.0, 4535.0, 4522.0, 4534.0, 4525.0, 4549.0, 4540.0, 4542.0, 4521.0, 4529.0, 4497.0, 4526.0, 4499.0, 4518.0, 4510.0, 4532.0, 4513.0, 4528.0, 4513.0, 4539.0, 4502.0, 4552.0, 4525.0, 4542.0, 4513.0, 4539.0, 4513.0, 4530.0, 4513.0, 4532.0, 4513.0, 4519.0, 4510.0, 4519.0, 4511.0, 4531.0, 4514.0, 4521.0, 4513.0, 4530.0, 4522.0, 4531.0, 4526.0, 4545.0, 4526.0, 4533.0, 4511.0, 4534.0, 4513.0, 4545.0, 4528.0, 4544.0, 4527.0, 4557.0, 4418.0, 4386.0, 4528.0, 4580.0, 4517.0, 4532.0, 4523.0, 4510.0, 4520.0, 4499.0, 4518.0, 4500.0, 4531.0, 4501.0, 4529.0, 4511.0, 4499.0, 4531.0, 4548.0, 4508.0, 4517.0, 4520.0, 4518.0, 4530.0, 4543.0, 4544.0, 4519.0, 4530.0, 4489.0, 4527.0, 4476.0, 4540.0, 4508.0, 4528.0, 4486.0, 4527.0, 4484.0, 4527.0, 4499.0, 4528.0, 4494.0, 4515.0, 4483.0, 4525.0, 4518.0, 4539.0, 4516.0, 4538.0, 4509.0, 4537.0, 4533.0, 4551.0, 4531.0, 4538.0, 4511.0, 4537.0, 4531.0, 4540.0, 4520.0, 4536.0, 4518.0, 4536.0, 4510.0, 4540.0, 4521.0, 4527.0, 4509.0, 4478.0, 4518.0, 4499.0, 4530.0, 4530.0, 4529.0, 4520.0, 4539.0, 4531.0, 4541.0, 4544.0, 4539.0, 4532.0, 4539.0, 4522.0, 4551.0, 4532.0, 4541.0, 4521.0, 4510.0, 4520.0, 4489.0, 4541.0, 4530.0, 4541.0, 4529.0, 4539.0, 4529.0, 4550.0, 4532.0, 4538.0, 4531.0, 4539.0, 4520.0, 4539.0, 4523.0, 4520.0, 4521.0, 4499.0, 4541.0, 4489.0, 4530.0, 4511.0, 4544.0, 4540.0, 4521.0, 4478.0, 4519.0, 4496.0, 4519.0, 4500.0, 4531.0, 4499.0, 4521.0, 4500.0, 4521.0, 4512.0, 4542.0, 4545.0, 4547.0, 4547.0, 4547.0, 4556.0, 4534.0, 4556.0, 4547.0, 4553.0, 4533.0, 4541.0, 4519.0, 4541.0, 4531.0, 4539.0, 4516.0, 4528.0, 4505.0, 4517.0, 4507.0, 4529.0, 4508.0, 4529.0, 4518.0, 4529.0, 4509.0, 4532.0, 4523.0, 4541.0, 4519.0, 4530.0, 4520.0, 4532.0, 4533.0, 4542.0, 4530.0, 4541.0, 4520.0, 4532.0, 4481.0, 4533.0, 4499.0, 4530.0, 4489.0, 4521.0, 4519.0, 4521.0, 4530.0, 4509.0, 4537.0, 4508.0, 4529.0, 4519.0, 4540.0, 4521.0, 4527.0, 4509.0, 4527.0, 4509.0, 4527.0, 4521.0, 4533.0, 4522.0, 4520.0, 4521.0, 4522.0, 4532.0, 4533.0, 4520.0, 4532.0, 4519.0, 4523.0, 4480.0, 4524.0, 4531.0, 4522.0, 4539.0, 4511.0, 4529.0, 4522.0, 4542.0, 4533.0, 4528.0, 4521.0, 4529.0, 4521.0, 4542.0, 4534.0, 4541.0, 4532.0, 4542.0, 4521.0, 4543.0, 4531.0, 4531.0, 4528.0, 4529.0, 4518.0, 4520.0, 4530.0, 4530.0, 4530.0, 4530.0, 4520.0, 4543.0, 4533.0, 4545.0, 4513.0, 4532.0, 4489.0, 4533.0, 4539.0, 4521.0, 4542.0, 4518.0, 4526.0, 4519.0, 4527.0, 4519.0, 4531.0, 4530.0, 4518.0, 4530.0, 4530.0, 4519.0, 4532.0, 4530.0, 4530.0, 4519.0, 4521.0, 4519.0, 4532.0, 4487.0, 4519.0, 4498.0, 4510.0, 4498.0, 4521.0, 4538.0, 4509.0, 4525.0, 4498.0, 4515.0, 4507.0, 4518.0, 4507.0, 4516.0, 4507.0, 4515.0, 4506.0, 4518.0, 4520.0, 4507.0, 4519.0, 4529.0, 4520.0, 4530.0, 4531.0, 4531.0, 4533.0, 4542.0, 4532.0, 4532.0, 4532.0, 4532.0, 4511.0, 4533.0, 4520.0, 4531.0, 4512.0, 4532.0, 4489.0, 4530.0, 4488.0, 4521.0, 4511.0, 4531.0, 4489.0, 4530.0, 4520.0, 4531.0, 4522.0, 4532.0, 4521.0, 4530.0, 4520.0, 4532.0, 4521.0, 4543.0, 4533.0, 4543.0, 4536.0, 4554.0, 4510.0, 4541.0, 4521.0, 4541.0, 4511.0, 4550.0, 4519.0, 4554.0, 4533.0, 4541.0, 4518.0, 4540.0, 4519.0, 4554.0, 4503.0, 4540.0, 4499.0, 4539.0, 4499.0, 4554.0, 4502.0, 4541.0, 4489.0, 4530.0, 4487.0, 4531.0, 4522.0, 4520.0, 4478.0, 4519.0, 4478.0, 4541.0, 4502.0, 4542.0, 4490.0, 4532.0, 4490.0, 4521.0, 4522.0, 4533.0, 4520.0, 4530.0, 4490.0, 4532.0, 4510.0, 4534.0, 4520.0, 4531.0, 4500.0, 4532.0, 4530.0, 4533.0, 4544.0, 4534.0, 4541.0, 4521.0, 4540.0, 4522.0, 4542.0, 4536.0, 4557.0, 4562.0, 4583.0, 4559.0, 4522.0, 4490.0, 4512.0, 4514.0, 4536.0, 4505.0, 4535.0, 4544.0, 4530.0, 4510.0, 4506.0, 4493.0, 4500.0, 4468.0, 4397.0, 4457.0, 4479.0, 4436.0, 4487.0, 4448.0, 4396.0, 4468.0, 4446.0, 4421.0, 4469.0, 4440.0, 4459.0, 4484.0, 4485.0, 4507.0, 4486.0, 4420.0, 4487.0, 4427.0, 4446.0, 4450.0, 4429.0, 4472.0, 4460.0, 4472.0, 4464.0, 4470.0, 4448.0, 4455.0, 4443.0, 4403.0, 4444.0, 4427.0, 4457.0, 4451.0, 4475.0, 4475.0, 4477.0, 4454.0, 4484.0, 4454.0, 4489.0, 4463.0, 4473.0, 4475.0, 4475.0, 4443.0, 4463.0], 'WindowWidth': [10071.0, 10074.0, 9993.0, 10040.0, 9991.0, 10010.0, 9967.0, 10010.0, 9969.0, 9980.0, 9920.0, 9959.0, 9864.0, 9938.0, 9896.0, 9948.0, 9875.0, 9950.0, 9877.0, 9940.0, 9898.0, 9956.0, 9892.0, 9914.0, 9894.0, 9945.0, 9914.0, 9976.0, 9902.0, 9974.0, 9942.0, 9908.0, 9933.0, 9938.0, 9972.0, 10027.0, 9977.0, 9986.0, 9946.0, 9927.0, 9977.0, 9951.0, 9971.0, 10002.0, 9987.0, 9950.0, 9973.0, 9936.0, 9964.0, 9935.0, 9980.0, 9979.0, 9959.0, 10007.0, 9994.0, 9996.0, 9992.0, 9943.0, 9971.0, 9939.0, 10002.0, 9963.0, 9967.0, 9981.0, 9943.0, 9978.0, 9935.0, 9955.0, 9937.0, 9962.0, 9895.0, 9919.0, 9876.0, 9915.0, 9917.0, 9926.0, 9896.0, 9907.0, 9887.0, 9922.0, 9941.0, 9953.0, 9926.0, 9935.0, 9932.0, 9950.0, 9946.0, 9959.0, 9931.0, 9956.0, 9953.0, 9852.0, 10155.0, 9982.0, 9839.0, 9904.0, 9946.0, 9962.0, 9996.0, 9991.0, 9989.0, 9952.0, 9882.0, 9883.0, 9866.0, 9999.0, 9952.0, 9957.0, 9989.0, 9940.0, 9987.0, 9939.0, 10018.0, 9940.0, 9965.0, 9891.0, 9944.0, 9933.0, 9988.0, 9922.0, 9942.0, 9883.0, 9909.0, 9896.0, 9920.0, 9865.0, 9891.0, 9838.0, 9860.0, 9824.0, 9849.0, 9822.0, 9866.0, 9826.0, 9881.0, 9843.0, 9875.0, 9835.0, 9879.0, 9880.0, 9887.0, 9897.0, 9907.0, 9933.0, 9919.0, 9921.0, 9925.0, 9906.0, 9914.0, 9906.0, 9896.0, 9908.0, 9903.0, 9926.0, 9901.0, 9928.0, 9889.0, 9931.0, 9891.0, 9951.0, 9904.0, 9947.0, 9876.0, 9914.0, 9903.0, 9954.0, 9937.0, 9954.0, 9882.0, 9945.0, 9967.0, 9972.0, 9961.0, 9978.0, 9963.0, 9929.0, 9945.0, 9924.0, 9953.0, 9977.0, 9980.0, 10009.0, 9966.0, 9994.0, 9960.0, 9993.0, 9961.0, 9970.0, 9935.0, 9979.0, 9929.0, 9961.0, 9947.0, 9961.0, 9925.0, 9954.0, 9923.0, 9951.0, 9927.0, 9954.0, 9884.0, 9955.0, 9886.0, 9972.0, 9911.0, 9983.0, 9943.0, 9959.0, 9934.0, 9952.0, 9952.0, 10007.0, 9981.0, 9999.0, 9960.0, 9978.0, 9935.0, 9973.0, 9938.0, 9969.0, 9917.0, 9972.0, 9914.0, 9968.0, 9923.0, 9975.0, 9918.0, 9974.0, 9916.0, 9973.0, 9934.0, 9963.0, 9918.0, 9961.0, 9928.0, 9959.0, 9920.0, 9977.0, 9903.0, 9977.0, 9915.0, 9957.0, 9938.0, 9944.0, 9974.0, 9930.0, 9885.0, 9942.0, 9911.0, 9956.0, 9909.0, 9951.0, 9889.0, 9947.0, 9904.0, 9947.0, 9975.0, 9947.0, 9945.0, 9933.0, 9939.0, 9933.0, 9963.0, 9939.0, 9942.0, 9950.0, 9943.0, 9938.0, 9949.0, 9960.0, 9950.0, 9939.0, 9961.0, 9936.0, 9964.0, 9923.0, 9983.0, 9951.0, 9979.0, 9934.0, 9963.0, 9958.0, 9952.0, 10014.0, 9954.0, 9979.0, 9955.0, 9976.0, 9954.0, 9980.0, 9955.0, 9962.0, 9952.0, 9974.0, 9935.0, 9980.0, 9926.0, 9975.0, 9932.0, 9973.0, 9928.0, 9977.0, 9945.0, 9950.0, 9938.0, 9930.0, 9955.0, 9947.0, 9975.0, 9932.0, 9943.0, 9931.0, 9940.0, 9935.0, 9961.0, 9938.0, 9945.0, 9936.0, 9955.0, 9933.0, 9960.0, 9937.0, 9955.0, 9927.0, 9954.0, 9922.0, 9956.0, 9913.0, 9953.0, 9888.0, 9933.0, 9863.0, 9934.0, 9884.0, 9923.0, 9880.0, 9940.0, 9912.0, 9939.0, 9931.0, 9950.0, 9744.0, 10112.0, 9875.0, 9933.0, 9893.0, 9863.0, 9884.0, 9860.0, 9941.0, 9959.0, 9955.0, 9982.0, 9979.0, 10019.0, 9977.0, 9973.0, 9948.0, 9953.0, 9945.0, 9954.0, 9950.0, 9979.0, 9930.0, 9882.0, 9924.0, 9941.0, 9987.0, 9963.0, 9952.0, 9941.0, 9930.0, 9895.0, 9950.0, 9957.0, 9931.0, 9951.0, 9944.0, 9984.0, 9967.0, 9960.0, 9931.0, 9939.0, 9890.0, 9928.0, 9896.0, 9919.0, 9914.0, 9950.0, 9925.0, 9936.0, 9923.0, 9954.0, 9908.0, 9977.0, 9949.0, 9964.0, 9923.0, 9956.0, 9924.0, 9944.0, 9923.0, 9951.0, 9925.0, 9926.0, 9916.0, 9926.0, 9918.0, 9946.0, 9929.0, 9931.0, 9925.0, 9943.0, 9936.0, 9947.0, 9949.0, 9976.0, 9949.0, 9953.0, 9921.0, 9954.0, 9925.0, 9975.0, 9958.0, 9973.0, 9951.0, 9994.0, 9744.0, 9667.0, 9957.0, 10043.0, 9924.0, 9936.0, 9926.0, 9901.0, 9918.0, 9886.0, 9911.0, 9891.0, 9937.0, 9893.0, 9930.0, 9909.0, 9876.0, 9948.0, 9964.0, 9909.0, 9918.0, 9926.0, 9920.0, 9941.0, 9965.0, 9969.0, 9925.0, 9940.0, 9882.0, 9932.0, 9859.0, 9954.0, 9907.0, 9932.0, 9874.0, 9933.0, 9870.0, 9931.0, 9900.0, 9936.0, 9882.0, 9912.0, 9865.0, 9925.0, 9922.0, 9952.0, 9917.0, 9947.0, 9912.0, 9947.0, 9951.0, 9973.0, 9945.0, 9949.0, 9918.0, 9947.0, 9946.0, 9955.0, 9929.0, 9943.0, 9923.0, 9943.0, 9912.0, 9955.0, 9931.0, 9933.0, 9911.0, 9868.0, 9922.0, 9896.0, 9944.0, 9941.0, 9938.0, 9928.0, 9953.0, 9944.0, 9959.0, 9967.0, 9954.0, 9948.0, 9953.0, 9935.0, 9972.0, 9950.0, 9957.0, 9932.0, 9912.0, 9928.0, 9886.0, 9959.0, 9940.0, 9956.0, 9939.0, 9954.0, 9939.0, 9970.0, 9947.0, 9950.0, 9942.0, 9952.0, 9929.0, 9952.0, 9937.0, 9929.0, 9931.0, 9898.0, 9958.0, 9885.0, 9942.0, 9915.0, 9966.0, 9956.0, 9928.0, 9866.0, 9924.0, 9887.0, 9925.0, 9901.0, 9942.0, 9896.0, 9931.0, 9902.0, 9930.0, 9917.0, 9961.0, 9973.0, 9978.0, 9977.0, 9975.0, 9989.0, 9953.0, 9988.0, 9976.0, 9977.0, 9946.0, 9959.0, 9923.0, 9956.0, 9943.0, 9951.0, 9914.0, 9934.0, 9897.0, 9915.0, 9904.0, 9936.0, 9906.0, 9935.0, 9921.0, 9937.0, 9910.0, 9945.0, 9934.0, 9956.0, 9924.0, 9941.0, 9925.0, 9944.0, 9947.0, 9958.0, 9940.0, 9959.0, 9926.0, 9944.0, 9876.0, 9947.0, 9896.0, 9940.0, 9882.0, 9928.0, 9923.0, 9929.0, 9941.0, 9910.0, 9947.0, 9908.0, 9935.0, 9923.0, 9954.0, 9928.0, 9932.0, 9908.0, 9931.0, 9909.0, 9932.0, 9926.0, 9949.0, 9929.0, 9927.0, 9927.0, 9930.0, 9945.0, 9947.0, 9925.0, 9944.0, 9921.0, 9933.0, 9873.0, 9937.0, 9943.0, 9930.0, 9952.0, 9914.0, 9936.0, 9931.0, 9960.0, 9948.0, 9935.0, 9928.0, 9939.0, 9929.0, 9960.0, 9951.0, 9957.0, 9945.0, 9959.0, 9928.0, 9962.0, 9943.0, 9942.0, 9934.0, 9939.0, 9920.0, 9927.0, 9939.0, 9941.0, 9939.0, 9940.0, 9927.0, 9966.0, 9948.0, 9968.0, 9923.0, 9946.0, 9882.0, 9947.0, 9949.0, 9928.0, 9962.0, 9921.0, 9928.0, 9925.0, 9930.0, 9922.0, 9942.0, 9940.0, 9919.0, 9940.0, 9939.0, 9925.0, 9948.0, 9940.0, 9940.0, 9922.0, 9928.0, 9923.0, 9946.0, 9879.0, 9923.0, 9892.0, 9911.0, 9893.0, 9929.0, 9948.0, 9908.0, 9927.0, 9892.0, 9911.0, 9902.0, 9920.0, 9902.0, 9913.0, 9901.0, 9911.0, 9899.0, 9921.0, 9924.0, 9903.0, 9923.0, 9937.0, 9926.0, 9943.0, 9945.0, 9942.0, 9948.0, 9962.0, 9944.0, 9947.0, 9947.0, 9947.0, 9913.0, 9948.0, 9925.0, 9944.0, 9920.0, 9944.0, 9882.0, 9942.0, 9881.0, 9928.0, 9917.0, 9944.0, 9884.0, 9941.0, 9926.0, 9943.0, 9933.0, 9948.0, 9928.0, 9942.0, 9926.0, 9945.0, 9926.0, 9963.0, 9948.0, 9963.0, 9958.0, 9980.0, 9912.0, 9959.0, 9933.0, 9959.0, 9915.0, 9969.0, 9926.0, 9984.0, 9953.0, 9959.0, 9923.0, 9956.0, 9923.0, 9981.0, 9912.0, 9955.0, 9898.0, 9951.0, 9897.0, 9981.0, 9911.0, 9958.0, 9883.0, 9940.0, 9878.0, 9946.0, 9934.0, 9928.0, 9868.0, 9925.0, 9868.0, 9959.0, 9910.0, 9962.0, 9887.0, 9946.0, 9886.0, 9931.0, 9934.0, 9950.0, 9926.0, 9940.0, 9886.0, 9947.0, 9915.0, 9952.0, 9928.0, 9944.0, 9901.0, 9949.0, 9942.0, 9950.0, 9968.0, 9953.0, 9958.0, 9932.0, 9954.0, 9935.0, 9962.0, 9963.0, 9995.0, 10013.0, 10044.0, 9999.0, 9933.0, 9882.0, 9916.0, 9919.0, 9951.0, 9901.0, 9949.0, 9958.0, 9937.0, 9902.0, 9893.0, 9873.0, 9876.0, 9814.0, 9690.0, 9787.0, 9843.0, 9777.0, 9835.0, 9782.0, 9710.0, 9816.0, 9784.0, 9750.0, 9813.0, 9777.0, 9800.0, 9847.0, 9849.0, 9885.0, 9852.0, 9747.0, 9853.0, 9748.0, 9776.0, 9790.0, 9760.0, 9825.0, 9799.0, 9823.0, 9814.0, 9815.0, 9781.0, 9786.0, 9765.0, 9714.0, 9772.0, 9752.0, 9795.0, 9795.0, 9834.0, 9833.0, 9839.0, 9805.0, 9846.0, 9801.0, 9860.0, 9814.0, 9827.0, 9836.0, 9834.0, 9786.0, 9815.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.011778908045977012</td></tr>
<tr><td colspan=3>aqi</td><td>0.1476826811494253</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.890149501714596</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0715551238895282</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9842887366283102</td></tr>
<tr><td colspan=3>efc</td><td>0.4857</td></tr>
<tr><td colspan=3>fber</td><td>4599.5054</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.246635968282104</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.229885057471265</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.1201694852487827</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.858136022765818</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.4308761909288097</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.0714962420517207</td></tr>
<tr><td colspan=3>gcor</td><td>0.0218404</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0036115767434239388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028252845630049706</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.032830372623882</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>18.5757</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.8522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.0998</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298235.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>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.395</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0151</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.0603</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3661.4846</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.5362</td></tr>
<tr><td colspan=3>tsnr</td><td>17.232489491580054</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>