<?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-0009_ses-04_task-social_acq-mb8_run-03_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-0009_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0009_suffix-bold_task-social" 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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_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-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-social_acq-mb8_run-03_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-0009/ses-04/func/sub-0009_ses-04_task-social_acq-mb8_run-03_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>753892cf96d7630184b8dc757f81eb54</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:06:29.225000</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.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_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.0828612</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>921e8043-4a6d-4ed9-9260-8826a51e9781||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.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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, 872]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['130629.225000', '130629.685000', '130630.145000', '130630.605000', '130631.065000', '130631.525000', '130631.985000', '130632.445000', '130632.905000', '130633.365000', '130633.825000', '130634.285000', '130634.745000', '130635.205000', '130635.665000', '130636.125000', '130636.585000', '130637.045000', '130637.505000', '130637.965000', '130638.425000', '130638.885000', '130639.345000', '130639.805000', '130640.265000', '130640.725000', '130641.185000', '130641.645000', '130642.105000', '130642.565000', '130643.025000', '130643.485000', '130643.945000', '130644.405000', '130644.865000', '130645.325000', '130645.785000', '130646.245000', '130646.705000', '130647.165000', '130647.625000', '130648.085000', '130648.545000', '130649.005000', '130649.465000', '130649.925000', '130650.385000', '130650.845000', '130651.305000', '130651.765000', '130652.225000', '130652.685000', '130653.145000', '130653.605000', '130654.065000', '130654.525000', '130654.985000', '130655.445000', '130655.905000', '130656.365000', '130656.825000', '130657.285000', '130657.745000', '130658.205000', '130658.665000', '130659.125000', '130659.585000', '130700.045000', '130700.505000', '130700.965000', '130701.425000', '130701.885000', '130702.345000', '130702.805000', '130703.265000', '130703.725000', '130704.185000', '130704.645000', '130705.105000', '130705.565000', '130706.025000', '130706.485000', '130706.945000', '130707.405000', '130707.865000', '130708.325000', '130708.785000', '130709.245000', '130709.705000', '130710.165000', '130710.625000', '130711.085000', '130711.545000', '130712.005000', '130712.465000', '130712.925000', '130713.385000', '130713.845000', '130714.305000', '130714.765000', '130715.225000', '130715.685000', '130716.145000', '130716.605000', '130717.065000', '130717.525000', '130717.985000', '130718.445000', '130718.905000', '130719.365000', '130719.825000', '130720.285000', '130720.745000', '130721.205000', '130721.665000', '130722.125000', '130722.585000', '130723.045000', '130723.505000', '130723.965000', '130724.425000', '130724.885000', '130725.345000', '130725.805000', '130726.265000', '130726.725000', '130727.185000', '130727.645000', '130728.105000', '130728.565000', '130729.025000', '130729.485000', '130729.945000', '130730.405000', '130730.865000', '130731.325000', '130731.785000', '130732.245000', '130732.705000', '130733.165000', '130733.625000', '130734.085000', '130734.545000', '130735.005000', '130735.465000', '130735.925000', '130736.385000', '130736.845000', '130737.305000', '130737.765000', '130738.225000', '130738.685000', '130739.145000', '130739.605000', '130740.065000', '130740.525000', '130740.985000', '130741.445000', '130741.905000', '130742.365000', '130742.825000', '130743.285000', '130743.745000', '130744.205000', '130744.665000', '130745.125000', '130745.585000', '130746.045000', '130746.505000', '130746.965000', '130747.425000', '130747.885000', '130748.345000', '130748.805000', '130749.265000', '130749.725000', '130750.185000', '130750.645000', '130751.105000', '130751.565000', '130752.025000', '130752.485000', '130752.945000', '130753.405000', '130753.865000', '130754.325000', '130754.785000', '130755.245000', '130755.705000', '130756.165000', '130756.625000', '130757.085000', '130757.545000', '130758.005000', '130758.465000', '130758.925000', '130759.385000', '130759.845000', '130800.305000', '130800.765000', '130801.225000', '130801.685000', '130802.145000', '130802.605000', '130803.065000', '130803.525000', '130803.985000', '130804.445000', '130804.905000', '130805.365000', '130805.825000', '130806.285000', '130806.745000', '130807.205000', '130807.665000', '130808.125000', '130808.585000', '130809.045000', '130809.505000', '130809.965000', '130810.425000', '130810.885000', '130811.345000', '130811.805000', '130812.265000', '130812.725000', '130813.185000', '130813.645000', '130814.105000', '130814.565000', '130815.025000', '130815.485000', '130815.945000', '130816.405000', '130816.865000', '130817.325000', '130817.785000', '130818.245000', '130818.705000', '130819.165000', '130819.625000', '130820.085000', '130820.545000', '130821.005000', '130821.465000', '130821.925000', '130822.385000', '130822.845000', '130823.305000', '130823.765000', '130824.225000', '130824.685000', '130825.145000', '130825.605000', '130826.065000', '130826.525000', '130826.985000', '130827.445000', '130827.905000', '130828.365000', '130828.825000', '130829.285000', '130829.745000', '130830.205000', '130830.665000', '130831.125000', '130831.585000', '130832.045000', '130832.505000', '130832.965000', '130833.425000', '130833.885000', '130834.345000', '130834.805000', '130835.265000', '130835.725000', '130836.185000', '130836.645000', '130837.105000', '130837.565000', '130838.025000', '130838.485000', '130838.945000', '130839.405000', '130839.865000', '130840.325000', '130840.785000', '130841.245000', '130841.705000', '130842.165000', '130842.625000', '130843.085000', '130843.545000', '130844.005000', '130844.465000', '130844.925000', '130845.385000', '130845.845000', '130846.305000', '130846.765000', '130847.225000', '130847.685000', '130848.145000', '130848.605000', '130849.065000', '130849.525000', '130849.985000', '130850.445000', '130850.905000', '130851.365000', '130851.825000', '130852.285000', '130852.745000', '130853.205000', '130853.665000', '130854.125000', '130854.585000', '130855.045000', '130855.505000', '130855.965000', '130856.425000', '130856.885000', '130857.345000', '130857.805000', '130858.265000', '130858.725000', '130859.185000', '130859.645000', '130900.105000', '130900.565000', '130901.025000', '130901.485000', '130901.945000', '130902.405000', '130902.865000', '130903.325000', '130903.785000', '130904.245000', '130904.705000', '130905.165000', '130905.625000', '130906.085000', '130906.545000', '130907.005000', '130907.465000', '130907.925000', '130908.385000', '130908.845000', '130909.305000', '130909.765000', '130910.225000', '130910.685000', '130911.145000', '130911.605000', '130912.065000', '130912.525000', '130912.985000', '130913.445000', '130913.905000', '130914.365000', '130914.825000', '130915.285000', '130915.745000', '130916.205000', '130916.665000', '130917.125000', '130917.585000', '130918.045000', '130918.505000', '130918.965000', '130919.425000', '130919.885000', '130920.345000', '130920.805000', '130921.265000', '130921.725000', '130922.185000', '130922.645000', '130923.105000', '130923.565000', '130924.025000', '130924.485000', '130924.945000', '130925.405000', '130925.865000', '130926.325000', '130926.785000', '130927.245000', '130927.705000', '130928.165000', '130928.625000', '130929.085000', '130929.545000', '130930.005000', '130930.465000', '130930.925000', '130931.385000', '130931.845000', '130932.305000', '130932.765000', '130933.225000', '130933.685000', '130934.145000', '130934.605000', '130935.065000', '130935.525000', '130935.985000', '130936.445000', '130936.905000', '130937.365000', '130937.825000', '130938.285000', '130938.745000', '130939.205000', '130939.665000', '130940.125000', '130940.585000', '130941.045000', '130941.505000', '130941.965000', '130942.425000', '130942.885000', '130943.345000', '130943.805000', '130944.265000', '130944.725000', '130945.185000', '130945.645000', '130946.105000', '130946.565000', '130947.025000', '130947.485000', '130947.945000', '130948.405000', '130948.865000', '130949.325000', '130949.785000', '130950.245000', '130950.705000', '130951.165000', '130951.625000', '130952.085000', '130952.545000', '130953.005000', '130953.465000', '130953.925000', '130954.385000', '130954.845000', '130955.305000', '130955.765000', '130956.225000', '130956.685000', '130957.145000', '130957.605000', '130958.065000', '130958.525000', '130958.985000', '130959.445000', '130959.905000', '131000.365000', '131000.825000', '131001.285000', '131001.745000', '131002.205000', '131002.665000', '131003.125000', '131003.585000', '131004.045000', '131004.505000', '131004.965000', '131005.425000', '131005.885000', '131006.345000', '131006.805000', '131007.265000', '131007.725000', '131008.185000', '131008.645000', '131009.105000', '131009.565000', '131010.025000', '131010.485000', '131010.945000', '131011.405000', '131011.865000', '131012.325000', '131012.785000', '131013.245000', '131013.705000', '131014.165000', '131014.625000', '131015.085000', '131015.545000', '131016.005000', '131016.465000', '131016.925000', '131017.385000', '131017.845000', '131018.305000', '131018.765000', '131019.225000', '131019.685000', '131020.145000', '131020.605000', '131021.065000', '131021.525000', '131021.985000', '131022.445000', '131022.905000', '131023.365000', '131023.825000', '131024.285000', '131024.745000', '131025.205000', '131025.665000', '131026.125000', '131026.585000', '131027.045000', '131027.505000', '131027.965000', '131028.425000', '131028.885000', '131029.345000', '131029.805000', '131030.265000', '131030.725000', '131031.185000', '131031.645000', '131032.105000', '131032.565000', '131033.025000', '131033.485000', '131033.945000', '131034.405000', '131034.865000', '131035.325000', '131035.785000', '131036.245000', '131036.705000', '131037.165000', '131037.625000', '131038.085000', '131038.545000', '131039.005000', '131039.465000', '131039.925000', '131040.385000', '131040.845000', '131041.305000', '131041.765000', '131042.225000', '131042.685000', '131043.145000', '131043.605000', '131044.065000', '131044.525000', '131044.985000', '131045.445000', '131045.905000', '131046.365000', '131046.825000', '131047.285000', '131047.745000', '131048.205000', '131048.665000', '131049.125000', '131049.585000', '131050.045000', '131050.505000', '131050.965000', '131051.425000', '131051.885000', '131052.345000', '131052.805000', '131053.265000', '131053.725000', '131054.185000', '131054.645000', '131055.105000', '131055.565000', '131056.025000', '131056.485000', '131056.945000', '131057.405000', '131057.865000', '131058.325000', '131058.785000', '131059.245000', '131059.705000', '131100.165000', '131100.625000', '131101.085000', '131101.545000', '131102.005000', '131102.465000', '131102.925000', '131103.385000', '131103.845000', '131104.305000', '131104.765000', '131105.225000', '131105.685000', '131106.145000', '131106.605000', '131107.065000', '131107.525000', '131107.985000', '131108.445000', '131108.905000', '131109.365000', '131109.825000', '131110.285000', '131110.745000', '131111.205000', '131111.665000', '131112.125000', '131112.585000', '131113.045000', '131113.505000', '131113.965000', '131114.425000', '131114.885000', '131115.345000', '131115.805000', '131116.265000', '131116.725000', '131117.185000', '131117.645000', '131118.105000', '131118.565000', '131119.025000', '131119.485000', '131119.945000', '131120.405000', '131120.865000', '131121.325000', '131121.785000', '131122.245000', '131122.705000', '131123.165000', '131123.625000', '131124.085000', '131124.545000', '131125.005000', '131125.465000', '131125.925000', '131126.385000', '131126.845000', '131127.305000', '131127.765000', '131128.225000', '131128.685000', '131129.145000', '131129.605000', '131130.065000', '131130.525000', '131130.985000', '131131.445000', '131131.905000', '131132.365000', '131132.825000', '131133.285000', '131133.745000', '131134.205000', '131134.665000', '131135.125000', '131135.585000', '131136.045000', '131136.505000', '131136.965000', '131137.425000', '131137.885000', '131138.345000', '131138.805000', '131139.265000', '131139.725000', '131140.185000', '131140.645000', '131141.105000', '131141.565000', '131142.025000', '131142.485000', '131142.945000', '131143.405000', '131143.865000', '131144.325000', '131144.785000', '131145.245000', '131145.705000', '131146.165000', '131146.625000', '131147.085000', '131147.545000', '131148.005000', '131148.465000', '131148.925000', '131149.385000', '131149.845000', '131150.305000', '131150.765000', '131151.225000', '131151.685000', '131152.145000', '131152.605000', '131153.065000', '131153.525000', '131153.985000', '131154.445000', '131154.905000', '131155.365000', '131155.825000', '131156.285000', '131156.745000', '131157.205000', '131157.665000', '131158.125000', '131158.585000', '131159.045000', '131159.505000', '131159.965000', '131200.425000', '131200.885000', '131201.345000', '131201.805000', '131202.265000', '131202.725000', '131203.185000', '131203.645000', '131204.105000', '131204.565000', '131205.025000', '131205.485000', '131205.945000', '131206.405000', '131206.865000', '131207.325000', '131207.785000', '131208.245000', '131208.705000', '131209.165000', '131209.625000', '131210.085000', '131210.545000', '131211.005000', '131211.465000', '131211.925000', '131212.385000', '131212.845000', '131213.305000', '131213.765000', '131214.225000', '131214.685000', '131215.145000', '131215.605000', '131216.065000', '131216.525000', '131216.985000', '131217.445000', '131217.905000', '131218.365000', '131218.825000', '131219.285000', '131219.745000', '131220.205000', '131220.665000', '131221.125000', '131221.585000', '131222.045000', '131222.505000', '131222.965000', '131223.425000', '131223.885000', '131224.345000', '131224.805000', '131225.265000', '131225.725000', '131226.185000', '131226.645000', '131227.105000', '131227.565000', '131228.025000', '131228.485000', '131228.945000', '131229.405000', '131229.865000', '131230.325000', '131230.785000', '131231.245000', '131231.705000', '131232.165000', '131232.625000', '131233.085000', '131233.545000', '131234.005000', '131234.465000', '131234.925000', '131235.385000', '131235.845000', '131236.305000', '131236.765000', '131237.225000', '131237.685000', '131238.145000', '131238.605000', '131239.065000', '131239.525000', '131239.985000', '131240.445000', '131240.905000', '131241.365000', '131241.825000', '131242.285000', '131242.745000', '131243.205000', '131243.665000', '131244.125000', '131244.585000', '131245.045000', '131245.505000', '131245.965000', '131246.425000', '131246.885000', '131247.345000', '131247.805000', '131248.265000', '131248.725000', '131249.185000', '131249.645000', '131250.105000', '131250.565000', '131251.025000', '131251.485000', '131251.945000', '131252.405000', '131252.865000', '131253.325000', '131253.785000', '131254.245000', '131254.705000', '131255.165000', '131255.625000', '131256.085000', '131256.545000', '131257.005000', '131257.465000', '131257.925000', '131258.385000', '131258.845000', '131259.305000', '131259.765000', '131300.225000', '131300.685000', '131301.145000', '131301.605000', '131302.065000', '131302.525000', '131302.985000', '131303.445000', '131303.905000', '131304.365000', '131304.825000', '131305.285000', '131305.745000', '131306.205000', '131306.665000', '131307.125000', '131307.585000', '131308.045000', '131308.505000', '131308.965000', '131309.425000', '131309.885000'], 'ContentTime': ['130633.557000', '130653.509000', '130653.513000', '130653.516000', '130653.519000', '130653.522000', '130653.525000', '130653.528000', '130653.531000', '130653.534000', '130653.537000', '130653.540000', '130653.543000', '130653.546000', '130653.549000', '130653.552000', '130653.554000', '130653.558000', '130653.560000', '130653.563000', '130653.567000', '130653.570000', '130653.573000', '130653.575000', '130653.578000', '130653.584000', '130653.588000', '130653.591000', '130653.594000', '130653.597000', '130653.600000', '130653.603000', '130653.606000', '130653.620000', '130653.623000', '130653.626000', '130653.628000', '130653.631000', '130653.634000', '130653.637000', '130653.640000', '130653.659000', '130653.662000', '130653.672000', '130653.675000', '130653.677000', '130653.680000', '130653.683000', '130653.686000', '130653.689000', '130713.509000', '130713.512000', '130713.515000', '130713.518000', '130713.521000', '130713.524000', '130713.527000', '130713.530000', '130713.533000', '130713.535000', '130713.538000', '130713.541000', '130713.544000', '130713.547000', '130713.550000', '130713.553000', '130713.556000', '130713.559000', '130713.562000', '130713.565000', '130713.568000', '130713.571000', '130713.574000', '130713.577000', '130713.583000', '130713.586000', '130713.588000', '130713.591000', '130713.594000', '130713.597000', '130713.600000', '130713.603000', '130713.606000', '130713.609000', '130713.612000', '130713.615000', '130713.618000', '130713.621000', '130713.624000', '130713.627000', '130713.630000', '130713.632000', '130713.635000', '130713.638000', '130733.509000', '130733.512000', '130733.515000', '130733.518000', '130733.521000', '130733.524000', '130733.527000', '130733.533000', '130733.536000', '130733.539000', '130733.542000', '130733.545000', '130733.548000', '130733.551000', '130733.554000', '130733.557000', '130733.560000', '130733.563000', '130733.566000', '130733.569000', '130733.572000', '130733.575000', '130733.578000', '130733.581000', '130733.584000', '130733.587000', '130733.591000', '130733.596000', '130733.600000', '130733.603000', '130733.606000', '130733.609000', '130733.612000', '130733.615000', '130733.618000', '130733.621000', '130733.624000', '130733.627000', '130733.630000', '130733.633000', '130733.636000', '130733.639000', '130733.642000', '130753.509000', '130753.512000', '130753.515000', '130753.518000', '130753.521000', '130753.524000', '130753.527000', '130753.530000', '130753.533000', '130753.536000', '130753.539000', '130753.542000', '130753.545000', '130753.548000', '130753.551000', '130753.554000', '130753.557000', '130753.559000', '130753.563000', '130753.566000', '130753.569000', '130753.572000', '130753.577000', '130753.580000', '130753.583000', '130753.586000', '130753.589000', '130753.592000', '130753.595000', '130753.598000', '130753.601000', '130753.604000', '130753.607000', '130753.610000', '130753.613000', '130753.616000', '130753.619000', '130753.622000', '130753.625000', '130753.628000', '130753.631000', '130753.633000', '130753.637000', '130753.640000', '130813.509000', '130813.512000', '130813.515000', '130813.518000', '130813.521000', '130813.524000', '130813.527000', '130813.530000', '130813.533000', '130813.535000', '130813.538000', '130813.541000', '130813.546000', '130813.551000', '130813.554000', '130813.557000', '130813.560000', '130813.563000', '130813.566000', '130813.569000', '130813.572000', '130813.575000', '130813.578000', '130813.581000', '130813.584000', '130813.587000', '130813.590000', '130813.593000', '130813.596000', '130813.599000', '130813.602000', '130813.605000', '130813.608000', '130813.611000', '130813.615000', '130813.620000', '130813.623000', '130813.626000', '130813.629000', '130813.632000', '130813.635000', '130813.638000', '130813.641000', '130833.508000', '130833.511000', '130833.514000', '130833.517000', '130833.520000', '130833.523000', '130833.526000', '130833.529000', '130833.532000', '130833.535000', '130833.538000', '130833.541000', '130833.544000', '130833.547000', '130833.550000', '130833.553000', '130833.556000', '130833.559000', '130833.562000', '130833.565000', '130833.568000', '130833.571000', '130833.574000', '130833.576000', '130833.579000', '130833.582000', '130833.585000', '130833.588000', '130833.591000', '130833.594000', '130833.597000', '130833.600000', '130833.603000', '130833.606000', '130833.609000', '130833.612000', '130833.615000', '130833.618000', '130833.621000', '130833.623000', '130833.626000', '130833.629000', '130833.632000', '130833.635000', '130853.516000', '130853.519000', '130853.522000', '130853.525000', '130853.528000', '130853.531000', '130853.534000', '130853.537000', '130853.540000', '130853.543000', '130853.546000', '130853.549000', '130853.552000', '130853.555000', '130853.558000', '130853.561000', '130853.564000', '130853.567000', '130853.570000', '130853.573000', '130853.576000', '130853.579000', '130853.582000', '130853.585000', '130853.588000', '130853.591000', '130853.594000', '130853.597000', '130853.600000', '130853.603000', '130853.606000', '130853.609000', '130853.612000', '130853.614000', '130853.617000', '130853.620000', '130853.624000', '130853.627000', '130853.630000', '130853.633000', '130853.636000', '130853.639000', '130853.642000', '130913.509000', '130913.512000', '130913.515000', '130913.518000', '130913.521000', '130913.524000', '130913.527000', '130913.530000', '130913.533000', '130913.536000', '130913.539000', '130913.542000', '130913.545000', '130913.548000', '130913.551000', '130913.556000', '130913.559000', '130913.562000', '130913.565000', '130913.568000', '130913.571000', '130913.574000', '130913.577000', '130913.580000', '130913.583000', '130913.586000', '130913.589000', '130913.592000', '130913.595000', '130913.598000', '130913.601000', '130913.604000', '130913.607000', '130913.610000', '130913.613000', '130913.616000', '130913.619000', '130913.622000', '130913.624000', '130913.627000', '130913.630000', '130913.633000', '130913.636000', '130913.639000', '130933.509000', '130933.512000', '130933.515000', '130933.518000', '130933.521000', '130933.524000', '130933.527000', '130933.530000', '130933.533000', '130933.536000', '130933.539000', '130933.542000', '130933.545000', '130933.548000', '130933.551000', '130933.554000', '130933.557000', '130933.560000', '130933.563000', '130933.566000', '130933.569000', '130933.572000', '130933.575000', '130933.578000', '130933.581000', '130933.584000', '130933.588000', '130933.592000', '130933.595000', '130933.598000', '130933.601000', '130933.604000', '130933.606000', '130933.609000', '130933.613000', '130933.615000', '130933.618000', '130933.621000', '130933.624000', '130933.627000', '130933.630000', '130933.633000', '130933.636000', '130953.509000', '130953.512000', '130953.515000', '130953.518000', '130953.521000', '130953.524000', '130953.527000', '130953.530000', '130953.533000', '130953.541000', '130953.544000', '130953.547000', '130953.550000', '130953.553000', '130953.556000', '130953.560000', '130953.562000', '130953.565000', '130953.568000', '130953.571000', '130953.574000', '130953.577000', '130953.580000', '130953.583000', '130953.586000', '130953.589000', '130953.592000', '130953.595000', '130953.598000', '130953.601000', '130953.604000', '130953.607000', '130953.610000', '130953.613000', '130953.616000', '130953.619000', '130953.622000', '130953.625000', '130953.628000', '130953.631000', '130953.633000', '130953.636000', '130953.639000', '130953.642000', '131013.509000', '131013.512000', '131013.515000', '131013.518000', '131013.521000', '131013.524000', '131013.527000', '131013.530000', '131013.533000', '131013.536000', '131013.539000', '131013.542000', '131013.545000', '131013.548000', '131013.551000', '131013.554000', '131013.557000', '131013.560000', '131013.563000', '131013.566000', '131013.569000', '131013.572000', '131013.575000', '131013.578000', '131013.581000', '131013.584000', '131013.587000', '131013.590000', '131013.593000', '131013.596000', '131013.599000', '131013.602000', '131013.605000', '131013.608000', '131013.611000', '131013.614000', '131013.616000', '131013.619000', '131013.622000', '131013.625000', '131013.628000', '131013.631000', '131013.634000', '131033.509000', '131033.512000', '131033.515000', '131033.518000', '131033.521000', '131033.524000', '131033.527000', '131033.530000', '131033.533000', '131033.536000', '131033.539000', '131033.555000', '131033.558000', '131033.561000', '131033.564000', '131033.567000', '131033.570000', '131033.573000', '131033.576000', '131033.579000', '131033.582000', '131033.585000', '131033.588000', '131033.591000', '131033.594000', '131033.597000', '131033.600000', '131033.603000', '131033.606000', '131033.609000', '131033.612000', '131033.615000', '131033.618000', '131033.621000', '131033.624000', '131033.626000', '131033.629000', '131033.632000', '131033.635000', '131033.638000', '131033.641000', '131033.644000', '131033.647000', '131033.650000', '131053.508000', '131053.511000', '131053.514000', '131053.517000', '131053.520000', '131053.523000', '131053.526000', '131053.529000', '131053.532000', '131053.535000', '131053.538000', '131053.541000', '131053.544000', '131053.547000', '131053.550000', '131053.553000', '131053.556000', '131053.559000', '131053.562000', '131053.565000', '131053.568000', '131053.571000', '131053.574000', '131053.577000', '131053.580000', '131053.583000', '131053.586000', '131053.589000', '131053.592000', '131053.595000', '131053.598000', '131053.600000', '131053.604000', '131053.606000', '131053.609000', '131053.612000', '131053.615000', '131053.618000', '131053.621000', '131053.625000', '131053.629000', '131053.632000', '131053.635000', '131113.508000', '131113.511000', '131113.514000', '131113.517000', '131113.520000', '131113.523000', '131113.526000', '131113.529000', '131113.532000', '131113.535000', '131113.538000', '131113.541000', '131113.544000', '131113.547000', '131113.550000', '131113.553000', '131113.556000', '131113.559000', '131113.562000', '131113.565000', '131113.567000', '131113.571000', '131113.574000', '131113.577000', '131113.580000', '131113.588000', '131113.591000', '131113.594000', '131113.597000', '131113.600000', '131113.603000', '131113.606000', '131113.609000', '131113.612000', '131113.615000', '131113.618000', '131113.621000', '131113.624000', '131113.627000', '131113.630000', '131113.633000', '131113.636000', '131113.639000', '131113.642000', '131133.509000', '131133.512000', '131133.515000', '131133.518000', '131133.521000', '131133.524000', '131133.527000', '131133.530000', '131133.533000', '131133.536000', '131133.539000', '131133.542000', '131133.545000', '131133.548000', '131133.551000', '131133.554000', '131133.557000', '131133.560000', '131133.563000', '131133.566000', '131133.569000', '131133.572000', '131133.575000', '131133.578000', '131133.581000', '131133.584000', '131133.587000', '131133.590000', '131133.593000', '131133.596000', '131133.599000', '131133.602000', '131133.605000', '131133.608000', '131133.611000', '131133.614000', '131133.617000', '131133.620000', '131133.622000', '131133.625000', '131133.628000', '131133.631000', '131133.634000', '131153.509000', '131153.512000', '131153.515000', '131153.518000', '131153.521000', '131153.524000', '131153.527000', '131153.530000', '131153.533000', '131153.536000', '131153.539000', '131153.542000', '131153.545000', '131153.548000', '131153.551000', '131153.554000', '131153.557000', '131153.560000', '131153.562000', '131153.565000', '131153.568000', '131153.572000', '131153.575000', '131153.577000', '131153.581000', '131153.583000', '131153.586000', '131153.589000', '131153.592000', '131153.595000', '131153.598000', '131153.601000', '131153.604000', '131153.607000', '131153.610000', '131153.613000', '131153.616000', '131153.619000', '131153.622000', '131153.625000', '131153.628000', '131153.631000', '131153.634000', '131153.636000', '131213.509000', '131213.512000', '131213.515000', '131213.518000', '131213.521000', '131213.524000', '131213.527000', '131213.530000', '131213.533000', '131213.536000', '131213.539000', '131213.542000', '131213.545000', '131213.548000', '131213.551000', '131213.554000', '131213.557000', '131213.560000', '131213.563000', '131213.566000', '131213.577000', '131213.580000', '131213.583000', '131213.586000', '131213.589000', '131213.592000', '131213.595000', '131213.598000', '131213.601000', '131213.604000', '131213.607000', '131213.610000', '131213.613000', '131213.616000', '131213.619000', '131213.622000', '131213.625000', '131213.628000', '131213.631000', '131213.634000', '131213.636000', '131213.639000', '131213.642000', '131233.509000', '131233.512000', '131233.515000', '131233.518000', '131233.521000', '131233.524000', '131233.527000', '131233.530000', '131233.533000', '131233.536000', '131233.539000', '131233.542000', '131233.545000', '131233.548000', '131233.551000', '131233.554000', '131233.557000', '131233.560000', '131233.563000', '131233.566000', '131233.569000', '131233.572000', '131233.575000', '131233.578000', '131233.581000', '131233.584000', '131233.587000', '131233.590000', '131233.592000', '131233.595000', '131233.598000', '131233.601000', '131233.604000', '131233.607000', '131233.610000', '131233.613000', '131233.616000', '131233.619000', '131233.622000', '131233.625000', '131233.628000', '131233.631000', '131233.634000', '131253.509000', '131253.512000', '131253.519000', '131253.522000', '131253.524000', '131253.527000', '131253.531000', '131253.533000', '131253.536000', '131253.539000', '131253.542000', '131253.545000', '131253.548000', '131253.551000', '131253.554000', '131253.557000', '131253.560000', '131253.563000', '131253.566000', '131253.569000', '131253.572000', '131253.575000', '131253.578000', '131253.581000', '131253.584000', '131253.587000', '131253.590000', '131253.593000', '131253.596000', '131253.599000', '131253.602000', '131253.605000', '131253.607000', '131253.612000', '131253.615000', '131253.618000', '131253.621000', '131253.624000', '131253.627000', '131253.630000', '131253.633000', '131253.636000', '131253.639000', '131253.642000', '131311.282000', '131311.286000', '131311.289000', '131311.292000', '131311.302000', '131311.305000', '131311.309000', '131311.312000', '131311.315000', '131311.318000', '131311.321000', '131311.324000', '131311.327000', '131311.330000', '131311.333000', '131311.336000', '131311.339000', '131311.343000', '131311.346000', '131311.349000', '131311.352000', '131311.355000', '131311.358000', '131311.361000', '131311.364000', '131311.367000', '131311.370000', '131311.372000', '131311.376000', '131311.379000', '131311.382000', '131311.384000', '131311.388000', '131311.391000', '131311.394000', '131311.396000', '131311.399000', '131311.402000', '131311.406000'], 'InstanceCreationTime': ['130633.557000', '130653.509000', '130653.513000', '130653.516000', '130653.519000', '130653.522000', '130653.525000', '130653.528000', '130653.531000', '130653.534000', '130653.537000', '130653.540000', '130653.543000', '130653.546000', '130653.549000', '130653.552000', '130653.554000', '130653.558000', '130653.560000', '130653.563000', '130653.567000', '130653.570000', '130653.573000', '130653.575000', '130653.578000', '130653.584000', '130653.588000', '130653.591000', '130653.594000', '130653.597000', '130653.600000', '130653.603000', '130653.606000', '130653.620000', '130653.623000', '130653.626000', '130653.628000', '130653.631000', '130653.634000', '130653.637000', '130653.640000', '130653.659000', '130653.662000', '130653.672000', '130653.675000', '130653.677000', '130653.680000', '130653.683000', '130653.686000', '130653.689000', '130713.509000', '130713.512000', '130713.515000', '130713.518000', '130713.521000', '130713.524000', '130713.527000', '130713.530000', '130713.533000', '130713.535000', '130713.538000', '130713.541000', '130713.544000', '130713.547000', '130713.550000', '130713.553000', '130713.556000', '130713.559000', '130713.562000', '130713.565000', '130713.568000', '130713.571000', '130713.574000', '130713.577000', '130713.583000', '130713.586000', '130713.588000', '130713.591000', '130713.594000', '130713.597000', '130713.600000', '130713.603000', '130713.606000', '130713.609000', '130713.612000', '130713.615000', '130713.618000', '130713.621000', '130713.624000', '130713.627000', '130713.630000', '130713.632000', '130713.635000', '130713.638000', '130733.509000', '130733.512000', '130733.515000', '130733.518000', '130733.521000', '130733.524000', '130733.527000', '130733.533000', '130733.536000', '130733.539000', '130733.542000', '130733.545000', '130733.548000', '130733.551000', '130733.554000', '130733.557000', '130733.560000', '130733.563000', '130733.566000', '130733.569000', '130733.572000', '130733.575000', '130733.578000', '130733.581000', '130733.584000', '130733.587000', '130733.591000', '130733.596000', '130733.600000', '130733.603000', '130733.606000', '130733.609000', '130733.612000', '130733.615000', '130733.618000', '130733.621000', '130733.624000', '130733.627000', '130733.630000', '130733.633000', '130733.636000', '130733.639000', '130733.642000', '130753.509000', '130753.512000', '130753.515000', '130753.518000', '130753.521000', '130753.524000', '130753.527000', '130753.530000', '130753.533000', '130753.536000', '130753.539000', '130753.542000', '130753.545000', '130753.548000', '130753.551000', '130753.554000', '130753.557000', '130753.559000', '130753.563000', '130753.566000', '130753.569000', '130753.572000', '130753.577000', '130753.580000', '130753.583000', '130753.586000', '130753.589000', '130753.592000', '130753.595000', '130753.598000', '130753.601000', '130753.604000', '130753.607000', '130753.610000', '130753.613000', '130753.616000', '130753.619000', '130753.622000', '130753.625000', '130753.628000', '130753.631000', '130753.633000', '130753.637000', '130753.640000', '130813.509000', '130813.512000', '130813.515000', '130813.518000', '130813.521000', '130813.524000', '130813.527000', '130813.530000', '130813.533000', '130813.535000', '130813.538000', '130813.541000', '130813.546000', '130813.551000', '130813.554000', '130813.557000', '130813.560000', '130813.563000', '130813.566000', '130813.569000', '130813.572000', '130813.575000', '130813.578000', '130813.581000', '130813.584000', '130813.587000', '130813.590000', '130813.593000', '130813.596000', '130813.599000', '130813.602000', '130813.605000', '130813.608000', '130813.611000', '130813.615000', '130813.620000', '130813.623000', '130813.626000', '130813.629000', '130813.632000', '130813.635000', '130813.638000', '130813.641000', '130833.508000', '130833.511000', '130833.514000', '130833.517000', '130833.520000', '130833.523000', '130833.526000', '130833.529000', '130833.532000', '130833.535000', '130833.538000', '130833.541000', '130833.544000', '130833.547000', '130833.550000', '130833.553000', '130833.556000', '130833.559000', '130833.562000', '130833.565000', '130833.568000', '130833.571000', '130833.574000', '130833.576000', '130833.579000', '130833.582000', '130833.585000', '130833.588000', '130833.591000', '130833.594000', '130833.597000', '130833.600000', '130833.603000', '130833.606000', '130833.609000', '130833.612000', '130833.615000', '130833.618000', '130833.621000', '130833.623000', '130833.626000', '130833.629000', '130833.632000', '130833.635000', '130853.516000', '130853.519000', '130853.522000', '130853.525000', '130853.528000', '130853.531000', '130853.534000', '130853.537000', '130853.540000', '130853.543000', '130853.546000', '130853.549000', '130853.552000', '130853.555000', '130853.558000', '130853.561000', '130853.564000', '130853.567000', '130853.570000', '130853.573000', '130853.576000', '130853.579000', '130853.582000', '130853.585000', '130853.588000', '130853.591000', '130853.594000', '130853.597000', '130853.600000', '130853.603000', '130853.606000', '130853.609000', '130853.612000', '130853.614000', '130853.617000', '130853.620000', '130853.624000', '130853.627000', '130853.630000', '130853.633000', '130853.636000', '130853.639000', '130853.642000', '130913.509000', '130913.512000', '130913.515000', '130913.518000', '130913.521000', '130913.524000', '130913.527000', '130913.530000', '130913.533000', '130913.536000', '130913.539000', '130913.542000', '130913.545000', '130913.548000', '130913.551000', '130913.556000', '130913.559000', '130913.562000', '130913.565000', '130913.568000', '130913.571000', '130913.574000', '130913.577000', '130913.580000', '130913.583000', '130913.586000', '130913.589000', '130913.592000', '130913.595000', '130913.598000', '130913.601000', '130913.604000', '130913.607000', '130913.610000', '130913.613000', '130913.616000', '130913.619000', '130913.622000', '130913.624000', '130913.627000', '130913.630000', '130913.633000', '130913.636000', '130913.639000', '130933.509000', '130933.512000', '130933.515000', '130933.518000', '130933.521000', '130933.524000', '130933.527000', '130933.530000', '130933.533000', '130933.536000', '130933.539000', '130933.542000', '130933.545000', '130933.548000', '130933.551000', '130933.554000', '130933.557000', '130933.560000', '130933.563000', '130933.566000', '130933.569000', '130933.572000', '130933.575000', '130933.578000', '130933.581000', '130933.584000', '130933.588000', '130933.592000', '130933.595000', '130933.598000', '130933.601000', '130933.604000', '130933.606000', '130933.609000', '130933.613000', '130933.615000', '130933.618000', '130933.621000', '130933.624000', '130933.627000', '130933.630000', '130933.633000', '130933.636000', '130953.509000', '130953.512000', '130953.515000', '130953.518000', '130953.521000', '130953.524000', '130953.527000', '130953.530000', '130953.533000', '130953.541000', '130953.544000', '130953.547000', '130953.550000', '130953.553000', '130953.556000', '130953.560000', '130953.562000', '130953.565000', '130953.568000', '130953.571000', '130953.574000', '130953.577000', '130953.580000', '130953.583000', '130953.586000', '130953.589000', '130953.592000', '130953.595000', '130953.598000', '130953.601000', '130953.604000', '130953.607000', '130953.610000', '130953.613000', '130953.616000', '130953.619000', '130953.622000', '130953.625000', '130953.628000', '130953.631000', '130953.633000', '130953.636000', '130953.639000', '130953.642000', '131013.509000', '131013.512000', '131013.515000', '131013.518000', '131013.521000', '131013.524000', '131013.527000', '131013.530000', '131013.533000', '131013.536000', '131013.539000', '131013.542000', '131013.545000', '131013.548000', '131013.551000', '131013.554000', '131013.557000', '131013.560000', '131013.563000', '131013.566000', '131013.569000', '131013.572000', '131013.575000', '131013.578000', '131013.581000', '131013.584000', '131013.587000', '131013.590000', '131013.593000', '131013.596000', '131013.599000', '131013.602000', '131013.605000', '131013.608000', '131013.611000', '131013.614000', '131013.616000', '131013.619000', '131013.622000', '131013.625000', '131013.628000', '131013.631000', '131013.634000', '131033.509000', '131033.512000', '131033.515000', '131033.518000', '131033.521000', '131033.524000', '131033.527000', '131033.530000', '131033.533000', '131033.536000', '131033.539000', '131033.555000', '131033.558000', '131033.561000', '131033.564000', '131033.567000', '131033.570000', '131033.573000', '131033.576000', '131033.579000', '131033.582000', '131033.585000', '131033.588000', '131033.591000', '131033.594000', '131033.597000', '131033.600000', '131033.603000', '131033.606000', '131033.609000', '131033.612000', '131033.615000', '131033.618000', '131033.621000', '131033.624000', '131033.626000', '131033.629000', '131033.632000', '131033.635000', '131033.638000', '131033.641000', '131033.644000', '131033.647000', '131033.650000', '131053.508000', '131053.511000', '131053.514000', '131053.517000', '131053.520000', '131053.523000', '131053.526000', '131053.529000', '131053.532000', '131053.535000', '131053.538000', '131053.541000', '131053.544000', '131053.547000', '131053.550000', '131053.553000', '131053.556000', '131053.559000', '131053.562000', '131053.565000', '131053.568000', '131053.571000', '131053.574000', '131053.577000', '131053.580000', '131053.583000', '131053.586000', '131053.589000', '131053.592000', '131053.595000', '131053.598000', '131053.600000', '131053.604000', '131053.606000', '131053.609000', '131053.612000', '131053.615000', '131053.618000', '131053.621000', '131053.625000', '131053.629000', '131053.632000', '131053.635000', '131113.508000', '131113.511000', '131113.514000', '131113.517000', '131113.520000', '131113.523000', '131113.526000', '131113.529000', '131113.532000', '131113.535000', '131113.538000', '131113.541000', '131113.544000', '131113.547000', '131113.550000', '131113.553000', '131113.556000', '131113.559000', '131113.562000', '131113.565000', '131113.567000', '131113.571000', '131113.574000', '131113.577000', '131113.580000', '131113.588000', '131113.591000', '131113.594000', '131113.597000', '131113.600000', '131113.603000', '131113.606000', '131113.609000', '131113.612000', '131113.615000', '131113.618000', '131113.621000', '131113.624000', '131113.627000', '131113.630000', '131113.633000', '131113.636000', '131113.639000', '131113.642000', '131133.509000', '131133.512000', '131133.515000', '131133.518000', '131133.521000', '131133.524000', '131133.527000', '131133.530000', '131133.533000', '131133.536000', '131133.539000', '131133.542000', '131133.545000', '131133.548000', '131133.551000', '131133.554000', '131133.557000', '131133.560000', '131133.563000', '131133.566000', '131133.569000', '131133.572000', '131133.575000', '131133.578000', '131133.581000', '131133.584000', '131133.587000', '131133.590000', '131133.593000', '131133.596000', '131133.599000', '131133.602000', '131133.605000', '131133.608000', '131133.611000', '131133.614000', '131133.617000', '131133.620000', '131133.622000', '131133.625000', '131133.628000', '131133.631000', '131133.634000', '131153.509000', '131153.512000', '131153.515000', '131153.518000', '131153.521000', '131153.524000', '131153.527000', '131153.530000', '131153.533000', '131153.536000', '131153.539000', '131153.542000', '131153.545000', '131153.548000', '131153.551000', '131153.554000', '131153.557000', '131153.560000', '131153.562000', '131153.565000', '131153.568000', '131153.572000', '131153.575000', '131153.577000', '131153.581000', '131153.583000', '131153.586000', '131153.589000', '131153.592000', '131153.595000', '131153.598000', '131153.601000', '131153.604000', '131153.607000', '131153.610000', '131153.613000', '131153.616000', '131153.619000', '131153.622000', '131153.625000', '131153.628000', '131153.631000', '131153.634000', '131153.636000', '131213.509000', '131213.512000', '131213.515000', '131213.518000', '131213.521000', '131213.524000', '131213.527000', '131213.530000', '131213.533000', '131213.536000', '131213.539000', '131213.542000', '131213.545000', '131213.548000', '131213.551000', '131213.554000', '131213.557000', '131213.560000', '131213.563000', '131213.566000', '131213.577000', '131213.580000', '131213.583000', '131213.586000', '131213.589000', '131213.592000', '131213.595000', '131213.598000', '131213.601000', '131213.604000', '131213.607000', '131213.610000', '131213.613000', '131213.616000', '131213.619000', '131213.622000', '131213.625000', '131213.628000', '131213.631000', '131213.634000', '131213.636000', '131213.639000', '131213.642000', '131233.509000', '131233.512000', '131233.515000', '131233.518000', '131233.521000', '131233.524000', '131233.527000', '131233.530000', '131233.533000', '131233.536000', '131233.539000', '131233.542000', '131233.545000', '131233.548000', '131233.551000', '131233.554000', '131233.557000', '131233.560000', '131233.563000', '131233.566000', '131233.569000', '131233.572000', '131233.575000', '131233.578000', '131233.581000', '131233.584000', '131233.587000', '131233.590000', '131233.592000', '131233.595000', '131233.598000', '131233.601000', '131233.604000', '131233.607000', '131233.610000', '131233.613000', '131233.616000', '131233.619000', '131233.622000', '131233.625000', '131233.628000', '131233.631000', '131233.634000', '131253.509000', '131253.512000', '131253.519000', '131253.522000', '131253.524000', '131253.527000', '131253.531000', '131253.533000', '131253.536000', '131253.539000', '131253.542000', '131253.545000', '131253.548000', '131253.551000', '131253.554000', '131253.557000', '131253.560000', '131253.563000', '131253.566000', '131253.569000', '131253.572000', '131253.575000', '131253.578000', '131253.581000', '131253.584000', '131253.587000', '131253.590000', '131253.593000', '131253.596000', '131253.599000', '131253.602000', '131253.605000', '131253.607000', '131253.612000', '131253.615000', '131253.618000', '131253.621000', '131253.624000', '131253.627000', '131253.630000', '131253.633000', '131253.636000', '131253.639000', '131253.642000', '131311.282000', '131311.286000', '131311.289000', '131311.292000', '131311.302000', '131311.305000', '131311.309000', '131311.312000', '131311.315000', '131311.318000', '131311.321000', '131311.324000', '131311.327000', '131311.330000', '131311.333000', '131311.336000', '131311.339000', '131311.343000', '131311.346000', '131311.349000', '131311.352000', '131311.355000', '131311.358000', '131311.361000', '131311.364000', '131311.367000', '131311.370000', '131311.372000', '131311.376000', '131311.379000', '131311.382000', '131311.384000', '131311.388000', '131311.391000', '131311.394000', '131311.396000', '131311.399000', '131311.402000', '131311.406000'], '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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [8618, 8896, 9091, 10534, 12829, 10258, 9012, 8477, 9207, 8371, 8917, 12411, 8568, 8115, 8436, 7928, 8783, 7905, 9487, 13360, 9259, 10679, 9288, 9680, 9199, 9692, 8633, 9377, 9860, 9751, 9717, 9177, 9181, 8640, 8815, 14510, 8882, 8787, 8660, 8099, 8689, 14817, 9587, 14119, 9531, 10084, 9525, 8643, 9662, 8139, 8881, 9350, 8600, 7898, 8657, 7993, 8357, 8152, 8540, 7887, 9654, 8003, 9845, 8345, 9722, 8787, 9563, 9325, 10046, 9415, 9951, 13856, 11336, 15634, 9249, 9757, 8872, 9105, 8651, 8751, 8314, 9123, 8206, 9434, 14357, 9488, 11251, 9428, 9319, 8674, 10895, 8699, 9914, 8945, 7953, 9478, 8052, 9601, 10121, 8970, 9337, 9077, 9787, 9142, 11253, 8951, 14048, 9253, 12761, 9963, 14832, 9780, 12795, 9462, 8509, 8474, 8267, 8881, 9248, 9062, 8492, 9261, 8421, 9730, 9160, 9448, 9298, 10091, 9248, 9051, 9479, 8867, 9603, 10955, 9722, 9527, 9713, 8195, 9097, 10908, 9550, 12061, 9985, 8188, 9982, 8424, 9622, 12841, 9935, 11001, 10301, 9982, 9651, 15335, 10503, 8719, 8863, 9756, 8921, 9256, 8760, 8883, 9465, 9322, 8617, 9011, 8837, 8761, 10815, 8980, 8412, 9150, 8397, 9742, 10329, 9417, 10340, 8819, 9412, 8913, 8978, 8756, 11951, 8948, 15929, 8948, 14379, 9090, 12009, 9268, 11946, 10718, 9603, 8587, 9102, 8794, 8761, 8697, 9020, 8409, 9413, 8585, 9173, 8428, 8653, 10795, 9792, 8284, 9504, 9692, 9157, 9926, 9006, 9067, 8895, 8795, 8879, 11303, 10315, 11111, 8752, 9125, 8760, 11347, 9544, 8994, 8429, 9287, 8456, 9300, 8525, 8694, 13393, 9946, 10310, 9658, 9051, 9193, 9884, 8653, 9053, 8518, 8915, 8625, 9160, 9625, 8677, 8314, 9246, 8339, 9014, 8398, 10011, 9988, 9149, 8329, 8655, 8449, 8627, 8379, 8890, 8140, 8857, 8199, 8883, 8433, 9083, 8532, 9002, 8568, 9482, 8676, 9857, 9176, 9284, 8870, 9590, 8709, 10199, 8725, 9819, 8130, 8883, 8546, 7934, 7997, 14139, 12168, 11132, 10375, 8006, 10138, 7944, 8052, 9124, 9642, 9872, 9647, 8849, 8958, 8972, 9188, 13221, 16212, 14949, 15263, 15684, 13753, 10870, 16401, 11930, 15081, 9309, 10622, 9174, 8946, 11224, 8677, 9597, 8744, 8756, 8590, 9072, 8750, 9083, 8968, 9044, 8927, 9617, 9013, 9087, 9226, 9820, 9398, 10818, 9651, 10897, 9772, 9702, 9864, 8473, 10397, 8606, 9870, 8229, 9581, 8706, 9631, 9054, 9207, 14310, 9876, 10290, 9154, 9680, 8708, 10020, 9411, 9319, 9515, 9144, 15033, 11757, 16059, 10138, 12037, 9120, 13009, 9164, 8147, 8918, 8163, 9843, 9752, 9170, 9166, 8892, 9075, 8965, 11458, 9036, 15870, 9214, 12770, 9873, 11237, 10094, 14302, 8919, 8116, 9276, 8399, 8895, 8537, 9787, 8543, 11115, 9238, 9649, 9760, 9661, 9138, 7895, 8754, 8207, 9540, 8437, 9641, 8629, 10028, 8722, 9987, 8736, 9608, 8960, 9296, 8693, 9181, 8790, 10780, 9194, 12258, 8883, 9865, 8219, 8275, 6816, 7862, 8112, 10634, 9203, 9052, 9791, 9679, 9591, 8875, 9241, 9337, 16547, 12797, 17046, 15438, 13329, 17331, 12831, 14113, 9843, 12921, 14653, 13610, 13961, 10450, 13391, 9228, 11501, 9286, 8722, 9264, 9992, 9415, 8909, 9144, 9398, 9052, 9102, 9196, 11394, 9411, 14153, 9709, 11652, 9243, 8877, 9231, 9169, 9960, 9298, 9466, 9566, 9746, 9599, 9246, 9714, 9834, 9955, 9504, 9932, 9668, 9844, 9623, 9500, 9153, 10303, 9519, 9606, 9534, 9631, 9757, 9679, 9719, 9875, 9160, 9662, 9920, 9793, 9856, 9654, 9948, 9540, 13185, 9921, 15304, 10042, 12886, 9664, 12559, 9646, 15718, 9643, 10052, 9447, 9440, 9379, 9229, 9188, 9829, 11168, 9799, 8678, 9194, 9475, 9848, 9513, 9332, 9603, 8327, 8525, 8925, 13528, 10276, 17013, 11797, 15249, 9850, 10671, 10273, 9011, 15000, 11513, 16535, 9216, 13089, 9324, 8179, 9384, 9600, 8405, 9182, 9227, 9255, 9800, 9133, 9932, 9325, 9642, 9393, 10257, 9543, 8773, 9636, 8828, 9261, 9950, 9303, 9610, 9247, 9710, 9016, 9465, 9970, 9705, 9025, 8880, 9567, 11349, 9003, 9532, 10364, 9260, 9590, 9070, 10076, 15855, 10840, 15236, 9422, 12563, 11567, 11958, 13995, 9734, 15641, 11985, 16548, 11216, 14949, 9641, 10465, 9195, 9703, 9094, 9899, 8822, 14359, 9421, 16970, 11102, 14547, 9808, 9352, 9698, 8620, 9788, 9237, 10206, 8979, 9984, 9202, 9505, 9374, 10492, 9654, 10132, 9721, 10068, 9791, 10434, 9741, 12483, 9936, 9223, 9871, 8871, 9761, 9500, 9415, 9060, 10427, 9001, 10622, 9011, 10009, 10602, 9396, 9009, 9844, 9130, 10639, 11849, 9888, 9397, 8757, 9600, 14429, 9878, 15042, 9615, 12867, 9398, 12370, 10366, 15255, 9541, 10770, 9627, 9927, 9660, 9019, 15019, 9542, 10812, 8661, 9107, 9609, 9178, 9697, 8544, 7869, 7695, 8363, 9848, 8774, 8301, 12649, 13207, 9261, 14319, 13599, 12888, 9320, 13046, 9589, 15376, 10406, 14543, 10486, 9154, 11163, 9099, 10191, 8903, 8890, 8910, 9671, 9018, 9223, 8979, 10210, 9013, 8667, 9138, 9985, 9354, 9011, 8867, 8693, 8247, 8512, 8143, 8368, 8194, 8863, 9732, 9199, 9550, 9265, 10803, 9978, 10327, 9879, 9434, 9908, 9203, 9944, 9391, 10258, 9477, 10136, 9489, 9589, 15367, 9792, 9710, 10346, 8848, 10204, 9232, 10389, 10342, 10156, 9631, 10249, 9458, 14864, 9901, 15191, 9849, 11373, 9904, 9291, 9917, 9492, 10238, 9643, 10332, 9311, 10476, 9603, 10092, 9582, 10418, 9697, 9693, 9841, 10904, 10080, 12870, 10163, 9426, 9936, 9505, 9886, 9911, 9831, 10525, 10133, 9558, 9836, 9640, 9862, 9278, 9809, 10413, 9591, 10378, 9746, 9253, 9793, 12317, 9870, 16316, 10028, 14007, 9941, 14067, 9606, 12972, 9694, 9213, 9984, 9165, 10057, 9322, 10300, 9442, 8850, 9708, 11691, 9468, 9906, 9965, 9339, 13627, 9666, 10668, 9839, 9071, 9577, 9188, 10489, 9453, 10021, 9803, 9233, 9555, 9527, 9149, 9259, 10237, 9546, 10061, 9472, 9504, 10206, 9520, 9693, 10031, 9963, 9605, 9602, 14508, 9947, 11134, 11931, 9706, 15134, 10873, 13765, 13992, 9783, 9853, 10000], 'WindowCenter': [3943.0, 3938.0, 3925.0, 3934.0, 3943.0, 3920.0, 3908.0, 3906.0, 3906.0, 3895.0, 3907.0, 3929.0, 3906.0, 3894.0, 3896.0, 3894.0, 3905.0, 3894.0, 3917.0, 3937.0, 3907.0, 3916.0, 3907.0, 3907.0, 3917.0, 3921.0, 3921.0, 3921.0, 3919.0, 3921.0, 3931.0, 3920.0, 3921.0, 3909.0, 3910.0, 3950.0, 3909.0, 3907.0, 3905.0, 3896.0, 3896.0, 3939.0, 3905.0, 3924.0, 3905.0, 3903.0, 3904.0, 3894.0, 3905.0, 3892.0, 3906.0, 3905.0, 3896.0, 3894.0, 3895.0, 3894.0, 3896.0, 3896.0, 3906.0, 3896.0, 3918.0, 3896.0, 3918.0, 3908.0, 3920.0, 3909.0, 3920.0, 3919.0, 3920.0, 3920.0, 3934.0, 3952.0, 3944.0, 3964.0, 3922.0, 3920.0, 3919.0, 3919.0, 3909.0, 3911.0, 3909.0, 3920.0, 3907.0, 3920.0, 3950.0, 3920.0, 3927.0, 3909.0, 3907.0, 3906.0, 3917.0, 3908.0, 3917.0, 3908.0, 3897.0, 3919.0, 3907.0, 3918.0, 3919.0, 3919.0, 3919.0, 3921.0, 3920.0, 3920.0, 3931.0, 3920.0, 3950.0, 3917.0, 3939.0, 3919.0, 3950.0, 3919.0, 3938.0, 3919.0, 3906.0, 3896.0, 3906.0, 3907.0, 3906.0, 3906.0, 3906.0, 3905.0, 3896.0, 3905.0, 3906.0, 3907.0, 3908.0, 3917.0, 3917.0, 3906.0, 3918.0, 3908.0, 3921.0, 3929.0, 3919.0, 3919.0, 3918.0, 3908.0, 3908.0, 3930.0, 3916.0, 3927.0, 3919.0, 3907.0, 3918.0, 3908.0, 3921.0, 3942.0, 3933.0, 3931.0, 3932.0, 3919.0, 3922.0, 3963.0, 3934.0, 3920.0, 3922.0, 3932.0, 3921.0, 3922.0, 3922.0, 3921.0, 3922.0, 3922.0, 3911.0, 3921.0, 3910.0, 3909.0, 3929.0, 3920.0, 3908.0, 3918.0, 3907.0, 3921.0, 3919.0, 3920.0, 3920.0, 3908.0, 3918.0, 3908.0, 3907.0, 3909.0, 3929.0, 3909.0, 3949.0, 3907.0, 3939.0, 3906.0, 3925.0, 3906.0, 3926.0, 3916.0, 3904.0, 3894.0, 3893.0, 3894.0, 3907.0, 3906.0, 3904.0, 3895.0, 3905.0, 3895.0, 3904.0, 3895.0, 3906.0, 3916.0, 3917.0, 3895.0, 3918.0, 3917.0, 3919.0, 3918.0, 3909.0, 3908.0, 3907.0, 3906.0, 3907.0, 3929.0, 3918.0, 3927.0, 3906.0, 3906.0, 3907.0, 3917.0, 3906.0, 3906.0, 3893.0, 3905.0, 3894.0, 3905.0, 3895.0, 3895.0, 3926.0, 3917.0, 3915.0, 3906.0, 3905.0, 3906.0, 3917.0, 3905.0, 3906.0, 3905.0, 3905.0, 3905.0, 3906.0, 3907.0, 3896.0, 3894.0, 3905.0, 3895.0, 3905.0, 3894.0, 3903.0, 3905.0, 3904.0, 3894.0, 3895.0, 3894.0, 3905.0, 3895.0, 3905.0, 3895.0, 3906.0, 3895.0, 3906.0, 3905.0, 3905.0, 3907.0, 3906.0, 3906.0, 3906.0, 3907.0, 3918.0, 3918.0, 3920.0, 3921.0, 3932.0, 3921.0, 3932.0, 3934.0, 3948.0, 3925.0, 3934.0, 3920.0, 3910.0, 3910.0, 3953.0, 3955.0, 3945.0, 3944.0, 3912.0, 3931.0, 3911.0, 3910.0, 3921.0, 3933.0, 3945.0, 3934.0, 3935.0, 3938.0, 3924.0, 3923.0, 3954.0, 3964.0, 3952.0, 3953.0, 3953.0, 3941.0, 3919.0, 3938.0, 3917.0, 3925.0, 3880.0, 3889.0, 3867.0, 3865.0, 3876.0, 3864.0, 3864.0, 3862.0, 3864.0, 3862.0, 3864.0, 3865.0, 3877.0, 3877.0, 3879.0, 3879.0, 3891.0, 3892.0, 3892.0, 3894.0, 3904.0, 3907.0, 3916.0, 3906.0, 3916.0, 3905.0, 3906.0, 3908.0, 3896.0, 3919.0, 3908.0, 3919.0, 3909.0, 3920.0, 3910.0, 3922.0, 3923.0, 3923.0, 3970.0, 3937.0, 3935.0, 3935.0, 3937.0, 3925.0, 3949.0, 3938.0, 3939.0, 3951.0, 3953.0, 3984.0, 3960.0, 3982.0, 3947.0, 3946.0, 3922.0, 3944.0, 3922.0, 3898.0, 3909.0, 3909.0, 3921.0, 3921.0, 3922.0, 3923.0, 3922.0, 3921.0, 3923.0, 3943.0, 3922.0, 3964.0, 3922.0, 3940.0, 3934.0, 3931.0, 3922.0, 3940.0, 3907.0, 3898.0, 3908.0, 3908.0, 3907.0, 3909.0, 3919.0, 3909.0, 3930.0, 3910.0, 3907.0, 3920.0, 3918.0, 3909.0, 3898.0, 3907.0, 3897.0, 3919.0, 3910.0, 3920.0, 3911.0, 3921.0, 3910.0, 3931.0, 3923.0, 3933.0, 3924.0, 3921.0, 3922.0, 3922.0, 3924.0, 3944.0, 3935.0, 3955.0, 3932.0, 3933.0, 3922.0, 3908.0, 3886.0, 3923.0, 3923.0, 3956.0, 3949.0, 3937.0, 3949.0, 3950.0, 3951.0, 3941.0, 3952.0, 3952.0, 3995.0, 3972.0, 3984.0, 3959.0, 3942.0, 3955.0, 3920.0, 3929.0, 3895.0, 3916.0, 3914.0, 3913.0, 3901.0, 3890.0, 3899.0, 3865.0, 3886.0, 3866.0, 3864.0, 3877.0, 3877.0, 3877.0, 3879.0, 3878.0, 3891.0, 3880.0, 3879.0, 3879.0, 3900.0, 3879.0, 3910.0, 3879.0, 3889.0, 3879.0, 3877.0, 3878.0, 3879.0, 3890.0, 3880.0, 3891.0, 3892.0, 3892.0, 3904.0, 3894.0, 3906.0, 3906.0, 3907.0, 3907.0, 3908.0, 3908.0, 3919.0, 3909.0, 3920.0, 3908.0, 3919.0, 3919.0, 3908.0, 3919.0, 3909.0, 3919.0, 3921.0, 3921.0, 3921.0, 3922.0, 3933.0, 3934.0, 3935.0, 3947.0, 3937.0, 3937.0, 3936.0, 3958.0, 3936.0, 3967.0, 3936.0, 3955.0, 3935.0, 3945.0, 3921.0, 3965.0, 3934.0, 3933.0, 3923.0, 3933.0, 3923.0, 3934.0, 3935.0, 3937.0, 3945.0, 3947.0, 3935.0, 3936.0, 3949.0, 3947.0, 3939.0, 3949.0, 3952.0, 3941.0, 3940.0, 3942.0, 3971.0, 3950.0, 3980.0, 3947.0, 3956.0, 3923.0, 3922.0, 3921.0, 3909.0, 3941.0, 3920.0, 3951.0, 3908.0, 3928.0, 3906.0, 3897.0, 3910.0, 3921.0, 3911.0, 3923.0, 3924.0, 3924.0, 3934.0, 3924.0, 3924.0, 3925.0, 3924.0, 3924.0, 3934.0, 3923.0, 3912.0, 3923.0, 3923.0, 3923.0, 3933.0, 3924.0, 3935.0, 3936.0, 3937.0, 3937.0, 3937.0, 3937.0, 3938.0, 3951.0, 3952.0, 3951.0, 3960.0, 3940.0, 3963.0, 3964.0, 3964.0, 3964.0, 3940.0, 3951.0, 3978.0, 3948.0, 3967.0, 3936.0, 3957.0, 3946.0, 3946.0, 3956.0, 3924.0, 3966.0, 3944.0, 3952.0, 3920.0, 3938.0, 3907.0, 3906.0, 3895.0, 3906.0, 3895.0, 3905.0, 3894.0, 3925.0, 3892.0, 3933.0, 3902.0, 3922.0, 3890.0, 3879.0, 3889.0, 3880.0, 3891.0, 3892.0, 3904.0, 3894.0, 3905.0, 3906.0, 3906.0, 3907.0, 3918.0, 3919.0, 3919.0, 3920.0, 3919.0, 3919.0, 3929.0, 3920.0, 3940.0, 3921.0, 3920.0, 3919.0, 3909.0, 3920.0, 3919.0, 3919.0, 3920.0, 3930.0, 3920.0, 3932.0, 3923.0, 3933.0, 3931.0, 3923.0, 3922.0, 3921.0, 3923.0, 3932.0, 3942.0, 3932.0, 3920.0, 3909.0, 3920.0, 3952.0, 3921.0, 3952.0, 3920.0, 3940.0, 3919.0, 3940.0, 3932.0, 3952.0, 3921.0, 3933.0, 3937.0, 3949.0, 3935.0, 3922.0, 3964.0, 3921.0, 3928.0, 3908.0, 3920.0, 3921.0, 3933.0, 3935.0, 3923.0, 3912.0, 3914.0, 3914.0, 3934.0, 3926.0, 3928.0, 3960.0, 3959.0, 3925.0, 3956.0, 3942.0, 3929.0, 3896.0, 3928.0, 3896.0, 3926.0, 3893.0, 3914.0, 3891.0, 3868.0, 3876.0, 3866.0, 3863.0, 3853.0, 3863.0, 3865.0, 3865.0, 3865.0, 3877.0, 3878.0, 3888.0, 3879.0, 3880.0, 3880.0, 3890.0, 3893.0, 3882.0, 3893.0, 3895.0, 3898.0, 3897.0, 3885.0, 3897.0, 3898.0, 3907.0, 3907.0, 3907.0, 3907.0, 3907.0, 3917.0, 3908.0, 3918.0, 3919.0, 3920.0, 3920.0, 3909.0, 3921.0, 3909.0, 3920.0, 3920.0, 3920.0, 3934.0, 3935.0, 3965.0, 3933.0, 3921.0, 3932.0, 3921.0, 3932.0, 3921.0, 3933.0, 3921.0, 3933.0, 3922.0, 3920.0, 3921.0, 3952.0, 3920.0, 3950.0, 3918.0, 3929.0, 3917.0, 3907.0, 3918.0, 3907.0, 3919.0, 3919.0, 3920.0, 3909.0, 3920.0, 3921.0, 3932.0, 3920.0, 3933.0, 3922.0, 3921.0, 3934.0, 3933.0, 3933.0, 3941.0, 3932.0, 3921.0, 3933.0, 3921.0, 3934.0, 3934.0, 3933.0, 3933.0, 3934.0, 3922.0, 3934.0, 3933.0, 3935.0, 3935.0, 3934.0, 3934.0, 3932.0, 3932.0, 3933.0, 3924.0, 3933.0, 3944.0, 3934.0, 3965.0, 3922.0, 3953.0, 3933.0, 3953.0, 3922.0, 3953.0, 3922.0, 3920.0, 3921.0, 3920.0, 3921.0, 3921.0, 3931.0, 3921.0, 3920.0, 3921.0, 3941.0, 3921.0, 3921.0, 3921.0, 3921.0, 3941.0, 3919.0, 3919.0, 3920.0, 3909.0, 3918.0, 3909.0, 3919.0, 3920.0, 3919.0, 3919.0, 3920.0, 3921.0, 3921.0, 3922.0, 3921.0, 3931.0, 3933.0, 3932.0, 3937.0, 3934.0, 3934.0, 3934.0, 3947.0, 3947.0, 3950.0, 3948.0, 3948.0, 3969.0, 3937.0, 3947.0, 3945.0, 3936.0, 3966.0, 3933.0, 3956.0, 3955.0, 3922.0, 3932.0, 3934.0], 'WindowWidth': [8838.0, 8819.0, 8796.0, 8807.0, 8813.0, 8779.0, 8759.0, 8754.0, 8752.0, 8737.0, 8754.0, 8788.0, 8752.0, 8734.0, 8739.0, 8733.0, 8749.0, 8734.0, 8767.0, 8796.0, 8756.0, 8767.0, 8756.0, 8755.0, 8769.0, 8781.0, 8781.0, 8779.0, 8777.0, 8780.0, 8795.0, 8778.0, 8780.0, 8763.0, 8763.0, 8818.0, 8760.0, 8754.0, 8750.0, 8736.0, 8738.0, 8800.0, 8747.0, 8773.0, 8747.0, 8742.0, 8746.0, 8730.0, 8748.0, 8729.0, 8751.0, 8748.0, 8737.0, 8732.0, 8737.0, 8732.0, 8737.0, 8738.0, 8752.0, 8738.0, 8772.0, 8740.0, 8773.0, 8758.0, 8778.0, 8761.0, 8779.0, 8775.0, 8778.0, 8775.0, 8804.0, 8825.0, 8815.0, 8847.0, 8784.0, 8778.0, 8775.0, 8776.0, 8762.0, 8767.0, 8761.0, 8776.0, 8757.0, 8777.0, 8819.0, 8777.0, 8784.0, 8760.0, 8755.0, 8754.0, 8770.0, 8758.0, 8767.0, 8758.0, 8741.0, 8773.0, 8756.0, 8772.0, 8775.0, 8774.0, 8776.0, 8780.0, 8777.0, 8779.0, 8795.0, 8777.0, 8820.0, 8770.0, 8801.0, 8776.0, 8819.0, 8774.0, 8798.0, 8772.0, 8751.0, 8738.0, 8753.0, 8753.0, 8753.0, 8751.0, 8752.0, 8749.0, 8738.0, 8749.0, 8754.0, 8756.0, 8757.0, 8770.0, 8770.0, 8755.0, 8773.0, 8758.0, 8780.0, 8788.0, 8775.0, 8772.0, 8772.0, 8757.0, 8760.0, 8791.0, 8769.0, 8783.0, 8774.0, 8756.0, 8773.0, 8760.0, 8783.0, 8809.0, 8801.0, 8793.0, 8795.0, 8775.0, 8783.0, 8842.0, 8804.0, 8780.0, 8783.0, 8798.0, 8780.0, 8782.0, 8783.0, 8781.0, 8784.0, 8782.0, 8765.0, 8778.0, 8762.0, 8761.0, 8788.0, 8776.0, 8759.0, 8772.0, 8755.0, 8780.0, 8775.0, 8777.0, 8776.0, 8759.0, 8772.0, 8759.0, 8756.0, 8760.0, 8789.0, 8761.0, 8818.0, 8755.0, 8801.0, 8752.0, 8777.0, 8752.0, 8779.0, 8764.0, 8747.0, 8733.0, 8731.0, 8733.0, 8754.0, 8753.0, 8747.0, 8735.0, 8748.0, 8735.0, 8748.0, 8736.0, 8752.0, 8765.0, 8769.0, 8739.0, 8772.0, 8769.0, 8775.0, 8774.0, 8762.0, 8761.0, 8757.0, 8754.0, 8757.0, 8788.0, 8773.0, 8784.0, 8753.0, 8752.0, 8753.0, 8768.0, 8754.0, 8752.0, 8732.0, 8749.0, 8734.0, 8750.0, 8736.0, 8736.0, 8780.0, 8767.0, 8764.0, 8752.0, 8750.0, 8755.0, 8767.0, 8751.0, 8753.0, 8750.0, 8750.0, 8750.0, 8752.0, 8754.0, 8739.0, 8735.0, 8750.0, 8735.0, 8749.0, 8735.0, 8746.0, 8749.0, 8747.0, 8731.0, 8734.0, 8733.0, 8750.0, 8736.0, 8749.0, 8736.0, 8753.0, 8737.0, 8751.0, 8751.0, 8751.0, 8754.0, 8751.0, 8753.0, 8753.0, 8755.0, 8770.0, 8771.0, 8778.0, 8780.0, 8797.0, 8782.0, 8799.0, 8806.0, 8830.0, 8795.0, 8805.0, 8781.0, 8768.0, 8767.0, 8829.0, 8835.0, 8821.0, 8819.0, 8771.0, 8797.0, 8769.0, 8767.0, 8784.0, 8803.0, 8822.0, 8806.0, 8806.0, 8816.0, 8791.0, 8786.0, 8828.0, 8844.0, 8824.0, 8829.0, 8829.0, 8805.0, 8770.0, 8798.0, 8764.0, 8770.0, 8704.0, 8712.0, 8679.0, 8674.0, 8689.0, 8669.0, 8670.0, 8666.0, 8669.0, 8667.0, 8672.0, 8673.0, 8693.0, 8694.0, 8699.0, 8702.0, 8719.0, 8723.0, 8723.0, 8729.0, 8744.0, 8752.0, 8761.0, 8749.0, 8761.0, 8748.0, 8748.0, 8754.0, 8737.0, 8771.0, 8756.0, 8773.0, 8759.0, 8774.0, 8761.0, 8779.0, 8782.0, 8784.0, 8858.0, 8811.0, 8804.0, 8804.0, 8811.0, 8791.0, 8829.0, 8815.0, 8816.0, 8835.0, 8843.0, 8886.0, 8845.0, 8881.0, 8827.0, 8821.0, 8782.0, 8814.0, 8780.0, 8743.0, 8759.0, 8758.0, 8778.0, 8777.0, 8782.0, 8784.0, 8781.0, 8782.0, 8785.0, 8813.0, 8783.0, 8843.0, 8779.0, 8805.0, 8800.0, 8795.0, 8782.0, 8806.0, 8756.0, 8742.0, 8755.0, 8756.0, 8754.0, 8759.0, 8772.0, 8758.0, 8788.0, 8760.0, 8754.0, 8775.0, 8770.0, 8759.0, 8743.0, 8755.0, 8742.0, 8772.0, 8761.0, 8776.0, 8764.0, 8779.0, 8765.0, 8794.0, 8785.0, 8798.0, 8789.0, 8782.0, 8784.0, 8783.0, 8786.0, 8816.0, 8806.0, 8836.0, 8800.0, 8803.0, 8786.0, 8760.0, 8729.0, 8788.0, 8789.0, 8842.0, 8833.0, 8816.0, 8835.0, 8838.0, 8837.0, 8823.0, 8841.0, 8838.0, 8904.0, 8868.0, 8895.0, 8847.0, 8813.0, 8836.0, 8777.0, 8787.0, 8732.0, 8763.0, 8757.0, 8755.0, 8736.0, 8715.0, 8728.0, 8676.0, 8703.0, 8676.0, 8671.0, 8692.0, 8694.0, 8695.0, 8702.0, 8700.0, 8720.0, 8704.0, 8702.0, 8700.0, 8731.0, 8701.0, 8746.0, 8700.0, 8713.0, 8700.0, 8696.0, 8699.0, 8701.0, 8716.0, 8704.0, 8719.0, 8723.0, 8723.0, 8744.0, 8731.0, 8750.0, 8749.0, 8753.0, 8752.0, 8757.0, 8755.0, 8772.0, 8757.0, 8774.0, 8758.0, 8772.0, 8773.0, 8757.0, 8772.0, 8760.0, 8775.0, 8780.0, 8778.0, 8778.0, 8780.0, 8801.0, 8804.0, 8807.0, 8825.0, 8810.0, 8811.0, 8808.0, 8839.0, 8807.0, 8851.0, 8805.0, 8832.0, 8805.0, 8817.0, 8783.0, 8847.0, 8801.0, 8800.0, 8786.0, 8799.0, 8787.0, 8803.0, 8804.0, 8811.0, 8819.0, 8826.0, 8809.0, 8810.0, 8832.0, 8827.0, 8816.0, 8832.0, 8841.0, 8822.0, 8821.0, 8825.0, 8862.0, 8832.0, 8877.0, 8824.0, 8836.0, 8783.0, 8782.0, 8778.0, 8760.0, 8808.0, 8775.0, 8820.0, 8755.0, 8782.0, 8749.0, 8740.0, 8762.0, 8779.0, 8767.0, 8784.0, 8788.0, 8788.0, 8801.0, 8787.0, 8790.0, 8790.0, 8789.0, 8787.0, 8801.0, 8785.0, 8769.0, 8785.0, 8785.0, 8786.0, 8798.0, 8787.0, 8805.0, 8812.0, 8810.0, 8813.0, 8810.0, 8809.0, 8814.0, 8841.0, 8841.0, 8835.0, 8849.0, 8821.0, 8858.0, 8859.0, 8861.0, 8861.0, 8822.0, 8837.0, 8871.0, 8828.0, 8852.0, 8809.0, 8838.0, 8824.0, 8823.0, 8837.0, 8789.0, 8853.0, 8817.0, 8826.0, 8776.0, 8801.0, 8755.0, 8752.0, 8734.0, 8750.0, 8735.0, 8745.0, 8730.0, 8774.0, 8725.0, 8786.0, 8738.0, 8763.0, 8720.0, 8704.0, 8717.0, 8705.0, 8723.0, 8725.0, 8744.0, 8731.0, 8747.0, 8751.0, 8751.0, 8755.0, 8772.0, 8774.0, 8775.0, 8776.0, 8774.0, 8775.0, 8788.0, 8778.0, 8803.0, 8779.0, 8778.0, 8777.0, 8761.0, 8776.0, 8775.0, 8776.0, 8777.0, 8792.0, 8778.0, 8798.0, 8786.0, 8800.0, 8796.0, 8787.0, 8782.0, 8782.0, 8786.0, 8798.0, 8811.0, 8797.0, 8779.0, 8763.0, 8779.0, 8826.0, 8780.0, 8828.0, 8778.0, 8804.0, 8775.0, 8803.0, 8797.0, 8825.0, 8782.0, 8800.0, 8813.0, 8833.0, 8807.0, 8787.0, 8846.0, 8781.0, 8785.0, 8760.0, 8779.0, 8784.0, 8804.0, 8805.0, 8787.0, 8770.0, 8776.0, 8778.0, 8805.0, 8795.0, 8801.0, 8848.0, 8846.0, 8792.0, 8839.0, 8809.0, 8787.0, 8739.0, 8783.0, 8736.0, 8781.0, 8727.0, 8760.0, 8720.0, 8682.0, 8693.0, 8675.0, 8671.0, 8655.0, 8667.0, 8673.0, 8674.0, 8676.0, 8693.0, 8699.0, 8711.0, 8703.0, 8704.0, 8704.0, 8717.0, 8727.0, 8710.0, 8727.0, 8733.0, 8745.0, 8738.0, 8720.0, 8740.0, 8742.0, 8752.0, 8754.0, 8752.0, 8752.0, 8754.0, 8766.0, 8755.0, 8768.0, 8771.0, 8776.0, 8775.0, 8760.0, 8777.0, 8760.0, 8777.0, 8775.0, 8776.0, 8803.0, 8805.0, 8845.0, 8800.0, 8782.0, 8797.0, 8779.0, 8797.0, 8779.0, 8797.0, 8781.0, 8797.0, 8782.0, 8777.0, 8780.0, 8823.0, 8774.0, 8818.0, 8771.0, 8785.0, 8769.0, 8756.0, 8769.0, 8756.0, 8775.0, 8772.0, 8775.0, 8760.0, 8777.0, 8779.0, 8795.0, 8778.0, 8798.0, 8782.0, 8780.0, 8804.0, 8801.0, 8799.0, 8811.0, 8797.0, 8782.0, 8797.0, 8782.0, 8802.0, 8802.0, 8800.0, 8801.0, 8800.0, 8785.0, 8802.0, 8801.0, 8807.0, 8805.0, 8802.0, 8803.0, 8798.0, 8798.0, 8801.0, 8790.0, 8802.0, 8819.0, 8802.0, 8849.0, 8783.0, 8826.0, 8800.0, 8828.0, 8786.0, 8826.0, 8783.0, 8777.0, 8779.0, 8779.0, 8781.0, 8782.0, 8795.0, 8780.0, 8778.0, 8782.0, 8808.0, 8781.0, 8782.0, 8779.0, 8780.0, 8807.0, 8775.0, 8773.0, 8777.0, 8764.0, 8774.0, 8761.0, 8776.0, 8777.0, 8775.0, 8778.0, 8778.0, 8783.0, 8782.0, 8783.0, 8783.0, 8794.0, 8799.0, 8800.0, 8814.0, 8805.0, 8805.0, 8803.0, 8827.0, 8828.0, 8836.0, 8831.0, 8830.0, 8859.0, 8813.0, 8825.0, 8821.0, 8808.0, 8853.0, 8802.0, 8839.0, 8834.0, 8784.0, 8798.0, 8805.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.004686429391504017</td></tr>
<tr><td colspan=3>aqi</td><td>0.055701348909299654</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.21346168087357</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2059901934137915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.042018929022988</td></tr>
<tr><td colspan=3>efc</td><td>0.4897</td></tr>
<tr><td colspan=3>fber</td><td>5655.1074</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10793062198300711</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.562571756601608</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.634239769570177</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465650486668857</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.906087385258932</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.530981436782741</td></tr>
<tr><td colspan=3>gcor</td><td>0.0239276</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014476367272436619</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03019147366285324</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.926543880596275</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>18.7549</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.4847</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.4845</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298474.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>931.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.1308</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.366</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.557</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3107.6461</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3327.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78070.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>847.3046</td></tr>
<tr><td colspan=3>tsnr</td><td>30.801046693290118</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>