<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-02/func/sub-0069_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>4709bb441075cf55fc205c4aea75ae43</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>16:46:6.792500</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.999941, -0.0018324, -0.0106769, 0.00157074, 0.999699, -0.0244644]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0755451</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>[4149, -7735, -7305, 563, -45, -126, 22, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c81c8330-8b11-4b2c-b681-95c7f482e06d||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.682769536972046, 0.004214172717183828, -0.0289401113986969, 113.85118865966797], [0.004916197154670954, 2.6821205615997314, -0.06600476801395416, -89.50692749023438], [-0.028645450249314308, 0.06563624739646912, 2.699037790298462, -81.82605743408203], [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': ['164606.792500', '164607.252500', '164607.712500', '164608.172500', '164608.632500', '164609.092500', '164609.552500', '164610.012500', '164610.472500', '164610.932500', '164611.392500', '164611.852500', '164612.312500', '164612.772500', '164613.232500', '164613.692500', '164614.152500', '164614.612500', '164615.072500', '164615.532500', '164615.992500', '164616.452500', '164616.912500', '164617.372500', '164617.832500', '164618.292500', '164618.752500', '164619.212500', '164619.672500', '164620.132500', '164620.592500', '164621.052500', '164621.512500', '164621.972500', '164622.432500', '164622.892500', '164623.352500', '164623.812500', '164624.272500', '164624.732500', '164625.192500', '164625.652500', '164626.112500', '164626.572500', '164627.032500', '164627.492500', '164627.952500', '164628.412500', '164628.872500', '164629.332500', '164629.792500', '164630.252500', '164630.712500', '164631.172500', '164631.632500', '164632.092500', '164632.552500', '164633.012500', '164633.472500', '164633.932500', '164634.392500', '164634.852500', '164635.312500', '164635.772500', '164636.232500', '164636.692500', '164637.152500', '164637.612500', '164638.072500', '164638.532500', '164638.992500', '164639.452500', '164639.912500', '164640.372500', '164640.832500', '164641.292500', '164641.752500', '164642.212500', '164642.672500', '164643.132500', '164643.592500', '164644.052500', '164644.512500', '164644.972500', '164645.432500', '164645.892500', '164646.352500', '164646.812500', '164647.272500', '164647.732500', '164648.192500', '164648.652500', '164649.112500', '164649.572500', '164650.032500', '164650.492500', '164650.952500', '164651.412500', '164651.872500', '164652.332500', '164652.792500', '164653.252500', '164653.712500', '164654.172500', '164654.632500', '164655.092500', '164655.552500', '164656.012500', '164656.472500', '164656.932500', '164657.392500', '164657.852500', '164658.312500', '164658.772500', '164659.232500', '164659.692500', '164700.152500', '164700.612500', '164701.072500', '164701.532500', '164701.992500', '164702.452500', '164702.912500', '164703.372500', '164703.832500', '164704.292500', '164704.752500', '164705.212500', '164705.672500', '164706.132500', '164706.592500', '164707.052500', '164707.512500', '164707.972500', '164708.432500', '164708.892500', '164709.352500', '164709.812500', '164710.272500', '164710.732500', '164711.192500', '164711.652500', '164712.112500', '164712.572500', '164713.032500', '164713.492500', '164713.952500', '164714.412500', '164714.872500', '164715.332500', '164715.792500', '164716.252500', '164716.712500', '164717.172500', '164717.632500', '164718.092500', '164718.552500', '164719.012500', '164719.472500', '164719.932500', '164720.392500', '164720.852500', '164721.312500', '164721.772500', '164722.232500', '164722.692500', '164723.152500', '164723.612500', '164724.072500', '164724.532500', '164724.992500', '164725.452500', '164725.912500', '164726.372500', '164726.832500', '164727.292500', '164727.752500', '164728.212500', '164728.672500', '164729.132500', '164729.592500', '164730.052500', '164730.512500', '164730.972500', '164731.432500', '164731.892500', '164732.352500', '164732.812500', '164733.272500', '164733.732500', '164734.192500', '164734.652500', '164735.112500', '164735.572500', '164736.032500', '164736.492500', '164736.952500', '164737.412500', '164737.872500', '164738.332500', '164738.792500', '164739.252500', '164739.712500', '164740.172500', '164740.632500', '164741.092500', '164741.552500', '164742.012500', '164742.472500', '164742.932500', '164743.392500', '164743.852500', '164744.312500', '164744.772500', '164745.232500', '164745.692500', '164746.152500', '164746.612500', '164747.072500', '164747.532500', '164747.992500', '164748.452500', '164748.912500', '164749.372500', '164749.832500', '164750.292500', '164750.752500', '164751.212500', '164751.672500', '164752.132500', '164752.592500', '164753.052500', '164753.512500', '164753.972500', '164754.432500', '164754.892500', '164755.352500', '164755.812500', '164756.272500', '164756.732500', '164757.192500', '164757.652500', '164758.112500', '164758.572500', '164759.032500', '164759.492500', '164759.952500', '164800.412500', '164800.872500', '164801.332500', '164801.792500', '164802.252500', '164802.712500', '164803.172500', '164803.632500', '164804.092500', '164804.552500', '164805.012500', '164805.472500', '164805.932500', '164806.392500', '164806.852500', '164807.312500', '164807.772500', '164808.232500', '164808.692500', '164809.152500', '164809.612500', '164810.072500', '164810.532500', '164810.992500', '164811.452500', '164811.912500', '164812.372500', '164812.832500', '164813.292500', '164813.752500', '164814.212500', '164814.672500', '164815.132500', '164815.592500', '164816.052500', '164816.512500', '164816.972500', '164817.432500', '164817.892500', '164818.352500', '164818.812500', '164819.272500', '164819.732500', '164820.192500', '164820.652500', '164821.112500', '164821.572500', '164822.032500', '164822.492500', '164822.952500', '164823.412500', '164823.872500', '164824.332500', '164824.792500', '164825.252500', '164825.712500', '164826.172500', '164826.632500', '164827.092500', '164827.552500', '164828.012500', '164828.472500', '164828.932500', '164829.392500', '164829.852500', '164830.312500', '164830.772500', '164831.232500', '164831.692500', '164832.152500', '164832.612500', '164833.072500', '164833.532500', '164833.992500', '164834.452500', '164834.912500', '164835.372500', '164835.832500', '164836.292500', '164836.752500', '164837.212500', '164837.672500', '164838.132500', '164838.592500', '164839.052500', '164839.512500', '164839.972500', '164840.432500', '164840.892500', '164841.352500', '164841.812500', '164842.272500', '164842.732500', '164843.192500', '164843.652500', '164844.112500', '164844.572500', '164845.032500', '164845.492500', '164845.952500', '164846.412500', '164846.872500', '164847.332500', '164847.792500', '164848.252500', '164848.712500', '164849.172500', '164849.632500', '164850.092500', '164850.552500', '164851.012500', '164851.472500', '164851.932500', '164852.392500', '164852.852500', '164853.312500', '164853.772500', '164854.232500', '164854.692500', '164855.152500', '164855.612500', '164856.072500', '164856.532500', '164856.992500', '164857.452500', '164857.912500', '164858.372500', '164858.832500', '164859.292500', '164859.752500', '164900.212500', '164900.672500', '164901.132500', '164901.592500', '164902.052500', '164902.512500', '164902.972500', '164903.432500', '164903.892500', '164904.352500', '164904.812500', '164905.272500', '164905.732500', '164906.192500', '164906.652500', '164907.112500', '164907.572500', '164908.032500', '164908.492500', '164908.952500', '164909.412500', '164909.872500', '164910.332500', '164910.792500', '164911.252500', '164911.712500', '164912.172500', '164912.632500', '164913.092500', '164913.552500', '164914.012500', '164914.472500', '164914.932500', '164915.392500', '164915.852500', '164916.312500', '164916.772500', '164917.232500', '164917.692500', '164918.152500', '164918.612500', '164919.072500', '164919.532500', '164919.992500', '164920.452500', '164920.912500', '164921.372500', '164921.832500', '164922.292500', '164922.752500', '164923.212500', '164923.672500', '164924.132500', '164924.592500', '164925.052500', '164925.512500', '164925.972500', '164926.432500', '164926.892500', '164927.352500', '164927.812500', '164928.272500', '164928.732500', '164929.192500', '164929.652500', '164930.112500', '164930.572500', '164931.032500', '164931.492500', '164931.952500', '164932.412500', '164932.872500', '164933.332500', '164933.792500', '164934.252500', '164934.712500', '164935.172500', '164935.632500', '164936.092500', '164936.552500', '164937.012500', '164937.472500', '164937.932500', '164938.392500', '164938.852500', '164939.312500', '164939.772500', '164940.232500', '164940.692500', '164941.152500', '164941.612500', '164942.072500', '164942.532500', '164942.992500', '164943.452500', '164943.912500', '164944.372500', '164944.832500', '164945.292500', '164945.752500', '164946.212500', '164946.672500', '164947.132500', '164947.592500', '164948.052500', '164948.512500', '164948.972500', '164949.432500', '164949.892500', '164950.352500', '164950.812500', '164951.272500', '164951.732500', '164952.192500', '164952.652500', '164953.112500', '164953.572500', '164954.032500', '164954.492500', '164954.952500', '164955.412500', '164955.872500', '164956.332500', '164956.792500', '164957.252500', '164957.712500', '164958.172500', '164958.632500', '164959.092500', '164959.552500', '165000.012500', '165000.472500', '165000.932500', '165001.392500', '165001.852500', '165002.312500', '165002.772500', '165003.232500', '165003.692500', '165004.152500', '165004.612500', '165005.072500', '165005.532500', '165005.992500', '165006.452500', '165006.912500', '165007.372500', '165007.832500', '165008.292500', '165008.752500', '165009.212500', '165009.672500', '165010.132500', '165010.592500', '165011.052500', '165011.512500', '165011.972500', '165012.432500', '165012.892500', '165013.352500', '165013.812500', '165014.272500', '165014.732500', '165015.192500', '165015.652500', '165016.112500', '165016.572500', '165017.032500', '165017.492500', '165017.952500', '165018.412500', '165018.872500', '165019.332500', '165019.792500', '165020.252500', '165020.712500', '165021.172500', '165021.632500', '165022.092500', '165022.552500', '165023.012500', '165023.472500', '165023.932500', '165024.392500', '165024.852500', '165025.312500', '165025.772500', '165026.232500', '165026.692500', '165027.152500', '165027.612500', '165028.072500', '165028.532500', '165028.992500', '165029.452500', '165029.912500', '165030.372500', '165030.832500', '165031.292500', '165031.752500', '165032.212500', '165032.672500', '165033.132500', '165033.592500', '165034.052500', '165034.512500', '165034.972500', '165035.432500', '165035.892500', '165036.352500', '165036.812500', '165037.272500', '165037.732500', '165038.192500', '165038.652500', '165039.112500', '165039.572500', '165040.032500', '165040.492500', '165040.952500', '165041.412500', '165041.872500', '165042.332500', '165042.792500', '165043.252500', '165043.712500', '165044.172500', '165044.632500', '165045.092500', '165045.552500', '165046.012500', '165046.472500', '165046.932500', '165047.392500', '165047.852500', '165048.312500', '165048.772500', '165049.232500', '165049.692500', '165050.152500', '165050.612500', '165051.072500', '165051.532500', '165051.992500', '165052.452500', '165052.912500', '165053.372500', '165053.832500', '165054.292500', '165054.752500', '165055.212500', '165055.672500', '165056.132500', '165056.592500', '165057.052500', '165057.512500', '165057.972500', '165058.432500', '165058.892500', '165059.352500', '165059.812500', '165100.272500', '165100.732500', '165101.192500', '165101.652500', '165102.112500', '165102.572500', '165103.032500', '165103.492500', '165103.952500', '165104.412500', '165104.872500', '165105.332500', '165105.792500', '165106.252500', '165106.712500', '165107.172500', '165107.632500', '165108.092500', '165108.552500', '165109.012500', '165109.472500', '165109.932500', '165110.392500', '165110.852500', '165111.312500', '165111.772500', '165112.232500', '165112.692500', '165113.152500', '165113.612500', '165114.072500', '165114.532500', '165114.992500', '165115.452500', '165115.912500', '165116.372500', '165116.832500', '165117.292500', '165117.752500', '165118.212500', '165118.672500', '165119.132500', '165119.592500', '165120.052500', '165120.512500', '165120.972500', '165121.432500', '165121.892500', '165122.352500', '165122.812500', '165123.272500', '165123.732500', '165124.192500', '165124.652500', '165125.112500', '165125.572500', '165126.032500', '165126.492500', '165126.952500', '165127.412500', '165127.872500', '165128.332500', '165128.792500', '165129.252500', '165129.712500', '165130.172500', '165130.632500', '165131.092500', '165131.552500', '165132.012500', '165132.472500', '165132.932500', '165133.392500', '165133.852500', '165134.312500', '165134.772500', '165135.232500', '165135.692500', '165136.152500', '165136.612500', '165137.072500', '165137.532500', '165137.992500', '165138.452500', '165138.912500', '165139.372500', '165139.832500', '165140.292500', '165140.752500', '165141.212500', '165141.672500', '165142.132500', '165142.592500', '165143.052500', '165143.512500', '165143.972500', '165144.432500', '165144.892500', '165145.352500', '165145.812500', '165146.272500', '165146.732500', '165147.192500', '165147.652500', '165148.112500', '165148.572500', '165149.032500', '165149.492500', '165149.952500', '165150.412500', '165150.872500', '165151.332500', '165151.792500', '165152.252500', '165152.712500', '165153.172500', '165153.632500', '165154.092500', '165154.552500', '165155.012500', '165155.472500', '165155.932500', '165156.392500', '165156.852500', '165157.312500', '165157.772500', '165158.232500', '165158.692500', '165159.152500', '165159.612500', '165200.072500', '165200.532500', '165200.992500', '165201.452500', '165201.912500', '165202.372500', '165202.832500', '165203.292500', '165203.752500', '165204.212500', '165204.672500', '165205.132500', '165205.592500', '165206.052500', '165206.512500', '165206.972500', '165207.432500', '165207.892500', '165208.352500', '165208.812500', '165209.272500', '165209.732500', '165210.192500', '165210.652500', '165211.112500', '165211.572500', '165212.032500', '165212.492500', '165212.952500', '165213.412500', '165213.872500', '165214.332500', '165214.792500', '165215.252500', '165215.712500', '165216.172500', '165216.632500', '165217.092500', '165217.552500', '165218.012500', '165218.472500', '165218.932500', '165219.392500', '165219.852500', '165220.312500', '165220.772500', '165221.232500', '165221.692500', '165222.152500', '165222.612500', '165223.072500', '165223.532500', '165223.992500', '165224.452500', '165224.912500', '165225.372500', '165225.832500', '165226.292500', '165226.752500', '165227.212500', '165227.672500', '165228.132500', '165228.592500', '165229.052500', '165229.512500', '165229.972500', '165230.432500', '165230.892500', '165231.352500', '165231.812500', '165232.272500'], 'ContentTime': ['164622.549000', '164622.561000', '164622.564000', '164622.566000', '164622.573000', '164622.576000', '164622.578000', '164622.581000', '164622.583000', '164622.586000', '164622.588000', '164622.591000', '164622.594000', '164622.600000', '164622.602000', '164622.605000', '164622.607000', '164622.610000', '164622.613000', '164622.615000', '164622.618000', '164622.620000', '164622.623000', '164622.625000', '164622.628000', '164622.633000', '164622.635000', '164622.638000', '164622.640000', '164622.643000', '164622.646000', '164622.648000', '164642.497000', '164642.500000', '164642.503000', '164642.505000', '164642.508000', '164642.510000', '164642.513000', '164642.515000', '164642.518000', '164642.523000', '164642.526000', '164642.529000', '164642.531000', '164642.534000', '164642.536000', '164642.539000', '164642.541000', '164642.544000', '164642.547000', '164642.549000', '164642.552000', '164642.554000', '164642.557000', '164642.559000', '164642.562000', '164642.564000', '164642.567000', '164642.569000', '164642.572000', '164642.575000', '164642.577000', '164642.580000', '164642.582000', '164642.585000', '164642.587000', '164642.590000', '164642.592000', '164642.595000', '164642.597000', '164642.600000', '164642.603000', '164642.605000', '164642.608000', '164702.498000', '164702.501000', '164702.504000', '164702.506000', '164702.509000', '164702.512000', '164702.514000', '164702.517000', '164702.519000', '164702.526000', '164702.529000', '164702.531000', '164702.534000', '164702.537000', '164702.539000', '164702.542000', '164702.544000', '164702.547000', '164702.550000', '164702.552000', '164702.555000', '164702.557000', '164702.560000', '164702.562000', '164702.565000', '164702.567000', '164702.570000', '164702.573000', '164702.575000', '164702.578000', '164702.580000', '164702.583000', '164702.585000', '164702.588000', '164702.590000', '164702.593000', '164702.595000', '164702.598000', '164702.601000', '164702.603000', '164702.606000', '164702.609000', '164702.611000', '164702.614000', '164722.498000', '164722.501000', '164722.504000', '164722.506000', '164722.509000', '164722.511000', '164722.514000', '164722.517000', '164722.519000', '164722.522000', '164722.524000', '164722.527000', '164722.529000', '164722.532000', '164722.534000', '164722.537000', '164722.540000', '164722.542000', '164722.545000', '164722.547000', '164722.550000', '164722.561000', '164722.563000', '164722.566000', '164722.568000', '164722.571000', '164722.574000', '164722.576000', '164722.579000', '164722.581000', '164722.584000', '164722.586000', '164722.589000', '164722.591000', '164722.594000', '164722.597000', '164722.599000', '164722.602000', '164722.604000', '164722.616000', '164722.619000', '164722.621000', '164722.624000', '164742.497000', '164742.500000', '164742.503000', '164742.505000', '164742.509000', '164742.512000', '164742.514000', '164742.517000', '164742.520000', '164742.522000', '164742.525000', '164742.527000', '164742.530000', '164742.533000', '164742.535000', '164742.538000', '164742.540000', '164742.543000', '164742.546000', '164742.548000', '164742.551000', '164742.554000', '164742.556000', '164742.559000', '164742.561000', '164742.564000', '164742.567000', '164742.569000', '164742.572000', '164742.574000', '164742.577000', '164742.580000', '164742.582000', '164742.585000', '164742.587000', '164742.590000', '164742.593000', '164742.595000', '164742.598000', '164742.601000', '164742.603000', '164742.606000', '164742.608000', '164742.611000', '164802.498000', '164802.500000', '164802.503000', '164802.506000', '164802.508000', '164802.511000', '164802.513000', '164802.516000', '164802.519000', '164802.521000', '164802.524000', '164802.526000', '164802.529000', '164802.531000', '164802.534000', '164802.536000', '164802.539000', '164802.542000', '164802.544000', '164802.547000', '164802.550000', '164802.552000', '164802.555000', '164802.557000', '164802.560000', '164802.563000', '164802.565000', '164802.568000', '164802.570000', '164802.573000', '164802.575000', '164802.578000', '164802.580000', '164802.583000', '164802.586000', '164802.588000', '164802.591000', '164802.593000', '164802.596000', '164802.599000', '164802.601000', '164802.604000', '164802.606000', '164822.497000', '164822.500000', '164822.503000', '164822.505000', '164822.508000', '164822.510000', '164822.513000', '164822.516000', '164822.518000', '164822.521000', '164822.523000', '164822.526000', '164822.529000', '164822.531000', '164822.534000', '164822.536000', '164822.539000', '164822.542000', '164822.544000', '164822.547000', '164822.549000', '164822.552000', '164822.555000', '164822.557000', '164822.560000', '164822.562000', '164822.565000', '164822.567000', '164822.570000', '164822.572000', '164822.575000', '164822.578000', '164822.580000', '164822.583000', '164822.585000', '164822.588000', '164822.590000', '164822.593000', '164822.596000', '164822.598000', '164822.601000', '164822.603000', '164822.606000', '164822.609000', '164842.497000', '164842.500000', '164842.503000', '164842.506000', '164842.508000', '164842.511000', '164842.513000', '164842.516000', '164842.519000', '164842.521000', '164842.524000', '164842.526000', '164842.529000', '164842.531000', '164842.534000', '164842.537000', '164842.539000', '164842.542000', '164842.544000', '164842.547000', '164842.550000', '164842.552000', '164842.555000', '164842.557000', '164842.560000', '164842.563000', '164842.565000', '164842.568000', '164842.570000', '164842.573000', '164842.575000', '164842.578000', '164842.581000', '164842.583000', '164842.586000', '164842.588000', '164842.591000', '164842.593000', '164842.596000', '164842.598000', '164842.601000', '164842.604000', '164842.606000', '164902.498000', '164902.500000', '164902.503000', '164902.506000', '164902.508000', '164902.511000', '164902.514000', '164902.517000', '164902.519000', '164902.522000', '164902.525000', '164902.527000', '164902.530000', '164902.532000', '164902.535000', '164902.538000', '164902.540000', '164902.552000', '164902.555000', '164902.557000', '164902.560000', '164902.562000', '164902.565000', '164902.568000', '164902.570000', '164902.573000', '164902.575000', '164902.578000', '164902.580000', '164902.583000', '164902.586000', '164902.588000', '164902.591000', '164902.593000', '164902.596000', '164902.599000', '164902.601000', '164902.604000', '164902.607000', '164902.609000', '164902.612000', '164902.614000', '164902.617000', '164922.498000', '164922.501000', '164922.504000', '164922.506000', '164922.509000', '164922.512000', '164922.514000', '164922.517000', '164922.520000', '164922.522000', '164922.525000', '164922.528000', '164922.530000', '164922.533000', '164922.535000', '164922.538000', '164922.540000', '164922.543000', '164922.546000', '164922.548000', '164922.551000', '164922.553000', '164922.556000', '164922.558000', '164922.561000', '164922.564000', '164922.566000', '164922.569000', '164922.571000', '164922.574000', '164922.577000', '164922.579000', '164922.582000', '164922.584000', '164922.587000', '164922.589000', '164922.592000', '164922.595000', '164922.597000', '164922.600000', '164922.603000', '164922.605000', '164922.608000', '164922.610000', '164942.499000', '164942.502000', '164942.504000', '164942.507000', '164942.509000', '164942.512000', '164942.514000', '164942.517000', '164942.520000', '164942.522000', '164942.525000', '164942.527000', '164942.530000', '164942.532000', '164942.535000', '164942.538000', '164942.540000', '164942.543000', '164942.545000', '164942.548000', '164942.551000', '164942.553000', '164942.556000', '164942.558000', '164942.561000', '164942.563000', '164942.566000', '164942.568000', '164942.571000', '164942.574000', '164942.576000', '164942.579000', '164942.581000', '164942.584000', '164942.587000', '164942.589000', '164942.592000', '164942.594000', '164942.597000', '164942.599000', '164942.602000', '164942.605000', '164942.607000', '165002.497000', '165002.500000', '165002.503000', '165002.505000', '165002.508000', '165002.511000', '165002.513000', '165002.516000', '165002.518000', '165002.521000', '165002.524000', '165002.526000', '165002.529000', '165002.531000', '165002.534000', '165002.537000', '165002.539000', '165002.542000', '165002.544000', '165002.547000', '165002.549000', '165002.552000', '165002.555000', '165002.557000', '165002.560000', '165002.562000', '165002.565000', '165002.567000', '165002.570000', '165002.573000', '165002.575000', '165002.578000', '165002.580000', '165002.583000', '165002.585000', '165002.588000', '165002.591000', '165002.593000', '165002.596000', '165002.598000', '165002.601000', '165002.604000', '165002.606000', '165002.609000', '165022.498000', '165022.500000', '165022.503000', '165022.506000', '165022.508000', '165022.511000', '165022.513000', '165022.516000', '165022.518000', '165022.521000', '165022.524000', '165022.526000', '165022.529000', '165022.531000', '165022.535000', '165022.538000', '165022.541000', '165022.544000', '165022.546000', '165022.549000', '165022.551000', '165022.554000', '165022.556000', '165022.559000', '165022.562000', '165022.564000', '165022.567000', '165022.569000', '165022.572000', '165022.575000', '165022.577000', '165022.580000', '165022.582000', '165022.585000', '165022.588000', '165022.591000', '165022.594000', '165022.596000', '165022.599000', '165022.602000', '165022.604000', '165022.607000', '165022.649000', '165042.497000', '165042.500000', '165042.503000', '165042.505000', '165042.508000', '165042.511000', '165042.513000', '165042.516000', '165042.518000', '165042.521000', '165042.524000', '165042.526000', '165042.529000', '165042.531000', '165042.534000', '165042.537000', '165042.539000', '165042.542000', '165042.544000', '165042.547000', '165042.549000', '165042.552000', '165042.555000', '165042.557000', '165042.560000', '165042.562000', '165042.565000', '165042.568000', '165042.570000', '165042.573000', '165042.575000', '165042.578000', '165042.581000', '165042.583000', '165042.586000', '165042.588000', '165042.591000', '165042.593000', '165042.596000', '165042.599000', '165042.601000', '165042.604000', '165042.607000', '165042.609000', '165102.498000', '165102.500000', '165102.503000', '165102.506000', '165102.508000', '165102.511000', '165102.513000', '165102.516000', '165102.518000', '165102.521000', '165102.524000', '165102.526000', '165102.529000', '165102.531000', '165102.534000', '165102.536000', '165102.539000', '165102.542000', '165102.544000', '165102.547000', '165102.549000', '165102.552000', '165102.555000', '165102.557000', '165102.560000', '165102.563000', '165102.566000', '165102.568000', '165102.571000', '165102.573000', '165102.576000', '165102.578000', '165102.581000', '165102.584000', '165102.586000', '165102.589000', '165102.591000', '165102.594000', '165102.597000', '165102.599000', '165102.602000', '165102.605000', '165102.607000', '165122.498000', '165122.500000', '165122.503000', '165122.506000', '165122.508000', '165122.511000', '165122.513000', '165122.516000', '165122.518000', '165122.521000', '165122.524000', '165122.526000', '165122.529000', '165122.531000', '165122.534000', '165122.536000', '165122.539000', '165122.542000', '165122.544000', '165122.547000', '165122.549000', '165122.552000', '165122.555000', '165122.557000', '165122.560000', '165122.562000', '165122.565000', '165122.568000', '165122.570000', '165122.573000', '165122.575000', '165122.578000', '165122.581000', '165122.583000', '165122.586000', '165122.588000', '165122.591000', '165122.594000', '165122.596000', '165122.599000', '165122.601000', '165122.604000', '165122.607000', '165122.609000', '165142.498000', '165142.501000', '165142.504000', '165142.507000', '165142.509000', '165142.512000', '165142.514000', '165142.517000', '165142.520000', '165142.522000', '165142.525000', '165142.527000', '165142.530000', '165142.533000', '165142.535000', '165142.538000', '165142.541000', '165142.543000', '165142.546000', '165142.548000', '165142.551000', '165142.554000', '165142.556000', '165142.559000', '165142.561000', '165142.564000', '165142.567000', '165142.569000', '165142.572000', '165142.574000', '165142.577000', '165142.580000', '165142.585000', '165142.588000', '165142.591000', '165142.593000', '165142.596000', '165142.598000', '165142.601000', '165142.604000', '165142.606000', '165142.609000', '165142.612000', '165202.498000', '165202.501000', '165202.504000', '165202.506000', '165202.509000', '165202.512000', '165202.514000', '165202.517000', '165202.519000', '165202.522000', '165202.525000', '165202.527000', '165202.530000', '165202.532000', '165202.535000', '165202.537000', '165202.540000', '165202.542000', '165202.545000', '165202.548000', '165202.550000', '165202.553000', '165202.555000', '165202.558000', '165202.561000', '165202.563000', '165202.566000', '165202.568000', '165202.571000', '165202.574000', '165202.576000', '165202.579000', '165202.581000', '165202.584000', '165202.587000', '165202.589000', '165202.592000', '165202.594000', '165202.597000', '165202.600000', '165202.602000', '165202.605000', '165202.608000', '165202.610000', '165222.498000', '165222.500000', '165222.503000', '165222.505000', '165222.508000', '165222.511000', '165222.513000', '165222.516000', '165222.518000', '165222.521000', '165222.524000', '165222.526000', '165222.529000', '165222.531000', '165222.534000', '165222.537000', '165222.539000', '165222.542000', '165222.544000', '165222.547000', '165222.549000', '165222.552000', '165222.555000', '165222.557000', '165222.560000', '165222.563000', '165222.565000', '165222.568000', '165222.570000', '165222.573000', '165222.575000', '165222.578000', '165222.581000', '165222.583000', '165222.586000', '165222.588000', '165222.591000', '165222.594000', '165222.596000', '165222.600000', '165222.603000', '165222.606000', '165222.608000', '165233.638000', '165233.642000', '165233.645000', '165233.648000', '165233.651000', '165233.654000', '165233.656000', '165233.659000', '165233.662000', '165233.665000', '165233.667000', '165233.670000', '165233.673000', '165233.676000', '165233.678000', '165233.681000', '165233.684000', '165233.686000', '165233.689000', '165233.692000', '165233.694000', '165233.697000', '165233.700000', '165233.702000', '165233.705000'], 'InstanceCreationTime': ['164622.549000', '164622.561000', '164622.564000', '164622.566000', '164622.573000', '164622.576000', '164622.578000', '164622.581000', '164622.583000', '164622.586000', '164622.588000', '164622.591000', '164622.594000', '164622.600000', '164622.602000', '164622.605000', '164622.607000', '164622.610000', '164622.613000', '164622.615000', '164622.618000', '164622.620000', '164622.623000', '164622.625000', '164622.628000', '164622.633000', '164622.635000', '164622.638000', '164622.640000', '164622.643000', '164622.646000', '164622.648000', '164642.497000', '164642.500000', '164642.503000', '164642.505000', '164642.508000', '164642.510000', '164642.513000', '164642.515000', '164642.518000', '164642.523000', '164642.526000', '164642.529000', '164642.531000', '164642.534000', '164642.536000', '164642.539000', '164642.541000', '164642.544000', '164642.547000', '164642.549000', '164642.552000', '164642.554000', '164642.557000', '164642.559000', '164642.562000', '164642.564000', '164642.567000', '164642.569000', '164642.572000', '164642.575000', '164642.577000', '164642.580000', '164642.582000', '164642.585000', '164642.587000', '164642.590000', '164642.592000', '164642.595000', '164642.597000', '164642.600000', '164642.603000', '164642.605000', '164642.608000', '164702.498000', '164702.501000', '164702.504000', '164702.506000', '164702.509000', '164702.512000', '164702.514000', '164702.517000', '164702.519000', '164702.526000', '164702.529000', '164702.531000', '164702.534000', '164702.537000', '164702.539000', '164702.542000', '164702.544000', '164702.547000', '164702.550000', '164702.552000', '164702.555000', '164702.557000', '164702.560000', '164702.562000', '164702.565000', '164702.567000', '164702.570000', '164702.573000', '164702.575000', '164702.578000', '164702.580000', '164702.583000', '164702.585000', '164702.588000', '164702.590000', '164702.593000', '164702.595000', '164702.598000', '164702.601000', '164702.603000', '164702.606000', '164702.609000', '164702.611000', '164702.614000', '164722.498000', '164722.501000', '164722.504000', '164722.506000', '164722.509000', '164722.511000', '164722.514000', '164722.517000', '164722.519000', '164722.522000', '164722.524000', '164722.527000', '164722.529000', '164722.532000', '164722.534000', '164722.537000', '164722.540000', '164722.542000', '164722.545000', '164722.547000', '164722.550000', '164722.561000', '164722.563000', '164722.566000', '164722.568000', '164722.571000', '164722.574000', '164722.576000', '164722.579000', '164722.581000', '164722.584000', '164722.586000', '164722.589000', '164722.591000', '164722.594000', '164722.597000', '164722.599000', '164722.602000', '164722.604000', '164722.616000', '164722.619000', '164722.621000', '164722.624000', '164742.497000', '164742.500000', '164742.503000', '164742.505000', '164742.509000', '164742.512000', '164742.514000', '164742.517000', '164742.520000', '164742.522000', '164742.525000', '164742.527000', '164742.530000', '164742.533000', '164742.535000', '164742.538000', '164742.540000', '164742.543000', '164742.546000', '164742.548000', '164742.551000', '164742.554000', '164742.556000', '164742.559000', '164742.561000', '164742.564000', '164742.567000', '164742.569000', '164742.572000', '164742.574000', '164742.577000', '164742.580000', '164742.582000', '164742.585000', '164742.587000', '164742.590000', '164742.593000', '164742.595000', '164742.598000', '164742.601000', '164742.603000', '164742.606000', '164742.608000', '164742.611000', '164802.498000', '164802.500000', '164802.503000', '164802.506000', '164802.508000', '164802.511000', '164802.513000', '164802.516000', '164802.519000', '164802.521000', '164802.524000', '164802.526000', '164802.529000', '164802.531000', '164802.534000', '164802.536000', '164802.539000', '164802.542000', '164802.544000', '164802.547000', '164802.550000', '164802.552000', '164802.555000', '164802.557000', '164802.560000', '164802.563000', '164802.565000', '164802.568000', '164802.570000', '164802.573000', '164802.575000', '164802.578000', '164802.580000', '164802.583000', '164802.586000', '164802.588000', '164802.591000', '164802.593000', '164802.596000', '164802.599000', '164802.601000', '164802.604000', '164802.606000', '164822.497000', '164822.500000', '164822.503000', '164822.505000', '164822.508000', '164822.510000', '164822.513000', '164822.516000', '164822.518000', '164822.521000', '164822.523000', '164822.526000', '164822.529000', '164822.531000', '164822.534000', '164822.536000', '164822.539000', '164822.542000', '164822.544000', '164822.547000', '164822.549000', '164822.552000', '164822.555000', '164822.557000', '164822.560000', '164822.562000', '164822.565000', '164822.567000', '164822.570000', '164822.572000', '164822.575000', '164822.578000', '164822.580000', '164822.583000', '164822.585000', '164822.588000', '164822.590000', '164822.593000', '164822.596000', '164822.598000', '164822.601000', '164822.603000', '164822.606000', '164822.609000', '164842.497000', '164842.500000', '164842.503000', '164842.506000', '164842.508000', '164842.511000', '164842.513000', '164842.516000', '164842.519000', '164842.521000', '164842.524000', '164842.526000', '164842.529000', '164842.531000', '164842.534000', '164842.537000', '164842.539000', '164842.542000', '164842.544000', '164842.547000', '164842.550000', '164842.552000', '164842.555000', '164842.557000', '164842.560000', '164842.563000', '164842.565000', '164842.568000', '164842.570000', '164842.573000', '164842.575000', '164842.578000', '164842.581000', '164842.583000', '164842.586000', '164842.588000', '164842.591000', '164842.593000', '164842.596000', '164842.598000', '164842.601000', '164842.604000', '164842.606000', '164902.498000', '164902.500000', '164902.503000', '164902.506000', '164902.508000', '164902.511000', '164902.514000', '164902.517000', '164902.519000', '164902.522000', '164902.525000', '164902.527000', '164902.530000', '164902.532000', '164902.535000', '164902.538000', '164902.540000', '164902.552000', '164902.555000', '164902.557000', '164902.560000', '164902.562000', '164902.565000', '164902.568000', '164902.570000', '164902.573000', '164902.575000', '164902.578000', '164902.580000', '164902.583000', '164902.586000', '164902.588000', '164902.591000', '164902.593000', '164902.596000', '164902.599000', '164902.601000', '164902.604000', '164902.607000', '164902.609000', '164902.612000', '164902.614000', '164902.617000', '164922.498000', '164922.501000', '164922.504000', '164922.506000', '164922.509000', '164922.512000', '164922.514000', '164922.517000', '164922.520000', '164922.522000', '164922.525000', '164922.528000', '164922.530000', '164922.533000', '164922.535000', '164922.538000', '164922.540000', '164922.543000', '164922.546000', '164922.548000', '164922.551000', '164922.553000', '164922.556000', '164922.558000', '164922.561000', '164922.564000', '164922.566000', '164922.569000', '164922.571000', '164922.574000', '164922.577000', '164922.579000', '164922.582000', '164922.584000', '164922.587000', '164922.589000', '164922.592000', '164922.595000', '164922.597000', '164922.600000', '164922.603000', '164922.605000', '164922.608000', '164922.610000', '164942.499000', '164942.502000', '164942.504000', '164942.507000', '164942.509000', '164942.512000', '164942.514000', '164942.517000', '164942.520000', '164942.522000', '164942.525000', '164942.527000', '164942.530000', '164942.532000', '164942.535000', '164942.538000', '164942.540000', '164942.543000', '164942.545000', '164942.548000', '164942.551000', '164942.553000', '164942.556000', '164942.558000', '164942.561000', '164942.563000', '164942.566000', '164942.568000', '164942.571000', '164942.574000', '164942.576000', '164942.579000', '164942.581000', '164942.584000', '164942.587000', '164942.589000', '164942.592000', '164942.594000', '164942.597000', '164942.599000', '164942.602000', '164942.605000', '164942.607000', '165002.497000', '165002.500000', '165002.503000', '165002.505000', '165002.508000', '165002.511000', '165002.513000', '165002.516000', '165002.518000', '165002.521000', '165002.524000', '165002.526000', '165002.529000', '165002.531000', '165002.534000', '165002.537000', '165002.539000', '165002.542000', '165002.544000', '165002.547000', '165002.549000', '165002.552000', '165002.555000', '165002.557000', '165002.560000', '165002.562000', '165002.565000', '165002.567000', '165002.570000', '165002.573000', '165002.575000', '165002.578000', '165002.580000', '165002.583000', '165002.585000', '165002.588000', '165002.591000', '165002.593000', '165002.596000', '165002.598000', '165002.601000', '165002.604000', '165002.606000', '165002.609000', '165022.498000', '165022.500000', '165022.503000', '165022.506000', '165022.508000', '165022.511000', '165022.513000', '165022.516000', '165022.518000', '165022.521000', '165022.524000', '165022.526000', '165022.529000', '165022.531000', '165022.535000', '165022.538000', '165022.541000', '165022.544000', '165022.546000', '165022.549000', '165022.551000', '165022.554000', '165022.556000', '165022.559000', '165022.562000', '165022.564000', '165022.567000', '165022.569000', '165022.572000', '165022.575000', '165022.577000', '165022.580000', '165022.582000', '165022.585000', '165022.588000', '165022.591000', '165022.594000', '165022.596000', '165022.599000', '165022.602000', '165022.604000', '165022.607000', '165022.649000', '165042.497000', '165042.500000', '165042.503000', '165042.505000', '165042.508000', '165042.511000', '165042.513000', '165042.516000', '165042.518000', '165042.521000', '165042.524000', '165042.526000', '165042.529000', '165042.531000', '165042.534000', '165042.537000', '165042.539000', '165042.542000', '165042.544000', '165042.547000', '165042.549000', '165042.552000', '165042.555000', '165042.557000', '165042.560000', '165042.562000', '165042.565000', '165042.568000', '165042.570000', '165042.573000', '165042.575000', '165042.578000', '165042.581000', '165042.583000', '165042.586000', '165042.588000', '165042.591000', '165042.593000', '165042.596000', '165042.599000', '165042.601000', '165042.604000', '165042.607000', '165042.609000', '165102.498000', '165102.500000', '165102.503000', '165102.506000', '165102.508000', '165102.511000', '165102.513000', '165102.516000', '165102.518000', '165102.521000', '165102.524000', '165102.526000', '165102.529000', '165102.531000', '165102.534000', '165102.536000', '165102.539000', '165102.542000', '165102.544000', '165102.547000', '165102.549000', '165102.552000', '165102.555000', '165102.557000', '165102.560000', '165102.563000', '165102.566000', '165102.568000', '165102.571000', '165102.573000', '165102.576000', '165102.578000', '165102.581000', '165102.584000', '165102.586000', '165102.589000', '165102.591000', '165102.594000', '165102.597000', '165102.599000', '165102.602000', '165102.605000', '165102.607000', '165122.498000', '165122.500000', '165122.503000', '165122.506000', '165122.508000', '165122.511000', '165122.513000', '165122.516000', '165122.518000', '165122.521000', '165122.524000', '165122.526000', '165122.529000', '165122.531000', '165122.534000', '165122.536000', '165122.539000', '165122.542000', '165122.544000', '165122.547000', '165122.549000', '165122.552000', '165122.555000', '165122.557000', '165122.560000', '165122.562000', '165122.565000', '165122.568000', '165122.570000', '165122.573000', '165122.575000', '165122.578000', '165122.581000', '165122.583000', '165122.586000', '165122.588000', '165122.591000', '165122.594000', '165122.596000', '165122.599000', '165122.601000', '165122.604000', '165122.607000', '165122.609000', '165142.498000', '165142.501000', '165142.504000', '165142.507000', '165142.509000', '165142.512000', '165142.514000', '165142.517000', '165142.520000', '165142.522000', '165142.525000', '165142.527000', '165142.530000', '165142.533000', '165142.535000', '165142.538000', '165142.541000', '165142.543000', '165142.546000', '165142.548000', '165142.551000', '165142.554000', '165142.556000', '165142.559000', '165142.561000', '165142.564000', '165142.567000', '165142.569000', '165142.572000', '165142.574000', '165142.577000', '165142.580000', '165142.585000', '165142.588000', '165142.591000', '165142.593000', '165142.596000', '165142.598000', '165142.601000', '165142.604000', '165142.606000', '165142.609000', '165142.612000', '165202.498000', '165202.501000', '165202.504000', '165202.506000', '165202.509000', '165202.512000', '165202.514000', '165202.517000', '165202.519000', '165202.522000', '165202.525000', '165202.527000', '165202.530000', '165202.532000', '165202.535000', '165202.537000', '165202.540000', '165202.542000', '165202.545000', '165202.548000', '165202.550000', '165202.553000', '165202.555000', '165202.558000', '165202.561000', '165202.563000', '165202.566000', '165202.568000', '165202.571000', '165202.574000', '165202.576000', '165202.579000', '165202.581000', '165202.584000', '165202.587000', '165202.589000', '165202.592000', '165202.594000', '165202.597000', '165202.600000', '165202.602000', '165202.605000', '165202.608000', '165202.610000', '165222.498000', '165222.500000', '165222.503000', '165222.505000', '165222.508000', '165222.511000', '165222.513000', '165222.516000', '165222.518000', '165222.521000', '165222.524000', '165222.526000', '165222.529000', '165222.531000', '165222.534000', '165222.537000', '165222.539000', '165222.542000', '165222.544000', '165222.547000', '165222.549000', '165222.552000', '165222.555000', '165222.557000', '165222.560000', '165222.563000', '165222.565000', '165222.568000', '165222.570000', '165222.573000', '165222.575000', '165222.578000', '165222.581000', '165222.583000', '165222.586000', '165222.588000', '165222.591000', '165222.594000', '165222.596000', '165222.600000', '165222.603000', '165222.606000', '165222.608000', '165233.638000', '165233.642000', '165233.645000', '165233.648000', '165233.651000', '165233.654000', '165233.656000', '165233.659000', '165233.662000', '165233.665000', '165233.667000', '165233.670000', '165233.673000', '165233.676000', '165233.678000', '165233.681000', '165233.684000', '165233.686000', '165233.689000', '165233.692000', '165233.694000', '165233.697000', '165233.700000', '165233.702000', '165233.705000'], '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': [8151, 8355, 8122, 9917, 7555, 6963, 8373, 7808, 9509, 7476, 6912, 8306, 7188, 7730, 7908, 6933, 8558, 7179, 10325, 7712, 7569, 8157, 7328, 9149, 7819, 7915, 8569, 6909, 9107, 7919, 8384, 8337, 7218, 9082, 7583, 8927, 7978, 7410, 8740, 7701, 8462, 8199, 7113, 8914, 7853, 8250, 8174, 7102, 9091, 7417, 9520, 8416, 8410, 8329, 7092, 9248, 7493, 9828, 8408, 7797, 8559, 7065, 9662, 8057, 9670, 8644, 8528, 8526, 7207, 9480, 8060, 9114, 8623, 7088, 9364, 7732, 7088, 9073, 7401, 7931, 8922, 7721, 8179, 8677, 7658, 10592, 8431, 7095, 8586, 7593, 10470, 7986, 8094, 8502, 7643, 9131, 7478, 7979, 8065, 7038, 8861, 7713, 8410, 7654, 7024, 8677, 7641, 8516, 8128, 7014, 9293, 7622, 7671, 8413, 7549, 10375, 7290, 7182, 8071, 6926, 9435, 7914, 7395, 7955, 6534, 8788, 7692, 8724, 8159, 6852, 8499, 6828, 8593, 8037, 6907, 8883, 7898, 9063, 7613, 6900, 8277, 7489, 7855, 8158, 7272, 7749, 7938, 6910, 8033, 8368, 7632, 7202, 8245, 7436, 9280, 7900, 7037, 8562, 7793, 9755, 7759, 7673, 8267, 6978, 9182, 7929, 8214, 8347, 7370, 9097, 7839, 8283, 8039, 7708, 8422, 7024, 9046, 7272, 9311, 8039, 10313, 7926, 8199, 8422, 6939, 9044, 7661, 9606, 8060, 10329, 8003, 8416, 8071, 7170, 8187, 6891, 8534, 7003, 8749, 7876, 8968, 7490, 9079, 7767, 10214, 7892, 8251, 7931, 7397, 8224, 7288, 8492, 7026, 8727, 7049, 8607, 7002, 8929, 7231, 9016, 7205, 8925, 7510, 9051, 7352, 9119, 7910, 9174, 7994, 8960, 7996, 8211, 7771, 6845, 8548, 7425, 8341, 7978, 6724, 7571, 7038, 10532, 7863, 7192, 8323, 6890, 8766, 7487, 9273, 7350, 9851, 7425, 8988, 7298, 8988, 7265, 9354, 7421, 9073, 7769, 9066, 7785, 8879, 7708, 9349, 7712, 9470, 7756, 9662, 8103, 7868, 7838, 7059, 8639, 7270, 8457, 6929, 8811, 7111, 8996, 7471, 9299, 7762, 9272, 7610, 8767, 7700, 8962, 7528, 9071, 7729, 9326, 7992, 9300, 7891, 9819, 7890, 8404, 7912, 10509, 7899, 10141, 7817, 8164, 7707, 6888, 8350, 7018, 8957, 7717, 9473, 7604, 8807, 7629, 8311, 7766, 7579, 8418, 7103, 8783, 7424, 8053, 8018, 7962, 7973, 7438, 8393, 7572, 8927, 7320, 9254, 7972, 9139, 7957, 9511, 7763, 8547, 7702, 7955, 8151, 6735, 8766, 7270, 9823, 7720, 8364, 7845, 7953, 8488, 6886, 8641, 7360, 8839, 7557, 8978, 7737, 9043, 7999, 8253, 7592, 7169, 8332, 7072, 9121, 7692, 8434, 7759, 7432, 7946, 6854, 8539, 7807, 8829, 7501, 8462, 7527, 7641, 8011, 6846, 8537, 7318, 9641, 7725, 7921, 7947, 7356, 8537, 6841, 8857, 7698, 9006, 7873, 9175, 7931, 8325, 7788, 6987, 8237, 6739, 8578, 6913, 8496, 8229, 9179, 7280, 7887, 7906, 6868, 8317, 7338, 8503, 7040, 7580, 7814, 7285, 9017, 7719, 9110, 7789, 9387, 8024, 7033, 7860, 6945, 8477, 6921, 8422, 6966, 8521, 6804, 8656, 7585, 9124, 7620, 9405, 8292, 7946, 7882, 7295, 8209, 7557, 8419, 8066, 8226, 7806, 8501, 7013, 8413, 7094, 8411, 6704, 8782, 6846, 8917, 7807, 9164, 7726, 9230, 8169, 9233, 7994, 7928, 7856, 8158, 7927, 8451, 8401, 7343, 8218, 7020, 8513, 7118, 8667, 6927, 8837, 6960, 8984, 7744, 9112, 7957, 9135, 8085, 9410, 7772, 9661, 7970, 9575, 8013, 9487, 7792, 8045, 7726, 7864, 7861, 8063, 8320, 7448, 8356, 7083, 8452, 6757, 9009, 7753, 9130, 7810, 9055, 7783, 9347, 7927, 9309, 7951, 9300, 7688, 8797, 7697, 8019, 8033, 7957, 8267, 6963, 8589, 7220, 9264, 7758, 8845, 8066, 9235, 7727, 9167, 7539, 9613, 7794, 8737, 8180, 7588, 7843, 6726, 8728, 6847, 8865, 7826, 9007, 7585, 8979, 7844, 8951, 7570, 9052, 7724, 9689, 7755, 7847, 7789, 7014, 8278, 6976, 8285, 6824, 8625, 6948, 8474, 7096, 8547, 7802, 8910, 7778, 9550, 7770, 8720, 7812, 8375, 7920, 7636, 7788, 7037, 8252, 8352, 7855, 10239, 7775, 9413, 7515, 8853, 7804, 7940, 7524, 8881, 7770, 7781, 7931, 7288, 8109, 7371, 8295, 7497, 8424, 7066, 8384, 6850, 8708, 7006, 8745, 7008, 8885, 7541, 8882, 7493, 8953, 7977, 8909, 8084, 9024, 7793, 10054, 7724, 9384, 7907, 8871, 7833, 7972, 7821, 6811, 8392, 6819, 8725, 7667, 9268, 7978, 7557, 7939, 7058, 8442, 7047, 8701, 8187, 10737, 7785, 6682, 8707, 7351, 10339, 8181, 6579, 8261, 7517, 7854, 8088, 7030, 10250, 8424, 9171, 7411, 8687, 7433, 8857, 7596, 7796, 8296, 7659, 8619, 7666, 8933, 7580, 9186, 7755, 8246, 7951, 6788, 8337, 7233, 9151, 7723, 9438, 7913, 7643, 7769, 6816, 8509, 7639, 9020, 8267, 7471, 8182, 6920, 8840, 7822, 9002, 7995, 9492, 7697, 8229, 7401, 7386, 8083, 7517, 8376, 7077, 8749, 7867, 9570, 7549, 7755, 7877, 7899, 8107, 7086, 8649, 6999, 8512, 7909, 8955, 8108, 8892, 7941, 8997, 7519, 9766, 7607, 8162, 7977, 7168, 8570, 7196, 8209, 7734, 7966, 8096, 9080, 7827, 9803, 8099, 8026, 7937, 6883, 8293, 6899, 8453, 7034, 8497, 6860, 8696, 7574, 8831, 7602, 8596, 7762, 8816, 7658, 8464, 7594, 8625, 6994, 8731, 7176, 8657, 6960, 8567, 6916, 8486, 6912, 8664, 7178, 8737, 6926, 8710, 7782, 8880, 8165, 9600, 7861, 8052, 8067, 7473, 8185, 9255, 8408, 9114, 8610, 7428, 8619, 7534, 9434, 7741, 9573, 8207, 7871, 8030, 6874, 8561, 7601, 8737, 7732, 8256, 7739, 7255, 8171, 6992, 8669, 7521, 7794, 7675, 6719, 8508, 7474, 9202, 7681, 8338, 7930, 7846, 7776, 7317, 8246, 7072, 8473, 7282, 8736, 7584, 7537, 7795, 7165, 7774, 7016, 8191, 7221, 8489, 7679, 7017, 7868, 7372, 8540, 7525, 9361, 7710, 11253, 7611, 8898, 7784, 7934, 7637], 'WindowCenter': [3791.0, 3788.0, 3787.0, 3794.0, 3787.0, 3775.0, 3796.0, 3803.0, 3807.0, 3788.0, 3775.0, 3785.0, 3775.0, 3786.0, 3800.0, 3788.0, 3810.0, 3791.0, 3822.0, 3802.0, 3803.0, 3813.0, 3816.0, 3825.0, 3816.0, 3815.0, 3826.0, 3805.0, 3826.0, 3828.0, 3826.0, 3827.0, 3816.0, 3827.0, 3817.0, 3839.0, 3829.0, 3818.0, 3828.0, 3828.0, 3828.0, 3841.0, 3820.0, 3841.0, 3830.0, 3829.0, 3840.0, 3819.0, 3852.0, 3832.0, 3851.0, 3842.0, 3840.0, 3841.0, 3818.0, 3852.0, 3843.0, 3863.0, 3843.0, 3842.0, 3842.0, 3832.0, 3863.0, 3855.0, 3863.0, 3855.0, 3854.0, 3852.0, 3843.0, 3865.0, 3855.0, 3879.0, 3867.0, 3845.0, 3865.0, 3856.0, 3846.0, 3866.0, 3844.0, 3856.0, 3866.0, 3845.0, 3855.0, 3856.0, 3855.0, 3865.0, 3855.0, 3832.0, 3842.0, 3831.0, 3863.0, 3843.0, 3841.0, 3842.0, 3830.0, 3839.0, 3829.0, 3829.0, 3840.0, 3830.0, 3841.0, 3830.0, 3829.0, 3829.0, 3832.0, 3841.0, 3831.0, 3841.0, 3829.0, 3819.0, 3839.0, 3830.0, 3842.0, 3840.0, 3830.0, 3850.0, 3818.0, 3817.0, 3828.0, 3830.0, 3839.0, 3828.0, 3817.0, 3826.0, 3805.0, 3826.0, 3828.0, 3838.0, 3828.0, 3816.0, 3827.0, 3817.0, 3826.0, 3827.0, 3817.0, 3837.0, 3828.0, 3826.0, 3816.0, 3818.0, 3839.0, 3816.0, 3828.0, 3829.0, 3817.0, 3816.0, 3815.0, 3816.0, 3828.0, 3839.0, 3829.0, 3818.0, 3827.0, 3816.0, 3825.0, 3815.0, 3817.0, 3826.0, 3816.0, 3836.0, 3815.0, 3814.0, 3825.0, 3816.0, 3837.0, 3827.0, 3827.0, 3826.0, 3816.0, 3825.0, 3815.0, 3826.0, 3828.0, 3827.0, 3827.0, 3805.0, 3825.0, 3814.0, 3824.0, 3815.0, 3847.0, 3828.0, 3826.0, 3827.0, 3815.0, 3825.0, 3816.0, 3836.0, 3828.0, 3849.0, 3828.0, 3826.0, 3827.0, 3816.0, 3826.0, 3815.0, 3838.0, 3817.0, 3826.0, 3826.0, 3826.0, 3814.0, 3824.0, 3816.0, 3837.0, 3826.0, 3825.0, 3826.0, 3814.0, 3825.0, 3815.0, 3838.0, 3817.0, 3827.0, 3816.0, 3826.0, 3804.0, 3825.0, 3815.0, 3837.0, 3817.0, 3837.0, 3816.0, 3825.0, 3815.0, 3825.0, 3826.0, 3837.0, 3827.0, 3826.0, 3826.0, 3825.0, 3815.0, 3805.0, 3837.0, 3828.0, 3827.0, 3828.0, 3806.0, 3815.0, 3816.0, 3849.0, 3840.0, 3818.0, 3839.0, 3817.0, 3837.0, 3816.0, 3837.0, 3817.0, 3836.0, 3815.0, 3825.0, 3814.0, 3823.0, 3813.0, 3823.0, 3814.0, 3825.0, 3815.0, 3825.0, 3815.0, 3824.0, 3814.0, 3823.0, 3815.0, 3836.0, 3827.0, 3836.0, 3826.0, 3826.0, 3815.0, 3815.0, 3826.0, 3816.0, 3827.0, 3816.0, 3837.0, 3816.0, 3836.0, 3816.0, 3836.0, 3815.0, 3836.0, 3816.0, 3825.0, 3815.0, 3824.0, 3814.0, 3824.0, 3815.0, 3836.0, 3826.0, 3836.0, 3827.0, 3836.0, 3826.0, 3824.0, 3826.0, 3835.0, 3825.0, 3836.0, 3827.0, 3826.0, 3826.0, 3816.0, 3827.0, 3829.0, 3839.0, 3829.0, 3850.0, 3829.0, 3837.0, 3828.0, 3828.0, 3829.0, 3828.0, 3839.0, 3818.0, 3826.0, 3816.0, 3826.0, 3827.0, 3827.0, 3828.0, 3816.0, 3826.0, 3827.0, 3836.0, 3816.0, 3838.0, 3828.0, 3836.0, 3827.0, 3835.0, 3814.0, 3824.0, 3815.0, 3826.0, 3826.0, 3816.0, 3826.0, 3816.0, 3836.0, 3816.0, 3826.0, 3828.0, 3827.0, 3838.0, 3815.0, 3825.0, 3817.0, 3837.0, 3828.0, 3825.0, 3815.0, 3826.0, 3815.0, 3814.0, 3815.0, 3816.0, 3826.0, 3817.0, 3837.0, 3816.0, 3825.0, 3814.0, 3815.0, 3826.0, 3805.0, 3825.0, 3815.0, 3823.0, 3816.0, 3826.0, 3816.0, 3815.0, 3814.0, 3804.0, 3825.0, 3814.0, 3824.0, 3814.0, 3814.0, 3825.0, 3813.0, 3825.0, 3803.0, 3822.0, 3812.0, 3822.0, 3813.0, 3824.0, 3825.0, 3824.0, 3814.0, 3802.0, 3813.0, 3803.0, 3838.0, 3817.0, 3825.0, 3824.0, 3823.0, 3814.0, 3812.0, 3813.0, 3803.0, 3824.0, 3815.0, 3823.0, 3804.0, 3814.0, 3814.0, 3815.0, 3825.0, 3816.0, 3824.0, 3815.0, 3823.0, 3813.0, 3802.0, 3813.0, 3801.0, 3813.0, 3803.0, 3824.0, 3802.0, 3825.0, 3801.0, 3823.0, 3813.0, 3835.0, 3827.0, 3836.0, 3828.0, 3827.0, 3827.0, 3816.0, 3827.0, 3827.0, 3839.0, 3827.0, 3828.0, 3827.0, 3827.0, 3804.0, 3826.0, 3817.0, 3827.0, 3805.0, 3826.0, 3804.0, 3825.0, 3815.0, 3837.0, 3828.0, 3837.0, 3839.0, 3837.0, 3827.0, 3826.0, 3827.0, 3827.0, 3826.0, 3826.0, 3827.0, 3814.0, 3825.0, 3803.0, 3826.0, 3816.0, 3826.0, 3815.0, 3825.0, 3814.0, 3825.0, 3815.0, 3825.0, 3826.0, 3836.0, 3815.0, 3824.0, 3814.0, 3834.0, 3826.0, 3835.0, 3826.0, 3836.0, 3815.0, 3814.0, 3814.0, 3825.0, 3825.0, 3814.0, 3825.0, 3814.0, 3824.0, 3803.0, 3824.0, 3804.0, 3836.0, 3826.0, 3837.0, 3826.0, 3836.0, 3816.0, 3836.0, 3828.0, 3837.0, 3827.0, 3836.0, 3815.0, 3825.0, 3815.0, 3826.0, 3827.0, 3826.0, 3827.0, 3815.0, 3826.0, 3816.0, 3835.0, 3816.0, 3837.0, 3826.0, 3837.0, 3815.0, 3824.0, 3813.0, 3835.0, 3826.0, 3825.0, 3826.0, 3815.0, 3826.0, 3804.0, 3825.0, 3816.0, 3837.0, 3825.0, 3837.0, 3815.0, 3824.0, 3814.0, 3824.0, 3814.0, 3824.0, 3814.0, 3824.0, 3813.0, 3812.0, 3813.0, 3802.0, 3824.0, 3803.0, 3824.0, 3803.0, 3823.0, 3802.0, 3813.0, 3804.0, 3824.0, 3814.0, 3825.0, 3814.0, 3834.0, 3815.0, 3825.0, 3827.0, 3825.0, 3826.0, 3815.0, 3815.0, 3804.0, 3826.0, 3825.0, 3826.0, 3835.0, 3815.0, 3824.0, 3814.0, 3823.0, 3814.0, 3813.0, 3815.0, 3824.0, 3815.0, 3814.0, 3814.0, 3813.0, 3814.0, 3814.0, 3825.0, 3813.0, 3825.0, 3803.0, 3824.0, 3803.0, 3823.0, 3815.0, 3826.0, 3815.0, 3837.0, 3815.0, 3824.0, 3814.0, 3824.0, 3826.0, 3825.0, 3825.0, 3825.0, 3815.0, 3836.0, 3815.0, 3835.0, 3826.0, 3836.0, 3826.0, 3825.0, 3815.0, 3804.0, 3825.0, 3816.0, 3837.0, 3828.0, 3838.0, 3828.0, 3827.0, 3827.0, 3816.0, 3827.0, 3816.0, 3851.0, 3840.0, 3847.0, 3816.0, 3816.0, 3837.0, 3828.0, 3849.0, 3828.0, 3805.0, 3826.0, 3827.0, 3827.0, 3827.0, 3817.0, 3837.0, 3826.0, 3826.0, 3803.0, 3812.0, 3801.0, 3822.0, 3813.0, 3812.0, 3824.0, 3813.0, 3823.0, 3813.0, 3822.0, 3814.0, 3824.0, 3815.0, 3825.0, 3826.0, 3804.0, 3824.0, 3815.0, 3836.0, 3827.0, 3836.0, 3827.0, 3815.0, 3815.0, 3804.0, 3826.0, 3827.0, 3826.0, 3839.0, 3816.0, 3826.0, 3815.0, 3826.0, 3815.0, 3826.0, 3826.0, 3836.0, 3815.0, 3814.0, 3814.0, 3804.0, 3814.0, 3802.0, 3813.0, 3804.0, 3824.0, 3814.0, 3824.0, 3814.0, 3813.0, 3815.0, 3815.0, 3825.0, 3804.0, 3825.0, 3804.0, 3824.0, 3814.0, 3825.0, 3815.0, 3825.0, 3814.0, 3825.0, 3815.0, 3833.0, 3814.0, 3813.0, 3814.0, 3804.0, 3825.0, 3804.0, 3824.0, 3814.0, 3813.0, 3815.0, 3824.0, 3814.0, 3823.0, 3813.0, 3812.0, 3812.0, 3801.0, 3812.0, 3802.0, 3813.0, 3802.0, 3823.0, 3802.0, 3823.0, 3813.0, 3824.0, 3814.0, 3823.0, 3813.0, 3823.0, 3813.0, 3811.0, 3814.0, 3824.0, 3804.0, 3824.0, 3803.0, 3824.0, 3803.0, 3824.0, 3803.0, 3826.0, 3815.0, 3837.0, 3815.0, 3826.0, 3815.0, 3837.0, 3828.0, 3838.0, 3839.0, 3850.0, 3830.0, 3828.0, 3829.0, 3817.0, 3839.0, 3839.0, 3828.0, 3838.0, 3826.0, 3816.0, 3826.0, 3827.0, 3838.0, 3829.0, 3838.0, 3827.0, 3826.0, 3826.0, 3818.0, 3839.0, 3828.0, 3837.0, 3816.0, 3826.0, 3816.0, 3818.0, 3828.0, 3817.0, 3838.0, 3827.0, 3826.0, 3815.0, 3816.0, 3837.0, 3817.0, 3838.0, 3828.0, 3826.0, 3826.0, 3826.0, 3826.0, 3815.0, 3826.0, 3804.0, 3824.0, 3814.0, 3824.0, 3815.0, 3814.0, 3814.0, 3804.0, 3814.0, 3815.0, 3824.0, 3816.0, 3825.0, 3827.0, 3815.0, 3827.0, 3816.0, 3825.0, 3815.0, 3836.0, 3816.0, 3846.0, 3815.0, 3824.0, 3813.0, 3814.0, 3842.0], 'WindowWidth': [8544.0, 8533.0, 8529.0, 8533.0, 8527.0, 8512.0, 8541.0, 8562.0, 8558.0, 8534.0, 8511.0, 8523.0, 8513.0, 8527.0, 8551.0, 8536.0, 8567.0, 8543.0, 8585.0, 8561.0, 8561.0, 8577.0, 8585.0, 8594.0, 8584.0, 8581.0, 8596.0, 8568.0, 8599.0, 8604.0, 8600.0, 8601.0, 8585.0, 8599.0, 8589.0, 8620.0, 8607.0, 8590.0, 8605.0, 8605.0, 8606.0, 8629.0, 8599.0, 8626.0, 8612.0, 8609.0, 8624.0, 8596.0, 8643.0, 8618.0, 8642.0, 8630.0, 8626.0, 8627.0, 8595.0, 8643.0, 8635.0, 8662.0, 8635.0, 8633.0, 8632.0, 8619.0, 8661.0, 8654.0, 8663.0, 8655.0, 8651.0, 8648.0, 8635.0, 8666.0, 8656.0, 8695.0, 8676.0, 8641.0, 8666.0, 8659.0, 8645.0, 8669.0, 8637.0, 8656.0, 8670.0, 8641.0, 8653.0, 8657.0, 8657.0, 8668.0, 8653.0, 8618.0, 8630.0, 8616.0, 8659.0, 8636.0, 8629.0, 8631.0, 8612.0, 8623.0, 8609.0, 8608.0, 8625.0, 8612.0, 8627.0, 8613.0, 8609.0, 8608.0, 8618.0, 8631.0, 8616.0, 8628.0, 8610.0, 8595.0, 8621.0, 8613.0, 8631.0, 8626.0, 8613.0, 8638.0, 8592.0, 8590.0, 8606.0, 8613.0, 8622.0, 8608.0, 8589.0, 8599.0, 8570.0, 8601.0, 8608.0, 8620.0, 8607.0, 8589.0, 8603.0, 8590.0, 8601.0, 8605.0, 8592.0, 8617.0, 8606.0, 8601.0, 8587.0, 8594.0, 8623.0, 8589.0, 8607.0, 8610.0, 8591.0, 8586.0, 8580.0, 8584.0, 8606.0, 8623.0, 8608.0, 8594.0, 8602.0, 8587.0, 8595.0, 8584.0, 8589.0, 8600.0, 8588.0, 8613.0, 8584.0, 8581.0, 8595.0, 8586.0, 8618.0, 8604.0, 8602.0, 8599.0, 8585.0, 8597.0, 8585.0, 8602.0, 8606.0, 8604.0, 8603.0, 8570.0, 8597.0, 8582.0, 8595.0, 8584.0, 8630.0, 8607.0, 8600.0, 8603.0, 8585.0, 8597.0, 8587.0, 8613.0, 8607.0, 8634.0, 8608.0, 8602.0, 8604.0, 8586.0, 8600.0, 8584.0, 8618.0, 8591.0, 8601.0, 8601.0, 8598.0, 8581.0, 8594.0, 8588.0, 8616.0, 8601.0, 8598.0, 8600.0, 8582.0, 8599.0, 8583.0, 8619.0, 8590.0, 8602.0, 8587.0, 8600.0, 8569.0, 8598.0, 8586.0, 8618.0, 8592.0, 8616.0, 8587.0, 8598.0, 8584.0, 8597.0, 8601.0, 8617.0, 8604.0, 8601.0, 8600.0, 8596.0, 8585.0, 8572.0, 8618.0, 8607.0, 8606.0, 8607.0, 8574.0, 8583.0, 8586.0, 8636.0, 8625.0, 8595.0, 8623.0, 8592.0, 8617.0, 8586.0, 8616.0, 8591.0, 8614.0, 8583.0, 8597.0, 8580.0, 8591.0, 8578.0, 8592.0, 8581.0, 8597.0, 8586.0, 8597.0, 8584.0, 8593.0, 8582.0, 8592.0, 8584.0, 8613.0, 8604.0, 8612.0, 8602.0, 8600.0, 8586.0, 8584.0, 8600.0, 8587.0, 8605.0, 8587.0, 8617.0, 8586.0, 8613.0, 8586.0, 8613.0, 8585.0, 8614.0, 8589.0, 8599.0, 8584.0, 8595.0, 8581.0, 8593.0, 8583.0, 8614.0, 8602.0, 8612.0, 8603.0, 8612.0, 8600.0, 8596.0, 8601.0, 8610.0, 8598.0, 8613.0, 8603.0, 8601.0, 8602.0, 8587.0, 8603.0, 8612.0, 8625.0, 8610.0, 8638.0, 8609.0, 8618.0, 8607.0, 8606.0, 8611.0, 8607.0, 8621.0, 8595.0, 8602.0, 8589.0, 8600.0, 8605.0, 8604.0, 8607.0, 8588.0, 8602.0, 8602.0, 8614.0, 8588.0, 8619.0, 8609.0, 8615.0, 8604.0, 8609.0, 8582.0, 8593.0, 8584.0, 8602.0, 8600.0, 8589.0, 8601.0, 8587.0, 8613.0, 8588.0, 8602.0, 8608.0, 8604.0, 8621.0, 8585.0, 8597.0, 8591.0, 8616.0, 8608.0, 8599.0, 8585.0, 8601.0, 8584.0, 8581.0, 8583.0, 8587.0, 8602.0, 8590.0, 8617.0, 8587.0, 8596.0, 8582.0, 8583.0, 8600.0, 8571.0, 8598.0, 8584.0, 8593.0, 8588.0, 8601.0, 8588.0, 8584.0, 8582.0, 8570.0, 8597.0, 8581.0, 8593.0, 8582.0, 8581.0, 8598.0, 8579.0, 8597.0, 8563.0, 8589.0, 8576.0, 8588.0, 8580.0, 8595.0, 8598.0, 8596.0, 8581.0, 8563.0, 8579.0, 8567.0, 8619.0, 8593.0, 8597.0, 8595.0, 8592.0, 8581.0, 8577.0, 8578.0, 8567.0, 8596.0, 8585.0, 8591.0, 8566.0, 8581.0, 8581.0, 8585.0, 8598.0, 8588.0, 8597.0, 8586.0, 8592.0, 8579.0, 8560.0, 8576.0, 8560.0, 8578.0, 8566.0, 8595.0, 8563.0, 8596.0, 8560.0, 8590.0, 8579.0, 8609.0, 8605.0, 8614.0, 8606.0, 8603.0, 8604.0, 8588.0, 8604.0, 8604.0, 8623.0, 8604.0, 8608.0, 8603.0, 8602.0, 8570.0, 8601.0, 8591.0, 8605.0, 8572.0, 8602.0, 8570.0, 8598.0, 8585.0, 8617.0, 8607.0, 8616.0, 8624.0, 8617.0, 8605.0, 8600.0, 8602.0, 8603.0, 8602.0, 8600.0, 8604.0, 8582.0, 8598.0, 8567.0, 8600.0, 8587.0, 8601.0, 8586.0, 8599.0, 8583.0, 8596.0, 8584.0, 8599.0, 8601.0, 8614.0, 8585.0, 8594.0, 8583.0, 8608.0, 8600.0, 8612.0, 8601.0, 8613.0, 8586.0, 8582.0, 8584.0, 8599.0, 8599.0, 8584.0, 8600.0, 8582.0, 8595.0, 8565.0, 8594.0, 8571.0, 8615.0, 8602.0, 8617.0, 8602.0, 8613.0, 8587.0, 8615.0, 8607.0, 8617.0, 8605.0, 8614.0, 8586.0, 8597.0, 8586.0, 8601.0, 8605.0, 8601.0, 8606.0, 8585.0, 8599.0, 8587.0, 8612.0, 8588.0, 8616.0, 8602.0, 8616.0, 8583.0, 8593.0, 8580.0, 8611.0, 8600.0, 8598.0, 8602.0, 8584.0, 8599.0, 8568.0, 8599.0, 8589.0, 8616.0, 8600.0, 8617.0, 8584.0, 8594.0, 8581.0, 8594.0, 8583.0, 8594.0, 8584.0, 8594.0, 8580.0, 8576.0, 8579.0, 8564.0, 8595.0, 8566.0, 8596.0, 8565.0, 8591.0, 8564.0, 8578.0, 8568.0, 8595.0, 8582.0, 8598.0, 8582.0, 8609.0, 8584.0, 8599.0, 8604.0, 8599.0, 8602.0, 8584.0, 8584.0, 8567.0, 8600.0, 8598.0, 8600.0, 8612.0, 8585.0, 8596.0, 8583.0, 8593.0, 8582.0, 8580.0, 8586.0, 8596.0, 8585.0, 8582.0, 8581.0, 8579.0, 8581.0, 8582.0, 8599.0, 8580.0, 8598.0, 8566.0, 8595.0, 8567.0, 8593.0, 8584.0, 8601.0, 8584.0, 8617.0, 8584.0, 8596.0, 8583.0, 8595.0, 8600.0, 8598.0, 8600.0, 8599.0, 8586.0, 8614.0, 8586.0, 8612.0, 8603.0, 8614.0, 8603.0, 8600.0, 8584.0, 8570.0, 8600.0, 8589.0, 8619.0, 8609.0, 8621.0, 8607.0, 8606.0, 8603.0, 8587.0, 8603.0, 8590.0, 8644.0, 8626.0, 8630.0, 8586.0, 8588.0, 8618.0, 8609.0, 8636.0, 8605.0, 8570.0, 8602.0, 8606.0, 8604.0, 8604.0, 8589.0, 8618.0, 8601.0, 8600.0, 8565.0, 8575.0, 8559.0, 8588.0, 8579.0, 8576.0, 8595.0, 8577.0, 8590.0, 8577.0, 8590.0, 8581.0, 8594.0, 8584.0, 8596.0, 8600.0, 8567.0, 8595.0, 8583.0, 8611.0, 8603.0, 8614.0, 8604.0, 8584.0, 8584.0, 8569.0, 8599.0, 8604.0, 8600.0, 8623.0, 8588.0, 8599.0, 8585.0, 8598.0, 8585.0, 8600.0, 8600.0, 8612.0, 8584.0, 8581.0, 8581.0, 8567.0, 8580.0, 8562.0, 8578.0, 8567.0, 8595.0, 8582.0, 8593.0, 8582.0, 8578.0, 8584.0, 8583.0, 8598.0, 8569.0, 8595.0, 8566.0, 8594.0, 8582.0, 8597.0, 8584.0, 8598.0, 8581.0, 8597.0, 8586.0, 8605.0, 8581.0, 8579.0, 8581.0, 8567.0, 8596.0, 8568.0, 8594.0, 8583.0, 8580.0, 8584.0, 8596.0, 8583.0, 8591.0, 8577.0, 8573.0, 8575.0, 8560.0, 8576.0, 8564.0, 8579.0, 8563.0, 8590.0, 8563.0, 8590.0, 8578.0, 8593.0, 8581.0, 8592.0, 8578.0, 8589.0, 8576.0, 8572.0, 8581.0, 8595.0, 8568.0, 8596.0, 8565.0, 8593.0, 8565.0, 8595.0, 8567.0, 8600.0, 8586.0, 8618.0, 8585.0, 8600.0, 8586.0, 8618.0, 8606.0, 8621.0, 8625.0, 8641.0, 8612.0, 8608.0, 8610.0, 8592.0, 8623.0, 8623.0, 8608.0, 8620.0, 8601.0, 8589.0, 8600.0, 8605.0, 8620.0, 8609.0, 8621.0, 8605.0, 8600.0, 8600.0, 8596.0, 8622.0, 8606.0, 8618.0, 8588.0, 8600.0, 8588.0, 8594.0, 8607.0, 8591.0, 8620.0, 8604.0, 8603.0, 8586.0, 8588.0, 8618.0, 8591.0, 8619.0, 8606.0, 8601.0, 8600.0, 8599.0, 8601.0, 8586.0, 8602.0, 8569.0, 8595.0, 8581.0, 8593.0, 8583.0, 8583.0, 8584.0, 8569.0, 8580.0, 8584.0, 8596.0, 8588.0, 8598.0, 8605.0, 8585.0, 8603.0, 8588.0, 8598.0, 8586.0, 8613.0, 8587.0, 8627.0, 8583.0, 8593.0, 8579.0, 8581.0, 8633.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.000837818831942789</td></tr>
<tr><td colspan=3>aqi</td><td>0.02017927437425507</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.12130342175414</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2495801606205255</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059710162052513</td></tr>
<tr><td colspan=3>efc</td><td>0.4935</td></tr>
<tr><td colspan=3>fber</td><td>5627.6821</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07588663141087798</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.264600715137068</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.346191067928198</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2562150371167324</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.559969120783762</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2223890458841002</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139069</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008714462630450726</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02646774984896183</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2548881872327335</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.8035</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.466</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.8148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.9174</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2008</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.9734</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3027.86</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3165.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83877.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1264.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>743.8459</td></tr>
<tr><td colspan=3>tsnr</td><td>42.20836740685627</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>