<?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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0070_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0070/ses-01/func/sub-0070_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4c4860907a84eacfa712e2490035b769</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>10:49:16.520000</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-01_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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</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.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>300.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2cda771a-fd1d-4946-ad47-c8c3ac63718d||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': ['104916.520000', '104916.980000', '104917.440000', '104917.900000', '104918.360000', '104918.820000', '104919.280000', '104919.740000', '104920.200000', '104920.660000', '104921.120000', '104921.580000', '104922.040000', '104922.500000', '104922.960000', '104923.420000', '104923.880000', '104924.340000', '104924.800000', '104925.260000', '104925.720000', '104926.180000', '104926.640000', '104927.100000', '104927.560000', '104928.020000', '104928.480000', '104928.940000', '104929.400000', '104929.860000', '104930.320000', '104930.780000', '104931.240000', '104931.700000', '104932.160000', '104932.620000', '104933.080000', '104933.540000', '104934.000000', '104934.460000', '104934.920000', '104935.380000', '104935.840000', '104936.300000', '104936.760000', '104937.220000', '104937.680000', '104938.140000', '104938.600000', '104939.060000', '104939.520000', '104939.980000', '104940.440000', '104940.900000', '104941.360000', '104941.820000', '104942.280000', '104942.740000', '104943.200000', '104943.660000', '104944.120000', '104944.580000', '104945.040000', '104945.500000', '104945.960000', '104946.420000', '104946.880000', '104947.340000', '104947.800000', '104948.260000', '104948.720000', '104949.180000', '104949.640000', '104950.100000', '104950.560000', '104951.020000', '104951.480000', '104951.940000', '104952.400000', '104952.860000', '104953.320000', '104953.780000', '104954.240000', '104954.700000', '104955.160000', '104955.620000', '104956.080000', '104956.540000', '104957.000000', '104957.460000', '104957.920000', '104958.380000', '104958.840000', '104959.300000', '104959.760000', '105000.220000', '105000.680000', '105001.140000', '105001.600000', '105002.060000', '105002.520000', '105002.980000', '105003.440000', '105003.900000', '105004.360000', '105004.820000', '105005.280000', '105005.740000', '105006.200000', '105006.660000', '105007.120000', '105007.580000', '105008.040000', '105008.500000', '105008.960000', '105009.420000', '105009.880000', '105010.340000', '105010.800000', '105011.260000', '105011.720000', '105012.180000', '105012.640000', '105013.100000', '105013.560000', '105014.020000', '105014.480000', '105014.940000', '105015.400000', '105015.860000', '105016.320000', '105016.780000', '105017.240000', '105017.700000', '105018.160000', '105018.620000', '105019.080000', '105019.540000', '105020.000000', '105020.460000', '105020.920000', '105021.380000', '105021.840000', '105022.300000', '105022.760000', '105023.220000', '105023.680000', '105024.140000', '105024.600000', '105025.060000', '105025.520000', '105025.980000', '105026.440000', '105026.900000', '105027.360000', '105027.820000', '105028.280000', '105028.740000', '105029.200000', '105029.660000', '105030.120000', '105030.580000', '105031.040000', '105031.500000', '105031.960000', '105032.420000', '105032.880000', '105033.340000', '105033.800000', '105034.260000', '105034.720000', '105035.180000', '105035.640000', '105036.100000', '105036.560000', '105037.020000', '105037.480000', '105037.940000', '105038.400000', '105038.860000', '105039.320000', '105039.780000', '105040.240000', '105040.700000', '105041.160000', '105041.620000', '105042.080000', '105042.540000', '105043.000000', '105043.460000', '105043.920000', '105044.380000', '105044.840000', '105045.300000', '105045.760000', '105046.220000', '105046.680000', '105047.140000', '105047.600000', '105048.060000', '105048.520000', '105048.980000', '105049.440000', '105049.900000', '105050.360000', '105050.820000', '105051.280000', '105051.740000', '105052.200000', '105052.660000', '105053.120000', '105053.580000', '105054.040000', '105054.500000', '105054.960000', '105055.420000', '105055.880000', '105056.340000', '105056.800000', '105057.260000', '105057.720000', '105058.180000', '105058.640000', '105059.100000', '105059.560000', '105100.020000', '105100.480000', '105100.940000', '105101.400000', '105101.860000', '105102.320000', '105102.780000', '105103.240000', '105103.700000', '105104.160000', '105104.620000', '105105.080000', '105105.540000', '105106.000000', '105106.460000', '105106.920000', '105107.380000', '105107.840000', '105108.300000', '105108.760000', '105109.220000', '105109.680000', '105110.140000', '105110.600000', '105111.060000', '105111.520000', '105111.980000', '105112.440000', '105112.900000', '105113.360000', '105113.820000', '105114.280000', '105114.740000', '105115.200000', '105115.660000', '105116.120000', '105116.580000', '105117.040000', '105117.500000', '105117.960000', '105118.420000', '105118.880000', '105119.340000', '105119.800000', '105120.260000', '105120.720000', '105121.180000', '105121.640000', '105122.100000', '105122.560000', '105123.020000', '105123.480000', '105123.940000', '105124.400000', '105124.860000', '105125.320000', '105125.780000', '105126.240000', '105126.700000', '105127.160000', '105127.620000', '105128.080000', '105128.540000', '105129.000000', '105129.460000', '105129.920000', '105130.380000', '105130.840000', '105131.300000', '105131.760000', '105132.220000', '105132.680000', '105133.140000', '105133.600000', '105134.060000', '105134.520000', '105134.980000', '105135.440000', '105135.900000', '105136.360000', '105136.820000', '105137.280000', '105137.740000', '105138.200000', '105138.660000', '105139.120000', '105139.580000', '105140.040000', '105140.500000', '105140.960000', '105141.420000', '105141.880000', '105142.340000', '105142.800000', '105143.260000', '105143.720000', '105144.180000', '105144.640000', '105145.100000', '105145.560000', '105146.020000', '105146.480000', '105146.940000', '105147.400000', '105147.860000', '105148.320000', '105148.780000', '105149.240000', '105149.700000', '105150.160000', '105150.620000', '105151.080000', '105151.540000', '105152.000000', '105152.460000', '105152.920000', '105153.380000', '105153.840000', '105154.300000', '105154.760000', '105155.220000', '105155.680000', '105156.140000', '105156.600000', '105157.060000', '105157.520000', '105157.980000', '105158.440000', '105158.900000', '105159.360000', '105159.820000', '105200.280000', '105200.740000', '105201.200000', '105201.660000', '105202.120000', '105202.580000', '105203.040000', '105203.500000', '105203.960000', '105204.420000', '105204.880000', '105205.340000', '105205.800000', '105206.260000', '105206.720000', '105207.180000', '105207.640000', '105208.100000', '105208.560000', '105209.020000', '105209.480000', '105209.940000', '105210.400000', '105210.860000', '105211.320000', '105211.780000', '105212.240000', '105212.700000', '105213.160000', '105213.620000', '105214.080000', '105214.540000', '105215.000000', '105215.460000', '105215.920000', '105216.380000', '105216.840000', '105217.300000', '105217.760000', '105218.220000', '105218.680000', '105219.140000', '105219.600000', '105220.060000', '105220.520000', '105220.980000', '105221.440000', '105221.900000', '105222.360000', '105222.820000', '105223.280000', '105223.740000', '105224.200000', '105224.660000', '105225.120000', '105225.580000', '105226.040000', '105226.500000', '105226.960000', '105227.420000', '105227.880000', '105228.340000', '105228.800000', '105229.260000', '105229.720000', '105230.180000', '105230.640000', '105231.100000', '105231.560000', '105232.020000', '105232.480000', '105232.940000', '105233.400000', '105233.860000', '105234.320000', '105234.780000', '105235.240000', '105235.700000', '105236.160000', '105236.620000', '105237.080000', '105237.540000', '105238.000000', '105238.460000', '105238.920000', '105239.380000', '105239.840000', '105240.300000', '105240.760000', '105241.220000', '105241.680000', '105242.140000', '105242.600000', '105243.060000', '105243.520000', '105243.980000', '105244.440000', '105244.900000', '105245.360000', '105245.820000', '105246.280000', '105246.740000', '105247.200000', '105247.660000', '105248.120000', '105248.580000', '105249.040000', '105249.500000', '105249.960000', '105250.420000', '105250.880000', '105251.340000', '105251.800000', '105252.260000', '105252.720000', '105253.180000', '105253.640000', '105254.100000', '105254.560000', '105255.020000', '105255.480000', '105255.940000', '105256.400000', '105256.860000', '105257.320000', '105257.780000', '105258.240000', '105258.700000', '105259.160000', '105259.620000', '105300.080000', '105300.540000', '105301.000000', '105301.460000', '105301.920000', '105302.380000', '105302.840000', '105303.300000', '105303.760000', '105304.220000', '105304.680000', '105305.140000', '105305.600000', '105306.060000', '105306.520000', '105306.980000', '105307.440000', '105307.900000', '105308.360000', '105308.820000', '105309.280000', '105309.740000', '105310.200000', '105310.660000', '105311.120000', '105311.580000', '105312.040000', '105312.500000', '105312.960000', '105313.420000', '105313.880000', '105314.340000', '105314.800000', '105315.260000', '105315.720000', '105316.180000', '105316.640000', '105317.100000', '105317.560000', '105318.020000', '105318.480000', '105318.940000', '105319.400000', '105319.860000', '105320.320000', '105320.780000', '105321.240000', '105321.700000', '105322.160000', '105322.620000', '105323.080000', '105323.540000', '105324.000000', '105324.460000', '105324.920000', '105325.380000', '105325.840000', '105326.300000', '105326.760000', '105327.220000', '105327.680000', '105328.140000', '105328.600000', '105329.060000', '105329.520000', '105329.980000', '105330.440000', '105330.900000', '105331.360000', '105331.820000', '105332.280000', '105332.740000', '105333.200000', '105333.660000', '105334.120000', '105334.580000', '105335.040000', '105335.500000', '105335.960000', '105336.420000', '105336.880000', '105337.340000', '105337.800000', '105338.260000', '105338.720000', '105339.180000', '105339.640000', '105340.100000', '105340.560000', '105341.020000', '105341.480000', '105341.940000', '105342.400000', '105342.860000', '105343.320000', '105343.780000', '105344.240000', '105344.700000', '105345.160000', '105345.620000', '105346.080000', '105346.540000', '105347.000000', '105347.460000', '105347.920000', '105348.380000', '105348.840000', '105349.300000', '105349.760000', '105350.220000', '105350.680000', '105351.140000', '105351.600000', '105352.060000', '105352.520000', '105352.980000', '105353.440000', '105353.900000', '105354.360000', '105354.820000', '105355.280000', '105355.740000', '105356.200000', '105356.660000', '105357.120000', '105357.580000', '105358.040000', '105358.500000', '105358.960000', '105359.420000', '105359.880000', '105400.340000', '105400.800000', '105401.260000', '105401.720000', '105402.180000', '105402.640000', '105403.100000', '105403.560000', '105404.020000', '105404.480000', '105404.940000', '105405.400000', '105405.860000', '105406.320000', '105406.780000', '105407.240000', '105407.700000', '105408.160000', '105408.620000', '105409.080000', '105409.540000', '105410.000000', '105410.460000', '105410.920000', '105411.380000', '105411.840000', '105412.300000', '105412.760000', '105413.220000', '105413.680000', '105414.140000', '105414.600000', '105415.060000', '105415.520000', '105415.980000', '105416.440000', '105416.900000', '105417.360000', '105417.820000', '105418.280000', '105418.740000', '105419.200000', '105419.660000', '105420.120000', '105420.580000', '105421.040000', '105421.500000', '105421.960000', '105422.420000', '105422.880000', '105423.340000', '105423.800000', '105424.260000', '105424.720000', '105425.180000', '105425.640000', '105426.100000', '105426.560000', '105427.020000', '105427.480000', '105427.940000', '105428.400000', '105428.860000', '105429.320000', '105429.780000', '105430.240000', '105430.700000', '105431.160000', '105431.620000', '105432.080000', '105432.540000', '105433.000000', '105433.460000', '105433.920000', '105434.380000', '105434.840000', '105435.300000', '105435.760000', '105436.220000', '105436.680000', '105437.140000', '105437.600000', '105438.060000', '105438.520000', '105438.980000', '105439.440000', '105439.900000', '105440.360000', '105440.820000', '105441.280000', '105441.740000', '105442.200000', '105442.660000', '105443.120000', '105443.580000', '105444.040000', '105444.500000', '105444.960000', '105445.420000', '105445.880000', '105446.340000', '105446.800000', '105447.260000', '105447.720000', '105448.180000', '105448.640000', '105449.100000', '105449.560000', '105450.020000', '105450.480000', '105450.940000', '105451.400000', '105451.860000', '105452.320000', '105452.780000', '105453.240000', '105453.700000', '105454.160000', '105454.620000', '105455.080000', '105455.540000', '105456.000000', '105456.460000', '105456.920000', '105457.380000', '105457.840000', '105458.300000', '105458.760000', '105459.220000', '105459.680000', '105500.140000', '105500.600000', '105501.060000', '105501.520000', '105501.980000', '105502.440000', '105502.900000', '105503.360000', '105503.820000', '105504.280000', '105504.740000', '105505.200000', '105505.660000', '105506.120000', '105506.580000', '105507.040000', '105507.500000', '105507.960000', '105508.420000', '105508.880000', '105509.340000', '105509.800000', '105510.260000', '105510.720000', '105511.180000', '105511.640000', '105512.100000', '105512.560000', '105513.020000', '105513.480000', '105513.940000', '105514.400000', '105514.860000', '105515.320000', '105515.780000', '105516.240000', '105516.700000', '105517.160000', '105517.620000', '105518.080000', '105518.540000', '105519.000000', '105519.460000', '105519.920000', '105520.380000', '105520.840000', '105521.300000', '105521.760000', '105522.220000', '105522.680000', '105523.140000', '105523.600000', '105524.060000', '105524.520000', '105524.980000', '105525.440000', '105525.900000', '105526.360000', '105526.820000', '105527.280000', '105527.740000', '105528.200000', '105528.660000', '105529.120000', '105529.580000', '105530.040000', '105530.500000', '105530.960000', '105531.420000', '105531.880000', '105532.340000', '105532.800000', '105533.260000', '105533.720000', '105534.180000', '105534.640000', '105535.100000', '105535.560000', '105536.020000', '105536.480000', '105536.940000', '105537.400000', '105537.860000', '105538.320000', '105538.780000', '105539.240000', '105539.700000', '105540.160000', '105540.620000', '105541.080000', '105541.540000', '105542.000000', '105542.460000', '105542.920000', '105543.380000', '105543.840000', '105544.300000', '105544.760000', '105545.220000', '105545.680000', '105546.140000', '105546.600000', '105547.060000', '105547.520000', '105547.980000', '105548.440000', '105548.900000', '105549.360000', '105549.820000', '105550.280000', '105550.740000', '105551.200000', '105551.660000', '105552.120000', '105552.580000', '105553.040000', '105553.500000', '105553.960000', '105554.420000', '105554.880000', '105555.340000', '105555.800000', '105556.260000', '105556.720000', '105557.180000'], 'ContentTime': ['104933.692000', '104933.695000', '104933.698000', '104933.701000', '104933.703000', '104933.706000', '104933.708000', '104933.711000', '104933.713000', '104933.716000', '104933.723000', '104933.726000', '104933.728000', '104933.752000', '104933.755000', '104933.757000', '104933.760000', '104933.762000', '104933.765000', '104933.768000', '104933.770000', '104933.773000', '104933.775000', '104933.778000', '104933.780000', '104933.794000', '104933.796000', '104933.799000', '104933.801000', '104933.804000', '104933.806000', '104933.809000', '104933.811000', '104933.814000', '104933.817000', '104953.647000', '104953.649000', '104953.652000', '104953.654000', '104953.657000', '104953.660000', '104953.663000', '104953.666000', '104953.669000', '104953.671000', '104953.674000', '104953.676000', '104953.679000', '104953.681000', '104953.684000', '104953.686000', '104953.689000', '104953.691000', '104953.694000', '104953.697000', '104953.699000', '104953.702000', '104953.704000', '104953.707000', '104953.709000', '104953.712000', '104953.714000', '104953.717000', '104953.719000', '104953.722000', '104953.725000', '104953.727000', '104953.730000', '104953.732000', '104953.735000', '104953.737000', '104953.740000', '104953.742000', '104953.745000', '104953.747000', '104953.750000', '104953.752000', '104953.755000', '105013.646000', '105013.649000', '105013.652000', '105013.654000', '105013.657000', '105013.659000', '105013.662000', '105013.664000', '105013.667000', '105013.669000', '105013.672000', '105013.675000', '105013.677000', '105013.680000', '105013.682000', '105013.685000', '105013.687000', '105013.690000', '105013.692000', '105013.695000', '105013.704000', '105013.707000', '105013.709000', '105013.712000', '105013.715000', '105013.717000', '105013.720000', '105013.722000', '105013.725000', '105013.727000', '105013.730000', '105013.732000', '105013.735000', '105013.737000', '105013.740000', '105013.742000', '105013.745000', '105013.747000', '105013.750000', '105013.753000', '105013.755000', '105013.758000', '105013.760000', '105013.763000', '105033.646000', '105033.649000', '105033.652000', '105033.654000', '105033.657000', '105033.659000', '105033.662000', '105033.664000', '105033.667000', '105033.669000', '105033.672000', '105033.674000', '105033.677000', '105033.679000', '105033.682000', '105033.684000', '105033.687000', '105033.690000', '105033.692000', '105033.695000', '105033.697000', '105033.700000', '105033.702000', '105033.705000', '105033.707000', '105033.710000', '105033.713000', '105033.716000', '105033.719000', '105033.722000', '105033.724000', '105033.727000', '105033.729000', '105033.732000', '105033.734000', '105033.737000', '105033.741000', '105033.743000', '105033.746000', '105033.748000', '105033.751000', '105033.753000', '105033.756000', '105053.645000', '105053.648000', '105053.651000', '105053.653000', '105053.656000', '105053.658000', '105053.661000', '105053.664000', '105053.666000', '105053.669000', '105053.671000', '105053.674000', '105053.676000', '105053.679000', '105053.681000', '105053.684000', '105053.686000', '105053.689000', '105053.692000', '105053.694000', '105053.697000', '105053.699000', '105053.702000', '105053.704000', '105053.707000', '105053.710000', '105053.712000', '105053.715000', '105053.717000', '105053.720000', '105053.722000', '105053.725000', '105053.727000', '105053.730000', '105053.732000', '105053.735000', '105053.737000', '105053.740000', '105053.742000', '105053.745000', '105053.747000', '105053.750000', '105053.753000', '105053.755000', '105113.647000', '105113.649000', '105113.652000', '105113.655000', '105113.657000', '105113.660000', '105113.662000', '105113.665000', '105113.667000', '105113.670000', '105113.673000', '105113.675000', '105113.678000', '105113.680000', '105113.683000', '105113.685000', '105113.688000', '105113.699000', '105113.702000', '105113.705000', '105113.708000', '105113.710000', '105113.713000', '105113.715000', '105113.718000', '105113.720000', '105113.723000', '105113.725000', '105113.728000', '105113.730000', '105113.733000', '105113.736000', '105113.738000', '105113.741000', '105113.743000', '105113.746000', '105113.748000', '105113.751000', '105113.753000', '105113.756000', '105113.758000', '105113.761000', '105113.764000', '105133.647000', '105133.649000', '105133.652000', '105133.654000', '105133.657000', '105133.660000', '105133.662000', '105133.665000', '105133.667000', '105133.670000', '105133.672000', '105133.675000', '105133.677000', '105133.680000', '105133.683000', '105133.685000', '105133.688000', '105133.690000', '105133.693000', '105133.695000', '105133.698000', '105133.701000', '105133.703000', '105133.706000', '105133.708000', '105133.711000', '105133.713000', '105133.716000', '105133.718000', '105133.721000', '105133.723000', '105133.726000', '105133.729000', '105133.731000', '105133.734000', '105133.736000', '105133.739000', '105133.741000', '105133.744000', '105133.746000', '105133.749000', '105133.751000', '105133.754000', '105133.757000', '105153.646000', '105153.649000', '105153.652000', '105153.655000', '105153.657000', '105153.660000', '105153.662000', '105153.665000', '105153.667000', '105153.670000', '105153.673000', '105153.675000', '105153.678000', '105153.680000', '105153.683000', '105153.685000', '105153.688000', '105153.691000', '105153.693000', '105153.696000', '105153.698000', '105153.701000', '105153.703000', '105153.706000', '105153.708000', '105153.711000', '105153.713000', '105153.716000', '105153.718000', '105153.721000', '105153.724000', '105153.726000', '105153.729000', '105153.732000', '105153.735000', '105153.738000', '105153.741000', '105153.743000', '105153.746000', '105153.748000', '105153.751000', '105153.753000', '105153.756000', '105213.647000', '105213.649000', '105213.652000', '105213.654000', '105213.657000', '105213.660000', '105213.662000', '105213.665000', '105213.667000', '105213.670000', '105213.672000', '105213.675000', '105213.677000', '105213.680000', '105213.683000', '105213.685000', '105213.688000', '105213.690000', '105213.693000', '105213.695000', '105213.698000', '105213.701000', '105213.703000', '105213.706000', '105213.708000', '105213.711000', '105213.713000', '105213.716000', '105213.719000', '105213.721000', '105213.724000', '105213.726000', '105213.729000', '105213.731000', '105213.734000', '105213.736000', '105213.739000', '105213.742000', '105213.744000', '105213.747000', '105213.749000', '105213.752000', '105213.754000', '105213.757000', '105233.646000', '105233.649000', '105233.652000', '105233.654000', '105233.657000', '105233.660000', '105233.662000', '105233.665000', '105233.667000', '105233.670000', '105233.672000', '105233.675000', '105233.678000', '105233.680000', '105233.683000', '105233.685000', '105233.688000', '105233.690000', '105233.693000', '105233.696000', '105233.698000', '105233.701000', '105233.703000', '105233.706000', '105233.708000', '105233.711000', '105233.713000', '105233.716000', '105233.718000', '105233.721000', '105233.724000', '105233.726000', '105233.729000', '105233.731000', '105233.734000', '105233.736000', '105233.739000', '105233.742000', '105233.744000', '105233.747000', '105233.750000', '105233.752000', '105233.755000', '105253.646000', '105253.649000', '105253.652000', '105253.654000', '105253.657000', '105253.660000', '105253.662000', '105253.665000', '105253.667000', '105253.670000', '105253.672000', '105253.675000', '105253.677000', '105253.692000', '105253.695000', '105253.697000', '105253.700000', '105253.702000', '105253.705000', '105253.708000', '105253.710000', '105253.713000', '105253.715000', '105253.718000', '105253.720000', '105253.723000', '105253.725000', '105253.728000', '105253.730000', '105253.733000', '105253.736000', '105253.738000', '105253.741000', '105253.743000', '105253.746000', '105253.748000', '105253.751000', '105253.753000', '105253.756000', '105253.758000', '105253.761000', '105253.764000', '105253.766000', '105253.769000', '105313.645000', '105313.648000', '105313.651000', '105313.653000', '105313.656000', '105313.659000', '105313.661000', '105313.664000', '105313.666000', '105313.669000', '105313.671000', '105313.674000', '105313.677000', '105313.679000', '105313.682000', '105313.684000', '105313.687000', '105313.690000', '105313.692000', '105313.695000', '105313.697000', '105313.700000', '105313.702000', '105313.705000', '105313.707000', '105313.710000', '105313.713000', '105313.715000', '105313.718000', '105313.720000', '105313.723000', '105313.726000', '105313.728000', '105313.731000', '105313.733000', '105313.736000', '105313.738000', '105313.741000', '105313.743000', '105313.746000', '105313.749000', '105313.751000', '105313.754000', '105333.646000', '105333.649000', '105333.652000', '105333.654000', '105333.657000', '105333.659000', '105333.662000', '105333.664000', '105333.667000', '105333.669000', '105333.672000', '105333.675000', '105333.677000', '105333.680000', '105333.682000', '105333.685000', '105333.688000', '105333.690000', '105333.693000', '105333.695000', '105333.698000', '105333.700000', '105333.703000', '105333.705000', '105333.708000', '105333.711000', '105333.713000', '105333.716000', '105333.718000', '105333.721000', '105333.723000', '105333.726000', '105333.729000', '105333.731000', '105333.734000', '105333.736000', '105333.739000', '105333.741000', '105333.744000', '105333.746000', '105333.749000', '105333.751000', '105333.754000', '105333.757000', '105353.647000', '105353.649000', '105353.652000', '105353.655000', '105353.657000', '105353.660000', '105353.662000', '105353.665000', '105353.668000', '105353.670000', '105353.673000', '105353.675000', '105353.678000', '105353.680000', '105353.683000', '105353.686000', '105353.688000', '105353.691000', '105353.693000', '105353.696000', '105353.699000', '105353.701000', '105353.704000', '105353.706000', '105353.709000', '105353.712000', '105353.714000', '105353.717000', '105353.719000', '105353.722000', '105353.724000', '105353.727000', '105353.729000', '105353.732000', '105353.735000', '105353.737000', '105353.740000', '105353.742000', '105353.745000', '105353.748000', '105353.750000', '105353.753000', '105353.755000', '105413.646000', '105413.649000', '105413.652000', '105413.654000', '105413.657000', '105413.659000', '105413.662000', '105413.665000', '105413.667000', '105413.670000', '105413.672000', '105413.675000', '105413.677000', '105413.680000', '105413.683000', '105413.685000', '105413.688000', '105413.691000', '105413.693000', '105413.696000', '105413.698000', '105413.701000', '105413.703000', '105413.706000', '105413.709000', '105413.711000', '105413.714000', '105413.716000', '105413.719000', '105413.721000', '105413.724000', '105413.726000', '105413.729000', '105413.732000', '105413.734000', '105413.737000', '105413.739000', '105413.742000', '105413.756000', '105413.759000', '105413.761000', '105413.764000', '105413.766000', '105413.769000', '105433.647000', '105433.649000', '105433.652000', '105433.654000', '105433.657000', '105433.660000', '105433.662000', '105433.665000', '105433.667000', '105433.670000', '105433.672000', '105433.675000', '105433.678000', '105433.680000', '105433.683000', '105433.685000', '105433.688000', '105433.691000', '105433.693000', '105433.696000', '105433.698000', '105433.701000', '105433.703000', '105433.706000', '105433.709000', '105433.711000', '105433.714000', '105433.716000', '105433.719000', '105433.721000', '105433.724000', '105433.726000', '105433.729000', '105433.731000', '105433.734000', '105433.737000', '105433.739000', '105433.742000', '105433.744000', '105433.747000', '105433.750000', '105433.752000', '105433.755000', '105453.647000', '105453.649000', '105453.652000', '105453.654000', '105453.657000', '105453.660000', '105453.662000', '105453.665000', '105453.667000', '105453.670000', '105453.672000', '105453.675000', '105453.677000', '105453.680000', '105453.683000', '105453.685000', '105453.688000', '105453.690000', '105453.693000', '105453.696000', '105453.698000', '105453.701000', '105453.703000', '105453.706000', '105453.708000', '105453.711000', '105453.714000', '105453.716000', '105453.719000', '105453.721000', '105453.724000', '105453.726000', '105453.729000', '105453.732000', '105453.734000', '105453.737000', '105453.739000', '105453.742000', '105453.744000', '105453.747000', '105453.749000', '105453.752000', '105453.754000', '105453.757000', '105513.646000', '105513.649000', '105513.652000', '105513.654000', '105513.657000', '105513.659000', '105513.662000', '105513.665000', '105513.667000', '105513.670000', '105513.673000', '105513.675000', '105513.678000', '105513.680000', '105513.683000', '105513.685000', '105513.688000', '105513.690000', '105513.693000', '105513.696000', '105513.698000', '105513.701000', '105513.703000', '105513.706000', '105513.709000', '105513.711000', '105513.714000', '105513.716000', '105513.719000', '105513.721000', '105513.724000', '105513.726000', '105513.729000', '105513.731000', '105513.734000', '105513.737000', '105513.739000', '105513.742000', '105513.744000', '105513.747000', '105513.749000', '105513.752000', '105513.755000', '105533.646000', '105533.648000', '105533.651000', '105533.653000', '105533.657000', '105533.659000', '105533.662000', '105533.665000', '105533.667000', '105533.670000', '105533.672000', '105533.675000', '105533.679000', '105533.681000', '105533.684000', '105533.686000', '105533.689000', '105533.692000', '105533.694000', '105533.697000', '105533.699000', '105533.702000', '105533.704000', '105533.707000', '105533.709000', '105533.712000', '105533.715000', '105533.717000', '105533.720000', '105533.722000', '105533.725000', '105533.727000', '105533.730000', '105533.733000', '105533.735000', '105533.738000', '105533.740000', '105533.743000', '105533.745000', '105533.748000', '105533.750000', '105533.753000', '105533.756000', '105533.758000', '105553.646000', '105553.649000', '105553.652000', '105553.654000', '105553.657000', '105553.660000', '105553.662000', '105553.665000', '105553.667000', '105553.670000', '105553.673000', '105553.675000', '105553.678000', '105553.680000', '105553.683000', '105553.685000', '105553.688000', '105553.691000', '105553.693000', '105553.696000', '105553.698000', '105553.701000', '105553.703000', '105553.706000', '105553.709000', '105553.711000', '105553.714000', '105553.716000', '105553.719000', '105553.721000', '105553.724000', '105553.727000', '105553.729000', '105553.732000', '105553.734000', '105553.737000', '105553.739000', '105553.742000', '105553.744000', '105553.747000', '105553.749000', '105553.752000', '105553.755000', '105558.492000', '105558.495000', '105558.497000', '105558.500000', '105558.503000', '105558.505000', '105558.508000', '105558.511000', '105558.513000', '105558.516000', '105558.520000'], 'InstanceCreationTime': ['104933.692000', '104933.695000', '104933.698000', '104933.701000', '104933.703000', '104933.706000', '104933.708000', '104933.711000', '104933.713000', '104933.716000', '104933.723000', '104933.726000', '104933.728000', '104933.752000', '104933.755000', '104933.757000', '104933.760000', '104933.762000', '104933.765000', '104933.768000', '104933.770000', '104933.773000', '104933.775000', '104933.778000', '104933.780000', '104933.794000', '104933.796000', '104933.799000', '104933.801000', '104933.804000', '104933.806000', '104933.809000', '104933.811000', '104933.814000', '104933.817000', '104953.647000', '104953.649000', '104953.652000', '104953.654000', '104953.657000', '104953.660000', '104953.663000', '104953.666000', '104953.669000', '104953.671000', '104953.674000', '104953.676000', '104953.679000', '104953.681000', '104953.684000', '104953.686000', '104953.689000', '104953.691000', '104953.694000', '104953.697000', '104953.699000', '104953.702000', '104953.704000', '104953.707000', '104953.709000', '104953.712000', '104953.714000', '104953.717000', '104953.719000', '104953.722000', '104953.725000', '104953.727000', '104953.730000', '104953.732000', '104953.735000', '104953.737000', '104953.740000', '104953.742000', '104953.745000', '104953.747000', '104953.750000', '104953.752000', '104953.755000', '105013.646000', '105013.649000', '105013.652000', '105013.654000', '105013.657000', '105013.659000', '105013.662000', '105013.664000', '105013.667000', '105013.669000', '105013.672000', '105013.675000', '105013.677000', '105013.680000', '105013.682000', '105013.685000', '105013.687000', '105013.690000', '105013.692000', '105013.695000', '105013.704000', '105013.707000', '105013.709000', '105013.712000', '105013.715000', '105013.717000', '105013.720000', '105013.722000', '105013.725000', '105013.727000', '105013.730000', '105013.732000', '105013.735000', '105013.737000', '105013.740000', '105013.742000', '105013.745000', '105013.747000', '105013.750000', '105013.753000', '105013.755000', '105013.758000', '105013.760000', '105013.763000', '105033.646000', '105033.649000', '105033.652000', '105033.654000', '105033.657000', '105033.659000', '105033.662000', '105033.664000', '105033.667000', '105033.669000', '105033.672000', '105033.674000', '105033.677000', '105033.679000', '105033.682000', '105033.684000', '105033.687000', '105033.690000', '105033.692000', '105033.695000', '105033.697000', '105033.700000', '105033.702000', '105033.705000', '105033.707000', '105033.710000', '105033.713000', '105033.716000', '105033.719000', '105033.722000', '105033.724000', '105033.727000', '105033.729000', '105033.732000', '105033.734000', '105033.737000', '105033.741000', '105033.743000', '105033.746000', '105033.748000', '105033.751000', '105033.753000', '105033.756000', '105053.645000', '105053.648000', '105053.651000', '105053.653000', '105053.656000', '105053.658000', '105053.661000', '105053.664000', '105053.666000', '105053.669000', '105053.671000', '105053.674000', '105053.676000', '105053.679000', '105053.681000', '105053.684000', '105053.686000', '105053.689000', '105053.692000', '105053.694000', '105053.697000', '105053.699000', '105053.702000', '105053.704000', '105053.707000', '105053.710000', '105053.712000', '105053.715000', '105053.717000', '105053.720000', '105053.722000', '105053.725000', '105053.727000', '105053.730000', '105053.732000', '105053.735000', '105053.737000', '105053.740000', '105053.742000', '105053.745000', '105053.747000', '105053.750000', '105053.753000', '105053.755000', '105113.647000', '105113.649000', '105113.652000', '105113.655000', '105113.657000', '105113.660000', '105113.662000', '105113.665000', '105113.667000', '105113.670000', '105113.673000', '105113.675000', '105113.678000', '105113.680000', '105113.683000', '105113.685000', '105113.688000', '105113.699000', '105113.702000', '105113.705000', '105113.708000', '105113.710000', '105113.713000', '105113.715000', '105113.718000', '105113.720000', '105113.723000', '105113.725000', '105113.728000', '105113.730000', '105113.733000', '105113.736000', '105113.738000', '105113.741000', '105113.743000', '105113.746000', '105113.748000', '105113.751000', '105113.753000', '105113.756000', '105113.758000', '105113.761000', '105113.764000', '105133.647000', '105133.649000', '105133.652000', '105133.654000', '105133.657000', '105133.660000', '105133.662000', '105133.665000', '105133.667000', '105133.670000', '105133.672000', '105133.675000', '105133.677000', '105133.680000', '105133.683000', '105133.685000', '105133.688000', '105133.690000', '105133.693000', '105133.695000', '105133.698000', '105133.701000', '105133.703000', '105133.706000', '105133.708000', '105133.711000', '105133.713000', '105133.716000', '105133.718000', '105133.721000', '105133.723000', '105133.726000', '105133.729000', '105133.731000', '105133.734000', '105133.736000', '105133.739000', '105133.741000', '105133.744000', '105133.746000', '105133.749000', '105133.751000', '105133.754000', '105133.757000', '105153.646000', '105153.649000', '105153.652000', '105153.655000', '105153.657000', '105153.660000', '105153.662000', '105153.665000', '105153.667000', '105153.670000', '105153.673000', '105153.675000', '105153.678000', '105153.680000', '105153.683000', '105153.685000', '105153.688000', '105153.691000', '105153.693000', '105153.696000', '105153.698000', '105153.701000', '105153.703000', '105153.706000', '105153.708000', '105153.711000', '105153.713000', '105153.716000', '105153.718000', '105153.721000', '105153.724000', '105153.726000', '105153.729000', '105153.732000', '105153.735000', '105153.738000', '105153.741000', '105153.743000', '105153.746000', '105153.748000', '105153.751000', '105153.753000', '105153.756000', '105213.647000', '105213.649000', '105213.652000', '105213.654000', '105213.657000', '105213.660000', '105213.662000', '105213.665000', '105213.667000', '105213.670000', '105213.672000', '105213.675000', '105213.677000', '105213.680000', '105213.683000', '105213.685000', '105213.688000', '105213.690000', '105213.693000', '105213.695000', '105213.698000', '105213.701000', '105213.703000', '105213.706000', '105213.708000', '105213.711000', '105213.713000', '105213.716000', '105213.719000', '105213.721000', '105213.724000', '105213.726000', '105213.729000', '105213.731000', '105213.734000', '105213.736000', '105213.739000', '105213.742000', '105213.744000', '105213.747000', '105213.749000', '105213.752000', '105213.754000', '105213.757000', '105233.646000', '105233.649000', '105233.652000', '105233.654000', '105233.657000', '105233.660000', '105233.662000', '105233.665000', '105233.667000', '105233.670000', '105233.672000', '105233.675000', '105233.678000', '105233.680000', '105233.683000', '105233.685000', '105233.688000', '105233.690000', '105233.693000', '105233.696000', '105233.698000', '105233.701000', '105233.703000', '105233.706000', '105233.708000', '105233.711000', '105233.713000', '105233.716000', '105233.718000', '105233.721000', '105233.724000', '105233.726000', '105233.729000', '105233.731000', '105233.734000', '105233.736000', '105233.739000', '105233.742000', '105233.744000', '105233.747000', '105233.750000', '105233.752000', '105233.755000', '105253.646000', '105253.649000', '105253.652000', '105253.654000', '105253.657000', '105253.660000', '105253.662000', '105253.665000', '105253.667000', '105253.670000', '105253.672000', '105253.675000', '105253.677000', '105253.692000', '105253.695000', '105253.697000', '105253.700000', '105253.702000', '105253.705000', '105253.708000', '105253.710000', '105253.713000', '105253.715000', '105253.718000', '105253.720000', '105253.723000', '105253.725000', '105253.728000', '105253.730000', '105253.733000', '105253.736000', '105253.738000', '105253.741000', '105253.743000', '105253.746000', '105253.748000', '105253.751000', '105253.753000', '105253.756000', '105253.758000', '105253.761000', '105253.764000', '105253.766000', '105253.769000', '105313.645000', '105313.648000', '105313.651000', '105313.653000', '105313.656000', '105313.659000', '105313.661000', '105313.664000', '105313.666000', '105313.669000', '105313.671000', '105313.674000', '105313.677000', '105313.679000', '105313.682000', '105313.684000', '105313.687000', '105313.690000', '105313.692000', '105313.695000', '105313.697000', '105313.700000', '105313.702000', '105313.705000', '105313.707000', '105313.710000', '105313.713000', '105313.715000', '105313.718000', '105313.720000', '105313.723000', '105313.726000', '105313.728000', '105313.731000', '105313.733000', '105313.736000', '105313.738000', '105313.741000', '105313.743000', '105313.746000', '105313.749000', '105313.751000', '105313.754000', '105333.646000', '105333.649000', '105333.652000', '105333.654000', '105333.657000', '105333.659000', '105333.662000', '105333.664000', '105333.667000', '105333.669000', '105333.672000', '105333.675000', '105333.677000', '105333.680000', '105333.682000', '105333.685000', '105333.688000', '105333.690000', '105333.693000', '105333.695000', '105333.698000', '105333.700000', '105333.703000', '105333.705000', '105333.708000', '105333.711000', '105333.713000', '105333.716000', '105333.718000', '105333.721000', '105333.723000', '105333.726000', '105333.729000', '105333.731000', '105333.734000', '105333.736000', '105333.739000', '105333.741000', '105333.744000', '105333.746000', '105333.749000', '105333.751000', '105333.754000', '105333.757000', '105353.647000', '105353.649000', '105353.652000', '105353.655000', '105353.657000', '105353.660000', '105353.662000', '105353.665000', '105353.668000', '105353.670000', '105353.673000', '105353.675000', '105353.678000', '105353.680000', '105353.683000', '105353.686000', '105353.688000', '105353.691000', '105353.693000', '105353.696000', '105353.699000', '105353.701000', '105353.704000', '105353.706000', '105353.709000', '105353.712000', '105353.714000', '105353.717000', '105353.719000', '105353.722000', '105353.724000', '105353.727000', '105353.729000', '105353.732000', '105353.735000', '105353.737000', '105353.740000', '105353.742000', '105353.745000', '105353.748000', '105353.750000', '105353.753000', '105353.755000', '105413.646000', '105413.649000', '105413.652000', '105413.654000', '105413.657000', '105413.659000', '105413.662000', '105413.665000', '105413.667000', '105413.670000', '105413.672000', '105413.675000', '105413.677000', '105413.680000', '105413.683000', '105413.685000', '105413.688000', '105413.691000', '105413.693000', '105413.696000', '105413.698000', '105413.701000', '105413.703000', '105413.706000', '105413.709000', '105413.711000', '105413.714000', '105413.716000', '105413.719000', '105413.721000', '105413.724000', '105413.726000', '105413.729000', '105413.732000', '105413.734000', '105413.737000', '105413.739000', '105413.742000', '105413.756000', '105413.759000', '105413.761000', '105413.764000', '105413.766000', '105413.769000', '105433.647000', '105433.649000', '105433.652000', '105433.654000', '105433.657000', '105433.660000', '105433.662000', '105433.665000', '105433.667000', '105433.670000', '105433.672000', '105433.675000', '105433.678000', '105433.680000', '105433.683000', '105433.685000', '105433.688000', '105433.691000', '105433.693000', '105433.696000', '105433.698000', '105433.701000', '105433.703000', '105433.706000', '105433.709000', '105433.711000', '105433.714000', '105433.716000', '105433.719000', '105433.721000', '105433.724000', '105433.726000', '105433.729000', '105433.731000', '105433.734000', '105433.737000', '105433.739000', '105433.742000', '105433.744000', '105433.747000', '105433.750000', '105433.752000', '105433.755000', '105453.647000', '105453.649000', '105453.652000', '105453.654000', '105453.657000', '105453.660000', '105453.662000', '105453.665000', '105453.667000', '105453.670000', '105453.672000', '105453.675000', '105453.677000', '105453.680000', '105453.683000', '105453.685000', '105453.688000', '105453.690000', '105453.693000', '105453.696000', '105453.698000', '105453.701000', '105453.703000', '105453.706000', '105453.708000', '105453.711000', '105453.714000', '105453.716000', '105453.719000', '105453.721000', '105453.724000', '105453.726000', '105453.729000', '105453.732000', '105453.734000', '105453.737000', '105453.739000', '105453.742000', '105453.744000', '105453.747000', '105453.749000', '105453.752000', '105453.754000', '105453.757000', '105513.646000', '105513.649000', '105513.652000', '105513.654000', '105513.657000', '105513.659000', '105513.662000', '105513.665000', '105513.667000', '105513.670000', '105513.673000', '105513.675000', '105513.678000', '105513.680000', '105513.683000', '105513.685000', '105513.688000', '105513.690000', '105513.693000', '105513.696000', '105513.698000', '105513.701000', '105513.703000', '105513.706000', '105513.709000', '105513.711000', '105513.714000', '105513.716000', '105513.719000', '105513.721000', '105513.724000', '105513.726000', '105513.729000', '105513.731000', '105513.734000', '105513.737000', '105513.739000', '105513.742000', '105513.744000', '105513.747000', '105513.749000', '105513.752000', '105513.755000', '105533.646000', '105533.648000', '105533.651000', '105533.653000', '105533.657000', '105533.659000', '105533.662000', '105533.665000', '105533.667000', '105533.670000', '105533.672000', '105533.675000', '105533.679000', '105533.681000', '105533.684000', '105533.686000', '105533.689000', '105533.692000', '105533.694000', '105533.697000', '105533.699000', '105533.702000', '105533.704000', '105533.707000', '105533.709000', '105533.712000', '105533.715000', '105533.717000', '105533.720000', '105533.722000', '105533.725000', '105533.727000', '105533.730000', '105533.733000', '105533.735000', '105533.738000', '105533.740000', '105533.743000', '105533.745000', '105533.748000', '105533.750000', '105533.753000', '105533.756000', '105533.758000', '105553.646000', '105553.649000', '105553.652000', '105553.654000', '105553.657000', '105553.660000', '105553.662000', '105553.665000', '105553.667000', '105553.670000', '105553.673000', '105553.675000', '105553.678000', '105553.680000', '105553.683000', '105553.685000', '105553.688000', '105553.691000', '105553.693000', '105553.696000', '105553.698000', '105553.701000', '105553.703000', '105553.706000', '105553.709000', '105553.711000', '105553.714000', '105553.716000', '105553.719000', '105553.721000', '105553.724000', '105553.727000', '105553.729000', '105553.732000', '105553.734000', '105553.737000', '105553.739000', '105553.742000', '105553.744000', '105553.747000', '105553.749000', '105553.752000', '105553.755000', '105558.492000', '105558.495000', '105558.497000', '105558.500000', '105558.503000', '105558.505000', '105558.508000', '105558.511000', '105558.513000', '105558.516000', '105558.520000'], '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': [9014, 15134, 9260, 16590, 8906, 11444, 8996, 11129, 8834, 12651, 8892, 8362, 9057, 8777, 8942, 8680, 9298, 9013, 14021, 8941, 12408, 8758, 8601, 8943, 8644, 12486, 8874, 13288, 8904, 8694, 9109, 9089, 9806, 8854, 14467, 10231, 8832, 10304, 9083, 11132, 9031, 9145, 11086, 9217, 16126, 11124, 8986, 10550, 9179, 9831, 9161, 8645, 13385, 9546, 11017, 9445, 9070, 11492, 8886, 9963, 12460, 9939, 16348, 9492, 9079, 10480, 8934, 10896, 8816, 8521, 11076, 8517, 8398, 9071, 9090, 13751, 9809, 8110, 11248, 8557, 8874, 9292, 8791, 10830, 8562, 8493, 10920, 8280, 8163, 9774, 8576, 8688, 10116, 8441, 8463, 9501, 8712, 13504, 10032, 8635, 13188, 8895, 8538, 12510, 9378, 8639, 10386, 8645, 9348, 10737, 8789, 15149, 10174, 8063, 11420, 8339, 12093, 10670, 8373, 15310, 8322, 8283, 8704, 8286, 9291, 8609, 14082, 9909, 9415, 9304, 8599, 11273, 8664, 11619, 9045, 10470, 12664, 8604, 12633, 8517, 8714, 10487, 8694, 10620, 8624, 8469, 9169, 8508, 9039, 12554, 9340, 8780, 11264, 8720, 13371, 11126, 8359, 11293, 8766, 11544, 8929, 13155, 9119, 8438, 9103, 8843, 8797, 8868, 10002, 8853, 12174, 8866, 8317, 8751, 8820, 8967, 8640, 10753, 8821, 12901, 8623, 10485, 8801, 8438, 8915, 8393, 11651, 8641, 12367, 8612, 11120, 8849, 12012, 9211, 13327, 10693, 8460, 9855, 8680, 9310, 8499, 11032, 8676, 13566, 8694, 11614, 8762, 10915, 8862, 8927, 9065, 8379, 9592, 8697, 8981, 8468, 12964, 8803, 8516, 8346, 8409, 9264, 8722, 10495, 8896, 8557, 10989, 8795, 11234, 8938, 13820, 9971, 12859, 10869, 8627, 11078, 8752, 11494, 8765, 14505, 8919, 8391, 8963, 8427, 9906, 8545, 13733, 8815, 13894, 8801, 8460, 8997, 8527, 11808, 8679, 11844, 8737, 10365, 8565, 11999, 8882, 8432, 8824, 8863, 8835, 8663, 13350, 8716, 8569, 9055, 8508, 8963, 9006, 13259, 8905, 14333, 8986, 9296, 8859, 8433, 11994, 8442, 12929, 8803, 11153, 8926, 12402, 8765, 14668, 9384, 12780, 8911, 8485, 8788, 8391, 10443, 8445, 10352, 8998, 9488, 8480, 12389, 9404, 8377, 10420, 8834, 11444, 8803, 9041, 11449, 9016, 12022, 8875, 12561, 9445, 9671, 10835, 8865, 11251, 9055, 11149, 8915, 9689, 9279, 8891, 8962, 9170, 10383, 8891, 14666, 9123, 8878, 9000, 8840, 8996, 8722, 12334, 8906, 14372, 8964, 8653, 9126, 8970, 9594, 8906, 12332, 8866, 11334, 8971, 8785, 8996, 8817, 13326, 10357, 8493, 11089, 8738, 12832, 9156, 12859, 10894, 10574, 10277, 8810, 8933, 8559, 10646, 9209, 10101, 8979, 9235, 9109, 12938, 8684, 9267, 8882, 8331, 8983, 8655, 11714, 8537, 11846, 9010, 10502, 9223, 12557, 8985, 14585, 9000, 9270, 9053, 8457, 9501, 8788, 11088, 8524, 10599, 8699, 9406, 9343, 12224, 9055, 11602, 8945, 11009, 9022, 9552, 9236, 8637, 9867, 8895, 9235, 9122, 13776, 9689, 14565, 9018, 9979, 9274, 9026, 12213, 8705, 12232, 9217, 11007, 9283, 12137, 9106, 13340, 8887, 8457, 9077, 9046, 11166, 9265, 10560, 9101, 12042, 9095, 12974, 8867, 8970, 8743, 8495, 9606, 9332, 12759, 8894, 12816, 9117, 8711, 9221, 9121, 9417, 9308, 13123, 8976, 13451, 9230, 9354, 9216, 9205, 11612, 8819, 13762, 9160, 12514, 9285, 11243, 10065, 9798, 12036, 8824, 11072, 9212, 11142, 9057, 14663, 9322, 12271, 8778, 9575, 8952, 9114, 9036, 9073, 8901, 9153, 8789, 9199, 9313, 8814, 11521, 8921, 10572, 9130, 9740, 9094, 10681, 9115, 12712, 8747, 9615, 9060, 9284, 9956, 8913, 10977, 8996, 9980, 9175, 11420, 8881, 11141, 9060, 8687, 9316, 8972, 8851, 9239, 8797, 12928, 10812, 8423, 10457, 9120, 14446, 11991, 14871, 12383, 8536, 9210, 8707, 10959, 8609, 10937, 8958, 9145, 9074, 10245, 9156, 9006, 9151, 8666, 8894, 8923, 10265, 8869, 13426, 9184, 12783, 9078, 11243, 9707, 15589, 12533, 13851, 8932, 9207, 9326, 9387, 11185, 8801, 10502, 8698, 9126, 9183, 10322, 8993, 12156, 8852, 11216, 9151, 9285, 8932, 8793, 9023, 8826, 9272, 8985, 12321, 8909, 12352, 8945, 9772, 9008, 8538, 9756, 8811, 10677, 9216, 9823, 9200, 10135, 8862, 14352, 9552, 9756, 9011, 8524, 10695, 8757, 11729, 8626, 10857, 9251, 11085, 9017, 13168, 9171, 8891, 9104, 8851, 9733, 8805, 10985, 8946, 12131, 9077, 11207, 8932, 12880, 9772, 8952, 9831, 8747, 9547, 9316, 12502, 8984, 14901, 8908, 8725, 9042, 8894, 9830, 8687, 11701, 8945, 10618, 9076, 10526, 8864, 13383, 9034, 11042, 8930, 8733, 11012, 8616, 13050, 8847, 10861, 8696, 9678, 9049, 12305, 9106, 11959, 8982, 11185, 9031, 11517, 9490, 8649, 9178, 8644, 10151, 8753, 11715, 8604, 10852, 8670, 11249, 8865, 12053, 9121, 8985, 9038, 9032, 9978, 9082, 11132, 8818, 8774, 9281, 9175, 10312, 10923, 8912, 13490, 8878, 11219, 10351, 8951, 14531, 11255, 14512, 9232, 12293, 9376, 13955, 10248, 10499, 9085, 8651, 8770, 8865, 9370, 8461, 10852, 8986, 9603, 9051, 10048, 8845, 12078, 8989, 8777, 8930, 8707, 10066, 8632, 9313, 9201, 11409, 8862, 13631, 8860, 9939, 9022, 8948, 10108, 8999, 10978, 9011, 10145, 9085, 10458, 8983, 13320, 8971, 10659, 9087, 9028, 10312, 8950, 12116, 8601, 10661, 9220, 11363, 9090, 14238, 9180, 11415, 9375, 9454, 11954, 8521, 11451, 9327, 10495, 9250, 12848, 8951, 10729, 9013, 9012, 8982, 8699, 11701, 9199, 11964, 8923, 12090, 9060, 10541, 9260, 8882, 9070, 8655, 9154, 9481, 11395, 9119, 13545, 9430, 10989, 9078, 8524, 10087, 8945, 11869, 8829, 10908, 9362, 9789, 9087, 13683, 9253, 8956, 8500, 8844, 8894, 9157, 8827, 8930, 8913, 13211, 8804, 8632, 9029, 8993, 11435, 9222, 14147, 9520, 12021, 9076, 11856, 9262, 10066, 9283, 8927, 8991, 9257, 11235, 8915, 15048, 8853, 8825, 8820, 8912, 9440, 8793, 11886, 9203, 11425, 9354, 10454, 9275, 11250, 8956, 13563, 8922, 8788, 9065, 8944, 9314, 8777, 10928, 8521, 10605, 9002, 9162, 9140, 12257, 8702, 13205, 9122, 9106, 9271, 8607, 9962, 8876, 11409, 8933, 9507, 9184, 11600, 8908], 'WindowCenter': [4340.0, 4376.0, 4322.0, 4362.0, 4298.0, 4315.0, 4295.0, 4314.0, 4296.0, 4336.0, 4298.0, 4287.0, 4307.0, 4296.0, 4307.0, 4297.0, 4307.0, 4308.0, 4349.0, 4310.0, 4338.0, 4310.0, 4297.0, 4308.0, 4309.0, 4338.0, 4309.0, 4350.0, 4309.0, 4308.0, 4308.0, 4308.0, 4317.0, 4310.0, 4359.0, 4331.0, 4311.0, 4331.0, 4309.0, 4330.0, 4308.0, 4307.0, 4328.0, 4308.0, 4361.0, 4339.0, 4310.0, 4328.0, 4308.0, 4316.0, 4308.0, 4297.0, 4347.0, 4319.0, 4328.0, 4319.0, 4308.0, 4328.0, 4307.0, 4316.0, 4336.0, 4306.0, 4357.0, 4305.0, 4294.0, 4314.0, 4295.0, 4315.0, 4295.0, 4296.0, 4326.0, 4297.0, 4297.0, 4307.0, 4307.0, 4346.0, 4316.0, 4297.0, 4328.0, 4308.0, 4306.0, 4307.0, 4297.0, 4325.0, 4308.0, 4310.0, 4340.0, 4300.0, 4310.0, 4331.0, 4309.0, 4311.0, 4330.0, 4310.0, 4310.0, 4320.0, 4311.0, 4349.0, 4330.0, 4310.0, 4351.0, 4307.0, 4307.0, 4338.0, 4318.0, 4308.0, 4318.0, 4309.0, 4318.0, 4328.0, 4309.0, 4361.0, 4329.0, 4297.0, 4326.0, 4296.0, 4326.0, 4315.0, 4286.0, 4358.0, 4298.0, 4297.0, 4296.0, 4298.0, 4307.0, 4307.0, 4345.0, 4318.0, 4308.0, 4320.0, 4308.0, 4327.0, 4298.0, 4326.0, 4307.0, 4329.0, 4350.0, 4297.0, 4338.0, 4297.0, 4296.0, 4316.0, 4297.0, 4315.0, 4296.0, 4297.0, 4306.0, 4297.0, 4296.0, 4338.0, 4307.0, 4297.0, 4315.0, 4295.0, 4336.0, 4327.0, 4285.0, 4314.0, 4284.0, 4313.0, 4283.0, 4323.0, 4284.0, 4283.0, 4295.0, 4295.0, 4285.0, 4307.0, 4306.0, 4297.0, 4325.0, 4298.0, 4286.0, 4298.0, 4296.0, 4297.0, 4297.0, 4317.0, 4295.0, 4337.0, 4298.0, 4317.0, 4309.0, 4297.0, 4307.0, 4297.0, 4328.0, 4298.0, 4340.0, 4309.0, 4328.0, 4309.0, 4338.0, 4308.0, 4338.0, 4319.0, 4288.0, 4307.0, 4295.0, 4295.0, 4296.0, 4315.0, 4295.0, 4337.0, 4295.0, 4325.0, 4295.0, 4314.0, 4307.0, 4295.0, 4297.0, 4286.0, 4307.0, 4298.0, 4296.0, 4299.0, 4348.0, 4309.0, 4297.0, 4298.0, 4300.0, 4309.0, 4310.0, 4329.0, 4310.0, 4310.0, 4331.0, 4311.0, 4329.0, 4310.0, 4350.0, 4320.0, 4338.0, 4328.0, 4295.0, 4328.0, 4296.0, 4325.0, 4296.0, 4346.0, 4296.0, 4285.0, 4296.0, 4296.0, 4316.0, 4297.0, 4347.0, 4308.0, 4347.0, 4297.0, 4286.0, 4296.0, 4296.0, 4327.0, 4296.0, 4326.0, 4296.0, 4315.0, 4296.0, 4325.0, 4308.0, 4297.0, 4295.0, 4306.0, 4307.0, 4308.0, 4347.0, 4311.0, 4309.0, 4310.0, 4309.0, 4309.0, 4309.0, 4348.0, 4310.0, 4360.0, 4308.0, 4307.0, 4308.0, 4286.0, 4327.0, 4286.0, 4338.0, 4296.0, 4315.0, 4297.0, 4325.0, 4295.0, 4347.0, 4307.0, 4335.0, 4295.0, 4283.0, 4295.0, 4284.0, 4317.0, 4297.0, 4316.0, 4307.0, 4306.0, 4296.0, 4336.0, 4308.0, 4297.0, 4327.0, 4308.0, 4327.0, 4307.0, 4307.0, 4339.0, 4307.0, 4337.0, 4307.0, 4335.0, 4305.0, 4305.0, 4327.0, 4295.0, 4325.0, 4295.0, 4315.0, 4295.0, 4304.0, 4306.0, 4295.0, 4295.0, 4307.0, 4315.0, 4294.0, 4346.0, 4307.0, 4306.0, 4306.0, 4295.0, 4294.0, 4294.0, 4334.0, 4295.0, 4347.0, 4307.0, 4296.0, 4306.0, 4306.0, 4306.0, 4307.0, 4340.0, 4308.0, 4325.0, 4307.0, 4297.0, 4307.0, 4308.0, 4347.0, 4329.0, 4309.0, 4328.0, 4309.0, 4337.0, 4308.0, 4335.0, 4316.0, 4315.0, 4305.0, 4293.0, 4293.0, 4294.0, 4313.0, 4294.0, 4304.0, 4295.0, 4294.0, 4306.0, 4336.0, 4298.0, 4307.0, 4308.0, 4296.0, 4307.0, 4295.0, 4338.0, 4297.0, 4338.0, 4307.0, 4316.0, 4307.0, 4336.0, 4296.0, 4347.0, 4308.0, 4306.0, 4296.0, 4285.0, 4306.0, 4295.0, 4328.0, 4296.0, 4328.0, 4296.0, 4304.0, 4307.0, 4336.0, 4306.0, 4326.0, 4307.0, 4326.0, 4308.0, 4317.0, 4318.0, 4309.0, 4330.0, 4319.0, 4308.0, 4319.0, 4348.0, 4321.0, 4360.0, 4309.0, 4317.0, 4307.0, 4297.0, 4337.0, 4296.0, 4338.0, 4306.0, 4315.0, 4305.0, 4325.0, 4306.0, 4346.0, 4297.0, 4285.0, 4297.0, 4307.0, 4326.0, 4306.0, 4315.0, 4295.0, 4325.0, 4306.0, 4347.0, 4307.0, 4305.0, 4296.0, 4297.0, 4306.0, 4318.0, 4347.0, 4308.0, 4349.0, 4309.0, 4307.0, 4307.0, 4318.0, 4318.0, 4318.0, 4347.0, 4319.0, 4348.0, 4318.0, 4317.0, 4317.0, 4307.0, 4337.0, 4307.0, 4349.0, 4307.0, 4337.0, 4306.0, 4324.0, 4305.0, 4304.0, 4337.0, 4294.0, 4314.0, 4304.0, 4313.0, 4294.0, 4344.0, 4305.0, 4323.0, 4294.0, 4302.0, 4293.0, 4291.0, 4295.0, 4293.0, 4294.0, 4305.0, 4294.0, 4304.0, 4305.0, 4294.0, 4325.0, 4295.0, 4314.0, 4305.0, 4304.0, 4306.0, 4315.0, 4307.0, 4336.0, 4308.0, 4306.0, 4307.0, 4306.0, 4317.0, 4305.0, 4327.0, 4308.0, 4317.0, 4308.0, 4327.0, 4308.0, 4328.0, 4323.0, 4309.0, 4307.0, 4308.0, 4309.0, 4319.0, 4310.0, 4350.0, 4330.0, 4298.0, 4317.0, 4308.0, 4347.0, 4328.0, 4347.0, 4337.0, 4283.0, 4293.0, 4282.0, 4313.0, 4283.0, 4313.0, 4293.0, 4293.0, 4305.0, 4315.0, 4318.0, 4306.0, 4320.0, 4310.0, 4311.0, 4309.0, 4330.0, 4310.0, 4361.0, 4321.0, 4349.0, 4298.0, 4327.0, 4307.0, 4347.0, 4338.0, 4335.0, 4295.0, 4292.0, 4294.0, 4291.0, 4313.0, 4281.0, 4302.0, 4281.0, 4281.0, 4293.0, 4302.0, 4293.0, 4324.0, 4294.0, 4312.0, 4294.0, 4292.0, 4295.0, 4283.0, 4283.0, 4293.0, 4292.0, 4293.0, 4323.0, 4294.0, 4325.0, 4295.0, 4303.0, 4295.0, 4294.0, 4305.0, 4296.0, 4328.0, 4308.0, 4317.0, 4307.0, 4317.0, 4307.0, 4346.0, 4308.0, 4305.0, 4296.0, 4295.0, 4315.0, 4294.0, 4337.0, 4296.0, 4315.0, 4319.0, 4326.0, 4297.0, 4335.0, 4307.0, 4307.0, 4306.0, 4307.0, 4317.0, 4306.0, 4327.0, 4308.0, 4337.0, 4307.0, 4327.0, 4308.0, 4336.0, 4318.0, 4308.0, 4318.0, 4296.0, 4305.0, 4306.0, 4335.0, 4296.0, 4346.0, 4306.0, 4295.0, 4305.0, 4296.0, 4316.0, 4296.0, 4337.0, 4306.0, 4316.0, 4307.0, 4315.0, 4307.0, 4348.0, 4308.0, 4325.0, 4297.0, 4295.0, 4316.0, 4295.0, 4338.0, 4295.0, 4315.0, 4294.0, 4303.0, 4293.0, 4324.0, 4296.0, 4324.0, 4295.0, 4325.0, 4306.0, 4323.0, 4307.0, 4296.0, 4306.0, 4295.0, 4316.0, 4295.0, 4326.0, 4296.0, 4313.0, 4294.0, 4325.0, 4308.0, 4335.0, 4304.0, 4305.0, 4306.0, 4305.0, 4329.0, 4320.0, 4340.0, 4321.0, 4310.0, 4319.0, 4321.0, 4328.0, 4329.0, 4309.0, 4350.0, 4308.0, 4327.0, 4317.0, 4295.0, 4349.0, 4315.0, 4335.0, 4292.0, 4311.0, 4281.0, 4321.0, 4303.0, 4300.0, 4281.0, 4280.0, 4282.0, 4281.0, 4291.0, 4281.0, 4313.0, 4294.0, 4303.0, 4295.0, 4304.0, 4306.0, 4335.0, 4307.0, 4295.0, 4306.0, 4296.0, 4317.0, 4296.0, 4307.0, 4307.0, 4326.0, 4307.0, 4347.0, 4308.0, 4317.0, 4309.0, 4307.0, 4328.0, 4307.0, 4330.0, 4308.0, 4318.0, 4309.0, 4317.0, 4307.0, 4337.0, 4309.0, 4317.0, 4308.0, 4296.0, 4317.0, 4307.0, 4341.0, 4308.0, 4317.0, 4307.0, 4327.0, 4308.0, 4348.0, 4307.0, 4325.0, 4295.0, 4305.0, 4327.0, 4295.0, 4326.0, 4306.0, 4315.0, 4306.0, 4335.0, 4306.0, 4326.0, 4307.0, 4306.0, 4296.0, 4296.0, 4326.0, 4307.0, 4326.0, 4307.0, 4336.0, 4296.0, 4315.0, 4305.0, 4296.0, 4308.0, 4297.0, 4306.0, 4318.0, 4327.0, 4307.0, 4348.0, 4308.0, 4327.0, 4307.0, 4295.0, 4315.0, 4295.0, 4327.0, 4295.0, 4315.0, 4305.0, 4304.0, 4306.0, 4345.0, 4307.0, 4306.0, 4295.0, 4295.0, 4295.0, 4306.0, 4306.0, 4307.0, 4309.0, 4350.0, 4320.0, 4310.0, 4309.0, 4308.0, 4327.0, 4306.0, 4349.0, 4308.0, 4326.0, 4296.0, 4325.0, 4306.0, 4305.0, 4306.0, 4295.0, 4294.0, 4305.0, 4325.0, 4306.0, 4346.0, 4307.0, 4307.0, 4296.0, 4296.0, 4305.0, 4294.0, 4327.0, 4306.0, 4328.0, 4306.0, 4315.0, 4305.0, 4314.0, 4295.0, 4335.0, 4296.0, 4284.0, 4295.0, 4294.0, 4295.0, 4295.0, 4316.0, 4296.0, 4315.0, 4296.0, 4304.0, 4306.0, 4335.0, 4297.0, 4337.0, 4307.0, 4306.0, 4307.0, 4295.0, 4316.0, 4296.0, 4338.0, 4307.0, 4306.0, 4307.0, 4326.0, 4296.0], 'WindowWidth': [9606.0, 9647.0, 9564.0, 9619.0, 9521.0, 9539.0, 9512.0, 9536.0, 9516.0, 9570.0, 9522.0, 9505.0, 9533.0, 9516.0, 9530.0, 9518.0, 9533.0, 9536.0, 9595.0, 9545.0, 9577.0, 9540.0, 9520.0, 9537.0, 9539.0, 9577.0, 9539.0, 9598.0, 9541.0, 9537.0, 9537.0, 9536.0, 9549.0, 9543.0, 9610.0, 9574.0, 9544.0, 9570.0, 9540.0, 9567.0, 9536.0, 9534.0, 9564.0, 9535.0, 9616.0, 9582.0, 9541.0, 9562.0, 9536.0, 9541.0, 9533.0, 9518.0, 9589.0, 9553.0, 9564.0, 9552.0, 9536.0, 9562.0, 9532.0, 9542.0, 9572.0, 9529.0, 9606.0, 9528.0, 9511.0, 9537.0, 9513.0, 9538.0, 9514.0, 9515.0, 9558.0, 9519.0, 9518.0, 9533.0, 9532.0, 9584.0, 9544.0, 9520.0, 9562.0, 9536.0, 9531.0, 9531.0, 9519.0, 9554.0, 9538.0, 9544.0, 9582.0, 9529.0, 9545.0, 9572.0, 9543.0, 9547.0, 9568.0, 9541.0, 9542.0, 9557.0, 9544.0, 9596.0, 9571.0, 9543.0, 9599.0, 9535.0, 9535.0, 9578.0, 9551.0, 9535.0, 9550.0, 9539.0, 9551.0, 9565.0, 9540.0, 9615.0, 9567.0, 9522.0, 9557.0, 9517.0, 9556.0, 9540.0, 9502.0, 9606.0, 9521.0, 9520.0, 9517.0, 9524.0, 9534.0, 9534.0, 9584.0, 9550.0, 9537.0, 9556.0, 9537.0, 9561.0, 9520.0, 9556.0, 9532.0, 9565.0, 9596.0, 9521.0, 9575.0, 9519.0, 9516.0, 9542.0, 9516.0, 9537.0, 9515.0, 9518.0, 9527.0, 9517.0, 9517.0, 9574.0, 9530.0, 9517.0, 9540.0, 9513.0, 9569.0, 9559.0, 9498.0, 9535.0, 9493.0, 9531.0, 9492.0, 9544.0, 9495.0, 9492.0, 9509.0, 9511.0, 9496.0, 9533.0, 9528.0, 9518.0, 9551.0, 9520.0, 9503.0, 9521.0, 9516.0, 9516.0, 9518.0, 9543.0, 9513.0, 9571.0, 9520.0, 9543.0, 9536.0, 9517.0, 9532.0, 9518.0, 9563.0, 9522.0, 9582.0, 9539.0, 9561.0, 9536.0, 9575.0, 9536.0, 9573.0, 9552.0, 9507.0, 9531.0, 9512.0, 9511.0, 9513.0, 9539.0, 9511.0, 9573.0, 9514.0, 9553.0, 9511.0, 9535.0, 9532.0, 9512.0, 9518.0, 9503.0, 9532.0, 9520.0, 9517.0, 9525.0, 9589.0, 9540.0, 9521.0, 9524.0, 9526.0, 9538.0, 9542.0, 9564.0, 9543.0, 9543.0, 9571.0, 9545.0, 9566.0, 9542.0, 9596.0, 9555.0, 9578.0, 9563.0, 9512.0, 9558.0, 9513.0, 9551.0, 9515.0, 9583.0, 9516.0, 9500.0, 9514.0, 9516.0, 9542.0, 9518.0, 9587.0, 9537.0, 9587.0, 9519.0, 9500.0, 9514.0, 9514.0, 9559.0, 9516.0, 9555.0, 9513.0, 9539.0, 9516.0, 9550.0, 9535.0, 9517.0, 9513.0, 9530.0, 9531.0, 9535.0, 9586.0, 9545.0, 9540.0, 9540.0, 9538.0, 9537.0, 9538.0, 9591.0, 9541.0, 9609.0, 9537.0, 9532.0, 9533.0, 9501.0, 9563.0, 9503.0, 9578.0, 9516.0, 9539.0, 9518.0, 9551.0, 9513.0, 9587.0, 9533.0, 9564.0, 9512.0, 9494.0, 9511.0, 9496.0, 9546.0, 9519.0, 9542.0, 9531.0, 9531.0, 9517.0, 9569.0, 9537.0, 9520.0, 9559.0, 9535.0, 9558.0, 9534.0, 9533.0, 9579.0, 9533.0, 9574.0, 9532.0, 9566.0, 9527.0, 9526.0, 9560.0, 9514.0, 9552.0, 9512.0, 9537.0, 9512.0, 9523.0, 9528.0, 9512.0, 9513.0, 9531.0, 9539.0, 9512.0, 9583.0, 9535.0, 9530.0, 9529.0, 9513.0, 9510.0, 9509.0, 9565.0, 9514.0, 9587.0, 9533.0, 9516.0, 9528.0, 9529.0, 9529.0, 9534.0, 9582.0, 9535.0, 9552.0, 9533.0, 9519.0, 9533.0, 9538.0, 9587.0, 9567.0, 9538.0, 9564.0, 9538.0, 9571.0, 9535.0, 9567.0, 9544.0, 9539.0, 9526.0, 9505.0, 9506.0, 9508.0, 9534.0, 9508.0, 9520.0, 9511.0, 9508.0, 9529.0, 9569.0, 9523.0, 9531.0, 9534.0, 9517.0, 9534.0, 9514.0, 9575.0, 9518.0, 9574.0, 9532.0, 9541.0, 9533.0, 9568.0, 9518.0, 9587.0, 9534.0, 9527.0, 9515.0, 9500.0, 9530.0, 9512.0, 9563.0, 9516.0, 9562.0, 9516.0, 9524.0, 9532.0, 9570.0, 9530.0, 9556.0, 9531.0, 9557.0, 9536.0, 9547.0, 9551.0, 9539.0, 9568.0, 9554.0, 9535.0, 9554.0, 9591.0, 9559.0, 9611.0, 9539.0, 9546.0, 9533.0, 9517.0, 9575.0, 9516.0, 9576.0, 9528.0, 9539.0, 9526.0, 9552.0, 9531.0, 9584.0, 9517.0, 9500.0, 9517.0, 9531.0, 9555.0, 9527.0, 9538.0, 9514.0, 9553.0, 9531.0, 9587.0, 9534.0, 9529.0, 9515.0, 9519.0, 9529.0, 9550.0, 9588.0, 9536.0, 9592.0, 9540.0, 9535.0, 9535.0, 9550.0, 9549.0, 9549.0, 9590.0, 9554.0, 9593.0, 9550.0, 9547.0, 9548.0, 9533.0, 9576.0, 9533.0, 9595.0, 9534.0, 9573.0, 9530.0, 9552.0, 9527.0, 9525.0, 9575.0, 9511.0, 9537.0, 9523.0, 9533.0, 9509.0, 9581.0, 9527.0, 9550.0, 9510.0, 9518.0, 9507.0, 9502.0, 9511.0, 9508.0, 9511.0, 9524.0, 9509.0, 9524.0, 9525.0, 9509.0, 9553.0, 9512.0, 9538.0, 9527.0, 9522.0, 9530.0, 9539.0, 9533.0, 9572.0, 9538.0, 9529.0, 9532.0, 9528.0, 9545.0, 9528.0, 9561.0, 9534.0, 9546.0, 9534.0, 9559.0, 9535.0, 9564.0, 9565.0, 9537.0, 9532.0, 9536.0, 9535.0, 9551.0, 9542.0, 9597.0, 9568.0, 9523.0, 9545.0, 9535.0, 9590.0, 9564.0, 9588.0, 9572.0, 9493.0, 9505.0, 9491.0, 9533.0, 9493.0, 9534.0, 9505.0, 9507.0, 9527.0, 9541.0, 9550.0, 9530.0, 9556.0, 9541.0, 9544.0, 9539.0, 9569.0, 9541.0, 9615.0, 9559.0, 9593.0, 9520.0, 9558.0, 9531.0, 9590.0, 9579.0, 9567.0, 9513.0, 9502.0, 9506.0, 9499.0, 9532.0, 9486.0, 9515.0, 9486.0, 9485.0, 9507.0, 9516.0, 9506.0, 9550.0, 9509.0, 9529.0, 9508.0, 9502.0, 9511.0, 9492.0, 9493.0, 9503.0, 9503.0, 9506.0, 9548.0, 9510.0, 9552.0, 9514.0, 9520.0, 9513.0, 9510.0, 9528.0, 9515.0, 9562.0, 9534.0, 9545.0, 9533.0, 9544.0, 9531.0, 9584.0, 9537.0, 9526.0, 9514.0, 9512.0, 9541.0, 9511.0, 9574.0, 9515.0, 9539.0, 9552.0, 9555.0, 9518.0, 9568.0, 9535.0, 9531.0, 9531.0, 9532.0, 9547.0, 9529.0, 9560.0, 9535.0, 9575.0, 9532.0, 9558.0, 9535.0, 9570.0, 9549.0, 9535.0, 9549.0, 9514.0, 9527.0, 9531.0, 9568.0, 9517.0, 9587.0, 9530.0, 9514.0, 9528.0, 9514.0, 9541.0, 9516.0, 9574.0, 9530.0, 9543.0, 9531.0, 9541.0, 9533.0, 9591.0, 9536.0, 9554.0, 9518.0, 9514.0, 9542.0, 9512.0, 9580.0, 9512.0, 9539.0, 9509.0, 9521.0, 9508.0, 9549.0, 9514.0, 9550.0, 9514.0, 9553.0, 9529.0, 9548.0, 9531.0, 9514.0, 9530.0, 9515.0, 9543.0, 9512.0, 9560.0, 9518.0, 9535.0, 9509.0, 9553.0, 9536.0, 9567.0, 9525.0, 9527.0, 9529.0, 9528.0, 9568.0, 9556.0, 9584.0, 9560.0, 9544.0, 9553.0, 9558.0, 9561.0, 9568.0, 9539.0, 9597.0, 9537.0, 9559.0, 9547.0, 9513.0, 9600.0, 9540.0, 9567.0, 9503.0, 9525.0, 9485.0, 9542.0, 9519.0, 9510.0, 9485.0, 9482.0, 9486.0, 9485.0, 9500.0, 9488.0, 9532.0, 9509.0, 9519.0, 9512.0, 9524.0, 9529.0, 9567.0, 9532.0, 9512.0, 9530.0, 9515.0, 9545.0, 9514.0, 9530.0, 9532.0, 9555.0, 9532.0, 9587.0, 9535.0, 9545.0, 9536.0, 9534.0, 9562.0, 9532.0, 9568.0, 9536.0, 9548.0, 9537.0, 9546.0, 9534.0, 9574.0, 9538.0, 9544.0, 9533.0, 9515.0, 9547.0, 9531.0, 9585.0, 9535.0, 9546.0, 9531.0, 9559.0, 9534.0, 9593.0, 9532.0, 9550.0, 9513.0, 9524.0, 9561.0, 9513.0, 9558.0, 9531.0, 9539.0, 9528.0, 9568.0, 9531.0, 9557.0, 9531.0, 9529.0, 9516.0, 9517.0, 9557.0, 9532.0, 9559.0, 9532.0, 9568.0, 9515.0, 9538.0, 9527.0, 9515.0, 9533.0, 9517.0, 9529.0, 9548.0, 9559.0, 9534.0, 9591.0, 9538.0, 9558.0, 9531.0, 9514.0, 9540.0, 9513.0, 9562.0, 9514.0, 9538.0, 9525.0, 9524.0, 9529.0, 9582.0, 9534.0, 9529.0, 9511.0, 9511.0, 9512.0, 9530.0, 9530.0, 9534.0, 9538.0, 9598.0, 9558.0, 9544.0, 9540.0, 9534.0, 9561.0, 9530.0, 9596.0, 9535.0, 9555.0, 9516.0, 9551.0, 9528.0, 9525.0, 9531.0, 9510.0, 9508.0, 9527.0, 9554.0, 9531.0, 9587.0, 9531.0, 9531.0, 9515.0, 9514.0, 9526.0, 9510.0, 9559.0, 9528.0, 9559.0, 9528.0, 9536.0, 9526.0, 9536.0, 9513.0, 9566.0, 9514.0, 9494.0, 9510.0, 9508.0, 9511.0, 9512.0, 9544.0, 9513.0, 9540.0, 9513.0, 9523.0, 9529.0, 9568.0, 9520.0, 9572.0, 9532.0, 9529.0, 9530.0, 9513.0, 9542.0, 9514.0, 9577.0, 9530.0, 9528.0, 9533.0, 9556.0, 9517.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.0006023908045977011</td></tr>
<tr><td colspan=3>aqi</td><td>0.02215444356321839</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.418204932289974</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2501980704718074</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0095014891254326</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>5279.9482</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11746702580759014</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>108</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.413793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4362058917845517</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.299790581532356</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6488012095749305</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.360025884246369</td></tr>
<tr><td colspan=3>gcor</td><td>0.00635291</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027906982228159904</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03233657777309418</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.950991051082109</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>28.1022</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.433</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.7735</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297245.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>855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.7469</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6209</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.5078</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3500.8945</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.4432</td></tr>
<tr><td colspan=3>tsnr</td><td>41.07565402844921</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>