<?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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-02/func/sub-0024_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>fcd587136760f0f586c06a44ab7b4a16</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>16:10:24.137500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999525, 0.0245972, 0.01857, -0.0258244, 0.997281, 0.0690228]</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.12243</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>[4144, -7837, -7141, 513, -98, -255, 98, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>271.425</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cd04a94b-ae30-4e50-a186-0320f0c9c44d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681652307510376, -0.06928486377000809, 0.04541859030723572, 111.35440063476562], [-0.06599254906177521, 2.675631523132324, 0.18756790459156036, -96.54729461669922], [0.04982186108827591, -0.18518319725990295, 2.69309401512146, -11.52586555480957], [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': ['161024.137500', '161024.597500', '161025.057500', '161025.517500', '161025.977500', '161026.437500', '161026.897500', '161027.357500', '161027.817500', '161028.277500', '161028.737500', '161029.197500', '161029.657500', '161030.117500', '161030.577500', '161031.037500', '161031.497500', '161031.957500', '161032.417500', '161032.877500', '161033.337500', '161033.797500', '161034.257500', '161034.717500', '161035.177500', '161035.637500', '161036.097500', '161036.557500', '161037.017500', '161037.477500', '161037.937500', '161038.397500', '161038.857500', '161039.317500', '161039.777500', '161040.237500', '161040.697500', '161041.157500', '161041.617500', '161042.077500', '161042.537500', '161042.997500', '161043.457500', '161043.917500', '161044.377500', '161044.837500', '161045.297500', '161045.757500', '161046.217500', '161046.677500', '161047.137500', '161047.597500', '161048.057500', '161048.517500', '161048.977500', '161049.437500', '161049.897500', '161050.357500', '161050.817500', '161051.277500', '161051.737500', '161052.197500', '161052.657500', '161053.117500', '161053.577500', '161054.037500', '161054.497500', '161054.957500', '161055.417500', '161055.877500', '161056.337500', '161056.797500', '161057.257500', '161057.717500', '161058.177500', '161058.637500', '161059.097500', '161059.557500', '161100.017500', '161100.477500', '161100.937500', '161101.397500', '161101.857500', '161102.317500', '161102.777500', '161103.237500', '161103.697500', '161104.157500', '161104.617500', '161105.077500', '161105.537500', '161105.997500', '161106.457500', '161106.917500', '161107.377500', '161107.837500', '161108.297500', '161108.757500', '161109.217500', '161109.677500', '161110.137500', '161110.597500', '161111.057500', '161111.517500', '161111.977500', '161112.437500', '161112.897500', '161113.357500', '161113.817500', '161114.277500', '161114.737500', '161115.197500', '161115.657500', '161116.117500', '161116.577500', '161117.037500', '161117.497500', '161117.957500', '161118.417500', '161118.877500', '161119.337500', '161119.797500', '161120.257500', '161120.717500', '161121.177500', '161121.637500', '161122.097500', '161122.557500', '161123.017500', '161123.477500', '161123.937500', '161124.397500', '161124.857500', '161125.317500', '161125.777500', '161126.237500', '161126.697500', '161127.157500', '161127.617500', '161128.077500', '161128.537500', '161128.997500', '161129.457500', '161129.917500', '161130.377500', '161130.837500', '161131.297500', '161131.757500', '161132.217500', '161132.677500', '161133.137500', '161133.597500', '161134.057500', '161134.517500', '161134.977500', '161135.437500', '161135.897500', '161136.357500', '161136.817500', '161137.277500', '161137.737500', '161138.197500', '161138.657500', '161139.117500', '161139.577500', '161140.037500', '161140.497500', '161140.957500', '161141.417500', '161141.877500', '161142.337500', '161142.797500', '161143.257500', '161143.717500', '161144.177500', '161144.637500', '161145.097500', '161145.557500', '161146.017500', '161146.477500', '161146.937500', '161147.397500', '161147.857500', '161148.317500', '161148.777500', '161149.237500', '161149.697500', '161150.157500', '161150.617500', '161151.077500', '161151.537500', '161151.997500', '161152.457500', '161152.917500', '161153.377500', '161153.837500', '161154.297500', '161154.757500', '161155.217500', '161155.677500', '161156.137500', '161156.597500', '161157.057500', '161157.517500', '161157.977500', '161158.437500', '161158.897500', '161159.357500', '161159.817500', '161200.277500', '161200.737500', '161201.197500', '161201.657500', '161202.117500', '161202.577500', '161203.037500', '161203.497500', '161203.957500', '161204.417500', '161204.877500', '161205.337500', '161205.797500', '161206.257500', '161206.717500', '161207.177500', '161207.637500', '161208.097500', '161208.557500', '161209.017500', '161209.477500', '161209.937500', '161210.397500', '161210.857500', '161211.317500', '161211.777500', '161212.237500', '161212.697500', '161213.157500', '161213.617500', '161214.077500', '161214.537500', '161214.997500', '161215.457500', '161215.917500', '161216.377500', '161216.837500', '161217.297500', '161217.757500', '161218.217500', '161218.677500', '161219.137500', '161219.597500', '161220.057500', '161220.517500', '161220.977500', '161221.437500', '161221.897500', '161222.357500', '161222.817500', '161223.277500', '161223.737500', '161224.197500', '161224.657500', '161225.117500', '161225.577500', '161226.037500', '161226.497500', '161226.957500', '161227.417500', '161227.877500', '161228.337500', '161228.797500', '161229.257500', '161229.717500', '161230.177500', '161230.637500', '161231.097500', '161231.557500', '161232.017500', '161232.477500', '161232.937500', '161233.397500', '161233.857500', '161234.317500', '161234.777500', '161235.237500', '161235.697500', '161236.157500', '161236.617500', '161237.077500', '161237.537500', '161237.997500', '161238.457500', '161238.917500', '161239.377500', '161239.837500', '161240.297500', '161240.757500', '161241.217500', '161241.677500', '161242.137500', '161242.597500', '161243.057500', '161243.517500', '161243.977500', '161244.437500', '161244.897500', '161245.357500', '161245.817500', '161246.277500', '161246.737500', '161247.197500', '161247.657500', '161248.117500', '161248.577500', '161249.037500', '161249.497500', '161249.957500', '161250.417500', '161250.877500', '161251.337500', '161251.797500', '161252.257500', '161252.717500', '161253.177500', '161253.637500', '161254.097500', '161254.557500', '161255.017500', '161255.477500', '161255.937500', '161256.397500', '161256.857500', '161257.317500', '161257.777500', '161258.237500', '161258.697500', '161259.157500', '161259.617500', '161300.077500', '161300.537500', '161300.997500', '161301.457500', '161301.917500', '161302.377500', '161302.837500', '161303.297500', '161303.757500', '161304.217500', '161304.677500', '161305.137500', '161305.597500', '161306.057500', '161306.517500', '161306.977500', '161307.437500', '161307.897500', '161308.357500', '161308.817500', '161309.277500', '161309.737500', '161310.197500', '161310.657500', '161311.117500', '161311.577500', '161312.037500', '161312.497500', '161312.957500', '161313.417500', '161313.877500', '161314.337500', '161314.797500', '161315.257500', '161315.717500', '161316.177500', '161316.637500', '161317.097500', '161317.557500', '161318.017500', '161318.477500', '161318.937500', '161319.397500', '161319.857500', '161320.317500', '161320.777500', '161321.237500', '161321.697500', '161322.157500', '161322.617500', '161323.077500', '161323.537500', '161323.997500', '161324.457500', '161324.917500', '161325.377500', '161325.837500', '161326.297500', '161326.757500', '161327.217500', '161327.677500', '161328.137500', '161328.597500', '161329.057500', '161329.517500', '161329.977500', '161330.437500', '161330.897500', '161331.357500', '161331.817500', '161332.277500', '161332.737500', '161333.197500', '161333.657500', '161334.117500', '161334.577500', '161335.037500', '161335.497500', '161335.957500', '161336.417500', '161336.877500', '161337.337500', '161337.797500', '161338.257500', '161338.717500', '161339.177500', '161339.637500', '161340.097500', '161340.557500', '161341.017500', '161341.477500', '161341.937500', '161342.397500', '161342.857500', '161343.317500', '161343.777500', '161344.237500', '161344.697500', '161345.157500', '161345.617500', '161346.077500', '161346.537500', '161346.997500', '161347.457500', '161347.917500', '161348.377500', '161348.837500', '161349.297500', '161349.757500', '161350.217500', '161350.677500', '161351.137500', '161351.597500', '161352.057500', '161352.517500', '161352.977500', '161353.437500', '161353.897500', '161354.357500', '161354.817500', '161355.277500', '161355.737500', '161356.197500', '161356.657500', '161357.117500', '161357.577500', '161358.037500', '161358.497500', '161358.957500', '161359.417500', '161359.877500', '161400.337500', '161400.797500', '161401.257500', '161401.717500', '161402.177500', '161402.637500', '161403.097500', '161403.557500', '161404.017500', '161404.477500', '161404.937500', '161405.397500', '161405.857500', '161406.317500', '161406.777500', '161407.237500', '161407.697500', '161408.157500', '161408.617500', '161409.077500', '161409.537500', '161409.997500', '161410.457500', '161410.917500', '161411.377500', '161411.837500', '161412.297500', '161412.757500', '161413.217500', '161413.677500', '161414.137500', '161414.597500', '161415.057500', '161415.517500', '161415.977500', '161416.437500', '161416.897500', '161417.357500', '161417.817500', '161418.277500', '161418.737500', '161419.197500', '161419.657500', '161420.117500', '161420.577500', '161421.037500', '161421.497500', '161421.957500', '161422.417500', '161422.877500', '161423.337500', '161423.797500', '161424.257500', '161424.717500', '161425.177500', '161425.637500', '161426.097500', '161426.557500', '161427.017500', '161427.477500', '161427.937500', '161428.397500', '161428.857500', '161429.317500', '161429.777500', '161430.237500', '161430.697500', '161431.157500', '161431.617500', '161432.077500', '161432.537500', '161432.997500', '161433.457500', '161433.917500', '161434.377500', '161434.837500', '161435.297500', '161435.757500', '161436.217500', '161436.677500', '161437.137500', '161437.597500', '161438.057500', '161438.517500', '161438.977500', '161439.437500', '161439.897500', '161440.357500', '161440.817500', '161441.277500', '161441.737500', '161442.197500', '161442.657500', '161443.117500', '161443.577500', '161444.037500', '161444.497500', '161444.957500', '161445.417500', '161445.877500', '161446.337500', '161446.797500', '161447.257500', '161447.717500', '161448.177500', '161448.637500', '161449.097500', '161449.557500', '161450.017500', '161450.477500', '161450.937500', '161451.397500', '161451.857500', '161452.317500', '161452.777500', '161453.237500', '161453.697500', '161454.157500', '161454.617500', '161455.077500', '161455.537500', '161455.997500', '161456.457500', '161456.917500', '161457.377500', '161457.837500', '161458.297500', '161458.757500', '161459.217500', '161459.677500', '161500.137500', '161500.597500', '161501.057500', '161501.517500', '161501.977500', '161502.437500', '161502.897500', '161503.357500', '161503.817500', '161504.277500', '161504.737500', '161505.197500', '161505.657500', '161506.117500', '161506.577500', '161507.037500', '161507.497500', '161507.957500', '161508.417500', '161508.877500', '161509.337500', '161509.797500', '161510.257500', '161510.717500', '161511.177500', '161511.637500', '161512.097500', '161512.557500', '161513.017500', '161513.477500', '161513.937500', '161514.397500', '161514.857500', '161515.317500', '161515.777500', '161516.237500', '161516.697500', '161517.157500', '161517.617500', '161518.077500', '161518.537500', '161518.997500', '161519.457500', '161519.917500', '161520.377500', '161520.837500', '161521.297500', '161521.757500', '161522.217500', '161522.677500', '161523.137500', '161523.597500', '161524.057500', '161524.517500', '161524.977500', '161525.437500', '161525.897500', '161526.357500', '161526.817500', '161527.277500', '161527.737500', '161528.197500', '161528.657500', '161529.117500', '161529.577500', '161530.037500', '161530.497500', '161530.957500', '161531.417500', '161531.877500', '161532.337500', '161532.797500', '161533.257500', '161533.717500', '161534.177500', '161534.637500', '161535.097500', '161535.557500', '161536.017500', '161536.477500', '161536.937500', '161537.397500', '161537.857500', '161538.317500', '161538.777500', '161539.237500', '161539.697500', '161540.157500', '161540.617500', '161541.077500', '161541.537500', '161541.997500', '161542.457500', '161542.917500', '161543.377500', '161543.837500', '161544.297500', '161544.757500', '161545.217500', '161545.677500', '161546.137500', '161546.597500', '161547.057500', '161547.517500', '161547.977500', '161548.437500', '161548.897500', '161549.357500', '161549.817500', '161550.277500', '161550.737500', '161551.197500', '161551.657500', '161552.117500', '161552.577500', '161553.037500', '161553.497500', '161553.957500', '161554.417500', '161554.877500', '161555.337500', '161555.797500', '161556.257500', '161556.717500', '161557.177500', '161557.637500', '161558.097500', '161558.557500', '161559.017500', '161559.477500', '161559.937500', '161600.397500', '161600.857500', '161601.317500', '161601.777500', '161602.237500', '161602.697500', '161603.157500', '161603.617500', '161604.077500', '161604.537500', '161604.997500', '161605.457500', '161605.917500', '161606.377500', '161606.837500', '161607.297500', '161607.757500', '161608.217500', '161608.677500', '161609.137500', '161609.597500', '161610.057500', '161610.517500', '161610.977500', '161611.437500', '161611.897500', '161612.357500', '161612.817500', '161613.277500', '161613.737500', '161614.197500', '161614.657500', '161615.117500', '161615.577500', '161616.037500', '161616.497500', '161616.957500', '161617.417500', '161617.877500', '161618.337500', '161618.797500', '161619.257500', '161619.717500', '161620.177500', '161620.637500', '161621.097500', '161621.557500', '161622.017500', '161622.477500', '161622.937500', '161623.397500', '161623.857500', '161624.317500', '161624.777500', '161625.237500', '161625.697500', '161626.157500', '161626.617500', '161627.077500', '161627.537500', '161627.997500', '161628.457500', '161628.917500', '161629.377500', '161629.837500', '161630.297500', '161630.757500', '161631.217500', '161631.677500', '161632.137500', '161632.597500', '161633.057500', '161633.517500', '161633.977500', '161634.437500', '161634.897500', '161635.357500', '161635.817500', '161636.277500', '161636.737500', '161637.197500', '161637.657500', '161638.117500', '161638.577500', '161639.037500', '161639.497500', '161639.957500', '161640.417500', '161640.877500', '161641.337500', '161641.797500', '161642.257500', '161642.717500', '161643.177500', '161643.637500', '161644.097500', '161644.557500', '161645.017500', '161645.477500', '161645.937500', '161646.397500', '161646.857500', '161647.317500', '161647.777500', '161648.237500', '161648.697500', '161649.157500', '161649.617500'], 'ContentTime': ['161038.971000', '161038.975000', '161038.978000', '161038.981000', '161038.983000', '161038.986000', '161038.989000', '161038.992000', '161038.995000', '161038.998000', '161039.002000', '161039.004000', '161039.007000', '161039.010000', '161039.013000', '161039.022000', '161039.025000', '161039.028000', '161039.031000', '161039.040000', '161039.044000', '161039.047000', '161039.050000', '161039.053000', '161039.056000', '161039.058000', '161039.061000', '161039.064000', '161039.067000', '161039.070000', '161058.926000', '161058.929000', '161058.932000', '161058.935000', '161058.937000', '161058.940000', '161058.943000', '161058.946000', '161058.949000', '161058.952000', '161058.954000', '161058.957000', '161058.960000', '161058.963000', '161058.966000', '161058.969000', '161058.972000', '161058.974000', '161058.977000', '161058.980000', '161058.983000', '161058.986000', '161058.989000', '161058.991000', '161058.994000', '161058.997000', '161059.001000', '161059.008000', '161059.011000', '161059.013000', '161059.016000', '161059.019000', '161059.022000', '161059.025000', '161059.028000', '161059.031000', '161059.033000', '161059.036000', '161059.039000', '161059.042000', '161059.045000', '161059.048000', '161059.051000', '161059.054000', '161118.926000', '161118.929000', '161118.932000', '161118.935000', '161118.938000', '161118.941000', '161118.944000', '161118.946000', '161118.949000', '161118.966000', '161118.969000', '161118.972000', '161118.974000', '161118.977000', '161118.980000', '161118.983000', '161118.986000', '161118.989000', '161118.992000', '161118.995000', '161118.998000', '161119.001000', '161119.004000', '161119.007000', '161119.012000', '161119.015000', '161119.018000', '161119.021000', '161119.024000', '161119.027000', '161119.030000', '161119.033000', '161119.036000', '161119.039000', '161119.042000', '161119.044000', '161119.047000', '161119.050000', '161119.053000', '161119.056000', '161119.059000', '161119.062000', '161119.065000', '161138.925000', '161138.928000', '161138.931000', '161138.934000', '161138.937000', '161138.940000', '161138.942000', '161138.945000', '161138.948000', '161138.951000', '161138.954000', '161138.957000', '161138.960000', '161138.963000', '161138.965000', '161138.968000', '161138.971000', '161138.974000', '161138.977000', '161138.980000', '161138.983000', '161138.986000', '161138.989000', '161138.991000', '161138.994000', '161138.997000', '161139.001000', '161139.004000', '161139.007000', '161139.010000', '161139.012000', '161139.015000', '161139.018000', '161139.021000', '161139.024000', '161139.027000', '161139.030000', '161139.033000', '161139.035000', '161139.038000', '161139.041000', '161139.044000', '161139.047000', '161158.925000', '161158.928000', '161158.931000', '161158.934000', '161158.936000', '161158.939000', '161158.942000', '161158.945000', '161158.948000', '161158.951000', '161158.954000', '161158.957000', '161158.960000', '161158.963000', '161158.965000', '161158.968000', '161158.971000', '161158.974000', '161158.977000', '161158.980000', '161158.983000', '161158.985000', '161158.988000', '161158.991000', '161158.994000', '161158.997000', '161159.001000', '161159.004000', '161159.007000', '161159.010000', '161159.012000', '161159.015000', '161159.018000', '161159.021000', '161159.024000', '161159.027000', '161159.030000', '161159.033000', '161159.036000', '161159.038000', '161159.041000', '161159.044000', '161159.047000', '161159.050000', '161218.925000', '161218.928000', '161218.931000', '161218.934000', '161218.937000', '161218.940000', '161218.943000', '161218.946000', '161218.949000', '161218.952000', '161218.954000', '161218.957000', '161218.960000', '161218.963000', '161218.966000', '161218.969000', '161218.972000', '161218.975000', '161218.977000', '161218.980000', '161218.983000', '161218.986000', '161218.989000', '161218.992000', '161218.995000', '161218.998000', '161219.002000', '161219.004000', '161219.007000', '161219.010000', '161219.013000', '161219.016000', '161219.019000', '161219.022000', '161219.025000', '161219.027000', '161219.030000', '161219.033000', '161219.036000', '161219.039000', '161219.042000', '161219.045000', '161219.047000', '161238.925000', '161238.928000', '161238.931000', '161238.934000', '161238.936000', '161238.939000', '161238.942000', '161238.945000', '161238.948000', '161238.951000', '161238.954000', '161238.957000', '161238.960000', '161238.963000', '161238.965000', '161238.968000', '161238.971000', '161238.974000', '161238.977000', '161238.980000', '161238.983000', '161238.986000', '161238.988000', '161238.991000', '161238.994000', '161238.997000', '161239.001000', '161239.004000', '161239.007000', '161239.010000', '161239.012000', '161239.015000', '161239.018000', '161239.021000', '161239.024000', '161239.027000', '161239.030000', '161239.033000', '161239.036000', '161239.038000', '161239.041000', '161239.044000', '161239.047000', '161239.050000', '161258.926000', '161258.929000', '161258.932000', '161258.935000', '161258.938000', '161258.941000', '161258.944000', '161258.947000', '161258.950000', '161258.953000', '161258.956000', '161258.958000', '161258.961000', '161258.964000', '161258.967000', '161258.970000', '161258.973000', '161258.976000', '161258.979000', '161258.982000', '161259.002000', '161259.005000', '161259.008000', '161259.011000', '161259.014000', '161259.017000', '161259.020000', '161259.022000', '161259.025000', '161259.028000', '161259.031000', '161259.034000', '161259.037000', '161259.040000', '161259.043000', '161259.046000', '161259.048000', '161259.051000', '161259.054000', '161259.057000', '161259.060000', '161259.063000', '161259.066000', '161318.926000', '161318.929000', '161318.932000', '161318.935000', '161318.938000', '161318.941000', '161318.944000', '161318.946000', '161318.949000', '161318.952000', '161318.955000', '161318.958000', '161318.961000', '161318.964000', '161318.967000', '161318.969000', '161318.972000', '161318.975000', '161318.978000', '161318.981000', '161318.984000', '161318.987000', '161318.990000', '161318.993000', '161318.996000', '161318.998000', '161319.002000', '161319.005000', '161319.008000', '161319.011000', '161319.014000', '161319.017000', '161319.020000', '161319.023000', '161319.025000', '161319.028000', '161319.031000', '161319.034000', '161319.037000', '161319.040000', '161319.043000', '161319.046000', '161319.049000', '161319.051000', '161338.926000', '161338.929000', '161338.932000', '161338.935000', '161338.938000', '161338.941000', '161338.944000', '161338.947000', '161338.949000', '161338.952000', '161338.955000', '161338.958000', '161338.961000', '161338.964000', '161338.967000', '161338.970000', '161338.972000', '161338.976000', '161338.979000', '161338.982000', '161338.985000', '161338.988000', '161338.991000', '161338.994000', '161338.997000', '161339.001000', '161339.004000', '161339.006000', '161339.009000', '161339.012000', '161339.015000', '161339.018000', '161339.021000', '161339.024000', '161339.027000', '161339.029000', '161339.032000', '161339.035000', '161339.038000', '161339.041000', '161339.044000', '161339.047000', '161339.050000', '161358.925000', '161358.928000', '161358.931000', '161358.934000', '161358.937000', '161358.940000', '161358.943000', '161358.945000', '161358.948000', '161358.951000', '161358.954000', '161358.957000', '161358.960000', '161358.963000', '161358.965000', '161358.968000', '161358.971000', '161358.974000', '161358.977000', '161358.980000', '161358.983000', '161358.986000', '161358.989000', '161358.992000', '161358.994000', '161358.997000', '161359.001000', '161359.004000', '161359.007000', '161359.010000', '161359.013000', '161359.016000', '161359.019000', '161359.022000', '161359.024000', '161359.027000', '161359.030000', '161359.033000', '161359.036000', '161359.039000', '161359.042000', '161359.045000', '161359.047000', '161359.050000', '161418.925000', '161418.928000', '161418.931000', '161418.934000', '161418.937000', '161418.940000', '161418.943000', '161418.946000', '161418.948000', '161418.951000', '161418.954000', '161418.957000', '161418.960000', '161418.963000', '161418.966000', '161418.969000', '161418.972000', '161418.975000', '161418.978000', '161418.980000', '161418.984000', '161418.987000', '161418.990000', '161418.993000', '161418.995000', '161418.998000', '161419.002000', '161419.005000', '161419.008000', '161419.011000', '161419.014000', '161419.017000', '161419.020000', '161419.022000', '161419.025000', '161419.028000', '161419.031000', '161419.034000', '161419.037000', '161419.040000', '161419.043000', '161419.046000', '161419.048000', '161438.925000', '161438.928000', '161438.931000', '161438.934000', '161438.937000', '161438.940000', '161438.943000', '161438.946000', '161438.948000', '161438.951000', '161438.954000', '161438.957000', '161438.960000', '161438.963000', '161438.966000', '161438.969000', '161438.972000', '161438.974000', '161438.977000', '161438.980000', '161438.983000', '161438.986000', '161438.989000', '161438.992000', '161438.995000', '161438.998000', '161439.001000', '161439.004000', '161439.007000', '161439.010000', '161439.026000', '161439.029000', '161439.032000', '161439.035000', '161439.038000', '161439.041000', '161439.044000', '161439.046000', '161439.049000', '161439.052000', '161439.055000', '161439.058000', '161439.061000', '161439.064000', '161458.925000', '161458.928000', '161458.931000', '161458.934000', '161458.937000', '161458.940000', '161458.943000', '161458.946000', '161458.949000', '161458.951000', '161458.954000', '161458.957000', '161458.960000', '161458.963000', '161458.966000', '161458.969000', '161458.972000', '161458.974000', '161458.977000', '161458.980000', '161458.983000', '161458.986000', '161458.989000', '161458.992000', '161458.995000', '161458.998000', '161459.001000', '161459.007000', '161459.011000', '161459.021000', '161459.024000', '161459.026000', '161459.029000', '161459.032000', '161459.035000', '161459.038000', '161459.041000', '161459.044000', '161459.047000', '161459.050000', '161459.053000', '161459.055000', '161459.058000', '161518.926000', '161518.929000', '161518.932000', '161518.935000', '161518.938000', '161518.941000', '161518.944000', '161518.946000', '161518.949000', '161518.952000', '161518.955000', '161518.958000', '161518.961000', '161518.964000', '161518.967000', '161518.969000', '161518.972000', '161518.975000', '161518.978000', '161518.981000', '161518.984000', '161518.987000', '161518.990000', '161518.993000', '161518.995000', '161518.998000', '161519.002000', '161519.005000', '161519.008000', '161519.011000', '161519.014000', '161519.017000', '161519.020000', '161519.023000', '161519.025000', '161519.028000', '161519.031000', '161519.034000', '161519.037000', '161519.040000', '161519.043000', '161519.045000', '161519.048000', '161519.051000', '161538.926000', '161538.929000', '161538.932000', '161538.935000', '161538.938000', '161538.941000', '161538.944000', '161538.946000', '161538.949000', '161538.952000', '161538.955000', '161538.959000', '161538.962000', '161538.965000', '161538.968000', '161538.971000', '161538.974000', '161538.977000', '161538.980000', '161538.983000', '161538.986000', '161538.989000', '161538.991000', '161538.994000', '161538.997000', '161539.001000', '161539.004000', '161539.007000', '161539.010000', '161539.013000', '161539.016000', '161539.019000', '161539.022000', '161539.025000', '161539.028000', '161539.031000', '161539.034000', '161539.037000', '161539.040000', '161539.042000', '161539.045000', '161539.048000', '161539.051000', '161558.926000', '161558.929000', '161558.932000', '161558.935000', '161558.938000', '161558.941000', '161558.944000', '161558.946000', '161558.949000', '161558.952000', '161558.955000', '161558.958000', '161558.961000', '161558.964000', '161558.967000', '161558.970000', '161558.973000', '161558.976000', '161558.979000', '161558.982000', '161558.984000', '161558.987000', '161558.990000', '161558.993000', '161558.996000', '161559.000000', '161559.003000', '161559.006000', '161559.009000', '161559.012000', '161559.015000', '161559.017000', '161559.020000', '161559.023000', '161559.026000', '161559.029000', '161559.032000', '161559.035000', '161559.038000', '161559.040000', '161559.043000', '161559.046000', '161559.049000', '161559.052000', '161618.925000', '161618.928000', '161618.931000', '161618.934000', '161618.937000', '161618.940000', '161618.943000', '161618.945000', '161618.948000', '161618.951000', '161618.954000', '161618.957000', '161618.960000', '161618.963000', '161618.966000', '161618.969000', '161618.971000', '161618.974000', '161618.977000', '161618.980000', '161618.983000', '161618.986000', '161618.989000', '161618.992000', '161618.994000', '161618.997000', '161619.001000', '161619.004000', '161619.007000', '161619.010000', '161619.013000', '161619.016000', '161619.019000', '161619.022000', '161619.025000', '161619.027000', '161619.030000', '161619.033000', '161619.036000', '161619.039000', '161619.059000', '161619.062000', '161619.065000', '161638.925000', '161638.928000', '161638.931000', '161638.934000', '161638.937000', '161638.940000', '161638.943000', '161638.945000', '161638.948000', '161638.953000', '161638.956000', '161638.959000', '161638.962000', '161638.965000', '161638.968000', '161638.971000', '161638.973000', '161638.976000', '161638.979000', '161638.982000', '161638.985000', '161638.988000', '161638.991000', '161638.993000', '161638.996000', '161639.000000', '161639.003000', '161639.006000', '161639.009000', '161639.012000', '161639.015000', '161639.018000', '161639.021000', '161639.023000', '161639.026000', '161639.029000', '161639.032000', '161639.035000', '161639.038000', '161639.041000', '161639.044000', '161639.047000', '161639.049000', '161639.052000', '161650.843000', '161650.846000', '161650.849000', '161650.852000', '161650.855000', '161650.858000', '161650.861000', '161650.864000', '161650.867000', '161650.870000', '161650.873000', '161650.876000', '161650.879000', '161650.882000', '161650.885000', '161650.888000', '161650.891000', '161650.894000', '161650.897000', '161650.900000', '161650.903000', '161650.906000', '161650.909000', '161650.912000', '161650.915000', '161650.918000'], 'InstanceCreationTime': ['161038.971000', '161038.975000', '161038.978000', '161038.981000', '161038.983000', '161038.986000', '161038.989000', '161038.992000', '161038.995000', '161038.998000', '161039.002000', '161039.004000', '161039.007000', '161039.010000', '161039.013000', '161039.022000', '161039.025000', '161039.028000', '161039.031000', '161039.040000', '161039.044000', '161039.047000', '161039.050000', '161039.053000', '161039.056000', '161039.058000', '161039.061000', '161039.064000', '161039.067000', '161039.070000', '161058.926000', '161058.929000', '161058.932000', '161058.935000', '161058.937000', '161058.940000', '161058.943000', '161058.946000', '161058.949000', '161058.952000', '161058.954000', '161058.957000', '161058.960000', '161058.963000', '161058.966000', '161058.969000', '161058.972000', '161058.974000', '161058.977000', '161058.980000', '161058.983000', '161058.986000', '161058.989000', '161058.991000', '161058.994000', '161058.997000', '161059.001000', '161059.008000', '161059.011000', '161059.013000', '161059.016000', '161059.019000', '161059.022000', '161059.025000', '161059.028000', '161059.031000', '161059.033000', '161059.036000', '161059.039000', '161059.042000', '161059.045000', '161059.048000', '161059.051000', '161059.054000', '161118.926000', '161118.929000', '161118.932000', '161118.935000', '161118.938000', '161118.941000', '161118.944000', '161118.946000', '161118.949000', '161118.966000', '161118.969000', '161118.972000', '161118.974000', '161118.977000', '161118.980000', '161118.983000', '161118.986000', '161118.989000', '161118.992000', '161118.995000', '161118.998000', '161119.001000', '161119.004000', '161119.007000', '161119.012000', '161119.015000', '161119.018000', '161119.021000', '161119.024000', '161119.027000', '161119.030000', '161119.033000', '161119.036000', '161119.039000', '161119.042000', '161119.044000', '161119.047000', '161119.050000', '161119.053000', '161119.056000', '161119.059000', '161119.062000', '161119.065000', '161138.925000', '161138.928000', '161138.931000', '161138.934000', '161138.937000', '161138.940000', '161138.942000', '161138.945000', '161138.948000', '161138.951000', '161138.954000', '161138.957000', '161138.960000', '161138.963000', '161138.965000', '161138.968000', '161138.971000', '161138.974000', '161138.977000', '161138.980000', '161138.983000', '161138.986000', '161138.989000', '161138.991000', '161138.994000', '161138.997000', '161139.001000', '161139.004000', '161139.007000', '161139.010000', '161139.012000', '161139.015000', '161139.018000', '161139.021000', '161139.024000', '161139.027000', '161139.030000', '161139.033000', '161139.035000', '161139.038000', '161139.041000', '161139.044000', '161139.047000', '161158.925000', '161158.928000', '161158.931000', '161158.934000', '161158.936000', '161158.939000', '161158.942000', '161158.945000', '161158.948000', '161158.951000', '161158.954000', '161158.957000', '161158.960000', '161158.963000', '161158.965000', '161158.968000', '161158.971000', '161158.974000', '161158.977000', '161158.980000', '161158.983000', '161158.985000', '161158.988000', '161158.991000', '161158.994000', '161158.997000', '161159.001000', '161159.004000', '161159.007000', '161159.010000', '161159.012000', '161159.015000', '161159.018000', '161159.021000', '161159.024000', '161159.027000', '161159.030000', '161159.033000', '161159.036000', '161159.038000', '161159.041000', '161159.044000', '161159.047000', '161159.050000', '161218.925000', '161218.928000', '161218.931000', '161218.934000', '161218.937000', '161218.940000', '161218.943000', '161218.946000', '161218.949000', '161218.952000', '161218.954000', '161218.957000', '161218.960000', '161218.963000', '161218.966000', '161218.969000', '161218.972000', '161218.975000', '161218.977000', '161218.980000', '161218.983000', '161218.986000', '161218.989000', '161218.992000', '161218.995000', '161218.998000', '161219.002000', '161219.004000', '161219.007000', '161219.010000', '161219.013000', '161219.016000', '161219.019000', '161219.022000', '161219.025000', '161219.027000', '161219.030000', '161219.033000', '161219.036000', '161219.039000', '161219.042000', '161219.045000', '161219.047000', '161238.925000', '161238.928000', '161238.931000', '161238.934000', '161238.936000', '161238.939000', '161238.942000', '161238.945000', '161238.948000', '161238.951000', '161238.954000', '161238.957000', '161238.960000', '161238.963000', '161238.965000', '161238.968000', '161238.971000', '161238.974000', '161238.977000', '161238.980000', '161238.983000', '161238.986000', '161238.988000', '161238.991000', '161238.994000', '161238.997000', '161239.001000', '161239.004000', '161239.007000', '161239.010000', '161239.012000', '161239.015000', '161239.018000', '161239.021000', '161239.024000', '161239.027000', '161239.030000', '161239.033000', '161239.036000', '161239.038000', '161239.041000', '161239.044000', '161239.047000', '161239.050000', '161258.926000', '161258.929000', '161258.932000', '161258.935000', '161258.938000', '161258.941000', '161258.944000', '161258.947000', '161258.950000', '161258.953000', '161258.956000', '161258.958000', '161258.961000', '161258.964000', '161258.967000', '161258.970000', '161258.973000', '161258.976000', '161258.979000', '161258.982000', '161259.002000', '161259.005000', '161259.008000', '161259.011000', '161259.014000', '161259.017000', '161259.020000', '161259.022000', '161259.025000', '161259.028000', '161259.031000', '161259.034000', '161259.037000', '161259.040000', '161259.043000', '161259.046000', '161259.048000', '161259.051000', '161259.054000', '161259.057000', '161259.060000', '161259.063000', '161259.066000', '161318.926000', '161318.929000', '161318.932000', '161318.935000', '161318.938000', '161318.941000', '161318.944000', '161318.946000', '161318.949000', '161318.952000', '161318.955000', '161318.958000', '161318.961000', '161318.964000', '161318.967000', '161318.969000', '161318.972000', '161318.975000', '161318.978000', '161318.981000', '161318.984000', '161318.987000', '161318.990000', '161318.993000', '161318.996000', '161318.998000', '161319.002000', '161319.005000', '161319.008000', '161319.011000', '161319.014000', '161319.017000', '161319.020000', '161319.023000', '161319.025000', '161319.028000', '161319.031000', '161319.034000', '161319.037000', '161319.040000', '161319.043000', '161319.046000', '161319.049000', '161319.051000', '161338.926000', '161338.929000', '161338.932000', '161338.935000', '161338.938000', '161338.941000', '161338.944000', '161338.947000', '161338.949000', '161338.952000', '161338.955000', '161338.958000', '161338.961000', '161338.964000', '161338.967000', '161338.970000', '161338.972000', '161338.976000', '161338.979000', '161338.982000', '161338.985000', '161338.988000', '161338.991000', '161338.994000', '161338.997000', '161339.001000', '161339.004000', '161339.006000', '161339.009000', '161339.012000', '161339.015000', '161339.018000', '161339.021000', '161339.024000', '161339.027000', '161339.029000', '161339.032000', '161339.035000', '161339.038000', '161339.041000', '161339.044000', '161339.047000', '161339.050000', '161358.925000', '161358.928000', '161358.931000', '161358.934000', '161358.937000', '161358.940000', '161358.943000', '161358.945000', '161358.948000', '161358.951000', '161358.954000', '161358.957000', '161358.960000', '161358.963000', '161358.965000', '161358.968000', '161358.971000', '161358.974000', '161358.977000', '161358.980000', '161358.983000', '161358.986000', '161358.989000', '161358.992000', '161358.994000', '161358.997000', '161359.001000', '161359.004000', '161359.007000', '161359.010000', '161359.013000', '161359.016000', '161359.019000', '161359.022000', '161359.024000', '161359.027000', '161359.030000', '161359.033000', '161359.036000', '161359.039000', '161359.042000', '161359.045000', '161359.047000', '161359.050000', '161418.925000', '161418.928000', '161418.931000', '161418.934000', '161418.937000', '161418.940000', '161418.943000', '161418.946000', '161418.948000', '161418.951000', '161418.954000', '161418.957000', '161418.960000', '161418.963000', '161418.966000', '161418.969000', '161418.972000', '161418.975000', '161418.978000', '161418.980000', '161418.984000', '161418.987000', '161418.990000', '161418.993000', '161418.995000', '161418.998000', '161419.002000', '161419.005000', '161419.008000', '161419.011000', '161419.014000', '161419.017000', '161419.020000', '161419.022000', '161419.025000', '161419.028000', '161419.031000', '161419.034000', '161419.037000', '161419.040000', '161419.043000', '161419.046000', '161419.048000', '161438.925000', '161438.928000', '161438.931000', '161438.934000', '161438.937000', '161438.940000', '161438.943000', '161438.946000', '161438.948000', '161438.951000', '161438.954000', '161438.957000', '161438.960000', '161438.963000', '161438.966000', '161438.969000', '161438.972000', '161438.974000', '161438.977000', '161438.980000', '161438.983000', '161438.986000', '161438.989000', '161438.992000', '161438.995000', '161438.998000', '161439.001000', '161439.004000', '161439.007000', '161439.010000', '161439.026000', '161439.029000', '161439.032000', '161439.035000', '161439.038000', '161439.041000', '161439.044000', '161439.046000', '161439.049000', '161439.052000', '161439.055000', '161439.058000', '161439.061000', '161439.064000', '161458.925000', '161458.928000', '161458.931000', '161458.934000', '161458.937000', '161458.940000', '161458.943000', '161458.946000', '161458.949000', '161458.951000', '161458.954000', '161458.957000', '161458.960000', '161458.963000', '161458.966000', '161458.969000', '161458.972000', '161458.974000', '161458.977000', '161458.980000', '161458.983000', '161458.986000', '161458.989000', '161458.992000', '161458.995000', '161458.998000', '161459.001000', '161459.007000', '161459.011000', '161459.021000', '161459.024000', '161459.026000', '161459.029000', '161459.032000', '161459.035000', '161459.038000', '161459.041000', '161459.044000', '161459.047000', '161459.050000', '161459.053000', '161459.055000', '161459.058000', '161518.926000', '161518.929000', '161518.932000', '161518.935000', '161518.938000', '161518.941000', '161518.944000', '161518.946000', '161518.949000', '161518.952000', '161518.955000', '161518.958000', '161518.961000', '161518.964000', '161518.967000', '161518.969000', '161518.972000', '161518.975000', '161518.978000', '161518.981000', '161518.984000', '161518.987000', '161518.990000', '161518.993000', '161518.995000', '161518.998000', '161519.002000', '161519.005000', '161519.008000', '161519.011000', '161519.014000', '161519.017000', '161519.020000', '161519.023000', '161519.025000', '161519.028000', '161519.031000', '161519.034000', '161519.037000', '161519.040000', '161519.043000', '161519.045000', '161519.048000', '161519.051000', '161538.926000', '161538.929000', '161538.932000', '161538.935000', '161538.938000', '161538.941000', '161538.944000', '161538.946000', '161538.949000', '161538.952000', '161538.955000', '161538.959000', '161538.962000', '161538.965000', '161538.968000', '161538.971000', '161538.974000', '161538.977000', '161538.980000', '161538.983000', '161538.986000', '161538.989000', '161538.991000', '161538.994000', '161538.997000', '161539.001000', '161539.004000', '161539.007000', '161539.010000', '161539.013000', '161539.016000', '161539.019000', '161539.022000', '161539.025000', '161539.028000', '161539.031000', '161539.034000', '161539.037000', '161539.040000', '161539.042000', '161539.045000', '161539.048000', '161539.051000', '161558.926000', '161558.929000', '161558.932000', '161558.935000', '161558.938000', '161558.941000', '161558.944000', '161558.946000', '161558.949000', '161558.952000', '161558.955000', '161558.958000', '161558.961000', '161558.964000', '161558.967000', '161558.970000', '161558.973000', '161558.976000', '161558.979000', '161558.982000', '161558.984000', '161558.987000', '161558.990000', '161558.993000', '161558.996000', '161559.000000', '161559.003000', '161559.006000', '161559.009000', '161559.012000', '161559.015000', '161559.017000', '161559.020000', '161559.023000', '161559.026000', '161559.029000', '161559.032000', '161559.035000', '161559.038000', '161559.040000', '161559.043000', '161559.046000', '161559.049000', '161559.052000', '161618.925000', '161618.928000', '161618.931000', '161618.934000', '161618.937000', '161618.940000', '161618.943000', '161618.945000', '161618.948000', '161618.951000', '161618.954000', '161618.957000', '161618.960000', '161618.963000', '161618.966000', '161618.969000', '161618.971000', '161618.974000', '161618.977000', '161618.980000', '161618.983000', '161618.986000', '161618.989000', '161618.992000', '161618.994000', '161618.997000', '161619.001000', '161619.004000', '161619.007000', '161619.010000', '161619.013000', '161619.016000', '161619.019000', '161619.022000', '161619.025000', '161619.027000', '161619.030000', '161619.033000', '161619.036000', '161619.039000', '161619.059000', '161619.062000', '161619.065000', '161638.925000', '161638.928000', '161638.931000', '161638.934000', '161638.937000', '161638.940000', '161638.943000', '161638.945000', '161638.948000', '161638.953000', '161638.956000', '161638.959000', '161638.962000', '161638.965000', '161638.968000', '161638.971000', '161638.973000', '161638.976000', '161638.979000', '161638.982000', '161638.985000', '161638.988000', '161638.991000', '161638.993000', '161638.996000', '161639.000000', '161639.003000', '161639.006000', '161639.009000', '161639.012000', '161639.015000', '161639.018000', '161639.021000', '161639.023000', '161639.026000', '161639.029000', '161639.032000', '161639.035000', '161639.038000', '161639.041000', '161639.044000', '161639.047000', '161639.049000', '161639.052000', '161650.843000', '161650.846000', '161650.849000', '161650.852000', '161650.855000', '161650.858000', '161650.861000', '161650.864000', '161650.867000', '161650.870000', '161650.873000', '161650.876000', '161650.879000', '161650.882000', '161650.885000', '161650.888000', '161650.891000', '161650.894000', '161650.897000', '161650.900000', '161650.903000', '161650.906000', '161650.909000', '161650.912000', '161650.915000', '161650.918000'], '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': [16289, 17140, 15625, 17097, 15366, 16084, 15699, 17348, 16051, 17131, 15796, 17282, 16140, 17720, 16944, 17368, 15036, 17661, 16318, 17613, 15871, 17171, 15212, 17051, 15249, 17183, 15456, 17101, 16473, 17390, 17574, 15637, 16842, 16619, 17115, 15729, 16899, 14989, 16890, 16256, 17558, 15954, 16501, 15917, 16263, 16802, 16775, 17502, 15173, 17170, 16157, 16049, 15131, 17328, 15779, 16875, 16626, 16309, 15741, 16133, 16165, 16096, 16019, 16900, 16684, 14739, 16498, 13823, 16019, 17502, 16385, 16114, 16098, 16663, 14914, 17202, 15337, 16828, 17563, 16438, 14563, 16176, 14335, 16282, 15796, 16904, 17011, 16570, 18400, 16934, 14575, 17390, 14248, 16376, 14237, 17070, 15818, 16785, 17934, 17237, 14340, 17322, 14326, 17466, 14849, 17045, 14279, 17060, 14042, 17223, 14734, 16865, 14836, 17056, 15261, 17383, 15801, 17753, 15312, 17215, 15906, 16305, 16556, 16335, 16742, 15786, 17162, 13726, 16963, 16011, 16790, 14723, 17016, 13990, 17287, 14531, 17441, 16800, 17620, 17713, 16983, 17953, 16248, 17540, 15309, 16989, 14925, 17772, 16010, 17442, 16513, 16508, 15816, 17476, 18132, 14513, 16655, 14305, 16750, 16190, 16640, 15976, 16662, 15834, 16829, 17948, 17211, 16676, 17329, 15974, 17277, 16567, 17064, 15147, 17520, 16638, 16963, 17437, 17327, 17151, 17317, 15858, 17631, 14926, 17385, 15332, 17264, 14314, 17776, 14095, 18079, 15487, 17495, 16734, 17300, 18246, 15884, 17194, 15505, 17861, 15389, 17726, 16473, 17784, 16065, 17122, 15987, 17954, 15526, 17416, 16466, 17394, 16621, 17189, 14345, 17305, 15819, 16825, 15596, 17273, 15688, 18052, 16376, 18171, 16635, 18039, 17107, 18513, 17242, 18135, 17334, 17859, 17094, 18396, 17048, 18525, 17393, 18202, 17121, 17522, 17009, 16794, 17257, 17141, 17678, 16186, 18117, 16332, 17675, 15296, 17745, 15658, 17995, 14392, 17821, 15689, 17351, 14967, 17867, 18357, 17338, 17536, 16497, 17692, 16559, 17953, 16661, 17862, 16647, 17728, 14573, 17446, 15565, 17376, 16182, 17625, 17487, 17673, 18395, 16431, 17294, 15813, 17753, 16769, 17291, 14371, 18232, 14490, 17539, 16715, 17696, 15076, 17943, 14255, 17851, 17119, 17384, 16875, 17237, 15266, 17499, 15593, 16904, 16239, 17278, 13955, 17631, 14344, 17371, 14842, 18097, 14845, 17798, 14791, 18040, 14934, 17708, 16322, 17170, 17630, 17187, 17988, 16990, 18351, 16610, 17231, 16922, 17140, 17678, 16708, 17739, 17434, 17080, 18106, 17123, 18148, 16988, 18383, 16551, 17707, 15607, 17493, 13688, 17801, 15145, 17801, 16674, 16725, 18384, 16044, 17740, 16203, 16874, 17661, 16920, 15564, 17306, 15505, 16930, 15549, 17033, 14931, 17908, 15877, 17652, 16778, 17198, 17409, 17306, 17665, 13697, 17295, 16306, 17044, 16595, 17632, 18324, 17216, 17976, 16883, 17528, 16876, 17806, 17530, 17964, 17542, 17544, 17438, 18244, 17509, 17461, 17762, 17125, 17713, 15691, 17447, 17651, 17424, 17553, 16483, 17290, 15941, 17302, 15936, 17847, 16458, 17948, 16629, 17564, 16780, 17898, 17065, 18454, 17075, 17899, 16337, 18462, 16916, 18447, 17016, 17551, 16423, 16936, 16107, 16797, 15209, 16808, 15936, 17094, 16226, 16870, 16426, 17132, 16550, 16586, 15305, 16613, 15321, 17871, 17404, 17679, 18454, 16481, 17333, 16624, 17975, 16344, 18000, 16702, 18143, 16751, 18704, 16490, 18256, 16306, 18486, 16244, 18355, 16179, 18211, 15941, 18395, 16244, 17976, 16524, 17168, 14328, 18034, 14406, 17997, 14735, 17742, 15343, 18112, 14454, 17933, 14389, 17694, 15150, 17419, 15183, 17453, 14711, 17573, 17606, 17258, 17140, 17012, 17992, 16229, 17836, 16476, 17278, 16047, 17822, 16597, 17290, 16735, 17465, 15609, 16454, 17515, 16058, 17736, 16576, 17618, 15279, 17190, 14772, 17143, 15041, 18068, 15936, 17901, 17379, 17529, 14915, 17345, 14566, 17171, 13566, 17114, 16391, 17171, 17469, 17364, 14815, 17706, 14753, 17842, 14609, 17568, 14042, 17706, 16905, 17562, 17938, 16757, 17793, 16318, 17283, 15942, 18512, 15735, 18319, 15544, 18488, 16492, 18567, 14701, 17860, 14960, 18030, 15494, 17770, 14093, 18089, 15922, 17278, 15159, 17441, 15205, 17315, 16953, 17034, 16973, 16296, 17365, 16488, 17768, 15582, 17702, 15559, 17281, 15901, 17430, 16075, 17511, 16169, 17158, 16517, 16183, 16683, 16856, 16407, 17194, 15742, 18432, 15101, 17182, 15593, 17220, 15531, 16913, 16027, 16574, 16141, 15656, 16641, 16743, 16845, 18072, 15619, 16014, 16303, 14137, 17128, 16223, 16715, 14207, 16744, 13202, 16647, 13010, 16862, 13370, 16816, 15795, 16872, 14846, 17112, 15886, 16399, 17241, 15824, 18645, 15359, 17857, 16799, 17073, 17352, 15963, 17027, 15570, 16801, 15399, 17081, 15237, 18422, 14795, 16668, 15174, 16870, 16166, 17227, 18960, 13437, 17800, 15701, 17015, 17488, 14500, 17962, 16493, 17733, 16028, 17626, 13558, 17066, 13336, 17212, 17961, 17168, 16954, 17249, 14166, 17247, 14333, 17304, 15340, 16553, 17141, 16207, 17317, 14954, 16853, 16211, 17486, 15537, 17314, 13158, 17627, 15238, 17258, 17831, 17377, 17119, 16719, 14259, 16613, 14265, 15982, 14774, 16601, 16955, 16325, 17103, 15313, 17898, 13820, 18868, 15974, 15614, 16283, 18012, 18781, 14353, 17752, 14242, 17503, 14079, 16517, 15899, 15641, 17330, 14922, 18037, 18014, 17830, 13255, 15780, 13609, 14239, 15646, 14994, 17435, 14898, 13947, 16962, 14134, 16606, 14340, 16616, 15626, 16402, 15561, 16382, 13669, 16213, 14534, 16591, 17202, 15991, 15406, 16619, 17806, 15852, 16598, 15545, 15989, 15952, 16354, 15674, 16474, 15857, 15859, 15778, 15297, 16030, 15551, 15710, 16607, 15714, 18322, 14875, 17669, 13032, 16019, 15766, 17440, 16277, 16992, 17039, 15554, 17427, 15675, 16239, 16406, 18264, 16289, 17238, 16021, 16657, 16315, 16783, 15927, 17233, 15500, 17053, 14994, 17785, 16024, 17784, 13828, 18641, 13291, 17551, 18275, 17937, 13734, 17620, 14080, 16793, 16092, 16605, 16843, 16621, 14599, 15923, 13923, 14152, 17033, 14946, 14225, 16832, 13924, 15697, 13586, 15037, 17056, 16518, 16493, 15899, 17537, 15153, 16954, 14706, 17909, 13990, 17343, 13980, 17315, 15137, 17356, 17779, 15456, 17156, 14272, 16000], 'WindowCenter': [5208.0, 5193.0, 5168.0, 5166.0, 5156.0, 5157.0, 5155.0, 5153.0, 5152.0, 5162.0, 5154.0, 5166.0, 5156.0, 5178.0, 5176.0, 5189.0, 5174.0, 5192.0, 5183.0, 5194.0, 5182.0, 5196.0, 5185.0, 5193.0, 5173.0, 5194.0, 5174.0, 5183.0, 5184.0, 5196.0, 5182.0, 5169.0, 5182.0, 5180.0, 5181.0, 5170.0, 5181.0, 5161.0, 5181.0, 5170.0, 5181.0, 5171.0, 5184.0, 5185.0, 5171.0, 5181.0, 5171.0, 5179.0, 5162.0, 5182.0, 5173.0, 5174.0, 5163.0, 5184.0, 5171.0, 5183.0, 5172.0, 5171.0, 5160.0, 5171.0, 5169.0, 5172.0, 5170.0, 5183.0, 5182.0, 5162.0, 5181.0, 5162.0, 5172.0, 5182.0, 5183.0, 5173.0, 5182.0, 5194.0, 5174.0, 5193.0, 5174.0, 5182.0, 5184.0, 5183.0, 5162.0, 5182.0, 5162.0, 5182.0, 5174.0, 5182.0, 5171.0, 5171.0, 5168.0, 5156.0, 5133.0, 5152.0, 5123.0, 5141.0, 5123.0, 5142.0, 5134.0, 5141.0, 5152.0, 5139.0, 5119.0, 5140.0, 5121.0, 5152.0, 5133.0, 5155.0, 5135.0, 5155.0, 5134.0, 5165.0, 5144.0, 5154.0, 5133.0, 5152.0, 5132.0, 5152.0, 5144.0, 5154.0, 5144.0, 5153.0, 5154.0, 5154.0, 5155.0, 5152.0, 5154.0, 5144.0, 5165.0, 5134.0, 5165.0, 5155.0, 5157.0, 5145.0, 5165.0, 5145.0, 5167.0, 5146.0, 5178.0, 5177.0, 5179.0, 5179.0, 5180.0, 5191.0, 5180.0, 5191.0, 5171.0, 5179.0, 5159.0, 5180.0, 5159.0, 5168.0, 5168.0, 5179.0, 5181.0, 5188.0, 5201.0, 5172.0, 5192.0, 5173.0, 5194.0, 5184.0, 5194.0, 5184.0, 5194.0, 5184.0, 5183.0, 5182.0, 5181.0, 5168.0, 5179.0, 5158.0, 5177.0, 5167.0, 5169.0, 5158.0, 5168.0, 5167.0, 5168.0, 5167.0, 5168.0, 5166.0, 5168.0, 5156.0, 5168.0, 5157.0, 5166.0, 5156.0, 5168.0, 5146.0, 5177.0, 5146.0, 5176.0, 5158.0, 5177.0, 5168.0, 5178.0, 5189.0, 5178.0, 5190.0, 5170.0, 5180.0, 5160.0, 5178.0, 5172.0, 5179.0, 5169.0, 5179.0, 5166.0, 5178.0, 5158.0, 5166.0, 5157.0, 5167.0, 5158.0, 5167.0, 5146.0, 5165.0, 5156.0, 5167.0, 5155.0, 5167.0, 5156.0, 5166.0, 5155.0, 5176.0, 5167.0, 5176.0, 5167.0, 5176.0, 5167.0, 5176.0, 5167.0, 5176.0, 5169.0, 5179.0, 5177.0, 5189.0, 5176.0, 5178.0, 5177.0, 5179.0, 5180.0, 5168.0, 5178.0, 5167.0, 5177.0, 5167.0, 5188.0, 5168.0, 5181.0, 5168.0, 5177.0, 5168.0, 5180.0, 5160.0, 5190.0, 5170.0, 5180.0, 5169.0, 5189.0, 5190.0, 5190.0, 5191.0, 5180.0, 5191.0, 5180.0, 5191.0, 5183.0, 5193.0, 5183.0, 5190.0, 5173.0, 5192.0, 5182.0, 5181.0, 5171.0, 5182.0, 5190.0, 5192.0, 5202.0, 5178.0, 5191.0, 5171.0, 5180.0, 5181.0, 5183.0, 5160.0, 5190.0, 5159.0, 5180.0, 5180.0, 5180.0, 5157.0, 5178.0, 5146.0, 5177.0, 5165.0, 5168.0, 5166.0, 5167.0, 5146.0, 5168.0, 5155.0, 5167.0, 5166.0, 5177.0, 5147.0, 5178.0, 5157.0, 5178.0, 5159.0, 5178.0, 5157.0, 5179.0, 5157.0, 5179.0, 5159.0, 5180.0, 5169.0, 5178.0, 5177.0, 5178.0, 5178.0, 5169.0, 5177.0, 5169.0, 5168.0, 5168.0, 5166.0, 5167.0, 5166.0, 5167.0, 5166.0, 5166.0, 5175.0, 5167.0, 5177.0, 5168.0, 5179.0, 5171.0, 5179.0, 5168.0, 5179.0, 5160.0, 5180.0, 5161.0, 5179.0, 5169.0, 5168.0, 5179.0, 5159.0, 5180.0, 5169.0, 5170.0, 5168.0, 5167.0, 5147.0, 5166.0, 5157.0, 5168.0, 5158.0, 5167.0, 5157.0, 5177.0, 5167.0, 5177.0, 5167.0, 5179.0, 5179.0, 5179.0, 5180.0, 5160.0, 5182.0, 5170.0, 5182.0, 5182.0, 5190.0, 5192.0, 5179.0, 5180.0, 5180.0, 5180.0, 5181.0, 5178.0, 5179.0, 5178.0, 5178.0, 5178.0, 5180.0, 5178.0, 5178.0, 5167.0, 5177.0, 5167.0, 5178.0, 5156.0, 5179.0, 5179.0, 5178.0, 5178.0, 5179.0, 5181.0, 5169.0, 5180.0, 5169.0, 5179.0, 5168.0, 5178.0, 5168.0, 5177.0, 5169.0, 5177.0, 5167.0, 5176.0, 5166.0, 5176.0, 5169.0, 5179.0, 5168.0, 5178.0, 5177.0, 5180.0, 5169.0, 5180.0, 5171.0, 5180.0, 5160.0, 5181.0, 5170.0, 5181.0, 5171.0, 5179.0, 5170.0, 5181.0, 5170.0, 5180.0, 5171.0, 5182.0, 5170.0, 5181.0, 5180.0, 5178.0, 5192.0, 5183.0, 5181.0, 5171.0, 5180.0, 5170.0, 5181.0, 5170.0, 5179.0, 5168.0, 5178.0, 5170.0, 5178.0, 5169.0, 5189.0, 5168.0, 5181.0, 5169.0, 5179.0, 5168.0, 5179.0, 5169.0, 5179.0, 5170.0, 5181.0, 5162.0, 5191.0, 5160.0, 5181.0, 5161.0, 5182.0, 5161.0, 5190.0, 5161.0, 5180.0, 5161.0, 5181.0, 5161.0, 5181.0, 5161.0, 5181.0, 5160.0, 5181.0, 5181.0, 5182.0, 5180.0, 5180.0, 5179.0, 5169.0, 5180.0, 5169.0, 5179.0, 5172.0, 5182.0, 5170.0, 5192.0, 5192.0, 5192.0, 5181.0, 5193.0, 5192.0, 5183.0, 5194.0, 5186.0, 5194.0, 5174.0, 5193.0, 5172.0, 5183.0, 5162.0, 5181.0, 5173.0, 5182.0, 5181.0, 5181.0, 5172.0, 5180.0, 5160.0, 5179.0, 5151.0, 5181.0, 5171.0, 5182.0, 5180.0, 5181.0, 5158.0, 5179.0, 5159.0, 5179.0, 5158.0, 5180.0, 5160.0, 5182.0, 5181.0, 5181.0, 5179.0, 5181.0, 5181.0, 5183.0, 5180.0, 5174.0, 5180.0, 5170.0, 5178.0, 5159.0, 5178.0, 5171.0, 5179.0, 5158.0, 5177.0, 5157.0, 5178.0, 5160.0, 5179.0, 5151.0, 5192.0, 5170.0, 5182.0, 5160.0, 5182.0, 5161.0, 5182.0, 5179.0, 5180.0, 5178.0, 5170.0, 5179.0, 5172.0, 5179.0, 5162.0, 5167.0, 5158.0, 5165.0, 5168.0, 5165.0, 5159.0, 5166.0, 5157.0, 5164.0, 5165.0, 5155.0, 5167.0, 5164.0, 5167.0, 5167.0, 5156.0, 5174.0, 5156.0, 5166.0, 5157.0, 5165.0, 5158.0, 5166.0, 5157.0, 5165.0, 5168.0, 5157.0, 5168.0, 5166.0, 5167.0, 5175.0, 5167.0, 5167.0, 5169.0, 5151.0, 5179.0, 5168.0, 5169.0, 5148.0, 5169.0, 5148.0, 5169.0, 5149.0, 5178.0, 5150.0, 5179.0, 5169.0, 5181.0, 5158.0, 5179.0, 5170.0, 5181.0, 5180.0, 5174.0, 5192.0, 5174.0, 5181.0, 5181.0, 5182.0, 5181.0, 5173.0, 5170.0, 5172.0, 5170.0, 5161.0, 5169.0, 5162.0, 5179.0, 5161.0, 5170.0, 5161.0, 5182.0, 5170.0, 5184.0, 5191.0, 5153.0, 5193.0, 5171.0, 5184.0, 5192.0, 5177.0, 5193.0, 5185.0, 5182.0, 5173.0, 5192.0, 5163.0, 5183.0, 5153.0, 5183.0, 5184.0, 5184.0, 5184.0, 5183.0, 5161.0, 5181.0, 5162.0, 5183.0, 5171.0, 5181.0, 5181.0, 5181.0, 5180.0, 5172.0, 5181.0, 5183.0, 5183.0, 5172.0, 5182.0, 5154.0, 5182.0, 5172.0, 5182.0, 5182.0, 5182.0, 5172.0, 5171.0, 5150.0, 5171.0, 5150.0, 5170.0, 5160.0, 5171.0, 5168.0, 5170.0, 5169.0, 5160.0, 5179.0, 5162.0, 5191.0, 5181.0, 5170.0, 5171.0, 5193.0, 5201.0, 5174.0, 5193.0, 5162.0, 5183.0, 5162.0, 5182.0, 5169.0, 5171.0, 5181.0, 5172.0, 5180.0, 5181.0, 5168.0, 5137.0, 5156.0, 5136.0, 5134.0, 5145.0, 5144.0, 5156.0, 5146.0, 5133.0, 5155.0, 5133.0, 5154.0, 5134.0, 5155.0, 5146.0, 5156.0, 5155.0, 5158.0, 5134.0, 5157.0, 5146.0, 5166.0, 5155.0, 5156.0, 5145.0, 5165.0, 5164.0, 5157.0, 5165.0, 5158.0, 5157.0, 5168.0, 5156.0, 5157.0, 5155.0, 5158.0, 5153.0, 5155.0, 5144.0, 5157.0, 5155.0, 5158.0, 5158.0, 5157.0, 5176.0, 5158.0, 5177.0, 5149.0, 5169.0, 5169.0, 5179.0, 5170.0, 5180.0, 5179.0, 5184.0, 5179.0, 5170.0, 5169.0, 5169.0, 5178.0, 5168.0, 5178.0, 5170.0, 5169.0, 5171.0, 5168.0, 5167.0, 5176.0, 5158.0, 5168.0, 5171.0, 5178.0, 5171.0, 5177.0, 5149.0, 5178.0, 5150.0, 5167.0, 5178.0, 5177.0, 5148.0, 5177.0, 5146.0, 5167.0, 5157.0, 5167.0, 5167.0, 5168.0, 5147.0, 5157.0, 5137.0, 5146.0, 5156.0, 5147.0, 5135.0, 5154.0, 5135.0, 5155.0, 5138.0, 5157.0, 5167.0, 5166.0, 5166.0, 5168.0, 5175.0, 5169.0, 5166.0, 5159.0, 5177.0, 5148.0, 5164.0, 5148.0, 5165.0, 5159.0, 5177.0, 5178.0, 5169.0, 5189.0, 5172.0, 5195.0], 'WindowWidth': [11238.0, 11204.0, 11164.0, 11155.0, 11139.0, 11139.0, 11135.0, 11128.0, 11126.0, 11141.0, 11133.0, 11154.0, 11137.0, 11168.0, 11167.0, 11191.0, 11173.0, 11198.0, 11184.0, 11202.0, 11183.0, 11205.0, 11190.0, 11200.0, 11171.0, 11201.0, 11172.0, 11186.0, 11189.0, 11215.0, 11181.0, 11161.0, 11181.0, 11176.0, 11180.0, 11162.0, 11179.0, 11150.0, 11179.0, 11164.0, 11181.0, 11169.0, 11187.0, 11192.0, 11165.0, 11176.0, 11162.0, 11171.0, 11151.0, 11179.0, 11170.0, 11170.0, 11151.0, 11184.0, 11163.0, 11182.0, 11162.0, 11162.0, 11142.0, 11161.0, 11154.0, 11165.0, 11159.0, 11187.0, 11179.0, 11152.0, 11181.0, 11154.0, 11167.0, 11183.0, 11183.0, 11167.0, 11181.0, 11203.0, 11173.0, 11198.0, 11177.0, 11180.0, 11189.0, 11182.0, 11153.0, 11181.0, 11152.0, 11182.0, 11174.0, 11181.0, 11170.0, 11167.0, 11158.0, 11133.0, 11099.0, 11122.0, 11084.0, 11105.0, 11084.0, 11107.0, 11102.0, 11104.0, 11125.0, 11100.0, 11073.0, 11103.0, 11078.0, 11122.0, 11097.0, 11132.0, 11106.0, 11132.0, 11105.0, 11147.0, 11116.0, 11127.0, 11098.0, 11123.0, 11095.0, 11123.0, 11116.0, 11128.0, 11115.0, 11126.0, 11129.0, 11128.0, 11132.0, 11123.0, 11130.0, 11114.0, 11145.0, 11101.0, 11147.0, 11136.0, 11137.0, 11120.0, 11146.0, 11118.0, 11152.0, 11121.0, 11170.0, 11166.0, 11174.0, 11171.0, 11180.0, 11194.0, 11180.0, 11194.0, 11167.0, 11173.0, 11148.0, 11176.0, 11145.0, 11157.0, 11157.0, 11177.0, 11183.0, 11189.0, 11210.0, 11170.0, 11200.0, 11173.0, 11204.0, 11190.0, 11204.0, 11190.0, 11203.0, 11190.0, 11186.0, 11186.0, 11182.0, 11157.0, 11172.0, 11141.0, 11170.0, 11153.0, 11160.0, 11143.0, 11157.0, 11152.0, 11156.0, 11152.0, 11156.0, 11149.0, 11157.0, 11135.0, 11157.0, 11141.0, 11152.0, 11136.0, 11155.0, 11123.0, 11166.0, 11124.0, 11167.0, 11144.0, 11170.0, 11156.0, 11173.0, 11189.0, 11173.0, 11194.0, 11164.0, 11176.0, 11150.0, 11172.0, 11168.0, 11175.0, 11160.0, 11174.0, 11153.0, 11171.0, 11144.0, 11151.0, 11144.0, 11154.0, 11142.0, 11153.0, 11122.0, 11150.0, 11137.0, 11155.0, 11137.0, 11154.0, 11138.0, 11152.0, 11135.0, 11167.0, 11154.0, 11166.0, 11155.0, 11165.0, 11154.0, 11166.0, 11156.0, 11166.0, 11162.0, 11174.0, 11170.0, 11188.0, 11167.0, 11172.0, 11171.0, 11174.0, 11180.0, 11159.0, 11174.0, 11154.0, 11169.0, 11155.0, 11186.0, 11158.0, 11179.0, 11159.0, 11172.0, 11157.0, 11176.0, 11147.0, 11191.0, 11164.0, 11178.0, 11162.0, 11192.0, 11193.0, 11192.0, 11197.0, 11181.0, 11196.0, 11182.0, 11196.0, 11187.0, 11201.0, 11188.0, 11195.0, 11176.0, 11201.0, 11186.0, 11182.0, 11169.0, 11185.0, 11192.0, 11197.0, 11213.0, 11176.0, 11195.0, 11169.0, 11179.0, 11184.0, 11186.0, 11150.0, 11193.0, 11148.0, 11179.0, 11180.0, 11180.0, 11142.0, 11170.0, 11123.0, 11167.0, 11153.0, 11156.0, 11155.0, 11155.0, 11124.0, 11155.0, 11135.0, 11156.0, 11154.0, 11170.0, 11129.0, 11173.0, 11144.0, 11175.0, 11148.0, 11174.0, 11142.0, 11175.0, 11143.0, 11175.0, 11147.0, 11181.0, 11159.0, 11172.0, 11169.0, 11172.0, 11171.0, 11166.0, 11167.0, 11161.0, 11153.0, 11157.0, 11150.0, 11154.0, 11151.0, 11158.0, 11150.0, 11152.0, 11163.0, 11153.0, 11169.0, 11160.0, 11175.0, 11168.0, 11176.0, 11157.0, 11176.0, 11149.0, 11177.0, 11151.0, 11174.0, 11158.0, 11158.0, 11172.0, 11145.0, 11175.0, 11164.0, 11162.0, 11159.0, 11152.0, 11123.0, 11149.0, 11138.0, 11155.0, 11144.0, 11155.0, 11139.0, 11167.0, 11153.0, 11169.0, 11154.0, 11176.0, 11176.0, 11176.0, 11178.0, 11150.0, 11183.0, 11165.0, 11186.0, 11183.0, 11193.0, 11194.0, 11175.0, 11175.0, 11179.0, 11175.0, 11183.0, 11172.0, 11174.0, 11171.0, 11174.0, 11172.0, 11181.0, 11170.0, 11172.0, 11153.0, 11169.0, 11154.0, 11172.0, 11137.0, 11175.0, 11174.0, 11171.0, 11173.0, 11174.0, 11182.0, 11165.0, 11178.0, 11162.0, 11173.0, 11157.0, 11172.0, 11159.0, 11168.0, 11161.0, 11168.0, 11155.0, 11165.0, 11154.0, 11165.0, 11163.0, 11171.0, 11158.0, 11172.0, 11169.0, 11177.0, 11161.0, 11178.0, 11169.0, 11178.0, 11151.0, 11179.0, 11164.0, 11179.0, 11164.0, 11175.0, 11162.0, 11179.0, 11162.0, 11178.0, 11168.0, 11184.0, 11163.0, 11180.0, 11177.0, 11173.0, 11197.0, 11188.0, 11179.0, 11167.0, 11176.0, 11163.0, 11178.0, 11164.0, 11172.0, 11159.0, 11169.0, 11165.0, 11173.0, 11161.0, 11188.0, 11156.0, 11177.0, 11159.0, 11173.0, 11158.0, 11173.0, 11160.0, 11174.0, 11165.0, 11179.0, 11153.0, 11194.0, 11149.0, 11181.0, 11155.0, 11184.0, 11151.0, 11191.0, 11152.0, 11179.0, 11152.0, 11179.0, 11151.0, 11180.0, 11153.0, 11179.0, 11150.0, 11181.0, 11177.0, 11180.0, 11176.0, 11176.0, 11173.0, 11161.0, 11175.0, 11162.0, 11174.0, 11170.0, 11181.0, 11168.0, 11198.0, 11199.0, 11199.0, 11182.0, 11202.0, 11198.0, 11191.0, 11201.0, 11199.0, 11204.0, 11176.0, 11201.0, 11171.0, 11185.0, 11155.0, 11180.0, 11173.0, 11182.0, 11183.0, 11179.0, 11168.0, 11178.0, 11148.0, 11176.0, 11139.0, 11181.0, 11168.0, 11184.0, 11180.0, 11181.0, 11145.0, 11176.0, 11145.0, 11174.0, 11145.0, 11178.0, 11151.0, 11183.0, 11180.0, 11181.0, 11174.0, 11180.0, 11178.0, 11188.0, 11177.0, 11178.0, 11174.0, 11162.0, 11170.0, 11149.0, 11170.0, 11169.0, 11172.0, 11146.0, 11169.0, 11140.0, 11172.0, 11149.0, 11176.0, 11137.0, 11196.0, 11162.0, 11182.0, 11150.0, 11182.0, 11152.0, 11182.0, 11172.0, 11176.0, 11171.0, 11164.0, 11173.0, 11171.0, 11172.0, 11153.0, 11153.0, 11142.0, 11147.0, 11157.0, 11146.0, 11147.0, 11149.0, 11138.0, 11144.0, 11149.0, 11131.0, 11153.0, 11148.0, 11157.0, 11153.0, 11139.0, 11161.0, 11139.0, 11152.0, 11143.0, 11148.0, 11146.0, 11149.0, 11139.0, 11149.0, 11159.0, 11143.0, 11159.0, 11152.0, 11155.0, 11164.0, 11157.0, 11155.0, 11161.0, 11137.0, 11173.0, 11161.0, 11161.0, 11131.0, 11159.0, 11131.0, 11160.0, 11133.0, 11172.0, 11136.0, 11176.0, 11162.0, 11181.0, 11145.0, 11175.0, 11164.0, 11180.0, 11176.0, 11177.0, 11196.0, 11173.0, 11179.0, 11177.0, 11181.0, 11177.0, 11170.0, 11160.0, 11168.0, 11160.0, 11150.0, 11157.0, 11151.0, 11171.0, 11150.0, 11160.0, 11152.0, 11180.0, 11166.0, 11187.0, 11193.0, 11143.0, 11196.0, 11164.0, 11186.0, 11194.0, 11181.0, 11196.0, 11192.0, 11180.0, 11173.0, 11196.0, 11157.0, 11185.0, 11144.0, 11185.0, 11189.0, 11187.0, 11187.0, 11183.0, 11152.0, 11179.0, 11155.0, 11184.0, 11166.0, 11181.0, 11176.0, 11179.0, 11177.0, 11168.0, 11178.0, 11186.0, 11183.0, 11170.0, 11181.0, 11146.0, 11182.0, 11168.0, 11181.0, 11184.0, 11182.0, 11169.0, 11165.0, 11134.0, 11163.0, 11133.0, 11161.0, 11148.0, 11164.0, 11159.0, 11161.0, 11157.0, 11148.0, 11171.0, 11155.0, 11195.0, 11184.0, 11164.0, 11171.0, 11204.0, 11211.0, 11177.0, 11200.0, 11156.0, 11181.0, 11155.0, 11181.0, 11158.0, 11165.0, 11179.0, 11173.0, 11180.0, 11187.0, 11156.0, 11112.0, 11134.0, 11107.0, 11102.0, 11121.0, 11114.0, 11139.0, 11121.0, 11102.0, 11132.0, 11099.0, 11130.0, 11103.0, 11133.0, 11123.0, 11137.0, 11135.0, 11139.0, 11104.0, 11138.0, 11122.0, 11151.0, 11136.0, 11138.0, 11120.0, 11149.0, 11146.0, 11140.0, 11148.0, 11143.0, 11142.0, 11158.0, 11138.0, 11139.0, 11132.0, 11140.0, 11127.0, 11135.0, 11117.0, 11139.0, 11134.0, 11142.0, 11142.0, 11142.0, 11164.0, 11143.0, 11168.0, 11131.0, 11162.0, 11163.0, 11177.0, 11166.0, 11179.0, 11174.0, 11190.0, 11173.0, 11163.0, 11160.0, 11162.0, 11170.0, 11159.0, 11169.0, 11164.0, 11161.0, 11166.0, 11160.0, 11158.0, 11165.0, 11144.0, 11155.0, 11168.0, 11172.0, 11168.0, 11167.0, 11133.0, 11169.0, 11138.0, 11152.0, 11178.0, 11167.0, 11131.0, 11169.0, 11124.0, 11155.0, 11143.0, 11156.0, 11158.0, 11154.0, 11127.0, 11138.0, 11111.0, 11123.0, 11141.0, 11124.0, 11105.0, 11131.0, 11103.0, 11135.0, 11113.0, 11139.0, 11157.0, 11154.0, 11150.0, 11158.0, 11164.0, 11161.0, 11152.0, 11149.0, 11166.0, 11129.0, 11146.0, 11128.0, 11146.0, 11149.0, 11169.0, 11178.0, 11162.0, 11191.0, 11173.0, 11210.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.00045756853396901077</td></tr>
<tr><td colspan=3>aqi</td><td>0.023432167938021452</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.74378459726731</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.357586870501192</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9787619409427208</td></tr>
<tr><td colspan=3>efc</td><td>0.4754</td></tr>
<tr><td colspan=3>fber</td><td>5991.8867</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08329503086697836</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7878426698450536</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.441335068773444</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4266855785069437</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.642934482442077</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2543851453713106</td></tr>
<tr><td colspan=3>gcor</td><td>0.00805472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018680289387702942</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023266859352588654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.116402610622512</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>40.5448</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3191</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.8768</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.3494</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1026</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>679.0492</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4387.5022</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1117.4733</td></tr>
<tr><td colspan=3>tsnr</td><td>42.49602709966712</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>