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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0070_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-05_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-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_ses-04_task-social_acq-mb8_run-05_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-0070/ses-04/func/sub-0070_ses-04_task-social_acq-mb8_run-05_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>c9e08ca8bf3903b4430d45a196513c2f</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:16.025000</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.998554, 0.0133182, -0.0520853, -0.00627423, 0.991078, 0.133132]</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-05_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.0941432</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7793, -7246, 454, -31, -287, -23, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>282.589</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>df220d73-4c2b-4334-93e0-3c742683db40||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.679046869277954, -0.016833288595080376, -0.1441628336906433, 112.70991516113281], [-0.03573165461421013, 2.6589910984039307, 0.3580529987812042, -96.50149536132812], [-0.1397409290075302, -0.35718223452568054, 2.6722676753997803, -55.6845588684082], [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': ['131216.025000', '131216.485000', '131216.945000', '131217.405000', '131217.865000', '131218.325000', '131218.785000', '131219.245000', '131219.705000', '131220.165000', '131220.625000', '131221.085000', '131221.545000', '131222.005000', '131222.465000', '131222.925000', '131223.385000', '131223.845000', '131224.305000', '131224.765000', '131225.225000', '131225.685000', '131226.145000', '131226.605000', '131227.065000', '131227.525000', '131227.985000', '131228.445000', '131228.905000', '131229.365000', '131229.825000', '131230.285000', '131230.745000', '131231.205000', '131231.665000', '131232.125000', '131232.585000', '131233.045000', '131233.505000', '131233.965000', '131234.425000', '131234.885000', '131235.345000', '131235.805000', '131236.265000', '131236.725000', '131237.185000', '131237.645000', '131238.105000', '131238.565000', '131239.025000', '131239.485000', '131239.945000', '131240.405000', '131240.865000', '131241.325000', '131241.785000', '131242.245000', '131242.705000', '131243.165000', '131243.625000', '131244.085000', '131244.545000', '131245.005000', '131245.465000', '131245.925000', '131246.385000', '131246.845000', '131247.305000', '131247.765000', '131248.225000', '131248.685000', '131249.145000', '131249.605000', '131250.065000', '131250.525000', '131250.985000', '131251.445000', '131251.905000', '131252.365000', '131252.825000', '131253.285000', '131253.745000', '131254.205000', '131254.665000', '131255.125000', '131255.585000', '131256.045000', '131256.505000', '131256.965000', '131257.425000', '131257.885000', '131258.345000', '131258.805000', '131259.265000', '131259.725000', '131300.185000', '131300.645000', '131301.105000', '131301.565000', '131302.025000', '131302.485000', '131302.945000', '131303.405000', '131303.865000', '131304.325000', '131304.785000', '131305.245000', '131305.705000', '131306.165000', '131306.625000', '131307.085000', '131307.545000', '131308.005000', '131308.465000', '131308.925000', '131309.385000', '131309.845000', '131310.305000', '131310.765000', '131311.225000', '131311.685000', '131312.145000', '131312.605000', '131313.065000', '131313.525000', '131313.985000', '131314.445000', '131314.905000', '131315.365000', '131315.825000', '131316.285000', '131316.745000', '131317.205000', '131317.665000', '131318.125000', '131318.585000', '131319.045000', '131319.505000', '131319.965000', '131320.425000', '131320.885000', '131321.345000', '131321.805000', '131322.265000', '131322.725000', '131323.185000', '131323.645000', '131324.105000', '131324.565000', '131325.025000', '131325.485000', '131325.945000', '131326.405000', '131326.865000', '131327.325000', '131327.785000', '131328.245000', '131328.705000', '131329.165000', '131329.625000', '131330.085000', '131330.545000', '131331.005000', '131331.465000', '131331.925000', '131332.385000', '131332.845000', '131333.305000', '131333.765000', '131334.225000', '131334.685000', '131335.145000', '131335.605000', '131336.065000', '131336.525000', '131336.985000', '131337.445000', '131337.905000', '131338.365000', '131338.825000', '131339.285000', '131339.745000', '131340.205000', '131340.665000', '131341.125000', '131341.585000', '131342.045000', '131342.505000', '131342.965000', '131343.425000', '131343.885000', '131344.345000', '131344.805000', '131345.265000', '131345.725000', '131346.185000', '131346.645000', '131347.105000', '131347.565000', '131348.025000', '131348.485000', '131348.945000', '131349.405000', '131349.865000', '131350.325000', '131350.785000', '131351.245000', '131351.705000', '131352.165000', '131352.625000', '131353.085000', '131353.545000', '131354.005000', '131354.465000', '131354.925000', '131355.385000', '131355.845000', '131356.305000', '131356.765000', '131357.225000', '131357.685000', '131358.145000', '131358.605000', '131359.065000', '131359.525000', '131359.985000', '131400.445000', '131400.905000', '131401.365000', '131401.825000', '131402.285000', '131402.745000', '131403.205000', '131403.665000', '131404.125000', '131404.585000', '131405.045000', '131405.505000', '131405.965000', '131406.425000', '131406.885000', '131407.345000', '131407.805000', '131408.265000', '131408.725000', '131409.185000', '131409.645000', '131410.105000', '131410.565000', '131411.025000', '131411.485000', '131411.945000', '131412.405000', '131412.865000', '131413.325000', '131413.785000', '131414.245000', '131414.705000', '131415.165000', '131415.625000', '131416.085000', '131416.545000', '131417.005000', '131417.465000', '131417.925000', '131418.385000', '131418.845000', '131419.305000', '131419.765000', '131420.225000', '131420.685000', '131421.145000', '131421.605000', '131422.065000', '131422.525000', '131422.985000', '131423.445000', '131423.905000', '131424.365000', '131424.825000', '131425.285000', '131425.745000', '131426.205000', '131426.665000', '131427.125000', '131427.585000', '131428.045000', '131428.505000', '131428.965000', '131429.425000', '131429.885000', '131430.345000', '131430.805000', '131431.265000', '131431.725000', '131432.185000', '131432.645000', '131433.105000', '131433.565000', '131434.025000', '131434.485000', '131434.945000', '131435.405000', '131435.865000', '131436.325000', '131436.785000', '131437.245000', '131437.705000', '131438.165000', '131438.625000', '131439.085000', '131439.545000', '131440.005000', '131440.465000', '131440.925000', '131441.385000', '131441.845000', '131442.305000', '131442.765000', '131443.225000', '131443.685000', '131444.145000', '131444.605000', '131445.065000', '131445.525000', '131445.985000', '131446.445000', '131446.905000', '131447.365000', '131447.825000', '131448.285000', '131448.745000', '131449.205000', '131449.665000', '131450.125000', '131450.585000', '131451.045000', '131451.505000', '131451.965000', '131452.425000', '131452.885000', '131453.345000', '131453.805000', '131454.265000', '131454.725000', '131455.185000', '131455.645000', '131456.105000', '131456.565000', '131457.025000', '131457.485000', '131457.945000', '131458.405000', '131458.865000', '131459.325000', '131459.785000', '131500.245000', '131500.705000', '131501.165000', '131501.625000', '131502.085000', '131502.545000', '131503.005000', '131503.465000', '131503.925000', '131504.385000', '131504.845000', '131505.305000', '131505.765000', '131506.225000', '131506.685000', '131507.145000', '131507.605000', '131508.065000', '131508.525000', '131508.985000', '131509.445000', '131509.905000', '131510.365000', '131510.825000', '131511.285000', '131511.745000', '131512.205000', '131512.665000', '131513.125000', '131513.585000', '131514.045000', '131514.505000', '131514.965000', '131515.425000', '131515.885000', '131516.345000', '131516.805000', '131517.265000', '131517.725000', '131518.185000', '131518.645000', '131519.105000', '131519.565000', '131520.025000', '131520.485000', '131520.945000', '131521.405000', '131521.865000', '131522.325000', '131522.785000', '131523.245000', '131523.705000', '131524.165000', '131524.625000', '131525.085000', '131525.545000', '131526.005000', '131526.465000', '131526.925000', '131527.385000', '131527.845000', '131528.305000', '131528.765000', '131529.225000', '131529.685000', '131530.145000', '131530.605000', '131531.065000', '131531.525000', '131531.985000', '131532.445000', '131532.905000', '131533.365000', '131533.825000', '131534.285000', '131534.745000', '131535.205000', '131535.665000', '131536.125000', '131536.585000', '131537.045000', '131537.505000', '131537.965000', '131538.425000', '131538.885000', '131539.345000', '131539.805000', '131540.265000', '131540.725000', '131541.185000', '131541.645000', '131542.105000', '131542.565000', '131543.025000', '131543.485000', '131543.945000', '131544.405000', '131544.865000', '131545.325000', '131545.785000', '131546.245000', '131546.705000', '131547.165000', '131547.625000', '131548.085000', '131548.545000', '131549.005000', '131549.465000', '131549.925000', '131550.385000', '131550.845000', '131551.305000', '131551.765000', '131552.225000', '131552.685000', '131553.145000', '131553.605000', '131554.065000', '131554.525000', '131554.985000', '131555.445000', '131555.905000', '131556.365000', '131556.825000', '131557.285000', '131557.745000', '131558.205000', '131558.665000', '131559.125000', '131559.585000', '131600.045000', '131600.505000', '131600.965000', '131601.425000', '131601.885000', '131602.345000', '131602.805000', '131603.265000', '131603.725000', '131604.185000', '131604.645000', '131605.105000', '131605.565000', '131606.025000', '131606.485000', '131606.945000', '131607.405000', '131607.865000', '131608.325000', '131608.785000', '131609.245000', '131609.705000', '131610.165000', '131610.625000', '131611.085000', '131611.545000', '131612.005000', '131612.465000', '131612.925000', '131613.385000', '131613.845000', '131614.305000', '131614.765000', '131615.225000', '131615.685000', '131616.145000', '131616.605000', '131617.065000', '131617.525000', '131617.985000', '131618.445000', '131618.905000', '131619.365000', '131619.825000', '131620.285000', '131620.745000', '131621.205000', '131621.665000', '131622.125000', '131622.585000', '131623.045000', '131623.505000', '131623.965000', '131624.425000', '131624.885000', '131625.345000', '131625.805000', '131626.265000', '131626.725000', '131627.185000', '131627.645000', '131628.105000', '131628.565000', '131629.025000', '131629.485000', '131629.945000', '131630.405000', '131630.865000', '131631.325000', '131631.785000', '131632.245000', '131632.705000', '131633.165000', '131633.625000', '131634.085000', '131634.545000', '131635.005000', '131635.465000', '131635.925000', '131636.385000', '131636.845000', '131637.305000', '131637.765000', '131638.225000', '131638.685000', '131639.145000', '131639.605000', '131640.065000', '131640.525000', '131640.985000', '131641.445000', '131641.905000', '131642.365000', '131642.825000', '131643.285000', '131643.745000', '131644.205000', '131644.665000', '131645.125000', '131645.585000', '131646.045000', '131646.505000', '131646.965000', '131647.425000', '131647.885000', '131648.345000', '131648.805000', '131649.265000', '131649.725000', '131650.185000', '131650.645000', '131651.105000', '131651.565000', '131652.025000', '131652.485000', '131652.945000', '131653.405000', '131653.865000', '131654.325000', '131654.785000', '131655.245000', '131655.705000', '131656.165000', '131656.625000', '131657.085000', '131657.545000', '131658.005000', '131658.465000', '131658.925000', '131659.385000', '131659.845000', '131700.305000', '131700.765000', '131701.225000', '131701.685000', '131702.145000', '131702.605000', '131703.065000', '131703.525000', '131703.985000', '131704.445000', '131704.905000', '131705.365000', '131705.825000', '131706.285000', '131706.745000', '131707.205000', '131707.665000', '131708.125000', '131708.585000', '131709.045000', '131709.505000', '131709.965000', '131710.425000', '131710.885000', '131711.345000', '131711.805000', '131712.265000', '131712.725000', '131713.185000', '131713.645000', '131714.105000', '131714.565000', '131715.025000', '131715.485000', '131715.945000', '131716.405000', '131716.865000', '131717.325000', '131717.785000', '131718.245000', '131718.705000', '131719.165000', '131719.625000', '131720.085000', '131720.545000', '131721.005000', '131721.465000', '131721.925000', '131722.385000', '131722.845000', '131723.305000', '131723.765000', '131724.225000', '131724.685000', '131725.145000', '131725.605000', '131726.065000', '131726.525000', '131726.985000', '131727.445000', '131727.905000', '131728.365000', '131728.825000', '131729.285000', '131729.745000', '131730.205000', '131730.665000', '131731.125000', '131731.585000', '131732.045000', '131732.505000', '131732.965000', '131733.425000', '131733.885000', '131734.345000', '131734.805000', '131735.265000', '131735.725000', '131736.185000', '131736.645000', '131737.105000', '131737.565000', '131738.025000', '131738.485000', '131738.945000', '131739.405000', '131739.865000', '131740.325000', '131740.785000', '131741.245000', '131741.705000', '131742.165000', '131742.625000', '131743.085000', '131743.545000', '131744.005000', '131744.465000', '131744.925000', '131745.385000', '131745.845000', '131746.305000', '131746.765000', '131747.225000', '131747.685000', '131748.145000', '131748.605000', '131749.065000', '131749.525000', '131749.985000', '131750.445000', '131750.905000', '131751.365000', '131751.825000', '131752.285000', '131752.745000', '131753.205000', '131753.665000', '131754.125000', '131754.585000', '131755.045000', '131755.505000', '131755.965000', '131756.425000', '131756.885000', '131757.345000', '131757.805000', '131758.265000', '131758.725000', '131759.185000', '131759.645000', '131800.105000', '131800.565000', '131801.025000', '131801.485000', '131801.945000', '131802.405000', '131802.865000', '131803.325000', '131803.785000', '131804.245000', '131804.705000', '131805.165000', '131805.625000', '131806.085000', '131806.545000', '131807.005000', '131807.465000', '131807.925000', '131808.385000', '131808.845000', '131809.305000', '131809.765000', '131810.225000', '131810.685000', '131811.145000', '131811.605000', '131812.065000', '131812.525000', '131812.985000', '131813.445000', '131813.905000', '131814.365000', '131814.825000', '131815.285000', '131815.745000', '131816.205000', '131816.665000', '131817.125000', '131817.585000', '131818.045000', '131818.505000', '131818.965000', '131819.425000', '131819.885000', '131820.345000', '131820.805000', '131821.265000', '131821.725000', '131822.185000', '131822.645000', '131823.105000', '131823.565000', '131824.025000', '131824.485000', '131824.945000', '131825.405000', '131825.865000', '131826.325000', '131826.785000', '131827.245000', '131827.705000', '131828.165000', '131828.625000', '131829.085000', '131829.545000', '131830.005000', '131830.465000', '131830.925000', '131831.385000', '131831.845000', '131832.305000', '131832.765000', '131833.225000', '131833.685000', '131834.145000', '131834.605000', '131835.065000', '131835.525000', '131835.985000', '131836.445000', '131836.905000', '131837.365000', '131837.825000', '131838.285000', '131838.745000', '131839.205000', '131839.665000', '131840.125000', '131840.585000', '131841.045000', '131841.505000', '131841.965000', '131842.425000', '131842.885000', '131843.345000', '131843.805000', '131844.265000', '131844.725000', '131845.185000', '131845.645000', '131846.105000', '131846.565000', '131847.025000', '131847.485000', '131847.945000', '131848.405000', '131848.865000', '131849.325000', '131849.785000', '131850.245000', '131850.705000', '131851.165000', '131851.625000', '131852.085000', '131852.545000', '131853.005000', '131853.465000', '131853.925000', '131854.385000', '131854.845000', '131855.305000', '131855.765000', '131856.225000', '131856.685000'], 'ContentTime': ['131238.523000', '131238.526000', '131238.529000', '131238.532000', '131238.535000', '131238.537000', '131238.540000', '131238.543000', '131238.554000', '131238.557000', '131238.560000', '131238.562000', '131238.565000', '131238.567000', '131238.570000', '131238.573000', '131238.575000', '131238.578000', '131238.580000', '131238.583000', '131238.585000', '131238.588000', '131238.591000', '131238.593000', '131238.596000', '131238.598000', '131238.601000', '131238.604000', '131238.606000', '131238.609000', '131238.611000', '131238.614000', '131238.616000', '131238.619000', '131238.622000', '131238.624000', '131238.627000', '131238.629000', '131238.632000', '131238.634000', '131238.637000', '131238.640000', '131238.642000', '131238.645000', '131238.654000', '131238.656000', '131238.659000', '131258.462000', '131258.465000', '131258.468000', '131258.470000', '131258.473000', '131258.476000', '131258.478000', '131258.481000', '131258.483000', '131258.486000', '131258.489000', '131258.491000', '131258.494000', '131258.496000', '131258.499000', '131258.501000', '131258.504000', '131258.507000', '131258.509000', '131258.512000', '131258.514000', '131258.517000', '131258.519000', '131258.522000', '131258.525000', '131258.527000', '131258.530000', '131258.532000', '131258.535000', '131258.537000', '131258.546000', '131258.548000', '131258.551000', '131258.553000', '131258.556000', '131258.558000', '131258.561000', '131258.564000', '131258.566000', '131258.569000', '131258.571000', '131258.574000', '131258.576000', '131258.579000', '131318.463000', '131318.466000', '131318.468000', '131318.471000', '131318.473000', '131318.476000', '131318.479000', '131318.481000', '131318.484000', '131318.486000', '131318.489000', '131318.491000', '131318.494000', '131318.496000', '131318.499000', '131318.502000', '131318.513000', '131318.515000', '131318.518000', '131318.520000', '131318.523000', '131318.525000', '131318.528000', '131318.531000', '131318.533000', '131318.536000', '131318.538000', '131318.541000', '131318.543000', '131318.546000', '131318.549000', '131318.551000', '131318.554000', '131318.556000', '131318.559000', '131318.561000', '131318.564000', '131318.567000', '131318.569000', '131318.572000', '131318.574000', '131318.577000', '131318.579000', '131338.463000', '131338.466000', '131338.470000', '131338.473000', '131338.476000', '131338.478000', '131338.490000', '131338.492000', '131338.495000', '131338.498000', '131338.500000', '131338.503000', '131338.505000', '131338.508000', '131338.510000', '131338.513000', '131338.515000', '131338.518000', '131338.521000', '131338.524000', '131338.527000', '131338.529000', '131338.532000', '131338.534000', '131338.543000', '131338.546000', '131338.548000', '131338.551000', '131338.553000', '131338.556000', '131338.559000', '131338.561000', '131338.564000', '131338.566000', '131338.569000', '131338.571000', '131338.574000', '131338.577000', '131338.579000', '131338.582000', '131338.584000', '131338.587000', '131338.589000', '131338.592000', '131358.464000', '131358.467000', '131358.469000', '131358.472000', '131358.474000', '131358.477000', '131358.480000', '131358.482000', '131358.485000', '131358.487000', '131358.490000', '131358.492000', '131358.495000', '131358.497000', '131358.500000', '131358.512000', '131358.515000', '131358.518000', '131358.520000', '131358.523000', '131358.526000', '131358.528000', '131358.531000', '131358.533000', '131358.536000', '131358.538000', '131358.541000', '131358.544000', '131358.546000', '131358.549000', '131358.551000', '131358.554000', '131358.556000', '131358.559000', '131358.562000', '131358.564000', '131358.567000', '131358.569000', '131358.572000', '131358.575000', '131358.577000', '131358.580000', '131358.582000', '131418.463000', '131418.466000', '131418.469000', '131418.471000', '131418.474000', '131418.477000', '131418.479000', '131418.482000', '131418.484000', '131418.487000', '131418.490000', '131418.492000', '131418.495000', '131418.503000', '131418.505000', '131418.508000', '131418.510000', '131418.513000', '131418.515000', '131418.518000', '131418.521000', '131418.523000', '131418.526000', '131418.529000', '131418.531000', '131418.534000', '131418.536000', '131418.539000', '131418.541000', '131418.544000', '131418.547000', '131418.549000', '131418.552000', '131418.554000', '131418.557000', '131418.560000', '131418.562000', '131418.565000', '131418.568000', '131418.570000', '131418.573000', '131418.575000', '131418.578000', '131418.581000', '131438.463000', '131438.466000', '131438.469000', '131438.471000', '131438.474000', '131438.477000', '131438.479000', '131438.482000', '131438.484000', '131438.487000', '131438.489000', '131438.492000', '131438.495000', '131438.497000', '131438.500000', '131438.502000', '131438.505000', '131438.507000', '131438.510000', '131438.513000', '131438.515000', '131438.518000', '131438.520000', '131438.523000', '131438.525000', '131438.528000', '131438.531000', '131438.533000', '131438.536000', '131438.538000', '131438.541000', '131438.543000', '131438.546000', '131438.549000', '131438.551000', '131438.554000', '131438.556000', '131438.559000', '131438.562000', '131438.564000', '131438.567000', '131438.569000', '131438.572000', '131458.464000', '131458.467000', '131458.469000', '131458.472000', '131458.475000', '131458.477000', '131458.480000', '131458.482000', '131458.485000', '131458.488000', '131458.490000', '131458.493000', '131458.496000', '131458.499000', '131458.501000', '131458.504000', '131458.508000', '131458.511000', '131458.514000', '131458.516000', '131458.519000', '131458.521000', '131458.524000', '131458.527000', '131458.529000', '131458.532000', '131458.535000', '131458.537000', '131458.540000', '131458.542000', '131458.545000', '131458.548000', '131458.550000', '131458.553000', '131458.556000', '131458.558000', '131458.561000', '131458.563000', '131458.566000', '131458.569000', '131458.571000', '131458.574000', '131458.576000', '131518.462000', '131518.465000', '131518.468000', '131518.471000', '131518.474000', '131518.476000', '131518.479000', '131518.481000', '131518.484000', '131518.487000', '131518.489000', '131518.492000', '131518.494000', '131518.497000', '131518.500000', '131518.502000', '131518.505000', '131518.508000', '131518.510000', '131518.513000', '131518.515000', '131518.518000', '131518.521000', '131518.523000', '131518.526000', '131518.528000', '131518.531000', '131518.534000', '131518.536000', '131518.539000', '131518.541000', '131518.544000', '131518.547000', '131518.549000', '131518.552000', '131518.554000', '131518.557000', '131518.560000', '131518.562000', '131518.565000', '131518.567000', '131518.570000', '131518.573000', '131518.575000', '131538.462000', '131538.465000', '131538.468000', '131538.471000', '131538.473000', '131538.476000', '131538.479000', '131538.481000', '131538.484000', '131538.486000', '131538.489000', '131538.492000', '131538.495000', '131538.498000', '131538.501000', '131538.503000', '131538.506000', '131538.509000', '131538.511000', '131538.514000', '131538.516000', '131538.519000', '131538.522000', '131538.524000', '131538.527000', '131538.529000', '131538.532000', '131538.534000', '131538.537000', '131538.540000', '131538.542000', '131538.545000', '131538.548000', '131538.550000', '131538.553000', '131538.555000', '131538.558000', '131538.561000', '131538.563000', '131538.566000', '131538.568000', '131538.571000', '131538.573000', '131558.462000', '131558.465000', '131558.468000', '131558.471000', '131558.473000', '131558.476000', '131558.478000', '131558.481000', '131558.483000', '131558.486000', '131558.489000', '131558.491000', '131558.494000', '131558.496000', '131558.499000', '131558.502000', '131558.504000', '131558.507000', '131558.509000', '131558.512000', '131558.515000', '131558.517000', '131558.520000', '131558.522000', '131558.525000', '131558.528000', '131558.530000', '131558.533000', '131558.535000', '131558.538000', '131558.541000', '131558.543000', '131558.546000', '131558.549000', '131558.551000', '131558.554000', '131558.556000', '131558.559000', '131558.561000', '131558.564000', '131558.566000', '131558.569000', '131558.572000', '131558.574000', '131618.464000', '131618.466000', '131618.469000', '131618.472000', '131618.474000', '131618.477000', '131618.480000', '131618.482000', '131618.485000', '131618.488000', '131618.491000', '131618.494000', '131618.497000', '131618.499000', '131618.502000', '131618.505000', '131618.507000', '131618.510000', '131618.512000', '131618.515000', '131618.517000', '131618.520000', '131618.523000', '131618.525000', '131618.528000', '131618.530000', '131618.533000', '131618.535000', '131618.538000', '131618.541000', '131618.543000', '131618.547000', '131618.549000', '131618.552000', '131618.555000', '131618.557000', '131618.560000', '131618.562000', '131618.565000', '131618.568000', '131618.570000', '131618.573000', '131618.575000', '131638.464000', '131638.467000', '131638.469000', '131638.472000', '131638.474000', '131638.477000', '131638.480000', '131638.482000', '131638.485000', '131638.487000', '131638.490000', '131638.492000', '131638.495000', '131638.498000', '131638.500000', '131638.503000', '131638.506000', '131638.508000', '131638.511000', '131638.513000', '131638.516000', '131638.518000', '131638.521000', '131638.524000', '131638.526000', '131638.529000', '131638.531000', '131638.543000', '131638.546000', '131638.548000', '131638.551000', '131638.553000', '131638.556000', '131638.559000', '131638.561000', '131638.564000', '131638.566000', '131638.569000', '131638.572000', '131638.574000', '131638.577000', '131638.579000', '131638.582000', '131638.585000', '131658.464000', '131658.466000', '131658.469000', '131658.472000', '131658.474000', '131658.477000', '131658.479000', '131658.482000', '131658.485000', '131658.487000', '131658.490000', '131658.492000', '131658.495000', '131658.498000', '131658.500000', '131658.503000', '131658.505000', '131658.508000', '131658.510000', '131658.513000', '131658.516000', '131658.519000', '131658.522000', '131658.524000', '131658.527000', '131658.530000', '131658.532000', '131658.535000', '131658.538000', '131658.540000', '131658.543000', '131658.545000', '131658.548000', '131658.550000', '131658.553000', '131658.556000', '131658.558000', '131658.561000', '131658.563000', '131658.566000', '131658.569000', '131658.571000', '131658.574000', '131718.464000', '131718.466000', '131718.469000', '131718.472000', '131718.474000', '131718.477000', '131718.479000', '131718.482000', '131718.485000', '131718.487000', '131718.490000', '131718.493000', '131718.495000', '131718.498000', '131718.500000', '131718.503000', '131718.506000', '131718.508000', '131718.511000', '131718.513000', '131718.516000', '131718.518000', '131718.521000', '131718.524000', '131718.526000', '131718.529000', '131718.532000', '131718.534000', '131718.537000', '131718.539000', '131718.542000', '131718.545000', '131718.547000', '131718.550000', '131718.552000', '131718.555000', '131718.558000', '131718.560000', '131718.563000', '131718.565000', '131718.568000', '131718.571000', '131718.573000', '131718.576000', '131738.463000', '131738.466000', '131738.468000', '131738.471000', '131738.473000', '131738.476000', '131738.479000', '131738.481000', '131738.484000', '131738.486000', '131738.489000', '131738.492000', '131738.494000', '131738.497000', '131738.499000', '131738.502000', '131738.505000', '131738.507000', '131738.510000', '131738.512000', '131738.515000', '131738.518000', '131738.520000', '131738.523000', '131738.526000', '131738.528000', '131738.531000', '131738.533000', '131738.536000', '131738.539000', '131738.541000', '131738.544000', '131738.547000', '131738.549000', '131738.552000', '131738.555000', '131738.557000', '131738.560000', '131738.562000', '131738.565000', '131738.568000', '131738.570000', '131738.573000', '131758.463000', '131758.466000', '131758.468000', '131758.471000', '131758.474000', '131758.476000', '131758.479000', '131758.481000', '131758.484000', '131758.486000', '131758.489000', '131758.492000', '131758.494000', '131758.497000', '131758.499000', '131758.502000', '131758.505000', '131758.507000', '131758.510000', '131758.513000', '131758.515000', '131758.518000', '131758.520000', '131758.523000', '131758.527000', '131758.530000', '131758.533000', '131758.535000', '131758.538000', '131758.541000', '131758.543000', '131758.546000', '131758.548000', '131758.551000', '131758.554000', '131758.556000', '131758.559000', '131758.562000', '131758.575000', '131758.577000', '131758.580000', '131758.583000', '131758.585000', '131758.588000', '131818.463000', '131818.465000', '131818.468000', '131818.471000', '131818.473000', '131818.476000', '131818.478000', '131818.481000', '131818.484000', '131818.486000', '131818.489000', '131818.492000', '131818.494000', '131818.497000', '131818.499000', '131818.502000', '131818.505000', '131818.507000', '131818.510000', '131818.512000', '131818.515000', '131818.518000', '131818.521000', '131818.524000', '131818.526000', '131818.529000', '131818.531000', '131818.534000', '131818.537000', '131818.539000', '131818.542000', '131818.544000', '131818.547000', '131818.549000', '131818.552000', '131818.555000', '131818.557000', '131818.560000', '131818.562000', '131818.565000', '131818.568000', '131818.570000', '131818.573000', '131838.464000', '131838.467000', '131838.469000', '131838.472000', '131838.474000', '131838.477000', '131838.479000', '131838.482000', '131838.485000', '131838.487000', '131838.490000', '131838.492000', '131838.495000', '131838.497000', '131838.500000', '131838.503000', '131838.505000', '131838.508000', '131838.511000', '131838.513000', '131838.516000', '131838.518000', '131838.521000', '131838.524000', '131838.526000', '131838.529000', '131838.531000', '131838.534000', '131838.537000', '131838.539000', '131838.542000', '131838.544000', '131838.547000', '131838.550000', '131838.552000', '131838.555000', '131838.557000', '131838.560000', '131838.563000', '131838.565000', '131838.568000', '131838.570000', '131838.573000', '131838.576000', '131857.676000', '131857.679000', '131857.682000', '131857.685000', '131857.687000', '131857.690000', '131857.693000', '131857.696000', '131857.698000', '131857.701000', '131857.704000', '131857.707000', '131857.709000', '131857.712000', '131857.715000', '131857.717000', '131857.720000', '131857.722000', '131857.725000', '131857.727000', '131857.730000', '131857.733000', '131857.735000', '131857.738000', '131857.741000', '131857.743000', '131857.746000', '131857.748000', '131857.751000', '131857.754000', '131857.756000', '131857.759000', '131857.761000', '131857.764000', '131857.767000', '131857.769000', '131857.772000', '131857.775000', '131857.777000', '131857.780000', '131857.783000', '131857.786000'], 'InstanceCreationTime': ['131238.523000', '131238.526000', '131238.529000', '131238.532000', '131238.535000', '131238.537000', '131238.540000', '131238.543000', '131238.554000', '131238.557000', '131238.560000', '131238.562000', '131238.565000', '131238.567000', '131238.570000', '131238.573000', '131238.575000', '131238.578000', '131238.580000', '131238.583000', '131238.585000', '131238.588000', '131238.591000', '131238.593000', '131238.596000', '131238.598000', '131238.601000', '131238.604000', '131238.606000', '131238.609000', '131238.611000', '131238.614000', '131238.616000', '131238.619000', '131238.622000', '131238.624000', '131238.627000', '131238.629000', '131238.632000', '131238.634000', '131238.637000', '131238.640000', '131238.642000', '131238.645000', '131238.654000', '131238.656000', '131238.659000', '131258.462000', '131258.465000', '131258.468000', '131258.470000', '131258.473000', '131258.476000', '131258.478000', '131258.481000', '131258.483000', '131258.486000', '131258.489000', '131258.491000', '131258.494000', '131258.496000', '131258.499000', '131258.501000', '131258.504000', '131258.507000', '131258.509000', '131258.512000', '131258.514000', '131258.517000', '131258.519000', '131258.522000', '131258.525000', '131258.527000', '131258.530000', '131258.532000', '131258.535000', '131258.537000', '131258.546000', '131258.548000', '131258.551000', '131258.553000', '131258.556000', '131258.558000', '131258.561000', '131258.564000', '131258.566000', '131258.569000', '131258.571000', '131258.574000', '131258.576000', '131258.579000', '131318.463000', '131318.466000', '131318.468000', '131318.471000', '131318.473000', '131318.476000', '131318.479000', '131318.481000', '131318.484000', '131318.486000', '131318.489000', '131318.491000', '131318.494000', '131318.496000', '131318.499000', '131318.502000', '131318.513000', '131318.515000', '131318.518000', '131318.520000', '131318.523000', '131318.525000', '131318.528000', '131318.531000', '131318.533000', '131318.536000', '131318.538000', '131318.541000', '131318.543000', '131318.546000', '131318.549000', '131318.551000', '131318.554000', '131318.556000', '131318.559000', '131318.561000', '131318.564000', '131318.567000', '131318.569000', '131318.572000', '131318.574000', '131318.577000', '131318.579000', '131338.463000', '131338.466000', '131338.470000', '131338.473000', '131338.476000', '131338.478000', '131338.490000', '131338.492000', '131338.495000', '131338.498000', '131338.500000', '131338.503000', '131338.505000', '131338.508000', '131338.510000', '131338.513000', '131338.515000', '131338.518000', '131338.521000', '131338.524000', '131338.527000', '131338.529000', '131338.532000', '131338.534000', '131338.543000', '131338.546000', '131338.548000', '131338.551000', '131338.553000', '131338.556000', '131338.559000', '131338.561000', '131338.564000', '131338.566000', '131338.569000', '131338.571000', '131338.574000', '131338.577000', '131338.579000', '131338.582000', '131338.584000', '131338.587000', '131338.589000', '131338.592000', '131358.464000', '131358.467000', '131358.469000', '131358.472000', '131358.474000', '131358.477000', '131358.480000', '131358.482000', '131358.485000', '131358.487000', '131358.490000', '131358.492000', '131358.495000', '131358.497000', '131358.500000', '131358.512000', '131358.515000', '131358.518000', '131358.520000', '131358.523000', '131358.526000', '131358.528000', '131358.531000', '131358.533000', '131358.536000', '131358.538000', '131358.541000', '131358.544000', '131358.546000', '131358.549000', '131358.551000', '131358.554000', '131358.556000', '131358.559000', '131358.562000', '131358.564000', '131358.567000', '131358.569000', '131358.572000', '131358.575000', '131358.577000', '131358.580000', '131358.582000', '131418.463000', '131418.466000', '131418.469000', '131418.471000', '131418.474000', '131418.477000', '131418.479000', '131418.482000', '131418.484000', '131418.487000', '131418.490000', '131418.492000', '131418.495000', '131418.503000', '131418.505000', '131418.508000', '131418.510000', '131418.513000', '131418.515000', '131418.518000', '131418.521000', '131418.523000', '131418.526000', '131418.529000', '131418.531000', '131418.534000', '131418.536000', '131418.539000', '131418.541000', '131418.544000', '131418.547000', '131418.549000', '131418.552000', '131418.554000', '131418.557000', '131418.560000', '131418.562000', '131418.565000', '131418.568000', '131418.570000', '131418.573000', '131418.575000', '131418.578000', '131418.581000', '131438.463000', '131438.466000', '131438.469000', '131438.471000', '131438.474000', '131438.477000', '131438.479000', '131438.482000', '131438.484000', '131438.487000', '131438.489000', '131438.492000', '131438.495000', '131438.497000', '131438.500000', '131438.502000', '131438.505000', '131438.507000', '131438.510000', '131438.513000', '131438.515000', '131438.518000', '131438.520000', '131438.523000', '131438.525000', '131438.528000', '131438.531000', '131438.533000', '131438.536000', '131438.538000', '131438.541000', '131438.543000', '131438.546000', '131438.549000', '131438.551000', '131438.554000', '131438.556000', '131438.559000', '131438.562000', '131438.564000', '131438.567000', '131438.569000', '131438.572000', '131458.464000', '131458.467000', '131458.469000', '131458.472000', '131458.475000', '131458.477000', '131458.480000', '131458.482000', '131458.485000', '131458.488000', '131458.490000', '131458.493000', '131458.496000', '131458.499000', '131458.501000', '131458.504000', '131458.508000', '131458.511000', '131458.514000', '131458.516000', '131458.519000', '131458.521000', '131458.524000', '131458.527000', '131458.529000', '131458.532000', '131458.535000', '131458.537000', '131458.540000', '131458.542000', '131458.545000', '131458.548000', '131458.550000', '131458.553000', '131458.556000', '131458.558000', '131458.561000', '131458.563000', '131458.566000', '131458.569000', '131458.571000', '131458.574000', '131458.576000', '131518.462000', '131518.465000', '131518.468000', '131518.471000', '131518.474000', '131518.476000', '131518.479000', '131518.481000', '131518.484000', '131518.487000', '131518.489000', '131518.492000', '131518.494000', '131518.497000', '131518.500000', '131518.502000', '131518.505000', '131518.508000', '131518.510000', '131518.513000', '131518.515000', '131518.518000', '131518.521000', '131518.523000', '131518.526000', '131518.528000', '131518.531000', '131518.534000', '131518.536000', '131518.539000', '131518.541000', '131518.544000', '131518.547000', '131518.549000', '131518.552000', '131518.554000', '131518.557000', '131518.560000', '131518.562000', '131518.565000', '131518.567000', '131518.570000', '131518.573000', '131518.575000', '131538.462000', '131538.465000', '131538.468000', '131538.471000', '131538.473000', '131538.476000', '131538.479000', '131538.481000', '131538.484000', '131538.486000', '131538.489000', '131538.492000', '131538.495000', '131538.498000', '131538.501000', '131538.503000', '131538.506000', '131538.509000', '131538.511000', '131538.514000', '131538.516000', '131538.519000', '131538.522000', '131538.524000', '131538.527000', '131538.529000', '131538.532000', '131538.534000', '131538.537000', '131538.540000', '131538.542000', '131538.545000', '131538.548000', '131538.550000', '131538.553000', '131538.555000', '131538.558000', '131538.561000', '131538.563000', '131538.566000', '131538.568000', '131538.571000', '131538.573000', '131558.462000', '131558.465000', '131558.468000', '131558.471000', '131558.473000', '131558.476000', '131558.478000', '131558.481000', '131558.483000', '131558.486000', '131558.489000', '131558.491000', '131558.494000', '131558.496000', '131558.499000', '131558.502000', '131558.504000', '131558.507000', '131558.509000', '131558.512000', '131558.515000', '131558.517000', '131558.520000', '131558.522000', '131558.525000', '131558.528000', '131558.530000', '131558.533000', '131558.535000', '131558.538000', '131558.541000', '131558.543000', '131558.546000', '131558.549000', '131558.551000', '131558.554000', '131558.556000', '131558.559000', '131558.561000', '131558.564000', '131558.566000', '131558.569000', '131558.572000', '131558.574000', '131618.464000', '131618.466000', '131618.469000', '131618.472000', '131618.474000', '131618.477000', '131618.480000', '131618.482000', '131618.485000', '131618.488000', '131618.491000', '131618.494000', '131618.497000', '131618.499000', '131618.502000', '131618.505000', '131618.507000', '131618.510000', '131618.512000', '131618.515000', '131618.517000', '131618.520000', '131618.523000', '131618.525000', '131618.528000', '131618.530000', '131618.533000', '131618.535000', '131618.538000', '131618.541000', '131618.543000', '131618.547000', '131618.549000', '131618.552000', '131618.555000', '131618.557000', '131618.560000', '131618.562000', '131618.565000', '131618.568000', '131618.570000', '131618.573000', '131618.575000', '131638.464000', '131638.467000', '131638.469000', '131638.472000', '131638.474000', '131638.477000', '131638.480000', '131638.482000', '131638.485000', '131638.487000', '131638.490000', '131638.492000', '131638.495000', '131638.498000', '131638.500000', '131638.503000', '131638.506000', '131638.508000', '131638.511000', '131638.513000', '131638.516000', '131638.518000', '131638.521000', '131638.524000', '131638.526000', '131638.529000', '131638.531000', '131638.543000', '131638.546000', '131638.548000', '131638.551000', '131638.553000', '131638.556000', '131638.559000', '131638.561000', '131638.564000', '131638.566000', '131638.569000', '131638.572000', '131638.574000', '131638.577000', '131638.579000', '131638.582000', '131638.585000', '131658.464000', '131658.466000', '131658.469000', '131658.472000', '131658.474000', '131658.477000', '131658.479000', '131658.482000', '131658.485000', '131658.487000', '131658.490000', '131658.492000', '131658.495000', '131658.498000', '131658.500000', '131658.503000', '131658.505000', '131658.508000', '131658.510000', '131658.513000', '131658.516000', '131658.519000', '131658.522000', '131658.524000', '131658.527000', '131658.530000', '131658.532000', '131658.535000', '131658.538000', '131658.540000', '131658.543000', '131658.545000', '131658.548000', '131658.550000', '131658.553000', '131658.556000', '131658.558000', '131658.561000', '131658.563000', '131658.566000', '131658.569000', '131658.571000', '131658.574000', '131718.464000', '131718.466000', '131718.469000', '131718.472000', '131718.474000', '131718.477000', '131718.479000', '131718.482000', '131718.485000', '131718.487000', '131718.490000', '131718.493000', '131718.495000', '131718.498000', '131718.500000', '131718.503000', '131718.506000', '131718.508000', '131718.511000', '131718.513000', '131718.516000', '131718.518000', '131718.521000', '131718.524000', '131718.526000', '131718.529000', '131718.532000', '131718.534000', '131718.537000', '131718.539000', '131718.542000', '131718.545000', '131718.547000', '131718.550000', '131718.552000', '131718.555000', '131718.558000', '131718.560000', '131718.563000', '131718.565000', '131718.568000', '131718.571000', '131718.573000', '131718.576000', '131738.463000', '131738.466000', '131738.468000', '131738.471000', '131738.473000', '131738.476000', '131738.479000', '131738.481000', '131738.484000', '131738.486000', '131738.489000', '131738.492000', '131738.494000', '131738.497000', '131738.499000', '131738.502000', '131738.505000', '131738.507000', '131738.510000', '131738.512000', '131738.515000', '131738.518000', '131738.520000', '131738.523000', '131738.526000', '131738.528000', '131738.531000', '131738.533000', '131738.536000', '131738.539000', '131738.541000', '131738.544000', '131738.547000', '131738.549000', '131738.552000', '131738.555000', '131738.557000', '131738.560000', '131738.562000', '131738.565000', '131738.568000', '131738.570000', '131738.573000', '131758.463000', '131758.466000', '131758.468000', '131758.471000', '131758.474000', '131758.476000', '131758.479000', '131758.481000', '131758.484000', '131758.486000', '131758.489000', '131758.492000', '131758.494000', '131758.497000', '131758.499000', '131758.502000', '131758.505000', '131758.507000', '131758.510000', '131758.513000', '131758.515000', '131758.518000', '131758.520000', '131758.523000', '131758.527000', '131758.530000', '131758.533000', '131758.535000', '131758.538000', '131758.541000', '131758.543000', '131758.546000', '131758.548000', '131758.551000', '131758.554000', '131758.556000', '131758.559000', '131758.562000', '131758.575000', '131758.577000', '131758.580000', '131758.583000', '131758.585000', '131758.588000', '131818.463000', '131818.465000', '131818.468000', '131818.471000', '131818.473000', '131818.476000', '131818.478000', '131818.481000', '131818.484000', '131818.486000', '131818.489000', '131818.492000', '131818.494000', '131818.497000', '131818.499000', '131818.502000', '131818.505000', '131818.507000', '131818.510000', '131818.512000', '131818.515000', '131818.518000', '131818.521000', '131818.524000', '131818.526000', '131818.529000', '131818.531000', '131818.534000', '131818.537000', '131818.539000', '131818.542000', '131818.544000', '131818.547000', '131818.549000', '131818.552000', '131818.555000', '131818.557000', '131818.560000', '131818.562000', '131818.565000', '131818.568000', '131818.570000', '131818.573000', '131838.464000', '131838.467000', '131838.469000', '131838.472000', '131838.474000', '131838.477000', '131838.479000', '131838.482000', '131838.485000', '131838.487000', '131838.490000', '131838.492000', '131838.495000', '131838.497000', '131838.500000', '131838.503000', '131838.505000', '131838.508000', '131838.511000', '131838.513000', '131838.516000', '131838.518000', '131838.521000', '131838.524000', '131838.526000', '131838.529000', '131838.531000', '131838.534000', '131838.537000', '131838.539000', '131838.542000', '131838.544000', '131838.547000', '131838.550000', '131838.552000', '131838.555000', '131838.557000', '131838.560000', '131838.563000', '131838.565000', '131838.568000', '131838.570000', '131838.573000', '131838.576000', '131857.676000', '131857.679000', '131857.682000', '131857.685000', '131857.687000', '131857.690000', '131857.693000', '131857.696000', '131857.698000', '131857.701000', '131857.704000', '131857.707000', '131857.709000', '131857.712000', '131857.715000', '131857.717000', '131857.720000', '131857.722000', '131857.725000', '131857.727000', '131857.730000', '131857.733000', '131857.735000', '131857.738000', '131857.741000', '131857.743000', '131857.746000', '131857.748000', '131857.751000', '131857.754000', '131857.756000', '131857.759000', '131857.761000', '131857.764000', '131857.767000', '131857.769000', '131857.772000', '131857.775000', '131857.777000', '131857.780000', '131857.783000', '131857.786000'], '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': [2104, 1984, 1985, 2101, 2074, 1961, 2035, 1966, 2027, 2009, 2002, 2023, 1913, 1944, 2012, 2073, 2074, 2120, 1982, 2018, 2078, 2085, 2044, 2027, 2002, 1967, 1981, 2021, 1978, 2184, 1991, 1955, 1994, 1998, 1958, 1963, 1944, 2036, 1978, 1934, 1996, 2067, 1972, 1980, 1945, 1959, 2078, 2126, 2060, 1986, 1973, 2018, 2052, 1944, 2002, 1990, 1959, 1926, 2070, 1930, 2043, 1929, 1958, 1984, 1911, 2094, 1968, 2030, 1962, 1968, 2020, 2082, 1938, 1961, 1997, 2026, 1999, 1947, 2019, 1996, 2094, 2007, 2039, 1962, 2023, 2063, 1996, 1950, 1976, 2108, 1998, 2060, 2008, 1953, 2001, 1960, 2006, 1948, 1979, 1979, 2045, 1966, 2008, 1977, 2015, 1953, 1930, 1991, 2037, 2029, 1910, 1989, 2080, 2009, 2034, 2022, 2069, 1921, 1970, 1999, 1961, 2025, 2005, 2000, 2075, 1970, 1944, 2079, 2029, 1981, 2066, 2056, 1959, 1971, 1987, 2012, 2087, 1987, 2001, 1930, 2110, 2050, 1974, 2014, 2035, 1976, 2044, 1897, 2035, 1978, 2056, 1939, 1995, 1990, 2050, 1998, 2024, 1886, 2023, 1931, 1958, 1942, 1986, 1897, 1968, 1995, 1974, 1973, 1996, 1990, 1926, 2096, 1995, 2012, 1999, 2010, 1982, 2076, 1975, 2015, 2032, 2043, 1960, 2015, 1961, 1964, 1965, 2040, 1988, 2002, 1983, 1965, 2020, 2003, 2017, 1999, 1939, 1916, 2070, 2146, 1963, 2032, 1965, 2079, 1969, 2047, 2005, 1998, 2083, 2077, 2027, 2043, 2013, 2012, 2025, 1950, 1928, 2014, 2044, 1943, 1986, 2057, 1982, 2072, 1980, 2064, 1999, 2043, 1976, 2047, 2097, 2073, 2054, 1965, 2018, 2056, 2014, 2026, 1949, 2067, 1990, 2018, 1975, 2009, 1974, 2061, 2031, 2029, 2128, 1949, 2034, 2011, 1980, 2028, 1908, 1963, 2008, 2034, 2001, 1944, 2030, 1949, 1968, 2097, 1987, 1986, 1989, 1929, 2053, 1999, 1993, 1931, 1937, 2099, 1956, 2074, 2024, 1967, 1999, 2010, 2118, 1952, 2070, 1979, 2022, 1971, 2032, 1962, 2019, 1949, 1976, 1963, 2002, 2000, 2056, 1974, 2060, 1953, 2012, 1984, 1946, 1894, 1952, 2027, 2134, 1950, 2128, 2056, 2012, 2155, 2012, 2003, 2043, 1978, 1928, 1991, 1963, 2031, 2122, 1981, 2008, 2020, 1942, 1954, 2011, 1961, 1948, 1919, 1955, 1957, 1916, 1961, 1998, 2074, 1974, 1999, 1980, 1956, 1970, 2054, 2066, 2036, 1953, 2006, 1933, 2014, 2012, 2095, 1854, 1971, 1997, 2058, 1909, 1914, 1948, 1962, 2017, 1959, 2001, 1991, 1898, 1938, 1984, 2033, 1978, 2005, 2067, 1940, 2078, 2016, 2037, 2000, 1994, 1966, 1931, 1919, 1954, 1952, 1947, 2055, 1894, 1952, 1972, 1950, 1926, 2006, 2064, 1960, 2065, 2042, 1977, 1970, 2010, 1963, 2003, 1947, 2109, 1923, 2002, 1934, 1969, 1944, 2004, 1991, 2050, 1928, 1888, 1954, 2070, 1962, 1899, 2058, 1951, 1993, 1950, 2055, 1981, 1907, 1988, 1982, 1932, 1992, 1932, 1950, 1981, 1942, 1945, 1992, 1975, 1982, 1907, 1995, 2010, 1977, 1995, 2049, 1967, 1895, 1874, 2007, 1944, 1955, 1901, 1944, 1957, 1928, 1950, 2062, 1930, 1917, 1975, 1901, 1955, 1959, 1956, 2043, 1934, 1932, 1959, 1899, 2002, 1894, 1946, 1949, 1970, 1969, 1972, 1934, 1964, 1984, 2037, 2019, 1933, 1951, 1929, 2074, 1878, 1968, 1945, 1923, 1896, 2002, 1981, 1881, 1922, 1897, 1951, 2066, 1926, 1982, 1907, 1892, 1936, 1860, 2026, 1933, 1926, 2034, 1916, 1900, 1999, 1964, 2013, 1955, 2021, 1901, 1923, 1959, 2001, 1930, 1936, 2058, 1956, 2045, 1895, 2051, 1975, 1929, 2078, 1918, 1964, 1947, 1894, 1983, 1968, 1949, 1987, 1969, 1894, 1952, 2014, 1987, 2129, 1901, 1861, 1968, 1998, 1930, 1936, 2054, 2086, 1951, 1996, 1950, 2002, 1979, 1952, 1907, 1925, 1949, 2098, 1973, 2005, 2053, 1940, 2019, 1973, 1906, 1948, 1915, 2037, 1932, 1943, 1918, 1956, 2032, 2022, 2066, 1979, 2111, 2092, 1947, 1959, 2036, 1879, 2029, 1956, 1951, 2022, 2036, 1968, 1905, 1932, 2076, 1936, 1930, 2011, 2038, 1971, 1960, 1918, 2002, 2039, 2024, 2041, 1965, 2054, 2095, 1964, 1879, 1961, 1986, 2047, 1950, 2065, 2007, 1958, 1952, 2053, 1954, 1975, 1978, 1898, 2068, 1923, 1980, 1987, 1969, 1917, 1982, 1922, 1989, 2046, 1909, 1896, 1944, 1928, 1962, 2035, 1972, 1985, 1918, 2020, 1929, 1960, 1970, 1930, 2089, 1994, 2175, 1922, 2008, 1999, 2037, 1935, 2009, 1969, 1973, 1920, 1943, 2173, 2056, 1888, 2036, 1932, 1926, 1872, 1937, 1979, 2043, 2020, 1930, 2117, 1987, 2068, 2085, 2010, 1938, 1989, 2036, 2114, 1957, 2001, 1924, 2083, 1921, 1960, 2037, 1858, 2068, 2016, 1987, 1953, 1912, 1987, 1961, 2011, 1925, 1873, 1948, 2034, 1948, 1982, 1984, 1924, 1913, 1916, 1981, 2018, 1928, 1988, 2032, 1966, 1967, 2040, 2028, 1983, 2038, 2091, 2026, 2048, 1996, 1998, 2091, 2109, 1956, 1989, 1901, 2094, 2047, 2097, 1959, 2147, 1967, 1911, 1995, 1911, 1931, 2031, 1995, 2002, 2103, 1965, 1931, 2086, 1986, 2019, 1955, 1979, 2000, 2056, 1926, 1954, 1989, 2065, 2002, 1952, 1968, 1911, 2013, 1960, 2037, 2068, 2033, 1924, 1929, 2003, 2066, 2014, 2007, 1985, 2037, 1923, 1891, 1980, 1985, 1936, 2012, 2047, 1920, 2149, 2070, 2194, 2045, 2044, 1971, 2021, 1914, 1983, 1982, 2042, 2091, 1989, 2058, 2048, 2000, 2060, 2141, 1873, 2032, 2017, 1986, 1984, 1933, 2097, 2013, 1980, 2004, 2149, 1932, 1960, 2059, 2003, 1925, 2059, 1884, 1961, 2047, 1982, 2201, 1975, 1961, 1970, 1967, 2016, 1995, 2036, 2049, 2006, 2008, 1960, 2003, 2109, 2039, 2035, 2109, 2065, 1925, 2039, 1953, 2113, 2081, 1960, 1918, 1950, 1989, 2038, 2073, 2006, 1999, 1949, 2009, 1962, 1931, 1992, 2058, 2050, 2046, 2022, 1975, 1917, 2037, 1981, 2073, 1985, 1991, 1975, 2004, 1948, 1954, 1996, 2012, 2055, 1915, 1917, 1991, 1919, 1963, 1888, 2020, 1963, 1909], 'WindowCenter': [1133.0, 1108.0, 1108.0, 1132.0, 1109.0, 1108.0, 1108.0, 1095.0, 1094.0, 1095.0, 1095.0, 1096.0, 1095.0, 1094.0, 1094.0, 1095.0, 1095.0, 1132.0, 1095.0, 1094.0, 1094.0, 1131.0, 1094.0, 1095.0, 1094.0, 1094.0, 1093.0, 1094.0, 1095.0, 1132.0, 1094.0, 1093.0, 1093.0, 1093.0, 1094.0, 1095.0, 1095.0, 1094.0, 1093.0, 1093.0, 1093.0, 1094.0, 1093.0, 1093.0, 1092.0, 1093.0, 1093.0, 1130.0, 1092.0, 1094.0, 1094.0, 1094.0, 1094.0, 1093.0, 1093.0, 1094.0, 1095.0, 1095.0, 1095.0, 1094.0, 1094.0, 1094.0, 1095.0, 1095.0, 1094.0, 1130.0, 1093.0, 1094.0, 1095.0, 1095.0, 1094.0, 1130.0, 1093.0, 1095.0, 1095.0, 1095.0, 1094.0, 1094.0, 1094.0, 1094.0, 1132.0, 1095.0, 1094.0, 1094.0, 1094.0, 1094.0, 1095.0, 1094.0, 1093.0, 1130.0, 1093.0, 1094.0, 1094.0, 1094.0, 1094.0, 1092.0, 1092.0, 1092.0, 1093.0, 1093.0, 1092.0, 1092.0, 1092.0, 1093.0, 1093.0, 1093.0, 1092.0, 1093.0, 1093.0, 1093.0, 1093.0, 1093.0, 1130.0, 1095.0, 1094.0, 1094.0, 1093.0, 1093.0, 1094.0, 1094.0, 1094.0, 1093.0, 1093.0, 1092.0, 1093.0, 1093.0, 1093.0, 1092.0, 1092.0, 1092.0, 1093.0, 1093.0, 1094.0, 1093.0, 1093.0, 1092.0, 1130.0, 1093.0, 1094.0, 1092.0, 1129.0, 1092.0, 1093.0, 1093.0, 1093.0, 1092.0, 1092.0, 1091.0, 1092.0, 1093.0, 1093.0, 1092.0, 1092.0, 1091.0, 1093.0, 1093.0, 1094.0, 1092.0, 1092.0, 1092.0, 1093.0, 1093.0, 1093.0, 1093.0, 1092.0, 1093.0, 1094.0, 1093.0, 1093.0, 1092.0, 1093.0, 1130.0, 1094.0, 1093.0, 1092.0, 1092.0, 1093.0, 1093.0, 1093.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1093.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1093.0, 1130.0, 1093.0, 1092.0, 1092.0, 1092.0, 1092.0, 1093.0, 1093.0, 1092.0, 1128.0, 1092.0, 1093.0, 1093.0, 1092.0, 1092.0, 1091.0, 1091.0, 1092.0, 1093.0, 1092.0, 1091.0, 1091.0, 1092.0, 1092.0, 1093.0, 1092.0, 1092.0, 1091.0, 1091.0, 1092.0, 1092.0, 1129.0, 1091.0, 1091.0, 1092.0, 1092.0, 1093.0, 1092.0, 1091.0, 1091.0, 1091.0, 1091.0, 1092.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1093.0, 1116.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1091.0, 1092.0, 1091.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1116.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1091.0, 1091.0, 1092.0, 1091.0, 1115.0, 1091.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1128.0, 1092.0, 1093.0, 1091.0, 1091.0, 1090.0, 1091.0, 1092.0, 1092.0, 1091.0, 1091.0, 1079.0, 1091.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1093.0, 1091.0, 1091.0, 1091.0, 1116.0, 1092.0, 1129.0, 1091.0, 1092.0, 1116.0, 1091.0, 1092.0, 1091.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1115.0, 1091.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1091.0, 1091.0, 1092.0, 1091.0, 1079.0, 1091.0, 1092.0, 1091.0, 1092.0, 1091.0, 1091.0, 1078.0, 1091.0, 1091.0, 1091.0, 1091.0, 1090.0, 1090.0, 1091.0, 1091.0, 1091.0, 1115.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1079.0, 1091.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1092.0, 1092.0, 1092.0, 1091.0, 1092.0, 1092.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1091.0, 1092.0, 1091.0, 1078.0, 1091.0, 1091.0, 1079.0, 1091.0, 1091.0, 1091.0, 1079.0, 1092.0, 1092.0, 1079.0, 1079.0, 1091.0, 1092.0, 1079.0, 1116.0, 1091.0, 1091.0, 1091.0, 1079.0, 1079.0, 1092.0, 1078.0, 1079.0, 1079.0, 1091.0, 1092.0, 1091.0, 1079.0, 1079.0, 1079.0, 1079.0, 1092.0, 1079.0, 1091.0, 1078.0, 1079.0, 1092.0, 1091.0, 1091.0, 1092.0, 1091.0, 1091.0, 1092.0, 1092.0, 1093.0, 1093.0, 1094.0, 1093.0, 1092.0, 1092.0, 1079.0, 1092.0, 1092.0, 1091.0, 1091.0, 1091.0, 1080.0, 1092.0, 1091.0, 1091.0, 1079.0, 1091.0, 1091.0, 1092.0, 1079.0, 1079.0, 1092.0, 1091.0, 1092.0, 1080.0, 1092.0, 1091.0, 1091.0, 1079.0, 1079.0, 1079.0, 1092.0, 1079.0, 1079.0, 1079.0, 1079.0, 1092.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1092.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1092.0, 1078.0, 1091.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1078.0, 1079.0, 1079.0, 1079.0, 1078.0, 1078.0, 1079.0, 1079.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1092.0, 1080.0, 1079.0, 1079.0, 1079.0, 1091.0, 1079.0, 1078.0, 1079.0, 1079.0, 1080.0, 1079.0, 1115.0, 1079.0, 1078.0, 1079.0, 1079.0, 1092.0, 1092.0, 1079.0, 1116.0, 1079.0, 1092.0, 1080.0, 1080.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1115.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1092.0, 1079.0, 1116.0, 1115.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1092.0, 1079.0, 1092.0, 1079.0, 1079.0, 1079.0, 1080.0, 1080.0, 1080.0, 1079.0, 1079.0, 1079.0, 1080.0, 1080.0, 1080.0, 1080.0, 1080.0, 1080.0, 1080.0, 1080.0, 1115.0, 1079.0, 1079.0, 1079.0, 1092.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1080.0, 1080.0, 1092.0, 1079.0, 1079.0, 1080.0, 1079.0, 1079.0, 1078.0, 1078.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1080.0, 1080.0, 1093.0, 1093.0, 1093.0, 1093.0, 1117.0, 1093.0, 1117.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1080.0, 1078.0, 1078.0, 1078.0, 1078.0, 1115.0, 1079.0, 1078.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1078.0, 1078.0, 1079.0, 1078.0, 1115.0, 1079.0, 1079.0, 1115.0, 1079.0, 1079.0, 1080.0, 1079.0, 1116.0, 1079.0, 1078.0, 1079.0, 1115.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1078.0, 1078.0, 1078.0, 1078.0, 1078.0, 1079.0, 1078.0, 1078.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1079.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1080.0, 1081.0, 1093.0, 1093.0, 1092.0, 1092.0, 1093.0, 1115.0, 1092.0, 1093.0, 1093.0, 1093.0, 1117.0, 1117.0, 1080.0, 1079.0, 1078.0, 1115.0, 1078.0, 1114.0, 1077.0, 1114.0, 1079.0, 1079.0, 1078.0, 1077.0, 1077.0, 1077.0, 1077.0, 1077.0, 1114.0, 1078.0, 1079.0, 1116.0, 1079.0, 1078.0, 1078.0, 1078.0, 1078.0, 1079.0, 1078.0, 1078.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1080.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1115.0, 1079.0, 1115.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1079.0, 1115.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1115.0, 1079.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1116.0, 1080.0, 1080.0, 1079.0, 1116.0, 1079.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1079.0, 1079.0, 1116.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1078.0, 1078.0, 1079.0, 1079.0, 1077.0, 1079.0, 1078.0, 1115.0, 1078.0, 1079.0, 1114.0, 1079.0, 1078.0, 1079.0, 1079.0, 1116.0, 1115.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1078.0, 1079.0, 1078.0, 1079.0, 1079.0, 1079.0, 1078.0, 1078.0, 1078.0, 1079.0, 1080.0, 1079.0, 1079.0, 1079.0, 1079.0, 1079.0, 1080.0, 1079.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1078.0, 1079.0, 1078.0, 1078.0, 1078.0, 1079.0, 1078.0, 1078.0, 1078.0, 1079.0, 1079.0, 1079.0], 'WindowWidth': [3015.0, 2963.0, 2963.0, 3011.0, 2966.0, 2965.0, 2962.0, 2934.0, 2932.0, 2934.0, 2936.0, 2937.0, 2935.0, 2933.0, 2933.0, 2934.0, 2936.0, 3012.0, 2936.0, 2933.0, 2930.0, 3005.0, 2933.0, 2935.0, 2931.0, 2931.0, 2930.0, 2933.0, 2936.0, 3009.0, 2932.0, 2930.0, 2929.0, 2929.0, 2932.0, 2936.0, 2936.0, 2931.0, 2930.0, 2930.0, 2930.0, 2933.0, 2930.0, 2930.0, 2927.0, 2928.0, 2929.0, 3001.0, 2927.0, 2932.0, 2933.0, 2934.0, 2931.0, 2929.0, 2929.0, 2931.0, 2935.0, 2936.0, 2934.0, 2931.0, 2931.0, 2932.0, 2935.0, 2937.0, 2932.0, 3004.0, 2930.0, 2934.0, 2935.0, 2934.0, 2931.0, 3004.0, 2927.0, 2934.0, 2935.0, 2936.0, 2931.0, 2932.0, 2931.0, 2933.0, 3009.0, 2935.0, 2932.0, 2932.0, 2931.0, 2931.0, 2934.0, 2931.0, 2930.0, 3003.0, 2929.0, 2931.0, 2931.0, 2932.0, 2931.0, 2927.0, 2927.0, 2927.0, 2930.0, 2929.0, 2927.0, 2925.0, 2925.0, 2928.0, 2930.0, 2930.0, 2926.0, 2929.0, 2928.0, 2928.0, 2928.0, 2929.0, 3003.0, 2935.0, 2933.0, 2931.0, 2930.0, 2930.0, 2931.0, 2932.0, 2931.0, 2927.0, 2927.0, 2924.0, 2929.0, 2928.0, 2930.0, 2926.0, 2927.0, 2925.0, 2929.0, 2930.0, 2933.0, 2928.0, 2928.0, 2927.0, 3002.0, 2929.0, 2932.0, 2927.0, 2999.0, 2924.0, 2929.0, 2928.0, 2929.0, 2925.0, 2925.0, 2923.0, 2927.0, 2929.0, 2929.0, 2925.0, 2925.0, 2923.0, 2927.0, 2928.0, 2932.0, 2927.0, 2926.0, 2925.0, 2929.0, 2930.0, 2929.0, 2927.0, 2927.0, 2929.0, 2933.0, 2928.0, 2928.0, 2925.0, 2930.0, 3003.0, 2931.0, 2927.0, 2926.0, 2925.0, 2929.0, 2929.0, 2930.0, 2925.0, 2924.0, 2924.0, 2926.0, 2927.0, 2925.0, 2924.0, 2925.0, 2924.0, 2926.0, 2929.0, 2926.0, 2925.0, 2926.0, 2926.0, 2926.0, 2926.0, 2922.0, 2924.0, 2927.0, 3002.0, 2928.0, 2926.0, 2924.0, 2924.0, 2925.0, 2928.0, 2927.0, 2925.0, 2997.0, 2925.0, 2928.0, 2929.0, 2926.0, 2925.0, 2922.0, 2923.0, 2925.0, 2927.0, 2924.0, 2923.0, 2922.0, 2926.0, 2926.0, 2929.0, 2924.0, 2924.0, 2922.0, 2923.0, 2924.0, 2925.0, 2999.0, 2923.0, 2922.0, 2924.0, 2925.0, 2927.0, 2924.0, 2922.0, 2920.0, 2922.0, 2923.0, 2925.0, 2921.0, 2921.0, 2922.0, 2927.0, 2927.0, 2927.0, 2972.0, 2923.0, 2922.0, 2924.0, 2925.0, 2925.0, 2921.0, 2924.0, 2923.0, 2924.0, 2926.0, 2924.0, 2921.0, 2921.0, 2920.0, 2972.0, 2925.0, 2926.0, 2922.0, 2921.0, 2921.0, 2924.0, 2924.0, 2926.0, 2922.0, 2969.0, 2922.0, 2924.0, 2926.0, 2924.0, 2922.0, 2923.0, 2996.0, 2926.0, 2927.0, 2921.0, 2923.0, 2920.0, 2922.0, 2925.0, 2927.0, 2922.0, 2922.0, 2896.0, 2923.0, 2925.0, 2926.0, 2921.0, 2921.0, 2922.0, 2924.0, 2927.0, 2927.0, 2922.0, 2923.0, 2922.0, 2973.0, 2925.0, 2999.0, 2922.0, 2923.0, 2971.0, 2924.0, 2925.0, 2923.0, 2920.0, 2921.0, 2922.0, 2924.0, 2924.0, 2970.0, 2922.0, 2924.0, 2925.0, 2926.0, 2922.0, 2923.0, 2920.0, 2922.0, 2923.0, 2926.0, 2921.0, 2897.0, 2921.0, 2924.0, 2923.0, 2927.0, 2921.0, 2921.0, 2895.0, 2921.0, 2922.0, 2923.0, 2920.0, 2920.0, 2920.0, 2922.0, 2922.0, 2921.0, 2969.0, 2921.0, 2920.0, 2923.0, 2925.0, 2924.0, 2896.0, 2922.0, 2923.0, 2926.0, 2926.0, 2922.0, 2923.0, 2923.0, 2924.0, 2924.0, 2926.0, 2921.0, 2922.0, 2921.0, 2924.0, 2925.0, 2925.0, 2922.0, 2925.0, 2924.0, 2926.0, 2925.0, 2923.0, 2920.0, 2921.0, 2922.0, 2925.0, 2921.0, 2895.0, 2921.0, 2923.0, 2899.0, 2923.0, 2922.0, 2921.0, 2898.0, 2924.0, 2926.0, 2897.0, 2897.0, 2922.0, 2925.0, 2899.0, 2973.0, 2921.0, 2921.0, 2920.0, 2897.0, 2897.0, 2924.0, 2895.0, 2896.0, 2896.0, 2923.0, 2924.0, 2922.0, 2897.0, 2897.0, 2897.0, 2899.0, 2926.0, 2896.0, 2921.0, 2895.0, 2899.0, 2924.0, 2923.0, 2923.0, 2924.0, 2923.0, 2922.0, 2924.0, 2926.0, 2928.0, 2930.0, 2932.0, 2927.0, 2924.0, 2924.0, 2898.0, 2926.0, 2925.0, 2923.0, 2922.0, 2922.0, 2900.0, 2926.0, 2921.0, 2922.0, 2897.0, 2922.0, 2923.0, 2925.0, 2897.0, 2898.0, 2925.0, 2921.0, 2925.0, 2901.0, 2926.0, 2922.0, 2921.0, 2897.0, 2896.0, 2899.0, 2924.0, 2897.0, 2896.0, 2896.0, 2898.0, 2924.0, 2897.0, 2896.0, 2897.0, 2894.0, 2897.0, 2898.0, 2897.0, 2894.0, 2897.0, 2897.0, 2898.0, 2924.0, 2897.0, 2897.0, 2896.0, 2896.0, 2899.0, 2899.0, 2924.0, 2896.0, 2922.0, 2896.0, 2897.0, 2898.0, 2898.0, 2897.0, 2895.0, 2896.0, 2897.0, 2896.0, 2898.0, 2895.0, 2895.0, 2897.0, 2898.0, 2899.0, 2900.0, 2898.0, 2897.0, 2897.0, 2896.0, 2899.0, 2900.0, 2898.0, 2897.0, 2897.0, 2899.0, 2901.0, 2899.0, 2897.0, 2896.0, 2896.0, 2897.0, 2896.0, 2896.0, 2899.0, 2925.0, 2900.0, 2898.0, 2899.0, 2898.0, 2923.0, 2898.0, 2894.0, 2896.0, 2899.0, 2900.0, 2899.0, 2970.0, 2897.0, 2896.0, 2897.0, 2899.0, 2926.0, 2924.0, 2897.0, 2972.0, 2899.0, 2925.0, 2902.0, 2901.0, 2898.0, 2898.0, 2896.0, 2899.0, 2898.0, 2970.0, 2896.0, 2896.0, 2896.0, 2898.0, 2899.0, 2897.0, 2897.0, 2895.0, 2897.0, 2898.0, 2898.0, 2898.0, 2896.0, 2897.0, 2897.0, 2899.0, 2926.0, 2898.0, 2971.0, 2970.0, 2897.0, 2899.0, 2899.0, 2894.0, 2897.0, 2897.0, 2924.0, 2899.0, 2925.0, 2899.0, 2898.0, 2899.0, 2900.0, 2901.0, 2900.0, 2898.0, 2898.0, 2898.0, 2900.0, 2902.0, 2900.0, 2899.0, 2899.0, 2900.0, 2901.0, 2902.0, 2971.0, 2897.0, 2897.0, 2898.0, 2927.0, 2897.0, 2897.0, 2896.0, 2897.0, 2898.0, 2898.0, 2896.0, 2896.0, 2895.0, 2898.0, 2898.0, 2900.0, 2899.0, 2925.0, 2898.0, 2899.0, 2900.0, 2897.0, 2896.0, 2895.0, 2895.0, 2894.0, 2895.0, 2896.0, 2896.0, 2897.0, 2897.0, 2897.0, 2898.0, 2900.0, 2899.0, 2927.0, 2929.0, 2929.0, 2927.0, 2975.0, 2927.0, 2975.0, 2898.0, 2898.0, 2895.0, 2896.0, 2897.0, 2899.0, 2895.0, 2895.0, 2893.0, 2895.0, 2969.0, 2897.0, 2893.0, 2895.0, 2893.0, 2896.0, 2898.0, 2898.0, 2895.0, 2895.0, 2896.0, 2895.0, 2970.0, 2897.0, 2897.0, 2969.0, 2896.0, 2898.0, 2899.0, 2896.0, 2971.0, 2896.0, 2895.0, 2897.0, 2970.0, 2896.0, 2896.0, 2895.0, 2894.0, 2896.0, 2897.0, 2898.0, 2894.0, 2895.0, 2893.0, 2895.0, 2896.0, 2897.0, 2895.0, 2894.0, 2895.0, 2894.0, 2894.0, 2897.0, 2897.0, 2896.0, 2895.0, 2895.0, 2895.0, 2897.0, 2898.0, 2901.0, 2903.0, 2927.0, 2929.0, 2925.0, 2925.0, 2927.0, 2969.0, 2925.0, 2927.0, 2928.0, 2928.0, 2975.0, 2974.0, 2899.0, 2897.0, 2894.0, 2967.0, 2892.0, 2964.0, 2891.0, 2967.0, 2897.0, 2898.0, 2896.0, 2892.0, 2891.0, 2889.0, 2890.0, 2889.0, 2964.0, 2894.0, 2897.0, 2971.0, 2896.0, 2894.0, 2895.0, 2893.0, 2895.0, 2896.0, 2896.0, 2893.0, 2896.0, 2894.0, 2896.0, 2898.0, 2898.0, 2896.0, 2897.0, 2895.0, 2896.0, 2896.0, 2897.0, 2896.0, 2894.0, 2897.0, 2897.0, 2897.0, 2898.0, 2901.0, 2898.0, 2899.0, 2897.0, 2896.0, 2896.0, 2898.0, 2899.0, 2897.0, 2895.0, 2968.0, 2897.0, 2970.0, 2899.0, 2896.0, 2896.0, 2895.0, 2897.0, 2898.0, 2898.0, 2896.0, 2969.0, 2897.0, 2898.0, 2898.0, 2896.0, 2896.0, 2970.0, 2897.0, 2899.0, 2901.0, 2898.0, 2897.0, 2897.0, 2973.0, 2900.0, 2899.0, 2897.0, 2971.0, 2897.0, 2898.0, 2900.0, 2897.0, 2897.0, 2896.0, 2896.0, 2896.0, 2897.0, 2896.0, 2971.0, 2895.0, 2898.0, 2898.0, 2898.0, 2896.0, 2896.0, 2895.0, 2897.0, 2899.0, 2893.0, 2896.0, 2894.0, 2969.0, 2895.0, 2897.0, 2967.0, 2896.0, 2895.0, 2899.0, 2899.0, 2973.0, 2968.0, 2894.0, 2895.0, 2895.0, 2896.0, 2898.0, 2895.0, 2896.0, 2895.0, 2898.0, 2897.0, 2896.0, 2895.0, 2894.0, 2895.0, 2897.0, 2900.0, 2896.0, 2898.0, 2897.0, 2897.0, 2897.0, 2900.0, 2897.0, 2894.0, 2893.0, 2895.0, 2899.0, 2898.0, 2894.0, 2896.0, 2893.0, 2894.0, 2896.0, 2898.0, 2893.0, 2896.0, 2894.0, 2896.0, 2897.0, 2897.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.0010254128440366972</td></tr>
<tr><td colspan=3>aqi</td><td>0.056454582110091744</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>110.88851481987386</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.062375576222731</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9958127674741684</td></tr>
<tr><td colspan=3>efc</td><td>0.5343</td></tr>
<tr><td colspan=3>fber</td><td>347.3317</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1903620094505811</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>367</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>42.08715596330275</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.2141910043914357</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.1540441975289992</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2388471045980496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.249681711047258</td></tr>
<tr><td colspan=3>gcor</td><td>0.0021658</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03425382450222969</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029183369129896164</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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>2.540175001435329</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>23.3726</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>23.5159</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>59.1057</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>35.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297757.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>196.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>69.4754</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>-0.0967</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>268.1164</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>639.6307</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>652.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>1035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>256.6736</td></tr>
<tr><td colspan=3>tsnr</td><td>10.650364416069351</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>