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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:02:21.487500</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114717</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1463cb24-c7af-42de-be87-d17c88aa072e||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['140221.487500', '140221.947500', '140222.407500', '140222.867500', '140223.327500', '140223.787500', '140224.247500', '140224.707500', '140225.167500', '140225.627500', '140226.087500', '140226.547500', '140227.007500', '140227.467500', '140227.927500', '140228.387500', '140228.847500', '140229.307500', '140229.767500', '140230.227500', '140230.687500', '140231.147500', '140231.607500', '140232.067500', '140232.527500', '140232.987500', '140233.447500', '140233.907500', '140234.367500', '140234.827500', '140235.287500', '140235.747500', '140236.207500', '140236.667500', '140237.127500', '140237.587500', '140238.047500', '140238.507500', '140238.967500', '140239.427500', '140239.887500', '140240.347500', '140240.807500', '140241.267500', '140241.727500', '140242.187500', '140242.647500', '140243.107500', '140243.567500', '140244.027500', '140244.487500', '140244.947500', '140245.407500', '140245.867500', '140246.327500', '140246.787500', '140247.247500', '140247.707500', '140248.167500', '140248.627500', '140249.087500', '140249.547500', '140250.007500', '140250.467500', '140250.927500', '140251.387500', '140251.847500', '140252.307500', '140252.767500', '140253.227500', '140253.687500', '140254.147500', '140254.607500', '140255.067500', '140255.527500', '140255.987500', '140256.447500', '140256.907500', '140257.367500', '140257.827500', '140258.287500', '140258.747500', '140259.207500', '140259.667500', '140300.127500', '140300.587500', '140301.047500', '140301.507500', '140301.967500', '140302.427500', '140302.887500', '140303.347500', '140303.807500', '140304.267500', '140304.727500', '140305.187500', '140305.647500', '140306.107500', '140306.567500', '140307.027500', '140307.487500', '140307.947500', '140308.407500', '140308.867500', '140309.327500', '140309.787500', '140310.247500', '140310.707500', '140311.167500', '140311.627500', '140312.087500', '140312.547500', '140313.007500', '140313.467500', '140313.927500', '140314.387500', '140314.847500', '140315.307500', '140315.767500', '140316.227500', '140316.687500', '140317.147500', '140317.607500', '140318.067500', '140318.527500', '140318.987500', '140319.447500', '140319.907500', '140320.367500', '140320.827500', '140321.287500', '140321.747500', '140322.207500', '140322.667500', '140323.127500', '140323.587500', '140324.047500', '140324.507500', '140324.967500', '140325.427500', '140325.887500', '140326.347500', '140326.807500', '140327.267500', '140327.727500', '140328.187500', '140328.647500', '140329.107500', '140329.567500', '140330.027500', '140330.487500', '140330.947500', '140331.407500', '140331.867500', '140332.327500', '140332.787500', '140333.247500', '140333.707500', '140334.167500', '140334.627500', '140335.087500', '140335.547500', '140336.007500', '140336.467500', '140336.927500', '140337.387500', '140337.847500', '140338.307500', '140338.767500', '140339.227500', '140339.687500', '140340.147500', '140340.607500', '140341.067500', '140341.527500', '140341.987500', '140342.447500', '140342.907500', '140343.367500', '140343.827500', '140344.287500', '140344.747500', '140345.207500', '140345.667500', '140346.127500', '140346.587500', '140347.047500', '140347.507500', '140347.967500', '140348.427500', '140348.887500', '140349.347500', '140349.807500', '140350.267500', '140350.727500', '140351.187500', '140351.647500', '140352.107500', '140352.567500', '140353.027500', '140353.487500', '140353.947500', '140354.407500', '140354.867500', '140355.327500', '140355.787500', '140356.247500', '140356.707500', '140357.167500', '140357.627500', '140358.087500', '140358.547500', '140359.007500', '140359.467500', '140359.927500', '140400.387500', '140400.847500', '140401.307500', '140401.767500', '140402.227500', '140402.687500', '140403.147500', '140403.607500', '140404.067500', '140404.527500', '140404.987500', '140405.447500', '140405.907500', '140406.367500', '140406.827500', '140407.287500', '140407.747500', '140408.207500', '140408.667500', '140409.127500', '140409.587500', '140410.047500', '140410.507500', '140410.967500', '140411.427500', '140411.887500', '140412.347500', '140412.807500', '140413.267500', '140413.727500', '140414.187500', '140414.647500', '140415.107500', '140415.567500', '140416.027500', '140416.487500', '140416.947500', '140417.407500', '140417.867500', '140418.327500', '140418.787500', '140419.247500', '140419.707500', '140420.167500', '140420.627500', '140421.087500', '140421.547500', '140422.007500', '140422.467500', '140422.927500', '140423.387500', '140423.847500', '140424.307500', '140424.767500', '140425.227500', '140425.687500', '140426.147500', '140426.607500', '140427.067500', '140427.527500', '140427.987500', '140428.447500', '140428.907500', '140429.367500', '140429.827500', '140430.287500', '140430.747500', '140431.207500', '140431.667500', '140432.127500', '140432.587500', '140433.047500', '140433.507500', '140433.967500', '140434.427500', '140434.887500', '140435.347500', '140435.807500', '140436.267500', '140436.727500', '140437.187500', '140437.647500', '140438.107500', '140438.567500', '140439.027500', '140439.487500', '140439.947500', '140440.407500', '140440.867500', '140441.327500', '140441.787500', '140442.247500', '140442.707500', '140443.167500', '140443.627500', '140444.087500', '140444.547500', '140445.007500', '140445.467500', '140445.927500', '140446.387500', '140446.847500', '140447.307500', '140447.767500', '140448.227500', '140448.687500', '140449.147500', '140449.607500', '140450.067500', '140450.527500', '140450.987500', '140451.447500', '140451.907500', '140452.367500', '140452.827500', '140453.287500', '140453.747500', '140454.207500', '140454.667500', '140455.127500', '140455.587500', '140456.047500', '140456.507500', '140456.967500', '140457.427500', '140457.887500', '140458.347500', '140458.807500', '140459.267500', '140459.727500', '140500.187500', '140500.647500', '140501.107500', '140501.567500', '140502.027500', '140502.487500', '140502.947500', '140503.407500', '140503.867500', '140504.327500', '140504.787500', '140505.247500', '140505.707500', '140506.167500', '140506.627500', '140507.087500', '140507.547500', '140508.007500', '140508.467500', '140508.927500', '140509.387500', '140509.847500', '140510.307500', '140510.767500', '140511.227500', '140511.687500', '140512.147500', '140512.607500', '140513.067500', '140513.527500', '140513.987500', '140514.447500', '140514.907500', '140515.367500', '140515.827500', '140516.287500', '140516.747500', '140517.207500', '140517.667500', '140518.127500', '140518.587500', '140519.047500', '140519.507500', '140519.967500', '140520.427500', '140520.887500', '140521.347500', '140521.807500', '140522.267500', '140522.727500', '140523.187500', '140523.647500', '140524.107500', '140524.567500', '140525.027500', '140525.487500', '140525.947500', '140526.407500', '140526.867500', '140527.327500', '140527.787500', '140528.247500', '140528.707500', '140529.167500', '140529.627500', '140530.087500', '140530.547500', '140531.007500', '140531.467500', '140531.927500', '140532.387500', '140532.847500', '140533.307500', '140533.767500', '140534.227500', '140534.687500', '140535.147500', '140535.607500', '140536.067500', '140536.527500', '140536.987500', '140537.447500', '140537.907500', '140538.367500', '140538.827500', '140539.287500', '140539.747500', '140540.207500', '140540.667500', '140541.127500', '140541.587500', '140542.047500', '140542.507500', '140542.967500', '140543.427500', '140543.887500', '140544.347500', '140544.807500', '140545.267500', '140545.727500', '140546.187500', '140546.647500', '140547.107500', '140547.567500', '140548.027500', '140548.487500', '140548.947500', '140549.407500', '140549.867500', '140550.327500', '140550.787500', '140551.247500', '140551.707500', '140552.167500', '140552.627500', '140553.087500', '140553.547500', '140554.007500', '140554.467500', '140554.927500', '140555.387500', '140555.847500', '140556.307500', '140556.767500', '140557.227500', '140557.687500', '140558.147500', '140558.607500', '140559.067500', '140559.527500', '140559.987500', '140600.447500', '140600.907500', '140601.367500', '140601.827500', '140602.287500', '140602.747500', '140603.207500', '140603.667500', '140604.127500', '140604.587500', '140605.047500', '140605.507500', '140605.967500', '140606.427500', '140606.887500', '140607.347500', '140607.807500', '140608.267500', '140608.727500', '140609.187500', '140609.647500', '140610.107500', '140610.567500', '140611.027500', '140611.487500', '140611.947500', '140612.407500', '140612.867500', '140613.327500', '140613.787500', '140614.247500', '140614.707500', '140615.167500', '140615.627500', '140616.087500', '140616.547500', '140617.007500', '140617.467500', '140617.927500', '140618.387500', '140618.847500', '140619.307500', '140619.767500', '140620.227500', '140620.687500', '140621.147500', '140621.607500', '140622.067500', '140622.527500', '140622.987500', '140623.447500', '140623.907500', '140624.367500', '140624.827500', '140625.287500', '140625.747500', '140626.207500', '140626.667500', '140627.127500', '140627.587500', '140628.047500', '140628.507500', '140628.967500', '140629.427500', '140629.887500', '140630.347500', '140630.807500', '140631.267500', '140631.727500', '140632.187500', '140632.647500', '140633.107500', '140633.567500', '140634.027500', '140634.487500', '140634.947500', '140635.407500', '140635.867500', '140636.327500', '140636.787500', '140637.247500', '140637.707500', '140638.167500', '140638.627500', '140639.087500', '140639.547500', '140640.007500', '140640.467500', '140640.927500', '140641.387500', '140641.847500', '140642.307500', '140642.767500', '140643.227500', '140643.687500', '140644.147500', '140644.607500', '140645.067500', '140645.527500', '140645.987500', '140646.447500', '140646.907500', '140647.367500', '140647.827500', '140648.287500', '140648.747500', '140649.207500', '140649.667500', '140650.127500', '140650.587500', '140651.047500', '140651.507500', '140651.967500', '140652.427500', '140652.887500', '140653.347500', '140653.807500', '140654.267500', '140654.727500', '140655.187500', '140655.647500', '140656.107500', '140656.567500', '140657.027500', '140657.487500', '140657.947500', '140658.407500', '140658.867500', '140659.327500', '140659.787500', '140700.247500', '140700.707500', '140701.167500', '140701.627500', '140702.087500', '140702.547500', '140703.007500', '140703.467500', '140703.927500', '140704.387500', '140704.847500', '140705.307500', '140705.767500', '140706.227500', '140706.687500', '140707.147500', '140707.607500', '140708.067500', '140708.527500', '140708.987500', '140709.447500', '140709.907500', '140710.367500', '140710.827500', '140711.287500', '140711.747500', '140712.207500', '140712.667500', '140713.127500', '140713.587500', '140714.047500', '140714.507500', '140714.967500', '140715.427500', '140715.887500', '140716.347500', '140716.807500', '140717.267500', '140717.727500', '140718.187500', '140718.647500', '140719.107500', '140719.567500', '140720.027500', '140720.487500', '140720.947500', '140721.407500', '140721.867500', '140722.327500', '140722.787500', '140723.247500', '140723.707500', '140724.167500', '140724.627500', '140725.087500', '140725.547500', '140726.007500', '140726.467500', '140726.927500', '140727.387500', '140727.847500', '140728.307500', '140728.767500', '140729.227500', '140729.687500', '140730.147500', '140730.607500', '140731.067500', '140731.527500', '140731.987500', '140732.447500', '140732.907500', '140733.367500', '140733.827500', '140734.287500', '140734.747500', '140735.207500', '140735.667500', '140736.127500', '140736.587500', '140737.047500', '140737.507500', '140737.967500', '140738.427500', '140738.887500', '140739.347500', '140739.807500', '140740.267500', '140740.727500', '140741.187500', '140741.647500', '140742.107500', '140742.567500', '140743.027500', '140743.487500', '140743.947500', '140744.407500', '140744.867500', '140745.327500', '140745.787500', '140746.247500', '140746.707500', '140747.167500', '140747.627500', '140748.087500', '140748.547500', '140749.007500', '140749.467500', '140749.927500', '140750.387500', '140750.847500', '140751.307500', '140751.767500', '140752.227500', '140752.687500', '140753.147500', '140753.607500', '140754.067500', '140754.527500', '140754.987500', '140755.447500', '140755.907500', '140756.367500', '140756.827500', '140757.287500', '140757.747500', '140758.207500', '140758.667500', '140759.127500', '140759.587500', '140800.047500', '140800.507500', '140800.967500', '140801.427500', '140801.887500', '140802.347500', '140802.807500', '140803.267500', '140803.727500', '140804.187500', '140804.647500', '140805.107500', '140805.567500', '140806.027500', '140806.487500', '140806.947500', '140807.407500', '140807.867500', '140808.327500', '140808.787500', '140809.247500', '140809.707500', '140810.167500', '140810.627500', '140811.087500', '140811.547500', '140812.007500', '140812.467500', '140812.927500', '140813.387500', '140813.847500', '140814.307500', '140814.767500', '140815.227500', '140815.687500', '140816.147500', '140816.607500', '140817.067500', '140817.527500', '140817.987500', '140818.447500', '140818.907500', '140819.367500', '140819.827500', '140820.287500', '140820.747500', '140821.207500', '140821.667500', '140822.127500', '140822.587500', '140823.047500', '140823.507500', '140823.967500', '140824.427500', '140824.887500', '140825.347500', '140825.807500', '140826.267500', '140826.727500', '140827.187500', '140827.647500', '140828.107500', '140828.567500', '140829.027500', '140829.487500', '140829.947500', '140830.407500', '140830.867500', '140831.327500', '140831.787500', '140832.247500', '140832.707500', '140833.167500', '140833.627500', '140834.087500', '140834.547500', '140835.007500', '140835.467500', '140835.927500', '140836.387500', '140836.847500', '140837.307500', '140837.767500', '140838.227500', '140838.687500', '140839.147500', '140839.607500', '140840.067500', '140840.527500', '140840.987500', '140841.447500', '140841.907500', '140842.367500', '140842.827500', '140843.287500', '140843.747500', '140844.207500', '140844.667500', '140845.127500', '140845.587500', '140846.047500', '140846.507500', '140846.967500', '140847.427500', '140847.887500', '140848.347500', '140848.807500', '140849.267500', '140849.727500', '140850.187500', '140850.647500', '140851.107500', '140851.567500', '140852.027500', '140852.487500', '140852.947500', '140853.407500', '140853.867500', '140854.327500', '140854.787500', '140855.247500', '140855.707500', '140856.167500', '140856.627500', '140857.087500', '140857.547500', '140858.007500', '140858.467500', '140858.927500', '140859.387500', '140859.847500', '140900.307500', '140900.767500', '140901.227500', '140901.687500', '140902.147500'], 'ContentTime': ['140249.151000', '140249.154000', '140249.157000', '140249.160000', '140249.162000', '140249.165000', '140249.167000', '140249.170000', '140249.173000', '140249.176000', '140249.178000', '140249.181000', '140249.183000', '140249.186000', '140249.189000', '140249.191000', '140249.194000', '140249.196000', '140249.199000', '140249.202000', '140249.204000', '140249.207000', '140249.209000', '140249.212000', '140249.214000', '140249.217000', '140249.220000', '140249.231000', '140249.234000', '140249.236000', '140249.239000', '140249.243000', '140249.246000', '140249.248000', '140249.251000', '140249.253000', '140249.256000', '140249.258000', '140249.261000', '140249.263000', '140249.266000', '140249.269000', '140249.271000', '140249.274000', '140249.276000', '140249.279000', '140249.281000', '140249.284000', '140249.286000', '140249.289000', '140249.291000', '140249.294000', '140249.297000', '140249.300000', '140249.303000', '140249.308000', '140249.311000', '140249.313000', '140309.123000', '140309.125000', '140309.129000', '140309.131000', '140309.135000', '140309.138000', '140309.140000', '140309.143000', '140309.146000', '140309.148000', '140309.151000', '140309.153000', '140309.156000', '140309.159000', '140309.161000', '140309.164000', '140309.166000', '140309.169000', '140309.172000', '140309.174000', '140309.177000', '140309.180000', '140309.182000', '140309.185000', '140309.187000', '140309.190000', '140309.193000', '140309.195000', '140309.198000', '140309.200000', '140309.203000', '140309.206000', '140309.208000', '140309.211000', '140309.213000', '140309.216000', '140309.218000', '140309.221000', '140309.223000', '140309.226000', '140309.229000', '140309.231000', '140309.234000', '140309.236000', '140329.123000', '140329.125000', '140329.128000', '140329.130000', '140329.133000', '140329.136000', '140329.138000', '140329.141000', '140329.143000', '140329.146000', '140329.149000', '140329.151000', '140329.154000', '140329.156000', '140329.159000', '140329.161000', '140329.164000', '140329.167000', '140329.169000', '140329.172000', '140329.175000', '140329.177000', '140329.180000', '140329.182000', '140329.185000', '140329.187000', '140329.190000', '140329.193000', '140329.195000', '140329.198000', '140329.200000', '140329.203000', '140329.205000', '140329.208000', '140329.211000', '140329.213000', '140329.216000', '140329.218000', '140329.221000', '140329.224000', '140329.226000', '140329.229000', '140329.231000', '140349.122000', '140349.125000', '140349.128000', '140349.130000', '140349.133000', '140349.135000', '140349.138000', '140349.140000', '140349.143000', '140349.146000', '140349.148000', '140349.151000', '140349.153000', '140349.156000', '140349.159000', '140349.161000', '140349.164000', '140349.167000', '140349.169000', '140349.172000', '140349.174000', '140349.177000', '140349.179000', '140349.182000', '140349.185000', '140349.187000', '140349.190000', '140349.192000', '140349.195000', '140349.197000', '140349.200000', '140349.203000', '140349.205000', '140349.208000', '140349.210000', '140349.213000', '140349.215000', '140349.218000', '140349.221000', '140349.223000', '140349.226000', '140349.229000', '140349.231000', '140349.234000', '140409.122000', '140409.125000', '140409.128000', '140409.130000', '140409.133000', '140409.135000', '140409.138000', '140409.141000', '140409.143000', '140409.146000', '140409.148000', '140409.151000', '140409.153000', '140409.156000', '140409.158000', '140409.161000', '140409.164000', '140409.166000', '140409.169000', '140409.172000', '140409.174000', '140409.177000', '140409.180000', '140409.182000', '140409.185000', '140409.188000', '140409.190000', '140409.193000', '140409.195000', '140409.198000', '140409.200000', '140409.203000', '140409.206000', '140409.208000', '140409.211000', '140409.213000', '140409.216000', '140409.219000', '140409.221000', '140409.224000', '140409.226000', '140409.229000', '140409.232000', '140429.122000', '140429.125000', '140429.128000', '140429.130000', '140429.133000', '140429.136000', '140429.138000', '140429.141000', '140429.159000', '140429.162000', '140429.165000', '140429.168000', '140429.170000', '140429.173000', '140429.175000', '140429.178000', '140429.181000', '140429.183000', '140429.186000', '140429.188000', '140429.191000', '140429.194000', '140429.196000', '140429.199000', '140429.201000', '140429.204000', '140429.206000', '140429.209000', '140429.212000', '140429.214000', '140429.217000', '140429.220000', '140429.222000', '140429.225000', '140429.227000', '140429.230000', '140429.233000', '140429.235000', '140429.238000', '140429.240000', '140429.243000', '140429.246000', '140429.248000', '140449.122000', '140449.125000', '140449.128000', '140449.130000', '140449.133000', '140449.136000', '140449.138000', '140449.141000', '140449.144000', '140449.146000', '140449.149000', '140449.151000', '140449.154000', '140449.157000', '140449.159000', '140449.162000', '140449.164000', '140449.167000', '140449.170000', '140449.172000', '140449.175000', '140449.177000', '140449.180000', '140449.183000', '140449.185000', '140449.188000', '140449.191000', '140449.193000', '140449.196000', '140449.198000', '140449.201000', '140449.204000', '140449.206000', '140449.209000', '140449.211000', '140449.214000', '140449.217000', '140449.219000', '140449.222000', '140449.225000', '140449.227000', '140449.230000', '140449.232000', '140449.235000', '140509.123000', '140509.126000', '140509.129000', '140509.132000', '140509.138000', '140509.141000', '140509.143000', '140509.146000', '140509.148000', '140509.151000', '140509.153000', '140509.156000', '140509.159000', '140509.161000', '140509.164000', '140509.166000', '140509.169000', '140509.171000', '140509.174000', '140509.176000', '140509.179000', '140509.182000', '140509.184000', '140509.187000', '140509.190000', '140509.192000', '140509.195000', '140509.197000', '140509.200000', '140509.203000', '140509.206000', '140509.208000', '140509.211000', '140509.213000', '140509.216000', '140509.219000', '140509.221000', '140509.224000', '140509.227000', '140509.229000', '140509.232000', '140509.235000', '140509.237000', '140529.122000', '140529.125000', '140529.128000', '140529.130000', '140529.133000', '140529.136000', '140529.138000', '140529.141000', '140529.143000', '140529.146000', '140529.148000', '140529.151000', '140529.154000', '140529.156000', '140529.159000', '140529.161000', '140529.164000', '140529.167000', '140529.169000', '140529.172000', '140529.174000', '140529.177000', '140529.179000', '140529.182000', '140529.185000', '140529.187000', '140529.190000', '140529.192000', '140529.195000', '140529.198000', '140529.200000', '140529.203000', '140529.205000', '140529.208000', '140529.211000', '140529.213000', '140529.216000', '140529.218000', '140529.221000', '140529.223000', '140529.226000', '140529.229000', '140529.231000', '140529.234000', '140549.122000', '140549.125000', '140549.128000', '140549.131000', '140549.133000', '140549.136000', '140549.139000', '140549.141000', '140549.144000', '140549.146000', '140549.149000', '140549.151000', '140549.154000', '140549.157000', '140549.159000', '140549.162000', '140549.165000', '140549.168000', '140549.171000', '140549.173000', '140549.176000', '140549.179000', '140549.181000', '140549.184000', '140549.186000', '140549.189000', '140549.192000', '140549.194000', '140549.197000', '140549.201000', '140549.203000', '140549.206000', '140549.209000', '140549.212000', '140549.214000', '140549.217000', '140549.220000', '140549.222000', '140549.225000', '140549.227000', '140549.230000', '140549.232000', '140549.235000', '140609.122000', '140609.125000', '140609.128000', '140609.130000', '140609.133000', '140609.136000', '140609.138000', '140609.141000', '140609.143000', '140609.146000', '140609.149000', '140609.151000', '140609.154000', '140609.157000', '140609.159000', '140609.162000', '140609.164000', '140609.167000', '140609.170000', '140609.172000', '140609.175000', '140609.178000', '140609.180000', '140609.183000', '140609.186000', '140609.188000', '140609.191000', '140609.193000', '140609.196000', '140609.198000', '140609.201000', '140609.204000', '140609.206000', '140609.209000', '140609.212000', '140609.214000', '140609.217000', '140609.219000', '140609.222000', '140609.225000', '140609.227000', '140609.230000', '140609.233000', '140609.235000', '140629.122000', '140629.125000', '140629.128000', '140629.131000', '140629.133000', '140629.136000', '140629.138000', '140629.141000', '140629.144000', '140629.146000', '140629.149000', '140629.152000', '140629.154000', '140629.157000', '140629.160000', '140629.162000', '140629.165000', '140629.167000', '140629.170000', '140629.173000', '140629.175000', '140629.178000', '140629.180000', '140629.183000', '140629.185000', '140629.188000', '140629.191000', '140629.193000', '140629.196000', '140629.198000', '140629.201000', '140629.204000', '140629.206000', '140629.209000', '140629.211000', '140629.214000', '140629.216000', '140629.219000', '140629.222000', '140629.224000', '140629.227000', '140629.230000', '140629.232000', '140649.122000', '140649.125000', '140649.128000', '140649.131000', '140649.133000', '140649.136000', '140649.138000', '140649.141000', '140649.143000', '140649.146000', '140649.149000', '140649.151000', '140649.154000', '140649.156000', '140649.159000', '140649.161000', '140649.164000', '140649.167000', '140649.169000', '140649.172000', '140649.174000', '140649.177000', '140649.180000', '140649.182000', '140649.185000', '140649.187000', '140649.190000', '140649.193000', '140649.195000', '140649.198000', '140649.201000', '140649.203000', '140649.206000', '140649.209000', '140649.211000', '140649.214000', '140649.216000', '140649.219000', '140649.221000', '140649.224000', '140649.227000', '140649.229000', '140649.232000', '140649.234000', '140709.122000', '140709.125000', '140709.128000', '140709.131000', '140709.133000', '140709.136000', '140709.138000', '140709.141000', '140709.144000', '140709.146000', '140709.149000', '140709.152000', '140709.154000', '140709.157000', '140709.159000', '140709.162000', '140709.165000', '140709.167000', '140709.170000', '140709.172000', '140709.175000', '140709.178000', '140709.180000', '140709.183000', '140709.186000', '140709.188000', '140709.191000', '140709.193000', '140709.196000', '140709.199000', '140709.201000', '140709.204000', '140709.206000', '140709.209000', '140709.212000', '140709.214000', '140709.217000', '140709.220000', '140709.223000', '140709.226000', '140709.228000', '140709.231000', '140709.234000', '140729.122000', '140729.125000', '140729.128000', '140729.131000', '140729.133000', '140729.136000', '140729.138000', '140729.141000', '140729.144000', '140729.146000', '140729.149000', '140729.151000', '140729.154000', '140729.157000', '140729.159000', '140729.179000', '140729.182000', '140729.184000', '140729.187000', '140729.189000', '140729.192000', '140729.195000', '140729.197000', '140729.200000', '140729.202000', '140729.205000', '140729.208000', '140729.210000', '140729.213000', '140729.216000', '140729.218000', '140729.221000', '140729.223000', '140729.226000', '140729.229000', '140729.231000', '140729.234000', '140729.237000', '140729.239000', '140729.242000', '140729.245000', '140729.247000', '140729.250000', '140729.252000', '140749.123000', '140749.125000', '140749.128000', '140749.131000', '140749.133000', '140749.136000', '140749.138000', '140749.141000', '140749.144000', '140749.146000', '140749.149000', '140749.151000', '140749.154000', '140749.157000', '140749.159000', '140749.162000', '140749.164000', '140749.167000', '140749.170000', '140749.172000', '140749.175000', '140749.177000', '140749.180000', '140749.183000', '140749.185000', '140749.188000', '140749.190000', '140749.193000', '140749.196000', '140749.198000', '140749.201000', '140749.204000', '140749.206000', '140749.209000', '140749.212000', '140749.214000', '140749.217000', '140749.219000', '140749.222000', '140749.225000', '140749.227000', '140749.230000', '140749.232000', '140809.122000', '140809.125000', '140809.128000', '140809.130000', '140809.133000', '140809.136000', '140809.138000', '140809.141000', '140809.143000', '140809.146000', '140809.149000', '140809.151000', '140809.154000', '140809.157000', '140809.159000', '140809.162000', '140809.164000', '140809.167000', '140809.169000', '140809.172000', '140809.174000', '140809.177000', '140809.179000', '140809.182000', '140809.185000', '140809.187000', '140809.190000', '140809.192000', '140809.195000', '140809.198000', '140809.200000', '140809.203000', '140809.205000', '140809.208000', '140809.210000', '140809.213000', '140809.215000', '140809.218000', '140809.221000', '140809.223000', '140809.226000', '140809.228000', '140809.231000', '140809.233000', '140829.122000', '140829.125000', '140829.128000', '140829.130000', '140829.133000', '140829.136000', '140829.138000', '140829.141000', '140829.143000', '140829.146000', '140829.148000', '140829.151000', '140829.154000', '140829.156000', '140829.159000', '140829.162000', '140829.164000', '140829.167000', '140829.170000', '140829.172000', '140829.175000', '140829.177000', '140829.180000', '140829.182000', '140829.185000', '140829.187000', '140829.190000', '140829.193000', '140829.195000', '140829.198000', '140829.200000', '140829.203000', '140829.206000', '140829.208000', '140829.211000', '140829.213000', '140829.216000', '140829.219000', '140829.221000', '140829.224000', '140829.226000', '140829.229000', '140829.231000', '140849.122000', '140849.125000', '140849.128000', '140849.130000', '140849.133000', '140849.136000', '140849.138000', '140849.141000', '140849.144000', '140849.146000', '140849.149000', '140849.151000', '140849.154000', '140849.157000', '140849.159000', '140849.162000', '140849.164000', '140849.167000', '140849.170000', '140849.172000', '140849.175000', '140849.177000', '140849.180000', '140849.182000', '140849.185000', '140849.198000', '140849.201000', '140849.203000', '140849.206000', '140849.208000', '140849.211000', '140849.214000', '140849.216000', '140849.219000', '140849.221000', '140849.224000', '140849.226000', '140849.229000', '140849.232000', '140849.234000', '140849.237000', '140849.240000', '140849.242000', '140849.245000', '140903.281000', '140903.284000', '140903.286000', '140903.289000', '140903.291000', '140903.294000', '140903.297000', '140903.299000', '140903.302000', '140903.305000', '140903.307000', '140903.310000', '140903.312000', '140903.315000', '140903.317000', '140903.320000', '140903.323000', '140903.325000', '140903.328000', '140903.330000', '140903.333000', '140903.336000', '140903.339000', '140903.342000', '140903.344000', '140903.347000', '140903.349000', '140903.352000', '140903.355000', '140903.357000', '140903.360000'], 'InstanceCreationTime': ['140249.151000', '140249.154000', '140249.157000', '140249.160000', '140249.162000', '140249.165000', '140249.167000', '140249.170000', '140249.173000', '140249.176000', '140249.178000', '140249.181000', '140249.183000', '140249.186000', '140249.189000', '140249.191000', '140249.194000', '140249.196000', '140249.199000', '140249.202000', '140249.204000', '140249.207000', '140249.209000', '140249.212000', '140249.214000', '140249.217000', '140249.220000', '140249.231000', '140249.234000', '140249.236000', '140249.239000', '140249.243000', '140249.246000', '140249.248000', '140249.251000', '140249.253000', '140249.256000', '140249.258000', '140249.261000', '140249.263000', '140249.266000', '140249.269000', '140249.271000', '140249.274000', '140249.276000', '140249.279000', '140249.281000', '140249.284000', '140249.286000', '140249.289000', '140249.291000', '140249.294000', '140249.297000', '140249.300000', '140249.303000', '140249.308000', '140249.311000', '140249.313000', '140309.123000', '140309.125000', '140309.129000', '140309.131000', '140309.135000', '140309.138000', '140309.140000', '140309.143000', '140309.146000', '140309.148000', '140309.151000', '140309.153000', '140309.156000', '140309.159000', '140309.161000', '140309.164000', '140309.166000', '140309.169000', '140309.172000', '140309.174000', '140309.177000', '140309.180000', '140309.182000', '140309.185000', '140309.187000', '140309.190000', '140309.193000', '140309.195000', '140309.198000', '140309.200000', '140309.203000', '140309.206000', '140309.208000', '140309.211000', '140309.213000', '140309.216000', '140309.218000', '140309.221000', '140309.223000', '140309.226000', '140309.229000', '140309.231000', '140309.234000', '140309.236000', '140329.123000', '140329.125000', '140329.128000', '140329.130000', '140329.133000', '140329.136000', '140329.138000', '140329.141000', '140329.143000', '140329.146000', '140329.149000', '140329.151000', '140329.154000', '140329.156000', '140329.159000', '140329.161000', '140329.164000', '140329.167000', '140329.169000', '140329.172000', '140329.175000', '140329.177000', '140329.180000', '140329.182000', '140329.185000', '140329.187000', '140329.190000', '140329.193000', '140329.195000', '140329.198000', '140329.200000', '140329.203000', '140329.205000', '140329.208000', '140329.211000', '140329.213000', '140329.216000', '140329.218000', '140329.221000', '140329.224000', '140329.226000', '140329.229000', '140329.231000', '140349.122000', '140349.125000', '140349.128000', '140349.130000', '140349.133000', '140349.135000', '140349.138000', '140349.140000', '140349.143000', '140349.146000', '140349.148000', '140349.151000', '140349.153000', '140349.156000', '140349.159000', '140349.161000', '140349.164000', '140349.167000', '140349.169000', '140349.172000', '140349.174000', '140349.177000', '140349.179000', '140349.182000', '140349.185000', '140349.187000', '140349.190000', '140349.192000', '140349.195000', '140349.197000', '140349.200000', '140349.203000', '140349.205000', '140349.208000', '140349.210000', '140349.213000', '140349.215000', '140349.218000', '140349.221000', '140349.223000', '140349.226000', '140349.229000', '140349.231000', '140349.234000', '140409.122000', '140409.125000', '140409.128000', '140409.130000', '140409.133000', '140409.135000', '140409.138000', '140409.141000', '140409.143000', '140409.146000', '140409.148000', '140409.151000', '140409.153000', '140409.156000', '140409.158000', '140409.161000', '140409.164000', '140409.166000', '140409.169000', '140409.172000', '140409.174000', '140409.177000', '140409.180000', '140409.182000', '140409.185000', '140409.188000', '140409.190000', '140409.193000', '140409.195000', '140409.198000', '140409.200000', '140409.203000', '140409.206000', '140409.208000', '140409.211000', '140409.213000', '140409.216000', '140409.219000', '140409.221000', '140409.224000', '140409.226000', '140409.229000', '140409.232000', '140429.122000', '140429.125000', '140429.128000', '140429.130000', '140429.133000', '140429.136000', '140429.138000', '140429.141000', '140429.159000', '140429.162000', '140429.165000', '140429.168000', '140429.170000', '140429.173000', '140429.175000', '140429.178000', '140429.181000', '140429.183000', '140429.186000', '140429.188000', '140429.191000', '140429.194000', '140429.196000', '140429.199000', '140429.201000', '140429.204000', '140429.206000', '140429.209000', '140429.212000', '140429.214000', '140429.217000', '140429.220000', '140429.222000', '140429.225000', '140429.227000', '140429.230000', '140429.233000', '140429.235000', '140429.238000', '140429.240000', '140429.243000', '140429.246000', '140429.248000', '140449.122000', '140449.125000', '140449.128000', '140449.130000', '140449.133000', '140449.136000', '140449.138000', '140449.141000', '140449.144000', '140449.146000', '140449.149000', '140449.151000', '140449.154000', '140449.157000', '140449.159000', '140449.162000', '140449.164000', '140449.167000', '140449.170000', '140449.172000', '140449.175000', '140449.177000', '140449.180000', '140449.183000', '140449.185000', '140449.188000', '140449.191000', '140449.193000', '140449.196000', '140449.198000', '140449.201000', '140449.204000', '140449.206000', '140449.209000', '140449.211000', '140449.214000', '140449.217000', '140449.219000', '140449.222000', '140449.225000', '140449.227000', '140449.230000', '140449.232000', '140449.235000', '140509.123000', '140509.126000', '140509.129000', '140509.132000', '140509.138000', '140509.141000', '140509.143000', '140509.146000', '140509.148000', '140509.151000', '140509.153000', '140509.156000', '140509.159000', '140509.161000', '140509.164000', '140509.166000', '140509.169000', '140509.171000', '140509.174000', '140509.176000', '140509.179000', '140509.182000', '140509.184000', '140509.187000', '140509.190000', '140509.192000', '140509.195000', '140509.197000', '140509.200000', '140509.203000', '140509.206000', '140509.208000', '140509.211000', '140509.213000', '140509.216000', '140509.219000', '140509.221000', '140509.224000', '140509.227000', '140509.229000', '140509.232000', '140509.235000', '140509.237000', '140529.122000', '140529.125000', '140529.128000', '140529.130000', '140529.133000', '140529.136000', '140529.138000', '140529.141000', '140529.143000', '140529.146000', '140529.148000', '140529.151000', '140529.154000', '140529.156000', '140529.159000', '140529.161000', '140529.164000', '140529.167000', '140529.169000', '140529.172000', '140529.174000', '140529.177000', '140529.179000', '140529.182000', '140529.185000', '140529.187000', '140529.190000', '140529.192000', '140529.195000', '140529.198000', '140529.200000', '140529.203000', '140529.205000', '140529.208000', '140529.211000', '140529.213000', '140529.216000', '140529.218000', '140529.221000', '140529.223000', '140529.226000', '140529.229000', '140529.231000', '140529.234000', '140549.122000', '140549.125000', '140549.128000', '140549.131000', '140549.133000', '140549.136000', '140549.139000', '140549.141000', '140549.144000', '140549.146000', '140549.149000', '140549.151000', '140549.154000', '140549.157000', '140549.159000', '140549.162000', '140549.165000', '140549.168000', '140549.171000', '140549.173000', '140549.176000', '140549.179000', '140549.181000', '140549.184000', '140549.186000', '140549.189000', '140549.192000', '140549.194000', '140549.197000', '140549.201000', '140549.203000', '140549.206000', '140549.209000', '140549.212000', '140549.214000', '140549.217000', '140549.220000', '140549.222000', '140549.225000', '140549.227000', '140549.230000', '140549.232000', '140549.235000', '140609.122000', '140609.125000', '140609.128000', '140609.130000', '140609.133000', '140609.136000', '140609.138000', '140609.141000', '140609.143000', '140609.146000', '140609.149000', '140609.151000', '140609.154000', '140609.157000', '140609.159000', '140609.162000', '140609.164000', '140609.167000', '140609.170000', '140609.172000', '140609.175000', '140609.178000', '140609.180000', '140609.183000', '140609.186000', '140609.188000', '140609.191000', '140609.193000', '140609.196000', '140609.198000', '140609.201000', '140609.204000', '140609.206000', '140609.209000', '140609.212000', '140609.214000', '140609.217000', '140609.219000', '140609.222000', '140609.225000', '140609.227000', '140609.230000', '140609.233000', '140609.235000', '140629.122000', '140629.125000', '140629.128000', '140629.131000', '140629.133000', '140629.136000', '140629.138000', '140629.141000', '140629.144000', '140629.146000', '140629.149000', '140629.152000', '140629.154000', '140629.157000', '140629.160000', '140629.162000', '140629.165000', '140629.167000', '140629.170000', '140629.173000', '140629.175000', '140629.178000', '140629.180000', '140629.183000', '140629.185000', '140629.188000', '140629.191000', '140629.193000', '140629.196000', '140629.198000', '140629.201000', '140629.204000', '140629.206000', '140629.209000', '140629.211000', '140629.214000', '140629.216000', '140629.219000', '140629.222000', '140629.224000', '140629.227000', '140629.230000', '140629.232000', '140649.122000', '140649.125000', '140649.128000', '140649.131000', '140649.133000', '140649.136000', '140649.138000', '140649.141000', '140649.143000', '140649.146000', '140649.149000', '140649.151000', '140649.154000', '140649.156000', '140649.159000', '140649.161000', '140649.164000', '140649.167000', '140649.169000', '140649.172000', '140649.174000', '140649.177000', '140649.180000', '140649.182000', '140649.185000', '140649.187000', '140649.190000', '140649.193000', '140649.195000', '140649.198000', '140649.201000', '140649.203000', '140649.206000', '140649.209000', '140649.211000', '140649.214000', '140649.216000', '140649.219000', '140649.221000', '140649.224000', '140649.227000', '140649.229000', '140649.232000', '140649.234000', '140709.122000', '140709.125000', '140709.128000', '140709.131000', '140709.133000', '140709.136000', '140709.138000', '140709.141000', '140709.144000', '140709.146000', '140709.149000', '140709.152000', '140709.154000', '140709.157000', '140709.159000', '140709.162000', '140709.165000', '140709.167000', '140709.170000', '140709.172000', '140709.175000', '140709.178000', '140709.180000', '140709.183000', '140709.186000', '140709.188000', '140709.191000', '140709.193000', '140709.196000', '140709.199000', '140709.201000', '140709.204000', '140709.206000', '140709.209000', '140709.212000', '140709.214000', '140709.217000', '140709.220000', '140709.223000', '140709.226000', '140709.228000', '140709.231000', '140709.234000', '140729.122000', '140729.125000', '140729.128000', '140729.131000', '140729.133000', '140729.136000', '140729.138000', '140729.141000', '140729.144000', '140729.146000', '140729.149000', '140729.151000', '140729.154000', '140729.157000', '140729.159000', '140729.179000', '140729.182000', '140729.184000', '140729.187000', '140729.189000', '140729.192000', '140729.195000', '140729.197000', '140729.200000', '140729.202000', '140729.205000', '140729.208000', '140729.210000', '140729.213000', '140729.216000', '140729.218000', '140729.221000', '140729.223000', '140729.226000', '140729.229000', '140729.231000', '140729.234000', '140729.237000', '140729.239000', '140729.242000', '140729.245000', '140729.247000', '140729.250000', '140729.252000', '140749.123000', '140749.125000', '140749.128000', '140749.131000', '140749.133000', '140749.136000', '140749.138000', '140749.141000', '140749.144000', '140749.146000', '140749.149000', '140749.151000', '140749.154000', '140749.157000', '140749.159000', '140749.162000', '140749.164000', '140749.167000', '140749.170000', '140749.172000', '140749.175000', '140749.177000', '140749.180000', '140749.183000', '140749.185000', '140749.188000', '140749.190000', '140749.193000', '140749.196000', '140749.198000', '140749.201000', '140749.204000', '140749.206000', '140749.209000', '140749.212000', '140749.214000', '140749.217000', '140749.219000', '140749.222000', '140749.225000', '140749.227000', '140749.230000', '140749.232000', '140809.122000', '140809.125000', '140809.128000', '140809.130000', '140809.133000', '140809.136000', '140809.138000', '140809.141000', '140809.143000', '140809.146000', '140809.149000', '140809.151000', '140809.154000', '140809.157000', '140809.159000', '140809.162000', '140809.164000', '140809.167000', '140809.169000', '140809.172000', '140809.174000', '140809.177000', '140809.179000', '140809.182000', '140809.185000', '140809.187000', '140809.190000', '140809.192000', '140809.195000', '140809.198000', '140809.200000', '140809.203000', '140809.205000', '140809.208000', '140809.210000', '140809.213000', '140809.215000', '140809.218000', '140809.221000', '140809.223000', '140809.226000', '140809.228000', '140809.231000', '140809.233000', '140829.122000', '140829.125000', '140829.128000', '140829.130000', '140829.133000', '140829.136000', '140829.138000', '140829.141000', '140829.143000', '140829.146000', '140829.148000', '140829.151000', '140829.154000', '140829.156000', '140829.159000', '140829.162000', '140829.164000', '140829.167000', '140829.170000', '140829.172000', '140829.175000', '140829.177000', '140829.180000', '140829.182000', '140829.185000', '140829.187000', '140829.190000', '140829.193000', '140829.195000', '140829.198000', '140829.200000', '140829.203000', '140829.206000', '140829.208000', '140829.211000', '140829.213000', '140829.216000', '140829.219000', '140829.221000', '140829.224000', '140829.226000', '140829.229000', '140829.231000', '140849.122000', '140849.125000', '140849.128000', '140849.130000', '140849.133000', '140849.136000', '140849.138000', '140849.141000', '140849.144000', '140849.146000', '140849.149000', '140849.151000', '140849.154000', '140849.157000', '140849.159000', '140849.162000', '140849.164000', '140849.167000', '140849.170000', '140849.172000', '140849.175000', '140849.177000', '140849.180000', '140849.182000', '140849.185000', '140849.198000', '140849.201000', '140849.203000', '140849.206000', '140849.208000', '140849.211000', '140849.214000', '140849.216000', '140849.219000', '140849.221000', '140849.224000', '140849.226000', '140849.229000', '140849.232000', '140849.234000', '140849.237000', '140849.240000', '140849.242000', '140849.245000', '140903.281000', '140903.284000', '140903.286000', '140903.289000', '140903.291000', '140903.294000', '140903.297000', '140903.299000', '140903.302000', '140903.305000', '140903.307000', '140903.310000', '140903.312000', '140903.315000', '140903.317000', '140903.320000', '140903.323000', '140903.325000', '140903.328000', '140903.330000', '140903.333000', '140903.336000', '140903.339000', '140903.342000', '140903.344000', '140903.347000', '140903.349000', '140903.352000', '140903.355000', '140903.357000', '140903.360000'], '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': [11317, 10414, 16342, 10655, 13703, 9786, 11761, 11180, 11628, 11242, 11128, 12953, 9075, 12607, 9038, 13678, 9702, 14767, 8813, 15734, 8992, 14737, 9956, 15365, 10825, 17122, 11780, 15698, 11251, 14837, 12108, 15416, 11672, 17362, 9935, 14478, 9673, 14574, 10758, 12660, 10613, 8946, 11160, 8628, 13244, 11005, 18013, 12076, 10456, 12521, 8874, 14151, 8955, 15287, 9558, 13896, 8954, 15828, 9191, 15942, 9698, 14921, 10869, 14887, 12295, 10449, 11527, 8744, 13043, 9484, 14823, 11673, 17983, 11769, 12425, 11079, 12758, 14644, 9183, 13609, 9147, 14095, 10977, 15983, 11739, 18562, 12514, 8845, 12064, 8455, 13648, 9790, 14465, 11277, 20215, 13057, 12435, 11440, 8983, 12546, 8690, 14862, 11383, 20568, 13772, 11793, 12212, 9228, 14267, 10550, 16092, 9728, 18832, 10112, 15125, 10291, 15081, 11692, 12863, 11049, 11498, 14620, 9683, 14634, 9081, 15180, 11399, 12312, 11150, 8895, 14382, 8661, 14759, 10780, 17981, 12208, 18046, 12167, 11644, 10022, 9977, 12101, 8977, 16575, 9557, 15821, 10864, 12557, 11183, 9089, 16093, 10132, 15193, 10984, 10282, 12464, 8763, 16700, 12502, 14912, 11131, 8990, 13855, 9659, 18709, 12102, 11225, 12601, 9735, 15212, 10215, 9334, 17488, 11031, 13814, 10051, 8966, 14044, 9221, 17213, 12251, 19083, 10537, 12164, 10826, 9208, 12305, 8932, 15728, 10056, 15408, 11105, 12091, 11167, 9045, 14947, 10269, 20089, 11386, 14233, 11585, 11289, 11644, 8974, 16556, 9057, 17762, 10984, 13315, 11583, 9038, 15779, 8948, 16807, 11231, 12321, 12029, 9070, 16653, 9736, 15764, 11543, 11395, 12885, 9265, 17527, 11324, 16562, 10894, 10566, 12342, 8973, 17115, 12677, 12324, 10471, 9345, 14322, 9708, 19804, 12920, 10936, 10476, 8620, 14361, 11212, 10985, 11849, 9140, 15173, 11345, 9085, 19171, 10252, 9309, 12871, 9111, 16258, 11520, 21146, 12358, 12650, 10898, 9599, 13998, 9750, 17298, 11653, 13961, 10059, 8571, 12327, 8704, 15497, 11852, 15111, 10721, 9111, 12528, 8781, 15811, 11800, 18102, 11851, 11313, 10792, 9363, 14567, 9717, 18577, 11492, 9383, 13121, 9978, 14626, 11801, 9199, 16085, 10655, 12072, 14699, 9203, 17632, 9955, 14149, 11087, 15938, 10808, 12873, 11269, 9305, 12142, 8785, 13826, 10386, 17543, 12281, 10472, 10511, 8752, 13308, 9520, 18339, 12499, 10100, 11283, 8667, 14617, 11348, 20592, 12789, 11337, 12523, 9068, 15986, 10663, 19164, 12885, 15358, 11510, 8954, 12333, 9282, 15113, 9856, 16620, 11384, 19959, 10982, 12994, 9959, 8860, 12835, 9114, 15887, 11172, 13637, 10515, 10148, 11604, 9253, 15048, 10386, 17831, 9334, 15809, 10018, 13463, 10395, 10372, 13719, 8998, 15942, 9953, 12831, 10626, 9121, 14934, 9223, 13384, 10163, 8874, 14343, 9969, 17626, 10735, 9697, 11503, 8716, 16035, 11352, 15553, 11285, 8822, 13241, 9576, 18620, 11960, 12742, 12286, 9008, 15161, 9621, 14480, 10932, 11928, 14407, 9179, 15986, 9324, 12852, 10500, 8825, 14270, 9721, 17872, 10187, 10078, 11307, 8897, 16037, 10980, 12614, 11530, 9122, 16430, 10000, 11319, 12235, 9581, 19504, 9494, 11939, 10336, 9181, 14417, 10123, 17606, 9643, 15583, 9852, 11519, 11990, 8853, 15237, 9104, 14250, 10272, 9515, 12982, 9258, 18688, 11835, 10458, 11231, 8434, 15184, 11262, 21006, 13261, 11953, 11279, 9344, 14508, 9786, 18381, 11225, 16981, 11340, 13182, 11100, 9710, 14317, 8943, 15774, 9377, 15882, 10603, 18107, 12163, 15790, 11250, 10763, 10205, 8973, 12983, 9132, 15232, 10753, 15304, 10389, 11751, 10772, 9473, 14299, 9482, 15932, 9234, 16891, 10935, 15932, 11677, 11251, 10420, 8876, 10601, 9314, 13982, 9747, 18051, 10378, 13198, 10180, 9241, 13989, 9538, 19198, 10681, 11391, 10155, 8841, 15182, 10417, 15180, 10749, 8911, 12400, 9153, 17323, 11549, 10518, 13023, 9163, 18940, 11012, 13684, 11442, 9416, 16289, 9580, 18451, 9808, 13004, 11096, 9395, 13886, 9314, 17255, 9806, 10200, 11420, 9276, 15598, 11252, 13124, 10497, 8626, 14647, 9492, 12053, 12047, 9037, 17070, 10484, 14498, 9819, 9274, 13033, 9247, 15899, 11086, 20646, 9781, 13901, 10414, 9390, 13111, 9063, 15980, 9269, 14444, 9927, 9374, 13018, 9326, 15869, 10004, 12943, 10228, 9244, 14936, 10070, 18109, 11923, 14424, 10349, 10768, 12821, 9503, 16793, 10205, 18822, 10437, 12168, 12176, 9257, 16374, 11188, 15890, 9889, 9300, 12201, 9219, 15686, 10287, 21608, 10969, 13781, 10587, 9393, 13169, 9446, 16080, 9501, 12652, 9994, 9039, 14302, 9395, 18715, 11766, 10602, 10625, 8850, 13067, 8927, 15576, 9189, 15652, 10229, 17122, 11842, 13262, 11143, 8840, 13566, 9286, 16803, 10797, 12683, 12081, 8951, 14481, 9347, 13526, 10468, 10341, 13901, 9215, 17024, 9492, 13243, 11431, 8919, 15720, 10269, 17985, 9855, 10491, 12137, 9216, 16186, 11199, 18345, 10404, 10447, 12132, 9143, 15887, 10560, 18134, 10152, 11269, 11240, 9315, 14635, 10456, 18928, 10169, 14205, 10303, 9166, 14015, 9295, 15910, 9583, 15189, 9569, 15290, 10386, 15274, 11814, 11298, 11004, 9120, 12265, 9034, 13830, 9589, 15484, 11194, 13604, 10051, 10615, 10770, 8986, 13472, 9419, 16316, 9586, 16941, 9978, 14837, 10896, 11602, 12466, 9007, 14454, 9615, 12960, 10634, 10172, 13153, 9175, 14389, 9385, 14394, 10016, 18016, 11909, 10608, 10925, 9063, 13377, 9429, 19013, 12103, 10644, 11539, 8951, 14563, 9965, 13061, 11673, 9191, 14736, 9366, 17136, 11074, 14345, 11477, 9574, 14496, 9445, 15300, 10154, 19728, 11409, 13069, 11200, 9438, 13365, 9631, 15987, 10389, 11684, 11670, 9433, 14842, 10006, 10729, 11083, 9374, 17434, 10241, 11842, 12238, 9435, 15528, 9663, 15416, 10332, 12477, 10983, 9610, 13781, 9461, 15792, 9905, 11660, 11486, 9663, 16108, 9574, 9986, 9932, 8855, 14958, 10674, 15876, 10651, 8952, 12363, 9455, 16586, 11377, 20856, 11865, 12917, 10382, 9693, 13043, 9605, 16472, 10998, 13728, 9560, 9412, 12721, 9479, 16094, 11614, 16509, 10589, 10330, 11622, 9586, 14887, 10533, 17269, 10270, 17877, 10263, 13611, 10054, 11719, 11921, 9677, 15177, 9649, 17120, 10767, 13090, 10856, 9759, 12507, 9323, 14283, 9718, 16720, 11577, 18176, 10349, 10771, 10368, 9162, 14995, 10175, 18612, 9902, 11350, 10541], 'WindowCenter': [4648.0, 4621.0, 4656.0, 4607.0, 4623.0, 4592.0, 4610.0, 4600.0, 4612.0, 4602.0, 4614.0, 4624.0, 4585.0, 4622.0, 4581.0, 4622.0, 4581.0, 4635.0, 4584.0, 4643.0, 4582.0, 4630.0, 4591.0, 4629.0, 4601.0, 4641.0, 4602.0, 4630.0, 4601.0, 4617.0, 4597.0, 4620.0, 4600.0, 4640.0, 4581.0, 4618.0, 4579.0, 4617.0, 4589.0, 4610.0, 4603.0, 4582.0, 4602.0, 4584.0, 4619.0, 4603.0, 4653.0, 4624.0, 4615.0, 4622.0, 4583.0, 4632.0, 4583.0, 4641.0, 4582.0, 4621.0, 4571.0, 4632.0, 4580.0, 4632.0, 4581.0, 4630.0, 4590.0, 4629.0, 4609.0, 4591.0, 4599.0, 4572.0, 4619.0, 4593.0, 4634.0, 4615.0, 4652.0, 4613.0, 4610.0, 4602.0, 4610.0, 4632.0, 4579.0, 4618.0, 4580.0, 4619.0, 4590.0, 4642.0, 4601.0, 4652.0, 4623.0, 4582.0, 4611.0, 4583.0, 4631.0, 4591.0, 4618.0, 4599.0, 4659.0, 4620.0, 4610.0, 4610.0, 4582.0, 4611.0, 4582.0, 4634.0, 4614.0, 4674.0, 4635.0, 4612.0, 4613.0, 4583.0, 4631.0, 4588.0, 4629.0, 4578.0, 4649.0, 4579.0, 4617.0, 4577.0, 4617.0, 4599.0, 4608.0, 4588.0, 4597.0, 4618.0, 4579.0, 4629.0, 4568.0, 4628.0, 4598.0, 4606.0, 4598.0, 4569.0, 4619.0, 4570.0, 4629.0, 4599.0, 4639.0, 4609.0, 4649.0, 4610.0, 4599.0, 4578.0, 4578.0, 4598.0, 4567.0, 4643.0, 4580.0, 4628.0, 4600.0, 4611.0, 4600.0, 4578.0, 4644.0, 4602.0, 4631.0, 4600.0, 4591.0, 4610.0, 4580.0, 4641.0, 4623.0, 4632.0, 4602.0, 4582.0, 4631.0, 4593.0, 4661.0, 4611.0, 4601.0, 4610.0, 4591.0, 4630.0, 4591.0, 4581.0, 4664.0, 4603.0, 4620.0, 4590.0, 4569.0, 4618.0, 4580.0, 4637.0, 4613.0, 4649.0, 4589.0, 4598.0, 4587.0, 4566.0, 4597.0, 4567.0, 4632.0, 4589.0, 4629.0, 4600.0, 4609.0, 4598.0, 4580.0, 4642.0, 4602.0, 4662.0, 4613.0, 4632.0, 4612.0, 4614.0, 4610.0, 4580.0, 4641.0, 4581.0, 4640.0, 4601.0, 4619.0, 4600.0, 4584.0, 4641.0, 4580.0, 4651.0, 4602.0, 4610.0, 4609.0, 4582.0, 4653.0, 4594.0, 4639.0, 4599.0, 4600.0, 4619.0, 4580.0, 4653.0, 4601.0, 4638.0, 4589.0, 4589.0, 4607.0, 4569.0, 4641.0, 4611.0, 4610.0, 4588.0, 4580.0, 4620.0, 4577.0, 4650.0, 4611.0, 4601.0, 4592.0, 4580.0, 4629.0, 4603.0, 4599.0, 4611.0, 4592.0, 4642.0, 4614.0, 4594.0, 4663.0, 4602.0, 4582.0, 4619.0, 4581.0, 4639.0, 4612.0, 4673.0, 4612.0, 4611.0, 4599.0, 4577.0, 4616.0, 4580.0, 4641.0, 4600.0, 4618.0, 4579.0, 4569.0, 4609.0, 4571.0, 4629.0, 4612.0, 4631.0, 4601.0, 4581.0, 4610.0, 4569.0, 4630.0, 4613.0, 4653.0, 4614.0, 4602.0, 4600.0, 4578.0, 4632.0, 4593.0, 4652.0, 4601.0, 4581.0, 4637.0, 4593.0, 4632.0, 4611.0, 4583.0, 4642.0, 4602.0, 4612.0, 4645.0, 4594.0, 4653.0, 4593.0, 4633.0, 4601.0, 4629.0, 4589.0, 4621.0, 4600.0, 4580.0, 4610.0, 4571.0, 4619.0, 4588.0, 4651.0, 4613.0, 4602.0, 4602.0, 4581.0, 4622.0, 4592.0, 4650.0, 4624.0, 4604.0, 4614.0, 4583.0, 4631.0, 4614.0, 4674.0, 4626.0, 4615.0, 4624.0, 4583.0, 4640.0, 4601.0, 4651.0, 4610.0, 4631.0, 4600.0, 4582.0, 4610.0, 4580.0, 4619.0, 4577.0, 4628.0, 4601.0, 4649.0, 4590.0, 4608.0, 4591.0, 4568.0, 4609.0, 4569.0, 4642.0, 4601.0, 4619.0, 4591.0, 4590.0, 4599.0, 4578.0, 4628.0, 4590.0, 4639.0, 4578.0, 4628.0, 4578.0, 4619.0, 4587.0, 4588.0, 4621.0, 4580.0, 4640.0, 4589.0, 4608.0, 4591.0, 4580.0, 4642.0, 4593.0, 4632.0, 4601.0, 4582.0, 4632.0, 4592.0, 4654.0, 4614.0, 4593.0, 4612.0, 4582.0, 4641.0, 4615.0, 4642.0, 4612.0, 4583.0, 4621.0, 4579.0, 4651.0, 4610.0, 4623.0, 4611.0, 4582.0, 4630.0, 4580.0, 4618.0, 4591.0, 4598.0, 4629.0, 4580.0, 4630.0, 4581.0, 4610.0, 4588.0, 4569.0, 4631.0, 4591.0, 4651.0, 4591.0, 4591.0, 4600.0, 4580.0, 4640.0, 4615.0, 4623.0, 4601.0, 4582.0, 4641.0, 4592.0, 4600.0, 4610.0, 4592.0, 4662.0, 4592.0, 4611.0, 4590.0, 4578.0, 4628.0, 4592.0, 4651.0, 4592.0, 4639.0, 4579.0, 4597.0, 4597.0, 4582.0, 4641.0, 4581.0, 4631.0, 4600.0, 4589.0, 4620.0, 4593.0, 4676.0, 4624.0, 4613.0, 4615.0, 4584.0, 4641.0, 4615.0, 4686.0, 4634.0, 4614.0, 4614.0, 4582.0, 4632.0, 4590.0, 4651.0, 4602.0, 4640.0, 4602.0, 4618.0, 4597.0, 4578.0, 4632.0, 4581.0, 4639.0, 4580.0, 4629.0, 4588.0, 4647.0, 4611.0, 4628.0, 4600.0, 4601.0, 4587.0, 4579.0, 4618.0, 4580.0, 4640.0, 4602.0, 4640.0, 4600.0, 4611.0, 4601.0, 4590.0, 4630.0, 4592.0, 4643.0, 4593.0, 4651.0, 4601.0, 4638.0, 4602.0, 4600.0, 4589.0, 4580.0, 4589.0, 4579.0, 4619.0, 4579.0, 4650.0, 4593.0, 4620.0, 4590.0, 4581.0, 4629.0, 4592.0, 4664.0, 4603.0, 4612.0, 4603.0, 4582.0, 4640.0, 4603.0, 4642.0, 4614.0, 4597.0, 4624.0, 4592.0, 4654.0, 4613.0, 4614.0, 4635.0, 4595.0, 4664.0, 4612.0, 4630.0, 4611.0, 4581.0, 4653.0, 4592.0, 4650.0, 4590.0, 4621.0, 4599.0, 4581.0, 4633.0, 4593.0, 4652.0, 4592.0, 4603.0, 4611.0, 4593.0, 4643.0, 4617.0, 4633.0, 4605.0, 4583.0, 4632.0, 4592.0, 4622.0, 4610.0, 4582.0, 4653.0, 4604.0, 4633.0, 4592.0, 4583.0, 4621.0, 4579.0, 4642.0, 4613.0, 4662.0, 4591.0, 4619.0, 4590.0, 4577.0, 4609.0, 4569.0, 4640.0, 4580.0, 4628.0, 4591.0, 4580.0, 4620.0, 4591.0, 4652.0, 4605.0, 4633.0, 4605.0, 4594.0, 4642.0, 4604.0, 4665.0, 4625.0, 4646.0, 4604.0, 4601.0, 4634.0, 4593.0, 4655.0, 4604.0, 4663.0, 4604.0, 4611.0, 4612.0, 4582.0, 4642.0, 4615.0, 4643.0, 4603.0, 4593.0, 4610.0, 4581.0, 4641.0, 4593.0, 4673.0, 4601.0, 4619.0, 4589.0, 4580.0, 4609.0, 4580.0, 4640.0, 4592.0, 4623.0, 4591.0, 4582.0, 4630.0, 4582.0, 4651.0, 4613.0, 4604.0, 4603.0, 4581.0, 4619.0, 4581.0, 4641.0, 4593.0, 4645.0, 4593.0, 4639.0, 4611.0, 4621.0, 4600.0, 4583.0, 4630.0, 4592.0, 4639.0, 4602.0, 4622.0, 4622.0, 4594.0, 4643.0, 4595.0, 4631.0, 4602.0, 4592.0, 4636.0, 4593.0, 4655.0, 4603.0, 4633.0, 4611.0, 4582.0, 4655.0, 4606.0, 4666.0, 4606.0, 4613.0, 4612.0, 4581.0, 4654.0, 4615.0, 4663.0, 4604.0, 4603.0, 4610.0, 4581.0, 4642.0, 4603.0, 4651.0, 4592.0, 4601.0, 4601.0, 4581.0, 4630.0, 4590.0, 4651.0, 4590.0, 4619.0, 4589.0, 4580.0, 4618.0, 4579.0, 4640.0, 4581.0, 4632.0, 4592.0, 4629.0, 4590.0, 4628.0, 4599.0, 4603.0, 4598.0, 4580.0, 4611.0, 4581.0, 4618.0, 4591.0, 4629.0, 4613.0, 4630.0, 4594.0, 4602.0, 4602.0, 4581.0, 4619.0, 4581.0, 4642.0, 4592.0, 4651.0, 4594.0, 4631.0, 4599.0, 4611.0, 4623.0, 4584.0, 4631.0, 4594.0, 4622.0, 4602.0, 4600.0, 4622.0, 4593.0, 4634.0, 4594.0, 4633.0, 4605.0, 4652.0, 4616.0, 4602.0, 4603.0, 4583.0, 4631.0, 4593.0, 4661.0, 4625.0, 4603.0, 4613.0, 4595.0, 4641.0, 4603.0, 4634.0, 4627.0, 4596.0, 4646.0, 4596.0, 4653.0, 4615.0, 4632.0, 4615.0, 4593.0, 4635.0, 4595.0, 4643.0, 4592.0, 4660.0, 4613.0, 4624.0, 4603.0, 4582.0, 4623.0, 4592.0, 4640.0, 4591.0, 4612.0, 4611.0, 4594.0, 4643.0, 4606.0, 4603.0, 4613.0, 4593.0, 4655.0, 4604.0, 4613.0, 4624.0, 4595.0, 4643.0, 4592.0, 4631.0, 4591.0, 4610.0, 4602.0, 4596.0, 4634.0, 4593.0, 4642.0, 4592.0, 4600.0, 4601.0, 4594.0, 4644.0, 4595.0, 4604.0, 4602.0, 4595.0, 4641.0, 4618.0, 4655.0, 4615.0, 4596.0, 4625.0, 4594.0, 4654.0, 4615.0, 4676.0, 4624.0, 4623.0, 4604.0, 4592.0, 4622.0, 4591.0, 4642.0, 4613.0, 4633.0, 4594.0, 4581.0, 4622.0, 4592.0, 4641.0, 4617.0, 4653.0, 4603.0, 4604.0, 4612.0, 4592.0, 4632.0, 4602.0, 4654.0, 4594.0, 4652.0, 4593.0, 4622.0, 4590.0, 4611.0, 4611.0, 4593.0, 4642.0, 4593.0, 4652.0, 4603.0, 4620.0, 4603.0, 4594.0, 4624.0, 4592.0, 4633.0, 4591.0, 4641.0, 4615.0, 4665.0, 4593.0, 4603.0, 4603.0, 4582.0, 4631.0, 4604.0, 4661.0, 4594.0, 4613.0, 4602.0], 'WindowWidth': [10185.0, 10134.0, 10174.0, 10103.0, 10118.0, 10076.0, 10096.0, 10085.0, 10101.0, 10089.0, 10107.0, 10121.0, 10069.0, 10115.0, 10059.0, 10115.0, 10060.0, 10137.0, 10066.0, 10145.0, 10060.0, 10123.0, 10070.0, 10123.0, 10085.0, 10145.0, 10086.0, 10124.0, 10084.0, 10101.0, 10073.0, 10107.0, 10080.0, 10138.0, 10055.0, 10105.0, 10052.0, 10100.0, 10065.0, 10094.0, 10091.0, 10061.0, 10089.0, 10067.0, 10110.0, 10094.0, 10159.0, 10125.0, 10112.0, 10119.0, 10067.0, 10131.0, 10066.0, 10142.0, 10060.0, 10113.0, 10044.0, 10128.0, 10055.0, 10130.0, 10058.0, 10123.0, 10068.0, 10120.0, 10092.0, 10071.0, 10082.0, 10048.0, 10109.0, 10077.0, 10137.0, 10110.0, 10158.0, 10104.0, 10096.0, 10087.0, 10097.0, 10131.0, 10053.0, 10106.0, 10055.0, 10105.0, 10068.0, 10144.0, 10085.0, 10156.0, 10120.0, 10060.0, 10100.0, 10067.0, 10128.0, 10073.0, 10107.0, 10080.0, 10164.0, 10112.0, 10098.0, 10099.0, 10064.0, 10101.0, 10062.0, 10134.0, 10107.0, 10195.0, 10138.0, 10104.0, 10106.0, 10064.0, 10129.0, 10065.0, 10123.0, 10051.0, 10153.0, 10051.0, 10104.0, 10048.0, 10102.0, 10079.0, 10090.0, 10062.0, 10074.0, 10106.0, 10054.0, 10121.0, 10040.0, 10118.0, 10078.0, 10088.0, 10079.0, 10040.0, 10109.0, 10044.0, 10121.0, 10081.0, 10137.0, 10096.0, 10150.0, 10097.0, 10079.0, 10050.0, 10051.0, 10076.0, 10036.0, 10150.0, 10057.0, 10121.0, 10085.0, 10100.0, 10083.0, 10053.0, 10152.0, 10089.0, 10127.0, 10084.0, 10072.0, 10098.0, 10060.0, 10144.0, 10119.0, 10131.0, 10088.0, 10064.0, 10129.0, 10080.0, 10174.0, 10100.0, 10085.0, 10099.0, 10074.0, 10125.0, 10074.0, 10058.0, 10183.0, 10091.0, 10110.0, 10068.0, 10039.0, 10105.0, 10057.0, 10133.0, 10107.0, 10151.0, 10066.0, 10076.0, 10061.0, 10032.0, 10075.0, 10035.0, 10129.0, 10068.0, 10122.0, 10084.0, 10093.0, 10078.0, 10057.0, 10146.0, 10091.0, 10174.0, 10107.0, 10132.0, 10104.0, 10110.0, 10099.0, 10057.0, 10143.0, 10060.0, 10138.0, 10086.0, 10108.0, 10085.0, 10068.0, 10145.0, 10059.0, 10154.0, 10089.0, 10098.0, 10095.0, 10064.0, 10165.0, 10081.0, 10139.0, 10084.0, 10082.0, 10108.0, 10056.0, 10166.0, 10087.0, 10136.0, 10067.0, 10066.0, 10089.0, 10038.0, 10143.0, 10101.0, 10096.0, 10065.0, 10057.0, 10110.0, 10050.0, 10155.0, 10101.0, 10084.0, 10073.0, 10058.0, 10121.0, 10089.0, 10082.0, 10098.0, 10078.0, 10145.0, 10108.0, 10083.0, 10175.0, 10089.0, 10062.0, 10109.0, 10060.0, 10139.0, 10102.0, 10193.0, 10101.0, 10098.0, 10081.0, 10047.0, 10100.0, 10053.0, 10142.0, 10082.0, 10105.0, 10053.0, 10039.0, 10092.0, 10044.0, 10123.0, 10105.0, 10128.0, 10087.0, 10060.0, 10097.0, 10043.0, 10125.0, 10105.0, 10162.0, 10108.0, 10088.0, 10083.0, 10053.0, 10130.0, 10078.0, 10159.0, 10085.0, 10062.0, 10145.0, 10079.0, 10129.0, 10099.0, 10064.0, 10145.0, 10091.0, 10102.0, 10152.0, 10079.0, 10162.0, 10078.0, 10129.0, 10084.0, 10120.0, 10067.0, 10112.0, 10083.0, 10055.0, 10096.0, 10044.0, 10105.0, 10063.0, 10154.0, 10104.0, 10088.0, 10090.0, 10061.0, 10115.0, 10077.0, 10156.0, 10123.0, 10095.0, 10108.0, 10067.0, 10129.0, 10108.0, 10191.0, 10129.0, 10110.0, 10121.0, 10066.0, 10139.0, 10086.0, 10157.0, 10097.0, 10127.0, 10084.0, 10060.0, 10095.0, 10054.0, 10106.0, 10048.0, 10119.0, 10083.0, 10151.0, 10069.0, 10091.0, 10070.0, 10040.0, 10094.0, 10040.0, 10144.0, 10085.0, 10108.0, 10072.0, 10069.0, 10080.0, 10051.0, 10120.0, 10071.0, 10139.0, 10053.0, 10120.0, 10051.0, 10105.0, 10063.0, 10066.0, 10112.0, 10058.0, 10138.0, 10070.0, 10092.0, 10071.0, 10057.0, 10145.0, 10080.0, 10133.0, 10088.0, 10062.0, 10129.0, 10078.0, 10166.0, 10109.0, 10078.0, 10102.0, 10064.0, 10143.0, 10113.0, 10148.0, 10104.0, 10066.0, 10114.0, 10056.0, 10156.0, 10100.0, 10118.0, 10099.0, 10062.0, 10126.0, 10057.0, 10105.0, 10070.0, 10077.0, 10123.0, 10055.0, 10124.0, 10059.0, 10095.0, 10065.0, 10038.0, 10125.0, 10073.0, 10156.0, 10073.0, 10072.0, 10084.0, 10059.0, 10139.0, 10112.0, 10118.0, 10085.0, 10061.0, 10144.0, 10075.0, 10084.0, 10096.0, 10077.0, 10177.0, 10076.0, 10102.0, 10070.0, 10051.0, 10120.0, 10073.0, 10159.0, 10076.0, 10136.0, 10053.0, 10073.0, 10075.0, 10061.0, 10142.0, 10062.0, 10129.0, 10086.0, 10069.0, 10113.0, 10079.0, 10200.0, 10124.0, 10107.0, 10111.0, 10069.0, 10143.0, 10111.0, 10214.0, 10137.0, 10109.0, 10108.0, 10061.0, 10128.0, 10071.0, 10162.0, 10089.0, 10141.0, 10089.0, 10107.0, 10077.0, 10050.0, 10130.0, 10058.0, 10138.0, 10059.0, 10121.0, 10066.0, 10145.0, 10100.0, 10121.0, 10082.0, 10085.0, 10064.0, 10053.0, 10106.0, 10056.0, 10140.0, 10089.0, 10142.0, 10087.0, 10099.0, 10086.0, 10071.0, 10127.0, 10076.0, 10148.0, 10079.0, 10156.0, 10087.0, 10134.0, 10090.0, 10084.0, 10069.0, 10056.0, 10068.0, 10053.0, 10107.0, 10055.0, 10158.0, 10077.0, 10111.0, 10072.0, 10058.0, 10121.0, 10075.0, 10178.0, 10092.0, 10102.0, 10093.0, 10062.0, 10139.0, 10094.0, 10146.0, 10110.0, 10091.0, 10123.0, 10079.0, 10164.0, 10109.0, 10110.0, 10139.0, 10086.0, 10179.0, 10106.0, 10126.0, 10101.0, 10061.0, 10162.0, 10076.0, 10158.0, 10073.0, 10112.0, 10082.0, 10058.0, 10133.0, 10079.0, 10160.0, 10079.0, 10092.0, 10102.0, 10079.0, 10148.0, 10118.0, 10134.0, 10096.0, 10064.0, 10130.0, 10079.0, 10117.0, 10098.0, 10060.0, 10165.0, 10095.0, 10132.0, 10077.0, 10064.0, 10112.0, 10055.0, 10145.0, 10108.0, 10177.0, 10074.0, 10109.0, 10069.0, 10049.0, 10092.0, 10040.0, 10141.0, 10059.0, 10121.0, 10073.0, 10056.0, 10112.0, 10075.0, 10161.0, 10101.0, 10135.0, 10099.0, 10083.0, 10146.0, 10096.0, 10185.0, 10126.0, 10158.0, 10095.0, 10087.0, 10138.0, 10077.0, 10168.0, 10094.0, 10177.0, 10094.0, 10102.0, 10101.0, 10061.0, 10143.0, 10113.0, 10148.0, 10094.0, 10080.0, 10099.0, 10059.0, 10141.0, 10077.0, 10192.0, 10088.0, 10108.0, 10069.0, 10055.0, 10094.0, 10054.0, 10139.0, 10076.0, 10117.0, 10071.0, 10060.0, 10124.0, 10061.0, 10156.0, 10106.0, 10095.0, 10092.0, 10059.0, 10108.0, 10060.0, 10145.0, 10080.0, 10152.0, 10078.0, 10137.0, 10101.0, 10113.0, 10085.0, 10067.0, 10128.0, 10077.0, 10136.0, 10088.0, 10117.0, 10118.0, 10083.0, 10148.0, 10085.0, 10129.0, 10090.0, 10075.0, 10140.0, 10080.0, 10170.0, 10095.0, 10133.0, 10103.0, 10064.0, 10167.0, 10102.0, 10186.0, 10102.0, 10107.0, 10103.0, 10059.0, 10165.0, 10110.0, 10177.0, 10094.0, 10090.0, 10097.0, 10059.0, 10145.0, 10090.0, 10158.0, 10076.0, 10086.0, 10086.0, 10056.0, 10124.0, 10071.0, 10161.0, 10073.0, 10108.0, 10068.0, 10054.0, 10105.0, 10053.0, 10140.0, 10058.0, 10129.0, 10078.0, 10123.0, 10069.0, 10117.0, 10078.0, 10091.0, 10080.0, 10057.0, 10099.0, 10060.0, 10106.0, 10072.0, 10123.0, 10107.0, 10126.0, 10081.0, 10088.0, 10091.0, 10059.0, 10109.0, 10060.0, 10147.0, 10077.0, 10157.0, 10080.0, 10125.0, 10083.0, 10101.0, 10119.0, 10067.0, 10129.0, 10081.0, 10115.0, 10089.0, 10086.0, 10117.0, 10080.0, 10136.0, 10083.0, 10132.0, 10096.0, 10158.0, 10113.0, 10091.0, 10093.0, 10065.0, 10128.0, 10079.0, 10171.0, 10127.0, 10094.0, 10106.0, 10085.0, 10143.0, 10094.0, 10135.0, 10131.0, 10086.0, 10157.0, 10088.0, 10162.0, 10110.0, 10130.0, 10111.0, 10080.0, 10138.0, 10084.0, 10148.0, 10077.0, 10168.0, 10104.0, 10120.0, 10090.0, 10064.0, 10119.0, 10076.0, 10138.0, 10074.0, 10101.0, 10101.0, 10083.0, 10148.0, 10100.0, 10094.0, 10107.0, 10082.0, 10165.0, 10097.0, 10103.0, 10123.0, 10083.0, 10149.0, 10079.0, 10127.0, 10073.0, 10098.0, 10089.0, 10084.0, 10134.0, 10078.0, 10143.0, 10075.0, 10083.0, 10085.0, 10083.0, 10150.0, 10084.0, 10095.0, 10091.0, 10084.0, 10144.0, 10119.0, 10168.0, 10115.0, 10089.0, 10125.0, 10081.0, 10164.0, 10112.0, 10201.0, 10123.0, 10120.0, 10093.0, 10076.0, 10115.0, 10073.0, 10145.0, 10106.0, 10132.0, 10081.0, 10061.0, 10117.0, 10076.0, 10143.0, 10116.0, 10160.0, 10094.0, 10094.0, 10104.0, 10076.0, 10131.0, 10088.0, 10167.0, 10079.0, 10160.0, 10079.0, 10114.0, 10071.0, 10099.0, 10102.0, 10077.0, 10145.0, 10078.0, 10157.0, 10093.0, 10112.0, 10093.0, 10080.0, 10121.0, 10079.0, 10133.0, 10073.0, 10143.0, 10111.0, 10178.0, 10078.0, 10090.0, 10091.0, 10063.0, 10127.0, 10095.0, 10172.0, 10081.0, 10105.0, 10089.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.0003153448275862069</td></tr>
<tr><td colspan=3>aqi</td><td>0.018295491609195403</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.411290106352084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2779388527157665</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0002623445109322</td></tr>
<tr><td colspan=3>efc</td><td>0.5223</td></tr>
<tr><td colspan=3>fber</td><td>3225.9634</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09475546631707489</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.252873563218391</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3228683038406506</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2273473105322656</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5259391215951004</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.215318479394586</td></tr>
<tr><td colspan=3>gcor</td><td>0.00565619</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0143491942435503</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03516438603401184</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.198458398232782</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.2989</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.9438</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>253.6525</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289382.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1239.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>449.4463</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1281</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.8289</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3766.7152</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.4325</td></tr>
<tr><td colspan=3>tsnr</td><td>43.82057838328183</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>