<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-02/func/sub-0060_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>e6de6541d7eba2821e5328b2953e38f4</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>19:20:24.067500</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.997742, -0.0266256, 0.0616589, 0.0148028, 0.982664, 0.184801]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0882779</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7281, 687, -48, -14, -41, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0ca0d6a5-fabf-4383-aaa0-c45f1b5be720||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.6768691539764404, 0.039714962244033813, 0.17687834799289703, 101.982421875], [0.07143460959196091, 2.6364169120788574, 0.49537158012390137, -113.91329193115234], [0.16542644798755646, -0.495807409286499, 2.6482675075531006, -54.12340545654297], [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': ['192024.067500', '192024.527500', '192024.987500', '192025.447500', '192025.907500', '192026.367500', '192026.827500', '192027.287500', '192027.747500', '192028.207500', '192028.667500', '192029.127500', '192029.587500', '192030.047500', '192030.507500', '192030.967500', '192031.427500', '192031.887500', '192032.347500', '192032.807500', '192033.267500', '192033.727500', '192034.187500', '192034.647500', '192035.107500', '192035.567500', '192036.027500', '192036.487500', '192036.947500', '192037.407500', '192037.867500', '192038.327500', '192038.787500', '192039.247500', '192039.707500', '192040.167500', '192040.627500', '192041.087500', '192041.547500', '192042.007500', '192042.467500', '192042.927500', '192043.387500', '192043.847500', '192044.307500', '192044.767500', '192045.227500', '192045.687500', '192046.147500', '192046.607500', '192047.067500', '192047.527500', '192047.987500', '192048.447500', '192048.907500', '192049.367500', '192049.827500', '192050.287500', '192050.747500', '192051.207500', '192051.667500', '192052.127500', '192052.587500', '192053.047500', '192053.507500', '192053.967500', '192054.427500', '192054.887500', '192055.347500', '192055.807500', '192056.267500', '192056.727500', '192057.187500', '192057.647500', '192058.107500', '192058.567500', '192059.027500', '192059.487500', '192059.947500', '192100.407500', '192100.867500', '192101.327500', '192101.787500', '192102.247500', '192102.707500', '192103.167500', '192103.627500', '192104.087500', '192104.547500', '192105.007500', '192105.467500', '192105.927500', '192106.387500', '192106.847500', '192107.307500', '192107.767500', '192108.227500', '192108.687500', '192109.147500', '192109.607500', '192110.067500', '192110.527500', '192110.987500', '192111.447500', '192111.907500', '192112.367500', '192112.827500', '192113.287500', '192113.747500', '192114.207500', '192114.667500', '192115.127500', '192115.587500', '192116.047500', '192116.507500', '192116.967500', '192117.427500', '192117.887500', '192118.347500', '192118.807500', '192119.267500', '192119.727500', '192120.187500', '192120.647500', '192121.107500', '192121.567500', '192122.027500', '192122.487500', '192122.947500', '192123.407500', '192123.867500', '192124.327500', '192124.787500', '192125.247500', '192125.707500', '192126.167500', '192126.627500', '192127.087500', '192127.547500', '192128.007500', '192128.467500', '192128.927500', '192129.387500', '192129.847500', '192130.307500', '192130.767500', '192131.227500', '192131.687500', '192132.147500', '192132.607500', '192133.067500', '192133.527500', '192133.987500', '192134.447500', '192134.907500', '192135.367500', '192135.827500', '192136.287500', '192136.747500', '192137.207500', '192137.667500', '192138.127500', '192138.587500', '192139.047500', '192139.507500', '192139.967500', '192140.427500', '192140.887500', '192141.347500', '192141.807500', '192142.267500', '192142.727500', '192143.187500', '192143.647500', '192144.107500', '192144.567500', '192145.027500', '192145.487500', '192145.947500', '192146.407500', '192146.867500', '192147.327500', '192147.787500', '192148.247500', '192148.707500', '192149.167500', '192149.627500', '192150.087500', '192150.547500', '192151.007500', '192151.467500', '192151.927500', '192152.387500', '192152.847500', '192153.307500', '192153.767500', '192154.227500', '192154.687500', '192155.147500', '192155.607500', '192156.067500', '192156.527500', '192156.987500', '192157.447500', '192157.907500', '192158.367500', '192158.827500', '192159.287500', '192159.747500', '192200.207500', '192200.667500', '192201.127500', '192201.587500', '192202.047500', '192202.507500', '192202.967500', '192203.427500', '192203.887500', '192204.347500', '192204.807500', '192205.267500', '192205.727500', '192206.187500', '192206.647500', '192207.107500', '192207.567500', '192208.027500', '192208.487500', '192208.947500', '192209.407500', '192209.867500', '192210.327500', '192210.787500', '192211.247500', '192211.707500', '192212.167500', '192212.627500', '192213.087500', '192213.547500', '192214.007500', '192214.467500', '192214.927500', '192215.387500', '192215.847500', '192216.307500', '192216.767500', '192217.227500', '192217.687500', '192218.147500', '192218.607500', '192219.067500', '192219.527500', '192219.987500', '192220.447500', '192220.907500', '192221.367500', '192221.827500', '192222.287500', '192222.747500', '192223.207500', '192223.667500', '192224.127500', '192224.587500', '192225.047500', '192225.507500', '192225.967500', '192226.427500', '192226.887500', '192227.347500', '192227.807500', '192228.267500', '192228.727500', '192229.187500', '192229.647500', '192230.107500', '192230.567500', '192231.027500', '192231.487500', '192231.947500', '192232.407500', '192232.867500', '192233.327500', '192233.787500', '192234.247500', '192234.707500', '192235.167500', '192235.627500', '192236.087500', '192236.547500', '192237.007500', '192237.467500', '192237.927500', '192238.387500', '192238.847500', '192239.307500', '192239.767500', '192240.227500', '192240.687500', '192241.147500', '192241.607500', '192242.067500', '192242.527500', '192242.987500', '192243.447500', '192243.907500', '192244.367500', '192244.827500', '192245.287500', '192245.747500', '192246.207500', '192246.667500', '192247.127500', '192247.587500', '192248.047500', '192248.507500', '192248.967500', '192249.427500', '192249.887500', '192250.347500', '192250.807500', '192251.267500', '192251.727500', '192252.187500', '192252.647500', '192253.107500', '192253.567500', '192254.027500', '192254.487500', '192254.947500', '192255.407500', '192255.867500', '192256.327500', '192256.787500', '192257.247500', '192257.707500', '192258.167500', '192258.627500', '192259.087500', '192259.547500', '192300.007500', '192300.467500', '192300.927500', '192301.387500', '192301.847500', '192302.307500', '192302.767500', '192303.227500', '192303.687500', '192304.147500', '192304.607500', '192305.067500', '192305.527500', '192305.987500', '192306.447500', '192306.907500', '192307.367500', '192307.827500', '192308.287500', '192308.747500', '192309.207500', '192309.667500', '192310.127500', '192310.587500', '192311.047500', '192311.507500', '192311.967500', '192312.427500', '192312.887500', '192313.347500', '192313.807500', '192314.267500', '192314.727500', '192315.187500', '192315.647500', '192316.107500', '192316.567500', '192317.027500', '192317.487500', '192317.947500', '192318.407500', '192318.867500', '192319.327500', '192319.787500', '192320.247500', '192320.707500', '192321.167500', '192321.627500', '192322.087500', '192322.547500', '192323.007500', '192323.467500', '192323.927500', '192324.387500', '192324.847500', '192325.307500', '192325.767500', '192326.227500', '192326.687500', '192327.147500', '192327.607500', '192328.067500', '192328.527500', '192328.987500', '192329.447500', '192329.907500', '192330.367500', '192330.827500', '192331.287500', '192331.747500', '192332.207500', '192332.667500', '192333.127500', '192333.587500', '192334.047500', '192334.507500', '192334.967500', '192335.427500', '192335.887500', '192336.347500', '192336.807500', '192337.267500', '192337.727500', '192338.187500', '192338.647500', '192339.107500', '192339.567500', '192340.027500', '192340.487500', '192340.947500', '192341.407500', '192341.867500', '192342.327500', '192342.787500', '192343.247500', '192343.707500', '192344.167500', '192344.627500', '192345.087500', '192345.547500', '192346.007500', '192346.467500', '192346.927500', '192347.387500', '192347.847500', '192348.307500', '192348.767500', '192349.227500', '192349.687500', '192350.147500', '192350.607500', '192351.067500', '192351.527500', '192351.987500', '192352.447500', '192352.907500', '192353.367500', '192353.827500', '192354.287500', '192354.747500', '192355.207500', '192355.667500', '192356.127500', '192356.587500', '192357.047500', '192357.507500', '192357.967500', '192358.427500', '192358.887500', '192359.347500', '192359.807500', '192400.267500', '192400.727500', '192401.187500', '192401.647500', '192402.107500', '192402.567500', '192403.027500', '192403.487500', '192403.947500', '192404.407500', '192404.867500', '192405.327500', '192405.787500', '192406.247500', '192406.707500', '192407.167500', '192407.627500', '192408.087500', '192408.547500', '192409.007500', '192409.467500', '192409.927500', '192410.387500', '192410.847500', '192411.307500', '192411.767500', '192412.227500', '192412.687500', '192413.147500', '192413.607500', '192414.067500', '192414.527500', '192414.987500', '192415.447500', '192415.907500', '192416.367500', '192416.827500', '192417.287500', '192417.747500', '192418.207500', '192418.667500', '192419.127500', '192419.587500', '192420.047500', '192420.507500', '192420.967500', '192421.427500', '192421.887500', '192422.347500', '192422.807500', '192423.267500', '192423.727500', '192424.187500', '192424.647500', '192425.107500', '192425.567500', '192426.027500', '192426.487500', '192426.947500', '192427.407500', '192427.867500', '192428.327500', '192428.787500', '192429.247500', '192429.707500', '192430.167500', '192430.627500', '192431.087500', '192431.547500', '192432.007500', '192432.467500', '192432.927500', '192433.387500', '192433.847500', '192434.307500', '192434.767500', '192435.227500', '192435.687500', '192436.147500', '192436.607500', '192437.067500', '192437.527500', '192437.987500', '192438.447500', '192438.907500', '192439.367500', '192439.827500', '192440.287500', '192440.747500', '192441.207500', '192441.667500', '192442.127500', '192442.587500', '192443.047500', '192443.507500', '192443.967500', '192444.427500', '192444.887500', '192445.347500', '192445.807500', '192446.267500', '192446.727500', '192447.187500', '192447.647500', '192448.107500', '192448.567500', '192449.027500', '192449.487500', '192449.947500', '192450.407500', '192450.867500', '192451.327500', '192451.787500', '192452.247500', '192452.707500', '192453.167500', '192453.627500', '192454.087500', '192454.547500', '192455.007500', '192455.467500', '192455.927500', '192456.387500', '192456.847500', '192457.307500', '192457.767500', '192458.227500', '192458.687500', '192459.147500', '192459.607500', '192500.067500', '192500.527500', '192500.987500', '192501.447500', '192501.907500', '192502.367500', '192502.827500', '192503.287500', '192503.747500', '192504.207500', '192504.667500', '192505.127500', '192505.587500', '192506.047500', '192506.507500', '192506.967500', '192507.427500', '192507.887500', '192508.347500', '192508.807500', '192509.267500', '192509.727500', '192510.187500', '192510.647500', '192511.107500', '192511.567500', '192512.027500', '192512.487500', '192512.947500', '192513.407500', '192513.867500', '192514.327500', '192514.787500', '192515.247500', '192515.707500', '192516.167500', '192516.627500', '192517.087500', '192517.547500', '192518.007500', '192518.467500', '192518.927500', '192519.387500', '192519.847500', '192520.307500', '192520.767500', '192521.227500', '192521.687500', '192522.147500', '192522.607500', '192523.067500', '192523.527500', '192523.987500', '192524.447500', '192524.907500', '192525.367500', '192525.827500', '192526.287500', '192526.747500', '192527.207500', '192527.667500', '192528.127500', '192528.587500', '192529.047500', '192529.507500', '192529.967500', '192530.427500', '192530.887500', '192531.347500', '192531.807500', '192532.267500', '192532.727500', '192533.187500', '192533.647500', '192534.107500', '192534.567500', '192535.027500', '192535.487500', '192535.947500', '192536.407500', '192536.867500', '192537.327500', '192537.787500', '192538.247500', '192538.707500', '192539.167500', '192539.627500', '192540.087500', '192540.547500', '192541.007500', '192541.467500', '192541.927500', '192542.387500', '192542.847500', '192543.307500', '192543.767500', '192544.227500', '192544.687500', '192545.147500', '192545.607500', '192546.067500', '192546.527500', '192546.987500', '192547.447500', '192547.907500', '192548.367500', '192548.827500', '192549.287500', '192549.747500', '192550.207500', '192550.667500', '192551.127500', '192551.587500', '192552.047500', '192552.507500', '192552.967500', '192553.427500', '192553.887500', '192554.347500', '192554.807500', '192555.267500', '192555.727500', '192556.187500', '192556.647500', '192557.107500', '192557.567500', '192558.027500', '192558.487500', '192558.947500', '192559.407500', '192559.867500', '192600.327500', '192600.787500', '192601.247500', '192601.707500', '192602.167500', '192602.627500', '192603.087500', '192603.547500', '192604.007500', '192604.467500', '192604.927500', '192605.387500', '192605.847500', '192606.307500', '192606.767500', '192607.227500', '192607.687500', '192608.147500', '192608.607500', '192609.067500', '192609.527500', '192609.987500', '192610.447500', '192610.907500', '192611.367500', '192611.827500', '192612.287500', '192612.747500', '192613.207500', '192613.667500', '192614.127500', '192614.587500', '192615.047500', '192615.507500', '192615.967500', '192616.427500', '192616.887500', '192617.347500', '192617.807500', '192618.267500', '192618.727500', '192619.187500', '192619.647500', '192620.107500', '192620.567500', '192621.027500', '192621.487500', '192621.947500', '192622.407500', '192622.867500', '192623.327500', '192623.787500', '192624.247500', '192624.707500', '192625.167500', '192625.627500', '192626.087500', '192626.547500', '192627.007500', '192627.467500', '192627.927500', '192628.387500', '192628.847500', '192629.307500', '192629.767500', '192630.227500', '192630.687500', '192631.147500', '192631.607500', '192632.067500', '192632.527500', '192632.987500', '192633.447500', '192633.907500', '192634.367500', '192634.827500', '192635.287500', '192635.747500', '192636.207500', '192636.667500', '192637.127500', '192637.587500', '192638.047500', '192638.507500', '192638.967500', '192639.427500', '192639.887500', '192640.347500', '192640.807500', '192641.267500', '192641.727500', '192642.187500', '192642.647500', '192643.107500', '192643.567500', '192644.027500', '192644.487500', '192644.947500', '192645.407500', '192645.867500', '192646.327500', '192646.787500', '192647.247500', '192647.707500', '192648.167500', '192648.627500', '192649.087500', '192649.547500'], 'ContentTime': ['192053.687000', '192053.690000', '192053.693000', '192053.696000', '192053.698000', '192053.701000', '192053.704000', '192053.706000', '192053.709000', '192053.711000', '192053.714000', '192053.717000', '192053.719000', '192053.722000', '192053.725000', '192053.727000', '192053.730000', '192053.732000', '192053.735000', '192053.744000', '192053.746000', '192053.749000', '192053.751000', '192053.754000', '192053.757000', '192053.759000', '192053.762000', '192053.764000', '192053.767000', '192053.769000', '192053.772000', '192053.774000', '192053.777000', '192053.780000', '192053.782000', '192053.785000', '192053.787000', '192053.793000', '192053.796000', '192053.798000', '192053.801000', '192053.803000', '192053.806000', '192053.809000', '192053.811000', '192053.814000', '192053.816000', '192053.819000', '192053.821000', '192053.824000', '192053.826000', '192053.829000', '192053.832000', '192053.834000', '192053.837000', '192053.839000', '192053.842000', '192053.845000', '192053.847000', '192053.850000', '192053.852000', '192053.855000', '192053.858000', '192113.657000', '192113.659000', '192113.662000', '192113.665000', '192113.667000', '192113.670000', '192113.673000', '192113.675000', '192113.678000', '192113.680000', '192113.683000', '192113.686000', '192113.688000', '192113.691000', '192113.693000', '192113.696000', '192113.699000', '192113.701000', '192113.704000', '192113.706000', '192113.709000', '192113.711000', '192113.714000', '192113.717000', '192113.719000', '192113.722000', '192113.724000', '192113.727000', '192113.730000', '192113.732000', '192113.735000', '192113.737000', '192113.741000', '192113.744000', '192113.746000', '192113.749000', '192113.752000', '192113.754000', '192113.757000', '192113.759000', '192113.762000', '192113.765000', '192113.767000', '192133.656000', '192133.659000', '192133.662000', '192133.665000', '192133.667000', '192133.670000', '192133.672000', '192133.675000', '192133.677000', '192133.680000', '192133.683000', '192133.685000', '192133.688000', '192133.690000', '192133.693000', '192133.696000', '192133.698000', '192133.701000', '192133.703000', '192133.706000', '192133.709000', '192133.711000', '192133.714000', '192133.716000', '192133.719000', '192133.722000', '192133.724000', '192133.727000', '192133.729000', '192133.732000', '192133.734000', '192133.737000', '192133.739000', '192133.742000', '192133.745000', '192133.747000', '192133.750000', '192133.752000', '192133.755000', '192133.757000', '192133.760000', '192133.763000', '192133.765000', '192133.768000', '192153.656000', '192153.658000', '192153.661000', '192153.664000', '192153.666000', '192153.669000', '192153.672000', '192153.674000', '192153.677000', '192153.679000', '192153.682000', '192153.685000', '192153.687000', '192153.690000', '192153.693000', '192153.695000', '192153.698000', '192153.700000', '192153.703000', '192153.706000', '192153.708000', '192153.711000', '192153.713000', '192153.716000', '192153.719000', '192153.721000', '192153.724000', '192153.726000', '192153.729000', '192153.731000', '192153.734000', '192153.737000', '192153.739000', '192153.754000', '192153.756000', '192153.759000', '192153.762000', '192153.764000', '192153.767000', '192153.769000', '192153.772000', '192153.775000', '192153.777000', '192213.657000', '192213.660000', '192213.662000', '192213.665000', '192213.667000', '192213.670000', '192213.673000', '192213.675000', '192213.678000', '192213.681000', '192213.683000', '192213.686000', '192213.688000', '192213.691000', '192213.693000', '192213.696000', '192213.699000', '192213.701000', '192213.704000', '192213.707000', '192213.709000', '192213.712000', '192213.714000', '192213.717000', '192213.720000', '192213.722000', '192213.725000', '192213.727000', '192213.730000', '192213.732000', '192213.735000', '192213.738000', '192213.740000', '192213.743000', '192213.746000', '192213.748000', '192213.751000', '192213.753000', '192213.756000', '192213.758000', '192213.761000', '192213.764000', '192213.766000', '192213.769000', '192233.657000', '192233.659000', '192233.662000', '192233.665000', '192233.672000', '192233.675000', '192233.677000', '192233.680000', '192233.683000', '192233.685000', '192233.688000', '192233.690000', '192233.693000', '192233.696000', '192233.698000', '192233.701000', '192233.703000', '192233.706000', '192233.709000', '192233.711000', '192233.714000', '192233.716000', '192233.719000', '192233.721000', '192233.724000', '192233.727000', '192233.729000', '192233.732000', '192233.734000', '192233.737000', '192233.740000', '192233.742000', '192233.745000', '192233.747000', '192233.750000', '192233.752000', '192233.755000', '192233.758000', '192233.760000', '192233.763000', '192233.765000', '192233.768000', '192233.770000', '192253.656000', '192253.659000', '192253.662000', '192253.665000', '192253.667000', '192253.670000', '192253.673000', '192253.675000', '192253.678000', '192253.681000', '192253.683000', '192253.686000', '192253.688000', '192253.691000', '192253.693000', '192253.696000', '192253.699000', '192253.701000', '192253.704000', '192253.707000', '192253.709000', '192253.712000', '192253.714000', '192253.717000', '192253.719000', '192253.722000', '192253.725000', '192253.727000', '192253.730000', '192253.733000', '192253.735000', '192253.738000', '192253.740000', '192253.743000', '192253.746000', '192253.748000', '192253.751000', '192253.753000', '192253.756000', '192253.759000', '192253.761000', '192253.764000', '192253.766000', '192253.769000', '192313.657000', '192313.660000', '192313.662000', '192313.665000', '192313.668000', '192313.670000', '192313.673000', '192313.675000', '192313.678000', '192313.681000', '192313.683000', '192313.686000', '192313.689000', '192313.691000', '192313.694000', '192313.696000', '192313.699000', '192313.702000', '192313.705000', '192313.707000', '192313.710000', '192313.713000', '192313.715000', '192313.718000', '192313.720000', '192313.723000', '192313.726000', '192313.728000', '192313.731000', '192313.733000', '192313.736000', '192313.739000', '192313.741000', '192313.744000', '192313.746000', '192313.749000', '192313.752000', '192313.754000', '192313.757000', '192313.760000', '192313.762000', '192313.765000', '192313.767000', '192333.657000', '192333.660000', '192333.662000', '192333.665000', '192333.667000', '192333.670000', '192333.673000', '192333.675000', '192333.678000', '192333.680000', '192333.683000', '192333.686000', '192333.688000', '192333.691000', '192333.694000', '192333.724000', '192333.727000', '192333.729000', '192333.732000', '192333.735000', '192333.737000', '192333.740000', '192333.742000', '192333.745000', '192333.748000', '192333.750000', '192333.753000', '192333.756000', '192333.758000', '192333.761000', '192333.763000', '192333.766000', '192333.769000', '192333.771000', '192333.774000', '192333.776000', '192333.779000', '192333.781000', '192333.784000', '192333.787000', '192333.789000', '192333.792000', '192333.794000', '192333.797000', '192353.657000', '192353.660000', '192353.662000', '192353.665000', '192353.667000', '192353.670000', '192353.676000', '192353.678000', '192353.681000', '192353.683000', '192353.686000', '192353.689000', '192353.691000', '192353.694000', '192353.697000', '192353.699000', '192353.702000', '192353.705000', '192353.708000', '192353.710000', '192353.713000', '192353.715000', '192353.718000', '192353.721000', '192353.723000', '192353.726000', '192353.728000', '192353.731000', '192353.734000', '192353.736000', '192353.739000', '192353.741000', '192353.744000', '192353.747000', '192353.749000', '192353.752000', '192353.754000', '192353.757000', '192353.760000', '192353.762000', '192353.765000', '192353.767000', '192353.770000', '192413.656000', '192413.658000', '192413.661000', '192413.664000', '192413.666000', '192413.669000', '192413.671000', '192413.674000', '192413.676000', '192413.679000', '192413.682000', '192413.684000', '192413.687000', '192413.690000', '192413.692000', '192413.695000', '192413.697000', '192413.700000', '192413.703000', '192413.705000', '192413.708000', '192413.710000', '192413.713000', '192413.716000', '192413.718000', '192413.721000', '192413.723000', '192413.726000', '192413.729000', '192413.731000', '192413.734000', '192413.737000', '192413.739000', '192413.742000', '192413.744000', '192413.747000', '192413.750000', '192413.752000', '192413.755000', '192413.757000', '192413.760000', '192413.762000', '192413.765000', '192413.768000', '192433.657000', '192433.659000', '192433.662000', '192433.665000', '192433.667000', '192433.670000', '192433.673000', '192433.675000', '192433.678000', '192433.681000', '192433.683000', '192433.686000', '192433.689000', '192433.691000', '192433.694000', '192433.696000', '192433.707000', '192433.710000', '192433.712000', '192433.715000', '192433.717000', '192433.720000', '192433.723000', '192433.725000', '192433.728000', '192433.730000', '192433.733000', '192433.736000', '192433.738000', '192433.741000', '192433.744000', '192433.746000', '192433.749000', '192433.751000', '192433.754000', '192433.757000', '192433.759000', '192433.762000', '192433.764000', '192433.767000', '192433.770000', '192433.772000', '192433.775000', '192453.656000', '192453.659000', '192453.662000', '192453.665000', '192453.667000', '192453.670000', '192453.672000', '192453.675000', '192453.678000', '192453.680000', '192453.683000', '192453.686000', '192453.688000', '192453.691000', '192453.693000', '192453.696000', '192453.699000', '192453.701000', '192453.704000', '192453.706000', '192453.709000', '192453.712000', '192453.714000', '192453.717000', '192453.720000', '192453.722000', '192453.725000', '192453.728000', '192453.730000', '192453.733000', '192453.735000', '192453.738000', '192453.741000', '192453.743000', '192453.746000', '192453.749000', '192453.751000', '192453.754000', '192453.756000', '192453.759000', '192453.762000', '192453.764000', '192453.767000', '192513.657000', '192513.659000', '192513.662000', '192513.665000', '192513.667000', '192513.670000', '192513.672000', '192513.675000', '192513.678000', '192513.680000', '192513.683000', '192513.686000', '192513.688000', '192513.691000', '192513.694000', '192513.696000', '192513.699000', '192513.702000', '192513.704000', '192513.707000', '192513.709000', '192513.712000', '192513.715000', '192513.717000', '192513.720000', '192513.722000', '192513.725000', '192513.728000', '192513.730000', '192513.733000', '192513.736000', '192513.738000', '192513.741000', '192513.743000', '192513.746000', '192513.749000', '192513.751000', '192513.754000', '192513.756000', '192513.759000', '192513.762000', '192513.764000', '192513.767000', '192513.770000', '192533.657000', '192533.660000', '192533.662000', '192533.665000', '192533.668000', '192533.671000', '192533.674000', '192533.677000', '192533.679000', '192533.682000', '192533.685000', '192533.689000', '192533.691000', '192533.694000', '192533.697000', '192533.699000', '192533.702000', '192533.704000', '192533.707000', '192533.710000', '192533.712000', '192533.715000', '192533.718000', '192533.720000', '192533.723000', '192533.725000', '192533.728000', '192533.731000', '192533.733000', '192533.736000', '192533.739000', '192533.741000', '192533.744000', '192533.746000', '192533.749000', '192533.752000', '192533.754000', '192533.757000', '192533.760000', '192533.763000', '192533.765000', '192533.768000', '192533.770000', '192553.657000', '192553.660000', '192553.662000', '192553.665000', '192553.667000', '192553.670000', '192553.673000', '192553.675000', '192553.678000', '192553.680000', '192553.683000', '192553.686000', '192553.689000', '192553.691000', '192553.694000', '192553.696000', '192553.699000', '192553.701000', '192553.704000', '192553.707000', '192553.709000', '192553.712000', '192553.715000', '192553.717000', '192553.720000', '192553.722000', '192553.725000', '192553.728000', '192553.730000', '192553.733000', '192553.735000', '192553.738000', '192553.740000', '192553.743000', '192553.746000', '192553.748000', '192553.751000', '192553.753000', '192553.756000', '192553.761000', '192553.763000', '192553.766000', '192553.768000', '192553.771000', '192613.657000', '192613.659000', '192613.662000', '192613.665000', '192613.668000', '192613.670000', '192613.673000', '192613.676000', '192613.678000', '192613.681000', '192613.683000', '192613.686000', '192613.689000', '192613.691000', '192613.694000', '192613.696000', '192613.699000', '192613.701000', '192613.704000', '192613.707000', '192613.709000', '192613.712000', '192613.715000', '192613.717000', '192613.720000', '192613.722000', '192613.725000', '192613.728000', '192613.730000', '192613.733000', '192613.735000', '192613.738000', '192613.741000', '192613.743000', '192613.746000', '192613.748000', '192613.751000', '192613.754000', '192613.756000', '192613.759000', '192613.761000', '192613.764000', '192613.767000', '192633.656000', '192633.658000', '192633.661000', '192633.664000', '192633.666000', '192633.669000', '192633.671000', '192633.674000', '192633.691000', '192633.694000', '192633.697000', '192633.699000', '192633.702000', '192633.704000', '192633.707000', '192633.710000', '192633.712000', '192633.715000', '192633.717000', '192633.720000', '192633.723000', '192633.725000', '192633.728000', '192633.730000', '192633.733000', '192633.736000', '192633.738000', '192633.741000', '192633.743000', '192633.746000', '192633.749000', '192633.751000', '192633.754000', '192633.757000', '192633.759000', '192633.762000', '192633.765000', '192633.767000', '192633.770000', '192633.773000', '192633.775000', '192633.778000', '192633.780000', '192633.783000', '192650.460000', '192650.463000', '192650.466000', '192650.469000', '192650.472000', '192650.475000', '192650.478000', '192650.481000', '192650.484000', '192650.487000', '192650.490000', '192650.492000', '192650.495000', '192650.498000', '192650.501000', '192650.503000', '192650.506000', '192650.509000', '192650.511000', '192650.514000', '192650.517000', '192650.519000', '192650.522000', '192650.524000', '192650.527000', '192650.530000', '192650.532000', '192650.535000', '192650.538000', '192650.540000', '192650.543000', '192650.547000', '192650.550000', '192650.553000', '192650.556000', '192650.559000', '192650.561000'], 'InstanceCreationTime': ['192053.687000', '192053.690000', '192053.693000', '192053.696000', '192053.698000', '192053.701000', '192053.704000', '192053.706000', '192053.709000', '192053.711000', '192053.714000', '192053.717000', '192053.719000', '192053.722000', '192053.725000', '192053.727000', '192053.730000', '192053.732000', '192053.735000', '192053.744000', '192053.746000', '192053.749000', '192053.751000', '192053.754000', '192053.757000', '192053.759000', '192053.762000', '192053.764000', '192053.767000', '192053.769000', '192053.772000', '192053.774000', '192053.777000', '192053.780000', '192053.782000', '192053.785000', '192053.787000', '192053.793000', '192053.796000', '192053.798000', '192053.801000', '192053.803000', '192053.806000', '192053.809000', '192053.811000', '192053.814000', '192053.816000', '192053.819000', '192053.821000', '192053.824000', '192053.826000', '192053.829000', '192053.832000', '192053.834000', '192053.837000', '192053.839000', '192053.842000', '192053.845000', '192053.847000', '192053.850000', '192053.852000', '192053.855000', '192053.858000', '192113.657000', '192113.659000', '192113.662000', '192113.665000', '192113.667000', '192113.670000', '192113.673000', '192113.675000', '192113.678000', '192113.680000', '192113.683000', '192113.686000', '192113.688000', '192113.691000', '192113.693000', '192113.696000', '192113.699000', '192113.701000', '192113.704000', '192113.706000', '192113.709000', '192113.711000', '192113.714000', '192113.717000', '192113.719000', '192113.722000', '192113.724000', '192113.727000', '192113.730000', '192113.732000', '192113.735000', '192113.737000', '192113.741000', '192113.744000', '192113.746000', '192113.749000', '192113.752000', '192113.754000', '192113.757000', '192113.759000', '192113.762000', '192113.765000', '192113.767000', '192133.656000', '192133.659000', '192133.662000', '192133.665000', '192133.667000', '192133.670000', '192133.672000', '192133.675000', '192133.677000', '192133.680000', '192133.683000', '192133.685000', '192133.688000', '192133.690000', '192133.693000', '192133.696000', '192133.698000', '192133.701000', '192133.703000', '192133.706000', '192133.709000', '192133.711000', '192133.714000', '192133.716000', '192133.719000', '192133.722000', '192133.724000', '192133.727000', '192133.729000', '192133.732000', '192133.734000', '192133.737000', '192133.739000', '192133.742000', '192133.745000', '192133.747000', '192133.750000', '192133.752000', '192133.755000', '192133.757000', '192133.760000', '192133.763000', '192133.765000', '192133.768000', '192153.656000', '192153.658000', '192153.661000', '192153.664000', '192153.666000', '192153.669000', '192153.672000', '192153.674000', '192153.677000', '192153.679000', '192153.682000', '192153.685000', '192153.687000', '192153.690000', '192153.693000', '192153.695000', '192153.698000', '192153.700000', '192153.703000', '192153.706000', '192153.708000', '192153.711000', '192153.713000', '192153.716000', '192153.719000', '192153.721000', '192153.724000', '192153.726000', '192153.729000', '192153.731000', '192153.734000', '192153.737000', '192153.739000', '192153.754000', '192153.756000', '192153.759000', '192153.762000', '192153.764000', '192153.767000', '192153.769000', '192153.772000', '192153.775000', '192153.777000', '192213.657000', '192213.660000', '192213.662000', '192213.665000', '192213.667000', '192213.670000', '192213.673000', '192213.675000', '192213.678000', '192213.681000', '192213.683000', '192213.686000', '192213.688000', '192213.691000', '192213.693000', '192213.696000', '192213.699000', '192213.701000', '192213.704000', '192213.707000', '192213.709000', '192213.712000', '192213.714000', '192213.717000', '192213.720000', '192213.722000', '192213.725000', '192213.727000', '192213.730000', '192213.732000', '192213.735000', '192213.738000', '192213.740000', '192213.743000', '192213.746000', '192213.748000', '192213.751000', '192213.753000', '192213.756000', '192213.758000', '192213.761000', '192213.764000', '192213.766000', '192213.769000', '192233.657000', '192233.659000', '192233.662000', '192233.665000', '192233.672000', '192233.675000', '192233.677000', '192233.680000', '192233.683000', '192233.685000', '192233.688000', '192233.690000', '192233.693000', '192233.696000', '192233.698000', '192233.701000', '192233.703000', '192233.706000', '192233.709000', '192233.711000', '192233.714000', '192233.716000', '192233.719000', '192233.721000', '192233.724000', '192233.727000', '192233.729000', '192233.732000', '192233.734000', '192233.737000', '192233.740000', '192233.742000', '192233.745000', '192233.747000', '192233.750000', '192233.752000', '192233.755000', '192233.758000', '192233.760000', '192233.763000', '192233.765000', '192233.768000', '192233.770000', '192253.656000', '192253.659000', '192253.662000', '192253.665000', '192253.667000', '192253.670000', '192253.673000', '192253.675000', '192253.678000', '192253.681000', '192253.683000', '192253.686000', '192253.688000', '192253.691000', '192253.693000', '192253.696000', '192253.699000', '192253.701000', '192253.704000', '192253.707000', '192253.709000', '192253.712000', '192253.714000', '192253.717000', '192253.719000', '192253.722000', '192253.725000', '192253.727000', '192253.730000', '192253.733000', '192253.735000', '192253.738000', '192253.740000', '192253.743000', '192253.746000', '192253.748000', '192253.751000', '192253.753000', '192253.756000', '192253.759000', '192253.761000', '192253.764000', '192253.766000', '192253.769000', '192313.657000', '192313.660000', '192313.662000', '192313.665000', '192313.668000', '192313.670000', '192313.673000', '192313.675000', '192313.678000', '192313.681000', '192313.683000', '192313.686000', '192313.689000', '192313.691000', '192313.694000', '192313.696000', '192313.699000', '192313.702000', '192313.705000', '192313.707000', '192313.710000', '192313.713000', '192313.715000', '192313.718000', '192313.720000', '192313.723000', '192313.726000', '192313.728000', '192313.731000', '192313.733000', '192313.736000', '192313.739000', '192313.741000', '192313.744000', '192313.746000', '192313.749000', '192313.752000', '192313.754000', '192313.757000', '192313.760000', '192313.762000', '192313.765000', '192313.767000', '192333.657000', '192333.660000', '192333.662000', '192333.665000', '192333.667000', '192333.670000', '192333.673000', '192333.675000', '192333.678000', '192333.680000', '192333.683000', '192333.686000', '192333.688000', '192333.691000', '192333.694000', '192333.724000', '192333.727000', '192333.729000', '192333.732000', '192333.735000', '192333.737000', '192333.740000', '192333.742000', '192333.745000', '192333.748000', '192333.750000', '192333.753000', '192333.756000', '192333.758000', '192333.761000', '192333.763000', '192333.766000', '192333.769000', '192333.771000', '192333.774000', '192333.776000', '192333.779000', '192333.781000', '192333.784000', '192333.787000', '192333.789000', '192333.792000', '192333.794000', '192333.797000', '192353.657000', '192353.660000', '192353.662000', '192353.665000', '192353.667000', '192353.670000', '192353.676000', '192353.678000', '192353.681000', '192353.683000', '192353.686000', '192353.689000', '192353.691000', '192353.694000', '192353.697000', '192353.699000', '192353.702000', '192353.705000', '192353.708000', '192353.710000', '192353.713000', '192353.715000', '192353.718000', '192353.721000', '192353.723000', '192353.726000', '192353.728000', '192353.731000', '192353.734000', '192353.736000', '192353.739000', '192353.741000', '192353.744000', '192353.747000', '192353.749000', '192353.752000', '192353.754000', '192353.757000', '192353.760000', '192353.762000', '192353.765000', '192353.767000', '192353.770000', '192413.656000', '192413.658000', '192413.661000', '192413.664000', '192413.666000', '192413.669000', '192413.671000', '192413.674000', '192413.676000', '192413.679000', '192413.682000', '192413.684000', '192413.687000', '192413.690000', '192413.692000', '192413.695000', '192413.697000', '192413.700000', '192413.703000', '192413.705000', '192413.708000', '192413.710000', '192413.713000', '192413.716000', '192413.718000', '192413.721000', '192413.723000', '192413.726000', '192413.729000', '192413.731000', '192413.734000', '192413.737000', '192413.739000', '192413.742000', '192413.744000', '192413.747000', '192413.750000', '192413.752000', '192413.755000', '192413.757000', '192413.760000', '192413.762000', '192413.765000', '192413.768000', '192433.657000', '192433.659000', '192433.662000', '192433.665000', '192433.667000', '192433.670000', '192433.673000', '192433.675000', '192433.678000', '192433.681000', '192433.683000', '192433.686000', '192433.689000', '192433.691000', '192433.694000', '192433.696000', '192433.707000', '192433.710000', '192433.712000', '192433.715000', '192433.717000', '192433.720000', '192433.723000', '192433.725000', '192433.728000', '192433.730000', '192433.733000', '192433.736000', '192433.738000', '192433.741000', '192433.744000', '192433.746000', '192433.749000', '192433.751000', '192433.754000', '192433.757000', '192433.759000', '192433.762000', '192433.764000', '192433.767000', '192433.770000', '192433.772000', '192433.775000', '192453.656000', '192453.659000', '192453.662000', '192453.665000', '192453.667000', '192453.670000', '192453.672000', '192453.675000', '192453.678000', '192453.680000', '192453.683000', '192453.686000', '192453.688000', '192453.691000', '192453.693000', '192453.696000', '192453.699000', '192453.701000', '192453.704000', '192453.706000', '192453.709000', '192453.712000', '192453.714000', '192453.717000', '192453.720000', '192453.722000', '192453.725000', '192453.728000', '192453.730000', '192453.733000', '192453.735000', '192453.738000', '192453.741000', '192453.743000', '192453.746000', '192453.749000', '192453.751000', '192453.754000', '192453.756000', '192453.759000', '192453.762000', '192453.764000', '192453.767000', '192513.657000', '192513.659000', '192513.662000', '192513.665000', '192513.667000', '192513.670000', '192513.672000', '192513.675000', '192513.678000', '192513.680000', '192513.683000', '192513.686000', '192513.688000', '192513.691000', '192513.694000', '192513.696000', '192513.699000', '192513.702000', '192513.704000', '192513.707000', '192513.709000', '192513.712000', '192513.715000', '192513.717000', '192513.720000', '192513.722000', '192513.725000', '192513.728000', '192513.730000', '192513.733000', '192513.736000', '192513.738000', '192513.741000', '192513.743000', '192513.746000', '192513.749000', '192513.751000', '192513.754000', '192513.756000', '192513.759000', '192513.762000', '192513.764000', '192513.767000', '192513.770000', '192533.657000', '192533.660000', '192533.662000', '192533.665000', '192533.668000', '192533.671000', '192533.674000', '192533.677000', '192533.679000', '192533.682000', '192533.685000', '192533.689000', '192533.691000', '192533.694000', '192533.697000', '192533.699000', '192533.702000', '192533.704000', '192533.707000', '192533.710000', '192533.712000', '192533.715000', '192533.718000', '192533.720000', '192533.723000', '192533.725000', '192533.728000', '192533.731000', '192533.733000', '192533.736000', '192533.739000', '192533.741000', '192533.744000', '192533.746000', '192533.749000', '192533.752000', '192533.754000', '192533.757000', '192533.760000', '192533.763000', '192533.765000', '192533.768000', '192533.770000', '192553.657000', '192553.660000', '192553.662000', '192553.665000', '192553.667000', '192553.670000', '192553.673000', '192553.675000', '192553.678000', '192553.680000', '192553.683000', '192553.686000', '192553.689000', '192553.691000', '192553.694000', '192553.696000', '192553.699000', '192553.701000', '192553.704000', '192553.707000', '192553.709000', '192553.712000', '192553.715000', '192553.717000', '192553.720000', '192553.722000', '192553.725000', '192553.728000', '192553.730000', '192553.733000', '192553.735000', '192553.738000', '192553.740000', '192553.743000', '192553.746000', '192553.748000', '192553.751000', '192553.753000', '192553.756000', '192553.761000', '192553.763000', '192553.766000', '192553.768000', '192553.771000', '192613.657000', '192613.659000', '192613.662000', '192613.665000', '192613.668000', '192613.670000', '192613.673000', '192613.676000', '192613.678000', '192613.681000', '192613.683000', '192613.686000', '192613.689000', '192613.691000', '192613.694000', '192613.696000', '192613.699000', '192613.701000', '192613.704000', '192613.707000', '192613.709000', '192613.712000', '192613.715000', '192613.717000', '192613.720000', '192613.722000', '192613.725000', '192613.728000', '192613.730000', '192613.733000', '192613.735000', '192613.738000', '192613.741000', '192613.743000', '192613.746000', '192613.748000', '192613.751000', '192613.754000', '192613.756000', '192613.759000', '192613.761000', '192613.764000', '192613.767000', '192633.656000', '192633.658000', '192633.661000', '192633.664000', '192633.666000', '192633.669000', '192633.671000', '192633.674000', '192633.691000', '192633.694000', '192633.697000', '192633.699000', '192633.702000', '192633.704000', '192633.707000', '192633.710000', '192633.712000', '192633.715000', '192633.717000', '192633.720000', '192633.723000', '192633.725000', '192633.728000', '192633.730000', '192633.733000', '192633.736000', '192633.738000', '192633.741000', '192633.743000', '192633.746000', '192633.749000', '192633.751000', '192633.754000', '192633.757000', '192633.759000', '192633.762000', '192633.765000', '192633.767000', '192633.770000', '192633.773000', '192633.775000', '192633.778000', '192633.780000', '192633.783000', '192650.460000', '192650.463000', '192650.466000', '192650.469000', '192650.472000', '192650.475000', '192650.478000', '192650.481000', '192650.484000', '192650.487000', '192650.490000', '192650.492000', '192650.495000', '192650.498000', '192650.501000', '192650.503000', '192650.506000', '192650.509000', '192650.511000', '192650.514000', '192650.517000', '192650.519000', '192650.522000', '192650.524000', '192650.527000', '192650.530000', '192650.532000', '192650.535000', '192650.538000', '192650.540000', '192650.543000', '192650.547000', '192650.550000', '192650.553000', '192650.556000', '192650.559000', '192650.561000'], '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': [7309, 12425, 9897, 7585, 13747, 8162, 8285, 8618, 6635, 12605, 9577, 7128, 13826, 7370, 7024, 7182, 7221, 7209, 7627, 7516, 8307, 6863, 7239, 7784, 6938, 6794, 8027, 6955, 7078, 7158, 6946, 6702, 8940, 7113, 6891, 7543, 7263, 6938, 10254, 7302, 6908, 7502, 7345, 7751, 8876, 7302, 8178, 7172, 7136, 8510, 7859, 6486, 10586, 7336, 7017, 9401, 7306, 6592, 10741, 6858, 6706, 7608, 6932, 6763, 8348, 6862, 6797, 8344, 7415, 6626, 10046, 6851, 6856, 7786, 6935, 6654, 7819, 6882, 6785, 8173, 7190, 6860, 8127, 6899, 7016, 8733, 7296, 6736, 7715, 6808, 6807, 9327, 7726, 6714, 9045, 7200, 6695, 10172, 8502, 6549, 9947, 7510, 6591, 11484, 9077, 6687, 9061, 6927, 6383, 8385, 8100, 6779, 7325, 7535, 6389, 9220, 8363, 6745, 7120, 7159, 7283, 7010, 8111, 7565, 7022, 7238, 7121, 7734, 8158, 7365, 6855, 7373, 7696, 6807, 11285, 7237, 6815, 8911, 7349, 6832, 12261, 7032, 6674, 8872, 7320, 6742, 12232, 7061, 6650, 8773, 7162, 6808, 11966, 7010, 6587, 8026, 7139, 6508, 10433, 8828, 6581, 7242, 6958, 7364, 7800, 7530, 6357, 9800, 6980, 6440, 9070, 7465, 7098, 10166, 10489, 10850, 7902, 7909, 7172, 6503, 7531, 7100, 8182, 7111, 6630, 9076, 7451, 6746, 8095, 7022, 7109, 9010, 7214, 11680, 13336, 11317, 7983, 10273, 7538, 8170, 8483, 6520, 12864, 10709, 6820, 9186, 7613, 6500, 8020, 7108, 6388, 9254, 6913, 6536, 7321, 6987, 6873, 8316, 6820, 6625, 7148, 7136, 6935, 8314, 6986, 6658, 7434, 7235, 6973, 10888, 6852, 6607, 7960, 6830, 6671, 7910, 7472, 6784, 7692, 7143, 6652, 7549, 7258, 7052, 8196, 7095, 6983, 7686, 6891, 8262, 8071, 6800, 7441, 7470, 7129, 6681, 7651, 7324, 6725, 10964, 6928, 6712, 8289, 7012, 6621, 10145, 7948, 6545, 8783, 7387, 6718, 8055, 7283, 9913, 9391, 7022, 6930, 7373, 7166, 7670, 8905, 7136, 6764, 7504, 7075, 6968, 8385, 7162, 6924, 7447, 6894, 7021, 7784, 6905, 8966, 7630, 6719, 7472, 7338, 6458, 10556, 7792, 6495, 8601, 7093, 6572, 8991, 7159, 6605, 7892, 6615, 6473, 7851, 7492, 6417, 7453, 6918, 6461, 7477, 8092, 7176, 6783, 7165, 7269, 6985, 8807, 7280, 6678, 7662, 7173, 6653, 11422, 8724, 6745, 8680, 7013, 6788, 9976, 8050, 6471, 8023, 7192, 6641, 9276, 7705, 6930, 10382, 7403, 6781, 9700, 7946, 6635, 8687, 7201, 6326, 8263, 7652, 6714, 9547, 6866, 6811, 8559, 7471, 6745, 8862, 7174, 6570, 8446, 7201, 6612, 10663, 6834, 6584, 8087, 7312, 6481, 10388, 9851, 10520, 8645, 9769, 10657, 7275, 8893, 6739, 7833, 6957, 7759, 7334, 7027, 7438, 6395, 7838, 6951, 6754, 8836, 7185, 6541, 12418, 10654, 7987, 10567, 10188, 7345, 6634, 10714, 7876, 8874, 10150, 7185, 10266, 8042, 6774, 9824, 7705, 6638, 6737, 7491, 6646, 6669, 7678, 7108, 6703, 9421, 6513, 6528, 7980, 7053, 6276, 7553, 8308, 7033, 6772, 7127, 6781, 6638, 7867, 7144, 6682, 12053, 7516, 6698, 8072, 7042, 6401, 7218, 8422, 7024, 6783, 8170, 6984, 6489, 10502, 8646, 6985, 6781, 7669, 7036, 6642, 9346, 7844, 6905, 8694, 7212, 6626, 8986, 7949, 6923, 9328, 7280, 6607, 8973, 7795, 6533, 7891, 7268, 6546, 8422, 7819, 6839, 8169, 7230, 7021, 6881, 8317, 6891, 6692, 11635, 7697, 6589, 9161, 7236, 6430, 10033, 8599, 6739, 7060, 7703, 6801, 7851, 10387, 6982, 6781, 7963, 7110, 6960, 10444, 7154, 6690, 7666, 6976, 6547, 10175, 7830, 6479, 7796, 6942, 6285, 9191, 8104, 6927, 6761, 7274, 6905, 6817, 9226, 7062, 6879, 7607, 6963, 6624, 8875, 7918, 7425, 10321, 6770, 6533, 7825, 7182, 6278, 9990, 8490, 6999, 6731, 8456, 7272, 6873, 11728, 7335, 6470, 9802, 8011, 6530, 10667, 7384, 6558, 7199, 8071, 6957, 6580, 7392, 6841, 6744, 9178, 6975, 6544, 7862, 7316, 6300, 8098, 7718, 6973, 6826, 7988, 7112, 6972, 7898, 6796, 6834, 8418, 7342, 6943, 9361, 7195, 6653, 8063, 8021, 7237, 7125, 7645, 6998, 6716, 8112, 7128, 6384, 10378, 7489, 6536, 7500, 7579, 7069, 8244, 8195, 7028, 6810, 7289, 6884, 8982, 7784, 6739, 6975, 7392, 6797, 8645, 10533, 8083, 6865, 7978, 6777, 6449, 8078, 7679, 6557, 6816, 7131, 6921, 7149, 8393, 7333, 6766, 7419, 7021, 6847, 10052, 7175, 6933, 8008, 6873, 6857, 9416, 7563, 7728, 7861, 6848, 6960, 7769, 7461, 7087, 9761, 11590, 9835, 7932, 8493, 7064, 7013, 7405, 6400, 7417, 6944, 6856, 7402, 6893, 8030, 7453, 6503, 12698, 11105, 7847, 12065, 10617, 7232, 12946, 10400, 7125, 12259, 8097, 6876, 9049, 7076, 6782, 10031, 7216, 6943, 7533, 6919, 6440, 8066, 6751, 6441, 7434, 6693, 6610, 7581, 7163, 6368, 9323, 7077, 6522, 6517, 6802, 6442, 7967, 6926, 6597, 9432, 7435, 6610, 7721, 6725, 6671, 7769, 6693, 6727, 10189, 7193, 6777, 7357, 6899, 6524, 7401, 7076, 6578, 10176, 9774, 6853, 6903, 7149, 6789, 6735, 8131, 6884, 8901, 10998, 6795, 8276, 7776, 6522, 10094, 8391, 6682, 12151, 7475, 6547, 9119, 7289, 6547, 10086, 8322, 6983, 8566, 7196, 6736, 6909, 7155, 6817, 7305, 9715, 6834, 6726, 8234, 6812, 6803, 9137, 7119, 11290, 7492, 6562, 9393, 7188, 6547, 12123, 7025, 6802, 8393, 7133, 6703, 10317, 7700, 6636, 7946, 6965, 6626, 8859, 7711, 6499, 7833, 7012, 6752, 8626, 7654, 6680, 8792, 7418, 6783, 9933, 7410, 6785, 12678, 6555, 6723, 7974, 7097, 6629, 10751, 6994, 6799, 9175, 7087, 6981, 9789, 7622, 6492, 7645, 6892, 6421, 8034, 7613, 6542, 7009, 7181, 6636, 7223, 8740, 7006, 6883, 7422, 6997, 6719, 8821, 7569, 6751, 7620, 6990, 6667, 9052, 7804, 6683, 7591, 7175], 'WindowCenter': [3919.0, 3954.0, 3921.0, 3886.0, 3935.0, 3882.0, 3880.0, 3880.0, 3848.0, 3909.0, 3889.0, 3846.0, 3909.0, 3857.0, 3845.0, 3846.0, 3857.0, 3857.0, 3868.0, 3869.0, 3880.0, 3847.0, 3869.0, 3869.0, 3860.0, 3859.0, 3880.0, 3860.0, 3860.0, 3860.0, 3871.0, 3860.0, 3892.0, 3872.0, 3872.0, 3882.0, 3872.0, 3871.0, 3903.0, 3871.0, 3871.0, 3871.0, 3871.0, 3870.0, 3892.0, 3871.0, 3879.0, 3860.0, 3860.0, 3891.0, 3881.0, 3850.0, 3901.0, 3870.0, 3859.0, 3890.0, 3871.0, 3859.0, 3901.0, 3859.0, 3860.0, 3870.0, 3871.0, 3860.0, 3881.0, 3861.0, 3860.0, 3892.0, 3871.0, 3861.0, 3901.0, 3861.0, 3860.0, 3880.0, 3871.0, 3860.0, 3881.0, 3871.0, 3861.0, 3891.0, 3872.0, 3860.0, 3882.0, 3870.0, 3871.0, 3892.0, 3870.0, 3860.0, 3870.0, 3860.0, 3860.0, 3891.0, 3881.0, 3860.0, 3890.0, 3870.0, 3860.0, 3901.0, 3891.0, 3849.0, 3890.0, 3869.0, 3858.0, 3910.0, 3890.0, 3848.0, 3889.0, 3858.0, 3848.0, 3879.0, 3880.0, 3859.0, 3869.0, 3869.0, 3848.0, 3889.0, 3879.0, 3848.0, 3858.0, 3858.0, 3869.0, 3858.0, 3879.0, 3869.0, 3858.0, 3869.0, 3859.0, 3869.0, 3879.0, 3869.0, 3859.0, 3870.0, 3881.0, 3859.0, 3911.0, 3870.0, 3859.0, 3889.0, 3869.0, 3858.0, 3910.0, 3858.0, 3858.0, 3888.0, 3869.0, 3858.0, 3910.0, 3858.0, 3848.0, 3878.0, 3858.0, 3858.0, 3909.0, 3857.0, 3858.0, 3868.0, 3869.0, 3848.0, 3901.0, 3889.0, 3859.0, 3869.0, 3858.0, 3868.0, 3869.0, 3868.0, 3848.0, 3889.0, 3858.0, 3847.0, 3889.0, 3870.0, 3859.0, 3900.0, 3898.0, 3900.0, 3869.0, 3879.0, 3859.0, 3848.0, 3868.0, 3858.0, 3877.0, 3857.0, 3847.0, 3878.0, 3857.0, 3847.0, 3867.0, 3857.0, 3858.0, 3877.0, 3857.0, 3898.0, 3908.0, 3888.0, 3854.0, 3873.0, 3842.0, 3851.0, 3851.0, 3820.0, 3882.0, 3872.0, 3819.0, 3860.0, 3840.0, 3819.0, 3839.0, 3831.0, 3820.0, 3862.0, 3831.0, 3820.0, 3842.0, 3843.0, 3845.0, 3864.0, 3832.0, 3833.0, 3844.0, 3844.0, 3855.0, 3866.0, 3856.0, 3845.0, 3856.0, 3857.0, 3845.0, 3898.0, 3846.0, 3845.0, 3866.0, 3846.0, 3845.0, 3867.0, 3858.0, 3846.0, 3866.0, 3856.0, 3846.0, 3867.0, 3868.0, 3857.0, 3878.0, 3857.0, 3857.0, 3867.0, 3857.0, 3878.0, 3869.0, 3847.0, 3857.0, 3857.0, 3856.0, 3847.0, 3869.0, 3869.0, 3858.0, 3900.0, 3858.0, 3848.0, 3878.0, 3857.0, 3858.0, 3900.0, 3869.0, 3847.0, 3877.0, 3857.0, 3847.0, 3868.0, 3868.0, 3888.0, 3877.0, 3857.0, 3856.0, 3856.0, 3857.0, 3867.0, 3878.0, 3857.0, 3846.0, 3857.0, 3857.0, 3857.0, 3878.0, 3858.0, 3857.0, 3857.0, 3857.0, 3856.0, 3867.0, 3857.0, 3878.0, 3867.0, 3848.0, 3856.0, 3856.0, 3847.0, 3899.0, 3868.0, 3836.0, 3876.0, 3857.0, 3858.0, 3889.0, 3858.0, 3858.0, 3877.0, 3858.0, 3849.0, 3881.0, 3871.0, 3850.0, 3870.0, 3870.0, 3859.0, 3870.0, 3882.0, 3870.0, 3860.0, 3870.0, 3871.0, 3859.0, 3891.0, 3871.0, 3860.0, 3870.0, 3871.0, 3860.0, 3911.0, 3881.0, 3859.0, 3879.0, 3858.0, 3858.0, 3900.0, 3868.0, 3848.0, 3879.0, 3858.0, 3858.0, 3889.0, 3869.0, 3859.0, 3899.0, 3857.0, 3847.0, 3889.0, 3868.0, 3846.0, 3878.0, 3857.0, 3847.0, 3878.0, 3867.0, 3858.0, 3890.0, 3859.0, 3847.0, 3878.0, 3858.0, 3847.0, 3878.0, 3857.0, 3858.0, 3878.0, 3867.0, 3847.0, 3898.0, 3847.0, 3858.0, 3878.0, 3868.0, 3848.0, 3899.0, 3901.0, 3913.0, 3892.0, 3901.0, 3899.0, 3857.0, 3876.0, 3845.0, 3854.0, 3845.0, 3853.0, 3854.0, 3844.0, 3855.0, 3834.0, 3856.0, 3858.0, 3846.0, 3877.0, 3856.0, 3835.0, 3908.0, 3887.0, 3855.0, 3874.0, 3873.0, 3842.0, 3819.0, 3872.0, 3841.0, 3850.0, 3860.0, 3829.0, 3860.0, 3840.0, 3829.0, 3859.0, 3839.0, 3829.0, 3829.0, 3840.0, 3831.0, 3831.0, 3852.0, 3843.0, 3832.0, 3874.0, 3832.0, 3833.0, 3853.0, 3844.0, 3834.0, 3854.0, 3866.0, 3856.0, 3845.0, 3856.0, 3847.0, 3846.0, 3867.0, 3858.0, 3846.0, 3909.0, 3859.0, 3846.0, 3867.0, 3857.0, 3847.0, 3868.0, 3879.0, 3858.0, 3846.0, 3878.0, 3858.0, 3848.0, 3900.0, 3879.0, 3859.0, 3847.0, 3867.0, 3858.0, 3847.0, 3890.0, 3879.0, 3857.0, 3879.0, 3858.0, 3847.0, 3878.0, 3869.0, 3857.0, 3878.0, 3856.0, 3847.0, 3878.0, 3868.0, 3847.0, 3867.0, 3858.0, 3847.0, 3880.0, 3868.0, 3848.0, 3879.0, 3858.0, 3858.0, 3858.0, 3877.0, 3859.0, 3859.0, 3909.0, 3870.0, 3858.0, 3889.0, 3858.0, 3848.0, 3889.0, 3878.0, 3847.0, 3858.0, 3867.0, 3848.0, 3867.0, 3890.0, 3857.0, 3847.0, 3866.0, 3857.0, 3856.0, 3898.0, 3858.0, 3846.0, 3867.0, 3857.0, 3848.0, 3899.0, 3869.0, 3848.0, 3867.0, 3858.0, 3848.0, 3889.0, 3879.0, 3859.0, 3848.0, 3868.0, 3859.0, 3858.0, 3890.0, 3859.0, 3848.0, 3868.0, 3858.0, 3847.0, 3879.0, 3869.0, 3858.0, 3899.0, 3858.0, 3848.0, 3868.0, 3859.0, 3849.0, 3889.0, 3880.0, 3858.0, 3848.0, 3880.0, 3869.0, 3848.0, 3910.0, 3857.0, 3836.0, 3888.0, 3868.0, 3836.0, 3887.0, 3855.0, 3835.0, 3855.0, 3867.0, 3856.0, 3845.0, 3855.0, 3847.0, 3846.0, 3878.0, 3858.0, 3847.0, 3868.0, 3869.0, 3848.0, 3868.0, 3867.0, 3857.0, 3846.0, 3868.0, 3856.0, 3857.0, 3868.0, 3846.0, 3845.0, 3878.0, 3857.0, 3857.0, 3877.0, 3856.0, 3858.0, 3878.0, 3879.0, 3867.0, 3859.0, 3869.0, 3858.0, 3860.0, 3879.0, 3859.0, 3847.0, 3900.0, 3868.0, 3848.0, 3857.0, 3867.0, 3858.0, 3878.0, 3878.0, 3857.0, 3846.0, 3868.0, 3858.0, 3878.0, 3867.0, 3847.0, 3857.0, 3857.0, 3847.0, 3878.0, 3899.0, 3868.0, 3847.0, 3867.0, 3857.0, 3848.0, 3879.0, 3868.0, 3847.0, 3858.0, 3858.0, 3860.0, 3859.0, 3880.0, 3871.0, 3858.0, 3869.0, 3858.0, 3859.0, 3902.0, 3859.0, 3858.0, 3868.0, 3847.0, 3847.0, 3878.0, 3867.0, 3856.0, 3867.0, 3846.0, 3857.0, 3867.0, 3857.0, 3858.0, 3890.0, 3912.0, 3901.0, 3881.0, 3876.0, 3857.0, 3845.0, 3856.0, 3836.0, 3869.0, 3859.0, 3859.0, 3870.0, 3860.0, 3879.0, 3858.0, 3848.0, 3908.0, 3886.0, 3855.0, 3895.0, 3874.0, 3842.0, 3882.0, 3872.0, 3830.0, 3870.0, 3839.0, 3817.0, 3848.0, 3828.0, 3818.0, 3860.0, 3829.0, 3828.0, 3839.0, 3830.0, 3819.0, 3841.0, 3831.0, 3832.0, 3843.0, 3832.0, 3833.0, 3854.0, 3844.0, 3834.0, 3876.0, 3844.0, 3833.0, 3834.0, 3844.0, 3835.0, 3866.0, 3857.0, 3845.0, 3877.0, 3857.0, 3846.0, 3857.0, 3845.0, 3846.0, 3868.0, 3847.0, 3847.0, 3899.0, 3858.0, 3858.0, 3868.0, 3858.0, 3848.0, 3869.0, 3859.0, 3860.0, 3900.0, 3902.0, 3859.0, 3859.0, 3859.0, 3859.0, 3848.0, 3870.0, 3859.0, 3881.0, 3901.0, 3847.0, 3868.0, 3869.0, 3847.0, 3888.0, 3868.0, 3848.0, 3897.0, 3856.0, 3836.0, 3877.0, 3856.0, 3846.0, 3888.0, 3868.0, 3858.0, 3877.0, 3856.0, 3847.0, 3857.0, 3858.0, 3859.0, 3869.0, 3890.0, 3859.0, 3859.0, 3879.0, 3848.0, 3848.0, 3889.0, 3858.0, 3899.0, 3856.0, 3847.0, 3877.0, 3857.0, 3847.0, 3909.0, 3857.0, 3846.0, 3866.0, 3856.0, 3846.0, 3888.0, 3868.0, 3845.0, 3867.0, 3857.0, 3847.0, 3879.0, 3868.0, 3847.0, 3857.0, 3857.0, 3847.0, 3878.0, 3868.0, 3848.0, 3878.0, 3857.0, 3848.0, 3888.0, 3857.0, 3846.0, 3907.0, 3837.0, 3846.0, 3867.0, 3857.0, 3847.0, 3899.0, 3857.0, 3847.0, 3889.0, 3857.0, 3857.0, 3888.0, 3868.0, 3847.0, 3867.0, 3857.0, 3848.0, 3868.0, 3869.0, 3848.0, 3858.0, 3858.0, 3859.0, 3868.0, 3879.0, 3858.0, 3858.0, 3868.0, 3859.0, 3859.0, 3890.0, 3869.0, 3848.0, 3868.0, 3858.0, 3858.0, 3889.0, 3869.0, 3848.0, 3868.0, 3858.0], 'WindowWidth': [8784.0, 8817.0, 8764.0, 8707.0, 8769.0, 8695.0, 8689.0, 8686.0, 8642.0, 8723.0, 8698.0, 8634.0, 8721.0, 8650.0, 8633.0, 8636.0, 8653.0, 8652.0, 8669.0, 8670.0, 8687.0, 8641.0, 8673.0, 8673.0, 8662.0, 8660.0, 8687.0, 8662.0, 8661.0, 8661.0, 8679.0, 8664.0, 8707.0, 8681.0, 8681.0, 8693.0, 8681.0, 8679.0, 8722.0, 8679.0, 8678.0, 8679.0, 8679.0, 8675.0, 8706.0, 8678.0, 8687.0, 8661.0, 8663.0, 8704.0, 8692.0, 8649.0, 8717.0, 8675.0, 8661.0, 8702.0, 8678.0, 8661.0, 8717.0, 8659.0, 8663.0, 8676.0, 8678.0, 8664.0, 8691.0, 8666.0, 8664.0, 8708.0, 8680.0, 8665.0, 8719.0, 8665.0, 8662.0, 8690.0, 8680.0, 8664.0, 8693.0, 8680.0, 8667.0, 8708.0, 8683.0, 8664.0, 8695.0, 8678.0, 8679.0, 8707.0, 8678.0, 8664.0, 8677.0, 8664.0, 8665.0, 8705.0, 8693.0, 8663.0, 8701.0, 8676.0, 8663.0, 8718.0, 8705.0, 8646.0, 8701.0, 8673.0, 8657.0, 8727.0, 8700.0, 8642.0, 8697.0, 8656.0, 8645.0, 8686.0, 8687.0, 8659.0, 8672.0, 8672.0, 8643.0, 8700.0, 8685.0, 8643.0, 8656.0, 8655.0, 8672.0, 8657.0, 8686.0, 8672.0, 8657.0, 8672.0, 8659.0, 8673.0, 8687.0, 8674.0, 8660.0, 8676.0, 8691.0, 8660.0, 8731.0, 8675.0, 8658.0, 8698.0, 8672.0, 8657.0, 8729.0, 8658.0, 8656.0, 8695.0, 8671.0, 8657.0, 8727.0, 8656.0, 8643.0, 8682.0, 8657.0, 8656.0, 8725.0, 8655.0, 8655.0, 8670.0, 8674.0, 8646.0, 8716.0, 8700.0, 8659.0, 8672.0, 8658.0, 8671.0, 8672.0, 8672.0, 8645.0, 8698.0, 8658.0, 8643.0, 8699.0, 8677.0, 8659.0, 8713.0, 8711.0, 8714.0, 8672.0, 8688.0, 8658.0, 8644.0, 8669.0, 8656.0, 8680.0, 8653.0, 8639.0, 8683.0, 8654.0, 8639.0, 8666.0, 8652.0, 8655.0, 8677.0, 8650.0, 8708.0, 8719.0, 8691.0, 8641.0, 8663.0, 8622.0, 8631.0, 8631.0, 8589.0, 8674.0, 8662.0, 8587.0, 8641.0, 8616.0, 8588.0, 8614.0, 8606.0, 8590.0, 8648.0, 8606.0, 8590.0, 8622.0, 8628.0, 8632.0, 8656.0, 8612.0, 8614.0, 8629.0, 8631.0, 8647.0, 8662.0, 8650.0, 8634.0, 8649.0, 8652.0, 8635.0, 8706.0, 8635.0, 8633.0, 8662.0, 8636.0, 8634.0, 8666.0, 8654.0, 8637.0, 8662.0, 8650.0, 8638.0, 8667.0, 8670.0, 8653.0, 8682.0, 8654.0, 8651.0, 8665.0, 8653.0, 8683.0, 8670.0, 8640.0, 8653.0, 8654.0, 8652.0, 8640.0, 8671.0, 8672.0, 8657.0, 8713.0, 8657.0, 8642.0, 8683.0, 8655.0, 8657.0, 8714.0, 8672.0, 8640.0, 8678.0, 8654.0, 8639.0, 8668.0, 8670.0, 8693.0, 8679.0, 8651.0, 8650.0, 8650.0, 8654.0, 8665.0, 8682.0, 8653.0, 8637.0, 8651.0, 8653.0, 8655.0, 8682.0, 8655.0, 8651.0, 8651.0, 8653.0, 8650.0, 8666.0, 8654.0, 8681.0, 8666.0, 8641.0, 8652.0, 8652.0, 8641.0, 8710.0, 8667.0, 8623.0, 8675.0, 8653.0, 8655.0, 8698.0, 8656.0, 8656.0, 8681.0, 8658.0, 8648.0, 8690.0, 8677.0, 8649.0, 8676.0, 8675.0, 8662.0, 8676.0, 8694.0, 8677.0, 8663.0, 8675.0, 8679.0, 8661.0, 8705.0, 8679.0, 8663.0, 8676.0, 8678.0, 8662.0, 8732.0, 8691.0, 8659.0, 8686.0, 8657.0, 8656.0, 8713.0, 8670.0, 8644.0, 8686.0, 8658.0, 8657.0, 8700.0, 8673.0, 8658.0, 8711.0, 8655.0, 8640.0, 8697.0, 8670.0, 8639.0, 8683.0, 8654.0, 8640.0, 8682.0, 8668.0, 8658.0, 8700.0, 8657.0, 8640.0, 8682.0, 8655.0, 8641.0, 8681.0, 8655.0, 8656.0, 8682.0, 8668.0, 8641.0, 8709.0, 8640.0, 8656.0, 8684.0, 8671.0, 8644.0, 8712.0, 8717.0, 8736.0, 8708.0, 8717.0, 8710.0, 8653.0, 8676.0, 8633.0, 8643.0, 8633.0, 8640.0, 8644.0, 8629.0, 8646.0, 8619.0, 8650.0, 8656.0, 8639.0, 8679.0, 8651.0, 8620.0, 8719.0, 8691.0, 8644.0, 8668.0, 8663.0, 8620.0, 8587.0, 8659.0, 8618.0, 8628.0, 8642.0, 8599.0, 8640.0, 8615.0, 8601.0, 8639.0, 8611.0, 8599.0, 8600.0, 8616.0, 8606.0, 8606.0, 8636.0, 8626.0, 8610.0, 8667.0, 8612.0, 8613.0, 8641.0, 8629.0, 8619.0, 8646.0, 8661.0, 8648.0, 8633.0, 8649.0, 8639.0, 8637.0, 8665.0, 8655.0, 8637.0, 8725.0, 8657.0, 8637.0, 8666.0, 8652.0, 8641.0, 8670.0, 8684.0, 8656.0, 8639.0, 8682.0, 8655.0, 8643.0, 8713.0, 8686.0, 8658.0, 8641.0, 8666.0, 8656.0, 8639.0, 8700.0, 8686.0, 8654.0, 8683.0, 8656.0, 8640.0, 8682.0, 8671.0, 8652.0, 8679.0, 8651.0, 8639.0, 8681.0, 8669.0, 8641.0, 8665.0, 8654.0, 8640.0, 8686.0, 8668.0, 8642.0, 8684.0, 8656.0, 8656.0, 8654.0, 8681.0, 8660.0, 8658.0, 8726.0, 8673.0, 8657.0, 8697.0, 8655.0, 8643.0, 8698.0, 8682.0, 8641.0, 8654.0, 8666.0, 8642.0, 8667.0, 8698.0, 8653.0, 8638.0, 8663.0, 8654.0, 8651.0, 8708.0, 8654.0, 8638.0, 8667.0, 8654.0, 8642.0, 8712.0, 8671.0, 8643.0, 8667.0, 8655.0, 8644.0, 8699.0, 8685.0, 8658.0, 8642.0, 8670.0, 8659.0, 8657.0, 8699.0, 8658.0, 8642.0, 8669.0, 8657.0, 8641.0, 8685.0, 8672.0, 8656.0, 8712.0, 8657.0, 8643.0, 8670.0, 8658.0, 8645.0, 8698.0, 8687.0, 8657.0, 8641.0, 8687.0, 8671.0, 8641.0, 8725.0, 8652.0, 8624.0, 8694.0, 8666.0, 8624.0, 8692.0, 8646.0, 8621.0, 8648.0, 8663.0, 8650.0, 8634.0, 8647.0, 8640.0, 8638.0, 8680.0, 8655.0, 8638.0, 8669.0, 8673.0, 8642.0, 8668.0, 8667.0, 8653.0, 8637.0, 8667.0, 8651.0, 8651.0, 8665.0, 8637.0, 8634.0, 8680.0, 8653.0, 8651.0, 8680.0, 8651.0, 8656.0, 8682.0, 8685.0, 8668.0, 8659.0, 8671.0, 8658.0, 8660.0, 8683.0, 8658.0, 8642.0, 8714.0, 8669.0, 8642.0, 8654.0, 8668.0, 8657.0, 8682.0, 8681.0, 8654.0, 8638.0, 8668.0, 8656.0, 8681.0, 8666.0, 8638.0, 8652.0, 8651.0, 8640.0, 8682.0, 8709.0, 8668.0, 8639.0, 8666.0, 8653.0, 8642.0, 8684.0, 8669.0, 8641.0, 8655.0, 8656.0, 8660.0, 8660.0, 8687.0, 8678.0, 8658.0, 8673.0, 8657.0, 8658.0, 8719.0, 8657.0, 8654.0, 8668.0, 8641.0, 8639.0, 8681.0, 8665.0, 8649.0, 8663.0, 8635.0, 8653.0, 8665.0, 8652.0, 8655.0, 8699.0, 8733.0, 8717.0, 8689.0, 8675.0, 8651.0, 8632.0, 8646.0, 8622.0, 8670.0, 8658.0, 8658.0, 8675.0, 8662.0, 8685.0, 8655.0, 8641.0, 8720.0, 8687.0, 8644.0, 8696.0, 8664.0, 8619.0, 8673.0, 8658.0, 8600.0, 8654.0, 8610.0, 8581.0, 8622.0, 8596.0, 8583.0, 8640.0, 8598.0, 8597.0, 8612.0, 8602.0, 8587.0, 8618.0, 8606.0, 8609.0, 8625.0, 8611.0, 8612.0, 8641.0, 8630.0, 8616.0, 8673.0, 8629.0, 8616.0, 8616.0, 8630.0, 8619.0, 8660.0, 8651.0, 8634.0, 8676.0, 8650.0, 8634.0, 8651.0, 8635.0, 8636.0, 8667.0, 8640.0, 8640.0, 8710.0, 8654.0, 8657.0, 8670.0, 8656.0, 8644.0, 8671.0, 8660.0, 8660.0, 8715.0, 8717.0, 8659.0, 8657.0, 8659.0, 8658.0, 8643.0, 8673.0, 8659.0, 8688.0, 8714.0, 8640.0, 8667.0, 8669.0, 8639.0, 8694.0, 8667.0, 8640.0, 8705.0, 8648.0, 8621.0, 8678.0, 8649.0, 8637.0, 8694.0, 8668.0, 8654.0, 8677.0, 8650.0, 8639.0, 8653.0, 8657.0, 8660.0, 8673.0, 8701.0, 8659.0, 8659.0, 8684.0, 8643.0, 8641.0, 8696.0, 8655.0, 8709.0, 8650.0, 8637.0, 8678.0, 8653.0, 8639.0, 8722.0, 8650.0, 8637.0, 8663.0, 8650.0, 8636.0, 8694.0, 8667.0, 8634.0, 8663.0, 8652.0, 8638.0, 8683.0, 8668.0, 8639.0, 8652.0, 8652.0, 8639.0, 8682.0, 8670.0, 8641.0, 8680.0, 8652.0, 8641.0, 8693.0, 8653.0, 8636.0, 8719.0, 8624.0, 8635.0, 8664.0, 8654.0, 8640.0, 8711.0, 8654.0, 8640.0, 8695.0, 8653.0, 8651.0, 8694.0, 8666.0, 8638.0, 8666.0, 8653.0, 8644.0, 8670.0, 8673.0, 8643.0, 8655.0, 8655.0, 8659.0, 8669.0, 8685.0, 8656.0, 8656.0, 8669.0, 8657.0, 8658.0, 8700.0, 8672.0, 8642.0, 8667.0, 8655.0, 8657.0, 8698.0, 8671.0, 8642.0, 8668.0, 8655.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.000385311004784689</td></tr>
<tr><td colspan=3>aqi</td><td>0.01528973062200957</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.76382383487428</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1702320308862268</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0068357476766463</td></tr>
<tr><td colspan=3>efc</td><td>0.4465</td></tr>
<tr><td colspan=3>fber</td><td>6592.292</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.05626276547790398</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5980861244019139</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4582152199809197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3697552162279054</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7045052991559326</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3003851445589216</td></tr>
<tr><td colspan=3>gcor</td><td>0.016061</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016672862693667412</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02277293987572193</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.613062961096553</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>34.3719</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5924</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.3718</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.6716</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6701</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.634</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3099.5633</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3340.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>843.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.4166</td></tr>
<tr><td colspan=3>tsnr</td><td>47.564579357393086</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>