<?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-0023_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-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0023/figures/sub-0023_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-0023/figures/sub-0023_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0023/figures/sub-0023_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-0023/ses-02/func/sub-0023_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>9f17334a21c2e969de08274387e7b367</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>13:23:39.235000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998692, -0.0148348, 0.0489352, 0.019699, 0.994745, -0.100467]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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.109651</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7743, -7233, 552, -40, -130, -91, 41]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>277.896</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6d7002e-b29d-4309-b7e1-77107983ec5c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679417133331299, 0.05285090580582619, 0.1274065375328064, 105.95840454101562], [0.03980059549212456, 2.6688289642333984, -0.27350983023643494, -90.60865020751953], [0.13128945231437683, 0.2695466876029968, 2.6830878257751465, -83.98602294921875], [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': ['132339.235000', '132339.695000', '132340.155000', '132340.615000', '132341.075000', '132341.535000', '132341.995000', '132342.455000', '132342.915000', '132343.375000', '132343.835000', '132344.295000', '132344.755000', '132345.215000', '132345.675000', '132346.135000', '132346.595000', '132347.055000', '132347.515000', '132347.975000', '132348.435000', '132348.895000', '132349.355000', '132349.815000', '132350.275000', '132350.735000', '132351.195000', '132351.655000', '132352.115000', '132352.575000', '132353.035000', '132353.495000', '132353.955000', '132354.415000', '132354.875000', '132355.335000', '132355.795000', '132356.255000', '132356.715000', '132357.175000', '132357.635000', '132358.095000', '132358.555000', '132359.015000', '132359.475000', '132359.935000', '132400.395000', '132400.855000', '132401.315000', '132401.775000', '132402.235000', '132402.695000', '132403.155000', '132403.615000', '132404.075000', '132404.535000', '132404.995000', '132405.455000', '132405.915000', '132406.375000', '132406.835000', '132407.295000', '132407.755000', '132408.215000', '132408.675000', '132409.135000', '132409.595000', '132410.055000', '132410.515000', '132410.975000', '132411.435000', '132411.895000', '132412.355000', '132412.815000', '132413.275000', '132413.735000', '132414.195000', '132414.655000', '132415.115000', '132415.575000', '132416.035000', '132416.495000', '132416.955000', '132417.415000', '132417.875000', '132418.335000', '132418.795000', '132419.255000', '132419.715000', '132420.175000', '132420.635000', '132421.095000', '132421.555000', '132422.015000', '132422.475000', '132422.935000', '132423.395000', '132423.855000', '132424.315000', '132424.775000', '132425.235000', '132425.695000', '132426.155000', '132426.615000', '132427.075000', '132427.535000', '132427.995000', '132428.455000', '132428.915000', '132429.375000', '132429.835000', '132430.295000', '132430.755000', '132431.215000', '132431.675000', '132432.135000', '132432.595000', '132433.055000', '132433.515000', '132433.975000', '132434.435000', '132434.895000', '132435.355000', '132435.815000', '132436.275000', '132436.735000', '132437.195000', '132437.655000', '132438.115000', '132438.575000', '132439.035000', '132439.495000', '132439.955000', '132440.415000', '132440.875000', '132441.335000', '132441.795000', '132442.255000', '132442.715000', '132443.175000', '132443.635000', '132444.095000', '132444.555000', '132445.015000', '132445.475000', '132445.935000', '132446.395000', '132446.855000', '132447.315000', '132447.775000', '132448.235000', '132448.695000', '132449.155000', '132449.615000', '132450.075000', '132450.535000', '132450.995000', '132451.455000', '132451.915000', '132452.375000', '132452.835000', '132453.295000', '132453.755000', '132454.215000', '132454.675000', '132455.135000', '132455.595000', '132456.055000', '132456.515000', '132456.975000', '132457.435000', '132457.895000', '132458.355000', '132458.815000', '132459.275000', '132459.735000', '132500.195000', '132500.655000', '132501.115000', '132501.575000', '132502.035000', '132502.495000', '132502.955000', '132503.415000', '132503.875000', '132504.335000', '132504.795000', '132505.255000', '132505.715000', '132506.175000', '132506.635000', '132507.095000', '132507.555000', '132508.015000', '132508.475000', '132508.935000', '132509.395000', '132509.855000', '132510.315000', '132510.775000', '132511.235000', '132511.695000', '132512.155000', '132512.615000', '132513.075000', '132513.535000', '132513.995000', '132514.455000', '132514.915000', '132515.375000', '132515.835000', '132516.295000', '132516.755000', '132517.215000', '132517.675000', '132518.135000', '132518.595000', '132519.055000', '132519.515000', '132519.975000', '132520.435000', '132520.895000', '132521.355000', '132521.815000', '132522.275000', '132522.735000', '132523.195000', '132523.655000', '132524.115000', '132524.575000', '132525.035000', '132525.495000', '132525.955000', '132526.415000', '132526.875000', '132527.335000', '132527.795000', '132528.255000', '132528.715000', '132529.175000', '132529.635000', '132530.095000', '132530.555000', '132531.015000', '132531.475000', '132531.935000', '132532.395000', '132532.855000', '132533.315000', '132533.775000', '132534.235000', '132534.695000', '132535.155000', '132535.615000', '132536.075000', '132536.535000', '132536.995000', '132537.455000', '132537.915000', '132538.375000', '132538.835000', '132539.295000', '132539.755000', '132540.215000', '132540.675000', '132541.135000', '132541.595000', '132542.055000', '132542.515000', '132542.975000', '132543.435000', '132543.895000', '132544.355000', '132544.815000', '132545.275000', '132545.735000', '132546.195000', '132546.655000', '132547.115000', '132547.575000', '132548.035000', '132548.495000', '132548.955000', '132549.415000', '132549.875000', '132550.335000', '132550.795000', '132551.255000', '132551.715000', '132552.175000', '132552.635000', '132553.095000', '132553.555000', '132554.015000', '132554.475000', '132554.935000', '132555.395000', '132555.855000', '132556.315000', '132556.775000', '132557.235000', '132557.695000', '132558.155000', '132558.615000', '132559.075000', '132559.535000', '132559.995000', '132600.455000', '132600.915000', '132601.375000', '132601.835000', '132602.295000', '132602.755000', '132603.215000', '132603.675000', '132604.135000', '132604.595000', '132605.055000', '132605.515000', '132605.975000', '132606.435000', '132606.895000', '132607.355000', '132607.815000', '132608.275000', '132608.735000', '132609.195000', '132609.655000', '132610.115000', '132610.575000', '132611.035000', '132611.495000', '132611.955000', '132612.415000', '132612.875000', '132613.335000', '132613.795000', '132614.255000', '132614.715000', '132615.175000', '132615.635000', '132616.095000', '132616.555000', '132617.015000', '132617.475000', '132617.935000', '132618.395000', '132618.855000', '132619.315000', '132619.775000', '132620.235000', '132620.695000', '132621.155000', '132621.615000', '132622.075000', '132622.535000', '132622.995000', '132623.455000', '132623.915000', '132624.375000', '132624.835000', '132625.295000', '132625.755000', '132626.215000', '132626.675000', '132627.135000', '132627.595000', '132628.055000', '132628.515000', '132628.975000', '132629.435000', '132629.895000', '132630.355000', '132630.815000', '132631.275000', '132631.735000', '132632.195000', '132632.655000', '132633.115000', '132633.575000', '132634.035000', '132634.495000', '132634.955000', '132635.415000', '132635.875000', '132636.335000', '132636.795000', '132637.255000', '132637.715000', '132638.175000', '132638.635000', '132639.095000', '132639.555000', '132640.015000', '132640.475000', '132640.935000', '132641.395000', '132641.855000', '132642.315000', '132642.775000', '132643.235000', '132643.695000', '132644.155000', '132644.615000', '132645.075000', '132645.535000', '132645.995000', '132646.455000', '132646.915000', '132647.375000', '132647.835000', '132648.295000', '132648.755000', '132649.215000', '132649.675000', '132650.135000', '132650.595000', '132651.055000', '132651.515000', '132651.975000', '132652.435000', '132652.895000', '132653.355000', '132653.815000', '132654.275000', '132654.735000', '132655.195000', '132655.655000', '132656.115000', '132656.575000', '132657.035000', '132657.495000', '132657.955000', '132658.415000', '132658.875000', '132659.335000', '132659.795000', '132700.255000', '132700.715000', '132701.175000', '132701.635000', '132702.095000', '132702.555000', '132703.015000', '132703.475000', '132703.935000', '132704.395000', '132704.855000', '132705.315000', '132705.775000', '132706.235000', '132706.695000', '132707.155000', '132707.615000', '132708.075000', '132708.535000', '132708.995000', '132709.455000', '132709.915000', '132710.375000', '132710.835000', '132711.295000', '132711.755000', '132712.215000', '132712.675000', '132713.135000', '132713.595000', '132714.055000', '132714.515000', '132714.975000', '132715.435000', '132715.895000', '132716.355000', '132716.815000', '132717.275000', '132717.735000', '132718.195000', '132718.655000', '132719.115000', '132719.575000', '132720.035000', '132720.495000', '132720.955000', '132721.415000', '132721.875000', '132722.335000', '132722.795000', '132723.255000', '132723.715000', '132724.175000', '132724.635000', '132725.095000', '132725.555000', '132726.015000', '132726.475000', '132726.935000', '132727.395000', '132727.855000', '132728.315000', '132728.775000', '132729.235000', '132729.695000', '132730.155000', '132730.615000', '132731.075000', '132731.535000', '132731.995000', '132732.455000', '132732.915000', '132733.375000', '132733.835000', '132734.295000', '132734.755000', '132735.215000', '132735.675000', '132736.135000', '132736.595000', '132737.055000', '132737.515000', '132737.975000', '132738.435000', '132738.895000', '132739.355000', '132739.815000', '132740.275000', '132740.735000', '132741.195000', '132741.655000', '132742.115000', '132742.575000', '132743.035000', '132743.495000', '132743.955000', '132744.415000', '132744.875000', '132745.335000', '132745.795000', '132746.255000', '132746.715000', '132747.175000', '132747.635000', '132748.095000', '132748.555000', '132749.015000', '132749.475000', '132749.935000', '132750.395000', '132750.855000', '132751.315000', '132751.775000', '132752.235000', '132752.695000', '132753.155000', '132753.615000', '132754.075000', '132754.535000', '132754.995000', '132755.455000', '132755.915000', '132756.375000', '132756.835000', '132757.295000', '132757.755000', '132758.215000', '132758.675000', '132759.135000', '132759.595000', '132800.055000', '132800.515000', '132800.975000', '132801.435000', '132801.895000', '132802.355000', '132802.815000', '132803.275000', '132803.735000', '132804.195000', '132804.655000', '132805.115000', '132805.575000', '132806.035000', '132806.495000', '132806.955000', '132807.415000', '132807.875000', '132808.335000', '132808.795000', '132809.255000', '132809.715000', '132810.175000', '132810.635000', '132811.095000', '132811.555000', '132812.015000', '132812.475000', '132812.935000', '132813.395000', '132813.855000', '132814.315000', '132814.775000', '132815.235000', '132815.695000', '132816.155000', '132816.615000', '132817.075000', '132817.535000', '132817.995000', '132818.455000', '132818.915000', '132819.375000', '132819.835000', '132820.295000', '132820.755000', '132821.215000', '132821.675000', '132822.135000', '132822.595000', '132823.055000', '132823.515000', '132823.975000', '132824.435000', '132824.895000', '132825.355000', '132825.815000', '132826.275000', '132826.735000', '132827.195000', '132827.655000', '132828.115000', '132828.575000', '132829.035000', '132829.495000', '132829.955000', '132830.415000', '132830.875000', '132831.335000', '132831.795000', '132832.255000', '132832.715000', '132833.175000', '132833.635000', '132834.095000', '132834.555000', '132835.015000', '132835.475000', '132835.935000', '132836.395000', '132836.855000', '132837.315000', '132837.775000', '132838.235000', '132838.695000', '132839.155000', '132839.615000', '132840.075000', '132840.535000', '132840.995000', '132841.455000', '132841.915000', '132842.375000', '132842.835000', '132843.295000', '132843.755000', '132844.215000', '132844.675000', '132845.135000', '132845.595000', '132846.055000', '132846.515000', '132846.975000', '132847.435000', '132847.895000', '132848.355000', '132848.815000', '132849.275000', '132849.735000', '132850.195000', '132850.655000', '132851.115000', '132851.575000', '132852.035000', '132852.495000', '132852.955000', '132853.415000', '132853.875000', '132854.335000', '132854.795000', '132855.255000', '132855.715000', '132856.175000', '132856.635000', '132857.095000', '132857.555000', '132858.015000', '132858.475000', '132858.935000', '132859.395000', '132859.855000', '132900.315000', '132900.775000', '132901.235000', '132901.695000', '132902.155000', '132902.615000', '132903.075000', '132903.535000', '132903.995000', '132904.455000', '132904.915000', '132905.375000', '132905.835000', '132906.295000', '132906.755000', '132907.215000', '132907.675000', '132908.135000', '132908.595000', '132909.055000', '132909.515000', '132909.975000', '132910.435000', '132910.895000', '132911.355000', '132911.815000', '132912.275000', '132912.735000', '132913.195000', '132913.655000', '132914.115000', '132914.575000', '132915.035000', '132915.495000', '132915.955000', '132916.415000', '132916.875000', '132917.335000', '132917.795000', '132918.255000', '132918.715000', '132919.175000', '132919.635000', '132920.095000', '132920.555000', '132921.015000', '132921.475000', '132921.935000', '132922.395000', '132922.855000', '132923.315000', '132923.775000', '132924.235000', '132924.695000', '132925.155000', '132925.615000', '132926.075000', '132926.535000', '132926.995000', '132927.455000', '132927.915000', '132928.375000', '132928.835000', '132929.295000', '132929.755000', '132930.215000', '132930.675000', '132931.135000', '132931.595000', '132932.055000', '132932.515000', '132932.975000', '132933.435000', '132933.895000', '132934.355000', '132934.815000', '132935.275000', '132935.735000', '132936.195000', '132936.655000', '132937.115000', '132937.575000', '132938.035000', '132938.495000', '132938.955000', '132939.415000', '132939.875000', '132940.335000', '132940.795000', '132941.255000', '132941.715000', '132942.175000', '132942.635000', '132943.095000', '132943.555000', '132944.015000', '132944.475000', '132944.935000', '132945.395000', '132945.855000', '132946.315000', '132946.775000', '132947.235000', '132947.695000', '132948.155000', '132948.615000', '132949.075000', '132949.535000', '132949.995000', '132950.455000', '132950.915000', '132951.375000', '132951.835000', '132952.295000', '132952.755000', '132953.215000', '132953.675000', '132954.135000', '132954.595000', '132955.055000', '132955.515000', '132955.975000', '132956.435000', '132956.895000', '132957.355000', '132957.815000', '132958.275000', '132958.735000', '132959.195000', '132959.655000', '133000.115000', '133000.575000', '133001.035000', '133001.495000', '133001.955000', '133002.415000', '133002.875000', '133003.335000', '133003.795000', '133004.255000', '133004.715000'], 'ContentTime': ['132404.103000', '132404.106000', '132404.109000', '132404.119000', '132404.122000', '132404.125000', '132404.128000', '132404.131000', '132404.134000', '132404.137000', '132404.140000', '132404.143000', '132404.145000', '132404.148000', '132404.151000', '132404.154000', '132404.157000', '132404.160000', '132404.163000', '132404.166000', '132404.169000', '132404.172000', '132404.175000', '132404.178000', '132404.181000', '132404.183000', '132404.193000', '132404.196000', '132404.199000', '132404.201000', '132404.204000', '132404.207000', '132404.210000', '132404.213000', '132404.216000', '132404.219000', '132404.222000', '132404.224000', '132404.227000', '132404.230000', '132404.233000', '132404.236000', '132404.239000', '132404.242000', '132404.245000', '132404.248000', '132404.251000', '132404.254000', '132404.257000', '132404.259000', '132404.262000', '132404.265000', '132424.068000', '132424.071000', '132424.074000', '132424.077000', '132424.080000', '132424.083000', '132424.086000', '132424.088000', '132424.091000', '132424.095000', '132424.097000', '132424.100000', '132424.118000', '132424.121000', '132424.124000', '132424.127000', '132424.130000', '132424.133000', '132424.135000', '132424.138000', '132424.141000', '132424.144000', '132424.147000', '132424.150000', '132424.153000', '132424.156000', '132424.159000', '132424.162000', '132424.166000', '132424.169000', '132424.171000', '132424.174000', '132424.177000', '132424.180000', '132424.183000', '132424.186000', '132424.189000', '132424.192000', '132424.195000', '132424.198000', '132424.200000', '132424.203000', '132424.206000', '132444.067000', '132444.080000', '132444.083000', '132444.086000', '132444.089000', '132444.092000', '132444.095000', '132444.098000', '132444.101000', '132444.104000', '132444.107000', '132444.110000', '132444.113000', '132444.116000', '132444.119000', '132444.122000', '132444.124000', '132444.127000', '132444.130000', '132444.133000', '132444.136000', '132444.139000', '132444.151000', '132444.154000', '132444.157000', '132444.160000', '132444.163000', '132444.166000', '132444.169000', '132444.172000', '132444.175000', '132444.178000', '132444.180000', '132444.184000', '132444.186000', '132444.189000', '132444.192000', '132444.195000', '132444.198000', '132444.201000', '132444.204000', '132444.207000', '132444.210000', '132444.213000', '132504.067000', '132504.070000', '132504.077000', '132504.080000', '132504.083000', '132504.085000', '132504.088000', '132504.091000', '132504.094000', '132504.097000', '132504.100000', '132504.103000', '132504.106000', '132504.110000', '132504.113000', '132504.116000', '132504.119000', '132504.122000', '132504.125000', '132504.128000', '132504.131000', '132504.134000', '132504.137000', '132504.140000', '132504.143000', '132504.145000', '132504.148000', '132504.151000', '132504.154000', '132504.157000', '132504.160000', '132504.163000', '132504.166000', '132504.169000', '132504.172000', '132504.175000', '132504.178000', '132504.181000', '132504.184000', '132504.187000', '132504.190000', '132504.193000', '132504.196000', '132524.068000', '132524.075000', '132524.078000', '132524.081000', '132524.084000', '132524.087000', '132524.090000', '132524.092000', '132524.096000', '132524.099000', '132524.101000', '132524.104000', '132524.110000', '132524.113000', '132524.116000', '132524.119000', '132524.122000', '132524.125000', '132524.128000', '132524.131000', '132524.134000', '132524.137000', '132524.140000', '132524.142000', '132524.145000', '132524.148000', '132524.151000', '132524.154000', '132524.157000', '132524.160000', '132524.163000', '132524.166000', '132524.169000', '132524.172000', '132524.175000', '132524.178000', '132524.181000', '132524.184000', '132524.186000', '132524.189000', '132524.192000', '132524.195000', '132524.198000', '132524.201000', '132544.067000', '132544.070000', '132544.073000', '132544.076000', '132544.079000', '132544.082000', '132544.085000', '132544.088000', '132544.091000', '132544.094000', '132544.097000', '132544.100000', '132544.102000', '132544.105000', '132544.108000', '132544.111000', '132544.114000', '132544.117000', '132544.130000', '132544.133000', '132544.136000', '132544.139000', '132544.142000', '132544.145000', '132544.148000', '132544.151000', '132544.154000', '132544.157000', '132544.160000', '132544.163000', '132544.166000', '132544.169000', '132544.171000', '132544.174000', '132544.177000', '132544.180000', '132544.183000', '132544.186000', '132544.189000', '132544.192000', '132544.195000', '132544.198000', '132544.201000', '132604.067000', '132604.070000', '132604.073000', '132604.076000', '132604.080000', '132604.083000', '132604.086000', '132604.089000', '132604.092000', '132604.094000', '132604.097000', '132604.100000', '132604.103000', '132604.106000', '132604.109000', '132604.112000', '132604.115000', '132604.118000', '132604.121000', '132604.124000', '132604.127000', '132604.130000', '132604.133000', '132604.136000', '132604.138000', '132604.141000', '132604.144000', '132604.147000', '132604.150000', '132604.153000', '132604.156000', '132604.159000', '132604.162000', '132604.165000', '132604.168000', '132604.171000', '132604.174000', '132604.176000', '132604.179000', '132604.182000', '132604.185000', '132604.188000', '132604.191000', '132604.194000', '132624.068000', '132624.071000', '132624.074000', '132624.077000', '132624.080000', '132624.083000', '132624.086000', '132624.089000', '132624.092000', '132624.095000', '132624.097000', '132624.100000', '132624.103000', '132624.106000', '132624.109000', '132624.112000', '132624.115000', '132624.118000', '132624.121000', '132624.124000', '132624.127000', '132624.130000', '132624.133000', '132624.135000', '132624.138000', '132624.141000', '132624.144000', '132624.148000', '132624.151000', '132624.154000', '132624.157000', '132624.160000', '132624.163000', '132624.166000', '132624.169000', '132624.172000', '132624.175000', '132624.178000', '132624.186000', '132624.189000', '132624.192000', '132624.195000', '132624.198000', '132644.068000', '132644.071000', '132644.083000', '132644.086000', '132644.089000', '132644.092000', '132644.095000', '132644.098000', '132644.101000', '132644.104000', '132644.107000', '132644.110000', '132644.113000', '132644.116000', '132644.119000', '132644.122000', '132644.125000', '132644.127000', '132644.130000', '132644.133000', '132644.136000', '132644.139000', '132644.142000', '132644.145000', '132644.148000', '132644.151000', '132644.154000', '132644.157000', '132644.160000', '132644.163000', '132644.166000', '132644.169000', '132644.171000', '132644.174000', '132644.177000', '132644.180000', '132644.183000', '132644.186000', '132644.189000', '132644.192000', '132644.209000', '132644.212000', '132644.220000', '132644.223000', '132704.067000', '132704.070000', '132704.073000', '132704.076000', '132704.079000', '132704.082000', '132704.085000', '132704.088000', '132704.091000', '132704.094000', '132704.097000', '132704.100000', '132704.103000', '132704.106000', '132704.109000', '132704.111000', '132704.114000', '132704.117000', '132704.120000', '132704.123000', '132704.126000', '132704.129000', '132704.132000', '132704.135000', '132704.138000', '132704.141000', '132704.144000', '132704.146000', '132704.150000', '132704.152000', '132704.155000', '132704.158000', '132704.161000', '132704.164000', '132704.167000', '132704.170000', '132704.173000', '132704.176000', '132704.179000', '132704.182000', '132704.185000', '132704.188000', '132704.191000', '132724.067000', '132724.077000', '132724.080000', '132724.083000', '132724.086000', '132724.089000', '132724.091000', '132724.094000', '132724.097000', '132724.100000', '132724.103000', '132724.106000', '132724.109000', '132724.112000', '132724.115000', '132724.118000', '132724.121000', '132724.128000', '132724.131000', '132724.134000', '132724.137000', '132724.140000', '132724.143000', '132724.146000', '132724.149000', '132724.152000', '132724.155000', '132724.158000', '132724.160000', '132724.168000', '132724.171000', '132724.174000', '132724.177000', '132724.180000', '132724.183000', '132724.186000', '132724.189000', '132724.192000', '132724.195000', '132724.198000', '132724.201000', '132724.204000', '132724.207000', '132724.209000', '132744.067000', '132744.070000', '132744.073000', '132744.076000', '132744.079000', '132744.082000', '132744.085000', '132744.088000', '132744.091000', '132744.094000', '132744.097000', '132744.100000', '132744.103000', '132744.106000', '132744.109000', '132744.112000', '132744.115000', '132744.118000', '132744.120000', '132744.124000', '132744.126000', '132744.129000', '132744.132000', '132744.135000', '132744.138000', '132744.141000', '132744.144000', '132744.147000', '132744.150000', '132744.153000', '132744.156000', '132744.159000', '132744.162000', '132744.172000', '132744.175000', '132744.178000', '132744.181000', '132744.185000', '132744.188000', '132744.191000', '132744.194000', '132744.197000', '132744.200000', '132804.067000', '132804.070000', '132804.073000', '132804.076000', '132804.079000', '132804.082000', '132804.085000', '132804.088000', '132804.091000', '132804.094000', '132804.097000', '132804.100000', '132804.103000', '132804.105000', '132804.108000', '132804.111000', '132804.114000', '132804.117000', '132804.120000', '132804.123000', '132804.126000', '132804.129000', '132804.132000', '132804.135000', '132804.138000', '132804.141000', '132804.144000', '132804.147000', '132804.150000', '132804.153000', '132804.156000', '132804.159000', '132804.162000', '132804.165000', '132804.168000', '132804.170000', '132804.174000', '132804.176000', '132804.179000', '132804.182000', '132804.185000', '132804.188000', '132804.191000', '132804.194000', '132824.068000', '132824.071000', '132824.074000', '132824.077000', '132824.080000', '132824.083000', '132824.086000', '132824.103000', '132824.105000', '132824.108000', '132824.111000', '132824.114000', '132824.117000', '132824.120000', '132824.123000', '132824.126000', '132824.129000', '132824.132000', '132824.135000', '132824.138000', '132824.141000', '132824.144000', '132824.147000', '132824.150000', '132824.152000', '132824.155000', '132824.159000', '132824.161000', '132824.164000', '132824.167000', '132824.170000', '132824.173000', '132824.176000', '132824.179000', '132824.182000', '132824.185000', '132824.188000', '132824.191000', '132824.194000', '132824.197000', '132824.200000', '132824.203000', '132824.206000', '132844.068000', '132844.071000', '132844.074000', '132844.077000', '132844.080000', '132844.083000', '132844.086000', '132844.089000', '132844.092000', '132844.095000', '132844.097000', '132844.111000', '132844.114000', '132844.116000', '132844.119000', '132844.122000', '132844.125000', '132844.128000', '132844.131000', '132844.134000', '132844.137000', '132844.140000', '132844.143000', '132844.146000', '132844.149000', '132844.152000', '132844.155000', '132844.158000', '132844.161000', '132844.164000', '132844.166000', '132844.169000', '132844.172000', '132844.175000', '132844.178000', '132844.181000', '132844.184000', '132844.187000', '132844.190000', '132844.193000', '132844.196000', '132844.199000', '132844.202000', '132844.205000', '132904.068000', '132904.071000', '132904.074000', '132904.077000', '132904.080000', '132904.083000', '132904.086000', '132904.089000', '132904.092000', '132904.095000', '132904.098000', '132904.101000', '132904.104000', '132904.107000', '132904.110000', '132904.112000', '132904.115000', '132904.118000', '132904.121000', '132904.124000', '132904.127000', '132904.130000', '132904.133000', '132904.136000', '132904.139000', '132904.142000', '132904.145000', '132904.148000', '132904.151000', '132904.154000', '132904.157000', '132904.159000', '132904.162000', '132904.171000', '132904.174000', '132904.177000', '132904.180000', '132904.183000', '132904.186000', '132904.189000', '132904.192000', '132904.195000', '132904.198000', '132924.067000', '132924.070000', '132924.073000', '132924.076000', '132924.080000', '132924.083000', '132924.086000', '132924.089000', '132924.092000', '132924.095000', '132924.098000', '132924.101000', '132924.104000', '132924.107000', '132924.110000', '132924.113000', '132924.115000', '132924.118000', '132924.121000', '132924.124000', '132924.127000', '132924.130000', '132924.133000', '132924.136000', '132924.139000', '132924.142000', '132924.145000', '132924.148000', '132924.151000', '132924.153000', '132924.156000', '132924.159000', '132924.162000', '132924.165000', '132924.168000', '132924.171000', '132924.174000', '132924.177000', '132924.180000', '132924.183000', '132924.186000', '132924.189000', '132924.192000', '132944.067000', '132944.070000', '132944.073000', '132944.076000', '132944.079000', '132944.087000', '132944.090000', '132944.092000', '132944.095000', '132944.098000', '132944.101000', '132944.104000', '132944.107000', '132944.110000', '132944.113000', '132944.116000', '132944.119000', '132944.122000', '132944.125000', '132944.128000', '132944.131000', '132944.134000', '132944.136000', '132944.139000', '132944.142000', '132944.145000', '132944.148000', '132944.151000', '132944.154000', '132944.157000', '132944.160000', '132944.163000', '132944.166000', '132944.184000', '132944.187000', '132944.190000', '132944.201000', '132944.204000', '132944.207000', '132944.210000', '132944.213000', '132944.216000', '132944.219000', '132944.221000', '133004.067000', '133004.070000', '133004.073000', '133004.076000', '133004.079000', '133004.082000', '133004.091000', '133004.094000', '133004.097000', '133004.100000', '133004.102000', '133004.105000', '133004.108000', '133004.111000', '133004.114000', '133004.117000', '133004.120000', '133004.124000', '133004.126000', '133004.129000', '133004.132000', '133004.135000', '133004.138000', '133004.141000', '133004.144000', '133004.147000', '133004.150000', '133004.153000', '133004.156000', '133004.159000', '133004.162000', '133004.165000', '133004.167000', '133004.170000', '133004.173000', '133004.176000', '133004.179000', '133004.182000', '133004.185000', '133004.188000', '133004.191000', '133004.194000', '133004.197000', '133005.993000', '133005.998000', '133006.012000', '133006.016000', '133006.019000'], 'InstanceCreationTime': ['132404.103000', '132404.106000', '132404.109000', '132404.119000', '132404.122000', '132404.125000', '132404.128000', '132404.131000', '132404.134000', '132404.137000', '132404.140000', '132404.143000', '132404.145000', '132404.148000', '132404.151000', '132404.154000', '132404.157000', '132404.160000', '132404.163000', '132404.166000', '132404.169000', '132404.172000', '132404.175000', '132404.178000', '132404.181000', '132404.183000', '132404.193000', '132404.196000', '132404.199000', '132404.201000', '132404.204000', '132404.207000', '132404.210000', '132404.213000', '132404.216000', '132404.219000', '132404.222000', '132404.224000', '132404.227000', '132404.230000', '132404.233000', '132404.236000', '132404.239000', '132404.242000', '132404.245000', '132404.248000', '132404.251000', '132404.254000', '132404.257000', '132404.259000', '132404.262000', '132404.265000', '132424.068000', '132424.071000', '132424.074000', '132424.077000', '132424.080000', '132424.083000', '132424.086000', '132424.088000', '132424.091000', '132424.095000', '132424.097000', '132424.100000', '132424.118000', '132424.121000', '132424.124000', '132424.127000', '132424.130000', '132424.133000', '132424.135000', '132424.138000', '132424.141000', '132424.144000', '132424.147000', '132424.150000', '132424.153000', '132424.156000', '132424.159000', '132424.162000', '132424.166000', '132424.169000', '132424.171000', '132424.174000', '132424.177000', '132424.180000', '132424.183000', '132424.186000', '132424.189000', '132424.192000', '132424.195000', '132424.198000', '132424.200000', '132424.203000', '132424.206000', '132444.067000', '132444.080000', '132444.083000', '132444.086000', '132444.089000', '132444.092000', '132444.095000', '132444.098000', '132444.101000', '132444.104000', '132444.107000', '132444.110000', '132444.113000', '132444.116000', '132444.119000', '132444.122000', '132444.124000', '132444.127000', '132444.130000', '132444.133000', '132444.136000', '132444.139000', '132444.151000', '132444.154000', '132444.157000', '132444.160000', '132444.163000', '132444.166000', '132444.169000', '132444.172000', '132444.175000', '132444.178000', '132444.180000', '132444.184000', '132444.186000', '132444.189000', '132444.192000', '132444.195000', '132444.198000', '132444.201000', '132444.204000', '132444.207000', '132444.210000', '132444.213000', '132504.067000', '132504.070000', '132504.077000', '132504.080000', '132504.083000', '132504.085000', '132504.088000', '132504.091000', '132504.094000', '132504.097000', '132504.100000', '132504.103000', '132504.106000', '132504.110000', '132504.113000', '132504.116000', '132504.119000', '132504.122000', '132504.125000', '132504.128000', '132504.131000', '132504.134000', '132504.137000', '132504.140000', '132504.143000', '132504.145000', '132504.148000', '132504.151000', '132504.154000', '132504.157000', '132504.160000', '132504.163000', '132504.166000', '132504.169000', '132504.172000', '132504.175000', '132504.178000', '132504.181000', '132504.184000', '132504.187000', '132504.190000', '132504.193000', '132504.196000', '132524.068000', '132524.075000', '132524.078000', '132524.081000', '132524.084000', '132524.087000', '132524.090000', '132524.092000', '132524.096000', '132524.099000', '132524.101000', '132524.104000', '132524.110000', '132524.113000', '132524.116000', '132524.119000', '132524.122000', '132524.125000', '132524.128000', '132524.131000', '132524.134000', '132524.137000', '132524.140000', '132524.142000', '132524.145000', '132524.148000', '132524.151000', '132524.154000', '132524.157000', '132524.160000', '132524.163000', '132524.166000', '132524.169000', '132524.172000', '132524.175000', '132524.178000', '132524.181000', '132524.184000', '132524.186000', '132524.189000', '132524.192000', '132524.195000', '132524.198000', '132524.201000', '132544.067000', '132544.070000', '132544.073000', '132544.076000', '132544.079000', '132544.082000', '132544.085000', '132544.088000', '132544.091000', '132544.094000', '132544.097000', '132544.100000', '132544.102000', '132544.105000', '132544.108000', '132544.111000', '132544.114000', '132544.117000', '132544.130000', '132544.133000', '132544.136000', '132544.139000', '132544.142000', '132544.145000', '132544.148000', '132544.151000', '132544.154000', '132544.157000', '132544.160000', '132544.163000', '132544.166000', '132544.169000', '132544.171000', '132544.174000', '132544.177000', '132544.180000', '132544.183000', '132544.186000', '132544.189000', '132544.192000', '132544.195000', '132544.198000', '132544.201000', '132604.067000', '132604.070000', '132604.073000', '132604.076000', '132604.080000', '132604.083000', '132604.086000', '132604.089000', '132604.092000', '132604.094000', '132604.097000', '132604.100000', '132604.103000', '132604.106000', '132604.109000', '132604.112000', '132604.115000', '132604.118000', '132604.121000', '132604.124000', '132604.127000', '132604.130000', '132604.133000', '132604.136000', '132604.138000', '132604.141000', '132604.144000', '132604.147000', '132604.150000', '132604.153000', '132604.156000', '132604.159000', '132604.162000', '132604.165000', '132604.168000', '132604.171000', '132604.174000', '132604.176000', '132604.179000', '132604.182000', '132604.185000', '132604.188000', '132604.191000', '132604.194000', '132624.068000', '132624.071000', '132624.074000', '132624.077000', '132624.080000', '132624.083000', '132624.086000', '132624.089000', '132624.092000', '132624.095000', '132624.097000', '132624.100000', '132624.103000', '132624.106000', '132624.109000', '132624.112000', '132624.115000', '132624.118000', '132624.121000', '132624.124000', '132624.127000', '132624.130000', '132624.133000', '132624.135000', '132624.138000', '132624.141000', '132624.144000', '132624.148000', '132624.151000', '132624.154000', '132624.157000', '132624.160000', '132624.163000', '132624.166000', '132624.169000', '132624.172000', '132624.175000', '132624.178000', '132624.186000', '132624.189000', '132624.192000', '132624.195000', '132624.198000', '132644.068000', '132644.071000', '132644.083000', '132644.086000', '132644.089000', '132644.092000', '132644.095000', '132644.098000', '132644.101000', '132644.104000', '132644.107000', '132644.110000', '132644.113000', '132644.116000', '132644.119000', '132644.122000', '132644.125000', '132644.127000', '132644.130000', '132644.133000', '132644.136000', '132644.139000', '132644.142000', '132644.145000', '132644.148000', '132644.151000', '132644.154000', '132644.157000', '132644.160000', '132644.163000', '132644.166000', '132644.169000', '132644.171000', '132644.174000', '132644.177000', '132644.180000', '132644.183000', '132644.186000', '132644.189000', '132644.192000', '132644.209000', '132644.212000', '132644.220000', '132644.223000', '132704.067000', '132704.070000', '132704.073000', '132704.076000', '132704.079000', '132704.082000', '132704.085000', '132704.088000', '132704.091000', '132704.094000', '132704.097000', '132704.100000', '132704.103000', '132704.106000', '132704.109000', '132704.111000', '132704.114000', '132704.117000', '132704.120000', '132704.123000', '132704.126000', '132704.129000', '132704.132000', '132704.135000', '132704.138000', '132704.141000', '132704.144000', '132704.146000', '132704.150000', '132704.152000', '132704.155000', '132704.158000', '132704.161000', '132704.164000', '132704.167000', '132704.170000', '132704.173000', '132704.176000', '132704.179000', '132704.182000', '132704.185000', '132704.188000', '132704.191000', '132724.067000', '132724.077000', '132724.080000', '132724.083000', '132724.086000', '132724.089000', '132724.091000', '132724.094000', '132724.097000', '132724.100000', '132724.103000', '132724.106000', '132724.109000', '132724.112000', '132724.115000', '132724.118000', '132724.121000', '132724.128000', '132724.131000', '132724.134000', '132724.137000', '132724.140000', '132724.143000', '132724.146000', '132724.149000', '132724.152000', '132724.155000', '132724.158000', '132724.160000', '132724.168000', '132724.171000', '132724.174000', '132724.177000', '132724.180000', '132724.183000', '132724.186000', '132724.189000', '132724.192000', '132724.195000', '132724.198000', '132724.201000', '132724.204000', '132724.207000', '132724.209000', '132744.067000', '132744.070000', '132744.073000', '132744.076000', '132744.079000', '132744.082000', '132744.085000', '132744.088000', '132744.091000', '132744.094000', '132744.097000', '132744.100000', '132744.103000', '132744.106000', '132744.109000', '132744.112000', '132744.115000', '132744.118000', '132744.120000', '132744.124000', '132744.126000', '132744.129000', '132744.132000', '132744.135000', '132744.138000', '132744.141000', '132744.144000', '132744.147000', '132744.150000', '132744.153000', '132744.156000', '132744.159000', '132744.162000', '132744.172000', '132744.175000', '132744.178000', '132744.181000', '132744.185000', '132744.188000', '132744.191000', '132744.194000', '132744.197000', '132744.200000', '132804.067000', '132804.070000', '132804.073000', '132804.076000', '132804.079000', '132804.082000', '132804.085000', '132804.088000', '132804.091000', '132804.094000', '132804.097000', '132804.100000', '132804.103000', '132804.105000', '132804.108000', '132804.111000', '132804.114000', '132804.117000', '132804.120000', '132804.123000', '132804.126000', '132804.129000', '132804.132000', '132804.135000', '132804.138000', '132804.141000', '132804.144000', '132804.147000', '132804.150000', '132804.153000', '132804.156000', '132804.159000', '132804.162000', '132804.165000', '132804.168000', '132804.170000', '132804.174000', '132804.176000', '132804.179000', '132804.182000', '132804.185000', '132804.188000', '132804.191000', '132804.194000', '132824.068000', '132824.071000', '132824.074000', '132824.077000', '132824.080000', '132824.083000', '132824.086000', '132824.103000', '132824.105000', '132824.108000', '132824.111000', '132824.114000', '132824.117000', '132824.120000', '132824.123000', '132824.126000', '132824.129000', '132824.132000', '132824.135000', '132824.138000', '132824.141000', '132824.144000', '132824.147000', '132824.150000', '132824.152000', '132824.155000', '132824.159000', '132824.161000', '132824.164000', '132824.167000', '132824.170000', '132824.173000', '132824.176000', '132824.179000', '132824.182000', '132824.185000', '132824.188000', '132824.191000', '132824.194000', '132824.197000', '132824.200000', '132824.203000', '132824.206000', '132844.068000', '132844.071000', '132844.074000', '132844.077000', '132844.080000', '132844.083000', '132844.086000', '132844.089000', '132844.092000', '132844.095000', '132844.097000', '132844.111000', '132844.114000', '132844.116000', '132844.119000', '132844.122000', '132844.125000', '132844.128000', '132844.131000', '132844.134000', '132844.137000', '132844.140000', '132844.143000', '132844.146000', '132844.149000', '132844.152000', '132844.155000', '132844.158000', '132844.161000', '132844.164000', '132844.166000', '132844.169000', '132844.172000', '132844.175000', '132844.178000', '132844.181000', '132844.184000', '132844.187000', '132844.190000', '132844.193000', '132844.196000', '132844.199000', '132844.202000', '132844.205000', '132904.068000', '132904.071000', '132904.074000', '132904.077000', '132904.080000', '132904.083000', '132904.086000', '132904.089000', '132904.092000', '132904.095000', '132904.098000', '132904.101000', '132904.104000', '132904.107000', '132904.110000', '132904.112000', '132904.115000', '132904.118000', '132904.121000', '132904.124000', '132904.127000', '132904.130000', '132904.133000', '132904.136000', '132904.139000', '132904.142000', '132904.145000', '132904.148000', '132904.151000', '132904.154000', '132904.157000', '132904.159000', '132904.162000', '132904.171000', '132904.174000', '132904.177000', '132904.180000', '132904.183000', '132904.186000', '132904.189000', '132904.192000', '132904.195000', '132904.198000', '132924.067000', '132924.070000', '132924.073000', '132924.076000', '132924.080000', '132924.083000', '132924.086000', '132924.089000', '132924.092000', '132924.095000', '132924.098000', '132924.101000', '132924.104000', '132924.107000', '132924.110000', '132924.113000', '132924.115000', '132924.118000', '132924.121000', '132924.124000', '132924.127000', '132924.130000', '132924.133000', '132924.136000', '132924.139000', '132924.142000', '132924.145000', '132924.148000', '132924.151000', '132924.153000', '132924.156000', '132924.159000', '132924.162000', '132924.165000', '132924.168000', '132924.171000', '132924.174000', '132924.177000', '132924.180000', '132924.183000', '132924.186000', '132924.189000', '132924.192000', '132944.067000', '132944.070000', '132944.073000', '132944.076000', '132944.079000', '132944.087000', '132944.090000', '132944.092000', '132944.095000', '132944.098000', '132944.101000', '132944.104000', '132944.107000', '132944.110000', '132944.113000', '132944.116000', '132944.119000', '132944.122000', '132944.125000', '132944.128000', '132944.131000', '132944.134000', '132944.136000', '132944.139000', '132944.142000', '132944.145000', '132944.148000', '132944.151000', '132944.154000', '132944.157000', '132944.160000', '132944.163000', '132944.166000', '132944.184000', '132944.187000', '132944.190000', '132944.201000', '132944.204000', '132944.207000', '132944.210000', '132944.213000', '132944.216000', '132944.219000', '132944.221000', '133004.067000', '133004.070000', '133004.073000', '133004.076000', '133004.079000', '133004.082000', '133004.091000', '133004.094000', '133004.097000', '133004.100000', '133004.102000', '133004.105000', '133004.108000', '133004.111000', '133004.114000', '133004.117000', '133004.120000', '133004.124000', '133004.126000', '133004.129000', '133004.132000', '133004.135000', '133004.138000', '133004.141000', '133004.144000', '133004.147000', '133004.150000', '133004.153000', '133004.156000', '133004.159000', '133004.162000', '133004.165000', '133004.167000', '133004.170000', '133004.173000', '133004.176000', '133004.179000', '133004.182000', '133004.185000', '133004.188000', '133004.191000', '133004.194000', '133004.197000', '133005.993000', '133005.998000', '133006.012000', '133006.016000', '133006.019000'], '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': [10618, 10535, 12363, 11317, 10062, 10691, 9968, 9815, 10560, 10693, 10268, 10422, 10102, 11135, 9776, 10429, 10438, 10242, 10758, 9619, 10435, 10940, 10364, 13263, 10396, 10176, 10979, 10231, 10411, 11217, 9512, 10379, 12054, 10053, 10510, 11050, 9959, 10777, 10610, 10505, 10626, 10812, 10300, 10676, 10683, 10198, 10916, 10058, 10314, 12069, 10007, 10519, 10667, 10028, 12513, 10175, 11647, 12191, 9972, 11741, 10199, 10150, 10264, 9919, 10171, 10322, 10214, 10464, 10068, 10219, 10172, 10016, 10952, 9863, 10129, 10211, 9252, 10187, 10497, 9720, 9816, 10616, 10147, 10519, 10071, 10106, 12997, 10495, 10140, 11072, 10276, 13556, 10122, 11134, 13377, 10138, 10157, 10425, 9689, 10012, 10294, 10046, 10122, 10315, 10703, 13791, 10574, 10474, 11667, 9317, 10836, 9892, 10883, 9697, 9372, 10678, 10484, 9834, 10516, 10929, 9881, 10407, 11063, 10347, 10735, 9640, 11303, 9787, 10215, 11232, 10304, 9575, 10853, 10292, 9612, 10665, 10069, 9557, 11075, 9982, 9742, 10325, 12133, 9943, 13596, 13323, 10851, 11447, 10647, 10562, 11167, 10093, 11190, 10496, 9685, 11636, 11134, 10199, 11104, 9752, 9464, 11265, 10563, 10761, 12196, 9380, 10390, 11079, 9557, 10808, 9973, 10593, 9914, 9910, 9785, 10734, 10037, 10164, 10290, 10520, 9602, 9902, 10227, 12036, 10006, 10164, 10148, 10319, 10057, 9746, 10010, 10153, 10134, 10423, 10390, 10147, 10686, 11134, 9945, 11167, 10504, 10157, 10905, 10362, 10165, 10590, 10208, 10373, 10194, 10306, 9926, 10147, 10275, 10887, 10089, 10964, 10902, 9945, 12436, 10528, 11061, 10308, 10395, 12798, 10366, 10466, 10076, 10211, 10383, 10389, 10197, 10013, 10063, 12778, 9944, 10222, 10235, 10119, 11425, 10343, 12198, 10122, 9771, 10322, 10394, 10505, 10161, 10200, 9814, 9896, 9776, 10130, 10170, 9880, 9946, 10307, 10816, 10305, 10038, 11782, 10350, 11145, 10323, 10194, 13829, 9970, 10356, 10106, 9792, 10010, 10504, 10449, 10018, 9643, 9569, 10326, 10418, 10330, 10023, 10169, 10172, 10506, 10273, 10250, 9845, 10514, 10086, 10539, 9763, 12730, 10367, 10215, 10294, 10354, 10097, 10569, 9488, 10337, 10753, 9672, 10495, 10237, 10552, 9896, 12708, 11052, 10767, 12684, 9273, 10370, 9774, 10384, 10321, 10608, 10120, 10239, 11898, 10280, 10459, 11112, 10240, 9861, 15612, 12248, 10307, 14256, 10544, 10355, 11832, 9914, 9667, 14376, 10395, 10274, 9129, 10557, 10074, 9917, 10227, 9961, 9917, 10518, 10366, 10044, 10190, 14910, 11391, 10093, 10130, 10194, 10267, 9037, 10137, 9699, 10037, 10753, 10004, 9921, 10335, 10541, 12598, 10290, 10184, 10134, 10104, 10922, 10259, 10081, 12252, 10172, 10141, 10431, 10360, 10377, 10485, 9156, 10675, 10783, 9294, 10981, 10762, 12011, 10452, 10825, 9866, 10421, 10382, 12833, 11864, 10272, 11222, 9905, 10353, 10408, 9486, 9967, 10144, 9998, 10765, 9817, 9831, 10125, 12642, 10625, 9834, 13004, 10523, 13646, 12261, 13636, 16374, 12457, 10044, 10450, 9705, 9616, 9652, 9698, 10170, 10848, 9392, 10344, 9772, 10208, 12785, 9620, 9819, 9216, 9410, 9139, 9764, 9688, 8902, 10030, 9469, 9193, 9638, 9606, 8903, 10052, 9551, 9671, 9698, 9518, 10331, 10038, 10070, 9869, 9274, 10064, 10132, 9378, 9651, 9724, 9747, 10058, 9504, 9802, 10123, 9383, 10322, 10256, 9600, 10267, 10006, 10121, 9299, 14269, 9690, 9650, 10115, 9529, 10034, 9609, 9295, 10767, 9981, 9838, 10503, 9361, 9999, 9500, 10569, 9881, 9525, 11853, 9806, 14906, 12475, 10753, 11612, 9588, 12664, 10603, 9501, 12710, 9814, 9292, 10123, 9637, 10195, 10428, 9476, 9514, 10012, 9907, 10042, 9665, 9758, 9347, 15449, 11448, 9574, 9581, 10021, 9355, 10506, 9487, 9606, 9710, 9321, 9889, 9109, 9278, 9622, 9779, 10807, 8859, 10013, 9760, 9942, 10694, 9438, 9784, 9178, 9268, 10800, 9835, 10354, 10549, 9483, 10362, 9300, 9312, 10292, 9304, 10494, 9592, 10053, 14359, 12101, 11565, 9919, 10241, 9862, 9911, 10600, 9715, 9057, 10097, 9970, 9930, 9472, 11397, 9984, 9519, 13859, 10047, 9987, 10987, 9744, 12510, 15068, 9914, 9862, 8849, 10049, 9852, 9690, 9666, 11882, 9888, 10305, 9901, 10119, 14064, 10907, 14427, 12937, 11089, 10957, 9602, 10846, 10729, 9158, 10109, 9854, 9088, 10861, 9668, 9524, 10467, 9786, 10154, 13447, 9728, 13942, 11478, 10238, 12746, 10246, 10420, 9601, 9435, 9809, 9150, 10252, 9729, 9594, 9930, 9765, 10256, 9623, 10386, 10021, 10268, 10340, 10024, 10359, 11345, 10154, 9910, 10646, 12735, 11556, 12448, 13735, 13399, 11244, 10653, 11536, 10115, 13726, 12391, 10809, 10810, 10825, 9743, 11095, 10608, 9923, 11043, 11138, 10658, 13605, 11642, 13987, 14294, 14002, 16143, 13348, 11415, 11417, 10388, 10270, 9414, 10684, 10173, 10980, 10227, 10242, 10454, 10088, 9502, 10367, 10374, 9799, 9712, 10128, 10493, 9979, 9740, 9656, 10031, 10009, 10508, 10836, 9473, 10869, 11145, 10427, 9830, 10942, 9698, 10790, 9744, 11161, 10845, 9500, 11814, 14144, 12356, 15043, 14954, 13635, 15643, 11552, 9897, 10046, 9737, 10334, 9447, 10264, 8911, 9927, 9889, 10126, 9702, 9923, 9990, 10371, 9619, 10116, 9958, 9469, 9689, 9947, 10561, 10171, 9677, 10018, 9636, 10170, 9018, 10218, 9816, 9377, 10084, 9483, 10272, 9412, 9554, 9698, 9999, 8855, 10159, 9553, 9371, 9292, 11347, 9872, 9981, 9886, 9432, 10227, 9896, 9755, 9240, 10404, 9886, 9705, 9730, 9643, 9811, 10184, 9907, 9498, 9810, 9487, 9486, 9841, 9874, 9811, 9482, 10984, 9616, 10745, 14398, 9800, 9613, 9547, 9820, 9527, 9498, 9561, 9248, 9846, 10053, 10069, 9668, 9697, 9448, 11790, 9908, 9445, 9821, 10225, 9596, 9343, 8922, 9939, 9950, 10055, 9901, 10157, 10175, 13453, 11235, 12378, 16383, 12418, 10030, 10115, 9842, 9900, 9216, 9821, 10130, 9363, 9642, 9803, 9960, 9952, 9293, 10048, 9973, 9155, 10165, 9938, 10200, 10188, 9998, 9281, 9451, 9790, 9859, 9951, 10047, 9917], 'WindowCenter': [4061.0, 4034.0, 4040.0, 4028.0, 4008.0, 4018.0, 4005.0, 4007.0, 4016.0, 4016.0, 4018.0, 4017.0, 4017.0, 4026.0, 4006.0, 4016.0, 4015.0, 4016.0, 4025.0, 4007.0, 4017.0, 4028.0, 4018.0, 4051.0, 4018.0, 4016.0, 4027.0, 4017.0, 4028.0, 4026.0, 4005.0, 4005.0, 4038.0, 4007.0, 4016.0, 4025.0, 4004.0, 4014.0, 4013.0, 4014.0, 4014.0, 4026.0, 4014.0, 4015.0, 4014.0, 4015.0, 4025.0, 4005.0, 4016.0, 4039.0, 4017.0, 4017.0, 4016.0, 4005.0, 4036.0, 4004.0, 4025.0, 4037.0, 4004.0, 4025.0, 4014.0, 4014.0, 4002.0, 4004.0, 4013.0, 4015.0, 4015.0, 4014.0, 4015.0, 4014.0, 4014.0, 4004.0, 4027.0, 4021.0, 4031.0, 4018.0, 4008.0, 4017.0, 4016.0, 4006.0, 4019.0, 4028.0, 4019.0, 4026.0, 4016.0, 4016.0, 4050.0, 4030.0, 4019.0, 4027.0, 4016.0, 4036.0, 4003.0, 4013.0, 4037.0, 4004.0, 4014.0, 4012.0, 3991.0, 4002.0, 4002.0, 4003.0, 4003.0, 4003.0, 4030.0, 4036.0, 4034.0, 3992.0, 3988.0, 3952.0, 3997.0, 3989.0, 4011.0, 3992.0, 3993.0, 4000.0, 4013.0, 3990.0, 3987.0, 3998.0, 3990.0, 4014.0, 4015.0, 4016.0, 4016.0, 3993.0, 4014.0, 3991.0, 4001.0, 4012.0, 4001.0, 3991.0, 4013.0, 4003.0, 3992.0, 4014.0, 4005.0, 4005.0, 4026.0, 4006.0, 3994.0, 4003.0, 4024.0, 3993.0, 4038.0, 4050.0, 4017.0, 4025.0, 4001.0, 4001.0, 4012.0, 4002.0, 4027.0, 4014.0, 3990.0, 4023.0, 4027.0, 4014.0, 4025.0, 4003.0, 4003.0, 4012.0, 4003.0, 4013.0, 4023.0, 3991.0, 4001.0, 4011.0, 3991.0, 4013.0, 4000.0, 4012.0, 4001.0, 4001.0, 4003.0, 4013.0, 4003.0, 4003.0, 4003.0, 4013.0, 3991.0, 4003.0, 4003.0, 4023.0, 3992.0, 4001.0, 4001.0, 4001.0, 4001.0, 3990.0, 4001.0, 4002.0, 4016.0, 4027.0, 4017.0, 4016.0, 4015.0, 4026.0, 4005.0, 4016.0, 4017.0, 4016.0, 4016.0, 4004.0, 4002.0, 4002.0, 4001.0, 4004.0, 4005.0, 4014.0, 4004.0, 4015.0, 4015.0, 4013.0, 4002.0, 4016.0, 4015.0, 4004.0, 4035.0, 4013.0, 4014.0, 4001.0, 4001.0, 4022.0, 4003.0, 4001.0, 3990.0, 4000.0, 4001.0, 4002.0, 4002.0, 4004.0, 4004.0, 4037.0, 4004.0, 4004.0, 4002.0, 4001.0, 4011.0, 4000.0, 4022.0, 4001.0, 4002.0, 4001.0, 4001.0, 4001.0, 3990.0, 4002.0, 3991.0, 3991.0, 4002.0, 4002.0, 4002.0, 4003.0, 3992.0, 4004.0, 4014.0, 4003.0, 4004.0, 4024.0, 4002.0, 4012.0, 3991.0, 3990.0, 4032.0, 3991.0, 4001.0, 4000.0, 3990.0, 3990.0, 4001.0, 4002.0, 3991.0, 3992.0, 3992.0, 4002.0, 4014.0, 4003.0, 4004.0, 4003.0, 4004.0, 4016.0, 4016.0, 4017.0, 4006.0, 4017.0, 4017.0, 4016.0, 4005.0, 4038.0, 4005.0, 4015.0, 4005.0, 4005.0, 4016.0, 4016.0, 4006.0, 4017.0, 4029.0, 4008.0, 4028.0, 4017.0, 4016.0, 4006.0, 4039.0, 4029.0, 4030.0, 4052.0, 4008.0, 4016.0, 4018.0, 4017.0, 4018.0, 4018.0, 4018.0, 4020.0, 4043.0, 4020.0, 4030.0, 4028.0, 4005.0, 4006.0, 4058.0, 4039.0, 4006.0, 4047.0, 4003.0, 4002.0, 4012.0, 3991.0, 3992.0, 4044.0, 4000.0, 4002.0, 3979.0, 3989.0, 3988.0, 3990.0, 4003.0, 3992.0, 4002.0, 4001.0, 4001.0, 3990.0, 3989.0, 4044.0, 4000.0, 3989.0, 3989.0, 3987.0, 3987.0, 3967.0, 3989.0, 3990.0, 3991.0, 4011.0, 3991.0, 3992.0, 4002.0, 4003.0, 4026.0, 4003.0, 4003.0, 3991.0, 3990.0, 4001.0, 3990.0, 3990.0, 4011.0, 3990.0, 3990.0, 4000.0, 3989.0, 3990.0, 4003.0, 3994.0, 4015.0, 4012.0, 3982.0, 4013.0, 4015.0, 4026.0, 4005.0, 4014.0, 3993.0, 4002.0, 4004.0, 4037.0, 4012.0, 4003.0, 4000.0, 4002.0, 4015.0, 4027.0, 4005.0, 4005.0, 4004.0, 4017.0, 4027.0, 4019.0, 4016.0, 4015.0, 4036.0, 4017.0, 4007.0, 4048.0, 4015.0, 4033.0, 4013.0, 4033.0, 4043.0, 4021.0, 3989.0, 3988.0, 3977.0, 3976.0, 3978.0, 3978.0, 3988.0, 3999.0, 3978.0, 3989.0, 3990.0, 3990.0, 4022.0, 3980.0, 3989.0, 3978.0, 3977.0, 3977.0, 3988.0, 3990.0, 3979.0, 3989.0, 3990.0, 3980.0, 3992.0, 4004.0, 3994.0, 4004.0, 4004.0, 3993.0, 3994.0, 4006.0, 4017.0, 4006.0, 4006.0, 4005.0, 4006.0, 4005.0, 4004.0, 3995.0, 4007.0, 4005.0, 4006.0, 4005.0, 4006.0, 4005.0, 4005.0, 4007.0, 4018.0, 4019.0, 4008.0, 4017.0, 4006.0, 4005.0, 3996.0, 4050.0, 4006.0, 4006.0, 4015.0, 4006.0, 4005.0, 4004.0, 4008.0, 4028.0, 4018.0, 4018.0, 4016.0, 3996.0, 4006.0, 4009.0, 4030.0, 4008.0, 4007.0, 4028.0, 4006.0, 4047.0, 4026.0, 4016.0, 4013.0, 3992.0, 4023.0, 4002.0, 3992.0, 4036.0, 4004.0, 3994.0, 4003.0, 4004.0, 4003.0, 4014.0, 4004.0, 4005.0, 4004.0, 4005.0, 4004.0, 3993.0, 3993.0, 3993.0, 4044.0, 4014.0, 3992.0, 3992.0, 4002.0, 3981.0, 4001.0, 3992.0, 3992.0, 3994.0, 3994.0, 4004.0, 3995.0, 3994.0, 4004.0, 4003.0, 4014.0, 3995.0, 4003.0, 4005.0, 4004.0, 4003.0, 3994.0, 4003.0, 3994.0, 3995.0, 4014.0, 4005.0, 4016.0, 4015.0, 4005.0, 4016.0, 4008.0, 4007.0, 4016.0, 3996.0, 4015.0, 3994.0, 4005.0, 4046.0, 4040.0, 4030.0, 4019.0, 4016.0, 4003.0, 4003.0, 4015.0, 4005.0, 3995.0, 4016.0, 4005.0, 4004.0, 3994.0, 4014.0, 4007.0, 4006.0, 4047.0, 4004.0, 4004.0, 4013.0, 3992.0, 4024.0, 4047.0, 3993.0, 4003.0, 3981.0, 4003.0, 4003.0, 3993.0, 3995.0, 4026.0, 4006.0, 4018.0, 4004.0, 4002.0, 4034.0, 4013.0, 4048.0, 4024.0, 4002.0, 4002.0, 3993.0, 4014.0, 4013.0, 3992.0, 4003.0, 4002.0, 3994.0, 4016.0, 4006.0, 4005.0, 4015.0, 4004.0, 4003.0, 4035.0, 3993.0, 4035.0, 4013.0, 4003.0, 4023.0, 3990.0, 4000.0, 3978.0, 3979.0, 3990.0, 3979.0, 4001.0, 3992.0, 3992.0, 4003.0, 4003.0, 4004.0, 3994.0, 4015.0, 4017.0, 4017.0, 4017.0, 4006.0, 4018.0, 4041.0, 4031.0, 4019.0, 4018.0, 4040.0, 4030.0, 4027.0, 4037.0, 4050.0, 4030.0, 4029.0, 4025.0, 4003.0, 4033.0, 4012.0, 4001.0, 4004.0, 4014.0, 3994.0, 4025.0, 4002.0, 4001.0, 4014.0, 4014.0, 4002.0, 4024.0, 4002.0, 4021.0, 4020.0, 4009.0, 4017.0, 4006.0, 3984.0, 3981.0, 3962.0, 3961.0, 3950.0, 3970.0, 3962.0, 3984.0, 3972.0, 3973.0, 3974.0, 3974.0, 3964.0, 3986.0, 3986.0, 3988.0, 3978.0, 3990.0, 3999.0, 3993.0, 3978.0, 3977.0, 3978.0, 3991.0, 4004.0, 4004.0, 3994.0, 4003.0, 4003.0, 4004.0, 3992.0, 4016.0, 3993.0, 4003.0, 3993.0, 4014.0, 4003.0, 3994.0, 4015.0, 4034.0, 4010.0, 4032.0, 4022.0, 4020.0, 4029.0, 3987.0, 3966.0, 3965.0, 3964.0, 3974.0, 3964.0, 3976.0, 3967.0, 3977.0, 3978.0, 3988.0, 3979.0, 3990.0, 3990.0, 3990.0, 3980.0, 3990.0, 3980.0, 3979.0, 3979.0, 3991.0, 4002.0, 3991.0, 3980.0, 3991.0, 3982.0, 4004.0, 3982.0, 3991.0, 3991.0, 3981.0, 3992.0, 3993.0, 3992.0, 3982.0, 3981.0, 3982.0, 3994.0, 3985.0, 4005.0, 3993.0, 3983.0, 3984.0, 4015.0, 3994.0, 3995.0, 3991.0, 3983.0, 3993.0, 3993.0, 3994.0, 3984.0, 4004.0, 3993.0, 3993.0, 3994.0, 3995.0, 3995.0, 4005.0, 4006.0, 4007.0, 4006.0, 3997.0, 3996.0, 4007.0, 4008.0, 4006.0, 3994.0, 4016.0, 3995.0, 4006.0, 4051.0, 4007.0, 3995.0, 3993.0, 3992.0, 3982.0, 3983.0, 3993.0, 3983.0, 3993.0, 3995.0, 3994.0, 3993.0, 3983.0, 3995.0, 4028.0, 3995.0, 3996.0, 3995.0, 4004.0, 3994.0, 3985.0, 3986.0, 4007.0, 4007.0, 4007.0, 4007.0, 4006.0, 4006.0, 4037.0, 4005.0, 4025.0, 4046.0, 4024.0, 3993.0, 3992.0, 3981.0, 3992.0, 3981.0, 3991.0, 3992.0, 3981.0, 3982.0, 3992.0, 3991.0, 3992.0, 3982.0, 3993.0, 3994.0, 3994.0, 4005.0, 3994.0, 3992.0, 3992.0, 3992.0, 3996.0, 3994.0, 3995.0, 4006.0, 4007.0, 4006.0, 3994.0], 'WindowWidth': [9043.0, 8990.0, 8993.0, 8973.0, 8944.0, 8959.0, 8937.0, 8941.0, 8950.0, 8950.0, 8958.0, 8956.0, 8953.0, 8966.0, 8939.0, 8951.0, 8949.0, 8953.0, 8966.0, 8943.0, 8956.0, 8970.0, 8957.0, 9010.0, 8957.0, 8952.0, 8970.0, 8955.0, 8971.0, 8966.0, 8935.0, 8936.0, 8986.0, 8943.0, 8954.0, 8962.0, 8935.0, 8947.0, 8943.0, 8947.0, 8946.0, 8968.0, 8948.0, 8950.0, 8949.0, 8952.0, 8963.0, 8936.0, 8954.0, 8991.0, 8958.0, 8957.0, 8954.0, 8937.0, 8981.0, 8933.0, 8964.0, 8984.0, 8936.0, 8965.0, 8948.0, 8947.0, 8929.0, 8931.0, 8944.0, 8951.0, 8950.0, 8950.0, 8951.0, 8947.0, 8947.0, 8933.0, 8970.0, 8969.0, 8981.0, 8958.0, 8947.0, 8957.0, 8954.0, 8939.0, 8965.0, 8973.0, 8961.0, 8968.0, 8952.0, 8954.0, 9007.0, 8979.0, 8963.0, 8970.0, 8953.0, 8982.0, 8931.0, 8944.0, 8986.0, 8935.0, 8947.0, 8943.0, 8913.0, 8927.0, 8928.0, 8933.0, 8933.0, 8931.0, 8981.0, 8981.0, 8988.0, 8908.0, 8899.0, 8839.0, 8909.0, 8904.0, 8938.0, 8914.0, 8918.0, 8921.0, 8944.0, 8907.0, 8898.0, 8914.0, 8905.0, 8944.0, 8949.0, 8951.0, 8951.0, 8916.0, 8943.0, 8911.0, 8923.0, 8936.0, 8923.0, 8910.0, 8941.0, 8928.0, 8914.0, 8945.0, 8935.0, 8937.0, 8964.0, 8939.0, 8920.0, 8928.0, 8959.0, 8916.0, 8983.0, 9007.0, 8954.0, 8961.0, 8923.0, 8923.0, 8940.0, 8928.0, 8971.0, 8945.0, 8909.0, 8957.0, 8969.0, 8949.0, 8964.0, 8932.0, 8930.0, 8940.0, 8932.0, 8944.0, 8959.0, 8911.0, 8923.0, 8936.0, 8912.0, 8944.0, 8924.0, 8941.0, 8925.0, 8925.0, 8930.0, 8944.0, 8931.0, 8931.0, 8929.0, 8944.0, 8912.0, 8929.0, 8930.0, 8959.0, 8913.0, 8925.0, 8923.0, 8925.0, 8925.0, 8908.0, 8925.0, 8927.0, 8952.0, 8968.0, 8957.0, 8955.0, 8950.0, 8964.0, 8935.0, 8952.0, 8957.0, 8953.0, 8955.0, 8932.0, 8927.0, 8927.0, 8924.0, 8931.0, 8939.0, 8948.0, 8937.0, 8949.0, 8949.0, 8944.0, 8930.0, 8953.0, 8951.0, 8934.0, 8979.0, 8944.0, 8949.0, 8925.0, 8923.0, 8956.0, 8929.0, 8924.0, 8909.0, 8923.0, 8925.0, 8926.0, 8927.0, 8935.0, 8934.0, 8983.0, 8934.0, 8934.0, 8926.0, 8924.0, 8938.0, 8920.0, 8956.0, 8925.0, 8927.0, 8924.0, 8925.0, 8922.0, 8906.0, 8926.0, 8910.0, 8909.0, 8927.0, 8928.0, 8926.0, 8929.0, 8914.0, 8932.0, 8945.0, 8928.0, 8931.0, 8959.0, 8926.0, 8940.0, 8909.0, 8907.0, 8968.0, 8910.0, 8924.0, 8921.0, 8908.0, 8908.0, 8923.0, 8924.0, 8909.0, 8914.0, 8914.0, 8927.0, 8944.0, 8930.0, 8932.0, 8928.0, 8932.0, 8950.0, 8951.0, 8954.0, 8940.0, 8952.0, 8953.0, 8950.0, 8935.0, 8985.0, 8936.0, 8949.0, 8934.0, 8934.0, 8951.0, 8950.0, 8939.0, 8955.0, 8973.0, 8945.0, 8972.0, 8956.0, 8951.0, 8938.0, 8988.0, 8973.0, 8975.0, 9010.0, 8946.0, 8953.0, 8958.0, 8955.0, 8959.0, 8956.0, 8957.0, 8963.0, 9002.0, 8967.0, 8977.0, 8972.0, 8935.0, 8936.0, 9013.0, 8989.0, 8938.0, 8996.0, 8929.0, 8924.0, 8939.0, 8909.0, 8914.0, 8985.0, 8923.0, 8926.0, 8892.0, 8904.0, 8901.0, 8906.0, 8927.0, 8913.0, 8927.0, 8924.0, 8921.0, 8907.0, 8904.0, 8984.0, 8921.0, 8903.0, 8903.0, 8898.0, 8898.0, 8871.0, 8905.0, 8907.0, 8910.0, 8937.0, 8911.0, 8914.0, 8924.0, 8928.0, 8965.0, 8928.0, 8928.0, 8909.0, 8905.0, 8921.0, 8908.0, 8906.0, 8936.0, 8906.0, 8907.0, 8917.0, 8903.0, 8906.0, 8929.0, 8921.0, 8946.0, 8940.0, 8899.0, 8940.0, 8948.0, 8966.0, 8933.0, 8946.0, 8915.0, 8923.0, 8932.0, 8982.0, 8939.0, 8926.0, 8919.0, 8927.0, 8950.0, 8968.0, 8936.0, 8934.0, 8933.0, 8956.0, 8970.0, 8960.0, 8953.0, 8949.0, 8982.0, 8955.0, 8943.0, 8999.0, 8947.0, 8970.0, 8942.0, 8969.0, 8985.0, 8950.0, 8902.0, 8903.0, 8885.0, 8883.0, 8888.0, 8887.0, 8901.0, 8915.0, 8889.0, 8905.0, 8909.0, 8908.0, 8954.0, 8893.0, 8903.0, 8887.0, 8885.0, 8885.0, 8899.0, 8906.0, 8892.0, 8904.0, 8906.0, 8895.0, 8914.0, 8934.0, 8921.0, 8934.0, 8933.0, 8918.0, 8918.0, 8936.0, 8954.0, 8938.0, 8940.0, 8937.0, 8939.0, 8936.0, 8930.0, 8922.0, 8942.0, 8935.0, 8940.0, 8935.0, 8937.0, 8934.0, 8936.0, 8943.0, 8959.0, 8961.0, 8946.0, 8955.0, 8937.0, 8936.0, 8925.0, 9003.0, 8939.0, 8940.0, 8949.0, 8937.0, 8936.0, 8934.0, 8944.0, 8970.0, 8958.0, 8959.0, 8952.0, 8924.0, 8940.0, 8948.0, 8978.0, 8945.0, 8940.0, 8971.0, 8938.0, 8994.0, 8966.0, 8949.0, 8945.0, 8912.0, 8954.0, 8924.0, 8911.0, 8979.0, 8931.0, 8920.0, 8930.0, 8932.0, 8931.0, 8945.0, 8934.0, 8937.0, 8934.0, 8936.0, 8932.0, 8916.0, 8917.0, 8915.0, 8987.0, 8945.0, 8914.0, 8914.0, 8927.0, 8897.0, 8923.0, 8913.0, 8915.0, 8918.0, 8921.0, 8933.0, 8923.0, 8920.0, 8934.0, 8931.0, 8945.0, 8922.0, 8932.0, 8934.0, 8932.0, 8930.0, 8919.0, 8930.0, 8921.0, 8921.0, 8946.0, 8938.0, 8951.0, 8948.0, 8936.0, 8954.0, 8943.0, 8942.0, 8953.0, 8924.0, 8950.0, 8920.0, 8933.0, 8992.0, 8989.0, 8975.0, 8963.0, 8952.0, 8930.0, 8930.0, 8949.0, 8935.0, 8925.0, 8954.0, 8937.0, 8934.0, 8918.0, 8947.0, 8942.0, 8937.0, 8996.0, 8933.0, 8930.0, 8944.0, 8913.0, 8957.0, 8996.0, 8915.0, 8929.0, 8899.0, 8928.0, 8928.0, 8918.0, 8922.0, 8966.0, 8939.0, 8958.0, 8931.0, 8925.0, 8972.0, 8944.0, 8996.0, 8960.0, 8923.0, 8926.0, 8919.0, 8948.0, 8943.0, 8915.0, 8930.0, 8928.0, 8921.0, 8951.0, 8939.0, 8934.0, 8946.0, 8931.0, 8929.0, 8976.0, 8915.0, 8975.0, 8943.0, 8928.0, 8957.0, 8906.0, 8919.0, 8888.0, 8891.0, 8907.0, 8891.0, 8924.0, 8912.0, 8913.0, 8931.0, 8930.0, 8931.0, 8918.0, 8949.0, 8955.0, 8957.0, 8955.0, 8937.0, 8956.0, 8991.0, 8981.0, 8958.0, 8955.0, 8988.0, 8975.0, 8965.0, 8981.0, 9001.0, 8975.0, 8974.0, 8962.0, 8927.0, 8966.0, 8936.0, 8920.0, 8928.0, 8943.0, 8918.0, 8960.0, 8926.0, 8924.0, 8943.0, 8944.0, 8925.0, 8962.0, 8925.0, 8948.0, 8947.0, 8928.0, 8941.0, 8918.0, 8885.0, 8878.0, 8854.0, 8850.0, 8835.0, 8861.0, 8853.0, 8885.0, 8865.0, 8869.0, 8873.0, 8874.0, 8861.0, 8894.0, 8893.0, 8900.0, 8886.0, 8905.0, 8916.0, 8913.0, 8885.0, 8883.0, 8885.0, 8908.0, 8927.0, 8928.0, 8916.0, 8923.0, 8929.0, 8927.0, 8909.0, 8949.0, 8913.0, 8924.0, 8911.0, 8939.0, 8925.0, 8916.0, 8946.0, 8971.0, 8932.0, 8961.0, 8953.0, 8943.0, 8954.0, 8893.0, 8863.0, 8864.0, 8860.0, 8871.0, 8858.0, 8880.0, 8870.0, 8883.0, 8885.0, 8899.0, 8888.0, 8904.0, 8903.0, 8905.0, 8891.0, 8903.0, 8891.0, 8887.0, 8887.0, 8906.0, 8923.0, 8905.0, 8891.0, 8907.0, 8898.0, 8928.0, 8898.0, 8906.0, 8906.0, 8895.0, 8909.0, 8912.0, 8908.0, 8897.0, 8896.0, 8898.0, 8915.0, 8907.0, 8933.0, 8913.0, 8899.0, 8901.0, 8948.0, 8916.0, 8918.0, 8909.0, 8898.0, 8913.0, 8912.0, 8915.0, 8903.0, 8929.0, 8913.0, 8914.0, 8917.0, 8920.0, 8919.0, 8933.0, 8936.0, 8940.0, 8935.0, 8926.0, 8924.0, 8938.0, 8941.0, 8936.0, 8918.0, 8950.0, 8918.0, 8933.0, 9005.0, 8937.0, 8919.0, 8911.0, 8908.0, 8897.0, 8900.0, 8912.0, 8900.0, 8914.0, 8917.0, 8915.0, 8913.0, 8897.0, 8918.0, 8968.0, 8919.0, 8922.0, 8918.0, 8928.0, 8915.0, 8904.0, 8907.0, 8938.0, 8940.0, 8938.0, 8939.0, 8937.0, 8934.0, 8977.0, 8930.0, 8957.0, 8991.0, 8956.0, 8911.0, 8911.0, 8891.0, 8908.0, 8893.0, 8907.0, 8908.0, 8895.0, 8897.0, 8911.0, 8907.0, 8907.0, 8896.0, 8912.0, 8914.0, 8917.0, 8931.0, 8915.0, 8910.0, 8908.0, 8908.0, 8922.0, 8915.0, 8920.0, 8935.0, 8940.0, 8935.0, 8915.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.0012671684587813618</td></tr>
<tr><td colspan=3>aqi</td><td>0.03731515400238949</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.774043060466525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1234002279186592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9807060539234458</td></tr>
<tr><td colspan=3>efc</td><td>0.5197</td></tr>
<tr><td colspan=3>fber</td><td>2890.9329</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13885597235249195</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.814814814814815</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4911194560839376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3762481251640115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.760351025097194</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3367592179906063</td></tr>
<tr><td colspan=3>gcor</td><td>0.00774172</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02146901935338974</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04095048829913139</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>837</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.898420166538211</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>19.6178</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.9347</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>218.9872</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291685.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>982.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.7932</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2374</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.1198</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3135.2288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.2613</td></tr>
<tr><td colspan=3>tsnr</td><td>28.643297784030437</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>