<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-02/func/sub-0133_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>e058e3cf22c0e2f3856a46b22ff442b7</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:56:35.845000</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.999707, -0.00672364, -0.0232434, 0.00767736, 0.999122, 0.0411894]</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.104112</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4208, -7788, -7235, 173, -133, -94, -23, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>278.058</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3c06a0be-bd33-4a2f-a5cc-df8bd3d5dfd7||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.6821413040161133, 0.02059779316186905, -0.061954233795404434, 114.10824584960938], [0.018039021641016006, 2.6805708408355713, 0.11166060715913773, -100.0685806274414], [-0.0623602494597435, -0.11050812900066376, 2.6969785690307617, -69.40123748779297], [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': ['215635.845000', '215636.305000', '215636.765000', '215637.225000', '215637.685000', '215638.145000', '215638.605000', '215639.065000', '215639.525000', '215639.985000', '215640.445000', '215640.905000', '215641.365000', '215641.825000', '215642.285000', '215642.745000', '215643.205000', '215643.665000', '215644.125000', '215644.585000', '215645.045000', '215645.505000', '215645.965000', '215646.425000', '215646.885000', '215647.345000', '215647.805000', '215648.265000', '215648.725000', '215649.185000', '215649.645000', '215650.105000', '215650.565000', '215651.025000', '215651.485000', '215651.945000', '215652.405000', '215652.865000', '215653.325000', '215653.785000', '215654.245000', '215654.705000', '215655.165000', '215655.625000', '215656.085000', '215656.545000', '215657.005000', '215657.465000', '215657.925000', '215658.385000', '215658.845000', '215659.305000', '215659.765000', '215700.225000', '215700.685000', '215701.145000', '215701.605000', '215702.065000', '215702.525000', '215702.985000', '215703.445000', '215703.905000', '215704.365000', '215704.825000', '215705.285000', '215705.745000', '215706.205000', '215706.665000', '215707.125000', '215707.585000', '215708.045000', '215708.505000', '215708.965000', '215709.425000', '215709.885000', '215710.345000', '215710.805000', '215711.265000', '215711.725000', '215712.185000', '215712.645000', '215713.105000', '215713.565000', '215714.025000', '215714.485000', '215714.945000', '215715.405000', '215715.865000', '215716.325000', '215716.785000', '215717.245000', '215717.705000', '215718.165000', '215718.625000', '215719.085000', '215719.545000', '215720.005000', '215720.465000', '215720.925000', '215721.385000', '215721.845000', '215722.305000', '215722.765000', '215723.225000', '215723.685000', '215724.145000', '215724.605000', '215725.065000', '215725.525000', '215725.985000', '215726.445000', '215726.905000', '215727.365000', '215727.825000', '215728.285000', '215728.745000', '215729.205000', '215729.665000', '215730.125000', '215730.585000', '215731.045000', '215731.505000', '215731.965000', '215732.425000', '215732.885000', '215733.345000', '215733.805000', '215734.265000', '215734.725000', '215735.185000', '215735.645000', '215736.105000', '215736.565000', '215737.025000', '215737.485000', '215737.945000', '215738.405000', '215738.865000', '215739.325000', '215739.785000', '215740.245000', '215740.705000', '215741.165000', '215741.625000', '215742.085000', '215742.545000', '215743.005000', '215743.465000', '215743.925000', '215744.385000', '215744.845000', '215745.305000', '215745.765000', '215746.225000', '215746.685000', '215747.145000', '215747.605000', '215748.065000', '215748.525000', '215748.985000', '215749.445000', '215749.905000', '215750.365000', '215750.825000', '215751.285000', '215751.745000', '215752.205000', '215752.665000', '215753.125000', '215753.585000', '215754.045000', '215754.505000', '215754.965000', '215755.425000', '215755.885000', '215756.345000', '215756.805000', '215757.265000', '215757.725000', '215758.185000', '215758.645000', '215759.105000', '215759.565000', '215800.025000', '215800.485000', '215800.945000', '215801.405000', '215801.865000', '215802.325000', '215802.785000', '215803.245000', '215803.705000', '215804.165000', '215804.625000', '215805.085000', '215805.545000', '215806.005000', '215806.465000', '215806.925000', '215807.385000', '215807.845000', '215808.305000', '215808.765000', '215809.225000', '215809.685000', '215810.145000', '215810.605000', '215811.065000', '215811.525000', '215811.985000', '215812.445000', '215812.905000', '215813.365000', '215813.825000', '215814.285000', '215814.745000', '215815.205000', '215815.665000', '215816.125000', '215816.585000', '215817.045000', '215817.505000', '215817.965000', '215818.425000', '215818.885000', '215819.345000', '215819.805000', '215820.265000', '215820.725000', '215821.185000', '215821.645000', '215822.105000', '215822.565000', '215823.025000', '215823.485000', '215823.945000', '215824.405000', '215824.865000', '215825.325000', '215825.785000', '215826.245000', '215826.705000', '215827.165000', '215827.625000', '215828.085000', '215828.545000', '215829.005000', '215829.465000', '215829.925000', '215830.385000', '215830.845000', '215831.305000', '215831.765000', '215832.225000', '215832.685000', '215833.145000', '215833.605000', '215834.065000', '215834.525000', '215834.985000', '215835.445000', '215835.905000', '215836.365000', '215836.825000', '215837.285000', '215837.745000', '215838.205000', '215838.665000', '215839.125000', '215839.585000', '215840.045000', '215840.505000', '215840.965000', '215841.425000', '215841.885000', '215842.345000', '215842.805000', '215843.265000', '215843.725000', '215844.185000', '215844.645000', '215845.105000', '215845.565000', '215846.025000', '215846.485000', '215846.945000', '215847.405000', '215847.865000', '215848.325000', '215848.785000', '215849.245000', '215849.705000', '215850.165000', '215850.625000', '215851.085000', '215851.545000', '215852.005000', '215852.465000', '215852.925000', '215853.385000', '215853.845000', '215854.305000', '215854.765000', '215855.225000', '215855.685000', '215856.145000', '215856.605000', '215857.065000', '215857.525000', '215857.985000', '215858.445000', '215858.905000', '215859.365000', '215859.825000', '215900.285000', '215900.745000', '215901.205000', '215901.665000', '215902.125000', '215902.585000', '215903.045000', '215903.505000', '215903.965000', '215904.425000', '215904.885000', '215905.345000', '215905.805000', '215906.265000', '215906.725000', '215907.185000', '215907.645000', '215908.105000', '215908.565000', '215909.025000', '215909.485000', '215909.945000', '215910.405000', '215910.865000', '215911.325000', '215911.785000', '215912.245000', '215912.705000', '215913.165000', '215913.625000', '215914.085000', '215914.545000', '215915.005000', '215915.465000', '215915.925000', '215916.385000', '215916.845000', '215917.305000', '215917.765000', '215918.225000', '215918.685000', '215919.145000', '215919.605000', '215920.065000', '215920.525000', '215920.985000', '215921.445000', '215921.905000', '215922.365000', '215922.825000', '215923.285000', '215923.745000', '215924.205000', '215924.665000', '215925.125000', '215925.585000', '215926.045000', '215926.505000', '215926.965000', '215927.425000', '215927.885000', '215928.345000', '215928.805000', '215929.265000', '215929.725000', '215930.185000', '215930.645000', '215931.105000', '215931.565000', '215932.025000', '215932.485000', '215932.945000', '215933.405000', '215933.865000', '215934.325000', '215934.785000', '215935.245000', '215935.705000', '215936.165000', '215936.625000', '215937.085000', '215937.545000', '215938.005000', '215938.465000', '215938.925000', '215939.385000', '215939.845000', '215940.305000', '215940.765000', '215941.225000', '215941.685000', '215942.145000', '215942.605000', '215943.065000', '215943.525000', '215943.985000', '215944.445000', '215944.905000', '215945.365000', '215945.825000', '215946.285000', '215946.745000', '215947.205000', '215947.665000', '215948.125000', '215948.585000', '215949.045000', '215949.505000', '215949.965000', '215950.425000', '215950.885000', '215951.345000', '215951.805000', '215952.265000', '215952.725000', '215953.185000', '215953.645000', '215954.105000', '215954.565000', '215955.025000', '215955.485000', '215955.945000', '215956.405000', '215956.865000', '215957.325000', '215957.785000', '215958.245000', '215958.705000', '215959.165000', '215959.625000', '220000.085000', '220000.545000', '220001.005000', '220001.465000', '220001.925000', '220002.385000', '220002.845000', '220003.305000', '220003.765000', '220004.225000', '220004.685000', '220005.145000', '220005.605000', '220006.065000', '220006.525000', '220006.985000', '220007.445000', '220007.905000', '220008.365000', '220008.825000', '220009.285000', '220009.745000', '220010.205000', '220010.665000', '220011.125000', '220011.585000', '220012.045000', '220012.505000', '220012.965000', '220013.425000', '220013.885000', '220014.345000', '220014.805000', '220015.265000', '220015.725000', '220016.185000', '220016.645000', '220017.105000', '220017.565000', '220018.025000', '220018.485000', '220018.945000', '220019.405000', '220019.865000', '220020.325000', '220020.785000', '220021.245000', '220021.705000', '220022.165000', '220022.625000', '220023.085000', '220023.545000', '220024.005000', '220024.465000', '220024.925000', '220025.385000', '220025.845000', '220026.305000', '220026.765000', '220027.225000', '220027.685000', '220028.145000', '220028.605000', '220029.065000', '220029.525000', '220029.985000', '220030.445000', '220030.905000', '220031.365000', '220031.825000', '220032.285000', '220032.745000', '220033.205000', '220033.665000', '220034.125000', '220034.585000', '220035.045000', '220035.505000', '220035.965000', '220036.425000', '220036.885000', '220037.345000', '220037.805000', '220038.265000', '220038.725000', '220039.185000', '220039.645000', '220040.105000', '220040.565000', '220041.025000', '220041.485000', '220041.945000', '220042.405000', '220042.865000', '220043.325000', '220043.785000', '220044.245000', '220044.705000', '220045.165000', '220045.625000', '220046.085000', '220046.545000', '220047.005000', '220047.465000', '220047.925000', '220048.385000', '220048.845000', '220049.305000', '220049.765000', '220050.225000', '220050.685000', '220051.145000', '220051.605000', '220052.065000', '220052.525000', '220052.985000', '220053.445000', '220053.905000', '220054.365000', '220054.825000', '220055.285000', '220055.745000', '220056.205000', '220056.665000', '220057.125000', '220057.585000', '220058.045000', '220058.505000', '220058.965000', '220059.425000', '220059.885000', '220100.345000', '220100.805000', '220101.265000', '220101.725000', '220102.185000', '220102.645000', '220103.105000', '220103.565000', '220104.025000', '220104.485000', '220104.945000', '220105.405000', '220105.865000', '220106.325000', '220106.785000', '220107.245000', '220107.705000', '220108.165000', '220108.625000', '220109.085000', '220109.545000', '220110.005000', '220110.465000', '220110.925000', '220111.385000', '220111.845000', '220112.305000', '220112.765000', '220113.225000', '220113.685000', '220114.145000', '220114.605000', '220115.065000', '220115.525000', '220115.985000', '220116.445000', '220116.905000', '220117.365000', '220117.825000', '220118.285000', '220118.745000', '220119.205000', '220119.665000', '220120.125000', '220120.585000', '220121.045000', '220121.505000', '220121.965000', '220122.425000', '220122.885000', '220123.345000', '220123.805000', '220124.265000', '220124.725000', '220125.185000', '220125.645000', '220126.105000', '220126.565000', '220127.025000', '220127.485000', '220127.945000', '220128.405000', '220128.865000', '220129.325000', '220129.785000', '220130.245000', '220130.705000', '220131.165000', '220131.625000', '220132.085000', '220132.545000', '220133.005000', '220133.465000', '220133.925000', '220134.385000', '220134.845000', '220135.305000', '220135.765000', '220136.225000', '220136.685000', '220137.145000', '220137.605000', '220138.065000', '220138.525000', '220138.985000', '220139.445000', '220139.905000', '220140.365000', '220140.825000', '220141.285000', '220141.745000', '220142.205000', '220142.665000', '220143.125000', '220143.585000', '220144.045000', '220144.505000', '220144.965000', '220145.425000', '220145.885000', '220146.345000', '220146.805000', '220147.265000', '220147.725000', '220148.185000', '220148.645000', '220149.105000', '220149.565000', '220150.025000', '220150.485000', '220150.945000', '220151.405000', '220151.865000', '220152.325000', '220152.785000', '220153.245000', '220153.705000', '220154.165000', '220154.625000', '220155.085000', '220155.545000', '220156.005000', '220156.465000', '220156.925000', '220157.385000', '220157.845000', '220158.305000', '220158.765000', '220159.225000', '220159.685000', '220200.145000', '220200.605000', '220201.065000', '220201.525000', '220201.985000', '220202.445000', '220202.905000', '220203.365000', '220203.825000', '220204.285000', '220204.745000', '220205.205000', '220205.665000', '220206.125000', '220206.585000', '220207.045000', '220207.505000', '220207.965000', '220208.425000', '220208.885000', '220209.345000', '220209.805000', '220210.265000', '220210.725000', '220211.185000', '220211.645000', '220212.105000', '220212.565000', '220213.025000', '220213.485000', '220213.945000', '220214.405000', '220214.865000', '220215.325000', '220215.785000', '220216.245000', '220216.705000', '220217.165000', '220217.625000', '220218.085000', '220218.545000', '220219.005000', '220219.465000', '220219.925000', '220220.385000', '220220.845000', '220221.305000', '220221.765000', '220222.225000', '220222.685000', '220223.145000', '220223.605000', '220224.065000', '220224.525000', '220224.985000', '220225.445000', '220225.905000', '220226.365000', '220226.825000', '220227.285000', '220227.745000', '220228.205000', '220228.665000', '220229.125000', '220229.585000', '220230.045000', '220230.505000', '220230.965000', '220231.425000', '220231.885000', '220232.345000', '220232.805000', '220233.265000', '220233.725000', '220234.185000', '220234.645000', '220235.105000', '220235.565000', '220236.025000', '220236.485000', '220236.945000', '220237.405000', '220237.865000', '220238.325000', '220238.785000', '220239.245000', '220239.705000', '220240.165000', '220240.625000', '220241.085000', '220241.545000', '220242.005000', '220242.465000', '220242.925000', '220243.385000', '220243.845000', '220244.305000', '220244.765000', '220245.225000', '220245.685000', '220246.145000', '220246.605000', '220247.065000', '220247.525000', '220247.985000', '220248.445000', '220248.905000', '220249.365000', '220249.825000', '220250.285000', '220250.745000', '220251.205000', '220251.665000', '220252.125000', '220252.585000', '220253.045000', '220253.505000', '220253.965000', '220254.425000', '220254.885000', '220255.345000', '220255.805000', '220256.265000', '220256.725000', '220257.185000', '220257.645000', '220258.105000', '220258.565000', '220259.025000', '220259.485000', '220259.945000', '220300.405000', '220300.865000', '220301.325000'], 'ContentTime': ['215654.960000', '215654.963000', '215654.972000', '215654.975000', '215654.977000', '215654.980000', '215654.983000', '215654.985000', '215654.988000', '215654.990000', '215654.993000', '215654.996000', '215654.998000', '215655.002000', '215655.004000', '215655.007000', '215655.009000', '215655.012000', '215655.015000', '215655.017000', '215655.020000', '215655.022000', '215655.025000', '215655.031000', '215655.034000', '215655.036000', '215655.039000', '215655.042000', '215655.044000', '215655.047000', '215655.050000', '215655.052000', '215655.055000', '215655.057000', '215655.060000', '215655.062000', '215655.065000', '215655.067000', '215714.925000', '215714.928000', '215714.931000', '215714.933000', '215714.962000', '215714.965000', '215714.968000', '215714.970000', '215714.973000', '215714.975000', '215714.978000', '215714.980000', '215714.983000', '215714.985000', '215714.988000', '215714.990000', '215714.993000', '215714.996000', '215714.998000', '215715.002000', '215715.004000', '215715.007000', '215715.009000', '215715.012000', '215715.015000', '215715.017000', '215715.020000', '215715.023000', '215715.025000', '215715.028000', '215715.030000', '215715.033000', '215715.035000', '215715.038000', '215715.041000', '215715.043000', '215715.046000', '215715.048000', '215715.051000', '215715.054000', '215715.056000', '215715.059000', '215715.061000', '215715.064000', '215734.925000', '215734.927000', '215734.930000', '215734.935000', '215734.937000', '215734.940000', '215734.942000', '215734.945000', '215734.948000', '215734.951000', '215734.953000', '215734.956000', '215734.959000', '215734.962000', '215734.965000', '215734.968000', '215734.970000', '215734.973000', '215734.976000', '215734.978000', '215734.981000', '215734.984000', '215734.986000', '215734.989000', '215734.991000', '215734.994000', '215734.997000', '215735.000000', '215735.003000', '215735.005000', '215735.008000', '215735.011000', '215735.013000', '215735.017000', '215735.020000', '215735.028000', '215735.031000', '215735.034000', '215735.036000', '215735.039000', '215735.041000', '215735.044000', '215735.047000', '215754.924000', '215754.939000', '215754.942000', '215754.945000', '215754.947000', '215754.950000', '215754.952000', '215754.955000', '215754.958000', '215754.961000', '215754.963000', '215754.966000', '215754.969000', '215754.971000', '215754.974000', '215754.976000', '215754.979000', '215754.982000', '215754.984000', '215754.987000', '215754.990000', '215754.992000', '215754.995000', '215754.997000', '215755.001000', '215755.004000', '215755.006000', '215755.009000', '215755.012000', '215755.014000', '215755.017000', '215755.019000', '215755.022000', '215755.025000', '215755.027000', '215755.030000', '215755.033000', '215755.035000', '215755.038000', '215755.041000', '215755.043000', '215755.046000', '215755.049000', '215755.060000', '215814.924000', '215814.927000', '215814.930000', '215814.933000', '215814.935000', '215814.938000', '215814.940000', '215814.943000', '215814.946000', '215814.948000', '215814.951000', '215814.958000', '215814.960000', '215814.963000', '215814.966000', '215814.968000', '215814.971000', '215814.974000', '215814.976000', '215814.979000', '215814.981000', '215814.984000', '215814.987000', '215814.990000', '215814.993000', '215814.996000', '215815.000000', '215815.002000', '215815.005000', '215815.008000', '215815.010000', '215815.013000', '215815.015000', '215815.018000', '215815.021000', '215815.023000', '215815.026000', '215815.029000', '215815.031000', '215815.034000', '215815.036000', '215815.039000', '215815.041000', '215834.924000', '215834.927000', '215834.930000', '215834.933000', '215834.936000', '215834.938000', '215834.941000', '215834.943000', '215834.946000', '215834.949000', '215834.951000', '215834.954000', '215834.957000', '215834.959000', '215834.962000', '215834.965000', '215834.967000', '215834.970000', '215834.973000', '215834.975000', '215834.978000', '215834.980000', '215834.983000', '215834.986000', '215834.988000', '215834.991000', '215834.993000', '215834.996000', '215835.000000', '215835.002000', '215835.005000', '215835.008000', '215835.010000', '215835.013000', '215835.015000', '215835.018000', '215835.021000', '215835.023000', '215835.026000', '215835.028000', '215835.031000', '215835.034000', '215835.036000', '215835.039000', '215854.924000', '215854.927000', '215854.930000', '215854.933000', '215854.935000', '215854.938000', '215854.941000', '215854.943000', '215854.946000', '215854.948000', '215854.951000', '215854.954000', '215854.956000', '215854.959000', '215854.962000', '215854.964000', '215854.967000', '215854.969000', '215854.972000', '215854.974000', '215854.977000', '215854.980000', '215854.983000', '215854.986000', '215854.989000', '215854.991000', '215854.994000', '215854.997000', '215854.999000', '215855.002000', '215855.005000', '215855.007000', '215855.010000', '215855.013000', '215855.015000', '215855.018000', '215855.020000', '215855.023000', '215855.026000', '215855.028000', '215855.031000', '215855.034000', '215855.036000', '215914.925000', '215914.928000', '215914.930000', '215914.933000', '215914.935000', '215914.938000', '215914.940000', '215914.943000', '215914.946000', '215914.948000', '215914.951000', '215914.953000', '215914.956000', '215914.959000', '215914.961000', '215914.964000', '215914.966000', '215914.969000', '215914.972000', '215914.974000', '215914.977000', '215914.979000', '215914.982000', '215914.984000', '215914.987000', '215914.990000', '215914.992000', '215914.995000', '215914.997000', '215915.000000', '215915.003000', '215915.005000', '215915.008000', '215915.010000', '215915.013000', '215915.016000', '215915.018000', '215915.021000', '215915.024000', '215915.026000', '215915.040000', '215915.043000', '215915.045000', '215915.048000', '215934.925000', '215934.928000', '215934.931000', '215934.934000', '215934.936000', '215934.939000', '215934.941000', '215934.944000', '215934.947000', '215934.949000', '215934.952000', '215934.955000', '215934.957000', '215934.960000', '215934.962000', '215934.965000', '215934.968000', '215934.971000', '215934.973000', '215934.976000', '215934.979000', '215934.981000', '215934.984000', '215934.986000', '215934.989000', '215934.992000', '215934.995000', '215934.997000', '215935.001000', '215935.003000', '215935.006000', '215935.008000', '215935.011000', '215935.014000', '215935.016000', '215935.019000', '215935.022000', '215935.024000', '215935.027000', '215935.031000', '215935.033000', '215935.036000', '215935.039000', '215954.925000', '215954.928000', '215954.930000', '215954.933000', '215954.935000', '215954.938000', '215954.941000', '215954.943000', '215954.946000', '215954.949000', '215954.951000', '215954.954000', '215954.957000', '215954.959000', '215954.962000', '215954.964000', '215954.967000', '215954.969000', '215954.972000', '215954.975000', '215954.977000', '215954.980000', '215954.983000', '215954.985000', '215954.988000', '215954.991000', '215954.994000', '215954.996000', '215955.000000', '215955.002000', '215955.005000', '215955.008000', '215955.010000', '215955.013000', '215955.015000', '215955.018000', '215955.020000', '215955.023000', '215955.026000', '215955.028000', '215955.031000', '215955.034000', '215955.036000', '215955.039000', '220014.925000', '220014.927000', '220014.930000', '220014.933000', '220014.936000', '220014.938000', '220014.941000', '220014.943000', '220014.946000', '220014.949000', '220014.951000', '220014.954000', '220014.957000', '220014.959000', '220014.962000', '220014.965000', '220014.967000', '220014.970000', '220014.972000', '220014.975000', '220014.978000', '220014.980000', '220014.983000', '220014.986000', '220014.988000', '220014.991000', '220014.993000', '220014.996000', '220015.000000', '220015.003000', '220015.005000', '220015.008000', '220015.010000', '220015.013000', '220015.016000', '220015.018000', '220015.021000', '220015.024000', '220015.027000', '220015.030000', '220015.033000', '220015.036000', '220015.038000', '220034.924000', '220034.927000', '220034.930000', '220034.932000', '220034.935000', '220034.938000', '220034.940000', '220034.943000', '220034.946000', '220034.948000', '220034.951000', '220034.954000', '220034.956000', '220034.959000', '220034.962000', '220034.964000', '220034.967000', '220034.969000', '220034.972000', '220034.975000', '220034.977000', '220034.980000', '220034.982000', '220034.985000', '220034.988000', '220034.990000', '220034.993000', '220034.995000', '220034.998000', '220035.002000', '220035.004000', '220035.007000', '220035.009000', '220035.012000', '220035.015000', '220035.017000', '220035.020000', '220035.023000', '220035.025000', '220035.028000', '220035.030000', '220035.033000', '220035.036000', '220035.038000', '220054.924000', '220054.927000', '220054.930000', '220054.932000', '220054.935000', '220054.938000', '220054.940000', '220054.943000', '220054.946000', '220054.948000', '220054.951000', '220054.953000', '220054.956000', '220054.959000', '220054.961000', '220054.964000', '220054.966000', '220054.969000', '220054.972000', '220054.974000', '220054.977000', '220054.980000', '220054.982000', '220054.985000', '220054.987000', '220054.990000', '220054.993000', '220054.995000', '220054.998000', '220055.002000', '220055.004000', '220055.007000', '220055.009000', '220055.012000', '220055.014000', '220055.026000', '220055.029000', '220055.031000', '220055.034000', '220055.037000', '220055.039000', '220055.042000', '220055.044000', '220114.924000', '220114.927000', '220114.930000', '220114.933000', '220114.935000', '220114.938000', '220114.940000', '220114.943000', '220114.946000', '220114.949000', '220114.951000', '220114.954000', '220114.956000', '220114.959000', '220114.962000', '220114.964000', '220114.967000', '220114.969000', '220114.972000', '220114.975000', '220114.977000', '220114.980000', '220114.983000', '220114.985000', '220114.988000', '220114.990000', '220114.993000', '220114.996000', '220114.998000', '220115.002000', '220115.004000', '220115.007000', '220115.010000', '220115.012000', '220115.015000', '220115.018000', '220115.020000', '220115.023000', '220115.025000', '220115.028000', '220115.031000', '220115.033000', '220115.036000', '220115.038000', '220134.925000', '220134.928000', '220134.930000', '220134.933000', '220134.935000', '220134.938000', '220134.941000', '220134.943000', '220134.946000', '220134.949000', '220134.951000', '220134.954000', '220134.956000', '220134.959000', '220134.961000', '220134.964000', '220134.967000', '220134.969000', '220134.972000', '220134.975000', '220134.977000', '220134.980000', '220134.982000', '220134.985000', '220134.988000', '220134.990000', '220134.993000', '220134.996000', '220134.998000', '220135.002000', '220135.004000', '220135.007000', '220135.010000', '220135.012000', '220135.015000', '220135.018000', '220135.020000', '220135.023000', '220135.025000', '220135.028000', '220135.031000', '220135.033000', '220135.036000', '220154.926000', '220154.929000', '220154.931000', '220154.934000', '220154.937000', '220154.939000', '220154.942000', '220154.945000', '220154.947000', '220154.950000', '220154.952000', '220154.955000', '220154.958000', '220154.960000', '220154.963000', '220154.965000', '220154.968000', '220154.971000', '220154.976000', '220154.979000', '220154.982000', '220154.984000', '220154.987000', '220154.990000', '220154.992000', '220154.995000', '220154.997000', '220155.001000', '220155.004000', '220155.006000', '220155.009000', '220155.012000', '220155.014000', '220155.017000', '220155.020000', '220155.022000', '220155.025000', '220155.027000', '220155.030000', '220155.033000', '220155.035000', '220155.038000', '220155.040000', '220155.043000', '220214.925000', '220214.928000', '220214.930000', '220214.933000', '220214.936000', '220214.938000', '220214.941000', '220214.943000', '220214.946000', '220214.949000', '220214.951000', '220214.954000', '220214.957000', '220214.959000', '220214.962000', '220214.966000', '220214.969000', '220214.971000', '220214.974000', '220214.977000', '220214.979000', '220214.982000', '220214.984000', '220214.987000', '220214.990000', '220214.992000', '220214.995000', '220214.998000', '220215.002000', '220215.004000', '220215.007000', '220215.009000', '220215.012000', '220215.015000', '220215.017000', '220215.020000', '220215.023000', '220215.025000', '220215.028000', '220215.031000', '220215.033000', '220215.036000', '220215.038000', '220234.925000', '220234.928000', '220234.930000', '220234.934000', '220234.952000', '220234.955000', '220234.957000', '220234.960000', '220234.963000', '220234.965000', '220234.968000', '220234.971000', '220234.973000', '220234.976000', '220234.978000', '220234.981000', '220234.984000', '220234.986000', '220234.989000', '220234.992000', '220234.995000', '220234.997000', '220235.001000', '220235.003000', '220235.006000', '220235.009000', '220235.011000', '220235.014000', '220235.016000', '220235.019000', '220235.022000', '220235.024000', '220235.027000', '220235.030000', '220235.032000', '220235.035000', '220235.037000', '220235.040000', '220235.043000', '220235.045000', '220235.048000', '220235.050000', '220235.053000', '220235.056000', '220254.924000', '220254.927000', '220254.930000', '220254.933000', '220254.936000', '220254.938000', '220254.941000', '220254.944000', '220254.946000', '220254.949000', '220254.952000', '220254.955000', '220254.957000', '220254.960000', '220254.962000', '220254.965000', '220254.968000', '220254.971000', '220254.973000', '220254.985000', '220254.987000', '220254.990000', '220254.993000', '220254.995000', '220254.998000', '220255.001000', '220255.004000', '220255.007000', '220255.009000', '220255.012000', '220255.014000', '220255.017000', '220255.020000', '220255.022000', '220255.025000', '220255.028000', '220255.030000', '220255.033000', '220255.035000', '220255.038000', '220255.040000', '220255.043000', '220255.046000', '220302.940000', '220302.943000', '220302.946000', '220302.948000', '220302.951000', '220302.954000', '220302.957000', '220302.959000', '220302.962000', '220302.965000', '220302.968000', '220302.970000', '220302.975000', '220302.978000', '220302.981000', '220302.984000', '220302.987000', '220302.990000'], 'InstanceCreationTime': ['215654.960000', '215654.963000', '215654.972000', '215654.975000', '215654.977000', '215654.980000', '215654.983000', '215654.985000', '215654.988000', '215654.990000', '215654.993000', '215654.996000', '215654.998000', '215655.002000', '215655.004000', '215655.007000', '215655.009000', '215655.012000', '215655.015000', '215655.017000', '215655.020000', '215655.022000', '215655.025000', '215655.031000', '215655.034000', '215655.036000', '215655.039000', '215655.042000', '215655.044000', '215655.047000', '215655.050000', '215655.052000', '215655.055000', '215655.057000', '215655.060000', '215655.062000', '215655.065000', '215655.067000', '215714.925000', '215714.928000', '215714.931000', '215714.933000', '215714.962000', '215714.965000', '215714.968000', '215714.970000', '215714.973000', '215714.975000', '215714.978000', '215714.980000', '215714.983000', '215714.985000', '215714.988000', '215714.990000', '215714.993000', '215714.996000', '215714.998000', '215715.002000', '215715.004000', '215715.007000', '215715.009000', '215715.012000', '215715.015000', '215715.017000', '215715.020000', '215715.023000', '215715.025000', '215715.028000', '215715.030000', '215715.033000', '215715.035000', '215715.038000', '215715.041000', '215715.043000', '215715.046000', '215715.048000', '215715.051000', '215715.054000', '215715.056000', '215715.059000', '215715.061000', '215715.064000', '215734.925000', '215734.927000', '215734.930000', '215734.935000', '215734.937000', '215734.940000', '215734.942000', '215734.945000', '215734.948000', '215734.951000', '215734.953000', '215734.956000', '215734.959000', '215734.962000', '215734.965000', '215734.968000', '215734.970000', '215734.973000', '215734.976000', '215734.978000', '215734.981000', '215734.984000', '215734.986000', '215734.989000', '215734.991000', '215734.994000', '215734.997000', '215735.000000', '215735.003000', '215735.005000', '215735.008000', '215735.011000', '215735.013000', '215735.017000', '215735.020000', '215735.028000', '215735.031000', '215735.034000', '215735.036000', '215735.039000', '215735.041000', '215735.044000', '215735.047000', '215754.924000', '215754.939000', '215754.942000', '215754.945000', '215754.947000', '215754.950000', '215754.952000', '215754.955000', '215754.958000', '215754.961000', '215754.963000', '215754.966000', '215754.969000', '215754.971000', '215754.974000', '215754.976000', '215754.979000', '215754.982000', '215754.984000', '215754.987000', '215754.990000', '215754.992000', '215754.995000', '215754.997000', '215755.001000', '215755.004000', '215755.006000', '215755.009000', '215755.012000', '215755.014000', '215755.017000', '215755.019000', '215755.022000', '215755.025000', '215755.027000', '215755.030000', '215755.033000', '215755.035000', '215755.038000', '215755.041000', '215755.043000', '215755.046000', '215755.049000', '215755.060000', '215814.924000', '215814.927000', '215814.930000', '215814.933000', '215814.935000', '215814.938000', '215814.940000', '215814.943000', '215814.946000', '215814.948000', '215814.951000', '215814.958000', '215814.960000', '215814.963000', '215814.966000', '215814.968000', '215814.971000', '215814.974000', '215814.976000', '215814.979000', '215814.981000', '215814.984000', '215814.987000', '215814.990000', '215814.993000', '215814.996000', '215815.000000', '215815.002000', '215815.005000', '215815.008000', '215815.010000', '215815.013000', '215815.015000', '215815.018000', '215815.021000', '215815.023000', '215815.026000', '215815.029000', '215815.031000', '215815.034000', '215815.036000', '215815.039000', '215815.041000', '215834.924000', '215834.927000', '215834.930000', '215834.933000', '215834.936000', '215834.938000', '215834.941000', '215834.943000', '215834.946000', '215834.949000', '215834.951000', '215834.954000', '215834.957000', '215834.959000', '215834.962000', '215834.965000', '215834.967000', '215834.970000', '215834.973000', '215834.975000', '215834.978000', '215834.980000', '215834.983000', '215834.986000', '215834.988000', '215834.991000', '215834.993000', '215834.996000', '215835.000000', '215835.002000', '215835.005000', '215835.008000', '215835.010000', '215835.013000', '215835.015000', '215835.018000', '215835.021000', '215835.023000', '215835.026000', '215835.028000', '215835.031000', '215835.034000', '215835.036000', '215835.039000', '215854.924000', '215854.927000', '215854.930000', '215854.933000', '215854.935000', '215854.938000', '215854.941000', '215854.943000', '215854.946000', '215854.948000', '215854.951000', '215854.954000', '215854.956000', '215854.959000', '215854.962000', '215854.964000', '215854.967000', '215854.969000', '215854.972000', '215854.974000', '215854.977000', '215854.980000', '215854.983000', '215854.986000', '215854.989000', '215854.991000', '215854.994000', '215854.997000', '215854.999000', '215855.002000', '215855.005000', '215855.007000', '215855.010000', '215855.013000', '215855.015000', '215855.018000', '215855.020000', '215855.023000', '215855.026000', '215855.028000', '215855.031000', '215855.034000', '215855.036000', '215914.925000', '215914.928000', '215914.930000', '215914.933000', '215914.935000', '215914.938000', '215914.940000', '215914.943000', '215914.946000', '215914.948000', '215914.951000', '215914.953000', '215914.956000', '215914.959000', '215914.961000', '215914.964000', '215914.966000', '215914.969000', '215914.972000', '215914.974000', '215914.977000', '215914.979000', '215914.982000', '215914.984000', '215914.987000', '215914.990000', '215914.992000', '215914.995000', '215914.997000', '215915.000000', '215915.003000', '215915.005000', '215915.008000', '215915.010000', '215915.013000', '215915.016000', '215915.018000', '215915.021000', '215915.024000', '215915.026000', '215915.040000', '215915.043000', '215915.045000', '215915.048000', '215934.925000', '215934.928000', '215934.931000', '215934.934000', '215934.936000', '215934.939000', '215934.941000', '215934.944000', '215934.947000', '215934.949000', '215934.952000', '215934.955000', '215934.957000', '215934.960000', '215934.962000', '215934.965000', '215934.968000', '215934.971000', '215934.973000', '215934.976000', '215934.979000', '215934.981000', '215934.984000', '215934.986000', '215934.989000', '215934.992000', '215934.995000', '215934.997000', '215935.001000', '215935.003000', '215935.006000', '215935.008000', '215935.011000', '215935.014000', '215935.016000', '215935.019000', '215935.022000', '215935.024000', '215935.027000', '215935.031000', '215935.033000', '215935.036000', '215935.039000', '215954.925000', '215954.928000', '215954.930000', '215954.933000', '215954.935000', '215954.938000', '215954.941000', '215954.943000', '215954.946000', '215954.949000', '215954.951000', '215954.954000', '215954.957000', '215954.959000', '215954.962000', '215954.964000', '215954.967000', '215954.969000', '215954.972000', '215954.975000', '215954.977000', '215954.980000', '215954.983000', '215954.985000', '215954.988000', '215954.991000', '215954.994000', '215954.996000', '215955.000000', '215955.002000', '215955.005000', '215955.008000', '215955.010000', '215955.013000', '215955.015000', '215955.018000', '215955.020000', '215955.023000', '215955.026000', '215955.028000', '215955.031000', '215955.034000', '215955.036000', '215955.039000', '220014.925000', '220014.927000', '220014.930000', '220014.933000', '220014.936000', '220014.938000', '220014.941000', '220014.943000', '220014.946000', '220014.949000', '220014.951000', '220014.954000', '220014.957000', '220014.959000', '220014.962000', '220014.965000', '220014.967000', '220014.970000', '220014.972000', '220014.975000', '220014.978000', '220014.980000', '220014.983000', '220014.986000', '220014.988000', '220014.991000', '220014.993000', '220014.996000', '220015.000000', '220015.003000', '220015.005000', '220015.008000', '220015.010000', '220015.013000', '220015.016000', '220015.018000', '220015.021000', '220015.024000', '220015.027000', '220015.030000', '220015.033000', '220015.036000', '220015.038000', '220034.924000', '220034.927000', '220034.930000', '220034.932000', '220034.935000', '220034.938000', '220034.940000', '220034.943000', '220034.946000', '220034.948000', '220034.951000', '220034.954000', '220034.956000', '220034.959000', '220034.962000', '220034.964000', '220034.967000', '220034.969000', '220034.972000', '220034.975000', '220034.977000', '220034.980000', '220034.982000', '220034.985000', '220034.988000', '220034.990000', '220034.993000', '220034.995000', '220034.998000', '220035.002000', '220035.004000', '220035.007000', '220035.009000', '220035.012000', '220035.015000', '220035.017000', '220035.020000', '220035.023000', '220035.025000', '220035.028000', '220035.030000', '220035.033000', '220035.036000', '220035.038000', '220054.924000', '220054.927000', '220054.930000', '220054.932000', '220054.935000', '220054.938000', '220054.940000', '220054.943000', '220054.946000', '220054.948000', '220054.951000', '220054.953000', '220054.956000', '220054.959000', '220054.961000', '220054.964000', '220054.966000', '220054.969000', '220054.972000', '220054.974000', '220054.977000', '220054.980000', '220054.982000', '220054.985000', '220054.987000', '220054.990000', '220054.993000', '220054.995000', '220054.998000', '220055.002000', '220055.004000', '220055.007000', '220055.009000', '220055.012000', '220055.014000', '220055.026000', '220055.029000', '220055.031000', '220055.034000', '220055.037000', '220055.039000', '220055.042000', '220055.044000', '220114.924000', '220114.927000', '220114.930000', '220114.933000', '220114.935000', '220114.938000', '220114.940000', '220114.943000', '220114.946000', '220114.949000', '220114.951000', '220114.954000', '220114.956000', '220114.959000', '220114.962000', '220114.964000', '220114.967000', '220114.969000', '220114.972000', '220114.975000', '220114.977000', '220114.980000', '220114.983000', '220114.985000', '220114.988000', '220114.990000', '220114.993000', '220114.996000', '220114.998000', '220115.002000', '220115.004000', '220115.007000', '220115.010000', '220115.012000', '220115.015000', '220115.018000', '220115.020000', '220115.023000', '220115.025000', '220115.028000', '220115.031000', '220115.033000', '220115.036000', '220115.038000', '220134.925000', '220134.928000', '220134.930000', '220134.933000', '220134.935000', '220134.938000', '220134.941000', '220134.943000', '220134.946000', '220134.949000', '220134.951000', '220134.954000', '220134.956000', '220134.959000', '220134.961000', '220134.964000', '220134.967000', '220134.969000', '220134.972000', '220134.975000', '220134.977000', '220134.980000', '220134.982000', '220134.985000', '220134.988000', '220134.990000', '220134.993000', '220134.996000', '220134.998000', '220135.002000', '220135.004000', '220135.007000', '220135.010000', '220135.012000', '220135.015000', '220135.018000', '220135.020000', '220135.023000', '220135.025000', '220135.028000', '220135.031000', '220135.033000', '220135.036000', '220154.926000', '220154.929000', '220154.931000', '220154.934000', '220154.937000', '220154.939000', '220154.942000', '220154.945000', '220154.947000', '220154.950000', '220154.952000', '220154.955000', '220154.958000', '220154.960000', '220154.963000', '220154.965000', '220154.968000', '220154.971000', '220154.976000', '220154.979000', '220154.982000', '220154.984000', '220154.987000', '220154.990000', '220154.992000', '220154.995000', '220154.997000', '220155.001000', '220155.004000', '220155.006000', '220155.009000', '220155.012000', '220155.014000', '220155.017000', '220155.020000', '220155.022000', '220155.025000', '220155.027000', '220155.030000', '220155.033000', '220155.035000', '220155.038000', '220155.040000', '220155.043000', '220214.925000', '220214.928000', '220214.930000', '220214.933000', '220214.936000', '220214.938000', '220214.941000', '220214.943000', '220214.946000', '220214.949000', '220214.951000', '220214.954000', '220214.957000', '220214.959000', '220214.962000', '220214.966000', '220214.969000', '220214.971000', '220214.974000', '220214.977000', '220214.979000', '220214.982000', '220214.984000', '220214.987000', '220214.990000', '220214.992000', '220214.995000', '220214.998000', '220215.002000', '220215.004000', '220215.007000', '220215.009000', '220215.012000', '220215.015000', '220215.017000', '220215.020000', '220215.023000', '220215.025000', '220215.028000', '220215.031000', '220215.033000', '220215.036000', '220215.038000', '220234.925000', '220234.928000', '220234.930000', '220234.934000', '220234.952000', '220234.955000', '220234.957000', '220234.960000', '220234.963000', '220234.965000', '220234.968000', '220234.971000', '220234.973000', '220234.976000', '220234.978000', '220234.981000', '220234.984000', '220234.986000', '220234.989000', '220234.992000', '220234.995000', '220234.997000', '220235.001000', '220235.003000', '220235.006000', '220235.009000', '220235.011000', '220235.014000', '220235.016000', '220235.019000', '220235.022000', '220235.024000', '220235.027000', '220235.030000', '220235.032000', '220235.035000', '220235.037000', '220235.040000', '220235.043000', '220235.045000', '220235.048000', '220235.050000', '220235.053000', '220235.056000', '220254.924000', '220254.927000', '220254.930000', '220254.933000', '220254.936000', '220254.938000', '220254.941000', '220254.944000', '220254.946000', '220254.949000', '220254.952000', '220254.955000', '220254.957000', '220254.960000', '220254.962000', '220254.965000', '220254.968000', '220254.971000', '220254.973000', '220254.985000', '220254.987000', '220254.990000', '220254.993000', '220254.995000', '220254.998000', '220255.001000', '220255.004000', '220255.007000', '220255.009000', '220255.012000', '220255.014000', '220255.017000', '220255.020000', '220255.022000', '220255.025000', '220255.028000', '220255.030000', '220255.033000', '220255.035000', '220255.038000', '220255.040000', '220255.043000', '220255.046000', '220302.940000', '220302.943000', '220302.946000', '220302.948000', '220302.951000', '220302.954000', '220302.957000', '220302.959000', '220302.962000', '220302.965000', '220302.968000', '220302.970000', '220302.975000', '220302.978000', '220302.981000', '220302.984000', '220302.987000', '220302.990000'], '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': [13526, 10134, 8906, 9324, 8256, 10066, 12296, 11006, 8835, 9418, 10782, 9024, 10540, 9327, 9706, 7192, 8873, 7688, 9688, 13022, 10538, 11344, 8247, 9898, 9940, 9603, 12175, 8246, 10581, 8957, 8676, 7137, 9410, 13647, 9597, 11285, 10500, 10829, 7975, 9319, 11340, 10356, 10227, 9032, 11608, 8997, 11529, 10565, 13597, 7782, 9434, 11041, 9485, 12575, 11390, 11334, 8110, 9774, 14029, 11037, 10082, 8399, 9214, 7666, 9440, 8911, 9969, 6990, 8608, 7985, 8942, 8026, 9268, 9635, 12847, 9295, 11022, 14949, 10137, 9980, 15019, 10283, 12951, 8626, 9407, 9163, 9330, 9025, 7658, 10184, 9202, 8276, 7458, 9225, 7590, 8781, 14995, 10979, 11451, 8570, 10284, 9727, 11912, 7014, 10756, 14691, 8381, 11513, 9713, 10524, 7809, 8333, 12424, 9595, 9585, 9285, 9724, 13123, 9143, 8980, 10201, 9495, 7304, 7849, 10282, 7949, 8838, 8599, 9191, 9574, 14469, 13518, 11267, 8031, 8940, 17023, 13097, 11121, 8343, 10693, 13542, 9353, 9103, 12994, 11211, 9004, 8791, 8894, 8113, 9187, 8351, 9615, 7070, 8710, 13104, 9444, 10199, 8635, 10396, 9190, 9341, 12954, 10344, 11187, 9611, 10333, 13426, 9413, 9811, 9566, 10958, 8326, 9142, 10385, 8734, 9814, 11019, 10225, 9653, 9068, 9425, 7963, 9764, 11348, 9930, 9434, 8723, 9763, 8218, 10231, 8932, 9522, 6690, 9335, 12267, 9289, 10010, 8921, 9544, 8864, 13215, 9494, 13177, 7700, 9536, 16779, 11104, 11124, 12080, 10951, 14599, 9433, 9694, 8798, 9937, 12817, 9965, 9412, 9140, 9165, 7929, 9653, 13271, 11336, 9229, 8175, 9401, 11661, 9577, 12345, 10794, 9783, 7306, 9295, 14561, 9400, 10456, 10345, 10750, 7057, 8747, 10963, 8982, 9621, 12929, 10046, 9860, 8853, 9597, 11235, 9969, 13727, 11442, 9439, 7788, 9233, 15154, 9611, 10631, 10497, 11261, 7406, 9127, 13091, 9323, 9577, 11345, 10458, 9152, 8926, 10040, 8594, 9748, 15773, 12085, 9038, 8772, 9199, 8398, 9472, 15252, 12478, 9650, 8755, 9108, 8080, 9630, 14860, 11228, 9896, 8670, 9078, 8382, 9896, 15877, 11647, 10078, 9251, 9307, 8101, 10099, 13203, 10560, 9020, 9152, 9520, 9296, 11270, 14409, 10798, 13277, 9871, 7775, 9441, 14440, 12013, 11377, 14410, 10601, 10399, 18174, 10864, 11572, 11317, 10848, 17710, 13460, 15158, 11221, 11223, 11048, 12017, 11042, 13765, 12492, 18084, 15724, 13481, 9366, 9647, 7806, 9956, 15315, 12586, 10142, 8777, 8973, 7858, 9567, 8086, 10069, 7067, 9192, 7121, 9561, 15023, 10588, 11999, 9905, 10867, 8176, 9754, 15742, 10338, 12845, 10776, 10249, 7936, 9303, 11352, 10037, 12534, 11042, 10486, 8639, 10181, 9667, 11356, 7467, 9517, 7600, 9721, 16769, 13533, 10511, 8844, 9668, 9897, 10760, 13674, 11753, 10820, 8275, 10160, 14397, 11545, 11828, 9115, 10409, 9085, 11115, 9089, 12465, 8774, 9589, 8987, 10136, 13205, 11696, 17246, 13601, 10033, 9948, 10232, 9122, 12370, 10659, 11401, 8729, 14361, 13852, 11274, 9513, 11299, 9001, 10569, 15714, 10628, 11770, 9445, 9947, 8772, 9696, 6950, 9187, 11652, 9252, 10569, 10235, 9055, 9061, 9066, 8727, 10563, 9992, 12693, 8142, 10014, 8263, 11318, 17889, 14276, 13198, 10231, 11662, 9566, 12109, 10430, 12797, 8481, 9995, 12710, 10051, 12104, 11883, 10698, 8797, 9380, 8036, 9916, 17783, 12351, 10891, 9157, 9365, 7875, 9765, 12115, 11140, 7465, 9535, 7742, 9740, 15247, 14089, 10541, 9338, 10246, 8914, 13315, 15970, 13391, 13463, 9153, 10318, 10139, 11125, 7542, 11254, 7696, 9376, 16069, 12365, 9891, 8864, 9733, 8668, 11552, 11929, 12679, 8369, 9784, 7906, 9714, 17470, 12774, 9918, 9227, 9218, 8315, 11852, 7882, 11733, 6740, 9562, 12422, 9485, 13116, 12754, 9426, 8863, 9494, 8730, 11648, 11956, 11094, 7566, 9611, 10430, 9625, 12967, 10493, 11544, 9133, 12193, 8084, 11701, 7972, 9274, 9220, 7853, 10846, 12646, 11074, 12916, 9274, 9819, 17924, 12849, 10204, 8822, 9044, 12347, 9841, 11861, 10681, 8904, 7080, 8519, 9290, 8441, 10958, 10148, 8755, 7628, 9056, 7843, 9587, 16610, 14338, 10390, 8307, 8633, 8270, 9587, 17116, 13348, 9856, 8623, 7857, 8494, 7160, 9091, 9163, 13814, 7881, 11934, 16015, 10498, 10314, 13082, 11182, 10664, 9403, 8914, 8399, 9587, 13929, 11120, 8775, 8376, 8776, 7557, 9495, 13225, 9469, 8355, 8343, 8488, 8450, 9631, 15707, 12563, 8013, 9104, 8719, 9074, 13617, 13748, 9697, 8126, 8262, 10238, 9620, 15514, 14660, 10715, 8433, 8822, 8567, 9853, 15829, 13243, 12050, 8863, 8958, 9742, 10264, 14722, 12535, 11086, 8766, 9253, 8921, 9597, 12494, 12492, 9978, 8790, 10214, 8825, 11311, 10949, 9019, 8405, 7079, 8711, 8813, 11931, 13832, 13676, 7972, 9376, 11209, 8807, 10039, 17126, 12148, 11065, 9093, 9437, 8843, 10280, 8855, 10383, 7588, 8988, 8379, 10152, 10744, 14749, 9943, 13957, 10197, 7243, 9819, 8276, 9740, 15831, 11392, 10706, 9516, 9083, 15150, 10267, 10033, 9131, 11649, 15770, 12787, 13149, 9050, 12882, 8891, 9744, 11841, 9442, 11627, 10791, 8971, 8613, 7153, 8803, 8860, 8335, 12602, 9780, 12567, 8957, 8100, 8823, 10462, 8820, 9917, 12478, 9485, 9991, 8562, 9088, 9171, 8945, 10966, 8871, 10065, 8297, 8294, 8425, 8974, 7947, 8305, 8579, 9038, 11353, 8615, 8914, 12563, 10575, 10341, 8517, 9871, 8383, 9078, 16209, 10933, 8425, 9155, 8871, 8129, 9318, 9445, 10190, 6776, 9339, 8091, 8542, 8501, 12475, 17015, 14200, 11853, 8651, 8889, 9644, 10007, 11978, 15690, 9884, 10946, 9378, 7702, 8679, 15532, 14253, 15497, 8944, 11563, 7317, 8921, 15518, 10414, 15221, 14373, 10753, 9461, 8421, 8467, 7882, 12048, 8836, 15153, 12314, 7405, 8936, 7530, 9103, 8581, 7855, 8002, 10383, 8915, 13570, 12413, 10570, 9286, 11442, 16241, 11191, 11657, 10042, 11203, 11557, 11605, 14632, 14346, 13502, 11620, 11200, 8441, 8711], 'WindowCenter': [4055.0, 4006.0, 3984.0, 3969.0, 3959.0, 3978.0, 3998.0, 3988.0, 3967.0, 3967.0, 3975.0, 3964.0, 3987.0, 3965.0, 3967.0, 3934.0, 3967.0, 3945.0, 3979.0, 4008.0, 3989.0, 3987.0, 3954.0, 3977.0, 3976.0, 3976.0, 3996.0, 3955.0, 3987.0, 3966.0, 3968.0, 3947.0, 3978.0, 4008.0, 3977.0, 4000.0, 3988.0, 3987.0, 3956.0, 3966.0, 3986.0, 3989.0, 3976.0, 3968.0, 3986.0, 3966.0, 3998.0, 3987.0, 4011.0, 3944.0, 3966.0, 3984.0, 3965.0, 3996.0, 3984.0, 3984.0, 3941.0, 3963.0, 4003.0, 3976.0, 3962.0, 3943.0, 3964.0, 3943.0, 3964.0, 3951.0, 3976.0, 3933.0, 3967.0, 3956.0, 3979.0, 3969.0, 3978.0, 3994.0, 4025.0, 3980.0, 4003.0, 4019.0, 3976.0, 3979.0, 4006.0, 3976.0, 3993.0, 3964.0, 3964.0, 3963.0, 3967.0, 3962.0, 3943.0, 3972.0, 3977.0, 3955.0, 3945.0, 3977.0, 3955.0, 3967.0, 4033.0, 3988.0, 3987.0, 3953.0, 3975.0, 3975.0, 3987.0, 3932.0, 3987.0, 4004.0, 3953.0, 3985.0, 3964.0, 3972.0, 3940.0, 3954.0, 3993.0, 3962.0, 3963.0, 3964.0, 3963.0, 3993.0, 3950.0, 3951.0, 3973.0, 3964.0, 3942.0, 3954.0, 3986.0, 3958.0, 3964.0, 3983.0, 3977.0, 3976.0, 4019.0, 4012.0, 3989.0, 3957.0, 3966.0, 4016.0, 3995.0, 3976.0, 3942.0, 3974.0, 3992.0, 3950.0, 3950.0, 3990.0, 3973.0, 3948.0, 3952.0, 3951.0, 3941.0, 3960.0, 3953.0, 3963.0, 3931.0, 3954.0, 3996.0, 3963.0, 3975.0, 3965.0, 3975.0, 3962.0, 3965.0, 3993.0, 3962.0, 3974.0, 3952.0, 3962.0, 3981.0, 3949.0, 3960.0, 3949.0, 3970.0, 3936.0, 3950.0, 3961.0, 3938.0, 3961.0, 3969.0, 3961.0, 3950.0, 3952.0, 3951.0, 3940.0, 3975.0, 3971.0, 3974.0, 3961.0, 3952.0, 3961.0, 3952.0, 3975.0, 3964.0, 3978.0, 3935.0, 3976.0, 3997.0, 3978.0, 3980.0, 3967.0, 3978.0, 3968.0, 4010.0, 3978.0, 3998.0, 3945.0, 3967.0, 4014.0, 3975.0, 3974.0, 3985.0, 3975.0, 3995.0, 3953.0, 3962.0, 3943.0, 3962.0, 3991.0, 3962.0, 3951.0, 3964.0, 3963.0, 3941.0, 3976.0, 3997.0, 3986.0, 3965.0, 3954.0, 3966.0, 3983.0, 3966.0, 3997.0, 3987.0, 3975.0, 3933.0, 3964.0, 4008.0, 3964.0, 3977.0, 3974.0, 3986.0, 3932.0, 3967.0, 3985.0, 3964.0, 3978.0, 4007.0, 3979.0, 3978.0, 3967.0, 3977.0, 3986.0, 3976.0, 4009.0, 3985.0, 3965.0, 3944.0, 3965.0, 4008.0, 3966.0, 3977.0, 3975.0, 3986.0, 3931.0, 3965.0, 3996.0, 3963.0, 3976.0, 3985.0, 3976.0, 3963.0, 3964.0, 3975.0, 3952.0, 3976.0, 4017.0, 3998.0, 3964.0, 3955.0, 3966.0, 3954.0, 3976.0, 4016.0, 3996.0, 3964.0, 3954.0, 3965.0, 3953.0, 3976.0, 4017.0, 3987.0, 3977.0, 3966.0, 3965.0, 3953.0, 3975.0, 4016.0, 3987.0, 3976.0, 3966.0, 3964.0, 3944.0, 3976.0, 3996.0, 3989.0, 3966.0, 3979.0, 3976.0, 3965.0, 3986.0, 4021.0, 4000.0, 4013.0, 3990.0, 3959.0, 3990.0, 4020.0, 3997.0, 3988.0, 4010.0, 3988.0, 3978.0, 4030.0, 3987.0, 3989.0, 3986.0, 3989.0, 4029.0, 3996.0, 4004.0, 3974.0, 3973.0, 3959.0, 3983.0, 3971.0, 3992.0, 3982.0, 4013.0, 3991.0, 3967.0, 3937.0, 3936.0, 3911.0, 3945.0, 3989.0, 3967.0, 3948.0, 3937.0, 3936.0, 3926.0, 3950.0, 3939.0, 3962.0, 3919.0, 3961.0, 3931.0, 3965.0, 4007.0, 3975.0, 3985.0, 3976.0, 3975.0, 3953.0, 3967.0, 4004.0, 3976.0, 3995.0, 3985.0, 3974.0, 3943.0, 3967.0, 3983.0, 3975.0, 3997.0, 3986.0, 3976.0, 3954.0, 3976.0, 3977.0, 3989.0, 3949.0, 3978.0, 3956.0, 3979.0, 4034.0, 4011.0, 3989.0, 3967.0, 3978.0, 3976.0, 4001.0, 4008.0, 3997.0, 3987.0, 3954.0, 3986.0, 4007.0, 3998.0, 3988.0, 3966.0, 3977.0, 3966.0, 4001.0, 3995.0, 4027.0, 3982.0, 3991.0, 3981.0, 3973.0, 3981.0, 3982.0, 4015.0, 4008.0, 3965.0, 3976.0, 3974.0, 3979.0, 3997.0, 3988.0, 3986.0, 3955.0, 4008.0, 4008.0, 3974.0, 3966.0, 3973.0, 3955.0, 3963.0, 4002.0, 3961.0, 3970.0, 3962.0, 3962.0, 3953.0, 3964.0, 3930.0, 3964.0, 3986.0, 3963.0, 3974.0, 3976.0, 3963.0, 3965.0, 3964.0, 3967.0, 3987.0, 3977.0, 3999.0, 3956.0, 3977.0, 3954.0, 3986.0, 4029.0, 4009.0, 3995.0, 3975.0, 3973.0, 3962.0, 3985.0, 3972.0, 3984.0, 3939.0, 3964.0, 3981.0, 3963.0, 3984.0, 3985.0, 3973.0, 3953.0, 3951.0, 3940.0, 3962.0, 4015.0, 3994.0, 3971.0, 3964.0, 3952.0, 3939.0, 3963.0, 3984.0, 3985.0, 3931.0, 3965.0, 3942.0, 3976.0, 4017.0, 4008.0, 3975.0, 3966.0, 3975.0, 3953.0, 3997.0, 4016.0, 3996.0, 3995.0, 3952.0, 3961.0, 3962.0, 3971.0, 3941.0, 3972.0, 3929.0, 3952.0, 4002.0, 3984.0, 3964.0, 3952.0, 3960.0, 3953.0, 3983.0, 3984.0, 3984.0, 3942.0, 3961.0, 3940.0, 3963.0, 4012.0, 3983.0, 3951.0, 3950.0, 3950.0, 3940.0, 3983.0, 3940.0, 3984.0, 3918.0, 3962.0, 3983.0, 3963.0, 3992.0, 3996.0, 3953.0, 3966.0, 3962.0, 3952.0, 3985.0, 3985.0, 3974.0, 3941.0, 3964.0, 3976.0, 3963.0, 3994.0, 3974.0, 3972.0, 3964.0, 3985.0, 3942.0, 3983.0, 3941.0, 3964.0, 3964.0, 3953.0, 3987.0, 4006.0, 3987.0, 3995.0, 3963.0, 3975.0, 4017.0, 3996.0, 3961.0, 3952.0, 3954.0, 3981.0, 3962.0, 3984.0, 3973.0, 3951.0, 3930.0, 3956.0, 3962.0, 3952.0, 3988.0, 3977.0, 3965.0, 3945.0, 3966.0, 3954.0, 3976.0, 4018.0, 4008.0, 3975.0, 3955.0, 3954.0, 3953.0, 3977.0, 4031.0, 4011.0, 3976.0, 3957.0, 3955.0, 3967.0, 3935.0, 3968.0, 3978.0, 4010.0, 3954.0, 3999.0, 4017.0, 3974.0, 3964.0, 3995.0, 3974.0, 3960.0, 3953.0, 3952.0, 3941.0, 3962.0, 3992.0, 3971.0, 3939.0, 3942.0, 3950.0, 3941.0, 3975.0, 3995.0, 3977.0, 3956.0, 3953.0, 3955.0, 3953.0, 3978.0, 4018.0, 4001.0, 3944.0, 3967.0, 3956.0, 3966.0, 4008.0, 4009.0, 3975.0, 3955.0, 3956.0, 3974.0, 3964.0, 4018.0, 4018.0, 3975.0, 3954.0, 3965.0, 3954.0, 3976.0, 4015.0, 3997.0, 3983.0, 3952.0, 3951.0, 3960.0, 3962.0, 4003.0, 3985.0, 3972.0, 3951.0, 3948.0, 3951.0, 3962.0, 3982.0, 3985.0, 3962.0, 3953.0, 3972.0, 3963.0, 3986.0, 3985.0, 3954.0, 3939.0, 3918.0, 3923.0, 3937.0, 3982.0, 3995.0, 4006.0, 3944.0, 3965.0, 3974.0, 3954.0, 3963.0, 4015.0, 3987.0, 3972.0, 3954.0, 3953.0, 3950.0, 3973.0, 3982.0, 3989.0, 3957.0, 3964.0, 3953.0, 3988.0, 4002.0, 4022.0, 3978.0, 3994.0, 3964.0, 3932.0, 3979.0, 3969.0, 4005.0, 4035.0, 4001.0, 3991.0, 3982.0, 3968.0, 4005.0, 3964.0, 3963.0, 3949.0, 3971.0, 3993.0, 3971.0, 3970.0, 3928.0, 3969.0, 3923.0, 3934.0, 3945.0, 3935.0, 3953.0, 3945.0, 3923.0, 3925.0, 3903.0, 3937.0, 3938.0, 3939.0, 3982.0, 3962.0, 3981.0, 3951.0, 3929.0, 3953.0, 3973.0, 3951.0, 3963.0, 3985.0, 3964.0, 3963.0, 3955.0, 3954.0, 3962.0, 3955.0, 3975.0, 3955.0, 3963.0, 3953.0, 3955.0, 3954.0, 3955.0, 3944.0, 3956.0, 3954.0, 3966.0, 3986.0, 3955.0, 3967.0, 3997.0, 3978.0, 3977.0, 3956.0, 3965.0, 3943.0, 3953.0, 4016.0, 3977.0, 3957.0, 3967.0, 3965.0, 3953.0, 3970.0, 3977.0, 3978.0, 3936.0, 3965.0, 3956.0, 3965.0, 3969.0, 4013.0, 4046.0, 4023.0, 4013.0, 3971.0, 3968.0, 3979.0, 3990.0, 3999.0, 4032.0, 3978.0, 3987.0, 3967.0, 3944.0, 3967.0, 4019.0, 4007.0, 4008.0, 3954.0, 3986.0, 3932.0, 3953.0, 4003.0, 3974.0, 4003.0, 4006.0, 3973.0, 3962.0, 3942.0, 3954.0, 3957.0, 4010.0, 3978.0, 4037.0, 4025.0, 3963.0, 3993.0, 3959.0, 3971.0, 3957.0, 3946.0, 3945.0, 3975.0, 3957.0, 3999.0, 3999.0, 3977.0, 3955.0, 3988.0, 4004.0, 3973.0, 3961.0, 3938.0, 3959.0, 3958.0, 3959.0, 3979.0, 3980.0, 3968.0, 3958.0, 3946.0, 3913.0, 3922.0], 'WindowWidth': [9030.0, 8947.0, 8910.0, 8882.0, 8868.0, 8891.0, 8917.0, 8904.0, 8874.0, 8875.0, 8882.0, 8868.0, 8903.0, 8871.0, 8873.0, 8829.0, 8875.0, 8846.0, 8895.0, 8933.0, 8906.0, 8903.0, 8855.0, 8889.0, 8888.0, 8887.0, 8913.0, 8858.0, 8902.0, 8876.0, 8878.0, 8850.0, 8894.0, 8934.0, 8893.0, 8926.0, 8907.0, 8903.0, 8861.0, 8873.0, 8901.0, 8909.0, 8887.0, 8879.0, 8901.0, 8873.0, 8918.0, 8906.0, 8941.0, 8843.0, 8872.0, 8893.0, 8871.0, 8913.0, 8896.0, 8894.0, 8832.0, 8866.0, 8919.0, 8885.0, 8862.0, 8839.0, 8867.0, 8838.0, 8866.0, 8849.0, 8884.0, 8827.0, 8877.0, 8861.0, 8897.0, 8887.0, 8898.0, 8924.0, 8967.0, 8901.0, 8933.0, 8950.0, 8887.0, 8893.0, 8928.0, 8885.0, 8904.0, 8870.0, 8868.0, 8868.0, 8874.0, 8863.0, 8840.0, 8879.0, 8890.0, 8859.0, 8847.0, 8891.0, 8862.0, 8880.0, 8973.0, 8907.0, 8901.0, 8854.0, 8886.0, 8886.0, 8901.0, 8823.0, 8901.0, 8922.0, 8851.0, 8897.0, 8869.0, 8877.0, 8832.0, 8854.0, 8906.0, 8863.0, 8865.0, 8866.0, 8864.0, 8905.0, 8843.0, 8845.0, 8877.0, 8868.0, 8840.0, 8856.0, 8903.0, 8868.0, 8872.0, 8910.0, 8892.0, 8888.0, 8950.0, 8943.0, 8907.0, 8863.0, 8873.0, 8944.0, 8913.0, 8885.0, 8836.0, 8881.0, 8903.0, 8844.0, 8842.0, 8897.0, 8876.0, 8838.0, 8848.0, 8847.0, 8834.0, 8860.0, 8854.0, 8866.0, 8822.0, 8856.0, 8912.0, 8868.0, 8884.0, 8872.0, 8885.0, 8863.0, 8868.0, 8906.0, 8863.0, 8879.0, 8847.0, 8860.0, 8885.0, 8839.0, 8854.0, 8839.0, 8869.0, 8820.0, 8841.0, 8856.0, 8824.0, 8858.0, 8868.0, 8859.0, 8843.0, 8848.0, 8843.0, 8831.0, 8882.0, 8875.0, 8882.0, 8860.0, 8850.0, 8859.0, 8850.0, 8883.0, 8872.0, 8895.0, 8834.0, 8887.0, 8916.0, 8891.0, 8896.0, 8877.0, 8892.0, 8879.0, 8939.0, 8893.0, 8919.0, 8844.0, 8874.0, 8938.0, 8882.0, 8880.0, 8895.0, 8883.0, 8908.0, 8850.0, 8859.0, 8834.0, 8862.0, 8900.0, 8862.0, 8845.0, 8867.0, 8866.0, 8835.0, 8886.0, 8916.0, 8901.0, 8870.0, 8856.0, 8872.0, 8893.0, 8870.0, 8914.0, 8902.0, 8882.0, 8826.0, 8868.0, 8928.0, 8868.0, 8888.0, 8883.0, 8900.0, 8824.0, 8875.0, 8896.0, 8870.0, 8892.0, 8931.0, 8896.0, 8891.0, 8878.0, 8890.0, 8901.0, 8886.0, 8935.0, 8899.0, 8871.0, 8843.0, 8872.0, 8931.0, 8872.0, 8887.0, 8885.0, 8899.0, 8822.0, 8870.0, 8910.0, 8865.0, 8885.0, 8898.0, 8887.0, 8865.0, 8869.0, 8884.0, 8850.0, 8887.0, 8944.0, 8918.0, 8868.0, 8857.0, 8873.0, 8855.0, 8886.0, 8941.0, 8914.0, 8867.0, 8855.0, 8870.0, 8854.0, 8888.0, 8943.0, 8903.0, 8889.0, 8873.0, 8870.0, 8854.0, 8885.0, 8943.0, 8903.0, 8885.0, 8872.0, 8868.0, 8841.0, 8888.0, 8914.0, 8907.0, 8874.0, 8895.0, 8889.0, 8874.0, 8904.0, 8957.0, 8928.0, 8947.0, 8915.0, 8872.0, 8916.0, 8956.0, 8918.0, 8906.0, 8938.0, 8906.0, 8893.0, 8966.0, 8906.0, 8908.0, 8900.0, 8910.0, 8966.0, 8913.0, 8918.0, 8880.0, 8874.0, 8850.0, 8890.0, 8872.0, 8901.0, 8887.0, 8931.0, 8898.0, 8860.0, 8818.0, 8813.0, 8776.0, 8827.0, 8890.0, 8860.0, 8833.0, 8819.0, 8817.0, 8805.0, 8839.0, 8828.0, 8860.0, 8802.0, 8861.0, 8822.0, 8870.0, 8928.0, 8885.0, 8897.0, 8886.0, 8883.0, 8853.0, 8873.0, 8921.0, 8883.0, 8910.0, 8895.0, 8880.0, 8839.0, 8873.0, 8890.0, 8884.0, 8913.0, 8899.0, 8884.0, 8854.0, 8886.0, 8890.0, 8907.0, 8853.0, 8891.0, 8862.0, 8896.0, 8976.0, 8941.0, 8906.0, 8877.0, 8890.0, 8888.0, 8927.0, 8934.0, 8917.0, 8900.0, 8856.0, 8901.0, 8931.0, 8919.0, 8903.0, 8874.0, 8888.0, 8874.0, 8928.0, 8928.0, 8973.0, 8908.0, 8916.0, 8904.0, 8878.0, 8884.0, 8887.0, 8938.0, 8933.0, 8869.0, 8885.0, 8881.0, 8896.0, 8914.0, 8907.0, 8901.0, 8857.0, 8931.0, 8933.0, 8880.0, 8872.0, 8876.0, 8851.0, 8863.0, 8916.0, 8858.0, 8869.0, 8861.0, 8862.0, 8850.0, 8866.0, 8819.0, 8866.0, 8896.0, 8868.0, 8883.0, 8889.0, 8866.0, 8872.0, 8868.0, 8877.0, 8904.0, 8893.0, 8920.0, 8862.0, 8888.0, 8856.0, 8902.0, 8963.0, 8934.0, 8910.0, 8882.0, 8876.0, 8862.0, 8896.0, 8876.0, 8892.0, 8826.0, 8864.0, 8886.0, 8865.0, 8892.0, 8895.0, 8876.0, 8850.0, 8846.0, 8831.0, 8862.0, 8938.0, 8908.0, 8872.0, 8865.0, 8847.0, 8829.0, 8864.0, 8893.0, 8896.0, 8821.0, 8870.0, 8837.0, 8888.0, 8944.0, 8934.0, 8883.0, 8873.0, 8881.0, 8851.0, 8914.0, 8941.0, 8912.0, 8907.0, 8847.0, 8857.0, 8862.0, 8873.0, 8833.0, 8874.0, 8815.0, 8848.0, 8916.0, 8893.0, 8865.0, 8850.0, 8856.0, 8851.0, 8892.0, 8895.0, 8892.0, 8834.0, 8859.0, 8829.0, 8863.0, 8931.0, 8891.0, 8844.0, 8842.0, 8840.0, 8831.0, 8889.0, 8830.0, 8891.0, 8801.0, 8860.0, 8891.0, 8864.0, 8904.0, 8912.0, 8851.0, 8872.0, 8862.0, 8850.0, 8895.0, 8896.0, 8879.0, 8833.0, 8867.0, 8881.0, 8863.0, 8906.0, 8880.0, 8874.0, 8871.0, 8894.0, 8836.0, 8890.0, 8835.0, 8865.0, 8868.0, 8854.0, 8905.0, 8928.0, 8902.0, 8909.0, 8865.0, 8882.0, 8942.0, 8912.0, 8858.0, 8847.0, 8851.0, 8884.0, 8862.0, 8893.0, 8879.0, 8846.0, 8820.0, 8857.0, 8862.0, 8851.0, 8904.0, 8890.0, 8872.0, 8847.0, 8873.0, 8855.0, 8886.0, 8948.0, 8933.0, 8884.0, 8858.0, 8854.0, 8854.0, 8890.0, 8968.0, 8943.0, 8888.0, 8862.0, 8860.0, 8877.0, 8832.0, 8879.0, 8892.0, 8936.0, 8857.0, 8920.0, 8942.0, 8880.0, 8867.0, 8908.0, 8880.0, 8855.0, 8849.0, 8846.0, 8831.0, 8862.0, 8902.0, 8873.0, 8826.0, 8833.0, 8843.0, 8834.0, 8884.0, 8911.0, 8890.0, 8858.0, 8855.0, 8858.0, 8853.0, 8892.0, 8946.0, 8927.0, 8843.0, 8877.0, 8859.0, 8874.0, 8933.0, 8938.0, 8886.0, 8859.0, 8859.0, 8881.0, 8869.0, 8946.0, 8948.0, 8883.0, 8855.0, 8867.0, 8855.0, 8886.0, 8938.0, 8914.0, 8891.0, 8849.0, 8846.0, 8857.0, 8863.0, 8918.0, 8897.0, 8873.0, 8846.0, 8838.0, 8844.0, 8861.0, 8889.0, 8894.0, 8860.0, 8851.0, 8879.0, 8867.0, 8904.0, 8898.0, 8850.0, 8830.0, 8799.0, 8795.0, 8818.0, 8887.0, 8911.0, 8928.0, 8840.0, 8870.0, 8880.0, 8853.0, 8864.0, 8940.0, 8901.0, 8876.0, 8854.0, 8848.0, 8846.0, 8881.0, 8910.0, 8911.0, 8864.0, 8869.0, 8855.0, 8906.0, 8931.0, 8957.0, 8890.0, 8907.0, 8865.0, 8825.0, 8896.0, 8888.0, 8945.0, 8983.0, 8932.0, 8918.0, 8903.0, 8878.0, 8922.0, 8864.0, 8860.0, 8837.0, 8868.0, 8902.0, 8869.0, 8868.0, 8805.0, 8862.0, 8792.0, 8806.0, 8822.0, 8810.0, 8832.0, 8825.0, 8793.0, 8799.0, 8770.0, 8820.0, 8820.0, 8826.0, 8890.0, 8859.0, 8880.0, 8844.0, 8815.0, 8851.0, 8877.0, 8846.0, 8864.0, 8893.0, 8865.0, 8863.0, 8853.0, 8851.0, 8862.0, 8856.0, 8881.0, 8856.0, 8863.0, 8851.0, 8855.0, 8854.0, 8856.0, 8842.0, 8859.0, 8853.0, 8872.0, 8898.0, 8857.0, 8876.0, 8916.0, 8890.0, 8885.0, 8858.0, 8869.0, 8838.0, 8852.0, 8939.0, 8888.0, 8863.0, 8878.0, 8871.0, 8854.0, 8881.0, 8889.0, 8891.0, 8836.0, 8871.0, 8859.0, 8871.0, 8883.0, 8947.0, 8996.0, 8959.0, 8948.0, 8888.0, 8879.0, 8897.0, 8913.0, 8924.0, 8969.0, 8889.0, 8903.0, 8876.0, 8843.0, 8877.0, 8950.0, 8932.0, 8931.0, 8853.0, 8897.0, 8825.0, 8850.0, 8917.0, 8878.0, 8917.0, 8926.0, 8877.0, 8861.0, 8835.0, 8857.0, 8867.0, 8944.0, 8900.0, 8988.0, 8972.0, 8888.0, 8928.0, 8875.0, 8893.0, 8864.0, 8848.0, 8846.0, 8883.0, 8862.0, 8922.0, 8923.0, 8890.0, 8857.0, 8901.0, 8920.0, 8874.0, 8856.0, 8820.0, 8848.0, 8847.0, 8849.0, 8876.0, 8881.0, 8861.0, 8846.0, 8826.0, 8779.0, 8791.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.004630035885167465</td></tr>
<tr><td colspan=3>aqi</td><td>0.045350322129186604</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.24513722044309</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2491542162634726</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0593020559880229</td></tr>
<tr><td colspan=3>efc</td><td>0.5098</td></tr>
<tr><td colspan=3>fber</td><td>4411.8423</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12210237482923238</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>107</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.799043062200957</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.415849076145395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2846615818930593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.693789390320511</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2690962562226145</td></tr>
<tr><td colspan=3>gcor</td><td>0.00887289</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021574998274445534</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04211945831775665</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.989978720344943</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.0775</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3608</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.5</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293692.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>979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.9334</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5637</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.2988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3144.4482</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3308.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.0721</td></tr>
<tr><td colspan=3>tsnr</td><td>29.88380348822102</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>