<?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-0025_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-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_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-0025/figures/sub-0025_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_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-0025/ses-02/func/sub-0025_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>7fe85e40f5410b32934ec7adc409afcd</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:19:55.252500</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.999241, 0.0244847, -0.0303095, -0.0263405, 0.997702, -0.0624274]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0979633</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>[4223, -7761, -7250, 95, -146, -149, -132, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>294.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2fa16b44-b1bf-480a-9fe1-e12046e55404||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.68088960647583, -0.07066969573497772, -0.0775204747915268, 114.82727813720703], [-0.0656905248761177, 2.6767611503601074, -0.17058148980140686, -89.91136169433594], [-0.08131805062294006, 0.16748806834220886, 2.693490743637085, -106.24281311035156], [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': ['211955.252500', '211955.712500', '211956.172500', '211956.632500', '211957.092500', '211957.552500', '211958.012500', '211958.472500', '211958.932500', '211959.392500', '211959.852500', '212000.312500', '212000.772500', '212001.232500', '212001.692500', '212002.152500', '212002.612500', '212003.072500', '212003.532500', '212003.992500', '212004.452500', '212004.912500', '212005.372500', '212005.832500', '212006.292500', '212006.752500', '212007.212500', '212007.672500', '212008.132500', '212008.592500', '212009.052500', '212009.512500', '212009.972500', '212010.432500', '212010.892500', '212011.352500', '212011.812500', '212012.272500', '212012.732500', '212013.192500', '212013.652500', '212014.112500', '212014.572500', '212015.032500', '212015.492500', '212015.952500', '212016.412500', '212016.872500', '212017.332500', '212017.792500', '212018.252500', '212018.712500', '212019.172500', '212019.632500', '212020.092500', '212020.552500', '212021.012500', '212021.472500', '212021.932500', '212022.392500', '212022.852500', '212023.312500', '212023.772500', '212024.232500', '212024.692500', '212025.152500', '212025.612500', '212026.072500', '212026.532500', '212026.992500', '212027.452500', '212027.912500', '212028.372500', '212028.832500', '212029.292500', '212029.752500', '212030.212500', '212030.672500', '212031.132500', '212031.592500', '212032.052500', '212032.512500', '212032.972500', '212033.432500', '212033.892500', '212034.352500', '212034.812500', '212035.272500', '212035.732500', '212036.192500', '212036.652500', '212037.112500', '212037.572500', '212038.032500', '212038.492500', '212038.952500', '212039.412500', '212039.872500', '212040.332500', '212040.792500', '212041.252500', '212041.712500', '212042.172500', '212042.632500', '212043.092500', '212043.552500', '212044.012500', '212044.472500', '212044.932500', '212045.392500', '212045.852500', '212046.312500', '212046.772500', '212047.232500', '212047.692500', '212048.152500', '212048.612500', '212049.072500', '212049.532500', '212049.992500', '212050.452500', '212050.912500', '212051.372500', '212051.832500', '212052.292500', '212052.752500', '212053.212500', '212053.672500', '212054.132500', '212054.592500', '212055.052500', '212055.512500', '212055.972500', '212056.432500', '212056.892500', '212057.352500', '212057.812500', '212058.272500', '212058.732500', '212059.192500', '212059.652500', '212100.112500', '212100.572500', '212101.032500', '212101.492500', '212101.952500', '212102.412500', '212102.872500', '212103.332500', '212103.792500', '212104.252500', '212104.712500', '212105.172500', '212105.632500', '212106.092500', '212106.552500', '212107.012500', '212107.472500', '212107.932500', '212108.392500', '212108.852500', '212109.312500', '212109.772500', '212110.232500', '212110.692500', '212111.152500', '212111.612500', '212112.072500', '212112.532500', '212112.992500', '212113.452500', '212113.912500', '212114.372500', '212114.832500', '212115.292500', '212115.752500', '212116.212500', '212116.672500', '212117.132500', '212117.592500', '212118.052500', '212118.512500', '212118.972500', '212119.432500', '212119.892500', '212120.352500', '212120.812500', '212121.272500', '212121.732500', '212122.192500', '212122.652500', '212123.112500', '212123.572500', '212124.032500', '212124.492500', '212124.952500', '212125.412500', '212125.872500', '212126.332500', '212126.792500', '212127.252500', '212127.712500', '212128.172500', '212128.632500', '212129.092500', '212129.552500', '212130.012500', '212130.472500', '212130.932500', '212131.392500', '212131.852500', '212132.312500', '212132.772500', '212133.232500', '212133.692500', '212134.152500', '212134.612500', '212135.072500', '212135.532500', '212135.992500', '212136.452500', '212136.912500', '212137.372500', '212137.832500', '212138.292500', '212138.752500', '212139.212500', '212139.672500', '212140.132500', '212140.592500', '212141.052500', '212141.512500', '212141.972500', '212142.432500', '212142.892500', '212143.352500', '212143.812500', '212144.272500', '212144.732500', '212145.192500', '212145.652500', '212146.112500', '212146.572500', '212147.032500', '212147.492500', '212147.952500', '212148.412500', '212148.872500', '212149.332500', '212149.792500', '212150.252500', '212150.712500', '212151.172500', '212151.632500', '212152.092500', '212152.552500', '212153.012500', '212153.472500', '212153.932500', '212154.392500', '212154.852500', '212155.312500', '212155.772500', '212156.232500', '212156.692500', '212157.152500', '212157.612500', '212158.072500', '212158.532500', '212158.992500', '212159.452500', '212159.912500', '212200.372500', '212200.832500', '212201.292500', '212201.752500', '212202.212500', '212202.672500', '212203.132500', '212203.592500', '212204.052500', '212204.512500', '212204.972500', '212205.432500', '212205.892500', '212206.352500', '212206.812500', '212207.272500', '212207.732500', '212208.192500', '212208.652500', '212209.112500', '212209.572500', '212210.032500', '212210.492500', '212210.952500', '212211.412500', '212211.872500', '212212.332500', '212212.792500', '212213.252500', '212213.712500', '212214.172500', '212214.632500', '212215.092500', '212215.552500', '212216.012500', '212216.472500', '212216.932500', '212217.392500', '212217.852500', '212218.312500', '212218.772500', '212219.232500', '212219.692500', '212220.152500', '212220.612500', '212221.072500', '212221.532500', '212221.992500', '212222.452500', '212222.912500', '212223.372500', '212223.832500', '212224.292500', '212224.752500', '212225.212500', '212225.672500', '212226.132500', '212226.592500', '212227.052500', '212227.512500', '212227.972500', '212228.432500', '212228.892500', '212229.352500', '212229.812500', '212230.272500', '212230.732500', '212231.192500', '212231.652500', '212232.112500', '212232.572500', '212233.032500', '212233.492500', '212233.952500', '212234.412500', '212234.872500', '212235.332500', '212235.792500', '212236.252500', '212236.712500', '212237.172500', '212237.632500', '212238.092500', '212238.552500', '212239.012500', '212239.472500', '212239.932500', '212240.392500', '212240.852500', '212241.312500', '212241.772500', '212242.232500', '212242.692500', '212243.152500', '212243.612500', '212244.072500', '212244.532500', '212244.992500', '212245.452500', '212245.912500', '212246.372500', '212246.832500', '212247.292500', '212247.752500', '212248.212500', '212248.672500', '212249.132500', '212249.592500', '212250.052500', '212250.512500', '212250.972500', '212251.432500', '212251.892500', '212252.352500', '212252.812500', '212253.272500', '212253.732500', '212254.192500', '212254.652500', '212255.112500', '212255.572500', '212256.032500', '212256.492500', '212256.952500', '212257.412500', '212257.872500', '212258.332500', '212258.792500', '212259.252500', '212259.712500', '212300.172500', '212300.632500', '212301.092500', '212301.552500', '212302.012500', '212302.472500', '212302.932500', '212303.392500', '212303.852500', '212304.312500', '212304.772500', '212305.232500', '212305.692500', '212306.152500', '212306.612500', '212307.072500', '212307.532500', '212307.992500', '212308.452500', '212308.912500', '212309.372500', '212309.832500', '212310.292500', '212310.752500', '212311.212500', '212311.672500', '212312.132500', '212312.592500', '212313.052500', '212313.512500', '212313.972500', '212314.432500', '212314.892500', '212315.352500', '212315.812500', '212316.272500', '212316.732500', '212317.192500', '212317.652500', '212318.112500', '212318.572500', '212319.032500', '212319.492500', '212319.952500', '212320.412500', '212320.872500', '212321.332500', '212321.792500', '212322.252500', '212322.712500', '212323.172500', '212323.632500', '212324.092500', '212324.552500', '212325.012500', '212325.472500', '212325.932500', '212326.392500', '212326.852500', '212327.312500', '212327.772500', '212328.232500', '212328.692500', '212329.152500', '212329.612500', '212330.072500', '212330.532500', '212330.992500', '212331.452500', '212331.912500', '212332.372500', '212332.832500', '212333.292500', '212333.752500', '212334.212500', '212334.672500', '212335.132500', '212335.592500', '212336.052500', '212336.512500', '212336.972500', '212337.432500', '212337.892500', '212338.352500', '212338.812500', '212339.272500', '212339.732500', '212340.192500', '212340.652500', '212341.112500', '212341.572500', '212342.032500', '212342.492500', '212342.952500', '212343.412500', '212343.872500', '212344.332500', '212344.792500', '212345.252500', '212345.712500', '212346.172500', '212346.632500', '212347.092500', '212347.552500', '212348.012500', '212348.472500', '212348.932500', '212349.392500', '212349.852500', '212350.312500', '212350.772500', '212351.232500', '212351.692500', '212352.152500', '212352.612500', '212353.072500', '212353.532500', '212353.992500', '212354.452500', '212354.912500', '212355.372500', '212355.832500', '212356.292500', '212356.752500', '212357.212500', '212357.672500', '212358.132500', '212358.592500', '212359.052500', '212359.512500', '212359.972500', '212400.432500', '212400.892500', '212401.352500', '212401.812500', '212402.272500', '212402.732500', '212403.192500', '212403.652500', '212404.112500', '212404.572500', '212405.032500', '212405.492500', '212405.952500', '212406.412500', '212406.872500', '212407.332500', '212407.792500', '212408.252500', '212408.712500', '212409.172500', '212409.632500', '212410.092500', '212410.552500', '212411.012500', '212411.472500', '212411.932500', '212412.392500', '212412.852500', '212413.312500', '212413.772500', '212414.232500', '212414.692500', '212415.152500', '212415.612500', '212416.072500', '212416.532500', '212416.992500', '212417.452500', '212417.912500', '212418.372500', '212418.832500', '212419.292500', '212419.752500', '212420.212500', '212420.672500', '212421.132500', '212421.592500', '212422.052500', '212422.512500', '212422.972500', '212423.432500', '212423.892500', '212424.352500', '212424.812500', '212425.272500', '212425.732500', '212426.192500', '212426.652500', '212427.112500', '212427.572500', '212428.032500', '212428.492500', '212428.952500', '212429.412500', '212429.872500', '212430.332500', '212430.792500', '212431.252500', '212431.712500', '212432.172500', '212432.632500', '212433.092500', '212433.552500', '212434.012500', '212434.472500', '212434.932500', '212435.392500', '212435.852500', '212436.312500', '212436.772500', '212437.232500', '212437.692500', '212438.152500', '212438.612500', '212439.072500', '212439.532500', '212439.992500', '212440.452500', '212440.912500', '212441.372500', '212441.832500', '212442.292500', '212442.752500', '212443.212500', '212443.672500', '212444.132500', '212444.592500', '212445.052500', '212445.512500', '212445.972500', '212446.432500', '212446.892500', '212447.352500', '212447.812500', '212448.272500', '212448.732500', '212449.192500', '212449.652500', '212450.112500', '212450.572500', '212451.032500', '212451.492500', '212451.952500', '212452.412500', '212452.872500', '212453.332500', '212453.792500', '212454.252500', '212454.712500', '212455.172500', '212455.632500', '212456.092500', '212456.552500', '212457.012500', '212457.472500', '212457.932500', '212458.392500', '212458.852500', '212459.312500', '212459.772500', '212500.232500', '212500.692500', '212501.152500', '212501.612500', '212502.072500', '212502.532500', '212502.992500', '212503.452500', '212503.912500', '212504.372500', '212504.832500', '212505.292500', '212505.752500', '212506.212500', '212506.672500', '212507.132500', '212507.592500', '212508.052500', '212508.512500', '212508.972500', '212509.432500', '212509.892500', '212510.352500', '212510.812500', '212511.272500', '212511.732500', '212512.192500', '212512.652500', '212513.112500', '212513.572500', '212514.032500', '212514.492500', '212514.952500', '212515.412500', '212515.872500', '212516.332500', '212516.792500', '212517.252500', '212517.712500', '212518.172500', '212518.632500', '212519.092500', '212519.552500', '212520.012500', '212520.472500', '212520.932500', '212521.392500', '212521.852500', '212522.312500', '212522.772500', '212523.232500', '212523.692500', '212524.152500', '212524.612500', '212525.072500', '212525.532500', '212525.992500', '212526.452500', '212526.912500', '212527.372500', '212527.832500', '212528.292500', '212528.752500', '212529.212500', '212529.672500', '212530.132500', '212530.592500', '212531.052500', '212531.512500', '212531.972500', '212532.432500', '212532.892500', '212533.352500', '212533.812500', '212534.272500', '212534.732500', '212535.192500', '212535.652500', '212536.112500', '212536.572500', '212537.032500', '212537.492500', '212537.952500', '212538.412500', '212538.872500', '212539.332500', '212539.792500', '212540.252500', '212540.712500', '212541.172500', '212541.632500', '212542.092500', '212542.552500', '212543.012500', '212543.472500', '212543.932500', '212544.392500', '212544.852500', '212545.312500', '212545.772500', '212546.232500', '212546.692500', '212547.152500', '212547.612500', '212548.072500', '212548.532500', '212548.992500', '212549.452500', '212549.912500', '212550.372500', '212550.832500', '212551.292500', '212551.752500', '212552.212500', '212552.672500', '212553.132500', '212553.592500', '212554.052500', '212554.512500', '212554.972500', '212555.432500', '212555.892500', '212556.352500', '212556.812500', '212557.272500', '212557.732500', '212558.192500', '212558.652500', '212559.112500', '212559.572500', '212600.032500', '212600.492500', '212600.952500', '212601.412500', '212601.872500', '212602.332500', '212602.792500', '212603.252500', '212603.712500', '212604.172500', '212604.632500', '212605.092500', '212605.552500', '212606.012500', '212606.472500', '212606.932500', '212607.392500', '212607.852500', '212608.312500', '212608.772500', '212609.232500', '212609.692500', '212610.152500', '212610.612500', '212611.072500', '212611.532500', '212611.992500', '212612.452500', '212612.912500', '212613.372500', '212613.832500', '212614.292500', '212614.752500', '212615.212500', '212615.672500', '212616.132500', '212616.592500', '212617.052500', '212617.512500', '212617.972500', '212618.432500', '212618.892500', '212619.352500', '212619.812500', '212620.272500', '212620.732500'], 'ContentTime': ['212014.234000', '212014.238000', '212014.240000', '212014.243000', '212014.245000', '212014.248000', '212014.251000', '212014.253000', '212014.256000', '212014.258000', '212014.261000', '212014.263000', '212014.266000', '212014.269000', '212014.271000', '212014.274000', '212014.277000', '212014.279000', '212014.282000', '212014.284000', '212014.287000', '212014.289000', '212014.292000', '212014.294000', '212014.300000', '212014.302000', '212014.305000', '212014.307000', '212014.310000', '212014.312000', '212014.315000', '212014.318000', '212014.320000', '212014.323000', '212014.325000', '212014.328000', '212014.331000', '212014.335000', '212034.207000', '212034.210000', '212034.213000', '212034.215000', '212034.218000', '212034.220000', '212034.223000', '212034.226000', '212034.228000', '212034.231000', '212034.233000', '212034.236000', '212034.238000', '212034.241000', '212034.244000', '212034.246000', '212034.249000', '212034.251000', '212034.254000', '212034.256000', '212034.259000', '212034.262000', '212034.264000', '212034.267000', '212034.269000', '212034.272000', '212034.275000', '212034.277000', '212034.280000', '212034.282000', '212034.285000', '212034.287000', '212034.290000', '212034.292000', '212034.295000', '212034.298000', '212034.300000', '212034.303000', '212034.305000', '212034.308000', '212034.310000', '212034.313000', '212034.316000', '212034.318000', '212054.208000', '212054.210000', '212054.213000', '212054.216000', '212054.218000', '212054.227000', '212054.230000', '212054.232000', '212054.235000', '212054.238000', '212054.240000', '212054.243000', '212054.245000', '212054.248000', '212054.251000', '212054.253000', '212054.256000', '212054.258000', '212054.261000', '212054.263000', '212054.266000', '212054.269000', '212054.271000', '212054.274000', '212054.276000', '212054.279000', '212054.281000', '212054.284000', '212054.286000', '212054.289000', '212054.292000', '212054.294000', '212054.297000', '212054.299000', '212054.302000', '212054.305000', '212054.307000', '212054.310000', '212054.313000', '212054.315000', '212054.318000', '212054.320000', '212054.323000', '212054.325000', '212114.208000', '212114.210000', '212114.213000', '212114.216000', '212114.218000', '212114.221000', '212114.223000', '212114.226000', '212114.228000', '212114.231000', '212114.234000', '212114.236000', '212114.239000', '212114.241000', '212114.244000', '212114.247000', '212114.249000', '212114.252000', '212114.254000', '212114.257000', '212114.259000', '212114.262000', '212114.265000', '212114.267000', '212114.270000', '212114.273000', '212114.275000', '212114.278000', '212114.280000', '212114.283000', '212114.286000', '212114.288000', '212114.291000', '212114.293000', '212114.296000', '212114.298000', '212114.301000', '212114.304000', '212114.306000', '212114.316000', '212114.319000', '212114.322000', '212114.324000', '212134.207000', '212134.210000', '212134.213000', '212134.215000', '212134.218000', '212134.220000', '212134.223000', '212134.226000', '212134.228000', '212134.231000', '212134.233000', '212134.236000', '212134.238000', '212134.241000', '212134.277000', '212134.280000', '212134.282000', '212134.285000', '212134.287000', '212134.290000', '212134.293000', '212134.295000', '212134.298000', '212134.300000', '212134.303000', '212134.306000', '212134.308000', '212134.311000', '212134.314000', '212134.316000', '212134.319000', '212134.321000', '212134.324000', '212134.326000', '212134.329000', '212134.332000', '212134.334000', '212134.337000', '212134.339000', '212134.342000', '212134.345000', '212134.347000', '212134.350000', '212134.352000', '212154.206000', '212154.209000', '212154.212000', '212154.214000', '212154.217000', '212154.220000', '212154.222000', '212154.225000', '212154.227000', '212154.230000', '212154.232000', '212154.235000', '212154.238000', '212154.240000', '212154.243000', '212154.245000', '212154.248000', '212154.250000', '212154.253000', '212154.255000', '212154.258000', '212154.261000', '212154.263000', '212154.266000', '212154.268000', '212154.271000', '212154.273000', '212154.276000', '212154.279000', '212154.281000', '212154.284000', '212154.286000', '212154.289000', '212154.292000', '212154.294000', '212154.297000', '212154.299000', '212154.302000', '212154.305000', '212154.307000', '212154.310000', '212154.312000', '212154.315000', '212214.207000', '212214.210000', '212214.213000', '212214.215000', '212214.219000', '212214.222000', '212214.224000', '212214.227000', '212214.230000', '212214.232000', '212214.235000', '212214.237000', '212214.240000', '212214.243000', '212214.245000', '212214.248000', '212214.250000', '212214.253000', '212214.256000', '212214.258000', '212214.261000', '212214.263000', '212214.266000', '212214.269000', '212214.272000', '212214.274000', '212214.277000', '212214.280000', '212214.282000', '212214.285000', '212214.287000', '212214.290000', '212214.293000', '212214.295000', '212214.298000', '212214.301000', '212214.303000', '212214.306000', '212214.308000', '212214.311000', '212214.314000', '212214.316000', '212214.319000', '212214.321000', '212234.207000', '212234.210000', '212234.213000', '212234.215000', '212234.218000', '212234.220000', '212234.223000', '212234.226000', '212234.228000', '212234.231000', '212234.233000', '212234.236000', '212234.238000', '212234.241000', '212234.244000', '212234.246000', '212234.249000', '212234.252000', '212234.254000', '212234.257000', '212234.260000', '212234.262000', '212234.265000', '212234.267000', '212234.270000', '212234.272000', '212234.275000', '212234.278000', '212234.281000', '212234.283000', '212234.286000', '212234.288000', '212234.291000', '212234.293000', '212234.296000', '212234.299000', '212234.301000', '212234.304000', '212234.306000', '212234.309000', '212234.311000', '212234.314000', '212234.317000', '212254.208000', '212254.210000', '212254.213000', '212254.216000', '212254.218000', '212254.221000', '212254.224000', '212254.226000', '212254.229000', '212254.231000', '212254.234000', '212254.236000', '212254.239000', '212254.242000', '212254.244000', '212254.247000', '212254.249000', '212254.252000', '212254.255000', '212254.257000', '212254.260000', '212254.262000', '212254.265000', '212254.267000', '212254.270000', '212254.273000', '212254.275000', '212254.278000', '212254.280000', '212254.283000', '212254.286000', '212254.288000', '212254.291000', '212254.293000', '212254.296000', '212254.299000', '212254.301000', '212254.304000', '212254.306000', '212254.309000', '212254.311000', '212254.314000', '212254.317000', '212314.208000', '212314.210000', '212314.213000', '212314.216000', '212314.218000', '212314.221000', '212314.223000', '212314.226000', '212314.228000', '212314.231000', '212314.276000', '212314.279000', '212314.281000', '212314.284000', '212314.286000', '212314.289000', '212314.292000', '212314.294000', '212314.297000', '212314.299000', '212314.302000', '212314.304000', '212314.307000', '212314.310000', '212314.312000', '212314.315000', '212314.317000', '212314.320000', '212314.323000', '212314.325000', '212314.328000', '212314.330000', '212314.333000', '212314.335000', '212314.338000', '212314.340000', '212314.343000', '212314.346000', '212314.348000', '212314.351000', '212314.353000', '212314.356000', '212314.359000', '212314.361000', '212334.207000', '212334.210000', '212334.213000', '212334.215000', '212334.218000', '212334.220000', '212334.223000', '212334.226000', '212334.228000', '212334.231000', '212334.233000', '212334.236000', '212334.239000', '212334.241000', '212334.244000', '212334.246000', '212334.249000', '212334.252000', '212334.254000', '212334.258000', '212334.261000', '212334.264000', '212334.266000', '212334.269000', '212334.271000', '212334.274000', '212334.277000', '212334.279000', '212334.282000', '212334.285000', '212334.288000', '212334.290000', '212334.293000', '212334.295000', '212334.298000', '212334.301000', '212334.303000', '212334.306000', '212334.308000', '212334.311000', '212334.314000', '212334.316000', '212334.319000', '212354.207000', '212354.210000', '212354.213000', '212354.215000', '212354.218000', '212354.221000', '212354.223000', '212354.226000', '212354.229000', '212354.231000', '212354.234000', '212354.236000', '212354.239000', '212354.242000', '212354.244000', '212354.247000', '212354.249000', '212354.252000', '212354.255000', '212354.258000', '212354.261000', '212354.263000', '212354.266000', '212354.269000', '212354.271000', '212354.274000', '212354.276000', '212354.279000', '212354.281000', '212354.284000', '212354.287000', '212354.289000', '212354.292000', '212354.295000', '212354.297000', '212354.300000', '212354.302000', '212354.305000', '212354.308000', '212354.310000', '212354.313000', '212354.315000', '212354.318000', '212354.320000', '212414.207000', '212414.210000', '212414.212000', '212414.215000', '212414.217000', '212414.220000', '212414.223000', '212414.225000', '212414.228000', '212414.230000', '212414.233000', '212414.236000', '212414.238000', '212414.241000', '212414.243000', '212414.246000', '212414.249000', '212414.251000', '212414.254000', '212414.257000', '212414.260000', '212414.263000', '212414.266000', '212414.268000', '212414.271000', '212414.274000', '212414.276000', '212414.279000', '212414.281000', '212414.284000', '212414.287000', '212414.289000', '212414.292000', '212414.294000', '212414.297000', '212414.300000', '212414.302000', '212414.305000', '212414.307000', '212414.310000', '212414.313000', '212414.315000', '212414.318000', '212434.207000', '212434.210000', '212434.213000', '212434.215000', '212434.218000', '212434.220000', '212434.223000', '212434.226000', '212434.228000', '212434.231000', '212434.233000', '212434.236000', '212434.239000', '212434.241000', '212434.244000', '212434.246000', '212434.249000', '212434.251000', '212434.254000', '212434.256000', '212434.259000', '212434.262000', '212434.264000', '212434.267000', '212434.269000', '212434.272000', '212434.274000', '212434.277000', '212434.280000', '212434.282000', '212434.285000', '212434.287000', '212434.290000', '212434.293000', '212434.295000', '212434.324000', '212434.327000', '212434.330000', '212434.332000', '212434.335000', '212434.337000', '212434.340000', '212434.343000', '212434.345000', '212454.207000', '212454.210000', '212454.213000', '212454.215000', '212454.218000', '212454.221000', '212454.223000', '212454.226000', '212454.229000', '212454.231000', '212454.234000', '212454.236000', '212454.239000', '212454.241000', '212454.244000', '212454.247000', '212454.249000', '212454.252000', '212454.255000', '212454.257000', '212454.260000', '212454.262000', '212454.265000', '212454.268000', '212454.270000', '212454.273000', '212454.275000', '212454.278000', '212454.281000', '212454.283000', '212454.286000', '212454.288000', '212454.291000', '212454.294000', '212454.298000', '212454.301000', '212454.303000', '212454.306000', '212454.308000', '212454.311000', '212454.314000', '212454.316000', '212454.319000', '212514.207000', '212514.210000', '212514.213000', '212514.215000', '212514.218000', '212514.220000', '212514.223000', '212514.226000', '212514.228000', '212514.231000', '212514.233000', '212514.236000', '212514.239000', '212514.241000', '212514.244000', '212514.246000', '212514.249000', '212514.252000', '212514.254000', '212514.257000', '212514.259000', '212514.262000', '212514.265000', '212514.267000', '212514.270000', '212514.272000', '212514.275000', '212514.278000', '212514.280000', '212514.283000', '212514.286000', '212514.288000', '212514.291000', '212514.293000', '212514.296000', '212514.299000', '212514.301000', '212514.304000', '212514.306000', '212514.309000', '212514.311000', '212514.314000', '212514.317000', '212514.319000', '212534.208000', '212534.210000', '212534.213000', '212534.216000', '212534.218000', '212534.221000', '212534.225000', '212534.228000', '212534.231000', '212534.233000', '212534.236000', '212534.238000', '212534.241000', '212534.244000', '212534.246000', '212534.249000', '212534.251000', '212534.254000', '212534.257000', '212534.259000', '212534.262000', '212534.264000', '212534.267000', '212534.269000', '212534.272000', '212534.275000', '212534.277000', '212534.280000', '212534.283000', '212534.285000', '212534.288000', '212534.290000', '212534.293000', '212534.296000', '212534.298000', '212534.301000', '212534.304000', '212534.306000', '212534.309000', '212534.311000', '212534.314000', '212534.316000', '212534.319000', '212554.207000', '212554.210000', '212554.213000', '212554.215000', '212554.218000', '212554.221000', '212554.223000', '212554.226000', '212554.228000', '212554.231000', '212554.234000', '212554.236000', '212554.239000', '212554.241000', '212554.244000', '212554.247000', '212554.249000', '212554.252000', '212554.255000', '212554.257000', '212554.260000', '212554.262000', '212554.265000', '212554.268000', '212554.270000', '212554.273000', '212554.275000', '212554.278000', '212554.280000', '212554.283000', '212554.286000', '212554.288000', '212554.291000', '212554.293000', '212554.296000', '212554.299000', '212554.301000', '212554.304000', '212554.306000', '212554.309000', '212554.311000', '212554.314000', '212554.317000', '212554.319000', '212614.207000', '212614.210000', '212614.213000', '212614.216000', '212614.218000', '212614.221000', '212614.223000', '212614.226000', '212614.228000', '212614.231000', '212614.234000', '212614.236000', '212614.239000', '212614.241000', '212614.244000', '212614.247000', '212614.249000', '212614.252000', '212614.254000', '212614.257000', '212614.259000', '212614.262000', '212614.265000', '212614.267000', '212614.270000', '212614.272000', '212614.275000', '212614.278000', '212614.280000', '212614.283000', '212614.285000', '212614.288000', '212614.291000', '212614.293000', '212614.296000', '212614.298000', '212614.301000', '212614.304000', '212614.306000', '212614.309000', '212614.312000', '212614.314000', '212614.317000', '212622.086000', '212622.089000', '212622.091000', '212622.094000', '212622.097000', '212622.099000', '212622.102000', '212622.105000', '212622.107000', '212622.110000', '212622.113000', '212622.116000', '212622.118000', '212622.121000', '212622.124000', '212622.126000', '212622.129000', '212622.132000'], 'InstanceCreationTime': ['212014.234000', '212014.238000', '212014.240000', '212014.243000', '212014.245000', '212014.248000', '212014.251000', '212014.253000', '212014.256000', '212014.258000', '212014.261000', '212014.263000', '212014.266000', '212014.269000', '212014.271000', '212014.274000', '212014.277000', '212014.279000', '212014.282000', '212014.284000', '212014.287000', '212014.289000', '212014.292000', '212014.294000', '212014.300000', '212014.302000', '212014.305000', '212014.307000', '212014.310000', '212014.312000', '212014.315000', '212014.318000', '212014.320000', '212014.323000', '212014.325000', '212014.328000', '212014.331000', '212014.335000', '212034.207000', '212034.210000', '212034.213000', '212034.215000', '212034.218000', '212034.220000', '212034.223000', '212034.226000', '212034.228000', '212034.231000', '212034.233000', '212034.236000', '212034.238000', '212034.241000', '212034.244000', '212034.246000', '212034.249000', '212034.251000', '212034.254000', '212034.256000', '212034.259000', '212034.262000', '212034.264000', '212034.267000', '212034.269000', '212034.272000', '212034.275000', '212034.277000', '212034.280000', '212034.282000', '212034.285000', '212034.287000', '212034.290000', '212034.292000', '212034.295000', '212034.298000', '212034.300000', '212034.303000', '212034.305000', '212034.308000', '212034.310000', '212034.313000', '212034.316000', '212034.318000', '212054.208000', '212054.210000', '212054.213000', '212054.216000', '212054.218000', '212054.227000', '212054.230000', '212054.232000', '212054.235000', '212054.238000', '212054.240000', '212054.243000', '212054.245000', '212054.248000', '212054.251000', '212054.253000', '212054.256000', '212054.258000', '212054.261000', '212054.263000', '212054.266000', '212054.269000', '212054.271000', '212054.274000', '212054.276000', '212054.279000', '212054.281000', '212054.284000', '212054.286000', '212054.289000', '212054.292000', '212054.294000', '212054.297000', '212054.299000', '212054.302000', '212054.305000', '212054.307000', '212054.310000', '212054.313000', '212054.315000', '212054.318000', '212054.320000', '212054.323000', '212054.325000', '212114.208000', '212114.210000', '212114.213000', '212114.216000', '212114.218000', '212114.221000', '212114.223000', '212114.226000', '212114.228000', '212114.231000', '212114.234000', '212114.236000', '212114.239000', '212114.241000', '212114.244000', '212114.247000', '212114.249000', '212114.252000', '212114.254000', '212114.257000', '212114.259000', '212114.262000', '212114.265000', '212114.267000', '212114.270000', '212114.273000', '212114.275000', '212114.278000', '212114.280000', '212114.283000', '212114.286000', '212114.288000', '212114.291000', '212114.293000', '212114.296000', '212114.298000', '212114.301000', '212114.304000', '212114.306000', '212114.316000', '212114.319000', '212114.322000', '212114.324000', '212134.207000', '212134.210000', '212134.213000', '212134.215000', '212134.218000', '212134.220000', '212134.223000', '212134.226000', '212134.228000', '212134.231000', '212134.233000', '212134.236000', '212134.238000', '212134.241000', '212134.277000', '212134.280000', '212134.282000', '212134.285000', '212134.287000', '212134.290000', '212134.293000', '212134.295000', '212134.298000', '212134.300000', '212134.303000', '212134.306000', '212134.308000', '212134.311000', '212134.314000', '212134.316000', '212134.319000', '212134.321000', '212134.324000', '212134.326000', '212134.329000', '212134.332000', '212134.334000', '212134.337000', '212134.339000', '212134.342000', '212134.345000', '212134.347000', '212134.350000', '212134.352000', '212154.206000', '212154.209000', '212154.212000', '212154.214000', '212154.217000', '212154.220000', '212154.222000', '212154.225000', '212154.227000', '212154.230000', '212154.232000', '212154.235000', '212154.238000', '212154.240000', '212154.243000', '212154.245000', '212154.248000', '212154.250000', '212154.253000', '212154.255000', '212154.258000', '212154.261000', '212154.263000', '212154.266000', '212154.268000', '212154.271000', '212154.273000', '212154.276000', '212154.279000', '212154.281000', '212154.284000', '212154.286000', '212154.289000', '212154.292000', '212154.294000', '212154.297000', '212154.299000', '212154.302000', '212154.305000', '212154.307000', '212154.310000', '212154.312000', '212154.315000', '212214.207000', '212214.210000', '212214.213000', '212214.215000', '212214.219000', '212214.222000', '212214.224000', '212214.227000', '212214.230000', '212214.232000', '212214.235000', '212214.237000', '212214.240000', '212214.243000', '212214.245000', '212214.248000', '212214.250000', '212214.253000', '212214.256000', '212214.258000', '212214.261000', '212214.263000', '212214.266000', '212214.269000', '212214.272000', '212214.274000', '212214.277000', '212214.280000', '212214.282000', '212214.285000', '212214.287000', '212214.290000', '212214.293000', '212214.295000', '212214.298000', '212214.301000', '212214.303000', '212214.306000', '212214.308000', '212214.311000', '212214.314000', '212214.316000', '212214.319000', '212214.321000', '212234.207000', '212234.210000', '212234.213000', '212234.215000', '212234.218000', '212234.220000', '212234.223000', '212234.226000', '212234.228000', '212234.231000', '212234.233000', '212234.236000', '212234.238000', '212234.241000', '212234.244000', '212234.246000', '212234.249000', '212234.252000', '212234.254000', '212234.257000', '212234.260000', '212234.262000', '212234.265000', '212234.267000', '212234.270000', '212234.272000', '212234.275000', '212234.278000', '212234.281000', '212234.283000', '212234.286000', '212234.288000', '212234.291000', '212234.293000', '212234.296000', '212234.299000', '212234.301000', '212234.304000', '212234.306000', '212234.309000', '212234.311000', '212234.314000', '212234.317000', '212254.208000', '212254.210000', '212254.213000', '212254.216000', '212254.218000', '212254.221000', '212254.224000', '212254.226000', '212254.229000', '212254.231000', '212254.234000', '212254.236000', '212254.239000', '212254.242000', '212254.244000', '212254.247000', '212254.249000', '212254.252000', '212254.255000', '212254.257000', '212254.260000', '212254.262000', '212254.265000', '212254.267000', '212254.270000', '212254.273000', '212254.275000', '212254.278000', '212254.280000', '212254.283000', '212254.286000', '212254.288000', '212254.291000', '212254.293000', '212254.296000', '212254.299000', '212254.301000', '212254.304000', '212254.306000', '212254.309000', '212254.311000', '212254.314000', '212254.317000', '212314.208000', '212314.210000', '212314.213000', '212314.216000', '212314.218000', '212314.221000', '212314.223000', '212314.226000', '212314.228000', '212314.231000', '212314.276000', '212314.279000', '212314.281000', '212314.284000', '212314.286000', '212314.289000', '212314.292000', '212314.294000', '212314.297000', '212314.299000', '212314.302000', '212314.304000', '212314.307000', '212314.310000', '212314.312000', '212314.315000', '212314.317000', '212314.320000', '212314.323000', '212314.325000', '212314.328000', '212314.330000', '212314.333000', '212314.335000', '212314.338000', '212314.340000', '212314.343000', '212314.346000', '212314.348000', '212314.351000', '212314.353000', '212314.356000', '212314.359000', '212314.361000', '212334.207000', '212334.210000', '212334.213000', '212334.215000', '212334.218000', '212334.220000', '212334.223000', '212334.226000', '212334.228000', '212334.231000', '212334.233000', '212334.236000', '212334.239000', '212334.241000', '212334.244000', '212334.246000', '212334.249000', '212334.252000', '212334.254000', '212334.258000', '212334.261000', '212334.264000', '212334.266000', '212334.269000', '212334.271000', '212334.274000', '212334.277000', '212334.279000', '212334.282000', '212334.285000', '212334.288000', '212334.290000', '212334.293000', '212334.295000', '212334.298000', '212334.301000', '212334.303000', '212334.306000', '212334.308000', '212334.311000', '212334.314000', '212334.316000', '212334.319000', '212354.207000', '212354.210000', '212354.213000', '212354.215000', '212354.218000', '212354.221000', '212354.223000', '212354.226000', '212354.229000', '212354.231000', '212354.234000', '212354.236000', '212354.239000', '212354.242000', '212354.244000', '212354.247000', '212354.249000', '212354.252000', '212354.255000', '212354.258000', '212354.261000', '212354.263000', '212354.266000', '212354.269000', '212354.271000', '212354.274000', '212354.276000', '212354.279000', '212354.281000', '212354.284000', '212354.287000', '212354.289000', '212354.292000', '212354.295000', '212354.297000', '212354.300000', '212354.302000', '212354.305000', '212354.308000', '212354.310000', '212354.313000', '212354.315000', '212354.318000', '212354.320000', '212414.207000', '212414.210000', '212414.212000', '212414.215000', '212414.217000', '212414.220000', '212414.223000', '212414.225000', '212414.228000', '212414.230000', '212414.233000', '212414.236000', '212414.238000', '212414.241000', '212414.243000', '212414.246000', '212414.249000', '212414.251000', '212414.254000', '212414.257000', '212414.260000', '212414.263000', '212414.266000', '212414.268000', '212414.271000', '212414.274000', '212414.276000', '212414.279000', '212414.281000', '212414.284000', '212414.287000', '212414.289000', '212414.292000', '212414.294000', '212414.297000', '212414.300000', '212414.302000', '212414.305000', '212414.307000', '212414.310000', '212414.313000', '212414.315000', '212414.318000', '212434.207000', '212434.210000', '212434.213000', '212434.215000', '212434.218000', '212434.220000', '212434.223000', '212434.226000', '212434.228000', '212434.231000', '212434.233000', '212434.236000', '212434.239000', '212434.241000', '212434.244000', '212434.246000', '212434.249000', '212434.251000', '212434.254000', '212434.256000', '212434.259000', '212434.262000', '212434.264000', '212434.267000', '212434.269000', '212434.272000', '212434.274000', '212434.277000', '212434.280000', '212434.282000', '212434.285000', '212434.287000', '212434.290000', '212434.293000', '212434.295000', '212434.324000', '212434.327000', '212434.330000', '212434.332000', '212434.335000', '212434.337000', '212434.340000', '212434.343000', '212434.345000', '212454.207000', '212454.210000', '212454.213000', '212454.215000', '212454.218000', '212454.221000', '212454.223000', '212454.226000', '212454.229000', '212454.231000', '212454.234000', '212454.236000', '212454.239000', '212454.241000', '212454.244000', '212454.247000', '212454.249000', '212454.252000', '212454.255000', '212454.257000', '212454.260000', '212454.262000', '212454.265000', '212454.268000', '212454.270000', '212454.273000', '212454.275000', '212454.278000', '212454.281000', '212454.283000', '212454.286000', '212454.288000', '212454.291000', '212454.294000', '212454.298000', '212454.301000', '212454.303000', '212454.306000', '212454.308000', '212454.311000', '212454.314000', '212454.316000', '212454.319000', '212514.207000', '212514.210000', '212514.213000', '212514.215000', '212514.218000', '212514.220000', '212514.223000', '212514.226000', '212514.228000', '212514.231000', '212514.233000', '212514.236000', '212514.239000', '212514.241000', '212514.244000', '212514.246000', '212514.249000', '212514.252000', '212514.254000', '212514.257000', '212514.259000', '212514.262000', '212514.265000', '212514.267000', '212514.270000', '212514.272000', '212514.275000', '212514.278000', '212514.280000', '212514.283000', '212514.286000', '212514.288000', '212514.291000', '212514.293000', '212514.296000', '212514.299000', '212514.301000', '212514.304000', '212514.306000', '212514.309000', '212514.311000', '212514.314000', '212514.317000', '212514.319000', '212534.208000', '212534.210000', '212534.213000', '212534.216000', '212534.218000', '212534.221000', '212534.225000', '212534.228000', '212534.231000', '212534.233000', '212534.236000', '212534.238000', '212534.241000', '212534.244000', '212534.246000', '212534.249000', '212534.251000', '212534.254000', '212534.257000', '212534.259000', '212534.262000', '212534.264000', '212534.267000', '212534.269000', '212534.272000', '212534.275000', '212534.277000', '212534.280000', '212534.283000', '212534.285000', '212534.288000', '212534.290000', '212534.293000', '212534.296000', '212534.298000', '212534.301000', '212534.304000', '212534.306000', '212534.309000', '212534.311000', '212534.314000', '212534.316000', '212534.319000', '212554.207000', '212554.210000', '212554.213000', '212554.215000', '212554.218000', '212554.221000', '212554.223000', '212554.226000', '212554.228000', '212554.231000', '212554.234000', '212554.236000', '212554.239000', '212554.241000', '212554.244000', '212554.247000', '212554.249000', '212554.252000', '212554.255000', '212554.257000', '212554.260000', '212554.262000', '212554.265000', '212554.268000', '212554.270000', '212554.273000', '212554.275000', '212554.278000', '212554.280000', '212554.283000', '212554.286000', '212554.288000', '212554.291000', '212554.293000', '212554.296000', '212554.299000', '212554.301000', '212554.304000', '212554.306000', '212554.309000', '212554.311000', '212554.314000', '212554.317000', '212554.319000', '212614.207000', '212614.210000', '212614.213000', '212614.216000', '212614.218000', '212614.221000', '212614.223000', '212614.226000', '212614.228000', '212614.231000', '212614.234000', '212614.236000', '212614.239000', '212614.241000', '212614.244000', '212614.247000', '212614.249000', '212614.252000', '212614.254000', '212614.257000', '212614.259000', '212614.262000', '212614.265000', '212614.267000', '212614.270000', '212614.272000', '212614.275000', '212614.278000', '212614.280000', '212614.283000', '212614.285000', '212614.288000', '212614.291000', '212614.293000', '212614.296000', '212614.298000', '212614.301000', '212614.304000', '212614.306000', '212614.309000', '212614.312000', '212614.314000', '212614.317000', '212622.086000', '212622.089000', '212622.091000', '212622.094000', '212622.097000', '212622.099000', '212622.102000', '212622.105000', '212622.107000', '212622.110000', '212622.113000', '212622.116000', '212622.118000', '212622.121000', '212622.124000', '212622.126000', '212622.129000', '212622.132000'], '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': [15484, 11200, 14508, 10087, 10352, 10606, 7769, 12734, 9140, 8588, 13751, 8886, 7754, 11480, 7217, 7404, 11584, 7319, 9367, 11203, 7497, 9769, 6785, 7376, 11868, 7897, 11298, 10391, 7821, 11862, 7181, 10248, 6632, 10093, 13814, 10954, 11325, 8779, 7656, 13552, 8192, 10954, 14404, 10943, 12391, 8867, 8713, 13481, 8218, 10390, 14050, 10039, 11776, 7729, 7551, 11707, 6814, 8881, 13883, 9827, 11328, 7921, 7439, 11439, 6855, 7638, 13920, 8850, 10288, 14157, 7795, 9899, 7253, 8282, 12222, 8063, 11669, 10601, 8026, 13902, 7024, 9280, 6666, 9201, 10800, 10007, 13658, 10667, 12094, 9697, 12073, 8723, 11619, 13709, 9007, 8620, 12545, 9152, 12296, 8687, 7689, 12538, 7271, 10423, 10756, 7993, 11768, 7432, 8578, 10983, 7653, 10962, 7545, 7954, 13446, 7953, 10778, 9386, 7862, 12912, 7197, 9976, 14942, 9777, 12703, 8391, 8015, 13735, 8256, 11073, 8993, 9330, 14842, 10078, 10062, 10289, 7814, 11399, 8158, 8502, 14945, 8569, 10110, 6401, 8088, 12436, 8172, 10346, 14864, 8857, 11082, 6672, 7805, 11841, 7026, 10257, 13924, 8762, 11444, 7038, 7750, 12685, 6758, 9203, 13969, 9905, 10702, 13155, 7557, 10141, 8044, 7726, 12593, 7329, 9217, 14466, 8759, 9963, 12827, 7962, 11055, 10669, 8394, 13271, 7250, 8434, 13081, 8057, 10885, 14274, 8659, 11224, 7439, 7484, 11990, 6619, 7895, 13298, 9151, 11384, 7791, 7314, 13253, 7341, 10014, 14139, 9139, 11518, 9263, 7814, 13219, 7292, 9273, 13860, 9010, 10617, 13859, 8246, 10568, 6392, 7463, 11367, 6951, 8873, 13305, 8827, 11413, 6565, 7468, 12092, 6767, 10475, 14089, 9012, 12106, 7759, 8557, 13913, 7451, 11478, 11169, 8708, 13779, 7682, 8322, 13473, 7407, 11163, 9767, 8384, 14577, 8983, 9698, 8816, 7197, 11594, 12340, 8165, 13177, 8152, 9802, 13307, 7405, 10669, 7033, 7768, 13882, 9474, 10789, 12254, 7720, 10807, 7134, 7528, 13447, 8000, 10819, 10210, 7483, 11333, 6679, 9228, 14023, 10304, 11902, 9434, 7644, 11476, 6626, 8776, 13914, 9273, 11447, 10405, 7522, 11704, 6695, 8251, 11179, 7711, 13009, 8350, 11162, 7424, 7762, 9757, 7623, 11690, 7585, 13084, 12737, 9498, 14587, 8149, 10083, 6371, 7909, 12894, 8547, 10363, 14580, 9568, 9872, 11935, 7649, 9602, 6236, 7815, 12799, 9080, 11089, 7086, 7858, 11832, 6792, 9989, 10989, 8250, 13779, 8207, 9411, 6725, 7740, 12928, 8106, 11294, 8979, 9000, 15276, 8361, 10167, 6725, 8063, 12874, 9057, 11785, 9963, 7961, 12592, 7007, 9374, 13832, 9392, 11069, 10552, 8118, 10311, 6658, 7950, 12809, 8839, 10764, 7260, 7710, 11098, 7637, 9565, 8944, 7460, 13777, 8457, 9832, 7877, 7675, 12535, 7175, 9420, 14543, 8768, 11291, 7908, 8850, 7739, 7688, 12893, 8076, 10250, 15091, 9757, 11611, 7989, 8796, 8508, 7442, 12955, 8160, 10888, 10610, 7511, 13199, 7721, 10817, 14896, 10073, 12594, 8155, 8162, 13307, 6863, 9970, 8723, 7326, 12747, 7836, 10031, 8950, 7410, 11675, 6447, 9360, 14311, 9547, 11589, 7849, 7661, 12746, 7817, 9988, 11889, 7985, 13396, 9325, 9785, 15400, 7851, 10373, 6659, 8233, 12945, 8865, 11601, 15197, 10465, 10937, 6956, 7729, 11508, 7599, 11198, 10728, 8358, 12981, 7343, 8812, 8276, 7921, 13003, 7727, 10068, 13530, 9220, 12178, 7726, 9577, 7325, 11832, 14359, 10329, 11249, 8247, 9836, 12313, 8792, 11181, 7334, 8448, 10042, 7447, 11245, 6423, 7842, 13905, 8579, 9799, 14067, 9750, 9255, 8156, 7531, 10799, 6194, 8460, 13491, 9084, 9993, 9265, 7345, 10541, 7105, 8926, 9119, 7266, 13116, 7974, 10737, 12115, 7652, 12750, 7649, 10055, 12567, 8346, 13356, 9070, 12092, 9763, 7963, 14279, 8084, 11065, 14495, 9298, 12196, 8916, 8659, 9715, 7263, 12213, 6826, 8471, 14261, 10065, 11838, 8450, 7918, 13757, 8222, 10610, 12140, 8913, 14223, 9474, 10015, 8541, 7866, 12158, 7417, 9154, 14551, 9139, 11227, 6429, 7921, 11717, 7748, 11479, 8760, 8460, 14297, 7918, 10118, 7408, 7847, 13686, 9001, 10945, 10012, 7555, 11602, 6552, 8192, 14116, 9497, 11169, 8870, 7850, 12045, 7512, 10201, 8759, 7732, 13387, 8887, 11587, 7366, 7881, 12500, 7130, 10718, 8088, 8339, 14337, 9129, 11092, 6934, 7977, 12857, 7450, 11594, 8681, 8419, 14304, 8132, 10008, 7675, 7655, 12924, 8366, 11652, 13509, 8889, 12888, 7772, 8841, 7903, 7873, 12880, 8506, 11766, 7696, 8156, 9590, 7672, 12651, 7133, 9881, 14374, 10430, 12114, 7965, 8818, 14659, 8936, 10890, 8053, 8771, 14882, 9659, 12267, 8516, 10123, 6981, 8353, 13108, 12227, 8705, 11949, 7921, 8854, 10092, 7958, 10649, 14058, 8097, 9677, 12777, 7690, 10697, 8063, 8434, 12220, 7768, 9456, 7670, 8575, 13167, 6535, 12452, 8088, 10673, 9753, 12693, 8974, 12731, 9149, 8551, 13322, 9527, 8756, 12298, 8449, 9726, 14138, 8858, 9304, 8613, 8581, 10952, 8607, 8577, 12419, 7377, 8765, 12415, 7226, 8562, 12629, 7902, 9943, 12962, 8507, 11241, 6887, 8421, 12254, 8033, 10819, 14231, 9349, 12477, 7947, 8515, 12234, 7260, 8645, 12102, 7904, 9968, 13618, 8858, 11043, 8130, 8622, 11013, 7307, 8583, 13044, 8913, 11478, 8231, 8471, 12858, 8372, 9797, 12407, 8731, 11267, 8940, 8407, 12644, 7318, 8511, 12075, 8400, 11287, 8812, 8288, 14024, 8231, 10613, 7545, 8945, 13109, 8117, 8521, 12982, 8514, 10952, 8364, 8203, 11851, 7762, 9861, 13244, 8271, 11822, 8263, 8302, 12977, 8011, 10463, 8101, 8620, 14365, 10503, 11333, 11801, 8560, 10751, 8175, 8603, 13445, 8804, 11285, 8388, 8484, 12468, 7505, 9791, 14177, 9652, 11076, 8355, 8578, 11277, 7577, 9902, 13535, 8924, 10601, 8696, 8394, 10463, 7389, 9219, 10536, 8299, 13284, 7798, 9165, 8720, 8566, 13290, 8944, 11741, 8230, 8446, 12979, 8648, 11298, 9484, 8718, 13915, 7896, 8880, 8409, 8674, 11907, 8099], 'WindowCenter': [4088.0, 4039.0, 4046.0, 4000.0, 3997.0, 3994.0, 3962.0, 4003.0, 3969.0, 3958.0, 4002.0, 3967.0, 3948.0, 3989.0, 3946.0, 3945.0, 3989.0, 3947.0, 3969.0, 3989.0, 3951.0, 3981.0, 3950.0, 3962.0, 4004.0, 3971.0, 4004.0, 3992.0, 3962.0, 4004.0, 3964.0, 3994.0, 3965.0, 4007.0, 4015.0, 4005.0, 4007.0, 3984.0, 3974.0, 4026.0, 3985.0, 4007.0, 4025.0, 3993.0, 4005.0, 3980.0, 3985.0, 4013.0, 3973.0, 3993.0, 4012.0, 3980.0, 4002.0, 3959.0, 3961.0, 4001.0, 3950.0, 3980.0, 4012.0, 3979.0, 3990.0, 3959.0, 3960.0, 4002.0, 3937.0, 3960.0, 4010.0, 3998.0, 4008.0, 4026.0, 3962.0, 3991.0, 3960.0, 3970.0, 4001.0, 3971.0, 4005.0, 3994.0, 3972.0, 4015.0, 3963.0, 3994.0, 3951.0, 3983.0, 4003.0, 3996.0, 4026.0, 4005.0, 4015.0, 3998.0, 4019.0, 3998.0, 4019.0, 4018.0, 3981.0, 3970.0, 3989.0, 3968.0, 4003.0, 3971.0, 3972.0, 4013.0, 3960.0, 3991.0, 3976.0, 3956.0, 3989.0, 3946.0, 3971.0, 3991.0, 3974.0, 4003.0, 3959.0, 3959.0, 4000.0, 3957.0, 3993.0, 3980.0, 3970.0, 4002.0, 3951.0, 3993.0, 4012.0, 3980.0, 4004.0, 3970.0, 3972.0, 4011.0, 3970.0, 3991.0, 3968.0, 3969.0, 4012.0, 3979.0, 3982.0, 3978.0, 3957.0, 3988.0, 3945.0, 3957.0, 4009.0, 3958.0, 3979.0, 3938.0, 3969.0, 3999.0, 3957.0, 3978.0, 4009.0, 3967.0, 3990.0, 3936.0, 3959.0, 3989.0, 3946.0, 3978.0, 3998.0, 3967.0, 3989.0, 3948.0, 3959.0, 3999.0, 3936.0, 3979.0, 3998.0, 3977.0, 3978.0, 3998.0, 3947.0, 3977.0, 3955.0, 3956.0, 3987.0, 3943.0, 3967.0, 4008.0, 3967.0, 3979.0, 3999.0, 3956.0, 3989.0, 3975.0, 3955.0, 3998.0, 3945.0, 3957.0, 3999.0, 3956.0, 3989.0, 3997.0, 3956.0, 3988.0, 3946.0, 3947.0, 3990.0, 3936.0, 3957.0, 4000.0, 3969.0, 3990.0, 3955.0, 3950.0, 4011.0, 3960.0, 3993.0, 4009.0, 3978.0, 3991.0, 3968.0, 3958.0, 4000.0, 3949.0, 3981.0, 3999.0, 3968.0, 3979.0, 3997.0, 3957.0, 3978.0, 3936.0, 3948.0, 3988.0, 3946.0, 3968.0, 3998.0, 3968.0, 3990.0, 3948.0, 3961.0, 4001.0, 3948.0, 3991.0, 4009.0, 3968.0, 4001.0, 3958.0, 3972.0, 4014.0, 3960.0, 4002.0, 3988.0, 3968.0, 4012.0, 3958.0, 3969.0, 4010.0, 3959.0, 4003.0, 3977.0, 3959.0, 4011.0, 3968.0, 3980.0, 3968.0, 3949.0, 4003.0, 3999.0, 3957.0, 3999.0, 3958.0, 3980.0, 4010.0, 3958.0, 3992.0, 3948.0, 3959.0, 4000.0, 3967.0, 3989.0, 3998.0, 3958.0, 3990.0, 3947.0, 3958.0, 3999.0, 3956.0, 3989.0, 3979.0, 3948.0, 3990.0, 3948.0, 3982.0, 4010.0, 3978.0, 3991.0, 3968.0, 3959.0, 3989.0, 3947.0, 3970.0, 3999.0, 3966.0, 3990.0, 3977.0, 3958.0, 4001.0, 3948.0, 3972.0, 3988.0, 3958.0, 3999.0, 3968.0, 3991.0, 3959.0, 3975.0, 3994.0, 3972.0, 4003.0, 3976.0, 4027.0, 4015.0, 3983.0, 4024.0, 3972.0, 3993.0, 3951.0, 3960.0, 4001.0, 3971.0, 3993.0, 4012.0, 3969.0, 3977.0, 3990.0, 3958.0, 3979.0, 3927.0, 3960.0, 3999.0, 3967.0, 3990.0, 3947.0, 3960.0, 4000.0, 3948.0, 3980.0, 3977.0, 3958.0, 4000.0, 3958.0, 3980.0, 3949.0, 3961.0, 4004.0, 3972.0, 3992.0, 3969.0, 3970.0, 4022.0, 3970.0, 3980.0, 3938.0, 3959.0, 3999.0, 3967.0, 3989.0, 3980.0, 3959.0, 4000.0, 3948.0, 3980.0, 3998.0, 3966.0, 3977.0, 3976.0, 3947.0, 3977.0, 3935.0, 3957.0, 3989.0, 3955.0, 3977.0, 3946.0, 3948.0, 3987.0, 3957.0, 3980.0, 3969.0, 3948.0, 4012.0, 3959.0, 3981.0, 3959.0, 3961.0, 4001.0, 3949.0, 3981.0, 4011.0, 3969.0, 3991.0, 3960.0, 3971.0, 3960.0, 3961.0, 4001.0, 3959.0, 3991.0, 4012.0, 3980.0, 3992.0, 3970.0, 3972.0, 3970.0, 3961.0, 4000.0, 3969.0, 3994.0, 3992.0, 3961.0, 4014.0, 3961.0, 4005.0, 4012.0, 3981.0, 4002.0, 3958.0, 3960.0, 4000.0, 3938.0, 3981.0, 3969.0, 3949.0, 4000.0, 3958.0, 3980.0, 3969.0, 3961.0, 4002.0, 3938.0, 3982.0, 4009.0, 3979.0, 3989.0, 3959.0, 3962.0, 4002.0, 3961.0, 3992.0, 4002.0, 3960.0, 4012.0, 3969.0, 3981.0, 4023.0, 3959.0, 3979.0, 3937.0, 3971.0, 4001.0, 3969.0, 3991.0, 4012.0, 3979.0, 3990.0, 3947.0, 3958.0, 3989.0, 3957.0, 3989.0, 3976.0, 3958.0, 4000.0, 3949.0, 3970.0, 3959.0, 3959.0, 4000.0, 3947.0, 3980.0, 3999.0, 3969.0, 3989.0, 3947.0, 3968.0, 3946.0, 3990.0, 4011.0, 3989.0, 3991.0, 3970.0, 3993.0, 4001.0, 3972.0, 3993.0, 3950.0, 3972.0, 3981.0, 3961.0, 3991.0, 3937.0, 3960.0, 4011.0, 3968.0, 3979.0, 4000.0, 3979.0, 3969.0, 3957.0, 3958.0, 3977.0, 3926.0, 3968.0, 3999.0, 3970.0, 3979.0, 3979.0, 3961.0, 3991.0, 3950.0, 3982.0, 3968.0, 3962.0, 4014.0, 3971.0, 4005.0, 4015.0, 3973.0, 4015.0, 3972.0, 3994.0, 4014.0, 3983.0, 4016.0, 3983.0, 4015.0, 3992.0, 3974.0, 4025.0, 3973.0, 4004.0, 4013.0, 3982.0, 4003.0, 3980.0, 3973.0, 3981.0, 3962.0, 4015.0, 3949.0, 3972.0, 4012.0, 3981.0, 4004.0, 3970.0, 3972.0, 4013.0, 3970.0, 3993.0, 4000.0, 3968.0, 4012.0, 3977.0, 3978.0, 3968.0, 3959.0, 4000.0, 3948.0, 3967.0, 3998.0, 3966.0, 3988.0, 3936.0, 3958.0, 4000.0, 3958.0, 4000.0, 3967.0, 3968.0, 4011.0, 3959.0, 3992.0, 3959.0, 3973.0, 4011.0, 3968.0, 3979.0, 3978.0, 3959.0, 3990.0, 3938.0, 3970.0, 4010.0, 3978.0, 3990.0, 3967.0, 3958.0, 4000.0, 3948.0, 3990.0, 3969.0, 3958.0, 4001.0, 3969.0, 3991.0, 3948.0, 3960.0, 4000.0, 3948.0, 3991.0, 3959.0, 3970.0, 4012.0, 3980.0, 3991.0, 3949.0, 3971.0, 4014.0, 3960.0, 4001.0, 3968.0, 3970.0, 4013.0, 3972.0, 3993.0, 3959.0, 3971.0, 4013.0, 3969.0, 4003.0, 4011.0, 3981.0, 4002.0, 3961.0, 3982.0, 3970.0, 3973.0, 4001.0, 3970.0, 4004.0, 3961.0, 3972.0, 3982.0, 3973.0, 4014.0, 3961.0, 3994.0, 4013.0, 3991.0, 4004.0, 3961.0, 3982.0, 4012.0, 3980.0, 3991.0, 3959.0, 3969.0, 4010.0, 3981.0, 4001.0, 3970.0, 3990.0, 3947.0, 3969.0, 4003.0, 3989.0, 3954.0, 3986.0, 3943.0, 3968.0, 3977.0, 3956.0, 3988.0, 3997.0, 3945.0, 3966.0, 3996.0, 3947.0, 3980.0, 3955.0, 3958.0, 4000.0, 3959.0, 3982.0, 3958.0, 3970.0, 4001.0, 3926.0, 4002.0, 3971.0, 4005.0, 3994.0, 4016.0, 3983.0, 4015.0, 3982.0, 3971.0, 4003.0, 3966.0, 3957.0, 3989.0, 3945.0, 3968.0, 4011.0, 3970.0, 3980.0, 3957.0, 3955.0, 3976.0, 3954.0, 3957.0, 3988.0, 3946.0, 3969.0, 4001.0, 3950.0, 3971.0, 3988.0, 3955.0, 3978.0, 3997.0, 3957.0, 3989.0, 3948.0, 3972.0, 3989.0, 3958.0, 3990.0, 3999.0, 3968.0, 3988.0, 3944.0, 3956.0, 3988.0, 3934.0, 3957.0, 3987.0, 3944.0, 3967.0, 3996.0, 3956.0, 3976.0, 3947.0, 3957.0, 3978.0, 3945.0, 3956.0, 3985.0, 3957.0, 3988.0, 3956.0, 3958.0, 3997.0, 3957.0, 3978.0, 3988.0, 3956.0, 3977.0, 3956.0, 3955.0, 3986.0, 3944.0, 3956.0, 3988.0, 3957.0, 3989.0, 3966.0, 3956.0, 4010.0, 3958.0, 3990.0, 3958.0, 3980.0, 4000.0, 3958.0, 3969.0, 3998.0, 3957.0, 3988.0, 3959.0, 3970.0, 4001.0, 3960.0, 3993.0, 4001.0, 3960.0, 4001.0, 3960.0, 3973.0, 4013.0, 3973.0, 3992.0, 3972.0, 3971.0, 4013.0, 3990.0, 3993.0, 3989.0, 3971.0, 3992.0, 3958.0, 3968.0, 3999.0, 3967.0, 3991.0, 3959.0, 3971.0, 4002.0, 3947.0, 3979.0, 4000.0, 3966.0, 3990.0, 3956.0, 3969.0, 3989.0, 3948.0, 3980.0, 3998.0, 3968.0, 3979.0, 3957.0, 3959.0, 3979.0, 3949.0, 3980.0, 3977.0, 3960.0, 4000.0, 3958.0, 3980.0, 3970.0, 3971.0, 4012.0, 3971.0, 4003.0, 3970.0, 3973.0, 4013.0, 3970.0, 3992.0, 3968.0, 3969.0, 4012.0, 3958.0, 3970.0, 3970.0, 3971.0, 4000.0, 3960.0], 'WindowWidth': [9086.0, 8999.0, 9009.0, 8927.0, 8919.0, 8909.0, 8863.0, 8921.0, 8867.0, 8851.0, 8920.0, 8861.0, 8837.0, 8894.0, 8832.0, 8831.0, 8891.0, 8836.0, 8869.0, 8895.0, 8846.0, 8887.0, 8846.0, 8864.0, 8923.0, 8880.0, 8926.0, 8905.0, 8866.0, 8926.0, 8874.0, 8912.0, 8875.0, 8934.0, 8943.0, 8925.0, 8932.0, 8897.0, 8886.0, 8959.0, 8902.0, 8935.0, 8957.0, 8909.0, 8930.0, 8886.0, 8897.0, 8935.0, 8879.0, 8908.0, 8933.0, 8884.0, 8918.0, 8855.0, 8861.0, 8918.0, 8847.0, 8888.0, 8933.0, 8882.0, 8900.0, 8855.0, 8860.0, 8919.0, 8826.0, 8861.0, 8928.0, 8925.0, 8939.0, 8959.0, 8866.0, 8903.0, 8861.0, 8875.0, 8917.0, 8877.0, 8927.0, 8909.0, 8879.0, 8940.0, 8871.0, 8911.0, 8852.0, 8894.0, 8920.0, 8914.0, 8959.0, 8930.0, 8943.0, 8923.0, 8954.0, 8925.0, 8954.0, 8952.0, 8888.0, 8870.0, 8897.0, 8867.0, 8918.0, 8875.0, 8879.0, 8936.0, 8861.0, 8900.0, 8875.0, 8847.0, 8898.0, 8835.0, 8873.0, 8903.0, 8882.0, 8921.0, 8857.0, 8857.0, 8914.0, 8853.0, 8905.0, 8886.0, 8874.0, 8920.0, 8849.0, 8907.0, 8933.0, 8887.0, 8924.0, 8871.0, 8876.0, 8929.0, 8873.0, 8902.0, 8864.0, 8868.0, 8934.0, 8883.0, 8888.0, 8881.0, 8850.0, 8893.0, 8831.0, 8849.0, 8926.0, 8852.0, 8883.0, 8827.0, 8872.0, 8912.0, 8851.0, 8881.0, 8924.0, 8864.0, 8899.0, 8823.0, 8856.0, 8898.0, 8838.0, 8880.0, 8908.0, 8865.0, 8899.0, 8840.0, 8857.0, 8913.0, 8825.0, 8884.0, 8908.0, 8875.0, 8880.0, 8907.0, 8836.0, 8878.0, 8846.0, 8849.0, 8892.0, 8828.0, 8863.0, 8923.0, 8863.0, 8882.0, 8910.0, 8850.0, 8895.0, 8871.0, 8846.0, 8908.0, 8834.0, 8852.0, 8909.0, 8849.0, 8895.0, 8905.0, 8847.0, 8894.0, 8834.0, 8838.0, 8899.0, 8822.0, 8853.0, 8911.0, 8867.0, 8898.0, 8848.0, 8845.0, 8930.0, 8859.0, 8907.0, 8927.0, 8881.0, 8902.0, 8866.0, 8855.0, 8914.0, 8843.0, 8889.0, 8913.0, 8867.0, 8882.0, 8907.0, 8850.0, 8880.0, 8822.0, 8840.0, 8894.0, 8837.0, 8866.0, 8910.0, 8867.0, 8900.0, 8842.0, 8862.0, 8917.0, 8843.0, 8901.0, 8926.0, 8869.0, 8916.0, 8856.0, 8878.0, 8937.0, 8861.0, 8919.0, 8894.0, 8865.0, 8932.0, 8853.0, 8869.0, 8928.0, 8858.0, 8920.0, 8878.0, 8855.0, 8931.0, 8866.0, 8884.0, 8868.0, 8845.0, 8921.0, 8911.0, 8852.0, 8912.0, 8852.0, 8885.0, 8928.0, 8856.0, 8905.0, 8840.0, 8857.0, 8914.0, 8863.0, 8896.0, 8908.0, 8853.0, 8899.0, 8837.0, 8854.0, 8910.0, 8848.0, 8895.0, 8882.0, 8841.0, 8901.0, 8843.0, 8891.0, 8927.0, 8880.0, 8901.0, 8867.0, 8856.0, 8897.0, 8840.0, 8873.0, 8911.0, 8862.0, 8897.0, 8879.0, 8853.0, 8914.0, 8842.0, 8877.0, 8896.0, 8855.0, 8913.0, 8868.0, 8902.0, 8856.0, 8889.0, 8912.0, 8881.0, 8924.0, 8892.0, 8962.0, 8941.0, 8895.0, 8954.0, 8879.0, 8907.0, 8849.0, 8860.0, 8917.0, 8877.0, 8907.0, 8934.0, 8867.0, 8878.0, 8898.0, 8854.0, 8881.0, 8811.0, 8856.0, 8909.0, 8864.0, 8899.0, 8836.0, 8859.0, 8914.0, 8843.0, 8886.0, 8878.0, 8853.0, 8914.0, 8854.0, 8885.0, 8844.0, 8862.0, 8923.0, 8877.0, 8906.0, 8869.0, 8872.0, 8949.0, 8873.0, 8885.0, 8827.0, 8858.0, 8910.0, 8863.0, 8897.0, 8883.0, 8854.0, 8913.0, 8840.0, 8885.0, 8907.0, 8858.0, 8877.0, 8872.0, 8834.0, 8875.0, 8816.0, 8848.0, 8894.0, 8844.0, 8876.0, 8832.0, 8838.0, 8891.0, 8852.0, 8886.0, 8867.0, 8839.0, 8930.0, 8855.0, 8888.0, 8855.0, 8860.0, 8916.0, 8845.0, 8889.0, 8930.0, 8870.0, 8901.0, 8859.0, 8876.0, 8860.0, 8862.0, 8919.0, 8858.0, 8902.0, 8933.0, 8886.0, 8904.0, 8874.0, 8877.0, 8872.0, 8862.0, 8915.0, 8869.0, 8909.0, 8904.0, 8863.0, 8938.0, 8863.0, 8926.0, 8934.0, 8887.0, 8918.0, 8852.0, 8856.0, 8913.0, 8827.0, 8889.0, 8870.0, 8842.0, 8914.0, 8852.0, 8886.0, 8871.0, 8861.0, 8919.0, 8828.0, 8890.0, 8926.0, 8883.0, 8898.0, 8854.0, 8863.0, 8919.0, 8863.0, 8906.0, 8919.0, 8859.0, 8934.0, 8868.0, 8887.0, 8950.0, 8857.0, 8883.0, 8825.0, 8873.0, 8916.0, 8873.0, 8903.0, 8933.0, 8884.0, 8898.0, 8838.0, 8854.0, 8896.0, 8853.0, 8895.0, 8876.0, 8852.0, 8912.0, 8843.0, 8872.0, 8856.0, 8859.0, 8914.0, 8837.0, 8884.0, 8908.0, 8867.0, 8897.0, 8836.0, 8864.0, 8833.0, 8894.0, 8931.0, 8898.0, 8902.0, 8874.0, 8909.0, 8920.0, 8877.0, 8907.0, 8844.0, 8876.0, 8889.0, 8862.0, 8902.0, 8827.0, 8859.0, 8930.0, 8867.0, 8883.0, 8913.0, 8881.0, 8869.0, 8850.0, 8852.0, 8877.0, 8809.0, 8868.0, 8912.0, 8870.0, 8885.0, 8883.0, 8862.0, 8903.0, 8848.0, 8891.0, 8868.0, 8864.0, 8940.0, 8877.0, 8928.0, 8940.0, 8884.0, 8942.0, 8881.0, 8912.0, 8939.0, 8896.0, 8945.0, 8895.0, 8944.0, 8909.0, 8887.0, 8957.0, 8881.0, 8925.0, 8936.0, 8891.0, 8923.0, 8888.0, 8881.0, 8891.0, 8866.0, 8941.0, 8846.0, 8878.0, 8935.0, 8890.0, 8925.0, 8874.0, 8879.0, 8937.0, 8876.0, 8909.0, 8915.0, 8869.0, 8935.0, 8878.0, 8880.0, 8867.0, 8855.0, 8915.0, 8840.0, 8864.0, 8911.0, 8861.0, 8893.0, 8822.0, 8856.0, 8914.0, 8857.0, 8914.0, 8864.0, 8867.0, 8931.0, 8857.0, 8906.0, 8858.0, 8879.0, 8930.0, 8865.0, 8883.0, 8880.0, 8855.0, 8899.0, 8827.0, 8872.0, 8928.0, 8882.0, 8899.0, 8865.0, 8855.0, 8912.0, 8841.0, 8900.0, 8869.0, 8855.0, 8917.0, 8870.0, 8902.0, 8841.0, 8859.0, 8914.0, 8842.0, 8901.0, 8855.0, 8872.0, 8933.0, 8887.0, 8904.0, 8845.0, 8878.0, 8938.0, 8861.0, 8918.0, 8868.0, 8873.0, 8936.0, 8878.0, 8907.0, 8859.0, 8877.0, 8935.0, 8873.0, 8922.0, 8932.0, 8889.0, 8918.0, 8863.0, 8893.0, 8873.0, 8882.0, 8918.0, 8873.0, 8925.0, 8862.0, 8880.0, 8894.0, 8882.0, 8940.0, 8865.0, 8911.0, 8937.0, 8903.0, 8924.0, 8862.0, 8892.0, 8935.0, 8886.0, 8904.0, 8855.0, 8869.0, 8931.0, 8887.0, 8917.0, 8872.0, 8901.0, 8839.0, 8869.0, 8923.0, 8895.0, 8844.0, 8888.0, 8825.0, 8865.0, 8878.0, 8850.0, 8894.0, 8906.0, 8831.0, 8859.0, 8903.0, 8836.0, 8883.0, 8846.0, 8853.0, 8914.0, 8857.0, 8891.0, 8854.0, 8872.0, 8913.0, 8805.0, 8920.0, 8875.0, 8930.0, 8911.0, 8944.0, 8894.0, 8942.0, 8889.0, 8873.0, 8922.0, 8858.0, 8848.0, 8895.0, 8830.0, 8865.0, 8930.0, 8870.0, 8885.0, 8849.0, 8845.0, 8873.0, 8841.0, 8849.0, 8894.0, 8833.0, 8867.0, 8914.0, 8844.0, 8872.0, 8893.0, 8846.0, 8878.0, 8903.0, 8850.0, 8895.0, 8839.0, 8875.0, 8896.0, 8853.0, 8897.0, 8908.0, 8864.0, 8894.0, 8828.0, 8847.0, 8892.0, 8814.0, 8847.0, 8888.0, 8828.0, 8861.0, 8900.0, 8845.0, 8876.0, 8834.0, 8849.0, 8877.0, 8829.0, 8846.0, 8886.0, 8846.0, 8892.0, 8845.0, 8850.0, 8905.0, 8849.0, 8879.0, 8891.0, 8845.0, 8876.0, 8844.0, 8843.0, 8888.0, 8830.0, 8847.0, 8892.0, 8849.0, 8892.0, 8859.0, 8847.0, 8926.0, 8853.0, 8897.0, 8856.0, 8886.0, 8915.0, 8851.0, 8866.0, 8907.0, 8850.0, 8894.0, 8856.0, 8874.0, 8918.0, 8861.0, 8906.0, 8915.0, 8857.0, 8916.0, 8857.0, 8878.0, 8935.0, 8880.0, 8907.0, 8879.0, 8877.0, 8936.0, 8899.0, 8908.0, 8899.0, 8874.0, 8904.0, 8853.0, 8867.0, 8911.0, 8863.0, 8900.0, 8854.0, 8875.0, 8919.0, 8839.0, 8884.0, 8912.0, 8862.0, 8898.0, 8847.0, 8868.0, 8896.0, 8838.0, 8883.0, 8908.0, 8863.0, 8881.0, 8849.0, 8854.0, 8881.0, 8843.0, 8885.0, 8879.0, 8856.0, 8915.0, 8855.0, 8886.0, 8871.0, 8875.0, 8932.0, 8874.0, 8920.0, 8872.0, 8879.0, 8933.0, 8874.0, 8905.0, 8866.0, 8868.0, 8932.0, 8855.0, 8872.0, 8870.0, 8875.0, 8913.0, 8859.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.00021194976076555023</td></tr>
<tr><td colspan=3>aqi</td><td>0.026035446172248806</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.47795638111376</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2828613718922146</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9885586940119765</td></tr>
<tr><td colspan=3>efc</td><td>0.5189</td></tr>
<tr><td colspan=3>fber</td><td>3669.0095</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10015171358432409</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.861244019138756</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2635364880049234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1782181298854146</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4896876679139477</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.122703666215408</td></tr>
<tr><td colspan=3>gcor</td><td>0.0078714</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004083934240043163</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0330883152782917</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.4339585926758405</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>16.1164</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7638</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.3889</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292496.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>1068.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.6521</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6537</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>439.8529</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3181.8057</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1412.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>747.86</td></tr>
<tr><td colspan=3>tsnr</td><td>39.85967734409496</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>