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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0070_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-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-05_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-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-05_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-0070/ses-01/func/sub-0070_ses-01_task-social_acq-mb8_run-05_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>9e766aae462fbad5f5e38b6effa81b78</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:11:15.340000</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.999912, 0.00711419, -0.0112183, -0.00575915, 0.993173, 0.116504]</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-05_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.102269</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7793, -7241, 459, -74, -231, 40, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d5507f6e-0a3d-4178-b11d-16cff3dcb057||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.682690143585205, -0.015451381914317608, -0.03232055902481079, 112.98542785644531], [-0.01908685639500618, 2.66461181640625, 0.3143594563007355, -85.07444763183594], [-0.030097948387265205, -0.31257256865501404, 2.6814424991607666, -45.904170989990234], [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': ['111115.340000', '111115.800000', '111116.260000', '111116.720000', '111117.180000', '111117.640000', '111118.100000', '111118.560000', '111119.020000', '111119.480000', '111119.940000', '111120.400000', '111120.860000', '111121.320000', '111121.780000', '111122.240000', '111122.700000', '111123.160000', '111123.620000', '111124.080000', '111124.540000', '111125.000000', '111125.460000', '111125.920000', '111126.380000', '111126.840000', '111127.300000', '111127.760000', '111128.220000', '111128.680000', '111129.140000', '111129.600000', '111130.060000', '111130.520000', '111130.980000', '111131.440000', '111131.900000', '111132.360000', '111132.820000', '111133.280000', '111133.740000', '111134.200000', '111134.660000', '111135.120000', '111135.580000', '111136.040000', '111136.500000', '111136.960000', '111137.420000', '111137.880000', '111138.340000', '111138.800000', '111139.260000', '111139.720000', '111140.180000', '111140.640000', '111141.100000', '111141.560000', '111142.020000', '111142.480000', '111142.940000', '111143.400000', '111143.860000', '111144.320000', '111144.780000', '111145.240000', '111145.700000', '111146.160000', '111146.620000', '111147.080000', '111147.540000', '111148.000000', '111148.460000', '111148.920000', '111149.380000', '111149.840000', '111150.300000', '111150.760000', '111151.220000', '111151.680000', '111152.140000', '111152.600000', '111153.060000', '111153.520000', '111153.980000', '111154.440000', '111154.900000', '111155.360000', '111155.820000', '111156.280000', '111156.740000', '111157.200000', '111157.660000', '111158.120000', '111158.580000', '111159.040000', '111159.500000', '111159.960000', '111200.420000', '111200.880000', '111201.340000', '111201.800000', '111202.260000', '111202.720000', '111203.180000', '111203.640000', '111204.100000', '111204.560000', '111205.020000', '111205.480000', '111205.940000', '111206.400000', '111206.860000', '111207.320000', '111207.780000', '111208.240000', '111208.700000', '111209.160000', '111209.620000', '111210.080000', '111210.540000', '111211.000000', '111211.460000', '111211.920000', '111212.380000', '111212.840000', '111213.300000', '111213.760000', '111214.220000', '111214.680000', '111215.140000', '111215.600000', '111216.060000', '111216.520000', '111216.980000', '111217.440000', '111217.900000', '111218.360000', '111218.820000', '111219.280000', '111219.740000', '111220.200000', '111220.660000', '111221.120000', '111221.580000', '111222.040000', '111222.500000', '111222.960000', '111223.420000', '111223.880000', '111224.340000', '111224.800000', '111225.260000', '111225.720000', '111226.180000', '111226.640000', '111227.100000', '111227.560000', '111228.020000', '111228.480000', '111228.940000', '111229.400000', '111229.860000', '111230.320000', '111230.780000', '111231.240000', '111231.700000', '111232.160000', '111232.620000', '111233.080000', '111233.540000', '111234.000000', '111234.460000', '111234.920000', '111235.380000', '111235.840000', '111236.300000', '111236.760000', '111237.220000', '111237.680000', '111238.140000', '111238.600000', '111239.060000', '111239.520000', '111239.980000', '111240.440000', '111240.900000', '111241.360000', '111241.820000', '111242.280000', '111242.740000', '111243.200000', '111243.660000', '111244.120000', '111244.580000', '111245.040000', '111245.500000', '111245.960000', '111246.420000', '111246.880000', '111247.340000', '111247.800000', '111248.260000', '111248.720000', '111249.180000', '111249.640000', '111250.100000', '111250.560000', '111251.020000', '111251.480000', '111251.940000', '111252.400000', '111252.860000', '111253.320000', '111253.780000', '111254.240000', '111254.700000', '111255.160000', '111255.620000', '111256.080000', '111256.540000', '111257.000000', '111257.460000', '111257.920000', '111258.380000', '111258.840000', '111259.300000', '111259.760000', '111300.220000', '111300.680000', '111301.140000', '111301.600000', '111302.060000', '111302.520000', '111302.980000', '111303.440000', '111303.900000', '111304.360000', '111304.820000', '111305.280000', '111305.740000', '111306.200000', '111306.660000', '111307.120000', '111307.580000', '111308.040000', '111308.500000', '111308.960000', '111309.420000', '111309.880000', '111310.340000', '111310.800000', '111311.260000', '111311.720000', '111312.180000', '111312.640000', '111313.100000', '111313.560000', '111314.020000', '111314.480000', '111314.940000', '111315.400000', '111315.860000', '111316.320000', '111316.780000', '111317.240000', '111317.700000', '111318.160000', '111318.620000', '111319.080000', '111319.540000', '111320.000000', '111320.460000', '111320.920000', '111321.380000', '111321.840000', '111322.300000', '111322.760000', '111323.220000', '111323.680000', '111324.140000', '111324.600000', '111325.060000', '111325.520000', '111325.980000', '111326.440000', '111326.900000', '111327.360000', '111327.820000', '111328.280000', '111328.740000', '111329.200000', '111329.660000', '111330.120000', '111330.580000', '111331.040000', '111331.500000', '111331.960000', '111332.420000', '111332.880000', '111333.340000', '111333.800000', '111334.260000', '111334.720000', '111335.180000', '111335.640000', '111336.100000', '111336.560000', '111337.020000', '111337.480000', '111337.940000', '111338.400000', '111338.860000', '111339.320000', '111339.780000', '111340.240000', '111340.700000', '111341.160000', '111341.620000', '111342.080000', '111342.540000', '111343.000000', '111343.460000', '111343.920000', '111344.380000', '111344.840000', '111345.300000', '111345.760000', '111346.220000', '111346.680000', '111347.140000', '111347.600000', '111348.060000', '111348.520000', '111348.980000', '111349.440000', '111349.900000', '111350.360000', '111350.820000', '111351.280000', '111351.740000', '111352.200000', '111352.660000', '111353.120000', '111353.580000', '111354.040000', '111354.500000', '111354.960000', '111355.420000', '111355.880000', '111356.340000', '111356.800000', '111357.260000', '111357.720000', '111358.180000', '111358.640000', '111359.100000', '111359.560000', '111400.020000', '111400.480000', '111400.940000', '111401.400000', '111401.860000', '111402.320000', '111402.780000', '111403.240000', '111403.700000', '111404.160000', '111404.620000', '111405.080000', '111405.540000', '111406.000000', '111406.460000', '111406.920000', '111407.380000', '111407.840000', '111408.300000', '111408.760000', '111409.220000', '111409.680000', '111410.140000', '111410.600000', '111411.060000', '111411.520000', '111411.980000', '111412.440000', '111412.900000', '111413.360000', '111413.820000', '111414.280000', '111414.740000', '111415.200000', '111415.660000', '111416.120000', '111416.580000', '111417.040000', '111417.500000', '111417.960000', '111418.420000', '111418.880000', '111419.340000', '111419.800000', '111420.260000', '111420.720000', '111421.180000', '111421.640000', '111422.100000', '111422.560000', '111423.020000', '111423.480000', '111423.940000', '111424.400000', '111424.860000', '111425.320000', '111425.780000', '111426.240000', '111426.700000', '111427.160000', '111427.620000', '111428.080000', '111428.540000', '111429.000000', '111429.460000', '111429.920000', '111430.380000', '111430.840000', '111431.300000', '111431.760000', '111432.220000', '111432.680000', '111433.140000', '111433.600000', '111434.060000', '111434.520000', '111434.980000', '111435.440000', '111435.900000', '111436.360000', '111436.820000', '111437.280000', '111437.740000', '111438.200000', '111438.660000', '111439.120000', '111439.580000', '111440.040000', '111440.500000', '111440.960000', '111441.420000', '111441.880000', '111442.340000', '111442.800000', '111443.260000', '111443.720000', '111444.180000', '111444.640000', '111445.100000', '111445.560000', '111446.020000', '111446.480000', '111446.940000', '111447.400000', '111447.860000', '111448.320000', '111448.780000', '111449.240000', '111449.700000', '111450.160000', '111450.620000', '111451.080000', '111451.540000', '111452.000000', '111452.460000', '111452.920000', '111453.380000', '111453.840000', '111454.300000', '111454.760000', '111455.220000', '111455.680000', '111456.140000', '111456.600000', '111457.060000', '111457.520000', '111457.980000', '111458.440000', '111458.900000', '111459.360000', '111459.820000', '111500.280000', '111500.740000', '111501.200000', '111501.660000', '111502.120000', '111502.580000', '111503.040000', '111503.500000', '111503.960000', '111504.420000', '111504.880000', '111505.340000', '111505.800000', '111506.260000', '111506.720000', '111507.180000', '111507.640000', '111508.100000', '111508.560000', '111509.020000', '111509.480000', '111509.940000', '111510.400000', '111510.860000', '111511.320000', '111511.780000', '111512.240000', '111512.700000', '111513.160000', '111513.620000', '111514.080000', '111514.540000', '111515.000000', '111515.460000', '111515.920000', '111516.380000', '111516.840000', '111517.300000', '111517.760000', '111518.220000', '111518.680000', '111519.140000', '111519.600000', '111520.060000', '111520.520000', '111520.980000', '111521.440000', '111521.900000', '111522.360000', '111522.820000', '111523.280000', '111523.740000', '111524.200000', '111524.660000', '111525.120000', '111525.580000', '111526.040000', '111526.500000', '111526.960000', '111527.420000', '111527.880000', '111528.340000', '111528.800000', '111529.260000', '111529.720000', '111530.180000', '111530.640000', '111531.100000', '111531.560000', '111532.020000', '111532.480000', '111532.940000', '111533.400000', '111533.860000', '111534.320000', '111534.780000', '111535.240000', '111535.700000', '111536.160000', '111536.620000', '111537.080000', '111537.540000', '111538.000000', '111538.460000', '111538.920000', '111539.380000', '111539.840000', '111540.300000', '111540.760000', '111541.220000', '111541.680000', '111542.140000', '111542.600000', '111543.060000', '111543.520000', '111543.980000', '111544.440000', '111544.900000', '111545.360000', '111545.820000', '111546.280000', '111546.740000', '111547.200000', '111547.660000', '111548.120000', '111548.580000', '111549.040000', '111549.500000', '111549.960000', '111550.420000', '111550.880000', '111551.340000', '111551.800000', '111552.260000', '111552.720000', '111553.180000', '111553.640000', '111554.100000', '111554.560000', '111555.020000', '111555.480000', '111555.940000', '111556.400000', '111556.860000', '111557.320000', '111557.780000', '111558.240000', '111558.700000', '111559.160000', '111559.620000', '111600.080000', '111600.540000', '111601.000000', '111601.460000', '111601.920000', '111602.380000', '111602.840000', '111603.300000', '111603.760000', '111604.220000', '111604.680000', '111605.140000', '111605.600000', '111606.060000', '111606.520000', '111606.980000', '111607.440000', '111607.900000', '111608.360000', '111608.820000', '111609.280000', '111609.740000', '111610.200000', '111610.660000', '111611.120000', '111611.580000', '111612.040000', '111612.500000', '111612.960000', '111613.420000', '111613.880000', '111614.340000', '111614.800000', '111615.260000', '111615.720000', '111616.180000', '111616.640000', '111617.100000', '111617.560000', '111618.020000', '111618.480000', '111618.940000', '111619.400000', '111619.860000', '111620.320000', '111620.780000', '111621.240000', '111621.700000', '111622.160000', '111622.620000', '111623.080000', '111623.540000', '111624.000000', '111624.460000', '111624.920000', '111625.380000', '111625.840000', '111626.300000', '111626.760000', '111627.220000', '111627.680000', '111628.140000', '111628.600000', '111629.060000', '111629.520000', '111629.980000', '111630.440000', '111630.900000', '111631.360000', '111631.820000', '111632.280000', '111632.740000', '111633.200000', '111633.660000', '111634.120000', '111634.580000', '111635.040000', '111635.500000', '111635.960000', '111636.420000', '111636.880000', '111637.340000', '111637.800000', '111638.260000', '111638.720000', '111639.180000', '111639.640000', '111640.100000', '111640.560000', '111641.020000', '111641.480000', '111641.940000', '111642.400000', '111642.860000', '111643.320000', '111643.780000', '111644.240000', '111644.700000', '111645.160000', '111645.620000', '111646.080000', '111646.540000', '111647.000000', '111647.460000', '111647.920000', '111648.380000', '111648.840000', '111649.300000', '111649.760000', '111650.220000', '111650.680000', '111651.140000', '111651.600000', '111652.060000', '111652.520000', '111652.980000', '111653.440000', '111653.900000', '111654.360000', '111654.820000', '111655.280000', '111655.740000', '111656.200000', '111656.660000', '111657.120000', '111657.580000', '111658.040000', '111658.500000', '111658.960000', '111659.420000', '111659.880000', '111700.340000', '111700.800000', '111701.260000', '111701.720000', '111702.180000', '111702.640000', '111703.100000', '111703.560000', '111704.020000', '111704.480000', '111704.940000', '111705.400000', '111705.860000', '111706.320000', '111706.780000', '111707.240000', '111707.700000', '111708.160000', '111708.620000', '111709.080000', '111709.540000', '111710.000000', '111710.460000', '111710.920000', '111711.380000', '111711.840000', '111712.300000', '111712.760000', '111713.220000', '111713.680000', '111714.140000', '111714.600000', '111715.060000', '111715.520000', '111715.980000', '111716.440000', '111716.900000', '111717.360000', '111717.820000', '111718.280000', '111718.740000', '111719.200000', '111719.660000', '111720.120000', '111720.580000', '111721.040000', '111721.500000', '111721.960000', '111722.420000', '111722.880000', '111723.340000', '111723.800000', '111724.260000', '111724.720000', '111725.180000', '111725.640000', '111726.100000', '111726.560000', '111727.020000', '111727.480000', '111727.940000', '111728.400000', '111728.860000', '111729.320000', '111729.780000', '111730.240000', '111730.700000', '111731.160000', '111731.620000', '111732.080000', '111732.540000', '111733.000000', '111733.460000', '111733.920000', '111734.380000', '111734.840000', '111735.300000', '111735.760000', '111736.220000', '111736.680000', '111737.140000', '111737.600000', '111738.060000', '111738.520000', '111738.980000', '111739.440000', '111739.900000', '111740.360000', '111740.820000', '111741.280000', '111741.740000', '111742.200000', '111742.660000', '111743.120000', '111743.580000', '111744.040000', '111744.500000', '111744.960000', '111745.420000', '111745.880000', '111746.340000', '111746.800000', '111747.260000', '111747.720000', '111748.180000', '111748.640000', '111749.100000', '111749.560000', '111750.020000', '111750.480000', '111750.940000', '111751.400000', '111751.860000', '111752.320000', '111752.780000', '111753.240000', '111753.700000', '111754.160000', '111754.620000', '111755.080000', '111755.540000', '111756.000000'], 'ContentTime': ['111133.500000', '111133.503000', '111133.506000', '111133.509000', '111133.511000', '111133.531000', '111133.533000', '111133.536000', '111133.538000', '111133.541000', '111133.543000', '111133.546000', '111133.548000', '111133.551000', '111133.554000', '111133.556000', '111133.559000', '111133.562000', '111133.564000', '111133.567000', '111133.569000', '111133.572000', '111133.574000', '111133.577000', '111133.583000', '111133.586000', '111133.588000', '111133.591000', '111133.594000', '111133.596000', '111133.599000', '111133.601000', '111133.604000', '111133.606000', '111133.609000', '111133.612000', '111133.614000', '111133.617000', '111153.474000', '111153.477000', '111153.480000', '111153.482000', '111153.485000', '111153.488000', '111153.490000', '111153.493000', '111153.495000', '111153.498000', '111153.500000', '111153.503000', '111153.505000', '111153.508000', '111153.510000', '111153.513000', '111153.515000', '111153.518000', '111153.520000', '111153.523000', '111153.525000', '111153.528000', '111153.531000', '111153.533000', '111153.536000', '111153.538000', '111153.541000', '111153.543000', '111153.546000', '111153.548000', '111153.551000', '111153.553000', '111153.556000', '111153.558000', '111153.561000', '111153.563000', '111153.566000', '111153.568000', '111153.571000', '111153.573000', '111153.576000', '111153.578000', '111153.581000', '111213.475000', '111213.478000', '111213.481000', '111213.483000', '111213.486000', '111213.488000', '111213.491000', '111213.493000', '111213.503000', '111213.506000', '111213.508000', '111213.511000', '111213.513000', '111213.516000', '111213.519000', '111213.521000', '111213.524000', '111213.526000', '111213.529000', '111213.531000', '111213.534000', '111213.537000', '111213.539000', '111213.542000', '111213.544000', '111213.547000', '111213.549000', '111213.552000', '111213.554000', '111213.557000', '111213.560000', '111213.574000', '111213.576000', '111213.579000', '111213.581000', '111213.584000', '111213.586000', '111213.589000', '111213.591000', '111213.594000', '111213.596000', '111213.599000', '111213.601000', '111213.604000', '111233.476000', '111233.478000', '111233.481000', '111233.483000', '111233.486000', '111233.489000', '111233.491000', '111233.494000', '111233.496000', '111233.499000', '111233.501000', '111233.504000', '111233.506000', '111233.509000', '111233.511000', '111233.514000', '111233.517000', '111233.519000', '111233.522000', '111233.524000', '111233.527000', '111233.529000', '111233.532000', '111233.534000', '111233.537000', '111233.540000', '111233.542000', '111233.545000', '111233.547000', '111233.550000', '111233.553000', '111233.555000', '111233.558000', '111233.560000', '111233.563000', '111233.565000', '111233.568000', '111233.571000', '111233.573000', '111233.576000', '111233.578000', '111233.581000', '111233.583000', '111253.476000', '111253.478000', '111253.481000', '111253.484000', '111253.486000', '111253.489000', '111253.491000', '111253.494000', '111253.496000', '111253.499000', '111253.501000', '111253.504000', '111253.506000', '111253.509000', '111253.512000', '111253.514000', '111253.517000', '111253.519000', '111253.522000', '111253.524000', '111253.527000', '111253.529000', '111253.532000', '111253.535000', '111253.537000', '111253.540000', '111253.542000', '111253.545000', '111253.547000', '111253.550000', '111253.552000', '111253.555000', '111253.557000', '111253.560000', '111253.562000', '111253.565000', '111253.567000', '111253.570000', '111253.573000', '111253.575000', '111253.578000', '111253.580000', '111253.583000', '111253.585000', '111313.475000', '111313.478000', '111313.481000', '111313.483000', '111313.486000', '111313.488000', '111313.491000', '111313.494000', '111313.496000', '111313.499000', '111313.501000', '111313.504000', '111313.506000', '111313.509000', '111313.512000', '111313.514000', '111313.517000', '111313.519000', '111313.522000', '111313.524000', '111313.527000', '111313.530000', '111313.532000', '111313.535000', '111313.537000', '111313.540000', '111313.542000', '111313.545000', '111313.547000', '111313.550000', '111313.553000', '111313.555000', '111313.558000', '111313.560000', '111313.563000', '111313.565000', '111313.568000', '111313.570000', '111313.573000', '111313.575000', '111313.578000', '111313.581000', '111313.583000', '111333.475000', '111333.478000', '111333.481000', '111333.483000', '111333.486000', '111333.488000', '111333.491000', '111333.493000', '111333.496000', '111333.498000', '111333.501000', '111333.504000', '111333.506000', '111333.509000', '111333.511000', '111333.514000', '111333.516000', '111333.519000', '111333.521000', '111333.524000', '111333.527000', '111333.529000', '111333.532000', '111333.534000', '111333.537000', '111333.539000', '111333.542000', '111333.545000', '111333.547000', '111333.550000', '111333.552000', '111333.555000', '111333.558000', '111333.560000', '111333.563000', '111333.565000', '111333.568000', '111333.570000', '111333.573000', '111333.575000', '111333.578000', '111333.580000', '111333.583000', '111333.585000', '111353.474000', '111353.477000', '111353.480000', '111353.482000', '111353.485000', '111353.488000', '111353.490000', '111353.493000', '111353.495000', '111353.498000', '111353.500000', '111353.503000', '111353.506000', '111353.508000', '111353.511000', '111353.513000', '111353.516000', '111353.518000', '111353.521000', '111353.523000', '111353.526000', '111353.529000', '111353.531000', '111353.534000', '111353.536000', '111353.539000', '111353.553000', '111353.556000', '111353.558000', '111353.561000', '111353.563000', '111353.566000', '111353.568000', '111353.571000', '111353.574000', '111353.576000', '111353.579000', '111353.581000', '111353.584000', '111353.586000', '111353.589000', '111353.592000', '111353.594000', '111413.474000', '111413.477000', '111413.480000', '111413.482000', '111413.485000', '111413.488000', '111413.491000', '111413.493000', '111413.496000', '111413.499000', '111413.501000', '111413.504000', '111413.506000', '111413.509000', '111413.512000', '111413.514000', '111413.517000', '111413.519000', '111413.522000', '111413.524000', '111413.527000', '111413.529000', '111413.532000', '111413.534000', '111413.537000', '111413.540000', '111413.542000', '111413.545000', '111413.547000', '111413.550000', '111413.553000', '111413.555000', '111413.558000', '111413.560000', '111413.563000', '111413.565000', '111413.568000', '111413.570000', '111413.573000', '111413.575000', '111413.578000', '111413.581000', '111413.583000', '111413.586000', '111433.476000', '111433.478000', '111433.481000', '111433.484000', '111433.486000', '111433.489000', '111433.491000', '111433.494000', '111433.496000', '111433.499000', '111433.502000', '111433.504000', '111433.507000', '111433.509000', '111433.512000', '111433.514000', '111433.517000', '111433.519000', '111433.522000', '111433.524000', '111433.527000', '111433.530000', '111433.532000', '111433.535000', '111433.538000', '111433.540000', '111433.543000', '111433.545000', '111433.548000', '111433.550000', '111433.553000', '111433.556000', '111433.558000', '111433.561000', '111433.563000', '111433.566000', '111433.568000', '111433.571000', '111433.573000', '111433.576000', '111433.579000', '111433.581000', '111433.584000', '111453.475000', '111453.478000', '111453.481000', '111453.483000', '111453.486000', '111453.488000', '111453.491000', '111453.494000', '111453.496000', '111453.499000', '111453.501000', '111453.504000', '111453.506000', '111453.509000', '111453.512000', '111453.514000', '111453.517000', '111453.519000', '111453.522000', '111453.525000', '111453.527000', '111453.530000', '111453.533000', '111453.535000', '111453.538000', '111453.540000', '111453.543000', '111453.546000', '111453.548000', '111453.551000', '111453.553000', '111453.556000', '111453.558000', '111453.561000', '111453.563000', '111453.566000', '111453.569000', '111453.571000', '111453.574000', '111453.576000', '111453.579000', '111453.581000', '111453.584000', '111453.586000', '111513.475000', '111513.478000', '111513.481000', '111513.483000', '111513.486000', '111513.489000', '111513.491000', '111513.494000', '111513.496000', '111513.499000', '111513.501000', '111513.504000', '111513.507000', '111513.509000', '111513.512000', '111513.514000', '111513.517000', '111513.519000', '111513.522000', '111513.525000', '111513.527000', '111513.530000', '111513.532000', '111513.535000', '111513.538000', '111513.540000', '111513.543000', '111513.545000', '111513.548000', '111513.551000', '111513.553000', '111513.556000', '111513.558000', '111513.561000', '111513.564000', '111513.566000', '111513.569000', '111513.571000', '111513.574000', '111513.576000', '111513.579000', '111513.581000', '111513.584000', '111533.475000', '111533.478000', '111533.481000', '111533.483000', '111533.486000', '111533.488000', '111533.491000', '111533.494000', '111533.520000', '111533.522000', '111533.525000', '111533.528000', '111533.531000', '111533.534000', '111533.536000', '111533.539000', '111533.541000', '111533.544000', '111533.547000', '111533.549000', '111533.552000', '111533.554000', '111533.557000', '111533.560000', '111533.562000', '111533.565000', '111533.567000', '111533.570000', '111533.573000', '111533.575000', '111533.578000', '111533.580000', '111533.583000', '111533.586000', '111533.588000', '111533.591000', '111533.594000', '111533.597000', '111533.600000', '111533.603000', '111533.605000', '111533.608000', '111533.611000', '111553.475000', '111553.478000', '111553.481000', '111553.483000', '111553.486000', '111553.489000', '111553.491000', '111553.494000', '111553.496000', '111553.499000', '111553.501000', '111553.504000', '111553.507000', '111553.509000', '111553.512000', '111553.514000', '111553.517000', '111553.519000', '111553.522000', '111553.525000', '111553.527000', '111553.530000', '111553.532000', '111553.535000', '111553.537000', '111553.540000', '111553.542000', '111553.545000', '111553.548000', '111553.550000', '111553.553000', '111553.556000', '111553.558000', '111553.561000', '111553.563000', '111553.566000', '111553.568000', '111553.571000', '111553.574000', '111553.576000', '111553.579000', '111553.581000', '111553.584000', '111553.586000', '111613.475000', '111613.477000', '111613.480000', '111613.482000', '111613.485000', '111613.488000', '111613.490000', '111613.493000', '111613.496000', '111613.498000', '111613.501000', '111613.504000', '111613.506000', '111613.509000', '111613.512000', '111613.514000', '111613.517000', '111613.519000', '111613.522000', '111613.524000', '111613.527000', '111613.530000', '111613.532000', '111613.535000', '111613.537000', '111613.540000', '111613.542000', '111613.545000', '111613.548000', '111613.550000', '111613.553000', '111613.555000', '111613.558000', '111613.561000', '111613.563000', '111613.566000', '111613.568000', '111613.571000', '111613.574000', '111613.576000', '111613.579000', '111613.581000', '111613.584000', '111633.474000', '111633.477000', '111633.480000', '111633.482000', '111633.485000', '111633.488000', '111633.490000', '111633.493000', '111633.495000', '111633.498000', '111633.500000', '111633.503000', '111633.505000', '111633.508000', '111633.511000', '111633.513000', '111633.516000', '111633.518000', '111633.521000', '111633.523000', '111633.526000', '111633.528000', '111633.531000', '111633.534000', '111633.536000', '111633.539000', '111633.541000', '111633.544000', '111633.546000', '111633.549000', '111633.552000', '111633.554000', '111633.557000', '111633.559000', '111633.562000', '111633.565000', '111633.567000', '111633.570000', '111633.573000', '111633.576000', '111633.578000', '111633.581000', '111633.583000', '111633.586000', '111653.475000', '111653.478000', '111653.481000', '111653.483000', '111653.486000', '111653.489000', '111653.491000', '111653.494000', '111653.496000', '111653.499000', '111653.502000', '111653.505000', '111653.508000', '111653.511000', '111653.513000', '111653.516000', '111653.518000', '111653.521000', '111653.523000', '111653.526000', '111653.529000', '111653.531000', '111653.534000', '111653.536000', '111653.539000', '111653.542000', '111653.544000', '111653.547000', '111653.549000', '111653.552000', '111653.554000', '111653.557000', '111653.559000', '111653.597000', '111653.600000', '111653.603000', '111653.605000', '111653.608000', '111653.610000', '111653.613000', '111653.615000', '111653.618000', '111653.621000', '111713.475000', '111713.478000', '111713.481000', '111713.484000', '111713.486000', '111713.489000', '111713.491000', '111713.494000', '111713.496000', '111713.499000', '111713.502000', '111713.504000', '111713.507000', '111713.509000', '111713.512000', '111713.514000', '111713.517000', '111713.520000', '111713.522000', '111713.525000', '111713.527000', '111713.530000', '111713.532000', '111713.535000', '111713.538000', '111713.542000', '111713.544000', '111713.547000', '111713.549000', '111713.552000', '111713.555000', '111713.557000', '111713.560000', '111713.563000', '111713.565000', '111713.568000', '111713.570000', '111713.573000', '111713.576000', '111713.578000', '111713.581000', '111713.583000', '111713.586000', '111713.588000', '111733.476000', '111733.478000', '111733.481000', '111733.484000', '111733.486000', '111733.489000', '111733.492000', '111733.494000', '111733.497000', '111733.499000', '111733.502000', '111733.504000', '111733.507000', '111733.509000', '111733.512000', '111733.514000', '111733.517000', '111733.520000', '111733.522000', '111733.525000', '111733.527000', '111733.530000', '111733.533000', '111733.535000', '111733.538000', '111733.540000', '111733.543000', '111733.545000', '111733.548000', '111733.551000', '111733.553000', '111733.556000', '111733.558000', '111733.561000', '111733.563000', '111733.566000', '111733.569000', '111733.571000', '111733.574000', '111733.576000', '111733.579000', '111733.581000', '111733.584000', '111753.476000', '111753.478000', '111753.481000', '111753.484000', '111753.486000', '111753.489000', '111753.491000', '111753.494000', '111753.496000', '111753.499000', '111753.502000', '111753.504000', '111753.507000', '111753.509000', '111753.512000', '111753.514000', '111753.517000', '111753.520000', '111753.522000', '111753.525000', '111753.527000', '111753.530000', '111753.532000', '111753.535000', '111753.537000', '111753.540000', '111753.543000', '111753.545000', '111753.548000', '111753.550000', '111753.553000', '111753.556000', '111753.558000', '111753.561000', '111753.563000', '111753.566000', '111753.568000', '111753.571000', '111753.574000', '111753.576000', '111753.579000', '111753.581000', '111753.584000', '111753.586000', '111756.996000', '111757.000000', '111757.003000', '111757.005000', '111757.008000', '111757.010000', '111757.013000', '111757.016000'], 'InstanceCreationTime': ['111133.500000', '111133.503000', '111133.506000', '111133.509000', '111133.511000', '111133.531000', '111133.533000', '111133.536000', '111133.538000', '111133.541000', '111133.543000', '111133.546000', '111133.548000', '111133.551000', '111133.554000', '111133.556000', '111133.559000', '111133.562000', '111133.564000', '111133.567000', '111133.569000', '111133.572000', '111133.574000', '111133.577000', '111133.583000', '111133.586000', '111133.588000', '111133.591000', '111133.594000', '111133.596000', '111133.599000', '111133.601000', '111133.604000', '111133.606000', '111133.609000', '111133.612000', '111133.614000', '111133.617000', '111153.474000', '111153.477000', '111153.480000', '111153.482000', '111153.485000', '111153.488000', '111153.490000', '111153.493000', '111153.495000', '111153.498000', '111153.500000', '111153.503000', '111153.505000', '111153.508000', '111153.510000', '111153.513000', '111153.515000', '111153.518000', '111153.520000', '111153.523000', '111153.525000', '111153.528000', '111153.531000', '111153.533000', '111153.536000', '111153.538000', '111153.541000', '111153.543000', '111153.546000', '111153.548000', '111153.551000', '111153.553000', '111153.556000', '111153.558000', '111153.561000', '111153.563000', '111153.566000', '111153.568000', '111153.571000', '111153.573000', '111153.576000', '111153.578000', '111153.581000', '111213.475000', '111213.478000', '111213.481000', '111213.483000', '111213.486000', '111213.488000', '111213.491000', '111213.493000', '111213.503000', '111213.506000', '111213.508000', '111213.511000', '111213.513000', '111213.516000', '111213.519000', '111213.521000', '111213.524000', '111213.526000', '111213.529000', '111213.531000', '111213.534000', '111213.537000', '111213.539000', '111213.542000', '111213.544000', '111213.547000', '111213.549000', '111213.552000', '111213.554000', '111213.557000', '111213.560000', '111213.574000', '111213.576000', '111213.579000', '111213.581000', '111213.584000', '111213.586000', '111213.589000', '111213.591000', '111213.594000', '111213.596000', '111213.599000', '111213.601000', '111213.604000', '111233.476000', '111233.478000', '111233.481000', '111233.483000', '111233.486000', '111233.489000', '111233.491000', '111233.494000', '111233.496000', '111233.499000', '111233.501000', '111233.504000', '111233.506000', '111233.509000', '111233.511000', '111233.514000', '111233.517000', '111233.519000', '111233.522000', '111233.524000', '111233.527000', '111233.529000', '111233.532000', '111233.534000', '111233.537000', '111233.540000', '111233.542000', '111233.545000', '111233.547000', '111233.550000', '111233.553000', '111233.555000', '111233.558000', '111233.560000', '111233.563000', '111233.565000', '111233.568000', '111233.571000', '111233.573000', '111233.576000', '111233.578000', '111233.581000', '111233.583000', '111253.476000', '111253.478000', '111253.481000', '111253.484000', '111253.486000', '111253.489000', '111253.491000', '111253.494000', '111253.496000', '111253.499000', '111253.501000', '111253.504000', '111253.506000', '111253.509000', '111253.512000', '111253.514000', '111253.517000', '111253.519000', '111253.522000', '111253.524000', '111253.527000', '111253.529000', '111253.532000', '111253.535000', '111253.537000', '111253.540000', '111253.542000', '111253.545000', '111253.547000', '111253.550000', '111253.552000', '111253.555000', '111253.557000', '111253.560000', '111253.562000', '111253.565000', '111253.567000', '111253.570000', '111253.573000', '111253.575000', '111253.578000', '111253.580000', '111253.583000', '111253.585000', '111313.475000', '111313.478000', '111313.481000', '111313.483000', '111313.486000', '111313.488000', '111313.491000', '111313.494000', '111313.496000', '111313.499000', '111313.501000', '111313.504000', '111313.506000', '111313.509000', '111313.512000', '111313.514000', '111313.517000', '111313.519000', '111313.522000', '111313.524000', '111313.527000', '111313.530000', '111313.532000', '111313.535000', '111313.537000', '111313.540000', '111313.542000', '111313.545000', '111313.547000', '111313.550000', '111313.553000', '111313.555000', '111313.558000', '111313.560000', '111313.563000', '111313.565000', '111313.568000', '111313.570000', '111313.573000', '111313.575000', '111313.578000', '111313.581000', '111313.583000', '111333.475000', '111333.478000', '111333.481000', '111333.483000', '111333.486000', '111333.488000', '111333.491000', '111333.493000', '111333.496000', '111333.498000', '111333.501000', '111333.504000', '111333.506000', '111333.509000', '111333.511000', '111333.514000', '111333.516000', '111333.519000', '111333.521000', '111333.524000', '111333.527000', '111333.529000', '111333.532000', '111333.534000', '111333.537000', '111333.539000', '111333.542000', '111333.545000', '111333.547000', '111333.550000', '111333.552000', '111333.555000', '111333.558000', '111333.560000', '111333.563000', '111333.565000', '111333.568000', '111333.570000', '111333.573000', '111333.575000', '111333.578000', '111333.580000', '111333.583000', '111333.585000', '111353.474000', '111353.477000', '111353.480000', '111353.482000', '111353.485000', '111353.488000', '111353.490000', '111353.493000', '111353.495000', '111353.498000', '111353.500000', '111353.503000', '111353.506000', '111353.508000', '111353.511000', '111353.513000', '111353.516000', '111353.518000', '111353.521000', '111353.523000', '111353.526000', '111353.529000', '111353.531000', '111353.534000', '111353.536000', '111353.539000', '111353.553000', '111353.556000', '111353.558000', '111353.561000', '111353.563000', '111353.566000', '111353.568000', '111353.571000', '111353.574000', '111353.576000', '111353.579000', '111353.581000', '111353.584000', '111353.586000', '111353.589000', '111353.592000', '111353.594000', '111413.474000', '111413.477000', '111413.480000', '111413.482000', '111413.485000', '111413.488000', '111413.491000', '111413.493000', '111413.496000', '111413.499000', '111413.501000', '111413.504000', '111413.506000', '111413.509000', '111413.512000', '111413.514000', '111413.517000', '111413.519000', '111413.522000', '111413.524000', '111413.527000', '111413.529000', '111413.532000', '111413.534000', '111413.537000', '111413.540000', '111413.542000', '111413.545000', '111413.547000', '111413.550000', '111413.553000', '111413.555000', '111413.558000', '111413.560000', '111413.563000', '111413.565000', '111413.568000', '111413.570000', '111413.573000', '111413.575000', '111413.578000', '111413.581000', '111413.583000', '111413.586000', '111433.476000', '111433.478000', '111433.481000', '111433.484000', '111433.486000', '111433.489000', '111433.491000', '111433.494000', '111433.496000', '111433.499000', '111433.502000', '111433.504000', '111433.507000', '111433.509000', '111433.512000', '111433.514000', '111433.517000', '111433.519000', '111433.522000', '111433.524000', '111433.527000', '111433.530000', '111433.532000', '111433.535000', '111433.538000', '111433.540000', '111433.543000', '111433.545000', '111433.548000', '111433.550000', '111433.553000', '111433.556000', '111433.558000', '111433.561000', '111433.563000', '111433.566000', '111433.568000', '111433.571000', '111433.573000', '111433.576000', '111433.579000', '111433.581000', '111433.584000', '111453.475000', '111453.478000', '111453.481000', '111453.483000', '111453.486000', '111453.488000', '111453.491000', '111453.494000', '111453.496000', '111453.499000', '111453.501000', '111453.504000', '111453.506000', '111453.509000', '111453.512000', '111453.514000', '111453.517000', '111453.519000', '111453.522000', '111453.525000', '111453.527000', '111453.530000', '111453.533000', '111453.535000', '111453.538000', '111453.540000', '111453.543000', '111453.546000', '111453.548000', '111453.551000', '111453.553000', '111453.556000', '111453.558000', '111453.561000', '111453.563000', '111453.566000', '111453.569000', '111453.571000', '111453.574000', '111453.576000', '111453.579000', '111453.581000', '111453.584000', '111453.586000', '111513.475000', '111513.478000', '111513.481000', '111513.483000', '111513.486000', '111513.489000', '111513.491000', '111513.494000', '111513.496000', '111513.499000', '111513.501000', '111513.504000', '111513.507000', '111513.509000', '111513.512000', '111513.514000', '111513.517000', '111513.519000', '111513.522000', '111513.525000', '111513.527000', '111513.530000', '111513.532000', '111513.535000', '111513.538000', '111513.540000', '111513.543000', '111513.545000', '111513.548000', '111513.551000', '111513.553000', '111513.556000', '111513.558000', '111513.561000', '111513.564000', '111513.566000', '111513.569000', '111513.571000', '111513.574000', '111513.576000', '111513.579000', '111513.581000', '111513.584000', '111533.475000', '111533.478000', '111533.481000', '111533.483000', '111533.486000', '111533.488000', '111533.491000', '111533.494000', '111533.520000', '111533.522000', '111533.525000', '111533.528000', '111533.531000', '111533.534000', '111533.536000', '111533.539000', '111533.541000', '111533.544000', '111533.547000', '111533.549000', '111533.552000', '111533.554000', '111533.557000', '111533.560000', '111533.562000', '111533.565000', '111533.567000', '111533.570000', '111533.573000', '111533.575000', '111533.578000', '111533.580000', '111533.583000', '111533.586000', '111533.588000', '111533.591000', '111533.594000', '111533.597000', '111533.600000', '111533.603000', '111533.605000', '111533.608000', '111533.611000', '111553.475000', '111553.478000', '111553.481000', '111553.483000', '111553.486000', '111553.489000', '111553.491000', '111553.494000', '111553.496000', '111553.499000', '111553.501000', '111553.504000', '111553.507000', '111553.509000', '111553.512000', '111553.514000', '111553.517000', '111553.519000', '111553.522000', '111553.525000', '111553.527000', '111553.530000', '111553.532000', '111553.535000', '111553.537000', '111553.540000', '111553.542000', '111553.545000', '111553.548000', '111553.550000', '111553.553000', '111553.556000', '111553.558000', '111553.561000', '111553.563000', '111553.566000', '111553.568000', '111553.571000', '111553.574000', '111553.576000', '111553.579000', '111553.581000', '111553.584000', '111553.586000', '111613.475000', '111613.477000', '111613.480000', '111613.482000', '111613.485000', '111613.488000', '111613.490000', '111613.493000', '111613.496000', '111613.498000', '111613.501000', '111613.504000', '111613.506000', '111613.509000', '111613.512000', '111613.514000', '111613.517000', '111613.519000', '111613.522000', '111613.524000', '111613.527000', '111613.530000', '111613.532000', '111613.535000', '111613.537000', '111613.540000', '111613.542000', '111613.545000', '111613.548000', '111613.550000', '111613.553000', '111613.555000', '111613.558000', '111613.561000', '111613.563000', '111613.566000', '111613.568000', '111613.571000', '111613.574000', '111613.576000', '111613.579000', '111613.581000', '111613.584000', '111633.474000', '111633.477000', '111633.480000', '111633.482000', '111633.485000', '111633.488000', '111633.490000', '111633.493000', '111633.495000', '111633.498000', '111633.500000', '111633.503000', '111633.505000', '111633.508000', '111633.511000', '111633.513000', '111633.516000', '111633.518000', '111633.521000', '111633.523000', '111633.526000', '111633.528000', '111633.531000', '111633.534000', '111633.536000', '111633.539000', '111633.541000', '111633.544000', '111633.546000', '111633.549000', '111633.552000', '111633.554000', '111633.557000', '111633.559000', '111633.562000', '111633.565000', '111633.567000', '111633.570000', '111633.573000', '111633.576000', '111633.578000', '111633.581000', '111633.583000', '111633.586000', '111653.475000', '111653.478000', '111653.481000', '111653.483000', '111653.486000', '111653.489000', '111653.491000', '111653.494000', '111653.496000', '111653.499000', '111653.502000', '111653.505000', '111653.508000', '111653.511000', '111653.513000', '111653.516000', '111653.518000', '111653.521000', '111653.523000', '111653.526000', '111653.529000', '111653.531000', '111653.534000', '111653.536000', '111653.539000', '111653.542000', '111653.544000', '111653.547000', '111653.549000', '111653.552000', '111653.554000', '111653.557000', '111653.559000', '111653.597000', '111653.600000', '111653.603000', '111653.605000', '111653.608000', '111653.610000', '111653.613000', '111653.615000', '111653.618000', '111653.621000', '111713.475000', '111713.478000', '111713.481000', '111713.484000', '111713.486000', '111713.489000', '111713.491000', '111713.494000', '111713.496000', '111713.499000', '111713.502000', '111713.504000', '111713.507000', '111713.509000', '111713.512000', '111713.514000', '111713.517000', '111713.520000', '111713.522000', '111713.525000', '111713.527000', '111713.530000', '111713.532000', '111713.535000', '111713.538000', '111713.542000', '111713.544000', '111713.547000', '111713.549000', '111713.552000', '111713.555000', '111713.557000', '111713.560000', '111713.563000', '111713.565000', '111713.568000', '111713.570000', '111713.573000', '111713.576000', '111713.578000', '111713.581000', '111713.583000', '111713.586000', '111713.588000', '111733.476000', '111733.478000', '111733.481000', '111733.484000', '111733.486000', '111733.489000', '111733.492000', '111733.494000', '111733.497000', '111733.499000', '111733.502000', '111733.504000', '111733.507000', '111733.509000', '111733.512000', '111733.514000', '111733.517000', '111733.520000', '111733.522000', '111733.525000', '111733.527000', '111733.530000', '111733.533000', '111733.535000', '111733.538000', '111733.540000', '111733.543000', '111733.545000', '111733.548000', '111733.551000', '111733.553000', '111733.556000', '111733.558000', '111733.561000', '111733.563000', '111733.566000', '111733.569000', '111733.571000', '111733.574000', '111733.576000', '111733.579000', '111733.581000', '111733.584000', '111753.476000', '111753.478000', '111753.481000', '111753.484000', '111753.486000', '111753.489000', '111753.491000', '111753.494000', '111753.496000', '111753.499000', '111753.502000', '111753.504000', '111753.507000', '111753.509000', '111753.512000', '111753.514000', '111753.517000', '111753.520000', '111753.522000', '111753.525000', '111753.527000', '111753.530000', '111753.532000', '111753.535000', '111753.537000', '111753.540000', '111753.543000', '111753.545000', '111753.548000', '111753.550000', '111753.553000', '111753.556000', '111753.558000', '111753.561000', '111753.563000', '111753.566000', '111753.568000', '111753.571000', '111753.574000', '111753.576000', '111753.579000', '111753.581000', '111753.584000', '111753.586000', '111756.996000', '111757.000000', '111757.003000', '111757.005000', '111757.008000', '111757.010000', '111757.013000', '111757.016000'], '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': [10079, 13094, 9796, 7635, 7830, 7446, 7406, 7788, 9342, 7896, 12010, 8670, 7453, 7692, 7619, 9159, 7676, 7827, 9782, 8779, 12604, 10594, 9462, 11212, 8395, 7384, 10005, 7618, 15881, 11581, 11148, 7871, 7688, 9064, 7338, 11435, 8483, 10728, 7623, 7551, 8212, 7604, 10171, 7859, 12235, 8491, 7702, 8259, 7616, 10557, 7848, 14178, 9273, 13027, 9604, 7501, 9697, 7640, 13045, 9201, 12621, 8861, 7566, 9430, 7904, 10721, 8565, 11427, 8579, 8046, 10465, 7421, 10607, 8291, 7968, 8841, 7403, 11326, 7506, 10432, 7572, 7873, 9145, 7400, 10129, 7581, 8508, 7610, 7659, 10238, 7622, 10957, 7663, 9333, 9073, 7783, 11314, 8248, 11414, 8376, 10843, 8423, 13262, 9505, 12423, 8147, 8128, 8459, 7760, 11208, 8735, 13952, 9302, 9723, 9022, 7604, 11504, 9310, 13231, 8211, 9725, 7770, 10374, 8073, 11779, 8905, 10560, 9231, 7745, 8524, 7419, 10270, 7660, 9956, 7783, 9671, 7513, 11716, 9354, 9991, 8245, 7791, 9617, 7488, 12806, 8230, 13590, 8058, 11413, 8862, 8521, 9399, 7554, 10161, 7985, 9927, 7905, 10615, 7927, 13049, 9078, 12691, 9488, 9867, 9988, 9648, 10463, 8971, 9575, 7591, 9171, 8163, 10040, 7887, 12586, 7689, 10918, 7752, 9592, 7596, 10837, 8570, 10752, 9763, 7857, 8939, 7495, 10541, 7495, 10003, 7474, 9299, 7764, 10849, 7410, 13602, 8980, 12716, 8645, 11186, 8872, 12421, 9739, 10207, 9910, 7605, 9261, 7571, 10825, 8032, 10371, 8130, 10548, 7784, 12518, 8033, 9984, 7694, 9926, 7907, 12510, 8342, 10661, 8351, 12572, 9276, 13069, 9491, 7953, 8042, 7571, 8602, 7831, 10764, 7747, 9807, 7669, 9226, 7511, 12598, 7712, 12989, 7946, 10014, 8476, 10588, 8409, 13733, 8367, 11500, 8062, 10951, 8584, 9855, 8100, 7527, 7615, 7516, 9644, 8003, 10637, 8977, 10808, 8315, 11357, 8455, 7391, 9082, 7664, 11318, 8641, 13591, 9090, 11230, 8917, 11250, 7831, 14616, 9132, 14287, 8441, 11829, 8921, 11659, 9482, 12093, 10560, 12872, 9697, 7710, 9066, 7409, 9128, 7770, 10774, 8347, 12379, 8456, 9598, 7654, 8962, 7660, 10166, 7978, 11819, 7968, 8994, 7832, 8509, 7868, 9732, 8213, 11958, 8340, 9564, 8024, 10954, 8358, 14712, 8553, 11789, 8048, 10668, 8668, 15237, 10239, 14347, 9235, 10761, 9769, 8419, 8707, 7684, 11206, 8112, 9450, 7823, 9995, 7987, 14299, 8766, 12772, 7980, 10946, 8795, 12613, 9451, 13076, 9939, 7350, 9592, 7218, 9879, 8519, 11872, 8241, 9927, 7991, 8612, 7488, 9410, 8079, 12364, 8254, 10771, 7669, 7470, 8565, 7831, 7248, 10674, 7894, 12434, 8840, 11921, 9643, 13128, 10066, 15380, 11349, 16636, 9816, 12221, 9505, 11243, 9359, 11675, 8784, 12582, 9277, 7937, 10135, 7513, 9505, 7956, 10040, 8078, 8903, 7399, 9542, 7156, 9888, 9342, 11111, 8775, 9685, 7125, 9378, 7092, 10084, 7595, 10041, 7696, 9260, 7338, 9564, 7336, 9969, 8941, 10928, 7819, 9454, 7515, 8316, 7566, 7998, 7533, 9885, 7669, 11882, 8181, 9440, 7931, 10727, 8103, 14879, 9661, 14562, 8526, 11413, 8987, 13009, 9402, 15166, 11165, 11209, 9984, 7410, 9596, 7222, 10795, 8129, 11469, 7862, 9540, 8786, 10086, 7854, 11883, 8271, 14363, 8340, 11852, 7974, 10531, 8857, 11688, 8923, 15027, 8562, 11442, 8593, 11178, 8992, 11135, 9330, 7610, 8670, 7846, 8564, 7704, 11225, 8163, 10748, 8860, 12888, 9529, 15204, 9062, 12150, 9571, 8365, 8118, 7718, 11098, 7744, 9781, 8157, 9296, 8318, 11340, 8522, 14516, 8759, 11259, 9293, 10530, 9903, 9887, 10534, 7592, 9553, 7881, 9640, 7942, 12317, 8989, 11800, 8786, 10983, 8776, 12792, 9727, 16414, 9779, 15761, 9699, 11805, 10549, 10444, 9683, 9001, 9018, 7702, 8658, 7776, 9710, 7957, 12819, 8072, 9671, 8978, 10650, 8707, 14462, 9276, 11991, 9597, 10113, 9854, 9270, 9414, 7564, 9476, 8444, 9248, 8032, 9240, 8231, 12656, 8735, 9897, 7796, 9955, 8405, 13586, 9537, 8742, 9017, 8564, 8868, 7974, 10969, 8730, 12982, 9579, 10803, 8049, 10362, 8011, 10233, 7934, 13425, 8878, 10998, 8437, 10585, 8909, 13957, 9369, 12714, 10047, 10446, 10095, 9747, 9561, 8808, 9736, 8503, 9473, 8007, 10616, 8257, 14425, 8701, 11521, 9004, 11559, 9003, 14851, 9289, 11541, 9839, 8710, 9597, 7716, 9543, 8522, 9182, 7917, 8926, 7932, 9992, 8069, 13770, 8158, 11414, 8879, 9260, 8786, 8056, 9934, 7830, 9536, 8301, 10289, 8267, 14180, 8891, 14141, 8722, 11806, 8790, 14558, 9876, 12857, 9902, 7673, 8694, 8161, 10737, 8206, 13088, 8349, 11435, 9172, 11686, 9129, 15416, 9561, 9672, 9040, 7653, 9364, 9553, 11799, 8528, 10997, 9435, 11121, 8719, 14031, 9382, 14295, 9139, 11807, 9811, 9939, 8391, 7810, 8631, 8036, 9395, 8359, 10131, 8620, 14558, 8721, 11293, 9713, 12178, 10209, 8392, 9445, 8018, 9939, 8196, 13028, 8248, 11974, 9071, 11369, 8912, 13714, 9149, 10270, 9843, 7532, 8566, 8167, 10142, 8297, 9590, 8159, 10509, 8607, 12194, 9128, 13105, 9555, 9064, 8967, 8642, 10341, 8615, 11587, 9046, 11836, 9441, 11101, 9413, 8128, 10123, 10316, 14929, 11305, 12770, 15542, 11851, 18648, 12144, 17588, 11017, 14809, 11493, 13984, 10124, 16606, 9369, 11814, 9465, 8340, 8972, 9099, 8844, 9326, 10193, 8424, 11064, 8399, 10017, 8490, 9507, 9590, 10339, 10153, 10383, 10486, 11456, 10617, 9346, 9663, 8627, 9274, 8619, 10136, 8735, 10028, 8824, 13155, 8607, 12295, 8624, 10570, 8550, 11065, 9461, 15100, 8993, 12326, 9193, 10239, 9457, 9450, 8792, 8616, 8931, 7995, 8874, 7976, 9766, 8284, 12137, 8714, 11336, 8201, 10168, 8139, 11317, 9051, 14383, 9297, 10636, 9258, 9664, 9996, 9432, 10481, 10453, 10858, 8032, 9987, 8485, 11177, 8199, 13534, 8389, 11698, 8450, 12532, 9369, 15520, 9662, 12084, 9609, 7838, 8587, 7756, 9839, 8155, 9884, 8350, 9223, 8354, 9666, 8504, 13112, 8497, 12740, 8357, 11392, 9056, 13175, 10100, 12106, 9786, 8336, 9886, 9101, 11129, 9034, 14367, 8492, 12462, 8277, 12085, 8782, 14654, 9614, 15434, 9988, 8139], 'WindowCenter': [4330.0, 4333.0, 4314.0, 4271.0, 4272.0, 4260.0, 4272.0, 4272.0, 4317.0, 4297.0, 4334.0, 4307.0, 4286.0, 4299.0, 4285.0, 4304.0, 4286.0, 4286.0, 4328.0, 4319.0, 4349.0, 4339.0, 4329.0, 4336.0, 4296.0, 4274.0, 4313.0, 4283.0, 4356.0, 4336.0, 4324.0, 4283.0, 4283.0, 4304.0, 4284.0, 4322.0, 4305.0, 4324.0, 4283.0, 4285.0, 4295.0, 4297.0, 4326.0, 4296.0, 4347.0, 4307.0, 4285.0, 4296.0, 4286.0, 4325.0, 4285.0, 4346.0, 4317.0, 4346.0, 4304.0, 4273.0, 4303.0, 4284.0, 4346.0, 4305.0, 4335.0, 4292.0, 4282.0, 4304.0, 4282.0, 4313.0, 4295.0, 4335.0, 4305.0, 4283.0, 4324.0, 4284.0, 4325.0, 4294.0, 4294.0, 4305.0, 4274.0, 4337.0, 4287.0, 4325.0, 4296.0, 4294.0, 4314.0, 4283.0, 4325.0, 4296.0, 4304.0, 4297.0, 4297.0, 4326.0, 4299.0, 4338.0, 4297.0, 4316.0, 4317.0, 4296.0, 4337.0, 4295.0, 4337.0, 4295.0, 4323.0, 4294.0, 4334.0, 4314.0, 4335.0, 4283.0, 4282.0, 4293.0, 4295.0, 4334.0, 4305.0, 4357.0, 4316.0, 4304.0, 4303.0, 4284.0, 4334.0, 4303.0, 4346.0, 4293.0, 4302.0, 4270.0, 4299.0, 4282.0, 4322.0, 4304.0, 4313.0, 4303.0, 4283.0, 4303.0, 4284.0, 4314.0, 4284.0, 4314.0, 4283.0, 4314.0, 4286.0, 4335.0, 4317.0, 4327.0, 4296.0, 4285.0, 4314.0, 4285.0, 4344.0, 4293.0, 4333.0, 4283.0, 4322.0, 4302.0, 4292.0, 4302.0, 4284.0, 4325.0, 4295.0, 4313.0, 4283.0, 4314.0, 4284.0, 4333.0, 4306.0, 4334.0, 4305.0, 4303.0, 4315.0, 4314.0, 4314.0, 4292.0, 4304.0, 4270.0, 4292.0, 4281.0, 4312.0, 4281.0, 4322.0, 4273.0, 4313.0, 4270.0, 4300.0, 4273.0, 4311.0, 4293.0, 4324.0, 4315.0, 4282.0, 4305.0, 4273.0, 4313.0, 4271.0, 4313.0, 4272.0, 4302.0, 4283.0, 4324.0, 4273.0, 4344.0, 4305.0, 4345.0, 4305.0, 4323.0, 4304.0, 4333.0, 4314.0, 4315.0, 4314.0, 4273.0, 4304.0, 4283.0, 4323.0, 4282.0, 4327.0, 4293.0, 4323.0, 4282.0, 4334.0, 4293.0, 4313.0, 4283.0, 4313.0, 4294.0, 4334.0, 4296.0, 4313.0, 4294.0, 4333.0, 4303.0, 4332.0, 4303.0, 4282.0, 4282.0, 4281.0, 4292.0, 4282.0, 4325.0, 4283.0, 4314.0, 4283.0, 4303.0, 4273.0, 4333.0, 4284.0, 4345.0, 4282.0, 4303.0, 4293.0, 4323.0, 4293.0, 4344.0, 4294.0, 4322.0, 4283.0, 4324.0, 4303.0, 4312.0, 4294.0, 4283.0, 4284.0, 4285.0, 4315.0, 4294.0, 4324.0, 4302.0, 4322.0, 4295.0, 4322.0, 4292.0, 4272.0, 4318.0, 4284.0, 4325.0, 4294.0, 4347.0, 4303.0, 4323.0, 4292.0, 4323.0, 4281.0, 4342.0, 4301.0, 4342.0, 4291.0, 4322.0, 4303.0, 4321.0, 4314.0, 4332.0, 4313.0, 4332.0, 4301.0, 4268.0, 4291.0, 4258.0, 4290.0, 4268.0, 4311.0, 4279.0, 4333.0, 4280.0, 4290.0, 4268.0, 4290.0, 4268.0, 4311.0, 4280.0, 4333.0, 4281.0, 4302.0, 4269.0, 4292.0, 4282.0, 4303.0, 4294.0, 4347.0, 4295.0, 4315.0, 4293.0, 4323.0, 4294.0, 4355.0, 4306.0, 4333.0, 4295.0, 4323.0, 4303.0, 4353.0, 4315.0, 4357.0, 4305.0, 4322.0, 4314.0, 4291.0, 4293.0, 4282.0, 4325.0, 4282.0, 4313.0, 4282.0, 4312.0, 4284.0, 4344.0, 4293.0, 4333.0, 4284.0, 4323.0, 4292.0, 4332.0, 4302.0, 4332.0, 4315.0, 4271.0, 4303.0, 4270.0, 4301.0, 4279.0, 4322.0, 4280.0, 4300.0, 4280.0, 4280.0, 4271.0, 4301.0, 4281.0, 4336.0, 4294.0, 4324.0, 4284.0, 4286.0, 4305.0, 4296.0, 4285.0, 4328.0, 4297.0, 4349.0, 4318.0, 4335.0, 4316.0, 4334.0, 4314.0, 4346.0, 4313.0, 4344.0, 4301.0, 4308.0, 4288.0, 4298.0, 4288.0, 4308.0, 4279.0, 4319.0, 4292.0, 4280.0, 4312.0, 4270.0, 4303.0, 4281.0, 4313.0, 4282.0, 4294.0, 4273.0, 4304.0, 4263.0, 4314.0, 4303.0, 4323.0, 4291.0, 4303.0, 4261.0, 4303.0, 4260.0, 4312.0, 4271.0, 4313.0, 4284.0, 4305.0, 4273.0, 4304.0, 4271.0, 4314.0, 4303.0, 4323.0, 4273.0, 4303.0, 4271.0, 4283.0, 4271.0, 4285.0, 4284.0, 4316.0, 4285.0, 4337.0, 4297.0, 4306.0, 4285.0, 4325.0, 4285.0, 4346.0, 4304.0, 4345.0, 4295.0, 4322.0, 4292.0, 4333.0, 4303.0, 4344.0, 4326.0, 4322.0, 4304.0, 4261.0, 4301.0, 4272.0, 4312.0, 4270.0, 4325.0, 4281.0, 4301.0, 4291.0, 4301.0, 4282.0, 4323.0, 4282.0, 4344.0, 4282.0, 4321.0, 4281.0, 4300.0, 4291.0, 4321.0, 4292.0, 4343.0, 4294.0, 4321.0, 4292.0, 4322.0, 4303.0, 4321.0, 4303.0, 4282.0, 4294.0, 4282.0, 4292.0, 4272.0, 4323.0, 4292.0, 4312.0, 4303.0, 4332.0, 4302.0, 4342.0, 4293.0, 4332.0, 4303.0, 4291.0, 4282.0, 4271.0, 4325.0, 4283.0, 4314.0, 4283.0, 4302.0, 4294.0, 4320.0, 4293.0, 4343.0, 4294.0, 4322.0, 4303.0, 4311.0, 4312.0, 4301.0, 4315.0, 4284.0, 4304.0, 4282.0, 4302.0, 4281.0, 4321.0, 4291.0, 4321.0, 4280.0, 4310.0, 4293.0, 4331.0, 4302.0, 4341.0, 4301.0, 4341.0, 4301.0, 4308.0, 4309.0, 4298.0, 4289.0, 4291.0, 4291.0, 4270.0, 4282.0, 4283.0, 4300.0, 4280.0, 4333.0, 4282.0, 4301.0, 4291.0, 4311.0, 4291.0, 4342.0, 4305.0, 4322.0, 4303.0, 4312.0, 4313.0, 4303.0, 4303.0, 4281.0, 4303.0, 4280.0, 4292.0, 4281.0, 4302.0, 4291.0, 4334.0, 4295.0, 4314.0, 4284.0, 4313.0, 4305.0, 4344.0, 4317.0, 4303.0, 4304.0, 4304.0, 4305.0, 4283.0, 4323.0, 4292.0, 4335.0, 4304.0, 4314.0, 4270.0, 4301.0, 4282.0, 4301.0, 4281.0, 4344.0, 4304.0, 4323.0, 4294.0, 4313.0, 4303.0, 4343.0, 4304.0, 4332.0, 4316.0, 4310.0, 4314.0, 4302.0, 4303.0, 4292.0, 4302.0, 4291.0, 4302.0, 4293.0, 4312.0, 4281.0, 4344.0, 4291.0, 4321.0, 4291.0, 4321.0, 4292.0, 4341.0, 4302.0, 4322.0, 4302.0, 4291.0, 4302.0, 4283.0, 4301.0, 4291.0, 4305.0, 4283.0, 4292.0, 4294.0, 4314.0, 4293.0, 4343.0, 4296.0, 4335.0, 4304.0, 4316.0, 4305.0, 4293.0, 4327.0, 4285.0, 4317.0, 4294.0, 4314.0, 4296.0, 4344.0, 4306.0, 4344.0, 4294.0, 4322.0, 4293.0, 4344.0, 4313.0, 4333.0, 4314.0, 4271.0, 4292.0, 4291.0, 4312.0, 4291.0, 4346.0, 4293.0, 4324.0, 4302.0, 4322.0, 4303.0, 4341.0, 4303.0, 4302.0, 4292.0, 4270.0, 4301.0, 4301.0, 4324.0, 4293.0, 4324.0, 4302.0, 4321.0, 4292.0, 4330.0, 4291.0, 4343.0, 4302.0, 4320.0, 4313.0, 4312.0, 4291.0, 4271.0, 4293.0, 4283.0, 4301.0, 4293.0, 4312.0, 4292.0, 4344.0, 4293.0, 4322.0, 4313.0, 4323.0, 4313.0, 4284.0, 4302.0, 4280.0, 4301.0, 4282.0, 4332.0, 4283.0, 4321.0, 4302.0, 4320.0, 4301.0, 4330.0, 4301.0, 4312.0, 4312.0, 4282.0, 4304.0, 4293.0, 4325.0, 4294.0, 4304.0, 4283.0, 4323.0, 4292.0, 4321.0, 4290.0, 4306.0, 4289.0, 4290.0, 4305.0, 4290.0, 4310.0, 4291.0, 4322.0, 4303.0, 4332.0, 4316.0, 4324.0, 4315.0, 4283.0, 4312.0, 4312.0, 4342.0, 4323.0, 4319.0, 4330.0, 4308.0, 4343.0, 4309.0, 4340.0, 4284.0, 4303.0, 4281.0, 4302.0, 4272.0, 4324.0, 4273.0, 4293.0, 4273.0, 4262.0, 4274.0, 4275.0, 4277.0, 4287.0, 4297.0, 4277.0, 4311.0, 4281.0, 4300.0, 4291.0, 4300.0, 4301.0, 4302.0, 4315.0, 4311.0, 4314.0, 4324.0, 4314.0, 4291.0, 4302.0, 4282.0, 4291.0, 4278.0, 4299.0, 4281.0, 4301.0, 4292.0, 4333.0, 4293.0, 4334.0, 4294.0, 4311.0, 4292.0, 4312.0, 4303.0, 4342.0, 4305.0, 4333.0, 4304.0, 4313.0, 4316.0, 4314.0, 4305.0, 4293.0, 4304.0, 4283.0, 4305.0, 4283.0, 4314.0, 4293.0, 4334.0, 4304.0, 4324.0, 4293.0, 4312.0, 4295.0, 4322.0, 4304.0, 4356.0, 4317.0, 4325.0, 4315.0, 4315.0, 4316.0, 4302.0, 4325.0, 4326.0, 4326.0, 4282.0, 4304.0, 4294.0, 4324.0, 4293.0, 4347.0, 4293.0, 4323.0, 4294.0, 4333.0, 4315.0, 4353.0, 4316.0, 4333.0, 4315.0, 4281.0, 4293.0, 4282.0, 4314.0, 4285.0, 4316.0, 4295.0, 4305.0, 4293.0, 4313.0, 4305.0, 4345.0, 4308.0, 4345.0, 4298.0, 4336.0, 4317.0, 4346.0, 4325.0, 4335.0, 4316.0, 4282.0, 4302.0, 4291.0, 4323.0, 4291.0, 4346.0, 4293.0, 4323.0, 4281.0, 4321.0, 4293.0, 4341.0, 4302.0, 4344.0, 4301.0, 4279.0], 'WindowWidth': [9578.0, 9568.0, 9540.0, 9479.0, 9481.0, 9461.0, 9480.0, 9480.0, 9549.0, 9525.0, 9571.0, 9540.0, 9507.0, 9528.0, 9502.0, 9528.0, 9509.0, 9507.0, 9567.0, 9558.0, 9597.0, 9584.0, 9570.0, 9575.0, 9521.0, 9487.0, 9539.0, 9498.0, 9604.0, 9577.0, 9555.0, 9500.0, 9499.0, 9527.0, 9503.0, 9550.0, 9532.0, 9553.0, 9498.0, 9501.0, 9515.0, 9523.0, 9561.0, 9521.0, 9591.0, 9538.0, 9504.0, 9519.0, 9506.0, 9558.0, 9504.0, 9592.0, 9551.0, 9586.0, 9526.0, 9483.0, 9525.0, 9497.0, 9586.0, 9529.0, 9569.0, 9507.0, 9494.0, 9527.0, 9495.0, 9536.0, 9515.0, 9572.0, 9530.0, 9498.0, 9557.0, 9502.0, 9556.0, 9515.0, 9513.0, 9531.0, 9486.0, 9579.0, 9511.0, 9557.0, 9524.0, 9517.0, 9540.0, 9501.0, 9557.0, 9522.0, 9530.0, 9526.0, 9525.0, 9563.0, 9531.0, 9582.0, 9526.0, 9549.0, 9551.0, 9521.0, 9578.0, 9518.0, 9575.0, 9516.0, 9550.0, 9514.0, 9569.0, 9541.0, 9569.0, 9497.0, 9496.0, 9510.0, 9520.0, 9570.0, 9531.0, 9607.0, 9548.0, 9527.0, 9523.0, 9504.0, 9568.0, 9522.0, 9590.0, 9509.0, 9519.0, 9476.0, 9512.0, 9495.0, 9546.0, 9530.0, 9537.0, 9525.0, 9498.0, 9527.0, 9502.0, 9542.0, 9501.0, 9541.0, 9498.0, 9538.0, 9508.0, 9571.0, 9551.0, 9563.0, 9522.0, 9505.0, 9541.0, 9505.0, 9584.0, 9513.0, 9568.0, 9497.0, 9546.0, 9522.0, 9509.0, 9523.0, 9500.0, 9558.0, 9515.0, 9537.0, 9498.0, 9538.0, 9501.0, 9566.0, 9532.0, 9566.0, 9529.0, 9523.0, 9543.0, 9541.0, 9539.0, 9507.0, 9525.0, 9475.0, 9505.0, 9490.0, 9535.0, 9492.0, 9547.0, 9484.0, 9535.0, 9478.0, 9513.0, 9483.0, 9532.0, 9511.0, 9553.0, 9543.0, 9495.0, 9527.0, 9485.0, 9538.0, 9480.0, 9539.0, 9484.0, 9522.0, 9498.0, 9552.0, 9485.0, 9582.0, 9533.0, 9584.0, 9532.0, 9552.0, 9526.0, 9563.0, 9543.0, 9542.0, 9540.0, 9482.0, 9524.0, 9496.0, 9551.0, 9496.0, 9564.0, 9513.0, 9554.0, 9496.0, 9570.0, 9512.0, 9538.0, 9498.0, 9538.0, 9517.0, 9568.0, 9519.0, 9538.0, 9516.0, 9567.0, 9527.0, 9563.0, 9524.0, 9495.0, 9494.0, 9491.0, 9508.0, 9494.0, 9557.0, 9497.0, 9541.0, 9500.0, 9525.0, 9485.0, 9565.0, 9500.0, 9585.0, 9497.0, 9521.0, 9511.0, 9551.0, 9514.0, 9582.0, 9514.0, 9546.0, 9498.0, 9556.0, 9527.0, 9535.0, 9517.0, 9500.0, 9500.0, 9505.0, 9547.0, 9515.0, 9553.0, 9520.0, 9547.0, 9517.0, 9549.0, 9511.0, 9482.0, 9553.0, 9501.0, 9560.0, 9514.0, 9594.0, 9525.0, 9551.0, 9507.0, 9550.0, 9492.0, 9576.0, 9519.0, 9577.0, 9507.0, 9549.0, 9525.0, 9546.0, 9541.0, 9563.0, 9538.0, 9563.0, 9521.0, 9472.0, 9504.0, 9457.0, 9501.0, 9471.0, 9533.0, 9485.0, 9563.0, 9488.0, 9501.0, 9468.0, 9500.0, 9471.0, 9533.0, 9489.0, 9565.0, 9491.0, 9522.0, 9474.0, 9507.0, 9496.0, 9524.0, 9517.0, 9592.0, 9519.0, 9544.0, 9516.0, 9553.0, 9516.0, 9599.0, 9533.0, 9565.0, 9516.0, 9551.0, 9527.0, 9595.0, 9546.0, 9605.0, 9531.0, 9547.0, 9538.0, 9508.0, 9511.0, 9495.0, 9558.0, 9496.0, 9538.0, 9497.0, 9537.0, 9501.0, 9582.0, 9514.0, 9566.0, 9501.0, 9550.0, 9511.0, 9563.0, 9524.0, 9565.0, 9544.0, 9479.0, 9522.0, 9475.0, 9519.0, 9486.0, 9548.0, 9488.0, 9516.0, 9487.0, 9487.0, 9479.0, 9518.0, 9492.0, 9572.0, 9514.0, 9554.0, 9503.0, 9509.0, 9531.0, 9520.0, 9505.0, 9566.0, 9525.0, 9595.0, 9553.0, 9571.0, 9546.0, 9567.0, 9540.0, 9588.0, 9537.0, 9582.0, 9514.0, 9522.0, 9494.0, 9505.0, 9495.0, 9520.0, 9484.0, 9537.0, 9507.0, 9487.0, 9533.0, 9476.0, 9522.0, 9492.0, 9537.0, 9495.0, 9512.0, 9481.0, 9523.0, 9471.0, 9541.0, 9522.0, 9553.0, 9507.0, 9523.0, 9463.0, 9520.0, 9459.0, 9533.0, 9477.0, 9537.0, 9498.0, 9529.0, 9484.0, 9524.0, 9479.0, 9539.0, 9523.0, 9550.0, 9481.0, 9523.0, 9478.0, 9495.0, 9479.0, 9502.0, 9499.0, 9545.0, 9504.0, 9577.0, 9521.0, 9531.0, 9503.0, 9555.0, 9501.0, 9587.0, 9529.0, 9586.0, 9517.0, 9547.0, 9508.0, 9564.0, 9526.0, 9582.0, 9559.0, 9547.0, 9526.0, 9464.0, 9517.0, 9479.0, 9534.0, 9476.0, 9555.0, 9492.0, 9518.0, 9506.0, 9518.0, 9494.0, 9550.0, 9494.0, 9582.0, 9492.0, 9544.0, 9491.0, 9512.0, 9505.0, 9544.0, 9505.0, 9579.0, 9512.0, 9546.0, 9509.0, 9547.0, 9524.0, 9546.0, 9525.0, 9496.0, 9513.0, 9493.0, 9507.0, 9481.0, 9552.0, 9508.0, 9535.0, 9524.0, 9561.0, 9521.0, 9579.0, 9513.0, 9561.0, 9523.0, 9505.0, 9496.0, 9479.0, 9556.0, 9497.0, 9541.0, 9498.0, 9521.0, 9515.0, 9545.0, 9510.0, 9578.0, 9513.0, 9546.0, 9525.0, 9530.0, 9535.0, 9519.0, 9543.0, 9499.0, 9527.0, 9492.0, 9519.0, 9493.0, 9546.0, 9504.0, 9545.0, 9485.0, 9525.0, 9510.0, 9559.0, 9521.0, 9577.0, 9519.0, 9575.0, 9516.0, 9522.0, 9523.0, 9509.0, 9499.0, 9502.0, 9505.0, 9474.0, 9492.0, 9497.0, 9517.0, 9490.0, 9566.0, 9493.0, 9517.0, 9504.0, 9531.0, 9506.0, 9577.0, 9528.0, 9548.0, 9523.0, 9533.0, 9539.0, 9527.0, 9528.0, 9495.0, 9523.0, 9488.0, 9504.0, 9491.0, 9521.0, 9506.0, 9567.0, 9516.0, 9539.0, 9502.0, 9540.0, 9533.0, 9581.0, 9551.0, 9527.0, 9528.0, 9526.0, 9529.0, 9496.0, 9552.0, 9508.0, 9572.0, 9524.0, 9537.0, 9474.0, 9515.0, 9492.0, 9516.0, 9491.0, 9579.0, 9526.0, 9550.0, 9512.0, 9536.0, 9524.0, 9578.0, 9528.0, 9562.0, 9542.0, 9528.0, 9537.0, 9520.0, 9523.0, 9506.0, 9521.0, 9503.0, 9519.0, 9510.0, 9535.0, 9490.0, 9581.0, 9505.0, 9542.0, 9504.0, 9543.0, 9507.0, 9572.0, 9522.0, 9545.0, 9519.0, 9504.0, 9522.0, 9496.0, 9520.0, 9506.0, 9531.0, 9497.0, 9508.0, 9516.0, 9540.0, 9512.0, 9580.0, 9520.0, 9570.0, 9529.0, 9549.0, 9534.0, 9513.0, 9562.0, 9504.0, 9548.0, 9513.0, 9540.0, 9519.0, 9582.0, 9532.0, 9581.0, 9513.0, 9547.0, 9512.0, 9582.0, 9539.0, 9564.0, 9540.0, 9477.0, 9507.0, 9506.0, 9534.0, 9505.0, 9588.0, 9511.0, 9551.0, 9520.0, 9548.0, 9524.0, 9575.0, 9524.0, 9520.0, 9507.0, 9476.0, 9520.0, 9519.0, 9553.0, 9510.0, 9553.0, 9520.0, 9546.0, 9509.0, 9555.0, 9504.0, 9578.0, 9522.0, 9543.0, 9536.0, 9535.0, 9507.0, 9480.0, 9511.0, 9496.0, 9520.0, 9508.0, 9533.0, 9509.0, 9581.0, 9512.0, 9547.0, 9537.0, 9549.0, 9538.0, 9498.0, 9519.0, 9487.0, 9518.0, 9494.0, 9564.0, 9495.0, 9546.0, 9522.0, 9544.0, 9521.0, 9556.0, 9520.0, 9533.0, 9533.0, 9495.0, 9528.0, 9513.0, 9558.0, 9513.0, 9525.0, 9496.0, 9553.0, 9509.0, 9544.0, 9497.0, 9511.0, 9496.0, 9502.0, 9530.0, 9504.0, 9529.0, 9506.0, 9549.0, 9525.0, 9563.0, 9546.0, 9553.0, 9545.0, 9498.0, 9535.0, 9534.0, 9577.0, 9550.0, 9539.0, 9562.0, 9523.0, 9589.0, 9525.0, 9570.0, 9482.0, 9506.0, 9473.0, 9504.0, 9460.0, 9538.0, 9469.0, 9493.0, 9466.0, 9451.0, 9470.0, 9471.0, 9478.0, 9491.0, 9504.0, 9480.0, 9529.0, 9490.0, 9515.0, 9504.0, 9513.0, 9519.0, 9518.0, 9539.0, 9531.0, 9538.0, 9553.0, 9540.0, 9504.0, 9519.0, 9490.0, 9501.0, 9480.0, 9511.0, 9487.0, 9514.0, 9506.0, 9562.0, 9508.0, 9566.0, 9512.0, 9529.0, 9506.0, 9532.0, 9523.0, 9575.0, 9529.0, 9564.0, 9526.0, 9536.0, 9545.0, 9543.0, 9532.0, 9510.0, 9529.0, 9498.0, 9530.0, 9496.0, 9541.0, 9511.0, 9567.0, 9528.0, 9554.0, 9512.0, 9535.0, 9515.0, 9549.0, 9530.0, 9599.0, 9550.0, 9558.0, 9545.0, 9540.0, 9544.0, 9524.0, 9556.0, 9559.0, 9558.0, 9494.0, 9524.0, 9512.0, 9554.0, 9511.0, 9588.0, 9511.0, 9551.0, 9514.0, 9568.0, 9544.0, 9593.0, 9548.0, 9565.0, 9543.0, 9494.0, 9511.0, 9498.0, 9540.0, 9502.0, 9546.0, 9516.0, 9529.0, 9513.0, 9538.0, 9529.0, 9584.0, 9539.0, 9585.0, 9524.0, 9573.0, 9551.0, 9589.0, 9560.0, 9572.0, 9546.0, 9494.0, 9522.0, 9503.0, 9551.0, 9506.0, 9587.0, 9510.0, 9549.0, 9490.0, 9542.0, 9510.0, 9573.0, 9523.0, 9582.0, 9519.0, 9486.0]}, 'slices': {}}</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.000867545871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.026007543004587158</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.78103342504018</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2323390267738223</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006980325832369</td></tr>
<tr><td colspan=3>efc</td><td>0.4853</td></tr>
<tr><td colspan=3>fber</td><td>5426.1987</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12304518821253776</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.5</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4559789362705975</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3107785812703816</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6660249364370125</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3911332911043996</td></tr>
<tr><td colspan=3>gcor</td><td>0.00742075</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02648412249982357</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03118661232292652</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9390006981533063</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>29.2487</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2412</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.3555</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297153.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>829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.2548</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5766</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.681</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3493.6389</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79391.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4572.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.7954</td></tr>
<tr><td colspan=3>tsnr</td><td>37.40011300542392</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>