<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>c835224466c12693cc6eaed5c5b64225</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>14:00:39.640000</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.999602, -0.00181457, 0.0281389, -0.00331484, 0.983445, 0.181175]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100117</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7711, -7285, 724, -25, -5, 23, 62]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</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>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>201c142d-9e2b-4af2-b6b3-e802742fbb1c||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.6818602085113525, -0.008893473073840141, 0.07560496032238007, 113.18299102783203], [0.004868367221206427, 2.638512134552002, 0.4892286956310272, -111.3711166381836], [0.07549464702606201, -0.486078143119812, 2.6542303562164307, -37.99655532836914], [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': ['140039.640000', '140040.100000', '140040.560000', '140041.020000', '140041.480000', '140041.940000', '140042.400000', '140042.860000', '140043.320000', '140043.780000', '140044.240000', '140044.700000', '140045.160000', '140045.620000', '140046.080000', '140046.540000', '140047.000000', '140047.460000', '140047.920000', '140048.380000', '140048.840000', '140049.300000', '140049.760000', '140050.220000', '140050.680000', '140051.140000', '140051.600000', '140052.060000', '140052.520000', '140052.980000', '140053.440000', '140053.900000', '140054.360000', '140054.820000', '140055.280000', '140055.740000', '140056.200000', '140056.660000', '140057.120000', '140057.580000', '140058.040000', '140058.500000', '140058.960000', '140059.420000', '140059.880000', '140100.340000', '140100.800000', '140101.260000', '140101.720000', '140102.180000', '140102.640000', '140103.100000', '140103.560000', '140104.020000', '140104.480000', '140104.940000', '140105.400000', '140105.860000', '140106.320000', '140106.780000', '140107.240000', '140107.700000', '140108.160000', '140108.620000', '140109.080000', '140109.540000', '140110.000000', '140110.460000', '140110.920000', '140111.380000', '140111.840000', '140112.300000', '140112.760000', '140113.220000', '140113.680000', '140114.140000', '140114.600000', '140115.060000', '140115.520000', '140115.980000', '140116.440000', '140116.900000', '140117.360000', '140117.820000', '140118.280000', '140118.740000', '140119.200000', '140119.660000', '140120.120000', '140120.580000', '140121.040000', '140121.500000', '140121.960000', '140122.420000', '140122.880000', '140123.340000', '140123.800000', '140124.260000', '140124.720000', '140125.180000', '140125.640000', '140126.100000', '140126.560000', '140127.020000', '140127.480000', '140127.940000', '140128.400000', '140128.860000', '140129.320000', '140129.780000', '140130.240000', '140130.700000', '140131.160000', '140131.620000', '140132.080000', '140132.540000', '140133.000000', '140133.460000', '140133.920000', '140134.380000', '140134.840000', '140135.300000', '140135.760000', '140136.220000', '140136.680000', '140137.140000', '140137.600000', '140138.060000', '140138.520000', '140138.980000', '140139.440000', '140139.900000', '140140.360000', '140140.820000', '140141.280000', '140141.740000', '140142.200000', '140142.660000', '140143.120000', '140143.580000', '140144.040000', '140144.500000', '140144.960000', '140145.420000', '140145.880000', '140146.340000', '140146.800000', '140147.260000', '140147.720000', '140148.180000', '140148.640000', '140149.100000', '140149.560000', '140150.020000', '140150.480000', '140150.940000', '140151.400000', '140151.860000', '140152.320000', '140152.780000', '140153.240000', '140153.700000', '140154.160000', '140154.620000', '140155.080000', '140155.540000', '140156.000000', '140156.460000', '140156.920000', '140157.380000', '140157.840000', '140158.300000', '140158.760000', '140159.220000', '140159.680000', '140200.140000', '140200.600000', '140201.060000', '140201.520000', '140201.980000', '140202.440000', '140202.900000', '140203.360000', '140203.820000', '140204.280000', '140204.740000', '140205.200000', '140205.660000', '140206.120000', '140206.580000', '140207.040000', '140207.500000', '140207.960000', '140208.420000', '140208.880000', '140209.340000', '140209.800000', '140210.260000', '140210.720000', '140211.180000', '140211.640000', '140212.100000', '140212.560000', '140213.020000', '140213.480000', '140213.940000', '140214.400000', '140214.860000', '140215.320000', '140215.780000', '140216.240000', '140216.700000', '140217.160000', '140217.620000', '140218.080000', '140218.540000', '140219.000000', '140219.460000', '140219.920000', '140220.380000', '140220.840000', '140221.300000', '140221.760000', '140222.220000', '140222.680000', '140223.140000', '140223.600000', '140224.060000', '140224.520000', '140224.980000', '140225.440000', '140225.900000', '140226.360000', '140226.820000', '140227.280000', '140227.740000', '140228.200000', '140228.660000', '140229.120000', '140229.580000', '140230.040000', '140230.500000', '140230.960000', '140231.420000', '140231.880000', '140232.340000', '140232.800000', '140233.260000', '140233.720000', '140234.180000', '140234.640000', '140235.100000', '140235.560000', '140236.020000', '140236.480000', '140236.940000', '140237.400000', '140237.860000', '140238.320000', '140238.780000', '140239.240000', '140239.700000', '140240.160000', '140240.620000', '140241.080000', '140241.540000', '140242.000000', '140242.460000', '140242.920000', '140243.380000', '140243.840000', '140244.300000', '140244.760000', '140245.220000', '140245.680000', '140246.140000', '140246.600000', '140247.060000', '140247.520000', '140247.980000', '140248.440000', '140248.900000', '140249.360000', '140249.820000', '140250.280000', '140250.740000', '140251.200000', '140251.660000', '140252.120000', '140252.580000', '140253.040000', '140253.500000', '140253.960000', '140254.420000', '140254.880000', '140255.340000', '140255.800000', '140256.260000', '140256.720000', '140257.180000', '140257.640000', '140258.100000', '140258.560000', '140259.020000', '140259.480000', '140259.940000', '140300.400000', '140300.860000', '140301.320000', '140301.780000', '140302.240000', '140302.700000', '140303.160000', '140303.620000', '140304.080000', '140304.540000', '140305.000000', '140305.460000', '140305.920000', '140306.380000', '140306.840000', '140307.300000', '140307.760000', '140308.220000', '140308.680000', '140309.140000', '140309.600000', '140310.060000', '140310.520000', '140310.980000', '140311.440000', '140311.900000', '140312.360000', '140312.820000', '140313.280000', '140313.740000', '140314.200000', '140314.660000', '140315.120000', '140315.580000', '140316.040000', '140316.500000', '140316.960000', '140317.420000', '140317.880000', '140318.340000', '140318.800000', '140319.260000', '140319.720000', '140320.180000', '140320.640000', '140321.100000', '140321.560000', '140322.020000', '140322.480000', '140322.940000', '140323.400000', '140323.860000', '140324.320000', '140324.780000', '140325.240000', '140325.700000', '140326.160000', '140326.620000', '140327.080000', '140327.540000', '140328.000000', '140328.460000', '140328.920000', '140329.380000', '140329.840000', '140330.300000', '140330.760000', '140331.220000', '140331.680000', '140332.140000', '140332.600000', '140333.060000', '140333.520000', '140333.980000', '140334.440000', '140334.900000', '140335.360000', '140335.820000', '140336.280000', '140336.740000', '140337.200000', '140337.660000', '140338.120000', '140338.580000', '140339.040000', '140339.500000', '140339.960000', '140340.420000', '140340.880000', '140341.340000', '140341.800000', '140342.260000', '140342.720000', '140343.180000', '140343.640000', '140344.100000', '140344.560000', '140345.020000', '140345.480000', '140345.940000', '140346.400000', '140346.860000', '140347.320000', '140347.780000', '140348.240000', '140348.700000', '140349.160000', '140349.620000', '140350.080000', '140350.540000', '140351.000000', '140351.460000', '140351.920000', '140352.380000', '140352.840000', '140353.300000', '140353.760000', '140354.220000', '140354.680000', '140355.140000', '140355.600000', '140356.060000', '140356.520000', '140356.980000', '140357.440000', '140357.900000', '140358.360000', '140358.820000', '140359.280000', '140359.740000', '140400.200000', '140400.660000', '140401.120000', '140401.580000', '140402.040000', '140402.500000', '140402.960000', '140403.420000', '140403.880000', '140404.340000', '140404.800000', '140405.260000', '140405.720000', '140406.180000', '140406.640000', '140407.100000', '140407.560000', '140408.020000', '140408.480000', '140408.940000', '140409.400000', '140409.860000', '140410.320000', '140410.780000', '140411.240000', '140411.700000', '140412.160000', '140412.620000', '140413.080000', '140413.540000', '140414.000000', '140414.460000', '140414.920000', '140415.380000', '140415.840000', '140416.300000', '140416.760000', '140417.220000', '140417.680000', '140418.140000', '140418.600000', '140419.060000', '140419.520000', '140419.980000', '140420.440000', '140420.900000', '140421.360000', '140421.820000', '140422.280000', '140422.740000', '140423.200000', '140423.660000', '140424.120000', '140424.580000', '140425.040000', '140425.500000', '140425.960000', '140426.420000', '140426.880000', '140427.340000', '140427.800000', '140428.260000', '140428.720000', '140429.180000', '140429.640000', '140430.100000', '140430.560000', '140431.020000', '140431.480000', '140431.940000', '140432.400000', '140432.860000', '140433.320000', '140433.780000', '140434.240000', '140434.700000', '140435.160000', '140435.620000', '140436.080000', '140436.540000', '140437.000000', '140437.460000', '140437.920000', '140438.380000', '140438.840000', '140439.300000', '140439.760000', '140440.220000', '140440.680000', '140441.140000', '140441.600000', '140442.060000', '140442.520000', '140442.980000', '140443.440000', '140443.900000', '140444.360000', '140444.820000', '140445.280000', '140445.740000', '140446.200000', '140446.660000', '140447.120000', '140447.580000', '140448.040000', '140448.500000', '140448.960000', '140449.420000', '140449.880000', '140450.340000', '140450.800000', '140451.260000', '140451.720000', '140452.180000', '140452.640000', '140453.100000', '140453.560000', '140454.020000', '140454.480000', '140454.940000', '140455.400000', '140455.860000', '140456.320000', '140456.780000', '140457.240000', '140457.700000', '140458.160000', '140458.620000', '140459.080000', '140459.540000', '140500.000000', '140500.460000', '140500.920000', '140501.380000', '140501.840000', '140502.300000', '140502.760000', '140503.220000', '140503.680000', '140504.140000', '140504.600000', '140505.060000', '140505.520000', '140505.980000', '140506.440000', '140506.900000', '140507.360000', '140507.820000', '140508.280000', '140508.740000', '140509.200000', '140509.660000', '140510.120000', '140510.580000', '140511.040000', '140511.500000', '140511.960000', '140512.420000', '140512.880000', '140513.340000', '140513.800000', '140514.260000', '140514.720000', '140515.180000', '140515.640000', '140516.100000', '140516.560000', '140517.020000', '140517.480000', '140517.940000', '140518.400000', '140518.860000', '140519.320000', '140519.780000', '140520.240000', '140520.700000', '140521.160000', '140521.620000', '140522.080000', '140522.540000', '140523.000000', '140523.460000', '140523.920000', '140524.380000', '140524.840000', '140525.300000', '140525.760000', '140526.220000', '140526.680000', '140527.140000', '140527.600000', '140528.060000', '140528.520000', '140528.980000', '140529.440000', '140529.900000', '140530.360000', '140530.820000', '140531.280000', '140531.740000', '140532.200000', '140532.660000', '140533.120000', '140533.580000', '140534.040000', '140534.500000', '140534.960000', '140535.420000', '140535.880000', '140536.340000', '140536.800000', '140537.260000', '140537.720000', '140538.180000', '140538.640000', '140539.100000', '140539.560000', '140540.020000', '140540.480000', '140540.940000', '140541.400000', '140541.860000', '140542.320000', '140542.780000', '140543.240000', '140543.700000', '140544.160000', '140544.620000', '140545.080000', '140545.540000', '140546.000000', '140546.460000', '140546.920000', '140547.380000', '140547.840000', '140548.300000', '140548.760000', '140549.220000', '140549.680000', '140550.140000', '140550.600000', '140551.060000', '140551.520000', '140551.980000', '140552.440000', '140552.900000', '140553.360000', '140553.820000', '140554.280000', '140554.740000', '140555.200000', '140555.660000', '140556.120000', '140556.580000', '140557.040000', '140557.500000', '140557.960000', '140558.420000', '140558.880000', '140559.340000', '140559.800000', '140600.260000', '140600.720000', '140601.180000', '140601.640000', '140602.100000', '140602.560000', '140603.020000', '140603.480000', '140603.940000', '140604.400000', '140604.860000', '140605.320000', '140605.780000', '140606.240000', '140606.700000', '140607.160000', '140607.620000', '140608.080000', '140608.540000', '140609.000000', '140609.460000', '140609.920000', '140610.380000', '140610.840000', '140611.300000', '140611.760000', '140612.220000', '140612.680000', '140613.140000', '140613.600000', '140614.060000', '140614.520000', '140614.980000', '140615.440000', '140615.900000', '140616.360000', '140616.820000', '140617.280000', '140617.740000', '140618.200000', '140618.660000', '140619.120000', '140619.580000', '140620.040000', '140620.500000', '140620.960000', '140621.420000', '140621.880000', '140622.340000', '140622.800000', '140623.260000', '140623.720000', '140624.180000', '140624.640000', '140625.100000', '140625.560000', '140626.020000', '140626.480000', '140626.940000', '140627.400000', '140627.860000', '140628.320000', '140628.780000', '140629.240000', '140629.700000', '140630.160000', '140630.620000', '140631.080000', '140631.540000', '140632.000000', '140632.460000', '140632.920000', '140633.380000', '140633.840000', '140634.300000', '140634.760000', '140635.220000', '140635.680000', '140636.140000', '140636.600000', '140637.060000', '140637.520000', '140637.980000', '140638.440000', '140638.900000', '140639.360000', '140639.820000', '140640.280000', '140640.740000', '140641.200000', '140641.660000', '140642.120000', '140642.580000', '140643.040000', '140643.500000', '140643.960000', '140644.420000', '140644.880000', '140645.340000', '140645.800000', '140646.260000', '140646.720000', '140647.180000', '140647.640000', '140648.100000', '140648.560000', '140649.020000', '140649.480000', '140649.940000', '140650.400000', '140650.860000', '140651.320000', '140651.780000', '140652.240000', '140652.700000', '140653.160000', '140653.620000', '140654.080000', '140654.540000', '140655.000000', '140655.460000', '140655.920000', '140656.380000', '140656.840000', '140657.300000', '140657.760000', '140658.220000', '140658.680000', '140659.140000', '140659.600000', '140700.060000', '140700.520000', '140700.980000', '140701.440000', '140701.900000', '140702.360000', '140702.820000', '140703.280000', '140703.740000', '140704.200000', '140704.660000', '140705.120000'], 'ContentTime': ['140053.751000', '140053.754000', '140053.757000', '140053.760000', '140053.762000', '140053.765000', '140053.772000', '140053.774000', '140053.777000', '140053.779000', '140053.782000', '140053.784000', '140053.787000', '140053.790000', '140053.792000', '140053.795000', '140053.798000', '140053.800000', '140053.803000', '140053.805000', '140053.808000', '140053.810000', '140053.813000', '140053.815000', '140053.818000', '140053.820000', '140053.823000', '140113.721000', '140113.723000', '140113.726000', '140113.728000', '140113.731000', '140113.734000', '140113.736000', '140113.739000', '140113.741000', '140113.744000', '140113.746000', '140113.753000', '140113.756000', '140113.758000', '140113.761000', '140113.763000', '140113.766000', '140113.768000', '140113.771000', '140113.773000', '140113.776000', '140113.779000', '140113.781000', '140113.784000', '140113.786000', '140113.789000', '140113.791000', '140113.794000', '140113.796000', '140113.799000', '140113.801000', '140113.807000', '140113.809000', '140113.812000', '140113.815000', '140113.817000', '140113.820000', '140113.822000', '140113.825000', '140113.827000', '140113.830000', '140113.832000', '140113.835000', '140113.838000', '140133.720000', '140133.723000', '140133.726000', '140133.728000', '140133.731000', '140133.733000', '140133.736000', '140133.739000', '140133.741000', '140133.744000', '140133.746000', '140133.749000', '140133.751000', '140133.754000', '140133.756000', '140133.759000', '140133.762000', '140133.764000', '140133.767000', '140133.769000', '140133.772000', '140133.774000', '140133.777000', '140133.779000', '140133.782000', '140133.784000', '140133.787000', '140133.799000', '140133.801000', '140133.804000', '140133.806000', '140133.809000', '140133.811000', '140133.814000', '140133.816000', '140133.819000', '140133.821000', '140133.824000', '140133.827000', '140133.829000', '140133.832000', '140133.834000', '140133.837000', '140153.721000', '140153.724000', '140153.726000', '140153.729000', '140153.731000', '140153.734000', '140153.736000', '140153.739000', '140153.742000', '140153.744000', '140153.747000', '140153.749000', '140153.752000', '140153.755000', '140153.757000', '140153.760000', '140153.762000', '140153.765000', '140153.767000', '140153.770000', '140153.773000', '140153.775000', '140153.778000', '140153.780000', '140153.783000', '140153.786000', '140153.788000', '140153.791000', '140153.793000', '140153.796000', '140153.799000', '140153.801000', '140153.804000', '140153.806000', '140153.809000', '140153.811000', '140153.814000', '140153.816000', '140153.819000', '140153.821000', '140153.824000', '140153.827000', '140153.829000', '140153.832000', '140213.720000', '140213.723000', '140213.726000', '140213.729000', '140213.732000', '140213.735000', '140213.738000', '140213.740000', '140213.743000', '140213.745000', '140213.748000', '140213.751000', '140213.753000', '140213.756000', '140213.758000', '140213.761000', '140213.764000', '140213.766000', '140213.769000', '140213.771000', '140213.774000', '140213.777000', '140213.780000', '140213.782000', '140213.785000', '140213.788000', '140213.790000', '140213.793000', '140213.795000', '140213.798000', '140213.800000', '140213.803000', '140213.806000', '140213.808000', '140213.811000', '140213.813000', '140213.816000', '140213.819000', '140213.821000', '140213.824000', '140213.826000', '140213.829000', '140213.832000', '140233.721000', '140233.723000', '140233.726000', '140233.729000', '140233.731000', '140233.734000', '140233.736000', '140233.739000', '140233.741000', '140233.744000', '140233.754000', '140233.757000', '140233.759000', '140233.762000', '140233.765000', '140233.767000', '140233.770000', '140233.772000', '140233.775000', '140233.777000', '140233.780000', '140233.783000', '140233.785000', '140233.788000', '140233.790000', '140233.793000', '140233.796000', '140233.798000', '140233.801000', '140233.803000', '140233.806000', '140233.808000', '140233.811000', '140233.813000', '140233.816000', '140233.819000', '140233.821000', '140233.824000', '140233.826000', '140233.829000', '140233.832000', '140233.834000', '140233.837000', '140233.839000', '140253.722000', '140253.724000', '140253.727000', '140253.730000', '140253.732000', '140253.735000', '140253.737000', '140253.740000', '140253.742000', '140253.745000', '140253.748000', '140253.750000', '140253.753000', '140253.756000', '140253.758000', '140253.761000', '140253.763000', '140253.766000', '140253.768000', '140253.771000', '140253.774000', '140253.776000', '140253.779000', '140253.781000', '140253.784000', '140253.787000', '140253.789000', '140253.792000', '140253.795000', '140253.797000', '140253.800000', '140253.802000', '140253.805000', '140253.807000', '140253.810000', '140253.813000', '140253.815000', '140253.818000', '140253.820000', '140253.823000', '140253.826000', '140253.828000', '140253.831000', '140313.722000', '140313.725000', '140313.727000', '140313.730000', '140313.732000', '140313.735000', '140313.737000', '140313.740000', '140313.743000', '140313.745000', '140313.748000', '140313.750000', '140313.753000', '140313.756000', '140313.758000', '140313.761000', '140313.763000', '140313.766000', '140313.768000', '140313.771000', '140313.773000', '140313.776000', '140313.778000', '140313.781000', '140313.784000', '140313.786000', '140313.789000', '140313.792000', '140313.794000', '140313.797000', '140313.799000', '140313.802000', '140313.804000', '140313.807000', '140313.810000', '140313.812000', '140313.815000', '140313.817000', '140313.820000', '140313.823000', '140313.825000', '140313.828000', '140313.830000', '140313.833000', '140333.721000', '140333.723000', '140333.726000', '140333.729000', '140333.731000', '140333.734000', '140333.736000', '140333.739000', '140333.742000', '140333.744000', '140333.747000', '140333.749000', '140333.752000', '140333.754000', '140333.757000', '140333.760000', '140333.762000', '140333.765000', '140333.767000', '140333.770000', '140333.772000', '140333.775000', '140333.778000', '140333.781000', '140333.783000', '140333.786000', '140333.789000', '140333.791000', '140333.794000', '140333.796000', '140333.799000', '140333.801000', '140333.804000', '140333.807000', '140333.809000', '140333.812000', '140333.814000', '140333.818000', '140333.821000', '140333.823000', '140333.826000', '140333.828000', '140333.831000', '140353.721000', '140353.723000', '140353.726000', '140353.729000', '140353.731000', '140353.734000', '140353.736000', '140353.739000', '140353.742000', '140353.744000', '140353.747000', '140353.749000', '140353.752000', '140353.754000', '140353.757000', '140353.760000', '140353.762000', '140353.765000', '140353.767000', '140353.770000', '140353.772000', '140353.775000', '140353.778000', '140353.780000', '140353.783000', '140353.785000', '140353.788000', '140353.791000', '140353.793000', '140353.796000', '140353.798000', '140353.801000', '140353.804000', '140353.806000', '140353.809000', '140353.827000', '140353.830000', '140353.833000', '140353.835000', '140353.838000', '140353.840000', '140353.843000', '140353.846000', '140353.848000', '140413.720000', '140413.723000', '140413.726000', '140413.729000', '140413.731000', '140413.734000', '140413.736000', '140413.739000', '140413.742000', '140413.744000', '140413.747000', '140413.749000', '140413.752000', '140413.754000', '140413.757000', '140413.759000', '140413.762000', '140413.765000', '140413.767000', '140413.770000', '140413.773000', '140413.775000', '140413.778000', '140413.780000', '140413.783000', '140413.786000', '140413.788000', '140413.791000', '140413.793000', '140413.796000', '140413.798000', '140413.801000', '140413.803000', '140413.806000', '140413.809000', '140413.811000', '140413.814000', '140413.816000', '140413.819000', '140413.822000', '140413.824000', '140413.827000', '140413.829000', '140433.720000', '140433.723000', '140433.726000', '140433.729000', '140433.731000', '140433.734000', '140433.736000', '140433.739000', '140433.742000', '140433.744000', '140433.747000', '140433.749000', '140433.752000', '140433.754000', '140433.757000', '140433.759000', '140433.762000', '140433.765000', '140433.767000', '140433.770000', '140433.772000', '140433.775000', '140433.777000', '140433.780000', '140433.783000', '140433.785000', '140433.788000', '140433.790000', '140433.793000', '140433.795000', '140433.798000', '140433.801000', '140433.803000', '140433.806000', '140433.809000', '140433.811000', '140433.814000', '140433.816000', '140433.819000', '140433.821000', '140433.824000', '140433.827000', '140433.829000', '140433.832000', '140453.720000', '140453.723000', '140453.726000', '140453.729000', '140453.737000', '140453.739000', '140453.742000', '140453.744000', '140453.747000', '140453.750000', '140453.752000', '140453.755000', '140453.757000', '140453.760000', '140453.762000', '140453.765000', '140453.768000', '140453.770000', '140453.773000', '140453.776000', '140453.778000', '140453.781000', '140453.783000', '140453.786000', '140453.788000', '140453.791000', '140453.794000', '140453.796000', '140453.799000', '140453.801000', '140453.804000', '140453.807000', '140453.809000', '140453.812000', '140453.814000', '140453.817000', '140453.820000', '140453.823000', '140453.826000', '140453.829000', '140453.831000', '140453.834000', '140453.836000', '140513.721000', '140513.724000', '140513.727000', '140513.730000', '140513.732000', '140513.735000', '140513.737000', '140513.740000', '140513.743000', '140513.745000', '140513.748000', '140513.750000', '140513.753000', '140513.755000', '140513.758000', '140513.760000', '140513.763000', '140513.766000', '140513.768000', '140513.771000', '140513.773000', '140513.776000', '140513.779000', '140513.781000', '140513.784000', '140513.786000', '140513.789000', '140513.791000', '140513.794000', '140513.796000', '140513.799000', '140513.802000', '140513.804000', '140513.807000', '140513.809000', '140513.812000', '140513.815000', '140513.817000', '140513.820000', '140513.822000', '140513.825000', '140513.827000', '140513.830000', '140513.833000', '140533.721000', '140533.724000', '140533.727000', '140533.730000', '140533.732000', '140533.735000', '140533.737000', '140533.740000', '140533.742000', '140533.745000', '140533.748000', '140533.750000', '140533.753000', '140533.755000', '140533.758000', '140533.760000', '140533.773000', '140533.776000', '140533.779000', '140533.782000', '140533.785000', '140533.787000', '140533.790000', '140533.792000', '140533.795000', '140533.798000', '140533.800000', '140533.803000', '140533.805000', '140533.808000', '140533.811000', '140533.813000', '140533.816000', '140533.818000', '140533.821000', '140533.824000', '140533.826000', '140533.829000', '140533.831000', '140533.834000', '140533.836000', '140533.839000', '140533.842000', '140553.721000', '140553.724000', '140553.726000', '140553.729000', '140553.731000', '140553.734000', '140553.737000', '140553.739000', '140553.742000', '140553.744000', '140553.747000', '140553.749000', '140553.752000', '140553.755000', '140553.757000', '140553.760000', '140553.762000', '140553.765000', '140553.767000', '140553.770000', '140553.773000', '140553.775000', '140553.778000', '140553.780000', '140553.783000', '140553.785000', '140553.788000', '140553.791000', '140553.793000', '140553.796000', '140553.798000', '140553.801000', '140553.804000', '140553.806000', '140553.809000', '140553.811000', '140553.814000', '140553.816000', '140553.819000', '140553.822000', '140553.824000', '140553.827000', '140553.829000', '140553.832000', '140613.721000', '140613.724000', '140613.726000', '140613.729000', '140613.731000', '140613.734000', '140613.736000', '140613.739000', '140613.742000', '140613.744000', '140613.747000', '140613.749000', '140613.752000', '140613.755000', '140613.757000', '140613.760000', '140613.763000', '140613.765000', '140613.768000', '140613.770000', '140613.773000', '140613.776000', '140613.780000', '140613.783000', '140613.785000', '140613.788000', '140613.790000', '140613.793000', '140613.795000', '140613.798000', '140613.801000', '140613.803000', '140613.806000', '140613.808000', '140613.811000', '140613.814000', '140613.816000', '140613.819000', '140613.821000', '140613.824000', '140613.826000', '140613.829000', '140613.831000', '140633.721000', '140633.723000', '140633.726000', '140633.729000', '140633.731000', '140633.734000', '140633.736000', '140633.739000', '140633.741000', '140633.744000', '140633.747000', '140633.749000', '140633.752000', '140633.754000', '140633.757000', '140633.760000', '140633.762000', '140633.765000', '140633.767000', '140633.770000', '140633.772000', '140633.775000', '140633.777000', '140633.780000', '140633.783000', '140633.785000', '140633.788000', '140633.790000', '140633.793000', '140633.795000', '140633.798000', '140633.801000', '140633.803000', '140633.806000', '140633.808000', '140633.811000', '140633.813000', '140633.816000', '140633.819000', '140633.821000', '140633.824000', '140633.826000', '140633.829000', '140633.832000', '140653.720000', '140653.723000', '140653.726000', '140653.729000', '140653.731000', '140653.734000', '140653.736000', '140653.739000', '140653.741000', '140653.744000', '140653.747000', '140653.749000', '140653.752000', '140653.754000', '140653.757000', '140653.760000', '140653.762000', '140653.765000', '140653.767000', '140653.770000', '140653.772000', '140653.775000', '140653.777000', '140653.780000', '140653.783000', '140653.785000', '140653.788000', '140653.800000', '140653.802000', '140653.805000', '140653.807000', '140653.810000', '140653.812000', '140653.815000', '140653.818000', '140653.820000', '140653.823000', '140653.825000', '140653.828000', '140653.831000', '140653.833000', '140653.836000', '140653.838000', '140706.751000', '140706.754000', '140706.756000', '140706.759000', '140706.762000', '140706.764000', '140706.767000', '140706.770000', '140706.772000', '140706.775000', '140706.777000', '140706.780000', '140706.783000', '140706.785000', '140706.788000', '140706.791000', '140706.793000', '140706.796000', '140706.799000', '140706.801000', '140706.804000', '140706.806000', '140706.809000', '140706.812000', '140706.814000', '140706.817000', '140706.820000', '140706.822000', '140706.825000'], 'InstanceCreationTime': ['140053.751000', '140053.754000', '140053.757000', '140053.760000', '140053.762000', '140053.765000', '140053.772000', '140053.774000', '140053.777000', '140053.779000', '140053.782000', '140053.784000', '140053.787000', '140053.790000', '140053.792000', '140053.795000', '140053.798000', '140053.800000', '140053.803000', '140053.805000', '140053.808000', '140053.810000', '140053.813000', '140053.815000', '140053.818000', '140053.820000', '140053.823000', '140113.721000', '140113.723000', '140113.726000', '140113.728000', '140113.731000', '140113.734000', '140113.736000', '140113.739000', '140113.741000', '140113.744000', '140113.746000', '140113.753000', '140113.756000', '140113.758000', '140113.761000', '140113.763000', '140113.766000', '140113.768000', '140113.771000', '140113.773000', '140113.776000', '140113.779000', '140113.781000', '140113.784000', '140113.786000', '140113.789000', '140113.791000', '140113.794000', '140113.796000', '140113.799000', '140113.801000', '140113.807000', '140113.809000', '140113.812000', '140113.815000', '140113.817000', '140113.820000', '140113.822000', '140113.825000', '140113.827000', '140113.830000', '140113.832000', '140113.835000', '140113.838000', '140133.720000', '140133.723000', '140133.726000', '140133.728000', '140133.731000', '140133.733000', '140133.736000', '140133.739000', '140133.741000', '140133.744000', '140133.746000', '140133.749000', '140133.751000', '140133.754000', '140133.756000', '140133.759000', '140133.762000', '140133.764000', '140133.767000', '140133.769000', '140133.772000', '140133.774000', '140133.777000', '140133.779000', '140133.782000', '140133.784000', '140133.787000', '140133.799000', '140133.801000', '140133.804000', '140133.806000', '140133.809000', '140133.811000', '140133.814000', '140133.816000', '140133.819000', '140133.821000', '140133.824000', '140133.827000', '140133.829000', '140133.832000', '140133.834000', '140133.837000', '140153.721000', '140153.724000', '140153.726000', '140153.729000', '140153.731000', '140153.734000', '140153.736000', '140153.739000', '140153.742000', '140153.744000', '140153.747000', '140153.749000', '140153.752000', '140153.755000', '140153.757000', '140153.760000', '140153.762000', '140153.765000', '140153.767000', '140153.770000', '140153.773000', '140153.775000', '140153.778000', '140153.780000', '140153.783000', '140153.786000', '140153.788000', '140153.791000', '140153.793000', '140153.796000', '140153.799000', '140153.801000', '140153.804000', '140153.806000', '140153.809000', '140153.811000', '140153.814000', '140153.816000', '140153.819000', '140153.821000', '140153.824000', '140153.827000', '140153.829000', '140153.832000', '140213.720000', '140213.723000', '140213.726000', '140213.729000', '140213.732000', '140213.735000', '140213.738000', '140213.740000', '140213.743000', '140213.745000', '140213.748000', '140213.751000', '140213.753000', '140213.756000', '140213.758000', '140213.761000', '140213.764000', '140213.766000', '140213.769000', '140213.771000', '140213.774000', '140213.777000', '140213.780000', '140213.782000', '140213.785000', '140213.788000', '140213.790000', '140213.793000', '140213.795000', '140213.798000', '140213.800000', '140213.803000', '140213.806000', '140213.808000', '140213.811000', '140213.813000', '140213.816000', '140213.819000', '140213.821000', '140213.824000', '140213.826000', '140213.829000', '140213.832000', '140233.721000', '140233.723000', '140233.726000', '140233.729000', '140233.731000', '140233.734000', '140233.736000', '140233.739000', '140233.741000', '140233.744000', '140233.754000', '140233.757000', '140233.759000', '140233.762000', '140233.765000', '140233.767000', '140233.770000', '140233.772000', '140233.775000', '140233.777000', '140233.780000', '140233.783000', '140233.785000', '140233.788000', '140233.790000', '140233.793000', '140233.796000', '140233.798000', '140233.801000', '140233.803000', '140233.806000', '140233.808000', '140233.811000', '140233.813000', '140233.816000', '140233.819000', '140233.821000', '140233.824000', '140233.826000', '140233.829000', '140233.832000', '140233.834000', '140233.837000', '140233.839000', '140253.722000', '140253.724000', '140253.727000', '140253.730000', '140253.732000', '140253.735000', '140253.737000', '140253.740000', '140253.742000', '140253.745000', '140253.748000', '140253.750000', '140253.753000', '140253.756000', '140253.758000', '140253.761000', '140253.763000', '140253.766000', '140253.768000', '140253.771000', '140253.774000', '140253.776000', '140253.779000', '140253.781000', '140253.784000', '140253.787000', '140253.789000', '140253.792000', '140253.795000', '140253.797000', '140253.800000', '140253.802000', '140253.805000', '140253.807000', '140253.810000', '140253.813000', '140253.815000', '140253.818000', '140253.820000', '140253.823000', '140253.826000', '140253.828000', '140253.831000', '140313.722000', '140313.725000', '140313.727000', '140313.730000', '140313.732000', '140313.735000', '140313.737000', '140313.740000', '140313.743000', '140313.745000', '140313.748000', '140313.750000', '140313.753000', '140313.756000', '140313.758000', '140313.761000', '140313.763000', '140313.766000', '140313.768000', '140313.771000', '140313.773000', '140313.776000', '140313.778000', '140313.781000', '140313.784000', '140313.786000', '140313.789000', '140313.792000', '140313.794000', '140313.797000', '140313.799000', '140313.802000', '140313.804000', '140313.807000', '140313.810000', '140313.812000', '140313.815000', '140313.817000', '140313.820000', '140313.823000', '140313.825000', '140313.828000', '140313.830000', '140313.833000', '140333.721000', '140333.723000', '140333.726000', '140333.729000', '140333.731000', '140333.734000', '140333.736000', '140333.739000', '140333.742000', '140333.744000', '140333.747000', '140333.749000', '140333.752000', '140333.754000', '140333.757000', '140333.760000', '140333.762000', '140333.765000', '140333.767000', '140333.770000', '140333.772000', '140333.775000', '140333.778000', '140333.781000', '140333.783000', '140333.786000', '140333.789000', '140333.791000', '140333.794000', '140333.796000', '140333.799000', '140333.801000', '140333.804000', '140333.807000', '140333.809000', '140333.812000', '140333.814000', '140333.818000', '140333.821000', '140333.823000', '140333.826000', '140333.828000', '140333.831000', '140353.721000', '140353.723000', '140353.726000', '140353.729000', '140353.731000', '140353.734000', '140353.736000', '140353.739000', '140353.742000', '140353.744000', '140353.747000', '140353.749000', '140353.752000', '140353.754000', '140353.757000', '140353.760000', '140353.762000', '140353.765000', '140353.767000', '140353.770000', '140353.772000', '140353.775000', '140353.778000', '140353.780000', '140353.783000', '140353.785000', '140353.788000', '140353.791000', '140353.793000', '140353.796000', '140353.798000', '140353.801000', '140353.804000', '140353.806000', '140353.809000', '140353.827000', '140353.830000', '140353.833000', '140353.835000', '140353.838000', '140353.840000', '140353.843000', '140353.846000', '140353.848000', '140413.720000', '140413.723000', '140413.726000', '140413.729000', '140413.731000', '140413.734000', '140413.736000', '140413.739000', '140413.742000', '140413.744000', '140413.747000', '140413.749000', '140413.752000', '140413.754000', '140413.757000', '140413.759000', '140413.762000', '140413.765000', '140413.767000', '140413.770000', '140413.773000', '140413.775000', '140413.778000', '140413.780000', '140413.783000', '140413.786000', '140413.788000', '140413.791000', '140413.793000', '140413.796000', '140413.798000', '140413.801000', '140413.803000', '140413.806000', '140413.809000', '140413.811000', '140413.814000', '140413.816000', '140413.819000', '140413.822000', '140413.824000', '140413.827000', '140413.829000', '140433.720000', '140433.723000', '140433.726000', '140433.729000', '140433.731000', '140433.734000', '140433.736000', '140433.739000', '140433.742000', '140433.744000', '140433.747000', '140433.749000', '140433.752000', '140433.754000', '140433.757000', '140433.759000', '140433.762000', '140433.765000', '140433.767000', '140433.770000', '140433.772000', '140433.775000', '140433.777000', '140433.780000', '140433.783000', '140433.785000', '140433.788000', '140433.790000', '140433.793000', '140433.795000', '140433.798000', '140433.801000', '140433.803000', '140433.806000', '140433.809000', '140433.811000', '140433.814000', '140433.816000', '140433.819000', '140433.821000', '140433.824000', '140433.827000', '140433.829000', '140433.832000', '140453.720000', '140453.723000', '140453.726000', '140453.729000', '140453.737000', '140453.739000', '140453.742000', '140453.744000', '140453.747000', '140453.750000', '140453.752000', '140453.755000', '140453.757000', '140453.760000', '140453.762000', '140453.765000', '140453.768000', '140453.770000', '140453.773000', '140453.776000', '140453.778000', '140453.781000', '140453.783000', '140453.786000', '140453.788000', '140453.791000', '140453.794000', '140453.796000', '140453.799000', '140453.801000', '140453.804000', '140453.807000', '140453.809000', '140453.812000', '140453.814000', '140453.817000', '140453.820000', '140453.823000', '140453.826000', '140453.829000', '140453.831000', '140453.834000', '140453.836000', '140513.721000', '140513.724000', '140513.727000', '140513.730000', '140513.732000', '140513.735000', '140513.737000', '140513.740000', '140513.743000', '140513.745000', '140513.748000', '140513.750000', '140513.753000', '140513.755000', '140513.758000', '140513.760000', '140513.763000', '140513.766000', '140513.768000', '140513.771000', '140513.773000', '140513.776000', '140513.779000', '140513.781000', '140513.784000', '140513.786000', '140513.789000', '140513.791000', '140513.794000', '140513.796000', '140513.799000', '140513.802000', '140513.804000', '140513.807000', '140513.809000', '140513.812000', '140513.815000', '140513.817000', '140513.820000', '140513.822000', '140513.825000', '140513.827000', '140513.830000', '140513.833000', '140533.721000', '140533.724000', '140533.727000', '140533.730000', '140533.732000', '140533.735000', '140533.737000', '140533.740000', '140533.742000', '140533.745000', '140533.748000', '140533.750000', '140533.753000', '140533.755000', '140533.758000', '140533.760000', '140533.773000', '140533.776000', '140533.779000', '140533.782000', '140533.785000', '140533.787000', '140533.790000', '140533.792000', '140533.795000', '140533.798000', '140533.800000', '140533.803000', '140533.805000', '140533.808000', '140533.811000', '140533.813000', '140533.816000', '140533.818000', '140533.821000', '140533.824000', '140533.826000', '140533.829000', '140533.831000', '140533.834000', '140533.836000', '140533.839000', '140533.842000', '140553.721000', '140553.724000', '140553.726000', '140553.729000', '140553.731000', '140553.734000', '140553.737000', '140553.739000', '140553.742000', '140553.744000', '140553.747000', '140553.749000', '140553.752000', '140553.755000', '140553.757000', '140553.760000', '140553.762000', '140553.765000', '140553.767000', '140553.770000', '140553.773000', '140553.775000', '140553.778000', '140553.780000', '140553.783000', '140553.785000', '140553.788000', '140553.791000', '140553.793000', '140553.796000', '140553.798000', '140553.801000', '140553.804000', '140553.806000', '140553.809000', '140553.811000', '140553.814000', '140553.816000', '140553.819000', '140553.822000', '140553.824000', '140553.827000', '140553.829000', '140553.832000', '140613.721000', '140613.724000', '140613.726000', '140613.729000', '140613.731000', '140613.734000', '140613.736000', '140613.739000', '140613.742000', '140613.744000', '140613.747000', '140613.749000', '140613.752000', '140613.755000', '140613.757000', '140613.760000', '140613.763000', '140613.765000', '140613.768000', '140613.770000', '140613.773000', '140613.776000', '140613.780000', '140613.783000', '140613.785000', '140613.788000', '140613.790000', '140613.793000', '140613.795000', '140613.798000', '140613.801000', '140613.803000', '140613.806000', '140613.808000', '140613.811000', '140613.814000', '140613.816000', '140613.819000', '140613.821000', '140613.824000', '140613.826000', '140613.829000', '140613.831000', '140633.721000', '140633.723000', '140633.726000', '140633.729000', '140633.731000', '140633.734000', '140633.736000', '140633.739000', '140633.741000', '140633.744000', '140633.747000', '140633.749000', '140633.752000', '140633.754000', '140633.757000', '140633.760000', '140633.762000', '140633.765000', '140633.767000', '140633.770000', '140633.772000', '140633.775000', '140633.777000', '140633.780000', '140633.783000', '140633.785000', '140633.788000', '140633.790000', '140633.793000', '140633.795000', '140633.798000', '140633.801000', '140633.803000', '140633.806000', '140633.808000', '140633.811000', '140633.813000', '140633.816000', '140633.819000', '140633.821000', '140633.824000', '140633.826000', '140633.829000', '140633.832000', '140653.720000', '140653.723000', '140653.726000', '140653.729000', '140653.731000', '140653.734000', '140653.736000', '140653.739000', '140653.741000', '140653.744000', '140653.747000', '140653.749000', '140653.752000', '140653.754000', '140653.757000', '140653.760000', '140653.762000', '140653.765000', '140653.767000', '140653.770000', '140653.772000', '140653.775000', '140653.777000', '140653.780000', '140653.783000', '140653.785000', '140653.788000', '140653.800000', '140653.802000', '140653.805000', '140653.807000', '140653.810000', '140653.812000', '140653.815000', '140653.818000', '140653.820000', '140653.823000', '140653.825000', '140653.828000', '140653.831000', '140653.833000', '140653.836000', '140653.838000', '140706.751000', '140706.754000', '140706.756000', '140706.759000', '140706.762000', '140706.764000', '140706.767000', '140706.770000', '140706.772000', '140706.775000', '140706.777000', '140706.780000', '140706.783000', '140706.785000', '140706.788000', '140706.791000', '140706.793000', '140706.796000', '140706.799000', '140706.801000', '140706.804000', '140706.806000', '140706.809000', '140706.812000', '140706.814000', '140706.817000', '140706.820000', '140706.822000', '140706.825000'], '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': [14341, 8642, 10517, 8099, 10455, 8016, 8483, 11282, 8021, 10383, 8187, 9184, 7986, 8280, 7934, 8155, 10168, 8208, 9951, 8344, 9518, 8246, 8589, 8211, 8456, 8026, 8940, 12142, 9287, 12506, 9264, 13733, 8153, 11887, 8092, 9457, 9365, 9193, 13631, 8916, 12096, 8518, 15422, 8297, 9125, 11413, 10323, 10801, 8266, 10826, 8179, 9369, 8214, 8339, 8667, 8563, 10046, 8298, 9991, 8203, 13463, 8038, 9063, 10494, 8549, 12228, 8208, 11475, 8237, 12932, 8208, 8791, 8080, 8243, 10974, 8037, 10048, 8394, 11317, 8111, 8497, 11811, 8539, 10690, 8268, 13752, 8264, 10755, 9568, 8510, 11207, 8374, 11506, 8203, 10570, 8150, 15106, 8286, 9058, 10931, 8906, 12472, 8245, 10671, 8141, 13724, 8296, 12705, 8211, 11300, 10956, 11124, 12014, 9039, 11370, 8136, 11346, 8132, 10085, 13697, 9054, 11855, 8374, 11909, 8167, 9157, 8733, 8537, 12068, 8383, 11306, 8287, 10868, 8317, 9725, 9129, 8451, 10834, 8473, 10126, 8103, 9732, 8482, 9155, 9194, 8684, 10798, 8294, 11497, 8257, 10542, 8242, 11216, 8187, 9523, 8215, 9845, 12154, 9205, 13207, 8290, 14180, 8137, 10467, 11080, 10039, 13549, 8230, 10882, 8399, 9055, 8228, 8507, 11501, 8682, 11309, 8274, 9564, 8403, 8512, 12252, 8401, 10903, 8259, 9097, 8004, 8419, 8027, 8488, 11013, 8419, 11287, 8295, 11152, 8335, 9818, 13276, 10339, 12603, 8831, 11452, 8479, 8630, 12767, 8421, 10828, 8327, 10165, 9078, 8697, 11145, 8723, 9551, 8174, 8567, 11982, 8420, 9742, 8173, 9054, 8439, 8546, 12290, 8319, 10419, 8212, 8579, 13530, 8573, 11989, 8178, 9366, 11886, 9138, 11370, 9088, 10670, 11366, 8624, 10673, 8290, 9227, 8103, 8753, 11030, 8241, 10956, 8176, 8733, 11885, 8563, 11313, 8404, 11418, 9895, 8608, 13108, 8665, 11239, 8269, 8964, 10562, 9426, 11424, 8446, 10451, 8254, 9362, 10030, 9469, 12061, 8556, 11428, 8418, 11030, 10201, 9730, 13844, 10069, 11564, 8431, 9320, 12904, 8519, 11269, 8191, 8640, 12396, 8060, 10492, 8186, 8318, 9556, 8248, 9520, 8138, 9007, 8297, 8602, 8027, 8657, 10723, 8446, 9355, 9386, 8654, 12626, 8611, 11783, 8584, 12257, 10212, 11374, 14615, 8486, 13696, 9320, 9964, 8133, 8783, 13422, 8307, 14292, 8508, 10089, 7866, 8512, 12353, 8494, 11023, 8282, 9650, 8412, 9422, 8312, 8750, 10806, 8836, 11791, 8606, 12094, 8531, 11934, 8805, 12425, 8337, 10325, 9119, 9740, 12896, 9877, 13457, 8251, 11247, 8263, 9190, 13364, 8529, 12815, 7985, 9773, 8132, 9097, 12183, 8573, 11943, 8051, 10498, 8156, 9939, 8135, 8913, 9221, 8466, 11016, 8429, 10356, 8483, 10835, 8055, 14131, 8437, 10684, 8358, 8252, 14108, 8786, 12518, 9806, 12185, 8173, 9368, 14406, 8439, 12258, 8978, 10299, 15752, 8326, 10362, 8448, 8532, 9850, 8283, 10923, 8305, 9434, 8463, 8629, 8929, 8816, 9998, 8469, 10288, 8475, 8698, 11898, 8354, 11475, 8480, 8934, 7969, 8695, 11405, 8420, 10317, 8138, 8619, 7904, 8945, 10112, 8753, 10225, 8168, 9678, 8105, 8879, 12089, 8698, 11551, 8902, 10008, 12302, 8765, 12086, 8403, 13031, 8108, 9193, 7751, 8333, 11877, 8190, 10021, 8071, 11547, 8587, 12333, 8184, 11577, 12700, 10621, 13265, 8428, 10936, 8307, 12957, 10296, 9851, 10956, 8401, 11842, 8336, 13248, 9500, 10838, 8145, 8441, 11521, 8893, 10683, 8202, 10564, 8382, 9225, 8339, 9817, 8475, 9952, 8437, 10347, 8248, 10297, 10102, 9460, 9513, 8610, 14181, 8811, 11420, 8456, 10939, 8169, 11554, 7772, 10885, 9117, 9986, 8544, 8708, 11206, 12150, 13063, 10573, 12773, 8767, 10942, 8543, 10629, 8428, 11695, 8419, 10767, 8292, 11784, 8582, 10738, 8093, 14368, 8046, 11974, 8246, 11233, 8545, 12284, 7935, 12966, 10229, 11115, 11794, 10690, 10675, 9320, 14483, 10323, 12731, 8428, 11974, 8549, 11199, 8391, 10440, 9805, 14235, 7933, 8908, 11393, 10929, 12418, 9473, 11704, 8556, 10935, 7845, 11778, 8921, 9170, 11656, 8664, 11035, 8608, 9916, 8461, 8826, 7980, 8642, 11474, 8801, 9927, 8696, 9095, 8312, 11521, 8217, 10959, 8300, 8431, 7857, 8463, 12097, 8933, 10265, 8533, 9363, 8433, 12118, 8261, 11144, 8254, 8964, 9131, 8948, 12072, 8898, 10533, 8462, 9212, 8509, 11976, 9373, 9326, 10553, 8705, 11243, 8620, 11504, 9540, 8961, 10306, 8271, 9116, 7316, 8702, 10252, 8680, 10438, 8740, 8928, 8864, 10107, 8728, 9095, 12249, 9598, 11610, 8870, 11032, 8407, 14774, 12489, 16686, 8514, 8359, 7938, 10031, 12109, 8408, 12519, 8065, 8524, 13162, 8879, 11723, 8281, 12603, 12710, 11273, 15366, 10876, 14957, 15661, 11339, 14422, 8528, 9101, 8197, 9728, 13902, 8565, 12459, 8544, 9563, 8538, 10004, 8403, 8422, 12082, 8449, 10866, 8530, 9311, 8655, 10952, 8302, 8705, 8341, 8557, 8016, 8458, 9281, 9622, 9590, 8465, 9988, 8437, 10614, 8365, 10450, 8108, 11452, 7948, 11400, 8679, 8657, 10488, 8578, 11355, 8246, 10731, 8194, 11812, 8429, 12480, 8101, 11341, 7943, 8796, 9969, 9681, 9098, 9304, 9615, 10394, 9586, 10704, 8165, 11754, 8455, 11863, 14331, 9628, 12213, 8377, 11966, 8225, 11725, 8479, 10186, 11747, 8507, 12109, 8734, 11517, 8479, 9866, 8352, 9339, 8302, 9721, 8294, 9532, 8481, 8922, 9344, 8372, 7897, 8504, 8103, 8716, 8454, 12368, 9726, 9279, 9043, 8806, 10839, 8986, 10184, 8667, 12222, 8489, 12120, 8455, 10952, 15038, 9685, 13291, 8913, 11029, 8668, 9534, 10186, 9128, 11734, 8940, 11894, 8865, 10667, 8675, 9312, 8537, 9482, 8170, 9060, 12602, 9151, 11373, 8691, 10949, 8851, 9396, 9799, 8659, 11690, 8684, 11370, 8729, 11240, 8511, 8798, 8400, 8906, 11511, 8755, 10757, 8590, 9860, 8664, 11764, 8609, 10220, 9230, 8835, 11608, 9117, 12362, 8555, 10525, 8409, 9766, 8633, 11975, 7797, 8547, 8396, 8775, 11401, 9077, 10865], 'WindowCenter': [4273.0, 4229.0, 4235.0, 4202.0, 4222.0, 4202.0, 4215.0, 4244.0, 4229.0, 4245.0, 4214.0, 4236.0, 4214.0, 4215.0, 4213.0, 4227.0, 4246.0, 4239.0, 4250.0, 4241.0, 4261.0, 4241.0, 4254.0, 4242.0, 4256.0, 4243.0, 4266.0, 4271.0, 4254.0, 4284.0, 4252.0, 4282.0, 4241.0, 4272.0, 4230.0, 4251.0, 4238.0, 4251.0, 4269.0, 4240.0, 4258.0, 4229.0, 4280.0, 4226.0, 4239.0, 4256.0, 4249.0, 4246.0, 4226.0, 4247.0, 4225.0, 4239.0, 4226.0, 4228.0, 4226.0, 4240.0, 4248.0, 4240.0, 4251.0, 4240.0, 4281.0, 4229.0, 4251.0, 4259.0, 4241.0, 4257.0, 4241.0, 4259.0, 4239.0, 4272.0, 4242.0, 4253.0, 4242.0, 4243.0, 4260.0, 4241.0, 4262.0, 4242.0, 4272.0, 4228.0, 4253.0, 4270.0, 4243.0, 4260.0, 4241.0, 4281.0, 4238.0, 4262.0, 4237.0, 4241.0, 4248.0, 4229.0, 4257.0, 4240.0, 4248.0, 4228.0, 4279.0, 4240.0, 4256.0, 4260.0, 4240.0, 4256.0, 4229.0, 4245.0, 4227.0, 4270.0, 4228.0, 4269.0, 4227.0, 4260.0, 4245.0, 4259.0, 4257.0, 4236.0, 4244.0, 4216.0, 4257.0, 4215.0, 4249.0, 4265.0, 4237.0, 4243.0, 4224.0, 4257.0, 4225.0, 4237.0, 4224.0, 4226.0, 4242.0, 4226.0, 4245.0, 4227.0, 4247.0, 4224.0, 4237.0, 4234.0, 4227.0, 4245.0, 4226.0, 4245.0, 4227.0, 4248.0, 4238.0, 4250.0, 4238.0, 4240.0, 4245.0, 4229.0, 4256.0, 4228.0, 4248.0, 4228.0, 4257.0, 4227.0, 4249.0, 4227.0, 4262.0, 4269.0, 4239.0, 4267.0, 4227.0, 4268.0, 4216.0, 4248.0, 4245.0, 4237.0, 4255.0, 4225.0, 4246.0, 4226.0, 4237.0, 4215.0, 4226.0, 4244.0, 4226.0, 4245.0, 4226.0, 4237.0, 4214.0, 4226.0, 4242.0, 4226.0, 4245.0, 4226.0, 4238.0, 4228.0, 4228.0, 4215.0, 4239.0, 4246.0, 4238.0, 4259.0, 4228.0, 4248.0, 4226.0, 4250.0, 4266.0, 4249.0, 4259.0, 4227.0, 4246.0, 4214.0, 4227.0, 4254.0, 4227.0, 4246.0, 4226.0, 4247.0, 4222.0, 4227.0, 4245.0, 4227.0, 4236.0, 4225.0, 4226.0, 4243.0, 4226.0, 4236.0, 4228.0, 4240.0, 4227.0, 4239.0, 4257.0, 4239.0, 4259.0, 4228.0, 4240.0, 4268.0, 4238.0, 4257.0, 4226.0, 4238.0, 4254.0, 4237.0, 4257.0, 4225.0, 4246.0, 4243.0, 4224.0, 4244.0, 4225.0, 4237.0, 4214.0, 4237.0, 4244.0, 4238.0, 4258.0, 4226.0, 4240.0, 4258.0, 4239.0, 4256.0, 4228.0, 4259.0, 4236.0, 4238.0, 4267.0, 4227.0, 4257.0, 4226.0, 4238.0, 4246.0, 4237.0, 4257.0, 4226.0, 4246.0, 4226.0, 4238.0, 4246.0, 4249.0, 4258.0, 4228.0, 4257.0, 4226.0, 4247.0, 4244.0, 4238.0, 4267.0, 4236.0, 4245.0, 4214.0, 4236.0, 4252.0, 4224.0, 4245.0, 4213.0, 4225.0, 4243.0, 4213.0, 4246.0, 4212.0, 4226.0, 4234.0, 4238.0, 4246.0, 4239.0, 4252.0, 4240.0, 4252.0, 4240.0, 4252.0, 4261.0, 4242.0, 4252.0, 4250.0, 4242.0, 4269.0, 4240.0, 4270.0, 4240.0, 4272.0, 4250.0, 4261.0, 4266.0, 4239.0, 4269.0, 4237.0, 4238.0, 4215.0, 4228.0, 4255.0, 4227.0, 4268.0, 4225.0, 4236.0, 4214.0, 4237.0, 4256.0, 4236.0, 4248.0, 4228.0, 4237.0, 4228.0, 4239.0, 4227.0, 4241.0, 4259.0, 4240.0, 4258.0, 4239.0, 4257.0, 4238.0, 4269.0, 4240.0, 4269.0, 4228.0, 4249.0, 4238.0, 4250.0, 4258.0, 4249.0, 4266.0, 4226.0, 4247.0, 4215.0, 4238.0, 4256.0, 4226.0, 4255.0, 4216.0, 4237.0, 4215.0, 4238.0, 4255.0, 4226.0, 4245.0, 4215.0, 4247.0, 4227.0, 4249.0, 4228.0, 4250.0, 4237.0, 4240.0, 4259.0, 4241.0, 4249.0, 4240.0, 4261.0, 4240.0, 4283.0, 4240.0, 4261.0, 4239.0, 4241.0, 4280.0, 4239.0, 4270.0, 4249.0, 4259.0, 4226.0, 4239.0, 4267.0, 4228.0, 4259.0, 4225.0, 4236.0, 4263.0, 4212.0, 4235.0, 4212.0, 4225.0, 4232.0, 4214.0, 4242.0, 4225.0, 4236.0, 4226.0, 4239.0, 4235.0, 4239.0, 4247.0, 4228.0, 4249.0, 4226.0, 4229.0, 4256.0, 4227.0, 4246.0, 4227.0, 4238.0, 4216.0, 4239.0, 4257.0, 4227.0, 4247.0, 4227.0, 4239.0, 4227.0, 4252.0, 4260.0, 4252.0, 4259.0, 4242.0, 4264.0, 4243.0, 4255.0, 4273.0, 4242.0, 4271.0, 4240.0, 4262.0, 4269.0, 4241.0, 4258.0, 4240.0, 4281.0, 4231.0, 4263.0, 4241.0, 4241.0, 4258.0, 4240.0, 4250.0, 4230.0, 4271.0, 4241.0, 4272.0, 4239.0, 4272.0, 4269.0, 4261.0, 4268.0, 4228.0, 4247.0, 4227.0, 4258.0, 4236.0, 4247.0, 4245.0, 4227.0, 4255.0, 4227.0, 4267.0, 4234.0, 4245.0, 4212.0, 4215.0, 4244.0, 4226.0, 4244.0, 4226.0, 4244.0, 4227.0, 4237.0, 4241.0, 4261.0, 4242.0, 4260.0, 4242.0, 4262.0, 4242.0, 4263.0, 4261.0, 4252.0, 4249.0, 4242.0, 4279.0, 4251.0, 4271.0, 4240.0, 4260.0, 4240.0, 4271.0, 4230.0, 4273.0, 4251.0, 4263.0, 4251.0, 4253.0, 4271.0, 4283.0, 4282.0, 4263.0, 4270.0, 4242.0, 4260.0, 4241.0, 4260.0, 4241.0, 4270.0, 4241.0, 4260.0, 4242.0, 4272.0, 4242.0, 4272.0, 4242.0, 4293.0, 4241.0, 4273.0, 4243.0, 4274.0, 4251.0, 4284.0, 4242.0, 4294.0, 4263.0, 4274.0, 4272.0, 4262.0, 4259.0, 4251.0, 4280.0, 4261.0, 4269.0, 4240.0, 4258.0, 4239.0, 4259.0, 4229.0, 4259.0, 4249.0, 4269.0, 4227.0, 4239.0, 4257.0, 4260.0, 4258.0, 4238.0, 4255.0, 4226.0, 4246.0, 4226.0, 4269.0, 4226.0, 4238.0, 4255.0, 4227.0, 4246.0, 4226.0, 4248.0, 4226.0, 4237.0, 4214.0, 4237.0, 4245.0, 4236.0, 4247.0, 4237.0, 4235.0, 4227.0, 4258.0, 4227.0, 4259.0, 4227.0, 4228.0, 4226.0, 4229.0, 4255.0, 4240.0, 4249.0, 4239.0, 4237.0, 4228.0, 4268.0, 4238.0, 4271.0, 4239.0, 4239.0, 4237.0, 4240.0, 4268.0, 4239.0, 4259.0, 4239.0, 4238.0, 4237.0, 4269.0, 4236.0, 4238.0, 4246.0, 4226.0, 4258.0, 4226.0, 4257.0, 4233.0, 4236.0, 4246.0, 4225.0, 4238.0, 4203.0, 4237.0, 4245.0, 4239.0, 4258.0, 4239.0, 4239.0, 4250.0, 4261.0, 4239.0, 4252.0, 4272.0, 4251.0, 4257.0, 4251.0, 4259.0, 4241.0, 4295.0, 4270.0, 4282.0, 4227.0, 4226.0, 4242.0, 4263.0, 4270.0, 4240.0, 4269.0, 4227.0, 4240.0, 4269.0, 4241.0, 4259.0, 4228.0, 4269.0, 4255.0, 4247.0, 4266.0, 4232.0, 4256.0, 4240.0, 4231.0, 4238.0, 4198.0, 4207.0, 4197.0, 4219.0, 4237.0, 4198.0, 4226.0, 4209.0, 4218.0, 4209.0, 4220.0, 4198.0, 4211.0, 4239.0, 4211.0, 4229.0, 4211.0, 4220.0, 4222.0, 4243.0, 4213.0, 4224.0, 4225.0, 4237.0, 4226.0, 4240.0, 4237.0, 4250.0, 4237.0, 4240.0, 4247.0, 4240.0, 4259.0, 4239.0, 4257.0, 4240.0, 4270.0, 4240.0, 4272.0, 4239.0, 4240.0, 4248.0, 4241.0, 4272.0, 4228.0, 4248.0, 4241.0, 4258.0, 4272.0, 4314.0, 4244.0, 4277.0, 4231.0, 4228.0, 4249.0, 4252.0, 4225.0, 4224.0, 4224.0, 4245.0, 4247.0, 4248.0, 4240.0, 4272.0, 4241.0, 4272.0, 4267.0, 4238.0, 4256.0, 4215.0, 4245.0, 4225.0, 4256.0, 4226.0, 4261.0, 4256.0, 4252.0, 4300.0, 4268.0, 4242.0, 4211.0, 4233.0, 4225.0, 4236.0, 4227.0, 4247.0, 4227.0, 4249.0, 4238.0, 4239.0, 4238.0, 4229.0, 4227.0, 4239.0, 4228.0, 4240.0, 4240.0, 4283.0, 4251.0, 4253.0, 4253.0, 4265.0, 4274.0, 4266.0, 4275.0, 4254.0, 4272.0, 4242.0, 4272.0, 4239.0, 4273.0, 4282.0, 4250.0, 4268.0, 4250.0, 4259.0, 4239.0, 4251.0, 4250.0, 4240.0, 4257.0, 4238.0, 4256.0, 4238.0, 4248.0, 4228.0, 4237.0, 4227.0, 4248.0, 4226.0, 4239.0, 4268.0, 4249.0, 4258.0, 4238.0, 4247.0, 4237.0, 4239.0, 4247.0, 4228.0, 4255.0, 4238.0, 4257.0, 4227.0, 4258.0, 4226.0, 4226.0, 4225.0, 4238.0, 4256.0, 4238.0, 4257.0, 4238.0, 4248.0, 4238.0, 4258.0, 4237.0, 4249.0, 4237.0, 4240.0, 4258.0, 4238.0, 4268.0, 4238.0, 4247.0, 4228.0, 4248.0, 4238.0, 4258.0, 4228.0, 4240.0, 4239.0, 4252.0, 4270.0, 4251.0, 4259.0], 'WindowWidth': [9456.0, 9391.0, 9393.0, 9340.0, 9366.0, 9342.0, 9366.0, 9403.0, 9393.0, 9409.0, 9366.0, 9395.0, 9363.0, 9367.0, 9360.0, 9388.0, 9411.0, 9410.0, 9424.0, 9416.0, 9441.0, 9416.0, 9436.0, 9416.0, 9443.0, 9421.0, 9455.0, 9455.0, 9436.0, 9475.0, 9431.0, 9471.0, 9413.0, 9456.0, 9396.0, 9426.0, 9402.0, 9427.0, 9448.0, 9410.0, 9433.0, 9392.0, 9463.0, 9383.0, 9406.0, 9423.0, 9419.0, 9410.0, 9386.0, 9413.0, 9382.0, 9405.0, 9382.0, 9391.0, 9384.0, 9409.0, 9419.0, 9412.0, 9426.0, 9410.0, 9466.0, 9394.0, 9429.0, 9434.0, 9414.0, 9430.0, 9413.0, 9435.0, 9409.0, 9457.0, 9417.0, 9435.0, 9416.0, 9421.0, 9440.0, 9417.0, 9445.0, 9416.0, 9456.0, 9393.0, 9432.0, 9453.0, 9418.0, 9438.0, 9414.0, 9468.0, 9404.0, 9442.0, 9403.0, 9411.0, 9414.0, 9394.0, 9429.0, 9409.0, 9418.0, 9391.0, 9461.0, 9412.0, 9441.0, 9437.0, 9412.0, 9425.0, 9394.0, 9410.0, 9390.0, 9449.0, 9390.0, 9447.0, 9385.0, 9435.0, 9409.0, 9434.0, 9427.0, 9398.0, 9405.0, 9370.0, 9426.0, 9368.0, 9419.0, 9435.0, 9401.0, 9403.0, 9378.0, 9426.0, 9381.0, 9401.0, 9377.0, 9382.0, 9400.0, 9383.0, 9409.0, 9386.0, 9414.0, 9380.0, 9402.0, 9392.0, 9387.0, 9409.0, 9386.0, 9408.0, 9388.0, 9418.0, 9404.0, 9424.0, 9403.0, 9408.0, 9409.0, 9392.0, 9427.0, 9390.0, 9416.0, 9391.0, 9428.0, 9388.0, 9420.0, 9388.0, 9443.0, 9445.0, 9408.0, 9441.0, 9389.0, 9442.0, 9371.0, 9417.0, 9407.0, 9399.0, 9420.0, 9381.0, 9411.0, 9383.0, 9402.0, 9366.0, 9385.0, 9404.0, 9383.0, 9407.0, 9383.0, 9400.0, 9364.0, 9382.0, 9399.0, 9383.0, 9408.0, 9386.0, 9403.0, 9389.0, 9391.0, 9368.0, 9409.0, 9414.0, 9405.0, 9434.0, 9390.0, 9416.0, 9384.0, 9423.0, 9438.0, 9420.0, 9433.0, 9386.0, 9412.0, 9365.0, 9387.0, 9418.0, 9387.0, 9412.0, 9384.0, 9415.0, 9373.0, 9386.0, 9408.0, 9385.0, 9399.0, 9378.0, 9385.0, 9402.0, 9385.0, 9399.0, 9390.0, 9409.0, 9388.0, 9409.0, 9428.0, 9406.0, 9435.0, 9392.0, 9412.0, 9443.0, 9405.0, 9427.0, 9384.0, 9403.0, 9418.0, 9401.0, 9426.0, 9382.0, 9411.0, 9400.0, 9379.0, 9405.0, 9382.0, 9401.0, 9366.0, 9402.0, 9406.0, 9403.0, 9432.0, 9387.0, 9412.0, 9431.0, 9408.0, 9427.0, 9391.0, 9436.0, 9397.0, 9405.0, 9441.0, 9388.0, 9427.0, 9384.0, 9404.0, 9410.0, 9402.0, 9426.0, 9385.0, 9411.0, 9384.0, 9404.0, 9411.0, 9420.0, 9430.0, 9390.0, 9426.0, 9385.0, 9416.0, 9406.0, 9405.0, 9440.0, 9397.0, 9407.0, 9363.0, 9397.0, 9414.0, 9379.0, 9409.0, 9361.0, 9382.0, 9401.0, 9361.0, 9412.0, 9359.0, 9384.0, 9392.0, 9405.0, 9415.0, 9409.0, 9431.0, 9410.0, 9432.0, 9412.0, 9432.0, 9441.0, 9416.0, 9431.0, 9423.0, 9417.0, 9447.0, 9413.0, 9450.0, 9411.0, 9456.0, 9422.0, 9438.0, 9439.0, 9406.0, 9446.0, 9400.0, 9402.0, 9368.0, 9390.0, 9424.0, 9386.0, 9442.0, 9380.0, 9397.0, 9364.0, 9402.0, 9425.0, 9401.0, 9417.0, 9390.0, 9402.0, 9389.0, 9407.0, 9387.0, 9412.0, 9433.0, 9410.0, 9429.0, 9408.0, 9429.0, 9407.0, 9449.0, 9409.0, 9447.0, 9390.0, 9421.0, 9402.0, 9423.0, 9429.0, 9419.0, 9439.0, 9384.0, 9414.0, 9367.0, 9401.0, 9423.0, 9383.0, 9419.0, 9369.0, 9399.0, 9366.0, 9403.0, 9421.0, 9383.0, 9407.0, 9368.0, 9412.0, 9386.0, 9418.0, 9390.0, 9425.0, 9403.0, 9412.0, 9435.0, 9413.0, 9421.0, 9413.0, 9439.0, 9412.0, 9473.0, 9410.0, 9440.0, 9406.0, 9416.0, 9463.0, 9410.0, 9452.0, 9419.0, 9433.0, 9383.0, 9407.0, 9439.0, 9389.0, 9432.0, 9378.0, 9396.0, 9429.0, 9359.0, 9392.0, 9359.0, 9381.0, 9385.0, 9366.0, 9399.0, 9380.0, 9399.0, 9385.0, 9408.0, 9396.0, 9406.0, 9414.0, 9388.0, 9419.0, 9384.0, 9392.0, 9422.0, 9386.0, 9411.0, 9385.0, 9403.0, 9370.0, 9407.0, 9426.0, 9388.0, 9413.0, 9388.0, 9408.0, 9390.0, 9431.0, 9438.0, 9432.0, 9437.0, 9418.0, 9449.0, 9418.0, 9440.0, 9460.0, 9416.0, 9454.0, 9411.0, 9444.0, 9446.0, 9412.0, 9432.0, 9411.0, 9467.0, 9400.0, 9449.0, 9416.0, 9414.0, 9432.0, 9409.0, 9422.0, 9398.0, 9455.0, 9415.0, 9458.0, 9408.0, 9457.0, 9446.0, 9439.0, 9443.0, 9391.0, 9414.0, 9387.0, 9430.0, 9395.0, 9414.0, 9406.0, 9387.0, 9421.0, 9387.0, 9441.0, 9391.0, 9406.0, 9358.0, 9367.0, 9403.0, 9384.0, 9406.0, 9385.0, 9406.0, 9389.0, 9403.0, 9415.0, 9442.0, 9418.0, 9440.0, 9417.0, 9444.0, 9416.0, 9448.0, 9440.0, 9429.0, 9422.0, 9415.0, 9461.0, 9427.0, 9453.0, 9411.0, 9437.0, 9412.0, 9454.0, 9399.0, 9459.0, 9427.0, 9445.0, 9426.0, 9433.0, 9453.0, 9473.0, 9469.0, 9445.0, 9451.0, 9417.0, 9438.0, 9415.0, 9438.0, 9413.0, 9449.0, 9413.0, 9438.0, 9417.0, 9458.0, 9416.0, 9457.0, 9418.0, 9486.0, 9415.0, 9461.0, 9419.0, 9464.0, 9430.0, 9476.0, 9419.0, 9491.0, 9446.0, 9462.0, 9455.0, 9444.0, 9434.0, 9428.0, 9464.0, 9441.0, 9448.0, 9409.0, 9429.0, 9406.0, 9434.0, 9396.0, 9435.0, 9419.0, 9448.0, 9387.0, 9408.0, 9427.0, 9436.0, 9430.0, 9403.0, 9421.0, 9385.0, 9412.0, 9384.0, 9448.0, 9383.0, 9404.0, 9420.0, 9388.0, 9411.0, 9386.0, 9418.0, 9383.0, 9401.0, 9365.0, 9402.0, 9407.0, 9401.0, 9415.0, 9402.0, 9395.0, 9389.0, 9430.0, 9387.0, 9435.0, 9388.0, 9392.0, 9386.0, 9395.0, 9425.0, 9411.0, 9420.0, 9407.0, 9401.0, 9391.0, 9445.0, 9404.0, 9454.0, 9408.0, 9409.0, 9402.0, 9410.0, 9444.0, 9408.0, 9436.0, 9407.0, 9405.0, 9401.0, 9448.0, 9396.0, 9404.0, 9413.0, 9386.0, 9431.0, 9383.0, 9428.0, 9389.0, 9397.0, 9411.0, 9381.0, 9405.0, 9350.0, 9401.0, 9409.0, 9409.0, 9432.0, 9410.0, 9408.0, 9424.0, 9440.0, 9406.0, 9429.0, 9456.0, 9426.0, 9428.0, 9427.0, 9437.0, 9416.0, 9494.0, 9451.0, 9468.0, 9387.0, 9386.0, 9416.0, 9449.0, 9450.0, 9408.0, 9448.0, 9387.0, 9411.0, 9447.0, 9412.0, 9434.0, 9391.0, 9448.0, 9423.0, 9413.0, 9438.0, 9383.0, 9423.0, 9391.0, 9379.0, 9384.0, 9331.0, 9342.0, 9326.0, 9362.0, 9382.0, 9331.0, 9367.0, 9348.0, 9360.0, 9349.0, 9367.0, 9332.0, 9356.0, 9390.0, 9353.0, 9375.0, 9356.0, 9367.0, 9372.0, 9403.0, 9361.0, 9379.0, 9382.0, 9402.0, 9386.0, 9411.0, 9402.0, 9423.0, 9402.0, 9410.0, 9415.0, 9409.0, 9434.0, 9408.0, 9429.0, 9411.0, 9452.0, 9412.0, 9457.0, 9409.0, 9412.0, 9416.0, 9412.0, 9458.0, 9390.0, 9416.0, 9414.0, 9431.0, 9475.0, 9532.0, 9424.0, 9471.0, 9400.0, 9390.0, 9419.0, 9427.0, 9378.0, 9378.0, 9375.0, 9410.0, 9415.0, 9418.0, 9411.0, 9457.0, 9415.0, 9456.0, 9442.0, 9403.0, 9423.0, 9369.0, 9405.0, 9381.0, 9425.0, 9385.0, 9439.0, 9424.0, 9430.0, 9511.0, 9462.0, 9396.0, 9355.0, 9386.0, 9382.0, 9398.0, 9389.0, 9415.0, 9390.0, 9422.0, 9402.0, 9409.0, 9404.0, 9395.0, 9389.0, 9407.0, 9393.0, 9412.0, 9410.0, 9474.0, 9426.0, 9433.0, 9433.0, 9453.0, 9464.0, 9456.0, 9467.0, 9436.0, 9458.0, 9416.0, 9456.0, 9408.0, 9459.0, 9471.0, 9424.0, 9444.0, 9422.0, 9435.0, 9406.0, 9427.0, 9424.0, 9411.0, 9427.0, 9402.0, 9425.0, 9402.0, 9417.0, 9389.0, 9402.0, 9387.0, 9417.0, 9384.0, 9408.0, 9444.0, 9421.0, 9430.0, 9405.0, 9416.0, 9401.0, 9408.0, 9413.0, 9390.0, 9422.0, 9404.0, 9426.0, 9388.0, 9429.0, 9383.0, 9386.0, 9381.0, 9404.0, 9424.0, 9404.0, 9428.0, 9405.0, 9419.0, 9403.0, 9430.0, 9399.0, 9419.0, 9402.0, 9410.0, 9429.0, 9405.0, 9444.0, 9404.0, 9414.0, 9391.0, 9418.0, 9405.0, 9431.0, 9389.0, 9411.0, 9405.0, 9430.0, 9449.0, 9427.0, 9432.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.0017460190703218117</td></tr>
<tr><td colspan=3>aqi</td><td>0.026811441239570917</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.83326113017904</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3427455629236267</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0130876959546546</td></tr>
<tr><td colspan=3>efc</td><td>0.4668</td></tr>
<tr><td colspan=3>fber</td><td>7536.1714</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09110258826591291</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.601907032181168</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2399687524230107</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1717214936766704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.373262579780647</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1749221838117143</td></tr>
<tr><td colspan=3>gcor</td><td>0.0146795</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00032927398569881916</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03185257688164711</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.241912845301687</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.9259</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6038</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.1866</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299652.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.2991</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9722</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>469.8877</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3480.8351</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3658.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.3412</td></tr>
<tr><td colspan=3>tsnr</td><td>41.621277819387615</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>