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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0089/ses-04/func/sub-0089_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a2d2b52727d52179d9c8566573ef35f9</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:53:16.725000</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.996609, 0.0805125, -0.0169784, -0.0731864, 0.96166, 0.2643]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0973247</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7828, -7241, 322, -94, -140, 119, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.222</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>aae759e8-a383-4a3a-ab56-6cc4e458f50d||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.6738290786743164, -0.1963537186384201, -0.10153857618570328, 122.36677551269531], [-0.21600909531116486, 2.5800623893737793, 0.707835853099823, -112.43775939941406], [-0.04555172473192215, -0.7090982794761658, 2.603585720062256, -30.849742889404297], [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': ['165316.725000', '165317.185000', '165317.645000', '165318.105000', '165318.565000', '165319.025000', '165319.485000', '165319.945000', '165320.405000', '165320.865000', '165321.325000', '165321.785000', '165322.245000', '165322.705000', '165323.165000', '165323.625000', '165324.085000', '165324.545000', '165325.005000', '165325.465000', '165325.925000', '165326.385000', '165326.845000', '165327.305000', '165327.765000', '165328.225000', '165328.685000', '165329.145000', '165329.605000', '165330.065000', '165330.525000', '165330.985000', '165331.445000', '165331.905000', '165332.365000', '165332.825000', '165333.285000', '165333.745000', '165334.205000', '165334.665000', '165335.125000', '165335.585000', '165336.045000', '165336.505000', '165336.965000', '165337.425000', '165337.885000', '165338.345000', '165338.805000', '165339.265000', '165339.725000', '165340.185000', '165340.645000', '165341.105000', '165341.565000', '165342.025000', '165342.485000', '165342.945000', '165343.405000', '165343.865000', '165344.325000', '165344.785000', '165345.245000', '165345.705000', '165346.165000', '165346.625000', '165347.085000', '165347.545000', '165348.005000', '165348.465000', '165348.925000', '165349.385000', '165349.845000', '165350.305000', '165350.765000', '165351.225000', '165351.685000', '165352.145000', '165352.605000', '165353.065000', '165353.525000', '165353.985000', '165354.445000', '165354.905000', '165355.365000', '165355.825000', '165356.285000', '165356.745000', '165357.205000', '165357.665000', '165358.125000', '165358.585000', '165359.045000', '165359.505000', '165359.965000', '165400.425000', '165400.885000', '165401.345000', '165401.805000', '165402.265000', '165402.725000', '165403.185000', '165403.645000', '165404.105000', '165404.565000', '165405.025000', '165405.485000', '165405.945000', '165406.405000', '165406.865000', '165407.325000', '165407.785000', '165408.245000', '165408.705000', '165409.165000', '165409.625000', '165410.085000', '165410.545000', '165411.005000', '165411.465000', '165411.925000', '165412.385000', '165412.845000', '165413.305000', '165413.765000', '165414.225000', '165414.685000', '165415.145000', '165415.605000', '165416.065000', '165416.525000', '165416.985000', '165417.445000', '165417.905000', '165418.365000', '165418.825000', '165419.285000', '165419.745000', '165420.205000', '165420.665000', '165421.125000', '165421.585000', '165422.045000', '165422.505000', '165422.965000', '165423.425000', '165423.885000', '165424.345000', '165424.805000', '165425.265000', '165425.725000', '165426.185000', '165426.645000', '165427.105000', '165427.565000', '165428.025000', '165428.485000', '165428.945000', '165429.405000', '165429.865000', '165430.325000', '165430.785000', '165431.245000', '165431.705000', '165432.165000', '165432.625000', '165433.085000', '165433.545000', '165434.005000', '165434.465000', '165434.925000', '165435.385000', '165435.845000', '165436.305000', '165436.765000', '165437.225000', '165437.685000', '165438.145000', '165438.605000', '165439.065000', '165439.525000', '165439.985000', '165440.445000', '165440.905000', '165441.365000', '165441.825000', '165442.285000', '165442.745000', '165443.205000', '165443.665000', '165444.125000', '165444.585000', '165445.045000', '165445.505000', '165445.965000', '165446.425000', '165446.885000', '165447.345000', '165447.805000', '165448.265000', '165448.725000', '165449.185000', '165449.645000', '165450.105000', '165450.565000', '165451.025000', '165451.485000', '165451.945000', '165452.405000', '165452.865000', '165453.325000', '165453.785000', '165454.245000', '165454.705000', '165455.165000', '165455.625000', '165456.085000', '165456.545000', '165457.005000', '165457.465000', '165457.925000', '165458.385000', '165458.845000', '165459.305000', '165459.765000', '165500.225000', '165500.685000', '165501.145000', '165501.605000', '165502.065000', '165502.525000', '165502.985000', '165503.445000', '165503.905000', '165504.365000', '165504.825000', '165505.285000', '165505.745000', '165506.205000', '165506.665000', '165507.125000', '165507.585000', '165508.045000', '165508.505000', '165508.965000', '165509.425000', '165509.885000', '165510.345000', '165510.805000', '165511.265000', '165511.725000', '165512.185000', '165512.645000', '165513.105000', '165513.565000', '165514.025000', '165514.485000', '165514.945000', '165515.405000', '165515.865000', '165516.325000', '165516.785000', '165517.245000', '165517.705000', '165518.165000', '165518.625000', '165519.085000', '165519.545000', '165520.005000', '165520.465000', '165520.925000', '165521.385000', '165521.845000', '165522.305000', '165522.765000', '165523.225000', '165523.685000', '165524.145000', '165524.605000', '165525.065000', '165525.525000', '165525.985000', '165526.445000', '165526.905000', '165527.365000', '165527.825000', '165528.285000', '165528.745000', '165529.205000', '165529.665000', '165530.125000', '165530.585000', '165531.045000', '165531.505000', '165531.965000', '165532.425000', '165532.885000', '165533.345000', '165533.805000', '165534.265000', '165534.725000', '165535.185000', '165535.645000', '165536.105000', '165536.565000', '165537.025000', '165537.485000', '165537.945000', '165538.405000', '165538.865000', '165539.325000', '165539.785000', '165540.245000', '165540.705000', '165541.165000', '165541.625000', '165542.085000', '165542.545000', '165543.005000', '165543.465000', '165543.925000', '165544.385000', '165544.845000', '165545.305000', '165545.765000', '165546.225000', '165546.685000', '165547.145000', '165547.605000', '165548.065000', '165548.525000', '165548.985000', '165549.445000', '165549.905000', '165550.365000', '165550.825000', '165551.285000', '165551.745000', '165552.205000', '165552.665000', '165553.125000', '165553.585000', '165554.045000', '165554.505000', '165554.965000', '165555.425000', '165555.885000', '165556.345000', '165556.805000', '165557.265000', '165557.725000', '165558.185000', '165558.645000', '165559.105000', '165559.565000', '165600.025000', '165600.485000', '165600.945000', '165601.405000', '165601.865000', '165602.325000', '165602.785000', '165603.245000', '165603.705000', '165604.165000', '165604.625000', '165605.085000', '165605.545000', '165606.005000', '165606.465000', '165606.925000', '165607.385000', '165607.845000', '165608.305000', '165608.765000', '165609.225000', '165609.685000', '165610.145000', '165610.605000', '165611.065000', '165611.525000', '165611.985000', '165612.445000', '165612.905000', '165613.365000', '165613.825000', '165614.285000', '165614.745000', '165615.205000', '165615.665000', '165616.125000', '165616.585000', '165617.045000', '165617.505000', '165617.965000', '165618.425000', '165618.885000', '165619.345000', '165619.805000', '165620.265000', '165620.725000', '165621.185000', '165621.645000', '165622.105000', '165622.565000', '165623.025000', '165623.485000', '165623.945000', '165624.405000', '165624.865000', '165625.325000', '165625.785000', '165626.245000', '165626.705000', '165627.165000', '165627.625000', '165628.085000', '165628.545000', '165629.005000', '165629.465000', '165629.925000', '165630.385000', '165630.845000', '165631.305000', '165631.765000', '165632.225000', '165632.685000', '165633.145000', '165633.605000', '165634.065000', '165634.525000', '165634.985000', '165635.445000', '165635.905000', '165636.365000', '165636.825000', '165637.285000', '165637.745000', '165638.205000', '165638.665000', '165639.125000', '165639.585000', '165640.045000', '165640.505000', '165640.965000', '165641.425000', '165641.885000', '165642.345000', '165642.805000', '165643.265000', '165643.725000', '165644.185000', '165644.645000', '165645.105000', '165645.565000', '165646.025000', '165646.485000', '165646.945000', '165647.405000', '165647.865000', '165648.325000', '165648.785000', '165649.245000', '165649.705000', '165650.165000', '165650.625000', '165651.085000', '165651.545000', '165652.005000', '165652.465000', '165652.925000', '165653.385000', '165653.845000', '165654.305000', '165654.765000', '165655.225000', '165655.685000', '165656.145000', '165656.605000', '165657.065000', '165657.525000', '165657.985000', '165658.445000', '165658.905000', '165659.365000', '165659.825000', '165700.285000', '165700.745000', '165701.205000', '165701.665000', '165702.125000', '165702.585000', '165703.045000', '165703.505000', '165703.965000', '165704.425000', '165704.885000', '165705.345000', '165705.805000', '165706.265000', '165706.725000', '165707.185000', '165707.645000', '165708.105000', '165708.565000', '165709.025000', '165709.485000', '165709.945000', '165710.405000', '165710.865000', '165711.325000', '165711.785000', '165712.245000', '165712.705000', '165713.165000', '165713.625000', '165714.085000', '165714.545000', '165715.005000', '165715.465000', '165715.925000', '165716.385000', '165716.845000', '165717.305000', '165717.765000', '165718.225000', '165718.685000', '165719.145000', '165719.605000', '165720.065000', '165720.525000', '165720.985000', '165721.445000', '165721.905000', '165722.365000', '165722.825000', '165723.285000', '165723.745000', '165724.205000', '165724.665000', '165725.125000', '165725.585000', '165726.045000', '165726.505000', '165726.965000', '165727.425000', '165727.885000', '165728.345000', '165728.805000', '165729.265000', '165729.725000', '165730.185000', '165730.645000', '165731.105000', '165731.565000', '165732.025000', '165732.485000', '165732.945000', '165733.405000', '165733.865000', '165734.325000', '165734.785000', '165735.245000', '165735.705000', '165736.165000', '165736.625000', '165737.085000', '165737.545000', '165738.005000', '165738.465000', '165738.925000', '165739.385000', '165739.845000', '165740.305000', '165740.765000', '165741.225000', '165741.685000', '165742.145000', '165742.605000', '165743.065000', '165743.525000', '165743.985000', '165744.445000', '165744.905000', '165745.365000', '165745.825000', '165746.285000', '165746.745000', '165747.205000', '165747.665000', '165748.125000', '165748.585000', '165749.045000', '165749.505000', '165749.965000', '165750.425000', '165750.885000', '165751.345000', '165751.805000', '165752.265000', '165752.725000', '165753.185000', '165753.645000', '165754.105000', '165754.565000', '165755.025000', '165755.485000', '165755.945000', '165756.405000', '165756.865000', '165757.325000', '165757.785000', '165758.245000', '165758.705000', '165759.165000', '165759.625000', '165800.085000', '165800.545000', '165801.005000', '165801.465000', '165801.925000', '165802.385000', '165802.845000', '165803.305000', '165803.765000', '165804.225000', '165804.685000', '165805.145000', '165805.605000', '165806.065000', '165806.525000', '165806.985000', '165807.445000', '165807.905000', '165808.365000', '165808.825000', '165809.285000', '165809.745000', '165810.205000', '165810.665000', '165811.125000', '165811.585000', '165812.045000', '165812.505000', '165812.965000', '165813.425000', '165813.885000', '165814.345000', '165814.805000', '165815.265000', '165815.725000', '165816.185000', '165816.645000', '165817.105000', '165817.565000', '165818.025000', '165818.485000', '165818.945000', '165819.405000', '165819.865000', '165820.325000', '165820.785000', '165821.245000', '165821.705000', '165822.165000', '165822.625000', '165823.085000', '165823.545000', '165824.005000', '165824.465000', '165824.925000', '165825.385000', '165825.845000', '165826.305000', '165826.765000', '165827.225000', '165827.685000', '165828.145000', '165828.605000', '165829.065000', '165829.525000', '165829.985000', '165830.445000', '165830.905000', '165831.365000', '165831.825000', '165832.285000', '165832.745000', '165833.205000', '165833.665000', '165834.125000', '165834.585000', '165835.045000', '165835.505000', '165835.965000', '165836.425000', '165836.885000', '165837.345000', '165837.805000', '165838.265000', '165838.725000', '165839.185000', '165839.645000', '165840.105000', '165840.565000', '165841.025000', '165841.485000', '165841.945000', '165842.405000', '165842.865000', '165843.325000', '165843.785000', '165844.245000', '165844.705000', '165845.165000', '165845.625000', '165846.085000', '165846.545000', '165847.005000', '165847.465000', '165847.925000', '165848.385000', '165848.845000', '165849.305000', '165849.765000', '165850.225000', '165850.685000', '165851.145000', '165851.605000', '165852.065000', '165852.525000', '165852.985000', '165853.445000', '165853.905000', '165854.365000', '165854.825000', '165855.285000', '165855.745000', '165856.205000', '165856.665000', '165857.125000', '165857.585000', '165858.045000', '165858.505000', '165858.965000', '165859.425000', '165859.885000', '165900.345000', '165900.805000', '165901.265000', '165901.725000', '165902.185000', '165902.645000', '165903.105000', '165903.565000', '165904.025000', '165904.485000', '165904.945000', '165905.405000', '165905.865000', '165906.325000', '165906.785000', '165907.245000', '165907.705000', '165908.165000', '165908.625000', '165909.085000', '165909.545000', '165910.005000', '165910.465000', '165910.925000', '165911.385000', '165911.845000', '165912.305000', '165912.765000', '165913.225000', '165913.685000', '165914.145000', '165914.605000', '165915.065000', '165915.525000', '165915.985000', '165916.445000', '165916.905000', '165917.365000', '165917.825000', '165918.285000', '165918.745000', '165919.205000', '165919.665000', '165920.125000', '165920.585000', '165921.045000', '165921.505000', '165921.965000', '165922.425000', '165922.885000', '165923.345000', '165923.805000', '165924.265000', '165924.725000', '165925.185000', '165925.645000', '165926.105000', '165926.565000', '165927.025000', '165927.485000', '165927.945000', '165928.405000', '165928.865000', '165929.325000', '165929.785000', '165930.245000', '165930.705000', '165931.165000', '165931.625000', '165932.085000', '165932.545000', '165933.005000', '165933.465000', '165933.925000', '165934.385000', '165934.845000', '165935.305000', '165935.765000', '165936.225000', '165936.685000', '165937.145000', '165937.605000', '165938.065000', '165938.525000', '165938.985000', '165939.445000', '165939.905000', '165940.365000', '165940.825000', '165941.285000', '165941.745000', '165942.205000', '165942.665000', '165943.125000', '165943.585000', '165944.045000', '165944.505000', '165944.965000', '165945.425000', '165945.885000', '165946.345000', '165946.805000', '165947.265000', '165947.725000', '165948.185000', '165948.645000', '165949.105000', '165949.565000', '165950.025000', '165950.485000', '165950.945000', '165951.405000', '165951.865000', '165952.325000', '165952.785000', '165953.245000', '165953.705000', '165954.165000', '165954.625000', '165955.085000', '165955.545000', '165956.005000', '165956.465000', '165956.925000', '165957.385000'], 'ContentTime': ['165338.270000', '165338.273000', '165338.275000', '165338.278000', '165338.281000', '165338.284000', '165338.286000', '165338.289000', '165338.291000', '165338.294000', '165338.296000', '165338.299000', '165338.301000', '165338.304000', '165338.306000', '165338.312000', '165338.314000', '165338.317000', '165338.319000', '165338.322000', '165338.325000', '165338.327000', '165338.330000', '165338.332000', '165338.335000', '165338.337000', '165338.340000', '165338.342000', '165338.345000', '165338.347000', '165338.350000', '165338.352000', '165338.355000', '165338.358000', '165338.360000', '165338.363000', '165338.365000', '165338.368000', '165338.371000', '165338.373000', '165338.376000', '165338.378000', '165338.381000', '165338.384000', '165358.210000', '165358.213000', '165358.216000', '165358.218000', '165358.221000', '165358.224000', '165358.226000', '165358.229000', '165358.231000', '165358.234000', '165358.237000', '165358.239000', '165358.242000', '165358.245000', '165358.248000', '165358.250000', '165358.253000', '165358.255000', '165358.258000', '165358.261000', '165358.263000', '165358.266000', '165358.268000', '165358.271000', '165358.273000', '165358.287000', '165358.289000', '165358.292000', '165358.296000', '165358.298000', '165358.301000', '165358.304000', '165358.306000', '165358.309000', '165358.311000', '165358.314000', '165358.316000', '165358.319000', '165358.321000', '165358.326000', '165358.328000', '165358.331000', '165358.333000', '165418.210000', '165418.213000', '165418.216000', '165418.218000', '165418.221000', '165418.224000', '165418.226000', '165418.229000', '165418.231000', '165418.234000', '165418.237000', '165418.239000', '165418.242000', '165418.244000', '165418.247000', '165418.250000', '165418.252000', '165418.255000', '165418.257000', '165418.260000', '165418.262000', '165418.265000', '165418.268000', '165418.270000', '165418.273000', '165418.275000', '165418.278000', '165418.280000', '165418.283000', '165418.286000', '165418.288000', '165418.291000', '165418.293000', '165418.296000', '165418.298000', '165418.301000', '165418.304000', '165418.306000', '165418.309000', '165418.311000', '165418.314000', '165418.316000', '165418.319000', '165418.321000', '165438.210000', '165438.213000', '165438.216000', '165438.218000', '165438.221000', '165438.224000', '165438.226000', '165438.229000', '165438.231000', '165438.234000', '165438.236000', '165438.244000', '165438.247000', '165438.249000', '165438.252000', '165438.254000', '165438.257000', '165438.260000', '165438.262000', '165438.266000', '165438.268000', '165438.271000', '165438.273000', '165438.276000', '165438.279000', '165438.281000', '165438.284000', '165438.286000', '165438.289000', '165438.291000', '165438.294000', '165438.297000', '165438.299000', '165438.302000', '165438.304000', '165438.307000', '165438.309000', '165438.312000', '165438.314000', '165438.317000', '165438.326000', '165438.329000', '165438.348000', '165458.210000', '165458.212000', '165458.215000', '165458.218000', '165458.220000', '165458.223000', '165458.225000', '165458.228000', '165458.231000', '165458.233000', '165458.236000', '165458.238000', '165458.241000', '165458.243000', '165458.246000', '165458.249000', '165458.251000', '165458.254000', '165458.256000', '165458.259000', '165458.261000', '165458.264000', '165458.267000', '165458.269000', '165458.272000', '165458.274000', '165458.277000', '165458.279000', '165458.282000', '165458.285000', '165458.287000', '165458.290000', '165458.292000', '165458.295000', '165458.298000', '165458.300000', '165458.303000', '165458.305000', '165458.308000', '165458.310000', '165458.313000', '165458.316000', '165458.318000', '165458.321000', '165518.210000', '165518.213000', '165518.216000', '165518.218000', '165518.221000', '165518.224000', '165518.226000', '165518.229000', '165518.231000', '165518.234000', '165518.237000', '165518.239000', '165518.242000', '165518.244000', '165518.247000', '165518.249000', '165518.252000', '165518.254000', '165518.257000', '165518.260000', '165518.262000', '165518.265000', '165518.267000', '165518.270000', '165518.272000', '165518.275000', '165518.278000', '165518.280000', '165518.283000', '165518.285000', '165518.288000', '165518.290000', '165518.293000', '165518.296000', '165518.298000', '165518.301000', '165518.304000', '165518.306000', '165518.309000', '165518.312000', '165518.314000', '165518.317000', '165518.325000', '165538.210000', '165538.213000', '165538.216000', '165538.218000', '165538.221000', '165538.223000', '165538.226000', '165538.229000', '165538.231000', '165538.234000', '165538.236000', '165538.239000', '165538.241000', '165538.244000', '165538.247000', '165538.249000', '165538.252000', '165538.254000', '165538.257000', '165538.259000', '165538.262000', '165538.264000', '165538.267000', '165538.270000', '165538.272000', '165538.275000', '165538.277000', '165538.280000', '165538.282000', '165538.285000', '165538.288000', '165538.290000', '165538.293000', '165538.295000', '165538.298000', '165538.301000', '165538.324000', '165538.327000', '165538.330000', '165538.332000', '165538.335000', '165538.337000', '165538.340000', '165538.342000', '165558.210000', '165558.213000', '165558.216000', '165558.218000', '165558.221000', '165558.223000', '165558.226000', '165558.229000', '165558.231000', '165558.234000', '165558.236000', '165558.239000', '165558.242000', '165558.244000', '165558.247000', '165558.249000', '165558.252000', '165558.254000', '165558.257000', '165558.259000', '165558.262000', '165558.265000', '165558.267000', '165558.270000', '165558.272000', '165558.275000', '165558.277000', '165558.280000', '165558.282000', '165558.285000', '165558.288000', '165558.290000', '165558.293000', '165558.296000', '165558.299000', '165558.301000', '165558.304000', '165558.306000', '165558.309000', '165558.311000', '165558.314000', '165558.317000', '165558.319000', '165618.211000', '165618.213000', '165618.216000', '165618.219000', '165618.221000', '165618.224000', '165618.226000', '165618.229000', '165618.231000', '165618.234000', '165618.237000', '165618.239000', '165618.242000', '165618.244000', '165618.247000', '165618.250000', '165618.252000', '165618.255000', '165618.257000', '165618.260000', '165618.262000', '165618.265000', '165618.268000', '165618.270000', '165618.273000', '165618.275000', '165618.278000', '165618.280000', '165618.283000', '165618.286000', '165618.288000', '165618.291000', '165618.294000', '165618.296000', '165618.299000', '165618.301000', '165618.304000', '165618.306000', '165618.309000', '165618.312000', '165618.314000', '165618.317000', '165618.319000', '165618.322000', '165638.210000', '165638.213000', '165638.216000', '165638.218000', '165638.221000', '165638.224000', '165638.226000', '165638.229000', '165638.231000', '165638.234000', '165638.237000', '165638.239000', '165638.242000', '165638.244000', '165638.247000', '165638.249000', '165638.252000', '165638.254000', '165638.257000', '165638.260000', '165638.262000', '165638.265000', '165638.267000', '165638.270000', '165638.272000', '165638.275000', '165638.278000', '165638.280000', '165638.283000', '165638.285000', '165638.288000', '165638.290000', '165638.293000', '165638.296000', '165638.299000', '165638.301000', '165638.304000', '165638.307000', '165638.310000', '165638.312000', '165638.315000', '165638.318000', '165638.320000', '165658.210000', '165658.213000', '165658.216000', '165658.218000', '165658.221000', '165658.224000', '165658.226000', '165658.229000', '165658.231000', '165658.234000', '165658.237000', '165658.239000', '165658.242000', '165658.244000', '165658.247000', '165658.250000', '165658.252000', '165658.255000', '165658.257000', '165658.260000', '165658.263000', '165658.265000', '165658.268000', '165658.270000', '165658.273000', '165658.275000', '165658.278000', '165658.280000', '165658.283000', '165658.286000', '165658.288000', '165658.291000', '165658.293000', '165658.296000', '165658.299000', '165658.301000', '165658.304000', '165658.306000', '165658.309000', '165658.312000', '165658.314000', '165658.317000', '165658.319000', '165658.322000', '165718.209000', '165718.212000', '165718.215000', '165718.217000', '165718.220000', '165718.223000', '165718.225000', '165718.228000', '165718.230000', '165718.233000', '165718.236000', '165718.238000', '165718.241000', '165718.243000', '165718.246000', '165718.249000', '165718.251000', '165718.267000', '165718.269000', '165718.272000', '165718.274000', '165718.277000', '165718.279000', '165718.282000', '165718.285000', '165718.287000', '165718.290000', '165718.292000', '165718.295000', '165718.298000', '165718.300000', '165718.303000', '165718.306000', '165718.308000', '165718.311000', '165718.313000', '165718.316000', '165718.319000', '165718.321000', '165718.324000', '165718.326000', '165718.329000', '165718.332000', '165738.210000', '165738.213000', '165738.216000', '165738.218000', '165738.221000', '165738.224000', '165738.226000', '165738.229000', '165738.231000', '165738.234000', '165738.237000', '165738.239000', '165738.242000', '165738.244000', '165738.247000', '165738.249000', '165738.252000', '165738.255000', '165738.257000', '165738.260000', '165738.262000', '165738.265000', '165738.267000', '165738.270000', '165738.272000', '165738.275000', '165738.277000', '165738.280000', '165738.283000', '165738.285000', '165738.288000', '165738.290000', '165738.293000', '165738.296000', '165738.298000', '165738.301000', '165738.303000', '165738.306000', '165738.308000', '165738.311000', '165738.314000', '165738.316000', '165738.319000', '165738.321000', '165758.210000', '165758.213000', '165758.216000', '165758.219000', '165758.221000', '165758.224000', '165758.226000', '165758.229000', '165758.232000', '165758.234000', '165758.237000', '165758.240000', '165758.242000', '165758.245000', '165758.247000', '165758.250000', '165758.253000', '165758.255000', '165758.258000', '165758.261000', '165758.263000', '165758.266000', '165758.268000', '165758.271000', '165758.273000', '165758.276000', '165758.279000', '165758.281000', '165758.284000', '165758.287000', '165758.289000', '165758.292000', '165758.294000', '165758.297000', '165758.300000', '165758.302000', '165758.305000', '165758.307000', '165758.310000', '165758.313000', '165758.315000', '165758.318000', '165758.320000', '165818.210000', '165818.213000', '165818.216000', '165818.219000', '165818.221000', '165818.224000', '165818.226000', '165818.229000', '165818.232000', '165818.234000', '165818.237000', '165818.240000', '165818.242000', '165818.245000', '165818.248000', '165818.250000', '165818.253000', '165818.255000', '165818.258000', '165818.261000', '165818.263000', '165818.266000', '165818.268000', '165818.271000', '165818.273000', '165818.276000', '165818.279000', '165818.281000', '165818.284000', '165818.287000', '165818.289000', '165818.292000', '165818.295000', '165818.297000', '165818.300000', '165818.302000', '165818.305000', '165818.308000', '165818.311000', '165818.313000', '165818.316000', '165818.319000', '165818.321000', '165818.324000', '165838.211000', '165838.214000', '165838.216000', '165838.219000', '165838.222000', '165838.224000', '165838.227000', '165838.229000', '165838.232000', '165838.234000', '165838.237000', '165838.240000', '165838.242000', '165838.245000', '165838.247000', '165838.250000', '165838.253000', '165838.255000', '165838.258000', '165838.260000', '165838.263000', '165838.266000', '165838.268000', '165838.271000', '165838.273000', '165838.276000', '165838.278000', '165838.289000', '165838.291000', '165838.294000', '165838.296000', '165838.299000', '165838.301000', '165838.304000', '165838.306000', '165838.309000', '165838.312000', '165838.314000', '165838.317000', '165838.319000', '165838.322000', '165838.324000', '165838.327000', '165858.210000', '165858.214000', '165858.217000', '165858.220000', '165858.222000', '165858.225000', '165858.227000', '165858.230000', '165858.233000', '165858.235000', '165858.238000', '165858.241000', '165858.243000', '165858.246000', '165858.249000', '165858.253000', '165858.256000', '165858.258000', '165858.261000', '165858.263000', '165858.266000', '165858.269000', '165858.271000', '165858.274000', '165858.276000', '165858.279000', '165858.282000', '165858.284000', '165858.287000', '165858.290000', '165858.292000', '165858.295000', '165858.297000', '165858.300000', '165858.303000', '165858.305000', '165858.308000', '165858.310000', '165858.313000', '165858.316000', '165858.318000', '165858.321000', '165858.323000', '165918.211000', '165918.213000', '165918.216000', '165918.219000', '165918.221000', '165918.224000', '165918.226000', '165918.229000', '165918.231000', '165918.234000', '165918.237000', '165918.239000', '165918.242000', '165918.245000', '165918.247000', '165918.250000', '165918.252000', '165918.255000', '165918.258000', '165918.260000', '165918.263000', '165918.265000', '165918.268000', '165918.270000', '165918.273000', '165918.275000', '165918.278000', '165918.281000', '165918.283000', '165918.286000', '165918.288000', '165918.291000', '165918.294000', '165918.296000', '165918.299000', '165918.301000', '165918.304000', '165918.306000', '165918.309000', '165918.311000', '165918.314000', '165918.317000', '165918.319000', '165918.322000', '165938.210000', '165938.212000', '165938.215000', '165938.217000', '165938.220000', '165938.223000', '165938.225000', '165938.228000', '165938.231000', '165938.233000', '165938.236000', '165938.238000', '165938.241000', '165938.244000', '165938.246000', '165938.249000', '165938.251000', '165938.254000', '165938.257000', '165938.259000', '165938.262000', '165938.264000', '165938.267000', '165938.269000', '165938.272000', '165938.275000', '165938.277000', '165938.280000', '165938.282000', '165938.285000', '165938.288000', '165938.290000', '165938.293000', '165938.295000', '165938.298000', '165938.300000', '165938.303000', '165938.306000', '165938.308000', '165938.311000', '165938.313000', '165938.316000', '165938.319000', '165938.321000', '165958.210000', '165958.213000', '165958.216000', '165958.219000', '165958.221000', '165958.224000', '165958.226000', '165958.229000', '165958.232000', '165958.234000', '165958.237000', '165958.239000', '165958.242000', '165958.245000', '165958.247000', '165958.250000', '165958.252000', '165958.255000', '165958.257000', '165958.260000', '165958.262000', '165958.265000', '165958.268000', '165958.270000', '165958.273000', '165958.275000', '165958.278000', '165958.280000', '165958.283000', '165958.286000', '165958.288000', '165958.291000', '165958.293000', '165958.296000', '165958.298000', '165958.301000', '165958.304000', '165958.306000', '165958.319000', '165958.321000', '165958.324000', '165958.326000', '165958.329000', '165958.882000', '165958.907000'], 'InstanceCreationTime': ['165338.270000', '165338.273000', '165338.275000', '165338.278000', '165338.281000', '165338.284000', '165338.286000', '165338.289000', '165338.291000', '165338.294000', '165338.296000', '165338.299000', '165338.301000', '165338.304000', '165338.306000', '165338.312000', '165338.314000', '165338.317000', '165338.319000', '165338.322000', '165338.325000', '165338.327000', '165338.330000', '165338.332000', '165338.335000', '165338.337000', '165338.340000', '165338.342000', '165338.345000', '165338.347000', '165338.350000', '165338.352000', '165338.355000', '165338.358000', '165338.360000', '165338.363000', '165338.365000', '165338.368000', '165338.371000', '165338.373000', '165338.376000', '165338.378000', '165338.381000', '165338.384000', '165358.210000', '165358.213000', '165358.216000', '165358.218000', '165358.221000', '165358.224000', '165358.226000', '165358.229000', '165358.231000', '165358.234000', '165358.237000', '165358.239000', '165358.242000', '165358.245000', '165358.248000', '165358.250000', '165358.253000', '165358.255000', '165358.258000', '165358.261000', '165358.263000', '165358.266000', '165358.268000', '165358.271000', '165358.273000', '165358.287000', '165358.289000', '165358.292000', '165358.296000', '165358.298000', '165358.301000', '165358.304000', '165358.306000', '165358.309000', '165358.311000', '165358.314000', '165358.316000', '165358.319000', '165358.321000', '165358.326000', '165358.328000', '165358.331000', '165358.333000', '165418.210000', '165418.213000', '165418.216000', '165418.218000', '165418.221000', '165418.224000', '165418.226000', '165418.229000', '165418.231000', '165418.234000', '165418.237000', '165418.239000', '165418.242000', '165418.244000', '165418.247000', '165418.250000', '165418.252000', '165418.255000', '165418.257000', '165418.260000', '165418.262000', '165418.265000', '165418.268000', '165418.270000', '165418.273000', '165418.275000', '165418.278000', '165418.280000', '165418.283000', '165418.286000', '165418.288000', '165418.291000', '165418.293000', '165418.296000', '165418.298000', '165418.301000', '165418.304000', '165418.306000', '165418.309000', '165418.311000', '165418.314000', '165418.316000', '165418.319000', '165418.321000', '165438.210000', '165438.213000', '165438.216000', '165438.218000', '165438.221000', '165438.224000', '165438.226000', '165438.229000', '165438.231000', '165438.234000', '165438.236000', '165438.244000', '165438.247000', '165438.249000', '165438.252000', '165438.254000', '165438.257000', '165438.260000', '165438.262000', '165438.266000', '165438.268000', '165438.271000', '165438.273000', '165438.276000', '165438.279000', '165438.281000', '165438.284000', '165438.286000', '165438.289000', '165438.291000', '165438.294000', '165438.297000', '165438.299000', '165438.302000', '165438.304000', '165438.307000', '165438.309000', '165438.312000', '165438.314000', '165438.317000', '165438.326000', '165438.329000', '165438.348000', '165458.210000', '165458.212000', '165458.215000', '165458.218000', '165458.220000', '165458.223000', '165458.225000', '165458.228000', '165458.231000', '165458.233000', '165458.236000', '165458.238000', '165458.241000', '165458.243000', '165458.246000', '165458.249000', '165458.251000', '165458.254000', '165458.256000', '165458.259000', '165458.261000', '165458.264000', '165458.267000', '165458.269000', '165458.272000', '165458.274000', '165458.277000', '165458.279000', '165458.282000', '165458.285000', '165458.287000', '165458.290000', '165458.292000', '165458.295000', '165458.298000', '165458.300000', '165458.303000', '165458.305000', '165458.308000', '165458.310000', '165458.313000', '165458.316000', '165458.318000', '165458.321000', '165518.210000', '165518.213000', '165518.216000', '165518.218000', '165518.221000', '165518.224000', '165518.226000', '165518.229000', '165518.231000', '165518.234000', '165518.237000', '165518.239000', '165518.242000', '165518.244000', '165518.247000', '165518.249000', '165518.252000', '165518.254000', '165518.257000', '165518.260000', '165518.262000', '165518.265000', '165518.267000', '165518.270000', '165518.272000', '165518.275000', '165518.278000', '165518.280000', '165518.283000', '165518.285000', '165518.288000', '165518.290000', '165518.293000', '165518.296000', '165518.298000', '165518.301000', '165518.304000', '165518.306000', '165518.309000', '165518.312000', '165518.314000', '165518.317000', '165518.325000', '165538.210000', '165538.213000', '165538.216000', '165538.218000', '165538.221000', '165538.223000', '165538.226000', '165538.229000', '165538.231000', '165538.234000', '165538.236000', '165538.239000', '165538.241000', '165538.244000', '165538.247000', '165538.249000', '165538.252000', '165538.254000', '165538.257000', '165538.259000', '165538.262000', '165538.264000', '165538.267000', '165538.270000', '165538.272000', '165538.275000', '165538.277000', '165538.280000', '165538.282000', '165538.285000', '165538.288000', '165538.290000', '165538.293000', '165538.295000', '165538.298000', '165538.301000', '165538.324000', '165538.327000', '165538.330000', '165538.332000', '165538.335000', '165538.337000', '165538.340000', '165538.342000', '165558.210000', '165558.213000', '165558.216000', '165558.218000', '165558.221000', '165558.223000', '165558.226000', '165558.229000', '165558.231000', '165558.234000', '165558.236000', '165558.239000', '165558.242000', '165558.244000', '165558.247000', '165558.249000', '165558.252000', '165558.254000', '165558.257000', '165558.259000', '165558.262000', '165558.265000', '165558.267000', '165558.270000', '165558.272000', '165558.275000', '165558.277000', '165558.280000', '165558.282000', '165558.285000', '165558.288000', '165558.290000', '165558.293000', '165558.296000', '165558.299000', '165558.301000', '165558.304000', '165558.306000', '165558.309000', '165558.311000', '165558.314000', '165558.317000', '165558.319000', '165618.211000', '165618.213000', '165618.216000', '165618.219000', '165618.221000', '165618.224000', '165618.226000', '165618.229000', '165618.231000', '165618.234000', '165618.237000', '165618.239000', '165618.242000', '165618.244000', '165618.247000', '165618.250000', '165618.252000', '165618.255000', '165618.257000', '165618.260000', '165618.262000', '165618.265000', '165618.268000', '165618.270000', '165618.273000', '165618.275000', '165618.278000', '165618.280000', '165618.283000', '165618.286000', '165618.288000', '165618.291000', '165618.294000', '165618.296000', '165618.299000', '165618.301000', '165618.304000', '165618.306000', '165618.309000', '165618.312000', '165618.314000', '165618.317000', '165618.319000', '165618.322000', '165638.210000', '165638.213000', '165638.216000', '165638.218000', '165638.221000', '165638.224000', '165638.226000', '165638.229000', '165638.231000', '165638.234000', '165638.237000', '165638.239000', '165638.242000', '165638.244000', '165638.247000', '165638.249000', '165638.252000', '165638.254000', '165638.257000', '165638.260000', '165638.262000', '165638.265000', '165638.267000', '165638.270000', '165638.272000', '165638.275000', '165638.278000', '165638.280000', '165638.283000', '165638.285000', '165638.288000', '165638.290000', '165638.293000', '165638.296000', '165638.299000', '165638.301000', '165638.304000', '165638.307000', '165638.310000', '165638.312000', '165638.315000', '165638.318000', '165638.320000', '165658.210000', '165658.213000', '165658.216000', '165658.218000', '165658.221000', '165658.224000', '165658.226000', '165658.229000', '165658.231000', '165658.234000', '165658.237000', '165658.239000', '165658.242000', '165658.244000', '165658.247000', '165658.250000', '165658.252000', '165658.255000', '165658.257000', '165658.260000', '165658.263000', '165658.265000', '165658.268000', '165658.270000', '165658.273000', '165658.275000', '165658.278000', '165658.280000', '165658.283000', '165658.286000', '165658.288000', '165658.291000', '165658.293000', '165658.296000', '165658.299000', '165658.301000', '165658.304000', '165658.306000', '165658.309000', '165658.312000', '165658.314000', '165658.317000', '165658.319000', '165658.322000', '165718.209000', '165718.212000', '165718.215000', '165718.217000', '165718.220000', '165718.223000', '165718.225000', '165718.228000', '165718.230000', '165718.233000', '165718.236000', '165718.238000', '165718.241000', '165718.243000', '165718.246000', '165718.249000', '165718.251000', '165718.267000', '165718.269000', '165718.272000', '165718.274000', '165718.277000', '165718.279000', '165718.282000', '165718.285000', '165718.287000', '165718.290000', '165718.292000', '165718.295000', '165718.298000', '165718.300000', '165718.303000', '165718.306000', '165718.308000', '165718.311000', '165718.313000', '165718.316000', '165718.319000', '165718.321000', '165718.324000', '165718.326000', '165718.329000', '165718.332000', '165738.210000', '165738.213000', '165738.216000', '165738.218000', '165738.221000', '165738.224000', '165738.226000', '165738.229000', '165738.231000', '165738.234000', '165738.237000', '165738.239000', '165738.242000', '165738.244000', '165738.247000', '165738.249000', '165738.252000', '165738.255000', '165738.257000', '165738.260000', '165738.262000', '165738.265000', '165738.267000', '165738.270000', '165738.272000', '165738.275000', '165738.277000', '165738.280000', '165738.283000', '165738.285000', '165738.288000', '165738.290000', '165738.293000', '165738.296000', '165738.298000', '165738.301000', '165738.303000', '165738.306000', '165738.308000', '165738.311000', '165738.314000', '165738.316000', '165738.319000', '165738.321000', '165758.210000', '165758.213000', '165758.216000', '165758.219000', '165758.221000', '165758.224000', '165758.226000', '165758.229000', '165758.232000', '165758.234000', '165758.237000', '165758.240000', '165758.242000', '165758.245000', '165758.247000', '165758.250000', '165758.253000', '165758.255000', '165758.258000', '165758.261000', '165758.263000', '165758.266000', '165758.268000', '165758.271000', '165758.273000', '165758.276000', '165758.279000', '165758.281000', '165758.284000', '165758.287000', '165758.289000', '165758.292000', '165758.294000', '165758.297000', '165758.300000', '165758.302000', '165758.305000', '165758.307000', '165758.310000', '165758.313000', '165758.315000', '165758.318000', '165758.320000', '165818.210000', '165818.213000', '165818.216000', '165818.219000', '165818.221000', '165818.224000', '165818.226000', '165818.229000', '165818.232000', '165818.234000', '165818.237000', '165818.240000', '165818.242000', '165818.245000', '165818.248000', '165818.250000', '165818.253000', '165818.255000', '165818.258000', '165818.261000', '165818.263000', '165818.266000', '165818.268000', '165818.271000', '165818.273000', '165818.276000', '165818.279000', '165818.281000', '165818.284000', '165818.287000', '165818.289000', '165818.292000', '165818.295000', '165818.297000', '165818.300000', '165818.302000', '165818.305000', '165818.308000', '165818.311000', '165818.313000', '165818.316000', '165818.319000', '165818.321000', '165818.324000', '165838.211000', '165838.214000', '165838.216000', '165838.219000', '165838.222000', '165838.224000', '165838.227000', '165838.229000', '165838.232000', '165838.234000', '165838.237000', '165838.240000', '165838.242000', '165838.245000', '165838.247000', '165838.250000', '165838.253000', '165838.255000', '165838.258000', '165838.260000', '165838.263000', '165838.266000', '165838.268000', '165838.271000', '165838.273000', '165838.276000', '165838.278000', '165838.289000', '165838.291000', '165838.294000', '165838.296000', '165838.299000', '165838.301000', '165838.304000', '165838.306000', '165838.309000', '165838.312000', '165838.314000', '165838.317000', '165838.319000', '165838.322000', '165838.324000', '165838.327000', '165858.210000', '165858.214000', '165858.217000', '165858.220000', '165858.222000', '165858.225000', '165858.227000', '165858.230000', '165858.233000', '165858.235000', '165858.238000', '165858.241000', '165858.243000', '165858.246000', '165858.249000', '165858.253000', '165858.256000', '165858.258000', '165858.261000', '165858.263000', '165858.266000', '165858.269000', '165858.271000', '165858.274000', '165858.276000', '165858.279000', '165858.282000', '165858.284000', '165858.287000', '165858.290000', '165858.292000', '165858.295000', '165858.297000', '165858.300000', '165858.303000', '165858.305000', '165858.308000', '165858.310000', '165858.313000', '165858.316000', '165858.318000', '165858.321000', '165858.323000', '165918.211000', '165918.213000', '165918.216000', '165918.219000', '165918.221000', '165918.224000', '165918.226000', '165918.229000', '165918.231000', '165918.234000', '165918.237000', '165918.239000', '165918.242000', '165918.245000', '165918.247000', '165918.250000', '165918.252000', '165918.255000', '165918.258000', '165918.260000', '165918.263000', '165918.265000', '165918.268000', '165918.270000', '165918.273000', '165918.275000', '165918.278000', '165918.281000', '165918.283000', '165918.286000', '165918.288000', '165918.291000', '165918.294000', '165918.296000', '165918.299000', '165918.301000', '165918.304000', '165918.306000', '165918.309000', '165918.311000', '165918.314000', '165918.317000', '165918.319000', '165918.322000', '165938.210000', '165938.212000', '165938.215000', '165938.217000', '165938.220000', '165938.223000', '165938.225000', '165938.228000', '165938.231000', '165938.233000', '165938.236000', '165938.238000', '165938.241000', '165938.244000', '165938.246000', '165938.249000', '165938.251000', '165938.254000', '165938.257000', '165938.259000', '165938.262000', '165938.264000', '165938.267000', '165938.269000', '165938.272000', '165938.275000', '165938.277000', '165938.280000', '165938.282000', '165938.285000', '165938.288000', '165938.290000', '165938.293000', '165938.295000', '165938.298000', '165938.300000', '165938.303000', '165938.306000', '165938.308000', '165938.311000', '165938.313000', '165938.316000', '165938.319000', '165938.321000', '165958.210000', '165958.213000', '165958.216000', '165958.219000', '165958.221000', '165958.224000', '165958.226000', '165958.229000', '165958.232000', '165958.234000', '165958.237000', '165958.239000', '165958.242000', '165958.245000', '165958.247000', '165958.250000', '165958.252000', '165958.255000', '165958.257000', '165958.260000', '165958.262000', '165958.265000', '165958.268000', '165958.270000', '165958.273000', '165958.275000', '165958.278000', '165958.280000', '165958.283000', '165958.286000', '165958.288000', '165958.291000', '165958.293000', '165958.296000', '165958.298000', '165958.301000', '165958.304000', '165958.306000', '165958.319000', '165958.321000', '165958.324000', '165958.326000', '165958.329000', '165958.882000', '165958.907000'], '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': [8992, 14135, 12357, 9135, 13636, 9030, 16489, 12846, 9582, 11848, 9170, 15431, 10015, 11564, 12619, 8985, 12777, 8906, 15683, 9568, 10640, 11218, 9666, 13128, 9372, 15248, 9970, 9224, 12657, 8918, 13028, 12718, 9133, 13703, 9493, 15529, 9147, 16482, 10404, 13810, 9961, 11751, 11543, 9355, 12410, 9579, 15296, 9482, 9843, 13041, 9352, 12498, 12154, 9935, 14304, 9409, 16007, 13047, 9387, 13703, 8989, 10387, 11074, 9528, 15638, 10570, 11148, 11925, 9449, 15934, 9177, 11961, 11481, 9282, 11696, 9615, 14251, 9926, 9899, 11601, 9222, 13363, 9466, 16058, 9553, 9546, 9716, 9608, 13079, 9551, 15807, 10991, 9277, 12774, 9794, 9922, 12858, 9305, 12870, 12403, 9604, 13123, 9588, 16423, 9078, 12211, 10414, 9071, 12085, 9516, 15805, 9721, 11548, 12128, 9287, 13676, 9010, 16468, 9718, 10918, 10415, 9355, 15253, 9731, 11894, 11331, 9213, 12691, 9153, 15944, 8996, 10341, 9728, 9101, 15468, 9898, 10509, 11551, 9481, 14079, 9226, 16880, 9534, 11089, 10155, 9396, 12953, 9164, 12833, 9825, 10511, 10727, 9194, 14730, 9331, 11385, 12001, 9310, 15062, 9199, 16082, 9036, 13333, 12917, 9605, 12743, 9475, 13517, 9191, 10943, 10112, 9606, 13337, 9180, 11141, 11800, 9276, 15714, 9560, 11661, 11805, 9381, 14595, 9245, 11840, 11092, 9345, 13473, 9138, 11013, 11535, 9378, 13868, 10555, 10074, 12304, 9436, 11341, 9101, 8963, 13370, 10705, 8763, 11789, 10309, 9428, 9487, 11283, 9167, 12173, 11461, 10240, 9451, 11944, 10113, 9445, 15133, 9936, 17385, 14981, 14413, 13760, 9750, 15005, 10902, 9687, 11089, 9408, 14737, 8767, 12555, 9980, 9106, 12690, 9014, 10677, 10094, 8990, 14549, 9082, 16573, 10655, 12737, 8258, 11675, 8530, 10685, 9003, 8662, 9566, 8695, 10943, 8731, 13019, 8730, 14540, 9242, 14197, 9322, 13018, 9931, 11812, 9970, 9693, 9468, 9106, 9677, 8657, 10740, 8836, 12625, 8770, 13883, 8627, 13394, 8886, 12983, 8571, 12188, 9772, 10953, 10497, 9700, 11158, 9176, 13250, 8857, 14809, 8653, 13956, 9027, 12863, 10957, 11739, 10736, 9242, 9874, 9010, 11489, 8934, 13334, 8817, 12650, 9260, 11824, 11354, 9028, 11820, 8981, 14317, 8955, 15600, 8831, 14897, 10050, 11904, 9678, 11023, 10209, 9126, 10544, 8797, 13355, 9005, 13851, 9082, 14358, 10261, 13619, 9649, 12155, 10005, 10409, 9817, 9830, 10677, 9101, 12010, 9370, 12883, 9315, 13443, 9155, 12012, 11064, 10426, 10845, 9033, 12423, 9483, 13676, 9101, 12665, 10950, 9308, 11692, 9216, 13700, 9137, 15304, 9418, 14882, 9439, 14211, 9113, 12502, 10590, 9552, 10624, 9155, 13511, 9252, 11812, 11371, 10695, 11034, 9067, 13618, 9390, 15291, 9226, 15264, 12152, 11649, 11620, 9356, 11346, 9297, 14260, 9355, 15342, 9216, 15153, 11291, 12145, 11259, 9607, 11523, 9291, 12905, 9584, 14198, 10154, 10608, 9974, 9377, 14353, 9228, 12237, 12248, 9132, 12405, 9746, 14946, 9611, 12102, 12060, 10039, 11225, 9275, 12318, 9568, 12834, 9214, 10415, 9933, 9476, 14347, 9760, 16030, 11662, 11053, 11729, 9775, 12024, 9311, 14402, 9248, 13070, 10278, 11255, 11365, 9385, 13389, 9297, 15344, 10542, 12310, 12313, 9812, 12043, 9221, 13173, 9434, 14960, 9449, 10955, 11346, 9410, 11680, 9295, 15444, 9080, 13263, 12383, 10407, 13015, 9879, 16058, 9020, 16135, 8755, 12292, 9983, 9001, 11019, 9340, 13430, 9214, 10697, 11274, 9442, 13459, 9223, 13363, 12051, 10164, 11609, 9140, 13921, 9218, 15723, 11884, 9510, 12141, 8862, 15149, 9144, 15604, 10695, 11464, 11494, 9615, 12007, 9040, 14462, 8872, 13862, 10238, 11019, 11197, 9167, 14196, 10597, 11606, 12299, 10458, 12190, 9279, 14518, 8917, 12411, 10851, 10971, 11362, 9487, 13912, 8928, 14671, 12501, 9659, 13193, 9127, 15465, 9957, 15201, 13008, 9710, 12487, 9223, 15075, 9125, 12214, 12140, 9808, 12390, 9204, 15144, 9893, 11146, 11098, 9113, 13476, 9343, 15082, 12050, 10748, 11511, 9147, 14679, 8984, 13717, 11716, 11686, 12489, 9276, 13914, 8967, 15528, 10541, 16209, 13398, 11790, 11865, 9766, 10840, 9122, 12081, 9104, 9467, 11743, 9007, 15214, 11842, 11158, 11296, 9003, 12942, 9019, 14972, 11263, 12195, 12300, 9725, 12485, 9062, 12471, 11255, 9469, 13078, 9123, 16067, 12509, 10102, 12733, 9032, 15576, 9560, 14465, 10865, 10563, 11209, 9185, 15647, 9650, 12398, 11858, 9535, 12736, 9157, 13243, 11232, 9395, 13614, 9276, 15832, 12444, 9337, 13270, 8771, 13156, 12715, 9363, 13257, 9070, 15534, 12718, 11374, 12030, 9252, 13955, 9127, 13332, 9862, 9302, 9319, 13089, 11456, 11289, 13551, 9460, 13750, 9130, 15957, 9370, 12571, 10629, 10249, 11527, 9033, 13416, 8728, 13176, 10528, 11078, 11922, 9643, 14398, 8879, 14307, 10808, 12581, 13352, 9426, 13286, 8884, 13489, 10826, 10209, 14772, 12100, 11922, 12626, 9580, 14876, 9464, 12747, 12968, 10295, 12597, 8795, 15089, 10285, 11438, 12487, 8772, 15812, 11099, 12688, 13275, 9795, 13702, 8608, 14777, 9784, 11366, 11876, 8909, 14733, 9351, 12194, 11987, 9076, 14812, 10462, 10773, 13054, 8746, 14569, 12440, 10289, 11738, 8948, 12623, 9908, 8664, 9051, 14943, 12718, 9151, 13254, 8877, 14858, 8495, 14957, 8272, 13412, 10644, 9473, 13514, 8512, 13438, 12190, 9434, 14255, 9598, 12882, 12538, 9894, 13486, 9029, 15210, 8400, 12951, 12682, 9373, 13433, 9095, 14806, 8137, 15270, 12647, 11156, 11855, 9425, 13213, 8276, 15674, 9511, 13062, 11819, 10787, 12643, 8350, 15000, 8955, 12785, 12152, 9123, 14299, 8054, 14527, 10306, 12157, 12745, 9483, 11416, 9781, 13401, 8351, 13113, 11517, 9663, 13705, 9130, 14563, 12438, 12000, 12585, 9161, 15748, 8319, 15106, 10471, 13307, 13295, 10418, 12092, 9246, 14167, 8302, 15192, 12228, 9466, 13058, 8646, 15409, 11778, 11886, 11405, 9540, 14124, 9767, 12187, 12165, 8807, 15647, 11706, 13119, 13220, 9762, 14104, 8233, 15444, 10951, 12196, 12178, 9448, 12160, 8849, 14124, 9331, 12638, 11124, 9465, 13325, 8204, 14980, 12597, 9241, 13839, 8754, 13465, 12595, 9459, 14534, 11339, 11384, 13708, 8538, 12581, 10810, 9156, 14568, 11430, 9875, 13712, 9848, 8847, 14144, 11074, 8746], 'WindowCenter': [4394.0, 4428.0, 4405.0, 4351.0, 4401.0, 4350.0, 4417.0, 4387.0, 4345.0, 4376.0, 4346.0, 4405.0, 4357.0, 4366.0, 4377.0, 4336.0, 4385.0, 4336.0, 4405.0, 4346.0, 4356.0, 4366.0, 4346.0, 4396.0, 4349.0, 4406.0, 4357.0, 4348.0, 4399.0, 4361.0, 4400.0, 4400.0, 4359.0, 4410.0, 4359.0, 4418.0, 4348.0, 4417.0, 4357.0, 4396.0, 4357.0, 4376.0, 4376.0, 4346.0, 4386.0, 4358.0, 4407.0, 4357.0, 4367.0, 4399.0, 4360.0, 4390.0, 4389.0, 4359.0, 4409.0, 4350.0, 4417.0, 4388.0, 4347.0, 4399.0, 4349.0, 4368.0, 4378.0, 4360.0, 4418.0, 4369.0, 4379.0, 4377.0, 4358.0, 4418.0, 4348.0, 4376.0, 4378.0, 4348.0, 4387.0, 4359.0, 4407.0, 4358.0, 4359.0, 4377.0, 4358.0, 4397.0, 4357.0, 4416.0, 4347.0, 4346.0, 4358.0, 4357.0, 4397.0, 4359.0, 4416.0, 4378.0, 4358.0, 4399.0, 4371.0, 4371.0, 4401.0, 4361.0, 4401.0, 4401.0, 4359.0, 4399.0, 4359.0, 4419.0, 4349.0, 4388.0, 4369.0, 4347.0, 4387.0, 4358.0, 4417.0, 4358.0, 4377.0, 4389.0, 4347.0, 4398.0, 4347.0, 4417.0, 4357.0, 4367.0, 4366.0, 4348.0, 4417.0, 4359.0, 4377.0, 4377.0, 4346.0, 4386.0, 4346.0, 4416.0, 4346.0, 4357.0, 4357.0, 4348.0, 4418.0, 4371.0, 4369.0, 4377.0, 4357.0, 4408.0, 4359.0, 4428.0, 4357.0, 4367.0, 4356.0, 4349.0, 4386.0, 4347.0, 4386.0, 4357.0, 4366.0, 4378.0, 4358.0, 4408.0, 4360.0, 4378.0, 4389.0, 4358.0, 4418.0, 4359.0, 4418.0, 4348.0, 4397.0, 4387.0, 4346.0, 4386.0, 4346.0, 4395.0, 4348.0, 4366.0, 4367.0, 4359.0, 4409.0, 4359.0, 4391.0, 4399.0, 4359.0, 4429.0, 4360.0, 4378.0, 4388.0, 4358.0, 4408.0, 4359.0, 4387.0, 4377.0, 4349.0, 4397.0, 4359.0, 4379.0, 4379.0, 4359.0, 4408.0, 4379.0, 4369.0, 4399.0, 4361.0, 4379.0, 4359.0, 4361.0, 4410.0, 4381.0, 4350.0, 4401.0, 4395.0, 4387.0, 4384.0, 4403.0, 4384.0, 4412.0, 4403.0, 4397.0, 4387.0, 4416.0, 4397.0, 4386.0, 4444.0, 4383.0, 4444.0, 4423.0, 4411.0, 4400.0, 4358.0, 4407.0, 4367.0, 4346.0, 4368.0, 4348.0, 4406.0, 4336.0, 4386.0, 4356.0, 4347.0, 4386.0, 4347.0, 4367.0, 4358.0, 4337.0, 4407.0, 4337.0, 4405.0, 4357.0, 4373.0, 4323.0, 4363.0, 4325.0, 4343.0, 4334.0, 4322.0, 4334.0, 4324.0, 4354.0, 4323.0, 4372.0, 4323.0, 4384.0, 4336.0, 4383.0, 4345.0, 4374.0, 4347.0, 4365.0, 4344.0, 4333.0, 4334.0, 4334.0, 4334.0, 4324.0, 4353.0, 4334.0, 4373.0, 4324.0, 4385.0, 4325.0, 4372.0, 4334.0, 4373.0, 4335.0, 4375.0, 4357.0, 4366.0, 4367.0, 4347.0, 4366.0, 4346.0, 4386.0, 4336.0, 4406.0, 4337.0, 4396.0, 4337.0, 4374.0, 4365.0, 4363.0, 4365.0, 4334.0, 4355.0, 4336.0, 4375.0, 4336.0, 4396.0, 4347.0, 4385.0, 4348.0, 4377.0, 4378.0, 4348.0, 4388.0, 4348.0, 4406.0, 4347.0, 4406.0, 4337.0, 4396.0, 4357.0, 4375.0, 4346.0, 4366.0, 4356.0, 4345.0, 4366.0, 4337.0, 4396.0, 4347.0, 4395.0, 4347.0, 4396.0, 4369.0, 4395.0, 4357.0, 4375.0, 4357.0, 4367.0, 4357.0, 4356.0, 4366.0, 4347.0, 4386.0, 4348.0, 4387.0, 4358.0, 4397.0, 4359.0, 4388.0, 4379.0, 4368.0, 4379.0, 4348.0, 4398.0, 4360.0, 4409.0, 4360.0, 4399.0, 4380.0, 4360.0, 4390.0, 4358.0, 4409.0, 4359.0, 4419.0, 4359.0, 4408.0, 4358.0, 4405.0, 4349.0, 4386.0, 4368.0, 4358.0, 4378.0, 4360.0, 4408.0, 4360.0, 4388.0, 4390.0, 4380.0, 4380.0, 4350.0, 4409.0, 4360.0, 4419.0, 4360.0, 4418.0, 4390.0, 4379.0, 4378.0, 4348.0, 4367.0, 4347.0, 4406.0, 4347.0, 4407.0, 4348.0, 4404.0, 4377.0, 4374.0, 4366.0, 4346.0, 4376.0, 4346.0, 4386.0, 4357.0, 4406.0, 4368.0, 4366.0, 4357.0, 4358.0, 4408.0, 4360.0, 4389.0, 4389.0, 4348.0, 4398.0, 4360.0, 4419.0, 4360.0, 4388.0, 4389.0, 4358.0, 4378.0, 4348.0, 4387.0, 4357.0, 4387.0, 4358.0, 4379.0, 4369.0, 4370.0, 4419.0, 4371.0, 4429.0, 4391.0, 4380.0, 4390.0, 4369.0, 4388.0, 4359.0, 4408.0, 4361.0, 4398.0, 4369.0, 4378.0, 4389.0, 4361.0, 4409.0, 4360.0, 4418.0, 4380.0, 4388.0, 4390.0, 4370.0, 4389.0, 4359.0, 4398.0, 4359.0, 4418.0, 4361.0, 4380.0, 4379.0, 4348.0, 4388.0, 4348.0, 4418.0, 4349.0, 4397.0, 4389.0, 4367.0, 4398.0, 4358.0, 4417.0, 4348.0, 4418.0, 4337.0, 4377.0, 4357.0, 4346.0, 4367.0, 4347.0, 4396.0, 4358.0, 4368.0, 4378.0, 4359.0, 4398.0, 4360.0, 4398.0, 4390.0, 4369.0, 4389.0, 4359.0, 4408.0, 4360.0, 4420.0, 4390.0, 4359.0, 4388.0, 4349.0, 4408.0, 4358.0, 4417.0, 4369.0, 4378.0, 4379.0, 4358.0, 4388.0, 4348.0, 4407.0, 4349.0, 4398.0, 4368.0, 4368.0, 4378.0, 4359.0, 4410.0, 4381.0, 4389.0, 4400.0, 4369.0, 4389.0, 4359.0, 4410.0, 4350.0, 4388.0, 4380.0, 4379.0, 4389.0, 4360.0, 4410.0, 4360.0, 4408.0, 4400.0, 4370.0, 4410.0, 4361.0, 4419.0, 4371.0, 4420.0, 4401.0, 4359.0, 4388.0, 4349.0, 4408.0, 4359.0, 4388.0, 4389.0, 4358.0, 4388.0, 4358.0, 4408.0, 4359.0, 4379.0, 4378.0, 4349.0, 4398.0, 4359.0, 4408.0, 4390.0, 4368.0, 4378.0, 4348.0, 4409.0, 4349.0, 4397.0, 4390.0, 4377.0, 4388.0, 4348.0, 4397.0, 4348.0, 4407.0, 4368.0, 4418.0, 4399.0, 4378.0, 4378.0, 4358.0, 4367.0, 4348.0, 4387.0, 4349.0, 4360.0, 4389.0, 4361.0, 4419.0, 4391.0, 4381.0, 4379.0, 4351.0, 4399.0, 4350.0, 4418.0, 4381.0, 4387.0, 4389.0, 4357.0, 4388.0, 4349.0, 4388.0, 4390.0, 4360.0, 4409.0, 4361.0, 4430.0, 4401.0, 4370.0, 4400.0, 4349.0, 4419.0, 4359.0, 4408.0, 4379.0, 4368.0, 4379.0, 4358.0, 4418.0, 4360.0, 4388.0, 4389.0, 4359.0, 4399.0, 4359.0, 4399.0, 4380.0, 4360.0, 4411.0, 4361.0, 4430.0, 4400.0, 4360.0, 4400.0, 4350.0, 4398.0, 4400.0, 4360.0, 4400.0, 4350.0, 4419.0, 4400.0, 4379.0, 4389.0, 4349.0, 4408.0, 4360.0, 4397.0, 4358.0, 4359.0, 4361.0, 4412.0, 4405.0, 4405.0, 4424.0, 4373.0, 4410.0, 4359.0, 4418.0, 4360.0, 4389.0, 4368.0, 4357.0, 4378.0, 4347.0, 4397.0, 4349.0, 4397.0, 4369.0, 4378.0, 4389.0, 4359.0, 4409.0, 4350.0, 4408.0, 4380.0, 4389.0, 4411.0, 4360.0, 4409.0, 4361.0, 4408.0, 4391.0, 4382.0, 4423.0, 4403.0, 4403.0, 4412.0, 4374.0, 4433.0, 4374.0, 4400.0, 4400.0, 4369.0, 4399.0, 4350.0, 4408.0, 4370.0, 4378.0, 4399.0, 4349.0, 4419.0, 4380.0, 4387.0, 4399.0, 4357.0, 4398.0, 4338.0, 4408.0, 4358.0, 4377.0, 4386.0, 4349.0, 4408.0, 4359.0, 4388.0, 4388.0, 4349.0, 4408.0, 4369.0, 4368.0, 4398.0, 4339.0, 4408.0, 4390.0, 4359.0, 4390.0, 4351.0, 4389.0, 4369.0, 4351.0, 4373.0, 4434.0, 4413.0, 4362.0, 4411.0, 4352.0, 4419.0, 4350.0, 4409.0, 4341.0, 4397.0, 4369.0, 4359.0, 4410.0, 4351.0, 4409.0, 4400.0, 4359.0, 4421.0, 4373.0, 4401.0, 4402.0, 4370.0, 4411.0, 4361.0, 4419.0, 4340.0, 4398.0, 4400.0, 4359.0, 4410.0, 4350.0, 4419.0, 4340.0, 4408.0, 4400.0, 4379.0, 4389.0, 4348.0, 4398.0, 4338.0, 4418.0, 4359.0, 4387.0, 4388.0, 4367.0, 4387.0, 4338.0, 4408.0, 4349.0, 4387.0, 4388.0, 4348.0, 4408.0, 4330.0, 4407.0, 4369.0, 4377.0, 4389.0, 4358.0, 4378.0, 4358.0, 4398.0, 4340.0, 4399.0, 4390.0, 4370.0, 4410.0, 4361.0, 4420.0, 4401.0, 4401.0, 4400.0, 4360.0, 4420.0, 4340.0, 4407.0, 4370.0, 4397.0, 4399.0, 4368.0, 4388.0, 4348.0, 4407.0, 4339.0, 4407.0, 4388.0, 4358.0, 4399.0, 4350.0, 4418.0, 4390.0, 4388.0, 4378.0, 4359.0, 4408.0, 4370.0, 4388.0, 4389.0, 4350.0, 4419.0, 4391.0, 4399.0, 4400.0, 4359.0, 4408.0, 4339.0, 4407.0, 4369.0, 4376.0, 4388.0, 4347.0, 4376.0, 4338.0, 4396.0, 4348.0, 4387.0, 4378.0, 4358.0, 4398.0, 4340.0, 4418.0, 4390.0, 4360.0, 4409.0, 4350.0, 4409.0, 4399.0, 4370.0, 4409.0, 4380.0, 4390.0, 4410.0, 4351.0, 4400.0, 4380.0, 4361.0, 4419.0, 4391.0, 4382.0, 4421.0, 4384.0, 4374.0, 4434.0, 4403.0, 4374.0], 'WindowWidth': [9704.0, 9732.0, 9694.0, 9613.0, 9676.0, 9606.0, 9692.0, 9651.0, 9591.0, 9632.0, 9592.0, 9671.0, 9610.0, 9618.0, 9634.0, 9578.0, 9643.0, 9581.0, 9669.0, 9594.0, 9605.0, 9619.0, 9594.0, 9662.0, 9603.0, 9674.0, 9611.0, 9601.0, 9670.0, 9624.0, 9673.0, 9675.0, 9618.0, 9688.0, 9615.0, 9693.0, 9601.0, 9692.0, 9611.0, 9659.0, 9610.0, 9633.0, 9634.0, 9593.0, 9649.0, 9614.0, 9676.0, 9612.0, 9627.0, 9671.0, 9622.0, 9659.0, 9657.0, 9616.0, 9684.0, 9607.0, 9693.0, 9655.0, 9598.0, 9670.0, 9604.0, 9628.0, 9642.0, 9620.0, 9695.0, 9630.0, 9641.0, 9637.0, 9612.0, 9695.0, 9601.0, 9636.0, 9641.0, 9600.0, 9652.0, 9617.0, 9679.0, 9614.0, 9614.0, 9639.0, 9615.0, 9665.0, 9612.0, 9690.0, 9598.0, 9596.0, 9614.0, 9612.0, 9664.0, 9618.0, 9690.0, 9642.0, 9613.0, 9672.0, 9638.0, 9637.0, 9676.0, 9627.0, 9677.0, 9678.0, 9621.0, 9674.0, 9617.0, 9698.0, 9603.0, 9653.0, 9629.0, 9598.0, 9652.0, 9613.0, 9693.0, 9616.0, 9638.0, 9657.0, 9597.0, 9667.0, 9596.0, 9692.0, 9612.0, 9624.0, 9623.0, 9602.0, 9693.0, 9617.0, 9637.0, 9637.0, 9596.0, 9649.0, 9596.0, 9688.0, 9595.0, 9608.0, 9611.0, 9602.0, 9694.0, 9635.0, 9631.0, 9640.0, 9612.0, 9680.0, 9617.0, 9708.0, 9613.0, 9625.0, 9609.0, 9603.0, 9649.0, 9600.0, 9649.0, 9613.0, 9623.0, 9641.0, 9614.0, 9682.0, 9621.0, 9641.0, 9659.0, 9615.0, 9696.0, 9617.0, 9696.0, 9602.0, 9665.0, 9652.0, 9594.0, 9647.0, 9595.0, 9660.0, 9601.0, 9624.0, 9627.0, 9619.0, 9686.0, 9620.0, 9665.0, 9673.0, 9620.0, 9714.0, 9623.0, 9642.0, 9656.0, 9616.0, 9681.0, 9618.0, 9653.0, 9640.0, 9603.0, 9667.0, 9619.0, 9644.0, 9644.0, 9618.0, 9682.0, 9648.0, 9633.0, 9673.0, 9624.0, 9645.0, 9621.0, 9624.0, 9689.0, 9653.0, 9608.0, 9680.0, 9680.0, 9676.0, 9666.0, 9688.0, 9665.0, 9699.0, 9687.0, 9685.0, 9672.0, 9709.0, 9688.0, 9669.0, 9747.0, 9660.0, 9746.0, 9715.0, 9694.0, 9676.0, 9616.0, 9681.0, 9627.0, 9594.0, 9625.0, 9599.0, 9675.0, 9580.0, 9648.0, 9610.0, 9598.0, 9648.0, 9597.0, 9623.0, 9613.0, 9584.0, 9678.0, 9582.0, 9674.0, 9610.0, 9624.0, 9559.0, 9610.0, 9562.0, 9583.0, 9573.0, 9555.0, 9571.0, 9560.0, 9598.0, 9555.0, 9619.0, 9558.0, 9638.0, 9579.0, 9637.0, 9592.0, 9625.0, 9593.0, 9614.0, 9585.0, 9569.0, 9573.0, 9572.0, 9570.0, 9558.0, 9595.0, 9572.0, 9624.0, 9560.0, 9640.0, 9562.0, 9621.0, 9573.0, 9624.0, 9577.0, 9628.0, 9610.0, 9621.0, 9623.0, 9597.0, 9621.0, 9593.0, 9647.0, 9579.0, 9675.0, 9585.0, 9660.0, 9583.0, 9626.0, 9618.0, 9612.0, 9617.0, 9574.0, 9603.0, 9579.0, 9630.0, 9582.0, 9660.0, 9598.0, 9646.0, 9600.0, 9639.0, 9642.0, 9600.0, 9654.0, 9600.0, 9676.0, 9597.0, 9674.0, 9584.0, 9660.0, 9611.0, 9631.0, 9596.0, 9621.0, 9609.0, 9592.0, 9621.0, 9584.0, 9660.0, 9596.0, 9659.0, 9597.0, 9660.0, 9628.0, 9659.0, 9611.0, 9632.0, 9612.0, 9624.0, 9612.0, 9608.0, 9623.0, 9597.0, 9649.0, 9601.0, 9651.0, 9616.0, 9664.0, 9619.0, 9655.0, 9645.0, 9629.0, 9643.0, 9603.0, 9668.0, 9621.0, 9685.0, 9622.0, 9672.0, 9650.0, 9622.0, 9662.0, 9618.0, 9686.0, 9618.0, 9698.0, 9616.0, 9680.0, 9615.0, 9674.0, 9604.0, 9650.0, 9629.0, 9616.0, 9643.0, 9623.0, 9683.0, 9623.0, 9657.0, 9662.0, 9646.0, 9647.0, 9607.0, 9687.0, 9623.0, 9698.0, 9622.0, 9695.0, 9660.0, 9643.0, 9641.0, 9598.0, 9624.0, 9597.0, 9675.0, 9598.0, 9678.0, 9599.0, 9669.0, 9637.0, 9628.0, 9621.0, 9594.0, 9633.0, 9596.0, 9648.0, 9611.0, 9677.0, 9628.0, 9622.0, 9613.0, 9615.0, 9682.0, 9621.0, 9658.0, 9658.0, 9601.0, 9669.0, 9621.0, 9697.0, 9620.0, 9654.0, 9657.0, 9613.0, 9642.0, 9601.0, 9650.0, 9613.0, 9650.0, 9616.0, 9645.0, 9633.0, 9635.0, 9700.0, 9639.0, 9714.0, 9665.0, 9648.0, 9660.0, 9631.0, 9656.0, 9617.0, 9682.0, 9624.0, 9667.0, 9632.0, 9640.0, 9659.0, 9623.0, 9686.0, 9623.0, 9696.0, 9648.0, 9655.0, 9661.0, 9635.0, 9658.0, 9618.0, 9669.0, 9619.0, 9695.0, 9622.0, 9645.0, 9645.0, 9600.0, 9654.0, 9601.0, 9694.0, 9604.0, 9665.0, 9656.0, 9625.0, 9666.0, 9613.0, 9692.0, 9600.0, 9693.0, 9585.0, 9635.0, 9611.0, 9595.0, 9624.0, 9599.0, 9663.0, 9617.0, 9627.0, 9643.0, 9616.0, 9667.0, 9620.0, 9667.0, 9660.0, 9632.0, 9658.0, 9617.0, 9682.0, 9621.0, 9700.0, 9662.0, 9619.0, 9655.0, 9604.0, 9680.0, 9616.0, 9693.0, 9631.0, 9639.0, 9643.0, 9613.0, 9653.0, 9600.0, 9679.0, 9602.0, 9665.0, 9628.0, 9626.0, 9640.0, 9619.0, 9688.0, 9650.0, 9658.0, 9675.0, 9630.0, 9658.0, 9617.0, 9685.0, 9607.0, 9653.0, 9646.0, 9643.0, 9658.0, 9622.0, 9686.0, 9620.0, 9682.0, 9675.0, 9634.0, 9687.0, 9623.0, 9698.0, 9637.0, 9701.0, 9677.0, 9617.0, 9654.0, 9603.0, 9680.0, 9618.0, 9654.0, 9655.0, 9613.0, 9653.0, 9616.0, 9680.0, 9618.0, 9643.0, 9641.0, 9602.0, 9668.0, 9618.0, 9682.0, 9661.0, 9626.0, 9640.0, 9600.0, 9682.0, 9605.0, 9666.0, 9658.0, 9637.0, 9654.0, 9599.0, 9666.0, 9599.0, 9677.0, 9627.0, 9694.0, 9670.0, 9640.0, 9641.0, 9614.0, 9624.0, 9602.0, 9652.0, 9605.0, 9620.0, 9658.0, 9624.0, 9699.0, 9665.0, 9649.0, 9646.0, 9608.0, 9669.0, 9607.0, 9696.0, 9650.0, 9653.0, 9656.0, 9610.0, 9652.0, 9604.0, 9655.0, 9661.0, 9620.0, 9686.0, 9623.0, 9714.0, 9677.0, 9632.0, 9673.0, 9604.0, 9697.0, 9617.0, 9682.0, 9643.0, 9626.0, 9645.0, 9616.0, 9696.0, 9620.0, 9655.0, 9657.0, 9617.0, 9669.0, 9618.0, 9671.0, 9647.0, 9621.0, 9689.0, 9624.0, 9714.0, 9675.0, 9620.0, 9672.0, 9608.0, 9669.0, 9675.0, 9619.0, 9673.0, 9607.0, 9697.0, 9675.0, 9644.0, 9657.0, 9604.0, 9681.0, 9619.0, 9663.0, 9612.0, 9619.0, 9625.0, 9696.0, 9693.0, 9691.0, 9714.0, 9641.0, 9689.0, 9617.0, 9696.0, 9619.0, 9656.0, 9628.0, 9610.0, 9639.0, 9598.0, 9666.0, 9604.0, 9665.0, 9630.0, 9640.0, 9657.0, 9617.0, 9684.0, 9607.0, 9680.0, 9648.0, 9656.0, 9690.0, 9619.0, 9684.0, 9622.0, 9684.0, 9666.0, 9656.0, 9710.0, 9684.0, 9683.0, 9694.0, 9646.0, 9727.0, 9647.0, 9673.0, 9675.0, 9629.0, 9671.0, 9605.0, 9682.0, 9631.0, 9641.0, 9672.0, 9606.0, 9698.0, 9646.0, 9652.0, 9669.0, 9610.0, 9665.0, 9585.0, 9678.0, 9612.0, 9637.0, 9649.0, 9602.0, 9680.0, 9617.0, 9652.0, 9654.0, 9602.0, 9681.0, 9631.0, 9627.0, 9668.0, 9590.0, 9682.0, 9659.0, 9615.0, 9658.0, 9606.0, 9656.0, 9629.0, 9610.0, 9644.0, 9726.0, 9700.0, 9628.0, 9692.0, 9611.0, 9699.0, 9605.0, 9684.0, 9594.0, 9665.0, 9630.0, 9616.0, 9686.0, 9611.0, 9685.0, 9674.0, 9618.0, 9704.0, 9643.0, 9676.0, 9680.0, 9634.0, 9690.0, 9622.0, 9699.0, 9594.0, 9668.0, 9673.0, 9618.0, 9687.0, 9608.0, 9696.0, 9593.0, 9681.0, 9672.0, 9642.0, 9655.0, 9600.0, 9665.0, 9588.0, 9694.0, 9617.0, 9650.0, 9653.0, 9623.0, 9650.0, 9588.0, 9679.0, 9602.0, 9649.0, 9653.0, 9598.0, 9679.0, 9577.0, 9678.0, 9630.0, 9637.0, 9656.0, 9612.0, 9639.0, 9614.0, 9666.0, 9592.0, 9670.0, 9660.0, 9634.0, 9688.0, 9626.0, 9702.0, 9677.0, 9676.0, 9674.0, 9619.0, 9700.0, 9595.0, 9679.0, 9632.0, 9664.0, 9670.0, 9626.0, 9654.0, 9599.0, 9677.0, 9589.0, 9677.0, 9654.0, 9613.0, 9669.0, 9605.0, 9695.0, 9660.0, 9655.0, 9642.0, 9617.0, 9682.0, 9635.0, 9656.0, 9659.0, 9609.0, 9699.0, 9663.0, 9669.0, 9674.0, 9615.0, 9681.0, 9589.0, 9679.0, 9629.0, 9635.0, 9652.0, 9595.0, 9634.0, 9585.0, 9661.0, 9602.0, 9652.0, 9641.0, 9615.0, 9668.0, 9595.0, 9696.0, 9660.0, 9620.0, 9683.0, 9609.0, 9684.0, 9672.0, 9634.0, 9686.0, 9649.0, 9659.0, 9688.0, 9610.0, 9676.0, 9648.0, 9624.0, 9699.0, 9665.0, 9657.0, 9707.0, 9662.0, 9653.0, 9730.0, 9689.0, 9650.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.0004969770114942529</td></tr>
<tr><td colspan=3>aqi</td><td>0.017324890574712645</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.965491646973504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2438036216340624</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9886815022439582</td></tr>
<tr><td colspan=3>efc</td><td>0.4473</td></tr>
<tr><td colspan=3>fber</td><td>7328.7715</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06727176020256068</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4863759824535236</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4433800326543715</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.736436843849171</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.279311070857029</td></tr>
<tr><td colspan=3>gcor</td><td>0.00949074</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021739536896348</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02419845201075077</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>3.5107634215347505</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>32.8214</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0086</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.3304</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311754.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>921.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.3732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7215</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.397</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3619.0306</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4846.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1108.2974</td></tr>
<tr><td colspan=3>tsnr</td><td>44.45442559663206</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>