<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>edb5935dc2616679b2b9a0eed2cceb35</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:32:37.822500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997411, 0.0600923, 0.0394888, -0.0601307, 0.99819, -0.000214335]</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.0906303</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 464, -15, -228, -72, 124]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>04c6f331-5311-45e3-a7be-a7c7a6e8f35d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6759819984436035, -0.16132639348506927, 0.10646151751279831, 117.24737548828125], [-0.16122323274612427, 2.678072214126587, 0.005833913572132587, -87.86425018310547], [0.10594548285007477, 0.0005750453565269709, 2.6978938579559326, -87.35539245605469], [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': ['133237.822500', '133238.282500', '133238.742500', '133239.202500', '133239.662500', '133240.122500', '133240.582500', '133241.042500', '133241.502500', '133241.962500', '133242.422500', '133242.882500', '133243.342500', '133243.802500', '133244.262500', '133244.722500', '133245.182500', '133245.642500', '133246.102500', '133246.562500', '133247.022500', '133247.482500', '133247.942500', '133248.402500', '133248.862500', '133249.322500', '133249.782500', '133250.242500', '133250.702500', '133251.162500', '133251.622500', '133252.082500', '133252.542500', '133253.002500', '133253.462500', '133253.922500', '133254.382500', '133254.842500', '133255.302500', '133255.762500', '133256.222500', '133256.682500', '133257.142500', '133257.602500', '133258.062500', '133258.522500', '133258.982500', '133259.442500', '133259.902500', '133300.362500', '133300.822500', '133301.282500', '133301.742500', '133302.202500', '133302.662500', '133303.122500', '133303.582500', '133304.042500', '133304.502500', '133304.962500', '133305.422500', '133305.882500', '133306.342500', '133306.802500', '133307.262500', '133307.722500', '133308.182500', '133308.642500', '133309.102500', '133309.562500', '133310.022500', '133310.482500', '133310.942500', '133311.402500', '133311.862500', '133312.322500', '133312.782500', '133313.242500', '133313.702500', '133314.162500', '133314.622500', '133315.082500', '133315.542500', '133316.002500', '133316.462500', '133316.922500', '133317.382500', '133317.842500', '133318.302500', '133318.762500', '133319.222500', '133319.682500', '133320.142500', '133320.602500', '133321.062500', '133321.522500', '133321.982500', '133322.442500', '133322.902500', '133323.362500', '133323.822500', '133324.282500', '133324.742500', '133325.202500', '133325.662500', '133326.122500', '133326.582500', '133327.042500', '133327.502500', '133327.962500', '133328.422500', '133328.882500', '133329.342500', '133329.802500', '133330.262500', '133330.722500', '133331.182500', '133331.642500', '133332.102500', '133332.562500', '133333.022500', '133333.482500', '133333.942500', '133334.402500', '133334.862500', '133335.322500', '133335.782500', '133336.242500', '133336.702500', '133337.162500', '133337.622500', '133338.082500', '133338.542500', '133339.002500', '133339.462500', '133339.922500', '133340.382500', '133340.842500', '133341.302500', '133341.762500', '133342.222500', '133342.682500', '133343.142500', '133343.602500', '133344.062500', '133344.522500', '133344.982500', '133345.442500', '133345.902500', '133346.362500', '133346.822500', '133347.282500', '133347.742500', '133348.202500', '133348.662500', '133349.122500', '133349.582500', '133350.042500', '133350.502500', '133350.962500', '133351.422500', '133351.882500', '133352.342500', '133352.802500', '133353.262500', '133353.722500', '133354.182500', '133354.642500', '133355.102500', '133355.562500', '133356.022500', '133356.482500', '133356.942500', '133357.402500', '133357.862500', '133358.322500', '133358.782500', '133359.242500', '133359.702500', '133400.162500', '133400.622500', '133401.082500', '133401.542500', '133402.002500', '133402.462500', '133402.922500', '133403.382500', '133403.842500', '133404.302500', '133404.762500', '133405.222500', '133405.682500', '133406.142500', '133406.602500', '133407.062500', '133407.522500', '133407.982500', '133408.442500', '133408.902500', '133409.362500', '133409.822500', '133410.282500', '133410.742500', '133411.202500', '133411.662500', '133412.122500', '133412.582500', '133413.042500', '133413.502500', '133413.962500', '133414.422500', '133414.882500', '133415.342500', '133415.802500', '133416.262500', '133416.722500', '133417.182500', '133417.642500', '133418.102500', '133418.562500', '133419.022500', '133419.482500', '133419.942500', '133420.402500', '133420.862500', '133421.322500', '133421.782500', '133422.242500', '133422.702500', '133423.162500', '133423.622500', '133424.082500', '133424.542500', '133425.002500', '133425.462500', '133425.922500', '133426.382500', '133426.842500', '133427.302500', '133427.762500', '133428.222500', '133428.682500', '133429.142500', '133429.602500', '133430.062500', '133430.522500', '133430.982500', '133431.442500', '133431.902500', '133432.362500', '133432.822500', '133433.282500', '133433.742500', '133434.202500', '133434.662500', '133435.122500', '133435.582500', '133436.042500', '133436.502500', '133436.962500', '133437.422500', '133437.882500', '133438.342500', '133438.802500', '133439.262500', '133439.722500', '133440.182500', '133440.642500', '133441.102500', '133441.562500', '133442.022500', '133442.482500', '133442.942500', '133443.402500', '133443.862500', '133444.322500', '133444.782500', '133445.242500', '133445.702500', '133446.162500', '133446.622500', '133447.082500', '133447.542500', '133448.002500', '133448.462500', '133448.922500', '133449.382500', '133449.842500', '133450.302500', '133450.762500', '133451.222500', '133451.682500', '133452.142500', '133452.602500', '133453.062500', '133453.522500', '133453.982500', '133454.442500', '133454.902500', '133455.362500', '133455.822500', '133456.282500', '133456.742500', '133457.202500', '133457.662500', '133458.122500', '133458.582500', '133459.042500', '133459.502500', '133459.962500', '133500.422500', '133500.882500', '133501.342500', '133501.802500', '133502.262500', '133502.722500', '133503.182500', '133503.642500', '133504.102500', '133504.562500', '133505.022500', '133505.482500', '133505.942500', '133506.402500', '133506.862500', '133507.322500', '133507.782500', '133508.242500', '133508.702500', '133509.162500', '133509.622500', '133510.082500', '133510.542500', '133511.002500', '133511.462500', '133511.922500', '133512.382500', '133512.842500', '133513.302500', '133513.762500', '133514.222500', '133514.682500', '133515.142500', '133515.602500', '133516.062500', '133516.522500', '133516.982500', '133517.442500', '133517.902500', '133518.362500', '133518.822500', '133519.282500', '133519.742500', '133520.202500', '133520.662500', '133521.122500', '133521.582500', '133522.042500', '133522.502500', '133522.962500', '133523.422500', '133523.882500', '133524.342500', '133524.802500', '133525.262500', '133525.722500', '133526.182500', '133526.642500', '133527.102500', '133527.562500', '133528.022500', '133528.482500', '133528.942500', '133529.402500', '133529.862500', '133530.322500', '133530.782500', '133531.242500', '133531.702500', '133532.162500', '133532.622500', '133533.082500', '133533.542500', '133534.002500', '133534.462500', '133534.922500', '133535.382500', '133535.842500', '133536.302500', '133536.762500', '133537.222500', '133537.682500', '133538.142500', '133538.602500', '133539.062500', '133539.522500', '133539.982500', '133540.442500', '133540.902500', '133541.362500', '133541.822500', '133542.282500', '133542.742500', '133543.202500', '133543.662500', '133544.122500', '133544.582500', '133545.042500', '133545.502500', '133545.962500', '133546.422500', '133546.882500', '133547.342500', '133547.802500', '133548.262500', '133548.722500', '133549.182500', '133549.642500', '133550.102500', '133550.562500', '133551.022500', '133551.482500', '133551.942500', '133552.402500', '133552.862500', '133553.322500', '133553.782500', '133554.242500', '133554.702500', '133555.162500', '133555.622500', '133556.082500', '133556.542500', '133557.002500', '133557.462500', '133557.922500', '133558.382500', '133558.842500', '133559.302500', '133559.762500', '133600.222500', '133600.682500', '133601.142500', '133601.602500', '133602.062500', '133602.522500', '133602.982500', '133603.442500', '133603.902500', '133604.362500', '133604.822500', '133605.282500', '133605.742500', '133606.202500', '133606.662500', '133607.122500', '133607.582500', '133608.042500', '133608.502500', '133608.962500', '133609.422500', '133609.882500', '133610.342500', '133610.802500', '133611.262500', '133611.722500', '133612.182500', '133612.642500', '133613.102500', '133613.562500', '133614.022500', '133614.482500', '133614.942500', '133615.402500', '133615.862500', '133616.322500', '133616.782500', '133617.242500', '133617.702500', '133618.162500', '133618.622500', '133619.082500', '133619.542500', '133620.002500', '133620.462500', '133620.922500', '133621.382500', '133621.842500', '133622.302500', '133622.762500', '133623.222500', '133623.682500', '133624.142500', '133624.602500', '133625.062500', '133625.522500', '133625.982500', '133626.442500', '133626.902500', '133627.362500', '133627.822500', '133628.282500', '133628.742500', '133629.202500', '133629.662500', '133630.122500', '133630.582500', '133631.042500', '133631.502500', '133631.962500', '133632.422500', '133632.882500', '133633.342500', '133633.802500', '133634.262500', '133634.722500', '133635.182500', '133635.642500', '133636.102500', '133636.562500', '133637.022500', '133637.482500', '133637.942500', '133638.402500', '133638.862500', '133639.322500', '133639.782500', '133640.242500', '133640.702500', '133641.162500', '133641.622500', '133642.082500', '133642.542500', '133643.002500', '133643.462500', '133643.922500', '133644.382500', '133644.842500', '133645.302500', '133645.762500', '133646.222500', '133646.682500', '133647.142500', '133647.602500', '133648.062500', '133648.522500', '133648.982500', '133649.442500', '133649.902500', '133650.362500', '133650.822500', '133651.282500', '133651.742500', '133652.202500', '133652.662500', '133653.122500', '133653.582500', '133654.042500', '133654.502500', '133654.962500', '133655.422500', '133655.882500', '133656.342500', '133656.802500', '133657.262500', '133657.722500', '133658.182500', '133658.642500', '133659.102500', '133659.562500', '133700.022500', '133700.482500', '133700.942500', '133701.402500', '133701.862500', '133702.322500', '133702.782500', '133703.242500', '133703.702500', '133704.162500', '133704.622500', '133705.082500', '133705.542500', '133706.002500', '133706.462500', '133706.922500', '133707.382500', '133707.842500', '133708.302500', '133708.762500', '133709.222500', '133709.682500', '133710.142500', '133710.602500', '133711.062500', '133711.522500', '133711.982500', '133712.442500', '133712.902500', '133713.362500', '133713.822500', '133714.282500', '133714.742500', '133715.202500', '133715.662500', '133716.122500', '133716.582500', '133717.042500', '133717.502500', '133717.962500', '133718.422500', '133718.882500', '133719.342500', '133719.802500', '133720.262500', '133720.722500', '133721.182500', '133721.642500', '133722.102500', '133722.562500', '133723.022500', '133723.482500', '133723.942500', '133724.402500', '133724.862500', '133725.322500', '133725.782500', '133726.242500', '133726.702500', '133727.162500', '133727.622500', '133728.082500', '133728.542500', '133729.002500', '133729.462500', '133729.922500', '133730.382500', '133730.842500', '133731.302500', '133731.762500', '133732.222500', '133732.682500', '133733.142500', '133733.602500', '133734.062500', '133734.522500', '133734.982500', '133735.442500', '133735.902500', '133736.362500', '133736.822500', '133737.282500', '133737.742500', '133738.202500', '133738.662500', '133739.122500', '133739.582500', '133740.042500', '133740.502500', '133740.962500', '133741.422500', '133741.882500', '133742.342500', '133742.802500', '133743.262500', '133743.722500', '133744.182500', '133744.642500', '133745.102500', '133745.562500', '133746.022500', '133746.482500', '133746.942500', '133747.402500', '133747.862500', '133748.322500', '133748.782500', '133749.242500', '133749.702500', '133750.162500', '133750.622500', '133751.082500', '133751.542500', '133752.002500', '133752.462500', '133752.922500', '133753.382500', '133753.842500', '133754.302500', '133754.762500', '133755.222500', '133755.682500', '133756.142500', '133756.602500', '133757.062500', '133757.522500', '133757.982500', '133758.442500', '133758.902500', '133759.362500', '133759.822500', '133800.282500', '133800.742500', '133801.202500', '133801.662500', '133802.122500', '133802.582500', '133803.042500', '133803.502500', '133803.962500', '133804.422500', '133804.882500', '133805.342500', '133805.802500', '133806.262500', '133806.722500', '133807.182500', '133807.642500', '133808.102500', '133808.562500', '133809.022500', '133809.482500', '133809.942500', '133810.402500', '133810.862500', '133811.322500', '133811.782500', '133812.242500', '133812.702500', '133813.162500', '133813.622500', '133814.082500', '133814.542500', '133815.002500', '133815.462500', '133815.922500', '133816.382500', '133816.842500', '133817.302500', '133817.762500', '133818.222500', '133818.682500', '133819.142500', '133819.602500', '133820.062500', '133820.522500', '133820.982500', '133821.442500', '133821.902500', '133822.362500', '133822.822500', '133823.282500', '133823.742500', '133824.202500', '133824.662500', '133825.122500', '133825.582500', '133826.042500', '133826.502500', '133826.962500', '133827.422500', '133827.882500', '133828.342500', '133828.802500', '133829.262500', '133829.722500', '133830.182500', '133830.642500', '133831.102500', '133831.562500', '133832.022500', '133832.482500', '133832.942500', '133833.402500', '133833.862500', '133834.322500', '133834.782500', '133835.242500', '133835.702500', '133836.162500', '133836.622500', '133837.082500', '133837.542500', '133838.002500', '133838.462500', '133838.922500', '133839.382500', '133839.842500', '133840.302500', '133840.762500', '133841.222500', '133841.682500', '133842.142500', '133842.602500', '133843.062500', '133843.522500', '133843.982500', '133844.442500', '133844.902500', '133845.362500', '133845.822500', '133846.282500', '133846.742500', '133847.202500', '133847.662500', '133848.122500', '133848.582500', '133849.042500', '133849.502500', '133849.962500', '133850.422500', '133850.882500', '133851.342500', '133851.802500', '133852.262500', '133852.722500', '133853.182500', '133853.642500', '133854.102500', '133854.562500', '133855.022500', '133855.482500', '133855.942500', '133856.402500', '133856.862500', '133857.322500', '133857.782500', '133858.242500', '133858.702500', '133859.162500', '133859.622500', '133900.082500', '133900.542500', '133901.002500', '133901.462500', '133901.922500', '133902.382500', '133902.842500', '133903.302500'], 'ContentTime': ['133302.685000', '133302.688000', '133302.691000', '133302.694000', '133302.697000', '133302.699000', '133302.702000', '133302.705000', '133302.708000', '133302.711000', '133302.713000', '133302.716000', '133302.719000', '133302.722000', '133302.725000', '133302.727000', '133302.730000', '133302.733000', '133302.736000', '133302.739000', '133302.742000', '133302.744000', '133302.747000', '133302.750000', '133302.753000', '133302.756000', '133302.761000', '133302.764000', '133302.766000', '133302.769000', '133302.772000', '133302.775000', '133302.778000', '133302.781000', '133302.783000', '133302.787000', '133302.790000', '133302.793000', '133302.796000', '133302.799000', '133302.802000', '133302.805000', '133302.807000', '133302.810000', '133302.813000', '133302.816000', '133302.819000', '133302.821000', '133302.824000', '133302.827000', '133302.830000', '133302.833000', '133322.648000', '133322.651000', '133322.654000', '133322.671000', '133322.674000', '133322.677000', '133322.680000', '133322.682000', '133322.685000', '133322.688000', '133322.691000', '133322.694000', '133322.696000', '133322.715000', '133322.718000', '133322.721000', '133322.723000', '133322.726000', '133322.729000', '133322.732000', '133322.735000', '133322.738000', '133322.741000', '133322.743000', '133322.746000', '133322.749000', '133322.752000', '133322.755000', '133322.757000', '133322.760000', '133322.763000', '133322.766000', '133322.769000', '133322.772000', '133322.774000', '133322.777000', '133322.780000', '133322.783000', '133322.786000', '133322.788000', '133322.791000', '133322.794000', '133322.797000', '133342.648000', '133342.651000', '133342.654000', '133342.657000', '133342.659000', '133342.662000', '133342.665000', '133342.668000', '133342.671000', '133342.673000', '133342.676000', '133342.679000', '133342.682000', '133342.685000', '133342.687000', '133342.690000', '133342.693000', '133342.696000', '133342.699000', '133342.702000', '133342.704000', '133342.707000', '133342.710000', '133342.713000', '133342.716000', '133342.718000', '133342.721000', '133342.724000', '133342.727000', '133342.730000', '133342.732000', '133342.737000', '133342.740000', '133342.743000', '133342.745000', '133342.748000', '133342.751000', '133342.754000', '133342.757000', '133342.759000', '133342.762000', '133342.765000', '133342.768000', '133342.771000', '133402.648000', '133402.651000', '133402.654000', '133402.656000', '133402.659000', '133402.662000', '133402.666000', '133402.669000', '133402.672000', '133402.674000', '133402.677000', '133402.680000', '133402.683000', '133402.686000', '133402.689000', '133402.691000', '133402.694000', '133402.697000', '133402.700000', '133402.703000', '133402.705000', '133402.708000', '133402.711000', '133402.714000', '133402.717000', '133402.720000', '133402.723000', '133402.726000', '133402.729000', '133402.731000', '133402.734000', '133402.737000', '133402.740000', '133402.743000', '133402.745000', '133402.748000', '133402.751000', '133402.754000', '133402.757000', '133402.760000', '133402.762000', '133402.765000', '133402.768000', '133422.648000', '133422.651000', '133422.654000', '133422.656000', '133422.659000', '133422.662000', '133422.665000', '133422.668000', '133422.671000', '133422.674000', '133422.676000', '133422.679000', '133422.682000', '133422.685000', '133422.688000', '133422.691000', '133422.693000', '133422.696000', '133422.699000', '133422.702000', '133422.705000', '133422.708000', '133422.710000', '133422.713000', '133422.716000', '133422.719000', '133422.722000', '133422.731000', '133422.734000', '133422.737000', '133422.740000', '133422.742000', '133422.745000', '133422.748000', '133422.751000', '133422.753000', '133422.756000', '133422.759000', '133422.762000', '133422.765000', '133422.768000', '133422.771000', '133422.773000', '133422.776000', '133442.647000', '133442.650000', '133442.653000', '133442.655000', '133442.658000', '133442.661000', '133442.664000', '133442.667000', '133442.670000', '133442.672000', '133442.675000', '133442.678000', '133442.681000', '133442.684000', '133442.687000', '133442.689000', '133442.692000', '133442.695000', '133442.698000', '133442.701000', '133442.704000', '133442.707000', '133442.709000', '133442.712000', '133442.715000', '133442.718000', '133442.721000', '133442.724000', '133442.747000', '133442.750000', '133442.753000', '133442.756000', '133442.759000', '133442.762000', '133442.765000', '133442.768000', '133442.770000', '133442.773000', '133442.776000', '133442.779000', '133442.782000', '133442.785000', '133442.788000', '133502.648000', '133502.651000', '133502.653000', '133502.656000', '133502.659000', '133502.662000', '133502.665000', '133502.668000', '133502.670000', '133502.673000', '133502.676000', '133502.679000', '133502.682000', '133502.685000', '133502.688000', '133502.690000', '133502.693000', '133502.696000', '133502.699000', '133502.702000', '133502.704000', '133502.707000', '133502.710000', '133502.713000', '133502.716000', '133502.718000', '133502.721000', '133502.724000', '133502.727000', '133502.730000', '133502.732000', '133502.735000', '133502.738000', '133502.741000', '133502.744000', '133502.747000', '133502.749000', '133502.752000', '133502.755000', '133502.758000', '133502.761000', '133502.763000', '133502.766000', '133502.769000', '133522.648000', '133522.651000', '133522.654000', '133522.656000', '133522.659000', '133522.662000', '133522.665000', '133522.668000', '133522.671000', '133522.674000', '133522.676000', '133522.679000', '133522.682000', '133522.685000', '133522.688000', '133522.691000', '133522.693000', '133522.696000', '133522.699000', '133522.702000', '133522.706000', '133522.708000', '133522.711000', '133522.714000', '133522.717000', '133522.720000', '133522.723000', '133522.725000', '133522.728000', '133522.731000', '133522.734000', '133522.737000', '133522.739000', '133522.742000', '133522.745000', '133522.748000', '133522.751000', '133522.753000', '133522.757000', '133522.760000', '133522.765000', '133522.769000', '133522.772000', '133542.648000', '133542.651000', '133542.654000', '133542.656000', '133542.659000', '133542.662000', '133542.665000', '133542.668000', '133542.671000', '133542.674000', '133542.676000', '133542.679000', '133542.682000', '133542.685000', '133542.688000', '133542.691000', '133542.694000', '133542.697000', '133542.699000', '133542.702000', '133542.705000', '133542.708000', '133542.711000', '133542.713000', '133542.716000', '133542.719000', '133542.722000', '133542.725000', '133542.728000', '133542.730000', '133542.733000', '133542.736000', '133542.739000', '133542.742000', '133542.745000', '133542.747000', '133542.750000', '133542.753000', '133542.756000', '133542.759000', '133542.762000', '133542.765000', '133542.767000', '133542.770000', '133602.648000', '133602.651000', '133602.654000', '133602.656000', '133602.659000', '133602.662000', '133602.665000', '133602.668000', '133602.671000', '133602.674000', '133602.676000', '133602.679000', '133602.682000', '133602.685000', '133602.688000', '133602.691000', '133602.693000', '133602.696000', '133602.699000', '133602.702000', '133602.705000', '133602.708000', '133602.711000', '133602.713000', '133602.716000', '133602.719000', '133602.722000', '133602.725000', '133602.727000', '133602.730000', '133602.733000', '133602.736000', '133602.739000', '133602.741000', '133602.744000', '133602.747000', '133602.750000', '133602.753000', '133602.755000', '133602.758000', '133602.761000', '133602.764000', '133602.767000', '133622.648000', '133622.651000', '133622.654000', '133622.656000', '133622.659000', '133622.662000', '133622.665000', '133622.668000', '133622.670000', '133622.673000', '133622.687000', '133622.690000', '133622.692000', '133622.695000', '133622.698000', '133622.701000', '133622.704000', '133622.706000', '133622.709000', '133622.712000', '133622.715000', '133622.718000', '133622.720000', '133622.723000', '133622.726000', '133622.729000', '133622.732000', '133622.735000', '133622.737000', '133622.740000', '133622.743000', '133622.746000', '133622.749000', '133622.752000', '133622.754000', '133622.757000', '133622.760000', '133622.763000', '133622.766000', '133622.769000', '133622.771000', '133622.774000', '133622.777000', '133622.780000', '133642.648000', '133642.651000', '133642.654000', '133642.656000', '133642.659000', '133642.662000', '133642.665000', '133642.668000', '133642.671000', '133642.674000', '133642.676000', '133642.679000', '133642.682000', '133642.685000', '133642.688000', '133642.690000', '133642.693000', '133642.696000', '133642.699000', '133642.702000', '133642.705000', '133642.708000', '133642.710000', '133642.713000', '133642.716000', '133642.719000', '133642.722000', '133642.728000', '133642.731000', '133642.734000', '133642.737000', '133642.740000', '133642.743000', '133642.746000', '133642.749000', '133642.752000', '133642.755000', '133642.758000', '133642.761000', '133642.763000', '133642.766000', '133642.769000', '133642.772000', '133702.647000', '133702.650000', '133702.653000', '133702.655000', '133702.658000', '133702.661000', '133702.664000', '133702.667000', '133702.669000', '133702.672000', '133702.675000', '133702.678000', '133702.681000', '133702.684000', '133702.686000', '133702.689000', '133702.692000', '133702.695000', '133702.698000', '133702.701000', '133702.703000', '133702.706000', '133702.709000', '133702.712000', '133702.715000', '133702.718000', '133702.721000', '133702.723000', '133702.726000', '133702.729000', '133702.732000', '133702.735000', '133702.738000', '133702.740000', '133702.743000', '133702.746000', '133702.749000', '133702.752000', '133702.754000', '133702.757000', '133702.760000', '133702.763000', '133702.766000', '133702.769000', '133722.648000', '133722.651000', '133722.654000', '133722.656000', '133722.659000', '133722.662000', '133722.665000', '133722.668000', '133722.671000', '133722.674000', '133722.676000', '133722.679000', '133722.682000', '133722.685000', '133722.688000', '133722.691000', '133722.693000', '133722.696000', '133722.699000', '133722.702000', '133722.705000', '133722.708000', '133722.710000', '133722.713000', '133722.716000', '133722.719000', '133722.722000', '133722.724000', '133722.727000', '133722.730000', '133722.733000', '133722.736000', '133722.738000', '133722.741000', '133722.744000', '133722.747000', '133722.750000', '133722.753000', '133722.755000', '133722.758000', '133722.761000', '133722.764000', '133722.767000', '133742.648000', '133742.651000', '133742.654000', '133742.656000', '133742.659000', '133742.662000', '133742.665000', '133742.668000', '133742.671000', '133742.673000', '133742.676000', '133742.679000', '133742.682000', '133742.685000', '133742.687000', '133742.690000', '133742.693000', '133742.696000', '133742.699000', '133742.702000', '133742.705000', '133742.707000', '133742.710000', '133742.713000', '133742.716000', '133742.719000', '133742.721000', '133742.724000', '133742.727000', '133742.730000', '133742.733000', '133742.735000', '133742.738000', '133742.741000', '133742.744000', '133742.758000', '133742.761000', '133742.764000', '133742.767000', '133742.769000', '133742.772000', '133742.775000', '133742.778000', '133742.781000', '133802.648000', '133802.651000', '133802.654000', '133802.657000', '133802.659000', '133802.662000', '133802.665000', '133802.668000', '133802.671000', '133802.674000', '133802.677000', '133802.679000', '133802.682000', '133802.685000', '133802.688000', '133802.691000', '133802.694000', '133802.697000', '133802.699000', '133802.702000', '133802.705000', '133802.708000', '133802.711000', '133802.713000', '133802.716000', '133802.719000', '133802.722000', '133802.725000', '133802.728000', '133802.731000', '133802.734000', '133802.736000', '133802.739000', '133802.742000', '133802.745000', '133802.748000', '133802.751000', '133802.754000', '133802.756000', '133802.759000', '133802.762000', '133802.765000', '133802.768000', '133822.648000', '133822.651000', '133822.654000', '133822.657000', '133822.659000', '133822.662000', '133822.665000', '133822.668000', '133822.671000', '133822.673000', '133822.676000', '133822.679000', '133822.682000', '133822.685000', '133822.688000', '133822.690000', '133822.693000', '133822.696000', '133822.699000', '133822.702000', '133822.704000', '133822.707000', '133822.710000', '133822.713000', '133822.716000', '133822.719000', '133822.721000', '133822.724000', '133822.727000', '133822.730000', '133822.733000', '133822.735000', '133822.738000', '133822.741000', '133822.744000', '133822.747000', '133822.750000', '133822.753000', '133822.756000', '133822.758000', '133822.761000', '133822.764000', '133822.767000', '133842.648000', '133842.651000', '133842.654000', '133842.657000', '133842.659000', '133842.662000', '133842.665000', '133842.668000', '133842.671000', '133842.674000', '133842.676000', '133842.679000', '133842.682000', '133842.685000', '133842.688000', '133842.690000', '133842.693000', '133842.696000', '133842.699000', '133842.702000', '133842.705000', '133842.707000', '133842.710000', '133842.713000', '133842.716000', '133842.719000', '133842.722000', '133842.724000', '133842.727000', '133842.730000', '133842.733000', '133842.736000', '133842.738000', '133842.741000', '133842.744000', '133842.747000', '133842.750000', '133842.752000', '133842.755000', '133842.758000', '133842.761000', '133842.764000', '133842.767000', '133842.769000', '133902.648000', '133902.651000', '133902.654000', '133902.659000', '133902.663000', '133902.666000', '133902.669000', '133902.671000', '133902.674000', '133902.677000', '133902.680000', '133902.683000', '133902.686000', '133902.688000', '133902.691000', '133902.694000', '133902.697000', '133902.700000', '133902.703000', '133902.705000', '133902.708000', '133902.711000', '133902.714000', '133902.717000', '133902.720000', '133902.722000', '133902.725000', '133902.728000', '133902.731000', '133902.734000', '133902.736000', '133902.739000', '133902.742000', '133902.745000', '133902.748000', '133902.750000', '133902.753000', '133902.756000', '133902.759000', '133902.762000', '133902.765000', '133902.767000', '133902.770000', '133904.543000', '133904.547000', '133904.551000', '133904.564000', '133904.567000'], 'InstanceCreationTime': ['133302.685000', '133302.688000', '133302.691000', '133302.694000', '133302.697000', '133302.699000', '133302.702000', '133302.705000', '133302.708000', '133302.711000', '133302.713000', '133302.716000', '133302.719000', '133302.722000', '133302.725000', '133302.727000', '133302.730000', '133302.733000', '133302.736000', '133302.739000', '133302.742000', '133302.744000', '133302.747000', '133302.750000', '133302.753000', '133302.756000', '133302.761000', '133302.764000', '133302.766000', '133302.769000', '133302.772000', '133302.775000', '133302.778000', '133302.781000', '133302.783000', '133302.787000', '133302.790000', '133302.793000', '133302.796000', '133302.799000', '133302.802000', '133302.805000', '133302.807000', '133302.810000', '133302.813000', '133302.816000', '133302.819000', '133302.821000', '133302.824000', '133302.827000', '133302.830000', '133302.833000', '133322.648000', '133322.651000', '133322.654000', '133322.671000', '133322.674000', '133322.677000', '133322.680000', '133322.682000', '133322.685000', '133322.688000', '133322.691000', '133322.694000', '133322.696000', '133322.715000', '133322.718000', '133322.721000', '133322.723000', '133322.726000', '133322.729000', '133322.732000', '133322.735000', '133322.738000', '133322.741000', '133322.743000', '133322.746000', '133322.749000', '133322.752000', '133322.755000', '133322.757000', '133322.760000', '133322.763000', '133322.766000', '133322.769000', '133322.772000', '133322.774000', '133322.777000', '133322.780000', '133322.783000', '133322.786000', '133322.788000', '133322.791000', '133322.794000', '133322.797000', '133342.648000', '133342.651000', '133342.654000', '133342.657000', '133342.659000', '133342.662000', '133342.665000', '133342.668000', '133342.671000', '133342.673000', '133342.676000', '133342.679000', '133342.682000', '133342.685000', '133342.687000', '133342.690000', '133342.693000', '133342.696000', '133342.699000', '133342.702000', '133342.704000', '133342.707000', '133342.710000', '133342.713000', '133342.716000', '133342.718000', '133342.721000', '133342.724000', '133342.727000', '133342.730000', '133342.732000', '133342.737000', '133342.740000', '133342.743000', '133342.745000', '133342.748000', '133342.751000', '133342.754000', '133342.757000', '133342.759000', '133342.762000', '133342.765000', '133342.768000', '133342.771000', '133402.648000', '133402.651000', '133402.654000', '133402.656000', '133402.659000', '133402.662000', '133402.666000', '133402.669000', '133402.672000', '133402.674000', '133402.677000', '133402.680000', '133402.683000', '133402.686000', '133402.689000', '133402.691000', '133402.694000', '133402.697000', '133402.700000', '133402.703000', '133402.705000', '133402.708000', '133402.711000', '133402.714000', '133402.717000', '133402.720000', '133402.723000', '133402.726000', '133402.729000', '133402.731000', '133402.734000', '133402.737000', '133402.740000', '133402.743000', '133402.745000', '133402.748000', '133402.751000', '133402.754000', '133402.757000', '133402.760000', '133402.762000', '133402.765000', '133402.768000', '133422.648000', '133422.651000', '133422.654000', '133422.656000', '133422.659000', '133422.662000', '133422.665000', '133422.668000', '133422.671000', '133422.674000', '133422.676000', '133422.679000', '133422.682000', '133422.685000', '133422.688000', '133422.691000', '133422.693000', '133422.696000', '133422.699000', '133422.702000', '133422.705000', '133422.708000', '133422.710000', '133422.713000', '133422.716000', '133422.719000', '133422.722000', '133422.731000', '133422.734000', '133422.737000', '133422.740000', '133422.742000', '133422.745000', '133422.748000', '133422.751000', '133422.753000', '133422.756000', '133422.759000', '133422.762000', '133422.765000', '133422.768000', '133422.771000', '133422.773000', '133422.776000', '133442.647000', '133442.650000', '133442.653000', '133442.655000', '133442.658000', '133442.661000', '133442.664000', '133442.667000', '133442.670000', '133442.672000', '133442.675000', '133442.678000', '133442.681000', '133442.684000', '133442.687000', '133442.689000', '133442.692000', '133442.695000', '133442.698000', '133442.701000', '133442.704000', '133442.707000', '133442.709000', '133442.712000', '133442.715000', '133442.718000', '133442.721000', '133442.724000', '133442.747000', '133442.750000', '133442.753000', '133442.756000', '133442.759000', '133442.762000', '133442.765000', '133442.768000', '133442.770000', '133442.773000', '133442.776000', '133442.779000', '133442.782000', '133442.785000', '133442.788000', '133502.648000', '133502.651000', '133502.653000', '133502.656000', '133502.659000', '133502.662000', '133502.665000', '133502.668000', '133502.670000', '133502.673000', '133502.676000', '133502.679000', '133502.682000', '133502.685000', '133502.688000', '133502.690000', '133502.693000', '133502.696000', '133502.699000', '133502.702000', '133502.704000', '133502.707000', '133502.710000', '133502.713000', '133502.716000', '133502.718000', '133502.721000', '133502.724000', '133502.727000', '133502.730000', '133502.732000', '133502.735000', '133502.738000', '133502.741000', '133502.744000', '133502.747000', '133502.749000', '133502.752000', '133502.755000', '133502.758000', '133502.761000', '133502.763000', '133502.766000', '133502.769000', '133522.648000', '133522.651000', '133522.654000', '133522.656000', '133522.659000', '133522.662000', '133522.665000', '133522.668000', '133522.671000', '133522.674000', '133522.676000', '133522.679000', '133522.682000', '133522.685000', '133522.688000', '133522.691000', '133522.693000', '133522.696000', '133522.699000', '133522.702000', '133522.706000', '133522.708000', '133522.711000', '133522.714000', '133522.717000', '133522.720000', '133522.723000', '133522.725000', '133522.728000', '133522.731000', '133522.734000', '133522.737000', '133522.739000', '133522.742000', '133522.745000', '133522.748000', '133522.751000', '133522.753000', '133522.757000', '133522.760000', '133522.765000', '133522.769000', '133522.772000', '133542.648000', '133542.651000', '133542.654000', '133542.656000', '133542.659000', '133542.662000', '133542.665000', '133542.668000', '133542.671000', '133542.674000', '133542.676000', '133542.679000', '133542.682000', '133542.685000', '133542.688000', '133542.691000', '133542.694000', '133542.697000', '133542.699000', '133542.702000', '133542.705000', '133542.708000', '133542.711000', '133542.713000', '133542.716000', '133542.719000', '133542.722000', '133542.725000', '133542.728000', '133542.730000', '133542.733000', '133542.736000', '133542.739000', '133542.742000', '133542.745000', '133542.747000', '133542.750000', '133542.753000', '133542.756000', '133542.759000', '133542.762000', '133542.765000', '133542.767000', '133542.770000', '133602.648000', '133602.651000', '133602.654000', '133602.656000', '133602.659000', '133602.662000', '133602.665000', '133602.668000', '133602.671000', '133602.674000', '133602.676000', '133602.679000', '133602.682000', '133602.685000', '133602.688000', '133602.691000', '133602.693000', '133602.696000', '133602.699000', '133602.702000', '133602.705000', '133602.708000', '133602.711000', '133602.713000', '133602.716000', '133602.719000', '133602.722000', '133602.725000', '133602.727000', '133602.730000', '133602.733000', '133602.736000', '133602.739000', '133602.741000', '133602.744000', '133602.747000', '133602.750000', '133602.753000', '133602.755000', '133602.758000', '133602.761000', '133602.764000', '133602.767000', '133622.648000', '133622.651000', '133622.654000', '133622.656000', '133622.659000', '133622.662000', '133622.665000', '133622.668000', '133622.670000', '133622.673000', '133622.687000', '133622.690000', '133622.692000', '133622.695000', '133622.698000', '133622.701000', '133622.704000', '133622.706000', '133622.709000', '133622.712000', '133622.715000', '133622.718000', '133622.720000', '133622.723000', '133622.726000', '133622.729000', '133622.732000', '133622.735000', '133622.737000', '133622.740000', '133622.743000', '133622.746000', '133622.749000', '133622.752000', '133622.754000', '133622.757000', '133622.760000', '133622.763000', '133622.766000', '133622.769000', '133622.771000', '133622.774000', '133622.777000', '133622.780000', '133642.648000', '133642.651000', '133642.654000', '133642.656000', '133642.659000', '133642.662000', '133642.665000', '133642.668000', '133642.671000', '133642.674000', '133642.676000', '133642.679000', '133642.682000', '133642.685000', '133642.688000', '133642.690000', '133642.693000', '133642.696000', '133642.699000', '133642.702000', '133642.705000', '133642.708000', '133642.710000', '133642.713000', '133642.716000', '133642.719000', '133642.722000', '133642.728000', '133642.731000', '133642.734000', '133642.737000', '133642.740000', '133642.743000', '133642.746000', '133642.749000', '133642.752000', '133642.755000', '133642.758000', '133642.761000', '133642.763000', '133642.766000', '133642.769000', '133642.772000', '133702.647000', '133702.650000', '133702.653000', '133702.655000', '133702.658000', '133702.661000', '133702.664000', '133702.667000', '133702.669000', '133702.672000', '133702.675000', '133702.678000', '133702.681000', '133702.684000', '133702.686000', '133702.689000', '133702.692000', '133702.695000', '133702.698000', '133702.701000', '133702.703000', '133702.706000', '133702.709000', '133702.712000', '133702.715000', '133702.718000', '133702.721000', '133702.723000', '133702.726000', '133702.729000', '133702.732000', '133702.735000', '133702.738000', '133702.740000', '133702.743000', '133702.746000', '133702.749000', '133702.752000', '133702.754000', '133702.757000', '133702.760000', '133702.763000', '133702.766000', '133702.769000', '133722.648000', '133722.651000', '133722.654000', '133722.656000', '133722.659000', '133722.662000', '133722.665000', '133722.668000', '133722.671000', '133722.674000', '133722.676000', '133722.679000', '133722.682000', '133722.685000', '133722.688000', '133722.691000', '133722.693000', '133722.696000', '133722.699000', '133722.702000', '133722.705000', '133722.708000', '133722.710000', '133722.713000', '133722.716000', '133722.719000', '133722.722000', '133722.724000', '133722.727000', '133722.730000', '133722.733000', '133722.736000', '133722.738000', '133722.741000', '133722.744000', '133722.747000', '133722.750000', '133722.753000', '133722.755000', '133722.758000', '133722.761000', '133722.764000', '133722.767000', '133742.648000', '133742.651000', '133742.654000', '133742.656000', '133742.659000', '133742.662000', '133742.665000', '133742.668000', '133742.671000', '133742.673000', '133742.676000', '133742.679000', '133742.682000', '133742.685000', '133742.687000', '133742.690000', '133742.693000', '133742.696000', '133742.699000', '133742.702000', '133742.705000', '133742.707000', '133742.710000', '133742.713000', '133742.716000', '133742.719000', '133742.721000', '133742.724000', '133742.727000', '133742.730000', '133742.733000', '133742.735000', '133742.738000', '133742.741000', '133742.744000', '133742.758000', '133742.761000', '133742.764000', '133742.767000', '133742.769000', '133742.772000', '133742.775000', '133742.778000', '133742.781000', '133802.648000', '133802.651000', '133802.654000', '133802.657000', '133802.659000', '133802.662000', '133802.665000', '133802.668000', '133802.671000', '133802.674000', '133802.677000', '133802.679000', '133802.682000', '133802.685000', '133802.688000', '133802.691000', '133802.694000', '133802.697000', '133802.699000', '133802.702000', '133802.705000', '133802.708000', '133802.711000', '133802.713000', '133802.716000', '133802.719000', '133802.722000', '133802.725000', '133802.728000', '133802.731000', '133802.734000', '133802.736000', '133802.739000', '133802.742000', '133802.745000', '133802.748000', '133802.751000', '133802.754000', '133802.756000', '133802.759000', '133802.762000', '133802.765000', '133802.768000', '133822.648000', '133822.651000', '133822.654000', '133822.657000', '133822.659000', '133822.662000', '133822.665000', '133822.668000', '133822.671000', '133822.673000', '133822.676000', '133822.679000', '133822.682000', '133822.685000', '133822.688000', '133822.690000', '133822.693000', '133822.696000', '133822.699000', '133822.702000', '133822.704000', '133822.707000', '133822.710000', '133822.713000', '133822.716000', '133822.719000', '133822.721000', '133822.724000', '133822.727000', '133822.730000', '133822.733000', '133822.735000', '133822.738000', '133822.741000', '133822.744000', '133822.747000', '133822.750000', '133822.753000', '133822.756000', '133822.758000', '133822.761000', '133822.764000', '133822.767000', '133842.648000', '133842.651000', '133842.654000', '133842.657000', '133842.659000', '133842.662000', '133842.665000', '133842.668000', '133842.671000', '133842.674000', '133842.676000', '133842.679000', '133842.682000', '133842.685000', '133842.688000', '133842.690000', '133842.693000', '133842.696000', '133842.699000', '133842.702000', '133842.705000', '133842.707000', '133842.710000', '133842.713000', '133842.716000', '133842.719000', '133842.722000', '133842.724000', '133842.727000', '133842.730000', '133842.733000', '133842.736000', '133842.738000', '133842.741000', '133842.744000', '133842.747000', '133842.750000', '133842.752000', '133842.755000', '133842.758000', '133842.761000', '133842.764000', '133842.767000', '133842.769000', '133902.648000', '133902.651000', '133902.654000', '133902.659000', '133902.663000', '133902.666000', '133902.669000', '133902.671000', '133902.674000', '133902.677000', '133902.680000', '133902.683000', '133902.686000', '133902.688000', '133902.691000', '133902.694000', '133902.697000', '133902.700000', '133902.703000', '133902.705000', '133902.708000', '133902.711000', '133902.714000', '133902.717000', '133902.720000', '133902.722000', '133902.725000', '133902.728000', '133902.731000', '133902.734000', '133902.736000', '133902.739000', '133902.742000', '133902.745000', '133902.748000', '133902.750000', '133902.753000', '133902.756000', '133902.759000', '133902.762000', '133902.765000', '133902.767000', '133902.770000', '133904.543000', '133904.547000', '133904.551000', '133904.564000', '133904.567000'], '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': [9395, 9635, 9179, 9364, 8246, 9395, 8624, 9438, 8760, 9795, 8957, 11128, 9137, 9107, 9446, 8490, 9468, 8800, 10434, 9299, 8782, 9355, 8569, 9264, 8956, 10226, 9140, 8696, 9175, 8881, 9298, 9280, 9080, 8990, 9086, 9101, 8824, 9276, 8895, 9686, 8900, 9569, 9126, 9444, 9294, 9197, 9540, 8863, 9881, 8814, 9537, 9281, 9008, 9421, 9136, 9321, 8991, 9364, 9322, 8971, 9481, 9011, 9917, 8665, 9639, 9102, 9562, 9490, 8817, 9192, 8427, 9379, 9347, 9268, 8954, 9406, 9109, 8974, 9430, 8963, 9388, 8653, 9331, 8126, 8966, 8976, 9433, 9284, 9293, 9080, 10743, 9287, 9235, 9188, 10196, 9181, 8685, 9228, 7927, 9677, 8125, 9405, 8960, 9465, 9095, 9991, 9623, 8875, 9556, 9551, 9381, 8241, 9466, 9101, 9407, 9115, 10561, 9488, 8938, 9492, 8647, 9182, 8691, 9328, 9013, 8890, 9232, 8579, 9331, 8839, 9569, 9096, 9479, 9308, 8585, 9701, 8526, 9491, 8875, 9388, 9171, 10247, 9275, 8969, 9590, 8260, 9390, 7909, 9003, 8603, 8997, 8103, 8965, 8631, 8679, 9147, 9992, 8979, 8321, 8974, 9210, 9454, 9297, 10426, 9331, 8931, 9670, 9259, 9848, 9128, 9818, 9533, 9391, 9604, 9125, 9345, 8989, 9862, 9525, 8861, 9493, 8168, 9407, 8268, 9599, 7650, 9303, 9048, 9063, 9409, 8633, 9073, 8588, 9396, 7846, 9214, 7759, 8794, 7792, 9022, 9059, 9067, 9417, 9615, 9110, 9164, 9089, 9005, 8953, 8678, 9222, 9685, 9114, 8871, 9145, 9634, 9439, 8947, 9033, 8861, 8994, 9140, 9886, 9224, 9125, 9265, 8478, 9538, 9168, 9568, 8986, 9069, 9053, 8863, 9504, 8845, 9156, 9701, 9325, 8455, 9424, 8537, 9715, 8364, 9037, 9259, 9290, 8866, 8757, 9224, 9460, 9146, 8035, 9146, 8072, 9156, 7864, 8771, 7985, 9172, 8847, 8934, 9136, 8998, 9087, 8659, 9264, 8152, 8989, 8146, 9332, 8034, 9206, 9139, 9262, 9035, 9142, 8982, 9745, 9313, 8470, 9333, 8182, 9288, 7963, 9440, 9195, 9105, 9253, 9249, 9227, 8327, 9386, 8178, 9022, 8048, 9415, 9218, 9025, 9071, 9273, 9508, 8970, 9146, 8299, 8899, 7984, 8915, 7836, 9331, 9216, 9204, 9307, 9514, 9300, 9056, 9154, 8518, 9284, 8451, 9388, 9766, 9424, 8803, 9052, 9501, 9368, 9258, 9038, 9214, 8824, 9459, 8706, 9067, 9009, 9173, 9407, 8923, 9331, 8545, 9316, 8650, 9336, 8272, 9430, 8491, 9585, 10147, 9523, 9125, 9254, 9238, 8929, 9471, 8675, 9295, 8488, 9102, 9094, 9284, 9245, 8804, 9412, 9593, 9374, 8469, 9583, 8315, 9580, 8322, 9562, 8437, 9469, 8894, 9585, 9170, 9481, 9323, 8805, 9199, 8886, 9328, 8822, 9150, 8740, 9342, 8222, 9343, 8768, 9005, 8019, 8500, 8646, 8177, 7371, 8542, 8409, 8438, 8874, 10229, 8585, 7800, 8897, 7583, 9633, 9137, 9207, 9267, 8943, 9425, 9743, 9486, 8963, 11482, 9310, 9722, 9399, 8375, 9328, 9107, 9861, 9450, 8542, 9440, 8627, 9607, 8889, 9144, 9272, 9396, 9341, 8737, 9506, 8293, 9389, 8553, 8932, 8866, 8787, 9352, 8829, 9360, 9087, 9381, 8092, 9137, 8075, 9015, 8761, 9124, 9278, 8871, 9357, 9794, 9255, 8647, 9496, 8653, 9226, 8926, 8912, 9456, 8792, 9276, 8815, 9326, 9630, 9170, 8277, 9172, 8378, 9286, 8301, 8826, 8127, 9247, 8865, 9196, 9138, 9043, 9373, 9135, 9018, 8224, 9190, 8204, 9080, 8958, 9464, 8484, 9314, 8440, 9586, 8092, 9534, 7486, 9545, 9044, 9086, 9166, 10160, 9204, 9013, 9274, 8225, 9218, 7883, 9059, 7804, 8872, 7605, 9420, 8631, 9035, 9338, 9266, 9278, 8977, 9232, 9363, 9494, 9444, 9219, 8275, 9319, 9122, 9628, 8826, 9116, 9208, 8776, 9350, 9063, 9355, 8875, 9389, 8147, 9306, 7700, 9264, 8145, 9138, 8090, 9208, 8738, 9085, 9279, 9359, 9389, 9713, 9211, 10408, 9356, 9719, 9418, 9104, 9352, 9193, 9464, 8647, 9392, 9003, 8961, 9310, 9392, 9398, 8317, 9136, 8405, 9619, 9177, 9480, 9304, 9774, 9066, 8368, 9372, 8677, 9193, 8516, 9101, 8315, 9219, 8038, 9510, 8847, 9053, 9100, 8976, 9344, 9030, 9140, 9285, 9259, 8566, 9679, 8767, 9775, 9057, 9061, 9371, 9462, 9391, 8994, 9543, 8227, 9198, 9344, 9881, 9342, 8858, 9355, 7952, 8969, 7887, 9203, 9493, 9251, 9141, 8666, 9050, 8955, 9296, 8524, 9500, 8314, 9348, 8277, 9527, 9451, 9206, 9380, 9777, 9389, 9243, 9242, 8844, 9421, 8532, 9513, 9507, 9784, 9168, 9303, 9447, 9274, 9285, 8976, 9422, 9149, 9307, 9303, 9577, 11053, 9771, 8640, 9922, 10029, 9452, 9081, 9406, 9347, 9342, 9534, 10048, 9744, 8491, 9773, 8921, 9359, 9405, 8995, 9479, 9294, 9457, 8151, 9204, 8758, 9143, 8061, 9520, 8244, 9610, 8354, 9783, 8927, 9881, 9315, 9402, 9238, 8978, 9510, 9011, 9269, 9349, 9347, 9638, 9322, 9346, 9343, 8725, 9747, 8484, 9750, 9359, 9467, 8777, 9191, 9254, 9145, 9595, 9136, 9494, 9322, 9357, 9002, 9295, 8895, 9198, 8587, 9044, 8528, 9641, 8605, 9763, 8744, 9783, 8238, 9213, 9347, 9330, 9410, 9230, 9226, 9686, 9445, 8869, 9688, 8766, 9822, 8302, 9231, 7915, 9425, 8202, 9494, 9579, 9325, 9658, 9223, 9215, 9888, 9369, 8712, 9313, 8508, 9302, 8722, 9413, 9375, 9022, 9502, 9103, 9331, 8526, 9099, 7983, 9274, 8257, 9296, 9343, 9350, 9216, 9371, 8294, 9450, 9206, 9360, 9005, 9640, 9637, 9556, 9786, 9431, 8511, 9487, 8728, 9563, 9281, 9655, 8974, 9062, 8804, 9241, 8355, 9487, 8150, 9601, 8137, 9280, 10021, 9195, 8623, 8083, 9230, 9171, 8853, 8885, 9464, 9436, 9487, 9760, 8764, 8101, 9326, 8762, 9471, 10450, 8917, 9777, 9457, 9106, 8376, 9102, 8598, 8591, 9008, 7888, 9243, 9335, 8716, 7678, 8835, 8082, 8733, 8385, 8622, 9033, 8786], 'WindowCenter': [3981.0, 3965.0, 3964.0, 3953.0, 3929.0, 3938.0, 3925.0, 3922.0, 3923.0, 3932.0, 3923.0, 3942.0, 3922.0, 3922.0, 3934.0, 3911.0, 3921.0, 3922.0, 3931.0, 3933.0, 3921.0, 3932.0, 3922.0, 3935.0, 3936.0, 3944.0, 3934.0, 3924.0, 3935.0, 3933.0, 3933.0, 3946.0, 3934.0, 3947.0, 3936.0, 3937.0, 3935.0, 3935.0, 3935.0, 3933.0, 3937.0, 3932.0, 3935.0, 3946.0, 3935.0, 3934.0, 3945.0, 3934.0, 3944.0, 3935.0, 3933.0, 3933.0, 3924.0, 3933.0, 3936.0, 3935.0, 3933.0, 3933.0, 3934.0, 3921.0, 3933.0, 3922.0, 3932.0, 3923.0, 3935.0, 3936.0, 3931.0, 3934.0, 3922.0, 3931.0, 3924.0, 3933.0, 3945.0, 3947.0, 3946.0, 3934.0, 3946.0, 3946.0, 3960.0, 3935.0, 3948.0, 3936.0, 3944.0, 3939.0, 3949.0, 3949.0, 3935.0, 3946.0, 3935.0, 3937.0, 3944.0, 3934.0, 3933.0, 3921.0, 3945.0, 3947.0, 3935.0, 3933.0, 3912.0, 3931.0, 3911.0, 3921.0, 3922.0, 3920.0, 3922.0, 3931.0, 3932.0, 3923.0, 3934.0, 3934.0, 3921.0, 3910.0, 3919.0, 3920.0, 3908.0, 3920.0, 3929.0, 3920.0, 3911.0, 3932.0, 3922.0, 3921.0, 3908.0, 3908.0, 3909.0, 3907.0, 3919.0, 3910.0, 3920.0, 3920.0, 3920.0, 3922.0, 3945.0, 3934.0, 3910.0, 3921.0, 3911.0, 3920.0, 3920.0, 3920.0, 3921.0, 3931.0, 3922.0, 3934.0, 3934.0, 3923.0, 3933.0, 3899.0, 3923.0, 3911.0, 3921.0, 3910.0, 3921.0, 3910.0, 3910.0, 3931.0, 3932.0, 3922.0, 3912.0, 3922.0, 3933.0, 3932.0, 3933.0, 3931.0, 3922.0, 3920.0, 3919.0, 3908.0, 3906.0, 3906.0, 3906.0, 3904.0, 3894.0, 3894.0, 3894.0, 3891.0, 3895.0, 3904.0, 3906.0, 3919.0, 3920.0, 3896.0, 3918.0, 3896.0, 3917.0, 3897.0, 3918.0, 3921.0, 3908.0, 3920.0, 3920.0, 3935.0, 3934.0, 3933.0, 3910.0, 3932.0, 3901.0, 3919.0, 3912.0, 3922.0, 3934.0, 3933.0, 3934.0, 3947.0, 3948.0, 3948.0, 3936.0, 3933.0, 3935.0, 3922.0, 3935.0, 3933.0, 3934.0, 3924.0, 3933.0, 3934.0, 3922.0, 3936.0, 3935.0, 3934.0, 3920.0, 3931.0, 3930.0, 3933.0, 3921.0, 3933.0, 3910.0, 3931.0, 3922.0, 3931.0, 3934.0, 3934.0, 3921.0, 3909.0, 3920.0, 3919.0, 3920.0, 3919.0, 3934.0, 3911.0, 3931.0, 3921.0, 3933.0, 3924.0, 3934.0, 3932.0, 3920.0, 3922.0, 3921.0, 3933.0, 3932.0, 3934.0, 3914.0, 3933.0, 3925.0, 3947.0, 3926.0, 3949.0, 3925.0, 3935.0, 3936.0, 3932.0, 3946.0, 3933.0, 3934.0, 3923.0, 3934.0, 3927.0, 3947.0, 3924.0, 3933.0, 3911.0, 3932.0, 3936.0, 3934.0, 3936.0, 3933.0, 3934.0, 3945.0, 3947.0, 3923.0, 3934.0, 3910.0, 3931.0, 3912.0, 3931.0, 3933.0, 3921.0, 3933.0, 3931.0, 3935.0, 3924.0, 3933.0, 3910.0, 3920.0, 3910.0, 3932.0, 3932.0, 3921.0, 3934.0, 3934.0, 3946.0, 3937.0, 3945.0, 3924.0, 3934.0, 3913.0, 3933.0, 3913.0, 3932.0, 3934.0, 3933.0, 3947.0, 3945.0, 3934.0, 3923.0, 3933.0, 3921.0, 3934.0, 3913.0, 3932.0, 3933.0, 3935.0, 3937.0, 3922.0, 3933.0, 3920.0, 3933.0, 3920.0, 3921.0, 3921.0, 3921.0, 3922.0, 3922.0, 3921.0, 3921.0, 3921.0, 3909.0, 3932.0, 3909.0, 3921.0, 3909.0, 3922.0, 3924.0, 3933.0, 3923.0, 3932.0, 3931.0, 3920.0, 3931.0, 3919.0, 3919.0, 3908.0, 3919.0, 3911.0, 3932.0, 3922.0, 3908.0, 3921.0, 3919.0, 3920.0, 3919.0, 3920.0, 3921.0, 3921.0, 3911.0, 3932.0, 3923.0, 3933.0, 3910.0, 3932.0, 3912.0, 3932.0, 3922.0, 3931.0, 3933.0, 3933.0, 3934.0, 3923.0, 3933.0, 3920.0, 3932.0, 3921.0, 3933.0, 3921.0, 3932.0, 3912.0, 3922.0, 3924.0, 3936.0, 3925.0, 3937.0, 3923.0, 3922.0, 3912.0, 3923.0, 3923.0, 3909.0, 3921.0, 3929.0, 3921.0, 3899.0, 3933.0, 3913.0, 3933.0, 3945.0, 3933.0, 3934.0, 3922.0, 3921.0, 3921.0, 3908.0, 3909.0, 3916.0, 3896.0, 3893.0, 3892.0, 3882.0, 3880.0, 3880.0, 3889.0, 3890.0, 3880.0, 3904.0, 3894.0, 3893.0, 3891.0, 3890.0, 3903.0, 3893.0, 3905.0, 3894.0, 3916.0, 3898.0, 3920.0, 3921.0, 3921.0, 3920.0, 3908.0, 3931.0, 3920.0, 3931.0, 3920.0, 3932.0, 3910.0, 3933.0, 3924.0, 3934.0, 3923.0, 3932.0, 3934.0, 3922.0, 3934.0, 3932.0, 3933.0, 3922.0, 3932.0, 3925.0, 3946.0, 3934.0, 3922.0, 3932.0, 3921.0, 3933.0, 3922.0, 3933.0, 3932.0, 3933.0, 3924.0, 3945.0, 3926.0, 3933.0, 3922.0, 3934.0, 3913.0, 3933.0, 3934.0, 3933.0, 3933.0, 3921.0, 3933.0, 3935.0, 3935.0, 3912.0, 3933.0, 3911.0, 3921.0, 3922.0, 3932.0, 3922.0, 3934.0, 3923.0, 3934.0, 3912.0, 3932.0, 3901.0, 3931.0, 3934.0, 3921.0, 3932.0, 3931.0, 3931.0, 3934.0, 3935.0, 3922.0, 3932.0, 3911.0, 3919.0, 3898.0, 3920.0, 3912.0, 3932.0, 3924.0, 3922.0, 3935.0, 3932.0, 3935.0, 3934.0, 3934.0, 3932.0, 3932.0, 3932.0, 3933.0, 3910.0, 3933.0, 3933.0, 3921.0, 3923.0, 3922.0, 3922.0, 3908.0, 3920.0, 3920.0, 3931.0, 3919.0, 3931.0, 3910.0, 3933.0, 3913.0, 3946.0, 3924.0, 3934.0, 3912.0, 3932.0, 3922.0, 3922.0, 3934.0, 3922.0, 3933.0, 3932.0, 3935.0, 3956.0, 3935.0, 3931.0, 3921.0, 3920.0, 3921.0, 3922.0, 3931.0, 3921.0, 3920.0, 3933.0, 3933.0, 3934.0, 3921.0, 3932.0, 3911.0, 3932.0, 3911.0, 3931.0, 3932.0, 3930.0, 3933.0, 3945.0, 3933.0, 3910.0, 3921.0, 3910.0, 3932.0, 3922.0, 3934.0, 3911.0, 3933.0, 3913.0, 3945.0, 3947.0, 3936.0, 3933.0, 3922.0, 3932.0, 3921.0, 3935.0, 3933.0, 3934.0, 3923.0, 3932.0, 3922.0, 3944.0, 3936.0, 3933.0, 3933.0, 3921.0, 3932.0, 3920.0, 3932.0, 3922.0, 3920.0, 3933.0, 3944.0, 3945.0, 3922.0, 3931.0, 3911.0, 3923.0, 3923.0, 3932.0, 3945.0, 3933.0, 3934.0, 3924.0, 3949.0, 3948.0, 3947.0, 3924.0, 3944.0, 3924.0, 3934.0, 3925.0, 3934.0, 3935.0, 3934.0, 3936.0, 3946.0, 3934.0, 3922.0, 3921.0, 3910.0, 3932.0, 3920.0, 3931.0, 3933.0, 3931.0, 3933.0, 3933.0, 3945.0, 3933.0, 3922.0, 3919.0, 3920.0, 3919.0, 3934.0, 3921.0, 3932.0, 3941.0, 3931.0, 3911.0, 3945.0, 3933.0, 3932.0, 3919.0, 3908.0, 3920.0, 3907.0, 3921.0, 3920.0, 3920.0, 3909.0, 3918.0, 3921.0, 3933.0, 3922.0, 3909.0, 3918.0, 3907.0, 3931.0, 3899.0, 3931.0, 3920.0, 3934.0, 3925.0, 3946.0, 3923.0, 3933.0, 3923.0, 3943.0, 3935.0, 3932.0, 3934.0, 3934.0, 3948.0, 3936.0, 3934.0, 3922.0, 3934.0, 3921.0, 3933.0, 3921.0, 3933.0, 3921.0, 3922.0, 3922.0, 3934.0, 3936.0, 3934.0, 3922.0, 3920.0, 3910.0, 3919.0, 3920.0, 3919.0, 3931.0, 3920.0, 3932.0, 3921.0, 3934.0, 3935.0, 3936.0, 3922.0, 3933.0, 3921.0, 3933.0, 3921.0, 3945.0, 3923.0, 3945.0, 3924.0, 3934.0, 3926.0, 3936.0, 3935.0, 3922.0, 3932.0, 3921.0, 3934.0, 3932.0, 3934.0, 3923.0, 3933.0, 3923.0, 3944.0, 3925.0, 3936.0, 3912.0, 3933.0, 3923.0, 3933.0, 3946.0, 3934.0, 3947.0, 3933.0, 3947.0, 3947.0, 3937.0, 3923.0, 3933.0, 3922.0, 3923.0, 3923.0, 3921.0, 3934.0, 3921.0, 3934.0, 3935.0, 3935.0, 3923.0, 3934.0, 3912.0, 3935.0, 3924.0, 3935.0, 3935.0, 3947.0, 3946.0, 3947.0, 3925.0, 3947.0, 3935.0, 3936.0, 3935.0, 3934.0, 3933.0, 3936.0, 3944.0, 3923.0, 3923.0, 3932.0, 3922.0, 3932.0, 3933.0, 3934.0, 3923.0, 3934.0, 3934.0, 3934.0, 3911.0, 3933.0, 3912.0, 3944.0, 3912.0, 3947.0, 3946.0, 3933.0, 3936.0, 3924.0, 3945.0, 3934.0, 3936.0, 3949.0, 3947.0, 3936.0, 3934.0, 3945.0, 3924.0, 3912.0, 3922.0, 3911.0, 3920.0, 3932.0, 3924.0, 3932.0, 3921.0, 3921.0, 3910.0, 3920.0, 3909.0, 3911.0, 3922.0, 3912.0, 3922.0, 3922.0, 3936.0, 3915.0, 3936.0, 3914.0, 3924.0, 3922.0, 3924.0, 3922.0, 3922.0], 'WindowWidth': [8910.0, 8873.0, 8869.0, 8850.0, 8808.0, 8815.0, 8793.0, 8784.0, 8787.0, 8796.0, 8785.0, 8809.0, 8781.0, 8783.0, 8800.0, 8766.0, 8776.0, 8782.0, 8790.0, 8797.0, 8779.0, 8794.0, 8784.0, 8805.0, 8807.0, 8814.0, 8803.0, 8787.0, 8804.0, 8801.0, 8800.0, 8821.0, 8804.0, 8826.0, 8811.0, 8811.0, 8803.0, 8805.0, 8805.0, 8799.0, 8809.0, 8797.0, 8806.0, 8822.0, 8805.0, 8801.0, 8816.0, 8802.0, 8813.0, 8805.0, 8798.0, 8799.0, 8787.0, 8798.0, 8808.0, 8805.0, 8799.0, 8796.0, 8800.0, 8781.0, 8799.0, 8783.0, 8795.0, 8786.0, 8803.0, 8804.0, 8792.0, 8799.0, 8781.0, 8794.0, 8787.0, 8798.0, 8818.0, 8827.0, 8824.0, 8804.0, 8823.0, 8821.0, 8846.0, 8807.0, 8830.0, 8812.0, 8819.0, 8821.0, 8833.0, 8830.0, 8805.0, 8822.0, 8804.0, 8809.0, 8815.0, 8801.0, 8799.0, 8780.0, 8818.0, 8825.0, 8805.0, 8799.0, 8769.0, 8793.0, 8768.0, 8778.0, 8784.0, 8776.0, 8783.0, 8791.0, 8794.0, 8785.0, 8802.0, 8800.0, 8780.0, 8763.0, 8772.0, 8777.0, 8757.0, 8775.0, 8785.0, 8775.0, 8764.0, 8796.0, 8781.0, 8777.0, 8756.0, 8754.0, 8759.0, 8754.0, 8772.0, 8761.0, 8774.0, 8777.0, 8776.0, 8784.0, 8820.0, 8801.0, 8762.0, 8777.0, 8764.0, 8773.0, 8777.0, 8775.0, 8779.0, 8790.0, 8781.0, 8802.0, 8804.0, 8785.0, 8798.0, 8746.0, 8785.0, 8763.0, 8777.0, 8762.0, 8776.0, 8762.0, 8761.0, 8794.0, 8793.0, 8783.0, 8768.0, 8784.0, 8799.0, 8794.0, 8799.0, 8791.0, 8781.0, 8776.0, 8769.0, 8755.0, 8749.0, 8747.0, 8746.0, 8741.0, 8728.0, 8727.0, 8726.0, 8721.0, 8730.0, 8741.0, 8746.0, 8772.0, 8775.0, 8738.0, 8767.0, 8736.0, 8765.0, 8742.0, 8770.0, 8779.0, 8757.0, 8776.0, 8777.0, 8806.0, 8803.0, 8801.0, 8764.0, 8795.0, 8754.0, 8777.0, 8772.0, 8782.0, 8804.0, 8799.0, 8804.0, 8828.0, 8829.0, 8829.0, 8811.0, 8801.0, 8804.0, 8784.0, 8805.0, 8800.0, 8803.0, 8788.0, 8799.0, 8802.0, 8782.0, 8808.0, 8806.0, 8803.0, 8778.0, 8794.0, 8790.0, 8798.0, 8779.0, 8797.0, 8764.0, 8793.0, 8781.0, 8794.0, 8803.0, 8801.0, 8778.0, 8759.0, 8775.0, 8773.0, 8777.0, 8774.0, 8798.0, 8766.0, 8792.0, 8778.0, 8797.0, 8790.0, 8803.0, 8795.0, 8775.0, 8781.0, 8777.0, 8799.0, 8797.0, 8803.0, 8775.0, 8801.0, 8792.0, 8827.0, 8798.0, 8832.0, 8796.0, 8804.0, 8807.0, 8798.0, 8823.0, 8800.0, 8805.0, 8787.0, 8802.0, 8797.0, 8826.0, 8790.0, 8799.0, 8769.0, 8796.0, 8807.0, 8802.0, 8808.0, 8797.0, 8800.0, 8819.0, 8824.0, 8788.0, 8800.0, 8764.0, 8794.0, 8769.0, 8793.0, 8800.0, 8780.0, 8797.0, 8795.0, 8806.0, 8790.0, 8800.0, 8762.0, 8777.0, 8765.0, 8794.0, 8797.0, 8779.0, 8803.0, 8802.0, 8822.0, 8812.0, 8820.0, 8788.0, 8802.0, 8772.0, 8800.0, 8774.0, 8798.0, 8805.0, 8802.0, 8825.0, 8820.0, 8803.0, 8786.0, 8801.0, 8781.0, 8801.0, 8772.0, 8796.0, 8800.0, 8806.0, 8810.0, 8783.0, 8798.0, 8777.0, 8797.0, 8776.0, 8779.0, 8778.0, 8778.0, 8784.0, 8785.0, 8781.0, 8777.0, 8779.0, 8760.0, 8794.0, 8762.0, 8778.0, 8762.0, 8782.0, 8790.0, 8801.0, 8784.0, 8793.0, 8793.0, 8776.0, 8793.0, 8773.0, 8774.0, 8757.0, 8772.0, 8765.0, 8798.0, 8783.0, 8756.0, 8777.0, 8771.0, 8777.0, 8772.0, 8775.0, 8777.0, 8779.0, 8765.0, 8797.0, 8784.0, 8796.0, 8763.0, 8795.0, 8769.0, 8794.0, 8782.0, 8793.0, 8797.0, 8799.0, 8803.0, 8786.0, 8797.0, 8776.0, 8795.0, 8778.0, 8799.0, 8779.0, 8795.0, 8769.0, 8782.0, 8790.0, 8810.0, 8796.0, 8810.0, 8786.0, 8783.0, 8770.0, 8786.0, 8785.0, 8759.0, 8778.0, 8787.0, 8779.0, 8749.0, 8798.0, 8773.0, 8800.0, 8818.0, 8799.0, 8801.0, 8781.0, 8778.0, 8778.0, 8754.0, 8756.0, 8762.0, 8732.0, 8727.0, 8721.0, 8709.0, 8702.0, 8703.0, 8714.0, 8715.0, 8703.0, 8742.0, 8728.0, 8724.0, 8720.0, 8717.0, 8738.0, 8725.0, 8746.0, 8731.0, 8762.0, 8740.0, 8777.0, 8781.0, 8781.0, 8777.0, 8756.0, 8790.0, 8776.0, 8793.0, 8776.0, 8796.0, 8764.0, 8799.0, 8792.0, 8805.0, 8787.0, 8796.0, 8801.0, 8782.0, 8802.0, 8794.0, 8798.0, 8781.0, 8795.0, 8792.0, 8821.0, 8803.0, 8782.0, 8794.0, 8779.0, 8799.0, 8783.0, 8800.0, 8797.0, 8800.0, 8792.0, 8820.0, 8792.0, 8799.0, 8783.0, 8801.0, 8773.0, 8798.0, 8802.0, 8797.0, 8801.0, 8782.0, 8801.0, 8806.0, 8805.0, 8769.0, 8798.0, 8767.0, 8782.0, 8782.0, 8797.0, 8782.0, 8802.0, 8788.0, 8801.0, 8768.0, 8794.0, 8753.0, 8791.0, 8802.0, 8779.0, 8797.0, 8792.0, 8793.0, 8803.0, 8805.0, 8782.0, 8796.0, 8766.0, 8773.0, 8745.0, 8776.0, 8770.0, 8797.0, 8790.0, 8782.0, 8805.0, 8797.0, 8806.0, 8804.0, 8804.0, 8797.0, 8796.0, 8795.0, 8798.0, 8766.0, 8798.0, 8799.0, 8778.0, 8785.0, 8783.0, 8780.0, 8757.0, 8775.0, 8774.0, 8793.0, 8775.0, 8793.0, 8765.0, 8797.0, 8776.0, 8823.0, 8791.0, 8802.0, 8770.0, 8795.0, 8786.0, 8783.0, 8802.0, 8782.0, 8800.0, 8795.0, 8804.0, 8836.0, 8805.0, 8794.0, 8779.0, 8776.0, 8779.0, 8780.0, 8792.0, 8780.0, 8778.0, 8800.0, 8800.0, 8799.0, 8778.0, 8796.0, 8765.0, 8795.0, 8766.0, 8791.0, 8796.0, 8789.0, 8799.0, 8819.0, 8801.0, 8766.0, 8779.0, 8761.0, 8795.0, 8781.0, 8801.0, 8768.0, 8800.0, 8774.0, 8820.0, 8827.0, 8808.0, 8800.0, 8782.0, 8796.0, 8779.0, 8804.0, 8799.0, 8802.0, 8785.0, 8796.0, 8782.0, 8814.0, 8808.0, 8800.0, 8797.0, 8779.0, 8795.0, 8778.0, 8793.0, 8783.0, 8776.0, 8798.0, 8818.0, 8818.0, 8783.0, 8794.0, 8765.0, 8784.0, 8786.0, 8796.0, 8819.0, 8799.0, 8803.0, 8789.0, 8830.0, 8828.0, 8826.0, 8788.0, 8817.0, 8788.0, 8803.0, 8794.0, 8801.0, 8806.0, 8802.0, 8808.0, 8822.0, 8801.0, 8783.0, 8778.0, 8761.0, 8795.0, 8778.0, 8793.0, 8798.0, 8790.0, 8797.0, 8800.0, 8818.0, 8799.0, 8780.0, 8773.0, 8774.0, 8773.0, 8800.0, 8779.0, 8795.0, 8806.0, 8791.0, 8764.0, 8816.0, 8799.0, 8794.0, 8773.0, 8756.0, 8774.0, 8754.0, 8778.0, 8774.0, 8774.0, 8758.0, 8768.0, 8779.0, 8797.0, 8780.0, 8759.0, 8770.0, 8753.0, 8790.0, 8748.0, 8794.0, 8778.0, 8804.0, 8794.0, 8820.0, 8786.0, 8798.0, 8787.0, 8811.0, 8804.0, 8798.0, 8803.0, 8801.0, 8827.0, 8808.0, 8801.0, 8783.0, 8799.0, 8778.0, 8798.0, 8781.0, 8797.0, 8780.0, 8783.0, 8781.0, 8803.0, 8808.0, 8801.0, 8782.0, 8775.0, 8761.0, 8772.0, 8775.0, 8771.0, 8791.0, 8773.0, 8794.0, 8780.0, 8802.0, 8805.0, 8807.0, 8783.0, 8799.0, 8778.0, 8798.0, 8781.0, 8818.0, 8786.0, 8815.0, 8789.0, 8799.0, 8795.0, 8808.0, 8803.0, 8781.0, 8795.0, 8777.0, 8800.0, 8796.0, 8801.0, 8785.0, 8799.0, 8784.0, 8814.0, 8793.0, 8807.0, 8771.0, 8796.0, 8785.0, 8797.0, 8819.0, 8801.0, 8824.0, 8800.0, 8824.0, 8826.0, 8809.0, 8785.0, 8798.0, 8781.0, 8783.0, 8784.0, 8779.0, 8800.0, 8779.0, 8799.0, 8805.0, 8805.0, 8783.0, 8799.0, 8770.0, 8805.0, 8789.0, 8806.0, 8804.0, 8825.0, 8822.0, 8825.0, 8791.0, 8823.0, 8804.0, 8808.0, 8803.0, 8801.0, 8800.0, 8807.0, 8815.0, 8783.0, 8783.0, 8795.0, 8784.0, 8795.0, 8799.0, 8799.0, 8786.0, 8803.0, 8803.0, 8800.0, 8766.0, 8796.0, 8770.0, 8818.0, 8773.0, 8826.0, 8822.0, 8798.0, 8810.0, 8790.0, 8819.0, 8802.0, 8808.0, 8831.0, 8822.0, 8806.0, 8803.0, 8817.0, 8787.0, 8767.0, 8780.0, 8761.0, 8774.0, 8791.0, 8784.0, 8793.0, 8777.0, 8778.0, 8760.0, 8773.0, 8758.0, 8763.0, 8778.0, 8768.0, 8778.0, 8781.0, 8808.0, 8778.0, 8806.0, 8773.0, 8786.0, 8780.0, 8788.0, 8781.0, 8783.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.0017757125748502993</td></tr>
<tr><td colspan=3>aqi</td><td>0.018350233413173652</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.41841547225422</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2724429911630712</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0334596280335753</td></tr>
<tr><td colspan=3>efc</td><td>0.4567</td></tr>
<tr><td colspan=3>fber</td><td>5759.1797</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08131496656616809</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2754491017964074</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6329192494762608</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.61397357404165</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.818280296443325</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4665038779438073</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142701</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010755864903330803</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020739702507853508</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6710153341258462</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.3555</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7504</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.2759</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306044.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>695.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.2827</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.967</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.162</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3149.1364</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3349.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70500.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>912.2752</td></tr>
<tr><td colspan=3>tsnr</td><td>43.811299936962314</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>