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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-03/func/sub-0010_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0fafb0daa65c1fe7ad04fa43555a4f25</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>15:33:47.040000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999779, 0.0133024, 0.0162514, -0.0139605, 0.999058, 0.0410794]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0725047</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7731, -7300, 622, -54, -17, 28, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.279</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5143d147-6459-4a94-b8d7-a7d7948f515c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682335138320923, -0.03745506703853607, 0.04236191138625145, 110.38511657714844], [-0.035689301788806915, 2.6804006099700928, 0.11150258034467697, -85.02178955078125], [0.04360119625926018, -0.11021311581134796, 2.697364091873169, -54.23923110961914], [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': ['153347.040000', '153347.500000', '153347.960000', '153348.420000', '153348.880000', '153349.340000', '153349.800000', '153350.260000', '153350.720000', '153351.180000', '153351.640000', '153352.100000', '153352.560000', '153353.020000', '153353.480000', '153353.940000', '153354.400000', '153354.860000', '153355.320000', '153355.780000', '153356.240000', '153356.700000', '153357.160000', '153357.620000', '153358.080000', '153358.540000', '153359.000000', '153359.460000', '153359.920000', '153400.380000', '153400.840000', '153401.300000', '153401.760000', '153402.220000', '153402.680000', '153403.140000', '153403.600000', '153404.060000', '153404.520000', '153404.980000', '153405.440000', '153405.900000', '153406.360000', '153406.820000', '153407.280000', '153407.740000', '153408.200000', '153408.660000', '153409.120000', '153409.580000', '153410.040000', '153410.500000', '153410.960000', '153411.420000', '153411.880000', '153412.340000', '153412.800000', '153413.260000', '153413.720000', '153414.180000', '153414.640000', '153415.100000', '153415.560000', '153416.020000', '153416.480000', '153416.940000', '153417.400000', '153417.860000', '153418.320000', '153418.780000', '153419.240000', '153419.700000', '153420.160000', '153420.620000', '153421.080000', '153421.540000', '153422.000000', '153422.460000', '153422.920000', '153423.380000', '153423.840000', '153424.300000', '153424.760000', '153425.220000', '153425.680000', '153426.140000', '153426.600000', '153427.060000', '153427.520000', '153427.980000', '153428.440000', '153428.900000', '153429.360000', '153429.820000', '153430.280000', '153430.740000', '153431.200000', '153431.660000', '153432.120000', '153432.580000', '153433.040000', '153433.500000', '153433.960000', '153434.420000', '153434.880000', '153435.340000', '153435.800000', '153436.260000', '153436.720000', '153437.180000', '153437.640000', '153438.100000', '153438.560000', '153439.020000', '153439.480000', '153439.940000', '153440.400000', '153440.860000', '153441.320000', '153441.780000', '153442.240000', '153442.700000', '153443.160000', '153443.620000', '153444.080000', '153444.540000', '153445.000000', '153445.460000', '153445.920000', '153446.380000', '153446.840000', '153447.300000', '153447.760000', '153448.220000', '153448.680000', '153449.140000', '153449.600000', '153450.060000', '153450.520000', '153450.980000', '153451.440000', '153451.900000', '153452.360000', '153452.820000', '153453.280000', '153453.740000', '153454.200000', '153454.660000', '153455.120000', '153455.580000', '153456.040000', '153456.500000', '153456.960000', '153457.420000', '153457.880000', '153458.340000', '153458.800000', '153459.260000', '153459.720000', '153500.180000', '153500.640000', '153501.100000', '153501.560000', '153502.020000', '153502.480000', '153502.940000', '153503.400000', '153503.860000', '153504.320000', '153504.780000', '153505.240000', '153505.700000', '153506.160000', '153506.620000', '153507.080000', '153507.540000', '153508.000000', '153508.460000', '153508.920000', '153509.380000', '153509.840000', '153510.300000', '153510.760000', '153511.220000', '153511.680000', '153512.140000', '153512.600000', '153513.060000', '153513.520000', '153513.980000', '153514.440000', '153514.900000', '153515.360000', '153515.820000', '153516.280000', '153516.740000', '153517.200000', '153517.660000', '153518.120000', '153518.580000', '153519.040000', '153519.500000', '153519.960000', '153520.420000', '153520.880000', '153521.340000', '153521.800000', '153522.260000', '153522.720000', '153523.180000', '153523.640000', '153524.100000', '153524.560000', '153525.020000', '153525.480000', '153525.940000', '153526.400000', '153526.860000', '153527.320000', '153527.780000', '153528.240000', '153528.700000', '153529.160000', '153529.620000', '153530.080000', '153530.540000', '153531.000000', '153531.460000', '153531.920000', '153532.380000', '153532.840000', '153533.300000', '153533.760000', '153534.220000', '153534.680000', '153535.140000', '153535.600000', '153536.060000', '153536.520000', '153536.980000', '153537.440000', '153537.900000', '153538.360000', '153538.820000', '153539.280000', '153539.740000', '153540.200000', '153540.660000', '153541.120000', '153541.580000', '153542.040000', '153542.500000', '153542.960000', '153543.420000', '153543.880000', '153544.340000', '153544.800000', '153545.260000', '153545.720000', '153546.180000', '153546.640000', '153547.100000', '153547.560000', '153548.020000', '153548.480000', '153548.940000', '153549.400000', '153549.860000', '153550.320000', '153550.780000', '153551.240000', '153551.700000', '153552.160000', '153552.620000', '153553.080000', '153553.540000', '153554.000000', '153554.460000', '153554.920000', '153555.380000', '153555.840000', '153556.300000', '153556.760000', '153557.220000', '153557.680000', '153558.140000', '153558.600000', '153559.060000', '153559.520000', '153559.980000', '153600.440000', '153600.900000', '153601.360000', '153601.820000', '153602.280000', '153602.740000', '153603.200000', '153603.660000', '153604.120000', '153604.580000', '153605.040000', '153605.500000', '153605.960000', '153606.420000', '153606.880000', '153607.340000', '153607.800000', '153608.260000', '153608.720000', '153609.180000', '153609.640000', '153610.100000', '153610.560000', '153611.020000', '153611.480000', '153611.940000', '153612.400000', '153612.860000', '153613.320000', '153613.780000', '153614.240000', '153614.700000', '153615.160000', '153615.620000', '153616.080000', '153616.540000', '153617.000000', '153617.460000', '153617.920000', '153618.380000', '153618.840000', '153619.300000', '153619.760000', '153620.220000', '153620.680000', '153621.140000', '153621.600000', '153622.060000', '153622.520000', '153622.980000', '153623.440000', '153623.900000', '153624.360000', '153624.820000', '153625.280000', '153625.740000', '153626.200000', '153626.660000', '153627.120000', '153627.580000', '153628.040000', '153628.500000', '153628.960000', '153629.420000', '153629.880000', '153630.340000', '153630.800000', '153631.260000', '153631.720000', '153632.180000', '153632.640000', '153633.100000', '153633.560000', '153634.020000', '153634.480000', '153634.940000', '153635.400000', '153635.860000', '153636.320000', '153636.780000', '153637.240000', '153637.700000', '153638.160000', '153638.620000', '153639.080000', '153639.540000', '153640.000000', '153640.460000', '153640.920000', '153641.380000', '153641.840000', '153642.300000', '153642.760000', '153643.220000', '153643.680000', '153644.140000', '153644.600000', '153645.060000', '153645.520000', '153645.980000', '153646.440000', '153646.900000', '153647.360000', '153647.820000', '153648.280000', '153648.740000', '153649.200000', '153649.660000', '153650.120000', '153650.580000', '153651.040000', '153651.500000', '153651.960000', '153652.420000', '153652.880000', '153653.340000', '153653.800000', '153654.260000', '153654.720000', '153655.180000', '153655.640000', '153656.100000', '153656.560000', '153657.020000', '153657.480000', '153657.940000', '153658.400000', '153658.860000', '153659.320000', '153659.780000', '153700.240000', '153700.700000', '153701.160000', '153701.620000', '153702.080000', '153702.540000', '153703.000000', '153703.460000', '153703.920000', '153704.380000', '153704.840000', '153705.300000', '153705.760000', '153706.220000', '153706.680000', '153707.140000', '153707.600000', '153708.060000', '153708.520000', '153708.980000', '153709.440000', '153709.900000', '153710.360000', '153710.820000', '153711.280000', '153711.740000', '153712.200000', '153712.660000', '153713.120000', '153713.580000', '153714.040000', '153714.500000', '153714.960000', '153715.420000', '153715.880000', '153716.340000', '153716.800000', '153717.260000', '153717.720000', '153718.180000', '153718.640000', '153719.100000', '153719.560000', '153720.020000', '153720.480000', '153720.940000', '153721.400000', '153721.860000', '153722.320000', '153722.780000', '153723.240000', '153723.700000', '153724.160000', '153724.620000', '153725.080000', '153725.540000', '153726.000000', '153726.460000', '153726.920000', '153727.380000', '153727.840000', '153728.300000', '153728.760000', '153729.220000', '153729.680000', '153730.140000', '153730.600000', '153731.060000', '153731.520000', '153731.980000', '153732.440000', '153732.900000', '153733.360000', '153733.820000', '153734.280000', '153734.740000', '153735.200000', '153735.660000', '153736.120000', '153736.580000', '153737.040000', '153737.500000', '153737.960000', '153738.420000', '153738.880000', '153739.340000', '153739.800000', '153740.260000', '153740.720000', '153741.180000', '153741.640000', '153742.100000', '153742.560000', '153743.020000', '153743.480000', '153743.940000', '153744.400000', '153744.860000', '153745.320000', '153745.780000', '153746.240000', '153746.700000', '153747.160000', '153747.620000', '153748.080000', '153748.540000', '153749.000000', '153749.460000', '153749.920000', '153750.380000', '153750.840000', '153751.300000', '153751.760000', '153752.220000', '153752.680000', '153753.140000', '153753.600000', '153754.060000', '153754.520000', '153754.980000', '153755.440000', '153755.900000', '153756.360000', '153756.820000', '153757.280000', '153757.740000', '153758.200000', '153758.660000', '153759.120000', '153759.580000', '153800.040000', '153800.500000', '153800.960000', '153801.420000', '153801.880000', '153802.340000', '153802.800000', '153803.260000', '153803.720000', '153804.180000', '153804.640000', '153805.100000', '153805.560000', '153806.020000', '153806.480000', '153806.940000', '153807.400000', '153807.860000', '153808.320000', '153808.780000', '153809.240000', '153809.700000', '153810.160000', '153810.620000', '153811.080000', '153811.540000', '153812.000000', '153812.460000', '153812.920000', '153813.380000', '153813.840000', '153814.300000', '153814.760000', '153815.220000', '153815.680000', '153816.140000', '153816.600000', '153817.060000', '153817.520000', '153817.980000', '153818.440000', '153818.900000', '153819.360000', '153819.820000', '153820.280000', '153820.740000', '153821.200000', '153821.660000', '153822.120000', '153822.580000', '153823.040000', '153823.500000', '153823.960000', '153824.420000', '153824.880000', '153825.340000', '153825.800000', '153826.260000', '153826.720000', '153827.180000', '153827.640000', '153828.100000', '153828.560000', '153829.020000', '153829.480000', '153829.940000', '153830.400000', '153830.860000', '153831.320000', '153831.780000', '153832.240000', '153832.700000', '153833.160000', '153833.620000', '153834.080000', '153834.540000', '153835.000000', '153835.460000', '153835.920000', '153836.380000', '153836.840000', '153837.300000', '153837.760000', '153838.220000', '153838.680000', '153839.140000', '153839.600000', '153840.060000', '153840.520000', '153840.980000', '153841.440000', '153841.900000', '153842.360000', '153842.820000', '153843.280000', '153843.740000', '153844.200000', '153844.660000', '153845.120000', '153845.580000', '153846.040000', '153846.500000', '153846.960000', '153847.420000', '153847.880000', '153848.340000', '153848.800000', '153849.260000', '153849.720000', '153850.180000', '153850.640000', '153851.100000', '153851.560000', '153852.020000', '153852.480000', '153852.940000', '153853.400000', '153853.860000', '153854.320000', '153854.780000', '153855.240000', '153855.700000', '153856.160000', '153856.620000', '153857.080000', '153857.540000', '153858.000000', '153858.460000', '153858.920000', '153859.380000', '153859.840000', '153900.300000', '153900.760000', '153901.220000', '153901.680000', '153902.140000', '153902.600000', '153903.060000', '153903.520000', '153903.980000', '153904.440000', '153904.900000', '153905.360000', '153905.820000', '153906.280000', '153906.740000', '153907.200000', '153907.660000', '153908.120000', '153908.580000', '153909.040000', '153909.500000', '153909.960000', '153910.420000', '153910.880000', '153911.340000', '153911.800000', '153912.260000', '153912.720000', '153913.180000', '153913.640000', '153914.100000', '153914.560000', '153915.020000', '153915.480000', '153915.940000', '153916.400000', '153916.860000', '153917.320000', '153917.780000', '153918.240000', '153918.700000', '153919.160000', '153919.620000', '153920.080000', '153920.540000', '153921.000000', '153921.460000', '153921.920000', '153922.380000', '153922.840000', '153923.300000', '153923.760000', '153924.220000', '153924.680000', '153925.140000', '153925.600000', '153926.060000', '153926.520000', '153926.980000', '153927.440000', '153927.900000', '153928.360000', '153928.820000', '153929.280000', '153929.740000', '153930.200000', '153930.660000', '153931.120000', '153931.580000', '153932.040000', '153932.500000', '153932.960000', '153933.420000', '153933.880000', '153934.340000', '153934.800000', '153935.260000', '153935.720000', '153936.180000', '153936.640000', '153937.100000', '153937.560000', '153938.020000', '153938.480000', '153938.940000', '153939.400000', '153939.860000', '153940.320000', '153940.780000', '153941.240000', '153941.700000', '153942.160000', '153942.620000', '153943.080000', '153943.540000', '153944.000000', '153944.460000', '153944.920000', '153945.380000', '153945.840000', '153946.300000', '153946.760000', '153947.220000', '153947.680000', '153948.140000', '153948.600000', '153949.060000', '153949.520000', '153949.980000', '153950.440000', '153950.900000', '153951.360000', '153951.820000', '153952.280000', '153952.740000', '153953.200000', '153953.660000', '153954.120000', '153954.580000', '153955.040000', '153955.500000', '153955.960000', '153956.420000', '153956.880000', '153957.340000', '153957.800000', '153958.260000', '153958.720000', '153959.180000', '153959.640000', '154000.100000', '154000.560000', '154001.020000', '154001.480000', '154001.940000', '154002.400000', '154002.860000', '154003.320000', '154003.780000', '154004.240000', '154004.700000', '154005.160000', '154005.620000', '154006.080000', '154006.540000', '154007.000000', '154007.460000', '154007.920000', '154008.380000', '154008.840000', '154009.300000', '154009.760000', '154010.220000', '154010.680000', '154011.140000', '154011.600000', '154012.060000', '154012.520000', '154012.980000', '154013.440000', '154013.900000', '154014.360000', '154014.820000', '154015.280000', '154015.740000', '154016.200000', '154016.660000', '154017.120000', '154017.580000', '154018.040000', '154018.500000', '154018.960000', '154019.420000', '154019.880000', '154020.340000', '154020.800000', '154021.260000', '154021.720000', '154022.180000', '154022.640000', '154023.100000', '154023.560000', '154024.020000', '154024.480000', '154024.940000', '154025.400000', '154025.860000', '154026.320000', '154026.780000', '154027.240000', '154027.700000'], 'ContentTime': ['153405.415000', '153405.419000', '153405.422000', '153405.424000', '153405.427000', '153405.430000', '153405.433000', '153405.437000', '153405.440000', '153405.443000', '153405.446000', '153405.448000', '153405.451000', '153405.454000', '153405.457000', '153405.460000', '153405.462000', '153405.465000', '153405.468000', '153405.473000', '153405.476000', '153405.479000', '153405.481000', '153405.484000', '153405.487000', '153405.490000', '153405.492000', '153405.495000', '153405.498000', '153405.501000', '153405.504000', '153405.506000', '153405.509000', '153405.512000', '153405.515000', '153405.517000', '153405.520000', '153405.523000', '153405.526000', '153425.381000', '153425.384000', '153425.388000', '153425.391000', '153425.394000', '153425.396000', '153425.399000', '153425.402000', '153425.405000', '153425.407000', '153425.410000', '153425.413000', '153425.416000', '153425.418000', '153425.421000', '153425.424000', '153425.427000', '153425.429000', '153425.432000', '153425.435000', '153425.438000', '153425.441000', '153425.443000', '153425.446000', '153425.449000', '153425.453000', '153425.455000', '153425.458000', '153425.461000', '153425.464000', '153425.467000', '153425.470000', '153425.472000', '153425.475000', '153425.478000', '153425.481000', '153425.483000', '153425.486000', '153425.489000', '153425.492000', '153425.494000', '153425.497000', '153425.500000', '153445.381000', '153445.384000', '153445.387000', '153445.389000', '153445.392000', '153445.395000', '153445.398000', '153445.401000', '153445.403000', '153445.406000', '153445.409000', '153445.412000', '153445.414000', '153445.417000', '153445.420000', '153445.423000', '153445.426000', '153445.428000', '153445.431000', '153445.434000', '153445.437000', '153445.440000', '153445.442000', '153445.445000', '153445.448000', '153445.451000', '153445.453000', '153445.456000', '153445.459000', '153445.462000', '153445.465000', '153445.467000', '153445.470000', '153445.477000', '153445.480000', '153445.482000', '153445.485000', '153445.488000', '153445.491000', '153445.493000', '153445.496000', '153445.499000', '153445.502000', '153445.505000', '153505.381000', '153505.384000', '153505.387000', '153505.390000', '153505.393000', '153505.395000', '153505.398000', '153505.401000', '153505.404000', '153505.407000', '153505.409000', '153505.412000', '153505.415000', '153505.418000', '153505.421000', '153505.423000', '153505.426000', '153505.429000', '153505.432000', '153505.435000', '153505.437000', '153505.440000', '153505.443000', '153505.446000', '153505.449000', '153505.451000', '153505.454000', '153505.457000', '153505.460000', '153505.463000', '153505.466000', '153505.469000', '153505.472000', '153505.474000', '153505.477000', '153505.480000', '153505.483000', '153505.486000', '153505.489000', '153505.491000', '153505.494000', '153505.497000', '153505.500000', '153525.394000', '153525.397000', '153525.400000', '153525.403000', '153525.405000', '153525.408000', '153525.411000', '153525.414000', '153525.416000', '153525.419000', '153525.422000', '153525.425000', '153525.427000', '153525.430000', '153525.433000', '153525.436000', '153525.439000', '153525.441000', '153525.444000', '153525.447000', '153525.450000', '153525.452000', '153525.455000', '153525.458000', '153525.461000', '153525.464000', '153525.466000', '153525.469000', '153525.472000', '153525.475000', '153525.478000', '153525.480000', '153525.483000', '153525.486000', '153525.489000', '153525.492000', '153525.495000', '153525.497000', '153525.500000', '153525.503000', '153525.506000', '153525.509000', '153525.512000', '153525.515000', '153545.381000', '153545.384000', '153545.387000', '153545.390000', '153545.392000', '153545.395000', '153545.398000', '153545.401000', '153545.404000', '153545.407000', '153545.409000', '153545.412000', '153545.415000', '153545.418000', '153545.421000', '153545.425000', '153545.428000', '153545.431000', '153545.434000', '153545.437000', '153545.440000', '153545.442000', '153545.445000', '153545.448000', '153545.451000', '153545.454000', '153545.456000', '153545.459000', '153545.462000', '153545.465000', '153545.468000', '153545.471000', '153545.474000', '153545.477000', '153545.480000', '153545.482000', '153545.485000', '153545.488000', '153545.491000', '153545.494000', '153545.497000', '153545.500000', '153545.503000', '153605.382000', '153605.385000', '153605.388000', '153605.391000', '153605.393000', '153605.396000', '153605.399000', '153605.402000', '153605.405000', '153605.408000', '153605.410000', '153605.413000', '153605.416000', '153605.419000', '153605.422000', '153605.425000', '153605.428000', '153605.430000', '153605.433000', '153605.436000', '153605.439000', '153605.442000', '153605.445000', '153605.447000', '153605.450000', '153605.453000', '153605.456000', '153605.459000', '153605.462000', '153605.465000', '153605.468000', '153605.470000', '153605.473000', '153605.476000', '153605.479000', '153605.482000', '153605.485000', '153605.487000', '153605.490000', '153605.493000', '153605.496000', '153605.499000', '153605.502000', '153605.505000', '153625.382000', '153625.385000', '153625.388000', '153625.390000', '153625.393000', '153625.403000', '153625.405000', '153625.408000', '153625.411000', '153625.414000', '153625.417000', '153625.420000', '153625.422000', '153625.425000', '153625.428000', '153625.431000', '153625.434000', '153625.436000', '153625.439000', '153625.442000', '153625.445000', '153625.447000', '153625.450000', '153625.453000', '153625.456000', '153625.458000', '153625.461000', '153625.464000', '153625.468000', '153625.471000', '153625.474000', '153625.476000', '153625.479000', '153625.482000', '153625.485000', '153625.488000', '153625.491000', '153625.494000', '153625.497000', '153625.500000', '153625.511000', '153625.514000', '153625.517000', '153645.381000', '153645.384000', '153645.387000', '153645.390000', '153645.392000', '153645.395000', '153645.398000', '153645.401000', '153645.404000', '153645.407000', '153645.410000', '153645.412000', '153645.415000', '153645.418000', '153645.421000', '153645.424000', '153645.427000', '153645.430000', '153645.432000', '153645.435000', '153645.438000', '153645.441000', '153645.444000', '153645.446000', '153645.449000', '153645.452000', '153645.455000', '153645.458000', '153645.461000', '153645.464000', '153645.466000', '153645.469000', '153645.472000', '153645.475000', '153645.478000', '153645.480000', '153645.483000', '153645.486000', '153645.489000', '153645.507000', '153645.509000', '153645.512000', '153645.515000', '153645.518000', '153705.381000', '153705.384000', '153705.387000', '153705.390000', '153705.393000', '153705.395000', '153705.398000', '153705.401000', '153705.404000', '153705.407000', '153705.409000', '153705.412000', '153705.415000', '153705.418000', '153705.421000', '153705.423000', '153705.426000', '153705.429000', '153705.432000', '153705.435000', '153705.438000', '153705.440000', '153705.443000', '153705.446000', '153705.449000', '153705.452000', '153705.454000', '153705.457000', '153705.460000', '153705.464000', '153705.467000', '153705.470000', '153705.472000', '153705.475000', '153705.478000', '153705.481000', '153705.484000', '153705.486000', '153705.489000', '153705.492000', '153705.495000', '153705.498000', '153705.500000', '153725.381000', '153725.384000', '153725.387000', '153725.389000', '153725.398000', '153725.401000', '153725.404000', '153725.407000', '153725.410000', '153725.413000', '153725.415000', '153725.418000', '153725.421000', '153725.424000', '153725.427000', '153725.430000', '153725.433000', '153725.435000', '153725.438000', '153725.441000', '153725.444000', '153725.447000', '153725.449000', '153725.452000', '153725.455000', '153725.458000', '153725.461000', '153725.463000', '153725.466000', '153725.469000', '153725.472000', '153725.475000', '153725.478000', '153725.480000', '153725.483000', '153725.486000', '153725.489000', '153725.492000', '153725.495000', '153725.497000', '153725.500000', '153725.503000', '153725.506000', '153725.509000', '153745.381000', '153745.384000', '153745.387000', '153745.390000', '153745.392000', '153745.395000', '153745.398000', '153745.401000', '153745.404000', '153745.406000', '153745.409000', '153745.412000', '153745.415000', '153745.418000', '153745.420000', '153745.423000', '153745.426000', '153745.429000', '153745.432000', '153745.434000', '153745.437000', '153745.440000', '153745.443000', '153745.446000', '153745.449000', '153745.451000', '153745.454000', '153745.457000', '153745.460000', '153745.462000', '153745.465000', '153745.468000', '153745.471000', '153745.474000', '153745.477000', '153745.480000', '153745.482000', '153745.485000', '153745.488000', '153745.491000', '153745.494000', '153745.497000', '153745.500000', '153805.381000', '153805.384000', '153805.387000', '153805.390000', '153805.393000', '153805.395000', '153805.398000', '153805.401000', '153805.404000', '153805.407000', '153805.410000', '153805.413000', '153805.415000', '153805.418000', '153805.421000', '153805.424000', '153805.427000', '153805.430000', '153805.432000', '153805.435000', '153805.438000', '153805.441000', '153805.444000', '153805.447000', '153805.450000', '153805.453000', '153805.455000', '153805.458000', '153805.461000', '153805.464000', '153805.467000', '153805.469000', '153805.472000', '153805.475000', '153805.478000', '153805.481000', '153805.483000', '153805.486000', '153805.489000', '153805.492000', '153805.495000', '153805.497000', '153805.500000', '153805.503000', '153825.382000', '153825.385000', '153825.388000', '153825.391000', '153825.393000', '153825.396000', '153825.399000', '153825.402000', '153825.405000', '153825.408000', '153825.410000', '153825.413000', '153825.416000', '153825.419000', '153825.421000', '153825.424000', '153825.427000', '153825.430000', '153825.433000', '153825.436000', '153825.456000', '153825.459000', '153825.462000', '153825.464000', '153825.467000', '153825.470000', '153825.473000', '153825.476000', '153825.478000', '153825.481000', '153825.484000', '153825.487000', '153825.490000', '153825.492000', '153825.495000', '153825.499000', '153825.502000', '153825.505000', '153825.508000', '153825.511000', '153825.514000', '153825.516000', '153825.519000', '153845.382000', '153845.385000', '153845.388000', '153845.391000', '153845.394000', '153845.397000', '153845.400000', '153845.402000', '153845.405000', '153845.408000', '153845.411000', '153845.414000', '153845.416000', '153845.419000', '153845.422000', '153845.425000', '153845.428000', '153845.431000', '153845.434000', '153845.436000', '153845.439000', '153845.442000', '153845.445000', '153845.448000', '153845.451000', '153845.453000', '153845.456000', '153845.459000', '153845.462000', '153845.465000', '153845.468000', '153845.471000', '153845.473000', '153845.476000', '153845.479000', '153845.482000', '153845.485000', '153845.488000', '153845.491000', '153845.494000', '153845.496000', '153845.499000', '153845.502000', '153845.505000', '153905.381000', '153905.384000', '153905.387000', '153905.390000', '153905.393000', '153905.395000', '153905.398000', '153905.401000', '153905.404000', '153905.407000', '153905.410000', '153905.413000', '153905.415000', '153905.418000', '153905.421000', '153905.424000', '153905.427000', '153905.430000', '153905.433000', '153905.435000', '153905.438000', '153905.441000', '153905.444000', '153905.447000', '153905.450000', '153905.452000', '153905.455000', '153905.458000', '153905.461000', '153905.464000', '153905.467000', '153905.470000', '153905.473000', '153905.475000', '153905.478000', '153905.481000', '153905.484000', '153905.487000', '153905.490000', '153905.493000', '153905.495000', '153905.498000', '153905.501000', '153925.381000', '153925.384000', '153925.387000', '153925.390000', '153925.393000', '153925.396000', '153925.398000', '153925.401000', '153925.404000', '153925.407000', '153925.410000', '153925.413000', '153925.415000', '153925.418000', '153925.421000', '153925.424000', '153925.427000', '153925.430000', '153925.433000', '153925.436000', '153925.438000', '153925.441000', '153925.444000', '153925.447000', '153925.450000', '153925.453000', '153925.455000', '153925.458000', '153925.461000', '153925.464000', '153925.467000', '153925.470000', '153925.473000', '153925.476000', '153925.478000', '153925.481000', '153925.484000', '153925.487000', '153925.490000', '153925.493000', '153925.495000', '153925.498000', '153925.501000', '153925.504000', '153945.381000', '153945.384000', '153945.387000', '153945.390000', '153945.393000', '153945.395000', '153945.398000', '153945.401000', '153945.404000', '153945.407000', '153945.410000', '153945.413000', '153945.416000', '153945.419000', '153945.421000', '153945.424000', '153945.427000', '153945.430000', '153945.433000', '153945.436000', '153945.439000', '153945.442000', '153945.444000', '153945.447000', '153945.450000', '153945.453000', '153945.456000', '153945.459000', '153945.463000', '153945.466000', '153945.469000', '153945.488000', '153945.491000', '153945.494000', '153945.497000', '153945.500000', '153945.503000', '153945.505000', '153945.508000', '153945.511000', '153945.514000', '153945.517000', '153945.519000', '154005.381000', '154005.384000', '154005.387000', '154005.389000', '154005.392000', '154005.395000', '154005.398000', '154005.401000', '154005.404000', '154005.407000', '154005.409000', '154005.412000', '154005.415000', '154005.418000', '154005.421000', '154005.423000', '154005.427000', '154005.429000', '154005.432000', '154005.435000', '154005.438000', '154005.441000', '154005.444000', '154005.446000', '154005.449000', '154005.452000', '154005.455000', '154005.458000', '154005.461000', '154005.464000', '154005.466000', '154005.469000', '154005.472000', '154005.475000', '154005.478000', '154005.481000', '154005.484000', '154005.486000', '154005.489000', '154005.492000', '154005.495000', '154005.498000', '154005.501000', '154025.381000', '154025.384000', '154025.387000', '154025.390000', '154025.393000', '154025.395000', '154025.398000', '154025.401000', '154025.404000', '154025.407000', '154025.410000', '154025.413000', '154025.416000', '154025.418000', '154025.421000', '154025.424000', '154025.427000', '154025.430000', '154025.432000', '154025.435000', '154025.438000', '154025.441000', '154025.444000', '154025.447000', '154025.450000', '154025.452000', '154025.455000', '154025.458000', '154025.461000', '154025.464000', '154025.467000', '154025.470000', '154025.472000', '154025.475000', '154025.478000', '154025.481000', '154025.484000', '154025.487000', '154025.489000', '154025.492000', '154025.495000', '154025.498000', '154025.501000', '154025.504000', '154028.438000', '154028.442000', '154028.445000', '154028.448000', '154028.451000', '154028.454000', '154028.457000'], 'InstanceCreationTime': ['153405.415000', '153405.419000', '153405.422000', '153405.424000', '153405.427000', '153405.430000', '153405.433000', '153405.437000', '153405.440000', '153405.443000', '153405.446000', '153405.448000', '153405.451000', '153405.454000', '153405.457000', '153405.460000', '153405.462000', '153405.465000', '153405.468000', '153405.473000', '153405.476000', '153405.479000', '153405.481000', '153405.484000', '153405.487000', '153405.490000', '153405.492000', '153405.495000', '153405.498000', '153405.501000', '153405.504000', '153405.506000', '153405.509000', '153405.512000', '153405.515000', '153405.517000', '153405.520000', '153405.523000', '153405.526000', '153425.381000', '153425.384000', '153425.388000', '153425.391000', '153425.394000', '153425.396000', '153425.399000', '153425.402000', '153425.405000', '153425.407000', '153425.410000', '153425.413000', '153425.416000', '153425.418000', '153425.421000', '153425.424000', '153425.427000', '153425.429000', '153425.432000', '153425.435000', '153425.438000', '153425.441000', '153425.443000', '153425.446000', '153425.449000', '153425.453000', '153425.455000', '153425.458000', '153425.461000', '153425.464000', '153425.467000', '153425.470000', '153425.472000', '153425.475000', '153425.478000', '153425.481000', '153425.483000', '153425.486000', '153425.489000', '153425.492000', '153425.494000', '153425.497000', '153425.500000', '153445.381000', '153445.384000', '153445.387000', '153445.389000', '153445.392000', '153445.395000', '153445.398000', '153445.401000', '153445.403000', '153445.406000', '153445.409000', '153445.412000', '153445.414000', '153445.417000', '153445.420000', '153445.423000', '153445.426000', '153445.428000', '153445.431000', '153445.434000', '153445.437000', '153445.440000', '153445.442000', '153445.445000', '153445.448000', '153445.451000', '153445.453000', '153445.456000', '153445.459000', '153445.462000', '153445.465000', '153445.467000', '153445.470000', '153445.477000', '153445.480000', '153445.482000', '153445.485000', '153445.488000', '153445.491000', '153445.493000', '153445.496000', '153445.499000', '153445.502000', '153445.505000', '153505.381000', '153505.384000', '153505.387000', '153505.390000', '153505.393000', '153505.395000', '153505.398000', '153505.401000', '153505.404000', '153505.407000', '153505.409000', '153505.412000', '153505.415000', '153505.418000', '153505.421000', '153505.423000', '153505.426000', '153505.429000', '153505.432000', '153505.435000', '153505.437000', '153505.440000', '153505.443000', '153505.446000', '153505.449000', '153505.451000', '153505.454000', '153505.457000', '153505.460000', '153505.463000', '153505.466000', '153505.469000', '153505.472000', '153505.474000', '153505.477000', '153505.480000', '153505.483000', '153505.486000', '153505.489000', '153505.491000', '153505.494000', '153505.497000', '153505.500000', '153525.394000', '153525.397000', '153525.400000', '153525.403000', '153525.405000', '153525.408000', '153525.411000', '153525.414000', '153525.416000', '153525.419000', '153525.422000', '153525.425000', '153525.427000', '153525.430000', '153525.433000', '153525.436000', '153525.439000', '153525.441000', '153525.444000', '153525.447000', '153525.450000', '153525.452000', '153525.455000', '153525.458000', '153525.461000', '153525.464000', '153525.466000', '153525.469000', '153525.472000', '153525.475000', '153525.478000', '153525.480000', '153525.483000', '153525.486000', '153525.489000', '153525.492000', '153525.495000', '153525.497000', '153525.500000', '153525.503000', '153525.506000', '153525.509000', '153525.512000', '153525.515000', '153545.381000', '153545.384000', '153545.387000', '153545.390000', '153545.392000', '153545.395000', '153545.398000', '153545.401000', '153545.404000', '153545.407000', '153545.409000', '153545.412000', '153545.415000', '153545.418000', '153545.421000', '153545.425000', '153545.428000', '153545.431000', '153545.434000', '153545.437000', '153545.440000', '153545.442000', '153545.445000', '153545.448000', '153545.451000', '153545.454000', '153545.456000', '153545.459000', '153545.462000', '153545.465000', '153545.468000', '153545.471000', '153545.474000', '153545.477000', '153545.480000', '153545.482000', '153545.485000', '153545.488000', '153545.491000', '153545.494000', '153545.497000', '153545.500000', '153545.503000', '153605.382000', '153605.385000', '153605.388000', '153605.391000', '153605.393000', '153605.396000', '153605.399000', '153605.402000', '153605.405000', '153605.408000', '153605.410000', '153605.413000', '153605.416000', '153605.419000', '153605.422000', '153605.425000', '153605.428000', '153605.430000', '153605.433000', '153605.436000', '153605.439000', '153605.442000', '153605.445000', '153605.447000', '153605.450000', '153605.453000', '153605.456000', '153605.459000', '153605.462000', '153605.465000', '153605.468000', '153605.470000', '153605.473000', '153605.476000', '153605.479000', '153605.482000', '153605.485000', '153605.487000', '153605.490000', '153605.493000', '153605.496000', '153605.499000', '153605.502000', '153605.505000', '153625.382000', '153625.385000', '153625.388000', '153625.390000', '153625.393000', '153625.403000', '153625.405000', '153625.408000', '153625.411000', '153625.414000', '153625.417000', '153625.420000', '153625.422000', '153625.425000', '153625.428000', '153625.431000', '153625.434000', '153625.436000', '153625.439000', '153625.442000', '153625.445000', '153625.447000', '153625.450000', '153625.453000', '153625.456000', '153625.458000', '153625.461000', '153625.464000', '153625.468000', '153625.471000', '153625.474000', '153625.476000', '153625.479000', '153625.482000', '153625.485000', '153625.488000', '153625.491000', '153625.494000', '153625.497000', '153625.500000', '153625.511000', '153625.514000', '153625.517000', '153645.381000', '153645.384000', '153645.387000', '153645.390000', '153645.392000', '153645.395000', '153645.398000', '153645.401000', '153645.404000', '153645.407000', '153645.410000', '153645.412000', '153645.415000', '153645.418000', '153645.421000', '153645.424000', '153645.427000', '153645.430000', '153645.432000', '153645.435000', '153645.438000', '153645.441000', '153645.444000', '153645.446000', '153645.449000', '153645.452000', '153645.455000', '153645.458000', '153645.461000', '153645.464000', '153645.466000', '153645.469000', '153645.472000', '153645.475000', '153645.478000', '153645.480000', '153645.483000', '153645.486000', '153645.489000', '153645.507000', '153645.509000', '153645.512000', '153645.515000', '153645.518000', '153705.381000', '153705.384000', '153705.387000', '153705.390000', '153705.393000', '153705.395000', '153705.398000', '153705.401000', '153705.404000', '153705.407000', '153705.409000', '153705.412000', '153705.415000', '153705.418000', '153705.421000', '153705.423000', '153705.426000', '153705.429000', '153705.432000', '153705.435000', '153705.438000', '153705.440000', '153705.443000', '153705.446000', '153705.449000', '153705.452000', '153705.454000', '153705.457000', '153705.460000', '153705.464000', '153705.467000', '153705.470000', '153705.472000', '153705.475000', '153705.478000', '153705.481000', '153705.484000', '153705.486000', '153705.489000', '153705.492000', '153705.495000', '153705.498000', '153705.500000', '153725.381000', '153725.384000', '153725.387000', '153725.389000', '153725.398000', '153725.401000', '153725.404000', '153725.407000', '153725.410000', '153725.413000', '153725.415000', '153725.418000', '153725.421000', '153725.424000', '153725.427000', '153725.430000', '153725.433000', '153725.435000', '153725.438000', '153725.441000', '153725.444000', '153725.447000', '153725.449000', '153725.452000', '153725.455000', '153725.458000', '153725.461000', '153725.463000', '153725.466000', '153725.469000', '153725.472000', '153725.475000', '153725.478000', '153725.480000', '153725.483000', '153725.486000', '153725.489000', '153725.492000', '153725.495000', '153725.497000', '153725.500000', '153725.503000', '153725.506000', '153725.509000', '153745.381000', '153745.384000', '153745.387000', '153745.390000', '153745.392000', '153745.395000', '153745.398000', '153745.401000', '153745.404000', '153745.406000', '153745.409000', '153745.412000', '153745.415000', '153745.418000', '153745.420000', '153745.423000', '153745.426000', '153745.429000', '153745.432000', '153745.434000', '153745.437000', '153745.440000', '153745.443000', '153745.446000', '153745.449000', '153745.451000', '153745.454000', '153745.457000', '153745.460000', '153745.462000', '153745.465000', '153745.468000', '153745.471000', '153745.474000', '153745.477000', '153745.480000', '153745.482000', '153745.485000', '153745.488000', '153745.491000', '153745.494000', '153745.497000', '153745.500000', '153805.381000', '153805.384000', '153805.387000', '153805.390000', '153805.393000', '153805.395000', '153805.398000', '153805.401000', '153805.404000', '153805.407000', '153805.410000', '153805.413000', '153805.415000', '153805.418000', '153805.421000', '153805.424000', '153805.427000', '153805.430000', '153805.432000', '153805.435000', '153805.438000', '153805.441000', '153805.444000', '153805.447000', '153805.450000', '153805.453000', '153805.455000', '153805.458000', '153805.461000', '153805.464000', '153805.467000', '153805.469000', '153805.472000', '153805.475000', '153805.478000', '153805.481000', '153805.483000', '153805.486000', '153805.489000', '153805.492000', '153805.495000', '153805.497000', '153805.500000', '153805.503000', '153825.382000', '153825.385000', '153825.388000', '153825.391000', '153825.393000', '153825.396000', '153825.399000', '153825.402000', '153825.405000', '153825.408000', '153825.410000', '153825.413000', '153825.416000', '153825.419000', '153825.421000', '153825.424000', '153825.427000', '153825.430000', '153825.433000', '153825.436000', '153825.456000', '153825.459000', '153825.462000', '153825.464000', '153825.467000', '153825.470000', '153825.473000', '153825.476000', '153825.478000', '153825.481000', '153825.484000', '153825.487000', '153825.490000', '153825.492000', '153825.495000', '153825.499000', '153825.502000', '153825.505000', '153825.508000', '153825.511000', '153825.514000', '153825.516000', '153825.519000', '153845.382000', '153845.385000', '153845.388000', '153845.391000', '153845.394000', '153845.397000', '153845.400000', '153845.402000', '153845.405000', '153845.408000', '153845.411000', '153845.414000', '153845.416000', '153845.419000', '153845.422000', '153845.425000', '153845.428000', '153845.431000', '153845.434000', '153845.436000', '153845.439000', '153845.442000', '153845.445000', '153845.448000', '153845.451000', '153845.453000', '153845.456000', '153845.459000', '153845.462000', '153845.465000', '153845.468000', '153845.471000', '153845.473000', '153845.476000', '153845.479000', '153845.482000', '153845.485000', '153845.488000', '153845.491000', '153845.494000', '153845.496000', '153845.499000', '153845.502000', '153845.505000', '153905.381000', '153905.384000', '153905.387000', '153905.390000', '153905.393000', '153905.395000', '153905.398000', '153905.401000', '153905.404000', '153905.407000', '153905.410000', '153905.413000', '153905.415000', '153905.418000', '153905.421000', '153905.424000', '153905.427000', '153905.430000', '153905.433000', '153905.435000', '153905.438000', '153905.441000', '153905.444000', '153905.447000', '153905.450000', '153905.452000', '153905.455000', '153905.458000', '153905.461000', '153905.464000', '153905.467000', '153905.470000', '153905.473000', '153905.475000', '153905.478000', '153905.481000', '153905.484000', '153905.487000', '153905.490000', '153905.493000', '153905.495000', '153905.498000', '153905.501000', '153925.381000', '153925.384000', '153925.387000', '153925.390000', '153925.393000', '153925.396000', '153925.398000', '153925.401000', '153925.404000', '153925.407000', '153925.410000', '153925.413000', '153925.415000', '153925.418000', '153925.421000', '153925.424000', '153925.427000', '153925.430000', '153925.433000', '153925.436000', '153925.438000', '153925.441000', '153925.444000', '153925.447000', '153925.450000', '153925.453000', '153925.455000', '153925.458000', '153925.461000', '153925.464000', '153925.467000', '153925.470000', '153925.473000', '153925.476000', '153925.478000', '153925.481000', '153925.484000', '153925.487000', '153925.490000', '153925.493000', '153925.495000', '153925.498000', '153925.501000', '153925.504000', '153945.381000', '153945.384000', '153945.387000', '153945.390000', '153945.393000', '153945.395000', '153945.398000', '153945.401000', '153945.404000', '153945.407000', '153945.410000', '153945.413000', '153945.416000', '153945.419000', '153945.421000', '153945.424000', '153945.427000', '153945.430000', '153945.433000', '153945.436000', '153945.439000', '153945.442000', '153945.444000', '153945.447000', '153945.450000', '153945.453000', '153945.456000', '153945.459000', '153945.463000', '153945.466000', '153945.469000', '153945.488000', '153945.491000', '153945.494000', '153945.497000', '153945.500000', '153945.503000', '153945.505000', '153945.508000', '153945.511000', '153945.514000', '153945.517000', '153945.519000', '154005.381000', '154005.384000', '154005.387000', '154005.389000', '154005.392000', '154005.395000', '154005.398000', '154005.401000', '154005.404000', '154005.407000', '154005.409000', '154005.412000', '154005.415000', '154005.418000', '154005.421000', '154005.423000', '154005.427000', '154005.429000', '154005.432000', '154005.435000', '154005.438000', '154005.441000', '154005.444000', '154005.446000', '154005.449000', '154005.452000', '154005.455000', '154005.458000', '154005.461000', '154005.464000', '154005.466000', '154005.469000', '154005.472000', '154005.475000', '154005.478000', '154005.481000', '154005.484000', '154005.486000', '154005.489000', '154005.492000', '154005.495000', '154005.498000', '154005.501000', '154025.381000', '154025.384000', '154025.387000', '154025.390000', '154025.393000', '154025.395000', '154025.398000', '154025.401000', '154025.404000', '154025.407000', '154025.410000', '154025.413000', '154025.416000', '154025.418000', '154025.421000', '154025.424000', '154025.427000', '154025.430000', '154025.432000', '154025.435000', '154025.438000', '154025.441000', '154025.444000', '154025.447000', '154025.450000', '154025.452000', '154025.455000', '154025.458000', '154025.461000', '154025.464000', '154025.467000', '154025.470000', '154025.472000', '154025.475000', '154025.478000', '154025.481000', '154025.484000', '154025.487000', '154025.489000', '154025.492000', '154025.495000', '154025.498000', '154025.501000', '154025.504000', '154028.438000', '154028.442000', '154028.445000', '154028.448000', '154028.451000', '154028.454000', '154028.457000'], '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': [13290, 8867, 10303, 9644, 10539, 10757, 9898, 12756, 10049, 13073, 11689, 13306, 10250, 12069, 10122, 9818, 10916, 8918, 13438, 10433, 11831, 9200, 10066, 10654, 10031, 15481, 10098, 14342, 10445, 14339, 10664, 14768, 11039, 11228, 10333, 9132, 9843, 9238, 8756, 9858, 9382, 10069, 9290, 9665, 9700, 9649, 10313, 9668, 11150, 10205, 12201, 10113, 12556, 9833, 14196, 10302, 13913, 10213, 13077, 10204, 13337, 9878, 10916, 9599, 10536, 9740, 9979, 9850, 9784, 9458, 8844, 9233, 10374, 12643, 10101, 15381, 10045, 11848, 9589, 10810, 8746, 9491, 8497, 10163, 8818, 9930, 8961, 10038, 10523, 9344, 9780, 8962, 8964, 8718, 10286, 9450, 9937, 8749, 9958, 9211, 9839, 9327, 9843, 8719, 10045, 10659, 9761, 12524, 10001, 11940, 10023, 12181, 9391, 12247, 9257, 11514, 11623, 9890, 14337, 10376, 14332, 10189, 13874, 9521, 10754, 9269, 10631, 9324, 10104, 8859, 10325, 10881, 10092, 14468, 10122, 12626, 9167, 10858, 8840, 10169, 8977, 8389, 8171, 8299, 8390, 8432, 8785, 10111, 9046, 10102, 8178, 10002, 11571, 9765, 14174, 10163, 15365, 10788, 14094, 9878, 11847, 9807, 12041, 9830, 11821, 9753, 11382, 9343, 10837, 8956, 11078, 9041, 11180, 9426, 10677, 9086, 10349, 8684, 10413, 8982, 10850, 9265, 10798, 9546, 9448, 9404, 9438, 9472, 10002, 9220, 10418, 9368, 9976, 9012, 9545, 8986, 10072, 9742, 9899, 8269, 10025, 10749, 9561, 11039, 9245, 11249, 8948, 10971, 8568, 9357, 8759, 9785, 10295, 9657, 8228, 9692, 8404, 9764, 8506, 9778, 10213, 10130, 8229, 10101, 8542, 9773, 10347, 9994, 11641, 10437, 11097, 10094, 9197, 10114, 8757, 11997, 8370, 10753, 11151, 9866, 13153, 10113, 13834, 10590, 12382, 9891, 12276, 10052, 12869, 9717, 11688, 10239, 11520, 9751, 11235, 9456, 10641, 8928, 10057, 7904, 9938, 9779, 10620, 8978, 10425, 8887, 9933, 11213, 9387, 9634, 9444, 11160, 9613, 12358, 10229, 13454, 10186, 12230, 9567, 10950, 8797, 10598, 8985, 10411, 8902, 9309, 8565, 8731, 8321, 9573, 8210, 9629, 8796, 9465, 9153, 9673, 9232, 10041, 9427, 11786, 9201, 10240, 9540, 9786, 11081, 10215, 12674, 9797, 11795, 8939, 10842, 8770, 10859, 8459, 10132, 7952, 9441, 8477, 9243, 12117, 9244, 12867, 8868, 11121, 8443, 10353, 8997, 9525, 12205, 9675, 10124, 9805, 10753, 8519, 10245, 8133, 9752, 8387, 9055, 8269, 8477, 8902, 9373, 9450, 9195, 9258, 8923, 10318, 9227, 10666, 8840, 10525, 9200, 10518, 9507, 10132, 9387, 12205, 9578, 13209, 10542, 13069, 9735, 12047, 9474, 13049, 8685, 12125, 9158, 10220, 8574, 9938, 8877, 9648, 12088, 10112, 13018, 10349, 10656, 9811, 11384, 9897, 12533, 9296, 11229, 9703, 11226, 8612, 10605, 8038, 9798, 8415, 10280, 8678, 9468, 8928, 8689, 11152, 8929, 11373, 8535, 12534, 8777, 9569, 13090, 10066, 13562, 10070, 11194, 9575, 10404, 9346, 10516, 8517, 10007, 8448, 9750, 8258, 9561, 7855, 9581, 8001, 9367, 7591, 9985, 7861, 11175, 8773, 10274, 10614, 9256, 12054, 9339, 13018, 9858, 13336, 11121, 13186, 10126, 12734, 9020, 11236, 9088, 11392, 10075, 12228, 9332, 11821, 8417, 12084, 8682, 9757, 12188, 9687, 13325, 9684, 12238, 9260, 10997, 8845, 10716, 8583, 9889, 8524, 8877, 8781, 9076, 8726, 8940, 8401, 9536, 10457, 9896, 12312, 9305, 10800, 8576, 10780, 8841, 9508, 11291, 9831, 10610, 9736, 10705, 8637, 10186, 8702, 8500, 8659, 9372, 8677, 9213, 11205, 8114, 9895, 8456, 10217, 8907, 8782, 8817, 9783, 8712, 9530, 11564, 8665, 11156, 8371, 11032, 8557, 9588, 12163, 9365, 13134, 9751, 11854, 9401, 11088, 8176, 9612, 8644, 9587, 10539, 9504, 13296, 9193, 12274, 8968, 11114, 9384, 11147, 8891, 11768, 8315, 10751, 8340, 10078, 8358, 10879, 8246, 10883, 8372, 9953, 8209, 10810, 8645, 11671, 8559, 10587, 7927, 9340, 8098, 9884, 8439, 10943, 8550, 11645, 8187, 10942, 8480, 11681, 8899, 12498, 9260, 11855, 8385, 11082, 8613, 11425, 9414, 12039, 8660, 11128, 8766, 10834, 9310, 11706, 8788, 11283, 9404, 11032, 8982, 9137, 8876, 8577, 10138, 8645, 11097, 8622, 11118, 8780, 11455, 8665, 11537, 8801, 11731, 8548, 10564, 8186, 9663, 8177, 9256, 8372, 9454, 8116, 9783, 8649, 9234, 8853, 9385, 11253, 9564, 11147, 9413, 11739, 9465, 12621, 8968, 12011, 9857, 11334, 8240, 10704, 8239, 10573, 8667, 9714, 8930, 8752, 8695, 9481, 9279, 9048, 11436, 9506, 9450, 9224, 10716, 8601, 10471, 9094, 10561, 8548, 10717, 8197, 10794, 8963, 9765, 10561, 9288, 8527, 9434, 12351, 9519, 14239, 10427, 13004, 10561, 12763, 9238, 11743, 9391, 12123, 8991, 12279, 8864, 9384, 9083, 9423, 12763, 9033, 12166, 9432, 11574, 9132, 10780, 8402, 9431, 9302, 9446, 9605, 9521, 12107, 9668, 11618, 8579, 11509, 8527, 10839, 8656, 9288, 10554, 9453, 13753, 8904, 11637, 9005, 10691, 7998, 10052, 8638, 9228, 8872, 9153, 8815, 9460, 12017, 9106, 12877, 9664, 12201, 9411, 11963, 8326, 9391, 8618, 9475, 12207, 10020, 13881, 9143, 11261, 8444, 10813, 8349, 10591, 7920, 10098, 8041, 9594, 8172, 9421, 8649, 9371, 10953, 9286, 12025, 9555, 13076, 9539, 12100, 9554, 11135, 8897, 10735, 8474, 9870, 8158, 9128, 8594, 8905, 8601, 9968, 8691, 8625, 8641, 9429, 10012, 9523, 13991, 9810, 14462, 9987, 12958, 9100, 11073, 9119, 10984, 8541, 10656, 8400, 10123, 8738, 10138, 8408, 8617, 8794, 8998, 8858, 10010, 9119, 9534, 13044, 9750, 13040, 9376, 10936, 8812, 10395, 8319, 9917, 8512, 8934, 8625, 9713, 11756, 9716, 10070, 9456, 9278, 8731, 7847, 9448, 8820, 9593, 8295, 9813, 9125, 11032, 10046, 12464, 9642, 13384, 9938, 12908, 10941, 11856, 10400, 11679, 8710, 10492, 8568, 10567, 8183, 10919, 8471, 10977, 8418, 10496, 8668, 10383, 8578, 10892, 8691, 11744, 8914, 11765, 8674, 10408, 8668, 9583, 9040, 9570, 12725, 9910, 12469, 9993, 14111, 9460, 11642, 9922, 10864, 8402, 10560, 8654, 9310, 8708, 10025, 8481, 9451, 10540, 9900, 12748, 9564, 11628, 8552, 9957, 8177, 9507, 8228, 8761, 8499], 'WindowCenter': [4601.0, 4544.0, 4549.0, 4540.0, 4538.0, 4534.0, 4526.0, 4543.0, 4528.0, 4569.0, 4547.0, 4554.0, 4523.0, 4534.0, 4521.0, 4522.0, 4535.0, 4526.0, 4542.0, 4522.0, 4543.0, 4527.0, 4525.0, 4522.0, 4522.0, 4551.0, 4524.0, 4552.0, 4535.0, 4555.0, 4535.0, 4554.0, 4532.0, 4532.0, 4521.0, 4498.0, 4508.0, 4500.0, 4500.0, 4534.0, 4525.0, 4525.0, 4515.0, 4524.0, 4522.0, 4524.0, 4526.0, 4526.0, 4535.0, 4525.0, 4536.0, 4527.0, 4546.0, 4536.0, 4564.0, 4535.0, 4555.0, 4522.0, 4553.0, 4522.0, 4554.0, 4525.0, 4533.0, 4525.0, 4546.0, 4526.0, 4524.0, 4537.0, 4524.0, 4524.0, 4514.0, 4513.0, 4523.0, 4542.0, 4524.0, 4563.0, 4522.0, 4532.0, 4523.0, 4533.0, 4514.0, 4512.0, 4516.0, 4549.0, 4526.0, 4538.0, 4513.0, 4536.0, 4532.0, 4525.0, 4536.0, 4539.0, 4526.0, 4527.0, 4539.0, 4529.0, 4538.0, 4526.0, 4550.0, 4543.0, 4551.0, 4542.0, 4548.0, 4531.0, 4550.0, 4548.0, 4539.0, 4559.0, 4539.0, 4559.0, 4537.0, 4546.0, 4525.0, 4546.0, 4514.0, 4544.0, 4536.0, 4523.0, 4554.0, 4524.0, 4553.0, 4522.0, 4542.0, 4525.0, 4547.0, 4527.0, 4534.0, 4525.0, 4523.0, 4512.0, 4523.0, 4534.0, 4536.0, 4565.0, 4535.0, 4544.0, 4512.0, 4533.0, 4513.0, 4535.0, 4522.0, 4504.0, 4515.0, 4514.0, 4515.0, 4516.0, 4529.0, 4547.0, 4530.0, 4550.0, 4515.0, 4538.0, 4546.0, 4535.0, 4567.0, 4547.0, 4567.0, 4546.0, 4554.0, 4524.0, 4533.0, 4524.0, 4544.0, 4527.0, 4545.0, 4526.0, 4531.0, 4514.0, 4521.0, 4512.0, 4531.0, 4513.0, 4535.0, 4513.0, 4521.0, 4512.0, 4521.0, 4501.0, 4521.0, 4512.0, 4532.0, 4514.0, 4532.0, 4513.0, 4514.0, 4511.0, 4511.0, 4523.0, 4521.0, 4514.0, 4523.0, 4513.0, 4526.0, 4510.0, 4513.0, 4513.0, 4525.0, 4523.0, 4524.0, 4502.0, 4524.0, 4533.0, 4523.0, 4534.0, 4526.0, 4536.0, 4527.0, 4536.0, 4513.0, 4515.0, 4515.0, 4536.0, 4537.0, 4527.0, 4513.0, 4525.0, 4514.0, 4537.0, 4528.0, 4550.0, 4549.0, 4547.0, 4528.0, 4549.0, 4526.0, 4539.0, 4549.0, 4550.0, 4558.0, 4550.0, 4563.0, 4551.0, 4538.0, 4550.0, 4516.0, 4546.0, 4503.0, 4535.0, 4533.0, 4524.0, 4554.0, 4535.0, 4553.0, 4524.0, 4532.0, 4510.0, 4529.0, 4511.0, 4530.0, 4510.0, 4519.0, 4511.0, 4521.0, 4511.0, 4519.0, 4510.0, 4508.0, 4500.0, 4522.0, 4502.0, 4522.0, 4523.0, 4522.0, 4526.0, 4536.0, 4527.0, 4537.0, 4532.0, 4526.0, 4513.0, 4512.0, 4522.0, 4512.0, 4533.0, 4526.0, 4543.0, 4523.0, 4530.0, 4511.0, 4519.0, 4500.0, 4521.0, 4514.0, 4522.0, 4511.0, 4510.0, 4514.0, 4514.0, 4515.0, 4525.0, 4517.0, 4529.0, 4518.0, 4527.0, 4529.0, 4527.0, 4519.0, 4528.0, 4515.0, 4538.0, 4516.0, 4526.0, 4514.0, 4526.0, 4524.0, 4525.0, 4533.0, 4523.0, 4533.0, 4513.0, 4533.0, 4516.0, 4534.0, 4503.0, 4536.0, 4505.0, 4525.0, 4505.0, 4527.0, 4544.0, 4526.0, 4545.0, 4515.0, 4534.0, 4502.0, 4524.0, 4513.0, 4524.0, 4544.0, 4525.0, 4524.0, 4525.0, 4534.0, 4516.0, 4536.0, 4518.0, 4526.0, 4518.0, 4526.0, 4518.0, 4518.0, 4528.0, 4541.0, 4540.0, 4540.0, 4529.0, 4528.0, 4537.0, 4540.0, 4549.0, 4530.0, 4549.0, 4539.0, 4547.0, 4540.0, 4539.0, 4530.0, 4557.0, 4541.0, 4560.0, 4550.0, 4556.0, 4526.0, 4543.0, 4515.0, 4545.0, 4515.0, 4545.0, 4514.0, 4525.0, 4503.0, 4513.0, 4501.0, 4512.0, 4545.0, 4526.0, 4543.0, 4537.0, 4535.0, 4525.0, 4532.0, 4524.0, 4544.0, 4515.0, 4535.0, 4525.0, 4537.0, 4505.0, 4523.0, 4503.0, 4525.0, 4519.0, 4535.0, 4517.0, 4527.0, 4526.0, 4531.0, 4561.0, 4527.0, 4546.0, 4514.0, 4546.0, 4501.0, 4526.0, 4558.0, 4527.0, 4554.0, 4525.0, 4533.0, 4515.0, 4523.0, 4514.0, 4533.0, 4528.0, 4537.0, 4518.0, 4527.0, 4518.0, 4536.0, 4530.0, 4541.0, 4533.0, 4541.0, 4523.0, 4551.0, 4533.0, 4562.0, 4528.0, 4540.0, 4538.0, 4529.0, 4544.0, 4516.0, 4545.0, 4527.0, 4556.0, 4536.0, 4545.0, 4524.0, 4542.0, 4514.0, 4523.0, 4515.0, 4535.0, 4524.0, 4534.0, 4512.0, 4533.0, 4492.0, 4532.0, 4491.0, 4512.0, 4532.0, 4501.0, 4529.0, 4499.0, 4518.0, 4499.0, 4508.0, 4501.0, 4510.0, 4501.0, 4508.0, 4502.0, 4503.0, 4515.0, 4516.0, 4515.0, 4529.0, 4517.0, 4528.0, 4537.0, 4529.0, 4544.0, 4514.0, 4524.0, 4504.0, 4524.0, 4514.0, 4525.0, 4533.0, 4524.0, 4523.0, 4514.0, 4523.0, 4504.0, 4524.0, 4515.0, 4516.0, 4515.0, 4527.0, 4515.0, 4527.0, 4536.0, 4506.0, 4525.0, 4530.0, 4539.0, 4527.0, 4518.0, 4517.0, 4527.0, 4516.0, 4528.0, 4548.0, 4528.0, 4548.0, 4517.0, 4535.0, 4517.0, 4527.0, 4546.0, 4519.0, 4547.0, 4527.0, 4548.0, 4518.0, 4537.0, 4519.0, 4529.0, 4519.0, 4528.0, 4537.0, 4528.0, 4556.0, 4529.0, 4548.0, 4528.0, 4537.0, 4528.0, 4547.0, 4527.0, 4546.0, 4517.0, 4537.0, 4519.0, 4526.0, 4519.0, 4547.0, 4517.0, 4548.0, 4518.0, 4527.0, 4515.0, 4536.0, 4516.0, 4548.0, 4519.0, 4536.0, 4507.0, 4526.0, 4506.0, 4537.0, 4517.0, 4547.0, 4518.0, 4546.0, 4518.0, 4535.0, 4515.0, 4546.0, 4516.0, 4546.0, 4526.0, 4534.0, 4504.0, 4533.0, 4515.0, 4534.0, 4514.0, 4544.0, 4505.0, 4533.0, 4504.0, 4535.0, 4516.0, 4545.0, 4516.0, 4548.0, 4529.0, 4535.0, 4517.0, 4515.0, 4516.0, 4530.0, 4539.0, 4518.0, 4535.0, 4516.0, 4533.0, 4505.0, 4534.0, 4517.0, 4534.0, 4513.0, 4533.0, 4504.0, 4521.0, 4504.0, 4513.0, 4504.0, 4515.0, 4515.0, 4526.0, 4506.0, 4525.0, 4516.0, 4516.0, 4515.0, 4527.0, 4548.0, 4526.0, 4535.0, 4515.0, 4534.0, 4515.0, 4545.0, 4516.0, 4545.0, 4526.0, 4535.0, 4517.0, 4533.0, 4518.0, 4537.0, 4517.0, 4526.0, 4516.0, 4517.0, 4516.0, 4528.0, 4528.0, 4527.0, 4546.0, 4529.0, 4527.0, 4528.0, 4536.0, 4529.0, 4550.0, 4530.0, 4548.0, 4529.0, 4539.0, 4519.0, 4549.0, 4541.0, 4540.0, 4538.0, 4528.0, 4517.0, 4528.0, 4546.0, 4527.0, 4568.0, 4537.0, 4557.0, 4534.0, 4545.0, 4515.0, 4534.0, 4515.0, 4545.0, 4515.0, 4535.0, 4503.0, 4513.0, 4502.0, 4513.0, 4532.0, 4502.0, 4533.0, 4513.0, 4533.0, 4514.0, 4523.0, 4503.0, 4512.0, 4525.0, 4526.0, 4524.0, 4526.0, 4543.0, 4523.0, 4534.0, 4516.0, 4535.0, 4516.0, 4523.0, 4502.0, 4513.0, 4522.0, 4512.0, 4554.0, 4514.0, 4533.0, 4514.0, 4523.0, 4502.0, 4522.0, 4513.0, 4526.0, 4526.0, 4527.0, 4517.0, 4528.0, 4545.0, 4515.0, 4544.0, 4525.0, 4543.0, 4514.0, 4533.0, 4502.0, 4511.0, 4501.0, 4510.0, 4532.0, 4524.0, 4543.0, 4513.0, 4533.0, 4503.0, 4521.0, 4505.0, 4534.0, 4505.0, 4524.0, 4506.0, 4525.0, 4504.0, 4514.0, 4516.0, 4527.0, 4536.0, 4514.0, 4542.0, 4515.0, 4542.0, 4514.0, 4534.0, 4515.0, 4534.0, 4513.0, 4523.0, 4502.0, 4512.0, 4504.0, 4514.0, 4516.0, 4516.0, 4516.0, 4526.0, 4516.0, 4516.0, 4505.0, 4515.0, 4523.0, 4516.0, 4556.0, 4526.0, 4553.0, 4525.0, 4542.0, 4514.0, 4534.0, 4514.0, 4523.0, 4504.0, 4522.0, 4503.0, 4525.0, 4515.0, 4524.0, 4503.0, 4504.0, 4514.0, 4514.0, 4514.0, 4524.0, 4526.0, 4527.0, 4556.0, 4526.0, 4545.0, 4515.0, 4524.0, 4512.0, 4525.0, 4505.0, 4522.0, 4503.0, 4516.0, 4504.0, 4524.0, 4545.0, 4526.0, 4534.0, 4527.0, 4526.0, 4517.0, 4518.0, 4541.0, 4529.0, 4540.0, 4529.0, 4540.0, 4554.0, 4566.0, 4551.0, 4561.0, 4528.0, 4557.0, 4528.0, 4558.0, 4539.0, 4547.0, 4537.0, 4535.0, 4514.0, 4524.0, 4504.0, 4525.0, 4517.0, 4537.0, 4516.0, 4533.0, 4517.0, 4536.0, 4517.0, 4524.0, 4517.0, 4537.0, 4519.0, 4548.0, 4515.0, 4536.0, 4503.0, 4522.0, 4501.0, 4513.0, 4513.0, 4524.0, 4542.0, 4526.0, 4541.0, 4525.0, 4552.0, 4514.0, 4533.0, 4512.0, 4523.0, 4493.0, 4524.0, 4503.0, 4513.0, 4501.0, 4512.0, 4500.0, 4510.0, 4522.0, 4524.0, 4555.0, 4526.0, 4534.0, 4516.0, 4524.0, 4504.0, 4525.0, 4517.0, 4516.0, 4516.0], 'WindowWidth': [10095.0, 10005.0, 10003.0, 9990.0, 9982.0, 9973.0, 9961.0, 9983.0, 9966.0, 10030.0, 9996.0, 9999.0, 9954.0, 9968.0, 9948.0, 9951.0, 9975.0, 9965.0, 9979.0, 9953.0, 9984.0, 9969.0, 9961.0, 9952.0, 9953.0, 9988.0, 9954.0, 9992.0, 9973.0, 10000.0, 9976.0, 9997.0, 9964.0, 9964.0, 9947.0, 9913.0, 9926.0, 9918.0, 9920.0, 9973.0, 9962.0, 9960.0, 9946.0, 9957.0, 9954.0, 9958.0, 9962.0, 9962.0, 9974.0, 9959.0, 9973.0, 9963.0, 9988.0, 9978.0, 10016.0, 9975.0, 10002.0, 9955.0, 9997.0, 9952.0, 9996.0, 9958.0, 9970.0, 9962.0, 9993.0, 9963.0, 9959.0, 9981.0, 9958.0, 9957.0, 9942.0, 9938.0, 9954.0, 9977.0, 9957.0, 10012.0, 9953.0, 9967.0, 9954.0, 9967.0, 9942.0, 9937.0, 9952.0, 10002.0, 9966.0, 9982.0, 9943.0, 9975.0, 9969.0, 9962.0, 9982.0, 9990.0, 9969.0, 9968.0, 9985.0, 9970.0, 9983.0, 9964.0, 10006.0, 10000.0, 10007.0, 9993.0, 10000.0, 9977.0, 10003.0, 9998.0, 9987.0, 10015.0, 9987.0, 10016.0, 9981.0, 9992.0, 9962.0, 9991.0, 9945.0, 9987.0, 9975.0, 9957.0, 9998.0, 9956.0, 9994.0, 9951.0, 9981.0, 9963.0, 9998.0, 9970.0, 9972.0, 9961.0, 9957.0, 9940.0, 9957.0, 9973.0, 9979.0, 10017.0, 9977.0, 9986.0, 9939.0, 9966.0, 9942.0, 9975.0, 9956.0, 9931.0, 9946.0, 9945.0, 9945.0, 9950.0, 9972.0, 9998.0, 9976.0, 10002.0, 9949.0, 9982.0, 9990.0, 9975.0, 10024.0, 9997.0, 10023.0, 9993.0, 9999.0, 9959.0, 9969.0, 9958.0, 9986.0, 9966.0, 9986.0, 9960.0, 9964.0, 9943.0, 9948.0, 9938.0, 9963.0, 9943.0, 9974.0, 9941.0, 9950.0, 9938.0, 9949.0, 9923.0, 9950.0, 9938.0, 9966.0, 9942.0, 9965.0, 9938.0, 9940.0, 9935.0, 9935.0, 9954.0, 9950.0, 9944.0, 9954.0, 9942.0, 9961.0, 9934.0, 9941.0, 9941.0, 9959.0, 9958.0, 9955.0, 9925.0, 9956.0, 9967.0, 9955.0, 9976.0, 9966.0, 9976.0, 9965.0, 9976.0, 9941.0, 9945.0, 9949.0, 9977.0, 9979.0, 9966.0, 9941.0, 9960.0, 9944.0, 9979.0, 9972.0, 10005.0, 10005.0, 9997.0, 9973.0, 9998.0, 9966.0, 9984.0, 10001.0, 10003.0, 10013.0, 10005.0, 10026.0, 10006.0, 9984.0, 10002.0, 9951.0, 9991.0, 9929.0, 9975.0, 9969.0, 9959.0, 9997.0, 9976.0, 9999.0, 9957.0, 9964.0, 9932.0, 9956.0, 9932.0, 9958.0, 9931.0, 9944.0, 9935.0, 9949.0, 9935.0, 9942.0, 9930.0, 9926.0, 9920.0, 9954.0, 9925.0, 9952.0, 9954.0, 9952.0, 9964.0, 9978.0, 9967.0, 9981.0, 9967.0, 9963.0, 9940.0, 9938.0, 9949.0, 9937.0, 9966.0, 9960.0, 9981.0, 9952.0, 9958.0, 9933.0, 9942.0, 9917.0, 9946.0, 9944.0, 9952.0, 9936.0, 9932.0, 9942.0, 9942.0, 9946.0, 9959.0, 9951.0, 9969.0, 9955.0, 9963.0, 9968.0, 9963.0, 9952.0, 9965.0, 9944.0, 9979.0, 9948.0, 9960.0, 9941.0, 9958.0, 9953.0, 9955.0, 9966.0, 9953.0, 9966.0, 9940.0, 9969.0, 9949.0, 9968.0, 9929.0, 9978.0, 9935.0, 9960.0, 9932.0, 9964.0, 9986.0, 9962.0, 9987.0, 9945.0, 9969.0, 9924.0, 9955.0, 9938.0, 9956.0, 9983.0, 9961.0, 9955.0, 9958.0, 9971.0, 9950.0, 9979.0, 9955.0, 9964.0, 9955.0, 9965.0, 9956.0, 9956.0, 9971.0, 9991.0, 9991.0, 9988.0, 9972.0, 9970.0, 9979.0, 9987.0, 10001.0, 9976.0, 9998.0, 9986.0, 9994.0, 9987.0, 9984.0, 9974.0, 10009.0, 9991.0, 10016.0, 10003.0, 10006.0, 9963.0, 9982.0, 9944.0, 9985.0, 9945.0, 9986.0, 9943.0, 9957.0, 9925.0, 9939.0, 9921.0, 9938.0, 9984.0, 9960.0, 9981.0, 9979.0, 9971.0, 9958.0, 9966.0, 9957.0, 9984.0, 9945.0, 9972.0, 9960.0, 9975.0, 9930.0, 9953.0, 9927.0, 9960.0, 9959.0, 9976.0, 9954.0, 9966.0, 9965.0, 9978.0, 10018.0, 9967.0, 9992.0, 9943.0, 9987.0, 9922.0, 9961.0, 10008.0, 9965.0, 9997.0, 9958.0, 9964.0, 9942.0, 9951.0, 9942.0, 9971.0, 9968.0, 9981.0, 9958.0, 9967.0, 9957.0, 9980.0, 9978.0, 9993.0, 9985.0, 9991.0, 9968.0, 10008.0, 9987.0, 10020.0, 9969.0, 9987.0, 9980.0, 9968.0, 9983.0, 9948.0, 9986.0, 9962.0, 10004.0, 9976.0, 9985.0, 9956.0, 9978.0, 9942.0, 9952.0, 9943.0, 9971.0, 9957.0, 9967.0, 9936.0, 9963.0, 9908.0, 9962.0, 9906.0, 9936.0, 9960.0, 9918.0, 9953.0, 9913.0, 9938.0, 9912.0, 9925.0, 9917.0, 9929.0, 9918.0, 9926.0, 9922.0, 9924.0, 9946.0, 9948.0, 9946.0, 9974.0, 9953.0, 9968.0, 9980.0, 9969.0, 9984.0, 9943.0, 9955.0, 9927.0, 9953.0, 9941.0, 9960.0, 9970.0, 9956.0, 9952.0, 9941.0, 9953.0, 9928.0, 9956.0, 9949.0, 9948.0, 9946.0, 9963.0, 9945.0, 9963.0, 9974.0, 9935.0, 9962.0, 9974.0, 9987.0, 9968.0, 9955.0, 9949.0, 9965.0, 9948.0, 9967.0, 9995.0, 9970.0, 9996.0, 9952.0, 9975.0, 9949.0, 9964.0, 9986.0, 9953.0, 9991.0, 9964.0, 9993.0, 9953.0, 9977.0, 9954.0, 9966.0, 9954.0, 9965.0, 9976.0, 9967.0, 10005.0, 9971.0, 9994.0, 9967.0, 9977.0, 9969.0, 9995.0, 9968.0, 9990.0, 9951.0, 9976.0, 9958.0, 9962.0, 9959.0, 9996.0, 9955.0, 9995.0, 9953.0, 9964.0, 9947.0, 9977.0, 9951.0, 9996.0, 9956.0, 9977.0, 9937.0, 9961.0, 9936.0, 9979.0, 9956.0, 9995.0, 9954.0, 9989.0, 9953.0, 9973.0, 9948.0, 9990.0, 9951.0, 9989.0, 9963.0, 9971.0, 9930.0, 9968.0, 9947.0, 9970.0, 9945.0, 9982.0, 9931.0, 9966.0, 9928.0, 9973.0, 9947.0, 9985.0, 9946.0, 9993.0, 9969.0, 9972.0, 9950.0, 9946.0, 9949.0, 9976.0, 9985.0, 9953.0, 9972.0, 9947.0, 9967.0, 9931.0, 9969.0, 9949.0, 9970.0, 9939.0, 9965.0, 9926.0, 9947.0, 9926.0, 9939.0, 9929.0, 9945.0, 9948.0, 9962.0, 9934.0, 9959.0, 9947.0, 9948.0, 9944.0, 9966.0, 9994.0, 9962.0, 9970.0, 9945.0, 9967.0, 9944.0, 9986.0, 9948.0, 9987.0, 9961.0, 9973.0, 9950.0, 9967.0, 9953.0, 9978.0, 9952.0, 9962.0, 9948.0, 9950.0, 9949.0, 9968.0, 9970.0, 9968.0, 9989.0, 9969.0, 9965.0, 9968.0, 9976.0, 9971.0, 10002.0, 9974.0, 9997.0, 9972.0, 9983.0, 9959.0, 9999.0, 9992.0, 9986.0, 9980.0, 9969.0, 9950.0, 9966.0, 9989.0, 9965.0, 10025.0, 9979.0, 10006.0, 9973.0, 9987.0, 9946.0, 9968.0, 9944.0, 9986.0, 9944.0, 9970.0, 9924.0, 9938.0, 9922.0, 9938.0, 9962.0, 9922.0, 9965.0, 9939.0, 9965.0, 9940.0, 9951.0, 9926.0, 9939.0, 9960.0, 9961.0, 9957.0, 9959.0, 9982.0, 9954.0, 9971.0, 9949.0, 9974.0, 9946.0, 9952.0, 9924.0, 9939.0, 9948.0, 9938.0, 9999.0, 9943.0, 9966.0, 9941.0, 9952.0, 9925.0, 9951.0, 9942.0, 9963.0, 9963.0, 9966.0, 9949.0, 9965.0, 9984.0, 9943.0, 9984.0, 9957.0, 9982.0, 9940.0, 9966.0, 9922.0, 9933.0, 9920.0, 9933.0, 9965.0, 9955.0, 9980.0, 9938.0, 9964.0, 9925.0, 9948.0, 9932.0, 9969.0, 9933.0, 9956.0, 9934.0, 9958.0, 9931.0, 9943.0, 9947.0, 9967.0, 9975.0, 9943.0, 9976.0, 9942.0, 9976.0, 9940.0, 9967.0, 9943.0, 9968.0, 9938.0, 9952.0, 9924.0, 9936.0, 9927.0, 9941.0, 9948.0, 9949.0, 9950.0, 9961.0, 9946.0, 9947.0, 9929.0, 9943.0, 9951.0, 9946.0, 10001.0, 9961.0, 9996.0, 9956.0, 9977.0, 9941.0, 9969.0, 9940.0, 9953.0, 9928.0, 9951.0, 9926.0, 9956.0, 9945.0, 9956.0, 9926.0, 9928.0, 9941.0, 9941.0, 9943.0, 9958.0, 9963.0, 9965.0, 10001.0, 9962.0, 9984.0, 9943.0, 9954.0, 9938.0, 9960.0, 9932.0, 9952.0, 9926.0, 9947.0, 9928.0, 9956.0, 9987.0, 9961.0, 9971.0, 9965.0, 9962.0, 9954.0, 9956.0, 9991.0, 9974.0, 9989.0, 9973.0, 9989.0, 10015.0, 10035.0, 10006.0, 10016.0, 9969.0, 10003.0, 9967.0, 10009.0, 9983.0, 9990.0, 9979.0, 9970.0, 9942.0, 9953.0, 9929.0, 9958.0, 9952.0, 9979.0, 9949.0, 9968.0, 9952.0, 9975.0, 9950.0, 9958.0, 9952.0, 9979.0, 9956.0, 9994.0, 9945.0, 9972.0, 9924.0, 9949.0, 9919.0, 9937.0, 9938.0, 9956.0, 9979.0, 9960.0, 9975.0, 9956.0, 9991.0, 9940.0, 9964.0, 9935.0, 9951.0, 9909.0, 9953.0, 9927.0, 9938.0, 9918.0, 9935.0, 9918.0, 9931.0, 9950.0, 9956.0, 10000.0, 9960.0, 9971.0, 9946.0, 9955.0, 9928.0, 9959.0, 9950.0, 9948.0, 9946.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.002517494252873563</td></tr>
<tr><td colspan=3>aqi</td><td>0.023699060919540233</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.396871279194535</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2685969597583415</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0016989463751445</td></tr>
<tr><td colspan=3>efc</td><td>0.4856</td></tr>
<tr><td colspan=3>fber</td><td>7634.9927</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08981010198665021</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.022988505747127</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.301680199810425</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2398262193256544</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5267181215765273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.138496258529093</td></tr>
<tr><td colspan=3>gcor</td><td>0.00965828</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013345359824597836</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04433581233024597</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.209603242238849</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>17.898</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9089</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.8439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295522.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>914.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.8786</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0581</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>529.9945</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3744.0855</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.7233</td></tr>
<tr><td colspan=3>tsnr</td><td>41.65546639775857</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>