<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-02/func/sub-0050_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>54e0b7e5db5a7374fa3b85473002a628</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>17:36:31.472500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998513, 0.0472407, -0.0271945, -0.0493595, 0.995294, -0.0833908]</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.0885354</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>[4141, -7749, -7273, 602, -88, -174, 17, 77]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>241.463</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3672ebd6-41dc-41c6-a6a2-b832da26f76a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678938150405884, -0.13242802023887634, -0.06244304031133652, 112.8624038696289], [-0.1267433762550354, 2.670300245285034, -0.22844454646110535, -84.28861999511719], [-0.07296079397201538, 0.22373132407665253, 2.689593553543091, -67.32284545898438], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 839]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'AcquisitionTime': ['173631.472500', '173631.932500', '173632.392500', '173632.852500', '173633.312500', '173633.772500', '173634.232500', '173634.692500', '173635.152500', '173635.612500', '173636.072500', '173636.532500', '173636.992500', '173637.452500', '173637.912500', '173638.372500', '173638.832500', '173639.292500', '173639.752500', '173640.212500', '173640.672500', '173641.132500', '173641.592500', '173642.052500', '173642.512500', '173642.972500', '173643.432500', '173643.892500', '173644.352500', '173644.812500', '173645.272500', '173645.732500', '173646.192500', '173646.652500', '173647.112500', '173647.572500', '173648.032500', '173648.492500', '173648.952500', '173649.412500', '173649.872500', '173650.332500', '173650.792500', '173651.252500', '173651.712500', '173652.172500', '173652.632500', '173653.092500', '173653.552500', '173654.012500', '173654.472500', '173654.932500', '173655.392500', '173655.852500', '173656.312500', '173656.772500', '173657.232500', '173657.692500', '173658.152500', '173658.612500', '173659.072500', '173659.532500', '173659.992500', '173700.452500', '173700.912500', '173701.372500', '173701.832500', '173702.292500', '173702.752500', '173703.212500', '173703.672500', '173704.132500', '173704.592500', '173705.052500', '173705.512500', '173705.972500', '173706.432500', '173706.892500', '173707.352500', '173707.812500', '173708.272500', '173708.732500', '173709.192500', '173709.652500', '173710.112500', '173710.572500', '173711.032500', '173711.492500', '173711.952500', '173712.412500', '173712.872500', '173713.332500', '173713.792500', '173714.252500', '173714.712500', '173715.172500', '173715.632500', '173716.092500', '173716.552500', '173717.012500', '173717.472500', '173717.932500', '173718.392500', '173718.852500', '173719.312500', '173719.772500', '173720.232500', '173720.692500', '173721.152500', '173721.612500', '173722.072500', '173722.532500', '173722.992500', '173723.452500', '173723.912500', '173724.372500', '173724.832500', '173725.292500', '173725.752500', '173726.212500', '173726.672500', '173727.132500', '173727.592500', '173728.052500', '173728.512500', '173728.972500', '173729.432500', '173729.892500', '173730.352500', '173730.812500', '173731.272500', '173731.732500', '173732.192500', '173732.652500', '173733.112500', '173733.572500', '173734.032500', '173734.492500', '173734.952500', '173735.412500', '173735.872500', '173736.332500', '173736.792500', '173737.252500', '173737.712500', '173738.172500', '173738.632500', '173739.092500', '173739.552500', '173740.012500', '173740.472500', '173740.932500', '173741.392500', '173741.852500', '173742.312500', '173742.772500', '173743.232500', '173743.692500', '173744.152500', '173744.612500', '173745.072500', '173745.532500', '173745.992500', '173746.452500', '173746.912500', '173747.372500', '173747.832500', '173748.292500', '173748.752500', '173749.212500', '173749.672500', '173750.132500', '173750.592500', '173751.052500', '173751.512500', '173751.972500', '173752.432500', '173752.892500', '173753.352500', '173753.812500', '173754.272500', '173754.732500', '173755.192500', '173755.652500', '173756.112500', '173756.572500', '173757.032500', '173757.492500', '173757.952500', '173758.412500', '173758.872500', '173759.332500', '173759.792500', '173800.252500', '173800.712500', '173801.172500', '173801.632500', '173802.092500', '173802.552500', '173803.012500', '173803.472500', '173803.932500', '173804.392500', '173804.852500', '173805.312500', '173805.772500', '173806.232500', '173806.692500', '173807.152500', '173807.612500', '173808.072500', '173808.532500', '173808.992500', '173809.452500', '173809.912500', '173810.372500', '173810.832500', '173811.292500', '173811.752500', '173812.212500', '173812.672500', '173813.132500', '173813.592500', '173814.052500', '173814.512500', '173814.972500', '173815.432500', '173815.892500', '173816.352500', '173816.812500', '173817.272500', '173817.732500', '173818.192500', '173818.652500', '173819.112500', '173819.572500', '173820.032500', '173820.492500', '173820.952500', '173821.412500', '173821.872500', '173822.332500', '173822.792500', '173823.252500', '173823.712500', '173824.172500', '173824.632500', '173825.092500', '173825.552500', '173826.012500', '173826.472500', '173826.932500', '173827.392500', '173827.852500', '173828.312500', '173828.772500', '173829.232500', '173829.692500', '173830.152500', '173830.612500', '173831.072500', '173831.532500', '173831.992500', '173832.452500', '173832.912500', '173833.372500', '173833.832500', '173834.292500', '173834.752500', '173835.212500', '173835.672500', '173836.132500', '173836.592500', '173837.052500', '173837.512500', '173837.972500', '173838.432500', '173838.892500', '173839.352500', '173839.812500', '173840.272500', '173840.732500', '173841.192500', '173841.652500', '173842.112500', '173842.572500', '173843.032500', '173843.492500', '173843.952500', '173844.412500', '173844.872500', '173845.332500', '173845.792500', '173846.252500', '173846.712500', '173847.172500', '173847.632500', '173848.092500', '173848.552500', '173849.012500', '173849.472500', '173849.932500', '173850.392500', '173850.852500', '173851.312500', '173851.772500', '173852.232500', '173852.692500', '173853.152500', '173853.612500', '173854.072500', '173854.532500', '173854.992500', '173855.452500', '173855.912500', '173856.372500', '173856.832500', '173857.292500', '173857.752500', '173858.212500', '173858.672500', '173859.132500', '173859.592500', '173900.052500', '173900.512500', '173900.972500', '173901.432500', '173901.892500', '173902.352500', '173902.812500', '173903.272500', '173903.732500', '173904.192500', '173904.652500', '173905.112500', '173905.572500', '173906.032500', '173906.492500', '173906.952500', '173907.412500', '173907.872500', '173908.332500', '173908.792500', '173909.252500', '173909.712500', '173910.172500', '173910.632500', '173911.092500', '173911.552500', '173912.012500', '173912.472500', '173912.932500', '173913.392500', '173913.852500', '173914.312500', '173914.772500', '173915.232500', '173915.692500', '173916.152500', '173916.612500', '173917.072500', '173917.532500', '173917.992500', '173918.452500', '173918.912500', '173919.372500', '173919.832500', '173920.292500', '173920.752500', '173921.212500', '173921.672500', '173922.132500', '173922.592500', '173923.052500', '173923.512500', '173923.972500', '173924.432500', '173924.892500', '173925.352500', '173925.812500', '173926.272500', '173926.732500', '173927.192500', '173927.652500', '173928.112500', '173928.572500', '173929.032500', '173929.492500', '173929.952500', '173930.412500', '173930.872500', '173931.332500', '173931.792500', '173932.252500', '173932.712500', '173933.172500', '173933.632500', '173934.092500', '173934.552500', '173935.012500', '173935.472500', '173935.932500', '173936.392500', '173936.852500', '173937.312500', '173937.772500', '173938.232500', '173938.692500', '173939.152500', '173939.612500', '173940.072500', '173940.532500', '173940.992500', '173941.452500', '173941.912500', '173942.372500', '173942.832500', '173943.292500', '173943.752500', '173944.212500', '173944.672500', '173945.132500', '173945.592500', '173946.052500', '173946.512500', '173946.972500', '173947.432500', '173947.892500', '173948.352500', '173948.812500', '173949.272500', '173949.732500', '173950.192500', '173950.652500', '173951.112500', '173951.572500', '173952.032500', '173952.492500', '173952.952500', '173953.412500', '173953.872500', '173954.332500', '173954.792500', '173955.252500', '173955.712500', '173956.172500', '173956.632500', '173957.092500', '173957.552500', '173958.012500', '173958.472500', '173958.932500', '173959.392500', '173959.852500', '174000.312500', '174000.772500', '174001.232500', '174001.692500', '174002.152500', '174002.612500', '174003.072500', '174003.532500', '174003.992500', '174004.452500', '174004.912500', '174005.372500', '174005.832500', '174006.292500', '174006.752500', '174007.212500', '174007.672500', '174008.132500', '174008.592500', '174009.052500', '174009.512500', '174009.972500', '174010.432500', '174010.892500', '174011.352500', '174011.812500', '174012.272500', '174012.732500', '174013.192500', '174013.652500', '174014.112500', '174014.572500', '174015.032500', '174015.492500', '174015.952500', '174016.412500', '174016.872500', '174017.332500', '174017.792500', '174018.252500', '174018.712500', '174019.172500', '174019.632500', '174020.092500', '174020.552500', '174021.012500', '174021.472500', '174021.932500', '174022.392500', '174022.852500', '174023.312500', '174023.772500', '174024.232500', '174024.692500', '174025.152500', '174025.612500', '174026.072500', '174026.532500', '174026.992500', '174027.452500', '174027.912500', '174028.372500', '174028.832500', '174029.292500', '174029.752500', '174030.212500', '174030.672500', '174031.132500', '174031.592500', '174032.052500', '174032.512500', '174032.972500', '174033.432500', '174033.892500', '174034.352500', '174034.812500', '174035.272500', '174035.732500', '174036.192500', '174036.652500', '174037.112500', '174037.572500', '174038.032500', '174038.492500', '174038.952500', '174039.412500', '174039.872500', '174040.332500', '174040.792500', '174041.252500', '174041.712500', '174042.172500', '174042.632500', '174043.092500', '174043.552500', '174044.012500', '174044.472500', '174044.932500', '174045.392500', '174045.852500', '174046.312500', '174046.772500', '174047.232500', '174047.692500', '174048.152500', '174048.612500', '174049.072500', '174049.532500', '174049.992500', '174050.452500', '174050.912500', '174051.372500', '174051.832500', '174052.292500', '174052.752500', '174053.212500', '174053.672500', '174054.132500', '174054.592500', '174055.052500', '174055.512500', '174055.972500', '174056.432500', '174056.892500', '174057.352500', '174057.812500', '174058.272500', '174058.732500', '174059.192500', '174059.652500', '174100.112500', '174100.572500', '174101.032500', '174101.492500', '174101.952500', '174102.412500', '174102.872500', '174103.332500', '174103.792500', '174104.252500', '174104.712500', '174105.172500', '174105.632500', '174106.092500', '174106.552500', '174107.012500', '174107.472500', '174107.932500', '174108.392500', '174108.852500', '174109.312500', '174109.772500', '174110.232500', '174110.692500', '174111.152500', '174111.612500', '174112.072500', '174112.532500', '174112.992500', '174113.452500', '174113.912500', '174114.372500', '174114.832500', '174115.292500', '174115.752500', '174116.212500', '174116.672500', '174117.132500', '174117.592500', '174118.052500', '174118.512500', '174118.972500', '174119.432500', '174119.892500', '174120.352500', '174120.812500', '174121.272500', '174121.732500', '174122.192500', '174122.652500', '174123.112500', '174123.572500', '174124.032500', '174124.492500', '174124.952500', '174125.412500', '174125.872500', '174126.332500', '174126.792500', '174127.252500', '174127.712500', '174128.172500', '174128.632500', '174129.092500', '174129.552500', '174130.012500', '174130.472500', '174130.932500', '174131.392500', '174131.852500', '174132.312500', '174132.772500', '174133.232500', '174133.692500', '174134.152500', '174134.612500', '174135.072500', '174135.532500', '174135.992500', '174136.452500', '174136.912500', '174137.372500', '174137.832500', '174138.292500', '174138.752500', '174139.212500', '174139.672500', '174140.132500', '174140.592500', '174141.052500', '174141.512500', '174141.972500', '174142.432500', '174142.892500', '174143.352500', '174143.812500', '174144.272500', '174144.732500', '174145.192500', '174145.652500', '174146.112500', '174146.572500', '174147.032500', '174147.492500', '174147.952500', '174148.412500', '174148.872500', '174149.332500', '174149.792500', '174150.252500', '174150.712500', '174151.172500', '174151.632500', '174152.092500', '174152.552500', '174153.012500', '174153.472500', '174153.932500', '174154.392500', '174154.852500', '174155.312500', '174155.772500', '174156.232500', '174156.692500', '174157.152500', '174157.612500', '174158.072500', '174158.532500', '174158.992500', '174159.452500', '174159.912500', '174200.372500', '174200.832500', '174201.292500', '174201.752500', '174202.212500', '174202.672500', '174203.132500', '174203.592500', '174204.052500', '174204.512500', '174204.972500', '174205.432500', '174205.892500', '174206.352500', '174206.812500', '174207.272500', '174207.732500', '174208.192500', '174208.652500', '174209.112500', '174209.572500', '174210.032500', '174210.492500', '174210.952500', '174211.412500', '174211.872500', '174212.332500', '174212.792500', '174213.252500', '174213.712500', '174214.172500', '174214.632500', '174215.092500', '174215.552500', '174216.012500', '174216.472500', '174216.932500', '174217.392500', '174217.852500', '174218.312500', '174218.772500', '174219.232500', '174219.692500', '174220.152500', '174220.612500', '174221.072500', '174221.532500', '174221.992500', '174222.452500', '174222.912500', '174223.372500', '174223.832500', '174224.292500', '174224.752500', '174225.212500', '174225.672500', '174226.132500', '174226.592500', '174227.052500', '174227.512500', '174227.972500', '174228.432500', '174228.892500', '174229.352500', '174229.812500', '174230.272500', '174230.732500', '174231.192500', '174231.652500', '174232.112500', '174232.572500', '174233.032500', '174233.492500', '174233.952500', '174234.412500', '174234.872500', '174235.332500', '174235.792500', '174236.252500', '174236.712500', '174237.172500', '174237.632500', '174238.092500', '174238.552500', '174239.012500', '174239.472500', '174239.932500', '174240.392500', '174240.852500', '174241.312500', '174241.772500', '174242.232500', '174242.692500', '174243.152500', '174243.612500', '174244.072500', '174244.532500', '174244.992500', '174245.452500', '174245.912500', '174246.372500', '174246.832500', '174247.292500', '174247.752500', '174248.212500', '174248.672500', '174249.132500', '174249.592500', '174250.052500', '174250.512500', '174250.972500', '174251.432500', '174251.892500', '174252.352500', '174252.812500', '174253.272500', '174253.732500', '174254.192500', '174254.652500', '174255.112500', '174255.572500', '174256.032500', '174256.492500', '174256.952500'], 'ContentTime': ['173654.628000', '173654.631000', '173654.634000', '173654.636000', '173654.639000', '173654.642000', '173654.644000', '173654.647000', '173654.650000', '173654.652000', '173654.655000', '173654.657000', '173654.660000', '173654.663000', '173654.665000', '173654.668000', '173654.670000', '173654.673000', '173654.675000', '173654.678000', '173654.681000', '173654.683000', '173654.686000', '173654.688000', '173654.691000', '173654.693000', '173654.696000', '173654.699000', '173654.701000', '173654.704000', '173654.706000', '173654.709000', '173654.712000', '173654.714000', '173654.717000', '173654.719000', '173654.722000', '173654.725000', '173654.727000', '173654.730000', '173654.732000', '173654.742000', '173654.745000', '173654.748000', '173654.750000', '173654.753000', '173654.756000', '173654.758000', '173714.600000', '173714.603000', '173714.606000', '173714.609000', '173714.612000', '173714.615000', '173714.617000', '173714.620000', '173714.623000', '173714.625000', '173714.628000', '173714.630000', '173714.633000', '173714.646000', '173714.648000', '173714.651000', '173714.653000', '173714.656000', '173714.658000', '173714.661000', '173714.665000', '173714.667000', '173714.670000', '173714.673000', '173714.675000', '173714.678000', '173714.680000', '173714.683000', '173714.685000', '173714.688000', '173714.691000', '173714.693000', '173714.696000', '173714.698000', '173714.701000', '173714.703000', '173714.706000', '173714.709000', '173714.711000', '173714.714000', '173714.717000', '173714.719000', '173714.723000', '173734.602000', '173734.604000', '173734.607000', '173734.610000', '173734.612000', '173734.615000', '173734.618000', '173734.620000', '173734.623000', '173734.626000', '173734.628000', '173734.631000', '173734.633000', '173734.636000', '173734.639000', '173734.641000', '173734.644000', '173734.647000', '173734.649000', '173734.656000', '173734.659000', '173734.662000', '173734.664000', '173734.667000', '173734.669000', '173734.672000', '173734.675000', '173734.677000', '173734.680000', '173734.683000', '173734.685000', '173734.688000', '173734.690000', '173734.693000', '173734.695000', '173734.698000', '173734.701000', '173734.703000', '173734.706000', '173734.708000', '173734.711000', '173734.713000', '173734.716000', '173734.719000', '173754.601000', '173754.604000', '173754.607000', '173754.609000', '173754.612000', '173754.615000', '173754.617000', '173754.620000', '173754.622000', '173754.625000', '173754.628000', '173754.630000', '173754.633000', '173754.635000', '173754.638000', '173754.641000', '173754.643000', '173754.646000', '173754.649000', '173754.651000', '173754.654000', '173754.657000', '173754.660000', '173754.662000', '173754.665000', '173754.668000', '173754.670000', '173754.673000', '173754.676000', '173754.680000', '173754.683000', '173754.686000', '173754.688000', '173754.691000', '173754.694000', '173754.696000', '173754.699000', '173754.702000', '173754.704000', '173754.707000', '173754.710000', '173754.712000', '173754.715000', '173814.601000', '173814.604000', '173814.607000', '173814.609000', '173814.612000', '173814.615000', '173814.617000', '173814.620000', '173814.622000', '173814.625000', '173814.628000', '173814.630000', '173814.633000', '173814.635000', '173814.638000', '173814.641000', '173814.644000', '173814.646000', '173814.649000', '173814.652000', '173814.654000', '173814.657000', '173814.660000', '173814.662000', '173814.665000', '173814.667000', '173814.670000', '173814.673000', '173814.675000', '173814.678000', '173814.681000', '173814.683000', '173814.686000', '173814.688000', '173814.691000', '173814.694000', '173814.696000', '173814.699000', '173814.702000', '173814.704000', '173814.707000', '173814.710000', '173814.712000', '173814.715000', '173834.602000', '173834.605000', '173834.607000', '173834.610000', '173834.613000', '173834.615000', '173834.618000', '173834.620000', '173834.623000', '173834.626000', '173834.628000', '173834.631000', '173834.633000', '173834.636000', '173834.639000', '173834.641000', '173834.644000', '173834.646000', '173834.688000', '173834.690000', '173834.693000', '173834.695000', '173834.698000', '173834.701000', '173834.705000', '173834.708000', '173834.711000', '173834.713000', '173834.716000', '173834.718000', '173834.721000', '173834.724000', '173834.727000', '173834.729000', '173834.732000', '173834.734000', '173834.737000', '173834.740000', '173834.742000', '173834.745000', '173834.748000', '173834.750000', '173834.753000', '173854.600000', '173854.603000', '173854.606000', '173854.608000', '173854.611000', '173854.614000', '173854.616000', '173854.619000', '173854.621000', '173854.624000', '173854.627000', '173854.629000', '173854.632000', '173854.634000', '173854.637000', '173854.640000', '173854.642000', '173854.645000', '173854.647000', '173854.650000', '173854.653000', '173854.655000', '173854.658000', '173854.660000', '173854.663000', '173854.666000', '173854.669000', '173854.671000', '173854.674000', '173854.677000', '173854.680000', '173854.682000', '173854.685000', '173854.688000', '173854.690000', '173854.693000', '173854.695000', '173854.698000', '173854.701000', '173854.703000', '173854.706000', '173854.708000', '173854.711000', '173854.714000', '173914.600000', '173914.603000', '173914.606000', '173914.608000', '173914.611000', '173914.614000', '173914.616000', '173914.619000', '173914.621000', '173914.624000', '173914.626000', '173914.629000', '173914.632000', '173914.634000', '173914.637000', '173914.639000', '173914.642000', '173914.645000', '173914.647000', '173914.650000', '173914.652000', '173914.655000', '173914.657000', '173914.660000', '173914.663000', '173914.665000', '173914.675000', '173914.678000', '173914.680000', '173914.683000', '173914.685000', '173914.688000', '173914.691000', '173914.693000', '173914.696000', '173914.698000', '173914.701000', '173914.703000', '173914.706000', '173914.709000', '173914.711000', '173914.714000', '173914.716000', '173934.602000', '173934.605000', '173934.607000', '173934.610000', '173934.612000', '173934.615000', '173934.618000', '173934.620000', '173934.623000', '173934.625000', '173934.628000', '173934.630000', '173934.633000', '173934.636000', '173934.638000', '173934.641000', '173934.643000', '173934.646000', '173934.649000', '173934.651000', '173934.654000', '173934.656000', '173934.659000', '173934.662000', '173934.664000', '173934.667000', '173934.670000', '173934.672000', '173934.675000', '173934.677000', '173934.680000', '173934.683000', '173934.685000', '173934.688000', '173934.690000', '173934.693000', '173934.696000', '173934.698000', '173934.701000', '173934.703000', '173934.706000', '173934.709000', '173934.711000', '173934.714000', '173954.601000', '173954.604000', '173954.607000', '173954.610000', '173954.612000', '173954.615000', '173954.617000', '173954.620000', '173954.623000', '173954.625000', '173954.628000', '173954.630000', '173954.633000', '173954.636000', '173954.638000', '173954.641000', '173954.643000', '173954.646000', '173954.649000', '173954.651000', '173954.654000', '173954.656000', '173954.659000', '173954.662000', '173954.664000', '173954.667000', '173954.669000', '173954.672000', '173954.675000', '173954.677000', '173954.680000', '173954.682000', '173954.685000', '173954.688000', '173954.690000', '173954.693000', '173954.695000', '173954.698000', '173954.701000', '173954.706000', '173954.709000', '173954.711000', '173954.714000', '174014.607000', '174014.610000', '174014.612000', '174014.615000', '174014.618000', '174014.620000', '174014.623000', '174014.625000', '174014.628000', '174014.630000', '174014.633000', '174014.636000', '174014.638000', '174014.641000', '174014.643000', '174014.646000', '174014.649000', '174014.651000', '174014.654000', '174014.656000', '174014.659000', '174014.661000', '174014.664000', '174014.667000', '174014.669000', '174014.672000', '174014.674000', '174014.677000', '174014.680000', '174014.682000', '174014.685000', '174014.687000', '174014.690000', '174014.693000', '174014.695000', '174014.698000', '174014.701000', '174014.703000', '174014.706000', '174014.708000', '174014.711000', '174014.714000', '174014.717000', '174014.719000', '174034.601000', '174034.604000', '174034.607000', '174034.609000', '174034.612000', '174034.615000', '174034.617000', '174034.620000', '174034.622000', '174034.625000', '174034.628000', '174034.630000', '174034.633000', '174034.635000', '174034.638000', '174034.640000', '174034.643000', '174034.646000', '174034.648000', '174034.651000', '174034.653000', '174034.656000', '174034.659000', '174034.661000', '174034.664000', '174034.666000', '174034.669000', '174034.672000', '174034.674000', '174034.677000', '174034.679000', '174034.682000', '174034.685000', '174034.687000', '174034.690000', '174034.692000', '174034.695000', '174034.698000', '174034.700000', '174034.703000', '174034.705000', '174034.708000', '174034.711000', '174054.602000', '174054.605000', '174054.607000', '174054.610000', '174054.612000', '174054.615000', '174054.618000', '174054.620000', '174054.623000', '174054.626000', '174054.628000', '174054.631000', '174054.634000', '174054.636000', '174054.639000', '174054.641000', '174054.644000', '174054.647000', '174054.649000', '174054.652000', '174054.654000', '174054.657000', '174054.659000', '174054.662000', '174054.665000', '174054.667000', '174054.670000', '174054.672000', '174054.675000', '174054.678000', '174054.680000', '174054.683000', '174054.685000', '174054.688000', '174054.690000', '174054.693000', '174054.696000', '174054.698000', '174054.701000', '174054.703000', '174054.706000', '174054.709000', '174054.711000', '174114.601000', '174114.603000', '174114.606000', '174114.609000', '174114.611000', '174114.614000', '174114.616000', '174114.619000', '174114.621000', '174114.624000', '174114.627000', '174114.629000', '174114.632000', '174114.635000', '174114.638000', '174114.640000', '174114.643000', '174114.645000', '174114.648000', '174114.650000', '174114.653000', '174114.656000', '174114.658000', '174114.661000', '174114.663000', '174114.666000', '174114.669000', '174114.671000', '174114.674000', '174114.677000', '174114.679000', '174114.682000', '174114.684000', '174114.687000', '174114.690000', '174114.692000', '174114.695000', '174114.697000', '174114.700000', '174114.702000', '174114.705000', '174114.708000', '174114.710000', '174114.713000', '174134.600000', '174134.603000', '174134.606000', '174134.608000', '174134.611000', '174134.614000', '174134.616000', '174134.619000', '174134.621000', '174134.624000', '174134.627000', '174134.629000', '174134.632000', '174134.634000', '174134.637000', '174134.639000', '174134.642000', '174134.645000', '174134.647000', '174134.650000', '174134.653000', '174134.655000', '174134.658000', '174134.660000', '174134.663000', '174134.679000', '174134.682000', '174134.685000', '174134.687000', '174134.690000', '174134.692000', '174134.695000', '174134.698000', '174134.700000', '174134.703000', '174134.705000', '174134.708000', '174134.711000', '174134.713000', '174134.716000', '174134.718000', '174134.721000', '174134.723000', '174134.726000', '174154.601000', '174154.604000', '174154.607000', '174154.610000', '174154.612000', '174154.615000', '174154.617000', '174154.620000', '174154.623000', '174154.625000', '174154.628000', '174154.631000', '174154.633000', '174154.636000', '174154.638000', '174154.641000', '174154.643000', '174154.646000', '174154.649000', '174154.651000', '174154.654000', '174154.656000', '174154.659000', '174154.662000', '174154.664000', '174154.667000', '174154.669000', '174154.672000', '174154.675000', '174154.677000', '174154.680000', '174154.682000', '174154.685000', '174154.687000', '174154.690000', '174154.693000', '174154.695000', '174154.699000', '174154.701000', '174154.704000', '174154.706000', '174154.709000', '174154.712000', '174214.604000', '174214.606000', '174214.609000', '174214.611000', '174214.614000', '174214.617000', '174214.619000', '174214.622000', '174214.624000', '174214.627000', '174214.630000', '174214.632000', '174214.635000', '174214.637000', '174214.640000', '174214.643000', '174214.645000', '174214.648000', '174214.650000', '174214.653000', '174214.656000', '174214.658000', '174214.661000', '174214.664000', '174214.666000', '174214.669000', '174214.671000', '174214.674000', '174214.677000', '174214.679000', '174214.682000', '174214.684000', '174214.687000', '174214.689000', '174214.692000', '174214.695000', '174214.697000', '174214.700000', '174214.702000', '174214.705000', '174214.708000', '174214.710000', '174214.713000', '174214.715000', '174234.602000', '174234.605000', '174234.607000', '174234.610000', '174234.612000', '174234.615000', '174234.617000', '174234.620000', '174234.623000', '174234.625000', '174234.628000', '174234.630000', '174234.633000', '174234.636000', '174234.638000', '174234.641000', '174234.643000', '174234.646000', '174234.649000', '174234.651000', '174234.654000', '174234.656000', '174234.659000', '174234.662000', '174234.664000', '174234.667000', '174234.669000', '174234.672000', '174234.674000', '174234.677000', '174234.680000', '174234.682000', '174234.685000', '174234.687000', '174234.690000', '174234.692000', '174234.695000', '174234.698000', '174234.700000', '174234.703000', '174234.705000', '174234.708000', '174234.711000', '174254.602000', '174254.605000', '174254.607000', '174254.610000', '174254.613000', '174254.615000', '174254.618000', '174254.620000', '174254.623000', '174254.626000', '174254.628000', '174254.631000', '174254.633000', '174254.636000', '174254.638000', '174254.641000', '174254.644000', '174254.646000', '174254.649000', '174254.651000', '174254.654000', '174254.657000', '174254.659000', '174254.662000', '174254.665000', '174254.667000', '174254.670000', '174254.673000', '174254.675000', '174254.678000', '174254.680000', '174254.683000', '174254.686000', '174254.688000', '174254.691000', '174254.705000', '174254.708000', '174254.710000', '174254.713000', '174254.716000', '174254.718000', '174254.721000', '174254.723000', '174254.726000', '174258.216000', '174258.219000', '174258.222000', '174258.225000', '174258.228000', '174258.230000', '174258.233000', '174258.236000'], 'InstanceCreationTime': ['173654.628000', '173654.631000', '173654.634000', '173654.636000', '173654.639000', '173654.642000', '173654.644000', '173654.647000', '173654.650000', '173654.652000', '173654.655000', '173654.657000', '173654.660000', '173654.663000', '173654.665000', '173654.668000', '173654.670000', '173654.673000', '173654.675000', '173654.678000', '173654.681000', '173654.683000', '173654.686000', '173654.688000', '173654.691000', '173654.693000', '173654.696000', '173654.699000', '173654.701000', '173654.704000', '173654.706000', '173654.709000', '173654.712000', '173654.714000', '173654.717000', '173654.719000', '173654.722000', '173654.725000', '173654.727000', '173654.730000', '173654.732000', '173654.742000', '173654.745000', '173654.748000', '173654.750000', '173654.753000', '173654.756000', '173654.758000', '173714.600000', '173714.603000', '173714.606000', '173714.609000', '173714.612000', '173714.615000', '173714.617000', '173714.620000', '173714.623000', '173714.625000', '173714.628000', '173714.630000', '173714.633000', '173714.646000', '173714.648000', '173714.651000', '173714.653000', '173714.656000', '173714.658000', '173714.661000', '173714.665000', '173714.667000', '173714.670000', '173714.673000', '173714.675000', '173714.678000', '173714.680000', '173714.683000', '173714.685000', '173714.688000', '173714.691000', '173714.693000', '173714.696000', '173714.698000', '173714.701000', '173714.703000', '173714.706000', '173714.709000', '173714.711000', '173714.714000', '173714.717000', '173714.719000', '173714.723000', '173734.602000', '173734.604000', '173734.607000', '173734.610000', '173734.612000', '173734.615000', '173734.618000', '173734.620000', '173734.623000', '173734.626000', '173734.628000', '173734.631000', '173734.633000', '173734.636000', '173734.639000', '173734.641000', '173734.644000', '173734.647000', '173734.649000', '173734.656000', '173734.659000', '173734.662000', '173734.664000', '173734.667000', '173734.669000', '173734.672000', '173734.675000', '173734.677000', '173734.680000', '173734.683000', '173734.685000', '173734.688000', '173734.690000', '173734.693000', '173734.695000', '173734.698000', '173734.701000', '173734.703000', '173734.706000', '173734.708000', '173734.711000', '173734.713000', '173734.716000', '173734.719000', '173754.601000', '173754.604000', '173754.607000', '173754.609000', '173754.612000', '173754.615000', '173754.617000', '173754.620000', '173754.622000', '173754.625000', '173754.628000', '173754.630000', '173754.633000', '173754.635000', '173754.638000', '173754.641000', '173754.643000', '173754.646000', '173754.649000', '173754.651000', '173754.654000', '173754.657000', '173754.660000', '173754.662000', '173754.665000', '173754.668000', '173754.670000', '173754.673000', '173754.676000', '173754.680000', '173754.683000', '173754.686000', '173754.688000', '173754.691000', '173754.694000', '173754.696000', '173754.699000', '173754.702000', '173754.704000', '173754.707000', '173754.710000', '173754.712000', '173754.715000', '173814.601000', '173814.604000', '173814.607000', '173814.609000', '173814.612000', '173814.615000', '173814.617000', '173814.620000', '173814.622000', '173814.625000', '173814.628000', '173814.630000', '173814.633000', '173814.635000', '173814.638000', '173814.641000', '173814.644000', '173814.646000', '173814.649000', '173814.652000', '173814.654000', '173814.657000', '173814.660000', '173814.662000', '173814.665000', '173814.667000', '173814.670000', '173814.673000', '173814.675000', '173814.678000', '173814.681000', '173814.683000', '173814.686000', '173814.688000', '173814.691000', '173814.694000', '173814.696000', '173814.699000', '173814.702000', '173814.704000', '173814.707000', '173814.710000', '173814.712000', '173814.715000', '173834.602000', '173834.605000', '173834.607000', '173834.610000', '173834.613000', '173834.615000', '173834.618000', '173834.620000', '173834.623000', '173834.626000', '173834.628000', '173834.631000', '173834.633000', '173834.636000', '173834.639000', '173834.641000', '173834.644000', '173834.646000', '173834.688000', '173834.690000', '173834.693000', '173834.695000', '173834.698000', '173834.701000', '173834.705000', '173834.708000', '173834.711000', '173834.713000', '173834.716000', '173834.718000', '173834.721000', '173834.724000', '173834.727000', '173834.729000', '173834.732000', '173834.734000', '173834.737000', '173834.740000', '173834.742000', '173834.745000', '173834.748000', '173834.750000', '173834.753000', '173854.600000', '173854.603000', '173854.606000', '173854.608000', '173854.611000', '173854.614000', '173854.616000', '173854.619000', '173854.621000', '173854.624000', '173854.627000', '173854.629000', '173854.632000', '173854.634000', '173854.637000', '173854.640000', '173854.642000', '173854.645000', '173854.647000', '173854.650000', '173854.653000', '173854.655000', '173854.658000', '173854.660000', '173854.663000', '173854.666000', '173854.669000', '173854.671000', '173854.674000', '173854.677000', '173854.680000', '173854.682000', '173854.685000', '173854.688000', '173854.690000', '173854.693000', '173854.695000', '173854.698000', '173854.701000', '173854.703000', '173854.706000', '173854.708000', '173854.711000', '173854.714000', '173914.600000', '173914.603000', '173914.606000', '173914.608000', '173914.611000', '173914.614000', '173914.616000', '173914.619000', '173914.621000', '173914.624000', '173914.626000', '173914.629000', '173914.632000', '173914.634000', '173914.637000', '173914.639000', '173914.642000', '173914.645000', '173914.647000', '173914.650000', '173914.652000', '173914.655000', '173914.657000', '173914.660000', '173914.663000', '173914.665000', '173914.675000', '173914.678000', '173914.680000', '173914.683000', '173914.685000', '173914.688000', '173914.691000', '173914.693000', '173914.696000', '173914.698000', '173914.701000', '173914.703000', '173914.706000', '173914.709000', '173914.711000', '173914.714000', '173914.716000', '173934.602000', '173934.605000', '173934.607000', '173934.610000', '173934.612000', '173934.615000', '173934.618000', '173934.620000', '173934.623000', '173934.625000', '173934.628000', '173934.630000', '173934.633000', '173934.636000', '173934.638000', '173934.641000', '173934.643000', '173934.646000', '173934.649000', '173934.651000', '173934.654000', '173934.656000', '173934.659000', '173934.662000', '173934.664000', '173934.667000', '173934.670000', '173934.672000', '173934.675000', '173934.677000', '173934.680000', '173934.683000', '173934.685000', '173934.688000', '173934.690000', '173934.693000', '173934.696000', '173934.698000', '173934.701000', '173934.703000', '173934.706000', '173934.709000', '173934.711000', '173934.714000', '173954.601000', '173954.604000', '173954.607000', '173954.610000', '173954.612000', '173954.615000', '173954.617000', '173954.620000', '173954.623000', '173954.625000', '173954.628000', '173954.630000', '173954.633000', '173954.636000', '173954.638000', '173954.641000', '173954.643000', '173954.646000', '173954.649000', '173954.651000', '173954.654000', '173954.656000', '173954.659000', '173954.662000', '173954.664000', '173954.667000', '173954.669000', '173954.672000', '173954.675000', '173954.677000', '173954.680000', '173954.682000', '173954.685000', '173954.688000', '173954.690000', '173954.693000', '173954.695000', '173954.698000', '173954.701000', '173954.706000', '173954.709000', '173954.711000', '173954.714000', '174014.607000', '174014.610000', '174014.612000', '174014.615000', '174014.618000', '174014.620000', '174014.623000', '174014.625000', '174014.628000', '174014.630000', '174014.633000', '174014.636000', '174014.638000', '174014.641000', '174014.643000', '174014.646000', '174014.649000', '174014.651000', '174014.654000', '174014.656000', '174014.659000', '174014.661000', '174014.664000', '174014.667000', '174014.669000', '174014.672000', '174014.674000', '174014.677000', '174014.680000', '174014.682000', '174014.685000', '174014.687000', '174014.690000', '174014.693000', '174014.695000', '174014.698000', '174014.701000', '174014.703000', '174014.706000', '174014.708000', '174014.711000', '174014.714000', '174014.717000', '174014.719000', '174034.601000', '174034.604000', '174034.607000', '174034.609000', '174034.612000', '174034.615000', '174034.617000', '174034.620000', '174034.622000', '174034.625000', '174034.628000', '174034.630000', '174034.633000', '174034.635000', '174034.638000', '174034.640000', '174034.643000', '174034.646000', '174034.648000', '174034.651000', '174034.653000', '174034.656000', '174034.659000', '174034.661000', '174034.664000', '174034.666000', '174034.669000', '174034.672000', '174034.674000', '174034.677000', '174034.679000', '174034.682000', '174034.685000', '174034.687000', '174034.690000', '174034.692000', '174034.695000', '174034.698000', '174034.700000', '174034.703000', '174034.705000', '174034.708000', '174034.711000', '174054.602000', '174054.605000', '174054.607000', '174054.610000', '174054.612000', '174054.615000', '174054.618000', '174054.620000', '174054.623000', '174054.626000', '174054.628000', '174054.631000', '174054.634000', '174054.636000', '174054.639000', '174054.641000', '174054.644000', '174054.647000', '174054.649000', '174054.652000', '174054.654000', '174054.657000', '174054.659000', '174054.662000', '174054.665000', '174054.667000', '174054.670000', '174054.672000', '174054.675000', '174054.678000', '174054.680000', '174054.683000', '174054.685000', '174054.688000', '174054.690000', '174054.693000', '174054.696000', '174054.698000', '174054.701000', '174054.703000', '174054.706000', '174054.709000', '174054.711000', '174114.601000', '174114.603000', '174114.606000', '174114.609000', '174114.611000', '174114.614000', '174114.616000', '174114.619000', '174114.621000', '174114.624000', '174114.627000', '174114.629000', '174114.632000', '174114.635000', '174114.638000', '174114.640000', '174114.643000', '174114.645000', '174114.648000', '174114.650000', '174114.653000', '174114.656000', '174114.658000', '174114.661000', '174114.663000', '174114.666000', '174114.669000', '174114.671000', '174114.674000', '174114.677000', '174114.679000', '174114.682000', '174114.684000', '174114.687000', '174114.690000', '174114.692000', '174114.695000', '174114.697000', '174114.700000', '174114.702000', '174114.705000', '174114.708000', '174114.710000', '174114.713000', '174134.600000', '174134.603000', '174134.606000', '174134.608000', '174134.611000', '174134.614000', '174134.616000', '174134.619000', '174134.621000', '174134.624000', '174134.627000', '174134.629000', '174134.632000', '174134.634000', '174134.637000', '174134.639000', '174134.642000', '174134.645000', '174134.647000', '174134.650000', '174134.653000', '174134.655000', '174134.658000', '174134.660000', '174134.663000', '174134.679000', '174134.682000', '174134.685000', '174134.687000', '174134.690000', '174134.692000', '174134.695000', '174134.698000', '174134.700000', '174134.703000', '174134.705000', '174134.708000', '174134.711000', '174134.713000', '174134.716000', '174134.718000', '174134.721000', '174134.723000', '174134.726000', '174154.601000', '174154.604000', '174154.607000', '174154.610000', '174154.612000', '174154.615000', '174154.617000', '174154.620000', '174154.623000', '174154.625000', '174154.628000', '174154.631000', '174154.633000', '174154.636000', '174154.638000', '174154.641000', '174154.643000', '174154.646000', '174154.649000', '174154.651000', '174154.654000', '174154.656000', '174154.659000', '174154.662000', '174154.664000', '174154.667000', '174154.669000', '174154.672000', '174154.675000', '174154.677000', '174154.680000', '174154.682000', '174154.685000', '174154.687000', '174154.690000', '174154.693000', '174154.695000', '174154.699000', '174154.701000', '174154.704000', '174154.706000', '174154.709000', '174154.712000', '174214.604000', '174214.606000', '174214.609000', '174214.611000', '174214.614000', '174214.617000', '174214.619000', '174214.622000', '174214.624000', '174214.627000', '174214.630000', '174214.632000', '174214.635000', '174214.637000', '174214.640000', '174214.643000', '174214.645000', '174214.648000', '174214.650000', '174214.653000', '174214.656000', '174214.658000', '174214.661000', '174214.664000', '174214.666000', '174214.669000', '174214.671000', '174214.674000', '174214.677000', '174214.679000', '174214.682000', '174214.684000', '174214.687000', '174214.689000', '174214.692000', '174214.695000', '174214.697000', '174214.700000', '174214.702000', '174214.705000', '174214.708000', '174214.710000', '174214.713000', '174214.715000', '174234.602000', '174234.605000', '174234.607000', '174234.610000', '174234.612000', '174234.615000', '174234.617000', '174234.620000', '174234.623000', '174234.625000', '174234.628000', '174234.630000', '174234.633000', '174234.636000', '174234.638000', '174234.641000', '174234.643000', '174234.646000', '174234.649000', '174234.651000', '174234.654000', '174234.656000', '174234.659000', '174234.662000', '174234.664000', '174234.667000', '174234.669000', '174234.672000', '174234.674000', '174234.677000', '174234.680000', '174234.682000', '174234.685000', '174234.687000', '174234.690000', '174234.692000', '174234.695000', '174234.698000', '174234.700000', '174234.703000', '174234.705000', '174234.708000', '174234.711000', '174254.602000', '174254.605000', '174254.607000', '174254.610000', '174254.613000', '174254.615000', '174254.618000', '174254.620000', '174254.623000', '174254.626000', '174254.628000', '174254.631000', '174254.633000', '174254.636000', '174254.638000', '174254.641000', '174254.644000', '174254.646000', '174254.649000', '174254.651000', '174254.654000', '174254.657000', '174254.659000', '174254.662000', '174254.665000', '174254.667000', '174254.670000', '174254.673000', '174254.675000', '174254.678000', '174254.680000', '174254.683000', '174254.686000', '174254.688000', '174254.691000', '174254.705000', '174254.708000', '174254.710000', '174254.713000', '174254.716000', '174254.718000', '174254.721000', '174254.723000', '174254.726000', '174258.216000', '174258.219000', '174258.222000', '174258.225000', '174258.228000', '174258.230000', '174258.233000', '174258.236000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'LargestImagePixelValue': [12741, 16771, 12992, 16221, 11758, 16422, 12148, 16353, 12438, 16283, 11882, 15606, 11190, 15083, 11315, 15455, 11521, 15356, 11392, 15119, 11388, 15710, 12315, 15322, 11226, 14881, 11384, 15762, 12453, 15795, 11464, 13330, 11593, 10866, 13723, 10090, 15375, 9803, 15747, 9956, 16050, 10500, 16022, 10149, 15805, 10637, 15734, 11982, 16067, 11581, 15380, 11726, 15491, 12137, 17005, 11772, 13902, 11587, 13761, 12506, 14134, 13352, 9557, 14071, 9677, 15624, 10605, 15250, 9294, 15554, 9640, 15587, 11007, 16087, 11880, 9074, 13121, 11239, 11845, 13434, 9920, 15430, 10756, 16275, 12024, 16770, 12570, 16888, 12161, 16027, 12457, 16156, 12109, 16832, 12610, 8781, 13090, 9940, 15114, 11273, 15901, 11760, 16237, 12699, 15632, 11381, 15791, 11821, 16235, 12592, 16801, 12443, 13999, 11830, 14665, 12295, 15992, 13071, 9700, 13151, 10131, 14557, 10371, 15196, 11050, 15100, 9118, 15281, 9616, 16041, 10222, 16255, 11990, 16029, 11640, 15953, 11811, 15773, 12259, 15705, 11124, 16087, 12021, 16084, 12000, 15769, 12595, 15078, 10881, 12183, 11489, 11539, 12343, 12067, 13557, 10004, 12877, 13716, 13005, 17130, 12380, 16740, 12440, 10399, 11548, 10111, 12964, 10694, 13366, 12012, 14157, 9180, 14306, 10081, 15028, 10429, 14770, 11792, 14926, 9343, 14761, 9995, 14530, 10017, 14528, 10542, 15241, 9563, 15359, 9189, 15476, 9435, 15540, 9886, 15793, 8950, 15558, 9573, 15316, 10210, 15174, 9823, 15662, 9670, 15378, 10147, 15233, 9657, 15363, 9653, 15474, 9290, 15140, 9197, 15309, 9439, 15280, 9946, 15409, 8915, 15301, 9480, 15576, 10495, 14999, 10857, 15709, 11075, 15435, 10803, 15520, 9373, 15127, 9821, 15874, 9423, 16234, 9857, 15674, 9556, 14959, 9184, 14177, 10906, 13808, 8783, 13141, 10825, 12823, 16010, 12229, 16650, 12545, 15317, 10547, 15258, 11072, 15429, 11215, 15389, 11022, 15114, 9108, 14584, 8957, 14413, 9398, 14674, 8828, 13916, 9888, 13157, 13825, 12116, 16917, 12552, 15209, 11039, 15374, 11250, 15796, 11312, 15913, 12190, 15296, 10879, 15012, 11092, 13588, 11085, 13244, 11077, 9893, 12350, 9719, 12763, 12075, 12837, 15926, 12293, 16251, 11727, 15834, 11432, 14399, 11178, 11429, 11945, 9529, 14420, 10018, 16429, 12337, 9062, 12624, 9024, 14211, 8552, 14192, 9476, 13646, 11643, 13818, 14528, 13185, 10623, 14464, 10164, 15238, 10123, 15699, 10346, 16332, 9747, 15864, 10192, 15623, 10039, 15695, 10267, 15748, 10619, 15674, 10849, 15146, 11071, 15153, 10712, 14949, 10155, 15542, 9596, 14977, 9605, 15185, 9176, 14366, 8888, 14644, 8527, 14705, 9058, 14749, 9232, 14988, 9373, 14731, 9032, 15121, 9283, 14291, 9205, 14494, 9342, 14807, 10186, 15790, 10691, 13232, 11038, 13772, 11556, 16758, 11627, 16387, 12014, 13745, 11069, 14190, 11734, 14439, 11894, 13770, 12498, 12769, 12038, 13556, 12400, 13340, 12960, 8643, 13714, 9386, 13791, 10442, 13933, 10813, 14532, 9531, 14219, 9893, 14804, 10975, 13926, 10859, 14870, 10007, 13835, 10035, 13851, 10248, 14610, 9155, 15296, 10290, 15564, 11954, 15925, 12141, 15609, 11687, 16430, 11903, 16143, 11637, 15717, 12440, 8458, 12804, 8706, 15343, 9644, 16010, 12825, 15810, 11865, 10906, 12342, 9510, 14960, 10270, 16202, 11591, 16519, 12240, 12508, 11525, 9691, 14401, 8667, 15342, 10513, 15748, 10639, 15577, 10473, 16127, 11009, 15953, 11837, 16229, 11657, 11377, 12233, 9069, 13883, 8748, 15760, 11294, 16328, 11664, 14116, 11559, 13155, 11658, 9344, 13542, 9067, 15038, 10075, 16026, 12341, 11913, 11736, 9001, 13892, 9369, 15490, 11189, 16185, 11464, 13944, 11540, 9773, 14218, 9822, 15926, 11735, 11708, 12542, 10278, 15031, 8893, 15672, 11397, 16301, 12371, 16304, 12446, 13174, 11726, 9942, 13696, 10195, 14558, 9733, 15894, 10067, 15876, 11987, 15978, 12003, 16168, 12201, 15845, 11382, 15021, 11208, 15505, 11393, 15421, 11568, 15763, 11343, 15610, 11630, 15977, 12103, 15522, 10999, 15384, 11376, 15943, 12163, 15494, 11434, 15981, 11398, 15902, 11946, 16123, 11340, 16291, 11502, 15931, 11931, 13695, 11757, 11519, 12077, 12436, 12654, 13662, 13524, 9040, 13687, 10022, 14120, 10870, 14248, 9516, 14858, 9556, 15045, 9579, 15324, 10513, 15461, 8953, 15061, 9619, 15414, 9778, 15299, 9085, 15539, 9530, 15077, 9632, 15310, 10418, 15448, 10818, 15545, 11009, 15521, 10453, 16114, 10457, 15340, 10238, 15577, 10308, 15670, 10698, 15482, 11026, 15814, 11342, 15345, 11072, 15667, 11779, 15681, 11630, 15517, 11853, 15894, 12208, 14905, 12015, 9916, 12660, 10947, 14128, 10765, 14369, 10924, 15658, 9211, 15628, 9874, 15391, 9888, 15222, 10915, 15656, 10756, 15532, 11019, 15761, 10009, 15250, 9531, 15385, 9254, 14925, 9743, 14583, 10882, 14528, 9071, 14198, 10240, 13739, 11256, 13817, 12942, 13807, 9731, 14081, 9446, 14535, 10431, 14414, 13977, 13157, 13034, 12037, 15146, 12308, 14869, 11973, 13339, 12294, 8804, 12198, 9882, 13489, 10680, 13501, 11284, 14600, 8503, 14583, 8908, 15023, 9301, 15074, 10002, 15046, 9205, 15136, 9407, 14816, 11991, 14398, 11938, 13170, 14967, 12438, 16274, 11937, 16310, 12119, 15438, 11005, 14925, 11370, 15499, 11930, 15170, 11256, 15705, 11385, 15583, 11894, 15892, 12185, 15512, 11072, 15045, 11578, 15491, 12142, 16052, 11652, 15840, 11463, 15044, 11526, 15608, 11964, 15278, 10849, 15364, 11370, 15407, 11625, 16128, 12291, 15698, 11174, 15282, 11409, 16040, 12026, 15800, 11401, 14080, 11453, 14768, 11790, 15263, 11988, 10286, 13378, 10381, 12052, 10870, 8057, 13760, 9647, 12841, 16232, 12038, 16279, 12164, 16220, 11952, 16650, 12838, 16098, 12031, 14979, 12180, 14405, 12603, 16708, 12846, 12118, 12531, 11769, 12925, 13572, 12464, 16613, 12386, 11667, 11667, 12391, 11890, 12694, 12261, 13669, 12628, 10513, 12570, 11971, 12452, 12427, 12839, 12307, 12796, 9078, 13467, 9812, 13835, 9879, 13759, 10941, 14601, 9031, 14459, 9535, 15117, 9889, 14833, 10414, 14575, 9165, 14361, 9457, 14944, 9929, 14950, 9394, 15196, 9548], 'WindowCenter': [4314.0, 4318.0, 4284.0, 4302.0, 4259.0, 4289.0, 4258.0, 4289.0, 4257.0, 4288.0, 4245.0, 4275.0, 4244.0, 4275.0, 4246.0, 4276.0, 4257.0, 4277.0, 4257.0, 4288.0, 4259.0, 4290.0, 4260.0, 4288.0, 4248.0, 4289.0, 4260.0, 4290.0, 4270.0, 4290.0, 4260.0, 4269.0, 4261.0, 4260.0, 4280.0, 4250.0, 4291.0, 4238.0, 4290.0, 4239.0, 4289.0, 4237.0, 4288.0, 4236.0, 4276.0, 4247.0, 4278.0, 4257.0, 4288.0, 4258.0, 4277.0, 4258.0, 4290.0, 4259.0, 4299.0, 4259.0, 4279.0, 4258.0, 4279.0, 4269.0, 4279.0, 4268.0, 4226.0, 4267.0, 4226.0, 4288.0, 4248.0, 4290.0, 4226.0, 4276.0, 4225.0, 4288.0, 4249.0, 4288.0, 4260.0, 4227.0, 4279.0, 4260.0, 4271.0, 4293.0, 4252.0, 4292.0, 4250.0, 4291.0, 4259.0, 4289.0, 4258.0, 4289.0, 4246.0, 4275.0, 4244.0, 4275.0, 4244.0, 4287.0, 4255.0, 4217.0, 4267.0, 4251.0, 4288.0, 4259.0, 4289.0, 4259.0, 4291.0, 4271.0, 4289.0, 4248.0, 4277.0, 4257.0, 4286.0, 4256.0, 4286.0, 4245.0, 4255.0, 4245.0, 4263.0, 4246.0, 4275.0, 4254.0, 4212.0, 4252.0, 4221.0, 4263.0, 4222.0, 4263.0, 4233.0, 4262.0, 4201.0, 4263.0, 4211.0, 4273.0, 4223.0, 4274.0, 4244.0, 4273.0, 4233.0, 4273.0, 4243.0, 4264.0, 4243.0, 4262.0, 4232.0, 4262.0, 4243.0, 4273.0, 4256.0, 4263.0, 4242.0, 4249.0, 4220.0, 4229.0, 4233.0, 4231.0, 4243.0, 4244.0, 4255.0, 4224.0, 4254.0, 4253.0, 4255.0, 4284.0, 4244.0, 4276.0, 4244.0, 4223.0, 4232.0, 4220.0, 4256.0, 4234.0, 4266.0, 4246.0, 4265.0, 4213.0, 4263.0, 4223.0, 4265.0, 4223.0, 4267.0, 4243.0, 4264.0, 4213.0, 4262.0, 4210.0, 4252.0, 4211.0, 4265.0, 4221.0, 4264.0, 4211.0, 4263.0, 4212.0, 4274.0, 4213.0, 4276.0, 4225.0, 4276.0, 4214.0, 4274.0, 4213.0, 4273.0, 4224.0, 4276.0, 4225.0, 4276.0, 4225.0, 4275.0, 4235.0, 4276.0, 4226.0, 4276.0, 4225.0, 4276.0, 4213.0, 4265.0, 4213.0, 4275.0, 4213.0, 4276.0, 4224.0, 4276.0, 4213.0, 4274.0, 4225.0, 4277.0, 4235.0, 4276.0, 4246.0, 4288.0, 4247.0, 4277.0, 4246.0, 4277.0, 4226.0, 4277.0, 4226.0, 4290.0, 4227.0, 4288.0, 4224.0, 4275.0, 4213.0, 4266.0, 4214.0, 4267.0, 4248.0, 4269.0, 4214.0, 4256.0, 4233.0, 4256.0, 4275.0, 4255.0, 4286.0, 4256.0, 4276.0, 4235.0, 4276.0, 4234.0, 4275.0, 4245.0, 4276.0, 4235.0, 4265.0, 4215.0, 4265.0, 4215.0, 4266.0, 4215.0, 4266.0, 4214.0, 4266.0, 4224.0, 4255.0, 4265.0, 4257.0, 4287.0, 4257.0, 4275.0, 4235.0, 4275.0, 4245.0, 4276.0, 4247.0, 4277.0, 4257.0, 4277.0, 4247.0, 4278.0, 4248.0, 4267.0, 4259.0, 4270.0, 4261.0, 4240.0, 4270.0, 4239.0, 4271.0, 4259.0, 4271.0, 4289.0, 4260.0, 4290.0, 4261.0, 4291.0, 4249.0, 4267.0, 4246.0, 4247.0, 4258.0, 4238.0, 4281.0, 4250.0, 4301.0, 4284.0, 4240.0, 4271.0, 4241.0, 4292.0, 4229.0, 4280.0, 4238.0, 4280.0, 4248.0, 4280.0, 4280.0, 4268.0, 4236.0, 4266.0, 4223.0, 4264.0, 4223.0, 4265.0, 4223.0, 4275.0, 4212.0, 4262.0, 4210.0, 4250.0, 4198.0, 4249.0, 4208.0, 4249.0, 4207.0, 4248.0, 4218.0, 4248.0, 4218.0, 4249.0, 4221.0, 4251.0, 4210.0, 4261.0, 4199.0, 4250.0, 4200.0, 4250.0, 4199.0, 4251.0, 4200.0, 4253.0, 4201.0, 4263.0, 4201.0, 4263.0, 4212.0, 4264.0, 4214.0, 4267.0, 4214.0, 4265.0, 4213.0, 4264.0, 4214.0, 4265.0, 4225.0, 4276.0, 4238.0, 4291.0, 4261.0, 4279.0, 4260.0, 4279.0, 4260.0, 4300.0, 4261.0, 4290.0, 4260.0, 4268.0, 4248.0, 4267.0, 4258.0, 4279.0, 4260.0, 4268.0, 4258.0, 4256.0, 4257.0, 4266.0, 4259.0, 4267.0, 4266.0, 4215.0, 4267.0, 4226.0, 4266.0, 4248.0, 4278.0, 4247.0, 4279.0, 4227.0, 4268.0, 4226.0, 4279.0, 4248.0, 4278.0, 4248.0, 4278.0, 4225.0, 4268.0, 4237.0, 4279.0, 4249.0, 4290.0, 4227.0, 4290.0, 4251.0, 4290.0, 4272.0, 4302.0, 4272.0, 4302.0, 4272.0, 4301.0, 4261.0, 4303.0, 4262.0, 4292.0, 4271.0, 4220.0, 4269.0, 4229.0, 4290.0, 4240.0, 4304.0, 4271.0, 4290.0, 4260.0, 4249.0, 4270.0, 4240.0, 4291.0, 4251.0, 4303.0, 4261.0, 4300.0, 4271.0, 4270.0, 4260.0, 4240.0, 4293.0, 4230.0, 4291.0, 4250.0, 4292.0, 4250.0, 4291.0, 4250.0, 4290.0, 4248.0, 4288.0, 4259.0, 4289.0, 4259.0, 4248.0, 4257.0, 4217.0, 4268.0, 4218.0, 4290.0, 4248.0, 4288.0, 4249.0, 4268.0, 4249.0, 4269.0, 4249.0, 4228.0, 4268.0, 4217.0, 4278.0, 4241.0, 4291.0, 4271.0, 4260.0, 4259.0, 4229.0, 4281.0, 4240.0, 4291.0, 4250.0, 4291.0, 4249.0, 4280.0, 4261.0, 4240.0, 4281.0, 4240.0, 4291.0, 4260.0, 4271.0, 4273.0, 4251.0, 4293.0, 4230.0, 4291.0, 4260.0, 4290.0, 4271.0, 4292.0, 4270.0, 4268.0, 4258.0, 4238.0, 4267.0, 4239.0, 4279.0, 4238.0, 4290.0, 4238.0, 4287.0, 4259.0, 4289.0, 4259.0, 4290.0, 4259.0, 4289.0, 4260.0, 4278.0, 4259.0, 4291.0, 4261.0, 4291.0, 4262.0, 4290.0, 4261.0, 4291.0, 4262.0, 4302.0, 4272.0, 4290.0, 4251.0, 4289.0, 4260.0, 4290.0, 4270.0, 4289.0, 4261.0, 4290.0, 4262.0, 4300.0, 4261.0, 4301.0, 4260.0, 4289.0, 4258.0, 4289.0, 4261.0, 4279.0, 4260.0, 4259.0, 4259.0, 4260.0, 4269.0, 4279.0, 4270.0, 4218.0, 4268.0, 4226.0, 4278.0, 4248.0, 4279.0, 4226.0, 4277.0, 4226.0, 4279.0, 4227.0, 4279.0, 4236.0, 4278.0, 4216.0, 4279.0, 4228.0, 4278.0, 4225.0, 4280.0, 4216.0, 4278.0, 4225.0, 4277.0, 4228.0, 4289.0, 4238.0, 4278.0, 4247.0, 4277.0, 4249.0, 4290.0, 4249.0, 4289.0, 4237.0, 4277.0, 4236.0, 4277.0, 4238.0, 4279.0, 4237.0, 4275.0, 4235.0, 4275.0, 4249.0, 4289.0, 4248.0, 4288.0, 4258.0, 4276.0, 4248.0, 4275.0, 4257.0, 4287.0, 4258.0, 4278.0, 4257.0, 4237.0, 4268.0, 4248.0, 4280.0, 4247.0, 4279.0, 4249.0, 4278.0, 4215.0, 4279.0, 4226.0, 4277.0, 4227.0, 4278.0, 4238.0, 4277.0, 4237.0, 4277.0, 4247.0, 4290.0, 4226.0, 4275.0, 4212.0, 4263.0, 4201.0, 4264.0, 4211.0, 4264.0, 4235.0, 4263.0, 4202.0, 4265.0, 4224.0, 4253.0, 4234.0, 4253.0, 4242.0, 4255.0, 4213.0, 4253.0, 4212.0, 4264.0, 4223.0, 4265.0, 4253.0, 4255.0, 4243.0, 4244.0, 4263.0, 4244.0, 4263.0, 4243.0, 4253.0, 4243.0, 4203.0, 4244.0, 4223.0, 4255.0, 4233.0, 4265.0, 4235.0, 4267.0, 4213.0, 4264.0, 4214.0, 4275.0, 4214.0, 4277.0, 4228.0, 4278.0, 4217.0, 4276.0, 4214.0, 4268.0, 4234.0, 4268.0, 4233.0, 4244.0, 4264.0, 4243.0, 4273.0, 4232.0, 4275.0, 4242.0, 4263.0, 4233.0, 4263.0, 4244.0, 4276.0, 4245.0, 4264.0, 4237.0, 4277.0, 4245.0, 4275.0, 4245.0, 4276.0, 4245.0, 4262.0, 4234.0, 4264.0, 4245.0, 4276.0, 4256.0, 4275.0, 4246.0, 4275.0, 4246.0, 4264.0, 4247.0, 4276.0, 4247.0, 4276.0, 4246.0, 4276.0, 4247.0, 4277.0, 4247.0, 4287.0, 4257.0, 4276.0, 4246.0, 4276.0, 4247.0, 4287.0, 4257.0, 4276.0, 4247.0, 4265.0, 4247.0, 4280.0, 4260.0, 4289.0, 4258.0, 4236.0, 4279.0, 4263.0, 4269.0, 4250.0, 4220.0, 4294.0, 4239.0, 4269.0, 4288.0, 4259.0, 4288.0, 4258.0, 4290.0, 4249.0, 4288.0, 4257.0, 4275.0, 4243.0, 4263.0, 4232.0, 4252.0, 4242.0, 4263.0, 4243.0, 4231.0, 4229.0, 4218.0, 4229.0, 4226.0, 4217.0, 4246.0, 4218.0, 4215.0, 4217.0, 4226.0, 4216.0, 4228.0, 4230.0, 4238.0, 4230.0, 4208.0, 4231.0, 4219.0, 4231.0, 4229.0, 4242.0, 4242.0, 4241.0, 4201.0, 4251.0, 4210.0, 4253.0, 4212.0, 4255.0, 4234.0, 4265.0, 4204.0, 4264.0, 4212.0, 4264.0, 4226.0, 4276.0, 4235.0, 4266.0, 4213.0, 4264.0, 4224.0, 4277.0, 4226.0, 4278.0, 4214.0, 4277.0, 4227.0], 'WindowWidth': [9533.0, 9530.0, 9473.0, 9493.0, 9430.0, 9467.0, 9424.0, 9468.0, 9420.0, 9463.0, 9402.0, 9442.0, 9400.0, 9443.0, 9406.0, 9447.0, 9421.0, 9449.0, 9423.0, 9466.0, 9428.0, 9472.0, 9430.0, 9465.0, 9411.0, 9469.0, 9431.0, 9472.0, 9445.0, 9471.0, 9430.0, 9441.0, 9432.0, 9431.0, 9458.0, 9417.0, 9473.0, 9396.0, 9471.0, 9401.0, 9470.0, 9395.0, 9464.0, 9392.0, 9447.0, 9407.0, 9453.0, 9422.0, 9465.0, 9424.0, 9449.0, 9424.0, 9470.0, 9429.0, 9483.0, 9427.0, 9454.0, 9425.0, 9455.0, 9441.0, 9454.0, 9438.0, 9379.0, 9433.0, 9378.0, 9464.0, 9410.0, 9468.0, 9377.0, 9446.0, 9376.0, 9467.0, 9413.0, 9464.0, 9430.0, 9381.0, 9454.0, 9432.0, 9448.0, 9480.0, 9424.0, 9477.0, 9417.0, 9472.0, 9426.0, 9467.0, 9422.0, 9466.0, 9403.0, 9440.0, 9398.0, 9443.0, 9400.0, 9460.0, 9416.0, 9368.0, 9435.0, 9419.0, 9466.0, 9427.0, 9469.0, 9428.0, 9471.0, 9446.0, 9467.0, 9409.0, 9447.0, 9420.0, 9460.0, 9418.0, 9458.0, 9400.0, 9412.0, 9398.0, 9424.0, 9401.0, 9441.0, 9412.0, 9351.0, 9405.0, 9363.0, 9419.0, 9364.0, 9422.0, 9381.0, 9418.0, 9333.0, 9420.0, 9346.0, 9434.0, 9368.0, 9438.0, 9395.0, 9436.0, 9380.0, 9434.0, 9395.0, 9425.0, 9394.0, 9420.0, 9377.0, 9418.0, 9393.0, 9434.0, 9417.0, 9420.0, 9390.0, 9396.0, 9358.0, 9370.0, 9379.0, 9377.0, 9395.0, 9397.0, 9414.0, 9370.0, 9410.0, 9408.0, 9412.0, 9453.0, 9397.0, 9442.0, 9396.0, 9365.0, 9378.0, 9361.0, 9413.0, 9384.0, 9430.0, 9402.0, 9428.0, 9355.0, 9422.0, 9368.0, 9426.0, 9369.0, 9431.0, 9395.0, 9423.0, 9351.0, 9418.0, 9345.0, 9403.0, 9348.0, 9424.0, 9363.0, 9423.0, 9349.0, 9422.0, 9351.0, 9438.0, 9356.0, 9443.0, 9372.0, 9444.0, 9357.0, 9437.0, 9356.0, 9436.0, 9371.0, 9443.0, 9374.0, 9444.0, 9373.0, 9441.0, 9386.0, 9443.0, 9374.0, 9445.0, 9373.0, 9445.0, 9355.0, 9428.0, 9355.0, 9439.0, 9356.0, 9443.0, 9371.0, 9443.0, 9353.0, 9437.0, 9373.0, 9444.0, 9386.0, 9444.0, 9405.0, 9464.0, 9406.0, 9446.0, 9405.0, 9445.0, 9376.0, 9446.0, 9375.0, 9469.0, 9381.0, 9465.0, 9368.0, 9439.0, 9352.0, 9426.0, 9356.0, 9432.0, 9410.0, 9436.0, 9360.0, 9416.0, 9383.0, 9416.0, 9443.0, 9414.0, 9458.0, 9416.0, 9441.0, 9387.0, 9441.0, 9384.0, 9439.0, 9401.0, 9443.0, 9387.0, 9428.0, 9360.0, 9426.0, 9359.0, 9431.0, 9360.0, 9430.0, 9358.0, 9427.0, 9370.0, 9414.0, 9428.0, 9418.0, 9460.0, 9418.0, 9440.0, 9386.0, 9440.0, 9401.0, 9444.0, 9405.0, 9446.0, 9420.0, 9447.0, 9407.0, 9447.0, 9408.0, 9433.0, 9425.0, 9443.0, 9431.0, 9403.0, 9442.0, 9400.0, 9443.0, 9425.0, 9443.0, 9468.0, 9428.0, 9472.0, 9432.0, 9470.0, 9410.0, 9433.0, 9403.0, 9405.0, 9421.0, 9396.0, 9459.0, 9417.0, 9488.0, 9467.0, 9407.0, 9445.0, 9406.0, 9477.0, 9390.0, 9457.0, 9396.0, 9455.0, 9411.0, 9454.0, 9457.0, 9437.0, 9392.0, 9430.0, 9368.0, 9424.0, 9365.0, 9426.0, 9366.0, 9442.0, 9350.0, 9418.0, 9342.0, 9398.0, 9325.0, 9395.0, 9336.0, 9396.0, 9335.0, 9391.0, 9351.0, 9391.0, 9352.0, 9394.0, 9361.0, 9402.0, 9345.0, 9414.0, 9329.0, 9397.0, 9329.0, 9399.0, 9328.0, 9401.0, 9333.0, 9405.0, 9333.0, 9418.0, 9335.0, 9422.0, 9351.0, 9424.0, 9359.0, 9431.0, 9356.0, 9426.0, 9354.0, 9422.0, 9356.0, 9427.0, 9373.0, 9444.0, 9396.0, 9470.0, 9434.0, 9456.0, 9431.0, 9454.0, 9429.0, 9485.0, 9430.0, 9470.0, 9427.0, 9436.0, 9410.0, 9435.0, 9422.0, 9454.0, 9427.0, 9436.0, 9422.0, 9416.0, 9418.0, 9432.0, 9425.0, 9434.0, 9432.0, 9362.0, 9433.0, 9377.0, 9431.0, 9410.0, 9449.0, 9408.0, 9451.0, 9380.0, 9435.0, 9377.0, 9452.0, 9410.0, 9451.0, 9409.0, 9448.0, 9375.0, 9435.0, 9393.0, 9454.0, 9413.0, 9470.0, 9381.0, 9470.0, 9418.0, 9472.0, 9448.0, 9490.0, 9451.0, 9491.0, 9449.0, 9487.0, 9433.0, 9492.0, 9436.0, 9476.0, 9446.0, 9375.0, 9441.0, 9385.0, 9469.0, 9402.0, 9492.0, 9444.0, 9470.0, 9429.0, 9413.0, 9441.0, 9403.0, 9472.0, 9418.0, 9492.0, 9431.0, 9484.0, 9445.0, 9442.0, 9430.0, 9404.0, 9479.0, 9391.0, 9473.0, 9417.0, 9474.0, 9416.0, 9473.0, 9414.0, 9469.0, 9409.0, 9463.0, 9424.0, 9466.0, 9425.0, 9410.0, 9420.0, 9367.0, 9435.0, 9371.0, 9468.0, 9410.0, 9464.0, 9411.0, 9435.0, 9411.0, 9439.0, 9411.0, 9382.0, 9436.0, 9366.0, 9450.0, 9405.0, 9472.0, 9447.0, 9430.0, 9426.0, 9385.0, 9458.0, 9402.0, 9473.0, 9415.0, 9472.0, 9412.0, 9456.0, 9432.0, 9404.0, 9457.0, 9402.0, 9472.0, 9430.0, 9447.0, 9450.0, 9420.0, 9478.0, 9389.0, 9472.0, 9428.0, 9472.0, 9446.0, 9474.0, 9441.0, 9437.0, 9423.0, 9396.0, 9435.0, 9399.0, 9454.0, 9396.0, 9467.0, 9398.0, 9462.0, 9426.0, 9468.0, 9427.0, 9468.0, 9427.0, 9466.0, 9428.0, 9452.0, 9426.0, 9473.0, 9433.0, 9473.0, 9434.0, 9471.0, 9431.0, 9471.0, 9435.0, 9489.0, 9447.0, 9469.0, 9416.0, 9468.0, 9429.0, 9470.0, 9443.0, 9468.0, 9431.0, 9472.0, 9436.0, 9484.0, 9433.0, 9485.0, 9428.0, 9467.0, 9424.0, 9467.0, 9433.0, 9455.0, 9431.0, 9426.0, 9426.0, 9428.0, 9440.0, 9455.0, 9441.0, 9369.0, 9434.0, 9378.0, 9449.0, 9409.0, 9452.0, 9377.0, 9446.0, 9377.0, 9450.0, 9380.0, 9453.0, 9391.0, 9448.0, 9364.0, 9451.0, 9380.0, 9450.0, 9375.0, 9454.0, 9362.0, 9450.0, 9375.0, 9447.0, 9383.0, 9467.0, 9395.0, 9449.0, 9406.0, 9448.0, 9415.0, 9470.0, 9412.0, 9465.0, 9392.0, 9445.0, 9390.0, 9447.0, 9397.0, 9453.0, 9390.0, 9440.0, 9386.0, 9442.0, 9413.0, 9468.0, 9409.0, 9464.0, 9423.0, 9445.0, 9407.0, 9442.0, 9419.0, 9462.0, 9424.0, 9451.0, 9421.0, 9394.0, 9437.0, 9409.0, 9455.0, 9408.0, 9451.0, 9410.0, 9448.0, 9361.0, 9448.0, 9375.0, 9446.0, 9379.0, 9450.0, 9394.0, 9445.0, 9390.0, 9445.0, 9406.0, 9470.0, 9376.0, 9441.0, 9352.0, 9422.0, 9335.0, 9420.0, 9349.0, 9423.0, 9383.0, 9420.0, 9337.0, 9424.0, 9368.0, 9407.0, 9383.0, 9407.0, 9393.0, 9412.0, 9354.0, 9407.0, 9352.0, 9423.0, 9366.0, 9425.0, 9407.0, 9413.0, 9394.0, 9394.0, 9420.0, 9395.0, 9423.0, 9394.0, 9406.0, 9393.0, 9338.0, 9394.0, 9365.0, 9411.0, 9382.0, 9427.0, 9387.0, 9431.0, 9356.0, 9424.0, 9355.0, 9442.0, 9359.0, 9445.0, 9380.0, 9449.0, 9364.0, 9444.0, 9358.0, 9433.0, 9383.0, 9432.0, 9379.0, 9395.0, 9423.0, 9393.0, 9434.0, 9378.0, 9437.0, 9391.0, 9421.0, 9380.0, 9421.0, 9396.0, 9441.0, 9400.0, 9425.0, 9390.0, 9443.0, 9399.0, 9442.0, 9399.0, 9442.0, 9399.0, 9420.0, 9383.0, 9423.0, 9399.0, 9443.0, 9415.0, 9443.0, 9402.0, 9441.0, 9401.0, 9426.0, 9407.0, 9445.0, 9407.0, 9444.0, 9404.0, 9445.0, 9406.0, 9448.0, 9407.0, 9460.0, 9421.0, 9443.0, 9402.0, 9443.0, 9405.0, 9461.0, 9419.0, 9443.0, 9404.0, 9428.0, 9406.0, 9454.0, 9427.0, 9469.0, 9421.0, 9391.0, 9454.0, 9442.0, 9442.0, 9416.0, 9378.0, 9481.0, 9401.0, 9440.0, 9466.0, 9426.0, 9465.0, 9424.0, 9468.0, 9410.0, 9462.0, 9418.0, 9441.0, 9394.0, 9420.0, 9376.0, 9404.0, 9391.0, 9421.0, 9392.0, 9372.0, 9367.0, 9351.0, 9365.0, 9358.0, 9346.0, 9387.0, 9349.0, 9344.0, 9348.0, 9360.0, 9348.0, 9364.0, 9369.0, 9380.0, 9370.0, 9337.0, 9371.0, 9353.0, 9372.0, 9369.0, 9390.0, 9390.0, 9388.0, 9334.0, 9401.0, 9345.0, 9405.0, 9351.0, 9412.0, 9382.0, 9425.0, 9341.0, 9423.0, 9351.0, 9425.0, 9373.0, 9442.0, 9385.0, 9426.0, 9355.0, 9424.0, 9369.0, 9444.0, 9376.0, 9447.0, 9358.0, 9444.0, 9378.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.0007564396654719236</td></tr>
<tr><td colspan=3>aqi</td><td>0.020214693428912783</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.702533352332516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3111966512679436</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0108616303588527</td></tr>
<tr><td colspan=3>efc</td><td>0.492</td></tr>
<tr><td colspan=3>fber</td><td>5040.0688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07827936542461977</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6726403823178018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3951670687308546</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3662702163109945</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.575031029515567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2441999603660023</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133861</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008290375582873821</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02918272651731968</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</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.9384326264701306</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>19.6055</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1742</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.4167</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295343.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>854.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.7524</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7077</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.3026</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3404.8868</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81201.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1246.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.1456</td></tr>
<tr><td colspan=3>tsnr</td><td>39.64567616581917</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>