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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-03_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-03_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-0111/ses-03/func/sub-0111_ses-03_task-social_acq-mb8_run-03_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>a9ad3b3daefeecbe849a468d49123304</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>14:03:28.717500</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.994896, 0.0886373, -0.0482134, -0.0854677, 0.994267, 0.0642495]</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.259</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-03_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.0740397</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7725, -7252, 298, -76, 105, 138, 41]</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>218.252</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1cbdeff-7f48-48f3-ae80-d38cd976da22||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.669234275817871, -0.22930346429347992, -0.14480622112751007, 123.15885162353516], [-0.23780737817287445, 2.667546272277832, 0.16146251559257507, -97.81855773925781], [-0.1293531060218811, -0.17237676680088043, 2.691275119781494, -54.91480255126953], [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': ['140328.717500', '140329.177500', '140329.637500', '140330.097500', '140330.557500', '140331.017500', '140331.477500', '140331.937500', '140332.397500', '140332.857500', '140333.317500', '140333.777500', '140334.237500', '140334.697500', '140335.157500', '140335.617500', '140336.077500', '140336.537500', '140336.997500', '140337.457500', '140337.917500', '140338.377500', '140338.837500', '140339.297500', '140339.757500', '140340.217500', '140340.677500', '140341.137500', '140341.597500', '140342.057500', '140342.517500', '140342.977500', '140343.437500', '140343.897500', '140344.357500', '140344.817500', '140345.277500', '140345.737500', '140346.197500', '140346.657500', '140347.117500', '140347.577500', '140348.037500', '140348.497500', '140348.957500', '140349.417500', '140349.877500', '140350.337500', '140350.797500', '140351.257500', '140351.717500', '140352.177500', '140352.637500', '140353.097500', '140353.557500', '140354.017500', '140354.477500', '140354.937500', '140355.397500', '140355.857500', '140356.317500', '140356.777500', '140357.237500', '140357.697500', '140358.157500', '140358.617500', '140359.077500', '140359.537500', '140359.997500', '140400.457500', '140400.917500', '140401.377500', '140401.837500', '140402.297500', '140402.757500', '140403.217500', '140403.677500', '140404.137500', '140404.597500', '140405.057500', '140405.517500', '140405.977500', '140406.437500', '140406.897500', '140407.357500', '140407.817500', '140408.277500', '140408.737500', '140409.197500', '140409.657500', '140410.117500', '140410.577500', '140411.037500', '140411.497500', '140411.957500', '140412.417500', '140412.877500', '140413.337500', '140413.797500', '140414.257500', '140414.717500', '140415.177500', '140415.637500', '140416.097500', '140416.557500', '140417.017500', '140417.477500', '140417.937500', '140418.397500', '140418.857500', '140419.317500', '140419.777500', '140420.237500', '140420.697500', '140421.157500', '140421.617500', '140422.077500', '140422.537500', '140422.997500', '140423.457500', '140423.917500', '140424.377500', '140424.837500', '140425.297500', '140425.757500', '140426.217500', '140426.677500', '140427.137500', '140427.597500', '140428.057500', '140428.517500', '140428.977500', '140429.437500', '140429.897500', '140430.357500', '140430.817500', '140431.277500', '140431.737500', '140432.197500', '140432.657500', '140433.117500', '140433.577500', '140434.037500', '140434.497500', '140434.957500', '140435.417500', '140435.877500', '140436.337500', '140436.797500', '140437.257500', '140437.717500', '140438.177500', '140438.637500', '140439.097500', '140439.557500', '140440.017500', '140440.477500', '140440.937500', '140441.397500', '140441.857500', '140442.317500', '140442.777500', '140443.237500', '140443.697500', '140444.157500', '140444.617500', '140445.077500', '140445.537500', '140445.997500', '140446.457500', '140446.917500', '140447.377500', '140447.837500', '140448.297500', '140448.757500', '140449.217500', '140449.677500', '140450.137500', '140450.597500', '140451.057500', '140451.517500', '140451.977500', '140452.437500', '140452.897500', '140453.357500', '140453.817500', '140454.277500', '140454.737500', '140455.197500', '140455.657500', '140456.117500', '140456.577500', '140457.037500', '140457.497500', '140457.957500', '140458.417500', '140458.877500', '140459.337500', '140459.797500', '140500.257500', '140500.717500', '140501.177500', '140501.637500', '140502.097500', '140502.557500', '140503.017500', '140503.477500', '140503.937500', '140504.397500', '140504.857500', '140505.317500', '140505.777500', '140506.237500', '140506.697500', '140507.157500', '140507.617500', '140508.077500', '140508.537500', '140508.997500', '140509.457500', '140509.917500', '140510.377500', '140510.837500', '140511.297500', '140511.757500', '140512.217500', '140512.677500', '140513.137500', '140513.597500', '140514.057500', '140514.517500', '140514.977500', '140515.437500', '140515.897500', '140516.357500', '140516.817500', '140517.277500', '140517.737500', '140518.197500', '140518.657500', '140519.117500', '140519.577500', '140520.037500', '140520.497500', '140520.957500', '140521.417500', '140521.877500', '140522.337500', '140522.797500', '140523.257500', '140523.717500', '140524.177500', '140524.637500', '140525.097500', '140525.557500', '140526.017500', '140526.477500', '140526.937500', '140527.397500', '140527.857500', '140528.317500', '140528.777500', '140529.237500', '140529.697500', '140530.157500', '140530.617500', '140531.077500', '140531.537500', '140531.997500', '140532.457500', '140532.917500', '140533.377500', '140533.837500', '140534.297500', '140534.757500', '140535.217500', '140535.677500', '140536.137500', '140536.597500', '140537.057500', '140537.517500', '140537.977500', '140538.437500', '140538.897500', '140539.357500', '140539.817500', '140540.277500', '140540.737500', '140541.197500', '140541.657500', '140542.117500', '140542.577500', '140543.037500', '140543.497500', '140543.957500', '140544.417500', '140544.877500', '140545.337500', '140545.797500', '140546.257500', '140546.717500', '140547.177500', '140547.637500', '140548.097500', '140548.557500', '140549.017500', '140549.477500', '140549.937500', '140550.397500', '140550.857500', '140551.317500', '140551.777500', '140552.237500', '140552.697500', '140553.157500', '140553.617500', '140554.077500', '140554.537500', '140554.997500', '140555.457500', '140555.917500', '140556.377500', '140556.837500', '140557.297500', '140557.757500', '140558.217500', '140558.677500', '140559.137500', '140559.597500', '140600.057500', '140600.517500', '140600.977500', '140601.437500', '140601.897500', '140602.357500', '140602.817500', '140603.277500', '140603.737500', '140604.197500', '140604.657500', '140605.117500', '140605.577500', '140606.037500', '140606.497500', '140606.957500', '140607.417500', '140607.877500', '140608.337500', '140608.797500', '140609.257500', '140609.717500', '140610.177500', '140610.637500', '140611.097500', '140611.557500', '140612.017500', '140612.477500', '140612.937500', '140613.397500', '140613.857500', '140614.317500', '140614.777500', '140615.237500', '140615.697500', '140616.157500', '140616.617500', '140617.077500', '140617.537500', '140617.997500', '140618.457500', '140618.917500', '140619.377500', '140619.837500', '140620.297500', '140620.757500', '140621.217500', '140621.677500', '140622.137500', '140622.597500', '140623.057500', '140623.517500', '140623.977500', '140624.437500', '140624.897500', '140625.357500', '140625.817500', '140626.277500', '140626.737500', '140627.197500', '140627.657500', '140628.117500', '140628.577500', '140629.037500', '140629.497500', '140629.957500', '140630.417500', '140630.877500', '140631.337500', '140631.797500', '140632.257500', '140632.717500', '140633.177500', '140633.637500', '140634.097500', '140634.557500', '140635.017500', '140635.477500', '140635.937500', '140636.397500', '140636.857500', '140637.317500', '140637.777500', '140638.237500', '140638.697500', '140639.157500', '140639.617500', '140640.077500', '140640.537500', '140640.997500', '140641.457500', '140641.917500', '140642.377500', '140642.837500', '140643.297500', '140643.757500', '140644.217500', '140644.677500', '140645.137500', '140645.597500', '140646.057500', '140646.517500', '140646.977500', '140647.437500', '140647.897500', '140648.357500', '140648.817500', '140649.277500', '140649.737500', '140650.197500', '140650.657500', '140651.117500', '140651.577500', '140652.037500', '140652.497500', '140652.957500', '140653.417500', '140653.877500', '140654.337500', '140654.797500', '140655.257500', '140655.717500', '140656.177500', '140656.637500', '140657.097500', '140657.557500', '140658.017500', '140658.477500', '140658.937500', '140659.397500', '140659.857500', '140700.317500', '140700.777500', '140701.237500', '140701.697500', '140702.157500', '140702.617500', '140703.077500', '140703.537500', '140703.997500', '140704.457500', '140704.917500', '140705.377500', '140705.837500', '140706.297500', '140706.757500', '140707.217500', '140707.677500', '140708.137500', '140708.597500', '140709.057500', '140709.517500', '140709.977500', '140710.437500', '140710.897500', '140711.357500', '140711.817500', '140712.277500', '140712.737500', '140713.197500', '140713.657500', '140714.117500', '140714.577500', '140715.037500', '140715.497500', '140715.957500', '140716.417500', '140716.877500', '140717.337500', '140717.797500', '140718.257500', '140718.717500', '140719.177500', '140719.637500', '140720.097500', '140720.557500', '140721.017500', '140721.477500', '140721.937500', '140722.397500', '140722.857500', '140723.317500', '140723.777500', '140724.237500', '140724.697500', '140725.157500', '140725.617500', '140726.077500', '140726.537500', '140726.997500', '140727.457500', '140727.917500', '140728.377500', '140728.837500', '140729.297500', '140729.757500', '140730.217500', '140730.677500', '140731.137500', '140731.597500', '140732.057500', '140732.517500', '140732.977500', '140733.437500', '140733.897500', '140734.357500', '140734.817500', '140735.277500', '140735.737500', '140736.197500', '140736.657500', '140737.117500', '140737.577500', '140738.037500', '140738.497500', '140738.957500', '140739.417500', '140739.877500', '140740.337500', '140740.797500', '140741.257500', '140741.717500', '140742.177500', '140742.637500', '140743.097500', '140743.557500', '140744.017500', '140744.477500', '140744.937500', '140745.397500', '140745.857500', '140746.317500', '140746.777500', '140747.237500', '140747.697500', '140748.157500', '140748.617500', '140749.077500', '140749.537500', '140749.997500', '140750.457500', '140750.917500', '140751.377500', '140751.837500', '140752.297500', '140752.757500', '140753.217500', '140753.677500', '140754.137500', '140754.597500', '140755.057500', '140755.517500', '140755.977500', '140756.437500', '140756.897500', '140757.357500', '140757.817500', '140758.277500', '140758.737500', '140759.197500', '140759.657500', '140800.117500', '140800.577500', '140801.037500', '140801.497500', '140801.957500', '140802.417500', '140802.877500', '140803.337500', '140803.797500', '140804.257500', '140804.717500', '140805.177500', '140805.637500', '140806.097500', '140806.557500', '140807.017500', '140807.477500', '140807.937500', '140808.397500', '140808.857500', '140809.317500', '140809.777500', '140810.237500', '140810.697500', '140811.157500', '140811.617500', '140812.077500', '140812.537500', '140812.997500', '140813.457500', '140813.917500', '140814.377500', '140814.837500', '140815.297500', '140815.757500', '140816.217500', '140816.677500', '140817.137500', '140817.597500', '140818.057500', '140818.517500', '140818.977500', '140819.437500', '140819.897500', '140820.357500', '140820.817500', '140821.277500', '140821.737500', '140822.197500', '140822.657500', '140823.117500', '140823.577500', '140824.037500', '140824.497500', '140824.957500', '140825.417500', '140825.877500', '140826.337500', '140826.797500', '140827.257500', '140827.717500', '140828.177500', '140828.637500', '140829.097500', '140829.557500', '140830.017500', '140830.477500', '140830.937500', '140831.397500', '140831.857500', '140832.317500', '140832.777500', '140833.237500', '140833.697500', '140834.157500', '140834.617500', '140835.077500', '140835.537500', '140835.997500', '140836.457500', '140836.917500', '140837.377500', '140837.837500', '140838.297500', '140838.757500', '140839.217500', '140839.677500', '140840.137500', '140840.597500', '140841.057500', '140841.517500', '140841.977500', '140842.437500', '140842.897500', '140843.357500', '140843.817500', '140844.277500', '140844.737500', '140845.197500', '140845.657500', '140846.117500', '140846.577500', '140847.037500', '140847.497500', '140847.957500', '140848.417500', '140848.877500', '140849.337500', '140849.797500', '140850.257500', '140850.717500', '140851.177500', '140851.637500', '140852.097500', '140852.557500', '140853.017500', '140853.477500', '140853.937500', '140854.397500', '140854.857500', '140855.317500', '140855.777500', '140856.237500', '140856.697500', '140857.157500', '140857.617500', '140858.077500', '140858.537500', '140858.997500', '140859.457500', '140859.917500', '140900.377500', '140900.837500', '140901.297500', '140901.757500', '140902.217500', '140902.677500', '140903.137500', '140903.597500', '140904.057500', '140904.517500', '140904.977500', '140905.437500', '140905.897500', '140906.357500', '140906.817500', '140907.277500', '140907.737500', '140908.197500', '140908.657500', '140909.117500', '140909.577500', '140910.037500', '140910.497500', '140910.957500', '140911.417500', '140911.877500', '140912.337500', '140912.797500', '140913.257500', '140913.717500', '140914.177500', '140914.637500', '140915.097500', '140915.557500', '140916.017500', '140916.477500', '140916.937500', '140917.397500', '140917.857500', '140918.317500', '140918.777500', '140919.237500', '140919.697500', '140920.157500', '140920.617500', '140921.077500', '140921.537500', '140921.997500', '140922.457500', '140922.917500', '140923.377500', '140923.837500', '140924.297500', '140924.757500', '140925.217500', '140925.677500', '140926.137500', '140926.597500', '140927.057500', '140927.517500', '140927.977500', '140928.437500', '140928.897500', '140929.357500', '140929.817500', '140930.277500', '140930.737500', '140931.197500', '140931.657500', '140932.117500', '140932.577500', '140933.037500', '140933.497500', '140933.957500', '140934.417500', '140934.877500', '140935.337500', '140935.797500', '140936.257500', '140936.717500', '140937.177500', '140937.637500', '140938.097500', '140938.557500', '140939.017500', '140939.477500', '140939.937500', '140940.397500', '140940.857500', '140941.317500', '140941.777500', '140942.237500', '140942.697500', '140943.157500', '140943.617500', '140944.077500', '140944.537500', '140944.997500', '140945.457500', '140945.917500', '140946.377500', '140946.837500', '140947.297500', '140947.757500', '140948.217500', '140948.677500', '140949.137500', '140949.597500', '140950.057500', '140950.517500', '140950.977500', '140951.437500', '140951.897500', '140952.357500', '140952.817500', '140953.277500', '140953.737500', '140954.197500', '140954.657500', '140955.117500', '140955.577500', '140956.037500', '140956.497500', '140956.957500', '140957.417500', '140957.877500', '140958.337500', '140958.797500', '140959.257500', '140959.717500', '141000.177500', '141000.637500', '141001.097500', '141001.557500', '141002.017500', '141002.477500', '141002.937500', '141003.397500', '141003.857500', '141004.317500', '141004.777500', '141005.237500', '141005.697500', '141006.157500', '141006.617500', '141007.077500', '141007.537500', '141007.997500', '141008.457500', '141008.917500', '141009.377500'], 'ContentTime': ['140355.969000', '140355.972000', '140355.975000', '140355.978000', '140355.980000', '140355.983000', '140355.985000', '140355.988000', '140355.990000', '140355.993000', '140355.995000', '140355.998000', '140356.002000', '140356.004000', '140356.007000', '140356.009000', '140356.012000', '140356.015000', '140356.017000', '140356.020000', '140356.023000', '140356.025000', '140356.032000', '140356.035000', '140356.037000', '140356.040000', '140356.043000', '140356.058000', '140356.060000', '140356.063000', '140356.065000', '140356.068000', '140356.070000', '140356.073000', '140356.075000', '140356.078000', '140356.080000', '140356.083000', '140356.085000', '140356.088000', '140356.091000', '140356.093000', '140356.096000', '140356.098000', '140356.101000', '140356.104000', '140356.106000', '140356.109000', '140356.111000', '140356.114000', '140356.116000', '140356.119000', '140356.122000', '140356.124000', '140356.127000', '140356.129000', '140415.932000', '140415.935000', '140415.938000', '140415.940000', '140415.943000', '140415.945000', '140415.948000', '140415.951000', '140415.953000', '140415.956000', '140415.958000', '140415.961000', '140415.964000', '140415.966000', '140415.969000', '140415.976000', '140415.979000', '140415.982000', '140415.984000', '140415.987000', '140415.989000', '140415.992000', '140415.994000', '140415.997000', '140416.000000', '140416.003000', '140416.005000', '140416.008000', '140416.011000', '140416.013000', '140416.016000', '140416.018000', '140416.021000', '140416.023000', '140416.026000', '140416.029000', '140416.031000', '140416.034000', '140416.037000', '140416.039000', '140416.042000', '140416.044000', '140416.047000', '140416.050000', '140435.931000', '140435.934000', '140435.937000', '140435.939000', '140435.942000', '140435.945000', '140435.947000', '140435.950000', '140435.952000', '140435.961000', '140435.964000', '140435.966000', '140435.969000', '140435.972000', '140435.974000', '140435.977000', '140435.979000', '140435.982000', '140435.984000', '140435.987000', '140435.990000', '140435.992000', '140435.995000', '140435.997000', '140436.003000', '140436.006000', '140436.009000', '140436.012000', '140436.015000', '140436.017000', '140436.020000', '140436.023000', '140436.025000', '140436.028000', '140436.030000', '140436.033000', '140436.035000', '140436.038000', '140436.040000', '140436.043000', '140436.046000', '140436.048000', '140436.051000', '140455.932000', '140455.936000', '140455.939000', '140455.941000', '140455.944000', '140455.947000', '140455.949000', '140455.952000', '140455.954000', '140455.957000', '140455.959000', '140455.962000', '140455.965000', '140455.967000', '140455.970000', '140455.973000', '140455.975000', '140455.978000', '140455.980000', '140455.983000', '140455.986000', '140455.988000', '140455.991000', '140455.993000', '140455.996000', '140455.998000', '140456.002000', '140456.005000', '140456.007000', '140456.010000', '140456.012000', '140456.015000', '140456.017000', '140456.020000', '140456.023000', '140456.025000', '140456.028000', '140456.030000', '140456.033000', '140456.035000', '140456.038000', '140456.040000', '140456.043000', '140456.046000', '140515.931000', '140515.934000', '140515.942000', '140515.945000', '140515.948000', '140515.950000', '140515.953000', '140515.955000', '140515.958000', '140515.960000', '140515.963000', '140515.966000', '140515.968000', '140515.971000', '140515.973000', '140515.976000', '140515.979000', '140515.981000', '140515.984000', '140515.986000', '140515.989000', '140515.991000', '140515.994000', '140515.996000', '140516.000000', '140516.003000', '140516.005000', '140516.008000', '140516.010000', '140516.013000', '140516.015000', '140516.018000', '140516.021000', '140516.023000', '140516.026000', '140516.029000', '140516.031000', '140516.034000', '140516.036000', '140516.039000', '140516.042000', '140516.044000', '140516.047000', '140535.932000', '140535.935000', '140535.938000', '140535.940000', '140535.943000', '140535.946000', '140535.948000', '140535.951000', '140535.953000', '140535.956000', '140535.964000', '140535.966000', '140535.969000', '140535.972000', '140535.974000', '140535.977000', '140535.979000', '140535.982000', '140535.984000', '140535.987000', '140535.990000', '140535.992000', '140535.995000', '140535.997000', '140536.001000', '140536.003000', '140536.006000', '140536.008000', '140536.011000', '140536.014000', '140536.016000', '140536.019000', '140536.021000', '140536.024000', '140536.026000', '140536.029000', '140536.032000', '140536.034000', '140536.037000', '140536.039000', '140536.042000', '140536.044000', '140536.047000', '140536.050000', '140555.932000', '140555.935000', '140555.938000', '140555.940000', '140555.943000', '140555.946000', '140555.948000', '140555.951000', '140555.953000', '140555.956000', '140555.959000', '140555.961000', '140555.964000', '140555.966000', '140555.969000', '140555.971000', '140555.974000', '140555.977000', '140555.979000', '140555.982000', '140555.984000', '140555.987000', '140555.989000', '140555.992000', '140555.995000', '140555.997000', '140556.001000', '140556.003000', '140556.006000', '140556.009000', '140556.011000', '140556.014000', '140556.016000', '140556.019000', '140556.022000', '140556.024000', '140556.027000', '140556.029000', '140556.032000', '140556.035000', '140556.037000', '140556.040000', '140556.042000', '140615.932000', '140615.935000', '140615.938000', '140615.941000', '140615.943000', '140615.946000', '140615.948000', '140615.951000', '140615.954000', '140615.956000', '140615.959000', '140615.961000', '140615.964000', '140615.966000', '140615.969000', '140615.972000', '140615.974000', '140615.977000', '140615.979000', '140615.982000', '140615.985000', '140615.988000', '140615.991000', '140615.993000', '140615.996000', '140615.998000', '140616.002000', '140616.005000', '140616.007000', '140616.010000', '140616.012000', '140616.015000', '140616.017000', '140616.020000', '140616.022000', '140616.025000', '140616.027000', '140616.030000', '140616.033000', '140616.035000', '140616.038000', '140616.040000', '140616.043000', '140616.045000', '140635.932000', '140635.935000', '140635.938000', '140635.940000', '140635.943000', '140635.945000', '140635.948000', '140635.951000', '140635.953000', '140635.956000', '140635.958000', '140635.961000', '140635.963000', '140635.966000', '140635.969000', '140635.971000', '140635.974000', '140635.976000', '140635.979000', '140635.981000', '140635.984000', '140635.987000', '140635.989000', '140635.992000', '140635.994000', '140635.997000', '140636.000000', '140636.003000', '140636.006000', '140636.008000', '140636.011000', '140636.013000', '140636.016000', '140636.018000', '140636.021000', '140636.024000', '140636.026000', '140636.029000', '140636.031000', '140636.034000', '140636.036000', '140636.039000', '140636.041000', '140655.932000', '140655.937000', '140655.939000', '140655.942000', '140655.944000', '140655.947000', '140655.950000', '140655.952000', '140655.955000', '140655.958000', '140655.960000', '140655.963000', '140655.965000', '140655.968000', '140655.971000', '140655.974000', '140655.976000', '140655.979000', '140655.981000', '140655.984000', '140655.987000', '140655.989000', '140655.992000', '140655.994000', '140655.997000', '140656.001000', '140656.003000', '140656.006000', '140656.008000', '140656.011000', '140656.013000', '140656.016000', '140656.019000', '140656.021000', '140656.024000', '140656.026000', '140656.029000', '140656.031000', '140656.034000', '140656.037000', '140656.039000', '140656.042000', '140656.044000', '140656.047000', '140715.932000', '140715.934000', '140715.937000', '140715.940000', '140715.942000', '140715.955000', '140715.958000', '140715.960000', '140715.963000', '140715.965000', '140715.968000', '140715.971000', '140715.973000', '140715.976000', '140715.978000', '140715.981000', '140715.983000', '140715.986000', '140715.989000', '140715.991000', '140715.994000', '140715.997000', '140716.000000', '140716.003000', '140716.005000', '140716.008000', '140716.010000', '140716.013000', '140716.016000', '140716.018000', '140716.021000', '140716.024000', '140716.026000', '140716.029000', '140716.031000', '140716.034000', '140716.037000', '140716.039000', '140716.042000', '140716.044000', '140716.047000', '140716.049000', '140716.052000', '140735.932000', '140735.934000', '140735.937000', '140735.940000', '140735.942000', '140735.945000', '140735.947000', '140735.950000', '140735.953000', '140735.955000', '140735.958000', '140735.960000', '140735.963000', '140735.966000', '140735.968000', '140735.971000', '140735.973000', '140735.983000', '140735.986000', '140735.989000', '140735.991000', '140735.994000', '140735.996000', '140736.000000', '140736.002000', '140736.005000', '140736.008000', '140736.018000', '140736.021000', '140736.024000', '140736.026000', '140736.029000', '140736.031000', '140736.034000', '140736.037000', '140736.039000', '140736.042000', '140736.044000', '140736.047000', '140736.049000', '140736.052000', '140736.054000', '140736.057000', '140736.060000', '140755.933000', '140755.936000', '140755.938000', '140755.941000', '140755.943000', '140755.946000', '140755.949000', '140755.951000', '140755.954000', '140755.956000', '140755.959000', '140755.961000', '140755.964000', '140755.967000', '140755.970000', '140755.972000', '140755.975000', '140755.977000', '140755.980000', '140755.982000', '140755.985000', '140755.988000', '140755.990000', '140755.993000', '140755.995000', '140755.998000', '140756.002000', '140756.004000', '140756.007000', '140756.009000', '140756.012000', '140756.015000', '140756.017000', '140756.020000', '140756.022000', '140756.025000', '140756.027000', '140756.030000', '140756.033000', '140756.035000', '140756.038000', '140756.040000', '140756.043000', '140815.932000', '140815.935000', '140815.938000', '140815.941000', '140815.943000', '140815.946000', '140815.948000', '140815.951000', '140815.955000', '140815.958000', '140815.960000', '140815.963000', '140815.965000', '140815.968000', '140815.971000', '140815.973000', '140815.976000', '140815.978000', '140815.981000', '140815.984000', '140815.986000', '140815.989000', '140815.991000', '140815.994000', '140815.997000', '140816.000000', '140816.003000', '140816.005000', '140816.008000', '140816.011000', '140816.013000', '140816.016000', '140816.019000', '140816.021000', '140816.024000', '140816.026000', '140816.029000', '140816.031000', '140816.034000', '140816.037000', '140816.039000', '140816.042000', '140816.044000', '140816.047000', '140835.933000', '140835.935000', '140835.938000', '140835.941000', '140835.943000', '140835.946000', '140835.948000', '140835.951000', '140835.954000', '140835.956000', '140835.959000', '140835.961000', '140835.964000', '140835.966000', '140835.969000', '140835.972000', '140835.983000', '140835.986000', '140835.988000', '140835.991000', '140835.993000', '140835.996000', '140836.000000', '140836.002000', '140836.005000', '140836.007000', '140836.010000', '140836.012000', '140836.015000', '140836.018000', '140836.020000', '140836.023000', '140836.025000', '140836.028000', '140836.031000', '140836.040000', '140836.043000', '140836.045000', '140836.048000', '140836.050000', '140836.053000', '140836.056000', '140836.058000', '140855.933000', '140855.936000', '140855.938000', '140855.941000', '140855.944000', '140855.946000', '140855.949000', '140855.951000', '140855.954000', '140855.956000', '140855.959000', '140855.961000', '140855.964000', '140855.967000', '140855.969000', '140855.972000', '140855.974000', '140855.977000', '140855.979000', '140855.982000', '140855.985000', '140855.987000', '140855.990000', '140855.992000', '140855.995000', '140855.997000', '140856.001000', '140856.004000', '140856.006000', '140856.009000', '140856.012000', '140856.014000', '140856.017000', '140856.019000', '140856.022000', '140856.025000', '140856.027000', '140856.030000', '140856.032000', '140856.035000', '140856.037000', '140856.040000', '140856.042000', '140915.931000', '140915.934000', '140915.937000', '140915.939000', '140915.942000', '140915.945000', '140915.947000', '140915.950000', '140915.952000', '140915.955000', '140915.957000', '140915.960000', '140915.963000', '140915.965000', '140915.968000', '140915.970000', '140915.973000', '140915.976000', '140915.979000', '140915.981000', '140915.984000', '140915.986000', '140915.989000', '140915.991000', '140915.994000', '140915.997000', '140916.000000', '140916.003000', '140916.005000', '140916.008000', '140916.011000', '140916.013000', '140916.016000', '140916.018000', '140916.021000', '140916.024000', '140916.026000', '140916.029000', '140916.031000', '140916.034000', '140916.036000', '140916.039000', '140916.042000', '140916.044000', '140935.931000', '140935.934000', '140935.937000', '140935.940000', '140935.942000', '140935.945000', '140935.947000', '140935.950000', '140935.953000', '140935.955000', '140935.958000', '140935.960000', '140935.963000', '140935.965000', '140935.968000', '140935.971000', '140935.973000', '140935.976000', '140935.978000', '140935.981000', '140935.984000', '140935.986000', '140935.990000', '140935.993000', '140935.996000', '140936.000000', '140936.002000', '140936.013000', '140936.015000', '140936.018000', '140936.021000', '140936.023000', '140936.026000', '140936.028000', '140936.031000', '140936.033000', '140936.036000', '140936.039000', '140936.041000', '140936.044000', '140936.046000', '140936.049000', '140936.052000', '140955.932000', '140955.934000', '140955.937000', '140955.940000', '140955.942000', '140955.945000', '140955.947000', '140955.950000', '140955.953000', '140955.955000', '140955.958000', '140955.960000', '140955.963000', '140955.966000', '140955.968000', '140955.971000', '140955.973000', '140955.976000', '140955.979000', '140955.981000', '140955.984000', '140955.986000', '140955.989000', '140955.991000', '140955.994000', '140955.996000', '140956.000000', '140956.026000', '140956.029000', '140956.031000', '140956.034000', '140956.036000', '140956.039000', '140956.042000', '140956.044000', '140956.047000', '140956.049000', '140956.052000', '140956.054000', '140956.057000', '140956.060000', '140956.062000', '140956.065000', '140956.067000', '141010.891000', '141010.894000', '141010.896000', '141010.899000', '141010.902000', '141010.904000', '141010.907000', '141010.909000', '141010.912000', '141010.915000', '141010.917000', '141010.920000', '141010.922000', '141010.925000', '141010.928000', '141010.930000', '141010.933000', '141010.936000', '141010.938000', '141010.941000', '141010.944000', '141010.946000', '141010.949000', '141010.952000', '141010.955000', '141010.957000', '141010.960000', '141010.963000', '141010.966000', '141010.968000', '141010.971000', '141010.974000', '141010.977000'], 'InstanceCreationTime': ['140355.969000', '140355.972000', '140355.975000', '140355.978000', '140355.980000', '140355.983000', '140355.985000', '140355.988000', '140355.990000', '140355.993000', '140355.995000', '140355.998000', '140356.002000', '140356.004000', '140356.007000', '140356.009000', '140356.012000', '140356.015000', '140356.017000', '140356.020000', '140356.023000', '140356.025000', '140356.032000', '140356.035000', '140356.037000', '140356.040000', '140356.043000', '140356.058000', '140356.060000', '140356.063000', '140356.065000', '140356.068000', '140356.070000', '140356.073000', '140356.075000', '140356.078000', '140356.080000', '140356.083000', '140356.085000', '140356.088000', '140356.091000', '140356.093000', '140356.096000', '140356.098000', '140356.101000', '140356.104000', '140356.106000', '140356.109000', '140356.111000', '140356.114000', '140356.116000', '140356.119000', '140356.122000', '140356.124000', '140356.127000', '140356.129000', '140415.932000', '140415.935000', '140415.938000', '140415.940000', '140415.943000', '140415.945000', '140415.948000', '140415.951000', '140415.953000', '140415.956000', '140415.958000', '140415.961000', '140415.964000', '140415.966000', '140415.969000', '140415.976000', '140415.979000', '140415.982000', '140415.984000', '140415.987000', '140415.989000', '140415.992000', '140415.994000', '140415.997000', '140416.000000', '140416.003000', '140416.005000', '140416.008000', '140416.011000', '140416.013000', '140416.016000', '140416.018000', '140416.021000', '140416.023000', '140416.026000', '140416.029000', '140416.031000', '140416.034000', '140416.037000', '140416.039000', '140416.042000', '140416.044000', '140416.047000', '140416.050000', '140435.931000', '140435.934000', '140435.937000', '140435.939000', '140435.942000', '140435.945000', '140435.947000', '140435.950000', '140435.952000', '140435.961000', '140435.964000', '140435.966000', '140435.969000', '140435.972000', '140435.974000', '140435.977000', '140435.979000', '140435.982000', '140435.984000', '140435.987000', '140435.990000', '140435.992000', '140435.995000', '140435.997000', '140436.003000', '140436.006000', '140436.009000', '140436.012000', '140436.015000', '140436.017000', '140436.020000', '140436.023000', '140436.025000', '140436.028000', '140436.030000', '140436.033000', '140436.035000', '140436.038000', '140436.040000', '140436.043000', '140436.046000', '140436.048000', '140436.051000', '140455.932000', '140455.936000', '140455.939000', '140455.941000', '140455.944000', '140455.947000', '140455.949000', '140455.952000', '140455.954000', '140455.957000', '140455.959000', '140455.962000', '140455.965000', '140455.967000', '140455.970000', '140455.973000', '140455.975000', '140455.978000', '140455.980000', '140455.983000', '140455.986000', '140455.988000', '140455.991000', '140455.993000', '140455.996000', '140455.998000', '140456.002000', '140456.005000', '140456.007000', '140456.010000', '140456.012000', '140456.015000', '140456.017000', '140456.020000', '140456.023000', '140456.025000', '140456.028000', '140456.030000', '140456.033000', '140456.035000', '140456.038000', '140456.040000', '140456.043000', '140456.046000', '140515.931000', '140515.934000', '140515.942000', '140515.945000', '140515.948000', '140515.950000', '140515.953000', '140515.955000', '140515.958000', '140515.960000', '140515.963000', '140515.966000', '140515.968000', '140515.971000', '140515.973000', '140515.976000', '140515.979000', '140515.981000', '140515.984000', '140515.986000', '140515.989000', '140515.991000', '140515.994000', '140515.996000', '140516.000000', '140516.003000', '140516.005000', '140516.008000', '140516.010000', '140516.013000', '140516.015000', '140516.018000', '140516.021000', '140516.023000', '140516.026000', '140516.029000', '140516.031000', '140516.034000', '140516.036000', '140516.039000', '140516.042000', '140516.044000', '140516.047000', '140535.932000', '140535.935000', '140535.938000', '140535.940000', '140535.943000', '140535.946000', '140535.948000', '140535.951000', '140535.953000', '140535.956000', '140535.964000', '140535.966000', '140535.969000', '140535.972000', '140535.974000', '140535.977000', '140535.979000', '140535.982000', '140535.984000', '140535.987000', '140535.990000', '140535.992000', '140535.995000', '140535.997000', '140536.001000', '140536.003000', '140536.006000', '140536.008000', '140536.011000', '140536.014000', '140536.016000', '140536.019000', '140536.021000', '140536.024000', '140536.026000', '140536.029000', '140536.032000', '140536.034000', '140536.037000', '140536.039000', '140536.042000', '140536.044000', '140536.047000', '140536.050000', '140555.932000', '140555.935000', '140555.938000', '140555.940000', '140555.943000', '140555.946000', '140555.948000', '140555.951000', '140555.953000', '140555.956000', '140555.959000', '140555.961000', '140555.964000', '140555.966000', '140555.969000', '140555.971000', '140555.974000', '140555.977000', '140555.979000', '140555.982000', '140555.984000', '140555.987000', '140555.989000', '140555.992000', '140555.995000', '140555.997000', '140556.001000', '140556.003000', '140556.006000', '140556.009000', '140556.011000', '140556.014000', '140556.016000', '140556.019000', '140556.022000', '140556.024000', '140556.027000', '140556.029000', '140556.032000', '140556.035000', '140556.037000', '140556.040000', '140556.042000', '140615.932000', '140615.935000', '140615.938000', '140615.941000', '140615.943000', '140615.946000', '140615.948000', '140615.951000', '140615.954000', '140615.956000', '140615.959000', '140615.961000', '140615.964000', '140615.966000', '140615.969000', '140615.972000', '140615.974000', '140615.977000', '140615.979000', '140615.982000', '140615.985000', '140615.988000', '140615.991000', '140615.993000', '140615.996000', '140615.998000', '140616.002000', '140616.005000', '140616.007000', '140616.010000', '140616.012000', '140616.015000', '140616.017000', '140616.020000', '140616.022000', '140616.025000', '140616.027000', '140616.030000', '140616.033000', '140616.035000', '140616.038000', '140616.040000', '140616.043000', '140616.045000', '140635.932000', '140635.935000', '140635.938000', '140635.940000', '140635.943000', '140635.945000', '140635.948000', '140635.951000', '140635.953000', '140635.956000', '140635.958000', '140635.961000', '140635.963000', '140635.966000', '140635.969000', '140635.971000', '140635.974000', '140635.976000', '140635.979000', '140635.981000', '140635.984000', '140635.987000', '140635.989000', '140635.992000', '140635.994000', '140635.997000', '140636.000000', '140636.003000', '140636.006000', '140636.008000', '140636.011000', '140636.013000', '140636.016000', '140636.018000', '140636.021000', '140636.024000', '140636.026000', '140636.029000', '140636.031000', '140636.034000', '140636.036000', '140636.039000', '140636.041000', '140655.932000', '140655.937000', '140655.939000', '140655.942000', '140655.944000', '140655.947000', '140655.950000', '140655.952000', '140655.955000', '140655.958000', '140655.960000', '140655.963000', '140655.965000', '140655.968000', '140655.971000', '140655.974000', '140655.976000', '140655.979000', '140655.981000', '140655.984000', '140655.987000', '140655.989000', '140655.992000', '140655.994000', '140655.997000', '140656.001000', '140656.003000', '140656.006000', '140656.008000', '140656.011000', '140656.013000', '140656.016000', '140656.019000', '140656.021000', '140656.024000', '140656.026000', '140656.029000', '140656.031000', '140656.034000', '140656.037000', '140656.039000', '140656.042000', '140656.044000', '140656.047000', '140715.932000', '140715.934000', '140715.937000', '140715.940000', '140715.942000', '140715.955000', '140715.958000', '140715.960000', '140715.963000', '140715.965000', '140715.968000', '140715.971000', '140715.973000', '140715.976000', '140715.978000', '140715.981000', '140715.983000', '140715.986000', '140715.989000', '140715.991000', '140715.994000', '140715.997000', '140716.000000', '140716.003000', '140716.005000', '140716.008000', '140716.010000', '140716.013000', '140716.016000', '140716.018000', '140716.021000', '140716.024000', '140716.026000', '140716.029000', '140716.031000', '140716.034000', '140716.037000', '140716.039000', '140716.042000', '140716.044000', '140716.047000', '140716.049000', '140716.052000', '140735.932000', '140735.934000', '140735.937000', '140735.940000', '140735.942000', '140735.945000', '140735.947000', '140735.950000', '140735.953000', '140735.955000', '140735.958000', '140735.960000', '140735.963000', '140735.966000', '140735.968000', '140735.971000', '140735.973000', '140735.983000', '140735.986000', '140735.989000', '140735.991000', '140735.994000', '140735.996000', '140736.000000', '140736.002000', '140736.005000', '140736.008000', '140736.018000', '140736.021000', '140736.024000', '140736.026000', '140736.029000', '140736.031000', '140736.034000', '140736.037000', '140736.039000', '140736.042000', '140736.044000', '140736.047000', '140736.049000', '140736.052000', '140736.054000', '140736.057000', '140736.060000', '140755.933000', '140755.936000', '140755.938000', '140755.941000', '140755.943000', '140755.946000', '140755.949000', '140755.951000', '140755.954000', '140755.956000', '140755.959000', '140755.961000', '140755.964000', '140755.967000', '140755.970000', '140755.972000', '140755.975000', '140755.977000', '140755.980000', '140755.982000', '140755.985000', '140755.988000', '140755.990000', '140755.993000', '140755.995000', '140755.998000', '140756.002000', '140756.004000', '140756.007000', '140756.009000', '140756.012000', '140756.015000', '140756.017000', '140756.020000', '140756.022000', '140756.025000', '140756.027000', '140756.030000', '140756.033000', '140756.035000', '140756.038000', '140756.040000', '140756.043000', '140815.932000', '140815.935000', '140815.938000', '140815.941000', '140815.943000', '140815.946000', '140815.948000', '140815.951000', '140815.955000', '140815.958000', '140815.960000', '140815.963000', '140815.965000', '140815.968000', '140815.971000', '140815.973000', '140815.976000', '140815.978000', '140815.981000', '140815.984000', '140815.986000', '140815.989000', '140815.991000', '140815.994000', '140815.997000', '140816.000000', '140816.003000', '140816.005000', '140816.008000', '140816.011000', '140816.013000', '140816.016000', '140816.019000', '140816.021000', '140816.024000', '140816.026000', '140816.029000', '140816.031000', '140816.034000', '140816.037000', '140816.039000', '140816.042000', '140816.044000', '140816.047000', '140835.933000', '140835.935000', '140835.938000', '140835.941000', '140835.943000', '140835.946000', '140835.948000', '140835.951000', '140835.954000', '140835.956000', '140835.959000', '140835.961000', '140835.964000', '140835.966000', '140835.969000', '140835.972000', '140835.983000', '140835.986000', '140835.988000', '140835.991000', '140835.993000', '140835.996000', '140836.000000', '140836.002000', '140836.005000', '140836.007000', '140836.010000', '140836.012000', '140836.015000', '140836.018000', '140836.020000', '140836.023000', '140836.025000', '140836.028000', '140836.031000', '140836.040000', '140836.043000', '140836.045000', '140836.048000', '140836.050000', '140836.053000', '140836.056000', '140836.058000', '140855.933000', '140855.936000', '140855.938000', '140855.941000', '140855.944000', '140855.946000', '140855.949000', '140855.951000', '140855.954000', '140855.956000', '140855.959000', '140855.961000', '140855.964000', '140855.967000', '140855.969000', '140855.972000', '140855.974000', '140855.977000', '140855.979000', '140855.982000', '140855.985000', '140855.987000', '140855.990000', '140855.992000', '140855.995000', '140855.997000', '140856.001000', '140856.004000', '140856.006000', '140856.009000', '140856.012000', '140856.014000', '140856.017000', '140856.019000', '140856.022000', '140856.025000', '140856.027000', '140856.030000', '140856.032000', '140856.035000', '140856.037000', '140856.040000', '140856.042000', '140915.931000', '140915.934000', '140915.937000', '140915.939000', '140915.942000', '140915.945000', '140915.947000', '140915.950000', '140915.952000', '140915.955000', '140915.957000', '140915.960000', '140915.963000', '140915.965000', '140915.968000', '140915.970000', '140915.973000', '140915.976000', '140915.979000', '140915.981000', '140915.984000', '140915.986000', '140915.989000', '140915.991000', '140915.994000', '140915.997000', '140916.000000', '140916.003000', '140916.005000', '140916.008000', '140916.011000', '140916.013000', '140916.016000', '140916.018000', '140916.021000', '140916.024000', '140916.026000', '140916.029000', '140916.031000', '140916.034000', '140916.036000', '140916.039000', '140916.042000', '140916.044000', '140935.931000', '140935.934000', '140935.937000', '140935.940000', '140935.942000', '140935.945000', '140935.947000', '140935.950000', '140935.953000', '140935.955000', '140935.958000', '140935.960000', '140935.963000', '140935.965000', '140935.968000', '140935.971000', '140935.973000', '140935.976000', '140935.978000', '140935.981000', '140935.984000', '140935.986000', '140935.990000', '140935.993000', '140935.996000', '140936.000000', '140936.002000', '140936.013000', '140936.015000', '140936.018000', '140936.021000', '140936.023000', '140936.026000', '140936.028000', '140936.031000', '140936.033000', '140936.036000', '140936.039000', '140936.041000', '140936.044000', '140936.046000', '140936.049000', '140936.052000', '140955.932000', '140955.934000', '140955.937000', '140955.940000', '140955.942000', '140955.945000', '140955.947000', '140955.950000', '140955.953000', '140955.955000', '140955.958000', '140955.960000', '140955.963000', '140955.966000', '140955.968000', '140955.971000', '140955.973000', '140955.976000', '140955.979000', '140955.981000', '140955.984000', '140955.986000', '140955.989000', '140955.991000', '140955.994000', '140955.996000', '140956.000000', '140956.026000', '140956.029000', '140956.031000', '140956.034000', '140956.036000', '140956.039000', '140956.042000', '140956.044000', '140956.047000', '140956.049000', '140956.052000', '140956.054000', '140956.057000', '140956.060000', '140956.062000', '140956.065000', '140956.067000', '141010.891000', '141010.894000', '141010.896000', '141010.899000', '141010.902000', '141010.904000', '141010.907000', '141010.909000', '141010.912000', '141010.915000', '141010.917000', '141010.920000', '141010.922000', '141010.925000', '141010.928000', '141010.930000', '141010.933000', '141010.936000', '141010.938000', '141010.941000', '141010.944000', '141010.946000', '141010.949000', '141010.952000', '141010.955000', '141010.957000', '141010.960000', '141010.963000', '141010.966000', '141010.968000', '141010.971000', '141010.974000', '141010.977000'], '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': [11465, 11866, 11974, 12188, 11576, 10803, 11597, 11295, 11314, 9967, 11771, 10992, 10901, 11517, 11724, 11410, 11876, 11186, 11176, 11650, 11235, 10831, 11780, 11531, 11930, 11658, 12344, 11291, 12049, 11836, 13172, 11272, 11578, 11493, 11043, 11026, 11477, 10215, 11481, 11300, 11325, 10715, 11820, 12478, 11169, 12921, 11378, 11580, 10860, 11028, 11262, 11386, 10444, 10628, 9866, 9755, 10074, 9725, 9670, 9375, 9500, 9793, 11404, 9716, 10765, 11035, 10779, 15331, 10059, 11670, 10205, 12899, 9753, 10345, 11044, 10925, 12442, 9518, 11079, 9929, 10183, 10083, 10359, 10767, 10022, 10196, 10725, 10718, 10395, 11710, 10900, 10518, 9902, 10494, 10457, 11046, 10381, 9857, 10660, 10065, 10045, 10179, 10575, 9839, 10147, 10490, 10389, 9367, 9940, 10391, 10520, 9764, 9832, 10876, 9356, 13409, 10442, 14177, 9514, 9842, 9416, 9594, 9543, 9881, 9154, 9540, 10447, 10823, 9703, 10346, 9674, 9677, 10482, 9852, 11061, 9609, 10463, 9375, 9943, 10118, 10770, 10094, 9191, 9624, 9677, 9832, 10149, 10836, 10521, 10638, 9719, 10726, 9350, 9332, 10377, 9716, 11300, 10287, 10475, 9373, 10788, 9750, 10596, 9564, 9135, 10284, 10524, 10637, 9867, 10035, 10583, 10295, 10249, 9073, 9887, 10279, 11143, 10579, 10140, 10089, 9714, 10549, 11112, 9793, 10420, 9506, 10055, 9110, 9900, 8955, 9530, 9955, 9791, 10146, 9547, 13119, 9449, 10892, 10278, 11299, 10482, 9947, 11393, 9562, 11233, 10244, 10172, 10737, 9704, 13852, 9890, 10916, 9954, 9523, 10979, 9334, 12353, 10138, 10591, 10180, 9671, 10411, 9762, 12141, 10554, 10386, 10422, 9944, 10321, 10274, 9207, 11406, 12388, 10648, 10412, 10012, 10670, 10617, 10153, 9714, 11403, 12212, 11311, 12506, 10676, 12911, 11091, 12335, 12281, 10832, 11770, 12395, 12107, 12194, 11289, 11748, 10806, 12023, 10383, 11564, 11678, 12210, 11374, 11617, 9773, 11370, 11182, 10852, 14011, 11350, 11268, 10105, 11582, 10486, 11320, 12390, 12411, 15631, 10376, 11295, 10645, 10751, 10496, 11480, 13352, 10527, 10634, 11162, 10846, 10796, 11108, 10385, 10396, 11332, 11634, 10513, 11675, 11297, 10785, 11604, 9112, 11380, 10719, 11512, 10415, 10965, 11334, 12360, 11120, 10508, 11437, 10803, 10547, 10754, 11542, 10919, 10497, 11656, 10965, 11281, 11055, 9775, 10647, 12561, 10932, 11027, 10358, 10427, 10508, 11145, 12169, 11197, 11021, 11148, 10415, 11327, 10796, 12758, 10535, 11456, 10029, 11074, 13535, 11469, 10829, 11039, 10889, 10391, 10891, 14336, 10735, 11431, 10693, 10768, 10716, 11083, 12391, 10738, 10464, 11218, 10777, 10443, 11777, 10720, 11185, 10489, 10368, 10069, 11552, 10488, 10216, 12247, 10652, 11090, 10589, 10750, 9681, 10133, 10710, 10544, 11924, 10580, 11134, 10294, 10358, 10984, 10383, 10559, 11627, 10832, 11307, 10323, 11147, 10414, 12409, 11361, 11065, 10798, 10768, 10668, 10112, 11112, 11707, 11932, 11292, 10339, 9986, 10673, 10989, 10120, 10289, 10550, 11318, 9794, 10456, 10290, 10208, 10570, 9949, 10613, 10071, 10722, 9997, 9566, 10419, 12457, 9864, 10864, 10235, 10392, 11171, 11560, 10734, 9647, 13699, 10241, 11530, 9710, 11261, 10427, 10110, 13130, 10976, 11260, 9886, 11560, 10101, 9996, 11377, 10354, 10537, 11182, 11005, 9935, 10648, 11367, 11530, 10892, 10266, 10765, 10725, 11897, 10864, 11785, 13352, 11503, 11299, 12255, 11843, 11232, 11870, 11440, 10453, 11796, 11068, 11657, 12943, 11246, 11401, 10532, 11672, 10645, 10930, 10595, 11236, 10046, 11270, 9458, 10998, 12026, 11535, 12844, 10714, 11617, 9354, 11333, 10976, 11199, 15551, 11180, 11524, 9902, 11426, 10207, 11576, 11923, 10356, 10869, 11295, 11159, 9850, 10220, 13931, 10674, 11072, 10167, 11116, 9443, 11276, 11754, 11096, 11012, 10158, 10949, 10321, 10833, 10634, 10417, 11293, 11117, 11050, 11691, 11300, 9134, 10214, 11381, 10129, 11265, 9693, 11217, 11105, 9591, 10951, 9818, 11020, 8999, 9397, 11103, 9700, 10885, 9261, 10754, 9574, 10453, 11112, 10976, 9497, 11354, 14292, 10239, 11348, 11184, 10873, 13007, 11202, 11447, 10464, 10413, 10108, 12618, 9197, 10512, 11280, 11178, 11821, 10726, 11424, 11790, 11503, 11965, 11279, 10464, 11312, 13135, 10638, 15413, 10582, 11545, 11729, 11323, 10983, 10746, 13274, 11676, 15227, 10506, 11323, 12363, 10917, 11269, 10814, 11004, 10882, 11398, 11103, 10730, 9951, 10923, 9779, 10882, 10100, 10483, 11402, 11760, 10785, 10535, 11248, 9964, 10128, 11698, 10917, 10564, 11552, 10475, 13005, 11208, 10827, 10246, 10814, 12243, 11175, 10739, 12454, 10963, 8779, 10678, 10721, 11930, 10817, 9105, 10046, 13191, 10676, 11366, 11574, 11341, 9400, 10928, 14288, 10704, 10921, 11481, 11109, 12503, 9888, 10750, 10825, 10689, 12993, 11489, 10916, 11875, 11037, 9102, 10295, 11007, 12233, 11164, 10160, 10214, 12222, 10613, 10866, 9485, 10850, 12532, 10990, 10543, 12204, 10845, 9210, 10136, 11287, 11490, 10653, 11469, 10919, 10753, 10624, 13237, 11249, 10917, 10286, 10634, 11455, 10362, 12017, 10906, 10853, 10606, 10480, 12450, 10686, 12370, 10686, 10851, 12411, 11038, 10393, 10526, 14757, 10969, 10708, 11226, 10842, 11473, 11122, 11148, 12365, 11324, 11362, 10457, 11466, 11499, 10714, 12051, 10841, 14853, 10989, 11678, 11501, 10509, 11690, 11555, 10682, 10345, 10909, 13758, 10553, 11000, 11226, 10406, 12648, 9768, 10730, 10086, 10819, 11563, 11506, 11430, 11539, 11122, 11005, 11079, 10761, 10412, 11149, 14115, 11201, 10848, 10514, 11001, 12170, 10251, 11051, 10150, 10298, 11322, 10778, 11063, 9331, 9920, 10491, 10917, 11226, 12207, 9816, 10546, 10913, 11010, 11322, 11307, 11175, 9941, 10779, 10415, 10524, 9907, 10480, 12868, 9934, 11032, 10359, 10723, 10692, 10632, 9227, 10060, 11963, 10431, 10969, 10628, 10753, 9601, 11138, 10184, 11055, 8648, 10240, 13134, 10342, 11550, 10921, 10900, 11112, 11017, 11747, 10858, 10237, 10654, 10071, 10308, 13754, 10763, 10873, 10384, 11017, 10635, 10821, 12124, 10658, 11067, 11622, 10650, 11089, 10502, 11161, 10521, 10644, 10617, 11074, 10503, 10835, 10296, 10633, 10989, 10694, 10498, 12169, 10581, 9967, 10044, 11476, 10938, 10592, 10426, 10991, 10999, 10584, 11086, 11823, 10293, 9491, 10552, 10145, 11416, 11017, 11258, 10828, 12351, 10972, 10582], 'WindowCenter': [5122.0, 5119.0, 5093.0, 5091.0, 5081.0, 5070.0, 5079.0, 5066.0, 5080.0, 5057.0, 5079.0, 5068.0, 5078.0, 5079.0, 5075.0, 5078.0, 5076.0, 5068.0, 5067.0, 5066.0, 5066.0, 5055.0, 5077.0, 5064.0, 5077.0, 5065.0, 5076.0, 5078.0, 5076.0, 5080.0, 5087.0, 5080.0, 5077.0, 5089.0, 5093.0, 5081.0, 5091.0, 5070.0, 5087.0, 5088.0, 5092.0, 5080.0, 5092.0, 5098.0, 5092.0, 5100.0, 5100.0, 5101.0, 5094.0, 5082.0, 5091.0, 5091.0, 5095.0, 5097.0, 5098.0, 5072.0, 5083.0, 5083.0, 5083.0, 5086.0, 5087.0, 5086.0, 5104.0, 5074.0, 5095.0, 5081.0, 5082.0, 5108.0, 5058.0, 5066.0, 5043.0, 5063.0, 5031.0, 5044.0, 5041.0, 5043.0, 5051.0, 5032.0, 5038.0, 5031.0, 5039.0, 5039.0, 5043.0, 5050.0, 5043.0, 5042.0, 5055.0, 5053.0, 5054.0, 5072.0, 5066.0, 5058.0, 5045.0, 5054.0, 5055.0, 5065.0, 5057.0, 5057.0, 5056.0, 5056.0, 5045.0, 5057.0, 5066.0, 5068.0, 5067.0, 5071.0, 5070.0, 5061.0, 5060.0, 5060.0, 5068.0, 5070.0, 5069.0, 5065.0, 5073.0, 5085.0, 5069.0, 5085.0, 5057.0, 5057.0, 5058.0, 5057.0, 5058.0, 5059.0, 5059.0, 5058.0, 5080.0, 5078.0, 5060.0, 5068.0, 5048.0, 5058.0, 5056.0, 5058.0, 5066.0, 5046.0, 5054.0, 5046.0, 5044.0, 5055.0, 5065.0, 5056.0, 5049.0, 5045.0, 5049.0, 5045.0, 5058.0, 5065.0, 5067.0, 5056.0, 5057.0, 5068.0, 5047.0, 5050.0, 5055.0, 5060.0, 5064.0, 5056.0, 5057.0, 5056.0, 5067.0, 5047.0, 5057.0, 5048.0, 5049.0, 5057.0, 5068.0, 5056.0, 5057.0, 5056.0, 5055.0, 5056.0, 5056.0, 5050.0, 5056.0, 5058.0, 5065.0, 5057.0, 5057.0, 5052.0, 5047.0, 5066.0, 5067.0, 5057.0, 5067.0, 5056.0, 5081.0, 5061.0, 5071.0, 5064.0, 5073.0, 5071.0, 5083.0, 5072.0, 5073.0, 5099.0, 5072.0, 5070.0, 5058.0, 5068.0, 5057.0, 5047.0, 5053.0, 5046.0, 5053.0, 5044.0, 5045.0, 5041.0, 5033.0, 5058.0, 5033.0, 5040.0, 5031.0, 5034.0, 5051.0, 5033.0, 5059.0, 5043.0, 5043.0, 5040.0, 5043.0, 5041.0, 5043.0, 5062.0, 5052.0, 5040.0, 5067.0, 5056.0, 5053.0, 5067.0, 5045.0, 5078.0, 5084.0, 5080.0, 5067.0, 5067.0, 5071.0, 5071.0, 5084.0, 5072.0, 5093.0, 5078.0, 5077.0, 5078.0, 5057.0, 5087.0, 5067.0, 5088.0, 5077.0, 5069.0, 5077.0, 5062.0, 5065.0, 5063.0, 5054.0, 5065.0, 5065.0, 5074.0, 5056.0, 5067.0, 5064.0, 5076.0, 5091.0, 5089.0, 5056.0, 5081.0, 5079.0, 5080.0, 5099.0, 5081.0, 5081.0, 5071.0, 5079.0, 5068.0, 5070.0, 5065.0, 5075.0, 5083.0, 5044.0, 5055.0, 5044.0, 5056.0, 5041.0, 5053.0, 5083.0, 5056.0, 5041.0, 5054.0, 5055.0, 5054.0, 5053.0, 5054.0, 5066.0, 5065.0, 5077.0, 5056.0, 5077.0, 5077.0, 5066.0, 5078.0, 5035.0, 5066.0, 5056.0, 5065.0, 5069.0, 5055.0, 5068.0, 5075.0, 5066.0, 5056.0, 5075.0, 5067.0, 5056.0, 5079.0, 5076.0, 5079.0, 5070.0, 5091.0, 5082.0, 5078.0, 5083.0, 5069.0, 5081.0, 5088.0, 5082.0, 5083.0, 5070.0, 5073.0, 5067.0, 5079.0, 5076.0, 5079.0, 5066.0, 5069.0, 5069.0, 5066.0, 5067.0, 5075.0, 5056.0, 5065.0, 5048.0, 5069.0, 5076.0, 5066.0, 5056.0, 5056.0, 5055.0, 5044.0, 5065.0, 5083.0, 5055.0, 5067.0, 5054.0, 5054.0, 5045.0, 5064.0, 5072.0, 5079.0, 5066.0, 5079.0, 5067.0, 5068.0, 5090.0, 5090.0, 5091.0, 5083.0, 5081.0, 5072.0, 5080.0, 5070.0, 5072.0, 5079.0, 5070.0, 5066.0, 5070.0, 5067.0, 5062.0, 5070.0, 5054.0, 5067.0, 5065.0, 5055.0, 5054.0, 5043.0, 5054.0, 5065.0, 5070.0, 5066.0, 5065.0, 5053.0, 5063.0, 5053.0, 5054.0, 5057.0, 5064.0, 5065.0, 5053.0, 5054.0, 5067.0, 5066.0, 5057.0, 5053.0, 5066.0, 5063.0, 5066.0, 5057.0, 5059.0, 5070.0, 5068.0, 5071.0, 5068.0, 5081.0, 5080.0, 5070.0, 5067.0, 5059.0, 5058.0, 5068.0, 5059.0, 5069.0, 5082.0, 5067.0, 5070.0, 5057.0, 5068.0, 5086.0, 5072.0, 5068.0, 5059.0, 5060.0, 5067.0, 5067.0, 5068.0, 5058.0, 5073.0, 5056.0, 5053.0, 5047.0, 5055.0, 5054.0, 5056.0, 5062.0, 5055.0, 5051.0, 5043.0, 5052.0, 5043.0, 5044.0, 5053.0, 5043.0, 5042.0, 5051.0, 5055.0, 5045.0, 5058.0, 5063.0, 5078.0, 5068.0, 5060.0, 5066.0, 5081.0, 5079.0, 5066.0, 5078.0, 5085.0, 5077.0, 5069.0, 5076.0, 5067.0, 5056.0, 5077.0, 5064.0, 5054.0, 5065.0, 5055.0, 5065.0, 5061.0, 5053.0, 5063.0, 5056.0, 5066.0, 5067.0, 5069.0, 5080.0, 5079.0, 5055.0, 5067.0, 5056.0, 5080.0, 5090.0, 5091.0, 5089.0, 5071.0, 5080.0, 5060.0, 5080.0, 5067.0, 5080.0, 5096.0, 5067.0, 5064.0, 5046.0, 5066.0, 5044.0, 5066.0, 5052.0, 5043.0, 5043.0, 5053.0, 5053.0, 5042.0, 5046.0, 5071.0, 5054.0, 5054.0, 5056.0, 5066.0, 5045.0, 5068.0, 5074.0, 5068.0, 5057.0, 5057.0, 5067.0, 5068.0, 5082.0, 5068.0, 5071.0, 5066.0, 5079.0, 5069.0, 5079.0, 5080.0, 5050.0, 5071.0, 5068.0, 5058.0, 5067.0, 5046.0, 5077.0, 5066.0, 5059.0, 5069.0, 5056.0, 5068.0, 5071.0, 5072.0, 5078.0, 5060.0, 5068.0, 5060.0, 5079.0, 5074.0, 5094.0, 5092.0, 5085.0, 5062.0, 5093.0, 5100.0, 5072.0, 5080.0, 5068.0, 5071.0, 5076.0, 5080.0, 5077.0, 5067.0, 5068.0, 5068.0, 5080.0, 5046.0, 5069.0, 5065.0, 5067.0, 5077.0, 5068.0, 5067.0, 5075.0, 5078.0, 5089.0, 5079.0, 5068.0, 5079.0, 5075.0, 5067.0, 5095.0, 5058.0, 5066.0, 5076.0, 5069.0, 5054.0, 5056.0, 5063.0, 5054.0, 5081.0, 5054.0, 5065.0, 5076.0, 5066.0, 5054.0, 5055.0, 5064.0, 5080.0, 5066.0, 5065.0, 5054.0, 5045.0, 5054.0, 5045.0, 5067.0, 5055.0, 5057.0, 5065.0, 5065.0, 5056.0, 5053.0, 5055.0, 5042.0, 5046.0, 5063.0, 5053.0, 5054.0, 5051.0, 5055.0, 5060.0, 5054.0, 5053.0, 5044.0, 5056.0, 5063.0, 5054.0, 5053.0, 5063.0, 5054.0, 5022.0, 5055.0, 5054.0, 5063.0, 5054.0, 5048.0, 5058.0, 5084.0, 5067.0, 5078.0, 5077.0, 5078.0, 5048.0, 5080.0, 5106.0, 5080.0, 5080.0, 5078.0, 5081.0, 5087.0, 5059.0, 5068.0, 5067.0, 5071.0, 5085.0, 5079.0, 5068.0, 5077.0, 5079.0, 5049.0, 5069.0, 5069.0, 5078.0, 5078.0, 5058.0, 5070.0, 5076.0, 5069.0, 5070.0, 5061.0, 5081.0, 5077.0, 5069.0, 5067.0, 5087.0, 5081.0, 5059.0, 5069.0, 5068.0, 5078.0, 5067.0, 5078.0, 5067.0, 5079.0, 5081.0, 5088.0, 5079.0, 5068.0, 5058.0, 5069.0, 5077.0, 5069.0, 5065.0, 5056.0, 5056.0, 5055.0, 5066.0, 5073.0, 5056.0, 5073.0, 5064.0, 5067.0, 5085.0, 5081.0, 5069.0, 5070.0, 5096.0, 5067.0, 5057.0, 5066.0, 5070.0, 5077.0, 5069.0, 5065.0, 5075.0, 5067.0, 5065.0, 5058.0, 5066.0, 5066.0, 5057.0, 5062.0, 5057.0, 5081.0, 5057.0, 5066.0, 5064.0, 5068.0, 5065.0, 5063.0, 5054.0, 5043.0, 5065.0, 5082.0, 5057.0, 5067.0, 5065.0, 5056.0, 5074.0, 5056.0, 5067.0, 5055.0, 5067.0, 5078.0, 5079.0, 5078.0, 5067.0, 5080.0, 5067.0, 5080.0, 5068.0, 5069.0, 5081.0, 5095.0, 5068.0, 5068.0, 5058.0, 5069.0, 5077.0, 5068.0, 5070.0, 5056.0, 5059.0, 5067.0, 5068.0, 5070.0, 5045.0, 5061.0, 5070.0, 5068.0, 5080.0, 5076.0, 5069.0, 5070.0, 5081.0, 5092.0, 5078.0, 5081.0, 5080.0, 5071.0, 5080.0, 5079.0, 5084.0, 5069.0, 5083.0, 5088.0, 5072.0, 5070.0, 5070.0, 5080.0, 5069.0, 5070.0, 5047.0, 5070.0, 5077.0, 5067.0, 5067.0, 5055.0, 5065.0, 5044.0, 5065.0, 5055.0, 5066.0, 5034.0, 5060.0, 5073.0, 5054.0, 5052.0, 5054.0, 5053.0, 5065.0, 5054.0, 5076.0, 5066.0, 5056.0, 5069.0, 5056.0, 5058.0, 5084.0, 5067.0, 5067.0, 5045.0, 5056.0, 5055.0, 5068.0, 5063.0, 5055.0, 5066.0, 5077.0, 5056.0, 5051.0, 5056.0, 5064.0, 5069.0, 5065.0, 5067.0, 5066.0, 5069.0, 5067.0, 5067.0, 5079.0, 5077.0, 5071.0, 5068.0, 5079.0, 5068.0, 5056.0, 5059.0, 5066.0, 5054.0, 5054.0, 5057.0, 5055.0, 5052.0, 5054.0, 5052.0, 5063.0, 5043.0, 5033.0, 5055.0, 5055.0, 5076.0, 5066.0, 5066.0, 5067.0, 5075.0, 5066.0, 5066.0], 'WindowWidth': [11098.0, 11085.0, 11039.0, 11032.0, 11014.0, 10996.0, 11009.0, 10985.0, 11011.0, 10973.0, 11007.0, 10991.0, 11006.0, 11008.0, 10997.0, 11004.0, 10998.0, 10989.0, 10986.0, 10984.0, 10985.0, 10967.0, 11001.0, 10979.0, 11000.0, 10984.0, 11000.0, 11005.0, 11000.0, 11010.0, 11017.0, 11012.0, 11004.0, 11023.0, 11036.0, 11015.0, 11029.0, 10999.0, 11021.0, 11024.0, 11034.0, 11013.0, 11032.0, 11036.0, 11032.0, 11040.0, 11043.0, 11045.0, 11038.0, 11017.0, 11029.0, 11032.0, 11047.0, 11046.0, 11053.0, 11007.0, 11023.0, 11026.0, 11025.0, 11032.0, 11036.0, 11031.0, 11056.0, 11010.0, 11040.0, 11014.0, 11019.0, 11047.0, 10976.0, 10984.0, 10947.0, 10972.0, 10929.0, 10949.0, 10939.0, 10946.0, 10953.0, 10928.0, 10931.0, 10926.0, 10935.0, 10937.0, 10947.0, 10955.0, 10947.0, 10943.0, 10965.0, 10961.0, 10967.0, 10991.0, 10985.0, 10973.0, 10954.0, 10965.0, 10968.0, 10982.0, 10973.0, 10976.0, 10970.0, 10972.0, 10954.0, 10974.0, 10985.0, 10994.0, 10989.0, 11001.0, 10999.0, 10987.0, 10982.0, 10981.0, 10993.0, 10997.0, 10997.0, 10988.0, 11011.0, 11012.0, 10992.0, 11009.0, 10974.0, 10975.0, 10977.0, 10976.0, 10978.0, 10978.0, 10982.0, 10979.0, 11011.0, 11008.0, 10986.0, 10991.0, 10962.0, 10978.0, 10971.0, 10979.0, 10985.0, 10958.0, 10966.0, 10956.0, 10952.0, 10969.0, 10983.0, 10972.0, 10967.0, 10953.0, 10964.0, 10953.0, 10975.0, 10982.0, 10988.0, 10972.0, 10974.0, 10992.0, 10962.0, 10968.0, 10969.0, 10981.0, 10981.0, 10972.0, 10974.0, 10976.0, 10987.0, 10959.0, 10973.0, 10962.0, 10968.0, 10974.0, 10991.0, 10973.0, 10974.0, 10972.0, 10969.0, 10971.0, 10972.0, 10968.0, 10970.0, 10977.0, 10981.0, 10971.0, 10971.0, 10963.0, 10958.0, 10986.0, 10989.0, 10976.0, 10989.0, 10975.0, 11018.0, 10988.0, 11002.0, 10996.0, 11010.0, 11004.0, 11022.0, 11003.0, 11008.0, 11038.0, 11003.0, 10997.0, 10977.0, 10990.0, 10970.0, 10959.0, 10960.0, 10955.0, 10962.0, 10948.0, 10952.0, 10939.0, 10930.0, 10959.0, 10930.0, 10938.0, 10928.0, 10934.0, 10955.0, 10933.0, 10962.0, 10946.0, 10945.0, 10940.0, 10948.0, 10941.0, 10951.0, 10970.0, 10959.0, 10940.0, 10990.0, 10973.0, 10966.0, 10989.0, 10953.0, 11002.0, 11010.0, 11012.0, 10989.0, 10992.0, 11000.0, 10997.0, 11024.0, 11002.0, 11036.0, 11004.0, 11004.0, 11003.0, 10973.0, 11015.0, 10988.0, 11018.0, 11001.0, 10994.0, 11001.0, 10974.0, 10980.0, 10975.0, 10962.0, 10980.0, 10983.0, 10994.0, 10970.0, 10987.0, 10976.0, 10998.0, 11030.0, 11023.0, 10974.0, 11012.0, 11008.0, 11013.0, 11036.0, 11014.0, 11012.0, 11000.0, 11009.0, 10992.0, 10995.0, 10979.0, 10992.0, 11002.0, 10950.0, 10966.0, 10949.0, 10965.0, 10939.0, 10958.0, 11004.0, 10966.0, 10941.0, 10962.0, 10965.0, 10961.0, 10963.0, 10965.0, 10986.0, 10983.0, 11002.0, 10972.0, 11000.0, 11002.0, 10983.0, 11002.0, 10940.0, 10984.0, 10970.0, 10983.0, 10991.0, 10966.0, 10988.0, 10995.0, 10986.0, 10972.0, 10998.0, 10990.0, 10971.0, 11009.0, 11002.0, 11008.0, 10997.0, 11027.0, 11018.0, 11007.0, 11017.0, 10994.0, 11015.0, 11023.0, 11016.0, 11019.0, 10996.0, 11004.0, 10987.0, 11008.0, 10999.0, 11008.0, 10988.0, 10992.0, 10993.0, 10982.0, 10986.0, 10994.0, 10970.0, 10983.0, 10959.0, 10992.0, 10996.0, 10984.0, 10967.0, 10967.0, 10967.0, 10950.0, 10983.0, 11003.0, 10968.0, 10986.0, 10963.0, 10965.0, 10950.0, 10980.0, 10987.0, 11009.0, 10985.0, 11004.0, 10987.0, 10992.0, 11024.0, 11029.0, 11032.0, 11022.0, 11015.0, 11004.0, 11012.0, 10997.0, 11001.0, 11006.0, 10996.0, 10985.0, 10991.0, 10986.0, 10989.0, 10995.0, 10963.0, 10988.0, 10979.0, 10964.0, 10961.0, 10949.0, 10966.0, 10983.0, 10996.0, 10986.0, 10982.0, 10963.0, 10976.0, 10962.0, 10962.0, 10972.0, 10974.0, 10981.0, 10961.0, 10966.0, 10988.0, 10988.0, 10974.0, 10960.0, 10982.0, 10977.0, 10987.0, 10973.0, 10981.0, 10999.0, 10991.0, 11000.0, 10990.0, 11013.0, 11011.0, 10999.0, 10990.0, 10978.0, 10976.0, 10991.0, 10982.0, 10995.0, 11021.0, 10990.0, 10998.0, 10974.0, 10993.0, 11014.0, 11001.0, 10991.0, 10979.0, 10981.0, 10986.0, 10988.0, 10987.0, 10976.0, 10987.0, 10970.0, 10960.0, 10955.0, 10966.0, 10963.0, 10969.0, 10970.0, 10965.0, 10956.0, 10947.0, 10959.0, 10947.0, 10951.0, 10960.0, 10946.0, 10942.0, 10956.0, 10966.0, 10952.0, 10974.0, 10977.0, 11005.0, 10991.0, 10981.0, 10987.0, 11016.0, 11009.0, 10984.0, 11006.0, 11010.0, 11000.0, 10991.0, 10996.0, 10985.0, 10967.0, 10999.0, 10977.0, 10964.0, 10979.0, 10965.0, 10982.0, 10970.0, 10961.0, 10974.0, 10970.0, 10985.0, 10988.0, 10992.0, 11013.0, 11007.0, 10968.0, 10986.0, 10971.0, 11010.0, 11023.0, 11026.0, 11021.0, 11000.0, 11008.0, 10983.0, 11009.0, 10988.0, 11011.0, 11024.0, 10985.0, 10976.0, 10953.0, 10982.0, 10949.0, 10981.0, 10955.0, 10944.0, 10944.0, 10957.0, 10959.0, 10942.0, 10954.0, 10982.0, 10963.0, 10961.0, 10969.0, 10982.0, 10954.0, 10991.0, 10992.0, 10990.0, 10972.0, 10974.0, 10986.0, 10993.0, 11014.0, 10988.0, 10998.0, 10984.0, 11007.0, 10993.0, 11005.0, 11009.0, 10966.0, 10997.0, 10988.0, 10975.0, 10988.0, 10958.0, 11003.0, 10986.0, 10979.0, 10991.0, 10969.0, 10990.0, 11004.0, 11005.0, 11005.0, 10983.0, 10990.0, 10983.0, 11010.0, 11010.0, 11039.0, 11031.0, 11025.0, 10989.0, 11034.0, 11036.0, 11001.0, 11012.0, 10990.0, 10997.0, 10996.0, 11009.0, 11003.0, 10986.0, 10990.0, 10992.0, 11008.0, 10955.0, 10994.0, 10979.0, 10988.0, 11000.0, 10988.0, 10985.0, 10997.0, 11005.0, 11023.0, 11009.0, 10991.0, 11009.0, 10994.0, 10988.0, 11020.0, 10974.0, 10984.0, 10998.0, 10992.0, 10965.0, 10969.0, 10973.0, 10962.0, 10998.0, 10964.0, 10980.0, 10998.0, 10984.0, 10962.0, 10966.0, 10981.0, 11011.0, 10983.0, 10981.0, 10965.0, 10951.0, 10963.0, 10954.0, 10986.0, 10967.0, 10972.0, 10982.0, 10980.0, 10970.0, 10960.0, 10965.0, 10944.0, 10953.0, 10972.0, 10960.0, 10964.0, 10955.0, 10965.0, 10966.0, 10962.0, 10960.0, 10948.0, 10969.0, 10973.0, 10963.0, 10960.0, 10972.0, 10965.0, 10915.0, 10966.0, 10963.0, 10974.0, 10965.0, 10964.0, 10979.0, 11007.0, 10990.0, 11004.0, 11002.0, 11005.0, 10965.0, 11013.0, 11043.0, 11013.0, 11014.0, 11005.0, 11013.0, 11013.0, 10979.0, 10991.0, 10989.0, 10999.0, 11011.0, 11005.0, 10989.0, 11002.0, 11008.0, 10964.0, 10994.0, 10993.0, 11005.0, 11004.0, 10977.0, 10997.0, 11001.0, 10995.0, 10997.0, 10986.0, 11014.0, 11003.0, 10992.0, 10988.0, 11015.0, 11015.0, 10984.0, 10996.0, 10990.0, 11003.0, 10987.0, 11005.0, 10990.0, 11009.0, 11015.0, 11019.0, 11006.0, 10990.0, 10978.0, 10995.0, 11001.0, 10993.0, 10981.0, 10968.0, 10967.0, 10966.0, 10986.0, 10988.0, 10969.0, 10988.0, 10982.0, 10985.0, 11011.0, 11012.0, 10993.0, 10996.0, 11025.0, 10988.0, 10974.0, 10986.0, 10994.0, 11001.0, 10991.0, 10982.0, 10993.0, 10984.0, 10979.0, 10974.0, 10980.0, 10983.0, 10972.0, 10973.0, 10971.0, 10999.0, 10971.0, 10984.0, 10976.0, 10988.0, 10979.0, 10974.0, 10965.0, 10947.0, 10981.0, 11001.0, 10973.0, 10987.0, 10978.0, 10969.0, 10990.0, 10969.0, 10985.0, 10967.0, 10989.0, 11003.0, 11007.0, 11006.0, 10987.0, 11010.0, 10988.0, 11009.0, 10993.0, 10994.0, 11014.0, 11025.0, 10989.0, 10989.0, 10975.0, 10994.0, 11003.0, 10993.0, 10997.0, 10970.0, 10977.0, 10986.0, 10989.0, 10995.0, 10955.0, 10984.0, 10996.0, 10990.0, 11010.0, 11001.0, 10996.0, 10997.0, 11016.0, 11032.0, 11008.0, 11014.0, 11012.0, 11000.0, 11012.0, 11010.0, 11023.0, 10996.0, 11020.0, 11022.0, 11003.0, 10997.0, 10998.0, 11013.0, 10992.0, 10995.0, 10960.0, 11000.0, 11002.0, 10987.0, 10985.0, 10968.0, 10982.0, 10951.0, 10981.0, 10965.0, 10983.0, 10937.0, 10980.0, 10990.0, 10966.0, 10959.0, 10964.0, 10961.0, 10981.0, 10966.0, 10999.0, 10987.0, 10968.0, 10992.0, 10970.0, 10976.0, 11007.0, 10986.0, 10988.0, 10952.0, 10970.0, 10965.0, 10988.0, 10975.0, 10968.0, 10985.0, 11001.0, 10971.0, 10957.0, 10969.0, 10981.0, 10996.0, 10983.0, 10990.0, 10987.0, 10991.0, 10988.0, 10989.0, 11010.0, 11006.0, 10998.0, 10992.0, 11004.0, 10992.0, 10973.0, 10980.0, 10984.0, 10966.0, 10964.0, 10970.0, 10969.0, 10957.0, 10964.0, 10960.0, 10973.0, 10948.0, 10933.0, 10966.0, 10966.0, 10999.0, 10984.0, 10985.0, 10987.0, 10996.0, 10987.0, 10986.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.0007212183908045977</td></tr>
<tr><td colspan=3>aqi</td><td>0.02047214816091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.47617292654776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.278826449136939</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0102935138895275</td></tr>
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
<tr><td colspan=3>fber</td><td>7205.1108</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0715373247360076</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.604602839649252</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.549242030130425</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.836603568733737</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.427962920083595</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111512</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01340422872453928</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036793045699596405</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.085553999495603</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>23.0989</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5595</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.0877</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293994.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.1188</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.689</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.3647</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4251.4504</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5486.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1097.0294</td></tr>
<tr><td colspan=3>tsnr</td><td>44.524259712547064</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>