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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0062/ses-01/func/sub-0062_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>035c0107846dd6a29e5697caba52cf01</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>09:33:19.350000</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.997458, 0.0640278, -0.0312827, -0.0634538, 0.997804, 0.0190092]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0923881</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7730, -7303, 507, -14, -111, 8, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>257.392</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a8d3468-ac2c-4f50-9ac2-36c7d550a5d0||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.6761059761047363, -0.17024198174476624, -0.0875638872385025, 118.6890640258789], [-0.17178186774253845, 2.677034378051758, 0.045834723860025406, -86.10443878173828], [-0.08392909914255142, -0.05100017413496971, 2.698190450668335, -59.25601577758789], [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': ['093319.350000', '093319.810000', '093320.270000', '093320.730000', '093321.190000', '093321.650000', '093322.110000', '093322.570000', '093323.030000', '093323.490000', '093323.950000', '093324.410000', '093324.870000', '093325.330000', '093325.790000', '093326.250000', '093326.710000', '093327.170000', '093327.630000', '093328.090000', '093328.550000', '093329.010000', '093329.470000', '093329.930000', '093330.390000', '093330.850000', '093331.310000', '093331.770000', '093332.230000', '093332.690000', '093333.150000', '093333.610000', '093334.070000', '093334.530000', '093334.990000', '093335.450000', '093335.910000', '093336.370000', '093336.830000', '093337.290000', '093337.750000', '093338.210000', '093338.670000', '093339.130000', '093339.590000', '093340.050000', '093340.510000', '093340.970000', '093341.430000', '093341.890000', '093342.350000', '093342.810000', '093343.270000', '093343.730000', '093344.190000', '093344.650000', '093345.110000', '093345.570000', '093346.030000', '093346.490000', '093346.950000', '093347.410000', '093347.870000', '093348.330000', '093348.790000', '093349.250000', '093349.710000', '093350.170000', '093350.630000', '093351.090000', '093351.550000', '093352.010000', '093352.470000', '093352.930000', '093353.390000', '093353.850000', '093354.310000', '093354.770000', '093355.230000', '093355.690000', '093356.150000', '093356.610000', '093357.070000', '093357.530000', '093357.990000', '093358.450000', '093358.910000', '093359.370000', '093359.830000', '093400.290000', '093400.750000', '093401.210000', '093401.670000', '093402.130000', '093402.590000', '093403.050000', '093403.510000', '093403.970000', '093404.430000', '093404.890000', '093405.350000', '093405.810000', '093406.270000', '093406.730000', '093407.190000', '093407.650000', '093408.110000', '093408.570000', '093409.030000', '093409.490000', '093409.950000', '093410.410000', '093410.870000', '093411.330000', '093411.790000', '093412.250000', '093412.710000', '093413.170000', '093413.630000', '093414.090000', '093414.550000', '093415.010000', '093415.470000', '093415.930000', '093416.390000', '093416.850000', '093417.310000', '093417.770000', '093418.230000', '093418.690000', '093419.150000', '093419.610000', '093420.070000', '093420.530000', '093420.990000', '093421.450000', '093421.910000', '093422.370000', '093422.830000', '093423.290000', '093423.750000', '093424.210000', '093424.670000', '093425.130000', '093425.590000', '093426.050000', '093426.510000', '093426.970000', '093427.430000', '093427.890000', '093428.350000', '093428.810000', '093429.270000', '093429.730000', '093430.190000', '093430.650000', '093431.110000', '093431.570000', '093432.030000', '093432.490000', '093432.950000', '093433.410000', '093433.870000', '093434.330000', '093434.790000', '093435.250000', '093435.710000', '093436.170000', '093436.630000', '093437.090000', '093437.550000', '093438.010000', '093438.470000', '093438.930000', '093439.390000', '093439.850000', '093440.310000', '093440.770000', '093441.230000', '093441.690000', '093442.150000', '093442.610000', '093443.070000', '093443.530000', '093443.990000', '093444.450000', '093444.910000', '093445.370000', '093445.830000', '093446.290000', '093446.750000', '093447.210000', '093447.670000', '093448.130000', '093448.590000', '093449.050000', '093449.510000', '093449.970000', '093450.430000', '093450.890000', '093451.350000', '093451.810000', '093452.270000', '093452.730000', '093453.190000', '093453.650000', '093454.110000', '093454.570000', '093455.030000', '093455.490000', '093455.950000', '093456.410000', '093456.870000', '093457.330000', '093457.790000', '093458.250000', '093458.710000', '093459.170000', '093459.630000', '093500.090000', '093500.550000', '093501.010000', '093501.470000', '093501.930000', '093502.390000', '093502.850000', '093503.310000', '093503.770000', '093504.230000', '093504.690000', '093505.150000', '093505.610000', '093506.070000', '093506.530000', '093506.990000', '093507.450000', '093507.910000', '093508.370000', '093508.830000', '093509.290000', '093509.750000', '093510.210000', '093510.670000', '093511.130000', '093511.590000', '093512.050000', '093512.510000', '093512.970000', '093513.430000', '093513.890000', '093514.350000', '093514.810000', '093515.270000', '093515.730000', '093516.190000', '093516.650000', '093517.110000', '093517.570000', '093518.030000', '093518.490000', '093518.950000', '093519.410000', '093519.870000', '093520.330000', '093520.790000', '093521.250000', '093521.710000', '093522.170000', '093522.630000', '093523.090000', '093523.550000', '093524.010000', '093524.470000', '093524.930000', '093525.390000', '093525.850000', '093526.310000', '093526.770000', '093527.230000', '093527.690000', '093528.150000', '093528.610000', '093529.070000', '093529.530000', '093529.990000', '093530.450000', '093530.910000', '093531.370000', '093531.830000', '093532.290000', '093532.750000', '093533.210000', '093533.670000', '093534.130000', '093534.590000', '093535.050000', '093535.510000', '093535.970000', '093536.430000', '093536.890000', '093537.350000', '093537.810000', '093538.270000', '093538.730000', '093539.190000', '093539.650000', '093540.110000', '093540.570000', '093541.030000', '093541.490000', '093541.950000', '093542.410000', '093542.870000', '093543.330000', '093543.790000', '093544.250000', '093544.710000', '093545.170000', '093545.630000', '093546.090000', '093546.550000', '093547.010000', '093547.470000', '093547.930000', '093548.390000', '093548.850000', '093549.310000', '093549.770000', '093550.230000', '093550.690000', '093551.150000', '093551.610000', '093552.070000', '093552.530000', '093552.990000', '093553.450000', '093553.910000', '093554.370000', '093554.830000', '093555.290000', '093555.750000', '093556.210000', '093556.670000', '093557.130000', '093557.590000', '093558.050000', '093558.510000', '093558.970000', '093559.430000', '093559.890000', '093600.350000', '093600.810000', '093601.270000', '093601.730000', '093602.190000', '093602.650000', '093603.110000', '093603.570000', '093604.030000', '093604.490000', '093604.950000', '093605.410000', '093605.870000', '093606.330000', '093606.790000', '093607.250000', '093607.710000', '093608.170000', '093608.630000', '093609.090000', '093609.550000', '093610.010000', '093610.470000', '093610.930000', '093611.390000', '093611.850000', '093612.310000', '093612.770000', '093613.230000', '093613.690000', '093614.150000', '093614.610000', '093615.070000', '093615.530000', '093615.990000', '093616.450000', '093616.910000', '093617.370000', '093617.830000', '093618.290000', '093618.750000', '093619.210000', '093619.670000', '093620.130000', '093620.590000', '093621.050000', '093621.510000', '093621.970000', '093622.430000', '093622.890000', '093623.350000', '093623.810000', '093624.270000', '093624.730000', '093625.190000', '093625.650000', '093626.110000', '093626.570000', '093627.030000', '093627.490000', '093627.950000', '093628.410000', '093628.870000', '093629.330000', '093629.790000', '093630.250000', '093630.710000', '093631.170000', '093631.630000', '093632.090000', '093632.550000', '093633.010000', '093633.470000', '093633.930000', '093634.390000', '093634.850000', '093635.310000', '093635.770000', '093636.230000', '093636.690000', '093637.150000', '093637.610000', '093638.070000', '093638.530000', '093638.990000', '093639.450000', '093639.910000', '093640.370000', '093640.830000', '093641.290000', '093641.750000', '093642.210000', '093642.670000', '093643.130000', '093643.590000', '093644.050000', '093644.510000', '093644.970000', '093645.430000', '093645.890000', '093646.350000', '093646.810000', '093647.270000', '093647.730000', '093648.190000', '093648.650000', '093649.110000', '093649.570000', '093650.030000', '093650.490000', '093650.950000', '093651.410000', '093651.870000', '093652.330000', '093652.790000', '093653.250000', '093653.710000', '093654.170000', '093654.630000', '093655.090000', '093655.550000', '093656.010000', '093656.470000', '093656.930000', '093657.390000', '093657.850000', '093658.310000', '093658.770000', '093659.230000', '093659.690000', '093700.150000', '093700.610000', '093701.070000', '093701.530000', '093701.990000', '093702.450000', '093702.910000', '093703.370000', '093703.830000', '093704.290000', '093704.750000', '093705.210000', '093705.670000', '093706.130000', '093706.590000', '093707.050000', '093707.510000', '093707.970000', '093708.430000', '093708.890000', '093709.350000', '093709.810000', '093710.270000', '093710.730000', '093711.190000', '093711.650000', '093712.110000', '093712.570000', '093713.030000', '093713.490000', '093713.950000', '093714.410000', '093714.870000', '093715.330000', '093715.790000', '093716.250000', '093716.710000', '093717.170000', '093717.630000', '093718.090000', '093718.550000', '093719.010000', '093719.470000', '093719.930000', '093720.390000', '093720.850000', '093721.310000', '093721.770000', '093722.230000', '093722.690000', '093723.150000', '093723.610000', '093724.070000', '093724.530000', '093724.990000', '093725.450000', '093725.910000', '093726.370000', '093726.830000', '093727.290000', '093727.750000', '093728.210000', '093728.670000', '093729.130000', '093729.590000', '093730.050000', '093730.510000', '093730.970000', '093731.430000', '093731.890000', '093732.350000', '093732.810000', '093733.270000', '093733.730000', '093734.190000', '093734.650000', '093735.110000', '093735.570000', '093736.030000', '093736.490000', '093736.950000', '093737.410000', '093737.870000', '093738.330000', '093738.790000', '093739.250000', '093739.710000', '093740.170000', '093740.630000', '093741.090000', '093741.550000', '093742.010000', '093742.470000', '093742.930000', '093743.390000', '093743.850000', '093744.310000', '093744.770000', '093745.230000', '093745.690000', '093746.150000', '093746.610000', '093747.070000', '093747.530000', '093747.990000', '093748.450000', '093748.910000', '093749.370000', '093749.830000', '093750.290000', '093750.750000', '093751.210000', '093751.670000', '093752.130000', '093752.590000', '093753.050000', '093753.510000', '093753.970000', '093754.430000', '093754.890000', '093755.350000', '093755.810000', '093756.270000', '093756.730000', '093757.190000', '093757.650000', '093758.110000', '093758.570000', '093759.030000', '093759.490000', '093759.950000', '093800.410000', '093800.870000', '093801.330000', '093801.790000', '093802.250000', '093802.710000', '093803.170000', '093803.630000', '093804.090000', '093804.550000', '093805.010000', '093805.470000', '093805.930000', '093806.390000', '093806.850000', '093807.310000', '093807.770000', '093808.230000', '093808.690000', '093809.150000', '093809.610000', '093810.070000', '093810.530000', '093810.990000', '093811.450000', '093811.910000', '093812.370000', '093812.830000', '093813.290000', '093813.750000', '093814.210000', '093814.670000', '093815.130000', '093815.590000', '093816.050000', '093816.510000', '093816.970000', '093817.430000', '093817.890000', '093818.350000', '093818.810000', '093819.270000', '093819.730000', '093820.190000', '093820.650000', '093821.110000', '093821.570000', '093822.030000', '093822.490000', '093822.950000', '093823.410000', '093823.870000', '093824.330000', '093824.790000', '093825.250000', '093825.710000', '093826.170000', '093826.630000', '093827.090000', '093827.550000', '093828.010000', '093828.470000', '093828.930000', '093829.390000', '093829.850000', '093830.310000', '093830.770000', '093831.230000', '093831.690000', '093832.150000', '093832.610000', '093833.070000', '093833.530000', '093833.990000', '093834.450000', '093834.910000', '093835.370000', '093835.830000', '093836.290000', '093836.750000', '093837.210000', '093837.670000', '093838.130000', '093838.590000', '093839.050000', '093839.510000', '093839.970000', '093840.430000', '093840.890000', '093841.350000', '093841.810000', '093842.270000', '093842.730000', '093843.190000', '093843.650000', '093844.110000', '093844.570000', '093845.030000', '093845.490000', '093845.950000', '093846.410000', '093846.870000', '093847.330000', '093847.790000', '093848.250000', '093848.710000', '093849.170000', '093849.630000', '093850.090000', '093850.550000', '093851.010000', '093851.470000', '093851.930000', '093852.390000', '093852.850000', '093853.310000', '093853.770000', '093854.230000', '093854.690000', '093855.150000', '093855.610000', '093856.070000', '093856.530000', '093856.990000', '093857.450000', '093857.910000', '093858.370000', '093858.830000', '093859.290000', '093859.750000', '093900.210000', '093900.670000', '093901.130000', '093901.590000', '093902.050000', '093902.510000', '093902.970000', '093903.430000', '093903.890000', '093904.350000', '093904.810000', '093905.270000', '093905.730000', '093906.190000', '093906.650000', '093907.110000', '093907.570000', '093908.030000', '093908.490000', '093908.950000', '093909.410000', '093909.870000', '093910.330000', '093910.790000', '093911.250000', '093911.710000', '093912.170000', '093912.630000', '093913.090000', '093913.550000', '093914.010000', '093914.470000', '093914.930000', '093915.390000', '093915.850000', '093916.310000', '093916.770000', '093917.230000', '093917.690000', '093918.150000', '093918.610000', '093919.070000', '093919.530000', '093919.990000', '093920.450000', '093920.910000', '093921.370000', '093921.830000', '093922.290000', '093922.750000', '093923.210000', '093923.670000', '093924.130000', '093924.590000', '093925.050000', '093925.510000', '093925.970000', '093926.430000', '093926.890000', '093927.350000', '093927.810000', '093928.270000', '093928.730000', '093929.190000', '093929.650000', '093930.110000', '093930.570000', '093931.030000', '093931.490000', '093931.950000', '093932.410000', '093932.870000', '093933.330000', '093933.790000', '093934.250000', '093934.710000', '093935.170000', '093935.630000', '093936.090000', '093936.550000', '093937.010000', '093937.470000', '093937.930000', '093938.390000', '093938.850000', '093939.310000', '093939.770000', '093940.230000', '093940.690000', '093941.150000', '093941.610000', '093942.070000', '093942.530000', '093942.990000', '093943.450000', '093943.910000', '093944.370000', '093944.830000', '093945.290000', '093945.750000', '093946.210000', '093946.670000', '093947.130000', '093947.590000', '093948.050000', '093948.510000', '093948.970000', '093949.430000', '093949.890000', '093950.350000', '093950.810000', '093951.270000', '093951.730000', '093952.190000', '093952.650000', '093953.110000', '093953.570000', '093954.030000', '093954.490000', '093954.950000', '093955.410000', '093955.870000', '093956.330000', '093956.790000', '093957.250000', '093957.710000', '093958.170000', '093958.630000', '093959.090000', '093959.550000', '094000.010000'], 'ContentTime': ['093336.986000', '093336.989000', '093336.992000', '093336.995000', '093336.997000', '093337.001000', '093337.003000', '093337.006000', '093337.009000', '093337.011000', '093337.014000', '093337.023000', '093337.026000', '093337.050000', '093337.053000', '093337.055000', '093337.058000', '093337.060000', '093337.063000', '093337.066000', '093337.068000', '093337.071000', '093337.073000', '093337.076000', '093337.079000', '093337.081000', '093337.084000', '093337.086000', '093337.089000', '093337.091000', '093337.094000', '093337.097000', '093337.099000', '093337.102000', '093337.104000', '093337.107000', '093337.109000', '093356.955000', '093356.958000', '093356.961000', '093356.964000', '093356.966000', '093356.969000', '093356.971000', '093356.974000', '093356.977000', '093356.979000', '093356.982000', '093356.984000', '093356.987000', '093356.989000', '093356.992000', '093356.995000', '093356.997000', '093357.001000', '093357.003000', '093357.006000', '093357.009000', '093357.011000', '093357.014000', '093357.017000', '093357.020000', '093357.023000', '093357.026000', '093357.029000', '093357.031000', '093357.034000', '093357.036000', '093357.039000', '093357.042000', '093357.044000', '093357.047000', '093357.049000', '093357.052000', '093357.055000', '093357.057000', '093357.060000', '093357.063000', '093357.065000', '093357.068000', '093416.955000', '093416.958000', '093416.961000', '093416.963000', '093416.967000', '093416.969000', '093416.972000', '093416.974000', '093416.977000', '093416.980000', '093416.982000', '093416.985000', '093416.987000', '093416.990000', '093416.993000', '093416.995000', '093416.998000', '093417.018000', '093417.021000', '093417.023000', '093417.026000', '093417.029000', '093417.031000', '093417.034000', '093417.036000', '093417.039000', '093417.042000', '093417.044000', '093417.047000', '093417.049000', '093417.052000', '093417.055000', '093417.057000', '093417.060000', '093417.063000', '093417.065000', '093417.068000', '093417.071000', '093417.074000', '093417.076000', '093417.079000', '093417.082000', '093417.084000', '093417.087000', '093436.955000', '093436.958000', '093436.961000', '093436.964000', '093436.966000', '093436.969000', '093436.972000', '093436.974000', '093436.977000', '093436.979000', '093436.982000', '093436.985000', '093436.987000', '093436.990000', '093436.993000', '093436.995000', '093436.998000', '093437.002000', '093437.004000', '093437.007000', '093437.009000', '093437.012000', '093437.015000', '093437.017000', '093437.020000', '093437.023000', '093437.025000', '093437.028000', '093437.030000', '093437.033000', '093437.036000', '093437.038000', '093437.041000', '093437.043000', '093437.046000', '093437.050000', '093437.053000', '093437.056000', '093437.064000', '093437.067000', '093437.069000', '093437.072000', '093437.074000', '093456.955000', '093456.958000', '093456.961000', '093456.964000', '093456.966000', '093456.969000', '093456.971000', '093456.974000', '093456.976000', '093456.979000', '093456.982000', '093456.984000', '093456.987000', '093456.990000', '093456.992000', '093456.995000', '093456.997000', '093457.001000', '093457.004000', '093457.006000', '093457.009000', '093457.011000', '093457.014000', '093457.017000', '093457.019000', '093457.022000', '093457.024000', '093457.027000', '093457.030000', '093457.032000', '093457.035000', '093457.038000', '093457.040000', '093457.043000', '093457.046000', '093457.048000', '093457.051000', '093457.053000', '093457.056000', '093457.059000', '093457.061000', '093457.064000', '093457.066000', '093457.069000', '093516.956000', '093516.959000', '093516.961000', '093516.964000', '093516.966000', '093516.969000', '093516.972000', '093516.974000', '093516.977000', '093516.980000', '093516.982000', '093516.985000', '093516.987000', '093516.990000', '093516.993000', '093517.010000', '093517.012000', '093517.015000', '093517.018000', '093517.020000', '093517.023000', '093517.026000', '093517.028000', '093517.031000', '093517.033000', '093517.036000', '093517.039000', '093517.041000', '093517.044000', '093517.047000', '093517.049000', '093517.052000', '093517.054000', '093517.057000', '093517.060000', '093517.062000', '093517.065000', '093517.068000', '093517.070000', '093517.073000', '093517.075000', '093517.078000', '093517.081000', '093536.955000', '093536.958000', '093536.961000', '093536.964000', '093536.967000', '093536.969000', '093536.972000', '093536.975000', '093536.977000', '093536.980000', '093536.982000', '093536.985000', '093536.987000', '093536.990000', '093536.993000', '093536.995000', '093536.998000', '093537.002000', '093537.004000', '093537.007000', '093537.010000', '093537.012000', '093537.015000', '093537.017000', '093537.020000', '093537.023000', '093537.025000', '093537.028000', '093537.031000', '093537.033000', '093537.036000', '093537.038000', '093537.041000', '093537.044000', '093537.046000', '093537.049000', '093537.051000', '093537.054000', '093537.057000', '093537.059000', '093537.062000', '093537.064000', '093537.067000', '093537.070000', '093556.955000', '093556.958000', '093556.961000', '093556.963000', '093556.966000', '093556.969000', '093556.971000', '093556.974000', '093556.977000', '093556.979000', '093556.982000', '093556.984000', '093556.987000', '093556.990000', '093556.992000', '093556.995000', '093556.998000', '093557.001000', '093557.004000', '093557.006000', '093557.009000', '093557.012000', '093557.014000', '093557.017000', '093557.020000', '093557.022000', '093557.025000', '093557.027000', '093557.030000', '093557.033000', '093557.035000', '093557.038000', '093557.041000', '093557.043000', '093557.046000', '093557.048000', '093557.051000', '093557.054000', '093557.056000', '093557.059000', '093557.061000', '093557.064000', '093557.067000', '093616.955000', '093616.958000', '093616.961000', '093616.964000', '093616.966000', '093616.969000', '093616.972000', '093616.974000', '093616.977000', '093616.979000', '093616.982000', '093616.984000', '093616.987000', '093616.990000', '093616.993000', '093616.995000', '093616.998000', '093617.001000', '093617.004000', '093617.007000', '093617.009000', '093617.012000', '093617.014000', '093617.017000', '093617.020000', '093617.023000', '093617.025000', '093617.028000', '093617.031000', '093617.033000', '093617.036000', '093617.038000', '093617.041000', '093617.044000', '093617.046000', '093617.049000', '093617.052000', '093617.054000', '093617.057000', '093617.059000', '093617.062000', '093617.065000', '093617.067000', '093617.070000', '093636.955000', '093636.958000', '093636.961000', '093636.964000', '093636.966000', '093636.969000', '093636.971000', '093636.974000', '093636.977000', '093636.979000', '093636.982000', '093636.985000', '093636.987000', '093636.990000', '093636.993000', '093636.995000', '093636.998000', '093637.002000', '093637.004000', '093637.007000', '093637.009000', '093637.012000', '093637.015000', '093637.017000', '093637.020000', '093637.023000', '093637.025000', '093637.028000', '093637.031000', '093637.033000', '093637.036000', '093637.038000', '093637.041000', '093637.044000', '093637.046000', '093637.049000', '093637.051000', '093637.054000', '093637.057000', '093637.059000', '093637.062000', '093637.065000', '093637.067000', '093656.955000', '093656.958000', '093656.961000', '093656.963000', '093656.966000', '093656.969000', '093656.971000', '093656.974000', '093656.977000', '093656.979000', '093656.982000', '093656.984000', '093656.987000', '093656.990000', '093656.992000', '093656.995000', '093656.997000', '093657.001000', '093657.004000', '093657.006000', '093657.009000', '093657.012000', '093657.014000', '093657.017000', '093657.019000', '093657.022000', '093657.024000', '093657.027000', '093657.030000', '093657.032000', '093657.035000', '093657.037000', '093657.040000', '093657.043000', '093657.045000', '093657.048000', '093657.050000', '093657.053000', '093657.056000', '093657.058000', '093657.061000', '093657.063000', '093657.066000', '093657.069000', '093716.955000', '093716.958000', '093716.961000', '093716.964000', '093716.966000', '093716.969000', '093716.971000', '093716.974000', '093716.977000', '093716.979000', '093716.982000', '093716.984000', '093716.987000', '093716.990000', '093716.992000', '093716.995000', '093716.998000', '093717.001000', '093717.004000', '093717.006000', '093717.009000', '093717.012000', '093717.014000', '093717.017000', '093717.019000', '093717.022000', '093717.025000', '093717.027000', '093717.030000', '093717.033000', '093717.035000', '093717.038000', '093717.040000', '093717.043000', '093717.046000', '093717.048000', '093717.051000', '093717.053000', '093717.056000', '093717.059000', '093717.061000', '093717.064000', '093717.067000', '093736.956000', '093736.958000', '093736.961000', '093736.964000', '093736.966000', '093736.969000', '093736.972000', '093736.974000', '093736.977000', '093736.979000', '093736.982000', '093736.985000', '093736.987000', '093736.990000', '093736.993000', '093736.995000', '093736.998000', '093737.002000', '093737.004000', '093737.007000', '093737.010000', '093737.012000', '093737.015000', '093737.018000', '093737.020000', '093737.023000', '093737.026000', '093737.028000', '093737.031000', '093737.034000', '093737.040000', '093737.043000', '093737.046000', '093737.048000', '093737.051000', '093737.054000', '093737.057000', '093737.059000', '093737.062000', '093737.064000', '093737.067000', '093737.070000', '093737.072000', '093737.075000', '093756.956000', '093756.959000', '093756.961000', '093756.964000', '093756.967000', '093756.969000', '093756.972000', '093756.975000', '093756.978000', '093756.980000', '093756.983000', '093756.985000', '093756.988000', '093756.991000', '093756.993000', '093756.996000', '093756.998000', '093757.002000', '093757.005000', '093757.007000', '093757.010000', '093757.012000', '093757.015000', '093757.018000', '093757.020000', '093757.023000', '093757.026000', '093757.028000', '093757.031000', '093757.034000', '093757.036000', '093757.039000', '093757.042000', '093757.044000', '093757.047000', '093757.049000', '093757.052000', '093757.055000', '093757.057000', '093757.060000', '093757.062000', '093757.065000', '093757.068000', '093816.955000', '093816.958000', '093816.961000', '093816.964000', '093816.966000', '093816.969000', '093816.971000', '093816.974000', '093816.977000', '093816.979000', '093816.982000', '093816.984000', '093816.987000', '093816.991000', '093816.993000', '093816.996000', '093817.000000', '093817.002000', '093817.005000', '093817.007000', '093817.010000', '093817.020000', '093817.022000', '093817.025000', '093817.028000', '093817.030000', '093817.033000', '093817.035000', '093817.038000', '093817.041000', '093817.043000', '093817.046000', '093817.049000', '093817.052000', '093817.054000', '093817.057000', '093817.059000', '093817.062000', '093817.065000', '093817.067000', '093817.070000', '093817.073000', '093817.075000', '093836.955000', '093836.958000', '093836.961000', '093836.964000', '093836.966000', '093836.969000', '093836.971000', '093836.974000', '093836.977000', '093836.979000', '093836.982000', '093836.985000', '093836.987000', '093836.990000', '093836.992000', '093836.995000', '093836.998000', '093837.001000', '093837.004000', '093837.006000', '093837.009000', '093837.012000', '093837.014000', '093837.017000', '093837.020000', '093837.023000', '093837.025000', '093837.028000', '093837.030000', '093837.033000', '093837.036000', '093837.038000', '093837.041000', '093837.043000', '093837.046000', '093837.049000', '093837.051000', '093837.054000', '093837.057000', '093837.059000', '093837.062000', '093837.065000', '093837.067000', '093837.070000', '093856.955000', '093856.958000', '093856.961000', '093856.963000', '093856.966000', '093856.969000', '093856.971000', '093856.974000', '093856.977000', '093856.979000', '093856.982000', '093856.985000', '093856.988000', '093856.990000', '093856.993000', '093856.996000', '093856.998000', '093857.002000', '093857.004000', '093857.007000', '093857.010000', '093857.013000', '093857.015000', '093857.018000', '093857.021000', '093857.023000', '093857.026000', '093857.028000', '093857.031000', '093857.034000', '093857.036000', '093857.039000', '093857.042000', '093857.044000', '093857.047000', '093857.049000', '093857.052000', '093857.055000', '093857.057000', '093857.060000', '093857.062000', '093857.065000', '093857.068000', '093857.070000', '093916.955000', '093916.958000', '093916.961000', '093916.964000', '093916.967000', '093916.969000', '093916.972000', '093916.974000', '093916.977000', '093916.980000', '093916.982000', '093916.985000', '093916.987000', '093916.990000', '093916.993000', '093916.995000', '093916.998000', '093917.002000', '093917.004000', '093917.007000', '093917.010000', '093917.012000', '093917.015000', '093917.017000', '093917.020000', '093917.023000', '093917.025000', '093917.028000', '093917.030000', '093917.033000', '093917.036000', '093917.038000', '093917.041000', '093917.044000', '093917.046000', '093917.049000', '093917.053000', '093917.055000', '093917.058000', '093917.061000', '093917.063000', '093917.066000', '093917.069000', '093936.955000', '093936.958000', '093936.961000', '093936.964000', '093936.966000', '093936.969000', '093936.972000', '093936.974000', '093936.978000', '093936.981000', '093936.983000', '093936.987000', '093936.989000', '093936.992000', '093936.995000', '093936.997000', '093937.001000', '093937.003000', '093937.006000', '093937.009000', '093937.011000', '093937.014000', '093937.017000', '093937.019000', '093937.022000', '093937.024000', '093937.027000', '093937.031000', '093937.033000', '093937.036000', '093937.039000', '093937.041000', '093937.044000', '093937.046000', '093937.049000', '093937.052000', '093937.054000', '093937.057000', '093937.059000', '093937.062000', '093937.065000', '093937.067000', '093937.070000', '093956.955000', '093956.958000', '093956.961000', '093956.964000', '093956.966000', '093956.969000', '093956.972000', '093956.974000', '093956.977000', '093956.979000', '093956.982000', '093956.985000', '093956.987000', '093956.990000', '093956.992000', '093956.995000', '093956.998000', '093957.001000', '093957.004000', '093957.007000', '093957.009000', '093957.012000', '093957.014000', '093957.017000', '093957.020000', '093957.022000', '093957.025000', '093957.027000', '093957.030000', '093957.033000', '093957.035000', '093957.038000', '093957.041000', '093957.043000', '093957.046000', '093957.049000', '093957.051000', '093957.054000', '093957.056000', '093957.059000', '093957.062000', '093957.064000', '093957.067000', '093957.070000', '094000.939000', '094000.942000', '094000.945000', '094000.947000', '094000.950000', '094000.953000', '094000.955000', '094000.958000', '094000.961000'], 'InstanceCreationTime': ['093336.986000', '093336.989000', '093336.992000', '093336.995000', '093336.997000', '093337.001000', '093337.003000', '093337.006000', '093337.009000', '093337.011000', '093337.014000', '093337.023000', '093337.026000', '093337.050000', '093337.053000', '093337.055000', '093337.058000', '093337.060000', '093337.063000', '093337.066000', '093337.068000', '093337.071000', '093337.073000', '093337.076000', '093337.079000', '093337.081000', '093337.084000', '093337.086000', '093337.089000', '093337.091000', '093337.094000', '093337.097000', '093337.099000', '093337.102000', '093337.104000', '093337.107000', '093337.109000', '093356.955000', '093356.958000', '093356.961000', '093356.964000', '093356.966000', '093356.969000', '093356.971000', '093356.974000', '093356.977000', '093356.979000', '093356.982000', '093356.984000', '093356.987000', '093356.989000', '093356.992000', '093356.995000', '093356.997000', '093357.001000', '093357.003000', '093357.006000', '093357.009000', '093357.011000', '093357.014000', '093357.017000', '093357.020000', '093357.023000', '093357.026000', '093357.029000', '093357.031000', '093357.034000', '093357.036000', '093357.039000', '093357.042000', '093357.044000', '093357.047000', '093357.049000', '093357.052000', '093357.055000', '093357.057000', '093357.060000', '093357.063000', '093357.065000', '093357.068000', '093416.955000', '093416.958000', '093416.961000', '093416.963000', '093416.967000', '093416.969000', '093416.972000', '093416.974000', '093416.977000', '093416.980000', '093416.982000', '093416.985000', '093416.987000', '093416.990000', '093416.993000', '093416.995000', '093416.998000', '093417.018000', '093417.021000', '093417.023000', '093417.026000', '093417.029000', '093417.031000', '093417.034000', '093417.036000', '093417.039000', '093417.042000', '093417.044000', '093417.047000', '093417.049000', '093417.052000', '093417.055000', '093417.057000', '093417.060000', '093417.063000', '093417.065000', '093417.068000', '093417.071000', '093417.074000', '093417.076000', '093417.079000', '093417.082000', '093417.084000', '093417.087000', '093436.955000', '093436.958000', '093436.961000', '093436.964000', '093436.966000', '093436.969000', '093436.972000', '093436.974000', '093436.977000', '093436.979000', '093436.982000', '093436.985000', '093436.987000', '093436.990000', '093436.993000', '093436.995000', '093436.998000', '093437.002000', '093437.004000', '093437.007000', '093437.009000', '093437.012000', '093437.015000', '093437.017000', '093437.020000', '093437.023000', '093437.025000', '093437.028000', '093437.030000', '093437.033000', '093437.036000', '093437.038000', '093437.041000', '093437.043000', '093437.046000', '093437.050000', '093437.053000', '093437.056000', '093437.064000', '093437.067000', '093437.069000', '093437.072000', '093437.074000', '093456.955000', '093456.958000', '093456.961000', '093456.964000', '093456.966000', '093456.969000', '093456.971000', '093456.974000', '093456.976000', '093456.979000', '093456.982000', '093456.984000', '093456.987000', '093456.990000', '093456.992000', '093456.995000', '093456.997000', '093457.001000', '093457.004000', '093457.006000', '093457.009000', '093457.011000', '093457.014000', '093457.017000', '093457.019000', '093457.022000', '093457.024000', '093457.027000', '093457.030000', '093457.032000', '093457.035000', '093457.038000', '093457.040000', '093457.043000', '093457.046000', '093457.048000', '093457.051000', '093457.053000', '093457.056000', '093457.059000', '093457.061000', '093457.064000', '093457.066000', '093457.069000', '093516.956000', '093516.959000', '093516.961000', '093516.964000', '093516.966000', '093516.969000', '093516.972000', '093516.974000', '093516.977000', '093516.980000', '093516.982000', '093516.985000', '093516.987000', '093516.990000', '093516.993000', '093517.010000', '093517.012000', '093517.015000', '093517.018000', '093517.020000', '093517.023000', '093517.026000', '093517.028000', '093517.031000', '093517.033000', '093517.036000', '093517.039000', '093517.041000', '093517.044000', '093517.047000', '093517.049000', '093517.052000', '093517.054000', '093517.057000', '093517.060000', '093517.062000', '093517.065000', '093517.068000', '093517.070000', '093517.073000', '093517.075000', '093517.078000', '093517.081000', '093536.955000', '093536.958000', '093536.961000', '093536.964000', '093536.967000', '093536.969000', '093536.972000', '093536.975000', '093536.977000', '093536.980000', '093536.982000', '093536.985000', '093536.987000', '093536.990000', '093536.993000', '093536.995000', '093536.998000', '093537.002000', '093537.004000', '093537.007000', '093537.010000', '093537.012000', '093537.015000', '093537.017000', '093537.020000', '093537.023000', '093537.025000', '093537.028000', '093537.031000', '093537.033000', '093537.036000', '093537.038000', '093537.041000', '093537.044000', '093537.046000', '093537.049000', '093537.051000', '093537.054000', '093537.057000', '093537.059000', '093537.062000', '093537.064000', '093537.067000', '093537.070000', '093556.955000', '093556.958000', '093556.961000', '093556.963000', '093556.966000', '093556.969000', '093556.971000', '093556.974000', '093556.977000', '093556.979000', '093556.982000', '093556.984000', '093556.987000', '093556.990000', '093556.992000', '093556.995000', '093556.998000', '093557.001000', '093557.004000', '093557.006000', '093557.009000', '093557.012000', '093557.014000', '093557.017000', '093557.020000', '093557.022000', '093557.025000', '093557.027000', '093557.030000', '093557.033000', '093557.035000', '093557.038000', '093557.041000', '093557.043000', '093557.046000', '093557.048000', '093557.051000', '093557.054000', '093557.056000', '093557.059000', '093557.061000', '093557.064000', '093557.067000', '093616.955000', '093616.958000', '093616.961000', '093616.964000', '093616.966000', '093616.969000', '093616.972000', '093616.974000', '093616.977000', '093616.979000', '093616.982000', '093616.984000', '093616.987000', '093616.990000', '093616.993000', '093616.995000', '093616.998000', '093617.001000', '093617.004000', '093617.007000', '093617.009000', '093617.012000', '093617.014000', '093617.017000', '093617.020000', '093617.023000', '093617.025000', '093617.028000', '093617.031000', '093617.033000', '093617.036000', '093617.038000', '093617.041000', '093617.044000', '093617.046000', '093617.049000', '093617.052000', '093617.054000', '093617.057000', '093617.059000', '093617.062000', '093617.065000', '093617.067000', '093617.070000', '093636.955000', '093636.958000', '093636.961000', '093636.964000', '093636.966000', '093636.969000', '093636.971000', '093636.974000', '093636.977000', '093636.979000', '093636.982000', '093636.985000', '093636.987000', '093636.990000', '093636.993000', '093636.995000', '093636.998000', '093637.002000', '093637.004000', '093637.007000', '093637.009000', '093637.012000', '093637.015000', '093637.017000', '093637.020000', '093637.023000', '093637.025000', '093637.028000', '093637.031000', '093637.033000', '093637.036000', '093637.038000', '093637.041000', '093637.044000', '093637.046000', '093637.049000', '093637.051000', '093637.054000', '093637.057000', '093637.059000', '093637.062000', '093637.065000', '093637.067000', '093656.955000', '093656.958000', '093656.961000', '093656.963000', '093656.966000', '093656.969000', '093656.971000', '093656.974000', '093656.977000', '093656.979000', '093656.982000', '093656.984000', '093656.987000', '093656.990000', '093656.992000', '093656.995000', '093656.997000', '093657.001000', '093657.004000', '093657.006000', '093657.009000', '093657.012000', '093657.014000', '093657.017000', '093657.019000', '093657.022000', '093657.024000', '093657.027000', '093657.030000', '093657.032000', '093657.035000', '093657.037000', '093657.040000', '093657.043000', '093657.045000', '093657.048000', '093657.050000', '093657.053000', '093657.056000', '093657.058000', '093657.061000', '093657.063000', '093657.066000', '093657.069000', '093716.955000', '093716.958000', '093716.961000', '093716.964000', '093716.966000', '093716.969000', '093716.971000', '093716.974000', '093716.977000', '093716.979000', '093716.982000', '093716.984000', '093716.987000', '093716.990000', '093716.992000', '093716.995000', '093716.998000', '093717.001000', '093717.004000', '093717.006000', '093717.009000', '093717.012000', '093717.014000', '093717.017000', '093717.019000', '093717.022000', '093717.025000', '093717.027000', '093717.030000', '093717.033000', '093717.035000', '093717.038000', '093717.040000', '093717.043000', '093717.046000', '093717.048000', '093717.051000', '093717.053000', '093717.056000', '093717.059000', '093717.061000', '093717.064000', '093717.067000', '093736.956000', '093736.958000', '093736.961000', '093736.964000', '093736.966000', '093736.969000', '093736.972000', '093736.974000', '093736.977000', '093736.979000', '093736.982000', '093736.985000', '093736.987000', '093736.990000', '093736.993000', '093736.995000', '093736.998000', '093737.002000', '093737.004000', '093737.007000', '093737.010000', '093737.012000', '093737.015000', '093737.018000', '093737.020000', '093737.023000', '093737.026000', '093737.028000', '093737.031000', '093737.034000', '093737.040000', '093737.043000', '093737.046000', '093737.048000', '093737.051000', '093737.054000', '093737.057000', '093737.059000', '093737.062000', '093737.064000', '093737.067000', '093737.070000', '093737.072000', '093737.075000', '093756.956000', '093756.959000', '093756.961000', '093756.964000', '093756.967000', '093756.969000', '093756.972000', '093756.975000', '093756.978000', '093756.980000', '093756.983000', '093756.985000', '093756.988000', '093756.991000', '093756.993000', '093756.996000', '093756.998000', '093757.002000', '093757.005000', '093757.007000', '093757.010000', '093757.012000', '093757.015000', '093757.018000', '093757.020000', '093757.023000', '093757.026000', '093757.028000', '093757.031000', '093757.034000', '093757.036000', '093757.039000', '093757.042000', '093757.044000', '093757.047000', '093757.049000', '093757.052000', '093757.055000', '093757.057000', '093757.060000', '093757.062000', '093757.065000', '093757.068000', '093816.955000', '093816.958000', '093816.961000', '093816.964000', '093816.966000', '093816.969000', '093816.971000', '093816.974000', '093816.977000', '093816.979000', '093816.982000', '093816.984000', '093816.987000', '093816.991000', '093816.993000', '093816.996000', '093817.000000', '093817.002000', '093817.005000', '093817.007000', '093817.010000', '093817.020000', '093817.022000', '093817.025000', '093817.028000', '093817.030000', '093817.033000', '093817.035000', '093817.038000', '093817.041000', '093817.043000', '093817.046000', '093817.049000', '093817.052000', '093817.054000', '093817.057000', '093817.059000', '093817.062000', '093817.065000', '093817.067000', '093817.070000', '093817.073000', '093817.075000', '093836.955000', '093836.958000', '093836.961000', '093836.964000', '093836.966000', '093836.969000', '093836.971000', '093836.974000', '093836.977000', '093836.979000', '093836.982000', '093836.985000', '093836.987000', '093836.990000', '093836.992000', '093836.995000', '093836.998000', '093837.001000', '093837.004000', '093837.006000', '093837.009000', '093837.012000', '093837.014000', '093837.017000', '093837.020000', '093837.023000', '093837.025000', '093837.028000', '093837.030000', '093837.033000', '093837.036000', '093837.038000', '093837.041000', '093837.043000', '093837.046000', '093837.049000', '093837.051000', '093837.054000', '093837.057000', '093837.059000', '093837.062000', '093837.065000', '093837.067000', '093837.070000', '093856.955000', '093856.958000', '093856.961000', '093856.963000', '093856.966000', '093856.969000', '093856.971000', '093856.974000', '093856.977000', '093856.979000', '093856.982000', '093856.985000', '093856.988000', '093856.990000', '093856.993000', '093856.996000', '093856.998000', '093857.002000', '093857.004000', '093857.007000', '093857.010000', '093857.013000', '093857.015000', '093857.018000', '093857.021000', '093857.023000', '093857.026000', '093857.028000', '093857.031000', '093857.034000', '093857.036000', '093857.039000', '093857.042000', '093857.044000', '093857.047000', '093857.049000', '093857.052000', '093857.055000', '093857.057000', '093857.060000', '093857.062000', '093857.065000', '093857.068000', '093857.070000', '093916.955000', '093916.958000', '093916.961000', '093916.964000', '093916.967000', '093916.969000', '093916.972000', '093916.974000', '093916.977000', '093916.980000', '093916.982000', '093916.985000', '093916.987000', '093916.990000', '093916.993000', '093916.995000', '093916.998000', '093917.002000', '093917.004000', '093917.007000', '093917.010000', '093917.012000', '093917.015000', '093917.017000', '093917.020000', '093917.023000', '093917.025000', '093917.028000', '093917.030000', '093917.033000', '093917.036000', '093917.038000', '093917.041000', '093917.044000', '093917.046000', '093917.049000', '093917.053000', '093917.055000', '093917.058000', '093917.061000', '093917.063000', '093917.066000', '093917.069000', '093936.955000', '093936.958000', '093936.961000', '093936.964000', '093936.966000', '093936.969000', '093936.972000', '093936.974000', '093936.978000', '093936.981000', '093936.983000', '093936.987000', '093936.989000', '093936.992000', '093936.995000', '093936.997000', '093937.001000', '093937.003000', '093937.006000', '093937.009000', '093937.011000', '093937.014000', '093937.017000', '093937.019000', '093937.022000', '093937.024000', '093937.027000', '093937.031000', '093937.033000', '093937.036000', '093937.039000', '093937.041000', '093937.044000', '093937.046000', '093937.049000', '093937.052000', '093937.054000', '093937.057000', '093937.059000', '093937.062000', '093937.065000', '093937.067000', '093937.070000', '093956.955000', '093956.958000', '093956.961000', '093956.964000', '093956.966000', '093956.969000', '093956.972000', '093956.974000', '093956.977000', '093956.979000', '093956.982000', '093956.985000', '093956.987000', '093956.990000', '093956.992000', '093956.995000', '093956.998000', '093957.001000', '093957.004000', '093957.007000', '093957.009000', '093957.012000', '093957.014000', '093957.017000', '093957.020000', '093957.022000', '093957.025000', '093957.027000', '093957.030000', '093957.033000', '093957.035000', '093957.038000', '093957.041000', '093957.043000', '093957.046000', '093957.049000', '093957.051000', '093957.054000', '093957.056000', '093957.059000', '093957.062000', '093957.064000', '093957.067000', '093957.070000', '094000.939000', '094000.942000', '094000.945000', '094000.947000', '094000.950000', '094000.953000', '094000.955000', '094000.958000', '094000.961000'], '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': [11945, 17267, 13443, 13410, 13245, 8853, 10840, 7909, 10753, 7825, 12259, 7974, 10357, 8948, 7177, 10219, 7361, 10077, 7353, 9652, 8374, 9960, 8309, 7598, 9957, 7524, 10104, 7377, 10211, 10713, 8035, 9235, 7137, 10348, 7451, 10780, 9760, 13774, 10500, 7998, 9116, 7698, 10017, 7150, 10385, 9326, 11025, 8185, 7374, 9926, 7280, 10196, 8728, 12350, 10147, 8321, 9072, 7358, 10244, 7565, 10304, 7704, 13630, 7706, 13164, 8535, 7653, 9375, 7859, 10533, 8279, 10247, 7946, 7143, 9240, 8208, 10058, 7353, 10570, 8513, 13147, 7685, 7173, 9036, 7419, 10042, 7976, 10840, 8293, 7256, 8779, 7446, 9720, 9100, 10409, 7312, 10600, 7296, 12064, 7989, 11778, 8365, 9759, 9862, 9128, 10481, 7380, 10716, 7467, 10744, 8753, 11327, 8855, 13892, 7690, 11686, 7567, 11880, 8644, 9141, 9890, 7511, 10518, 7134, 12054, 7529, 11117, 9161, 9220, 10188, 7180, 10315, 7686, 10409, 9602, 11580, 9919, 9297, 10722, 7183, 10525, 7641, 11949, 8773, 11807, 10549, 9273, 9937, 7259, 10378, 7439, 12369, 7682, 11273, 10399, 8741, 9696, 7334, 10230, 7206, 10443, 8304, 10926, 9287, 9324, 10519, 7353, 9830, 7858, 9901, 9123, 8936, 10256, 8138, 11086, 8030, 8008, 8800, 8218, 9783, 9237, 10951, 7477, 10416, 8006, 7409, 8754, 7354, 10095, 7358, 10539, 8155, 10203, 7474, 11190, 7623, 10416, 8539, 10811, 8757, 11021, 7411, 8775, 8641, 7351, 9669, 9253, 10506, 7285, 10104, 7483, 10892, 8494, 9934, 9814, 8943, 10939, 7129, 10238, 7976, 12161, 10176, 11872, 10172, 9491, 10719, 7270, 10323, 7760, 10099, 9190, 8857, 10203, 7369, 9950, 7350, 7966, 8684, 7756, 10424, 7220, 10732, 7406, 11171, 7983, 11231, 9384, 8511, 10762, 7428, 12359, 7595, 12286, 8009, 12344, 8155, 12428, 9328, 9281, 9839, 7691, 10297, 7066, 10352, 7305, 10272, 7239, 10687, 7893, 10651, 8169, 7572, 9654, 7544, 10998, 9979, 8677, 8998, 9025, 10002, 8894, 9671, 14213, 10658, 11176, 10185, 7244, 10602, 7104, 10577, 9001, 11435, 10390, 7806, 9471, 7348, 10384, 7429, 10765, 8793, 13166, 10107, 14787, 7762, 10541, 8343, 8101, 8917, 9175, 10085, 8457, 10681, 7257, 11299, 7407, 10050, 7920, 11213, 10349, 8837, 9608, 8194, 10027, 7915, 10259, 7223, 10716, 7984, 10861, 7483, 10493, 7176, 10651, 7395, 10550, 8924, 10819, 7723, 10289, 8445, 7285, 8859, 7869, 10351, 7526, 10835, 7539, 11874, 7299, 11103, 9032, 10108, 10497, 8246, 9598, 7611, 9945, 8615, 10221, 7305, 10581, 9672, 12404, 8113, 7360, 9354, 8431, 10075, 7366, 12883, 9840, 14515, 7915, 13633, 8637, 8961, 9705, 8695, 10708, 7536, 10608, 7001, 12378, 7633, 10828, 8880, 8535, 10134, 7324, 10184, 7620, 12181, 7862, 10776, 10010, 14080, 10707, 8749, 9654, 7489, 10123, 7421, 10628, 7378, 10554, 7391, 10438, 7435, 10342, 7508, 10540, 7373, 10696, 9453, 12142, 8088, 7673, 8784, 7344, 10106, 7497, 10765, 8898, 11595, 8071, 7896, 8621, 8100, 9023, 10446, 9314, 8483, 10116, 7246, 10039, 7437, 10625, 7556, 10358, 10792, 9268, 8951, 7876, 9841, 7341, 10331, 7632, 10533, 9614, 12520, 9002, 8119, 8558, 8062, 9469, 11470, 9313, 8610, 10153, 8635, 10545, 7497, 10573, 7774, 12007, 10069, 11743, 9562, 8352, 9530, 7694, 9911, 8512, 10052, 9271, 10609, 9724, 10474, 7519, 10582, 7628, 10156, 7699, 10292, 10311, 11167, 8231, 12961, 8385, 11983, 8267, 11087, 11665, 12118, 8879, 7508, 9646, 8100, 9866, 9055, 10401, 9999, 10272, 8113, 9848, 7730, 9739, 8033, 9431, 7890, 9918, 7793, 10008, 7660, 10320, 7648, 10127, 8992, 9924, 9298, 9204, 9741, 7988, 10468, 9845, 10568, 9991, 11109, 7971, 11292, 7468, 10530, 8161, 11371, 10747, 9729, 9606, 8783, 10520, 7563, 10452, 7586, 10556, 7626, 12021, 7989, 12807, 8601, 7640, 9420, 8807, 10292, 10358, 10486, 7666, 10297, 7765, 10386, 9191, 10319, 9684, 10766, 7621, 10952, 7584, 10460, 7781, 10290, 9196, 10905, 8272, 7815, 8968, 7866, 9314, 8896, 10230, 7569, 10895, 7861, 10994, 7934, 10710, 8136, 10760, 9310, 13050, 9643, 7686, 8955, 7590, 10105, 7897, 9781, 10279, 8388, 10006, 7705, 10468, 7592, 11520, 10224, 10262, 9793, 9392, 10608, 7707, 10726, 7759, 10787, 8023, 10946, 9008, 13119, 8220, 10495, 8283, 9270, 8685, 10458, 9377, 7989, 9622, 8052, 9918, 7661, 10137, 7910, 10325, 10537, 8085, 9035, 8763, 10491, 8738, 10333, 7740, 11131, 8471, 15072, 7847, 13420, 8156, 11052, 7776, 11941, 10771, 12011, 8321, 7547, 8723, 7891, 9864, 8415, 10767, 8688, 12372, 7653, 11986, 8138, 12622, 9799, 12144, 9945, 12255, 9441, 8386, 10323, 7517, 10646, 7682, 10508, 8919, 12232, 9413, 7789, 8613, 7911, 9096, 7718, 9509, 9125, 9940, 9519, 10326, 8069, 10382, 7597, 10553, 7743, 10793, 7785, 10826, 7808, 10486, 7394, 10511, 7792, 10798, 7747, 10891, 7550, 10614, 8059, 10497, 7836, 10072, 9676, 11050, 8847, 8100, 9786, 7772, 10228, 7735, 10516, 8605, 13394, 7843, 11684, 8187, 11522, 8380, 12526, 10614, 8568, 9642, 7510, 10578, 7964, 10455, 7988, 10315, 10669, 8274, 9657, 7703, 10375, 7694, 10784, 7601, 10702, 7928, 11120, 8192, 10853, 7876, 8025, 7883, 7984, 8902, 8170, 9873, 7445, 10683, 7749, 12157, 7900, 11107, 9006, 11625, 9232, 13947, 8247, 9375, 8587, 7707, 9260, 9262, 9701, 9499, 10242, 7766, 10243, 7876, 10191, 7802, 10786, 9205, 10770, 8302, 7949, 9316, 7774, 10277, 7587, 10735, 8686, 11357, 8767, 10636, 8826, 9257, 9888, 10047, 11099, 7712, 10816, 8031, 10462, 8129, 10535, 10915, 9607, 9815, 7723, 10479, 7812, 10369, 8233, 11500, 9665, 9306, 10782, 7972, 10935, 8111, 10552, 8881, 9867, 11392, 10000, 10656, 7536, 10013, 7959, 9403, 9045, 8317, 10971, 7679, 11872, 8066, 12319, 9058, 11901, 9337, 12425, 9533, 8718, 10086, 7663, 10636, 7839, 10287, 7871, 10612, 9423, 8007, 9355, 7694, 10258, 7883, 10456, 8383, 11814, 8897, 7588, 8949, 7695, 9965, 7794, 10727, 9653, 12264, 8260, 7866, 8439, 8054, 10236, 8598, 11884], 'WindowCenter': [4650.0, 4673.0, 4631.0, 4626.0, 4614.0, 4562.0, 4580.0, 4551.0, 4580.0, 4539.0, 4599.0, 4552.0, 4582.0, 4562.0, 4544.0, 4582.0, 4555.0, 4583.0, 4568.0, 4597.0, 4579.0, 4598.0, 4577.0, 4569.0, 4598.0, 4569.0, 4608.0, 4569.0, 4610.0, 4621.0, 4581.0, 4599.0, 4570.0, 4610.0, 4570.0, 4620.0, 4611.0, 4638.0, 4608.0, 4580.0, 4587.0, 4568.0, 4597.0, 4558.0, 4609.0, 4598.0, 4618.0, 4577.0, 4570.0, 4608.0, 4570.0, 4609.0, 4589.0, 4628.0, 4610.0, 4579.0, 4588.0, 4569.0, 4609.0, 4568.0, 4609.0, 4568.0, 4638.0, 4569.0, 4626.0, 4586.0, 4568.0, 4586.0, 4578.0, 4608.0, 4579.0, 4609.0, 4577.0, 4569.0, 4599.0, 4590.0, 4608.0, 4569.0, 4609.0, 4588.0, 4638.0, 4570.0, 4559.0, 4587.0, 4568.0, 4608.0, 4579.0, 4620.0, 4590.0, 4570.0, 4589.0, 4572.0, 4609.0, 4590.0, 4619.0, 4568.0, 4609.0, 4567.0, 4626.0, 4577.0, 4618.0, 4577.0, 4597.0, 4598.0, 4587.0, 4607.0, 4569.0, 4608.0, 4567.0, 4606.0, 4588.0, 4606.0, 4586.0, 4636.0, 4567.0, 4614.0, 4565.0, 4614.0, 4575.0, 4587.0, 4597.0, 4556.0, 4606.0, 4558.0, 4625.0, 4569.0, 4616.0, 4599.0, 4597.0, 4608.0, 4560.0, 4609.0, 4579.0, 4607.0, 4598.0, 4618.0, 4598.0, 4599.0, 4617.0, 4557.0, 4607.0, 4567.0, 4616.0, 4587.0, 4616.0, 4606.0, 4586.0, 4597.0, 4558.0, 4596.0, 4556.0, 4625.0, 4568.0, 4615.0, 4597.0, 4576.0, 4596.0, 4568.0, 4606.0, 4569.0, 4606.0, 4578.0, 4618.0, 4597.0, 4597.0, 4608.0, 4568.0, 4608.0, 4579.0, 4608.0, 4598.0, 4589.0, 4610.0, 4580.0, 4628.0, 4580.0, 4578.0, 4598.0, 4579.0, 4607.0, 4588.0, 4617.0, 4568.0, 4608.0, 4577.0, 4567.0, 4576.0, 4568.0, 4608.0, 4568.0, 4607.0, 4578.0, 4607.0, 4568.0, 4620.0, 4567.0, 4606.0, 4578.0, 4605.0, 4576.0, 4607.0, 4567.0, 4588.0, 4586.0, 4568.0, 4597.0, 4597.0, 4607.0, 4568.0, 4609.0, 4568.0, 4619.0, 4589.0, 4608.0, 4609.0, 4588.0, 4618.0, 4560.0, 4609.0, 4579.0, 4627.0, 4610.0, 4629.0, 4607.0, 4598.0, 4606.0, 4556.0, 4607.0, 4567.0, 4607.0, 4588.0, 4588.0, 4607.0, 4569.0, 4607.0, 4569.0, 4577.0, 4588.0, 4568.0, 4618.0, 4568.0, 4619.0, 4570.0, 4617.0, 4578.0, 4617.0, 4587.0, 4576.0, 4608.0, 4557.0, 4626.0, 4569.0, 4615.0, 4566.0, 4626.0, 4566.0, 4615.0, 4587.0, 4586.0, 4595.0, 4567.0, 4596.0, 4555.0, 4594.0, 4557.0, 4595.0, 4555.0, 4596.0, 4566.0, 4606.0, 4577.0, 4567.0, 4597.0, 4578.0, 4618.0, 4611.0, 4591.0, 4602.0, 4601.0, 4613.0, 4600.0, 4601.0, 4639.0, 4608.0, 4608.0, 4606.0, 4558.0, 4609.0, 4558.0, 4607.0, 4588.0, 4618.0, 4596.0, 4569.0, 4597.0, 4569.0, 4606.0, 4569.0, 4608.0, 4587.0, 4626.0, 4598.0, 4647.0, 4566.0, 4606.0, 4577.0, 4565.0, 4586.0, 4585.0, 4595.0, 4575.0, 4605.0, 4556.0, 4605.0, 4556.0, 4596.0, 4577.0, 4617.0, 4597.0, 4588.0, 4597.0, 4577.0, 4595.0, 4565.0, 4595.0, 4555.0, 4595.0, 4564.0, 4604.0, 4557.0, 4594.0, 4545.0, 4594.0, 4556.0, 4595.0, 4587.0, 4606.0, 4567.0, 4595.0, 4575.0, 4557.0, 4586.0, 4567.0, 4602.0, 4567.0, 4606.0, 4569.0, 4626.0, 4568.0, 4617.0, 4590.0, 4608.0, 4607.0, 4578.0, 4598.0, 4570.0, 4609.0, 4588.0, 4608.0, 4569.0, 4609.0, 4599.0, 4623.0, 4579.0, 4571.0, 4612.0, 4592.0, 4611.0, 4572.0, 4639.0, 4609.0, 4649.0, 4577.0, 4636.0, 4576.0, 4586.0, 4586.0, 4576.0, 4606.0, 4565.0, 4605.0, 4545.0, 4614.0, 4567.0, 4607.0, 4587.0, 4587.0, 4606.0, 4569.0, 4608.0, 4568.0, 4626.0, 4578.0, 4606.0, 4598.0, 4632.0, 4597.0, 4577.0, 4585.0, 4556.0, 4597.0, 4558.0, 4606.0, 4558.0, 4608.0, 4558.0, 4607.0, 4557.0, 4597.0, 4567.0, 4608.0, 4568.0, 4606.0, 4597.0, 4617.0, 4569.0, 4567.0, 4576.0, 4557.0, 4606.0, 4568.0, 4619.0, 4589.0, 4618.0, 4579.0, 4580.0, 4588.0, 4578.0, 4588.0, 4607.0, 4587.0, 4577.0, 4596.0, 4556.0, 4595.0, 4556.0, 4607.0, 4569.0, 4597.0, 4607.0, 4598.0, 4589.0, 4578.0, 4598.0, 4568.0, 4610.0, 4580.0, 4620.0, 4613.0, 4653.0, 4614.0, 4603.0, 4602.0, 4577.0, 4598.0, 4614.0, 4585.0, 4576.0, 4607.0, 4577.0, 4605.0, 4567.0, 4605.0, 4567.0, 4616.0, 4597.0, 4614.0, 4595.0, 4575.0, 4594.0, 4566.0, 4595.0, 4575.0, 4595.0, 4584.0, 4605.0, 4583.0, 4593.0, 4555.0, 4605.0, 4566.0, 4594.0, 4566.0, 4605.0, 4608.0, 4617.0, 4578.0, 4636.0, 4576.0, 4614.0, 4576.0, 4606.0, 4617.0, 4626.0, 4585.0, 4567.0, 4597.0, 4577.0, 4606.0, 4586.0, 4608.0, 4597.0, 4607.0, 4577.0, 4596.0, 4567.0, 4596.0, 4566.0, 4587.0, 4576.0, 4596.0, 4566.0, 4596.0, 4567.0, 4608.0, 4578.0, 4607.0, 4599.0, 4609.0, 4601.0, 4601.0, 4609.0, 4590.0, 4620.0, 4608.0, 4618.0, 4609.0, 4617.0, 4578.0, 4618.0, 4567.0, 4605.0, 4577.0, 4616.0, 4617.0, 4597.0, 4598.0, 4588.0, 4607.0, 4567.0, 4607.0, 4567.0, 4606.0, 4566.0, 4625.0, 4577.0, 4627.0, 4576.0, 4565.0, 4585.0, 4587.0, 4608.0, 4607.0, 4605.0, 4567.0, 4606.0, 4566.0, 4606.0, 4585.0, 4595.0, 4595.0, 4604.0, 4564.0, 4603.0, 4566.0, 4603.0, 4567.0, 4605.0, 4597.0, 4605.0, 4577.0, 4566.0, 4586.0, 4577.0, 4597.0, 4585.0, 4607.0, 4566.0, 4606.0, 4578.0, 4605.0, 4577.0, 4605.0, 4575.0, 4605.0, 4598.0, 4638.0, 4610.0, 4590.0, 4598.0, 4576.0, 4618.0, 4592.0, 4607.0, 4609.0, 4590.0, 4609.0, 4579.0, 4619.0, 4580.0, 4627.0, 4609.0, 4610.0, 4609.0, 4598.0, 4607.0, 4567.0, 4606.0, 4566.0, 4606.0, 4576.0, 4606.0, 4586.0, 4624.0, 4574.0, 4604.0, 4576.0, 4586.0, 4576.0, 4600.0, 4586.0, 4565.0, 4596.0, 4578.0, 4597.0, 4566.0, 4606.0, 4579.0, 4609.0, 4619.0, 4589.0, 4601.0, 4590.0, 4621.0, 4589.0, 4610.0, 4568.0, 4617.0, 4579.0, 4648.0, 4579.0, 4636.0, 4577.0, 4617.0, 4568.0, 4626.0, 4618.0, 4626.0, 4577.0, 4578.0, 4588.0, 4577.0, 4609.0, 4588.0, 4618.0, 4590.0, 4640.0, 4580.0, 4630.0, 4580.0, 4637.0, 4609.0, 4628.0, 4598.0, 4626.0, 4598.0, 4576.0, 4605.0, 4566.0, 4606.0, 4568.0, 4607.0, 4588.0, 4625.0, 4597.0, 4577.0, 4587.0, 4577.0, 4588.0, 4567.0, 4597.0, 4599.0, 4596.0, 4596.0, 4607.0, 4577.0, 4607.0, 4568.0, 4608.0, 4568.0, 4608.0, 4566.0, 4607.0, 4567.0, 4606.0, 4555.0, 4604.0, 4565.0, 4607.0, 4565.0, 4606.0, 4565.0, 4605.0, 4566.0, 4603.0, 4566.0, 4594.0, 4596.0, 4616.0, 4584.0, 4577.0, 4596.0, 4566.0, 4607.0, 4566.0, 4607.0, 4586.0, 4635.0, 4577.0, 4611.0, 4576.0, 4617.0, 4577.0, 4626.0, 4607.0, 4576.0, 4597.0, 4566.0, 4607.0, 4578.0, 4606.0, 4589.0, 4609.0, 4620.0, 4590.0, 4609.0, 4580.0, 4610.0, 4578.0, 4617.0, 4567.0, 4608.0, 4577.0, 4617.0, 4577.0, 4606.0, 4576.0, 4578.0, 4578.0, 4577.0, 4598.0, 4589.0, 4610.0, 4569.0, 4619.0, 4580.0, 4629.0, 4580.0, 4618.0, 4588.0, 4617.0, 4598.0, 4637.0, 4577.0, 4587.0, 4576.0, 4567.0, 4588.0, 4585.0, 4596.0, 4596.0, 4596.0, 4567.0, 4596.0, 4577.0, 4606.0, 4565.0, 4605.0, 4596.0, 4607.0, 4578.0, 4577.0, 4596.0, 4579.0, 4608.0, 4580.0, 4618.0, 4590.0, 4619.0, 4590.0, 4608.0, 4589.0, 4599.0, 4609.0, 4609.0, 4618.0, 4569.0, 4618.0, 4578.0, 4607.0, 4578.0, 4607.0, 4619.0, 4599.0, 4597.0, 4579.0, 4608.0, 4578.0, 4606.0, 4578.0, 4619.0, 4599.0, 4597.0, 4608.0, 4579.0, 4618.0, 4579.0, 4606.0, 4587.0, 4596.0, 4618.0, 4596.0, 4607.0, 4567.0, 4597.0, 4578.0, 4585.0, 4586.0, 4577.0, 4617.0, 4568.0, 4617.0, 4578.0, 4625.0, 4585.0, 4614.0, 4585.0, 4615.0, 4585.0, 4574.0, 4594.0, 4564.0, 4594.0, 4565.0, 4595.0, 4575.0, 4606.0, 4586.0, 4577.0, 4596.0, 4568.0, 4606.0, 4577.0, 4606.0, 4579.0, 4616.0, 4587.0, 4568.0, 4586.0, 4569.0, 4608.0, 4568.0, 4617.0, 4597.0, 4628.0, 4578.0, 4579.0, 4578.0, 4578.0, 4610.0, 4589.0, 4628.0], 'WindowWidth': [10179.0, 10198.0, 10136.0, 10117.0, 10100.0, 10022.0, 10045.0, 10006.0, 10042.0, 9989.0, 10069.0, 10010.0, 10049.0, 10023.0, 10003.0, 10052.0, 10020.0, 10057.0, 10048.0, 10086.0, 10060.0, 10085.0, 10055.0, 10047.0, 10085.0, 10049.0, 10098.0, 10050.0, 10104.0, 10120.0, 10066.0, 10089.0, 10053.0, 10105.0, 10051.0, 10118.0, 10107.0, 10139.0, 10100.0, 10063.0, 10070.0, 10046.0, 10084.0, 10033.0, 10102.0, 10087.0, 10112.0, 10058.0, 10050.0, 10099.0, 10052.0, 10103.0, 10077.0, 10129.0, 10104.0, 10063.0, 10073.0, 10048.0, 10101.0, 10046.0, 10102.0, 10045.0, 10139.0, 10047.0, 10121.0, 10067.0, 10044.0, 10068.0, 10058.0, 10101.0, 10062.0, 10101.0, 10058.0, 10050.0, 10089.0, 10077.0, 10102.0, 10049.0, 10103.0, 10072.0, 10140.0, 10050.0, 10035.0, 10071.0, 10048.0, 10102.0, 10065.0, 10119.0, 10079.0, 10053.0, 10079.0, 10058.0, 10106.0, 10078.0, 10116.0, 10048.0, 10102.0, 10045.0, 10123.0, 10058.0, 10111.0, 10058.0, 10082.0, 10086.0, 10069.0, 10098.0, 10049.0, 10099.0, 10045.0, 10095.0, 10073.0, 10095.0, 10068.0, 10134.0, 10042.0, 10104.0, 10039.0, 10102.0, 10053.0, 10069.0, 10082.0, 10028.0, 10094.0, 10032.0, 10121.0, 10049.0, 10109.0, 10089.0, 10085.0, 10101.0, 10038.0, 10103.0, 10063.0, 10100.0, 10089.0, 10112.0, 10087.0, 10086.0, 10112.0, 10031.0, 10097.0, 10043.0, 10108.0, 10069.0, 10107.0, 10095.0, 10065.0, 10082.0, 10030.0, 10081.0, 10028.0, 10118.0, 10045.0, 10104.0, 10083.0, 10053.0, 10080.0, 10047.0, 10095.0, 10048.0, 10094.0, 10061.0, 10112.0, 10085.0, 10084.0, 10100.0, 10047.0, 10100.0, 10063.0, 10101.0, 10086.0, 10076.0, 10105.0, 10065.0, 10128.0, 10065.0, 10062.0, 10087.0, 10061.0, 10098.0, 10072.0, 10110.0, 10046.0, 10099.0, 10056.0, 10044.0, 10054.0, 10046.0, 10100.0, 10046.0, 10100.0, 10060.0, 10100.0, 10048.0, 10117.0, 10045.0, 10094.0, 10057.0, 10092.0, 10053.0, 10096.0, 10044.0, 10072.0, 10068.0, 10045.0, 10085.0, 10083.0, 10099.0, 10047.0, 10102.0, 10049.0, 10116.0, 10076.0, 10101.0, 10104.0, 10073.0, 10114.0, 10038.0, 10104.0, 10063.0, 10124.0, 10104.0, 10127.0, 10099.0, 10084.0, 10094.0, 10028.0, 10095.0, 10043.0, 10096.0, 10073.0, 10073.0, 10099.0, 10049.0, 10098.0, 10050.0, 10059.0, 10074.0, 10047.0, 10116.0, 10049.0, 10118.0, 10051.0, 10112.0, 10059.0, 10109.0, 10070.0, 10054.0, 10098.0, 10028.0, 10122.0, 10048.0, 10105.0, 10040.0, 10118.0, 10040.0, 10104.0, 10068.0, 10066.0, 10076.0, 10042.0, 10079.0, 10026.0, 10076.0, 10028.0, 10076.0, 10025.0, 10080.0, 10038.0, 10093.0, 10056.0, 10043.0, 10084.0, 10062.0, 10117.0, 10108.0, 10083.0, 10097.0, 10095.0, 10115.0, 10091.0, 10095.0, 10141.0, 10099.0, 10096.0, 10094.0, 10031.0, 10099.0, 10033.0, 10096.0, 10072.0, 10112.0, 10081.0, 10047.0, 10082.0, 10048.0, 10095.0, 10047.0, 10099.0, 10070.0, 10122.0, 10085.0, 10149.0, 10040.0, 10092.0, 10054.0, 10038.0, 10066.0, 10063.0, 10078.0, 10049.0, 10091.0, 10025.0, 10090.0, 10027.0, 10081.0, 10057.0, 10109.0, 10082.0, 10070.0, 10082.0, 10056.0, 10077.0, 10037.0, 10077.0, 10023.0, 10077.0, 10034.0, 10087.0, 10027.0, 10073.0, 10009.0, 10073.0, 10025.0, 10077.0, 10067.0, 10092.0, 10039.0, 10078.0, 10051.0, 10028.0, 10066.0, 10042.0, 10087.0, 10041.0, 10095.0, 10048.0, 10122.0, 10047.0, 10109.0, 10077.0, 10099.0, 10098.0, 10059.0, 10086.0, 10049.0, 10100.0, 10073.0, 10099.0, 10050.0, 10103.0, 10090.0, 10118.0, 10063.0, 10055.0, 10114.0, 10083.0, 10108.0, 10058.0, 10146.0, 10103.0, 10155.0, 10056.0, 10133.0, 10053.0, 10066.0, 10065.0, 10051.0, 10092.0, 10037.0, 10090.0, 10011.0, 10102.0, 10042.0, 10095.0, 10068.0, 10068.0, 10095.0, 10048.0, 10098.0, 10046.0, 10123.0, 10058.0, 10095.0, 10086.0, 10125.0, 10081.0, 10055.0, 10064.0, 10027.0, 10081.0, 10031.0, 10093.0, 10032.0, 10098.0, 10029.0, 10096.0, 10029.0, 10082.0, 10043.0, 10098.0, 10045.0, 10094.0, 10083.0, 10109.0, 10046.0, 10042.0, 10054.0, 10029.0, 10095.0, 10045.0, 10114.0, 10075.0, 10113.0, 10062.0, 10064.0, 10074.0, 10058.0, 10074.0, 10096.0, 10071.0, 10054.0, 10078.0, 10027.0, 10078.0, 10028.0, 10096.0, 10048.0, 10083.0, 10097.0, 10085.0, 10073.0, 10060.0, 10086.0, 10044.0, 10104.0, 10066.0, 10121.0, 10115.0, 10172.0, 10122.0, 10108.0, 10102.0, 10059.0, 10085.0, 10102.0, 10065.0, 10053.0, 10096.0, 10056.0, 10093.0, 10045.0, 10094.0, 10045.0, 10108.0, 10082.0, 10103.0, 10078.0, 10052.0, 10076.0, 10040.0, 10078.0, 10051.0, 10078.0, 10060.0, 10091.0, 10059.0, 10073.0, 10024.0, 10090.0, 10040.0, 10075.0, 10042.0, 10093.0, 10099.0, 10110.0, 10059.0, 10135.0, 10054.0, 10103.0, 10055.0, 10093.0, 10109.0, 10121.0, 10066.0, 10044.0, 10083.0, 10058.0, 10097.0, 10069.0, 10100.0, 10084.0, 10097.0, 10057.0, 10081.0, 10044.0, 10081.0, 10041.0, 10069.0, 10054.0, 10081.0, 10041.0, 10081.0, 10045.0, 10100.0, 10062.0, 10101.0, 10093.0, 10106.0, 10096.0, 10096.0, 10105.0, 10081.0, 10119.0, 10100.0, 10116.0, 10101.0, 10113.0, 10059.0, 10114.0, 10045.0, 10095.0, 10058.0, 10109.0, 10113.0, 10086.0, 10087.0, 10074.0, 10097.0, 10046.0, 10097.0, 10044.0, 10096.0, 10042.0, 10121.0, 10057.0, 10122.0, 10054.0, 10040.0, 10067.0, 10069.0, 10100.0, 10096.0, 10094.0, 10044.0, 10095.0, 10041.0, 10096.0, 10065.0, 10080.0, 10077.0, 10091.0, 10037.0, 10088.0, 10040.0, 10088.0, 10044.0, 10094.0, 10085.0, 10093.0, 10057.0, 10044.0, 10069.0, 10058.0, 10084.0, 10066.0, 10098.0, 10043.0, 10096.0, 10059.0, 10094.0, 10057.0, 10093.0, 10053.0, 10092.0, 10085.0, 10138.0, 10107.0, 10084.0, 10088.0, 10057.0, 10118.0, 10088.0, 10100.0, 10105.0, 10078.0, 10104.0, 10065.0, 10118.0, 10068.0, 10127.0, 10105.0, 10105.0, 10102.0, 10088.0, 10098.0, 10045.0, 10094.0, 10042.0, 10094.0, 10054.0, 10094.0, 10066.0, 10116.0, 10048.0, 10090.0, 10052.0, 10066.0, 10054.0, 10083.0, 10068.0, 10038.0, 10080.0, 10059.0, 10083.0, 10044.0, 10096.0, 10065.0, 10104.0, 10119.0, 10079.0, 10095.0, 10080.0, 10122.0, 10077.0, 10105.0, 10048.0, 10114.0, 10062.0, 10154.0, 10062.0, 10137.0, 10057.0, 10111.0, 10048.0, 10122.0, 10113.0, 10122.0, 10057.0, 10062.0, 10073.0, 10059.0, 10104.0, 10075.0, 10117.0, 10081.0, 10147.0, 10067.0, 10133.0, 10068.0, 10139.0, 10103.0, 10127.0, 10087.0, 10122.0, 10085.0, 10054.0, 10092.0, 10042.0, 10095.0, 10045.0, 10098.0, 10073.0, 10121.0, 10085.0, 10060.0, 10071.0, 10058.0, 10074.0, 10044.0, 10085.0, 10087.0, 10084.0, 10081.0, 10096.0, 10058.0, 10096.0, 10045.0, 10098.0, 10045.0, 10099.0, 10042.0, 10098.0, 10042.0, 10094.0, 10026.0, 10090.0, 10038.0, 10095.0, 10038.0, 10092.0, 10037.0, 10089.0, 10040.0, 10087.0, 10041.0, 10075.0, 10081.0, 10105.0, 10063.0, 10055.0, 10081.0, 10041.0, 10096.0, 10043.0, 10098.0, 10069.0, 10134.0, 10057.0, 10100.0, 10056.0, 10110.0, 10057.0, 10121.0, 10096.0, 10054.0, 10082.0, 10042.0, 10097.0, 10061.0, 10098.0, 10078.0, 10105.0, 10121.0, 10081.0, 10104.0, 10067.0, 10106.0, 10062.0, 10113.0, 10046.0, 10101.0, 10057.0, 10110.0, 10056.0, 10095.0, 10056.0, 10060.0, 10060.0, 10058.0, 10088.0, 10076.0, 10105.0, 10050.0, 10117.0, 10066.0, 10130.0, 10065.0, 10115.0, 10073.0, 10111.0, 10086.0, 10136.0, 10055.0, 10068.0, 10053.0, 10042.0, 10072.0, 10065.0, 10082.0, 10079.0, 10080.0, 10043.0, 10081.0, 10055.0, 10094.0, 10040.0, 10094.0, 10082.0, 10097.0, 10059.0, 10060.0, 10083.0, 10063.0, 10101.0, 10066.0, 10116.0, 10079.0, 10115.0, 10078.0, 10100.0, 10076.0, 10088.0, 10104.0, 10103.0, 10113.0, 10048.0, 10113.0, 10060.0, 10098.0, 10061.0, 10098.0, 10114.0, 10088.0, 10085.0, 10062.0, 10100.0, 10061.0, 10097.0, 10060.0, 10115.0, 10091.0, 10085.0, 10101.0, 10062.0, 10114.0, 10061.0, 10096.0, 10070.0, 10082.0, 10113.0, 10080.0, 10097.0, 10043.0, 10083.0, 10058.0, 10066.0, 10068.0, 10057.0, 10112.0, 10045.0, 10111.0, 10058.0, 10118.0, 10066.0, 10101.0, 10063.0, 10101.0, 10062.0, 10047.0, 10072.0, 10034.0, 10073.0, 10036.0, 10077.0, 10053.0, 10094.0, 10068.0, 10057.0, 10080.0, 10048.0, 10094.0, 10057.0, 10096.0, 10062.0, 10109.0, 10069.0, 10047.0, 10069.0, 10049.0, 10101.0, 10047.0, 10112.0, 10085.0, 10128.0, 10060.0, 10063.0, 10061.0, 10062.0, 10106.0, 10077.0, 10129.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.00016768965517241383</td></tr>
<tr><td colspan=3>aqi</td><td>0.023882143908045973</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.24451734505174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1118968092750283</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9514144395857311</td></tr>
<tr><td colspan=3>efc</td><td>0.5029</td></tr>
<tr><td colspan=3>fber</td><td>4124.1733</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07840071280026675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6006169407823374</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.513519849163926</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8468013866724204</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4415295865106654</td></tr>
<tr><td colspan=3>gcor</td><td>0.00425357</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010450374335050583</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036092840135097504</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7887926485807775</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>13.3145</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.7021</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>238.6213</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295154.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1127.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.6698</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8997</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.2479</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3752.616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81390.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1061.0175</td></tr>
<tr><td colspan=3>tsnr</td><td>38.335804344154894</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>