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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:09:40.842500</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.998133, 0.0505016, 0.0343564, -0.0442777, 0.985706, -0.162552]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.130922</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7244, 56, -187, -71, -74, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>205ed935-ecda-4972-882f-6a735da51aa3||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.67791748046875, -0.11879376322031021, 0.1136009618639946, 115.83614349365234], [-0.13549205660820007, 2.6445770263671875, -0.4339645802974701, -75.71792602539062], [0.09217563271522522, 0.4361160695552826, 2.6624743938446045, -98.6727523803711], [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': ['130940.842500', '130941.302500', '130941.762500', '130942.222500', '130942.682500', '130943.142500', '130943.602500', '130944.062500', '130944.522500', '130944.982500', '130945.442500', '130945.902500', '130946.362500', '130946.822500', '130947.282500', '130947.742500', '130948.202500', '130948.662500', '130949.122500', '130949.582500', '130950.042500', '130950.502500', '130950.962500', '130951.422500', '130951.882500', '130952.342500', '130952.802500', '130953.262500', '130953.722500', '130954.182500', '130954.642500', '130955.102500', '130955.562500', '130956.022500', '130956.482500', '130956.942500', '130957.402500', '130957.862500', '130958.322500', '130958.782500', '130959.242500', '130959.702500', '131000.162500', '131000.622500', '131001.082500', '131001.542500', '131002.002500', '131002.462500', '131002.922500', '131003.382500', '131003.842500', '131004.302500', '131004.762500', '131005.222500', '131005.682500', '131006.142500', '131006.602500', '131007.062500', '131007.522500', '131007.982500', '131008.442500', '131008.902500', '131009.362500', '131009.822500', '131010.282500', '131010.742500', '131011.202500', '131011.662500', '131012.122500', '131012.582500', '131013.042500', '131013.502500', '131013.962500', '131014.422500', '131014.882500', '131015.342500', '131015.802500', '131016.262500', '131016.722500', '131017.182500', '131017.642500', '131018.102500', '131018.562500', '131019.022500', '131019.482500', '131019.942500', '131020.402500', '131020.862500', '131021.322500', '131021.782500', '131022.242500', '131022.702500', '131023.162500', '131023.622500', '131024.082500', '131024.542500', '131025.002500', '131025.462500', '131025.922500', '131026.382500', '131026.842500', '131027.302500', '131027.762500', '131028.222500', '131028.682500', '131029.142500', '131029.602500', '131030.062500', '131030.522500', '131030.982500', '131031.442500', '131031.902500', '131032.362500', '131032.822500', '131033.282500', '131033.742500', '131034.202500', '131034.662500', '131035.122500', '131035.582500', '131036.042500', '131036.502500', '131036.962500', '131037.422500', '131037.882500', '131038.342500', '131038.802500', '131039.262500', '131039.722500', '131040.182500', '131040.642500', '131041.102500', '131041.562500', '131042.022500', '131042.482500', '131042.942500', '131043.402500', '131043.862500', '131044.322500', '131044.782500', '131045.242500', '131045.702500', '131046.162500', '131046.622500', '131047.082500', '131047.542500', '131048.002500', '131048.462500', '131048.922500', '131049.382500', '131049.842500', '131050.302500', '131050.762500', '131051.222500', '131051.682500', '131052.142500', '131052.602500', '131053.062500', '131053.522500', '131053.982500', '131054.442500', '131054.902500', '131055.362500', '131055.822500', '131056.282500', '131056.742500', '131057.202500', '131057.662500', '131058.122500', '131058.582500', '131059.042500', '131059.502500', '131059.962500', '131100.422500', '131100.882500', '131101.342500', '131101.802500', '131102.262500', '131102.722500', '131103.182500', '131103.642500', '131104.102500', '131104.562500', '131105.022500', '131105.482500', '131105.942500', '131106.402500', '131106.862500', '131107.322500', '131107.782500', '131108.242500', '131108.702500', '131109.162500', '131109.622500', '131110.082500', '131110.542500', '131111.002500', '131111.462500', '131111.922500', '131112.382500', '131112.842500', '131113.302500', '131113.762500', '131114.222500', '131114.682500', '131115.142500', '131115.602500', '131116.062500', '131116.522500', '131116.982500', '131117.442500', '131117.902500', '131118.362500', '131118.822500', '131119.282500', '131119.742500', '131120.202500', '131120.662500', '131121.122500', '131121.582500', '131122.042500', '131122.502500', '131122.962500', '131123.422500', '131123.882500', '131124.342500', '131124.802500', '131125.262500', '131125.722500', '131126.182500', '131126.642500', '131127.102500', '131127.562500', '131128.022500', '131128.482500', '131128.942500', '131129.402500', '131129.862500', '131130.322500', '131130.782500', '131131.242500', '131131.702500', '131132.162500', '131132.622500', '131133.082500', '131133.542500', '131134.002500', '131134.462500', '131134.922500', '131135.382500', '131135.842500', '131136.302500', '131136.762500', '131137.222500', '131137.682500', '131138.142500', '131138.602500', '131139.062500', '131139.522500', '131139.982500', '131140.442500', '131140.902500', '131141.362500', '131141.822500', '131142.282500', '131142.742500', '131143.202500', '131143.662500', '131144.122500', '131144.582500', '131145.042500', '131145.502500', '131145.962500', '131146.422500', '131146.882500', '131147.342500', '131147.802500', '131148.262500', '131148.722500', '131149.182500', '131149.642500', '131150.102500', '131150.562500', '131151.022500', '131151.482500', '131151.942500', '131152.402500', '131152.862500', '131153.322500', '131153.782500', '131154.242500', '131154.702500', '131155.162500', '131155.622500', '131156.082500', '131156.542500', '131157.002500', '131157.462500', '131157.922500', '131158.382500', '131158.842500', '131159.302500', '131159.762500', '131200.222500', '131200.682500', '131201.142500', '131201.602500', '131202.062500', '131202.522500', '131202.982500', '131203.442500', '131203.902500', '131204.362500', '131204.822500', '131205.282500', '131205.742500', '131206.202500', '131206.662500', '131207.122500', '131207.582500', '131208.042500', '131208.502500', '131208.962500', '131209.422500', '131209.882500', '131210.342500', '131210.802500', '131211.262500', '131211.722500', '131212.182500', '131212.642500', '131213.102500', '131213.562500', '131214.022500', '131214.482500', '131214.942500', '131215.402500', '131215.862500', '131216.322500', '131216.782500', '131217.242500', '131217.702500', '131218.162500', '131218.622500', '131219.082500', '131219.542500', '131220.002500', '131220.462500', '131220.922500', '131221.382500', '131221.842500', '131222.302500', '131222.762500', '131223.222500', '131223.682500', '131224.142500', '131224.602500', '131225.062500', '131225.522500', '131225.982500', '131226.442500', '131226.902500', '131227.362500', '131227.822500', '131228.282500', '131228.742500', '131229.202500', '131229.662500', '131230.122500', '131230.582500', '131231.042500', '131231.502500', '131231.962500', '131232.422500', '131232.882500', '131233.342500', '131233.802500', '131234.262500', '131234.722500', '131235.182500', '131235.642500', '131236.102500', '131236.562500', '131237.022500', '131237.482500', '131237.942500', '131238.402500', '131238.862500', '131239.322500', '131239.782500', '131240.242500', '131240.702500', '131241.162500', '131241.622500', '131242.082500', '131242.542500', '131243.002500', '131243.462500', '131243.922500', '131244.382500', '131244.842500', '131245.302500', '131245.762500', '131246.222500', '131246.682500', '131247.142500', '131247.602500', '131248.062500', '131248.522500', '131248.982500', '131249.442500', '131249.902500', '131250.362500', '131250.822500', '131251.282500', '131251.742500', '131252.202500', '131252.662500', '131253.122500', '131253.582500', '131254.042500', '131254.502500', '131254.962500', '131255.422500', '131255.882500', '131256.342500', '131256.802500', '131257.262500', '131257.722500', '131258.182500', '131258.642500', '131259.102500', '131259.562500', '131300.022500', '131300.482500', '131300.942500', '131301.402500', '131301.862500', '131302.322500', '131302.782500', '131303.242500', '131303.702500', '131304.162500', '131304.622500', '131305.082500', '131305.542500', '131306.002500', '131306.462500', '131306.922500', '131307.382500', '131307.842500', '131308.302500', '131308.762500', '131309.222500', '131309.682500', '131310.142500', '131310.602500', '131311.062500', '131311.522500', '131311.982500', '131312.442500', '131312.902500', '131313.362500', '131313.822500', '131314.282500', '131314.742500', '131315.202500', '131315.662500', '131316.122500', '131316.582500', '131317.042500', '131317.502500', '131317.962500', '131318.422500', '131318.882500', '131319.342500', '131319.802500', '131320.262500', '131320.722500', '131321.182500', '131321.642500', '131322.102500', '131322.562500', '131323.022500', '131323.482500', '131323.942500', '131324.402500', '131324.862500', '131325.322500', '131325.782500', '131326.242500', '131326.702500', '131327.162500', '131327.622500', '131328.082500', '131328.542500', '131329.002500', '131329.462500', '131329.922500', '131330.382500', '131330.842500', '131331.302500', '131331.762500', '131332.222500', '131332.682500', '131333.142500', '131333.602500', '131334.062500', '131334.522500', '131334.982500', '131335.442500', '131335.902500', '131336.362500', '131336.822500', '131337.282500', '131337.742500', '131338.202500', '131338.662500', '131339.122500', '131339.582500', '131340.042500', '131340.502500', '131340.962500', '131341.422500', '131341.882500', '131342.342500', '131342.802500', '131343.262500', '131343.722500', '131344.182500', '131344.642500', '131345.102500', '131345.562500', '131346.022500', '131346.482500', '131346.942500', '131347.402500', '131347.862500', '131348.322500', '131348.782500', '131349.242500', '131349.702500', '131350.162500', '131350.622500', '131351.082500', '131351.542500', '131352.002500', '131352.462500', '131352.922500', '131353.382500', '131353.842500', '131354.302500', '131354.762500', '131355.222500', '131355.682500', '131356.142500', '131356.602500', '131357.062500', '131357.522500', '131357.982500', '131358.442500', '131358.902500', '131359.362500', '131359.822500', '131400.282500', '131400.742500', '131401.202500', '131401.662500', '131402.122500', '131402.582500', '131403.042500', '131403.502500', '131403.962500', '131404.422500', '131404.882500', '131405.342500', '131405.802500', '131406.262500', '131406.722500', '131407.182500', '131407.642500', '131408.102500', '131408.562500', '131409.022500', '131409.482500', '131409.942500', '131410.402500', '131410.862500', '131411.322500', '131411.782500', '131412.242500', '131412.702500', '131413.162500', '131413.622500', '131414.082500', '131414.542500', '131415.002500', '131415.462500', '131415.922500', '131416.382500', '131416.842500', '131417.302500', '131417.762500', '131418.222500', '131418.682500', '131419.142500', '131419.602500', '131420.062500', '131420.522500', '131420.982500', '131421.442500', '131421.902500', '131422.362500', '131422.822500', '131423.282500', '131423.742500', '131424.202500', '131424.662500', '131425.122500', '131425.582500', '131426.042500', '131426.502500', '131426.962500', '131427.422500', '131427.882500', '131428.342500', '131428.802500', '131429.262500', '131429.722500', '131430.182500', '131430.642500', '131431.102500', '131431.562500', '131432.022500', '131432.482500', '131432.942500', '131433.402500', '131433.862500', '131434.322500', '131434.782500', '131435.242500', '131435.702500', '131436.162500', '131436.622500', '131437.082500', '131437.542500', '131438.002500', '131438.462500', '131438.922500', '131439.382500', '131439.842500', '131440.302500', '131440.762500', '131441.222500', '131441.682500', '131442.142500', '131442.602500', '131443.062500', '131443.522500', '131443.982500', '131444.442500', '131444.902500', '131445.362500', '131445.822500', '131446.282500', '131446.742500', '131447.202500', '131447.662500', '131448.122500', '131448.582500', '131449.042500', '131449.502500', '131449.962500', '131450.422500', '131450.882500', '131451.342500', '131451.802500', '131452.262500', '131452.722500', '131453.182500', '131453.642500', '131454.102500', '131454.562500', '131455.022500', '131455.482500', '131455.942500', '131456.402500', '131456.862500', '131457.322500', '131457.782500', '131458.242500', '131458.702500', '131459.162500', '131459.622500', '131500.082500', '131500.542500', '131501.002500', '131501.462500', '131501.922500', '131502.382500', '131502.842500', '131503.302500', '131503.762500', '131504.222500', '131504.682500', '131505.142500', '131505.602500', '131506.062500', '131506.522500', '131506.982500', '131507.442500', '131507.902500', '131508.362500', '131508.822500', '131509.282500', '131509.742500', '131510.202500', '131510.662500', '131511.122500', '131511.582500', '131512.042500', '131512.502500', '131512.962500', '131513.422500', '131513.882500', '131514.342500', '131514.802500', '131515.262500', '131515.722500', '131516.182500', '131516.642500', '131517.102500', '131517.562500', '131518.022500', '131518.482500', '131518.942500', '131519.402500', '131519.862500', '131520.322500', '131520.782500', '131521.242500', '131521.702500', '131522.162500', '131522.622500', '131523.082500', '131523.542500', '131524.002500', '131524.462500', '131524.922500', '131525.382500', '131525.842500', '131526.302500', '131526.762500', '131527.222500', '131527.682500', '131528.142500', '131528.602500', '131529.062500', '131529.522500', '131529.982500', '131530.442500', '131530.902500', '131531.362500', '131531.822500', '131532.282500', '131532.742500', '131533.202500', '131533.662500', '131534.122500', '131534.582500', '131535.042500', '131535.502500', '131535.962500', '131536.422500', '131536.882500', '131537.342500', '131537.802500', '131538.262500', '131538.722500', '131539.182500', '131539.642500', '131540.102500', '131540.562500', '131541.022500', '131541.482500', '131541.942500', '131542.402500', '131542.862500', '131543.322500', '131543.782500', '131544.242500', '131544.702500', '131545.162500', '131545.622500', '131546.082500', '131546.542500', '131547.002500', '131547.462500', '131547.922500', '131548.382500', '131548.842500', '131549.302500', '131549.762500', '131550.222500', '131550.682500', '131551.142500', '131551.602500', '131552.062500', '131552.522500', '131552.982500', '131553.442500', '131553.902500', '131554.362500', '131554.822500', '131555.282500', '131555.742500', '131556.202500', '131556.662500', '131557.122500', '131557.582500', '131558.042500', '131558.502500', '131558.962500', '131559.422500', '131559.882500', '131600.342500', '131600.802500', '131601.262500', '131601.722500', '131602.182500', '131602.642500', '131603.102500', '131603.562500', '131604.022500', '131604.482500', '131604.942500', '131605.402500', '131605.862500', '131606.322500', '131606.782500', '131607.242500', '131607.702500', '131608.162500', '131608.622500', '131609.082500', '131609.542500', '131610.002500', '131610.462500', '131610.922500', '131611.382500', '131611.842500', '131612.302500', '131612.762500', '131613.222500', '131613.682500', '131614.142500', '131614.602500', '131615.062500', '131615.522500', '131615.982500', '131616.442500', '131616.902500', '131617.362500', '131617.822500', '131618.282500', '131618.742500', '131619.202500', '131619.662500', '131620.122500', '131620.582500', '131621.042500', '131621.502500'], 'ContentTime': ['130957.429000', '130957.432000', '130957.435000', '130957.438000', '130957.440000', '130957.443000', '130957.445000', '130957.448000', '130957.458000', '130957.460000', '130957.463000', '130957.469000', '130957.472000', '130957.474000', '130957.477000', '130957.480000', '130957.482000', '130957.485000', '130957.487000', '130957.490000', '130957.493000', '130957.495000', '130957.498000', '130957.500000', '130957.503000', '130957.512000', '130957.515000', '130957.517000', '130957.520000', '130957.523000', '130957.525000', '130957.528000', '130957.530000', '130957.533000', '131017.397000', '131017.399000', '131017.416000', '131017.419000', '131017.422000', '131017.424000', '131017.427000', '131017.439000', '131017.442000', '131017.444000', '131017.447000', '131017.449000', '131017.452000', '131017.455000', '131017.457000', '131017.460000', '131017.463000', '131017.465000', '131017.468000', '131017.470000', '131017.473000', '131017.476000', '131017.478000', '131017.481000', '131017.483000', '131017.486000', '131017.489000', '131017.491000', '131017.494000', '131017.497000', '131017.499000', '131017.502000', '131017.505000', '131017.507000', '131017.510000', '131017.512000', '131017.515000', '131017.518000', '131017.520000', '131017.523000', '131017.525000', '131017.528000', '131017.531000', '131037.396000', '131037.399000', '131037.402000', '131037.404000', '131037.407000', '131037.410000', '131037.418000', '131037.421000', '131037.424000', '131037.426000', '131037.429000', '131037.431000', '131037.434000', '131037.437000', '131037.439000', '131037.442000', '131037.445000', '131037.447000', '131037.450000', '131037.452000', '131037.455000', '131037.458000', '131037.460000', '131037.463000', '131037.466000', '131037.468000', '131037.471000', '131037.473000', '131037.476000', '131037.479000', '131037.481000', '131037.484000', '131037.486000', '131037.489000', '131037.492000', '131037.494000', '131037.497000', '131037.499000', '131037.502000', '131037.505000', '131037.507000', '131037.510000', '131037.512000', '131037.515000', '131057.397000', '131057.399000', '131057.402000', '131057.405000', '131057.408000', '131057.411000', '131057.414000', '131057.416000', '131057.419000', '131057.422000', '131057.424000', '131057.427000', '131057.429000', '131057.432000', '131057.435000', '131057.437000', '131057.440000', '131057.443000', '131057.445000', '131057.448000', '131057.451000', '131057.453000', '131057.456000', '131057.458000', '131057.461000', '131057.463000', '131057.466000', '131057.469000', '131057.471000', '131057.474000', '131057.476000', '131057.479000', '131057.481000', '131057.484000', '131057.487000', '131057.489000', '131057.492000', '131057.494000', '131057.497000', '131057.499000', '131057.502000', '131057.505000', '131057.507000', '131117.397000', '131117.399000', '131117.402000', '131117.405000', '131117.407000', '131117.410000', '131117.413000', '131117.422000', '131117.425000', '131117.428000', '131117.430000', '131117.433000', '131117.435000', '131117.438000', '131117.440000', '131117.443000', '131117.446000', '131117.448000', '131117.451000', '131117.453000', '131117.456000', '131117.459000', '131117.461000', '131117.464000', '131117.466000', '131117.469000', '131117.471000', '131117.474000', '131117.477000', '131117.479000', '131117.482000', '131117.484000', '131117.487000', '131117.489000', '131117.492000', '131117.495000', '131117.497000', '131117.500000', '131117.502000', '131117.505000', '131117.508000', '131117.510000', '131117.513000', '131117.515000', '131137.397000', '131137.399000', '131137.402000', '131137.405000', '131137.407000', '131137.410000', '131137.413000', '131137.416000', '131137.419000', '131137.422000', '131137.429000', '131137.432000', '131137.435000', '131137.437000', '131137.440000', '131137.443000', '131137.445000', '131137.448000', '131137.451000', '131137.453000', '131137.456000', '131137.458000', '131137.461000', '131137.463000', '131137.466000', '131137.469000', '131137.471000', '131137.474000', '131137.477000', '131137.480000', '131137.482000', '131137.485000', '131137.488000', '131137.490000', '131137.493000', '131137.496000', '131137.498000', '131137.501000', '131137.504000', '131137.507000', '131137.509000', '131137.512000', '131137.514000', '131157.397000', '131157.401000', '131157.404000', '131157.415000', '131157.418000', '131157.421000', '131157.423000', '131157.426000', '131157.429000', '131157.431000', '131157.434000', '131157.436000', '131157.439000', '131157.442000', '131157.444000', '131157.447000', '131157.450000', '131157.452000', '131157.455000', '131157.458000', '131157.460000', '131157.463000', '131157.466000', '131157.468000', '131157.471000', '131157.473000', '131157.476000', '131157.479000', '131157.481000', '131157.484000', '131157.487000', '131157.489000', '131157.492000', '131157.494000', '131157.497000', '131157.500000', '131157.502000', '131157.505000', '131157.507000', '131157.510000', '131157.512000', '131157.515000', '131157.518000', '131157.520000', '131217.397000', '131217.400000', '131217.403000', '131217.405000', '131217.408000', '131217.411000', '131217.413000', '131217.416000', '131217.418000', '131217.421000', '131217.423000', '131217.426000', '131217.429000', '131217.431000', '131217.434000', '131217.437000', '131217.439000', '131217.442000', '131217.445000', '131217.447000', '131217.450000', '131217.452000', '131217.455000', '131217.458000', '131217.460000', '131217.463000', '131217.465000', '131217.468000', '131217.470000', '131217.473000', '131217.476000', '131217.478000', '131217.481000', '131217.483000', '131217.486000', '131217.489000', '131217.491000', '131217.494000', '131217.496000', '131217.499000', '131217.502000', '131217.504000', '131217.507000', '131237.396000', '131237.400000', '131237.403000', '131237.405000', '131237.408000', '131237.411000', '131237.414000', '131237.416000', '131237.419000', '131237.421000', '131237.424000', '131237.427000', '131237.429000', '131237.432000', '131237.435000', '131237.437000', '131237.440000', '131237.443000', '131237.445000', '131237.448000', '131237.450000', '131237.453000', '131237.455000', '131237.458000', '131237.461000', '131237.463000', '131237.466000', '131237.469000', '131237.471000', '131237.474000', '131237.477000', '131237.479000', '131237.482000', '131237.484000', '131237.487000', '131237.490000', '131237.492000', '131237.495000', '131237.497000', '131237.500000', '131237.503000', '131237.505000', '131237.508000', '131237.510000', '131257.396000', '131257.399000', '131257.402000', '131257.405000', '131257.407000', '131257.410000', '131257.412000', '131257.415000', '131257.417000', '131257.420000', '131257.423000', '131257.425000', '131257.428000', '131257.430000', '131257.433000', '131257.436000', '131257.438000', '131257.441000', '131257.443000', '131257.446000', '131257.449000', '131257.451000', '131257.454000', '131257.456000', '131257.459000', '131257.461000', '131257.464000', '131257.466000', '131257.469000', '131257.472000', '131257.474000', '131257.477000', '131257.479000', '131257.482000', '131257.485000', '131257.487000', '131257.490000', '131257.492000', '131257.495000', '131257.498000', '131257.500000', '131257.503000', '131257.505000', '131317.396000', '131317.399000', '131317.402000', '131317.404000', '131317.408000', '131317.410000', '131317.413000', '131317.416000', '131317.418000', '131317.421000', '131317.423000', '131317.426000', '131317.429000', '131317.431000', '131317.434000', '131317.436000', '131317.439000', '131317.442000', '131317.444000', '131317.447000', '131317.449000', '131317.452000', '131317.454000', '131317.457000', '131317.460000', '131317.462000', '131317.465000', '131317.467000', '131317.482000', '131317.484000', '131317.487000', '131317.489000', '131317.492000', '131317.495000', '131317.497000', '131317.500000', '131317.502000', '131317.505000', '131317.507000', '131317.510000', '131317.513000', '131317.515000', '131317.518000', '131317.520000', '131337.396000', '131337.399000', '131337.402000', '131337.405000', '131337.407000', '131337.410000', '131337.413000', '131337.415000', '131337.418000', '131337.420000', '131337.423000', '131337.426000', '131337.428000', '131337.431000', '131337.434000', '131337.436000', '131337.439000', '131337.442000', '131337.444000', '131337.447000', '131337.449000', '131337.452000', '131337.455000', '131337.457000', '131337.460000', '131337.463000', '131337.465000', '131337.468000', '131337.471000', '131337.473000', '131337.476000', '131337.478000', '131337.481000', '131337.484000', '131337.486000', '131337.489000', '131337.491000', '131337.494000', '131337.497000', '131337.499000', '131337.502000', '131337.504000', '131337.507000', '131357.397000', '131357.399000', '131357.402000', '131357.405000', '131357.407000', '131357.410000', '131357.412000', '131357.415000', '131357.418000', '131357.420000', '131357.423000', '131357.425000', '131357.428000', '131357.431000', '131357.433000', '131357.436000', '131357.439000', '131357.441000', '131357.444000', '131357.446000', '131357.449000', '131357.451000', '131357.454000', '131357.456000', '131357.459000', '131357.462000', '131357.464000', '131357.467000', '131357.469000', '131357.472000', '131357.475000', '131357.477000', '131357.480000', '131357.483000', '131357.485000', '131357.488000', '131357.490000', '131357.493000', '131357.496000', '131357.498000', '131357.501000', '131357.503000', '131357.506000', '131357.509000', '131417.397000', '131417.400000', '131417.403000', '131417.405000', '131417.408000', '131417.411000', '131417.413000', '131417.416000', '131417.418000', '131417.421000', '131417.423000', '131417.426000', '131417.429000', '131417.431000', '131417.434000', '131417.437000', '131417.439000', '131417.442000', '131417.445000', '131417.447000', '131417.450000', '131417.453000', '131417.455000', '131417.458000', '131417.460000', '131417.463000', '131417.466000', '131417.468000', '131417.471000', '131417.474000', '131417.476000', '131417.479000', '131417.481000', '131417.484000', '131417.487000', '131417.489000', '131417.492000', '131417.494000', '131417.497000', '131417.500000', '131417.503000', '131417.505000', '131417.508000', '131437.397000', '131437.400000', '131437.403000', '131437.405000', '131437.408000', '131437.411000', '131437.413000', '131437.416000', '131437.419000', '131437.421000', '131437.424000', '131437.427000', '131437.429000', '131437.432000', '131437.434000', '131437.437000', '131437.440000', '131437.442000', '131437.445000', '131437.447000', '131437.450000', '131437.453000', '131437.455000', '131437.458000', '131437.461000', '131437.463000', '131437.466000', '131437.468000', '131437.471000', '131437.474000', '131437.477000', '131437.480000', '131437.483000', '131437.485000', '131437.488000', '131437.491000', '131437.494000', '131437.496000', '131437.499000', '131437.502000', '131437.504000', '131437.507000', '131437.510000', '131437.512000', '131457.397000', '131457.399000', '131457.402000', '131457.405000', '131457.407000', '131457.410000', '131457.412000', '131457.415000', '131457.418000', '131457.420000', '131457.423000', '131457.425000', '131457.428000', '131457.431000', '131457.433000', '131457.436000', '131457.438000', '131457.441000', '131457.443000', '131457.446000', '131457.449000', '131457.451000', '131457.454000', '131457.456000', '131457.459000', '131457.462000', '131457.464000', '131457.467000', '131457.469000', '131457.472000', '131457.475000', '131457.477000', '131457.480000', '131457.482000', '131457.485000', '131457.487000', '131457.490000', '131457.493000', '131457.495000', '131457.498000', '131457.500000', '131457.503000', '131457.506000', '131517.397000', '131517.400000', '131517.402000', '131517.405000', '131517.407000', '131517.410000', '131517.413000', '131517.415000', '131517.418000', '131517.421000', '131517.424000', '131517.426000', '131517.429000', '131517.432000', '131517.434000', '131517.437000', '131517.439000', '131517.442000', '131517.445000', '131517.447000', '131517.450000', '131517.453000', '131517.455000', '131517.458000', '131517.461000', '131517.463000', '131517.466000', '131517.468000', '131517.471000', '131517.474000', '131517.482000', '131517.485000', '131517.488000', '131517.490000', '131517.493000', '131517.496000', '131517.498000', '131517.501000', '131517.504000', '131517.506000', '131517.509000', '131517.511000', '131517.514000', '131517.517000', '131537.397000', '131537.399000', '131537.402000', '131537.405000', '131537.407000', '131537.410000', '131537.413000', '131537.415000', '131537.418000', '131537.420000', '131537.423000', '131537.426000', '131537.428000', '131537.432000', '131537.435000', '131537.438000', '131537.440000', '131537.443000', '131537.446000', '131537.448000', '131537.451000', '131537.454000', '131537.456000', '131537.459000', '131537.461000', '131537.464000', '131537.467000', '131537.469000', '131537.472000', '131537.474000', '131537.477000', '131537.479000', '131537.482000', '131537.485000', '131537.487000', '131537.490000', '131537.493000', '131537.495000', '131537.498000', '131537.500000', '131537.503000', '131537.505000', '131537.508000', '131557.396000', '131557.399000', '131557.402000', '131557.405000', '131557.407000', '131557.410000', '131557.413000', '131557.415000', '131557.418000', '131557.420000', '131557.423000', '131557.426000', '131557.428000', '131557.431000', '131557.434000', '131557.436000', '131557.439000', '131557.442000', '131557.444000', '131557.447000', '131557.449000', '131557.452000', '131557.455000', '131557.457000', '131557.460000', '131557.463000', '131557.465000', '131557.468000', '131557.471000', '131557.473000', '131557.476000', '131557.478000', '131557.481000', '131557.484000', '131557.486000', '131557.489000', '131557.491000', '131557.494000', '131557.497000', '131557.500000', '131557.502000', '131557.505000', '131557.507000', '131557.510000', '131617.396000', '131617.399000', '131617.402000', '131617.405000', '131617.407000', '131617.420000', '131617.422000', '131617.425000', '131617.427000', '131617.430000', '131617.433000', '131617.435000', '131617.438000', '131617.440000', '131617.443000', '131617.446000', '131617.448000', '131617.451000', '131617.453000', '131617.456000', '131617.459000', '131617.461000', '131617.464000', '131617.467000', '131617.469000', '131617.472000', '131617.474000', '131617.477000', '131617.480000', '131617.482000', '131617.485000', '131617.487000', '131617.490000', '131617.493000', '131617.495000', '131617.498000', '131617.501000', '131617.503000', '131617.506000', '131617.508000', '131617.511000', '131617.514000', '131617.516000', '131622.612000', '131622.615000', '131622.618000', '131622.621000', '131622.623000', '131622.626000', '131622.629000', '131622.631000', '131622.634000', '131622.637000', '131622.639000', '131622.642000'], 'InstanceCreationTime': ['130957.429000', '130957.432000', '130957.435000', '130957.438000', '130957.440000', '130957.443000', '130957.445000', '130957.448000', '130957.458000', '130957.460000', '130957.463000', '130957.469000', '130957.472000', '130957.474000', '130957.477000', '130957.480000', '130957.482000', '130957.485000', '130957.487000', '130957.490000', '130957.493000', '130957.495000', '130957.498000', '130957.500000', '130957.503000', '130957.512000', '130957.515000', '130957.517000', '130957.520000', '130957.523000', '130957.525000', '130957.528000', '130957.530000', '130957.533000', '131017.397000', '131017.399000', '131017.416000', '131017.419000', '131017.422000', '131017.424000', '131017.427000', '131017.439000', '131017.442000', '131017.444000', '131017.447000', '131017.449000', '131017.452000', '131017.455000', '131017.457000', '131017.460000', '131017.463000', '131017.465000', '131017.468000', '131017.470000', '131017.473000', '131017.476000', '131017.478000', '131017.481000', '131017.483000', '131017.486000', '131017.489000', '131017.491000', '131017.494000', '131017.497000', '131017.499000', '131017.502000', '131017.505000', '131017.507000', '131017.510000', '131017.512000', '131017.515000', '131017.518000', '131017.520000', '131017.523000', '131017.525000', '131017.528000', '131017.531000', '131037.396000', '131037.399000', '131037.402000', '131037.404000', '131037.407000', '131037.410000', '131037.418000', '131037.421000', '131037.424000', '131037.426000', '131037.429000', '131037.431000', '131037.434000', '131037.437000', '131037.439000', '131037.442000', '131037.445000', '131037.447000', '131037.450000', '131037.452000', '131037.455000', '131037.458000', '131037.460000', '131037.463000', '131037.466000', '131037.468000', '131037.471000', '131037.473000', '131037.476000', '131037.479000', '131037.481000', '131037.484000', '131037.486000', '131037.489000', '131037.492000', '131037.494000', '131037.497000', '131037.499000', '131037.502000', '131037.505000', '131037.507000', '131037.510000', '131037.512000', '131037.515000', '131057.397000', '131057.399000', '131057.402000', '131057.405000', '131057.408000', '131057.411000', '131057.414000', '131057.416000', '131057.419000', '131057.422000', '131057.424000', '131057.427000', '131057.429000', '131057.432000', '131057.435000', '131057.437000', '131057.440000', '131057.443000', '131057.445000', '131057.448000', '131057.451000', '131057.453000', '131057.456000', '131057.458000', '131057.461000', '131057.463000', '131057.466000', '131057.469000', '131057.471000', '131057.474000', '131057.476000', '131057.479000', '131057.481000', '131057.484000', '131057.487000', '131057.489000', '131057.492000', '131057.494000', '131057.497000', '131057.499000', '131057.502000', '131057.505000', '131057.507000', '131117.397000', '131117.399000', '131117.402000', '131117.405000', '131117.407000', '131117.410000', '131117.413000', '131117.422000', '131117.425000', '131117.428000', '131117.430000', '131117.433000', '131117.435000', '131117.438000', '131117.440000', '131117.443000', '131117.446000', '131117.448000', '131117.451000', '131117.453000', '131117.456000', '131117.459000', '131117.461000', '131117.464000', '131117.466000', '131117.469000', '131117.471000', '131117.474000', '131117.477000', '131117.479000', '131117.482000', '131117.484000', '131117.487000', '131117.489000', '131117.492000', '131117.495000', '131117.497000', '131117.500000', '131117.502000', '131117.505000', '131117.508000', '131117.510000', '131117.513000', '131117.515000', '131137.397000', '131137.399000', '131137.402000', '131137.405000', '131137.407000', '131137.410000', '131137.413000', '131137.416000', '131137.419000', '131137.422000', '131137.429000', '131137.432000', '131137.435000', '131137.437000', '131137.440000', '131137.443000', '131137.445000', '131137.448000', '131137.451000', '131137.453000', '131137.456000', '131137.458000', '131137.461000', '131137.463000', '131137.466000', '131137.469000', '131137.471000', '131137.474000', '131137.477000', '131137.480000', '131137.482000', '131137.485000', '131137.488000', '131137.490000', '131137.493000', '131137.496000', '131137.498000', '131137.501000', '131137.504000', '131137.507000', '131137.509000', '131137.512000', '131137.514000', '131157.397000', '131157.401000', '131157.404000', '131157.415000', '131157.418000', '131157.421000', '131157.423000', '131157.426000', '131157.429000', '131157.431000', '131157.434000', '131157.436000', '131157.439000', '131157.442000', '131157.444000', '131157.447000', '131157.450000', '131157.452000', '131157.455000', '131157.458000', '131157.460000', '131157.463000', '131157.466000', '131157.468000', '131157.471000', '131157.473000', '131157.476000', '131157.479000', '131157.481000', '131157.484000', '131157.487000', '131157.489000', '131157.492000', '131157.494000', '131157.497000', '131157.500000', '131157.502000', '131157.505000', '131157.507000', '131157.510000', '131157.512000', '131157.515000', '131157.518000', '131157.520000', '131217.397000', '131217.400000', '131217.403000', '131217.405000', '131217.408000', '131217.411000', '131217.413000', '131217.416000', '131217.418000', '131217.421000', '131217.423000', '131217.426000', '131217.429000', '131217.431000', '131217.434000', '131217.437000', '131217.439000', '131217.442000', '131217.445000', '131217.447000', '131217.450000', '131217.452000', '131217.455000', '131217.458000', '131217.460000', '131217.463000', '131217.465000', '131217.468000', '131217.470000', '131217.473000', '131217.476000', '131217.478000', '131217.481000', '131217.483000', '131217.486000', '131217.489000', '131217.491000', '131217.494000', '131217.496000', '131217.499000', '131217.502000', '131217.504000', '131217.507000', '131237.396000', '131237.400000', '131237.403000', '131237.405000', '131237.408000', '131237.411000', '131237.414000', '131237.416000', '131237.419000', '131237.421000', '131237.424000', '131237.427000', '131237.429000', '131237.432000', '131237.435000', '131237.437000', '131237.440000', '131237.443000', '131237.445000', '131237.448000', '131237.450000', '131237.453000', '131237.455000', '131237.458000', '131237.461000', '131237.463000', '131237.466000', '131237.469000', '131237.471000', '131237.474000', '131237.477000', '131237.479000', '131237.482000', '131237.484000', '131237.487000', '131237.490000', '131237.492000', '131237.495000', '131237.497000', '131237.500000', '131237.503000', '131237.505000', '131237.508000', '131237.510000', '131257.396000', '131257.399000', '131257.402000', '131257.405000', '131257.407000', '131257.410000', '131257.412000', '131257.415000', '131257.417000', '131257.420000', '131257.423000', '131257.425000', '131257.428000', '131257.430000', '131257.433000', '131257.436000', '131257.438000', '131257.441000', '131257.443000', '131257.446000', '131257.449000', '131257.451000', '131257.454000', '131257.456000', '131257.459000', '131257.461000', '131257.464000', '131257.466000', '131257.469000', '131257.472000', '131257.474000', '131257.477000', '131257.479000', '131257.482000', '131257.485000', '131257.487000', '131257.490000', '131257.492000', '131257.495000', '131257.498000', '131257.500000', '131257.503000', '131257.505000', '131317.396000', '131317.399000', '131317.402000', '131317.404000', '131317.408000', '131317.410000', '131317.413000', '131317.416000', '131317.418000', '131317.421000', '131317.423000', '131317.426000', '131317.429000', '131317.431000', '131317.434000', '131317.436000', '131317.439000', '131317.442000', '131317.444000', '131317.447000', '131317.449000', '131317.452000', '131317.454000', '131317.457000', '131317.460000', '131317.462000', '131317.465000', '131317.467000', '131317.482000', '131317.484000', '131317.487000', '131317.489000', '131317.492000', '131317.495000', '131317.497000', '131317.500000', '131317.502000', '131317.505000', '131317.507000', '131317.510000', '131317.513000', '131317.515000', '131317.518000', '131317.520000', '131337.396000', '131337.399000', '131337.402000', '131337.405000', '131337.407000', '131337.410000', '131337.413000', '131337.415000', '131337.418000', '131337.420000', '131337.423000', '131337.426000', '131337.428000', '131337.431000', '131337.434000', '131337.436000', '131337.439000', '131337.442000', '131337.444000', '131337.447000', '131337.449000', '131337.452000', '131337.455000', '131337.457000', '131337.460000', '131337.463000', '131337.465000', '131337.468000', '131337.471000', '131337.473000', '131337.476000', '131337.478000', '131337.481000', '131337.484000', '131337.486000', '131337.489000', '131337.491000', '131337.494000', '131337.497000', '131337.499000', '131337.502000', '131337.504000', '131337.507000', '131357.397000', '131357.399000', '131357.402000', '131357.405000', '131357.407000', '131357.410000', '131357.412000', '131357.415000', '131357.418000', '131357.420000', '131357.423000', '131357.425000', '131357.428000', '131357.431000', '131357.433000', '131357.436000', '131357.439000', '131357.441000', '131357.444000', '131357.446000', '131357.449000', '131357.451000', '131357.454000', '131357.456000', '131357.459000', '131357.462000', '131357.464000', '131357.467000', '131357.469000', '131357.472000', '131357.475000', '131357.477000', '131357.480000', '131357.483000', '131357.485000', '131357.488000', '131357.490000', '131357.493000', '131357.496000', '131357.498000', '131357.501000', '131357.503000', '131357.506000', '131357.509000', '131417.397000', '131417.400000', '131417.403000', '131417.405000', '131417.408000', '131417.411000', '131417.413000', '131417.416000', '131417.418000', '131417.421000', '131417.423000', '131417.426000', '131417.429000', '131417.431000', '131417.434000', '131417.437000', '131417.439000', '131417.442000', '131417.445000', '131417.447000', '131417.450000', '131417.453000', '131417.455000', '131417.458000', '131417.460000', '131417.463000', '131417.466000', '131417.468000', '131417.471000', '131417.474000', '131417.476000', '131417.479000', '131417.481000', '131417.484000', '131417.487000', '131417.489000', '131417.492000', '131417.494000', '131417.497000', '131417.500000', '131417.503000', '131417.505000', '131417.508000', '131437.397000', '131437.400000', '131437.403000', '131437.405000', '131437.408000', '131437.411000', '131437.413000', '131437.416000', '131437.419000', '131437.421000', '131437.424000', '131437.427000', '131437.429000', '131437.432000', '131437.434000', '131437.437000', '131437.440000', '131437.442000', '131437.445000', '131437.447000', '131437.450000', '131437.453000', '131437.455000', '131437.458000', '131437.461000', '131437.463000', '131437.466000', '131437.468000', '131437.471000', '131437.474000', '131437.477000', '131437.480000', '131437.483000', '131437.485000', '131437.488000', '131437.491000', '131437.494000', '131437.496000', '131437.499000', '131437.502000', '131437.504000', '131437.507000', '131437.510000', '131437.512000', '131457.397000', '131457.399000', '131457.402000', '131457.405000', '131457.407000', '131457.410000', '131457.412000', '131457.415000', '131457.418000', '131457.420000', '131457.423000', '131457.425000', '131457.428000', '131457.431000', '131457.433000', '131457.436000', '131457.438000', '131457.441000', '131457.443000', '131457.446000', '131457.449000', '131457.451000', '131457.454000', '131457.456000', '131457.459000', '131457.462000', '131457.464000', '131457.467000', '131457.469000', '131457.472000', '131457.475000', '131457.477000', '131457.480000', '131457.482000', '131457.485000', '131457.487000', '131457.490000', '131457.493000', '131457.495000', '131457.498000', '131457.500000', '131457.503000', '131457.506000', '131517.397000', '131517.400000', '131517.402000', '131517.405000', '131517.407000', '131517.410000', '131517.413000', '131517.415000', '131517.418000', '131517.421000', '131517.424000', '131517.426000', '131517.429000', '131517.432000', '131517.434000', '131517.437000', '131517.439000', '131517.442000', '131517.445000', '131517.447000', '131517.450000', '131517.453000', '131517.455000', '131517.458000', '131517.461000', '131517.463000', '131517.466000', '131517.468000', '131517.471000', '131517.474000', '131517.482000', '131517.485000', '131517.488000', '131517.490000', '131517.493000', '131517.496000', '131517.498000', '131517.501000', '131517.504000', '131517.506000', '131517.509000', '131517.511000', '131517.514000', '131517.517000', '131537.397000', '131537.399000', '131537.402000', '131537.405000', '131537.407000', '131537.410000', '131537.413000', '131537.415000', '131537.418000', '131537.420000', '131537.423000', '131537.426000', '131537.428000', '131537.432000', '131537.435000', '131537.438000', '131537.440000', '131537.443000', '131537.446000', '131537.448000', '131537.451000', '131537.454000', '131537.456000', '131537.459000', '131537.461000', '131537.464000', '131537.467000', '131537.469000', '131537.472000', '131537.474000', '131537.477000', '131537.479000', '131537.482000', '131537.485000', '131537.487000', '131537.490000', '131537.493000', '131537.495000', '131537.498000', '131537.500000', '131537.503000', '131537.505000', '131537.508000', '131557.396000', '131557.399000', '131557.402000', '131557.405000', '131557.407000', '131557.410000', '131557.413000', '131557.415000', '131557.418000', '131557.420000', '131557.423000', '131557.426000', '131557.428000', '131557.431000', '131557.434000', '131557.436000', '131557.439000', '131557.442000', '131557.444000', '131557.447000', '131557.449000', '131557.452000', '131557.455000', '131557.457000', '131557.460000', '131557.463000', '131557.465000', '131557.468000', '131557.471000', '131557.473000', '131557.476000', '131557.478000', '131557.481000', '131557.484000', '131557.486000', '131557.489000', '131557.491000', '131557.494000', '131557.497000', '131557.500000', '131557.502000', '131557.505000', '131557.507000', '131557.510000', '131617.396000', '131617.399000', '131617.402000', '131617.405000', '131617.407000', '131617.420000', '131617.422000', '131617.425000', '131617.427000', '131617.430000', '131617.433000', '131617.435000', '131617.438000', '131617.440000', '131617.443000', '131617.446000', '131617.448000', '131617.451000', '131617.453000', '131617.456000', '131617.459000', '131617.461000', '131617.464000', '131617.467000', '131617.469000', '131617.472000', '131617.474000', '131617.477000', '131617.480000', '131617.482000', '131617.485000', '131617.487000', '131617.490000', '131617.493000', '131617.495000', '131617.498000', '131617.501000', '131617.503000', '131617.506000', '131617.508000', '131617.511000', '131617.514000', '131617.516000', '131622.612000', '131622.615000', '131622.618000', '131622.621000', '131622.623000', '131622.626000', '131622.629000', '131622.631000', '131622.634000', '131622.637000', '131622.639000', '131622.642000'], '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': [9211, 9297, 9144, 9662, 8934, 9691, 12530, 9684, 8686, 8676, 10202, 9667, 9583, 9200, 9909, 9290, 9011, 9327, 9588, 9387, 9287, 14299, 11603, 9369, 9783, 12431, 9674, 9146, 8925, 9417, 9190, 8838, 9651, 9774, 9143, 8670, 9779, 9600, 8322, 9976, 10266, 10258, 8417, 9298, 8814, 9492, 9203, 9350, 9766, 8574, 8502, 9102, 9389, 8720, 9361, 11038, 9115, 9144, 9139, 9587, 9050, 9250, 9707, 9656, 8864, 11226, 12581, 9336, 9022, 9553, 11752, 11099, 9884, 8824, 9293, 8847, 8819, 9486, 9578, 8697, 8649, 8825, 9885, 8826, 9392, 9040, 10561, 8806, 8745, 9971, 9634, 9099, 11295, 14679, 9602, 8806, 9384, 10718, 9421, 8830, 10761, 9367, 9331, 9134, 9193, 9665, 9386, 9313, 9143, 9008, 9103, 9427, 12730, 9078, 8554, 8969, 9559, 9278, 9230, 11048, 9006, 8768, 9057, 9379, 8630, 9375, 12300, 9651, 8634, 9153, 12578, 9220, 8566, 9000, 9484, 9168, 8728, 8912, 9538, 8745, 9132, 10311, 9327, 9068, 9165, 9864, 10202, 8912, 9232, 11632, 9480, 8708, 9141, 9918, 8574, 8851, 8764, 9405, 9291, 9396, 9710, 11030, 9640, 8873, 9379, 8993, 9873, 8899, 9483, 10897, 8964, 8588, 8843, 9553, 9135, 8966, 9224, 9636, 8947, 9093, 12092, 9358, 8971, 9378, 9500, 8816, 9890, 9582, 9602, 8636, 8944, 10086, 9134, 8826, 8763, 9517, 9890, 9816, 9141, 8723, 9893, 8601, 9943, 12692, 13766, 9398, 9148, 9305, 9462, 9139, 8635, 9090, 9179, 9521, 8829, 9472, 10643, 9471, 9236, 9450, 9442, 8930, 9773, 12422, 9993, 9170, 9659, 11409, 12181, 9153, 9256, 9992, 9697, 9127, 9668, 10072, 8854, 10908, 14585, 13019, 9287, 9336, 9575, 9427, 9470, 9883, 9551, 8714, 9151, 9034, 9767, 9159, 9403, 9727, 9712, 8925, 9778, 11624, 10556, 9337, 9224, 9964, 10817, 9387, 9269, 9929, 9846, 9175, 9411, 9432, 9628, 9803, 9489, 9977, 9775, 8858, 9390, 9326, 9696, 8868, 9747, 9671, 10775, 9903, 9438, 9681, 10301, 9804, 9670, 9614, 9692, 9832, 9876, 10035, 14326, 12419, 11121, 11186, 13069, 10215, 9720, 9659, 9637, 9424, 9760, 9635, 10005, 9286, 9159, 9323, 10109, 9454, 9492, 9915, 11332, 9463, 9521, 9595, 10309, 9265, 9785, 9915, 9655, 10478, 11557, 9290, 9411, 9616, 9637, 10355, 9204, 10658, 8962, 9600, 9446, 9721, 9133, 9743, 9432, 9973, 8701, 9986, 9992, 9479, 9889, 13631, 10592, 9304, 9924, 10134, 9139, 9709, 15342, 10123, 9359, 9876, 10039, 9147, 9459, 12293, 9941, 9962, 9415, 11106, 9252, 9550, 9636, 10151, 9120, 9688, 9545, 9454, 8913, 10292, 9798, 10907, 9291, 9573, 9764, 10389, 8834, 10228, 13475, 10136, 9077, 9591, 9858, 9883, 9149, 9520, 11775, 9963, 10178, 10049, 13888, 9931, 9492, 9509, 9807, 9684, 9643, 9535, 10699, 9999, 9587, 10065, 9557, 9438, 9537, 9666, 9745, 9669, 8368, 10115, 11205, 10044, 8786, 9583, 9847, 9442, 7985, 10051, 11387, 9567, 8707, 9573, 10044, 9690, 8630, 9676, 9524, 10322, 9241, 9780, 9892, 10183, 9510, 10059, 13129, 12558, 9531, 9402, 10057, 10709, 9336, 10219, 13475, 12133, 9479, 9457, 10141, 10333, 9262, 9823, 9693, 9892, 9079, 9425, 9641, 10336, 8651, 9493, 11248, 10386, 8962, 10268, 9795, 10260, 8692, 10212, 9516, 10400, 8735, 9785, 9491, 9666, 9295, 7806, 10603, 11377, 10392, 9156, 9916, 10577, 12253, 11943, 10929, 9764, 10801, 9532, 9809, 9479, 9608, 11145, 9744, 11253, 10764, 10660, 10445, 10018, 9680, 12978, 14857, 10352, 9836, 9573, 9991, 10273, 8994, 10616, 9832, 10863, 9489, 9036, 9631, 9474, 9871, 9824, 10387, 9922, 9801, 9073, 9575, 9643, 9721, 9822, 10312, 9863, 9869, 9882, 10564, 10253, 9075, 9551, 9713, 10414, 9335, 10483, 11255, 9411, 9509, 9611, 9671, 9758, 9606, 10489, 10096, 9179, 9759, 9399, 9952, 9366, 10686, 12498, 14718, 11062, 9566, 10115, 9590, 9066, 10523, 10259, 9931, 9241, 9436, 9700, 9502, 10029, 10325, 14681, 11417, 9014, 10144, 10061, 10026, 10604, 11613, 12811, 9615, 9723, 10067, 10302, 9160, 9863, 10322, 10531, 9318, 10370, 10345, 10364, 9852, 10092, 12982, 10450, 9473, 10068, 10005, 9266, 10300, 9975, 10319, 8888, 9970, 9673, 9669, 10271, 10026, 10793, 9932, 10364, 10286, 12286, 10420, 9243, 9684, 10521, 10343, 9156, 9754, 9872, 10302, 9284, 10701, 10215, 12251, 9125, 9244, 9673, 9776, 8098, 8936, 9654, 9825, 9835, 9243, 9515, 9389, 9973, 9991, 9150, 10412, 13510, 11642, 9225, 9440, 10036, 10199, 9329, 10592, 10615, 9534, 9420, 9173, 9171, 9656, 8964, 9799, 10430, 9497, 9029, 8931, 9251, 9650, 9514, 9227, 10481, 10037, 10093, 9532, 11618, 10388, 9290, 10160, 12424, 9864, 9337, 9893, 10418, 9522, 10390, 13120, 11360, 8959, 9245, 9288, 10148, 10139, 10048, 11968, 10141, 9025, 9766, 9492, 10393, 9962, 10028, 11602, 10066, 9117, 10088, 11416, 9741, 11770, 12793, 11769, 9783, 9494, 10009, 10207, 9385, 10414, 10550, 9312, 9508, 10463, 10297, 9854, 9453, 9579, 10370, 9488, 9723, 11959, 10505, 9912, 8957, 9374, 10592, 9925, 9565, 9826, 10769, 9374, 9658, 10950, 10377, 9500, 9775, 10286, 10548, 9492, 9208, 9484, 10298, 9836, 10334, 12435, 9816, 8872, 9239, 10107, 9023, 9646, 9355, 10435, 9258, 10227, 9668, 10541, 9666, 9521, 9302, 10680, 9640, 10087, 11637, 10877, 9488, 9208, 9830, 9817, 9791, 13094, 13446, 12137, 11314, 13215, 11356, 9313, 9780, 10245, 9910, 9669, 9771, 10034, 9640, 9393, 10500, 9729, 9237, 9645, 10959, 10219, 9182, 9924, 10876, 9899, 9251, 12138, 10801, 9874, 9086, 9666, 10267, 9522, 8897, 10141, 9736, 9362, 9847, 10391, 9697, 8964, 9004, 10499, 9574, 8951, 9743, 10296, 9164, 8559, 9630, 10430, 9406, 10162, 12274, 10981, 11108, 10225, 10215, 10417, 9866, 11212, 10740, 10148, 10627, 11551, 10393, 9769, 9341, 10712, 9824, 9859, 11310, 10887, 9606, 8869, 9483, 10557, 10267, 9331, 9828, 10506, 10273, 9351, 10515, 10336, 10489, 8720, 10522, 10060, 10113, 9507, 10802, 10037, 9964, 9337, 10349, 9386, 8931, 9419, 10236], 'WindowCenter': [4714.0, 4680.0, 4673.0, 4658.0, 4631.0, 4640.0, 4677.0, 4638.0, 4616.0, 4614.0, 4630.0, 4609.0, 4620.0, 4609.0, 4620.0, 4608.0, 4601.0, 4609.0, 4620.0, 4609.0, 4623.0, 4669.0, 4639.0, 4623.0, 4621.0, 4649.0, 4607.0, 4607.0, 4597.0, 4606.0, 4607.0, 4607.0, 4618.0, 4618.0, 4610.0, 4599.0, 4632.0, 4618.0, 4589.0, 4620.0, 4631.0, 4628.0, 4601.0, 4622.0, 4609.0, 4617.0, 4608.0, 4618.0, 4620.0, 4601.0, 4612.0, 4612.0, 4622.0, 4612.0, 4624.0, 4639.0, 4639.0, 4638.0, 4621.0, 4607.0, 4608.0, 4608.0, 4618.0, 4619.0, 4622.0, 4651.0, 4661.0, 4608.0, 4611.0, 4629.0, 4648.0, 4652.0, 4634.0, 4610.0, 4607.0, 4608.0, 4610.0, 4619.0, 4618.0, 4612.0, 4611.0, 4623.0, 4632.0, 4621.0, 4622.0, 4612.0, 4640.0, 4611.0, 4601.0, 4630.0, 4622.0, 4610.0, 4641.0, 4680.0, 4620.0, 4608.0, 4608.0, 4627.0, 4606.0, 4609.0, 4627.0, 4607.0, 4604.0, 4606.0, 4604.0, 4605.0, 4607.0, 4610.0, 4621.0, 4608.0, 4607.0, 4607.0, 4657.0, 4608.0, 4595.0, 4594.0, 4602.0, 4607.0, 4606.0, 4639.0, 4608.0, 4599.0, 4609.0, 4617.0, 4609.0, 4620.0, 4646.0, 4618.0, 4598.0, 4607.0, 4645.0, 4608.0, 4599.0, 4611.0, 4618.0, 4620.0, 4599.0, 4607.0, 4619.0, 4597.0, 4621.0, 4628.0, 4607.0, 4608.0, 4621.0, 4632.0, 4627.0, 4609.0, 4621.0, 4638.0, 4614.0, 4594.0, 4605.0, 4616.0, 4599.0, 4609.0, 4609.0, 4608.0, 4620.0, 4634.0, 4631.0, 4639.0, 4619.0, 4609.0, 4609.0, 4596.0, 4616.0, 4607.0, 4618.0, 4638.0, 4612.0, 4599.0, 4610.0, 4619.0, 4607.0, 4597.0, 4606.0, 4603.0, 4597.0, 4595.0, 4645.0, 4604.0, 4609.0, 4622.0, 4619.0, 4610.0, 4617.0, 4617.0, 4603.0, 4583.0, 4595.0, 4628.0, 4607.0, 4596.0, 4597.0, 4632.0, 4632.0, 4631.0, 4620.0, 4607.0, 4619.0, 4610.0, 4620.0, 4663.0, 4671.0, 4611.0, 4619.0, 4609.0, 4634.0, 4623.0, 4613.0, 4613.0, 4622.0, 4618.0, 4611.0, 4633.0, 4641.0, 4634.0, 4624.0, 4622.0, 4622.0, 4610.0, 4632.0, 4661.0, 4621.0, 4611.0, 4623.0, 4641.0, 4652.0, 4610.0, 4608.0, 4617.0, 4608.0, 4608.0, 4623.0, 4621.0, 4599.0, 4629.0, 4668.0, 4659.0, 4609.0, 4606.0, 4602.0, 4593.0, 4604.0, 4617.0, 4607.0, 4600.0, 4620.0, 4609.0, 4628.0, 4606.0, 4605.0, 4604.0, 4616.0, 4608.0, 4630.0, 4667.0, 4643.0, 4619.0, 4609.0, 4617.0, 4629.0, 4622.0, 4607.0, 4618.0, 4630.0, 4607.0, 4608.0, 4608.0, 4618.0, 4616.0, 4619.0, 4618.0, 4617.0, 4611.0, 4608.0, 4619.0, 4631.0, 4611.0, 4620.0, 4621.0, 4639.0, 4617.0, 4607.0, 4618.0, 4629.0, 4620.0, 4617.0, 4617.0, 4618.0, 4619.0, 4630.0, 4629.0, 4668.0, 4648.0, 4636.0, 4651.0, 4658.0, 4615.0, 4603.0, 4603.0, 4604.0, 4595.0, 4616.0, 4606.0, 4615.0, 4606.0, 4608.0, 4606.0, 4614.0, 4605.0, 4618.0, 4619.0, 4639.0, 4606.0, 4606.0, 4605.0, 4615.0, 4595.0, 4616.0, 4617.0, 4606.0, 4630.0, 4638.0, 4606.0, 4604.0, 4604.0, 4618.0, 4641.0, 4619.0, 4629.0, 4606.0, 4621.0, 4632.0, 4620.0, 4620.0, 4630.0, 4619.0, 4618.0, 4598.0, 4629.0, 4631.0, 4622.0, 4632.0, 4670.0, 4629.0, 4609.0, 4617.0, 4616.0, 4608.0, 4619.0, 4678.0, 4617.0, 4607.0, 4617.0, 4619.0, 4607.0, 4618.0, 4651.0, 4617.0, 4617.0, 4610.0, 4634.0, 4607.0, 4606.0, 4618.0, 4628.0, 4619.0, 4618.0, 4618.0, 4617.0, 4596.0, 4629.0, 4618.0, 4642.0, 4607.0, 4619.0, 4614.0, 4630.0, 4609.0, 4628.0, 4660.0, 4617.0, 4595.0, 4604.0, 4629.0, 4618.0, 4609.0, 4607.0, 4635.0, 4617.0, 4628.0, 4617.0, 4668.0, 4616.0, 4606.0, 4605.0, 4615.0, 4606.0, 4605.0, 4617.0, 4626.0, 4615.0, 4605.0, 4617.0, 4604.0, 4606.0, 4618.0, 4606.0, 4606.0, 4604.0, 4587.0, 4617.0, 4638.0, 4618.0, 4596.0, 4617.0, 4618.0, 4619.0, 4586.0, 4618.0, 4638.0, 4616.0, 4597.0, 4607.0, 4617.0, 4617.0, 4598.0, 4618.0, 4617.0, 4627.0, 4606.0, 4617.0, 4616.0, 4625.0, 4618.0, 4617.0, 4659.0, 4649.0, 4608.0, 4605.0, 4605.0, 4615.0, 4605.0, 4614.0, 4657.0, 4648.0, 4608.0, 4618.0, 4614.0, 4614.0, 4593.0, 4605.0, 4605.0, 4615.0, 4596.0, 4607.0, 4618.0, 4631.0, 4610.0, 4636.0, 4651.0, 4631.0, 4623.0, 4628.0, 4617.0, 4641.0, 4597.0, 4617.0, 4619.0, 4626.0, 4600.0, 4644.0, 4621.0, 4617.0, 4633.0, 4603.0, 4642.0, 4654.0, 4632.0, 4608.0, 4618.0, 4639.0, 4662.0, 4650.0, 4639.0, 4619.0, 4627.0, 4604.0, 4618.0, 4618.0, 4606.0, 4637.0, 4608.0, 4636.0, 4627.0, 4628.0, 4628.0, 4619.0, 4620.0, 4656.0, 4668.0, 4618.0, 4615.0, 4607.0, 4605.0, 4628.0, 4609.0, 4631.0, 4619.0, 4629.0, 4618.0, 4609.0, 4619.0, 4607.0, 4615.0, 4617.0, 4619.0, 4619.0, 4618.0, 4612.0, 4622.0, 4619.0, 4621.0, 4620.0, 4631.0, 4620.0, 4619.0, 4620.0, 4629.0, 4630.0, 4613.0, 4622.0, 4617.0, 4627.0, 4610.0, 4643.0, 4639.0, 4621.0, 4621.0, 4619.0, 4616.0, 4606.0, 4609.0, 4630.0, 4630.0, 4619.0, 4618.0, 4610.0, 4631.0, 4635.0, 4643.0, 4650.0, 4680.0, 4641.0, 4620.0, 4618.0, 4604.0, 4598.0, 4628.0, 4629.0, 4630.0, 4611.0, 4609.0, 4619.0, 4619.0, 4630.0, 4629.0, 4681.0, 4641.0, 4597.0, 4614.0, 4616.0, 4619.0, 4629.0, 4650.0, 4659.0, 4616.0, 4618.0, 4617.0, 4615.0, 4596.0, 4617.0, 4617.0, 4627.0, 4606.0, 4632.0, 4630.0, 4628.0, 4618.0, 4629.0, 4659.0, 4625.0, 4604.0, 4605.0, 4615.0, 4607.0, 4627.0, 4619.0, 4628.0, 4610.0, 4630.0, 4618.0, 4617.0, 4616.0, 4618.0, 4639.0, 4619.0, 4629.0, 4632.0, 4664.0, 4640.0, 4621.0, 4618.0, 4630.0, 4629.0, 4609.0, 4620.0, 4614.0, 4618.0, 4608.0, 4630.0, 4629.0, 4651.0, 4608.0, 4619.0, 4630.0, 4617.0, 4576.0, 4611.0, 4622.0, 4629.0, 4632.0, 4621.0, 4620.0, 4622.0, 4621.0, 4618.0, 4609.0, 4631.0, 4661.0, 4640.0, 4610.0, 4620.0, 4618.0, 4618.0, 4611.0, 4632.0, 4629.0, 4620.0, 4611.0, 4610.0, 4607.0, 4608.0, 4598.0, 4619.0, 4629.0, 4634.0, 4614.0, 4612.0, 4623.0, 4624.0, 4636.0, 4624.0, 4647.0, 4631.0, 4658.0, 4635.0, 4656.0, 4630.0, 4624.0, 4643.0, 4662.0, 4633.0, 4611.0, 4618.0, 4626.0, 4609.0, 4631.0, 4659.0, 4652.0, 4609.0, 4610.0, 4608.0, 4630.0, 4642.0, 4630.0, 4651.0, 4629.0, 4611.0, 4619.0, 4617.0, 4628.0, 4631.0, 4621.0, 4652.0, 4619.0, 4611.0, 4633.0, 4652.0, 4618.0, 4650.0, 4661.0, 4648.0, 4616.0, 4606.0, 4604.0, 4604.0, 4606.0, 4627.0, 4631.0, 4608.0, 4618.0, 4629.0, 4628.0, 4606.0, 4604.0, 4605.0, 4616.0, 4606.0, 4620.0, 4654.0, 4641.0, 4629.0, 4608.0, 4607.0, 4625.0, 4616.0, 4607.0, 4607.0, 4627.0, 4608.0, 4622.0, 4643.0, 4629.0, 4618.0, 4619.0, 4618.0, 4641.0, 4619.0, 4608.0, 4606.0, 4629.0, 4620.0, 4641.0, 4661.0, 4616.0, 4607.0, 4607.0, 4615.0, 4609.0, 4620.0, 4623.0, 4627.0, 4619.0, 4644.0, 4633.0, 4642.0, 4620.0, 4621.0, 4608.0, 4626.0, 4608.0, 4629.0, 4640.0, 4630.0, 4620.0, 4609.0, 4619.0, 4629.0, 4620.0, 4658.0, 4658.0, 4648.0, 4637.0, 4648.0, 4626.0, 4605.0, 4606.0, 4614.0, 4605.0, 4606.0, 4606.0, 4616.0, 4606.0, 4607.0, 4627.0, 4608.0, 4606.0, 4605.0, 4626.0, 4615.0, 4594.0, 4616.0, 4628.0, 4618.0, 4607.0, 4649.0, 4642.0, 4619.0, 4596.0, 4604.0, 4615.0, 4608.0, 4612.0, 4626.0, 4618.0, 4610.0, 4632.0, 4627.0, 4619.0, 4609.0, 4597.0, 4628.0, 4608.0, 4609.0, 4619.0, 4630.0, 4621.0, 4613.0, 4621.0, 4629.0, 4619.0, 4630.0, 4649.0, 4641.0, 4640.0, 4619.0, 4616.0, 4627.0, 4617.0, 4628.0, 4626.0, 4618.0, 4627.0, 4638.0, 4618.0, 4607.0, 4595.0, 4614.0, 4617.0, 4618.0, 4637.0, 4628.0, 4619.0, 4609.0, 4607.0, 4614.0, 4603.0, 4593.0, 4604.0, 4616.0, 4617.0, 4608.0, 4627.0, 4617.0, 4629.0, 4598.0, 4614.0, 4604.0, 4603.0, 4604.0, 4623.0, 4635.0, 4618.0, 4607.0, 4629.0, 4609.0, 4610.0, 4619.0, 4627.0], 'WindowWidth': [10362.0, 10286.0, 10258.0, 10225.0, 10174.0, 10180.0, 10223.0, 10172.0, 10137.0, 10132.0, 10147.0, 10114.0, 10129.0, 10114.0, 10128.0, 10110.0, 10103.0, 10113.0, 10130.0, 10116.0, 10138.0, 10197.0, 10156.0, 10138.0, 10130.0, 10166.0, 10108.0, 10109.0, 10094.0, 10107.0, 10110.0, 10112.0, 10128.0, 10126.0, 10116.0, 10104.0, 10149.0, 10128.0, 10089.0, 10130.0, 10148.0, 10140.0, 10107.0, 10134.0, 10115.0, 10123.0, 10113.0, 10128.0, 10132.0, 10108.0, 10121.0, 10124.0, 10138.0, 10125.0, 10143.0, 10156.0, 10174.0, 10169.0, 10135.0, 10109.0, 10110.0, 10111.0, 10127.0, 10129.0, 10139.0, 10177.0, 10190.0, 10112.0, 10121.0, 10147.0, 10169.0, 10179.0, 10156.0, 10119.0, 10110.0, 10113.0, 10118.0, 10129.0, 10129.0, 10126.0, 10124.0, 10143.0, 10155.0, 10135.0, 10139.0, 10125.0, 10159.0, 10120.0, 10107.0, 10146.0, 10138.0, 10119.0, 10161.0, 10214.0, 10131.0, 10112.0, 10116.0, 10139.0, 10109.0, 10118.0, 10139.0, 10110.0, 10102.0, 10106.0, 10102.0, 10103.0, 10107.0, 10121.0, 10136.0, 10112.0, 10112.0, 10111.0, 10179.0, 10111.0, 10091.0, 10087.0, 10097.0, 10110.0, 10110.0, 10158.0, 10112.0, 10103.0, 10115.0, 10126.0, 10119.0, 10134.0, 10163.0, 10128.0, 10099.0, 10110.0, 10160.0, 10112.0, 10103.0, 10125.0, 10130.0, 10131.0, 10103.0, 10111.0, 10130.0, 10099.0, 10135.0, 10142.0, 10111.0, 10113.0, 10136.0, 10152.0, 10138.0, 10116.0, 10136.0, 10154.0, 10116.0, 10089.0, 10106.0, 10123.0, 10104.0, 10122.0, 10116.0, 10115.0, 10134.0, 10159.0, 10152.0, 10157.0, 10130.0, 10115.0, 10113.0, 10095.0, 10120.0, 10111.0, 10128.0, 10155.0, 10125.0, 10104.0, 10119.0, 10130.0, 10112.0, 10096.0, 10106.0, 10101.0, 10094.0, 10093.0, 10160.0, 10102.0, 10119.0, 10144.0, 10133.0, 10122.0, 10124.0, 10126.0, 10099.0, 10070.0, 10091.0, 10140.0, 10110.0, 10095.0, 10098.0, 10153.0, 10150.0, 10151.0, 10133.0, 10112.0, 10129.0, 10119.0, 10130.0, 10195.0, 10202.0, 10120.0, 10129.0, 10116.0, 10158.0, 10138.0, 10126.0, 10124.0, 10135.0, 10127.0, 10119.0, 10155.0, 10161.0, 10156.0, 10143.0, 10134.0, 10136.0, 10118.0, 10150.0, 10187.0, 10132.0, 10117.0, 10139.0, 10159.0, 10178.0, 10117.0, 10112.0, 10122.0, 10109.0, 10113.0, 10139.0, 10134.0, 10099.0, 10140.0, 10194.0, 10180.0, 10113.0, 10105.0, 10095.0, 10083.0, 10101.0, 10121.0, 10109.0, 10104.0, 10131.0, 10116.0, 10140.0, 10107.0, 10103.0, 10101.0, 10122.0, 10115.0, 10146.0, 10207.0, 10166.0, 10129.0, 10115.0, 10124.0, 10140.0, 10139.0, 10110.0, 10126.0, 10149.0, 10111.0, 10112.0, 10112.0, 10127.0, 10119.0, 10132.0, 10129.0, 10126.0, 10122.0, 10114.0, 10129.0, 10149.0, 10121.0, 10131.0, 10135.0, 10157.0, 10122.0, 10107.0, 10128.0, 10142.0, 10131.0, 10125.0, 10125.0, 10124.0, 10130.0, 10145.0, 10143.0, 10194.0, 10165.0, 10148.0, 10174.0, 10184.0, 10119.0, 10099.0, 10097.0, 10102.0, 10089.0, 10119.0, 10106.0, 10117.0, 10109.0, 10114.0, 10108.0, 10116.0, 10104.0, 10128.0, 10128.0, 10156.0, 10107.0, 10105.0, 10106.0, 10116.0, 10091.0, 10123.0, 10126.0, 10109.0, 10146.0, 10151.0, 10107.0, 10104.0, 10100.0, 10128.0, 10166.0, 10134.0, 10144.0, 10109.0, 10135.0, 10155.0, 10133.0, 10135.0, 10145.0, 10131.0, 10126.0, 10101.0, 10144.0, 10150.0, 10136.0, 10150.0, 10201.0, 10145.0, 10115.0, 10120.0, 10124.0, 10112.0, 10131.0, 10210.0, 10121.0, 10110.0, 10121.0, 10129.0, 10111.0, 10125.0, 10175.0, 10125.0, 10124.0, 10120.0, 10145.0, 10107.0, 10109.0, 10128.0, 10141.0, 10133.0, 10128.0, 10128.0, 10124.0, 10094.0, 10146.0, 10127.0, 10167.0, 10112.0, 10128.0, 10117.0, 10147.0, 10118.0, 10139.0, 10186.0, 10122.0, 10091.0, 10103.0, 10145.0, 10126.0, 10117.0, 10109.0, 10145.0, 10122.0, 10144.0, 10124.0, 10197.0, 10120.0, 10107.0, 10104.0, 10117.0, 10108.0, 10107.0, 10124.0, 10134.0, 10119.0, 10105.0, 10123.0, 10105.0, 10109.0, 10127.0, 10107.0, 10107.0, 10102.0, 10084.0, 10124.0, 10155.0, 10126.0, 10094.0, 10123.0, 10129.0, 10132.0, 10081.0, 10126.0, 10153.0, 10120.0, 10094.0, 10107.0, 10125.0, 10126.0, 10101.0, 10125.0, 10124.0, 10137.0, 10106.0, 10122.0, 10119.0, 10134.0, 10126.0, 10125.0, 10186.0, 10170.0, 10111.0, 10106.0, 10102.0, 10116.0, 10103.0, 10117.0, 10179.0, 10168.0, 10111.0, 10125.0, 10115.0, 10111.0, 10083.0, 10101.0, 10103.0, 10117.0, 10093.0, 10110.0, 10126.0, 10151.0, 10120.0, 10166.0, 10176.0, 10148.0, 10144.0, 10140.0, 10123.0, 10164.0, 10096.0, 10119.0, 10127.0, 10138.0, 10105.0, 10170.0, 10134.0, 10126.0, 10157.0, 10116.0, 10165.0, 10183.0, 10149.0, 10115.0, 10128.0, 10158.0, 10195.0, 10173.0, 10157.0, 10129.0, 10136.0, 10101.0, 10125.0, 10127.0, 10107.0, 10152.0, 10113.0, 10150.0, 10138.0, 10139.0, 10140.0, 10127.0, 10130.0, 10176.0, 10194.0, 10124.0, 10118.0, 10107.0, 10104.0, 10141.0, 10117.0, 10148.0, 10127.0, 10142.0, 10125.0, 10115.0, 10127.0, 10107.0, 10117.0, 10123.0, 10128.0, 10128.0, 10126.0, 10121.0, 10137.0, 10132.0, 10134.0, 10131.0, 10147.0, 10131.0, 10130.0, 10130.0, 10141.0, 10144.0, 10126.0, 10137.0, 10125.0, 10137.0, 10118.0, 10167.0, 10158.0, 10134.0, 10133.0, 10128.0, 10121.0, 10107.0, 10113.0, 10145.0, 10144.0, 10130.0, 10127.0, 10117.0, 10150.0, 10161.0, 10169.0, 10172.0, 10212.0, 10161.0, 10132.0, 10125.0, 10102.0, 10097.0, 10141.0, 10142.0, 10147.0, 10119.0, 10116.0, 10128.0, 10130.0, 10147.0, 10140.0, 10217.0, 10160.0, 10098.0, 10116.0, 10120.0, 10129.0, 10139.0, 10173.0, 10181.0, 10122.0, 10126.0, 10121.0, 10115.0, 10091.0, 10121.0, 10122.0, 10134.0, 10108.0, 10149.0, 10147.0, 10142.0, 10126.0, 10141.0, 10181.0, 10130.0, 10101.0, 10103.0, 10118.0, 10110.0, 10137.0, 10128.0, 10138.0, 10121.0, 10144.0, 10126.0, 10122.0, 10118.0, 10127.0, 10157.0, 10129.0, 10143.0, 10149.0, 10197.0, 10161.0, 10135.0, 10126.0, 10145.0, 10142.0, 10117.0, 10130.0, 10119.0, 10123.0, 10115.0, 10145.0, 10141.0, 10174.0, 10113.0, 10131.0, 10148.0, 10125.0, 10066.0, 10120.0, 10135.0, 10144.0, 10150.0, 10135.0, 10131.0, 10136.0, 10133.0, 10125.0, 10113.0, 10144.0, 10187.0, 10157.0, 10116.0, 10130.0, 10122.0, 10122.0, 10118.0, 10149.0, 10140.0, 10130.0, 10118.0, 10114.0, 10108.0, 10109.0, 10097.0, 10125.0, 10140.0, 10156.0, 10127.0, 10124.0, 10138.0, 10141.0, 10162.0, 10142.0, 10176.0, 10148.0, 10197.0, 10159.0, 10189.0, 10147.0, 10141.0, 10166.0, 10190.0, 10153.0, 10119.0, 10125.0, 10133.0, 10112.0, 10144.0, 10182.0, 10177.0, 10115.0, 10115.0, 10112.0, 10146.0, 10165.0, 10145.0, 10175.0, 10142.0, 10119.0, 10129.0, 10123.0, 10138.0, 10149.0, 10133.0, 10178.0, 10128.0, 10120.0, 10153.0, 10178.0, 10127.0, 10174.0, 10187.0, 10166.0, 10120.0, 10105.0, 10100.0, 10100.0, 10107.0, 10137.0, 10147.0, 10110.0, 10126.0, 10142.0, 10137.0, 10104.0, 10099.0, 10103.0, 10120.0, 10107.0, 10131.0, 10183.0, 10161.0, 10145.0, 10115.0, 10109.0, 10129.0, 10118.0, 10108.0, 10108.0, 10134.0, 10113.0, 10136.0, 10167.0, 10143.0, 10126.0, 10128.0, 10125.0, 10163.0, 10128.0, 10112.0, 10108.0, 10143.0, 10131.0, 10165.0, 10189.0, 10121.0, 10111.0, 10109.0, 10119.0, 10117.0, 10133.0, 10142.0, 10137.0, 10128.0, 10170.0, 10156.0, 10165.0, 10134.0, 10136.0, 10114.0, 10134.0, 10112.0, 10142.0, 10159.0, 10145.0, 10129.0, 10114.0, 10132.0, 10144.0, 10130.0, 10180.0, 10181.0, 10163.0, 10150.0, 10165.0, 10133.0, 10104.0, 10104.0, 10115.0, 10102.0, 10104.0, 10104.0, 10118.0, 10106.0, 10110.0, 10135.0, 10110.0, 10106.0, 10104.0, 10131.0, 10114.0, 10087.0, 10119.0, 10140.0, 10125.0, 10111.0, 10171.0, 10165.0, 10131.0, 10094.0, 10101.0, 10118.0, 10112.0, 10124.0, 10135.0, 10125.0, 10116.0, 10151.0, 10141.0, 10128.0, 10116.0, 10097.0, 10136.0, 10111.0, 10116.0, 10130.0, 10148.0, 10135.0, 10126.0, 10134.0, 10142.0, 10131.0, 10148.0, 10170.0, 10163.0, 10159.0, 10128.0, 10122.0, 10133.0, 10123.0, 10137.0, 10134.0, 10125.0, 10137.0, 10152.0, 10123.0, 10107.0, 10087.0, 10113.0, 10120.0, 10122.0, 10151.0, 10139.0, 10128.0, 10116.0, 10110.0, 10114.0, 10098.0, 10085.0, 10102.0, 10117.0, 10120.0, 10110.0, 10137.0, 10122.0, 10140.0, 10100.0, 10115.0, 10098.0, 10098.0, 10101.0, 10124.0, 10158.0, 10126.0, 10111.0, 10141.0, 10116.0, 10118.0, 10133.0, 10137.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.00036955967555040554</td></tr>
<tr><td colspan=3>aqi</td><td>0.021291848319814597</td></tr>
<tr><td colspan=3>dummy_trs</td><td>9</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.06972960796983</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.140484904071925</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027347185730864</td></tr>
<tr><td colspan=3>efc</td><td>0.5431</td></tr>
<tr><td colspan=3>fber</td><td>2231.9211</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11059655609581029</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.501738122827346</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4742933744858315</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.38226767047504</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.737271752920174</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3033407000622805</td></tr>
<tr><td colspan=3>gcor</td><td>0.0054636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00972240325063467</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05987505242228508</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>863</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.246641700720072</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>19.6594</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>89.0558</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>289.2009</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285561.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>1284.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>483.5077</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7999</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.5016</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3767.7714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3881.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.8936</td></tr>
<tr><td colspan=3>tsnr</td><td>36.89945261948742</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>