<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-02/func/sub-0075_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>7ac85ea435bb98365b65189db0581fac</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:16:4.832500</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.99785, 0.0328139, 0.0567345, -0.0304871, 0.998677, -0.0414031]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0866634</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7691, -7244, 452, -52, -22, 52, 26]</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>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5103d255-b672-4cbb-b4ea-a6927f4f69dd||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.6771583557128906, -0.08179459720849991, 0.1566486358642578, 111.93319702148438], [-0.08803732693195343, 2.679378032684326, -0.10687783360481262, -78.47505950927734], [0.1522144079208374, 0.11108141392469406, 2.6933321952819824, -80.84291076660156], [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': ['131604.832500', '131605.292500', '131605.752500', '131606.212500', '131606.672500', '131607.132500', '131607.592500', '131608.052500', '131608.512500', '131608.972500', '131609.432500', '131609.892500', '131610.352500', '131610.812500', '131611.272500', '131611.732500', '131612.192500', '131612.652500', '131613.112500', '131613.572500', '131614.032500', '131614.492500', '131614.952500', '131615.412500', '131615.872500', '131616.332500', '131616.792500', '131617.252500', '131617.712500', '131618.172500', '131618.632500', '131619.092500', '131619.552500', '131620.012500', '131620.472500', '131620.932500', '131621.392500', '131621.852500', '131622.312500', '131622.772500', '131623.232500', '131623.692500', '131624.152500', '131624.612500', '131625.072500', '131625.532500', '131625.992500', '131626.452500', '131626.912500', '131627.372500', '131627.832500', '131628.292500', '131628.752500', '131629.212500', '131629.672500', '131630.132500', '131630.592500', '131631.052500', '131631.512500', '131631.972500', '131632.432500', '131632.892500', '131633.352500', '131633.812500', '131634.272500', '131634.732500', '131635.192500', '131635.652500', '131636.112500', '131636.572500', '131637.032500', '131637.492500', '131637.952500', '131638.412500', '131638.872500', '131639.332500', '131639.792500', '131640.252500', '131640.712500', '131641.172500', '131641.632500', '131642.092500', '131642.552500', '131643.012500', '131643.472500', '131643.932500', '131644.392500', '131644.852500', '131645.312500', '131645.772500', '131646.232500', '131646.692500', '131647.152500', '131647.612500', '131648.072500', '131648.532500', '131648.992500', '131649.452500', '131649.912500', '131650.372500', '131650.832500', '131651.292500', '131651.752500', '131652.212500', '131652.672500', '131653.132500', '131653.592500', '131654.052500', '131654.512500', '131654.972500', '131655.432500', '131655.892500', '131656.352500', '131656.812500', '131657.272500', '131657.732500', '131658.192500', '131658.652500', '131659.112500', '131659.572500', '131700.032500', '131700.492500', '131700.952500', '131701.412500', '131701.872500', '131702.332500', '131702.792500', '131703.252500', '131703.712500', '131704.172500', '131704.632500', '131705.092500', '131705.552500', '131706.012500', '131706.472500', '131706.932500', '131707.392500', '131707.852500', '131708.312500', '131708.772500', '131709.232500', '131709.692500', '131710.152500', '131710.612500', '131711.072500', '131711.532500', '131711.992500', '131712.452500', '131712.912500', '131713.372500', '131713.832500', '131714.292500', '131714.752500', '131715.212500', '131715.672500', '131716.132500', '131716.592500', '131717.052500', '131717.512500', '131717.972500', '131718.432500', '131718.892500', '131719.352500', '131719.812500', '131720.272500', '131720.732500', '131721.192500', '131721.652500', '131722.112500', '131722.572500', '131723.032500', '131723.492500', '131723.952500', '131724.412500', '131724.872500', '131725.332500', '131725.792500', '131726.252500', '131726.712500', '131727.172500', '131727.632500', '131728.092500', '131728.552500', '131729.012500', '131729.472500', '131729.932500', '131730.392500', '131730.852500', '131731.312500', '131731.772500', '131732.232500', '131732.692500', '131733.152500', '131733.612500', '131734.072500', '131734.532500', '131734.992500', '131735.452500', '131735.912500', '131736.372500', '131736.832500', '131737.292500', '131737.752500', '131738.212500', '131738.672500', '131739.132500', '131739.592500', '131740.052500', '131740.512500', '131740.972500', '131741.432500', '131741.892500', '131742.352500', '131742.812500', '131743.272500', '131743.732500', '131744.192500', '131744.652500', '131745.112500', '131745.572500', '131746.032500', '131746.492500', '131746.952500', '131747.412500', '131747.872500', '131748.332500', '131748.792500', '131749.252500', '131749.712500', '131750.172500', '131750.632500', '131751.092500', '131751.552500', '131752.012500', '131752.472500', '131752.932500', '131753.392500', '131753.852500', '131754.312500', '131754.772500', '131755.232500', '131755.692500', '131756.152500', '131756.612500', '131757.072500', '131757.532500', '131757.992500', '131758.452500', '131758.912500', '131759.372500', '131759.832500', '131800.292500', '131800.752500', '131801.212500', '131801.672500', '131802.132500', '131802.592500', '131803.052500', '131803.512500', '131803.972500', '131804.432500', '131804.892500', '131805.352500', '131805.812500', '131806.272500', '131806.732500', '131807.192500', '131807.652500', '131808.112500', '131808.572500', '131809.032500', '131809.492500', '131809.952500', '131810.412500', '131810.872500', '131811.332500', '131811.792500', '131812.252500', '131812.712500', '131813.172500', '131813.632500', '131814.092500', '131814.552500', '131815.012500', '131815.472500', '131815.932500', '131816.392500', '131816.852500', '131817.312500', '131817.772500', '131818.232500', '131818.692500', '131819.152500', '131819.612500', '131820.072500', '131820.532500', '131820.992500', '131821.452500', '131821.912500', '131822.372500', '131822.832500', '131823.292500', '131823.752500', '131824.212500', '131824.672500', '131825.132500', '131825.592500', '131826.052500', '131826.512500', '131826.972500', '131827.432500', '131827.892500', '131828.352500', '131828.812500', '131829.272500', '131829.732500', '131830.192500', '131830.652500', '131831.112500', '131831.572500', '131832.032500', '131832.492500', '131832.952500', '131833.412500', '131833.872500', '131834.332500', '131834.792500', '131835.252500', '131835.712500', '131836.172500', '131836.632500', '131837.092500', '131837.552500', '131838.012500', '131838.472500', '131838.932500', '131839.392500', '131839.852500', '131840.312500', '131840.772500', '131841.232500', '131841.692500', '131842.152500', '131842.612500', '131843.072500', '131843.532500', '131843.992500', '131844.452500', '131844.912500', '131845.372500', '131845.832500', '131846.292500', '131846.752500', '131847.212500', '131847.672500', '131848.132500', '131848.592500', '131849.052500', '131849.512500', '131849.972500', '131850.432500', '131850.892500', '131851.352500', '131851.812500', '131852.272500', '131852.732500', '131853.192500', '131853.652500', '131854.112500', '131854.572500', '131855.032500', '131855.492500', '131855.952500', '131856.412500', '131856.872500', '131857.332500', '131857.792500', '131858.252500', '131858.712500', '131859.172500', '131859.632500', '131900.092500', '131900.552500', '131901.012500', '131901.472500', '131901.932500', '131902.392500', '131902.852500', '131903.312500', '131903.772500', '131904.232500', '131904.692500', '131905.152500', '131905.612500', '131906.072500', '131906.532500', '131906.992500', '131907.452500', '131907.912500', '131908.372500', '131908.832500', '131909.292500', '131909.752500', '131910.212500', '131910.672500', '131911.132500', '131911.592500', '131912.052500', '131912.512500', '131912.972500', '131913.432500', '131913.892500', '131914.352500', '131914.812500', '131915.272500', '131915.732500', '131916.192500', '131916.652500', '131917.112500', '131917.572500', '131918.032500', '131918.492500', '131918.952500', '131919.412500', '131919.872500', '131920.332500', '131920.792500', '131921.252500', '131921.712500', '131922.172500', '131922.632500', '131923.092500', '131923.552500', '131924.012500', '131924.472500', '131924.932500', '131925.392500', '131925.852500', '131926.312500', '131926.772500', '131927.232500', '131927.692500', '131928.152500', '131928.612500', '131929.072500', '131929.532500', '131929.992500', '131930.452500', '131930.912500', '131931.372500', '131931.832500', '131932.292500', '131932.752500', '131933.212500', '131933.672500', '131934.132500', '131934.592500', '131935.052500', '131935.512500', '131935.972500', '131936.432500', '131936.892500', '131937.352500', '131937.812500', '131938.272500', '131938.732500', '131939.192500', '131939.652500', '131940.112500', '131940.572500', '131941.032500', '131941.492500', '131941.952500', '131942.412500', '131942.872500', '131943.332500', '131943.792500', '131944.252500', '131944.712500', '131945.172500', '131945.632500', '131946.092500', '131946.552500', '131947.012500', '131947.472500', '131947.932500', '131948.392500', '131948.852500', '131949.312500', '131949.772500', '131950.232500', '131950.692500', '131951.152500', '131951.612500', '131952.072500', '131952.532500', '131952.992500', '131953.452500', '131953.912500', '131954.372500', '131954.832500', '131955.292500', '131955.752500', '131956.212500', '131956.672500', '131957.132500', '131957.592500', '131958.052500', '131958.512500', '131958.972500', '131959.432500', '131959.892500', '132000.352500', '132000.812500', '132001.272500', '132001.732500', '132002.192500', '132002.652500', '132003.112500', '132003.572500', '132004.032500', '132004.492500', '132004.952500', '132005.412500', '132005.872500', '132006.332500', '132006.792500', '132007.252500', '132007.712500', '132008.172500', '132008.632500', '132009.092500', '132009.552500', '132010.012500', '132010.472500', '132010.932500', '132011.392500', '132011.852500', '132012.312500', '132012.772500', '132013.232500', '132013.692500', '132014.152500', '132014.612500', '132015.072500', '132015.532500', '132015.992500', '132016.452500', '132016.912500', '132017.372500', '132017.832500', '132018.292500', '132018.752500', '132019.212500', '132019.672500', '132020.132500', '132020.592500', '132021.052500', '132021.512500', '132021.972500', '132022.432500', '132022.892500', '132023.352500', '132023.812500', '132024.272500', '132024.732500', '132025.192500', '132025.652500', '132026.112500', '132026.572500', '132027.032500', '132027.492500', '132027.952500', '132028.412500', '132028.872500', '132029.332500', '132029.792500', '132030.252500', '132030.712500', '132031.172500', '132031.632500', '132032.092500', '132032.552500', '132033.012500', '132033.472500', '132033.932500', '132034.392500', '132034.852500', '132035.312500', '132035.772500', '132036.232500', '132036.692500', '132037.152500', '132037.612500', '132038.072500', '132038.532500', '132038.992500', '132039.452500', '132039.912500', '132040.372500', '132040.832500', '132041.292500', '132041.752500', '132042.212500', '132042.672500', '132043.132500', '132043.592500', '132044.052500', '132044.512500', '132044.972500', '132045.432500', '132045.892500', '132046.352500', '132046.812500', '132047.272500', '132047.732500', '132048.192500', '132048.652500', '132049.112500', '132049.572500', '132050.032500', '132050.492500', '132050.952500', '132051.412500', '132051.872500', '132052.332500', '132052.792500', '132053.252500', '132053.712500', '132054.172500', '132054.632500', '132055.092500', '132055.552500', '132056.012500', '132056.472500', '132056.932500', '132057.392500', '132057.852500', '132058.312500', '132058.772500', '132059.232500', '132059.692500', '132100.152500', '132100.612500', '132101.072500', '132101.532500', '132101.992500', '132102.452500', '132102.912500', '132103.372500', '132103.832500', '132104.292500', '132104.752500', '132105.212500', '132105.672500', '132106.132500', '132106.592500', '132107.052500', '132107.512500', '132107.972500', '132108.432500', '132108.892500', '132109.352500', '132109.812500', '132110.272500', '132110.732500', '132111.192500', '132111.652500', '132112.112500', '132112.572500', '132113.032500', '132113.492500', '132113.952500', '132114.412500', '132114.872500', '132115.332500', '132115.792500', '132116.252500', '132116.712500', '132117.172500', '132117.632500', '132118.092500', '132118.552500', '132119.012500', '132119.472500', '132119.932500', '132120.392500', '132120.852500', '132121.312500', '132121.772500', '132122.232500', '132122.692500', '132123.152500', '132123.612500', '132124.072500', '132124.532500', '132124.992500', '132125.452500', '132125.912500', '132126.372500', '132126.832500', '132127.292500', '132127.752500', '132128.212500', '132128.672500', '132129.132500', '132129.592500', '132130.052500', '132130.512500', '132130.972500', '132131.432500', '132131.892500', '132132.352500', '132132.812500', '132133.272500', '132133.732500', '132134.192500', '132134.652500', '132135.112500', '132135.572500', '132136.032500', '132136.492500', '132136.952500', '132137.412500', '132137.872500', '132138.332500', '132138.792500', '132139.252500', '132139.712500', '132140.172500', '132140.632500', '132141.092500', '132141.552500', '132142.012500', '132142.472500', '132142.932500', '132143.392500', '132143.852500', '132144.312500', '132144.772500', '132145.232500', '132145.692500', '132146.152500', '132146.612500', '132147.072500', '132147.532500', '132147.992500', '132148.452500', '132148.912500', '132149.372500', '132149.832500', '132150.292500', '132150.752500', '132151.212500', '132151.672500', '132152.132500', '132152.592500', '132153.052500', '132153.512500', '132153.972500', '132154.432500', '132154.892500', '132155.352500', '132155.812500', '132156.272500', '132156.732500', '132157.192500', '132157.652500', '132158.112500', '132158.572500', '132159.032500', '132159.492500', '132159.952500', '132200.412500', '132200.872500', '132201.332500', '132201.792500', '132202.252500', '132202.712500', '132203.172500', '132203.632500', '132204.092500', '132204.552500', '132205.012500', '132205.472500', '132205.932500', '132206.392500', '132206.852500', '132207.312500', '132207.772500', '132208.232500', '132208.692500', '132209.152500', '132209.612500', '132210.072500', '132210.532500', '132210.992500', '132211.452500', '132211.912500', '132212.372500', '132212.832500', '132213.292500', '132213.752500', '132214.212500', '132214.672500', '132215.132500', '132215.592500', '132216.052500', '132216.512500', '132216.972500', '132217.432500', '132217.892500', '132218.352500', '132218.812500', '132219.272500', '132219.732500', '132220.192500', '132220.652500', '132221.112500', '132221.572500', '132222.032500', '132222.492500', '132222.952500', '132223.412500', '132223.872500', '132224.332500', '132224.792500', '132225.252500', '132225.712500', '132226.172500', '132226.632500', '132227.092500', '132227.552500', '132228.012500', '132228.472500', '132228.932500', '132229.392500', '132229.852500', '132230.312500'], 'ContentTime': ['131632.534000', '131632.538000', '131632.540000', '131632.543000', '131632.546000', '131632.548000', '131632.551000', '131632.553000', '131632.556000', '131632.559000', '131632.561000', '131632.564000', '131632.566000', '131632.569000', '131632.572000', '131632.574000', '131632.577000', '131632.579000', '131632.582000', '131632.584000', '131632.587000', '131632.590000', '131632.592000', '131632.595000', '131632.597000', '131632.600000', '131632.606000', '131632.609000', '131632.612000', '131632.614000', '131632.617000', '131632.619000', '131632.622000', '131632.624000', '131632.627000', '131632.630000', '131632.632000', '131632.635000', '131632.637000', '131632.640000', '131632.643000', '131632.645000', '131632.648000', '131632.650000', '131632.653000', '131632.656000', '131632.659000', '131632.662000', '131632.665000', '131632.668000', '131632.670000', '131632.673000', '131632.675000', '131632.678000', '131632.681000', '131632.689000', '131632.692000', '131652.507000', '131652.509000', '131652.512000', '131652.515000', '131652.517000', '131652.520000', '131652.522000', '131652.525000', '131652.528000', '131652.531000', '131652.533000', '131652.536000', '131652.538000', '131652.541000', '131652.543000', '131652.546000', '131652.549000', '131652.551000', '131652.554000', '131652.556000', '131652.559000', '131652.562000', '131652.564000', '131652.567000', '131652.569000', '131652.572000', '131652.574000', '131652.577000', '131652.580000', '131652.582000', '131652.585000', '131652.587000', '131652.590000', '131652.593000', '131652.595000', '131652.598000', '131652.600000', '131652.603000', '131652.606000', '131652.608000', '131652.611000', '131652.613000', '131652.616000', '131652.619000', '131712.505000', '131712.508000', '131712.511000', '131712.514000', '131712.516000', '131712.519000', '131712.521000', '131712.524000', '131712.527000', '131712.529000', '131712.532000', '131712.534000', '131712.537000', '131712.540000', '131712.542000', '131712.545000', '131712.547000', '131712.550000', '131712.552000', '131712.555000', '131712.558000', '131712.561000', '131712.563000', '131712.566000', '131712.568000', '131712.571000', '131712.574000', '131712.576000', '131712.579000', '131712.581000', '131712.584000', '131712.587000', '131712.589000', '131712.592000', '131712.594000', '131712.597000', '131712.599000', '131712.602000', '131712.605000', '131712.607000', '131712.610000', '131712.612000', '131712.615000', '131732.505000', '131732.508000', '131732.511000', '131732.514000', '131732.517000', '131732.519000', '131732.522000', '131732.524000', '131732.527000', '131732.530000', '131732.532000', '131732.535000', '131732.538000', '131732.540000', '131732.543000', '131732.546000', '131732.548000', '131732.551000', '131732.553000', '131732.556000', '131732.559000', '131732.561000', '131732.564000', '131732.566000', '131732.569000', '131732.572000', '131732.574000', '131732.577000', '131732.580000', '131732.582000', '131732.585000', '131732.587000', '131732.590000', '131732.593000', '131732.595000', '131732.598000', '131732.601000', '131732.603000', '131732.606000', '131732.609000', '131732.611000', '131732.614000', '131732.616000', '131732.619000', '131752.506000', '131752.509000', '131752.512000', '131752.515000', '131752.517000', '131752.520000', '131752.522000', '131752.525000', '131752.527000', '131752.530000', '131752.533000', '131752.535000', '131752.538000', '131752.540000', '131752.543000', '131752.546000', '131752.548000', '131752.551000', '131752.554000', '131752.556000', '131752.559000', '131752.561000', '131752.564000', '131752.567000', '131752.569000', '131752.572000', '131752.574000', '131752.577000', '131752.579000', '131752.582000', '131752.585000', '131752.587000', '131752.590000', '131752.592000', '131752.595000', '131752.598000', '131752.600000', '131752.603000', '131752.606000', '131752.608000', '131752.611000', '131752.613000', '131752.616000', '131812.507000', '131812.510000', '131812.512000', '131812.515000', '131812.517000', '131812.520000', '131812.523000', '131812.525000', '131812.528000', '131812.531000', '131812.533000', '131812.536000', '131812.538000', '131812.541000', '131812.543000', '131812.546000', '131812.549000', '131812.551000', '131812.554000', '131812.557000', '131812.559000', '131812.562000', '131812.564000', '131812.567000', '131812.570000', '131812.572000', '131812.575000', '131812.578000', '131812.581000', '131812.584000', '131812.586000', '131812.589000', '131812.592000', '131812.594000', '131812.597000', '131812.600000', '131812.602000', '131812.605000', '131812.608000', '131812.610000', '131812.613000', '131812.615000', '131812.618000', '131832.506000', '131832.509000', '131832.512000', '131832.515000', '131832.518000', '131832.520000', '131832.523000', '131832.525000', '131832.533000', '131832.536000', '131832.539000', '131832.541000', '131832.544000', '131832.546000', '131832.549000', '131832.552000', '131832.554000', '131832.557000', '131832.559000', '131832.562000', '131832.565000', '131832.567000', '131832.570000', '131832.572000', '131832.575000', '131832.578000', '131832.580000', '131832.583000', '131832.585000', '131832.588000', '131832.591000', '131832.593000', '131832.596000', '131832.599000', '131832.601000', '131832.604000', '131832.607000', '131832.609000', '131832.612000', '131832.614000', '131832.617000', '131832.620000', '131832.622000', '131832.625000', '131852.506000', '131852.509000', '131852.512000', '131852.515000', '131852.517000', '131852.520000', '131852.523000', '131852.526000', '131852.529000', '131852.532000', '131852.538000', '131852.541000', '131852.543000', '131852.546000', '131852.549000', '131852.551000', '131852.554000', '131852.556000', '131852.559000', '131852.562000', '131852.564000', '131852.567000', '131852.570000', '131852.572000', '131852.575000', '131852.577000', '131852.580000', '131852.583000', '131852.585000', '131852.588000', '131852.591000', '131852.594000', '131852.596000', '131852.599000', '131852.601000', '131852.604000', '131852.607000', '131852.609000', '131852.612000', '131852.614000', '131852.617000', '131852.620000', '131852.622000', '131912.507000', '131912.509000', '131912.512000', '131912.515000', '131912.517000', '131912.520000', '131912.523000', '131912.525000', '131912.528000', '131912.530000', '131912.533000', '131912.536000', '131912.538000', '131912.541000', '131912.543000', '131912.546000', '131912.549000', '131912.551000', '131912.554000', '131912.556000', '131912.559000', '131912.562000', '131912.564000', '131912.567000', '131912.570000', '131912.572000', '131912.575000', '131912.578000', '131912.580000', '131912.583000', '131912.586000', '131912.588000', '131912.591000', '131912.594000', '131912.596000', '131912.599000', '131912.601000', '131912.604000', '131912.607000', '131912.609000', '131912.612000', '131912.615000', '131912.617000', '131912.620000', '131932.506000', '131932.508000', '131932.517000', '131932.519000', '131932.522000', '131932.525000', '131932.527000', '131932.530000', '131932.532000', '131932.535000', '131932.538000', '131932.541000', '131932.543000', '131932.546000', '131932.548000', '131932.551000', '131932.554000', '131932.556000', '131932.559000', '131932.561000', '131932.564000', '131932.567000', '131932.569000', '131932.572000', '131932.574000', '131932.577000', '131932.580000', '131932.582000', '131932.585000', '131932.587000', '131932.590000', '131932.593000', '131932.595000', '131932.598000', '131932.601000', '131932.603000', '131932.606000', '131932.608000', '131932.611000', '131932.614000', '131932.616000', '131932.619000', '131932.621000', '131952.506000', '131952.508000', '131952.511000', '131952.514000', '131952.517000', '131952.519000', '131952.522000', '131952.524000', '131952.527000', '131952.530000', '131952.533000', '131952.535000', '131952.538000', '131952.540000', '131952.543000', '131952.546000', '131952.548000', '131952.551000', '131952.553000', '131952.569000', '131952.572000', '131952.575000', '131952.577000', '131952.580000', '131952.582000', '131952.585000', '131952.588000', '131952.590000', '131952.593000', '131952.595000', '131952.598000', '131952.600000', '131952.603000', '131952.606000', '131952.608000', '131952.611000', '131952.614000', '131952.616000', '131952.619000', '131952.621000', '131952.624000', '131952.627000', '131952.629000', '131952.632000', '132012.507000', '132012.509000', '132012.512000', '132012.515000', '132012.517000', '132012.520000', '132012.523000', '132012.525000', '132012.528000', '132012.530000', '132012.533000', '132012.536000', '132012.538000', '132012.541000', '132012.544000', '132012.546000', '132012.549000', '132012.551000', '132012.554000', '132012.557000', '132012.573000', '132012.576000', '132012.579000', '132012.581000', '132012.584000', '132012.586000', '132012.589000', '132012.592000', '132012.595000', '132012.597000', '132012.600000', '132012.602000', '132012.605000', '132012.608000', '132012.610000', '132012.613000', '132012.615000', '132012.618000', '132012.621000', '132012.623000', '132012.626000', '132012.629000', '132012.631000', '132032.506000', '132032.509000', '132032.512000', '132032.515000', '132032.518000', '132032.520000', '132032.523000', '132032.526000', '132032.528000', '132032.531000', '132032.533000', '132032.536000', '132032.539000', '132032.541000', '132032.544000', '132032.547000', '132032.549000', '132032.552000', '132032.554000', '132032.557000', '132032.560000', '132032.562000', '132032.565000', '132032.567000', '132032.570000', '132032.572000', '132032.575000', '132032.578000', '132032.580000', '132032.583000', '132032.585000', '132032.588000', '132032.591000', '132032.594000', '132032.596000', '132032.599000', '132032.602000', '132032.604000', '132032.607000', '132032.610000', '132032.622000', '132032.624000', '132032.627000', '132032.630000', '132052.506000', '132052.509000', '132052.512000', '132052.515000', '132052.517000', '132052.520000', '132052.522000', '132052.525000', '132052.528000', '132052.530000', '132052.533000', '132052.535000', '132052.538000', '132052.541000', '132052.543000', '132052.546000', '132052.549000', '132052.552000', '132052.554000', '132052.557000', '132052.561000', '132052.564000', '132052.566000', '132052.569000', '132052.572000', '132052.574000', '132052.577000', '132052.580000', '132052.582000', '132052.585000', '132052.587000', '132052.590000', '132052.593000', '132052.595000', '132052.598000', '132052.601000', '132052.603000', '132052.606000', '132052.608000', '132052.611000', '132052.614000', '132052.616000', '132052.619000', '132112.506000', '132112.509000', '132112.513000', '132112.515000', '132112.518000', '132112.521000', '132112.523000', '132112.526000', '132112.528000', '132112.531000', '132112.534000', '132112.536000', '132112.539000', '132112.541000', '132112.544000', '132112.547000', '132112.549000', '132112.552000', '132112.554000', '132112.557000', '132112.560000', '132112.562000', '132112.565000', '132112.567000', '132112.570000', '132112.572000', '132112.575000', '132112.578000', '132112.580000', '132112.583000', '132112.586000', '132112.588000', '132112.591000', '132112.593000', '132112.596000', '132112.599000', '132112.601000', '132112.604000', '132112.607000', '132112.610000', '132112.612000', '132112.615000', '132112.617000', '132112.620000', '132132.524000', '132132.527000', '132132.529000', '132132.532000', '132132.544000', '132132.546000', '132132.549000', '132132.552000', '132132.554000', '132132.557000', '132132.559000', '132132.562000', '132132.565000', '132132.567000', '132132.570000', '132132.573000', '132132.575000', '132132.578000', '132132.580000', '132132.583000', '132132.586000', '132132.588000', '132132.591000', '132132.594000', '132132.597000', '132132.600000', '132132.603000', '132132.606000', '132132.610000', '132132.613000', '132132.616000', '132132.619000', '132132.621000', '132132.624000', '132132.626000', '132132.629000', '132132.634000', '132132.636000', '132132.639000', '132132.642000', '132132.644000', '132132.647000', '132132.650000', '132152.506000', '132152.509000', '132152.512000', '132152.514000', '132152.517000', '132152.520000', '132152.522000', '132152.525000', '132152.527000', '132152.530000', '132152.533000', '132152.535000', '132152.538000', '132152.541000', '132152.543000', '132152.546000', '132152.548000', '132152.551000', '132152.554000', '132152.556000', '132152.559000', '132152.561000', '132152.564000', '132152.567000', '132152.569000', '132152.572000', '132152.574000', '132152.577000', '132152.580000', '132152.582000', '132152.585000', '132152.587000', '132152.590000', '132152.593000', '132152.595000', '132152.598000', '132152.601000', '132152.603000', '132152.606000', '132152.608000', '132152.611000', '132152.614000', '132152.616000', '132152.619000', '132212.506000', '132212.508000', '132212.511000', '132212.514000', '132212.516000', '132212.519000', '132212.521000', '132212.524000', '132212.527000', '132212.529000', '132212.532000', '132212.534000', '132212.537000', '132212.540000', '132212.542000', '132212.545000', '132212.547000', '132212.550000', '132212.552000', '132212.555000', '132212.558000', '132212.560000', '132212.563000', '132212.565000', '132212.568000', '132212.571000', '132212.573000', '132212.576000', '132212.578000', '132212.581000', '132212.584000', '132212.586000', '132212.589000', '132212.592000', '132212.594000', '132212.597000', '132212.599000', '132212.602000', '132212.604000', '132212.607000', '132212.610000', '132212.613000', '132212.615000', '132231.872000', '132231.875000', '132231.878000', '132231.880000', '132231.883000', '132231.886000', '132231.888000', '132231.891000', '132231.893000', '132231.896000', '132231.899000', '132231.901000', '132231.904000', '132231.907000', '132231.909000', '132231.912000', '132231.915000', '132231.918000', '132231.920000', '132231.923000', '132231.926000', '132231.929000', '132231.932000', '132231.935000', '132231.938000', '132231.942000', '132231.945000', '132231.948000', '132231.951000', '132231.954000', '132231.957000', '132231.960000', '132231.963000', '132231.965000', '132231.968000', '132231.970000', '132231.973000', '132231.976000', '132231.978000', '132231.991000', '132231.994000', '132231.996000', '132232.001000'], 'InstanceCreationTime': ['131632.534000', '131632.538000', '131632.540000', '131632.543000', '131632.546000', '131632.548000', '131632.551000', '131632.553000', '131632.556000', '131632.559000', '131632.561000', '131632.564000', '131632.566000', '131632.569000', '131632.572000', '131632.574000', '131632.577000', '131632.579000', '131632.582000', '131632.584000', '131632.587000', '131632.590000', '131632.592000', '131632.595000', '131632.597000', '131632.600000', '131632.606000', '131632.609000', '131632.612000', '131632.614000', '131632.617000', '131632.619000', '131632.622000', '131632.624000', '131632.627000', '131632.630000', '131632.632000', '131632.635000', '131632.637000', '131632.640000', '131632.643000', '131632.645000', '131632.648000', '131632.650000', '131632.653000', '131632.656000', '131632.659000', '131632.662000', '131632.665000', '131632.668000', '131632.670000', '131632.673000', '131632.675000', '131632.678000', '131632.681000', '131632.689000', '131632.692000', '131652.507000', '131652.509000', '131652.512000', '131652.515000', '131652.517000', '131652.520000', '131652.522000', '131652.525000', '131652.528000', '131652.531000', '131652.533000', '131652.536000', '131652.538000', '131652.541000', '131652.543000', '131652.546000', '131652.549000', '131652.551000', '131652.554000', '131652.556000', '131652.559000', '131652.562000', '131652.564000', '131652.567000', '131652.569000', '131652.572000', '131652.574000', '131652.577000', '131652.580000', '131652.582000', '131652.585000', '131652.587000', '131652.590000', '131652.593000', '131652.595000', '131652.598000', '131652.600000', '131652.603000', '131652.606000', '131652.608000', '131652.611000', '131652.613000', '131652.616000', '131652.619000', '131712.505000', '131712.508000', '131712.511000', '131712.514000', '131712.516000', '131712.519000', '131712.521000', '131712.524000', '131712.527000', '131712.529000', '131712.532000', '131712.534000', '131712.537000', '131712.540000', '131712.542000', '131712.545000', '131712.547000', '131712.550000', '131712.552000', '131712.555000', '131712.558000', '131712.561000', '131712.563000', '131712.566000', '131712.568000', '131712.571000', '131712.574000', '131712.576000', '131712.579000', '131712.581000', '131712.584000', '131712.587000', '131712.589000', '131712.592000', '131712.594000', '131712.597000', '131712.599000', '131712.602000', '131712.605000', '131712.607000', '131712.610000', '131712.612000', '131712.615000', '131732.505000', '131732.508000', '131732.511000', '131732.514000', '131732.517000', '131732.519000', '131732.522000', '131732.524000', '131732.527000', '131732.530000', '131732.532000', '131732.535000', '131732.538000', '131732.540000', '131732.543000', '131732.546000', '131732.548000', '131732.551000', '131732.553000', '131732.556000', '131732.559000', '131732.561000', '131732.564000', '131732.566000', '131732.569000', '131732.572000', '131732.574000', '131732.577000', '131732.580000', '131732.582000', '131732.585000', '131732.587000', '131732.590000', '131732.593000', '131732.595000', '131732.598000', '131732.601000', '131732.603000', '131732.606000', '131732.609000', '131732.611000', '131732.614000', '131732.616000', '131732.619000', '131752.506000', '131752.509000', '131752.512000', '131752.515000', '131752.517000', '131752.520000', '131752.522000', '131752.525000', '131752.527000', '131752.530000', '131752.533000', '131752.535000', '131752.538000', '131752.540000', '131752.543000', '131752.546000', '131752.548000', '131752.551000', '131752.554000', '131752.556000', '131752.559000', '131752.561000', '131752.564000', '131752.567000', '131752.569000', '131752.572000', '131752.574000', '131752.577000', '131752.579000', '131752.582000', '131752.585000', '131752.587000', '131752.590000', '131752.592000', '131752.595000', '131752.598000', '131752.600000', '131752.603000', '131752.606000', '131752.608000', '131752.611000', '131752.613000', '131752.616000', '131812.507000', '131812.510000', '131812.512000', '131812.515000', '131812.517000', '131812.520000', '131812.523000', '131812.525000', '131812.528000', '131812.531000', '131812.533000', '131812.536000', '131812.538000', '131812.541000', '131812.543000', '131812.546000', '131812.549000', '131812.551000', '131812.554000', '131812.557000', '131812.559000', '131812.562000', '131812.564000', '131812.567000', '131812.570000', '131812.572000', '131812.575000', '131812.578000', '131812.581000', '131812.584000', '131812.586000', '131812.589000', '131812.592000', '131812.594000', '131812.597000', '131812.600000', '131812.602000', '131812.605000', '131812.608000', '131812.610000', '131812.613000', '131812.615000', '131812.618000', '131832.506000', '131832.509000', '131832.512000', '131832.515000', '131832.518000', '131832.520000', '131832.523000', '131832.525000', '131832.533000', '131832.536000', '131832.539000', '131832.541000', '131832.544000', '131832.546000', '131832.549000', '131832.552000', '131832.554000', '131832.557000', '131832.559000', '131832.562000', '131832.565000', '131832.567000', '131832.570000', '131832.572000', '131832.575000', '131832.578000', '131832.580000', '131832.583000', '131832.585000', '131832.588000', '131832.591000', '131832.593000', '131832.596000', '131832.599000', '131832.601000', '131832.604000', '131832.607000', '131832.609000', '131832.612000', '131832.614000', '131832.617000', '131832.620000', '131832.622000', '131832.625000', '131852.506000', '131852.509000', '131852.512000', '131852.515000', '131852.517000', '131852.520000', '131852.523000', '131852.526000', '131852.529000', '131852.532000', '131852.538000', '131852.541000', '131852.543000', '131852.546000', '131852.549000', '131852.551000', '131852.554000', '131852.556000', '131852.559000', '131852.562000', '131852.564000', '131852.567000', '131852.570000', '131852.572000', '131852.575000', '131852.577000', '131852.580000', '131852.583000', '131852.585000', '131852.588000', '131852.591000', '131852.594000', '131852.596000', '131852.599000', '131852.601000', '131852.604000', '131852.607000', '131852.609000', '131852.612000', '131852.614000', '131852.617000', '131852.620000', '131852.622000', '131912.507000', '131912.509000', '131912.512000', '131912.515000', '131912.517000', '131912.520000', '131912.523000', '131912.525000', '131912.528000', '131912.530000', '131912.533000', '131912.536000', '131912.538000', '131912.541000', '131912.543000', '131912.546000', '131912.549000', '131912.551000', '131912.554000', '131912.556000', '131912.559000', '131912.562000', '131912.564000', '131912.567000', '131912.570000', '131912.572000', '131912.575000', '131912.578000', '131912.580000', '131912.583000', '131912.586000', '131912.588000', '131912.591000', '131912.594000', '131912.596000', '131912.599000', '131912.601000', '131912.604000', '131912.607000', '131912.609000', '131912.612000', '131912.615000', '131912.617000', '131912.620000', '131932.506000', '131932.508000', '131932.517000', '131932.519000', '131932.522000', '131932.525000', '131932.527000', '131932.530000', '131932.532000', '131932.535000', '131932.538000', '131932.541000', '131932.543000', '131932.546000', '131932.548000', '131932.551000', '131932.554000', '131932.556000', '131932.559000', '131932.561000', '131932.564000', '131932.567000', '131932.569000', '131932.572000', '131932.574000', '131932.577000', '131932.580000', '131932.582000', '131932.585000', '131932.587000', '131932.590000', '131932.593000', '131932.595000', '131932.598000', '131932.601000', '131932.603000', '131932.606000', '131932.608000', '131932.611000', '131932.614000', '131932.616000', '131932.619000', '131932.621000', '131952.506000', '131952.508000', '131952.511000', '131952.514000', '131952.517000', '131952.519000', '131952.522000', '131952.524000', '131952.527000', '131952.530000', '131952.533000', '131952.535000', '131952.538000', '131952.540000', '131952.543000', '131952.546000', '131952.548000', '131952.551000', '131952.553000', '131952.569000', '131952.572000', '131952.575000', '131952.577000', '131952.580000', '131952.582000', '131952.585000', '131952.588000', '131952.590000', '131952.593000', '131952.595000', '131952.598000', '131952.600000', '131952.603000', '131952.606000', '131952.608000', '131952.611000', '131952.614000', '131952.616000', '131952.619000', '131952.621000', '131952.624000', '131952.627000', '131952.629000', '131952.632000', '132012.507000', '132012.509000', '132012.512000', '132012.515000', '132012.517000', '132012.520000', '132012.523000', '132012.525000', '132012.528000', '132012.530000', '132012.533000', '132012.536000', '132012.538000', '132012.541000', '132012.544000', '132012.546000', '132012.549000', '132012.551000', '132012.554000', '132012.557000', '132012.573000', '132012.576000', '132012.579000', '132012.581000', '132012.584000', '132012.586000', '132012.589000', '132012.592000', '132012.595000', '132012.597000', '132012.600000', '132012.602000', '132012.605000', '132012.608000', '132012.610000', '132012.613000', '132012.615000', '132012.618000', '132012.621000', '132012.623000', '132012.626000', '132012.629000', '132012.631000', '132032.506000', '132032.509000', '132032.512000', '132032.515000', '132032.518000', '132032.520000', '132032.523000', '132032.526000', '132032.528000', '132032.531000', '132032.533000', '132032.536000', '132032.539000', '132032.541000', '132032.544000', '132032.547000', '132032.549000', '132032.552000', '132032.554000', '132032.557000', '132032.560000', '132032.562000', '132032.565000', '132032.567000', '132032.570000', '132032.572000', '132032.575000', '132032.578000', '132032.580000', '132032.583000', '132032.585000', '132032.588000', '132032.591000', '132032.594000', '132032.596000', '132032.599000', '132032.602000', '132032.604000', '132032.607000', '132032.610000', '132032.622000', '132032.624000', '132032.627000', '132032.630000', '132052.506000', '132052.509000', '132052.512000', '132052.515000', '132052.517000', '132052.520000', '132052.522000', '132052.525000', '132052.528000', '132052.530000', '132052.533000', '132052.535000', '132052.538000', '132052.541000', '132052.543000', '132052.546000', '132052.549000', '132052.552000', '132052.554000', '132052.557000', '132052.561000', '132052.564000', '132052.566000', '132052.569000', '132052.572000', '132052.574000', '132052.577000', '132052.580000', '132052.582000', '132052.585000', '132052.587000', '132052.590000', '132052.593000', '132052.595000', '132052.598000', '132052.601000', '132052.603000', '132052.606000', '132052.608000', '132052.611000', '132052.614000', '132052.616000', '132052.619000', '132112.506000', '132112.509000', '132112.513000', '132112.515000', '132112.518000', '132112.521000', '132112.523000', '132112.526000', '132112.528000', '132112.531000', '132112.534000', '132112.536000', '132112.539000', '132112.541000', '132112.544000', '132112.547000', '132112.549000', '132112.552000', '132112.554000', '132112.557000', '132112.560000', '132112.562000', '132112.565000', '132112.567000', '132112.570000', '132112.572000', '132112.575000', '132112.578000', '132112.580000', '132112.583000', '132112.586000', '132112.588000', '132112.591000', '132112.593000', '132112.596000', '132112.599000', '132112.601000', '132112.604000', '132112.607000', '132112.610000', '132112.612000', '132112.615000', '132112.617000', '132112.620000', '132132.524000', '132132.527000', '132132.529000', '132132.532000', '132132.544000', '132132.546000', '132132.549000', '132132.552000', '132132.554000', '132132.557000', '132132.559000', '132132.562000', '132132.565000', '132132.567000', '132132.570000', '132132.573000', '132132.575000', '132132.578000', '132132.580000', '132132.583000', '132132.586000', '132132.588000', '132132.591000', '132132.594000', '132132.597000', '132132.600000', '132132.603000', '132132.606000', '132132.610000', '132132.613000', '132132.616000', '132132.619000', '132132.621000', '132132.624000', '132132.626000', '132132.629000', '132132.634000', '132132.636000', '132132.639000', '132132.642000', '132132.644000', '132132.647000', '132132.650000', '132152.506000', '132152.509000', '132152.512000', '132152.514000', '132152.517000', '132152.520000', '132152.522000', '132152.525000', '132152.527000', '132152.530000', '132152.533000', '132152.535000', '132152.538000', '132152.541000', '132152.543000', '132152.546000', '132152.548000', '132152.551000', '132152.554000', '132152.556000', '132152.559000', '132152.561000', '132152.564000', '132152.567000', '132152.569000', '132152.572000', '132152.574000', '132152.577000', '132152.580000', '132152.582000', '132152.585000', '132152.587000', '132152.590000', '132152.593000', '132152.595000', '132152.598000', '132152.601000', '132152.603000', '132152.606000', '132152.608000', '132152.611000', '132152.614000', '132152.616000', '132152.619000', '132212.506000', '132212.508000', '132212.511000', '132212.514000', '132212.516000', '132212.519000', '132212.521000', '132212.524000', '132212.527000', '132212.529000', '132212.532000', '132212.534000', '132212.537000', '132212.540000', '132212.542000', '132212.545000', '132212.547000', '132212.550000', '132212.552000', '132212.555000', '132212.558000', '132212.560000', '132212.563000', '132212.565000', '132212.568000', '132212.571000', '132212.573000', '132212.576000', '132212.578000', '132212.581000', '132212.584000', '132212.586000', '132212.589000', '132212.592000', '132212.594000', '132212.597000', '132212.599000', '132212.602000', '132212.604000', '132212.607000', '132212.610000', '132212.613000', '132212.615000', '132231.872000', '132231.875000', '132231.878000', '132231.880000', '132231.883000', '132231.886000', '132231.888000', '132231.891000', '132231.893000', '132231.896000', '132231.899000', '132231.901000', '132231.904000', '132231.907000', '132231.909000', '132231.912000', '132231.915000', '132231.918000', '132231.920000', '132231.923000', '132231.926000', '132231.929000', '132231.932000', '132231.935000', '132231.938000', '132231.942000', '132231.945000', '132231.948000', '132231.951000', '132231.954000', '132231.957000', '132231.960000', '132231.963000', '132231.965000', '132231.968000', '132231.970000', '132231.973000', '132231.976000', '132231.978000', '132231.991000', '132231.994000', '132231.996000', '132232.001000'], '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': [8167, 8660, 8363, 8659, 9333, 8658, 9144, 8473, 8707, 8797, 8231, 8608, 8500, 8885, 8301, 7581, 8373, 8019, 8432, 8439, 8430, 8716, 8329, 7687, 8632, 7196, 8481, 6878, 8363, 8694, 8472, 8222, 8675, 8225, 8745, 8193, 7768, 8434, 7028, 8657, 7180, 8566, 6924, 8469, 8464, 8704, 8703, 8983, 9659, 8719, 9021, 8887, 8709, 8946, 8598, 9416, 8407, 8299, 8280, 7147, 8482, 7954, 8876, 8449, 8670, 8289, 8607, 9115, 8937, 9310, 8608, 8740, 8029, 8177, 8990, 8377, 7566, 8380, 8388, 7356, 8014, 7276, 8031, 8172, 9058, 8550, 8643, 8224, 8711, 8620, 9682, 8420, 10367, 8356, 8669, 8692, 9001, 8358, 8402, 8118, 7029, 8331, 7351, 8361, 7846, 8155, 7607, 8208, 6980, 8448, 8429, 8669, 8394, 8897, 8490, 9089, 8573, 9440, 8196, 7688, 8318, 8309, 8430, 10020, 8325, 8128, 8358, 7834, 8404, 8601, 8429, 7394, 8365, 8439, 8671, 8126, 7704, 8652, 7670, 8063, 6801, 8233, 7568, 7564, 8399, 7521, 8753, 7868, 8568, 8238, 8778, 8178, 9470, 8174, 8273, 7982, 7815, 8005, 8374, 8033, 7852, 8069, 7095, 8062, 7743, 8249, 7504, 8065, 8175, 8620, 8197, 9286, 8145, 9350, 8049, 8407, 8262, 8033, 8243, 9970, 8000, 8573, 8227, 8041, 8382, 9648, 8277, 9154, 8175, 8540, 8373, 8991, 8475, 9126, 8248, 8341, 8691, 7810, 8531, 8035, 8106, 8088, 8402, 8750, 8716, 8433, 8381, 8463, 7560, 8625, 7160, 8806, 8603, 8530, 8592, 8469, 8906, 9308, 8796, 9908, 8914, 10328, 8586, 8470, 8829, 8026, 8560, 8023, 8849, 7983, 8698, 8432, 8701, 8603, 8848, 8306, 8676, 8825, 7778, 8512, 8026, 8533, 7835, 8561, 8994, 8796, 8637, 8329, 8486, 7595, 8366, 8880, 8329, 9240, 8286, 8591, 8310, 8594, 8445, 7992, 8497, 7839, 8404, 8109, 8703, 7732, 8615, 7124, 8624, 7445, 8637, 7421, 8768, 7673, 8314, 9271, 9475, 9199, 7779, 8973, 8928, 9090, 10441, 8895, 9982, 8399, 9134, 8762, 8469, 8751, 8845, 9189, 8720, 8514, 9008, 9903, 8453, 8137, 8453, 9251, 9690, 8722, 8516, 8755, 8169, 8823, 9559, 8607, 8083, 8216, 8926, 8973, 8685, 8441, 8570, 8165, 8714, 7865, 8603, 9055, 8478, 8852, 9229, 9221, 7277, 8628, 9688, 8425, 8858, 8463, 7895, 8859, 8441, 8390, 9023, 8301, 9179, 9314, 8636, 8776, 8985, 7974, 8714, 9071, 8458, 8315, 8379, 8175, 8394, 9275, 9333, 8996, 7296, 8898, 8419, 8696, 10560, 8422, 8198, 8281, 8516, 8156, 9084, 8763, 8921, 8047, 8649, 8510, 8785, 8672, 8217, 8117, 8957, 8652, 8128, 8318, 8262, 8420, 8710, 8540, 8789, 8511, 8589, 8857, 8176, 9058, 8932, 8583, 8598, 8689, 8332, 8418, 8400, 8398, 8290, 8392, 8852, 9280, 9079, 7880, 8605, 7838, 8374, 7240, 8329, 8671, 8684, 8653, 7852, 8708, 9085, 8623, 9461, 8332, 8447, 8233, 8771, 9228, 8621, 8768, 8746, 7429, 8701, 8244, 8826, 9972, 8537, 8947, 8422, 7689, 8457, 8789, 9215, 8931, 8290, 8573, 8272, 8532, 10189, 8521, 8385, 8425, 8629, 8270, 9239, 9425, 8869, 9343, 9200, 8322, 8747, 9952, 8750, 8316, 8612, 7533, 8503, 8325, 8407, 8816, 8307, 9074, 9461, 9229, 8223, 8861, 7145, 8969, 9391, 8831, 8532, 8577, 8362, 8685, 8353, 8620, 9527, 8513, 8399, 8444, 7709, 8476, 8598, 8457, 8583, 8332, 9253, 9069, 8887, 8989, 9090, 9030, 9002, 8645, 9028, 9483, 8860, 8574, 8827, 8779, 8852, 8392, 8901, 8417, 8742, 7579, 8749, 8016, 8770, 8186, 8674, 7458, 8760, 7303, 8637, 8609, 8580, 8401, 8612, 8453, 8404, 8762, 8583, 8758, 8565, 8778, 8459, 8776, 8929, 9118, 8401, 9013, 8382, 9147, 8793, 8744, 9229, 8596, 9404, 8580, 9149, 9230, 8361, 8966, 8504, 8975, 8702, 8918, 8177, 8857, 6988, 8794, 7500, 8837, 8481, 8858, 9511, 8666, 8727, 8886, 8378, 8725, 9383, 9028, 8249, 8727, 8489, 8717, 8919, 8763, 8360, 8797, 8172, 8779, 7968, 8700, 8603, 8679, 8689, 8633, 7886, 8573, 7620, 8510, 7902, 8474, 8512, 8461, 9370, 8395, 9243, 9066, 9027, 9612, 9255, 8380, 8752, 7371, 8875, 7443, 8712, 8035, 8807, 8175, 8463, 8819, 8610, 8101, 8764, 8313, 8741, 8188, 8809, 7961, 8800, 8794, 8725, 7807, 8582, 7832, 8677, 7523, 8900, 7140, 8639, 8687, 7390, 8796, 7793, 8727, 9028, 8768, 9442, 8616, 8063, 9147, 8657, 8746, 9271, 8241, 9279, 9201, 8890, 7407, 8329, 7697, 8416, 7758, 8579, 7891, 8732, 8629, 8298, 8413, 8999, 8544, 9888, 8251, 8709, 8532, 8904, 8572, 8150, 7993, 8213, 8648, 8804, 8508, 8343, 8959, 8250, 8778, 8508, 9552, 8631, 9650, 8070, 8254, 8269, 8487, 8831, 8814, 9243, 8559, 8253, 8652, 7928, 8677, 8741, 8553, 8531, 9154, 8604, 7124, 8450, 8794, 8824, 9201, 8987, 8789, 7783, 8868, 8775, 9239, 8451, 8410, 8897, 7362, 8671, 8760, 8843, 8793, 8836, 7236, 8603, 7670, 8375, 8742, 8518, 8582, 7971, 8563, 7475, 8252, 8292, 8521, 7909, 8781, 8995, 8579, 8777, 9074, 8627, 9116, 8364, 9046, 8722, 8645, 8594, 8300, 8592, 8384, 8455, 8933, 8527, 9627, 8651, 9004, 8687, 8114, 8437, 8590, 8991, 8584, 8501, 9066, 8672, 8425, 8671, 8767, 7517, 8549, 7174, 8425, 8105, 8477, 9488, 8567, 7997, 8510, 8146, 8630, 7975, 8631, 7816, 8509, 8617, 8555, 8772, 8532, 8688, 8924, 8910, 8782, 8469, 7363, 8508, 8612, 8387, 9978, 8653, 9433, 8452, 9021, 8416, 8592, 8602, 8121, 8850, 7951, 8518, 8521, 8864, 8265, 8383, 8242, 8518, 8562, 8665, 8641, 8167, 8510, 8831, 8383, 8513, 8492, 8179, 8466, 7945, 8484, 8359, 8592, 8780, 8685, 8307, 8757, 8331, 8820, 8769, 8415, 8466, 8946, 8197, 8515, 8516, 8096, 8635, 6883, 8562], 'WindowCenter': [3689.0, 3685.0, 3673.0, 3671.0, 3681.0, 3669.0, 3667.0, 3657.0, 3668.0, 3655.0, 3657.0, 3656.0, 3655.0, 3655.0, 3656.0, 3643.0, 3656.0, 3644.0, 3656.0, 3655.0, 3655.0, 3653.0, 3655.0, 3644.0, 3667.0, 3645.0, 3668.0, 3634.0, 3656.0, 3667.0, 3657.0, 3668.0, 3668.0, 3669.0, 3668.0, 3657.0, 3656.0, 3668.0, 3646.0, 3669.0, 3647.0, 3669.0, 3647.0, 3670.0, 3668.0, 3670.0, 3668.0, 3668.0, 3667.0, 3656.0, 3656.0, 3655.0, 3656.0, 3654.0, 3653.0, 3653.0, 3643.0, 3642.0, 3654.0, 3631.0, 3654.0, 3643.0, 3665.0, 3654.0, 3655.0, 3654.0, 3654.0, 3666.0, 3665.0, 3667.0, 3654.0, 3654.0, 3654.0, 3655.0, 3666.0, 3656.0, 3670.0, 3669.0, 3667.0, 3657.0, 3669.0, 3658.0, 3671.0, 3669.0, 3680.0, 3669.0, 3669.0, 3658.0, 3668.0, 3667.0, 3668.0, 3656.0, 3665.0, 3644.0, 3653.0, 3653.0, 3652.0, 3642.0, 3642.0, 3642.0, 3630.0, 3655.0, 3643.0, 3654.0, 3643.0, 3654.0, 3643.0, 3656.0, 3645.0, 3657.0, 3656.0, 3656.0, 3655.0, 3665.0, 3654.0, 3654.0, 3653.0, 3653.0, 3653.0, 3643.0, 3654.0, 3654.0, 3654.0, 3663.0, 3642.0, 3642.0, 3654.0, 3643.0, 3654.0, 3641.0, 3643.0, 3632.0, 3654.0, 3642.0, 3653.0, 3643.0, 3642.0, 3641.0, 3631.0, 3644.0, 3648.0, 3669.0, 3656.0, 3644.0, 3654.0, 3643.0, 3655.0, 3643.0, 3654.0, 3655.0, 3655.0, 3643.0, 3652.0, 3643.0, 3640.0, 3642.0, 3630.0, 3641.0, 3640.0, 3641.0, 3639.0, 3642.0, 3631.0, 3654.0, 3643.0, 3654.0, 3644.0, 3654.0, 3654.0, 3656.0, 3655.0, 3665.0, 3646.0, 3654.0, 3643.0, 3653.0, 3654.0, 3643.0, 3643.0, 3662.0, 3643.0, 3640.0, 3642.0, 3642.0, 3642.0, 3651.0, 3642.0, 3651.0, 3641.0, 3640.0, 3654.0, 3651.0, 3642.0, 3650.0, 3641.0, 3639.0, 3652.0, 3629.0, 3642.0, 3630.0, 3640.0, 3629.0, 3640.0, 3639.0, 3640.0, 3642.0, 3642.0, 3641.0, 3630.0, 3651.0, 3619.0, 3650.0, 3641.0, 3654.0, 3641.0, 3641.0, 3653.0, 3651.0, 3641.0, 3651.0, 3640.0, 3650.0, 3638.0, 3627.0, 3638.0, 3626.0, 3639.0, 3628.0, 3639.0, 3626.0, 3637.0, 3626.0, 3638.0, 3639.0, 3638.0, 3638.0, 3638.0, 3639.0, 3628.0, 3641.0, 3641.0, 3652.0, 3643.0, 3655.0, 3655.0, 3653.0, 3654.0, 3642.0, 3653.0, 3642.0, 3653.0, 3652.0, 3655.0, 3653.0, 3643.0, 3652.0, 3653.0, 3653.0, 3655.0, 3642.0, 3653.0, 3641.0, 3653.0, 3642.0, 3654.0, 3644.0, 3666.0, 3644.0, 3666.0, 3645.0, 3667.0, 3645.0, 3670.0, 3658.0, 3670.0, 3668.0, 3677.0, 3667.0, 3657.0, 3668.0, 3667.0, 3668.0, 3676.0, 3667.0, 3664.0, 3655.0, 3665.0, 3656.0, 3653.0, 3654.0, 3652.0, 3653.0, 3653.0, 3653.0, 3654.0, 3663.0, 3654.0, 3642.0, 3654.0, 3665.0, 3666.0, 3654.0, 3653.0, 3654.0, 3654.0, 3654.0, 3664.0, 3654.0, 3642.0, 3654.0, 3653.0, 3653.0, 3653.0, 3643.0, 3653.0, 3642.0, 3653.0, 3641.0, 3653.0, 3652.0, 3643.0, 3653.0, 3653.0, 3665.0, 3643.0, 3653.0, 3663.0, 3654.0, 3652.0, 3655.0, 3642.0, 3653.0, 3641.0, 3642.0, 3651.0, 3642.0, 3653.0, 3652.0, 3642.0, 3642.0, 3651.0, 3641.0, 3652.0, 3652.0, 3642.0, 3641.0, 3642.0, 3642.0, 3653.0, 3651.0, 3652.0, 3652.0, 3631.0, 3652.0, 3642.0, 3640.0, 3662.0, 3641.0, 3639.0, 3641.0, 3640.0, 3641.0, 3651.0, 3640.0, 3652.0, 3640.0, 3652.0, 3651.0, 3652.0, 3642.0, 3654.0, 3655.0, 3653.0, 3653.0, 3654.0, 3655.0, 3653.0, 3655.0, 3654.0, 3655.0, 3654.0, 3653.0, 3656.0, 3653.0, 3655.0, 3654.0, 3654.0, 3656.0, 3652.0, 3653.0, 3641.0, 3643.0, 3641.0, 3643.0, 3642.0, 3642.0, 3652.0, 3663.0, 3652.0, 3643.0, 3654.0, 3642.0, 3654.0, 3644.0, 3656.0, 3656.0, 3656.0, 3655.0, 3644.0, 3655.0, 3654.0, 3655.0, 3664.0, 3643.0, 3643.0, 3641.0, 3653.0, 3653.0, 3641.0, 3642.0, 3641.0, 3630.0, 3652.0, 3641.0, 3652.0, 3651.0, 3642.0, 3651.0, 3644.0, 3630.0, 3641.0, 3641.0, 3653.0, 3653.0, 3654.0, 3653.0, 3642.0, 3653.0, 3662.0, 3653.0, 3641.0, 3653.0, 3642.0, 3643.0, 3651.0, 3653.0, 3651.0, 3651.0, 3653.0, 3642.0, 3642.0, 3650.0, 3640.0, 3640.0, 3652.0, 3629.0, 3653.0, 3640.0, 3642.0, 3651.0, 3642.0, 3651.0, 3651.0, 3651.0, 3641.0, 3652.0, 3630.0, 3652.0, 3650.0, 3651.0, 3639.0, 3641.0, 3640.0, 3641.0, 3640.0, 3642.0, 3651.0, 3641.0, 3639.0, 3641.0, 3629.0, 3642.0, 3640.0, 3641.0, 3640.0, 3640.0, 3652.0, 3653.0, 3653.0, 3653.0, 3652.0, 3653.0, 3653.0, 3653.0, 3653.0, 3652.0, 3642.0, 3640.0, 3640.0, 3640.0, 3652.0, 3640.0, 3641.0, 3640.0, 3641.0, 3629.0, 3652.0, 3641.0, 3652.0, 3640.0, 3652.0, 3630.0, 3653.0, 3632.0, 3654.0, 3653.0, 3654.0, 3642.0, 3656.0, 3644.0, 3655.0, 3654.0, 3654.0, 3642.0, 3642.0, 3642.0, 3642.0, 3642.0, 3652.0, 3640.0, 3641.0, 3651.0, 3642.0, 3652.0, 3652.0, 3642.0, 3652.0, 3642.0, 3652.0, 3653.0, 3653.0, 3652.0, 3642.0, 3652.0, 3641.0, 3653.0, 3653.0, 3653.0, 3642.0, 3652.0, 3630.0, 3653.0, 3632.0, 3654.0, 3653.0, 3655.0, 3652.0, 3655.0, 3641.0, 3653.0, 3641.0, 3642.0, 3651.0, 3652.0, 3640.0, 3640.0, 3640.0, 3642.0, 3640.0, 3640.0, 3628.0, 3641.0, 3639.0, 3641.0, 3629.0, 3641.0, 3640.0, 3642.0, 3640.0, 3652.0, 3641.0, 3643.0, 3630.0, 3641.0, 3641.0, 3642.0, 3652.0, 3644.0, 3653.0, 3643.0, 3651.0, 3651.0, 3652.0, 3653.0, 3653.0, 3641.0, 3641.0, 3630.0, 3652.0, 3631.0, 3654.0, 3642.0, 3653.0, 3641.0, 3643.0, 3652.0, 3654.0, 3642.0, 3642.0, 3640.0, 3642.0, 3641.0, 3653.0, 3641.0, 3653.0, 3641.0, 3642.0, 3630.0, 3654.0, 3643.0, 3667.0, 3644.0, 3654.0, 3631.0, 3656.0, 3667.0, 3658.0, 3670.0, 3658.0, 3657.0, 3656.0, 3657.0, 3665.0, 3655.0, 3643.0, 3654.0, 3642.0, 3643.0, 3650.0, 3642.0, 3653.0, 3652.0, 3653.0, 3630.0, 3642.0, 3629.0, 3642.0, 3631.0, 3642.0, 3641.0, 3643.0, 3642.0, 3643.0, 3655.0, 3655.0, 3654.0, 3664.0, 3644.0, 3653.0, 3654.0, 3654.0, 3655.0, 3643.0, 3643.0, 3642.0, 3642.0, 3651.0, 3653.0, 3642.0, 3652.0, 3641.0, 3640.0, 3641.0, 3651.0, 3642.0, 3650.0, 3630.0, 3629.0, 3640.0, 3640.0, 3640.0, 3639.0, 3640.0, 3639.0, 3629.0, 3640.0, 3629.0, 3639.0, 3639.0, 3641.0, 3638.0, 3640.0, 3640.0, 3620.0, 3630.0, 3640.0, 3640.0, 3640.0, 3638.0, 3641.0, 3630.0, 3640.0, 3639.0, 3638.0, 3629.0, 3628.0, 3638.0, 3616.0, 3628.0, 3626.0, 3637.0, 3627.0, 3638.0, 3617.0, 3639.0, 3630.0, 3640.0, 3640.0, 3642.0, 3653.0, 3643.0, 3655.0, 3644.0, 3657.0, 3655.0, 3657.0, 3645.0, 3656.0, 3666.0, 3657.0, 3656.0, 3656.0, 3655.0, 3654.0, 3642.0, 3653.0, 3654.0, 3642.0, 3641.0, 3643.0, 3642.0, 3641.0, 3642.0, 3651.0, 3643.0, 3651.0, 3642.0, 3652.0, 3654.0, 3642.0, 3645.0, 3642.0, 3655.0, 3642.0, 3642.0, 3652.0, 3642.0, 3641.0, 3641.0, 3641.0, 3620.0, 3640.0, 3620.0, 3641.0, 3630.0, 3641.0, 3651.0, 3641.0, 3640.0, 3652.0, 3640.0, 3653.0, 3641.0, 3652.0, 3630.0, 3653.0, 3653.0, 3652.0, 3642.0, 3653.0, 3654.0, 3653.0, 3653.0, 3652.0, 3642.0, 3631.0, 3654.0, 3652.0, 3643.0, 3662.0, 3653.0, 3651.0, 3643.0, 3652.0, 3643.0, 3641.0, 3642.0, 3629.0, 3641.0, 3630.0, 3641.0, 3640.0, 3651.0, 3639.0, 3641.0, 3640.0, 3652.0, 3640.0, 3641.0, 3640.0, 3641.0, 3641.0, 3652.0, 3641.0, 3652.0, 3653.0, 3642.0, 3653.0, 3643.0, 3654.0, 3654.0, 3655.0, 3653.0, 3644.0, 3642.0, 3653.0, 3642.0, 3654.0, 3642.0, 3641.0, 3640.0, 3640.0, 3641.0, 3641.0, 3640.0, 3629.0, 3641.0, 3619.0, 3642.0], 'WindowWidth': [8327.0, 8312.0, 8294.0, 8285.0, 8297.0, 8276.0, 8271.0, 8256.0, 8271.0, 8251.0, 8256.0, 8252.0, 8250.0, 8250.0, 8254.0, 8233.0, 8254.0, 8236.0, 8253.0, 8250.0, 8252.0, 8245.0, 8250.0, 8236.0, 8269.0, 8238.0, 8272.0, 8223.0, 8256.0, 8270.0, 8258.0, 8275.0, 8272.0, 8275.0, 8271.0, 8259.0, 8256.0, 8275.0, 8242.0, 8277.0, 8244.0, 8278.0, 8245.0, 8280.0, 8273.0, 8280.0, 8273.0, 8276.0, 8271.0, 8255.0, 8253.0, 8251.0, 8252.0, 8247.0, 8245.0, 8245.0, 8231.0, 8228.0, 8246.0, 8213.0, 8249.0, 8231.0, 8264.0, 8247.0, 8251.0, 8248.0, 8249.0, 8266.0, 8264.0, 8269.0, 8248.0, 8248.0, 8247.0, 8252.0, 8266.0, 8256.0, 8283.0, 8276.0, 8272.0, 8259.0, 8278.0, 8263.0, 8283.0, 8278.0, 8292.0, 8275.0, 8276.0, 8259.0, 8272.0, 8271.0, 8273.0, 8253.0, 8262.0, 8231.0, 8242.0, 8245.0, 8242.0, 8228.0, 8226.0, 8226.0, 8208.0, 8248.0, 8231.0, 8249.0, 8232.0, 8249.0, 8232.0, 8255.0, 8239.0, 8258.0, 8253.0, 8254.0, 8250.0, 8264.0, 8249.0, 8248.0, 8244.0, 8244.0, 8245.0, 8229.0, 8248.0, 8246.0, 8249.0, 8257.0, 8229.0, 8226.0, 8248.0, 8230.0, 8248.0, 8225.0, 8230.0, 8214.0, 8247.0, 8228.0, 8244.0, 8229.0, 8227.0, 8224.0, 8212.0, 8234.0, 8249.0, 8279.0, 8255.0, 8235.0, 8248.0, 8230.0, 8250.0, 8231.0, 8247.0, 8249.0, 8249.0, 8232.0, 8240.0, 8229.0, 8222.0, 8229.0, 8208.0, 8224.0, 8222.0, 8224.0, 8219.0, 8229.0, 8213.0, 8248.0, 8234.0, 8250.0, 8236.0, 8250.0, 8250.0, 8253.0, 8252.0, 8265.0, 8240.0, 8248.0, 8233.0, 8244.0, 8247.0, 8231.0, 8232.0, 8254.0, 8232.0, 8223.0, 8229.0, 8228.0, 8229.0, 8238.0, 8228.0, 8237.0, 8227.0, 8223.0, 8247.0, 8238.0, 8230.0, 8236.0, 8225.0, 8220.0, 8242.0, 8208.0, 8227.0, 8207.0, 8221.0, 8204.0, 8221.0, 8220.0, 8222.0, 8227.0, 8228.0, 8225.0, 8209.0, 8239.0, 8194.0, 8237.0, 8225.0, 8245.0, 8224.0, 8225.0, 8243.0, 8238.0, 8225.0, 8235.0, 8222.0, 8233.0, 8216.0, 8198.0, 8214.0, 8195.0, 8216.0, 8199.0, 8218.0, 8194.0, 8212.0, 8197.0, 8216.0, 8216.0, 8217.0, 8216.0, 8217.0, 8219.0, 8203.0, 8225.0, 8226.0, 8243.0, 8231.0, 8250.0, 8250.0, 8246.0, 8249.0, 8227.0, 8244.0, 8229.0, 8246.0, 8241.0, 8249.0, 8243.0, 8230.0, 8240.0, 8245.0, 8243.0, 8251.0, 8228.0, 8246.0, 8226.0, 8246.0, 8228.0, 8250.0, 8235.0, 8268.0, 8235.0, 8268.0, 8238.0, 8273.0, 8241.0, 8281.0, 8262.0, 8279.0, 8273.0, 8285.0, 8271.0, 8257.0, 8275.0, 8271.0, 8272.0, 8278.0, 8270.0, 8260.0, 8252.0, 8262.0, 8255.0, 8245.0, 8250.0, 8241.0, 8245.0, 8243.0, 8245.0, 8248.0, 8258.0, 8247.0, 8230.0, 8249.0, 8264.0, 8265.0, 8248.0, 8246.0, 8249.0, 8247.0, 8248.0, 8260.0, 8250.0, 8229.0, 8247.0, 8245.0, 8245.0, 8245.0, 8230.0, 8245.0, 8228.0, 8243.0, 8227.0, 8246.0, 8241.0, 8231.0, 8243.0, 8245.0, 8263.0, 8231.0, 8246.0, 8258.0, 8246.0, 8241.0, 8250.0, 8227.0, 8245.0, 8225.0, 8228.0, 8239.0, 8228.0, 8243.0, 8241.0, 8225.0, 8226.0, 8238.0, 8224.0, 8242.0, 8239.0, 8228.0, 8224.0, 8228.0, 8228.0, 8245.0, 8239.0, 8242.0, 8240.0, 8212.0, 8241.0, 8226.0, 8224.0, 8252.0, 8224.0, 8219.0, 8225.0, 8222.0, 8224.0, 8237.0, 8222.0, 8240.0, 8221.0, 8240.0, 8239.0, 8241.0, 8226.0, 8249.0, 8253.0, 8245.0, 8247.0, 8248.0, 8249.0, 8245.0, 8249.0, 8246.0, 8249.0, 8245.0, 8243.0, 8252.0, 8245.0, 8250.0, 8248.0, 8247.0, 8251.0, 8242.0, 8244.0, 8226.0, 8232.0, 8225.0, 8230.0, 8226.0, 8227.0, 8239.0, 8257.0, 8242.0, 8231.0, 8247.0, 8229.0, 8249.0, 8235.0, 8253.0, 8252.0, 8254.0, 8252.0, 8235.0, 8253.0, 8248.0, 8253.0, 8260.0, 8232.0, 8231.0, 8227.0, 8244.0, 8243.0, 8226.0, 8227.0, 8224.0, 8208.0, 8242.0, 8223.0, 8241.0, 8235.0, 8227.0, 8236.0, 8233.0, 8211.0, 8226.0, 8223.0, 8242.0, 8245.0, 8246.0, 8244.0, 8229.0, 8246.0, 8255.0, 8245.0, 8225.0, 8245.0, 8227.0, 8232.0, 8238.0, 8242.0, 8238.0, 8238.0, 8241.0, 8224.0, 8227.0, 8234.0, 8221.0, 8220.0, 8240.0, 8207.0, 8244.0, 8221.0, 8226.0, 8238.0, 8228.0, 8238.0, 8239.0, 8237.0, 8224.0, 8240.0, 8210.0, 8241.0, 8235.0, 8238.0, 8219.0, 8223.0, 8220.0, 8225.0, 8221.0, 8229.0, 8235.0, 8224.0, 8218.0, 8223.0, 8208.0, 8227.0, 8221.0, 8225.0, 8219.0, 8223.0, 8241.0, 8244.0, 8243.0, 8243.0, 8242.0, 8242.0, 8244.0, 8243.0, 8242.0, 8238.0, 8226.0, 8220.0, 8222.0, 8220.0, 8239.0, 8219.0, 8224.0, 8220.0, 8224.0, 8205.0, 8241.0, 8224.0, 8241.0, 8222.0, 8241.0, 8209.0, 8246.0, 8215.0, 8248.0, 8244.0, 8247.0, 8229.0, 8252.0, 8234.0, 8250.0, 8246.0, 8245.0, 8226.0, 8228.0, 8226.0, 8228.0, 8226.0, 8239.0, 8221.0, 8225.0, 8237.0, 8227.0, 8239.0, 8240.0, 8225.0, 8241.0, 8227.0, 8242.0, 8244.0, 8243.0, 8242.0, 8227.0, 8240.0, 8224.0, 8242.0, 8242.0, 8244.0, 8227.0, 8241.0, 8210.0, 8243.0, 8214.0, 8247.0, 8242.0, 8248.0, 8239.0, 8247.0, 8223.0, 8244.0, 8225.0, 8227.0, 8236.0, 8238.0, 8219.0, 8223.0, 8222.0, 8226.0, 8220.0, 8222.0, 8202.0, 8223.0, 8219.0, 8224.0, 8205.0, 8225.0, 8222.0, 8226.0, 8221.0, 8242.0, 8223.0, 8230.0, 8208.0, 8225.0, 8224.0, 8228.0, 8241.0, 8232.0, 8241.0, 8228.0, 8237.0, 8238.0, 8240.0, 8241.0, 8240.0, 8225.0, 8225.0, 8208.0, 8241.0, 8214.0, 8246.0, 8226.0, 8244.0, 8223.0, 8231.0, 8241.0, 8246.0, 8226.0, 8228.0, 8221.0, 8228.0, 8222.0, 8243.0, 8224.0, 8243.0, 8222.0, 8226.0, 8209.0, 8246.0, 8230.0, 8270.0, 8235.0, 8247.0, 8213.0, 8254.0, 8270.0, 8262.0, 8280.0, 8259.0, 8256.0, 8253.0, 8255.0, 8261.0, 8250.0, 8231.0, 8249.0, 8226.0, 8227.0, 8233.0, 8225.0, 8240.0, 8238.0, 8241.0, 8208.0, 8224.0, 8205.0, 8226.0, 8210.0, 8229.0, 8224.0, 8228.0, 8226.0, 8231.0, 8249.0, 8248.0, 8247.0, 8259.0, 8232.0, 8244.0, 8247.0, 8245.0, 8250.0, 8230.0, 8230.0, 8226.0, 8226.0, 8237.0, 8244.0, 8227.0, 8240.0, 8226.0, 8222.0, 8225.0, 8235.0, 8226.0, 8233.0, 8208.0, 8203.0, 8221.0, 8220.0, 8221.0, 8218.0, 8219.0, 8216.0, 8202.0, 8218.0, 8203.0, 8218.0, 8217.0, 8223.0, 8215.0, 8218.0, 8219.0, 8192.0, 8205.0, 8218.0, 8219.0, 8218.0, 8215.0, 8221.0, 8205.0, 8220.0, 8215.0, 8213.0, 8200.0, 8198.0, 8212.0, 8181.0, 8199.0, 8194.0, 8212.0, 8196.0, 8213.0, 8184.0, 8219.0, 8207.0, 8220.0, 8220.0, 8226.0, 8243.0, 8230.0, 8250.0, 8235.0, 8256.0, 8249.0, 8256.0, 8239.0, 8255.0, 8266.0, 8255.0, 8252.0, 8251.0, 8246.0, 8246.0, 8228.0, 8243.0, 8246.0, 8226.0, 8224.0, 8227.0, 8226.0, 8224.0, 8227.0, 8238.0, 8230.0, 8237.0, 8228.0, 8240.0, 8245.0, 8228.0, 8234.0, 8227.0, 8247.0, 8225.0, 8226.0, 8240.0, 8228.0, 8224.0, 8224.0, 8224.0, 8193.0, 8222.0, 8194.0, 8224.0, 8207.0, 8223.0, 8234.0, 8225.0, 8220.0, 8240.0, 8221.0, 8243.0, 8224.0, 8240.0, 8208.0, 8246.0, 8243.0, 8241.0, 8227.0, 8243.0, 8245.0, 8244.0, 8243.0, 8242.0, 8228.0, 8210.0, 8245.0, 8241.0, 8232.0, 8254.0, 8242.0, 8237.0, 8230.0, 8239.0, 8230.0, 8223.0, 8227.0, 8205.0, 8223.0, 8208.0, 8224.0, 8219.0, 8237.0, 8218.0, 8223.0, 8220.0, 8241.0, 8222.0, 8223.0, 8221.0, 8224.0, 8223.0, 8239.0, 8226.0, 8242.0, 8242.0, 8227.0, 8245.0, 8229.0, 8248.0, 8246.0, 8249.0, 8244.0, 8231.0, 8226.0, 8243.0, 8227.0, 8244.0, 8225.0, 8223.0, 8220.0, 8221.0, 8224.0, 8222.0, 8222.0, 8206.0, 8223.0, 8193.0, 8228.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.00034873357228195934</td></tr>
<tr><td colspan=3>aqi</td><td>0.02586753130227001</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.02865375638759</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.167794525837319</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033869659808612</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>5238.6118</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07398659779432448</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.075268817204301</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5053763827825257</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.441449305427676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.742657661882673</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3320221810372286</td></tr>
<tr><td colspan=3>gcor</td><td>0.0129824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017245210707187653</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027748970314860344</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</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.7940739389327125</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>33.1148</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1847</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.6155</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310499.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>643.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>273.2655</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.359</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.2836</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2918.2865</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>826.5459</td></tr>
<tr><td colspan=3>tsnr</td><td>39.25753619126044</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>