<?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-0114_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-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0114/figures/sub-0114_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-0114/figures/sub-0114_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_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-0114/ses-02/func/sub-0114_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>3985a2f44b5419243768cc6c90473279</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>21:24:12.762500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999043, 0.0144687, 0.0412751, -0.0219736, 0.981994, 0.187629]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.093389</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7787, -7153, 352, -150, 17, 117, 58]</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>244.584</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9f367f8-cce1-4f99-b8ab-c9f2a29a089c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680359363555908, -0.0589536651968956, 0.10210645943880081, 113.15240478515625], [-0.03881854563951492, 2.6346187591552734, 0.508561372756958, -110.64530181884766], [0.11073821038007736, -0.5033939480781555, 2.649705410003662, -26.70807456970215], [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': ['212412.762500', '212413.222500', '212413.682500', '212414.142500', '212414.602500', '212415.062500', '212415.522500', '212415.982500', '212416.442500', '212416.902500', '212417.362500', '212417.822500', '212418.282500', '212418.742500', '212419.202500', '212419.662500', '212420.122500', '212420.582500', '212421.042500', '212421.502500', '212421.962500', '212422.422500', '212422.882500', '212423.342500', '212423.802500', '212424.262500', '212424.722500', '212425.182500', '212425.642500', '212426.102500', '212426.562500', '212427.022500', '212427.482500', '212427.942500', '212428.402500', '212428.862500', '212429.322500', '212429.782500', '212430.242500', '212430.702500', '212431.162500', '212431.622500', '212432.082500', '212432.542500', '212433.002500', '212433.462500', '212433.922500', '212434.382500', '212434.842500', '212435.302500', '212435.762500', '212436.222500', '212436.682500', '212437.142500', '212437.602500', '212438.062500', '212438.522500', '212438.982500', '212439.442500', '212439.902500', '212440.362500', '212440.822500', '212441.282500', '212441.742500', '212442.202500', '212442.662500', '212443.122500', '212443.582500', '212444.042500', '212444.502500', '212444.962500', '212445.422500', '212445.882500', '212446.342500', '212446.802500', '212447.262500', '212447.722500', '212448.182500', '212448.642500', '212449.102500', '212449.562500', '212450.022500', '212450.482500', '212450.942500', '212451.402500', '212451.862500', '212452.322500', '212452.782500', '212453.242500', '212453.702500', '212454.162500', '212454.622500', '212455.082500', '212455.542500', '212456.002500', '212456.462500', '212456.922500', '212457.382500', '212457.842500', '212458.302500', '212458.762500', '212459.222500', '212459.682500', '212500.142500', '212500.602500', '212501.062500', '212501.522500', '212501.982500', '212502.442500', '212502.902500', '212503.362500', '212503.822500', '212504.282500', '212504.742500', '212505.202500', '212505.662500', '212506.122500', '212506.582500', '212507.042500', '212507.502500', '212507.962500', '212508.422500', '212508.882500', '212509.342500', '212509.802500', '212510.262500', '212510.722500', '212511.182500', '212511.642500', '212512.102500', '212512.562500', '212513.022500', '212513.482500', '212513.942500', '212514.402500', '212514.862500', '212515.322500', '212515.782500', '212516.242500', '212516.702500', '212517.162500', '212517.622500', '212518.082500', '212518.542500', '212519.002500', '212519.462500', '212519.922500', '212520.382500', '212520.842500', '212521.302500', '212521.762500', '212522.222500', '212522.682500', '212523.142500', '212523.602500', '212524.062500', '212524.522500', '212524.982500', '212525.442500', '212525.902500', '212526.362500', '212526.822500', '212527.282500', '212527.742500', '212528.202500', '212528.662500', '212529.122500', '212529.582500', '212530.042500', '212530.502500', '212530.962500', '212531.422500', '212531.882500', '212532.342500', '212532.802500', '212533.262500', '212533.722500', '212534.182500', '212534.642500', '212535.102500', '212535.562500', '212536.022500', '212536.482500', '212536.942500', '212537.402500', '212537.862500', '212538.322500', '212538.782500', '212539.242500', '212539.702500', '212540.162500', '212540.622500', '212541.082500', '212541.542500', '212542.002500', '212542.462500', '212542.922500', '212543.382500', '212543.842500', '212544.302500', '212544.762500', '212545.222500', '212545.682500', '212546.142500', '212546.602500', '212547.062500', '212547.522500', '212547.982500', '212548.442500', '212548.902500', '212549.362500', '212549.822500', '212550.282500', '212550.742500', '212551.202500', '212551.662500', '212552.122500', '212552.582500', '212553.042500', '212553.502500', '212553.962500', '212554.422500', '212554.882500', '212555.342500', '212555.802500', '212556.262500', '212556.722500', '212557.182500', '212557.642500', '212558.102500', '212558.562500', '212559.022500', '212559.482500', '212559.942500', '212600.402500', '212600.862500', '212601.322500', '212601.782500', '212602.242500', '212602.702500', '212603.162500', '212603.622500', '212604.082500', '212604.542500', '212605.002500', '212605.462500', '212605.922500', '212606.382500', '212606.842500', '212607.302500', '212607.762500', '212608.222500', '212608.682500', '212609.142500', '212609.602500', '212610.062500', '212610.522500', '212610.982500', '212611.442500', '212611.902500', '212612.362500', '212612.822500', '212613.282500', '212613.742500', '212614.202500', '212614.662500', '212615.122500', '212615.582500', '212616.042500', '212616.502500', '212616.962500', '212617.422500', '212617.882500', '212618.342500', '212618.802500', '212619.262500', '212619.722500', '212620.182500', '212620.642500', '212621.102500', '212621.562500', '212622.022500', '212622.482500', '212622.942500', '212623.402500', '212623.862500', '212624.322500', '212624.782500', '212625.242500', '212625.702500', '212626.162500', '212626.622500', '212627.082500', '212627.542500', '212628.002500', '212628.462500', '212628.922500', '212629.382500', '212629.842500', '212630.302500', '212630.762500', '212631.222500', '212631.682500', '212632.142500', '212632.602500', '212633.062500', '212633.522500', '212633.982500', '212634.442500', '212634.902500', '212635.362500', '212635.822500', '212636.282500', '212636.742500', '212637.202500', '212637.662500', '212638.122500', '212638.582500', '212639.042500', '212639.502500', '212639.962500', '212640.422500', '212640.882500', '212641.342500', '212641.802500', '212642.262500', '212642.722500', '212643.182500', '212643.642500', '212644.102500', '212644.562500', '212645.022500', '212645.482500', '212645.942500', '212646.402500', '212646.862500', '212647.322500', '212647.782500', '212648.242500', '212648.702500', '212649.162500', '212649.622500', '212650.082500', '212650.542500', '212651.002500', '212651.462500', '212651.922500', '212652.382500', '212652.842500', '212653.302500', '212653.762500', '212654.222500', '212654.682500', '212655.142500', '212655.602500', '212656.062500', '212656.522500', '212656.982500', '212657.442500', '212657.902500', '212658.362500', '212658.822500', '212659.282500', '212659.742500', '212700.202500', '212700.662500', '212701.122500', '212701.582500', '212702.042500', '212702.502500', '212702.962500', '212703.422500', '212703.882500', '212704.342500', '212704.802500', '212705.262500', '212705.722500', '212706.182500', '212706.642500', '212707.102500', '212707.562500', '212708.022500', '212708.482500', '212708.942500', '212709.402500', '212709.862500', '212710.322500', '212710.782500', '212711.242500', '212711.702500', '212712.162500', '212712.622500', '212713.082500', '212713.542500', '212714.002500', '212714.462500', '212714.922500', '212715.382500', '212715.842500', '212716.302500', '212716.762500', '212717.222500', '212717.682500', '212718.142500', '212718.602500', '212719.062500', '212719.522500', '212719.982500', '212720.442500', '212720.902500', '212721.362500', '212721.822500', '212722.282500', '212722.742500', '212723.202500', '212723.662500', '212724.122500', '212724.582500', '212725.042500', '212725.502500', '212725.962500', '212726.422500', '212726.882500', '212727.342500', '212727.802500', '212728.262500', '212728.722500', '212729.182500', '212729.642500', '212730.102500', '212730.562500', '212731.022500', '212731.482500', '212731.942500', '212732.402500', '212732.862500', '212733.322500', '212733.782500', '212734.242500', '212734.702500', '212735.162500', '212735.622500', '212736.082500', '212736.542500', '212737.002500', '212737.462500', '212737.922500', '212738.382500', '212738.842500', '212739.302500', '212739.762500', '212740.222500', '212740.682500', '212741.142500', '212741.602500', '212742.062500', '212742.522500', '212742.982500', '212743.442500', '212743.902500', '212744.362500', '212744.822500', '212745.282500', '212745.742500', '212746.202500', '212746.662500', '212747.122500', '212747.582500', '212748.042500', '212748.502500', '212748.962500', '212749.422500', '212749.882500', '212750.342500', '212750.802500', '212751.262500', '212751.722500', '212752.182500', '212752.642500', '212753.102500', '212753.562500', '212754.022500', '212754.482500', '212754.942500', '212755.402500', '212755.862500', '212756.322500', '212756.782500', '212757.242500', '212757.702500', '212758.162500', '212758.622500', '212759.082500', '212759.542500', '212800.002500', '212800.462500', '212800.922500', '212801.382500', '212801.842500', '212802.302500', '212802.762500', '212803.222500', '212803.682500', '212804.142500', '212804.602500', '212805.062500', '212805.522500', '212805.982500', '212806.442500', '212806.902500', '212807.362500', '212807.822500', '212808.282500', '212808.742500', '212809.202500', '212809.662500', '212810.122500', '212810.582500', '212811.042500', '212811.502500', '212811.962500', '212812.422500', '212812.882500', '212813.342500', '212813.802500', '212814.262500', '212814.722500', '212815.182500', '212815.642500', '212816.102500', '212816.562500', '212817.022500', '212817.482500', '212817.942500', '212818.402500', '212818.862500', '212819.322500', '212819.782500', '212820.242500', '212820.702500', '212821.162500', '212821.622500', '212822.082500', '212822.542500', '212823.002500', '212823.462500', '212823.922500', '212824.382500', '212824.842500', '212825.302500', '212825.762500', '212826.222500', '212826.682500', '212827.142500', '212827.602500', '212828.062500', '212828.522500', '212828.982500', '212829.442500', '212829.902500', '212830.362500', '212830.822500', '212831.282500', '212831.742500', '212832.202500', '212832.662500', '212833.122500', '212833.582500', '212834.042500', '212834.502500', '212834.962500', '212835.422500', '212835.882500', '212836.342500', '212836.802500', '212837.262500', '212837.722500', '212838.182500', '212838.642500', '212839.102500', '212839.562500', '212840.022500', '212840.482500', '212840.942500', '212841.402500', '212841.862500', '212842.322500', '212842.782500', '212843.242500', '212843.702500', '212844.162500', '212844.622500', '212845.082500', '212845.542500', '212846.002500', '212846.462500', '212846.922500', '212847.382500', '212847.842500', '212848.302500', '212848.762500', '212849.222500', '212849.682500', '212850.142500', '212850.602500', '212851.062500', '212851.522500', '212851.982500', '212852.442500', '212852.902500', '212853.362500', '212853.822500', '212854.282500', '212854.742500', '212855.202500', '212855.662500', '212856.122500', '212856.582500', '212857.042500', '212857.502500', '212857.962500', '212858.422500', '212858.882500', '212859.342500', '212859.802500', '212900.262500', '212900.722500', '212901.182500', '212901.642500', '212902.102500', '212902.562500', '212903.022500', '212903.482500', '212903.942500', '212904.402500', '212904.862500', '212905.322500', '212905.782500', '212906.242500', '212906.702500', '212907.162500', '212907.622500', '212908.082500', '212908.542500', '212909.002500', '212909.462500', '212909.922500', '212910.382500', '212910.842500', '212911.302500', '212911.762500', '212912.222500', '212912.682500', '212913.142500', '212913.602500', '212914.062500', '212914.522500', '212914.982500', '212915.442500', '212915.902500', '212916.362500', '212916.822500', '212917.282500', '212917.742500', '212918.202500', '212918.662500', '212919.122500', '212919.582500', '212920.042500', '212920.502500', '212920.962500', '212921.422500', '212921.882500', '212922.342500', '212922.802500', '212923.262500', '212923.722500', '212924.182500', '212924.642500', '212925.102500', '212925.562500', '212926.022500', '212926.482500', '212926.942500', '212927.402500', '212927.862500', '212928.322500', '212928.782500', '212929.242500', '212929.702500', '212930.162500', '212930.622500', '212931.082500', '212931.542500', '212932.002500', '212932.462500', '212932.922500', '212933.382500', '212933.842500', '212934.302500', '212934.762500', '212935.222500', '212935.682500', '212936.142500', '212936.602500', '212937.062500', '212937.522500', '212937.982500', '212938.442500', '212938.902500', '212939.362500', '212939.822500', '212940.282500', '212940.742500', '212941.202500', '212941.662500', '212942.122500', '212942.582500', '212943.042500', '212943.502500', '212943.962500', '212944.422500', '212944.882500', '212945.342500', '212945.802500', '212946.262500', '212946.722500', '212947.182500', '212947.642500', '212948.102500', '212948.562500', '212949.022500', '212949.482500', '212949.942500', '212950.402500', '212950.862500', '212951.322500', '212951.782500', '212952.242500', '212952.702500', '212953.162500', '212953.622500', '212954.082500', '212954.542500', '212955.002500', '212955.462500', '212955.922500', '212956.382500', '212956.842500', '212957.302500', '212957.762500', '212958.222500', '212958.682500', '212959.142500', '212959.602500', '213000.062500', '213000.522500', '213000.982500', '213001.442500', '213001.902500', '213002.362500', '213002.822500', '213003.282500', '213003.742500', '213004.202500', '213004.662500', '213005.122500', '213005.582500', '213006.042500', '213006.502500', '213006.962500', '213007.422500', '213007.882500', '213008.342500', '213008.802500', '213009.262500', '213009.722500', '213010.182500', '213010.642500', '213011.102500', '213011.562500', '213012.022500', '213012.482500', '213012.942500', '213013.402500', '213013.862500', '213014.322500', '213014.782500', '213015.242500', '213015.702500', '213016.162500', '213016.622500', '213017.082500', '213017.542500', '213018.002500', '213018.462500', '213018.922500', '213019.382500', '213019.842500', '213020.302500', '213020.762500', '213021.222500', '213021.682500', '213022.142500', '213022.602500', '213023.062500', '213023.522500', '213023.982500', '213024.442500', '213024.902500', '213025.362500', '213025.822500', '213026.282500', '213026.742500', '213027.202500', '213027.662500', '213028.122500', '213028.582500', '213029.042500', '213029.502500', '213029.962500', '213030.422500', '213030.882500', '213031.342500', '213031.802500', '213032.262500', '213032.722500', '213033.182500', '213033.642500', '213034.102500', '213034.562500', '213035.022500', '213035.482500', '213035.942500', '213036.402500', '213036.862500', '213037.322500', '213037.782500', '213038.242500'], 'ContentTime': ['212441.667000', '212441.670000', '212441.673000', '212441.676000', '212441.679000', '212441.681000', '212441.684000', '212441.686000', '212441.689000', '212441.692000', '212441.694000', '212441.697000', '212441.699000', '212441.702000', '212441.705000', '212441.707000', '212441.710000', '212441.712000', '212441.722000', '212441.724000', '212441.727000', '212441.730000', '212441.732000', '212441.735000', '212441.737000', '212441.740000', '212441.743000', '212441.746000', '212441.748000', '212441.751000', '212441.753000', '212441.756000', '212441.758000', '212441.761000', '212441.764000', '212441.766000', '212441.769000', '212441.771000', '212441.774000', '212441.777000', '212441.780000', '212441.788000', '212441.790000', '212441.794000', '212441.797000', '212441.799000', '212441.802000', '212441.804000', '212441.807000', '212441.809000', '212441.812000', '212441.815000', '212441.817000', '212441.820000', '212441.822000', '212441.825000', '212441.827000', '212441.830000', '212441.833000', '212501.629000', '212501.632000', '212501.634000', '212501.637000', '212501.639000', '212501.642000', '212501.645000', '212501.647000', '212501.650000', '212501.653000', '212501.660000', '212501.663000', '212501.666000', '212501.668000', '212501.671000', '212501.673000', '212501.676000', '212501.678000', '212501.681000', '212501.683000', '212501.686000', '212501.689000', '212501.691000', '212501.694000', '212501.696000', '212501.699000', '212501.702000', '212501.704000', '212501.707000', '212501.709000', '212501.712000', '212501.715000', '212501.717000', '212501.720000', '212501.722000', '212501.725000', '212501.728000', '212501.730000', '212501.733000', '212501.736000', '212501.738000', '212501.741000', '212501.743000', '212501.746000', '212521.628000', '212521.631000', '212521.633000', '212521.636000', '212521.638000', '212521.641000', '212521.643000', '212521.646000', '212521.648000', '212521.651000', '212521.654000', '212521.656000', '212521.659000', '212521.661000', '212521.664000', '212521.666000', '212521.669000', '212521.671000', '212521.674000', '212521.677000', '212521.679000', '212521.682000', '212521.684000', '212521.687000', '212521.689000', '212521.692000', '212521.694000', '212521.701000', '212521.704000', '212521.707000', '212521.709000', '212521.712000', '212521.723000', '212521.725000', '212521.728000', '212521.731000', '212521.733000', '212521.736000', '212521.738000', '212521.741000', '212521.744000', '212521.746000', '212521.749000', '212541.628000', '212541.631000', '212541.634000', '212541.637000', '212541.639000', '212541.642000', '212541.645000', '212541.647000', '212541.650000', '212541.653000', '212541.655000', '212541.658000', '212541.661000', '212541.663000', '212541.666000', '212541.668000', '212541.671000', '212541.674000', '212541.676000', '212541.679000', '212541.682000', '212541.684000', '212541.687000', '212541.690000', '212541.692000', '212541.695000', '212541.697000', '212541.700000', '212541.703000', '212541.705000', '212541.708000', '212541.711000', '212541.713000', '212541.716000', '212541.719000', '212541.721000', '212541.724000', '212541.726000', '212541.729000', '212541.732000', '212541.735000', '212541.737000', '212541.740000', '212541.742000', '212601.629000', '212601.632000', '212601.634000', '212601.637000', '212601.639000', '212601.642000', '212601.645000', '212601.647000', '212601.650000', '212601.656000', '212601.658000', '212601.661000', '212601.664000', '212601.666000', '212601.669000', '212601.671000', '212601.674000', '212601.677000', '212601.679000', '212601.682000', '212601.684000', '212601.687000', '212601.690000', '212601.692000', '212601.695000', '212601.698000', '212601.700000', '212601.703000', '212601.706000', '212601.708000', '212601.711000', '212601.713000', '212601.716000', '212601.719000', '212601.721000', '212601.724000', '212601.726000', '212601.729000', '212601.732000', '212601.734000', '212601.737000', '212601.739000', '212601.742000', '212621.629000', '212621.631000', '212621.634000', '212621.637000', '212621.639000', '212621.642000', '212621.644000', '212621.647000', '212621.650000', '212621.652000', '212621.655000', '212621.657000', '212621.660000', '212621.662000', '212621.665000', '212621.668000', '212621.670000', '212621.673000', '212621.675000', '212621.678000', '212621.680000', '212621.683000', '212621.686000', '212621.688000', '212621.691000', '212621.693000', '212621.696000', '212621.709000', '212621.711000', '212621.714000', '212621.717000', '212621.720000', '212621.722000', '212621.737000', '212621.740000', '212621.743000', '212621.746000', '212621.749000', '212621.751000', '212621.754000', '212621.757000', '212621.759000', '212621.762000', '212621.765000', '212641.629000', '212641.631000', '212641.634000', '212641.637000', '212641.639000', '212641.642000', '212641.644000', '212641.647000', '212641.650000', '212641.652000', '212641.655000', '212641.657000', '212641.660000', '212641.662000', '212641.665000', '212641.667000', '212641.670000', '212641.673000', '212641.675000', '212641.678000', '212641.681000', '212641.683000', '212641.686000', '212641.688000', '212641.691000', '212641.693000', '212641.696000', '212641.699000', '212641.701000', '212641.704000', '212641.706000', '212641.709000', '212641.712000', '212641.714000', '212641.717000', '212641.719000', '212641.730000', '212641.733000', '212641.735000', '212641.738000', '212641.741000', '212641.743000', '212641.746000', '212701.629000', '212701.633000', '212701.636000', '212701.638000', '212701.641000', '212701.644000', '212701.646000', '212701.649000', '212701.652000', '212701.654000', '212701.657000', '212701.660000', '212701.663000', '212701.665000', '212701.668000', '212701.671000', '212701.674000', '212701.676000', '212701.679000', '212701.682000', '212701.684000', '212701.687000', '212701.690000', '212701.693000', '212701.696000', '212701.698000', '212701.701000', '212701.706000', '212701.708000', '212701.711000', '212701.714000', '212701.716000', '212701.719000', '212701.722000', '212701.725000', '212701.727000', '212701.730000', '212701.733000', '212701.735000', '212701.738000', '212701.740000', '212701.743000', '212701.746000', '212721.628000', '212721.631000', '212721.634000', '212721.637000', '212721.639000', '212721.656000', '212721.658000', '212721.661000', '212721.663000', '212721.666000', '212721.669000', '212721.671000', '212721.674000', '212721.677000', '212721.679000', '212721.682000', '212721.684000', '212721.687000', '212721.689000', '212721.692000', '212721.695000', '212721.697000', '212721.700000', '212721.702000', '212721.705000', '212721.708000', '212721.710000', '212721.713000', '212721.715000', '212721.718000', '212721.721000', '212721.723000', '212721.726000', '212721.729000', '212721.731000', '212721.734000', '212721.737000', '212721.739000', '212721.742000', '212721.745000', '212721.747000', '212721.750000', '212721.752000', '212721.755000', '212741.628000', '212741.631000', '212741.633000', '212741.637000', '212741.639000', '212741.643000', '212741.645000', '212741.648000', '212741.651000', '212741.654000', '212741.656000', '212741.659000', '212741.662000', '212741.665000', '212741.667000', '212741.670000', '212741.673000', '212741.675000', '212741.678000', '212741.681000', '212741.683000', '212741.686000', '212741.689000', '212741.692000', '212741.695000', '212741.697000', '212741.700000', '212741.703000', '212741.705000', '212741.708000', '212741.711000', '212741.714000', '212741.716000', '212741.719000', '212741.722000', '212741.724000', '212741.727000', '212741.730000', '212741.733000', '212741.735000', '212741.738000', '212741.741000', '212741.743000', '212801.628000', '212801.631000', '212801.634000', '212801.637000', '212801.639000', '212801.642000', '212801.644000', '212801.647000', '212801.649000', '212801.652000', '212801.655000', '212801.657000', '212801.660000', '212801.662000', '212801.665000', '212801.668000', '212801.670000', '212801.673000', '212801.676000', '212801.678000', '212801.681000', '212801.683000', '212801.686000', '212801.689000', '212801.691000', '212801.694000', '212801.696000', '212801.699000', '212801.701000', '212801.704000', '212801.706000', '212801.709000', '212801.712000', '212801.714000', '212801.717000', '212801.719000', '212801.722000', '212801.724000', '212801.727000', '212801.730000', '212801.738000', '212801.741000', '212801.744000', '212801.746000', '212821.629000', '212821.631000', '212821.634000', '212821.637000', '212821.639000', '212821.642000', '212821.644000', '212821.647000', '212821.650000', '212821.652000', '212821.655000', '212821.657000', '212821.660000', '212821.662000', '212821.665000', '212821.668000', '212821.670000', '212821.673000', '212821.677000', '212821.680000', '212821.682000', '212821.685000', '212821.688000', '212821.690000', '212821.693000', '212821.696000', '212821.698000', '212821.701000', '212821.703000', '212821.706000', '212821.709000', '212821.711000', '212821.714000', '212821.716000', '212821.719000', '212821.722000', '212821.724000', '212821.727000', '212821.730000', '212821.733000', '212821.735000', '212821.738000', '212821.741000', '212841.629000', '212841.632000', '212841.634000', '212841.637000', '212841.639000', '212841.642000', '212841.645000', '212841.647000', '212841.650000', '212841.652000', '212841.655000', '212841.658000', '212841.660000', '212841.663000', '212841.665000', '212841.668000', '212841.671000', '212841.673000', '212841.676000', '212841.678000', '212841.681000', '212841.684000', '212841.686000', '212841.689000', '212841.692000', '212841.694000', '212841.697000', '212841.699000', '212841.702000', '212841.705000', '212841.720000', '212841.722000', '212841.725000', '212841.727000', '212841.730000', '212841.733000', '212841.735000', '212841.738000', '212841.741000', '212841.743000', '212841.746000', '212841.749000', '212841.751000', '212841.754000', '212901.629000', '212901.632000', '212901.635000', '212901.638000', '212901.641000', '212901.643000', '212901.646000', '212901.649000', '212901.651000', '212901.654000', '212901.657000', '212901.659000', '212901.662000', '212901.665000', '212901.667000', '212901.670000', '212901.673000', '212901.675000', '212901.678000', '212901.680000', '212901.683000', '212901.686000', '212901.688000', '212901.691000', '212901.693000', '212901.696000', '212901.699000', '212901.701000', '212901.704000', '212901.707000', '212901.709000', '212901.712000', '212901.715000', '212901.717000', '212901.720000', '212901.722000', '212901.725000', '212901.727000', '212901.730000', '212901.733000', '212901.735000', '212901.738000', '212901.741000', '212921.628000', '212921.631000', '212921.634000', '212921.637000', '212921.640000', '212921.642000', '212921.645000', '212921.648000', '212921.650000', '212921.653000', '212921.656000', '212921.658000', '212921.661000', '212921.663000', '212921.666000', '212921.669000', '212921.671000', '212921.674000', '212921.676000', '212921.679000', '212921.681000', '212921.684000', '212921.687000', '212921.689000', '212921.692000', '212921.694000', '212921.697000', '212921.699000', '212921.702000', '212921.705000', '212921.707000', '212921.710000', '212921.713000', '212921.715000', '212921.718000', '212921.720000', '212921.723000', '212921.726000', '212921.728000', '212921.731000', '212921.734000', '212921.736000', '212921.739000', '212921.741000', '212941.628000', '212941.631000', '212941.634000', '212941.637000', '212941.639000', '212941.642000', '212941.644000', '212941.647000', '212941.649000', '212941.652000', '212941.655000', '212941.657000', '212941.660000', '212941.662000', '212941.665000', '212941.668000', '212941.670000', '212941.673000', '212941.675000', '212941.678000', '212941.681000', '212941.684000', '212941.687000', '212941.690000', '212941.693000', '212941.695000', '212941.698000', '212941.701000', '212941.703000', '212941.706000', '212941.709000', '212941.712000', '212941.715000', '212941.717000', '212941.720000', '212941.723000', '212941.725000', '212941.728000', '212941.731000', '212941.733000', '212941.736000', '212941.741000', '212941.743000', '213001.628000', '213001.631000', '213001.634000', '213001.636000', '213001.639000', '213001.642000', '213001.644000', '213001.647000', '213001.650000', '213001.652000', '213001.655000', '213001.657000', '213001.660000', '213001.662000', '213001.665000', '213001.667000', '213001.670000', '213001.673000', '213001.675000', '213001.678000', '213001.680000', '213001.683000', '213001.685000', '213001.688000', '213001.691000', '213001.693000', '213001.696000', '213001.699000', '213001.701000', '213001.704000', '213001.706000', '213001.709000', '213001.712000', '213001.714000', '213001.717000', '213001.720000', '213001.722000', '213001.725000', '213001.727000', '213001.730000', '213001.754000', '213001.757000', '213001.760000', '213001.762000', '213021.629000', '213021.632000', '213021.634000', '213021.637000', '213021.640000', '213021.642000', '213021.645000', '213021.647000', '213021.650000', '213021.653000', '213021.655000', '213021.658000', '213021.661000', '213021.663000', '213021.666000', '213021.668000', '213021.671000', '213021.674000', '213021.676000', '213021.679000', '213021.682000', '213021.685000', '213021.687000', '213021.690000', '213021.692000', '213021.695000', '213021.698000', '213021.701000', '213021.703000', '213021.706000', '213021.709000', '213021.711000', '213021.714000', '213021.716000', '213021.719000', '213021.721000', '213021.724000', '213021.727000', '213021.729000', '213021.732000', '213021.735000', '213021.738000', '213021.740000', '213040.085000', '213040.088000', '213040.091000', '213040.094000', '213040.097000', '213040.099000', '213040.102000', '213040.105000', '213040.107000', '213040.110000', '213040.114000', '213040.117000', '213040.119000', '213040.122000', '213040.125000', '213040.128000', '213040.131000', '213040.134000', '213040.137000', '213040.140000', '213040.143000', '213040.145000', '213040.148000', '213040.151000', '213040.155000', '213040.157000', '213040.161000', '213040.164000', '213040.167000', '213040.169000', '213040.172000', '213040.175000', '213040.178000', '213040.181000', '213040.183000', '213040.186000', '213040.189000', '213040.194000', '213040.198000', '213040.200000', '213040.203000'], 'InstanceCreationTime': ['212441.667000', '212441.670000', '212441.673000', '212441.676000', '212441.679000', '212441.681000', '212441.684000', '212441.686000', '212441.689000', '212441.692000', '212441.694000', '212441.697000', '212441.699000', '212441.702000', '212441.705000', '212441.707000', '212441.710000', '212441.712000', '212441.722000', '212441.724000', '212441.727000', '212441.730000', '212441.732000', '212441.735000', '212441.737000', '212441.740000', '212441.743000', '212441.746000', '212441.748000', '212441.751000', '212441.753000', '212441.756000', '212441.758000', '212441.761000', '212441.764000', '212441.766000', '212441.769000', '212441.771000', '212441.774000', '212441.777000', '212441.780000', '212441.788000', '212441.790000', '212441.794000', '212441.797000', '212441.799000', '212441.802000', '212441.804000', '212441.807000', '212441.809000', '212441.812000', '212441.815000', '212441.817000', '212441.820000', '212441.822000', '212441.825000', '212441.827000', '212441.830000', '212441.833000', '212501.629000', '212501.632000', '212501.634000', '212501.637000', '212501.639000', '212501.642000', '212501.645000', '212501.647000', '212501.650000', '212501.653000', '212501.660000', '212501.663000', '212501.666000', '212501.668000', '212501.671000', '212501.673000', '212501.676000', '212501.678000', '212501.681000', '212501.683000', '212501.686000', '212501.689000', '212501.691000', '212501.694000', '212501.696000', '212501.699000', '212501.702000', '212501.704000', '212501.707000', '212501.709000', '212501.712000', '212501.715000', '212501.717000', '212501.720000', '212501.722000', '212501.725000', '212501.728000', '212501.730000', '212501.733000', '212501.736000', '212501.738000', '212501.741000', '212501.743000', '212501.746000', '212521.628000', '212521.631000', '212521.633000', '212521.636000', '212521.638000', '212521.641000', '212521.643000', '212521.646000', '212521.648000', '212521.651000', '212521.654000', '212521.656000', '212521.659000', '212521.661000', '212521.664000', '212521.666000', '212521.669000', '212521.671000', '212521.674000', '212521.677000', '212521.679000', '212521.682000', '212521.684000', '212521.687000', '212521.689000', '212521.692000', '212521.694000', '212521.701000', '212521.704000', '212521.707000', '212521.709000', '212521.712000', '212521.723000', '212521.725000', '212521.728000', '212521.731000', '212521.733000', '212521.736000', '212521.738000', '212521.741000', '212521.744000', '212521.746000', '212521.749000', '212541.628000', '212541.631000', '212541.634000', '212541.637000', '212541.639000', '212541.642000', '212541.645000', '212541.647000', '212541.650000', '212541.653000', '212541.655000', '212541.658000', '212541.661000', '212541.663000', '212541.666000', '212541.668000', '212541.671000', '212541.674000', '212541.676000', '212541.679000', '212541.682000', '212541.684000', '212541.687000', '212541.690000', '212541.692000', '212541.695000', '212541.697000', '212541.700000', '212541.703000', '212541.705000', '212541.708000', '212541.711000', '212541.713000', '212541.716000', '212541.719000', '212541.721000', '212541.724000', '212541.726000', '212541.729000', '212541.732000', '212541.735000', '212541.737000', '212541.740000', '212541.742000', '212601.629000', '212601.632000', '212601.634000', '212601.637000', '212601.639000', '212601.642000', '212601.645000', '212601.647000', '212601.650000', '212601.656000', '212601.658000', '212601.661000', '212601.664000', '212601.666000', '212601.669000', '212601.671000', '212601.674000', '212601.677000', '212601.679000', '212601.682000', '212601.684000', '212601.687000', '212601.690000', '212601.692000', '212601.695000', '212601.698000', '212601.700000', '212601.703000', '212601.706000', '212601.708000', '212601.711000', '212601.713000', '212601.716000', '212601.719000', '212601.721000', '212601.724000', '212601.726000', '212601.729000', '212601.732000', '212601.734000', '212601.737000', '212601.739000', '212601.742000', '212621.629000', '212621.631000', '212621.634000', '212621.637000', '212621.639000', '212621.642000', '212621.644000', '212621.647000', '212621.650000', '212621.652000', '212621.655000', '212621.657000', '212621.660000', '212621.662000', '212621.665000', '212621.668000', '212621.670000', '212621.673000', '212621.675000', '212621.678000', '212621.680000', '212621.683000', '212621.686000', '212621.688000', '212621.691000', '212621.693000', '212621.696000', '212621.709000', '212621.711000', '212621.714000', '212621.717000', '212621.720000', '212621.722000', '212621.737000', '212621.740000', '212621.743000', '212621.746000', '212621.749000', '212621.751000', '212621.754000', '212621.757000', '212621.759000', '212621.762000', '212621.765000', '212641.629000', '212641.631000', '212641.634000', '212641.637000', '212641.639000', '212641.642000', '212641.644000', '212641.647000', '212641.650000', '212641.652000', '212641.655000', '212641.657000', '212641.660000', '212641.662000', '212641.665000', '212641.667000', '212641.670000', '212641.673000', '212641.675000', '212641.678000', '212641.681000', '212641.683000', '212641.686000', '212641.688000', '212641.691000', '212641.693000', '212641.696000', '212641.699000', '212641.701000', '212641.704000', '212641.706000', '212641.709000', '212641.712000', '212641.714000', '212641.717000', '212641.719000', '212641.730000', '212641.733000', '212641.735000', '212641.738000', '212641.741000', '212641.743000', '212641.746000', '212701.629000', '212701.633000', '212701.636000', '212701.638000', '212701.641000', '212701.644000', '212701.646000', '212701.649000', '212701.652000', '212701.654000', '212701.657000', '212701.660000', '212701.663000', '212701.665000', '212701.668000', '212701.671000', '212701.674000', '212701.676000', '212701.679000', '212701.682000', '212701.684000', '212701.687000', '212701.690000', '212701.693000', '212701.696000', '212701.698000', '212701.701000', '212701.706000', '212701.708000', '212701.711000', '212701.714000', '212701.716000', '212701.719000', '212701.722000', '212701.725000', '212701.727000', '212701.730000', '212701.733000', '212701.735000', '212701.738000', '212701.740000', '212701.743000', '212701.746000', '212721.628000', '212721.631000', '212721.634000', '212721.637000', '212721.639000', '212721.656000', '212721.658000', '212721.661000', '212721.663000', '212721.666000', '212721.669000', '212721.671000', '212721.674000', '212721.677000', '212721.679000', '212721.682000', '212721.684000', '212721.687000', '212721.689000', '212721.692000', '212721.695000', '212721.697000', '212721.700000', '212721.702000', '212721.705000', '212721.708000', '212721.710000', '212721.713000', '212721.715000', '212721.718000', '212721.721000', '212721.723000', '212721.726000', '212721.729000', '212721.731000', '212721.734000', '212721.737000', '212721.739000', '212721.742000', '212721.745000', '212721.747000', '212721.750000', '212721.752000', '212721.755000', '212741.628000', '212741.631000', '212741.633000', '212741.637000', '212741.639000', '212741.643000', '212741.645000', '212741.648000', '212741.651000', '212741.654000', '212741.656000', '212741.659000', '212741.662000', '212741.665000', '212741.667000', '212741.670000', '212741.673000', '212741.675000', '212741.678000', '212741.681000', '212741.683000', '212741.686000', '212741.689000', '212741.692000', '212741.695000', '212741.697000', '212741.700000', '212741.703000', '212741.705000', '212741.708000', '212741.711000', '212741.714000', '212741.716000', '212741.719000', '212741.722000', '212741.724000', '212741.727000', '212741.730000', '212741.733000', '212741.735000', '212741.738000', '212741.741000', '212741.743000', '212801.628000', '212801.631000', '212801.634000', '212801.637000', '212801.639000', '212801.642000', '212801.644000', '212801.647000', '212801.649000', '212801.652000', '212801.655000', '212801.657000', '212801.660000', '212801.662000', '212801.665000', '212801.668000', '212801.670000', '212801.673000', '212801.676000', '212801.678000', '212801.681000', '212801.683000', '212801.686000', '212801.689000', '212801.691000', '212801.694000', '212801.696000', '212801.699000', '212801.701000', '212801.704000', '212801.706000', '212801.709000', '212801.712000', '212801.714000', '212801.717000', '212801.719000', '212801.722000', '212801.724000', '212801.727000', '212801.730000', '212801.738000', '212801.741000', '212801.744000', '212801.746000', '212821.629000', '212821.631000', '212821.634000', '212821.637000', '212821.639000', '212821.642000', '212821.644000', '212821.647000', '212821.650000', '212821.652000', '212821.655000', '212821.657000', '212821.660000', '212821.662000', '212821.665000', '212821.668000', '212821.670000', '212821.673000', '212821.677000', '212821.680000', '212821.682000', '212821.685000', '212821.688000', '212821.690000', '212821.693000', '212821.696000', '212821.698000', '212821.701000', '212821.703000', '212821.706000', '212821.709000', '212821.711000', '212821.714000', '212821.716000', '212821.719000', '212821.722000', '212821.724000', '212821.727000', '212821.730000', '212821.733000', '212821.735000', '212821.738000', '212821.741000', '212841.629000', '212841.632000', '212841.634000', '212841.637000', '212841.639000', '212841.642000', '212841.645000', '212841.647000', '212841.650000', '212841.652000', '212841.655000', '212841.658000', '212841.660000', '212841.663000', '212841.665000', '212841.668000', '212841.671000', '212841.673000', '212841.676000', '212841.678000', '212841.681000', '212841.684000', '212841.686000', '212841.689000', '212841.692000', '212841.694000', '212841.697000', '212841.699000', '212841.702000', '212841.705000', '212841.720000', '212841.722000', '212841.725000', '212841.727000', '212841.730000', '212841.733000', '212841.735000', '212841.738000', '212841.741000', '212841.743000', '212841.746000', '212841.749000', '212841.751000', '212841.754000', '212901.629000', '212901.632000', '212901.635000', '212901.638000', '212901.641000', '212901.643000', '212901.646000', '212901.649000', '212901.651000', '212901.654000', '212901.657000', '212901.659000', '212901.662000', '212901.665000', '212901.667000', '212901.670000', '212901.673000', '212901.675000', '212901.678000', '212901.680000', '212901.683000', '212901.686000', '212901.688000', '212901.691000', '212901.693000', '212901.696000', '212901.699000', '212901.701000', '212901.704000', '212901.707000', '212901.709000', '212901.712000', '212901.715000', '212901.717000', '212901.720000', '212901.722000', '212901.725000', '212901.727000', '212901.730000', '212901.733000', '212901.735000', '212901.738000', '212901.741000', '212921.628000', '212921.631000', '212921.634000', '212921.637000', '212921.640000', '212921.642000', '212921.645000', '212921.648000', '212921.650000', '212921.653000', '212921.656000', '212921.658000', '212921.661000', '212921.663000', '212921.666000', '212921.669000', '212921.671000', '212921.674000', '212921.676000', '212921.679000', '212921.681000', '212921.684000', '212921.687000', '212921.689000', '212921.692000', '212921.694000', '212921.697000', '212921.699000', '212921.702000', '212921.705000', '212921.707000', '212921.710000', '212921.713000', '212921.715000', '212921.718000', '212921.720000', '212921.723000', '212921.726000', '212921.728000', '212921.731000', '212921.734000', '212921.736000', '212921.739000', '212921.741000', '212941.628000', '212941.631000', '212941.634000', '212941.637000', '212941.639000', '212941.642000', '212941.644000', '212941.647000', '212941.649000', '212941.652000', '212941.655000', '212941.657000', '212941.660000', '212941.662000', '212941.665000', '212941.668000', '212941.670000', '212941.673000', '212941.675000', '212941.678000', '212941.681000', '212941.684000', '212941.687000', '212941.690000', '212941.693000', '212941.695000', '212941.698000', '212941.701000', '212941.703000', '212941.706000', '212941.709000', '212941.712000', '212941.715000', '212941.717000', '212941.720000', '212941.723000', '212941.725000', '212941.728000', '212941.731000', '212941.733000', '212941.736000', '212941.741000', '212941.743000', '213001.628000', '213001.631000', '213001.634000', '213001.636000', '213001.639000', '213001.642000', '213001.644000', '213001.647000', '213001.650000', '213001.652000', '213001.655000', '213001.657000', '213001.660000', '213001.662000', '213001.665000', '213001.667000', '213001.670000', '213001.673000', '213001.675000', '213001.678000', '213001.680000', '213001.683000', '213001.685000', '213001.688000', '213001.691000', '213001.693000', '213001.696000', '213001.699000', '213001.701000', '213001.704000', '213001.706000', '213001.709000', '213001.712000', '213001.714000', '213001.717000', '213001.720000', '213001.722000', '213001.725000', '213001.727000', '213001.730000', '213001.754000', '213001.757000', '213001.760000', '213001.762000', '213021.629000', '213021.632000', '213021.634000', '213021.637000', '213021.640000', '213021.642000', '213021.645000', '213021.647000', '213021.650000', '213021.653000', '213021.655000', '213021.658000', '213021.661000', '213021.663000', '213021.666000', '213021.668000', '213021.671000', '213021.674000', '213021.676000', '213021.679000', '213021.682000', '213021.685000', '213021.687000', '213021.690000', '213021.692000', '213021.695000', '213021.698000', '213021.701000', '213021.703000', '213021.706000', '213021.709000', '213021.711000', '213021.714000', '213021.716000', '213021.719000', '213021.721000', '213021.724000', '213021.727000', '213021.729000', '213021.732000', '213021.735000', '213021.738000', '213021.740000', '213040.085000', '213040.088000', '213040.091000', '213040.094000', '213040.097000', '213040.099000', '213040.102000', '213040.105000', '213040.107000', '213040.110000', '213040.114000', '213040.117000', '213040.119000', '213040.122000', '213040.125000', '213040.128000', '213040.131000', '213040.134000', '213040.137000', '213040.140000', '213040.143000', '213040.145000', '213040.148000', '213040.151000', '213040.155000', '213040.157000', '213040.161000', '213040.164000', '213040.167000', '213040.169000', '213040.172000', '213040.175000', '213040.178000', '213040.181000', '213040.183000', '213040.186000', '213040.189000', '213040.194000', '213040.198000', '213040.200000', '213040.203000'], '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': [9334, 14748, 11924, 18421, 13090, 9633, 13239, 8351, 14837, 10121, 16475, 10096, 15183, 11712, 16794, 12117, 17946, 12478, 14748, 10974, 15309, 10620, 15826, 11721, 15974, 10887, 14859, 10664, 15973, 11531, 14197, 11711, 13128, 11086, 12048, 11602, 13002, 13761, 9378, 12125, 8912, 12213, 8937, 13868, 9955, 14351, 8795, 15925, 11846, 14446, 9265, 12846, 10327, 13646, 11533, 18959, 11610, 16022, 11611, 16262, 12675, 15488, 11127, 13856, 10467, 14290, 10853, 14035, 10949, 12833, 9546, 11876, 9973, 13142, 11215, 14847, 10894, 11332, 10622, 10613, 11307, 9366, 12563, 9790, 11971, 8905, 12604, 9522, 12563, 9360, 12503, 10509, 13793, 12346, 14723, 11556, 9144, 12028, 9224, 15180, 10020, 15516, 10455, 15538, 12047, 15719, 13533, 16310, 11181, 12996, 11711, 10472, 14408, 9688, 13348, 9262, 13277, 8841, 15404, 11419, 13727, 11119, 15532, 11822, 11248, 12965, 9918, 12832, 9561, 15067, 10514, 13085, 10807, 15204, 11200, 10923, 12574, 8848, 12534, 8908, 15986, 11800, 13847, 10449, 14240, 10944, 10665, 14627, 9291, 13513, 10486, 9984, 13059, 9132, 13594, 8764, 13044, 10295, 15140, 12375, 14133, 10476, 12799, 10038, 15109, 11635, 10063, 11711, 9022, 12420, 8599, 13258, 8824, 13411, 9200, 13542, 9115, 13495, 8754, 14326, 10480, 13863, 10416, 14013, 12268, 14250, 13546, 8973, 14102, 8389, 14137, 9210, 15200, 9993, 15184, 9778, 14766, 10992, 14719, 12302, 14555, 12933, 9705, 13108, 8116, 13965, 9140, 14882, 8856, 14281, 10115, 14645, 11153, 14342, 11849, 12941, 11849, 11932, 12343, 12175, 13778, 8649, 13280, 7653, 12618, 9138, 14600, 9047, 14199, 8892, 14216, 9659, 14496, 11356, 14206, 10742, 13813, 10714, 15257, 12421, 10540, 12705, 8348, 12591, 7937, 14457, 9241, 14709, 9367, 14397, 9464, 14546, 10424, 14539, 10022, 13641, 10011, 14145, 10522, 14804, 11766, 12874, 11741, 12383, 11738, 11686, 12692, 8326, 13153, 9119, 13592, 9660, 15151, 9436, 14361, 10193, 14650, 10902, 15202, 12576, 10278, 13080, 7742, 14164, 9609, 15109, 11012, 14338, 11216, 12621, 12183, 8487, 14710, 10169, 14542, 9841, 14941, 12251, 9540, 12873, 9906, 13630, 10101, 15016, 11840, 14115, 11261, 9394, 13262, 9274, 14855, 9195, 14508, 10447, 16114, 12440, 9097, 12626, 10066, 13495, 9187, 14687, 12091, 12602, 11783, 8685, 13163, 9515, 14464, 9712, 14045, 10605, 14693, 12934, 8607, 13263, 9433, 13715, 11106, 14465, 10664, 9765, 11184, 11427, 13964, 8706, 15870, 11778, 9129, 10036, 7716, 11323, 8010, 12053, 9019, 12432, 9804, 14022, 11321, 14736, 13521, 14675, 15820, 14552, 14743, 14393, 10806, 13248, 8989, 13231, 8577, 14779, 10895, 14362, 10634, 14425, 9108, 14685, 10258, 14280, 10771, 14072, 11107, 12970, 11633, 7852, 14534, 10041, 15503, 9630, 12656, 14446, 10274, 16068, 12083, 11776, 13712, 13810, 14472, 10855, 14211, 8159, 13805, 8926, 15992, 8680, 14494, 8883, 14732, 8612, 15646, 11414, 15026, 11026, 14241, 11719, 14461, 13980, 8604, 13684, 9577, 14571, 9318, 15361, 12386, 9012, 13074, 9380, 14938, 10370, 15382, 10815, 14915, 11812, 15325, 13012, 10755, 14305, 9089, 14799, 8942, 15592, 12652, 14492, 11441, 8595, 13068, 9172, 15887, 9192, 15217, 10625, 13870, 11749, 9192, 13838, 8515, 14511, 9494, 15048, 13345, 13959, 12338, 8084, 14025, 8861, 15017, 8660, 14549, 10623, 14675, 12543, 13042, 14357, 8474, 14220, 9620, 15307, 9636, 15970, 10565, 14586, 11156, 13640, 13008, 10290, 14028, 8998, 13716, 9388, 14844, 11314, 13432, 11748, 8587, 13117, 8792, 15142, 9713, 15291, 11127, 13985, 11983, 12530, 14141, 8128, 14223, 9558, 15214, 11340, 14566, 11035, 12740, 11774, 8373, 15154, 9712, 14797, 9581, 14387, 10777, 12688, 13086, 9560, 14199, 9240, 15182, 11958, 14101, 11340, 12353, 11752, 9002, 14542, 9352, 14307, 8961, 14348, 11313, 13722, 12794, 8622, 13658, 8475, 15192, 12510, 12807, 11793, 8231, 14316, 9424, 14837, 10506, 13214, 11601, 12334, 14047, 8833, 13704, 9911, 13893, 9306, 14955, 11365, 13286, 11656, 10474, 13379, 9148, 14553, 9013, 14831, 10328, 14953, 12205, 9465, 13259, 8636, 15299, 9213, 14210, 10405, 10683, 13102, 8510, 13676, 8731, 14441, 10364, 15306, 13833, 8642, 16337, 12922, 10466, 12825, 8728, 15894, 12906, 14600, 12265, 8209, 13896, 8377, 16159, 9902, 14714, 9464, 14094, 10541, 14779, 12154, 13051, 11800, 10434, 12814, 8566, 14672, 9307, 13834, 9074, 13554, 11161, 8916, 14209, 8988, 13730, 12387, 9269, 14886, 9324, 14892, 11549, 16344, 13154, 8897, 13861, 8834, 15446, 13206, 13078, 12595, 8874, 14324, 10776, 14810, 13485, 8863, 14546, 9880, 14790, 12617, 14280, 11614, 13259, 11078, 13138, 13049, 8594, 13049, 8819, 13573, 9249, 13862, 11386, 9782, 12255, 8284, 13138, 11886, 10434, 15183, 10054, 14223, 9414, 16548, 9544, 15076, 9423, 13884, 9531, 16554, 14628, 17371, 15716, 10924, 18798, 15500, 15446, 16147, 9898, 16521, 12982, 15636, 13574, 15017, 13970, 9016, 14710, 8550, 16299, 10303, 15924, 11020, 16405, 14208, 8804, 15615, 13311, 9451, 15752, 11669, 14733, 11777, 15267, 12743, 15101, 13133, 16075, 13525, 9483, 13397, 8785, 14334, 9011, 16095, 11019, 12314, 13048, 8580, 15989, 11394, 16049, 11473, 16460, 12515, 16052, 11538, 17038, 11647, 15019, 10707, 16005, 10470, 14404, 11887, 11545, 11631, 8179, 13374, 8778, 14610, 10773, 14256, 10229, 13164, 10550, 14508, 11969, 8493, 12418, 8943, 12826, 8869, 15078, 10587, 13620, 10509, 10518, 11799, 9111, 13973, 9885, 13724, 11666, 14439, 14132, 9198, 15183, 11359, 13242, 13521, 8787, 15464, 10252, 14453, 11347, 9139, 14670, 9516, 14443, 9796, 14195, 10728, 16575, 12532, 12723, 11745, 9024, 12081, 9174, 15407, 9612, 14735, 10054, 13560, 11177, 12406, 13359, 9121, 13692, 10102, 14028, 11218, 12604, 13602, 8440, 13683, 9554, 13928, 11631, 13774, 11869, 8237, 13178, 8137, 14410, 12492, 10045, 11982, 8116, 12885, 10635, 17740, 11979, 8509, 12590, 8328, 15526], 'WindowCenter': [4620.0, 4656.0, 4623.0, 4659.0, 4617.0, 4574.0, 4603.0, 4554.0, 4588.0, 4556.0, 4598.0, 4557.0, 4596.0, 4577.0, 4620.0, 4589.0, 4607.0, 4577.0, 4585.0, 4566.0, 4593.0, 4568.0, 4609.0, 4579.0, 4606.0, 4567.0, 4595.0, 4569.0, 4621.0, 4580.0, 4598.0, 4590.0, 4586.0, 4568.0, 4588.0, 4591.0, 4599.0, 4602.0, 4559.0, 4590.0, 4548.0, 4616.0, 4574.0, 4612.0, 4571.0, 4609.0, 4551.0, 4610.0, 4591.0, 4597.0, 4559.0, 4587.0, 4570.0, 4598.0, 4591.0, 4630.0, 4591.0, 4621.0, 4591.0, 4608.0, 4587.0, 4585.0, 4554.0, 4571.0, 4541.0, 4570.0, 4541.0, 4572.0, 4552.0, 4558.0, 4530.0, 4548.0, 4540.0, 4571.0, 4563.0, 4580.0, 4551.0, 4549.0, 4551.0, 4564.0, 4564.0, 4543.0, 4576.0, 4543.0, 4575.0, 4563.0, 4589.0, 4558.0, 4587.0, 4546.0, 4576.0, 4569.0, 4612.0, 4602.0, 4610.0, 4580.0, 4559.0, 4601.0, 4574.0, 4623.0, 4571.0, 4611.0, 4581.0, 4611.0, 4592.0, 4610.0, 4603.0, 4608.0, 4568.0, 4586.0, 4590.0, 4582.0, 4610.0, 4558.0, 4588.0, 4547.0, 4599.0, 4573.0, 4610.0, 4580.0, 4598.0, 4579.0, 4632.0, 4603.0, 4581.0, 4600.0, 4558.0, 4601.0, 4572.0, 4612.0, 4594.0, 4602.0, 4593.0, 4634.0, 4593.0, 4595.0, 4603.0, 4550.0, 4590.0, 4562.0, 4612.0, 4592.0, 4599.0, 4570.0, 4611.0, 4592.0, 4581.0, 4624.0, 4561.0, 4600.0, 4594.0, 4596.0, 4616.0, 4585.0, 4613.0, 4552.0, 4613.0, 4585.0, 4612.0, 4603.0, 4599.0, 4568.0, 4587.0, 4571.0, 4598.0, 4580.0, 4555.0, 4565.0, 4533.0, 4587.0, 4547.0, 4586.0, 4533.0, 4574.0, 4533.0, 4573.0, 4546.0, 4586.0, 4536.0, 4595.0, 4566.0, 4585.0, 4566.0, 4598.0, 4590.0, 4598.0, 4600.0, 4547.0, 4597.0, 4526.0, 4598.0, 4561.0, 4608.0, 4558.0, 4596.0, 4556.0, 4596.0, 4581.0, 4610.0, 4589.0, 4597.0, 4589.0, 4546.0, 4588.0, 4540.0, 4598.0, 4558.0, 4608.0, 4547.0, 4597.0, 4570.0, 4623.0, 4593.0, 4609.0, 4591.0, 4588.0, 4579.0, 4578.0, 4590.0, 4589.0, 4599.0, 4536.0, 4587.0, 4527.0, 4600.0, 4570.0, 4609.0, 4549.0, 4599.0, 4549.0, 4610.0, 4573.0, 4609.0, 4592.0, 4599.0, 4581.0, 4599.0, 4582.0, 4621.0, 4602.0, 4569.0, 4590.0, 4538.0, 4601.0, 4552.0, 4610.0, 4559.0, 4600.0, 4548.0, 4598.0, 4570.0, 4599.0, 4568.0, 4598.0, 4558.0, 4586.0, 4557.0, 4609.0, 4569.0, 4598.0, 4590.0, 4587.0, 4578.0, 4589.0, 4591.0, 4578.0, 4591.0, 4539.0, 4589.0, 4548.0, 4612.0, 4572.0, 4610.0, 4560.0, 4599.0, 4570.0, 4612.0, 4582.0, 4610.0, 4603.0, 4569.0, 4589.0, 4529.0, 4624.0, 4572.0, 4611.0, 4580.0, 4598.0, 4578.0, 4591.0, 4589.0, 4550.0, 4611.0, 4558.0, 4597.0, 4571.0, 4610.0, 4591.0, 4559.0, 4588.0, 4558.0, 4602.0, 4572.0, 4611.0, 4593.0, 4599.0, 4580.0, 4573.0, 4601.0, 4561.0, 4600.0, 4548.0, 4598.0, 4569.0, 4607.0, 4591.0, 4538.0, 4577.0, 4556.0, 4600.0, 4560.0, 4610.0, 4591.0, 4576.0, 4577.0, 4550.0, 4588.0, 4559.0, 4597.0, 4546.0, 4598.0, 4581.0, 4610.0, 4604.0, 4536.0, 4588.0, 4562.0, 4589.0, 4570.0, 4587.0, 4584.0, 4571.0, 4591.0, 4578.0, 4597.0, 4535.0, 4594.0, 4589.0, 4558.0, 4567.0, 4538.0, 4579.0, 4536.0, 4588.0, 4547.0, 4589.0, 4571.0, 4601.0, 4554.0, 4583.0, 4559.0, 4571.0, 4567.0, 4558.0, 4556.0, 4557.0, 4525.0, 4544.0, 4491.0, 4533.0, 4493.0, 4553.0, 4523.0, 4553.0, 4524.0, 4566.0, 4519.0, 4567.0, 4539.0, 4567.0, 4551.0, 4583.0, 4563.0, 4571.0, 4565.0, 4526.0, 4609.0, 4557.0, 4596.0, 4558.0, 4603.0, 4611.0, 4582.0, 4621.0, 4602.0, 4591.0, 4614.0, 4614.0, 4613.0, 4569.0, 4599.0, 4528.0, 4613.0, 4561.0, 4621.0, 4537.0, 4586.0, 4535.0, 4609.0, 4562.0, 4610.0, 4580.0, 4597.0, 4568.0, 4598.0, 4602.0, 4610.0, 4612.0, 4538.0, 4598.0, 4558.0, 4623.0, 4573.0, 4622.0, 4601.0, 4550.0, 4600.0, 4574.0, 4622.0, 4583.0, 4611.0, 4570.0, 4598.0, 4580.0, 4623.0, 4601.0, 4569.0, 4598.0, 4536.0, 4597.0, 4563.0, 4609.0, 4601.0, 4596.0, 4567.0, 4536.0, 4601.0, 4561.0, 4621.0, 4559.0, 4598.0, 4568.0, 4612.0, 4591.0, 4561.0, 4600.0, 4549.0, 4600.0, 4585.0, 4612.0, 4616.0, 4601.0, 4591.0, 4541.0, 4602.0, 4550.0, 4611.0, 4538.0, 4588.0, 4568.0, 4612.0, 4591.0, 4590.0, 4599.0, 4527.0, 4587.0, 4560.0, 4610.0, 4558.0, 4598.0, 4557.0, 4585.0, 4568.0, 4599.0, 4589.0, 4559.0, 4588.0, 4537.0, 4587.0, 4549.0, 4611.0, 4582.0, 4600.0, 4591.0, 4549.0, 4602.0, 4564.0, 4623.0, 4573.0, 4611.0, 4582.0, 4615.0, 4605.0, 4604.0, 4613.0, 4529.0, 4599.0, 4572.0, 4612.0, 4583.0, 4600.0, 4581.0, 4589.0, 4593.0, 4552.0, 4623.0, 4561.0, 4610.0, 4571.0, 4612.0, 4594.0, 4604.0, 4603.0, 4561.0, 4611.0, 4576.0, 4624.0, 4595.0, 4602.0, 4582.0, 4590.0, 4604.0, 4562.0, 4614.0, 4561.0, 4600.0, 4562.0, 4614.0, 4593.0, 4612.0, 4601.0, 4550.0, 4612.0, 4565.0, 4612.0, 4604.0, 4590.0, 4580.0, 4552.0, 4612.0, 4562.0, 4601.0, 4570.0, 4589.0, 4592.0, 4590.0, 4601.0, 4537.0, 4587.0, 4545.0, 4599.0, 4560.0, 4599.0, 4578.0, 4586.0, 4578.0, 4579.0, 4599.0, 4558.0, 4597.0, 4547.0, 4608.0, 4569.0, 4598.0, 4579.0, 4560.0, 4601.0, 4551.0, 4611.0, 4559.0, 4598.0, 4581.0, 4581.0, 4602.0, 4549.0, 4589.0, 4549.0, 4610.0, 4585.0, 4613.0, 4613.0, 4564.0, 4624.0, 4593.0, 4570.0, 4589.0, 4565.0, 4622.0, 4604.0, 4600.0, 4590.0, 4539.0, 4612.0, 4552.0, 4623.0, 4560.0, 4598.0, 4558.0, 4600.0, 4570.0, 4610.0, 4580.0, 4576.0, 4577.0, 4569.0, 4600.0, 4547.0, 4600.0, 4546.0, 4586.0, 4547.0, 4588.0, 4580.0, 4550.0, 4612.0, 4562.0, 4625.0, 4605.0, 4573.0, 4612.0, 4560.0, 4613.0, 4593.0, 4625.0, 4592.0, 4538.0, 4587.0, 4551.0, 4599.0, 4591.0, 4589.0, 4578.0, 4536.0, 4598.0, 4569.0, 4598.0, 4588.0, 4548.0, 4597.0, 4572.0, 4598.0, 4578.0, 4584.0, 4565.0, 4574.0, 4566.0, 4574.0, 4576.0, 4524.0, 4573.0, 4533.0, 4574.0, 4559.0, 4598.0, 4580.0, 4571.0, 4578.0, 4526.0, 4574.0, 4576.0, 4556.0, 4609.0, 4559.0, 4599.0, 4564.0, 4623.0, 4561.0, 4612.0, 4562.0, 4590.0, 4559.0, 4610.0, 4599.0, 4608.0, 4598.0, 4557.0, 4610.0, 4573.0, 4559.0, 4559.0, 4506.0, 4556.0, 4534.0, 4542.0, 4533.0, 4540.0, 4531.0, 4480.0, 4541.0, 4481.0, 4551.0, 4511.0, 4563.0, 4539.0, 4567.0, 4558.0, 4508.0, 4578.0, 4584.0, 4546.0, 4595.0, 4566.0, 4583.0, 4564.0, 4582.0, 4575.0, 4609.0, 4588.0, 4597.0, 4576.0, 4533.0, 4574.0, 4536.0, 4610.0, 4549.0, 4609.0, 4569.0, 4589.0, 4600.0, 4562.0, 4623.0, 4594.0, 4623.0, 4582.0, 4611.0, 4591.0, 4625.0, 4583.0, 4622.0, 4579.0, 4597.0, 4557.0, 4611.0, 4569.0, 4586.0, 4577.0, 4564.0, 4564.0, 4525.0, 4586.0, 4551.0, 4609.0, 4580.0, 4598.0, 4569.0, 4599.0, 4583.0, 4610.0, 4590.0, 4538.0, 4578.0, 4548.0, 4589.0, 4562.0, 4612.0, 4569.0, 4589.0, 4569.0, 4582.0, 4592.0, 4562.0, 4611.0, 4572.0, 4615.0, 4594.0, 4613.0, 4615.0, 4578.0, 4626.0, 4596.0, 4603.0, 4603.0, 4564.0, 4627.0, 4574.0, 4611.0, 4583.0, 4574.0, 4614.0, 4572.0, 4612.0, 4572.0, 4612.0, 4596.0, 4633.0, 4604.0, 4589.0, 4580.0, 4549.0, 4579.0, 4547.0, 4598.0, 4547.0, 4597.0, 4546.0, 4587.0, 4568.0, 4587.0, 4587.0, 4548.0, 4587.0, 4557.0, 4598.0, 4580.0, 4588.0, 4599.0, 4527.0, 4588.0, 4547.0, 4599.0, 4579.0, 4587.0, 4566.0, 4525.0, 4586.0, 4542.0, 4597.0, 4592.0, 4558.0, 4578.0, 4527.0, 4588.0, 4570.0, 4619.0, 4579.0, 4538.0, 4588.0, 4551.0, 4609.0], 'WindowWidth': [10152.0, 10192.0, 10140.0, 10185.0, 10119.0, 10054.0, 10093.0, 10026.0, 10062.0, 10014.0, 10080.0, 10018.0, 10071.0, 10047.0, 10115.0, 10069.0, 10092.0, 10049.0, 10054.0, 10032.0, 10064.0, 10037.0, 10096.0, 10057.0, 10087.0, 10037.0, 10070.0, 10043.0, 10116.0, 10058.0, 10079.0, 10072.0, 10058.0, 10037.0, 10066.0, 10074.0, 10081.0, 10093.0, 10027.0, 10071.0, 10011.0, 10118.0, 10057.0, 10106.0, 10046.0, 10098.0, 10019.0, 10100.0, 10074.0, 10076.0, 10026.0, 10061.0, 10044.0, 10080.0, 10075.0, 10129.0, 10074.0, 10116.0, 10076.0, 10095.0, 10063.0, 10057.0, 10011.0, 10030.0, 9989.0, 10027.0, 9990.0, 10035.0, 10006.0, 10009.0, 9974.0, 9993.0, 9989.0, 10033.0, 10025.0, 10039.0, 10004.0, 9997.0, 10004.0, 10026.0, 10027.0, 9997.0, 10046.0, 9995.0, 10044.0, 10042.0, 10070.0, 10024.0, 10062.0, 10005.0, 10047.0, 10042.0, 10106.0, 10093.0, 10098.0, 10058.0, 10029.0, 10089.0, 10058.0, 10122.0, 10047.0, 10102.0, 10061.0, 10102.0, 10078.0, 10099.0, 10095.0, 10095.0, 10039.0, 10059.0, 10071.0, 10064.0, 10098.0, 10025.0, 10067.0, 10006.0, 10082.0, 10055.0, 10099.0, 10057.0, 10078.0, 10056.0, 10135.0, 10094.0, 10060.0, 10084.0, 10022.0, 10087.0, 10050.0, 10106.0, 10084.0, 10091.0, 10080.0, 10139.0, 10081.0, 10086.0, 10092.0, 10017.0, 10069.0, 10036.0, 10104.0, 10077.0, 10083.0, 10042.0, 10101.0, 10079.0, 10061.0, 10126.0, 10034.0, 10087.0, 10084.0, 10093.0, 10118.0, 10075.0, 10109.0, 10022.0, 10110.0, 10075.0, 10104.0, 10096.0, 10083.0, 10039.0, 10063.0, 10048.0, 10080.0, 10059.0, 10015.0, 10027.0, 9981.0, 10063.0, 10010.0, 10058.0, 9983.0, 10041.0, 9980.0, 10036.0, 10004.0, 10061.0, 9993.0, 10071.0, 10032.0, 10056.0, 10032.0, 10079.0, 10072.0, 10078.0, 10086.0, 10008.0, 10073.0, 9975.0, 10079.0, 10035.0, 10094.0, 10026.0, 10074.0, 10019.0, 10072.0, 10061.0, 10100.0, 10068.0, 10076.0, 10068.0, 10003.0, 10066.0, 10005.0, 10080.0, 10024.0, 10093.0, 10008.0, 10074.0, 10045.0, 10121.0, 10081.0, 10097.0, 10076.0, 10064.0, 10052.0, 10050.0, 10070.0, 10067.0, 10082.0, 9992.0, 10060.0, 9979.0, 10086.0, 10046.0, 10097.0, 10015.0, 10082.0, 10013.0, 10100.0, 10054.0, 10096.0, 10077.0, 10081.0, 10060.0, 10082.0, 10066.0, 10115.0, 10089.0, 10040.0, 10069.0, 9998.0, 10088.0, 10025.0, 10100.0, 10026.0, 10084.0, 10010.0, 10078.0, 10044.0, 10082.0, 10039.0, 10078.0, 10023.0, 10057.0, 10023.0, 10094.0, 10041.0, 10078.0, 10071.0, 10062.0, 10052.0, 10068.0, 10075.0, 10052.0, 10073.0, 10001.0, 10067.0, 10011.0, 10103.0, 10049.0, 10098.0, 10031.0, 10082.0, 10044.0, 10103.0, 10066.0, 10100.0, 10093.0, 10041.0, 10068.0, 9987.0, 10126.0, 10051.0, 10106.0, 10058.0, 10078.0, 10052.0, 10076.0, 10067.0, 10017.0, 10102.0, 10021.0, 10076.0, 10046.0, 10097.0, 10073.0, 10025.0, 10065.0, 10023.0, 10090.0, 10048.0, 10101.0, 10079.0, 10080.0, 10056.0, 10053.0, 10086.0, 10032.0, 10085.0, 10008.0, 10078.0, 10040.0, 10090.0, 10073.0, 9993.0, 10045.0, 10017.0, 10084.0, 10032.0, 10098.0, 10074.0, 10046.0, 10049.0, 10019.0, 10064.0, 10025.0, 10076.0, 10003.0, 10079.0, 10061.0, 10098.0, 10096.0, 9991.0, 10064.0, 10033.0, 10065.0, 10043.0, 10061.0, 10072.0, 10051.0, 10079.0, 10052.0, 10080.0, 9991.0, 10068.0, 10073.0, 10028.0, 10037.0, 9999.0, 10057.0, 9995.0, 10068.0, 10010.0, 10070.0, 10049.0, 10089.0, 10010.0, 10050.0, 10009.0, 10029.0, 10017.0, 10007.0, 9998.0, 10003.0, 9953.0, 9979.0, 9903.0, 9963.0, 9909.0, 9993.0, 9950.0, 9993.0, 9953.0, 10015.0, 9956.0, 10018.0, 9982.0, 10017.0, 10002.0, 10050.0, 10025.0, 10030.0, 10029.0, 9978.0, 10097.0, 10019.0, 10073.0, 10025.0, 10097.0, 10103.0, 10063.0, 10117.0, 10091.0, 10072.0, 10108.0, 10111.0, 10110.0, 10040.0, 10080.0, 9982.0, 10108.0, 10035.0, 10119.0, 9993.0, 10059.0, 9988.0, 10095.0, 10037.0, 10100.0, 10059.0, 10076.0, 10039.0, 10080.0, 10093.0, 10100.0, 10107.0, 9997.0, 10077.0, 10025.0, 10124.0, 10054.0, 10120.0, 10089.0, 10017.0, 10084.0, 10057.0, 10121.0, 10068.0, 10103.0, 10043.0, 10077.0, 10057.0, 10122.0, 10087.0, 10039.0, 10078.0, 9989.0, 10074.0, 10039.0, 10095.0, 10088.0, 10074.0, 10034.0, 9992.0, 10089.0, 10032.0, 10115.0, 10027.0, 10075.0, 10037.0, 10103.0, 10073.0, 10033.0, 10084.0, 10012.0, 10083.0, 10072.0, 10103.0, 10118.0, 10087.0, 10071.0, 10004.0, 10088.0, 10015.0, 10102.0, 9994.0, 10061.0, 10036.0, 10102.0, 10072.0, 10068.0, 10078.0, 9977.0, 10058.0, 10028.0, 10095.0, 10021.0, 10076.0, 10019.0, 10054.0, 10033.0, 10079.0, 10064.0, 10024.0, 10062.0, 9991.0, 10059.0, 10010.0, 10098.0, 10063.0, 10082.0, 10070.0, 10013.0, 10089.0, 10042.0, 10121.0, 10051.0, 10100.0, 10060.0, 10112.0, 10097.0, 10095.0, 10106.0, 9985.0, 10080.0, 10047.0, 10104.0, 10066.0, 10085.0, 10058.0, 10066.0, 10078.0, 10021.0, 10122.0, 10030.0, 10097.0, 10045.0, 10105.0, 10082.0, 10095.0, 10092.0, 10031.0, 10099.0, 10062.0, 10125.0, 10086.0, 10090.0, 10061.0, 10070.0, 10094.0, 10037.0, 10110.0, 10030.0, 10083.0, 10036.0, 10109.0, 10080.0, 10103.0, 10086.0, 10014.0, 10103.0, 10047.0, 10106.0, 10097.0, 10071.0, 10055.0, 10023.0, 10102.0, 10035.0, 10089.0, 10040.0, 10065.0, 10078.0, 10069.0, 10087.0, 9992.0, 10058.0, 10000.0, 10081.0, 10029.0, 10080.0, 10049.0, 10057.0, 10049.0, 10056.0, 10081.0, 10024.0, 10075.0, 10005.0, 10092.0, 10042.0, 10077.0, 10051.0, 10029.0, 10087.0, 10017.0, 10102.0, 10027.0, 10076.0, 10061.0, 10061.0, 10091.0, 10012.0, 10065.0, 10012.0, 10097.0, 10071.0, 10104.0, 10106.0, 10042.0, 10126.0, 10077.0, 10041.0, 10067.0, 10043.0, 10117.0, 10097.0, 10084.0, 10068.0, 9998.0, 10102.0, 10021.0, 10123.0, 10029.0, 10076.0, 10022.0, 10082.0, 10044.0, 10097.0, 10055.0, 10044.0, 10045.0, 10041.0, 10084.0, 10008.0, 10085.0, 10002.0, 10057.0, 10006.0, 10063.0, 10059.0, 10016.0, 10103.0, 10036.0, 10130.0, 10099.0, 10051.0, 10105.0, 10029.0, 10106.0, 10079.0, 10127.0, 10075.0, 9993.0, 10060.0, 10016.0, 10082.0, 10073.0, 10064.0, 10049.0, 9988.0, 10077.0, 10038.0, 10077.0, 10064.0, 10007.0, 10075.0, 10050.0, 10079.0, 10052.0, 10051.0, 10024.0, 10034.0, 10029.0, 10038.0, 10043.0, 9967.0, 10034.0, 9981.0, 10037.0, 10030.0, 10078.0, 10057.0, 10050.0, 10051.0, 9976.0, 10037.0, 10042.0, 10016.0, 10095.0, 10026.0, 10082.0, 10043.0, 10122.0, 10034.0, 10104.0, 10036.0, 10067.0, 10025.0, 10095.0, 10079.0, 10092.0, 10077.0, 10018.0, 10104.0, 10039.0, 10006.0, 10011.0, 9927.0, 10002.0, 9965.0, 9977.0, 9962.0, 9968.0, 9956.0, 9884.0, 9968.0, 9887.0, 9985.0, 9931.0, 10005.0, 9983.0, 10015.0, 10007.0, 9939.0, 10035.0, 10053.0, 10004.0, 10067.0, 10031.0, 10048.0, 10025.0, 10045.0, 10040.0, 10094.0, 10063.0, 10077.0, 10044.0, 9980.0, 10036.0, 9990.0, 10098.0, 10015.0, 10095.0, 10041.0, 10067.0, 10083.0, 10037.0, 10121.0, 10082.0, 10120.0, 10063.0, 10099.0, 10072.0, 10128.0, 10066.0, 10122.0, 10053.0, 10075.0, 10021.0, 10102.0, 10040.0, 10058.0, 10048.0, 10024.0, 10025.0, 9973.0, 10058.0, 10019.0, 10095.0, 10057.0, 10078.0, 10041.0, 10082.0, 10067.0, 10097.0, 10070.0, 9994.0, 10049.0, 10008.0, 10066.0, 10034.0, 10102.0, 10040.0, 10065.0, 10039.0, 10062.0, 10076.0, 10036.0, 10101.0, 10048.0, 10112.0, 10083.0, 10107.0, 10113.0, 10066.0, 10130.0, 10086.0, 10092.0, 10093.0, 10041.0, 10135.0, 10054.0, 10101.0, 10064.0, 10057.0, 10112.0, 10050.0, 10104.0, 10050.0, 10105.0, 10090.0, 10138.0, 10098.0, 10066.0, 10054.0, 10012.0, 10052.0, 10006.0, 10078.0, 10007.0, 10075.0, 10005.0, 10062.0, 10036.0, 10063.0, 10063.0, 10008.0, 10062.0, 10021.0, 10078.0, 10058.0, 10063.0, 10083.0, 9979.0, 10064.0, 10006.0, 10083.0, 10056.0, 10061.0, 10033.0, 9975.0, 10058.0, 10010.0, 10077.0, 10078.0, 10023.0, 10050.0, 9978.0, 10064.0, 10041.0, 10109.0, 10052.0, 9995.0, 10064.0, 10019.0, 10094.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.0043239401197604785</td></tr>
<tr><td colspan=3>aqi</td><td>0.031310966946107785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.20437546131893</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3431990665347728</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0815202842565963</td></tr>
<tr><td colspan=3>efc</td><td>0.4899</td></tr>
<tr><td colspan=3>fber</td><td>5959.6821</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13217407669486417</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.730538922155688</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4519568600275723</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.324338399128909</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6501914822690567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3813406986847507</td></tr>
<tr><td colspan=3>gcor</td><td>0.0193517</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022068634629249573</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035435572266578674</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.118521377787792</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>22.6769</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.8435</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.3751</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>294381.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>872.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.5038</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0374</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.8117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3761.5495</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1493.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.3065</td></tr>
<tr><td colspan=3>tsnr</td><td>36.60114343650639</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>