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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:43:48.735000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.997561, 0.0697549, -0.00243124, -0.067832, 0.977092, 0.20172]</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.0900184</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4130, -7768, -7236, 459, -204, -234, 33, 45]</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>243.756</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f79eeb8a-0c8d-4941-9734-6b401503bb16||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.6763837337493896, -0.1819881796836853, -0.04440555348992348, 121.89144134521484], [-0.1871473789215088, 2.6214652061462402, 0.5428702235221863, -95.25267791748047], [-0.0065228319726884365, -0.541199803352356, 2.644488573074341, -23.980213165283203], [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': ['104348.735000', '104349.195000', '104349.655000', '104350.115000', '104350.575000', '104351.035000', '104351.495000', '104351.955000', '104352.415000', '104352.875000', '104353.335000', '104353.795000', '104354.255000', '104354.715000', '104355.175000', '104355.635000', '104356.095000', '104356.555000', '104357.015000', '104357.475000', '104357.935000', '104358.395000', '104358.855000', '104359.315000', '104359.775000', '104400.235000', '104400.695000', '104401.155000', '104401.615000', '104402.075000', '104402.535000', '104402.995000', '104403.455000', '104403.915000', '104404.375000', '104404.835000', '104405.295000', '104405.755000', '104406.215000', '104406.675000', '104407.135000', '104407.595000', '104408.055000', '104408.515000', '104408.975000', '104409.435000', '104409.895000', '104410.355000', '104410.815000', '104411.275000', '104411.735000', '104412.195000', '104412.655000', '104413.115000', '104413.575000', '104414.035000', '104414.495000', '104414.955000', '104415.415000', '104415.875000', '104416.335000', '104416.795000', '104417.255000', '104417.715000', '104418.175000', '104418.635000', '104419.095000', '104419.555000', '104420.015000', '104420.475000', '104420.935000', '104421.395000', '104421.855000', '104422.315000', '104422.775000', '104423.235000', '104423.695000', '104424.155000', '104424.615000', '104425.075000', '104425.535000', '104425.995000', '104426.455000', '104426.915000', '104427.375000', '104427.835000', '104428.295000', '104428.755000', '104429.215000', '104429.675000', '104430.135000', '104430.595000', '104431.055000', '104431.515000', '104431.975000', '104432.435000', '104432.895000', '104433.355000', '104433.815000', '104434.275000', '104434.735000', '104435.195000', '104435.655000', '104436.115000', '104436.575000', '104437.035000', '104437.495000', '104437.955000', '104438.415000', '104438.875000', '104439.335000', '104439.795000', '104440.255000', '104440.715000', '104441.175000', '104441.635000', '104442.095000', '104442.555000', '104443.015000', '104443.475000', '104443.935000', '104444.395000', '104444.855000', '104445.315000', '104445.775000', '104446.235000', '104446.695000', '104447.155000', '104447.615000', '104448.075000', '104448.535000', '104448.995000', '104449.455000', '104449.915000', '104450.375000', '104450.835000', '104451.295000', '104451.755000', '104452.215000', '104452.675000', '104453.135000', '104453.595000', '104454.055000', '104454.515000', '104454.975000', '104455.435000', '104455.895000', '104456.355000', '104456.815000', '104457.275000', '104457.735000', '104458.195000', '104458.655000', '104459.115000', '104459.575000', '104500.035000', '104500.495000', '104500.955000', '104501.415000', '104501.875000', '104502.335000', '104502.795000', '104503.255000', '104503.715000', '104504.175000', '104504.635000', '104505.095000', '104505.555000', '104506.015000', '104506.475000', '104506.935000', '104507.395000', '104507.855000', '104508.315000', '104508.775000', '104509.235000', '104509.695000', '104510.155000', '104510.615000', '104511.075000', '104511.535000', '104511.995000', '104512.455000', '104512.915000', '104513.375000', '104513.835000', '104514.295000', '104514.755000', '104515.215000', '104515.675000', '104516.135000', '104516.595000', '104517.055000', '104517.515000', '104517.975000', '104518.435000', '104518.895000', '104519.355000', '104519.815000', '104520.275000', '104520.735000', '104521.195000', '104521.655000', '104522.115000', '104522.575000', '104523.035000', '104523.495000', '104523.955000', '104524.415000', '104524.875000', '104525.335000', '104525.795000', '104526.255000', '104526.715000', '104527.175000', '104527.635000', '104528.095000', '104528.555000', '104529.015000', '104529.475000', '104529.935000', '104530.395000', '104530.855000', '104531.315000', '104531.775000', '104532.235000', '104532.695000', '104533.155000', '104533.615000', '104534.075000', '104534.535000', '104534.995000', '104535.455000', '104535.915000', '104536.375000', '104536.835000', '104537.295000', '104537.755000', '104538.215000', '104538.675000', '104539.135000', '104539.595000', '104540.055000', '104540.515000', '104540.975000', '104541.435000', '104541.895000', '104542.355000', '104542.815000', '104543.275000', '104543.735000', '104544.195000', '104544.655000', '104545.115000', '104545.575000', '104546.035000', '104546.495000', '104546.955000', '104547.415000', '104547.875000', '104548.335000', '104548.795000', '104549.255000', '104549.715000', '104550.175000', '104550.635000', '104551.095000', '104551.555000', '104552.015000', '104552.475000', '104552.935000', '104553.395000', '104553.855000', '104554.315000', '104554.775000', '104555.235000', '104555.695000', '104556.155000', '104556.615000', '104557.075000', '104557.535000', '104557.995000', '104558.455000', '104558.915000', '104559.375000', '104559.835000', '104600.295000', '104600.755000', '104601.215000', '104601.675000', '104602.135000', '104602.595000', '104603.055000', '104603.515000', '104603.975000', '104604.435000', '104604.895000', '104605.355000', '104605.815000', '104606.275000', '104606.735000', '104607.195000', '104607.655000', '104608.115000', '104608.575000', '104609.035000', '104609.495000', '104609.955000', '104610.415000', '104610.875000', '104611.335000', '104611.795000', '104612.255000', '104612.715000', '104613.175000', '104613.635000', '104614.095000', '104614.555000', '104615.015000', '104615.475000', '104615.935000', '104616.395000', '104616.855000', '104617.315000', '104617.775000', '104618.235000', '104618.695000', '104619.155000', '104619.615000', '104620.075000', '104620.535000', '104620.995000', '104621.455000', '104621.915000', '104622.375000', '104622.835000', '104623.295000', '104623.755000', '104624.215000', '104624.675000', '104625.135000', '104625.595000', '104626.055000', '104626.515000', '104626.975000', '104627.435000', '104627.895000', '104628.355000', '104628.815000', '104629.275000', '104629.735000', '104630.195000', '104630.655000', '104631.115000', '104631.575000', '104632.035000', '104632.495000', '104632.955000', '104633.415000', '104633.875000', '104634.335000', '104634.795000', '104635.255000', '104635.715000', '104636.175000', '104636.635000', '104637.095000', '104637.555000', '104638.015000', '104638.475000', '104638.935000', '104639.395000', '104639.855000', '104640.315000', '104640.775000', '104641.235000', '104641.695000', '104642.155000', '104642.615000', '104643.075000', '104643.535000', '104643.995000', '104644.455000', '104644.915000', '104645.375000', '104645.835000', '104646.295000', '104646.755000', '104647.215000', '104647.675000', '104648.135000', '104648.595000', '104649.055000', '104649.515000', '104649.975000', '104650.435000', '104650.895000', '104651.355000', '104651.815000', '104652.275000', '104652.735000', '104653.195000', '104653.655000', '104654.115000', '104654.575000', '104655.035000', '104655.495000', '104655.955000', '104656.415000', '104656.875000', '104657.335000', '104657.795000', '104658.255000', '104658.715000', '104659.175000', '104659.635000', '104700.095000', '104700.555000', '104701.015000', '104701.475000', '104701.935000', '104702.395000', '104702.855000', '104703.315000', '104703.775000', '104704.235000', '104704.695000', '104705.155000', '104705.615000', '104706.075000', '104706.535000', '104706.995000', '104707.455000', '104707.915000', '104708.375000', '104708.835000', '104709.295000', '104709.755000', '104710.215000', '104710.675000', '104711.135000', '104711.595000', '104712.055000', '104712.515000', '104712.975000', '104713.435000', '104713.895000', '104714.355000', '104714.815000', '104715.275000', '104715.735000', '104716.195000', '104716.655000', '104717.115000', '104717.575000', '104718.035000', '104718.495000', '104718.955000', '104719.415000', '104719.875000', '104720.335000', '104720.795000', '104721.255000', '104721.715000', '104722.175000', '104722.635000', '104723.095000', '104723.555000', '104724.015000', '104724.475000', '104724.935000', '104725.395000', '104725.855000', '104726.315000', '104726.775000', '104727.235000', '104727.695000', '104728.155000', '104728.615000', '104729.075000', '104729.535000', '104729.995000', '104730.455000', '104730.915000', '104731.375000', '104731.835000', '104732.295000', '104732.755000', '104733.215000', '104733.675000', '104734.135000', '104734.595000', '104735.055000', '104735.515000', '104735.975000', '104736.435000', '104736.895000', '104737.355000', '104737.815000', '104738.275000', '104738.735000', '104739.195000', '104739.655000', '104740.115000', '104740.575000', '104741.035000', '104741.495000', '104741.955000', '104742.415000', '104742.875000', '104743.335000', '104743.795000', '104744.255000', '104744.715000', '104745.175000', '104745.635000', '104746.095000', '104746.555000', '104747.015000', '104747.475000', '104747.935000', '104748.395000', '104748.855000', '104749.315000', '104749.775000', '104750.235000', '104750.695000', '104751.155000', '104751.615000', '104752.075000', '104752.535000', '104752.995000', '104753.455000', '104753.915000', '104754.375000', '104754.835000', '104755.295000', '104755.755000', '104756.215000', '104756.675000', '104757.135000', '104757.595000', '104758.055000', '104758.515000', '104758.975000', '104759.435000', '104759.895000', '104800.355000', '104800.815000', '104801.275000', '104801.735000', '104802.195000', '104802.655000', '104803.115000', '104803.575000', '104804.035000', '104804.495000', '104804.955000', '104805.415000', '104805.875000', '104806.335000', '104806.795000', '104807.255000', '104807.715000', '104808.175000', '104808.635000', '104809.095000', '104809.555000', '104810.015000', '104810.475000', '104810.935000', '104811.395000', '104811.855000', '104812.315000', '104812.775000', '104813.235000', '104813.695000', '104814.155000', '104814.615000', '104815.075000', '104815.535000', '104815.995000', '104816.455000', '104816.915000', '104817.375000', '104817.835000', '104818.295000', '104818.755000', '104819.215000', '104819.675000', '104820.135000', '104820.595000', '104821.055000', '104821.515000', '104821.975000', '104822.435000', '104822.895000', '104823.355000', '104823.815000', '104824.275000', '104824.735000', '104825.195000', '104825.655000', '104826.115000', '104826.575000', '104827.035000', '104827.495000', '104827.955000', '104828.415000', '104828.875000', '104829.335000', '104829.795000', '104830.255000', '104830.715000', '104831.175000', '104831.635000', '104832.095000', '104832.555000', '104833.015000', '104833.475000', '104833.935000', '104834.395000', '104834.855000', '104835.315000', '104835.775000', '104836.235000', '104836.695000', '104837.155000', '104837.615000', '104838.075000', '104838.535000', '104838.995000', '104839.455000', '104839.915000', '104840.375000', '104840.835000', '104841.295000', '104841.755000', '104842.215000', '104842.675000', '104843.135000', '104843.595000', '104844.055000', '104844.515000', '104844.975000', '104845.435000', '104845.895000', '104846.355000', '104846.815000', '104847.275000', '104847.735000', '104848.195000', '104848.655000', '104849.115000', '104849.575000', '104850.035000', '104850.495000', '104850.955000', '104851.415000', '104851.875000', '104852.335000', '104852.795000', '104853.255000', '104853.715000', '104854.175000', '104854.635000', '104855.095000', '104855.555000', '104856.015000', '104856.475000', '104856.935000', '104857.395000', '104857.855000', '104858.315000', '104858.775000', '104859.235000', '104859.695000', '104900.155000', '104900.615000', '104901.075000', '104901.535000', '104901.995000', '104902.455000', '104902.915000', '104903.375000', '104903.835000', '104904.295000', '104904.755000', '104905.215000', '104905.675000', '104906.135000', '104906.595000', '104907.055000', '104907.515000', '104907.975000', '104908.435000', '104908.895000', '104909.355000', '104909.815000', '104910.275000', '104910.735000', '104911.195000', '104911.655000', '104912.115000', '104912.575000', '104913.035000', '104913.495000', '104913.955000', '104914.415000', '104914.875000', '104915.335000', '104915.795000', '104916.255000', '104916.715000', '104917.175000', '104917.635000', '104918.095000', '104918.555000', '104919.015000', '104919.475000', '104919.935000', '104920.395000', '104920.855000', '104921.315000', '104921.775000', '104922.235000', '104922.695000', '104923.155000', '104923.615000', '104924.075000', '104924.535000', '104924.995000', '104925.455000', '104925.915000', '104926.375000', '104926.835000', '104927.295000', '104927.755000', '104928.215000', '104928.675000', '104929.135000', '104929.595000', '104930.055000', '104930.515000', '104930.975000', '104931.435000', '104931.895000', '104932.355000', '104932.815000', '104933.275000', '104933.735000', '104934.195000', '104934.655000', '104935.115000', '104935.575000', '104936.035000', '104936.495000', '104936.955000', '104937.415000', '104937.875000', '104938.335000', '104938.795000', '104939.255000', '104939.715000', '104940.175000', '104940.635000', '104941.095000', '104941.555000', '104942.015000', '104942.475000', '104942.935000', '104943.395000', '104943.855000', '104944.315000', '104944.775000', '104945.235000', '104945.695000', '104946.155000', '104946.615000', '104947.075000', '104947.535000', '104947.995000', '104948.455000', '104948.915000', '104949.375000', '104949.835000', '104950.295000', '104950.755000', '104951.215000', '104951.675000', '104952.135000', '104952.595000', '104953.055000', '104953.515000', '104953.975000', '104954.435000', '104954.895000', '104955.355000', '104955.815000', '104956.275000', '104956.735000', '104957.195000', '104957.655000', '104958.115000', '104958.575000', '104959.035000', '104959.495000', '104959.955000', '105000.415000', '105000.875000', '105001.335000', '105001.795000', '105002.255000', '105002.715000', '105003.175000', '105003.635000', '105004.095000', '105004.555000', '105005.015000', '105005.475000', '105005.935000', '105006.395000', '105006.855000', '105007.315000', '105007.775000', '105008.235000', '105008.695000', '105009.155000', '105009.615000', '105010.075000', '105010.535000', '105010.995000', '105011.455000', '105011.915000', '105012.375000', '105012.835000', '105013.295000', '105013.755000', '105014.215000'], 'ContentTime': ['104403.010000', '104403.013000', '104403.016000', '104403.020000', '104403.023000', '104403.025000', '104403.039000', '104403.042000', '104403.044000', '104403.047000', '104403.050000', '104403.053000', '104403.056000', '104403.059000', '104403.062000', '104403.065000', '104403.068000', '104403.071000', '104403.074000', '104403.077000', '104403.079000', '104403.082000', '104403.085000', '104403.088000', '104403.091000', '104403.096000', '104403.099000', '104403.102000', '104422.975000', '104422.978000', '104422.981000', '104422.985000', '104422.988000', '104422.991000', '104422.994000', '104422.997000', '104423.001000', '104423.004000', '104423.007000', '104423.010000', '104423.013000', '104423.016000', '104423.019000', '104423.022000', '104423.025000', '104423.027000', '104423.030000', '104423.033000', '104423.036000', '104423.039000', '104423.042000', '104423.045000', '104423.048000', '104423.051000', '104423.054000', '104423.056000', '104423.059000', '104423.062000', '104423.065000', '104423.068000', '104423.071000', '104423.074000', '104423.077000', '104423.080000', '104423.083000', '104423.086000', '104423.089000', '104423.092000', '104423.097000', '104423.100000', '104423.103000', '104423.106000', '104442.975000', '104442.978000', '104442.981000', '104442.984000', '104442.987000', '104442.990000', '104442.993000', '104442.996000', '104443.000000', '104443.003000', '104443.006000', '104443.008000', '104443.012000', '104443.023000', '104443.026000', '104443.029000', '104443.032000', '104443.035000', '104443.038000', '104443.041000', '104443.044000', '104443.047000', '104443.052000', '104443.056000', '104443.059000', '104443.062000', '104443.065000', '104443.068000', '104443.071000', '104443.074000', '104443.077000', '104443.080000', '104443.083000', '104443.086000', '104443.089000', '104443.092000', '104443.095000', '104443.097000', '104443.100000', '104443.103000', '104443.106000', '104443.109000', '104443.112000', '104502.975000', '104502.978000', '104502.981000', '104502.984000', '104502.987000', '104502.990000', '104502.993000', '104502.996000', '104502.998000', '104503.002000', '104503.005000', '104503.008000', '104503.011000', '104503.014000', '104503.017000', '104503.020000', '104503.023000', '104503.026000', '104503.029000', '104503.032000', '104503.035000', '104503.038000', '104503.041000', '104503.044000', '104503.046000', '104503.050000', '104503.053000', '104503.055000', '104503.058000', '104503.061000', '104503.064000', '104503.067000', '104503.070000', '104503.073000', '104503.076000', '104503.079000', '104503.082000', '104503.085000', '104503.088000', '104503.091000', '104503.094000', '104503.097000', '104503.099000', '104503.102000', '104522.974000', '104522.977000', '104522.980000', '104522.983000', '104522.986000', '104522.989000', '104522.992000', '104522.996000', '104523.000000', '104523.003000', '104523.006000', '104523.009000', '104523.012000', '104523.015000', '104523.018000', '104523.021000', '104523.024000', '104523.027000', '104523.030000', '104523.033000', '104523.036000', '104523.039000', '104523.042000', '104523.045000', '104523.048000', '104523.051000', '104523.054000', '104523.057000', '104523.060000', '104523.062000', '104523.065000', '104523.068000', '104523.071000', '104523.074000', '104523.077000', '104523.080000', '104523.083000', '104523.086000', '104523.096000', '104523.099000', '104523.102000', '104523.105000', '104523.108000', '104542.974000', '104542.977000', '104542.980000', '104542.983000', '104542.986000', '104542.989000', '104542.991000', '104542.994000', '104542.997000', '104543.001000', '104543.004000', '104543.007000', '104543.017000', '104543.020000', '104543.023000', '104543.025000', '104543.029000', '104543.031000', '104543.034000', '104543.037000', '104543.040000', '104543.043000', '104543.046000', '104543.049000', '104543.052000', '104543.055000', '104543.058000', '104543.061000', '104543.064000', '104543.067000', '104543.070000', '104543.072000', '104543.076000', '104543.078000', '104543.081000', '104543.084000', '104543.087000', '104543.090000', '104543.093000', '104543.096000', '104543.099000', '104543.102000', '104543.105000', '104543.108000', '104602.974000', '104602.977000', '104602.980000', '104602.983000', '104602.986000', '104602.989000', '104602.991000', '104602.995000', '104602.998000', '104603.001000', '104603.004000', '104603.007000', '104603.010000', '104603.013000', '104603.016000', '104603.019000', '104603.022000', '104603.025000', '104603.028000', '104603.031000', '104603.034000', '104603.037000', '104603.040000', '104603.043000', '104603.046000', '104603.048000', '104603.052000', '104603.054000', '104603.057000', '104603.060000', '104603.063000', '104603.066000', '104603.069000', '104603.072000', '104603.075000', '104603.078000', '104603.081000', '104603.084000', '104603.087000', '104603.090000', '104603.093000', '104603.096000', '104603.099000', '104622.975000', '104622.978000', '104622.981000', '104622.984000', '104622.987000', '104622.990000', '104622.993000', '104622.996000', '104623.000000', '104623.003000', '104623.006000', '104623.009000', '104623.012000', '104623.014000', '104623.017000', '104623.020000', '104623.023000', '104623.026000', '104623.029000', '104623.032000', '104623.035000', '104623.038000', '104623.041000', '104623.044000', '104623.047000', '104623.050000', '104623.053000', '104623.056000', '104623.059000', '104623.061000', '104623.064000', '104623.067000', '104623.070000', '104623.073000', '104623.076000', '104623.079000', '104623.082000', '104623.085000', '104623.088000', '104623.091000', '104623.094000', '104623.097000', '104623.099000', '104623.102000', '104642.975000', '104642.978000', '104642.981000', '104642.984000', '104642.987000', '104642.990000', '104642.993000', '104642.996000', '104643.000000', '104643.003000', '104643.006000', '104643.008000', '104643.011000', '104643.014000', '104643.017000', '104643.020000', '104643.023000', '104643.026000', '104643.029000', '104643.032000', '104643.037000', '104643.040000', '104643.043000', '104643.046000', '104643.049000', '104643.052000', '104643.055000', '104643.058000', '104643.061000', '104643.064000', '104643.067000', '104643.069000', '104643.072000', '104643.075000', '104643.078000', '104643.081000', '104643.084000', '104643.087000', '104643.090000', '104643.093000', '104643.097000', '104643.100000', '104643.102000', '104702.975000', '104702.978000', '104702.981000', '104702.984000', '104702.987000', '104702.990000', '104702.993000', '104702.996000', '104702.998000', '104703.002000', '104703.006000', '104703.008000', '104703.011000', '104703.014000', '104703.017000', '104703.020000', '104703.023000', '104703.026000', '104703.029000', '104703.032000', '104703.035000', '104703.038000', '104703.041000', '104703.044000', '104703.047000', '104703.049000', '104703.053000', '104703.055000', '104703.058000', '104703.061000', '104703.064000', '104703.067000', '104703.070000', '104703.073000', '104703.087000', '104703.090000', '104703.093000', '104703.096000', '104703.099000', '104703.102000', '104703.104000', '104703.107000', '104703.110000', '104703.113000', '104722.975000', '104722.978000', '104722.981000', '104722.984000', '104722.994000', '104722.996000', '104723.000000', '104723.003000', '104723.006000', '104723.009000', '104723.012000', '104723.015000', '104723.018000', '104723.021000', '104723.024000', '104723.027000', '104723.030000', '104723.033000', '104723.036000', '104723.039000', '104723.042000', '104723.045000', '104723.048000', '104723.051000', '104723.054000', '104723.057000', '104723.059000', '104723.062000', '104723.065000', '104723.068000', '104723.071000', '104723.074000', '104723.077000', '104723.080000', '104723.083000', '104723.086000', '104723.089000', '104723.092000', '104723.095000', '104723.098000', '104723.101000', '104723.104000', '104723.107000', '104742.974000', '104742.977000', '104742.980000', '104742.983000', '104742.986000', '104742.989000', '104742.992000', '104742.995000', '104742.997000', '104743.001000', '104743.004000', '104743.007000', '104743.010000', '104743.013000', '104743.016000', '104743.019000', '104743.022000', '104743.025000', '104743.028000', '104743.031000', '104743.034000', '104743.037000', '104743.040000', '104743.043000', '104743.046000', '104743.049000', '104743.052000', '104743.055000', '104743.057000', '104743.061000', '104743.063000', '104743.066000', '104743.069000', '104743.072000', '104743.075000', '104743.078000', '104743.081000', '104743.084000', '104743.087000', '104743.090000', '104743.093000', '104743.096000', '104743.099000', '104743.102000', '104802.974000', '104802.977000', '104802.980000', '104802.983000', '104802.986000', '104802.989000', '104802.992000', '104802.995000', '104802.998000', '104803.001000', '104803.004000', '104803.008000', '104803.010000', '104803.013000', '104803.016000', '104803.019000', '104803.022000', '104803.025000', '104803.028000', '104803.031000', '104803.034000', '104803.037000', '104803.040000', '104803.043000', '104803.046000', '104803.049000', '104803.052000', '104803.055000', '104803.058000', '104803.061000', '104803.064000', '104803.067000', '104803.070000', '104803.074000', '104803.077000', '104803.080000', '104803.083000', '104803.086000', '104803.089000', '104803.092000', '104803.095000', '104803.097000', '104803.100000', '104822.975000', '104822.978000', '104822.981000', '104822.984000', '104822.987000', '104822.990000', '104822.993000', '104822.995000', '104822.999000', '104823.001000', '104823.004000', '104823.007000', '104823.011000', '104823.014000', '104823.017000', '104823.020000', '104823.023000', '104823.026000', '104823.029000', '104823.031000', '104823.034000', '104823.037000', '104823.040000', '104823.043000', '104823.046000', '104823.049000', '104823.052000', '104823.055000', '104823.058000', '104823.061000', '104823.064000', '104823.067000', '104823.070000', '104823.073000', '104823.076000', '104823.078000', '104823.082000', '104823.084000', '104823.087000', '104823.090000', '104823.093000', '104823.096000', '104823.099000', '104823.102000', '104842.975000', '104842.992000', '104842.995000', '104842.998000', '104843.002000', '104843.005000', '104843.008000', '104843.011000', '104843.014000', '104843.016000', '104843.019000', '104843.022000', '104843.025000', '104843.028000', '104843.031000', '104843.034000', '104843.037000', '104843.040000', '104843.043000', '104843.046000', '104843.049000', '104843.052000', '104843.055000', '104843.058000', '104843.061000', '104843.063000', '104843.067000', '104843.070000', '104843.072000', '104843.075000', '104843.079000', '104843.081000', '104843.084000', '104843.087000', '104843.090000', '104843.093000', '104843.096000', '104843.099000', '104843.120000', '104843.123000', '104843.126000', '104843.129000', '104843.132000', '104902.975000', '104902.978000', '104902.981000', '104902.992000', '104902.995000', '104902.998000', '104903.002000', '104903.005000', '104903.008000', '104903.011000', '104903.014000', '104903.017000', '104903.020000', '104903.023000', '104903.025000', '104903.029000', '104903.032000', '104903.034000', '104903.037000', '104903.040000', '104903.043000', '104903.046000', '104903.049000', '104903.052000', '104903.055000', '104903.058000', '104903.060000', '104903.063000', '104903.066000', '104903.069000', '104903.072000', '104903.075000', '104903.078000', '104903.081000', '104903.084000', '104903.095000', '104903.098000', '104903.101000', '104903.104000', '104903.107000', '104903.110000', '104903.113000', '104903.116000', '104903.119000', '104922.975000', '104922.979000', '104922.982000', '104922.985000', '104922.988000', '104922.991000', '104922.994000', '104922.997000', '104923.001000', '104923.004000', '104923.007000', '104923.010000', '104923.013000', '104923.017000', '104923.020000', '104923.023000', '104923.026000', '104923.038000', '104923.041000', '104923.044000', '104923.047000', '104923.050000', '104923.053000', '104923.056000', '104923.059000', '104923.062000', '104923.065000', '104923.070000', '104923.074000', '104923.077000', '104923.081000', '104923.084000', '104923.087000', '104923.090000', '104923.093000', '104923.096000', '104923.099000', '104923.102000', '104923.105000', '104923.108000', '104923.113000', '104923.116000', '104923.120000', '104942.975000', '104942.978000', '104942.981000', '104942.984000', '104942.987000', '104942.990000', '104942.993000', '104942.995000', '104942.998000', '104943.002000', '104943.005000', '104943.008000', '104943.011000', '104943.014000', '104943.020000', '104943.023000', '104943.026000', '104943.029000', '104943.032000', '104943.035000', '104943.038000', '104943.041000', '104943.044000', '104943.047000', '104943.050000', '104943.052000', '104943.056000', '104943.058000', '104943.061000', '104943.064000', '104943.067000', '104943.070000', '104943.073000', '104943.076000', '104943.079000', '104943.082000', '104943.085000', '104943.088000', '104943.091000', '104943.094000', '104943.097000', '104943.100000', '104943.103000', '104943.106000', '105002.974000', '105002.977000', '105002.980000', '105002.983000', '105002.986000', '105002.989000', '105002.992000', '105002.995000', '105002.998000', '105003.002000', '105003.005000', '105003.008000', '105003.022000', '105003.025000', '105003.028000', '105003.031000', '105003.034000', '105003.037000', '105003.040000', '105003.043000', '105003.046000', '105003.049000', '105003.052000', '105003.055000', '105003.058000', '105003.061000', '105003.064000', '105003.067000', '105003.070000', '105003.073000', '105003.075000', '105003.078000', '105003.081000', '105003.084000', '105003.087000', '105003.090000', '105003.093000', '105003.096000', '105003.099000', '105003.102000', '105003.105000', '105003.108000', '105003.111000', '105015.678000', '105015.681000', '105015.685000', '105015.688000', '105015.692000', '105015.695000', '105015.698000', '105015.701000', '105015.704000', '105015.707000', '105015.710000', '105015.713000', '105015.716000', '105015.719000', '105015.722000', '105015.725000', '105015.728000', '105015.731000', '105015.734000', '105015.737000', '105015.740000', '105015.743000', '105015.746000', '105015.749000', '105015.752000', '105015.755000', '105015.758000', '105015.761000'], 'InstanceCreationTime': ['104403.010000', '104403.013000', '104403.016000', '104403.020000', '104403.023000', '104403.025000', '104403.039000', '104403.042000', '104403.044000', '104403.047000', '104403.050000', '104403.053000', '104403.056000', '104403.059000', '104403.062000', '104403.065000', '104403.068000', '104403.071000', '104403.074000', '104403.077000', '104403.079000', '104403.082000', '104403.085000', '104403.088000', '104403.091000', '104403.096000', '104403.099000', '104403.102000', '104422.975000', '104422.978000', '104422.981000', '104422.985000', '104422.988000', '104422.991000', '104422.994000', '104422.997000', '104423.001000', '104423.004000', '104423.007000', '104423.010000', '104423.013000', '104423.016000', '104423.019000', '104423.022000', '104423.025000', '104423.027000', '104423.030000', '104423.033000', '104423.036000', '104423.039000', '104423.042000', '104423.045000', '104423.048000', '104423.051000', '104423.054000', '104423.056000', '104423.059000', '104423.062000', '104423.065000', '104423.068000', '104423.071000', '104423.074000', '104423.077000', '104423.080000', '104423.083000', '104423.086000', '104423.089000', '104423.092000', '104423.097000', '104423.100000', '104423.103000', '104423.106000', '104442.975000', '104442.978000', '104442.981000', '104442.984000', '104442.987000', '104442.990000', '104442.993000', '104442.996000', '104443.000000', '104443.003000', '104443.006000', '104443.008000', '104443.012000', '104443.023000', '104443.026000', '104443.029000', '104443.032000', '104443.035000', '104443.038000', '104443.041000', '104443.044000', '104443.047000', '104443.052000', '104443.056000', '104443.059000', '104443.062000', '104443.065000', '104443.068000', '104443.071000', '104443.074000', '104443.077000', '104443.080000', '104443.083000', '104443.086000', '104443.089000', '104443.092000', '104443.095000', '104443.097000', '104443.100000', '104443.103000', '104443.106000', '104443.109000', '104443.112000', '104502.975000', '104502.978000', '104502.981000', '104502.984000', '104502.987000', '104502.990000', '104502.993000', '104502.996000', '104502.998000', '104503.002000', '104503.005000', '104503.008000', '104503.011000', '104503.014000', '104503.017000', '104503.020000', '104503.023000', '104503.026000', '104503.029000', '104503.032000', '104503.035000', '104503.038000', '104503.041000', '104503.044000', '104503.046000', '104503.050000', '104503.053000', '104503.055000', '104503.058000', '104503.061000', '104503.064000', '104503.067000', '104503.070000', '104503.073000', '104503.076000', '104503.079000', '104503.082000', '104503.085000', '104503.088000', '104503.091000', '104503.094000', '104503.097000', '104503.099000', '104503.102000', '104522.974000', '104522.977000', '104522.980000', '104522.983000', '104522.986000', '104522.989000', '104522.992000', '104522.996000', '104523.000000', '104523.003000', '104523.006000', '104523.009000', '104523.012000', '104523.015000', '104523.018000', '104523.021000', '104523.024000', '104523.027000', '104523.030000', '104523.033000', '104523.036000', '104523.039000', '104523.042000', '104523.045000', '104523.048000', '104523.051000', '104523.054000', '104523.057000', '104523.060000', '104523.062000', '104523.065000', '104523.068000', '104523.071000', '104523.074000', '104523.077000', '104523.080000', '104523.083000', '104523.086000', '104523.096000', '104523.099000', '104523.102000', '104523.105000', '104523.108000', '104542.974000', '104542.977000', '104542.980000', '104542.983000', '104542.986000', '104542.989000', '104542.991000', '104542.994000', '104542.997000', '104543.001000', '104543.004000', '104543.007000', '104543.017000', '104543.020000', '104543.023000', '104543.025000', '104543.029000', '104543.031000', '104543.034000', '104543.037000', '104543.040000', '104543.043000', '104543.046000', '104543.049000', '104543.052000', '104543.055000', '104543.058000', '104543.061000', '104543.064000', '104543.067000', '104543.070000', '104543.072000', '104543.076000', '104543.078000', '104543.081000', '104543.084000', '104543.087000', '104543.090000', '104543.093000', '104543.096000', '104543.099000', '104543.102000', '104543.105000', '104543.108000', '104602.974000', '104602.977000', '104602.980000', '104602.983000', '104602.986000', '104602.989000', '104602.991000', '104602.995000', '104602.998000', '104603.001000', '104603.004000', '104603.007000', '104603.010000', '104603.013000', '104603.016000', '104603.019000', '104603.022000', '104603.025000', '104603.028000', '104603.031000', '104603.034000', '104603.037000', '104603.040000', '104603.043000', '104603.046000', '104603.048000', '104603.052000', '104603.054000', '104603.057000', '104603.060000', '104603.063000', '104603.066000', '104603.069000', '104603.072000', '104603.075000', '104603.078000', '104603.081000', '104603.084000', '104603.087000', '104603.090000', '104603.093000', '104603.096000', '104603.099000', '104622.975000', '104622.978000', '104622.981000', '104622.984000', '104622.987000', '104622.990000', '104622.993000', '104622.996000', '104623.000000', '104623.003000', '104623.006000', '104623.009000', '104623.012000', '104623.014000', '104623.017000', '104623.020000', '104623.023000', '104623.026000', '104623.029000', '104623.032000', '104623.035000', '104623.038000', '104623.041000', '104623.044000', '104623.047000', '104623.050000', '104623.053000', '104623.056000', '104623.059000', '104623.061000', '104623.064000', '104623.067000', '104623.070000', '104623.073000', '104623.076000', '104623.079000', '104623.082000', '104623.085000', '104623.088000', '104623.091000', '104623.094000', '104623.097000', '104623.099000', '104623.102000', '104642.975000', '104642.978000', '104642.981000', '104642.984000', '104642.987000', '104642.990000', '104642.993000', '104642.996000', '104643.000000', '104643.003000', '104643.006000', '104643.008000', '104643.011000', '104643.014000', '104643.017000', '104643.020000', '104643.023000', '104643.026000', '104643.029000', '104643.032000', '104643.037000', '104643.040000', '104643.043000', '104643.046000', '104643.049000', '104643.052000', '104643.055000', '104643.058000', '104643.061000', '104643.064000', '104643.067000', '104643.069000', '104643.072000', '104643.075000', '104643.078000', '104643.081000', '104643.084000', '104643.087000', '104643.090000', '104643.093000', '104643.097000', '104643.100000', '104643.102000', '104702.975000', '104702.978000', '104702.981000', '104702.984000', '104702.987000', '104702.990000', '104702.993000', '104702.996000', '104702.998000', '104703.002000', '104703.006000', '104703.008000', '104703.011000', '104703.014000', '104703.017000', '104703.020000', '104703.023000', '104703.026000', '104703.029000', '104703.032000', '104703.035000', '104703.038000', '104703.041000', '104703.044000', '104703.047000', '104703.049000', '104703.053000', '104703.055000', '104703.058000', '104703.061000', '104703.064000', '104703.067000', '104703.070000', '104703.073000', '104703.087000', '104703.090000', '104703.093000', '104703.096000', '104703.099000', '104703.102000', '104703.104000', '104703.107000', '104703.110000', '104703.113000', '104722.975000', '104722.978000', '104722.981000', '104722.984000', '104722.994000', '104722.996000', '104723.000000', '104723.003000', '104723.006000', '104723.009000', '104723.012000', '104723.015000', '104723.018000', '104723.021000', '104723.024000', '104723.027000', '104723.030000', '104723.033000', '104723.036000', '104723.039000', '104723.042000', '104723.045000', '104723.048000', '104723.051000', '104723.054000', '104723.057000', '104723.059000', '104723.062000', '104723.065000', '104723.068000', '104723.071000', '104723.074000', '104723.077000', '104723.080000', '104723.083000', '104723.086000', '104723.089000', '104723.092000', '104723.095000', '104723.098000', '104723.101000', '104723.104000', '104723.107000', '104742.974000', '104742.977000', '104742.980000', '104742.983000', '104742.986000', '104742.989000', '104742.992000', '104742.995000', '104742.997000', '104743.001000', '104743.004000', '104743.007000', '104743.010000', '104743.013000', '104743.016000', '104743.019000', '104743.022000', '104743.025000', '104743.028000', '104743.031000', '104743.034000', '104743.037000', '104743.040000', '104743.043000', '104743.046000', '104743.049000', '104743.052000', '104743.055000', '104743.057000', '104743.061000', '104743.063000', '104743.066000', '104743.069000', '104743.072000', '104743.075000', '104743.078000', '104743.081000', '104743.084000', '104743.087000', '104743.090000', '104743.093000', '104743.096000', '104743.099000', '104743.102000', '104802.974000', '104802.977000', '104802.980000', '104802.983000', '104802.986000', '104802.989000', '104802.992000', '104802.995000', '104802.998000', '104803.001000', '104803.004000', '104803.008000', '104803.010000', '104803.013000', '104803.016000', '104803.019000', '104803.022000', '104803.025000', '104803.028000', '104803.031000', '104803.034000', '104803.037000', '104803.040000', '104803.043000', '104803.046000', '104803.049000', '104803.052000', '104803.055000', '104803.058000', '104803.061000', '104803.064000', '104803.067000', '104803.070000', '104803.074000', '104803.077000', '104803.080000', '104803.083000', '104803.086000', '104803.089000', '104803.092000', '104803.095000', '104803.097000', '104803.100000', '104822.975000', '104822.978000', '104822.981000', '104822.984000', '104822.987000', '104822.990000', '104822.993000', '104822.995000', '104822.999000', '104823.001000', '104823.004000', '104823.007000', '104823.011000', '104823.014000', '104823.017000', '104823.020000', '104823.023000', '104823.026000', '104823.029000', '104823.031000', '104823.034000', '104823.037000', '104823.040000', '104823.043000', '104823.046000', '104823.049000', '104823.052000', '104823.055000', '104823.058000', '104823.061000', '104823.064000', '104823.067000', '104823.070000', '104823.073000', '104823.076000', '104823.078000', '104823.082000', '104823.084000', '104823.087000', '104823.090000', '104823.093000', '104823.096000', '104823.099000', '104823.102000', '104842.975000', '104842.992000', '104842.995000', '104842.998000', '104843.002000', '104843.005000', '104843.008000', '104843.011000', '104843.014000', '104843.016000', '104843.019000', '104843.022000', '104843.025000', '104843.028000', '104843.031000', '104843.034000', '104843.037000', '104843.040000', '104843.043000', '104843.046000', '104843.049000', '104843.052000', '104843.055000', '104843.058000', '104843.061000', '104843.063000', '104843.067000', '104843.070000', '104843.072000', '104843.075000', '104843.079000', '104843.081000', '104843.084000', '104843.087000', '104843.090000', '104843.093000', '104843.096000', '104843.099000', '104843.120000', '104843.123000', '104843.126000', '104843.129000', '104843.132000', '104902.975000', '104902.978000', '104902.981000', '104902.992000', '104902.995000', '104902.998000', '104903.002000', '104903.005000', '104903.008000', '104903.011000', '104903.014000', '104903.017000', '104903.020000', '104903.023000', '104903.025000', '104903.029000', '104903.032000', '104903.034000', '104903.037000', '104903.040000', '104903.043000', '104903.046000', '104903.049000', '104903.052000', '104903.055000', '104903.058000', '104903.060000', '104903.063000', '104903.066000', '104903.069000', '104903.072000', '104903.075000', '104903.078000', '104903.081000', '104903.084000', '104903.095000', '104903.098000', '104903.101000', '104903.104000', '104903.107000', '104903.110000', '104903.113000', '104903.116000', '104903.119000', '104922.975000', '104922.979000', '104922.982000', '104922.985000', '104922.988000', '104922.991000', '104922.994000', '104922.997000', '104923.001000', '104923.004000', '104923.007000', '104923.010000', '104923.013000', '104923.017000', '104923.020000', '104923.023000', '104923.026000', '104923.038000', '104923.041000', '104923.044000', '104923.047000', '104923.050000', '104923.053000', '104923.056000', '104923.059000', '104923.062000', '104923.065000', '104923.070000', '104923.074000', '104923.077000', '104923.081000', '104923.084000', '104923.087000', '104923.090000', '104923.093000', '104923.096000', '104923.099000', '104923.102000', '104923.105000', '104923.108000', '104923.113000', '104923.116000', '104923.120000', '104942.975000', '104942.978000', '104942.981000', '104942.984000', '104942.987000', '104942.990000', '104942.993000', '104942.995000', '104942.998000', '104943.002000', '104943.005000', '104943.008000', '104943.011000', '104943.014000', '104943.020000', '104943.023000', '104943.026000', '104943.029000', '104943.032000', '104943.035000', '104943.038000', '104943.041000', '104943.044000', '104943.047000', '104943.050000', '104943.052000', '104943.056000', '104943.058000', '104943.061000', '104943.064000', '104943.067000', '104943.070000', '104943.073000', '104943.076000', '104943.079000', '104943.082000', '104943.085000', '104943.088000', '104943.091000', '104943.094000', '104943.097000', '104943.100000', '104943.103000', '104943.106000', '105002.974000', '105002.977000', '105002.980000', '105002.983000', '105002.986000', '105002.989000', '105002.992000', '105002.995000', '105002.998000', '105003.002000', '105003.005000', '105003.008000', '105003.022000', '105003.025000', '105003.028000', '105003.031000', '105003.034000', '105003.037000', '105003.040000', '105003.043000', '105003.046000', '105003.049000', '105003.052000', '105003.055000', '105003.058000', '105003.061000', '105003.064000', '105003.067000', '105003.070000', '105003.073000', '105003.075000', '105003.078000', '105003.081000', '105003.084000', '105003.087000', '105003.090000', '105003.093000', '105003.096000', '105003.099000', '105003.102000', '105003.105000', '105003.108000', '105003.111000', '105015.678000', '105015.681000', '105015.685000', '105015.688000', '105015.692000', '105015.695000', '105015.698000', '105015.701000', '105015.704000', '105015.707000', '105015.710000', '105015.713000', '105015.716000', '105015.719000', '105015.722000', '105015.725000', '105015.728000', '105015.731000', '105015.734000', '105015.737000', '105015.740000', '105015.743000', '105015.746000', '105015.749000', '105015.752000', '105015.755000', '105015.758000', '105015.761000'], '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': [11817, 8076, 10397, 12891, 8667, 11074, 7876, 8517, 10592, 7592, 8340, 11014, 7772, 9513, 10873, 8126, 9712, 11583, 8044, 9761, 11926, 8005, 9844, 10204, 7936, 10209, 7609, 7790, 9968, 7883, 7810, 10739, 7287, 9116, 10538, 7842, 10040, 8006, 7712, 10842, 7679, 9657, 11690, 7792, 10439, 13159, 8452, 11488, 7781, 8052, 11475, 7780, 10093, 12528, 8280, 10594, 8824, 8018, 10529, 7797, 9521, 12292, 7952, 10479, 11266, 7909, 10737, 7962, 8088, 11116, 7471, 9772, 11111, 7721, 9962, 9068, 8109, 10700, 7685, 8339, 11639, 7848, 10182, 8429, 7898, 10654, 7686, 9491, 11604, 8147, 10816, 8059, 7958, 11297, 7753, 10101, 13383, 8355, 11163, 7628, 9557, 11973, 8201, 10967, 8886, 8392, 11579, 7949, 10006, 9298, 8325, 11172, 7962, 9174, 11698, 7935, 9796, 8782, 8411, 11168, 8020, 8781, 11513, 8076, 9992, 8074, 8316, 11872, 7946, 9951, 12020, 8477, 10064, 7762, 8217, 11299, 8054, 9909, 7808, 8471, 11161, 8012, 9651, 10412, 8438, 10820, 7971, 8516, 11271, 8426, 9821, 10188, 8407, 10419, 8100, 8412, 11034, 8002, 9103, 11808, 8258, 9859, 8562, 8319, 9832, 8215, 8400, 8655, 8552, 10232, 8085, 9264, 8147, 8168, 11314, 8273, 10515, 7989, 8743, 10649, 8432, 10690, 7918, 9571, 12761, 8415, 11641, 8308, 9346, 11131, 8591, 12100, 7914, 9837, 9758, 8454, 10794, 7859, 9009, 12107, 8572, 10837, 7860, 8492, 11019, 8462, 10397, 8049, 8420, 11415, 8310, 9752, 8115, 8319, 11195, 8065, 9794, 8082, 8472, 10992, 8337, 10249, 8239, 8360, 11796, 8573, 10765, 8042, 8195, 11152, 8338, 10580, 8805, 8630, 11935, 8378, 10627, 8274, 9150, 8131, 8384, 10930, 8285, 10343, 8123, 8468, 12456, 8561, 10200, 8219, 8783, 8932, 8356, 11587, 8300, 9959, 8136, 8284, 11338, 8346, 10390, 8098, 9003, 8985, 8507, 10262, 8097, 8985, 11542, 8444, 10687, 8006, 9100, 9969, 8388, 10523, 8327, 9120, 9683, 8340, 10188, 8136, 8600, 12034, 8439, 10001, 8169, 8175, 10768, 8297, 9791, 8299, 8340, 11497, 8375, 10037, 8248, 8412, 12030, 8293, 10478, 8250, 8146, 11007, 8050, 9360, 9303, 8214, 10983, 8074, 8819, 11036, 8133, 10109, 8204, 8720, 9551, 8195, 10409, 8370, 9271, 9006, 8322, 10737, 8061, 10172, 10855, 8444, 11516, 8225, 9798, 9831, 8564, 12244, 8922, 9357, 9398, 8397, 10759, 8122, 9719, 10783, 8439, 11143, 8226, 9424, 9693, 8434, 10977, 8392, 8959, 8400, 11113, 13189, 8635, 11642, 9852, 8507, 10157, 8071, 8413, 11763, 8267, 9017, 8204, 8495, 10297, 8140, 8164, 11405, 8337, 9144, 8185, 8498, 9783, 8355, 10617, 8215, 9620, 8144, 8636, 11667, 8481, 10669, 11659, 8585, 11831, 8422, 9674, 11445, 8631, 10719, 8113, 8551, 12149, 8318, 9231, 11666, 8435, 12270, 8196, 10245, 7983, 8384, 11775, 8366, 10111, 8178, 8558, 10690, 8610, 10505, 10107, 8877, 13822, 8421, 10193, 8089, 8563, 11475, 8454, 10500, 9026, 8632, 11298, 8390, 8953, 9040, 8587, 10759, 7988, 8611, 9125, 8495, 9691, 7953, 8416, 11094, 8549, 10127, 7952, 8455, 11801, 8220, 9557, 8177, 8248, 11531, 8286, 10076, 7934, 8474, 10599, 8456, 10339, 8157, 8497, 12438, 8492, 10081, 8052, 8441, 11759, 8211, 10256, 8170, 8423, 10989, 8271, 10487, 8137, 8236, 11505, 8443, 9498, 8040, 8404, 10951, 8153, 9836, 8103, 8568, 10628, 8399, 9678, 8423, 8426, 11742, 8463, 10180, 8256, 8319, 11027, 8144, 10123, 8198, 8480, 11712, 8322, 9889, 8302, 8377, 11601, 8205, 10138, 8149, 8139, 10574, 8229, 9998, 8559, 8341, 11279, 8320, 9867, 8384, 8428, 11521, 8002, 10099, 8030, 8392, 10787, 8165, 9781, 9255, 8312, 11978, 8106, 10518, 8213, 8287, 10584, 8156, 10197, 8833, 8288, 11806, 8426, 10032, 7948, 8457, 11425, 8378, 10159, 10234, 8527, 11441, 8338, 9334, 9455, 8554, 10608, 8390, 8263, 11633, 8027, 9527, 8673, 8308, 9712, 8116, 8412, 11270, 8132, 9910, 7704, 8577, 11406, 8155, 10352, 8195, 8145, 11109, 8236, 9678, 8001, 8424, 11539, 7942, 10599, 7998, 9026, 10902, 8206, 10561, 8120, 9096, 13244, 8451, 11040, 7769, 9024, 11858, 8300, 11264, 8614, 9153, 9562, 8132, 10631, 7581, 9911, 8579, 8362, 11074, 8158, 10849, 7786, 9086, 8285, 8202, 10665, 8160, 10086, 8360, 8727, 9986, 8196, 10400, 7949, 8458, 11517, 7994, 10050, 8027, 8661, 9269, 8045, 10640, 8205, 8473, 11074, 8196, 10354, 7914, 8725, 9556, 8179, 10818, 7753, 9480, 8244, 8186, 11358, 7769, 10125, 8326, 8558, 12714, 8294, 10688, 7924, 8786, 12411, 8040, 10867, 7617, 9496, 8449, 8199, 11254, 8178, 10017, 11286, 8349, 12129, 7961, 10116, 8031, 8390, 10963, 8403, 10365, 8242, 8192, 12096, 8279, 10198, 7892, 8242, 11583, 8211, 10540, 7835, 8732, 11375, 8225, 10846, 8025, 9174, 9165, 8299, 10909, 8021, 9628, 10395, 8229, 11689, 8118, 9890, 8303, 8272, 10909, 8077, 9897, 10973, 8402, 11125, 7989, 9160, 8213, 8345, 11083, 7958, 9598, 8017, 8272, 10945, 8177, 9732, 8066, 8547, 11944, 8340, 10631, 8003, 9063, 9463, 8317, 11925, 8189, 12006, 9018, 9338, 8372, 8158, 11891, 8289, 9994, 8119, 8297, 11084, 8474, 10226, 9079, 8511, 11927, 8520, 10608, 8099, 9131, 10655, 8638, 11840, 8348, 9692, 7968, 8576, 11393, 8560, 10620, 8172, 8436, 11646, 8478, 10584, 7972, 8979, 8299, 8484, 10991, 8392, 10343, 7965, 8367, 9239, 8500, 10503, 8231, 9525, 8127, 8286, 11437, 8382, 10817, 8131, 9379, 8040, 8472, 11301, 8531, 11346, 8112, 9188, 10315, 8526, 11093, 7859, 9350, 8439, 8544, 10889, 8253, 9682, 7889, 8420, 11729, 8307, 10684, 8037, 9313, 8045, 8428, 11065, 8353, 10434, 8950, 8587, 11708, 8324, 10605, 8185, 8541, 11373, 8368, 10786, 8135, 9105, 9872, 8375, 11291, 7988, 9405, 8148, 8290, 11534, 8342, 10387], 'WindowCenter': [4381.0, 4313.0, 4343.0, 4360.0, 4307.0, 4336.0, 4283.0, 4294.0, 4313.0, 4271.0, 4294.0, 4325.0, 4283.0, 4314.0, 4322.0, 4283.0, 4314.0, 4321.0, 4293.0, 4325.0, 4333.0, 4296.0, 4327.0, 4324.0, 4295.0, 4326.0, 4283.0, 4296.0, 4327.0, 4307.0, 4298.0, 4337.0, 4286.0, 4318.0, 4326.0, 4309.0, 4341.0, 4309.0, 4311.0, 4349.0, 4297.0, 4331.0, 4348.0, 4299.0, 4352.0, 4359.0, 4310.0, 4349.0, 4297.0, 4308.0, 4337.0, 4298.0, 4339.0, 4348.0, 4307.0, 4339.0, 4304.0, 4307.0, 4338.0, 4297.0, 4330.0, 4348.0, 4296.0, 4338.0, 4335.0, 4296.0, 4336.0, 4295.0, 4308.0, 4336.0, 4286.0, 4326.0, 4334.0, 4297.0, 4340.0, 4317.0, 4307.0, 4336.0, 4294.0, 4308.0, 4349.0, 4309.0, 4339.0, 4307.0, 4308.0, 4336.0, 4297.0, 4328.0, 4338.0, 4296.0, 4337.0, 4307.0, 4308.0, 4336.0, 4284.0, 4327.0, 4358.0, 4307.0, 4325.0, 4282.0, 4315.0, 4333.0, 4306.0, 4337.0, 4305.0, 4294.0, 4322.0, 4281.0, 4313.0, 4300.0, 4293.0, 4325.0, 4281.0, 4303.0, 4336.0, 4295.0, 4314.0, 4290.0, 4293.0, 4324.0, 4281.0, 4292.0, 4320.0, 4280.0, 4312.0, 4280.0, 4295.0, 4336.0, 4282.0, 4312.0, 4320.0, 4279.0, 4301.0, 4268.0, 4281.0, 4321.0, 4282.0, 4312.0, 4269.0, 4281.0, 4321.0, 4281.0, 4302.0, 4311.0, 4282.0, 4310.0, 4279.0, 4292.0, 4323.0, 4280.0, 4312.0, 4298.0, 4280.0, 4310.0, 4268.0, 4280.0, 4310.0, 4280.0, 4291.0, 4320.0, 4279.0, 4300.0, 4289.0, 4291.0, 4311.0, 4291.0, 4293.0, 4292.0, 4304.0, 4323.0, 4294.0, 4315.0, 4293.0, 4295.0, 4324.0, 4294.0, 4325.0, 4283.0, 4305.0, 4323.0, 4294.0, 4324.0, 4294.0, 4316.0, 4344.0, 4294.0, 4335.0, 4294.0, 4304.0, 4323.0, 4304.0, 4332.0, 4282.0, 4313.0, 4312.0, 4292.0, 4323.0, 4280.0, 4303.0, 4333.0, 4293.0, 4323.0, 4282.0, 4293.0, 4322.0, 4293.0, 4314.0, 4282.0, 4294.0, 4322.0, 4293.0, 4314.0, 4282.0, 4295.0, 4323.0, 4294.0, 4325.0, 4293.0, 4306.0, 4324.0, 4294.0, 4325.0, 4295.0, 4306.0, 4334.0, 4304.0, 4326.0, 4293.0, 4294.0, 4324.0, 4293.0, 4325.0, 4303.0, 4304.0, 4333.0, 4295.0, 4324.0, 4294.0, 4304.0, 4283.0, 4295.0, 4324.0, 4293.0, 4325.0, 4283.0, 4295.0, 4332.0, 4292.0, 4312.0, 4291.0, 4294.0, 4302.0, 4293.0, 4324.0, 4293.0, 4312.0, 4282.0, 4294.0, 4323.0, 4295.0, 4324.0, 4293.0, 4306.0, 4304.0, 4304.0, 4324.0, 4294.0, 4306.0, 4334.0, 4295.0, 4323.0, 4293.0, 4305.0, 4312.0, 4305.0, 4325.0, 4294.0, 4315.0, 4313.0, 4295.0, 4324.0, 4294.0, 4306.0, 4335.0, 4294.0, 4314.0, 4304.0, 4306.0, 4336.0, 4305.0, 4327.0, 4306.0, 4307.0, 4335.0, 4306.0, 4327.0, 4306.0, 4308.0, 4346.0, 4307.0, 4326.0, 4293.0, 4295.0, 4335.0, 4295.0, 4317.0, 4314.0, 4295.0, 4335.0, 4293.0, 4315.0, 4334.0, 4306.0, 4326.0, 4306.0, 4307.0, 4314.0, 4305.0, 4336.0, 4306.0, 4317.0, 4315.0, 4306.0, 4325.0, 4295.0, 4326.0, 4324.0, 4306.0, 4335.0, 4294.0, 4325.0, 4312.0, 4294.0, 4334.0, 4302.0, 4303.0, 4302.0, 4292.0, 4322.0, 4282.0, 4314.0, 4311.0, 4282.0, 4321.0, 4292.0, 4314.0, 4303.0, 4293.0, 4324.0, 4292.0, 4302.0, 4306.0, 4337.0, 4344.0, 4292.0, 4323.0, 4298.0, 4280.0, 4300.0, 4268.0, 4283.0, 4322.0, 4279.0, 4290.0, 4278.0, 4292.0, 4310.0, 4279.0, 4292.0, 4321.0, 4292.0, 4302.0, 4293.0, 4305.0, 4313.0, 4305.0, 4325.0, 4305.0, 4316.0, 4294.0, 4305.0, 4334.0, 4294.0, 4326.0, 4324.0, 4294.0, 4323.0, 4281.0, 4304.0, 4312.0, 4281.0, 4311.0, 4269.0, 4291.0, 4320.0, 4279.0, 4291.0, 4309.0, 4281.0, 4322.0, 4292.0, 4312.0, 4281.0, 4294.0, 4332.0, 4293.0, 4313.0, 4292.0, 4304.0, 4312.0, 4294.0, 4325.0, 4313.0, 4293.0, 4331.0, 4280.0, 4300.0, 4269.0, 4291.0, 4319.0, 4280.0, 4311.0, 4289.0, 4290.0, 4310.0, 4278.0, 4289.0, 4276.0, 4279.0, 4309.0, 4268.0, 4280.0, 4288.0, 4290.0, 4301.0, 4268.0, 4281.0, 4310.0, 4291.0, 4313.0, 4281.0, 4292.0, 4321.0, 4291.0, 4301.0, 4290.0, 4293.0, 4322.0, 4293.0, 4312.0, 4281.0, 4294.0, 4311.0, 4293.0, 4314.0, 4282.0, 4294.0, 4333.0, 4292.0, 4313.0, 4280.0, 4293.0, 4322.0, 4282.0, 4312.0, 4281.0, 4293.0, 4312.0, 4281.0, 4323.0, 4281.0, 4293.0, 4322.0, 4292.0, 4314.0, 4281.0, 4293.0, 4324.0, 4283.0, 4315.0, 4282.0, 4304.0, 4323.0, 4293.0, 4314.0, 4293.0, 4295.0, 4334.0, 4293.0, 4314.0, 4294.0, 4294.0, 4323.0, 4293.0, 4325.0, 4293.0, 4294.0, 4333.0, 4293.0, 4314.0, 4292.0, 4294.0, 4325.0, 4293.0, 4314.0, 4283.0, 4294.0, 4323.0, 4294.0, 4314.0, 4293.0, 4296.0, 4323.0, 4295.0, 4315.0, 4293.0, 4294.0, 4334.0, 4283.0, 4314.0, 4282.0, 4293.0, 4322.0, 4293.0, 4314.0, 4303.0, 4294.0, 4333.0, 4282.0, 4313.0, 4292.0, 4294.0, 4313.0, 4282.0, 4313.0, 4292.0, 4294.0, 4322.0, 4293.0, 4314.0, 4281.0, 4293.0, 4322.0, 4281.0, 4313.0, 4311.0, 4292.0, 4321.0, 4281.0, 4302.0, 4299.0, 4291.0, 4311.0, 4279.0, 4281.0, 4322.0, 4280.0, 4300.0, 4289.0, 4280.0, 4300.0, 4281.0, 4293.0, 4322.0, 4283.0, 4314.0, 4283.0, 4305.0, 4332.0, 4294.0, 4324.0, 4293.0, 4284.0, 4323.0, 4294.0, 4314.0, 4293.0, 4295.0, 4333.0, 4294.0, 4325.0, 4294.0, 4305.0, 4323.0, 4294.0, 4324.0, 4282.0, 4306.0, 4344.0, 4294.0, 4323.0, 4272.0, 4303.0, 4322.0, 4292.0, 4323.0, 4292.0, 4304.0, 4301.0, 4282.0, 4312.0, 4285.0, 4326.0, 4305.0, 4294.0, 4323.0, 4284.0, 4324.0, 4282.0, 4303.0, 4292.0, 4294.0, 4324.0, 4294.0, 4326.0, 4294.0, 4305.0, 4314.0, 4295.0, 4326.0, 4294.0, 4294.0, 4333.0, 4295.0, 4316.0, 4293.0, 4305.0, 4313.0, 4296.0, 4336.0, 4305.0, 4306.0, 4334.0, 4305.0, 4326.0, 4294.0, 4306.0, 4315.0, 4306.0, 4336.0, 4285.0, 4316.0, 4294.0, 4306.0, 4335.0, 4284.0, 4314.0, 4292.0, 4305.0, 4344.0, 4294.0, 4324.0, 4282.0, 4305.0, 4345.0, 4285.0, 4324.0, 4283.0, 4314.0, 4293.0, 4294.0, 4323.0, 4293.0, 4316.0, 4322.0, 4294.0, 4333.0, 4283.0, 4314.0, 4282.0, 4294.0, 4322.0, 4292.0, 4314.0, 4281.0, 4295.0, 4334.0, 4293.0, 4315.0, 4282.0, 4294.0, 4333.0, 4294.0, 4313.0, 4282.0, 4306.0, 4336.0, 4294.0, 4326.0, 4294.0, 4316.0, 4304.0, 4295.0, 4325.0, 4295.0, 4314.0, 4312.0, 4294.0, 4334.0, 4282.0, 4314.0, 4282.0, 4294.0, 4323.0, 4283.0, 4314.0, 4312.0, 4282.0, 4322.0, 4281.0, 4303.0, 4281.0, 4292.0, 4322.0, 4282.0, 4303.0, 4281.0, 4293.0, 4322.0, 4283.0, 4302.0, 4281.0, 4294.0, 4322.0, 4294.0, 4312.0, 4282.0, 4303.0, 4303.0, 4294.0, 4323.0, 4283.0, 4348.0, 4306.0, 4305.0, 4294.0, 4294.0, 4334.0, 4292.0, 4313.0, 4280.0, 4294.0, 4323.0, 4293.0, 4314.0, 4292.0, 4293.0, 4323.0, 4292.0, 4311.0, 4271.0, 4292.0, 4300.0, 4280.0, 4321.0, 4281.0, 4290.0, 4268.0, 4280.0, 4310.0, 4279.0, 4299.0, 4268.0, 4279.0, 4308.0, 4280.0, 4300.0, 4269.0, 4290.0, 4279.0, 4291.0, 4310.0, 4280.0, 4312.0, 4281.0, 4282.0, 4290.0, 4292.0, 4312.0, 4282.0, 4302.0, 4280.0, 4293.0, 4323.0, 4294.0, 4322.0, 4281.0, 4302.0, 4282.0, 4282.0, 4321.0, 4293.0, 4322.0, 4282.0, 4302.0, 4299.0, 4291.0, 4322.0, 4281.0, 4302.0, 4280.0, 4292.0, 4322.0, 4292.0, 4302.0, 4281.0, 4296.0, 4334.0, 4294.0, 4312.0, 4283.0, 4304.0, 4283.0, 4294.0, 4324.0, 4293.0, 4328.0, 4304.0, 4305.0, 4335.0, 4295.0, 4325.0, 4294.0, 4304.0, 4322.0, 4293.0, 4324.0, 4283.0, 4317.0, 4325.0, 4306.0, 4336.0, 4294.0, 4315.0, 4293.0, 4305.0, 4335.0, 4295.0, 4325.0], 'WindowWidth': [9659.0, 9554.0, 9592.0, 9611.0, 9530.0, 9567.0, 9490.0, 9506.0, 9531.0, 9469.0, 9505.0, 9550.0, 9489.0, 9534.0, 9539.0, 9489.0, 9533.0, 9539.0, 9505.0, 9549.0, 9557.0, 9513.0, 9556.0, 9545.0, 9510.0, 9552.0, 9492.0, 9513.0, 9556.0, 9532.0, 9522.0, 9570.0, 9502.0, 9548.0, 9554.0, 9537.0, 9584.0, 9539.0, 9544.0, 9592.0, 9519.0, 9568.0, 9588.0, 9523.0, 9600.0, 9605.0, 9540.0, 9590.0, 9516.0, 9533.0, 9572.0, 9520.0, 9578.0, 9589.0, 9530.0, 9575.0, 9521.0, 9529.0, 9574.0, 9518.0, 9566.0, 9590.0, 9515.0, 9573.0, 9564.0, 9512.0, 9568.0, 9512.0, 9533.0, 9568.0, 9499.0, 9554.0, 9562.0, 9520.0, 9581.0, 9547.0, 9532.0, 9569.0, 9509.0, 9535.0, 9593.0, 9538.0, 9578.0, 9533.0, 9533.0, 9569.0, 9515.0, 9560.0, 9574.0, 9516.0, 9572.0, 9532.0, 9533.0, 9566.0, 9494.0, 9559.0, 9603.0, 9531.0, 9551.0, 9489.0, 9536.0, 9558.0, 9528.0, 9571.0, 9524.0, 9507.0, 9542.0, 9484.0, 9530.0, 9508.0, 9504.0, 9550.0, 9485.0, 9519.0, 9569.0, 9512.0, 9533.0, 9495.0, 9503.0, 9547.0, 9484.0, 9503.0, 9535.0, 9482.0, 9526.0, 9481.0, 9513.0, 9566.0, 9487.0, 9528.0, 9535.0, 9479.0, 9511.0, 9462.0, 9484.0, 9538.0, 9487.0, 9526.0, 9466.0, 9486.0, 9538.0, 9484.0, 9515.0, 9522.0, 9485.0, 9523.0, 9479.0, 9502.0, 9545.0, 9481.0, 9528.0, 9503.0, 9480.0, 9521.0, 9462.0, 9483.0, 9523.0, 9482.0, 9499.0, 9535.0, 9480.0, 9510.0, 9490.0, 9498.0, 9526.0, 9498.0, 9504.0, 9502.0, 9521.0, 9546.0, 9508.0, 9538.0, 9505.0, 9512.0, 9549.0, 9509.0, 9549.0, 9492.0, 9525.0, 9546.0, 9509.0, 9549.0, 9508.0, 9540.0, 9574.0, 9507.0, 9562.0, 9505.0, 9522.0, 9544.0, 9520.0, 9558.0, 9487.0, 9530.0, 9529.0, 9500.0, 9542.0, 9483.0, 9518.0, 9557.0, 9503.0, 9543.0, 9488.0, 9506.0, 9542.0, 9504.0, 9534.0, 9489.0, 9507.0, 9542.0, 9506.0, 9534.0, 9488.0, 9510.0, 9547.0, 9509.0, 9552.0, 9506.0, 9526.0, 9550.0, 9509.0, 9553.0, 9509.0, 9526.0, 9564.0, 9522.0, 9553.0, 9504.0, 9509.0, 9547.0, 9505.0, 9550.0, 9516.0, 9521.0, 9561.0, 9508.0, 9548.0, 9508.0, 9519.0, 9490.0, 9510.0, 9548.0, 9505.0, 9550.0, 9490.0, 9509.0, 9556.0, 9501.0, 9526.0, 9498.0, 9504.0, 9513.0, 9505.0, 9545.0, 9502.0, 9528.0, 9487.0, 9507.0, 9544.0, 9511.0, 9548.0, 9505.0, 9525.0, 9518.0, 9521.0, 9546.0, 9509.0, 9527.0, 9560.0, 9509.0, 9546.0, 9505.0, 9523.0, 9529.0, 9524.0, 9553.0, 9508.0, 9538.0, 9532.0, 9510.0, 9548.0, 9509.0, 9528.0, 9564.0, 9508.0, 9536.0, 9521.0, 9527.0, 9567.0, 9527.0, 9557.0, 9527.0, 9532.0, 9566.0, 9530.0, 9558.0, 9528.0, 9535.0, 9583.0, 9528.0, 9554.0, 9505.0, 9511.0, 9566.0, 9514.0, 9544.0, 9536.0, 9511.0, 9564.0, 9505.0, 9538.0, 9562.0, 9530.0, 9554.0, 9530.0, 9530.0, 9536.0, 9526.0, 9569.0, 9528.0, 9544.0, 9539.0, 9527.0, 9551.0, 9511.0, 9556.0, 9548.0, 9527.0, 9564.0, 9507.0, 9552.0, 9528.0, 9508.0, 9563.0, 9515.0, 9516.0, 9512.0, 9501.0, 9541.0, 9488.0, 9536.0, 9525.0, 9486.0, 9537.0, 9500.0, 9535.0, 9516.0, 9505.0, 9545.0, 9502.0, 9516.0, 9526.0, 9573.0, 9575.0, 9501.0, 9542.0, 9500.0, 9480.0, 9507.0, 9463.0, 9489.0, 9541.0, 9478.0, 9493.0, 9477.0, 9499.0, 9523.0, 9478.0, 9499.0, 9539.0, 9502.0, 9515.0, 9505.0, 9524.0, 9532.0, 9526.0, 9553.0, 9526.0, 9541.0, 9506.0, 9524.0, 9562.0, 9506.0, 9554.0, 9548.0, 9505.0, 9543.0, 9485.0, 9519.0, 9524.0, 9482.0, 9524.0, 9462.0, 9496.0, 9535.0, 9477.0, 9496.0, 9517.0, 9484.0, 9541.0, 9503.0, 9528.0, 9484.0, 9505.0, 9556.0, 9504.0, 9531.0, 9500.0, 9521.0, 9529.0, 9506.0, 9551.0, 9528.0, 9502.0, 9551.0, 9482.0, 9510.0, 9463.0, 9496.0, 9532.0, 9480.0, 9526.0, 9490.0, 9495.0, 9521.0, 9476.0, 9492.0, 9469.0, 9478.0, 9518.0, 9462.0, 9480.0, 9490.0, 9495.0, 9510.0, 9463.0, 9483.0, 9522.0, 9498.0, 9530.0, 9483.0, 9500.0, 9537.0, 9498.0, 9511.0, 9496.0, 9506.0, 9543.0, 9503.0, 9528.0, 9486.0, 9507.0, 9526.0, 9503.0, 9534.0, 9487.0, 9507.0, 9557.0, 9502.0, 9530.0, 9482.0, 9502.0, 9542.0, 9485.0, 9526.0, 9484.0, 9503.0, 9529.0, 9486.0, 9545.0, 9483.0, 9504.0, 9540.0, 9503.0, 9532.0, 9484.0, 9505.0, 9546.0, 9491.0, 9537.0, 9487.0, 9522.0, 9545.0, 9506.0, 9536.0, 9503.0, 9510.0, 9563.0, 9505.0, 9534.0, 9505.0, 9508.0, 9544.0, 9506.0, 9550.0, 9503.0, 9506.0, 9559.0, 9506.0, 9534.0, 9501.0, 9509.0, 9549.0, 9505.0, 9533.0, 9490.0, 9508.0, 9544.0, 9506.0, 9537.0, 9506.0, 9513.0, 9546.0, 9508.0, 9537.0, 9503.0, 9506.0, 9562.0, 9490.0, 9533.0, 9486.0, 9504.0, 9542.0, 9502.0, 9533.0, 9515.0, 9506.0, 9559.0, 9488.0, 9530.0, 9501.0, 9506.0, 9528.0, 9487.0, 9532.0, 9500.0, 9507.0, 9543.0, 9504.0, 9532.0, 9485.0, 9504.0, 9540.0, 9486.0, 9532.0, 9523.0, 9501.0, 9537.0, 9482.0, 9514.0, 9505.0, 9496.0, 9526.0, 9477.0, 9483.0, 9539.0, 9479.0, 9507.0, 9492.0, 9481.0, 9508.0, 9484.0, 9506.0, 9541.0, 9491.0, 9534.0, 9493.0, 9523.0, 9556.0, 9507.0, 9549.0, 9502.0, 9495.0, 9544.0, 9506.0, 9534.0, 9504.0, 9510.0, 9560.0, 9508.0, 9551.0, 9506.0, 9524.0, 9546.0, 9509.0, 9548.0, 9489.0, 9526.0, 9576.0, 9506.0, 9544.0, 9473.0, 9518.0, 9542.0, 9501.0, 9545.0, 9498.0, 9517.0, 9509.0, 9487.0, 9528.0, 9497.0, 9555.0, 9524.0, 9509.0, 9545.0, 9493.0, 9547.0, 9488.0, 9518.0, 9501.0, 9506.0, 9546.0, 9507.0, 9553.0, 9506.0, 9525.0, 9535.0, 9512.0, 9553.0, 9506.0, 9507.0, 9558.0, 9509.0, 9539.0, 9505.0, 9524.0, 9532.0, 9513.0, 9569.0, 9525.0, 9528.0, 9561.0, 9524.0, 9551.0, 9509.0, 9527.0, 9538.0, 9528.0, 9566.0, 9496.0, 9539.0, 9507.0, 9527.0, 9564.0, 9493.0, 9535.0, 9501.0, 9521.0, 9574.0, 9505.0, 9549.0, 9487.0, 9523.0, 9579.0, 9495.0, 9549.0, 9489.0, 9534.0, 9504.0, 9507.0, 9544.0, 9502.0, 9540.0, 9540.0, 9505.0, 9558.0, 9490.0, 9533.0, 9489.0, 9507.0, 9542.0, 9501.0, 9532.0, 9483.0, 9509.0, 9562.0, 9504.0, 9534.0, 9486.0, 9508.0, 9560.0, 9506.0, 9529.0, 9489.0, 9528.0, 9565.0, 9508.0, 9552.0, 9506.0, 9540.0, 9520.0, 9511.0, 9551.0, 9508.0, 9535.0, 9526.0, 9506.0, 9560.0, 9487.0, 9535.0, 9487.0, 9505.0, 9542.0, 9489.0, 9535.0, 9526.0, 9487.0, 9539.0, 9485.0, 9515.0, 9483.0, 9501.0, 9541.0, 9485.0, 9518.0, 9482.0, 9502.0, 9540.0, 9489.0, 9515.0, 9484.0, 9506.0, 9541.0, 9504.0, 9527.0, 9487.0, 9518.0, 9516.0, 9507.0, 9546.0, 9490.0, 9588.0, 9525.0, 9523.0, 9509.0, 9509.0, 9560.0, 9499.0, 9530.0, 9482.0, 9505.0, 9544.0, 9503.0, 9536.0, 9499.0, 9504.0, 9542.0, 9499.0, 9525.0, 9467.0, 9499.0, 9504.0, 9480.0, 9536.0, 9481.0, 9492.0, 9460.0, 9480.0, 9518.0, 9476.0, 9505.0, 9459.0, 9478.0, 9515.0, 9479.0, 9506.0, 9465.0, 9495.0, 9477.0, 9498.0, 9521.0, 9480.0, 9528.0, 9485.0, 9486.0, 9493.0, 9500.0, 9525.0, 9486.0, 9513.0, 9481.0, 9502.0, 9545.0, 9505.0, 9541.0, 9483.0, 9514.0, 9485.0, 9487.0, 9539.0, 9502.0, 9541.0, 9485.0, 9513.0, 9504.0, 9496.0, 9540.0, 9482.0, 9513.0, 9480.0, 9501.0, 9540.0, 9499.0, 9513.0, 9482.0, 9513.0, 9560.0, 9506.0, 9528.0, 9491.0, 9522.0, 9491.0, 9508.0, 9547.0, 9504.0, 9560.0, 9521.0, 9523.0, 9562.0, 9512.0, 9552.0, 9507.0, 9521.0, 9542.0, 9504.0, 9546.0, 9490.0, 9545.0, 9551.0, 9526.0, 9565.0, 9507.0, 9538.0, 9505.0, 9525.0, 9563.0, 9510.0, 9550.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.002262574493444577</td></tr>
<tr><td colspan=3>aqi</td><td>0.01931599141835518</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.00205995929594</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2205187081503586</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.028648342482101</td></tr>
<tr><td colspan=3>efc</td><td>0.4695</td></tr>
<tr><td colspan=3>fber</td><td>5420.5176</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07245041990064068</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0727056019070322</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.360774244552992</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.341431671448646</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5365022122523473</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.204388849957981</td></tr>
<tr><td colspan=3>gcor</td><td>0.00908628</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015833307057619095</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01562667265534401</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.968224878851286</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>35.671</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8988</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.6273</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>808.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.9257</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6198</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.2136</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3541.4867</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>942.2285</td></tr>
<tr><td colspan=3>tsnr</td><td>43.8402866916731</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>