<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-02/func/sub-0002_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>71689d60b9792edd5d7a572edaa9d0ca</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>10:56:36.972500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999209, 0.0342162, 0.0202632, -0.0364647, 0.991658, 0.12363]</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.0940913</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4115, -7800, -7210, 458, -116, -180, 43, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.587</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>322c954f-3631-4390-9acd-52ae639ac6b1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68080472946167, -0.09783216565847397, 0.04283283278346062, 117.01478576660156], [-0.09179946780204773, 2.6605465412139893, 0.33553147315979004, -93.94549560546875], [0.054364632815122604, -0.3316897451877594, 2.6787281036376953, -7.9680891036987305], [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': ['105636.972500', '105637.432500', '105637.892500', '105638.352500', '105638.812500', '105639.272500', '105639.732500', '105640.192500', '105640.652500', '105641.112500', '105641.572500', '105642.032500', '105642.492500', '105642.952500', '105643.412500', '105643.872500', '105644.332500', '105644.792500', '105645.252500', '105645.712500', '105646.172500', '105646.632500', '105647.092500', '105647.552500', '105648.012500', '105648.472500', '105648.932500', '105649.392500', '105649.852500', '105650.312500', '105650.772500', '105651.232500', '105651.692500', '105652.152500', '105652.612500', '105653.072500', '105653.532500', '105653.992500', '105654.452500', '105654.912500', '105655.372500', '105655.832500', '105656.292500', '105656.752500', '105657.212500', '105657.672500', '105658.132500', '105658.592500', '105659.052500', '105659.512500', '105659.972500', '105700.432500', '105700.892500', '105701.352500', '105701.812500', '105702.272500', '105702.732500', '105703.192500', '105703.652500', '105704.112500', '105704.572500', '105705.032500', '105705.492500', '105705.952500', '105706.412500', '105706.872500', '105707.332500', '105707.792500', '105708.252500', '105708.712500', '105709.172500', '105709.632500', '105710.092500', '105710.552500', '105711.012500', '105711.472500', '105711.932500', '105712.392500', '105712.852500', '105713.312500', '105713.772500', '105714.232500', '105714.692500', '105715.152500', '105715.612500', '105716.072500', '105716.532500', '105716.992500', '105717.452500', '105717.912500', '105718.372500', '105718.832500', '105719.292500', '105719.752500', '105720.212500', '105720.672500', '105721.132500', '105721.592500', '105722.052500', '105722.512500', '105722.972500', '105723.432500', '105723.892500', '105724.352500', '105724.812500', '105725.272500', '105725.732500', '105726.192500', '105726.652500', '105727.112500', '105727.572500', '105728.032500', '105728.492500', '105728.952500', '105729.412500', '105729.872500', '105730.332500', '105730.792500', '105731.252500', '105731.712500', '105732.172500', '105732.632500', '105733.092500', '105733.552500', '105734.012500', '105734.472500', '105734.932500', '105735.392500', '105735.852500', '105736.312500', '105736.772500', '105737.232500', '105737.692500', '105738.152500', '105738.612500', '105739.072500', '105739.532500', '105739.992500', '105740.452500', '105740.912500', '105741.372500', '105741.832500', '105742.292500', '105742.752500', '105743.212500', '105743.672500', '105744.132500', '105744.592500', '105745.052500', '105745.512500', '105745.972500', '105746.432500', '105746.892500', '105747.352500', '105747.812500', '105748.272500', '105748.732500', '105749.192500', '105749.652500', '105750.112500', '105750.572500', '105751.032500', '105751.492500', '105751.952500', '105752.412500', '105752.872500', '105753.332500', '105753.792500', '105754.252500', '105754.712500', '105755.172500', '105755.632500', '105756.092500', '105756.552500', '105757.012500', '105757.472500', '105757.932500', '105758.392500', '105758.852500', '105759.312500', '105759.772500', '105800.232500', '105800.692500', '105801.152500', '105801.612500', '105802.072500', '105802.532500', '105802.992500', '105803.452500', '105803.912500', '105804.372500', '105804.832500', '105805.292500', '105805.752500', '105806.212500', '105806.672500', '105807.132500', '105807.592500', '105808.052500', '105808.512500', '105808.972500', '105809.432500', '105809.892500', '105810.352500', '105810.812500', '105811.272500', '105811.732500', '105812.192500', '105812.652500', '105813.112500', '105813.572500', '105814.032500', '105814.492500', '105814.952500', '105815.412500', '105815.872500', '105816.332500', '105816.792500', '105817.252500', '105817.712500', '105818.172500', '105818.632500', '105819.092500', '105819.552500', '105820.012500', '105820.472500', '105820.932500', '105821.392500', '105821.852500', '105822.312500', '105822.772500', '105823.232500', '105823.692500', '105824.152500', '105824.612500', '105825.072500', '105825.532500', '105825.992500', '105826.452500', '105826.912500', '105827.372500', '105827.832500', '105828.292500', '105828.752500', '105829.212500', '105829.672500', '105830.132500', '105830.592500', '105831.052500', '105831.512500', '105831.972500', '105832.432500', '105832.892500', '105833.352500', '105833.812500', '105834.272500', '105834.732500', '105835.192500', '105835.652500', '105836.112500', '105836.572500', '105837.032500', '105837.492500', '105837.952500', '105838.412500', '105838.872500', '105839.332500', '105839.792500', '105840.252500', '105840.712500', '105841.172500', '105841.632500', '105842.092500', '105842.552500', '105843.012500', '105843.472500', '105843.932500', '105844.392500', '105844.852500', '105845.312500', '105845.772500', '105846.232500', '105846.692500', '105847.152500', '105847.612500', '105848.072500', '105848.532500', '105848.992500', '105849.452500', '105849.912500', '105850.372500', '105850.832500', '105851.292500', '105851.752500', '105852.212500', '105852.672500', '105853.132500', '105853.592500', '105854.052500', '105854.512500', '105854.972500', '105855.432500', '105855.892500', '105856.352500', '105856.812500', '105857.272500', '105857.732500', '105858.192500', '105858.652500', '105859.112500', '105859.572500', '105900.032500', '105900.492500', '105900.952500', '105901.412500', '105901.872500', '105902.332500', '105902.792500', '105903.252500', '105903.712500', '105904.172500', '105904.632500', '105905.092500', '105905.552500', '105906.012500', '105906.472500', '105906.932500', '105907.392500', '105907.852500', '105908.312500', '105908.772500', '105909.232500', '105909.692500', '105910.152500', '105910.612500', '105911.072500', '105911.532500', '105911.992500', '105912.452500', '105912.912500', '105913.372500', '105913.832500', '105914.292500', '105914.752500', '105915.212500', '105915.672500', '105916.132500', '105916.592500', '105917.052500', '105917.512500', '105917.972500', '105918.432500', '105918.892500', '105919.352500', '105919.812500', '105920.272500', '105920.732500', '105921.192500', '105921.652500', '105922.112500', '105922.572500', '105923.032500', '105923.492500', '105923.952500', '105924.412500', '105924.872500', '105925.332500', '105925.792500', '105926.252500', '105926.712500', '105927.172500', '105927.632500', '105928.092500', '105928.552500', '105929.012500', '105929.472500', '105929.932500', '105930.392500', '105930.852500', '105931.312500', '105931.772500', '105932.232500', '105932.692500', '105933.152500', '105933.612500', '105934.072500', '105934.532500', '105934.992500', '105935.452500', '105935.912500', '105936.372500', '105936.832500', '105937.292500', '105937.752500', '105938.212500', '105938.672500', '105939.132500', '105939.592500', '105940.052500', '105940.512500', '105940.972500', '105941.432500', '105941.892500', '105942.352500', '105942.812500', '105943.272500', '105943.732500', '105944.192500', '105944.652500', '105945.112500', '105945.572500', '105946.032500', '105946.492500', '105946.952500', '105947.412500', '105947.872500', '105948.332500', '105948.792500', '105949.252500', '105949.712500', '105950.172500', '105950.632500', '105951.092500', '105951.552500', '105952.012500', '105952.472500', '105952.932500', '105953.392500', '105953.852500', '105954.312500', '105954.772500', '105955.232500', '105955.692500', '105956.152500', '105956.612500', '105957.072500', '105957.532500', '105957.992500', '105958.452500', '105958.912500', '105959.372500', '105959.832500', '110000.292500', '110000.752500', '110001.212500', '110001.672500', '110002.132500', '110002.592500', '110003.052500', '110003.512500', '110003.972500', '110004.432500', '110004.892500', '110005.352500', '110005.812500', '110006.272500', '110006.732500', '110007.192500', '110007.652500', '110008.112500', '110008.572500', '110009.032500', '110009.492500', '110009.952500', '110010.412500', '110010.872500', '110011.332500', '110011.792500', '110012.252500', '110012.712500', '110013.172500', '110013.632500', '110014.092500', '110014.552500', '110015.012500', '110015.472500', '110015.932500', '110016.392500', '110016.852500', '110017.312500', '110017.772500', '110018.232500', '110018.692500', '110019.152500', '110019.612500', '110020.072500', '110020.532500', '110020.992500', '110021.452500', '110021.912500', '110022.372500', '110022.832500', '110023.292500', '110023.752500', '110024.212500', '110024.672500', '110025.132500', '110025.592500', '110026.052500', '110026.512500', '110026.972500', '110027.432500', '110027.892500', '110028.352500', '110028.812500', '110029.272500', '110029.732500', '110030.192500', '110030.652500', '110031.112500', '110031.572500', '110032.032500', '110032.492500', '110032.952500', '110033.412500', '110033.872500', '110034.332500', '110034.792500', '110035.252500', '110035.712500', '110036.172500', '110036.632500', '110037.092500', '110037.552500', '110038.012500', '110038.472500', '110038.932500', '110039.392500', '110039.852500', '110040.312500', '110040.772500', '110041.232500', '110041.692500', '110042.152500', '110042.612500', '110043.072500', '110043.532500', '110043.992500', '110044.452500', '110044.912500', '110045.372500', '110045.832500', '110046.292500', '110046.752500', '110047.212500', '110047.672500', '110048.132500', '110048.592500', '110049.052500', '110049.512500', '110049.972500', '110050.432500', '110050.892500', '110051.352500', '110051.812500', '110052.272500', '110052.732500', '110053.192500', '110053.652500', '110054.112500', '110054.572500', '110055.032500', '110055.492500', '110055.952500', '110056.412500', '110056.872500', '110057.332500', '110057.792500', '110058.252500', '110058.712500', '110059.172500', '110059.632500', '110100.092500', '110100.552500', '110101.012500', '110101.472500', '110101.932500', '110102.392500', '110102.852500', '110103.312500', '110103.772500', '110104.232500', '110104.692500', '110105.152500', '110105.612500', '110106.072500', '110106.532500', '110106.992500', '110107.452500', '110107.912500', '110108.372500', '110108.832500', '110109.292500', '110109.752500', '110110.212500', '110110.672500', '110111.132500', '110111.592500', '110112.052500', '110112.512500', '110112.972500', '110113.432500', '110113.892500', '110114.352500', '110114.812500', '110115.272500', '110115.732500', '110116.192500', '110116.652500', '110117.112500', '110117.572500', '110118.032500', '110118.492500', '110118.952500', '110119.412500', '110119.872500', '110120.332500', '110120.792500', '110121.252500', '110121.712500', '110122.172500', '110122.632500', '110123.092500', '110123.552500', '110124.012500', '110124.472500', '110124.932500', '110125.392500', '110125.852500', '110126.312500', '110126.772500', '110127.232500', '110127.692500', '110128.152500', '110128.612500', '110129.072500', '110129.532500', '110129.992500', '110130.452500', '110130.912500', '110131.372500', '110131.832500', '110132.292500', '110132.752500', '110133.212500', '110133.672500', '110134.132500', '110134.592500', '110135.052500', '110135.512500', '110135.972500', '110136.432500', '110136.892500', '110137.352500', '110137.812500', '110138.272500', '110138.732500', '110139.192500', '110139.652500', '110140.112500', '110140.572500', '110141.032500', '110141.492500', '110141.952500', '110142.412500', '110142.872500', '110143.332500', '110143.792500', '110144.252500', '110144.712500', '110145.172500', '110145.632500', '110146.092500', '110146.552500', '110147.012500', '110147.472500', '110147.932500', '110148.392500', '110148.852500', '110149.312500', '110149.772500', '110150.232500', '110150.692500', '110151.152500', '110151.612500', '110152.072500', '110152.532500', '110152.992500', '110153.452500', '110153.912500', '110154.372500', '110154.832500', '110155.292500', '110155.752500', '110156.212500', '110156.672500', '110157.132500', '110157.592500', '110158.052500', '110158.512500', '110158.972500', '110159.432500', '110159.892500', '110200.352500', '110200.812500', '110201.272500', '110201.732500', '110202.192500', '110202.652500', '110203.112500', '110203.572500', '110204.032500', '110204.492500', '110204.952500', '110205.412500', '110205.872500', '110206.332500', '110206.792500', '110207.252500', '110207.712500', '110208.172500', '110208.632500', '110209.092500', '110209.552500', '110210.012500', '110210.472500', '110210.932500', '110211.392500', '110211.852500', '110212.312500', '110212.772500', '110213.232500', '110213.692500', '110214.152500', '110214.612500', '110215.072500', '110215.532500', '110215.992500', '110216.452500', '110216.912500', '110217.372500', '110217.832500', '110218.292500', '110218.752500', '110219.212500', '110219.672500', '110220.132500', '110220.592500', '110221.052500', '110221.512500', '110221.972500', '110222.432500', '110222.892500', '110223.352500', '110223.812500', '110224.272500', '110224.732500', '110225.192500', '110225.652500', '110226.112500', '110226.572500', '110227.032500', '110227.492500', '110227.952500', '110228.412500', '110228.872500', '110229.332500', '110229.792500', '110230.252500', '110230.712500', '110231.172500', '110231.632500', '110232.092500', '110232.552500', '110233.012500', '110233.472500', '110233.932500', '110234.392500', '110234.852500', '110235.312500', '110235.772500', '110236.232500', '110236.692500', '110237.152500', '110237.612500', '110238.072500', '110238.532500', '110238.992500', '110239.452500', '110239.912500', '110240.372500', '110240.832500', '110241.292500', '110241.752500', '110242.212500', '110242.672500', '110243.132500', '110243.592500', '110244.052500', '110244.512500', '110244.972500', '110245.432500', '110245.892500', '110246.352500', '110246.812500', '110247.272500', '110247.732500', '110248.192500', '110248.652500', '110249.112500', '110249.572500', '110250.032500', '110250.492500', '110250.952500', '110251.412500', '110251.872500', '110252.332500', '110252.792500', '110253.252500', '110253.712500', '110254.172500', '110254.632500', '110255.092500', '110255.552500', '110256.012500', '110256.472500', '110256.932500', '110257.392500', '110257.852500', '110258.312500', '110258.772500', '110259.232500', '110259.692500', '110300.152500', '110300.612500', '110301.072500', '110301.532500', '110301.992500', '110302.452500'], 'ContentTime': ['105654.333000', '105654.337000', '105654.340000', '105654.342000', '105654.345000', '105654.348000', '105654.351000', '105654.354000', '105654.356000', '105654.364000', '105654.367000', '105654.370000', '105654.372000', '105654.376000', '105654.378000', '105654.381000', '105654.384000', '105654.387000', '105654.390000', '105654.392000', '105654.395000', '105654.398000', '105654.401000', '105654.404000', '105654.406000', '105654.409000', '105654.412000', '105654.415000', '105654.418000', '105654.421000', '105654.424000', '105654.426000', '105654.429000', '105654.432000', '105654.435000', '105654.438000', '105714.300000', '105714.303000', '105714.306000', '105714.309000', '105714.311000', '105714.314000', '105714.317000', '105714.320000', '105714.323000', '105714.326000', '105714.329000', '105714.331000', '105714.334000', '105714.344000', '105714.347000', '105714.350000', '105714.353000', '105714.357000', '105714.361000', '105714.364000', '105714.367000', '105714.369000', '105714.372000', '105714.375000', '105714.378000', '105714.381000', '105714.384000', '105714.386000', '105714.389000', '105714.392000', '105714.395000', '105714.398000', '105714.401000', '105714.404000', '105714.406000', '105714.409000', '105714.412000', '105714.415000', '105714.418000', '105714.420000', '105714.423000', '105714.426000', '105714.429000', '105734.301000', '105734.304000', '105734.306000', '105734.310000', '105734.325000', '105734.328000', '105734.331000', '105734.334000', '105734.336000', '105734.339000', '105734.342000', '105734.347000', '105734.350000', '105734.352000', '105734.355000', '105734.358000', '105734.361000', '105734.364000', '105734.367000', '105734.370000', '105734.372000', '105734.375000', '105734.378000', '105734.381000', '105734.384000', '105734.386000', '105734.389000', '105734.392000', '105734.395000', '105734.398000', '105734.401000', '105734.403000', '105734.406000', '105734.409000', '105734.412000', '105734.415000', '105734.418000', '105734.420000', '105734.423000', '105734.426000', '105734.429000', '105734.432000', '105734.435000', '105734.438000', '105754.301000', '105754.304000', '105754.307000', '105754.310000', '105754.313000', '105754.316000', '105754.319000', '105754.322000', '105754.325000', '105754.328000', '105754.331000', '105754.334000', '105754.336000', '105754.339000', '105754.342000', '105754.345000', '105754.348000', '105754.351000', '105754.354000', '105754.356000', '105754.359000', '105754.362000', '105754.365000', '105754.368000', '105754.371000', '105754.374000', '105754.376000', '105754.380000', '105754.382000', '105754.385000', '105754.388000', '105754.392000', '105754.395000', '105754.397000', '105754.400000', '105754.403000', '105754.406000', '105754.409000', '105754.412000', '105754.414000', '105754.417000', '105754.420000', '105754.423000', '105814.301000', '105814.304000', '105814.307000', '105814.310000', '105814.313000', '105814.315000', '105814.318000', '105814.321000', '105814.324000', '105814.327000', '105814.330000', '105814.332000', '105814.335000', '105814.338000', '105814.341000', '105814.344000', '105814.347000', '105814.350000', '105814.353000', '105814.355000', '105814.358000', '105814.361000', '105814.364000', '105814.367000', '105814.370000', '105814.372000', '105814.375000', '105814.378000', '105814.381000', '105814.384000', '105814.387000', '105814.390000', '105814.392000', '105814.395000', '105814.398000', '105814.401000', '105814.404000', '105814.406000', '105814.409000', '105814.412000', '105814.415000', '105814.418000', '105814.421000', '105814.424000', '105834.301000', '105834.304000', '105834.307000', '105834.310000', '105834.313000', '105834.315000', '105834.318000', '105834.321000', '105834.324000', '105834.327000', '105834.330000', '105834.332000', '105834.335000', '105834.338000', '105834.341000', '105834.344000', '105834.347000', '105834.350000', '105834.352000', '105834.355000', '105834.358000', '105834.361000', '105834.364000', '105834.367000', '105834.370000', '105834.372000', '105834.375000', '105834.378000', '105834.381000', '105834.384000', '105834.387000', '105834.389000', '105834.393000', '105834.396000', '105834.399000', '105834.403000', '105834.406000', '105834.408000', '105834.411000', '105834.414000', '105834.417000', '105834.420000', '105834.423000', '105854.300000', '105854.303000', '105854.306000', '105854.309000', '105854.312000', '105854.315000', '105854.317000', '105854.320000', '105854.323000', '105854.326000', '105854.329000', '105854.332000', '105854.334000', '105854.337000', '105854.340000', '105854.343000', '105854.346000', '105854.355000', '105854.358000', '105854.361000', '105854.364000', '105854.367000', '105854.369000', '105854.372000', '105854.375000', '105854.378000', '105854.381000', '105854.384000', '105854.386000', '105854.389000', '105854.392000', '105854.395000', '105854.398000', '105854.401000', '105854.404000', '105854.406000', '105854.409000', '105854.412000', '105854.415000', '105854.418000', '105854.421000', '105854.424000', '105854.426000', '105854.429000', '105914.306000', '105914.309000', '105914.312000', '105914.315000', '105914.317000', '105914.320000', '105914.323000', '105914.326000', '105914.329000', '105914.332000', '105914.334000', '105914.337000', '105914.340000', '105914.343000', '105914.346000', '105914.349000', '105914.352000', '105914.355000', '105914.359000', '105914.362000', '105914.364000', '105914.367000', '105914.370000', '105914.373000', '105914.376000', '105914.379000', '105914.381000', '105914.384000', '105914.387000', '105914.390000', '105914.393000', '105914.396000', '105914.399000', '105914.401000', '105914.404000', '105914.407000', '105914.410000', '105914.413000', '105914.416000', '105914.419000', '105914.422000', '105914.425000', '105914.428000', '105934.300000', '105934.303000', '105934.306000', '105934.309000', '105934.312000', '105934.314000', '105934.317000', '105934.320000', '105934.323000', '105934.326000', '105934.329000', '105934.332000', '105934.335000', '105934.337000', '105934.340000', '105934.343000', '105934.346000', '105934.349000', '105934.352000', '105934.355000', '105934.358000', '105934.360000', '105934.363000', '105934.366000', '105934.369000', '105934.372000', '105934.375000', '105934.377000', '105934.380000', '105934.383000', '105934.386000', '105934.389000', '105934.392000', '105934.395000', '105934.397000', '105934.400000', '105934.403000', '105934.406000', '105934.409000', '105934.412000', '105934.415000', '105934.417000', '105934.420000', '105934.423000', '105954.301000', '105954.304000', '105954.307000', '105954.310000', '105954.313000', '105954.316000', '105954.319000', '105954.321000', '105954.324000', '105954.327000', '105954.330000', '105954.333000', '105954.336000', '105954.339000', '105954.342000', '105954.344000', '105954.347000', '105954.350000', '105954.353000', '105954.356000', '105954.359000', '105954.361000', '105954.364000', '105954.367000', '105954.370000', '105954.373000', '105954.376000', '105954.379000', '105954.381000', '105954.384000', '105954.387000', '105954.390000', '105954.393000', '105954.396000', '105954.399000', '105954.401000', '105954.404000', '105954.407000', '105954.410000', '105954.413000', '105954.416000', '105954.419000', '105954.422000', '110014.301000', '110014.304000', '110014.307000', '110014.310000', '110014.313000', '110014.316000', '110014.319000', '110014.322000', '110014.324000', '110014.327000', '110014.330000', '110014.333000', '110014.336000', '110014.339000', '110014.342000', '110014.345000', '110014.347000', '110014.350000', '110014.353000', '110014.356000', '110014.359000', '110014.362000', '110014.365000', '110014.367000', '110014.370000', '110014.373000', '110014.376000', '110014.379000', '110014.382000', '110014.385000', '110014.387000', '110014.390000', '110014.393000', '110014.396000', '110014.399000', '110014.402000', '110014.404000', '110014.407000', '110014.410000', '110014.413000', '110014.416000', '110014.419000', '110014.422000', '110014.425000', '110034.301000', '110034.304000', '110034.307000', '110034.310000', '110034.313000', '110034.316000', '110034.318000', '110034.321000', '110034.324000', '110034.327000', '110034.330000', '110034.333000', '110034.336000', '110034.338000', '110034.341000', '110034.344000', '110034.347000', '110034.350000', '110034.353000', '110034.356000', '110034.358000', '110034.361000', '110034.364000', '110034.367000', '110034.370000', '110034.383000', '110034.386000', '110034.389000', '110034.392000', '110034.395000', '110034.398000', '110034.401000', '110034.404000', '110034.407000', '110034.410000', '110034.413000', '110034.416000', '110034.418000', '110034.421000', '110034.424000', '110034.427000', '110034.430000', '110034.433000', '110054.301000', '110054.304000', '110054.307000', '110054.310000', '110054.313000', '110054.315000', '110054.318000', '110054.321000', '110054.324000', '110054.327000', '110054.330000', '110054.333000', '110054.336000', '110054.338000', '110054.341000', '110054.344000', '110054.347000', '110054.350000', '110054.353000', '110054.356000', '110054.359000', '110054.362000', '110054.365000', '110054.367000', '110054.370000', '110054.373000', '110054.376000', '110054.379000', '110054.382000', '110054.385000', '110054.388000', '110054.390000', '110054.393000', '110054.396000', '110054.399000', '110054.402000', '110054.405000', '110054.407000', '110054.410000', '110054.413000', '110054.416000', '110054.419000', '110054.422000', '110054.425000', '110114.300000', '110114.303000', '110114.306000', '110114.309000', '110114.312000', '110114.314000', '110114.317000', '110114.320000', '110114.323000', '110114.326000', '110114.329000', '110114.332000', '110114.334000', '110114.337000', '110114.340000', '110114.343000', '110114.346000', '110114.349000', '110114.352000', '110114.354000', '110114.357000', '110114.360000', '110114.363000', '110114.366000', '110114.369000', '110114.372000', '110114.374000', '110114.377000', '110114.380000', '110114.383000', '110114.386000', '110114.389000', '110114.392000', '110114.394000', '110114.397000', '110114.400000', '110114.403000', '110114.406000', '110114.409000', '110114.412000', '110114.415000', '110114.418000', '110114.420000', '110134.300000', '110134.303000', '110134.306000', '110134.309000', '110134.312000', '110134.315000', '110134.317000', '110134.320000', '110134.323000', '110134.326000', '110134.329000', '110134.332000', '110134.334000', '110134.337000', '110134.340000', '110134.343000', '110134.346000', '110134.349000', '110134.352000', '110134.354000', '110134.357000', '110134.360000', '110134.363000', '110134.366000', '110134.369000', '110134.372000', '110134.375000', '110134.377000', '110134.380000', '110134.383000', '110134.386000', '110134.389000', '110134.392000', '110134.395000', '110134.397000', '110134.400000', '110134.403000', '110134.406000', '110134.409000', '110134.412000', '110134.415000', '110134.418000', '110134.420000', '110134.423000', '110154.300000', '110154.303000', '110154.306000', '110154.309000', '110154.312000', '110154.315000', '110154.317000', '110154.321000', '110154.323000', '110154.326000', '110154.329000', '110154.332000', '110154.335000', '110154.337000', '110154.340000', '110154.343000', '110154.346000', '110154.349000', '110154.352000', '110154.355000', '110154.358000', '110154.361000', '110154.363000', '110154.366000', '110154.369000', '110154.372000', '110154.375000', '110154.378000', '110154.381000', '110154.384000', '110154.386000', '110154.389000', '110154.392000', '110154.395000', '110154.398000', '110154.401000', '110154.404000', '110154.406000', '110154.409000', '110154.413000', '110154.416000', '110154.418000', '110154.421000', '110214.301000', '110214.304000', '110214.307000', '110214.310000', '110214.313000', '110214.315000', '110214.318000', '110214.321000', '110214.324000', '110214.327000', '110214.330000', '110214.333000', '110214.336000', '110214.338000', '110214.341000', '110214.344000', '110214.347000', '110214.350000', '110214.355000', '110214.358000', '110214.361000', '110214.364000', '110214.366000', '110214.369000', '110214.372000', '110214.375000', '110214.378000', '110214.381000', '110214.384000', '110214.386000', '110214.389000', '110214.392000', '110214.395000', '110214.398000', '110214.401000', '110214.403000', '110214.407000', '110214.409000', '110214.412000', '110214.415000', '110214.418000', '110214.421000', '110214.423000', '110214.426000', '110234.301000', '110234.304000', '110234.307000', '110234.310000', '110234.313000', '110234.316000', '110234.319000', '110234.321000', '110234.324000', '110234.327000', '110234.330000', '110234.333000', '110234.336000', '110234.338000', '110234.341000', '110234.344000', '110234.347000', '110234.350000', '110234.353000', '110234.356000', '110234.359000', '110234.361000', '110234.364000', '110234.367000', '110234.370000', '110234.373000', '110234.376000', '110234.378000', '110234.381000', '110234.384000', '110234.387000', '110234.390000', '110234.393000', '110234.396000', '110234.399000', '110234.401000', '110234.404000', '110234.407000', '110234.410000', '110234.413000', '110234.415000', '110234.418000', '110234.421000', '110254.301000', '110254.304000', '110254.307000', '110254.310000', '110254.313000', '110254.316000', '110254.319000', '110254.322000', '110254.325000', '110254.328000', '110254.330000', '110254.333000', '110254.336000', '110254.339000', '110254.342000', '110254.345000', '110254.347000', '110254.350000', '110254.353000', '110254.356000', '110254.359000', '110254.362000', '110254.365000', '110254.368000', '110254.371000', '110254.373000', '110254.376000', '110254.379000', '110254.382000', '110254.385000', '110254.387000', '110254.400000', '110254.402000', '110254.405000', '110254.408000', '110254.411000', '110254.414000', '110254.417000', '110254.420000', '110254.422000', '110254.425000', '110254.428000', '110254.431000', '110303.550000', '110303.554000', '110303.557000', '110303.560000', '110303.563000', '110303.566000', '110303.569000', '110303.572000', '110303.575000', '110303.578000', '110303.582000', '110303.585000', '110303.588000', '110303.591000', '110303.594000', '110303.597000', '110303.600000', '110303.602000', '110303.605000', '110303.608000', '110303.612000'], 'InstanceCreationTime': ['105654.333000', '105654.337000', '105654.340000', '105654.342000', '105654.345000', '105654.348000', '105654.351000', '105654.354000', '105654.356000', '105654.364000', '105654.367000', '105654.370000', '105654.372000', '105654.376000', '105654.378000', '105654.381000', '105654.384000', '105654.387000', '105654.390000', '105654.392000', '105654.395000', '105654.398000', '105654.401000', '105654.404000', '105654.406000', '105654.409000', '105654.412000', '105654.415000', '105654.418000', '105654.421000', '105654.424000', '105654.426000', '105654.429000', '105654.432000', '105654.435000', '105654.438000', '105714.300000', '105714.303000', '105714.306000', '105714.309000', '105714.311000', '105714.314000', '105714.317000', '105714.320000', '105714.323000', '105714.326000', '105714.329000', '105714.331000', '105714.334000', '105714.344000', '105714.347000', '105714.350000', '105714.353000', '105714.357000', '105714.361000', '105714.364000', '105714.367000', '105714.369000', '105714.372000', '105714.375000', '105714.378000', '105714.381000', '105714.384000', '105714.386000', '105714.389000', '105714.392000', '105714.395000', '105714.398000', '105714.401000', '105714.404000', '105714.406000', '105714.409000', '105714.412000', '105714.415000', '105714.418000', '105714.420000', '105714.423000', '105714.426000', '105714.429000', '105734.301000', '105734.304000', '105734.306000', '105734.310000', '105734.325000', '105734.328000', '105734.331000', '105734.334000', '105734.336000', '105734.339000', '105734.342000', '105734.347000', '105734.350000', '105734.352000', '105734.355000', '105734.358000', '105734.361000', '105734.364000', '105734.367000', '105734.370000', '105734.372000', '105734.375000', '105734.378000', '105734.381000', '105734.384000', '105734.386000', '105734.389000', '105734.392000', '105734.395000', '105734.398000', '105734.401000', '105734.403000', '105734.406000', '105734.409000', '105734.412000', '105734.415000', '105734.418000', '105734.420000', '105734.423000', '105734.426000', '105734.429000', '105734.432000', '105734.435000', '105734.438000', '105754.301000', '105754.304000', '105754.307000', '105754.310000', '105754.313000', '105754.316000', '105754.319000', '105754.322000', '105754.325000', '105754.328000', '105754.331000', '105754.334000', '105754.336000', '105754.339000', '105754.342000', '105754.345000', '105754.348000', '105754.351000', '105754.354000', '105754.356000', '105754.359000', '105754.362000', '105754.365000', '105754.368000', '105754.371000', '105754.374000', '105754.376000', '105754.380000', '105754.382000', '105754.385000', '105754.388000', '105754.392000', '105754.395000', '105754.397000', '105754.400000', '105754.403000', '105754.406000', '105754.409000', '105754.412000', '105754.414000', '105754.417000', '105754.420000', '105754.423000', '105814.301000', '105814.304000', '105814.307000', '105814.310000', '105814.313000', '105814.315000', '105814.318000', '105814.321000', '105814.324000', '105814.327000', '105814.330000', '105814.332000', '105814.335000', '105814.338000', '105814.341000', '105814.344000', '105814.347000', '105814.350000', '105814.353000', '105814.355000', '105814.358000', '105814.361000', '105814.364000', '105814.367000', '105814.370000', '105814.372000', '105814.375000', '105814.378000', '105814.381000', '105814.384000', '105814.387000', '105814.390000', '105814.392000', '105814.395000', '105814.398000', '105814.401000', '105814.404000', '105814.406000', '105814.409000', '105814.412000', '105814.415000', '105814.418000', '105814.421000', '105814.424000', '105834.301000', '105834.304000', '105834.307000', '105834.310000', '105834.313000', '105834.315000', '105834.318000', '105834.321000', '105834.324000', '105834.327000', '105834.330000', '105834.332000', '105834.335000', '105834.338000', '105834.341000', '105834.344000', '105834.347000', '105834.350000', '105834.352000', '105834.355000', '105834.358000', '105834.361000', '105834.364000', '105834.367000', '105834.370000', '105834.372000', '105834.375000', '105834.378000', '105834.381000', '105834.384000', '105834.387000', '105834.389000', '105834.393000', '105834.396000', '105834.399000', '105834.403000', '105834.406000', '105834.408000', '105834.411000', '105834.414000', '105834.417000', '105834.420000', '105834.423000', '105854.300000', '105854.303000', '105854.306000', '105854.309000', '105854.312000', '105854.315000', '105854.317000', '105854.320000', '105854.323000', '105854.326000', '105854.329000', '105854.332000', '105854.334000', '105854.337000', '105854.340000', '105854.343000', '105854.346000', '105854.355000', '105854.358000', '105854.361000', '105854.364000', '105854.367000', '105854.369000', '105854.372000', '105854.375000', '105854.378000', '105854.381000', '105854.384000', '105854.386000', '105854.389000', '105854.392000', '105854.395000', '105854.398000', '105854.401000', '105854.404000', '105854.406000', '105854.409000', '105854.412000', '105854.415000', '105854.418000', '105854.421000', '105854.424000', '105854.426000', '105854.429000', '105914.306000', '105914.309000', '105914.312000', '105914.315000', '105914.317000', '105914.320000', '105914.323000', '105914.326000', '105914.329000', '105914.332000', '105914.334000', '105914.337000', '105914.340000', '105914.343000', '105914.346000', '105914.349000', '105914.352000', '105914.355000', '105914.359000', '105914.362000', '105914.364000', '105914.367000', '105914.370000', '105914.373000', '105914.376000', '105914.379000', '105914.381000', '105914.384000', '105914.387000', '105914.390000', '105914.393000', '105914.396000', '105914.399000', '105914.401000', '105914.404000', '105914.407000', '105914.410000', '105914.413000', '105914.416000', '105914.419000', '105914.422000', '105914.425000', '105914.428000', '105934.300000', '105934.303000', '105934.306000', '105934.309000', '105934.312000', '105934.314000', '105934.317000', '105934.320000', '105934.323000', '105934.326000', '105934.329000', '105934.332000', '105934.335000', '105934.337000', '105934.340000', '105934.343000', '105934.346000', '105934.349000', '105934.352000', '105934.355000', '105934.358000', '105934.360000', '105934.363000', '105934.366000', '105934.369000', '105934.372000', '105934.375000', '105934.377000', '105934.380000', '105934.383000', '105934.386000', '105934.389000', '105934.392000', '105934.395000', '105934.397000', '105934.400000', '105934.403000', '105934.406000', '105934.409000', '105934.412000', '105934.415000', '105934.417000', '105934.420000', '105934.423000', '105954.301000', '105954.304000', '105954.307000', '105954.310000', '105954.313000', '105954.316000', '105954.319000', '105954.321000', '105954.324000', '105954.327000', '105954.330000', '105954.333000', '105954.336000', '105954.339000', '105954.342000', '105954.344000', '105954.347000', '105954.350000', '105954.353000', '105954.356000', '105954.359000', '105954.361000', '105954.364000', '105954.367000', '105954.370000', '105954.373000', '105954.376000', '105954.379000', '105954.381000', '105954.384000', '105954.387000', '105954.390000', '105954.393000', '105954.396000', '105954.399000', '105954.401000', '105954.404000', '105954.407000', '105954.410000', '105954.413000', '105954.416000', '105954.419000', '105954.422000', '110014.301000', '110014.304000', '110014.307000', '110014.310000', '110014.313000', '110014.316000', '110014.319000', '110014.322000', '110014.324000', '110014.327000', '110014.330000', '110014.333000', '110014.336000', '110014.339000', '110014.342000', '110014.345000', '110014.347000', '110014.350000', '110014.353000', '110014.356000', '110014.359000', '110014.362000', '110014.365000', '110014.367000', '110014.370000', '110014.373000', '110014.376000', '110014.379000', '110014.382000', '110014.385000', '110014.387000', '110014.390000', '110014.393000', '110014.396000', '110014.399000', '110014.402000', '110014.404000', '110014.407000', '110014.410000', '110014.413000', '110014.416000', '110014.419000', '110014.422000', '110014.425000', '110034.301000', '110034.304000', '110034.307000', '110034.310000', '110034.313000', '110034.316000', '110034.318000', '110034.321000', '110034.324000', '110034.327000', '110034.330000', '110034.333000', '110034.336000', '110034.338000', '110034.341000', '110034.344000', '110034.347000', '110034.350000', '110034.353000', '110034.356000', '110034.358000', '110034.361000', '110034.364000', '110034.367000', '110034.370000', '110034.383000', '110034.386000', '110034.389000', '110034.392000', '110034.395000', '110034.398000', '110034.401000', '110034.404000', '110034.407000', '110034.410000', '110034.413000', '110034.416000', '110034.418000', '110034.421000', '110034.424000', '110034.427000', '110034.430000', '110034.433000', '110054.301000', '110054.304000', '110054.307000', '110054.310000', '110054.313000', '110054.315000', '110054.318000', '110054.321000', '110054.324000', '110054.327000', '110054.330000', '110054.333000', '110054.336000', '110054.338000', '110054.341000', '110054.344000', '110054.347000', '110054.350000', '110054.353000', '110054.356000', '110054.359000', '110054.362000', '110054.365000', '110054.367000', '110054.370000', '110054.373000', '110054.376000', '110054.379000', '110054.382000', '110054.385000', '110054.388000', '110054.390000', '110054.393000', '110054.396000', '110054.399000', '110054.402000', '110054.405000', '110054.407000', '110054.410000', '110054.413000', '110054.416000', '110054.419000', '110054.422000', '110054.425000', '110114.300000', '110114.303000', '110114.306000', '110114.309000', '110114.312000', '110114.314000', '110114.317000', '110114.320000', '110114.323000', '110114.326000', '110114.329000', '110114.332000', '110114.334000', '110114.337000', '110114.340000', '110114.343000', '110114.346000', '110114.349000', '110114.352000', '110114.354000', '110114.357000', '110114.360000', '110114.363000', '110114.366000', '110114.369000', '110114.372000', '110114.374000', '110114.377000', '110114.380000', '110114.383000', '110114.386000', '110114.389000', '110114.392000', '110114.394000', '110114.397000', '110114.400000', '110114.403000', '110114.406000', '110114.409000', '110114.412000', '110114.415000', '110114.418000', '110114.420000', '110134.300000', '110134.303000', '110134.306000', '110134.309000', '110134.312000', '110134.315000', '110134.317000', '110134.320000', '110134.323000', '110134.326000', '110134.329000', '110134.332000', '110134.334000', '110134.337000', '110134.340000', '110134.343000', '110134.346000', '110134.349000', '110134.352000', '110134.354000', '110134.357000', '110134.360000', '110134.363000', '110134.366000', '110134.369000', '110134.372000', '110134.375000', '110134.377000', '110134.380000', '110134.383000', '110134.386000', '110134.389000', '110134.392000', '110134.395000', '110134.397000', '110134.400000', '110134.403000', '110134.406000', '110134.409000', '110134.412000', '110134.415000', '110134.418000', '110134.420000', '110134.423000', '110154.300000', '110154.303000', '110154.306000', '110154.309000', '110154.312000', '110154.315000', '110154.317000', '110154.321000', '110154.323000', '110154.326000', '110154.329000', '110154.332000', '110154.335000', '110154.337000', '110154.340000', '110154.343000', '110154.346000', '110154.349000', '110154.352000', '110154.355000', '110154.358000', '110154.361000', '110154.363000', '110154.366000', '110154.369000', '110154.372000', '110154.375000', '110154.378000', '110154.381000', '110154.384000', '110154.386000', '110154.389000', '110154.392000', '110154.395000', '110154.398000', '110154.401000', '110154.404000', '110154.406000', '110154.409000', '110154.413000', '110154.416000', '110154.418000', '110154.421000', '110214.301000', '110214.304000', '110214.307000', '110214.310000', '110214.313000', '110214.315000', '110214.318000', '110214.321000', '110214.324000', '110214.327000', '110214.330000', '110214.333000', '110214.336000', '110214.338000', '110214.341000', '110214.344000', '110214.347000', '110214.350000', '110214.355000', '110214.358000', '110214.361000', '110214.364000', '110214.366000', '110214.369000', '110214.372000', '110214.375000', '110214.378000', '110214.381000', '110214.384000', '110214.386000', '110214.389000', '110214.392000', '110214.395000', '110214.398000', '110214.401000', '110214.403000', '110214.407000', '110214.409000', '110214.412000', '110214.415000', '110214.418000', '110214.421000', '110214.423000', '110214.426000', '110234.301000', '110234.304000', '110234.307000', '110234.310000', '110234.313000', '110234.316000', '110234.319000', '110234.321000', '110234.324000', '110234.327000', '110234.330000', '110234.333000', '110234.336000', '110234.338000', '110234.341000', '110234.344000', '110234.347000', '110234.350000', '110234.353000', '110234.356000', '110234.359000', '110234.361000', '110234.364000', '110234.367000', '110234.370000', '110234.373000', '110234.376000', '110234.378000', '110234.381000', '110234.384000', '110234.387000', '110234.390000', '110234.393000', '110234.396000', '110234.399000', '110234.401000', '110234.404000', '110234.407000', '110234.410000', '110234.413000', '110234.415000', '110234.418000', '110234.421000', '110254.301000', '110254.304000', '110254.307000', '110254.310000', '110254.313000', '110254.316000', '110254.319000', '110254.322000', '110254.325000', '110254.328000', '110254.330000', '110254.333000', '110254.336000', '110254.339000', '110254.342000', '110254.345000', '110254.347000', '110254.350000', '110254.353000', '110254.356000', '110254.359000', '110254.362000', '110254.365000', '110254.368000', '110254.371000', '110254.373000', '110254.376000', '110254.379000', '110254.382000', '110254.385000', '110254.387000', '110254.400000', '110254.402000', '110254.405000', '110254.408000', '110254.411000', '110254.414000', '110254.417000', '110254.420000', '110254.422000', '110254.425000', '110254.428000', '110254.431000', '110303.550000', '110303.554000', '110303.557000', '110303.560000', '110303.563000', '110303.566000', '110303.569000', '110303.572000', '110303.575000', '110303.578000', '110303.582000', '110303.585000', '110303.588000', '110303.591000', '110303.594000', '110303.597000', '110303.600000', '110303.602000', '110303.605000', '110303.608000', '110303.612000'], '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': [9603, 12002, 9443, 7650, 9356, 7876, 10995, 8895, 12366, 8478, 12541, 9250, 12852, 8540, 9817, 7706, 7345, 8274, 6871, 9680, 8154, 6945, 10506, 10370, 10063, 7892, 10868, 9595, 8675, 7828, 12201, 10649, 9259, 8145, 15076, 10845, 8534, 13194, 11269, 11897, 14194, 10712, 10472, 9113, 7509, 8091, 9184, 7442, 8289, 8406, 7881, 11023, 8619, 8075, 9669, 7778, 8117, 9104, 7980, 9831, 8114, 8043, 10151, 8383, 8522, 8214, 8255, 9537, 7606, 8181, 9705, 7883, 8197, 9718, 7587, 7331, 9025, 8096, 7036, 10541, 8606, 7525, 6762, 9681, 7779, 7526, 11144, 12903, 9651, 7583, 12156, 8852, 7958, 13281, 9890, 9603, 12385, 10620, 9234, 14913, 9779, 8024, 8805, 9329, 7900, 9891, 9320, 7751, 7960, 8495, 7247, 6323, 9626, 9583, 7307, 7293, 13912, 10887, 8886, 7908, 9225, 13259, 10433, 8304, 10989, 16054, 11464, 8187, 9352, 9542, 8260, 10676, 10502, 9486, 10528, 8741, 8199, 7181, 7893, 9550, 11888, 10579, 12368, 12828, 12160, 12180, 12322, 12743, 9688, 8143, 8074, 7844, 7967, 7370, 7572, 7725, 7571, 7713, 7553, 7702, 10187, 7913, 7683, 8701, 9060, 8751, 10001, 12899, 8974, 9129, 9302, 8611, 12135, 8667, 11445, 8816, 9010, 8856, 9104, 12038, 9504, 14005, 9219, 8690, 8480, 9289, 8365, 9093, 9428, 9256, 9380, 8935, 10965, 8891, 14175, 8540, 13560, 8368, 13390, 9140, 9979, 8292, 8442, 8490, 9202, 8184, 8229, 8047, 7786, 8231, 8018, 8312, 8181, 8325, 8206, 8299, 8301, 8318, 9663, 8379, 8040, 7867, 8353, 7672, 8177, 8580, 8083, 8364, 7990, 9137, 10382, 9391, 7982, 8589, 8023, 9906, 8096, 10067, 7948, 12155, 7896, 12449, 8063, 7958, 7667, 7962, 7196, 8010, 9238, 9954, 11168, 12667, 13342, 13327, 14157, 11880, 13798, 9039, 8832, 8590, 8484, 8572, 8275, 8021, 8364, 10921, 8302, 8175, 8831, 9438, 9133, 9151, 13011, 8518, 8624, 8329, 8521, 8921, 8780, 9153, 9990, 9270, 10572, 8300, 8763, 8575, 8484, 8919, 9845, 9132, 12991, 12243, 9431, 9241, 8617, 9167, 9133, 8850, 9221, 11990, 8892, 9171, 13352, 9815, 9531, 9250, 8841, 9130, 8983, 8557, 9203, 13930, 9744, 9028, 13832, 8552, 9320, 9087, 9521, 9458, 12713, 9454, 9927, 9162, 8350, 7889, 7211, 8191, 7797, 7820, 8544, 8290, 8220, 7527, 11640, 8977, 7882, 12260, 9436, 7696, 10669, 11628, 13310, 10588, 9967, 9684, 8574, 8546, 10221, 8699, 14039, 10587, 8411, 8732, 11269, 11386, 8964, 8789, 10274, 13349, 9692, 7886, 8972, 10881, 10944, 9022, 7757, 6407, 8307, 8141, 8347, 7156, 8118, 8304, 7373, 6669, 6812, 8750, 7458, 6904, 8551, 9167, 9298, 7073, 8564, 12429, 8826, 8376, 12859, 9659, 8102, 14750, 10819, 8137, 8433, 8189, 8581, 7880, 8270, 8583, 11951, 8554, 8524, 10061, 7431, 8856, 10425, 8722, 9257, 9087, 9282, 9852, 9242, 9289, 11526, 9375, 11008, 12353, 9454, 8776, 8514, 9302, 11718, 9353, 9024, 11183, 9508, 14268, 10774, 9161, 9765, 9101, 10610, 9012, 9189, 11435, 9551, 12034, 10886, 9189, 9641, 9246, 9056, 9798, 9480, 12083, 9608, 9431, 10659, 9546, 10520, 9517, 9404, 10518, 9473, 11431, 9518, 9357, 10209, 9580, 8911, 9517, 8948, 9324, 9325, 10162, 9616, 9000, 11559, 9492, 9310, 9562, 10964, 9549, 9900, 8979, 9271, 14885, 9722, 9545, 9547, 8858, 9431, 9007, 11844, 9347, 14376, 8989, 9301, 9299, 9488, 8932, 9664, 9852, 10443, 11019, 9686, 9422, 11581, 7953, 9580, 10420, 10601, 9790, 16174, 11139, 14588, 10544, 11753, 14478, 9597, 11085, 9530, 9492, 9525, 9640, 10544, 9475, 9244, 9825, 9510, 8915, 7950, 9549, 8888, 8267, 9633, 9988, 9357, 9451, 11088, 9728, 8969, 9372, 9650, 12022, 9563, 14630, 10255, 10199, 8529, 9696, 9146, 9626, 9718, 9500, 9686, 15039, 9695, 9836, 9122, 9861, 9984, 9750, 10562, 9674, 11321, 9557, 11175, 9551, 10011, 12232, 9526, 9155, 9552, 9203, 9661, 8684, 9569, 9035, 9390, 9084, 7538, 9120, 7809, 9484, 8380, 9500, 9526, 9443, 8969, 8128, 9570, 8328, 9536, 8782, 7689, 9379, 10194, 9661, 13673, 9872, 9541, 13007, 9487, 8717, 8513, 9170, 9682, 9529, 10804, 9562, 9301, 13336, 9376, 8842, 9317, 8837, 9329, 9470, 10885, 9541, 13622, 10016, 12689, 10146, 9416, 8719, 9094, 8625, 8456, 9532, 10364, 8041, 8439, 8018, 6947, 7261, 9779, 9196, 7468, 8127, 11332, 8402, 7139, 11509, 15281, 11151, 7621, 7788, 7603, 7503, 7940, 7803, 7427, 12309, 11135, 9890, 7972, 11980, 14660, 12665, 13515, 12853, 13760, 13846, 10931, 8609, 7642, 11689, 9332, 8255, 7540, 9710, 8857, 8318, 7206, 8257, 7698, 7557, 8413, 7829, 7735, 8774, 8014, 7102, 9694, 8161, 7669, 7511, 9370, 8356, 7955, 7729, 12057, 9938, 9022, 9175, 11417, 9005, 10457, 15154, 11922, 13230, 14539, 11453, 8673, 7185, 11731, 9358, 10315, 8264, 10328, 16415, 12417, 8396, 8268, 10370, 7828, 7040, 11664, 8462, 7830, 6601, 14045, 9640, 7803, 7534, 11701, 8372, 8180, 12284, 8453, 13214, 10174, 10200, 8509, 6544, 9743, 6686, 10079, 7489, 6715, 9164, 7338, 6935, 7619, 7561, 6891, 8106, 6914, 10061, 7449, 9940, 8016, 11905, 8972, 13401, 10529, 11412, 10444, 7476, 10303, 7243, 12456, 8431, 13327, 8770, 12758, 8339, 6847, 8821, 7267, 6714, 7912, 7272, 9832, 7919, 7961, 9093, 7026, 10868, 9305, 6919, 11165, 8217, 7542, 11897, 8836, 14710, 10461, 8102, 12946, 9980, 10893, 11633, 7792, 14080, 10558, 12782, 13473, 9145, 8625, 8028, 7301, 10241, 7856, 7059, 10414, 7296, 12058, 8642, 8763, 9052, 7576, 9476, 7512, 7414, 8442, 6722, 10085, 7963, 11510, 8386, 7387, 10492, 8603, 7335, 8619, 7352, 10280, 8754, 12337, 8400, 7997, 10068, 8164, 13876, 8483, 7640, 8573, 7075, 11309, 7765, 12290, 8754, 11925, 8383, 7558], 'WindowCenter': [3844.0, 3839.0, 3814.0, 3780.0, 3788.0, 3778.0, 3810.0, 3789.0, 3808.0, 3775.0, 3809.0, 3785.0, 3793.0, 3761.0, 3770.0, 3751.0, 3751.0, 3775.0, 3754.0, 3785.0, 3789.0, 3769.0, 3811.0, 3812.0, 3785.0, 3764.0, 3794.0, 3786.0, 3762.0, 3764.0, 3807.0, 3797.0, 3786.0, 3776.0, 3820.0, 3797.0, 3763.0, 3795.0, 3773.0, 3769.0, 3780.0, 3757.0, 3745.0, 3733.0, 3711.0, 3721.0, 3731.0, 3709.0, 3719.0, 3721.0, 3721.0, 3753.0, 3732.0, 3722.0, 3743.0, 3722.0, 3720.0, 3732.0, 3733.0, 3743.0, 3733.0, 3722.0, 3755.0, 3736.0, 3745.0, 3746.0, 3758.0, 3755.0, 3735.0, 3745.0, 3768.0, 3748.0, 3774.0, 3771.0, 3762.0, 3750.0, 3786.0, 3749.0, 3740.0, 3770.0, 3759.0, 3749.0, 3741.0, 3784.0, 3775.0, 3764.0, 3794.0, 3793.0, 3772.0, 3750.0, 3791.0, 3760.0, 3751.0, 3794.0, 3786.0, 3785.0, 3808.0, 3784.0, 3759.0, 3788.0, 3755.0, 3734.0, 3744.0, 3770.0, 3749.0, 3783.0, 3785.0, 3751.0, 3750.0, 3762.0, 3739.0, 3729.0, 3771.0, 3785.0, 3755.0, 3753.0, 3806.0, 3795.0, 3774.0, 3762.0, 3772.0, 3818.0, 3798.0, 3776.0, 3796.0, 3831.0, 3825.0, 3781.0, 3787.0, 3799.0, 3737.0, 3745.0, 3751.0, 3727.0, 3748.0, 3725.0, 3726.0, 3718.0, 3725.0, 3749.0, 3756.0, 3759.0, 3756.0, 3755.0, 3727.0, 3724.0, 3725.0, 3726.0, 3704.0, 3695.0, 3707.0, 3707.0, 3710.0, 3712.0, 3723.0, 3722.0, 3723.0, 3724.0, 3726.0, 3738.0, 3770.0, 3751.0, 3740.0, 3763.0, 3787.0, 3763.0, 3785.0, 3792.0, 3749.0, 3747.0, 3759.0, 3750.0, 3780.0, 3749.0, 3781.0, 3774.0, 3761.0, 3749.0, 3759.0, 3778.0, 3757.0, 3788.0, 3758.0, 3746.0, 3747.0, 3759.0, 3747.0, 3759.0, 3771.0, 3772.0, 3759.0, 3761.0, 3770.0, 3774.0, 3803.0, 3750.0, 3805.0, 3764.0, 3805.0, 3772.0, 3758.0, 3748.0, 3736.0, 3761.0, 3773.0, 3750.0, 3749.0, 3749.0, 3748.0, 3748.0, 3747.0, 3760.0, 3748.0, 3748.0, 3747.0, 3750.0, 3748.0, 3764.0, 3770.0, 3750.0, 3750.0, 3751.0, 3760.0, 3750.0, 3748.0, 3762.0, 3750.0, 3763.0, 3763.0, 3785.0, 3796.0, 3773.0, 3748.0, 3748.0, 3736.0, 3769.0, 3737.0, 3769.0, 3738.0, 3791.0, 3752.0, 3767.0, 3740.0, 3755.0, 3718.0, 3730.0, 3709.0, 3714.0, 3774.0, 3813.0, 3812.0, 3809.0, 3808.0, 3808.0, 3796.0, 3783.0, 3783.0, 3750.0, 3748.0, 3750.0, 3762.0, 3761.0, 3762.0, 3751.0, 3749.0, 3780.0, 3749.0, 3749.0, 3760.0, 3772.0, 3761.0, 3761.0, 3791.0, 3760.0, 3761.0, 3748.0, 3749.0, 3748.0, 3749.0, 3759.0, 3770.0, 3759.0, 3770.0, 3748.0, 3748.0, 3748.0, 3749.0, 3760.0, 3771.0, 3772.0, 3804.0, 3793.0, 3763.0, 3761.0, 3750.0, 3760.0, 3759.0, 3760.0, 3760.0, 3781.0, 3760.0, 3773.0, 3817.0, 3786.0, 3772.0, 3773.0, 3761.0, 3760.0, 3761.0, 3748.0, 3758.0, 3790.0, 3759.0, 3749.0, 3793.0, 3749.0, 3771.0, 3772.0, 3770.0, 3758.0, 3779.0, 3759.0, 3759.0, 3733.0, 3679.0, 3711.0, 3700.0, 3723.0, 3742.0, 3753.0, 3735.0, 3754.0, 3754.0, 3726.0, 3770.0, 3736.0, 3741.0, 3771.0, 3763.0, 3737.0, 3710.0, 3823.0, 3846.0, 3813.0, 3801.0, 3788.0, 3775.0, 3790.0, 3799.0, 3705.0, 3792.0, 3759.0, 3725.0, 3737.0, 3769.0, 3771.0, 3750.0, 3750.0, 3760.0, 3770.0, 3722.0, 3701.0, 3685.0, 3708.0, 3681.0, 3698.0, 3690.0, 3669.0, 3727.0, 3711.0, 3763.0, 3729.0, 3747.0, 3735.0, 3701.0, 3701.0, 3731.0, 3748.0, 3724.0, 3728.0, 3761.0, 3773.0, 3785.0, 3755.0, 3762.0, 3792.0, 3759.0, 3749.0, 3792.0, 3772.0, 3763.0, 3804.0, 3773.0, 3750.0, 3761.0, 3761.0, 3759.0, 3748.0, 3747.0, 3748.0, 3779.0, 3748.0, 3761.0, 3783.0, 3750.0, 3785.0, 3794.0, 3774.0, 3773.0, 3772.0, 3772.0, 3773.0, 3774.0, 3772.0, 3794.0, 3774.0, 3795.0, 3796.0, 3773.0, 3761.0, 3761.0, 3772.0, 3782.0, 3774.0, 3761.0, 3783.0, 3773.0, 3806.0, 3784.0, 3773.0, 3771.0, 3760.0, 3770.0, 3761.0, 3759.0, 3782.0, 3772.0, 3793.0, 3782.0, 3771.0, 3769.0, 3759.0, 3759.0, 3770.0, 3769.0, 3791.0, 3771.0, 3760.0, 3770.0, 3771.0, 3782.0, 3784.0, 3770.0, 3780.0, 3770.0, 3781.0, 3771.0, 3770.0, 3782.0, 3769.0, 3759.0, 3771.0, 3761.0, 3772.0, 3771.0, 3783.0, 3784.0, 3774.0, 3794.0, 3784.0, 3772.0, 3773.0, 3782.0, 3773.0, 3772.0, 3773.0, 3773.0, 3815.0, 3784.0, 3771.0, 3772.0, 3758.0, 3771.0, 3759.0, 3794.0, 3773.0, 3803.0, 3772.0, 3771.0, 3770.0, 3783.0, 3771.0, 3772.0, 3796.0, 3808.0, 3808.0, 3785.0, 3772.0, 3780.0, 3749.0, 3770.0, 3781.0, 3781.0, 3783.0, 3817.0, 3783.0, 3803.0, 3771.0, 3779.0, 3790.0, 3746.0, 3753.0, 3743.0, 3743.0, 3744.0, 3745.0, 3755.0, 3755.0, 3756.0, 3756.0, 3756.0, 3756.0, 3735.0, 3756.0, 3756.0, 3748.0, 3782.0, 3796.0, 3773.0, 3771.0, 3782.0, 3770.0, 3758.0, 3773.0, 3771.0, 3790.0, 3770.0, 3803.0, 3771.0, 3768.0, 3747.0, 3769.0, 3757.0, 3769.0, 3767.0, 3771.0, 3771.0, 3802.0, 3770.0, 3769.0, 3758.0, 3758.0, 3757.0, 3760.0, 3768.0, 3759.0, 3766.0, 3758.0, 3768.0, 3759.0, 3757.0, 3767.0, 3744.0, 3743.0, 3744.0, 3744.0, 3755.0, 3745.0, 3757.0, 3757.0, 3757.0, 3757.0, 3736.0, 3756.0, 3737.0, 3767.0, 3748.0, 3770.0, 3769.0, 3770.0, 3771.0, 3751.0, 3770.0, 3749.0, 3769.0, 3747.0, 3738.0, 3758.0, 3770.0, 3769.0, 3803.0, 3771.0, 3770.0, 3791.0, 3770.0, 3746.0, 3748.0, 3757.0, 3769.0, 3769.0, 3781.0, 3771.0, 3770.0, 3803.0, 3769.0, 3758.0, 3759.0, 3757.0, 3758.0, 3758.0, 3769.0, 3758.0, 3790.0, 3770.0, 3791.0, 3769.0, 3759.0, 3772.0, 3774.0, 3785.0, 3791.0, 3796.0, 3783.0, 3749.0, 3759.0, 3764.0, 3755.0, 3752.0, 3783.0, 3786.0, 3767.0, 3775.0, 3796.0, 3774.0, 3742.0, 3797.0, 3836.0, 3813.0, 3767.0, 3755.0, 3753.0, 3754.0, 3778.0, 3776.0, 3750.0, 3698.0, 3794.0, 3757.0, 3735.0, 3742.0, 3753.0, 3754.0, 3767.0, 3755.0, 3751.0, 3752.0, 3742.0, 3707.0, 3697.0, 3726.0, 3717.0, 3705.0, 3693.0, 3726.0, 3716.0, 3717.0, 3707.0, 3718.0, 3709.0, 3708.0, 3719.0, 3722.0, 3734.0, 3744.0, 3748.0, 3729.0, 3771.0, 3760.0, 3737.0, 3750.0, 3783.0, 3775.0, 3762.0, 3752.0, 3794.0, 3785.0, 3776.0, 3787.0, 3795.0, 3775.0, 3795.0, 3830.0, 3807.0, 3807.0, 3818.0, 3807.0, 3777.0, 3755.0, 3820.0, 3812.0, 3823.0, 3786.0, 3738.0, 3790.0, 3766.0, 3723.0, 3722.0, 3744.0, 3723.0, 3712.0, 3767.0, 3736.0, 3738.0, 3715.0, 3777.0, 3745.0, 3724.0, 3724.0, 3766.0, 3734.0, 3722.0, 3765.0, 3722.0, 3764.0, 3742.0, 3742.0, 3721.0, 3677.0, 3729.0, 3701.0, 3741.0, 3710.0, 3701.0, 3745.0, 3725.0, 3726.0, 3737.0, 3738.0, 3728.0, 3750.0, 3741.0, 3771.0, 3741.0, 3772.0, 3752.0, 3793.0, 3762.0, 3794.0, 3783.0, 3781.0, 3769.0, 3724.0, 3756.0, 3714.0, 3766.0, 3735.0, 3788.0, 3749.0, 3791.0, 3747.0, 3728.0, 3757.0, 3724.0, 3715.0, 3736.0, 3737.0, 3770.0, 3764.0, 3763.0, 3786.0, 3758.0, 3795.0, 3760.0, 3725.0, 3779.0, 3748.0, 3738.0, 3793.0, 3773.0, 3803.0, 3770.0, 3748.0, 3793.0, 3769.0, 3768.0, 3768.0, 3726.0, 3778.0, 3758.0, 3776.0, 3777.0, 3744.0, 3734.0, 3723.0, 3712.0, 3752.0, 3734.0, 3724.0, 3769.0, 3727.0, 3778.0, 3747.0, 3745.0, 3746.0, 3737.0, 3756.0, 3736.0, 3724.0, 3747.0, 3726.0, 3768.0, 3749.0, 3779.0, 3749.0, 3740.0, 3781.0, 3759.0, 3738.0, 3748.0, 3738.0, 3768.0, 3760.0, 3791.0, 3751.0, 3749.0, 3782.0, 3761.0, 3805.0, 3760.0, 3737.0, 3747.0, 3725.0, 3780.0, 3737.0, 3791.0, 3760.0, 3781.0, 3749.0, 3739.0], 'WindowWidth': [8617.0, 8597.0, 8554.0, 8499.0, 8507.0, 8493.0, 8540.0, 8508.0, 8533.0, 8483.0, 8536.0, 8497.0, 8505.0, 8459.0, 8470.0, 8444.0, 8445.0, 8485.0, 8458.0, 8499.0, 8512.0, 8487.0, 8543.0, 8547.0, 8495.0, 8465.0, 8503.0, 8497.0, 8458.0, 8464.0, 8530.0, 8514.0, 8501.0, 8487.0, 8555.0, 8518.0, 8463.0, 8512.0, 8476.0, 8463.0, 8481.0, 8443.0, 8420.0, 8402.0, 8371.0, 8383.0, 8394.0, 8366.0, 8377.0, 8381.0, 8382.0, 8429.0, 8401.0, 8385.0, 8414.0, 8385.0, 8380.0, 8399.0, 8403.0, 8414.0, 8403.0, 8388.0, 8435.0, 8411.0, 8421.0, 8429.0, 8448.0, 8437.0, 8410.0, 8424.0, 8461.0, 8433.0, 8480.0, 8470.0, 8461.0, 8443.0, 8499.0, 8438.0, 8426.0, 8464.0, 8447.0, 8435.0, 8431.0, 8495.0, 8486.0, 8466.0, 8505.0, 8503.0, 8473.0, 8442.0, 8497.0, 8454.0, 8443.0, 8505.0, 8498.0, 8498.0, 8532.0, 8495.0, 8450.0, 8488.0, 8434.0, 8406.0, 8421.0, 8469.0, 8437.0, 8491.0, 8493.0, 8444.0, 8440.0, 8459.0, 8422.0, 8410.0, 8469.0, 8493.0, 8457.0, 8450.0, 8527.0, 8510.0, 8479.0, 8463.0, 8475.0, 8547.0, 8519.0, 8488.0, 8515.0, 8573.0, 8567.0, 8500.0, 8501.0, 8523.0, 8413.0, 8413.0, 8433.0, 8391.0, 8421.0, 8387.0, 8391.0, 8387.0, 8388.0, 8427.0, 8434.0, 8445.0, 8438.0, 8438.0, 8380.0, 8366.0, 8372.0, 8376.0, 8343.0, 8333.0, 8354.0, 8354.0, 8363.0, 8372.0, 8388.0, 8385.0, 8386.0, 8391.0, 8397.0, 8415.0, 8462.0, 8438.0, 8426.0, 8463.0, 8501.0, 8462.0, 8493.0, 8498.0, 8434.0, 8428.0, 8446.0, 8437.0, 8474.0, 8434.0, 8478.0, 8478.0, 8456.0, 8435.0, 8447.0, 8472.0, 8441.0, 8485.0, 8446.0, 8425.0, 8426.0, 8445.0, 8430.0, 8448.0, 8468.0, 8473.0, 8449.0, 8455.0, 8464.0, 8479.0, 8516.0, 8438.0, 8522.0, 8467.0, 8521.0, 8472.0, 8445.0, 8432.0, 8412.0, 8456.0, 8474.0, 8440.0, 8438.0, 8435.0, 8435.0, 8434.0, 8431.0, 8455.0, 8433.0, 8435.0, 8432.0, 8439.0, 8434.0, 8466.0, 8468.0, 8439.0, 8439.0, 8444.0, 8455.0, 8440.0, 8434.0, 8456.0, 8439.0, 8463.0, 8462.0, 8497.0, 8511.0, 8474.0, 8435.0, 8434.0, 8414.0, 8460.0, 8415.0, 8463.0, 8419.0, 8496.0, 8446.0, 8451.0, 8423.0, 8449.0, 8382.0, 8405.0, 8371.0, 8369.0, 8477.0, 8549.0, 8545.0, 8537.0, 8535.0, 8534.0, 8515.0, 8488.0, 8489.0, 8436.0, 8429.0, 8439.0, 8458.0, 8456.0, 8458.0, 8441.0, 8437.0, 8480.0, 8435.0, 8434.0, 8451.0, 8473.0, 8455.0, 8454.0, 8498.0, 8454.0, 8456.0, 8434.0, 8435.0, 8430.0, 8434.0, 8447.0, 8465.0, 8449.0, 8463.0, 8432.0, 8432.0, 8432.0, 8436.0, 8450.0, 8469.0, 8472.0, 8519.0, 8503.0, 8459.0, 8454.0, 8437.0, 8451.0, 8448.0, 8449.0, 8450.0, 8481.0, 8454.0, 8473.0, 8544.0, 8500.0, 8473.0, 8475.0, 8455.0, 8450.0, 8455.0, 8431.0, 8444.0, 8492.0, 8449.0, 8433.0, 8499.0, 8434.0, 8469.0, 8473.0, 8463.0, 8444.0, 8473.0, 8446.0, 8444.0, 8400.0, 8298.0, 8364.0, 8347.0, 8384.0, 8426.0, 8444.0, 8403.0, 8445.0, 8446.0, 8394.0, 8459.0, 8404.0, 8420.0, 8462.0, 8457.0, 8413.0, 8347.0, 8566.0, 8606.0, 8553.0, 8528.0, 8508.0, 8485.0, 8514.0, 8521.0, 8347.0, 8495.0, 8443.0, 8391.0, 8408.0, 8455.0, 8462.0, 8434.0, 8434.0, 8446.0, 8459.0, 8378.0, 8346.0, 8307.0, 8347.0, 8295.0, 8333.0, 8327.0, 8299.0, 8391.0, 8363.0, 8460.0, 8407.0, 8430.0, 8406.0, 8350.0, 8353.0, 8413.0, 8430.0, 8391.0, 8405.0, 8451.0, 8472.0, 8493.0, 8454.0, 8457.0, 8496.0, 8448.0, 8432.0, 8497.0, 8471.0, 8461.0, 8520.0, 8472.0, 8438.0, 8454.0, 8456.0, 8450.0, 8432.0, 8428.0, 8431.0, 8473.0, 8433.0, 8452.0, 8486.0, 8441.0, 8495.0, 8507.0, 8480.0, 8476.0, 8473.0, 8474.0, 8472.0, 8479.0, 8470.0, 8504.0, 8479.0, 8509.0, 8511.0, 8475.0, 8456.0, 8455.0, 8470.0, 8482.0, 8476.0, 8456.0, 8487.0, 8474.0, 8526.0, 8492.0, 8474.0, 8467.0, 8452.0, 8462.0, 8455.0, 8450.0, 8484.0, 8472.0, 8502.0, 8487.0, 8469.0, 8464.0, 8448.0, 8447.0, 8466.0, 8463.0, 8495.0, 8470.0, 8451.0, 8465.0, 8467.0, 8487.0, 8490.0, 8468.0, 8480.0, 8465.0, 8482.0, 8471.0, 8469.0, 8485.0, 8465.0, 8449.0, 8468.0, 8455.0, 8472.0, 8470.0, 8489.0, 8493.0, 8479.0, 8510.0, 8491.0, 8472.0, 8474.0, 8485.0, 8474.0, 8471.0, 8477.0, 8475.0, 8538.0, 8493.0, 8471.0, 8472.0, 8449.0, 8469.0, 8450.0, 8507.0, 8479.0, 8518.0, 8472.0, 8471.0, 8470.0, 8491.0, 8471.0, 8474.0, 8512.0, 8535.0, 8535.0, 8497.0, 8473.0, 8480.0, 8439.0, 8468.0, 8483.0, 8485.0, 8487.0, 8548.0, 8492.0, 8517.0, 8470.0, 8477.0, 8496.0, 8425.0, 8431.0, 8417.0, 8415.0, 8419.0, 8420.0, 8436.0, 8437.0, 8438.0, 8440.0, 8442.0, 8441.0, 8412.0, 8442.0, 8440.0, 8433.0, 8487.0, 8513.0, 8477.0, 8467.0, 8486.0, 8465.0, 8447.0, 8476.0, 8469.0, 8495.0, 8464.0, 8517.0, 8469.0, 8457.0, 8429.0, 8464.0, 8443.0, 8461.0, 8457.0, 8472.0, 8471.0, 8512.0, 8465.0, 8461.0, 8444.0, 8444.0, 8443.0, 8450.0, 8458.0, 8448.0, 8455.0, 8445.0, 8457.0, 8449.0, 8441.0, 8455.0, 8418.0, 8417.0, 8420.0, 8420.0, 8437.0, 8422.0, 8442.0, 8444.0, 8444.0, 8442.0, 8416.0, 8441.0, 8415.0, 8459.0, 8434.0, 8467.0, 8464.0, 8468.0, 8471.0, 8443.0, 8466.0, 8436.0, 8464.0, 8431.0, 8422.0, 8446.0, 8466.0, 8465.0, 8515.0, 8471.0, 8465.0, 8497.0, 8464.0, 8429.0, 8434.0, 8443.0, 8464.0, 8463.0, 8482.0, 8471.0, 8468.0, 8515.0, 8463.0, 8447.0, 8449.0, 8442.0, 8448.0, 8446.0, 8464.0, 8446.0, 8494.0, 8467.0, 8496.0, 8463.0, 8449.0, 8474.0, 8480.0, 8500.0, 8520.0, 8514.0, 8492.0, 8438.0, 8451.0, 8466.0, 8458.0, 8449.0, 8490.0, 8497.0, 8477.0, 8485.0, 8513.0, 8482.0, 8436.0, 8515.0, 8588.0, 8547.0, 8476.0, 8455.0, 8448.0, 8456.0, 8498.0, 8494.0, 8444.0, 8326.0, 8508.0, 8443.0, 8407.0, 8410.0, 8431.0, 8432.0, 8455.0, 8432.0, 8423.0, 8428.0, 8413.0, 8357.0, 8341.0, 8379.0, 8368.0, 8347.0, 8330.0, 8380.0, 8365.0, 8369.0, 8360.0, 8376.0, 8366.0, 8360.0, 8377.0, 8387.0, 8409.0, 8420.0, 8434.0, 8412.0, 8471.0, 8452.0, 8418.0, 8439.0, 8489.0, 8483.0, 8461.0, 8445.0, 8505.0, 8492.0, 8483.0, 8500.0, 8510.0, 8482.0, 8510.0, 8570.0, 8533.0, 8534.0, 8550.0, 8532.0, 8492.0, 8462.0, 8555.0, 8550.0, 8568.0, 8508.0, 8401.0, 8496.0, 8454.0, 8387.0, 8385.0, 8417.0, 8390.0, 8374.0, 8456.0, 8414.0, 8417.0, 8383.0, 8471.0, 8424.0, 8394.0, 8393.0, 8451.0, 8406.0, 8386.0, 8448.0, 8387.0, 8448.0, 8414.0, 8413.0, 8383.0, 8319.0, 8390.0, 8358.0, 8410.0, 8370.0, 8360.0, 8423.0, 8398.0, 8400.0, 8416.0, 8422.0, 8408.0, 8442.0, 8431.0, 8470.0, 8432.0, 8471.0, 8448.0, 8502.0, 8461.0, 8508.0, 8489.0, 8483.0, 8463.0, 8395.0, 8440.0, 8381.0, 8456.0, 8409.0, 8490.0, 8439.0, 8496.0, 8433.0, 8408.0, 8446.0, 8398.0, 8386.0, 8414.0, 8420.0, 8468.0, 8469.0, 8463.0, 8502.0, 8469.0, 8511.0, 8454.0, 8400.0, 8477.0, 8434.0, 8422.0, 8504.0, 8479.0, 8519.0, 8468.0, 8434.0, 8504.0, 8467.0, 8459.0, 8459.0, 8401.0, 8474.0, 8445.0, 8467.0, 8470.0, 8422.0, 8408.0, 8391.0, 8376.0, 8429.0, 8410.0, 8397.0, 8461.0, 8402.0, 8472.0, 8433.0, 8428.0, 8428.0, 8419.0, 8441.0, 8416.0, 8399.0, 8432.0, 8404.0, 8463.0, 8438.0, 8477.0, 8439.0, 8428.0, 8483.0, 8452.0, 8421.0, 8434.0, 8421.0, 8462.0, 8455.0, 8497.0, 8444.0, 8440.0, 8489.0, 8458.0, 8522.0, 8453.0, 8416.0, 8432.0, 8401.0, 8479.0, 8421.0, 8497.0, 8453.0, 8482.0, 8440.0, 8424.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.014748699284009547</td></tr>
<tr><td colspan=3>aqi</td><td>0.1376152369928401</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.06803537412191</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1403641414217451</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.070617880334528</td></tr>
<tr><td colspan=3>efc</td><td>0.4479</td></tr>
<tr><td colspan=3>fber</td><td>6661.6597</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.4236906218454481</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>316</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>37.70883054892602</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.854516062192514</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5595367571577063</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.251955922467329</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7520555069525066</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109468</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015386904589831829</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024782530963420868</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.107869284469287</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>21.5191</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.7132</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.4985</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310770.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.6197</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0978</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>428.5376</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3023.7857</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.9342</td></tr>
<tr><td colspan=3>tsnr</td><td>16.988469347241335</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>