<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>73644ba0b4cddb0e109be814439ec34a</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:06:6.767500</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.999529, -0.0256919, 0.0168116, 0.0207626, 0.968958, 0.246353]</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.0887221</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7776, -7243, 478, -33, -220, 25, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c31d56f-e6b8-4e95-b2f8-50483b76f968||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.681662082672119, 0.05570449307560921, 0.061071332544088364, 107.42967224121094], [0.068929523229599, 2.5996429920196533, 0.6638964414596558, -106.04852294921875], [0.04510430991649628, -0.6609464883804321, 2.6163928508758545, -27.814489364624023], [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, 837]</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], 'AcquisitionTime': ['160606.767500', '160607.227500', '160607.687500', '160608.147500', '160608.607500', '160609.067500', '160609.527500', '160609.987500', '160610.447500', '160610.907500', '160611.367500', '160611.827500', '160612.287500', '160612.747500', '160613.207500', '160613.667500', '160614.127500', '160614.587500', '160615.047500', '160615.507500', '160615.967500', '160616.427500', '160616.887500', '160617.347500', '160617.807500', '160618.267500', '160618.727500', '160619.187500', '160619.647500', '160620.107500', '160620.567500', '160621.027500', '160621.487500', '160621.947500', '160622.407500', '160622.867500', '160623.327500', '160623.787500', '160624.247500', '160624.707500', '160625.167500', '160625.627500', '160626.087500', '160626.547500', '160627.007500', '160627.467500', '160627.927500', '160628.387500', '160628.847500', '160629.307500', '160629.767500', '160630.227500', '160630.687500', '160631.147500', '160631.607500', '160632.067500', '160632.527500', '160632.987500', '160633.447500', '160633.907500', '160634.367500', '160634.827500', '160635.287500', '160635.747500', '160636.207500', '160636.667500', '160637.127500', '160637.587500', '160638.047500', '160638.507500', '160638.967500', '160639.427500', '160639.887500', '160640.347500', '160640.807500', '160641.267500', '160641.727500', '160642.187500', '160642.647500', '160643.107500', '160643.567500', '160644.027500', '160644.487500', '160644.947500', '160645.407500', '160645.867500', '160646.327500', '160646.787500', '160647.247500', '160647.707500', '160648.167500', '160648.627500', '160649.087500', '160649.547500', '160650.007500', '160650.467500', '160650.927500', '160651.387500', '160651.847500', '160652.307500', '160652.767500', '160653.227500', '160653.687500', '160654.147500', '160654.607500', '160655.067500', '160655.527500', '160655.987500', '160656.447500', '160656.907500', '160657.367500', '160657.827500', '160658.287500', '160658.747500', '160659.207500', '160659.667500', '160700.127500', '160700.587500', '160701.047500', '160701.507500', '160701.967500', '160702.427500', '160702.887500', '160703.347500', '160703.807500', '160704.267500', '160704.727500', '160705.187500', '160705.647500', '160706.107500', '160706.567500', '160707.027500', '160707.487500', '160707.947500', '160708.407500', '160708.867500', '160709.327500', '160709.787500', '160710.247500', '160710.707500', '160711.167500', '160711.627500', '160712.087500', '160712.547500', '160713.007500', '160713.467500', '160713.927500', '160714.387500', '160714.847500', '160715.307500', '160715.767500', '160716.227500', '160716.687500', '160717.147500', '160717.607500', '160718.067500', '160718.527500', '160718.987500', '160719.447500', '160719.907500', '160720.367500', '160720.827500', '160721.287500', '160721.747500', '160722.207500', '160722.667500', '160723.127500', '160723.587500', '160724.047500', '160724.507500', '160724.967500', '160725.427500', '160725.887500', '160726.347500', '160726.807500', '160727.267500', '160727.727500', '160728.187500', '160728.647500', '160729.107500', '160729.567500', '160730.027500', '160730.487500', '160730.947500', '160731.407500', '160731.867500', '160732.327500', '160732.787500', '160733.247500', '160733.707500', '160734.167500', '160734.627500', '160735.087500', '160735.547500', '160736.007500', '160736.467500', '160736.927500', '160737.387500', '160737.847500', '160738.307500', '160738.767500', '160739.227500', '160739.687500', '160740.147500', '160740.607500', '160741.067500', '160741.527500', '160741.987500', '160742.447500', '160742.907500', '160743.367500', '160743.827500', '160744.287500', '160744.747500', '160745.207500', '160745.667500', '160746.127500', '160746.587500', '160747.047500', '160747.507500', '160747.967500', '160748.427500', '160748.887500', '160749.347500', '160749.807500', '160750.267500', '160750.727500', '160751.187500', '160751.647500', '160752.107500', '160752.567500', '160753.027500', '160753.487500', '160753.947500', '160754.407500', '160754.867500', '160755.327500', '160755.787500', '160756.247500', '160756.707500', '160757.167500', '160757.627500', '160758.087500', '160758.547500', '160759.007500', '160759.467500', '160759.927500', '160800.387500', '160800.847500', '160801.307500', '160801.767500', '160802.227500', '160802.687500', '160803.147500', '160803.607500', '160804.067500', '160804.527500', '160804.987500', '160805.447500', '160805.907500', '160806.367500', '160806.827500', '160807.287500', '160807.747500', '160808.207500', '160808.667500', '160809.127500', '160809.587500', '160810.047500', '160810.507500', '160810.967500', '160811.427500', '160811.887500', '160812.347500', '160812.807500', '160813.267500', '160813.727500', '160814.187500', '160814.647500', '160815.107500', '160815.567500', '160816.027500', '160816.487500', '160816.947500', '160817.407500', '160817.867500', '160818.327500', '160818.787500', '160819.247500', '160819.707500', '160820.167500', '160820.627500', '160821.087500', '160821.547500', '160822.007500', '160822.467500', '160822.927500', '160823.387500', '160823.847500', '160824.307500', '160824.767500', '160825.227500', '160825.687500', '160826.147500', '160826.607500', '160827.067500', '160827.527500', '160827.987500', '160828.447500', '160828.907500', '160829.367500', '160829.827500', '160830.287500', '160830.747500', '160831.207500', '160831.667500', '160832.127500', '160832.587500', '160833.047500', '160833.507500', '160833.967500', '160834.427500', '160834.887500', '160835.347500', '160835.807500', '160836.267500', '160836.727500', '160837.187500', '160837.647500', '160838.107500', '160838.567500', '160839.027500', '160839.487500', '160839.947500', '160840.407500', '160840.867500', '160841.327500', '160841.787500', '160842.247500', '160842.707500', '160843.167500', '160843.627500', '160844.087500', '160844.547500', '160845.007500', '160845.467500', '160845.927500', '160846.387500', '160846.847500', '160847.307500', '160847.767500', '160848.227500', '160848.687500', '160849.147500', '160849.607500', '160850.067500', '160850.527500', '160850.987500', '160851.447500', '160851.907500', '160852.367500', '160852.827500', '160853.287500', '160853.747500', '160854.207500', '160854.667500', '160855.127500', '160855.587500', '160856.047500', '160856.507500', '160856.967500', '160857.427500', '160857.887500', '160858.347500', '160858.807500', '160859.267500', '160859.727500', '160900.187500', '160900.647500', '160901.107500', '160901.567500', '160902.027500', '160902.487500', '160902.947500', '160903.407500', '160903.867500', '160904.327500', '160904.787500', '160905.247500', '160905.707500', '160906.167500', '160906.627500', '160907.087500', '160907.547500', '160908.007500', '160908.467500', '160908.927500', '160909.387500', '160909.847500', '160910.307500', '160910.767500', '160911.227500', '160911.687500', '160912.147500', '160912.607500', '160913.067500', '160913.527500', '160913.987500', '160914.447500', '160914.907500', '160915.367500', '160915.827500', '160916.287500', '160916.747500', '160917.207500', '160917.667500', '160918.127500', '160918.587500', '160919.047500', '160919.507500', '160919.967500', '160920.427500', '160920.887500', '160921.347500', '160921.807500', '160922.267500', '160922.727500', '160923.187500', '160923.647500', '160924.107500', '160924.567500', '160925.027500', '160925.487500', '160925.947500', '160926.407500', '160926.867500', '160927.327500', '160927.787500', '160928.247500', '160928.707500', '160929.167500', '160929.627500', '160930.087500', '160930.547500', '160931.007500', '160931.467500', '160931.927500', '160932.387500', '160932.847500', '160933.307500', '160933.767500', '160934.227500', '160934.687500', '160935.147500', '160935.607500', '160936.067500', '160936.527500', '160936.987500', '160937.447500', '160937.907500', '160938.367500', '160938.827500', '160939.287500', '160939.747500', '160940.207500', '160940.667500', '160941.127500', '160941.587500', '160942.047500', '160942.507500', '160942.967500', '160943.427500', '160943.887500', '160944.347500', '160944.807500', '160945.267500', '160945.727500', '160946.187500', '160946.647500', '160947.107500', '160947.567500', '160948.027500', '160948.487500', '160948.947500', '160949.407500', '160949.867500', '160950.327500', '160950.787500', '160951.247500', '160951.707500', '160952.167500', '160952.627500', '160953.087500', '160953.547500', '160954.007500', '160954.467500', '160954.927500', '160955.387500', '160955.847500', '160956.307500', '160956.767500', '160957.227500', '160957.687500', '160958.147500', '160958.607500', '160959.067500', '160959.527500', '160959.987500', '161000.447500', '161000.907500', '161001.367500', '161001.827500', '161002.287500', '161002.747500', '161003.207500', '161003.667500', '161004.127500', '161004.587500', '161005.047500', '161005.507500', '161005.967500', '161006.427500', '161006.887500', '161007.347500', '161007.807500', '161008.267500', '161008.727500', '161009.187500', '161009.647500', '161010.107500', '161010.567500', '161011.027500', '161011.487500', '161011.947500', '161012.407500', '161012.867500', '161013.327500', '161013.787500', '161014.247500', '161014.707500', '161015.167500', '161015.627500', '161016.087500', '161016.547500', '161017.007500', '161017.467500', '161017.927500', '161018.387500', '161018.847500', '161019.307500', '161019.767500', '161020.227500', '161020.687500', '161021.147500', '161021.607500', '161022.067500', '161022.527500', '161022.987500', '161023.447500', '161023.907500', '161024.367500', '161024.827500', '161025.287500', '161025.747500', '161026.207500', '161026.667500', '161027.127500', '161027.587500', '161028.047500', '161028.507500', '161028.967500', '161029.427500', '161029.887500', '161030.347500', '161030.807500', '161031.267500', '161031.727500', '161032.187500', '161032.647500', '161033.107500', '161033.567500', '161034.027500', '161034.487500', '161034.947500', '161035.407500', '161035.867500', '161036.327500', '161036.787500', '161037.247500', '161037.707500', '161038.167500', '161038.627500', '161039.087500', '161039.547500', '161040.007500', '161040.467500', '161040.927500', '161041.387500', '161041.847500', '161042.307500', '161042.767500', '161043.227500', '161043.687500', '161044.147500', '161044.607500', '161045.067500', '161045.527500', '161045.987500', '161046.447500', '161046.907500', '161047.367500', '161047.827500', '161048.287500', '161048.747500', '161049.207500', '161049.667500', '161050.127500', '161050.587500', '161051.047500', '161051.507500', '161051.967500', '161052.427500', '161052.887500', '161053.347500', '161053.807500', '161054.267500', '161054.727500', '161055.187500', '161055.647500', '161056.107500', '161056.567500', '161057.027500', '161057.487500', '161057.947500', '161058.407500', '161058.867500', '161059.327500', '161059.787500', '161100.247500', '161100.707500', '161101.167500', '161101.627500', '161102.087500', '161102.547500', '161103.007500', '161103.467500', '161103.927500', '161104.387500', '161104.847500', '161105.307500', '161105.767500', '161106.227500', '161106.687500', '161107.147500', '161107.607500', '161108.067500', '161108.527500', '161108.987500', '161109.447500', '161109.907500', '161110.367500', '161110.827500', '161111.287500', '161111.747500', '161112.207500', '161112.667500', '161113.127500', '161113.587500', '161114.047500', '161114.507500', '161114.967500', '161115.427500', '161115.887500', '161116.347500', '161116.807500', '161117.267500', '161117.727500', '161118.187500', '161118.647500', '161119.107500', '161119.567500', '161120.027500', '161120.487500', '161120.947500', '161121.407500', '161121.867500', '161122.327500', '161122.787500', '161123.247500', '161123.707500', '161124.167500', '161124.627500', '161125.087500', '161125.547500', '161126.007500', '161126.467500', '161126.927500', '161127.387500', '161127.847500', '161128.307500', '161128.767500', '161129.227500', '161129.687500', '161130.147500', '161130.607500', '161131.067500', '161131.527500', '161131.987500', '161132.447500', '161132.907500', '161133.367500', '161133.827500', '161134.287500', '161134.747500', '161135.207500', '161135.667500', '161136.127500', '161136.587500', '161137.047500', '161137.507500', '161137.967500', '161138.427500', '161138.887500', '161139.347500', '161139.807500', '161140.267500', '161140.727500', '161141.187500', '161141.647500', '161142.107500', '161142.567500', '161143.027500', '161143.487500', '161143.947500', '161144.407500', '161144.867500', '161145.327500', '161145.787500', '161146.247500', '161146.707500', '161147.167500', '161147.627500', '161148.087500', '161148.547500', '161149.007500', '161149.467500', '161149.927500', '161150.387500', '161150.847500', '161151.307500', '161151.767500', '161152.227500', '161152.687500', '161153.147500', '161153.607500', '161154.067500', '161154.527500', '161154.987500', '161155.447500', '161155.907500', '161156.367500', '161156.827500', '161157.287500', '161157.747500', '161158.207500', '161158.667500', '161159.127500', '161159.587500', '161200.047500', '161200.507500', '161200.967500', '161201.427500', '161201.887500', '161202.347500', '161202.807500', '161203.267500', '161203.727500', '161204.187500', '161204.647500', '161205.107500', '161205.567500', '161206.027500', '161206.487500', '161206.947500', '161207.407500', '161207.867500', '161208.327500', '161208.787500', '161209.247500', '161209.707500', '161210.167500', '161210.627500', '161211.087500', '161211.547500', '161212.007500', '161212.467500', '161212.927500', '161213.387500', '161213.847500', '161214.307500', '161214.767500', '161215.227500', '161215.687500', '161216.147500', '161216.607500', '161217.067500', '161217.527500', '161217.987500', '161218.447500', '161218.907500', '161219.367500', '161219.827500', '161220.287500', '161220.747500', '161221.207500', '161221.667500', '161222.127500', '161222.587500', '161223.047500', '161223.507500', '161223.967500', '161224.427500', '161224.887500', '161225.347500', '161225.807500', '161226.267500', '161226.727500', '161227.187500', '161227.647500', '161228.107500', '161228.567500', '161229.027500', '161229.487500', '161229.947500', '161230.407500', '161230.867500', '161231.327500'], 'ContentTime': ['160635.634000', '160635.637000', '160635.640000', '160635.643000', '160635.653000', '160635.656000', '160635.659000', '160635.662000', '160635.665000', '160635.667000', '160635.679000', '160635.682000', '160635.685000', '160635.688000', '160635.691000', '160635.694000', '160635.696000', '160635.699000', '160635.702000', '160635.705000', '160635.708000', '160635.711000', '160635.714000', '160635.717000', '160635.720000', '160635.722000', '160635.725000', '160635.728000', '160635.731000', '160635.734000', '160635.737000', '160635.740000', '160635.743000', '160635.746000', '160635.748000', '160635.751000', '160635.754000', '160635.757000', '160635.760000', '160635.763000', '160635.766000', '160635.769000', '160635.772000', '160635.774000', '160635.777000', '160635.780000', '160635.783000', '160635.786000', '160635.789000', '160635.792000', '160635.795000', '160635.798000', '160635.801000', '160635.803000', '160635.806000', '160635.809000', '160635.812000', '160635.815000', '160635.818000', '160635.821000', '160635.824000', '160655.590000', '160655.593000', '160655.596000', '160655.599000', '160655.602000', '160655.605000', '160655.608000', '160655.611000', '160655.614000', '160655.617000', '160655.619000', '160655.622000', '160655.625000', '160655.628000', '160655.631000', '160655.634000', '160655.637000', '160655.640000', '160655.643000', '160655.645000', '160655.648000', '160655.651000', '160655.654000', '160655.657000', '160655.660000', '160655.663000', '160655.666000', '160655.669000', '160655.672000', '160655.675000', '160655.678000', '160655.680000', '160655.683000', '160655.686000', '160655.689000', '160655.692000', '160655.695000', '160655.698000', '160655.701000', '160655.704000', '160655.707000', '160655.710000', '160655.713000', '160655.716000', '160715.590000', '160715.593000', '160715.596000', '160715.599000', '160715.602000', '160715.606000', '160715.609000', '160715.612000', '160715.615000', '160715.618000', '160715.621000', '160715.624000', '160715.627000', '160715.630000', '160715.632000', '160715.636000', '160715.638000', '160715.641000', '160715.644000', '160715.647000', '160715.650000', '160715.653000', '160715.656000', '160715.659000', '160715.662000', '160715.665000', '160715.668000', '160715.671000', '160715.674000', '160715.677000', '160715.680000', '160715.683000', '160715.686000', '160715.689000', '160715.692000', '160715.694000', '160715.697000', '160715.700000', '160715.703000', '160715.706000', '160715.709000', '160715.712000', '160715.715000', '160735.589000', '160735.592000', '160735.595000', '160735.598000', '160735.601000', '160735.604000', '160735.607000', '160735.610000', '160735.613000', '160735.616000', '160735.618000', '160735.621000', '160735.624000', '160735.627000', '160735.630000', '160735.633000', '160735.636000', '160735.639000', '160735.642000', '160735.645000', '160735.648000', '160735.651000', '160735.654000', '160735.657000', '160735.660000', '160735.662000', '160735.665000', '160735.668000', '160735.671000', '160735.674000', '160735.677000', '160735.680000', '160735.683000', '160735.686000', '160735.689000', '160735.692000', '160735.695000', '160735.697000', '160735.700000', '160735.703000', '160735.706000', '160735.709000', '160735.712000', '160735.715000', '160755.589000', '160755.592000', '160755.595000', '160755.598000', '160755.601000', '160755.604000', '160755.607000', '160755.610000', '160755.613000', '160755.616000', '160755.619000', '160755.630000', '160755.634000', '160755.638000', '160755.641000', '160755.644000', '160755.647000', '160755.650000', '160755.653000', '160755.656000', '160755.659000', '160755.662000', '160755.665000', '160755.668000', '160755.671000', '160755.674000', '160755.677000', '160755.680000', '160755.683000', '160755.686000', '160755.689000', '160755.692000', '160755.695000', '160755.698000', '160755.717000', '160755.720000', '160755.722000', '160755.725000', '160755.733000', '160755.736000', '160755.739000', '160755.742000', '160755.745000', '160815.589000', '160815.592000', '160815.595000', '160815.598000', '160815.601000', '160815.604000', '160815.607000', '160815.610000', '160815.613000', '160815.615000', '160815.618000', '160815.621000', '160815.630000', '160815.633000', '160815.636000', '160815.639000', '160815.642000', '160815.645000', '160815.647000', '160815.650000', '160815.653000', '160815.656000', '160815.659000', '160815.662000', '160815.665000', '160815.668000', '160815.671000', '160815.674000', '160815.677000', '160815.680000', '160815.683000', '160815.687000', '160815.689000', '160815.692000', '160815.695000', '160815.698000', '160815.701000', '160815.704000', '160815.707000', '160815.710000', '160815.713000', '160815.716000', '160815.719000', '160815.722000', '160835.590000', '160835.593000', '160835.596000', '160835.599000', '160835.602000', '160835.605000', '160835.608000', '160835.611000', '160835.614000', '160835.617000', '160835.620000', '160835.623000', '160835.626000', '160835.629000', '160835.632000', '160835.635000', '160835.638000', '160835.641000', '160835.644000', '160835.647000', '160835.650000', '160835.653000', '160835.656000', '160835.659000', '160835.662000', '160835.666000', '160835.669000', '160835.672000', '160835.675000', '160835.678000', '160835.681000', '160835.684000', '160835.687000', '160835.690000', '160835.693000', '160835.696000', '160835.699000', '160835.702000', '160835.705000', '160835.707000', '160835.710000', '160835.713000', '160835.716000', '160855.590000', '160855.593000', '160855.596000', '160855.599000', '160855.602000', '160855.605000', '160855.608000', '160855.611000', '160855.619000', '160855.622000', '160855.625000', '160855.628000', '160855.631000', '160855.651000', '160855.654000', '160855.657000', '160855.660000', '160855.663000', '160855.666000', '160855.669000', '160855.672000', '160855.675000', '160855.678000', '160855.681000', '160855.684000', '160855.687000', '160855.690000', '160855.693000', '160855.696000', '160855.699000', '160855.702000', '160855.704000', '160855.708000', '160855.711000', '160855.713000', '160855.716000', '160855.719000', '160855.722000', '160855.725000', '160855.728000', '160855.731000', '160855.734000', '160855.737000', '160855.740000', '160915.590000', '160915.593000', '160915.596000', '160915.599000', '160915.602000', '160915.605000', '160915.608000', '160915.611000', '160915.614000', '160915.617000', '160915.620000', '160915.623000', '160915.626000', '160915.629000', '160915.632000', '160915.635000', '160915.638000', '160915.641000', '160915.644000', '160915.647000', '160915.650000', '160915.653000', '160915.656000', '160915.659000', '160915.661000', '160915.664000', '160915.667000', '160915.670000', '160915.673000', '160915.676000', '160915.679000', '160915.682000', '160915.685000', '160915.688000', '160915.691000', '160915.694000', '160915.697000', '160915.700000', '160915.703000', '160915.706000', '160915.709000', '160915.712000', '160915.715000', '160935.590000', '160935.593000', '160935.596000', '160935.599000', '160935.602000', '160935.605000', '160935.608000', '160935.611000', '160935.614000', '160935.617000', '160935.620000', '160935.623000', '160935.625000', '160935.628000', '160935.631000', '160935.634000', '160935.651000', '160935.654000', '160935.657000', '160935.659000', '160935.662000', '160935.665000', '160935.668000', '160935.671000', '160935.674000', '160935.677000', '160935.680000', '160935.683000', '160935.686000', '160935.689000', '160935.692000', '160935.695000', '160935.698000', '160935.700000', '160935.703000', '160935.707000', '160935.709000', '160935.712000', '160935.715000', '160935.718000', '160935.721000', '160935.724000', '160935.727000', '160935.730000', '160955.589000', '160955.592000', '160955.595000', '160955.598000', '160955.601000', '160955.604000', '160955.607000', '160955.610000', '160955.613000', '160955.616000', '160955.619000', '160955.623000', '160955.626000', '160955.629000', '160955.632000', '160955.635000', '160955.638000', '160955.641000', '160955.644000', '160955.647000', '160955.650000', '160955.653000', '160955.656000', '160955.659000', '160955.662000', '160955.665000', '160955.668000', '160955.670000', '160955.674000', '160955.677000', '160955.680000', '160955.683000', '160955.686000', '160955.689000', '160955.692000', '160955.695000', '160955.698000', '160955.701000', '160955.704000', '160955.707000', '160955.710000', '160955.713000', '160955.716000', '161015.590000', '161015.593000', '161015.601000', '161015.604000', '161015.606000', '161015.609000', '161015.612000', '161015.615000', '161015.618000', '161015.621000', '161015.624000', '161015.627000', '161015.630000', '161015.633000', '161015.636000', '161015.639000', '161015.642000', '161015.645000', '161015.648000', '161015.651000', '161015.654000', '161015.657000', '161015.660000', '161015.663000', '161015.666000', '161015.669000', '161015.672000', '161015.675000', '161015.678000', '161015.695000', '161015.698000', '161015.701000', '161015.704000', '161015.707000', '161015.710000', '161015.712000', '161015.715000', '161015.718000', '161015.721000', '161015.724000', '161015.727000', '161015.730000', '161015.733000', '161015.736000', '161035.590000', '161035.593000', '161035.596000', '161035.599000', '161035.602000', '161035.605000', '161035.608000', '161035.611000', '161035.614000', '161035.617000', '161035.620000', '161035.623000', '161035.626000', '161035.629000', '161035.632000', '161035.635000', '161035.638000', '161035.641000', '161035.644000', '161035.646000', '161035.649000', '161035.652000', '161035.655000', '161035.658000', '161035.661000', '161035.664000', '161035.667000', '161035.670000', '161035.673000', '161035.676000', '161035.679000', '161035.682000', '161035.685000', '161035.688000', '161035.691000', '161035.694000', '161035.697000', '161035.700000', '161035.703000', '161035.706000', '161035.709000', '161035.712000', '161035.715000', '161055.590000', '161055.593000', '161055.596000', '161055.599000', '161055.602000', '161055.605000', '161055.608000', '161055.611000', '161055.614000', '161055.617000', '161055.626000', '161055.629000', '161055.632000', '161055.635000', '161055.638000', '161055.641000', '161055.644000', '161055.647000', '161055.650000', '161055.653000', '161055.656000', '161055.659000', '161055.662000', '161055.665000', '161055.668000', '161055.671000', '161055.674000', '161055.677000', '161055.680000', '161055.683000', '161055.686000', '161055.689000', '161055.692000', '161055.695000', '161055.698000', '161055.701000', '161055.703000', '161055.707000', '161055.709000', '161055.712000', '161055.731000', '161055.734000', '161055.737000', '161055.740000', '161115.590000', '161115.593000', '161115.596000', '161115.599000', '161115.602000', '161115.605000', '161115.608000', '161115.611000', '161115.614000', '161115.617000', '161115.628000', '161115.631000', '161115.634000', '161115.637000', '161115.640000', '161115.643000', '161115.646000', '161115.649000', '161115.652000', '161115.655000', '161115.658000', '161115.662000', '161115.665000', '161115.668000', '161115.671000', '161115.674000', '161115.677000', '161115.680000', '161115.683000', '161115.686000', '161115.689000', '161115.692000', '161115.695000', '161115.698000', '161115.701000', '161115.704000', '161115.707000', '161115.710000', '161115.712000', '161115.716000', '161115.719000', '161115.722000', '161115.725000', '161135.590000', '161135.593000', '161135.596000', '161135.599000', '161135.602000', '161135.605000', '161135.608000', '161135.611000', '161135.614000', '161135.617000', '161135.620000', '161135.623000', '161135.626000', '161135.629000', '161135.632000', '161135.635000', '161135.638000', '161135.641000', '161135.643000', '161135.646000', '161135.649000', '161135.652000', '161135.655000', '161135.660000', '161135.663000', '161135.666000', '161135.669000', '161135.672000', '161135.675000', '161135.678000', '161135.681000', '161135.684000', '161135.687000', '161135.690000', '161135.693000', '161135.696000', '161135.698000', '161135.701000', '161135.704000', '161135.707000', '161135.710000', '161135.713000', '161135.716000', '161135.719000', '161155.590000', '161155.593000', '161155.596000', '161155.599000', '161155.602000', '161155.605000', '161155.608000', '161155.611000', '161155.614000', '161155.617000', '161155.620000', '161155.622000', '161155.625000', '161155.628000', '161155.631000', '161155.634000', '161155.637000', '161155.640000', '161155.643000', '161155.646000', '161155.649000', '161155.652000', '161155.655000', '161155.657000', '161155.660000', '161155.663000', '161155.666000', '161155.669000', '161155.672000', '161155.675000', '161155.678000', '161155.681000', '161155.684000', '161155.687000', '161155.690000', '161155.692000', '161155.695000', '161155.698000', '161155.701000', '161155.704000', '161155.707000', '161155.710000', '161155.713000', '161215.589000', '161215.592000', '161215.595000', '161215.598000', '161215.601000', '161215.604000', '161215.607000', '161215.610000', '161215.613000', '161215.616000', '161215.619000', '161215.622000', '161215.624000', '161215.627000', '161215.630000', '161215.633000', '161215.636000', '161215.639000', '161215.642000', '161215.645000', '161215.648000', '161215.657000', '161215.660000', '161215.663000', '161215.666000', '161215.669000', '161215.672000', '161215.675000', '161215.678000', '161215.681000', '161215.684000', '161215.687000', '161215.690000', '161215.693000', '161215.695000', '161215.698000', '161215.701000', '161215.704000', '161215.707000', '161215.710000', '161215.713000', '161215.716000', '161215.719000', '161215.722000', '161232.135000', '161232.139000', '161232.142000', '161232.145000', '161232.148000', '161232.151000', '161232.154000', '161232.157000', '161232.161000', '161232.225000', '161232.228000', '161232.231000', '161232.234000', '161232.237000', '161232.240000', '161232.243000', '161232.246000', '161232.249000', '161232.252000', '161232.255000', '161232.258000', '161232.261000', '161232.264000', '161232.267000', '161232.270000', '161232.273000', '161232.276000', '161232.279000', '161232.282000', '161232.285000', '161232.288000', '161232.291000', '161232.304000', '161232.307000', '161232.311000', '161232.314000'], 'InstanceCreationTime': ['160635.634000', '160635.637000', '160635.640000', '160635.643000', '160635.653000', '160635.656000', '160635.659000', '160635.662000', '160635.665000', '160635.667000', '160635.679000', '160635.682000', '160635.685000', '160635.688000', '160635.691000', '160635.694000', '160635.696000', '160635.699000', '160635.702000', '160635.705000', '160635.708000', '160635.711000', '160635.714000', '160635.717000', '160635.720000', '160635.722000', '160635.725000', '160635.728000', '160635.731000', '160635.734000', '160635.737000', '160635.740000', '160635.743000', '160635.746000', '160635.748000', '160635.751000', '160635.754000', '160635.757000', '160635.760000', '160635.763000', '160635.766000', '160635.769000', '160635.772000', '160635.774000', '160635.777000', '160635.780000', '160635.783000', '160635.786000', '160635.789000', '160635.792000', '160635.795000', '160635.798000', '160635.801000', '160635.803000', '160635.806000', '160635.809000', '160635.812000', '160635.815000', '160635.818000', '160635.821000', '160635.824000', '160655.590000', '160655.593000', '160655.596000', '160655.599000', '160655.602000', '160655.605000', '160655.608000', '160655.611000', '160655.614000', '160655.617000', '160655.619000', '160655.622000', '160655.625000', '160655.628000', '160655.631000', '160655.634000', '160655.637000', '160655.640000', '160655.643000', '160655.645000', '160655.648000', '160655.651000', '160655.654000', '160655.657000', '160655.660000', '160655.663000', '160655.666000', '160655.669000', '160655.672000', '160655.675000', '160655.678000', '160655.680000', '160655.683000', '160655.686000', '160655.689000', '160655.692000', '160655.695000', '160655.698000', '160655.701000', '160655.704000', '160655.707000', '160655.710000', '160655.713000', '160655.716000', '160715.590000', '160715.593000', '160715.596000', '160715.599000', '160715.602000', '160715.606000', '160715.609000', '160715.612000', '160715.615000', '160715.618000', '160715.621000', '160715.624000', '160715.627000', '160715.630000', '160715.632000', '160715.636000', '160715.638000', '160715.641000', '160715.644000', '160715.647000', '160715.650000', '160715.653000', '160715.656000', '160715.659000', '160715.662000', '160715.665000', '160715.668000', '160715.671000', '160715.674000', '160715.677000', '160715.680000', '160715.683000', '160715.686000', '160715.689000', '160715.692000', '160715.694000', '160715.697000', '160715.700000', '160715.703000', '160715.706000', '160715.709000', '160715.712000', '160715.715000', '160735.589000', '160735.592000', '160735.595000', '160735.598000', '160735.601000', '160735.604000', '160735.607000', '160735.610000', '160735.613000', '160735.616000', '160735.618000', '160735.621000', '160735.624000', '160735.627000', '160735.630000', '160735.633000', '160735.636000', '160735.639000', '160735.642000', '160735.645000', '160735.648000', '160735.651000', '160735.654000', '160735.657000', '160735.660000', '160735.662000', '160735.665000', '160735.668000', '160735.671000', '160735.674000', '160735.677000', '160735.680000', '160735.683000', '160735.686000', '160735.689000', '160735.692000', '160735.695000', '160735.697000', '160735.700000', '160735.703000', '160735.706000', '160735.709000', '160735.712000', '160735.715000', '160755.589000', '160755.592000', '160755.595000', '160755.598000', '160755.601000', '160755.604000', '160755.607000', '160755.610000', '160755.613000', '160755.616000', '160755.619000', '160755.630000', '160755.634000', '160755.638000', '160755.641000', '160755.644000', '160755.647000', '160755.650000', '160755.653000', '160755.656000', '160755.659000', '160755.662000', '160755.665000', '160755.668000', '160755.671000', '160755.674000', '160755.677000', '160755.680000', '160755.683000', '160755.686000', '160755.689000', '160755.692000', '160755.695000', '160755.698000', '160755.717000', '160755.720000', '160755.722000', '160755.725000', '160755.733000', '160755.736000', '160755.739000', '160755.742000', '160755.745000', '160815.589000', '160815.592000', '160815.595000', '160815.598000', '160815.601000', '160815.604000', '160815.607000', '160815.610000', '160815.613000', '160815.615000', '160815.618000', '160815.621000', '160815.630000', '160815.633000', '160815.636000', '160815.639000', '160815.642000', '160815.645000', '160815.647000', '160815.650000', '160815.653000', '160815.656000', '160815.659000', '160815.662000', '160815.665000', '160815.668000', '160815.671000', '160815.674000', '160815.677000', '160815.680000', '160815.683000', '160815.687000', '160815.689000', '160815.692000', '160815.695000', '160815.698000', '160815.701000', '160815.704000', '160815.707000', '160815.710000', '160815.713000', '160815.716000', '160815.719000', '160815.722000', '160835.590000', '160835.593000', '160835.596000', '160835.599000', '160835.602000', '160835.605000', '160835.608000', '160835.611000', '160835.614000', '160835.617000', '160835.620000', '160835.623000', '160835.626000', '160835.629000', '160835.632000', '160835.635000', '160835.638000', '160835.641000', '160835.644000', '160835.647000', '160835.650000', '160835.653000', '160835.656000', '160835.659000', '160835.662000', '160835.666000', '160835.669000', '160835.672000', '160835.675000', '160835.678000', '160835.681000', '160835.684000', '160835.687000', '160835.690000', '160835.693000', '160835.696000', '160835.699000', '160835.702000', '160835.705000', '160835.707000', '160835.710000', '160835.713000', '160835.716000', '160855.590000', '160855.593000', '160855.596000', '160855.599000', '160855.602000', '160855.605000', '160855.608000', '160855.611000', '160855.619000', '160855.622000', '160855.625000', '160855.628000', '160855.631000', '160855.651000', '160855.654000', '160855.657000', '160855.660000', '160855.663000', '160855.666000', '160855.669000', '160855.672000', '160855.675000', '160855.678000', '160855.681000', '160855.684000', '160855.687000', '160855.690000', '160855.693000', '160855.696000', '160855.699000', '160855.702000', '160855.704000', '160855.708000', '160855.711000', '160855.713000', '160855.716000', '160855.719000', '160855.722000', '160855.725000', '160855.728000', '160855.731000', '160855.734000', '160855.737000', '160855.740000', '160915.590000', '160915.593000', '160915.596000', '160915.599000', '160915.602000', '160915.605000', '160915.608000', '160915.611000', '160915.614000', '160915.617000', '160915.620000', '160915.623000', '160915.626000', '160915.629000', '160915.632000', '160915.635000', '160915.638000', '160915.641000', '160915.644000', '160915.647000', '160915.650000', '160915.653000', '160915.656000', '160915.659000', '160915.661000', '160915.664000', '160915.667000', '160915.670000', '160915.673000', '160915.676000', '160915.679000', '160915.682000', '160915.685000', '160915.688000', '160915.691000', '160915.694000', '160915.697000', '160915.700000', '160915.703000', '160915.706000', '160915.709000', '160915.712000', '160915.715000', '160935.590000', '160935.593000', '160935.596000', '160935.599000', '160935.602000', '160935.605000', '160935.608000', '160935.611000', '160935.614000', '160935.617000', '160935.620000', '160935.623000', '160935.625000', '160935.628000', '160935.631000', '160935.634000', '160935.651000', '160935.654000', '160935.657000', '160935.659000', '160935.662000', '160935.665000', '160935.668000', '160935.671000', '160935.674000', '160935.677000', '160935.680000', '160935.683000', '160935.686000', '160935.689000', '160935.692000', '160935.695000', '160935.698000', '160935.700000', '160935.703000', '160935.707000', '160935.709000', '160935.712000', '160935.715000', '160935.718000', '160935.721000', '160935.724000', '160935.727000', '160935.730000', '160955.589000', '160955.592000', '160955.595000', '160955.598000', '160955.601000', '160955.604000', '160955.607000', '160955.610000', '160955.613000', '160955.616000', '160955.619000', '160955.623000', '160955.626000', '160955.629000', '160955.632000', '160955.635000', '160955.638000', '160955.641000', '160955.644000', '160955.647000', '160955.650000', '160955.653000', '160955.656000', '160955.659000', '160955.662000', '160955.665000', '160955.668000', '160955.670000', '160955.674000', '160955.677000', '160955.680000', '160955.683000', '160955.686000', '160955.689000', '160955.692000', '160955.695000', '160955.698000', '160955.701000', '160955.704000', '160955.707000', '160955.710000', '160955.713000', '160955.716000', '161015.590000', '161015.593000', '161015.601000', '161015.604000', '161015.606000', '161015.609000', '161015.612000', '161015.615000', '161015.618000', '161015.621000', '161015.624000', '161015.627000', '161015.630000', '161015.633000', '161015.636000', '161015.639000', '161015.642000', '161015.645000', '161015.648000', '161015.651000', '161015.654000', '161015.657000', '161015.660000', '161015.663000', '161015.666000', '161015.669000', '161015.672000', '161015.675000', '161015.678000', '161015.695000', '161015.698000', '161015.701000', '161015.704000', '161015.707000', '161015.710000', '161015.712000', '161015.715000', '161015.718000', '161015.721000', '161015.724000', '161015.727000', '161015.730000', '161015.733000', '161015.736000', '161035.590000', '161035.593000', '161035.596000', '161035.599000', '161035.602000', '161035.605000', '161035.608000', '161035.611000', '161035.614000', '161035.617000', '161035.620000', '161035.623000', '161035.626000', '161035.629000', '161035.632000', '161035.635000', '161035.638000', '161035.641000', '161035.644000', '161035.646000', '161035.649000', '161035.652000', '161035.655000', '161035.658000', '161035.661000', '161035.664000', '161035.667000', '161035.670000', '161035.673000', '161035.676000', '161035.679000', '161035.682000', '161035.685000', '161035.688000', '161035.691000', '161035.694000', '161035.697000', '161035.700000', '161035.703000', '161035.706000', '161035.709000', '161035.712000', '161035.715000', '161055.590000', '161055.593000', '161055.596000', '161055.599000', '161055.602000', '161055.605000', '161055.608000', '161055.611000', '161055.614000', '161055.617000', '161055.626000', '161055.629000', '161055.632000', '161055.635000', '161055.638000', '161055.641000', '161055.644000', '161055.647000', '161055.650000', '161055.653000', '161055.656000', '161055.659000', '161055.662000', '161055.665000', '161055.668000', '161055.671000', '161055.674000', '161055.677000', '161055.680000', '161055.683000', '161055.686000', '161055.689000', '161055.692000', '161055.695000', '161055.698000', '161055.701000', '161055.703000', '161055.707000', '161055.709000', '161055.712000', '161055.731000', '161055.734000', '161055.737000', '161055.740000', '161115.590000', '161115.593000', '161115.596000', '161115.599000', '161115.602000', '161115.605000', '161115.608000', '161115.611000', '161115.614000', '161115.617000', '161115.628000', '161115.631000', '161115.634000', '161115.637000', '161115.640000', '161115.643000', '161115.646000', '161115.649000', '161115.652000', '161115.655000', '161115.658000', '161115.662000', '161115.665000', '161115.668000', '161115.671000', '161115.674000', '161115.677000', '161115.680000', '161115.683000', '161115.686000', '161115.689000', '161115.692000', '161115.695000', '161115.698000', '161115.701000', '161115.704000', '161115.707000', '161115.710000', '161115.712000', '161115.716000', '161115.719000', '161115.722000', '161115.725000', '161135.590000', '161135.593000', '161135.596000', '161135.599000', '161135.602000', '161135.605000', '161135.608000', '161135.611000', '161135.614000', '161135.617000', '161135.620000', '161135.623000', '161135.626000', '161135.629000', '161135.632000', '161135.635000', '161135.638000', '161135.641000', '161135.643000', '161135.646000', '161135.649000', '161135.652000', '161135.655000', '161135.660000', '161135.663000', '161135.666000', '161135.669000', '161135.672000', '161135.675000', '161135.678000', '161135.681000', '161135.684000', '161135.687000', '161135.690000', '161135.693000', '161135.696000', '161135.698000', '161135.701000', '161135.704000', '161135.707000', '161135.710000', '161135.713000', '161135.716000', '161135.719000', '161155.590000', '161155.593000', '161155.596000', '161155.599000', '161155.602000', '161155.605000', '161155.608000', '161155.611000', '161155.614000', '161155.617000', '161155.620000', '161155.622000', '161155.625000', '161155.628000', '161155.631000', '161155.634000', '161155.637000', '161155.640000', '161155.643000', '161155.646000', '161155.649000', '161155.652000', '161155.655000', '161155.657000', '161155.660000', '161155.663000', '161155.666000', '161155.669000', '161155.672000', '161155.675000', '161155.678000', '161155.681000', '161155.684000', '161155.687000', '161155.690000', '161155.692000', '161155.695000', '161155.698000', '161155.701000', '161155.704000', '161155.707000', '161155.710000', '161155.713000', '161215.589000', '161215.592000', '161215.595000', '161215.598000', '161215.601000', '161215.604000', '161215.607000', '161215.610000', '161215.613000', '161215.616000', '161215.619000', '161215.622000', '161215.624000', '161215.627000', '161215.630000', '161215.633000', '161215.636000', '161215.639000', '161215.642000', '161215.645000', '161215.648000', '161215.657000', '161215.660000', '161215.663000', '161215.666000', '161215.669000', '161215.672000', '161215.675000', '161215.678000', '161215.681000', '161215.684000', '161215.687000', '161215.690000', '161215.693000', '161215.695000', '161215.698000', '161215.701000', '161215.704000', '161215.707000', '161215.710000', '161215.713000', '161215.716000', '161215.719000', '161215.722000', '161232.135000', '161232.139000', '161232.142000', '161232.145000', '161232.148000', '161232.151000', '161232.154000', '161232.157000', '161232.161000', '161232.225000', '161232.228000', '161232.231000', '161232.234000', '161232.237000', '161232.240000', '161232.243000', '161232.246000', '161232.249000', '161232.252000', '161232.255000', '161232.258000', '161232.261000', '161232.264000', '161232.267000', '161232.270000', '161232.273000', '161232.276000', '161232.279000', '161232.282000', '161232.285000', '161232.288000', '161232.291000', '161232.304000', '161232.307000', '161232.311000', '161232.314000'], '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], 'LargestImagePixelValue': [11384, 10021, 10771, 11768, 10288, 11445, 12026, 10633, 10060, 12323, 11009, 9699, 11956, 11362, 10020, 12041, 12233, 11619, 11373, 12292, 11478, 11981, 12452, 12184, 10164, 12236, 12308, 10053, 12303, 12242, 10567, 11577, 12191, 11253, 11346, 12176, 11437, 13446, 12491, 12456, 10951, 11957, 12256, 10726, 11796, 12640, 10989, 12855, 12185, 11046, 12896, 12270, 10786, 11520, 12684, 10167, 11056, 12438, 11841, 11589, 12384, 9988, 11621, 11981, 11941, 12984, 12956, 12147, 12958, 12303, 12145, 10993, 12972, 12560, 10465, 12075, 11968, 11044, 13088, 12687, 10717, 12773, 12232, 11286, 12358, 12410, 10274, 12887, 12171, 11197, 13275, 12309, 11131, 12304, 12148, 11226, 13099, 12134, 10457, 12661, 12011, 11024, 13151, 12565, 11511, 12365, 12341, 11165, 12792, 12705, 11340, 12681, 12580, 10826, 13101, 12548, 11723, 11737, 12269, 11007, 13105, 12280, 11889, 11282, 12344, 11358, 11309, 12209, 11890, 11032, 12787, 12107, 10691, 13000, 11970, 12038, 12719, 12501, 11890, 12943, 11905, 11588, 12291, 12444, 11071, 12346, 12274, 11677, 13245, 12428, 11249, 12409, 12254, 11968, 13023, 12427, 10520, 12311, 12562, 10474, 12662, 12763, 10106, 12149, 12745, 10520, 12098, 12532, 10589, 12412, 12495, 11497, 12877, 11890, 11931, 12932, 12390, 12213, 12641, 11868, 11469, 13115, 12164, 12487, 13193, 12188, 11779, 12885, 11687, 11687, 12993, 12585, 11972, 12409, 12045, 10731, 13291, 12251, 11690, 13019, 12181, 11661, 12875, 12174, 10596, 12665, 12610, 10686, 13197, 12137, 10823, 12843, 12417, 10306, 12611, 12445, 10166, 12740, 12291, 9787, 12584, 12655, 10973, 11383, 12382, 9514, 11779, 12551, 11593, 12315, 12892, 9826, 12545, 12313, 11521, 12277, 12905, 12053, 11587, 12374, 11863, 12018, 13424, 12597, 10334, 12464, 12251, 10473, 12247, 12264, 11508, 12294, 13036, 11633, 11770, 12497, 11375, 12557, 12690, 11915, 10596, 12263, 12045, 10542, 12827, 12479, 11181, 12836, 12387, 9918, 12345, 12526, 10167, 11442, 12394, 10666, 11399, 12429, 11393, 11462, 12395, 11841, 11702, 12179, 11850, 11948, 12542, 11758, 11187, 12709, 12519, 11151, 12139, 12184, 10404, 11501, 12114, 10379, 11790, 11708, 10167, 11248, 11885, 11910, 12828, 12816, 11870, 12248, 12640, 11812, 11960, 12143, 12276, 11340, 12236, 11822, 11277, 12415, 12476, 11015, 12288, 12081, 11377, 12359, 12250, 12050, 13130, 12454, 10632, 12581, 11843, 11576, 12858, 12777, 10630, 12289, 12026, 10729, 12318, 12289, 10761, 11437, 12105, 10027, 12299, 11961, 11209, 12844, 12425, 11667, 12450, 12359, 11248, 11637, 12003, 12027, 11249, 12681, 12015, 10999, 12067, 11615, 10892, 13442, 12245, 11858, 13176, 12035, 10713, 12694, 12297, 10680, 12294, 12452, 11026, 12571, 12750, 11974, 11454, 12309, 12419, 12784, 12157, 11773, 10692, 13198, 12596, 10774, 13020, 12348, 10505, 12497, 12486, 10266, 12565, 12780, 10048, 12804, 12393, 10575, 11764, 12711, 11722, 11967, 12710, 11585, 13268, 12492, 12092, 11853, 12405, 12414, 11886, 12387, 12117, 11398, 12991, 12479, 11229, 12805, 11972, 11724, 13222, 12377, 12505, 13060, 12442, 11429, 13177, 12527, 11390, 12527, 12472, 11521, 13184, 12215, 10593, 12566, 12788, 10060, 12713, 12482, 10969, 11580, 12822, 12034, 12088, 12566, 11651, 11980, 12962, 12040, 12346, 12735, 12512, 11817, 12539, 12112, 11708, 13136, 12815, 11903, 13168, 12509, 11057, 13294, 12777, 10751, 12828, 12630, 10317, 12417, 12662, 11035, 11618, 12975, 11921, 12232, 12884, 11995, 12380, 12839, 12488, 11530, 12358, 12668, 13395, 12889, 12132, 11613, 12144, 12817, 11063, 13134, 12454, 11346, 13056, 12609, 11518, 12960, 12594, 10560, 13191, 12706, 10636, 12464, 12895, 10637, 12704, 12544, 10666, 12614, 12599, 12217, 13106, 13248, 12091, 11641, 12810, 12224, 13434, 12601, 12489, 12242, 12764, 12281, 13678, 12824, 12633, 11759, 12623, 12746, 11383, 12052, 12778, 11711, 12901, 12876, 11068, 12860, 12329, 11433, 13255, 12692, 10806, 11681, 12564, 10520, 11808, 12669, 10691, 11285, 12703, 9980, 11440, 12579, 10284, 11102, 12528, 12375, 12475, 12787, 12428, 12560, 12898, 12894, 12013, 11994, 12802, 13358, 12813, 12504, 12191, 12842, 12859, 11653, 12132, 12527, 12282, 13154, 13054, 12221, 13004, 12811, 10997, 12727, 13108, 10439, 12817, 12658, 10090, 12262, 12431, 12158, 12020, 12757, 10406, 12230, 12982, 12455, 12024, 12443, 12893, 11519, 12383, 12651, 11147, 12319, 13036, 11416, 12939, 12608, 11532, 13294, 12685, 11281, 12733, 12710, 10813, 12514, 12961, 10504, 12329, 12476, 10271, 12200, 12629, 10409, 11988, 12532, 12191, 11679, 12595, 12329, 12208, 12778, 12388, 13122, 12407, 12790, 11257, 12030, 12984, 11321, 11903, 12972, 11630, 12839, 12868, 11564, 12865, 12919, 11144, 11949, 12947, 11503, 13203, 12734, 11283, 13280, 12695, 10753, 12857, 12775, 10630, 12694, 12747, 10875, 11760, 12752, 10285, 12521, 12743, 10684, 12528, 12610, 11955, 11946, 13113, 11806, 12036, 13121, 12201, 13741, 12631, 12592, 12235, 12429, 12675, 11727, 13092, 12642, 11136, 12832, 12497, 11389, 12935, 12877, 12031, 13272, 12949, 11798, 12878, 12763, 10360, 12412, 12615, 10127, 12401, 12626, 12194, 11558, 12770, 12493, 12461, 12920, 12004, 11253, 12883, 12408, 13391, 12360, 12617, 11930, 12449, 12899, 11757, 12259, 12893, 11470, 13162, 13110, 10758, 13156, 12906, 11350, 13025, 12921, 11181, 12320, 12800, 11086, 12897, 13005, 11397, 13042, 13135, 11388, 13223, 12984, 11772, 12970, 12785, 10727, 12062, 12961, 10634, 12301, 12804, 10446, 12043, 12730, 10012, 12303, 12689, 12619, 12894, 13316, 12746, 11515, 13036, 12988, 12804, 12987, 12838, 11394, 13010, 12878, 12740, 12654, 12659, 11648, 12068, 12837, 11705, 12128, 12706, 11626, 12426, 13070, 11662, 12759, 12618, 11991, 12896, 12948, 11523, 13473, 12833, 11393, 13065, 12690, 11766, 13024, 12939, 11599, 13402, 13002, 11784, 13144, 12675, 12395, 13266, 12821, 12021, 13363, 12816, 12315, 13158, 13103, 12296, 13443, 13003, 11871, 13158, 13251, 10822, 13044, 12891, 11895, 12860, 12795, 11956, 12600, 12686, 11607, 13553], 'WindowCenter': [3954.0, 3930.0, 3924.0, 3923.0, 3902.0, 3911.0, 3909.0, 3900.0, 3900.0, 3920.0, 3909.0, 3889.0, 3909.0, 3910.0, 3900.0, 3908.0, 3920.0, 3922.0, 3910.0, 3922.0, 3923.0, 3922.0, 3934.0, 3936.0, 3914.0, 3934.0, 3935.0, 3914.0, 3934.0, 3934.0, 3914.0, 3923.0, 3935.0, 3927.0, 3913.0, 3934.0, 3924.0, 3933.0, 3934.0, 3935.0, 3912.0, 3922.0, 3923.0, 3911.0, 3922.0, 3934.0, 3912.0, 3922.0, 3934.0, 3912.0, 3922.0, 3934.0, 3925.0, 3923.0, 3933.0, 3914.0, 3912.0, 3933.0, 3935.0, 3924.0, 3934.0, 3915.0, 3923.0, 3924.0, 3935.0, 3934.0, 3934.0, 3935.0, 3932.0, 3932.0, 3934.0, 3913.0, 3933.0, 3935.0, 3912.0, 3932.0, 3923.0, 3923.0, 3943.0, 3934.0, 3913.0, 3934.0, 3934.0, 3923.0, 3933.0, 3933.0, 3912.0, 3932.0, 3933.0, 3924.0, 3944.0, 3933.0, 3923.0, 3922.0, 3922.0, 3910.0, 3931.0, 3920.0, 3900.0, 3919.0, 3920.0, 3899.0, 3919.0, 3919.0, 3909.0, 3919.0, 3919.0, 3911.0, 3919.0, 3920.0, 3910.0, 3919.0, 3919.0, 3910.0, 3917.0, 3918.0, 3920.0, 3908.0, 3919.0, 3909.0, 3918.0, 3918.0, 3921.0, 3907.0, 3919.0, 3909.0, 3909.0, 3918.0, 3920.0, 3898.0, 3919.0, 3920.0, 3899.0, 3919.0, 3920.0, 3920.0, 3919.0, 3919.0, 3921.0, 3919.0, 3920.0, 3909.0, 3919.0, 3921.0, 3909.0, 3909.0, 3909.0, 3909.0, 3917.0, 3920.0, 3909.0, 3918.0, 3920.0, 3909.0, 3918.0, 3918.0, 3911.0, 3919.0, 3921.0, 3900.0, 3919.0, 3931.0, 3899.0, 3920.0, 3930.0, 3911.0, 3920.0, 3931.0, 3909.0, 3919.0, 3931.0, 3922.0, 3920.0, 3920.0, 3910.0, 3918.0, 3920.0, 3921.0, 3919.0, 3920.0, 3909.0, 3918.0, 3918.0, 3919.0, 3919.0, 3919.0, 3909.0, 3918.0, 3918.0, 3908.0, 3918.0, 3919.0, 3908.0, 3918.0, 3919.0, 3896.0, 3917.0, 3920.0, 3919.0, 3919.0, 3920.0, 3909.0, 3920.0, 3920.0, 3909.0, 3920.0, 3919.0, 3910.0, 3918.0, 3919.0, 3908.0, 3917.0, 3919.0, 3901.0, 3917.0, 3918.0, 3899.0, 3917.0, 3918.0, 3897.0, 3918.0, 3930.0, 3910.0, 3909.0, 3920.0, 3900.0, 3918.0, 3931.0, 3933.0, 3922.0, 3931.0, 3901.0, 3919.0, 3921.0, 3921.0, 3921.0, 3932.0, 3922.0, 3922.0, 3921.0, 3920.0, 3920.0, 3930.0, 3933.0, 3900.0, 3919.0, 3921.0, 3898.0, 3908.0, 3919.0, 3909.0, 3921.0, 3931.0, 3921.0, 3919.0, 3920.0, 3920.0, 3919.0, 3932.0, 3933.0, 3909.0, 3919.0, 3920.0, 3899.0, 3919.0, 3921.0, 3910.0, 3930.0, 3931.0, 3902.0, 3920.0, 3932.0, 3910.0, 3921.0, 3932.0, 3911.0, 3920.0, 3932.0, 3922.0, 3909.0, 3930.0, 3933.0, 3921.0, 3920.0, 3922.0, 3920.0, 3920.0, 3921.0, 3909.0, 3931.0, 3934.0, 3921.0, 3920.0, 3920.0, 3911.0, 3919.0, 3931.0, 3913.0, 3921.0, 3922.0, 3912.0, 3921.0, 3933.0, 3935.0, 3934.0, 3933.0, 3934.0, 3922.0, 3933.0, 3933.0, 3922.0, 3931.0, 3934.0, 3922.0, 3932.0, 3923.0, 3921.0, 3934.0, 3932.0, 3921.0, 3922.0, 3932.0, 3920.0, 3919.0, 3922.0, 3932.0, 3930.0, 3933.0, 3910.0, 3931.0, 3932.0, 3921.0, 3930.0, 3932.0, 3912.0, 3920.0, 3921.0, 3911.0, 3920.0, 3932.0, 3923.0, 3909.0, 3921.0, 3900.0, 3918.0, 3920.0, 3910.0, 3921.0, 3920.0, 3921.0, 3920.0, 3920.0, 3911.0, 3909.0, 3918.0, 3920.0, 3909.0, 3920.0, 3933.0, 3909.0, 3920.0, 3920.0, 3909.0, 3930.0, 3920.0, 3922.0, 3929.0, 3920.0, 3898.0, 3918.0, 3922.0, 3911.0, 3920.0, 3921.0, 3910.0, 3918.0, 3919.0, 3922.0, 3920.0, 3918.0, 3920.0, 3919.0, 3920.0, 3921.0, 3910.0, 3931.0, 3931.0, 3910.0, 3931.0, 3933.0, 3911.0, 3919.0, 3932.0, 3913.0, 3920.0, 3932.0, 3900.0, 3930.0, 3932.0, 3913.0, 3921.0, 3932.0, 3923.0, 3922.0, 3931.0, 3923.0, 3931.0, 3920.0, 3933.0, 3922.0, 3920.0, 3920.0, 3921.0, 3920.0, 3921.0, 3920.0, 3932.0, 3931.0, 3912.0, 3931.0, 3920.0, 3909.0, 3930.0, 3920.0, 3920.0, 3919.0, 3919.0, 3908.0, 3919.0, 3920.0, 3921.0, 3919.0, 3919.0, 3909.0, 3928.0, 3921.0, 3910.0, 3930.0, 3930.0, 3901.0, 3920.0, 3931.0, 3911.0, 3909.0, 3932.0, 3932.0, 3920.0, 3920.0, 3921.0, 3909.0, 3930.0, 3921.0, 3932.0, 3932.0, 3921.0, 3920.0, 3920.0, 3920.0, 3909.0, 3932.0, 3933.0, 3921.0, 3929.0, 3920.0, 3908.0, 3929.0, 3930.0, 3911.0, 3930.0, 3919.0, 3900.0, 3919.0, 3931.0, 3911.0, 3909.0, 3930.0, 3921.0, 3920.0, 3920.0, 3921.0, 3918.0, 3920.0, 3933.0, 3921.0, 3920.0, 3931.0, 3930.0, 3930.0, 3923.0, 3920.0, 3932.0, 3932.0, 3912.0, 3931.0, 3932.0, 3909.0, 3919.0, 3921.0, 3921.0, 3932.0, 3932.0, 3911.0, 3931.0, 3931.0, 3910.0, 3933.0, 3945.0, 3911.0, 3931.0, 3933.0, 3911.0, 3920.0, 3930.0, 3932.0, 3933.0, 3931.0, 3933.0, 3919.0, 3932.0, 3932.0, 3932.0, 3933.0, 3933.0, 3921.0, 3932.0, 3922.0, 3930.0, 3932.0, 3934.0, 3922.0, 3931.0, 3932.0, 3921.0, 3932.0, 3934.0, 3923.0, 3934.0, 3933.0, 3923.0, 3931.0, 3933.0, 3920.0, 3930.0, 3933.0, 3911.0, 3919.0, 3931.0, 3911.0, 3918.0, 3932.0, 3924.0, 3921.0, 3933.0, 3912.0, 3920.0, 3931.0, 3912.0, 3920.0, 3932.0, 3935.0, 3922.0, 3931.0, 3934.0, 3921.0, 3932.0, 3944.0, 3933.0, 3922.0, 3932.0, 3933.0, 3932.0, 3933.0, 3922.0, 3933.0, 3932.0, 3921.0, 3920.0, 3931.0, 3921.0, 3930.0, 3932.0, 3920.0, 3920.0, 3920.0, 3909.0, 3919.0, 3930.0, 3910.0, 3919.0, 3930.0, 3898.0, 3919.0, 3930.0, 3922.0, 3918.0, 3920.0, 3911.0, 3918.0, 3931.0, 3931.0, 3921.0, 3932.0, 3931.0, 3921.0, 3931.0, 3934.0, 3920.0, 3933.0, 3945.0, 3921.0, 3932.0, 3932.0, 3908.0, 3929.0, 3932.0, 3911.0, 3932.0, 3931.0, 3910.0, 3920.0, 3931.0, 3910.0, 3919.0, 3931.0, 3912.0, 3920.0, 3932.0, 3910.0, 3918.0, 3932.0, 3922.0, 3920.0, 3931.0, 3933.0, 3921.0, 3932.0, 3931.0, 3931.0, 3931.0, 3933.0, 3922.0, 3931.0, 3931.0, 3911.0, 3922.0, 3943.0, 3921.0, 3933.0, 3934.0, 3921.0, 3930.0, 3932.0, 3922.0, 3922.0, 3933.0, 3920.0, 3929.0, 3932.0, 3909.0, 3930.0, 3930.0, 3923.0, 3931.0, 3932.0, 3910.0, 3932.0, 3933.0, 3922.0, 3921.0, 3934.0, 3913.0, 3922.0, 3933.0, 3911.0, 3921.0, 3922.0, 3923.0, 3920.0, 3932.0, 3922.0, 3919.0, 3929.0, 3922.0, 3931.0, 3921.0, 3933.0, 3921.0, 3919.0, 3921.0, 3909.0, 3932.0, 3932.0, 3909.0, 3919.0, 3919.0, 3909.0, 3918.0, 3931.0, 3920.0, 3930.0, 3931.0, 3920.0, 3918.0, 3930.0, 3901.0, 3930.0, 3932.0, 3911.0, 3919.0, 3920.0, 3921.0, 3907.0, 3929.0, 3933.0, 3920.0, 3931.0, 3920.0, 3908.0, 3931.0, 3932.0, 3930.0, 3932.0, 3933.0, 3920.0, 3922.0, 3932.0, 3921.0, 3920.0, 3932.0, 3922.0, 3932.0, 3931.0, 3911.0, 3931.0, 3932.0, 3912.0, 3929.0, 3932.0, 3911.0, 3919.0, 3920.0, 3910.0, 3919.0, 3932.0, 3921.0, 3931.0, 3932.0, 3922.0, 3931.0, 3932.0, 3922.0, 3930.0, 3932.0, 3911.0, 3919.0, 3931.0, 3899.0, 3920.0, 3931.0, 3911.0, 3919.0, 3930.0, 3900.0, 3918.0, 3919.0, 3920.0, 3920.0, 3932.0, 3932.0, 3912.0, 3931.0, 3932.0, 3920.0, 3931.0, 3933.0, 3921.0, 3932.0, 3932.0, 3932.0, 3932.0, 3933.0, 3923.0, 3922.0, 3933.0, 3922.0, 3921.0, 3931.0, 3920.0, 3932.0, 3933.0, 3922.0, 3932.0, 3931.0, 3911.0, 3933.0, 3944.0, 3922.0, 3932.0, 3932.0, 3910.0, 3929.0, 3930.0, 3922.0, 3931.0, 3932.0, 3921.0, 3930.0, 3932.0, 3920.0, 3930.0, 3932.0, 3923.0, 3931.0, 3932.0, 3919.0, 3929.0, 3933.0, 3921.0, 3919.0, 3933.0, 3920.0, 3918.0, 3920.0, 3920.0, 3932.0, 3930.0, 3909.0, 3919.0, 3920.0, 3909.0, 3919.0, 3931.0, 3921.0, 3919.0, 3921.0, 3908.0, 3929.0], 'WindowWidth': [8832.0, 8791.0, 8772.0, 8766.0, 8736.0, 8746.0, 8738.0, 8728.0, 8730.0, 8755.0, 8740.0, 8714.0, 8738.0, 8743.0, 8730.0, 8737.0, 8757.0, 8764.0, 8745.0, 8763.0, 8767.0, 8762.0, 8781.0, 8790.0, 8757.0, 8781.0, 8787.0, 8756.0, 8780.0, 8784.0, 8758.0, 8768.0, 8784.0, 8777.0, 8754.0, 8781.0, 8770.0, 8781.0, 8783.0, 8786.0, 8750.0, 8763.0, 8765.0, 8746.0, 8762.0, 8781.0, 8751.0, 8761.0, 8782.0, 8750.0, 8762.0, 8781.0, 8773.0, 8765.0, 8779.0, 8755.0, 8750.0, 8779.0, 8786.0, 8771.0, 8783.0, 8759.0, 8766.0, 8769.0, 8787.0, 8786.0, 8782.0, 8786.0, 8779.0, 8778.0, 8782.0, 8753.0, 8780.0, 8787.0, 8751.0, 8776.0, 8767.0, 8767.0, 8795.0, 8783.0, 8753.0, 8779.0, 8781.0, 8769.0, 8778.0, 8780.0, 8751.0, 8776.0, 8781.0, 8773.0, 8800.0, 8780.0, 8768.0, 8764.0, 8762.0, 8747.0, 8773.0, 8757.0, 8731.0, 8751.0, 8755.0, 8728.0, 8757.0, 8753.0, 8742.0, 8755.0, 8754.0, 8745.0, 8753.0, 8756.0, 8744.0, 8753.0, 8753.0, 8746.0, 8750.0, 8751.0, 8757.0, 8738.0, 8753.0, 8742.0, 8750.0, 8751.0, 8760.0, 8735.0, 8752.0, 8741.0, 8742.0, 8750.0, 8757.0, 8724.0, 8752.0, 8755.0, 8725.0, 8752.0, 8756.0, 8756.0, 8753.0, 8754.0, 8759.0, 8751.0, 8758.0, 8744.0, 8752.0, 8759.0, 8740.0, 8737.0, 8738.0, 8738.0, 8746.0, 8755.0, 8740.0, 8748.0, 8755.0, 8740.0, 8751.0, 8752.0, 8748.0, 8753.0, 8760.0, 8730.0, 8754.0, 8773.0, 8729.0, 8756.0, 8772.0, 8747.0, 8756.0, 8773.0, 8744.0, 8756.0, 8774.0, 8763.0, 8755.0, 8756.0, 8743.0, 8751.0, 8756.0, 8760.0, 8753.0, 8756.0, 8740.0, 8751.0, 8753.0, 8756.0, 8753.0, 8753.0, 8740.0, 8749.0, 8751.0, 8737.0, 8749.0, 8752.0, 8738.0, 8747.0, 8752.0, 8720.0, 8747.0, 8756.0, 8756.0, 8751.0, 8757.0, 8743.0, 8754.0, 8756.0, 8742.0, 8757.0, 8753.0, 8744.0, 8749.0, 8752.0, 8738.0, 8747.0, 8754.0, 8733.0, 8749.0, 8750.0, 8726.0, 8746.0, 8750.0, 8724.0, 8751.0, 8769.0, 8744.0, 8741.0, 8757.0, 8731.0, 8752.0, 8774.0, 8783.0, 8765.0, 8774.0, 8734.0, 8754.0, 8759.0, 8762.0, 8762.0, 8776.0, 8762.0, 8764.0, 8758.0, 8759.0, 8758.0, 8772.0, 8780.0, 8731.0, 8752.0, 8758.0, 8725.0, 8735.0, 8754.0, 8743.0, 8764.0, 8771.0, 8759.0, 8755.0, 8757.0, 8756.0, 8754.0, 8777.0, 8782.0, 8742.0, 8753.0, 8757.0, 8727.0, 8753.0, 8759.0, 8745.0, 8773.0, 8774.0, 8737.0, 8757.0, 8776.0, 8746.0, 8761.0, 8777.0, 8751.0, 8758.0, 8775.0, 8764.0, 8742.0, 8771.0, 8780.0, 8763.0, 8758.0, 8763.0, 8757.0, 8758.0, 8761.0, 8742.0, 8776.0, 8782.0, 8761.0, 8757.0, 8759.0, 8749.0, 8754.0, 8775.0, 8754.0, 8760.0, 8763.0, 8753.0, 8759.0, 8779.0, 8786.0, 8785.0, 8780.0, 8785.0, 8765.0, 8778.0, 8781.0, 8766.0, 8774.0, 8781.0, 8765.0, 8775.0, 8766.0, 8762.0, 8783.0, 8778.0, 8761.0, 8762.0, 8778.0, 8757.0, 8756.0, 8762.0, 8780.0, 8770.0, 8780.0, 8745.0, 8773.0, 8777.0, 8763.0, 8771.0, 8778.0, 8752.0, 8758.0, 8761.0, 8748.0, 8757.0, 8776.0, 8768.0, 8742.0, 8760.0, 8733.0, 8751.0, 8755.0, 8745.0, 8761.0, 8758.0, 8760.0, 8758.0, 8758.0, 8747.0, 8740.0, 8750.0, 8757.0, 8743.0, 8755.0, 8778.0, 8740.0, 8756.0, 8758.0, 8742.0, 8772.0, 8758.0, 8763.0, 8767.0, 8758.0, 8727.0, 8752.0, 8762.0, 8748.0, 8756.0, 8758.0, 8744.0, 8753.0, 8753.0, 8765.0, 8759.0, 8752.0, 8757.0, 8753.0, 8756.0, 8760.0, 8743.0, 8774.0, 8774.0, 8745.0, 8772.0, 8778.0, 8747.0, 8753.0, 8778.0, 8756.0, 8757.0, 8776.0, 8733.0, 8770.0, 8776.0, 8753.0, 8761.0, 8776.0, 8767.0, 8763.0, 8775.0, 8766.0, 8776.0, 8758.0, 8780.0, 8764.0, 8757.0, 8759.0, 8759.0, 8758.0, 8762.0, 8758.0, 8775.0, 8773.0, 8750.0, 8772.0, 8758.0, 8742.0, 8771.0, 8759.0, 8757.0, 8753.0, 8754.0, 8739.0, 8752.0, 8758.0, 8760.0, 8752.0, 8755.0, 8742.0, 8765.0, 8760.0, 8746.0, 8771.0, 8771.0, 8734.0, 8756.0, 8772.0, 8749.0, 8742.0, 8776.0, 8777.0, 8757.0, 8757.0, 8761.0, 8740.0, 8769.0, 8761.0, 8780.0, 8775.0, 8761.0, 8758.0, 8757.0, 8758.0, 8741.0, 8774.0, 8777.0, 8759.0, 8768.0, 8756.0, 8740.0, 8767.0, 8770.0, 8746.0, 8771.0, 8756.0, 8733.0, 8754.0, 8773.0, 8748.0, 8743.0, 8770.0, 8761.0, 8757.0, 8757.0, 8760.0, 8754.0, 8757.0, 8780.0, 8762.0, 8757.0, 8776.0, 8772.0, 8771.0, 8765.0, 8758.0, 8777.0, 8776.0, 8749.0, 8773.0, 8776.0, 8741.0, 8753.0, 8759.0, 8762.0, 8776.0, 8776.0, 8748.0, 8772.0, 8775.0, 8747.0, 8777.0, 8798.0, 8749.0, 8774.0, 8778.0, 8748.0, 8757.0, 8771.0, 8780.0, 8781.0, 8773.0, 8779.0, 8756.0, 8776.0, 8777.0, 8779.0, 8781.0, 8780.0, 8760.0, 8775.0, 8763.0, 8771.0, 8776.0, 8783.0, 8766.0, 8775.0, 8777.0, 8761.0, 8775.0, 8781.0, 8765.0, 8781.0, 8779.0, 8765.0, 8774.0, 8779.0, 8760.0, 8772.0, 8780.0, 8749.0, 8755.0, 8774.0, 8747.0, 8752.0, 8777.0, 8774.0, 8764.0, 8780.0, 8750.0, 8756.0, 8773.0, 8750.0, 8758.0, 8776.0, 8783.0, 8763.0, 8775.0, 8782.0, 8762.0, 8776.0, 8796.0, 8780.0, 8763.0, 8778.0, 8778.0, 8777.0, 8780.0, 8766.0, 8778.0, 8777.0, 8761.0, 8758.0, 8774.0, 8762.0, 8772.0, 8775.0, 8759.0, 8755.0, 8756.0, 8740.0, 8753.0, 8769.0, 8743.0, 8754.0, 8769.0, 8726.0, 8752.0, 8771.0, 8762.0, 8754.0, 8756.0, 8746.0, 8752.0, 8771.0, 8775.0, 8764.0, 8776.0, 8775.0, 8761.0, 8774.0, 8784.0, 8759.0, 8781.0, 8798.0, 8763.0, 8774.0, 8777.0, 8741.0, 8768.0, 8774.0, 8747.0, 8774.0, 8774.0, 8745.0, 8756.0, 8775.0, 8746.0, 8752.0, 8773.0, 8751.0, 8757.0, 8774.0, 8745.0, 8752.0, 8775.0, 8764.0, 8761.0, 8774.0, 8779.0, 8762.0, 8775.0, 8776.0, 8775.0, 8775.0, 8779.0, 8762.0, 8774.0, 8776.0, 8747.0, 8764.0, 8793.0, 8760.0, 8777.0, 8781.0, 8760.0, 8770.0, 8775.0, 8765.0, 8764.0, 8778.0, 8759.0, 8767.0, 8776.0, 8743.0, 8769.0, 8772.0, 8769.0, 8772.0, 8774.0, 8746.0, 8774.0, 8780.0, 8766.0, 8762.0, 8781.0, 8753.0, 8762.0, 8777.0, 8749.0, 8758.0, 8762.0, 8766.0, 8760.0, 8775.0, 8764.0, 8754.0, 8767.0, 8762.0, 8775.0, 8761.0, 8780.0, 8759.0, 8754.0, 8758.0, 8740.0, 8774.0, 8774.0, 8740.0, 8754.0, 8754.0, 8739.0, 8752.0, 8774.0, 8756.0, 8769.0, 8771.0, 8755.0, 8750.0, 8769.0, 8733.0, 8772.0, 8777.0, 8747.0, 8754.0, 8758.0, 8761.0, 8737.0, 8768.0, 8780.0, 8760.0, 8772.0, 8759.0, 8739.0, 8772.0, 8777.0, 8772.0, 8776.0, 8780.0, 8757.0, 8761.0, 8775.0, 8759.0, 8758.0, 8775.0, 8763.0, 8777.0, 8774.0, 8747.0, 8772.0, 8775.0, 8749.0, 8767.0, 8778.0, 8748.0, 8753.0, 8757.0, 8744.0, 8753.0, 8774.0, 8762.0, 8774.0, 8775.0, 8763.0, 8771.0, 8774.0, 8762.0, 8771.0, 8777.0, 8746.0, 8754.0, 8771.0, 8729.0, 8753.0, 8773.0, 8749.0, 8756.0, 8770.0, 8732.0, 8751.0, 8753.0, 8758.0, 8759.0, 8775.0, 8776.0, 8748.0, 8772.0, 8777.0, 8758.0, 8772.0, 8780.0, 8761.0, 8775.0, 8777.0, 8775.0, 8776.0, 8779.0, 8766.0, 8764.0, 8777.0, 8764.0, 8760.0, 8775.0, 8757.0, 8777.0, 8780.0, 8763.0, 8775.0, 8775.0, 8746.0, 8777.0, 8798.0, 8763.0, 8773.0, 8777.0, 8744.0, 8767.0, 8771.0, 8763.0, 8772.0, 8776.0, 8759.0, 8770.0, 8774.0, 8759.0, 8770.0, 8776.0, 8765.0, 8771.0, 8774.0, 8755.0, 8767.0, 8778.0, 8761.0, 8752.0, 8778.0, 8757.0, 8751.0, 8757.0, 8759.0, 8775.0, 8769.0, 8740.0, 8753.0, 8756.0, 8741.0, 8756.0, 8773.0, 8758.0, 8754.0, 8759.0, 8739.0, 8765.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.0010934569377990429</td></tr>
<tr><td colspan=3>aqi</td><td>0.021508373444976074</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.52179504211976</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1936081093532924</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0012622479401196</td></tr>
<tr><td colspan=3>efc</td><td>0.4663</td></tr>
<tr><td colspan=3>fber</td><td>5844.0088</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08625386504630816</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.1961722488038278</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6145386160085677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.573253120467047</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8711516588191377</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.399211068739519</td></tr>
<tr><td colspan=3>gcor</td><td>0.00367962</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01471046544611454</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019878782331943512</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.3455767295637044</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.0797</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.817</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.5928</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304226.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>831.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.2672</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4019</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>530.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3046.435</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3319.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72318.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.0493</td></tr>
<tr><td colspan=3>tsnr</td><td>39.49272423423827</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>