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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0087_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-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-04/func/sub-0087_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d00b38920072852004715af3fc3365c6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:32:8.535000</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.999536, 0.0128812, -0.0275963, -0.0071527, 0.980093, 0.198409]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110491</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7769, -7245, 599, -45, -65, 110, 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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>267.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c98b4f81-7e74-45b6-8085-6824198a8e53||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.6816823482513428, -0.01919017918407917, -0.07992730289697647, 114.74190521240234], [-0.034559208899736404, 2.629518508911133, 0.534922182559967, -102.1881332397461], [-0.07403892278671265, -0.5323161482810974, 2.645273208618164, -40.68381118774414], [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': ['113208.535000', '113208.995000', '113209.455000', '113209.915000', '113210.375000', '113210.835000', '113211.295000', '113211.755000', '113212.215000', '113212.675000', '113213.135000', '113213.595000', '113214.055000', '113214.515000', '113214.975000', '113215.435000', '113215.895000', '113216.355000', '113216.815000', '113217.275000', '113217.735000', '113218.195000', '113218.655000', '113219.115000', '113219.575000', '113220.035000', '113220.495000', '113220.955000', '113221.415000', '113221.875000', '113222.335000', '113222.795000', '113223.255000', '113223.715000', '113224.175000', '113224.635000', '113225.095000', '113225.555000', '113226.015000', '113226.475000', '113226.935000', '113227.395000', '113227.855000', '113228.315000', '113228.775000', '113229.235000', '113229.695000', '113230.155000', '113230.615000', '113231.075000', '113231.535000', '113231.995000', '113232.455000', '113232.915000', '113233.375000', '113233.835000', '113234.295000', '113234.755000', '113235.215000', '113235.675000', '113236.135000', '113236.595000', '113237.055000', '113237.515000', '113237.975000', '113238.435000', '113238.895000', '113239.355000', '113239.815000', '113240.275000', '113240.735000', '113241.195000', '113241.655000', '113242.115000', '113242.575000', '113243.035000', '113243.495000', '113243.955000', '113244.415000', '113244.875000', '113245.335000', '113245.795000', '113246.255000', '113246.715000', '113247.175000', '113247.635000', '113248.095000', '113248.555000', '113249.015000', '113249.475000', '113249.935000', '113250.395000', '113250.855000', '113251.315000', '113251.775000', '113252.235000', '113252.695000', '113253.155000', '113253.615000', '113254.075000', '113254.535000', '113254.995000', '113255.455000', '113255.915000', '113256.375000', '113256.835000', '113257.295000', '113257.755000', '113258.215000', '113258.675000', '113259.135000', '113259.595000', '113300.055000', '113300.515000', '113300.975000', '113301.435000', '113301.895000', '113302.355000', '113302.815000', '113303.275000', '113303.735000', '113304.195000', '113304.655000', '113305.115000', '113305.575000', '113306.035000', '113306.495000', '113306.955000', '113307.415000', '113307.875000', '113308.335000', '113308.795000', '113309.255000', '113309.715000', '113310.175000', '113310.635000', '113311.095000', '113311.555000', '113312.015000', '113312.475000', '113312.935000', '113313.395000', '113313.855000', '113314.315000', '113314.775000', '113315.235000', '113315.695000', '113316.155000', '113316.615000', '113317.075000', '113317.535000', '113317.995000', '113318.455000', '113318.915000', '113319.375000', '113319.835000', '113320.295000', '113320.755000', '113321.215000', '113321.675000', '113322.135000', '113322.595000', '113323.055000', '113323.515000', '113323.975000', '113324.435000', '113324.895000', '113325.355000', '113325.815000', '113326.275000', '113326.735000', '113327.195000', '113327.655000', '113328.115000', '113328.575000', '113329.035000', '113329.495000', '113329.955000', '113330.415000', '113330.875000', '113331.335000', '113331.795000', '113332.255000', '113332.715000', '113333.175000', '113333.635000', '113334.095000', '113334.555000', '113335.015000', '113335.475000', '113335.935000', '113336.395000', '113336.855000', '113337.315000', '113337.775000', '113338.235000', '113338.695000', '113339.155000', '113339.615000', '113340.075000', '113340.535000', '113340.995000', '113341.455000', '113341.915000', '113342.375000', '113342.835000', '113343.295000', '113343.755000', '113344.215000', '113344.675000', '113345.135000', '113345.595000', '113346.055000', '113346.515000', '113346.975000', '113347.435000', '113347.895000', '113348.355000', '113348.815000', '113349.275000', '113349.735000', '113350.195000', '113350.655000', '113351.115000', '113351.575000', '113352.035000', '113352.495000', '113352.955000', '113353.415000', '113353.875000', '113354.335000', '113354.795000', '113355.255000', '113355.715000', '113356.175000', '113356.635000', '113357.095000', '113357.555000', '113358.015000', '113358.475000', '113358.935000', '113359.395000', '113359.855000', '113400.315000', '113400.775000', '113401.235000', '113401.695000', '113402.155000', '113402.615000', '113403.075000', '113403.535000', '113403.995000', '113404.455000', '113404.915000', '113405.375000', '113405.835000', '113406.295000', '113406.755000', '113407.215000', '113407.675000', '113408.135000', '113408.595000', '113409.055000', '113409.515000', '113409.975000', '113410.435000', '113410.895000', '113411.355000', '113411.815000', '113412.275000', '113412.735000', '113413.195000', '113413.655000', '113414.115000', '113414.575000', '113415.035000', '113415.495000', '113415.955000', '113416.415000', '113416.875000', '113417.335000', '113417.795000', '113418.255000', '113418.715000', '113419.175000', '113419.635000', '113420.095000', '113420.555000', '113421.015000', '113421.475000', '113421.935000', '113422.395000', '113422.855000', '113423.315000', '113423.775000', '113424.235000', '113424.695000', '113425.155000', '113425.615000', '113426.075000', '113426.535000', '113426.995000', '113427.455000', '113427.915000', '113428.375000', '113428.835000', '113429.295000', '113429.755000', '113430.215000', '113430.675000', '113431.135000', '113431.595000', '113432.055000', '113432.515000', '113432.975000', '113433.435000', '113433.895000', '113434.355000', '113434.815000', '113435.275000', '113435.735000', '113436.195000', '113436.655000', '113437.115000', '113437.575000', '113438.035000', '113438.495000', '113438.955000', '113439.415000', '113439.875000', '113440.335000', '113440.795000', '113441.255000', '113441.715000', '113442.175000', '113442.635000', '113443.095000', '113443.555000', '113444.015000', '113444.475000', '113444.935000', '113445.395000', '113445.855000', '113446.315000', '113446.775000', '113447.235000', '113447.695000', '113448.155000', '113448.615000', '113449.075000', '113449.535000', '113449.995000', '113450.455000', '113450.915000', '113451.375000', '113451.835000', '113452.295000', '113452.755000', '113453.215000', '113453.675000', '113454.135000', '113454.595000', '113455.055000', '113455.515000', '113455.975000', '113456.435000', '113456.895000', '113457.355000', '113457.815000', '113458.275000', '113458.735000', '113459.195000', '113459.655000', '113500.115000', '113500.575000', '113501.035000', '113501.495000', '113501.955000', '113502.415000', '113502.875000', '113503.335000', '113503.795000', '113504.255000', '113504.715000', '113505.175000', '113505.635000', '113506.095000', '113506.555000', '113507.015000', '113507.475000', '113507.935000', '113508.395000', '113508.855000', '113509.315000', '113509.775000', '113510.235000', '113510.695000', '113511.155000', '113511.615000', '113512.075000', '113512.535000', '113512.995000', '113513.455000', '113513.915000', '113514.375000', '113514.835000', '113515.295000', '113515.755000', '113516.215000', '113516.675000', '113517.135000', '113517.595000', '113518.055000', '113518.515000', '113518.975000', '113519.435000', '113519.895000', '113520.355000', '113520.815000', '113521.275000', '113521.735000', '113522.195000', '113522.655000', '113523.115000', '113523.575000', '113524.035000', '113524.495000', '113524.955000', '113525.415000', '113525.875000', '113526.335000', '113526.795000', '113527.255000', '113527.715000', '113528.175000', '113528.635000', '113529.095000', '113529.555000', '113530.015000', '113530.475000', '113530.935000', '113531.395000', '113531.855000', '113532.315000', '113532.775000', '113533.235000', '113533.695000', '113534.155000', '113534.615000', '113535.075000', '113535.535000', '113535.995000', '113536.455000', '113536.915000', '113537.375000', '113537.835000', '113538.295000', '113538.755000', '113539.215000', '113539.675000', '113540.135000', '113540.595000', '113541.055000', '113541.515000', '113541.975000', '113542.435000', '113542.895000', '113543.355000', '113543.815000', '113544.275000', '113544.735000', '113545.195000', '113545.655000', '113546.115000', '113546.575000', '113547.035000', '113547.495000', '113547.955000', '113548.415000', '113548.875000', '113549.335000', '113549.795000', '113550.255000', '113550.715000', '113551.175000', '113551.635000', '113552.095000', '113552.555000', '113553.015000', '113553.475000', '113553.935000', '113554.395000', '113554.855000', '113555.315000', '113555.775000', '113556.235000', '113556.695000', '113557.155000', '113557.615000', '113558.075000', '113558.535000', '113558.995000', '113559.455000', '113559.915000', '113600.375000', '113600.835000', '113601.295000', '113601.755000', '113602.215000', '113602.675000', '113603.135000', '113603.595000', '113604.055000', '113604.515000', '113604.975000', '113605.435000', '113605.895000', '113606.355000', '113606.815000', '113607.275000', '113607.735000', '113608.195000', '113608.655000', '113609.115000', '113609.575000', '113610.035000', '113610.495000', '113610.955000', '113611.415000', '113611.875000', '113612.335000', '113612.795000', '113613.255000', '113613.715000', '113614.175000', '113614.635000', '113615.095000', '113615.555000', '113616.015000', '113616.475000', '113616.935000', '113617.395000', '113617.855000', '113618.315000', '113618.775000', '113619.235000', '113619.695000', '113620.155000', '113620.615000', '113621.075000', '113621.535000', '113621.995000', '113622.455000', '113622.915000', '113623.375000', '113623.835000', '113624.295000', '113624.755000', '113625.215000', '113625.675000', '113626.135000', '113626.595000', '113627.055000', '113627.515000', '113627.975000', '113628.435000', '113628.895000', '113629.355000', '113629.815000', '113630.275000', '113630.735000', '113631.195000', '113631.655000', '113632.115000', '113632.575000', '113633.035000', '113633.495000', '113633.955000', '113634.415000', '113634.875000', '113635.335000', '113635.795000', '113636.255000', '113636.715000', '113637.175000', '113637.635000', '113638.095000', '113638.555000', '113639.015000', '113639.475000', '113639.935000', '113640.395000', '113640.855000', '113641.315000', '113641.775000', '113642.235000', '113642.695000', '113643.155000', '113643.615000', '113644.075000', '113644.535000', '113644.995000', '113645.455000', '113645.915000', '113646.375000', '113646.835000', '113647.295000', '113647.755000', '113648.215000', '113648.675000', '113649.135000', '113649.595000', '113650.055000', '113650.515000', '113650.975000', '113651.435000', '113651.895000', '113652.355000', '113652.815000', '113653.275000', '113653.735000', '113654.195000', '113654.655000', '113655.115000', '113655.575000', '113656.035000', '113656.495000', '113656.955000', '113657.415000', '113657.875000', '113658.335000', '113658.795000', '113659.255000', '113659.715000', '113700.175000', '113700.635000', '113701.095000', '113701.555000', '113702.015000', '113702.475000', '113702.935000', '113703.395000', '113703.855000', '113704.315000', '113704.775000', '113705.235000', '113705.695000', '113706.155000', '113706.615000', '113707.075000', '113707.535000', '113707.995000', '113708.455000', '113708.915000', '113709.375000', '113709.835000', '113710.295000', '113710.755000', '113711.215000', '113711.675000', '113712.135000', '113712.595000', '113713.055000', '113713.515000', '113713.975000', '113714.435000', '113714.895000', '113715.355000', '113715.815000', '113716.275000', '113716.735000', '113717.195000', '113717.655000', '113718.115000', '113718.575000', '113719.035000', '113719.495000', '113719.955000', '113720.415000', '113720.875000', '113721.335000', '113721.795000', '113722.255000', '113722.715000', '113723.175000', '113723.635000', '113724.095000', '113724.555000', '113725.015000', '113725.475000', '113725.935000', '113726.395000', '113726.855000', '113727.315000', '113727.775000', '113728.235000', '113728.695000', '113729.155000', '113729.615000', '113730.075000', '113730.535000', '113730.995000', '113731.455000', '113731.915000', '113732.375000', '113732.835000', '113733.295000', '113733.755000', '113734.215000', '113734.675000', '113735.135000', '113735.595000', '113736.055000', '113736.515000', '113736.975000', '113737.435000', '113737.895000', '113738.355000', '113738.815000', '113739.275000', '113739.735000', '113740.195000', '113740.655000', '113741.115000', '113741.575000', '113742.035000', '113742.495000', '113742.955000', '113743.415000', '113743.875000', '113744.335000', '113744.795000', '113745.255000', '113745.715000', '113746.175000', '113746.635000', '113747.095000', '113747.555000', '113748.015000', '113748.475000', '113748.935000', '113749.395000', '113749.855000', '113750.315000', '113750.775000', '113751.235000', '113751.695000', '113752.155000', '113752.615000', '113753.075000', '113753.535000', '113753.995000', '113754.455000', '113754.915000', '113755.375000', '113755.835000', '113756.295000', '113756.755000', '113757.215000', '113757.675000', '113758.135000', '113758.595000', '113759.055000', '113759.515000', '113759.975000', '113800.435000', '113800.895000', '113801.355000', '113801.815000', '113802.275000', '113802.735000', '113803.195000', '113803.655000', '113804.115000', '113804.575000', '113805.035000', '113805.495000', '113805.955000', '113806.415000', '113806.875000', '113807.335000', '113807.795000', '113808.255000', '113808.715000', '113809.175000', '113809.635000', '113810.095000', '113810.555000', '113811.015000', '113811.475000', '113811.935000', '113812.395000', '113812.855000', '113813.315000', '113813.775000', '113814.235000', '113814.695000', '113815.155000', '113815.615000', '113816.075000', '113816.535000', '113816.995000', '113817.455000', '113817.915000', '113818.375000', '113818.835000', '113819.295000', '113819.755000', '113820.215000', '113820.675000', '113821.135000', '113821.595000', '113822.055000', '113822.515000', '113822.975000', '113823.435000', '113823.895000', '113824.355000', '113824.815000', '113825.275000', '113825.735000', '113826.195000', '113826.655000', '113827.115000', '113827.575000', '113828.035000', '113828.495000', '113828.955000', '113829.415000', '113829.875000', '113830.335000', '113830.795000', '113831.255000', '113831.715000', '113832.175000', '113832.635000', '113833.095000', '113833.555000', '113834.015000', '113834.475000', '113834.935000', '113835.395000', '113835.855000', '113836.315000', '113836.775000', '113837.235000', '113837.695000', '113838.155000', '113838.615000', '113839.075000', '113839.535000', '113839.995000', '113840.455000', '113840.915000', '113841.375000', '113841.835000', '113842.295000', '113842.755000', '113843.215000', '113843.675000', '113844.135000', '113844.595000', '113845.055000', '113845.515000', '113845.975000', '113846.435000', '113846.895000', '113847.355000', '113847.815000', '113848.275000', '113848.735000', '113849.195000'], 'ContentTime': ['113234.769000', '113234.772000', '113234.775000', '113234.778000', '113234.781000', '113234.783000', '113234.786000', '113234.788000', '113234.791000', '113234.793000', '113234.796000', '113234.799000', '113234.801000', '113234.804000', '113234.807000', '113234.809000', '113234.812000', '113234.814000', '113234.817000', '113234.820000', '113234.822000', '113234.825000', '113234.827000', '113234.830000', '113234.833000', '113234.835000', '113234.838000', '113234.841000', '113234.853000', '113234.856000', '113234.859000', '113234.861000', '113234.864000', '113234.867000', '113234.869000', '113234.872000', '113234.875000', '113234.877000', '113234.880000', '113234.882000', '113234.885000', '113234.888000', '113234.890000', '113234.893000', '113234.896000', '113234.898000', '113234.901000', '113234.903000', '113234.906000', '113234.909000', '113234.911000', '113234.914000', '113234.917000', '113234.919000', '113234.922000', '113254.699000', '113254.702000', '113254.705000', '113254.708000', '113254.710000', '113254.713000', '113254.715000', '113254.718000', '113254.721000', '113254.723000', '113254.726000', '113254.729000', '113254.738000', '113254.741000', '113254.744000', '113254.746000', '113254.749000', '113254.751000', '113254.754000', '113254.757000', '113254.759000', '113254.762000', '113254.764000', '113254.767000', '113254.769000', '113254.772000', '113254.774000', '113254.777000', '113254.780000', '113254.782000', '113254.785000', '113254.787000', '113254.794000', '113254.797000', '113254.799000', '113254.802000', '113254.805000', '113254.807000', '113254.810000', '113254.812000', '113254.815000', '113254.817000', '113254.820000', '113314.700000', '113314.703000', '113314.705000', '113314.708000', '113314.710000', '113314.713000', '113314.715000', '113314.718000', '113314.721000', '113314.723000', '113314.726000', '113314.728000', '113314.731000', '113314.746000', '113314.749000', '113314.751000', '113314.754000', '113314.756000', '113314.759000', '113314.761000', '113314.764000', '113314.767000', '113314.769000', '113314.772000', '113314.774000', '113314.777000', '113314.779000', '113314.782000', '113314.785000', '113314.787000', '113314.790000', '113314.793000', '113314.795000', '113314.798000', '113314.800000', '113314.803000', '113314.805000', '113314.808000', '113314.811000', '113314.813000', '113314.816000', '113314.818000', '113314.821000', '113314.824000', '113334.699000', '113334.702000', '113334.705000', '113334.707000', '113334.710000', '113334.713000', '113334.715000', '113334.718000', '113334.720000', '113334.723000', '113334.725000', '113334.728000', '113334.730000', '113334.733000', '113334.736000', '113334.738000', '113334.741000', '113334.744000', '113334.746000', '113334.749000', '113334.751000', '113334.754000', '113334.757000', '113334.759000', '113334.762000', '113334.764000', '113334.767000', '113334.770000', '113334.772000', '113334.775000', '113334.777000', '113334.780000', '113334.783000', '113334.785000', '113334.788000', '113334.790000', '113334.793000', '113334.795000', '113334.798000', '113334.801000', '113334.803000', '113334.806000', '113334.808000', '113354.699000', '113354.702000', '113354.705000', '113354.707000', '113354.710000', '113354.713000', '113354.715000', '113354.718000', '113354.720000', '113354.723000', '113354.726000', '113354.728000', '113354.731000', '113354.733000', '113354.736000', '113354.738000', '113354.741000', '113354.744000', '113354.746000', '113354.749000', '113354.752000', '113354.761000', '113354.763000', '113354.766000', '113354.769000', '113354.771000', '113354.774000', '113354.777000', '113354.779000', '113354.782000', '113354.784000', '113354.787000', '113354.790000', '113354.792000', '113354.795000', '113354.797000', '113354.800000', '113354.803000', '113354.805000', '113354.811000', '113354.813000', '113354.829000', '113354.832000', '113354.835000', '113414.698000', '113414.701000', '113414.704000', '113414.707000', '113414.709000', '113414.712000', '113414.714000', '113414.717000', '113414.719000', '113414.722000', '113414.725000', '113414.727000', '113414.730000', '113414.733000', '113414.735000', '113414.738000', '113414.740000', '113414.743000', '113414.745000', '113414.748000', '113414.751000', '113414.753000', '113414.756000', '113414.759000', '113414.761000', '113414.764000', '113414.766000', '113414.769000', '113414.772000', '113414.774000', '113414.777000', '113414.779000', '113414.782000', '113414.784000', '113414.787000', '113414.790000', '113414.792000', '113414.795000', '113414.797000', '113414.800000', '113414.803000', '113414.805000', '113414.808000', '113434.698000', '113434.701000', '113434.704000', '113434.707000', '113434.709000', '113434.712000', '113434.714000', '113434.717000', '113434.719000', '113434.722000', '113434.725000', '113434.727000', '113434.730000', '113434.733000', '113434.735000', '113434.738000', '113434.740000', '113434.743000', '113434.746000', '113434.748000', '113434.751000', '113434.753000', '113434.756000', '113434.759000', '113434.761000', '113434.764000', '113434.766000', '113434.769000', '113434.772000', '113434.774000', '113434.777000', '113434.779000', '113434.782000', '113434.785000', '113434.787000', '113434.790000', '113434.792000', '113434.795000', '113434.797000', '113434.800000', '113434.803000', '113434.805000', '113434.808000', '113434.810000', '113454.699000', '113454.701000', '113454.704000', '113454.707000', '113454.709000', '113454.712000', '113454.714000', '113454.717000', '113454.720000', '113454.722000', '113454.725000', '113454.727000', '113454.730000', '113454.733000', '113454.735000', '113454.738000', '113454.740000', '113454.743000', '113454.745000', '113454.748000', '113454.751000', '113454.753000', '113454.756000', '113454.758000', '113454.761000', '113454.764000', '113454.766000', '113454.769000', '113454.771000', '113454.774000', '113454.777000', '113454.779000', '113454.782000', '113454.784000', '113454.787000', '113454.790000', '113454.792000', '113454.795000', '113454.798000', '113454.817000', '113454.820000', '113454.822000', '113454.825000', '113514.699000', '113514.702000', '113514.705000', '113514.707000', '113514.710000', '113514.713000', '113514.715000', '113514.718000', '113514.720000', '113514.723000', '113514.726000', '113514.728000', '113514.731000', '113514.733000', '113514.736000', '113514.739000', '113514.741000', '113514.744000', '113514.747000', '113514.749000', '113514.752000', '113514.754000', '113514.757000', '113514.760000', '113514.762000', '113514.765000', '113514.767000', '113514.770000', '113514.772000', '113514.775000', '113514.778000', '113514.780000', '113514.783000', '113514.785000', '113514.788000', '113514.790000', '113514.793000', '113514.796000', '113514.799000', '113514.801000', '113514.804000', '113514.806000', '113514.809000', '113514.812000', '113534.700000', '113534.703000', '113534.705000', '113534.708000', '113534.711000', '113534.713000', '113534.716000', '113534.718000', '113534.721000', '113534.724000', '113534.726000', '113534.729000', '113534.731000', '113534.734000', '113534.737000', '113534.739000', '113534.742000', '113534.744000', '113534.747000', '113534.750000', '113534.752000', '113534.755000', '113534.758000', '113534.760000', '113534.763000', '113534.765000', '113534.768000', '113534.771000', '113534.773000', '113534.776000', '113534.779000', '113534.781000', '113534.784000', '113534.786000', '113534.789000', '113534.792000', '113534.816000', '113534.819000', '113534.821000', '113534.824000', '113534.826000', '113534.829000', '113534.832000', '113554.700000', '113554.702000', '113554.705000', '113554.708000', '113554.710000', '113554.713000', '113554.716000', '113554.719000', '113554.721000', '113554.724000', '113554.727000', '113554.729000', '113554.732000', '113554.734000', '113554.737000', '113554.740000', '113554.742000', '113554.745000', '113554.747000', '113554.750000', '113554.752000', '113554.755000', '113554.758000', '113554.760000', '113554.763000', '113554.766000', '113554.768000', '113554.771000', '113554.774000', '113554.776000', '113554.779000', '113554.782000', '113554.784000', '113554.787000', '113554.789000', '113554.792000', '113554.795000', '113554.797000', '113554.800000', '113554.803000', '113554.806000', '113554.809000', '113554.812000', '113614.700000', '113614.703000', '113614.705000', '113614.708000', '113614.711000', '113614.713000', '113614.716000', '113614.718000', '113614.721000', '113614.724000', '113614.726000', '113614.729000', '113614.731000', '113614.734000', '113614.737000', '113614.739000', '113614.742000', '113614.745000', '113614.747000', '113614.750000', '113614.752000', '113614.755000', '113614.758000', '113614.760000', '113614.763000', '113614.765000', '113614.768000', '113614.771000', '113614.773000', '113614.776000', '113614.779000', '113614.781000', '113614.784000', '113614.786000', '113614.789000', '113614.792000', '113614.794000', '113614.797000', '113614.800000', '113614.802000', '113614.805000', '113614.808000', '113614.810000', '113614.813000', '113634.699000', '113634.701000', '113634.704000', '113634.707000', '113634.709000', '113634.712000', '113634.715000', '113634.717000', '113634.720000', '113634.723000', '113634.726000', '113634.728000', '113634.731000', '113634.734000', '113634.736000', '113634.739000', '113634.742000', '113634.744000', '113634.747000', '113634.750000', '113634.752000', '113634.755000', '113634.758000', '113634.760000', '113634.763000', '113634.765000', '113634.768000', '113634.770000', '113634.773000', '113634.776000', '113634.778000', '113634.781000', '113634.783000', '113634.786000', '113634.789000', '113634.791000', '113634.794000', '113634.797000', '113634.799000', '113634.802000', '113634.805000', '113634.807000', '113634.810000', '113654.699000', '113654.702000', '113654.704000', '113654.707000', '113654.710000', '113654.712000', '113654.715000', '113654.717000', '113654.720000', '113654.723000', '113654.725000', '113654.728000', '113654.730000', '113654.733000', '113654.736000', '113654.738000', '113654.741000', '113654.743000', '113654.746000', '113654.749000', '113654.751000', '113654.754000', '113654.757000', '113654.759000', '113654.762000', '113654.764000', '113654.767000', '113654.770000', '113654.772000', '113654.775000', '113654.778000', '113654.780000', '113654.783000', '113654.785000', '113654.788000', '113654.791000', '113654.793000', '113654.796000', '113654.798000', '113654.801000', '113654.804000', '113654.806000', '113654.809000', '113654.811000', '113714.698000', '113714.701000', '113714.704000', '113714.707000', '113714.709000', '113714.712000', '113714.714000', '113714.717000', '113714.720000', '113714.722000', '113714.725000', '113714.727000', '113714.730000', '113714.733000', '113714.735000', '113714.738000', '113714.740000', '113714.743000', '113714.746000', '113714.748000', '113714.751000', '113714.753000', '113714.757000', '113714.760000', '113714.762000', '113714.765000', '113714.768000', '113714.770000', '113714.773000', '113714.775000', '113714.778000', '113714.781000', '113714.783000', '113714.786000', '113714.789000', '113714.791000', '113714.794000', '113714.796000', '113714.799000', '113714.802000', '113714.804000', '113714.807000', '113714.810000', '113734.700000', '113734.702000', '113734.705000', '113734.708000', '113734.710000', '113734.713000', '113734.716000', '113734.718000', '113734.721000', '113734.724000', '113734.726000', '113734.729000', '113734.732000', '113734.734000', '113734.737000', '113734.739000', '113734.742000', '113734.745000', '113734.747000', '113734.750000', '113734.752000', '113734.755000', '113734.757000', '113734.760000', '113734.763000', '113734.765000', '113734.768000', '113734.770000', '113734.773000', '113734.776000', '113734.778000', '113734.781000', '113734.783000', '113734.786000', '113734.789000', '113734.791000', '113734.794000', '113734.796000', '113734.799000', '113734.802000', '113734.804000', '113734.807000', '113734.809000', '113734.812000', '113754.700000', '113754.703000', '113754.705000', '113754.708000', '113754.711000', '113754.713000', '113754.716000', '113754.719000', '113754.721000', '113754.724000', '113754.727000', '113754.729000', '113754.732000', '113754.735000', '113754.737000', '113754.740000', '113754.743000', '113754.746000', '113754.749000', '113754.752000', '113754.755000', '113754.757000', '113754.760000', '113754.763000', '113754.766000', '113754.768000', '113754.771000', '113754.774000', '113754.776000', '113754.779000', '113754.781000', '113754.784000', '113754.787000', '113754.789000', '113754.792000', '113754.794000', '113754.797000', '113754.800000', '113754.802000', '113754.807000', '113754.809000', '113754.812000', '113754.815000', '113814.700000', '113814.702000', '113814.705000', '113814.708000', '113814.710000', '113814.713000', '113814.716000', '113814.718000', '113814.721000', '113814.723000', '113814.726000', '113814.728000', '113814.731000', '113814.734000', '113814.736000', '113814.739000', '113814.742000', '113814.744000', '113814.747000', '113814.749000', '113814.752000', '113814.754000', '113814.757000', '113814.760000', '113814.762000', '113814.765000', '113814.768000', '113814.770000', '113814.773000', '113814.775000', '113814.778000', '113814.781000', '113814.783000', '113814.786000', '113814.789000', '113814.791000', '113814.794000', '113814.796000', '113814.799000', '113814.801000', '113814.804000', '113814.807000', '113814.809000', '113814.812000', '113834.700000', '113834.703000', '113834.705000', '113834.708000', '113834.711000', '113834.713000', '113834.716000', '113834.719000', '113834.722000', '113834.724000', '113834.727000', '113834.729000', '113834.732000', '113834.735000', '113834.744000', '113834.747000', '113834.750000', '113834.752000', '113834.755000', '113834.758000', '113834.760000', '113834.763000', '113834.766000', '113834.768000', '113834.771000', '113834.774000', '113834.776000', '113834.779000', '113834.782000', '113834.784000', '113834.787000', '113834.789000', '113834.792000', '113834.795000', '113834.798000', '113834.801000', '113834.804000', '113834.806000', '113834.809000', '113834.812000', '113834.814000', '113834.817000', '113834.819000', '113850.378000', '113850.382000', '113850.384000', '113850.387000', '113850.390000', '113850.393000', '113850.395000', '113850.398000', '113850.401000', '113850.403000', '113850.406000', '113850.409000', '113850.412000', '113850.414000', '113850.417000', '113850.420000', '113850.423000', '113850.426000', '113850.429000', '113850.432000', '113850.435000', '113850.438000', '113850.441000', '113850.444000', '113850.447000', '113850.449000', '113850.453000', '113850.456000', '113850.459000', '113850.462000', '113850.465000', '113850.468000', '113850.471000', '113850.474000', '113850.477000'], 'InstanceCreationTime': ['113234.769000', '113234.772000', '113234.775000', '113234.778000', '113234.781000', '113234.783000', '113234.786000', '113234.788000', '113234.791000', '113234.793000', '113234.796000', '113234.799000', '113234.801000', '113234.804000', '113234.807000', '113234.809000', '113234.812000', '113234.814000', '113234.817000', '113234.820000', '113234.822000', '113234.825000', '113234.827000', '113234.830000', '113234.833000', '113234.835000', '113234.838000', '113234.841000', '113234.853000', '113234.856000', '113234.859000', '113234.861000', '113234.864000', '113234.867000', '113234.869000', '113234.872000', '113234.875000', '113234.877000', '113234.880000', '113234.882000', '113234.885000', '113234.888000', '113234.890000', '113234.893000', '113234.896000', '113234.898000', '113234.901000', '113234.903000', '113234.906000', '113234.909000', '113234.911000', '113234.914000', '113234.917000', '113234.919000', '113234.922000', '113254.699000', '113254.702000', '113254.705000', '113254.708000', '113254.710000', '113254.713000', '113254.715000', '113254.718000', '113254.721000', '113254.723000', '113254.726000', '113254.729000', '113254.738000', '113254.741000', '113254.744000', '113254.746000', '113254.749000', '113254.751000', '113254.754000', '113254.757000', '113254.759000', '113254.762000', '113254.764000', '113254.767000', '113254.769000', '113254.772000', '113254.774000', '113254.777000', '113254.780000', '113254.782000', '113254.785000', '113254.787000', '113254.794000', '113254.797000', '113254.799000', '113254.802000', '113254.805000', '113254.807000', '113254.810000', '113254.812000', '113254.815000', '113254.817000', '113254.820000', '113314.700000', '113314.703000', '113314.705000', '113314.708000', '113314.710000', '113314.713000', '113314.715000', '113314.718000', '113314.721000', '113314.723000', '113314.726000', '113314.728000', '113314.731000', '113314.746000', '113314.749000', '113314.751000', '113314.754000', '113314.756000', '113314.759000', '113314.761000', '113314.764000', '113314.767000', '113314.769000', '113314.772000', '113314.774000', '113314.777000', '113314.779000', '113314.782000', '113314.785000', '113314.787000', '113314.790000', '113314.793000', '113314.795000', '113314.798000', '113314.800000', '113314.803000', '113314.805000', '113314.808000', '113314.811000', '113314.813000', '113314.816000', '113314.818000', '113314.821000', '113314.824000', '113334.699000', '113334.702000', '113334.705000', '113334.707000', '113334.710000', '113334.713000', '113334.715000', '113334.718000', '113334.720000', '113334.723000', '113334.725000', '113334.728000', '113334.730000', '113334.733000', '113334.736000', '113334.738000', '113334.741000', '113334.744000', '113334.746000', '113334.749000', '113334.751000', '113334.754000', '113334.757000', '113334.759000', '113334.762000', '113334.764000', '113334.767000', '113334.770000', '113334.772000', '113334.775000', '113334.777000', '113334.780000', '113334.783000', '113334.785000', '113334.788000', '113334.790000', '113334.793000', '113334.795000', '113334.798000', '113334.801000', '113334.803000', '113334.806000', '113334.808000', '113354.699000', '113354.702000', '113354.705000', '113354.707000', '113354.710000', '113354.713000', '113354.715000', '113354.718000', '113354.720000', '113354.723000', '113354.726000', '113354.728000', '113354.731000', '113354.733000', '113354.736000', '113354.738000', '113354.741000', '113354.744000', '113354.746000', '113354.749000', '113354.752000', '113354.761000', '113354.763000', '113354.766000', '113354.769000', '113354.771000', '113354.774000', '113354.777000', '113354.779000', '113354.782000', '113354.784000', '113354.787000', '113354.790000', '113354.792000', '113354.795000', '113354.797000', '113354.800000', '113354.803000', '113354.805000', '113354.811000', '113354.813000', '113354.829000', '113354.832000', '113354.835000', '113414.698000', '113414.701000', '113414.704000', '113414.707000', '113414.709000', '113414.712000', '113414.714000', '113414.717000', '113414.719000', '113414.722000', '113414.725000', '113414.727000', '113414.730000', '113414.733000', '113414.735000', '113414.738000', '113414.740000', '113414.743000', '113414.745000', '113414.748000', '113414.751000', '113414.753000', '113414.756000', '113414.759000', '113414.761000', '113414.764000', '113414.766000', '113414.769000', '113414.772000', '113414.774000', '113414.777000', '113414.779000', '113414.782000', '113414.784000', '113414.787000', '113414.790000', '113414.792000', '113414.795000', '113414.797000', '113414.800000', '113414.803000', '113414.805000', '113414.808000', '113434.698000', '113434.701000', '113434.704000', '113434.707000', '113434.709000', '113434.712000', '113434.714000', '113434.717000', '113434.719000', '113434.722000', '113434.725000', '113434.727000', '113434.730000', '113434.733000', '113434.735000', '113434.738000', '113434.740000', '113434.743000', '113434.746000', '113434.748000', '113434.751000', '113434.753000', '113434.756000', '113434.759000', '113434.761000', '113434.764000', '113434.766000', '113434.769000', '113434.772000', '113434.774000', '113434.777000', '113434.779000', '113434.782000', '113434.785000', '113434.787000', '113434.790000', '113434.792000', '113434.795000', '113434.797000', '113434.800000', '113434.803000', '113434.805000', '113434.808000', '113434.810000', '113454.699000', '113454.701000', '113454.704000', '113454.707000', '113454.709000', '113454.712000', '113454.714000', '113454.717000', '113454.720000', '113454.722000', '113454.725000', '113454.727000', '113454.730000', '113454.733000', '113454.735000', '113454.738000', '113454.740000', '113454.743000', '113454.745000', '113454.748000', '113454.751000', '113454.753000', '113454.756000', '113454.758000', '113454.761000', '113454.764000', '113454.766000', '113454.769000', '113454.771000', '113454.774000', '113454.777000', '113454.779000', '113454.782000', '113454.784000', '113454.787000', '113454.790000', '113454.792000', '113454.795000', '113454.798000', '113454.817000', '113454.820000', '113454.822000', '113454.825000', '113514.699000', '113514.702000', '113514.705000', '113514.707000', '113514.710000', '113514.713000', '113514.715000', '113514.718000', '113514.720000', '113514.723000', '113514.726000', '113514.728000', '113514.731000', '113514.733000', '113514.736000', '113514.739000', '113514.741000', '113514.744000', '113514.747000', '113514.749000', '113514.752000', '113514.754000', '113514.757000', '113514.760000', '113514.762000', '113514.765000', '113514.767000', '113514.770000', '113514.772000', '113514.775000', '113514.778000', '113514.780000', '113514.783000', '113514.785000', '113514.788000', '113514.790000', '113514.793000', '113514.796000', '113514.799000', '113514.801000', '113514.804000', '113514.806000', '113514.809000', '113514.812000', '113534.700000', '113534.703000', '113534.705000', '113534.708000', '113534.711000', '113534.713000', '113534.716000', '113534.718000', '113534.721000', '113534.724000', '113534.726000', '113534.729000', '113534.731000', '113534.734000', '113534.737000', '113534.739000', '113534.742000', '113534.744000', '113534.747000', '113534.750000', '113534.752000', '113534.755000', '113534.758000', '113534.760000', '113534.763000', '113534.765000', '113534.768000', '113534.771000', '113534.773000', '113534.776000', '113534.779000', '113534.781000', '113534.784000', '113534.786000', '113534.789000', '113534.792000', '113534.816000', '113534.819000', '113534.821000', '113534.824000', '113534.826000', '113534.829000', '113534.832000', '113554.700000', '113554.702000', '113554.705000', '113554.708000', '113554.710000', '113554.713000', '113554.716000', '113554.719000', '113554.721000', '113554.724000', '113554.727000', '113554.729000', '113554.732000', '113554.734000', '113554.737000', '113554.740000', '113554.742000', '113554.745000', '113554.747000', '113554.750000', '113554.752000', '113554.755000', '113554.758000', '113554.760000', '113554.763000', '113554.766000', '113554.768000', '113554.771000', '113554.774000', '113554.776000', '113554.779000', '113554.782000', '113554.784000', '113554.787000', '113554.789000', '113554.792000', '113554.795000', '113554.797000', '113554.800000', '113554.803000', '113554.806000', '113554.809000', '113554.812000', '113614.700000', '113614.703000', '113614.705000', '113614.708000', '113614.711000', '113614.713000', '113614.716000', '113614.718000', '113614.721000', '113614.724000', '113614.726000', '113614.729000', '113614.731000', '113614.734000', '113614.737000', '113614.739000', '113614.742000', '113614.745000', '113614.747000', '113614.750000', '113614.752000', '113614.755000', '113614.758000', '113614.760000', '113614.763000', '113614.765000', '113614.768000', '113614.771000', '113614.773000', '113614.776000', '113614.779000', '113614.781000', '113614.784000', '113614.786000', '113614.789000', '113614.792000', '113614.794000', '113614.797000', '113614.800000', '113614.802000', '113614.805000', '113614.808000', '113614.810000', '113614.813000', '113634.699000', '113634.701000', '113634.704000', '113634.707000', '113634.709000', '113634.712000', '113634.715000', '113634.717000', '113634.720000', '113634.723000', '113634.726000', '113634.728000', '113634.731000', '113634.734000', '113634.736000', '113634.739000', '113634.742000', '113634.744000', '113634.747000', '113634.750000', '113634.752000', '113634.755000', '113634.758000', '113634.760000', '113634.763000', '113634.765000', '113634.768000', '113634.770000', '113634.773000', '113634.776000', '113634.778000', '113634.781000', '113634.783000', '113634.786000', '113634.789000', '113634.791000', '113634.794000', '113634.797000', '113634.799000', '113634.802000', '113634.805000', '113634.807000', '113634.810000', '113654.699000', '113654.702000', '113654.704000', '113654.707000', '113654.710000', '113654.712000', '113654.715000', '113654.717000', '113654.720000', '113654.723000', '113654.725000', '113654.728000', '113654.730000', '113654.733000', '113654.736000', '113654.738000', '113654.741000', '113654.743000', '113654.746000', '113654.749000', '113654.751000', '113654.754000', '113654.757000', '113654.759000', '113654.762000', '113654.764000', '113654.767000', '113654.770000', '113654.772000', '113654.775000', '113654.778000', '113654.780000', '113654.783000', '113654.785000', '113654.788000', '113654.791000', '113654.793000', '113654.796000', '113654.798000', '113654.801000', '113654.804000', '113654.806000', '113654.809000', '113654.811000', '113714.698000', '113714.701000', '113714.704000', '113714.707000', '113714.709000', '113714.712000', '113714.714000', '113714.717000', '113714.720000', '113714.722000', '113714.725000', '113714.727000', '113714.730000', '113714.733000', '113714.735000', '113714.738000', '113714.740000', '113714.743000', '113714.746000', '113714.748000', '113714.751000', '113714.753000', '113714.757000', '113714.760000', '113714.762000', '113714.765000', '113714.768000', '113714.770000', '113714.773000', '113714.775000', '113714.778000', '113714.781000', '113714.783000', '113714.786000', '113714.789000', '113714.791000', '113714.794000', '113714.796000', '113714.799000', '113714.802000', '113714.804000', '113714.807000', '113714.810000', '113734.700000', '113734.702000', '113734.705000', '113734.708000', '113734.710000', '113734.713000', '113734.716000', '113734.718000', '113734.721000', '113734.724000', '113734.726000', '113734.729000', '113734.732000', '113734.734000', '113734.737000', '113734.739000', '113734.742000', '113734.745000', '113734.747000', '113734.750000', '113734.752000', '113734.755000', '113734.757000', '113734.760000', '113734.763000', '113734.765000', '113734.768000', '113734.770000', '113734.773000', '113734.776000', '113734.778000', '113734.781000', '113734.783000', '113734.786000', '113734.789000', '113734.791000', '113734.794000', '113734.796000', '113734.799000', '113734.802000', '113734.804000', '113734.807000', '113734.809000', '113734.812000', '113754.700000', '113754.703000', '113754.705000', '113754.708000', '113754.711000', '113754.713000', '113754.716000', '113754.719000', '113754.721000', '113754.724000', '113754.727000', '113754.729000', '113754.732000', '113754.735000', '113754.737000', '113754.740000', '113754.743000', '113754.746000', '113754.749000', '113754.752000', '113754.755000', '113754.757000', '113754.760000', '113754.763000', '113754.766000', '113754.768000', '113754.771000', '113754.774000', '113754.776000', '113754.779000', '113754.781000', '113754.784000', '113754.787000', '113754.789000', '113754.792000', '113754.794000', '113754.797000', '113754.800000', '113754.802000', '113754.807000', '113754.809000', '113754.812000', '113754.815000', '113814.700000', '113814.702000', '113814.705000', '113814.708000', '113814.710000', '113814.713000', '113814.716000', '113814.718000', '113814.721000', '113814.723000', '113814.726000', '113814.728000', '113814.731000', '113814.734000', '113814.736000', '113814.739000', '113814.742000', '113814.744000', '113814.747000', '113814.749000', '113814.752000', '113814.754000', '113814.757000', '113814.760000', '113814.762000', '113814.765000', '113814.768000', '113814.770000', '113814.773000', '113814.775000', '113814.778000', '113814.781000', '113814.783000', '113814.786000', '113814.789000', '113814.791000', '113814.794000', '113814.796000', '113814.799000', '113814.801000', '113814.804000', '113814.807000', '113814.809000', '113814.812000', '113834.700000', '113834.703000', '113834.705000', '113834.708000', '113834.711000', '113834.713000', '113834.716000', '113834.719000', '113834.722000', '113834.724000', '113834.727000', '113834.729000', '113834.732000', '113834.735000', '113834.744000', '113834.747000', '113834.750000', '113834.752000', '113834.755000', '113834.758000', '113834.760000', '113834.763000', '113834.766000', '113834.768000', '113834.771000', '113834.774000', '113834.776000', '113834.779000', '113834.782000', '113834.784000', '113834.787000', '113834.789000', '113834.792000', '113834.795000', '113834.798000', '113834.801000', '113834.804000', '113834.806000', '113834.809000', '113834.812000', '113834.814000', '113834.817000', '113834.819000', '113850.378000', '113850.382000', '113850.384000', '113850.387000', '113850.390000', '113850.393000', '113850.395000', '113850.398000', '113850.401000', '113850.403000', '113850.406000', '113850.409000', '113850.412000', '113850.414000', '113850.417000', '113850.420000', '113850.423000', '113850.426000', '113850.429000', '113850.432000', '113850.435000', '113850.438000', '113850.441000', '113850.444000', '113850.447000', '113850.449000', '113850.453000', '113850.456000', '113850.459000', '113850.462000', '113850.465000', '113850.468000', '113850.471000', '113850.474000', '113850.477000'], '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': [9092, 15157, 10257, 14546, 10771, 13802, 8405, 11446, 11051, 8460, 12640, 9984, 13788, 10713, 9921, 8779, 8590, 10381, 7993, 7993, 10754, 8287, 14911, 10195, 14437, 10251, 13817, 10282, 13208, 10117, 13350, 10814, 14128, 12779, 14591, 13024, 12402, 11431, 11158, 14045, 10997, 16686, 12265, 13177, 14204, 19253, 12748, 17673, 9102, 12518, 10238, 11789, 11396, 13071, 11302, 15742, 11500, 14638, 10403, 14545, 10354, 16560, 11875, 16662, 12196, 16398, 11741, 16062, 11328, 15701, 10572, 15063, 10254, 14391, 9443, 13111, 9227, 12174, 13938, 11348, 14097, 10833, 13519, 9816, 13138, 12451, 10825, 11193, 11130, 11346, 12322, 11313, 11933, 10874, 12774, 11268, 12982, 10096, 13427, 9960, 13407, 10260, 13205, 10382, 13537, 10799, 13075, 10684, 12692, 9451, 14659, 10162, 10162, 10926, 9355, 12021, 14361, 10675, 14431, 10366, 13746, 9743, 13495, 10071, 12584, 10786, 11233, 7807, 11166, 12003, 11253, 12752, 9531, 12478, 9348, 10872, 9334, 13764, 12031, 9057, 8339, 10756, 10360, 12904, 12277, 11770, 10205, 13231, 11288, 13459, 10028, 16867, 11362, 15396, 14121, 19126, 12572, 17220, 15946, 17340, 15948, 18278, 16026, 18574, 14636, 15367, 11493, 10302, 14478, 11911, 22956, 16995, 12826, 11728, 11550, 13252, 11654, 11451, 11519, 9878, 12845, 10130, 13532, 9120, 13203, 10335, 13593, 9683, 12865, 9853, 12605, 11021, 10036, 10097, 8590, 10362, 9452, 11293, 9043, 11659, 10430, 12617, 10783, 12098, 8488, 9854, 11117, 10824, 14325, 11562, 14675, 10620, 14658, 10540, 12306, 11349, 9650, 15037, 11920, 17920, 14276, 18162, 14373, 17820, 15353, 21081, 14454, 12178, 15319, 12804, 12365, 10732, 12792, 10056, 11166, 12834, 11233, 13935, 11647, 13399, 11645, 12913, 12022, 13395, 13357, 12574, 13229, 13120, 14447, 12937, 13634, 11646, 13643, 17565, 13493, 13698, 13465, 13047, 12731, 14851, 12955, 14071, 12473, 11825, 10656, 11763, 8505, 10887, 10941, 8926, 7482, 11191, 10377, 11299, 15235, 12332, 16020, 12839, 11212, 16652, 13870, 19775, 11228, 12225, 14019, 10873, 16528, 12106, 18823, 12301, 8857, 13656, 9199, 13699, 12641, 12367, 10729, 9743, 12167, 11861, 14899, 15580, 17816, 13555, 13452, 14013, 10123, 12408, 10265, 15315, 10561, 15589, 10142, 15021, 10221, 14415, 10860, 13051, 10834, 12448, 10187, 10721, 10603, 9364, 13807, 9281, 15472, 9918, 14532, 9812, 13028, 12217, 11642, 16329, 12681, 13769, 10990, 14421, 10141, 13065, 9849, 11973, 9373, 11211, 9328, 10381, 8818, 10694, 9486, 11039, 9170, 10794, 8828, 11221, 9204, 11092, 8378, 10650, 13488, 9687, 17422, 10612, 15240, 11362, 14236, 10905, 13907, 10207, 13784, 9084, 12685, 10620, 11821, 17924, 11292, 14458, 10453, 13417, 9633, 11883, 13764, 11873, 14201, 11378, 8013, 11765, 7108, 10898, 8296, 10300, 7444, 14833, 11611, 14405, 10948, 15180, 11107, 15643, 12606, 15634, 13749, 15144, 13922, 11871, 14921, 10772, 17552, 16427, 14926, 13440, 13219, 14601, 11758, 10412, 13142, 11248, 14199, 11929, 15044, 11935, 15997, 10923, 16436, 12308, 17237, 13398, 17748, 12850, 12041, 12633, 12556, 15366, 12710, 17191, 12699, 17641, 12678, 16455, 13094, 15031, 13958, 13804, 13990, 13122, 13227, 12875, 13342, 12924, 12605, 13308, 11251, 13586, 10815, 13792, 13091, 12960, 12056, 10718, 13138, 10322, 12434, 9811, 12279, 8647, 11343, 8239, 11669, 8569, 10820, 8588, 10332, 11542, 10081, 15565, 10189, 14496, 10806, 14589, 8997, 14947, 9257, 14139, 9718, 13790, 10407, 12072, 9573, 11743, 9970, 13946, 10367, 16136, 11035, 15187, 11488, 15818, 12963, 11268, 13456, 13738, 13584, 12146, 13442, 11458, 13255, 17220, 13660, 14759, 14203, 13678, 13735, 12885, 14098, 13070, 12862, 13160, 12983, 13316, 11362, 13551, 11441, 13505, 11029, 13131, 12026, 13370, 17052, 13355, 16342, 13368, 16531, 14322, 16332, 13458, 16108, 12385, 15000, 12702, 14204, 12124, 13541, 12572, 13805, 9889, 13831, 12380, 14167, 9673, 14294, 12848, 14698, 11792, 14769, 13058, 14525, 11353, 12733, 11271, 8516, 9994, 11952, 10009, 13287, 12314, 11718, 10185, 13082, 11996, 11645, 12355, 11859, 11848, 13226, 20450, 14691, 19997, 14479, 18465, 14258, 18021, 14211, 11066, 17158, 11614, 18326, 12038, 17604, 11689, 16207, 11994, 14665, 13815, 13392, 15250, 12528, 18708, 12540, 17163, 12418, 15788, 10708, 14766, 10168, 13140, 18089, 12285, 17192, 12189, 10935, 11343, 9069, 12536, 8539, 10691, 17011, 10761, 14277, 10320, 13955, 9358, 13126, 9329, 11969, 9357, 13681, 10450, 13671, 10456, 12529, 10950, 9331, 14734, 10144, 17266, 13344, 19969, 12516, 19012, 11260, 16508, 10032, 15609, 9969, 14507, 9799, 12784, 11995, 11200, 11593, 11002, 11600, 10646, 13855, 10922, 12695, 10369, 12684, 10871, 12361, 11014, 12268, 9255, 11811, 10075, 11937, 10108, 11463, 9637, 10901, 9707, 10951, 9338, 11135, 12284, 10482, 14470, 11258, 15065, 12782, 16580, 12487, 14119, 12757, 9721, 13048, 10617, 16332, 12070, 18167, 12709, 17841, 13633, 10479, 17671, 19063, 15971, 20867, 14242, 20324, 13372, 18562, 12887, 17166, 11831, 15527, 11765, 14102, 11282, 14077, 10619, 13528, 9613, 13537, 9514, 12710, 9477, 11625, 11461, 11619, 19186, 11649, 16208, 10731, 12105, 11939, 15182, 11976, 11434, 11555, 10959, 13874, 11686, 10278, 13209, 10757, 15924, 13167, 14793, 12150, 15204, 12466, 16368, 14714, 19132, 14123, 17019, 13077, 15623, 13079, 14845, 14289, 13224, 10871, 9676, 12044, 11879, 13645, 11844, 11657, 17834, 11842, 11619, 12472, 12247, 13673, 14158, 12625, 12003, 12322, 11893, 12740, 10736, 13219, 11904, 13128, 11690, 13593, 13742, 14233, 18213, 18384, 14068, 10549, 10640, 10846, 9390, 11634, 12046, 9816, 13195, 11565, 9557, 12786, 10767, 13528, 12181, 13323, 13784, 13239, 14771, 14443, 15042, 14497, 10940, 14456, 13337, 15997, 15988, 13129, 17262, 11561, 14593, 11794, 15415, 11572, 11951, 12084, 12552, 12111, 12306, 12313, 11649, 12612, 11699, 12025, 11302, 13105, 12112, 11103, 10854, 10725, 9920, 12019, 9521, 13747, 10129, 13724, 10395, 13262, 10056, 12097, 9887, 10948, 9630, 9538, 13279, 10017, 11585, 10175, 10647, 9289, 9615, 9669, 9924, 11237, 9746, 9864, 9657, 9260, 9226, 9542, 9735, 9571, 12016, 9551, 9531, 9817, 9046, 9358, 9850, 9463, 9803], 'WindowCenter': [4449.0, 4504.0, 4453.0, 4481.0, 4451.0, 4479.0, 4422.0, 4461.0, 4457.0, 4420.0, 4470.0, 4441.0, 4494.0, 4477.0, 4440.0, 4332.0, 4372.0, 4463.0, 4405.0, 4393.0, 4445.0, 4405.0, 4479.0, 4440.0, 4480.0, 4451.0, 4481.0, 4451.0, 4481.0, 4452.0, 4482.0, 4475.0, 4493.0, 4496.0, 4502.0, 4493.0, 4472.0, 4473.0, 4463.0, 4482.0, 4454.0, 4493.0, 4463.0, 4473.0, 4486.0, 4503.0, 4464.0, 4480.0, 4410.0, 4460.0, 4440.0, 4446.0, 4440.0, 4446.0, 4398.0, 4428.0, 4422.0, 4454.0, 4412.0, 4457.0, 4415.0, 4475.0, 4435.0, 4463.0, 4433.0, 4463.0, 4422.0, 4450.0, 4410.0, 4438.0, 4400.0, 4440.0, 4410.0, 4451.0, 4400.0, 4443.0, 4402.0, 4445.0, 4466.0, 4447.0, 4453.0, 4423.0, 4441.0, 4415.0, 4445.0, 4534.0, 4485.0, 4465.0, 4436.0, 4447.0, 4446.0, 4448.0, 4447.0, 4434.0, 4468.0, 4449.0, 4441.0, 4367.0, 4421.0, 4407.0, 4451.0, 4433.0, 4456.0, 4436.0, 4481.0, 4435.0, 4457.0, 4436.0, 4469.0, 4440.0, 4490.0, 4453.0, 4451.0, 4463.0, 4443.0, 4486.0, 4492.0, 4452.0, 4479.0, 4439.0, 4467.0, 4430.0, 4469.0, 4439.0, 4472.0, 4449.0, 4449.0, 4396.0, 4448.0, 4457.0, 4449.0, 4467.0, 4443.0, 4495.0, 4457.0, 4451.0, 4486.0, 4505.0, 4440.0, 4328.0, 4370.0, 4438.0, 4453.0, 4509.0, 4510.0, 4497.0, 4464.0, 4492.0, 4460.0, 4495.0, 4454.0, 4514.0, 4475.0, 4509.0, 4487.0, 4497.0, 4466.0, 4506.0, 4485.0, 4480.0, 4470.0, 4479.0, 4470.0, 4478.0, 4483.0, 4481.0, 4437.0, 4427.0, 4454.0, 4384.0, 4495.0, 4451.0, 4333.0, 4438.0, 4463.0, 4473.0, 4477.0, 4473.0, 4461.0, 4426.0, 4444.0, 4398.0, 4429.0, 4389.0, 4443.0, 4411.0, 4480.0, 4439.0, 4481.0, 4450.0, 4469.0, 4458.0, 4434.0, 4435.0, 4414.0, 4436.0, 4438.0, 4461.0, 4454.0, 4487.0, 4475.0, 4482.0, 4448.0, 4467.0, 4427.0, 4463.0, 4445.0, 4465.0, 4494.0, 4464.0, 4482.0, 4455.0, 4492.0, 4467.0, 4486.0, 4477.0, 4457.0, 4508.0, 4477.0, 4507.0, 4486.0, 4505.0, 4486.0, 4520.0, 4506.0, 4522.0, 4479.0, 4457.0, 4473.0, 4464.0, 4442.0, 4435.0, 4440.0, 4409.0, 4435.0, 4453.0, 4436.0, 4454.0, 4447.0, 4453.0, 4443.0, 4442.0, 4445.0, 4455.0, 4455.0, 4443.0, 4456.0, 4454.0, 4463.0, 4444.0, 4453.0, 4422.0, 4443.0, 4474.0, 4441.0, 4451.0, 4439.0, 4427.0, 4428.0, 4436.0, 4430.0, 4440.0, 4455.0, 4416.0, 4396.0, 4392.0, 4341.0, 4383.0, 4428.0, 4374.0, 4359.0, 4422.0, 4420.0, 4445.0, 4486.0, 4469.0, 4488.0, 4456.0, 4419.0, 4456.0, 4466.0, 4511.0, 4438.0, 4445.0, 4478.0, 4449.0, 4488.0, 4443.0, 4484.0, 4444.0, 4402.0, 4464.0, 4428.0, 4465.0, 4453.0, 4452.0, 4432.0, 4423.0, 4457.0, 4377.0, 4350.0, 4452.0, 4547.0, 4382.0, 4461.0, 4473.0, 4433.0, 4463.0, 4433.0, 4483.0, 4430.0, 4481.0, 4432.0, 4496.0, 4445.0, 4472.0, 4444.0, 4475.0, 4457.0, 4478.0, 4448.0, 4467.0, 4457.0, 4438.0, 4488.0, 4440.0, 4512.0, 4449.0, 4489.0, 4437.0, 4476.0, 4453.0, 4454.0, 4495.0, 4476.0, 4472.0, 4441.0, 4470.0, 4431.0, 4461.0, 4432.0, 4451.0, 4424.0, 4466.0, 4449.0, 4457.0, 4437.0, 4444.0, 4435.0, 4443.0, 4436.0, 4457.0, 4428.0, 4467.0, 4437.0, 4467.0, 4427.0, 4473.0, 4500.0, 4463.0, 4519.0, 4457.0, 4483.0, 4455.0, 4488.0, 4470.0, 4498.0, 4458.0, 4474.0, 4422.0, 4463.0, 4443.0, 4453.0, 4492.0, 4442.0, 4472.0, 4441.0, 4473.0, 4431.0, 4464.0, 4496.0, 4477.0, 4499.0, 4475.0, 4412.0, 4460.0, 4394.0, 4466.0, 4435.0, 4453.0, 4348.0, 4500.0, 4457.0, 4477.0, 4448.0, 4489.0, 4471.0, 4513.0, 4507.0, 4525.0, 4517.0, 4500.0, 4499.0, 4466.0, 4483.0, 4454.0, 4496.0, 4483.0, 4472.0, 4463.0, 4475.0, 4485.0, 4467.0, 4458.0, 4491.0, 4470.0, 4487.0, 4466.0, 4487.0, 4454.0, 4482.0, 4430.0, 4482.0, 4454.0, 4482.0, 4475.0, 4495.0, 4465.0, 4450.0, 4448.0, 4449.0, 4469.0, 4450.0, 4481.0, 4451.0, 4482.0, 4463.0, 4479.0, 4447.0, 4467.0, 4457.0, 4446.0, 4457.0, 4448.0, 4447.0, 4446.0, 4458.0, 4448.0, 4449.0, 4460.0, 4440.0, 4460.0, 4429.0, 4473.0, 4486.0, 4435.0, 4477.0, 4445.0, 4452.0, 4434.0, 4453.0, 4435.0, 4465.0, 4441.0, 4458.0, 4416.0, 4456.0, 4415.0, 4445.0, 4415.0, 4460.0, 4467.0, 4460.0, 4499.0, 4460.0, 4499.0, 4460.0, 4497.0, 4429.0, 4499.0, 4438.0, 4488.0, 4437.0, 4489.0, 4474.0, 4523.0, 4482.0, 4487.0, 4450.0, 4474.0, 4403.0, 4481.0, 4456.0, 4500.0, 4480.0, 4499.0, 4479.0, 4456.0, 4476.0, 4487.0, 4489.0, 4469.0, 4492.0, 4458.0, 4478.0, 4507.0, 4501.0, 4500.0, 4486.0, 4474.0, 4475.0, 4463.0, 4485.0, 4488.0, 4489.0, 4478.0, 4490.0, 4489.0, 4470.0, 4491.0, 4481.0, 4491.0, 4471.0, 4492.0, 4481.0, 4502.0, 4525.0, 4503.0, 4512.0, 4493.0, 4512.0, 4502.0, 4513.0, 4492.0, 4501.0, 4479.0, 4499.0, 4478.0, 4490.0, 4469.0, 4478.0, 4466.0, 4477.0, 4436.0, 4477.0, 4467.0, 4487.0, 4435.0, 4485.0, 4465.0, 4486.0, 4456.0, 4487.0, 4478.0, 4512.0, 4471.0, 4467.0, 4443.0, 4396.0, 4445.0, 4477.0, 4454.0, 4483.0, 4487.0, 4479.0, 4459.0, 4476.0, 4468.0, 4469.0, 4470.0, 4482.0, 4500.0, 4510.0, 4522.0, 4492.0, 4512.0, 4479.0, 4522.0, 4479.0, 4498.0, 4480.0, 4449.0, 4500.0, 4458.0, 4509.0, 4445.0, 4485.0, 4432.0, 4472.0, 4431.0, 4462.0, 4461.0, 4464.0, 4472.0, 4455.0, 4495.0, 4467.0, 4495.0, 4467.0, 4486.0, 4436.0, 4487.0, 4436.0, 4478.0, 4521.0, 4495.0, 4522.0, 4481.0, 4455.0, 4457.0, 4425.0, 4493.0, 4443.0, 4462.0, 4510.0, 4471.0, 4502.0, 4463.0, 4503.0, 4441.0, 4493.0, 4452.0, 4485.0, 4480.0, 4532.0, 4530.0, 4515.0, 4499.0, 4516.0, 4497.0, 4463.0, 4513.0, 4463.0, 4523.0, 4504.0, 4544.0, 4495.0, 4534.0, 4481.0, 4511.0, 4448.0, 4498.0, 4447.0, 4487.0, 4436.0, 4477.0, 4466.0, 4469.0, 4465.0, 4458.0, 4465.0, 4457.0, 4486.0, 4471.0, 4490.0, 4459.0, 4488.0, 4469.0, 4476.0, 4458.0, 4478.0, 4452.0, 4479.0, 4448.0, 4468.0, 4457.0, 4467.0, 4449.0, 4470.0, 4447.0, 4469.0, 4450.0, 4480.0, 4478.0, 4472.0, 4510.0, 4495.0, 4510.0, 4491.0, 4509.0, 4492.0, 4500.0, 4494.0, 4463.0, 4517.0, 4488.0, 4536.0, 4506.0, 4545.0, 4506.0, 4532.0, 4502.0, 4471.0, 4535.0, 4546.0, 4524.0, 4531.0, 4501.0, 4518.0, 4477.0, 4520.0, 4491.0, 4507.0, 4468.0, 4497.0, 4467.0, 4484.0, 4457.0, 4500.0, 4470.0, 4488.0, 4449.0, 4489.0, 4447.0, 4491.0, 4461.0, 4481.0, 4469.0, 4482.0, 4530.0, 4481.0, 4485.0, 4460.0, 4453.0, 4479.0, 4498.0, 4480.0, 4467.0, 4455.0, 4474.0, 4503.0, 4469.0, 4451.0, 4478.0, 4460.0, 4511.0, 4490.0, 4501.0, 4480.0, 4499.0, 4478.0, 4509.0, 4499.0, 4519.0, 4499.0, 4499.0, 4462.0, 4483.0, 4463.0, 4485.0, 4487.0, 4465.0, 4459.0, 4450.0, 4477.0, 4476.0, 4485.0, 4452.0, 4453.0, 4481.0, 4441.0, 4441.0, 4452.0, 4451.0, 4462.0, 4472.0, 4451.0, 4434.0, 4435.0, 4425.0, 4446.0, 4430.0, 4460.0, 4440.0, 4461.0, 4464.0, 4422.0, 4474.0, 4368.0, 4406.0, 4487.0, 4404.0, 4358.0, 4345.0, 4358.0, 4391.0, 4431.0, 4436.0, 4418.0, 4468.0, 4421.0, 4402.0, 4444.0, 4437.0, 4471.0, 4476.0, 4474.0, 4488.0, 4480.0, 4475.0, 4476.0, 4477.0, 4478.0, 4427.0, 4467.0, 4446.0, 4464.0, 4449.0, 4430.0, 4460.0, 4408.0, 4437.0, 4407.0, 4448.0, 4420.0, 4416.0, 4430.0, 4440.0, 4428.0, 4430.0, 4429.0, 4420.0, 4441.0, 4432.0, 4443.0, 4438.0, 4377.0, 4439.0, 4428.0, 4414.0, 4417.0, 4407.0, 4440.0, 4411.0, 4462.0, 4423.0, 4460.0, 4422.0, 4450.0, 4410.0, 4440.0, 4407.0, 4407.0, 4396.0, 4408.0, 4437.0, 4408.0, 4425.0, 4417.0, 4416.0, 4396.0, 4407.0, 4407.0, 4433.0, 4441.0, 4421.0, 4419.0, 4410.0, 4399.0, 4400.0, 4423.0, 4422.0, 4415.0, 4453.0, 4448.0, 4436.0, 4447.0, 4425.0, 4417.0, 4436.0, 4426.0, 4459.0], 'WindowWidth': [9815.0, 9880.0, 9806.0, 9840.0, 9800.0, 9835.0, 9764.0, 9814.0, 9804.0, 9757.0, 9822.0, 9787.0, 9868.0, 9846.0, 9784.0, 9595.0, 9661.0, 9826.0, 9730.0, 9709.0, 9782.0, 9725.0, 9834.0, 9780.0, 9835.0, 9799.0, 9839.0, 9802.0, 9841.0, 9804.0, 9845.0, 9841.0, 9865.0, 9875.0, 9878.0, 9868.0, 9835.0, 9838.0, 9822.0, 9849.0, 9808.0, 9857.0, 9816.0, 9827.0, 9853.0, 9869.0, 9815.0, 9838.0, 9739.0, 9806.0, 9781.0, 9782.0, 9777.0, 9780.0, 9697.0, 9745.0, 9742.0, 9785.0, 9724.0, 9797.0, 9735.0, 9817.0, 9763.0, 9799.0, 9758.0, 9797.0, 9737.0, 9772.0, 9718.0, 9755.0, 9704.0, 9761.0, 9721.0, 9779.0, 9709.0, 9770.0, 9713.0, 9775.0, 9811.0, 9785.0, 9789.0, 9744.0, 9765.0, 9736.0, 9775.0, 9955.0, 9870.0, 9823.0, 9768.0, 9785.0, 9781.0, 9789.0, 9787.0, 9766.0, 9818.0, 9792.0, 9767.0, 9637.0, 9726.0, 9715.0, 9783.0, 9764.0, 9798.0, 9771.0, 9844.0, 9766.0, 9799.0, 9768.0, 9817.0, 9781.0, 9853.0, 9808.0, 9804.0, 9822.0, 9796.0, 9858.0, 9861.0, 9801.0, 9833.0, 9779.0, 9816.0, 9768.0, 9820.0, 9779.0, 9829.0, 9793.0, 9793.0, 9718.0, 9790.0, 9801.0, 9794.0, 9816.0, 9793.0, 9871.0, 9821.0, 9802.0, 9873.0, 9891.0, 9773.0, 9576.0, 9666.0, 9772.0, 9806.0, 9894.0, 9902.0, 9881.0, 9830.0, 9864.0, 9817.0, 9875.0, 9814.0, 9900.0, 9843.0, 9898.0, 9851.0, 9872.0, 9820.0, 9887.0, 9847.0, 9840.0, 9819.0, 9833.0, 9818.0, 9832.0, 9846.0, 9838.0, 9766.0, 9760.0, 9786.0, 9666.0, 9862.0, 9783.0, 9565.0, 9770.0, 9815.0, 9829.0, 9841.0, 9834.0, 9812.0, 9757.0, 9772.0, 9702.0, 9744.0, 9693.0, 9772.0, 9727.0, 9838.0, 9782.0, 9843.0, 9800.0, 9822.0, 9810.0, 9769.0, 9769.0, 9739.0, 9774.0, 9777.0, 9816.0, 9814.0, 9865.0, 9846.0, 9848.0, 9793.0, 9822.0, 9767.0, 9827.0, 9781.0, 9827.0, 9862.0, 9821.0, 9843.0, 9812.0, 9856.0, 9831.0, 9858.0, 9846.0, 9817.0, 9891.0, 9845.0, 9890.0, 9857.0, 9887.0, 9855.0, 9916.0, 9890.0, 9907.0, 9839.0, 9800.0, 9820.0, 9812.0, 9776.0, 9770.0, 9768.0, 9722.0, 9765.0, 9791.0, 9769.0, 9791.0, 9785.0, 9790.0, 9776.0, 9772.0, 9780.0, 9797.0, 9792.0, 9775.0, 9796.0, 9792.0, 9801.0, 9776.0, 9784.0, 9742.0, 9772.0, 9821.0, 9766.0, 9779.0, 9759.0, 9740.0, 9744.0, 9754.0, 9748.0, 9763.0, 9794.0, 9725.0, 9690.0, 9676.0, 9603.0, 9662.0, 9755.0, 9659.0, 9650.0, 9741.0, 9739.0, 9783.0, 9845.0, 9827.0, 9851.0, 9803.0, 9739.0, 9791.0, 9822.0, 9892.0, 9782.0, 9783.0, 9839.0, 9795.0, 9852.0, 9778.0, 9838.0, 9780.0, 9718.0, 9809.0, 9766.0, 9810.0, 9792.0, 9789.0, 9760.0, 9751.0, 9804.0, 9651.0, 9583.0, 9783.0, 9961.0, 9660.0, 9807.0, 9825.0, 9768.0, 9810.0, 9771.0, 9837.0, 9762.0, 9832.0, 9769.0, 9861.0, 9790.0, 9820.0, 9786.0, 9829.0, 9811.0, 9842.0, 9801.0, 9826.0, 9814.0, 9786.0, 9854.0, 9794.0, 9895.0, 9804.0, 9858.0, 9783.0, 9833.0, 9798.0, 9801.0, 9862.0, 9832.0, 9821.0, 9779.0, 9816.0, 9766.0, 9804.0, 9769.0, 9792.0, 9761.0, 9826.0, 9809.0, 9814.0, 9788.0, 9790.0, 9779.0, 9788.0, 9784.0, 9810.0, 9775.0, 9826.0, 9785.0, 9826.0, 9774.0, 9842.0, 9877.0, 9833.0, 9901.0, 9811.0, 9837.0, 9805.0, 9852.0, 9834.0, 9873.0, 9815.0, 9832.0, 9757.0, 9814.0, 9785.0, 9800.0, 9853.0, 9783.0, 9826.0, 9780.0, 9826.0, 9766.0, 9818.0, 9867.0, 9843.0, 9876.0, 9837.0, 9747.0, 9807.0, 9724.0, 9829.0, 9788.0, 9804.0, 9629.0, 9874.0, 9807.0, 9833.0, 9793.0, 9857.0, 9835.0, 9898.0, 9896.0, 9922.0, 9912.0, 9875.0, 9878.0, 9824.0, 9845.0, 9805.0, 9872.0, 9845.0, 9823.0, 9814.0, 9831.0, 9848.0, 9828.0, 9818.0, 9862.0, 9833.0, 9850.0, 9821.0, 9851.0, 9799.0, 9837.0, 9761.0, 9837.0, 9801.0, 9838.0, 9829.0, 9863.0, 9816.0, 9786.0, 9781.0, 9783.0, 9813.0, 9789.0, 9832.0, 9791.0, 9840.0, 9810.0, 9827.0, 9782.0, 9807.0, 9793.0, 9776.0, 9791.0, 9784.0, 9778.0, 9777.0, 9794.0, 9783.0, 9784.0, 9802.0, 9772.0, 9802.0, 9759.0, 9824.0, 9851.0, 9756.0, 9839.0, 9788.0, 9790.0, 9770.0, 9796.0, 9776.0, 9817.0, 9796.0, 9812.0, 9751.0, 9804.0, 9748.0, 9789.0, 9752.0, 9820.0, 9825.0, 9819.0, 9869.0, 9819.0, 9869.0, 9819.0, 9866.0, 9775.0, 9869.0, 9786.0, 9853.0, 9784.0, 9855.0, 9846.0, 9930.0, 9872.0, 9868.0, 9801.0, 9829.0, 9709.0, 9830.0, 9807.0, 9874.0, 9848.0, 9873.0, 9842.0, 9804.0, 9833.0, 9852.0, 9855.0, 9829.0, 9866.0, 9811.0, 9839.0, 9881.0, 9877.0, 9875.0, 9847.0, 9826.0, 9829.0, 9810.0, 9843.0, 9854.0, 9857.0, 9839.0, 9861.0, 9858.0, 9834.0, 9863.0, 9849.0, 9864.0, 9834.0, 9866.0, 9849.0, 9881.0, 9918.0, 9883.0, 9896.0, 9868.0, 9896.0, 9880.0, 9898.0, 9864.0, 9877.0, 9842.0, 9872.0, 9838.0, 9860.0, 9827.0, 9838.0, 9817.0, 9836.0, 9777.0, 9834.0, 9822.0, 9849.0, 9776.0, 9843.0, 9815.0, 9846.0, 9804.0, 9850.0, 9838.0, 9895.0, 9837.0, 9820.0, 9782.0, 9709.0, 9798.0, 9843.0, 9808.0, 9846.0, 9857.0, 9847.0, 9821.0, 9837.0, 9831.0, 9831.0, 9830.0, 9853.0, 9893.0, 9903.0, 9905.0, 9859.0, 9884.0, 9837.0, 9906.0, 9837.0, 9866.0, 9842.0, 9797.0, 9873.0, 9808.0, 9887.0, 9784.0, 9842.0, 9761.0, 9816.0, 9757.0, 9802.0, 9800.0, 9808.0, 9818.0, 9800.0, 9854.0, 9820.0, 9856.0, 9819.0, 9843.0, 9777.0, 9846.0, 9777.0, 9835.0, 9902.0, 9874.0, 9906.0, 9849.0, 9804.0, 9811.0, 9762.0, 9870.0, 9803.0, 9827.0, 9886.0, 9836.0, 9879.0, 9830.0, 9881.0, 9795.0, 9868.0, 9811.0, 9860.0, 9866.0, 9942.0, 9958.0, 9905.0, 9893.0, 9911.0, 9886.0, 9829.0, 9897.0, 9828.0, 9913.0, 9889.0, 9945.0, 9876.0, 9930.0, 9850.0, 9891.0, 9801.0, 9867.0, 9794.0, 9851.0, 9778.0, 9836.0, 9822.0, 9829.0, 9817.0, 9812.0, 9817.0, 9810.0, 9849.0, 9840.0, 9863.0, 9818.0, 9854.0, 9831.0, 9835.0, 9813.0, 9839.0, 9815.0, 9845.0, 9800.0, 9826.0, 9809.0, 9823.0, 9807.0, 9835.0, 9799.0, 9831.0, 9809.0, 9849.0, 9841.0, 9840.0, 9890.0, 9878.0, 9890.0, 9866.0, 9885.0, 9865.0, 9874.0, 9871.0, 9829.0, 9910.0, 9873.0, 9938.0, 9895.0, 9948.0, 9895.0, 9924.0, 9880.0, 9836.0, 9935.0, 9952.0, 9916.0, 9923.0, 9877.0, 9897.0, 9837.0, 9904.0, 9866.0, 9880.0, 9825.0, 9863.0, 9823.0, 9842.0, 9810.0, 9874.0, 9835.0, 9853.0, 9804.0, 9858.0, 9798.0, 9864.0, 9826.0, 9851.0, 9829.0, 9853.0, 9916.0, 9849.0, 9842.0, 9816.0, 9793.0, 9842.0, 9866.0, 9846.0, 9824.0, 9800.0, 9846.0, 9881.0, 9827.0, 9803.0, 9836.0, 9818.0, 9891.0, 9861.0, 9876.0, 9845.0, 9878.0, 9845.0, 9896.0, 9880.0, 9911.0, 9879.0, 9883.0, 9811.0, 9840.0, 9809.0, 9844.0, 9851.0, 9817.0, 9819.0, 9809.0, 9839.0, 9836.0, 9847.0, 9799.0, 9796.0, 9833.0, 9778.0, 9776.0, 9792.0, 9788.0, 9807.0, 9820.0, 9790.0, 9757.0, 9757.0, 9744.0, 9776.0, 9757.0, 9801.0, 9773.0, 9806.0, 9816.0, 9733.0, 9826.0, 9629.0, 9692.0, 9858.0, 9709.0, 9633.0, 9611.0, 9629.0, 9709.0, 9764.0, 9764.0, 9747.0, 9817.0, 9742.0, 9719.0, 9777.0, 9773.0, 9827.0, 9848.0, 9835.0, 9866.0, 9849.0, 9839.0, 9840.0, 9840.0, 9844.0, 9773.0, 9826.0, 9792.0, 9813.0, 9783.0, 9762.0, 9803.0, 9723.0, 9763.0, 9722.0, 9781.0, 9747.0, 9735.0, 9761.0, 9776.0, 9756.0, 9763.0, 9759.0, 9748.0, 9779.0, 9768.0, 9785.0, 9777.0, 9652.0, 9774.0, 9762.0, 9733.0, 9744.0, 9729.0, 9774.0, 9740.0, 9815.0, 9757.0, 9808.0, 9760.0, 9795.0, 9738.0, 9780.0, 9728.0, 9724.0, 9715.0, 9733.0, 9770.0, 9733.0, 9751.0, 9744.0, 9741.0, 9714.0, 9731.0, 9732.0, 9779.0, 9785.0, 9758.0, 9751.0, 9742.0, 9719.0, 9722.0, 9763.0, 9761.0, 9751.0, 9806.0, 9810.0, 9787.0, 9804.0, 9770.0, 9758.0, 9789.0, 9770.0, 9828.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.0147763876146789</td></tr>
<tr><td colspan=3>aqi</td><td>0.2252790493119266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>52.42164575039034</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0383907739150406</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0180694072101046</td></tr>
<tr><td colspan=3>efc</td><td>0.4932</td></tr>
<tr><td colspan=3>fber</td><td>4012.1516</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.5084945535920429</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>424</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>48.62385321100918</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.522851285884576</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.117125562045572</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.8784135438950518</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.573014751713104</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135987</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007517739664763212</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027045996859669685</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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>4.160910694463538</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>14.526</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.341</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.6538</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298886.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>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.351</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.6652</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3577.5114</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77658.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1403.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4632.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.543</td></tr>
<tr><td colspan=3>tsnr</td><td>12.733517860848224</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>