<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>1075f2af885a8d6cc70c4caadc382b52</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>13:31:27.810000</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.98868, -0.127904, 0.0784322, 0.129636, 0.991409, -0.0173746]</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.0946071</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7761, -7233, 382, -229, 15, 3, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>19e2fae7-7ef3-4f91-ad5e-12027a96df8d||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.652557134628296, 0.3478030264377594, 0.20394770801067352, 87.92314147949219], [0.3431578278541565, 2.659879207611084, -0.07383289188146591, -119.12541961669922], [0.21042798459529877, 0.04661470651626587, 2.6912736892700195, -87.99577331542969], [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': ['133127.810000', '133128.270000', '133128.730000', '133129.190000', '133129.650000', '133130.110000', '133130.570000', '133131.030000', '133131.490000', '133131.950000', '133132.410000', '133132.870000', '133133.330000', '133133.790000', '133134.250000', '133134.710000', '133135.170000', '133135.630000', '133136.090000', '133136.550000', '133137.010000', '133137.470000', '133137.930000', '133138.390000', '133138.850000', '133139.310000', '133139.770000', '133140.230000', '133140.690000', '133141.150000', '133141.610000', '133142.070000', '133142.530000', '133142.990000', '133143.450000', '133143.910000', '133144.370000', '133144.830000', '133145.290000', '133145.750000', '133146.210000', '133146.670000', '133147.130000', '133147.590000', '133148.050000', '133148.510000', '133148.970000', '133149.430000', '133149.890000', '133150.350000', '133150.810000', '133151.270000', '133151.730000', '133152.190000', '133152.650000', '133153.110000', '133153.570000', '133154.030000', '133154.490000', '133154.950000', '133155.410000', '133155.870000', '133156.330000', '133156.790000', '133157.250000', '133157.710000', '133158.170000', '133158.630000', '133159.090000', '133159.550000', '133200.010000', '133200.470000', '133200.930000', '133201.390000', '133201.850000', '133202.310000', '133202.770000', '133203.230000', '133203.690000', '133204.150000', '133204.610000', '133205.070000', '133205.530000', '133205.990000', '133206.450000', '133206.910000', '133207.370000', '133207.830000', '133208.290000', '133208.750000', '133209.210000', '133209.670000', '133210.130000', '133210.590000', '133211.050000', '133211.510000', '133211.970000', '133212.430000', '133212.890000', '133213.350000', '133213.810000', '133214.270000', '133214.730000', '133215.190000', '133215.650000', '133216.110000', '133216.570000', '133217.030000', '133217.490000', '133217.950000', '133218.410000', '133218.870000', '133219.330000', '133219.790000', '133220.250000', '133220.710000', '133221.170000', '133221.630000', '133222.090000', '133222.550000', '133223.010000', '133223.470000', '133223.930000', '133224.390000', '133224.850000', '133225.310000', '133225.770000', '133226.230000', '133226.690000', '133227.150000', '133227.610000', '133228.070000', '133228.530000', '133228.990000', '133229.450000', '133229.910000', '133230.370000', '133230.830000', '133231.290000', '133231.750000', '133232.210000', '133232.670000', '133233.130000', '133233.590000', '133234.050000', '133234.510000', '133234.970000', '133235.430000', '133235.890000', '133236.350000', '133236.810000', '133237.270000', '133237.730000', '133238.190000', '133238.650000', '133239.110000', '133239.570000', '133240.030000', '133240.490000', '133240.950000', '133241.410000', '133241.870000', '133242.330000', '133242.790000', '133243.250000', '133243.710000', '133244.170000', '133244.630000', '133245.090000', '133245.550000', '133246.010000', '133246.470000', '133246.930000', '133247.390000', '133247.850000', '133248.310000', '133248.770000', '133249.230000', '133249.690000', '133250.150000', '133250.610000', '133251.070000', '133251.530000', '133251.990000', '133252.450000', '133252.910000', '133253.370000', '133253.830000', '133254.290000', '133254.750000', '133255.210000', '133255.670000', '133256.130000', '133256.590000', '133257.050000', '133257.510000', '133257.970000', '133258.430000', '133258.890000', '133259.350000', '133259.810000', '133300.270000', '133300.730000', '133301.190000', '133301.650000', '133302.110000', '133302.570000', '133303.030000', '133303.490000', '133303.950000', '133304.410000', '133304.870000', '133305.330000', '133305.790000', '133306.250000', '133306.710000', '133307.170000', '133307.630000', '133308.090000', '133308.550000', '133309.010000', '133309.470000', '133309.930000', '133310.390000', '133310.850000', '133311.310000', '133311.770000', '133312.230000', '133312.690000', '133313.150000', '133313.610000', '133314.070000', '133314.530000', '133314.990000', '133315.450000', '133315.910000', '133316.370000', '133316.830000', '133317.290000', '133317.750000', '133318.210000', '133318.670000', '133319.130000', '133319.590000', '133320.050000', '133320.510000', '133320.970000', '133321.430000', '133321.890000', '133322.350000', '133322.810000', '133323.270000', '133323.730000', '133324.190000', '133324.650000', '133325.110000', '133325.570000', '133326.030000', '133326.490000', '133326.950000', '133327.410000', '133327.870000', '133328.330000', '133328.790000', '133329.250000', '133329.710000', '133330.170000', '133330.630000', '133331.090000', '133331.550000', '133332.010000', '133332.470000', '133332.930000', '133333.390000', '133333.850000', '133334.310000', '133334.770000', '133335.230000', '133335.690000', '133336.150000', '133336.610000', '133337.070000', '133337.530000', '133337.990000', '133338.450000', '133338.910000', '133339.370000', '133339.830000', '133340.290000', '133340.750000', '133341.210000', '133341.670000', '133342.130000', '133342.590000', '133343.050000', '133343.510000', '133343.970000', '133344.430000', '133344.890000', '133345.350000', '133345.810000', '133346.270000', '133346.730000', '133347.190000', '133347.650000', '133348.110000', '133348.570000', '133349.030000', '133349.490000', '133349.950000', '133350.410000', '133350.870000', '133351.330000', '133351.790000', '133352.250000', '133352.710000', '133353.170000', '133353.630000', '133354.090000', '133354.550000', '133355.010000', '133355.470000', '133355.930000', '133356.390000', '133356.850000', '133357.310000', '133357.770000', '133358.230000', '133358.690000', '133359.150000', '133359.610000', '133400.070000', '133400.530000', '133400.990000', '133401.450000', '133401.910000', '133402.370000', '133402.830000', '133403.290000', '133403.750000', '133404.210000', '133404.670000', '133405.130000', '133405.590000', '133406.050000', '133406.510000', '133406.970000', '133407.430000', '133407.890000', '133408.350000', '133408.810000', '133409.270000', '133409.730000', '133410.190000', '133410.650000', '133411.110000', '133411.570000', '133412.030000', '133412.490000', '133412.950000', '133413.410000', '133413.870000', '133414.330000', '133414.790000', '133415.250000', '133415.710000', '133416.170000', '133416.630000', '133417.090000', '133417.550000', '133418.010000', '133418.470000', '133418.930000', '133419.390000', '133419.850000', '133420.310000', '133420.770000', '133421.230000', '133421.690000', '133422.150000', '133422.610000', '133423.070000', '133423.530000', '133423.990000', '133424.450000', '133424.910000', '133425.370000', '133425.830000', '133426.290000', '133426.750000', '133427.210000', '133427.670000', '133428.130000', '133428.590000', '133429.050000', '133429.510000', '133429.970000', '133430.430000', '133430.890000', '133431.350000', '133431.810000', '133432.270000', '133432.730000', '133433.190000', '133433.650000', '133434.110000', '133434.570000', '133435.030000', '133435.490000', '133435.950000', '133436.410000', '133436.870000', '133437.330000', '133437.790000', '133438.250000', '133438.710000', '133439.170000', '133439.630000', '133440.090000', '133440.550000', '133441.010000', '133441.470000', '133441.930000', '133442.390000', '133442.850000', '133443.310000', '133443.770000', '133444.230000', '133444.690000', '133445.150000', '133445.610000', '133446.070000', '133446.530000', '133446.990000', '133447.450000', '133447.910000', '133448.370000', '133448.830000', '133449.290000', '133449.750000', '133450.210000', '133450.670000', '133451.130000', '133451.590000', '133452.050000', '133452.510000', '133452.970000', '133453.430000', '133453.890000', '133454.350000', '133454.810000', '133455.270000', '133455.730000', '133456.190000', '133456.650000', '133457.110000', '133457.570000', '133458.030000', '133458.490000', '133458.950000', '133459.410000', '133459.870000', '133500.330000', '133500.790000', '133501.250000', '133501.710000', '133502.170000', '133502.630000', '133503.090000', '133503.550000', '133504.010000', '133504.470000', '133504.930000', '133505.390000', '133505.850000', '133506.310000', '133506.770000', '133507.230000', '133507.690000', '133508.150000', '133508.610000', '133509.070000', '133509.530000', '133509.990000', '133510.450000', '133510.910000', '133511.370000', '133511.830000', '133512.290000', '133512.750000', '133513.210000', '133513.670000', '133514.130000', '133514.590000', '133515.050000', '133515.510000', '133515.970000', '133516.430000', '133516.890000', '133517.350000', '133517.810000', '133518.270000', '133518.730000', '133519.190000', '133519.650000', '133520.110000', '133520.570000', '133521.030000', '133521.490000', '133521.950000', '133522.410000', '133522.870000', '133523.330000', '133523.790000', '133524.250000', '133524.710000', '133525.170000', '133525.630000', '133526.090000', '133526.550000', '133527.010000', '133527.470000', '133527.930000', '133528.390000', '133528.850000', '133529.310000', '133529.770000', '133530.230000', '133530.690000', '133531.150000', '133531.610000', '133532.070000', '133532.530000', '133532.990000', '133533.450000', '133533.910000', '133534.370000', '133534.830000', '133535.290000', '133535.750000', '133536.210000', '133536.670000', '133537.130000', '133537.590000', '133538.050000', '133538.510000', '133538.970000', '133539.430000', '133539.890000', '133540.350000', '133540.810000', '133541.270000', '133541.730000', '133542.190000', '133542.650000', '133543.110000', '133543.570000', '133544.030000', '133544.490000', '133544.950000', '133545.410000', '133545.870000', '133546.330000', '133546.790000', '133547.250000', '133547.710000', '133548.170000', '133548.630000', '133549.090000', '133549.550000', '133550.010000', '133550.470000', '133550.930000', '133551.390000', '133551.850000', '133552.310000', '133552.770000', '133553.230000', '133553.690000', '133554.150000', '133554.610000', '133555.070000', '133555.530000', '133555.990000', '133556.450000', '133556.910000', '133557.370000', '133557.830000', '133558.290000', '133558.750000', '133559.210000', '133559.670000', '133600.130000', '133600.590000', '133601.050000', '133601.510000', '133601.970000', '133602.430000', '133602.890000', '133603.350000', '133603.810000', '133604.270000', '133604.730000', '133605.190000', '133605.650000', '133606.110000', '133606.570000', '133607.030000', '133607.490000', '133607.950000', '133608.410000', '133608.870000', '133609.330000', '133609.790000', '133610.250000', '133610.710000', '133611.170000', '133611.630000', '133612.090000', '133612.550000', '133613.010000', '133613.470000', '133613.930000', '133614.390000', '133614.850000', '133615.310000', '133615.770000', '133616.230000', '133616.690000', '133617.150000', '133617.610000', '133618.070000', '133618.530000', '133618.990000', '133619.450000', '133619.910000', '133620.370000', '133620.830000', '133621.290000', '133621.750000', '133622.210000', '133622.670000', '133623.130000', '133623.590000', '133624.050000', '133624.510000', '133624.970000', '133625.430000', '133625.890000', '133626.350000', '133626.810000', '133627.270000', '133627.730000', '133628.190000', '133628.650000', '133629.110000', '133629.570000', '133630.030000', '133630.490000', '133630.950000', '133631.410000', '133631.870000', '133632.330000', '133632.790000', '133633.250000', '133633.710000', '133634.170000', '133634.630000', '133635.090000', '133635.550000', '133636.010000', '133636.470000', '133636.930000', '133637.390000', '133637.850000', '133638.310000', '133638.770000', '133639.230000', '133639.690000', '133640.150000', '133640.610000', '133641.070000', '133641.530000', '133641.990000', '133642.450000', '133642.910000', '133643.370000', '133643.830000', '133644.290000', '133644.750000', '133645.210000', '133645.670000', '133646.130000', '133646.590000', '133647.050000', '133647.510000', '133647.970000', '133648.430000', '133648.890000', '133649.350000', '133649.810000', '133650.270000', '133650.730000', '133651.190000', '133651.650000', '133652.110000', '133652.570000', '133653.030000', '133653.490000', '133653.950000', '133654.410000', '133654.870000', '133655.330000', '133655.790000', '133656.250000', '133656.710000', '133657.170000', '133657.630000', '133658.090000', '133658.550000', '133659.010000', '133659.470000', '133659.930000', '133700.390000', '133700.850000', '133701.310000', '133701.770000', '133702.230000', '133702.690000', '133703.150000', '133703.610000', '133704.070000', '133704.530000', '133704.990000', '133705.450000', '133705.910000', '133706.370000', '133706.830000', '133707.290000', '133707.750000', '133708.210000', '133708.670000', '133709.130000', '133709.590000', '133710.050000', '133710.510000', '133710.970000', '133711.430000', '133711.890000', '133712.350000', '133712.810000', '133713.270000', '133713.730000', '133714.190000', '133714.650000', '133715.110000', '133715.570000', '133716.030000', '133716.490000', '133716.950000', '133717.410000', '133717.870000', '133718.330000', '133718.790000', '133719.250000', '133719.710000', '133720.170000', '133720.630000', '133721.090000', '133721.550000', '133722.010000', '133722.470000', '133722.930000', '133723.390000', '133723.850000', '133724.310000', '133724.770000', '133725.230000', '133725.690000', '133726.150000', '133726.610000', '133727.070000', '133727.530000', '133727.990000', '133728.450000', '133728.910000', '133729.370000', '133729.830000', '133730.290000', '133730.750000', '133731.210000', '133731.670000', '133732.130000', '133732.590000', '133733.050000', '133733.510000', '133733.970000', '133734.430000', '133734.890000', '133735.350000', '133735.810000', '133736.270000', '133736.730000', '133737.190000', '133737.650000', '133738.110000', '133738.570000', '133739.030000', '133739.490000', '133739.950000', '133740.410000', '133740.870000', '133741.330000', '133741.790000', '133742.250000', '133742.710000', '133743.170000', '133743.630000', '133744.090000', '133744.550000', '133745.010000', '133745.470000', '133745.930000', '133746.390000', '133746.850000', '133747.310000', '133747.770000', '133748.230000', '133748.690000', '133749.150000', '133749.610000', '133750.070000', '133750.530000', '133750.990000', '133751.450000', '133751.910000', '133752.370000', '133752.830000', '133753.290000'], 'ContentTime': ['133151.064000', '133151.067000', '133151.069000', '133151.072000', '133151.075000', '133151.077000', '133151.080000', '133151.082000', '133151.085000', '133151.087000', '133151.090000', '133151.093000', '133151.096000', '133151.098000', '133151.101000', '133151.103000', '133151.106000', '133151.108000', '133151.111000', '133151.114000', '133151.116000', '133151.119000', '133151.121000', '133151.124000', '133151.126000', '133151.129000', '133151.132000', '133151.134000', '133151.137000', '133151.139000', '133151.142000', '133151.144000', '133151.147000', '133151.149000', '133151.152000', '133151.155000', '133151.157000', '133151.160000', '133151.162000', '133151.165000', '133151.167000', '133151.170000', '133151.172000', '133151.175000', '133151.178000', '133151.188000', '133151.191000', '133211.030000', '133211.033000', '133211.036000', '133211.039000', '133211.041000', '133211.044000', '133211.046000', '133211.049000', '133211.053000', '133211.056000', '133211.058000', '133211.067000', '133211.070000', '133211.072000', '133211.075000', '133211.078000', '133211.080000', '133211.083000', '133211.085000', '133211.088000', '133211.091000', '133211.093000', '133211.096000', '133211.099000', '133211.101000', '133211.104000', '133211.106000', '133211.109000', '133211.112000', '133211.114000', '133211.117000', '133211.120000', '133211.122000', '133211.125000', '133211.128000', '133211.130000', '133211.133000', '133211.136000', '133211.145000', '133211.148000', '133211.151000', '133211.153000', '133211.156000', '133231.030000', '133231.033000', '133231.037000', '133231.039000', '133231.042000', '133231.053000', '133231.055000', '133231.058000', '133231.061000', '133231.063000', '133231.066000', '133231.069000', '133231.071000', '133231.074000', '133231.076000', '133231.079000', '133231.081000', '133231.084000', '133231.087000', '133231.089000', '133231.092000', '133231.094000', '133231.097000', '133231.100000', '133231.102000', '133231.105000', '133231.108000', '133231.110000', '133231.113000', '133231.115000', '133231.118000', '133231.121000', '133231.123000', '133231.126000', '133231.129000', '133231.131000', '133231.134000', '133231.136000', '133231.139000', '133231.142000', '133231.144000', '133231.147000', '133231.150000', '133231.152000', '133251.029000', '133251.032000', '133251.035000', '133251.037000', '133251.040000', '133251.043000', '133251.046000', '133251.048000', '133251.051000', '133251.054000', '133251.056000', '133251.059000', '133251.061000', '133251.064000', '133251.067000', '133251.069000', '133251.072000', '133251.074000', '133251.077000', '133251.080000', '133251.083000', '133251.099000', '133251.102000', '133251.104000', '133251.107000', '133251.109000', '133251.112000', '133251.115000', '133251.117000', '133251.120000', '133251.122000', '133251.125000', '133251.128000', '133251.130000', '133251.133000', '133251.136000', '133251.138000', '133251.141000', '133251.143000', '133251.146000', '133251.149000', '133251.151000', '133251.154000', '133311.029000', '133311.032000', '133311.035000', '133311.037000', '133311.040000', '133311.043000', '133311.045000', '133311.048000', '133311.050000', '133311.053000', '133311.056000', '133311.058000', '133311.061000', '133311.064000', '133311.066000', '133311.069000', '133311.071000', '133311.075000', '133311.078000', '133311.080000', '133311.083000', '133311.086000', '133311.088000', '133311.091000', '133311.094000', '133311.096000', '133311.099000', '133311.101000', '133311.104000', '133311.107000', '133311.109000', '133311.112000', '133311.114000', '133311.117000', '133311.119000', '133311.122000', '133311.125000', '133311.127000', '133311.130000', '133311.132000', '133311.135000', '133311.141000', '133311.143000', '133311.146000', '133331.030000', '133331.033000', '133331.036000', '133331.039000', '133331.041000', '133331.044000', '133331.046000', '133331.049000', '133331.051000', '133331.054000', '133331.057000', '133331.059000', '133331.062000', '133331.065000', '133331.069000', '133331.072000', '133331.074000', '133331.089000', '133331.092000', '133331.095000', '133331.097000', '133331.100000', '133331.102000', '133331.105000', '133331.108000', '133331.110000', '133331.113000', '133331.115000', '133331.118000', '133331.121000', '133331.123000', '133331.126000', '133331.128000', '133331.131000', '133331.134000', '133331.136000', '133331.139000', '133331.141000', '133331.144000', '133331.146000', '133331.149000', '133331.152000', '133331.154000', '133351.030000', '133351.033000', '133351.036000', '133351.038000', '133351.042000', '133351.044000', '133351.047000', '133351.049000', '133351.052000', '133351.055000', '133351.057000', '133351.060000', '133351.063000', '133351.065000', '133351.068000', '133351.070000', '133351.073000', '133351.075000', '133351.078000', '133351.080000', '133351.083000', '133351.086000', '133351.088000', '133351.091000', '133351.093000', '133351.096000', '133351.099000', '133351.101000', '133351.104000', '133351.106000', '133351.109000', '133351.111000', '133351.114000', '133351.117000', '133351.119000', '133351.122000', '133351.124000', '133351.127000', '133351.130000', '133351.132000', '133351.135000', '133351.137000', '133351.140000', '133351.142000', '133411.030000', '133411.033000', '133411.036000', '133411.039000', '133411.041000', '133411.044000', '133411.046000', '133411.049000', '133411.052000', '133411.054000', '133411.057000', '133411.060000', '133411.062000', '133411.065000', '133411.067000', '133411.070000', '133411.073000', '133411.075000', '133411.078000', '133411.081000', '133411.083000', '133411.086000', '133411.088000', '133411.091000', '133411.093000', '133411.096000', '133411.099000', '133411.102000', '133411.104000', '133411.107000', '133411.109000', '133411.112000', '133411.115000', '133411.125000', '133411.128000', '133411.131000', '133411.133000', '133411.137000', '133411.140000', '133411.142000', '133411.145000', '133411.148000', '133411.150000', '133431.031000', '133431.033000', '133431.036000', '133431.039000', '133431.042000', '133431.044000', '133431.047000', '133431.049000', '133431.052000', '133431.054000', '133431.057000', '133431.060000', '133431.062000', '133431.065000', '133431.067000', '133431.070000', '133431.073000', '133431.119000', '133431.122000', '133431.124000', '133431.127000', '133431.129000', '133431.132000', '133431.135000', '133431.137000', '133431.140000', '133431.142000', '133431.145000', '133431.148000', '133431.150000', '133431.153000', '133431.156000', '133431.158000', '133431.161000', '133431.163000', '133431.166000', '133431.169000', '133431.171000', '133431.174000', '133431.176000', '133431.179000', '133431.181000', '133431.184000', '133431.187000', '133451.031000', '133451.034000', '133451.036000', '133451.039000', '133451.041000', '133451.044000', '133451.047000', '133451.050000', '133451.052000', '133451.055000', '133451.057000', '133451.060000', '133451.062000', '133451.065000', '133451.068000', '133451.070000', '133451.073000', '133451.076000', '133451.078000', '133451.081000', '133451.083000', '133451.086000', '133451.089000', '133451.091000', '133451.094000', '133451.096000', '133451.099000', '133451.102000', '133451.104000', '133451.107000', '133451.110000', '133451.112000', '133451.115000', '133451.117000', '133451.120000', '133451.123000', '133451.125000', '133451.128000', '133451.131000', '133451.133000', '133451.136000', '133451.138000', '133451.141000', '133511.029000', '133511.032000', '133511.035000', '133511.038000', '133511.040000', '133511.043000', '133511.046000', '133511.048000', '133511.051000', '133511.054000', '133511.056000', '133511.059000', '133511.061000', '133511.064000', '133511.067000', '133511.069000', '133511.072000', '133511.075000', '133511.077000', '133511.080000', '133511.082000', '133511.092000', '133511.095000', '133511.097000', '133511.100000', '133511.103000', '133511.105000', '133511.108000', '133511.111000', '133511.113000', '133511.116000', '133511.118000', '133511.121000', '133511.123000', '133511.126000', '133511.129000', '133511.131000', '133511.134000', '133511.136000', '133511.139000', '133511.142000', '133511.144000', '133511.147000', '133511.150000', '133531.031000', '133531.033000', '133531.036000', '133531.039000', '133531.041000', '133531.044000', '133531.046000', '133531.049000', '133531.052000', '133531.054000', '133531.057000', '133531.060000', '133531.062000', '133531.065000', '133531.067000', '133531.070000', '133531.073000', '133531.075000', '133531.078000', '133531.080000', '133531.083000', '133531.086000', '133531.088000', '133531.091000', '133531.093000', '133531.096000', '133531.098000', '133531.101000', '133531.104000', '133531.106000', '133531.109000', '133531.111000', '133531.114000', '133531.117000', '133531.119000', '133531.122000', '133531.124000', '133531.127000', '133531.130000', '133531.132000', '133531.135000', '133531.138000', '133531.140000', '133551.030000', '133551.033000', '133551.036000', '133551.038000', '133551.041000', '133551.044000', '133551.046000', '133551.049000', '133551.051000', '133551.054000', '133551.057000', '133551.059000', '133551.062000', '133551.064000', '133551.067000', '133551.070000', '133551.072000', '133551.075000', '133551.078000', '133551.080000', '133551.083000', '133551.085000', '133551.088000', '133551.090000', '133551.093000', '133551.096000', '133551.098000', '133551.101000', '133551.103000', '133551.106000', '133551.108000', '133551.111000', '133551.114000', '133551.116000', '133551.119000', '133551.121000', '133551.124000', '133551.127000', '133551.129000', '133551.132000', '133551.134000', '133551.137000', '133551.151000', '133551.154000', '133611.031000', '133611.033000', '133611.036000', '133611.039000', '133611.041000', '133611.044000', '133611.046000', '133611.049000', '133611.052000', '133611.054000', '133611.057000', '133611.059000', '133611.062000', '133611.065000', '133611.067000', '133611.070000', '133611.072000', '133611.075000', '133611.078000', '133611.080000', '133611.083000', '133611.086000', '133611.088000', '133611.091000', '133611.094000', '133611.096000', '133611.099000', '133611.102000', '133611.104000', '133611.114000', '133611.116000', '133611.119000', '133611.122000', '133611.124000', '133611.127000', '133611.130000', '133611.132000', '133611.135000', '133611.137000', '133611.140000', '133611.143000', '133611.145000', '133611.148000', '133631.030000', '133631.033000', '133631.036000', '133631.038000', '133631.041000', '133631.044000', '133631.046000', '133631.049000', '133631.052000', '133631.054000', '133631.057000', '133631.060000', '133631.062000', '133631.065000', '133631.068000', '133631.070000', '133631.073000', '133631.075000', '133631.078000', '133631.081000', '133631.083000', '133631.086000', '133631.088000', '133631.091000', '133631.094000', '133631.096000', '133631.099000', '133631.102000', '133631.104000', '133631.107000', '133631.109000', '133631.112000', '133631.115000', '133631.117000', '133631.120000', '133631.122000', '133631.125000', '133631.127000', '133631.130000', '133631.133000', '133631.135000', '133631.138000', '133631.140000', '133631.143000', '133651.030000', '133651.033000', '133651.036000', '133651.039000', '133651.041000', '133651.044000', '133651.047000', '133651.049000', '133651.052000', '133651.054000', '133651.061000', '133651.063000', '133651.066000', '133651.069000', '133651.071000', '133651.074000', '133651.077000', '133651.079000', '133651.082000', '133651.084000', '133651.087000', '133651.090000', '133651.093000', '133651.095000', '133651.098000', '133651.100000', '133651.103000', '133651.106000', '133651.108000', '133651.111000', '133651.113000', '133651.116000', '133651.118000', '133651.121000', '133651.124000', '133651.132000', '133651.135000', '133651.138000', '133651.140000', '133651.143000', '133651.146000', '133651.148000', '133651.162000', '133711.030000', '133711.033000', '133711.036000', '133711.039000', '133711.041000', '133711.046000', '133711.048000', '133711.051000', '133711.054000', '133711.056000', '133711.059000', '133711.062000', '133711.064000', '133711.067000', '133711.069000', '133711.072000', '133711.075000', '133711.077000', '133711.080000', '133711.082000', '133711.085000', '133711.088000', '133711.090000', '133711.093000', '133711.095000', '133711.098000', '133711.101000', '133711.103000', '133711.106000', '133711.109000', '133711.111000', '133711.114000', '133711.116000', '133711.119000', '133711.122000', '133711.124000', '133711.127000', '133711.129000', '133711.132000', '133711.135000', '133711.137000', '133711.143000', '133711.146000', '133711.149000', '133731.029000', '133731.032000', '133731.035000', '133731.038000', '133731.040000', '133731.043000', '133731.045000', '133731.048000', '133731.061000', '133731.064000', '133731.067000', '133731.069000', '133731.072000', '133731.074000', '133731.077000', '133731.079000', '133731.082000', '133731.085000', '133731.087000', '133731.090000', '133731.092000', '133731.095000', '133731.098000', '133731.101000', '133731.103000', '133731.106000', '133731.108000', '133731.111000', '133731.114000', '133731.116000', '133731.119000', '133731.121000', '133731.124000', '133731.127000', '133731.129000', '133731.132000', '133731.134000', '133731.137000', '133731.140000', '133731.142000', '133731.145000', '133731.147000', '133731.150000', '133751.031000', '133751.033000', '133751.036000', '133751.039000', '133751.041000', '133751.044000', '133751.047000', '133751.049000', '133751.052000', '133751.054000', '133751.057000', '133751.060000', '133751.062000', '133751.065000', '133751.068000', '133751.070000', '133751.073000', '133751.075000', '133751.078000', '133751.081000', '133751.083000', '133751.086000', '133751.089000', '133751.091000', '133751.094000', '133751.096000', '133751.099000', '133751.102000', '133751.104000', '133751.107000', '133751.110000', '133751.112000', '133751.115000', '133751.117000', '133751.120000', '133751.123000', '133751.125000', '133751.128000', '133751.131000', '133751.133000', '133751.136000', '133751.138000', '133751.141000', '133751.144000', '133755.087000', '133755.090000', '133755.092000', '133755.095000', '133755.098000', '133755.100000', '133755.103000', '133755.106000', '133755.108000'], 'InstanceCreationTime': ['133151.064000', '133151.067000', '133151.069000', '133151.072000', '133151.075000', '133151.077000', '133151.080000', '133151.082000', '133151.085000', '133151.087000', '133151.090000', '133151.093000', '133151.096000', '133151.098000', '133151.101000', '133151.103000', '133151.106000', '133151.108000', '133151.111000', '133151.114000', '133151.116000', '133151.119000', '133151.121000', '133151.124000', '133151.126000', '133151.129000', '133151.132000', '133151.134000', '133151.137000', '133151.139000', '133151.142000', '133151.144000', '133151.147000', '133151.149000', '133151.152000', '133151.155000', '133151.157000', '133151.160000', '133151.162000', '133151.165000', '133151.167000', '133151.170000', '133151.172000', '133151.175000', '133151.178000', '133151.188000', '133151.191000', '133211.030000', '133211.033000', '133211.036000', '133211.039000', '133211.041000', '133211.044000', '133211.046000', '133211.049000', '133211.053000', '133211.056000', '133211.058000', '133211.067000', '133211.070000', '133211.072000', '133211.075000', '133211.078000', '133211.080000', '133211.083000', '133211.085000', '133211.088000', '133211.091000', '133211.093000', '133211.096000', '133211.099000', '133211.101000', '133211.104000', '133211.106000', '133211.109000', '133211.112000', '133211.114000', '133211.117000', '133211.120000', '133211.122000', '133211.125000', '133211.128000', '133211.130000', '133211.133000', '133211.136000', '133211.145000', '133211.148000', '133211.151000', '133211.153000', '133211.156000', '133231.030000', '133231.033000', '133231.037000', '133231.039000', '133231.042000', '133231.053000', '133231.055000', '133231.058000', '133231.061000', '133231.063000', '133231.066000', '133231.069000', '133231.071000', '133231.074000', '133231.076000', '133231.079000', '133231.081000', '133231.084000', '133231.087000', '133231.089000', '133231.092000', '133231.094000', '133231.097000', '133231.100000', '133231.102000', '133231.105000', '133231.108000', '133231.110000', '133231.113000', '133231.115000', '133231.118000', '133231.121000', '133231.123000', '133231.126000', '133231.129000', '133231.131000', '133231.134000', '133231.136000', '133231.139000', '133231.142000', '133231.144000', '133231.147000', '133231.150000', '133231.152000', '133251.029000', '133251.032000', '133251.035000', '133251.037000', '133251.040000', '133251.043000', '133251.046000', '133251.048000', '133251.051000', '133251.054000', '133251.056000', '133251.059000', '133251.061000', '133251.064000', '133251.067000', '133251.069000', '133251.072000', '133251.074000', '133251.077000', '133251.080000', '133251.083000', '133251.099000', '133251.102000', '133251.104000', '133251.107000', '133251.109000', '133251.112000', '133251.115000', '133251.117000', '133251.120000', '133251.122000', '133251.125000', '133251.128000', '133251.130000', '133251.133000', '133251.136000', '133251.138000', '133251.141000', '133251.143000', '133251.146000', '133251.149000', '133251.151000', '133251.154000', '133311.029000', '133311.032000', '133311.035000', '133311.037000', '133311.040000', '133311.043000', '133311.045000', '133311.048000', '133311.050000', '133311.053000', '133311.056000', '133311.058000', '133311.061000', '133311.064000', '133311.066000', '133311.069000', '133311.071000', '133311.075000', '133311.078000', '133311.080000', '133311.083000', '133311.086000', '133311.088000', '133311.091000', '133311.094000', '133311.096000', '133311.099000', '133311.101000', '133311.104000', '133311.107000', '133311.109000', '133311.112000', '133311.114000', '133311.117000', '133311.119000', '133311.122000', '133311.125000', '133311.127000', '133311.130000', '133311.132000', '133311.135000', '133311.141000', '133311.143000', '133311.146000', '133331.030000', '133331.033000', '133331.036000', '133331.039000', '133331.041000', '133331.044000', '133331.046000', '133331.049000', '133331.051000', '133331.054000', '133331.057000', '133331.059000', '133331.062000', '133331.065000', '133331.069000', '133331.072000', '133331.074000', '133331.089000', '133331.092000', '133331.095000', '133331.097000', '133331.100000', '133331.102000', '133331.105000', '133331.108000', '133331.110000', '133331.113000', '133331.115000', '133331.118000', '133331.121000', '133331.123000', '133331.126000', '133331.128000', '133331.131000', '133331.134000', '133331.136000', '133331.139000', '133331.141000', '133331.144000', '133331.146000', '133331.149000', '133331.152000', '133331.154000', '133351.030000', '133351.033000', '133351.036000', '133351.038000', '133351.042000', '133351.044000', '133351.047000', '133351.049000', '133351.052000', '133351.055000', '133351.057000', '133351.060000', '133351.063000', '133351.065000', '133351.068000', '133351.070000', '133351.073000', '133351.075000', '133351.078000', '133351.080000', '133351.083000', '133351.086000', '133351.088000', '133351.091000', '133351.093000', '133351.096000', '133351.099000', '133351.101000', '133351.104000', '133351.106000', '133351.109000', '133351.111000', '133351.114000', '133351.117000', '133351.119000', '133351.122000', '133351.124000', '133351.127000', '133351.130000', '133351.132000', '133351.135000', '133351.137000', '133351.140000', '133351.142000', '133411.030000', '133411.033000', '133411.036000', '133411.039000', '133411.041000', '133411.044000', '133411.046000', '133411.049000', '133411.052000', '133411.054000', '133411.057000', '133411.060000', '133411.062000', '133411.065000', '133411.067000', '133411.070000', '133411.073000', '133411.075000', '133411.078000', '133411.081000', '133411.083000', '133411.086000', '133411.088000', '133411.091000', '133411.093000', '133411.096000', '133411.099000', '133411.102000', '133411.104000', '133411.107000', '133411.109000', '133411.112000', '133411.115000', '133411.125000', '133411.128000', '133411.131000', '133411.133000', '133411.137000', '133411.140000', '133411.142000', '133411.145000', '133411.148000', '133411.150000', '133431.031000', '133431.033000', '133431.036000', '133431.039000', '133431.042000', '133431.044000', '133431.047000', '133431.049000', '133431.052000', '133431.054000', '133431.057000', '133431.060000', '133431.062000', '133431.065000', '133431.067000', '133431.070000', '133431.073000', '133431.119000', '133431.122000', '133431.124000', '133431.127000', '133431.129000', '133431.132000', '133431.135000', '133431.137000', '133431.140000', '133431.142000', '133431.145000', '133431.148000', '133431.150000', '133431.153000', '133431.156000', '133431.158000', '133431.161000', '133431.163000', '133431.166000', '133431.169000', '133431.171000', '133431.174000', '133431.176000', '133431.179000', '133431.181000', '133431.184000', '133431.187000', '133451.031000', '133451.034000', '133451.036000', '133451.039000', '133451.041000', '133451.044000', '133451.047000', '133451.050000', '133451.052000', '133451.055000', '133451.057000', '133451.060000', '133451.062000', '133451.065000', '133451.068000', '133451.070000', '133451.073000', '133451.076000', '133451.078000', '133451.081000', '133451.083000', '133451.086000', '133451.089000', '133451.091000', '133451.094000', '133451.096000', '133451.099000', '133451.102000', '133451.104000', '133451.107000', '133451.110000', '133451.112000', '133451.115000', '133451.117000', '133451.120000', '133451.123000', '133451.125000', '133451.128000', '133451.131000', '133451.133000', '133451.136000', '133451.138000', '133451.141000', '133511.029000', '133511.032000', '133511.035000', '133511.038000', '133511.040000', '133511.043000', '133511.046000', '133511.048000', '133511.051000', '133511.054000', '133511.056000', '133511.059000', '133511.061000', '133511.064000', '133511.067000', '133511.069000', '133511.072000', '133511.075000', '133511.077000', '133511.080000', '133511.082000', '133511.092000', '133511.095000', '133511.097000', '133511.100000', '133511.103000', '133511.105000', '133511.108000', '133511.111000', '133511.113000', '133511.116000', '133511.118000', '133511.121000', '133511.123000', '133511.126000', '133511.129000', '133511.131000', '133511.134000', '133511.136000', '133511.139000', '133511.142000', '133511.144000', '133511.147000', '133511.150000', '133531.031000', '133531.033000', '133531.036000', '133531.039000', '133531.041000', '133531.044000', '133531.046000', '133531.049000', '133531.052000', '133531.054000', '133531.057000', '133531.060000', '133531.062000', '133531.065000', '133531.067000', '133531.070000', '133531.073000', '133531.075000', '133531.078000', '133531.080000', '133531.083000', '133531.086000', '133531.088000', '133531.091000', '133531.093000', '133531.096000', '133531.098000', '133531.101000', '133531.104000', '133531.106000', '133531.109000', '133531.111000', '133531.114000', '133531.117000', '133531.119000', '133531.122000', '133531.124000', '133531.127000', '133531.130000', '133531.132000', '133531.135000', '133531.138000', '133531.140000', '133551.030000', '133551.033000', '133551.036000', '133551.038000', '133551.041000', '133551.044000', '133551.046000', '133551.049000', '133551.051000', '133551.054000', '133551.057000', '133551.059000', '133551.062000', '133551.064000', '133551.067000', '133551.070000', '133551.072000', '133551.075000', '133551.078000', '133551.080000', '133551.083000', '133551.085000', '133551.088000', '133551.090000', '133551.093000', '133551.096000', '133551.098000', '133551.101000', '133551.103000', '133551.106000', '133551.108000', '133551.111000', '133551.114000', '133551.116000', '133551.119000', '133551.121000', '133551.124000', '133551.127000', '133551.129000', '133551.132000', '133551.134000', '133551.137000', '133551.151000', '133551.154000', '133611.031000', '133611.033000', '133611.036000', '133611.039000', '133611.041000', '133611.044000', '133611.046000', '133611.049000', '133611.052000', '133611.054000', '133611.057000', '133611.059000', '133611.062000', '133611.065000', '133611.067000', '133611.070000', '133611.072000', '133611.075000', '133611.078000', '133611.080000', '133611.083000', '133611.086000', '133611.088000', '133611.091000', '133611.094000', '133611.096000', '133611.099000', '133611.102000', '133611.104000', '133611.114000', '133611.116000', '133611.119000', '133611.122000', '133611.124000', '133611.127000', '133611.130000', '133611.132000', '133611.135000', '133611.137000', '133611.140000', '133611.143000', '133611.145000', '133611.148000', '133631.030000', '133631.033000', '133631.036000', '133631.038000', '133631.041000', '133631.044000', '133631.046000', '133631.049000', '133631.052000', '133631.054000', '133631.057000', '133631.060000', '133631.062000', '133631.065000', '133631.068000', '133631.070000', '133631.073000', '133631.075000', '133631.078000', '133631.081000', '133631.083000', '133631.086000', '133631.088000', '133631.091000', '133631.094000', '133631.096000', '133631.099000', '133631.102000', '133631.104000', '133631.107000', '133631.109000', '133631.112000', '133631.115000', '133631.117000', '133631.120000', '133631.122000', '133631.125000', '133631.127000', '133631.130000', '133631.133000', '133631.135000', '133631.138000', '133631.140000', '133631.143000', '133651.030000', '133651.033000', '133651.036000', '133651.039000', '133651.041000', '133651.044000', '133651.047000', '133651.049000', '133651.052000', '133651.054000', '133651.061000', '133651.063000', '133651.066000', '133651.069000', '133651.071000', '133651.074000', '133651.077000', '133651.079000', '133651.082000', '133651.084000', '133651.087000', '133651.090000', '133651.093000', '133651.095000', '133651.098000', '133651.100000', '133651.103000', '133651.106000', '133651.108000', '133651.111000', '133651.113000', '133651.116000', '133651.118000', '133651.121000', '133651.124000', '133651.132000', '133651.135000', '133651.138000', '133651.140000', '133651.143000', '133651.146000', '133651.148000', '133651.162000', '133711.030000', '133711.033000', '133711.036000', '133711.039000', '133711.041000', '133711.046000', '133711.048000', '133711.051000', '133711.054000', '133711.056000', '133711.059000', '133711.062000', '133711.064000', '133711.067000', '133711.069000', '133711.072000', '133711.075000', '133711.077000', '133711.080000', '133711.082000', '133711.085000', '133711.088000', '133711.090000', '133711.093000', '133711.095000', '133711.098000', '133711.101000', '133711.103000', '133711.106000', '133711.109000', '133711.111000', '133711.114000', '133711.116000', '133711.119000', '133711.122000', '133711.124000', '133711.127000', '133711.129000', '133711.132000', '133711.135000', '133711.137000', '133711.143000', '133711.146000', '133711.149000', '133731.029000', '133731.032000', '133731.035000', '133731.038000', '133731.040000', '133731.043000', '133731.045000', '133731.048000', '133731.061000', '133731.064000', '133731.067000', '133731.069000', '133731.072000', '133731.074000', '133731.077000', '133731.079000', '133731.082000', '133731.085000', '133731.087000', '133731.090000', '133731.092000', '133731.095000', '133731.098000', '133731.101000', '133731.103000', '133731.106000', '133731.108000', '133731.111000', '133731.114000', '133731.116000', '133731.119000', '133731.121000', '133731.124000', '133731.127000', '133731.129000', '133731.132000', '133731.134000', '133731.137000', '133731.140000', '133731.142000', '133731.145000', '133731.147000', '133731.150000', '133751.031000', '133751.033000', '133751.036000', '133751.039000', '133751.041000', '133751.044000', '133751.047000', '133751.049000', '133751.052000', '133751.054000', '133751.057000', '133751.060000', '133751.062000', '133751.065000', '133751.068000', '133751.070000', '133751.073000', '133751.075000', '133751.078000', '133751.081000', '133751.083000', '133751.086000', '133751.089000', '133751.091000', '133751.094000', '133751.096000', '133751.099000', '133751.102000', '133751.104000', '133751.107000', '133751.110000', '133751.112000', '133751.115000', '133751.117000', '133751.120000', '133751.123000', '133751.125000', '133751.128000', '133751.131000', '133751.133000', '133751.136000', '133751.138000', '133751.141000', '133751.144000', '133755.087000', '133755.090000', '133755.092000', '133755.095000', '133755.098000', '133755.100000', '133755.103000', '133755.106000', '133755.108000'], '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': [11024, 7877, 6915, 12513, 8565, 9911, 12572, 6596, 10421, 6953, 6898, 12412, 6728, 6819, 10409, 6527, 9442, 6786, 6779, 8630, 8191, 6763, 9637, 6495, 7473, 10083, 6645, 9489, 9841, 6638, 9737, 6745, 7411, 13203, 9219, 9488, 7228, 6774, 11437, 6946, 9571, 13090, 6624, 11564, 6510, 8579, 13633, 6888, 11130, 6695, 7448, 11907, 6585, 7763, 12448, 6703, 10332, 6448, 8475, 10574, 6967, 10911, 6929, 8074, 13220, 6747, 10390, 9731, 6827, 8574, 6627, 9014, 6670, 7509, 11614, 6783, 8748, 7443, 8637, 13543, 10616, 10699, 6583, 7211, 10379, 7589, 11006, 6808, 7124, 7139, 6913, 7707, 7003, 6979, 10075, 13684, 8868, 12322, 11460, 7729, 11526, 7242, 9288, 6963, 6707, 10561, 6565, 9001, 11522, 6581, 8011, 7228, 6938, 10912, 6826, 8196, 6703, 6513, 11355, 7477, 9014, 6715, 6955, 12881, 7788, 9866, 12831, 6796, 8633, 14183, 8768, 10760, 6604, 6831, 10160, 6713, 9580, 12007, 7180, 8483, 6635, 6783, 11174, 6556, 7602, 12117, 6423, 8847, 11601, 6667, 9544, 6851, 6868, 9398, 6752, 8098, 11055, 7346, 7510, 6824, 6542, 9253, 6620, 6917, 10395, 6605, 9354, 12732, 9778, 9348, 11285, 6606, 9857, 6577, 6858, 10682, 6457, 7352, 10928, 7546, 8153, 6432, 6745, 9961, 6561, 7124, 10400, 6837, 9303, 12937, 10604, 9975, 6580, 6821, 8797, 6603, 7331, 12903, 6498, 9425, 11638, 6748, 9095, 6612, 6836, 9257, 6699, 7654, 10627, 6790, 10222, 12595, 6893, 9014, 6688, 6584, 10331, 6630, 8043, 8806, 6384, 7972, 6641, 6904, 10186, 6903, 7200, 10608, 6472, 8757, 11371, 8423, 9543, 6467, 6570, 10086, 6729, 7960, 11178, 7261, 8789, 11456, 6434, 8396, 8186, 6754, 10240, 6640, 6644, 9225, 6742, 7830, 10222, 6922, 8355, 7187, 6585, 9638, 6708, 8261, 10896, 7668, 9063, 6703, 6606, 9524, 6511, 8964, 10872, 7684, 9033, 6482, 6593, 10445, 6740, 7925, 9474, 6585, 8544, 6777, 6932, 10375, 6610, 8687, 6479, 6708, 10678, 6534, 7700, 11629, 6614, 9362, 8465, 6786, 10646, 6718, 7990, 9733, 6560, 9925, 6580, 6583, 9185, 6594, 7094, 8741, 6781, 9616, 6476, 7238, 9297, 6724, 9645, 6885, 6693, 10137, 6382, 8676, 10875, 7668, 10289, 6816, 6982, 10420, 6585, 9461, 9656, 6718, 9069, 7036, 6775, 10099, 7221, 9205, 6462, 6803, 9520, 6379, 9481, 11933, 7795, 10964, 7543, 6785, 7192, 6651, 8383, 6741, 10631, 6928, 9847, 7412, 7412, 12682, 7741, 8790, 12052, 6310, 9362, 8098, 6969, 9427, 6677, 7226, 9269, 6705, 9470, 6602, 6477, 9219, 6819, 7737, 10890, 7038, 9074, 6685, 7351, 10181, 7243, 10154, 11097, 6686, 9605, 7045, 6694, 11178, 7388, 8680, 6564, 6662, 8717, 7079, 6737, 12070, 7387, 9047, 11556, 6400, 8874, 12560, 6840, 9320, 6526, 6883, 8608, 6850, 6557, 10578, 6559, 8924, 9925, 6648, 9251, 11040, 6823, 8979, 6859, 6675, 9359, 6671, 9697, 6587, 6677, 10071, 6517, 8809, 8039, 6614, 11420, 6576, 9131, 9916, 6594, 10313, 6768, 8506, 9834, 6913, 9108, 9726, 7723, 11786, 6407, 8269, 9641, 6567, 10320, 6786, 6460, 10336, 6290, 8976, 10697, 6809, 9500, 6575, 8698, 10955, 7914, 11539, 7130, 7465, 12136, 6559, 10141, 6760, 7614, 10871, 6491, 8587, 7225, 6730, 11421, 6831, 8460, 10607, 6799, 8701, 6849, 7627, 10970, 6663, 9258, 7105, 6829, 11342, 7814, 9616, 6698, 6547, 9324, 6746, 9002, 11376, 7822, 9629, 6603, 6998, 11058, 7758, 8530, 6838, 6618, 9493, 6343, 9983, 10602, 6672, 9632, 6633, 8910, 11727, 9149, 9165, 6629, 7289, 9542, 6818, 11013, 6401, 7569, 6932, 6476, 9495, 6717, 10469, 6730, 6718, 10177, 6797, 9248, 11031, 7468, 9035, 6635, 6573, 10095, 7171, 10506, 6726, 7265, 9564, 6778, 9798, 6447, 10137, 12395, 6703, 10102, 6801, 10372, 6677, 7794, 11062, 7025, 9231, 6625, 9253, 11624, 9118, 9306, 6639, 6492, 8837, 6806, 9183, 6456, 6609, 9742, 6665, 9102, 6744, 8176, 12079, 8525, 9751, 6566, 7517, 11601, 8447, 9199, 6631, 7469, 9537, 6591, 10886, 6712, 8946, 6834, 6586, 10744, 7510, 11047, 6728, 7506, 7321, 6646, 11887, 7211, 9842, 6485, 6772, 9890, 6692, 8751, 10399, 6916, 8680, 6946, 6833, 8849, 6685, 9899, 6629, 7399, 9647, 6283, 8260, 6945, 7797, 10964, 6604, 9244, 6697, 8393, 6949, 9290, 7016, 6551, 11465, 6711, 10306, 11922, 8397, 11018, 6666, 9030, 10336, 6752, 11126, 6903, 6379, 11517, 6629, 8005, 6559, 6398, 11482, 8080, 9516, 11738, 6595, 10892, 7038, 7083, 10241, 6722, 8590, 6628, 6561, 11283, 6500, 8359, 6793, 6895, 8695, 6561, 9278, 10909, 6711, 9171, 6752, 6617, 10841, 7060, 8764, 9990, 6591, 9220, 6695, 6959, 9754, 6636, 8438, 9900, 6409, 10181, 6884, 7833, 9475, 6670, 9002, 8086, 6855, 8832, 6647, 7569, 9832, 6468, 9401, 10799, 8224, 8821, 6457, 6688, 8363, 6587, 6775, 9524, 6763, 8154, 7029, 6798, 9219, 6977, 6806, 8039, 6512, 8264, 6908, 6934, 10576, 7790, 9117, 6747, 6940, 9414, 6614, 9277, 12468, 8848, 9495, 6637, 6793, 8618, 6723, 8450, 10095, 7132, 8740, 6877, 6820, 8849, 6735, 9801, 6513, 7862, 6363, 6819, 8923, 6474, 9044, 12355, 8442, 10833, 6700, 7665, 11472, 6752, 9203, 13238, 9291, 9465, 6532, 6726, 7903, 6414, 8313, 6745, 6700, 8761, 6942, 8769, 10872, 7696, 8192, 6841, 6909, 9257, 6555, 9861, 12479, 7403, 10431, 6792, 6717, 10461, 6963, 8069, 8987, 6769, 7111, 6766, 6679, 10401, 6617, 8464, 10435, 6872, 9033, 6649, 6865, 8103, 6386, 7945, 6613, 7114, 9994, 6576, 6822, 10053, 6321, 8626, 11439, 6612, 8654, 6815, 6639, 8933, 6796, 9255, 6427, 9881, 6883, 8229, 6438, 8529, 7692, 8722, 12583, 6473, 8728, 6689, 6949, 10969, 7793, 8139, 6685, 6666], 'WindowCenter': [4132.0, 4076.0, 4054.0, 4113.0, 4071.0, 4092.0, 4098.0, 4027.0, 4078.0, 4035.0, 4037.0, 4097.0, 4025.0, 4026.0, 4075.0, 4026.0, 4078.0, 4025.0, 4036.0, 4057.0, 4056.0, 4038.0, 4066.0, 4028.0, 4049.0, 4076.0, 4038.0, 4080.0, 4077.0, 4027.0, 4079.0, 4025.0, 4048.0, 4097.0, 4068.0, 4067.0, 4035.0, 4037.0, 4087.0, 4037.0, 4068.0, 4096.0, 4026.0, 4087.0, 4015.0, 4057.0, 4096.0, 4036.0, 4087.0, 4024.0, 4035.0, 4084.0, 4023.0, 4045.0, 4084.0, 4025.0, 4076.0, 4014.0, 4056.0, 4074.0, 4024.0, 4076.0, 4023.0, 4046.0, 4084.0, 4022.0, 4064.0, 4051.0, 4023.0, 4052.0, 4022.0, 4055.0, 4023.0, 4046.0, 4086.0, 4025.0, 4056.0, 4034.0, 4056.0, 4096.0, 4077.0, 4076.0, 4023.0, 4036.0, 4074.0, 4044.0, 4076.0, 4024.0, 4036.0, 4035.0, 4035.0, 4044.0, 4037.0, 4037.0, 4091.0, 4110.0, 4068.0, 4098.0, 4074.0, 4034.0, 4073.0, 4033.0, 4055.0, 4023.0, 4025.0, 4064.0, 4023.0, 4055.0, 4073.0, 4023.0, 4044.0, 4033.0, 4035.0, 4075.0, 4025.0, 4056.0, 4023.0, 4015.0, 4086.0, 4036.0, 4068.0, 4025.0, 4036.0, 4098.0, 4045.0, 4067.0, 4085.0, 4024.0, 4055.0, 4094.0, 4055.0, 4076.0, 4013.0, 4024.0, 4062.0, 4012.0, 4066.0, 4083.0, 4035.0, 4055.0, 4022.0, 4025.0, 4086.0, 4014.0, 4045.0, 4085.0, 4013.0, 4054.0, 4073.0, 4023.0, 4065.0, 4013.0, 4023.0, 4054.0, 4012.0, 4045.0, 4074.0, 4035.0, 4035.0, 4012.0, 4013.0, 4065.0, 4023.0, 4024.0, 4064.0, 4022.0, 4065.0, 4085.0, 4064.0, 4065.0, 4073.0, 4013.0, 4064.0, 4010.0, 4012.0, 4063.0, 4001.0, 4032.0, 4063.0, 4034.0, 4044.0, 4010.0, 4023.0, 4064.0, 4023.0, 4024.0, 4063.0, 4012.0, 4054.0, 4083.0, 4064.0, 4064.0, 4010.0, 4012.0, 4042.0, 4009.0, 4021.0, 4083.0, 4000.0, 4053.0, 4061.0, 4011.0, 4041.0, 4009.0, 4010.0, 4052.0, 4010.0, 4032.0, 4061.0, 4010.0, 4063.0, 4072.0, 4021.0, 4051.0, 4010.0, 4011.0, 4062.0, 4011.0, 4042.0, 4051.0, 4012.0, 4043.0, 4011.0, 4024.0, 4064.0, 4023.0, 4034.0, 4073.0, 4012.0, 4054.0, 4072.0, 4044.0, 4064.0, 4011.0, 4023.0, 4064.0, 4012.0, 4043.0, 4073.0, 4021.0, 4044.0, 4072.0, 4010.0, 4043.0, 4041.0, 4021.0, 4064.0, 4012.0, 4022.0, 4052.0, 4012.0, 4034.0, 4063.0, 4034.0, 4044.0, 4023.0, 4024.0, 4065.0, 4022.0, 4056.0, 4075.0, 4045.0, 4056.0, 4023.0, 4024.0, 4065.0, 4013.0, 4056.0, 4075.0, 4035.0, 4056.0, 4012.0, 4023.0, 4074.0, 4023.0, 4045.0, 4064.0, 4024.0, 4055.0, 4023.0, 4024.0, 4074.0, 4024.0, 4056.0, 4013.0, 4026.0, 4076.0, 4015.0, 4046.0, 4085.0, 4024.0, 4066.0, 4044.0, 4024.0, 4076.0, 4023.0, 4045.0, 4064.0, 4024.0, 4066.0, 4022.0, 4025.0, 4054.0, 4022.0, 4034.0, 4054.0, 4025.0, 4067.0, 4015.0, 4037.0, 4065.0, 4025.0, 4066.0, 4035.0, 4026.0, 4076.0, 4025.0, 4056.0, 4075.0, 4035.0, 4077.0, 4023.0, 4035.0, 4075.0, 4023.0, 4065.0, 4053.0, 4024.0, 4054.0, 4023.0, 4024.0, 4064.0, 4035.0, 4066.0, 4013.0, 4025.0, 4065.0, 4013.0, 4067.0, 4085.0, 4047.0, 4076.0, 4033.0, 4025.0, 4024.0, 4024.0, 4043.0, 4026.0, 4077.0, 4049.0, 4080.0, 4037.0, 4036.0, 4088.0, 4035.0, 4056.0, 4074.0, 4012.0, 4054.0, 4032.0, 4023.0, 4054.0, 4012.0, 4034.0, 4052.0, 4023.0, 4065.0, 4013.0, 4014.0, 4053.0, 4022.0, 4044.0, 4075.0, 4036.0, 4056.0, 4024.0, 4037.0, 4076.0, 4035.0, 4077.0, 4074.0, 4025.0, 4065.0, 4022.0, 4025.0, 4075.0, 4034.0, 4056.0, 4012.0, 4024.0, 4055.0, 4023.0, 4025.0, 4086.0, 4034.0, 4056.0, 4074.0, 4013.0, 4055.0, 4084.0, 4012.0, 4054.0, 4000.0, 4023.0, 4043.0, 4011.0, 4013.0, 4064.0, 4012.0, 4054.0, 4061.0, 4012.0, 4054.0, 4073.0, 4013.0, 4053.0, 4012.0, 4024.0, 4053.0, 4024.0, 4066.0, 4023.0, 4024.0, 4065.0, 4014.0, 4056.0, 4044.0, 4025.0, 4086.0, 4024.0, 4066.0, 4063.0, 4025.0, 4076.0, 4024.0, 4056.0, 4065.0, 4035.0, 4067.0, 4064.0, 4034.0, 4075.0, 4012.0, 4044.0, 4052.0, 4012.0, 4064.0, 4012.0, 4014.0, 4063.0, 4012.0, 4056.0, 4074.0, 4025.0, 4065.0, 4024.0, 4055.0, 4073.0, 4045.0, 4086.0, 4023.0, 4034.0, 4083.0, 4013.0, 4063.0, 4012.0, 4034.0, 4063.0, 4013.0, 4054.0, 4021.0, 4013.0, 4073.0, 4011.0, 4044.0, 4061.0, 4012.0, 4043.0, 4011.0, 4034.0, 4072.0, 4023.0, 4054.0, 4021.0, 4023.0, 4074.0, 4033.0, 4064.0, 4011.0, 4012.0, 4053.0, 4012.0, 4054.0, 4073.0, 4033.0, 4053.0, 4011.0, 4023.0, 4073.0, 4033.0, 4054.0, 4022.0, 4023.0, 4064.0, 4013.0, 4065.0, 4074.0, 4024.0, 4064.0, 4023.0, 4055.0, 4073.0, 4054.0, 4053.0, 4011.0, 4033.0, 4063.0, 4023.0, 4074.0, 4013.0, 4034.0, 4022.0, 4014.0, 4064.0, 4023.0, 4076.0, 4022.0, 4025.0, 4075.0, 4023.0, 4066.0, 4074.0, 4035.0, 4055.0, 4023.0, 4024.0, 4074.0, 4035.0, 4076.0, 4024.0, 4034.0, 4064.0, 4023.0, 4065.0, 4013.0, 4075.0, 4084.0, 4024.0, 4064.0, 4022.0, 4075.0, 4023.0, 4033.0, 4074.0, 4024.0, 4063.0, 4022.0, 4065.0, 4074.0, 4054.0, 4054.0, 4022.0, 4012.0, 4051.0, 4022.0, 4065.0, 4013.0, 4024.0, 4063.0, 4023.0, 4054.0, 4023.0, 4055.0, 4084.0, 4054.0, 4064.0, 4012.0, 4034.0, 4072.0, 4043.0, 4053.0, 4012.0, 4033.0, 4063.0, 4023.0, 4074.0, 4024.0, 4054.0, 4023.0, 4024.0, 4074.0, 4034.0, 4075.0, 4023.0, 4035.0, 4031.0, 4023.0, 4084.0, 4033.0, 4065.0, 4011.0, 4023.0, 4063.0, 4011.0, 4053.0, 4062.0, 4022.0, 4043.0, 4022.0, 4024.0, 4052.0, 4023.0, 4065.0, 4023.0, 4035.0, 4053.0, 4013.0, 4044.0, 4023.0, 4045.0, 4074.0, 4025.0, 4065.0, 4036.0, 4069.0, 4036.0, 4068.0, 4036.0, 4027.0, 4087.0, 4026.0, 4079.0, 4086.0, 4057.0, 4077.0, 4024.0, 4056.0, 4064.0, 4025.0, 4087.0, 4023.0, 4014.0, 4075.0, 4023.0, 4043.0, 4012.0, 4014.0, 4075.0, 4046.0, 4065.0, 4073.0, 4012.0, 4074.0, 4022.0, 4024.0, 4063.0, 4012.0, 4043.0, 4010.0, 4023.0, 4084.0, 4025.0, 4055.0, 4022.0, 4034.0, 4053.0, 4022.0, 4066.0, 4075.0, 4024.0, 4066.0, 4022.0, 4025.0, 4076.0, 4024.0, 4056.0, 4063.0, 4024.0, 4064.0, 4023.0, 4033.0, 4064.0, 4023.0, 4055.0, 4063.0, 4015.0, 4076.0, 4024.0, 4046.0, 4065.0, 4023.0, 4054.0, 4043.0, 4023.0, 4053.0, 4023.0, 4045.0, 4063.0, 4014.0, 4067.0, 4075.0, 4045.0, 4055.0, 4011.0, 4011.0, 4043.0, 4010.0, 4011.0, 4052.0, 4011.0, 4043.0, 4020.0, 4023.0, 4054.0, 4023.0, 4024.0, 4031.0, 4012.0, 4044.0, 4023.0, 4025.0, 4074.0, 4035.0, 4056.0, 4022.0, 4024.0, 4053.0, 4023.0, 4054.0, 4084.0, 4054.0, 4065.0, 4012.0, 4024.0, 4043.0, 4012.0, 4044.0, 4062.0, 4024.0, 4054.0, 4023.0, 4025.0, 4054.0, 4025.0, 4076.0, 4014.0, 4046.0, 4014.0, 4025.0, 4067.0, 4015.0, 4067.0, 4086.0, 4056.0, 4076.0, 4025.0, 4046.0, 4085.0, 4024.0, 4066.0, 4084.0, 4054.0, 4065.0, 4012.0, 4013.0, 4043.0, 4012.0, 4055.0, 4023.0, 4025.0, 4056.0, 4035.0, 4057.0, 4076.0, 4046.0, 4056.0, 4024.0, 4036.0, 4066.0, 4015.0, 4077.0, 4086.0, 4036.0, 4076.0, 4023.0, 4024.0, 4074.0, 4024.0, 4046.0, 4054.0, 4023.0, 4024.0, 4022.0, 4024.0, 4076.0, 4024.0, 4055.0, 4063.0, 4013.0, 4054.0, 4013.0, 4025.0, 4043.0, 4014.0, 4046.0, 4023.0, 4035.0, 4075.0, 4024.0, 4025.0, 4063.0, 4012.0, 4055.0, 4074.0, 4024.0, 4054.0, 4011.0, 4023.0, 4053.0, 4023.0, 4065.0, 4014.0, 4077.0, 4038.0, 4069.0, 4040.0, 4069.0, 4046.0, 4058.0, 4087.0, 4015.0, 4056.0, 4023.0, 4035.0, 4077.0, 4046.0, 4047.0, 4024.0, 4025.0], 'WindowWidth': [9169.0, 9078.0, 9046.0, 9121.0, 9062.0, 9089.0, 9092.0, 8996.0, 9064.0, 9003.0, 9008.0, 9087.0, 8988.0, 8992.0, 9053.0, 8993.0, 9065.0, 8989.0, 9008.0, 9035.0, 9033.0, 9013.0, 9046.0, 8999.0, 9028.0, 9060.0, 9012.0, 9070.0, 9061.0, 8995.0, 9066.0, 8990.0, 9025.0, 9087.0, 9051.0, 9048.0, 9002.0, 9010.0, 9075.0, 9008.0, 9051.0, 9084.0, 8991.0, 9074.0, 8976.0, 9035.0, 9084.0, 9004.0, 9075.0, 8987.0, 9002.0, 9064.0, 8983.0, 9016.0, 9065.0, 8989.0, 9059.0, 8974.0, 9033.0, 9053.0, 8987.0, 9056.0, 8984.0, 9017.0, 9065.0, 8980.0, 9039.0, 9016.0, 8985.0, 9021.0, 8982.0, 9030.0, 8984.0, 9020.0, 9070.0, 8991.0, 9034.0, 9002.0, 9031.0, 9083.0, 9059.0, 9056.0, 8984.0, 9005.0, 9052.0, 9014.0, 9058.0, 8985.0, 9005.0, 9002.0, 9001.0, 9015.0, 9010.0, 9010.0, 9087.0, 9113.0, 9051.0, 9092.0, 9049.0, 8997.0, 9048.0, 8996.0, 9027.0, 8983.0, 8987.0, 9036.0, 8982.0, 9029.0, 9049.0, 8984.0, 9012.0, 8994.0, 9002.0, 9053.0, 8989.0, 9031.0, 8984.0, 8978.0, 9070.0, 9006.0, 9049.0, 8990.0, 9007.0, 9092.0, 9014.0, 9046.0, 9067.0, 8985.0, 9028.0, 9078.0, 9027.0, 9056.0, 8968.0, 8986.0, 9034.0, 8967.0, 9042.0, 9063.0, 9001.0, 9029.0, 8980.0, 8988.0, 9071.0, 8972.0, 9016.0, 9065.0, 8970.0, 9024.0, 9048.0, 8984.0, 9042.0, 8968.0, 8984.0, 9024.0, 8967.0, 9013.0, 9050.0, 9002.0, 9002.0, 8968.0, 8972.0, 9041.0, 8983.0, 8985.0, 9038.0, 8981.0, 9041.0, 9066.0, 9038.0, 9042.0, 9047.0, 8969.0, 9038.0, 8961.0, 8965.0, 9033.0, 8948.0, 8993.0, 9032.0, 8997.0, 9011.0, 8962.0, 8983.0, 9040.0, 8983.0, 8985.0, 9036.0, 8967.0, 9026.0, 9062.0, 9036.0, 9038.0, 8960.0, 8965.0, 9006.0, 8958.0, 8976.0, 9059.0, 8947.0, 9021.0, 9027.0, 8961.0, 9002.0, 8957.0, 8961.0, 9017.0, 8961.0, 8992.0, 9028.0, 8961.0, 9036.0, 9043.0, 8976.0, 9017.0, 8959.0, 8964.0, 9030.0, 8962.0, 9006.0, 9016.0, 8966.0, 9010.0, 8964.0, 8985.0, 9039.0, 8981.0, 8999.0, 9049.0, 8967.0, 9025.0, 9048.0, 9010.0, 9039.0, 8965.0, 8984.0, 9038.0, 8966.0, 9009.0, 9047.0, 8978.0, 9010.0, 9043.0, 8961.0, 9007.0, 9000.0, 8978.0, 9037.0, 8965.0, 8982.0, 9018.0, 8965.0, 8999.0, 9035.0, 8999.0, 9012.0, 8982.0, 8987.0, 9041.0, 8981.0, 9032.0, 9055.0, 9015.0, 9031.0, 8984.0, 8988.0, 9039.0, 8969.0, 9030.0, 9053.0, 9001.0, 9030.0, 8967.0, 8984.0, 9053.0, 8984.0, 9015.0, 9038.0, 8985.0, 9029.0, 8984.0, 8987.0, 9052.0, 8987.0, 9032.0, 8970.0, 8993.0, 9058.0, 8976.0, 9019.0, 9069.0, 8987.0, 9044.0, 9011.0, 8987.0, 9056.0, 8983.0, 9015.0, 9037.0, 8986.0, 9044.0, 8980.0, 8989.0, 9026.0, 8981.0, 9000.0, 9026.0, 8990.0, 9047.0, 8976.0, 9008.0, 9043.0, 8990.0, 9045.0, 9002.0, 8991.0, 9058.0, 8990.0, 9033.0, 9055.0, 9002.0, 9059.0, 8982.0, 9002.0, 9052.0, 8983.0, 9042.0, 9021.0, 8986.0, 9026.0, 8982.0, 8987.0, 9038.0, 9001.0, 9043.0, 8970.0, 8988.0, 9042.0, 8970.0, 9046.0, 9067.0, 9022.0, 9059.0, 8996.0, 8989.0, 8986.0, 8986.0, 9010.0, 8993.0, 9062.0, 9028.0, 9071.0, 9006.0, 9006.0, 9076.0, 8999.0, 9030.0, 9050.0, 8965.0, 9023.0, 8990.0, 8980.0, 9021.0, 8965.0, 8997.0, 9017.0, 8981.0, 9039.0, 8967.0, 8972.0, 9022.0, 8981.0, 9012.0, 9052.0, 9003.0, 9031.0, 8986.0, 9007.0, 9055.0, 9001.0, 9060.0, 9051.0, 8988.0, 9042.0, 8979.0, 8986.0, 9051.0, 8996.0, 9030.0, 8966.0, 8984.0, 9027.0, 8981.0, 8987.0, 9069.0, 8997.0, 9029.0, 9050.0, 8969.0, 9027.0, 9061.0, 8965.0, 9023.0, 8946.0, 8980.0, 9007.0, 8961.0, 8968.0, 9035.0, 8966.0, 9025.0, 9029.0, 8965.0, 9023.0, 9044.0, 8967.0, 9021.0, 8964.0, 8984.0, 9021.0, 8985.0, 9043.0, 8983.0, 8986.0, 9040.0, 8973.0, 9031.0, 9011.0, 8988.0, 9069.0, 8986.0, 9044.0, 9035.0, 8988.0, 9056.0, 8986.0, 9031.0, 9039.0, 9003.0, 9046.0, 9037.0, 8998.0, 9054.0, 8964.0, 9010.0, 9019.0, 8966.0, 9038.0, 8967.0, 8972.0, 9036.0, 8967.0, 9029.0, 9050.0, 8987.0, 9039.0, 8985.0, 9027.0, 9049.0, 9013.0, 9069.0, 8982.0, 8997.0, 9062.0, 8969.0, 9036.0, 8965.0, 8997.0, 9033.0, 8967.0, 9025.0, 8977.0, 8968.0, 9049.0, 8964.0, 9010.0, 9030.0, 8966.0, 9006.0, 8964.0, 8996.0, 9046.0, 8983.0, 9023.0, 8977.0, 8982.0, 9049.0, 8995.0, 9037.0, 8963.0, 8968.0, 9023.0, 8966.0, 9025.0, 9049.0, 8995.0, 9022.0, 8963.0, 8984.0, 9048.0, 8995.0, 9023.0, 8981.0, 8984.0, 9037.0, 8970.0, 9042.0, 9051.0, 8986.0, 9040.0, 8982.0, 9027.0, 9050.0, 9024.0, 9021.0, 8964.0, 8996.0, 9034.0, 8983.0, 9051.0, 8969.0, 8999.0, 8981.0, 8972.0, 9039.0, 8983.0, 9057.0, 8981.0, 8989.0, 9056.0, 8984.0, 9044.0, 9053.0, 9002.0, 9028.0, 8983.0, 8988.0, 9051.0, 9001.0, 9057.0, 8987.0, 9001.0, 9039.0, 8985.0, 9040.0, 8970.0, 9054.0, 9064.0, 8984.0, 9038.0, 8981.0, 9055.0, 8981.0, 8998.0, 9050.0, 8985.0, 9037.0, 8981.0, 9043.0, 9052.0, 9026.0, 9026.0, 8979.0, 8968.0, 9017.0, 8982.0, 9040.0, 8969.0, 8988.0, 9037.0, 8984.0, 9027.0, 8982.0, 9028.0, 9066.0, 9026.0, 9039.0, 8966.0, 8998.0, 9047.0, 9010.0, 9021.0, 8967.0, 8997.0, 9034.0, 8983.0, 9051.0, 8985.0, 9024.0, 8984.0, 8986.0, 9050.0, 8999.0, 9055.0, 8983.0, 9000.0, 8991.0, 8984.0, 9065.0, 8995.0, 9041.0, 8964.0, 8982.0, 9035.0, 8964.0, 9022.0, 9033.0, 8979.0, 9008.0, 8978.0, 8985.0, 9020.0, 8985.0, 9040.0, 8981.0, 9000.0, 9022.0, 8970.0, 9011.0, 8981.0, 9015.0, 9052.0, 8991.0, 9041.0, 9006.0, 9054.0, 9009.0, 9050.0, 9004.0, 8995.0, 9074.0, 8992.0, 9065.0, 9070.0, 9032.0, 9060.0, 8986.0, 9032.0, 9038.0, 8988.0, 9072.0, 8982.0, 8973.0, 9052.0, 8983.0, 9010.0, 8967.0, 8973.0, 9053.0, 9016.0, 9043.0, 9047.0, 8966.0, 9051.0, 8978.0, 8983.0, 9032.0, 8966.0, 9007.0, 8960.0, 8983.0, 9067.0, 8992.0, 9032.0, 8983.0, 9002.0, 9022.0, 8982.0, 9043.0, 9054.0, 8989.0, 9045.0, 8981.0, 8988.0, 9056.0, 8985.0, 9031.0, 9034.0, 8984.0, 9038.0, 8982.0, 8999.0, 9038.0, 8984.0, 9028.0, 9035.0, 8975.0, 9058.0, 8985.0, 9021.0, 9040.0, 8983.0, 9025.0, 9008.0, 8983.0, 9024.0, 8983.0, 9016.0, 9035.0, 8972.0, 9047.0, 9055.0, 9013.0, 9027.0, 8963.0, 8964.0, 9007.0, 8959.0, 8964.0, 9018.0, 8964.0, 9009.0, 8973.0, 8982.0, 9023.0, 8980.0, 8984.0, 8991.0, 8968.0, 9012.0, 8981.0, 8987.0, 9052.0, 9001.0, 9030.0, 8979.0, 8986.0, 9022.0, 8982.0, 9025.0, 9065.0, 9024.0, 9039.0, 8965.0, 8983.0, 9007.0, 8967.0, 9011.0, 9032.0, 8985.0, 9024.0, 8982.0, 8988.0, 9025.0, 8988.0, 9057.0, 8974.0, 9018.0, 8972.0, 8990.0, 9046.0, 8975.0, 9048.0, 9070.0, 9032.0, 9057.0, 8988.0, 9018.0, 9068.0, 8986.0, 9043.0, 9064.0, 9025.0, 9040.0, 8965.0, 8968.0, 9007.0, 8967.0, 9029.0, 8984.0, 8991.0, 9031.0, 9004.0, 9035.0, 9058.0, 9019.0, 9032.0, 8987.0, 9007.0, 9044.0, 8976.0, 9060.0, 9071.0, 9004.0, 9057.0, 8982.0, 8987.0, 9053.0, 8986.0, 9017.0, 9024.0, 8984.0, 8987.0, 8981.0, 8987.0, 9058.0, 8987.0, 9029.0, 9035.0, 8969.0, 9025.0, 8968.0, 8989.0, 9010.0, 8973.0, 9017.0, 8984.0, 9003.0, 9056.0, 8985.0, 8988.0, 9036.0, 8968.0, 9027.0, 9049.0, 8986.0, 9024.0, 8963.0, 8982.0, 9020.0, 8982.0, 9039.0, 8974.0, 9062.0, 9014.0, 9055.0, 9019.0, 9056.0, 9019.0, 9035.0, 9073.0, 8976.0, 9031.0, 8982.0, 9003.0, 9059.0, 9019.0, 9020.0, 8986.0, 8990.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.0021642464114832536</td></tr>
<tr><td colspan=3>aqi</td><td>0.027071761722488038</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.925753601389246</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207996543401197</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0013545999640718</td></tr>
<tr><td colspan=3>efc</td><td>0.4502</td></tr>
<tr><td colspan=3>fber</td><td>5918.0068</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08119088802238399</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5980861244019139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4956887343348058</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.440398214543645</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.69978284472307</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.346885143737702</td></tr>
<tr><td colspan=3>gcor</td><td>0.00386762</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015901152044534683</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023599281907081604</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>3.602554886718728</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>24.9491</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.422</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.2809</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309178.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>732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.1587</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7995</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.8232</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3278.8058</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3557.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.4863</td></tr>
<tr><td colspan=3>tsnr</td><td>39.59713265905157</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>