<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-02/func/sub-0018_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>9a105f500ece41ce36484610e65cbe57</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>10:07:18.670000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.987593, 0.132391, 0.084452, -0.124237, 0.987651, -0.0954473]</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.101098</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>[4163, -7753, -7250, 726, -17, -227, -62, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>493785d6-09b3-4666-89ca-0c4a399b6a39||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6496405601501465, -0.3333180248737335, 0.2593227028846741, 116.83895111083984], [-0.35519513487815857, 2.6497962474823, -0.22618193924427032, -74.7201919555664], [0.22657844424247742, 0.25607815384864807, 2.677983045578003, -81.67655181884766], [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': ['100718.670000', '100719.130000', '100719.590000', '100720.050000', '100720.510000', '100720.970000', '100721.430000', '100721.890000', '100722.350000', '100722.810000', '100723.270000', '100723.730000', '100724.190000', '100724.650000', '100725.110000', '100725.570000', '100726.030000', '100726.490000', '100726.950000', '100727.410000', '100727.870000', '100728.330000', '100728.790000', '100729.250000', '100729.710000', '100730.170000', '100730.630000', '100731.090000', '100731.550000', '100732.010000', '100732.470000', '100732.930000', '100733.390000', '100733.850000', '100734.310000', '100734.770000', '100735.230000', '100735.690000', '100736.150000', '100736.610000', '100737.070000', '100737.530000', '100737.990000', '100738.450000', '100738.910000', '100739.370000', '100739.830000', '100740.290000', '100740.750000', '100741.210000', '100741.670000', '100742.130000', '100742.590000', '100743.050000', '100743.510000', '100743.970000', '100744.430000', '100744.890000', '100745.350000', '100745.810000', '100746.270000', '100746.730000', '100747.190000', '100747.650000', '100748.110000', '100748.570000', '100749.030000', '100749.490000', '100749.950000', '100750.410000', '100750.870000', '100751.330000', '100751.790000', '100752.250000', '100752.710000', '100753.170000', '100753.630000', '100754.090000', '100754.550000', '100755.010000', '100755.470000', '100755.930000', '100756.390000', '100756.850000', '100757.310000', '100757.770000', '100758.230000', '100758.690000', '100759.150000', '100759.610000', '100800.070000', '100800.530000', '100800.990000', '100801.450000', '100801.910000', '100802.370000', '100802.830000', '100803.290000', '100803.750000', '100804.210000', '100804.670000', '100805.130000', '100805.590000', '100806.050000', '100806.510000', '100806.970000', '100807.430000', '100807.890000', '100808.350000', '100808.810000', '100809.270000', '100809.730000', '100810.190000', '100810.650000', '100811.110000', '100811.570000', '100812.030000', '100812.490000', '100812.950000', '100813.410000', '100813.870000', '100814.330000', '100814.790000', '100815.250000', '100815.710000', '100816.170000', '100816.630000', '100817.090000', '100817.550000', '100818.010000', '100818.470000', '100818.930000', '100819.390000', '100819.850000', '100820.310000', '100820.770000', '100821.230000', '100821.690000', '100822.150000', '100822.610000', '100823.070000', '100823.530000', '100823.990000', '100824.450000', '100824.910000', '100825.370000', '100825.830000', '100826.290000', '100826.750000', '100827.210000', '100827.670000', '100828.130000', '100828.590000', '100829.050000', '100829.510000', '100829.970000', '100830.430000', '100830.890000', '100831.350000', '100831.810000', '100832.270000', '100832.730000', '100833.190000', '100833.650000', '100834.110000', '100834.570000', '100835.030000', '100835.490000', '100835.950000', '100836.410000', '100836.870000', '100837.330000', '100837.790000', '100838.250000', '100838.710000', '100839.170000', '100839.630000', '100840.090000', '100840.550000', '100841.010000', '100841.470000', '100841.930000', '100842.390000', '100842.850000', '100843.310000', '100843.770000', '100844.230000', '100844.690000', '100845.150000', '100845.610000', '100846.070000', '100846.530000', '100846.990000', '100847.450000', '100847.910000', '100848.370000', '100848.830000', '100849.290000', '100849.750000', '100850.210000', '100850.670000', '100851.130000', '100851.590000', '100852.050000', '100852.510000', '100852.970000', '100853.430000', '100853.890000', '100854.350000', '100854.810000', '100855.270000', '100855.730000', '100856.190000', '100856.650000', '100857.110000', '100857.570000', '100858.030000', '100858.490000', '100858.950000', '100859.410000', '100859.870000', '100900.330000', '100900.790000', '100901.250000', '100901.710000', '100902.170000', '100902.630000', '100903.090000', '100903.550000', '100904.010000', '100904.470000', '100904.930000', '100905.390000', '100905.850000', '100906.310000', '100906.770000', '100907.230000', '100907.690000', '100908.150000', '100908.610000', '100909.070000', '100909.530000', '100909.990000', '100910.450000', '100910.910000', '100911.370000', '100911.830000', '100912.290000', '100912.750000', '100913.210000', '100913.670000', '100914.130000', '100914.590000', '100915.050000', '100915.510000', '100915.970000', '100916.430000', '100916.890000', '100917.350000', '100917.810000', '100918.270000', '100918.730000', '100919.190000', '100919.650000', '100920.110000', '100920.570000', '100921.030000', '100921.490000', '100921.950000', '100922.410000', '100922.870000', '100923.330000', '100923.790000', '100924.250000', '100924.710000', '100925.170000', '100925.630000', '100926.090000', '100926.550000', '100927.010000', '100927.470000', '100927.930000', '100928.390000', '100928.850000', '100929.310000', '100929.770000', '100930.230000', '100930.690000', '100931.150000', '100931.610000', '100932.070000', '100932.530000', '100932.990000', '100933.450000', '100933.910000', '100934.370000', '100934.830000', '100935.290000', '100935.750000', '100936.210000', '100936.670000', '100937.130000', '100937.590000', '100938.050000', '100938.510000', '100938.970000', '100939.430000', '100939.890000', '100940.350000', '100940.810000', '100941.270000', '100941.730000', '100942.190000', '100942.650000', '100943.110000', '100943.570000', '100944.030000', '100944.490000', '100944.950000', '100945.410000', '100945.870000', '100946.330000', '100946.790000', '100947.250000', '100947.710000', '100948.170000', '100948.630000', '100949.090000', '100949.550000', '100950.010000', '100950.470000', '100950.930000', '100951.390000', '100951.850000', '100952.310000', '100952.770000', '100953.230000', '100953.690000', '100954.150000', '100954.610000', '100955.070000', '100955.530000', '100955.990000', '100956.450000', '100956.910000', '100957.370000', '100957.830000', '100958.290000', '100958.750000', '100959.210000', '100959.670000', '101000.130000', '101000.590000', '101001.050000', '101001.510000', '101001.970000', '101002.430000', '101002.890000', '101003.350000', '101003.810000', '101004.270000', '101004.730000', '101005.190000', '101005.650000', '101006.110000', '101006.570000', '101007.030000', '101007.490000', '101007.950000', '101008.410000', '101008.870000', '101009.330000', '101009.790000', '101010.250000', '101010.710000', '101011.170000', '101011.630000', '101012.090000', '101012.550000', '101013.010000', '101013.470000', '101013.930000', '101014.390000', '101014.850000', '101015.310000', '101015.770000', '101016.230000', '101016.690000', '101017.150000', '101017.610000', '101018.070000', '101018.530000', '101018.990000', '101019.450000', '101019.910000', '101020.370000', '101020.830000', '101021.290000', '101021.750000', '101022.210000', '101022.670000', '101023.130000', '101023.590000', '101024.050000', '101024.510000', '101024.970000', '101025.430000', '101025.890000', '101026.350000', '101026.810000', '101027.270000', '101027.730000', '101028.190000', '101028.650000', '101029.110000', '101029.570000', '101030.030000', '101030.490000', '101030.950000', '101031.410000', '101031.870000', '101032.330000', '101032.790000', '101033.250000', '101033.710000', '101034.170000', '101034.630000', '101035.090000', '101035.550000', '101036.010000', '101036.470000', '101036.930000', '101037.390000', '101037.850000', '101038.310000', '101038.770000', '101039.230000', '101039.690000', '101040.150000', '101040.610000', '101041.070000', '101041.530000', '101041.990000', '101042.450000', '101042.910000', '101043.370000', '101043.830000', '101044.290000', '101044.750000', '101045.210000', '101045.670000', '101046.130000', '101046.590000', '101047.050000', '101047.510000', '101047.970000', '101048.430000', '101048.890000', '101049.350000', '101049.810000', '101050.270000', '101050.730000', '101051.190000', '101051.650000', '101052.110000', '101052.570000', '101053.030000', '101053.490000', '101053.950000', '101054.410000', '101054.870000', '101055.330000', '101055.790000', '101056.250000', '101056.710000', '101057.170000', '101057.630000', '101058.090000', '101058.550000', '101059.010000', '101059.470000', '101059.930000', '101100.390000', '101100.850000', '101101.310000', '101101.770000', '101102.230000', '101102.690000', '101103.150000', '101103.610000', '101104.070000', '101104.530000', '101104.990000', '101105.450000', '101105.910000', '101106.370000', '101106.830000', '101107.290000', '101107.750000', '101108.210000', '101108.670000', '101109.130000', '101109.590000', '101110.050000', '101110.510000', '101110.970000', '101111.430000', '101111.890000', '101112.350000', '101112.810000', '101113.270000', '101113.730000', '101114.190000', '101114.650000', '101115.110000', '101115.570000', '101116.030000', '101116.490000', '101116.950000', '101117.410000', '101117.870000', '101118.330000', '101118.790000', '101119.250000', '101119.710000', '101120.170000', '101120.630000', '101121.090000', '101121.550000', '101122.010000', '101122.470000', '101122.930000', '101123.390000', '101123.850000', '101124.310000', '101124.770000', '101125.230000', '101125.690000', '101126.150000', '101126.610000', '101127.070000', '101127.530000', '101127.990000', '101128.450000', '101128.910000', '101129.370000', '101129.830000', '101130.290000', '101130.750000', '101131.210000', '101131.670000', '101132.130000', '101132.590000', '101133.050000', '101133.510000', '101133.970000', '101134.430000', '101134.890000', '101135.350000', '101135.810000', '101136.270000', '101136.730000', '101137.190000', '101137.650000', '101138.110000', '101138.570000', '101139.030000', '101139.490000', '101139.950000', '101140.410000', '101140.870000', '101141.330000', '101141.790000', '101142.250000', '101142.710000', '101143.170000', '101143.630000', '101144.090000', '101144.550000', '101145.010000', '101145.470000', '101145.930000', '101146.390000', '101146.850000', '101147.310000', '101147.770000', '101148.230000', '101148.690000', '101149.150000', '101149.610000', '101150.070000', '101150.530000', '101150.990000', '101151.450000', '101151.910000', '101152.370000', '101152.830000', '101153.290000', '101153.750000', '101154.210000', '101154.670000', '101155.130000', '101155.590000', '101156.050000', '101156.510000', '101156.970000', '101157.430000', '101157.890000', '101158.350000', '101158.810000', '101159.270000', '101159.730000', '101200.190000', '101200.650000', '101201.110000', '101201.570000', '101202.030000', '101202.490000', '101202.950000', '101203.410000', '101203.870000', '101204.330000', '101204.790000', '101205.250000', '101205.710000', '101206.170000', '101206.630000', '101207.090000', '101207.550000', '101208.010000', '101208.470000', '101208.930000', '101209.390000', '101209.850000', '101210.310000', '101210.770000', '101211.230000', '101211.690000', '101212.150000', '101212.610000', '101213.070000', '101213.530000', '101213.990000', '101214.450000', '101214.910000', '101215.370000', '101215.830000', '101216.290000', '101216.750000', '101217.210000', '101217.670000', '101218.130000', '101218.590000', '101219.050000', '101219.510000', '101219.970000', '101220.430000', '101220.890000', '101221.350000', '101221.810000', '101222.270000', '101222.730000', '101223.190000', '101223.650000', '101224.110000', '101224.570000', '101225.030000', '101225.490000', '101225.950000', '101226.410000', '101226.870000', '101227.330000', '101227.790000', '101228.250000', '101228.710000', '101229.170000', '101229.630000', '101230.090000', '101230.550000', '101231.010000', '101231.470000', '101231.930000', '101232.390000', '101232.850000', '101233.310000', '101233.770000', '101234.230000', '101234.690000', '101235.150000', '101235.610000', '101236.070000', '101236.530000', '101236.990000', '101237.450000', '101237.910000', '101238.370000', '101238.830000', '101239.290000', '101239.750000', '101240.210000', '101240.670000', '101241.130000', '101241.590000', '101242.050000', '101242.510000', '101242.970000', '101243.430000', '101243.890000', '101244.350000', '101244.810000', '101245.270000', '101245.730000', '101246.190000', '101246.650000', '101247.110000', '101247.570000', '101248.030000', '101248.490000', '101248.950000', '101249.410000', '101249.870000', '101250.330000', '101250.790000', '101251.250000', '101251.710000', '101252.170000', '101252.630000', '101253.090000', '101253.550000', '101254.010000', '101254.470000', '101254.930000', '101255.390000', '101255.850000', '101256.310000', '101256.770000', '101257.230000', '101257.690000', '101258.150000', '101258.610000', '101259.070000', '101259.530000', '101259.990000', '101300.450000', '101300.910000', '101301.370000', '101301.830000', '101302.290000', '101302.750000', '101303.210000', '101303.670000', '101304.130000', '101304.590000', '101305.050000', '101305.510000', '101305.970000', '101306.430000', '101306.890000', '101307.350000', '101307.810000', '101308.270000', '101308.730000', '101309.190000', '101309.650000', '101310.110000', '101310.570000', '101311.030000', '101311.490000', '101311.950000', '101312.410000', '101312.870000', '101313.330000', '101313.790000', '101314.250000', '101314.710000', '101315.170000', '101315.630000', '101316.090000', '101316.550000', '101317.010000', '101317.470000', '101317.930000', '101318.390000', '101318.850000', '101319.310000', '101319.770000', '101320.230000', '101320.690000', '101321.150000', '101321.610000', '101322.070000', '101322.530000', '101322.990000', '101323.450000', '101323.910000', '101324.370000', '101324.830000', '101325.290000', '101325.750000', '101326.210000', '101326.670000', '101327.130000', '101327.590000', '101328.050000', '101328.510000', '101328.970000', '101329.430000', '101329.890000', '101330.350000', '101330.810000', '101331.270000', '101331.730000', '101332.190000', '101332.650000', '101333.110000', '101333.570000', '101334.030000', '101334.490000', '101334.950000', '101335.410000', '101335.870000', '101336.330000', '101336.790000', '101337.250000', '101337.710000', '101338.170000', '101338.630000', '101339.090000', '101339.550000', '101340.010000', '101340.470000', '101340.930000', '101341.390000', '101341.850000', '101342.310000', '101342.770000', '101343.230000', '101343.690000', '101344.150000'], 'ContentTime': ['100746.377000', '100746.381000', '100746.384000', '100746.386000', '100746.389000', '100746.392000', '100746.395000', '100746.398000', '100746.401000', '100746.403000', '100746.406000', '100746.409000', '100746.412000', '100746.415000', '100746.417000', '100746.420000', '100746.423000', '100746.426000', '100746.429000', '100746.432000', '100746.434000', '100746.437000', '100746.440000', '100746.443000', '100746.446000', '100746.448000', '100746.451000', '100746.454000', '100746.457000', '100746.465000', '100746.468000', '100746.471000', '100746.473000', '100746.476000', '100746.479000', '100746.482000', '100746.484000', '100746.487000', '100746.490000', '100746.493000', '100746.496000', '100746.499000', '100746.501000', '100746.504000', '100746.507000', '100746.510000', '100746.513000', '100746.515000', '100746.518000', '100746.522000', '100746.525000', '100746.528000', '100746.531000', '100746.533000', '100746.536000', '100746.539000', '100746.542000', '100746.545000', '100806.343000', '100806.346000', '100806.349000', '100806.352000', '100806.355000', '100806.361000', '100806.364000', '100806.367000', '100806.385000', '100806.387000', '100806.390000', '100806.393000', '100806.396000', '100806.399000', '100806.401000', '100806.404000', '100806.407000', '100806.410000', '100806.413000', '100806.415000', '100806.418000', '100806.421000', '100806.424000', '100806.426000', '100806.429000', '100806.432000', '100806.435000', '100806.438000', '100806.441000', '100806.443000', '100806.446000', '100806.449000', '100806.452000', '100806.454000', '100806.457000', '100806.470000', '100806.472000', '100806.475000', '100806.478000', '100806.481000', '100806.484000', '100806.486000', '100806.489000', '100826.343000', '100826.355000', '100826.358000', '100826.361000', '100826.364000', '100826.366000', '100826.369000', '100826.372000', '100826.375000', '100826.378000', '100826.380000', '100826.383000', '100826.386000', '100826.389000', '100826.392000', '100826.395000', '100826.398000', '100826.400000', '100826.403000', '100826.406000', '100826.409000', '100826.412000', '100826.414000', '100826.417000', '100826.420000', '100826.423000', '100826.426000', '100826.429000', '100826.432000', '100826.442000', '100826.445000', '100826.448000', '100826.451000', '100826.454000', '100826.456000', '100826.459000', '100826.462000', '100826.465000', '100826.468000', '100826.471000', '100826.473000', '100826.476000', '100826.479000', '100826.482000', '100846.343000', '100846.346000', '100846.349000', '100846.352000', '100846.354000', '100846.357000', '100846.360000', '100846.363000', '100846.366000', '100846.369000', '100846.372000', '100846.382000', '100846.384000', '100846.387000', '100846.390000', '100846.393000', '100846.396000', '100846.398000', '100846.401000', '100846.404000', '100846.407000', '100846.410000', '100846.412000', '100846.415000', '100846.418000', '100846.421000', '100846.428000', '100846.430000', '100846.433000', '100846.436000', '100846.439000', '100846.442000', '100846.444000', '100846.447000', '100846.450000', '100846.453000', '100846.456000', '100846.458000', '100846.461000', '100846.464000', '100846.467000', '100846.470000', '100846.473000', '100906.343000', '100906.346000', '100906.349000', '100906.352000', '100906.354000', '100906.357000', '100906.360000', '100906.363000', '100906.366000', '100906.368000', '100906.371000', '100906.374000', '100906.377000', '100906.380000', '100906.383000', '100906.385000', '100906.388000', '100906.391000', '100906.394000', '100906.397000', '100906.399000', '100906.402000', '100906.408000', '100906.423000', '100906.426000', '100906.429000', '100906.432000', '100906.435000', '100906.437000', '100906.440000', '100906.443000', '100906.446000', '100906.449000', '100906.451000', '100906.454000', '100906.457000', '100906.460000', '100906.463000', '100906.466000', '100906.468000', '100906.471000', '100906.474000', '100906.477000', '100906.480000', '100926.343000', '100926.346000', '100926.349000', '100926.352000', '100926.354000', '100926.357000', '100926.360000', '100926.363000', '100926.366000', '100926.368000', '100926.371000', '100926.374000', '100926.377000', '100926.380000', '100926.383000', '100926.386000', '100926.388000', '100926.391000', '100926.394000', '100926.397000', '100926.400000', '100926.402000', '100926.405000', '100926.408000', '100926.411000', '100926.414000', '100926.417000', '100926.420000', '100926.423000', '100926.425000', '100926.428000', '100926.431000', '100926.434000', '100926.437000', '100926.440000', '100926.442000', '100926.445000', '100926.448000', '100926.451000', '100926.454000', '100926.457000', '100926.459000', '100926.462000', '100946.343000', '100946.346000', '100946.349000', '100946.352000', '100946.354000', '100946.357000', '100946.360000', '100946.363000', '100946.366000', '100946.368000', '100946.371000', '100946.374000', '100946.377000', '100946.380000', '100946.383000', '100946.385000', '100946.388000', '100946.391000', '100946.394000', '100946.397000', '100946.399000', '100946.402000', '100946.405000', '100946.408000', '100946.411000', '100946.414000', '100946.417000', '100946.419000', '100946.422000', '100946.425000', '100946.428000', '100946.431000', '100946.434000', '100946.436000', '100946.439000', '100946.442000', '100946.445000', '100946.448000', '100946.451000', '100946.453000', '100946.456000', '100946.459000', '100946.462000', '100946.465000', '101006.343000', '101006.346000', '101006.349000', '101006.352000', '101006.354000', '101006.358000', '101006.362000', '101006.365000', '101006.367000', '101006.370000', '101006.373000', '101006.376000', '101006.379000', '101006.382000', '101006.385000', '101006.387000', '101006.390000', '101006.393000', '101006.396000', '101006.399000', '101006.401000', '101006.404000', '101006.407000', '101006.410000', '101006.413000', '101006.416000', '101006.419000', '101006.422000', '101006.426000', '101006.431000', '101006.434000', '101006.437000', '101006.440000', '101006.443000', '101006.446000', '101006.449000', '101006.452000', '101006.454000', '101006.457000', '101006.460000', '101006.463000', '101006.466000', '101006.468000', '101026.343000', '101026.346000', '101026.349000', '101026.352000', '101026.355000', '101026.357000', '101026.360000', '101026.363000', '101026.366000', '101026.369000', '101026.372000', '101026.375000', '101026.377000', '101026.380000', '101026.383000', '101026.386000', '101026.389000', '101026.392000', '101026.394000', '101026.397000', '101026.400000', '101026.403000', '101026.406000', '101026.409000', '101026.412000', '101026.414000', '101026.417000', '101026.420000', '101026.423000', '101026.426000', '101026.429000', '101026.432000', '101026.434000', '101026.437000', '101026.440000', '101026.443000', '101026.446000', '101026.449000', '101026.451000', '101026.454000', '101026.457000', '101026.460000', '101026.463000', '101026.466000', '101046.343000', '101046.346000', '101046.349000', '101046.352000', '101046.368000', '101046.371000', '101046.374000', '101046.377000', '101046.379000', '101046.382000', '101046.385000', '101046.388000', '101046.391000', '101046.393000', '101046.396000', '101046.399000', '101046.402000', '101046.405000', '101046.408000', '101046.410000', '101046.413000', '101046.416000', '101046.419000', '101046.422000', '101046.425000', '101046.428000', '101046.430000', '101046.433000', '101046.436000', '101046.439000', '101046.442000', '101046.445000', '101046.450000', '101046.453000', '101046.456000', '101046.459000', '101046.462000', '101046.464000', '101046.467000', '101046.470000', '101046.473000', '101046.476000', '101046.479000', '101106.343000', '101106.346000', '101106.349000', '101106.352000', '101106.355000', '101106.358000', '101106.361000', '101106.364000', '101106.367000', '101106.370000', '101106.373000', '101106.375000', '101106.378000', '101106.381000', '101106.384000', '101106.387000', '101106.390000', '101106.393000', '101106.396000', '101106.398000', '101106.402000', '101106.404000', '101106.407000', '101106.410000', '101106.413000', '101106.416000', '101106.419000', '101106.422000', '101106.425000', '101106.427000', '101106.430000', '101106.434000', '101106.437000', '101106.441000', '101106.444000', '101106.447000', '101106.450000', '101106.454000', '101106.457000', '101106.460000', '101106.463000', '101106.466000', '101106.469000', '101106.472000', '101126.343000', '101126.346000', '101126.349000', '101126.352000', '101126.355000', '101126.357000', '101126.360000', '101126.363000', '101126.366000', '101126.369000', '101126.372000', '101126.374000', '101126.377000', '101126.380000', '101126.383000', '101126.386000', '101126.389000', '101126.392000', '101126.395000', '101126.399000', '101126.402000', '101126.405000', '101126.416000', '101126.419000', '101126.422000', '101126.425000', '101126.427000', '101126.430000', '101126.433000', '101126.436000', '101126.439000', '101126.442000', '101126.445000', '101126.448000', '101126.451000', '101126.454000', '101126.457000', '101126.460000', '101126.462000', '101126.465000', '101126.468000', '101126.471000', '101126.474000', '101146.343000', '101146.346000', '101146.349000', '101146.352000', '101146.355000', '101146.357000', '101146.360000', '101146.363000', '101146.366000', '101146.369000', '101146.372000', '101146.374000', '101146.377000', '101146.380000', '101146.383000', '101146.386000', '101146.389000', '101146.391000', '101146.394000', '101146.397000', '101146.400000', '101146.403000', '101146.406000', '101146.408000', '101146.411000', '101146.414000', '101146.417000', '101146.420000', '101146.423000', '101146.425000', '101146.428000', '101146.431000', '101146.434000', '101146.437000', '101146.440000', '101146.443000', '101146.445000', '101146.448000', '101146.451000', '101146.454000', '101146.457000', '101146.459000', '101146.462000', '101146.465000', '101206.343000', '101206.346000', '101206.349000', '101206.352000', '101206.355000', '101206.358000', '101206.360000', '101206.363000', '101206.366000', '101206.369000', '101206.372000', '101206.374000', '101206.377000', '101206.380000', '101206.383000', '101206.386000', '101206.388000', '101206.391000', '101206.394000', '101206.397000', '101206.400000', '101206.403000', '101206.405000', '101206.408000', '101206.411000', '101206.414000', '101206.417000', '101206.419000', '101206.422000', '101206.440000', '101206.442000', '101206.445000', '101206.448000', '101206.451000', '101206.454000', '101206.457000', '101206.459000', '101206.462000', '101206.465000', '101206.468000', '101206.471000', '101206.474000', '101206.477000', '101226.344000', '101226.348000', '101226.351000', '101226.354000', '101226.359000', '101226.362000', '101226.365000', '101226.369000', '101226.372000', '101226.376000', '101226.379000', '101226.382000', '101226.385000', '101226.389000', '101226.392000', '101226.395000', '101226.398000', '101226.401000', '101226.405000', '101226.408000', '101226.411000', '101226.414000', '101226.417000', '101226.420000', '101226.423000', '101226.426000', '101226.429000', '101226.432000', '101226.435000', '101226.438000', '101226.441000', '101226.444000', '101226.447000', '101226.450000', '101226.453000', '101226.456000', '101226.459000', '101226.463000', '101226.466000', '101226.468000', '101226.471000', '101226.474000', '101226.477000', '101226.480000', '101246.343000', '101246.351000', '101246.354000', '101246.357000', '101246.359000', '101246.362000', '101246.365000', '101246.368000', '101246.371000', '101246.374000', '101246.376000', '101246.379000', '101246.382000', '101246.385000', '101246.388000', '101246.391000', '101246.394000', '101246.397000', '101246.399000', '101246.402000', '101246.405000', '101246.408000', '101246.411000', '101246.414000', '101246.416000', '101246.419000', '101246.422000', '101246.425000', '101246.428000', '101246.431000', '101246.434000', '101246.437000', '101246.440000', '101246.443000', '101246.446000', '101246.449000', '101246.452000', '101246.455000', '101246.457000', '101246.460000', '101246.463000', '101246.466000', '101246.469000', '101306.343000', '101306.346000', '101306.349000', '101306.352000', '101306.354000', '101306.357000', '101306.360000', '101306.363000', '101306.366000', '101306.368000', '101306.371000', '101306.374000', '101306.377000', '101306.380000', '101306.383000', '101306.385000', '101306.388000', '101306.391000', '101306.394000', '101306.397000', '101306.400000', '101306.402000', '101306.405000', '101306.408000', '101306.411000', '101306.414000', '101306.417000', '101306.420000', '101306.422000', '101306.425000', '101306.428000', '101306.431000', '101306.434000', '101306.437000', '101306.439000', '101306.442000', '101306.445000', '101306.448000', '101306.451000', '101306.454000', '101306.456000', '101306.459000', '101306.462000', '101306.465000', '101326.343000', '101326.346000', '101326.349000', '101326.352000', '101326.355000', '101326.357000', '101326.360000', '101326.363000', '101326.366000', '101326.369000', '101326.372000', '101326.374000', '101326.377000', '101326.380000', '101326.383000', '101326.386000', '101326.389000', '101326.391000', '101326.394000', '101326.397000', '101326.400000', '101326.403000', '101326.406000', '101326.408000', '101326.411000', '101326.414000', '101326.417000', '101326.420000', '101326.423000', '101326.426000', '101326.428000', '101326.431000', '101326.434000', '101326.437000', '101326.440000', '101326.443000', '101326.446000', '101326.448000', '101326.451000', '101326.454000', '101326.457000', '101326.460000', '101326.463000', '101345.450000', '101345.454000', '101345.458000', '101345.461000', '101345.464000', '101345.467000', '101345.471000', '101345.474000', '101345.477000', '101345.480000', '101345.483000', '101345.486000', '101345.489000', '101345.492000', '101345.494000', '101345.497000', '101345.500000', '101345.503000', '101345.506000', '101345.509000', '101345.512000', '101345.515000', '101345.518000', '101345.521000', '101345.524000', '101345.526000', '101345.529000', '101345.532000', '101345.535000', '101345.538000', '101345.541000', '101345.544000', '101345.547000', '101345.549000', '101345.552000', '101345.555000', '101345.558000', '101345.561000', '101345.564000', '101345.567000', '101345.570000', '101345.573000'], 'InstanceCreationTime': ['100746.377000', '100746.381000', '100746.384000', '100746.386000', '100746.389000', '100746.392000', '100746.395000', '100746.398000', '100746.401000', '100746.403000', '100746.406000', '100746.409000', '100746.412000', '100746.415000', '100746.417000', '100746.420000', '100746.423000', '100746.426000', '100746.429000', '100746.432000', '100746.434000', '100746.437000', '100746.440000', '100746.443000', '100746.446000', '100746.448000', '100746.451000', '100746.454000', '100746.457000', '100746.465000', '100746.468000', '100746.471000', '100746.473000', '100746.476000', '100746.479000', '100746.482000', '100746.484000', '100746.487000', '100746.490000', '100746.493000', '100746.496000', '100746.499000', '100746.501000', '100746.504000', '100746.507000', '100746.510000', '100746.513000', '100746.515000', '100746.518000', '100746.522000', '100746.525000', '100746.528000', '100746.531000', '100746.533000', '100746.536000', '100746.539000', '100746.542000', '100746.545000', '100806.343000', '100806.346000', '100806.349000', '100806.352000', '100806.355000', '100806.361000', '100806.364000', '100806.367000', '100806.385000', '100806.387000', '100806.390000', '100806.393000', '100806.396000', '100806.399000', '100806.401000', '100806.404000', '100806.407000', '100806.410000', '100806.413000', '100806.415000', '100806.418000', '100806.421000', '100806.424000', '100806.426000', '100806.429000', '100806.432000', '100806.435000', '100806.438000', '100806.441000', '100806.443000', '100806.446000', '100806.449000', '100806.452000', '100806.454000', '100806.457000', '100806.470000', '100806.472000', '100806.475000', '100806.478000', '100806.481000', '100806.484000', '100806.486000', '100806.489000', '100826.343000', '100826.355000', '100826.358000', '100826.361000', '100826.364000', '100826.366000', '100826.369000', '100826.372000', '100826.375000', '100826.378000', '100826.380000', '100826.383000', '100826.386000', '100826.389000', '100826.392000', '100826.395000', '100826.398000', '100826.400000', '100826.403000', '100826.406000', '100826.409000', '100826.412000', '100826.414000', '100826.417000', '100826.420000', '100826.423000', '100826.426000', '100826.429000', '100826.432000', '100826.442000', '100826.445000', '100826.448000', '100826.451000', '100826.454000', '100826.456000', '100826.459000', '100826.462000', '100826.465000', '100826.468000', '100826.471000', '100826.473000', '100826.476000', '100826.479000', '100826.482000', '100846.343000', '100846.346000', '100846.349000', '100846.352000', '100846.354000', '100846.357000', '100846.360000', '100846.363000', '100846.366000', '100846.369000', '100846.372000', '100846.382000', '100846.384000', '100846.387000', '100846.390000', '100846.393000', '100846.396000', '100846.398000', '100846.401000', '100846.404000', '100846.407000', '100846.410000', '100846.412000', '100846.415000', '100846.418000', '100846.421000', '100846.428000', '100846.430000', '100846.433000', '100846.436000', '100846.439000', '100846.442000', '100846.444000', '100846.447000', '100846.450000', '100846.453000', '100846.456000', '100846.458000', '100846.461000', '100846.464000', '100846.467000', '100846.470000', '100846.473000', '100906.343000', '100906.346000', '100906.349000', '100906.352000', '100906.354000', '100906.357000', '100906.360000', '100906.363000', '100906.366000', '100906.368000', '100906.371000', '100906.374000', '100906.377000', '100906.380000', '100906.383000', '100906.385000', '100906.388000', '100906.391000', '100906.394000', '100906.397000', '100906.399000', '100906.402000', '100906.408000', '100906.423000', '100906.426000', '100906.429000', '100906.432000', '100906.435000', '100906.437000', '100906.440000', '100906.443000', '100906.446000', '100906.449000', '100906.451000', '100906.454000', '100906.457000', '100906.460000', '100906.463000', '100906.466000', '100906.468000', '100906.471000', '100906.474000', '100906.477000', '100906.480000', '100926.343000', '100926.346000', '100926.349000', '100926.352000', '100926.354000', '100926.357000', '100926.360000', '100926.363000', '100926.366000', '100926.368000', '100926.371000', '100926.374000', '100926.377000', '100926.380000', '100926.383000', '100926.386000', '100926.388000', '100926.391000', '100926.394000', '100926.397000', '100926.400000', '100926.402000', '100926.405000', '100926.408000', '100926.411000', '100926.414000', '100926.417000', '100926.420000', '100926.423000', '100926.425000', '100926.428000', '100926.431000', '100926.434000', '100926.437000', '100926.440000', '100926.442000', '100926.445000', '100926.448000', '100926.451000', '100926.454000', '100926.457000', '100926.459000', '100926.462000', '100946.343000', '100946.346000', '100946.349000', '100946.352000', '100946.354000', '100946.357000', '100946.360000', '100946.363000', '100946.366000', '100946.368000', '100946.371000', '100946.374000', '100946.377000', '100946.380000', '100946.383000', '100946.385000', '100946.388000', '100946.391000', '100946.394000', '100946.397000', '100946.399000', '100946.402000', '100946.405000', '100946.408000', '100946.411000', '100946.414000', '100946.417000', '100946.419000', '100946.422000', '100946.425000', '100946.428000', '100946.431000', '100946.434000', '100946.436000', '100946.439000', '100946.442000', '100946.445000', '100946.448000', '100946.451000', '100946.453000', '100946.456000', '100946.459000', '100946.462000', '100946.465000', '101006.343000', '101006.346000', '101006.349000', '101006.352000', '101006.354000', '101006.358000', '101006.362000', '101006.365000', '101006.367000', '101006.370000', '101006.373000', '101006.376000', '101006.379000', '101006.382000', '101006.385000', '101006.387000', '101006.390000', '101006.393000', '101006.396000', '101006.399000', '101006.401000', '101006.404000', '101006.407000', '101006.410000', '101006.413000', '101006.416000', '101006.419000', '101006.422000', '101006.426000', '101006.431000', '101006.434000', '101006.437000', '101006.440000', '101006.443000', '101006.446000', '101006.449000', '101006.452000', '101006.454000', '101006.457000', '101006.460000', '101006.463000', '101006.466000', '101006.468000', '101026.343000', '101026.346000', '101026.349000', '101026.352000', '101026.355000', '101026.357000', '101026.360000', '101026.363000', '101026.366000', '101026.369000', '101026.372000', '101026.375000', '101026.377000', '101026.380000', '101026.383000', '101026.386000', '101026.389000', '101026.392000', '101026.394000', '101026.397000', '101026.400000', '101026.403000', '101026.406000', '101026.409000', '101026.412000', '101026.414000', '101026.417000', '101026.420000', '101026.423000', '101026.426000', '101026.429000', '101026.432000', '101026.434000', '101026.437000', '101026.440000', '101026.443000', '101026.446000', '101026.449000', '101026.451000', '101026.454000', '101026.457000', '101026.460000', '101026.463000', '101026.466000', '101046.343000', '101046.346000', '101046.349000', '101046.352000', '101046.368000', '101046.371000', '101046.374000', '101046.377000', '101046.379000', '101046.382000', '101046.385000', '101046.388000', '101046.391000', '101046.393000', '101046.396000', '101046.399000', '101046.402000', '101046.405000', '101046.408000', '101046.410000', '101046.413000', '101046.416000', '101046.419000', '101046.422000', '101046.425000', '101046.428000', '101046.430000', '101046.433000', '101046.436000', '101046.439000', '101046.442000', '101046.445000', '101046.450000', '101046.453000', '101046.456000', '101046.459000', '101046.462000', '101046.464000', '101046.467000', '101046.470000', '101046.473000', '101046.476000', '101046.479000', '101106.343000', '101106.346000', '101106.349000', '101106.352000', '101106.355000', '101106.358000', '101106.361000', '101106.364000', '101106.367000', '101106.370000', '101106.373000', '101106.375000', '101106.378000', '101106.381000', '101106.384000', '101106.387000', '101106.390000', '101106.393000', '101106.396000', '101106.398000', '101106.402000', '101106.404000', '101106.407000', '101106.410000', '101106.413000', '101106.416000', '101106.419000', '101106.422000', '101106.425000', '101106.427000', '101106.430000', '101106.434000', '101106.437000', '101106.441000', '101106.444000', '101106.447000', '101106.450000', '101106.454000', '101106.457000', '101106.460000', '101106.463000', '101106.466000', '101106.469000', '101106.472000', '101126.343000', '101126.346000', '101126.349000', '101126.352000', '101126.355000', '101126.357000', '101126.360000', '101126.363000', '101126.366000', '101126.369000', '101126.372000', '101126.374000', '101126.377000', '101126.380000', '101126.383000', '101126.386000', '101126.389000', '101126.392000', '101126.395000', '101126.399000', '101126.402000', '101126.405000', '101126.416000', '101126.419000', '101126.422000', '101126.425000', '101126.427000', '101126.430000', '101126.433000', '101126.436000', '101126.439000', '101126.442000', '101126.445000', '101126.448000', '101126.451000', '101126.454000', '101126.457000', '101126.460000', '101126.462000', '101126.465000', '101126.468000', '101126.471000', '101126.474000', '101146.343000', '101146.346000', '101146.349000', '101146.352000', '101146.355000', '101146.357000', '101146.360000', '101146.363000', '101146.366000', '101146.369000', '101146.372000', '101146.374000', '101146.377000', '101146.380000', '101146.383000', '101146.386000', '101146.389000', '101146.391000', '101146.394000', '101146.397000', '101146.400000', '101146.403000', '101146.406000', '101146.408000', '101146.411000', '101146.414000', '101146.417000', '101146.420000', '101146.423000', '101146.425000', '101146.428000', '101146.431000', '101146.434000', '101146.437000', '101146.440000', '101146.443000', '101146.445000', '101146.448000', '101146.451000', '101146.454000', '101146.457000', '101146.459000', '101146.462000', '101146.465000', '101206.343000', '101206.346000', '101206.349000', '101206.352000', '101206.355000', '101206.358000', '101206.360000', '101206.363000', '101206.366000', '101206.369000', '101206.372000', '101206.374000', '101206.377000', '101206.380000', '101206.383000', '101206.386000', '101206.388000', '101206.391000', '101206.394000', '101206.397000', '101206.400000', '101206.403000', '101206.405000', '101206.408000', '101206.411000', '101206.414000', '101206.417000', '101206.419000', '101206.422000', '101206.440000', '101206.442000', '101206.445000', '101206.448000', '101206.451000', '101206.454000', '101206.457000', '101206.459000', '101206.462000', '101206.465000', '101206.468000', '101206.471000', '101206.474000', '101206.477000', '101226.344000', '101226.348000', '101226.351000', '101226.354000', '101226.359000', '101226.362000', '101226.365000', '101226.369000', '101226.372000', '101226.376000', '101226.379000', '101226.382000', '101226.385000', '101226.389000', '101226.392000', '101226.395000', '101226.398000', '101226.401000', '101226.405000', '101226.408000', '101226.411000', '101226.414000', '101226.417000', '101226.420000', '101226.423000', '101226.426000', '101226.429000', '101226.432000', '101226.435000', '101226.438000', '101226.441000', '101226.444000', '101226.447000', '101226.450000', '101226.453000', '101226.456000', '101226.459000', '101226.463000', '101226.466000', '101226.468000', '101226.471000', '101226.474000', '101226.477000', '101226.480000', '101246.343000', '101246.351000', '101246.354000', '101246.357000', '101246.359000', '101246.362000', '101246.365000', '101246.368000', '101246.371000', '101246.374000', '101246.376000', '101246.379000', '101246.382000', '101246.385000', '101246.388000', '101246.391000', '101246.394000', '101246.397000', '101246.399000', '101246.402000', '101246.405000', '101246.408000', '101246.411000', '101246.414000', '101246.416000', '101246.419000', '101246.422000', '101246.425000', '101246.428000', '101246.431000', '101246.434000', '101246.437000', '101246.440000', '101246.443000', '101246.446000', '101246.449000', '101246.452000', '101246.455000', '101246.457000', '101246.460000', '101246.463000', '101246.466000', '101246.469000', '101306.343000', '101306.346000', '101306.349000', '101306.352000', '101306.354000', '101306.357000', '101306.360000', '101306.363000', '101306.366000', '101306.368000', '101306.371000', '101306.374000', '101306.377000', '101306.380000', '101306.383000', '101306.385000', '101306.388000', '101306.391000', '101306.394000', '101306.397000', '101306.400000', '101306.402000', '101306.405000', '101306.408000', '101306.411000', '101306.414000', '101306.417000', '101306.420000', '101306.422000', '101306.425000', '101306.428000', '101306.431000', '101306.434000', '101306.437000', '101306.439000', '101306.442000', '101306.445000', '101306.448000', '101306.451000', '101306.454000', '101306.456000', '101306.459000', '101306.462000', '101306.465000', '101326.343000', '101326.346000', '101326.349000', '101326.352000', '101326.355000', '101326.357000', '101326.360000', '101326.363000', '101326.366000', '101326.369000', '101326.372000', '101326.374000', '101326.377000', '101326.380000', '101326.383000', '101326.386000', '101326.389000', '101326.391000', '101326.394000', '101326.397000', '101326.400000', '101326.403000', '101326.406000', '101326.408000', '101326.411000', '101326.414000', '101326.417000', '101326.420000', '101326.423000', '101326.426000', '101326.428000', '101326.431000', '101326.434000', '101326.437000', '101326.440000', '101326.443000', '101326.446000', '101326.448000', '101326.451000', '101326.454000', '101326.457000', '101326.460000', '101326.463000', '101345.450000', '101345.454000', '101345.458000', '101345.461000', '101345.464000', '101345.467000', '101345.471000', '101345.474000', '101345.477000', '101345.480000', '101345.483000', '101345.486000', '101345.489000', '101345.492000', '101345.494000', '101345.497000', '101345.500000', '101345.503000', '101345.506000', '101345.509000', '101345.512000', '101345.515000', '101345.518000', '101345.521000', '101345.524000', '101345.526000', '101345.529000', '101345.532000', '101345.535000', '101345.538000', '101345.541000', '101345.544000', '101345.547000', '101345.549000', '101345.552000', '101345.555000', '101345.558000', '101345.561000', '101345.564000', '101345.567000', '101345.570000', '101345.573000'], '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': [9405, 9593, 9287, 11364, 8570, 9294, 10504, 9472, 12862, 8502, 9081, 8476, 8885, 9179, 8782, 10863, 8266, 8824, 8252, 9169, 8667, 8495, 9249, 8047, 8898, 9918, 8714, 9298, 8437, 8966, 9054, 8973, 8990, 8853, 10280, 8582, 8790, 8677, 8845, 9713, 8828, 11900, 8355, 8796, 9711, 8875, 9247, 8882, 9248, 9693, 8738, 10311, 8619, 9037, 8471, 8960, 9513, 9071, 10518, 9008, 10577, 8588, 11685, 8342, 8979, 7778, 8870, 9524, 8731, 9593, 8918, 9181, 9736, 8846, 10234, 8588, 9221, 9432, 9166, 9823, 8766, 9238, 9326, 8961, 10777, 8857, 9210, 8467, 8926, 10954, 8700, 12822, 8736, 9250, 9620, 8843, 11497, 8479, 9083, 9298, 9025, 10454, 8790, 8869, 9686, 8989, 11841, 8614, 9140, 9010, 8781, 11634, 8514, 10990, 8638, 8964, 9739, 8460, 12055, 8116, 8939, 9356, 8787, 10495, 8462, 8902, 9786, 8757, 9967, 8503, 9067, 8962, 8940, 11469, 8641, 9281, 8708, 9290, 9847, 8654, 12636, 8834, 9128, 9646, 8418, 11922, 8328, 8872, 11039, 8486, 8985, 8672, 8925, 9561, 8500, 12026, 8284, 9020, 8911, 8829, 9642, 8472, 11002, 8246, 8930, 8804, 8700, 8977, 8731, 9242, 8569, 9251, 9399, 8938, 9917, 8705, 9589, 8783, 9281, 9064, 8796, 9261, 8966, 10463, 8542, 9031, 9114, 8960, 9440, 8913, 11708, 8557, 9092, 8917, 9002, 10076, 8833, 11904, 8432, 9230, 9390, 9234, 11067, 8874, 10424, 9098, 9297, 10100, 8913, 11335, 8508, 9173, 8595, 9215, 9517, 8784, 9355, 8661, 9202, 9606, 8936, 10695, 8912, 9446, 8760, 9401, 9179, 8835, 11391, 8864, 9885, 8857, 9229, 9610, 8994, 11315, 8685, 9429, 9187, 8903, 8500, 8702, 9442, 8654, 9063, 9681, 8956, 8497, 8882, 10596, 8831, 9079, 9052, 9158, 9835, 9164, 11239, 8907, 10177, 9055, 9321, 9607, 8853, 10427, 8651, 9360, 9358, 8933, 9463, 8889, 10594, 8681, 9052, 9946, 8928, 10853, 8778, 9488, 8591, 9179, 10035, 8809, 11313, 8678, 9297, 8522, 9230, 9195, 8700, 9256, 8962, 9033, 10056, 9155, 10504, 8999, 9321, 9902, 9113, 10778, 9050, 10030, 9386, 9234, 10277, 8957, 9169, 8711, 9104, 10173, 8948, 10378, 8965, 9319, 8648, 8578, 9061, 8785, 9415, 9224, 11521, 10119, 9112, 12312, 8853, 9166, 10976, 8612, 13158, 9941, 8726, 10388, 8479, 11119, 8349, 9271, 9051, 9203, 9512, 8683, 8564, 9764, 8642, 9037, 9038, 10991, 8605, 8956, 9094, 8887, 11188, 8960, 11434, 8944, 12119, 8791, 13271, 8502, 9768, 8716, 8843, 9023, 8674, 10754, 8496, 8612, 9419, 8556, 10420, 8998, 8714, 9698, 8420, 10864, 8393, 9406, 9521, 8713, 13314, 9057, 8793, 9386, 8570, 8780, 9126, 8294, 9603, 8396, 10451, 8256, 11748, 8395, 8630, 9158, 8614, 11522, 8328, 12291, 9182, 8408, 10937, 8370, 8715, 8157, 8221, 9898, 8368, 11821, 8439, 8608, 8967, 8209, 9541, 8212, 10622, 8511, 8926, 9594, 8147, 8708, 8326, 8732, 9031, 8717, 9490, 8343, 10981, 8506, 8809, 8175, 8882, 9166, 8736, 10997, 8530, 8782, 8900, 9010, 9686, 8459, 9168, 9164, 8947, 9768, 8387, 12210, 8485, 8926, 10443, 8578, 11959, 8499, 8840, 9400, 8593, 11475, 8277, 12025, 8695, 8486, 11357, 8210, 8461, 8704, 8278, 10557, 8556, 8618, 9538, 8631, 9672, 8425, 11433, 8533, 8683, 9254, 8690, 10825, 8543, 12013, 8469, 8626, 9442, 8167, 10248, 8469, 8635, 10918, 8933, 8546, 8736, 8317, 10432, 9401, 8520, 11138, 8596, 8723, 8509, 8489, 9570, 8290, 10535, 8350, 11389, 8491, 11666, 9189, 8337, 9990, 8541, 8899, 9024, 8203, 8641, 8708, 8411, 8939, 8330, 10609, 8356, 11332, 8508, 12160, 8660, 11501, 8389, 11426, 8937, 8848, 8685, 8436, 9477, 8612, 9767, 8620, 8595, 7999, 8356, 8622, 8829, 8490, 9539, 8519, 11431, 8783, 8929, 8831, 8481, 10482, 8219, 12970, 8389, 11865, 8600, 11624, 9104, 8237, 7881, 8293, 8927, 8811, 10934, 8160, 8178, 8555, 8576, 8637, 8784, 8065, 9586, 8973, 11507, 8868, 8342, 9311, 8591, 11967, 8920, 8658, 8491, 8365, 9574, 8934, 11163, 8390, 8407, 10267, 8794, 10494, 8370, 8540, 9573, 7944, 8177, 8778, 8315, 8426, 8373, 8560, 8497, 9054, 8235, 12738, 8498, 12679, 8708, 12024, 9158, 12900, 9180, 8153, 8532, 8703, 8083, 8434, 8330, 9362, 8880, 7985, 8637, 8276, 9241, 8718, 8179, 9167, 8695, 10997, 8781, 8451, 9000, 10460, 10419, 10413, 14241, 9114, 8650, 8825, 8506, 11249, 8861, 9956, 9979, 8437, 11767, 8174, 8326, 9103, 8672, 8585, 9323, 8588, 11705, 8581, 11912, 8289, 8361, 9405, 8592, 11880, 9039, 9491, 10273, 8582, 11470, 8191, 8195, 9498, 8537, 8537, 9724, 9015, 13404, 8741, 8532, 9271, 8871, 8405, 9157, 8430, 11316, 8667, 12933, 8743, 8207, 8030, 8442, 10846, 8697, 8279, 9884, 8739, 8368, 8642, 8277, 10291, 8791, 12503, 8135, 8291, 9219, 8524, 11484, 9067, 8405, 11548, 8782, 12232, 8434, 8256, 8514, 8183, 10723, 8719, 8106, 8813, 8208, 9755, 8604, 11709, 8541, 10150, 8637, 8480, 10800, 8474, 8607, 8493, 8458, 10965, 8807, 8301, 9012, 8394, 10625, 8747, 9095, 8267, 9179, 8382, 9990, 8474, 9848, 8358, 10795, 8664, 10167, 8655, 8446, 8112, 8353, 8834, 8362, 11134, 8338, 8808, 8419, 8553, 8469, 8346, 10992, 8385, 11332, 8287, 10804, 8877, 8328, 9489, 8323, 9884, 8601, 8571, 8773, 8393, 10923, 8947, 8734, 11153, 8632, 11898, 8465, 8426, 10437, 8413, 13943, 8321, 12760, 8624, 8910, 10990, 8674, 13884, 8541, 9099, 8461, 8308, 10023, 8724, 12503, 8631, 8291, 9248, 8427, 11452, 9011, 8294, 11107, 8635, 8399, 8996, 8292, 8868, 8395, 12145, 8711, 9584, 9825, 8042, 10194, 8155, 11393, 8326, 12465, 8602, 8160, 9250, 8253, 10484, 8382, 9125, 9542, 8246, 10715, 8158, 8579, 9346, 8400, 11415, 8058], 'WindowCenter': [4444.0, 4415.0, 4410.0, 4398.0, 4385.0, 4383.0, 4390.0, 4386.0, 4383.0, 4341.0, 4338.0, 4344.0, 4343.0, 4338.0, 4345.0, 4370.0, 4345.0, 4345.0, 4327.0, 4355.0, 4345.0, 4340.0, 4350.0, 4351.0, 4359.0, 4375.0, 4354.0, 4357.0, 4362.0, 4352.0, 4358.0, 4373.0, 4371.0, 4370.0, 4361.0, 4358.0, 4350.0, 4367.0, 4357.0, 4361.0, 4366.0, 4386.0, 4361.0, 4351.0, 4377.0, 4367.0, 4366.0, 4360.0, 4380.0, 4376.0, 4374.0, 4379.0, 4370.0, 4373.0, 4371.0, 4380.0, 4363.0, 4353.0, 4372.0, 4363.0, 4370.0, 4360.0, 4375.0, 4349.0, 4348.0, 4343.0, 4376.0, 4372.0, 4358.0, 4367.0, 4371.0, 4367.0, 4381.0, 4376.0, 4393.0, 4382.0, 4383.0, 4372.0, 4384.0, 4395.0, 4367.0, 4371.0, 4378.0, 4362.0, 4381.0, 4368.0, 4368.0, 4352.0, 4368.0, 4372.0, 4368.0, 4387.0, 4355.0, 4350.0, 4358.0, 4361.0, 4385.0, 4354.0, 4365.0, 4355.0, 4356.0, 4368.0, 4369.0, 4349.0, 4366.0, 4365.0, 4375.0, 4348.0, 4365.0, 4353.0, 4360.0, 4383.0, 4355.0, 4355.0, 4341.0, 4335.0, 4352.0, 4344.0, 4372.0, 4335.0, 4342.0, 4352.0, 4342.0, 4358.0, 4349.0, 4359.0, 4372.0, 4353.0, 4365.0, 4355.0, 4362.0, 4364.0, 4351.0, 4380.0, 4358.0, 4359.0, 4365.0, 4363.0, 4366.0, 4360.0, 4394.0, 4365.0, 4357.0, 4348.0, 4348.0, 4366.0, 4336.0, 4353.0, 4372.0, 4343.0, 4343.0, 4336.0, 4353.0, 4368.0, 4355.0, 4394.0, 4353.0, 4354.0, 4346.0, 4352.0, 4366.0, 4345.0, 4365.0, 4352.0, 4336.0, 4336.0, 4358.0, 4364.0, 4361.0, 4364.0, 4356.0, 4349.0, 4363.0, 4367.0, 4376.0, 4352.0, 4366.0, 4365.0, 4358.0, 4356.0, 4372.0, 4379.0, 4369.0, 4386.0, 4356.0, 4367.0, 4367.0, 4377.0, 4380.0, 4368.0, 4386.0, 4358.0, 4377.0, 4355.0, 4361.0, 4384.0, 4373.0, 4390.0, 4354.0, 4349.0, 4360.0, 4358.0, 4386.0, 4377.0, 4371.0, 4357.0, 4365.0, 4369.0, 4362.0, 4378.0, 4355.0, 4366.0, 4352.0, 4376.0, 4376.0, 4356.0, 4356.0, 4355.0, 4367.0, 4370.0, 4363.0, 4384.0, 4349.0, 4359.0, 4357.0, 4373.0, 4374.0, 4365.0, 4386.0, 4356.0, 4364.0, 4354.0, 4353.0, 4358.0, 4364.0, 4390.0, 4357.0, 4349.0, 4363.0, 4357.0, 4356.0, 4359.0, 4371.0, 4360.0, 4367.0, 4378.0, 4369.0, 4374.0, 4389.0, 4392.0, 4371.0, 4372.0, 4368.0, 4377.0, 4361.0, 4367.0, 4388.0, 4367.0, 4370.0, 4349.0, 4348.0, 4348.0, 4365.0, 4377.0, 4368.0, 4366.0, 4361.0, 4356.0, 4366.0, 4370.0, 4380.0, 4362.0, 4360.0, 4369.0, 4363.0, 4381.0, 4368.0, 4371.0, 4376.0, 4369.0, 4380.0, 4356.0, 4376.0, 4349.0, 4371.0, 4351.0, 4360.0, 4372.0, 4362.0, 4370.0, 4369.0, 4370.0, 4394.0, 4380.0, 4390.0, 4370.0, 4379.0, 4383.0, 4380.0, 4393.0, 4382.0, 4385.0, 4376.0, 4374.0, 4389.0, 4362.0, 4371.0, 4372.0, 4382.0, 4385.0, 4364.0, 4380.0, 4362.0, 4359.0, 4372.0, 4367.0, 4368.0, 4368.0, 4382.0, 4387.0, 4410.0, 4400.0, 4365.0, 4400.0, 4350.0, 4364.0, 4381.0, 4354.0, 4390.0, 4375.0, 4352.0, 4348.0, 4342.0, 4361.0, 4340.0, 4335.0, 4337.0, 4352.0, 4335.0, 4346.0, 4336.0, 4372.0, 4358.0, 4366.0, 4364.0, 4383.0, 4359.0, 4358.0, 4352.0, 4356.0, 4377.0, 4344.0, 4381.0, 4345.0, 4367.0, 4335.0, 4374.0, 4330.0, 4348.0, 4338.0, 4331.0, 4344.0, 4326.0, 4365.0, 4334.0, 4335.0, 4333.0, 4350.0, 4370.0, 4349.0, 4349.0, 4358.0, 4345.0, 4355.0, 4345.0, 4349.0, 4366.0, 4338.0, 4388.0, 4338.0, 4340.0, 4342.0, 4350.0, 4350.0, 4361.0, 4325.0, 4353.0, 4333.0, 4366.0, 4351.0, 4372.0, 4337.0, 4325.0, 4342.0, 4330.0, 4354.0, 4328.0, 4367.0, 4332.0, 4313.0, 4349.0, 4319.0, 4336.0, 4320.0, 4340.0, 4336.0, 4329.0, 4361.0, 4332.0, 4337.0, 4324.0, 4331.0, 4349.0, 4324.0, 4355.0, 4339.0, 4351.0, 4335.0, 4326.0, 4342.0, 4353.0, 4354.0, 4355.0, 4349.0, 4368.0, 4351.0, 4371.0, 4368.0, 4352.0, 4347.0, 4363.0, 4371.0, 4350.0, 4380.0, 4366.0, 4345.0, 4350.0, 4361.0, 4362.0, 4351.0, 4366.0, 4354.0, 4354.0, 4367.0, 4356.0, 4380.0, 4365.0, 4358.0, 4358.0, 4356.0, 4367.0, 4349.0, 4356.0, 4348.0, 4342.0, 4372.0, 4343.0, 4369.0, 4339.0, 4345.0, 4368.0, 4325.0, 4331.0, 4352.0, 4337.0, 4372.0, 4339.0, 4345.0, 4355.0, 4356.0, 4359.0, 4350.0, 4397.0, 4357.0, 4348.0, 4362.0, 4339.0, 4365.0, 4345.0, 4373.0, 4327.0, 4337.0, 4355.0, 4347.0, 4356.0, 4354.0, 4346.0, 4365.0, 4356.0, 4348.0, 4344.0, 4343.0, 4366.0, 4357.0, 4341.0, 4375.0, 4353.0, 4344.0, 4342.0, 4345.0, 4356.0, 4333.0, 4370.0, 4324.0, 4365.0, 4334.0, 4360.0, 4346.0, 4329.0, 4334.0, 4330.0, 4329.0, 4332.0, 4332.0, 4351.0, 4354.0, 4344.0, 4362.0, 4354.0, 4366.0, 4353.0, 4385.0, 4354.0, 4374.0, 4338.0, 4357.0, 4331.0, 4353.0, 4352.0, 4336.0, 4335.0, 4330.0, 4344.0, 4340.0, 4347.0, 4355.0, 4350.0, 4338.0, 4356.0, 4351.0, 4366.0, 4359.0, 4381.0, 4364.0, 4389.0, 4365.0, 4356.0, 4365.0, 4345.0, 4366.0, 4328.0, 4379.0, 4336.0, 4364.0, 4330.0, 4356.0, 4341.0, 4335.0, 4329.0, 4332.0, 4341.0, 4351.0, 4352.0, 4325.0, 4352.0, 4337.0, 4346.0, 4336.0, 4354.0, 4347.0, 4371.0, 4349.0, 4376.0, 4364.0, 4336.0, 4353.0, 4355.0, 4368.0, 4352.0, 4342.0, 4340.0, 4331.0, 4334.0, 4346.0, 4360.0, 4342.0, 4327.0, 4352.0, 4344.0, 4360.0, 4352.0, 4354.0, 4367.0, 4352.0, 4344.0, 4353.0, 4345.0, 4345.0, 4348.0, 4350.0, 4359.0, 4376.0, 4347.0, 4396.0, 4349.0, 4384.0, 4344.0, 4373.0, 4348.0, 4367.0, 4340.0, 4315.0, 4331.0, 4334.0, 4323.0, 4340.0, 4340.0, 4370.0, 4370.0, 4345.0, 4362.0, 4346.0, 4372.0, 4361.0, 4368.0, 4368.0, 4362.0, 4373.0, 4367.0, 4350.0, 4356.0, 4367.0, 4370.0, 4365.0, 4387.0, 4346.0, 4334.0, 4342.0, 4341.0, 4365.0, 4345.0, 4364.0, 4355.0, 4333.0, 4368.0, 4337.0, 4333.0, 4351.0, 4345.0, 4341.0, 4362.0, 4343.0, 4381.0, 4329.0, 4361.0, 4326.0, 4339.0, 4345.0, 4340.0, 4367.0, 4333.0, 4341.0, 4346.0, 4331.0, 4357.0, 4330.0, 4323.0, 4340.0, 4341.0, 4324.0, 4364.0, 4349.0, 4382.0, 4340.0, 4344.0, 4342.0, 4344.0, 4335.0, 4341.0, 4332.0, 4361.0, 4341.0, 4376.0, 4329.0, 4318.0, 4312.0, 4311.0, 4342.0, 4329.0, 4339.0, 4343.0, 4331.0, 4331.0, 4346.0, 4334.0, 4354.0, 4343.0, 4376.0, 4321.0, 4323.0, 4340.0, 4331.0, 4360.0, 4346.0, 4334.0, 4362.0, 4332.0, 4360.0, 4321.0, 4319.0, 4328.0, 4343.0, 4363.0, 4339.0, 4314.0, 4342.0, 4331.0, 4350.0, 4350.0, 4373.0, 4345.0, 4367.0, 4353.0, 4342.0, 4362.0, 4333.0, 4351.0, 4336.0, 4338.0, 4368.0, 4363.0, 4340.0, 4361.0, 4350.0, 4367.0, 4338.0, 4343.0, 4336.0, 4339.0, 4340.0, 4342.0, 4339.0, 4335.0, 4337.0, 4366.0, 4344.0, 4352.0, 4342.0, 4334.0, 4332.0, 4343.0, 4355.0, 4348.0, 4379.0, 4346.0, 4347.0, 4355.0, 4353.0, 4351.0, 4343.0, 4371.0, 4346.0, 4381.0, 4347.0, 4366.0, 4377.0, 4363.0, 4371.0, 4358.0, 4359.0, 4360.0, 4358.0, 4358.0, 4355.0, 4395.0, 4381.0, 4360.0, 4391.0, 4358.0, 4393.0, 4359.0, 4347.0, 4380.0, 4351.0, 4400.0, 4340.0, 4375.0, 4347.0, 4343.0, 4357.0, 4342.0, 4366.0, 4338.0, 4328.0, 4319.0, 4326.0, 4331.0, 4330.0, 4360.0, 4338.0, 4313.0, 4323.0, 4320.0, 4348.0, 4346.0, 4342.0, 4355.0, 4338.0, 4329.0, 4338.0, 4333.0, 4331.0, 4331.0, 4370.0, 4352.0, 4346.0, 4357.0, 4323.0, 4349.0, 4323.0, 4344.0, 4322.0, 4363.0, 4330.0, 4320.0, 4330.0, 4321.0, 4351.0, 4335.0, 4341.0, 4352.0, 4340.0, 4363.0, 4331.0, 4343.0, 4352.0, 4348.0, 4369.0, 4327.0], 'WindowWidth': [9812.0, 9749.0, 9738.0, 9701.0, 9691.0, 9678.0, 9686.0, 9680.0, 9662.0, 9602.0, 9592.0, 9613.0, 9600.0, 9592.0, 9609.0, 9643.0, 9607.0, 9604.0, 9575.0, 9623.0, 9609.0, 9599.0, 9611.0, 9622.0, 9631.0, 9658.0, 9625.0, 9630.0, 9639.0, 9619.0, 9631.0, 9657.0, 9653.0, 9656.0, 9631.0, 9631.0, 9615.0, 9650.0, 9628.0, 9631.0, 9646.0, 9671.0, 9638.0, 9618.0, 9659.0, 9649.0, 9645.0, 9630.0, 9668.0, 9659.0, 9661.0, 9664.0, 9652.0, 9658.0, 9658.0, 9672.0, 9637.0, 9621.0, 9646.0, 9639.0, 9648.0, 9635.0, 9648.0, 9616.0, 9608.0, 9612.0, 9661.0, 9650.0, 9633.0, 9644.0, 9653.0, 9646.0, 9670.0, 9664.0, 9686.0, 9677.0, 9672.0, 9656.0, 9673.0, 9691.0, 9649.0, 9655.0, 9667.0, 9634.0, 9664.0, 9646.0, 9644.0, 9622.0, 9646.0, 9647.0, 9652.0, 9668.0, 9624.0, 9612.0, 9624.0, 9632.0, 9669.0, 9630.0, 9641.0, 9622.0, 9623.0, 9637.0, 9655.0, 9612.0, 9637.0, 9644.0, 9650.0, 9615.0, 9640.0, 9619.0, 9634.0, 9665.0, 9628.0, 9614.0, 9598.0, 9586.0, 9616.0, 9607.0, 9641.0, 9592.0, 9599.0, 9617.0, 9601.0, 9622.0, 9620.0, 9629.0, 9648.0, 9625.0, 9634.0, 9622.0, 9636.0, 9641.0, 9617.0, 9656.0, 9633.0, 9631.0, 9642.0, 9639.0, 9639.0, 9636.0, 9681.0, 9642.0, 9624.0, 9608.0, 9613.0, 9630.0, 9592.0, 9617.0, 9648.0, 9603.0, 9604.0, 9588.0, 9616.0, 9643.0, 9625.0, 9679.0, 9624.0, 9624.0, 9608.0, 9621.0, 9639.0, 9611.0, 9634.0, 9622.0, 9589.0, 9590.0, 9630.0, 9643.0, 9637.0, 9639.0, 9626.0, 9611.0, 9638.0, 9648.0, 9655.0, 9622.0, 9640.0, 9645.0, 9629.0, 9626.0, 9657.0, 9665.0, 9650.0, 9674.0, 9629.0, 9643.0, 9644.0, 9665.0, 9665.0, 9647.0, 9669.0, 9633.0, 9662.0, 9626.0, 9632.0, 9674.0, 9661.0, 9675.0, 9630.0, 9612.0, 9628.0, 9629.0, 9667.0, 9666.0, 9644.0, 9628.0, 9643.0, 9644.0, 9637.0, 9654.0, 9623.0, 9642.0, 9620.0, 9660.0, 9658.0, 9626.0, 9627.0, 9625.0, 9644.0, 9644.0, 9637.0, 9669.0, 9614.0, 9628.0, 9630.0, 9654.0, 9657.0, 9642.0, 9669.0, 9628.0, 9635.0, 9620.0, 9618.0, 9627.0, 9639.0, 9676.0, 9629.0, 9610.0, 9637.0, 9626.0, 9624.0, 9634.0, 9650.0, 9638.0, 9644.0, 9660.0, 9650.0, 9661.0, 9688.0, 9686.0, 9657.0, 9657.0, 9647.0, 9663.0, 9631.0, 9643.0, 9674.0, 9647.0, 9642.0, 9612.0, 9609.0, 9609.0, 9643.0, 9655.0, 9652.0, 9639.0, 9630.0, 9626.0, 9641.0, 9649.0, 9665.0, 9637.0, 9632.0, 9641.0, 9636.0, 9659.0, 9647.0, 9647.0, 9666.0, 9648.0, 9663.0, 9628.0, 9652.0, 9613.0, 9652.0, 9619.0, 9629.0, 9653.0, 9640.0, 9649.0, 9649.0, 9652.0, 9689.0, 9669.0, 9680.0, 9654.0, 9664.0, 9671.0, 9668.0, 9686.0, 9673.0, 9671.0, 9659.0, 9656.0, 9677.0, 9636.0, 9653.0, 9658.0, 9673.0, 9671.0, 9640.0, 9664.0, 9635.0, 9629.0, 9655.0, 9648.0, 9648.0, 9648.0, 9670.0, 9685.0, 9715.0, 9701.0, 9642.0, 9692.0, 9615.0, 9641.0, 9661.0, 9627.0, 9667.0, 9656.0, 9620.0, 9605.0, 9604.0, 9622.0, 9599.0, 9583.0, 9590.0, 9619.0, 9583.0, 9607.0, 9589.0, 9648.0, 9629.0, 9640.0, 9643.0, 9664.0, 9635.0, 9632.0, 9618.0, 9624.0, 9655.0, 9605.0, 9660.0, 9607.0, 9630.0, 9591.0, 9641.0, 9578.0, 9607.0, 9594.0, 9575.0, 9601.0, 9573.0, 9632.0, 9581.0, 9584.0, 9580.0, 9618.0, 9639.0, 9611.0, 9617.0, 9627.0, 9607.0, 9614.0, 9609.0, 9612.0, 9646.0, 9593.0, 9663.0, 9591.0, 9598.0, 9597.0, 9614.0, 9613.0, 9631.0, 9571.0, 9616.0, 9589.0, 9635.0, 9619.0, 9641.0, 9590.0, 9571.0, 9596.0, 9579.0, 9611.0, 9580.0, 9632.0, 9581.0, 9550.0, 9601.0, 9562.0, 9588.0, 9565.0, 9600.0, 9583.0, 9578.0, 9619.0, 9582.0, 9591.0, 9569.0, 9583.0, 9611.0, 9568.0, 9615.0, 9596.0, 9617.0, 9583.0, 9576.0, 9601.0, 9624.0, 9621.0, 9623.0, 9613.0, 9646.0, 9618.0, 9643.0, 9651.0, 9618.0, 9616.0, 9641.0, 9650.0, 9614.0, 9660.0, 9644.0, 9609.0, 9613.0, 9637.0, 9633.0, 9623.0, 9640.0, 9622.0, 9622.0, 9640.0, 9628.0, 9657.0, 9645.0, 9630.0, 9622.0, 9627.0, 9633.0, 9613.0, 9624.0, 9609.0, 9603.0, 9641.0, 9603.0, 9636.0, 9597.0, 9606.0, 9634.0, 9573.0, 9584.0, 9618.0, 9593.0, 9650.0, 9598.0, 9608.0, 9621.0, 9627.0, 9625.0, 9619.0, 9690.0, 9631.0, 9610.0, 9635.0, 9595.0, 9633.0, 9610.0, 9644.0, 9579.0, 9591.0, 9619.0, 9611.0, 9617.0, 9628.0, 9611.0, 9635.0, 9623.0, 9613.0, 9605.0, 9606.0, 9638.0, 9628.0, 9602.0, 9649.0, 9625.0, 9606.0, 9603.0, 9605.0, 9625.0, 9590.0, 9642.0, 9569.0, 9628.0, 9587.0, 9620.0, 9601.0, 9577.0, 9581.0, 9580.0, 9576.0, 9577.0, 9587.0, 9620.0, 9627.0, 9609.0, 9637.0, 9628.0, 9636.0, 9626.0, 9672.0, 9629.0, 9645.0, 9593.0, 9614.0, 9583.0, 9606.0, 9619.0, 9587.0, 9586.0, 9581.0, 9602.0, 9596.0, 9603.0, 9623.0, 9615.0, 9596.0, 9628.0, 9616.0, 9642.0, 9636.0, 9668.0, 9642.0, 9674.0, 9642.0, 9628.0, 9643.0, 9609.0, 9639.0, 9580.0, 9648.0, 9592.0, 9628.0, 9579.0, 9614.0, 9597.0, 9588.0, 9584.0, 9583.0, 9594.0, 9619.0, 9608.0, 9573.0, 9619.0, 9591.0, 9611.0, 9589.0, 9622.0, 9618.0, 9649.0, 9612.0, 9652.0, 9640.0, 9588.0, 9615.0, 9628.0, 9635.0, 9621.0, 9600.0, 9601.0, 9582.0, 9582.0, 9609.0, 9623.0, 9606.0, 9576.0, 9613.0, 9604.0, 9627.0, 9622.0, 9621.0, 9642.0, 9625.0, 9606.0, 9618.0, 9610.0, 9608.0, 9611.0, 9616.0, 9632.0, 9663.0, 9615.0, 9681.0, 9615.0, 9657.0, 9604.0, 9639.0, 9613.0, 9630.0, 9593.0, 9554.0, 9580.0, 9588.0, 9573.0, 9601.0, 9598.0, 9647.0, 9649.0, 9610.0, 9637.0, 9614.0, 9652.0, 9639.0, 9654.0, 9646.0, 9640.0, 9649.0, 9648.0, 9619.0, 9625.0, 9640.0, 9647.0, 9635.0, 9662.0, 9606.0, 9588.0, 9596.0, 9596.0, 9630.0, 9606.0, 9638.0, 9621.0, 9590.0, 9631.0, 9596.0, 9588.0, 9619.0, 9607.0, 9598.0, 9635.0, 9603.0, 9658.0, 9579.0, 9621.0, 9570.0, 9597.0, 9602.0, 9600.0, 9632.0, 9579.0, 9595.0, 9597.0, 9581.0, 9617.0, 9583.0, 9570.0, 9591.0, 9602.0, 9570.0, 9633.0, 9609.0, 9658.0, 9598.0, 9603.0, 9599.0, 9601.0, 9589.0, 9596.0, 9584.0, 9621.0, 9603.0, 9644.0, 9577.0, 9560.0, 9547.0, 9547.0, 9587.0, 9578.0, 9596.0, 9599.0, 9583.0, 9582.0, 9608.0, 9588.0, 9616.0, 9602.0, 9648.0, 9569.0, 9565.0, 9593.0, 9583.0, 9618.0, 9607.0, 9588.0, 9624.0, 9584.0, 9617.0, 9566.0, 9560.0, 9573.0, 9605.0, 9627.0, 9599.0, 9555.0, 9597.0, 9582.0, 9614.0, 9615.0, 9640.0, 9609.0, 9640.0, 9626.0, 9600.0, 9624.0, 9589.0, 9616.0, 9589.0, 9595.0, 9634.0, 9642.0, 9599.0, 9635.0, 9619.0, 9639.0, 9592.0, 9602.0, 9593.0, 9594.0, 9600.0, 9597.0, 9598.0, 9582.0, 9593.0, 9633.0, 9604.0, 9610.0, 9599.0, 9589.0, 9587.0, 9603.0, 9621.0, 9615.0, 9656.0, 9612.0, 9613.0, 9629.0, 9625.0, 9623.0, 9608.0, 9641.0, 9610.0, 9659.0, 9612.0, 9635.0, 9664.0, 9644.0, 9651.0, 9631.0, 9625.0, 9637.0, 9629.0, 9629.0, 9627.0, 9689.0, 9672.0, 9637.0, 9676.0, 9633.0, 9681.0, 9634.0, 9616.0, 9661.0, 9621.0, 9684.0, 9597.0, 9645.0, 9609.0, 9601.0, 9616.0, 9602.0, 9623.0, 9593.0, 9570.0, 9560.0, 9575.0, 9571.0, 9578.0, 9618.0, 9595.0, 9549.0, 9562.0, 9565.0, 9599.0, 9606.0, 9604.0, 9608.0, 9594.0, 9582.0, 9595.0, 9585.0, 9581.0, 9584.0, 9639.0, 9619.0, 9601.0, 9623.0, 9571.0, 9609.0, 9572.0, 9591.0, 9569.0, 9624.0, 9578.0, 9562.0, 9577.0, 9567.0, 9606.0, 9591.0, 9598.0, 9611.0, 9601.0, 9627.0, 9582.0, 9600.0, 9614.0, 9617.0, 9634.0, 9576.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.0001623086124401914</td></tr>
<tr><td colspan=3>aqi</td><td>0.015481859210526316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.305404448503026</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1948448545748516</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9787099091616763</td></tr>
<tr><td colspan=3>efc</td><td>0.4706</td></tr>
<tr><td colspan=3>fber</td><td>5755.3428</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08059774441114081</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.7177033492822966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2363176200564796</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1876444023879476</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.3840083067971762</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1373001509843155</td></tr>
<tr><td colspan=3>gcor</td><td>0.0203813</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01128772646188736</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026237180456519127</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.220116879802664</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.6064</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.015</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.97</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303028.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>919.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.1903</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.793</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.8725</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.4267</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3763.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4759.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.6754</td></tr>
<tr><td colspan=3>tsnr</td><td>44.88373879622668</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>