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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0070_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-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-04_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-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-04_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-0070/ses-01/func/sub-0070_ses-01_task-social_acq-mb8_run-04_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>b57e1e05a32f1af518398675354857dd</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>11:04:14.755000</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.999912, 0.00711419, -0.0112183, -0.00575915, 0.993173, 0.116504]</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-04_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.102269</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7793, -7241, 459, -74, -231, 40, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>afa2d0aa-23c1-443b-bf12-1f901be09e01||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.682690143585205, -0.015451381914317608, -0.03232055902481079, 112.98542785644531], [-0.01908685639500618, 2.66461181640625, 0.3143594563007355, -85.07444763183594], [-0.030097948387265205, -0.31257256865501404, 2.6814424991607666, -45.904170989990234], [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': ['110414.755000', '110415.215000', '110415.675000', '110416.135000', '110416.595000', '110417.055000', '110417.515000', '110417.975000', '110418.435000', '110418.895000', '110419.355000', '110419.815000', '110420.275000', '110420.735000', '110421.195000', '110421.655000', '110422.115000', '110422.575000', '110423.035000', '110423.495000', '110423.955000', '110424.415000', '110424.875000', '110425.335000', '110425.795000', '110426.255000', '110426.715000', '110427.175000', '110427.635000', '110428.095000', '110428.555000', '110429.015000', '110429.475000', '110429.935000', '110430.395000', '110430.855000', '110431.315000', '110431.775000', '110432.235000', '110432.695000', '110433.155000', '110433.615000', '110434.075000', '110434.535000', '110434.995000', '110435.455000', '110435.915000', '110436.375000', '110436.835000', '110437.295000', '110437.755000', '110438.215000', '110438.675000', '110439.135000', '110439.595000', '110440.055000', '110440.515000', '110440.975000', '110441.435000', '110441.895000', '110442.355000', '110442.815000', '110443.275000', '110443.735000', '110444.195000', '110444.655000', '110445.115000', '110445.575000', '110446.035000', '110446.495000', '110446.955000', '110447.415000', '110447.875000', '110448.335000', '110448.795000', '110449.255000', '110449.715000', '110450.175000', '110450.635000', '110451.095000', '110451.555000', '110452.015000', '110452.475000', '110452.935000', '110453.395000', '110453.855000', '110454.315000', '110454.775000', '110455.235000', '110455.695000', '110456.155000', '110456.615000', '110457.075000', '110457.535000', '110457.995000', '110458.455000', '110458.915000', '110459.375000', '110459.835000', '110500.295000', '110500.755000', '110501.215000', '110501.675000', '110502.135000', '110502.595000', '110503.055000', '110503.515000', '110503.975000', '110504.435000', '110504.895000', '110505.355000', '110505.815000', '110506.275000', '110506.735000', '110507.195000', '110507.655000', '110508.115000', '110508.575000', '110509.035000', '110509.495000', '110509.955000', '110510.415000', '110510.875000', '110511.335000', '110511.795000', '110512.255000', '110512.715000', '110513.175000', '110513.635000', '110514.095000', '110514.555000', '110515.015000', '110515.475000', '110515.935000', '110516.395000', '110516.855000', '110517.315000', '110517.775000', '110518.235000', '110518.695000', '110519.155000', '110519.615000', '110520.075000', '110520.535000', '110520.995000', '110521.455000', '110521.915000', '110522.375000', '110522.835000', '110523.295000', '110523.755000', '110524.215000', '110524.675000', '110525.135000', '110525.595000', '110526.055000', '110526.515000', '110526.975000', '110527.435000', '110527.895000', '110528.355000', '110528.815000', '110529.275000', '110529.735000', '110530.195000', '110530.655000', '110531.115000', '110531.575000', '110532.035000', '110532.495000', '110532.955000', '110533.415000', '110533.875000', '110534.335000', '110534.795000', '110535.255000', '110535.715000', '110536.175000', '110536.635000', '110537.095000', '110537.555000', '110538.015000', '110538.475000', '110538.935000', '110539.395000', '110539.855000', '110540.315000', '110540.775000', '110541.235000', '110541.695000', '110542.155000', '110542.615000', '110543.075000', '110543.535000', '110543.995000', '110544.455000', '110544.915000', '110545.375000', '110545.835000', '110546.295000', '110546.755000', '110547.215000', '110547.675000', '110548.135000', '110548.595000', '110549.055000', '110549.515000', '110549.975000', '110550.435000', '110550.895000', '110551.355000', '110551.815000', '110552.275000', '110552.735000', '110553.195000', '110553.655000', '110554.115000', '110554.575000', '110555.035000', '110555.495000', '110555.955000', '110556.415000', '110556.875000', '110557.335000', '110557.795000', '110558.255000', '110558.715000', '110559.175000', '110559.635000', '110600.095000', '110600.555000', '110601.015000', '110601.475000', '110601.935000', '110602.395000', '110602.855000', '110603.315000', '110603.775000', '110604.235000', '110604.695000', '110605.155000', '110605.615000', '110606.075000', '110606.535000', '110606.995000', '110607.455000', '110607.915000', '110608.375000', '110608.835000', '110609.295000', '110609.755000', '110610.215000', '110610.675000', '110611.135000', '110611.595000', '110612.055000', '110612.515000', '110612.975000', '110613.435000', '110613.895000', '110614.355000', '110614.815000', '110615.275000', '110615.735000', '110616.195000', '110616.655000', '110617.115000', '110617.575000', '110618.035000', '110618.495000', '110618.955000', '110619.415000', '110619.875000', '110620.335000', '110620.795000', '110621.255000', '110621.715000', '110622.175000', '110622.635000', '110623.095000', '110623.555000', '110624.015000', '110624.475000', '110624.935000', '110625.395000', '110625.855000', '110626.315000', '110626.775000', '110627.235000', '110627.695000', '110628.155000', '110628.615000', '110629.075000', '110629.535000', '110629.995000', '110630.455000', '110630.915000', '110631.375000', '110631.835000', '110632.295000', '110632.755000', '110633.215000', '110633.675000', '110634.135000', '110634.595000', '110635.055000', '110635.515000', '110635.975000', '110636.435000', '110636.895000', '110637.355000', '110637.815000', '110638.275000', '110638.735000', '110639.195000', '110639.655000', '110640.115000', '110640.575000', '110641.035000', '110641.495000', '110641.955000', '110642.415000', '110642.875000', '110643.335000', '110643.795000', '110644.255000', '110644.715000', '110645.175000', '110645.635000', '110646.095000', '110646.555000', '110647.015000', '110647.475000', '110647.935000', '110648.395000', '110648.855000', '110649.315000', '110649.775000', '110650.235000', '110650.695000', '110651.155000', '110651.615000', '110652.075000', '110652.535000', '110652.995000', '110653.455000', '110653.915000', '110654.375000', '110654.835000', '110655.295000', '110655.755000', '110656.215000', '110656.675000', '110657.135000', '110657.595000', '110658.055000', '110658.515000', '110658.975000', '110659.435000', '110659.895000', '110700.355000', '110700.815000', '110701.275000', '110701.735000', '110702.195000', '110702.655000', '110703.115000', '110703.575000', '110704.035000', '110704.495000', '110704.955000', '110705.415000', '110705.875000', '110706.335000', '110706.795000', '110707.255000', '110707.715000', '110708.175000', '110708.635000', '110709.095000', '110709.555000', '110710.015000', '110710.475000', '110710.935000', '110711.395000', '110711.855000', '110712.315000', '110712.775000', '110713.235000', '110713.695000', '110714.155000', '110714.615000', '110715.075000', '110715.535000', '110715.995000', '110716.455000', '110716.915000', '110717.375000', '110717.835000', '110718.295000', '110718.755000', '110719.215000', '110719.675000', '110720.135000', '110720.595000', '110721.055000', '110721.515000', '110721.975000', '110722.435000', '110722.895000', '110723.355000', '110723.815000', '110724.275000', '110724.735000', '110725.195000', '110725.655000', '110726.115000', '110726.575000', '110727.035000', '110727.495000', '110727.955000', '110728.415000', '110728.875000', '110729.335000', '110729.795000', '110730.255000', '110730.715000', '110731.175000', '110731.635000', '110732.095000', '110732.555000', '110733.015000', '110733.475000', '110733.935000', '110734.395000', '110734.855000', '110735.315000', '110735.775000', '110736.235000', '110736.695000', '110737.155000', '110737.615000', '110738.075000', '110738.535000', '110738.995000', '110739.455000', '110739.915000', '110740.375000', '110740.835000', '110741.295000', '110741.755000', '110742.215000', '110742.675000', '110743.135000', '110743.595000', '110744.055000', '110744.515000', '110744.975000', '110745.435000', '110745.895000', '110746.355000', '110746.815000', '110747.275000', '110747.735000', '110748.195000', '110748.655000', '110749.115000', '110749.575000', '110750.035000', '110750.495000', '110750.955000', '110751.415000', '110751.875000', '110752.335000', '110752.795000', '110753.255000', '110753.715000', '110754.175000', '110754.635000', '110755.095000', '110755.555000', '110756.015000', '110756.475000', '110756.935000', '110757.395000', '110757.855000', '110758.315000', '110758.775000', '110759.235000', '110759.695000', '110800.155000', '110800.615000', '110801.075000', '110801.535000', '110801.995000', '110802.455000', '110802.915000', '110803.375000', '110803.835000', '110804.295000', '110804.755000', '110805.215000', '110805.675000', '110806.135000', '110806.595000', '110807.055000', '110807.515000', '110807.975000', '110808.435000', '110808.895000', '110809.355000', '110809.815000', '110810.275000', '110810.735000', '110811.195000', '110811.655000', '110812.115000', '110812.575000', '110813.035000', '110813.495000', '110813.955000', '110814.415000', '110814.875000', '110815.335000', '110815.795000', '110816.255000', '110816.715000', '110817.175000', '110817.635000', '110818.095000', '110818.555000', '110819.015000', '110819.475000', '110819.935000', '110820.395000', '110820.855000', '110821.315000', '110821.775000', '110822.235000', '110822.695000', '110823.155000', '110823.615000', '110824.075000', '110824.535000', '110824.995000', '110825.455000', '110825.915000', '110826.375000', '110826.835000', '110827.295000', '110827.755000', '110828.215000', '110828.675000', '110829.135000', '110829.595000', '110830.055000', '110830.515000', '110830.975000', '110831.435000', '110831.895000', '110832.355000', '110832.815000', '110833.275000', '110833.735000', '110834.195000', '110834.655000', '110835.115000', '110835.575000', '110836.035000', '110836.495000', '110836.955000', '110837.415000', '110837.875000', '110838.335000', '110838.795000', '110839.255000', '110839.715000', '110840.175000', '110840.635000', '110841.095000', '110841.555000', '110842.015000', '110842.475000', '110842.935000', '110843.395000', '110843.855000', '110844.315000', '110844.775000', '110845.235000', '110845.695000', '110846.155000', '110846.615000', '110847.075000', '110847.535000', '110847.995000', '110848.455000', '110848.915000', '110849.375000', '110849.835000', '110850.295000', '110850.755000', '110851.215000', '110851.675000', '110852.135000', '110852.595000', '110853.055000', '110853.515000', '110853.975000', '110854.435000', '110854.895000', '110855.355000', '110855.815000', '110856.275000', '110856.735000', '110857.195000', '110857.655000', '110858.115000', '110858.575000', '110859.035000', '110859.495000', '110859.955000', '110900.415000', '110900.875000', '110901.335000', '110901.795000', '110902.255000', '110902.715000', '110903.175000', '110903.635000', '110904.095000', '110904.555000', '110905.015000', '110905.475000', '110905.935000', '110906.395000', '110906.855000', '110907.315000', '110907.775000', '110908.235000', '110908.695000', '110909.155000', '110909.615000', '110910.075000', '110910.535000', '110910.995000', '110911.455000', '110911.915000', '110912.375000', '110912.835000', '110913.295000', '110913.755000', '110914.215000', '110914.675000', '110915.135000', '110915.595000', '110916.055000', '110916.515000', '110916.975000', '110917.435000', '110917.895000', '110918.355000', '110918.815000', '110919.275000', '110919.735000', '110920.195000', '110920.655000', '110921.115000', '110921.575000', '110922.035000', '110922.495000', '110922.955000', '110923.415000', '110923.875000', '110924.335000', '110924.795000', '110925.255000', '110925.715000', '110926.175000', '110926.635000', '110927.095000', '110927.555000', '110928.015000', '110928.475000', '110928.935000', '110929.395000', '110929.855000', '110930.315000', '110930.775000', '110931.235000', '110931.695000', '110932.155000', '110932.615000', '110933.075000', '110933.535000', '110933.995000', '110934.455000', '110934.915000', '110935.375000', '110935.835000', '110936.295000', '110936.755000', '110937.215000', '110937.675000', '110938.135000', '110938.595000', '110939.055000', '110939.515000', '110939.975000', '110940.435000', '110940.895000', '110941.355000', '110941.815000', '110942.275000', '110942.735000', '110943.195000', '110943.655000', '110944.115000', '110944.575000', '110945.035000', '110945.495000', '110945.955000', '110946.415000', '110946.875000', '110947.335000', '110947.795000', '110948.255000', '110948.715000', '110949.175000', '110949.635000', '110950.095000', '110950.555000', '110951.015000', '110951.475000', '110951.935000', '110952.395000', '110952.855000', '110953.315000', '110953.775000', '110954.235000', '110954.695000', '110955.155000', '110955.615000', '110956.075000', '110956.535000', '110956.995000', '110957.455000', '110957.915000', '110958.375000', '110958.835000', '110959.295000', '110959.755000', '111000.215000', '111000.675000', '111001.135000', '111001.595000', '111002.055000', '111002.515000', '111002.975000', '111003.435000', '111003.895000', '111004.355000', '111004.815000', '111005.275000', '111005.735000', '111006.195000', '111006.655000', '111007.115000', '111007.575000', '111008.035000', '111008.495000', '111008.955000', '111009.415000', '111009.875000', '111010.335000', '111010.795000', '111011.255000', '111011.715000', '111012.175000', '111012.635000', '111013.095000', '111013.555000', '111014.015000', '111014.475000', '111014.935000', '111015.395000', '111015.855000', '111016.315000', '111016.775000', '111017.235000', '111017.695000', '111018.155000', '111018.615000', '111019.075000', '111019.535000', '111019.995000', '111020.455000', '111020.915000', '111021.375000', '111021.835000', '111022.295000', '111022.755000', '111023.215000', '111023.675000', '111024.135000', '111024.595000', '111025.055000', '111025.515000', '111025.975000', '111026.435000', '111026.895000', '111027.355000', '111027.815000', '111028.275000', '111028.735000', '111029.195000', '111029.655000', '111030.115000', '111030.575000', '111031.035000', '111031.495000', '111031.955000', '111032.415000', '111032.875000', '111033.335000', '111033.795000', '111034.255000', '111034.715000', '111035.175000', '111035.635000', '111036.095000', '111036.555000', '111037.015000', '111037.475000', '111037.935000', '111038.395000', '111038.855000', '111039.315000', '111039.775000', '111040.235000', '111040.695000', '111041.155000', '111041.615000', '111042.075000', '111042.535000', '111042.995000', '111043.455000', '111043.915000', '111044.375000', '111044.835000', '111045.295000', '111045.755000', '111046.215000', '111046.675000', '111047.135000', '111047.595000', '111048.055000', '111048.515000', '111048.975000', '111049.435000', '111049.895000', '111050.355000', '111050.815000', '111051.275000', '111051.735000', '111052.195000', '111052.655000', '111053.115000', '111053.575000', '111054.035000', '111054.495000', '111054.955000', '111055.415000'], 'ContentTime': ['110433.685000', '110433.688000', '110433.690000', '110433.693000', '110433.695000', '110433.698000', '110433.701000', '110433.703000', '110433.706000', '110433.708000', '110433.711000', '110433.713000', '110433.716000', '110433.718000', '110433.721000', '110433.723000', '110433.726000', '110433.734000', '110433.737000', '110433.739000', '110433.742000', '110433.744000', '110433.752000', '110433.754000', '110433.757000', '110433.759000', '110433.762000', '110433.764000', '110433.767000', '110433.769000', '110433.772000', '110433.774000', '110433.777000', '110433.779000', '110433.782000', '110433.784000', '110433.787000', '110433.790000', '110433.793000', '110453.645000', '110453.648000', '110453.651000', '110453.653000', '110453.656000', '110453.658000', '110453.661000', '110453.664000', '110453.666000', '110453.669000', '110453.671000', '110453.674000', '110453.676000', '110453.679000', '110453.681000', '110453.684000', '110453.686000', '110453.689000', '110453.691000', '110453.694000', '110453.696000', '110453.699000', '110453.702000', '110453.704000', '110453.707000', '110453.709000', '110453.712000', '110453.714000', '110453.717000', '110453.719000', '110453.756000', '110453.759000', '110453.761000', '110453.764000', '110453.766000', '110453.769000', '110453.771000', '110453.774000', '110453.776000', '110453.779000', '110453.781000', '110453.784000', '110453.786000', '110453.789000', '110513.646000', '110513.649000', '110513.652000', '110513.654000', '110513.657000', '110513.659000', '110513.662000', '110513.664000', '110513.667000', '110513.669000', '110513.672000', '110513.675000', '110513.677000', '110513.680000', '110513.682000', '110513.685000', '110513.687000', '110513.690000', '110513.692000', '110513.695000', '110513.697000', '110513.700000', '110513.702000', '110513.705000', '110513.707000', '110513.710000', '110513.712000', '110513.715000', '110513.717000', '110513.720000', '110513.723000', '110513.725000', '110513.728000', '110513.730000', '110513.733000', '110513.735000', '110513.738000', '110513.740000', '110513.745000', '110513.747000', '110513.750000', '110513.752000', '110513.755000', '110533.647000', '110533.649000', '110533.652000', '110533.655000', '110533.657000', '110533.660000', '110533.662000', '110533.665000', '110533.667000', '110533.670000', '110533.672000', '110533.675000', '110533.677000', '110533.680000', '110533.683000', '110533.685000', '110533.688000', '110533.690000', '110533.693000', '110533.696000', '110533.698000', '110533.701000', '110533.703000', '110533.706000', '110533.708000', '110533.711000', '110533.713000', '110533.716000', '110533.718000', '110533.721000', '110533.724000', '110533.726000', '110533.729000', '110533.731000', '110533.734000', '110533.736000', '110533.739000', '110533.741000', '110533.744000', '110533.746000', '110533.749000', '110533.752000', '110533.761000', '110533.764000', '110553.646000', '110553.649000', '110553.652000', '110553.654000', '110553.657000', '110553.659000', '110553.662000', '110553.665000', '110553.667000', '110553.670000', '110553.672000', '110553.675000', '110553.677000', '110553.680000', '110553.682000', '110553.685000', '110553.687000', '110553.690000', '110553.692000', '110553.695000', '110553.697000', '110553.700000', '110553.703000', '110553.705000', '110553.708000', '110553.710000', '110553.713000', '110553.715000', '110553.718000', '110553.720000', '110553.723000', '110553.725000', '110553.728000', '110553.730000', '110553.733000', '110553.736000', '110553.738000', '110553.741000', '110553.743000', '110553.746000', '110553.748000', '110553.751000', '110553.754000', '110613.646000', '110613.649000', '110613.652000', '110613.654000', '110613.657000', '110613.659000', '110613.662000', '110613.664000', '110613.667000', '110613.670000', '110613.672000', '110613.675000', '110613.677000', '110613.680000', '110613.683000', '110613.685000', '110613.688000', '110613.694000', '110613.696000', '110613.699000', '110613.701000', '110613.704000', '110613.707000', '110613.709000', '110613.712000', '110613.714000', '110613.717000', '110613.719000', '110613.722000', '110613.724000', '110613.727000', '110613.729000', '110613.732000', '110613.735000', '110613.737000', '110613.740000', '110613.742000', '110613.745000', '110613.747000', '110613.750000', '110613.752000', '110613.755000', '110613.757000', '110613.760000', '110633.646000', '110633.649000', '110633.652000', '110633.654000', '110633.657000', '110633.660000', '110633.662000', '110633.665000', '110633.667000', '110633.670000', '110633.672000', '110633.675000', '110633.677000', '110633.680000', '110633.682000', '110633.685000', '110633.688000', '110633.690000', '110633.693000', '110633.695000', '110633.698000', '110633.700000', '110633.703000', '110633.705000', '110633.708000', '110633.710000', '110633.713000', '110633.715000', '110633.718000', '110633.721000', '110633.723000', '110633.726000', '110633.728000', '110633.731000', '110633.733000', '110633.736000', '110633.738000', '110633.741000', '110633.743000', '110633.746000', '110633.759000', '110633.762000', '110633.765000', '110653.646000', '110653.649000', '110653.652000', '110653.654000', '110653.657000', '110653.659000', '110653.662000', '110653.664000', '110653.667000', '110653.669000', '110653.672000', '110653.676000', '110653.679000', '110653.682000', '110653.684000', '110653.687000', '110653.690000', '110653.692000', '110653.695000', '110653.697000', '110653.700000', '110653.702000', '110653.705000', '110653.707000', '110653.710000', '110653.712000', '110653.715000', '110653.718000', '110653.720000', '110653.723000', '110653.725000', '110653.728000', '110653.731000', '110653.733000', '110653.736000', '110653.738000', '110653.741000', '110653.743000', '110653.746000', '110653.749000', '110653.751000', '110653.754000', '110653.756000', '110653.759000', '110713.645000', '110713.648000', '110713.651000', '110713.654000', '110713.656000', '110713.659000', '110713.661000', '110713.664000', '110713.666000', '110713.669000', '110713.671000', '110713.674000', '110713.677000', '110713.679000', '110713.682000', '110713.684000', '110713.687000', '110713.689000', '110713.692000', '110713.695000', '110713.697000', '110713.700000', '110713.702000', '110713.705000', '110713.708000', '110713.710000', '110713.713000', '110713.715000', '110713.718000', '110713.720000', '110713.723000', '110713.725000', '110713.728000', '110713.731000', '110713.733000', '110713.736000', '110713.738000', '110713.741000', '110713.743000', '110713.746000', '110713.748000', '110713.751000', '110713.754000', '110733.647000', '110733.650000', '110733.652000', '110733.655000', '110733.658000', '110733.660000', '110733.663000', '110733.665000', '110733.668000', '110733.670000', '110733.673000', '110733.675000', '110733.678000', '110733.681000', '110733.683000', '110733.686000', '110733.688000', '110733.691000', '110733.693000', '110733.696000', '110733.698000', '110733.701000', '110733.704000', '110733.706000', '110733.709000', '110733.711000', '110733.714000', '110733.716000', '110733.719000', '110733.722000', '110733.724000', '110733.727000', '110733.729000', '110733.732000', '110733.734000', '110733.737000', '110733.740000', '110733.742000', '110733.745000', '110733.747000', '110733.750000', '110733.753000', '110733.755000', '110753.647000', '110753.650000', '110753.652000', '110753.655000', '110753.657000', '110753.660000', '110753.662000', '110753.665000', '110753.667000', '110753.670000', '110753.673000', '110753.675000', '110753.678000', '110753.680000', '110753.683000', '110753.685000', '110753.688000', '110753.690000', '110753.693000', '110753.696000', '110753.698000', '110753.701000', '110753.703000', '110753.706000', '110753.708000', '110753.711000', '110753.713000', '110753.716000', '110753.718000', '110753.721000', '110753.724000', '110753.726000', '110753.729000', '110753.731000', '110753.734000', '110753.736000', '110753.739000', '110753.741000', '110753.744000', '110753.747000', '110753.749000', '110753.752000', '110753.754000', '110753.757000', '110813.647000', '110813.649000', '110813.652000', '110813.655000', '110813.657000', '110813.660000', '110813.662000', '110813.665000', '110813.668000', '110813.670000', '110813.673000', '110813.675000', '110813.678000', '110813.681000', '110813.684000', '110813.687000', '110813.690000', '110813.692000', '110813.695000', '110813.698000', '110813.700000', '110813.703000', '110813.705000', '110813.708000', '110813.710000', '110813.713000', '110813.717000', '110813.720000', '110813.722000', '110813.725000', '110813.727000', '110813.730000', '110813.733000', '110813.735000', '110813.738000', '110813.740000', '110813.750000', '110813.753000', '110813.756000', '110813.758000', '110813.761000', '110813.763000', '110813.766000', '110833.646000', '110833.649000', '110833.652000', '110833.654000', '110833.657000', '110833.659000', '110833.662000', '110833.665000', '110833.667000', '110833.670000', '110833.672000', '110833.675000', '110833.677000', '110833.680000', '110833.683000', '110833.685000', '110833.688000', '110833.691000', '110833.693000', '110833.696000', '110833.698000', '110833.701000', '110833.703000', '110833.706000', '110833.709000', '110833.711000', '110833.714000', '110833.716000', '110833.719000', '110833.721000', '110833.724000', '110833.727000', '110833.729000', '110833.732000', '110833.734000', '110833.737000', '110833.740000', '110833.742000', '110833.745000', '110833.747000', '110833.750000', '110833.753000', '110833.755000', '110833.758000', '110853.646000', '110853.649000', '110853.652000', '110853.654000', '110853.657000', '110853.660000', '110853.662000', '110853.665000', '110853.668000', '110853.670000', '110853.673000', '110853.675000', '110853.678000', '110853.680000', '110853.684000', '110853.686000', '110853.689000', '110853.691000', '110853.694000', '110853.697000', '110853.699000', '110853.702000', '110853.705000', '110853.707000', '110853.710000', '110853.712000', '110853.715000', '110853.718000', '110853.720000', '110853.723000', '110853.725000', '110853.728000', '110853.731000', '110853.733000', '110853.736000', '110853.738000', '110853.741000', '110853.744000', '110853.746000', '110853.749000', '110853.751000', '110853.754000', '110853.756000', '110913.645000', '110913.648000', '110913.651000', '110913.653000', '110913.656000', '110913.659000', '110913.661000', '110913.664000', '110913.666000', '110913.669000', '110913.671000', '110913.674000', '110913.676000', '110913.679000', '110913.682000', '110913.684000', '110913.687000', '110913.689000', '110913.692000', '110913.694000', '110913.697000', '110913.700000', '110913.702000', '110913.705000', '110913.707000', '110913.710000', '110913.712000', '110913.715000', '110913.717000', '110913.720000', '110913.722000', '110913.725000', '110913.728000', '110913.730000', '110913.733000', '110913.735000', '110913.738000', '110913.741000', '110913.743000', '110913.746000', '110913.748000', '110913.751000', '110913.753000', '110913.756000', '110933.646000', '110933.648000', '110933.651000', '110933.654000', '110933.656000', '110933.659000', '110933.661000', '110933.664000', '110933.666000', '110933.669000', '110933.671000', '110933.674000', '110933.676000', '110933.679000', '110933.682000', '110933.685000', '110933.688000', '110933.691000', '110933.694000', '110933.696000', '110933.699000', '110933.701000', '110933.704000', '110933.706000', '110933.709000', '110933.712000', '110933.714000', '110933.717000', '110933.719000', '110933.722000', '110933.724000', '110933.727000', '110933.730000', '110933.732000', '110933.735000', '110933.737000', '110933.740000', '110933.742000', '110933.745000', '110933.747000', '110933.750000', '110933.753000', '110933.756000', '110953.646000', '110953.649000', '110953.652000', '110953.667000', '110953.669000', '110953.672000', '110953.674000', '110953.677000', '110953.680000', '110953.682000', '110953.685000', '110953.687000', '110953.690000', '110953.693000', '110953.695000', '110953.698000', '110953.700000', '110953.703000', '110953.705000', '110953.708000', '110953.711000', '110953.713000', '110953.716000', '110953.718000', '110953.721000', '110953.723000', '110953.726000', '110953.728000', '110953.731000', '110953.734000', '110953.736000', '110953.739000', '110953.741000', '110953.744000', '110953.746000', '110953.749000', '110953.752000', '110953.754000', '110953.757000', '110953.759000', '110953.762000', '110953.764000', '110953.767000', '110953.769000', '111013.646000', '111013.649000', '111013.652000', '111013.654000', '111013.657000', '111013.660000', '111013.662000', '111013.665000', '111013.667000', '111013.670000', '111013.673000', '111013.675000', '111013.678000', '111013.680000', '111013.683000', '111013.685000', '111013.688000', '111013.691000', '111013.693000', '111013.696000', '111013.698000', '111013.701000', '111013.703000', '111013.706000', '111013.709000', '111013.711000', '111013.714000', '111013.717000', '111013.719000', '111013.722000', '111013.724000', '111013.727000', '111013.730000', '111013.732000', '111013.735000', '111013.739000', '111013.742000', '111013.744000', '111013.747000', '111013.750000', '111013.752000', '111013.755000', '111013.758000', '111033.647000', '111033.649000', '111033.652000', '111033.655000', '111033.657000', '111033.660000', '111033.663000', '111033.665000', '111033.668000', '111033.670000', '111033.673000', '111033.675000', '111033.678000', '111033.680000', '111033.683000', '111033.685000', '111033.688000', '111033.691000', '111033.693000', '111033.696000', '111033.698000', '111033.701000', '111033.703000', '111033.706000', '111033.708000', '111033.711000', '111033.714000', '111033.716000', '111033.719000', '111033.721000', '111033.724000', '111033.726000', '111033.729000', '111033.732000', '111033.734000', '111033.737000', '111033.739000', '111033.742000', '111033.744000', '111033.747000', '111033.750000', '111033.752000', '111033.755000', '111053.647000', '111053.649000', '111053.652000', '111053.655000', '111053.657000', '111053.660000', '111053.662000', '111053.665000', '111053.667000', '111053.670000', '111053.672000', '111053.675000', '111053.678000', '111053.680000', '111053.683000', '111053.685000', '111053.688000', '111053.691000', '111053.693000', '111053.696000', '111053.698000', '111053.701000', '111053.703000', '111053.706000', '111053.708000', '111053.711000', '111053.714000', '111053.716000', '111053.719000', '111053.721000', '111053.724000', '111053.727000', '111053.729000', '111053.732000', '111053.734000', '111053.737000', '111053.739000', '111053.742000', '111053.744000', '111053.747000', '111053.750000', '111053.752000', '111053.755000', '111053.757000', '111056.521000', '111056.524000', '111056.526000', '111056.529000', '111056.532000', '111056.534000', '111056.537000'], 'InstanceCreationTime': ['110433.685000', '110433.688000', '110433.690000', '110433.693000', '110433.695000', '110433.698000', '110433.701000', '110433.703000', '110433.706000', '110433.708000', '110433.711000', '110433.713000', '110433.716000', '110433.718000', '110433.721000', '110433.723000', '110433.726000', '110433.734000', '110433.737000', '110433.739000', '110433.742000', '110433.744000', '110433.752000', '110433.754000', '110433.757000', '110433.759000', '110433.762000', '110433.764000', '110433.767000', '110433.769000', '110433.772000', '110433.774000', '110433.777000', '110433.779000', '110433.782000', '110433.784000', '110433.787000', '110433.790000', '110433.793000', '110453.645000', '110453.648000', '110453.651000', '110453.653000', '110453.656000', '110453.658000', '110453.661000', '110453.664000', '110453.666000', '110453.669000', '110453.671000', '110453.674000', '110453.676000', '110453.679000', '110453.681000', '110453.684000', '110453.686000', '110453.689000', '110453.691000', '110453.694000', '110453.696000', '110453.699000', '110453.702000', '110453.704000', '110453.707000', '110453.709000', '110453.712000', '110453.714000', '110453.717000', '110453.719000', '110453.756000', '110453.759000', '110453.761000', '110453.764000', '110453.766000', '110453.769000', '110453.771000', '110453.774000', '110453.776000', '110453.779000', '110453.781000', '110453.784000', '110453.786000', '110453.789000', '110513.646000', '110513.649000', '110513.652000', '110513.654000', '110513.657000', '110513.659000', '110513.662000', '110513.664000', '110513.667000', '110513.669000', '110513.672000', '110513.675000', '110513.677000', '110513.680000', '110513.682000', '110513.685000', '110513.687000', '110513.690000', '110513.692000', '110513.695000', '110513.697000', '110513.700000', '110513.702000', '110513.705000', '110513.707000', '110513.710000', '110513.712000', '110513.715000', '110513.717000', '110513.720000', '110513.723000', '110513.725000', '110513.728000', '110513.730000', '110513.733000', '110513.735000', '110513.738000', '110513.740000', '110513.745000', '110513.747000', '110513.750000', '110513.752000', '110513.755000', '110533.647000', '110533.649000', '110533.652000', '110533.655000', '110533.657000', '110533.660000', '110533.662000', '110533.665000', '110533.667000', '110533.670000', '110533.672000', '110533.675000', '110533.677000', '110533.680000', '110533.683000', '110533.685000', '110533.688000', '110533.690000', '110533.693000', '110533.696000', '110533.698000', '110533.701000', '110533.703000', '110533.706000', '110533.708000', '110533.711000', '110533.713000', '110533.716000', '110533.718000', '110533.721000', '110533.724000', '110533.726000', '110533.729000', '110533.731000', '110533.734000', '110533.736000', '110533.739000', '110533.741000', '110533.744000', '110533.746000', '110533.749000', '110533.752000', '110533.761000', '110533.764000', '110553.646000', '110553.649000', '110553.652000', '110553.654000', '110553.657000', '110553.659000', '110553.662000', '110553.665000', '110553.667000', '110553.670000', '110553.672000', '110553.675000', '110553.677000', '110553.680000', '110553.682000', '110553.685000', '110553.687000', '110553.690000', '110553.692000', '110553.695000', '110553.697000', '110553.700000', '110553.703000', '110553.705000', '110553.708000', '110553.710000', '110553.713000', '110553.715000', '110553.718000', '110553.720000', '110553.723000', '110553.725000', '110553.728000', '110553.730000', '110553.733000', '110553.736000', '110553.738000', '110553.741000', '110553.743000', '110553.746000', '110553.748000', '110553.751000', '110553.754000', '110613.646000', '110613.649000', '110613.652000', '110613.654000', '110613.657000', '110613.659000', '110613.662000', '110613.664000', '110613.667000', '110613.670000', '110613.672000', '110613.675000', '110613.677000', '110613.680000', '110613.683000', '110613.685000', '110613.688000', '110613.694000', '110613.696000', '110613.699000', '110613.701000', '110613.704000', '110613.707000', '110613.709000', '110613.712000', '110613.714000', '110613.717000', '110613.719000', '110613.722000', '110613.724000', '110613.727000', '110613.729000', '110613.732000', '110613.735000', '110613.737000', '110613.740000', '110613.742000', '110613.745000', '110613.747000', '110613.750000', '110613.752000', '110613.755000', '110613.757000', '110613.760000', '110633.646000', '110633.649000', '110633.652000', '110633.654000', '110633.657000', '110633.660000', '110633.662000', '110633.665000', '110633.667000', '110633.670000', '110633.672000', '110633.675000', '110633.677000', '110633.680000', '110633.682000', '110633.685000', '110633.688000', '110633.690000', '110633.693000', '110633.695000', '110633.698000', '110633.700000', '110633.703000', '110633.705000', '110633.708000', '110633.710000', '110633.713000', '110633.715000', '110633.718000', '110633.721000', '110633.723000', '110633.726000', '110633.728000', '110633.731000', '110633.733000', '110633.736000', '110633.738000', '110633.741000', '110633.743000', '110633.746000', '110633.759000', '110633.762000', '110633.765000', '110653.646000', '110653.649000', '110653.652000', '110653.654000', '110653.657000', '110653.659000', '110653.662000', '110653.664000', '110653.667000', '110653.669000', '110653.672000', '110653.676000', '110653.679000', '110653.682000', '110653.684000', '110653.687000', '110653.690000', '110653.692000', '110653.695000', '110653.697000', '110653.700000', '110653.702000', '110653.705000', '110653.707000', '110653.710000', '110653.712000', '110653.715000', '110653.718000', '110653.720000', '110653.723000', '110653.725000', '110653.728000', '110653.731000', '110653.733000', '110653.736000', '110653.738000', '110653.741000', '110653.743000', '110653.746000', '110653.749000', '110653.751000', '110653.754000', '110653.756000', '110653.759000', '110713.645000', '110713.648000', '110713.651000', '110713.654000', '110713.656000', '110713.659000', '110713.661000', '110713.664000', '110713.666000', '110713.669000', '110713.671000', '110713.674000', '110713.677000', '110713.679000', '110713.682000', '110713.684000', '110713.687000', '110713.689000', '110713.692000', '110713.695000', '110713.697000', '110713.700000', '110713.702000', '110713.705000', '110713.708000', '110713.710000', '110713.713000', '110713.715000', '110713.718000', '110713.720000', '110713.723000', '110713.725000', '110713.728000', '110713.731000', '110713.733000', '110713.736000', '110713.738000', '110713.741000', '110713.743000', '110713.746000', '110713.748000', '110713.751000', '110713.754000', '110733.647000', '110733.650000', '110733.652000', '110733.655000', '110733.658000', '110733.660000', '110733.663000', '110733.665000', '110733.668000', '110733.670000', '110733.673000', '110733.675000', '110733.678000', '110733.681000', '110733.683000', '110733.686000', '110733.688000', '110733.691000', '110733.693000', '110733.696000', '110733.698000', '110733.701000', '110733.704000', '110733.706000', '110733.709000', '110733.711000', '110733.714000', '110733.716000', '110733.719000', '110733.722000', '110733.724000', '110733.727000', '110733.729000', '110733.732000', '110733.734000', '110733.737000', '110733.740000', '110733.742000', '110733.745000', '110733.747000', '110733.750000', '110733.753000', '110733.755000', '110753.647000', '110753.650000', '110753.652000', '110753.655000', '110753.657000', '110753.660000', '110753.662000', '110753.665000', '110753.667000', '110753.670000', '110753.673000', '110753.675000', '110753.678000', '110753.680000', '110753.683000', '110753.685000', '110753.688000', '110753.690000', '110753.693000', '110753.696000', '110753.698000', '110753.701000', '110753.703000', '110753.706000', '110753.708000', '110753.711000', '110753.713000', '110753.716000', '110753.718000', '110753.721000', '110753.724000', '110753.726000', '110753.729000', '110753.731000', '110753.734000', '110753.736000', '110753.739000', '110753.741000', '110753.744000', '110753.747000', '110753.749000', '110753.752000', '110753.754000', '110753.757000', '110813.647000', '110813.649000', '110813.652000', '110813.655000', '110813.657000', '110813.660000', '110813.662000', '110813.665000', '110813.668000', '110813.670000', '110813.673000', '110813.675000', '110813.678000', '110813.681000', '110813.684000', '110813.687000', '110813.690000', '110813.692000', '110813.695000', '110813.698000', '110813.700000', '110813.703000', '110813.705000', '110813.708000', '110813.710000', '110813.713000', '110813.717000', '110813.720000', '110813.722000', '110813.725000', '110813.727000', '110813.730000', '110813.733000', '110813.735000', '110813.738000', '110813.740000', '110813.750000', '110813.753000', '110813.756000', '110813.758000', '110813.761000', '110813.763000', '110813.766000', '110833.646000', '110833.649000', '110833.652000', '110833.654000', '110833.657000', '110833.659000', '110833.662000', '110833.665000', '110833.667000', '110833.670000', '110833.672000', '110833.675000', '110833.677000', '110833.680000', '110833.683000', '110833.685000', '110833.688000', '110833.691000', '110833.693000', '110833.696000', '110833.698000', '110833.701000', '110833.703000', '110833.706000', '110833.709000', '110833.711000', '110833.714000', '110833.716000', '110833.719000', '110833.721000', '110833.724000', '110833.727000', '110833.729000', '110833.732000', '110833.734000', '110833.737000', '110833.740000', '110833.742000', '110833.745000', '110833.747000', '110833.750000', '110833.753000', '110833.755000', '110833.758000', '110853.646000', '110853.649000', '110853.652000', '110853.654000', '110853.657000', '110853.660000', '110853.662000', '110853.665000', '110853.668000', '110853.670000', '110853.673000', '110853.675000', '110853.678000', '110853.680000', '110853.684000', '110853.686000', '110853.689000', '110853.691000', '110853.694000', '110853.697000', '110853.699000', '110853.702000', '110853.705000', '110853.707000', '110853.710000', '110853.712000', '110853.715000', '110853.718000', '110853.720000', '110853.723000', '110853.725000', '110853.728000', '110853.731000', '110853.733000', '110853.736000', '110853.738000', '110853.741000', '110853.744000', '110853.746000', '110853.749000', '110853.751000', '110853.754000', '110853.756000', '110913.645000', '110913.648000', '110913.651000', '110913.653000', '110913.656000', '110913.659000', '110913.661000', '110913.664000', '110913.666000', '110913.669000', '110913.671000', '110913.674000', '110913.676000', '110913.679000', '110913.682000', '110913.684000', '110913.687000', '110913.689000', '110913.692000', '110913.694000', '110913.697000', '110913.700000', '110913.702000', '110913.705000', '110913.707000', '110913.710000', '110913.712000', '110913.715000', '110913.717000', '110913.720000', '110913.722000', '110913.725000', '110913.728000', '110913.730000', '110913.733000', '110913.735000', '110913.738000', '110913.741000', '110913.743000', '110913.746000', '110913.748000', '110913.751000', '110913.753000', '110913.756000', '110933.646000', '110933.648000', '110933.651000', '110933.654000', '110933.656000', '110933.659000', '110933.661000', '110933.664000', '110933.666000', '110933.669000', '110933.671000', '110933.674000', '110933.676000', '110933.679000', '110933.682000', '110933.685000', '110933.688000', '110933.691000', '110933.694000', '110933.696000', '110933.699000', '110933.701000', '110933.704000', '110933.706000', '110933.709000', '110933.712000', '110933.714000', '110933.717000', '110933.719000', '110933.722000', '110933.724000', '110933.727000', '110933.730000', '110933.732000', '110933.735000', '110933.737000', '110933.740000', '110933.742000', '110933.745000', '110933.747000', '110933.750000', '110933.753000', '110933.756000', '110953.646000', '110953.649000', '110953.652000', '110953.667000', '110953.669000', '110953.672000', '110953.674000', '110953.677000', '110953.680000', '110953.682000', '110953.685000', '110953.687000', '110953.690000', '110953.693000', '110953.695000', '110953.698000', '110953.700000', '110953.703000', '110953.705000', '110953.708000', '110953.711000', '110953.713000', '110953.716000', '110953.718000', '110953.721000', '110953.723000', '110953.726000', '110953.728000', '110953.731000', '110953.734000', '110953.736000', '110953.739000', '110953.741000', '110953.744000', '110953.746000', '110953.749000', '110953.752000', '110953.754000', '110953.757000', '110953.759000', '110953.762000', '110953.764000', '110953.767000', '110953.769000', '111013.646000', '111013.649000', '111013.652000', '111013.654000', '111013.657000', '111013.660000', '111013.662000', '111013.665000', '111013.667000', '111013.670000', '111013.673000', '111013.675000', '111013.678000', '111013.680000', '111013.683000', '111013.685000', '111013.688000', '111013.691000', '111013.693000', '111013.696000', '111013.698000', '111013.701000', '111013.703000', '111013.706000', '111013.709000', '111013.711000', '111013.714000', '111013.717000', '111013.719000', '111013.722000', '111013.724000', '111013.727000', '111013.730000', '111013.732000', '111013.735000', '111013.739000', '111013.742000', '111013.744000', '111013.747000', '111013.750000', '111013.752000', '111013.755000', '111013.758000', '111033.647000', '111033.649000', '111033.652000', '111033.655000', '111033.657000', '111033.660000', '111033.663000', '111033.665000', '111033.668000', '111033.670000', '111033.673000', '111033.675000', '111033.678000', '111033.680000', '111033.683000', '111033.685000', '111033.688000', '111033.691000', '111033.693000', '111033.696000', '111033.698000', '111033.701000', '111033.703000', '111033.706000', '111033.708000', '111033.711000', '111033.714000', '111033.716000', '111033.719000', '111033.721000', '111033.724000', '111033.726000', '111033.729000', '111033.732000', '111033.734000', '111033.737000', '111033.739000', '111033.742000', '111033.744000', '111033.747000', '111033.750000', '111033.752000', '111033.755000', '111053.647000', '111053.649000', '111053.652000', '111053.655000', '111053.657000', '111053.660000', '111053.662000', '111053.665000', '111053.667000', '111053.670000', '111053.672000', '111053.675000', '111053.678000', '111053.680000', '111053.683000', '111053.685000', '111053.688000', '111053.691000', '111053.693000', '111053.696000', '111053.698000', '111053.701000', '111053.703000', '111053.706000', '111053.708000', '111053.711000', '111053.714000', '111053.716000', '111053.719000', '111053.721000', '111053.724000', '111053.727000', '111053.729000', '111053.732000', '111053.734000', '111053.737000', '111053.739000', '111053.742000', '111053.744000', '111053.747000', '111053.750000', '111053.752000', '111053.755000', '111053.757000', '111056.521000', '111056.524000', '111056.526000', '111056.529000', '111056.532000', '111056.534000', '111056.537000'], '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': [7929, 11055, 7906, 8768, 7558, 8855, 7690, 10690, 7315, 8901, 7527, 8218, 7619, 9521, 7957, 12540, 7551, 9672, 7634, 9142, 7830, 11607, 8760, 14924, 9857, 13383, 8499, 11000, 7854, 9406, 8641, 10275, 10870, 10087, 9876, 7680, 8246, 7999, 9368, 7596, 13155, 7739, 11491, 7862, 9953, 7959, 12248, 9179, 11721, 9081, 7610, 9086, 7534, 10077, 7826, 14738, 8342, 11191, 7755, 10029, 7906, 13115, 8837, 14824, 8458, 9257, 7732, 7263, 8243, 7778, 9475, 7805, 7712, 9871, 7862, 13876, 10504, 13679, 10937, 7355, 9498, 7422, 10639, 7191, 13363, 14656, 14287, 8794, 9333, 7376, 7870, 7603, 8704, 8050, 11795, 7933, 9008, 7942, 8663, 7822, 10569, 8411, 14119, 8902, 11737, 8184, 11086, 8922, 13265, 11104, 8387, 9184, 7277, 9006, 7423, 10673, 7870, 12792, 7573, 9049, 7898, 9065, 7655, 13223, 8400, 11420, 7820, 9576, 7968, 12401, 8711, 13520, 8251, 11946, 8081, 11016, 7876, 11908, 9185, 9461, 8389, 7941, 8636, 7894, 9099, 9695, 10430, 7823, 8711, 7740, 9199, 8494, 10892, 7625, 9257, 8114, 8507, 7581, 9779, 7934, 14015, 7756, 11258, 7776, 9829, 8127, 13752, 9620, 14201, 8913, 12808, 8266, 13929, 9847, 12899, 8999, 7777, 8142, 7691, 9591, 8283, 11925, 7707, 9258, 7518, 8298, 7715, 9262, 7756, 12750, 7695, 9490, 8004, 9527, 7850, 13860, 8796, 13083, 8021, 10143, 8499, 9641, 10755, 8839, 9227, 8160, 8405, 7779, 9571, 7932, 11819, 8094, 12195, 8668, 10385, 8687, 11079, 8502, 15226, 10690, 15662, 8605, 11946, 8290, 11292, 7894, 13670, 9229, 11692, 9090, 8247, 8577, 8364, 7996, 7897, 10001, 7793, 9192, 7766, 7807, 7951, 8857, 7339, 11451, 7857, 10003, 7794, 7954, 7555, 9050, 7463, 12064, 7725, 9694, 7845, 9195, 8072, 11948, 8536, 14421, 9036, 11054, 8833, 9146, 8834, 8657, 9936, 7777, 9132, 7843, 10978, 7698, 14181, 7839, 10747, 7919, 9180, 7695, 11137, 9121, 13151, 8647, 7891, 9142, 8065, 8546, 8337, 10658, 7707, 9279, 7828, 8095, 7968, 9034, 7354, 12097, 7752, 10284, 7699, 10304, 8162, 14910, 10045, 14903, 8254, 11030, 8347, 12173, 8797, 14736, 9305, 9832, 8607, 8315, 8711, 7840, 9501, 7850, 9023, 7858, 8115, 7582, 10348, 7685, 14149, 7843, 11199, 8160, 12188, 9211, 15316, 9067, 11190, 8857, 9202, 8442, 8477, 10363, 8148, 8119, 8038, 9506, 7825, 13869, 8066, 11656, 8759, 8169, 9052, 7965, 10018, 8023, 9578, 7913, 11680, 8718, 8545, 8966, 7545, 13372, 10102, 14547, 9420, 9600, 8173, 7592, 12307, 9453, 14636, 8577, 11416, 7752, 10768, 7934, 9607, 8129, 11326, 8885, 8519, 7980, 7833, 8004, 7803, 9732, 8189, 11409, 7887, 9076, 7830, 8119, 8041, 9326, 7893, 12983, 7894, 10546, 8156, 8462, 8290, 7978, 12490, 8597, 11186, 7841, 9514, 8142, 11342, 8365, 16055, 9531, 12265, 8323, 9470, 8023, 7887, 10774, 7920, 10018, 7731, 8850, 7877, 10062, 8222, 13897, 8984, 10202, 9393, 7941, 8042, 7687, 11110, 7765, 11324, 7900, 9411, 8083, 9823, 8120, 13940, 8630, 8321, 7813, 8208, 8380, 7858, 11467, 8101, 10220, 7711, 8842, 7957, 10113, 7697, 13059, 7868, 9789, 7805, 10090, 8105, 13021, 8067, 10959, 7942, 10881, 8191, 12861, 8915, 9060, 8551, 8807, 8889, 11723, 9476, 10327, 8962, 8108, 8724, 8610, 9246, 8184, 10493, 7915, 8937, 8073, 8669, 8200, 10169, 8090, 12066, 8047, 8981, 8100, 9198, 7942, 11149, 8053, 10361, 8305, 9371, 8188, 11530, 7871, 12459, 8259, 9448, 8195, 8162, 8034, 9851, 7655, 11693, 7809, 10839, 7872, 9482, 8004, 10786, 9166, 13938, 8969, 12408, 8296, 11095, 8815, 10806, 9392, 7560, 9382, 7894, 10144, 8199, 10346, 8673, 7984, 11202, 8402, 15612, 11010, 11658, 9591, 7895, 10128, 7732, 13125, 9136, 10999, 7897, 10395, 7824, 11807, 7999, 11750, 7881, 8823, 8060, 9407, 7848, 10452, 8050, 12278, 8218, 10706, 8237, 10007, 7925, 11699, 8824, 12917, 8516, 8648, 8337, 8516, 8648, 9986, 9273, 7776, 8939, 8224, 8818, 8462, 10312, 7653, 12392, 7753, 10823, 7976, 10902, 8322, 14546, 9420, 13598, 8167, 10208, 8125, 12769, 8751, 13918, 8285, 11465, 8067, 9659, 7935, 11318, 8881, 8223, 8296, 7982, 8317, 7867, 10617, 8818, 11586, 7986, 9487, 7949, 8980, 7970, 10885, 7810, 11908, 7802, 9319, 7783, 9090, 7688, 10327, 7633, 13303, 7753, 9922, 7747, 9623, 7922, 12019, 8845, 13889, 8975, 11833, 9083, 10044, 9244, 10305, 10176, 10282, 10013, 7817, 9032, 7959, 9535, 7727, 11598, 7811, 12334, 7521, 9373, 7688, 9927, 7977, 10181, 7765, 12871, 8007, 9709, 7848, 9451, 7818, 12386, 8593, 11504, 9310, 8495, 8294, 8389, 10360, 8018, 10678, 8102, 9087, 8228, 10441, 7918, 13015, 8609, 12064, 8357, 9876, 8734, 9861, 9454, 9971, 9651, 8022, 8924, 8262, 9628, 7697, 11615, 7688, 12211, 7987, 9186, 8525, 9168, 8156, 7769, 9615, 8504, 11369, 12461, 8424, 11107, 8339, 11904, 8597, 14958, 10549, 15967, 9305, 12185, 8306, 10285, 8266, 10899, 8271, 12141, 7911, 10380, 8445, 10110, 8344, 12875, 9056, 11845, 8970, 8532, 8516, 8588, 8143, 8008, 11033, 8174, 9249, 8152, 8313, 8188, 9340, 7794, 10963, 8107, 10202, 7901, 10343, 7713, 12927, 8357, 12081, 7776, 10141, 7988, 10392, 8439, 13507, 9208, 13719, 8228, 10838, 8129, 9670, 8135, 10127, 8772, 8488, 8170, 8295, 7809, 8037, 10022, 8209, 11798, 7991, 9657, 7803, 9385, 7966, 11395, 8150, 14249, 8928, 12329, 7846, 10962, 8022, 12582, 9094, 10241, 8742, 8747, 8395, 8016, 12400, 9211, 11810, 7811, 9616, 7962, 10704, 7871, 15143, 8673, 12185, 7965, 8459, 7947, 9491, 7974, 10930, 8067, 10745, 8172, 9812, 8201, 11957, 8672, 12022, 8502, 7836, 7974, 8079, 9554, 7915, 11608, 8244, 10644, 8196, 11431, 8602, 14386, 8667, 11554, 9333, 8631, 8940, 8382, 11279, 8452, 9266, 8176, 8474, 8093, 10023, 8243, 11015, 8544, 9483, 8414, 9973, 7944, 12160, 8167, 9298, 8292, 8081, 8482, 10120, 8489, 11358, 8188, 10310, 8154, 11084, 8155, 13008], 'WindowCenter': [4303.0, 4328.0, 4285.0, 4293.0, 4283.0, 4304.0, 4285.0, 4326.0, 4286.0, 4306.0, 4286.0, 4296.0, 4299.0, 4317.0, 4298.0, 4349.0, 4300.0, 4317.0, 4298.0, 4307.0, 4299.0, 4339.0, 4308.0, 4359.0, 4329.0, 4346.0, 4308.0, 4325.0, 4295.0, 4305.0, 4307.0, 4327.0, 4338.0, 4327.0, 4329.0, 4286.0, 4296.0, 4284.0, 4304.0, 4286.0, 4349.0, 4297.0, 4336.0, 4298.0, 4315.0, 4298.0, 4348.0, 4317.0, 4337.0, 4308.0, 4285.0, 4305.0, 4283.0, 4317.0, 4285.0, 4358.0, 4296.0, 4325.0, 4284.0, 4314.0, 4295.0, 4346.0, 4304.0, 4345.0, 4293.0, 4303.0, 4285.0, 4285.0, 4296.0, 4297.0, 4316.0, 4297.0, 4285.0, 4317.0, 4298.0, 4359.0, 4327.0, 4349.0, 4329.0, 4274.0, 4303.0, 4261.0, 4311.0, 4261.0, 4334.0, 4343.0, 4344.0, 4281.0, 4290.0, 4259.0, 4268.0, 4281.0, 4294.0, 4294.0, 4335.0, 4297.0, 4305.0, 4297.0, 4294.0, 4286.0, 4325.0, 4307.0, 4356.0, 4308.0, 4335.0, 4297.0, 4325.0, 4306.0, 4345.0, 4327.0, 4294.0, 4304.0, 4273.0, 4293.0, 4273.0, 4314.0, 4284.0, 4347.0, 4284.0, 4303.0, 4283.0, 4293.0, 4284.0, 4336.0, 4295.0, 4323.0, 4284.0, 4302.0, 4293.0, 4334.0, 4294.0, 4344.0, 4294.0, 4323.0, 4284.0, 4321.0, 4294.0, 4335.0, 4318.0, 4314.0, 4296.0, 4282.0, 4295.0, 4283.0, 4305.0, 4303.0, 4327.0, 4273.0, 4295.0, 4285.0, 4318.0, 4306.0, 4326.0, 4285.0, 4305.0, 4283.0, 4294.0, 4286.0, 4327.0, 4297.0, 4359.0, 4298.0, 4336.0, 4286.0, 4314.0, 4296.0, 4345.0, 4316.0, 4358.0, 4308.0, 4347.0, 4296.0, 4345.0, 4316.0, 4336.0, 4293.0, 4271.0, 4282.0, 4282.0, 4303.0, 4292.0, 4336.0, 4283.0, 4304.0, 4272.0, 4282.0, 4272.0, 4303.0, 4272.0, 4345.0, 4284.0, 4304.0, 4284.0, 4314.0, 4282.0, 4346.0, 4308.0, 4345.0, 4295.0, 4314.0, 4294.0, 4302.0, 4324.0, 4306.0, 4304.0, 4294.0, 4295.0, 4283.0, 4304.0, 4283.0, 4324.0, 4284.0, 4323.0, 4294.0, 4302.0, 4293.0, 4311.0, 4294.0, 4346.0, 4326.0, 4343.0, 4282.0, 4310.0, 4281.0, 4311.0, 4281.0, 4332.0, 4303.0, 4321.0, 4293.0, 4282.0, 4292.0, 4280.0, 4283.0, 4281.0, 4314.0, 4272.0, 4303.0, 4284.0, 4284.0, 4283.0, 4305.0, 4274.0, 4325.0, 4284.0, 4315.0, 4273.0, 4281.0, 4283.0, 4304.0, 4274.0, 4335.0, 4284.0, 4304.0, 4285.0, 4304.0, 4296.0, 4334.0, 4306.0, 4357.0, 4307.0, 4324.0, 4305.0, 4302.0, 4305.0, 4293.0, 4315.0, 4284.0, 4303.0, 4283.0, 4323.0, 4283.0, 4344.0, 4283.0, 4313.0, 4283.0, 4301.0, 4283.0, 4323.0, 4305.0, 4345.0, 4296.0, 4293.0, 4305.0, 4284.0, 4305.0, 4293.0, 4325.0, 4284.0, 4303.0, 4283.0, 4284.0, 4283.0, 4303.0, 4284.0, 4336.0, 4285.0, 4315.0, 4285.0, 4314.0, 4296.0, 4346.0, 4316.0, 4356.0, 4294.0, 4312.0, 4292.0, 4333.0, 4293.0, 4343.0, 4305.0, 4312.0, 4293.0, 4281.0, 4293.0, 4280.0, 4303.0, 4283.0, 4304.0, 4283.0, 4284.0, 4284.0, 4313.0, 4284.0, 4356.0, 4296.0, 4324.0, 4294.0, 4323.0, 4303.0, 4345.0, 4306.0, 4323.0, 4292.0, 4303.0, 4293.0, 4292.0, 4315.0, 4294.0, 4294.0, 4293.0, 4314.0, 4283.0, 4343.0, 4294.0, 4334.0, 4294.0, 4294.0, 4303.0, 4294.0, 4314.0, 4297.0, 4317.0, 4295.0, 4335.0, 4306.0, 4295.0, 4305.0, 4284.0, 4348.0, 4327.0, 4347.0, 4306.0, 4304.0, 4283.0, 4270.0, 4323.0, 4289.0, 4343.0, 4281.0, 4322.0, 4272.0, 4311.0, 4271.0, 4290.0, 4282.0, 4310.0, 4293.0, 4292.0, 4283.0, 4272.0, 4283.0, 4272.0, 4303.0, 4282.0, 4323.0, 4282.0, 4293.0, 4273.0, 4282.0, 4295.0, 4304.0, 4296.0, 4347.0, 4298.0, 4325.0, 4298.0, 4296.0, 4297.0, 4297.0, 4338.0, 4296.0, 4326.0, 4285.0, 4304.0, 4284.0, 4325.0, 4283.0, 4355.0, 4317.0, 4324.0, 4284.0, 4303.0, 4284.0, 4281.0, 4313.0, 4283.0, 4314.0, 4283.0, 4293.0, 4285.0, 4314.0, 4295.0, 4344.0, 4306.0, 4313.0, 4304.0, 4282.0, 4283.0, 4272.0, 4323.0, 4273.0, 4326.0, 4284.0, 4303.0, 4285.0, 4315.0, 4285.0, 4344.0, 4307.0, 4295.0, 4285.0, 4294.0, 4296.0, 4283.0, 4325.0, 4285.0, 4316.0, 4284.0, 4294.0, 4295.0, 4314.0, 4284.0, 4345.0, 4283.0, 4303.0, 4284.0, 4314.0, 4284.0, 4333.0, 4295.0, 4322.0, 4285.0, 4323.0, 4296.0, 4333.0, 4307.0, 4304.0, 4294.0, 4293.0, 4306.0, 4335.0, 4305.0, 4315.0, 4306.0, 4282.0, 4294.0, 4292.0, 4317.0, 4294.0, 4325.0, 4284.0, 4304.0, 4282.0, 4293.0, 4292.0, 4314.0, 4283.0, 4337.0, 4283.0, 4305.0, 4284.0, 4304.0, 4284.0, 4325.0, 4284.0, 4316.0, 4294.0, 4305.0, 4294.0, 4335.0, 4282.0, 4335.0, 4283.0, 4302.0, 4281.0, 4282.0, 4283.0, 4313.0, 4282.0, 4335.0, 4285.0, 4326.0, 4296.0, 4315.0, 4284.0, 4324.0, 4305.0, 4346.0, 4307.0, 4335.0, 4295.0, 4323.0, 4305.0, 4324.0, 4305.0, 4285.0, 4304.0, 4284.0, 4314.0, 4296.0, 4312.0, 4294.0, 4284.0, 4325.0, 4294.0, 4357.0, 4326.0, 4324.0, 4304.0, 4270.0, 4300.0, 4260.0, 4334.0, 4291.0, 4311.0, 4270.0, 4299.0, 4271.0, 4321.0, 4270.0, 4310.0, 4271.0, 4290.0, 4280.0, 4302.0, 4295.0, 4324.0, 4296.0, 4333.0, 4297.0, 4323.0, 4295.0, 4303.0, 4286.0, 4324.0, 4293.0, 4333.0, 4296.0, 4294.0, 4295.0, 4293.0, 4305.0, 4315.0, 4305.0, 4285.0, 4305.0, 4294.0, 4305.0, 4294.0, 4327.0, 4285.0, 4348.0, 4286.0, 4325.0, 4284.0, 4324.0, 4295.0, 4346.0, 4305.0, 4346.0, 4295.0, 4303.0, 4284.0, 4334.0, 4294.0, 4334.0, 4293.0, 4322.0, 4284.0, 4315.0, 4296.0, 4336.0, 4305.0, 4295.0, 4295.0, 4284.0, 4294.0, 4295.0, 4326.0, 4294.0, 4337.0, 4285.0, 4316.0, 4284.0, 4304.0, 4295.0, 4325.0, 4283.0, 4336.0, 4285.0, 4306.0, 4273.0, 4294.0, 4286.0, 4315.0, 4283.0, 4347.0, 4285.0, 4314.0, 4284.0, 4304.0, 4296.0, 4335.0, 4304.0, 4345.0, 4306.0, 4323.0, 4305.0, 4303.0, 4305.0, 4314.0, 4313.0, 4302.0, 4315.0, 4273.0, 4293.0, 4282.0, 4303.0, 4271.0, 4323.0, 4273.0, 4335.0, 4273.0, 4303.0, 4272.0, 4301.0, 4282.0, 4312.0, 4272.0, 4334.0, 4284.0, 4303.0, 4284.0, 4303.0, 4286.0, 4333.0, 4296.0, 4334.0, 4318.0, 4295.0, 4294.0, 4295.0, 4316.0, 4285.0, 4327.0, 4285.0, 4304.0, 4294.0, 4326.0, 4296.0, 4335.0, 4308.0, 4335.0, 4296.0, 4314.0, 4306.0, 4314.0, 4304.0, 4315.0, 4316.0, 4283.0, 4294.0, 4282.0, 4304.0, 4284.0, 4324.0, 4274.0, 4335.0, 4297.0, 4317.0, 4305.0, 4304.0, 4296.0, 4286.0, 4328.0, 4309.0, 4340.0, 4350.0, 4298.0, 4327.0, 4296.0, 4325.0, 4295.0, 4346.0, 4314.0, 4345.0, 4293.0, 4322.0, 4281.0, 4298.0, 4281.0, 4310.0, 4282.0, 4322.0, 4282.0, 4301.0, 4281.0, 4312.0, 4294.0, 4331.0, 4293.0, 4323.0, 4304.0, 4293.0, 4294.0, 4292.0, 4284.0, 4283.0, 4324.0, 4295.0, 4306.0, 4284.0, 4294.0, 4283.0, 4303.0, 4284.0, 4325.0, 4285.0, 4314.0, 4284.0, 4313.0, 4285.0, 4334.0, 4295.0, 4334.0, 4284.0, 4301.0, 4283.0, 4313.0, 4295.0, 4334.0, 4303.0, 4344.0, 4295.0, 4312.0, 4283.0, 4302.0, 4283.0, 4301.0, 4295.0, 4294.0, 4296.0, 4294.0, 4286.0, 4297.0, 4326.0, 4296.0, 4337.0, 4296.0, 4316.0, 4285.0, 4306.0, 4294.0, 4336.0, 4284.0, 4347.0, 4307.0, 4335.0, 4296.0, 4313.0, 4283.0, 4332.0, 4306.0, 4326.0, 4307.0, 4306.0, 4296.0, 4296.0, 4347.0, 4305.0, 4336.0, 4284.0, 4302.0, 4281.0, 4312.0, 4271.0, 4345.0, 4293.0, 4323.0, 4281.0, 4281.0, 4283.0, 4301.0, 4281.0, 4323.0, 4296.0, 4324.0, 4296.0, 4314.0, 4307.0, 4336.0, 4306.0, 4336.0, 4307.0, 4285.0, 4285.0, 4284.0, 4304.0, 4284.0, 4326.0, 4295.0, 4315.0, 4294.0, 4323.0, 4294.0, 4344.0, 4293.0, 4322.0, 4303.0, 4291.0, 4304.0, 4282.0, 4323.0, 4283.0, 4304.0, 4282.0, 4283.0, 4281.0, 4301.0, 4282.0, 4324.0, 4293.0, 4292.0, 4295.0, 4314.0, 4284.0, 4322.0, 4283.0, 4292.0, 4283.0, 4282.0, 4305.0, 4313.0, 4306.0, 4327.0, 4298.0, 4316.0, 4298.0, 4337.0, 4296.0, 4345.0], 'WindowWidth': [9544.0, 9567.0, 9505.0, 9512.0, 9499.0, 9528.0, 9504.0, 9560.0, 9507.0, 9533.0, 9508.0, 9518.0, 9533.0, 9550.0, 9525.0, 9596.0, 9533.0, 9552.0, 9528.0, 9535.0, 9530.0, 9583.0, 9543.0, 9611.0, 9572.0, 9588.0, 9540.0, 9556.0, 9518.0, 9529.0, 9536.0, 9564.0, 9583.0, 9565.0, 9569.0, 9507.0, 9522.0, 9501.0, 9529.0, 9505.0, 9596.0, 9524.0, 9575.0, 9526.0, 9545.0, 9527.0, 9595.0, 9554.0, 9580.0, 9539.0, 9504.0, 9530.0, 9500.0, 9551.0, 9505.0, 9609.0, 9522.0, 9557.0, 9502.0, 9540.0, 9520.0, 9586.0, 9529.0, 9586.0, 9511.0, 9525.0, 9503.0, 9504.0, 9519.0, 9525.0, 9549.0, 9525.0, 9506.0, 9549.0, 9527.0, 9612.0, 9566.0, 9596.0, 9569.0, 9485.0, 9524.0, 9463.0, 9532.0, 9464.0, 9573.0, 9579.0, 9585.0, 9489.0, 9502.0, 9460.0, 9470.0, 9492.0, 9515.0, 9514.0, 9571.0, 9523.0, 9531.0, 9523.0, 9515.0, 9507.0, 9557.0, 9538.0, 9603.0, 9539.0, 9569.0, 9523.0, 9555.0, 9535.0, 9586.0, 9564.0, 9514.0, 9528.0, 9481.0, 9509.0, 9485.0, 9543.0, 9500.0, 9594.0, 9501.0, 9524.0, 9498.0, 9511.0, 9503.0, 9573.0, 9517.0, 9551.0, 9499.0, 9520.0, 9514.0, 9567.0, 9516.0, 9582.0, 9515.0, 9549.0, 9499.0, 9546.0, 9515.0, 9570.0, 9553.0, 9543.0, 9520.0, 9497.0, 9515.0, 9497.0, 9529.0, 9524.0, 9563.0, 9484.0, 9515.0, 9504.0, 9553.0, 9535.0, 9562.0, 9503.0, 9530.0, 9498.0, 9515.0, 9508.0, 9564.0, 9526.0, 9611.0, 9529.0, 9576.0, 9506.0, 9541.0, 9520.0, 9585.0, 9551.0, 9610.0, 9538.0, 9589.0, 9522.0, 9585.0, 9548.0, 9573.0, 9513.0, 9479.0, 9494.0, 9494.0, 9527.0, 9510.0, 9576.0, 9499.0, 9526.0, 9481.0, 9493.0, 9483.0, 9525.0, 9483.0, 9586.0, 9500.0, 9526.0, 9500.0, 9540.0, 9497.0, 9590.0, 9543.0, 9585.0, 9519.0, 9540.0, 9514.0, 9522.0, 9556.0, 9533.0, 9530.0, 9515.0, 9515.0, 9498.0, 9525.0, 9497.0, 9554.0, 9499.0, 9552.0, 9512.0, 9521.0, 9509.0, 9532.0, 9515.0, 9590.0, 9561.0, 9581.0, 9494.0, 9527.0, 9490.0, 9528.0, 9491.0, 9561.0, 9524.0, 9545.0, 9510.0, 9493.0, 9508.0, 9489.0, 9496.0, 9494.0, 9542.0, 9483.0, 9527.0, 9502.0, 9501.0, 9497.0, 9531.0, 9488.0, 9558.0, 9499.0, 9542.0, 9483.0, 9493.0, 9498.0, 9527.0, 9489.0, 9572.0, 9503.0, 9527.0, 9503.0, 9525.0, 9519.0, 9569.0, 9534.0, 9606.0, 9538.0, 9554.0, 9530.0, 9520.0, 9529.0, 9511.0, 9543.0, 9499.0, 9524.0, 9497.0, 9553.0, 9496.0, 9585.0, 9498.0, 9537.0, 9498.0, 9519.0, 9499.0, 9550.0, 9531.0, 9584.0, 9520.0, 9513.0, 9529.0, 9501.0, 9532.0, 9512.0, 9558.0, 9502.0, 9527.0, 9499.0, 9500.0, 9498.0, 9527.0, 9504.0, 9575.0, 9504.0, 9544.0, 9503.0, 9541.0, 9520.0, 9589.0, 9549.0, 9602.0, 9515.0, 9534.0, 9507.0, 9564.0, 9511.0, 9581.0, 9532.0, 9535.0, 9509.0, 9490.0, 9509.0, 9492.0, 9526.0, 9497.0, 9528.0, 9498.0, 9499.0, 9500.0, 9539.0, 9501.0, 9602.0, 9520.0, 9553.0, 9514.0, 9551.0, 9525.0, 9588.0, 9534.0, 9550.0, 9508.0, 9524.0, 9512.0, 9510.0, 9545.0, 9516.0, 9515.0, 9513.0, 9543.0, 9501.0, 9582.0, 9516.0, 9568.0, 9514.0, 9514.0, 9528.0, 9515.0, 9545.0, 9524.0, 9549.0, 9515.0, 9571.0, 9534.0, 9517.0, 9529.0, 9501.0, 9595.0, 9563.0, 9594.0, 9532.0, 9526.0, 9496.0, 9477.0, 9553.0, 9499.0, 9582.0, 9491.0, 9546.0, 9481.0, 9528.0, 9477.0, 9501.0, 9493.0, 9529.0, 9510.0, 9507.0, 9497.0, 9479.0, 9496.0, 9478.0, 9525.0, 9492.0, 9553.0, 9493.0, 9510.0, 9484.0, 9494.0, 9517.0, 9526.0, 9522.0, 9591.0, 9526.0, 9558.0, 9525.0, 9518.0, 9523.0, 9523.0, 9580.0, 9518.0, 9560.0, 9501.0, 9524.0, 9498.0, 9557.0, 9498.0, 9603.0, 9550.0, 9555.0, 9499.0, 9522.0, 9501.0, 9492.0, 9539.0, 9497.0, 9539.0, 9498.0, 9510.0, 9502.0, 9540.0, 9517.0, 9582.0, 9532.0, 9538.0, 9525.0, 9493.0, 9495.0, 9479.0, 9551.0, 9483.0, 9558.0, 9498.0, 9523.0, 9502.0, 9542.0, 9505.0, 9581.0, 9536.0, 9516.0, 9505.0, 9513.0, 9519.0, 9500.0, 9559.0, 9504.0, 9546.0, 9500.0, 9511.0, 9516.0, 9541.0, 9499.0, 9586.0, 9498.0, 9523.0, 9501.0, 9540.0, 9503.0, 9567.0, 9518.0, 9550.0, 9503.0, 9553.0, 9520.0, 9566.0, 9538.0, 9525.0, 9513.0, 9508.0, 9534.0, 9571.0, 9531.0, 9543.0, 9532.0, 9494.0, 9512.0, 9508.0, 9550.0, 9513.0, 9557.0, 9499.0, 9528.0, 9496.0, 9511.0, 9509.0, 9541.0, 9496.0, 9578.0, 9499.0, 9529.0, 9499.0, 9528.0, 9500.0, 9558.0, 9502.0, 9546.0, 9513.0, 9528.0, 9515.0, 9573.0, 9496.0, 9574.0, 9496.0, 9521.0, 9492.0, 9492.0, 9498.0, 9539.0, 9496.0, 9571.0, 9505.0, 9559.0, 9519.0, 9543.0, 9502.0, 9553.0, 9529.0, 9590.0, 9537.0, 9573.0, 9517.0, 9550.0, 9530.0, 9556.0, 9529.0, 9503.0, 9525.0, 9499.0, 9541.0, 9520.0, 9535.0, 9513.0, 9498.0, 9555.0, 9514.0, 9609.0, 9563.0, 9554.0, 9524.0, 9474.0, 9514.0, 9459.0, 9567.0, 9501.0, 9530.0, 9472.0, 9511.0, 9479.0, 9544.0, 9474.0, 9528.0, 9477.0, 9499.0, 9490.0, 9520.0, 9517.0, 9555.0, 9519.0, 9566.0, 9522.0, 9551.0, 9515.0, 9521.0, 9505.0, 9554.0, 9512.0, 9565.0, 9520.0, 9511.0, 9515.0, 9512.0, 9531.0, 9544.0, 9532.0, 9505.0, 9530.0, 9512.0, 9529.0, 9513.0, 9562.0, 9505.0, 9596.0, 9508.0, 9556.0, 9502.0, 9554.0, 9517.0, 9589.0, 9532.0, 9588.0, 9514.0, 9522.0, 9498.0, 9568.0, 9516.0, 9569.0, 9512.0, 9547.0, 9501.0, 9544.0, 9523.0, 9575.0, 9534.0, 9517.0, 9518.0, 9501.0, 9514.0, 9517.0, 9560.0, 9513.0, 9577.0, 9503.0, 9546.0, 9500.0, 9527.0, 9518.0, 9558.0, 9498.0, 9574.0, 9502.0, 9531.0, 9484.0, 9512.0, 9506.0, 9544.0, 9498.0, 9590.0, 9504.0, 9539.0, 9499.0, 9525.0, 9522.0, 9570.0, 9529.0, 9586.0, 9533.0, 9550.0, 9529.0, 9524.0, 9529.0, 9539.0, 9538.0, 9521.0, 9542.0, 9483.0, 9511.0, 9493.0, 9522.0, 9477.0, 9551.0, 9482.0, 9572.0, 9482.0, 9523.0, 9480.0, 9517.0, 9493.0, 9533.0, 9483.0, 9567.0, 9500.0, 9522.0, 9499.0, 9524.0, 9506.0, 9565.0, 9520.0, 9570.0, 9552.0, 9515.0, 9514.0, 9516.0, 9544.0, 9503.0, 9563.0, 9503.0, 9527.0, 9514.0, 9558.0, 9519.0, 9571.0, 9538.0, 9572.0, 9520.0, 9539.0, 9532.0, 9542.0, 9527.0, 9541.0, 9548.0, 9497.0, 9514.0, 9492.0, 9525.0, 9501.0, 9554.0, 9486.0, 9573.0, 9522.0, 9547.0, 9529.0, 9528.0, 9519.0, 9507.0, 9568.0, 9544.0, 9585.0, 9600.0, 9526.0, 9562.0, 9517.0, 9554.0, 9515.0, 9591.0, 9539.0, 9588.0, 9508.0, 9545.0, 9490.0, 9508.0, 9491.0, 9527.0, 9492.0, 9547.0, 9495.0, 9517.0, 9493.0, 9535.0, 9512.0, 9558.0, 9512.0, 9551.0, 9526.0, 9510.0, 9511.0, 9507.0, 9498.0, 9498.0, 9554.0, 9518.0, 9534.0, 9500.0, 9513.0, 9496.0, 9523.0, 9500.0, 9555.0, 9501.0, 9538.0, 9498.0, 9538.0, 9505.0, 9569.0, 9516.0, 9567.0, 9500.0, 9516.0, 9497.0, 9538.0, 9517.0, 9569.0, 9526.0, 9583.0, 9515.0, 9532.0, 9496.0, 9519.0, 9497.0, 9518.0, 9516.0, 9516.0, 9519.0, 9513.0, 9506.0, 9522.0, 9561.0, 9520.0, 9579.0, 9522.0, 9547.0, 9504.0, 9531.0, 9515.0, 9573.0, 9501.0, 9594.0, 9538.0, 9571.0, 9519.0, 9538.0, 9500.0, 9563.0, 9536.0, 9559.0, 9537.0, 9532.0, 9520.0, 9520.0, 9593.0, 9532.0, 9575.0, 9502.0, 9522.0, 9490.0, 9535.0, 9476.0, 9587.0, 9511.0, 9552.0, 9494.0, 9491.0, 9498.0, 9518.0, 9493.0, 9551.0, 9520.0, 9554.0, 9520.0, 9542.0, 9537.0, 9574.0, 9535.0, 9574.0, 9538.0, 9503.0, 9502.0, 9498.0, 9525.0, 9499.0, 9560.0, 9516.0, 9542.0, 9513.0, 9552.0, 9513.0, 9586.0, 9512.0, 9548.0, 9523.0, 9505.0, 9526.0, 9495.0, 9555.0, 9498.0, 9527.0, 9494.0, 9496.0, 9492.0, 9517.0, 9493.0, 9553.0, 9507.0, 9504.0, 9516.0, 9540.0, 9500.0, 9549.0, 9496.0, 9506.0, 9496.0, 9493.0, 9529.0, 9539.0, 9534.0, 9563.0, 9527.0, 9545.0, 9526.0, 9576.0, 9522.0, 9585.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.00043816303099885185</td></tr>
<tr><td colspan=3>aqi</td><td>0.020799593111366244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.03437153156325</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.245048141954024</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0056498565287342</td></tr>
<tr><td colspan=3>efc</td><td>0.4852</td></tr>
<tr><td colspan=3>fber</td><td>5419.0688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12098763071221406</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.629161882893227</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4101715388379006</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.271150218578832</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.614871846747506</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.344492551187364</td></tr>
<tr><td colspan=3>gcor</td><td>0.00571332</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026678137481212616</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03127335384488106</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.953255312699971</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>29.8729</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2637</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.1742</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297345.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>835.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.7527</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5716</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.6642</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3501.6038</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.9198</td></tr>
<tr><td colspan=3>tsnr</td><td>41.8586383247748</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>