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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:21:52.900000</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.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0867843</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>af4ee4cd-af93-4f16-9933-da4dc12253e6||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.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['112152.900000', '112153.360000', '112153.820000', '112154.280000', '112154.740000', '112155.200000', '112155.660000', '112156.120000', '112156.580000', '112157.040000', '112157.500000', '112157.960000', '112158.420000', '112158.880000', '112159.340000', '112159.800000', '112200.260000', '112200.720000', '112201.180000', '112201.640000', '112202.100000', '112202.560000', '112203.020000', '112203.480000', '112203.940000', '112204.400000', '112204.860000', '112205.320000', '112205.780000', '112206.240000', '112206.700000', '112207.160000', '112207.620000', '112208.080000', '112208.540000', '112209.000000', '112209.460000', '112209.920000', '112210.380000', '112210.840000', '112211.300000', '112211.760000', '112212.220000', '112212.680000', '112213.140000', '112213.600000', '112214.060000', '112214.520000', '112214.980000', '112215.440000', '112215.900000', '112216.360000', '112216.820000', '112217.280000', '112217.740000', '112218.200000', '112218.660000', '112219.120000', '112219.580000', '112220.040000', '112220.500000', '112220.960000', '112221.420000', '112221.880000', '112222.340000', '112222.800000', '112223.260000', '112223.720000', '112224.180000', '112224.640000', '112225.100000', '112225.560000', '112226.020000', '112226.480000', '112226.940000', '112227.400000', '112227.860000', '112228.320000', '112228.780000', '112229.240000', '112229.700000', '112230.160000', '112230.620000', '112231.080000', '112231.540000', '112232.000000', '112232.460000', '112232.920000', '112233.380000', '112233.840000', '112234.300000', '112234.760000', '112235.220000', '112235.680000', '112236.140000', '112236.600000', '112237.060000', '112237.520000', '112237.980000', '112238.440000', '112238.900000', '112239.360000', '112239.820000', '112240.280000', '112240.740000', '112241.200000', '112241.660000', '112242.120000', '112242.580000', '112243.040000', '112243.500000', '112243.960000', '112244.420000', '112244.880000', '112245.340000', '112245.800000', '112246.260000', '112246.720000', '112247.180000', '112247.640000', '112248.100000', '112248.560000', '112249.020000', '112249.480000', '112249.940000', '112250.400000', '112250.860000', '112251.320000', '112251.780000', '112252.240000', '112252.700000', '112253.160000', '112253.620000', '112254.080000', '112254.540000', '112255.000000', '112255.460000', '112255.920000', '112256.380000', '112256.840000', '112257.300000', '112257.760000', '112258.220000', '112258.680000', '112259.140000', '112259.600000', '112300.060000', '112300.520000', '112300.980000', '112301.440000', '112301.900000', '112302.360000', '112302.820000', '112303.280000', '112303.740000', '112304.200000', '112304.660000', '112305.120000', '112305.580000', '112306.040000', '112306.500000', '112306.960000', '112307.420000', '112307.880000', '112308.340000', '112308.800000', '112309.260000', '112309.720000', '112310.180000', '112310.640000', '112311.100000', '112311.560000', '112312.020000', '112312.480000', '112312.940000', '112313.400000', '112313.860000', '112314.320000', '112314.780000', '112315.240000', '112315.700000', '112316.160000', '112316.620000', '112317.080000', '112317.540000', '112318.000000', '112318.460000', '112318.920000', '112319.380000', '112319.840000', '112320.300000', '112320.760000', '112321.220000', '112321.680000', '112322.140000', '112322.600000', '112323.060000', '112323.520000', '112323.980000', '112324.440000', '112324.900000', '112325.360000', '112325.820000', '112326.280000', '112326.740000', '112327.200000', '112327.660000', '112328.120000', '112328.580000', '112329.040000', '112329.500000', '112329.960000', '112330.420000', '112330.880000', '112331.340000', '112331.800000', '112332.260000', '112332.720000', '112333.180000', '112333.640000', '112334.100000', '112334.560000', '112335.020000', '112335.480000', '112335.940000', '112336.400000', '112336.860000', '112337.320000', '112337.780000', '112338.240000', '112338.700000', '112339.160000', '112339.620000', '112340.080000', '112340.540000', '112341.000000', '112341.460000', '112341.920000', '112342.380000', '112342.840000', '112343.300000', '112343.760000', '112344.220000', '112344.680000', '112345.140000', '112345.600000', '112346.060000', '112346.520000', '112346.980000', '112347.440000', '112347.900000', '112348.360000', '112348.820000', '112349.280000', '112349.740000', '112350.200000', '112350.660000', '112351.120000', '112351.580000', '112352.040000', '112352.500000', '112352.960000', '112353.420000', '112353.880000', '112354.340000', '112354.800000', '112355.260000', '112355.720000', '112356.180000', '112356.640000', '112357.100000', '112357.560000', '112358.020000', '112358.480000', '112358.940000', '112359.400000', '112359.860000', '112400.320000', '112400.780000', '112401.240000', '112401.700000', '112402.160000', '112402.620000', '112403.080000', '112403.540000', '112404.000000', '112404.460000', '112404.920000', '112405.380000', '112405.840000', '112406.300000', '112406.760000', '112407.220000', '112407.680000', '112408.140000', '112408.600000', '112409.060000', '112409.520000', '112409.980000', '112410.440000', '112410.900000', '112411.360000', '112411.820000', '112412.280000', '112412.740000', '112413.200000', '112413.660000', '112414.120000', '112414.580000', '112415.040000', '112415.500000', '112415.960000', '112416.420000', '112416.880000', '112417.340000', '112417.800000', '112418.260000', '112418.720000', '112419.180000', '112419.640000', '112420.100000', '112420.560000', '112421.020000', '112421.480000', '112421.940000', '112422.400000', '112422.860000', '112423.320000', '112423.780000', '112424.240000', '112424.700000', '112425.160000', '112425.620000', '112426.080000', '112426.540000', '112427.000000', '112427.460000', '112427.920000', '112428.380000', '112428.840000', '112429.300000', '112429.760000', '112430.220000', '112430.680000', '112431.140000', '112431.600000', '112432.060000', '112432.520000', '112432.980000', '112433.440000', '112433.900000', '112434.360000', '112434.820000', '112435.280000', '112435.740000', '112436.200000', '112436.660000', '112437.120000', '112437.580000', '112438.040000', '112438.500000', '112438.960000', '112439.420000', '112439.880000', '112440.340000', '112440.800000', '112441.260000', '112441.720000', '112442.180000', '112442.640000', '112443.100000', '112443.560000', '112444.020000', '112444.480000', '112444.940000', '112445.400000', '112445.860000', '112446.320000', '112446.780000', '112447.240000', '112447.700000', '112448.160000', '112448.620000', '112449.080000', '112449.540000', '112450.000000', '112450.460000', '112450.920000', '112451.380000', '112451.840000', '112452.300000', '112452.760000', '112453.220000', '112453.680000', '112454.140000', '112454.600000', '112455.060000', '112455.520000', '112455.980000', '112456.440000', '112456.900000', '112457.360000', '112457.820000', '112458.280000', '112458.740000', '112459.200000', '112459.660000', '112500.120000', '112500.580000', '112501.040000', '112501.500000', '112501.960000', '112502.420000', '112502.880000', '112503.340000', '112503.800000', '112504.260000', '112504.720000', '112505.180000', '112505.640000', '112506.100000', '112506.560000', '112507.020000', '112507.480000', '112507.940000', '112508.400000', '112508.860000', '112509.320000', '112509.780000', '112510.240000', '112510.700000', '112511.160000', '112511.620000', '112512.080000', '112512.540000', '112513.000000', '112513.460000', '112513.920000', '112514.380000', '112514.840000', '112515.300000', '112515.760000', '112516.220000', '112516.680000', '112517.140000', '112517.600000', '112518.060000', '112518.520000', '112518.980000', '112519.440000', '112519.900000', '112520.360000', '112520.820000', '112521.280000', '112521.740000', '112522.200000', '112522.660000', '112523.120000', '112523.580000', '112524.040000', '112524.500000', '112524.960000', '112525.420000', '112525.880000', '112526.340000', '112526.800000', '112527.260000', '112527.720000', '112528.180000', '112528.640000', '112529.100000', '112529.560000', '112530.020000', '112530.480000', '112530.940000', '112531.400000', '112531.860000', '112532.320000', '112532.780000', '112533.240000', '112533.700000', '112534.160000', '112534.620000', '112535.080000', '112535.540000', '112536.000000', '112536.460000', '112536.920000', '112537.380000', '112537.840000', '112538.300000', '112538.760000', '112539.220000', '112539.680000', '112540.140000', '112540.600000', '112541.060000', '112541.520000', '112541.980000', '112542.440000', '112542.900000', '112543.360000', '112543.820000', '112544.280000', '112544.740000', '112545.200000', '112545.660000', '112546.120000', '112546.580000', '112547.040000', '112547.500000', '112547.960000', '112548.420000', '112548.880000', '112549.340000', '112549.800000', '112550.260000', '112550.720000', '112551.180000', '112551.640000', '112552.100000', '112552.560000', '112553.020000', '112553.480000', '112553.940000', '112554.400000', '112554.860000', '112555.320000', '112555.780000', '112556.240000', '112556.700000', '112557.160000', '112557.620000', '112558.080000', '112558.540000', '112559.000000', '112559.460000', '112559.920000', '112600.380000', '112600.840000', '112601.300000', '112601.760000', '112602.220000', '112602.680000', '112603.140000', '112603.600000', '112604.060000', '112604.520000', '112604.980000', '112605.440000', '112605.900000', '112606.360000', '112606.820000', '112607.280000', '112607.740000', '112608.200000', '112608.660000', '112609.120000', '112609.580000', '112610.040000', '112610.500000', '112610.960000', '112611.420000', '112611.880000', '112612.340000', '112612.800000', '112613.260000', '112613.720000', '112614.180000', '112614.640000', '112615.100000', '112615.560000', '112616.020000', '112616.480000', '112616.940000', '112617.400000', '112617.860000', '112618.320000', '112618.780000', '112619.240000', '112619.700000', '112620.160000', '112620.620000', '112621.080000', '112621.540000', '112622.000000', '112622.460000', '112622.920000', '112623.380000', '112623.840000', '112624.300000', '112624.760000', '112625.220000', '112625.680000', '112626.140000', '112626.600000', '112627.060000', '112627.520000', '112627.980000', '112628.440000', '112628.900000', '112629.360000', '112629.820000', '112630.280000', '112630.740000', '112631.200000', '112631.660000', '112632.120000', '112632.580000', '112633.040000', '112633.500000', '112633.960000', '112634.420000', '112634.880000', '112635.340000', '112635.800000', '112636.260000', '112636.720000', '112637.180000', '112637.640000', '112638.100000', '112638.560000', '112639.020000', '112639.480000', '112639.940000', '112640.400000', '112640.860000', '112641.320000', '112641.780000', '112642.240000', '112642.700000', '112643.160000', '112643.620000', '112644.080000', '112644.540000', '112645.000000', '112645.460000', '112645.920000', '112646.380000', '112646.840000', '112647.300000', '112647.760000', '112648.220000', '112648.680000', '112649.140000', '112649.600000', '112650.060000', '112650.520000', '112650.980000', '112651.440000', '112651.900000', '112652.360000', '112652.820000', '112653.280000', '112653.740000', '112654.200000', '112654.660000', '112655.120000', '112655.580000', '112656.040000', '112656.500000', '112656.960000', '112657.420000', '112657.880000', '112658.340000', '112658.800000', '112659.260000', '112659.720000', '112700.180000', '112700.640000', '112701.100000', '112701.560000', '112702.020000', '112702.480000', '112702.940000', '112703.400000', '112703.860000', '112704.320000', '112704.780000', '112705.240000', '112705.700000', '112706.160000', '112706.620000', '112707.080000', '112707.540000', '112708.000000', '112708.460000', '112708.920000', '112709.380000', '112709.840000', '112710.300000', '112710.760000', '112711.220000', '112711.680000', '112712.140000', '112712.600000', '112713.060000', '112713.520000', '112713.980000', '112714.440000', '112714.900000', '112715.360000', '112715.820000', '112716.280000', '112716.740000', '112717.200000', '112717.660000', '112718.120000', '112718.580000', '112719.040000', '112719.500000', '112719.960000', '112720.420000', '112720.880000', '112721.340000', '112721.800000', '112722.260000', '112722.720000', '112723.180000', '112723.640000', '112724.100000', '112724.560000', '112725.020000', '112725.480000', '112725.940000', '112726.400000', '112726.860000', '112727.320000', '112727.780000', '112728.240000', '112728.700000', '112729.160000', '112729.620000', '112730.080000', '112730.540000', '112731.000000', '112731.460000', '112731.920000', '112732.380000', '112732.840000', '112733.300000', '112733.760000', '112734.220000', '112734.680000', '112735.140000', '112735.600000', '112736.060000', '112736.520000', '112736.980000', '112737.440000', '112737.900000', '112738.360000', '112738.820000', '112739.280000', '112739.740000', '112740.200000', '112740.660000', '112741.120000', '112741.580000', '112742.040000', '112742.500000', '112742.960000', '112743.420000', '112743.880000', '112744.340000', '112744.800000', '112745.260000', '112745.720000', '112746.180000', '112746.640000', '112747.100000', '112747.560000', '112748.020000', '112748.480000', '112748.940000', '112749.400000', '112749.860000', '112750.320000', '112750.780000', '112751.240000', '112751.700000', '112752.160000', '112752.620000', '112753.080000', '112753.540000', '112754.000000', '112754.460000', '112754.920000', '112755.380000', '112755.840000', '112756.300000', '112756.760000', '112757.220000', '112757.680000', '112758.140000', '112758.600000', '112759.060000', '112759.520000', '112759.980000', '112800.440000', '112800.900000', '112801.360000', '112801.820000', '112802.280000', '112802.740000', '112803.200000', '112803.660000', '112804.120000', '112804.580000', '112805.040000', '112805.500000', '112805.960000', '112806.420000', '112806.880000', '112807.340000', '112807.800000', '112808.260000', '112808.720000', '112809.180000', '112809.640000', '112810.100000', '112810.560000', '112811.020000', '112811.480000', '112811.940000', '112812.400000', '112812.860000', '112813.320000', '112813.780000', '112814.240000', '112814.700000', '112815.160000', '112815.620000', '112816.080000', '112816.540000', '112817.000000', '112817.460000', '112817.920000', '112818.380000', '112818.840000', '112819.300000', '112819.760000', '112820.220000', '112820.680000', '112821.140000', '112821.600000', '112822.060000', '112822.520000', '112822.980000', '112823.440000', '112823.900000', '112824.360000', '112824.820000', '112825.280000', '112825.740000', '112826.200000', '112826.660000', '112827.120000', '112827.580000', '112828.040000', '112828.500000', '112828.960000', '112829.420000', '112829.880000', '112830.340000', '112830.800000', '112831.260000', '112831.720000', '112832.180000', '112832.640000', '112833.100000', '112833.560000'], 'ContentTime': ['112207.579000', '112207.582000', '112207.585000', '112207.588000', '112207.590000', '112207.593000', '112207.596000', '112207.598000', '112207.601000', '112207.603000', '112207.606000', '112207.609000', '112207.611000', '112207.614000', '112207.616000', '112207.619000', '112207.622000', '112207.624000', '112207.627000', '112207.637000', '112207.639000', '112207.642000', '112207.645000', '112207.658000', '112207.660000', '112207.663000', '112207.666000', '112207.668000', '112227.546000', '112227.578000', '112227.581000', '112227.583000', '112227.586000', '112227.589000', '112227.591000', '112227.594000', '112227.597000', '112227.601000', '112227.604000', '112227.607000', '112227.609000', '112227.612000', '112227.615000', '112227.617000', '112227.620000', '112227.622000', '112227.625000', '112227.628000', '112227.630000', '112227.633000', '112227.635000', '112227.638000', '112227.640000', '112227.643000', '112227.646000', '112227.648000', '112227.651000', '112227.653000', '112227.656000', '112227.659000', '112227.661000', '112227.664000', '112227.667000', '112227.669000', '112227.672000', '112227.674000', '112227.677000', '112227.680000', '112227.682000', '112227.685000', '112227.687000', '112227.690000', '112247.547000', '112247.550000', '112247.553000', '112247.555000', '112247.558000', '112247.561000', '112247.563000', '112247.566000', '112247.569000', '112247.571000', '112247.574000', '112247.576000', '112247.579000', '112247.582000', '112247.584000', '112247.587000', '112247.590000', '112247.592000', '112247.595000', '112247.597000', '112247.600000', '112247.603000', '112247.605000', '112247.617000', '112247.620000', '112247.622000', '112247.625000', '112247.628000', '112247.631000', '112247.633000', '112247.636000', '112247.638000', '112247.641000', '112247.644000', '112247.646000', '112247.649000', '112247.651000', '112247.654000', '112247.657000', '112247.659000', '112247.662000', '112247.665000', '112247.667000', '112307.548000', '112307.550000', '112307.553000', '112307.556000', '112307.558000', '112307.561000', '112307.564000', '112307.566000', '112307.569000', '112307.571000', '112307.574000', '112307.577000', '112307.579000', '112307.582000', '112307.584000', '112307.587000', '112307.590000', '112307.592000', '112307.595000', '112307.598000', '112307.600000', '112307.603000', '112307.605000', '112307.608000', '112307.610000', '112307.613000', '112307.616000', '112307.618000', '112307.621000', '112307.623000', '112307.626000', '112307.629000', '112307.631000', '112307.634000', '112307.636000', '112307.639000', '112307.641000', '112307.644000', '112307.647000', '112307.649000', '112307.652000', '112307.655000', '112307.657000', '112307.660000', '112327.547000', '112327.550000', '112327.553000', '112327.556000', '112327.558000', '112327.561000', '112327.563000', '112327.566000', '112327.569000', '112327.571000', '112327.574000', '112327.576000', '112327.579000', '112327.582000', '112327.584000', '112327.587000', '112327.590000', '112327.592000', '112327.595000', '112327.597000', '112327.600000', '112327.603000', '112327.605000', '112327.608000', '112327.619000', '112327.622000', '112327.625000', '112327.627000', '112327.630000', '112327.633000', '112327.635000', '112327.638000', '112327.641000', '112327.643000', '112327.646000', '112327.649000', '112327.651000', '112327.654000', '112327.657000', '112327.659000', '112327.662000', '112327.664000', '112327.667000', '112347.547000', '112347.550000', '112347.553000', '112347.555000', '112347.558000', '112347.561000', '112347.563000', '112347.566000', '112347.569000', '112347.571000', '112347.574000', '112347.576000', '112347.579000', '112347.582000', '112347.584000', '112347.587000', '112347.589000', '112347.592000', '112347.595000', '112347.597000', '112347.600000', '112347.602000', '112347.605000', '112347.607000', '112347.610000', '112347.613000', '112347.615000', '112347.618000', '112347.621000', '112347.623000', '112347.626000', '112347.628000', '112347.631000', '112347.634000', '112347.636000', '112347.639000', '112347.642000', '112347.644000', '112347.647000', '112347.649000', '112347.652000', '112347.654000', '112347.657000', '112347.660000', '112407.548000', '112407.551000', '112407.554000', '112407.556000', '112407.559000', '112407.561000', '112407.564000', '112407.567000', '112407.569000', '112407.572000', '112407.575000', '112407.577000', '112407.580000', '112407.582000', '112407.585000', '112407.588000', '112407.590000', '112407.593000', '112407.596000', '112407.598000', '112407.601000', '112407.603000', '112407.606000', '112407.609000', '112407.611000', '112407.614000', '112407.617000', '112407.619000', '112407.622000', '112407.624000', '112407.627000', '112407.630000', '112407.632000', '112407.635000', '112407.637000', '112407.640000', '112407.643000', '112407.645000', '112407.648000', '112407.651000', '112407.653000', '112407.657000', '112407.660000', '112427.547000', '112427.550000', '112427.553000', '112427.556000', '112427.558000', '112427.561000', '112427.563000', '112427.566000', '112427.569000', '112427.571000', '112427.574000', '112427.577000', '112427.579000', '112427.582000', '112427.584000', '112427.587000', '112427.590000', '112427.592000', '112427.595000', '112427.598000', '112427.600000', '112427.603000', '112427.606000', '112427.608000', '112427.611000', '112427.613000', '112427.616000', '112427.619000', '112427.621000', '112427.624000', '112427.626000', '112427.629000', '112427.632000', '112427.634000', '112427.637000', '112427.639000', '112427.642000', '112427.645000', '112427.647000', '112427.650000', '112427.653000', '112427.655000', '112427.658000', '112427.660000', '112447.546000', '112447.550000', '112447.552000', '112447.555000', '112447.557000', '112447.560000', '112447.563000', '112447.565000', '112447.568000', '112447.571000', '112447.573000', '112447.576000', '112447.578000', '112447.581000', '112447.584000', '112447.586000', '112447.589000', '112447.592000', '112447.594000', '112447.597000', '112447.600000', '112447.602000', '112447.605000', '112447.607000', '112447.610000', '112447.613000', '112447.615000', '112447.618000', '112447.620000', '112447.623000', '112447.626000', '112447.628000', '112447.631000', '112447.634000', '112447.637000', '112447.639000', '112447.642000', '112447.645000', '112447.647000', '112447.650000', '112447.652000', '112447.655000', '112447.658000', '112507.548000', '112507.550000', '112507.553000', '112507.556000', '112507.559000', '112507.561000', '112507.564000', '112507.566000', '112507.569000', '112507.572000', '112507.575000', '112507.577000', '112507.580000', '112507.583000', '112507.585000', '112507.588000', '112507.591000', '112507.593000', '112507.596000', '112507.599000', '112507.618000', '112507.620000', '112507.623000', '112507.626000', '112507.628000', '112507.631000', '112507.633000', '112507.636000', '112507.639000', '112507.641000', '112507.644000', '112507.646000', '112507.649000', '112507.652000', '112507.655000', '112507.657000', '112507.660000', '112507.662000', '112507.665000', '112507.668000', '112507.670000', '112507.673000', '112507.676000', '112527.547000', '112527.550000', '112527.553000', '112527.556000', '112527.558000', '112527.561000', '112527.564000', '112527.566000', '112527.569000', '112527.572000', '112527.574000', '112527.577000', '112527.579000', '112527.582000', '112527.585000', '112527.587000', '112527.590000', '112527.593000', '112527.595000', '112527.598000', '112527.600000', '112527.603000', '112527.606000', '112527.608000', '112527.611000', '112527.614000', '112527.616000', '112527.619000', '112527.621000', '112527.624000', '112527.627000', '112527.629000', '112527.632000', '112527.634000', '112527.637000', '112527.640000', '112527.642000', '112527.645000', '112527.648000', '112527.650000', '112527.653000', '112527.655000', '112527.658000', '112527.661000', '112547.547000', '112547.550000', '112547.553000', '112547.556000', '112547.558000', '112547.561000', '112547.564000', '112547.566000', '112547.569000', '112547.572000', '112547.574000', '112547.577000', '112547.579000', '112547.582000', '112547.585000', '112547.587000', '112547.590000', '112547.593000', '112547.596000', '112547.598000', '112547.601000', '112547.604000', '112547.606000', '112547.609000', '112547.611000', '112547.614000', '112547.617000', '112547.620000', '112547.622000', '112547.625000', '112547.627000', '112547.630000', '112547.633000', '112547.635000', '112547.638000', '112547.641000', '112547.643000', '112547.646000', '112547.648000', '112547.651000', '112547.654000', '112547.656000', '112547.659000', '112547.661000', '112607.547000', '112607.550000', '112607.553000', '112607.556000', '112607.558000', '112607.561000', '112607.563000', '112607.566000', '112607.569000', '112607.571000', '112607.574000', '112607.576000', '112607.579000', '112607.582000', '112607.584000', '112607.587000', '112607.589000', '112607.592000', '112607.595000', '112607.597000', '112607.600000', '112607.603000', '112607.605000', '112607.608000', '112607.610000', '112607.613000', '112607.616000', '112607.618000', '112607.621000', '112607.624000', '112607.626000', '112607.629000', '112607.632000', '112607.634000', '112607.637000', '112607.640000', '112607.642000', '112607.645000', '112607.647000', '112607.650000', '112607.653000', '112607.655000', '112607.658000', '112627.547000', '112627.550000', '112627.553000', '112627.556000', '112627.559000', '112627.562000', '112627.564000', '112627.567000', '112627.570000', '112627.572000', '112627.575000', '112627.577000', '112627.580000', '112627.583000', '112627.585000', '112627.588000', '112627.591000', '112627.593000', '112627.596000', '112627.599000', '112627.601000', '112627.604000', '112627.606000', '112627.609000', '112627.612000', '112627.614000', '112627.617000', '112627.620000', '112627.622000', '112627.625000', '112627.628000', '112627.630000', '112627.633000', '112627.636000', '112627.638000', '112627.641000', '112627.643000', '112627.646000', '112627.649000', '112627.651000', '112627.654000', '112627.656000', '112627.659000', '112627.661000', '112647.547000', '112647.557000', '112647.560000', '112647.562000', '112647.565000', '112647.567000', '112647.570000', '112647.573000', '112647.575000', '112647.578000', '112647.581000', '112647.583000', '112647.586000', '112647.588000', '112647.591000', '112647.594000', '112647.596000', '112647.599000', '112647.602000', '112647.604000', '112647.607000', '112647.610000', '112647.612000', '112647.615000', '112647.618000', '112647.620000', '112647.623000', '112647.625000', '112647.628000', '112647.631000', '112647.634000', '112647.636000', '112647.639000', '112647.641000', '112647.644000', '112647.646000', '112647.649000', '112647.652000', '112647.654000', '112647.657000', '112647.660000', '112647.662000', '112647.665000', '112707.547000', '112707.550000', '112707.552000', '112707.555000', '112707.558000', '112707.560000', '112707.563000', '112707.565000', '112707.568000', '112707.571000', '112707.573000', '112707.576000', '112707.579000', '112707.581000', '112707.584000', '112707.587000', '112707.589000', '112707.592000', '112707.595000', '112707.597000', '112707.600000', '112707.603000', '112707.605000', '112707.608000', '112707.610000', '112707.613000', '112707.616000', '112707.618000', '112707.621000', '112707.624000', '112707.626000', '112707.629000', '112707.632000', '112707.634000', '112707.637000', '112707.639000', '112707.642000', '112707.645000', '112707.647000', '112707.650000', '112707.653000', '112707.655000', '112707.658000', '112727.548000', '112727.550000', '112727.553000', '112727.556000', '112727.558000', '112727.561000', '112727.564000', '112727.566000', '112727.569000', '112727.572000', '112727.574000', '112727.577000', '112727.579000', '112727.582000', '112727.585000', '112727.587000', '112727.590000', '112727.593000', '112727.595000', '112727.598000', '112727.601000', '112727.603000', '112727.606000', '112727.608000', '112727.611000', '112727.614000', '112727.616000', '112727.619000', '112727.621000', '112727.624000', '112727.627000', '112727.630000', '112727.632000', '112727.635000', '112727.637000', '112727.640000', '112727.643000', '112727.645000', '112727.648000', '112727.650000', '112727.653000', '112727.655000', '112727.658000', '112727.661000', '112747.548000', '112747.550000', '112747.553000', '112747.556000', '112747.558000', '112747.561000', '112747.565000', '112747.568000', '112747.571000', '112747.573000', '112747.576000', '112747.579000', '112747.581000', '112747.584000', '112747.587000', '112747.589000', '112747.592000', '112747.594000', '112747.597000', '112747.601000', '112747.603000', '112747.606000', '112747.609000', '112747.612000', '112747.614000', '112747.617000', '112747.619000', '112747.622000', '112747.625000', '112747.627000', '112747.630000', '112747.633000', '112747.635000', '112747.638000', '112747.640000', '112747.643000', '112747.650000', '112747.652000', '112747.655000', '112747.658000', '112747.660000', '112747.663000', '112747.666000', '112747.668000', '112807.548000', '112807.550000', '112807.553000', '112807.555000', '112807.558000', '112807.561000', '112807.563000', '112807.566000', '112807.569000', '112807.571000', '112807.574000', '112807.576000', '112807.590000', '112807.592000', '112807.595000', '112807.598000', '112807.600000', '112807.603000', '112807.606000', '112807.608000', '112807.611000', '112807.613000', '112807.616000', '112807.618000', '112807.621000', '112807.624000', '112807.626000', '112807.629000', '112807.632000', '112807.634000', '112807.637000', '112807.639000', '112807.642000', '112807.644000', '112807.647000', '112807.650000', '112807.652000', '112807.655000', '112807.657000', '112807.660000', '112807.662000', '112807.665000', '112807.668000', '112827.547000', '112827.550000', '112827.553000', '112827.556000', '112827.558000', '112827.561000', '112827.563000', '112827.566000', '112827.569000', '112827.571000', '112827.574000', '112827.577000', '112827.580000', '112827.582000', '112827.585000', '112827.588000', '112827.590000', '112827.593000', '112827.596000', '112827.598000', '112827.601000', '112827.603000', '112827.606000', '112827.609000', '112827.611000', '112827.614000', '112827.617000', '112827.620000', '112827.622000', '112827.625000', '112827.628000', '112827.630000', '112827.633000', '112827.635000', '112827.638000', '112827.641000', '112827.643000', '112827.646000', '112827.648000', '112827.651000', '112827.654000', '112827.656000', '112827.659000', '112835.385000', '112835.388000', '112835.391000', '112835.393000', '112835.397000', '112835.399000', '112835.402000', '112835.405000', '112835.408000', '112835.410000', '112835.413000', '112835.416000', '112835.423000', '112835.426000', '112835.429000', '112835.432000', '112835.436000', '112835.439000'], 'InstanceCreationTime': ['112207.579000', '112207.582000', '112207.585000', '112207.588000', '112207.590000', '112207.593000', '112207.596000', '112207.598000', '112207.601000', '112207.603000', '112207.606000', '112207.609000', '112207.611000', '112207.614000', '112207.616000', '112207.619000', '112207.622000', '112207.624000', '112207.627000', '112207.637000', '112207.639000', '112207.642000', '112207.645000', '112207.658000', '112207.660000', '112207.663000', '112207.666000', '112207.668000', '112227.546000', '112227.578000', '112227.581000', '112227.583000', '112227.586000', '112227.589000', '112227.591000', '112227.594000', '112227.597000', '112227.601000', '112227.604000', '112227.607000', '112227.609000', '112227.612000', '112227.615000', '112227.617000', '112227.620000', '112227.622000', '112227.625000', '112227.628000', '112227.630000', '112227.633000', '112227.635000', '112227.638000', '112227.640000', '112227.643000', '112227.646000', '112227.648000', '112227.651000', '112227.653000', '112227.656000', '112227.659000', '112227.661000', '112227.664000', '112227.667000', '112227.669000', '112227.672000', '112227.674000', '112227.677000', '112227.680000', '112227.682000', '112227.685000', '112227.687000', '112227.690000', '112247.547000', '112247.550000', '112247.553000', '112247.555000', '112247.558000', '112247.561000', '112247.563000', '112247.566000', '112247.569000', '112247.571000', '112247.574000', '112247.576000', '112247.579000', '112247.582000', '112247.584000', '112247.587000', '112247.590000', '112247.592000', '112247.595000', '112247.597000', '112247.600000', '112247.603000', '112247.605000', '112247.617000', '112247.620000', '112247.622000', '112247.625000', '112247.628000', '112247.631000', '112247.633000', '112247.636000', '112247.638000', '112247.641000', '112247.644000', '112247.646000', '112247.649000', '112247.651000', '112247.654000', '112247.657000', '112247.659000', '112247.662000', '112247.665000', '112247.667000', '112307.548000', '112307.550000', '112307.553000', '112307.556000', '112307.558000', '112307.561000', '112307.564000', '112307.566000', '112307.569000', '112307.571000', '112307.574000', '112307.577000', '112307.579000', '112307.582000', '112307.584000', '112307.587000', '112307.590000', '112307.592000', '112307.595000', '112307.598000', '112307.600000', '112307.603000', '112307.605000', '112307.608000', '112307.610000', '112307.613000', '112307.616000', '112307.618000', '112307.621000', '112307.623000', '112307.626000', '112307.629000', '112307.631000', '112307.634000', '112307.636000', '112307.639000', '112307.641000', '112307.644000', '112307.647000', '112307.649000', '112307.652000', '112307.655000', '112307.657000', '112307.660000', '112327.547000', '112327.550000', '112327.553000', '112327.556000', '112327.558000', '112327.561000', '112327.563000', '112327.566000', '112327.569000', '112327.571000', '112327.574000', '112327.576000', '112327.579000', '112327.582000', '112327.584000', '112327.587000', '112327.590000', '112327.592000', '112327.595000', '112327.597000', '112327.600000', '112327.603000', '112327.605000', '112327.608000', '112327.619000', '112327.622000', '112327.625000', '112327.627000', '112327.630000', '112327.633000', '112327.635000', '112327.638000', '112327.641000', '112327.643000', '112327.646000', '112327.649000', '112327.651000', '112327.654000', '112327.657000', '112327.659000', '112327.662000', '112327.664000', '112327.667000', '112347.547000', '112347.550000', '112347.553000', '112347.555000', '112347.558000', '112347.561000', '112347.563000', '112347.566000', '112347.569000', '112347.571000', '112347.574000', '112347.576000', '112347.579000', '112347.582000', '112347.584000', '112347.587000', '112347.589000', '112347.592000', '112347.595000', '112347.597000', '112347.600000', '112347.602000', '112347.605000', '112347.607000', '112347.610000', '112347.613000', '112347.615000', '112347.618000', '112347.621000', '112347.623000', '112347.626000', '112347.628000', '112347.631000', '112347.634000', '112347.636000', '112347.639000', '112347.642000', '112347.644000', '112347.647000', '112347.649000', '112347.652000', '112347.654000', '112347.657000', '112347.660000', '112407.548000', '112407.551000', '112407.554000', '112407.556000', '112407.559000', '112407.561000', '112407.564000', '112407.567000', '112407.569000', '112407.572000', '112407.575000', '112407.577000', '112407.580000', '112407.582000', '112407.585000', '112407.588000', '112407.590000', '112407.593000', '112407.596000', '112407.598000', '112407.601000', '112407.603000', '112407.606000', '112407.609000', '112407.611000', '112407.614000', '112407.617000', '112407.619000', '112407.622000', '112407.624000', '112407.627000', '112407.630000', '112407.632000', '112407.635000', '112407.637000', '112407.640000', '112407.643000', '112407.645000', '112407.648000', '112407.651000', '112407.653000', '112407.657000', '112407.660000', '112427.547000', '112427.550000', '112427.553000', '112427.556000', '112427.558000', '112427.561000', '112427.563000', '112427.566000', '112427.569000', '112427.571000', '112427.574000', '112427.577000', '112427.579000', '112427.582000', '112427.584000', '112427.587000', '112427.590000', '112427.592000', '112427.595000', '112427.598000', '112427.600000', '112427.603000', '112427.606000', '112427.608000', '112427.611000', '112427.613000', '112427.616000', '112427.619000', '112427.621000', '112427.624000', '112427.626000', '112427.629000', '112427.632000', '112427.634000', '112427.637000', '112427.639000', '112427.642000', '112427.645000', '112427.647000', '112427.650000', '112427.653000', '112427.655000', '112427.658000', '112427.660000', '112447.546000', '112447.550000', '112447.552000', '112447.555000', '112447.557000', '112447.560000', '112447.563000', '112447.565000', '112447.568000', '112447.571000', '112447.573000', '112447.576000', '112447.578000', '112447.581000', '112447.584000', '112447.586000', '112447.589000', '112447.592000', '112447.594000', '112447.597000', '112447.600000', '112447.602000', '112447.605000', '112447.607000', '112447.610000', '112447.613000', '112447.615000', '112447.618000', '112447.620000', '112447.623000', '112447.626000', '112447.628000', '112447.631000', '112447.634000', '112447.637000', '112447.639000', '112447.642000', '112447.645000', '112447.647000', '112447.650000', '112447.652000', '112447.655000', '112447.658000', '112507.548000', '112507.550000', '112507.553000', '112507.556000', '112507.559000', '112507.561000', '112507.564000', '112507.566000', '112507.569000', '112507.572000', '112507.575000', '112507.577000', '112507.580000', '112507.583000', '112507.585000', '112507.588000', '112507.591000', '112507.593000', '112507.596000', '112507.599000', '112507.618000', '112507.620000', '112507.623000', '112507.626000', '112507.628000', '112507.631000', '112507.633000', '112507.636000', '112507.639000', '112507.641000', '112507.644000', '112507.646000', '112507.649000', '112507.652000', '112507.655000', '112507.657000', '112507.660000', '112507.662000', '112507.665000', '112507.668000', '112507.670000', '112507.673000', '112507.676000', '112527.547000', '112527.550000', '112527.553000', '112527.556000', '112527.558000', '112527.561000', '112527.564000', '112527.566000', '112527.569000', '112527.572000', '112527.574000', '112527.577000', '112527.579000', '112527.582000', '112527.585000', '112527.587000', '112527.590000', '112527.593000', '112527.595000', '112527.598000', '112527.600000', '112527.603000', '112527.606000', '112527.608000', '112527.611000', '112527.614000', '112527.616000', '112527.619000', '112527.621000', '112527.624000', '112527.627000', '112527.629000', '112527.632000', '112527.634000', '112527.637000', '112527.640000', '112527.642000', '112527.645000', '112527.648000', '112527.650000', '112527.653000', '112527.655000', '112527.658000', '112527.661000', '112547.547000', '112547.550000', '112547.553000', '112547.556000', '112547.558000', '112547.561000', '112547.564000', '112547.566000', '112547.569000', '112547.572000', '112547.574000', '112547.577000', '112547.579000', '112547.582000', '112547.585000', '112547.587000', '112547.590000', '112547.593000', '112547.596000', '112547.598000', '112547.601000', '112547.604000', '112547.606000', '112547.609000', '112547.611000', '112547.614000', '112547.617000', '112547.620000', '112547.622000', '112547.625000', '112547.627000', '112547.630000', '112547.633000', '112547.635000', '112547.638000', '112547.641000', '112547.643000', '112547.646000', '112547.648000', '112547.651000', '112547.654000', '112547.656000', '112547.659000', '112547.661000', '112607.547000', '112607.550000', '112607.553000', '112607.556000', '112607.558000', '112607.561000', '112607.563000', '112607.566000', '112607.569000', '112607.571000', '112607.574000', '112607.576000', '112607.579000', '112607.582000', '112607.584000', '112607.587000', '112607.589000', '112607.592000', '112607.595000', '112607.597000', '112607.600000', '112607.603000', '112607.605000', '112607.608000', '112607.610000', '112607.613000', '112607.616000', '112607.618000', '112607.621000', '112607.624000', '112607.626000', '112607.629000', '112607.632000', '112607.634000', '112607.637000', '112607.640000', '112607.642000', '112607.645000', '112607.647000', '112607.650000', '112607.653000', '112607.655000', '112607.658000', '112627.547000', '112627.550000', '112627.553000', '112627.556000', '112627.559000', '112627.562000', '112627.564000', '112627.567000', '112627.570000', '112627.572000', '112627.575000', '112627.577000', '112627.580000', '112627.583000', '112627.585000', '112627.588000', '112627.591000', '112627.593000', '112627.596000', '112627.599000', '112627.601000', '112627.604000', '112627.606000', '112627.609000', '112627.612000', '112627.614000', '112627.617000', '112627.620000', '112627.622000', '112627.625000', '112627.628000', '112627.630000', '112627.633000', '112627.636000', '112627.638000', '112627.641000', '112627.643000', '112627.646000', '112627.649000', '112627.651000', '112627.654000', '112627.656000', '112627.659000', '112627.661000', '112647.547000', '112647.557000', '112647.560000', '112647.562000', '112647.565000', '112647.567000', '112647.570000', '112647.573000', '112647.575000', '112647.578000', '112647.581000', '112647.583000', '112647.586000', '112647.588000', '112647.591000', '112647.594000', '112647.596000', '112647.599000', '112647.602000', '112647.604000', '112647.607000', '112647.610000', '112647.612000', '112647.615000', '112647.618000', '112647.620000', '112647.623000', '112647.625000', '112647.628000', '112647.631000', '112647.634000', '112647.636000', '112647.639000', '112647.641000', '112647.644000', '112647.646000', '112647.649000', '112647.652000', '112647.654000', '112647.657000', '112647.660000', '112647.662000', '112647.665000', '112707.547000', '112707.550000', '112707.552000', '112707.555000', '112707.558000', '112707.560000', '112707.563000', '112707.565000', '112707.568000', '112707.571000', '112707.573000', '112707.576000', '112707.579000', '112707.581000', '112707.584000', '112707.587000', '112707.589000', '112707.592000', '112707.595000', '112707.597000', '112707.600000', '112707.603000', '112707.605000', '112707.608000', '112707.610000', '112707.613000', '112707.616000', '112707.618000', '112707.621000', '112707.624000', '112707.626000', '112707.629000', '112707.632000', '112707.634000', '112707.637000', '112707.639000', '112707.642000', '112707.645000', '112707.647000', '112707.650000', '112707.653000', '112707.655000', '112707.658000', '112727.548000', '112727.550000', '112727.553000', '112727.556000', '112727.558000', '112727.561000', '112727.564000', '112727.566000', '112727.569000', '112727.572000', '112727.574000', '112727.577000', '112727.579000', '112727.582000', '112727.585000', '112727.587000', '112727.590000', '112727.593000', '112727.595000', '112727.598000', '112727.601000', '112727.603000', '112727.606000', '112727.608000', '112727.611000', '112727.614000', '112727.616000', '112727.619000', '112727.621000', '112727.624000', '112727.627000', '112727.630000', '112727.632000', '112727.635000', '112727.637000', '112727.640000', '112727.643000', '112727.645000', '112727.648000', '112727.650000', '112727.653000', '112727.655000', '112727.658000', '112727.661000', '112747.548000', '112747.550000', '112747.553000', '112747.556000', '112747.558000', '112747.561000', '112747.565000', '112747.568000', '112747.571000', '112747.573000', '112747.576000', '112747.579000', '112747.581000', '112747.584000', '112747.587000', '112747.589000', '112747.592000', '112747.594000', '112747.597000', '112747.601000', '112747.603000', '112747.606000', '112747.609000', '112747.612000', '112747.614000', '112747.617000', '112747.619000', '112747.622000', '112747.625000', '112747.627000', '112747.630000', '112747.633000', '112747.635000', '112747.638000', '112747.640000', '112747.643000', '112747.650000', '112747.652000', '112747.655000', '112747.658000', '112747.660000', '112747.663000', '112747.666000', '112747.668000', '112807.548000', '112807.550000', '112807.553000', '112807.555000', '112807.558000', '112807.561000', '112807.563000', '112807.566000', '112807.569000', '112807.571000', '112807.574000', '112807.576000', '112807.590000', '112807.592000', '112807.595000', '112807.598000', '112807.600000', '112807.603000', '112807.606000', '112807.608000', '112807.611000', '112807.613000', '112807.616000', '112807.618000', '112807.621000', '112807.624000', '112807.626000', '112807.629000', '112807.632000', '112807.634000', '112807.637000', '112807.639000', '112807.642000', '112807.644000', '112807.647000', '112807.650000', '112807.652000', '112807.655000', '112807.657000', '112807.660000', '112807.662000', '112807.665000', '112807.668000', '112827.547000', '112827.550000', '112827.553000', '112827.556000', '112827.558000', '112827.561000', '112827.563000', '112827.566000', '112827.569000', '112827.571000', '112827.574000', '112827.577000', '112827.580000', '112827.582000', '112827.585000', '112827.588000', '112827.590000', '112827.593000', '112827.596000', '112827.598000', '112827.601000', '112827.603000', '112827.606000', '112827.609000', '112827.611000', '112827.614000', '112827.617000', '112827.620000', '112827.622000', '112827.625000', '112827.628000', '112827.630000', '112827.633000', '112827.635000', '112827.638000', '112827.641000', '112827.643000', '112827.646000', '112827.648000', '112827.651000', '112827.654000', '112827.656000', '112827.659000', '112835.385000', '112835.388000', '112835.391000', '112835.393000', '112835.397000', '112835.399000', '112835.402000', '112835.405000', '112835.408000', '112835.410000', '112835.413000', '112835.416000', '112835.423000', '112835.426000', '112835.429000', '112835.432000', '112835.436000', '112835.439000'], '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': [15155, 9099, 12580, 7716, 11358, 8025, 11565, 8386, 6699, 8550, 6938, 11657, 7299, 10433, 7780, 10186, 8267, 7346, 10265, 7132, 11635, 8428, 12439, 10066, 7635, 9147, 7575, 11042, 7405, 9378, 7066, 11067, 7706, 9388, 8466, 6756, 10551, 7471, 11609, 9331, 7322, 10781, 7166, 12835, 9162, 14421, 8523, 8971, 8245, 7569, 10587, 6960, 10915, 7805, 11470, 9155, 7197, 9372, 6880, 11533, 8213, 12503, 7943, 7683, 8976, 7319, 11941, 7130, 11037, 7971, 11854, 9099, 7401, 9814, 6840, 11932, 9330, 7593, 8502, 6994, 11799, 8948, 11742, 8673, 7162, 9956, 6966, 12619, 8764, 11469, 7990, 12061, 9024, 7199, 8706, 7136, 11434, 8339, 7131, 9361, 7264, 12018, 9035, 11719, 8530, 7229, 9781, 8422, 13109, 7579, 10902, 7648, 10793, 8944, 6889, 10354, 7409, 10392, 9123, 7059, 12129, 8026, 10165, 9411, 8224, 14156, 9704, 9459, 8224, 7310, 11588, 7154, 10475, 8251, 8899, 11284, 7146, 12113, 8946, 11813, 11278, 7331, 10042, 7596, 11705, 7989, 12682, 9810, 9767, 8317, 8176, 8678, 8067, 9660, 7115, 10190, 7042, 12360, 9098, 7924, 8225, 7264, 11603, 7831, 8222, 8251, 7444, 12906, 8755, 11734, 9010, 9958, 12961, 10525, 9565, 7779, 9545, 7177, 12123, 7606, 10282, 7055, 7553, 9949, 7561, 12609, 8117, 11397, 8203, 11772, 8839, 7033, 9774, 7165, 12680, 9083, 12119, 8219, 7366, 9017, 8843, 12605, 7416, 11726, 7945, 11626, 9088, 7577, 9645, 7108, 12622, 8892, 7168, 10065, 7131, 12965, 9429, 10074, 8551, 7557, 11479, 7411, 10241, 7944, 7677, 12092, 7247, 11499, 7744, 7453, 10855, 7589, 12177, 7701, 7384, 9720, 7936, 12135, 7011, 10337, 7612, 7513, 11509, 7277, 11648, 8376, 10176, 11057, 8820, 10862, 7382, 12481, 10594, 12011, 9361, 8195, 11112, 7226, 12882, 8803, 7905, 8647, 7360, 12047, 7495, 9349, 7721, 7922, 11926, 7657, 12390, 8572, 7503, 9535, 7841, 12352, 7387, 10735, 7312, 12478, 8909, 9447, 7455, 7036, 10642, 7090, 9656, 7404, 7271, 11498, 7517, 12472, 7746, 11740, 7376, 12390, 7985, 11817, 7126, 9907, 7532, 10624, 8491, 7127, 9190, 7212, 12094, 7281, 12426, 7720, 7340, 8693, 7163, 12666, 8243, 7778, 8788, 7280, 13240, 9344, 7902, 10788, 7596, 14479, 11100, 12163, 7960, 9233, 7161, 12150, 7384, 10230, 7108, 7181, 9088, 8728, 10081, 8255, 9089, 7644, 9505, 7192, 12080, 7183, 10163, 7111, 9632, 7688, 11787, 10148, 8501, 8808, 7302, 8695, 7782, 10848, 7235, 10930, 7137, 12511, 8537, 7205, 10404, 7284, 12847, 9646, 9130, 8438, 7247, 11961, 7389, 12693, 7614, 9397, 7293, 7416, 10404, 7224, 10000, 7468, 10541, 10119, 7547, 10559, 7426, 12498, 8156, 10362, 8213, 7050, 12229, 7444, 11866, 9875, 8394, 11211, 7205, 12341, 9570, 7505, 11530, 7435, 12586, 8516, 10620, 7934, 7527, 10876, 7284, 13460, 7658, 9365, 7762, 7182, 10237, 7455, 10644, 7191, 9602, 8101, 9265, 9692, 7161, 10305, 7282, 12179, 9232, 7108, 8785, 7303, 12633, 8043, 9428, 7261, 7114, 11280, 7227, 11392, 8444, 7104, 10926, 7288, 12513, 8618, 10931, 8046, 7598, 10947, 7377, 13561, 11251, 14176, 12110, 7684, 7667, 8641, 7086, 11590, 9086, 12091, 8957, 12202, 9716, 12726, 10443, 9780, 9410, 7799, 9444, 7457, 9760, 9647, 13035, 7712, 8238, 9692, 9209, 12321, 7903, 12568, 7723, 11605, 8480, 11968, 9077, 7171, 9395, 7560, 9375, 7005, 9901, 6950, 10609, 7538, 7853, 9862, 7054, 11788, 7469, 11738, 9516, 8056, 9282, 7034, 11639, 7061, 11745, 7557, 7584, 7947, 7132, 12383, 7901, 7190, 9418, 7140, 12902, 9159, 10580, 7442, 7079, 9816, 7106, 11611, 7155, 8381, 7445, 7101, 11907, 7309, 9834, 7817, 7141, 10831, 6930, 11288, 7399, 10740, 8034, 7333, 11079, 7150, 11652, 7616, 12673, 9376, 12144, 9995, 7380, 7902, 7273, 10349, 7248, 11040, 7476, 9763, 7999, 7064, 9640, 7310, 9066, 8789, 9195, 10734, 7479, 10338, 7075, 11976, 8304, 7650, 7831, 7038, 12073, 8630, 8242, 9498, 7132, 12341, 8383, 11814, 8149, 7164, 11877, 7298, 12733, 8794, 7045, 10715, 7131, 10238, 9397, 7228, 12086, 8054, 11465, 9344, 7279, 9016, 7086, 11544, 8350, 7192, 10704, 7111, 11327, 10812, 8464, 13091, 7676, 9936, 8942, 7725, 13470, 7925, 8608, 9329, 7815, 13475, 8299, 9643, 8215, 7243, 11957, 8527, 11470, 7390, 10283, 7250, 10302, 7750, 7225, 9247, 7572, 11387, 8580, 8120, 8919, 7227, 11795, 7728, 11895, 10198, 7801, 10437, 7010, 12488, 8155, 9441, 7496, 9581, 7496, 9859, 7627, 7436, 7495, 7187, 8380, 7236, 9550, 7259, 7325, 11089, 8132, 11598, 10347, 11265, 10882, 8249, 10184, 7955, 13605, 8780, 14011, 8086, 7191, 10743, 8721, 13143, 8529, 10182, 8223, 9283, 9247, 7579, 9931, 7136, 11306, 7718, 9424, 9849, 7233, 11822, 7661, 10191, 9446, 7390, 11113, 7333, 11557, 9346, 7624, 9041, 7141, 11852, 8028, 10769, 9126, 7369, 10605, 7300, 11595, 8987, 11566, 7813, 10292, 7632, 11030, 7920, 9556, 7390, 10001, 7444, 10236, 7390, 9907, 7208, 7344, 7422, 7086, 10624, 7614, 9467, 7734, 7231, 11411, 9445, 12305, 9181, 11136, 7463, 14134, 11516, 11233, 8576, 8271, 12013, 7845, 14750, 8188, 7898, 8731, 7322, 10701, 7608, 10796, 7421, 11655, 7502, 10481, 7506, 9701, 7936, 10881, 7624, 9830, 7786, 7164, 8360, 7061, 10612, 7379, 8677, 7419, 8215, 10359, 7246, 10357, 7087, 11280, 7891, 13047, 10486, 12303, 7956, 9383, 8025, 8614, 8101, 7276, 10696, 7592, 11659, 8241, 11478, 7286, 6882, 8594, 7167, 11412, 8836, 9238, 8414, 7397, 12028, 8647, 13694, 10733, 13009, 8734, 10704, 10055, 9223, 8823, 7314, 10600, 7708, 11217, 8603, 7353, 8992, 7283, 11106, 8083, 8042, 8453, 7593, 11887, 8338, 12841, 9290, 9770, 8273, 9871, 7930, 10374, 7344, 9740, 8229, 11295, 8283, 8780, 8527, 7211, 9927, 7640, 10495, 7988, 9515, 6872, 10394, 7479, 11534, 8244, 7306, 10816, 7420, 12217, 8838, 13821, 8304, 10142, 8514, 11641, 8118, 11965, 8084, 8907, 7433, 6934, 7782, 6725, 9924], 'WindowCenter': [4407.0, 4340.0, 4355.0, 4302.0, 4328.0, 4301.0, 4329.0, 4299.0, 4268.0, 4309.0, 4289.0, 4329.0, 4289.0, 4327.0, 4289.0, 4329.0, 4300.0, 4289.0, 4320.0, 4278.0, 4328.0, 4299.0, 4341.0, 4319.0, 4276.0, 4306.0, 4286.0, 4317.0, 4275.0, 4296.0, 4275.0, 4329.0, 4287.0, 4309.0, 4298.0, 4267.0, 4328.0, 4290.0, 4339.0, 4321.0, 4290.0, 4328.0, 4279.0, 4340.0, 4309.0, 4347.0, 4298.0, 4294.0, 4286.0, 4287.0, 4317.0, 4277.0, 4325.0, 4288.0, 4328.0, 4310.0, 4265.0, 4307.0, 4276.0, 4326.0, 4297.0, 4338.0, 4287.0, 4274.0, 4295.0, 4275.0, 4327.0, 4265.0, 4316.0, 4299.0, 4328.0, 4307.0, 4276.0, 4305.0, 4268.0, 4326.0, 4310.0, 4286.0, 4295.0, 4278.0, 4338.0, 4311.0, 4340.0, 4308.0, 4275.0, 4319.0, 4277.0, 4337.0, 4297.0, 4328.0, 4288.0, 4327.0, 4311.0, 4278.0, 4295.0, 4280.0, 4338.0, 4299.0, 4281.0, 4319.0, 4290.0, 4340.0, 4310.0, 4338.0, 4309.0, 4286.0, 4330.0, 4298.0, 4341.0, 4287.0, 4328.0, 4300.0, 4327.0, 4311.0, 4280.0, 4318.0, 4288.0, 4318.0, 4309.0, 4279.0, 4342.0, 4299.0, 4318.0, 4321.0, 4300.0, 4348.0, 4309.0, 4306.0, 4295.0, 4277.0, 4340.0, 4278.0, 4318.0, 4298.0, 4307.0, 4329.0, 4278.0, 4325.0, 4310.0, 4326.0, 4315.0, 4275.0, 4308.0, 4273.0, 4326.0, 4288.0, 4326.0, 4307.0, 4306.0, 4287.0, 4287.0, 4296.0, 4284.0, 4306.0, 4264.0, 4303.0, 4277.0, 4325.0, 4308.0, 4285.0, 4285.0, 4276.0, 4327.0, 4301.0, 4299.0, 4298.0, 4291.0, 4351.0, 4312.0, 4330.0, 4309.0, 4319.0, 4339.0, 4320.0, 4305.0, 4275.0, 4305.0, 4276.0, 4327.0, 4276.0, 4304.0, 4278.0, 4287.0, 4318.0, 4287.0, 4338.0, 4299.0, 4329.0, 4298.0, 4327.0, 4310.0, 4278.0, 4319.0, 4277.0, 4338.0, 4308.0, 4329.0, 4296.0, 4277.0, 4296.0, 4295.0, 4328.0, 4276.0, 4327.0, 4286.0, 4316.0, 4297.0, 4274.0, 4304.0, 4276.0, 4324.0, 4295.0, 4265.0, 4309.0, 4276.0, 4337.0, 4307.0, 4307.0, 4297.0, 4277.0, 4329.0, 4278.0, 4315.0, 4287.0, 4287.0, 4328.0, 4290.0, 4325.0, 4287.0, 4275.0, 4316.0, 4289.0, 4328.0, 4288.0, 4289.0, 4322.0, 4300.0, 4355.0, 4280.0, 4320.0, 4301.0, 4288.0, 4342.0, 4291.0, 4329.0, 4313.0, 4319.0, 4330.0, 4299.0, 4318.0, 4276.0, 4327.0, 4316.0, 4326.0, 4296.0, 4285.0, 4317.0, 4275.0, 4325.0, 4299.0, 4282.0, 4286.0, 4277.0, 4326.0, 4277.0, 4308.0, 4287.0, 4297.0, 4338.0, 4290.0, 4340.0, 4299.0, 4276.0, 4319.0, 4287.0, 4339.0, 4277.0, 4316.0, 4289.0, 4327.0, 4309.0, 4305.0, 4275.0, 4267.0, 4317.0, 4279.0, 4317.0, 4290.0, 4289.0, 4342.0, 4292.0, 4342.0, 4289.0, 4328.0, 4279.0, 4339.0, 4286.0, 4325.0, 4276.0, 4308.0, 4290.0, 4315.0, 4298.0, 4276.0, 4306.0, 4276.0, 4340.0, 4278.0, 4338.0, 4288.0, 4289.0, 4309.0, 4278.0, 4350.0, 4311.0, 4289.0, 4311.0, 4292.0, 4351.0, 4321.0, 4300.0, 4330.0, 4301.0, 4352.0, 4329.0, 4330.0, 4288.0, 4297.0, 4267.0, 4325.0, 4275.0, 4314.0, 4274.0, 4274.0, 4308.0, 4297.0, 4319.0, 4285.0, 4298.0, 4278.0, 4306.0, 4278.0, 4326.0, 4277.0, 4316.0, 4280.0, 4307.0, 4289.0, 4327.0, 4318.0, 4296.0, 4296.0, 4274.0, 4297.0, 4276.0, 4318.0, 4276.0, 4316.0, 4280.0, 4337.0, 4310.0, 4285.0, 4329.0, 4289.0, 4340.0, 4319.0, 4320.0, 4299.0, 4290.0, 4338.0, 4290.0, 4339.0, 4289.0, 4307.0, 4286.0, 4278.0, 4332.0, 4289.0, 4320.0, 4292.0, 4330.0, 4331.0, 4290.0, 4331.0, 4288.0, 4339.0, 4301.0, 4318.0, 4297.0, 4278.0, 4340.0, 4289.0, 4340.0, 4320.0, 4298.0, 4327.0, 4288.0, 4339.0, 4320.0, 4287.0, 4328.0, 4291.0, 4339.0, 4311.0, 4318.0, 4298.0, 4288.0, 4330.0, 4275.0, 4340.0, 4288.0, 4307.0, 4288.0, 4277.0, 4318.0, 4279.0, 4316.0, 4279.0, 4318.0, 4299.0, 4307.0, 4323.0, 4280.0, 4317.0, 4290.0, 4337.0, 4324.0, 4280.0, 4308.0, 4290.0, 4339.0, 4301.0, 4311.0, 4279.0, 4280.0, 4330.0, 4289.0, 4342.0, 4313.0, 4293.0, 4332.0, 4290.0, 4340.0, 4310.0, 4329.0, 4289.0, 4289.0, 4329.0, 4279.0, 4340.0, 4331.0, 4339.0, 4340.0, 4304.0, 4301.0, 4310.0, 4278.0, 4327.0, 4307.0, 4327.0, 4310.0, 4330.0, 4309.0, 4337.0, 4319.0, 4305.0, 4294.0, 4259.0, 4281.0, 4248.0, 4292.0, 4291.0, 4323.0, 4272.0, 4273.0, 4292.0, 4294.0, 4323.0, 4272.0, 4311.0, 4261.0, 4300.0, 4284.0, 4314.0, 4293.0, 4252.0, 4293.0, 4272.0, 4304.0, 4265.0, 4304.0, 4264.0, 4315.0, 4288.0, 4288.0, 4321.0, 4279.0, 4328.0, 4290.0, 4340.0, 4321.0, 4299.0, 4307.0, 4278.0, 4340.0, 4279.0, 4338.0, 4289.0, 4288.0, 4302.0, 4292.0, 4351.0, 4302.0, 4292.0, 4320.0, 4293.0, 4353.0, 4323.0, 4332.0, 4290.0, 4281.0, 4321.0, 4280.0, 4342.0, 4292.0, 4300.0, 4303.0, 4293.0, 4344.0, 4304.0, 4322.0, 4303.0, 4295.0, 4345.0, 4294.0, 4342.0, 4290.0, 4329.0, 4303.0, 4290.0, 4343.0, 4292.0, 4343.0, 4303.0, 4354.0, 4323.0, 4354.0, 4333.0, 4289.0, 4302.0, 4291.0, 4332.0, 4291.0, 4341.0, 4292.0, 4330.0, 4302.0, 4293.0, 4321.0, 4291.0, 4311.0, 4325.0, 4322.0, 4333.0, 4290.0, 4320.0, 4282.0, 4339.0, 4314.0, 4290.0, 4290.0, 4281.0, 4353.0, 4313.0, 4311.0, 4321.0, 4293.0, 4353.0, 4313.0, 4342.0, 4300.0, 4279.0, 4342.0, 4292.0, 4351.0, 4313.0, 4292.0, 4331.0, 4295.0, 4330.0, 4324.0, 4301.0, 4341.0, 4302.0, 4330.0, 4323.0, 4289.0, 4311.0, 4292.0, 4343.0, 4312.0, 4293.0, 4330.0, 4293.0, 4344.0, 4332.0, 4314.0, 4352.0, 4291.0, 4321.0, 4308.0, 4290.0, 4352.0, 4300.0, 4297.0, 4311.0, 4290.0, 4340.0, 4300.0, 4307.0, 4298.0, 4279.0, 4328.0, 4297.0, 4327.0, 4277.0, 4306.0, 4278.0, 4318.0, 4287.0, 4279.0, 4310.0, 4301.0, 4342.0, 4313.0, 4298.0, 4311.0, 4288.0, 4339.0, 4290.0, 4340.0, 4321.0, 4289.0, 4335.0, 4282.0, 4352.0, 4302.0, 4307.0, 4291.0, 4308.0, 4291.0, 4319.0, 4291.0, 4289.0, 4290.0, 4291.0, 4301.0, 4303.0, 4336.0, 4304.0, 4316.0, 4357.0, 4317.0, 4356.0, 4350.0, 4345.0, 4346.0, 4314.0, 4333.0, 4300.0, 4350.0, 4298.0, 4348.0, 4288.0, 4278.0, 4331.0, 4297.0, 4339.0, 4298.0, 4318.0, 4299.0, 4308.0, 4309.0, 4289.0, 4318.0, 4277.0, 4326.0, 4289.0, 4309.0, 4320.0, 4289.0, 4338.0, 4301.0, 4320.0, 4320.0, 4289.0, 4329.0, 4291.0, 4329.0, 4309.0, 4292.0, 4309.0, 4280.0, 4339.0, 4301.0, 4327.0, 4310.0, 4290.0, 4329.0, 4291.0, 4340.0, 4311.0, 4329.0, 4292.0, 4316.0, 4288.0, 4319.0, 4301.0, 4307.0, 4292.0, 4319.0, 4290.0, 4330.0, 4304.0, 4330.0, 4303.0, 4302.0, 4303.0, 4305.0, 4344.0, 4317.0, 4348.0, 4317.0, 4315.0, 4357.0, 4335.0, 4358.0, 4323.0, 4342.0, 4304.0, 4353.0, 4342.0, 4331.0, 4311.0, 4298.0, 4340.0, 4289.0, 4349.0, 4300.0, 4288.0, 4314.0, 4289.0, 4330.0, 4289.0, 4328.0, 4291.0, 4343.0, 4291.0, 4329.0, 4291.0, 4306.0, 4300.0, 4330.0, 4290.0, 4319.0, 4290.0, 4278.0, 4300.0, 4280.0, 4330.0, 4290.0, 4312.0, 4303.0, 4315.0, 4334.0, 4305.0, 4335.0, 4293.0, 4344.0, 4314.0, 4351.0, 4332.0, 4339.0, 4290.0, 4307.0, 4301.0, 4299.0, 4303.0, 4290.0, 4330.0, 4300.0, 4340.0, 4312.0, 4340.0, 4292.0, 4293.0, 4322.0, 4304.0, 4341.0, 4324.0, 4324.0, 4312.0, 4290.0, 4354.0, 4310.0, 4351.0, 4333.0, 4338.0, 4298.0, 4318.0, 4307.0, 4306.0, 4296.0, 4275.0, 4315.0, 4286.0, 4315.0, 4298.0, 4276.0, 4309.0, 4289.0, 4328.0, 4300.0, 4299.0, 4297.0, 4290.0, 4342.0, 4299.0, 4341.0, 4307.0, 4307.0, 4284.0, 4305.0, 4284.0, 4304.0, 4276.0, 4306.0, 4311.0, 4338.0, 4311.0, 4310.0, 4309.0, 4288.0, 4333.0, 4287.0, 4318.0, 4287.0, 4308.0, 4267.0, 4319.0, 4289.0, 4329.0, 4311.0, 4291.0, 4329.0, 4291.0, 4341.0, 4310.0, 4348.0, 4299.0, 4317.0, 4300.0, 4339.0, 4313.0, 4340.0, 4300.0, 4297.0, 4288.0, 4275.0, 4287.0, 4280.0, 4331.0], 'WindowWidth': [9709.0, 9607.0, 9613.0, 9537.0, 9566.0, 9533.0, 9566.0, 9527.0, 9481.0, 9540.0, 9513.0, 9564.0, 9512.0, 9560.0, 9513.0, 9566.0, 9528.0, 9514.0, 9555.0, 9497.0, 9565.0, 9527.0, 9583.0, 9553.0, 9490.0, 9529.0, 9502.0, 9546.0, 9488.0, 9515.0, 9487.0, 9565.0, 9507.0, 9539.0, 9521.0, 9479.0, 9564.0, 9516.0, 9578.0, 9557.0, 9514.0, 9564.0, 9500.0, 9582.0, 9538.0, 9588.0, 9523.0, 9512.0, 9502.0, 9504.0, 9546.0, 9493.0, 9554.0, 9511.0, 9560.0, 9540.0, 9475.0, 9530.0, 9492.0, 9557.0, 9520.0, 9576.0, 9506.0, 9484.0, 9514.0, 9486.0, 9560.0, 9474.0, 9544.0, 9524.0, 9559.0, 9533.0, 9488.0, 9528.0, 9483.0, 9555.0, 9541.0, 9504.0, 9516.0, 9497.0, 9579.0, 9544.0, 9582.0, 9538.0, 9490.0, 9551.0, 9492.0, 9573.0, 9519.0, 9558.0, 9509.0, 9558.0, 9543.0, 9493.0, 9514.0, 9502.0, 9576.0, 9528.0, 9505.0, 9552.0, 9515.0, 9584.0, 9543.0, 9579.0, 9540.0, 9505.0, 9570.0, 9521.0, 9582.0, 9506.0, 9563.0, 9530.0, 9560.0, 9542.0, 9499.0, 9547.0, 9509.0, 9551.0, 9537.0, 9501.0, 9585.0, 9525.0, 9549.0, 9557.0, 9525.0, 9592.0, 9538.0, 9529.0, 9515.0, 9491.0, 9583.0, 9495.0, 9547.0, 9524.0, 9534.0, 9565.0, 9495.0, 9555.0, 9540.0, 9559.0, 9540.0, 9488.0, 9532.0, 9483.0, 9557.0, 9507.0, 9556.0, 9533.0, 9526.0, 9505.0, 9505.0, 9516.0, 9497.0, 9528.0, 9471.0, 9522.0, 9493.0, 9552.0, 9535.0, 9501.0, 9500.0, 9488.0, 9558.0, 9531.0, 9525.0, 9523.0, 9518.0, 9598.0, 9548.0, 9567.0, 9539.0, 9552.0, 9578.0, 9551.0, 9528.0, 9485.0, 9525.0, 9489.0, 9555.0, 9490.0, 9524.0, 9493.0, 9507.0, 9549.0, 9506.0, 9577.0, 9527.0, 9564.0, 9523.0, 9559.0, 9541.0, 9494.0, 9552.0, 9495.0, 9576.0, 9535.0, 9564.0, 9515.0, 9490.0, 9516.0, 9512.0, 9561.0, 9490.0, 9557.0, 9506.0, 9541.0, 9517.0, 9483.0, 9522.0, 9490.0, 9549.0, 9514.0, 9472.0, 9535.0, 9491.0, 9573.0, 9534.0, 9532.0, 9517.0, 9490.0, 9561.0, 9495.0, 9540.0, 9504.0, 9507.0, 9559.0, 9514.0, 9555.0, 9504.0, 9489.0, 9542.0, 9508.0, 9562.0, 9508.0, 9512.0, 9558.0, 9529.0, 9608.0, 9501.0, 9552.0, 9529.0, 9509.0, 9586.0, 9518.0, 9566.0, 9549.0, 9551.0, 9566.0, 9522.0, 9547.0, 9491.0, 9560.0, 9543.0, 9555.0, 9515.0, 9497.0, 9545.0, 9487.0, 9554.0, 9522.0, 9493.0, 9501.0, 9489.0, 9553.0, 9493.0, 9532.0, 9505.0, 9520.0, 9576.0, 9513.0, 9579.0, 9525.0, 9490.0, 9551.0, 9504.0, 9578.0, 9493.0, 9545.0, 9514.0, 9557.0, 9538.0, 9526.0, 9485.0, 9477.0, 9543.0, 9498.0, 9548.0, 9515.0, 9514.0, 9589.0, 9520.0, 9587.0, 9511.0, 9562.0, 9496.0, 9576.0, 9503.0, 9553.0, 9490.0, 9532.0, 9514.0, 9539.0, 9520.0, 9489.0, 9528.0, 9492.0, 9580.0, 9497.0, 9575.0, 9510.0, 9511.0, 9539.0, 9498.0, 9597.0, 9546.0, 9514.0, 9546.0, 9520.0, 9598.0, 9560.0, 9530.0, 9570.0, 9530.0, 9601.0, 9563.0, 9567.0, 9506.0, 9518.0, 9478.0, 9551.0, 9488.0, 9538.0, 9488.0, 9486.0, 9537.0, 9520.0, 9550.0, 9501.0, 9520.0, 9492.0, 9529.0, 9495.0, 9556.0, 9493.0, 9542.0, 9499.0, 9532.0, 9512.0, 9559.0, 9548.0, 9515.0, 9517.0, 9484.0, 9519.0, 9489.0, 9547.0, 9490.0, 9544.0, 9503.0, 9573.0, 9541.0, 9505.0, 9566.0, 9515.0, 9583.0, 9554.0, 9556.0, 9525.0, 9515.0, 9579.0, 9514.0, 9580.0, 9514.0, 9533.0, 9507.0, 9495.0, 9572.0, 9513.0, 9552.0, 9522.0, 9567.0, 9571.0, 9516.0, 9570.0, 9511.0, 9580.0, 9529.0, 9549.0, 9520.0, 9497.0, 9581.0, 9515.0, 9581.0, 9556.0, 9522.0, 9563.0, 9511.0, 9580.0, 9555.0, 9506.0, 9561.0, 9517.0, 9579.0, 9544.0, 9549.0, 9524.0, 9509.0, 9568.0, 9488.0, 9579.0, 9511.0, 9532.0, 9509.0, 9495.0, 9548.0, 9499.0, 9545.0, 9498.0, 9550.0, 9526.0, 9534.0, 9563.0, 9499.0, 9547.0, 9514.0, 9573.0, 9565.0, 9500.0, 9536.0, 9517.0, 9580.0, 9532.0, 9542.0, 9498.0, 9499.0, 9566.0, 9513.0, 9589.0, 9551.0, 9521.0, 9572.0, 9515.0, 9581.0, 9542.0, 9566.0, 9512.0, 9511.0, 9565.0, 9496.0, 9582.0, 9571.0, 9579.0, 9580.0, 9542.0, 9534.0, 9540.0, 9497.0, 9559.0, 9534.0, 9561.0, 9540.0, 9566.0, 9538.0, 9572.0, 9550.0, 9527.0, 9507.0, 9454.0, 9485.0, 9439.0, 9502.0, 9499.0, 9545.0, 9478.0, 9479.0, 9503.0, 9509.0, 9546.0, 9477.0, 9527.0, 9461.0, 9509.0, 9495.0, 9533.0, 9507.0, 9448.0, 9504.0, 9478.0, 9524.0, 9472.0, 9522.0, 9472.0, 9538.0, 9510.0, 9507.0, 9555.0, 9498.0, 9561.0, 9515.0, 9580.0, 9556.0, 9526.0, 9533.0, 9494.0, 9584.0, 9500.0, 9577.0, 9513.0, 9509.0, 9532.0, 9522.0, 9598.0, 9536.0, 9520.0, 9556.0, 9526.0, 9604.0, 9565.0, 9574.0, 9516.0, 9503.0, 9558.0, 9502.0, 9587.0, 9521.0, 9528.0, 9538.0, 9525.0, 9591.0, 9539.0, 9560.0, 9538.0, 9530.0, 9594.0, 9528.0, 9588.0, 9517.0, 9568.0, 9537.0, 9516.0, 9589.0, 9523.0, 9589.0, 9539.0, 9605.0, 9563.0, 9609.0, 9576.0, 9511.0, 9532.0, 9518.0, 9572.0, 9520.0, 9584.0, 9521.0, 9572.0, 9534.0, 9524.0, 9559.0, 9520.0, 9546.0, 9571.0, 9560.0, 9577.0, 9514.0, 9553.0, 9505.0, 9578.0, 9551.0, 9514.0, 9514.0, 9504.0, 9603.0, 9551.0, 9547.0, 9560.0, 9523.0, 9607.0, 9553.0, 9587.0, 9529.0, 9499.0, 9586.0, 9519.0, 9599.0, 9550.0, 9519.0, 9572.0, 9532.0, 9570.0, 9566.0, 9533.0, 9585.0, 9535.0, 9570.0, 9562.0, 9513.0, 9543.0, 9521.0, 9590.0, 9549.0, 9523.0, 9571.0, 9524.0, 9594.0, 9574.0, 9552.0, 9602.0, 9518.0, 9557.0, 9537.0, 9516.0, 9600.0, 9527.0, 9519.0, 9540.0, 9511.0, 9580.0, 9526.0, 9533.0, 9520.0, 9497.0, 9562.0, 9518.0, 9559.0, 9490.0, 9528.0, 9495.0, 9546.0, 9506.0, 9497.0, 9540.0, 9533.0, 9588.0, 9549.0, 9526.0, 9543.0, 9510.0, 9580.0, 9516.0, 9584.0, 9558.0, 9513.0, 9582.0, 9506.0, 9602.0, 9534.0, 9534.0, 9516.0, 9534.0, 9515.0, 9551.0, 9517.0, 9514.0, 9516.0, 9520.0, 9531.0, 9538.0, 9584.0, 9544.0, 9563.0, 9616.0, 9564.0, 9615.0, 9610.0, 9599.0, 9599.0, 9551.0, 9576.0, 9529.0, 9597.0, 9524.0, 9589.0, 9509.0, 9495.0, 9572.0, 9519.0, 9579.0, 9523.0, 9546.0, 9524.0, 9535.0, 9537.0, 9511.0, 9546.0, 9491.0, 9558.0, 9513.0, 9538.0, 9555.0, 9513.0, 9575.0, 9532.0, 9553.0, 9554.0, 9512.0, 9565.0, 9519.0, 9566.0, 9541.0, 9518.0, 9538.0, 9501.0, 9578.0, 9532.0, 9562.0, 9541.0, 9514.0, 9565.0, 9517.0, 9581.0, 9544.0, 9567.0, 9519.0, 9545.0, 9511.0, 9551.0, 9530.0, 9532.0, 9519.0, 9550.0, 9517.0, 9572.0, 9540.0, 9571.0, 9538.0, 9537.0, 9540.0, 9547.0, 9597.0, 9565.0, 9606.0, 9565.0, 9560.0, 9619.0, 9585.0, 9621.0, 9564.0, 9590.0, 9542.0, 9605.0, 9589.0, 9570.0, 9544.0, 9524.0, 9581.0, 9512.0, 9592.0, 9528.0, 9508.0, 9553.0, 9513.0, 9570.0, 9511.0, 9562.0, 9517.0, 9592.0, 9517.0, 9564.0, 9516.0, 9532.0, 9527.0, 9568.0, 9516.0, 9551.0, 9515.0, 9496.0, 9528.0, 9502.0, 9569.0, 9518.0, 9547.0, 9539.0, 9558.0, 9582.0, 9544.0, 9584.0, 9525.0, 9595.0, 9557.0, 9600.0, 9574.0, 9578.0, 9513.0, 9534.0, 9531.0, 9523.0, 9539.0, 9518.0, 9567.0, 9530.0, 9585.0, 9549.0, 9581.0, 9522.0, 9524.0, 9562.0, 9544.0, 9588.0, 9569.0, 9569.0, 9550.0, 9519.0, 9608.0, 9544.0, 9601.0, 9578.0, 9575.0, 9521.0, 9547.0, 9531.0, 9530.0, 9516.0, 9488.0, 9542.0, 9505.0, 9542.0, 9523.0, 9492.0, 9538.0, 9512.0, 9564.0, 9530.0, 9526.0, 9522.0, 9515.0, 9588.0, 9524.0, 9585.0, 9531.0, 9531.0, 9496.0, 9528.0, 9497.0, 9526.0, 9490.0, 9529.0, 9551.0, 9580.0, 9546.0, 9544.0, 9541.0, 9509.0, 9580.0, 9506.0, 9550.0, 9507.0, 9534.0, 9481.0, 9553.0, 9513.0, 9565.0, 9546.0, 9517.0, 9568.0, 9520.0, 9586.0, 9543.0, 9589.0, 9526.0, 9545.0, 9526.0, 9581.0, 9554.0, 9585.0, 9529.0, 9519.0, 9509.0, 9488.0, 9508.0, 9504.0, 9576.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.0012715057471264365</td></tr>
<tr><td colspan=3>aqi</td><td>0.03276561620689655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.31320529764094</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.222955023521289</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9859219701265824</td></tr>
<tr><td colspan=3>efc</td><td>0.4716</td></tr>
<tr><td colspan=3>fber</td><td>7349.4355</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10926350685384556</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.471264367816092</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.538952827828828</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3777353069467364</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7711824793844064</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4679406971553397</td></tr>
<tr><td colspan=3>gcor</td><td>0.00784304</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00839273538440466</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03382540121674538</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.8856338755782436</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>22.5787</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.9481</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299732.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>780.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.5175</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.455</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.303</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3512.531</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3732.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.4548</td></tr>
<tr><td colspan=3>tsnr</td><td>35.73952228680719</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>