<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-02/func/sub-0129_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>61e16526d6f21de5276a0db9d0a6909b</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:54:16.735000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998996, 0.0236396, -0.0380621, -0.0219726, 0.998806, 0.0436343]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114757</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>[4225, -7738, -7238, 110, -123, -1, 48, 117]</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>250.264</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b0df657-e59a-4bab-a44d-4a272a30936c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680232524871826, -0.05895082280039787, -0.10542987287044525, 115.6444091796875], [-0.06342318654060364, 2.6797232627868652, 0.11543627083301544, -89.45616149902344], [-0.10211770981550217, -0.11706767976284027, 2.695470094680786, -60.06181716918945], [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': ['105416.735000', '105417.195000', '105417.655000', '105418.115000', '105418.575000', '105419.035000', '105419.495000', '105419.955000', '105420.415000', '105420.875000', '105421.335000', '105421.795000', '105422.255000', '105422.715000', '105423.175000', '105423.635000', '105424.095000', '105424.555000', '105425.015000', '105425.475000', '105425.935000', '105426.395000', '105426.855000', '105427.315000', '105427.775000', '105428.235000', '105428.695000', '105429.155000', '105429.615000', '105430.075000', '105430.535000', '105430.995000', '105431.455000', '105431.915000', '105432.375000', '105432.835000', '105433.295000', '105433.755000', '105434.215000', '105434.675000', '105435.135000', '105435.595000', '105436.055000', '105436.515000', '105436.975000', '105437.435000', '105437.895000', '105438.355000', '105438.815000', '105439.275000', '105439.735000', '105440.195000', '105440.655000', '105441.115000', '105441.575000', '105442.035000', '105442.495000', '105442.955000', '105443.415000', '105443.875000', '105444.335000', '105444.795000', '105445.255000', '105445.715000', '105446.175000', '105446.635000', '105447.095000', '105447.555000', '105448.015000', '105448.475000', '105448.935000', '105449.395000', '105449.855000', '105450.315000', '105450.775000', '105451.235000', '105451.695000', '105452.155000', '105452.615000', '105453.075000', '105453.535000', '105453.995000', '105454.455000', '105454.915000', '105455.375000', '105455.835000', '105456.295000', '105456.755000', '105457.215000', '105457.675000', '105458.135000', '105458.595000', '105459.055000', '105459.515000', '105459.975000', '105500.435000', '105500.895000', '105501.355000', '105501.815000', '105502.275000', '105502.735000', '105503.195000', '105503.655000', '105504.115000', '105504.575000', '105505.035000', '105505.495000', '105505.955000', '105506.415000', '105506.875000', '105507.335000', '105507.795000', '105508.255000', '105508.715000', '105509.175000', '105509.635000', '105510.095000', '105510.555000', '105511.015000', '105511.475000', '105511.935000', '105512.395000', '105512.855000', '105513.315000', '105513.775000', '105514.235000', '105514.695000', '105515.155000', '105515.615000', '105516.075000', '105516.535000', '105516.995000', '105517.455000', '105517.915000', '105518.375000', '105518.835000', '105519.295000', '105519.755000', '105520.215000', '105520.675000', '105521.135000', '105521.595000', '105522.055000', '105522.515000', '105522.975000', '105523.435000', '105523.895000', '105524.355000', '105524.815000', '105525.275000', '105525.735000', '105526.195000', '105526.655000', '105527.115000', '105527.575000', '105528.035000', '105528.495000', '105528.955000', '105529.415000', '105529.875000', '105530.335000', '105530.795000', '105531.255000', '105531.715000', '105532.175000', '105532.635000', '105533.095000', '105533.555000', '105534.015000', '105534.475000', '105534.935000', '105535.395000', '105535.855000', '105536.315000', '105536.775000', '105537.235000', '105537.695000', '105538.155000', '105538.615000', '105539.075000', '105539.535000', '105539.995000', '105540.455000', '105540.915000', '105541.375000', '105541.835000', '105542.295000', '105542.755000', '105543.215000', '105543.675000', '105544.135000', '105544.595000', '105545.055000', '105545.515000', '105545.975000', '105546.435000', '105546.895000', '105547.355000', '105547.815000', '105548.275000', '105548.735000', '105549.195000', '105549.655000', '105550.115000', '105550.575000', '105551.035000', '105551.495000', '105551.955000', '105552.415000', '105552.875000', '105553.335000', '105553.795000', '105554.255000', '105554.715000', '105555.175000', '105555.635000', '105556.095000', '105556.555000', '105557.015000', '105557.475000', '105557.935000', '105558.395000', '105558.855000', '105559.315000', '105559.775000', '105600.235000', '105600.695000', '105601.155000', '105601.615000', '105602.075000', '105602.535000', '105602.995000', '105603.455000', '105603.915000', '105604.375000', '105604.835000', '105605.295000', '105605.755000', '105606.215000', '105606.675000', '105607.135000', '105607.595000', '105608.055000', '105608.515000', '105608.975000', '105609.435000', '105609.895000', '105610.355000', '105610.815000', '105611.275000', '105611.735000', '105612.195000', '105612.655000', '105613.115000', '105613.575000', '105614.035000', '105614.495000', '105614.955000', '105615.415000', '105615.875000', '105616.335000', '105616.795000', '105617.255000', '105617.715000', '105618.175000', '105618.635000', '105619.095000', '105619.555000', '105620.015000', '105620.475000', '105620.935000', '105621.395000', '105621.855000', '105622.315000', '105622.775000', '105623.235000', '105623.695000', '105624.155000', '105624.615000', '105625.075000', '105625.535000', '105625.995000', '105626.455000', '105626.915000', '105627.375000', '105627.835000', '105628.295000', '105628.755000', '105629.215000', '105629.675000', '105630.135000', '105630.595000', '105631.055000', '105631.515000', '105631.975000', '105632.435000', '105632.895000', '105633.355000', '105633.815000', '105634.275000', '105634.735000', '105635.195000', '105635.655000', '105636.115000', '105636.575000', '105637.035000', '105637.495000', '105637.955000', '105638.415000', '105638.875000', '105639.335000', '105639.795000', '105640.255000', '105640.715000', '105641.175000', '105641.635000', '105642.095000', '105642.555000', '105643.015000', '105643.475000', '105643.935000', '105644.395000', '105644.855000', '105645.315000', '105645.775000', '105646.235000', '105646.695000', '105647.155000', '105647.615000', '105648.075000', '105648.535000', '105648.995000', '105649.455000', '105649.915000', '105650.375000', '105650.835000', '105651.295000', '105651.755000', '105652.215000', '105652.675000', '105653.135000', '105653.595000', '105654.055000', '105654.515000', '105654.975000', '105655.435000', '105655.895000', '105656.355000', '105656.815000', '105657.275000', '105657.735000', '105658.195000', '105658.655000', '105659.115000', '105659.575000', '105700.035000', '105700.495000', '105700.955000', '105701.415000', '105701.875000', '105702.335000', '105702.795000', '105703.255000', '105703.715000', '105704.175000', '105704.635000', '105705.095000', '105705.555000', '105706.015000', '105706.475000', '105706.935000', '105707.395000', '105707.855000', '105708.315000', '105708.775000', '105709.235000', '105709.695000', '105710.155000', '105710.615000', '105711.075000', '105711.535000', '105711.995000', '105712.455000', '105712.915000', '105713.375000', '105713.835000', '105714.295000', '105714.755000', '105715.215000', '105715.675000', '105716.135000', '105716.595000', '105717.055000', '105717.515000', '105717.975000', '105718.435000', '105718.895000', '105719.355000', '105719.815000', '105720.275000', '105720.735000', '105721.195000', '105721.655000', '105722.115000', '105722.575000', '105723.035000', '105723.495000', '105723.955000', '105724.415000', '105724.875000', '105725.335000', '105725.795000', '105726.255000', '105726.715000', '105727.175000', '105727.635000', '105728.095000', '105728.555000', '105729.015000', '105729.475000', '105729.935000', '105730.395000', '105730.855000', '105731.315000', '105731.775000', '105732.235000', '105732.695000', '105733.155000', '105733.615000', '105734.075000', '105734.535000', '105734.995000', '105735.455000', '105735.915000', '105736.375000', '105736.835000', '105737.295000', '105737.755000', '105738.215000', '105738.675000', '105739.135000', '105739.595000', '105740.055000', '105740.515000', '105740.975000', '105741.435000', '105741.895000', '105742.355000', '105742.815000', '105743.275000', '105743.735000', '105744.195000', '105744.655000', '105745.115000', '105745.575000', '105746.035000', '105746.495000', '105746.955000', '105747.415000', '105747.875000', '105748.335000', '105748.795000', '105749.255000', '105749.715000', '105750.175000', '105750.635000', '105751.095000', '105751.555000', '105752.015000', '105752.475000', '105752.935000', '105753.395000', '105753.855000', '105754.315000', '105754.775000', '105755.235000', '105755.695000', '105756.155000', '105756.615000', '105757.075000', '105757.535000', '105757.995000', '105758.455000', '105758.915000', '105759.375000', '105759.835000', '105800.295000', '105800.755000', '105801.215000', '105801.675000', '105802.135000', '105802.595000', '105803.055000', '105803.515000', '105803.975000', '105804.435000', '105804.895000', '105805.355000', '105805.815000', '105806.275000', '105806.735000', '105807.195000', '105807.655000', '105808.115000', '105808.575000', '105809.035000', '105809.495000', '105809.955000', '105810.415000', '105810.875000', '105811.335000', '105811.795000', '105812.255000', '105812.715000', '105813.175000', '105813.635000', '105814.095000', '105814.555000', '105815.015000', '105815.475000', '105815.935000', '105816.395000', '105816.855000', '105817.315000', '105817.775000', '105818.235000', '105818.695000', '105819.155000', '105819.615000', '105820.075000', '105820.535000', '105820.995000', '105821.455000', '105821.915000', '105822.375000', '105822.835000', '105823.295000', '105823.755000', '105824.215000', '105824.675000', '105825.135000', '105825.595000', '105826.055000', '105826.515000', '105826.975000', '105827.435000', '105827.895000', '105828.355000', '105828.815000', '105829.275000', '105829.735000', '105830.195000', '105830.655000', '105831.115000', '105831.575000', '105832.035000', '105832.495000', '105832.955000', '105833.415000', '105833.875000', '105834.335000', '105834.795000', '105835.255000', '105835.715000', '105836.175000', '105836.635000', '105837.095000', '105837.555000', '105838.015000', '105838.475000', '105838.935000', '105839.395000', '105839.855000', '105840.315000', '105840.775000', '105841.235000', '105841.695000', '105842.155000', '105842.615000', '105843.075000', '105843.535000', '105843.995000', '105844.455000', '105844.915000', '105845.375000', '105845.835000', '105846.295000', '105846.755000', '105847.215000', '105847.675000', '105848.135000', '105848.595000', '105849.055000', '105849.515000', '105849.975000', '105850.435000', '105850.895000', '105851.355000', '105851.815000', '105852.275000', '105852.735000', '105853.195000', '105853.655000', '105854.115000', '105854.575000', '105855.035000', '105855.495000', '105855.955000', '105856.415000', '105856.875000', '105857.335000', '105857.795000', '105858.255000', '105858.715000', '105859.175000', '105859.635000', '105900.095000', '105900.555000', '105901.015000', '105901.475000', '105901.935000', '105902.395000', '105902.855000', '105903.315000', '105903.775000', '105904.235000', '105904.695000', '105905.155000', '105905.615000', '105906.075000', '105906.535000', '105906.995000', '105907.455000', '105907.915000', '105908.375000', '105908.835000', '105909.295000', '105909.755000', '105910.215000', '105910.675000', '105911.135000', '105911.595000', '105912.055000', '105912.515000', '105912.975000', '105913.435000', '105913.895000', '105914.355000', '105914.815000', '105915.275000', '105915.735000', '105916.195000', '105916.655000', '105917.115000', '105917.575000', '105918.035000', '105918.495000', '105918.955000', '105919.415000', '105919.875000', '105920.335000', '105920.795000', '105921.255000', '105921.715000', '105922.175000', '105922.635000', '105923.095000', '105923.555000', '105924.015000', '105924.475000', '105924.935000', '105925.395000', '105925.855000', '105926.315000', '105926.775000', '105927.235000', '105927.695000', '105928.155000', '105928.615000', '105929.075000', '105929.535000', '105929.995000', '105930.455000', '105930.915000', '105931.375000', '105931.835000', '105932.295000', '105932.755000', '105933.215000', '105933.675000', '105934.135000', '105934.595000', '105935.055000', '105935.515000', '105935.975000', '105936.435000', '105936.895000', '105937.355000', '105937.815000', '105938.275000', '105938.735000', '105939.195000', '105939.655000', '105940.115000', '105940.575000', '105941.035000', '105941.495000', '105941.955000', '105942.415000', '105942.875000', '105943.335000', '105943.795000', '105944.255000', '105944.715000', '105945.175000', '105945.635000', '105946.095000', '105946.555000', '105947.015000', '105947.475000', '105947.935000', '105948.395000', '105948.855000', '105949.315000', '105949.775000', '105950.235000', '105950.695000', '105951.155000', '105951.615000', '105952.075000', '105952.535000', '105952.995000', '105953.455000', '105953.915000', '105954.375000', '105954.835000', '105955.295000', '105955.755000', '105956.215000', '105956.675000', '105957.135000', '105957.595000', '105958.055000', '105958.515000', '105958.975000', '105959.435000', '105959.895000', '110000.355000', '110000.815000', '110001.275000', '110001.735000', '110002.195000', '110002.655000', '110003.115000', '110003.575000', '110004.035000', '110004.495000', '110004.955000', '110005.415000', '110005.875000', '110006.335000', '110006.795000', '110007.255000', '110007.715000', '110008.175000', '110008.635000', '110009.095000', '110009.555000', '110010.015000', '110010.475000', '110010.935000', '110011.395000', '110011.855000', '110012.315000', '110012.775000', '110013.235000', '110013.695000', '110014.155000', '110014.615000', '110015.075000', '110015.535000', '110015.995000', '110016.455000', '110016.915000', '110017.375000', '110017.835000', '110018.295000', '110018.755000', '110019.215000', '110019.675000', '110020.135000', '110020.595000', '110021.055000', '110021.515000', '110021.975000', '110022.435000', '110022.895000', '110023.355000', '110023.815000', '110024.275000', '110024.735000', '110025.195000', '110025.655000', '110026.115000', '110026.575000', '110027.035000', '110027.495000', '110027.955000', '110028.415000', '110028.875000', '110029.335000', '110029.795000', '110030.255000', '110030.715000', '110031.175000', '110031.635000', '110032.095000', '110032.555000', '110033.015000', '110033.475000', '110033.935000', '110034.395000', '110034.855000', '110035.315000', '110035.775000', '110036.235000', '110036.695000', '110037.155000', '110037.615000', '110038.075000', '110038.535000', '110038.995000', '110039.455000', '110039.915000', '110040.375000', '110040.835000', '110041.295000', '110041.755000', '110042.215000'], 'ContentTime': ['105430.852000', '105430.856000', '105430.863000', '105430.866000', '105430.868000', '105430.871000', '105430.873000', '105430.876000', '105430.878000', '105430.881000', '105430.888000', '105430.891000', '105430.893000', '105430.917000', '105430.919000', '105430.922000', '105430.924000', '105430.927000', '105430.930000', '105430.932000', '105430.935000', '105430.938000', '105430.940000', '105430.943000', '105430.945000', '105430.948000', '105430.950000', '105430.953000', '105430.956000', '105450.793000', '105450.796000', '105450.799000', '105450.801000', '105450.804000', '105450.807000', '105450.809000', '105450.812000', '105450.815000', '105450.818000', '105450.821000', '105450.824000', '105450.827000', '105450.829000', '105450.832000', '105450.835000', '105450.837000', '105450.840000', '105450.842000', '105450.845000', '105450.847000', '105450.850000', '105450.853000', '105450.855000', '105450.858000', '105450.860000', '105450.863000', '105450.866000', '105450.868000', '105450.871000', '105450.873000', '105450.876000', '105450.878000', '105450.881000', '105450.883000', '105450.886000', '105450.892000', '105450.895000', '105450.897000', '105450.900000', '105450.902000', '105450.905000', '105450.908000', '105510.795000', '105510.797000', '105510.800000', '105510.803000', '105510.806000', '105510.808000', '105510.811000', '105510.814000', '105510.816000', '105510.819000', '105510.822000', '105510.825000', '105510.827000', '105510.830000', '105510.833000', '105510.835000', '105510.838000', '105510.841000', '105510.843000', '105510.846000', '105510.848000', '105510.851000', '105510.854000', '105510.856000', '105510.859000', '105510.862000', '105510.864000', '105510.867000', '105510.870000', '105510.872000', '105510.875000', '105510.877000', '105510.880000', '105510.883000', '105510.885000', '105510.888000', '105510.890000', '105510.897000', '105510.900000', '105510.903000', '105510.905000', '105510.908000', '105510.911000', '105510.913000', '105530.794000', '105530.797000', '105530.800000', '105530.802000', '105530.805000', '105530.808000', '105530.810000', '105530.813000', '105530.815000', '105530.818000', '105530.821000', '105530.831000', '105530.833000', '105530.836000', '105530.838000', '105530.841000', '105530.844000', '105530.846000', '105530.849000', '105530.851000', '105530.854000', '105530.856000', '105530.859000', '105530.862000', '105530.864000', '105530.867000', '105530.869000', '105530.872000', '105530.875000', '105530.878000', '105530.881000', '105530.884000', '105530.886000', '105530.889000', '105530.892000', '105530.895000', '105530.898000', '105530.900000', '105530.903000', '105530.906000', '105530.908000', '105530.911000', '105530.913000', '105550.793000', '105550.797000', '105550.799000', '105550.802000', '105550.804000', '105550.807000', '105550.810000', '105550.812000', '105550.815000', '105550.817000', '105550.820000', '105550.823000', '105550.825000', '105550.828000', '105550.830000', '105550.833000', '105550.836000', '105550.838000', '105550.841000', '105550.843000', '105550.846000', '105550.849000', '105550.851000', '105550.854000', '105550.856000', '105550.859000', '105550.862000', '105550.864000', '105550.867000', '105550.870000', '105550.872000', '105550.875000', '105550.877000', '105550.880000', '105550.883000', '105550.885000', '105550.888000', '105550.890000', '105550.893000', '105550.896000', '105550.898000', '105550.901000', '105550.903000', '105550.906000', '105610.793000', '105610.796000', '105610.799000', '105610.802000', '105610.804000', '105610.807000', '105610.809000', '105610.812000', '105610.828000', '105610.831000', '105610.833000', '105610.836000', '105610.839000', '105610.841000', '105610.844000', '105610.847000', '105610.849000', '105610.852000', '105610.854000', '105610.857000', '105610.860000', '105610.862000', '105610.865000', '105610.867000', '105610.870000', '105610.873000', '105610.875000', '105610.878000', '105610.880000', '105610.883000', '105610.886000', '105610.888000', '105610.891000', '105610.893000', '105610.896000', '105610.899000', '105610.901000', '105610.904000', '105610.906000', '105610.909000', '105610.912000', '105610.914000', '105610.917000', '105630.793000', '105630.796000', '105630.799000', '105630.801000', '105630.810000', '105630.812000', '105630.815000', '105630.818000', '105630.820000', '105630.823000', '105630.826000', '105630.828000', '105630.831000', '105630.834000', '105630.837000', '105630.839000', '105630.842000', '105630.844000', '105630.847000', '105630.850000', '105630.852000', '105630.855000', '105630.858000', '105630.861000', '105630.863000', '105630.866000', '105630.868000', '105630.871000', '105630.874000', '105630.876000', '105630.879000', '105630.882000', '105630.885000', '105630.887000', '105630.890000', '105630.893000', '105630.895000', '105630.898000', '105630.901000', '105630.903000', '105630.906000', '105630.908000', '105630.911000', '105630.914000', '105650.794000', '105650.796000', '105650.799000', '105650.802000', '105650.804000', '105650.807000', '105650.809000', '105650.812000', '105650.815000', '105650.817000', '105650.820000', '105650.823000', '105650.825000', '105650.828000', '105650.831000', '105650.833000', '105650.836000', '105650.838000', '105650.841000', '105650.843000', '105650.846000', '105650.849000', '105650.851000', '105650.854000', '105650.857000', '105650.859000', '105650.862000', '105650.865000', '105650.868000', '105650.871000', '105650.874000', '105650.876000', '105650.879000', '105650.881000', '105650.884000', '105650.887000', '105650.889000', '105650.892000', '105650.894000', '105650.897000', '105650.900000', '105650.902000', '105650.905000', '105710.793000', '105710.796000', '105710.799000', '105710.802000', '105710.804000', '105710.807000', '105710.809000', '105710.812000', '105710.815000', '105710.817000', '105710.820000', '105710.823000', '105710.825000', '105710.828000', '105710.830000', '105710.833000', '105710.836000', '105710.838000', '105710.841000', '105710.844000', '105710.846000', '105710.849000', '105710.851000', '105710.854000', '105710.857000', '105710.860000', '105710.862000', '105710.865000', '105710.868000', '105710.870000', '105710.873000', '105710.875000', '105710.878000', '105710.880000', '105710.883000', '105710.886000', '105710.888000', '105710.891000', '105710.893000', '105710.896000', '105710.899000', '105710.901000', '105710.904000', '105710.907000', '105730.795000', '105730.797000', '105730.800000', '105730.803000', '105730.805000', '105730.808000', '105730.810000', '105730.813000', '105730.816000', '105730.818000', '105730.821000', '105730.823000', '105730.826000', '105730.828000', '105730.831000', '105730.834000', '105730.836000', '105730.839000', '105730.841000', '105730.844000', '105730.847000', '105730.849000', '105730.852000', '105730.854000', '105730.857000', '105730.859000', '105730.862000', '105730.865000', '105730.867000', '105730.870000', '105730.872000', '105730.875000', '105730.878000', '105730.880000', '105730.883000', '105730.885000', '105730.888000', '105730.890000', '105730.907000', '105730.910000', '105730.912000', '105730.915000', '105730.917000', '105750.794000', '105750.797000', '105750.800000', '105750.802000', '105750.816000', '105750.818000', '105750.821000', '105750.823000', '105750.826000', '105750.828000', '105750.831000', '105750.834000', '105750.836000', '105750.839000', '105750.841000', '105750.844000', '105750.846000', '105750.849000', '105750.852000', '105750.854000', '105750.857000', '105750.859000', '105750.862000', '105750.865000', '105750.867000', '105750.870000', '105750.872000', '105750.875000', '105750.877000', '105750.880000', '105750.883000', '105750.885000', '105750.888000', '105750.890000', '105750.893000', '105750.896000', '105750.898000', '105750.901000', '105750.903000', '105750.906000', '105750.908000', '105750.911000', '105750.913000', '105750.916000', '105810.793000', '105810.796000', '105810.799000', '105810.802000', '105810.804000', '105810.807000', '105810.809000', '105810.812000', '105810.815000', '105810.817000', '105810.820000', '105810.822000', '105810.825000', '105810.828000', '105810.830000', '105810.833000', '105810.835000', '105810.838000', '105810.840000', '105810.843000', '105810.846000', '105810.848000', '105810.851000', '105810.853000', '105810.856000', '105810.859000', '105810.861000', '105810.864000', '105810.866000', '105810.869000', '105810.872000', '105810.874000', '105810.877000', '105810.879000', '105810.882000', '105810.885000', '105810.887000', '105810.890000', '105810.892000', '105810.895000', '105810.897000', '105810.900000', '105810.903000', '105830.794000', '105830.797000', '105830.799000', '105830.802000', '105830.804000', '105830.807000', '105830.810000', '105830.812000', '105830.815000', '105830.817000', '105830.820000', '105830.823000', '105830.825000', '105830.828000', '105830.830000', '105830.840000', '105830.842000', '105830.845000', '105830.848000', '105830.850000', '105830.853000', '105830.855000', '105830.858000', '105830.860000', '105830.863000', '105830.866000', '105830.868000', '105830.871000', '105830.874000', '105830.876000', '105830.879000', '105830.881000', '105830.884000', '105830.886000', '105830.889000', '105830.892000', '105830.894000', '105830.897000', '105830.899000', '105830.902000', '105830.904000', '105830.907000', '105830.910000', '105830.912000', '105850.793000', '105850.796000', '105850.799000', '105850.802000', '105850.804000', '105850.807000', '105850.809000', '105850.812000', '105850.815000', '105850.817000', '105850.820000', '105850.822000', '105850.825000', '105850.827000', '105850.830000', '105850.833000', '105850.835000', '105850.838000', '105850.841000', '105850.843000', '105850.846000', '105850.848000', '105850.851000', '105850.853000', '105850.856000', '105850.859000', '105850.861000', '105850.864000', '105850.866000', '105850.869000', '105850.872000', '105850.874000', '105850.877000', '105850.879000', '105850.882000', '105850.885000', '105850.887000', '105850.890000', '105850.892000', '105850.895000', '105850.898000', '105850.900000', '105850.903000', '105910.793000', '105910.796000', '105910.799000', '105910.802000', '105910.804000', '105910.807000', '105910.809000', '105910.812000', '105910.815000', '105910.817000', '105910.820000', '105910.822000', '105910.825000', '105910.828000', '105910.831000', '105910.833000', '105910.836000', '105910.838000', '105910.841000', '105910.844000', '105910.846000', '105910.849000', '105910.858000', '105910.860000', '105910.863000', '105910.865000', '105910.868000', '105910.870000', '105910.873000', '105910.909000', '105910.911000', '105910.914000', '105910.917000', '105910.919000', '105910.922000', '105910.924000', '105910.927000', '105910.930000', '105910.932000', '105910.935000', '105910.937000', '105910.940000', '105910.942000', '105910.945000', '105930.793000', '105930.796000', '105930.799000', '105930.801000', '105930.804000', '105930.807000', '105930.809000', '105930.812000', '105930.814000', '105930.817000', '105930.820000', '105930.823000', '105930.825000', '105930.828000', '105930.830000', '105930.833000', '105930.836000', '105930.838000', '105930.841000', '105930.844000', '105930.846000', '105930.849000', '105930.852000', '105930.854000', '105930.857000', '105930.859000', '105930.862000', '105930.865000', '105930.867000', '105930.870000', '105930.872000', '105930.875000', '105930.878000', '105930.880000', '105930.883000', '105930.885000', '105930.888000', '105930.890000', '105930.893000', '105930.896000', '105930.898000', '105930.901000', '105930.903000', '105950.794000', '105950.797000', '105950.800000', '105950.803000', '105950.805000', '105950.808000', '105950.811000', '105950.813000', '105950.816000', '105950.818000', '105950.821000', '105950.824000', '105950.826000', '105950.829000', '105950.832000', '105950.834000', '105950.837000', '105950.840000', '105950.842000', '105950.845000', '105950.848000', '105950.850000', '105950.853000', '105950.855000', '105950.858000', '105950.861000', '105950.863000', '105950.868000', '105950.870000', '105950.873000', '105950.876000', '105950.878000', '105950.881000', '105950.883000', '105950.886000', '105950.889000', '105950.891000', '105950.894000', '105950.897000', '105950.899000', '105950.902000', '105950.905000', '105950.907000', '105950.910000', '110010.795000', '110010.797000', '110010.800000', '110010.803000', '110010.805000', '110010.808000', '110010.810000', '110010.813000', '110010.815000', '110010.818000', '110010.821000', '110010.823000', '110010.826000', '110010.828000', '110010.831000', '110010.834000', '110010.836000', '110010.839000', '110010.841000', '110010.844000', '110010.847000', '110010.849000', '110010.852000', '110010.854000', '110010.857000', '110010.860000', '110010.862000', '110010.865000', '110010.868000', '110010.870000', '110010.873000', '110010.875000', '110010.878000', '110010.881000', '110010.883000', '110010.886000', '110010.888000', '110010.891000', '110010.893000', '110010.896000', '110010.899000', '110010.902000', '110010.904000', '110030.793000', '110030.796000', '110030.799000', '110030.801000', '110030.804000', '110030.807000', '110030.809000', '110030.813000', '110030.816000', '110030.818000', '110030.821000', '110030.823000', '110030.826000', '110030.829000', '110030.831000', '110030.834000', '110030.837000', '110030.839000', '110030.845000', '110030.848000', '110030.851000', '110030.853000', '110030.856000', '110030.858000', '110030.861000', '110030.864000', '110030.867000', '110030.870000', '110030.872000', '110030.875000', '110030.877000', '110030.880000', '110030.883000', '110030.885000', '110030.888000', '110030.890000', '110030.893000', '110030.896000', '110030.898000', '110030.901000', '110030.925000', '110030.927000', '110030.930000', '110030.933000', '110043.190000', '110043.193000', '110043.196000', '110043.198000', '110043.201000', '110043.204000', '110043.206000', '110043.209000', '110043.212000', '110043.214000', '110043.217000', '110043.220000', '110043.222000', '110043.225000', '110043.227000', '110043.230000', '110043.233000', '110043.235000', '110043.238000', '110043.240000', '110043.243000', '110043.246000', '110043.253000', '110043.256000', '110043.259000', '110043.262000', '110043.265000'], 'InstanceCreationTime': ['105430.852000', '105430.856000', '105430.863000', '105430.866000', '105430.868000', '105430.871000', '105430.873000', '105430.876000', '105430.878000', '105430.881000', '105430.888000', '105430.891000', '105430.893000', '105430.917000', '105430.919000', '105430.922000', '105430.924000', '105430.927000', '105430.930000', '105430.932000', '105430.935000', '105430.938000', '105430.940000', '105430.943000', '105430.945000', '105430.948000', '105430.950000', '105430.953000', '105430.956000', '105450.793000', '105450.796000', '105450.799000', '105450.801000', '105450.804000', '105450.807000', '105450.809000', '105450.812000', '105450.815000', '105450.818000', '105450.821000', '105450.824000', '105450.827000', '105450.829000', '105450.832000', '105450.835000', '105450.837000', '105450.840000', '105450.842000', '105450.845000', '105450.847000', '105450.850000', '105450.853000', '105450.855000', '105450.858000', '105450.860000', '105450.863000', '105450.866000', '105450.868000', '105450.871000', '105450.873000', '105450.876000', '105450.878000', '105450.881000', '105450.883000', '105450.886000', '105450.892000', '105450.895000', '105450.897000', '105450.900000', '105450.902000', '105450.905000', '105450.908000', '105510.795000', '105510.797000', '105510.800000', '105510.803000', '105510.806000', '105510.808000', '105510.811000', '105510.814000', '105510.816000', '105510.819000', '105510.822000', '105510.825000', '105510.827000', '105510.830000', '105510.833000', '105510.835000', '105510.838000', '105510.841000', '105510.843000', '105510.846000', '105510.848000', '105510.851000', '105510.854000', '105510.856000', '105510.859000', '105510.862000', '105510.864000', '105510.867000', '105510.870000', '105510.872000', '105510.875000', '105510.877000', '105510.880000', '105510.883000', '105510.885000', '105510.888000', '105510.890000', '105510.897000', '105510.900000', '105510.903000', '105510.905000', '105510.908000', '105510.911000', '105510.913000', '105530.794000', '105530.797000', '105530.800000', '105530.802000', '105530.805000', '105530.808000', '105530.810000', '105530.813000', '105530.815000', '105530.818000', '105530.821000', '105530.831000', '105530.833000', '105530.836000', '105530.838000', '105530.841000', '105530.844000', '105530.846000', '105530.849000', '105530.851000', '105530.854000', '105530.856000', '105530.859000', '105530.862000', '105530.864000', '105530.867000', '105530.869000', '105530.872000', '105530.875000', '105530.878000', '105530.881000', '105530.884000', '105530.886000', '105530.889000', '105530.892000', '105530.895000', '105530.898000', '105530.900000', '105530.903000', '105530.906000', '105530.908000', '105530.911000', '105530.913000', '105550.793000', '105550.797000', '105550.799000', '105550.802000', '105550.804000', '105550.807000', '105550.810000', '105550.812000', '105550.815000', '105550.817000', '105550.820000', '105550.823000', '105550.825000', '105550.828000', '105550.830000', '105550.833000', '105550.836000', '105550.838000', '105550.841000', '105550.843000', '105550.846000', '105550.849000', '105550.851000', '105550.854000', '105550.856000', '105550.859000', '105550.862000', '105550.864000', '105550.867000', '105550.870000', '105550.872000', '105550.875000', '105550.877000', '105550.880000', '105550.883000', '105550.885000', '105550.888000', '105550.890000', '105550.893000', '105550.896000', '105550.898000', '105550.901000', '105550.903000', '105550.906000', '105610.793000', '105610.796000', '105610.799000', '105610.802000', '105610.804000', '105610.807000', '105610.809000', '105610.812000', '105610.828000', '105610.831000', '105610.833000', '105610.836000', '105610.839000', '105610.841000', '105610.844000', '105610.847000', '105610.849000', '105610.852000', '105610.854000', '105610.857000', '105610.860000', '105610.862000', '105610.865000', '105610.867000', '105610.870000', '105610.873000', '105610.875000', '105610.878000', '105610.880000', '105610.883000', '105610.886000', '105610.888000', '105610.891000', '105610.893000', '105610.896000', '105610.899000', '105610.901000', '105610.904000', '105610.906000', '105610.909000', '105610.912000', '105610.914000', '105610.917000', '105630.793000', '105630.796000', '105630.799000', '105630.801000', '105630.810000', '105630.812000', '105630.815000', '105630.818000', '105630.820000', '105630.823000', '105630.826000', '105630.828000', '105630.831000', '105630.834000', '105630.837000', '105630.839000', '105630.842000', '105630.844000', '105630.847000', '105630.850000', '105630.852000', '105630.855000', '105630.858000', '105630.861000', '105630.863000', '105630.866000', '105630.868000', '105630.871000', '105630.874000', '105630.876000', '105630.879000', '105630.882000', '105630.885000', '105630.887000', '105630.890000', '105630.893000', '105630.895000', '105630.898000', '105630.901000', '105630.903000', '105630.906000', '105630.908000', '105630.911000', '105630.914000', '105650.794000', '105650.796000', '105650.799000', '105650.802000', '105650.804000', '105650.807000', '105650.809000', '105650.812000', '105650.815000', '105650.817000', '105650.820000', '105650.823000', '105650.825000', '105650.828000', '105650.831000', '105650.833000', '105650.836000', '105650.838000', '105650.841000', '105650.843000', '105650.846000', '105650.849000', '105650.851000', '105650.854000', '105650.857000', '105650.859000', '105650.862000', '105650.865000', '105650.868000', '105650.871000', '105650.874000', '105650.876000', '105650.879000', '105650.881000', '105650.884000', '105650.887000', '105650.889000', '105650.892000', '105650.894000', '105650.897000', '105650.900000', '105650.902000', '105650.905000', '105710.793000', '105710.796000', '105710.799000', '105710.802000', '105710.804000', '105710.807000', '105710.809000', '105710.812000', '105710.815000', '105710.817000', '105710.820000', '105710.823000', '105710.825000', '105710.828000', '105710.830000', '105710.833000', '105710.836000', '105710.838000', '105710.841000', '105710.844000', '105710.846000', '105710.849000', '105710.851000', '105710.854000', '105710.857000', '105710.860000', '105710.862000', '105710.865000', '105710.868000', '105710.870000', '105710.873000', '105710.875000', '105710.878000', '105710.880000', '105710.883000', '105710.886000', '105710.888000', '105710.891000', '105710.893000', '105710.896000', '105710.899000', '105710.901000', '105710.904000', '105710.907000', '105730.795000', '105730.797000', '105730.800000', '105730.803000', '105730.805000', '105730.808000', '105730.810000', '105730.813000', '105730.816000', '105730.818000', '105730.821000', '105730.823000', '105730.826000', '105730.828000', '105730.831000', '105730.834000', '105730.836000', '105730.839000', '105730.841000', '105730.844000', '105730.847000', '105730.849000', '105730.852000', '105730.854000', '105730.857000', '105730.859000', '105730.862000', '105730.865000', '105730.867000', '105730.870000', '105730.872000', '105730.875000', '105730.878000', '105730.880000', '105730.883000', '105730.885000', '105730.888000', '105730.890000', '105730.907000', '105730.910000', '105730.912000', '105730.915000', '105730.917000', '105750.794000', '105750.797000', '105750.800000', '105750.802000', '105750.816000', '105750.818000', '105750.821000', '105750.823000', '105750.826000', '105750.828000', '105750.831000', '105750.834000', '105750.836000', '105750.839000', '105750.841000', '105750.844000', '105750.846000', '105750.849000', '105750.852000', '105750.854000', '105750.857000', '105750.859000', '105750.862000', '105750.865000', '105750.867000', '105750.870000', '105750.872000', '105750.875000', '105750.877000', '105750.880000', '105750.883000', '105750.885000', '105750.888000', '105750.890000', '105750.893000', '105750.896000', '105750.898000', '105750.901000', '105750.903000', '105750.906000', '105750.908000', '105750.911000', '105750.913000', '105750.916000', '105810.793000', '105810.796000', '105810.799000', '105810.802000', '105810.804000', '105810.807000', '105810.809000', '105810.812000', '105810.815000', '105810.817000', '105810.820000', '105810.822000', '105810.825000', '105810.828000', '105810.830000', '105810.833000', '105810.835000', '105810.838000', '105810.840000', '105810.843000', '105810.846000', '105810.848000', '105810.851000', '105810.853000', '105810.856000', '105810.859000', '105810.861000', '105810.864000', '105810.866000', '105810.869000', '105810.872000', '105810.874000', '105810.877000', '105810.879000', '105810.882000', '105810.885000', '105810.887000', '105810.890000', '105810.892000', '105810.895000', '105810.897000', '105810.900000', '105810.903000', '105830.794000', '105830.797000', '105830.799000', '105830.802000', '105830.804000', '105830.807000', '105830.810000', '105830.812000', '105830.815000', '105830.817000', '105830.820000', '105830.823000', '105830.825000', '105830.828000', '105830.830000', '105830.840000', '105830.842000', '105830.845000', '105830.848000', '105830.850000', '105830.853000', '105830.855000', '105830.858000', '105830.860000', '105830.863000', '105830.866000', '105830.868000', '105830.871000', '105830.874000', '105830.876000', '105830.879000', '105830.881000', '105830.884000', '105830.886000', '105830.889000', '105830.892000', '105830.894000', '105830.897000', '105830.899000', '105830.902000', '105830.904000', '105830.907000', '105830.910000', '105830.912000', '105850.793000', '105850.796000', '105850.799000', '105850.802000', '105850.804000', '105850.807000', '105850.809000', '105850.812000', '105850.815000', '105850.817000', '105850.820000', '105850.822000', '105850.825000', '105850.827000', '105850.830000', '105850.833000', '105850.835000', '105850.838000', '105850.841000', '105850.843000', '105850.846000', '105850.848000', '105850.851000', '105850.853000', '105850.856000', '105850.859000', '105850.861000', '105850.864000', '105850.866000', '105850.869000', '105850.872000', '105850.874000', '105850.877000', '105850.879000', '105850.882000', '105850.885000', '105850.887000', '105850.890000', '105850.892000', '105850.895000', '105850.898000', '105850.900000', '105850.903000', '105910.793000', '105910.796000', '105910.799000', '105910.802000', '105910.804000', '105910.807000', '105910.809000', '105910.812000', '105910.815000', '105910.817000', '105910.820000', '105910.822000', '105910.825000', '105910.828000', '105910.831000', '105910.833000', '105910.836000', '105910.838000', '105910.841000', '105910.844000', '105910.846000', '105910.849000', '105910.858000', '105910.860000', '105910.863000', '105910.865000', '105910.868000', '105910.870000', '105910.873000', '105910.909000', '105910.911000', '105910.914000', '105910.917000', '105910.919000', '105910.922000', '105910.924000', '105910.927000', '105910.930000', '105910.932000', '105910.935000', '105910.937000', '105910.940000', '105910.942000', '105910.945000', '105930.793000', '105930.796000', '105930.799000', '105930.801000', '105930.804000', '105930.807000', '105930.809000', '105930.812000', '105930.814000', '105930.817000', '105930.820000', '105930.823000', '105930.825000', '105930.828000', '105930.830000', '105930.833000', '105930.836000', '105930.838000', '105930.841000', '105930.844000', '105930.846000', '105930.849000', '105930.852000', '105930.854000', '105930.857000', '105930.859000', '105930.862000', '105930.865000', '105930.867000', '105930.870000', '105930.872000', '105930.875000', '105930.878000', '105930.880000', '105930.883000', '105930.885000', '105930.888000', '105930.890000', '105930.893000', '105930.896000', '105930.898000', '105930.901000', '105930.903000', '105950.794000', '105950.797000', '105950.800000', '105950.803000', '105950.805000', '105950.808000', '105950.811000', '105950.813000', '105950.816000', '105950.818000', '105950.821000', '105950.824000', '105950.826000', '105950.829000', '105950.832000', '105950.834000', '105950.837000', '105950.840000', '105950.842000', '105950.845000', '105950.848000', '105950.850000', '105950.853000', '105950.855000', '105950.858000', '105950.861000', '105950.863000', '105950.868000', '105950.870000', '105950.873000', '105950.876000', '105950.878000', '105950.881000', '105950.883000', '105950.886000', '105950.889000', '105950.891000', '105950.894000', '105950.897000', '105950.899000', '105950.902000', '105950.905000', '105950.907000', '105950.910000', '110010.795000', '110010.797000', '110010.800000', '110010.803000', '110010.805000', '110010.808000', '110010.810000', '110010.813000', '110010.815000', '110010.818000', '110010.821000', '110010.823000', '110010.826000', '110010.828000', '110010.831000', '110010.834000', '110010.836000', '110010.839000', '110010.841000', '110010.844000', '110010.847000', '110010.849000', '110010.852000', '110010.854000', '110010.857000', '110010.860000', '110010.862000', '110010.865000', '110010.868000', '110010.870000', '110010.873000', '110010.875000', '110010.878000', '110010.881000', '110010.883000', '110010.886000', '110010.888000', '110010.891000', '110010.893000', '110010.896000', '110010.899000', '110010.902000', '110010.904000', '110030.793000', '110030.796000', '110030.799000', '110030.801000', '110030.804000', '110030.807000', '110030.809000', '110030.813000', '110030.816000', '110030.818000', '110030.821000', '110030.823000', '110030.826000', '110030.829000', '110030.831000', '110030.834000', '110030.837000', '110030.839000', '110030.845000', '110030.848000', '110030.851000', '110030.853000', '110030.856000', '110030.858000', '110030.861000', '110030.864000', '110030.867000', '110030.870000', '110030.872000', '110030.875000', '110030.877000', '110030.880000', '110030.883000', '110030.885000', '110030.888000', '110030.890000', '110030.893000', '110030.896000', '110030.898000', '110030.901000', '110030.925000', '110030.927000', '110030.930000', '110030.933000', '110043.190000', '110043.193000', '110043.196000', '110043.198000', '110043.201000', '110043.204000', '110043.206000', '110043.209000', '110043.212000', '110043.214000', '110043.217000', '110043.220000', '110043.222000', '110043.225000', '110043.227000', '110043.230000', '110043.233000', '110043.235000', '110043.238000', '110043.240000', '110043.243000', '110043.246000', '110043.253000', '110043.256000', '110043.259000', '110043.262000', '110043.265000'], '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': [8073, 8422, 8282, 7907, 8317, 8150, 8639, 7394, 8192, 9409, 8068, 10022, 8002, 8831, 7460, 8606, 7781, 9847, 7995, 8605, 7926, 7234, 8250, 7623, 8693, 7806, 8796, 7749, 8411, 7927, 8907, 7717, 8763, 11301, 8911, 10657, 8667, 9477, 8720, 10366, 9147, 11441, 8727, 8230, 8714, 7860, 9001, 8052, 8924, 12887, 8803, 11601, 8583, 11614, 8237, 9772, 7874, 9331, 7752, 9486, 7523, 9482, 7182, 9566, 7551, 9306, 7266, 9144, 7583, 8469, 8173, 7139, 8135, 7452, 8253, 7608, 8865, 7304, 12014, 9342, 11639, 7730, 9377, 8126, 10019, 7661, 14573, 9296, 13591, 13006, 11365, 12269, 8124, 9306, 8352, 9660, 8661, 12896, 8481, 13158, 8505, 11536, 8149, 12419, 8382, 8958, 8661, 8434, 8558, 7894, 8914, 8895, 8577, 7442, 8256, 7608, 8467, 7799, 8428, 9526, 8813, 10476, 8368, 7582, 8505, 7659, 8613, 8801, 8654, 9235, 8596, 7838, 8504, 8043, 9411, 7833, 10194, 7695, 9827, 7902, 9955, 8120, 9857, 8463, 10259, 8664, 8481, 8488, 7759, 9312, 8486, 12785, 7923, 8952, 7523, 14539, 8807, 8755, 12656, 9342, 12129, 8643, 10578, 8165, 9946, 7927, 9361, 7914, 9312, 7812, 9193, 8436, 9364, 8503, 9755, 8137, 9400, 8162, 9026, 7526, 10659, 7571, 8876, 7863, 13325, 11465, 9175, 13077, 10584, 12029, 8583, 9394, 7607, 8652, 7546, 8601, 7633, 8464, 8930, 8345, 8489, 7938, 9676, 8353, 9418, 8619, 7348, 8452, 7624, 8741, 9878, 8984, 11816, 8496, 10975, 8999, 10155, 8898, 11904, 8475, 9155, 8022, 12147, 8693, 13034, 10326, 8661, 8289, 8682, 8441, 8746, 9464, 9044, 8674, 8973, 8126, 8671, 12056, 8785, 12189, 9010, 12430, 8372, 9088, 8038, 8645, 8251, 8874, 10591, 8778, 7850, 8593, 9312, 8691, 10466, 8840, 9451, 8617, 9586, 8687, 9206, 8609, 9241, 8126, 9995, 7769, 8729, 8357, 8494, 11080, 9001, 12591, 8869, 7827, 8711, 9432, 8839, 10173, 8590, 10228, 8454, 8157, 8519, 7472, 8658, 9412, 8728, 7989, 8664, 7723, 8795, 12997, 8995, 13579, 8643, 10593, 8681, 9514, 8470, 9236, 8341, 10915, 8485, 8854, 8095, 7843, 8573, 9515, 8644, 12216, 8581, 9782, 8692, 9237, 8503, 8903, 7770, 11548, 8038, 8734, 7847, 8892, 8287, 9235, 8047, 7653, 8515, 7599, 8593, 8176, 8835, 12299, 8758, 9932, 8659, 7983, 9056, 8690, 11114, 7673, 9076, 7589, 9318, 7962, 11779, 9281, 11392, 7668, 8984, 8144, 9067, 7838, 8893, 11769, 8954, 12763, 8682, 9987, 8000, 9869, 7827, 9243, 7508, 8675, 7334, 8908, 7525, 8095, 8013, 8104, 8358, 9561, 8632, 9205, 8883, 11786, 9807, 13607, 10581, 12519, 8615, 10652, 8827, 11119, 8915, 12550, 8591, 10158, 8685, 9354, 8652, 12621, 8727, 8674, 8524, 7505, 8409, 8302, 11610, 10433, 9995, 7867, 9130, 8053, 9103, 8142, 10661, 9340, 12450, 8461, 10653, 8411, 8978, 8494, 12327, 9087, 12180, 8169, 8546, 8051, 8613, 8219, 8586, 8020, 8111, 7811, 8680, 8194, 8886, 7842, 8595, 7904, 8807, 8485, 8774, 8612, 9501, 8713, 9913, 8295, 7743, 8621, 8196, 9044, 8791, 10680, 8648, 8592, 8297, 8554, 9648, 8874, 12758, 9971, 13211, 8969, 10282, 8803, 10406, 8850, 11177, 8331, 9288, 7792, 8734, 7884, 8856, 7438, 8782, 7610, 8714, 7434, 8559, 7627, 8596, 7524, 8564, 7882, 8721, 7933, 8671, 7697, 8980, 9996, 9012, 11170, 8846, 8967, 8765, 10038, 9180, 12565, 8825, 7775, 8683, 7839, 8950, 13270, 9742, 13288, 8808, 10315, 9028, 10056, 8994, 14090, 8889, 12045, 8713, 9559, 8690, 9863, 9143, 13410, 9245, 12358, 8743, 10770, 8757, 9698, 8721, 9332, 8291, 11830, 7680, 8688, 8010, 8689, 8296, 8907, 8579, 8721, 7514, 8520, 7521, 8797, 7532, 8998, 8014, 8916, 7737, 8942, 7585, 8809, 8335, 8755, 10606, 8565, 9801, 8059, 9264, 7557, 8934, 7783, 8575, 7754, 8362, 7650, 8357, 7837, 8359, 7755, 8370, 7390, 8981, 7537, 8929, 7499, 8884, 7377, 9649, 8214, 12198, 12864, 10020, 13110, 8756, 11013, 8194, 13130, 9122, 10103, 7698, 8640, 8333, 8993, 12820, 13200, 10940, 8682, 8055, 8798, 9461, 9157, 13192, 8862, 10586, 9051, 10177, 9231, 12025, 9403, 13115, 7937, 8905, 7820, 8716, 8442, 8972, 8640, 8638, 8446, 8692, 7945, 8771, 7860, 9082, 10374, 8369, 7089, 8099, 7668, 7462, 8261, 7429, 8751, 7980, 8993, 8376, 12207, 8230, 10822, 10715, 11229, 12904, 10953, 8365, 8448, 8011, 8702, 7958, 8632, 7461, 8763, 10871, 8485, 7709, 8680, 7513, 8505, 7717, 8951, 10753, 8772, 11592, 8613, 9317, 8648, 9472, 8633, 9576, 8748, 8891, 7868, 10140, 7621, 8890, 7522, 9174, 7995, 9100, 8451, 9037, 8135, 8895, 7493, 8771, 7611, 9346, 8085, 7996, 8313, 7481, 8908, 7805, 9142, 10632, 10341, 8020, 8883, 7842, 8995, 11774, 13758, 12909, 10070, 8318, 9048, 11580, 9051, 13407, 9240, 13750, 8778, 7693, 8801, 7871, 8903, 8268, 9747, 8301, 7492, 8760, 7383, 8879, 8193, 10755, 10631, 11340, 8017, 8892, 8537, 13541, 8668, 13780, 12592, 12583, 8524, 8784, 7887, 8784, 8414, 9172, 8832, 8659, 8469, 8625, 7976, 9161, 8823, 9304, 8410, 8548, 8015, 8713, 8494, 9016, 8489, 9079, 8889, 8773, 8725, 9214, 8151, 9021, 8832, 9179, 11050, 9001, 8420, 8873, 8539, 9142, 8570, 9421, 7808, 9694, 8318, 9810, 8595, 9778, 9122, 9409, 8977, 9693, 8737, 9213, 8421, 9225, 8409, 9502, 8517, 7332, 9012, 7756, 9448, 8530, 9904, 8347, 10650, 8635, 12946, 8719, 14034, 11016, 9575, 13106, 9239, 10890, 8934, 10579, 8607, 9142, 7876, 9634, 7502, 9183, 8558, 9349, 7859, 9217, 8164, 8951, 7644, 9061, 7983, 9394, 7788, 9038, 7490, 9379, 7534, 10035, 7893, 10834, 7703, 10809, 8422, 13252, 8085, 13638, 10900, 12798, 8283, 9391, 8481, 12602, 13088, 13865], 'WindowCenter': [3822.0, 3830.0, 3815.0, 3802.0, 3799.0, 3776.0, 3785.0, 3764.0, 3785.0, 3794.0, 3786.0, 3805.0, 3786.0, 3795.0, 3777.0, 3796.0, 3801.0, 3833.0, 3801.0, 3812.0, 3815.0, 3804.0, 3814.0, 3802.0, 3824.0, 3804.0, 3815.0, 3805.0, 3816.0, 3815.0, 3824.0, 3802.0, 3815.0, 3846.0, 3824.0, 3834.0, 3815.0, 3824.0, 3813.0, 3834.0, 3825.0, 3846.0, 3814.0, 3815.0, 3826.0, 3814.0, 3824.0, 3802.0, 3825.0, 3856.0, 3824.0, 3846.0, 3826.0, 3846.0, 3814.0, 3834.0, 3814.0, 3824.0, 3803.0, 3834.0, 3815.0, 3834.0, 3793.0, 3836.0, 3817.0, 3837.0, 3819.0, 3850.0, 3830.0, 3827.0, 3840.0, 3819.0, 3831.0, 3821.0, 3843.0, 3832.0, 3852.0, 3821.0, 3898.0, 3853.0, 3875.0, 3846.0, 3852.0, 3842.0, 3862.0, 3818.0, 3881.0, 3837.0, 3869.0, 3869.0, 3860.0, 3859.0, 3817.0, 3837.0, 3814.0, 3825.0, 3813.0, 3855.0, 3813.0, 3854.0, 3811.0, 3842.0, 3800.0, 3844.0, 3802.0, 3812.0, 3812.0, 3800.0, 3811.0, 3799.0, 3823.0, 3824.0, 3813.0, 3803.0, 3824.0, 3804.0, 3814.0, 3803.0, 3814.0, 3835.0, 3826.0, 3844.0, 3814.0, 3803.0, 3813.0, 3802.0, 3813.0, 3824.0, 3824.0, 3835.0, 3825.0, 3814.0, 3824.0, 3815.0, 3835.0, 3818.0, 3862.0, 3830.0, 3849.0, 3817.0, 3836.0, 3815.0, 3835.0, 3826.0, 3848.0, 3840.0, 3828.0, 3828.0, 3817.0, 3837.0, 3827.0, 3869.0, 3817.0, 3827.0, 3816.0, 3878.0, 3826.0, 3839.0, 3869.0, 3839.0, 3856.0, 3825.0, 3846.0, 3815.0, 3834.0, 3814.0, 3836.0, 3816.0, 3835.0, 3815.0, 3836.0, 3826.0, 3836.0, 3840.0, 3838.0, 3827.0, 3836.0, 3827.0, 3826.0, 3817.0, 3847.0, 3815.0, 3825.0, 3816.0, 3866.0, 3845.0, 3837.0, 3880.0, 3848.0, 3855.0, 3812.0, 3821.0, 3790.0, 3812.0, 3801.0, 3824.0, 3802.0, 3814.0, 3825.0, 3814.0, 3822.0, 3814.0, 3835.0, 3825.0, 3835.0, 3840.0, 3806.0, 3826.0, 3816.0, 3826.0, 3836.0, 3838.0, 3857.0, 3825.0, 3845.0, 3826.0, 3834.0, 3825.0, 3857.0, 3813.0, 3821.0, 3800.0, 3853.0, 3811.0, 3866.0, 3833.0, 3811.0, 3799.0, 3811.0, 3798.0, 3810.0, 3821.0, 3823.0, 3811.0, 3822.0, 3800.0, 3811.0, 3841.0, 3810.0, 3842.0, 3812.0, 3851.0, 3800.0, 3809.0, 3798.0, 3809.0, 3811.0, 3809.0, 3832.0, 3811.0, 3799.0, 3811.0, 3820.0, 3811.0, 3843.0, 3822.0, 3833.0, 3823.0, 3832.0, 3813.0, 3822.0, 3823.0, 3822.0, 3815.0, 3834.0, 3802.0, 3811.0, 3812.0, 3813.0, 3844.0, 3823.0, 3866.0, 3823.0, 3802.0, 3822.0, 3834.0, 3825.0, 3845.0, 3827.0, 3844.0, 3814.0, 3812.0, 3824.0, 3802.0, 3824.0, 3837.0, 3826.0, 3815.0, 3826.0, 3804.0, 3825.0, 3868.0, 3825.0, 3868.0, 3825.0, 3846.0, 3824.0, 3823.0, 3813.0, 3823.0, 3826.0, 3856.0, 3826.0, 3824.0, 3815.0, 3814.0, 3826.0, 3837.0, 3827.0, 3856.0, 3826.0, 3835.0, 3824.0, 3823.0, 3825.0, 3823.0, 3816.0, 3855.0, 3813.0, 3824.0, 3815.0, 3825.0, 3827.0, 3838.0, 3816.0, 3816.0, 3838.0, 3816.0, 3838.0, 3828.0, 3838.0, 3871.0, 3826.0, 3836.0, 3825.0, 3813.0, 3825.0, 3825.0, 3858.0, 3815.0, 3837.0, 3805.0, 3823.0, 3813.0, 3857.0, 3836.0, 3858.0, 3816.0, 3824.0, 3814.0, 3826.0, 3803.0, 3825.0, 3857.0, 3825.0, 3868.0, 3825.0, 3835.0, 3815.0, 3834.0, 3814.0, 3834.0, 3805.0, 3827.0, 3818.0, 3837.0, 3818.0, 3828.0, 3828.0, 3827.0, 3841.0, 3851.0, 3840.0, 3851.0, 3839.0, 3858.0, 3837.0, 3867.0, 3848.0, 3855.0, 3824.0, 3833.0, 3824.0, 3844.0, 3826.0, 3856.0, 3813.0, 3845.0, 3825.0, 3822.0, 3812.0, 3857.0, 3823.0, 3825.0, 3824.0, 3804.0, 3813.0, 3812.0, 3855.0, 3845.0, 3833.0, 3802.0, 3822.0, 3812.0, 3812.0, 3802.0, 3833.0, 3823.0, 3853.0, 3811.0, 3832.0, 3810.0, 3810.0, 3810.0, 3852.0, 3812.0, 3841.0, 3800.0, 3797.0, 3788.0, 3808.0, 3799.0, 3809.0, 3800.0, 3799.0, 3789.0, 3809.0, 3811.0, 3820.0, 3812.0, 3811.0, 3814.0, 3821.0, 3823.0, 3822.0, 3824.0, 3847.0, 3837.0, 3847.0, 3826.0, 3816.0, 3824.0, 3813.0, 3824.0, 3825.0, 3847.0, 3823.0, 3824.0, 3812.0, 3823.0, 3823.0, 3823.0, 3866.0, 3834.0, 3864.0, 3823.0, 3833.0, 3821.0, 3831.0, 3812.0, 3844.0, 3800.0, 3821.0, 3800.0, 3810.0, 3799.0, 3810.0, 3789.0, 3810.0, 3801.0, 3824.0, 3803.0, 3825.0, 3814.0, 3825.0, 3816.0, 3825.0, 3828.0, 3825.0, 3815.0, 3825.0, 3804.0, 3826.0, 3835.0, 3839.0, 3856.0, 3836.0, 3824.0, 3825.0, 3834.0, 3834.0, 3869.0, 3824.0, 3814.0, 3823.0, 3802.0, 3824.0, 3865.0, 3837.0, 3866.0, 3823.0, 3844.0, 3822.0, 3834.0, 3823.0, 3874.0, 3826.0, 3855.0, 3812.0, 3822.0, 3812.0, 3832.0, 3823.0, 3865.0, 3835.0, 3854.0, 3811.0, 3843.0, 3812.0, 3821.0, 3813.0, 3821.0, 3812.0, 3842.0, 3800.0, 3810.0, 3799.0, 3810.0, 3799.0, 3821.0, 3811.0, 3824.0, 3801.0, 3823.0, 3803.0, 3824.0, 3816.0, 3838.0, 3827.0, 3837.0, 3804.0, 3823.0, 3801.0, 3823.0, 3813.0, 3839.0, 3858.0, 3837.0, 3846.0, 3815.0, 3823.0, 3804.0, 3825.0, 3804.0, 3824.0, 3802.0, 3825.0, 3816.0, 3827.0, 3828.0, 3828.0, 3816.0, 3828.0, 3818.0, 3850.0, 3829.0, 3864.0, 3820.0, 3850.0, 3818.0, 3849.0, 3827.0, 3871.0, 3881.0, 3848.0, 3867.0, 3826.0, 3846.0, 3814.0, 3867.0, 3836.0, 3845.0, 3804.0, 3824.0, 3813.0, 3823.0, 3865.0, 3868.0, 3844.0, 3823.0, 3801.0, 3822.0, 3832.0, 3822.0, 3865.0, 3821.0, 3832.0, 3820.0, 3831.0, 3822.0, 3852.0, 3822.0, 3854.0, 3799.0, 3810.0, 3789.0, 3808.0, 3799.0, 3820.0, 3823.0, 3810.0, 3810.0, 3811.0, 3800.0, 3823.0, 3801.0, 3823.0, 3844.0, 3815.0, 3791.0, 3813.0, 3815.0, 3803.0, 3825.0, 3804.0, 3837.0, 3815.0, 3825.0, 3816.0, 3856.0, 3812.0, 3842.0, 3831.0, 3843.0, 3855.0, 3844.0, 3811.0, 3811.0, 3800.0, 3810.0, 3798.0, 3810.0, 3790.0, 3811.0, 3845.0, 3811.0, 3801.0, 3811.0, 3791.0, 3812.0, 3791.0, 3823.0, 3844.0, 3825.0, 3844.0, 3813.0, 3822.0, 3811.0, 3821.0, 3812.0, 3822.0, 3826.0, 3835.0, 3814.0, 3834.0, 3801.0, 3822.0, 3802.0, 3823.0, 3814.0, 3836.0, 3814.0, 3836.0, 3815.0, 3824.0, 3803.0, 3824.0, 3816.0, 3837.0, 3830.0, 3828.0, 3840.0, 3817.0, 3839.0, 3817.0, 3839.0, 3848.0, 3862.0, 3816.0, 3838.0, 3815.0, 3825.0, 3857.0, 3868.0, 3868.0, 3834.0, 3814.0, 3824.0, 3843.0, 3823.0, 3854.0, 3824.0, 3866.0, 3812.0, 3802.0, 3824.0, 3801.0, 3824.0, 3813.0, 3847.0, 3826.0, 3805.0, 3827.0, 3805.0, 3837.0, 3814.0, 3847.0, 3848.0, 3846.0, 3815.0, 3823.0, 3812.0, 3853.0, 3799.0, 3852.0, 3843.0, 3843.0, 3810.0, 3811.0, 3800.0, 3810.0, 3799.0, 3821.0, 3811.0, 3810.0, 3811.0, 3811.0, 3801.0, 3821.0, 3812.0, 3821.0, 3812.0, 3811.0, 3802.0, 3810.0, 3811.0, 3810.0, 3813.0, 3823.0, 3823.0, 3813.0, 3812.0, 3822.0, 3801.0, 3812.0, 3825.0, 3823.0, 3845.0, 3823.0, 3811.0, 3811.0, 3812.0, 3821.0, 3813.0, 3835.0, 3815.0, 3836.0, 3826.0, 3846.0, 3827.0, 3835.0, 3838.0, 3840.0, 3840.0, 3850.0, 3829.0, 3825.0, 3816.0, 3825.0, 3826.0, 3836.0, 3840.0, 3818.0, 3839.0, 3820.0, 3851.0, 3841.0, 3862.0, 3830.0, 3863.0, 3839.0, 3870.0, 3827.0, 3868.0, 3845.0, 3824.0, 3870.0, 3838.0, 3846.0, 3837.0, 3835.0, 3814.0, 3823.0, 3813.0, 3835.0, 3803.0, 3825.0, 3827.0, 3851.0, 3828.0, 3838.0, 3829.0, 3837.0, 3815.0, 3836.0, 3827.0, 3850.0, 3818.0, 3865.0, 3831.0, 3851.0, 3831.0, 3862.0, 3841.0, 3875.0, 3831.0, 3861.0, 3829.0, 3871.0, 3817.0, 3880.0, 3860.0, 3871.0, 3815.0, 3825.0, 3814.0, 3867.0, 3856.0, 3869.0], 'WindowWidth': [8602.0, 8609.0, 8579.0, 8554.0, 8544.0, 8507.0, 8518.0, 8487.0, 8517.0, 8529.0, 8520.0, 8544.0, 8521.0, 8531.0, 8510.0, 8535.0, 8552.0, 8593.0, 8552.0, 8567.0, 8577.0, 8560.0, 8573.0, 8553.0, 8587.0, 8558.0, 8574.0, 8561.0, 8578.0, 8576.0, 8587.0, 8554.0, 8573.0, 8617.0, 8584.0, 8599.0, 8573.0, 8587.0, 8571.0, 8598.0, 8588.0, 8618.0, 8573.0, 8574.0, 8591.0, 8572.0, 8585.0, 8555.0, 8588.0, 8632.0, 8585.0, 8618.0, 8590.0, 8618.0, 8572.0, 8599.0, 8573.0, 8588.0, 8559.0, 8601.0, 8578.0, 8601.0, 8547.0, 8606.0, 8584.0, 8611.0, 8589.0, 8629.0, 8606.0, 8598.0, 8621.0, 8593.0, 8609.0, 8597.0, 8627.0, 8613.0, 8638.0, 8598.0, 8711.0, 8643.0, 8675.0, 8636.0, 8639.0, 8627.0, 8650.0, 8586.0, 8675.0, 8609.0, 8655.0, 8653.0, 8642.0, 8641.0, 8582.0, 8609.0, 8575.0, 8587.0, 8570.0, 8629.0, 8569.0, 8626.0, 8563.0, 8607.0, 8549.0, 8611.0, 8553.0, 8568.0, 8567.0, 8548.0, 8564.0, 8546.0, 8584.0, 8587.0, 8571.0, 8560.0, 8588.0, 8560.0, 8573.0, 8556.0, 8573.0, 8602.0, 8593.0, 8613.0, 8572.0, 8557.0, 8571.0, 8553.0, 8569.0, 8586.0, 8586.0, 8604.0, 8589.0, 8576.0, 8589.0, 8577.0, 8604.0, 8586.0, 8651.0, 8607.0, 8626.0, 8582.0, 8604.0, 8577.0, 8601.0, 8592.0, 8624.0, 8618.0, 8599.0, 8600.0, 8584.0, 8609.0, 8595.0, 8657.0, 8584.0, 8595.0, 8580.0, 8665.0, 8593.0, 8616.0, 8656.0, 8616.0, 8632.0, 8589.0, 8620.0, 8575.0, 8599.0, 8574.0, 8607.0, 8579.0, 8603.0, 8578.0, 8604.0, 8594.0, 8606.0, 8620.0, 8614.0, 8598.0, 8606.0, 8596.0, 8594.0, 8584.0, 8624.0, 8580.0, 8592.0, 8579.0, 8647.0, 8616.0, 8611.0, 8674.0, 8625.0, 8631.0, 8568.0, 8579.0, 8537.0, 8568.0, 8550.0, 8587.0, 8556.0, 8573.0, 8592.0, 8573.0, 8584.0, 8575.0, 8604.0, 8592.0, 8605.0, 8618.0, 8568.0, 8595.0, 8580.0, 8596.0, 8608.0, 8616.0, 8636.0, 8589.0, 8617.0, 8592.0, 8604.0, 8593.0, 8635.0, 8571.0, 8579.0, 8551.0, 8625.0, 8567.0, 8645.0, 8597.0, 8565.0, 8548.0, 8563.0, 8544.0, 8562.0, 8577.0, 8586.0, 8567.0, 8582.0, 8551.0, 8565.0, 8607.0, 8563.0, 8611.0, 8567.0, 8620.0, 8548.0, 8560.0, 8544.0, 8560.0, 8565.0, 8561.0, 8595.0, 8565.0, 8547.0, 8565.0, 8577.0, 8567.0, 8611.0, 8582.0, 8600.0, 8585.0, 8594.0, 8572.0, 8581.0, 8585.0, 8582.0, 8579.0, 8600.0, 8556.0, 8566.0, 8567.0, 8570.0, 8615.0, 8584.0, 8647.0, 8583.0, 8555.0, 8583.0, 8600.0, 8590.0, 8617.0, 8597.0, 8616.0, 8575.0, 8570.0, 8588.0, 8557.0, 8590.0, 8612.0, 8593.0, 8579.0, 8593.0, 8561.0, 8590.0, 8653.0, 8592.0, 8652.0, 8590.0, 8620.0, 8588.0, 8584.0, 8572.0, 8586.0, 8595.0, 8636.0, 8593.0, 8591.0, 8579.0, 8576.0, 8595.0, 8609.0, 8599.0, 8636.0, 8594.0, 8605.0, 8588.0, 8586.0, 8590.0, 8585.0, 8582.0, 8630.0, 8574.0, 8586.0, 8577.0, 8591.0, 8596.0, 8613.0, 8581.0, 8582.0, 8614.0, 8582.0, 8613.0, 8600.0, 8613.0, 8661.0, 8594.0, 8606.0, 8591.0, 8572.0, 8590.0, 8593.0, 8642.0, 8580.0, 8609.0, 8564.0, 8587.0, 8574.0, 8635.0, 8609.0, 8641.0, 8582.0, 8590.0, 8574.0, 8592.0, 8559.0, 8588.0, 8636.0, 8591.0, 8650.0, 8587.0, 8602.0, 8576.0, 8600.0, 8576.0, 8601.0, 8567.0, 8596.0, 8588.0, 8609.0, 8588.0, 8603.0, 8603.0, 8600.0, 8624.0, 8635.0, 8620.0, 8634.0, 8615.0, 8638.0, 8609.0, 8654.0, 8627.0, 8629.0, 8586.0, 8598.0, 8585.0, 8614.0, 8593.0, 8631.0, 8570.0, 8617.0, 8591.0, 8583.0, 8570.0, 8635.0, 8586.0, 8592.0, 8590.0, 8562.0, 8573.0, 8568.0, 8631.0, 8616.0, 8599.0, 8557.0, 8583.0, 8569.0, 8566.0, 8553.0, 8597.0, 8586.0, 8625.0, 8568.0, 8595.0, 8564.0, 8562.0, 8563.0, 8623.0, 8567.0, 8605.0, 8548.0, 8541.0, 8530.0, 8557.0, 8545.0, 8558.0, 8551.0, 8548.0, 8535.0, 8560.0, 8565.0, 8575.0, 8572.0, 8567.0, 8574.0, 8581.0, 8585.0, 8582.0, 8590.0, 8625.0, 8613.0, 8623.0, 8597.0, 8584.0, 8590.0, 8572.0, 8588.0, 8591.0, 8623.0, 8587.0, 8589.0, 8571.0, 8584.0, 8584.0, 8584.0, 8647.0, 8603.0, 8641.0, 8583.0, 8598.0, 8579.0, 8593.0, 8566.0, 8613.0, 8549.0, 8577.0, 8551.0, 8562.0, 8546.0, 8562.0, 8533.0, 8564.0, 8554.0, 8589.0, 8561.0, 8591.0, 8576.0, 8593.0, 8580.0, 8591.0, 8600.0, 8593.0, 8578.0, 8591.0, 8562.0, 8593.0, 8605.0, 8616.0, 8635.0, 8606.0, 8589.0, 8591.0, 8602.0, 8602.0, 8655.0, 8591.0, 8576.0, 8587.0, 8557.0, 8589.0, 8644.0, 8612.0, 8647.0, 8586.0, 8614.0, 8584.0, 8603.0, 8587.0, 8657.0, 8595.0, 8630.0, 8570.0, 8582.0, 8568.0, 8596.0, 8585.0, 8643.0, 8605.0, 8626.0, 8567.0, 8613.0, 8569.0, 8580.0, 8571.0, 8581.0, 8569.0, 8608.0, 8551.0, 8562.0, 8548.0, 8561.0, 8547.0, 8580.0, 8567.0, 8590.0, 8556.0, 8585.0, 8562.0, 8587.0, 8581.0, 8615.0, 8600.0, 8612.0, 8563.0, 8587.0, 8555.0, 8585.0, 8574.0, 8617.0, 8644.0, 8612.0, 8622.0, 8577.0, 8586.0, 8561.0, 8591.0, 8561.0, 8589.0, 8559.0, 8594.0, 8581.0, 8597.0, 8603.0, 8600.0, 8584.0, 8602.0, 8589.0, 8635.0, 8604.0, 8661.0, 8596.0, 8635.0, 8590.0, 8631.0, 8599.0, 8663.0, 8677.0, 8627.0, 8652.0, 8593.0, 8623.0, 8576.0, 8649.0, 8608.0, 8619.0, 8562.0, 8587.0, 8571.0, 8586.0, 8644.0, 8654.0, 8613.0, 8585.0, 8554.0, 8582.0, 8595.0, 8585.0, 8642.0, 8580.0, 8596.0, 8577.0, 8594.0, 8581.0, 8625.0, 8585.0, 8629.0, 8549.0, 8563.0, 8535.0, 8559.0, 8549.0, 8577.0, 8585.0, 8564.0, 8566.0, 8567.0, 8549.0, 8585.0, 8554.0, 8587.0, 8615.0, 8579.0, 8542.0, 8574.0, 8581.0, 8560.0, 8592.0, 8564.0, 8613.0, 8580.0, 8593.0, 8580.0, 8636.0, 8569.0, 8608.0, 8592.0, 8609.0, 8631.0, 8615.0, 8567.0, 8566.0, 8547.0, 8560.0, 8542.0, 8560.0, 8538.0, 8564.0, 8614.0, 8566.0, 8553.0, 8567.0, 8538.0, 8568.0, 8537.0, 8583.0, 8613.0, 8590.0, 8613.0, 8570.0, 8582.0, 8566.0, 8579.0, 8567.0, 8583.0, 8594.0, 8606.0, 8575.0, 8600.0, 8553.0, 8581.0, 8554.0, 8583.0, 8575.0, 8607.0, 8575.0, 8606.0, 8579.0, 8586.0, 8560.0, 8587.0, 8582.0, 8608.0, 8608.0, 8602.0, 8619.0, 8586.0, 8616.0, 8585.0, 8615.0, 8627.0, 8652.0, 8581.0, 8611.0, 8576.0, 8592.0, 8635.0, 8653.0, 8653.0, 8602.0, 8573.0, 8587.0, 8610.0, 8583.0, 8627.0, 8586.0, 8646.0, 8568.0, 8558.0, 8585.0, 8553.0, 8586.0, 8573.0, 8624.0, 8593.0, 8565.0, 8597.0, 8566.0, 8608.0, 8575.0, 8624.0, 8627.0, 8621.0, 8576.0, 8586.0, 8567.0, 8622.0, 8547.0, 8621.0, 8610.0, 8609.0, 8562.0, 8563.0, 8548.0, 8562.0, 8546.0, 8577.0, 8565.0, 8562.0, 8566.0, 8565.0, 8552.0, 8579.0, 8566.0, 8580.0, 8568.0, 8565.0, 8555.0, 8561.0, 8565.0, 8562.0, 8570.0, 8583.0, 8583.0, 8569.0, 8569.0, 8580.0, 8552.0, 8566.0, 8590.0, 8586.0, 8615.0, 8585.0, 8566.0, 8564.0, 8567.0, 8578.0, 8571.0, 8601.0, 8578.0, 8607.0, 8593.0, 8618.0, 8595.0, 8603.0, 8612.0, 8619.0, 8616.0, 8629.0, 8602.0, 8589.0, 8579.0, 8589.0, 8593.0, 8606.0, 8619.0, 8587.0, 8616.0, 8592.0, 8633.0, 8621.0, 8650.0, 8605.0, 8654.0, 8616.0, 8660.0, 8595.0, 8653.0, 8615.0, 8587.0, 8657.0, 8610.0, 8619.0, 8611.0, 8603.0, 8573.0, 8583.0, 8570.0, 8600.0, 8558.0, 8588.0, 8596.0, 8633.0, 8599.0, 8613.0, 8602.0, 8610.0, 8579.0, 8608.0, 8598.0, 8633.0, 8589.0, 8662.0, 8610.0, 8636.0, 8612.0, 8654.0, 8624.0, 8675.0, 8611.0, 8649.0, 8603.0, 8660.0, 8586.0, 8671.0, 8644.0, 8660.0, 8578.0, 8590.0, 8573.0, 8648.0, 8634.0, 8656.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.0005329116945107398</td></tr>
<tr><td colspan=3>aqi</td><td>0.019725847852028636</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.55546997328553</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.240098226105137</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0093372979211466</td></tr>
<tr><td colspan=3>efc</td><td>0.4984</td></tr>
<tr><td colspan=3>fber</td><td>4002.0142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.075323438061569</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.028639618138425</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4769589434658115</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348215307650548</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.769631933966829</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3130295887800574</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147052</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026044193655252457</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048916250467300415</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>3.811947957271995</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>13.2574</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6835</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.26</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299840.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>963.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.14</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3239</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.3274</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3028.1602</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76704.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>840.772</td></tr>
<tr><td colspan=3>tsnr</td><td>38.27586977696046</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>