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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0053/ses-01/func/sub-0053_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>994255a1f913c8fe68efcb07d5a76408</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>14:49:45.897500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992658, 0.0401057, -0.114115, -0.0518493, 0.993445, -0.101878]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0894328</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7708, -7309, 577, -49, -68, -132, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.632</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8a8515e7-ff9c-4a44-82c5-fa491aac9dc3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6632280349731445, -0.13910774886608124, -0.29505860805511475, 125.9186782836914], [-0.10760052502155304, 2.665339708328247, -0.28902655839920044, -92.33499908447266], [-0.30616194009780884, 0.27333155274391174, 2.6682212352752686, -87.48456573486328], [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': ['144945.897500', '144946.357500', '144946.817500', '144947.277500', '144947.737500', '144948.197500', '144948.657500', '144949.117500', '144949.577500', '144950.037500', '144950.497500', '144950.957500', '144951.417500', '144951.877500', '144952.337500', '144952.797500', '144953.257500', '144953.717500', '144954.177500', '144954.637500', '144955.097500', '144955.557500', '144956.017500', '144956.477500', '144956.937500', '144957.397500', '144957.857500', '144958.317500', '144958.777500', '144959.237500', '144959.697500', '145000.157500', '145000.617500', '145001.077500', '145001.537500', '145001.997500', '145002.457500', '145002.917500', '145003.377500', '145003.837500', '145004.297500', '145004.757500', '145005.217500', '145005.677500', '145006.137500', '145006.597500', '145007.057500', '145007.517500', '145007.977500', '145008.437500', '145008.897500', '145009.357500', '145009.817500', '145010.277500', '145010.737500', '145011.197500', '145011.657500', '145012.117500', '145012.577500', '145013.037500', '145013.497500', '145013.957500', '145014.417500', '145014.877500', '145015.337500', '145015.797500', '145016.257500', '145016.717500', '145017.177500', '145017.637500', '145018.097500', '145018.557500', '145019.017500', '145019.477500', '145019.937500', '145020.397500', '145020.857500', '145021.317500', '145021.777500', '145022.237500', '145022.697500', '145023.157500', '145023.617500', '145024.077500', '145024.537500', '145024.997500', '145025.457500', '145025.917500', '145026.377500', '145026.837500', '145027.297500', '145027.757500', '145028.217500', '145028.677500', '145029.137500', '145029.597500', '145030.057500', '145030.517500', '145030.977500', '145031.437500', '145031.897500', '145032.357500', '145032.817500', '145033.277500', '145033.737500', '145034.197500', '145034.657500', '145035.117500', '145035.577500', '145036.037500', '145036.497500', '145036.957500', '145037.417500', '145037.877500', '145038.337500', '145038.797500', '145039.257500', '145039.717500', '145040.177500', '145040.637500', '145041.097500', '145041.557500', '145042.017500', '145042.477500', '145042.937500', '145043.397500', '145043.857500', '145044.317500', '145044.777500', '145045.237500', '145045.697500', '145046.157500', '145046.617500', '145047.077500', '145047.537500', '145047.997500', '145048.457500', '145048.917500', '145049.377500', '145049.837500', '145050.297500', '145050.757500', '145051.217500', '145051.677500', '145052.137500', '145052.597500', '145053.057500', '145053.517500', '145053.977500', '145054.437500', '145054.897500', '145055.357500', '145055.817500', '145056.277500', '145056.737500', '145057.197500', '145057.657500', '145058.117500', '145058.577500', '145059.037500', '145059.497500', '145059.957500', '145100.417500', '145100.877500', '145101.337500', '145101.797500', '145102.257500', '145102.717500', '145103.177500', '145103.637500', '145104.097500', '145104.557500', '145105.017500', '145105.477500', '145105.937500', '145106.397500', '145106.857500', '145107.317500', '145107.777500', '145108.237500', '145108.697500', '145109.157500', '145109.617500', '145110.077500', '145110.537500', '145110.997500', '145111.457500', '145111.917500', '145112.377500', '145112.837500', '145113.297500', '145113.757500', '145114.217500', '145114.677500', '145115.137500', '145115.597500', '145116.057500', '145116.517500', '145116.977500', '145117.437500', '145117.897500', '145118.357500', '145118.817500', '145119.277500', '145119.737500', '145120.197500', '145120.657500', '145121.117500', '145121.577500', '145122.037500', '145122.497500', '145122.957500', '145123.417500', '145123.877500', '145124.337500', '145124.797500', '145125.257500', '145125.717500', '145126.177500', '145126.637500', '145127.097500', '145127.557500', '145128.017500', '145128.477500', '145128.937500', '145129.397500', '145129.857500', '145130.317500', '145130.777500', '145131.237500', '145131.697500', '145132.157500', '145132.617500', '145133.077500', '145133.537500', '145133.997500', '145134.457500', '145134.917500', '145135.377500', '145135.837500', '145136.297500', '145136.757500', '145137.217500', '145137.677500', '145138.137500', '145138.597500', '145139.057500', '145139.517500', '145139.977500', '145140.437500', '145140.897500', '145141.357500', '145141.817500', '145142.277500', '145142.737500', '145143.197500', '145143.657500', '145144.117500', '145144.577500', '145145.037500', '145145.497500', '145145.957500', '145146.417500', '145146.877500', '145147.337500', '145147.797500', '145148.257500', '145148.717500', '145149.177500', '145149.637500', '145150.097500', '145150.557500', '145151.017500', '145151.477500', '145151.937500', '145152.397500', '145152.857500', '145153.317500', '145153.777500', '145154.237500', '145154.697500', '145155.157500', '145155.617500', '145156.077500', '145156.537500', '145156.997500', '145157.457500', '145157.917500', '145158.377500', '145158.837500', '145159.297500', '145159.757500', '145200.217500', '145200.677500', '145201.137500', '145201.597500', '145202.057500', '145202.517500', '145202.977500', '145203.437500', '145203.897500', '145204.357500', '145204.817500', '145205.277500', '145205.737500', '145206.197500', '145206.657500', '145207.117500', '145207.577500', '145208.037500', '145208.497500', '145208.957500', '145209.417500', '145209.877500', '145210.337500', '145210.797500', '145211.257500', '145211.717500', '145212.177500', '145212.637500', '145213.097500', '145213.557500', '145214.017500', '145214.477500', '145214.937500', '145215.397500', '145215.857500', '145216.317500', '145216.777500', '145217.237500', '145217.697500', '145218.157500', '145218.617500', '145219.077500', '145219.537500', '145219.997500', '145220.457500', '145220.917500', '145221.377500', '145221.837500', '145222.297500', '145222.757500', '145223.217500', '145223.677500', '145224.137500', '145224.597500', '145225.057500', '145225.517500', '145225.977500', '145226.437500', '145226.897500', '145227.357500', '145227.817500', '145228.277500', '145228.737500', '145229.197500', '145229.657500', '145230.117500', '145230.577500', '145231.037500', '145231.497500', '145231.957500', '145232.417500', '145232.877500', '145233.337500', '145233.797500', '145234.257500', '145234.717500', '145235.177500', '145235.637500', '145236.097500', '145236.557500', '145237.017500', '145237.477500', '145237.937500', '145238.397500', '145238.857500', '145239.317500', '145239.777500', '145240.237500', '145240.697500', '145241.157500', '145241.617500', '145242.077500', '145242.537500', '145242.997500', '145243.457500', '145243.917500', '145244.377500', '145244.837500', '145245.297500', '145245.757500', '145246.217500', '145246.677500', '145247.137500', '145247.597500', '145248.057500', '145248.517500', '145248.977500', '145249.437500', '145249.897500', '145250.357500', '145250.817500', '145251.277500', '145251.737500', '145252.197500', '145252.657500', '145253.117500', '145253.577500', '145254.037500', '145254.497500', '145254.957500', '145255.417500', '145255.877500', '145256.337500', '145256.797500', '145257.257500', '145257.717500', '145258.177500', '145258.637500', '145259.097500', '145259.557500', '145300.017500', '145300.477500', '145300.937500', '145301.397500', '145301.857500', '145302.317500', '145302.777500', '145303.237500', '145303.697500', '145304.157500', '145304.617500', '145305.077500', '145305.537500', '145305.997500', '145306.457500', '145306.917500', '145307.377500', '145307.837500', '145308.297500', '145308.757500', '145309.217500', '145309.677500', '145310.137500', '145310.597500', '145311.057500', '145311.517500', '145311.977500', '145312.437500', '145312.897500', '145313.357500', '145313.817500', '145314.277500', '145314.737500', '145315.197500', '145315.657500', '145316.117500', '145316.577500', '145317.037500', '145317.497500', '145317.957500', '145318.417500', '145318.877500', '145319.337500', '145319.797500', '145320.257500', '145320.717500', '145321.177500', '145321.637500', '145322.097500', '145322.557500', '145323.017500', '145323.477500', '145323.937500', '145324.397500', '145324.857500', '145325.317500', '145325.777500', '145326.237500', '145326.697500', '145327.157500', '145327.617500', '145328.077500', '145328.537500', '145328.997500', '145329.457500', '145329.917500', '145330.377500', '145330.837500', '145331.297500', '145331.757500', '145332.217500', '145332.677500', '145333.137500', '145333.597500', '145334.057500', '145334.517500', '145334.977500', '145335.437500', '145335.897500', '145336.357500', '145336.817500', '145337.277500', '145337.737500', '145338.197500', '145338.657500', '145339.117500', '145339.577500', '145340.037500', '145340.497500', '145340.957500', '145341.417500', '145341.877500', '145342.337500', '145342.797500', '145343.257500', '145343.717500', '145344.177500', '145344.637500', '145345.097500', '145345.557500', '145346.017500', '145346.477500', '145346.937500', '145347.397500', '145347.857500', '145348.317500', '145348.777500', '145349.237500', '145349.697500', '145350.157500', '145350.617500', '145351.077500', '145351.537500', '145351.997500', '145352.457500', '145352.917500', '145353.377500', '145353.837500', '145354.297500', '145354.757500', '145355.217500', '145355.677500', '145356.137500', '145356.597500', '145357.057500', '145357.517500', '145357.977500', '145358.437500', '145358.897500', '145359.357500', '145359.817500', '145400.277500', '145400.737500', '145401.197500', '145401.657500', '145402.117500', '145402.577500', '145403.037500', '145403.497500', '145403.957500', '145404.417500', '145404.877500', '145405.337500', '145405.797500', '145406.257500', '145406.717500', '145407.177500', '145407.637500', '145408.097500', '145408.557500', '145409.017500', '145409.477500', '145409.937500', '145410.397500', '145410.857500', '145411.317500', '145411.777500', '145412.237500', '145412.697500', '145413.157500', '145413.617500', '145414.077500', '145414.537500', '145414.997500', '145415.457500', '145415.917500', '145416.377500', '145416.837500', '145417.297500', '145417.757500', '145418.217500', '145418.677500', '145419.137500', '145419.597500', '145420.057500', '145420.517500', '145420.977500', '145421.437500', '145421.897500', '145422.357500', '145422.817500', '145423.277500', '145423.737500', '145424.197500', '145424.657500', '145425.117500', '145425.577500', '145426.037500', '145426.497500', '145426.957500', '145427.417500', '145427.877500', '145428.337500', '145428.797500', '145429.257500', '145429.717500', '145430.177500', '145430.637500', '145431.097500', '145431.557500', '145432.017500', '145432.477500', '145432.937500', '145433.397500', '145433.857500', '145434.317500', '145434.777500', '145435.237500', '145435.697500', '145436.157500', '145436.617500', '145437.077500', '145437.537500', '145437.997500', '145438.457500', '145438.917500', '145439.377500', '145439.837500', '145440.297500', '145440.757500', '145441.217500', '145441.677500', '145442.137500', '145442.597500', '145443.057500', '145443.517500', '145443.977500', '145444.437500', '145444.897500', '145445.357500', '145445.817500', '145446.277500', '145446.737500', '145447.197500', '145447.657500', '145448.117500', '145448.577500', '145449.037500', '145449.497500', '145449.957500', '145450.417500', '145450.877500', '145451.337500', '145451.797500', '145452.257500', '145452.717500', '145453.177500', '145453.637500', '145454.097500', '145454.557500', '145455.017500', '145455.477500', '145455.937500', '145456.397500', '145456.857500', '145457.317500', '145457.777500', '145458.237500', '145458.697500', '145459.157500', '145459.617500', '145500.077500', '145500.537500', '145500.997500', '145501.457500', '145501.917500', '145502.377500', '145502.837500', '145503.297500', '145503.757500', '145504.217500', '145504.677500', '145505.137500', '145505.597500', '145506.057500', '145506.517500', '145506.977500', '145507.437500', '145507.897500', '145508.357500', '145508.817500', '145509.277500', '145509.737500', '145510.197500', '145510.657500', '145511.117500', '145511.577500', '145512.037500', '145512.497500', '145512.957500', '145513.417500', '145513.877500', '145514.337500', '145514.797500', '145515.257500', '145515.717500', '145516.177500', '145516.637500', '145517.097500', '145517.557500', '145518.017500', '145518.477500', '145518.937500', '145519.397500', '145519.857500', '145520.317500', '145520.777500', '145521.237500', '145521.697500', '145522.157500', '145522.617500', '145523.077500', '145523.537500', '145523.997500', '145524.457500', '145524.917500', '145525.377500', '145525.837500', '145526.297500', '145526.757500', '145527.217500', '145527.677500', '145528.137500', '145528.597500', '145529.057500', '145529.517500', '145529.977500', '145530.437500', '145530.897500', '145531.357500', '145531.817500', '145532.277500', '145532.737500', '145533.197500', '145533.657500', '145534.117500', '145534.577500', '145535.037500', '145535.497500', '145535.957500', '145536.417500', '145536.877500', '145537.337500', '145537.797500', '145538.257500', '145538.717500', '145539.177500', '145539.637500', '145540.097500', '145540.557500', '145541.017500', '145541.477500', '145541.937500', '145542.397500', '145542.857500', '145543.317500', '145543.777500', '145544.237500', '145544.697500', '145545.157500', '145545.617500', '145546.077500', '145546.537500', '145546.997500', '145547.457500', '145547.917500', '145548.377500', '145548.837500', '145549.297500', '145549.757500', '145550.217500', '145550.677500', '145551.137500', '145551.597500', '145552.057500', '145552.517500', '145552.977500', '145553.437500', '145553.897500', '145554.357500', '145554.817500', '145555.277500', '145555.737500', '145556.197500', '145556.657500', '145557.117500', '145557.577500', '145558.037500', '145558.497500', '145558.957500', '145559.417500', '145559.877500', '145600.337500', '145600.797500', '145601.257500', '145601.717500', '145602.177500', '145602.637500', '145603.097500', '145603.557500', '145604.017500', '145604.477500', '145604.937500', '145605.397500', '145605.857500', '145606.317500', '145606.777500', '145607.237500', '145607.697500', '145608.157500', '145608.617500', '145609.077500', '145609.537500', '145609.997500', '145610.457500', '145610.917500', '145611.377500', '145611.837500', '145612.297500', '145612.757500', '145613.217500', '145613.677500', '145614.137500', '145614.597500', '145615.057500', '145615.517500', '145615.977500', '145616.437500', '145616.897500', '145617.357500', '145617.817500', '145618.277500', '145618.737500', '145619.197500', '145619.657500', '145620.117500', '145620.577500', '145621.037500', '145621.497500', '145621.957500', '145622.417500', '145622.877500', '145623.337500', '145623.797500', '145624.257500', '145624.717500', '145625.177500', '145625.637500', '145626.097500', '145626.557500'], 'ContentTime': ['145015.528000', '145015.531000', '145015.534000', '145015.537000', '145015.539000', '145015.542000', '145015.544000', '145015.547000', '145015.550000', '145015.552000', '145015.555000', '145015.557000', '145015.560000', '145015.562000', '145015.565000', '145015.567000', '145015.570000', '145015.573000', '145015.575000', '145015.578000', '145015.580000', '145015.583000', '145015.585000', '145015.594000', '145015.597000', '145015.600000', '145015.602000', '145015.605000', '145015.607000', '145015.610000', '145015.613000', '145015.615000', '145015.618000', '145015.620000', '145015.623000', '145015.625000', '145015.628000', '145015.631000', '145015.633000', '145015.636000', '145015.638000', '145015.642000', '145015.645000', '145015.647000', '145015.650000', '145015.652000', '145015.655000', '145015.657000', '145015.660000', '145015.663000', '145015.665000', '145015.668000', '145015.670000', '145015.673000', '145015.675000', '145015.678000', '145015.680000', '145015.683000', '145015.685000', '145015.688000', '145015.690000', '145015.693000', '145035.502000', '145035.505000', '145035.508000', '145035.510000', '145035.513000', '145035.516000', '145035.518000', '145035.521000', '145035.523000', '145035.526000', '145035.528000', '145035.531000', '145035.533000', '145035.536000', '145035.539000', '145035.541000', '145035.544000', '145035.546000', '145035.549000', '145035.551000', '145035.554000', '145035.557000', '145035.580000', '145035.583000', '145035.586000', '145035.588000', '145035.591000', '145035.593000', '145035.596000', '145035.598000', '145035.601000', '145035.604000', '145035.606000', '145035.609000', '145035.611000', '145035.614000', '145035.617000', '145035.619000', '145035.622000', '145035.624000', '145035.627000', '145035.630000', '145035.632000', '145055.503000', '145055.505000', '145055.508000', '145055.511000', '145055.514000', '145055.516000', '145055.519000', '145055.521000', '145055.524000', '145055.527000', '145055.529000', '145055.532000', '145055.534000', '145055.537000', '145055.539000', '145055.542000', '145055.544000', '145055.547000', '145055.549000', '145055.552000', '145055.554000', '145055.557000', '145055.560000', '145055.562000', '145055.565000', '145055.567000', '145055.570000', '145055.572000', '145055.575000', '145055.577000', '145055.580000', '145055.582000', '145055.585000', '145055.588000', '145055.590000', '145055.593000', '145055.596000', '145055.598000', '145055.601000', '145055.603000', '145055.606000', '145055.608000', '145055.611000', '145055.613000', '145115.502000', '145115.505000', '145115.508000', '145115.510000', '145115.513000', '145115.515000', '145115.518000', '145115.521000', '145115.523000', '145115.526000', '145115.528000', '145115.531000', '145115.533000', '145115.536000', '145115.539000', '145115.541000', '145115.544000', '145115.546000', '145115.549000', '145115.551000', '145115.554000', '145115.556000', '145115.559000', '145115.561000', '145115.564000', '145115.567000', '145115.569000', '145115.572000', '145115.574000', '145115.577000', '145115.579000', '145115.582000', '145115.584000', '145115.587000', '145115.590000', '145115.592000', '145115.595000', '145115.597000', '145115.600000', '145115.602000', '145115.605000', '145115.607000', '145115.610000', '145135.502000', '145135.505000', '145135.508000', '145135.511000', '145135.513000', '145135.516000', '145135.518000', '145135.521000', '145135.524000', '145135.526000', '145135.529000', '145135.531000', '145135.534000', '145135.536000', '145135.539000', '145135.541000', '145135.544000', '145135.547000', '145135.549000', '145135.552000', '145135.554000', '145135.557000', '145135.559000', '145135.562000', '145135.565000', '145135.567000', '145135.570000', '145135.572000', '145135.575000', '145135.577000', '145135.580000', '145135.582000', '145135.585000', '145135.587000', '145135.590000', '145135.593000', '145135.595000', '145135.598000', '145135.601000', '145135.603000', '145135.606000', '145135.608000', '145135.611000', '145135.613000', '145155.502000', '145155.505000', '145155.507000', '145155.510000', '145155.512000', '145155.515000', '145155.517000', '145155.520000', '145155.523000', '145155.525000', '145155.528000', '145155.530000', '145155.533000', '145155.542000', '145155.544000', '145155.547000', '145155.550000', '145155.552000', '145155.555000', '145155.557000', '145155.560000', '145155.562000', '145155.565000', '145155.568000', '145155.570000', '145155.573000', '145155.575000', '145155.578000', '145155.580000', '145155.583000', '145155.585000', '145155.588000', '145155.591000', '145155.593000', '145155.596000', '145155.598000', '145155.601000', '145155.604000', '145155.606000', '145155.609000', '145155.611000', '145155.614000', '145155.617000', '145215.503000', '145215.505000', '145215.508000', '145215.511000', '145215.513000', '145215.516000', '145215.518000', '145215.521000', '145215.524000', '145215.526000', '145215.529000', '145215.531000', '145215.534000', '145215.536000', '145215.539000', '145215.541000', '145215.544000', '145215.547000', '145215.561000', '145215.564000', '145215.566000', '145215.569000', '145215.571000', '145215.574000', '145215.576000', '145215.579000', '145215.581000', '145215.584000', '145215.587000', '145215.589000', '145215.592000', '145215.594000', '145215.597000', '145215.600000', '145215.602000', '145215.605000', '145215.608000', '145215.610000', '145215.613000', '145215.615000', '145215.618000', '145215.620000', '145215.623000', '145215.625000', '145235.502000', '145235.505000', '145235.508000', '145235.511000', '145235.513000', '145235.516000', '145235.518000', '145235.521000', '145235.524000', '145235.526000', '145235.529000', '145235.531000', '145235.534000', '145235.536000', '145235.539000', '145235.542000', '145235.544000', '145235.547000', '145235.549000', '145235.552000', '145235.555000', '145235.557000', '145235.560000', '145235.562000', '145235.565000', '145235.567000', '145235.570000', '145235.573000', '145235.575000', '145235.578000', '145235.580000', '145235.583000', '145235.586000', '145235.588000', '145235.591000', '145235.593000', '145235.596000', '145235.598000', '145235.601000', '145235.604000', '145235.606000', '145235.609000', '145235.611000', '145255.503000', '145255.505000', '145255.517000', '145255.520000', '145255.522000', '145255.525000', '145255.527000', '145255.530000', '145255.532000', '145255.535000', '145255.538000', '145255.540000', '145255.543000', '145255.545000', '145255.548000', '145255.550000', '145255.553000', '145255.556000', '145255.558000', '145255.561000', '145255.564000', '145255.566000', '145255.569000', '145255.571000', '145255.574000', '145255.576000', '145255.579000', '145255.582000', '145255.584000', '145255.587000', '145255.589000', '145255.592000', '145255.595000', '145255.597000', '145255.600000', '145255.602000', '145255.605000', '145255.608000', '145255.610000', '145255.613000', '145255.615000', '145255.618000', '145255.620000', '145255.623000', '145315.502000', '145315.505000', '145315.508000', '145315.510000', '145315.513000', '145315.516000', '145315.518000', '145315.521000', '145315.523000', '145315.526000', '145315.528000', '145315.531000', '145315.533000', '145315.536000', '145315.539000', '145315.541000', '145315.544000', '145315.547000', '145315.549000', '145315.552000', '145315.554000', '145315.557000', '145315.559000', '145315.562000', '145315.564000', '145315.567000', '145315.569000', '145315.572000', '145315.575000', '145315.577000', '145315.580000', '145315.583000', '145315.585000', '145315.588000', '145315.590000', '145315.593000', '145315.596000', '145315.598000', '145315.601000', '145315.603000', '145315.606000', '145315.609000', '145315.611000', '145335.503000', '145335.506000', '145335.508000', '145335.511000', '145335.513000', '145335.516000', '145335.518000', '145335.521000', '145335.524000', '145335.526000', '145335.529000', '145335.531000', '145335.534000', '145335.536000', '145335.539000', '145335.542000', '145335.544000', '145335.547000', '145335.550000', '145335.552000', '145335.555000', '145335.557000', '145335.560000', '145335.562000', '145335.565000', '145335.567000', '145335.570000', '145335.573000', '145335.575000', '145335.578000', '145335.580000', '145335.583000', '145335.586000', '145335.588000', '145335.591000', '145335.593000', '145335.596000', '145335.598000', '145335.601000', '145335.604000', '145335.606000', '145335.609000', '145335.611000', '145335.648000', '145355.503000', '145355.506000', '145355.508000', '145355.511000', '145355.514000', '145355.516000', '145355.519000', '145355.521000', '145355.524000', '145355.527000', '145355.529000', '145355.532000', '145355.535000', '145355.537000', '145355.540000', '145355.543000', '145355.545000', '145355.548000', '145355.550000', '145355.553000', '145355.556000', '145355.558000', '145355.561000', '145355.563000', '145355.566000', '145355.569000', '145355.572000', '145355.574000', '145355.577000', '145355.579000', '145355.582000', '145355.585000', '145355.587000', '145355.590000', '145355.592000', '145355.595000', '145355.598000', '145355.600000', '145355.603000', '145355.605000', '145355.608000', '145355.611000', '145355.613000', '145415.502000', '145415.504000', '145415.507000', '145415.510000', '145415.512000', '145415.515000', '145415.517000', '145415.520000', '145415.522000', '145415.525000', '145415.528000', '145415.530000', '145415.533000', '145415.535000', '145415.538000', '145415.541000', '145415.543000', '145415.546000', '145415.550000', '145415.553000', '145415.555000', '145415.558000', '145415.560000', '145415.563000', '145415.566000', '145415.568000', '145415.571000', '145415.573000', '145415.576000', '145415.579000', '145415.581000', '145415.584000', '145415.587000', '145415.589000', '145415.592000', '145415.594000', '145415.597000', '145415.600000', '145415.603000', '145415.605000', '145415.608000', '145415.610000', '145415.613000', '145415.616000', '145435.503000', '145435.506000', '145435.508000', '145435.511000', '145435.513000', '145435.516000', '145435.519000', '145435.521000', '145435.524000', '145435.526000', '145435.529000', '145435.532000', '145435.534000', '145435.537000', '145435.540000', '145435.542000', '145435.545000', '145435.547000', '145435.550000', '145435.552000', '145435.555000', '145435.557000', '145435.560000', '145435.563000', '145435.565000', '145435.568000', '145435.570000', '145435.573000', '145435.575000', '145435.578000', '145435.581000', '145435.583000', '145435.586000', '145435.588000', '145435.591000', '145435.594000', '145435.596000', '145435.599000', '145435.601000', '145435.604000', '145435.606000', '145435.609000', '145435.612000', '145455.503000', '145455.506000', '145455.508000', '145455.512000', '145455.515000', '145455.518000', '145455.520000', '145455.523000', '145455.525000', '145455.528000', '145455.530000', '145455.533000', '145455.536000', '145455.538000', '145455.541000', '145455.543000', '145455.546000', '145455.549000', '145455.551000', '145455.554000', '145455.556000', '145455.559000', '145455.561000', '145455.564000', '145455.567000', '145455.569000', '145455.572000', '145455.575000', '145455.577000', '145455.580000', '145455.582000', '145455.585000', '145455.587000', '145455.590000', '145455.593000', '145455.595000', '145455.598000', '145455.600000', '145455.603000', '145455.606000', '145455.608000', '145455.611000', '145455.614000', '145515.503000', '145515.506000', '145515.508000', '145515.511000', '145515.513000', '145515.516000', '145515.518000', '145515.521000', '145515.524000', '145515.526000', '145515.538000', '145515.541000', '145515.543000', '145515.546000', '145515.548000', '145515.551000', '145515.554000', '145515.556000', '145515.559000', '145515.561000', '145515.564000', '145515.566000', '145515.569000', '145515.572000', '145515.574000', '145515.577000', '145515.579000', '145515.582000', '145515.585000', '145515.587000', '145515.590000', '145515.592000', '145515.595000', '145515.598000', '145515.600000', '145515.603000', '145515.605000', '145515.608000', '145515.610000', '145515.613000', '145515.616000', '145515.618000', '145515.621000', '145515.623000', '145535.503000', '145535.505000', '145535.508000', '145535.511000', '145535.513000', '145535.516000', '145535.518000', '145535.522000', '145535.525000', '145535.528000', '145535.530000', '145535.533000', '145535.535000', '145535.538000', '145535.541000', '145535.543000', '145535.546000', '145535.548000', '145535.551000', '145535.554000', '145535.556000', '145535.559000', '145535.561000', '145535.564000', '145535.566000', '145535.569000', '145535.572000', '145535.574000', '145535.577000', '145535.579000', '145535.582000', '145535.584000', '145535.588000', '145535.591000', '145535.594000', '145535.596000', '145535.599000', '145535.602000', '145535.604000', '145535.607000', '145535.609000', '145535.612000', '145535.615000', '145555.502000', '145555.505000', '145555.508000', '145555.511000', '145555.513000', '145555.516000', '145555.518000', '145555.521000', '145555.524000', '145555.526000', '145555.529000', '145555.532000', '145555.534000', '145555.537000', '145555.539000', '145555.542000', '145555.544000', '145555.547000', '145555.550000', '145555.552000', '145555.555000', '145555.557000', '145555.560000', '145555.563000', '145555.565000', '145555.568000', '145555.570000', '145555.573000', '145555.576000', '145555.578000', '145555.581000', '145555.583000', '145555.586000', '145555.590000', '145555.592000', '145555.595000', '145555.598000', '145555.600000', '145555.603000', '145555.605000', '145555.608000', '145555.611000', '145555.613000', '145555.616000', '145615.502000', '145615.505000', '145615.508000', '145615.510000', '145615.513000', '145615.516000', '145615.518000', '145615.521000', '145615.523000', '145615.526000', '145615.529000', '145615.531000', '145615.534000', '145615.536000', '145615.539000', '145615.541000', '145615.544000', '145615.546000', '145615.549000', '145615.551000', '145615.554000', '145615.557000', '145615.559000', '145615.562000', '145615.564000', '145615.567000', '145615.570000', '145615.572000', '145615.575000', '145615.578000', '145615.580000', '145615.583000', '145615.585000', '145615.588000', '145615.591000', '145615.593000', '145615.596000', '145615.599000', '145615.601000', '145615.604000', '145615.606000', '145615.609000', '145615.612000', '145627.996000', '145628.000000', '145628.002000', '145628.005000', '145628.008000', '145628.011000', '145628.013000', '145628.016000', '145628.019000', '145628.021000', '145628.024000', '145628.026000', '145628.029000', '145628.032000', '145628.034000', '145628.037000', '145628.040000', '145628.042000', '145628.045000', '145628.048000', '145628.052000', '145628.056000', '145628.059000', '145628.061000', '145628.064000', '145628.066000', '145628.069000', '145628.072000'], 'InstanceCreationTime': ['145015.528000', '145015.531000', '145015.534000', '145015.537000', '145015.539000', '145015.542000', '145015.544000', '145015.547000', '145015.550000', '145015.552000', '145015.555000', '145015.557000', '145015.560000', '145015.562000', '145015.565000', '145015.567000', '145015.570000', '145015.573000', '145015.575000', '145015.578000', '145015.580000', '145015.583000', '145015.585000', '145015.594000', '145015.597000', '145015.600000', '145015.602000', '145015.605000', '145015.607000', '145015.610000', '145015.613000', '145015.615000', '145015.618000', '145015.620000', '145015.623000', '145015.625000', '145015.628000', '145015.631000', '145015.633000', '145015.636000', '145015.638000', '145015.642000', '145015.645000', '145015.647000', '145015.650000', '145015.652000', '145015.655000', '145015.657000', '145015.660000', '145015.663000', '145015.665000', '145015.668000', '145015.670000', '145015.673000', '145015.675000', '145015.678000', '145015.680000', '145015.683000', '145015.685000', '145015.688000', '145015.690000', '145015.693000', '145035.502000', '145035.505000', '145035.508000', '145035.510000', '145035.513000', '145035.516000', '145035.518000', '145035.521000', '145035.523000', '145035.526000', '145035.528000', '145035.531000', '145035.533000', '145035.536000', '145035.539000', '145035.541000', '145035.544000', '145035.546000', '145035.549000', '145035.551000', '145035.554000', '145035.557000', '145035.580000', '145035.583000', '145035.586000', '145035.588000', '145035.591000', '145035.593000', '145035.596000', '145035.598000', '145035.601000', '145035.604000', '145035.606000', '145035.609000', '145035.611000', '145035.614000', '145035.617000', '145035.619000', '145035.622000', '145035.624000', '145035.627000', '145035.630000', '145035.632000', '145055.503000', '145055.505000', '145055.508000', '145055.511000', '145055.514000', '145055.516000', '145055.519000', '145055.521000', '145055.524000', '145055.527000', '145055.529000', '145055.532000', '145055.534000', '145055.537000', '145055.539000', '145055.542000', '145055.544000', '145055.547000', '145055.549000', '145055.552000', '145055.554000', '145055.557000', '145055.560000', '145055.562000', '145055.565000', '145055.567000', '145055.570000', '145055.572000', '145055.575000', '145055.577000', '145055.580000', '145055.582000', '145055.585000', '145055.588000', '145055.590000', '145055.593000', '145055.596000', '145055.598000', '145055.601000', '145055.603000', '145055.606000', '145055.608000', '145055.611000', '145055.613000', '145115.502000', '145115.505000', '145115.508000', '145115.510000', '145115.513000', '145115.515000', '145115.518000', '145115.521000', '145115.523000', '145115.526000', '145115.528000', '145115.531000', '145115.533000', '145115.536000', '145115.539000', '145115.541000', '145115.544000', '145115.546000', '145115.549000', '145115.551000', '145115.554000', '145115.556000', '145115.559000', '145115.561000', '145115.564000', '145115.567000', '145115.569000', '145115.572000', '145115.574000', '145115.577000', '145115.579000', '145115.582000', '145115.584000', '145115.587000', '145115.590000', '145115.592000', '145115.595000', '145115.597000', '145115.600000', '145115.602000', '145115.605000', '145115.607000', '145115.610000', '145135.502000', '145135.505000', '145135.508000', '145135.511000', '145135.513000', '145135.516000', '145135.518000', '145135.521000', '145135.524000', '145135.526000', '145135.529000', '145135.531000', '145135.534000', '145135.536000', '145135.539000', '145135.541000', '145135.544000', '145135.547000', '145135.549000', '145135.552000', '145135.554000', '145135.557000', '145135.559000', '145135.562000', '145135.565000', '145135.567000', '145135.570000', '145135.572000', '145135.575000', '145135.577000', '145135.580000', '145135.582000', '145135.585000', '145135.587000', '145135.590000', '145135.593000', '145135.595000', '145135.598000', '145135.601000', '145135.603000', '145135.606000', '145135.608000', '145135.611000', '145135.613000', '145155.502000', '145155.505000', '145155.507000', '145155.510000', '145155.512000', '145155.515000', '145155.517000', '145155.520000', '145155.523000', '145155.525000', '145155.528000', '145155.530000', '145155.533000', '145155.542000', '145155.544000', '145155.547000', '145155.550000', '145155.552000', '145155.555000', '145155.557000', '145155.560000', '145155.562000', '145155.565000', '145155.568000', '145155.570000', '145155.573000', '145155.575000', '145155.578000', '145155.580000', '145155.583000', '145155.585000', '145155.588000', '145155.591000', '145155.593000', '145155.596000', '145155.598000', '145155.601000', '145155.604000', '145155.606000', '145155.609000', '145155.611000', '145155.614000', '145155.617000', '145215.503000', '145215.505000', '145215.508000', '145215.511000', '145215.513000', '145215.516000', '145215.518000', '145215.521000', '145215.524000', '145215.526000', '145215.529000', '145215.531000', '145215.534000', '145215.536000', '145215.539000', '145215.541000', '145215.544000', '145215.547000', '145215.561000', '145215.564000', '145215.566000', '145215.569000', '145215.571000', '145215.574000', '145215.576000', '145215.579000', '145215.581000', '145215.584000', '145215.587000', '145215.589000', '145215.592000', '145215.594000', '145215.597000', '145215.600000', '145215.602000', '145215.605000', '145215.608000', '145215.610000', '145215.613000', '145215.615000', '145215.618000', '145215.620000', '145215.623000', '145215.625000', '145235.502000', '145235.505000', '145235.508000', '145235.511000', '145235.513000', '145235.516000', '145235.518000', '145235.521000', '145235.524000', '145235.526000', '145235.529000', '145235.531000', '145235.534000', '145235.536000', '145235.539000', '145235.542000', '145235.544000', '145235.547000', '145235.549000', '145235.552000', '145235.555000', '145235.557000', '145235.560000', '145235.562000', '145235.565000', '145235.567000', '145235.570000', '145235.573000', '145235.575000', '145235.578000', '145235.580000', '145235.583000', '145235.586000', '145235.588000', '145235.591000', '145235.593000', '145235.596000', '145235.598000', '145235.601000', '145235.604000', '145235.606000', '145235.609000', '145235.611000', '145255.503000', '145255.505000', '145255.517000', '145255.520000', '145255.522000', '145255.525000', '145255.527000', '145255.530000', '145255.532000', '145255.535000', '145255.538000', '145255.540000', '145255.543000', '145255.545000', '145255.548000', '145255.550000', '145255.553000', '145255.556000', '145255.558000', '145255.561000', '145255.564000', '145255.566000', '145255.569000', '145255.571000', '145255.574000', '145255.576000', '145255.579000', '145255.582000', '145255.584000', '145255.587000', '145255.589000', '145255.592000', '145255.595000', '145255.597000', '145255.600000', '145255.602000', '145255.605000', '145255.608000', '145255.610000', '145255.613000', '145255.615000', '145255.618000', '145255.620000', '145255.623000', '145315.502000', '145315.505000', '145315.508000', '145315.510000', '145315.513000', '145315.516000', '145315.518000', '145315.521000', '145315.523000', '145315.526000', '145315.528000', '145315.531000', '145315.533000', '145315.536000', '145315.539000', '145315.541000', '145315.544000', '145315.547000', '145315.549000', '145315.552000', '145315.554000', '145315.557000', '145315.559000', '145315.562000', '145315.564000', '145315.567000', '145315.569000', '145315.572000', '145315.575000', '145315.577000', '145315.580000', '145315.583000', '145315.585000', '145315.588000', '145315.590000', '145315.593000', '145315.596000', '145315.598000', '145315.601000', '145315.603000', '145315.606000', '145315.609000', '145315.611000', '145335.503000', '145335.506000', '145335.508000', '145335.511000', '145335.513000', '145335.516000', '145335.518000', '145335.521000', '145335.524000', '145335.526000', '145335.529000', '145335.531000', '145335.534000', '145335.536000', '145335.539000', '145335.542000', '145335.544000', '145335.547000', '145335.550000', '145335.552000', '145335.555000', '145335.557000', '145335.560000', '145335.562000', '145335.565000', '145335.567000', '145335.570000', '145335.573000', '145335.575000', '145335.578000', '145335.580000', '145335.583000', '145335.586000', '145335.588000', '145335.591000', '145335.593000', '145335.596000', '145335.598000', '145335.601000', '145335.604000', '145335.606000', '145335.609000', '145335.611000', '145335.648000', '145355.503000', '145355.506000', '145355.508000', '145355.511000', '145355.514000', '145355.516000', '145355.519000', '145355.521000', '145355.524000', '145355.527000', '145355.529000', '145355.532000', '145355.535000', '145355.537000', '145355.540000', '145355.543000', '145355.545000', '145355.548000', '145355.550000', '145355.553000', '145355.556000', '145355.558000', '145355.561000', '145355.563000', '145355.566000', '145355.569000', '145355.572000', '145355.574000', '145355.577000', '145355.579000', '145355.582000', '145355.585000', '145355.587000', '145355.590000', '145355.592000', '145355.595000', '145355.598000', '145355.600000', '145355.603000', '145355.605000', '145355.608000', '145355.611000', '145355.613000', '145415.502000', '145415.504000', '145415.507000', '145415.510000', '145415.512000', '145415.515000', '145415.517000', '145415.520000', '145415.522000', '145415.525000', '145415.528000', '145415.530000', '145415.533000', '145415.535000', '145415.538000', '145415.541000', '145415.543000', '145415.546000', '145415.550000', '145415.553000', '145415.555000', '145415.558000', '145415.560000', '145415.563000', '145415.566000', '145415.568000', '145415.571000', '145415.573000', '145415.576000', '145415.579000', '145415.581000', '145415.584000', '145415.587000', '145415.589000', '145415.592000', '145415.594000', '145415.597000', '145415.600000', '145415.603000', '145415.605000', '145415.608000', '145415.610000', '145415.613000', '145415.616000', '145435.503000', '145435.506000', '145435.508000', '145435.511000', '145435.513000', '145435.516000', '145435.519000', '145435.521000', '145435.524000', '145435.526000', '145435.529000', '145435.532000', '145435.534000', '145435.537000', '145435.540000', '145435.542000', '145435.545000', '145435.547000', '145435.550000', '145435.552000', '145435.555000', '145435.557000', '145435.560000', '145435.563000', '145435.565000', '145435.568000', '145435.570000', '145435.573000', '145435.575000', '145435.578000', '145435.581000', '145435.583000', '145435.586000', '145435.588000', '145435.591000', '145435.594000', '145435.596000', '145435.599000', '145435.601000', '145435.604000', '145435.606000', '145435.609000', '145435.612000', '145455.503000', '145455.506000', '145455.508000', '145455.512000', '145455.515000', '145455.518000', '145455.520000', '145455.523000', '145455.525000', '145455.528000', '145455.530000', '145455.533000', '145455.536000', '145455.538000', '145455.541000', '145455.543000', '145455.546000', '145455.549000', '145455.551000', '145455.554000', '145455.556000', '145455.559000', '145455.561000', '145455.564000', '145455.567000', '145455.569000', '145455.572000', '145455.575000', '145455.577000', '145455.580000', '145455.582000', '145455.585000', '145455.587000', '145455.590000', '145455.593000', '145455.595000', '145455.598000', '145455.600000', '145455.603000', '145455.606000', '145455.608000', '145455.611000', '145455.614000', '145515.503000', '145515.506000', '145515.508000', '145515.511000', '145515.513000', '145515.516000', '145515.518000', '145515.521000', '145515.524000', '145515.526000', '145515.538000', '145515.541000', '145515.543000', '145515.546000', '145515.548000', '145515.551000', '145515.554000', '145515.556000', '145515.559000', '145515.561000', '145515.564000', '145515.566000', '145515.569000', '145515.572000', '145515.574000', '145515.577000', '145515.579000', '145515.582000', '145515.585000', '145515.587000', '145515.590000', '145515.592000', '145515.595000', '145515.598000', '145515.600000', '145515.603000', '145515.605000', '145515.608000', '145515.610000', '145515.613000', '145515.616000', '145515.618000', '145515.621000', '145515.623000', '145535.503000', '145535.505000', '145535.508000', '145535.511000', '145535.513000', '145535.516000', '145535.518000', '145535.522000', '145535.525000', '145535.528000', '145535.530000', '145535.533000', '145535.535000', '145535.538000', '145535.541000', '145535.543000', '145535.546000', '145535.548000', '145535.551000', '145535.554000', '145535.556000', '145535.559000', '145535.561000', '145535.564000', '145535.566000', '145535.569000', '145535.572000', '145535.574000', '145535.577000', '145535.579000', '145535.582000', '145535.584000', '145535.588000', '145535.591000', '145535.594000', '145535.596000', '145535.599000', '145535.602000', '145535.604000', '145535.607000', '145535.609000', '145535.612000', '145535.615000', '145555.502000', '145555.505000', '145555.508000', '145555.511000', '145555.513000', '145555.516000', '145555.518000', '145555.521000', '145555.524000', '145555.526000', '145555.529000', '145555.532000', '145555.534000', '145555.537000', '145555.539000', '145555.542000', '145555.544000', '145555.547000', '145555.550000', '145555.552000', '145555.555000', '145555.557000', '145555.560000', '145555.563000', '145555.565000', '145555.568000', '145555.570000', '145555.573000', '145555.576000', '145555.578000', '145555.581000', '145555.583000', '145555.586000', '145555.590000', '145555.592000', '145555.595000', '145555.598000', '145555.600000', '145555.603000', '145555.605000', '145555.608000', '145555.611000', '145555.613000', '145555.616000', '145615.502000', '145615.505000', '145615.508000', '145615.510000', '145615.513000', '145615.516000', '145615.518000', '145615.521000', '145615.523000', '145615.526000', '145615.529000', '145615.531000', '145615.534000', '145615.536000', '145615.539000', '145615.541000', '145615.544000', '145615.546000', '145615.549000', '145615.551000', '145615.554000', '145615.557000', '145615.559000', '145615.562000', '145615.564000', '145615.567000', '145615.570000', '145615.572000', '145615.575000', '145615.578000', '145615.580000', '145615.583000', '145615.585000', '145615.588000', '145615.591000', '145615.593000', '145615.596000', '145615.599000', '145615.601000', '145615.604000', '145615.606000', '145615.609000', '145615.612000', '145627.996000', '145628.000000', '145628.002000', '145628.005000', '145628.008000', '145628.011000', '145628.013000', '145628.016000', '145628.019000', '145628.021000', '145628.024000', '145628.026000', '145628.029000', '145628.032000', '145628.034000', '145628.037000', '145628.040000', '145628.042000', '145628.045000', '145628.048000', '145628.052000', '145628.056000', '145628.059000', '145628.061000', '145628.064000', '145628.066000', '145628.069000', '145628.072000'], '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': [11647, 8110, 9325, 7914, 8463, 10977, 8642, 11214, 8305, 10162, 8063, 10826, 8212, 9942, 8418, 9995, 8133, 10164, 8037, 10642, 7982, 10033, 8311, 10134, 8367, 10853, 8300, 10585, 7928, 9137, 7681, 8865, 7893, 9410, 7981, 9575, 7924, 8391, 7561, 7637, 8559, 8183, 10675, 8048, 10769, 7978, 9860, 8083, 10139, 8137, 10164, 8078, 10511, 8132, 9986, 8038, 11369, 8216, 10828, 7994, 10814, 8169, 11457, 7872, 8920, 7962, 8143, 8376, 7868, 10521, 8321, 10660, 7983, 9927, 8091, 10210, 7917, 10247, 8034, 10631, 7850, 11401, 7930, 10636, 8042, 9696, 7913, 9918, 8126, 9706, 8069, 8921, 7767, 8276, 7614, 8046, 7569, 8811, 9066, 9184, 7461, 7964, 8558, 8067, 10472, 8117, 11077, 8103, 10937, 7720, 10250, 8084, 9858, 8175, 10594, 8151, 11134, 8310, 10272, 7995, 10545, 8247, 9878, 8274, 10273, 8080, 11004, 7960, 10824, 8074, 10239, 8130, 10799, 8070, 10720, 8330, 11480, 8078, 11172, 8152, 10462, 8224, 10278, 8182, 10740, 8403, 11344, 8123, 10294, 8227, 9192, 8085, 9082, 8608, 9649, 8269, 9458, 7941, 8567, 7799, 8021, 8370, 8345, 10704, 8344, 10712, 8236, 10634, 7994, 10427, 8085, 10694, 8173, 10661, 8377, 11090, 7883, 9823, 8056, 9112, 7854, 9371, 7913, 9371, 8087, 8931, 7548, 8293, 7375, 8102, 8551, 8672, 10283, 8867, 9880, 7989, 10829, 7882, 11615, 7789, 11188, 7775, 10687, 8251, 10210, 7665, 9729, 8063, 9279, 8290, 9808, 7964, 10340, 8029, 9196, 7917, 8635, 10140, 7934, 12322, 8347, 12113, 8109, 10312, 8136, 9681, 7972, 10326, 8096, 10311, 7889, 11528, 7930, 10504, 8028, 10094, 8027, 9536, 8076, 9564, 8708, 8858, 7841, 7684, 7963, 7921, 9558, 8011, 11209, 8179, 11735, 7980, 10446, 7823, 10394, 8169, 10666, 8108, 10789, 8137, 11168, 8045, 9958, 7878, 9123, 7662, 8909, 8683, 9022, 8906, 7925, 9885, 8025, 11127, 7813, 10226, 7951, 10538, 8114, 10840, 7918, 10607, 8061, 10112, 7993, 9671, 8096, 9649, 8049, 9971, 8028, 9263, 7745, 8972, 7647, 9102, 7645, 9385, 8354, 9336, 7812, 8281, 9310, 7859, 10894, 8418, 11429, 8305, 12044, 8605, 9372, 6852, 8184, 8585, 8757, 10270, 8752, 12486, 8827, 11743, 8582, 11637, 8227, 10740, 8670, 10854, 8634, 9855, 8144, 8748, 8071, 9084, 8075, 9326, 7798, 9351, 7866, 8262, 8618, 8398, 10493, 8205, 10534, 8409, 10557, 8115, 10530, 8281, 10128, 8159, 10113, 8169, 10958, 8158, 11288, 8184, 11168, 8255, 10622, 8042, 10198, 8151, 10094, 8156, 9901, 8115, 9185, 8017, 9135, 8073, 9227, 9572, 9619, 9974, 8804, 8162, 8062, 9678, 8275, 10407, 8612, 11763, 8346, 9880, 8207, 10419, 8004, 10461, 8111, 10742, 8158, 10687, 8038, 10585, 8149, 9766, 7978, 9619, 7955, 9590, 7923, 9141, 7723, 7824, 7361, 8102, 10283, 8148, 11390, 8035, 11592, 7797, 10426, 8069, 10568, 7894, 10291, 8234, 10219, 8083, 10160, 7769, 9550, 8062, 9236, 8022, 8788, 7894, 9146, 9517, 8531, 7685, 8006, 10040, 8069, 11086, 8203, 11215, 8081, 11003, 8075, 10091, 7969, 9209, 7810, 8581, 7408, 8576, 7534, 8536, 7456, 7853, 9231, 8115, 10865, 8114, 11187, 7981, 11332, 7918, 10743, 7792, 9821, 7711, 9993, 7590, 9781, 7666, 8477, 7437, 7701, 8249, 8447, 9570, 8071, 9771, 8150, 9946, 8131, 11127, 8145, 11293, 8136, 10955, 8111, 11049, 8056, 10010, 7921, 9529, 7842, 9964, 8279, 9328, 8008, 8092, 8433, 8085, 10069, 8249, 11443, 8239, 11765, 8011, 10929, 7948, 10704, 7899, 10423, 8086, 10475, 8132, 9479, 7954, 8531, 7394, 7956, 9420, 8279, 10433, 8204, 9981, 8125, 10739, 7905, 10241, 8221, 10195, 8053, 10439, 8234, 10155, 8038, 9623, 7731, 9760, 8101, 9816, 8108, 9358, 7746, 9158, 7691, 8909, 9662, 8625, 10688, 8504, 10341, 8249, 11144, 8035, 10869, 8309, 10657, 8228, 10834, 7846, 10257, 7720, 9581, 7870, 8879, 7755, 9193, 9626, 8721, 9541, 7918, 11159, 8174, 11342, 8217, 10746, 8107, 11049, 8185, 10099, 8014, 9476, 7928, 8482, 8744, 8495, 9572, 8101, 9439, 8074, 10380, 7968, 10385, 8122, 10502, 8176, 10611, 8095, 10319, 7991, 9680, 8035, 10027, 8113, 10605, 7999, 9205, 7754, 8417, 8548, 8154, 10761, 7996, 11994, 8234, 11024, 8057, 10229, 8087, 9775, 7870, 9795, 8237, 10139, 7920, 9141, 7837, 8772, 8868, 8123, 11435, 8278, 12035, 8535, 10523, 8016, 10060, 7877, 9708, 7863, 9587, 8091, 9958, 7923, 8982, 7975, 8368, 7546, 8115, 9876, 8319, 11027, 8282, 10274, 8040, 10473, 8219, 10228, 7986, 10309, 8266, 11046, 8091, 10062, 8053, 10443, 8135, 10385, 8246, 10943, 8109, 10496, 8066, 10272, 8182, 10254, 8622, 10454, 8529, 10535, 8201, 9862, 8144, 9241, 8044, 9159, 7909, 9440, 9491, 9483, 8050, 8338, 8987, 8262, 9825, 8216, 11209, 8413, 10985, 8185, 9741, 8315, 9846, 8023, 9521, 8426, 10060, 8512, 10500, 8243, 9370, 8017, 8840, 9611, 7995, 11401, 8783, 12230, 8060, 9353, 6996, 7983, 8227, 7690, 7247, 9445, 7746, 7923, 8819, 8489, 11442, 8687, 12679, 8074, 11485, 8339, 9764, 7555, 8184, 10128, 8130, 11596, 8899, 9680, 8650, 8066, 9971, 8173, 7776, 8022, 8191, 11501, 8237, 10573, 8114, 9954, 7979, 10604, 8128, 10860, 8318, 10933, 8335, 9744, 8028, 8035, 7706, 7715, 7581, 8121, 9027, 6745, 10046, 7831, 9911, 7512, 7843, 9099, 9653, 9495, 12383, 9482, 11654, 8225, 11368, 8058, 11128, 8177, 10286, 8129, 10411, 7973, 9324, 7748, 7409, 8286, 11011, 8311, 10027, 8461, 10250, 7885, 9254, 7743, 8740, 7377, 8253, 8685, 8541, 9692, 9045, 9624, 8510, 9394, 8259, 10584, 8424, 10611, 8465, 10709, 8263, 10485, 8346, 10093, 8372, 9987, 8256, 10404, 8385, 9837, 8057, 8946, 7711, 8396, 9094, 8478, 10450, 8572, 10980, 8329, 10017, 8660, 9865, 8602, 10305, 8249, 10201, 8321, 10857, 8140, 10426, 8231, 10184, 8413, 10468, 8511, 10119, 7983, 9237, 7845, 8234, 9602, 8131, 10779, 8319, 11118, 8460, 10374, 8095, 10153, 8187, 10006, 7991, 9918], 'WindowCenter': [3905.0, 3838.0, 3843.0, 3820.0, 3818.0, 3849.0, 3818.0, 3848.0, 3817.0, 3837.0, 3807.0, 3836.0, 3805.0, 3835.0, 3806.0, 3837.0, 3819.0, 3838.0, 3808.0, 3850.0, 3808.0, 3838.0, 3817.0, 3827.0, 3817.0, 3849.0, 3817.0, 3838.0, 3807.0, 3816.0, 3795.0, 3814.0, 3805.0, 3827.0, 3806.0, 3838.0, 3806.0, 3817.0, 3795.0, 3794.0, 3803.0, 3816.0, 3836.0, 3806.0, 3837.0, 3807.0, 3838.0, 3818.0, 3837.0, 3818.0, 3838.0, 3818.0, 3849.0, 3820.0, 3851.0, 3821.0, 3861.0, 3818.0, 3849.0, 3807.0, 3848.0, 3806.0, 3848.0, 3793.0, 3815.0, 3792.0, 3804.0, 3803.0, 3804.0, 3823.0, 3804.0, 3834.0, 3805.0, 3837.0, 3807.0, 3838.0, 3818.0, 3837.0, 3808.0, 3849.0, 3797.0, 3859.0, 3796.0, 3849.0, 3805.0, 3813.0, 3805.0, 3837.0, 3804.0, 3816.0, 3805.0, 3816.0, 3807.0, 3816.0, 3795.0, 3794.0, 3806.0, 3828.0, 3827.0, 3818.0, 3796.0, 3807.0, 3805.0, 3806.0, 3836.0, 3806.0, 3836.0, 3807.0, 3848.0, 3807.0, 3836.0, 3807.0, 3825.0, 3817.0, 3848.0, 3807.0, 3849.0, 3818.0, 3849.0, 3808.0, 3847.0, 3817.0, 3836.0, 3818.0, 3838.0, 3808.0, 3849.0, 3807.0, 3848.0, 3807.0, 3836.0, 3805.0, 3825.0, 3804.0, 3837.0, 3817.0, 3848.0, 3806.0, 3848.0, 3807.0, 3836.0, 3806.0, 3835.0, 3806.0, 3847.0, 3806.0, 3848.0, 3806.0, 3837.0, 3806.0, 3825.0, 3805.0, 3815.0, 3814.0, 3827.0, 3806.0, 3827.0, 3806.0, 3816.0, 3795.0, 3807.0, 3804.0, 3818.0, 3847.0, 3818.0, 3849.0, 3818.0, 3849.0, 3819.0, 3849.0, 3807.0, 3837.0, 3818.0, 3848.0, 3818.0, 3848.0, 3807.0, 3838.0, 3806.0, 3816.0, 3806.0, 3829.0, 3807.0, 3829.0, 3808.0, 3829.0, 3809.0, 3817.0, 3798.0, 3819.0, 3829.0, 3831.0, 3852.0, 3820.0, 3840.0, 3808.0, 3849.0, 3808.0, 3848.0, 3797.0, 3848.0, 3797.0, 3827.0, 3807.0, 3838.0, 3806.0, 3827.0, 3795.0, 3825.0, 3816.0, 3838.0, 3807.0, 3838.0, 3807.0, 3828.0, 3806.0, 3805.0, 3824.0, 3804.0, 3856.0, 3805.0, 3836.0, 3805.0, 3837.0, 3807.0, 3826.0, 3806.0, 3836.0, 3807.0, 3827.0, 3808.0, 3849.0, 3807.0, 3837.0, 3805.0, 3825.0, 3791.0, 3824.0, 3793.0, 3824.0, 3804.0, 3815.0, 3805.0, 3794.0, 3792.0, 3804.0, 3824.0, 3805.0, 3846.0, 3818.0, 3847.0, 3807.0, 3847.0, 3794.0, 3836.0, 3805.0, 3834.0, 3805.0, 3848.0, 3806.0, 3837.0, 3806.0, 3825.0, 3794.0, 3814.0, 3792.0, 3814.0, 3803.0, 3815.0, 3814.0, 3794.0, 3824.0, 3793.0, 3833.0, 3793.0, 3824.0, 3805.0, 3835.0, 3806.0, 3847.0, 3806.0, 3836.0, 3805.0, 3836.0, 3805.0, 3826.0, 3805.0, 3827.0, 3805.0, 3837.0, 3807.0, 3828.0, 3807.0, 3816.0, 3806.0, 3828.0, 3796.0, 3829.0, 3806.0, 3828.0, 3796.0, 3806.0, 3815.0, 3806.0, 3835.0, 3805.0, 3847.0, 3807.0, 3846.0, 3816.0, 3827.0, 3786.0, 3818.0, 3817.0, 3828.0, 3849.0, 3830.0, 3872.0, 3829.0, 3860.0, 3818.0, 3847.0, 3805.0, 3835.0, 3804.0, 3834.0, 3804.0, 3813.0, 3804.0, 3803.0, 3804.0, 3814.0, 3805.0, 3827.0, 3806.0, 3828.0, 3807.0, 3817.0, 3817.0, 3817.0, 3836.0, 3817.0, 3837.0, 3817.0, 3849.0, 3820.0, 3850.0, 3819.0, 3851.0, 3820.0, 3849.0, 3819.0, 3850.0, 3809.0, 3851.0, 3818.0, 3850.0, 3818.0, 3848.0, 3807.0, 3837.0, 3796.0, 3837.0, 3807.0, 3838.0, 3808.0, 3828.0, 3807.0, 3827.0, 3805.0, 3828.0, 3827.0, 3817.0, 3827.0, 3817.0, 3805.0, 3794.0, 3813.0, 3804.0, 3823.0, 3805.0, 3846.0, 3806.0, 3825.0, 3805.0, 3836.0, 3805.0, 3835.0, 3806.0, 3836.0, 3806.0, 3836.0, 3804.0, 3836.0, 3806.0, 3825.0, 3804.0, 3825.0, 3805.0, 3827.0, 3805.0, 3827.0, 3796.0, 3806.0, 3795.0, 3806.0, 3825.0, 3806.0, 3847.0, 3806.0, 3848.0, 3797.0, 3849.0, 3796.0, 3837.0, 3806.0, 3837.0, 3807.0, 3836.0, 3807.0, 3837.0, 3795.0, 3825.0, 3805.0, 3826.0, 3806.0, 3817.0, 3806.0, 3827.0, 3826.0, 3817.0, 3795.0, 3806.0, 3837.0, 3805.0, 3847.0, 3807.0, 3836.0, 3806.0, 3825.0, 3805.0, 3825.0, 3793.0, 3814.0, 3793.0, 3804.0, 3784.0, 3817.0, 3795.0, 3817.0, 3795.0, 3808.0, 3839.0, 3808.0, 3848.0, 3819.0, 3849.0, 3808.0, 3849.0, 3808.0, 3850.0, 3797.0, 3826.0, 3794.0, 3827.0, 3795.0, 3837.0, 3795.0, 3816.0, 3796.0, 3795.0, 3805.0, 3818.0, 3828.0, 3808.0, 3839.0, 3809.0, 3840.0, 3808.0, 3850.0, 3808.0, 3847.0, 3808.0, 3849.0, 3807.0, 3838.0, 3807.0, 3825.0, 3794.0, 3825.0, 3805.0, 3825.0, 3804.0, 3825.0, 3804.0, 3806.0, 3805.0, 3805.0, 3824.0, 3805.0, 3847.0, 3818.0, 3857.0, 3807.0, 3848.0, 3807.0, 3837.0, 3805.0, 3836.0, 3805.0, 3837.0, 3793.0, 3824.0, 3794.0, 3816.0, 3783.0, 3803.0, 3815.0, 3804.0, 3836.0, 3805.0, 3826.0, 3803.0, 3836.0, 3805.0, 3834.0, 3807.0, 3836.0, 3806.0, 3837.0, 3817.0, 3838.0, 3806.0, 3826.0, 3795.0, 3837.0, 3806.0, 3838.0, 3807.0, 3828.0, 3797.0, 3827.0, 3794.0, 3827.0, 3827.0, 3807.0, 3839.0, 3818.0, 3838.0, 3816.0, 3848.0, 3807.0, 3837.0, 3816.0, 3836.0, 3806.0, 3836.0, 3805.0, 3826.0, 3795.0, 3824.0, 3805.0, 3815.0, 3795.0, 3826.0, 3826.0, 3816.0, 3825.0, 3807.0, 3848.0, 3817.0, 3847.0, 3806.0, 3836.0, 3806.0, 3846.0, 3805.0, 3836.0, 3803.0, 3824.0, 3793.0, 3793.0, 3802.0, 3815.0, 3824.0, 3805.0, 3827.0, 3805.0, 3836.0, 3805.0, 3835.0, 3808.0, 3848.0, 3819.0, 3847.0, 3808.0, 3850.0, 3808.0, 3826.0, 3806.0, 3838.0, 3806.0, 3849.0, 3806.0, 3828.0, 3795.0, 3805.0, 3815.0, 3805.0, 3847.0, 3804.0, 3847.0, 3804.0, 3836.0, 3807.0, 3838.0, 3805.0, 3836.0, 3806.0, 3838.0, 3815.0, 3838.0, 3806.0, 3826.0, 3796.0, 3816.0, 3815.0, 3804.0, 3846.0, 3805.0, 3846.0, 3804.0, 3835.0, 3794.0, 3824.0, 3794.0, 3824.0, 3792.0, 3826.0, 3803.0, 3815.0, 3805.0, 3827.0, 3806.0, 3817.0, 3796.0, 3806.0, 3837.0, 3818.0, 3847.0, 3819.0, 3838.0, 3808.0, 3838.0, 3817.0, 3835.0, 3807.0, 3838.0, 3807.0, 3848.0, 3807.0, 3828.0, 3808.0, 3837.0, 3805.0, 3838.0, 3807.0, 3837.0, 3806.0, 3836.0, 3807.0, 3836.0, 3805.0, 3836.0, 3816.0, 3836.0, 3805.0, 3836.0, 3806.0, 3826.0, 3805.0, 3814.0, 3792.0, 3814.0, 3791.0, 3825.0, 3825.0, 3827.0, 3793.0, 3805.0, 3814.0, 3803.0, 3823.0, 3804.0, 3835.0, 3805.0, 3836.0, 3805.0, 3839.0, 3820.0, 3839.0, 3808.0, 3837.0, 3817.0, 3839.0, 3818.0, 3827.0, 3806.0, 3828.0, 3805.0, 3804.0, 3814.0, 3805.0, 3846.0, 3815.0, 3857.0, 3804.0, 3814.0, 3786.0, 3807.0, 3830.0, 3809.0, 3809.0, 3840.0, 3820.0, 3834.0, 3842.0, 3831.0, 3861.0, 3832.0, 3871.0, 3798.0, 3848.0, 3806.0, 3827.0, 3796.0, 3806.0, 3824.0, 3806.0, 3846.0, 3816.0, 3814.0, 3804.0, 3795.0, 3824.0, 3792.0, 3781.0, 3794.0, 3804.0, 3847.0, 3805.0, 3836.0, 3796.0, 3826.0, 3795.0, 3825.0, 3793.0, 3835.0, 3804.0, 3823.0, 3792.0, 3813.0, 3793.0, 3794.0, 3795.0, 3794.0, 3795.0, 3805.0, 3828.0, 3776.0, 3838.0, 3810.0, 3839.0, 3798.0, 3809.0, 3829.0, 3828.0, 3840.0, 3859.0, 3827.0, 3848.0, 3806.0, 3834.0, 3793.0, 3833.0, 3792.0, 3823.0, 3793.0, 3825.0, 3805.0, 3826.0, 3807.0, 3797.0, 3820.0, 3850.0, 3806.0, 3838.0, 3807.0, 3838.0, 3806.0, 3826.0, 3797.0, 3817.0, 3784.0, 3806.0, 3815.0, 3818.0, 3827.0, 3829.0, 3828.0, 3819.0, 3829.0, 3818.0, 3837.0, 3817.0, 3837.0, 3808.0, 3837.0, 3806.0, 3837.0, 3807.0, 3837.0, 3804.0, 3824.0, 3803.0, 3835.0, 3805.0, 3825.0, 3805.0, 3806.0, 3786.0, 3806.0, 3815.0, 3807.0, 3836.0, 3818.0, 3847.0, 3817.0, 3839.0, 3819.0, 3837.0, 3818.0, 3837.0, 3818.0, 3838.0, 3820.0, 3848.0, 3809.0, 3838.0, 3807.0, 3836.0, 3805.0, 3836.0, 3805.0, 3835.0, 3793.0, 3816.0, 3793.0, 3804.0, 3802.0, 3793.0, 3835.0, 3805.0, 3846.0, 3806.0, 3836.0, 3807.0, 3837.0, 3807.0, 3826.0, 3807.0, 3836.0], 'WindowWidth': [8732.0, 8629.0, 8627.0, 8590.0, 8584.0, 8624.0, 8581.0, 8619.0, 8577.0, 8604.0, 8565.0, 8596.0, 8554.0, 8598.0, 8557.0, 8606.0, 8584.0, 8609.0, 8569.0, 8628.0, 8562.0, 8606.0, 8578.0, 8585.0, 8577.0, 8623.0, 8578.0, 8601.0, 8561.0, 8567.0, 8546.0, 8570.0, 8559.0, 8591.0, 8560.0, 8607.0, 8560.0, 8577.0, 8546.0, 8543.0, 8547.0, 8575.0, 8602.0, 8562.0, 8599.0, 8565.0, 8607.0, 8582.0, 8598.0, 8581.0, 8606.0, 8582.0, 8625.0, 8589.0, 8628.0, 8590.0, 8641.0, 8581.0, 8621.0, 8563.0, 8620.0, 8559.0, 8618.0, 8538.0, 8571.0, 8536.0, 8553.0, 8551.0, 8556.0, 8572.0, 8556.0, 8596.0, 8557.0, 8605.0, 8567.0, 8607.0, 8580.0, 8603.0, 8568.0, 8623.0, 8546.0, 8635.0, 8542.0, 8621.0, 8559.0, 8560.0, 8556.0, 8602.0, 8555.0, 8567.0, 8558.0, 8573.0, 8564.0, 8576.0, 8545.0, 8537.0, 8560.0, 8594.0, 8592.0, 8573.0, 8550.0, 8566.0, 8554.0, 8560.0, 8599.0, 8561.0, 8593.0, 8564.0, 8618.0, 8563.0, 8602.0, 8563.0, 8579.0, 8578.0, 8619.0, 8566.0, 8621.0, 8580.0, 8623.0, 8569.0, 8619.0, 8577.0, 8601.0, 8580.0, 8605.0, 8568.0, 8621.0, 8565.0, 8620.0, 8563.0, 8599.0, 8557.0, 8577.0, 8556.0, 8602.0, 8577.0, 8618.0, 8561.0, 8619.0, 8563.0, 8600.0, 8560.0, 8598.0, 8561.0, 8616.0, 8561.0, 8619.0, 8559.0, 8603.0, 8562.0, 8584.0, 8556.0, 8570.0, 8568.0, 8589.0, 8561.0, 8588.0, 8560.0, 8575.0, 8547.0, 8563.0, 8556.0, 8580.0, 8617.0, 8581.0, 8624.0, 8580.0, 8624.0, 8584.0, 8622.0, 8566.0, 8597.0, 8581.0, 8621.0, 8580.0, 8619.0, 8564.0, 8605.0, 8562.0, 8572.0, 8560.0, 8596.0, 8566.0, 8596.0, 8567.0, 8598.0, 8572.0, 8580.0, 8555.0, 8586.0, 8598.0, 8602.0, 8632.0, 8581.0, 8612.0, 8569.0, 8623.0, 8566.0, 8619.0, 8551.0, 8618.0, 8550.0, 8584.0, 8564.0, 8605.0, 8562.0, 8590.0, 8539.0, 8584.0, 8575.0, 8605.0, 8565.0, 8607.0, 8564.0, 8592.0, 8560.0, 8551.0, 8581.0, 8557.0, 8626.0, 8558.0, 8592.0, 8558.0, 8605.0, 8563.0, 8588.0, 8561.0, 8601.0, 8564.0, 8585.0, 8568.0, 8620.0, 8564.0, 8603.0, 8558.0, 8583.0, 8535.0, 8581.0, 8538.0, 8580.0, 8554.0, 8569.0, 8557.0, 8541.0, 8536.0, 8553.0, 8579.0, 8559.0, 8613.0, 8580.0, 8609.0, 8563.0, 8618.0, 8545.0, 8600.0, 8559.0, 8597.0, 8560.0, 8618.0, 8562.0, 8595.0, 8560.0, 8584.0, 8540.0, 8567.0, 8535.0, 8568.0, 8551.0, 8570.0, 8566.0, 8541.0, 8580.0, 8539.0, 8591.0, 8540.0, 8581.0, 8558.0, 8598.0, 8562.0, 8614.0, 8561.0, 8600.0, 8559.0, 8601.0, 8558.0, 8587.0, 8558.0, 8589.0, 8560.0, 8603.0, 8566.0, 8594.0, 8566.0, 8567.0, 8562.0, 8593.0, 8549.0, 8597.0, 8563.0, 8594.0, 8548.0, 8562.0, 8564.0, 8559.0, 8596.0, 8558.0, 8615.0, 8562.0, 8613.0, 8571.0, 8592.0, 8538.0, 8582.0, 8578.0, 8595.0, 8624.0, 8601.0, 8658.0, 8596.0, 8639.0, 8579.0, 8614.0, 8555.0, 8597.0, 8553.0, 8594.0, 8552.0, 8556.0, 8555.0, 8552.0, 8555.0, 8567.0, 8558.0, 8589.0, 8562.0, 8594.0, 8564.0, 8579.0, 8578.0, 8577.0, 8601.0, 8576.0, 8602.0, 8578.0, 8622.0, 8586.0, 8624.0, 8586.0, 8630.0, 8586.0, 8622.0, 8585.0, 8625.0, 8571.0, 8627.0, 8579.0, 8624.0, 8580.0, 8620.0, 8562.0, 8604.0, 8542.0, 8604.0, 8564.0, 8605.0, 8566.0, 8594.0, 8564.0, 8590.0, 8559.0, 8594.0, 8590.0, 8570.0, 8589.0, 8576.0, 8558.0, 8535.0, 8565.0, 8553.0, 8570.0, 8557.0, 8612.0, 8559.0, 8584.0, 8558.0, 8600.0, 8558.0, 8597.0, 8562.0, 8600.0, 8560.0, 8601.0, 8557.0, 8602.0, 8561.0, 8584.0, 8555.0, 8584.0, 8557.0, 8589.0, 8558.0, 8589.0, 8547.0, 8561.0, 8545.0, 8560.0, 8576.0, 8562.0, 8617.0, 8563.0, 8619.0, 8553.0, 8622.0, 8542.0, 8603.0, 8560.0, 8603.0, 8563.0, 8601.0, 8563.0, 8601.0, 8546.0, 8584.0, 8558.0, 8587.0, 8559.0, 8576.0, 8560.0, 8589.0, 8588.0, 8577.0, 8540.0, 8563.0, 8602.0, 8559.0, 8616.0, 8563.0, 8593.0, 8560.0, 8578.0, 8557.0, 8583.0, 8537.0, 8565.0, 8538.0, 8546.0, 8527.0, 8575.0, 8546.0, 8578.0, 8546.0, 8569.0, 8609.0, 8567.0, 8619.0, 8582.0, 8623.0, 8569.0, 8622.0, 8567.0, 8625.0, 8551.0, 8587.0, 8540.0, 8588.0, 8543.0, 8603.0, 8543.0, 8576.0, 8547.0, 8546.0, 8557.0, 8579.0, 8593.0, 8568.0, 8609.0, 8569.0, 8613.0, 8569.0, 8625.0, 8566.0, 8618.0, 8568.0, 8623.0, 8563.0, 8598.0, 8563.0, 8585.0, 8534.0, 8583.0, 8557.0, 8584.0, 8555.0, 8585.0, 8557.0, 8560.0, 8557.0, 8557.0, 8581.0, 8557.0, 8615.0, 8579.0, 8630.0, 8564.0, 8619.0, 8563.0, 8601.0, 8557.0, 8601.0, 8557.0, 8601.0, 8537.0, 8581.0, 8541.0, 8572.0, 8526.0, 8552.0, 8569.0, 8555.0, 8599.0, 8557.0, 8586.0, 8555.0, 8599.0, 8558.0, 8596.0, 8563.0, 8600.0, 8561.0, 8601.0, 8577.0, 8606.0, 8562.0, 8587.0, 8545.0, 8602.0, 8561.0, 8606.0, 8563.0, 8593.0, 8544.0, 8590.0, 8545.0, 8590.0, 8591.0, 8557.0, 8607.0, 8578.0, 8606.0, 8576.0, 8621.0, 8564.0, 8602.0, 8576.0, 8600.0, 8561.0, 8601.0, 8556.0, 8579.0, 8545.0, 8581.0, 8555.0, 8571.0, 8544.0, 8588.0, 8588.0, 8575.0, 8585.0, 8565.0, 8619.0, 8576.0, 8615.0, 8555.0, 8600.0, 8560.0, 8614.0, 8557.0, 8598.0, 8553.0, 8579.0, 8537.0, 8532.0, 8549.0, 8569.0, 8581.0, 8560.0, 8590.0, 8560.0, 8600.0, 8560.0, 8599.0, 8569.0, 8620.0, 8584.0, 8618.0, 8567.0, 8626.0, 8569.0, 8589.0, 8561.0, 8607.0, 8561.0, 8623.0, 8561.0, 8592.0, 8544.0, 8558.0, 8569.0, 8558.0, 8616.0, 8556.0, 8614.0, 8556.0, 8601.0, 8563.0, 8605.0, 8560.0, 8599.0, 8561.0, 8604.0, 8573.0, 8605.0, 8561.0, 8589.0, 8547.0, 8574.0, 8571.0, 8556.0, 8613.0, 8558.0, 8613.0, 8554.0, 8595.0, 8542.0, 8580.0, 8540.0, 8580.0, 8537.0, 8585.0, 8553.0, 8565.0, 8557.0, 8590.0, 8562.0, 8578.0, 8547.0, 8561.0, 8603.0, 8581.0, 8617.0, 8581.0, 8607.0, 8568.0, 8606.0, 8578.0, 8597.0, 8566.0, 8604.0, 8558.0, 8619.0, 8565.0, 8586.0, 8566.0, 8604.0, 8559.0, 8604.0, 8562.0, 8602.0, 8561.0, 8601.0, 8564.0, 8600.0, 8558.0, 8598.0, 8572.0, 8601.0, 8551.0, 8599.0, 8558.0, 8584.0, 8557.0, 8567.0, 8536.0, 8567.0, 8534.0, 8584.0, 8583.0, 8588.0, 8538.0, 8557.0, 8566.0, 8552.0, 8577.0, 8557.0, 8598.0, 8557.0, 8600.0, 8558.0, 8609.0, 8585.0, 8608.0, 8566.0, 8604.0, 8579.0, 8609.0, 8578.0, 8583.0, 8560.0, 8591.0, 8559.0, 8550.0, 8567.0, 8556.0, 8614.0, 8571.0, 8629.0, 8556.0, 8567.0, 8535.0, 8566.0, 8603.0, 8571.0, 8571.0, 8613.0, 8589.0, 8616.0, 8621.0, 8603.0, 8644.0, 8604.0, 8654.0, 8546.0, 8615.0, 8557.0, 8587.0, 8545.0, 8557.0, 8580.0, 8559.0, 8612.0, 8570.0, 8565.0, 8553.0, 8537.0, 8577.0, 8534.0, 8517.0, 8539.0, 8552.0, 8613.0, 8555.0, 8599.0, 8545.0, 8583.0, 8542.0, 8579.0, 8536.0, 8593.0, 8552.0, 8575.0, 8531.0, 8561.0, 8537.0, 8539.0, 8543.0, 8540.0, 8545.0, 8558.0, 8595.0, 8521.0, 8605.0, 8571.0, 8610.0, 8554.0, 8568.0, 8595.0, 8593.0, 8610.0, 8633.0, 8586.0, 8616.0, 8558.0, 8592.0, 8536.0, 8587.0, 8533.0, 8576.0, 8540.0, 8574.0, 8556.0, 8586.0, 8564.0, 8551.0, 8585.0, 8622.0, 8561.0, 8606.0, 8563.0, 8603.0, 8559.0, 8586.0, 8549.0, 8575.0, 8527.0, 8559.0, 8570.0, 8578.0, 8590.0, 8595.0, 8592.0, 8582.0, 8596.0, 8579.0, 8602.0, 8575.0, 8602.0, 8566.0, 8602.0, 8561.0, 8602.0, 8564.0, 8601.0, 8553.0, 8578.0, 8552.0, 8596.0, 8555.0, 8581.0, 8558.0, 8554.0, 8525.0, 8558.0, 8568.0, 8562.0, 8600.0, 8579.0, 8616.0, 8576.0, 8610.0, 8582.0, 8605.0, 8578.0, 8602.0, 8580.0, 8607.0, 8585.0, 8619.0, 8567.0, 8606.0, 8562.0, 8599.0, 8556.0, 8599.0, 8555.0, 8597.0, 8537.0, 8571.0, 8539.0, 8555.0, 8542.0, 8539.0, 8596.0, 8557.0, 8612.0, 8558.0, 8600.0, 8562.0, 8602.0, 8563.0, 8585.0, 8564.0, 8601.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.0007118411967779057</td></tr>
<tr><td colspan=3>aqi</td><td>0.018952878020713465</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.98131404353688</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1939440984562215</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0077598895046087</td></tr>
<tr><td colspan=3>efc</td><td>0.4816</td></tr>
<tr><td colspan=3>fber</td><td>3498.1157</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07709970358219707</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8411967779056386</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5366046862521983</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.517791303607541</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7301153894544314</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3619073656946226</td></tr>
<tr><td colspan=3>gcor</td><td>0.00561479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0054012383334338665</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029200326651334763</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6614752316527803</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>27.6728</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2061</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.9736</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300588.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>739.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>304.2736</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9408</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.1307</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3005.4056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.0429</td></tr>
<tr><td colspan=3>tsnr</td><td>39.04656725842506</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>