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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-06_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-06_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-0092/ses-04/func/sub-0092_ses-04_task-social_acq-mb8_run-06_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>3b91721efa6749de41d4cba2bc0c5617</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>20:36:58.595000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</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-06_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.0907191</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a2273134-cddd-41cc-8269-30827f4fb302||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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': ['203658.595000', '203659.055000', '203659.515000', '203659.975000', '203700.435000', '203700.895000', '203701.355000', '203701.815000', '203702.275000', '203702.735000', '203703.195000', '203703.655000', '203704.115000', '203704.575000', '203705.035000', '203705.495000', '203705.955000', '203706.415000', '203706.875000', '203707.335000', '203707.795000', '203708.255000', '203708.715000', '203709.175000', '203709.635000', '203710.095000', '203710.555000', '203711.015000', '203711.475000', '203711.935000', '203712.395000', '203712.855000', '203713.315000', '203713.775000', '203714.235000', '203714.695000', '203715.155000', '203715.615000', '203716.075000', '203716.535000', '203716.995000', '203717.455000', '203717.915000', '203718.375000', '203718.835000', '203719.295000', '203719.755000', '203720.215000', '203720.675000', '203721.135000', '203721.595000', '203722.055000', '203722.515000', '203722.975000', '203723.435000', '203723.895000', '203724.355000', '203724.815000', '203725.275000', '203725.735000', '203726.195000', '203726.655000', '203727.115000', '203727.575000', '203728.035000', '203728.495000', '203728.955000', '203729.415000', '203729.875000', '203730.335000', '203730.795000', '203731.255000', '203731.715000', '203732.175000', '203732.635000', '203733.095000', '203733.555000', '203734.015000', '203734.475000', '203734.935000', '203735.395000', '203735.855000', '203736.315000', '203736.775000', '203737.235000', '203737.695000', '203738.155000', '203738.615000', '203739.075000', '203739.535000', '203739.995000', '203740.455000', '203740.915000', '203741.375000', '203741.835000', '203742.295000', '203742.755000', '203743.215000', '203743.675000', '203744.135000', '203744.595000', '203745.055000', '203745.515000', '203745.975000', '203746.435000', '203746.895000', '203747.355000', '203747.815000', '203748.275000', '203748.735000', '203749.195000', '203749.655000', '203750.115000', '203750.575000', '203751.035000', '203751.495000', '203751.955000', '203752.415000', '203752.875000', '203753.335000', '203753.795000', '203754.255000', '203754.715000', '203755.175000', '203755.635000', '203756.095000', '203756.555000', '203757.015000', '203757.475000', '203757.935000', '203758.395000', '203758.855000', '203759.315000', '203759.775000', '203800.235000', '203800.695000', '203801.155000', '203801.615000', '203802.075000', '203802.535000', '203802.995000', '203803.455000', '203803.915000', '203804.375000', '203804.835000', '203805.295000', '203805.755000', '203806.215000', '203806.675000', '203807.135000', '203807.595000', '203808.055000', '203808.515000', '203808.975000', '203809.435000', '203809.895000', '203810.355000', '203810.815000', '203811.275000', '203811.735000', '203812.195000', '203812.655000', '203813.115000', '203813.575000', '203814.035000', '203814.495000', '203814.955000', '203815.415000', '203815.875000', '203816.335000', '203816.795000', '203817.255000', '203817.715000', '203818.175000', '203818.635000', '203819.095000', '203819.555000', '203820.015000', '203820.475000', '203820.935000', '203821.395000', '203821.855000', '203822.315000', '203822.775000', '203823.235000', '203823.695000', '203824.155000', '203824.615000', '203825.075000', '203825.535000', '203825.995000', '203826.455000', '203826.915000', '203827.375000', '203827.835000', '203828.295000', '203828.755000', '203829.215000', '203829.675000', '203830.135000', '203830.595000', '203831.055000', '203831.515000', '203831.975000', '203832.435000', '203832.895000', '203833.355000', '203833.815000', '203834.275000', '203834.735000', '203835.195000', '203835.655000', '203836.115000', '203836.575000', '203837.035000', '203837.495000', '203837.955000', '203838.415000', '203838.875000', '203839.335000', '203839.795000', '203840.255000', '203840.715000', '203841.175000', '203841.635000', '203842.095000', '203842.555000', '203843.015000', '203843.475000', '203843.935000', '203844.395000', '203844.855000', '203845.315000', '203845.775000', '203846.235000', '203846.695000', '203847.155000', '203847.615000', '203848.075000', '203848.535000', '203848.995000', '203849.455000', '203849.915000', '203850.375000', '203850.835000', '203851.295000', '203851.755000', '203852.215000', '203852.675000', '203853.135000', '203853.595000', '203854.055000', '203854.515000', '203854.975000', '203855.435000', '203855.895000', '203856.355000', '203856.815000', '203857.275000', '203857.735000', '203858.195000', '203858.655000', '203859.115000', '203859.575000', '203900.035000', '203900.495000', '203900.955000', '203901.415000', '203901.875000', '203902.335000', '203902.795000', '203903.255000', '203903.715000', '203904.175000', '203904.635000', '203905.095000', '203905.555000', '203906.015000', '203906.475000', '203906.935000', '203907.395000', '203907.855000', '203908.315000', '203908.775000', '203909.235000', '203909.695000', '203910.155000', '203910.615000', '203911.075000', '203911.535000', '203911.995000', '203912.455000', '203912.915000', '203913.375000', '203913.835000', '203914.295000', '203914.755000', '203915.215000', '203915.675000', '203916.135000', '203916.595000', '203917.055000', '203917.515000', '203917.975000', '203918.435000', '203918.895000', '203919.355000', '203919.815000', '203920.275000', '203920.735000', '203921.195000', '203921.655000', '203922.115000', '203922.575000', '203923.035000', '203923.495000', '203923.955000', '203924.415000', '203924.875000', '203925.335000', '203925.795000', '203926.255000', '203926.715000', '203927.175000', '203927.635000', '203928.095000', '203928.555000', '203929.015000', '203929.475000', '203929.935000', '203930.395000', '203930.855000', '203931.315000', '203931.775000', '203932.235000', '203932.695000', '203933.155000', '203933.615000', '203934.075000', '203934.535000', '203934.995000', '203935.455000', '203935.915000', '203936.375000', '203936.835000', '203937.295000', '203937.755000', '203938.215000', '203938.675000', '203939.135000', '203939.595000', '203940.055000', '203940.515000', '203940.975000', '203941.435000', '203941.895000', '203942.355000', '203942.815000', '203943.275000', '203943.735000', '203944.195000', '203944.655000', '203945.115000', '203945.575000', '203946.035000', '203946.495000', '203946.955000', '203947.415000', '203947.875000', '203948.335000', '203948.795000', '203949.255000', '203949.715000', '203950.175000', '203950.635000', '203951.095000', '203951.555000', '203952.015000', '203952.475000', '203952.935000', '203953.395000', '203953.855000', '203954.315000', '203954.775000', '203955.235000', '203955.695000', '203956.155000', '203956.615000', '203957.075000', '203957.535000', '203957.995000', '203958.455000', '203958.915000', '203959.375000', '203959.835000', '204000.295000', '204000.755000', '204001.215000', '204001.675000', '204002.135000', '204002.595000', '204003.055000', '204003.515000', '204003.975000', '204004.435000', '204004.895000', '204005.355000', '204005.815000', '204006.275000', '204006.735000', '204007.195000', '204007.655000', '204008.115000', '204008.575000', '204009.035000', '204009.495000', '204009.955000', '204010.415000', '204010.875000', '204011.335000', '204011.795000', '204012.255000', '204012.715000', '204013.175000', '204013.635000', '204014.095000', '204014.555000', '204015.015000', '204015.475000', '204015.935000', '204016.395000', '204016.855000', '204017.315000', '204017.775000', '204018.235000', '204018.695000', '204019.155000', '204019.615000', '204020.075000', '204020.535000', '204020.995000', '204021.455000', '204021.915000', '204022.375000', '204022.835000', '204023.295000', '204023.755000', '204024.215000', '204024.675000', '204025.135000', '204025.595000', '204026.055000', '204026.515000', '204026.975000', '204027.435000', '204027.895000', '204028.355000', '204028.815000', '204029.275000', '204029.735000', '204030.195000', '204030.655000', '204031.115000', '204031.575000', '204032.035000', '204032.495000', '204032.955000', '204033.415000', '204033.875000', '204034.335000', '204034.795000', '204035.255000', '204035.715000', '204036.175000', '204036.635000', '204037.095000', '204037.555000', '204038.015000', '204038.475000', '204038.935000', '204039.395000', '204039.855000', '204040.315000', '204040.775000', '204041.235000', '204041.695000', '204042.155000', '204042.615000', '204043.075000', '204043.535000', '204043.995000', '204044.455000', '204044.915000', '204045.375000', '204045.835000', '204046.295000', '204046.755000', '204047.215000', '204047.675000', '204048.135000', '204048.595000', '204049.055000', '204049.515000', '204049.975000', '204050.435000', '204050.895000', '204051.355000', '204051.815000', '204052.275000', '204052.735000', '204053.195000', '204053.655000', '204054.115000', '204054.575000', '204055.035000', '204055.495000', '204055.955000', '204056.415000', '204056.875000', '204057.335000', '204057.795000', '204058.255000', '204058.715000', '204059.175000', '204059.635000', '204100.095000', '204100.555000', '204101.015000', '204101.475000', '204101.935000', '204102.395000', '204102.855000', '204103.315000', '204103.775000', '204104.235000', '204104.695000', '204105.155000', '204105.615000', '204106.075000', '204106.535000', '204106.995000', '204107.455000', '204107.915000', '204108.375000', '204108.835000', '204109.295000', '204109.755000', '204110.215000', '204110.675000', '204111.135000', '204111.595000', '204112.055000', '204112.515000', '204112.975000', '204113.435000', '204113.895000', '204114.355000', '204114.815000', '204115.275000', '204115.735000', '204116.195000', '204116.655000', '204117.115000', '204117.575000', '204118.035000', '204118.495000', '204118.955000', '204119.415000', '204119.875000', '204120.335000', '204120.795000', '204121.255000', '204121.715000', '204122.175000', '204122.635000', '204123.095000', '204123.555000', '204124.015000', '204124.475000', '204124.935000', '204125.395000', '204125.855000', '204126.315000', '204126.775000', '204127.235000', '204127.695000', '204128.155000', '204128.615000', '204129.075000', '204129.535000', '204129.995000', '204130.455000', '204130.915000', '204131.375000', '204131.835000', '204132.295000', '204132.755000', '204133.215000', '204133.675000', '204134.135000', '204134.595000', '204135.055000', '204135.515000', '204135.975000', '204136.435000', '204136.895000', '204137.355000', '204137.815000', '204138.275000', '204138.735000', '204139.195000', '204139.655000', '204140.115000', '204140.575000', '204141.035000', '204141.495000', '204141.955000', '204142.415000', '204142.875000', '204143.335000', '204143.795000', '204144.255000', '204144.715000', '204145.175000', '204145.635000', '204146.095000', '204146.555000', '204147.015000', '204147.475000', '204147.935000', '204148.395000', '204148.855000', '204149.315000', '204149.775000', '204150.235000', '204150.695000', '204151.155000', '204151.615000', '204152.075000', '204152.535000', '204152.995000', '204153.455000', '204153.915000', '204154.375000', '204154.835000', '204155.295000', '204155.755000', '204156.215000', '204156.675000', '204157.135000', '204157.595000', '204158.055000', '204158.515000', '204158.975000', '204159.435000', '204159.895000', '204200.355000', '204200.815000', '204201.275000', '204201.735000', '204202.195000', '204202.655000', '204203.115000', '204203.575000', '204204.035000', '204204.495000', '204204.955000', '204205.415000', '204205.875000', '204206.335000', '204206.795000', '204207.255000', '204207.715000', '204208.175000', '204208.635000', '204209.095000', '204209.555000', '204210.015000', '204210.475000', '204210.935000', '204211.395000', '204211.855000', '204212.315000', '204212.775000', '204213.235000', '204213.695000', '204214.155000', '204214.615000', '204215.075000', '204215.535000', '204215.995000', '204216.455000', '204216.915000', '204217.375000', '204217.835000', '204218.295000', '204218.755000', '204219.215000', '204219.675000', '204220.135000', '204220.595000', '204221.055000', '204221.515000', '204221.975000', '204222.435000', '204222.895000', '204223.355000', '204223.815000', '204224.275000', '204224.735000', '204225.195000', '204225.655000', '204226.115000', '204226.575000', '204227.035000', '204227.495000', '204227.955000', '204228.415000', '204228.875000', '204229.335000', '204229.795000', '204230.255000', '204230.715000', '204231.175000', '204231.635000', '204232.095000', '204232.555000', '204233.015000', '204233.475000', '204233.935000', '204234.395000', '204234.855000', '204235.315000', '204235.775000', '204236.235000', '204236.695000', '204237.155000', '204237.615000', '204238.075000', '204238.535000', '204238.995000', '204239.455000', '204239.915000', '204240.375000', '204240.835000', '204241.295000', '204241.755000', '204242.215000', '204242.675000', '204243.135000', '204243.595000', '204244.055000', '204244.515000', '204244.975000', '204245.435000', '204245.895000', '204246.355000', '204246.815000', '204247.275000', '204247.735000', '204248.195000', '204248.655000', '204249.115000', '204249.575000', '204250.035000', '204250.495000', '204250.955000', '204251.415000', '204251.875000', '204252.335000', '204252.795000', '204253.255000', '204253.715000', '204254.175000', '204254.635000', '204255.095000', '204255.555000', '204256.015000', '204256.475000', '204256.935000', '204257.395000', '204257.855000', '204258.315000', '204258.775000', '204259.235000', '204259.695000', '204300.155000', '204300.615000', '204301.075000', '204301.535000', '204301.995000', '204302.455000', '204302.915000', '204303.375000', '204303.835000', '204304.295000', '204304.755000', '204305.215000', '204305.675000', '204306.135000', '204306.595000', '204307.055000', '204307.515000', '204307.975000', '204308.435000', '204308.895000', '204309.355000', '204309.815000', '204310.275000', '204310.735000', '204311.195000', '204311.655000', '204312.115000', '204312.575000', '204313.035000', '204313.495000', '204313.955000', '204314.415000', '204314.875000', '204315.335000', '204315.795000', '204316.255000', '204316.715000', '204317.175000', '204317.635000', '204318.095000', '204318.555000', '204319.015000', '204319.475000', '204319.935000', '204320.395000', '204320.855000', '204321.315000', '204321.775000', '204322.235000', '204322.695000', '204323.155000', '204323.615000', '204324.075000', '204324.535000', '204324.995000', '204325.455000', '204325.915000', '204326.375000', '204326.835000', '204327.295000', '204327.755000', '204328.215000', '204328.675000', '204329.135000', '204329.595000', '204330.055000', '204330.515000', '204330.975000', '204331.435000', '204331.895000', '204332.355000', '204332.815000', '204333.275000', '204333.735000', '204334.195000', '204334.655000', '204335.115000', '204335.575000', '204336.035000', '204336.495000', '204336.955000', '204337.415000', '204337.875000', '204338.335000', '204338.795000', '204339.255000'], 'ContentTime': ['203708.484000', '203708.487000', '203708.490000', '203708.493000', '203708.496000', '203708.505000', '203708.513000', '203708.516000', '203708.518000', '203708.525000', '203708.528000', '203708.530000', '203708.533000', '203708.542000', '203708.544000', '203708.547000', '203708.549000', '203708.552000', '203708.555000', '203708.557000', '203728.446000', '203728.449000', '203728.452000', '203728.454000', '203728.457000', '203728.460000', '203728.462000', '203728.465000', '203728.467000', '203728.470000', '203728.473000', '203728.475000', '203728.478000', '203728.480000', '203728.483000', '203728.485000', '203728.488000', '203728.490000', '203728.502000', '203728.504000', '203728.507000', '203728.509000', '203728.512000', '203728.515000', '203728.517000', '203728.520000', '203728.522000', '203728.525000', '203728.527000', '203728.530000', '203728.533000', '203728.535000', '203728.538000', '203728.540000', '203728.543000', '203728.545000', '203728.548000', '203728.551000', '203728.553000', '203728.556000', '203728.558000', '203728.561000', '203728.563000', '203748.445000', '203748.448000', '203748.451000', '203748.453000', '203748.456000', '203748.458000', '203748.461000', '203748.464000', '203748.466000', '203748.469000', '203748.471000', '203748.474000', '203748.477000', '203748.479000', '203748.482000', '203748.484000', '203748.487000', '203748.490000', '203748.492000', '203748.495000', '203748.498000', '203748.500000', '203748.503000', '203748.505000', '203748.508000', '203748.510000', '203748.513000', '203748.516000', '203748.518000', '203748.521000', '203748.523000', '203748.526000', '203748.529000', '203748.531000', '203748.534000', '203748.536000', '203748.539000', '203748.542000', '203748.544000', '203748.547000', '203748.549000', '203748.552000', '203748.554000', '203748.557000', '203808.446000', '203808.449000', '203808.452000', '203808.454000', '203808.457000', '203808.460000', '203808.462000', '203808.465000', '203808.467000', '203808.470000', '203808.473000', '203808.475000', '203808.478000', '203808.480000', '203808.483000', '203808.486000', '203808.488000', '203808.491000', '203808.493000', '203808.508000', '203808.510000', '203808.513000', '203808.515000', '203808.518000', '203808.521000', '203808.523000', '203808.526000', '203808.528000', '203808.531000', '203808.534000', '203808.536000', '203808.539000', '203808.541000', '203808.544000', '203808.546000', '203808.549000', '203808.552000', '203808.554000', '203808.557000', '203808.559000', '203808.562000', '203808.565000', '203808.567000', '203828.446000', '203828.449000', '203828.452000', '203828.454000', '203828.457000', '203828.460000', '203828.462000', '203828.465000', '203828.468000', '203828.471000', '203828.475000', '203828.478000', '203828.481000', '203828.484000', '203828.486000', '203828.489000', '203828.492000', '203828.494000', '203828.497000', '203828.500000', '203828.502000', '203828.505000', '203828.507000', '203828.510000', '203828.513000', '203828.515000', '203828.518000', '203828.520000', '203828.523000', '203828.526000', '203828.528000', '203828.531000', '203828.534000', '203828.536000', '203828.539000', '203828.542000', '203828.544000', '203828.547000', '203828.549000', '203828.552000', '203828.554000', '203828.557000', '203828.560000', '203848.446000', '203848.449000', '203848.452000', '203848.454000', '203848.457000', '203848.460000', '203848.462000', '203848.465000', '203848.468000', '203848.470000', '203848.473000', '203848.475000', '203848.478000', '203848.480000', '203848.483000', '203848.486000', '203848.488000', '203848.491000', '203848.493000', '203848.496000', '203848.499000', '203848.501000', '203848.504000', '203848.506000', '203848.509000', '203848.512000', '203848.514000', '203848.517000', '203848.519000', '203848.522000', '203848.525000', '203848.527000', '203848.530000', '203848.532000', '203848.535000', '203848.537000', '203848.540000', '203848.543000', '203848.545000', '203848.548000', '203848.550000', '203848.553000', '203848.556000', '203848.558000', '203908.446000', '203908.449000', '203908.452000', '203908.454000', '203908.457000', '203908.460000', '203908.462000', '203908.465000', '203908.467000', '203908.470000', '203908.472000', '203908.475000', '203908.478000', '203908.480000', '203908.483000', '203908.486000', '203908.488000', '203908.491000', '203908.493000', '203908.496000', '203908.499000', '203908.501000', '203908.504000', '203908.507000', '203908.509000', '203908.512000', '203908.514000', '203908.517000', '203908.520000', '203908.522000', '203908.525000', '203908.527000', '203908.530000', '203908.533000', '203908.535000', '203908.538000', '203908.540000', '203908.543000', '203908.546000', '203908.548000', '203908.551000', '203908.553000', '203908.556000', '203908.559000', '203928.447000', '203928.449000', '203928.452000', '203928.455000', '203928.457000', '203928.460000', '203928.462000', '203928.465000', '203928.468000', '203928.470000', '203928.473000', '203928.475000', '203928.478000', '203928.481000', '203928.483000', '203928.486000', '203928.488000', '203928.491000', '203928.494000', '203928.496000', '203928.499000', '203928.501000', '203928.504000', '203928.507000', '203928.509000', '203928.512000', '203928.514000', '203928.517000', '203928.520000', '203928.522000', '203928.525000', '203928.528000', '203928.530000', '203928.533000', '203928.536000', '203928.538000', '203928.541000', '203928.543000', '203928.546000', '203928.549000', '203928.551000', '203928.554000', '203928.556000', '203948.446000', '203948.449000', '203948.452000', '203948.455000', '203948.457000', '203948.460000', '203948.463000', '203948.465000', '203948.468000', '203948.471000', '203948.474000', '203948.477000', '203948.489000', '203948.492000', '203948.495000', '203948.516000', '203948.519000', '203948.521000', '203948.524000', '203948.527000', '203948.529000', '203948.532000', '203948.535000', '203948.537000', '203948.540000', '203948.542000', '203948.545000', '203948.548000', '203948.550000', '203948.553000', '203948.556000', '203948.558000', '203948.561000', '203948.563000', '203948.566000', '203948.569000', '203948.572000', '203948.574000', '203948.577000', '203948.579000', '203948.582000', '203948.585000', '203948.587000', '204008.445000', '204008.448000', '204008.451000', '204008.453000', '204008.456000', '204008.459000', '204008.461000', '204008.464000', '204008.467000', '204008.469000', '204008.472000', '204008.474000', '204008.477000', '204008.479000', '204008.482000', '204008.485000', '204008.487000', '204008.490000', '204008.493000', '204008.495000', '204008.498000', '204008.500000', '204008.503000', '204008.505000', '204008.508000', '204008.511000', '204008.513000', '204008.516000', '204008.518000', '204008.521000', '204008.524000', '204008.526000', '204008.529000', '204008.532000', '204008.534000', '204008.537000', '204008.539000', '204008.542000', '204008.544000', '204008.547000', '204008.550000', '204008.552000', '204008.555000', '204008.557000', '204028.447000', '204028.449000', '204028.452000', '204028.455000', '204028.457000', '204028.460000', '204028.463000', '204028.465000', '204028.468000', '204028.470000', '204028.481000', '204028.484000', '204028.486000', '204028.489000', '204028.492000', '204028.494000', '204028.497000', '204028.499000', '204028.502000', '204028.505000', '204028.507000', '204028.510000', '204028.512000', '204028.515000', '204028.518000', '204028.520000', '204028.523000', '204028.525000', '204028.528000', '204028.531000', '204028.533000', '204028.536000', '204028.539000', '204028.541000', '204028.544000', '204028.546000', '204028.549000', '204028.552000', '204028.554000', '204028.557000', '204028.559000', '204028.562000', '204028.565000', '204048.446000', '204048.449000', '204048.452000', '204048.455000', '204048.457000', '204048.460000', '204048.462000', '204048.465000', '204048.468000', '204048.470000', '204048.473000', '204048.475000', '204048.478000', '204048.481000', '204048.483000', '204048.486000', '204048.489000', '204048.491000', '204048.494000', '204048.496000', '204048.499000', '204048.502000', '204048.504000', '204048.507000', '204048.510000', '204048.512000', '204048.515000', '204048.517000', '204048.520000', '204048.523000', '204048.525000', '204048.528000', '204048.531000', '204048.533000', '204048.536000', '204048.538000', '204048.541000', '204048.544000', '204048.546000', '204048.549000', '204048.552000', '204048.554000', '204048.557000', '204048.559000', '204108.447000', '204108.449000', '204108.452000', '204108.455000', '204108.457000', '204108.460000', '204108.462000', '204108.465000', '204108.468000', '204108.470000', '204108.473000', '204108.475000', '204108.478000', '204108.481000', '204108.483000', '204108.486000', '204108.489000', '204108.491000', '204108.494000', '204108.497000', '204108.505000', '204108.508000', '204108.510000', '204108.514000', '204108.516000', '204108.519000', '204108.522000', '204108.524000', '204108.527000', '204108.529000', '204108.532000', '204108.535000', '204108.537000', '204108.540000', '204108.542000', '204108.545000', '204108.548000', '204108.550000', '204108.554000', '204108.557000', '204108.589000', '204108.591000', '204108.594000', '204128.447000', '204128.449000', '204128.452000', '204128.455000', '204128.457000', '204128.460000', '204128.463000', '204128.465000', '204128.468000', '204128.470000', '204128.473000', '204128.476000', '204128.478000', '204128.481000', '204128.484000', '204128.486000', '204128.489000', '204128.492000', '204128.494000', '204128.497000', '204128.499000', '204128.502000', '204128.505000', '204128.507000', '204128.510000', '204128.512000', '204128.515000', '204128.518000', '204128.520000', '204128.523000', '204128.526000', '204128.528000', '204128.531000', '204128.534000', '204128.536000', '204128.539000', '204128.541000', '204128.544000', '204128.547000', '204128.549000', '204128.552000', '204128.555000', '204128.557000', '204128.560000', '204148.447000', '204148.449000', '204148.452000', '204148.455000', '204148.457000', '204148.460000', '204148.463000', '204148.465000', '204148.468000', '204148.470000', '204148.473000', '204148.476000', '204148.478000', '204148.481000', '204148.483000', '204148.486000', '204148.489000', '204148.491000', '204148.494000', '204148.497000', '204148.499000', '204148.502000', '204148.504000', '204148.507000', '204148.510000', '204148.512000', '204148.515000', '204148.517000', '204148.520000', '204148.523000', '204148.525000', '204148.528000', '204148.530000', '204148.533000', '204148.536000', '204148.538000', '204148.541000', '204148.543000', '204148.546000', '204148.548000', '204148.551000', '204148.554000', '204148.556000', '204208.446000', '204208.449000', '204208.452000', '204208.455000', '204208.457000', '204208.460000', '204208.462000', '204208.465000', '204208.468000', '204208.470000', '204208.473000', '204208.476000', '204208.478000', '204208.481000', '204208.483000', '204208.486000', '204208.489000', '204208.491000', '204208.494000', '204208.497000', '204208.499000', '204208.502000', '204208.504000', '204208.507000', '204208.510000', '204208.512000', '204208.515000', '204208.518000', '204208.520000', '204208.523000', '204208.526000', '204208.528000', '204208.531000', '204208.533000', '204208.536000', '204208.539000', '204208.541000', '204208.544000', '204208.547000', '204208.549000', '204208.552000', '204208.554000', '204208.557000', '204208.560000', '204228.445000', '204228.448000', '204228.451000', '204228.453000', '204228.456000', '204228.459000', '204228.461000', '204228.464000', '204228.467000', '204228.469000', '204228.472000', '204228.475000', '204228.477000', '204228.480000', '204228.482000', '204228.485000', '204228.488000', '204228.490000', '204228.493000', '204228.495000', '204228.498000', '204228.501000', '204228.503000', '204228.506000', '204228.508000', '204228.511000', '204228.514000', '204228.516000', '204228.519000', '204228.521000', '204228.524000', '204228.527000', '204228.530000', '204228.532000', '204228.535000', '204228.538000', '204228.540000', '204228.543000', '204228.546000', '204228.548000', '204228.551000', '204228.554000', '204228.556000', '204248.446000', '204248.449000', '204248.452000', '204248.454000', '204248.457000', '204248.460000', '204248.462000', '204248.465000', '204248.504000', '204248.507000', '204248.510000', '204248.512000', '204248.515000', '204248.517000', '204248.540000', '204248.542000', '204248.545000', '204248.548000', '204248.550000', '204248.553000', '204248.555000', '204248.558000', '204248.561000', '204248.563000', '204248.566000', '204248.569000', '204248.571000', '204248.574000', '204248.576000', '204248.579000', '204248.582000', '204248.584000', '204248.587000', '204248.590000', '204248.592000', '204248.595000', '204248.598000', '204248.600000', '204248.603000', '204248.606000', '204248.608000', '204248.611000', '204248.613000', '204248.616000', '204308.447000', '204308.449000', '204308.452000', '204308.455000', '204308.457000', '204308.460000', '204308.463000', '204308.465000', '204308.468000', '204308.470000', '204308.473000', '204308.476000', '204308.478000', '204308.481000', '204308.484000', '204308.486000', '204308.489000', '204308.491000', '204308.494000', '204308.497000', '204308.499000', '204308.502000', '204308.505000', '204308.507000', '204308.510000', '204308.512000', '204308.515000', '204308.518000', '204308.520000', '204308.523000', '204308.525000', '204308.528000', '204308.530000', '204308.533000', '204308.536000', '204308.538000', '204308.541000', '204308.544000', '204308.546000', '204308.549000', '204308.552000', '204308.554000', '204308.557000', '204328.446000', '204328.449000', '204328.452000', '204328.455000', '204328.457000', '204328.460000', '204328.462000', '204328.465000', '204328.468000', '204328.470000', '204328.473000', '204328.475000', '204328.478000', '204328.481000', '204328.483000', '204328.486000', '204328.489000', '204328.491000', '204328.494000', '204328.497000', '204328.499000', '204328.502000', '204328.505000', '204328.507000', '204328.510000', '204328.512000', '204328.515000', '204328.517000', '204328.520000', '204328.523000', '204328.525000', '204328.528000', '204328.531000', '204328.533000', '204328.536000', '204328.539000', '204328.541000', '204328.544000', '204328.547000', '204328.549000', '204328.552000', '204328.555000', '204328.557000', '204328.560000', '204340.324000', '204340.327000', '204340.329000', '204340.332000', '204340.335000', '204340.337000', '204340.340000', '204340.342000', '204340.345000', '204340.348000', '204340.350000', '204340.353000', '204340.356000', '204340.358000', '204340.361000', '204340.363000', '204340.366000', '204340.369000', '204340.371000', '204340.374000', '204340.376000', '204340.379000', '204340.382000', '204340.384000', '204340.387000', '204340.390000'], 'InstanceCreationTime': ['203708.484000', '203708.487000', '203708.490000', '203708.493000', '203708.496000', '203708.505000', '203708.513000', '203708.516000', '203708.518000', '203708.525000', '203708.528000', '203708.530000', '203708.533000', '203708.542000', '203708.544000', '203708.547000', '203708.549000', '203708.552000', '203708.555000', '203708.557000', '203728.446000', '203728.449000', '203728.452000', '203728.454000', '203728.457000', '203728.460000', '203728.462000', '203728.465000', '203728.467000', '203728.470000', '203728.473000', '203728.475000', '203728.478000', '203728.480000', '203728.483000', '203728.485000', '203728.488000', '203728.490000', '203728.502000', '203728.504000', '203728.507000', '203728.509000', '203728.512000', '203728.515000', '203728.517000', '203728.520000', '203728.522000', '203728.525000', '203728.527000', '203728.530000', '203728.533000', '203728.535000', '203728.538000', '203728.540000', '203728.543000', '203728.545000', '203728.548000', '203728.551000', '203728.553000', '203728.556000', '203728.558000', '203728.561000', '203728.563000', '203748.445000', '203748.448000', '203748.451000', '203748.453000', '203748.456000', '203748.458000', '203748.461000', '203748.464000', '203748.466000', '203748.469000', '203748.471000', '203748.474000', '203748.477000', '203748.479000', '203748.482000', '203748.484000', '203748.487000', '203748.490000', '203748.492000', '203748.495000', '203748.498000', '203748.500000', '203748.503000', '203748.505000', '203748.508000', '203748.510000', '203748.513000', '203748.516000', '203748.518000', '203748.521000', '203748.523000', '203748.526000', '203748.529000', '203748.531000', '203748.534000', '203748.536000', '203748.539000', '203748.542000', '203748.544000', '203748.547000', '203748.549000', '203748.552000', '203748.554000', '203748.557000', '203808.446000', '203808.449000', '203808.452000', '203808.454000', '203808.457000', '203808.460000', '203808.462000', '203808.465000', '203808.467000', '203808.470000', '203808.473000', '203808.475000', '203808.478000', '203808.480000', '203808.483000', '203808.486000', '203808.488000', '203808.491000', '203808.493000', '203808.508000', '203808.510000', '203808.513000', '203808.515000', '203808.518000', '203808.521000', '203808.523000', '203808.526000', '203808.528000', '203808.531000', '203808.534000', '203808.536000', '203808.539000', '203808.541000', '203808.544000', '203808.546000', '203808.549000', '203808.552000', '203808.554000', '203808.557000', '203808.559000', '203808.562000', '203808.565000', '203808.567000', '203828.446000', '203828.449000', '203828.452000', '203828.454000', '203828.457000', '203828.460000', '203828.462000', '203828.465000', '203828.468000', '203828.471000', '203828.475000', '203828.478000', '203828.481000', '203828.484000', '203828.486000', '203828.489000', '203828.492000', '203828.494000', '203828.497000', '203828.500000', '203828.502000', '203828.505000', '203828.507000', '203828.510000', '203828.513000', '203828.515000', '203828.518000', '203828.520000', '203828.523000', '203828.526000', '203828.528000', '203828.531000', '203828.534000', '203828.536000', '203828.539000', '203828.542000', '203828.544000', '203828.547000', '203828.549000', '203828.552000', '203828.554000', '203828.557000', '203828.560000', '203848.446000', '203848.449000', '203848.452000', '203848.454000', '203848.457000', '203848.460000', '203848.462000', '203848.465000', '203848.468000', '203848.470000', '203848.473000', '203848.475000', '203848.478000', '203848.480000', '203848.483000', '203848.486000', '203848.488000', '203848.491000', '203848.493000', '203848.496000', '203848.499000', '203848.501000', '203848.504000', '203848.506000', '203848.509000', '203848.512000', '203848.514000', '203848.517000', '203848.519000', '203848.522000', '203848.525000', '203848.527000', '203848.530000', '203848.532000', '203848.535000', '203848.537000', '203848.540000', '203848.543000', '203848.545000', '203848.548000', '203848.550000', '203848.553000', '203848.556000', '203848.558000', '203908.446000', '203908.449000', '203908.452000', '203908.454000', '203908.457000', '203908.460000', '203908.462000', '203908.465000', '203908.467000', '203908.470000', '203908.472000', '203908.475000', '203908.478000', '203908.480000', '203908.483000', '203908.486000', '203908.488000', '203908.491000', '203908.493000', '203908.496000', '203908.499000', '203908.501000', '203908.504000', '203908.507000', '203908.509000', '203908.512000', '203908.514000', '203908.517000', '203908.520000', '203908.522000', '203908.525000', '203908.527000', '203908.530000', '203908.533000', '203908.535000', '203908.538000', '203908.540000', '203908.543000', '203908.546000', '203908.548000', '203908.551000', '203908.553000', '203908.556000', '203908.559000', '203928.447000', '203928.449000', '203928.452000', '203928.455000', '203928.457000', '203928.460000', '203928.462000', '203928.465000', '203928.468000', '203928.470000', '203928.473000', '203928.475000', '203928.478000', '203928.481000', '203928.483000', '203928.486000', '203928.488000', '203928.491000', '203928.494000', '203928.496000', '203928.499000', '203928.501000', '203928.504000', '203928.507000', '203928.509000', '203928.512000', '203928.514000', '203928.517000', '203928.520000', '203928.522000', '203928.525000', '203928.528000', '203928.530000', '203928.533000', '203928.536000', '203928.538000', '203928.541000', '203928.543000', '203928.546000', '203928.549000', '203928.551000', '203928.554000', '203928.556000', '203948.446000', '203948.449000', '203948.452000', '203948.455000', '203948.457000', '203948.460000', '203948.463000', '203948.465000', '203948.468000', '203948.471000', '203948.474000', '203948.477000', '203948.489000', '203948.492000', '203948.495000', '203948.516000', '203948.519000', '203948.521000', '203948.524000', '203948.527000', '203948.529000', '203948.532000', '203948.535000', '203948.537000', '203948.540000', '203948.542000', '203948.545000', '203948.548000', '203948.550000', '203948.553000', '203948.556000', '203948.558000', '203948.561000', '203948.563000', '203948.566000', '203948.569000', '203948.572000', '203948.574000', '203948.577000', '203948.579000', '203948.582000', '203948.585000', '203948.587000', '204008.445000', '204008.448000', '204008.451000', '204008.453000', '204008.456000', '204008.459000', '204008.461000', '204008.464000', '204008.467000', '204008.469000', '204008.472000', '204008.474000', '204008.477000', '204008.479000', '204008.482000', '204008.485000', '204008.487000', '204008.490000', '204008.493000', '204008.495000', '204008.498000', '204008.500000', '204008.503000', '204008.505000', '204008.508000', '204008.511000', '204008.513000', '204008.516000', '204008.518000', '204008.521000', '204008.524000', '204008.526000', '204008.529000', '204008.532000', '204008.534000', '204008.537000', '204008.539000', '204008.542000', '204008.544000', '204008.547000', '204008.550000', '204008.552000', '204008.555000', '204008.557000', '204028.447000', '204028.449000', '204028.452000', '204028.455000', '204028.457000', '204028.460000', '204028.463000', '204028.465000', '204028.468000', '204028.470000', '204028.481000', '204028.484000', '204028.486000', '204028.489000', '204028.492000', '204028.494000', '204028.497000', '204028.499000', '204028.502000', '204028.505000', '204028.507000', '204028.510000', '204028.512000', '204028.515000', '204028.518000', '204028.520000', '204028.523000', '204028.525000', '204028.528000', '204028.531000', '204028.533000', '204028.536000', '204028.539000', '204028.541000', '204028.544000', '204028.546000', '204028.549000', '204028.552000', '204028.554000', '204028.557000', '204028.559000', '204028.562000', '204028.565000', '204048.446000', '204048.449000', '204048.452000', '204048.455000', '204048.457000', '204048.460000', '204048.462000', '204048.465000', '204048.468000', '204048.470000', '204048.473000', '204048.475000', '204048.478000', '204048.481000', '204048.483000', '204048.486000', '204048.489000', '204048.491000', '204048.494000', '204048.496000', '204048.499000', '204048.502000', '204048.504000', '204048.507000', '204048.510000', '204048.512000', '204048.515000', '204048.517000', '204048.520000', '204048.523000', '204048.525000', '204048.528000', '204048.531000', '204048.533000', '204048.536000', '204048.538000', '204048.541000', '204048.544000', '204048.546000', '204048.549000', '204048.552000', '204048.554000', '204048.557000', '204048.559000', '204108.447000', '204108.449000', '204108.452000', '204108.455000', '204108.457000', '204108.460000', '204108.462000', '204108.465000', '204108.468000', '204108.470000', '204108.473000', '204108.475000', '204108.478000', '204108.481000', '204108.483000', '204108.486000', '204108.489000', '204108.491000', '204108.494000', '204108.497000', '204108.505000', '204108.508000', '204108.510000', '204108.514000', '204108.516000', '204108.519000', '204108.522000', '204108.524000', '204108.527000', '204108.529000', '204108.532000', '204108.535000', '204108.537000', '204108.540000', '204108.542000', '204108.545000', '204108.548000', '204108.550000', '204108.554000', '204108.557000', '204108.589000', '204108.591000', '204108.594000', '204128.447000', '204128.449000', '204128.452000', '204128.455000', '204128.457000', '204128.460000', '204128.463000', '204128.465000', '204128.468000', '204128.470000', '204128.473000', '204128.476000', '204128.478000', '204128.481000', '204128.484000', '204128.486000', '204128.489000', '204128.492000', '204128.494000', '204128.497000', '204128.499000', '204128.502000', '204128.505000', '204128.507000', '204128.510000', '204128.512000', '204128.515000', '204128.518000', '204128.520000', '204128.523000', '204128.526000', '204128.528000', '204128.531000', '204128.534000', '204128.536000', '204128.539000', '204128.541000', '204128.544000', '204128.547000', '204128.549000', '204128.552000', '204128.555000', '204128.557000', '204128.560000', '204148.447000', '204148.449000', '204148.452000', '204148.455000', '204148.457000', '204148.460000', '204148.463000', '204148.465000', '204148.468000', '204148.470000', '204148.473000', '204148.476000', '204148.478000', '204148.481000', '204148.483000', '204148.486000', '204148.489000', '204148.491000', '204148.494000', '204148.497000', '204148.499000', '204148.502000', '204148.504000', '204148.507000', '204148.510000', '204148.512000', '204148.515000', '204148.517000', '204148.520000', '204148.523000', '204148.525000', '204148.528000', '204148.530000', '204148.533000', '204148.536000', '204148.538000', '204148.541000', '204148.543000', '204148.546000', '204148.548000', '204148.551000', '204148.554000', '204148.556000', '204208.446000', '204208.449000', '204208.452000', '204208.455000', '204208.457000', '204208.460000', '204208.462000', '204208.465000', '204208.468000', '204208.470000', '204208.473000', '204208.476000', '204208.478000', '204208.481000', '204208.483000', '204208.486000', '204208.489000', '204208.491000', '204208.494000', '204208.497000', '204208.499000', '204208.502000', '204208.504000', '204208.507000', '204208.510000', '204208.512000', '204208.515000', '204208.518000', '204208.520000', '204208.523000', '204208.526000', '204208.528000', '204208.531000', '204208.533000', '204208.536000', '204208.539000', '204208.541000', '204208.544000', '204208.547000', '204208.549000', '204208.552000', '204208.554000', '204208.557000', '204208.560000', '204228.445000', '204228.448000', '204228.451000', '204228.453000', '204228.456000', '204228.459000', '204228.461000', '204228.464000', '204228.467000', '204228.469000', '204228.472000', '204228.475000', '204228.477000', '204228.480000', '204228.482000', '204228.485000', '204228.488000', '204228.490000', '204228.493000', '204228.495000', '204228.498000', '204228.501000', '204228.503000', '204228.506000', '204228.508000', '204228.511000', '204228.514000', '204228.516000', '204228.519000', '204228.521000', '204228.524000', '204228.527000', '204228.530000', '204228.532000', '204228.535000', '204228.538000', '204228.540000', '204228.543000', '204228.546000', '204228.548000', '204228.551000', '204228.554000', '204228.556000', '204248.446000', '204248.449000', '204248.452000', '204248.454000', '204248.457000', '204248.460000', '204248.462000', '204248.465000', '204248.504000', '204248.507000', '204248.510000', '204248.512000', '204248.515000', '204248.517000', '204248.540000', '204248.542000', '204248.545000', '204248.548000', '204248.550000', '204248.553000', '204248.555000', '204248.558000', '204248.561000', '204248.563000', '204248.566000', '204248.569000', '204248.571000', '204248.574000', '204248.576000', '204248.579000', '204248.582000', '204248.584000', '204248.587000', '204248.590000', '204248.592000', '204248.595000', '204248.598000', '204248.600000', '204248.603000', '204248.606000', '204248.608000', '204248.611000', '204248.613000', '204248.616000', '204308.447000', '204308.449000', '204308.452000', '204308.455000', '204308.457000', '204308.460000', '204308.463000', '204308.465000', '204308.468000', '204308.470000', '204308.473000', '204308.476000', '204308.478000', '204308.481000', '204308.484000', '204308.486000', '204308.489000', '204308.491000', '204308.494000', '204308.497000', '204308.499000', '204308.502000', '204308.505000', '204308.507000', '204308.510000', '204308.512000', '204308.515000', '204308.518000', '204308.520000', '204308.523000', '204308.525000', '204308.528000', '204308.530000', '204308.533000', '204308.536000', '204308.538000', '204308.541000', '204308.544000', '204308.546000', '204308.549000', '204308.552000', '204308.554000', '204308.557000', '204328.446000', '204328.449000', '204328.452000', '204328.455000', '204328.457000', '204328.460000', '204328.462000', '204328.465000', '204328.468000', '204328.470000', '204328.473000', '204328.475000', '204328.478000', '204328.481000', '204328.483000', '204328.486000', '204328.489000', '204328.491000', '204328.494000', '204328.497000', '204328.499000', '204328.502000', '204328.505000', '204328.507000', '204328.510000', '204328.512000', '204328.515000', '204328.517000', '204328.520000', '204328.523000', '204328.525000', '204328.528000', '204328.531000', '204328.533000', '204328.536000', '204328.539000', '204328.541000', '204328.544000', '204328.547000', '204328.549000', '204328.552000', '204328.555000', '204328.557000', '204328.560000', '204340.324000', '204340.327000', '204340.329000', '204340.332000', '204340.335000', '204340.337000', '204340.340000', '204340.342000', '204340.345000', '204340.348000', '204340.350000', '204340.353000', '204340.356000', '204340.358000', '204340.361000', '204340.363000', '204340.366000', '204340.369000', '204340.371000', '204340.374000', '204340.376000', '204340.379000', '204340.382000', '204340.384000', '204340.387000', '204340.390000'], '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': [12195, 9313, 13990, 9433, 16524, 13699, 9495, 11836, 9451, 11595, 13019, 9793, 14222, 10729, 13122, 11910, 9442, 16335, 9488, 9563, 10443, 10060, 13667, 11656, 9619, 10414, 9484, 12487, 9634, 12826, 12914, 11277, 14322, 9410, 13487, 10923, 11969, 11975, 9939, 13113, 9706, 16232, 9355, 13873, 9840, 11166, 12992, 9809, 14526, 9532, 13689, 9297, 12487, 10136, 11251, 12900, 10065, 12709, 9546, 13038, 9514, 12290, 12228, 9912, 11723, 9509, 15396, 9389, 10649, 10915, 9608, 12222, 9757, 15661, 9421, 10314, 12028, 9974, 12625, 9840, 16217, 10921, 12857, 12255, 9488, 12065, 9853, 15611, 11757, 14048, 9209, 10695, 12335, 9543, 13770, 9538, 12061, 9008, 9771, 10278, 9873, 14041, 12821, 9500, 10823, 9647, 13667, 11964, 11444, 11671, 9613, 16104, 9348, 11524, 12387, 9632, 12938, 10110, 14832, 10953, 11159, 12353, 9654, 12266, 9953, 15311, 9131, 9312, 9867, 9765, 12138, 9632, 11671, 11767, 9646, 11307, 9595, 12099, 9966, 14085, 12250, 9411, 10643, 9656, 11994, 9766, 14912, 12307, 9571, 10863, 9662, 11595, 9881, 14455, 13055, 9194, 11321, 9594, 12475, 9495, 13677, 12254, 11121, 11077, 9233, 11291, 9244, 12007, 9437, 14936, 12339, 9111, 9711, 9296, 12050, 9530, 14793, 12040, 9884, 11069, 9363, 12241, 9421, 14111, 11969, 12441, 11011, 9345, 12665, 9244, 14787, 10704, 16558, 13218, 16369, 11429, 9190, 10231, 9239, 11799, 9380, 14739, 12110, 13732, 9573, 9138, 10265, 9424, 11959, 9532, 15161, 9905, 10851, 10374, 9716, 10988, 9298, 13364, 9351, 13349, 11798, 10811, 9862, 10071, 10064, 9303, 13335, 10402, 15751, 9942, 11152, 9880, 10079, 12219, 9809, 14801, 9097, 13291, 9075, 12033, 11870, 10622, 15170, 9099, 10421, 9718, 9999, 12713, 12984, 9726, 14481, 11357, 14012, 12394, 9574, 12063, 9371, 14176, 9591, 16859, 13805, 12929, 9616, 9026, 11405, 9594, 11739, 9387, 14500, 12273, 9302, 9901, 8833, 11509, 9109, 12193, 12027, 10087, 12081, 9067, 12897, 10262, 12565, 13025, 11749, 14667, 8750, 13374, 9289, 13958, 11216, 13154, 11675, 12530, 10507, 9265, 10858, 9122, 12396, 10590, 15588, 11860, 11726, 9866, 10057, 10531, 9383, 14714, 11957, 10325, 10448, 9621, 11527, 9179, 14435, 11628, 12444, 14184, 10361, 16194, 9037, 14419, 9798, 13200, 12035, 10764, 10481, 9199, 10942, 9133, 11903, 10072, 15457, 11996, 9364, 10245, 9871, 10047, 9414, 12109, 9654, 15622, 9337, 12489, 9336, 9460, 11161, 9909, 12812, 9356, 16515, 9289, 9728, 10185, 10164, 11320, 9610, 15303, 12050, 13991, 9570, 9547, 11555, 10162, 12976, 9256, 15193, 9116, 12772, 9226, 11402, 13297, 9899, 14844, 9490, 11661, 9268, 9667, 12418, 9467, 15513, 9163, 12712, 10168, 10584, 13511, 9703, 15856, 10036, 14794, 9487, 10583, 9723, 9730, 12636, 9702, 15951, 9285, 13126, 9567, 10130, 11579, 9401, 14307, 8790, 13457, 9188, 12634, 9843, 11850, 13417, 10465, 13017, 8800, 13564, 9276, 12047, 11537, 10337, 12378, 9159, 12793, 9072, 12766, 11907, 10147, 12280, 8774, 12656, 9100, 13848, 12023, 11804, 13488, 9493, 12983, 8925, 13795, 10572, 12668, 12125, 9634, 10665, 9026, 11485, 8923, 12394, 9436, 13865, 11394, 10139, 9717, 10027, 11076, 9485, 13943, 10401, 11270, 10271, 10416, 11342, 9279, 15785, 12538, 10380, 10585, 9588, 12580, 9127, 15690, 12159, 15791, 13346, 9527, 9952, 9803, 11511, 9120, 15014, 11134, 15951, 9694, 10271, 9629, 9446, 12035, 9336, 15467, 8705, 13926, 9507, 13075, 9374, 11671, 11441, 9902, 11202, 9118, 11583, 9445, 12189, 10171, 15415, 12251, 9983, 10626, 9405, 12306, 10714, 15510, 12240, 9560, 10335, 9794, 11183, 9126, 12029, 9152, 12367, 9236, 15254, 8899, 13823, 8779, 12704, 11981, 12041, 13448, 9384, 11649, 9187, 12719, 10167, 12390, 13865, 9818, 11694, 9387, 13191, 10082, 15183, 11446, 11435, 10317, 9575, 10974, 8800, 12400, 8976, 12668, 9086, 13852, 11862, 11914, 9475, 9340, 9624, 9927, 11615, 9797, 14177, 8723, 12079, 9248, 12426, 9515, 13478, 11573, 11092, 10561, 9304, 10432, 9560, 12201, 9206, 12714, 9009, 12672, 9745, 13696, 9072, 12447, 9105, 11402, 11335, 9852, 10670, 10636, 11530, 9722, 14758, 11537, 14797, 11700, 10746, 10688, 9196, 16182, 14045, 11409, 10037, 9852, 10347, 10488, 9313, 15474, 11709, 15825, 12967, 10352, 12247, 8683, 13349, 10640, 15909, 11810, 9221, 10662, 8801, 11089, 9075, 13458, 11006, 15883, 9509, 9451, 9646, 9968, 11315, 9233, 14924, 11350, 11607, 9912, 9974, 11684, 9507, 15227, 10487, 13717, 9170, 9536, 11141, 9569, 14509, 10134, 15571, 9174, 12701, 10889, 10832, 12202, 9292, 14691, 8936, 11576, 10841, 9731, 13044, 9627, 15531, 8862, 13533, 10004, 11834, 12230, 10209, 15477, 8899, 13208, 9056, 13715, 10152, 12026, 11204, 9012, 10127, 9488, 10296, 9191, 11708, 9255, 15032, 8884, 11480, 9296, 9211, 12085, 9630, 14009, 8897, 13833, 9387, 12816, 10349, 11045, 12124, 9796, 14771, 8977, 12943, 9166, 13469, 10866, 13557, 11712, 9124, 10535, 9396, 11154, 9429, 14533, 8853, 13285, 9001, 12760, 9837, 13728, 10993, 16178, 9156, 13771, 8904, 13740, 11388, 13277, 10982, 9557, 10407, 9127, 12155, 10397, 15542, 11673, 9778, 10269, 9081, 12948, 10075, 16022, 13542, 12129, 9378, 8646, 10260, 8674, 11427, 9453, 12414, 8722, 11685, 8952, 11810, 8874, 12242, 11041, 15101, 10713, 9103, 10335, 9322, 11381, 9115, 13107, 9791, 16320, 9112, 9443, 10232, 9618, 13305, 10757, 14109, 11076, 9976, 10028, 9770, 13390, 9277, 16454, 13051, 12812, 9322, 10339, 10941, 9186, 13672, 9357, 13736, 8855, 12154, 8889, 13186, 11020, 14337, 11112, 8812, 10908, 9566, 10249, 9095, 12428, 9748, 15279, 8823, 9589, 11544, 9564, 12450, 9047, 13798, 8857, 10485, 12844, 9520, 15723, 9859, 14996, 9125, 11693, 13680, 9927, 16685, 10264, 11318, 9425, 9392, 13669, 12274, 9964, 14329, 10994, 13507, 16607, 10639, 15765, 10461, 11852, 10768, 9070, 13229, 9364, 17034, 9224, 13362, 9107, 9797, 11064, 9134, 12807, 8859, 13458, 8647, 11815, 9103, 9993, 12417, 9370, 12953, 9041, 12616, 8786, 11387, 9492, 11743, 11714, 10793, 10904, 9586, 11702, 9538, 12178], 'WindowCenter': [4496.0, 4454.0, 4480.0, 4440.0, 4486.0, 4466.0, 4426.0, 4443.0, 4433.0, 4444.0, 4467.0, 4435.0, 4463.0, 4442.0, 4462.0, 4456.0, 4426.0, 4474.0, 4424.0, 4423.0, 4433.0, 4435.0, 4465.0, 4458.0, 4426.0, 4435.0, 4436.0, 4455.0, 4436.0, 4466.0, 4466.0, 4456.0, 4473.0, 4426.0, 4465.0, 4446.0, 4444.0, 4444.0, 4435.0, 4454.0, 4426.0, 4473.0, 4423.0, 4463.0, 4422.0, 4445.0, 4454.0, 4434.0, 4465.0, 4423.0, 4460.0, 4424.0, 4453.0, 4433.0, 4444.0, 4453.0, 4435.0, 4453.0, 4425.0, 4452.0, 4423.0, 4453.0, 4455.0, 4435.0, 4444.0, 4435.0, 4474.0, 4424.0, 4434.0, 4446.0, 4436.0, 4454.0, 4435.0, 4476.0, 4425.0, 4434.0, 4454.0, 4434.0, 4454.0, 4436.0, 4485.0, 4444.0, 4453.0, 4442.0, 4421.0, 4443.0, 4424.0, 4462.0, 4443.0, 4451.0, 4410.0, 4421.0, 4441.0, 4424.0, 4462.0, 4423.0, 4443.0, 4412.0, 4432.0, 4432.0, 4434.0, 4474.0, 4466.0, 4435.0, 4444.0, 4423.0, 4463.0, 4455.0, 4444.0, 4445.0, 4425.0, 4474.0, 4423.0, 4443.0, 4454.0, 4424.0, 4453.0, 4445.0, 4473.0, 4433.0, 4444.0, 4443.0, 4422.0, 4443.0, 4423.0, 4473.0, 4422.0, 4424.0, 4421.0, 4432.0, 4453.0, 4434.0, 4444.0, 4456.0, 4424.0, 4443.0, 4435.0, 4454.0, 4436.0, 4466.0, 4459.0, 4425.0, 4435.0, 4424.0, 4453.0, 4434.0, 4474.0, 4456.0, 4424.0, 4432.0, 4424.0, 4443.0, 4435.0, 4465.0, 4467.0, 4426.0, 4444.0, 4424.0, 4454.0, 4435.0, 4465.0, 4458.0, 4445.0, 4445.0, 4423.0, 4445.0, 4422.0, 4454.0, 4425.0, 4474.0, 4468.0, 4425.0, 4425.0, 4425.0, 4454.0, 4436.0, 4477.0, 4458.0, 4436.0, 4444.0, 4426.0, 4454.0, 4427.0, 4478.0, 4455.0, 4456.0, 4446.0, 4421.0, 4453.0, 4412.0, 4465.0, 4423.0, 4462.0, 4442.0, 4461.0, 4430.0, 4400.0, 4420.0, 4411.0, 4431.0, 4411.0, 4451.0, 4444.0, 4448.0, 4410.0, 4410.0, 4421.0, 4412.0, 4442.0, 4424.0, 4464.0, 4425.0, 4435.0, 4436.0, 4424.0, 4435.0, 4424.0, 4455.0, 4425.0, 4464.0, 4456.0, 4445.0, 4433.0, 4437.0, 4437.0, 4425.0, 4469.0, 4447.0, 4477.0, 4438.0, 4445.0, 4437.0, 4436.0, 4457.0, 4436.0, 4481.0, 4438.0, 4465.0, 4427.0, 4455.0, 4456.0, 4435.0, 4477.0, 4423.0, 4448.0, 4438.0, 4435.0, 4467.0, 4467.0, 4437.0, 4477.0, 4450.0, 4467.0, 4456.0, 4425.0, 4444.0, 4403.0, 4448.0, 4413.0, 4461.0, 4440.0, 4430.0, 4400.0, 4399.0, 4421.0, 4409.0, 4430.0, 4414.0, 4478.0, 4453.0, 4426.0, 4434.0, 4415.0, 4444.0, 4426.0, 4456.0, 4459.0, 4448.0, 4457.0, 4425.0, 4466.0, 4437.0, 4457.0, 4470.0, 4458.0, 4477.0, 4416.0, 4454.0, 4422.0, 4463.0, 4459.0, 4467.0, 4443.0, 4443.0, 4432.0, 4414.0, 4432.0, 4412.0, 4453.0, 4435.0, 4471.0, 4447.0, 4443.0, 4423.0, 4422.0, 4433.0, 4424.0, 4464.0, 4456.0, 4435.0, 4431.0, 4425.0, 4445.0, 4421.0, 4464.0, 4445.0, 4455.0, 4464.0, 4425.0, 4463.0, 4414.0, 4453.0, 4422.0, 4441.0, 4442.0, 4420.0, 4420.0, 4407.0, 4419.0, 4409.0, 4441.0, 4423.0, 4462.0, 4443.0, 4412.0, 4420.0, 4423.0, 4423.0, 4423.0, 4441.0, 4425.0, 4472.0, 4425.0, 4453.0, 4424.0, 4425.0, 4441.0, 4436.0, 4455.0, 4428.0, 4487.0, 4426.0, 4426.0, 4435.0, 4436.0, 4446.0, 4438.0, 4477.0, 4458.0, 4467.0, 4426.0, 4425.0, 4445.0, 4435.0, 4456.0, 4424.0, 4465.0, 4415.0, 4454.0, 4424.0, 4446.0, 4466.0, 4437.0, 4474.0, 4423.0, 4445.0, 4427.0, 4436.0, 4457.0, 4436.0, 4488.0, 4428.0, 4455.0, 4435.0, 4435.0, 4463.0, 4427.0, 4475.0, 4436.0, 4464.0, 4423.0, 4433.0, 4422.0, 4424.0, 4455.0, 4426.0, 4475.0, 4424.0, 4453.0, 4424.0, 4430.0, 4443.0, 4425.0, 4464.0, 4414.0, 4453.0, 4424.0, 4452.0, 4437.0, 4445.0, 4464.0, 4436.0, 4454.0, 4412.0, 4453.0, 4415.0, 4442.0, 4444.0, 4436.0, 4453.0, 4424.0, 4453.0, 4413.0, 4456.0, 4454.0, 4435.0, 4457.0, 4415.0, 4453.0, 4415.0, 4464.0, 4456.0, 4444.0, 4455.0, 4413.0, 4443.0, 4400.0, 4441.0, 4422.0, 4443.0, 4442.0, 4410.0, 4419.0, 4402.0, 4431.0, 4410.0, 4443.0, 4424.0, 4452.0, 4443.0, 4433.0, 4425.0, 4434.0, 4444.0, 4436.0, 4476.0, 4447.0, 4443.0, 4436.0, 4437.0, 4446.0, 4426.0, 4474.0, 4457.0, 4435.0, 4433.0, 4422.0, 4444.0, 4411.0, 4460.0, 4443.0, 4463.0, 4454.0, 4411.0, 4422.0, 4423.0, 4431.0, 4413.0, 4463.0, 4434.0, 4462.0, 4412.0, 4421.0, 4411.0, 4422.0, 4440.0, 4413.0, 4460.0, 4403.0, 4452.0, 4411.0, 4451.0, 4411.0, 4444.0, 4445.0, 4425.0, 4444.0, 4413.0, 4442.0, 4425.0, 4444.0, 4437.0, 4473.0, 4457.0, 4436.0, 4434.0, 4426.0, 4456.0, 4449.0, 4478.0, 4458.0, 4426.0, 4436.0, 4434.0, 4446.0, 4426.0, 4456.0, 4437.0, 4468.0, 4428.0, 4478.0, 4425.0, 4465.0, 4416.0, 4455.0, 4454.0, 4453.0, 4467.0, 4425.0, 4445.0, 4410.0, 4453.0, 4433.0, 4451.0, 4466.0, 4423.0, 4440.0, 4413.0, 4441.0, 4420.0, 4462.0, 4431.0, 4433.0, 4411.0, 4411.0, 4416.0, 4399.0, 4441.0, 4401.0, 4439.0, 4413.0, 4452.0, 4443.0, 4441.0, 4420.0, 4412.0, 4413.0, 4421.0, 4433.0, 4424.0, 4467.0, 4402.0, 4443.0, 4413.0, 4442.0, 4424.0, 4453.0, 4445.0, 4434.0, 4433.0, 4414.0, 4434.0, 4425.0, 4443.0, 4424.0, 4454.0, 4426.0, 4454.0, 4436.0, 4464.0, 4426.0, 4454.0, 4427.0, 4454.0, 4455.0, 4449.0, 4449.0, 4447.0, 4457.0, 4437.0, 4477.0, 4457.0, 4477.0, 4446.0, 4446.0, 4433.0, 4414.0, 4475.0, 4466.0, 4445.0, 4435.0, 4436.0, 4433.0, 4433.0, 4413.0, 4462.0, 4445.0, 4464.0, 4454.0, 4422.0, 4433.0, 4403.0, 4441.0, 4420.0, 4460.0, 4431.0, 4400.0, 4408.0, 4399.0, 4418.0, 4400.0, 4440.0, 4433.0, 4460.0, 4411.0, 4411.0, 4410.0, 4422.0, 4433.0, 4425.0, 4463.0, 4436.0, 4433.0, 4424.0, 4423.0, 4446.0, 4425.0, 4465.0, 4437.0, 4454.0, 4413.0, 4424.0, 4444.0, 4425.0, 4465.0, 4435.0, 4473.0, 4413.0, 4467.0, 4449.0, 4446.0, 4457.0, 4429.0, 4464.0, 4413.0, 4445.0, 4446.0, 4423.0, 4455.0, 4422.0, 4465.0, 4411.0, 4451.0, 4412.0, 4441.0, 4443.0, 4422.0, 4462.0, 4400.0, 4441.0, 4401.0, 4440.0, 4421.0, 4440.0, 4430.0, 4399.0, 4421.0, 4411.0, 4420.0, 4423.0, 4443.0, 4424.0, 4474.0, 4415.0, 4443.0, 4425.0, 4424.0, 4455.0, 4425.0, 4465.0, 4416.0, 4464.0, 4426.0, 4452.0, 4433.0, 4445.0, 4454.0, 4424.0, 4477.0, 4414.0, 4454.0, 4424.0, 4465.0, 4446.0, 4465.0, 4455.0, 4426.0, 4434.0, 4424.0, 4444.0, 4426.0, 4476.0, 4425.0, 4464.0, 4414.0, 4455.0, 4434.0, 4464.0, 4436.0, 4473.0, 4413.0, 4452.0, 4402.0, 4451.0, 4432.0, 4452.0, 4430.0, 4412.0, 4420.0, 4422.0, 4452.0, 4430.0, 4473.0, 4445.0, 4423.0, 4432.0, 4413.0, 4453.0, 4435.0, 4472.0, 4453.0, 4441.0, 4410.0, 4401.0, 4422.0, 4402.0, 4432.0, 4410.0, 4453.0, 4403.0, 4440.0, 4411.0, 4438.0, 4413.0, 4442.0, 4444.0, 4463.0, 4431.0, 4412.0, 4431.0, 4422.0, 4445.0, 4413.0, 4453.0, 4424.0, 4475.0, 4413.0, 4425.0, 4435.0, 4425.0, 4465.0, 4446.0, 4465.0, 4445.0, 4425.0, 4424.0, 4424.0, 4465.0, 4426.0, 4475.0, 4454.0, 4442.0, 4412.0, 4421.0, 4431.0, 4412.0, 4453.0, 4413.0, 4451.0, 4411.0, 4441.0, 4410.0, 4450.0, 4432.0, 4452.0, 4432.0, 4400.0, 4431.0, 4409.0, 4420.0, 4411.0, 4452.0, 4424.0, 4462.0, 4413.0, 4421.0, 4445.0, 4434.0, 4465.0, 4426.0, 4476.0, 4428.0, 4448.0, 4468.0, 4436.0, 4487.0, 4450.0, 4490.0, 4438.0, 4455.0, 4464.0, 4436.0, 4485.0, 4436.0, 4445.0, 4424.0, 4450.0, 4475.0, 4456.0, 4436.0, 4465.0, 4446.0, 4468.0, 4490.0, 4435.0, 4463.0, 4423.0, 4431.0, 4422.0, 4412.0, 4452.0, 4411.0, 4459.0, 4400.0, 4440.0, 4400.0, 4409.0, 4429.0, 4411.0, 4440.0, 4411.0, 4452.0, 4403.0, 4443.0, 4413.0, 4435.0, 4454.0, 4424.0, 4456.0, 4415.0, 4454.0, 4415.0, 4445.0, 4436.0, 4456.0, 4457.0, 4447.0, 4447.0, 4436.0, 4456.0, 4437.0, 4453.0], 'WindowWidth': [9881.0, 9815.0, 9844.0, 9788.0, 9843.0, 9818.0, 9761.0, 9780.0, 9767.0, 9783.0, 9818.0, 9771.0, 9807.0, 9781.0, 9808.0, 9802.0, 9762.0, 9825.0, 9754.0, 9753.0, 9768.0, 9772.0, 9814.0, 9810.0, 9760.0, 9772.0, 9773.0, 9799.0, 9775.0, 9816.0, 9817.0, 9803.0, 9825.0, 9763.0, 9813.0, 9787.0, 9782.0, 9783.0, 9773.0, 9799.0, 9760.0, 9823.0, 9753.0, 9808.0, 9752.0, 9783.0, 9797.0, 9771.0, 9816.0, 9753.0, 9801.0, 9754.0, 9793.0, 9767.0, 9784.0, 9795.0, 9771.0, 9795.0, 9756.0, 9791.0, 9753.0, 9794.0, 9798.0, 9772.0, 9784.0, 9774.0, 9826.0, 9757.0, 9770.0, 9788.0, 9776.0, 9800.0, 9774.0, 9830.0, 9758.0, 9770.0, 9796.0, 9771.0, 9800.0, 9775.0, 9843.0, 9785.0, 9792.0, 9776.0, 9746.0, 9779.0, 9754.0, 9805.0, 9777.0, 9787.0, 9729.0, 9745.0, 9773.0, 9753.0, 9804.0, 9753.0, 9780.0, 9737.0, 9763.0, 9766.0, 9770.0, 9827.0, 9816.0, 9771.0, 9784.0, 9754.0, 9809.0, 9801.0, 9784.0, 9787.0, 9759.0, 9825.0, 9752.0, 9781.0, 9795.0, 9757.0, 9795.0, 9787.0, 9822.0, 9766.0, 9781.0, 9778.0, 9749.0, 9779.0, 9754.0, 9824.0, 9750.0, 9754.0, 9749.0, 9765.0, 9795.0, 9771.0, 9783.0, 9802.0, 9757.0, 9783.0, 9771.0, 9798.0, 9777.0, 9815.0, 9811.0, 9757.0, 9771.0, 9756.0, 9794.0, 9770.0, 9824.0, 9802.0, 9754.0, 9764.0, 9755.0, 9780.0, 9772.0, 9812.0, 9820.0, 9761.0, 9784.0, 9755.0, 9797.0, 9774.0, 9813.0, 9808.0, 9787.0, 9788.0, 9752.0, 9783.0, 9751.0, 9796.0, 9760.0, 9824.0, 9822.0, 9759.0, 9759.0, 9759.0, 9799.0, 9778.0, 9832.0, 9808.0, 9775.0, 9784.0, 9761.0, 9798.0, 9765.0, 9834.0, 9804.0, 9805.0, 9790.0, 9750.0, 9794.0, 9735.0, 9809.0, 9751.0, 9804.0, 9777.0, 9801.0, 9754.0, 9714.0, 9741.0, 9730.0, 9759.0, 9731.0, 9786.0, 9780.0, 9779.0, 9728.0, 9728.0, 9746.0, 9736.0, 9777.0, 9755.0, 9811.0, 9755.0, 9770.0, 9771.0, 9754.0, 9769.0, 9754.0, 9796.0, 9759.0, 9811.0, 9803.0, 9786.0, 9769.0, 9777.0, 9776.0, 9760.0, 9823.0, 9792.0, 9834.0, 9779.0, 9786.0, 9777.0, 9775.0, 9806.0, 9777.0, 9845.0, 9783.0, 9815.0, 9763.0, 9801.0, 9802.0, 9774.0, 9833.0, 9756.0, 9796.0, 9781.0, 9774.0, 9820.0, 9817.0, 9776.0, 9832.0, 9800.0, 9818.0, 9803.0, 9754.0, 9778.0, 9721.0, 9780.0, 9733.0, 9798.0, 9771.0, 9752.0, 9711.0, 9710.0, 9742.0, 9724.0, 9755.0, 9740.0, 9838.0, 9794.0, 9763.0, 9769.0, 9741.0, 9781.0, 9760.0, 9801.0, 9811.0, 9793.0, 9806.0, 9760.0, 9816.0, 9779.0, 9805.0, 9825.0, 9806.0, 9834.0, 9745.0, 9795.0, 9750.0, 9805.0, 9812.0, 9819.0, 9781.0, 9779.0, 9762.0, 9738.0, 9763.0, 9736.0, 9793.0, 9771.0, 9818.0, 9788.0, 9778.0, 9752.0, 9750.0, 9766.0, 9755.0, 9811.0, 9803.0, 9770.0, 9763.0, 9756.0, 9783.0, 9750.0, 9808.0, 9785.0, 9798.0, 9812.0, 9756.0, 9807.0, 9738.0, 9790.0, 9748.0, 9773.0, 9775.0, 9742.0, 9744.0, 9722.0, 9740.0, 9727.0, 9771.0, 9751.0, 9803.0, 9781.0, 9736.0, 9745.0, 9751.0, 9752.0, 9752.0, 9776.0, 9757.0, 9820.0, 9759.0, 9793.0, 9755.0, 9758.0, 9778.0, 9774.0, 9799.0, 9766.0, 9846.0, 9759.0, 9761.0, 9773.0, 9774.0, 9788.0, 9779.0, 9832.0, 9810.0, 9816.0, 9760.0, 9757.0, 9785.0, 9772.0, 9804.0, 9756.0, 9815.0, 9743.0, 9794.0, 9756.0, 9789.0, 9817.0, 9777.0, 9827.0, 9754.0, 9786.0, 9763.0, 9776.0, 9805.0, 9777.0, 9851.0, 9767.0, 9801.0, 9772.0, 9773.0, 9811.0, 9763.0, 9829.0, 9773.0, 9809.0, 9751.0, 9765.0, 9750.0, 9756.0, 9799.0, 9759.0, 9828.0, 9755.0, 9793.0, 9753.0, 9760.0, 9781.0, 9758.0, 9811.0, 9742.0, 9793.0, 9754.0, 9792.0, 9776.0, 9785.0, 9811.0, 9773.0, 9795.0, 9737.0, 9791.0, 9742.0, 9780.0, 9783.0, 9773.0, 9796.0, 9756.0, 9793.0, 9741.0, 9800.0, 9797.0, 9772.0, 9806.0, 9744.0, 9795.0, 9744.0, 9809.0, 9800.0, 9783.0, 9800.0, 9738.0, 9778.0, 9717.0, 9771.0, 9747.0, 9778.0, 9774.0, 9730.0, 9740.0, 9719.0, 9759.0, 9732.0, 9777.0, 9756.0, 9790.0, 9782.0, 9767.0, 9759.0, 9770.0, 9786.0, 9776.0, 9830.0, 9793.0, 9782.0, 9776.0, 9776.0, 9789.0, 9763.0, 9826.0, 9808.0, 9771.0, 9768.0, 9751.0, 9780.0, 9734.0, 9801.0, 9780.0, 9806.0, 9794.0, 9733.0, 9748.0, 9750.0, 9760.0, 9738.0, 9805.0, 9767.0, 9804.0, 9733.0, 9746.0, 9733.0, 9748.0, 9773.0, 9737.0, 9802.0, 9724.0, 9789.0, 9733.0, 9787.0, 9734.0, 9782.0, 9783.0, 9756.0, 9785.0, 9739.0, 9776.0, 9756.0, 9782.0, 9776.0, 9822.0, 9807.0, 9774.0, 9771.0, 9761.0, 9803.0, 9797.0, 9834.0, 9808.0, 9759.0, 9775.0, 9769.0, 9789.0, 9762.0, 9803.0, 9779.0, 9819.0, 9766.0, 9836.0, 9759.0, 9814.0, 9748.0, 9799.0, 9798.0, 9796.0, 9823.0, 9758.0, 9783.0, 9733.0, 9792.0, 9768.0, 9789.0, 9818.0, 9751.0, 9773.0, 9736.0, 9773.0, 9744.0, 9802.0, 9762.0, 9762.0, 9732.0, 9729.0, 9733.0, 9711.0, 9769.0, 9718.0, 9768.0, 9737.0, 9790.0, 9780.0, 9773.0, 9744.0, 9734.0, 9737.0, 9746.0, 9765.0, 9754.0, 9820.0, 9722.0, 9779.0, 9738.0, 9776.0, 9754.0, 9793.0, 9785.0, 9766.0, 9765.0, 9738.0, 9766.0, 9755.0, 9779.0, 9754.0, 9796.0, 9761.0, 9796.0, 9774.0, 9811.0, 9760.0, 9799.0, 9766.0, 9802.0, 9804.0, 9798.0, 9801.0, 9795.0, 9807.0, 9781.0, 9835.0, 9810.0, 9833.0, 9790.0, 9790.0, 9769.0, 9744.0, 9830.0, 9820.0, 9784.0, 9772.0, 9774.0, 9767.0, 9765.0, 9740.0, 9806.0, 9785.0, 9811.0, 9797.0, 9749.0, 9763.0, 9721.0, 9769.0, 9743.0, 9796.0, 9759.0, 9711.0, 9722.0, 9710.0, 9734.0, 9716.0, 9769.0, 9764.0, 9797.0, 9731.0, 9729.0, 9730.0, 9746.0, 9765.0, 9756.0, 9806.0, 9772.0, 9766.0, 9753.0, 9752.0, 9786.0, 9759.0, 9812.0, 9774.0, 9796.0, 9737.0, 9753.0, 9782.0, 9758.0, 9813.0, 9772.0, 9820.0, 9738.0, 9821.0, 9798.0, 9787.0, 9805.0, 9770.0, 9809.0, 9737.0, 9783.0, 9788.0, 9752.0, 9799.0, 9753.0, 9811.0, 9734.0, 9786.0, 9735.0, 9775.0, 9781.0, 9748.0, 9804.0, 9715.0, 9773.0, 9718.0, 9768.0, 9745.0, 9771.0, 9756.0, 9713.0, 9745.0, 9731.0, 9744.0, 9753.0, 9779.0, 9756.0, 9825.0, 9743.0, 9779.0, 9757.0, 9755.0, 9798.0, 9758.0, 9816.0, 9747.0, 9811.0, 9758.0, 9791.0, 9768.0, 9788.0, 9798.0, 9757.0, 9833.0, 9743.0, 9796.0, 9757.0, 9814.0, 9789.0, 9813.0, 9803.0, 9759.0, 9769.0, 9756.0, 9783.0, 9762.0, 9832.0, 9760.0, 9811.0, 9743.0, 9796.0, 9769.0, 9811.0, 9775.0, 9823.0, 9738.0, 9788.0, 9720.0, 9787.0, 9764.0, 9789.0, 9761.0, 9733.0, 9744.0, 9751.0, 9792.0, 9762.0, 9822.0, 9785.0, 9752.0, 9763.0, 9738.0, 9794.0, 9770.0, 9821.0, 9794.0, 9773.0, 9732.0, 9718.0, 9748.0, 9720.0, 9761.0, 9732.0, 9792.0, 9724.0, 9770.0, 9732.0, 9766.0, 9737.0, 9778.0, 9782.0, 9808.0, 9762.0, 9737.0, 9763.0, 9751.0, 9783.0, 9741.0, 9795.0, 9756.0, 9826.0, 9738.0, 9757.0, 9771.0, 9758.0, 9814.0, 9790.0, 9814.0, 9787.0, 9758.0, 9757.0, 9756.0, 9812.0, 9760.0, 9828.0, 9795.0, 9777.0, 9734.0, 9745.0, 9760.0, 9737.0, 9794.0, 9737.0, 9785.0, 9732.0, 9772.0, 9731.0, 9785.0, 9762.0, 9789.0, 9764.0, 9716.0, 9758.0, 9727.0, 9743.0, 9732.0, 9792.0, 9754.0, 9805.0, 9738.0, 9749.0, 9785.0, 9772.0, 9816.0, 9764.0, 9831.0, 9766.0, 9794.0, 9823.0, 9777.0, 9850.0, 9803.0, 9855.0, 9783.0, 9799.0, 9812.0, 9774.0, 9845.0, 9775.0, 9784.0, 9756.0, 9801.0, 9827.0, 9805.0, 9774.0, 9814.0, 9789.0, 9821.0, 9858.0, 9771.0, 9808.0, 9750.0, 9757.0, 9746.0, 9735.0, 9792.0, 9732.0, 9797.0, 9713.0, 9768.0, 9715.0, 9726.0, 9754.0, 9730.0, 9770.0, 9732.0, 9788.0, 9724.0, 9778.0, 9738.0, 9771.0, 9797.0, 9757.0, 9800.0, 9743.0, 9795.0, 9745.0, 9784.0, 9775.0, 9803.0, 9806.0, 9791.0, 9793.0, 9775.0, 9803.0, 9778.0, 9797.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.0012827126436781608</td></tr>
<tr><td colspan=3>aqi</td><td>0.01852859091954023</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.70646705226697</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2257262865362482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0178343868584585</td></tr>
<tr><td colspan=3>efc</td><td>0.4689</td></tr>
<tr><td colspan=3>fber</td><td>6452.2549</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08348597324778172</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1839080459770117</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.393267664713758</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.330924489880975</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.615345210372584</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.233533293887716</td></tr>
<tr><td colspan=3>gcor</td><td>0.00830763</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019689224660396576</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01646259054541588</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.877800348659386</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>42.3132</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.4918</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.9349</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301502.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.2043</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3315</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.1743</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3637.7867</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1212.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.5349</td></tr>
<tr><td colspan=3>tsnr</td><td>44.804807746666484</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>