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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0036_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-01_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-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-social_acq-mb8_run-01_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-0036/ses-03/func/sub-0036_ses-03_task-social_acq-mb8_run-01_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>6275eead18fb65f6849ce0374b02fd37</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>09:15:33.977500</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_VE11C_LATEST_20160120</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.999003, 0.0308328, 0.0322912, -0.0266832, 0.992187, -0.12187]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.084214</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 545, -16, -174, 34, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>14aa35ee-2825-4939-831d-889311129c88||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802515983581543, -0.07158919423818588, 0.09665048867464066, 112.81173706054688], [-0.08272223174571991, 2.661966323852539, -0.32639333605766296, -78.74846649169922], [0.08663485199213028, 0.32696717977523804, 2.6784560680389404, -111.80175018310547], [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': ['091533.977500', '091534.437500', '091534.897500', '091535.357500', '091535.817500', '091536.277500', '091536.737500', '091537.197500', '091537.657500', '091538.117500', '091538.577500', '091539.037500', '091539.497500', '091539.957500', '091540.417500', '091540.877500', '091541.337500', '091541.797500', '091542.257500', '091542.717500', '091543.177500', '091543.637500', '091544.097500', '091544.557500', '091545.017500', '091545.477500', '091545.937500', '091546.397500', '091546.857500', '091547.317500', '091547.777500', '091548.237500', '091548.697500', '091549.157500', '091549.617500', '091550.077500', '091550.537500', '091550.997500', '091551.457500', '091551.917500', '091552.377500', '091552.837500', '091553.297500', '091553.757500', '091554.217500', '091554.677500', '091555.137500', '091555.597500', '091556.057500', '091556.517500', '091556.977500', '091557.437500', '091557.897500', '091558.357500', '091558.817500', '091559.277500', '091559.737500', '091600.197500', '091600.657500', '091601.117500', '091601.577500', '091602.037500', '091602.497500', '091602.957500', '091603.417500', '091603.877500', '091604.337500', '091604.797500', '091605.257500', '091605.717500', '091606.177500', '091606.637500', '091607.097500', '091607.557500', '091608.017500', '091608.477500', '091608.937500', '091609.397500', '091609.857500', '091610.317500', '091610.777500', '091611.237500', '091611.697500', '091612.157500', '091612.617500', '091613.077500', '091613.537500', '091613.997500', '091614.457500', '091614.917500', '091615.377500', '091615.837500', '091616.297500', '091616.757500', '091617.217500', '091617.677500', '091618.137500', '091618.597500', '091619.057500', '091619.517500', '091619.977500', '091620.437500', '091620.897500', '091621.357500', '091621.817500', '091622.277500', '091622.737500', '091623.197500', '091623.657500', '091624.117500', '091624.577500', '091625.037500', '091625.497500', '091625.957500', '091626.417500', '091626.877500', '091627.337500', '091627.797500', '091628.257500', '091628.717500', '091629.177500', '091629.637500', '091630.097500', '091630.557500', '091631.017500', '091631.477500', '091631.937500', '091632.397500', '091632.857500', '091633.317500', '091633.777500', '091634.237500', '091634.697500', '091635.157500', '091635.617500', '091636.077500', '091636.537500', '091636.997500', '091637.457500', '091637.917500', '091638.377500', '091638.837500', '091639.297500', '091639.757500', '091640.217500', '091640.677500', '091641.137500', '091641.597500', '091642.057500', '091642.517500', '091642.977500', '091643.437500', '091643.897500', '091644.357500', '091644.817500', '091645.277500', '091645.737500', '091646.197500', '091646.657500', '091647.117500', '091647.577500', '091648.037500', '091648.497500', '091648.957500', '091649.417500', '091649.877500', '091650.337500', '091650.797500', '091651.257500', '091651.717500', '091652.177500', '091652.637500', '091653.097500', '091653.557500', '091654.017500', '091654.477500', '091654.937500', '091655.397500', '091655.857500', '091656.317500', '091656.777500', '091657.237500', '091657.697500', '091658.157500', '091658.617500', '091659.077500', '091659.537500', '091659.997500', '091700.457500', '091700.917500', '091701.377500', '091701.837500', '091702.297500', '091702.757500', '091703.217500', '091703.677500', '091704.137500', '091704.597500', '091705.057500', '091705.517500', '091705.977500', '091706.437500', '091706.897500', '091707.357500', '091707.817500', '091708.277500', '091708.737500', '091709.197500', '091709.657500', '091710.117500', '091710.577500', '091711.037500', '091711.497500', '091711.957500', '091712.417500', '091712.877500', '091713.337500', '091713.797500', '091714.257500', '091714.717500', '091715.177500', '091715.637500', '091716.097500', '091716.557500', '091717.017500', '091717.477500', '091717.937500', '091718.397500', '091718.857500', '091719.317500', '091719.777500', '091720.237500', '091720.697500', '091721.157500', '091721.617500', '091722.077500', '091722.537500', '091722.997500', '091723.457500', '091723.917500', '091724.377500', '091724.837500', '091725.297500', '091725.757500', '091726.217500', '091726.677500', '091727.137500', '091727.597500', '091728.057500', '091728.517500', '091728.977500', '091729.437500', '091729.897500', '091730.357500', '091730.817500', '091731.277500', '091731.737500', '091732.197500', '091732.657500', '091733.117500', '091733.577500', '091734.037500', '091734.497500', '091734.957500', '091735.417500', '091735.877500', '091736.337500', '091736.797500', '091737.257500', '091737.717500', '091738.177500', '091738.637500', '091739.097500', '091739.557500', '091740.017500', '091740.477500', '091740.937500', '091741.397500', '091741.857500', '091742.317500', '091742.777500', '091743.237500', '091743.697500', '091744.157500', '091744.617500', '091745.077500', '091745.537500', '091745.997500', '091746.457500', '091746.917500', '091747.377500', '091747.837500', '091748.297500', '091748.757500', '091749.217500', '091749.677500', '091750.137500', '091750.597500', '091751.057500', '091751.517500', '091751.977500', '091752.437500', '091752.897500', '091753.357500', '091753.817500', '091754.277500', '091754.737500', '091755.197500', '091755.657500', '091756.117500', '091756.577500', '091757.037500', '091757.497500', '091757.957500', '091758.417500', '091758.877500', '091759.337500', '091759.797500', '091800.257500', '091800.717500', '091801.177500', '091801.637500', '091802.097500', '091802.557500', '091803.017500', '091803.477500', '091803.937500', '091804.397500', '091804.857500', '091805.317500', '091805.777500', '091806.237500', '091806.697500', '091807.157500', '091807.617500', '091808.077500', '091808.537500', '091808.997500', '091809.457500', '091809.917500', '091810.377500', '091810.837500', '091811.297500', '091811.757500', '091812.217500', '091812.677500', '091813.137500', '091813.597500', '091814.057500', '091814.517500', '091814.977500', '091815.437500', '091815.897500', '091816.357500', '091816.817500', '091817.277500', '091817.737500', '091818.197500', '091818.657500', '091819.117500', '091819.577500', '091820.037500', '091820.497500', '091820.957500', '091821.417500', '091821.877500', '091822.337500', '091822.797500', '091823.257500', '091823.717500', '091824.177500', '091824.637500', '091825.097500', '091825.557500', '091826.017500', '091826.477500', '091826.937500', '091827.397500', '091827.857500', '091828.317500', '091828.777500', '091829.237500', '091829.697500', '091830.157500', '091830.617500', '091831.077500', '091831.537500', '091831.997500', '091832.457500', '091832.917500', '091833.377500', '091833.837500', '091834.297500', '091834.757500', '091835.217500', '091835.677500', '091836.137500', '091836.597500', '091837.057500', '091837.517500', '091837.977500', '091838.437500', '091838.897500', '091839.357500', '091839.817500', '091840.277500', '091840.737500', '091841.197500', '091841.657500', '091842.117500', '091842.577500', '091843.037500', '091843.497500', '091843.957500', '091844.417500', '091844.877500', '091845.337500', '091845.797500', '091846.257500', '091846.717500', '091847.177500', '091847.637500', '091848.097500', '091848.557500', '091849.017500', '091849.477500', '091849.937500', '091850.397500', '091850.857500', '091851.317500', '091851.777500', '091852.237500', '091852.697500', '091853.157500', '091853.617500', '091854.077500', '091854.537500', '091854.997500', '091855.457500', '091855.917500', '091856.377500', '091856.837500', '091857.297500', '091857.757500', '091858.217500', '091858.677500', '091859.137500', '091859.597500', '091900.057500', '091900.517500', '091900.977500', '091901.437500', '091901.897500', '091902.357500', '091902.817500', '091903.277500', '091903.737500', '091904.197500', '091904.657500', '091905.117500', '091905.577500', '091906.037500', '091906.497500', '091906.957500', '091907.417500', '091907.877500', '091908.337500', '091908.797500', '091909.257500', '091909.717500', '091910.177500', '091910.637500', '091911.097500', '091911.557500', '091912.017500', '091912.477500', '091912.937500', '091913.397500', '091913.857500', '091914.317500', '091914.777500', '091915.237500', '091915.697500', '091916.157500', '091916.617500', '091917.077500', '091917.537500', '091917.997500', '091918.457500', '091918.917500', '091919.377500', '091919.837500', '091920.297500', '091920.757500', '091921.217500', '091921.677500', '091922.137500', '091922.597500', '091923.057500', '091923.517500', '091923.977500', '091924.437500', '091924.897500', '091925.357500', '091925.817500', '091926.277500', '091926.737500', '091927.197500', '091927.657500', '091928.117500', '091928.577500', '091929.037500', '091929.497500', '091929.957500', '091930.417500', '091930.877500', '091931.337500', '091931.797500', '091932.257500', '091932.717500', '091933.177500', '091933.637500', '091934.097500', '091934.557500', '091935.017500', '091935.477500', '091935.937500', '091936.397500', '091936.857500', '091937.317500', '091937.777500', '091938.237500', '091938.697500', '091939.157500', '091939.617500', '091940.077500', '091940.537500', '091940.997500', '091941.457500', '091941.917500', '091942.377500', '091942.837500', '091943.297500', '091943.757500', '091944.217500', '091944.677500', '091945.137500', '091945.597500', '091946.057500', '091946.517500', '091946.977500', '091947.437500', '091947.897500', '091948.357500', '091948.817500', '091949.277500', '091949.737500', '091950.197500', '091950.657500', '091951.117500', '091951.577500', '091952.037500', '091952.497500', '091952.957500', '091953.417500', '091953.877500', '091954.337500', '091954.797500', '091955.257500', '091955.717500', '091956.177500', '091956.637500', '091957.097500', '091957.557500', '091958.017500', '091958.477500', '091958.937500', '091959.397500', '091959.857500', '092000.317500', '092000.777500', '092001.237500', '092001.697500', '092002.157500', '092002.617500', '092003.077500', '092003.537500', '092003.997500', '092004.457500', '092004.917500', '092005.377500', '092005.837500', '092006.297500', '092006.757500', '092007.217500', '092007.677500', '092008.137500', '092008.597500', '092009.057500', '092009.517500', '092009.977500', '092010.437500', '092010.897500', '092011.357500', '092011.817500', '092012.277500', '092012.737500', '092013.197500', '092013.657500', '092014.117500', '092014.577500', '092015.037500', '092015.497500', '092015.957500', '092016.417500', '092016.877500', '092017.337500', '092017.797500', '092018.257500', '092018.717500', '092019.177500', '092019.637500', '092020.097500', '092020.557500', '092021.017500', '092021.477500', '092021.937500', '092022.397500', '092022.857500', '092023.317500', '092023.777500', '092024.237500', '092024.697500', '092025.157500', '092025.617500', '092026.077500', '092026.537500', '092026.997500', '092027.457500', '092027.917500', '092028.377500', '092028.837500', '092029.297500', '092029.757500', '092030.217500', '092030.677500', '092031.137500', '092031.597500', '092032.057500', '092032.517500', '092032.977500', '092033.437500', '092033.897500', '092034.357500', '092034.817500', '092035.277500', '092035.737500', '092036.197500', '092036.657500', '092037.117500', '092037.577500', '092038.037500', '092038.497500', '092038.957500', '092039.417500', '092039.877500', '092040.337500', '092040.797500', '092041.257500', '092041.717500', '092042.177500', '092042.637500', '092043.097500', '092043.557500', '092044.017500', '092044.477500', '092044.937500', '092045.397500', '092045.857500', '092046.317500', '092046.777500', '092047.237500', '092047.697500', '092048.157500', '092048.617500', '092049.077500', '092049.537500', '092049.997500', '092050.457500', '092050.917500', '092051.377500', '092051.837500', '092052.297500', '092052.757500', '092053.217500', '092053.677500', '092054.137500', '092054.597500', '092055.057500', '092055.517500', '092055.977500', '092056.437500', '092056.897500', '092057.357500', '092057.817500', '092058.277500', '092058.737500', '092059.197500', '092059.657500', '092100.117500', '092100.577500', '092101.037500', '092101.497500', '092101.957500', '092102.417500', '092102.877500', '092103.337500', '092103.797500', '092104.257500', '092104.717500', '092105.177500', '092105.637500', '092106.097500', '092106.557500', '092107.017500', '092107.477500', '092107.937500', '092108.397500', '092108.857500', '092109.317500', '092109.777500', '092110.237500', '092110.697500', '092111.157500', '092111.617500', '092112.077500', '092112.537500', '092112.997500', '092113.457500', '092113.917500', '092114.377500', '092114.837500', '092115.297500', '092115.757500', '092116.217500', '092116.677500', '092117.137500', '092117.597500', '092118.057500', '092118.517500', '092118.977500', '092119.437500', '092119.897500', '092120.357500', '092120.817500', '092121.277500', '092121.737500', '092122.197500', '092122.657500', '092123.117500', '092123.577500', '092124.037500', '092124.497500', '092124.957500', '092125.417500', '092125.877500', '092126.337500', '092126.797500', '092127.257500', '092127.717500', '092128.177500', '092128.637500', '092129.097500', '092129.557500', '092130.017500', '092130.477500', '092130.937500', '092131.397500', '092131.857500', '092132.317500', '092132.777500', '092133.237500', '092133.697500', '092134.157500', '092134.617500', '092135.077500', '092135.537500', '092135.997500', '092136.457500', '092136.917500', '092137.377500', '092137.837500', '092138.297500', '092138.757500', '092139.217500', '092139.677500', '092140.137500', '092140.597500', '092141.057500', '092141.517500', '092141.977500', '092142.437500', '092142.897500', '092143.357500', '092143.817500', '092144.277500', '092144.737500', '092145.197500', '092145.657500', '092146.117500', '092146.577500', '092147.037500', '092147.497500', '092147.957500', '092148.417500', '092148.877500', '092149.337500', '092149.797500', '092150.257500', '092150.717500', '092151.177500', '092151.637500', '092152.097500', '092152.557500', '092153.017500', '092153.477500', '092153.937500', '092154.397500', '092154.857500', '092155.317500', '092155.777500', '092156.237500', '092156.697500', '092157.157500', '092157.617500', '092158.077500', '092158.537500', '092158.997500', '092159.457500', '092159.917500', '092200.377500', '092200.837500', '092201.297500', '092201.757500', '092202.217500', '092202.677500', '092203.137500', '092203.597500', '092204.057500', '092204.517500', '092204.977500', '092205.437500', '092205.897500', '092206.357500', '092206.817500', '092207.277500', '092207.737500', '092208.197500', '092208.657500', '092209.117500', '092209.577500', '092210.037500', '092210.497500', '092210.957500', '092211.417500', '092211.877500', '092212.337500', '092212.797500', '092213.257500', '092213.717500', '092214.177500', '092214.637500'], 'ContentTime': ['091555.710000', '091555.714000', '091555.717000', '091555.719000', '091555.734000', '091555.737000', '091555.740000', '091555.743000', '091555.746000', '091555.749000', '091555.752000', '091555.754000', '091555.758000', '091555.761000', '091555.764000', '091555.767000', '091555.770000', '091555.773000', '091555.776000', '091555.779000', '091555.811000', '091555.814000', '091555.817000', '091555.820000', '091555.823000', '091555.826000', '091555.828000', '091555.831000', '091555.834000', '091555.837000', '091555.840000', '091555.843000', '091555.846000', '091555.849000', '091555.852000', '091555.855000', '091555.858000', '091555.861000', '091555.864000', '091555.873000', '091555.876000', '091555.879000', '091555.882000', '091555.885000', '091555.888000', '091555.891000', '091615.671000', '091615.674000', '091615.677000', '091615.680000', '091615.683000', '091615.686000', '091615.689000', '091615.691000', '091615.695000', '091615.697000', '091615.700000', '091615.703000', '091615.712000', '091615.715000', '091615.718000', '091615.721000', '091615.724000', '091615.727000', '091615.730000', '091615.733000', '091615.736000', '091615.739000', '091615.742000', '091615.744000', '091615.747000', '091615.750000', '091615.753000', '091615.756000', '091615.759000', '091615.762000', '091615.765000', '091615.768000', '091615.771000', '091615.773000', '091615.776000', '091615.779000', '091615.782000', '091615.785000', '091615.794000', '091615.797000', '091615.800000', '091615.802000', '091615.805000', '091615.808000', '091635.671000', '091635.674000', '091635.680000', '091635.682000', '091635.685000', '091635.688000', '091635.691000', '091635.694000', '091635.697000', '091635.700000', '091635.703000', '091635.706000', '091635.710000', '091635.713000', '091635.715000', '091635.718000', '091635.721000', '091635.724000', '091635.727000', '091635.730000', '091635.733000', '091635.736000', '091635.740000', '091635.743000', '091635.746000', '091635.749000', '091635.752000', '091635.756000', '091635.759000', '091635.762000', '091635.765000', '091635.768000', '091635.771000', '091635.781000', '091635.784000', '091635.786000', '091635.791000', '091635.796000', '091635.799000', '091635.802000', '091635.805000', '091635.808000', '091635.810000', '091655.671000', '091655.674000', '091655.677000', '091655.680000', '091655.683000', '091655.686000', '091655.689000', '091655.692000', '091655.701000', '091655.704000', '091655.707000', '091655.710000', '091655.714000', '091655.717000', '091655.720000', '091655.723000', '091655.725000', '091655.728000', '091655.731000', '091655.734000', '091655.737000', '091655.740000', '091655.743000', '091655.746000', '091655.749000', '091655.752000', '091655.761000', '091655.764000', '091655.767000', '091655.770000', '091655.773000', '091655.780000', '091655.784000', '091655.786000', '091655.804000', '091655.807000', '091655.810000', '091655.813000', '091655.816000', '091655.819000', '091655.821000', '091655.824000', '091655.827000', '091655.830000', '091715.671000', '091715.674000', '091715.677000', '091715.680000', '091715.688000', '091715.691000', '091715.694000', '091715.697000', '091715.700000', '091715.702000', '091715.705000', '091715.708000', '091715.711000', '091715.714000', '091715.717000', '091715.720000', '091715.723000', '091715.725000', '091715.728000', '091715.731000', '091715.734000', '091715.737000', '091715.741000', '091715.744000', '091715.747000', '091715.750000', '091715.753000', '091715.756000', '091715.759000', '091715.762000', '091715.765000', '091715.768000', '091715.771000', '091715.774000', '091715.777000', '091715.780000', '091715.782000', '091715.785000', '091715.788000', '091715.791000', '091715.794000', '091715.798000', '091715.801000', '091735.671000', '091735.674000', '091735.677000', '091735.680000', '091735.683000', '091735.685000', '091735.693000', '091735.696000', '091735.699000', '091735.702000', '091735.706000', '091735.709000', '091735.712000', '091735.715000', '091735.718000', '091735.721000', '091735.723000', '091735.726000', '091735.732000', '091735.735000', '091735.738000', '091735.741000', '091735.743000', '091735.747000', '091735.750000', '091735.753000', '091735.756000', '091735.758000', '091735.762000', '091735.764000', '091735.767000', '091735.770000', '091735.773000', '091735.776000', '091735.794000', '091735.797000', '091735.800000', '091735.802000', '091735.805000', '091735.808000', '091735.811000', '091735.814000', '091735.817000', '091735.820000', '091755.670000', '091755.673000', '091755.676000', '091755.679000', '091755.682000', '091755.685000', '091755.687000', '091755.690000', '091755.693000', '091755.696000', '091755.699000', '091755.702000', '091755.705000', '091755.708000', '091755.710000', '091755.713000', '091755.716000', '091755.719000', '091755.722000', '091755.725000', '091755.728000', '091755.731000', '091755.733000', '091755.736000', '091755.739000', '091755.742000', '091755.745000', '091755.748000', '091755.751000', '091755.754000', '091755.756000', '091755.759000', '091755.762000', '091755.765000', '091755.768000', '091755.771000', '091755.774000', '091755.777000', '091755.780000', '091755.782000', '091755.785000', '091755.788000', '091755.791000', '091815.671000', '091815.674000', '091815.677000', '091815.680000', '091815.683000', '091815.686000', '091815.689000', '091815.701000', '091815.704000', '091815.707000', '091815.709000', '091815.712000', '091815.723000', '091815.726000', '091815.728000', '091815.731000', '091815.734000', '091815.737000', '091815.740000', '091815.743000', '091815.746000', '091815.749000', '091815.752000', '091815.754000', '091815.757000', '091815.766000', '091815.769000', '091815.772000', '091815.775000', '091815.778000', '091815.781000', '091815.784000', '091815.787000', '091815.790000', '091815.793000', '091815.796000', '091815.799000', '091815.801000', '091815.804000', '091815.807000', '091815.810000', '091815.814000', '091815.817000', '091815.820000', '091835.671000', '091835.674000', '091835.677000', '091835.680000', '091835.683000', '091835.686000', '091835.689000', '091835.692000', '091835.694000', '091835.697000', '091835.700000', '091835.703000', '091835.706000', '091835.709000', '091835.712000', '091835.715000', '091835.717000', '091835.720000', '091835.723000', '091835.726000', '091835.729000', '091835.732000', '091835.735000', '091835.738000', '091835.740000', '091835.743000', '091835.746000', '091835.749000', '091835.752000', '091835.755000', '091835.758000', '091835.761000', '091835.764000', '091835.767000', '091835.770000', '091835.773000', '091835.776000', '091835.780000', '091835.783000', '091835.786000', '091835.789000', '091835.792000', '091835.795000', '091855.671000', '091855.674000', '091855.677000', '091855.680000', '091855.683000', '091855.686000', '091855.688000', '091855.691000', '091855.694000', '091855.697000', '091855.700000', '091855.703000', '091855.706000', '091855.709000', '091855.712000', '091855.714000', '091855.717000', '091855.720000', '091855.723000', '091855.726000', '091855.729000', '091855.732000', '091855.735000', '091855.737000', '091855.740000', '091855.743000', '091855.746000', '091855.749000', '091855.752000', '091855.755000', '091855.758000', '091855.761000', '091855.764000', '091855.767000', '091855.770000', '091855.772000', '091855.775000', '091855.778000', '091855.781000', '091855.784000', '091855.787000', '091855.790000', '091855.793000', '091855.796000', '091915.671000', '091915.674000', '091915.677000', '091915.680000', '091915.683000', '091915.686000', '091915.689000', '091915.691000', '091915.694000', '091915.697000', '091915.700000', '091915.703000', '091915.706000', '091915.709000', '091915.712000', '091915.715000', '091915.723000', '091915.726000', '091915.729000', '091915.732000', '091915.735000', '091915.738000', '091915.741000', '091915.743000', '091915.749000', '091915.752000', '091915.754000', '091915.757000', '091915.760000', '091915.763000', '091915.767000', '091915.769000', '091915.775000', '091915.778000', '091915.781000', '091915.784000', '091915.793000', '091915.795000', '091915.798000', '091915.801000', '091915.804000', '091915.807000', '091915.810000', '091935.671000', '091935.674000', '091935.677000', '091935.680000', '091935.683000', '091935.686000', '091935.689000', '091935.692000', '091935.694000', '091935.697000', '091935.700000', '091935.703000', '091935.706000', '091935.709000', '091935.712000', '091935.715000', '091935.718000', '091935.721000', '091935.723000', '091935.726000', '091935.736000', '091935.739000', '091935.742000', '091935.745000', '091935.748000', '091935.751000', '091935.754000', '091935.757000', '091935.760000', '091935.763000', '091935.766000', '091935.768000', '091935.771000', '091935.774000', '091935.777000', '091935.780000', '091935.783000', '091935.786000', '091935.789000', '091935.792000', '091935.803000', '091935.806000', '091935.809000', '091935.811000', '091955.671000', '091955.674000', '091955.677000', '091955.680000', '091955.683000', '091955.686000', '091955.689000', '091955.691000', '091955.694000', '091955.697000', '091955.700000', '091955.703000', '091955.706000', '091955.709000', '091955.712000', '091955.715000', '091955.718000', '091955.720000', '091955.723000', '091955.726000', '091955.729000', '091955.732000', '091955.744000', '091955.747000', '091955.750000', '091955.753000', '091955.756000', '091955.759000', '091955.761000', '091955.764000', '091955.767000', '091955.775000', '091955.778000', '091955.781000', '091955.784000', '091955.787000', '091955.790000', '091955.792000', '091955.795000', '091955.798000', '091955.801000', '091955.804000', '091955.807000', '092015.670000', '092015.673000', '092015.676000', '092015.679000', '092015.682000', '092015.685000', '092015.688000', '092015.690000', '092015.693000', '092015.696000', '092015.699000', '092015.702000', '092015.705000', '092015.708000', '092015.711000', '092015.714000', '092015.717000', '092015.719000', '092015.722000', '092015.725000', '092015.728000', '092015.731000', '092015.734000', '092015.737000', '092015.740000', '092015.743000', '092015.746000', '092015.749000', '092015.760000', '092015.763000', '092015.766000', '092015.769000', '092015.772000', '092015.775000', '092015.778000', '092015.780000', '092015.783000', '092015.786000', '092015.789000', '092015.792000', '092015.795000', '092015.798000', '092015.801000', '092015.804000', '092035.671000', '092035.674000', '092035.677000', '092035.680000', '092035.683000', '092035.686000', '092035.689000', '092035.691000', '092035.694000', '092035.697000', '092035.700000', '092035.713000', '092035.716000', '092035.719000', '092035.722000', '092035.725000', '092035.728000', '092035.731000', '092035.734000', '092035.737000', '092035.740000', '092035.742000', '092035.745000', '092035.748000', '092035.751000', '092035.754000', '092035.757000', '092035.760000', '092035.763000', '092035.766000', '092035.769000', '092035.772000', '092035.775000', '092035.778000', '092035.780000', '092035.783000', '092035.786000', '092035.789000', '092035.792000', '092035.795000', '092035.798000', '092035.801000', '092035.804000', '092055.671000', '092055.674000', '092055.677000', '092055.680000', '092055.683000', '092055.686000', '092055.689000', '092055.692000', '092055.695000', '092055.698000', '092055.701000', '092055.704000', '092055.707000', '092055.710000', '092055.712000', '092055.715000', '092055.718000', '092055.721000', '092055.724000', '092055.727000', '092055.730000', '092055.733000', '092055.736000', '092055.739000', '092055.741000', '092055.744000', '092055.747000', '092055.750000', '092055.753000', '092055.756000', '092055.759000', '092055.762000', '092055.765000', '092055.768000', '092055.770000', '092055.773000', '092055.776000', '092055.779000', '092055.782000', '092055.785000', '092055.788000', '092055.791000', '092055.802000', '092115.671000', '092115.674000', '092115.677000', '092115.680000', '092115.683000', '092115.686000', '092115.689000', '092115.692000', '092115.695000', '092115.697000', '092115.700000', '092115.703000', '092115.706000', '092115.709000', '092115.712000', '092115.715000', '092115.718000', '092115.721000', '092115.723000', '092115.726000', '092115.729000', '092115.732000', '092115.735000', '092115.738000', '092115.741000', '092115.744000', '092115.747000', '092115.750000', '092115.752000', '092115.755000', '092115.758000', '092115.761000', '092115.764000', '092115.767000', '092115.770000', '092115.773000', '092115.776000', '092115.779000', '092115.782000', '092115.785000', '092115.787000', '092115.790000', '092115.793000', '092115.796000', '092135.671000', '092135.674000', '092135.677000', '092135.688000', '092135.691000', '092135.694000', '092135.697000', '092135.699000', '092135.702000', '092135.705000', '092135.708000', '092135.711000', '092135.714000', '092135.717000', '092135.720000', '092135.723000', '092135.726000', '092135.729000', '092135.732000', '092135.735000', '092135.738000', '092135.740000', '092135.743000', '092135.746000', '092135.749000', '092135.752000', '092135.755000', '092135.758000', '092135.761000', '092135.764000', '092135.767000', '092135.770000', '092135.773000', '092135.776000', '092135.779000', '092135.782000', '092135.785000', '092135.788000', '092135.791000', '092135.793000', '092135.796000', '092135.799000', '092135.802000', '092155.671000', '092155.683000', '092155.686000', '092155.689000', '092155.692000', '092155.695000', '092155.698000', '092155.701000', '092155.703000', '092155.706000', '092155.709000', '092155.712000', '092155.715000', '092155.718000', '092155.721000', '092155.724000', '092155.728000', '092155.731000', '092155.734000', '092155.737000', '092155.740000', '092155.743000', '092155.746000', '092155.749000', '092155.751000', '092155.754000', '092155.757000', '092155.760000', '092155.763000', '092155.766000', '092155.769000', '092155.772000', '092155.775000', '092155.778000', '092155.780000', '092155.783000', '092155.786000', '092155.801000', '092155.804000', '092155.807000', '092155.810000', '092155.813000', '092155.816000', '092155.818000', '092215.336000', '092215.339000', '092215.342000', '092215.352000', '092215.355000', '092215.358000', '092215.361000', '092215.364000', '092215.367000', '092215.370000', '092215.381000', '092215.384000', '092215.387000', '092215.390000', '092215.393000', '092215.396000', '092215.399000', '092215.402000', '092215.405000', '092215.408000', '092215.411000', '092215.415000', '092215.418000', '092215.421000', '092215.424000', '092215.427000', '092215.430000', '092215.433000', '092215.436000', '092215.438000', '092215.441000', '092215.444000', '092215.447000', '092215.450000', '092215.453000', '092215.456000', '092215.459000', '092215.462000', '092215.465000', '092215.468000', '092215.470000', '092215.473000', '092215.476000'], 'InstanceCreationTime': ['091555.710000', '091555.714000', '091555.717000', '091555.719000', '091555.734000', '091555.737000', '091555.740000', '091555.743000', '091555.746000', '091555.749000', '091555.752000', '091555.754000', '091555.758000', '091555.761000', '091555.764000', '091555.767000', '091555.770000', '091555.773000', '091555.776000', '091555.779000', '091555.811000', '091555.814000', '091555.817000', '091555.820000', '091555.823000', '091555.826000', '091555.828000', '091555.831000', '091555.834000', '091555.837000', '091555.840000', '091555.843000', '091555.846000', '091555.849000', '091555.852000', '091555.855000', '091555.858000', '091555.861000', '091555.864000', '091555.873000', '091555.876000', '091555.879000', '091555.882000', '091555.885000', '091555.888000', '091555.891000', '091615.671000', '091615.674000', '091615.677000', '091615.680000', '091615.683000', '091615.686000', '091615.689000', '091615.691000', '091615.695000', '091615.697000', '091615.700000', '091615.703000', '091615.712000', '091615.715000', '091615.718000', '091615.721000', '091615.724000', '091615.727000', '091615.730000', '091615.733000', '091615.736000', '091615.739000', '091615.742000', '091615.744000', '091615.747000', '091615.750000', '091615.753000', '091615.756000', '091615.759000', '091615.762000', '091615.765000', '091615.768000', '091615.771000', '091615.773000', '091615.776000', '091615.779000', '091615.782000', '091615.785000', '091615.794000', '091615.797000', '091615.800000', '091615.802000', '091615.805000', '091615.808000', '091635.671000', '091635.674000', '091635.680000', '091635.682000', '091635.685000', '091635.688000', '091635.691000', '091635.694000', '091635.697000', '091635.700000', '091635.703000', '091635.706000', '091635.710000', '091635.713000', '091635.715000', '091635.718000', '091635.721000', '091635.724000', '091635.727000', '091635.730000', '091635.733000', '091635.736000', '091635.740000', '091635.743000', '091635.746000', '091635.749000', '091635.752000', '091635.756000', '091635.759000', '091635.762000', '091635.765000', '091635.768000', '091635.771000', '091635.781000', '091635.784000', '091635.786000', '091635.791000', '091635.796000', '091635.799000', '091635.802000', '091635.805000', '091635.808000', '091635.810000', '091655.671000', '091655.674000', '091655.677000', '091655.680000', '091655.683000', '091655.686000', '091655.689000', '091655.692000', '091655.701000', '091655.704000', '091655.707000', '091655.710000', '091655.714000', '091655.717000', '091655.720000', '091655.723000', '091655.725000', '091655.728000', '091655.731000', '091655.734000', '091655.737000', '091655.740000', '091655.743000', '091655.746000', '091655.749000', '091655.752000', '091655.761000', '091655.764000', '091655.767000', '091655.770000', '091655.773000', '091655.780000', '091655.784000', '091655.786000', '091655.804000', '091655.807000', '091655.810000', '091655.813000', '091655.816000', '091655.819000', '091655.821000', '091655.824000', '091655.827000', '091655.830000', '091715.671000', '091715.674000', '091715.677000', '091715.680000', '091715.688000', '091715.691000', '091715.694000', '091715.697000', '091715.700000', '091715.702000', '091715.705000', '091715.708000', '091715.711000', '091715.714000', '091715.717000', '091715.720000', '091715.723000', '091715.725000', '091715.728000', '091715.731000', '091715.734000', '091715.737000', '091715.741000', '091715.744000', '091715.747000', '091715.750000', '091715.753000', '091715.756000', '091715.759000', '091715.762000', '091715.765000', '091715.768000', '091715.771000', '091715.774000', '091715.777000', '091715.780000', '091715.782000', '091715.785000', '091715.788000', '091715.791000', '091715.794000', '091715.798000', '091715.801000', '091735.671000', '091735.674000', '091735.677000', '091735.680000', '091735.683000', '091735.685000', '091735.693000', '091735.696000', '091735.699000', '091735.702000', '091735.706000', '091735.709000', '091735.712000', '091735.715000', '091735.718000', '091735.721000', '091735.723000', '091735.726000', '091735.732000', '091735.735000', '091735.738000', '091735.741000', '091735.743000', '091735.747000', '091735.750000', '091735.753000', '091735.756000', '091735.758000', '091735.762000', '091735.764000', '091735.767000', '091735.770000', '091735.773000', '091735.776000', '091735.794000', '091735.797000', '091735.800000', '091735.802000', '091735.805000', '091735.808000', '091735.811000', '091735.814000', '091735.817000', '091735.820000', '091755.670000', '091755.673000', '091755.676000', '091755.679000', '091755.682000', '091755.685000', '091755.687000', '091755.690000', '091755.693000', '091755.696000', '091755.699000', '091755.702000', '091755.705000', '091755.708000', '091755.710000', '091755.713000', '091755.716000', '091755.719000', '091755.722000', '091755.725000', '091755.728000', '091755.731000', '091755.733000', '091755.736000', '091755.739000', '091755.742000', '091755.745000', '091755.748000', '091755.751000', '091755.754000', '091755.756000', '091755.759000', '091755.762000', '091755.765000', '091755.768000', '091755.771000', '091755.774000', '091755.777000', '091755.780000', '091755.782000', '091755.785000', '091755.788000', '091755.791000', '091815.671000', '091815.674000', '091815.677000', '091815.680000', '091815.683000', '091815.686000', '091815.689000', '091815.701000', '091815.704000', '091815.707000', '091815.709000', '091815.712000', '091815.723000', '091815.726000', '091815.728000', '091815.731000', '091815.734000', '091815.737000', '091815.740000', '091815.743000', '091815.746000', '091815.749000', '091815.752000', '091815.754000', '091815.757000', '091815.766000', '091815.769000', '091815.772000', '091815.775000', '091815.778000', '091815.781000', '091815.784000', '091815.787000', '091815.790000', '091815.793000', '091815.796000', '091815.799000', '091815.801000', '091815.804000', '091815.807000', '091815.810000', '091815.814000', '091815.817000', '091815.820000', '091835.671000', '091835.674000', '091835.677000', '091835.680000', '091835.683000', '091835.686000', '091835.689000', '091835.692000', '091835.694000', '091835.697000', '091835.700000', '091835.703000', '091835.706000', '091835.709000', '091835.712000', '091835.715000', '091835.717000', '091835.720000', '091835.723000', '091835.726000', '091835.729000', '091835.732000', '091835.735000', '091835.738000', '091835.740000', '091835.743000', '091835.746000', '091835.749000', '091835.752000', '091835.755000', '091835.758000', '091835.761000', '091835.764000', '091835.767000', '091835.770000', '091835.773000', '091835.776000', '091835.780000', '091835.783000', '091835.786000', '091835.789000', '091835.792000', '091835.795000', '091855.671000', '091855.674000', '091855.677000', '091855.680000', '091855.683000', '091855.686000', '091855.688000', '091855.691000', '091855.694000', '091855.697000', '091855.700000', '091855.703000', '091855.706000', '091855.709000', '091855.712000', '091855.714000', '091855.717000', '091855.720000', '091855.723000', '091855.726000', '091855.729000', '091855.732000', '091855.735000', '091855.737000', '091855.740000', '091855.743000', '091855.746000', '091855.749000', '091855.752000', '091855.755000', '091855.758000', '091855.761000', '091855.764000', '091855.767000', '091855.770000', '091855.772000', '091855.775000', '091855.778000', '091855.781000', '091855.784000', '091855.787000', '091855.790000', '091855.793000', '091855.796000', '091915.671000', '091915.674000', '091915.677000', '091915.680000', '091915.683000', '091915.686000', '091915.689000', '091915.691000', '091915.694000', '091915.697000', '091915.700000', '091915.703000', '091915.706000', '091915.709000', '091915.712000', '091915.715000', '091915.723000', '091915.726000', '091915.729000', '091915.732000', '091915.735000', '091915.738000', '091915.741000', '091915.743000', '091915.749000', '091915.752000', '091915.754000', '091915.757000', '091915.760000', '091915.763000', '091915.767000', '091915.769000', '091915.775000', '091915.778000', '091915.781000', '091915.784000', '091915.793000', '091915.795000', '091915.798000', '091915.801000', '091915.804000', '091915.807000', '091915.810000', '091935.671000', '091935.674000', '091935.677000', '091935.680000', '091935.683000', '091935.686000', '091935.689000', '091935.692000', '091935.694000', '091935.697000', '091935.700000', '091935.703000', '091935.706000', '091935.709000', '091935.712000', '091935.715000', '091935.718000', '091935.721000', '091935.723000', '091935.726000', '091935.736000', '091935.739000', '091935.742000', '091935.745000', '091935.748000', '091935.751000', '091935.754000', '091935.757000', '091935.760000', '091935.763000', '091935.766000', '091935.768000', '091935.771000', '091935.774000', '091935.777000', '091935.780000', '091935.783000', '091935.786000', '091935.789000', '091935.792000', '091935.803000', '091935.806000', '091935.809000', '091935.811000', '091955.671000', '091955.674000', '091955.677000', '091955.680000', '091955.683000', '091955.686000', '091955.689000', '091955.691000', '091955.694000', '091955.697000', '091955.700000', '091955.703000', '091955.706000', '091955.709000', '091955.712000', '091955.715000', '091955.718000', '091955.720000', '091955.723000', '091955.726000', '091955.729000', '091955.732000', '091955.744000', '091955.747000', '091955.750000', '091955.753000', '091955.756000', '091955.759000', '091955.761000', '091955.764000', '091955.767000', '091955.775000', '091955.778000', '091955.781000', '091955.784000', '091955.787000', '091955.790000', '091955.792000', '091955.795000', '091955.798000', '091955.801000', '091955.804000', '091955.807000', '092015.670000', '092015.673000', '092015.676000', '092015.679000', '092015.682000', '092015.685000', '092015.688000', '092015.690000', '092015.693000', '092015.696000', '092015.699000', '092015.702000', '092015.705000', '092015.708000', '092015.711000', '092015.714000', '092015.717000', '092015.719000', '092015.722000', '092015.725000', '092015.728000', '092015.731000', '092015.734000', '092015.737000', '092015.740000', '092015.743000', '092015.746000', '092015.749000', '092015.760000', '092015.763000', '092015.766000', '092015.769000', '092015.772000', '092015.775000', '092015.778000', '092015.780000', '092015.783000', '092015.786000', '092015.789000', '092015.792000', '092015.795000', '092015.798000', '092015.801000', '092015.804000', '092035.671000', '092035.674000', '092035.677000', '092035.680000', '092035.683000', '092035.686000', '092035.689000', '092035.691000', '092035.694000', '092035.697000', '092035.700000', '092035.713000', '092035.716000', '092035.719000', '092035.722000', '092035.725000', '092035.728000', '092035.731000', '092035.734000', '092035.737000', '092035.740000', '092035.742000', '092035.745000', '092035.748000', '092035.751000', '092035.754000', '092035.757000', '092035.760000', '092035.763000', '092035.766000', '092035.769000', '092035.772000', '092035.775000', '092035.778000', '092035.780000', '092035.783000', '092035.786000', '092035.789000', '092035.792000', '092035.795000', '092035.798000', '092035.801000', '092035.804000', '092055.671000', '092055.674000', '092055.677000', '092055.680000', '092055.683000', '092055.686000', '092055.689000', '092055.692000', '092055.695000', '092055.698000', '092055.701000', '092055.704000', '092055.707000', '092055.710000', '092055.712000', '092055.715000', '092055.718000', '092055.721000', '092055.724000', '092055.727000', '092055.730000', '092055.733000', '092055.736000', '092055.739000', '092055.741000', '092055.744000', '092055.747000', '092055.750000', '092055.753000', '092055.756000', '092055.759000', '092055.762000', '092055.765000', '092055.768000', '092055.770000', '092055.773000', '092055.776000', '092055.779000', '092055.782000', '092055.785000', '092055.788000', '092055.791000', '092055.802000', '092115.671000', '092115.674000', '092115.677000', '092115.680000', '092115.683000', '092115.686000', '092115.689000', '092115.692000', '092115.695000', '092115.697000', '092115.700000', '092115.703000', '092115.706000', '092115.709000', '092115.712000', '092115.715000', '092115.718000', '092115.721000', '092115.723000', '092115.726000', '092115.729000', '092115.732000', '092115.735000', '092115.738000', '092115.741000', '092115.744000', '092115.747000', '092115.750000', '092115.752000', '092115.755000', '092115.758000', '092115.761000', '092115.764000', '092115.767000', '092115.770000', '092115.773000', '092115.776000', '092115.779000', '092115.782000', '092115.785000', '092115.787000', '092115.790000', '092115.793000', '092115.796000', '092135.671000', '092135.674000', '092135.677000', '092135.688000', '092135.691000', '092135.694000', '092135.697000', '092135.699000', '092135.702000', '092135.705000', '092135.708000', '092135.711000', '092135.714000', '092135.717000', '092135.720000', '092135.723000', '092135.726000', '092135.729000', '092135.732000', '092135.735000', '092135.738000', '092135.740000', '092135.743000', '092135.746000', '092135.749000', '092135.752000', '092135.755000', '092135.758000', '092135.761000', '092135.764000', '092135.767000', '092135.770000', '092135.773000', '092135.776000', '092135.779000', '092135.782000', '092135.785000', '092135.788000', '092135.791000', '092135.793000', '092135.796000', '092135.799000', '092135.802000', '092155.671000', '092155.683000', '092155.686000', '092155.689000', '092155.692000', '092155.695000', '092155.698000', '092155.701000', '092155.703000', '092155.706000', '092155.709000', '092155.712000', '092155.715000', '092155.718000', '092155.721000', '092155.724000', '092155.728000', '092155.731000', '092155.734000', '092155.737000', '092155.740000', '092155.743000', '092155.746000', '092155.749000', '092155.751000', '092155.754000', '092155.757000', '092155.760000', '092155.763000', '092155.766000', '092155.769000', '092155.772000', '092155.775000', '092155.778000', '092155.780000', '092155.783000', '092155.786000', '092155.801000', '092155.804000', '092155.807000', '092155.810000', '092155.813000', '092155.816000', '092155.818000', '092215.336000', '092215.339000', '092215.342000', '092215.352000', '092215.355000', '092215.358000', '092215.361000', '092215.364000', '092215.367000', '092215.370000', '092215.381000', '092215.384000', '092215.387000', '092215.390000', '092215.393000', '092215.396000', '092215.399000', '092215.402000', '092215.405000', '092215.408000', '092215.411000', '092215.415000', '092215.418000', '092215.421000', '092215.424000', '092215.427000', '092215.430000', '092215.433000', '092215.436000', '092215.438000', '092215.441000', '092215.444000', '092215.447000', '092215.450000', '092215.453000', '092215.456000', '092215.459000', '092215.462000', '092215.465000', '092215.468000', '092215.470000', '092215.473000', '092215.476000'], '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': [9525, 9579, 12973, 9048, 10150, 13582, 9264, 10295, 13559, 11002, 10686, 15449, 8704, 11253, 11042, 9142, 12193, 8094, 8822, 12532, 8561, 10525, 13389, 9483, 9254, 12657, 8951, 11335, 15608, 10264, 11199, 8882, 9326, 12470, 9411, 9406, 13277, 8531, 10518, 14095, 10022, 9743, 15414, 9199, 11574, 13594, 8832, 11150, 8335, 9109, 12319, 11471, 8688, 11509, 7806, 9321, 13138, 9282, 10146, 13382, 9339, 10697, 13894, 10136, 10960, 13952, 9475, 10537, 12019, 8730, 11919, 9375, 8976, 12696, 8786, 9989, 12880, 8568, 9923, 13594, 10119, 11100, 14777, 8853, 11447, 8570, 9638, 12392, 8158, 9948, 13325, 10086, 10501, 13875, 8639, 10501, 15002, 9636, 10930, 13892, 8827, 11170, 8272, 8846, 12443, 8590, 9179, 12778, 9233, 10734, 13334, 10030, 10627, 15490, 9224, 11160, 14292, 9536, 10401, 14846, 9204, 11269, 15274, 8970, 10963, 9978, 8809, 12027, 11354, 8675, 11990, 8400, 9903, 13213, 9545, 9261, 12826, 8514, 9502, 13224, 9327, 8820, 12607, 8628, 10177, 13831, 10585, 9806, 13315, 9158, 9930, 13458, 10418, 9867, 13225, 9081, 9411, 13174, 10159, 10295, 13106, 9391, 9547, 12981, 9053, 10143, 12555, 9550, 9317, 12687, 8862, 10939, 14009, 9084, 11325, 8828, 10713, 9667, 9356, 13419, 7909, 9392, 13001, 9153, 8411, 11344, 7876, 8909, 13148, 9296, 8674, 11673, 8261, 8612, 12956, 9089, 9813, 13073, 8309, 9626, 13131, 9060, 10157, 13011, 9474, 9489, 13090, 10252, 9922, 12923, 10127, 9260, 14176, 8870, 11636, 12421, 8402, 12458, 9418, 9354, 13046, 8809, 9165, 13573, 10432, 10228, 14177, 9338, 10057, 15546, 9586, 10872, 16250, 8939, 10705, 14148, 8376, 10795, 15155, 9555, 10478, 10748, 8224, 11816, 11344, 8671, 11816, 8472, 9349, 12537, 8734, 9117, 13022, 8913, 10191, 13154, 8956, 9184, 12868, 9685, 10307, 13748, 10050, 9977, 15234, 9255, 11116, 15510, 9514, 10342, 10245, 8317, 11971, 12763, 8572, 10719, 8082, 9126, 12513, 9402, 9258, 13036, 8361, 10032, 13060, 9123, 9493, 13518, 9647, 10352, 13496, 10199, 9945, 14989, 8833, 10944, 15818, 9629, 10594, 8252, 8686, 12312, 9115, 9228, 12194, 8068, 9101, 13314, 9501, 9112, 12987, 8257, 9534, 13710, 10257, 9951, 13782, 9761, 9468, 14710, 9010, 10592, 15517, 9420, 10066, 9339, 8541, 11983, 9003, 9259, 12033, 8251, 10010, 13321, 9138, 9121, 12145, 8223, 9014, 12945, 9256, 10022, 12865, 9593, 10115, 14080, 8811, 10963, 8664, 8763, 12183, 8593, 9484, 12386, 8574, 10208, 14733, 9744, 10975, 12122, 8144, 11210, 9915, 9145, 12280, 8504, 10089, 10888, 9360, 14430, 9342, 12747, 9731, 10251, 16576, 8223, 11043, 16083, 9628, 10147, 11082, 8336, 11672, 10882, 8710, 11800, 8151, 9784, 13552, 10003, 9831, 14266, 8471, 11790, 12042, 8440, 11854, 9184, 9560, 12380, 8740, 10111, 13369, 9847, 9827, 13242, 9626, 10056, 15123, 9605, 10363, 13172, 8477, 11103, 8561, 9302, 12106, 8273, 9318, 13235, 10023, 10140, 13424, 9581, 9836, 13434, 8714, 11578, 10689, 9070, 12183, 8818, 11279, 14184, 10764, 10456, 10626, 8394, 11935, 11032, 8607, 11477, 8061, 9635, 13096, 9223, 9560, 12956, 8543, 10037, 13370, 10661, 10372, 12710, 8603, 11644, 9502, 9474, 12308, 8145, 9831, 13452, 10499, 10547, 13877, 9468, 10687, 14221, 9346, 11178, 8894, 8636, 12023, 8856, 9048, 12060, 8570, 9351, 13308, 9042, 9704, 12836, 9586, 10736, 11731, 8778, 11893, 8478, 9507, 13464, 10399, 10878, 9566, 8772, 13335, 8940, 10333, 13847, 9105, 10501, 12757, 8430, 11461, 8076, 9089, 13184, 9852, 10240, 15176, 8861, 11439, 9680, 9811, 12831, 8020, 9767, 13810, 10562, 10451, 9068, 8558, 12142, 9317, 10461, 15520, 8843, 11109, 10635, 9281, 11887, 8459, 9727, 13870, 9872, 10697, 11279, 8567, 12530, 8522, 9947, 12935, 8861, 10348, 11996, 8811, 11391, 7922, 9405, 13278, 10435, 10204, 14621, 8083, 10919, 15342, 8909, 10492, 10055, 8342, 11696, 8452, 9616, 12154, 8911, 10049, 15011, 9519, 10875, 10058, 8330, 11796, 8768, 9469, 12831, 8712, 9840, 13597, 10209, 10358, 13045, 8489, 11627, 8380, 9135, 12196, 8412, 9881, 15286, 9336, 10929, 9957, 8398, 12638, 9067, 10170, 14596, 9087, 11194, 8655, 10732, 9550, 9723, 12804, 7848, 11805, 14430, 8512, 12138, 10635, 8675, 12197, 9036, 8892, 13463, 8937, 9349, 12694, 8353, 8892, 12903, 9888, 9984, 14659, 9233, 11083, 10115, 8921, 13824, 8552, 8539, 13247, 8002, 9010, 12882, 8830, 9165, 13665, 9294, 9832, 13544, 9475, 10151, 13849, 10817, 10325, 13911, 9858, 10714, 15274, 10365, 10470, 14519, 9040, 11475, 15078, 9410, 11008, 14101, 8970, 11669, 13735, 8685, 11459, 14599, 8735, 11612, 13707, 8885, 11613, 14425, 8934, 11888, 13355, 8650, 11542, 15119, 9021, 11410, 13902, 9047, 11291, 13999, 10377, 10288, 13494, 9148, 12003, 11141, 9034, 12233, 8449, 9400, 13934, 10097, 9347, 13472, 8092, 9078, 13732, 9959, 9428, 13525, 8743, 9190, 13479, 10221, 10235, 14232, 10477, 11181, 12270, 8611, 12055, 12523, 8871, 12192, 8295, 9748, 13987, 9663, 9229, 13311, 8335, 10052, 14003, 10279, 9359, 14430, 8756, 11171, 15978, 9970, 10023, 10324, 8137, 11991, 9744, 9199, 11836, 8128, 8528, 13063, 8990, 9051, 13092, 8335, 9429, 13414, 9695, 9741, 13589, 9341, 9628, 13230, 9779, 9884, 13036, 10213, 9631, 11976, 8114, 11352, 12003, 8501, 11721, 8232, 9139, 12818, 9095, 9275, 13545, 8823, 10027, 13906, 9646, 9598, 13652, 9534, 10783, 14182, 10935, 10740, 11985, 8528, 12132, 13829, 8955, 11564, 8700, 8964, 13434, 10012, 9372, 12836, 8149, 9671, 14255, 10042, 9274, 13178, 8515, 9698, 13849, 9685, 9371, 13267, 9722, 9538, 14681, 8742, 11129, 15107, 9096, 11247, 9623, 8574, 12594, 13069, 8765, 11242, 8265, 8468, 13491, 9887, 9277, 12729, 8411, 9055, 13445, 9077, 9355, 12447, 8683, 9008, 13372, 8778, 9467, 13165, 9061, 8868, 12661, 8279, 9254, 13379, 9234, 9010, 12132, 7940, 9360, 13645, 12029, 10168, 7882, 7515, 6969, 9809, 13391, 9214, 8967, 13303, 9438, 9447, 13391, 9367, 10001, 14222, 9320, 10042, 13572, 10308, 11279, 9348], 'WindowCenter': [4208.0, 4202.0, 4220.0, 4172.0, 4179.0, 4190.0, 4158.0, 4181.0, 4197.0, 4179.0, 4167.0, 4197.0, 4158.0, 4178.0, 4179.0, 4156.0, 4176.0, 4145.0, 4153.0, 4188.0, 4156.0, 4181.0, 4198.0, 4164.0, 4169.0, 4181.0, 4155.0, 4193.0, 4223.0, 4180.0, 4179.0, 4152.0, 4158.0, 4191.0, 4169.0, 4157.0, 4187.0, 4140.0, 4162.0, 4198.0, 4166.0, 4154.0, 4196.0, 4154.0, 4177.0, 4197.0, 4155.0, 4172.0, 4143.0, 4157.0, 4190.0, 4175.0, 4144.0, 4174.0, 4132.0, 4167.0, 4198.0, 4156.0, 4167.0, 4186.0, 4168.0, 4178.0, 4197.0, 4166.0, 4177.0, 4199.0, 4167.0, 4178.0, 4186.0, 4154.0, 4176.0, 4155.0, 4156.0, 4188.0, 4145.0, 4165.0, 4185.0, 4157.0, 4163.0, 4185.0, 4160.0, 4175.0, 4195.0, 4156.0, 4175.0, 4144.0, 4154.0, 4174.0, 4143.0, 4166.0, 4184.0, 4166.0, 4164.0, 4182.0, 4155.0, 4178.0, 4194.0, 4155.0, 4177.0, 4210.0, 4157.0, 4190.0, 4145.0, 4156.0, 4189.0, 4164.0, 4169.0, 4197.0, 4164.0, 4179.0, 4199.0, 4179.0, 4179.0, 4209.0, 4157.0, 4177.0, 4193.0, 4168.0, 4179.0, 4193.0, 4157.0, 4178.0, 4210.0, 4154.0, 4179.0, 4166.0, 4156.0, 4189.0, 4179.0, 4157.0, 4189.0, 4145.0, 4167.0, 4197.0, 4167.0, 4156.0, 4186.0, 4142.0, 4166.0, 4199.0, 4156.0, 4157.0, 4184.0, 4154.0, 4178.0, 4198.0, 4166.0, 4166.0, 4186.0, 4156.0, 4168.0, 4187.0, 4167.0, 4162.0, 4185.0, 4152.0, 4155.0, 4186.0, 4150.0, 4153.0, 4185.0, 4154.0, 4154.0, 4183.0, 4153.0, 4164.0, 4185.0, 4167.0, 4169.0, 4199.0, 4168.0, 4179.0, 4209.0, 4169.0, 4190.0, 4170.0, 4195.0, 4182.0, 4169.0, 4201.0, 4146.0, 4158.0, 4199.0, 4156.0, 4145.0, 4160.0, 4133.0, 4154.0, 4184.0, 4154.0, 4144.0, 4163.0, 4140.0, 4156.0, 4186.0, 4156.0, 4166.0, 4185.0, 4155.0, 4166.0, 4188.0, 4155.0, 4165.0, 4183.0, 4166.0, 4167.0, 4187.0, 4165.0, 4163.0, 4199.0, 4166.0, 4170.0, 4197.0, 4155.0, 4189.0, 4188.0, 4157.0, 4190.0, 4168.0, 4167.0, 4188.0, 4158.0, 4169.0, 4188.0, 4167.0, 4166.0, 4186.0, 4156.0, 4167.0, 4206.0, 4150.0, 4165.0, 4206.0, 4155.0, 4165.0, 4185.0, 4141.0, 4175.0, 4195.0, 4150.0, 4166.0, 4163.0, 4144.0, 4188.0, 4173.0, 4156.0, 4177.0, 4144.0, 4157.0, 4188.0, 4157.0, 4157.0, 4187.0, 4155.0, 4166.0, 4187.0, 4156.0, 4157.0, 4186.0, 4162.0, 4168.0, 4196.0, 4168.0, 4168.0, 4196.0, 4155.0, 4177.0, 4209.0, 4166.0, 4166.0, 4165.0, 4144.0, 4189.0, 4187.0, 4155.0, 4166.0, 4143.0, 4156.0, 4186.0, 4168.0, 4158.0, 4199.0, 4146.0, 4167.0, 4188.0, 4169.0, 4169.0, 4197.0, 4166.0, 4167.0, 4199.0, 4167.0, 4168.0, 4197.0, 4157.0, 4176.0, 4203.0, 4166.0, 4166.0, 4144.0, 4153.0, 4189.0, 4155.0, 4168.0, 4188.0, 4144.0, 4169.0, 4194.0, 4168.0, 4156.0, 4185.0, 4146.0, 4166.0, 4198.0, 4165.0, 4166.0, 4197.0, 4165.0, 4156.0, 4196.0, 4144.0, 4178.0, 4197.0, 4154.0, 4150.0, 4153.0, 4142.0, 4176.0, 4142.0, 4155.0, 4172.0, 4142.0, 4166.0, 4182.0, 4151.0, 4152.0, 4174.0, 4144.0, 4155.0, 4185.0, 4153.0, 4165.0, 4184.0, 4166.0, 4166.0, 4198.0, 4156.0, 4175.0, 4139.0, 4157.0, 4187.0, 4144.0, 4155.0, 4185.0, 4157.0, 4173.0, 4208.0, 4167.0, 4176.0, 4186.0, 4143.0, 4177.0, 4167.0, 4171.0, 4188.0, 4157.0, 4180.0, 4179.0, 4169.0, 4208.0, 4179.0, 4200.0, 4171.0, 4177.0, 4221.0, 4143.0, 4179.0, 4224.0, 4168.0, 4167.0, 4176.0, 4140.0, 4178.0, 4178.0, 4144.0, 4174.0, 4133.0, 4154.0, 4196.0, 4167.0, 4167.0, 4197.0, 4144.0, 4177.0, 4182.0, 4153.0, 4177.0, 4156.0, 4157.0, 4187.0, 4145.0, 4176.0, 4187.0, 4166.0, 4165.0, 4186.0, 4168.0, 4169.0, 4193.0, 4167.0, 4167.0, 4194.0, 4159.0, 4177.0, 4155.0, 4153.0, 4187.0, 4143.0, 4169.0, 4196.0, 4167.0, 4167.0, 4201.0, 4169.0, 4168.0, 4196.0, 4157.0, 4191.0, 4174.0, 4170.0, 4191.0, 4157.0, 4180.0, 4207.0, 4179.0, 4178.0, 4164.0, 4146.0, 4189.0, 4178.0, 4146.0, 4177.0, 4134.0, 4166.0, 4195.0, 4168.0, 4167.0, 4186.0, 4154.0, 4164.0, 4197.0, 4179.0, 4167.0, 4185.0, 4157.0, 4177.0, 4163.0, 4157.0, 4176.0, 4134.0, 4170.0, 4188.0, 4166.0, 4166.0, 4185.0, 4157.0, 4168.0, 4186.0, 4155.0, 4165.0, 4142.0, 4146.0, 4175.0, 4143.0, 4142.0, 4173.0, 4156.0, 4169.0, 4199.0, 4155.0, 4167.0, 4187.0, 4168.0, 4179.0, 4189.0, 4158.0, 4178.0, 4146.0, 4169.0, 4199.0, 4169.0, 4174.0, 4164.0, 4159.0, 4195.0, 4157.0, 4167.0, 4198.0, 4158.0, 4178.0, 4188.0, 4146.0, 4174.0, 4147.0, 4168.0, 4199.0, 4167.0, 4168.0, 4208.0, 4168.0, 4188.0, 4168.0, 4167.0, 4187.0, 4144.0, 4167.0, 4187.0, 4166.0, 4166.0, 4157.0, 4157.0, 4187.0, 4156.0, 4166.0, 4208.0, 4158.0, 4176.0, 4178.0, 4156.0, 4171.0, 4157.0, 4166.0, 4198.0, 4165.0, 4166.0, 4173.0, 4157.0, 4187.0, 4143.0, 4155.0, 4171.0, 4156.0, 4165.0, 4169.0, 4144.0, 4164.0, 4144.0, 4157.0, 4185.0, 4163.0, 4166.0, 4195.0, 4146.0, 4177.0, 4196.0, 4140.0, 4162.0, 4165.0, 4158.0, 4178.0, 4143.0, 4156.0, 4176.0, 4158.0, 4164.0, 4205.0, 4166.0, 4178.0, 4163.0, 4157.0, 4189.0, 4156.0, 4166.0, 4187.0, 4156.0, 4168.0, 4199.0, 4165.0, 4164.0, 4188.0, 4157.0, 4178.0, 4144.0, 4155.0, 4185.0, 4158.0, 4169.0, 4210.0, 4159.0, 4178.0, 4163.0, 4159.0, 4201.0, 4158.0, 4169.0, 4207.0, 4171.0, 4179.0, 4161.0, 4192.0, 4170.0, 4171.0, 4200.0, 4149.0, 4186.0, 4200.0, 4158.0, 4175.0, 4167.0, 4145.0, 4172.0, 4144.0, 4145.0, 4182.0, 4142.0, 4142.0, 4167.0, 4143.0, 4156.0, 4184.0, 4166.0, 4166.0, 4196.0, 4165.0, 4179.0, 4166.0, 4181.0, 4211.0, 4158.0, 4157.0, 4187.0, 4160.0, 4160.0, 4189.0, 4157.0, 4168.0, 4200.0, 4158.0, 4168.0, 4187.0, 4168.0, 4176.0, 4199.0, 4178.0, 4169.0, 4185.0, 4164.0, 4179.0, 4196.0, 4165.0, 4167.0, 4196.0, 4158.0, 4178.0, 4198.0, 4156.0, 4167.0, 4193.0, 4155.0, 4178.0, 4198.0, 4142.0, 4177.0, 4198.0, 4159.0, 4179.0, 4198.0, 4156.0, 4173.0, 4199.0, 4156.0, 4179.0, 4187.0, 4145.0, 4177.0, 4209.0, 4156.0, 4178.0, 4186.0, 4155.0, 4191.0, 4208.0, 4179.0, 4168.0, 4198.0, 4169.0, 4189.0, 4173.0, 4170.0, 4187.0, 4155.0, 4183.0, 4214.0, 4180.0, 4171.0, 4185.0, 4147.0, 4170.0, 4200.0, 4164.0, 4154.0, 4183.0, 4160.0, 4169.0, 4199.0, 4166.0, 4169.0, 4200.0, 4179.0, 4176.0, 4188.0, 4157.0, 4189.0, 4189.0, 4156.0, 4177.0, 4142.0, 4151.0, 4194.0, 4155.0, 4155.0, 4185.0, 4141.0, 4152.0, 4185.0, 4153.0, 4153.0, 4183.0, 4155.0, 4178.0, 4207.0, 4153.0, 4151.0, 4152.0, 4145.0, 4173.0, 4154.0, 4155.0, 4175.0, 4132.0, 4145.0, 4194.0, 4144.0, 4144.0, 4173.0, 4141.0, 4155.0, 4184.0, 4153.0, 4154.0, 4183.0, 4155.0, 4153.0, 4180.0, 4154.0, 4165.0, 4186.0, 4165.0, 4156.0, 4174.0, 4145.0, 4179.0, 4188.0, 4157.0, 4186.0, 4146.0, 4156.0, 4198.0, 4169.0, 4170.0, 4199.0, 4156.0, 4165.0, 4201.0, 4167.0, 4158.0, 4187.0, 4156.0, 4178.0, 4199.0, 4178.0, 4178.0, 4177.0, 4156.0, 4191.0, 4199.0, 4153.0, 4177.0, 4145.0, 4155.0, 4201.0, 4168.0, 4156.0, 4189.0, 4145.0, 4164.0, 4197.0, 4166.0, 4152.0, 4185.0, 4145.0, 4169.0, 4197.0, 4166.0, 4155.0, 4186.0, 4166.0, 4165.0, 4206.0, 4157.0, 4189.0, 4211.0, 4169.0, 4191.0, 4167.0, 4157.0, 4201.0, 4197.0, 4156.0, 4176.0, 4144.0, 4158.0, 4199.0, 4166.0, 4156.0, 4172.0, 4144.0, 4155.0, 4183.0, 4143.0, 4142.0, 4174.0, 4144.0, 4143.0, 4185.0, 4140.0, 4152.0, 4185.0, 4143.0, 4143.0, 4173.0, 4131.0, 4152.0, 4184.0, 4140.0, 4142.0, 4171.0, 4141.0, 4157.0, 4211.0, 4190.0, 4167.0, 4145.0, 4134.0, 4135.0, 4181.0, 4199.0, 4153.0, 4150.0, 4187.0, 4155.0, 4155.0, 4187.0, 4155.0, 4166.0, 4197.0, 4153.0, 4164.0, 4186.0, 4154.0, 4177.0, 4155.0], 'WindowWidth': [9350.0, 9329.0, 9350.0, 9272.0, 9275.0, 9287.0, 9241.0, 9275.0, 9295.0, 9268.0, 9250.0, 9292.0, 9240.0, 9268.0, 9267.0, 9232.0, 9259.0, 9219.0, 9230.0, 9280.0, 9235.0, 9275.0, 9299.0, 9247.0, 9256.0, 9267.0, 9233.0, 9295.0, 9336.0, 9273.0, 9271.0, 9227.0, 9238.0, 9290.0, 9255.0, 9237.0, 9278.0, 9208.0, 9238.0, 9297.0, 9247.0, 9229.0, 9291.0, 9227.0, 9263.0, 9295.0, 9230.0, 9253.0, 9212.0, 9238.0, 9286.0, 9258.0, 9215.0, 9255.0, 9198.0, 9253.0, 9295.0, 9235.0, 9249.0, 9276.0, 9253.0, 9266.0, 9293.0, 9246.0, 9263.0, 9299.0, 9249.0, 9265.0, 9275.0, 9228.0, 9261.0, 9232.0, 9236.0, 9282.0, 9217.0, 9244.0, 9273.0, 9237.0, 9241.0, 9275.0, 9235.0, 9257.0, 9287.0, 9235.0, 9259.0, 9214.0, 9227.0, 9254.0, 9214.0, 9251.0, 9272.0, 9246.0, 9242.0, 9266.0, 9231.0, 9266.0, 9286.0, 9231.0, 9262.0, 9316.0, 9238.0, 9285.0, 9218.0, 9235.0, 9283.0, 9249.0, 9255.0, 9294.0, 9246.0, 9268.0, 9300.0, 9271.0, 9272.0, 9312.0, 9235.0, 9264.0, 9286.0, 9255.0, 9270.0, 9286.0, 9236.0, 9267.0, 9315.0, 9233.0, 9270.0, 9249.0, 9235.0, 9285.0, 9270.0, 9239.0, 9283.0, 9217.0, 9249.0, 9297.0, 9251.0, 9235.0, 9276.0, 9211.0, 9248.0, 9297.0, 9236.0, 9237.0, 9270.0, 9229.0, 9267.0, 9294.0, 9248.0, 9248.0, 9276.0, 9236.0, 9255.0, 9279.0, 9249.0, 9238.0, 9272.0, 9226.0, 9231.0, 9275.0, 9220.0, 9224.0, 9273.0, 9230.0, 9228.0, 9267.0, 9226.0, 9244.0, 9276.0, 9253.0, 9257.0, 9298.0, 9255.0, 9271.0, 9312.0, 9257.0, 9285.0, 9262.0, 9301.0, 9277.0, 9256.0, 9302.0, 9221.0, 9237.0, 9303.0, 9233.0, 9216.0, 9233.0, 9197.0, 9231.0, 9272.0, 9226.0, 9212.0, 9237.0, 9209.0, 9236.0, 9276.0, 9232.0, 9246.0, 9272.0, 9234.0, 9249.0, 9280.0, 9230.0, 9242.0, 9266.0, 9248.0, 9249.0, 9277.0, 9245.0, 9243.0, 9299.0, 9248.0, 9258.0, 9290.0, 9233.0, 9283.0, 9280.0, 9239.0, 9286.0, 9253.0, 9251.0, 9281.0, 9240.0, 9254.0, 9282.0, 9248.0, 9245.0, 9276.0, 9233.0, 9248.0, 9305.0, 9220.0, 9242.0, 9306.0, 9229.0, 9245.0, 9271.0, 9206.0, 9258.0, 9287.0, 9222.0, 9248.0, 9240.0, 9216.0, 9279.0, 9256.0, 9232.0, 9262.0, 9213.0, 9233.0, 9281.0, 9236.0, 9235.0, 9276.0, 9229.0, 9245.0, 9279.0, 9235.0, 9236.0, 9275.0, 9240.0, 9252.0, 9294.0, 9253.0, 9252.0, 9289.0, 9230.0, 9262.0, 9314.0, 9247.0, 9246.0, 9243.0, 9215.0, 9282.0, 9278.0, 9232.0, 9246.0, 9212.0, 9232.0, 9277.0, 9254.0, 9239.0, 9298.0, 9220.0, 9250.0, 9281.0, 9257.0, 9255.0, 9292.0, 9247.0, 9250.0, 9298.0, 9250.0, 9251.0, 9293.0, 9238.0, 9265.0, 9300.0, 9248.0, 9247.0, 9215.0, 9230.0, 9285.0, 9232.0, 9252.0, 9279.0, 9217.0, 9257.0, 9289.0, 9250.0, 9232.0, 9273.0, 9221.0, 9248.0, 9294.0, 9244.0, 9245.0, 9293.0, 9246.0, 9234.0, 9289.0, 9213.0, 9266.0, 9294.0, 9228.0, 9221.0, 9223.0, 9210.0, 9261.0, 9209.0, 9229.0, 9251.0, 9208.0, 9247.0, 9269.0, 9221.0, 9223.0, 9254.0, 9216.0, 9232.0, 9271.0, 9226.0, 9242.0, 9270.0, 9249.0, 9248.0, 9293.0, 9233.0, 9259.0, 9205.0, 9238.0, 9278.0, 9216.0, 9231.0, 9272.0, 9238.0, 9259.0, 9309.0, 9251.0, 9261.0, 9275.0, 9218.0, 9264.0, 9249.0, 9263.0, 9281.0, 9236.0, 9271.0, 9269.0, 9256.0, 9312.0, 9273.0, 9304.0, 9261.0, 9266.0, 9330.0, 9214.0, 9267.0, 9341.0, 9252.0, 9249.0, 9259.0, 9207.0, 9265.0, 9264.0, 9215.0, 9256.0, 9198.0, 9226.0, 9291.0, 9249.0, 9250.0, 9288.0, 9214.0, 9262.0, 9267.0, 9229.0, 9264.0, 9232.0, 9234.0, 9275.0, 9218.0, 9264.0, 9277.0, 9247.0, 9244.0, 9275.0, 9253.0, 9257.0, 9286.0, 9247.0, 9248.0, 9286.0, 9242.0, 9263.0, 9232.0, 9228.0, 9276.0, 9217.0, 9256.0, 9292.0, 9250.0, 9252.0, 9306.0, 9255.0, 9253.0, 9289.0, 9235.0, 9287.0, 9260.0, 9259.0, 9286.0, 9238.0, 9271.0, 9311.0, 9269.0, 9266.0, 9244.0, 9218.0, 9281.0, 9267.0, 9220.0, 9261.0, 9199.0, 9247.0, 9291.0, 9254.0, 9250.0, 9273.0, 9228.0, 9247.0, 9290.0, 9268.0, 9250.0, 9271.0, 9237.0, 9266.0, 9241.0, 9234.0, 9260.0, 9202.0, 9255.0, 9278.0, 9247.0, 9245.0, 9271.0, 9234.0, 9253.0, 9275.0, 9229.0, 9242.0, 9208.0, 9220.0, 9257.0, 9209.0, 9209.0, 9252.0, 9233.0, 9255.0, 9295.0, 9231.0, 9248.0, 9277.0, 9253.0, 9270.0, 9280.0, 9238.0, 9266.0, 9223.0, 9255.0, 9297.0, 9253.0, 9257.0, 9245.0, 9242.0, 9289.0, 9234.0, 9248.0, 9295.0, 9239.0, 9265.0, 9280.0, 9221.0, 9258.0, 9224.0, 9254.0, 9295.0, 9251.0, 9252.0, 9308.0, 9254.0, 9282.0, 9251.0, 9248.0, 9275.0, 9215.0, 9249.0, 9277.0, 9246.0, 9244.0, 9234.0, 9236.0, 9277.0, 9234.0, 9247.0, 9307.0, 9241.0, 9262.0, 9266.0, 9233.0, 9251.0, 9238.0, 9248.0, 9294.0, 9244.0, 9246.0, 9255.0, 9235.0, 9276.0, 9213.0, 9229.0, 9251.0, 9232.0, 9245.0, 9248.0, 9214.0, 9242.0, 9214.0, 9237.0, 9272.0, 9241.0, 9244.0, 9284.0, 9220.0, 9262.0, 9289.0, 9207.0, 9237.0, 9243.0, 9239.0, 9263.0, 9214.0, 9232.0, 9259.0, 9239.0, 9246.0, 9301.0, 9247.0, 9264.0, 9243.0, 9239.0, 9281.0, 9233.0, 9247.0, 9277.0, 9237.0, 9253.0, 9298.0, 9246.0, 9243.0, 9279.0, 9237.0, 9267.0, 9215.0, 9232.0, 9273.0, 9241.0, 9254.0, 9312.0, 9240.0, 9265.0, 9244.0, 9243.0, 9302.0, 9239.0, 9255.0, 9307.0, 9263.0, 9269.0, 9248.0, 9292.0, 9260.0, 9262.0, 9300.0, 9227.0, 9277.0, 9299.0, 9238.0, 9261.0, 9248.0, 9215.0, 9250.0, 9211.0, 9215.0, 9265.0, 9205.0, 9206.0, 9238.0, 9211.0, 9232.0, 9270.0, 9246.0, 9245.0, 9288.0, 9247.0, 9268.0, 9247.0, 9280.0, 9318.0, 9238.0, 9236.0, 9277.0, 9245.0, 9243.0, 9283.0, 9237.0, 9250.0, 9298.0, 9237.0, 9250.0, 9277.0, 9251.0, 9264.0, 9296.0, 9265.0, 9252.0, 9273.0, 9244.0, 9268.0, 9290.0, 9245.0, 9248.0, 9288.0, 9240.0, 9267.0, 9293.0, 9231.0, 9248.0, 9283.0, 9233.0, 9266.0, 9293.0, 9212.0, 9263.0, 9293.0, 9243.0, 9269.0, 9292.0, 9231.0, 9255.0, 9294.0, 9235.0, 9267.0, 9277.0, 9215.0, 9260.0, 9310.0, 9232.0, 9264.0, 9273.0, 9230.0, 9290.0, 9311.0, 9268.0, 9253.0, 9291.0, 9252.0, 9282.0, 9258.0, 9258.0, 9280.0, 9233.0, 9280.0, 9324.0, 9269.0, 9259.0, 9274.0, 9221.0, 9259.0, 9298.0, 9244.0, 9230.0, 9270.0, 9246.0, 9256.0, 9297.0, 9248.0, 9253.0, 9299.0, 9268.0, 9264.0, 9279.0, 9235.0, 9283.0, 9283.0, 9233.0, 9262.0, 9209.0, 9221.0, 9287.0, 9230.0, 9227.0, 9271.0, 9207.0, 9222.0, 9273.0, 9224.0, 9225.0, 9265.0, 9231.0, 9268.0, 9305.0, 9225.0, 9222.0, 9221.0, 9218.0, 9256.0, 9228.0, 9228.0, 9256.0, 9196.0, 9218.0, 9288.0, 9215.0, 9215.0, 9250.0, 9207.0, 9231.0, 9269.0, 9224.0, 9224.0, 9266.0, 9230.0, 9226.0, 9260.0, 9225.0, 9244.0, 9275.0, 9244.0, 9232.0, 9254.0, 9216.0, 9271.0, 9280.0, 9236.0, 9275.0, 9218.0, 9234.0, 9295.0, 9256.0, 9256.0, 9298.0, 9235.0, 9247.0, 9302.0, 9250.0, 9238.0, 9276.0, 9232.0, 9266.0, 9298.0, 9264.0, 9266.0, 9262.0, 9233.0, 9288.0, 9297.0, 9229.0, 9264.0, 9216.0, 9232.0, 9302.0, 9253.0, 9234.0, 9281.0, 9216.0, 9244.0, 9295.0, 9247.0, 9226.0, 9272.0, 9217.0, 9256.0, 9293.0, 9248.0, 9232.0, 9275.0, 9247.0, 9247.0, 9303.0, 9235.0, 9283.0, 9317.0, 9256.0, 9289.0, 9251.0, 9239.0, 9304.0, 9294.0, 9235.0, 9259.0, 9213.0, 9241.0, 9295.0, 9245.0, 9231.0, 9252.0, 9216.0, 9231.0, 9269.0, 9210.0, 9208.0, 9254.0, 9214.0, 9212.0, 9272.0, 9204.0, 9221.0, 9271.0, 9211.0, 9211.0, 9251.0, 9192.0, 9225.0, 9269.0, 9204.0, 9208.0, 9247.0, 9209.0, 9235.0, 9317.0, 9286.0, 9250.0, 9217.0, 9200.0, 9206.0, 9278.0, 9299.0, 9227.0, 9222.0, 9276.0, 9229.0, 9232.0, 9277.0, 9231.0, 9247.0, 9293.0, 9224.0, 9244.0, 9275.0, 9224.0, 9262.0, 9229.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.0008961104718066743</td></tr>
<tr><td colspan=3>aqi</td><td>0.01732494349827388</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.36790307213133</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2099108928225804</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110669296082964</td></tr>
<tr><td colspan=3>efc</td><td>0.5285</td></tr>
<tr><td colspan=3>fber</td><td>3238.8918</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09050897949316324</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.567318757192175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6587582167374904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5977487562466615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8764555677835912</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5020703261822184</td></tr>
<tr><td colspan=3>gcor</td><td>0.00711673</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003958756569772959</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03428352251648903</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8469941618038717</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>12.26</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.2096</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.2026</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287577.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1171.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>424.9487</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4089</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>505.854</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3264.4439</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1081.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.1385</td></tr>
<tr><td colspan=3>tsnr</td><td>42.118057990213856</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>