<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-02/func/sub-0103_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>0f8c9c3e2b6c97c2fb2f8b5ae74a4157</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>21:56:29.757500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999444, 0.0039073, 0.0331216, 0.000697779, 0.990446, -0.137897]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.081563</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>[4229, -7749, -7235, 222, -156, -267, -85, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c0c127e-9f68-4ccc-a049-363643103bb7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681434392929077, 0.0018720892257988453, 0.0900288075208664, 104.01349639892578], [-0.010482989251613617, 2.6572952270507812, -0.3721759021282196, -91.49223327636719], [0.08886291086673737, 0.3699662983417511, 2.672710418701172, -97.611328125], [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': ['215629.757500', '215630.217500', '215630.677500', '215631.137500', '215631.597500', '215632.057500', '215632.517500', '215632.977500', '215633.437500', '215633.897500', '215634.357500', '215634.817500', '215635.277500', '215635.737500', '215636.197500', '215636.657500', '215637.117500', '215637.577500', '215638.037500', '215638.497500', '215638.957500', '215639.417500', '215639.877500', '215640.337500', '215640.797500', '215641.257500', '215641.717500', '215642.177500', '215642.637500', '215643.097500', '215643.557500', '215644.017500', '215644.477500', '215644.937500', '215645.397500', '215645.857500', '215646.317500', '215646.777500', '215647.237500', '215647.697500', '215648.157500', '215648.617500', '215649.077500', '215649.537500', '215649.997500', '215650.457500', '215650.917500', '215651.377500', '215651.837500', '215652.297500', '215652.757500', '215653.217500', '215653.677500', '215654.137500', '215654.597500', '215655.057500', '215655.517500', '215655.977500', '215656.437500', '215656.897500', '215657.357500', '215657.817500', '215658.277500', '215658.737500', '215659.197500', '215659.657500', '215700.117500', '215700.577500', '215701.037500', '215701.497500', '215701.957500', '215702.417500', '215702.877500', '215703.337500', '215703.797500', '215704.257500', '215704.717500', '215705.177500', '215705.637500', '215706.097500', '215706.557500', '215707.017500', '215707.477500', '215707.937500', '215708.397500', '215708.857500', '215709.317500', '215709.777500', '215710.237500', '215710.697500', '215711.157500', '215711.617500', '215712.077500', '215712.537500', '215712.997500', '215713.457500', '215713.917500', '215714.377500', '215714.837500', '215715.297500', '215715.757500', '215716.217500', '215716.677500', '215717.137500', '215717.597500', '215718.057500', '215718.517500', '215718.977500', '215719.437500', '215719.897500', '215720.357500', '215720.817500', '215721.277500', '215721.737500', '215722.197500', '215722.657500', '215723.117500', '215723.577500', '215724.037500', '215724.497500', '215724.957500', '215725.417500', '215725.877500', '215726.337500', '215726.797500', '215727.257500', '215727.717500', '215728.177500', '215728.637500', '215729.097500', '215729.557500', '215730.017500', '215730.477500', '215730.937500', '215731.397500', '215731.857500', '215732.317500', '215732.777500', '215733.237500', '215733.697500', '215734.157500', '215734.617500', '215735.077500', '215735.537500', '215735.997500', '215736.457500', '215736.917500', '215737.377500', '215737.837500', '215738.297500', '215738.757500', '215739.217500', '215739.677500', '215740.137500', '215740.597500', '215741.057500', '215741.517500', '215741.977500', '215742.437500', '215742.897500', '215743.357500', '215743.817500', '215744.277500', '215744.737500', '215745.197500', '215745.657500', '215746.117500', '215746.577500', '215747.037500', '215747.497500', '215747.957500', '215748.417500', '215748.877500', '215749.337500', '215749.797500', '215750.257500', '215750.717500', '215751.177500', '215751.637500', '215752.097500', '215752.557500', '215753.017500', '215753.477500', '215753.937500', '215754.397500', '215754.857500', '215755.317500', '215755.777500', '215756.237500', '215756.697500', '215757.157500', '215757.617500', '215758.077500', '215758.537500', '215758.997500', '215759.457500', '215759.917500', '215800.377500', '215800.837500', '215801.297500', '215801.757500', '215802.217500', '215802.677500', '215803.137500', '215803.597500', '215804.057500', '215804.517500', '215804.977500', '215805.437500', '215805.897500', '215806.357500', '215806.817500', '215807.277500', '215807.737500', '215808.197500', '215808.657500', '215809.117500', '215809.577500', '215810.037500', '215810.497500', '215810.957500', '215811.417500', '215811.877500', '215812.337500', '215812.797500', '215813.257500', '215813.717500', '215814.177500', '215814.637500', '215815.097500', '215815.557500', '215816.017500', '215816.477500', '215816.937500', '215817.397500', '215817.857500', '215818.317500', '215818.777500', '215819.237500', '215819.697500', '215820.157500', '215820.617500', '215821.077500', '215821.537500', '215821.997500', '215822.457500', '215822.917500', '215823.377500', '215823.837500', '215824.297500', '215824.757500', '215825.217500', '215825.677500', '215826.137500', '215826.597500', '215827.057500', '215827.517500', '215827.977500', '215828.437500', '215828.897500', '215829.357500', '215829.817500', '215830.277500', '215830.737500', '215831.197500', '215831.657500', '215832.117500', '215832.577500', '215833.037500', '215833.497500', '215833.957500', '215834.417500', '215834.877500', '215835.337500', '215835.797500', '215836.257500', '215836.717500', '215837.177500', '215837.637500', '215838.097500', '215838.557500', '215839.017500', '215839.477500', '215839.937500', '215840.397500', '215840.857500', '215841.317500', '215841.777500', '215842.237500', '215842.697500', '215843.157500', '215843.617500', '215844.077500', '215844.537500', '215844.997500', '215845.457500', '215845.917500', '215846.377500', '215846.837500', '215847.297500', '215847.757500', '215848.217500', '215848.677500', '215849.137500', '215849.597500', '215850.057500', '215850.517500', '215850.977500', '215851.437500', '215851.897500', '215852.357500', '215852.817500', '215853.277500', '215853.737500', '215854.197500', '215854.657500', '215855.117500', '215855.577500', '215856.037500', '215856.497500', '215856.957500', '215857.417500', '215857.877500', '215858.337500', '215858.797500', '215859.257500', '215859.717500', '215900.177500', '215900.637500', '215901.097500', '215901.557500', '215902.017500', '215902.477500', '215902.937500', '215903.397500', '215903.857500', '215904.317500', '215904.777500', '215905.237500', '215905.697500', '215906.157500', '215906.617500', '215907.077500', '215907.537500', '215907.997500', '215908.457500', '215908.917500', '215909.377500', '215909.837500', '215910.297500', '215910.757500', '215911.217500', '215911.677500', '215912.137500', '215912.597500', '215913.057500', '215913.517500', '215913.977500', '215914.437500', '215914.897500', '215915.357500', '215915.817500', '215916.277500', '215916.737500', '215917.197500', '215917.657500', '215918.117500', '215918.577500', '215919.037500', '215919.497500', '215919.957500', '215920.417500', '215920.877500', '215921.337500', '215921.797500', '215922.257500', '215922.717500', '215923.177500', '215923.637500', '215924.097500', '215924.557500', '215925.017500', '215925.477500', '215925.937500', '215926.397500', '215926.857500', '215927.317500', '215927.777500', '215928.237500', '215928.697500', '215929.157500', '215929.617500', '215930.077500', '215930.537500', '215930.997500', '215931.457500', '215931.917500', '215932.377500', '215932.837500', '215933.297500', '215933.757500', '215934.217500', '215934.677500', '215935.137500', '215935.597500', '215936.057500', '215936.517500', '215936.977500', '215937.437500', '215937.897500', '215938.357500', '215938.817500', '215939.277500', '215939.737500', '215940.197500', '215940.657500', '215941.117500', '215941.577500', '215942.037500', '215942.497500', '215942.957500', '215943.417500', '215943.877500', '215944.337500', '215944.797500', '215945.257500', '215945.717500', '215946.177500', '215946.637500', '215947.097500', '215947.557500', '215948.017500', '215948.477500', '215948.937500', '215949.397500', '215949.857500', '215950.317500', '215950.777500', '215951.237500', '215951.697500', '215952.157500', '215952.617500', '215953.077500', '215953.537500', '215953.997500', '215954.457500', '215954.917500', '215955.377500', '215955.837500', '215956.297500', '215956.757500', '215957.217500', '215957.677500', '215958.137500', '215958.597500', '215959.057500', '215959.517500', '215959.977500', '220000.437500', '220000.897500', '220001.357500', '220001.817500', '220002.277500', '220002.737500', '220003.197500', '220003.657500', '220004.117500', '220004.577500', '220005.037500', '220005.497500', '220005.957500', '220006.417500', '220006.877500', '220007.337500', '220007.797500', '220008.257500', '220008.717500', '220009.177500', '220009.637500', '220010.097500', '220010.557500', '220011.017500', '220011.477500', '220011.937500', '220012.397500', '220012.857500', '220013.317500', '220013.777500', '220014.237500', '220014.697500', '220015.157500', '220015.617500', '220016.077500', '220016.537500', '220016.997500', '220017.457500', '220017.917500', '220018.377500', '220018.837500', '220019.297500', '220019.757500', '220020.217500', '220020.677500', '220021.137500', '220021.597500', '220022.057500', '220022.517500', '220022.977500', '220023.437500', '220023.897500', '220024.357500', '220024.817500', '220025.277500', '220025.737500', '220026.197500', '220026.657500', '220027.117500', '220027.577500', '220028.037500', '220028.497500', '220028.957500', '220029.417500', '220029.877500', '220030.337500', '220030.797500', '220031.257500', '220031.717500', '220032.177500', '220032.637500', '220033.097500', '220033.557500', '220034.017500', '220034.477500', '220034.937500', '220035.397500', '220035.857500', '220036.317500', '220036.777500', '220037.237500', '220037.697500', '220038.157500', '220038.617500', '220039.077500', '220039.537500', '220039.997500', '220040.457500', '220040.917500', '220041.377500', '220041.837500', '220042.297500', '220042.757500', '220043.217500', '220043.677500', '220044.137500', '220044.597500', '220045.057500', '220045.517500', '220045.977500', '220046.437500', '220046.897500', '220047.357500', '220047.817500', '220048.277500', '220048.737500', '220049.197500', '220049.657500', '220050.117500', '220050.577500', '220051.037500', '220051.497500', '220051.957500', '220052.417500', '220052.877500', '220053.337500', '220053.797500', '220054.257500', '220054.717500', '220055.177500', '220055.637500', '220056.097500', '220056.557500', '220057.017500', '220057.477500', '220057.937500', '220058.397500', '220058.857500', '220059.317500', '220059.777500', '220100.237500', '220100.697500', '220101.157500', '220101.617500', '220102.077500', '220102.537500', '220102.997500', '220103.457500', '220103.917500', '220104.377500', '220104.837500', '220105.297500', '220105.757500', '220106.217500', '220106.677500', '220107.137500', '220107.597500', '220108.057500', '220108.517500', '220108.977500', '220109.437500', '220109.897500', '220110.357500', '220110.817500', '220111.277500', '220111.737500', '220112.197500', '220112.657500', '220113.117500', '220113.577500', '220114.037500', '220114.497500', '220114.957500', '220115.417500', '220115.877500', '220116.337500', '220116.797500', '220117.257500', '220117.717500', '220118.177500', '220118.637500', '220119.097500', '220119.557500', '220120.017500', '220120.477500', '220120.937500', '220121.397500', '220121.857500', '220122.317500', '220122.777500', '220123.237500', '220123.697500', '220124.157500', '220124.617500', '220125.077500', '220125.537500', '220125.997500', '220126.457500', '220126.917500', '220127.377500', '220127.837500', '220128.297500', '220128.757500', '220129.217500', '220129.677500', '220130.137500', '220130.597500', '220131.057500', '220131.517500', '220131.977500', '220132.437500', '220132.897500', '220133.357500', '220133.817500', '220134.277500', '220134.737500', '220135.197500', '220135.657500', '220136.117500', '220136.577500', '220137.037500', '220137.497500', '220137.957500', '220138.417500', '220138.877500', '220139.337500', '220139.797500', '220140.257500', '220140.717500', '220141.177500', '220141.637500', '220142.097500', '220142.557500', '220143.017500', '220143.477500', '220143.937500', '220144.397500', '220144.857500', '220145.317500', '220145.777500', '220146.237500', '220146.697500', '220147.157500', '220147.617500', '220148.077500', '220148.537500', '220148.997500', '220149.457500', '220149.917500', '220150.377500', '220150.837500', '220151.297500', '220151.757500', '220152.217500', '220152.677500', '220153.137500', '220153.597500', '220154.057500', '220154.517500', '220154.977500', '220155.437500', '220155.897500', '220156.357500', '220156.817500', '220157.277500', '220157.737500', '220158.197500', '220158.657500', '220159.117500', '220159.577500', '220200.037500', '220200.497500', '220200.957500', '220201.417500', '220201.877500', '220202.337500', '220202.797500', '220203.257500', '220203.717500', '220204.177500', '220204.637500', '220205.097500', '220205.557500', '220206.017500', '220206.477500', '220206.937500', '220207.397500', '220207.857500', '220208.317500', '220208.777500', '220209.237500', '220209.697500', '220210.157500', '220210.617500', '220211.077500', '220211.537500', '220211.997500', '220212.457500', '220212.917500', '220213.377500', '220213.837500', '220214.297500', '220214.757500', '220215.217500', '220215.677500', '220216.137500', '220216.597500', '220217.057500', '220217.517500', '220217.977500', '220218.437500', '220218.897500', '220219.357500', '220219.817500', '220220.277500', '220220.737500', '220221.197500', '220221.657500', '220222.117500', '220222.577500', '220223.037500', '220223.497500', '220223.957500', '220224.417500', '220224.877500', '220225.337500', '220225.797500', '220226.257500', '220226.717500', '220227.177500', '220227.637500', '220228.097500', '220228.557500', '220229.017500', '220229.477500', '220229.937500', '220230.397500', '220230.857500', '220231.317500', '220231.777500', '220232.237500', '220232.697500', '220233.157500', '220233.617500', '220234.077500', '220234.537500', '220234.997500', '220235.457500', '220235.917500', '220236.377500', '220236.837500', '220237.297500', '220237.757500', '220238.217500', '220238.677500', '220239.137500', '220239.597500', '220240.057500', '220240.517500', '220240.977500', '220241.437500', '220241.897500', '220242.357500', '220242.817500', '220243.277500', '220243.737500', '220244.197500', '220244.657500', '220245.117500', '220245.577500', '220246.037500', '220246.497500', '220246.957500', '220247.417500', '220247.877500', '220248.337500', '220248.797500', '220249.257500', '220249.717500', '220250.177500', '220250.637500', '220251.097500', '220251.557500', '220252.017500', '220252.477500', '220252.937500', '220253.397500', '220253.857500', '220254.317500', '220254.777500', '220255.237500'], 'ContentTime': ['215653.149000', '215653.153000', '215653.156000', '215653.159000', '215653.162000', '215653.164000', '215653.167000', '215653.169000', '215653.172000', '215653.175000', '215653.177000', '215653.180000', '215653.183000', '215653.185000', '215653.188000', '215653.191000', '215653.195000', '215653.197000', '215653.200000', '215653.202000', '215653.205000', '215653.208000', '215653.210000', '215653.213000', '215653.216000', '215653.218000', '215653.221000', '215653.224000', '215653.226000', '215653.233000', '215653.236000', '215653.238000', '215653.241000', '215653.244000', '215653.246000', '215653.249000', '215653.252000', '215653.254000', '215653.257000', '215653.259000', '215653.262000', '215653.265000', '215653.267000', '215653.270000', '215653.273000', '215653.275000', '215653.278000', '215713.115000', '215713.117000', '215713.120000', '215713.123000', '215713.125000', '215713.128000', '215713.131000', '215713.133000', '215713.146000', '215713.148000', '215713.151000', '215713.153000', '215713.156000', '215713.160000', '215713.162000', '215713.165000', '215713.168000', '215713.170000', '215713.173000', '215713.175000', '215713.178000', '215713.181000', '215713.184000', '215713.186000', '215713.189000', '215713.192000', '215713.194000', '215713.197000', '215713.199000', '215713.202000', '215713.205000', '215713.207000', '215713.210000', '215713.212000', '215713.215000', '215713.217000', '215713.220000', '215713.223000', '215713.225000', '215713.228000', '215713.230000', '215713.233000', '215713.236000', '215713.240000', '215733.114000', '215733.117000', '215733.120000', '215733.122000', '215733.125000', '215733.128000', '215733.130000', '215733.133000', '215733.136000', '215733.138000', '215733.141000', '215733.143000', '215733.146000', '215733.149000', '215733.152000', '215733.154000', '215733.157000', '215733.159000', '215733.162000', '215733.165000', '215733.167000', '215733.170000', '215733.173000', '215733.175000', '215733.178000', '215733.180000', '215733.183000', '215733.186000', '215733.189000', '215733.191000', '215733.194000', '215733.196000', '215733.199000', '215733.202000', '215733.204000', '215733.207000', '215733.210000', '215733.212000', '215733.215000', '215733.218000', '215733.220000', '215733.223000', '215733.225000', '215753.113000', '215753.117000', '215753.119000', '215753.122000', '215753.125000', '215753.127000', '215753.130000', '215753.133000', '215753.135000', '215753.138000', '215753.140000', '215753.143000', '215753.146000', '215753.155000', '215753.157000', '215753.160000', '215753.163000', '215753.165000', '215753.168000', '215753.170000', '215753.173000', '215753.176000', '215753.178000', '215753.181000', '215753.184000', '215753.186000', '215753.189000', '215753.192000', '215753.194000', '215753.197000', '215753.199000', '215753.202000', '215753.205000', '215753.207000', '215753.210000', '215753.213000', '215753.215000', '215753.218000', '215753.220000', '215753.223000', '215753.226000', '215753.228000', '215753.231000', '215753.233000', '215813.115000', '215813.117000', '215813.120000', '215813.123000', '215813.125000', '215813.128000', '215813.131000', '215813.133000', '215813.136000', '215813.139000', '215813.141000', '215813.144000', '215813.146000', '215813.149000', '215813.152000', '215813.154000', '215813.157000', '215813.159000', '215813.162000', '215813.165000', '215813.167000', '215813.170000', '215813.172000', '215813.175000', '215813.184000', '215813.186000', '215813.189000', '215813.192000', '215813.194000', '215813.197000', '215813.200000', '215813.202000', '215813.205000', '215813.208000', '215813.210000', '215813.213000', '215813.216000', '215813.219000', '215813.221000', '215813.224000', '215813.227000', '215813.229000', '215813.233000', '215833.114000', '215833.117000', '215833.120000', '215833.122000', '215833.125000', '215833.128000', '215833.130000', '215833.133000', '215833.136000', '215833.138000', '215833.141000', '215833.144000', '215833.146000', '215833.149000', '215833.151000', '215833.154000', '215833.157000', '215833.159000', '215833.162000', '215833.165000', '215833.167000', '215833.170000', '215833.172000', '215833.175000', '215833.178000', '215833.180000', '215833.183000', '215833.186000', '215833.188000', '215833.191000', '215833.194000', '215833.196000', '215833.199000', '215833.202000', '215833.204000', '215833.207000', '215833.210000', '215833.212000', '215833.216000', '215833.219000', '215833.222000', '215833.224000', '215833.227000', '215833.229000', '215853.114000', '215853.117000', '215853.120000', '215853.161000', '215853.163000', '215853.166000', '215853.169000', '215853.171000', '215853.174000', '215853.176000', '215853.179000', '215853.182000', '215853.184000', '215853.187000', '215853.190000', '215853.192000', '215853.195000', '215853.198000', '215853.200000', '215853.203000', '215853.205000', '215853.208000', '215853.211000', '215853.214000', '215853.217000', '215853.219000', '215853.222000', '215853.224000', '215853.227000', '215853.230000', '215853.232000', '215853.235000', '215853.238000', '215853.240000', '215853.243000', '215853.246000', '215853.248000', '215853.251000', '215853.253000', '215853.256000', '215853.259000', '215853.261000', '215853.264000', '215913.114000', '215913.117000', '215913.120000', '215913.123000', '215913.126000', '215913.129000', '215913.131000', '215913.134000', '215913.136000', '215913.139000', '215913.142000', '215913.144000', '215913.147000', '215913.149000', '215913.152000', '215913.155000', '215913.157000', '215913.160000', '215913.163000', '215913.165000', '215913.168000', '215913.170000', '215913.173000', '215913.176000', '215913.178000', '215913.181000', '215913.184000', '215913.187000', '215913.189000', '215913.192000', '215913.195000', '215913.197000', '215913.200000', '215913.205000', '215913.207000', '215913.210000', '215913.213000', '215913.215000', '215913.218000', '215913.220000', '215913.223000', '215913.226000', '215913.228000', '215913.231000', '215933.114000', '215933.118000', '215933.120000', '215933.123000', '215933.125000', '215933.128000', '215933.131000', '215933.133000', '215933.136000', '215933.139000', '215933.141000', '215933.144000', '215933.146000', '215933.149000', '215933.152000', '215933.154000', '215933.157000', '215933.160000', '215933.162000', '215933.165000', '215933.168000', '215933.170000', '215933.173000', '215933.175000', '215933.178000', '215933.181000', '215933.183000', '215933.186000', '215933.189000', '215933.192000', '215933.194000', '215933.197000', '215933.200000', '215933.202000', '215933.205000', '215933.208000', '215933.210000', '215933.213000', '215933.216000', '215933.219000', '215933.221000', '215933.224000', '215933.227000', '215953.115000', '215953.122000', '215953.125000', '215953.127000', '215953.130000', '215953.133000', '215953.135000', '215953.138000', '215953.141000', '215953.143000', '215953.146000', '215953.149000', '215953.151000', '215953.154000', '215953.156000', '215953.159000', '215953.162000', '215953.164000', '215953.167000', '215953.170000', '215953.172000', '215953.175000', '215953.177000', '215953.180000', '215953.183000', '215953.185000', '215953.188000', '215953.191000', '215953.193000', '215953.196000', '215953.199000', '215953.201000', '215953.204000', '215953.206000', '215953.209000', '215953.212000', '215953.214000', '215953.217000', '215953.219000', '215953.222000', '215953.224000', '215953.227000', '215953.230000', '215953.232000', '220013.114000', '220013.116000', '220013.119000', '220013.122000', '220013.124000', '220013.127000', '220013.130000', '220013.132000', '220013.135000', '220013.138000', '220013.140000', '220013.143000', '220013.145000', '220013.148000', '220013.151000', '220013.153000', '220013.156000', '220013.159000', '220013.161000', '220013.164000', '220013.167000', '220013.169000', '220013.172000', '220013.175000', '220013.177000', '220013.180000', '220013.183000', '220013.185000', '220013.188000', '220013.191000', '220013.193000', '220013.196000', '220013.198000', '220013.201000', '220013.204000', '220013.206000', '220013.209000', '220013.211000', '220013.214000', '220013.217000', '220013.219000', '220013.222000', '220013.241000', '220033.115000', '220033.118000', '220033.120000', '220033.123000', '220033.125000', '220033.135000', '220033.138000', '220033.140000', '220033.143000', '220033.146000', '220033.148000', '220033.151000', '220033.153000', '220033.156000', '220033.159000', '220033.161000', '220033.164000', '220033.167000', '220033.169000', '220033.172000', '220033.175000', '220033.177000', '220033.180000', '220033.182000', '220033.185000', '220033.188000', '220033.190000', '220033.193000', '220033.196000', '220033.198000', '220033.201000', '220033.204000', '220033.206000', '220033.209000', '220033.211000', '220033.214000', '220033.216000', '220033.219000', '220033.222000', '220033.224000', '220033.227000', '220033.229000', '220033.232000', '220033.235000', '220053.115000', '220053.117000', '220053.120000', '220053.123000', '220053.126000', '220053.128000', '220053.131000', '220053.133000', '220053.136000', '220053.139000', '220053.141000', '220053.144000', '220053.146000', '220053.149000', '220053.152000', '220053.154000', '220053.157000', '220053.160000', '220053.162000', '220053.165000', '220053.168000', '220053.170000', '220053.173000', '220053.175000', '220053.178000', '220053.181000', '220053.183000', '220053.186000', '220053.189000', '220053.191000', '220053.194000', '220053.197000', '220053.199000', '220053.202000', '220053.205000', '220053.207000', '220053.210000', '220053.212000', '220053.215000', '220053.218000', '220053.220000', '220053.223000', '220053.225000', '220113.114000', '220113.117000', '220113.120000', '220113.122000', '220113.125000', '220113.128000', '220113.130000', '220113.133000', '220113.135000', '220113.138000', '220113.141000', '220113.143000', '220113.146000', '220113.149000', '220113.151000', '220113.154000', '220113.157000', '220113.159000', '220113.162000', '220113.164000', '220113.167000', '220113.170000', '220113.172000', '220113.175000', '220113.178000', '220113.180000', '220113.183000', '220113.186000', '220113.188000', '220113.191000', '220113.193000', '220113.196000', '220113.199000', '220113.201000', '220113.204000', '220113.207000', '220113.209000', '220113.212000', '220113.214000', '220113.217000', '220113.220000', '220113.222000', '220113.225000', '220113.228000', '220133.115000', '220133.117000', '220133.121000', '220133.123000', '220133.126000', '220133.128000', '220133.131000', '220133.134000', '220133.136000', '220133.139000', '220133.142000', '220133.144000', '220133.147000', '220133.149000', '220133.152000', '220133.155000', '220133.157000', '220133.160000', '220133.163000', '220133.165000', '220133.168000', '220133.171000', '220133.173000', '220133.176000', '220133.179000', '220133.181000', '220133.184000', '220133.187000', '220133.189000', '220133.192000', '220133.195000', '220133.197000', '220133.200000', '220133.202000', '220133.205000', '220133.208000', '220133.210000', '220133.213000', '220133.216000', '220133.218000', '220133.221000', '220133.223000', '220133.226000', '220153.114000', '220153.117000', '220153.120000', '220153.123000', '220153.125000', '220153.128000', '220153.131000', '220153.133000', '220153.136000', '220153.139000', '220153.156000', '220153.159000', '220153.161000', '220153.164000', '220153.167000', '220153.170000', '220153.172000', '220153.175000', '220153.177000', '220153.180000', '220153.183000', '220153.185000', '220153.188000', '220153.191000', '220153.194000', '220153.196000', '220153.199000', '220153.202000', '220153.204000', '220153.207000', '220153.210000', '220153.212000', '220153.215000', '220153.217000', '220153.220000', '220153.223000', '220153.225000', '220153.228000', '220153.230000', '220153.233000', '220153.236000', '220153.238000', '220153.241000', '220153.244000', '220213.115000', '220213.118000', '220213.121000', '220213.123000', '220213.128000', '220213.131000', '220213.133000', '220213.136000', '220213.138000', '220213.141000', '220213.144000', '220213.147000', '220213.149000', '220213.152000', '220213.155000', '220213.157000', '220213.160000', '220213.162000', '220213.165000', '220213.167000', '220213.170000', '220213.173000', '220213.175000', '220213.178000', '220213.181000', '220213.183000', '220213.186000', '220213.189000', '220213.191000', '220213.194000', '220213.197000', '220213.199000', '220213.202000', '220213.204000', '220213.207000', '220213.210000', '220213.212000', '220213.215000', '220213.218000', '220213.220000', '220213.223000', '220213.226000', '220213.228000', '220233.114000', '220233.116000', '220233.119000', '220233.122000', '220233.125000', '220233.127000', '220233.130000', '220233.132000', '220233.135000', '220233.138000', '220233.141000', '220233.143000', '220233.146000', '220233.148000', '220233.151000', '220233.154000', '220233.156000', '220233.159000', '220233.162000', '220233.164000', '220233.167000', '220233.169000', '220233.172000', '220233.175000', '220233.177000', '220233.180000', '220233.183000', '220233.185000', '220233.188000', '220233.190000', '220233.193000', '220233.196000', '220233.198000', '220233.201000', '220233.204000', '220233.206000', '220233.209000', '220233.211000', '220233.214000', '220233.217000', '220233.219000', '220233.222000', '220233.225000', '220233.227000', '220253.114000', '220253.117000', '220253.120000', '220253.123000', '220253.126000', '220253.128000', '220253.131000', '220253.133000', '220253.136000', '220253.139000', '220253.141000', '220253.144000', '220253.147000', '220253.149000', '220253.152000', '220253.155000', '220253.157000', '220253.160000', '220253.163000', '220253.165000', '220253.168000', '220253.171000', '220253.173000', '220253.176000', '220253.179000', '220253.181000', '220253.184000', '220253.186000', '220253.189000', '220253.192000', '220253.194000', '220253.197000', '220253.200000', '220253.202000', '220253.205000', '220253.208000', '220253.210000', '220253.213000', '220253.216000', '220253.218000', '220253.221000', '220253.223000', '220253.226000', '220257.014000', '220257.017000', '220257.019000', '220257.022000', '220257.025000', '220257.028000', '220257.030000', '220257.033000', '220257.036000'], 'InstanceCreationTime': ['215653.149000', '215653.153000', '215653.156000', '215653.159000', '215653.162000', '215653.164000', '215653.167000', '215653.169000', '215653.172000', '215653.175000', '215653.177000', '215653.180000', '215653.183000', '215653.185000', '215653.188000', '215653.191000', '215653.195000', '215653.197000', '215653.200000', '215653.202000', '215653.205000', '215653.208000', '215653.210000', '215653.213000', '215653.216000', '215653.218000', '215653.221000', '215653.224000', '215653.226000', '215653.233000', '215653.236000', '215653.238000', '215653.241000', '215653.244000', '215653.246000', '215653.249000', '215653.252000', '215653.254000', '215653.257000', '215653.259000', '215653.262000', '215653.265000', '215653.267000', '215653.270000', '215653.273000', '215653.275000', '215653.278000', '215713.115000', '215713.117000', '215713.120000', '215713.123000', '215713.125000', '215713.128000', '215713.131000', '215713.133000', '215713.146000', '215713.148000', '215713.151000', '215713.153000', '215713.156000', '215713.160000', '215713.162000', '215713.165000', '215713.168000', '215713.170000', '215713.173000', '215713.175000', '215713.178000', '215713.181000', '215713.184000', '215713.186000', '215713.189000', '215713.192000', '215713.194000', '215713.197000', '215713.199000', '215713.202000', '215713.205000', '215713.207000', '215713.210000', '215713.212000', '215713.215000', '215713.217000', '215713.220000', '215713.223000', '215713.225000', '215713.228000', '215713.230000', '215713.233000', '215713.236000', '215713.240000', '215733.114000', '215733.117000', '215733.120000', '215733.122000', '215733.125000', '215733.128000', '215733.130000', '215733.133000', '215733.136000', '215733.138000', '215733.141000', '215733.143000', '215733.146000', '215733.149000', '215733.152000', '215733.154000', '215733.157000', '215733.159000', '215733.162000', '215733.165000', '215733.167000', '215733.170000', '215733.173000', '215733.175000', '215733.178000', '215733.180000', '215733.183000', '215733.186000', '215733.189000', '215733.191000', '215733.194000', '215733.196000', '215733.199000', '215733.202000', '215733.204000', '215733.207000', '215733.210000', '215733.212000', '215733.215000', '215733.218000', '215733.220000', '215733.223000', '215733.225000', '215753.113000', '215753.117000', '215753.119000', '215753.122000', '215753.125000', '215753.127000', '215753.130000', '215753.133000', '215753.135000', '215753.138000', '215753.140000', '215753.143000', '215753.146000', '215753.155000', '215753.157000', '215753.160000', '215753.163000', '215753.165000', '215753.168000', '215753.170000', '215753.173000', '215753.176000', '215753.178000', '215753.181000', '215753.184000', '215753.186000', '215753.189000', '215753.192000', '215753.194000', '215753.197000', '215753.199000', '215753.202000', '215753.205000', '215753.207000', '215753.210000', '215753.213000', '215753.215000', '215753.218000', '215753.220000', '215753.223000', '215753.226000', '215753.228000', '215753.231000', '215753.233000', '215813.115000', '215813.117000', '215813.120000', '215813.123000', '215813.125000', '215813.128000', '215813.131000', '215813.133000', '215813.136000', '215813.139000', '215813.141000', '215813.144000', '215813.146000', '215813.149000', '215813.152000', '215813.154000', '215813.157000', '215813.159000', '215813.162000', '215813.165000', '215813.167000', '215813.170000', '215813.172000', '215813.175000', '215813.184000', '215813.186000', '215813.189000', '215813.192000', '215813.194000', '215813.197000', '215813.200000', '215813.202000', '215813.205000', '215813.208000', '215813.210000', '215813.213000', '215813.216000', '215813.219000', '215813.221000', '215813.224000', '215813.227000', '215813.229000', '215813.233000', '215833.114000', '215833.117000', '215833.120000', '215833.122000', '215833.125000', '215833.128000', '215833.130000', '215833.133000', '215833.136000', '215833.138000', '215833.141000', '215833.144000', '215833.146000', '215833.149000', '215833.151000', '215833.154000', '215833.157000', '215833.159000', '215833.162000', '215833.165000', '215833.167000', '215833.170000', '215833.172000', '215833.175000', '215833.178000', '215833.180000', '215833.183000', '215833.186000', '215833.188000', '215833.191000', '215833.194000', '215833.196000', '215833.199000', '215833.202000', '215833.204000', '215833.207000', '215833.210000', '215833.212000', '215833.216000', '215833.219000', '215833.222000', '215833.224000', '215833.227000', '215833.229000', '215853.114000', '215853.117000', '215853.120000', '215853.161000', '215853.163000', '215853.166000', '215853.169000', '215853.171000', '215853.174000', '215853.176000', '215853.179000', '215853.182000', '215853.184000', '215853.187000', '215853.190000', '215853.192000', '215853.195000', '215853.198000', '215853.200000', '215853.203000', '215853.205000', '215853.208000', '215853.211000', '215853.214000', '215853.217000', '215853.219000', '215853.222000', '215853.224000', '215853.227000', '215853.230000', '215853.232000', '215853.235000', '215853.238000', '215853.240000', '215853.243000', '215853.246000', '215853.248000', '215853.251000', '215853.253000', '215853.256000', '215853.259000', '215853.261000', '215853.264000', '215913.114000', '215913.117000', '215913.120000', '215913.123000', '215913.126000', '215913.129000', '215913.131000', '215913.134000', '215913.136000', '215913.139000', '215913.142000', '215913.144000', '215913.147000', '215913.149000', '215913.152000', '215913.155000', '215913.157000', '215913.160000', '215913.163000', '215913.165000', '215913.168000', '215913.170000', '215913.173000', '215913.176000', '215913.178000', '215913.181000', '215913.184000', '215913.187000', '215913.189000', '215913.192000', '215913.195000', '215913.197000', '215913.200000', '215913.205000', '215913.207000', '215913.210000', '215913.213000', '215913.215000', '215913.218000', '215913.220000', '215913.223000', '215913.226000', '215913.228000', '215913.231000', '215933.114000', '215933.118000', '215933.120000', '215933.123000', '215933.125000', '215933.128000', '215933.131000', '215933.133000', '215933.136000', '215933.139000', '215933.141000', '215933.144000', '215933.146000', '215933.149000', '215933.152000', '215933.154000', '215933.157000', '215933.160000', '215933.162000', '215933.165000', '215933.168000', '215933.170000', '215933.173000', '215933.175000', '215933.178000', '215933.181000', '215933.183000', '215933.186000', '215933.189000', '215933.192000', '215933.194000', '215933.197000', '215933.200000', '215933.202000', '215933.205000', '215933.208000', '215933.210000', '215933.213000', '215933.216000', '215933.219000', '215933.221000', '215933.224000', '215933.227000', '215953.115000', '215953.122000', '215953.125000', '215953.127000', '215953.130000', '215953.133000', '215953.135000', '215953.138000', '215953.141000', '215953.143000', '215953.146000', '215953.149000', '215953.151000', '215953.154000', '215953.156000', '215953.159000', '215953.162000', '215953.164000', '215953.167000', '215953.170000', '215953.172000', '215953.175000', '215953.177000', '215953.180000', '215953.183000', '215953.185000', '215953.188000', '215953.191000', '215953.193000', '215953.196000', '215953.199000', '215953.201000', '215953.204000', '215953.206000', '215953.209000', '215953.212000', '215953.214000', '215953.217000', '215953.219000', '215953.222000', '215953.224000', '215953.227000', '215953.230000', '215953.232000', '220013.114000', '220013.116000', '220013.119000', '220013.122000', '220013.124000', '220013.127000', '220013.130000', '220013.132000', '220013.135000', '220013.138000', '220013.140000', '220013.143000', '220013.145000', '220013.148000', '220013.151000', '220013.153000', '220013.156000', '220013.159000', '220013.161000', '220013.164000', '220013.167000', '220013.169000', '220013.172000', '220013.175000', '220013.177000', '220013.180000', '220013.183000', '220013.185000', '220013.188000', '220013.191000', '220013.193000', '220013.196000', '220013.198000', '220013.201000', '220013.204000', '220013.206000', '220013.209000', '220013.211000', '220013.214000', '220013.217000', '220013.219000', '220013.222000', '220013.241000', '220033.115000', '220033.118000', '220033.120000', '220033.123000', '220033.125000', '220033.135000', '220033.138000', '220033.140000', '220033.143000', '220033.146000', '220033.148000', '220033.151000', '220033.153000', '220033.156000', '220033.159000', '220033.161000', '220033.164000', '220033.167000', '220033.169000', '220033.172000', '220033.175000', '220033.177000', '220033.180000', '220033.182000', '220033.185000', '220033.188000', '220033.190000', '220033.193000', '220033.196000', '220033.198000', '220033.201000', '220033.204000', '220033.206000', '220033.209000', '220033.211000', '220033.214000', '220033.216000', '220033.219000', '220033.222000', '220033.224000', '220033.227000', '220033.229000', '220033.232000', '220033.235000', '220053.115000', '220053.117000', '220053.120000', '220053.123000', '220053.126000', '220053.128000', '220053.131000', '220053.133000', '220053.136000', '220053.139000', '220053.141000', '220053.144000', '220053.146000', '220053.149000', '220053.152000', '220053.154000', '220053.157000', '220053.160000', '220053.162000', '220053.165000', '220053.168000', '220053.170000', '220053.173000', '220053.175000', '220053.178000', '220053.181000', '220053.183000', '220053.186000', '220053.189000', '220053.191000', '220053.194000', '220053.197000', '220053.199000', '220053.202000', '220053.205000', '220053.207000', '220053.210000', '220053.212000', '220053.215000', '220053.218000', '220053.220000', '220053.223000', '220053.225000', '220113.114000', '220113.117000', '220113.120000', '220113.122000', '220113.125000', '220113.128000', '220113.130000', '220113.133000', '220113.135000', '220113.138000', '220113.141000', '220113.143000', '220113.146000', '220113.149000', '220113.151000', '220113.154000', '220113.157000', '220113.159000', '220113.162000', '220113.164000', '220113.167000', '220113.170000', '220113.172000', '220113.175000', '220113.178000', '220113.180000', '220113.183000', '220113.186000', '220113.188000', '220113.191000', '220113.193000', '220113.196000', '220113.199000', '220113.201000', '220113.204000', '220113.207000', '220113.209000', '220113.212000', '220113.214000', '220113.217000', '220113.220000', '220113.222000', '220113.225000', '220113.228000', '220133.115000', '220133.117000', '220133.121000', '220133.123000', '220133.126000', '220133.128000', '220133.131000', '220133.134000', '220133.136000', '220133.139000', '220133.142000', '220133.144000', '220133.147000', '220133.149000', '220133.152000', '220133.155000', '220133.157000', '220133.160000', '220133.163000', '220133.165000', '220133.168000', '220133.171000', '220133.173000', '220133.176000', '220133.179000', '220133.181000', '220133.184000', '220133.187000', '220133.189000', '220133.192000', '220133.195000', '220133.197000', '220133.200000', '220133.202000', '220133.205000', '220133.208000', '220133.210000', '220133.213000', '220133.216000', '220133.218000', '220133.221000', '220133.223000', '220133.226000', '220153.114000', '220153.117000', '220153.120000', '220153.123000', '220153.125000', '220153.128000', '220153.131000', '220153.133000', '220153.136000', '220153.139000', '220153.156000', '220153.159000', '220153.161000', '220153.164000', '220153.167000', '220153.170000', '220153.172000', '220153.175000', '220153.177000', '220153.180000', '220153.183000', '220153.185000', '220153.188000', '220153.191000', '220153.194000', '220153.196000', '220153.199000', '220153.202000', '220153.204000', '220153.207000', '220153.210000', '220153.212000', '220153.215000', '220153.217000', '220153.220000', '220153.223000', '220153.225000', '220153.228000', '220153.230000', '220153.233000', '220153.236000', '220153.238000', '220153.241000', '220153.244000', '220213.115000', '220213.118000', '220213.121000', '220213.123000', '220213.128000', '220213.131000', '220213.133000', '220213.136000', '220213.138000', '220213.141000', '220213.144000', '220213.147000', '220213.149000', '220213.152000', '220213.155000', '220213.157000', '220213.160000', '220213.162000', '220213.165000', '220213.167000', '220213.170000', '220213.173000', '220213.175000', '220213.178000', '220213.181000', '220213.183000', '220213.186000', '220213.189000', '220213.191000', '220213.194000', '220213.197000', '220213.199000', '220213.202000', '220213.204000', '220213.207000', '220213.210000', '220213.212000', '220213.215000', '220213.218000', '220213.220000', '220213.223000', '220213.226000', '220213.228000', '220233.114000', '220233.116000', '220233.119000', '220233.122000', '220233.125000', '220233.127000', '220233.130000', '220233.132000', '220233.135000', '220233.138000', '220233.141000', '220233.143000', '220233.146000', '220233.148000', '220233.151000', '220233.154000', '220233.156000', '220233.159000', '220233.162000', '220233.164000', '220233.167000', '220233.169000', '220233.172000', '220233.175000', '220233.177000', '220233.180000', '220233.183000', '220233.185000', '220233.188000', '220233.190000', '220233.193000', '220233.196000', '220233.198000', '220233.201000', '220233.204000', '220233.206000', '220233.209000', '220233.211000', '220233.214000', '220233.217000', '220233.219000', '220233.222000', '220233.225000', '220233.227000', '220253.114000', '220253.117000', '220253.120000', '220253.123000', '220253.126000', '220253.128000', '220253.131000', '220253.133000', '220253.136000', '220253.139000', '220253.141000', '220253.144000', '220253.147000', '220253.149000', '220253.152000', '220253.155000', '220253.157000', '220253.160000', '220253.163000', '220253.165000', '220253.168000', '220253.171000', '220253.173000', '220253.176000', '220253.179000', '220253.181000', '220253.184000', '220253.186000', '220253.189000', '220253.192000', '220253.194000', '220253.197000', '220253.200000', '220253.202000', '220253.205000', '220253.208000', '220253.210000', '220253.213000', '220253.216000', '220253.218000', '220253.221000', '220253.223000', '220253.226000', '220257.014000', '220257.017000', '220257.019000', '220257.022000', '220257.025000', '220257.028000', '220257.030000', '220257.033000', '220257.036000'], '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': [11251, 14269, 10914, 12168, 9101, 8042, 11759, 7458, 9838, 14809, 7912, 9531, 13119, 7908, 10576, 6498, 7574, 8944, 6804, 8486, 9969, 8104, 8817, 6482, 9042, 10705, 8022, 7634, 10408, 7699, 8434, 9285, 7385, 9595, 12464, 8313, 10084, 12560, 8561, 10452, 6713, 8498, 10074, 7769, 9689, 12468, 8594, 10593, 7143, 7636, 10887, 14494, 9173, 10215, 13093, 8548, 10059, 6492, 7274, 8777, 7256, 8500, 6972, 7732, 11082, 7621, 9804, 13491, 9891, 8083, 9982, 7359, 7630, 6560, 6806, 9455, 12892, 7874, 9678, 6844, 8149, 10010, 7370, 9225, 11893, 8020, 9744, 13531, 7665, 10602, 6718, 8382, 10576, 7608, 9419, 14489, 8156, 10335, 6912, 9027, 12223, 7744, 10146, 12643, 8494, 9544, 6384, 8271, 10765, 7239, 8574, 10040, 7494, 9550, 7165, 9370, 12430, 8661, 8444, 12571, 7817, 9866, 6342, 6974, 9183, 6531, 7043, 10275, 7204, 9359, 6484, 7392, 11120, 12073, 8180, 11415, 8394, 8408, 6258, 6962, 9785, 13643, 7545, 10401, 7011, 8252, 11131, 7012, 9762, 12721, 8090, 10598, 6665, 7782, 6309, 6803, 9420, 8662, 9143, 12086, 9428, 10532, 6739, 8929, 12140, 7989, 9895, 12697, 9993, 11429, 6901, 8752, 12290, 7261, 9273, 13525, 7986, 8755, 10389, 7322, 9404, 7467, 7785, 9447, 6867, 7647, 10198, 7193, 8590, 10568, 7509, 9233, 7246, 8509, 11039, 8032, 9807, 7795, 8261, 10657, 9102, 9392, 10423, 8494, 13690, 8238, 9959, 8148, 9073, 12982, 8680, 9171, 12496, 7440, 9581, 9880, 7270, 9813, 12753, 7903, 9742, 7273, 7884, 9934, 7241, 8933, 11188, 7968, 8900, 12305, 8102, 9457, 7335, 8334, 10518, 8300, 9235, 13635, 8370, 11511, 13254, 8469, 11001, 7062, 8862, 11173, 7487, 8711, 11223, 8317, 9942, 6833, 9055, 10925, 7570, 7842, 10181, 7360, 8528, 6753, 7452, 9881, 7324, 8097, 10277, 7115, 7829, 10362, 7376, 9626, 7294, 7766, 9758, 13860, 8280, 11264, 14613, 8425, 11828, 6874, 9015, 11243, 7486, 7805, 9732, 7235, 8635, 6262, 7795, 6492, 8859, 9983, 7579, 7428, 9817, 7463, 7836, 10588, 7691, 7538, 9837, 13785, 9494, 9578, 14000, 8218, 11645, 6484, 8863, 11703, 7069, 8864, 6695, 7827, 6442, 7804, 10138, 8849, 9558, 12211, 9928, 10521, 6956, 9039, 7016, 9292, 12637, 9390, 9083, 6791, 7240, 10157, 7658, 9788, 13081, 8665, 10831, 6587, 8372, 6425, 8566, 11028, 8648, 8011, 11416, 7680, 9921, 6986, 9189, 12453, 7500, 9317, 11646, 9261, 10024, 6319, 7159, 9631, 7182, 7516, 10674, 7699, 9490, 6397, 7175, 6711, 6670, 7701, 10063, 12353, 7666, 8374, 10899, 8139, 8228, 9496, 7910, 8161, 8527, 11487, 9476, 13493, 14487, 12529, 13048, 8275, 6792, 9681, 7633, 6868, 9714, 6864, 7741, 6247, 6403, 9328, 6877, 8776, 6761, 8009, 10875, 8875, 9833, 7222, 9380, 8451, 9326, 13247, 8750, 11210, 14393, 9677, 11649, 6963, 8924, 13145, 7917, 9804, 13736, 8807, 10711, 6586, 8669, 6364, 8434, 10968, 7502, 7700, 10295, 6816, 9198, 6879, 7388, 9308, 6971, 7701, 9964, 6979, 8749, 6971, 9377, 11986, 8674, 9531, 6535, 6851, 9572, 7209, 8905, 11889, 7845, 9577, 6569, 7074, 10352, 8808, 7558, 11227, 7809, 8118, 8790, 6851, 9590, 13161, 7817, 9673, 7018, 7551, 9428, 6858, 9145, 11690, 7421, 9382, 12295, 8109, 10325, 6629, 6873, 9597, 11270, 7926, 10202, 7369, 8996, 6555, 8082, 10909, 7621, 7636, 10472, 6596, 8970, 11515, 7331, 8599, 12718, 7747, 9052, 6707, 6816, 9213, 6594, 7522, 10306, 6798, 7557, 6354, 6546, 10341, 13657, 7757, 10349, 13307, 9974, 11474, 6969, 7150, 9277, 7166, 7219, 10680, 7009, 7844, 6355, 6646, 9883, 7226, 8534, 13079, 8252, 7926, 10704, 6933, 9139, 12472, 7422, 9115, 12028, 8436, 9790, 6301, 7405, 9564, 7365, 8432, 10465, 7901, 8412, 6489, 8660, 6547, 9065, 11898, 7968, 8382, 11476, 6981, 9379, 12164, 7569, 8351, 12928, 8222, 8216, 10295, 6786, 8958, 13531, 7469, 9424, 12441, 7645, 10062, 6637, 8854, 11605, 7186, 7643, 10385, 7553, 9468, 6630, 7220, 10517, 9414, 7445, 10986, 7033, 8954, 6369, 7621, 10938, 7501, 7260, 10794, 7252, 9009, 6788, 7084, 9667, 13294, 8061, 9764, 12522, 9702, 9410, 11702, 6714, 8675, 11140, 7288, 8824, 11294, 7804, 9531, 6440, 8709, 10393, 8251, 9354, 12340, 8097, 10018, 7102, 8774, 6693, 8907, 12224, 7321, 9555, 6667, 7132, 9341, 7010, 9508, 12433, 8348, 9859, 13313, 7773, 10001, 6676, 7061, 9388, 10176, 8019, 9953, 7613, 9417, 6593, 9359, 7721, 9387, 12460, 8826, 9787, 7199, 7813, 6658, 8381, 11272, 15815, 9493, 11374, 10448, 7848, 6446, 7437, 6310, 7279, 7335, 6188, 10782, 11917, 8656, 10932, 13416, 10776, 12102, 13865, 10818, 9084, 9624, 7911, 9769, 7485, 7727, 9655, 7515, 7891, 10345, 8484, 8635, 7590, 6198, 7552, 6515, 9536, 7752, 9635, 8411, 12324, 13503, 10101, 9725, 13551, 7804, 9440, 13033, 6927, 8313, 9834, 7663, 8509, 11168, 7851, 9203, 6473, 8978, 9960, 7435, 9338, 10626, 8147, 9101, 7021, 9392, 6917, 9929, 11585, 9650, 7966, 11245, 8488, 9408, 6559, 7864, 10261, 8926, 10368, 13856, 9209, 11109, 11167, 8279, 10018, 6372, 8617, 9711, 7519, 7762, 9843, 7908, 8572, 9854, 7730, 9237, 6438, 9430, 6431, 9534, 11204, 7563, 8357, 8426, 7880, 10663, 7675, 10292, 12205, 8136, 9214, 12705, 7545, 10084, 11702, 8040, 10003, 12596, 8291, 10016, 7443, 9721, 6882, 9595, 11889, 8231, 9890, 12264, 8422, 11324, 7327, 9931, 7774, 10001, 11360, 8391, 12196, 8280, 10522, 7706, 9990, 7592, 9728, 13228, 10641, 11793, 7755, 7424, 10682, 7630, 7832, 10731, 7660, 8868, 6265, 9827, 6735, 10407, 11957, 8119, 9692, 7056, 8423, 6308, 10272, 6958, 10470, 8525, 10981, 8662, 13034, 10500, 13257, 10461, 10223, 7273, 7047], 'WindowCenter': [4318.0, 4311.0, 4276.0, 4273.0, 4229.0, 4217.0, 4245.0, 4205.0, 4236.0, 4264.0, 4216.0, 4236.0, 4254.0, 4204.0, 4232.0, 4182.0, 4203.0, 4211.0, 4196.0, 4238.0, 4237.0, 4228.0, 4236.0, 4199.0, 4239.0, 4246.0, 4227.0, 4230.0, 4250.0, 4217.0, 4228.0, 4235.0, 4207.0, 4236.0, 4255.0, 4227.0, 4247.0, 4253.0, 4224.0, 4234.0, 4193.0, 4225.0, 4233.0, 4217.0, 4250.0, 4255.0, 4228.0, 4246.0, 4195.0, 4215.0, 4247.0, 4253.0, 4222.0, 4234.0, 4253.0, 4213.0, 4222.0, 4181.0, 4204.0, 4212.0, 4216.0, 4239.0, 4207.0, 4228.0, 4256.0, 4217.0, 4247.0, 4270.0, 4235.0, 4218.0, 4246.0, 4204.0, 4216.0, 4192.0, 4205.0, 4238.0, 4266.0, 4227.0, 4249.0, 4207.0, 4227.0, 4244.0, 4216.0, 4239.0, 4258.0, 4228.0, 4238.0, 4266.0, 4215.0, 4233.0, 4193.0, 4215.0, 4234.0, 4218.0, 4238.0, 4264.0, 4215.0, 4233.0, 4204.0, 4226.0, 4244.0, 4205.0, 4247.0, 4253.0, 4213.0, 4221.0, 4184.0, 4225.0, 4243.0, 4217.0, 4226.0, 4233.0, 4205.0, 4232.0, 4205.0, 4236.0, 4256.0, 4227.0, 4215.0, 4244.0, 4204.0, 4223.0, 4182.0, 4193.0, 4223.0, 4182.0, 4194.0, 4234.0, 4203.0, 4223.0, 4183.0, 4204.0, 4245.0, 4255.0, 4214.0, 4257.0, 4215.0, 4214.0, 4180.0, 4204.0, 4236.0, 4253.0, 4214.0, 4246.0, 4204.0, 4214.0, 4242.0, 4204.0, 4236.0, 4251.0, 4202.0, 4245.0, 4194.0, 4205.0, 4194.0, 4195.0, 4221.0, 4225.0, 4237.0, 4258.0, 4225.0, 4233.0, 4194.0, 4225.0, 4241.0, 4214.0, 4236.0, 4243.0, 4235.0, 4232.0, 4191.0, 4213.0, 4241.0, 4190.0, 4223.0, 4254.0, 4203.0, 4212.0, 4220.0, 4189.0, 4211.0, 4176.0, 4189.0, 4221.0, 4181.0, 4203.0, 4232.0, 4179.0, 4212.0, 4218.0, 4190.0, 4220.0, 4190.0, 4225.0, 4245.0, 4214.0, 4224.0, 4201.0, 4212.0, 4230.0, 4224.0, 4237.0, 4235.0, 4214.0, 4255.0, 4214.0, 4223.0, 4214.0, 4225.0, 4254.0, 4213.0, 4224.0, 4242.0, 4191.0, 4221.0, 4207.0, 4191.0, 4221.0, 4240.0, 4203.0, 4234.0, 4189.0, 4203.0, 4220.0, 4201.0, 4222.0, 4231.0, 4203.0, 4225.0, 4253.0, 4214.0, 4235.0, 4205.0, 4213.0, 4230.0, 4213.0, 4224.0, 4265.0, 4225.0, 4246.0, 4252.0, 4213.0, 4233.0, 4190.0, 4213.0, 4232.0, 4203.0, 4225.0, 4243.0, 4214.0, 4234.0, 4193.0, 4225.0, 4234.0, 4203.0, 4215.0, 4234.0, 4203.0, 4214.0, 4181.0, 4204.0, 4234.0, 4203.0, 4204.0, 4235.0, 4205.0, 4204.0, 4234.0, 4205.0, 4225.0, 4191.0, 4203.0, 4236.0, 4251.0, 4215.0, 4247.0, 4253.0, 4215.0, 4243.0, 4182.0, 4223.0, 4231.0, 4190.0, 4205.0, 4224.0, 4192.0, 4212.0, 4181.0, 4215.0, 4196.0, 4238.0, 4250.0, 4230.0, 4220.0, 4249.0, 4207.0, 4218.0, 4248.0, 4205.0, 4205.0, 4237.0, 4255.0, 4236.0, 4236.0, 4266.0, 4216.0, 4256.0, 4197.0, 4239.0, 4269.0, 4206.0, 4225.0, 4193.0, 4217.0, 4195.0, 4217.0, 4245.0, 4237.0, 4250.0, 4258.0, 4238.0, 4235.0, 4208.0, 4225.0, 4206.0, 4239.0, 4270.0, 4225.0, 4226.0, 4182.0, 4203.0, 4232.0, 4203.0, 4236.0, 4254.0, 4214.0, 4233.0, 4182.0, 4212.0, 4183.0, 4224.0, 4246.0, 4215.0, 4203.0, 4243.0, 4204.0, 4222.0, 4193.0, 4224.0, 4242.0, 4204.0, 4225.0, 4231.0, 4223.0, 4220.0, 4170.0, 4192.0, 4221.0, 4180.0, 4192.0, 4233.0, 4204.0, 4224.0, 4181.0, 4190.0, 4207.0, 4204.0, 4217.0, 4250.0, 4255.0, 4203.0, 4215.0, 4245.0, 4203.0, 4215.0, 4235.0, 4216.0, 4226.0, 4226.0, 4244.0, 4237.0, 4259.0, 4254.0, 4231.0, 4229.0, 4186.0, 4167.0, 4196.0, 4174.0, 4166.0, 4208.0, 4168.0, 4188.0, 4166.0, 4168.0, 4207.0, 4181.0, 4212.0, 4192.0, 4216.0, 4243.0, 4224.0, 4233.0, 4206.0, 4223.0, 4216.0, 4237.0, 4257.0, 4215.0, 4247.0, 4252.0, 4223.0, 4229.0, 4191.0, 4211.0, 4241.0, 4190.0, 4222.0, 4252.0, 4214.0, 4219.0, 4181.0, 4211.0, 4182.0, 4214.0, 4234.0, 4194.0, 4203.0, 4222.0, 4181.0, 4222.0, 4179.0, 4191.0, 4224.0, 4193.0, 4204.0, 4222.0, 4193.0, 4211.0, 4205.0, 4237.0, 4256.0, 4226.0, 4237.0, 4183.0, 4196.0, 4223.0, 4205.0, 4237.0, 4255.0, 4215.0, 4224.0, 4193.0, 4204.0, 4234.0, 4224.0, 4204.0, 4245.0, 4202.0, 4202.0, 4209.0, 4183.0, 4223.0, 4251.0, 4202.0, 4235.0, 4194.0, 4202.0, 4222.0, 4193.0, 4225.0, 4243.0, 4204.0, 4226.0, 4245.0, 4204.0, 4222.0, 4181.0, 4182.0, 4222.0, 4243.0, 4203.0, 4232.0, 4193.0, 4212.0, 4181.0, 4215.0, 4246.0, 4202.0, 4206.0, 4232.0, 4193.0, 4214.0, 4233.0, 4192.0, 4212.0, 4241.0, 4204.0, 4211.0, 4182.0, 4192.0, 4222.0, 4181.0, 4205.0, 4235.0, 4193.0, 4215.0, 4184.0, 4196.0, 4248.0, 4253.0, 4204.0, 4236.0, 4253.0, 4235.0, 4243.0, 4191.0, 4193.0, 4222.0, 4190.0, 4192.0, 4234.0, 4191.0, 4200.0, 4181.0, 4194.0, 4233.0, 4203.0, 4225.0, 4256.0, 4213.0, 4203.0, 4230.0, 4191.0, 4223.0, 4241.0, 4192.0, 4223.0, 4242.0, 4201.0, 4219.0, 4169.0, 4192.0, 4221.0, 4190.0, 4213.0, 4231.0, 4202.0, 4212.0, 4183.0, 4214.0, 4195.0, 4237.0, 4257.0, 4217.0, 4216.0, 4244.0, 4194.0, 4225.0, 4244.0, 4203.0, 4214.0, 4255.0, 4212.0, 4213.0, 4220.0, 4181.0, 4222.0, 4251.0, 4202.0, 4234.0, 4241.0, 4202.0, 4220.0, 4194.0, 4224.0, 4244.0, 4193.0, 4204.0, 4234.0, 4203.0, 4222.0, 4193.0, 4204.0, 4234.0, 4224.0, 4205.0, 4233.0, 4193.0, 4223.0, 4182.0, 4214.0, 4245.0, 4205.0, 4205.0, 4244.0, 4204.0, 4223.0, 4192.0, 4204.0, 4236.0, 4255.0, 4216.0, 4235.0, 4243.0, 4224.0, 4223.0, 4230.0, 4180.0, 4211.0, 4229.0, 4192.0, 4226.0, 4242.0, 4204.0, 4221.0, 4182.0, 4213.0, 4232.0, 4213.0, 4236.0, 4255.0, 4214.0, 4246.0, 4206.0, 4225.0, 4219.0, 4240.0, 4270.0, 4221.0, 4237.0, 4196.0, 4206.0, 4224.0, 4207.0, 4248.0, 4256.0, 4217.0, 4236.0, 4266.0, 4218.0, 4234.0, 4193.0, 4204.0, 4239.0, 4232.0, 4213.0, 4234.0, 4214.0, 4236.0, 4207.0, 4236.0, 4227.0, 4249.0, 4269.0, 4227.0, 4236.0, 4195.0, 4203.0, 4195.0, 4215.0, 4246.0, 4251.0, 4222.0, 4245.0, 4245.0, 4216.0, 4181.0, 4190.0, 4180.0, 4201.0, 4216.0, 4197.0, 4272.0, 4268.0, 4239.0, 4260.0, 4267.0, 4249.0, 4246.0, 4255.0, 4235.0, 4201.0, 4198.0, 4189.0, 4207.0, 4164.0, 4176.0, 4197.0, 4178.0, 4188.0, 4207.0, 4211.0, 4198.0, 4188.0, 4157.0, 4189.0, 4180.0, 4221.0, 4216.0, 4235.0, 4229.0, 4261.0, 4258.0, 4236.0, 4224.0, 4240.0, 4190.0, 4208.0, 4227.0, 4165.0, 4187.0, 4206.0, 4189.0, 4214.0, 4230.0, 4189.0, 4207.0, 4167.0, 4209.0, 4207.0, 4190.0, 4224.0, 4232.0, 4212.0, 4221.0, 4204.0, 4223.0, 4204.0, 4248.0, 4248.0, 4223.0, 4205.0, 4234.0, 4213.0, 4223.0, 4181.0, 4203.0, 4233.0, 4223.0, 4235.0, 4254.0, 4224.0, 4244.0, 4231.0, 4200.0, 4208.0, 4168.0, 4211.0, 4210.0, 4190.0, 4202.0, 4221.0, 4201.0, 4211.0, 4223.0, 4202.0, 4221.0, 4195.0, 4222.0, 4196.0, 4249.0, 4258.0, 4218.0, 4228.0, 4227.0, 4218.0, 4245.0, 4219.0, 4248.0, 4258.0, 4217.0, 4237.0, 4256.0, 4206.0, 4235.0, 4243.0, 4203.0, 4235.0, 4253.0, 4213.0, 4233.0, 4204.0, 4222.0, 4192.0, 4235.0, 4245.0, 4225.0, 4236.0, 4254.0, 4213.0, 4232.0, 4201.0, 4221.0, 4203.0, 4235.0, 4245.0, 4216.0, 4243.0, 4214.0, 4233.0, 4203.0, 4233.0, 4204.0, 4238.0, 4254.0, 4234.0, 4242.0, 4201.0, 4191.0, 4221.0, 4190.0, 4190.0, 4219.0, 4189.0, 4198.0, 4183.0, 4234.0, 4192.0, 4257.0, 4244.0, 4228.0, 4236.0, 4205.0, 4228.0, 4195.0, 4257.0, 4206.0, 4246.0, 4227.0, 4245.0, 4228.0, 4268.0, 4260.0, 4269.0, 4237.0, 4233.0, 4191.0, 4191.0], 'WindowWidth': [9540.0, 9515.0, 9455.0, 9444.0, 9375.0, 9356.0, 9391.0, 9336.0, 9381.0, 9416.0, 9352.0, 9378.0, 9398.0, 9334.0, 9365.0, 9301.0, 9330.0, 9339.0, 9327.0, 9387.0, 9383.0, 9376.0, 9381.0, 9338.0, 9391.0, 9398.0, 9372.0, 9380.0, 9405.0, 9358.0, 9373.0, 9378.0, 9344.0, 9382.0, 9407.0, 9371.0, 9398.0, 9400.0, 9362.0, 9374.0, 9320.0, 9365.0, 9374.0, 9358.0, 9406.0, 9406.0, 9374.0, 9395.0, 9323.0, 9351.0, 9396.0, 9401.0, 9355.0, 9374.0, 9400.0, 9343.0, 9355.0, 9300.0, 9335.0, 9343.0, 9356.0, 9392.0, 9346.0, 9376.0, 9412.0, 9359.0, 9401.0, 9435.0, 9377.0, 9358.0, 9395.0, 9335.0, 9354.0, 9319.0, 9340.0, 9387.0, 9424.0, 9375.0, 9403.0, 9346.0, 9372.0, 9392.0, 9358.0, 9391.0, 9416.0, 9376.0, 9387.0, 9421.0, 9352.0, 9373.0, 9319.0, 9350.0, 9375.0, 9360.0, 9388.0, 9419.0, 9352.0, 9372.0, 9336.0, 9369.0, 9391.0, 9338.0, 9397.0, 9400.0, 9345.0, 9353.0, 9310.0, 9366.0, 9386.0, 9358.0, 9367.0, 9374.0, 9337.0, 9372.0, 9339.0, 9382.0, 9408.0, 9369.0, 9351.0, 9387.0, 9333.0, 9355.0, 9301.0, 9318.0, 9357.0, 9304.0, 9321.0, 9376.0, 9332.0, 9358.0, 9306.0, 9335.0, 9393.0, 9403.0, 9347.0, 9412.0, 9352.0, 9347.0, 9298.0, 9338.0, 9380.0, 9398.0, 9351.0, 9395.0, 9337.0, 9348.0, 9384.0, 9336.0, 9382.0, 9397.0, 9328.0, 9392.0, 9320.0, 9335.0, 9326.0, 9325.0, 9355.0, 9367.0, 9384.0, 9415.0, 9365.0, 9371.0, 9323.0, 9364.0, 9381.0, 9347.0, 9381.0, 9385.0, 9376.0, 9366.0, 9312.0, 9343.0, 9379.0, 9309.0, 9355.0, 9402.0, 9332.0, 9340.0, 9348.0, 9305.0, 9336.0, 9284.0, 9306.0, 9350.0, 9300.0, 9332.0, 9368.0, 9293.0, 9340.0, 9344.0, 9309.0, 9349.0, 9311.0, 9364.0, 9391.0, 9348.0, 9360.0, 9324.0, 9342.0, 9365.0, 9360.0, 9383.0, 9375.0, 9348.0, 9402.0, 9347.0, 9357.0, 9347.0, 9364.0, 9403.0, 9348.0, 9362.0, 9381.0, 9312.0, 9351.0, 9326.0, 9310.0, 9352.0, 9376.0, 9331.0, 9375.0, 9309.0, 9330.0, 9351.0, 9327.0, 9355.0, 9365.0, 9331.0, 9365.0, 9402.0, 9349.0, 9376.0, 9335.0, 9346.0, 9366.0, 9344.0, 9361.0, 9419.0, 9366.0, 9394.0, 9395.0, 9345.0, 9368.0, 9310.0, 9342.0, 9368.0, 9331.0, 9365.0, 9384.0, 9348.0, 9373.0, 9318.0, 9363.0, 9374.0, 9331.0, 9352.0, 9376.0, 9331.0, 9348.0, 9301.0, 9335.0, 9374.0, 9330.0, 9332.0, 9379.0, 9337.0, 9334.0, 9375.0, 9335.0, 9361.0, 9314.0, 9332.0, 9379.0, 9396.0, 9351.0, 9396.0, 9397.0, 9350.0, 9382.0, 9301.0, 9358.0, 9368.0, 9309.0, 9336.0, 9360.0, 9316.0, 9343.0, 9301.0, 9352.0, 9331.0, 9389.0, 9409.0, 9383.0, 9368.0, 9403.0, 9346.0, 9360.0, 9400.0, 9337.0, 9337.0, 9382.0, 9407.0, 9380.0, 9379.0, 9421.0, 9354.0, 9407.0, 9332.0, 9389.0, 9433.0, 9346.0, 9366.0, 9320.0, 9357.0, 9327.0, 9358.0, 9393.0, 9384.0, 9406.0, 9416.0, 9387.0, 9378.0, 9347.0, 9366.0, 9342.0, 9390.0, 9438.0, 9365.0, 9369.0, 9303.0, 9332.0, 9369.0, 9331.0, 9378.0, 9403.0, 9346.0, 9373.0, 9302.0, 9343.0, 9307.0, 9362.0, 9394.0, 9350.0, 9332.0, 9386.0, 9333.0, 9355.0, 9319.0, 9362.0, 9383.0, 9336.0, 9363.0, 9365.0, 9355.0, 9348.0, 9283.0, 9314.0, 9352.0, 9296.0, 9316.0, 9370.0, 9336.0, 9359.0, 9298.0, 9310.0, 9346.0, 9340.0, 9360.0, 9407.0, 9406.0, 9331.0, 9349.0, 9393.0, 9329.0, 9348.0, 9376.0, 9356.0, 9369.0, 9367.0, 9390.0, 9383.0, 9418.0, 9403.0, 9362.0, 9356.0, 9292.0, 9269.0, 9308.0, 9275.0, 9270.0, 9328.0, 9274.0, 9300.0, 9270.0, 9277.0, 9328.0, 9299.0, 9342.0, 9318.0, 9355.0, 9387.0, 9361.0, 9373.0, 9339.0, 9358.0, 9354.0, 9384.0, 9409.0, 9351.0, 9395.0, 9395.0, 9355.0, 9360.0, 9312.0, 9339.0, 9377.0, 9306.0, 9354.0, 9394.0, 9345.0, 9345.0, 9300.0, 9337.0, 9302.0, 9346.0, 9374.0, 9320.0, 9330.0, 9353.0, 9299.0, 9353.0, 9293.0, 9312.0, 9360.0, 9318.0, 9332.0, 9354.0, 9318.0, 9342.0, 9340.0, 9383.0, 9409.0, 9369.0, 9384.0, 9307.0, 9326.0, 9359.0, 9338.0, 9386.0, 9405.0, 9352.0, 9360.0, 9318.0, 9336.0, 9377.0, 9361.0, 9334.0, 9388.0, 9328.0, 9326.0, 9335.0, 9304.0, 9356.0, 9394.0, 9332.0, 9378.0, 9319.0, 9329.0, 9355.0, 9319.0, 9362.0, 9385.0, 9335.0, 9365.0, 9390.0, 9333.0, 9354.0, 9297.0, 9301.0, 9355.0, 9385.0, 9331.0, 9370.0, 9319.0, 9341.0, 9302.0, 9352.0, 9395.0, 9330.0, 9339.0, 9369.0, 9318.0, 9346.0, 9371.0, 9315.0, 9342.0, 9379.0, 9332.0, 9339.0, 9300.0, 9316.0, 9357.0, 9299.0, 9336.0, 9379.0, 9321.0, 9352.0, 9310.0, 9328.0, 9399.0, 9400.0, 9335.0, 9382.0, 9400.0, 9379.0, 9385.0, 9313.0, 9317.0, 9355.0, 9308.0, 9314.0, 9373.0, 9313.0, 9325.0, 9301.0, 9320.0, 9373.0, 9331.0, 9365.0, 9410.0, 9344.0, 9331.0, 9363.0, 9312.0, 9357.0, 9377.0, 9314.0, 9357.0, 9379.0, 9326.0, 9344.0, 9281.0, 9315.0, 9350.0, 9310.0, 9346.0, 9367.0, 9330.0, 9340.0, 9305.0, 9347.0, 9328.0, 9386.0, 9413.0, 9356.0, 9353.0, 9389.0, 9322.0, 9363.0, 9387.0, 9329.0, 9346.0, 9403.0, 9342.0, 9344.0, 9350.0, 9300.0, 9356.0, 9392.0, 9330.0, 9376.0, 9380.0, 9331.0, 9351.0, 9323.0, 9363.0, 9388.0, 9321.0, 9335.0, 9374.0, 9332.0, 9356.0, 9318.0, 9336.0, 9376.0, 9361.0, 9337.0, 9372.0, 9318.0, 9358.0, 9305.0, 9349.0, 9394.0, 9338.0, 9337.0, 9389.0, 9334.0, 9359.0, 9316.0, 9337.0, 9380.0, 9405.0, 9352.0, 9379.0, 9384.0, 9359.0, 9357.0, 9361.0, 9297.0, 9339.0, 9360.0, 9315.0, 9366.0, 9383.0, 9335.0, 9352.0, 9305.0, 9347.0, 9369.0, 9346.0, 9381.0, 9404.0, 9349.0, 9397.0, 9344.0, 9369.0, 9369.0, 9395.0, 9437.0, 9371.0, 9386.0, 9330.0, 9343.0, 9364.0, 9345.0, 9401.0, 9409.0, 9355.0, 9381.0, 9423.0, 9361.0, 9374.0, 9321.0, 9334.0, 9390.0, 9369.0, 9345.0, 9373.0, 9349.0, 9384.0, 9349.0, 9384.0, 9375.0, 9405.0, 9435.0, 9373.0, 9380.0, 9323.0, 9332.0, 9323.0, 9349.0, 9394.0, 9393.0, 9353.0, 9389.0, 9391.0, 9353.0, 9299.0, 9310.0, 9298.0, 9328.0, 9354.0, 9333.0, 9439.0, 9429.0, 9390.0, 9420.0, 9427.0, 9403.0, 9393.0, 9405.0, 9375.0, 9322.0, 9312.0, 9301.0, 9323.0, 9260.0, 9280.0, 9310.0, 9285.0, 9302.0, 9324.0, 9338.0, 9316.0, 9303.0, 9259.0, 9303.0, 9296.0, 9353.0, 9353.0, 9378.0, 9376.0, 9423.0, 9416.0, 9378.0, 9357.0, 9373.0, 9304.0, 9326.0, 9347.0, 9265.0, 9296.0, 9320.0, 9304.0, 9345.0, 9360.0, 9304.0, 9325.0, 9275.0, 9332.0, 9327.0, 9309.0, 9361.0, 9371.0, 9344.0, 9353.0, 9337.0, 9358.0, 9339.0, 9401.0, 9401.0, 9358.0, 9336.0, 9373.0, 9344.0, 9356.0, 9298.0, 9330.0, 9369.0, 9357.0, 9377.0, 9402.0, 9362.0, 9387.0, 9362.0, 9320.0, 9330.0, 9278.0, 9337.0, 9335.0, 9305.0, 9327.0, 9354.0, 9323.0, 9337.0, 9358.0, 9329.0, 9352.0, 9328.0, 9357.0, 9333.0, 9407.0, 9415.0, 9363.0, 9374.0, 9370.0, 9361.0, 9392.0, 9363.0, 9402.0, 9415.0, 9360.0, 9384.0, 9407.0, 9338.0, 9376.0, 9384.0, 9330.0, 9376.0, 9398.0, 9345.0, 9372.0, 9333.0, 9355.0, 9316.0, 9377.0, 9390.0, 9366.0, 9379.0, 9402.0, 9343.0, 9368.0, 9327.0, 9352.0, 9331.0, 9377.0, 9391.0, 9352.0, 9387.0, 9347.0, 9372.0, 9334.0, 9373.0, 9334.0, 9386.0, 9404.0, 9377.0, 9381.0, 9323.0, 9312.0, 9351.0, 9306.0, 9309.0, 9346.0, 9305.0, 9316.0, 9306.0, 9377.0, 9319.0, 9414.0, 9389.0, 9377.0, 9383.0, 9341.0, 9378.0, 9329.0, 9414.0, 9344.0, 9393.0, 9370.0, 9393.0, 9374.0, 9430.0, 9424.0, 9436.0, 9382.0, 9372.0, 9313.0, 9313.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.0007325000000000001</td></tr>
<tr><td colspan=3>aqi</td><td>0.021994233851674642</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.019326462383226</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2501765757005994</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059651465508979</td></tr>
<tr><td colspan=3>efc</td><td>0.4589</td></tr>
<tr><td colspan=3>fber</td><td>6101.5171</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10743369450643664</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.210526315789474</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5553594503015096</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5675913933293053</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.645968482369741</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.452518475205484</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139069</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010696989484131336</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016030604019761086</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.994490933748298</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>26.7426</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9502</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.6896</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305119.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>783.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>323.867</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8482</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.7788</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3481.7714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.2665</td></tr>
<tr><td colspan=3>tsnr</td><td>44.05515964375809</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>