<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-02/func/sub-0098_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>f1ea1c8df4ee8bdc588c28629470e080</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>14:08:23.817500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999876, -0.0143705, 0.00640689, 0.0141364, 0.99928, 0.0351956]</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.259</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.112283</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4237, -7807, -7167, 229, -97, 33, -46, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.074</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c83f8f3-5cc6-4da7-86d6-10902fac8304||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6825947761535645, 0.03792693093419075, 0.01865175925195217, 110.93123626708984], [0.03855496272444725, 2.6809964179992676, 0.09477180987596512, -99.98763275146484], [0.01718921959400177, -0.0944272130727768, 2.6982717514038086, -45.664756774902344], [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': ['140823.817500', '140824.277500', '140824.737500', '140825.197500', '140825.657500', '140826.117500', '140826.577500', '140827.037500', '140827.497500', '140827.957500', '140828.417500', '140828.877500', '140829.337500', '140829.797500', '140830.257500', '140830.717500', '140831.177500', '140831.637500', '140832.097500', '140832.557500', '140833.017500', '140833.477500', '140833.937500', '140834.397500', '140834.857500', '140835.317500', '140835.777500', '140836.237500', '140836.697500', '140837.157500', '140837.617500', '140838.077500', '140838.537500', '140838.997500', '140839.457500', '140839.917500', '140840.377500', '140840.837500', '140841.297500', '140841.757500', '140842.217500', '140842.677500', '140843.137500', '140843.597500', '140844.057500', '140844.517500', '140844.977500', '140845.437500', '140845.897500', '140846.357500', '140846.817500', '140847.277500', '140847.737500', '140848.197500', '140848.657500', '140849.117500', '140849.577500', '140850.037500', '140850.497500', '140850.957500', '140851.417500', '140851.877500', '140852.337500', '140852.797500', '140853.257500', '140853.717500', '140854.177500', '140854.637500', '140855.097500', '140855.557500', '140856.017500', '140856.477500', '140856.937500', '140857.397500', '140857.857500', '140858.317500', '140858.777500', '140859.237500', '140859.697500', '140900.157500', '140900.617500', '140901.077500', '140901.537500', '140901.997500', '140902.457500', '140902.917500', '140903.377500', '140903.837500', '140904.297500', '140904.757500', '140905.217500', '140905.677500', '140906.137500', '140906.597500', '140907.057500', '140907.517500', '140907.977500', '140908.437500', '140908.897500', '140909.357500', '140909.817500', '140910.277500', '140910.737500', '140911.197500', '140911.657500', '140912.117500', '140912.577500', '140913.037500', '140913.497500', '140913.957500', '140914.417500', '140914.877500', '140915.337500', '140915.797500', '140916.257500', '140916.717500', '140917.177500', '140917.637500', '140918.097500', '140918.557500', '140919.017500', '140919.477500', '140919.937500', '140920.397500', '140920.857500', '140921.317500', '140921.777500', '140922.237500', '140922.697500', '140923.157500', '140923.617500', '140924.077500', '140924.537500', '140924.997500', '140925.457500', '140925.917500', '140926.377500', '140926.837500', '140927.297500', '140927.757500', '140928.217500', '140928.677500', '140929.137500', '140929.597500', '140930.057500', '140930.517500', '140930.977500', '140931.437500', '140931.897500', '140932.357500', '140932.817500', '140933.277500', '140933.737500', '140934.197500', '140934.657500', '140935.117500', '140935.577500', '140936.037500', '140936.497500', '140936.957500', '140937.417500', '140937.877500', '140938.337500', '140938.797500', '140939.257500', '140939.717500', '140940.177500', '140940.637500', '140941.097500', '140941.557500', '140942.017500', '140942.477500', '140942.937500', '140943.397500', '140943.857500', '140944.317500', '140944.777500', '140945.237500', '140945.697500', '140946.157500', '140946.617500', '140947.077500', '140947.537500', '140947.997500', '140948.457500', '140948.917500', '140949.377500', '140949.837500', '140950.297500', '140950.757500', '140951.217500', '140951.677500', '140952.137500', '140952.597500', '140953.057500', '140953.517500', '140953.977500', '140954.437500', '140954.897500', '140955.357500', '140955.817500', '140956.277500', '140956.737500', '140957.197500', '140957.657500', '140958.117500', '140958.577500', '140959.037500', '140959.497500', '140959.957500', '141000.417500', '141000.877500', '141001.337500', '141001.797500', '141002.257500', '141002.717500', '141003.177500', '141003.637500', '141004.097500', '141004.557500', '141005.017500', '141005.477500', '141005.937500', '141006.397500', '141006.857500', '141007.317500', '141007.777500', '141008.237500', '141008.697500', '141009.157500', '141009.617500', '141010.077500', '141010.537500', '141010.997500', '141011.457500', '141011.917500', '141012.377500', '141012.837500', '141013.297500', '141013.757500', '141014.217500', '141014.677500', '141015.137500', '141015.597500', '141016.057500', '141016.517500', '141016.977500', '141017.437500', '141017.897500', '141018.357500', '141018.817500', '141019.277500', '141019.737500', '141020.197500', '141020.657500', '141021.117500', '141021.577500', '141022.037500', '141022.497500', '141022.957500', '141023.417500', '141023.877500', '141024.337500', '141024.797500', '141025.257500', '141025.717500', '141026.177500', '141026.637500', '141027.097500', '141027.557500', '141028.017500', '141028.477500', '141028.937500', '141029.397500', '141029.857500', '141030.317500', '141030.777500', '141031.237500', '141031.697500', '141032.157500', '141032.617500', '141033.077500', '141033.537500', '141033.997500', '141034.457500', '141034.917500', '141035.377500', '141035.837500', '141036.297500', '141036.757500', '141037.217500', '141037.677500', '141038.137500', '141038.597500', '141039.057500', '141039.517500', '141039.977500', '141040.437500', '141040.897500', '141041.357500', '141041.817500', '141042.277500', '141042.737500', '141043.197500', '141043.657500', '141044.117500', '141044.577500', '141045.037500', '141045.497500', '141045.957500', '141046.417500', '141046.877500', '141047.337500', '141047.797500', '141048.257500', '141048.717500', '141049.177500', '141049.637500', '141050.097500', '141050.557500', '141051.017500', '141051.477500', '141051.937500', '141052.397500', '141052.857500', '141053.317500', '141053.777500', '141054.237500', '141054.697500', '141055.157500', '141055.617500', '141056.077500', '141056.537500', '141056.997500', '141057.457500', '141057.917500', '141058.377500', '141058.837500', '141059.297500', '141059.757500', '141100.217500', '141100.677500', '141101.137500', '141101.597500', '141102.057500', '141102.517500', '141102.977500', '141103.437500', '141103.897500', '141104.357500', '141104.817500', '141105.277500', '141105.737500', '141106.197500', '141106.657500', '141107.117500', '141107.577500', '141108.037500', '141108.497500', '141108.957500', '141109.417500', '141109.877500', '141110.337500', '141110.797500', '141111.257500', '141111.717500', '141112.177500', '141112.637500', '141113.097500', '141113.557500', '141114.017500', '141114.477500', '141114.937500', '141115.397500', '141115.857500', '141116.317500', '141116.777500', '141117.237500', '141117.697500', '141118.157500', '141118.617500', '141119.077500', '141119.537500', '141119.997500', '141120.457500', '141120.917500', '141121.377500', '141121.837500', '141122.297500', '141122.757500', '141123.217500', '141123.677500', '141124.137500', '141124.597500', '141125.057500', '141125.517500', '141125.977500', '141126.437500', '141126.897500', '141127.357500', '141127.817500', '141128.277500', '141128.737500', '141129.197500', '141129.657500', '141130.117500', '141130.577500', '141131.037500', '141131.497500', '141131.957500', '141132.417500', '141132.877500', '141133.337500', '141133.797500', '141134.257500', '141134.717500', '141135.177500', '141135.637500', '141136.097500', '141136.557500', '141137.017500', '141137.477500', '141137.937500', '141138.397500', '141138.857500', '141139.317500', '141139.777500', '141140.237500', '141140.697500', '141141.157500', '141141.617500', '141142.077500', '141142.537500', '141142.997500', '141143.457500', '141143.917500', '141144.377500', '141144.837500', '141145.297500', '141145.757500', '141146.217500', '141146.677500', '141147.137500', '141147.597500', '141148.057500', '141148.517500', '141148.977500', '141149.437500', '141149.897500', '141150.357500', '141150.817500', '141151.277500', '141151.737500', '141152.197500', '141152.657500', '141153.117500', '141153.577500', '141154.037500', '141154.497500', '141154.957500', '141155.417500', '141155.877500', '141156.337500', '141156.797500', '141157.257500', '141157.717500', '141158.177500', '141158.637500', '141159.097500', '141159.557500', '141200.017500', '141200.477500', '141200.937500', '141201.397500', '141201.857500', '141202.317500', '141202.777500', '141203.237500', '141203.697500', '141204.157500', '141204.617500', '141205.077500', '141205.537500', '141205.997500', '141206.457500', '141206.917500', '141207.377500', '141207.837500', '141208.297500', '141208.757500', '141209.217500', '141209.677500', '141210.137500', '141210.597500', '141211.057500', '141211.517500', '141211.977500', '141212.437500', '141212.897500', '141213.357500', '141213.817500', '141214.277500', '141214.737500', '141215.197500', '141215.657500', '141216.117500', '141216.577500', '141217.037500', '141217.497500', '141217.957500', '141218.417500', '141218.877500', '141219.337500', '141219.797500', '141220.257500', '141220.717500', '141221.177500', '141221.637500', '141222.097500', '141222.557500', '141223.017500', '141223.477500', '141223.937500', '141224.397500', '141224.857500', '141225.317500', '141225.777500', '141226.237500', '141226.697500', '141227.157500', '141227.617500', '141228.077500', '141228.537500', '141228.997500', '141229.457500', '141229.917500', '141230.377500', '141230.837500', '141231.297500', '141231.757500', '141232.217500', '141232.677500', '141233.137500', '141233.597500', '141234.057500', '141234.517500', '141234.977500', '141235.437500', '141235.897500', '141236.357500', '141236.817500', '141237.277500', '141237.737500', '141238.197500', '141238.657500', '141239.117500', '141239.577500', '141240.037500', '141240.497500', '141240.957500', '141241.417500', '141241.877500', '141242.337500', '141242.797500', '141243.257500', '141243.717500', '141244.177500', '141244.637500', '141245.097500', '141245.557500', '141246.017500', '141246.477500', '141246.937500', '141247.397500', '141247.857500', '141248.317500', '141248.777500', '141249.237500', '141249.697500', '141250.157500', '141250.617500', '141251.077500', '141251.537500', '141251.997500', '141252.457500', '141252.917500', '141253.377500', '141253.837500', '141254.297500', '141254.757500', '141255.217500', '141255.677500', '141256.137500', '141256.597500', '141257.057500', '141257.517500', '141257.977500', '141258.437500', '141258.897500', '141259.357500', '141259.817500', '141300.277500', '141300.737500', '141301.197500', '141301.657500', '141302.117500', '141302.577500', '141303.037500', '141303.497500', '141303.957500', '141304.417500', '141304.877500', '141305.337500', '141305.797500', '141306.257500', '141306.717500', '141307.177500', '141307.637500', '141308.097500', '141308.557500', '141309.017500', '141309.477500', '141309.937500', '141310.397500', '141310.857500', '141311.317500', '141311.777500', '141312.237500', '141312.697500', '141313.157500', '141313.617500', '141314.077500', '141314.537500', '141314.997500', '141315.457500', '141315.917500', '141316.377500', '141316.837500', '141317.297500', '141317.757500', '141318.217500', '141318.677500', '141319.137500', '141319.597500', '141320.057500', '141320.517500', '141320.977500', '141321.437500', '141321.897500', '141322.357500', '141322.817500', '141323.277500', '141323.737500', '141324.197500', '141324.657500', '141325.117500', '141325.577500', '141326.037500', '141326.497500', '141326.957500', '141327.417500', '141327.877500', '141328.337500', '141328.797500', '141329.257500', '141329.717500', '141330.177500', '141330.637500', '141331.097500', '141331.557500', '141332.017500', '141332.477500', '141332.937500', '141333.397500', '141333.857500', '141334.317500', '141334.777500', '141335.237500', '141335.697500', '141336.157500', '141336.617500', '141337.077500', '141337.537500', '141337.997500', '141338.457500', '141338.917500', '141339.377500', '141339.837500', '141340.297500', '141340.757500', '141341.217500', '141341.677500', '141342.137500', '141342.597500', '141343.057500', '141343.517500', '141343.977500', '141344.437500', '141344.897500', '141345.357500', '141345.817500', '141346.277500', '141346.737500', '141347.197500', '141347.657500', '141348.117500', '141348.577500', '141349.037500', '141349.497500', '141349.957500', '141350.417500', '141350.877500', '141351.337500', '141351.797500', '141352.257500', '141352.717500', '141353.177500', '141353.637500', '141354.097500', '141354.557500', '141355.017500', '141355.477500', '141355.937500', '141356.397500', '141356.857500', '141357.317500', '141357.777500', '141358.237500', '141358.697500', '141359.157500', '141359.617500', '141400.077500', '141400.537500', '141400.997500', '141401.457500', '141401.917500', '141402.377500', '141402.837500', '141403.297500', '141403.757500', '141404.217500', '141404.677500', '141405.137500', '141405.597500', '141406.057500', '141406.517500', '141406.977500', '141407.437500', '141407.897500', '141408.357500', '141408.817500', '141409.277500', '141409.737500', '141410.197500', '141410.657500', '141411.117500', '141411.577500', '141412.037500', '141412.497500', '141412.957500', '141413.417500', '141413.877500', '141414.337500', '141414.797500', '141415.257500', '141415.717500', '141416.177500', '141416.637500', '141417.097500', '141417.557500', '141418.017500', '141418.477500', '141418.937500', '141419.397500', '141419.857500', '141420.317500', '141420.777500', '141421.237500', '141421.697500', '141422.157500', '141422.617500', '141423.077500', '141423.537500', '141423.997500', '141424.457500', '141424.917500', '141425.377500', '141425.837500', '141426.297500', '141426.757500', '141427.217500', '141427.677500', '141428.137500', '141428.597500', '141429.057500', '141429.517500', '141429.977500', '141430.437500', '141430.897500', '141431.357500', '141431.817500', '141432.277500', '141432.737500', '141433.197500', '141433.657500', '141434.117500', '141434.577500', '141435.037500', '141435.497500', '141435.957500', '141436.417500', '141436.877500', '141437.337500', '141437.797500', '141438.257500', '141438.717500', '141439.177500', '141439.637500', '141440.097500', '141440.557500', '141441.017500', '141441.477500', '141441.937500', '141442.397500', '141442.857500', '141443.317500', '141443.777500', '141444.237500', '141444.697500', '141445.157500', '141445.617500', '141446.077500', '141446.537500', '141446.997500', '141447.457500', '141447.917500', '141448.377500', '141448.837500', '141449.297500'], 'ContentTime': ['140842.560000', '140842.563000', '140842.565000', '140842.568000', '140842.571000', '140842.573000', '140842.576000', '140842.578000', '140842.581000', '140842.584000', '140842.586000', '140842.589000', '140842.591000', '140842.594000', '140842.597000', '140842.599000', '140842.602000', '140842.604000', '140842.607000', '140842.610000', '140842.612000', '140842.615000', '140842.618000', '140842.620000', '140842.623000', '140842.626000', '140842.634000', '140842.636000', '140842.639000', '140842.641000', '140842.644000', '140842.647000', '140842.649000', '140842.652000', '140842.654000', '140842.657000', '140842.659000', '140842.662000', '140902.533000', '140902.536000', '140902.538000', '140902.541000', '140902.544000', '140902.546000', '140902.549000', '140902.551000', '140902.554000', '140902.556000', '140902.559000', '140902.562000', '140902.564000', '140902.567000', '140902.569000', '140902.573000', '140902.575000', '140902.578000', '140902.581000', '140902.583000', '140902.586000', '140902.588000', '140902.591000', '140902.594000', '140902.596000', '140902.599000', '140902.602000', '140902.604000', '140902.607000', '140902.609000', '140902.612000', '140902.615000', '140902.617000', '140902.620000', '140902.622000', '140902.625000', '140902.627000', '140902.630000', '140902.633000', '140902.635000', '140902.638000', '140902.640000', '140902.643000', '140902.645000', '140922.532000', '140922.536000', '140922.538000', '140922.541000', '140922.543000', '140922.546000', '140922.549000', '140922.551000', '140922.554000', '140922.557000', '140922.559000', '140922.562000', '140922.564000', '140922.567000', '140922.570000', '140922.572000', '140922.575000', '140922.578000', '140922.580000', '140922.583000', '140922.585000', '140922.588000', '140922.591000', '140922.594000', '140922.596000', '140922.603000', '140922.606000', '140922.608000', '140922.617000', '140922.619000', '140922.622000', '140922.625000', '140922.627000', '140922.630000', '140922.633000', '140922.635000', '140922.638000', '140922.640000', '140922.643000', '140922.646000', '140922.648000', '140922.651000', '140922.654000', '140942.532000', '140942.535000', '140942.538000', '140942.541000', '140942.543000', '140942.546000', '140942.548000', '140942.551000', '140942.553000', '140942.556000', '140942.559000', '140942.561000', '140942.564000', '140942.566000', '140942.569000', '140942.581000', '140942.583000', '140942.586000', '140942.589000', '140942.591000', '140942.594000', '140942.596000', '140942.599000', '140942.602000', '140942.604000', '140942.607000', '140942.609000', '140942.612000', '140942.615000', '140942.617000', '140942.620000', '140942.623000', '140942.625000', '140942.628000', '140942.630000', '140942.633000', '140942.636000', '140942.638000', '140942.641000', '140942.644000', '140942.647000', '140942.649000', '140942.652000', '140942.654000', '141002.532000', '141002.535000', '141002.538000', '141002.541000', '141002.543000', '141002.546000', '141002.549000', '141002.551000', '141002.554000', '141002.557000', '141002.559000', '141002.562000', '141002.564000', '141002.567000', '141002.570000', '141002.573000', '141002.575000', '141002.578000', '141002.581000', '141002.583000', '141002.586000', '141002.588000', '141002.591000', '141002.594000', '141002.596000', '141002.599000', '141002.602000', '141002.605000', '141002.607000', '141002.610000', '141002.613000', '141002.615000', '141002.618000', '141002.621000', '141002.623000', '141002.626000', '141002.628000', '141002.631000', '141002.634000', '141002.636000', '141002.639000', '141002.641000', '141002.644000', '141022.533000', '141022.535000', '141022.538000', '141022.541000', '141022.543000', '141022.546000', '141022.549000', '141022.551000', '141022.554000', '141022.556000', '141022.559000', '141022.562000', '141022.564000', '141022.568000', '141022.571000', '141022.573000', '141022.576000', '141022.579000', '141022.581000', '141022.584000', '141022.586000', '141022.589000', '141022.592000', '141022.601000', '141022.603000', '141022.606000', '141022.608000', '141022.611000', '141022.614000', '141022.616000', '141022.619000', '141022.622000', '141022.624000', '141022.627000', '141022.630000', '141022.632000', '141022.635000', '141022.637000', '141022.640000', '141022.643000', '141022.645000', '141022.648000', '141022.651000', '141022.653000', '141042.533000', '141042.536000', '141042.539000', '141042.541000', '141042.544000', '141042.547000', '141042.549000', '141042.552000', '141042.554000', '141042.557000', '141042.560000', '141042.562000', '141042.565000', '141042.568000', '141042.570000', '141042.573000', '141042.576000', '141042.578000', '141042.581000', '141042.583000', '141042.586000', '141042.589000', '141042.591000', '141042.594000', '141042.597000', '141042.599000', '141042.602000', '141042.605000', '141042.607000', '141042.610000', '141042.612000', '141042.615000', '141042.618000', '141042.620000', '141042.623000', '141042.625000', '141042.628000', '141042.631000', '141042.633000', '141042.636000', '141042.638000', '141042.641000', '141042.644000', '141102.533000', '141102.536000', '141102.539000', '141102.542000', '141102.544000', '141102.547000', '141102.550000', '141102.553000', '141102.555000', '141102.558000', '141102.560000', '141102.563000', '141102.565000', '141102.568000', '141102.571000', '141102.573000', '141102.576000', '141102.579000', '141102.581000', '141102.584000', '141102.586000', '141102.589000', '141102.591000', '141102.594000', '141102.597000', '141102.599000', '141102.602000', '141102.605000', '141102.607000', '141102.610000', '141102.613000', '141102.615000', '141102.618000', '141102.620000', '141102.623000', '141102.626000', '141102.628000', '141102.631000', '141102.633000', '141102.636000', '141102.638000', '141102.641000', '141102.644000', '141102.646000', '141122.533000', '141122.535000', '141122.538000', '141122.541000', '141122.543000', '141122.546000', '141122.548000', '141122.551000', '141122.554000', '141122.556000', '141122.567000', '141122.570000', '141122.572000', '141122.575000', '141122.577000', '141122.580000', '141122.583000', '141122.585000', '141122.588000', '141122.590000', '141122.593000', '141122.596000', '141122.598000', '141122.601000', '141122.604000', '141122.606000', '141122.609000', '141122.612000', '141122.614000', '141122.617000', '141122.620000', '141122.622000', '141122.625000', '141122.627000', '141122.630000', '141122.632000', '141122.635000', '141122.638000', '141122.640000', '141122.643000', '141122.645000', '141122.648000', '141122.651000', '141142.533000', '141142.535000', '141142.538000', '141142.541000', '141142.543000', '141142.546000', '141142.549000', '141142.551000', '141142.554000', '141142.558000', '141142.561000', '141142.563000', '141142.566000', '141142.569000', '141142.571000', '141142.574000', '141142.576000', '141142.579000', '141142.582000', '141142.584000', '141142.587000', '141142.590000', '141142.592000', '141142.595000', '141142.597000', '141142.600000', '141142.603000', '141142.605000', '141142.608000', '141142.611000', '141142.613000', '141142.616000', '141142.619000', '141142.621000', '141142.624000', '141142.626000', '141142.629000', '141142.632000', '141142.634000', '141142.637000', '141142.639000', '141142.642000', '141142.645000', '141142.647000', '141202.533000', '141202.535000', '141202.538000', '141202.541000', '141202.543000', '141202.546000', '141202.548000', '141202.551000', '141202.554000', '141202.556000', '141202.559000', '141202.561000', '141202.564000', '141202.566000', '141202.569000', '141202.572000', '141202.574000', '141202.577000', '141202.580000', '141202.582000', '141202.585000', '141202.587000', '141202.590000', '141202.593000', '141202.596000', '141202.599000', '141202.601000', '141202.604000', '141202.607000', '141202.609000', '141202.612000', '141202.615000', '141202.617000', '141202.620000', '141202.623000', '141202.625000', '141202.628000', '141202.630000', '141202.633000', '141202.636000', '141202.638000', '141202.641000', '141202.644000', '141222.532000', '141222.535000', '141222.538000', '141222.540000', '141222.543000', '141222.546000', '141222.549000', '141222.552000', '141222.555000', '141222.558000', '141222.560000', '141222.563000', '141222.566000', '141222.568000', '141222.571000', '141222.573000', '141222.576000', '141222.579000', '141222.581000', '141222.584000', '141222.586000', '141222.589000', '141222.592000', '141222.594000', '141222.597000', '141222.599000', '141222.602000', '141222.605000', '141222.607000', '141222.610000', '141222.613000', '141222.616000', '141222.618000', '141222.621000', '141222.624000', '141222.626000', '141222.629000', '141222.632000', '141222.634000', '141222.637000', '141222.640000', '141222.642000', '141222.645000', '141242.534000', '141242.537000', '141242.540000', '141242.542000', '141242.545000', '141242.547000', '141242.550000', '141242.553000', '141242.556000', '141242.558000', '141242.561000', '141242.564000', '141242.566000', '141242.569000', '141242.572000', '141242.574000', '141242.577000', '141242.579000', '141242.582000', '141242.585000', '141242.587000', '141242.590000', '141242.593000', '141242.595000', '141242.598000', '141242.601000', '141242.603000', '141242.606000', '141242.609000', '141242.611000', '141242.614000', '141242.617000', '141242.619000', '141242.622000', '141242.625000', '141242.627000', '141242.646000', '141242.648000', '141242.651000', '141242.653000', '141242.656000', '141242.659000', '141242.661000', '141242.664000', '141302.534000', '141302.536000', '141302.539000', '141302.542000', '141302.545000', '141302.548000', '141302.551000', '141302.555000', '141302.558000', '141302.560000', '141302.563000', '141302.566000', '141302.568000', '141302.571000', '141302.574000', '141302.576000', '141302.579000', '141302.582000', '141302.585000', '141302.587000', '141302.590000', '141302.592000', '141302.597000', '141302.600000', '141302.602000', '141302.605000', '141302.608000', '141302.610000', '141302.613000', '141302.616000', '141302.618000', '141302.621000', '141302.624000', '141302.626000', '141302.629000', '141302.632000', '141302.634000', '141302.637000', '141302.640000', '141302.642000', '141302.645000', '141302.647000', '141302.650000', '141322.534000', '141322.537000', '141322.539000', '141322.542000', '141322.545000', '141322.547000', '141322.550000', '141322.552000', '141322.555000', '141322.558000', '141322.560000', '141322.563000', '141322.566000', '141322.568000', '141322.571000', '141322.574000', '141322.576000', '141322.579000', '141322.581000', '141322.584000', '141322.587000', '141322.589000', '141322.592000', '141322.595000', '141322.597000', '141322.600000', '141322.602000', '141322.605000', '141322.608000', '141322.610000', '141322.613000', '141322.616000', '141322.618000', '141322.621000', '141322.623000', '141322.626000', '141322.629000', '141322.631000', '141322.634000', '141322.636000', '141322.639000', '141322.642000', '141322.644000', '141322.647000', '141342.533000', '141342.535000', '141342.538000', '141342.541000', '141342.543000', '141342.546000', '141342.549000', '141342.551000', '141342.554000', '141342.556000', '141342.559000', '141342.562000', '141342.564000', '141342.567000', '141342.569000', '141342.572000', '141342.574000', '141342.577000', '141342.580000', '141342.583000', '141342.586000', '141342.588000', '141342.591000', '141342.594000', '141342.597000', '141342.599000', '141342.602000', '141342.605000', '141342.607000', '141342.610000', '141342.612000', '141342.615000', '141342.618000', '141342.620000', '141342.623000', '141342.625000', '141342.628000', '141342.631000', '141342.633000', '141342.636000', '141342.639000', '141342.641000', '141342.644000', '141402.533000', '141402.536000', '141402.538000', '141402.541000', '141402.544000', '141402.546000', '141402.549000', '141402.551000', '141402.554000', '141402.557000', '141402.559000', '141402.562000', '141402.564000', '141402.567000', '141402.570000', '141402.574000', '141402.577000', '141402.580000', '141402.582000', '141402.585000', '141402.587000', '141402.590000', '141402.593000', '141402.595000', '141402.598000', '141402.601000', '141402.603000', '141402.606000', '141402.609000', '141402.611000', '141402.614000', '141402.616000', '141402.619000', '141402.622000', '141402.624000', '141402.627000', '141402.630000', '141402.632000', '141402.635000', '141402.638000', '141402.640000', '141402.643000', '141402.645000', '141402.648000', '141422.533000', '141422.535000', '141422.538000', '141422.541000', '141422.544000', '141422.546000', '141422.549000', '141422.552000', '141422.554000', '141422.557000', '141422.560000', '141422.562000', '141422.565000', '141422.567000', '141422.570000', '141422.573000', '141422.575000', '141422.612000', '141422.615000', '141422.617000', '141422.620000', '141422.623000', '141422.625000', '141422.628000', '141422.630000', '141422.633000', '141422.636000', '141422.639000', '141422.642000', '141422.644000', '141422.647000', '141422.649000', '141422.652000', '141422.655000', '141422.657000', '141422.660000', '141422.662000', '141422.665000', '141422.668000', '141422.670000', '141422.673000', '141422.675000', '141422.678000', '141442.533000', '141442.536000', '141442.538000', '141442.541000', '141442.543000', '141442.546000', '141442.549000', '141442.551000', '141442.554000', '141442.556000', '141442.559000', '141442.562000', '141442.564000', '141442.567000', '141442.569000', '141442.572000', '141442.575000', '141442.577000', '141442.580000', '141442.583000', '141442.585000', '141442.588000', '141442.590000', '141442.593000', '141442.596000', '141442.598000', '141442.601000', '141442.604000', '141442.606000', '141442.609000', '141442.612000', '141442.615000', '141442.617000', '141442.620000', '141442.622000', '141442.625000', '141442.628000', '141442.630000', '141442.633000', '141442.636000', '141442.638000', '141442.641000', '141442.644000', '141442.646000', '141450.646000', '141450.650000', '141450.653000', '141450.656000', '141450.658000', '141450.661000', '141450.664000', '141450.666000', '141450.669000', '141450.672000', '141450.675000', '141450.678000', '141450.680000', '141450.683000', '141450.686000', '141450.689000', '141450.692000', '141450.695000'], 'InstanceCreationTime': ['140842.560000', '140842.563000', '140842.565000', '140842.568000', '140842.571000', '140842.573000', '140842.576000', '140842.578000', '140842.581000', '140842.584000', '140842.586000', '140842.589000', '140842.591000', '140842.594000', '140842.597000', '140842.599000', '140842.602000', '140842.604000', '140842.607000', '140842.610000', '140842.612000', '140842.615000', '140842.618000', '140842.620000', '140842.623000', '140842.626000', '140842.634000', '140842.636000', '140842.639000', '140842.641000', '140842.644000', '140842.647000', '140842.649000', '140842.652000', '140842.654000', '140842.657000', '140842.659000', '140842.662000', '140902.533000', '140902.536000', '140902.538000', '140902.541000', '140902.544000', '140902.546000', '140902.549000', '140902.551000', '140902.554000', '140902.556000', '140902.559000', '140902.562000', '140902.564000', '140902.567000', '140902.569000', '140902.573000', '140902.575000', '140902.578000', '140902.581000', '140902.583000', '140902.586000', '140902.588000', '140902.591000', '140902.594000', '140902.596000', '140902.599000', '140902.602000', '140902.604000', '140902.607000', '140902.609000', '140902.612000', '140902.615000', '140902.617000', '140902.620000', '140902.622000', '140902.625000', '140902.627000', '140902.630000', '140902.633000', '140902.635000', '140902.638000', '140902.640000', '140902.643000', '140902.645000', '140922.532000', '140922.536000', '140922.538000', '140922.541000', '140922.543000', '140922.546000', '140922.549000', '140922.551000', '140922.554000', '140922.557000', '140922.559000', '140922.562000', '140922.564000', '140922.567000', '140922.570000', '140922.572000', '140922.575000', '140922.578000', '140922.580000', '140922.583000', '140922.585000', '140922.588000', '140922.591000', '140922.594000', '140922.596000', '140922.603000', '140922.606000', '140922.608000', '140922.617000', '140922.619000', '140922.622000', '140922.625000', '140922.627000', '140922.630000', '140922.633000', '140922.635000', '140922.638000', '140922.640000', '140922.643000', '140922.646000', '140922.648000', '140922.651000', '140922.654000', '140942.532000', '140942.535000', '140942.538000', '140942.541000', '140942.543000', '140942.546000', '140942.548000', '140942.551000', '140942.553000', '140942.556000', '140942.559000', '140942.561000', '140942.564000', '140942.566000', '140942.569000', '140942.581000', '140942.583000', '140942.586000', '140942.589000', '140942.591000', '140942.594000', '140942.596000', '140942.599000', '140942.602000', '140942.604000', '140942.607000', '140942.609000', '140942.612000', '140942.615000', '140942.617000', '140942.620000', '140942.623000', '140942.625000', '140942.628000', '140942.630000', '140942.633000', '140942.636000', '140942.638000', '140942.641000', '140942.644000', '140942.647000', '140942.649000', '140942.652000', '140942.654000', '141002.532000', '141002.535000', '141002.538000', '141002.541000', '141002.543000', '141002.546000', '141002.549000', '141002.551000', '141002.554000', '141002.557000', '141002.559000', '141002.562000', '141002.564000', '141002.567000', '141002.570000', '141002.573000', '141002.575000', '141002.578000', '141002.581000', '141002.583000', '141002.586000', '141002.588000', '141002.591000', '141002.594000', '141002.596000', '141002.599000', '141002.602000', '141002.605000', '141002.607000', '141002.610000', '141002.613000', '141002.615000', '141002.618000', '141002.621000', '141002.623000', '141002.626000', '141002.628000', '141002.631000', '141002.634000', '141002.636000', '141002.639000', '141002.641000', '141002.644000', '141022.533000', '141022.535000', '141022.538000', '141022.541000', '141022.543000', '141022.546000', '141022.549000', '141022.551000', '141022.554000', '141022.556000', '141022.559000', '141022.562000', '141022.564000', '141022.568000', '141022.571000', '141022.573000', '141022.576000', '141022.579000', '141022.581000', '141022.584000', '141022.586000', '141022.589000', '141022.592000', '141022.601000', '141022.603000', '141022.606000', '141022.608000', '141022.611000', '141022.614000', '141022.616000', '141022.619000', '141022.622000', '141022.624000', '141022.627000', '141022.630000', '141022.632000', '141022.635000', '141022.637000', '141022.640000', '141022.643000', '141022.645000', '141022.648000', '141022.651000', '141022.653000', '141042.533000', '141042.536000', '141042.539000', '141042.541000', '141042.544000', '141042.547000', '141042.549000', '141042.552000', '141042.554000', '141042.557000', '141042.560000', '141042.562000', '141042.565000', '141042.568000', '141042.570000', '141042.573000', '141042.576000', '141042.578000', '141042.581000', '141042.583000', '141042.586000', '141042.589000', '141042.591000', '141042.594000', '141042.597000', '141042.599000', '141042.602000', '141042.605000', '141042.607000', '141042.610000', '141042.612000', '141042.615000', '141042.618000', '141042.620000', '141042.623000', '141042.625000', '141042.628000', '141042.631000', '141042.633000', '141042.636000', '141042.638000', '141042.641000', '141042.644000', '141102.533000', '141102.536000', '141102.539000', '141102.542000', '141102.544000', '141102.547000', '141102.550000', '141102.553000', '141102.555000', '141102.558000', '141102.560000', '141102.563000', '141102.565000', '141102.568000', '141102.571000', '141102.573000', '141102.576000', '141102.579000', '141102.581000', '141102.584000', '141102.586000', '141102.589000', '141102.591000', '141102.594000', '141102.597000', '141102.599000', '141102.602000', '141102.605000', '141102.607000', '141102.610000', '141102.613000', '141102.615000', '141102.618000', '141102.620000', '141102.623000', '141102.626000', '141102.628000', '141102.631000', '141102.633000', '141102.636000', '141102.638000', '141102.641000', '141102.644000', '141102.646000', '141122.533000', '141122.535000', '141122.538000', '141122.541000', '141122.543000', '141122.546000', '141122.548000', '141122.551000', '141122.554000', '141122.556000', '141122.567000', '141122.570000', '141122.572000', '141122.575000', '141122.577000', '141122.580000', '141122.583000', '141122.585000', '141122.588000', '141122.590000', '141122.593000', '141122.596000', '141122.598000', '141122.601000', '141122.604000', '141122.606000', '141122.609000', '141122.612000', '141122.614000', '141122.617000', '141122.620000', '141122.622000', '141122.625000', '141122.627000', '141122.630000', '141122.632000', '141122.635000', '141122.638000', '141122.640000', '141122.643000', '141122.645000', '141122.648000', '141122.651000', '141142.533000', '141142.535000', '141142.538000', '141142.541000', '141142.543000', '141142.546000', '141142.549000', '141142.551000', '141142.554000', '141142.558000', '141142.561000', '141142.563000', '141142.566000', '141142.569000', '141142.571000', '141142.574000', '141142.576000', '141142.579000', '141142.582000', '141142.584000', '141142.587000', '141142.590000', '141142.592000', '141142.595000', '141142.597000', '141142.600000', '141142.603000', '141142.605000', '141142.608000', '141142.611000', '141142.613000', '141142.616000', '141142.619000', '141142.621000', '141142.624000', '141142.626000', '141142.629000', '141142.632000', '141142.634000', '141142.637000', '141142.639000', '141142.642000', '141142.645000', '141142.647000', '141202.533000', '141202.535000', '141202.538000', '141202.541000', '141202.543000', '141202.546000', '141202.548000', '141202.551000', '141202.554000', '141202.556000', '141202.559000', '141202.561000', '141202.564000', '141202.566000', '141202.569000', '141202.572000', '141202.574000', '141202.577000', '141202.580000', '141202.582000', '141202.585000', '141202.587000', '141202.590000', '141202.593000', '141202.596000', '141202.599000', '141202.601000', '141202.604000', '141202.607000', '141202.609000', '141202.612000', '141202.615000', '141202.617000', '141202.620000', '141202.623000', '141202.625000', '141202.628000', '141202.630000', '141202.633000', '141202.636000', '141202.638000', '141202.641000', '141202.644000', '141222.532000', '141222.535000', '141222.538000', '141222.540000', '141222.543000', '141222.546000', '141222.549000', '141222.552000', '141222.555000', '141222.558000', '141222.560000', '141222.563000', '141222.566000', '141222.568000', '141222.571000', '141222.573000', '141222.576000', '141222.579000', '141222.581000', '141222.584000', '141222.586000', '141222.589000', '141222.592000', '141222.594000', '141222.597000', '141222.599000', '141222.602000', '141222.605000', '141222.607000', '141222.610000', '141222.613000', '141222.616000', '141222.618000', '141222.621000', '141222.624000', '141222.626000', '141222.629000', '141222.632000', '141222.634000', '141222.637000', '141222.640000', '141222.642000', '141222.645000', '141242.534000', '141242.537000', '141242.540000', '141242.542000', '141242.545000', '141242.547000', '141242.550000', '141242.553000', '141242.556000', '141242.558000', '141242.561000', '141242.564000', '141242.566000', '141242.569000', '141242.572000', '141242.574000', '141242.577000', '141242.579000', '141242.582000', '141242.585000', '141242.587000', '141242.590000', '141242.593000', '141242.595000', '141242.598000', '141242.601000', '141242.603000', '141242.606000', '141242.609000', '141242.611000', '141242.614000', '141242.617000', '141242.619000', '141242.622000', '141242.625000', '141242.627000', '141242.646000', '141242.648000', '141242.651000', '141242.653000', '141242.656000', '141242.659000', '141242.661000', '141242.664000', '141302.534000', '141302.536000', '141302.539000', '141302.542000', '141302.545000', '141302.548000', '141302.551000', '141302.555000', '141302.558000', '141302.560000', '141302.563000', '141302.566000', '141302.568000', '141302.571000', '141302.574000', '141302.576000', '141302.579000', '141302.582000', '141302.585000', '141302.587000', '141302.590000', '141302.592000', '141302.597000', '141302.600000', '141302.602000', '141302.605000', '141302.608000', '141302.610000', '141302.613000', '141302.616000', '141302.618000', '141302.621000', '141302.624000', '141302.626000', '141302.629000', '141302.632000', '141302.634000', '141302.637000', '141302.640000', '141302.642000', '141302.645000', '141302.647000', '141302.650000', '141322.534000', '141322.537000', '141322.539000', '141322.542000', '141322.545000', '141322.547000', '141322.550000', '141322.552000', '141322.555000', '141322.558000', '141322.560000', '141322.563000', '141322.566000', '141322.568000', '141322.571000', '141322.574000', '141322.576000', '141322.579000', '141322.581000', '141322.584000', '141322.587000', '141322.589000', '141322.592000', '141322.595000', '141322.597000', '141322.600000', '141322.602000', '141322.605000', '141322.608000', '141322.610000', '141322.613000', '141322.616000', '141322.618000', '141322.621000', '141322.623000', '141322.626000', '141322.629000', '141322.631000', '141322.634000', '141322.636000', '141322.639000', '141322.642000', '141322.644000', '141322.647000', '141342.533000', '141342.535000', '141342.538000', '141342.541000', '141342.543000', '141342.546000', '141342.549000', '141342.551000', '141342.554000', '141342.556000', '141342.559000', '141342.562000', '141342.564000', '141342.567000', '141342.569000', '141342.572000', '141342.574000', '141342.577000', '141342.580000', '141342.583000', '141342.586000', '141342.588000', '141342.591000', '141342.594000', '141342.597000', '141342.599000', '141342.602000', '141342.605000', '141342.607000', '141342.610000', '141342.612000', '141342.615000', '141342.618000', '141342.620000', '141342.623000', '141342.625000', '141342.628000', '141342.631000', '141342.633000', '141342.636000', '141342.639000', '141342.641000', '141342.644000', '141402.533000', '141402.536000', '141402.538000', '141402.541000', '141402.544000', '141402.546000', '141402.549000', '141402.551000', '141402.554000', '141402.557000', '141402.559000', '141402.562000', '141402.564000', '141402.567000', '141402.570000', '141402.574000', '141402.577000', '141402.580000', '141402.582000', '141402.585000', '141402.587000', '141402.590000', '141402.593000', '141402.595000', '141402.598000', '141402.601000', '141402.603000', '141402.606000', '141402.609000', '141402.611000', '141402.614000', '141402.616000', '141402.619000', '141402.622000', '141402.624000', '141402.627000', '141402.630000', '141402.632000', '141402.635000', '141402.638000', '141402.640000', '141402.643000', '141402.645000', '141402.648000', '141422.533000', '141422.535000', '141422.538000', '141422.541000', '141422.544000', '141422.546000', '141422.549000', '141422.552000', '141422.554000', '141422.557000', '141422.560000', '141422.562000', '141422.565000', '141422.567000', '141422.570000', '141422.573000', '141422.575000', '141422.612000', '141422.615000', '141422.617000', '141422.620000', '141422.623000', '141422.625000', '141422.628000', '141422.630000', '141422.633000', '141422.636000', '141422.639000', '141422.642000', '141422.644000', '141422.647000', '141422.649000', '141422.652000', '141422.655000', '141422.657000', '141422.660000', '141422.662000', '141422.665000', '141422.668000', '141422.670000', '141422.673000', '141422.675000', '141422.678000', '141442.533000', '141442.536000', '141442.538000', '141442.541000', '141442.543000', '141442.546000', '141442.549000', '141442.551000', '141442.554000', '141442.556000', '141442.559000', '141442.562000', '141442.564000', '141442.567000', '141442.569000', '141442.572000', '141442.575000', '141442.577000', '141442.580000', '141442.583000', '141442.585000', '141442.588000', '141442.590000', '141442.593000', '141442.596000', '141442.598000', '141442.601000', '141442.604000', '141442.606000', '141442.609000', '141442.612000', '141442.615000', '141442.617000', '141442.620000', '141442.622000', '141442.625000', '141442.628000', '141442.630000', '141442.633000', '141442.636000', '141442.638000', '141442.641000', '141442.644000', '141442.646000', '141450.646000', '141450.650000', '141450.653000', '141450.656000', '141450.658000', '141450.661000', '141450.664000', '141450.666000', '141450.669000', '141450.672000', '141450.675000', '141450.678000', '141450.680000', '141450.683000', '141450.686000', '141450.689000', '141450.692000', '141450.695000'], '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': [12664, 13495, 9412, 13798, 9134, 13129, 11717, 11683, 11862, 10829, 13705, 11852, 14062, 12585, 12687, 8609, 12036, 8431, 11018, 11317, 10335, 10256, 8419, 12792, 10355, 13781, 11690, 13687, 9689, 14530, 8789, 14186, 9105, 12219, 8684, 10783, 12273, 10515, 11908, 11775, 13265, 10585, 14991, 10634, 14620, 10490, 13809, 8651, 13873, 8615, 11770, 11386, 11338, 12155, 10253, 13438, 11147, 14726, 12368, 15119, 10922, 15279, 9846, 15585, 9489, 15593, 8889, 14236, 8958, 11859, 10091, 12358, 9147, 13018, 8695, 15408, 9325, 12401, 12799, 9209, 14825, 8972, 15739, 9288, 15834, 11500, 13116, 13265, 11234, 15192, 11783, 15138, 12023, 15684, 9547, 13377, 9029, 13925, 9539, 11826, 9105, 8923, 11941, 8830, 13220, 11737, 12786, 9135, 14317, 9648, 14128, 10660, 14722, 10276, 15560, 9637, 15411, 9332, 15033, 8903, 16033, 8688, 14583, 9728, 12994, 8825, 12742, 11120, 10880, 13114, 12525, 13235, 12124, 14571, 11713, 15441, 10992, 15404, 10744, 15732, 8777, 13447, 8974, 13862, 8588, 13206, 8967, 13063, 11493, 12539, 11558, 10881, 14173, 12263, 14833, 12775, 16082, 10381, 15452, 11130, 14497, 9217, 15797, 8829, 13061, 11075, 12225, 12828, 10347, 14445, 12086, 15340, 12361, 16004, 10060, 15325, 8648, 15139, 9288, 12644, 8480, 10636, 9994, 10352, 12490, 10284, 10014, 9126, 12836, 10185, 12618, 11859, 13102, 11287, 12739, 11752, 14430, 12766, 14762, 11118, 14702, 11910, 14526, 12453, 14626, 11098, 16002, 9836, 15939, 9800, 13591, 9059, 12245, 10927, 10501, 13432, 12338, 13724, 9424, 14566, 10047, 14962, 8720, 13265, 8835, 11954, 11785, 10798, 14204, 11987, 14389, 11848, 15250, 8888, 13676, 8679, 12259, 10676, 10458, 12148, 9220, 13620, 10622, 14535, 11154, 13880, 8611, 14387, 8785, 11556, 9996, 11171, 12438, 10124, 12449, 10093, 14584, 10258, 14791, 10522, 15303, 9271, 14702, 8385, 15496, 10511, 13405, 11861, 10686, 14305, 11795, 15150, 12385, 14434, 9173, 15273, 8604, 11679, 11413, 11428, 9405, 8865, 13287, 9884, 13730, 12395, 13022, 8887, 13783, 10628, 14452, 11562, 14743, 9118, 15653, 8871, 13342, 11272, 11992, 12146, 10674, 13543, 11546, 14758, 12010, 14318, 9525, 13896, 10363, 12388, 11838, 12759, 11262, 12434, 11355, 13297, 12165, 13643, 12625, 14208, 11223, 14390, 11531, 14867, 10659, 14943, 9801, 14503, 8621, 15004, 9103, 14342, 9000, 15107, 8794, 14501, 8729, 14920, 9560, 14054, 8710, 14425, 8827, 15080, 9915, 12948, 9138, 11245, 12846, 11144, 13387, 12404, 12509, 9937, 12356, 11396, 14790, 12179, 13969, 12094, 14133, 10293, 13668, 11553, 13910, 12396, 14041, 9791, 12849, 11952, 12994, 12356, 9574, 10673, 8615, 14971, 11306, 14352, 11856, 14428, 11454, 14938, 11920, 14810, 11409, 16050, 9914, 14173, 9232, 14034, 8846, 14471, 8768, 14512, 8987, 15086, 11091, 15302, 9488, 14158, 11733, 13892, 12514, 14344, 10635, 13657, 12003, 14047, 12373, 15395, 10223, 14945, 9066, 14503, 10646, 11893, 8654, 9395, 12166, 10680, 12149, 11382, 8813, 9621, 12605, 10303, 12198, 12222, 12812, 9111, 11934, 10103, 14911, 11163, 14192, 11167, 14267, 10415, 14787, 11427, 14767, 12432, 14785, 9110, 14335, 11315, 14444, 11319, 15332, 10052, 15314, 9922, 14726, 10819, 15835, 9000, 14421, 8887, 15911, 9021, 14490, 8903, 14233, 8512, 13260, 9305, 13613, 8918, 13990, 9071, 14945, 9384, 14712, 9441, 12230, 11974, 10745, 14403, 12322, 13337, 9506, 11096, 9302, 12172, 11915, 14572, 13154, 11207, 10675, 14547, 10645, 14811, 13264, 14854, 11040, 15181, 10952, 15895, 9405, 15822, 9319, 13629, 8993, 14566, 9108, 16235, 9249, 15452, 9183, 15263, 8914, 15622, 9383, 14509, 9055, 12220, 13388, 11743, 15161, 13031, 16413, 9722, 16009, 9371, 16045, 9335, 13907, 8913, 12269, 9240, 12345, 13086, 11998, 9308, 9573, 11683, 10398, 14442, 13044, 14218, 10152, 14999, 10598, 14985, 12340, 14748, 11313, 15137, 10626, 14818, 12663, 15088, 12540, 15611, 10217, 15594, 11033, 15884, 11636, 16424, 9106, 16241, 9016, 16466, 9462, 14163, 8708, 14760, 8922, 15643, 9148, 13310, 9383, 13892, 9285, 15235, 9199, 14118, 9057, 14897, 9299, 15141, 9421, 15867, 9333, 15388, 9026, 15630, 9263, 16269, 9165, 15362, 9198, 15910, 8852, 16626, 9649, 15619, 9027, 15902, 9238, 16110, 9438, 16444, 9175, 16171, 9356, 16393, 9060, 16459, 9384, 15248, 8899, 15970, 9264, 16441, 9258, 15129, 9517, 15779, 8806, 16075, 9130, 16169, 10011, 12738, 9261, 8950, 14727, 8919, 15106, 13679, 11440, 15017, 8959, 16189, 9921, 16556, 12261, 16471, 9383, 16259, 10273, 16276, 9916, 15353, 9233, 15078, 8887, 13659, 9099, 13529, 8742, 13335, 9009, 13151, 9117, 14134, 8959, 13099, 8978, 12586, 9846, 12734, 14897, 13782, 15518, 10844, 15545, 10639, 15608, 11858, 15278, 11470, 15261, 10414, 14417, 11862, 13650, 13257, 11856, 12340, 11738, 12876, 14227, 13841, 13674, 12307, 12206, 11282, 14522, 12456, 14412, 13533, 15111, 10221, 15036, 10866, 15617, 11782, 16202, 9124, 15504, 9202, 15104, 10968, 15514, 11275, 16680, 8852, 15331, 10198, 13038, 14187, 11012, 16269, 9742, 16121, 10437, 15502, 8889, 16113, 9049, 15368, 8867, 14651, 8714, 13559, 9010, 11384, 15224, 12057, 16068, 11231, 16919, 9770, 16186, 9879, 16537, 10408, 16530, 8514, 16014, 8657, 15768, 9432, 13815, 9274, 11893, 15493, 12406, 16342, 12549, 16425, 8688, 15793, 8835, 13631, 9167, 12499, 8739, 10877, 8948, 11147, 13237, 12524, 10144, 10750, 10815, 10627, 10886, 14736, 8890, 15775, 8702, 15857, 9159, 15793, 9393, 13974, 8805, 14041, 8895, 14828, 11141, 14015, 8807, 14166, 8915, 16163, 9017, 17022, 11428, 16769, 9349, 15254, 10835, 15082, 13632, 12971, 11952, 10242, 13737, 9488, 16903, 11344, 17157, 10204, 16422, 11444, 15295, 14158, 14583, 12550, 10618, 13721, 9374, 16030, 9374, 15111, 9319, 16571, 9163, 16640, 11632, 16457, 10799, 16677, 9247, 16017, 8909, 16604, 11964, 13143, 9166, 8850, 8590, 8984, 13427], 'WindowCenter': [5138.0, 5113.0, 5069.0, 5095.0, 5046.0, 5083.0, 5072.0, 5075.0, 5061.0, 5062.0, 5079.0, 5061.0, 5080.0, 5068.0, 5068.0, 5031.0, 5069.0, 5021.0, 5050.0, 5049.0, 5050.0, 5050.0, 5031.0, 5070.0, 5050.0, 5078.0, 5061.0, 5080.0, 5042.0, 5088.0, 5031.0, 5080.0, 5031.0, 5059.0, 5028.0, 5050.0, 5057.0, 5049.0, 5057.0, 5058.0, 5068.0, 5049.0, 5076.0, 5048.0, 5075.0, 5037.0, 5067.0, 5018.0, 5067.0, 5015.0, 5046.0, 5044.0, 5046.0, 5046.0, 5036.0, 5066.0, 5046.0, 5073.0, 5054.0, 5073.0, 5047.0, 5073.0, 5037.0, 5085.0, 5029.0, 5084.0, 5018.0, 5065.0, 5016.0, 5046.0, 5036.0, 5058.0, 5028.0, 5068.0, 5030.0, 5097.0, 5065.0, 5080.0, 5083.0, 5043.0, 5100.0, 5041.0, 5102.0, 5055.0, 5101.0, 5060.0, 5080.0, 5066.0, 5050.0, 5089.0, 5058.0, 5074.0, 5056.0, 5072.0, 5026.0, 5054.0, 5027.0, 5088.0, 5027.0, 5054.0, 5016.0, 5015.0, 5045.0, 5017.0, 5055.0, 5056.0, 5066.0, 5029.0, 5075.0, 5037.0, 5075.0, 5048.0, 5076.0, 5040.0, 5086.0, 5039.0, 5100.0, 5040.0, 5077.0, 5029.0, 5086.0, 5030.0, 5077.0, 5026.0, 5068.0, 5029.0, 5067.0, 5048.0, 5073.0, 5068.0, 5069.0, 5067.0, 5059.0, 5077.0, 5058.0, 5099.0, 5062.0, 5087.0, 5047.0, 5085.0, 5019.0, 5064.0, 5028.0, 5079.0, 5030.0, 5078.0, 5032.0, 5068.0, 5057.0, 5068.0, 5058.0, 5061.0, 5075.0, 5059.0, 5076.0, 5070.0, 5086.0, 5047.0, 5086.0, 5046.0, 5076.0, 5029.0, 5085.0, 5028.0, 5066.0, 5045.0, 5056.0, 5054.0, 5037.0, 5063.0, 5045.0, 5072.0, 5054.0, 5072.0, 5026.0, 5071.0, 5015.0, 5062.0, 5012.0, 5041.0, 5004.0, 5033.0, 5023.0, 5023.0, 5043.0, 5033.0, 5025.0, 5022.0, 5054.0, 5037.0, 5055.0, 5056.0, 5064.0, 5048.0, 5055.0, 5057.0, 5074.0, 5056.0, 5072.0, 5046.0, 5073.0, 5044.0, 5063.0, 5055.0, 5063.0, 5035.0, 5071.0, 5024.0, 5070.0, 5022.0, 5052.0, 5013.0, 5043.0, 5032.0, 5034.0, 5051.0, 5043.0, 5050.0, 5013.0, 5060.0, 5023.0, 5072.0, 5016.0, 5053.0, 5013.0, 5044.0, 5042.0, 5034.0, 5062.0, 5044.0, 5061.0, 5045.0, 5071.0, 5014.0, 5061.0, 5013.0, 5052.0, 5033.0, 5035.0, 5043.0, 5023.0, 5062.0, 5035.0, 5061.0, 5044.0, 5062.0, 5016.0, 5073.0, 5015.0, 5056.0, 5035.0, 5045.0, 5055.0, 5037.0, 5053.0, 5038.0, 5075.0, 5048.0, 5076.0, 5049.0, 5085.0, 5040.0, 5086.0, 5031.0, 5087.0, 5049.0, 5079.0, 5058.0, 5049.0, 5076.0, 5058.0, 5076.0, 5057.0, 5075.0, 5028.0, 5085.0, 5018.0, 5057.0, 5046.0, 5047.0, 5027.0, 5029.0, 5066.0, 5039.0, 5076.0, 5067.0, 5066.0, 5041.0, 5078.0, 5051.0, 5087.0, 5060.0, 5088.0, 5031.0, 5098.0, 5029.0, 5079.0, 5048.0, 5059.0, 5057.0, 5049.0, 5065.0, 5059.0, 5076.0, 5060.0, 5077.0, 5040.0, 5077.0, 5049.0, 5082.0, 5083.0, 5081.0, 5072.0, 5082.0, 5062.0, 5068.0, 5059.0, 5067.0, 5059.0, 5065.0, 5050.0, 5074.0, 5058.0, 5089.0, 5049.0, 5072.0, 5027.0, 5065.0, 5016.0, 5073.0, 5016.0, 5064.0, 5018.0, 5075.0, 5018.0, 5074.0, 5030.0, 5076.0, 5028.0, 5077.0, 5019.0, 5075.0, 5030.0, 5090.0, 5040.0, 5066.0, 5029.0, 5059.0, 5056.0, 5046.0, 5054.0, 5057.0, 5054.0, 5037.0, 5053.0, 5061.0, 5075.0, 5057.0, 5064.0, 5056.0, 5064.0, 5037.0, 5064.0, 5047.0, 5065.0, 5068.0, 5066.0, 5037.0, 5056.0, 5062.0, 5066.0, 5072.0, 5039.0, 5062.0, 5043.0, 5099.0, 5061.0, 5076.0, 5058.0, 5075.0, 5047.0, 5074.0, 5056.0, 5075.0, 5058.0, 5086.0, 5026.0, 5063.0, 5014.0, 5062.0, 5014.0, 5062.0, 5005.0, 5062.0, 5017.0, 5061.0, 5045.0, 5072.0, 5026.0, 5063.0, 5045.0, 5063.0, 5057.0, 5064.0, 5036.0, 5066.0, 5054.0, 5063.0, 5043.0, 5072.0, 5026.0, 5064.0, 5014.0, 5062.0, 5023.0, 5043.0, 5002.0, 5014.0, 5042.0, 5035.0, 5041.0, 5045.0, 5015.0, 5025.0, 5041.0, 5037.0, 5042.0, 5055.0, 5053.0, 5015.0, 5044.0, 5037.0, 5088.0, 5048.0, 5067.0, 5047.0, 5064.0, 5037.0, 5074.0, 5047.0, 5075.0, 5057.0, 5064.0, 5017.0, 5064.0, 5036.0, 5077.0, 5048.0, 5074.0, 5027.0, 5073.0, 5027.0, 5065.0, 5035.0, 5073.0, 5018.0, 5063.0, 5016.0, 5073.0, 5004.0, 5064.0, 5015.0, 5053.0, 5005.0, 5053.0, 5014.0, 5053.0, 5016.0, 5066.0, 5017.0, 5087.0, 5030.0, 5076.0, 5027.0, 5057.0, 5046.0, 5037.0, 5062.0, 5046.0, 5044.0, 5001.0, 5011.0, 5017.0, 5033.0, 5031.0, 5048.0, 5042.0, 5023.0, 5024.0, 5063.0, 5025.0, 5063.0, 5054.0, 5062.0, 5035.0, 5062.0, 5024.0, 5071.0, 5004.0, 5062.0, 5003.0, 5052.0, 5004.0, 5062.0, 5005.0, 5072.0, 5016.0, 5061.0, 5016.0, 5073.0, 5018.0, 5074.0, 5017.0, 5065.0, 5018.0, 5046.0, 5054.0, 5047.0, 5064.0, 5055.0, 5071.0, 5015.0, 5071.0, 5015.0, 5073.0, 5016.0, 5054.0, 5005.0, 5045.0, 5014.0, 5046.0, 5054.0, 5043.0, 5017.0, 5025.0, 5046.0, 5038.0, 5065.0, 5055.0, 5065.0, 5037.0, 5073.0, 5037.0, 5075.0, 5057.0, 5075.0, 5048.0, 5075.0, 5038.0, 5076.0, 5058.0, 5075.0, 5056.0, 5074.0, 5036.0, 5073.0, 5036.0, 5073.0, 5045.0, 5083.0, 5017.0, 5073.0, 5015.0, 5084.0, 5024.0, 5062.0, 5007.0, 5062.0, 5016.0, 5075.0, 5017.0, 5054.0, 5016.0, 5063.0, 5016.0, 5073.0, 5017.0, 5065.0, 5017.0, 5073.0, 5016.0, 5073.0, 5017.0, 5073.0, 5017.0, 5074.0, 5017.0, 5073.0, 5016.0, 5084.0, 5016.0, 5073.0, 5016.0, 5074.0, 5017.0, 5085.0, 5026.0, 5073.0, 5017.0, 5083.0, 5026.0, 5085.0, 5017.0, 5083.0, 5028.0, 5082.0, 5016.0, 5072.0, 5015.0, 5082.0, 5015.0, 5073.0, 5017.0, 5082.0, 5017.0, 5084.0, 5016.0, 5074.0, 5025.0, 5072.0, 5016.0, 5083.0, 5027.0, 5086.0, 5040.0, 5068.0, 5039.0, 5041.0, 5100.0, 5043.0, 5098.0, 5076.0, 5072.0, 5100.0, 5030.0, 5085.0, 5039.0, 5084.0, 5056.0, 5084.0, 5027.0, 5083.0, 5036.0, 5083.0, 5023.0, 5072.0, 5013.0, 5061.0, 5004.0, 5051.0, 5015.0, 5054.0, 5014.0, 5065.0, 5027.0, 5067.0, 5027.0, 5076.0, 5018.0, 5067.0, 5018.0, 5057.0, 5038.0, 5057.0, 5075.0, 5067.0, 5075.0, 5036.0, 5073.0, 5034.0, 5073.0, 5044.0, 5073.0, 5046.0, 5073.0, 5037.0, 5074.0, 5045.0, 5064.0, 5065.0, 5046.0, 5058.0, 5046.0, 5056.0, 5064.0, 5065.0, 5054.0, 5045.0, 5043.0, 5035.0, 5063.0, 5055.0, 5064.0, 5066.0, 5073.0, 5025.0, 5062.0, 5035.0, 5071.0, 5043.0, 5072.0, 5016.0, 5072.0, 5026.0, 5073.0, 5036.0, 5073.0, 5037.0, 5083.0, 5015.0, 5072.0, 5022.0, 5051.0, 5050.0, 5024.0, 5068.0, 5013.0, 5069.0, 5022.0, 5060.0, 5004.0, 5070.0, 5004.0, 5061.0, 5003.0, 5062.0, 5004.0, 5053.0, 5003.0, 5034.0, 5060.0, 5042.0, 5072.0, 5034.0, 5080.0, 5024.0, 5070.0, 5024.0, 5081.0, 5035.0, 5082.0, 5016.0, 5073.0, 5006.0, 5073.0, 5016.0, 5064.0, 5013.0, 5045.0, 5072.0, 5044.0, 5069.0, 5043.0, 5071.0, 5004.0, 5071.0, 5014.0, 5052.0, 5014.0, 5053.0, 5016.0, 5046.0, 5016.0, 5047.0, 5065.0, 5057.0, 5037.0, 5049.0, 5050.0, 5049.0, 5047.0, 5078.0, 5029.0, 5088.0, 5031.0, 5111.0, 5042.0, 5088.0, 5027.0, 5077.0, 5028.0, 5076.0, 5016.0, 5075.0, 5035.0, 5064.0, 5016.0, 5064.0, 5016.0, 5083.0, 5016.0, 5083.0, 5047.0, 5083.0, 5029.0, 5073.0, 5047.0, 5075.0, 5067.0, 5055.0, 5061.0, 5038.0, 5079.0, 5028.0, 5095.0, 5049.0, 5094.0, 5049.0, 5085.0, 5047.0, 5074.0, 5065.0, 5074.0, 5057.0, 5024.0, 5064.0, 5015.0, 5072.0, 5015.0, 5072.0, 5015.0, 5070.0, 5025.0, 5071.0, 5034.0, 5072.0, 5034.0, 5071.0, 5012.0, 5070.0, 5004.0, 5070.0, 5032.0, 5052.0, 5015.0, 5028.0, 5031.0, 5040.0, 5088.0], 'WindowWidth': [11126.0, 11078.0, 11012.0, 11039.0, 10970.0, 11019.0, 11001.0, 11007.0, 10984.0, 10986.0, 11007.0, 10983.0, 11005.0, 10989.0, 10987.0, 10942.0, 10991.0, 10928.0, 10968.0, 10963.0, 10968.0, 10968.0, 10944.0, 10992.0, 10967.0, 11001.0, 10981.0, 11006.0, 10959.0, 11017.0, 10943.0, 11007.0, 10940.0, 10978.0, 10935.0, 10964.0, 10970.0, 10963.0, 10970.0, 10974.0, 10987.0, 10963.0, 10996.0, 10961.0, 10993.0, 10942.0, 10981.0, 10918.0, 10983.0, 10912.0, 10954.0, 10948.0, 10954.0, 10954.0, 10942.0, 10980.0, 10954.0, 10988.0, 10964.0, 10989.0, 10957.0, 10990.0, 10944.0, 11007.0, 10933.0, 11005.0, 10919.0, 10980.0, 10914.0, 10955.0, 10940.0, 10972.0, 10932.0, 10987.0, 10940.0, 11032.0, 11000.0, 11013.0, 11017.0, 10962.0, 11039.0, 10958.0, 11043.0, 10983.0, 11040.0, 10980.0, 11008.0, 10985.0, 10966.0, 11023.0, 10975.0, 10993.0, 10967.0, 10986.0, 10926.0, 10961.0, 10930.0, 11020.0, 10930.0, 10964.0, 10912.0, 10912.0, 10953.0, 10917.0, 10964.0, 10969.0, 10983.0, 10938.0, 10994.0, 10946.0, 10994.0, 10962.0, 10997.0, 10952.0, 11010.0, 10949.0, 11039.0, 10954.0, 10999.0, 10937.0, 11012.0, 10939.0, 11000.0, 10929.0, 10988.0, 10938.0, 10987.0, 10962.0, 11005.0, 10989.0, 10992.0, 10985.0, 10977.0, 10999.0, 10975.0, 11034.0, 10987.0, 11013.0, 10959.0, 11006.0, 10920.0, 10977.0, 10934.0, 11004.0, 10943.0, 11004.0, 10945.0, 10990.0, 10972.0, 10990.0, 10977.0, 10982.0, 10996.0, 10976.0, 10998.0, 10992.0, 11011.0, 10959.0, 11011.0, 10958.0, 10997.0, 10936.0, 11010.0, 10933.0, 10984.0, 10953.0, 10970.0, 10965.0, 10944.0, 10975.0, 10952.0, 10985.0, 10963.0, 10984.0, 10926.0, 10981.0, 10909.0, 10970.0, 10904.0, 10942.0, 10893.0, 10933.0, 10919.0, 10920.0, 10945.0, 10935.0, 10924.0, 10922.0, 10964.0, 10946.0, 10967.0, 10970.0, 10980.0, 10962.0, 10967.0, 10973.0, 10993.0, 10970.0, 10988.0, 10955.0, 10988.0, 10952.0, 10974.0, 10965.0, 10974.0, 10937.0, 10984.0, 10922.0, 10982.0, 10917.0, 10958.0, 10906.0, 10946.0, 10930.0, 10935.0, 10955.0, 10946.0, 10954.0, 10907.0, 10967.0, 10921.0, 10986.0, 10912.0, 10961.0, 10907.0, 10949.0, 10945.0, 10936.0, 10972.0, 10949.0, 10969.0, 10949.0, 10982.0, 10909.0, 10970.0, 10907.0, 10959.0, 10931.0, 10937.0, 10946.0, 10922.0, 10971.0, 10938.0, 10971.0, 10950.0, 10971.0, 10915.0, 10989.0, 10913.0, 10970.0, 10940.0, 10954.0, 10966.0, 10946.0, 10964.0, 10948.0, 10996.0, 10961.0, 10997.0, 10965.0, 11011.0, 10955.0, 11014.0, 10942.0, 11016.0, 10963.0, 11005.0, 10974.0, 10965.0, 10999.0, 10974.0, 10996.0, 10972.0, 10994.0, 10933.0, 11008.0, 10919.0, 10973.0, 10955.0, 10959.0, 10932.0, 10936.0, 10982.0, 10950.0, 10997.0, 10987.0, 10984.0, 10956.0, 11003.0, 10971.0, 11015.0, 10981.0, 11016.0, 10943.0, 11031.0, 10939.0, 11006.0, 10961.0, 10977.0, 10972.0, 10965.0, 10983.0, 10976.0, 10996.0, 10978.0, 11000.0, 10953.0, 11000.0, 10967.0, 11016.0, 11020.0, 11014.0, 11001.0, 11016.0, 10987.0, 10988.0, 10976.0, 10986.0, 10976.0, 10979.0, 10964.0, 10992.0, 10976.0, 11021.0, 10966.0, 10990.0, 10928.0, 10976.0, 10912.0, 10986.0, 10912.0, 10976.0, 10918.0, 10992.0, 10919.0, 10993.0, 10939.0, 10996.0, 10934.0, 10998.0, 10923.0, 10993.0, 10941.0, 11022.0, 10952.0, 10985.0, 10937.0, 10978.0, 10967.0, 10956.0, 10962.0, 10969.0, 10961.0, 10943.0, 10962.0, 10984.0, 10995.0, 10969.0, 10977.0, 10968.0, 10976.0, 10942.0, 10976.0, 10956.0, 10979.0, 10990.0, 10982.0, 10946.0, 10970.0, 10985.0, 10981.0, 10999.0, 10950.0, 10988.0, 10963.0, 11035.0, 10983.0, 10997.0, 10975.0, 10995.0, 10958.0, 10991.0, 10969.0, 10993.0, 10978.0, 11011.0, 10926.0, 10972.0, 10906.0, 10969.0, 10907.0, 10970.0, 10895.0, 10970.0, 10913.0, 10969.0, 10952.0, 10986.0, 10927.0, 10974.0, 10952.0, 10974.0, 10970.0, 10976.0, 10941.0, 10983.0, 10962.0, 10971.0, 10947.0, 10982.0, 10925.0, 10973.0, 10908.0, 10970.0, 10916.0, 10945.0, 10889.0, 10905.0, 10943.0, 10937.0, 10939.0, 10952.0, 10909.0, 10925.0, 10942.0, 10945.0, 10945.0, 10964.0, 10959.0, 10911.0, 10948.0, 10944.0, 11016.0, 10961.0, 10981.0, 10957.0, 10975.0, 10943.0, 10989.0, 10956.0, 10993.0, 10970.0, 10975.0, 10915.0, 10974.0, 10939.0, 10999.0, 10958.0, 10990.0, 10928.0, 10987.0, 10927.0, 10977.0, 10936.0, 10986.0, 10914.0, 10972.0, 10910.0, 10985.0, 10893.0, 10974.0, 10909.0, 10958.0, 10893.0, 10957.0, 10906.0, 10959.0, 10911.0, 10979.0, 10915.0, 11015.0, 10938.0, 10996.0, 10928.0, 10970.0, 10954.0, 10942.0, 10970.0, 10952.0, 10939.0, 10878.0, 10892.0, 10915.0, 10927.0, 10925.0, 10943.0, 10940.0, 10916.0, 10920.0, 10970.0, 10924.0, 10973.0, 10961.0, 10968.0, 10935.0, 10967.0, 10916.0, 10978.0, 10890.0, 10967.0, 10887.0, 10953.0, 10891.0, 10967.0, 10894.0, 10980.0, 10910.0, 10968.0, 10912.0, 10986.0, 10916.0, 10989.0, 10915.0, 10978.0, 10916.0, 10955.0, 10960.0, 10955.0, 10974.0, 10963.0, 10981.0, 10908.0, 10982.0, 10910.0, 10986.0, 10910.0, 10961.0, 10894.0, 10949.0, 10908.0, 10952.0, 10958.0, 10946.0, 10913.0, 10925.0, 10951.0, 10945.0, 10977.0, 10965.0, 10978.0, 10943.0, 10988.0, 10943.0, 10991.0, 10970.0, 10992.0, 10960.0, 10993.0, 10946.0, 10994.0, 10971.0, 10993.0, 10969.0, 10989.0, 10941.0, 10987.0, 10940.0, 10987.0, 10952.0, 11000.0, 10914.0, 10986.0, 10911.0, 11001.0, 10921.0, 10971.0, 10900.0, 10972.0, 10913.0, 10990.0, 10913.0, 10962.0, 10911.0, 10973.0, 10912.0, 10987.0, 10912.0, 10977.0, 10913.0, 10988.0, 10912.0, 10989.0, 10914.0, 10988.0, 10914.0, 10989.0, 10915.0, 10986.0, 10912.0, 11003.0, 10912.0, 10987.0, 10913.0, 10990.0, 10916.0, 11005.0, 10928.0, 10989.0, 10917.0, 11002.0, 10929.0, 11005.0, 10915.0, 11001.0, 10930.0, 11000.0, 10914.0, 10984.0, 10911.0, 11000.0, 10911.0, 10987.0, 10915.0, 10999.0, 10916.0, 11003.0, 10912.0, 10989.0, 10926.0, 10986.0, 10915.0, 11002.0, 10932.0, 11011.0, 10953.0, 10988.0, 10953.0, 10962.0, 11042.0, 10966.0, 11033.0, 11002.0, 11003.0, 11038.0, 10939.0, 11008.0, 10947.0, 11006.0, 10970.0, 11005.0, 10930.0, 11002.0, 10941.0, 11000.0, 10919.0, 10983.0, 10904.0, 10967.0, 10893.0, 10954.0, 10908.0, 10961.0, 10909.0, 10978.0, 10929.0, 10985.0, 10931.0, 10996.0, 10917.0, 10984.0, 10918.0, 10972.0, 10946.0, 10972.0, 10992.0, 10985.0, 10991.0, 10940.0, 10986.0, 10935.0, 10987.0, 10949.0, 10987.0, 10955.0, 10986.0, 10944.0, 10990.0, 10954.0, 10977.0, 10981.0, 10952.0, 10972.0, 10953.0, 10969.0, 10977.0, 10978.0, 10960.0, 10951.0, 10946.0, 10937.0, 10973.0, 10966.0, 10977.0, 10983.0, 10989.0, 10925.0, 10971.0, 10936.0, 10981.0, 10945.0, 10982.0, 10913.0, 10985.0, 10928.0, 10987.0, 10942.0, 10988.0, 10942.0, 11001.0, 10910.0, 10985.0, 10915.0, 10953.0, 10951.0, 10919.0, 10974.0, 10904.0, 10976.0, 10915.0, 10963.0, 10892.0, 10979.0, 10892.0, 10966.0, 10890.0, 10968.0, 10893.0, 10959.0, 10891.0, 10933.0, 10964.0, 10942.0, 10982.0, 10933.0, 10992.0, 10920.0, 10979.0, 10920.0, 10994.0, 10937.0, 10998.0, 10913.0, 10986.0, 10898.0, 10988.0, 10910.0, 10976.0, 10906.0, 10951.0, 10983.0, 10947.0, 10977.0, 10945.0, 10981.0, 10895.0, 10981.0, 10907.0, 10958.0, 10907.0, 10961.0, 10914.0, 10955.0, 10915.0, 10958.0, 10979.0, 10970.0, 10944.0, 10963.0, 10969.0, 10965.0, 10957.0, 11001.0, 10938.0, 11016.0, 10944.0, 11055.0, 10959.0, 11017.0, 10932.0, 11000.0, 10933.0, 10996.0, 10913.0, 10993.0, 10937.0, 10976.0, 10913.0, 10977.0, 10913.0, 11002.0, 10914.0, 11001.0, 10956.0, 11003.0, 10935.0, 10989.0, 10957.0, 10994.0, 10986.0, 10966.0, 10983.0, 10947.0, 11006.0, 10932.0, 11022.0, 10960.0, 11018.0, 10966.0, 11007.0, 10959.0, 10989.0, 10979.0, 10989.0, 10971.0, 10922.0, 10975.0, 10911.0, 10985.0, 10910.0, 10985.0, 10909.0, 10981.0, 10927.0, 10982.0, 10933.0, 10982.0, 10934.0, 10981.0, 10903.0, 10979.0, 10894.0, 10978.0, 10929.0, 10955.0, 10911.0, 10936.0, 10945.0, 10955.0, 11019.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.0017148622754491016</td></tr>
<tr><td colspan=3>aqi</td><td>0.02815786023952096</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.381752265539575</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1374571630335732</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9705068018705045</td></tr>
<tr><td colspan=3>efc</td><td>0.5024</td></tr>
<tr><td colspan=3>fber</td><td>5360.0059</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08890035700512959</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9520958083832336</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5392961385982833</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4184371241581473</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7844142972507533</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.415036994385949</td></tr>
<tr><td colspan=3>gcor</td><td>0.00732392</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006434708368033171</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03412144258618355</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9541593748034707</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.2766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.9948</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293167.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>1308.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>484.7792</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.475</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>664.8273</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4222.3931</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4413.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83377.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5596.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1116.0333</td></tr>
<tr><td colspan=3>tsnr</td><td>35.72129508224316</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>