<?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-0058_ses-04_task-social_acq-mb8_run-06_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-0058_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0058_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_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-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_ses-04_task-social_acq-mb8_run-06_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-0058/ses-04/func/sub-0058_ses-04_task-social_acq-mb8_run-06_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>be93822bb622ca84c1b9a27fafed02fe</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>13:12:44.535000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998648, 0.0240638, -0.0460869, -0.0256272, 0.999105, -0.0336389]</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-06_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.100318</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7705, -7276, 540, -48, -1, -12, 120]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>88807ebd-8120-49e3-b0dc-a77f9d6bb78d||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.6792984008789062, -0.06875593960285187, -0.1221376433968544, 118.08679962158203], [-0.06456132978200912, 2.6805267333984375, -0.0938912108540535, -85.03668212890625], [-0.12364771217107773, 0.09025081992149353, 2.695601224899292, -82.84330749511719], [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': ['131244.535000', '131244.995000', '131245.455000', '131245.915000', '131246.375000', '131246.835000', '131247.295000', '131247.755000', '131248.215000', '131248.675000', '131249.135000', '131249.595000', '131250.055000', '131250.515000', '131250.975000', '131251.435000', '131251.895000', '131252.355000', '131252.815000', '131253.275000', '131253.735000', '131254.195000', '131254.655000', '131255.115000', '131255.575000', '131256.035000', '131256.495000', '131256.955000', '131257.415000', '131257.875000', '131258.335000', '131258.795000', '131259.255000', '131259.715000', '131300.175000', '131300.635000', '131301.095000', '131301.555000', '131302.015000', '131302.475000', '131302.935000', '131303.395000', '131303.855000', '131304.315000', '131304.775000', '131305.235000', '131305.695000', '131306.155000', '131306.615000', '131307.075000', '131307.535000', '131307.995000', '131308.455000', '131308.915000', '131309.375000', '131309.835000', '131310.295000', '131310.755000', '131311.215000', '131311.675000', '131312.135000', '131312.595000', '131313.055000', '131313.515000', '131313.975000', '131314.435000', '131314.895000', '131315.355000', '131315.815000', '131316.275000', '131316.735000', '131317.195000', '131317.655000', '131318.115000', '131318.575000', '131319.035000', '131319.495000', '131319.955000', '131320.415000', '131320.875000', '131321.335000', '131321.795000', '131322.255000', '131322.715000', '131323.175000', '131323.635000', '131324.095000', '131324.555000', '131325.015000', '131325.475000', '131325.935000', '131326.395000', '131326.855000', '131327.315000', '131327.775000', '131328.235000', '131328.695000', '131329.155000', '131329.615000', '131330.075000', '131330.535000', '131330.995000', '131331.455000', '131331.915000', '131332.375000', '131332.835000', '131333.295000', '131333.755000', '131334.215000', '131334.675000', '131335.135000', '131335.595000', '131336.055000', '131336.515000', '131336.975000', '131337.435000', '131337.895000', '131338.355000', '131338.815000', '131339.275000', '131339.735000', '131340.195000', '131340.655000', '131341.115000', '131341.575000', '131342.035000', '131342.495000', '131342.955000', '131343.415000', '131343.875000', '131344.335000', '131344.795000', '131345.255000', '131345.715000', '131346.175000', '131346.635000', '131347.095000', '131347.555000', '131348.015000', '131348.475000', '131348.935000', '131349.395000', '131349.855000', '131350.315000', '131350.775000', '131351.235000', '131351.695000', '131352.155000', '131352.615000', '131353.075000', '131353.535000', '131353.995000', '131354.455000', '131354.915000', '131355.375000', '131355.835000', '131356.295000', '131356.755000', '131357.215000', '131357.675000', '131358.135000', '131358.595000', '131359.055000', '131359.515000', '131359.975000', '131400.435000', '131400.895000', '131401.355000', '131401.815000', '131402.275000', '131402.735000', '131403.195000', '131403.655000', '131404.115000', '131404.575000', '131405.035000', '131405.495000', '131405.955000', '131406.415000', '131406.875000', '131407.335000', '131407.795000', '131408.255000', '131408.715000', '131409.175000', '131409.635000', '131410.095000', '131410.555000', '131411.015000', '131411.475000', '131411.935000', '131412.395000', '131412.855000', '131413.315000', '131413.775000', '131414.235000', '131414.695000', '131415.155000', '131415.615000', '131416.075000', '131416.535000', '131416.995000', '131417.455000', '131417.915000', '131418.375000', '131418.835000', '131419.295000', '131419.755000', '131420.215000', '131420.675000', '131421.135000', '131421.595000', '131422.055000', '131422.515000', '131422.975000', '131423.435000', '131423.895000', '131424.355000', '131424.815000', '131425.275000', '131425.735000', '131426.195000', '131426.655000', '131427.115000', '131427.575000', '131428.035000', '131428.495000', '131428.955000', '131429.415000', '131429.875000', '131430.335000', '131430.795000', '131431.255000', '131431.715000', '131432.175000', '131432.635000', '131433.095000', '131433.555000', '131434.015000', '131434.475000', '131434.935000', '131435.395000', '131435.855000', '131436.315000', '131436.775000', '131437.235000', '131437.695000', '131438.155000', '131438.615000', '131439.075000', '131439.535000', '131439.995000', '131440.455000', '131440.915000', '131441.375000', '131441.835000', '131442.295000', '131442.755000', '131443.215000', '131443.675000', '131444.135000', '131444.595000', '131445.055000', '131445.515000', '131445.975000', '131446.435000', '131446.895000', '131447.355000', '131447.815000', '131448.275000', '131448.735000', '131449.195000', '131449.655000', '131450.115000', '131450.575000', '131451.035000', '131451.495000', '131451.955000', '131452.415000', '131452.875000', '131453.335000', '131453.795000', '131454.255000', '131454.715000', '131455.175000', '131455.635000', '131456.095000', '131456.555000', '131457.015000', '131457.475000', '131457.935000', '131458.395000', '131458.855000', '131459.315000', '131459.775000', '131500.235000', '131500.695000', '131501.155000', '131501.615000', '131502.075000', '131502.535000', '131502.995000', '131503.455000', '131503.915000', '131504.375000', '131504.835000', '131505.295000', '131505.755000', '131506.215000', '131506.675000', '131507.135000', '131507.595000', '131508.055000', '131508.515000', '131508.975000', '131509.435000', '131509.895000', '131510.355000', '131510.815000', '131511.275000', '131511.735000', '131512.195000', '131512.655000', '131513.115000', '131513.575000', '131514.035000', '131514.495000', '131514.955000', '131515.415000', '131515.875000', '131516.335000', '131516.795000', '131517.255000', '131517.715000', '131518.175000', '131518.635000', '131519.095000', '131519.555000', '131520.015000', '131520.475000', '131520.935000', '131521.395000', '131521.855000', '131522.315000', '131522.775000', '131523.235000', '131523.695000', '131524.155000', '131524.615000', '131525.075000', '131525.535000', '131525.995000', '131526.455000', '131526.915000', '131527.375000', '131527.835000', '131528.295000', '131528.755000', '131529.215000', '131529.675000', '131530.135000', '131530.595000', '131531.055000', '131531.515000', '131531.975000', '131532.435000', '131532.895000', '131533.355000', '131533.815000', '131534.275000', '131534.735000', '131535.195000', '131535.655000', '131536.115000', '131536.575000', '131537.035000', '131537.495000', '131537.955000', '131538.415000', '131538.875000', '131539.335000', '131539.795000', '131540.255000', '131540.715000', '131541.175000', '131541.635000', '131542.095000', '131542.555000', '131543.015000', '131543.475000', '131543.935000', '131544.395000', '131544.855000', '131545.315000', '131545.775000', '131546.235000', '131546.695000', '131547.155000', '131547.615000', '131548.075000', '131548.535000', '131548.995000', '131549.455000', '131549.915000', '131550.375000', '131550.835000', '131551.295000', '131551.755000', '131552.215000', '131552.675000', '131553.135000', '131553.595000', '131554.055000', '131554.515000', '131554.975000', '131555.435000', '131555.895000', '131556.355000', '131556.815000', '131557.275000', '131557.735000', '131558.195000', '131558.655000', '131559.115000', '131559.575000', '131600.035000', '131600.495000', '131600.955000', '131601.415000', '131601.875000', '131602.335000', '131602.795000', '131603.255000', '131603.715000', '131604.175000', '131604.635000', '131605.095000', '131605.555000', '131606.015000', '131606.475000', '131606.935000', '131607.395000', '131607.855000', '131608.315000', '131608.775000', '131609.235000', '131609.695000', '131610.155000', '131610.615000', '131611.075000', '131611.535000', '131611.995000', '131612.455000', '131612.915000', '131613.375000', '131613.835000', '131614.295000', '131614.755000', '131615.215000', '131615.675000', '131616.135000', '131616.595000', '131617.055000', '131617.515000', '131617.975000', '131618.435000', '131618.895000', '131619.355000', '131619.815000', '131620.275000', '131620.735000', '131621.195000', '131621.655000', '131622.115000', '131622.575000', '131623.035000', '131623.495000', '131623.955000', '131624.415000', '131624.875000', '131625.335000', '131625.795000', '131626.255000', '131626.715000', '131627.175000', '131627.635000', '131628.095000', '131628.555000', '131629.015000', '131629.475000', '131629.935000', '131630.395000', '131630.855000', '131631.315000', '131631.775000', '131632.235000', '131632.695000', '131633.155000', '131633.615000', '131634.075000', '131634.535000', '131634.995000', '131635.455000', '131635.915000', '131636.375000', '131636.835000', '131637.295000', '131637.755000', '131638.215000', '131638.675000', '131639.135000', '131639.595000', '131640.055000', '131640.515000', '131640.975000', '131641.435000', '131641.895000', '131642.355000', '131642.815000', '131643.275000', '131643.735000', '131644.195000', '131644.655000', '131645.115000', '131645.575000', '131646.035000', '131646.495000', '131646.955000', '131647.415000', '131647.875000', '131648.335000', '131648.795000', '131649.255000', '131649.715000', '131650.175000', '131650.635000', '131651.095000', '131651.555000', '131652.015000', '131652.475000', '131652.935000', '131653.395000', '131653.855000', '131654.315000', '131654.775000', '131655.235000', '131655.695000', '131656.155000', '131656.615000', '131657.075000', '131657.535000', '131657.995000', '131658.455000', '131658.915000', '131659.375000', '131659.835000', '131700.295000', '131700.755000', '131701.215000', '131701.675000', '131702.135000', '131702.595000', '131703.055000', '131703.515000', '131703.975000', '131704.435000', '131704.895000', '131705.355000', '131705.815000', '131706.275000', '131706.735000', '131707.195000', '131707.655000', '131708.115000', '131708.575000', '131709.035000', '131709.495000', '131709.955000', '131710.415000', '131710.875000', '131711.335000', '131711.795000', '131712.255000', '131712.715000', '131713.175000', '131713.635000', '131714.095000', '131714.555000', '131715.015000', '131715.475000', '131715.935000', '131716.395000', '131716.855000', '131717.315000', '131717.775000', '131718.235000', '131718.695000', '131719.155000', '131719.615000', '131720.075000', '131720.535000', '131720.995000', '131721.455000', '131721.915000', '131722.375000', '131722.835000', '131723.295000', '131723.755000', '131724.215000', '131724.675000', '131725.135000', '131725.595000', '131726.055000', '131726.515000', '131726.975000', '131727.435000', '131727.895000', '131728.355000', '131728.815000', '131729.275000', '131729.735000', '131730.195000', '131730.655000', '131731.115000', '131731.575000', '131732.035000', '131732.495000', '131732.955000', '131733.415000', '131733.875000', '131734.335000', '131734.795000', '131735.255000', '131735.715000', '131736.175000', '131736.635000', '131737.095000', '131737.555000', '131738.015000', '131738.475000', '131738.935000', '131739.395000', '131739.855000', '131740.315000', '131740.775000', '131741.235000', '131741.695000', '131742.155000', '131742.615000', '131743.075000', '131743.535000', '131743.995000', '131744.455000', '131744.915000', '131745.375000', '131745.835000', '131746.295000', '131746.755000', '131747.215000', '131747.675000', '131748.135000', '131748.595000', '131749.055000', '131749.515000', '131749.975000', '131750.435000', '131750.895000', '131751.355000', '131751.815000', '131752.275000', '131752.735000', '131753.195000', '131753.655000', '131754.115000', '131754.575000', '131755.035000', '131755.495000', '131755.955000', '131756.415000', '131756.875000', '131757.335000', '131757.795000', '131758.255000', '131758.715000', '131759.175000', '131759.635000', '131800.095000', '131800.555000', '131801.015000', '131801.475000', '131801.935000', '131802.395000', '131802.855000', '131803.315000', '131803.775000', '131804.235000', '131804.695000', '131805.155000', '131805.615000', '131806.075000', '131806.535000', '131806.995000', '131807.455000', '131807.915000', '131808.375000', '131808.835000', '131809.295000', '131809.755000', '131810.215000', '131810.675000', '131811.135000', '131811.595000', '131812.055000', '131812.515000', '131812.975000', '131813.435000', '131813.895000', '131814.355000', '131814.815000', '131815.275000', '131815.735000', '131816.195000', '131816.655000', '131817.115000', '131817.575000', '131818.035000', '131818.495000', '131818.955000', '131819.415000', '131819.875000', '131820.335000', '131820.795000', '131821.255000', '131821.715000', '131822.175000', '131822.635000', '131823.095000', '131823.555000', '131824.015000', '131824.475000', '131824.935000', '131825.395000', '131825.855000', '131826.315000', '131826.775000', '131827.235000', '131827.695000', '131828.155000', '131828.615000', '131829.075000', '131829.535000', '131829.995000', '131830.455000', '131830.915000', '131831.375000', '131831.835000', '131832.295000', '131832.755000', '131833.215000', '131833.675000', '131834.135000', '131834.595000', '131835.055000', '131835.515000', '131835.975000', '131836.435000', '131836.895000', '131837.355000', '131837.815000', '131838.275000', '131838.735000', '131839.195000', '131839.655000', '131840.115000', '131840.575000', '131841.035000', '131841.495000', '131841.955000', '131842.415000', '131842.875000', '131843.335000', '131843.795000', '131844.255000', '131844.715000', '131845.175000', '131845.635000', '131846.095000', '131846.555000', '131847.015000', '131847.475000', '131847.935000', '131848.395000', '131848.855000', '131849.315000', '131849.775000', '131850.235000', '131850.695000', '131851.155000', '131851.615000', '131852.075000', '131852.535000', '131852.995000', '131853.455000', '131853.915000', '131854.375000', '131854.835000', '131855.295000', '131855.755000', '131856.215000', '131856.675000', '131857.135000', '131857.595000', '131858.055000', '131858.515000', '131858.975000', '131859.435000', '131859.895000', '131900.355000', '131900.815000', '131901.275000', '131901.735000', '131902.195000', '131902.655000', '131903.115000', '131903.575000', '131904.035000', '131904.495000', '131904.955000', '131905.415000', '131905.875000', '131906.335000', '131906.795000', '131907.255000', '131907.715000', '131908.175000', '131908.635000', '131909.095000', '131909.555000', '131910.015000', '131910.475000', '131910.935000', '131911.395000', '131911.855000', '131912.315000', '131912.775000', '131913.235000', '131913.695000', '131914.155000', '131914.615000', '131915.075000', '131915.535000', '131915.995000', '131916.455000', '131916.915000', '131917.375000', '131917.835000', '131918.295000', '131918.755000', '131919.215000', '131919.675000', '131920.135000', '131920.595000', '131921.055000', '131921.515000', '131921.975000', '131922.435000', '131922.895000', '131923.355000', '131923.815000', '131924.275000', '131924.735000', '131925.195000'], 'ContentTime': ['131258.489000', '131258.492000', '131258.494000', '131258.497000', '131258.500000', '131258.502000', '131258.505000', '131258.508000', '131258.510000', '131258.521000', '131258.524000', '131258.526000', '131258.529000', '131258.531000', '131258.535000', '131258.538000', '131258.540000', '131258.543000', '131258.546000', '131258.548000', '131258.551000', '131258.553000', '131258.558000', '131258.560000', '131258.563000', '131258.566000', '131258.568000', '131318.444000', '131318.446000', '131318.449000', '131318.451000', '131318.454000', '131318.457000', '131318.459000', '131318.462000', '131318.464000', '131318.467000', '131318.469000', '131318.472000', '131318.474000', '131318.477000', '131318.480000', '131318.482000', '131318.485000', '131318.487000', '131318.490000', '131318.492000', '131318.495000', '131318.497000', '131318.500000', '131318.503000', '131318.505000', '131318.508000', '131318.510000', '131318.513000', '131318.515000', '131318.518000', '131318.521000', '131318.523000', '131318.526000', '131318.528000', '131318.531000', '131318.533000', '131318.536000', '131318.538000', '131318.541000', '131318.543000', '131318.546000', '131318.549000', '131318.551000', '131318.554000', '131338.443000', '131338.446000', '131338.449000', '131338.451000', '131338.454000', '131338.456000', '131338.459000', '131338.461000', '131338.464000', '131338.467000', '131338.469000', '131338.472000', '131338.474000', '131338.477000', '131338.486000', '131338.489000', '131338.491000', '131338.494000', '131338.496000', '131338.499000', '131338.501000', '131338.504000', '131338.507000', '131338.509000', '131338.512000', '131338.514000', '131338.518000', '131338.521000', '131338.523000', '131338.526000', '131338.529000', '131338.531000', '131338.534000', '131338.536000', '131338.539000', '131338.541000', '131338.544000', '131338.547000', '131338.549000', '131338.552000', '131338.554000', '131338.557000', '131338.559000', '131358.443000', '131358.445000', '131358.448000', '131358.450000', '131358.453000', '131358.456000', '131358.458000', '131358.461000', '131358.463000', '131358.466000', '131358.468000', '131358.471000', '131358.473000', '131358.476000', '131358.479000', '131358.481000', '131358.484000', '131358.486000', '131358.489000', '131358.491000', '131358.494000', '131358.496000', '131358.499000', '131358.501000', '131358.504000', '131358.506000', '131358.509000', '131358.512000', '131358.514000', '131358.517000', '131358.519000', '131358.522000', '131358.524000', '131358.527000', '131358.529000', '131358.532000', '131358.534000', '131358.537000', '131358.540000', '131358.542000', '131358.545000', '131358.547000', '131358.550000', '131358.552000', '131418.443000', '131418.445000', '131418.448000', '131418.450000', '131418.453000', '131418.456000', '131418.458000', '131418.461000', '131418.463000', '131418.466000', '131418.468000', '131418.471000', '131418.474000', '131418.476000', '131418.479000', '131418.482000', '131418.484000', '131418.487000', '131418.489000', '131418.492000', '131418.495000', '131418.497000', '131418.500000', '131418.502000', '131418.505000', '131418.507000', '131418.510000', '131418.513000', '131418.515000', '131418.518000', '131418.521000', '131418.524000', '131418.527000', '131418.529000', '131418.532000', '131418.535000', '131418.537000', '131418.540000', '131418.542000', '131418.545000', '131418.547000', '131418.550000', '131418.553000', '131438.443000', '131438.445000', '131438.448000', '131438.450000', '131438.453000', '131438.456000', '131438.458000', '131438.461000', '131438.463000', '131438.466000', '131438.468000', '131438.471000', '131438.474000', '131438.476000', '131438.479000', '131438.482000', '131438.484000', '131438.487000', '131438.489000', '131438.492000', '131438.494000', '131438.497000', '131438.500000', '131438.502000', '131438.505000', '131438.519000', '131438.522000', '131438.524000', '131438.527000', '131438.530000', '131438.532000', '131438.535000', '131438.537000', '131438.540000', '131438.543000', '131438.545000', '131438.548000', '131438.551000', '131438.553000', '131438.556000', '131438.558000', '131438.561000', '131438.563000', '131438.566000', '131458.443000', '131458.446000', '131458.449000', '131458.451000', '131458.454000', '131458.456000', '131458.459000', '131458.462000', '131458.464000', '131458.467000', '131458.469000', '131458.472000', '131458.475000', '131458.477000', '131458.480000', '131458.483000', '131458.485000', '131458.488000', '131458.490000', '131458.493000', '131458.495000', '131458.498000', '131458.500000', '131458.503000', '131458.506000', '131458.508000', '131458.511000', '131458.513000', '131458.516000', '131458.518000', '131458.521000', '131458.524000', '131458.526000', '131458.529000', '131458.531000', '131458.534000', '131458.536000', '131458.539000', '131458.542000', '131458.544000', '131458.547000', '131458.549000', '131458.552000', '131518.444000', '131518.446000', '131518.449000', '131518.452000', '131518.454000', '131518.457000', '131518.459000', '131518.462000', '131518.464000', '131518.467000', '131518.470000', '131518.472000', '131518.475000', '131518.477000', '131518.480000', '131518.482000', '131518.486000', '131518.488000', '131518.491000', '131518.493000', '131518.496000', '131518.498000', '131518.501000', '131518.504000', '131518.506000', '131518.509000', '131518.511000', '131518.514000', '131518.517000', '131518.519000', '131518.522000', '131518.524000', '131518.527000', '131518.529000', '131518.532000', '131518.535000', '131518.537000', '131518.540000', '131518.542000', '131518.545000', '131518.547000', '131518.550000', '131518.552000', '131518.555000', '131538.443000', '131538.446000', '131538.449000', '131538.451000', '131538.454000', '131538.456000', '131538.459000', '131538.462000', '131538.464000', '131538.467000', '131538.469000', '131538.472000', '131538.474000', '131538.477000', '131538.479000', '131538.482000', '131538.485000', '131538.487000', '131538.490000', '131538.493000', '131538.495000', '131538.498000', '131538.500000', '131538.503000', '131538.506000', '131538.508000', '131538.511000', '131538.513000', '131538.516000', '131538.518000', '131538.521000', '131538.523000', '131538.526000', '131538.528000', '131538.531000', '131538.534000', '131538.536000', '131538.539000', '131538.541000', '131538.544000', '131538.546000', '131538.549000', '131538.551000', '131558.442000', '131558.445000', '131558.448000', '131558.450000', '131558.453000', '131558.456000', '131558.458000', '131558.461000', '131558.463000', '131558.466000', '131558.468000', '131558.471000', '131558.473000', '131558.476000', '131558.479000', '131558.481000', '131558.484000', '131558.487000', '131558.489000', '131558.492000', '131558.494000', '131558.497000', '131558.499000', '131558.502000', '131558.505000', '131558.507000', '131558.510000', '131558.513000', '131558.515000', '131558.518000', '131558.520000', '131558.523000', '131558.525000', '131558.528000', '131558.531000', '131558.533000', '131558.536000', '131558.538000', '131558.541000', '131558.543000', '131558.546000', '131558.548000', '131558.551000', '131558.554000', '131618.443000', '131618.445000', '131618.448000', '131618.451000', '131618.453000', '131618.456000', '131618.458000', '131618.461000', '131618.464000', '131618.466000', '131618.469000', '131618.471000', '131618.474000', '131618.476000', '131618.479000', '131618.481000', '131618.484000', '131618.487000', '131618.489000', '131618.492000', '131618.504000', '131618.507000', '131618.509000', '131618.512000', '131618.515000', '131618.517000', '131618.520000', '131618.522000', '131618.525000', '131618.527000', '131618.530000', '131618.533000', '131618.535000', '131618.538000', '131618.540000', '131618.543000', '131618.546000', '131618.548000', '131618.551000', '131618.553000', '131618.556000', '131618.558000', '131618.561000', '131638.443000', '131638.445000', '131638.448000', '131638.451000', '131638.453000', '131638.456000', '131638.458000', '131638.461000', '131638.464000', '131638.466000', '131638.469000', '131638.471000', '131638.474000', '131638.477000', '131638.479000', '131638.482000', '131638.484000', '131638.487000', '131638.490000', '131638.492000', '131638.495000', '131638.498000', '131638.500000', '131638.503000', '131638.505000', '131638.508000', '131638.511000', '131638.513000', '131638.516000', '131638.518000', '131638.521000', '131638.523000', '131638.526000', '131638.529000', '131638.531000', '131638.534000', '131638.537000', '131638.539000', '131638.542000', '131638.544000', '131638.547000', '131638.549000', '131638.552000', '131638.555000', '131658.442000', '131658.445000', '131658.448000', '131658.451000', '131658.453000', '131658.456000', '131658.458000', '131658.461000', '131658.464000', '131658.466000', '131658.469000', '131658.471000', '131658.474000', '131658.477000', '131658.479000', '131658.482000', '131658.484000', '131658.487000', '131658.490000', '131658.492000', '131658.495000', '131658.497000', '131658.500000', '131658.502000', '131658.505000', '131658.507000', '131658.510000', '131658.513000', '131658.515000', '131658.518000', '131658.520000', '131658.523000', '131658.526000', '131658.528000', '131658.531000', '131658.533000', '131658.536000', '131658.538000', '131658.541000', '131658.544000', '131658.546000', '131658.549000', '131658.551000', '131718.444000', '131718.446000', '131718.449000', '131718.452000', '131718.454000', '131718.457000', '131718.459000', '131718.462000', '131718.464000', '131718.467000', '131718.469000', '131718.472000', '131718.475000', '131718.477000', '131718.480000', '131718.482000', '131718.485000', '131718.487000', '131718.490000', '131718.493000', '131718.495000', '131718.498000', '131718.501000', '131718.504000', '131718.507000', '131718.516000', '131718.518000', '131718.521000', '131718.523000', '131718.526000', '131718.528000', '131718.531000', '131718.534000', '131718.536000', '131718.539000', '131718.541000', '131718.544000', '131718.547000', '131718.549000', '131718.552000', '131718.554000', '131718.557000', '131718.559000', '131738.443000', '131738.446000', '131738.449000', '131738.452000', '131738.454000', '131738.457000', '131738.459000', '131738.462000', '131738.464000', '131738.467000', '131738.470000', '131738.472000', '131738.475000', '131738.477000', '131738.480000', '131738.482000', '131738.485000', '131738.488000', '131738.490000', '131738.493000', '131738.495000', '131738.498000', '131738.500000', '131738.503000', '131738.505000', '131738.508000', '131738.511000', '131738.513000', '131738.516000', '131738.518000', '131738.521000', '131738.523000', '131738.526000', '131738.529000', '131738.531000', '131738.534000', '131738.536000', '131738.539000', '131738.542000', '131738.544000', '131738.547000', '131738.549000', '131738.552000', '131738.554000', '131758.444000', '131758.446000', '131758.449000', '131758.452000', '131758.455000', '131758.457000', '131758.460000', '131758.463000', '131758.465000', '131758.468000', '131758.470000', '131758.473000', '131758.475000', '131758.478000', '131758.481000', '131758.483000', '131758.486000', '131758.488000', '131758.491000', '131758.494000', '131758.496000', '131758.499000', '131758.501000', '131758.504000', '131758.507000', '131758.509000', '131758.512000', '131758.515000', '131758.517000', '131758.520000', '131758.522000', '131758.525000', '131758.528000', '131758.530000', '131758.533000', '131758.535000', '131758.538000', '131758.541000', '131758.543000', '131758.546000', '131758.548000', '131758.551000', '131758.554000', '131758.556000', '131818.443000', '131818.446000', '131818.448000', '131818.451000', '131818.453000', '131818.456000', '131818.459000', '131818.461000', '131818.464000', '131818.466000', '131818.469000', '131818.472000', '131818.474000', '131818.477000', '131818.479000', '131818.482000', '131818.485000', '131818.487000', '131818.490000', '131818.492000', '131818.495000', '131818.498000', '131818.500000', '131818.503000', '131818.505000', '131818.508000', '131818.510000', '131818.513000', '131818.516000', '131818.518000', '131818.521000', '131818.523000', '131818.526000', '131818.528000', '131818.531000', '131818.535000', '131818.538000', '131818.541000', '131818.543000', '131818.546000', '131818.548000', '131818.551000', '131818.553000', '131838.442000', '131838.445000', '131838.448000', '131838.450000', '131838.453000', '131838.455000', '131838.458000', '131838.461000', '131838.463000', '131838.466000', '131838.468000', '131838.471000', '131838.473000', '131838.476000', '131838.478000', '131838.481000', '131838.484000', '131838.486000', '131838.489000', '131838.491000', '131838.494000', '131838.496000', '131838.499000', '131838.501000', '131838.504000', '131838.507000', '131838.509000', '131838.512000', '131838.514000', '131838.517000', '131838.520000', '131838.522000', '131838.525000', '131838.527000', '131838.530000', '131838.532000', '131838.535000', '131838.538000', '131838.540000', '131838.543000', '131838.545000', '131838.548000', '131838.550000', '131838.553000', '131858.442000', '131858.445000', '131858.448000', '131858.450000', '131858.453000', '131858.456000', '131858.458000', '131858.461000', '131858.463000', '131858.466000', '131858.468000', '131858.471000', '131858.473000', '131858.476000', '131858.479000', '131858.481000', '131858.484000', '131858.486000', '131858.489000', '131858.491000', '131858.494000', '131858.497000', '131858.499000', '131858.502000', '131858.504000', '131858.507000', '131858.509000', '131858.512000', '131858.515000', '131858.517000', '131858.520000', '131858.522000', '131858.525000', '131858.528000', '131858.530000', '131858.533000', '131858.535000', '131858.538000', '131858.540000', '131858.543000', '131858.546000', '131858.548000', '131858.551000', '131918.442000', '131918.445000', '131918.448000', '131918.450000', '131918.453000', '131918.456000', '131918.458000', '131918.461000', '131918.463000', '131918.466000', '131918.468000', '131918.471000', '131918.474000', '131918.476000', '131918.479000', '131918.482000', '131918.484000', '131918.487000', '131918.489000', '131918.492000', '131918.495000', '131918.498000', '131918.500000', '131918.503000', '131918.505000', '131918.508000', '131918.510000', '131918.513000', '131918.516000', '131918.518000', '131918.521000', '131918.523000', '131918.526000', '131918.528000', '131918.531000', '131918.534000', '131918.536000', '131918.539000', '131918.541000', '131918.544000', '131918.546000', '131918.549000', '131918.552000', '131926.708000', '131926.711000', '131926.714000', '131926.717000', '131926.719000', '131926.722000', '131926.724000', '131926.727000', '131926.729000', '131926.732000', '131926.735000', '131926.737000', '131926.740000', '131926.743000', '131926.745000', '131926.748000', '131926.750000', '131926.753000', '131926.756000'], 'InstanceCreationTime': ['131258.489000', '131258.492000', '131258.494000', '131258.497000', '131258.500000', '131258.502000', '131258.505000', '131258.508000', '131258.510000', '131258.521000', '131258.524000', '131258.526000', '131258.529000', '131258.531000', '131258.535000', '131258.538000', '131258.540000', '131258.543000', '131258.546000', '131258.548000', '131258.551000', '131258.553000', '131258.558000', '131258.560000', '131258.563000', '131258.566000', '131258.568000', '131318.444000', '131318.446000', '131318.449000', '131318.451000', '131318.454000', '131318.457000', '131318.459000', '131318.462000', '131318.464000', '131318.467000', '131318.469000', '131318.472000', '131318.474000', '131318.477000', '131318.480000', '131318.482000', '131318.485000', '131318.487000', '131318.490000', '131318.492000', '131318.495000', '131318.497000', '131318.500000', '131318.503000', '131318.505000', '131318.508000', '131318.510000', '131318.513000', '131318.515000', '131318.518000', '131318.521000', '131318.523000', '131318.526000', '131318.528000', '131318.531000', '131318.533000', '131318.536000', '131318.538000', '131318.541000', '131318.543000', '131318.546000', '131318.549000', '131318.551000', '131318.554000', '131338.443000', '131338.446000', '131338.449000', '131338.451000', '131338.454000', '131338.456000', '131338.459000', '131338.461000', '131338.464000', '131338.467000', '131338.469000', '131338.472000', '131338.474000', '131338.477000', '131338.486000', '131338.489000', '131338.491000', '131338.494000', '131338.496000', '131338.499000', '131338.501000', '131338.504000', '131338.507000', '131338.509000', '131338.512000', '131338.514000', '131338.518000', '131338.521000', '131338.523000', '131338.526000', '131338.529000', '131338.531000', '131338.534000', '131338.536000', '131338.539000', '131338.541000', '131338.544000', '131338.547000', '131338.549000', '131338.552000', '131338.554000', '131338.557000', '131338.559000', '131358.443000', '131358.445000', '131358.448000', '131358.450000', '131358.453000', '131358.456000', '131358.458000', '131358.461000', '131358.463000', '131358.466000', '131358.468000', '131358.471000', '131358.473000', '131358.476000', '131358.479000', '131358.481000', '131358.484000', '131358.486000', '131358.489000', '131358.491000', '131358.494000', '131358.496000', '131358.499000', '131358.501000', '131358.504000', '131358.506000', '131358.509000', '131358.512000', '131358.514000', '131358.517000', '131358.519000', '131358.522000', '131358.524000', '131358.527000', '131358.529000', '131358.532000', '131358.534000', '131358.537000', '131358.540000', '131358.542000', '131358.545000', '131358.547000', '131358.550000', '131358.552000', '131418.443000', '131418.445000', '131418.448000', '131418.450000', '131418.453000', '131418.456000', '131418.458000', '131418.461000', '131418.463000', '131418.466000', '131418.468000', '131418.471000', '131418.474000', '131418.476000', '131418.479000', '131418.482000', '131418.484000', '131418.487000', '131418.489000', '131418.492000', '131418.495000', '131418.497000', '131418.500000', '131418.502000', '131418.505000', '131418.507000', '131418.510000', '131418.513000', '131418.515000', '131418.518000', '131418.521000', '131418.524000', '131418.527000', '131418.529000', '131418.532000', '131418.535000', '131418.537000', '131418.540000', '131418.542000', '131418.545000', '131418.547000', '131418.550000', '131418.553000', '131438.443000', '131438.445000', '131438.448000', '131438.450000', '131438.453000', '131438.456000', '131438.458000', '131438.461000', '131438.463000', '131438.466000', '131438.468000', '131438.471000', '131438.474000', '131438.476000', '131438.479000', '131438.482000', '131438.484000', '131438.487000', '131438.489000', '131438.492000', '131438.494000', '131438.497000', '131438.500000', '131438.502000', '131438.505000', '131438.519000', '131438.522000', '131438.524000', '131438.527000', '131438.530000', '131438.532000', '131438.535000', '131438.537000', '131438.540000', '131438.543000', '131438.545000', '131438.548000', '131438.551000', '131438.553000', '131438.556000', '131438.558000', '131438.561000', '131438.563000', '131438.566000', '131458.443000', '131458.446000', '131458.449000', '131458.451000', '131458.454000', '131458.456000', '131458.459000', '131458.462000', '131458.464000', '131458.467000', '131458.469000', '131458.472000', '131458.475000', '131458.477000', '131458.480000', '131458.483000', '131458.485000', '131458.488000', '131458.490000', '131458.493000', '131458.495000', '131458.498000', '131458.500000', '131458.503000', '131458.506000', '131458.508000', '131458.511000', '131458.513000', '131458.516000', '131458.518000', '131458.521000', '131458.524000', '131458.526000', '131458.529000', '131458.531000', '131458.534000', '131458.536000', '131458.539000', '131458.542000', '131458.544000', '131458.547000', '131458.549000', '131458.552000', '131518.444000', '131518.446000', '131518.449000', '131518.452000', '131518.454000', '131518.457000', '131518.459000', '131518.462000', '131518.464000', '131518.467000', '131518.470000', '131518.472000', '131518.475000', '131518.477000', '131518.480000', '131518.482000', '131518.486000', '131518.488000', '131518.491000', '131518.493000', '131518.496000', '131518.498000', '131518.501000', '131518.504000', '131518.506000', '131518.509000', '131518.511000', '131518.514000', '131518.517000', '131518.519000', '131518.522000', '131518.524000', '131518.527000', '131518.529000', '131518.532000', '131518.535000', '131518.537000', '131518.540000', '131518.542000', '131518.545000', '131518.547000', '131518.550000', '131518.552000', '131518.555000', '131538.443000', '131538.446000', '131538.449000', '131538.451000', '131538.454000', '131538.456000', '131538.459000', '131538.462000', '131538.464000', '131538.467000', '131538.469000', '131538.472000', '131538.474000', '131538.477000', '131538.479000', '131538.482000', '131538.485000', '131538.487000', '131538.490000', '131538.493000', '131538.495000', '131538.498000', '131538.500000', '131538.503000', '131538.506000', '131538.508000', '131538.511000', '131538.513000', '131538.516000', '131538.518000', '131538.521000', '131538.523000', '131538.526000', '131538.528000', '131538.531000', '131538.534000', '131538.536000', '131538.539000', '131538.541000', '131538.544000', '131538.546000', '131538.549000', '131538.551000', '131558.442000', '131558.445000', '131558.448000', '131558.450000', '131558.453000', '131558.456000', '131558.458000', '131558.461000', '131558.463000', '131558.466000', '131558.468000', '131558.471000', '131558.473000', '131558.476000', '131558.479000', '131558.481000', '131558.484000', '131558.487000', '131558.489000', '131558.492000', '131558.494000', '131558.497000', '131558.499000', '131558.502000', '131558.505000', '131558.507000', '131558.510000', '131558.513000', '131558.515000', '131558.518000', '131558.520000', '131558.523000', '131558.525000', '131558.528000', '131558.531000', '131558.533000', '131558.536000', '131558.538000', '131558.541000', '131558.543000', '131558.546000', '131558.548000', '131558.551000', '131558.554000', '131618.443000', '131618.445000', '131618.448000', '131618.451000', '131618.453000', '131618.456000', '131618.458000', '131618.461000', '131618.464000', '131618.466000', '131618.469000', '131618.471000', '131618.474000', '131618.476000', '131618.479000', '131618.481000', '131618.484000', '131618.487000', '131618.489000', '131618.492000', '131618.504000', '131618.507000', '131618.509000', '131618.512000', '131618.515000', '131618.517000', '131618.520000', '131618.522000', '131618.525000', '131618.527000', '131618.530000', '131618.533000', '131618.535000', '131618.538000', '131618.540000', '131618.543000', '131618.546000', '131618.548000', '131618.551000', '131618.553000', '131618.556000', '131618.558000', '131618.561000', '131638.443000', '131638.445000', '131638.448000', '131638.451000', '131638.453000', '131638.456000', '131638.458000', '131638.461000', '131638.464000', '131638.466000', '131638.469000', '131638.471000', '131638.474000', '131638.477000', '131638.479000', '131638.482000', '131638.484000', '131638.487000', '131638.490000', '131638.492000', '131638.495000', '131638.498000', '131638.500000', '131638.503000', '131638.505000', '131638.508000', '131638.511000', '131638.513000', '131638.516000', '131638.518000', '131638.521000', '131638.523000', '131638.526000', '131638.529000', '131638.531000', '131638.534000', '131638.537000', '131638.539000', '131638.542000', '131638.544000', '131638.547000', '131638.549000', '131638.552000', '131638.555000', '131658.442000', '131658.445000', '131658.448000', '131658.451000', '131658.453000', '131658.456000', '131658.458000', '131658.461000', '131658.464000', '131658.466000', '131658.469000', '131658.471000', '131658.474000', '131658.477000', '131658.479000', '131658.482000', '131658.484000', '131658.487000', '131658.490000', '131658.492000', '131658.495000', '131658.497000', '131658.500000', '131658.502000', '131658.505000', '131658.507000', '131658.510000', '131658.513000', '131658.515000', '131658.518000', '131658.520000', '131658.523000', '131658.526000', '131658.528000', '131658.531000', '131658.533000', '131658.536000', '131658.538000', '131658.541000', '131658.544000', '131658.546000', '131658.549000', '131658.551000', '131718.444000', '131718.446000', '131718.449000', '131718.452000', '131718.454000', '131718.457000', '131718.459000', '131718.462000', '131718.464000', '131718.467000', '131718.469000', '131718.472000', '131718.475000', '131718.477000', '131718.480000', '131718.482000', '131718.485000', '131718.487000', '131718.490000', '131718.493000', '131718.495000', '131718.498000', '131718.501000', '131718.504000', '131718.507000', '131718.516000', '131718.518000', '131718.521000', '131718.523000', '131718.526000', '131718.528000', '131718.531000', '131718.534000', '131718.536000', '131718.539000', '131718.541000', '131718.544000', '131718.547000', '131718.549000', '131718.552000', '131718.554000', '131718.557000', '131718.559000', '131738.443000', '131738.446000', '131738.449000', '131738.452000', '131738.454000', '131738.457000', '131738.459000', '131738.462000', '131738.464000', '131738.467000', '131738.470000', '131738.472000', '131738.475000', '131738.477000', '131738.480000', '131738.482000', '131738.485000', '131738.488000', '131738.490000', '131738.493000', '131738.495000', '131738.498000', '131738.500000', '131738.503000', '131738.505000', '131738.508000', '131738.511000', '131738.513000', '131738.516000', '131738.518000', '131738.521000', '131738.523000', '131738.526000', '131738.529000', '131738.531000', '131738.534000', '131738.536000', '131738.539000', '131738.542000', '131738.544000', '131738.547000', '131738.549000', '131738.552000', '131738.554000', '131758.444000', '131758.446000', '131758.449000', '131758.452000', '131758.455000', '131758.457000', '131758.460000', '131758.463000', '131758.465000', '131758.468000', '131758.470000', '131758.473000', '131758.475000', '131758.478000', '131758.481000', '131758.483000', '131758.486000', '131758.488000', '131758.491000', '131758.494000', '131758.496000', '131758.499000', '131758.501000', '131758.504000', '131758.507000', '131758.509000', '131758.512000', '131758.515000', '131758.517000', '131758.520000', '131758.522000', '131758.525000', '131758.528000', '131758.530000', '131758.533000', '131758.535000', '131758.538000', '131758.541000', '131758.543000', '131758.546000', '131758.548000', '131758.551000', '131758.554000', '131758.556000', '131818.443000', '131818.446000', '131818.448000', '131818.451000', '131818.453000', '131818.456000', '131818.459000', '131818.461000', '131818.464000', '131818.466000', '131818.469000', '131818.472000', '131818.474000', '131818.477000', '131818.479000', '131818.482000', '131818.485000', '131818.487000', '131818.490000', '131818.492000', '131818.495000', '131818.498000', '131818.500000', '131818.503000', '131818.505000', '131818.508000', '131818.510000', '131818.513000', '131818.516000', '131818.518000', '131818.521000', '131818.523000', '131818.526000', '131818.528000', '131818.531000', '131818.535000', '131818.538000', '131818.541000', '131818.543000', '131818.546000', '131818.548000', '131818.551000', '131818.553000', '131838.442000', '131838.445000', '131838.448000', '131838.450000', '131838.453000', '131838.455000', '131838.458000', '131838.461000', '131838.463000', '131838.466000', '131838.468000', '131838.471000', '131838.473000', '131838.476000', '131838.478000', '131838.481000', '131838.484000', '131838.486000', '131838.489000', '131838.491000', '131838.494000', '131838.496000', '131838.499000', '131838.501000', '131838.504000', '131838.507000', '131838.509000', '131838.512000', '131838.514000', '131838.517000', '131838.520000', '131838.522000', '131838.525000', '131838.527000', '131838.530000', '131838.532000', '131838.535000', '131838.538000', '131838.540000', '131838.543000', '131838.545000', '131838.548000', '131838.550000', '131838.553000', '131858.442000', '131858.445000', '131858.448000', '131858.450000', '131858.453000', '131858.456000', '131858.458000', '131858.461000', '131858.463000', '131858.466000', '131858.468000', '131858.471000', '131858.473000', '131858.476000', '131858.479000', '131858.481000', '131858.484000', '131858.486000', '131858.489000', '131858.491000', '131858.494000', '131858.497000', '131858.499000', '131858.502000', '131858.504000', '131858.507000', '131858.509000', '131858.512000', '131858.515000', '131858.517000', '131858.520000', '131858.522000', '131858.525000', '131858.528000', '131858.530000', '131858.533000', '131858.535000', '131858.538000', '131858.540000', '131858.543000', '131858.546000', '131858.548000', '131858.551000', '131918.442000', '131918.445000', '131918.448000', '131918.450000', '131918.453000', '131918.456000', '131918.458000', '131918.461000', '131918.463000', '131918.466000', '131918.468000', '131918.471000', '131918.474000', '131918.476000', '131918.479000', '131918.482000', '131918.484000', '131918.487000', '131918.489000', '131918.492000', '131918.495000', '131918.498000', '131918.500000', '131918.503000', '131918.505000', '131918.508000', '131918.510000', '131918.513000', '131918.516000', '131918.518000', '131918.521000', '131918.523000', '131918.526000', '131918.528000', '131918.531000', '131918.534000', '131918.536000', '131918.539000', '131918.541000', '131918.544000', '131918.546000', '131918.549000', '131918.552000', '131926.708000', '131926.711000', '131926.714000', '131926.717000', '131926.719000', '131926.722000', '131926.724000', '131926.727000', '131926.729000', '131926.732000', '131926.735000', '131926.737000', '131926.740000', '131926.743000', '131926.745000', '131926.748000', '131926.750000', '131926.753000', '131926.756000'], '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': [8377, 6662, 8998, 7461, 8349, 8698, 7342, 9102, 7998, 11455, 8882, 12809, 10259, 12588, 8967, 11304, 9117, 8254, 8507, 8113, 8848, 6833, 9942, 7110, 9355, 8248, 6402, 8103, 7384, 9543, 6910, 5773, 7403, 5627, 7936, 9351, 8584, 6092, 9549, 8134, 7738, 7635, 7836, 10515, 7130, 11732, 6705, 9238, 7240, 8237, 7528, 5912, 7704, 8406, 8271, 6760, 9668, 7096, 10478, 7712, 10049, 7581, 7676, 7415, 6040, 8426, 6599, 11385, 6412, 7869, 7336, 6571, 7597, 6072, 7602, 7205, 8109, 9933, 9287, 6117, 8363, 6242, 7065, 7044, 7232, 7305, 7025, 7367, 5919, 8414, 7648, 6350, 8416, 6655, 10096, 8580, 9773, 13453, 10171, 13643, 11981, 10539, 8219, 6616, 8349, 6402, 8543, 10281, 9023, 6873, 9602, 8051, 9506, 8705, 7727, 9692, 7954, 9811, 9014, 7799, 8811, 8290, 9216, 7124, 9130, 7239, 9163, 6944, 8547, 6709, 8637, 9586, 8893, 6553, 8247, 7606, 6617, 7908, 6623, 8310, 7008, 8759, 7221, 8906, 6905, 8797, 7917, 9545, 9426, 12264, 8792, 12789, 9444, 8320, 7773, 8064, 7273, 7846, 6065, 7390, 6662, 7299, 5643, 8743, 6634, 8150, 7738, 6153, 7717, 6536, 8235, 6743, 8794, 6637, 8779, 6925, 9140, 6934, 10884, 7881, 12390, 8040, 9403, 8372, 7380, 12178, 8359, 8276, 7706, 7537, 7874, 7152, 6483, 7950, 6830, 9012, 7107, 10309, 7712, 11871, 8603, 6743, 7900, 6231, 7481, 6634, 6587, 6995, 6503, 7785, 6246, 9383, 7763, 6331, 6978, 7127, 7645, 6439, 8579, 6372, 8886, 7514, 6250, 7074, 7206, 7759, 6567, 8520, 6778, 6568, 7721, 8120, 8581, 6979, 8036, 6876, 8500, 7654, 10487, 7629, 7130, 7383, 6417, 8190, 8034, 13641, 9368, 13726, 6675, 7501, 6422, 5247, 6443, 6038, 7345, 6525, 7098, 6743, 7623, 10021, 10165, 7256, 10015, 6120, 8456, 6141, 8073, 7355, 7846, 6922, 5770, 6700, 6087, 7849, 8194, 7947, 7472, 7591, 6963, 9181, 7214, 11470, 6339, 9131, 6215, 7922, 7544, 8293, 6295, 5975, 6411, 5507, 6613, 6318, 7732, 5834, 9472, 7905, 7191, 7178, 7668, 7554, 7360, 8004, 6524, 9113, 6768, 11585, 8797, 13832, 10603, 10478, 7324, 6259, 7956, 10365, 9588, 8516, 13114, 11273, 13543, 10809, 7522, 7994, 6770, 8568, 6481, 8663, 7907, 8318, 7032, 8247, 7644, 6657, 7890, 6776, 9078, 10171, 10570, 8461, 7599, 8968, 8219, 7174, 8356, 6818, 8870, 7025, 10692, 8727, 13143, 8535, 10186, 7889, 5578, 8232, 7950, 8486, 6198, 8337, 7620, 6722, 8743, 6857, 9263, 7866, 10257, 7966, 5879, 8227, 6070, 7896, 7055, 8229, 9047, 9117, 12545, 9112, 9023, 8608, 7117, 8550, 8291, 9468, 6797, 7955, 6941, 6966, 7809, 6886, 8237, 5946, 7389, 6513, 5560, 7329, 7989, 8686, 6987, 7789, 7192, 7377, 7471, 5857, 8836, 7530, 10421, 9070, 6509, 7596, 6526, 9069, 6952, 13015, 9301, 10163, 7148, 6285, 8128, 7885, 10260, 6970, 10393, 7512, 11400, 8625, 12078, 8731, 6120, 7457, 6866, 7897, 6032, 8976, 7210, 7356, 6595, 5861, 6538, 5970, 8279, 7485, 8925, 6500, 7956, 6642, 8148, 7234, 7734, 7244, 6077, 7741, 7872, 12812, 9307, 13368, 10604, 12826, 9533, 6332, 7268, 7867, 7614, 8350, 7965, 6552, 8573, 7506, 7538, 7732, 7661, 8497, 6588, 8784, 7227, 7843, 7334, 6920, 7343, 6167, 7567, 6509, 7963, 8554, 10017, 7403, 9155, 8232, 8819, 7318, 6818, 5593, 7055, 5794, 9706, 7199, 6429, 7397, 7056, 8638, 6711, 8949, 8149, 9718, 7633, 6926, 8513, 6489, 13523, 10661, 7619, 7622, 8350, 8951, 6618, 13040, 9670, 10800, 8035, 7281, 7563, 6660, 9087, 6705, 6289, 6920, 6885, 7836, 6273, 9134, 7486, 11054, 8277, 7386, 7350, 6454, 7940, 8142, 11073, 6737, 5813, 6142, 6856, 8533, 6420, 8112, 7243, 6006, 6997, 6524, 9010, 8172, 13138, 10737, 12874, 9469, 6423, 7274, 6551, 8989, 6887, 8315, 7329, 6901, 7048, 6183, 9014, 7042, 6497, 7610, 6646, 8488, 6587, 9593, 8024, 8786, 7458, 6525, 7992, 6773, 13003, 7498, 6746, 7218, 7504, 8148, 6485, 10135, 7162, 7110, 7008, 6362, 7659, 9469, 10993, 7622, 10445, 6770, 5613, 6973, 7651, 9290, 6688, 8637, 6605, 6584, 6672, 6540, 7755, 7008, 7739, 8471, 9475, 6578, 9886, 8538, 11116, 7675, 13105, 6789, 7619, 7270, 5462, 6934, 7993, 8941, 7032, 7600, 6684, 5921, 7129, 6551, 8889, 6689, 8551, 6272, 8244, 7072, 8196, 7283, 6377, 7193, 6522, 8496, 6910, 11110, 6959, 8621, 7025, 6529, 7217, 7204, 8018, 6778, 8341, 6459, 10738, 7924, 6747, 6937, 7662, 8408, 7451, 6261, 8233, 7385, 8656, 7663, 6982, 7426, 8544, 11860, 8527, 13411, 11404, 13208, 11809, 11691, 8991, 8190, 13373, 8043, 7527, 7451, 7292, 7136, 7195, 7369, 7054, 7328, 6934, 7606, 8346, 7690, 7128, 7699, 6125, 7598, 6322, 7416, 7198, 7643, 7881, 8154, 8344, 7912, 7232, 8555, 6495, 9559, 7099, 9443, 7492, 5630, 6989, 6376, 7315, 6470, 7554, 7052, 7411, 7639, 8591, 6777, 9366, 7197, 9559, 7329, 7244, 7034, 9810, 7029, 8328, 7214, 6174, 8320, 6882, 11361, 7247, 8865, 7307, 7079, 6935, 6723, 8141, 7328, 8604, 7267, 8117, 7216, 7582, 10628, 7511, 11176, 7072, 12739, 8967, 13810, 9838, 10436, 8095, 8239, 8175, 7148, 10481, 7592, 8484, 7260, 9319, 7550, 6033, 7119, 7380, 7733, 7492, 8806, 7479, 9461, 7399, 11889, 8882, 9663, 10290, 7559, 8060, 7284, 7765, 7226, 8801, 7434, 9307, 7317, 9032, 7380, 6334, 8051, 7192, 10508, 7515, 6325, 6312, 6902, 8833, 6822, 9062, 7740, 6111, 6586, 7117, 8077, 7404, 10898, 7213, 8760, 7152, 10229, 7117, 10005, 8132, 8063, 6816, 7230, 7652, 7848, 6939, 8218, 8393, 8199, 6060, 9376, 6890, 6876, 7251, 6003, 7107, 6232, 7622, 6730, 8286, 7094, 8559, 6805, 9108, 7180, 10669, 8338, 12243, 8979, 7927, 7344, 6885, 7216, 6974, 8134, 6898, 8573, 7357, 7792, 7416, 9436, 7124, 12552, 7339, 10758, 7010, 10472, 8032, 12633, 8904, 8017, 8138, 7542], 'WindowCenter': [3584.0, 3548.0, 3554.0, 3542.0, 3539.0, 3536.0, 3512.0, 3523.0, 3512.0, 3543.0, 3510.0, 3540.0, 3519.0, 3541.0, 3519.0, 3527.0, 3506.0, 3495.0, 3507.0, 3507.0, 3505.0, 3481.0, 3504.0, 3484.0, 3505.0, 3507.0, 3486.0, 3508.0, 3497.0, 3519.0, 3499.0, 3489.0, 3511.0, 3489.0, 3511.0, 3533.0, 3523.0, 3502.0, 3535.0, 3524.0, 3513.0, 3512.0, 3523.0, 3545.0, 3513.0, 3556.0, 3503.0, 3533.0, 3513.0, 3523.0, 3522.0, 3491.0, 3512.0, 3524.0, 3522.0, 3501.0, 3532.0, 3500.0, 3532.0, 3510.0, 3531.0, 3510.0, 3510.0, 3511.0, 3490.0, 3523.0, 3501.0, 3544.0, 3502.0, 3524.0, 3514.0, 3514.0, 3525.0, 3505.0, 3526.0, 3526.0, 3537.0, 3547.0, 3548.0, 3504.0, 3537.0, 3516.0, 3526.0, 3540.0, 3527.0, 3526.0, 3526.0, 3525.0, 3492.0, 3524.0, 3524.0, 3502.0, 3523.0, 3500.0, 3546.0, 3534.0, 3546.0, 3569.0, 3547.0, 3568.0, 3556.0, 3545.0, 3524.0, 3513.0, 3522.0, 3500.0, 3520.0, 3532.0, 3535.0, 3514.0, 3534.0, 3523.0, 3534.0, 3523.0, 3524.0, 3536.0, 3526.0, 3536.0, 3536.0, 3515.0, 3537.0, 3522.0, 3521.0, 3498.0, 3507.0, 3485.0, 3505.0, 3485.0, 3506.0, 3484.0, 3505.0, 3504.0, 3505.0, 3485.0, 3507.0, 3496.0, 3497.0, 3509.0, 3500.0, 3521.0, 3512.0, 3521.0, 3511.0, 3520.0, 3498.0, 3507.0, 3497.0, 3516.0, 3507.0, 3529.0, 3507.0, 3539.0, 3506.0, 3493.0, 3497.0, 3504.0, 3495.0, 3508.0, 3487.0, 3497.0, 3500.0, 3511.0, 3491.0, 3535.0, 3515.0, 3525.0, 3525.0, 3503.0, 3524.0, 3517.0, 3535.0, 3514.0, 3534.0, 3501.0, 3523.0, 3500.0, 3522.0, 3497.0, 3531.0, 3510.0, 3541.0, 3508.0, 3519.0, 3509.0, 3498.0, 3542.0, 3520.0, 3509.0, 3509.0, 3509.0, 3510.0, 3512.0, 3500.0, 3510.0, 3497.0, 3520.0, 3499.0, 3519.0, 3511.0, 3542.0, 3509.0, 3487.0, 3508.0, 3488.0, 3497.0, 3498.0, 3498.0, 3499.0, 3499.0, 3511.0, 3502.0, 3534.0, 3512.0, 3501.0, 3512.0, 3514.0, 3512.0, 3502.0, 3522.0, 3501.0, 3524.0, 3513.0, 3502.0, 3513.0, 3514.0, 3512.0, 3502.0, 3523.0, 3514.0, 3516.0, 3526.0, 3526.0, 3537.0, 3527.0, 3525.0, 3515.0, 3536.0, 3526.0, 3547.0, 3522.0, 3512.0, 3511.0, 3501.0, 3523.0, 3523.0, 3557.0, 3533.0, 3554.0, 3500.0, 3511.0, 3501.0, 3479.0, 3501.0, 3501.0, 3513.0, 3501.0, 3510.0, 3501.0, 3512.0, 3533.0, 3533.0, 3499.0, 3530.0, 3487.0, 3509.0, 3489.0, 3510.0, 3512.0, 3511.0, 3512.0, 3490.0, 3501.0, 3489.0, 3522.0, 3522.0, 3512.0, 3511.0, 3511.0, 3501.0, 3521.0, 3511.0, 3544.0, 3501.0, 3520.0, 3488.0, 3509.0, 3512.0, 3521.0, 3500.0, 3489.0, 3501.0, 3490.0, 3501.0, 3502.0, 3524.0, 3504.0, 3547.0, 3526.0, 3514.0, 3513.0, 3526.0, 3524.0, 3513.0, 3522.0, 3501.0, 3522.0, 3502.0, 3545.0, 3536.0, 3556.0, 3542.0, 3529.0, 3509.0, 3487.0, 3508.0, 3531.0, 3532.0, 3523.0, 3558.0, 3545.0, 3567.0, 3544.0, 3524.0, 3523.0, 3513.0, 3520.0, 3500.0, 3521.0, 3526.0, 3523.0, 3511.0, 3522.0, 3508.0, 3498.0, 3508.0, 3487.0, 3507.0, 3517.0, 3517.0, 3506.0, 3496.0, 3507.0, 3508.0, 3497.0, 3508.0, 3486.0, 3507.0, 3486.0, 3529.0, 3508.0, 3540.0, 3507.0, 3518.0, 3508.0, 3475.0, 3507.0, 3509.0, 3522.0, 3503.0, 3524.0, 3524.0, 3514.0, 3536.0, 3515.0, 3536.0, 3536.0, 3548.0, 3526.0, 3492.0, 3523.0, 3489.0, 3509.0, 3499.0, 3522.0, 3518.0, 3521.0, 3540.0, 3506.0, 3505.0, 3492.0, 3497.0, 3507.0, 3506.0, 3505.0, 3485.0, 3495.0, 3510.0, 3497.0, 3508.0, 3497.0, 3508.0, 3487.0, 3510.0, 3500.0, 3478.0, 3511.0, 3523.0, 3536.0, 3516.0, 3526.0, 3513.0, 3526.0, 3513.0, 3502.0, 3535.0, 3527.0, 3548.0, 3536.0, 3503.0, 3524.0, 3503.0, 3534.0, 3513.0, 3556.0, 3534.0, 3533.0, 3500.0, 3500.0, 3511.0, 3509.0, 3532.0, 3500.0, 3531.0, 3511.0, 3542.0, 3521.0, 3541.0, 3507.0, 3476.0, 3497.0, 3487.0, 3509.0, 3489.0, 3521.0, 3511.0, 3510.0, 3500.0, 3490.0, 3502.0, 3502.0, 3536.0, 3514.0, 3535.0, 3503.0, 3523.0, 3514.0, 3523.0, 3513.0, 3511.0, 3512.0, 3490.0, 3510.0, 3511.0, 3556.0, 3523.0, 3556.0, 3533.0, 3555.0, 3534.0, 3503.0, 3510.0, 3511.0, 3510.0, 3522.0, 3511.0, 3500.0, 3521.0, 3512.0, 3510.0, 3510.0, 3509.0, 3509.0, 3498.0, 3508.0, 3499.0, 3508.0, 3498.0, 3497.0, 3498.0, 3476.0, 3497.0, 3486.0, 3497.0, 3508.0, 3518.0, 3498.0, 3520.0, 3523.0, 3521.0, 3509.0, 3500.0, 3491.0, 3513.0, 3504.0, 3548.0, 3527.0, 3515.0, 3526.0, 3527.0, 3536.0, 3515.0, 3536.0, 3526.0, 3534.0, 3512.0, 3512.0, 3522.0, 3501.0, 3553.0, 3541.0, 3510.0, 3508.0, 3519.0, 3520.0, 3500.0, 3554.0, 3532.0, 3542.0, 3508.0, 3512.0, 3510.0, 3512.0, 3533.0, 3513.0, 3502.0, 3513.0, 3514.0, 3524.0, 3514.0, 3535.0, 3525.0, 3545.0, 3524.0, 3511.0, 3509.0, 3489.0, 3511.0, 3511.0, 3543.0, 3498.0, 3489.0, 3501.0, 3514.0, 3534.0, 3515.0, 3525.0, 3514.0, 3503.0, 3514.0, 3502.0, 3535.0, 3525.0, 3559.0, 3544.0, 3556.0, 3533.0, 3501.0, 3511.0, 3502.0, 3522.0, 3513.0, 3523.0, 3512.0, 3512.0, 3512.0, 3503.0, 3534.0, 3513.0, 3500.0, 3512.0, 3502.0, 3523.0, 3513.0, 3535.0, 3524.0, 3522.0, 3512.0, 3500.0, 3522.0, 3502.0, 3553.0, 3512.0, 3502.0, 3512.0, 3513.0, 3521.0, 3503.0, 3545.0, 3515.0, 3513.0, 3513.0, 3503.0, 3524.0, 3533.0, 3545.0, 3513.0, 3543.0, 3502.0, 3490.0, 3512.0, 3524.0, 3548.0, 3514.0, 3534.0, 3515.0, 3514.0, 3514.0, 3503.0, 3525.0, 3513.0, 3513.0, 3523.0, 3534.0, 3501.0, 3530.0, 3522.0, 3532.0, 3510.0, 3552.0, 3499.0, 3509.0, 3510.0, 3478.0, 3511.0, 3524.0, 3536.0, 3516.0, 3524.0, 3514.0, 3504.0, 3515.0, 3517.0, 3536.0, 3515.0, 3536.0, 3516.0, 3536.0, 3528.0, 3537.0, 3526.0, 3504.0, 3514.0, 3515.0, 3535.0, 3527.0, 3559.0, 3515.0, 3537.0, 3514.0, 3503.0, 3515.0, 3525.0, 3525.0, 3514.0, 3536.0, 3516.0, 3560.0, 3539.0, 3515.0, 3515.0, 3527.0, 3538.0, 3528.0, 3518.0, 3551.0, 3529.0, 3550.0, 3539.0, 3528.0, 3525.0, 3536.0, 3555.0, 3525.0, 3557.0, 3546.0, 3556.0, 3546.0, 3545.0, 3523.0, 3523.0, 3567.0, 3523.0, 3527.0, 3527.0, 3526.0, 3513.0, 3501.0, 3512.0, 3501.0, 3510.0, 3501.0, 3512.0, 3510.0, 3510.0, 3501.0, 3511.0, 3489.0, 3509.0, 3484.0, 3496.0, 3497.0, 3497.0, 3509.0, 3509.0, 3510.0, 3510.0, 3511.0, 3521.0, 3501.0, 3534.0, 3513.0, 3534.0, 3514.0, 3492.0, 3514.0, 3503.0, 3525.0, 3516.0, 3527.0, 3514.0, 3527.0, 3526.0, 3536.0, 3528.0, 3547.0, 3528.0, 3548.0, 3526.0, 3525.0, 3515.0, 3546.0, 3514.0, 3525.0, 3515.0, 3504.0, 3525.0, 3514.0, 3557.0, 3515.0, 3535.0, 3515.0, 3514.0, 3515.0, 3516.0, 3528.0, 3527.0, 3538.0, 3528.0, 3526.0, 3527.0, 3527.0, 3548.0, 3527.0, 3558.0, 3514.0, 3557.0, 3537.0, 3567.0, 3535.0, 3545.0, 3513.0, 3523.0, 3522.0, 3501.0, 3545.0, 3526.0, 3524.0, 3512.0, 3534.0, 3513.0, 3502.0, 3512.0, 3512.0, 3512.0, 3512.0, 3522.0, 3527.0, 3534.0, 3514.0, 3556.0, 3524.0, 3534.0, 3533.0, 3512.0, 3523.0, 3511.0, 3512.0, 3510.0, 3521.0, 3511.0, 3521.0, 3511.0, 3521.0, 3511.0, 3489.0, 3512.0, 3501.0, 3543.0, 3512.0, 3500.0, 3500.0, 3513.0, 3536.0, 3515.0, 3537.0, 3527.0, 3504.0, 3514.0, 3513.0, 3525.0, 3514.0, 3545.0, 3513.0, 3523.0, 3499.0, 3531.0, 3501.0, 3532.0, 3510.0, 3509.0, 3498.0, 3499.0, 3511.0, 3510.0, 3499.0, 3519.0, 3523.0, 3522.0, 3504.0, 3534.0, 3514.0, 3512.0, 3525.0, 3503.0, 3514.0, 3504.0, 3525.0, 3515.0, 3537.0, 3515.0, 3536.0, 3516.0, 3536.0, 3517.0, 3548.0, 3526.0, 3557.0, 3536.0, 3525.0, 3514.0, 3514.0, 3514.0, 3514.0, 3525.0, 3514.0, 3522.0, 3513.0, 3513.0, 3514.0, 3535.0, 3513.0, 3556.0, 3513.0, 3543.0, 3501.0, 3543.0, 3525.0, 3557.0, 3534.0, 3512.0, 3523.0, 3525.0], 'WindowWidth': [8134.0, 8074.0, 8071.0, 8050.0, 8040.0, 8032.0, 7994.0, 8009.0, 7989.0, 8034.0, 7983.0, 8026.0, 7994.0, 8028.0, 7998.0, 8004.0, 7973.0, 7956.0, 7977.0, 7976.0, 7969.0, 7933.0, 7967.0, 7940.0, 7970.0, 7975.0, 7946.0, 7977.0, 7963.0, 7996.0, 7969.0, 7956.0, 7988.0, 7956.0, 7987.0, 8020.0, 8007.0, 7980.0, 8027.0, 8012.0, 7995.0, 7993.0, 8008.0, 8039.0, 7993.0, 8057.0, 7980.0, 8022.0, 7993.0, 8009.0, 8006.0, 7962.0, 7993.0, 8009.0, 8005.0, 7975.0, 8018.0, 7972.0, 8016.0, 7986.0, 8016.0, 7984.0, 7985.0, 7987.0, 7959.0, 8007.0, 7976.0, 8040.0, 7979.0, 8009.0, 7997.0, 7998.0, 8012.0, 7988.0, 8015.0, 8019.0, 8032.0, 8046.0, 8051.0, 7987.0, 8034.0, 8006.0, 8019.0, 8044.0, 8022.0, 8019.0, 8017.0, 8015.0, 7967.0, 8011.0, 8010.0, 7979.0, 8008.0, 7976.0, 8043.0, 8026.0, 8044.0, 8083.0, 8045.0, 8079.0, 8058.0, 8040.0, 8010.0, 7995.0, 8005.0, 7971.0, 7998.0, 8017.0, 8025.0, 7997.0, 8024.0, 8007.0, 8022.0, 8009.0, 8011.0, 8029.0, 8015.0, 8028.0, 8029.0, 7999.0, 8032.0, 8007.0, 8001.0, 7965.0, 7973.0, 7941.0, 7969.0, 7942.0, 7972.0, 7939.0, 7968.0, 7967.0, 7968.0, 7945.0, 7977.0, 7960.0, 7963.0, 7981.0, 7975.0, 8003.0, 7992.0, 8000.0, 7986.0, 7998.0, 7966.0, 7977.0, 7961.0, 7986.0, 7974.0, 8010.0, 7974.0, 8022.0, 7972.0, 7953.0, 7962.0, 7969.0, 7958.0, 7980.0, 7952.0, 7965.0, 7973.0, 7990.0, 7965.0, 8029.0, 8002.0, 8013.0, 8013.0, 7982.0, 8012.0, 8006.0, 8030.0, 7997.0, 8024.0, 7975.0, 8006.0, 7972.0, 8003.0, 7964.0, 8014.0, 7983.0, 8029.0, 7978.0, 7996.0, 7982.0, 7966.0, 8033.0, 7999.0, 7982.0, 7982.0, 7981.0, 7985.0, 7991.0, 7973.0, 7986.0, 7966.0, 8000.0, 7968.0, 7997.0, 7988.0, 8030.0, 7982.0, 7949.0, 7980.0, 7954.0, 7964.0, 7967.0, 7967.0, 7969.0, 7970.0, 7989.0, 7980.0, 8027.0, 7993.0, 7976.0, 7992.0, 8000.0, 7993.0, 7979.0, 8004.0, 7978.0, 8010.0, 7993.0, 7980.0, 7995.0, 7998.0, 7991.0, 7978.0, 8008.0, 8000.0, 8004.0, 8018.0, 8017.0, 8033.0, 8020.0, 8013.0, 8001.0, 8030.0, 8019.0, 8046.0, 8007.0, 7990.0, 7988.0, 7974.0, 8007.0, 8007.0, 8062.0, 8020.0, 8052.0, 7974.0, 7990.0, 7976.0, 7944.0, 7977.0, 7977.0, 7993.0, 7977.0, 7989.0, 7976.0, 7992.0, 8019.0, 8021.0, 7970.0, 8013.0, 7951.0, 7983.0, 7957.0, 7987.0, 7993.0, 7988.0, 7991.0, 7960.0, 7975.0, 7958.0, 8004.0, 8003.0, 7989.0, 7988.0, 7987.0, 7974.0, 8004.0, 7989.0, 8036.0, 7977.0, 8000.0, 7955.0, 7983.0, 7993.0, 8001.0, 7974.0, 7958.0, 7975.0, 7961.0, 7976.0, 7978.0, 8011.0, 7985.0, 8047.0, 8016.0, 7998.0, 7998.0, 8017.0, 8010.0, 7993.0, 8006.0, 7976.0, 8006.0, 7977.0, 8041.0, 8029.0, 8059.0, 8031.0, 8012.0, 7983.0, 7949.0, 7980.0, 8013.0, 8018.0, 8007.0, 8069.0, 8044.0, 8076.0, 8039.0, 8011.0, 8008.0, 7995.0, 7999.0, 7971.0, 8001.0, 8018.0, 8008.0, 7989.0, 8005.0, 7981.0, 7967.0, 7979.0, 7948.0, 7973.0, 7985.0, 7989.0, 7971.0, 7958.0, 7974.0, 7978.0, 7962.0, 7979.0, 7945.0, 7975.0, 7945.0, 8010.0, 7979.0, 8027.0, 7975.0, 7991.0, 7979.0, 7931.0, 7976.0, 7981.0, 8006.0, 7981.0, 8011.0, 8010.0, 7997.0, 8029.0, 8000.0, 8030.0, 8033.0, 8051.0, 8016.0, 7964.0, 8005.0, 7955.0, 7981.0, 7968.0, 8004.0, 7993.0, 8000.0, 8024.0, 7972.0, 7966.0, 7947.0, 7963.0, 7974.0, 7972.0, 7969.0, 7942.0, 7955.0, 7987.0, 7965.0, 7978.0, 7962.0, 7980.0, 7951.0, 7986.0, 7975.0, 7942.0, 7990.0, 8009.0, 8030.0, 8004.0, 8017.0, 7999.0, 8016.0, 7996.0, 7980.0, 8029.0, 8021.0, 8050.0, 8029.0, 7983.0, 8009.0, 7981.0, 8024.0, 7995.0, 8059.0, 8022.0, 8020.0, 7973.0, 7973.0, 7989.0, 7985.0, 8019.0, 7971.0, 8015.0, 7989.0, 8031.0, 8000.0, 8029.0, 7976.0, 7934.0, 7964.0, 7950.0, 7980.0, 7956.0, 8003.0, 7987.0, 7986.0, 7975.0, 7959.0, 7979.0, 7979.0, 8032.0, 7998.0, 8026.0, 7982.0, 8009.0, 7997.0, 8010.0, 7993.0, 7989.0, 7990.0, 7961.0, 7987.0, 7986.0, 8057.0, 8006.0, 8062.0, 8023.0, 8056.0, 8024.0, 7981.0, 7987.0, 7988.0, 7986.0, 8002.0, 7987.0, 7973.0, 8003.0, 7990.0, 7985.0, 7984.0, 7981.0, 7982.0, 7964.0, 7977.0, 7968.0, 7980.0, 7966.0, 7964.0, 7964.0, 7932.0, 7963.0, 7947.0, 7961.0, 7978.0, 7993.0, 7966.0, 7998.0, 8006.0, 8000.0, 7984.0, 7975.0, 7964.0, 7996.0, 7987.0, 8050.0, 8019.0, 8002.0, 8017.0, 8020.0, 8032.0, 8002.0, 8032.0, 8016.0, 8024.0, 7991.0, 7993.0, 8007.0, 7976.0, 8054.0, 8032.0, 7986.0, 7982.0, 7997.0, 8000.0, 7972.0, 8053.0, 8018.0, 8030.0, 7982.0, 7992.0, 7987.0, 7991.0, 8020.0, 7996.0, 7980.0, 7994.0, 7997.0, 8010.0, 7999.0, 8027.0, 8014.0, 8043.0, 8010.0, 7988.0, 7983.0, 7957.0, 7988.0, 7988.0, 8035.0, 7969.0, 7958.0, 7977.0, 7997.0, 8025.0, 8003.0, 8016.0, 8000.0, 7982.0, 7999.0, 7980.0, 8028.0, 8012.0, 8069.0, 8041.0, 8056.0, 8020.0, 7978.0, 7989.0, 7978.0, 8005.0, 7996.0, 8007.0, 7991.0, 7993.0, 7992.0, 7983.0, 8024.0, 7995.0, 7975.0, 7990.0, 7978.0, 8010.0, 7995.0, 8027.0, 8010.0, 8006.0, 7991.0, 7974.0, 8006.0, 7978.0, 8052.0, 7991.0, 7979.0, 7993.0, 7995.0, 8004.0, 7984.0, 8042.0, 8001.0, 7995.0, 7994.0, 7981.0, 8010.0, 8021.0, 8041.0, 7993.0, 8035.0, 7977.0, 7961.0, 7992.0, 8012.0, 8050.0, 8000.0, 8025.0, 8001.0, 7998.0, 7999.0, 7983.0, 8014.0, 7994.0, 7995.0, 8006.0, 8022.0, 7974.0, 8014.0, 8003.0, 8017.0, 7986.0, 8047.0, 7971.0, 7984.0, 7987.0, 7943.0, 7990.0, 8009.0, 8030.0, 8004.0, 8012.0, 8000.0, 7987.0, 8002.0, 8008.0, 8032.0, 8003.0, 8030.0, 8005.0, 8031.0, 8024.0, 8034.0, 8017.0, 7985.0, 7997.0, 8002.0, 8028.0, 8020.0, 8066.0, 8002.0, 8032.0, 7999.0, 7984.0, 8001.0, 8013.0, 8014.0, 7998.0, 8031.0, 8003.0, 8072.0, 8037.0, 8000.0, 8001.0, 8020.0, 8038.0, 8024.0, 8012.0, 8059.0, 8026.0, 8056.0, 8041.0, 8025.0, 8016.0, 8029.0, 8057.0, 8013.0, 8062.0, 8043.0, 8060.0, 8042.0, 8037.0, 8006.0, 8005.0, 8075.0, 8008.0, 8019.0, 8020.0, 8019.0, 7996.0, 7974.0, 7990.0, 7974.0, 7987.0, 7973.0, 7990.0, 7985.0, 7984.0, 7975.0, 7985.0, 7956.0, 7982.0, 7941.0, 7960.0, 7962.0, 7964.0, 7982.0, 7982.0, 7985.0, 7984.0, 7987.0, 8000.0, 7977.0, 8023.0, 7994.0, 8023.0, 7996.0, 7967.0, 7998.0, 7982.0, 8014.0, 8004.0, 8018.0, 8000.0, 8020.0, 8018.0, 8031.0, 8023.0, 8047.0, 8024.0, 8048.0, 8016.0, 8014.0, 8002.0, 8043.0, 7998.0, 8013.0, 8000.0, 7985.0, 8014.0, 7998.0, 8059.0, 8000.0, 8028.0, 7999.0, 7997.0, 8002.0, 8004.0, 8024.0, 8021.0, 8037.0, 8020.0, 8017.0, 8019.0, 8019.0, 8049.0, 8018.0, 8061.0, 7999.0, 8061.0, 8031.0, 8074.0, 8025.0, 8036.0, 7992.0, 8007.0, 8004.0, 7974.0, 8042.0, 8015.0, 8010.0, 7993.0, 8021.0, 7994.0, 7978.0, 7992.0, 7991.0, 7991.0, 7990.0, 8005.0, 8021.0, 8025.0, 7996.0, 8057.0, 8010.0, 8020.0, 8022.0, 7992.0, 8006.0, 7989.0, 7988.0, 7985.0, 8000.0, 7988.0, 8001.0, 7987.0, 8003.0, 7989.0, 7956.0, 7989.0, 7975.0, 8035.0, 7991.0, 7973.0, 7974.0, 7996.0, 8029.0, 8004.0, 8033.0, 8021.0, 7985.0, 7997.0, 7994.0, 8013.0, 7997.0, 8040.0, 7992.0, 8006.0, 7971.0, 8015.0, 7972.0, 8015.0, 7984.0, 7982.0, 7967.0, 7967.0, 7985.0, 7985.0, 7971.0, 7996.0, 8005.0, 8005.0, 7984.0, 8025.0, 7996.0, 7994.0, 8015.0, 7982.0, 7997.0, 7983.0, 8015.0, 8002.0, 8032.0, 8002.0, 8030.0, 8004.0, 8032.0, 8007.0, 8050.0, 8015.0, 8059.0, 8027.0, 8011.0, 7998.0, 7997.0, 7997.0, 7998.0, 8015.0, 7997.0, 8009.0, 7993.0, 7994.0, 7996.0, 8025.0, 7994.0, 8058.0, 7993.0, 8033.0, 7976.0, 8033.0, 8014.0, 8059.0, 8023.0, 7990.0, 8007.0, 8013.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.0004516206896551724</td></tr>
<tr><td colspan=3>aqi</td><td>0.020064124827586204</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.36969627598391</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.21641087589183</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0055816236018427</td></tr>
<tr><td colspan=3>efc</td><td>0.4918</td></tr>
<tr><td colspan=3>fber</td><td>5153.7998</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08080613961032872</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.528735632183908</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478092455357752</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3572763074345167</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.712008298977047</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.364992759661693</td></tr>
<tr><td colspan=3>gcor</td><td>0.015168</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01359909400343895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03382793441414833</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.9657516762496754</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.0076</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.865</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.1174</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295978.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>728.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.5366</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7114</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>411.216</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2724.6962</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>945.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>725.2048</td></tr>
<tr><td colspan=3>tsnr</td><td>40.79176592477597</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>