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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-01/func/sub-0081_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1602591ba7d70bd3bf869dc5af3bba61</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>08:50:40.997500</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.999055, 0.0227096, -0.0370688, -0.0193573, 0.995896, 0.0884142]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0864672</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7704, -7290, 589, -41, 12, 78, 135]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2ba62397-592a-49cf-b395-a29b2350c8b1||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.6803905963897705, -0.051934096962213516, -0.10509602725505829, 116.50434875488281], [-0.0609280988574028, 2.671915292739868, 0.23655515909194946, -94.67160034179688], [-0.09945274889469147, -0.23720870912075043, 2.687563180923462, -55.071807861328125], [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': ['085040.997500', '085041.457500', '085041.917500', '085042.377500', '085042.837500', '085043.297500', '085043.757500', '085044.217500', '085044.677500', '085045.137500', '085045.597500', '085046.057500', '085046.517500', '085046.977500', '085047.437500', '085047.897500', '085048.357500', '085048.817500', '085049.277500', '085049.737500', '085050.197500', '085050.657500', '085051.117500', '085051.577500', '085052.037500', '085052.497500', '085052.957500', '085053.417500', '085053.877500', '085054.337500', '085054.797500', '085055.257500', '085055.717500', '085056.177500', '085056.637500', '085057.097500', '085057.557500', '085058.017500', '085058.477500', '085058.937500', '085059.397500', '085059.857500', '085100.317500', '085100.777500', '085101.237500', '085101.697500', '085102.157500', '085102.617500', '085103.077500', '085103.537500', '085103.997500', '085104.457500', '085104.917500', '085105.377500', '085105.837500', '085106.297500', '085106.757500', '085107.217500', '085107.677500', '085108.137500', '085108.597500', '085109.057500', '085109.517500', '085109.977500', '085110.437500', '085110.897500', '085111.357500', '085111.817500', '085112.277500', '085112.737500', '085113.197500', '085113.657500', '085114.117500', '085114.577500', '085115.037500', '085115.497500', '085115.957500', '085116.417500', '085116.877500', '085117.337500', '085117.797500', '085118.257500', '085118.717500', '085119.177500', '085119.637500', '085120.097500', '085120.557500', '085121.017500', '085121.477500', '085121.937500', '085122.397500', '085122.857500', '085123.317500', '085123.777500', '085124.237500', '085124.697500', '085125.157500', '085125.617500', '085126.077500', '085126.537500', '085126.997500', '085127.457500', '085127.917500', '085128.377500', '085128.837500', '085129.297500', '085129.757500', '085130.217500', '085130.677500', '085131.137500', '085131.597500', '085132.057500', '085132.517500', '085132.977500', '085133.437500', '085133.897500', '085134.357500', '085134.817500', '085135.277500', '085135.737500', '085136.197500', '085136.657500', '085137.117500', '085137.577500', '085138.037500', '085138.497500', '085138.957500', '085139.417500', '085139.877500', '085140.337500', '085140.797500', '085141.257500', '085141.717500', '085142.177500', '085142.637500', '085143.097500', '085143.557500', '085144.017500', '085144.477500', '085144.937500', '085145.397500', '085145.857500', '085146.317500', '085146.777500', '085147.237500', '085147.697500', '085148.157500', '085148.617500', '085149.077500', '085149.537500', '085149.997500', '085150.457500', '085150.917500', '085151.377500', '085151.837500', '085152.297500', '085152.757500', '085153.217500', '085153.677500', '085154.137500', '085154.597500', '085155.057500', '085155.517500', '085155.977500', '085156.437500', '085156.897500', '085157.357500', '085157.817500', '085158.277500', '085158.737500', '085159.197500', '085159.657500', '085200.117500', '085200.577500', '085201.037500', '085201.497500', '085201.957500', '085202.417500', '085202.877500', '085203.337500', '085203.797500', '085204.257500', '085204.717500', '085205.177500', '085205.637500', '085206.097500', '085206.557500', '085207.017500', '085207.477500', '085207.937500', '085208.397500', '085208.857500', '085209.317500', '085209.777500', '085210.237500', '085210.697500', '085211.157500', '085211.617500', '085212.077500', '085212.537500', '085212.997500', '085213.457500', '085213.917500', '085214.377500', '085214.837500', '085215.297500', '085215.757500', '085216.217500', '085216.677500', '085217.137500', '085217.597500', '085218.057500', '085218.517500', '085218.977500', '085219.437500', '085219.897500', '085220.357500', '085220.817500', '085221.277500', '085221.737500', '085222.197500', '085222.657500', '085223.117500', '085223.577500', '085224.037500', '085224.497500', '085224.957500', '085225.417500', '085225.877500', '085226.337500', '085226.797500', '085227.257500', '085227.717500', '085228.177500', '085228.637500', '085229.097500', '085229.557500', '085230.017500', '085230.477500', '085230.937500', '085231.397500', '085231.857500', '085232.317500', '085232.777500', '085233.237500', '085233.697500', '085234.157500', '085234.617500', '085235.077500', '085235.537500', '085235.997500', '085236.457500', '085236.917500', '085237.377500', '085237.837500', '085238.297500', '085238.757500', '085239.217500', '085239.677500', '085240.137500', '085240.597500', '085241.057500', '085241.517500', '085241.977500', '085242.437500', '085242.897500', '085243.357500', '085243.817500', '085244.277500', '085244.737500', '085245.197500', '085245.657500', '085246.117500', '085246.577500', '085247.037500', '085247.497500', '085247.957500', '085248.417500', '085248.877500', '085249.337500', '085249.797500', '085250.257500', '085250.717500', '085251.177500', '085251.637500', '085252.097500', '085252.557500', '085253.017500', '085253.477500', '085253.937500', '085254.397500', '085254.857500', '085255.317500', '085255.777500', '085256.237500', '085256.697500', '085257.157500', '085257.617500', '085258.077500', '085258.537500', '085258.997500', '085259.457500', '085259.917500', '085300.377500', '085300.837500', '085301.297500', '085301.757500', '085302.217500', '085302.677500', '085303.137500', '085303.597500', '085304.057500', '085304.517500', '085304.977500', '085305.437500', '085305.897500', '085306.357500', '085306.817500', '085307.277500', '085307.737500', '085308.197500', '085308.657500', '085309.117500', '085309.577500', '085310.037500', '085310.497500', '085310.957500', '085311.417500', '085311.877500', '085312.337500', '085312.797500', '085313.257500', '085313.717500', '085314.177500', '085314.637500', '085315.097500', '085315.557500', '085316.017500', '085316.477500', '085316.937500', '085317.397500', '085317.857500', '085318.317500', '085318.777500', '085319.237500', '085319.697500', '085320.157500', '085320.617500', '085321.077500', '085321.537500', '085321.997500', '085322.457500', '085322.917500', '085323.377500', '085323.837500', '085324.297500', '085324.757500', '085325.217500', '085325.677500', '085326.137500', '085326.597500', '085327.057500', '085327.517500', '085327.977500', '085328.437500', '085328.897500', '085329.357500', '085329.817500', '085330.277500', '085330.737500', '085331.197500', '085331.657500', '085332.117500', '085332.577500', '085333.037500', '085333.497500', '085333.957500', '085334.417500', '085334.877500', '085335.337500', '085335.797500', '085336.257500', '085336.717500', '085337.177500', '085337.637500', '085338.097500', '085338.557500', '085339.017500', '085339.477500', '085339.937500', '085340.397500', '085340.857500', '085341.317500', '085341.777500', '085342.237500', '085342.697500', '085343.157500', '085343.617500', '085344.077500', '085344.537500', '085344.997500', '085345.457500', '085345.917500', '085346.377500', '085346.837500', '085347.297500', '085347.757500', '085348.217500', '085348.677500', '085349.137500', '085349.597500', '085350.057500', '085350.517500', '085350.977500', '085351.437500', '085351.897500', '085352.357500', '085352.817500', '085353.277500', '085353.737500', '085354.197500', '085354.657500', '085355.117500', '085355.577500', '085356.037500', '085356.497500', '085356.957500', '085357.417500', '085357.877500', '085358.337500', '085358.797500', '085359.257500', '085359.717500', '085400.177500', '085400.637500', '085401.097500', '085401.557500', '085402.017500', '085402.477500', '085402.937500', '085403.397500', '085403.857500', '085404.317500', '085404.777500', '085405.237500', '085405.697500', '085406.157500', '085406.617500', '085407.077500', '085407.537500', '085407.997500', '085408.457500', '085408.917500', '085409.377500', '085409.837500', '085410.297500', '085410.757500', '085411.217500', '085411.677500', '085412.137500', '085412.597500', '085413.057500', '085413.517500', '085413.977500', '085414.437500', '085414.897500', '085415.357500', '085415.817500', '085416.277500', '085416.737500', '085417.197500', '085417.657500', '085418.117500', '085418.577500', '085419.037500', '085419.497500', '085419.957500', '085420.417500', '085420.877500', '085421.337500', '085421.797500', '085422.257500', '085422.717500', '085423.177500', '085423.637500', '085424.097500', '085424.557500', '085425.017500', '085425.477500', '085425.937500', '085426.397500', '085426.857500', '085427.317500', '085427.777500', '085428.237500', '085428.697500', '085429.157500', '085429.617500', '085430.077500', '085430.537500', '085430.997500', '085431.457500', '085431.917500', '085432.377500', '085432.837500', '085433.297500', '085433.757500', '085434.217500', '085434.677500', '085435.137500', '085435.597500', '085436.057500', '085436.517500', '085436.977500', '085437.437500', '085437.897500', '085438.357500', '085438.817500', '085439.277500', '085439.737500', '085440.197500', '085440.657500', '085441.117500', '085441.577500', '085442.037500', '085442.497500', '085442.957500', '085443.417500', '085443.877500', '085444.337500', '085444.797500', '085445.257500', '085445.717500', '085446.177500', '085446.637500', '085447.097500', '085447.557500', '085448.017500', '085448.477500', '085448.937500', '085449.397500', '085449.857500', '085450.317500', '085450.777500', '085451.237500', '085451.697500', '085452.157500', '085452.617500', '085453.077500', '085453.537500', '085453.997500', '085454.457500', '085454.917500', '085455.377500', '085455.837500', '085456.297500', '085456.757500', '085457.217500', '085457.677500', '085458.137500', '085458.597500', '085459.057500', '085459.517500', '085459.977500', '085500.437500', '085500.897500', '085501.357500', '085501.817500', '085502.277500', '085502.737500', '085503.197500', '085503.657500', '085504.117500', '085504.577500', '085505.037500', '085505.497500', '085505.957500', '085506.417500', '085506.877500', '085507.337500', '085507.797500', '085508.257500', '085508.717500', '085509.177500', '085509.637500', '085510.097500', '085510.557500', '085511.017500', '085511.477500', '085511.937500', '085512.397500', '085512.857500', '085513.317500', '085513.777500', '085514.237500', '085514.697500', '085515.157500', '085515.617500', '085516.077500', '085516.537500', '085516.997500', '085517.457500', '085517.917500', '085518.377500', '085518.837500', '085519.297500', '085519.757500', '085520.217500', '085520.677500', '085521.137500', '085521.597500', '085522.057500', '085522.517500', '085522.977500', '085523.437500', '085523.897500', '085524.357500', '085524.817500', '085525.277500', '085525.737500', '085526.197500', '085526.657500', '085527.117500', '085527.577500', '085528.037500', '085528.497500', '085528.957500', '085529.417500', '085529.877500', '085530.337500', '085530.797500', '085531.257500', '085531.717500', '085532.177500', '085532.637500', '085533.097500', '085533.557500', '085534.017500', '085534.477500', '085534.937500', '085535.397500', '085535.857500', '085536.317500', '085536.777500', '085537.237500', '085537.697500', '085538.157500', '085538.617500', '085539.077500', '085539.537500', '085539.997500', '085540.457500', '085540.917500', '085541.377500', '085541.837500', '085542.297500', '085542.757500', '085543.217500', '085543.677500', '085544.137500', '085544.597500', '085545.057500', '085545.517500', '085545.977500', '085546.437500', '085546.897500', '085547.357500', '085547.817500', '085548.277500', '085548.737500', '085549.197500', '085549.657500', '085550.117500', '085550.577500', '085551.037500', '085551.497500', '085551.957500', '085552.417500', '085552.877500', '085553.337500', '085553.797500', '085554.257500', '085554.717500', '085555.177500', '085555.637500', '085556.097500', '085556.557500', '085557.017500', '085557.477500', '085557.937500', '085558.397500', '085558.857500', '085559.317500', '085559.777500', '085600.237500', '085600.697500', '085601.157500', '085601.617500', '085602.077500', '085602.537500', '085602.997500', '085603.457500', '085603.917500', '085604.377500', '085604.837500', '085605.297500', '085605.757500', '085606.217500', '085606.677500', '085607.137500', '085607.597500', '085608.057500', '085608.517500', '085608.977500', '085609.437500', '085609.897500', '085610.357500', '085610.817500', '085611.277500', '085611.737500', '085612.197500', '085612.657500', '085613.117500', '085613.577500', '085614.037500', '085614.497500', '085614.957500', '085615.417500', '085615.877500', '085616.337500', '085616.797500', '085617.257500', '085617.717500', '085618.177500', '085618.637500', '085619.097500', '085619.557500', '085620.017500', '085620.477500', '085620.937500', '085621.397500', '085621.857500', '085622.317500', '085622.777500', '085623.237500', '085623.697500', '085624.157500', '085624.617500', '085625.077500', '085625.537500', '085625.997500', '085626.457500', '085626.917500', '085627.377500', '085627.837500', '085628.297500', '085628.757500', '085629.217500', '085629.677500', '085630.137500', '085630.597500', '085631.057500', '085631.517500', '085631.977500', '085632.437500', '085632.897500', '085633.357500', '085633.817500', '085634.277500', '085634.737500', '085635.197500', '085635.657500', '085636.117500', '085636.577500', '085637.037500', '085637.497500', '085637.957500', '085638.417500', '085638.877500', '085639.337500', '085639.797500', '085640.257500', '085640.717500', '085641.177500', '085641.637500', '085642.097500', '085642.557500', '085643.017500', '085643.477500', '085643.937500', '085644.397500', '085644.857500', '085645.317500', '085645.777500', '085646.237500', '085646.697500', '085647.157500', '085647.617500', '085648.077500', '085648.537500', '085648.997500', '085649.457500', '085649.917500', '085650.377500', '085650.837500', '085651.297500', '085651.757500', '085652.217500', '085652.677500', '085653.137500', '085653.597500', '085654.057500', '085654.517500', '085654.977500', '085655.437500', '085655.897500', '085656.357500', '085656.817500', '085657.277500', '085657.737500', '085658.197500', '085658.657500', '085659.117500', '085659.577500', '085700.037500', '085700.497500', '085700.957500', '085701.417500', '085701.877500', '085702.337500', '085702.797500', '085703.257500', '085703.717500', '085704.177500', '085704.637500', '085705.097500', '085705.557500', '085706.017500', '085706.477500', '085706.937500', '085707.397500', '085707.857500', '085708.317500', '085708.777500', '085709.237500', '085709.697500', '085710.157500', '085710.617500', '085711.077500', '085711.537500', '085711.997500', '085712.457500', '085712.917500', '085713.377500', '085713.837500', '085714.297500', '085714.757500', '085715.217500', '085715.677500', '085716.137500', '085716.597500', '085717.057500', '085717.517500', '085717.977500', '085718.437500', '085718.897500', '085719.357500', '085719.817500', '085720.277500', '085720.737500', '085721.197500', '085721.657500'], 'ContentTime': ['085104.872000', '085104.876000', '085104.878000', '085104.881000', '085104.883000', '085104.886000', '085104.888000', '085104.891000', '085104.894000', '085104.896000', '085104.899000', '085104.901000', '085104.904000', '085104.911000', '085104.914000', '085104.916000', '085104.919000', '085104.922000', '085104.924000', '085104.927000', '085104.929000', '085104.932000', '085104.934000', '085104.937000', '085104.939000', '085104.942000', '085104.945000', '085104.947000', '085104.950000', '085104.952000', '085104.955000', '085104.958000', '085104.960000', '085104.963000', '085104.965000', '085104.968000', '085104.970000', '085104.973000', '085104.976000', '085104.978000', '085104.981000', '085104.983000', '085104.986000', '085104.988000', '085104.996000', '085104.998000', '085105.001000', '085105.004000', '085105.006000', '085105.009000', '085124.830000', '085124.833000', '085124.836000', '085124.838000', '085124.841000', '085124.843000', '085124.846000', '085124.848000', '085124.851000', '085124.854000', '085124.856000', '085124.859000', '085124.861000', '085124.864000', '085124.866000', '085124.869000', '085124.871000', '085124.874000', '085124.877000', '085124.879000', '085124.882000', '085124.884000', '085124.887000', '085124.890000', '085124.892000', '085124.895000', '085124.897000', '085124.900000', '085124.902000', '085124.905000', '085124.907000', '085124.910000', '085124.913000', '085124.915000', '085124.918000', '085124.920000', '085124.923000', '085124.926000', '085124.928000', '085124.931000', '085124.933000', '085124.936000', '085124.938000', '085144.830000', '085144.840000', '085144.842000', '085144.845000', '085144.847000', '085144.850000', '085144.853000', '085144.855000', '085144.858000', '085144.860000', '085144.863000', '085144.865000', '085144.868000', '085144.870000', '085144.873000', '085144.876000', '085144.878000', '085144.881000', '085144.883000', '085144.886000', '085144.888000', '085144.891000', '085144.894000', '085144.896000', '085144.899000', '085144.901000', '085144.904000', '085144.906000', '085144.909000', '085144.911000', '085144.914000', '085144.916000', '085144.919000', '085144.922000', '085144.924000', '085144.927000', '085144.929000', '085144.932000', '085144.934000', '085144.937000', '085144.940000', '085144.942000', '085144.945000', '085144.947000', '085204.830000', '085204.833000', '085204.836000', '085204.838000', '085204.841000', '085204.844000', '085204.846000', '085204.849000', '085204.851000', '085204.854000', '085204.856000', '085204.859000', '085204.862000', '085204.864000', '085204.867000', '085204.869000', '085204.872000', '085204.874000', '085204.877000', '085204.880000', '085204.882000', '085204.885000', '085204.887000', '085204.890000', '085204.893000', '085204.895000', '085204.898000', '085204.900000', '085204.903000', '085204.906000', '085204.908000', '085204.911000', '085204.913000', '085204.916000', '085204.918000', '085204.921000', '085204.923000', '085204.926000', '085204.929000', '085204.931000', '085204.934000', '085204.936000', '085204.939000', '085224.831000', '085224.834000', '085224.837000', '085224.840000', '085224.842000', '085224.845000', '085224.847000', '085224.850000', '085224.852000', '085224.855000', '085224.857000', '085224.860000', '085224.863000', '085224.865000', '085224.868000', '085224.870000', '085224.873000', '085224.875000', '085224.878000', '085224.881000', '085224.883000', '085224.886000', '085224.888000', '085224.891000', '085224.893000', '085224.896000', '085224.898000', '085224.901000', '085224.904000', '085224.906000', '085224.909000', '085224.911000', '085224.914000', '085224.916000', '085224.919000', '085224.921000', '085224.924000', '085224.927000', '085224.929000', '085224.932000', '085224.934000', '085224.937000', '085224.939000', '085224.942000', '085244.831000', '085244.834000', '085244.837000', '085244.840000', '085244.842000', '085244.845000', '085244.847000', '085244.850000', '085244.852000', '085244.855000', '085244.858000', '085244.860000', '085244.863000', '085244.865000', '085244.868000', '085244.870000', '085244.873000', '085244.884000', '085244.887000', '085244.889000', '085244.892000', '085244.894000', '085244.897000', '085244.899000', '085244.902000', '085244.904000', '085244.907000', '085244.910000', '085244.912000', '085244.915000', '085244.917000', '085244.920000', '085244.923000', '085244.925000', '085244.928000', '085244.930000', '085244.933000', '085244.935000', '085244.938000', '085244.940000', '085244.943000', '085244.946000', '085244.948000', '085304.831000', '085304.833000', '085304.836000', '085304.839000', '085304.841000', '085304.844000', '085304.846000', '085304.849000', '085304.851000', '085304.854000', '085304.857000', '085304.859000', '085304.862000', '085304.864000', '085304.867000', '085304.869000', '085304.872000', '085304.875000', '085304.877000', '085304.880000', '085304.882000', '085304.885000', '085304.887000', '085304.890000', '085304.892000', '085304.895000', '085304.898000', '085304.900000', '085304.903000', '085304.905000', '085304.908000', '085304.911000', '085304.913000', '085304.916000', '085304.918000', '085304.921000', '085304.923000', '085304.926000', '085304.928000', '085304.931000', '085304.933000', '085304.936000', '085304.939000', '085304.941000', '085324.831000', '085324.833000', '085324.836000', '085324.839000', '085324.841000', '085324.844000', '085324.846000', '085324.849000', '085324.851000', '085324.854000', '085324.857000', '085324.859000', '085324.862000', '085324.864000', '085324.867000', '085324.870000', '085324.872000', '085324.875000', '085324.877000', '085324.880000', '085324.883000', '085324.885000', '085324.888000', '085324.890000', '085324.893000', '085324.895000', '085324.898000', '085324.901000', '085324.903000', '085324.906000', '085324.908000', '085324.911000', '085324.913000', '085324.916000', '085324.918000', '085324.921000', '085324.924000', '085324.926000', '085324.929000', '085324.931000', '085324.934000', '085324.937000', '085324.939000', '085344.830000', '085344.833000', '085344.836000', '085344.838000', '085344.841000', '085344.843000', '085344.846000', '085344.849000', '085344.852000', '085344.854000', '085344.857000', '085344.859000', '085344.862000', '085344.864000', '085344.867000', '085344.870000', '085344.872000', '085344.875000', '085344.877000', '085344.880000', '085344.882000', '085344.885000', '085344.888000', '085344.890000', '085344.893000', '085344.895000', '085344.898000', '085344.901000', '085344.903000', '085344.906000', '085344.908000', '085344.911000', '085344.913000', '085344.916000', '085344.919000', '085344.921000', '085344.924000', '085344.926000', '085344.929000', '085344.931000', '085344.934000', '085344.936000', '085344.939000', '085344.942000', '085404.831000', '085404.833000', '085404.836000', '085404.839000', '085404.841000', '085404.844000', '085404.846000', '085404.849000', '085404.851000', '085404.854000', '085404.857000', '085404.859000', '085404.862000', '085404.865000', '085404.867000', '085404.870000', '085404.872000', '085404.875000', '085404.878000', '085404.880000', '085404.883000', '085404.885000', '085404.888000', '085404.890000', '085404.893000', '085404.896000', '085404.898000', '085404.913000', '085404.916000', '085404.918000', '085404.921000', '085404.923000', '085404.926000', '085404.929000', '085404.931000', '085404.934000', '085404.936000', '085404.939000', '085404.941000', '085404.944000', '085404.947000', '085404.949000', '085404.952000', '085424.830000', '085424.833000', '085424.836000', '085424.839000', '085424.841000', '085424.844000', '085424.846000', '085424.849000', '085424.851000', '085424.854000', '085424.857000', '085424.859000', '085424.862000', '085424.865000', '085424.867000', '085424.870000', '085424.872000', '085424.875000', '085424.878000', '085424.880000', '085424.883000', '085424.885000', '085424.888000', '085424.891000', '085424.893000', '085424.896000', '085424.898000', '085424.901000', '085424.904000', '085424.906000', '085424.909000', '085424.911000', '085424.914000', '085424.916000', '085424.919000', '085424.922000', '085424.924000', '085424.927000', '085424.929000', '085424.932000', '085424.935000', '085424.937000', '085424.940000', '085424.942000', '085444.832000', '085444.834000', '085444.837000', '085444.839000', '085444.842000', '085444.845000', '085444.847000', '085444.850000', '085444.853000', '085444.855000', '085444.858000', '085444.860000', '085444.863000', '085444.866000', '085444.868000', '085444.871000', '085444.874000', '085444.876000', '085444.879000', '085444.882000', '085444.884000', '085444.887000', '085444.889000', '085444.892000', '085444.895000', '085444.897000', '085444.900000', '085444.902000', '085444.905000', '085444.907000', '085444.910000', '085444.913000', '085444.915000', '085444.918000', '085444.920000', '085444.923000', '085444.926000', '085444.928000', '085444.931000', '085444.933000', '085444.936000', '085444.938000', '085444.941000', '085504.831000', '085504.834000', '085504.838000', '085504.840000', '085504.843000', '085504.845000', '085504.848000', '085504.851000', '085504.853000', '085504.856000', '085504.859000', '085504.861000', '085504.864000', '085504.866000', '085504.869000', '085504.872000', '085504.874000', '085504.877000', '085504.879000', '085504.882000', '085504.885000', '085504.887000', '085504.890000', '085504.892000', '085504.895000', '085504.897000', '085504.900000', '085504.903000', '085504.905000', '085504.908000', '085504.910000', '085504.913000', '085504.916000', '085504.918000', '085504.921000', '085504.923000', '085504.926000', '085504.928000', '085504.931000', '085504.934000', '085504.936000', '085504.939000', '085504.941000', '085504.944000', '085524.831000', '085524.833000', '085524.836000', '085524.839000', '085524.841000', '085524.844000', '085524.846000', '085524.849000', '085524.852000', '085524.854000', '085524.857000', '085524.859000', '085524.862000', '085524.865000', '085524.867000', '085524.870000', '085524.872000', '085524.875000', '085524.878000', '085524.880000', '085524.883000', '085524.885000', '085524.888000', '085524.891000', '085524.893000', '085524.896000', '085524.898000', '085524.901000', '085524.904000', '085524.906000', '085524.909000', '085524.911000', '085524.914000', '085524.916000', '085524.919000', '085524.922000', '085524.924000', '085524.927000', '085524.930000', '085524.932000', '085524.935000', '085524.937000', '085524.940000', '085544.830000', '085544.833000', '085544.836000', '085544.838000', '085544.841000', '085544.844000', '085544.846000', '085544.849000', '085544.862000', '085544.865000', '085544.868000', '085544.871000', '085544.874000', '085544.877000', '085544.879000', '085544.882000', '085544.884000', '085544.887000', '085544.890000', '085544.892000', '085544.895000', '085544.897000', '085544.900000', '085544.903000', '085544.905000', '085544.908000', '085544.910000', '085544.913000', '085544.915000', '085544.918000', '085544.921000', '085544.923000', '085544.926000', '085544.928000', '085544.931000', '085544.933000', '085544.936000', '085544.945000', '085544.947000', '085544.950000', '085544.953000', '085544.955000', '085544.958000', '085604.831000', '085604.833000', '085604.836000', '085604.839000', '085604.841000', '085604.844000', '085604.846000', '085604.849000', '085604.852000', '085604.854000', '085604.857000', '085604.859000', '085604.862000', '085604.864000', '085604.867000', '085604.870000', '085604.872000', '085604.884000', '085604.887000', '085604.889000', '085604.892000', '085604.895000', '085604.897000', '085604.900000', '085604.902000', '085604.905000', '085604.908000', '085604.910000', '085604.913000', '085604.915000', '085604.918000', '085604.921000', '085604.923000', '085604.926000', '085604.928000', '085604.931000', '085604.933000', '085604.936000', '085604.939000', '085604.941000', '085604.944000', '085604.946000', '085604.949000', '085604.952000', '085624.831000', '085624.833000', '085624.836000', '085624.839000', '085624.841000', '085624.844000', '085624.846000', '085624.849000', '085624.851000', '085624.854000', '085624.857000', '085624.859000', '085624.862000', '085624.864000', '085624.867000', '085624.870000', '085624.872000', '085624.877000', '085624.879000', '085624.882000', '085624.885000', '085624.887000', '085624.890000', '085624.892000', '085624.895000', '085624.897000', '085624.900000', '085624.903000', '085624.905000', '085624.908000', '085624.911000', '085624.913000', '085624.916000', '085624.918000', '085624.921000', '085624.923000', '085624.926000', '085624.929000', '085624.931000', '085624.934000', '085624.937000', '085624.939000', '085624.942000', '085644.831000', '085644.833000', '085644.836000', '085644.839000', '085644.841000', '085644.844000', '085644.846000', '085644.849000', '085644.852000', '085644.854000', '085644.857000', '085644.859000', '085644.862000', '085644.864000', '085644.867000', '085644.870000', '085644.872000', '085644.875000', '085644.877000', '085644.880000', '085644.882000', '085644.885000', '085644.888000', '085644.890000', '085644.893000', '085644.896000', '085644.898000', '085644.901000', '085644.903000', '085644.906000', '085644.908000', '085644.911000', '085644.914000', '085644.916000', '085644.919000', '085644.921000', '085644.924000', '085644.927000', '085644.929000', '085644.932000', '085644.934000', '085644.937000', '085644.940000', '085644.942000', '085704.832000', '085704.835000', '085704.837000', '085704.840000', '085704.842000', '085704.845000', '085704.847000', '085704.850000', '085704.852000', '085704.855000', '085704.858000', '085704.860000', '085704.863000', '085704.865000', '085704.868000', '085704.870000', '085704.873000', '085704.875000', '085704.878000', '085704.911000', '085704.914000', '085704.916000', '085704.919000', '085704.921000', '085704.924000', '085704.927000', '085704.930000', '085704.933000', '085704.936000', '085704.938000', '085704.941000', '085704.944000', '085704.946000', '085704.949000', '085704.951000', '085704.954000', '085704.956000', '085704.959000', '085704.961000', '085704.964000', '085704.967000', '085704.969000', '085704.972000', '085722.785000', '085722.788000', '085722.791000', '085722.794000', '085722.796000', '085722.799000', '085722.803000', '085722.806000', '085722.809000', '085722.812000', '085722.816000', '085722.820000', '085722.823000', '085722.827000', '085722.830000', '085722.834000', '085722.837000', '085722.839000', '085722.842000', '085722.844000', '085722.847000', '085722.850000', '085722.853000', '085722.855000', '085722.858000', '085722.860000', '085722.863000', '085722.867000', '085722.870000', '085722.873000', '085722.876000', '085722.879000', '085722.881000', '085722.884000', '085722.887000', '085722.889000', '085722.892000', '085722.895000', '085722.897000', '085722.900000'], 'InstanceCreationTime': ['085104.872000', '085104.876000', '085104.878000', '085104.881000', '085104.883000', '085104.886000', '085104.888000', '085104.891000', '085104.894000', '085104.896000', '085104.899000', '085104.901000', '085104.904000', '085104.911000', '085104.914000', '085104.916000', '085104.919000', '085104.922000', '085104.924000', '085104.927000', '085104.929000', '085104.932000', '085104.934000', '085104.937000', '085104.939000', '085104.942000', '085104.945000', '085104.947000', '085104.950000', '085104.952000', '085104.955000', '085104.958000', '085104.960000', '085104.963000', '085104.965000', '085104.968000', '085104.970000', '085104.973000', '085104.976000', '085104.978000', '085104.981000', '085104.983000', '085104.986000', '085104.988000', '085104.996000', '085104.998000', '085105.001000', '085105.004000', '085105.006000', '085105.009000', '085124.830000', '085124.833000', '085124.836000', '085124.838000', '085124.841000', '085124.843000', '085124.846000', '085124.848000', '085124.851000', '085124.854000', '085124.856000', '085124.859000', '085124.861000', '085124.864000', '085124.866000', '085124.869000', '085124.871000', '085124.874000', '085124.877000', '085124.879000', '085124.882000', '085124.884000', '085124.887000', '085124.890000', '085124.892000', '085124.895000', '085124.897000', '085124.900000', '085124.902000', '085124.905000', '085124.907000', '085124.910000', '085124.913000', '085124.915000', '085124.918000', '085124.920000', '085124.923000', '085124.926000', '085124.928000', '085124.931000', '085124.933000', '085124.936000', '085124.938000', '085144.830000', '085144.840000', '085144.842000', '085144.845000', '085144.847000', '085144.850000', '085144.853000', '085144.855000', '085144.858000', '085144.860000', '085144.863000', '085144.865000', '085144.868000', '085144.870000', '085144.873000', '085144.876000', '085144.878000', '085144.881000', '085144.883000', '085144.886000', '085144.888000', '085144.891000', '085144.894000', '085144.896000', '085144.899000', '085144.901000', '085144.904000', '085144.906000', '085144.909000', '085144.911000', '085144.914000', '085144.916000', '085144.919000', '085144.922000', '085144.924000', '085144.927000', '085144.929000', '085144.932000', '085144.934000', '085144.937000', '085144.940000', '085144.942000', '085144.945000', '085144.947000', '085204.830000', '085204.833000', '085204.836000', '085204.838000', '085204.841000', '085204.844000', '085204.846000', '085204.849000', '085204.851000', '085204.854000', '085204.856000', '085204.859000', '085204.862000', '085204.864000', '085204.867000', '085204.869000', '085204.872000', '085204.874000', '085204.877000', '085204.880000', '085204.882000', '085204.885000', '085204.887000', '085204.890000', '085204.893000', '085204.895000', '085204.898000', '085204.900000', '085204.903000', '085204.906000', '085204.908000', '085204.911000', '085204.913000', '085204.916000', '085204.918000', '085204.921000', '085204.923000', '085204.926000', '085204.929000', '085204.931000', '085204.934000', '085204.936000', '085204.939000', '085224.831000', '085224.834000', '085224.837000', '085224.840000', '085224.842000', '085224.845000', '085224.847000', '085224.850000', '085224.852000', '085224.855000', '085224.857000', '085224.860000', '085224.863000', '085224.865000', '085224.868000', '085224.870000', '085224.873000', '085224.875000', '085224.878000', '085224.881000', '085224.883000', '085224.886000', '085224.888000', '085224.891000', '085224.893000', '085224.896000', '085224.898000', '085224.901000', '085224.904000', '085224.906000', '085224.909000', '085224.911000', '085224.914000', '085224.916000', '085224.919000', '085224.921000', '085224.924000', '085224.927000', '085224.929000', '085224.932000', '085224.934000', '085224.937000', '085224.939000', '085224.942000', '085244.831000', '085244.834000', '085244.837000', '085244.840000', '085244.842000', '085244.845000', '085244.847000', '085244.850000', '085244.852000', '085244.855000', '085244.858000', '085244.860000', '085244.863000', '085244.865000', '085244.868000', '085244.870000', '085244.873000', '085244.884000', '085244.887000', '085244.889000', '085244.892000', '085244.894000', '085244.897000', '085244.899000', '085244.902000', '085244.904000', '085244.907000', '085244.910000', '085244.912000', '085244.915000', '085244.917000', '085244.920000', '085244.923000', '085244.925000', '085244.928000', '085244.930000', '085244.933000', '085244.935000', '085244.938000', '085244.940000', '085244.943000', '085244.946000', '085244.948000', '085304.831000', '085304.833000', '085304.836000', '085304.839000', '085304.841000', '085304.844000', '085304.846000', '085304.849000', '085304.851000', '085304.854000', '085304.857000', '085304.859000', '085304.862000', '085304.864000', '085304.867000', '085304.869000', '085304.872000', '085304.875000', '085304.877000', '085304.880000', '085304.882000', '085304.885000', '085304.887000', '085304.890000', '085304.892000', '085304.895000', '085304.898000', '085304.900000', '085304.903000', '085304.905000', '085304.908000', '085304.911000', '085304.913000', '085304.916000', '085304.918000', '085304.921000', '085304.923000', '085304.926000', '085304.928000', '085304.931000', '085304.933000', '085304.936000', '085304.939000', '085304.941000', '085324.831000', '085324.833000', '085324.836000', '085324.839000', '085324.841000', '085324.844000', '085324.846000', '085324.849000', '085324.851000', '085324.854000', '085324.857000', '085324.859000', '085324.862000', '085324.864000', '085324.867000', '085324.870000', '085324.872000', '085324.875000', '085324.877000', '085324.880000', '085324.883000', '085324.885000', '085324.888000', '085324.890000', '085324.893000', '085324.895000', '085324.898000', '085324.901000', '085324.903000', '085324.906000', '085324.908000', '085324.911000', '085324.913000', '085324.916000', '085324.918000', '085324.921000', '085324.924000', '085324.926000', '085324.929000', '085324.931000', '085324.934000', '085324.937000', '085324.939000', '085344.830000', '085344.833000', '085344.836000', '085344.838000', '085344.841000', '085344.843000', '085344.846000', '085344.849000', '085344.852000', '085344.854000', '085344.857000', '085344.859000', '085344.862000', '085344.864000', '085344.867000', '085344.870000', '085344.872000', '085344.875000', '085344.877000', '085344.880000', '085344.882000', '085344.885000', '085344.888000', '085344.890000', '085344.893000', '085344.895000', '085344.898000', '085344.901000', '085344.903000', '085344.906000', '085344.908000', '085344.911000', '085344.913000', '085344.916000', '085344.919000', '085344.921000', '085344.924000', '085344.926000', '085344.929000', '085344.931000', '085344.934000', '085344.936000', '085344.939000', '085344.942000', '085404.831000', '085404.833000', '085404.836000', '085404.839000', '085404.841000', '085404.844000', '085404.846000', '085404.849000', '085404.851000', '085404.854000', '085404.857000', '085404.859000', '085404.862000', '085404.865000', '085404.867000', '085404.870000', '085404.872000', '085404.875000', '085404.878000', '085404.880000', '085404.883000', '085404.885000', '085404.888000', '085404.890000', '085404.893000', '085404.896000', '085404.898000', '085404.913000', '085404.916000', '085404.918000', '085404.921000', '085404.923000', '085404.926000', '085404.929000', '085404.931000', '085404.934000', '085404.936000', '085404.939000', '085404.941000', '085404.944000', '085404.947000', '085404.949000', '085404.952000', '085424.830000', '085424.833000', '085424.836000', '085424.839000', '085424.841000', '085424.844000', '085424.846000', '085424.849000', '085424.851000', '085424.854000', '085424.857000', '085424.859000', '085424.862000', '085424.865000', '085424.867000', '085424.870000', '085424.872000', '085424.875000', '085424.878000', '085424.880000', '085424.883000', '085424.885000', '085424.888000', '085424.891000', '085424.893000', '085424.896000', '085424.898000', '085424.901000', '085424.904000', '085424.906000', '085424.909000', '085424.911000', '085424.914000', '085424.916000', '085424.919000', '085424.922000', '085424.924000', '085424.927000', '085424.929000', '085424.932000', '085424.935000', '085424.937000', '085424.940000', '085424.942000', '085444.832000', '085444.834000', '085444.837000', '085444.839000', '085444.842000', '085444.845000', '085444.847000', '085444.850000', '085444.853000', '085444.855000', '085444.858000', '085444.860000', '085444.863000', '085444.866000', '085444.868000', '085444.871000', '085444.874000', '085444.876000', '085444.879000', '085444.882000', '085444.884000', '085444.887000', '085444.889000', '085444.892000', '085444.895000', '085444.897000', '085444.900000', '085444.902000', '085444.905000', '085444.907000', '085444.910000', '085444.913000', '085444.915000', '085444.918000', '085444.920000', '085444.923000', '085444.926000', '085444.928000', '085444.931000', '085444.933000', '085444.936000', '085444.938000', '085444.941000', '085504.831000', '085504.834000', '085504.838000', '085504.840000', '085504.843000', '085504.845000', '085504.848000', '085504.851000', '085504.853000', '085504.856000', '085504.859000', '085504.861000', '085504.864000', '085504.866000', '085504.869000', '085504.872000', '085504.874000', '085504.877000', '085504.879000', '085504.882000', '085504.885000', '085504.887000', '085504.890000', '085504.892000', '085504.895000', '085504.897000', '085504.900000', '085504.903000', '085504.905000', '085504.908000', '085504.910000', '085504.913000', '085504.916000', '085504.918000', '085504.921000', '085504.923000', '085504.926000', '085504.928000', '085504.931000', '085504.934000', '085504.936000', '085504.939000', '085504.941000', '085504.944000', '085524.831000', '085524.833000', '085524.836000', '085524.839000', '085524.841000', '085524.844000', '085524.846000', '085524.849000', '085524.852000', '085524.854000', '085524.857000', '085524.859000', '085524.862000', '085524.865000', '085524.867000', '085524.870000', '085524.872000', '085524.875000', '085524.878000', '085524.880000', '085524.883000', '085524.885000', '085524.888000', '085524.891000', '085524.893000', '085524.896000', '085524.898000', '085524.901000', '085524.904000', '085524.906000', '085524.909000', '085524.911000', '085524.914000', '085524.916000', '085524.919000', '085524.922000', '085524.924000', '085524.927000', '085524.930000', '085524.932000', '085524.935000', '085524.937000', '085524.940000', '085544.830000', '085544.833000', '085544.836000', '085544.838000', '085544.841000', '085544.844000', '085544.846000', '085544.849000', '085544.862000', '085544.865000', '085544.868000', '085544.871000', '085544.874000', '085544.877000', '085544.879000', '085544.882000', '085544.884000', '085544.887000', '085544.890000', '085544.892000', '085544.895000', '085544.897000', '085544.900000', '085544.903000', '085544.905000', '085544.908000', '085544.910000', '085544.913000', '085544.915000', '085544.918000', '085544.921000', '085544.923000', '085544.926000', '085544.928000', '085544.931000', '085544.933000', '085544.936000', '085544.945000', '085544.947000', '085544.950000', '085544.953000', '085544.955000', '085544.958000', '085604.831000', '085604.833000', '085604.836000', '085604.839000', '085604.841000', '085604.844000', '085604.846000', '085604.849000', '085604.852000', '085604.854000', '085604.857000', '085604.859000', '085604.862000', '085604.864000', '085604.867000', '085604.870000', '085604.872000', '085604.884000', '085604.887000', '085604.889000', '085604.892000', '085604.895000', '085604.897000', '085604.900000', '085604.902000', '085604.905000', '085604.908000', '085604.910000', '085604.913000', '085604.915000', '085604.918000', '085604.921000', '085604.923000', '085604.926000', '085604.928000', '085604.931000', '085604.933000', '085604.936000', '085604.939000', '085604.941000', '085604.944000', '085604.946000', '085604.949000', '085604.952000', '085624.831000', '085624.833000', '085624.836000', '085624.839000', '085624.841000', '085624.844000', '085624.846000', '085624.849000', '085624.851000', '085624.854000', '085624.857000', '085624.859000', '085624.862000', '085624.864000', '085624.867000', '085624.870000', '085624.872000', '085624.877000', '085624.879000', '085624.882000', '085624.885000', '085624.887000', '085624.890000', '085624.892000', '085624.895000', '085624.897000', '085624.900000', '085624.903000', '085624.905000', '085624.908000', '085624.911000', '085624.913000', '085624.916000', '085624.918000', '085624.921000', '085624.923000', '085624.926000', '085624.929000', '085624.931000', '085624.934000', '085624.937000', '085624.939000', '085624.942000', '085644.831000', '085644.833000', '085644.836000', '085644.839000', '085644.841000', '085644.844000', '085644.846000', '085644.849000', '085644.852000', '085644.854000', '085644.857000', '085644.859000', '085644.862000', '085644.864000', '085644.867000', '085644.870000', '085644.872000', '085644.875000', '085644.877000', '085644.880000', '085644.882000', '085644.885000', '085644.888000', '085644.890000', '085644.893000', '085644.896000', '085644.898000', '085644.901000', '085644.903000', '085644.906000', '085644.908000', '085644.911000', '085644.914000', '085644.916000', '085644.919000', '085644.921000', '085644.924000', '085644.927000', '085644.929000', '085644.932000', '085644.934000', '085644.937000', '085644.940000', '085644.942000', '085704.832000', '085704.835000', '085704.837000', '085704.840000', '085704.842000', '085704.845000', '085704.847000', '085704.850000', '085704.852000', '085704.855000', '085704.858000', '085704.860000', '085704.863000', '085704.865000', '085704.868000', '085704.870000', '085704.873000', '085704.875000', '085704.878000', '085704.911000', '085704.914000', '085704.916000', '085704.919000', '085704.921000', '085704.924000', '085704.927000', '085704.930000', '085704.933000', '085704.936000', '085704.938000', '085704.941000', '085704.944000', '085704.946000', '085704.949000', '085704.951000', '085704.954000', '085704.956000', '085704.959000', '085704.961000', '085704.964000', '085704.967000', '085704.969000', '085704.972000', '085722.785000', '085722.788000', '085722.791000', '085722.794000', '085722.796000', '085722.799000', '085722.803000', '085722.806000', '085722.809000', '085722.812000', '085722.816000', '085722.820000', '085722.823000', '085722.827000', '085722.830000', '085722.834000', '085722.837000', '085722.839000', '085722.842000', '085722.844000', '085722.847000', '085722.850000', '085722.853000', '085722.855000', '085722.858000', '085722.860000', '085722.863000', '085722.867000', '085722.870000', '085722.873000', '085722.876000', '085722.879000', '085722.881000', '085722.884000', '085722.887000', '085722.889000', '085722.892000', '085722.895000', '085722.897000', '085722.900000'], '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': [10070, 10802, 7842, 12684, 7418, 8667, 15095, 8062, 10382, 8172, 7846, 11162, 7312, 8907, 10155, 7983, 10744, 7495, 9487, 7909, 7871, 12957, 7402, 9185, 11579, 7722, 11273, 7034, 8276, 13896, 7256, 8566, 13919, 7987, 10334, 7415, 8659, 11354, 7676, 9474, 7531, 8416, 9748, 7625, 9321, 6923, 8275, 12419, 7572, 9650, 7233, 8470, 12427, 7519, 10667, 8396, 8298, 13507, 8085, 11572, 7726, 8507, 12400, 7504, 9933, 12881, 7996, 11683, 7423, 8637, 11242, 7822, 10684, 7116, 8899, 14824, 7980, 11691, 8111, 9008, 12934, 7652, 9438, 10504, 8008, 10828, 7429, 8751, 11395, 7852, 9156, 7906, 8045, 10776, 7638, 8971, 7610, 8093, 10693, 7954, 12824, 7691, 9814, 7536, 10253, 7793, 10814, 16119, 9242, 11243, 7918, 7982, 11414, 7725, 9841, 10557, 7865, 10999, 7788, 9361, 7823, 8362, 13183, 7903, 11246, 7458, 10057, 13598, 8002, 11955, 7868, 9066, 14493, 7943, 10508, 8118, 8695, 12127, 7943, 9593, 10310, 8409, 11617, 7928, 9309, 8615, 8409, 10743, 7977, 9770, 8630, 8424, 13720, 7994, 9795, 7808, 8286, 11498, 8064, 9580, 7691, 8291, 10659, 7772, 10828, 7661, 10860, 7636, 8783, 11908, 8018, 11954, 8151, 8718, 14629, 8356, 9554, 7660, 8438, 11275, 7359, 8864, 12263, 8009, 10994, 7878, 9422, 8099, 8428, 11489, 7813, 9878, 8819, 8591, 14135, 8077, 11433, 7293, 8919, 14192, 8041, 12771, 8064, 10767, 8355, 9012, 14112, 8470, 12125, 7867, 9581, 15943, 9153, 12839, 7591, 9567, 8425, 8541, 10510, 7305, 9526, 7652, 9106, 11131, 8623, 8451, 8224, 9079, 8320, 11594, 7269, 9271, 16286, 9638, 8490, 11696, 7450, 8418, 12283, 7881, 9271, 7465, 8282, 10289, 7863, 8884, 11472, 7707, 9596, 7168, 8651, 12500, 7855, 9236, 11873, 8044, 10866, 7468, 8852, 12683, 7957, 10007, 11807, 8430, 12600, 7810, 9721, 11850, 8186, 10919, 7743, 9087, 14462, 8588, 12127, 8855, 9142, 14541, 8096, 9672, 13717, 8316, 11936, 7623, 9267, 12834, 8382, 11483, 7969, 9509, 9575, 8872, 12395, 8116, 10027, 8912, 9087, 9990, 8439, 10939, 7579, 9496, 11984, 8200, 11734, 7481, 8558, 8345, 8162, 11539, 7929, 10575, 8219, 9075, 9424, 8021, 12261, 7530, 9717, 7818, 8110, 12113, 7662, 9515, 13062, 8235, 12351, 7452, 9071, 14212, 8186, 11297, 7536, 8454, 12378, 7743, 8999, 8720, 7856, 10030, 7085, 8956, 9711, 8407, 11447, 7610, 8599, 10858, 8848, 8440, 8423, 10935, 8540, 12474, 16089, 9375, 12347, 7238, 8872, 12097, 7970, 9736, 9719, 8626, 12655, 7629, 9105, 11442, 8463, 11499, 7671, 9366, 8076, 8724, 12565, 7804, 9392, 15425, 8188, 11632, 7588, 8828, 12432, 7809, 9185, 12270, 7937, 9702, 8012, 9021, 8086, 8778, 10080, 8210, 10986, 8775, 8682, 12717, 7912, 9664, 8357, 8695, 11958, 7753, 8992, 12510, 8416, 13324, 7874, 9943, 12172, 8582, 12999, 7702, 8865, 14678, 8251, 11808, 8228, 8893, 13570, 8328, 10799, 8876, 9158, 14496, 8318, 10347, 8689, 9325, 14129, 8667, 11878, 8465, 9983, 8128, 10127, 14012, 8882, 10114, 14570, 9014, 10836, 8833, 9299, 12619, 8327, 9341, 7642, 8681, 9313, 8867, 9716, 9197, 10859, 9610, 12935, 8954, 12411, 17255, 8633, 9699, 14592, 8567, 10698, 7660, 9311, 12211, 8458, 9775, 7832, 8797, 12698, 8076, 9502, 12040, 8447, 9990, 8129, 9059, 12231, 7878, 9592, 14167, 8837, 10298, 8351, 9364, 13081, 8219, 9807, 14791, 8858, 10514, 11831, 9254, 11929, 8204, 9195, 12329, 8455, 9835, 8103, 8907, 11559, 7408, 9065, 13674, 8184, 9491, 11143, 8460, 10293, 7949, 8659, 11903, 7605, 8714, 7111, 8200, 10174, 7842, 8817, 7658, 8030, 12331, 7864, 9512, 8778, 8275, 11974, 7935, 9791, 8111, 8548, 14607, 7908, 11723, 10259, 8558, 14205, 7529, 9010, 14505, 8450, 12129, 7550, 8867, 14681, 8248, 11326, 8126, 8502, 13734, 8051, 10847, 8443, 8697, 13534, 8207, 10344, 8991, 8760, 14107, 7887, 9344, 14709, 8189, 9623, 8309, 8668, 11919, 7635, 9903, 7037, 8742, 7986, 8744, 8500, 9467, 7312, 9969, 7813, 12317, 16001, 10683, 8845, 12359, 9390, 8530, 11855, 7797, 8769, 7205, 8095, 9831, 7630, 8337, 11642, 7920, 8464, 10202, 7846, 9439, 7146, 8450, 12405, 8047, 9210, 14576, 8093, 11105, 8173, 8841, 13482, 7929, 9303, 14452, 8889, 12147, 8644, 9446, 15401, 8568, 9823, 16791, 8678, 10975, 8139, 9102, 11557, 8082, 9161, 13769, 7830, 8837, 10981, 8016, 10000, 7764, 8311, 11126, 8091, 8743, 9248, 7980, 11794, 8080, 8972, 12756, 8223, 10817, 8094, 8373, 12348, 8027, 9660, 7612, 8367, 11531, 7294, 8729, 13651, 8127, 11120, 7711, 8841, 10788, 8261, 10785, 8032, 8690, 14485, 7933, 9775, 14482, 8145, 11509, 8209, 8501, 13470, 7711, 8740, 14655, 8468, 10886, 7944, 8682, 12783, 7683, 9236, 14905, 8381, 10644, 8327, 8952, 12216, 8277, 9567, 13571, 8846, 11911, 9036, 9757, 14433, 8566, 9715, 10442, 9090, 11894, 7740, 9057, 14353, 8457, 10926, 7874, 8761, 12586, 7946, 9713, 13169, 8152, 11255, 7774, 8596, 11448, 8409, 10194, 7964, 10538, 8171, 11322, 7960, 9523, 8295, 10724, 8277, 10667, 15858, 13377, 8655, 11410, 8321, 7863, 11041, 7464, 8109, 13172, 7902, 8832, 7725, 7637, 10128, 7941, 7876, 11427, 7484, 8025, 12602, 8295, 10532, 7348, 8047, 11932, 7898, 7833, 14710, 8640, 10023, 15381, 8407, 12819, 7909, 8565, 12472, 8470, 11233, 11519, 8270, 12852, 8999, 8129, 12413, 8554, 8831, 13291, 8116, 10591, 11008, 8252, 11332, 8120, 8216, 12553, 7997, 11608, 9046, 8214, 13872, 7941, 8250, 14090, 8017, 9990, 8370, 7916, 12248, 8407, 8574, 11118, 8214, 11224, 8681, 8240, 13308, 8659, 8949, 15148, 8441, 11661, 8128, 8267, 13310, 8920, 9204, 15460, 8446, 11412, 8642, 7916, 12406, 8082, 8041, 14565, 8480, 10830, 12590, 8007, 13226, 8400, 9441, 8630, 8266, 10949, 8471, 8206, 13823, 8494, 11240, 12445, 7973, 12609, 9300, 8239, 13547, 8505, 10031, 8000, 8124, 12506, 8434, 8311, 11532, 8191, 11234, 7869, 8014, 12738, 8107, 8465, 11513, 8037], 'WindowCenter': [4092.0, 4077.0, 4042.0, 4070.0, 4016.0, 4037.0, 4078.0, 4015.0, 4036.0, 4013.0, 4013.0, 4044.0, 4002.0, 4026.0, 4045.0, 4014.0, 4044.0, 4003.0, 4035.0, 4012.0, 4013.0, 4055.0, 4014.0, 4035.0, 4044.0, 4014.0, 4044.0, 4001.0, 4012.0, 4053.0, 4000.0, 4022.0, 4064.0, 4011.0, 4032.0, 4000.0, 4011.0, 4030.0, 4000.0, 4022.0, 4013.0, 4012.0, 4032.0, 4013.0, 4033.0, 4003.0, 4026.0, 4067.0, 4015.0, 4035.0, 4013.0, 4024.0, 4054.0, 4014.0, 4045.0, 4024.0, 4024.0, 4053.0, 4013.0, 4042.0, 4000.0, 4012.0, 4041.0, 4000.0, 4032.0, 4051.0, 4000.0, 4041.0, 3989.0, 4010.0, 4030.0, 3999.0, 4030.0, 3989.0, 4021.0, 4064.0, 4011.0, 4043.0, 3999.0, 4010.0, 4039.0, 3998.0, 4021.0, 4030.0, 3999.0, 4030.0, 3999.0, 4010.0, 4040.0, 4012.0, 4022.0, 4012.0, 4013.0, 4044.0, 4026.0, 4037.0, 4003.0, 4040.0, 4048.0, 4028.0, 4054.0, 4028.0, 4046.0, 4015.0, 4045.0, 4027.0, 4060.0, 4090.0, 4036.0, 4046.0, 4025.0, 4025.0, 4055.0, 4014.0, 4046.0, 4045.0, 4025.0, 4044.0, 4014.0, 4035.0, 4014.0, 4025.0, 4065.0, 4023.0, 4045.0, 4003.0, 4035.0, 4053.0, 4012.0, 4043.0, 4011.0, 4022.0, 4052.0, 4001.0, 4031.0, 3999.0, 4011.0, 4041.0, 3999.0, 4021.0, 4031.0, 4013.0, 4042.0, 4011.0, 4021.0, 4011.0, 4013.0, 4042.0, 4012.0, 4034.0, 4023.0, 4023.0, 4053.0, 4013.0, 4034.0, 4012.0, 4024.0, 4044.0, 4014.0, 4034.0, 4013.0, 4025.0, 4045.0, 4015.0, 4057.0, 4026.0, 4046.0, 4015.0, 4026.0, 4056.0, 4024.0, 4056.0, 4014.0, 4024.0, 4066.0, 4012.0, 4022.0, 4001.0, 4012.0, 4043.0, 4000.0, 4023.0, 4053.0, 4013.0, 4043.0, 4013.0, 4034.0, 4013.0, 4025.0, 4054.0, 4014.0, 4035.0, 4023.0, 4024.0, 4065.0, 4013.0, 4044.0, 4002.0, 4024.0, 4064.0, 4012.0, 4054.0, 4012.0, 4032.0, 4011.0, 4022.0, 4052.0, 4010.0, 4043.0, 4000.0, 4020.0, 4074.0, 4022.0, 4040.0, 3987.0, 4008.0, 3997.0, 4008.0, 4019.0, 3988.0, 4021.0, 4014.0, 4024.0, 4045.0, 4026.0, 4025.0, 4013.0, 4021.0, 4013.0, 4045.0, 4003.0, 4024.0, 4064.0, 4009.0, 4009.0, 4029.0, 3989.0, 4000.0, 4039.0, 3999.0, 4010.0, 3988.0, 4010.0, 4020.0, 4012.0, 4023.0, 4042.0, 4001.0, 4022.0, 4001.0, 4023.0, 4054.0, 4014.0, 4035.0, 4043.0, 4012.0, 4032.0, 4000.0, 4022.0, 4052.0, 4011.0, 4033.0, 4043.0, 4012.0, 4042.0, 4000.0, 4021.0, 4030.0, 3999.0, 4030.0, 3999.0, 4010.0, 4051.0, 4009.0, 4030.0, 4008.0, 4008.0, 4049.0, 3986.0, 4007.0, 4037.0, 3996.0, 4028.0, 3986.0, 4007.0, 4027.0, 3996.0, 4028.0, 3998.0, 4007.0, 4007.0, 4007.0, 4038.0, 3998.0, 4019.0, 4007.0, 4008.0, 4018.0, 4008.0, 4029.0, 3998.0, 4020.0, 4029.0, 3999.0, 4040.0, 3999.0, 4011.0, 4010.0, 4012.0, 4042.0, 4012.0, 4032.0, 4013.0, 4024.0, 4022.0, 4013.0, 4044.0, 4003.0, 4023.0, 4001.0, 4012.0, 4043.0, 4001.0, 4023.0, 4052.0, 4011.0, 4042.0, 3990.0, 4011.0, 4051.0, 4010.0, 4031.0, 4000.0, 4010.0, 4041.0, 4000.0, 4022.0, 4010.0, 4011.0, 4032.0, 4002.0, 4023.0, 4033.0, 4038.0, 4056.0, 4013.0, 4025.0, 4047.0, 4036.0, 4024.0, 4014.0, 4044.0, 4025.0, 4057.0, 4065.0, 4022.0, 4042.0, 3990.0, 4021.0, 4041.0, 4001.0, 4021.0, 4021.0, 4011.0, 4042.0, 4000.0, 4012.0, 4042.0, 4011.0, 4031.0, 4000.0, 4022.0, 4001.0, 4012.0, 4043.0, 4001.0, 4023.0, 4063.0, 4011.0, 4031.0, 4000.0, 4010.0, 4041.0, 4000.0, 4021.0, 4042.0, 4013.0, 4022.0, 4013.0, 4024.0, 4013.0, 4025.0, 4034.0, 4025.0, 4046.0, 4024.0, 4024.0, 4054.0, 4013.0, 4034.0, 4024.0, 4036.0, 4055.0, 4013.0, 4025.0, 4056.0, 4025.0, 4065.0, 4013.0, 4034.0, 4043.0, 4011.0, 4053.0, 4000.0, 4011.0, 4051.0, 3999.0, 4031.0, 3999.0, 4011.0, 4040.0, 4000.0, 4020.0, 3998.0, 4009.0, 4050.0, 3998.0, 4019.0, 3997.0, 4009.0, 4040.0, 3998.0, 4027.0, 3998.0, 4020.0, 3998.0, 4032.0, 4050.0, 4009.0, 4021.0, 4048.0, 3997.0, 4018.0, 3996.0, 4007.0, 4028.0, 3999.0, 4024.0, 4001.0, 4013.0, 4022.0, 4012.0, 4021.0, 4021.0, 4032.0, 4023.0, 4042.0, 4010.0, 4043.0, 4061.0, 3998.0, 4009.0, 4038.0, 3998.0, 4018.0, 3988.0, 4021.0, 4028.0, 3999.0, 4008.0, 3987.0, 3998.0, 4041.0, 3988.0, 4010.0, 4030.0, 3998.0, 4009.0, 3988.0, 4009.0, 4030.0, 3999.0, 4010.0, 4040.0, 4010.0, 4021.0, 3998.0, 4010.0, 4041.0, 3999.0, 4020.0, 4051.0, 4011.0, 4021.0, 4029.0, 4009.0, 4030.0, 3998.0, 4009.0, 4028.0, 3999.0, 4020.0, 3998.0, 4010.0, 4031.0, 3989.0, 4011.0, 4051.0, 4000.0, 4021.0, 4030.0, 4000.0, 4021.0, 3999.0, 4012.0, 4042.0, 4001.0, 4013.0, 3992.0, 4013.0, 4033.0, 4014.0, 4024.0, 4014.0, 4014.0, 4055.0, 4015.0, 4037.0, 4026.0, 4026.0, 4057.0, 4016.0, 4037.0, 4015.0, 4026.0, 4078.0, 4015.0, 4055.0, 4035.0, 4013.0, 4055.0, 4002.0, 4013.0, 4054.0, 4012.0, 4043.0, 4001.0, 4012.0, 4052.0, 4002.0, 4033.0, 4000.0, 4011.0, 4052.0, 4002.0, 4032.0, 4000.0, 4013.0, 4042.0, 4000.0, 4022.0, 4010.0, 4011.0, 4053.0, 4000.0, 4011.0, 4051.0, 3999.0, 4011.0, 3998.0, 4012.0, 4043.0, 4017.0, 4036.0, 4005.0, 4025.0, 4015.0, 4039.0, 4041.0, 4050.0, 4018.0, 4037.0, 4018.0, 4059.0, 4080.0, 4035.0, 4013.0, 4044.0, 4010.0, 4010.0, 4043.0, 4002.0, 4011.0, 3990.0, 4001.0, 4034.0, 4003.0, 4012.0, 4043.0, 4012.0, 4013.0, 4032.0, 4014.0, 4023.0, 3992.0, 4013.0, 4045.0, 4002.0, 4024.0, 4053.0, 4002.0, 4034.0, 4012.0, 4023.0, 4054.0, 4002.0, 4023.0, 4055.0, 4012.0, 4042.0, 4011.0, 4011.0, 4052.0, 4000.0, 4020.0, 4062.0, 3999.0, 4019.0, 3987.0, 4009.0, 4029.0, 3988.0, 4008.0, 4039.0, 3987.0, 4009.0, 4019.0, 4001.0, 4021.0, 4000.0, 4011.0, 4031.0, 4002.0, 4012.0, 4021.0, 4001.0, 4043.0, 4002.0, 4023.0, 4044.0, 4012.0, 4033.0, 4001.0, 4012.0, 4044.0, 4014.0, 4024.0, 4003.0, 4013.0, 4044.0, 4003.0, 4024.0, 4067.0, 4015.0, 4044.0, 4003.0, 4026.0, 4045.0, 4014.0, 4034.0, 4014.0, 4014.0, 4066.0, 4014.0, 4024.0, 4053.0, 4001.0, 4034.0, 4001.0, 4010.0, 4043.0, 3990.0, 4001.0, 4051.0, 4000.0, 4033.0, 3999.0, 4011.0, 4042.0, 3990.0, 4011.0, 4050.0, 4000.0, 4020.0, 3999.0, 4010.0, 4031.0, 4001.0, 4022.0, 4042.0, 4010.0, 4032.0, 4010.0, 4010.0, 4051.0, 4000.0, 4011.0, 4019.0, 4009.0, 4030.0, 3990.0, 4010.0, 4051.0, 4000.0, 4032.0, 4001.0, 4012.0, 4042.0, 4000.0, 4023.0, 4042.0, 4001.0, 4035.0, 4004.0, 4029.0, 4047.0, 4015.0, 4034.0, 4016.0, 4048.0, 4015.0, 4051.0, 4019.0, 4038.0, 4018.0, 4048.0, 4016.0, 4049.0, 4081.0, 4046.0, 4016.0, 4050.0, 4002.0, 4001.0, 4032.0, 3993.0, 4004.0, 4044.0, 4003.0, 4012.0, 3989.0, 3991.0, 4022.0, 4002.0, 4003.0, 4033.0, 3993.0, 4004.0, 4044.0, 4014.0, 4035.0, 3993.0, 4005.0, 4046.0, 4004.0, 4005.0, 4056.0, 4015.0, 4026.0, 4055.0, 4003.0, 4043.0, 3990.0, 4001.0, 4031.0, 4001.0, 4032.0, 4032.0, 4002.0, 4044.0, 4011.0, 4001.0, 4031.0, 4000.0, 4011.0, 4041.0, 3990.0, 4022.0, 4021.0, 4001.0, 4033.0, 4002.0, 4003.0, 4043.0, 4002.0, 4033.0, 4001.0, 4002.0, 4043.0, 4002.0, 4001.0, 4041.0, 3990.0, 4011.0, 4000.0, 4001.0, 4032.0, 4001.0, 4012.0, 4032.0, 4002.0, 4033.0, 4002.0, 4002.0, 4043.0, 4002.0, 4013.0, 4052.0, 4001.0, 4032.0, 3990.0, 4001.0, 4042.0, 4001.0, 4013.0, 4053.0, 4001.0, 4032.0, 4000.0, 4001.0, 4032.0, 3990.0, 4001.0, 4052.0, 4001.0, 4022.0, 4032.0, 4001.0, 4043.0, 4001.0, 4011.0, 3999.0, 4000.0, 4022.0, 4001.0, 4002.0, 4043.0, 4012.0, 4034.0, 4032.0, 4002.0, 4033.0, 4011.0, 4001.0, 4041.0, 4000.0, 4011.0, 3989.0, 3990.0, 4031.0, 4001.0, 4001.0, 4021.0, 4001.0, 4021.0, 3990.0, 4001.0, 4042.0, 4001.0, 4013.0, 4032.0, 4002.0], 'WindowWidth': [9108.0, 9075.0, 9020.0, 9054.0, 8974.0, 9002.0, 9060.0, 8968.0, 8996.0, 8959.0, 8962.0, 9002.0, 8946.0, 8982.0, 9008.0, 8963.0, 9004.0, 8950.0, 8994.0, 8959.0, 8963.0, 9023.0, 8965.0, 8994.0, 9002.0, 8964.0, 9004.0, 8942.0, 8959.0, 9016.0, 8939.0, 8971.0, 9031.0, 8955.0, 8983.0, 8938.0, 8954.0, 8978.0, 8940.0, 8972.0, 8960.0, 8960.0, 8985.0, 8961.0, 8990.0, 8949.0, 8983.0, 9041.0, 8967.0, 8994.0, 8963.0, 8979.0, 9018.0, 8964.0, 9010.0, 8980.0, 8978.0, 9015.0, 8959.0, 8999.0, 8939.0, 8957.0, 8994.0, 8939.0, 8985.0, 9008.0, 8938.0, 8994.0, 8921.0, 8951.0, 8976.0, 8936.0, 8979.0, 8923.0, 8967.0, 9029.0, 8955.0, 8998.0, 8934.0, 8949.0, 8987.0, 8932.0, 8966.0, 8977.0, 8935.0, 8977.0, 8935.0, 8952.0, 8990.0, 8956.0, 8971.0, 8958.0, 8961.0, 9003.0, 8985.0, 9004.0, 8945.0, 9013.0, 9016.0, 8988.0, 9017.0, 8990.0, 9010.0, 8968.0, 9008.0, 8988.0, 9039.0, 9076.0, 8996.0, 9010.0, 8980.0, 8981.0, 9019.0, 8965.0, 9013.0, 9007.0, 8981.0, 9005.0, 8965.0, 8993.0, 8964.0, 8982.0, 9036.0, 8978.0, 9009.0, 8949.0, 8994.0, 9015.0, 8958.0, 9002.0, 8956.0, 8970.0, 9012.0, 8940.0, 8982.0, 8936.0, 8954.0, 8994.0, 8936.0, 8968.0, 8980.0, 8958.0, 8997.0, 8954.0, 8970.0, 8954.0, 8961.0, 8998.0, 8959.0, 8992.0, 8973.0, 8975.0, 9014.0, 8959.0, 8990.0, 8960.0, 8978.0, 9005.0, 8965.0, 8990.0, 8962.0, 8981.0, 9008.0, 8968.0, 9027.0, 8986.0, 9012.0, 8967.0, 8984.0, 9021.0, 8979.0, 9024.0, 8964.0, 8978.0, 9036.0, 8958.0, 8972.0, 8941.0, 8958.0, 9001.0, 8941.0, 8973.0, 9015.0, 8961.0, 9001.0, 8961.0, 8991.0, 8963.0, 8980.0, 9019.0, 8965.0, 8994.0, 8974.0, 8978.0, 9033.0, 8962.0, 9005.0, 8946.0, 8976.0, 9029.0, 8958.0, 9016.0, 8957.0, 8985.0, 8954.0, 8971.0, 9009.0, 8952.0, 8999.0, 8936.0, 8964.0, 9045.0, 8972.0, 8991.0, 8916.0, 8944.0, 8928.0, 8944.0, 8960.0, 8920.0, 8968.0, 8964.0, 8975.0, 9004.0, 8981.0, 8981.0, 8960.0, 8969.0, 8960.0, 9007.0, 8947.0, 8978.0, 9033.0, 8947.0, 8947.0, 8975.0, 8920.0, 8936.0, 8988.0, 8935.0, 8949.0, 8918.0, 8950.0, 8963.0, 8955.0, 8972.0, 8996.0, 8941.0, 8971.0, 8943.0, 8975.0, 9016.0, 8963.0, 8996.0, 8999.0, 8957.0, 8985.0, 8939.0, 8970.0, 9010.0, 8954.0, 8986.0, 8999.0, 8957.0, 8998.0, 8937.0, 8968.0, 8975.0, 8934.0, 8977.0, 8933.0, 8950.0, 9006.0, 8948.0, 8979.0, 8945.0, 8944.0, 9002.0, 8911.0, 8940.0, 8980.0, 8924.0, 8970.0, 8911.0, 8940.0, 8967.0, 8925.0, 8971.0, 8930.0, 8942.0, 8940.0, 8942.0, 8985.0, 8931.0, 8960.0, 8941.0, 8945.0, 8956.0, 8945.0, 8976.0, 8932.0, 8965.0, 8974.0, 8934.0, 8991.0, 8935.0, 8952.0, 8950.0, 8956.0, 8997.0, 8955.0, 8984.0, 8959.0, 8976.0, 8971.0, 8959.0, 9003.0, 8945.0, 8972.0, 8940.0, 8957.0, 8999.0, 8941.0, 8972.0, 9010.0, 8954.0, 8997.0, 8924.0, 8953.0, 9007.0, 8949.0, 8979.0, 8936.0, 8952.0, 8993.0, 8938.0, 8969.0, 8952.0, 8955.0, 8984.0, 8944.0, 8972.0, 8986.0, 9004.0, 9024.0, 8960.0, 8978.0, 9012.0, 8995.0, 8979.0, 8962.0, 9002.0, 8977.0, 9026.0, 9032.0, 8969.0, 8995.0, 8923.0, 8967.0, 8994.0, 8939.0, 8968.0, 8966.0, 8953.0, 8994.0, 8937.0, 8955.0, 8996.0, 8952.0, 8979.0, 8939.0, 8969.0, 8938.0, 8956.0, 8998.0, 8941.0, 8974.0, 9026.0, 8952.0, 8980.0, 8935.0, 8951.0, 8991.0, 8935.0, 8966.0, 8997.0, 8960.0, 8969.0, 8959.0, 8978.0, 8961.0, 8980.0, 8989.0, 8979.0, 9009.0, 8976.0, 8977.0, 9016.0, 8961.0, 8990.0, 8977.0, 8998.0, 9020.0, 8960.0, 8979.0, 9024.0, 8979.0, 9032.0, 8960.0, 8989.0, 8998.0, 8954.0, 9012.0, 8936.0, 8952.0, 9006.0, 8935.0, 8978.0, 8933.0, 8950.0, 8988.0, 8934.0, 8962.0, 8929.0, 8945.0, 9002.0, 8930.0, 8959.0, 8926.0, 8944.0, 8988.0, 8930.0, 8966.0, 8930.0, 8964.0, 8931.0, 8984.0, 9003.0, 8944.0, 8963.0, 8996.0, 8927.0, 8957.0, 8924.0, 8940.0, 8969.0, 8932.0, 8974.0, 8936.0, 8955.0, 8967.0, 8954.0, 8965.0, 8965.0, 8980.0, 8971.0, 8994.0, 8950.0, 8997.0, 9020.0, 8928.0, 8944.0, 8982.0, 8929.0, 8953.0, 8917.0, 8966.0, 8970.0, 8931.0, 8944.0, 8913.0, 8930.0, 8988.0, 8915.0, 8948.0, 8972.0, 8929.0, 8945.0, 8914.0, 8944.0, 8975.0, 8931.0, 8949.0, 8986.0, 8947.0, 8963.0, 8929.0, 8947.0, 8990.0, 8932.0, 8962.0, 9004.0, 8949.0, 8964.0, 8971.0, 8943.0, 8973.0, 8930.0, 8944.0, 8967.0, 8932.0, 8962.0, 8930.0, 8948.0, 8979.0, 8920.0, 8952.0, 9004.0, 8934.0, 8964.0, 8973.0, 8935.0, 8964.0, 8934.0, 8954.0, 8994.0, 8939.0, 8957.0, 8927.0, 8957.0, 8985.0, 8963.0, 8977.0, 8963.0, 8963.0, 9019.0, 8965.0, 8996.0, 8982.0, 8981.0, 9024.0, 8968.0, 8999.0, 8966.0, 8983.0, 9053.0, 8964.0, 9021.0, 8990.0, 8960.0, 9018.0, 8942.0, 8957.0, 9012.0, 8954.0, 8997.0, 8939.0, 8954.0, 9009.0, 8940.0, 8984.0, 8936.0, 8953.0, 9009.0, 8942.0, 8983.0, 8935.0, 8955.0, 8994.0, 8935.0, 8967.0, 8948.0, 8952.0, 9010.0, 8934.0, 8950.0, 9003.0, 8933.0, 8949.0, 8930.0, 8952.0, 8999.0, 8970.0, 8994.0, 8950.0, 8980.0, 8964.0, 9004.0, 9008.0, 9020.0, 8976.0, 8999.0, 8974.0, 9032.0, 9064.0, 8990.0, 8957.0, 9002.0, 8948.0, 8947.0, 8997.0, 8941.0, 8952.0, 8922.0, 8939.0, 8987.0, 8946.0, 8957.0, 8996.0, 8956.0, 8957.0, 8982.0, 8960.0, 8973.0, 8929.0, 8960.0, 9003.0, 8943.0, 8974.0, 9013.0, 8942.0, 8987.0, 8956.0, 8972.0, 9012.0, 8941.0, 8973.0, 9014.0, 8953.0, 8996.0, 8950.0, 8950.0, 9008.0, 8934.0, 8963.0, 9021.0, 8931.0, 8958.0, 8911.0, 8944.0, 8972.0, 8916.0, 8941.0, 8983.0, 8912.0, 8943.0, 8959.0, 8937.0, 8964.0, 8935.0, 8951.0, 8976.0, 8940.0, 8955.0, 8965.0, 8939.0, 8998.0, 8941.0, 8972.0, 8998.0, 8955.0, 8983.0, 8939.0, 8956.0, 8998.0, 8959.0, 8975.0, 8945.0, 8958.0, 9000.0, 8943.0, 8974.0, 9035.0, 8964.0, 9001.0, 8944.0, 8978.0, 9004.0, 8961.0, 8990.0, 8959.0, 8961.0, 9033.0, 8959.0, 8973.0, 9008.0, 8939.0, 8985.0, 8937.0, 8948.0, 8995.0, 8921.0, 8936.0, 9003.0, 8933.0, 8981.0, 8932.0, 8949.0, 8992.0, 8920.0, 8950.0, 9002.0, 8935.0, 8963.0, 8933.0, 8949.0, 8977.0, 8938.0, 8967.0, 8993.0, 8949.0, 8980.0, 8947.0, 8948.0, 9004.0, 8934.0, 8949.0, 8958.0, 8945.0, 8973.0, 8919.0, 8946.0, 9004.0, 8933.0, 8978.0, 8936.0, 8953.0, 8992.0, 8935.0, 8969.0, 8992.0, 8937.0, 8989.0, 8948.0, 8985.0, 9006.0, 8962.0, 8988.0, 8966.0, 9011.0, 8961.0, 9018.0, 8976.0, 8996.0, 8970.0, 9010.0, 8967.0, 9015.0, 9066.0, 9006.0, 8963.0, 9017.0, 8940.0, 8934.0, 8976.0, 8926.0, 8941.0, 8995.0, 8942.0, 8951.0, 8916.0, 8922.0, 8966.0, 8939.0, 8940.0, 8982.0, 8930.0, 8945.0, 8999.0, 8957.0, 8988.0, 8930.0, 8946.0, 9002.0, 8944.0, 8946.0, 9014.0, 8958.0, 8975.0, 9014.0, 8940.0, 8995.0, 8919.0, 8935.0, 8974.0, 8934.0, 8979.0, 8976.0, 8937.0, 8997.0, 8949.0, 8936.0, 8973.0, 8933.0, 8949.0, 8988.0, 8917.0, 8964.0, 8963.0, 8935.0, 8979.0, 8938.0, 8941.0, 8993.0, 8937.0, 8982.0, 8934.0, 8937.0, 8996.0, 8937.0, 8935.0, 8987.0, 8918.0, 8949.0, 8931.0, 8933.0, 8977.0, 8937.0, 8952.0, 8977.0, 8938.0, 8980.0, 8937.0, 8938.0, 8993.0, 8937.0, 8956.0, 9006.0, 8935.0, 8977.0, 8919.0, 8936.0, 8991.0, 8933.0, 8953.0, 9008.0, 8935.0, 8979.0, 8931.0, 8934.0, 8978.0, 8919.0, 8935.0, 9003.0, 8934.0, 8966.0, 8976.0, 8936.0, 8994.0, 8934.0, 8949.0, 8930.0, 8933.0, 8965.0, 8936.0, 8939.0, 8993.0, 8952.0, 8985.0, 8979.0, 8938.0, 8983.0, 8950.0, 8935.0, 8986.0, 8930.0, 8947.0, 8916.0, 8919.0, 8976.0, 8934.0, 8936.0, 8961.0, 8934.0, 8963.0, 8918.0, 8934.0, 8990.0, 8934.0, 8956.0, 8978.0, 8939.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.005485937859608746</td></tr>
<tr><td colspan=3>aqi</td><td>0.03658460207134637</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.96451626395165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2144844794700456</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.035090345437789</td></tr>
<tr><td colspan=3>efc</td><td>0.4784</td></tr>
<tr><td colspan=3>fber</td><td>5785.9482</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1089435199664746</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.214039125431531</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.714864905651129</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5186821217681206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1162533802481844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.509659214937083</td></tr>
<tr><td colspan=3>gcor</td><td>0.00709558</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008645202033221722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03411877527832985</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.5906425379133973</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>15.5956</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9599</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.1353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302766.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>370.1165</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8282</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.2054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3205.8373</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73778.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>809.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.9513</td></tr>
<tr><td colspan=3>tsnr</td><td>33.67047764919698</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>