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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0034/ses-02/func/sub-0034_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8fe80fc37af58cc95df949edf2d92177</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:17:15.690000</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_VE11C_LATEST_20160120</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.999292, -0.0373187, 0.00479621, 0.036817, 0.996125, 0.0798767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_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.088525</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7784, -7227, 587, -86, -223, 67, 62]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.856</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a86c1059-1406-462e-88ff-16f68f72f552||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810271739959717, 0.09877731651067734, 0.020947979763150215, 106.22103118896484], [0.10012323409318924, 2.672529458999634, 0.215037539601326, -98.50517272949219], [0.012867875397205353, -0.21430328488349915, 2.6913416385650635, -61.857086181640625], [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, 839]</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], 'AcquisitionTime': ['161715.690000', '161716.150000', '161716.610000', '161717.070000', '161717.530000', '161717.990000', '161718.450000', '161718.910000', '161719.370000', '161719.830000', '161720.290000', '161720.750000', '161721.210000', '161721.670000', '161722.130000', '161722.590000', '161723.050000', '161723.510000', '161723.970000', '161724.430000', '161724.890000', '161725.350000', '161725.810000', '161726.270000', '161726.730000', '161727.190000', '161727.650000', '161728.110000', '161728.570000', '161729.030000', '161729.490000', '161729.950000', '161730.410000', '161730.870000', '161731.330000', '161731.790000', '161732.250000', '161732.710000', '161733.170000', '161733.630000', '161734.090000', '161734.550000', '161735.010000', '161735.470000', '161735.930000', '161736.390000', '161736.850000', '161737.310000', '161737.770000', '161738.230000', '161738.690000', '161739.150000', '161739.610000', '161740.070000', '161740.530000', '161740.990000', '161741.450000', '161741.910000', '161742.370000', '161742.830000', '161743.290000', '161743.750000', '161744.210000', '161744.670000', '161745.130000', '161745.590000', '161746.050000', '161746.510000', '161746.970000', '161747.430000', '161747.890000', '161748.350000', '161748.810000', '161749.270000', '161749.730000', '161750.190000', '161750.650000', '161751.110000', '161751.570000', '161752.030000', '161752.490000', '161752.950000', '161753.410000', '161753.870000', '161754.330000', '161754.790000', '161755.250000', '161755.710000', '161756.170000', '161756.630000', '161757.090000', '161757.550000', '161758.010000', '161758.470000', '161758.930000', '161759.390000', '161759.850000', '161800.310000', '161800.770000', '161801.230000', '161801.690000', '161802.150000', '161802.610000', '161803.070000', '161803.530000', '161803.990000', '161804.450000', '161804.910000', '161805.370000', '161805.830000', '161806.290000', '161806.750000', '161807.210000', '161807.670000', '161808.130000', '161808.590000', '161809.050000', '161809.510000', '161809.970000', '161810.430000', '161810.890000', '161811.350000', '161811.810000', '161812.270000', '161812.730000', '161813.190000', '161813.650000', '161814.110000', '161814.570000', '161815.030000', '161815.490000', '161815.950000', '161816.410000', '161816.870000', '161817.330000', '161817.790000', '161818.250000', '161818.710000', '161819.170000', '161819.630000', '161820.090000', '161820.550000', '161821.010000', '161821.470000', '161821.930000', '161822.390000', '161822.850000', '161823.310000', '161823.770000', '161824.230000', '161824.690000', '161825.150000', '161825.610000', '161826.070000', '161826.530000', '161826.990000', '161827.450000', '161827.910000', '161828.370000', '161828.830000', '161829.290000', '161829.750000', '161830.210000', '161830.670000', '161831.130000', '161831.590000', '161832.050000', '161832.510000', '161832.970000', '161833.430000', '161833.890000', '161834.350000', '161834.810000', '161835.270000', '161835.730000', '161836.190000', '161836.650000', '161837.110000', '161837.570000', '161838.030000', '161838.490000', '161838.950000', '161839.410000', '161839.870000', '161840.330000', '161840.790000', '161841.250000', '161841.710000', '161842.170000', '161842.630000', '161843.090000', '161843.550000', '161844.010000', '161844.470000', '161844.930000', '161845.390000', '161845.850000', '161846.310000', '161846.770000', '161847.230000', '161847.690000', '161848.150000', '161848.610000', '161849.070000', '161849.530000', '161849.990000', '161850.450000', '161850.910000', '161851.370000', '161851.830000', '161852.290000', '161852.750000', '161853.210000', '161853.670000', '161854.130000', '161854.590000', '161855.050000', '161855.510000', '161855.970000', '161856.430000', '161856.890000', '161857.350000', '161857.810000', '161858.270000', '161858.730000', '161859.190000', '161859.650000', '161900.110000', '161900.570000', '161901.030000', '161901.490000', '161901.950000', '161902.410000', '161902.870000', '161903.330000', '161903.790000', '161904.250000', '161904.710000', '161905.170000', '161905.630000', '161906.090000', '161906.550000', '161907.010000', '161907.470000', '161907.930000', '161908.390000', '161908.850000', '161909.310000', '161909.770000', '161910.230000', '161910.690000', '161911.150000', '161911.610000', '161912.070000', '161912.530000', '161912.990000', '161913.450000', '161913.910000', '161914.370000', '161914.830000', '161915.290000', '161915.750000', '161916.210000', '161916.670000', '161917.130000', '161917.590000', '161918.050000', '161918.510000', '161918.970000', '161919.430000', '161919.890000', '161920.350000', '161920.810000', '161921.270000', '161921.730000', '161922.190000', '161922.650000', '161923.110000', '161923.570000', '161924.030000', '161924.490000', '161924.950000', '161925.410000', '161925.870000', '161926.330000', '161926.790000', '161927.250000', '161927.710000', '161928.170000', '161928.630000', '161929.090000', '161929.550000', '161930.010000', '161930.470000', '161930.930000', '161931.390000', '161931.850000', '161932.310000', '161932.770000', '161933.230000', '161933.690000', '161934.150000', '161934.610000', '161935.070000', '161935.530000', '161935.990000', '161936.450000', '161936.910000', '161937.370000', '161937.830000', '161938.290000', '161938.750000', '161939.210000', '161939.670000', '161940.130000', '161940.590000', '161941.050000', '161941.510000', '161941.970000', '161942.430000', '161942.890000', '161943.350000', '161943.810000', '161944.270000', '161944.730000', '161945.190000', '161945.650000', '161946.110000', '161946.570000', '161947.030000', '161947.490000', '161947.950000', '161948.410000', '161948.870000', '161949.330000', '161949.790000', '161950.250000', '161950.710000', '161951.170000', '161951.630000', '161952.090000', '161952.550000', '161953.010000', '161953.470000', '161953.930000', '161954.390000', '161954.850000', '161955.310000', '161955.770000', '161956.230000', '161956.690000', '161957.150000', '161957.610000', '161958.070000', '161958.530000', '161958.990000', '161959.450000', '161959.910000', '162000.370000', '162000.830000', '162001.290000', '162001.750000', '162002.210000', '162002.670000', '162003.130000', '162003.590000', '162004.050000', '162004.510000', '162004.970000', '162005.430000', '162005.890000', '162006.350000', '162006.810000', '162007.270000', '162007.730000', '162008.190000', '162008.650000', '162009.110000', '162009.570000', '162010.030000', '162010.490000', '162010.950000', '162011.410000', '162011.870000', '162012.330000', '162012.790000', '162013.250000', '162013.710000', '162014.170000', '162014.630000', '162015.090000', '162015.550000', '162016.010000', '162016.470000', '162016.930000', '162017.390000', '162017.850000', '162018.310000', '162018.770000', '162019.230000', '162019.690000', '162020.150000', '162020.610000', '162021.070000', '162021.530000', '162021.990000', '162022.450000', '162022.910000', '162023.370000', '162023.830000', '162024.290000', '162024.750000', '162025.210000', '162025.670000', '162026.130000', '162026.590000', '162027.050000', '162027.510000', '162027.970000', '162028.430000', '162028.890000', '162029.350000', '162029.810000', '162030.270000', '162030.730000', '162031.190000', '162031.650000', '162032.110000', '162032.570000', '162033.030000', '162033.490000', '162033.950000', '162034.410000', '162034.870000', '162035.330000', '162035.790000', '162036.250000', '162036.710000', '162037.170000', '162037.630000', '162038.090000', '162038.550000', '162039.010000', '162039.470000', '162039.930000', '162040.390000', '162040.850000', '162041.310000', '162041.770000', '162042.230000', '162042.690000', '162043.150000', '162043.610000', '162044.070000', '162044.530000', '162044.990000', '162045.450000', '162045.910000', '162046.370000', '162046.830000', '162047.290000', '162047.750000', '162048.210000', '162048.670000', '162049.130000', '162049.590000', '162050.050000', '162050.510000', '162050.970000', '162051.430000', '162051.890000', '162052.350000', '162052.810000', '162053.270000', '162053.730000', '162054.190000', '162054.650000', '162055.110000', '162055.570000', '162056.030000', '162056.490000', '162056.950000', '162057.410000', '162057.870000', '162058.330000', '162058.790000', '162059.250000', '162059.710000', '162100.170000', '162100.630000', '162101.090000', '162101.550000', '162102.010000', '162102.470000', '162102.930000', '162103.390000', '162103.850000', '162104.310000', '162104.770000', '162105.230000', '162105.690000', '162106.150000', '162106.610000', '162107.070000', '162107.530000', '162107.990000', '162108.450000', '162108.910000', '162109.370000', '162109.830000', '162110.290000', '162110.750000', '162111.210000', '162111.670000', '162112.130000', '162112.590000', '162113.050000', '162113.510000', '162113.970000', '162114.430000', '162114.890000', '162115.350000', '162115.810000', '162116.270000', '162116.730000', '162117.190000', '162117.650000', '162118.110000', '162118.570000', '162119.030000', '162119.490000', '162119.950000', '162120.410000', '162120.870000', '162121.330000', '162121.790000', '162122.250000', '162122.710000', '162123.170000', '162123.630000', '162124.090000', '162124.550000', '162125.010000', '162125.470000', '162125.930000', '162126.390000', '162126.850000', '162127.310000', '162127.770000', '162128.230000', '162128.690000', '162129.150000', '162129.610000', '162130.070000', '162130.530000', '162130.990000', '162131.450000', '162131.910000', '162132.370000', '162132.830000', '162133.290000', '162133.750000', '162134.210000', '162134.670000', '162135.130000', '162135.590000', '162136.050000', '162136.510000', '162136.970000', '162137.430000', '162137.890000', '162138.350000', '162138.810000', '162139.270000', '162139.730000', '162140.190000', '162140.650000', '162141.110000', '162141.570000', '162142.030000', '162142.490000', '162142.950000', '162143.410000', '162143.870000', '162144.330000', '162144.790000', '162145.250000', '162145.710000', '162146.170000', '162146.630000', '162147.090000', '162147.550000', '162148.010000', '162148.470000', '162148.930000', '162149.390000', '162149.850000', '162150.310000', '162150.770000', '162151.230000', '162151.690000', '162152.150000', '162152.610000', '162153.070000', '162153.530000', '162153.990000', '162154.450000', '162154.910000', '162155.370000', '162155.830000', '162156.290000', '162156.750000', '162157.210000', '162157.670000', '162158.130000', '162158.590000', '162159.050000', '162159.510000', '162159.970000', '162200.430000', '162200.890000', '162201.350000', '162201.810000', '162202.270000', '162202.730000', '162203.190000', '162203.650000', '162204.110000', '162204.570000', '162205.030000', '162205.490000', '162205.950000', '162206.410000', '162206.870000', '162207.330000', '162207.790000', '162208.250000', '162208.710000', '162209.170000', '162209.630000', '162210.090000', '162210.550000', '162211.010000', '162211.470000', '162211.930000', '162212.390000', '162212.850000', '162213.310000', '162213.770000', '162214.230000', '162214.690000', '162215.150000', '162215.610000', '162216.070000', '162216.530000', '162216.990000', '162217.450000', '162217.910000', '162218.370000', '162218.830000', '162219.290000', '162219.750000', '162220.210000', '162220.670000', '162221.130000', '162221.590000', '162222.050000', '162222.510000', '162222.970000', '162223.430000', '162223.890000', '162224.350000', '162224.810000', '162225.270000', '162225.730000', '162226.190000', '162226.650000', '162227.110000', '162227.570000', '162228.030000', '162228.490000', '162228.950000', '162229.410000', '162229.870000', '162230.330000', '162230.790000', '162231.250000', '162231.710000', '162232.170000', '162232.630000', '162233.090000', '162233.550000', '162234.010000', '162234.470000', '162234.930000', '162235.390000', '162235.850000', '162236.310000', '162236.770000', '162237.230000', '162237.690000', '162238.150000', '162238.610000', '162239.070000', '162239.530000', '162239.990000', '162240.450000', '162240.910000', '162241.370000', '162241.830000', '162242.290000', '162242.750000', '162243.210000', '162243.670000', '162244.130000', '162244.590000', '162245.050000', '162245.510000', '162245.970000', '162246.430000', '162246.890000', '162247.350000', '162247.810000', '162248.270000', '162248.730000', '162249.190000', '162249.650000', '162250.110000', '162250.570000', '162251.030000', '162251.490000', '162251.950000', '162252.410000', '162252.870000', '162253.330000', '162253.790000', '162254.250000', '162254.710000', '162255.170000', '162255.630000', '162256.090000', '162256.550000', '162257.010000', '162257.470000', '162257.930000', '162258.390000', '162258.850000', '162259.310000', '162259.770000', '162300.230000', '162300.690000', '162301.150000', '162301.610000', '162302.070000', '162302.530000', '162302.990000', '162303.450000', '162303.910000', '162304.370000', '162304.830000', '162305.290000', '162305.750000', '162306.210000', '162306.670000', '162307.130000', '162307.590000', '162308.050000', '162308.510000', '162308.970000', '162309.430000', '162309.890000', '162310.350000', '162310.810000', '162311.270000', '162311.730000', '162312.190000', '162312.650000', '162313.110000', '162313.570000', '162314.030000', '162314.490000', '162314.950000', '162315.410000', '162315.870000', '162316.330000', '162316.790000', '162317.250000', '162317.710000', '162318.170000', '162318.630000', '162319.090000', '162319.550000', '162320.010000', '162320.470000', '162320.930000', '162321.390000', '162321.850000', '162322.310000', '162322.770000', '162323.230000', '162323.690000', '162324.150000', '162324.610000', '162325.070000', '162325.530000', '162325.990000', '162326.450000', '162326.910000', '162327.370000', '162327.830000', '162328.290000', '162328.750000', '162329.210000', '162329.670000', '162330.130000', '162330.590000', '162331.050000', '162331.510000', '162331.970000', '162332.430000', '162332.890000', '162333.350000', '162333.810000', '162334.270000', '162334.730000', '162335.190000', '162335.650000', '162336.110000', '162336.570000', '162337.030000', '162337.490000', '162337.950000', '162338.410000', '162338.870000', '162339.330000', '162339.790000', '162340.250000', '162340.710000', '162341.170000'], 'ContentTime': ['161741.223000', '161741.227000', '161741.230000', '161741.233000', '161741.235000', '161741.238000', '161741.249000', '161741.252000', '161741.255000', '161741.258000', '161741.261000', '161741.264000', '161741.267000', '161741.270000', '161741.273000', '161741.275000', '161741.278000', '161741.281000', '161741.284000', '161741.287000', '161741.290000', '161741.293000', '161741.295000', '161741.298000', '161741.301000', '161741.304000', '161741.307000', '161741.310000', '161741.313000', '161741.316000', '161741.318000', '161741.321000', '161741.324000', '161741.327000', '161741.330000', '161741.333000', '161741.340000', '161741.343000', '161741.346000', '161741.349000', '161741.352000', '161741.355000', '161741.358000', '161741.361000', '161741.363000', '161741.366000', '161741.369000', '161741.372000', '161741.375000', '161741.378000', '161741.380000', '161741.383000', '161741.386000', '161741.389000', '161801.185000', '161801.188000', '161801.191000', '161801.194000', '161801.197000', '161801.199000', '161801.202000', '161801.205000', '161801.208000', '161801.211000', '161801.214000', '161801.217000', '161801.219000', '161801.222000', '161801.225000', '161801.228000', '161801.231000', '161801.234000', '161801.236000', '161801.239000', '161801.242000', '161801.245000', '161801.248000', '161801.251000', '161801.253000', '161801.256000', '161801.259000', '161801.262000', '161801.272000', '161801.274000', '161801.277000', '161801.280000', '161801.283000', '161801.286000', '161801.289000', '161801.291000', '161801.294000', '161801.297000', '161801.300000', '161801.303000', '161801.306000', '161801.309000', '161801.312000', '161821.186000', '161821.204000', '161821.207000', '161821.210000', '161821.213000', '161821.216000', '161821.219000', '161821.221000', '161821.224000', '161821.227000', '161821.230000', '161821.233000', '161821.236000', '161821.239000', '161821.242000', '161821.244000', '161821.247000', '161821.250000', '161821.253000', '161821.261000', '161821.264000', '161821.267000', '161821.270000', '161821.273000', '161821.276000', '161821.279000', '161821.281000', '161821.284000', '161821.287000', '161821.290000', '161821.293000', '161821.296000', '161821.299000', '161821.301000', '161821.304000', '161821.307000', '161821.310000', '161821.313000', '161821.316000', '161821.319000', '161821.322000', '161821.325000', '161821.327000', '161821.330000', '161841.186000', '161841.189000', '161841.192000', '161841.195000', '161841.197000', '161841.200000', '161841.203000', '161841.206000', '161841.209000', '161841.212000', '161841.215000', '161841.218000', '161841.220000', '161841.223000', '161841.226000', '161841.229000', '161841.232000', '161841.235000', '161841.238000', '161841.240000', '161841.243000', '161841.246000', '161841.256000', '161841.258000', '161841.261000', '161841.264000', '161841.267000', '161841.270000', '161841.273000', '161841.276000', '161841.279000', '161841.282000', '161841.284000', '161841.287000', '161841.290000', '161841.293000', '161841.296000', '161841.299000', '161841.302000', '161841.305000', '161841.307000', '161841.310000', '161841.313000', '161901.186000', '161901.189000', '161901.192000', '161901.195000', '161901.198000', '161901.200000', '161901.203000', '161901.206000', '161901.209000', '161901.212000', '161901.215000', '161901.218000', '161901.221000', '161901.224000', '161901.226000', '161901.229000', '161901.232000', '161901.235000', '161901.243000', '161901.246000', '161901.249000', '161901.252000', '161901.255000', '161901.257000', '161901.260000', '161901.263000', '161901.266000', '161901.269000', '161901.272000', '161901.275000', '161901.277000', '161901.280000', '161901.283000', '161901.286000', '161901.289000', '161901.292000', '161901.294000', '161901.297000', '161901.300000', '161901.303000', '161901.306000', '161901.309000', '161901.312000', '161921.185000', '161921.188000', '161921.191000', '161921.194000', '161921.197000', '161921.200000', '161921.202000', '161921.205000', '161921.208000', '161921.211000', '161921.214000', '161921.217000', '161921.220000', '161921.223000', '161921.226000', '161921.228000', '161921.231000', '161921.244000', '161921.246000', '161921.249000', '161921.252000', '161921.255000', '161921.258000', '161921.261000', '161921.264000', '161921.267000', '161921.270000', '161921.272000', '161921.275000', '161921.278000', '161921.281000', '161921.284000', '161921.287000', '161921.290000', '161921.293000', '161921.295000', '161921.298000', '161921.301000', '161921.304000', '161921.307000', '161921.310000', '161921.313000', '161921.316000', '161921.319000', '161941.185000', '161941.188000', '161941.191000', '161941.196000', '161941.200000', '161941.203000', '161941.206000', '161941.209000', '161941.212000', '161941.215000', '161941.218000', '161941.221000', '161941.224000', '161941.227000', '161941.230000', '161941.233000', '161941.235000', '161941.238000', '161941.241000', '161941.244000', '161941.247000', '161941.250000', '161941.253000', '161941.256000', '161941.258000', '161941.261000', '161941.264000', '161941.267000', '161941.270000', '161941.273000', '161941.276000', '161941.279000', '161941.282000', '161941.284000', '161941.287000', '161941.290000', '161941.293000', '161941.296000', '161941.299000', '161941.302000', '161941.315000', '161941.318000', '161941.320000', '162001.185000', '162001.188000', '162001.191000', '162001.194000', '162001.197000', '162001.199000', '162001.202000', '162001.205000', '162001.208000', '162001.211000', '162001.214000', '162001.217000', '162001.220000', '162001.223000', '162001.226000', '162001.228000', '162001.231000', '162001.234000', '162001.237000', '162001.240000', '162001.243000', '162001.246000', '162001.249000', '162001.251000', '162001.254000', '162001.257000', '162001.260000', '162001.263000', '162001.266000', '162001.269000', '162001.272000', '162001.274000', '162001.277000', '162001.280000', '162001.283000', '162001.286000', '162001.289000', '162001.291000', '162001.294000', '162001.297000', '162001.300000', '162001.303000', '162001.306000', '162001.309000', '162021.185000', '162021.188000', '162021.191000', '162021.194000', '162021.197000', '162021.200000', '162021.204000', '162021.207000', '162021.210000', '162021.213000', '162021.216000', '162021.219000', '162021.222000', '162021.225000', '162021.228000', '162021.231000', '162021.234000', '162021.237000', '162021.240000', '162021.243000', '162021.246000', '162021.249000', '162021.252000', '162021.254000', '162021.257000', '162021.260000', '162021.263000', '162021.266000', '162021.269000', '162021.272000', '162021.275000', '162021.277000', '162021.280000', '162021.283000', '162021.286000', '162021.289000', '162021.292000', '162021.295000', '162021.298000', '162021.300000', '162021.304000', '162021.306000', '162021.309000', '162041.186000', '162041.189000', '162041.192000', '162041.195000', '162041.198000', '162041.200000', '162041.203000', '162041.206000', '162041.209000', '162041.212000', '162041.215000', '162041.218000', '162041.221000', '162041.223000', '162041.226000', '162041.229000', '162041.232000', '162041.235000', '162041.238000', '162041.241000', '162041.244000', '162041.247000', '162041.250000', '162041.252000', '162041.255000', '162041.258000', '162041.261000', '162041.264000', '162041.267000', '162041.270000', '162041.273000', '162041.275000', '162041.278000', '162041.281000', '162041.298000', '162041.301000', '162041.304000', '162041.306000', '162041.309000', '162041.312000', '162041.315000', '162041.318000', '162041.321000', '162041.324000', '162101.186000', '162101.189000', '162101.192000', '162101.195000', '162101.198000', '162101.200000', '162101.203000', '162101.206000', '162101.209000', '162101.212000', '162101.215000', '162101.218000', '162101.221000', '162101.224000', '162101.229000', '162101.232000', '162101.235000', '162101.238000', '162101.241000', '162101.244000', '162101.246000', '162101.249000', '162101.252000', '162101.255000', '162101.258000', '162101.261000', '162101.264000', '162101.267000', '162101.270000', '162101.273000', '162101.275000', '162101.278000', '162101.281000', '162101.284000', '162101.287000', '162101.290000', '162101.293000', '162101.296000', '162101.299000', '162101.301000', '162101.304000', '162101.307000', '162101.310000', '162121.186000', '162121.196000', '162121.199000', '162121.202000', '162121.205000', '162121.207000', '162121.210000', '162121.213000', '162121.216000', '162121.219000', '162121.222000', '162121.225000', '162121.228000', '162121.231000', '162121.233000', '162121.236000', '162121.239000', '162121.242000', '162121.245000', '162121.248000', '162121.251000', '162121.254000', '162121.271000', '162121.274000', '162121.277000', '162121.280000', '162121.282000', '162121.285000', '162121.288000', '162121.291000', '162121.294000', '162121.297000', '162121.300000', '162121.303000', '162121.305000', '162121.308000', '162121.311000', '162121.314000', '162121.317000', '162121.320000', '162121.323000', '162121.326000', '162121.338000', '162121.341000', '162141.185000', '162141.275000', '162141.278000', '162141.281000', '162141.284000', '162141.286000', '162141.289000', '162141.292000', '162141.295000', '162141.298000', '162141.301000', '162141.304000', '162141.307000', '162141.310000', '162141.312000', '162141.315000', '162141.318000', '162141.322000', '162141.324000', '162141.327000', '162141.330000', '162141.333000', '162141.336000', '162141.339000', '162141.342000', '162141.345000', '162141.348000', '162141.350000', '162141.353000', '162141.356000', '162141.359000', '162141.362000', '162141.365000', '162141.368000', '162141.371000', '162141.374000', '162141.377000', '162141.380000', '162141.382000', '162141.385000', '162141.388000', '162141.391000', '162141.394000', '162201.185000', '162201.188000', '162201.191000', '162201.194000', '162201.196000', '162201.199000', '162201.202000', '162201.205000', '162201.208000', '162201.211000', '162201.214000', '162201.217000', '162201.220000', '162201.223000', '162201.225000', '162201.228000', '162201.231000', '162201.234000', '162201.237000', '162201.240000', '162201.243000', '162201.246000', '162201.249000', '162201.252000', '162201.255000', '162201.257000', '162201.260000', '162201.263000', '162201.266000', '162201.269000', '162201.272000', '162201.275000', '162201.278000', '162201.280000', '162201.283000', '162201.286000', '162201.289000', '162201.292000', '162201.295000', '162201.298000', '162201.301000', '162201.304000', '162201.306000', '162201.309000', '162221.185000', '162221.188000', '162221.191000', '162221.194000', '162221.197000', '162221.200000', '162221.203000', '162221.206000', '162221.212000', '162221.215000', '162221.218000', '162221.221000', '162221.224000', '162221.227000', '162221.230000', '162221.233000', '162221.236000', '162221.239000', '162221.242000', '162221.245000', '162221.247000', '162221.250000', '162221.253000', '162221.256000', '162221.259000', '162221.262000', '162221.265000', '162221.268000', '162221.273000', '162221.276000', '162221.279000', '162221.282000', '162221.285000', '162221.288000', '162221.291000', '162221.294000', '162221.297000', '162221.300000', '162221.302000', '162221.305000', '162221.308000', '162221.311000', '162221.314000', '162241.186000', '162241.200000', '162241.203000', '162241.206000', '162241.209000', '162241.212000', '162241.214000', '162241.217000', '162241.220000', '162241.223000', '162241.226000', '162241.229000', '162241.232000', '162241.234000', '162241.245000', '162241.248000', '162241.251000', '162241.254000', '162241.257000', '162241.260000', '162241.263000', '162241.266000', '162241.269000', '162241.272000', '162241.274000', '162241.277000', '162241.280000', '162241.283000', '162241.286000', '162241.289000', '162241.292000', '162241.295000', '162241.298000', '162241.301000', '162241.303000', '162241.306000', '162241.309000', '162241.312000', '162241.315000', '162241.318000', '162241.321000', '162241.324000', '162241.326000', '162241.329000', '162301.186000', '162301.197000', '162301.200000', '162301.203000', '162301.205000', '162301.208000', '162301.211000', '162301.214000', '162301.217000', '162301.220000', '162301.223000', '162301.225000', '162301.228000', '162301.231000', '162301.234000', '162301.237000', '162301.240000', '162301.243000', '162301.246000', '162301.249000', '162301.252000', '162301.254000', '162301.257000', '162301.260000', '162301.263000', '162301.266000', '162301.269000', '162301.272000', '162301.274000', '162301.277000', '162301.280000', '162301.283000', '162301.286000', '162301.289000', '162301.292000', '162301.295000', '162301.298000', '162301.301000', '162301.306000', '162301.309000', '162301.312000', '162301.315000', '162301.318000', '162321.186000', '162321.204000', '162321.207000', '162321.209000', '162321.212000', '162321.215000', '162321.218000', '162321.221000', '162321.224000', '162321.227000', '162321.229000', '162321.232000', '162321.235000', '162321.238000', '162321.241000', '162321.244000', '162321.247000', '162321.250000', '162321.253000', '162321.256000', '162321.259000', '162321.262000', '162321.265000', '162321.267000', '162321.270000', '162321.273000', '162321.276000', '162321.279000', '162321.282000', '162321.285000', '162321.288000', '162321.291000', '162321.294000', '162321.296000', '162321.299000', '162321.302000', '162321.305000', '162321.308000', '162321.311000', '162321.314000', '162321.316000', '162321.319000', '162321.322000', '162321.325000', '162341.186000', '162341.200000', '162341.203000', '162341.206000', '162341.209000', '162341.212000', '162341.214000', '162341.217000', '162341.220000', '162341.223000', '162341.226000', '162341.229000', '162341.232000', '162341.234000', '162341.237000', '162341.240000', '162341.244000', '162341.247000', '162341.250000', '162341.253000', '162341.256000', '162341.259000', '162341.262000', '162341.264000', '162341.267000', '162341.270000', '162341.273000', '162341.276000', '162341.279000', '162341.282000', '162341.285000', '162341.288000', '162341.290000', '162341.293000', '162341.296000', '162341.299000', '162341.302000', '162341.305000', '162341.308000', '162341.311000', '162341.314000', '162341.319000', '162341.323000', '162342.292000', '162342.296000', '162342.299000'], 'InstanceCreationTime': ['161741.223000', '161741.227000', '161741.230000', '161741.233000', '161741.235000', '161741.238000', '161741.249000', '161741.252000', '161741.255000', '161741.258000', '161741.261000', '161741.264000', '161741.267000', '161741.270000', '161741.273000', '161741.275000', '161741.278000', '161741.281000', '161741.284000', '161741.287000', '161741.290000', '161741.293000', '161741.295000', '161741.298000', '161741.301000', '161741.304000', '161741.307000', '161741.310000', '161741.313000', '161741.316000', '161741.318000', '161741.321000', '161741.324000', '161741.327000', '161741.330000', '161741.333000', '161741.340000', '161741.343000', '161741.346000', '161741.349000', '161741.352000', '161741.355000', '161741.358000', '161741.361000', '161741.363000', '161741.366000', '161741.369000', '161741.372000', '161741.375000', '161741.378000', '161741.380000', '161741.383000', '161741.386000', '161741.389000', '161801.185000', '161801.188000', '161801.191000', '161801.194000', '161801.197000', '161801.199000', '161801.202000', '161801.205000', '161801.208000', '161801.211000', '161801.214000', '161801.217000', '161801.219000', '161801.222000', '161801.225000', '161801.228000', '161801.231000', '161801.234000', '161801.236000', '161801.239000', '161801.242000', '161801.245000', '161801.248000', '161801.251000', '161801.253000', '161801.256000', '161801.259000', '161801.262000', '161801.272000', '161801.274000', '161801.277000', '161801.280000', '161801.283000', '161801.286000', '161801.289000', '161801.291000', '161801.294000', '161801.297000', '161801.300000', '161801.303000', '161801.306000', '161801.309000', '161801.312000', '161821.186000', '161821.204000', '161821.207000', '161821.210000', '161821.213000', '161821.216000', '161821.219000', '161821.221000', '161821.224000', '161821.227000', '161821.230000', '161821.233000', '161821.236000', '161821.239000', '161821.242000', '161821.244000', '161821.247000', '161821.250000', '161821.253000', '161821.261000', '161821.264000', '161821.267000', '161821.270000', '161821.273000', '161821.276000', '161821.279000', '161821.281000', '161821.284000', '161821.287000', '161821.290000', '161821.293000', '161821.296000', '161821.299000', '161821.301000', '161821.304000', '161821.307000', '161821.310000', '161821.313000', '161821.316000', '161821.319000', '161821.322000', '161821.325000', '161821.327000', '161821.330000', '161841.186000', '161841.189000', '161841.192000', '161841.195000', '161841.197000', '161841.200000', '161841.203000', '161841.206000', '161841.209000', '161841.212000', '161841.215000', '161841.218000', '161841.220000', '161841.223000', '161841.226000', '161841.229000', '161841.232000', '161841.235000', '161841.238000', '161841.240000', '161841.243000', '161841.246000', '161841.256000', '161841.258000', '161841.261000', '161841.264000', '161841.267000', '161841.270000', '161841.273000', '161841.276000', '161841.279000', '161841.282000', '161841.284000', '161841.287000', '161841.290000', '161841.293000', '161841.296000', '161841.299000', '161841.302000', '161841.305000', '161841.307000', '161841.310000', '161841.313000', '161901.186000', '161901.189000', '161901.192000', '161901.195000', '161901.198000', '161901.200000', '161901.203000', '161901.206000', '161901.209000', '161901.212000', '161901.215000', '161901.218000', '161901.221000', '161901.224000', '161901.226000', '161901.229000', '161901.232000', '161901.235000', '161901.243000', '161901.246000', '161901.249000', '161901.252000', '161901.255000', '161901.257000', '161901.260000', '161901.263000', '161901.266000', '161901.269000', '161901.272000', '161901.275000', '161901.277000', '161901.280000', '161901.283000', '161901.286000', '161901.289000', '161901.292000', '161901.294000', '161901.297000', '161901.300000', '161901.303000', '161901.306000', '161901.309000', '161901.312000', '161921.185000', '161921.188000', '161921.191000', '161921.194000', '161921.197000', '161921.200000', '161921.202000', '161921.205000', '161921.208000', '161921.211000', '161921.214000', '161921.217000', '161921.220000', '161921.223000', '161921.226000', '161921.228000', '161921.231000', '161921.244000', '161921.246000', '161921.249000', '161921.252000', '161921.255000', '161921.258000', '161921.261000', '161921.264000', '161921.267000', '161921.270000', '161921.272000', '161921.275000', '161921.278000', '161921.281000', '161921.284000', '161921.287000', '161921.290000', '161921.293000', '161921.295000', '161921.298000', '161921.301000', '161921.304000', '161921.307000', '161921.310000', '161921.313000', '161921.316000', '161921.319000', '161941.185000', '161941.188000', '161941.191000', '161941.196000', '161941.200000', '161941.203000', '161941.206000', '161941.209000', '161941.212000', '161941.215000', '161941.218000', '161941.221000', '161941.224000', '161941.227000', '161941.230000', '161941.233000', '161941.235000', '161941.238000', '161941.241000', '161941.244000', '161941.247000', '161941.250000', '161941.253000', '161941.256000', '161941.258000', '161941.261000', '161941.264000', '161941.267000', '161941.270000', '161941.273000', '161941.276000', '161941.279000', '161941.282000', '161941.284000', '161941.287000', '161941.290000', '161941.293000', '161941.296000', '161941.299000', '161941.302000', '161941.315000', '161941.318000', '161941.320000', '162001.185000', '162001.188000', '162001.191000', '162001.194000', '162001.197000', '162001.199000', '162001.202000', '162001.205000', '162001.208000', '162001.211000', '162001.214000', '162001.217000', '162001.220000', '162001.223000', '162001.226000', '162001.228000', '162001.231000', '162001.234000', '162001.237000', '162001.240000', '162001.243000', '162001.246000', '162001.249000', '162001.251000', '162001.254000', '162001.257000', '162001.260000', '162001.263000', '162001.266000', '162001.269000', '162001.272000', '162001.274000', '162001.277000', '162001.280000', '162001.283000', '162001.286000', '162001.289000', '162001.291000', '162001.294000', '162001.297000', '162001.300000', '162001.303000', '162001.306000', '162001.309000', '162021.185000', '162021.188000', '162021.191000', '162021.194000', '162021.197000', '162021.200000', '162021.204000', '162021.207000', '162021.210000', '162021.213000', '162021.216000', '162021.219000', '162021.222000', '162021.225000', '162021.228000', '162021.231000', '162021.234000', '162021.237000', '162021.240000', '162021.243000', '162021.246000', '162021.249000', '162021.252000', '162021.254000', '162021.257000', '162021.260000', '162021.263000', '162021.266000', '162021.269000', '162021.272000', '162021.275000', '162021.277000', '162021.280000', '162021.283000', '162021.286000', '162021.289000', '162021.292000', '162021.295000', '162021.298000', '162021.300000', '162021.304000', '162021.306000', '162021.309000', '162041.186000', '162041.189000', '162041.192000', '162041.195000', '162041.198000', '162041.200000', '162041.203000', '162041.206000', '162041.209000', '162041.212000', '162041.215000', '162041.218000', '162041.221000', '162041.223000', '162041.226000', '162041.229000', '162041.232000', '162041.235000', '162041.238000', '162041.241000', '162041.244000', '162041.247000', '162041.250000', '162041.252000', '162041.255000', '162041.258000', '162041.261000', '162041.264000', '162041.267000', '162041.270000', '162041.273000', '162041.275000', '162041.278000', '162041.281000', '162041.298000', '162041.301000', '162041.304000', '162041.306000', '162041.309000', '162041.312000', '162041.315000', '162041.318000', '162041.321000', '162041.324000', '162101.186000', '162101.189000', '162101.192000', '162101.195000', '162101.198000', '162101.200000', '162101.203000', '162101.206000', '162101.209000', '162101.212000', '162101.215000', '162101.218000', '162101.221000', '162101.224000', '162101.229000', '162101.232000', '162101.235000', '162101.238000', '162101.241000', '162101.244000', '162101.246000', '162101.249000', '162101.252000', '162101.255000', '162101.258000', '162101.261000', '162101.264000', '162101.267000', '162101.270000', '162101.273000', '162101.275000', '162101.278000', '162101.281000', '162101.284000', '162101.287000', '162101.290000', '162101.293000', '162101.296000', '162101.299000', '162101.301000', '162101.304000', '162101.307000', '162101.310000', '162121.186000', '162121.196000', '162121.199000', '162121.202000', '162121.205000', '162121.207000', '162121.210000', '162121.213000', '162121.216000', '162121.219000', '162121.222000', '162121.225000', '162121.228000', '162121.231000', '162121.233000', '162121.236000', '162121.239000', '162121.242000', '162121.245000', '162121.248000', '162121.251000', '162121.254000', '162121.271000', '162121.274000', '162121.277000', '162121.280000', '162121.282000', '162121.285000', '162121.288000', '162121.291000', '162121.294000', '162121.297000', '162121.300000', '162121.303000', '162121.305000', '162121.308000', '162121.311000', '162121.314000', '162121.317000', '162121.320000', '162121.323000', '162121.326000', '162121.338000', '162121.341000', '162141.185000', '162141.275000', '162141.278000', '162141.281000', '162141.284000', '162141.286000', '162141.289000', '162141.292000', '162141.295000', '162141.298000', '162141.301000', '162141.304000', '162141.307000', '162141.310000', '162141.312000', '162141.315000', '162141.318000', '162141.322000', '162141.324000', '162141.327000', '162141.330000', '162141.333000', '162141.336000', '162141.339000', '162141.342000', '162141.345000', '162141.348000', '162141.350000', '162141.353000', '162141.356000', '162141.359000', '162141.362000', '162141.365000', '162141.368000', '162141.371000', '162141.374000', '162141.377000', '162141.380000', '162141.382000', '162141.385000', '162141.388000', '162141.391000', '162141.394000', '162201.185000', '162201.188000', '162201.191000', '162201.194000', '162201.196000', '162201.199000', '162201.202000', '162201.205000', '162201.208000', '162201.211000', '162201.214000', '162201.217000', '162201.220000', '162201.223000', '162201.225000', '162201.228000', '162201.231000', '162201.234000', '162201.237000', '162201.240000', '162201.243000', '162201.246000', '162201.249000', '162201.252000', '162201.255000', '162201.257000', '162201.260000', '162201.263000', '162201.266000', '162201.269000', '162201.272000', '162201.275000', '162201.278000', '162201.280000', '162201.283000', '162201.286000', '162201.289000', '162201.292000', '162201.295000', '162201.298000', '162201.301000', '162201.304000', '162201.306000', '162201.309000', '162221.185000', '162221.188000', '162221.191000', '162221.194000', '162221.197000', '162221.200000', '162221.203000', '162221.206000', '162221.212000', '162221.215000', '162221.218000', '162221.221000', '162221.224000', '162221.227000', '162221.230000', '162221.233000', '162221.236000', '162221.239000', '162221.242000', '162221.245000', '162221.247000', '162221.250000', '162221.253000', '162221.256000', '162221.259000', '162221.262000', '162221.265000', '162221.268000', '162221.273000', '162221.276000', '162221.279000', '162221.282000', '162221.285000', '162221.288000', '162221.291000', '162221.294000', '162221.297000', '162221.300000', '162221.302000', '162221.305000', '162221.308000', '162221.311000', '162221.314000', '162241.186000', '162241.200000', '162241.203000', '162241.206000', '162241.209000', '162241.212000', '162241.214000', '162241.217000', '162241.220000', '162241.223000', '162241.226000', '162241.229000', '162241.232000', '162241.234000', '162241.245000', '162241.248000', '162241.251000', '162241.254000', '162241.257000', '162241.260000', '162241.263000', '162241.266000', '162241.269000', '162241.272000', '162241.274000', '162241.277000', '162241.280000', '162241.283000', '162241.286000', '162241.289000', '162241.292000', '162241.295000', '162241.298000', '162241.301000', '162241.303000', '162241.306000', '162241.309000', '162241.312000', '162241.315000', '162241.318000', '162241.321000', '162241.324000', '162241.326000', '162241.329000', '162301.186000', '162301.197000', '162301.200000', '162301.203000', '162301.205000', '162301.208000', '162301.211000', '162301.214000', '162301.217000', '162301.220000', '162301.223000', '162301.225000', '162301.228000', '162301.231000', '162301.234000', '162301.237000', '162301.240000', '162301.243000', '162301.246000', '162301.249000', '162301.252000', '162301.254000', '162301.257000', '162301.260000', '162301.263000', '162301.266000', '162301.269000', '162301.272000', '162301.274000', '162301.277000', '162301.280000', '162301.283000', '162301.286000', '162301.289000', '162301.292000', '162301.295000', '162301.298000', '162301.301000', '162301.306000', '162301.309000', '162301.312000', '162301.315000', '162301.318000', '162321.186000', '162321.204000', '162321.207000', '162321.209000', '162321.212000', '162321.215000', '162321.218000', '162321.221000', '162321.224000', '162321.227000', '162321.229000', '162321.232000', '162321.235000', '162321.238000', '162321.241000', '162321.244000', '162321.247000', '162321.250000', '162321.253000', '162321.256000', '162321.259000', '162321.262000', '162321.265000', '162321.267000', '162321.270000', '162321.273000', '162321.276000', '162321.279000', '162321.282000', '162321.285000', '162321.288000', '162321.291000', '162321.294000', '162321.296000', '162321.299000', '162321.302000', '162321.305000', '162321.308000', '162321.311000', '162321.314000', '162321.316000', '162321.319000', '162321.322000', '162321.325000', '162341.186000', '162341.200000', '162341.203000', '162341.206000', '162341.209000', '162341.212000', '162341.214000', '162341.217000', '162341.220000', '162341.223000', '162341.226000', '162341.229000', '162341.232000', '162341.234000', '162341.237000', '162341.240000', '162341.244000', '162341.247000', '162341.250000', '162341.253000', '162341.256000', '162341.259000', '162341.262000', '162341.264000', '162341.267000', '162341.270000', '162341.273000', '162341.276000', '162341.279000', '162341.282000', '162341.285000', '162341.288000', '162341.290000', '162341.293000', '162341.296000', '162341.299000', '162341.302000', '162341.305000', '162341.308000', '162341.311000', '162341.314000', '162341.319000', '162341.323000', '162342.292000', '162342.296000', '162342.299000'], '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], 'LargestImagePixelValue': [10343, 14287, 10785, 10369, 13506, 6773, 13129, 10596, 9047, 13541, 7088, 9102, 6358, 8674, 9374, 7734, 11720, 6526, 8322, 6373, 8350, 8706, 7253, 10301, 6303, 8941, 7693, 8240, 7077, 7294, 11267, 7086, 9789, 6579, 10589, 8163, 7947, 11661, 7351, 10752, 6969, 9457, 7877, 8114, 10327, 7485, 11159, 6733, 9267, 7685, 7763, 10399, 7128, 9801, 6756, 8391, 7476, 7539, 6973, 7654, 12347, 7053, 9141, 6325, 8316, 8124, 7552, 10140, 7516, 10887, 7189, 6268, 7173, 9813, 6967, 11324, 7008, 11595, 7679, 12432, 9826, 9163, 9736, 7866, 12027, 6847, 11561, 7678, 11747, 7042, 8034, 12976, 6769, 9943, 7012, 9617, 8006, 7587, 8562, 6748, 10202, 6408, 9280, 8500, 7597, 9743, 7046, 10366, 6708, 10389, 7196, 10107, 8186, 7506, 12560, 6899, 10831, 6556, 9849, 7999, 7656, 10980, 7551, 10841, 6679, 9139, 7679, 9663, 9788, 7386, 8056, 7374, 10347, 6967, 9548, 6977, 8304, 7127, 7689, 12512, 7326, 10600, 6421, 9296, 7717, 8244, 12114, 7977, 12564, 6542, 9097, 6749, 8324, 7533, 8497, 10350, 7347, 12093, 6567, 10352, 6317, 9045, 8591, 7333, 12112, 6506, 8911, 7209, 11020, 8118, 12708, 6520, 9915, 7792, 7602, 11507, 6427, 9810, 7732, 8632, 10396, 6638, 9907, 6458, 8688, 8994, 7365, 11274, 6816, 9423, 6785, 7782, 10151, 7108, 10954, 7005, 9727, 7061, 8645, 8121, 7504, 10913, 6642, 10303, 8453, 9531, 8240, 7869, 10349, 6699, 10992, 6905, 9761, 7232, 8318, 8895, 7146, 11203, 6703, 9427, 6583, 8538, 7461, 7671, 12406, 7626, 10210, 6039, 9443, 6771, 8491, 9038, 7912, 13466, 6893, 10427, 6394, 8808, 7337, 8027, 13874, 7032, 10762, 6251, 8790, 7167, 7939, 11820, 7234, 9894, 6119, 8816, 7466, 9051, 10241, 7407, 12565, 6293, 9697, 6167, 9874, 9007, 9462, 7938, 7461, 10095, 6640, 10920, 7532, 10494, 6722, 8923, 7549, 8071, 11905, 7707, 11212, 6378, 10186, 6549, 10088, 8220, 8937, 7953, 7613, 12503, 6965, 12060, 6616, 10280, 6730, 9011, 7483, 8836, 7496, 7641, 8465, 7019, 11335, 7427, 11734, 7542, 9412, 5967, 8400, 6005, 9618, 7488, 7112, 6367, 7395, 6757, 9619, 7661, 9738, 7060, 13011, 8074, 10830, 6373, 9951, 11897, 9144, 14490, 9728, 14466, 9195, 14226, 8065, 9820, 5750, 9133, 6755, 9422, 9249, 7346, 12359, 7324, 10809, 6444, 9972, 9383, 7572, 12778, 7281, 12193, 11387, 11931, 14370, 7138, 12628, 6857, 10863, 8496, 8927, 12800, 7155, 11355, 6654, 11683, 8550, 7721, 8625, 7169, 10617, 6514, 10086, 8245, 9171, 11778, 6759, 11315, 6700, 10087, 6738, 10327, 8699, 8232, 9439, 6856, 11034, 6469, 10349, 8570, 8591, 11469, 6541, 10229, 6285, 10151, 8414, 8393, 11704, 6425, 10344, 6278, 10152, 8619, 8485, 11147, 6608, 10827, 6710, 10091, 8297, 8414, 11263, 6574, 10738, 6934, 9738, 10567, 7879, 11725, 6354, 10190, 6799, 9375, 8914, 8748, 10895, 6680, 10626, 6071, 10398, 7977, 8973, 7586, 6720, 10720, 6386, 10528, 8247, 8489, 6604, 7070, 12001, 7293, 10489, 6660, 9599, 6459, 8826, 9754, 7989, 13403, 6770, 10517, 6568, 10767, 8671, 8290, 7625, 7395, 12816, 9147, 11981, 6764, 10293, 6531, 9597, 11224, 8191, 14777, 6622, 11229, 7529, 10350, 7796, 8168, 11969, 7376, 11255, 6610, 10040, 6338, 9898, 8305, 8514, 11300, 7041, 11581, 6320, 11268, 8311, 8496, 6695, 7175, 11160, 7881, 11425, 6541, 9774, 7237, 8305, 11223, 8064, 10917, 6389, 9326, 6404, 9947, 8136, 8024, 6854, 7302, 12377, 7834, 11782, 6864, 10360, 7069, 8377, 10099, 8143, 13876, 6871, 11420, 6395, 10474, 6623, 10860, 8162, 8399, 12011, 6743, 11756, 7384, 10343, 6413, 8668, 8804, 7764, 12444, 6814, 10966, 6451, 10110, 8238, 8587, 7424, 7420, 11292, 6465, 11231, 7444, 9894, 6863, 8226, 9066, 7406, 13104, 6820, 11123, 6351, 10402, 8428, 8828, 7855, 7472, 11605, 6591, 11080, 7497, 10116, 6256, 8164, 6853, 8250, 12470, 7872, 10860, 6364, 11115, 8184, 9647, 7369, 7565, 12123, 6916, 11472, 7354, 10332, 6142, 9146, 9116, 9229, 7929, 7661, 10500, 7133, 12398, 8674, 12469, 6578, 9780, 7784, 7965, 13423, 7094, 10813, 6151, 8388, 9639, 7826, 13274, 7490, 9327, 6412, 8394, 7182, 8309, 6414, 11496, 8236, 10361, 8512, 7868, 9661, 7559, 12511, 7396, 12362, 7145, 11440, 6814, 12151, 8715, 13759, 7206, 11234, 7852, 8876, 12923, 8088, 13410, 7200, 10709, 6191, 9287, 7328, 9392, 14559, 9592, 12611, 6220, 9995, 6250, 10240, 7942, 10811, 9166, 7801, 11022, 7077, 12036, 10482, 14141, 6457, 11950, 7178, 9910, 7366, 11619, 6462, 9981, 7113, 10528, 6831, 11287, 8403, 12347, 13797, 9913, 13920, 7243, 11378, 7702, 9331, 14467, 10003, 13291, 6607, 10542, 6609, 8909, 9525, 7299, 12010, 8507, 10883, 6659, 9118, 6617, 8409, 9027, 7510, 11728, 7110, 10539, 6572, 8688, 8710, 7281, 12256, 7410, 10511, 6769, 9192, 8850, 7348, 12373, 7535, 10795, 7945, 8335, 10316, 6926, 11807, 7806, 11069, 6785, 8893, 7043, 7965, 12697, 8728, 12463, 6442, 10095, 7482, 7799, 11845, 6849, 11183, 7684, 9491, 7119, 7635, 11734, 6718, 11609, 7463, 10190, 7737, 8185, 9755, 7090, 12299, 7659, 11258, 7526, 8684, 8340, 7666, 12997, 7706, 10928, 6247, 9183, 7274, 7936, 12361, 8837, 10742, 6340, 8792, 6369, 9506, 7361, 8998, 6311, 10096, 7301, 12534, 9226, 14660, 7777, 12851, 6694, 11534, 7193, 12279, 10071, 9413, 11035, 7318, 12592, 7983, 12705, 7171, 10964, 6180, 9592, 8394, 8251, 13407, 9125, 13557, 6412, 10441, 6634, 9789, 8014, 8791, 11301, 7435, 12363, 6734, 11176, 8062, 13301, 9955, 10091, 7149, 10286, 6300, 9996, 9398, 7487, 11940, 6543, 10802, 7358, 9647, 7948, 7493, 12829, 6596, 11035, 9262, 8238, 15600, 10328, 13361, 7698, 11240, 7443, 8079], 'WindowCenter': [3752.0, 3760.0, 3733.0, 3721.0, 3729.0, 3665.0, 3730.0, 3705.0, 3695.0, 3715.0, 3662.0, 3683.0, 3650.0, 3683.0, 3692.0, 3673.0, 3703.0, 3652.0, 3684.0, 3662.0, 3684.0, 3683.0, 3674.0, 3704.0, 3652.0, 3694.0, 3672.0, 3684.0, 3661.0, 3673.0, 3704.0, 3662.0, 3695.0, 3662.0, 3705.0, 3682.0, 3684.0, 3703.0, 3672.0, 3703.0, 3661.0, 3693.0, 3671.0, 3672.0, 3691.0, 3661.0, 3702.0, 3649.0, 3681.0, 3670.0, 3671.0, 3691.0, 3672.0, 3693.0, 3661.0, 3682.0, 3671.0, 3672.0, 3661.0, 3684.0, 3716.0, 3675.0, 3695.0, 3665.0, 3711.0, 3697.0, 3686.0, 3707.0, 3688.0, 3718.0, 3687.0, 3662.0, 3675.0, 3706.0, 3688.0, 3730.0, 3702.0, 3731.0, 3687.0, 3733.0, 3721.0, 3708.0, 3707.0, 3685.0, 3714.0, 3663.0, 3716.0, 3685.0, 3717.0, 3674.0, 3697.0, 3727.0, 3662.0, 3693.0, 3661.0, 3694.0, 3683.0, 3684.0, 3694.0, 3663.0, 3704.0, 3663.0, 3695.0, 3683.0, 3673.0, 3693.0, 3673.0, 3704.0, 3663.0, 3706.0, 3673.0, 3707.0, 3684.0, 3673.0, 3703.0, 3661.0, 3704.0, 3651.0, 3693.0, 3682.0, 3673.0, 3703.0, 3672.0, 3703.0, 3649.0, 3695.0, 3673.0, 3707.0, 3705.0, 3674.0, 3682.0, 3673.0, 3703.0, 3673.0, 3706.0, 3673.0, 3684.0, 3661.0, 3684.0, 3715.0, 3674.0, 3705.0, 3663.0, 3695.0, 3672.0, 3697.0, 3703.0, 3672.0, 3704.0, 3651.0, 3694.0, 3674.0, 3683.0, 3694.0, 3706.0, 3715.0, 3685.0, 3725.0, 3673.0, 3703.0, 3650.0, 3692.0, 3681.0, 3674.0, 3715.0, 3662.0, 3693.0, 3685.0, 3716.0, 3685.0, 3715.0, 3663.0, 3705.0, 3670.0, 3671.0, 3701.0, 3651.0, 3705.0, 3671.0, 3683.0, 3691.0, 3662.0, 3692.0, 3650.0, 3681.0, 3679.0, 3672.0, 3704.0, 3662.0, 3693.0, 3661.0, 3683.0, 3702.0, 3672.0, 3703.0, 3672.0, 3694.0, 3672.0, 3695.0, 3682.0, 3673.0, 3704.0, 3662.0, 3705.0, 3682.0, 3695.0, 3682.0, 3683.0, 3703.0, 3662.0, 3705.0, 3673.0, 3705.0, 3672.0, 3694.0, 3693.0, 3674.0, 3715.0, 3662.0, 3695.0, 3662.0, 3694.0, 3673.0, 3685.0, 3716.0, 3685.0, 3705.0, 3664.0, 3707.0, 3674.0, 3695.0, 3695.0, 3696.0, 3727.0, 3674.0, 3706.0, 3663.0, 3695.0, 3674.0, 3696.0, 3726.0, 3674.0, 3716.0, 3663.0, 3695.0, 3673.0, 3695.0, 3715.0, 3684.0, 3705.0, 3664.0, 3695.0, 3685.0, 3706.0, 3716.0, 3685.0, 3726.0, 3664.0, 3705.0, 3664.0, 3707.0, 3695.0, 3707.0, 3685.0, 3686.0, 3716.0, 3675.0, 3717.0, 3685.0, 3718.0, 3674.0, 3696.0, 3684.0, 3697.0, 3716.0, 3686.0, 3716.0, 3675.0, 3716.0, 3665.0, 3718.0, 3696.0, 3708.0, 3695.0, 3686.0, 3726.0, 3675.0, 3717.0, 3674.0, 3705.0, 3674.0, 3696.0, 3684.0, 3707.0, 3684.0, 3696.0, 3696.0, 3686.0, 3717.0, 3686.0, 3731.0, 3700.0, 3720.0, 3667.0, 3708.0, 3679.0, 3733.0, 3702.0, 3688.0, 3678.0, 3700.0, 3677.0, 3719.0, 3696.0, 3707.0, 3687.0, 3741.0, 3699.0, 3718.0, 3676.0, 3707.0, 3715.0, 3707.0, 3727.0, 3694.0, 3715.0, 3693.0, 3725.0, 3685.0, 3705.0, 3653.0, 3693.0, 3660.0, 3706.0, 3692.0, 3672.0, 3714.0, 3672.0, 3704.0, 3662.0, 3705.0, 3692.0, 3670.0, 3701.0, 3659.0, 3700.0, 3688.0, 3702.0, 3699.0, 3657.0, 3700.0, 3646.0, 3689.0, 3666.0, 3667.0, 3700.0, 3647.0, 3689.0, 3646.0, 3700.0, 3679.0, 3669.0, 3668.0, 3657.0, 3687.0, 3635.0, 3691.0, 3669.0, 3691.0, 3702.0, 3661.0, 3701.0, 3660.0, 3691.0, 3659.0, 3702.0, 3680.0, 3682.0, 3691.0, 3660.0, 3701.0, 3650.0, 3703.0, 3680.0, 3682.0, 3700.0, 3649.0, 3690.0, 3649.0, 3703.0, 3681.0, 3683.0, 3702.0, 3650.0, 3702.0, 3650.0, 3704.0, 3681.0, 3694.0, 3703.0, 3661.0, 3702.0, 3660.0, 3704.0, 3682.0, 3683.0, 3702.0, 3661.0, 3702.0, 3660.0, 3693.0, 3702.0, 3682.0, 3702.0, 3650.0, 3703.0, 3661.0, 3693.0, 3692.0, 3694.0, 3703.0, 3663.0, 3704.0, 3652.0, 3705.0, 3683.0, 3696.0, 3673.0, 3662.0, 3703.0, 3662.0, 3706.0, 3694.0, 3695.0, 3673.0, 3673.0, 3715.0, 3685.0, 3716.0, 3675.0, 3707.0, 3663.0, 3706.0, 3705.0, 3695.0, 3726.0, 3674.0, 3704.0, 3673.0, 3716.0, 3694.0, 3695.0, 3683.0, 3684.0, 3725.0, 3706.0, 3716.0, 3674.0, 3705.0, 3661.0, 3705.0, 3714.0, 3684.0, 3725.0, 3661.0, 3704.0, 3671.0, 3703.0, 3671.0, 3684.0, 3713.0, 3673.0, 3703.0, 3661.0, 3691.0, 3661.0, 3704.0, 3682.0, 3694.0, 3703.0, 3672.0, 3703.0, 3650.0, 3704.0, 3682.0, 3682.0, 3660.0, 3672.0, 3713.0, 3683.0, 3713.0, 3662.0, 3705.0, 3671.0, 3684.0, 3702.0, 3682.0, 3703.0, 3663.0, 3693.0, 3661.0, 3704.0, 3683.0, 3685.0, 3662.0, 3684.0, 3714.0, 3683.0, 3714.0, 3662.0, 3705.0, 3672.0, 3684.0, 3703.0, 3683.0, 3726.0, 3662.0, 3714.0, 3662.0, 3703.0, 3661.0, 3705.0, 3682.0, 3683.0, 3713.0, 3661.0, 3713.0, 3671.0, 3704.0, 3661.0, 3693.0, 3692.0, 3683.0, 3714.0, 3662.0, 3703.0, 3661.0, 3705.0, 3682.0, 3694.0, 3671.0, 3672.0, 3703.0, 3662.0, 3715.0, 3672.0, 3704.0, 3662.0, 3684.0, 3693.0, 3673.0, 3715.0, 3662.0, 3703.0, 3662.0, 3704.0, 3682.0, 3695.0, 3682.0, 3683.0, 3714.0, 3673.0, 3715.0, 3684.0, 3706.0, 3663.0, 3695.0, 3673.0, 3696.0, 3726.0, 3695.0, 3716.0, 3663.0, 3716.0, 3694.0, 3705.0, 3672.0, 3684.0, 3714.0, 3673.0, 3715.0, 3672.0, 3707.0, 3653.0, 3706.0, 3694.0, 3707.0, 3683.0, 3685.0, 3705.0, 3674.0, 3716.0, 3695.0, 3716.0, 3662.0, 3705.0, 3671.0, 3684.0, 3715.0, 3672.0, 3703.0, 3650.0, 3683.0, 3693.0, 3683.0, 3724.0, 3687.0, 3696.0, 3662.0, 3683.0, 3672.0, 3695.0, 3664.0, 3729.0, 3696.0, 3718.0, 3697.0, 3696.0, 3705.0, 3687.0, 3718.0, 3673.0, 3715.0, 3673.0, 3715.0, 3674.0, 3716.0, 3710.0, 3740.0, 3675.0, 3716.0, 3683.0, 3694.0, 3715.0, 3696.0, 3716.0, 3673.0, 3704.0, 3652.0, 3692.0, 3660.0, 3693.0, 3725.0, 3693.0, 3713.0, 3651.0, 3693.0, 3651.0, 3704.0, 3682.0, 3716.0, 3694.0, 3684.0, 3704.0, 3675.0, 3727.0, 3717.0, 3727.0, 3663.0, 3715.0, 3674.0, 3705.0, 3685.0, 3704.0, 3651.0, 3693.0, 3673.0, 3704.0, 3663.0, 3716.0, 3683.0, 3716.0, 3714.0, 3692.0, 3714.0, 3660.0, 3703.0, 3657.0, 3680.0, 3711.0, 3690.0, 3700.0, 3648.0, 3689.0, 3647.0, 3680.0, 3678.0, 3659.0, 3701.0, 3681.0, 3703.0, 3662.0, 3694.0, 3661.0, 3682.0, 3680.0, 3672.0, 3703.0, 3662.0, 3703.0, 3661.0, 3694.0, 3682.0, 3671.0, 3702.0, 3672.0, 3704.0, 3660.0, 3692.0, 3681.0, 3671.0, 3713.0, 3671.0, 3704.0, 3670.0, 3683.0, 3691.0, 3671.0, 3713.0, 3672.0, 3705.0, 3661.0, 3694.0, 3661.0, 3683.0, 3714.0, 3693.0, 3714.0, 3650.0, 3704.0, 3671.0, 3672.0, 3702.0, 3661.0, 3705.0, 3672.0, 3695.0, 3661.0, 3684.0, 3715.0, 3662.0, 3717.0, 3673.0, 3704.0, 3672.0, 3684.0, 3693.0, 3673.0, 3715.0, 3673.0, 3703.0, 3673.0, 3695.0, 3682.0, 3684.0, 3714.0, 3684.0, 3705.0, 3662.0, 3695.0, 3671.0, 3685.0, 3727.0, 3709.0, 3719.0, 3665.0, 3696.0, 3678.0, 3719.0, 3700.0, 3710.0, 3676.0, 3719.0, 3699.0, 3741.0, 3722.0, 3742.0, 3698.0, 3729.0, 3675.0, 3716.0, 3673.0, 3718.0, 3706.0, 3695.0, 3703.0, 3672.0, 3713.0, 3683.0, 3714.0, 3672.0, 3703.0, 3650.0, 3693.0, 3681.0, 3683.0, 3715.0, 3694.0, 3714.0, 3651.0, 3703.0, 3661.0, 3693.0, 3681.0, 3695.0, 3703.0, 3672.0, 3714.0, 3661.0, 3716.0, 3683.0, 3727.0, 3705.0, 3718.0, 3687.0, 3716.0, 3663.0, 3707.0, 3694.0, 3672.0, 3702.0, 3651.0, 3704.0, 3672.0, 3705.0, 3683.0, 3673.0, 3714.0, 3660.0, 3702.0, 3678.0, 3670.0, 3712.0, 3692.0, 3701.0, 3670.0, 3690.0, 3658.0, 3669.0], 'WindowWidth': [8453.0, 8461.0, 8404.0, 8385.0, 8394.0, 8301.0, 8397.0, 8352.0, 8341.0, 8365.0, 8292.0, 8319.0, 8272.0, 8320.0, 8331.0, 8306.0, 8347.0, 8278.0, 8320.0, 8293.0, 8325.0, 8321.0, 8309.0, 8348.0, 8278.0, 8335.0, 8304.0, 8323.0, 8290.0, 8309.0, 8349.0, 8292.0, 8338.0, 8290.0, 8353.0, 8316.0, 8323.0, 8345.0, 8302.0, 8347.0, 8288.0, 8332.0, 8299.0, 8302.0, 8326.0, 8286.0, 8344.0, 8270.0, 8315.0, 8295.0, 8301.0, 8327.0, 8307.0, 8334.0, 8288.0, 8317.0, 8301.0, 8305.0, 8290.0, 8326.0, 8369.0, 8314.0, 8340.0, 8304.0, 8375.0, 8346.0, 8331.0, 8359.0, 8336.0, 8374.0, 8335.0, 8291.0, 8312.0, 8354.0, 8335.0, 8395.0, 8362.0, 8398.0, 8334.0, 8407.0, 8384.0, 8364.0, 8357.0, 8326.0, 8362.0, 8293.0, 8370.0, 8326.0, 8372.0, 8309.0, 8345.0, 8384.0, 8292.0, 8332.0, 8288.0, 8335.0, 8318.0, 8323.0, 8336.0, 8296.0, 8348.0, 8293.0, 8340.0, 8319.0, 8308.0, 8332.0, 8307.0, 8349.0, 8293.0, 8353.0, 8308.0, 8359.0, 8321.0, 8308.0, 8346.0, 8285.0, 8347.0, 8274.0, 8334.0, 8317.0, 8306.0, 8345.0, 8303.0, 8344.0, 8270.0, 8339.0, 8306.0, 8361.0, 8354.0, 8310.0, 8318.0, 8306.0, 8345.0, 8307.0, 8355.0, 8307.0, 8321.0, 8287.0, 8323.0, 8365.0, 8310.0, 8352.0, 8295.0, 8337.0, 8303.0, 8344.0, 8347.0, 8303.0, 8351.0, 8277.0, 8337.0, 8314.0, 8322.0, 8341.0, 8361.0, 8371.0, 8331.0, 8382.0, 8311.0, 8347.0, 8273.0, 8333.0, 8316.0, 8311.0, 8366.0, 8292.0, 8336.0, 8329.0, 8371.0, 8330.0, 8369.0, 8296.0, 8352.0, 8297.0, 8301.0, 8341.0, 8274.0, 8351.0, 8302.0, 8320.0, 8328.0, 8291.0, 8329.0, 8271.0, 8313.0, 8309.0, 8305.0, 8349.0, 8292.0, 8334.0, 8289.0, 8321.0, 8345.0, 8306.0, 8347.0, 8306.0, 8336.0, 8305.0, 8339.0, 8318.0, 8308.0, 8349.0, 8292.0, 8354.0, 8319.0, 8339.0, 8317.0, 8322.0, 8346.0, 8293.0, 8352.0, 8307.0, 8353.0, 8305.0, 8338.0, 8334.0, 8312.0, 8366.0, 8295.0, 8340.0, 8294.0, 8339.0, 8307.0, 8327.0, 8370.0, 8328.0, 8355.0, 8299.0, 8358.0, 8312.0, 8342.0, 8340.0, 8344.0, 8387.0, 8313.0, 8358.0, 8297.0, 8340.0, 8311.0, 8345.0, 8385.0, 8311.0, 8370.0, 8296.0, 8340.0, 8309.0, 8343.0, 8368.0, 8326.0, 8355.0, 8300.0, 8341.0, 8328.0, 8359.0, 8369.0, 8330.0, 8383.0, 8299.0, 8354.0, 8300.0, 8360.0, 8342.0, 8361.0, 8327.0, 8331.0, 8370.0, 8317.0, 8373.0, 8327.0, 8374.0, 8312.0, 8344.0, 8326.0, 8347.0, 8372.0, 8331.0, 8371.0, 8316.0, 8371.0, 8303.0, 8377.0, 8343.0, 8360.0, 8341.0, 8331.0, 8384.0, 8314.0, 8374.0, 8313.0, 8354.0, 8311.0, 8342.0, 8326.0, 8360.0, 8326.0, 8346.0, 8344.0, 8332.0, 8374.0, 8333.0, 8402.0, 8357.0, 8384.0, 8308.0, 8363.0, 8328.0, 8407.0, 8366.0, 8340.0, 8325.0, 8355.0, 8321.0, 8378.0, 8346.0, 8361.0, 8335.0, 8417.0, 8353.0, 8375.0, 8318.0, 8361.0, 8366.0, 8359.0, 8391.0, 8336.0, 8372.0, 8334.0, 8383.0, 8330.0, 8355.0, 8284.0, 8333.0, 8288.0, 8357.0, 8331.0, 8304.0, 8362.0, 8305.0, 8350.0, 8292.0, 8352.0, 8329.0, 8298.0, 8340.0, 8279.0, 8339.0, 8319.0, 8343.0, 8336.0, 8277.0, 8335.0, 8260.0, 8318.0, 8282.0, 8287.0, 8336.0, 8261.0, 8321.0, 8260.0, 8338.0, 8307.0, 8295.0, 8290.0, 8277.0, 8315.0, 8245.0, 8327.0, 8294.0, 8326.0, 8341.0, 8288.0, 8341.0, 8285.0, 8325.0, 8283.0, 8345.0, 8312.0, 8317.0, 8325.0, 8287.0, 8341.0, 8273.0, 8346.0, 8312.0, 8317.0, 8338.0, 8269.0, 8323.0, 8270.0, 8348.0, 8314.0, 8321.0, 8343.0, 8272.0, 8343.0, 8273.0, 8351.0, 8316.0, 8335.0, 8344.0, 8288.0, 8343.0, 8287.0, 8349.0, 8316.0, 8320.0, 8343.0, 8288.0, 8345.0, 8284.0, 8332.0, 8342.0, 8317.0, 8343.0, 8273.0, 8345.0, 8288.0, 8335.0, 8331.0, 8338.0, 8347.0, 8296.0, 8349.0, 8280.0, 8354.0, 8321.0, 8341.0, 8306.0, 8294.0, 8347.0, 8295.0, 8357.0, 8337.0, 8341.0, 8309.0, 8311.0, 8367.0, 8328.0, 8373.0, 8315.0, 8359.0, 8297.0, 8358.0, 8352.0, 8342.0, 8382.0, 8312.0, 8350.0, 8310.0, 8372.0, 8338.0, 8342.0, 8322.0, 8326.0, 8381.0, 8357.0, 8372.0, 8313.0, 8354.0, 8292.0, 8355.0, 8364.0, 8325.0, 8380.0, 8290.0, 8349.0, 8303.0, 8348.0, 8302.0, 8322.0, 8359.0, 8309.0, 8347.0, 8292.0, 8330.0, 8291.0, 8351.0, 8320.0, 8338.0, 8348.0, 8306.0, 8346.0, 8274.0, 8351.0, 8316.0, 8318.0, 8286.0, 8306.0, 8360.0, 8322.0, 8363.0, 8292.0, 8352.0, 8303.0, 8322.0, 8345.0, 8319.0, 8347.0, 8294.0, 8334.0, 8292.0, 8353.0, 8322.0, 8327.0, 8295.0, 8326.0, 8364.0, 8323.0, 8366.0, 8294.0, 8352.0, 8305.0, 8323.0, 8347.0, 8323.0, 8384.0, 8294.0, 8364.0, 8292.0, 8347.0, 8289.0, 8354.0, 8317.0, 8321.0, 8359.0, 8289.0, 8360.0, 8302.0, 8347.0, 8289.0, 8333.0, 8330.0, 8321.0, 8363.0, 8293.0, 8348.0, 8290.0, 8353.0, 8319.0, 8337.0, 8303.0, 8307.0, 8346.0, 8292.0, 8366.0, 8306.0, 8349.0, 8292.0, 8324.0, 8335.0, 8309.0, 8367.0, 8294.0, 8347.0, 8292.0, 8352.0, 8319.0, 8338.0, 8318.0, 8323.0, 8363.0, 8310.0, 8368.0, 8325.0, 8356.0, 8298.0, 8340.0, 8311.0, 8346.0, 8385.0, 8342.0, 8370.0, 8298.0, 8371.0, 8339.0, 8355.0, 8307.0, 8325.0, 8364.0, 8310.0, 8368.0, 8308.0, 8359.0, 8283.0, 8356.0, 8339.0, 8360.0, 8322.0, 8328.0, 8353.0, 8312.0, 8370.0, 8339.0, 8371.0, 8294.0, 8354.0, 8302.0, 8324.0, 8366.0, 8305.0, 8348.0, 8274.0, 8323.0, 8335.0, 8323.0, 8378.0, 8336.0, 8340.0, 8291.0, 8321.0, 8306.0, 8340.0, 8299.0, 8391.0, 8345.0, 8375.0, 8346.0, 8344.0, 8354.0, 8333.0, 8373.0, 8308.0, 8365.0, 8310.0, 8367.0, 8313.0, 8370.0, 8370.0, 8410.0, 8313.0, 8368.0, 8319.0, 8335.0, 8365.0, 8344.0, 8370.0, 8307.0, 8349.0, 8278.0, 8330.0, 8284.0, 8332.0, 8378.0, 8334.0, 8361.0, 8276.0, 8331.0, 8276.0, 8349.0, 8318.0, 8370.0, 8335.0, 8324.0, 8349.0, 8315.0, 8387.0, 8374.0, 8386.0, 8297.0, 8368.0, 8313.0, 8351.0, 8327.0, 8350.0, 8273.0, 8334.0, 8306.0, 8350.0, 8296.0, 8369.0, 8322.0, 8370.0, 8366.0, 8331.0, 8363.0, 8284.0, 8344.0, 8275.0, 8309.0, 8355.0, 8324.0, 8339.0, 8266.0, 8322.0, 8263.0, 8311.0, 8304.0, 8282.0, 8340.0, 8316.0, 8344.0, 8292.0, 8336.0, 8290.0, 8318.0, 8312.0, 8305.0, 8347.0, 8292.0, 8346.0, 8290.0, 8335.0, 8316.0, 8302.0, 8345.0, 8303.0, 8346.0, 8285.0, 8331.0, 8312.0, 8303.0, 8359.0, 8302.0, 8347.0, 8299.0, 8319.0, 8326.0, 8303.0, 8361.0, 8304.0, 8351.0, 8288.0, 8335.0, 8288.0, 8321.0, 8362.0, 8334.0, 8362.0, 8274.0, 8348.0, 8300.0, 8303.0, 8342.0, 8289.0, 8350.0, 8303.0, 8337.0, 8288.0, 8321.0, 8362.0, 8293.0, 8368.0, 8306.0, 8350.0, 8304.0, 8322.0, 8332.0, 8308.0, 8365.0, 8307.0, 8349.0, 8307.0, 8337.0, 8316.0, 8323.0, 8364.0, 8323.0, 8352.0, 8293.0, 8339.0, 8303.0, 8326.0, 8386.0, 8367.0, 8377.0, 8301.0, 8344.0, 8325.0, 8381.0, 8360.0, 8368.0, 8318.0, 8378.0, 8354.0, 8414.0, 8390.0, 8416.0, 8350.0, 8391.0, 8316.0, 8371.0, 8309.0, 8376.0, 8355.0, 8337.0, 8347.0, 8303.0, 8358.0, 8320.0, 8364.0, 8305.0, 8347.0, 8274.0, 8332.0, 8313.0, 8319.0, 8364.0, 8335.0, 8364.0, 8277.0, 8345.0, 8290.0, 8332.0, 8315.0, 8340.0, 8347.0, 8305.0, 8363.0, 8290.0, 8372.0, 8322.0, 8390.0, 8354.0, 8377.0, 8336.0, 8369.0, 8297.0, 8359.0, 8336.0, 8304.0, 8342.0, 8275.0, 8350.0, 8306.0, 8353.0, 8322.0, 8309.0, 8362.0, 8286.0, 8341.0, 8305.0, 8297.0, 8359.0, 8328.0, 8339.0, 8298.0, 8324.0, 8279.0, 8296.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.0010111377245508983</td></tr>
<tr><td colspan=3>aqi</td><td>0.02702086251497006</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.97576348098327</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2476253474460444</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0001351549999995</td></tr>
<tr><td colspan=3>efc</td><td>0.4686</td></tr>
<tr><td colspan=3>fber</td><td>6056.231</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1011352615323692</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.544910179640719</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3291847526190446</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.253550037180271</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5210116671671257</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.212992553509738</td></tr>
<tr><td colspan=3>gcor</td><td>0.00806337</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015542463399469852</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02783012203872204</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1459119396826924</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>25.797</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.146</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>131.5586</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300574.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>551.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>247.9684</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2035</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>433.1978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2926.8335</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75970.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>738.7952</td></tr>
<tr><td colspan=3>tsnr</td><td>37.39926981087774</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>