<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-02/func/sub-0080_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>1004a71bf7cd128eb1275d7714766e57</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>21:44:20.742500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99749, -0.070736, 0.00309321, 0.0701012, 0.992791, 0.0972232]</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.101886</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7236, 526, -37, -275, 40, 66]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>47605cb5-5515-40f7-9219-75d560fbf2b3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6761934757232666, 0.1880764663219452, 0.02685985155403614, 100.82350158691406], [0.18977944552898407, 2.6635849475860596, 0.26125845313072205, -104.31451416015625], [0.008298862725496292, -0.26084282994270325, 2.6871960163116455, -50.72784423828125], [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': ['214420.742500', '214421.202500', '214421.662500', '214422.122500', '214422.582500', '214423.042500', '214423.502500', '214423.962500', '214424.422500', '214424.882500', '214425.342500', '214425.802500', '214426.262500', '214426.722500', '214427.182500', '214427.642500', '214428.102500', '214428.562500', '214429.022500', '214429.482500', '214429.942500', '214430.402500', '214430.862500', '214431.322500', '214431.782500', '214432.242500', '214432.702500', '214433.162500', '214433.622500', '214434.082500', '214434.542500', '214435.002500', '214435.462500', '214435.922500', '214436.382500', '214436.842500', '214437.302500', '214437.762500', '214438.222500', '214438.682500', '214439.142500', '214439.602500', '214440.062500', '214440.522500', '214440.982500', '214441.442500', '214441.902500', '214442.362500', '214442.822500', '214443.282500', '214443.742500', '214444.202500', '214444.662500', '214445.122500', '214445.582500', '214446.042500', '214446.502500', '214446.962500', '214447.422500', '214447.882500', '214448.342500', '214448.802500', '214449.262500', '214449.722500', '214450.182500', '214450.642500', '214451.102500', '214451.562500', '214452.022500', '214452.482500', '214452.942500', '214453.402500', '214453.862500', '214454.322500', '214454.782500', '214455.242500', '214455.702500', '214456.162500', '214456.622500', '214457.082500', '214457.542500', '214458.002500', '214458.462500', '214458.922500', '214459.382500', '214459.842500', '214500.302500', '214500.762500', '214501.222500', '214501.682500', '214502.142500', '214502.602500', '214503.062500', '214503.522500', '214503.982500', '214504.442500', '214504.902500', '214505.362500', '214505.822500', '214506.282500', '214506.742500', '214507.202500', '214507.662500', '214508.122500', '214508.582500', '214509.042500', '214509.502500', '214509.962500', '214510.422500', '214510.882500', '214511.342500', '214511.802500', '214512.262500', '214512.722500', '214513.182500', '214513.642500', '214514.102500', '214514.562500', '214515.022500', '214515.482500', '214515.942500', '214516.402500', '214516.862500', '214517.322500', '214517.782500', '214518.242500', '214518.702500', '214519.162500', '214519.622500', '214520.082500', '214520.542500', '214521.002500', '214521.462500', '214521.922500', '214522.382500', '214522.842500', '214523.302500', '214523.762500', '214524.222500', '214524.682500', '214525.142500', '214525.602500', '214526.062500', '214526.522500', '214526.982500', '214527.442500', '214527.902500', '214528.362500', '214528.822500', '214529.282500', '214529.742500', '214530.202500', '214530.662500', '214531.122500', '214531.582500', '214532.042500', '214532.502500', '214532.962500', '214533.422500', '214533.882500', '214534.342500', '214534.802500', '214535.262500', '214535.722500', '214536.182500', '214536.642500', '214537.102500', '214537.562500', '214538.022500', '214538.482500', '214538.942500', '214539.402500', '214539.862500', '214540.322500', '214540.782500', '214541.242500', '214541.702500', '214542.162500', '214542.622500', '214543.082500', '214543.542500', '214544.002500', '214544.462500', '214544.922500', '214545.382500', '214545.842500', '214546.302500', '214546.762500', '214547.222500', '214547.682500', '214548.142500', '214548.602500', '214549.062500', '214549.522500', '214549.982500', '214550.442500', '214550.902500', '214551.362500', '214551.822500', '214552.282500', '214552.742500', '214553.202500', '214553.662500', '214554.122500', '214554.582500', '214555.042500', '214555.502500', '214555.962500', '214556.422500', '214556.882500', '214557.342500', '214557.802500', '214558.262500', '214558.722500', '214559.182500', '214559.642500', '214600.102500', '214600.562500', '214601.022500', '214601.482500', '214601.942500', '214602.402500', '214602.862500', '214603.322500', '214603.782500', '214604.242500', '214604.702500', '214605.162500', '214605.622500', '214606.082500', '214606.542500', '214607.002500', '214607.462500', '214607.922500', '214608.382500', '214608.842500', '214609.302500', '214609.762500', '214610.222500', '214610.682500', '214611.142500', '214611.602500', '214612.062500', '214612.522500', '214612.982500', '214613.442500', '214613.902500', '214614.362500', '214614.822500', '214615.282500', '214615.742500', '214616.202500', '214616.662500', '214617.122500', '214617.582500', '214618.042500', '214618.502500', '214618.962500', '214619.422500', '214619.882500', '214620.342500', '214620.802500', '214621.262500', '214621.722500', '214622.182500', '214622.642500', '214623.102500', '214623.562500', '214624.022500', '214624.482500', '214624.942500', '214625.402500', '214625.862500', '214626.322500', '214626.782500', '214627.242500', '214627.702500', '214628.162500', '214628.622500', '214629.082500', '214629.542500', '214630.002500', '214630.462500', '214630.922500', '214631.382500', '214631.842500', '214632.302500', '214632.762500', '214633.222500', '214633.682500', '214634.142500', '214634.602500', '214635.062500', '214635.522500', '214635.982500', '214636.442500', '214636.902500', '214637.362500', '214637.822500', '214638.282500', '214638.742500', '214639.202500', '214639.662500', '214640.122500', '214640.582500', '214641.042500', '214641.502500', '214641.962500', '214642.422500', '214642.882500', '214643.342500', '214643.802500', '214644.262500', '214644.722500', '214645.182500', '214645.642500', '214646.102500', '214646.562500', '214647.022500', '214647.482500', '214647.942500', '214648.402500', '214648.862500', '214649.322500', '214649.782500', '214650.242500', '214650.702500', '214651.162500', '214651.622500', '214652.082500', '214652.542500', '214653.002500', '214653.462500', '214653.922500', '214654.382500', '214654.842500', '214655.302500', '214655.762500', '214656.222500', '214656.682500', '214657.142500', '214657.602500', '214658.062500', '214658.522500', '214658.982500', '214659.442500', '214659.902500', '214700.362500', '214700.822500', '214701.282500', '214701.742500', '214702.202500', '214702.662500', '214703.122500', '214703.582500', '214704.042500', '214704.502500', '214704.962500', '214705.422500', '214705.882500', '214706.342500', '214706.802500', '214707.262500', '214707.722500', '214708.182500', '214708.642500', '214709.102500', '214709.562500', '214710.022500', '214710.482500', '214710.942500', '214711.402500', '214711.862500', '214712.322500', '214712.782500', '214713.242500', '214713.702500', '214714.162500', '214714.622500', '214715.082500', '214715.542500', '214716.002500', '214716.462500', '214716.922500', '214717.382500', '214717.842500', '214718.302500', '214718.762500', '214719.222500', '214719.682500', '214720.142500', '214720.602500', '214721.062500', '214721.522500', '214721.982500', '214722.442500', '214722.902500', '214723.362500', '214723.822500', '214724.282500', '214724.742500', '214725.202500', '214725.662500', '214726.122500', '214726.582500', '214727.042500', '214727.502500', '214727.962500', '214728.422500', '214728.882500', '214729.342500', '214729.802500', '214730.262500', '214730.722500', '214731.182500', '214731.642500', '214732.102500', '214732.562500', '214733.022500', '214733.482500', '214733.942500', '214734.402500', '214734.862500', '214735.322500', '214735.782500', '214736.242500', '214736.702500', '214737.162500', '214737.622500', '214738.082500', '214738.542500', '214739.002500', '214739.462500', '214739.922500', '214740.382500', '214740.842500', '214741.302500', '214741.762500', '214742.222500', '214742.682500', '214743.142500', '214743.602500', '214744.062500', '214744.522500', '214744.982500', '214745.442500', '214745.902500', '214746.362500', '214746.822500', '214747.282500', '214747.742500', '214748.202500', '214748.662500', '214749.122500', '214749.582500', '214750.042500', '214750.502500', '214750.962500', '214751.422500', '214751.882500', '214752.342500', '214752.802500', '214753.262500', '214753.722500', '214754.182500', '214754.642500', '214755.102500', '214755.562500', '214756.022500', '214756.482500', '214756.942500', '214757.402500', '214757.862500', '214758.322500', '214758.782500', '214759.242500', '214759.702500', '214800.162500', '214800.622500', '214801.082500', '214801.542500', '214802.002500', '214802.462500', '214802.922500', '214803.382500', '214803.842500', '214804.302500', '214804.762500', '214805.222500', '214805.682500', '214806.142500', '214806.602500', '214807.062500', '214807.522500', '214807.982500', '214808.442500', '214808.902500', '214809.362500', '214809.822500', '214810.282500', '214810.742500', '214811.202500', '214811.662500', '214812.122500', '214812.582500', '214813.042500', '214813.502500', '214813.962500', '214814.422500', '214814.882500', '214815.342500', '214815.802500', '214816.262500', '214816.722500', '214817.182500', '214817.642500', '214818.102500', '214818.562500', '214819.022500', '214819.482500', '214819.942500', '214820.402500', '214820.862500', '214821.322500', '214821.782500', '214822.242500', '214822.702500', '214823.162500', '214823.622500', '214824.082500', '214824.542500', '214825.002500', '214825.462500', '214825.922500', '214826.382500', '214826.842500', '214827.302500', '214827.762500', '214828.222500', '214828.682500', '214829.142500', '214829.602500', '214830.062500', '214830.522500', '214830.982500', '214831.442500', '214831.902500', '214832.362500', '214832.822500', '214833.282500', '214833.742500', '214834.202500', '214834.662500', '214835.122500', '214835.582500', '214836.042500', '214836.502500', '214836.962500', '214837.422500', '214837.882500', '214838.342500', '214838.802500', '214839.262500', '214839.722500', '214840.182500', '214840.642500', '214841.102500', '214841.562500', '214842.022500', '214842.482500', '214842.942500', '214843.402500', '214843.862500', '214844.322500', '214844.782500', '214845.242500', '214845.702500', '214846.162500', '214846.622500', '214847.082500', '214847.542500', '214848.002500', '214848.462500', '214848.922500', '214849.382500', '214849.842500', '214850.302500', '214850.762500', '214851.222500', '214851.682500', '214852.142500', '214852.602500', '214853.062500', '214853.522500', '214853.982500', '214854.442500', '214854.902500', '214855.362500', '214855.822500', '214856.282500', '214856.742500', '214857.202500', '214857.662500', '214858.122500', '214858.582500', '214859.042500', '214859.502500', '214859.962500', '214900.422500', '214900.882500', '214901.342500', '214901.802500', '214902.262500', '214902.722500', '214903.182500', '214903.642500', '214904.102500', '214904.562500', '214905.022500', '214905.482500', '214905.942500', '214906.402500', '214906.862500', '214907.322500', '214907.782500', '214908.242500', '214908.702500', '214909.162500', '214909.622500', '214910.082500', '214910.542500', '214911.002500', '214911.462500', '214911.922500', '214912.382500', '214912.842500', '214913.302500', '214913.762500', '214914.222500', '214914.682500', '214915.142500', '214915.602500', '214916.062500', '214916.522500', '214916.982500', '214917.442500', '214917.902500', '214918.362500', '214918.822500', '214919.282500', '214919.742500', '214920.202500', '214920.662500', '214921.122500', '214921.582500', '214922.042500', '214922.502500', '214922.962500', '214923.422500', '214923.882500', '214924.342500', '214924.802500', '214925.262500', '214925.722500', '214926.182500', '214926.642500', '214927.102500', '214927.562500', '214928.022500', '214928.482500', '214928.942500', '214929.402500', '214929.862500', '214930.322500', '214930.782500', '214931.242500', '214931.702500', '214932.162500', '214932.622500', '214933.082500', '214933.542500', '214934.002500', '214934.462500', '214934.922500', '214935.382500', '214935.842500', '214936.302500', '214936.762500', '214937.222500', '214937.682500', '214938.142500', '214938.602500', '214939.062500', '214939.522500', '214939.982500', '214940.442500', '214940.902500', '214941.362500', '214941.822500', '214942.282500', '214942.742500', '214943.202500', '214943.662500', '214944.122500', '214944.582500', '214945.042500', '214945.502500', '214945.962500', '214946.422500', '214946.882500', '214947.342500', '214947.802500', '214948.262500', '214948.722500', '214949.182500', '214949.642500', '214950.102500', '214950.562500', '214951.022500', '214951.482500', '214951.942500', '214952.402500', '214952.862500', '214953.322500', '214953.782500', '214954.242500', '214954.702500', '214955.162500', '214955.622500', '214956.082500', '214956.542500', '214957.002500', '214957.462500', '214957.922500', '214958.382500', '214958.842500', '214959.302500', '214959.762500', '215000.222500', '215000.682500', '215001.142500', '215001.602500', '215002.062500', '215002.522500', '215002.982500', '215003.442500', '215003.902500', '215004.362500', '215004.822500', '215005.282500', '215005.742500', '215006.202500', '215006.662500', '215007.122500', '215007.582500', '215008.042500', '215008.502500', '215008.962500', '215009.422500', '215009.882500', '215010.342500', '215010.802500', '215011.262500', '215011.722500', '215012.182500', '215012.642500', '215013.102500', '215013.562500', '215014.022500', '215014.482500', '215014.942500', '215015.402500', '215015.862500', '215016.322500', '215016.782500', '215017.242500', '215017.702500', '215018.162500', '215018.622500', '215019.082500', '215019.542500', '215020.002500', '215020.462500', '215020.922500', '215021.382500', '215021.842500', '215022.302500', '215022.762500', '215023.222500', '215023.682500', '215024.142500', '215024.602500', '215025.062500', '215025.522500', '215025.982500', '215026.442500', '215026.902500', '215027.362500', '215027.822500', '215028.282500', '215028.742500', '215029.202500', '215029.662500', '215030.122500', '215030.582500', '215031.042500', '215031.502500', '215031.962500', '215032.422500', '215032.882500', '215033.342500', '215033.802500', '215034.262500', '215034.722500', '215035.182500', '215035.642500', '215036.102500', '215036.562500', '215037.022500', '215037.482500', '215037.942500', '215038.402500', '215038.862500', '215039.322500', '215039.782500', '215040.242500', '215040.702500', '215041.162500', '215041.622500', '215042.082500', '215042.542500', '215043.002500', '215043.462500', '215043.922500', '215044.382500', '215044.842500', '215045.302500', '215045.762500', '215046.222500'], 'ContentTime': ['214437.692000', '214437.696000', '214437.698000', '214437.701000', '214437.704000', '214437.706000', '214437.709000', '214437.712000', '214437.714000', '214437.717000', '214437.719000', '214437.722000', '214437.728000', '214437.731000', '214437.734000', '214437.736000', '214437.739000', '214437.741000', '214437.744000', '214437.747000', '214437.749000', '214437.752000', '214437.754000', '214437.757000', '214437.760000', '214437.762000', '214437.765000', '214437.774000', '214437.776000', '214437.779000', '214437.782000', '214437.784000', '214437.787000', '214437.789000', '214457.658000', '214457.661000', '214457.664000', '214457.666000', '214457.669000', '214457.672000', '214457.674000', '214457.677000', '214457.679000', '214457.682000', '214457.684000', '214457.687000', '214457.689000', '214457.692000', '214457.695000', '214457.697000', '214457.700000', '214457.702000', '214457.714000', '214457.716000', '214457.719000', '214457.721000', '214457.724000', '214457.726000', '214457.729000', '214457.732000', '214457.735000', '214457.738000', '214457.741000', '214457.743000', '214457.746000', '214457.748000', '214457.751000', '214457.753000', '214457.756000', '214457.759000', '214457.761000', '214457.764000', '214457.766000', '214457.769000', '214457.771000', '214457.774000', '214457.777000', '214517.659000', '214517.661000', '214517.664000', '214517.666000', '214517.669000', '214517.672000', '214517.674000', '214517.677000', '214517.679000', '214517.682000', '214517.685000', '214517.687000', '214517.690000', '214517.692000', '214517.695000', '214517.697000', '214517.700000', '214517.703000', '214517.715000', '214517.718000', '214517.721000', '214517.723000', '214517.726000', '214517.729000', '214517.731000', '214517.734000', '214517.736000', '214517.739000', '214517.741000', '214517.744000', '214517.747000', '214517.749000', '214517.752000', '214517.755000', '214517.757000', '214517.760000', '214517.763000', '214517.765000', '214517.768000', '214517.770000', '214517.773000', '214517.776000', '214517.778000', '214517.781000', '214537.659000', '214537.661000', '214537.664000', '214537.666000', '214537.669000', '214537.672000', '214537.674000', '214537.677000', '214537.679000', '214537.682000', '214537.685000', '214537.687000', '214537.690000', '214537.692000', '214537.695000', '214537.697000', '214537.700000', '214537.703000', '214537.705000', '214537.708000', '214537.710000', '214537.713000', '214537.716000', '214537.718000', '214537.721000', '214537.723000', '214537.726000', '214537.729000', '214537.731000', '214537.734000', '214537.736000', '214537.739000', '214537.741000', '214537.744000', '214537.747000', '214537.750000', '214537.752000', '214537.755000', '214537.758000', '214537.760000', '214537.763000', '214537.765000', '214537.768000', '214557.659000', '214557.662000', '214557.664000', '214557.667000', '214557.669000', '214557.672000', '214557.675000', '214557.677000', '214557.680000', '214557.682000', '214557.685000', '214557.688000', '214557.690000', '214557.693000', '214557.695000', '214557.698000', '214557.701000', '214557.703000', '214557.706000', '214557.722000', '214557.724000', '214557.727000', '214557.730000', '214557.732000', '214557.735000', '214557.737000', '214557.740000', '214557.742000', '214557.745000', '214557.748000', '214557.750000', '214557.753000', '214557.755000', '214557.758000', '214557.761000', '214557.763000', '214557.766000', '214557.768000', '214557.771000', '214557.774000', '214557.776000', '214557.779000', '214557.781000', '214557.784000', '214617.658000', '214617.661000', '214617.664000', '214617.667000', '214617.669000', '214617.672000', '214617.674000', '214617.677000', '214617.679000', '214617.682000', '214617.685000', '214617.687000', '214617.690000', '214617.692000', '214617.695000', '214617.698000', '214617.700000', '214617.703000', '214617.705000', '214617.708000', '214617.711000', '214617.713000', '214617.716000', '214617.718000', '214617.721000', '214617.724000', '214617.726000', '214617.729000', '214617.731000', '214617.734000', '214617.736000', '214617.739000', '214617.742000', '214617.744000', '214617.747000', '214617.749000', '214617.752000', '214617.755000', '214617.757000', '214617.760000', '214617.762000', '214617.766000', '214617.769000', '214637.658000', '214637.661000', '214637.664000', '214637.667000', '214637.669000', '214637.672000', '214637.674000', '214637.677000', '214637.680000', '214637.682000', '214637.685000', '214637.688000', '214637.690000', '214637.693000', '214637.695000', '214637.698000', '214637.700000', '214637.703000', '214637.706000', '214637.708000', '214637.711000', '214637.714000', '214637.716000', '214637.719000', '214637.721000', '214637.724000', '214637.727000', '214637.729000', '214637.732000', '214637.734000', '214637.737000', '214637.740000', '214637.742000', '214637.745000', '214637.748000', '214637.750000', '214637.753000', '214637.755000', '214637.758000', '214637.760000', '214637.763000', '214637.766000', '214637.768000', '214637.771000', '214657.658000', '214657.660000', '214657.663000', '214657.666000', '214657.668000', '214657.671000', '214657.673000', '214657.676000', '214657.679000', '214657.681000', '214657.684000', '214657.686000', '214657.689000', '214657.692000', '214657.694000', '214657.697000', '214657.699000', '214657.702000', '214657.705000', '214657.707000', '214657.710000', '214657.713000', '214657.715000', '214657.718000', '214657.720000', '214657.723000', '214657.725000', '214657.728000', '214657.731000', '214657.733000', '214657.736000', '214657.739000', '214657.741000', '214657.744000', '214657.746000', '214657.749000', '214657.751000', '214657.754000', '214657.757000', '214657.759000', '214657.762000', '214657.764000', '214657.767000', '214717.658000', '214717.661000', '214717.664000', '214717.667000', '214717.669000', '214717.672000', '214717.675000', '214717.677000', '214717.680000', '214717.683000', '214717.685000', '214717.688000', '214717.690000', '214717.693000', '214717.696000', '214717.698000', '214717.701000', '214717.704000', '214717.706000', '214717.709000', '214717.711000', '214717.714000', '214717.717000', '214717.719000', '214717.722000', '214717.724000', '214717.727000', '214717.730000', '214717.732000', '214717.735000', '214717.737000', '214717.740000', '214717.743000', '214717.745000', '214717.748000', '214717.754000', '214717.757000', '214717.760000', '214717.762000', '214717.765000', '214717.767000', '214717.770000', '214717.773000', '214717.775000', '214737.674000', '214737.677000', '214737.679000', '214737.682000', '214737.685000', '214737.687000', '214737.690000', '214737.692000', '214737.695000', '214737.698000', '214737.700000', '214737.703000', '214737.705000', '214737.708000', '214737.711000', '214737.713000', '214737.716000', '214737.718000', '214737.721000', '214737.724000', '214737.726000', '214737.729000', '214737.732000', '214737.734000', '214737.737000', '214737.739000', '214737.742000', '214737.745000', '214737.747000', '214737.750000', '214737.752000', '214737.755000', '214737.758000', '214737.760000', '214737.763000', '214737.765000', '214737.768000', '214737.771000', '214737.773000', '214737.776000', '214737.779000', '214737.781000', '214737.784000', '214757.659000', '214757.661000', '214757.664000', '214757.667000', '214757.669000', '214757.672000', '214757.674000', '214757.677000', '214757.680000', '214757.682000', '214757.685000', '214757.687000', '214757.690000', '214757.693000', '214757.695000', '214757.698000', '214757.700000', '214757.703000', '214757.706000', '214757.708000', '214757.711000', '214757.713000', '214757.716000', '214757.719000', '214757.721000', '214757.724000', '214757.726000', '214757.729000', '214757.732000', '214757.734000', '214757.737000', '214757.740000', '214757.742000', '214757.745000', '214757.747000', '214757.750000', '214757.753000', '214757.755000', '214757.758000', '214757.760000', '214757.763000', '214757.766000', '214757.768000', '214757.771000', '214817.659000', '214817.661000', '214817.664000', '214817.667000', '214817.669000', '214817.672000', '214817.674000', '214817.677000', '214817.679000', '214817.682000', '214817.685000', '214817.687000', '214817.690000', '214817.692000', '214817.695000', '214817.698000', '214817.701000', '214817.703000', '214817.706000', '214817.708000', '214817.711000', '214817.714000', '214817.716000', '214817.719000', '214817.721000', '214817.724000', '214817.727000', '214817.729000', '214817.732000', '214817.734000', '214817.737000', '214817.740000', '214817.742000', '214817.745000', '214817.748000', '214817.750000', '214817.753000', '214817.755000', '214817.758000', '214817.761000', '214817.763000', '214817.766000', '214817.768000', '214837.658000', '214837.661000', '214837.664000', '214837.668000', '214837.670000', '214837.673000', '214837.676000', '214837.678000', '214837.681000', '214837.684000', '214837.686000', '214837.689000', '214837.692000', '214837.694000', '214837.697000', '214837.700000', '214837.702000', '214837.705000', '214837.707000', '214837.710000', '214837.713000', '214837.716000', '214837.718000', '214837.721000', '214837.724000', '214837.726000', '214837.729000', '214837.732000', '214837.734000', '214837.737000', '214837.740000', '214837.742000', '214837.745000', '214837.748000', '214837.750000', '214837.753000', '214837.755000', '214837.758000', '214837.761000', '214837.763000', '214837.766000', '214837.768000', '214837.771000', '214837.774000', '214857.659000', '214857.662000', '214857.664000', '214857.667000', '214857.669000', '214857.672000', '214857.675000', '214857.677000', '214857.680000', '214857.683000', '214857.685000', '214857.688000', '214857.690000', '214857.693000', '214857.696000', '214857.698000', '214857.701000', '214857.703000', '214857.706000', '214857.709000', '214857.711000', '214857.714000', '214857.716000', '214857.719000', '214857.722000', '214857.734000', '214857.736000', '214857.739000', '214857.742000', '214857.744000', '214857.747000', '214857.749000', '214857.752000', '214857.755000', '214857.757000', '214857.760000', '214857.762000', '214857.765000', '214857.768000', '214857.770000', '214857.773000', '214857.776000', '214857.778000', '214917.658000', '214917.660000', '214917.663000', '214917.666000', '214917.668000', '214917.671000', '214917.673000', '214917.676000', '214917.679000', '214917.681000', '214917.684000', '214917.687000', '214917.689000', '214917.692000', '214917.694000', '214917.697000', '214917.700000', '214917.702000', '214917.705000', '214917.708000', '214917.710000', '214917.713000', '214917.715000', '214917.718000', '214917.721000', '214917.723000', '214917.726000', '214917.728000', '214917.731000', '214917.734000', '214917.736000', '214917.739000', '214917.741000', '214917.744000', '214917.747000', '214917.749000', '214917.752000', '214917.754000', '214917.757000', '214917.760000', '214917.762000', '214917.765000', '214917.768000', '214917.770000', '214937.659000', '214937.661000', '214937.664000', '214937.667000', '214937.669000', '214937.672000', '214937.675000', '214937.677000', '214937.680000', '214937.682000', '214937.685000', '214937.688000', '214937.690000', '214937.693000', '214937.696000', '214937.698000', '214937.701000', '214937.704000', '214937.706000', '214937.709000', '214937.711000', '214937.714000', '214937.717000', '214937.719000', '214937.722000', '214937.725000', '214937.727000', '214937.730000', '214937.732000', '214937.735000', '214937.738000', '214937.740000', '214937.743000', '214937.746000', '214937.748000', '214937.751000', '214937.753000', '214937.756000', '214937.759000', '214937.761000', '214937.764000', '214937.766000', '214937.769000', '214957.659000', '214957.662000', '214957.664000', '214957.667000', '214957.669000', '214957.672000', '214957.675000', '214957.677000', '214957.680000', '214957.683000', '214957.685000', '214957.688000', '214957.691000', '214957.693000', '214957.696000', '214957.698000', '214957.703000', '214957.706000', '214957.709000', '214957.712000', '214957.714000', '214957.717000', '214957.719000', '214957.722000', '214957.725000', '214957.727000', '214957.730000', '214957.733000', '214957.735000', '214957.738000', '214957.741000', '214957.743000', '214957.746000', '214957.748000', '214957.751000', '214957.754000', '214957.756000', '214957.759000', '214957.762000', '214957.764000', '214957.767000', '214957.770000', '214957.772000', '214957.775000', '215017.659000', '215017.662000', '215017.664000', '215017.667000', '215017.669000', '215017.672000', '215017.675000', '215017.677000', '215017.680000', '215017.683000', '215017.685000', '215017.688000', '215017.690000', '215017.693000', '215017.695000', '215017.698000', '215017.701000', '215017.703000', '215017.706000', '215017.708000', '215017.711000', '215017.714000', '215017.716000', '215017.719000', '215017.722000', '215017.724000', '215017.727000', '215017.729000', '215017.732000', '215017.735000', '215017.737000', '215017.740000', '215017.742000', '215017.745000', '215017.748000', '215017.750000', '215017.753000', '215017.755000', '215017.758000', '215017.761000', '215017.764000', '215017.766000', '215017.769000', '215037.658000', '215037.661000', '215037.664000', '215037.667000', '215037.669000', '215037.672000', '215037.674000', '215037.678000', '215037.681000', '215037.684000', '215037.686000', '215037.689000', '215037.692000', '215037.694000', '215037.697000', '215037.699000', '215037.702000', '215037.705000', '215037.707000', '215037.710000', '215037.712000', '215037.715000', '215037.718000', '215037.720000', '215037.723000', '215037.726000', '215037.728000', '215037.731000', '215037.733000', '215037.736000', '215037.739000', '215037.741000', '215037.744000', '215037.746000', '215037.749000', '215037.752000', '215037.754000', '215037.757000', '215037.759000', '215037.762000', '215037.765000', '215037.767000', '215037.770000', '215047.832000', '215047.837000', '215047.839000', '215047.842000', '215047.845000', '215047.848000', '215047.851000', '215047.854000', '215047.857000', '215047.859000', '215047.862000', '215047.865000', '215047.867000', '215047.870000', '215047.873000', '215047.875000', '215047.878000', '215047.881000', '215047.884000', '215047.887000', '215047.891000', '215047.894000', '215047.897000'], 'InstanceCreationTime': ['214437.692000', '214437.696000', '214437.698000', '214437.701000', '214437.704000', '214437.706000', '214437.709000', '214437.712000', '214437.714000', '214437.717000', '214437.719000', '214437.722000', '214437.728000', '214437.731000', '214437.734000', '214437.736000', '214437.739000', '214437.741000', '214437.744000', '214437.747000', '214437.749000', '214437.752000', '214437.754000', '214437.757000', '214437.760000', '214437.762000', '214437.765000', '214437.774000', '214437.776000', '214437.779000', '214437.782000', '214437.784000', '214437.787000', '214437.789000', '214457.658000', '214457.661000', '214457.664000', '214457.666000', '214457.669000', '214457.672000', '214457.674000', '214457.677000', '214457.679000', '214457.682000', '214457.684000', '214457.687000', '214457.689000', '214457.692000', '214457.695000', '214457.697000', '214457.700000', '214457.702000', '214457.714000', '214457.716000', '214457.719000', '214457.721000', '214457.724000', '214457.726000', '214457.729000', '214457.732000', '214457.735000', '214457.738000', '214457.741000', '214457.743000', '214457.746000', '214457.748000', '214457.751000', '214457.753000', '214457.756000', '214457.759000', '214457.761000', '214457.764000', '214457.766000', '214457.769000', '214457.771000', '214457.774000', '214457.777000', '214517.659000', '214517.661000', '214517.664000', '214517.666000', '214517.669000', '214517.672000', '214517.674000', '214517.677000', '214517.679000', '214517.682000', '214517.685000', '214517.687000', '214517.690000', '214517.692000', '214517.695000', '214517.697000', '214517.700000', '214517.703000', '214517.715000', '214517.718000', '214517.721000', '214517.723000', '214517.726000', '214517.729000', '214517.731000', '214517.734000', '214517.736000', '214517.739000', '214517.741000', '214517.744000', '214517.747000', '214517.749000', '214517.752000', '214517.755000', '214517.757000', '214517.760000', '214517.763000', '214517.765000', '214517.768000', '214517.770000', '214517.773000', '214517.776000', '214517.778000', '214517.781000', '214537.659000', '214537.661000', '214537.664000', '214537.666000', '214537.669000', '214537.672000', '214537.674000', '214537.677000', '214537.679000', '214537.682000', '214537.685000', '214537.687000', '214537.690000', '214537.692000', '214537.695000', '214537.697000', '214537.700000', '214537.703000', '214537.705000', '214537.708000', '214537.710000', '214537.713000', '214537.716000', '214537.718000', '214537.721000', '214537.723000', '214537.726000', '214537.729000', '214537.731000', '214537.734000', '214537.736000', '214537.739000', '214537.741000', '214537.744000', '214537.747000', '214537.750000', '214537.752000', '214537.755000', '214537.758000', '214537.760000', '214537.763000', '214537.765000', '214537.768000', '214557.659000', '214557.662000', '214557.664000', '214557.667000', '214557.669000', '214557.672000', '214557.675000', '214557.677000', '214557.680000', '214557.682000', '214557.685000', '214557.688000', '214557.690000', '214557.693000', '214557.695000', '214557.698000', '214557.701000', '214557.703000', '214557.706000', '214557.722000', '214557.724000', '214557.727000', '214557.730000', '214557.732000', '214557.735000', '214557.737000', '214557.740000', '214557.742000', '214557.745000', '214557.748000', '214557.750000', '214557.753000', '214557.755000', '214557.758000', '214557.761000', '214557.763000', '214557.766000', '214557.768000', '214557.771000', '214557.774000', '214557.776000', '214557.779000', '214557.781000', '214557.784000', '214617.658000', '214617.661000', '214617.664000', '214617.667000', '214617.669000', '214617.672000', '214617.674000', '214617.677000', '214617.679000', '214617.682000', '214617.685000', '214617.687000', '214617.690000', '214617.692000', '214617.695000', '214617.698000', '214617.700000', '214617.703000', '214617.705000', '214617.708000', '214617.711000', '214617.713000', '214617.716000', '214617.718000', '214617.721000', '214617.724000', '214617.726000', '214617.729000', '214617.731000', '214617.734000', '214617.736000', '214617.739000', '214617.742000', '214617.744000', '214617.747000', '214617.749000', '214617.752000', '214617.755000', '214617.757000', '214617.760000', '214617.762000', '214617.766000', '214617.769000', '214637.658000', '214637.661000', '214637.664000', '214637.667000', '214637.669000', '214637.672000', '214637.674000', '214637.677000', '214637.680000', '214637.682000', '214637.685000', '214637.688000', '214637.690000', '214637.693000', '214637.695000', '214637.698000', '214637.700000', '214637.703000', '214637.706000', '214637.708000', '214637.711000', '214637.714000', '214637.716000', '214637.719000', '214637.721000', '214637.724000', '214637.727000', '214637.729000', '214637.732000', '214637.734000', '214637.737000', '214637.740000', '214637.742000', '214637.745000', '214637.748000', '214637.750000', '214637.753000', '214637.755000', '214637.758000', '214637.760000', '214637.763000', '214637.766000', '214637.768000', '214637.771000', '214657.658000', '214657.660000', '214657.663000', '214657.666000', '214657.668000', '214657.671000', '214657.673000', '214657.676000', '214657.679000', '214657.681000', '214657.684000', '214657.686000', '214657.689000', '214657.692000', '214657.694000', '214657.697000', '214657.699000', '214657.702000', '214657.705000', '214657.707000', '214657.710000', '214657.713000', '214657.715000', '214657.718000', '214657.720000', '214657.723000', '214657.725000', '214657.728000', '214657.731000', '214657.733000', '214657.736000', '214657.739000', '214657.741000', '214657.744000', '214657.746000', '214657.749000', '214657.751000', '214657.754000', '214657.757000', '214657.759000', '214657.762000', '214657.764000', '214657.767000', '214717.658000', '214717.661000', '214717.664000', '214717.667000', '214717.669000', '214717.672000', '214717.675000', '214717.677000', '214717.680000', '214717.683000', '214717.685000', '214717.688000', '214717.690000', '214717.693000', '214717.696000', '214717.698000', '214717.701000', '214717.704000', '214717.706000', '214717.709000', '214717.711000', '214717.714000', '214717.717000', '214717.719000', '214717.722000', '214717.724000', '214717.727000', '214717.730000', '214717.732000', '214717.735000', '214717.737000', '214717.740000', '214717.743000', '214717.745000', '214717.748000', '214717.754000', '214717.757000', '214717.760000', '214717.762000', '214717.765000', '214717.767000', '214717.770000', '214717.773000', '214717.775000', '214737.674000', '214737.677000', '214737.679000', '214737.682000', '214737.685000', '214737.687000', '214737.690000', '214737.692000', '214737.695000', '214737.698000', '214737.700000', '214737.703000', '214737.705000', '214737.708000', '214737.711000', '214737.713000', '214737.716000', '214737.718000', '214737.721000', '214737.724000', '214737.726000', '214737.729000', '214737.732000', '214737.734000', '214737.737000', '214737.739000', '214737.742000', '214737.745000', '214737.747000', '214737.750000', '214737.752000', '214737.755000', '214737.758000', '214737.760000', '214737.763000', '214737.765000', '214737.768000', '214737.771000', '214737.773000', '214737.776000', '214737.779000', '214737.781000', '214737.784000', '214757.659000', '214757.661000', '214757.664000', '214757.667000', '214757.669000', '214757.672000', '214757.674000', '214757.677000', '214757.680000', '214757.682000', '214757.685000', '214757.687000', '214757.690000', '214757.693000', '214757.695000', '214757.698000', '214757.700000', '214757.703000', '214757.706000', '214757.708000', '214757.711000', '214757.713000', '214757.716000', '214757.719000', '214757.721000', '214757.724000', '214757.726000', '214757.729000', '214757.732000', '214757.734000', '214757.737000', '214757.740000', '214757.742000', '214757.745000', '214757.747000', '214757.750000', '214757.753000', '214757.755000', '214757.758000', '214757.760000', '214757.763000', '214757.766000', '214757.768000', '214757.771000', '214817.659000', '214817.661000', '214817.664000', '214817.667000', '214817.669000', '214817.672000', '214817.674000', '214817.677000', '214817.679000', '214817.682000', '214817.685000', '214817.687000', '214817.690000', '214817.692000', '214817.695000', '214817.698000', '214817.701000', '214817.703000', '214817.706000', '214817.708000', '214817.711000', '214817.714000', '214817.716000', '214817.719000', '214817.721000', '214817.724000', '214817.727000', '214817.729000', '214817.732000', '214817.734000', '214817.737000', '214817.740000', '214817.742000', '214817.745000', '214817.748000', '214817.750000', '214817.753000', '214817.755000', '214817.758000', '214817.761000', '214817.763000', '214817.766000', '214817.768000', '214837.658000', '214837.661000', '214837.664000', '214837.668000', '214837.670000', '214837.673000', '214837.676000', '214837.678000', '214837.681000', '214837.684000', '214837.686000', '214837.689000', '214837.692000', '214837.694000', '214837.697000', '214837.700000', '214837.702000', '214837.705000', '214837.707000', '214837.710000', '214837.713000', '214837.716000', '214837.718000', '214837.721000', '214837.724000', '214837.726000', '214837.729000', '214837.732000', '214837.734000', '214837.737000', '214837.740000', '214837.742000', '214837.745000', '214837.748000', '214837.750000', '214837.753000', '214837.755000', '214837.758000', '214837.761000', '214837.763000', '214837.766000', '214837.768000', '214837.771000', '214837.774000', '214857.659000', '214857.662000', '214857.664000', '214857.667000', '214857.669000', '214857.672000', '214857.675000', '214857.677000', '214857.680000', '214857.683000', '214857.685000', '214857.688000', '214857.690000', '214857.693000', '214857.696000', '214857.698000', '214857.701000', '214857.703000', '214857.706000', '214857.709000', '214857.711000', '214857.714000', '214857.716000', '214857.719000', '214857.722000', '214857.734000', '214857.736000', '214857.739000', '214857.742000', '214857.744000', '214857.747000', '214857.749000', '214857.752000', '214857.755000', '214857.757000', '214857.760000', '214857.762000', '214857.765000', '214857.768000', '214857.770000', '214857.773000', '214857.776000', '214857.778000', '214917.658000', '214917.660000', '214917.663000', '214917.666000', '214917.668000', '214917.671000', '214917.673000', '214917.676000', '214917.679000', '214917.681000', '214917.684000', '214917.687000', '214917.689000', '214917.692000', '214917.694000', '214917.697000', '214917.700000', '214917.702000', '214917.705000', '214917.708000', '214917.710000', '214917.713000', '214917.715000', '214917.718000', '214917.721000', '214917.723000', '214917.726000', '214917.728000', '214917.731000', '214917.734000', '214917.736000', '214917.739000', '214917.741000', '214917.744000', '214917.747000', '214917.749000', '214917.752000', '214917.754000', '214917.757000', '214917.760000', '214917.762000', '214917.765000', '214917.768000', '214917.770000', '214937.659000', '214937.661000', '214937.664000', '214937.667000', '214937.669000', '214937.672000', '214937.675000', '214937.677000', '214937.680000', '214937.682000', '214937.685000', '214937.688000', '214937.690000', '214937.693000', '214937.696000', '214937.698000', '214937.701000', '214937.704000', '214937.706000', '214937.709000', '214937.711000', '214937.714000', '214937.717000', '214937.719000', '214937.722000', '214937.725000', '214937.727000', '214937.730000', '214937.732000', '214937.735000', '214937.738000', '214937.740000', '214937.743000', '214937.746000', '214937.748000', '214937.751000', '214937.753000', '214937.756000', '214937.759000', '214937.761000', '214937.764000', '214937.766000', '214937.769000', '214957.659000', '214957.662000', '214957.664000', '214957.667000', '214957.669000', '214957.672000', '214957.675000', '214957.677000', '214957.680000', '214957.683000', '214957.685000', '214957.688000', '214957.691000', '214957.693000', '214957.696000', '214957.698000', '214957.703000', '214957.706000', '214957.709000', '214957.712000', '214957.714000', '214957.717000', '214957.719000', '214957.722000', '214957.725000', '214957.727000', '214957.730000', '214957.733000', '214957.735000', '214957.738000', '214957.741000', '214957.743000', '214957.746000', '214957.748000', '214957.751000', '214957.754000', '214957.756000', '214957.759000', '214957.762000', '214957.764000', '214957.767000', '214957.770000', '214957.772000', '214957.775000', '215017.659000', '215017.662000', '215017.664000', '215017.667000', '215017.669000', '215017.672000', '215017.675000', '215017.677000', '215017.680000', '215017.683000', '215017.685000', '215017.688000', '215017.690000', '215017.693000', '215017.695000', '215017.698000', '215017.701000', '215017.703000', '215017.706000', '215017.708000', '215017.711000', '215017.714000', '215017.716000', '215017.719000', '215017.722000', '215017.724000', '215017.727000', '215017.729000', '215017.732000', '215017.735000', '215017.737000', '215017.740000', '215017.742000', '215017.745000', '215017.748000', '215017.750000', '215017.753000', '215017.755000', '215017.758000', '215017.761000', '215017.764000', '215017.766000', '215017.769000', '215037.658000', '215037.661000', '215037.664000', '215037.667000', '215037.669000', '215037.672000', '215037.674000', '215037.678000', '215037.681000', '215037.684000', '215037.686000', '215037.689000', '215037.692000', '215037.694000', '215037.697000', '215037.699000', '215037.702000', '215037.705000', '215037.707000', '215037.710000', '215037.712000', '215037.715000', '215037.718000', '215037.720000', '215037.723000', '215037.726000', '215037.728000', '215037.731000', '215037.733000', '215037.736000', '215037.739000', '215037.741000', '215037.744000', '215037.746000', '215037.749000', '215037.752000', '215037.754000', '215037.757000', '215037.759000', '215037.762000', '215037.765000', '215037.767000', '215037.770000', '215047.832000', '215047.837000', '215047.839000', '215047.842000', '215047.845000', '215047.848000', '215047.851000', '215047.854000', '215047.857000', '215047.859000', '215047.862000', '215047.865000', '215047.867000', '215047.870000', '215047.873000', '215047.875000', '215047.878000', '215047.881000', '215047.884000', '215047.887000', '215047.891000', '215047.894000', '215047.897000'], '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': [15315, 12549, 15043, 12726, 12498, 12586, 10278, 13165, 10304, 13617, 10788, 10817, 11906, 9301, 12270, 9449, 13811, 10082, 12473, 9838, 10975, 15464, 10251, 12207, 9854, 10996, 7974, 10313, 8015, 9618, 10126, 9654, 9764, 9780, 7713, 10559, 9176, 11365, 8711, 10578, 12616, 10405, 11971, 10244, 12138, 10132, 12017, 10475, 12687, 10846, 9401, 11552, 9385, 12219, 10616, 12299, 13708, 12283, 9074, 11109, 14987, 11423, 13640, 12084, 13235, 11194, 10185, 9591, 9381, 11183, 8800, 13432, 10695, 12818, 10784, 12110, 15446, 12457, 13226, 12208, 13138, 12832, 12224, 9237, 12777, 9115, 13113, 12283, 11656, 14499, 12113, 13572, 11112, 13152, 10273, 13031, 9466, 12823, 12368, 12320, 11209, 11839, 8885, 12926, 12631, 10840, 14751, 11944, 13906, 12378, 13816, 10196, 13076, 10328, 12719, 13368, 11584, 14531, 10777, 13368, 10346, 12957, 10647, 12587, 10442, 12796, 9517, 12420, 8697, 12446, 10697, 12733, 14062, 11787, 12386, 10757, 13991, 11716, 12683, 10108, 12763, 10423, 12704, 10090, 12727, 10422, 12401, 10206, 12420, 13787, 11682, 10885, 10419, 14482, 10902, 12942, 10336, 11481, 11496, 8611, 12474, 10558, 13999, 11821, 13124, 16398, 11595, 13272, 10047, 13807, 10212, 12649, 8925, 11999, 9145, 12257, 10108, 12234, 10140, 12069, 12766, 12422, 9939, 11761, 8520, 13046, 14754, 11578, 12468, 9608, 13781, 10235, 12362, 8992, 12479, 9768, 13251, 10406, 12981, 9965, 12215, 11963, 12041, 10800, 11084, 8397, 12090, 13382, 11221, 13187, 11183, 12432, 10561, 12360, 9887, 12325, 9974, 12036, 9885, 12219, 11385, 11534, 8792, 12075, 8848, 12962, 14483, 11422, 13575, 11706, 13078, 9741, 11352, 10466, 13284, 10805, 12776, 10388, 12580, 9970, 12531, 10005, 12558, 10003, 11777, 15661, 11990, 13670, 10777, 13587, 9982, 12475, 9073, 12293, 10803, 11516, 13523, 11086, 13276, 10114, 12589, 9618, 12301, 9938, 11567, 9311, 11059, 13859, 10340, 12593, 9990, 12229, 9628, 12256, 8890, 12244, 8989, 12260, 10170, 12157, 15224, 12307, 12736, 10093, 9156, 11489, 13532, 10104, 12551, 13384, 11994, 10156, 10835, 13768, 10618, 13121, 9750, 12488, 9906, 11936, 8847, 10711, 7991, 11821, 12095, 11157, 12185, 10615, 11302, 9931, 13364, 10452, 12115, 10132, 12406, 9842, 12420, 9292, 12689, 14918, 11658, 12817, 9594, 12902, 9548, 12531, 8927, 12687, 10305, 12357, 14697, 12308, 13176, 11039, 12644, 10338, 12822, 9150, 12589, 12563, 11167, 11161, 10398, 7979, 11347, 12232, 10794, 13422, 10850, 12642, 10819, 12509, 10197, 12653, 9722, 12579, 9577, 11831, 13848, 11778, 13051, 11049, 12773, 10089, 12705, 10577, 12264, 9164, 12263, 13501, 11242, 13592, 10776, 12269, 10095, 12422, 10171, 12416, 9836, 12355, 10200, 11862, 9399, 12086, 9908, 12713, 11050, 13407, 9846, 12803, 9996, 8661, 11426, 13285, 11688, 12586, 12597, 10490, 12235, 16609, 12475, 15043, 10345, 13119, 10354, 13299, 9599, 12692, 8675, 13204, 8764, 13195, 11897, 12474, 10162, 12099, 8308, 12871, 8590, 12922, 10361, 12485, 9708, 12068, 8436, 13282, 8774, 12841, 9951, 12749, 9948, 12381, 10077, 12634, 10202, 13015, 9743, 12516, 8830, 12308, 8993, 12737, 8961, 12499, 9315, 12542, 10449, 12675, 10016, 12057, 9814, 11557, 12511, 11693, 12201, 10644, 13083, 10480, 13496, 10314, 12563, 9697, 12509, 9172, 12286, 9114, 12823, 10165, 12789, 10420, 11938, 9073, 12417, 15141, 11823, 13378, 11268, 12876, 10070, 13161, 10393, 13003, 9798, 12839, 10608, 11842, 9376, 12701, 14452, 11998, 13006, 10787, 12856, 9780, 12940, 9537, 13112, 10178, 12819, 9657, 12810, 9650, 13092, 13651, 11671, 14039, 11685, 12790, 9927, 12879, 9585, 13077, 10012, 13170, 10085, 12055, 8988, 11944, 13186, 11299, 14877, 11779, 13406, 10282, 13705, 10672, 13106, 9843, 12418, 10110, 12738, 9363, 12808, 9679, 13068, 9152, 13010, 9696, 11997, 8875, 12552, 10388, 12190, 12753, 11470, 13153, 10120, 13263, 10109, 12542, 10234, 11830, 8757, 11087, 13211, 10312, 13136, 10880, 12830, 9577, 12057, 8351, 12419, 10112, 12332, 10368, 11790, 8382, 12260, 9662, 11849, 14695, 11460, 14191, 10806, 13078, 10100, 12495, 9630, 12104, 9584, 12269, 9315, 12253, 9687, 12642, 10058, 12457, 10229, 12872, 10290, 12242, 8997, 12515, 11951, 11472, 15591, 12275, 13476, 10369, 8725, 10772, 12984, 10539, 13873, 11357, 13710, 10194, 13352, 10461, 14239, 11676, 13132, 10561, 13085, 10951, 12948, 9611, 12742, 10394, 12080, 9821, 11056, 14039, 11667, 12995, 11040, 11977, 9341, 12976, 10288, 12968, 11012, 13122, 10662, 12348, 8503, 12608, 12316, 11538, 12869, 11148, 8724, 11852, 13089, 10844, 13968, 10974, 12779, 10054, 12638, 9580, 12917, 9250, 13162, 11867, 11751, 14317, 10872, 12671, 11099, 12788, 10246, 11226, 10692, 13166, 9635, 12269, 12506, 11959, 12387, 10759, 10874, 10705, 13280, 10221, 12198, 9159, 12111, 9305, 12186, 9425, 12020, 8677, 11718, 14788, 11767, 14293, 10413, 13473, 10216, 12633, 9001, 12363, 9998, 11980, 8790, 12082, 8184, 13034, 10036, 12577, 9660, 12794, 10723, 7444, 12152, 9960, 14246, 11427, 10099, 12272, 17536, 14091, 13676, 10263, 12291, 11187, 12219, 15933, 12070, 13279, 10786, 8921, 12114, 14711, 12387, 13950, 11547, 12408, 9993, 12382, 8649, 12162, 13894, 10858, 12418, 9965, 12352, 9673, 12122, 8558, 12448, 13093, 11063, 12913, 9979, 12161, 9282, 12143, 9331, 11917, 9047, 11702, 8949, 11161, 13900, 10840, 12744, 9997, 12367, 9621, 12355, 11557, 10494, 13578, 10255, 12121, 8736, 11055, 8150, 10804, 13289, 10702, 12336, 10506, 12039, 9434, 11643, 9718, 10719, 13403, 10737, 12608, 9496, 11851, 8523, 12282, 9432, 11773, 12247, 11716, 8932, 11966, 8935, 12456, 14531, 11533, 12670, 10430, 12560, 8881, 12857, 8740, 13327, 11461, 11688, 14156, 11181, 12743, 10383, 12334, 9558, 12250, 9117, 12239, 13094, 11304, 12559, 10644, 8153, 10843, 12557, 10265, 13031, 10009, 12686, 8964, 11861, 8557, 12219, 12902, 10957, 14164, 10977, 10372, 9963, 8855, 11576], 'WindowCenter': [4251.0, 4229.0, 4236.0, 4199.0, 4184.0, 4172.0, 4137.0, 4158.0, 4125.0, 4165.0, 4133.0, 4105.0, 4103.0, 4099.0, 4157.0, 4126.0, 4166.0, 4123.0, 4144.0, 4124.0, 4136.0, 4174.0, 4134.0, 4144.0, 4124.0, 4134.0, 4105.0, 4135.0, 4115.0, 4138.0, 4149.0, 4152.0, 4152.0, 4163.0, 4135.0, 4176.0, 4169.0, 4200.0, 4157.0, 4180.0, 4198.0, 4179.0, 4190.0, 4179.0, 4198.0, 4179.0, 4200.0, 4193.0, 4212.0, 4201.0, 4184.0, 4215.0, 4196.0, 4228.0, 4204.0, 4215.0, 4223.0, 4202.0, 4171.0, 4202.0, 4232.0, 4202.0, 4224.0, 4213.0, 4224.0, 4204.0, 4193.0, 4196.0, 4210.0, 4217.0, 4184.0, 4236.0, 4208.0, 4227.0, 4206.0, 4216.0, 4236.0, 4214.0, 4214.0, 4212.0, 4212.0, 4213.0, 4202.0, 4182.0, 4224.0, 4181.0, 4223.0, 4200.0, 4202.0, 4211.0, 4200.0, 4211.0, 4189.0, 4198.0, 4180.0, 4199.0, 4166.0, 4199.0, 4188.0, 4198.0, 4178.0, 4188.0, 4159.0, 4213.0, 4198.0, 4179.0, 4219.0, 4189.0, 4208.0, 4199.0, 4208.0, 4179.0, 4199.0, 4178.0, 4199.0, 4197.0, 4187.0, 4206.0, 4176.0, 4196.0, 4177.0, 4197.0, 4178.0, 4198.0, 4178.0, 4197.0, 4167.0, 4198.0, 4157.0, 4200.0, 4178.0, 4197.0, 4208.0, 4186.0, 4186.0, 4177.0, 4196.0, 4186.0, 4185.0, 4164.0, 4186.0, 4165.0, 4184.0, 4166.0, 4196.0, 4177.0, 4187.0, 4165.0, 4186.0, 4195.0, 4174.0, 4162.0, 4163.0, 4206.0, 4176.0, 4197.0, 4177.0, 4187.0, 4188.0, 4158.0, 4211.0, 4192.0, 4212.0, 4188.0, 4199.0, 4206.0, 4173.0, 4182.0, 4151.0, 4182.0, 4152.0, 4183.0, 4143.0, 4173.0, 4154.0, 4184.0, 4163.0, 4174.0, 4152.0, 4174.0, 4183.0, 4173.0, 4152.0, 4172.0, 4143.0, 4184.0, 4194.0, 4161.0, 4170.0, 4138.0, 4180.0, 4150.0, 4171.0, 4141.0, 4183.0, 4165.0, 4194.0, 4176.0, 4195.0, 4154.0, 4175.0, 4174.0, 4175.0, 4163.0, 4173.0, 4133.0, 4186.0, 4194.0, 4174.0, 4184.0, 4175.0, 4185.0, 4165.0, 4185.0, 4166.0, 4186.0, 4166.0, 4186.0, 4166.0, 4186.0, 4187.0, 4177.0, 4146.0, 4187.0, 4156.0, 4197.0, 4207.0, 4175.0, 4197.0, 4187.0, 4195.0, 4168.0, 4187.0, 4176.0, 4197.0, 4176.0, 4188.0, 4166.0, 4185.0, 4167.0, 4186.0, 4168.0, 4187.0, 4155.0, 4174.0, 4204.0, 4174.0, 4183.0, 4163.0, 4183.0, 4166.0, 4184.0, 4144.0, 4185.0, 4162.0, 4174.0, 4183.0, 4173.0, 4182.0, 4163.0, 4183.0, 4154.0, 4174.0, 4153.0, 4173.0, 4142.0, 4174.0, 4192.0, 4164.0, 4183.0, 4154.0, 4174.0, 4155.0, 4183.0, 4144.0, 4185.0, 4156.0, 4186.0, 4165.0, 4186.0, 4206.0, 4187.0, 4186.0, 4165.0, 4155.0, 4187.0, 4195.0, 4165.0, 4187.0, 4182.0, 4173.0, 4151.0, 4163.0, 4194.0, 4163.0, 4184.0, 4155.0, 4184.0, 4153.0, 4173.0, 4155.0, 4176.0, 4134.0, 4188.0, 4186.0, 4188.0, 4187.0, 4177.0, 4187.0, 4167.0, 4197.0, 4177.0, 4187.0, 4166.0, 4188.0, 4155.0, 4185.0, 4155.0, 4197.0, 4207.0, 4175.0, 4184.0, 4154.0, 4184.0, 4154.0, 4183.0, 4143.0, 4184.0, 4162.0, 4183.0, 4194.0, 4174.0, 4182.0, 4164.0, 4182.0, 4151.0, 4182.0, 4142.0, 4172.0, 4171.0, 4161.0, 4160.0, 4152.0, 4131.0, 4176.0, 4183.0, 4175.0, 4184.0, 4164.0, 4185.0, 4165.0, 4185.0, 4165.0, 4183.0, 4154.0, 4184.0, 4142.0, 4173.0, 4182.0, 4172.0, 4172.0, 4161.0, 4182.0, 4163.0, 4182.0, 4162.0, 4171.0, 4140.0, 4173.0, 4184.0, 4164.0, 4183.0, 4163.0, 4171.0, 4163.0, 4184.0, 4163.0, 4185.0, 4165.0, 4187.0, 4166.0, 4186.0, 4169.0, 4187.0, 4180.0, 4199.0, 4190.0, 4209.0, 4180.0, 4209.0, 4180.0, 4159.0, 4189.0, 4212.0, 4199.0, 4202.0, 4202.0, 4179.0, 4188.0, 4217.0, 4173.0, 4193.0, 4152.0, 4173.0, 4151.0, 4183.0, 4140.0, 4170.0, 4131.0, 4181.0, 4130.0, 4183.0, 4173.0, 4173.0, 4151.0, 4172.0, 4132.0, 4182.0, 4143.0, 4185.0, 4155.0, 4174.0, 4152.0, 4171.0, 4133.0, 4183.0, 4133.0, 4184.0, 4155.0, 4186.0, 4153.0, 4185.0, 4165.0, 4185.0, 4166.0, 4196.0, 4167.0, 4185.0, 4144.0, 4185.0, 4156.0, 4196.0, 4155.0, 4186.0, 4170.0, 4201.0, 4180.0, 4198.0, 4180.0, 4212.0, 4180.0, 4190.0, 4186.0, 4189.0, 4187.0, 4166.0, 4195.0, 4176.0, 4197.0, 4167.0, 4186.0, 4155.0, 4185.0, 4155.0, 4185.0, 4158.0, 4197.0, 4168.0, 4198.0, 4176.0, 4186.0, 4158.0, 4199.0, 4209.0, 4188.0, 4199.0, 4176.0, 4186.0, 4168.0, 4199.0, 4178.0, 4210.0, 4168.0, 4197.0, 4181.0, 4189.0, 4170.0, 4200.0, 4220.0, 4188.0, 4198.0, 4175.0, 4183.0, 4165.0, 4184.0, 4166.0, 4185.0, 4165.0, 4185.0, 4155.0, 4186.0, 4169.0, 4198.0, 4196.0, 4174.0, 4195.0, 4174.0, 4171.0, 4152.0, 4181.0, 4154.0, 4183.0, 4165.0, 4187.0, 4152.0, 4173.0, 4143.0, 4175.0, 4184.0, 4175.0, 4194.0, 4176.0, 4193.0, 4164.0, 4194.0, 4163.0, 4184.0, 4152.0, 4173.0, 4152.0, 4171.0, 4141.0, 4181.0, 4153.0, 4184.0, 4154.0, 4185.0, 4153.0, 4173.0, 4156.0, 4187.0, 4165.0, 4185.0, 4184.0, 4175.0, 4209.0, 4176.0, 4186.0, 4162.0, 4186.0, 4152.0, 4173.0, 4143.0, 4189.0, 4193.0, 4165.0, 4184.0, 4175.0, 4183.0, 4153.0, 4172.0, 4146.0, 4186.0, 4165.0, 4185.0, 4164.0, 4173.0, 4144.0, 4185.0, 4166.0, 4187.0, 4195.0, 4176.0, 4207.0, 4176.0, 4195.0, 4166.0, 4186.0, 4166.0, 4186.0, 4154.0, 4185.0, 4156.0, 4185.0, 4166.0, 4197.0, 4179.0, 4198.0, 4177.0, 4198.0, 4178.0, 4186.0, 4155.0, 4198.0, 4184.0, 4175.0, 4206.0, 4186.0, 4195.0, 4166.0, 4154.0, 4176.0, 4197.0, 4177.0, 4208.0, 4190.0, 4208.0, 4177.0, 4207.0, 4178.0, 4209.0, 4189.0, 4197.0, 4178.0, 4198.0, 4178.0, 4197.0, 4155.0, 4198.0, 4163.0, 4173.0, 4153.0, 4176.0, 4197.0, 4176.0, 4195.0, 4176.0, 4186.0, 4167.0, 4197.0, 4178.0, 4197.0, 4178.0, 4197.0, 4166.0, 4184.0, 4145.0, 4187.0, 4185.0, 4174.0, 4183.0, 4173.0, 4143.0, 4186.0, 4183.0, 4165.0, 4195.0, 4166.0, 4185.0, 4153.0, 4173.0, 4151.0, 4172.0, 4142.0, 4184.0, 4170.0, 4172.0, 4192.0, 4162.0, 4184.0, 4163.0, 4181.0, 4162.0, 4173.0, 4165.0, 4185.0, 4154.0, 4174.0, 4173.0, 4173.0, 4182.0, 4163.0, 4162.0, 4163.0, 4183.0, 4163.0, 4185.0, 4153.0, 4185.0, 4153.0, 4184.0, 4155.0, 4186.0, 4145.0, 4188.0, 4206.0, 4176.0, 4195.0, 4165.0, 4195.0, 4165.0, 4186.0, 4157.0, 4187.0, 4164.0, 4186.0, 4143.0, 4185.0, 4147.0, 4198.0, 4166.0, 4215.0, 4211.0, 4227.0, 4204.0, 4150.0, 4214.0, 4196.0, 4236.0, 4202.0, 4182.0, 4215.0, 4235.0, 4211.0, 4198.0, 4152.0, 4173.0, 4161.0, 4186.0, 4192.0, 4147.0, 4155.0, 4147.0, 4129.0, 4171.0, 4191.0, 4172.0, 4180.0, 4160.0, 4158.0, 4138.0, 4169.0, 4117.0, 4158.0, 4168.0, 4148.0, 4158.0, 4136.0, 4157.0, 4137.0, 4156.0, 4127.0, 4169.0, 4167.0, 4159.0, 4169.0, 4151.0, 4169.0, 4141.0, 4171.0, 4141.0, 4170.0, 4143.0, 4184.0, 4141.0, 4162.0, 4182.0, 4162.0, 4171.0, 4152.0, 4183.0, 4155.0, 4185.0, 4173.0, 4164.0, 4183.0, 4152.0, 4172.0, 4131.0, 4172.0, 4132.0, 4175.0, 4196.0, 4176.0, 4185.0, 4175.0, 4185.0, 4156.0, 4187.0, 4167.0, 4177.0, 4197.0, 4175.0, 4184.0, 4153.0, 4184.0, 4143.0, 4186.0, 4165.0, 4187.0, 4186.0, 4187.0, 4155.0, 4185.0, 4156.0, 4198.0, 4197.0, 4176.0, 4185.0, 4163.0, 4184.0, 4141.0, 4182.0, 4143.0, 4194.0, 4172.0, 4174.0, 4195.0, 4172.0, 4182.0, 4162.0, 4183.0, 4154.0, 4173.0, 4143.0, 4185.0, 4184.0, 4175.0, 4182.0, 4161.0, 4131.0, 4173.0, 4184.0, 4165.0, 4185.0, 4153.0, 4183.0, 4142.0, 4172.0, 4141.0, 4185.0, 4185.0, 4162.0, 4193.0, 4163.0, 4151.0, 4153.0, 4141.0, 4174.0], 'WindowWidth': [9401.0, 9365.0, 9370.0, 9305.0, 9276.0, 9257.0, 9201.0, 9227.0, 9179.0, 9234.0, 9185.0, 9132.0, 9125.0, 9133.0, 9228.0, 9184.0, 9237.0, 9174.0, 9204.0, 9176.0, 9194.0, 9246.0, 9191.0, 9203.0, 9177.0, 9190.0, 9153.0, 9196.0, 9169.0, 9203.0, 9219.0, 9229.0, 9231.0, 9248.0, 9214.0, 9270.0, 9266.0, 9309.0, 9248.0, 9279.0, 9303.0, 9278.0, 9292.0, 9279.0, 9302.0, 9279.0, 9308.0, 9304.0, 9330.0, 9315.0, 9294.0, 9339.0, 9315.0, 9360.0, 9323.0, 9340.0, 9345.0, 9314.0, 9273.0, 9316.0, 9355.0, 9316.0, 9348.0, 9333.0, 9350.0, 9321.0, 9304.0, 9315.0, 9344.0, 9346.0, 9296.0, 9368.0, 9333.0, 9361.0, 9327.0, 9342.0, 9373.0, 9336.0, 9337.0, 9329.0, 9331.0, 9329.0, 9314.0, 9290.0, 9349.0, 9288.0, 9346.0, 9308.0, 9312.0, 9328.0, 9309.0, 9324.0, 9293.0, 9303.0, 9282.0, 9306.0, 9258.0, 9305.0, 9288.0, 9302.0, 9275.0, 9287.0, 9253.0, 9333.0, 9303.0, 9277.0, 9336.0, 9292.0, 9318.0, 9305.0, 9317.0, 9280.0, 9306.0, 9274.0, 9305.0, 9300.0, 9286.0, 9310.0, 9269.0, 9295.0, 9270.0, 9300.0, 9277.0, 9303.0, 9276.0, 9298.0, 9260.0, 9300.0, 9245.0, 9306.0, 9274.0, 9301.0, 9315.0, 9281.0, 9281.0, 9270.0, 9295.0, 9280.0, 9280.0, 9249.0, 9283.0, 9252.0, 9277.0, 9256.0, 9296.0, 9271.0, 9286.0, 9252.0, 9283.0, 9290.0, 9263.0, 9243.0, 9246.0, 9309.0, 9268.0, 9299.0, 9270.0, 9286.0, 9290.0, 9250.0, 9324.0, 9300.0, 9331.0, 9289.0, 9302.0, 9309.0, 9257.0, 9268.0, 9226.0, 9270.0, 9228.0, 9273.0, 9218.0, 9259.0, 9236.0, 9274.0, 9247.0, 9261.0, 9229.0, 9263.0, 9270.0, 9258.0, 9227.0, 9256.0, 9218.0, 9275.0, 9288.0, 9239.0, 9248.0, 9201.0, 9262.0, 9221.0, 9253.0, 9212.0, 9271.0, 9251.0, 9291.0, 9267.0, 9292.0, 9233.0, 9265.0, 9259.0, 9263.0, 9244.0, 9258.0, 9207.0, 9279.0, 9287.0, 9261.0, 9277.0, 9264.0, 9277.0, 9251.0, 9278.0, 9256.0, 9281.0, 9256.0, 9282.0, 9254.0, 9282.0, 9282.0, 9270.0, 9228.0, 9284.0, 9241.0, 9297.0, 9311.0, 9267.0, 9299.0, 9285.0, 9292.0, 9258.0, 9282.0, 9268.0, 9297.0, 9268.0, 9285.0, 9253.0, 9277.0, 9255.0, 9281.0, 9260.0, 9284.0, 9235.0, 9261.0, 9304.0, 9261.0, 9273.0, 9246.0, 9272.0, 9252.0, 9274.0, 9221.0, 9278.0, 9242.0, 9261.0, 9271.0, 9258.0, 9268.0, 9244.0, 9272.0, 9232.0, 9262.0, 9231.0, 9258.0, 9214.0, 9259.0, 9283.0, 9247.0, 9273.0, 9233.0, 9263.0, 9236.0, 9275.0, 9221.0, 9276.0, 9242.0, 9283.0, 9252.0, 9281.0, 9311.0, 9284.0, 9279.0, 9251.0, 9238.0, 9282.0, 9295.0, 9252.0, 9282.0, 9268.0, 9257.0, 9226.0, 9244.0, 9287.0, 9245.0, 9275.0, 9238.0, 9276.0, 9231.0, 9259.0, 9237.0, 9268.0, 9210.0, 9286.0, 9281.0, 9288.0, 9284.0, 9270.0, 9284.0, 9259.0, 9299.0, 9272.0, 9285.0, 9254.0, 9286.0, 9238.0, 9279.0, 9239.0, 9296.0, 9310.0, 9264.0, 9277.0, 9234.0, 9276.0, 9234.0, 9272.0, 9220.0, 9276.0, 9243.0, 9273.0, 9291.0, 9261.0, 9271.0, 9246.0, 9270.0, 9228.0, 9270.0, 9212.0, 9255.0, 9251.0, 9239.0, 9236.0, 9227.0, 9203.0, 9266.0, 9273.0, 9263.0, 9278.0, 9249.0, 9277.0, 9250.0, 9278.0, 9252.0, 9274.0, 9236.0, 9276.0, 9215.0, 9256.0, 9271.0, 9255.0, 9257.0, 9241.0, 9270.0, 9245.0, 9270.0, 9242.0, 9255.0, 9210.0, 9259.0, 9274.0, 9245.0, 9272.0, 9244.0, 9254.0, 9246.0, 9274.0, 9246.0, 9279.0, 9251.0, 9284.0, 9254.0, 9279.0, 9263.0, 9285.0, 9282.0, 9306.0, 9295.0, 9319.0, 9281.0, 9320.0, 9282.0, 9250.0, 9291.0, 9326.0, 9308.0, 9314.0, 9313.0, 9277.0, 9289.0, 9327.0, 9260.0, 9287.0, 9226.0, 9256.0, 9222.0, 9269.0, 9207.0, 9247.0, 9197.0, 9264.0, 9196.0, 9270.0, 9255.0, 9257.0, 9225.0, 9253.0, 9203.0, 9268.0, 9220.0, 9277.0, 9234.0, 9261.0, 9227.0, 9252.0, 9204.0, 9271.0, 9204.0, 9273.0, 9236.0, 9279.0, 9232.0, 9277.0, 9251.0, 9277.0, 9253.0, 9294.0, 9258.0, 9278.0, 9221.0, 9276.0, 9241.0, 9292.0, 9239.0, 9281.0, 9265.0, 9310.0, 9277.0, 9297.0, 9281.0, 9329.0, 9280.0, 9292.0, 9283.0, 9289.0, 9282.0, 9253.0, 9291.0, 9266.0, 9296.0, 9255.0, 9282.0, 9238.0, 9277.0, 9240.0, 9278.0, 9246.0, 9299.0, 9257.0, 9301.0, 9269.0, 9283.0, 9248.0, 9304.0, 9318.0, 9286.0, 9304.0, 9268.0, 9282.0, 9260.0, 9304.0, 9276.0, 9322.0, 9261.0, 9301.0, 9282.0, 9290.0, 9266.0, 9307.0, 9338.0, 9290.0, 9303.0, 9264.0, 9272.0, 9251.0, 9274.0, 9254.0, 9279.0, 9251.0, 9280.0, 9238.0, 9280.0, 9266.0, 9302.0, 9294.0, 9261.0, 9294.0, 9259.0, 9251.0, 9228.0, 9265.0, 9233.0, 9273.0, 9252.0, 9282.0, 9230.0, 9258.0, 9219.0, 9265.0, 9274.0, 9263.0, 9291.0, 9267.0, 9286.0, 9249.0, 9288.0, 9244.0, 9275.0, 9229.0, 9261.0, 9228.0, 9254.0, 9213.0, 9267.0, 9232.0, 9275.0, 9236.0, 9280.0, 9232.0, 9258.0, 9240.0, 9284.0, 9252.0, 9279.0, 9277.0, 9265.0, 9318.0, 9270.0, 9281.0, 9243.0, 9283.0, 9230.0, 9259.0, 9219.0, 9290.0, 9287.0, 9252.0, 9277.0, 9266.0, 9273.0, 9233.0, 9256.0, 9229.0, 9280.0, 9251.0, 9281.0, 9248.0, 9260.0, 9222.0, 9277.0, 9256.0, 9282.0, 9295.0, 9269.0, 9313.0, 9267.0, 9293.0, 9255.0, 9283.0, 9255.0, 9281.0, 9235.0, 9279.0, 9240.0, 9278.0, 9256.0, 9297.0, 9276.0, 9302.0, 9272.0, 9304.0, 9273.0, 9283.0, 9240.0, 9300.0, 9276.0, 9266.0, 9309.0, 9282.0, 9293.0, 9253.0, 9238.0, 9269.0, 9299.0, 9273.0, 9320.0, 9293.0, 9316.0, 9274.0, 9313.0, 9277.0, 9322.0, 9294.0, 9300.0, 9275.0, 9304.0, 9275.0, 9302.0, 9240.0, 9302.0, 9246.0, 9259.0, 9231.0, 9268.0, 9301.0, 9270.0, 9296.0, 9269.0, 9281.0, 9259.0, 9300.0, 9275.0, 9300.0, 9273.0, 9297.0, 9253.0, 9275.0, 9223.0, 9284.0, 9278.0, 9262.0, 9272.0, 9259.0, 9220.0, 9279.0, 9274.0, 9251.0, 9294.0, 9253.0, 9278.0, 9231.0, 9257.0, 9226.0, 9253.0, 9215.0, 9274.0, 9250.0, 9254.0, 9284.0, 9245.0, 9274.0, 9247.0, 9268.0, 9244.0, 9259.0, 9251.0, 9278.0, 9233.0, 9263.0, 9258.0, 9258.0, 9267.0, 9243.0, 9240.0, 9245.0, 9273.0, 9248.0, 9278.0, 9234.0, 9276.0, 9233.0, 9275.0, 9240.0, 9281.0, 9227.0, 9285.0, 9310.0, 9268.0, 9293.0, 9252.0, 9291.0, 9252.0, 9282.0, 9246.0, 9286.0, 9249.0, 9281.0, 9219.0, 9277.0, 9234.0, 9302.0, 9256.0, 9337.0, 9346.0, 9360.0, 9321.0, 9241.0, 9337.0, 9315.0, 9371.0, 9316.0, 9287.0, 9339.0, 9376.0, 9325.0, 9306.0, 9229.0, 9258.0, 9236.0, 9280.0, 9286.0, 9212.0, 9218.0, 9214.0, 9194.0, 9253.0, 9282.0, 9256.0, 9266.0, 9235.0, 9230.0, 9205.0, 9247.0, 9173.0, 9230.0, 9243.0, 9214.0, 9231.0, 9197.0, 9226.0, 9199.0, 9226.0, 9187.0, 9245.0, 9239.0, 9229.0, 9245.0, 9225.0, 9248.0, 9211.0, 9252.0, 9212.0, 9251.0, 9222.0, 9277.0, 9214.0, 9242.0, 9271.0, 9241.0, 9254.0, 9230.0, 9270.0, 9238.0, 9280.0, 9257.0, 9247.0, 9275.0, 9227.0, 9256.0, 9199.0, 9256.0, 9203.0, 9266.0, 9297.0, 9271.0, 9280.0, 9267.0, 9279.0, 9243.0, 9286.0, 9255.0, 9271.0, 9300.0, 9265.0, 9277.0, 9234.0, 9276.0, 9222.0, 9282.0, 9255.0, 9285.0, 9282.0, 9284.0, 9239.0, 9280.0, 9241.0, 9300.0, 9299.0, 9268.0, 9279.0, 9244.0, 9274.0, 9212.0, 9270.0, 9217.0, 9289.0, 9255.0, 9262.0, 9294.0, 9257.0, 9270.0, 9244.0, 9271.0, 9235.0, 9261.0, 9219.0, 9280.0, 9275.0, 9264.0, 9271.0, 9241.0, 9201.0, 9260.0, 9277.0, 9253.0, 9281.0, 9233.0, 9274.0, 9214.0, 9255.0, 9212.0, 9277.0, 9279.0, 9243.0, 9287.0, 9247.0, 9228.0, 9231.0, 9213.0, 9262.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.0011549463647199047</td></tr>
<tr><td colspan=3>aqi</td><td>0.021499555899880812</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8571504670763</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2179779539976132</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0158042032577563</td></tr>
<tr><td colspan=3>efc</td><td>0.4914</td></tr>
<tr><td colspan=3>fber</td><td>4608.9033</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08964331732180927</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.721096543504172</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436338245143538</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.335714035221329</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.697341481144913</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.275959219064373</td></tr>
<tr><td colspan=3>gcor</td><td>0.0219161</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014756850898265839</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025577543303370476</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.932903150290735</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>26.981</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.4348</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.6448</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297910.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.5451</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6561</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.0884</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3359.8689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3546.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78634.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4397.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.6183</td></tr>
<tr><td colspan=3>tsnr</td><td>39.741223737364635</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>