<?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-0014_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-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_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-0014/figures/sub-0014_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_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-0014/ses-02/func/sub-0014_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>79d34b6ccc4e0d5b224f5212c2e377f1</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:15:29.710000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999797, 0.00487625, 0.0195291, -0.00785256, 0.987826, 0.155362]</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.0953964</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>[4156, -7745, -7253, 477, -90, -8, 62, 54]</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>251.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9007add9-3fdc-43b7-8134-9ba9efe7f848||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823832988739014, -0.02106783166527748, 0.050041314214468, 110.91128540039062], [-0.013082612305879593, 2.650266170501709, 0.41980546712875366, -109.26676940917969], [0.052395258098840714, -0.4168238937854767, 2.666694402694702, -40.97767639160156], [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': ['161529.710000', '161530.170000', '161530.630000', '161531.090000', '161531.550000', '161532.010000', '161532.470000', '161532.930000', '161533.390000', '161533.850000', '161534.310000', '161534.770000', '161535.230000', '161535.690000', '161536.150000', '161536.610000', '161537.070000', '161537.530000', '161537.990000', '161538.450000', '161538.910000', '161539.370000', '161539.830000', '161540.290000', '161540.750000', '161541.210000', '161541.670000', '161542.130000', '161542.590000', '161543.050000', '161543.510000', '161543.970000', '161544.430000', '161544.890000', '161545.350000', '161545.810000', '161546.270000', '161546.730000', '161547.190000', '161547.650000', '161548.110000', '161548.570000', '161549.030000', '161549.490000', '161549.950000', '161550.410000', '161550.870000', '161551.330000', '161551.790000', '161552.250000', '161552.710000', '161553.170000', '161553.630000', '161554.090000', '161554.550000', '161555.010000', '161555.470000', '161555.930000', '161556.390000', '161556.850000', '161557.310000', '161557.770000', '161558.230000', '161558.690000', '161559.150000', '161559.610000', '161600.070000', '161600.530000', '161600.990000', '161601.450000', '161601.910000', '161602.370000', '161602.830000', '161603.290000', '161603.750000', '161604.210000', '161604.670000', '161605.130000', '161605.590000', '161606.050000', '161606.510000', '161606.970000', '161607.430000', '161607.890000', '161608.350000', '161608.810000', '161609.270000', '161609.730000', '161610.190000', '161610.650000', '161611.110000', '161611.570000', '161612.030000', '161612.490000', '161612.950000', '161613.410000', '161613.870000', '161614.330000', '161614.790000', '161615.250000', '161615.710000', '161616.170000', '161616.630000', '161617.090000', '161617.550000', '161618.010000', '161618.470000', '161618.930000', '161619.390000', '161619.850000', '161620.310000', '161620.770000', '161621.230000', '161621.690000', '161622.150000', '161622.610000', '161623.070000', '161623.530000', '161623.990000', '161624.450000', '161624.910000', '161625.370000', '161625.830000', '161626.290000', '161626.750000', '161627.210000', '161627.670000', '161628.130000', '161628.590000', '161629.050000', '161629.510000', '161629.970000', '161630.430000', '161630.890000', '161631.350000', '161631.810000', '161632.270000', '161632.730000', '161633.190000', '161633.650000', '161634.110000', '161634.570000', '161635.030000', '161635.490000', '161635.950000', '161636.410000', '161636.870000', '161637.330000', '161637.790000', '161638.250000', '161638.710000', '161639.170000', '161639.630000', '161640.090000', '161640.550000', '161641.010000', '161641.470000', '161641.930000', '161642.390000', '161642.850000', '161643.310000', '161643.770000', '161644.230000', '161644.690000', '161645.150000', '161645.610000', '161646.070000', '161646.530000', '161646.990000', '161647.450000', '161647.910000', '161648.370000', '161648.830000', '161649.290000', '161649.750000', '161650.210000', '161650.670000', '161651.130000', '161651.590000', '161652.050000', '161652.510000', '161652.970000', '161653.430000', '161653.890000', '161654.350000', '161654.810000', '161655.270000', '161655.730000', '161656.190000', '161656.650000', '161657.110000', '161657.570000', '161658.030000', '161658.490000', '161658.950000', '161659.410000', '161659.870000', '161700.330000', '161700.790000', '161701.250000', '161701.710000', '161702.170000', '161702.630000', '161703.090000', '161703.550000', '161704.010000', '161704.470000', '161704.930000', '161705.390000', '161705.850000', '161706.310000', '161706.770000', '161707.230000', '161707.690000', '161708.150000', '161708.610000', '161709.070000', '161709.530000', '161709.990000', '161710.450000', '161710.910000', '161711.370000', '161711.830000', '161712.290000', '161712.750000', '161713.210000', '161713.670000', '161714.130000', '161714.590000', '161715.050000', '161715.510000', '161715.970000', '161716.430000', '161716.890000', '161717.350000', '161717.810000', '161718.270000', '161718.730000', '161719.190000', '161719.650000', '161720.110000', '161720.570000', '161721.030000', '161721.490000', '161721.950000', '161722.410000', '161722.870000', '161723.330000', '161723.790000', '161724.250000', '161724.710000', '161725.170000', '161725.630000', '161726.090000', '161726.550000', '161727.010000', '161727.470000', '161727.930000', '161728.390000', '161728.850000', '161729.310000', '161729.770000', '161730.230000', '161730.690000', '161731.150000', '161731.610000', '161732.070000', '161732.530000', '161732.990000', '161733.450000', '161733.910000', '161734.370000', '161734.830000', '161735.290000', '161735.750000', '161736.210000', '161736.670000', '161737.130000', '161737.590000', '161738.050000', '161738.510000', '161738.970000', '161739.430000', '161739.890000', '161740.350000', '161740.810000', '161741.270000', '161741.730000', '161742.190000', '161742.650000', '161743.110000', '161743.570000', '161744.030000', '161744.490000', '161744.950000', '161745.410000', '161745.870000', '161746.330000', '161746.790000', '161747.250000', '161747.710000', '161748.170000', '161748.630000', '161749.090000', '161749.550000', '161750.010000', '161750.470000', '161750.930000', '161751.390000', '161751.850000', '161752.310000', '161752.770000', '161753.230000', '161753.690000', '161754.150000', '161754.610000', '161755.070000', '161755.530000', '161755.990000', '161756.450000', '161756.910000', '161757.370000', '161757.830000', '161758.290000', '161758.750000', '161759.210000', '161759.670000', '161800.130000', '161800.590000', '161801.050000', '161801.510000', '161801.970000', '161802.430000', '161802.890000', '161803.350000', '161803.810000', '161804.270000', '161804.730000', '161805.190000', '161805.650000', '161806.110000', '161806.570000', '161807.030000', '161807.490000', '161807.950000', '161808.410000', '161808.870000', '161809.330000', '161809.790000', '161810.250000', '161810.710000', '161811.170000', '161811.630000', '161812.090000', '161812.550000', '161813.010000', '161813.470000', '161813.930000', '161814.390000', '161814.850000', '161815.310000', '161815.770000', '161816.230000', '161816.690000', '161817.150000', '161817.610000', '161818.070000', '161818.530000', '161818.990000', '161819.450000', '161819.910000', '161820.370000', '161820.830000', '161821.290000', '161821.750000', '161822.210000', '161822.670000', '161823.130000', '161823.590000', '161824.050000', '161824.510000', '161824.970000', '161825.430000', '161825.890000', '161826.350000', '161826.810000', '161827.270000', '161827.730000', '161828.190000', '161828.650000', '161829.110000', '161829.570000', '161830.030000', '161830.490000', '161830.950000', '161831.410000', '161831.870000', '161832.330000', '161832.790000', '161833.250000', '161833.710000', '161834.170000', '161834.630000', '161835.090000', '161835.550000', '161836.010000', '161836.470000', '161836.930000', '161837.390000', '161837.850000', '161838.310000', '161838.770000', '161839.230000', '161839.690000', '161840.150000', '161840.610000', '161841.070000', '161841.530000', '161841.990000', '161842.450000', '161842.910000', '161843.370000', '161843.830000', '161844.290000', '161844.750000', '161845.210000', '161845.670000', '161846.130000', '161846.590000', '161847.050000', '161847.510000', '161847.970000', '161848.430000', '161848.890000', '161849.350000', '161849.810000', '161850.270000', '161850.730000', '161851.190000', '161851.650000', '161852.110000', '161852.570000', '161853.030000', '161853.490000', '161853.950000', '161854.410000', '161854.870000', '161855.330000', '161855.790000', '161856.250000', '161856.710000', '161857.170000', '161857.630000', '161858.090000', '161858.550000', '161859.010000', '161859.470000', '161859.930000', '161900.390000', '161900.850000', '161901.310000', '161901.770000', '161902.230000', '161902.690000', '161903.150000', '161903.610000', '161904.070000', '161904.530000', '161904.990000', '161905.450000', '161905.910000', '161906.370000', '161906.830000', '161907.290000', '161907.750000', '161908.210000', '161908.670000', '161909.130000', '161909.590000', '161910.050000', '161910.510000', '161910.970000', '161911.430000', '161911.890000', '161912.350000', '161912.810000', '161913.270000', '161913.730000', '161914.190000', '161914.650000', '161915.110000', '161915.570000', '161916.030000', '161916.490000', '161916.950000', '161917.410000', '161917.870000', '161918.330000', '161918.790000', '161919.250000', '161919.710000', '161920.170000', '161920.630000', '161921.090000', '161921.550000', '161922.010000', '161922.470000', '161922.930000', '161923.390000', '161923.850000', '161924.310000', '161924.770000', '161925.230000', '161925.690000', '161926.150000', '161926.610000', '161927.070000', '161927.530000', '161927.990000', '161928.450000', '161928.910000', '161929.370000', '161929.830000', '161930.290000', '161930.750000', '161931.210000', '161931.670000', '161932.130000', '161932.590000', '161933.050000', '161933.510000', '161933.970000', '161934.430000', '161934.890000', '161935.350000', '161935.810000', '161936.270000', '161936.730000', '161937.190000', '161937.650000', '161938.110000', '161938.570000', '161939.030000', '161939.490000', '161939.950000', '161940.410000', '161940.870000', '161941.330000', '161941.790000', '161942.250000', '161942.710000', '161943.170000', '161943.630000', '161944.090000', '161944.550000', '161945.010000', '161945.470000', '161945.930000', '161946.390000', '161946.850000', '161947.310000', '161947.770000', '161948.230000', '161948.690000', '161949.150000', '161949.610000', '161950.070000', '161950.530000', '161950.990000', '161951.450000', '161951.910000', '161952.370000', '161952.830000', '161953.290000', '161953.750000', '161954.210000', '161954.670000', '161955.130000', '161955.590000', '161956.050000', '161956.510000', '161956.970000', '161957.430000', '161957.890000', '161958.350000', '161958.810000', '161959.270000', '161959.730000', '162000.190000', '162000.650000', '162001.110000', '162001.570000', '162002.030000', '162002.490000', '162002.950000', '162003.410000', '162003.870000', '162004.330000', '162004.790000', '162005.250000', '162005.710000', '162006.170000', '162006.630000', '162007.090000', '162007.550000', '162008.010000', '162008.470000', '162008.930000', '162009.390000', '162009.850000', '162010.310000', '162010.770000', '162011.230000', '162011.690000', '162012.150000', '162012.610000', '162013.070000', '162013.530000', '162013.990000', '162014.450000', '162014.910000', '162015.370000', '162015.830000', '162016.290000', '162016.750000', '162017.210000', '162017.670000', '162018.130000', '162018.590000', '162019.050000', '162019.510000', '162019.970000', '162020.430000', '162020.890000', '162021.350000', '162021.810000', '162022.270000', '162022.730000', '162023.190000', '162023.650000', '162024.110000', '162024.570000', '162025.030000', '162025.490000', '162025.950000', '162026.410000', '162026.870000', '162027.330000', '162027.790000', '162028.250000', '162028.710000', '162029.170000', '162029.630000', '162030.090000', '162030.550000', '162031.010000', '162031.470000', '162031.930000', '162032.390000', '162032.850000', '162033.310000', '162033.770000', '162034.230000', '162034.690000', '162035.150000', '162035.610000', '162036.070000', '162036.530000', '162036.990000', '162037.450000', '162037.910000', '162038.370000', '162038.830000', '162039.290000', '162039.750000', '162040.210000', '162040.670000', '162041.130000', '162041.590000', '162042.050000', '162042.510000', '162042.970000', '162043.430000', '162043.890000', '162044.350000', '162044.810000', '162045.270000', '162045.730000', '162046.190000', '162046.650000', '162047.110000', '162047.570000', '162048.030000', '162048.490000', '162048.950000', '162049.410000', '162049.870000', '162050.330000', '162050.790000', '162051.250000', '162051.710000', '162052.170000', '162052.630000', '162053.090000', '162053.550000', '162054.010000', '162054.470000', '162054.930000', '162055.390000', '162055.850000', '162056.310000', '162056.770000', '162057.230000', '162057.690000', '162058.150000', '162058.610000', '162059.070000', '162059.530000', '162059.990000', '162100.450000', '162100.910000', '162101.370000', '162101.830000', '162102.290000', '162102.750000', '162103.210000', '162103.670000', '162104.130000', '162104.590000', '162105.050000', '162105.510000', '162105.970000', '162106.430000', '162106.890000', '162107.350000', '162107.810000', '162108.270000', '162108.730000', '162109.190000', '162109.650000', '162110.110000', '162110.570000', '162111.030000', '162111.490000', '162111.950000', '162112.410000', '162112.870000', '162113.330000', '162113.790000', '162114.250000', '162114.710000', '162115.170000', '162115.630000', '162116.090000', '162116.550000', '162117.010000', '162117.470000', '162117.930000', '162118.390000', '162118.850000', '162119.310000', '162119.770000', '162120.230000', '162120.690000', '162121.150000', '162121.610000', '162122.070000', '162122.530000', '162122.990000', '162123.450000', '162123.910000', '162124.370000', '162124.830000', '162125.290000', '162125.750000', '162126.210000', '162126.670000', '162127.130000', '162127.590000', '162128.050000', '162128.510000', '162128.970000', '162129.430000', '162129.890000', '162130.350000', '162130.810000', '162131.270000', '162131.730000', '162132.190000', '162132.650000', '162133.110000', '162133.570000', '162134.030000', '162134.490000', '162134.950000', '162135.410000', '162135.870000', '162136.330000', '162136.790000', '162137.250000', '162137.710000', '162138.170000', '162138.630000', '162139.090000', '162139.550000', '162140.010000', '162140.470000', '162140.930000', '162141.390000', '162141.850000', '162142.310000', '162142.770000', '162143.230000', '162143.690000', '162144.150000', '162144.610000', '162145.070000', '162145.530000', '162145.990000', '162146.450000', '162146.910000', '162147.370000', '162147.830000', '162148.290000', '162148.750000', '162149.210000', '162149.670000', '162150.130000', '162150.590000', '162151.050000', '162151.510000', '162151.970000', '162152.430000', '162152.890000', '162153.350000', '162153.810000', '162154.270000', '162154.730000', '162155.190000'], 'ContentTime': ['161543.504000', '161543.507000', '161543.510000', '161543.513000', '161543.516000', '161543.518000', '161543.521000', '161543.524000', '161543.527000', '161543.530000', '161543.533000', '161543.535000', '161543.538000', '161543.554000', '161543.557000', '161543.560000', '161543.563000', '161543.566000', '161543.568000', '161543.571000', '161543.574000', '161543.577000', '161543.579000', '161543.582000', '161543.585000', '161543.588000', '161543.591000', '161543.593000', '161543.596000', '161603.472000', '161603.475000', '161603.478000', '161603.486000', '161603.488000', '161603.491000', '161603.494000', '161603.497000', '161603.500000', '161603.502000', '161603.505000', '161603.508000', '161603.511000', '161603.514000', '161603.516000', '161603.519000', '161603.527000', '161603.530000', '161603.532000', '161603.535000', '161603.538000', '161603.541000', '161603.544000', '161603.546000', '161603.549000', '161603.552000', '161603.555000', '161603.558000', '161603.561000', '161603.564000', '161603.567000', '161603.571000', '161603.574000', '161603.576000', '161603.579000', '161603.582000', '161603.585000', '161603.588000', '161603.590000', '161603.593000', '161603.596000', '161603.599000', '161603.602000', '161623.472000', '161623.475000', '161623.478000', '161623.480000', '161623.483000', '161623.486000', '161623.489000', '161623.492000', '161623.494000', '161623.497000', '161623.500000', '161623.503000', '161623.506000', '161623.508000', '161623.511000', '161623.514000', '161623.517000', '161623.523000', '161623.526000', '161623.529000', '161623.532000', '161623.534000', '161623.537000', '161623.540000', '161623.543000', '161623.546000', '161623.549000', '161623.551000', '161623.554000', '161623.557000', '161623.560000', '161623.563000', '161623.566000', '161623.569000', '161623.571000', '161623.574000', '161623.577000', '161623.580000', '161623.583000', '161623.585000', '161623.588000', '161623.591000', '161623.594000', '161623.597000', '161643.472000', '161643.475000', '161643.478000', '161643.486000', '161643.489000', '161643.492000', '161643.495000', '161643.498000', '161643.500000', '161643.503000', '161643.506000', '161643.509000', '161643.512000', '161643.515000', '161643.518000', '161643.521000', '161643.523000', '161643.526000', '161643.529000', '161643.532000', '161643.535000', '161643.537000', '161643.540000', '161643.543000', '161643.546000', '161643.549000', '161643.552000', '161643.554000', '161643.557000', '161643.560000', '161643.563000', '161643.566000', '161643.569000', '161643.571000', '161643.574000', '161643.577000', '161643.580000', '161643.583000', '161643.586000', '161643.588000', '161643.591000', '161643.594000', '161643.597000', '161703.472000', '161703.475000', '161703.478000', '161703.480000', '161703.483000', '161703.486000', '161703.489000', '161703.492000', '161703.495000', '161703.497000', '161703.500000', '161703.503000', '161703.506000', '161703.509000', '161703.511000', '161703.514000', '161703.526000', '161703.529000', '161703.532000', '161703.534000', '161703.537000', '161703.540000', '161703.543000', '161703.546000', '161703.549000', '161703.552000', '161703.554000', '161703.557000', '161703.560000', '161703.563000', '161703.566000', '161703.569000', '161703.572000', '161703.575000', '161703.578000', '161703.580000', '161703.583000', '161703.586000', '161703.589000', '161703.592000', '161703.595000', '161703.598000', '161703.600000', '161703.603000', '161723.471000', '161723.474000', '161723.477000', '161723.480000', '161723.482000', '161723.485000', '161723.488000', '161723.491000', '161723.494000', '161723.496000', '161723.499000', '161723.502000', '161723.505000', '161723.508000', '161723.511000', '161723.513000', '161723.516000', '161723.519000', '161723.522000', '161723.525000', '161723.527000', '161723.530000', '161723.533000', '161723.546000', '161723.549000', '161723.552000', '161723.555000', '161723.558000', '161723.560000', '161723.563000', '161723.566000', '161723.569000', '161723.572000', '161723.575000', '161723.577000', '161723.580000', '161723.583000', '161723.586000', '161723.589000', '161723.592000', '161723.595000', '161723.597000', '161723.600000', '161743.471000', '161743.474000', '161743.477000', '161743.479000', '161743.482000', '161743.485000', '161743.488000', '161743.491000', '161743.494000', '161743.496000', '161743.499000', '161743.502000', '161743.505000', '161743.508000', '161743.510000', '161743.513000', '161743.516000', '161743.519000', '161743.522000', '161743.524000', '161743.527000', '161743.530000', '161743.533000', '161743.536000', '161743.538000', '161743.541000', '161743.544000', '161743.554000', '161743.557000', '161743.560000', '161743.563000', '161743.566000', '161743.568000', '161743.571000', '161743.574000', '161743.577000', '161743.580000', '161743.583000', '161743.586000', '161743.589000', '161743.592000', '161743.594000', '161743.597000', '161803.471000', '161803.474000', '161803.477000', '161803.480000', '161803.483000', '161803.486000', '161803.489000', '161803.492000', '161803.495000', '161803.498000', '161803.501000', '161803.503000', '161803.506000', '161803.509000', '161803.512000', '161803.515000', '161803.517000', '161803.520000', '161803.523000', '161803.526000', '161803.529000', '161803.531000', '161803.534000', '161803.537000', '161803.540000', '161803.543000', '161803.546000', '161803.549000', '161803.551000', '161803.554000', '161803.557000', '161803.560000', '161803.563000', '161803.566000', '161803.569000', '161803.572000', '161803.575000', '161803.578000', '161803.581000', '161803.584000', '161803.586000', '161803.589000', '161803.592000', '161803.595000', '161823.472000', '161823.475000', '161823.478000', '161823.481000', '161823.484000', '161823.486000', '161823.489000', '161823.492000', '161823.495000', '161823.498000', '161823.501000', '161823.504000', '161823.507000', '161823.509000', '161823.512000', '161823.515000', '161823.518000', '161823.521000', '161823.524000', '161823.526000', '161823.529000', '161823.532000', '161823.535000', '161823.538000', '161823.541000', '161823.543000', '161823.546000', '161823.549000', '161823.552000', '161823.555000', '161823.558000', '161823.560000', '161823.563000', '161823.566000', '161823.569000', '161823.572000', '161823.575000', '161823.577000', '161823.580000', '161823.583000', '161823.586000', '161823.589000', '161823.592000', '161843.472000', '161843.475000', '161843.478000', '161843.481000', '161843.483000', '161843.486000', '161843.489000', '161843.492000', '161843.495000', '161843.498000', '161843.501000', '161843.504000', '161843.506000', '161843.509000', '161843.512000', '161843.515000', '161843.518000', '161843.521000', '161843.524000', '161843.526000', '161843.529000', '161843.532000', '161843.535000', '161843.538000', '161843.541000', '161843.543000', '161843.546000', '161843.549000', '161843.552000', '161843.555000', '161843.558000', '161843.561000', '161843.564000', '161843.566000', '161843.569000', '161843.572000', '161843.575000', '161843.578000', '161843.581000', '161843.584000', '161843.586000', '161843.589000', '161843.592000', '161843.595000', '161903.472000', '161903.475000', '161903.478000', '161903.481000', '161903.484000', '161903.487000', '161903.490000', '161903.493000', '161903.496000', '161903.499000', '161903.502000', '161903.504000', '161903.507000', '161903.510000', '161903.513000', '161903.516000', '161903.519000', '161903.522000', '161903.524000', '161903.541000', '161903.544000', '161903.553000', '161903.556000', '161903.559000', '161903.562000', '161903.565000', '161903.568000', '161903.571000', '161903.574000', '161903.577000', '161903.579000', '161903.582000', '161903.585000', '161903.588000', '161903.591000', '161903.594000', '161903.597000', '161903.600000', '161903.602000', '161903.605000', '161903.608000', '161903.611000', '161903.614000', '161923.472000', '161923.475000', '161923.478000', '161923.481000', '161923.484000', '161923.486000', '161923.489000', '161923.492000', '161923.495000', '161923.498000', '161923.501000', '161923.503000', '161923.506000', '161923.509000', '161923.512000', '161923.515000', '161923.518000', '161923.520000', '161923.523000', '161923.526000', '161923.529000', '161923.532000', '161923.535000', '161923.537000', '161923.540000', '161923.543000', '161923.546000', '161923.549000', '161923.551000', '161923.554000', '161923.557000', '161923.560000', '161923.563000', '161923.566000', '161923.569000', '161923.572000', '161923.574000', '161923.577000', '161923.580000', '161923.583000', '161923.586000', '161923.589000', '161923.591000', '161923.594000', '161943.471000', '161943.474000', '161943.477000', '161943.480000', '161943.483000', '161943.485000', '161943.488000', '161943.491000', '161943.494000', '161943.497000', '161943.500000', '161943.502000', '161943.505000', '161943.508000', '161943.511000', '161943.516000', '161943.518000', '161943.522000', '161943.524000', '161943.527000', '161943.530000', '161943.533000', '161943.536000', '161943.538000', '161943.541000', '161943.544000', '161943.547000', '161943.549000', '161943.552000', '161943.555000', '161943.558000', '161943.561000', '161943.564000', '161943.567000', '161943.569000', '161943.572000', '161943.575000', '161943.578000', '161943.581000', '161943.584000', '161943.586000', '161943.589000', '161943.592000', '162003.471000', '162003.474000', '162003.477000', '162003.480000', '162003.483000', '162003.485000', '162003.488000', '162003.491000', '162003.494000', '162003.497000', '162003.500000', '162003.502000', '162003.505000', '162003.508000', '162003.511000', '162003.514000', '162003.516000', '162003.519000', '162003.522000', '162003.525000', '162003.528000', '162003.531000', '162003.534000', '162003.536000', '162003.539000', '162003.542000', '162003.545000', '162003.548000', '162003.551000', '162003.553000', '162003.556000', '162003.559000', '162003.562000', '162003.565000', '162003.568000', '162003.571000', '162003.573000', '162003.576000', '162003.579000', '162003.582000', '162003.585000', '162003.587000', '162003.590000', '162003.593000', '162023.472000', '162023.475000', '162023.478000', '162023.481000', '162023.484000', '162023.486000', '162023.489000', '162023.492000', '162023.495000', '162023.498000', '162023.501000', '162023.504000', '162023.506000', '162023.509000', '162023.512000', '162023.515000', '162023.518000', '162023.521000', '162023.523000', '162023.526000', '162023.529000', '162023.532000', '162023.535000', '162023.538000', '162023.541000', '162023.544000', '162023.546000', '162023.549000', '162023.552000', '162023.555000', '162023.558000', '162023.561000', '162023.563000', '162023.566000', '162023.569000', '162023.572000', '162023.575000', '162023.577000', '162023.580000', '162023.583000', '162023.586000', '162023.589000', '162023.591000', '162043.472000', '162043.475000', '162043.478000', '162043.481000', '162043.483000', '162043.486000', '162043.489000', '162043.492000', '162043.495000', '162043.497000', '162043.500000', '162043.503000', '162043.506000', '162043.509000', '162043.511000', '162043.514000', '162043.517000', '162043.520000', '162043.523000', '162043.526000', '162043.529000', '162043.531000', '162043.534000', '162043.537000', '162043.540000', '162043.543000', '162043.545000', '162043.548000', '162043.551000', '162043.554000', '162043.557000', '162043.560000', '162043.563000', '162043.566000', '162043.568000', '162043.571000', '162043.574000', '162043.577000', '162043.580000', '162043.583000', '162043.586000', '162043.588000', '162043.591000', '162043.594000', '162103.472000', '162103.475000', '162103.479000', '162103.482000', '162103.485000', '162103.488000', '162103.490000', '162103.493000', '162103.496000', '162103.499000', '162103.502000', '162103.505000', '162103.508000', '162103.510000', '162103.513000', '162103.516000', '162103.519000', '162103.522000', '162103.525000', '162103.527000', '162103.530000', '162103.533000', '162103.536000', '162103.539000', '162103.542000', '162103.545000', '162103.547000', '162103.554000', '162103.557000', '162103.560000', '162103.563000', '162103.566000', '162103.569000', '162103.572000', '162103.575000', '162103.577000', '162103.580000', '162103.583000', '162103.586000', '162103.589000', '162103.591000', '162103.594000', '162103.597000', '162123.472000', '162123.475000', '162123.478000', '162123.481000', '162123.483000', '162123.486000', '162123.489000', '162123.492000', '162123.495000', '162123.497000', '162123.500000', '162123.503000', '162123.506000', '162123.509000', '162123.512000', '162123.515000', '162123.517000', '162123.520000', '162123.523000', '162123.526000', '162123.529000', '162123.531000', '162123.534000', '162123.537000', '162123.540000', '162123.543000', '162123.545000', '162123.548000', '162123.551000', '162123.554000', '162123.557000', '162123.560000', '162123.563000', '162123.566000', '162123.568000', '162123.571000', '162123.574000', '162123.577000', '162123.580000', '162123.582000', '162123.585000', '162123.588000', '162123.591000', '162123.594000', '162143.472000', '162143.475000', '162143.478000', '162143.481000', '162143.483000', '162143.486000', '162143.489000', '162143.492000', '162143.495000', '162143.497000', '162143.500000', '162143.503000', '162143.506000', '162143.509000', '162143.512000', '162143.514000', '162143.517000', '162143.520000', '162143.523000', '162143.526000', '162143.529000', '162143.531000', '162143.534000', '162143.537000', '162143.540000', '162143.543000', '162143.545000', '162143.548000', '162143.551000', '162143.554000', '162143.557000', '162143.560000', '162143.562000', '162143.565000', '162143.568000', '162143.571000', '162143.574000', '162143.580000', '162143.583000', '162143.586000', '162143.589000', '162143.591000', '162143.594000', '162156.035000', '162156.038000', '162156.041000', '162156.044000', '162156.047000', '162156.051000', '162156.054000', '162156.057000', '162156.060000', '162156.063000', '162156.067000', '162156.092000', '162156.096000', '162156.098000', '162156.101000', '162156.104000', '162156.107000', '162156.110000', '162156.113000', '162156.116000', '162156.119000', '162156.121000', '162156.125000', '162156.128000', '162156.131000', '162156.134000', '162156.137000', '162156.139000'], 'InstanceCreationTime': ['161543.504000', '161543.507000', '161543.510000', '161543.513000', '161543.516000', '161543.518000', '161543.521000', '161543.524000', '161543.527000', '161543.530000', '161543.533000', '161543.535000', '161543.538000', '161543.554000', '161543.557000', '161543.560000', '161543.563000', '161543.566000', '161543.568000', '161543.571000', '161543.574000', '161543.577000', '161543.579000', '161543.582000', '161543.585000', '161543.588000', '161543.591000', '161543.593000', '161543.596000', '161603.472000', '161603.475000', '161603.478000', '161603.486000', '161603.488000', '161603.491000', '161603.494000', '161603.497000', '161603.500000', '161603.502000', '161603.505000', '161603.508000', '161603.511000', '161603.514000', '161603.516000', '161603.519000', '161603.527000', '161603.530000', '161603.532000', '161603.535000', '161603.538000', '161603.541000', '161603.544000', '161603.546000', '161603.549000', '161603.552000', '161603.555000', '161603.558000', '161603.561000', '161603.564000', '161603.567000', '161603.571000', '161603.574000', '161603.576000', '161603.579000', '161603.582000', '161603.585000', '161603.588000', '161603.590000', '161603.593000', '161603.596000', '161603.599000', '161603.602000', '161623.472000', '161623.475000', '161623.478000', '161623.480000', '161623.483000', '161623.486000', '161623.489000', '161623.492000', '161623.494000', '161623.497000', '161623.500000', '161623.503000', '161623.506000', '161623.508000', '161623.511000', '161623.514000', '161623.517000', '161623.523000', '161623.526000', '161623.529000', '161623.532000', '161623.534000', '161623.537000', '161623.540000', '161623.543000', '161623.546000', '161623.549000', '161623.551000', '161623.554000', '161623.557000', '161623.560000', '161623.563000', '161623.566000', '161623.569000', '161623.571000', '161623.574000', '161623.577000', '161623.580000', '161623.583000', '161623.585000', '161623.588000', '161623.591000', '161623.594000', '161623.597000', '161643.472000', '161643.475000', '161643.478000', '161643.486000', '161643.489000', '161643.492000', '161643.495000', '161643.498000', '161643.500000', '161643.503000', '161643.506000', '161643.509000', '161643.512000', '161643.515000', '161643.518000', '161643.521000', '161643.523000', '161643.526000', '161643.529000', '161643.532000', '161643.535000', '161643.537000', '161643.540000', '161643.543000', '161643.546000', '161643.549000', '161643.552000', '161643.554000', '161643.557000', '161643.560000', '161643.563000', '161643.566000', '161643.569000', '161643.571000', '161643.574000', '161643.577000', '161643.580000', '161643.583000', '161643.586000', '161643.588000', '161643.591000', '161643.594000', '161643.597000', '161703.472000', '161703.475000', '161703.478000', '161703.480000', '161703.483000', '161703.486000', '161703.489000', '161703.492000', '161703.495000', '161703.497000', '161703.500000', '161703.503000', '161703.506000', '161703.509000', '161703.511000', '161703.514000', '161703.526000', '161703.529000', '161703.532000', '161703.534000', '161703.537000', '161703.540000', '161703.543000', '161703.546000', '161703.549000', '161703.552000', '161703.554000', '161703.557000', '161703.560000', '161703.563000', '161703.566000', '161703.569000', '161703.572000', '161703.575000', '161703.578000', '161703.580000', '161703.583000', '161703.586000', '161703.589000', '161703.592000', '161703.595000', '161703.598000', '161703.600000', '161703.603000', '161723.471000', '161723.474000', '161723.477000', '161723.480000', '161723.482000', '161723.485000', '161723.488000', '161723.491000', '161723.494000', '161723.496000', '161723.499000', '161723.502000', '161723.505000', '161723.508000', '161723.511000', '161723.513000', '161723.516000', '161723.519000', '161723.522000', '161723.525000', '161723.527000', '161723.530000', '161723.533000', '161723.546000', '161723.549000', '161723.552000', '161723.555000', '161723.558000', '161723.560000', '161723.563000', '161723.566000', '161723.569000', '161723.572000', '161723.575000', '161723.577000', '161723.580000', '161723.583000', '161723.586000', '161723.589000', '161723.592000', '161723.595000', '161723.597000', '161723.600000', '161743.471000', '161743.474000', '161743.477000', '161743.479000', '161743.482000', '161743.485000', '161743.488000', '161743.491000', '161743.494000', '161743.496000', '161743.499000', '161743.502000', '161743.505000', '161743.508000', '161743.510000', '161743.513000', '161743.516000', '161743.519000', '161743.522000', '161743.524000', '161743.527000', '161743.530000', '161743.533000', '161743.536000', '161743.538000', '161743.541000', '161743.544000', '161743.554000', '161743.557000', '161743.560000', '161743.563000', '161743.566000', '161743.568000', '161743.571000', '161743.574000', '161743.577000', '161743.580000', '161743.583000', '161743.586000', '161743.589000', '161743.592000', '161743.594000', '161743.597000', '161803.471000', '161803.474000', '161803.477000', '161803.480000', '161803.483000', '161803.486000', '161803.489000', '161803.492000', '161803.495000', '161803.498000', '161803.501000', '161803.503000', '161803.506000', '161803.509000', '161803.512000', '161803.515000', '161803.517000', '161803.520000', '161803.523000', '161803.526000', '161803.529000', '161803.531000', '161803.534000', '161803.537000', '161803.540000', '161803.543000', '161803.546000', '161803.549000', '161803.551000', '161803.554000', '161803.557000', '161803.560000', '161803.563000', '161803.566000', '161803.569000', '161803.572000', '161803.575000', '161803.578000', '161803.581000', '161803.584000', '161803.586000', '161803.589000', '161803.592000', '161803.595000', '161823.472000', '161823.475000', '161823.478000', '161823.481000', '161823.484000', '161823.486000', '161823.489000', '161823.492000', '161823.495000', '161823.498000', '161823.501000', '161823.504000', '161823.507000', '161823.509000', '161823.512000', '161823.515000', '161823.518000', '161823.521000', '161823.524000', '161823.526000', '161823.529000', '161823.532000', '161823.535000', '161823.538000', '161823.541000', '161823.543000', '161823.546000', '161823.549000', '161823.552000', '161823.555000', '161823.558000', '161823.560000', '161823.563000', '161823.566000', '161823.569000', '161823.572000', '161823.575000', '161823.577000', '161823.580000', '161823.583000', '161823.586000', '161823.589000', '161823.592000', '161843.472000', '161843.475000', '161843.478000', '161843.481000', '161843.483000', '161843.486000', '161843.489000', '161843.492000', '161843.495000', '161843.498000', '161843.501000', '161843.504000', '161843.506000', '161843.509000', '161843.512000', '161843.515000', '161843.518000', '161843.521000', '161843.524000', '161843.526000', '161843.529000', '161843.532000', '161843.535000', '161843.538000', '161843.541000', '161843.543000', '161843.546000', '161843.549000', '161843.552000', '161843.555000', '161843.558000', '161843.561000', '161843.564000', '161843.566000', '161843.569000', '161843.572000', '161843.575000', '161843.578000', '161843.581000', '161843.584000', '161843.586000', '161843.589000', '161843.592000', '161843.595000', '161903.472000', '161903.475000', '161903.478000', '161903.481000', '161903.484000', '161903.487000', '161903.490000', '161903.493000', '161903.496000', '161903.499000', '161903.502000', '161903.504000', '161903.507000', '161903.510000', '161903.513000', '161903.516000', '161903.519000', '161903.522000', '161903.524000', '161903.541000', '161903.544000', '161903.553000', '161903.556000', '161903.559000', '161903.562000', '161903.565000', '161903.568000', '161903.571000', '161903.574000', '161903.577000', '161903.579000', '161903.582000', '161903.585000', '161903.588000', '161903.591000', '161903.594000', '161903.597000', '161903.600000', '161903.602000', '161903.605000', '161903.608000', '161903.611000', '161903.614000', '161923.472000', '161923.475000', '161923.478000', '161923.481000', '161923.484000', '161923.486000', '161923.489000', '161923.492000', '161923.495000', '161923.498000', '161923.501000', '161923.503000', '161923.506000', '161923.509000', '161923.512000', '161923.515000', '161923.518000', '161923.520000', '161923.523000', '161923.526000', '161923.529000', '161923.532000', '161923.535000', '161923.537000', '161923.540000', '161923.543000', '161923.546000', '161923.549000', '161923.551000', '161923.554000', '161923.557000', '161923.560000', '161923.563000', '161923.566000', '161923.569000', '161923.572000', '161923.574000', '161923.577000', '161923.580000', '161923.583000', '161923.586000', '161923.589000', '161923.591000', '161923.594000', '161943.471000', '161943.474000', '161943.477000', '161943.480000', '161943.483000', '161943.485000', '161943.488000', '161943.491000', '161943.494000', '161943.497000', '161943.500000', '161943.502000', '161943.505000', '161943.508000', '161943.511000', '161943.516000', '161943.518000', '161943.522000', '161943.524000', '161943.527000', '161943.530000', '161943.533000', '161943.536000', '161943.538000', '161943.541000', '161943.544000', '161943.547000', '161943.549000', '161943.552000', '161943.555000', '161943.558000', '161943.561000', '161943.564000', '161943.567000', '161943.569000', '161943.572000', '161943.575000', '161943.578000', '161943.581000', '161943.584000', '161943.586000', '161943.589000', '161943.592000', '162003.471000', '162003.474000', '162003.477000', '162003.480000', '162003.483000', '162003.485000', '162003.488000', '162003.491000', '162003.494000', '162003.497000', '162003.500000', '162003.502000', '162003.505000', '162003.508000', '162003.511000', '162003.514000', '162003.516000', '162003.519000', '162003.522000', '162003.525000', '162003.528000', '162003.531000', '162003.534000', '162003.536000', '162003.539000', '162003.542000', '162003.545000', '162003.548000', '162003.551000', '162003.553000', '162003.556000', '162003.559000', '162003.562000', '162003.565000', '162003.568000', '162003.571000', '162003.573000', '162003.576000', '162003.579000', '162003.582000', '162003.585000', '162003.587000', '162003.590000', '162003.593000', '162023.472000', '162023.475000', '162023.478000', '162023.481000', '162023.484000', '162023.486000', '162023.489000', '162023.492000', '162023.495000', '162023.498000', '162023.501000', '162023.504000', '162023.506000', '162023.509000', '162023.512000', '162023.515000', '162023.518000', '162023.521000', '162023.523000', '162023.526000', '162023.529000', '162023.532000', '162023.535000', '162023.538000', '162023.541000', '162023.544000', '162023.546000', '162023.549000', '162023.552000', '162023.555000', '162023.558000', '162023.561000', '162023.563000', '162023.566000', '162023.569000', '162023.572000', '162023.575000', '162023.577000', '162023.580000', '162023.583000', '162023.586000', '162023.589000', '162023.591000', '162043.472000', '162043.475000', '162043.478000', '162043.481000', '162043.483000', '162043.486000', '162043.489000', '162043.492000', '162043.495000', '162043.497000', '162043.500000', '162043.503000', '162043.506000', '162043.509000', '162043.511000', '162043.514000', '162043.517000', '162043.520000', '162043.523000', '162043.526000', '162043.529000', '162043.531000', '162043.534000', '162043.537000', '162043.540000', '162043.543000', '162043.545000', '162043.548000', '162043.551000', '162043.554000', '162043.557000', '162043.560000', '162043.563000', '162043.566000', '162043.568000', '162043.571000', '162043.574000', '162043.577000', '162043.580000', '162043.583000', '162043.586000', '162043.588000', '162043.591000', '162043.594000', '162103.472000', '162103.475000', '162103.479000', '162103.482000', '162103.485000', '162103.488000', '162103.490000', '162103.493000', '162103.496000', '162103.499000', '162103.502000', '162103.505000', '162103.508000', '162103.510000', '162103.513000', '162103.516000', '162103.519000', '162103.522000', '162103.525000', '162103.527000', '162103.530000', '162103.533000', '162103.536000', '162103.539000', '162103.542000', '162103.545000', '162103.547000', '162103.554000', '162103.557000', '162103.560000', '162103.563000', '162103.566000', '162103.569000', '162103.572000', '162103.575000', '162103.577000', '162103.580000', '162103.583000', '162103.586000', '162103.589000', '162103.591000', '162103.594000', '162103.597000', '162123.472000', '162123.475000', '162123.478000', '162123.481000', '162123.483000', '162123.486000', '162123.489000', '162123.492000', '162123.495000', '162123.497000', '162123.500000', '162123.503000', '162123.506000', '162123.509000', '162123.512000', '162123.515000', '162123.517000', '162123.520000', '162123.523000', '162123.526000', '162123.529000', '162123.531000', '162123.534000', '162123.537000', '162123.540000', '162123.543000', '162123.545000', '162123.548000', '162123.551000', '162123.554000', '162123.557000', '162123.560000', '162123.563000', '162123.566000', '162123.568000', '162123.571000', '162123.574000', '162123.577000', '162123.580000', '162123.582000', '162123.585000', '162123.588000', '162123.591000', '162123.594000', '162143.472000', '162143.475000', '162143.478000', '162143.481000', '162143.483000', '162143.486000', '162143.489000', '162143.492000', '162143.495000', '162143.497000', '162143.500000', '162143.503000', '162143.506000', '162143.509000', '162143.512000', '162143.514000', '162143.517000', '162143.520000', '162143.523000', '162143.526000', '162143.529000', '162143.531000', '162143.534000', '162143.537000', '162143.540000', '162143.543000', '162143.545000', '162143.548000', '162143.551000', '162143.554000', '162143.557000', '162143.560000', '162143.562000', '162143.565000', '162143.568000', '162143.571000', '162143.574000', '162143.580000', '162143.583000', '162143.586000', '162143.589000', '162143.591000', '162143.594000', '162156.035000', '162156.038000', '162156.041000', '162156.044000', '162156.047000', '162156.051000', '162156.054000', '162156.057000', '162156.060000', '162156.063000', '162156.067000', '162156.092000', '162156.096000', '162156.098000', '162156.101000', '162156.104000', '162156.107000', '162156.110000', '162156.113000', '162156.116000', '162156.119000', '162156.121000', '162156.125000', '162156.128000', '162156.131000', '162156.134000', '162156.137000', '162156.139000'], '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': [10211, 9150, 10265, 8306, 9304, 8092, 9812, 8250, 11137, 9148, 11065, 9692, 10648, 8749, 8372, 9552, 8797, 9557, 10329, 9351, 10102, 9488, 9644, 9579, 10458, 9175, 9915, 9048, 10313, 8523, 9983, 8459, 9740, 8567, 9893, 8803, 10393, 8755, 10481, 8277, 10586, 8343, 9858, 8203, 9297, 8512, 9560, 8544, 10262, 8216, 10090, 8251, 9701, 8194, 9768, 8600, 10098, 8829, 10135, 8579, 8396, 9189, 8268, 9439, 8701, 8838, 8750, 9344, 8154, 8971, 7926, 8537, 8244, 9233, 8821, 10391, 8624, 9998, 8381, 9757, 8610, 8498, 9249, 8788, 9886, 8267, 9507, 8390, 9906, 9182, 8957, 9273, 8506, 9283, 8601, 9780, 8938, 10375, 8902, 11229, 9620, 9884, 9283, 10499, 9664, 8974, 9242, 7967, 9347, 8103, 8443, 8310, 9718, 8487, 11780, 9220, 10807, 8349, 9810, 9256, 8367, 9600, 8376, 9553, 8283, 9609, 8078, 9955, 8506, 9964, 9097, 8020, 8385, 7862, 9444, 8516, 10237, 8674, 9182, 9277, 8200, 8317, 8072, 9442, 8404, 10760, 8736, 10811, 9164, 10387, 8426, 8160, 9450, 8283, 9233, 8397, 11365, 9844, 10440, 8765, 8203, 9155, 7890, 9147, 8400, 11303, 9740, 10379, 8687, 8333, 9375, 8450, 8715, 8566, 9724, 8589, 10669, 8110, 9075, 8178, 9815, 8538, 9854, 8576, 9169, 8460, 10578, 8005, 9102, 7592, 9579, 8431, 8884, 8965, 8471, 8742, 8075, 8318, 8418, 8946, 8495, 11093, 8838, 10255, 8001, 10091, 8339, 10185, 8528, 10583, 8485, 10129, 8506, 10473, 9001, 9256, 9467, 8581, 9056, 8371, 9345, 8197, 9455, 8017, 9800, 8675, 10071, 8719, 8348, 8552, 8299, 8857, 8381, 9795, 8370, 9595, 8572, 10279, 8511, 8858, 9245, 8234, 9304, 8670, 9933, 8294, 9838, 8763, 9470, 8409, 9975, 8909, 10708, 8626, 10366, 8362, 9026, 9219, 8556, 9166, 8672, 11231, 9258, 10026, 8272, 9000, 9422, 8488, 10026, 8489, 9636, 8222, 9491, 8288, 10182, 8440, 10188, 8645, 10678, 8531, 10668, 8275, 9409, 8635, 8380, 8971, 8484, 10175, 8650, 10013, 8642, 9524, 8468, 9836, 8725, 11077, 8562, 9885, 8271, 9428, 8270, 9963, 8824, 10238, 8789, 8528, 8033, 8035, 10196, 8664, 8935, 8697, 9181, 10241, 9064, 11026, 8807, 8899, 8712, 9094, 10636, 9189, 10435, 8750, 8816, 9276, 8824, 9470, 9130, 10891, 9040, 11118, 8909, 10002, 8721, 9110, 9111, 8616, 10275, 9010, 10514, 8762, 9799, 8736, 9309, 9273, 9172, 9574, 9243, 9649, 9063, 10128, 9041, 10100, 9818, 8775, 9716, 8917, 9822, 8807, 9278, 8918, 9074, 10523, 9208, 10248, 8935, 10359, 8730, 9370, 11074, 9050, 10142, 8990, 10143, 8676, 9574, 9286, 9356, 10829, 9071, 10251, 8842, 9821, 8830, 9883, 8731, 10366, 8561, 11141, 8424, 9233, 9213, 9340, 9263, 9336, 10008, 9209, 10064, 8924, 9753, 8599, 9455, 9311, 9044, 9413, 9220, 8773, 8857, 8846, 8618, 8773, 8897, 8678, 8936, 10472, 9061, 10194, 8979, 8087, 8086, 8786, 9993, 8925, 10593, 9417, 10433, 9351, 10392, 8612, 10670, 9270, 10581, 9483, 10760, 9353, 9977, 8971, 10111, 8958, 9053, 9189, 8667, 9419, 9260, 9947, 8887, 9923, 8991, 9664, 9302, 8772, 8996, 9213, 9951, 9220, 10496, 8889, 11014, 8742, 8880, 9176, 9169, 9187, 9114, 10983, 9797, 10973, 8769, 9441, 8824, 9201, 9241, 8877, 9918, 8778, 8196, 9476, 8875, 9572, 8905, 10124, 8869, 8688, 10009, 9063, 9764, 9157, 10000, 9098, 10508, 8674, 9232, 9785, 8929, 9614, 9001, 10048, 9112, 9579, 8915, 9164, 9640, 8991, 9895, 9001, 8621, 8949, 9249, 10511, 9523, 9967, 9177, 10419, 9075, 10420, 8926, 11291, 9033, 8735, 8850, 9265, 9638, 9104, 10089, 8780, 9538, 8745, 8764, 8870, 8829, 8956, 8833, 9345, 8788, 9470, 8684, 8635, 8687, 8786, 8479, 9330, 9048, 10680, 8892, 9734, 8879, 9805, 8956, 10042, 8728, 10028, 8985, 9954, 9030, 7743, 8623, 8527, 9226, 8960, 9589, 9108, 8536, 9379, 7965, 9119, 8538, 9113, 8811, 9696, 8820, 9595, 8680, 8876, 8991, 9625, 9247, 10895, 9601, 10832, 8941, 10604, 9062, 9724, 8915, 8572, 9426, 8895, 9054, 9042, 10062, 9000, 10296, 8951, 10583, 8890, 8472, 8777, 9057, 10150, 9457, 10409, 9278, 11111, 8813, 9237, 8771, 8586, 8990, 8722, 10158, 9147, 9797, 8931, 9866, 8810, 10281, 8982, 10122, 8942, 9813, 9192, 7571, 8459, 8358, 8593, 8926, 8097, 9237, 8003, 9690, 8687, 9338, 8985, 10278, 9297, 11025, 9331, 11071, 9231, 10630, 8923, 10318, 9095, 8444, 9751, 9012, 9770, 9181, 10110, 9080, 10638, 9424, 9104, 9293, 8885, 9753, 8915, 11085, 8917, 11010, 9189, 10906, 8347, 10753, 8826, 10655, 8847, 9873, 8752, 8147, 8711, 8712, 8092, 9315, 9958, 8907, 8517, 8658, 8964, 9782, 9089, 9546, 8871, 10180, 8775, 9575, 8768, 8763, 9044, 8727, 8966, 8537, 10039, 8340, 9894, 9093, 9473, 8852, 10309, 8654, 9085, 9014, 8330, 8654, 8814, 9732, 8895, 10546, 8913, 10143, 8653, 10788, 8804, 8939, 8593, 8646, 8838, 8243, 10306, 9026, 9778, 8685, 10019, 8663, 9464, 9234, 8443, 9480, 9014, 10162, 9012, 10077, 8870, 9742, 9408, 8352, 9079, 8736, 9669, 8866, 10531, 8823, 10274, 8952, 10606, 8917, 10569, 8696, 10440, 8634, 9440, 8655, 8004, 8939, 8931, 8874, 8856, 9541, 8596, 9385, 8616, 9098, 8578, 10142, 9046, 10135, 8934, 8236, 7776, 8399, 8933, 8944, 10015, 9167, 8978, 9117, 8394, 8895, 9055, 10630, 9473, 10877, 9659, 11136, 8834, 8952, 9130, 9283, 11544, 10006, 11403, 8747, 10950, 8745, 9120, 9212, 8745, 10231, 8885, 9665, 8794, 9739, 8719, 10537, 8875, 10224, 8817, 10292, 8801, 10502, 8644, 7973, 7778, 8365, 8083, 8373, 8657, 9039, 8146, 8507, 8810, 9933, 8850, 10378, 9135, 11918, 9977, 11174, 8794, 10951, 8786, 8965, 10024, 8861, 9692, 8935, 10327, 8373], 'WindowCenter': [4173.0, 4146.0, 4143.0, 4108.0, 4116.0, 4095.0, 4113.0, 4093.0, 4123.0, 4114.0, 4123.0, 4102.0, 4110.0, 4090.0, 4088.0, 4100.0, 4089.0, 4112.0, 4112.0, 4103.0, 4111.0, 4101.0, 4099.0, 4100.0, 4108.0, 4089.0, 4099.0, 4101.0, 4110.0, 4090.0, 4099.0, 4079.0, 4098.0, 4088.0, 4098.0, 4099.0, 4110.0, 4102.0, 4109.0, 4090.0, 4110.0, 4078.0, 4097.0, 4078.0, 4087.0, 4088.0, 4099.0, 4103.0, 4110.0, 4089.0, 4109.0, 4089.0, 4099.0, 4091.0, 4100.0, 4103.0, 4123.0, 4114.0, 4112.0, 4104.0, 4091.0, 4113.0, 4090.0, 4103.0, 4100.0, 4105.0, 4102.0, 4113.0, 4093.0, 4102.0, 4090.0, 4102.0, 4090.0, 4112.0, 4115.0, 4123.0, 4103.0, 4113.0, 4103.0, 4114.0, 4104.0, 4114.0, 4116.0, 4114.0, 4125.0, 4103.0, 4113.0, 4102.0, 4124.0, 4115.0, 4113.0, 4114.0, 4102.0, 4112.0, 4102.0, 4111.0, 4103.0, 4124.0, 4102.0, 4122.0, 4100.0, 4099.0, 4100.0, 4108.0, 4100.0, 4099.0, 4100.0, 4078.0, 4098.0, 4077.0, 4076.0, 4076.0, 4097.0, 4088.0, 4120.0, 4098.0, 4108.0, 4088.0, 4099.0, 4100.0, 4088.0, 4101.0, 4089.0, 4098.0, 4087.0, 4097.0, 4078.0, 4097.0, 4100.0, 4110.0, 4100.0, 4089.0, 4088.0, 4078.0, 4098.0, 4088.0, 4110.0, 4102.0, 4100.0, 4100.0, 4089.0, 4088.0, 4078.0, 4097.0, 4077.0, 4107.0, 4089.0, 4108.0, 4098.0, 4097.0, 4077.0, 4086.0, 4097.0, 4087.0, 4099.0, 4090.0, 4122.0, 4112.0, 4111.0, 4089.0, 4089.0, 4098.0, 4078.0, 4098.0, 4091.0, 4121.0, 4100.0, 4110.0, 4088.0, 4088.0, 4098.0, 4087.0, 4088.0, 4101.0, 4111.0, 4090.0, 4112.0, 4078.0, 4088.0, 4076.0, 4098.0, 4075.0, 4095.0, 4086.0, 4087.0, 4076.0, 4108.0, 4076.0, 4086.0, 4076.0, 4097.0, 4088.0, 4099.0, 4100.0, 4089.0, 4089.0, 4079.0, 4088.0, 4088.0, 4099.0, 4090.0, 4119.0, 4088.0, 4108.0, 4076.0, 4096.0, 4077.0, 4096.0, 4088.0, 4107.0, 4088.0, 4097.0, 4075.0, 4095.0, 4086.0, 4085.0, 4096.0, 4085.0, 4089.0, 4077.0, 4097.0, 4075.0, 4097.0, 4076.0, 4097.0, 4089.0, 4109.0, 4090.0, 4089.0, 4089.0, 4078.0, 4088.0, 4090.0, 4110.0, 4103.0, 4110.0, 4100.0, 4109.0, 4103.0, 4101.0, 4112.0, 4101.0, 4112.0, 4105.0, 4113.0, 4101.0, 4112.0, 4100.0, 4110.0, 4090.0, 4110.0, 4102.0, 4122.0, 4101.0, 4110.0, 4089.0, 4098.0, 4099.0, 4090.0, 4100.0, 4101.0, 4121.0, 4100.0, 4109.0, 4089.0, 4090.0, 4100.0, 4100.0, 4111.0, 4090.0, 4101.0, 4088.0, 4097.0, 4077.0, 4098.0, 4078.0, 4099.0, 4089.0, 4107.0, 4087.0, 4109.0, 4089.0, 4099.0, 4088.0, 4099.0, 4114.0, 4113.0, 4123.0, 4103.0, 4123.0, 4102.0, 4111.0, 4090.0, 4112.0, 4102.0, 4121.0, 4088.0, 4099.0, 4076.0, 4085.0, 4075.0, 4097.0, 4100.0, 4109.0, 4101.0, 4090.0, 4078.0, 4089.0, 4111.0, 4102.0, 4102.0, 4090.0, 4112.0, 4125.0, 4114.0, 4124.0, 4101.0, 4100.0, 4089.0, 4090.0, 4111.0, 4101.0, 4111.0, 4090.0, 4089.0, 4098.0, 4087.0, 4097.0, 4099.0, 4110.0, 4101.0, 4109.0, 4088.0, 4097.0, 4088.0, 4087.0, 4091.0, 4090.0, 4110.0, 4100.0, 4110.0, 4091.0, 4109.0, 4090.0, 4099.0, 4101.0, 4101.0, 4100.0, 4101.0, 4099.0, 4100.0, 4110.0, 4099.0, 4112.0, 4113.0, 4101.0, 4112.0, 4101.0, 4112.0, 4100.0, 4101.0, 4102.0, 4102.0, 4124.0, 4111.0, 4111.0, 4101.0, 4111.0, 4090.0, 4101.0, 4122.0, 4089.0, 4110.0, 4089.0, 4097.0, 4087.0, 4097.0, 4099.0, 4099.0, 4110.0, 4101.0, 4109.0, 4089.0, 4098.0, 4088.0, 4099.0, 4101.0, 4109.0, 4089.0, 4108.0, 4078.0, 4085.0, 4087.0, 4085.0, 4087.0, 4097.0, 4097.0, 4097.0, 4097.0, 4086.0, 4097.0, 4087.0, 4096.0, 4101.0, 4100.0, 4101.0, 4113.0, 4101.0, 4101.0, 4087.0, 4087.0, 4087.0, 4087.0, 4088.0, 4100.0, 4109.0, 4102.0, 4111.0, 4102.0, 4101.0, 4091.0, 4117.0, 4124.0, 4115.0, 4136.0, 4114.0, 4124.0, 4113.0, 4113.0, 4102.0, 4112.0, 4101.0, 4110.0, 4098.0, 4108.0, 4086.0, 4096.0, 4087.0, 4110.0, 4100.0, 4102.0, 4098.0, 4087.0, 4098.0, 4097.0, 4097.0, 4098.0, 4097.0, 4099.0, 4110.0, 4100.0, 4101.0, 4100.0, 4100.0, 4109.0, 4100.0, 4121.0, 4101.0, 4120.0, 4089.0, 4087.0, 4098.0, 4097.0, 4086.0, 4086.0, 4107.0, 4098.0, 4107.0, 4086.0, 4096.0, 4085.0, 4085.0, 4096.0, 4087.0, 4108.0, 4099.0, 4089.0, 4111.0, 4099.0, 4099.0, 4098.0, 4097.0, 4099.0, 4098.0, 4109.0, 4088.0, 4098.0, 4097.0, 4097.0, 4088.0, 4109.0, 4100.0, 4098.0, 4098.0, 4087.0, 4098.0, 4087.0, 4097.0, 4089.0, 4109.0, 4102.0, 4099.0, 4112.0, 4100.0, 4113.0, 4102.0, 4101.0, 4114.0, 4112.0, 4123.0, 4111.0, 4111.0, 4101.0, 4109.0, 4099.0, 4111.0, 4101.0, 4121.0, 4089.0, 4087.0, 4087.0, 4098.0, 4098.0, 4101.0, 4110.0, 4102.0, 4112.0, 4102.0, 4089.0, 4089.0, 4099.0, 4099.0, 4102.0, 4100.0, 4090.0, 4099.0, 4087.0, 4076.0, 4076.0, 4085.0, 4086.0, 4099.0, 4098.0, 4109.0, 4099.0, 4099.0, 4099.0, 4111.0, 4114.0, 4111.0, 4103.0, 4112.0, 4112.0, 4111.0, 4102.0, 4093.0, 4101.0, 4112.0, 4113.0, 4114.0, 4125.0, 4125.0, 4115.0, 4126.0, 4105.0, 4115.0, 4102.0, 4114.0, 4103.0, 4112.0, 4100.0, 4100.0, 4088.0, 4087.0, 4086.0, 4097.0, 4098.0, 4107.0, 4097.0, 4107.0, 4086.0, 4106.0, 4086.0, 4096.0, 4099.0, 4086.0, 4098.0, 4087.0, 4086.0, 4087.0, 4095.0, 4085.0, 4107.0, 4100.0, 4106.0, 4088.0, 4086.0, 4086.0, 4087.0, 4107.0, 4110.0, 4108.0, 4098.0, 4108.0, 4088.0, 4096.0, 4086.0, 4086.0, 4099.0, 4088.0, 4109.0, 4086.0, 4097.0, 4085.0, 4095.0, 4086.0, 4094.0, 4084.0, 4096.0, 4086.0, 4107.0, 4099.0, 4089.0, 4100.0, 4101.0, 4112.0, 4126.0, 4104.0, 4127.0, 4107.0, 4140.0, 4117.0, 4126.0, 4114.0, 4124.0, 4115.0, 4124.0, 4113.0, 4123.0, 4100.0, 4122.0, 4114.0, 4123.0, 4101.0, 4090.0, 4098.0, 4087.0, 4097.0, 4097.0, 4097.0, 4089.0, 4108.0, 4099.0, 4088.0, 4087.0, 4087.0, 4096.0, 4086.0, 4108.0, 4087.0, 4097.0, 4087.0, 4096.0, 4075.0, 4094.0, 4085.0, 4095.0, 4087.0, 4095.0, 4086.0, 4074.0, 4075.0, 4084.0, 4074.0, 4095.0, 4107.0, 4099.0, 4100.0, 4100.0, 4100.0, 4110.0, 4101.0, 4111.0, 4101.0, 4122.0, 4102.0, 4112.0, 4101.0, 4088.0, 4088.0, 4086.0, 4087.0, 4086.0, 4098.0, 4077.0, 4098.0, 4085.0, 4085.0, 4086.0, 4095.0, 4088.0, 4086.0, 4099.0, 4089.0, 4088.0, 4098.0, 4098.0, 4100.0, 4121.0, 4101.0, 4110.0, 4100.0, 4109.0, 4099.0, 4089.0, 4088.0, 4087.0, 4101.0, 4088.0, 4110.0, 4087.0, 4097.0, 4088.0, 4096.0, 4087.0, 4099.0, 4100.0, 4090.0, 4101.0, 4088.0, 4108.0, 4098.0, 4097.0, 4100.0, 4110.0, 4100.0, 4089.0, 4090.0, 4090.0, 4098.0, 4089.0, 4109.0, 4101.0, 4111.0, 4101.0, 4109.0, 4087.0, 4096.0, 4087.0, 4096.0, 4086.0, 4098.0, 4100.0, 4090.0, 4100.0, 4099.0, 4089.0, 4088.0, 4111.0, 4101.0, 4099.0, 4088.0, 4098.0, 4099.0, 4110.0, 4113.0, 4121.0, 4113.0, 4102.0, 4091.0, 4102.0, 4113.0, 4116.0, 4128.0, 4129.0, 4116.0, 4116.0, 4104.0, 4114.0, 4114.0, 4126.0, 4114.0, 4126.0, 4102.0, 4121.0, 4100.0, 4088.0, 4099.0, 4099.0, 4120.0, 4099.0, 4108.0, 4076.0, 4106.0, 4075.0, 4084.0, 4086.0, 4087.0, 4098.0, 4076.0, 4085.0, 4075.0, 4084.0, 4074.0, 4095.0, 4100.0, 4108.0, 4086.0, 4106.0, 4086.0, 4107.0, 4088.0, 4090.0, 4090.0, 4100.0, 4090.0, 4115.0, 4114.0, 4127.0, 4117.0, 4128.0, 4128.0, 4126.0, 4116.0, 4126.0, 4115.0, 4135.0, 4112.0, 4121.0, 4089.0, 4108.0, 4089.0, 4088.0, 4098.0, 4087.0, 4086.0, 4086.0, 4096.0, 4076.0], 'WindowWidth': [9273.0, 9221.0, 9213.0, 9153.0, 9161.0, 9128.0, 9149.0, 9120.0, 9162.0, 9152.0, 9163.0, 9133.0, 9141.0, 9114.0, 9108.0, 9128.0, 9110.0, 9148.0, 9147.0, 9138.0, 9143.0, 9129.0, 9123.0, 9126.0, 9134.0, 9110.0, 9126.0, 9130.0, 9141.0, 9115.0, 9124.0, 9098.0, 9120.0, 9109.0, 9121.0, 9123.0, 9142.0, 9133.0, 9140.0, 9114.0, 9138.0, 9094.0, 9119.0, 9094.0, 9104.0, 9106.0, 9124.0, 9135.0, 9142.0, 9110.0, 9139.0, 9110.0, 9124.0, 9115.0, 9126.0, 9135.0, 9163.0, 9154.0, 9148.0, 9139.0, 9117.0, 9150.0, 9115.0, 9135.0, 9128.0, 9142.0, 9135.0, 9151.0, 9123.0, 9134.0, 9116.0, 9132.0, 9115.0, 9147.0, 9156.0, 9167.0, 9139.0, 9151.0, 9139.0, 9152.0, 9141.0, 9155.0, 9162.0, 9156.0, 9170.0, 9137.0, 9151.0, 9135.0, 9166.0, 9158.0, 9153.0, 9156.0, 9135.0, 9148.0, 9135.0, 9145.0, 9136.0, 9166.0, 9135.0, 9162.0, 9127.0, 9126.0, 9126.0, 9135.0, 9128.0, 9125.0, 9129.0, 9096.0, 9121.0, 9091.0, 9090.0, 9089.0, 9121.0, 9111.0, 9155.0, 9123.0, 9136.0, 9108.0, 9122.0, 9127.0, 9111.0, 9131.0, 9112.0, 9123.0, 9107.0, 9121.0, 9095.0, 9122.0, 9129.0, 9143.0, 9132.0, 9111.0, 9109.0, 9095.0, 9122.0, 9109.0, 9141.0, 9136.0, 9129.0, 9128.0, 9111.0, 9110.0, 9095.0, 9120.0, 9091.0, 9134.0, 9112.0, 9137.0, 9122.0, 9119.0, 9092.0, 9102.0, 9118.0, 9105.0, 9125.0, 9116.0, 9162.0, 9146.0, 9144.0, 9113.0, 9111.0, 9123.0, 9094.0, 9122.0, 9117.0, 9158.0, 9129.0, 9142.0, 9110.0, 9110.0, 9121.0, 9106.0, 9110.0, 9130.0, 9145.0, 9116.0, 9149.0, 9095.0, 9108.0, 9089.0, 9119.0, 9086.0, 9114.0, 9102.0, 9106.0, 9090.0, 9135.0, 9089.0, 9102.0, 9090.0, 9118.0, 9111.0, 9127.0, 9130.0, 9113.0, 9113.0, 9097.0, 9109.0, 9108.0, 9127.0, 9115.0, 9153.0, 9109.0, 9137.0, 9090.0, 9117.0, 9092.0, 9116.0, 9110.0, 9133.0, 9107.0, 9118.0, 9087.0, 9112.0, 9101.0, 9098.0, 9116.0, 9102.0, 9111.0, 9092.0, 9120.0, 9088.0, 9119.0, 9089.0, 9119.0, 9113.0, 9139.0, 9115.0, 9112.0, 9112.0, 9093.0, 9108.0, 9114.0, 9141.0, 9136.0, 9142.0, 9131.0, 9141.0, 9137.0, 9133.0, 9149.0, 9131.0, 9150.0, 9141.0, 9153.0, 9131.0, 9148.0, 9129.0, 9141.0, 9115.0, 9141.0, 9134.0, 9160.0, 9132.0, 9142.0, 9113.0, 9122.0, 9125.0, 9114.0, 9131.0, 9130.0, 9161.0, 9127.0, 9140.0, 9113.0, 9111.0, 9130.0, 9130.0, 9147.0, 9115.0, 9130.0, 9106.0, 9120.0, 9092.0, 9121.0, 9094.0, 9124.0, 9112.0, 9135.0, 9108.0, 9140.0, 9113.0, 9124.0, 9111.0, 9128.0, 9154.0, 9152.0, 9167.0, 9138.0, 9165.0, 9134.0, 9145.0, 9116.0, 9151.0, 9135.0, 9161.0, 9110.0, 9127.0, 9091.0, 9102.0, 9088.0, 9121.0, 9128.0, 9139.0, 9133.0, 9114.0, 9095.0, 9113.0, 9144.0, 9133.0, 9132.0, 9116.0, 9149.0, 9170.0, 9154.0, 9166.0, 9132.0, 9128.0, 9112.0, 9111.0, 9143.0, 9130.0, 9142.0, 9116.0, 9109.0, 9122.0, 9106.0, 9117.0, 9123.0, 9140.0, 9128.0, 9140.0, 9108.0, 9118.0, 9107.0, 9104.0, 9114.0, 9114.0, 9142.0, 9126.0, 9143.0, 9115.0, 9138.0, 9114.0, 9123.0, 9132.0, 9131.0, 9131.0, 9128.0, 9126.0, 9126.0, 9140.0, 9126.0, 9148.0, 9151.0, 9132.0, 9150.0, 9130.0, 9147.0, 9129.0, 9129.0, 9135.0, 9134.0, 9168.0, 9146.0, 9145.0, 9130.0, 9143.0, 9115.0, 9131.0, 9161.0, 9112.0, 9140.0, 9109.0, 9120.0, 9105.0, 9118.0, 9125.0, 9126.0, 9143.0, 9129.0, 9139.0, 9112.0, 9121.0, 9109.0, 9127.0, 9133.0, 9140.0, 9113.0, 9134.0, 9093.0, 9099.0, 9105.0, 9099.0, 9107.0, 9119.0, 9122.0, 9119.0, 9121.0, 9103.0, 9117.0, 9105.0, 9117.0, 9130.0, 9128.0, 9132.0, 9149.0, 9134.0, 9130.0, 9108.0, 9106.0, 9108.0, 9105.0, 9109.0, 9130.0, 9141.0, 9134.0, 9145.0, 9135.0, 9132.0, 9122.0, 9163.0, 9171.0, 9159.0, 9187.0, 9156.0, 9167.0, 9152.0, 9149.0, 9136.0, 9148.0, 9131.0, 9140.0, 9122.0, 9134.0, 9103.0, 9118.0, 9106.0, 9142.0, 9131.0, 9135.0, 9126.0, 9106.0, 9124.0, 9120.0, 9120.0, 9122.0, 9120.0, 9128.0, 9143.0, 9131.0, 9133.0, 9131.0, 9129.0, 9141.0, 9131.0, 9160.0, 9136.0, 9157.0, 9116.0, 9108.0, 9122.0, 9119.0, 9105.0, 9103.0, 9133.0, 9121.0, 9134.0, 9103.0, 9115.0, 9102.0, 9102.0, 9119.0, 9106.0, 9136.0, 9129.0, 9114.0, 9145.0, 9125.0, 9126.0, 9124.0, 9119.0, 9125.0, 9125.0, 9142.0, 9108.0, 9122.0, 9119.0, 9119.0, 9108.0, 9140.0, 9129.0, 9123.0, 9125.0, 9106.0, 9121.0, 9104.0, 9119.0, 9111.0, 9141.0, 9135.0, 9129.0, 9150.0, 9131.0, 9149.0, 9135.0, 9132.0, 9155.0, 9149.0, 9168.0, 9146.0, 9147.0, 9130.0, 9138.0, 9127.0, 9145.0, 9132.0, 9158.0, 9113.0, 9106.0, 9106.0, 9120.0, 9120.0, 9132.0, 9144.0, 9136.0, 9147.0, 9135.0, 9112.0, 9112.0, 9124.0, 9129.0, 9133.0, 9132.0, 9116.0, 9126.0, 9102.0, 9088.0, 9087.0, 9099.0, 9106.0, 9126.0, 9125.0, 9139.0, 9125.0, 9125.0, 9127.0, 9145.0, 9156.0, 9148.0, 9140.0, 9149.0, 9148.0, 9146.0, 9135.0, 9124.0, 9135.0, 9149.0, 9152.0, 9157.0, 9172.0, 9175.0, 9160.0, 9177.0, 9145.0, 9159.0, 9137.0, 9155.0, 9137.0, 9150.0, 9129.0, 9130.0, 9109.0, 9107.0, 9105.0, 9120.0, 9125.0, 9136.0, 9121.0, 9137.0, 9106.0, 9132.0, 9105.0, 9118.0, 9127.0, 9107.0, 9125.0, 9106.0, 9105.0, 9105.0, 9114.0, 9102.0, 9136.0, 9129.0, 9133.0, 9112.0, 9104.0, 9105.0, 9105.0, 9135.0, 9144.0, 9139.0, 9125.0, 9137.0, 9109.0, 9116.0, 9104.0, 9102.0, 9126.0, 9109.0, 9139.0, 9103.0, 9119.0, 9098.0, 9113.0, 9101.0, 9111.0, 9098.0, 9117.0, 9104.0, 9135.0, 9128.0, 9114.0, 9131.0, 9134.0, 9150.0, 9176.0, 9144.0, 9180.0, 9151.0, 9203.0, 9164.0, 9174.0, 9156.0, 9168.0, 9158.0, 9169.0, 9151.0, 9165.0, 9129.0, 9164.0, 9156.0, 9164.0, 9135.0, 9116.0, 9127.0, 9108.0, 9122.0, 9121.0, 9119.0, 9113.0, 9137.0, 9127.0, 9109.0, 9106.0, 9105.0, 9114.0, 9102.0, 9136.0, 9109.0, 9121.0, 9106.0, 9116.0, 9086.0, 9110.0, 9099.0, 9113.0, 9108.0, 9114.0, 9103.0, 9084.0, 9086.0, 9097.0, 9085.0, 9115.0, 9134.0, 9129.0, 9129.0, 9129.0, 9129.0, 9143.0, 9133.0, 9146.0, 9135.0, 9163.0, 9138.0, 9149.0, 9133.0, 9110.0, 9110.0, 9105.0, 9107.0, 9105.0, 9125.0, 9093.0, 9125.0, 9101.0, 9101.0, 9102.0, 9115.0, 9111.0, 9106.0, 9128.0, 9113.0, 9111.0, 9125.0, 9125.0, 9128.0, 9158.0, 9134.0, 9144.0, 9131.0, 9140.0, 9125.0, 9111.0, 9111.0, 9107.0, 9130.0, 9111.0, 9143.0, 9106.0, 9118.0, 9107.0, 9117.0, 9106.0, 9126.0, 9130.0, 9114.0, 9131.0, 9108.0, 9136.0, 9122.0, 9121.0, 9128.0, 9142.0, 9131.0, 9113.0, 9115.0, 9112.0, 9120.0, 9109.0, 9136.0, 9130.0, 9145.0, 9132.0, 9138.0, 9107.0, 9117.0, 9104.0, 9114.0, 9103.0, 9122.0, 9130.0, 9116.0, 9130.0, 9125.0, 9111.0, 9108.0, 9146.0, 9132.0, 9125.0, 9110.0, 9123.0, 9127.0, 9144.0, 9152.0, 9161.0, 9152.0, 9136.0, 9121.0, 9136.0, 9152.0, 9162.0, 9179.0, 9184.0, 9161.0, 9162.0, 9142.0, 9156.0, 9155.0, 9173.0, 9154.0, 9173.0, 9135.0, 9158.0, 9128.0, 9107.0, 9125.0, 9126.0, 9155.0, 9125.0, 9138.0, 9090.0, 9130.0, 9087.0, 9095.0, 9102.0, 9104.0, 9122.0, 9087.0, 9101.0, 9085.0, 9094.0, 9082.0, 9113.0, 9128.0, 9136.0, 9103.0, 9131.0, 9105.0, 9136.0, 9111.0, 9114.0, 9114.0, 9130.0, 9119.0, 9158.0, 9158.0, 9178.0, 9167.0, 9181.0, 9180.0, 9176.0, 9162.0, 9177.0, 9158.0, 9185.0, 9148.0, 9160.0, 9112.0, 9136.0, 9111.0, 9108.0, 9124.0, 9104.0, 9103.0, 9102.0, 9115.0, 9089.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.00025057485029940125</td></tr>
<tr><td colspan=3>aqi</td><td>0.02236824143712575</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.86743161780575</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1798062376858514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9702999203237421</td></tr>
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
<tr><td colspan=3>fber</td><td>4894.6006</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0765692351683395</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1976047904191616</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6745114540258057</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.617421301232177</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9347202936671795</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.47139276717806</td></tr>
<tr><td colspan=3>gcor</td><td>0.00857384</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00025979915517382324</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04071889817714691</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6080760095274766</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>13.5691</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2909</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.0933</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297298.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.5882</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9192</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.5508</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3245.4157</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>959.5081</td></tr>
<tr><td colspan=3>tsnr</td><td>36.5380956530571</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>