<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-02/func/sub-0057_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>ae1a880ae1a63eeccd59c16d656e8807</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>18:55:45.560000</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.998404, 0.00919271, -0.0557291, -0.00853867, 0.999892, 0.0119629]</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.105357</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4121, -7771, -7237, 603, -5, -241, -46, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6d4d057-5725-45f8-bcf5-9faf08e6b4ca||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.6786439418792725, -0.022908618673682213, -0.1507492959499359, 117.4549789428711], [-0.024663375690579414, 2.6826369762420654, 0.030963556841015816, -93.37109375], [-0.14951716363430023, -0.03209567815065384, 2.695610523223877, -65.35345458984375], [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': ['185545.560000', '185546.020000', '185546.480000', '185546.940000', '185547.400000', '185547.860000', '185548.320000', '185548.780000', '185549.240000', '185549.700000', '185550.160000', '185550.620000', '185551.080000', '185551.540000', '185552.000000', '185552.460000', '185552.920000', '185553.380000', '185553.840000', '185554.300000', '185554.760000', '185555.220000', '185555.680000', '185556.140000', '185556.600000', '185557.060000', '185557.520000', '185557.980000', '185558.440000', '185558.900000', '185559.360000', '185559.820000', '185600.280000', '185600.740000', '185601.200000', '185601.660000', '185602.120000', '185602.580000', '185603.040000', '185603.500000', '185603.960000', '185604.420000', '185604.880000', '185605.340000', '185605.800000', '185606.260000', '185606.720000', '185607.180000', '185607.640000', '185608.100000', '185608.560000', '185609.020000', '185609.480000', '185609.940000', '185610.400000', '185610.860000', '185611.320000', '185611.780000', '185612.240000', '185612.700000', '185613.160000', '185613.620000', '185614.080000', '185614.540000', '185615.000000', '185615.460000', '185615.920000', '185616.380000', '185616.840000', '185617.300000', '185617.760000', '185618.220000', '185618.680000', '185619.140000', '185619.600000', '185620.060000', '185620.520000', '185620.980000', '185621.440000', '185621.900000', '185622.360000', '185622.820000', '185623.280000', '185623.740000', '185624.200000', '185624.660000', '185625.120000', '185625.580000', '185626.040000', '185626.500000', '185626.960000', '185627.420000', '185627.880000', '185628.340000', '185628.800000', '185629.260000', '185629.720000', '185630.180000', '185630.640000', '185631.100000', '185631.560000', '185632.020000', '185632.480000', '185632.940000', '185633.400000', '185633.860000', '185634.320000', '185634.780000', '185635.240000', '185635.700000', '185636.160000', '185636.620000', '185637.080000', '185637.540000', '185638.000000', '185638.460000', '185638.920000', '185639.380000', '185639.840000', '185640.300000', '185640.760000', '185641.220000', '185641.680000', '185642.140000', '185642.600000', '185643.060000', '185643.520000', '185643.980000', '185644.440000', '185644.900000', '185645.360000', '185645.820000', '185646.280000', '185646.740000', '185647.200000', '185647.660000', '185648.120000', '185648.580000', '185649.040000', '185649.500000', '185649.960000', '185650.420000', '185650.880000', '185651.340000', '185651.800000', '185652.260000', '185652.720000', '185653.180000', '185653.640000', '185654.100000', '185654.560000', '185655.020000', '185655.480000', '185655.940000', '185656.400000', '185656.860000', '185657.320000', '185657.780000', '185658.240000', '185658.700000', '185659.160000', '185659.620000', '185700.080000', '185700.540000', '185701.000000', '185701.460000', '185701.920000', '185702.380000', '185702.840000', '185703.300000', '185703.760000', '185704.220000', '185704.680000', '185705.140000', '185705.600000', '185706.060000', '185706.520000', '185706.980000', '185707.440000', '185707.900000', '185708.360000', '185708.820000', '185709.280000', '185709.740000', '185710.200000', '185710.660000', '185711.120000', '185711.580000', '185712.040000', '185712.500000', '185712.960000', '185713.420000', '185713.880000', '185714.340000', '185714.800000', '185715.260000', '185715.720000', '185716.180000', '185716.640000', '185717.100000', '185717.560000', '185718.020000', '185718.480000', '185718.940000', '185719.400000', '185719.860000', '185720.320000', '185720.780000', '185721.240000', '185721.700000', '185722.160000', '185722.620000', '185723.080000', '185723.540000', '185724.000000', '185724.460000', '185724.920000', '185725.380000', '185725.840000', '185726.300000', '185726.760000', '185727.220000', '185727.680000', '185728.140000', '185728.600000', '185729.060000', '185729.520000', '185729.980000', '185730.440000', '185730.900000', '185731.360000', '185731.820000', '185732.280000', '185732.740000', '185733.200000', '185733.660000', '185734.120000', '185734.580000', '185735.040000', '185735.500000', '185735.960000', '185736.420000', '185736.880000', '185737.340000', '185737.800000', '185738.260000', '185738.720000', '185739.180000', '185739.640000', '185740.100000', '185740.560000', '185741.020000', '185741.480000', '185741.940000', '185742.400000', '185742.860000', '185743.320000', '185743.780000', '185744.240000', '185744.700000', '185745.160000', '185745.620000', '185746.080000', '185746.540000', '185747.000000', '185747.460000', '185747.920000', '185748.380000', '185748.840000', '185749.300000', '185749.760000', '185750.220000', '185750.680000', '185751.140000', '185751.600000', '185752.060000', '185752.520000', '185752.980000', '185753.440000', '185753.900000', '185754.360000', '185754.820000', '185755.280000', '185755.740000', '185756.200000', '185756.660000', '185757.120000', '185757.580000', '185758.040000', '185758.500000', '185758.960000', '185759.420000', '185759.880000', '185800.340000', '185800.800000', '185801.260000', '185801.720000', '185802.180000', '185802.640000', '185803.100000', '185803.560000', '185804.020000', '185804.480000', '185804.940000', '185805.400000', '185805.860000', '185806.320000', '185806.780000', '185807.240000', '185807.700000', '185808.160000', '185808.620000', '185809.080000', '185809.540000', '185810.000000', '185810.460000', '185810.920000', '185811.380000', '185811.840000', '185812.300000', '185812.760000', '185813.220000', '185813.680000', '185814.140000', '185814.600000', '185815.060000', '185815.520000', '185815.980000', '185816.440000', '185816.900000', '185817.360000', '185817.820000', '185818.280000', '185818.740000', '185819.200000', '185819.660000', '185820.120000', '185820.580000', '185821.040000', '185821.500000', '185821.960000', '185822.420000', '185822.880000', '185823.340000', '185823.800000', '185824.260000', '185824.720000', '185825.180000', '185825.640000', '185826.100000', '185826.560000', '185827.020000', '185827.480000', '185827.940000', '185828.400000', '185828.860000', '185829.320000', '185829.780000', '185830.240000', '185830.700000', '185831.160000', '185831.620000', '185832.080000', '185832.540000', '185833.000000', '185833.460000', '185833.920000', '185834.380000', '185834.840000', '185835.300000', '185835.760000', '185836.220000', '185836.680000', '185837.140000', '185837.600000', '185838.060000', '185838.520000', '185838.980000', '185839.440000', '185839.900000', '185840.360000', '185840.820000', '185841.280000', '185841.740000', '185842.200000', '185842.660000', '185843.120000', '185843.580000', '185844.040000', '185844.500000', '185844.960000', '185845.420000', '185845.880000', '185846.340000', '185846.800000', '185847.260000', '185847.720000', '185848.180000', '185848.640000', '185849.100000', '185849.560000', '185850.020000', '185850.480000', '185850.940000', '185851.400000', '185851.860000', '185852.320000', '185852.780000', '185853.240000', '185853.700000', '185854.160000', '185854.620000', '185855.080000', '185855.540000', '185856.000000', '185856.460000', '185856.920000', '185857.380000', '185857.840000', '185858.300000', '185858.760000', '185859.220000', '185859.680000', '185900.140000', '185900.600000', '185901.060000', '185901.520000', '185901.980000', '185902.440000', '185902.900000', '185903.360000', '185903.820000', '185904.280000', '185904.740000', '185905.200000', '185905.660000', '185906.120000', '185906.580000', '185907.040000', '185907.500000', '185907.960000', '185908.420000', '185908.880000', '185909.340000', '185909.800000', '185910.260000', '185910.720000', '185911.180000', '185911.640000', '185912.100000', '185912.560000', '185913.020000', '185913.480000', '185913.940000', '185914.400000', '185914.860000', '185915.320000', '185915.780000', '185916.240000', '185916.700000', '185917.160000', '185917.620000', '185918.080000', '185918.540000', '185919.000000', '185919.460000', '185919.920000', '185920.380000', '185920.840000', '185921.300000', '185921.760000', '185922.220000', '185922.680000', '185923.140000', '185923.600000', '185924.060000', '185924.520000', '185924.980000', '185925.440000', '185925.900000', '185926.360000', '185926.820000', '185927.280000', '185927.740000', '185928.200000', '185928.660000', '185929.120000', '185929.580000', '185930.040000', '185930.500000', '185930.960000', '185931.420000', '185931.880000', '185932.340000', '185932.800000', '185933.260000', '185933.720000', '185934.180000', '185934.640000', '185935.100000', '185935.560000', '185936.020000', '185936.480000', '185936.940000', '185937.400000', '185937.860000', '185938.320000', '185938.780000', '185939.240000', '185939.700000', '185940.160000', '185940.620000', '185941.080000', '185941.540000', '185942.000000', '185942.460000', '185942.920000', '185943.380000', '185943.840000', '185944.300000', '185944.760000', '185945.220000', '185945.680000', '185946.140000', '185946.600000', '185947.060000', '185947.520000', '185947.980000', '185948.440000', '185948.900000', '185949.360000', '185949.820000', '185950.280000', '185950.740000', '185951.200000', '185951.660000', '185952.120000', '185952.580000', '185953.040000', '185953.500000', '185953.960000', '185954.420000', '185954.880000', '185955.340000', '185955.800000', '185956.260000', '185956.720000', '185957.180000', '185957.640000', '185958.100000', '185958.560000', '185959.020000', '185959.480000', '185959.940000', '190000.400000', '190000.860000', '190001.320000', '190001.780000', '190002.240000', '190002.700000', '190003.160000', '190003.620000', '190004.080000', '190004.540000', '190005.000000', '190005.460000', '190005.920000', '190006.380000', '190006.840000', '190007.300000', '190007.760000', '190008.220000', '190008.680000', '190009.140000', '190009.600000', '190010.060000', '190010.520000', '190010.980000', '190011.440000', '190011.900000', '190012.360000', '190012.820000', '190013.280000', '190013.740000', '190014.200000', '190014.660000', '190015.120000', '190015.580000', '190016.040000', '190016.500000', '190016.960000', '190017.420000', '190017.880000', '190018.340000', '190018.800000', '190019.260000', '190019.720000', '190020.180000', '190020.640000', '190021.100000', '190021.560000', '190022.020000', '190022.480000', '190022.940000', '190023.400000', '190023.860000', '190024.320000', '190024.780000', '190025.240000', '190025.700000', '190026.160000', '190026.620000', '190027.080000', '190027.540000', '190028.000000', '190028.460000', '190028.920000', '190029.380000', '190029.840000', '190030.300000', '190030.760000', '190031.220000', '190031.680000', '190032.140000', '190032.600000', '190033.060000', '190033.520000', '190033.980000', '190034.440000', '190034.900000', '190035.360000', '190035.820000', '190036.280000', '190036.740000', '190037.200000', '190037.660000', '190038.120000', '190038.580000', '190039.040000', '190039.500000', '190039.960000', '190040.420000', '190040.880000', '190041.340000', '190041.800000', '190042.260000', '190042.720000', '190043.180000', '190043.640000', '190044.100000', '190044.560000', '190045.020000', '190045.480000', '190045.940000', '190046.400000', '190046.860000', '190047.320000', '190047.780000', '190048.240000', '190048.700000', '190049.160000', '190049.620000', '190050.080000', '190050.540000', '190051.000000', '190051.460000', '190051.920000', '190052.380000', '190052.840000', '190053.300000', '190053.760000', '190054.220000', '190054.680000', '190055.140000', '190055.600000', '190056.060000', '190056.520000', '190056.980000', '190057.440000', '190057.900000', '190058.360000', '190058.820000', '190059.280000', '190059.740000', '190100.200000', '190100.660000', '190101.120000', '190101.580000', '190102.040000', '190102.500000', '190102.960000', '190103.420000', '190103.880000', '190104.340000', '190104.800000', '190105.260000', '190105.720000', '190106.180000', '190106.640000', '190107.100000', '190107.560000', '190108.020000', '190108.480000', '190108.940000', '190109.400000', '190109.860000', '190110.320000', '190110.780000', '190111.240000', '190111.700000', '190112.160000', '190112.620000', '190113.080000', '190113.540000', '190114.000000', '190114.460000', '190114.920000', '190115.380000', '190115.840000', '190116.300000', '190116.760000', '190117.220000', '190117.680000', '190118.140000', '190118.600000', '190119.060000', '190119.520000', '190119.980000', '190120.440000', '190120.900000', '190121.360000', '190121.820000', '190122.280000', '190122.740000', '190123.200000', '190123.660000', '190124.120000', '190124.580000', '190125.040000', '190125.500000', '190125.960000', '190126.420000', '190126.880000', '190127.340000', '190127.800000', '190128.260000', '190128.720000', '190129.180000', '190129.640000', '190130.100000', '190130.560000', '190131.020000', '190131.480000', '190131.940000', '190132.400000', '190132.860000', '190133.320000', '190133.780000', '190134.240000', '190134.700000', '190135.160000', '190135.620000', '190136.080000', '190136.540000', '190137.000000', '190137.460000', '190137.920000', '190138.380000', '190138.840000', '190139.300000', '190139.760000', '190140.220000', '190140.680000', '190141.140000', '190141.600000', '190142.060000', '190142.520000', '190142.980000', '190143.440000', '190143.900000', '190144.360000', '190144.820000', '190145.280000', '190145.740000', '190146.200000', '190146.660000', '190147.120000', '190147.580000', '190148.040000', '190148.500000', '190148.960000', '190149.420000', '190149.880000', '190150.340000', '190150.800000', '190151.260000', '190151.720000', '190152.180000', '190152.640000', '190153.100000', '190153.560000', '190154.020000', '190154.480000', '190154.940000', '190155.400000', '190155.860000', '190156.320000', '190156.780000', '190157.240000', '190157.700000', '190158.160000', '190158.620000', '190159.080000', '190159.540000', '190200.000000', '190200.460000', '190200.920000', '190201.380000', '190201.840000', '190202.300000', '190202.760000', '190203.220000', '190203.680000', '190204.140000', '190204.600000', '190205.060000', '190205.520000', '190205.980000', '190206.440000', '190206.900000', '190207.360000', '190207.820000', '190208.280000', '190208.740000', '190209.200000', '190209.660000', '190210.120000', '190210.580000', '190211.040000'], 'ContentTime': ['185610.891000', '185610.894000', '185610.897000', '185610.899000', '185610.902000', '185610.905000', '185610.907000', '185610.910000', '185610.912000', '185610.915000', '185610.917000', '185610.920000', '185610.922000', '185610.925000', '185610.928000', '185610.930000', '185610.933000', '185610.936000', '185610.938000', '185610.941000', '185610.943000', '185610.946000', '185610.948000', '185610.951000', '185610.954000', '185610.956000', '185610.985000', '185610.988000', '185610.991000', '185610.993000', '185610.996000', '185610.998000', '185611.001000', '185611.004000', '185611.006000', '185611.009000', '185611.011000', '185611.014000', '185611.016000', '185611.019000', '185611.022000', '185611.024000', '185611.027000', '185611.029000', '185611.032000', '185611.035000', '185611.037000', '185611.040000', '185611.042000', '185611.045000', '185611.048000', '185611.050000', '185630.866000', '185630.869000', '185630.872000', '185630.875000', '185630.878000', '185630.881000', '185630.883000', '185630.886000', '185630.888000', '185630.891000', '185630.894000', '185630.896000', '185630.899000', '185630.901000', '185630.904000', '185630.907000', '185630.909000', '185630.918000', '185630.921000', '185630.923000', '185630.926000', '185630.929000', '185630.931000', '185630.934000', '185630.936000', '185630.939000', '185630.942000', '185630.944000', '185630.947000', '185630.949000', '185630.952000', '185630.954000', '185630.967000', '185630.969000', '185630.972000', '185630.974000', '185630.977000', '185630.980000', '185630.982000', '185630.985000', '185630.987000', '185630.990000', '185630.992000', '185630.995000', '185650.867000', '185650.869000', '185650.872000', '185650.875000', '185650.877000', '185650.880000', '185650.883000', '185650.885000', '185650.888000', '185650.890000', '185650.893000', '185650.895000', '185650.898000', '185650.901000', '185650.903000', '185650.906000', '185650.908000', '185650.911000', '185650.914000', '185650.916000', '185650.919000', '185650.921000', '185650.924000', '185650.927000', '185650.929000', '185650.932000', '185650.934000', '185650.937000', '185650.939000', '185650.942000', '185650.945000', '185650.947000', '185650.950000', '185650.953000', '185650.955000', '185650.958000', '185650.960000', '185650.963000', '185650.966000', '185650.968000', '185650.971000', '185650.973000', '185650.976000', '185710.866000', '185710.869000', '185710.872000', '185710.874000', '185710.877000', '185710.880000', '185710.882000', '185710.885000', '185710.887000', '185710.890000', '185710.915000', '185710.918000', '185710.920000', '185710.923000', '185710.926000', '185710.928000', '185710.931000', '185710.933000', '185710.936000', '185710.939000', '185710.941000', '185710.944000', '185710.946000', '185710.949000', '185710.951000', '185710.954000', '185710.956000', '185710.959000', '185710.962000', '185710.965000', '185710.968000', '185710.971000', '185710.974000', '185710.976000', '185710.979000', '185710.981000', '185710.984000', '185710.987000', '185710.989000', '185710.992000', '185710.994000', '185710.997000', '185710.999000', '185730.866000', '185730.869000', '185730.872000', '185730.875000', '185730.877000', '185730.880000', '185730.882000', '185730.885000', '185730.888000', '185730.890000', '185730.893000', '185730.895000', '185730.898000', '185730.900000', '185730.911000', '185730.913000', '185730.916000', '185730.919000', '185730.921000', '185730.924000', '185730.926000', '185730.929000', '185730.932000', '185730.934000', '185730.937000', '185730.939000', '185730.942000', '185730.944000', '185730.947000', '185730.950000', '185730.952000', '185730.955000', '185730.958000', '185730.960000', '185730.963000', '185730.965000', '185730.968000', '185730.971000', '185730.973000', '185730.976000', '185730.979000', '185730.981000', '185730.984000', '185730.986000', '185750.866000', '185750.869000', '185750.872000', '185750.875000', '185750.877000', '185750.880000', '185750.882000', '185750.885000', '185750.888000', '185750.890000', '185750.893000', '185750.895000', '185750.899000', '185750.902000', '185750.905000', '185750.908000', '185750.910000', '185750.915000', '185750.918000', '185750.920000', '185750.923000', '185750.925000', '185750.928000', '185750.931000', '185750.933000', '185750.936000', '185750.939000', '185750.941000', '185750.944000', '185750.946000', '185750.949000', '185750.951000', '185750.954000', '185750.957000', '185750.959000', '185750.962000', '185750.964000', '185750.967000', '185750.970000', '185750.973000', '185750.975000', '185750.978000', '185750.981000', '185810.866000', '185810.869000', '185810.872000', '185810.875000', '185810.877000', '185810.880000', '185810.882000', '185810.885000', '185810.888000', '185810.890000', '185810.893000', '185810.896000', '185810.898000', '185810.901000', '185810.903000', '185810.906000', '185810.909000', '185810.911000', '185810.914000', '185810.916000', '185810.919000', '185810.922000', '185810.924000', '185810.927000', '185810.930000', '185810.932000', '185810.935000', '185810.937000', '185810.940000', '185810.943000', '185810.945000', '185810.948000', '185810.950000', '185810.953000', '185810.955000', '185810.958000', '185810.961000', '185810.963000', '185810.966000', '185810.968000', '185810.971000', '185810.973000', '185810.985000', '185810.987000', '185830.867000', '185830.869000', '185830.872000', '185830.875000', '185830.877000', '185830.880000', '185830.882000', '185830.885000', '185830.888000', '185830.890000', '185830.893000', '185830.895000', '185830.898000', '185830.901000', '185830.903000', '185830.906000', '185830.908000', '185830.911000', '185830.914000', '185830.917000', '185830.920000', '185830.923000', '185830.928000', '185830.931000', '185830.933000', '185830.936000', '185830.939000', '185830.941000', '185830.944000', '185830.946000', '185830.949000', '185830.952000', '185830.954000', '185830.957000', '185830.959000', '185830.962000', '185830.965000', '185830.967000', '185830.970000', '185830.972000', '185830.975000', '185830.978000', '185830.980000', '185850.867000', '185850.869000', '185850.872000', '185850.875000', '185850.877000', '185850.880000', '185850.882000', '185850.885000', '185850.888000', '185850.890000', '185850.893000', '185850.895000', '185850.898000', '185850.901000', '185850.903000', '185850.906000', '185850.908000', '185850.911000', '185850.914000', '185850.916000', '185850.919000', '185850.922000', '185850.924000', '185850.927000', '185850.930000', '185850.932000', '185850.935000', '185850.938000', '185850.940000', '185850.943000', '185850.945000', '185850.948000', '185850.950000', '185850.953000', '185850.956000', '185850.958000', '185850.961000', '185850.963000', '185850.966000', '185850.969000', '185850.971000', '185850.974000', '185850.976000', '185850.979000', '185910.867000', '185910.869000', '185910.872000', '185910.875000', '185910.877000', '185910.880000', '185910.882000', '185910.885000', '185910.888000', '185910.890000', '185910.893000', '185910.895000', '185910.898000', '185910.901000', '185910.903000', '185910.906000', '185910.908000', '185910.922000', '185910.924000', '185910.927000', '185910.929000', '185910.932000', '185910.934000', '185910.937000', '185910.940000', '185910.942000', '185910.945000', '185910.947000', '185910.950000', '185910.953000', '185910.956000', '185910.959000', '185910.961000', '185910.964000', '185910.966000', '185910.969000', '185910.972000', '185910.974000', '185910.977000', '185910.979000', '185910.982000', '185910.985000', '185910.987000', '185930.867000', '185930.870000', '185930.872000', '185930.875000', '185930.877000', '185930.880000', '185930.882000', '185930.885000', '185930.888000', '185930.890000', '185930.893000', '185930.895000', '185930.898000', '185930.901000', '185930.904000', '185930.906000', '185930.909000', '185930.911000', '185930.914000', '185930.917000', '185930.919000', '185930.922000', '185930.924000', '185930.927000', '185930.930000', '185930.932000', '185930.935000', '185930.938000', '185930.940000', '185930.943000', '185930.945000', '185930.948000', '185930.950000', '185930.953000', '185930.956000', '185930.958000', '185930.961000', '185930.963000', '185930.966000', '185930.969000', '185930.971000', '185930.974000', '185930.976000', '185930.979000', '185950.867000', '185950.870000', '185950.872000', '185950.875000', '185950.877000', '185950.880000', '185950.883000', '185950.885000', '185950.888000', '185950.929000', '185950.932000', '185950.934000', '185950.937000', '185950.939000', '185950.942000', '185950.945000', '185950.947000', '185950.950000', '185950.953000', '185950.956000', '185950.959000', '185950.962000', '185950.964000', '185950.967000', '185950.970000', '185950.972000', '185950.975000', '185950.978000', '185950.980000', '185950.983000', '185950.985000', '185950.988000', '185950.991000', '185950.993000', '185950.996000', '185950.998000', '185951.001000', '185951.004000', '185951.011000', '185951.013000', '185951.016000', '185951.019000', '185951.021000', '190010.867000', '190010.870000', '190010.872000', '190010.875000', '190010.877000', '190010.880000', '190010.883000', '190010.885000', '190010.888000', '190010.891000', '190010.893000', '190010.896000', '190010.898000', '190010.901000', '190010.904000', '190010.906000', '190010.909000', '190010.911000', '190010.914000', '190010.917000', '190010.919000', '190010.922000', '190010.924000', '190010.927000', '190010.930000', '190010.932000', '190010.935000', '190010.938000', '190010.940000', '190010.943000', '190010.945000', '190010.948000', '190010.951000', '190010.953000', '190010.956000', '190010.958000', '190010.961000', '190010.964000', '190010.966000', '190010.969000', '190010.972000', '190010.974000', '190010.977000', '190010.979000', '190030.866000', '190030.869000', '190030.872000', '190030.874000', '190030.877000', '190030.880000', '190030.882000', '190030.885000', '190030.888000', '190030.890000', '190030.893000', '190030.895000', '190030.898000', '190030.901000', '190030.903000', '190030.906000', '190030.908000', '190030.911000', '190030.913000', '190030.916000', '190030.919000', '190030.921000', '190030.924000', '190030.926000', '190030.929000', '190030.932000', '190030.934000', '190030.937000', '190030.939000', '190030.942000', '190030.944000', '190030.947000', '190030.950000', '190030.952000', '190030.955000', '190030.957000', '190030.961000', '190030.964000', '190030.967000', '190030.969000', '190030.972000', '190030.974000', '190030.977000', '190050.867000', '190050.869000', '190050.872000', '190050.875000', '190050.878000', '190050.880000', '190050.883000', '190050.885000', '190050.888000', '190050.891000', '190050.893000', '190050.896000', '190050.899000', '190050.901000', '190050.904000', '190050.906000', '190050.909000', '190050.912000', '190050.914000', '190050.917000', '190050.919000', '190050.922000', '190050.925000', '190050.927000', '190050.930000', '190050.933000', '190050.935000', '190050.938000', '190050.941000', '190050.943000', '190050.946000', '190050.948000', '190050.951000', '190050.954000', '190050.956000', '190050.959000', '190050.962000', '190050.964000', '190050.967000', '190050.969000', '190050.972000', '190050.975000', '190050.977000', '190050.980000', '190110.867000', '190110.869000', '190110.872000', '190110.875000', '190110.877000', '190110.880000', '190110.883000', '190110.885000', '190110.888000', '190110.890000', '190110.893000', '190110.896000', '190110.898000', '190110.901000', '190110.903000', '190110.906000', '190110.909000', '190110.911000', '190110.914000', '190110.916000', '190110.919000', '190110.922000', '190110.924000', '190110.927000', '190110.929000', '190110.932000', '190110.935000', '190110.937000', '190110.940000', '190110.943000', '190110.945000', '190110.948000', '190110.950000', '190110.953000', '190111.003000', '190111.006000', '190111.009000', '190111.011000', '190111.014000', '190111.016000', '190111.019000', '190111.022000', '190111.024000', '190130.867000', '190130.874000', '190130.877000', '190130.880000', '190130.882000', '190130.885000', '190130.887000', '190130.890000', '190130.893000', '190130.895000', '190130.898000', '190130.900000', '190130.903000', '190130.905000', '190130.908000', '190130.911000', '190130.913000', '190130.916000', '190130.918000', '190130.921000', '190130.924000', '190130.926000', '190130.929000', '190130.932000', '190130.934000', '190130.937000', '190130.939000', '190130.942000', '190130.944000', '190130.947000', '190130.949000', '190130.952000', '190130.955000', '190130.957000', '190130.960000', '190130.963000', '190130.965000', '190130.968000', '190130.970000', '190130.973000', '190130.976000', '190130.978000', '190130.981000', '190130.983000', '190150.867000', '190150.869000', '190150.872000', '190150.875000', '190150.877000', '190150.880000', '190150.883000', '190150.885000', '190150.888000', '190150.890000', '190150.893000', '190150.896000', '190150.898000', '190150.901000', '190150.903000', '190150.906000', '190150.909000', '190150.911000', '190150.914000', '190150.917000', '190150.919000', '190150.922000', '190150.924000', '190150.927000', '190150.930000', '190150.932000', '190150.935000', '190150.937000', '190150.940000', '190150.942000', '190150.945000', '190150.948000', '190150.950000', '190150.953000', '190150.956000', '190150.958000', '190150.961000', '190150.964000', '190150.966000', '190150.969000', '190150.971000', '190150.974000', '190150.977000', '190210.867000', '190210.897000', '190210.899000', '190210.902000', '190210.904000', '190210.907000', '190210.910000', '190210.912000', '190210.915000', '190210.917000', '190210.920000', '190210.923000', '190210.925000', '190210.928000', '190210.930000', '190210.933000', '190210.936000', '190210.938000', '190210.941000', '190210.943000', '190210.946000', '190210.948000', '190210.951000', '190210.954000', '190210.956000', '190210.959000', '190210.961000', '190210.964000', '190210.967000', '190210.969000', '190210.972000', '190210.974000', '190210.977000', '190210.980000', '190210.982000', '190210.985000', '190210.987000', '190210.990000', '190210.993000', '190210.995000', '190210.998000', '190211.002000', '190211.004000', '190211.007000', '190212.605000', '190212.608000', '190212.611000', '190212.614000'], 'InstanceCreationTime': ['185610.891000', '185610.894000', '185610.897000', '185610.899000', '185610.902000', '185610.905000', '185610.907000', '185610.910000', '185610.912000', '185610.915000', '185610.917000', '185610.920000', '185610.922000', '185610.925000', '185610.928000', '185610.930000', '185610.933000', '185610.936000', '185610.938000', '185610.941000', '185610.943000', '185610.946000', '185610.948000', '185610.951000', '185610.954000', '185610.956000', '185610.985000', '185610.988000', '185610.991000', '185610.993000', '185610.996000', '185610.998000', '185611.001000', '185611.004000', '185611.006000', '185611.009000', '185611.011000', '185611.014000', '185611.016000', '185611.019000', '185611.022000', '185611.024000', '185611.027000', '185611.029000', '185611.032000', '185611.035000', '185611.037000', '185611.040000', '185611.042000', '185611.045000', '185611.048000', '185611.050000', '185630.866000', '185630.869000', '185630.872000', '185630.875000', '185630.878000', '185630.881000', '185630.883000', '185630.886000', '185630.888000', '185630.891000', '185630.894000', '185630.896000', '185630.899000', '185630.901000', '185630.904000', '185630.907000', '185630.909000', '185630.918000', '185630.921000', '185630.923000', '185630.926000', '185630.929000', '185630.931000', '185630.934000', '185630.936000', '185630.939000', '185630.942000', '185630.944000', '185630.947000', '185630.949000', '185630.952000', '185630.954000', '185630.967000', '185630.969000', '185630.972000', '185630.974000', '185630.977000', '185630.980000', '185630.982000', '185630.985000', '185630.987000', '185630.990000', '185630.992000', '185630.995000', '185650.867000', '185650.869000', '185650.872000', '185650.875000', '185650.877000', '185650.880000', '185650.883000', '185650.885000', '185650.888000', '185650.890000', '185650.893000', '185650.895000', '185650.898000', '185650.901000', '185650.903000', '185650.906000', '185650.908000', '185650.911000', '185650.914000', '185650.916000', '185650.919000', '185650.921000', '185650.924000', '185650.927000', '185650.929000', '185650.932000', '185650.934000', '185650.937000', '185650.939000', '185650.942000', '185650.945000', '185650.947000', '185650.950000', '185650.953000', '185650.955000', '185650.958000', '185650.960000', '185650.963000', '185650.966000', '185650.968000', '185650.971000', '185650.973000', '185650.976000', '185710.866000', '185710.869000', '185710.872000', '185710.874000', '185710.877000', '185710.880000', '185710.882000', '185710.885000', '185710.887000', '185710.890000', '185710.915000', '185710.918000', '185710.920000', '185710.923000', '185710.926000', '185710.928000', '185710.931000', '185710.933000', '185710.936000', '185710.939000', '185710.941000', '185710.944000', '185710.946000', '185710.949000', '185710.951000', '185710.954000', '185710.956000', '185710.959000', '185710.962000', '185710.965000', '185710.968000', '185710.971000', '185710.974000', '185710.976000', '185710.979000', '185710.981000', '185710.984000', '185710.987000', '185710.989000', '185710.992000', '185710.994000', '185710.997000', '185710.999000', '185730.866000', '185730.869000', '185730.872000', '185730.875000', '185730.877000', '185730.880000', '185730.882000', '185730.885000', '185730.888000', '185730.890000', '185730.893000', '185730.895000', '185730.898000', '185730.900000', '185730.911000', '185730.913000', '185730.916000', '185730.919000', '185730.921000', '185730.924000', '185730.926000', '185730.929000', '185730.932000', '185730.934000', '185730.937000', '185730.939000', '185730.942000', '185730.944000', '185730.947000', '185730.950000', '185730.952000', '185730.955000', '185730.958000', '185730.960000', '185730.963000', '185730.965000', '185730.968000', '185730.971000', '185730.973000', '185730.976000', '185730.979000', '185730.981000', '185730.984000', '185730.986000', '185750.866000', '185750.869000', '185750.872000', '185750.875000', '185750.877000', '185750.880000', '185750.882000', '185750.885000', '185750.888000', '185750.890000', '185750.893000', '185750.895000', '185750.899000', '185750.902000', '185750.905000', '185750.908000', '185750.910000', '185750.915000', '185750.918000', '185750.920000', '185750.923000', '185750.925000', '185750.928000', '185750.931000', '185750.933000', '185750.936000', '185750.939000', '185750.941000', '185750.944000', '185750.946000', '185750.949000', '185750.951000', '185750.954000', '185750.957000', '185750.959000', '185750.962000', '185750.964000', '185750.967000', '185750.970000', '185750.973000', '185750.975000', '185750.978000', '185750.981000', '185810.866000', '185810.869000', '185810.872000', '185810.875000', '185810.877000', '185810.880000', '185810.882000', '185810.885000', '185810.888000', '185810.890000', '185810.893000', '185810.896000', '185810.898000', '185810.901000', '185810.903000', '185810.906000', '185810.909000', '185810.911000', '185810.914000', '185810.916000', '185810.919000', '185810.922000', '185810.924000', '185810.927000', '185810.930000', '185810.932000', '185810.935000', '185810.937000', '185810.940000', '185810.943000', '185810.945000', '185810.948000', '185810.950000', '185810.953000', '185810.955000', '185810.958000', '185810.961000', '185810.963000', '185810.966000', '185810.968000', '185810.971000', '185810.973000', '185810.985000', '185810.987000', '185830.867000', '185830.869000', '185830.872000', '185830.875000', '185830.877000', '185830.880000', '185830.882000', '185830.885000', '185830.888000', '185830.890000', '185830.893000', '185830.895000', '185830.898000', '185830.901000', '185830.903000', '185830.906000', '185830.908000', '185830.911000', '185830.914000', '185830.917000', '185830.920000', '185830.923000', '185830.928000', '185830.931000', '185830.933000', '185830.936000', '185830.939000', '185830.941000', '185830.944000', '185830.946000', '185830.949000', '185830.952000', '185830.954000', '185830.957000', '185830.959000', '185830.962000', '185830.965000', '185830.967000', '185830.970000', '185830.972000', '185830.975000', '185830.978000', '185830.980000', '185850.867000', '185850.869000', '185850.872000', '185850.875000', '185850.877000', '185850.880000', '185850.882000', '185850.885000', '185850.888000', '185850.890000', '185850.893000', '185850.895000', '185850.898000', '185850.901000', '185850.903000', '185850.906000', '185850.908000', '185850.911000', '185850.914000', '185850.916000', '185850.919000', '185850.922000', '185850.924000', '185850.927000', '185850.930000', '185850.932000', '185850.935000', '185850.938000', '185850.940000', '185850.943000', '185850.945000', '185850.948000', '185850.950000', '185850.953000', '185850.956000', '185850.958000', '185850.961000', '185850.963000', '185850.966000', '185850.969000', '185850.971000', '185850.974000', '185850.976000', '185850.979000', '185910.867000', '185910.869000', '185910.872000', '185910.875000', '185910.877000', '185910.880000', '185910.882000', '185910.885000', '185910.888000', '185910.890000', '185910.893000', '185910.895000', '185910.898000', '185910.901000', '185910.903000', '185910.906000', '185910.908000', '185910.922000', '185910.924000', '185910.927000', '185910.929000', '185910.932000', '185910.934000', '185910.937000', '185910.940000', '185910.942000', '185910.945000', '185910.947000', '185910.950000', '185910.953000', '185910.956000', '185910.959000', '185910.961000', '185910.964000', '185910.966000', '185910.969000', '185910.972000', '185910.974000', '185910.977000', '185910.979000', '185910.982000', '185910.985000', '185910.987000', '185930.867000', '185930.870000', '185930.872000', '185930.875000', '185930.877000', '185930.880000', '185930.882000', '185930.885000', '185930.888000', '185930.890000', '185930.893000', '185930.895000', '185930.898000', '185930.901000', '185930.904000', '185930.906000', '185930.909000', '185930.911000', '185930.914000', '185930.917000', '185930.919000', '185930.922000', '185930.924000', '185930.927000', '185930.930000', '185930.932000', '185930.935000', '185930.938000', '185930.940000', '185930.943000', '185930.945000', '185930.948000', '185930.950000', '185930.953000', '185930.956000', '185930.958000', '185930.961000', '185930.963000', '185930.966000', '185930.969000', '185930.971000', '185930.974000', '185930.976000', '185930.979000', '185950.867000', '185950.870000', '185950.872000', '185950.875000', '185950.877000', '185950.880000', '185950.883000', '185950.885000', '185950.888000', '185950.929000', '185950.932000', '185950.934000', '185950.937000', '185950.939000', '185950.942000', '185950.945000', '185950.947000', '185950.950000', '185950.953000', '185950.956000', '185950.959000', '185950.962000', '185950.964000', '185950.967000', '185950.970000', '185950.972000', '185950.975000', '185950.978000', '185950.980000', '185950.983000', '185950.985000', '185950.988000', '185950.991000', '185950.993000', '185950.996000', '185950.998000', '185951.001000', '185951.004000', '185951.011000', '185951.013000', '185951.016000', '185951.019000', '185951.021000', '190010.867000', '190010.870000', '190010.872000', '190010.875000', '190010.877000', '190010.880000', '190010.883000', '190010.885000', '190010.888000', '190010.891000', '190010.893000', '190010.896000', '190010.898000', '190010.901000', '190010.904000', '190010.906000', '190010.909000', '190010.911000', '190010.914000', '190010.917000', '190010.919000', '190010.922000', '190010.924000', '190010.927000', '190010.930000', '190010.932000', '190010.935000', '190010.938000', '190010.940000', '190010.943000', '190010.945000', '190010.948000', '190010.951000', '190010.953000', '190010.956000', '190010.958000', '190010.961000', '190010.964000', '190010.966000', '190010.969000', '190010.972000', '190010.974000', '190010.977000', '190010.979000', '190030.866000', '190030.869000', '190030.872000', '190030.874000', '190030.877000', '190030.880000', '190030.882000', '190030.885000', '190030.888000', '190030.890000', '190030.893000', '190030.895000', '190030.898000', '190030.901000', '190030.903000', '190030.906000', '190030.908000', '190030.911000', '190030.913000', '190030.916000', '190030.919000', '190030.921000', '190030.924000', '190030.926000', '190030.929000', '190030.932000', '190030.934000', '190030.937000', '190030.939000', '190030.942000', '190030.944000', '190030.947000', '190030.950000', '190030.952000', '190030.955000', '190030.957000', '190030.961000', '190030.964000', '190030.967000', '190030.969000', '190030.972000', '190030.974000', '190030.977000', '190050.867000', '190050.869000', '190050.872000', '190050.875000', '190050.878000', '190050.880000', '190050.883000', '190050.885000', '190050.888000', '190050.891000', '190050.893000', '190050.896000', '190050.899000', '190050.901000', '190050.904000', '190050.906000', '190050.909000', '190050.912000', '190050.914000', '190050.917000', '190050.919000', '190050.922000', '190050.925000', '190050.927000', '190050.930000', '190050.933000', '190050.935000', '190050.938000', '190050.941000', '190050.943000', '190050.946000', '190050.948000', '190050.951000', '190050.954000', '190050.956000', '190050.959000', '190050.962000', '190050.964000', '190050.967000', '190050.969000', '190050.972000', '190050.975000', '190050.977000', '190050.980000', '190110.867000', '190110.869000', '190110.872000', '190110.875000', '190110.877000', '190110.880000', '190110.883000', '190110.885000', '190110.888000', '190110.890000', '190110.893000', '190110.896000', '190110.898000', '190110.901000', '190110.903000', '190110.906000', '190110.909000', '190110.911000', '190110.914000', '190110.916000', '190110.919000', '190110.922000', '190110.924000', '190110.927000', '190110.929000', '190110.932000', '190110.935000', '190110.937000', '190110.940000', '190110.943000', '190110.945000', '190110.948000', '190110.950000', '190110.953000', '190111.003000', '190111.006000', '190111.009000', '190111.011000', '190111.014000', '190111.016000', '190111.019000', '190111.022000', '190111.024000', '190130.867000', '190130.874000', '190130.877000', '190130.880000', '190130.882000', '190130.885000', '190130.887000', '190130.890000', '190130.893000', '190130.895000', '190130.898000', '190130.900000', '190130.903000', '190130.905000', '190130.908000', '190130.911000', '190130.913000', '190130.916000', '190130.918000', '190130.921000', '190130.924000', '190130.926000', '190130.929000', '190130.932000', '190130.934000', '190130.937000', '190130.939000', '190130.942000', '190130.944000', '190130.947000', '190130.949000', '190130.952000', '190130.955000', '190130.957000', '190130.960000', '190130.963000', '190130.965000', '190130.968000', '190130.970000', '190130.973000', '190130.976000', '190130.978000', '190130.981000', '190130.983000', '190150.867000', '190150.869000', '190150.872000', '190150.875000', '190150.877000', '190150.880000', '190150.883000', '190150.885000', '190150.888000', '190150.890000', '190150.893000', '190150.896000', '190150.898000', '190150.901000', '190150.903000', '190150.906000', '190150.909000', '190150.911000', '190150.914000', '190150.917000', '190150.919000', '190150.922000', '190150.924000', '190150.927000', '190150.930000', '190150.932000', '190150.935000', '190150.937000', '190150.940000', '190150.942000', '190150.945000', '190150.948000', '190150.950000', '190150.953000', '190150.956000', '190150.958000', '190150.961000', '190150.964000', '190150.966000', '190150.969000', '190150.971000', '190150.974000', '190150.977000', '190210.867000', '190210.897000', '190210.899000', '190210.902000', '190210.904000', '190210.907000', '190210.910000', '190210.912000', '190210.915000', '190210.917000', '190210.920000', '190210.923000', '190210.925000', '190210.928000', '190210.930000', '190210.933000', '190210.936000', '190210.938000', '190210.941000', '190210.943000', '190210.946000', '190210.948000', '190210.951000', '190210.954000', '190210.956000', '190210.959000', '190210.961000', '190210.964000', '190210.967000', '190210.969000', '190210.972000', '190210.974000', '190210.977000', '190210.980000', '190210.982000', '190210.985000', '190210.987000', '190210.990000', '190210.993000', '190210.995000', '190210.998000', '190211.002000', '190211.004000', '190211.007000', '190212.605000', '190212.608000', '190212.611000', '190212.614000'], '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': [6514, 9517, 13091, 9485, 12772, 8555, 8465, 5841, 7634, 5968, 6683, 11519, 6593, 8685, 6020, 7580, 6036, 7821, 6238, 7736, 5913, 8088, 6280, 8513, 6213, 8785, 6119, 8996, 5844, 9170, 5987, 9245, 9028, 7050, 6076, 6889, 7910, 7179, 12493, 9729, 10954, 6862, 10830, 5947, 11141, 7309, 10352, 6418, 11904, 8473, 12093, 7669, 9836, 5791, 8914, 5830, 7686, 6248, 6721, 5847, 6023, 8600, 6756, 6351, 7031, 6162, 7790, 6077, 11085, 6266, 10643, 6795, 6482, 7604, 6894, 8794, 6322, 11719, 6250, 11927, 6232, 13162, 8220, 13165, 6605, 10995, 6786, 10454, 7456, 5874, 8250, 5931, 8647, 9005, 9237, 6005, 9114, 6169, 9558, 6414, 12712, 7242, 13686, 6228, 12047, 6782, 11890, 6975, 12703, 6206, 11529, 6560, 12455, 8223, 13453, 6582, 12262, 6375, 12153, 8978, 11983, 6706, 11529, 6530, 11805, 8334, 10587, 6563, 10911, 6249, 10603, 6979, 11333, 6994, 11395, 6270, 11135, 6006, 9497, 6694, 7784, 6756, 5958, 8516, 6147, 11681, 7577, 9900, 7925, 5801, 10391, 6430, 7089, 9149, 6280, 12897, 6870, 8580, 8729, 6201, 12823, 7873, 13014, 7314, 13557, 8434, 14231, 7225, 10054, 6649, 11156, 8938, 8591, 7467, 6014, 8038, 6052, 9673, 6108, 12415, 6169, 12213, 7508, 14448, 9216, 13831, 7939, 11080, 7275, 10914, 9151, 6654, 8353, 6289, 8570, 5891, 12613, 5882, 11109, 6213, 10240, 6404, 12415, 7626, 7292, 6997, 6207, 8445, 6112, 11787, 6058, 8346, 6030, 11334, 7635, 6899, 7543, 6089, 8169, 6130, 9925, 6045, 11855, 6135, 10228, 6057, 12217, 7836, 12093, 6187, 10064, 6138, 11628, 7772, 11515, 7261, 7091, 6905, 6295, 8234, 5848, 10613, 5821, 8160, 6028, 11389, 7177, 9580, 6768, 6321, 8240, 6161, 10058, 7670, 6234, 11981, 7518, 6252, 8413, 6295, 12250, 8934, 5921, 8197, 5959, 12143, 8274, 13317, 10120, 6939, 6992, 6080, 8549, 6108, 11918, 6091, 8667, 5993, 11483, 7143, 13794, 8606, 10888, 6109, 8800, 7015, 8376, 9003, 6144, 8022, 6180, 8737, 6200, 12286, 7931, 11767, 6365, 9764, 6886, 10452, 8414, 5983, 7846, 6239, 8575, 6247, 11968, 6623, 10787, 6003, 9262, 6653, 10034, 7443, 5962, 7349, 6096, 8613, 6148, 10997, 8802, 12271, 5693, 6153, 6644, 6166, 8747, 5735, 6349, 6594, 5992, 11125, 7071, 9473, 9646, 9142, 13684, 9489, 13774, 9515, 13002, 8312, 9558, 7687, 9422, 10055, 5948, 7730, 6060, 8041, 6273, 8362, 6046, 8269, 6191, 8107, 6219, 8259, 6239, 9604, 6121, 9996, 6126, 9456, 6063, 10799, 6298, 10571, 7591, 9488, 6609, 8215, 7423, 6675, 8328, 6198, 8408, 6224, 10894, 8096, 7030, 7862, 6016, 9076, 6077, 11731, 6836, 11949, 8441, 7378, 7468, 5948, 8821, 6206, 12509, 7440, 13131, 7527, 5952, 7521, 6059, 8186, 7109, 6010, 11653, 6369, 7060, 7409, 6099, 12744, 8171, 13097, 8105, 13699, 8470, 14017, 7403, 10608, 6158, 11512, 6555, 12156, 6045, 9830, 5948, 11110, 6471, 12732, 6241, 11518, 6153, 11380, 7332, 8532, 7012, 6117, 7732, 5944, 11950, 6563, 11987, 5821, 11811, 6479, 10055, 8473, 6339, 7889, 6024, 10169, 5907, 12152, 5930, 11196, 6307, 10130, 7609, 5862, 7145, 6201, 9442, 6004, 11729, 6132, 11889, 6891, 13333, 8188, 12346, 6376, 11968, 6644, 12968, 7574, 12085, 5955, 10311, 6453, 11596, 7579, 8883, 6325, 6596, 6558, 11181, 7392, 9997, 6783, 6067, 6663, 5974, 7597, 6525, 7722, 5995, 7332, 6140, 8095, 5882, 10684, 5979, 8956, 6044, 10994, 5926, 12262, 7115, 11551, 6325, 11258, 6210, 12537, 6820, 11291, 6205, 9583, 6918, 7039, 7846, 5705, 7584, 6020, 10772, 5811, 11453, 5804, 9468, 5894, 12530, 7489, 12052, 6174, 9974, 5874, 11467, 6468, 11878, 5942, 10870, 6208, 11256, 7217, 8526, 6839, 5650, 7254, 6521, 7943, 5824, 9220, 5989, 9502, 5800, 12452, 7349, 12748, 6425, 11188, 5820, 12568, 7515, 11886, 6242, 10396, 5779, 11038, 6271, 12733, 7101, 12009, 6023, 11219, 6242, 11923, 8069, 8739, 6458, 6552, 6316, 10764, 7136, 9259, 6764, 5740, 6542, 5703, 7469, 6703, 8217, 5698, 7438, 5724, 7882, 5591, 10351, 5943, 9450, 5660, 9303, 5571, 11231, 6686, 12618, 6720, 7108, 6239, 5683, 8124, 6142, 12849, 8728, 5597, 5734, 5690, 9539, 6188, 5811, 10924, 7196, 11287, 8863, 10623, 8788, 11864, 11543, 10915, 14363, 8323, 13594, 8861, 14234, 9188, 14519, 8913, 12304, 7586, 13017, 7002, 5940, 5794, 5728, 7246, 5731, 7975, 5661, 9947, 5741, 9755, 5857, 10677, 5584, 9139, 6572, 7280, 7522, 5752, 7763, 5649, 9372, 5867, 11761, 6587, 11467, 5801, 11491, 5668, 10980, 5943, 11451, 6080, 10701, 5713, 10298, 5628, 11552, 6457, 10516, 5942, 7875, 5985, 8214, 6400, 6710, 6720, 5590, 7188, 5843, 8973, 5869, 10268, 5792, 10845, 5762, 11689, 6965, 12227, 8101, 12421, 6527, 11957, 6385, 11935, 8523, 7205, 6435, 5651, 6839, 5843, 10810, 5518, 11209, 5653, 11324, 6319, 12542, 7649, 11690, 5974, 7876, 6693, 9173, 8809, 7282, 7443, 6826, 6734, 11015, 7523, 7347, 6622, 5785, 6225, 7298, 7012, 5692, 7024, 5822, 7244, 5801, 8181, 8089, 8707, 6014, 7988, 7463, 7642, 11119, 8859, 7496, 6462, 11238, 6263, 12776, 8669, 10630, 5996, 10170, 5686, 11123, 6719, 11856, 6187, 11341, 5587, 11247, 6192, 10731, 6238, 7428, 6024, 7550, 6457, 10330, 7350, 8111, 6702, 6214, 6523, 5892, 8812, 6545, 10664, 5880, 9967, 5571, 10889, 6012, 11980, 7436, 12075, 6338, 9851, 5995, 9356, 7295, 9356, 8561, 6856, 6789, 5550, 7439, 7940, 9818, 5831, 8111, 5647, 8326, 5956, 10887, 5789, 11331, 5815, 10959, 5909, 11606, 5987, 12326, 7165, 12024, 6804, 10926, 5778, 11299, 6127, 11782, 6278, 6525, 5676, 5698, 6052, 5585, 8396, 5502, 11127, 6299, 5698, 10881, 6449, 8804], 'WindowCenter': [3558.0, 3597.0, 3603.0, 3580.0, 3590.0, 3555.0, 3542.0, 3499.0, 3530.0, 3509.0, 3521.0, 3574.0, 3521.0, 3542.0, 3511.0, 3531.0, 3511.0, 3543.0, 3523.0, 3545.0, 3525.0, 3557.0, 3536.0, 3568.0, 3538.0, 3570.0, 3537.0, 3570.0, 3528.0, 3570.0, 3538.0, 3582.0, 3571.0, 3548.0, 3526.0, 3548.0, 3557.0, 3548.0, 3590.0, 3568.0, 3578.0, 3536.0, 3578.0, 3527.0, 3590.0, 3547.0, 3577.0, 3536.0, 3589.0, 3558.0, 3590.0, 3560.0, 3569.0, 3525.0, 3566.0, 3514.0, 3545.0, 3523.0, 3534.0, 3524.0, 3536.0, 3568.0, 3536.0, 3536.0, 3547.0, 3526.0, 3558.0, 3526.0, 3590.0, 3539.0, 3579.0, 3549.0, 3537.0, 3560.0, 3550.0, 3572.0, 3539.0, 3590.0, 3537.0, 3590.0, 3528.0, 3602.0, 3570.0, 3590.0, 3537.0, 3578.0, 3537.0, 3581.0, 3547.0, 3515.0, 3557.0, 3525.0, 3569.0, 3569.0, 3568.0, 3525.0, 3555.0, 3525.0, 3567.0, 3536.0, 3589.0, 3546.0, 3588.0, 3525.0, 3588.0, 3536.0, 3576.0, 3534.0, 3586.0, 3523.0, 3573.0, 3535.0, 3588.0, 3557.0, 3587.0, 3523.0, 3575.0, 3523.0, 3587.0, 3555.0, 3575.0, 3523.0, 3575.0, 3521.0, 3577.0, 3544.0, 3564.0, 3521.0, 3563.0, 3522.0, 3565.0, 3535.0, 3575.0, 3534.0, 3575.0, 3522.0, 3575.0, 3523.0, 3565.0, 3534.0, 3545.0, 3536.0, 3525.0, 3556.0, 3524.0, 3589.0, 3545.0, 3567.0, 3560.0, 3528.0, 3578.0, 3537.0, 3535.0, 3568.0, 3525.0, 3589.0, 3536.0, 3558.0, 3559.0, 3525.0, 3589.0, 3546.0, 3587.0, 3535.0, 3589.0, 3545.0, 3586.0, 3534.0, 3553.0, 3523.0, 3574.0, 3554.0, 3554.0, 3532.0, 3511.0, 3543.0, 3524.0, 3565.0, 3512.0, 3575.0, 3511.0, 3575.0, 3534.0, 3587.0, 3554.0, 3584.0, 3530.0, 3561.0, 3531.0, 3563.0, 3552.0, 3520.0, 3541.0, 3507.0, 3541.0, 3499.0, 3573.0, 3498.0, 3561.0, 3496.0, 3551.0, 3510.0, 3572.0, 3531.0, 3518.0, 3519.0, 3508.0, 3542.0, 3509.0, 3562.0, 3508.0, 3529.0, 3509.0, 3563.0, 3531.0, 3520.0, 3530.0, 3508.0, 3541.0, 3510.0, 3553.0, 3509.0, 3562.0, 3509.0, 3549.0, 3508.0, 3573.0, 3529.0, 3561.0, 3508.0, 3549.0, 3507.0, 3562.0, 3531.0, 3561.0, 3519.0, 3517.0, 3518.0, 3509.0, 3543.0, 3509.0, 3562.0, 3498.0, 3540.0, 3509.0, 3574.0, 3521.0, 3563.0, 3522.0, 3522.0, 3543.0, 3510.0, 3564.0, 3544.0, 3512.0, 3575.0, 3532.0, 3520.0, 3544.0, 3522.0, 3575.0, 3553.0, 3510.0, 3540.0, 3510.0, 3575.0, 3542.0, 3574.0, 3563.0, 3519.0, 3519.0, 3509.0, 3542.0, 3509.0, 3574.0, 3508.0, 3540.0, 3508.0, 3574.0, 3521.0, 3573.0, 3542.0, 3561.0, 3509.0, 3540.0, 3521.0, 3541.0, 3552.0, 3509.0, 3541.0, 3509.0, 3542.0, 3511.0, 3573.0, 3543.0, 3573.0, 3510.0, 3551.0, 3521.0, 3563.0, 3542.0, 3509.0, 3541.0, 3509.0, 3541.0, 3521.0, 3573.0, 3534.0, 3563.0, 3510.0, 3552.0, 3533.0, 3564.0, 3532.0, 3510.0, 3531.0, 3510.0, 3554.0, 3523.0, 3563.0, 3567.0, 3588.0, 3513.0, 3522.0, 3533.0, 3522.0, 3554.0, 3514.0, 3523.0, 3534.0, 3524.0, 3577.0, 3535.0, 3565.0, 3566.0, 3553.0, 3586.0, 3552.0, 3573.0, 3550.0, 3571.0, 3529.0, 3537.0, 3529.0, 3538.0, 3549.0, 3496.0, 3516.0, 3494.0, 3526.0, 3506.0, 3540.0, 3507.0, 3539.0, 3507.0, 3528.0, 3506.0, 3539.0, 3508.0, 3552.0, 3508.0, 3552.0, 3510.0, 3551.0, 3510.0, 3563.0, 3523.0, 3563.0, 3543.0, 3553.0, 3532.0, 3543.0, 3533.0, 3522.0, 3554.0, 3522.0, 3543.0, 3523.0, 3576.0, 3545.0, 3534.0, 3545.0, 3523.0, 3555.0, 3522.0, 3577.0, 3537.0, 3588.0, 3555.0, 3533.0, 3533.0, 3511.0, 3553.0, 3522.0, 3589.0, 3547.0, 3589.0, 3546.0, 3523.0, 3543.0, 3512.0, 3555.0, 3535.0, 3525.0, 3588.0, 3536.0, 3534.0, 3547.0, 3526.0, 3589.0, 3556.0, 3587.0, 3543.0, 3586.0, 3543.0, 3585.0, 3531.0, 3562.0, 3510.0, 3576.0, 3522.0, 3573.0, 3509.0, 3551.0, 3509.0, 3575.0, 3511.0, 3574.0, 3510.0, 3561.0, 3510.0, 3575.0, 3531.0, 3541.0, 3519.0, 3498.0, 3529.0, 3510.0, 3573.0, 3521.0, 3562.0, 3499.0, 3562.0, 3510.0, 3552.0, 3542.0, 3509.0, 3530.0, 3508.0, 3562.0, 3499.0, 3572.0, 3509.0, 3561.0, 3510.0, 3562.0, 3531.0, 3499.0, 3520.0, 3509.0, 3553.0, 3508.0, 3563.0, 3498.0, 3575.0, 3533.0, 3573.0, 3541.0, 3571.0, 3508.0, 3561.0, 3520.0, 3571.0, 3530.0, 3560.0, 3497.0, 3549.0, 3509.0, 3574.0, 3530.0, 3540.0, 3508.0, 3507.0, 3508.0, 3563.0, 3531.0, 3550.0, 3508.0, 3496.0, 3507.0, 3496.0, 3529.0, 3507.0, 3530.0, 3496.0, 3518.0, 3497.0, 3542.0, 3498.0, 3562.0, 3497.0, 3539.0, 3496.0, 3561.0, 3509.0, 3561.0, 3518.0, 3560.0, 3508.0, 3561.0, 3498.0, 3571.0, 3508.0, 3560.0, 3497.0, 3552.0, 3520.0, 3519.0, 3530.0, 3497.0, 3530.0, 3509.0, 3563.0, 3498.0, 3562.0, 3498.0, 3551.0, 3498.0, 3575.0, 3531.0, 3562.0, 3499.0, 3550.0, 3498.0, 3575.0, 3510.0, 3573.0, 3510.0, 3562.0, 3510.0, 3574.0, 3532.0, 3542.0, 3521.0, 3498.0, 3531.0, 3522.0, 3543.0, 3500.0, 3553.0, 3499.0, 3551.0, 3512.0, 3576.0, 3532.0, 3574.0, 3510.0, 3563.0, 3499.0, 3575.0, 3531.0, 3562.0, 3509.0, 3550.0, 3498.0, 3561.0, 3510.0, 3572.0, 3519.0, 3561.0, 3498.0, 3560.0, 3509.0, 3574.0, 3530.0, 3540.0, 3509.0, 3507.0, 3508.0, 3561.0, 3520.0, 3540.0, 3508.0, 3486.0, 3508.0, 3485.0, 3519.0, 3508.0, 3530.0, 3497.0, 3518.0, 3496.0, 3531.0, 3499.0, 3551.0, 3509.0, 3551.0, 3497.0, 3539.0, 3486.0, 3562.0, 3521.0, 3573.0, 3520.0, 3520.0, 3499.0, 3512.0, 3557.0, 3513.0, 3587.0, 3556.0, 3514.0, 3513.0, 3501.0, 3553.0, 3525.0, 3515.0, 3578.0, 3535.0, 3577.0, 3557.0, 3566.0, 3555.0, 3576.0, 3576.0, 3563.0, 3574.0, 3529.0, 3561.0, 3528.0, 3560.0, 3538.0, 3571.0, 3527.0, 3560.0, 3517.0, 3558.0, 3505.0, 3482.0, 3483.0, 3482.0, 3517.0, 3484.0, 3528.0, 3496.0, 3549.0, 3497.0, 3550.0, 3497.0, 3549.0, 3487.0, 3551.0, 3521.0, 3520.0, 3531.0, 3498.0, 3530.0, 3498.0, 3552.0, 3500.0, 3574.0, 3520.0, 3562.0, 3498.0, 3562.0, 3498.0, 3562.0, 3510.0, 3563.0, 3510.0, 3562.0, 3498.0, 3551.0, 3499.0, 3574.0, 3511.0, 3563.0, 3511.0, 3541.0, 3510.0, 3544.0, 3523.0, 3522.0, 3522.0, 3500.0, 3522.0, 3501.0, 3556.0, 3512.0, 3565.0, 3512.0, 3564.0, 3512.0, 3575.0, 3535.0, 3576.0, 3545.0, 3575.0, 3511.0, 3574.0, 3523.0, 3575.0, 3543.0, 3532.0, 3511.0, 3499.0, 3521.0, 3500.0, 3563.0, 3500.0, 3564.0, 3500.0, 3563.0, 3523.0, 3574.0, 3532.0, 3573.0, 3510.0, 3530.0, 3521.0, 3553.0, 3553.0, 3531.0, 3531.0, 3508.0, 3520.0, 3575.0, 3531.0, 3519.0, 3520.0, 3497.0, 3498.0, 3519.0, 3520.0, 3498.0, 3520.0, 3499.0, 3531.0, 3499.0, 3543.0, 3542.0, 3542.0, 3509.0, 3531.0, 3519.0, 3531.0, 3562.0, 3540.0, 3519.0, 3509.0, 3560.0, 3508.0, 3573.0, 3540.0, 3550.0, 3497.0, 3549.0, 3497.0, 3561.0, 3520.0, 3562.0, 3509.0, 3562.0, 3499.0, 3563.0, 3511.0, 3562.0, 3510.0, 3531.0, 3510.0, 3531.0, 3510.0, 3564.0, 3532.0, 3543.0, 3521.0, 3510.0, 3510.0, 3499.0, 3553.0, 3510.0, 3563.0, 3499.0, 3552.0, 3500.0, 3563.0, 3511.0, 3575.0, 3532.0, 3574.0, 3511.0, 3552.0, 3510.0, 3553.0, 3533.0, 3553.0, 3542.0, 3521.0, 3520.0, 3487.0, 3531.0, 3542.0, 3552.0, 3498.0, 3530.0, 3498.0, 3541.0, 3509.0, 3564.0, 3499.0, 3563.0, 3499.0, 3563.0, 3498.0, 3562.0, 3498.0, 3573.0, 3520.0, 3572.0, 3519.0, 3561.0, 3498.0, 3562.0, 3510.0, 3573.0, 3509.0, 3509.0, 3513.0, 3513.0, 3522.0, 3500.0, 3542.0, 3512.0, 3587.0, 3523.0, 3511.0, 3576.0, 3525.0, 3566.0], 'WindowWidth': [8107.0, 8151.0, 8152.0, 8117.0, 8127.0, 8073.0, 8049.0, 7991.0, 8032.0, 8002.0, 8020.0, 8094.0, 8020.0, 8048.0, 8006.0, 8032.0, 8007.0, 8052.0, 8027.0, 8057.0, 8033.0, 8076.0, 8049.0, 8095.0, 8056.0, 8099.0, 8054.0, 8099.0, 8044.0, 8100.0, 8056.0, 8118.0, 8102.0, 8067.0, 8038.0, 8068.0, 8078.0, 8067.0, 8129.0, 8094.0, 8108.0, 8050.0, 8107.0, 8039.0, 8126.0, 8066.0, 8105.0, 8049.0, 8121.0, 8078.0, 8126.0, 8086.0, 8095.0, 8035.0, 8089.0, 8019.0, 8058.0, 8028.0, 8045.0, 8034.0, 8053.0, 8096.0, 8052.0, 8049.0, 8068.0, 8036.0, 8083.0, 8037.0, 8123.0, 8059.0, 8112.0, 8069.0, 8052.0, 8088.0, 8074.0, 8105.0, 8057.0, 8125.0, 8052.0, 8124.0, 8040.0, 8144.0, 8100.0, 8126.0, 8052.0, 8107.0, 8052.0, 8113.0, 8064.0, 8018.0, 8076.0, 8033.0, 8096.0, 8095.0, 8092.0, 8031.0, 8072.0, 8033.0, 8091.0, 8050.0, 8120.0, 8061.0, 8119.0, 8031.0, 8118.0, 8046.0, 8100.0, 8043.0, 8112.0, 8027.0, 8092.0, 8045.0, 8117.0, 8075.0, 8114.0, 8026.0, 8095.0, 8025.0, 8116.0, 8070.0, 8097.0, 8025.0, 8094.0, 8022.0, 8102.0, 8054.0, 8080.0, 8020.0, 8076.0, 8021.0, 8085.0, 8044.0, 8095.0, 8040.0, 8094.0, 8022.0, 8095.0, 8028.0, 8082.0, 8043.0, 8057.0, 8049.0, 8033.0, 8072.0, 8029.0, 8120.0, 8059.0, 8090.0, 8088.0, 8041.0, 8104.0, 8049.0, 8047.0, 8090.0, 8033.0, 8122.0, 8046.0, 8079.0, 8082.0, 8033.0, 8122.0, 8060.0, 8114.0, 8044.0, 8120.0, 8058.0, 8112.0, 8040.0, 8064.0, 8024.0, 8095.0, 8068.0, 8067.0, 8037.0, 8006.0, 8050.0, 8029.0, 8083.0, 8009.0, 8097.0, 8008.0, 8095.0, 8042.0, 8114.0, 8066.0, 8106.0, 8031.0, 8070.0, 8033.0, 8078.0, 8061.0, 8014.0, 8045.0, 7995.0, 8044.0, 7989.0, 8089.0, 7985.0, 8070.0, 7980.0, 8058.0, 8003.0, 8086.0, 8030.0, 8010.0, 8012.0, 7998.0, 8048.0, 7999.0, 8074.0, 7998.0, 8025.0, 8000.0, 8077.0, 8030.0, 8016.0, 8030.0, 7998.0, 8044.0, 8006.0, 8062.0, 8001.0, 8073.0, 7999.0, 8052.0, 7999.0, 8090.0, 8027.0, 8070.0, 7998.0, 8051.0, 7994.0, 8074.0, 8031.0, 8071.0, 8012.0, 8007.0, 8009.0, 7999.0, 8052.0, 8003.0, 8074.0, 7986.0, 8043.0, 8001.0, 8091.0, 8020.0, 8079.0, 8023.0, 8023.0, 8051.0, 8004.0, 8078.0, 8056.0, 8010.0, 8097.0, 8036.0, 8017.0, 8053.0, 8024.0, 8097.0, 8065.0, 8003.0, 8044.0, 8003.0, 8096.0, 8047.0, 8094.0, 8076.0, 8013.0, 8015.0, 8002.0, 8048.0, 8001.0, 8092.0, 7999.0, 8041.0, 7997.0, 8092.0, 8019.0, 8090.0, 8046.0, 8070.0, 7999.0, 8040.0, 8018.0, 8046.0, 8061.0, 8000.0, 8043.0, 7999.0, 8048.0, 8007.0, 8091.0, 8049.0, 8088.0, 8004.0, 8058.0, 8020.0, 8077.0, 8047.0, 8001.0, 8045.0, 7999.0, 8045.0, 8020.0, 8090.0, 8042.0, 8078.0, 8005.0, 8060.0, 8040.0, 8081.0, 8037.0, 8006.0, 8033.0, 8004.0, 8070.0, 8030.0, 8075.0, 8091.0, 8122.0, 8015.0, 8026.0, 8042.0, 8027.0, 8070.0, 8020.0, 8027.0, 8042.0, 8030.0, 8104.0, 8045.0, 8082.0, 8084.0, 8064.0, 8114.0, 8062.0, 8090.0, 8055.0, 8082.0, 8023.0, 8034.0, 8025.0, 8034.0, 8050.0, 7977.0, 8004.0, 7972.0, 8016.0, 7991.0, 8042.0, 7994.0, 8040.0, 7995.0, 8023.0, 7993.0, 8037.0, 8000.0, 8061.0, 8000.0, 8059.0, 8003.0, 8058.0, 8004.0, 8077.0, 8025.0, 8078.0, 8052.0, 8063.0, 8037.0, 8050.0, 8040.0, 8024.0, 8068.0, 8023.0, 8051.0, 8026.0, 8100.0, 8058.0, 8042.0, 8058.0, 8026.0, 8071.0, 8024.0, 8102.0, 8050.0, 8119.0, 8071.0, 8039.0, 8039.0, 8008.0, 8066.0, 8023.0, 8122.0, 8065.0, 8123.0, 8060.0, 8026.0, 8052.0, 8011.0, 8070.0, 8045.0, 8032.0, 8119.0, 8048.0, 8041.0, 8062.0, 8038.0, 8122.0, 8074.0, 8114.0, 8050.0, 8111.0, 8051.0, 8109.0, 8031.0, 8072.0, 8002.0, 8098.0, 8021.0, 8089.0, 8001.0, 8055.0, 8000.0, 8094.0, 8005.0, 8090.0, 8003.0, 8070.0, 8001.0, 8096.0, 8032.0, 8044.0, 8014.0, 7982.0, 8027.0, 8005.0, 8089.0, 8017.0, 8075.0, 7986.0, 8071.0, 8003.0, 8058.0, 8045.0, 7998.0, 8027.0, 7996.0, 8074.0, 7986.0, 8085.0, 7999.0, 8070.0, 8004.0, 8075.0, 8032.0, 7986.0, 8016.0, 7999.0, 8062.0, 7998.0, 8074.0, 7983.0, 8095.0, 8036.0, 8089.0, 8043.0, 8083.0, 7995.0, 8068.0, 8015.0, 8082.0, 8026.0, 8066.0, 7981.0, 8049.0, 8001.0, 8093.0, 8028.0, 8039.0, 7996.0, 7992.0, 7994.0, 8075.0, 8029.0, 8053.0, 7994.0, 7975.0, 7991.0, 7976.0, 8025.0, 7993.0, 8026.0, 7979.0, 8008.0, 7981.0, 8049.0, 7985.0, 8074.0, 7981.0, 8037.0, 7977.0, 8067.0, 8000.0, 8067.0, 8010.0, 8065.0, 7994.0, 8068.0, 7983.0, 8082.0, 7997.0, 8065.0, 7979.0, 8060.0, 8015.0, 8012.0, 8028.0, 7980.0, 8026.0, 8000.0, 8075.0, 7984.0, 8072.0, 7983.0, 8055.0, 7984.0, 8094.0, 8031.0, 8072.0, 7985.0, 8053.0, 7984.0, 8093.0, 8003.0, 8087.0, 8002.0, 8070.0, 8002.0, 8093.0, 8033.0, 8046.0, 8016.0, 7984.0, 8031.0, 8023.0, 8048.0, 7989.0, 8062.0, 7986.0, 8057.0, 8007.0, 8097.0, 8031.0, 8090.0, 8000.0, 8074.0, 7986.0, 8095.0, 8031.0, 8072.0, 7999.0, 8052.0, 7982.0, 8069.0, 8002.0, 8085.0, 8013.0, 8068.0, 7983.0, 8067.0, 7999.0, 8089.0, 8027.0, 8039.0, 7996.0, 7992.0, 7993.0, 8069.0, 8013.0, 8037.0, 7995.0, 7963.0, 7993.0, 7961.0, 8012.0, 7996.0, 8025.0, 7978.0, 8009.0, 7977.0, 8029.0, 7987.0, 8057.0, 7999.0, 8054.0, 7979.0, 8035.0, 7966.0, 8071.0, 8018.0, 8086.0, 8016.0, 8013.0, 7985.0, 8010.0, 8078.0, 8014.0, 8114.0, 8074.0, 8018.0, 8014.0, 7994.0, 8063.0, 8034.0, 8019.0, 8103.0, 8043.0, 8101.0, 8073.0, 8084.0, 8071.0, 8097.0, 8096.0, 8073.0, 8092.0, 8022.0, 8068.0, 8017.0, 8064.0, 8031.0, 8083.0, 8015.0, 8064.0, 8003.0, 8058.0, 7985.0, 7950.0, 7952.0, 7951.0, 8003.0, 7957.0, 8019.0, 7978.0, 8050.0, 7980.0, 8051.0, 7979.0, 8049.0, 7966.0, 8056.0, 8016.0, 8015.0, 8030.0, 7984.0, 8028.0, 7982.0, 8057.0, 7990.0, 8089.0, 8015.0, 8071.0, 7983.0, 8072.0, 7983.0, 8070.0, 8004.0, 8073.0, 8001.0, 8070.0, 7983.0, 8054.0, 7986.0, 8091.0, 8005.0, 8076.0, 8005.0, 8044.0, 8002.0, 8052.0, 8025.0, 8020.0, 8021.0, 7989.0, 8020.0, 7992.0, 8070.0, 8009.0, 8080.0, 8007.0, 8079.0, 8007.0, 8095.0, 8045.0, 8097.0, 8055.0, 8094.0, 8006.0, 8091.0, 8023.0, 8096.0, 8050.0, 8034.0, 8004.0, 7986.0, 8019.0, 7990.0, 8076.0, 7990.0, 8078.0, 7988.0, 8076.0, 8023.0, 8092.0, 8035.0, 8088.0, 8001.0, 8027.0, 8017.0, 8062.0, 8061.0, 8030.0, 8031.0, 7997.0, 8015.0, 8097.0, 8032.0, 8013.0, 8014.0, 7980.0, 7981.0, 8011.0, 8013.0, 7984.0, 8015.0, 7985.0, 8031.0, 7986.0, 8049.0, 8047.0, 8047.0, 7999.0, 8030.0, 8011.0, 8031.0, 8073.0, 8041.0, 8011.0, 7997.0, 8066.0, 7996.0, 8089.0, 8041.0, 8054.0, 7981.0, 8050.0, 7981.0, 8070.0, 8014.0, 8071.0, 8001.0, 8072.0, 7987.0, 8077.0, 8006.0, 8074.0, 8004.0, 8030.0, 8002.0, 8030.0, 8003.0, 8077.0, 8033.0, 8051.0, 8019.0, 8001.0, 8000.0, 7986.0, 8063.0, 8003.0, 8075.0, 7987.0, 8059.0, 7989.0, 8076.0, 8006.0, 8093.0, 8035.0, 8092.0, 8005.0, 8059.0, 8003.0, 8062.0, 8036.0, 8060.0, 8048.0, 8018.0, 8016.0, 7969.0, 8032.0, 8047.0, 8060.0, 7985.0, 8028.0, 7984.0, 8042.0, 8000.0, 8077.0, 7988.0, 8074.0, 7986.0, 8074.0, 7983.0, 8070.0, 7982.0, 8089.0, 8015.0, 8085.0, 8014.0, 8069.0, 7984.0, 8073.0, 8002.0, 8087.0, 8001.0, 8000.0, 8012.0, 8015.0, 8026.0, 7993.0, 8049.0, 8014.0, 8118.0, 8029.0, 8009.0, 8103.0, 8033.0, 8089.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.0008864677804295944</td></tr>
<tr><td colspan=3>aqi</td><td>0.05110010310262529</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.444673485842266</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0650500648745518</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9352661786379924</td></tr>
<tr><td colspan=3>efc</td><td>0.4823</td></tr>
<tr><td colspan=3>fber</td><td>4383.8145</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1158047488176347</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.637231503579952</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5806463464959055</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.542805030283895</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.721352571481535</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4777814377222867</td></tr>
<tr><td colspan=3>gcor</td><td>0.00941331</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0013367237988859415</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029606349766254425</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>838</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.130318108494636</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>22.938</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5667</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.3852</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298744.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>623.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.0685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7676</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>409.0312</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2777.68</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77800.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1102.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>704.7838</td></tr>
<tr><td colspan=3>tsnr</td><td>29.15920075669419</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>