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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0040_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-03_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-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-04_task-social_acq-mb8_run-03_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-0040/ses-04/func/sub-0040_ses-04_task-social_acq-mb8_run-03_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>967544768a7740947a2f2f2f49c607e3</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>08:58:42.287500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</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-03_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.0770923</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7743, -7264, 650, -57, -103, 62, 80]</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>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1162f794-d06c-4153-adff-7def491486c9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['085842.287500', '085842.747500', '085843.207500', '085843.667500', '085844.127500', '085844.587500', '085845.047500', '085845.507500', '085845.967500', '085846.427500', '085846.887500', '085847.347500', '085847.807500', '085848.267500', '085848.727500', '085849.187500', '085849.647500', '085850.107500', '085850.567500', '085851.027500', '085851.487500', '085851.947500', '085852.407500', '085852.867500', '085853.327500', '085853.787500', '085854.247500', '085854.707500', '085855.167500', '085855.627500', '085856.087500', '085856.547500', '085857.007500', '085857.467500', '085857.927500', '085858.387500', '085858.847500', '085859.307500', '085859.767500', '085900.227500', '085900.687500', '085901.147500', '085901.607500', '085902.067500', '085902.527500', '085902.987500', '085903.447500', '085903.907500', '085904.367500', '085904.827500', '085905.287500', '085905.747500', '085906.207500', '085906.667500', '085907.127500', '085907.587500', '085908.047500', '085908.507500', '085908.967500', '085909.427500', '085909.887500', '085910.347500', '085910.807500', '085911.267500', '085911.727500', '085912.187500', '085912.647500', '085913.107500', '085913.567500', '085914.027500', '085914.487500', '085914.947500', '085915.407500', '085915.867500', '085916.327500', '085916.787500', '085917.247500', '085917.707500', '085918.167500', '085918.627500', '085919.087500', '085919.547500', '085920.007500', '085920.467500', '085920.927500', '085921.387500', '085921.847500', '085922.307500', '085922.767500', '085923.227500', '085923.687500', '085924.147500', '085924.607500', '085925.067500', '085925.527500', '085925.987500', '085926.447500', '085926.907500', '085927.367500', '085927.827500', '085928.287500', '085928.747500', '085929.207500', '085929.667500', '085930.127500', '085930.587500', '085931.047500', '085931.507500', '085931.967500', '085932.427500', '085932.887500', '085933.347500', '085933.807500', '085934.267500', '085934.727500', '085935.187500', '085935.647500', '085936.107500', '085936.567500', '085937.027500', '085937.487500', '085937.947500', '085938.407500', '085938.867500', '085939.327500', '085939.787500', '085940.247500', '085940.707500', '085941.167500', '085941.627500', '085942.087500', '085942.547500', '085943.007500', '085943.467500', '085943.927500', '085944.387500', '085944.847500', '085945.307500', '085945.767500', '085946.227500', '085946.687500', '085947.147500', '085947.607500', '085948.067500', '085948.527500', '085948.987500', '085949.447500', '085949.907500', '085950.367500', '085950.827500', '085951.287500', '085951.747500', '085952.207500', '085952.667500', '085953.127500', '085953.587500', '085954.047500', '085954.507500', '085954.967500', '085955.427500', '085955.887500', '085956.347500', '085956.807500', '085957.267500', '085957.727500', '085958.187500', '085958.647500', '085959.107500', '085959.567500', '090000.027500', '090000.487500', '090000.947500', '090001.407500', '090001.867500', '090002.327500', '090002.787500', '090003.247500', '090003.707500', '090004.167500', '090004.627500', '090005.087500', '090005.547500', '090006.007500', '090006.467500', '090006.927500', '090007.387500', '090007.847500', '090008.307500', '090008.767500', '090009.227500', '090009.687500', '090010.147500', '090010.607500', '090011.067500', '090011.527500', '090011.987500', '090012.447500', '090012.907500', '090013.367500', '090013.827500', '090014.287500', '090014.747500', '090015.207500', '090015.667500', '090016.127500', '090016.587500', '090017.047500', '090017.507500', '090017.967500', '090018.427500', '090018.887500', '090019.347500', '090019.807500', '090020.267500', '090020.727500', '090021.187500', '090021.647500', '090022.107500', '090022.567500', '090023.027500', '090023.487500', '090023.947500', '090024.407500', '090024.867500', '090025.327500', '090025.787500', '090026.247500', '090026.707500', '090027.167500', '090027.627500', '090028.087500', '090028.547500', '090029.007500', '090029.467500', '090029.927500', '090030.387500', '090030.847500', '090031.307500', '090031.767500', '090032.227500', '090032.687500', '090033.147500', '090033.607500', '090034.067500', '090034.527500', '090034.987500', '090035.447500', '090035.907500', '090036.367500', '090036.827500', '090037.287500', '090037.747500', '090038.207500', '090038.667500', '090039.127500', '090039.587500', '090040.047500', '090040.507500', '090040.967500', '090041.427500', '090041.887500', '090042.347500', '090042.807500', '090043.267500', '090043.727500', '090044.187500', '090044.647500', '090045.107500', '090045.567500', '090046.027500', '090046.487500', '090046.947500', '090047.407500', '090047.867500', '090048.327500', '090048.787500', '090049.247500', '090049.707500', '090050.167500', '090050.627500', '090051.087500', '090051.547500', '090052.007500', '090052.467500', '090052.927500', '090053.387500', '090053.847500', '090054.307500', '090054.767500', '090055.227500', '090055.687500', '090056.147500', '090056.607500', '090057.067500', '090057.527500', '090057.987500', '090058.447500', '090058.907500', '090059.367500', '090059.827500', '090100.287500', '090100.747500', '090101.207500', '090101.667500', '090102.127500', '090102.587500', '090103.047500', '090103.507500', '090103.967500', '090104.427500', '090104.887500', '090105.347500', '090105.807500', '090106.267500', '090106.727500', '090107.187500', '090107.647500', '090108.107500', '090108.567500', '090109.027500', '090109.487500', '090109.947500', '090110.407500', '090110.867500', '090111.327500', '090111.787500', '090112.247500', '090112.707500', '090113.167500', '090113.627500', '090114.087500', '090114.547500', '090115.007500', '090115.467500', '090115.927500', '090116.387500', '090116.847500', '090117.307500', '090117.767500', '090118.227500', '090118.687500', '090119.147500', '090119.607500', '090120.067500', '090120.527500', '090120.987500', '090121.447500', '090121.907500', '090122.367500', '090122.827500', '090123.287500', '090123.747500', '090124.207500', '090124.667500', '090125.127500', '090125.587500', '090126.047500', '090126.507500', '090126.967500', '090127.427500', '090127.887500', '090128.347500', '090128.807500', '090129.267500', '090129.727500', '090130.187500', '090130.647500', '090131.107500', '090131.567500', '090132.027500', '090132.487500', '090132.947500', '090133.407500', '090133.867500', '090134.327500', '090134.787500', '090135.247500', '090135.707500', '090136.167500', '090136.627500', '090137.087500', '090137.547500', '090138.007500', '090138.467500', '090138.927500', '090139.387500', '090139.847500', '090140.307500', '090140.767500', '090141.227500', '090141.687500', '090142.147500', '090142.607500', '090143.067500', '090143.527500', '090143.987500', '090144.447500', '090144.907500', '090145.367500', '090145.827500', '090146.287500', '090146.747500', '090147.207500', '090147.667500', '090148.127500', '090148.587500', '090149.047500', '090149.507500', '090149.967500', '090150.427500', '090150.887500', '090151.347500', '090151.807500', '090152.267500', '090152.727500', '090153.187500', '090153.647500', '090154.107500', '090154.567500', '090155.027500', '090155.487500', '090155.947500', '090156.407500', '090156.867500', '090157.327500', '090157.787500', '090158.247500', '090158.707500', '090159.167500', '090159.627500', '090200.087500', '090200.547500', '090201.007500', '090201.467500', '090201.927500', '090202.387500', '090202.847500', '090203.307500', '090203.767500', '090204.227500', '090204.687500', '090205.147500', '090205.607500', '090206.067500', '090206.527500', '090206.987500', '090207.447500', '090207.907500', '090208.367500', '090208.827500', '090209.287500', '090209.747500', '090210.207500', '090210.667500', '090211.127500', '090211.587500', '090212.047500', '090212.507500', '090212.967500', '090213.427500', '090213.887500', '090214.347500', '090214.807500', '090215.267500', '090215.727500', '090216.187500', '090216.647500', '090217.107500', '090217.567500', '090218.027500', '090218.487500', '090218.947500', '090219.407500', '090219.867500', '090220.327500', '090220.787500', '090221.247500', '090221.707500', '090222.167500', '090222.627500', '090223.087500', '090223.547500', '090224.007500', '090224.467500', '090224.927500', '090225.387500', '090225.847500', '090226.307500', '090226.767500', '090227.227500', '090227.687500', '090228.147500', '090228.607500', '090229.067500', '090229.527500', '090229.987500', '090230.447500', '090230.907500', '090231.367500', '090231.827500', '090232.287500', '090232.747500', '090233.207500', '090233.667500', '090234.127500', '090234.587500', '090235.047500', '090235.507500', '090235.967500', '090236.427500', '090236.887500', '090237.347500', '090237.807500', '090238.267500', '090238.727500', '090239.187500', '090239.647500', '090240.107500', '090240.567500', '090241.027500', '090241.487500', '090241.947500', '090242.407500', '090242.867500', '090243.327500', '090243.787500', '090244.247500', '090244.707500', '090245.167500', '090245.627500', '090246.087500', '090246.547500', '090247.007500', '090247.467500', '090247.927500', '090248.387500', '090248.847500', '090249.307500', '090249.767500', '090250.227500', '090250.687500', '090251.147500', '090251.607500', '090252.067500', '090252.527500', '090252.987500', '090253.447500', '090253.907500', '090254.367500', '090254.827500', '090255.287500', '090255.747500', '090256.207500', '090256.667500', '090257.127500', '090257.587500', '090258.047500', '090258.507500', '090258.967500', '090259.427500', '090259.887500', '090300.347500', '090300.807500', '090301.267500', '090301.727500', '090302.187500', '090302.647500', '090303.107500', '090303.567500', '090304.027500', '090304.487500', '090304.947500', '090305.407500', '090305.867500', '090306.327500', '090306.787500', '090307.247500', '090307.707500', '090308.167500', '090308.627500', '090309.087500', '090309.547500', '090310.007500', '090310.467500', '090310.927500', '090311.387500', '090311.847500', '090312.307500', '090312.767500', '090313.227500', '090313.687500', '090314.147500', '090314.607500', '090315.067500', '090315.527500', '090315.987500', '090316.447500', '090316.907500', '090317.367500', '090317.827500', '090318.287500', '090318.747500', '090319.207500', '090319.667500', '090320.127500', '090320.587500', '090321.047500', '090321.507500', '090321.967500', '090322.427500', '090322.887500', '090323.347500', '090323.807500', '090324.267500', '090324.727500', '090325.187500', '090325.647500', '090326.107500', '090326.567500', '090327.027500', '090327.487500', '090327.947500', '090328.407500', '090328.867500', '090329.327500', '090329.787500', '090330.247500', '090330.707500', '090331.167500', '090331.627500', '090332.087500', '090332.547500', '090333.007500', '090333.467500', '090333.927500', '090334.387500', '090334.847500', '090335.307500', '090335.767500', '090336.227500', '090336.687500', '090337.147500', '090337.607500', '090338.067500', '090338.527500', '090338.987500', '090339.447500', '090339.907500', '090340.367500', '090340.827500', '090341.287500', '090341.747500', '090342.207500', '090342.667500', '090343.127500', '090343.587500', '090344.047500', '090344.507500', '090344.967500', '090345.427500', '090345.887500', '090346.347500', '090346.807500', '090347.267500', '090347.727500', '090348.187500', '090348.647500', '090349.107500', '090349.567500', '090350.027500', '090350.487500', '090350.947500', '090351.407500', '090351.867500', '090352.327500', '090352.787500', '090353.247500', '090353.707500', '090354.167500', '090354.627500', '090355.087500', '090355.547500', '090356.007500', '090356.467500', '090356.927500', '090357.387500', '090357.847500', '090358.307500', '090358.767500', '090359.227500', '090359.687500', '090400.147500', '090400.607500', '090401.067500', '090401.527500', '090401.987500', '090402.447500', '090402.907500', '090403.367500', '090403.827500', '090404.287500', '090404.747500', '090405.207500', '090405.667500', '090406.127500', '090406.587500', '090407.047500', '090407.507500', '090407.967500', '090408.427500', '090408.887500', '090409.347500', '090409.807500', '090410.267500', '090410.727500', '090411.187500', '090411.647500', '090412.107500', '090412.567500', '090413.027500', '090413.487500', '090413.947500', '090414.407500', '090414.867500', '090415.327500', '090415.787500', '090416.247500', '090416.707500', '090417.167500', '090417.627500', '090418.087500', '090418.547500', '090419.007500', '090419.467500', '090419.927500', '090420.387500', '090420.847500', '090421.307500', '090421.767500', '090422.227500', '090422.687500', '090423.147500', '090423.607500', '090424.067500', '090424.527500', '090424.987500', '090425.447500', '090425.907500', '090426.367500', '090426.827500', '090427.287500', '090427.747500', '090428.207500', '090428.667500', '090429.127500', '090429.587500', '090430.047500', '090430.507500', '090430.967500', '090431.427500', '090431.887500', '090432.347500', '090432.807500', '090433.267500', '090433.727500', '090434.187500', '090434.647500', '090435.107500', '090435.567500', '090436.027500', '090436.487500', '090436.947500', '090437.407500', '090437.867500', '090438.327500', '090438.787500', '090439.247500', '090439.707500', '090440.167500', '090440.627500', '090441.087500', '090441.547500', '090442.007500', '090442.467500', '090442.927500', '090443.387500', '090443.847500', '090444.307500', '090444.767500', '090445.227500', '090445.687500', '090446.147500', '090446.607500', '090447.067500', '090447.527500', '090447.987500', '090448.447500', '090448.907500', '090449.367500', '090449.827500', '090450.287500', '090450.747500', '090451.207500', '090451.667500', '090452.127500', '090452.587500', '090453.047500', '090453.507500', '090453.967500', '090454.427500', '090454.887500', '090455.347500', '090455.807500', '090456.267500', '090456.727500', '090457.187500', '090457.647500', '090458.107500', '090458.567500', '090459.027500', '090459.487500', '090459.947500', '090500.407500', '090500.867500', '090501.327500', '090501.787500', '090502.247500', '090502.707500', '090503.167500', '090503.627500', '090504.087500', '090504.547500', '090505.007500', '090505.467500', '090505.927500', '090506.387500', '090506.847500', '090507.307500', '090507.767500', '090508.227500', '090508.687500', '090509.147500', '090509.607500', '090510.067500', '090510.527500', '090510.987500', '090511.447500', '090511.907500', '090512.367500', '090512.827500', '090513.287500', '090513.747500', '090514.207500', '090514.667500', '090515.127500', '090515.587500', '090516.047500', '090516.507500', '090516.967500', '090517.427500', '090517.887500', '090518.347500', '090518.807500', '090519.267500', '090519.727500', '090520.187500', '090520.647500', '090521.107500', '090521.567500', '090522.027500', '090522.487500', '090522.947500'], 'ContentTime': ['085858.964000', '085858.967000', '085858.970000', '085858.972000', '085858.975000', '085858.978000', '085858.980000', '085858.983000', '085858.985000', '085858.993000', '085858.996000', '085858.998000', '085859.002000', '085859.004000', '085859.007000', '085859.010000', '085859.012000', '085859.015000', '085859.017000', '085859.020000', '085859.028000', '085859.031000', '085859.033000', '085859.036000', '085859.038000', '085859.041000', '085859.043000', '085859.046000', '085859.049000', '085859.051000', '085859.054000', '085859.056000', '085859.059000', '085859.061000', '085859.064000', '085918.938000', '085918.941000', '085918.944000', '085918.946000', '085918.949000', '085918.951000', '085918.954000', '085918.957000', '085918.959000', '085918.962000', '085918.964000', '085918.967000', '085918.969000', '085918.972000', '085918.975000', '085918.977000', '085918.980000', '085918.985000', '085918.987000', '085918.990000', '085918.993000', '085918.996000', '085918.998000', '085919.002000', '085919.004000', '085919.007000', '085919.009000', '085919.012000', '085919.014000', '085919.017000', '085919.020000', '085919.022000', '085919.025000', '085919.027000', '085919.030000', '085919.032000', '085919.035000', '085919.037000', '085919.040000', '085919.042000', '085919.045000', '085919.048000', '085919.050000', '085938.938000', '085938.941000', '085938.945000', '085938.948000', '085938.950000', '085938.953000', '085938.956000', '085938.958000', '085938.961000', '085938.963000', '085938.966000', '085938.968000', '085938.971000', '085938.973000', '085938.976000', '085938.979000', '085938.981000', '085938.984000', '085938.986000', '085938.989000', '085938.997000', '085939.001000', '085939.004000', '085939.006000', '085939.009000', '085939.011000', '085939.014000', '085939.017000', '085939.019000', '085939.022000', '085939.024000', '085939.027000', '085939.029000', '085939.032000', '085939.035000', '085939.037000', '085939.040000', '085939.042000', '085939.045000', '085939.048000', '085939.051000', '085939.054000', '085939.057000', '085958.938000', '085958.940000', '085958.943000', '085958.946000', '085958.948000', '085958.951000', '085958.953000', '085958.956000', '085958.959000', '085958.961000', '085958.964000', '085958.966000', '085958.969000', '085958.971000', '085958.974000', '085958.976000', '085958.979000', '085958.982000', '085958.984000', '085958.987000', '085958.989000', '085958.992000', '085958.994000', '085958.997000', '085959.000000', '085959.003000', '085959.006000', '085959.008000', '085959.011000', '085959.013000', '085959.016000', '085959.018000', '085959.021000', '085959.023000', '085959.026000', '085959.029000', '085959.031000', '085959.034000', '085959.036000', '085959.039000', '085959.041000', '085959.044000', '085959.047000', '085959.049000', '090018.938000', '090018.940000', '090018.943000', '090018.946000', '090018.948000', '090018.951000', '090018.953000', '090018.956000', '090018.959000', '090018.961000', '090018.964000', '090018.966000', '090018.969000', '090018.971000', '090018.974000', '090018.977000', '090018.979000', '090018.982000', '090018.985000', '090018.987000', '090018.990000', '090018.993000', '090018.996000', '090019.000000', '090019.003000', '090019.005000', '090019.008000', '090019.011000', '090019.013000', '090019.016000', '090019.018000', '090019.021000', '090019.024000', '090019.026000', '090019.029000', '090019.031000', '090019.034000', '090019.036000', '090019.039000', '090019.041000', '090019.044000', '090019.047000', '090019.049000', '090038.938000', '090038.940000', '090038.943000', '090038.956000', '090038.958000', '090038.961000', '090038.963000', '090038.966000', '090038.969000', '090038.971000', '090038.974000', '090038.976000', '090038.979000', '090038.981000', '090038.984000', '090038.986000', '090038.989000', '090038.992000', '090038.994000', '090038.997000', '090039.000000', '090039.003000', '090039.006000', '090039.008000', '090039.011000', '090039.013000', '090039.016000', '090039.018000', '090039.021000', '090039.024000', '090039.026000', '090039.029000', '090039.031000', '090039.034000', '090039.036000', '090039.039000', '090039.042000', '090039.044000', '090039.047000', '090039.049000', '090039.052000', '090039.054000', '090039.057000', '090039.059000', '090058.938000', '090058.941000', '090058.944000', '090058.946000', '090058.949000', '090058.951000', '090058.954000', '090058.957000', '090058.959000', '090058.962000', '090058.964000', '090058.967000', '090058.969000', '090058.972000', '090058.975000', '090058.977000', '090058.980000', '090058.982000', '090058.986000', '090058.989000', '090058.991000', '090058.994000', '090058.997000', '090058.999000', '090059.002000', '090059.004000', '090059.007000', '090059.010000', '090059.012000', '090059.015000', '090059.018000', '090059.021000', '090059.024000', '090059.027000', '090059.029000', '090059.032000', '090059.034000', '090059.037000', '090059.040000', '090059.042000', '090059.045000', '090059.047000', '090059.050000', '090118.938000', '090118.941000', '090118.944000', '090118.946000', '090118.949000', '090118.951000', '090118.954000', '090118.957000', '090118.959000', '090118.962000', '090118.964000', '090118.967000', '090118.969000', '090118.972000', '090118.975000', '090118.977000', '090118.980000', '090118.982000', '090118.985000', '090118.987000', '090118.990000', '090118.993000', '090118.995000', '090118.998000', '090119.001000', '090119.004000', '090119.007000', '090119.009000', '090119.012000', '090119.014000', '090119.017000', '090119.020000', '090119.022000', '090119.025000', '090119.028000', '090119.031000', '090119.033000', '090119.036000', '090119.038000', '090119.041000', '090119.043000', '090119.046000', '090119.049000', '090119.051000', '090138.939000', '090138.941000', '090138.944000', '090138.946000', '090138.949000', '090138.952000', '090138.954000', '090138.957000', '090138.959000', '090138.962000', '090138.964000', '090138.967000', '090138.969000', '090138.972000', '090138.975000', '090138.977000', '090138.980000', '090138.982000', '090138.985000', '090138.987000', '090138.990000', '090138.993000', '090138.995000', '090138.998000', '090139.001000', '090139.004000', '090139.006000', '090139.009000', '090139.011000', '090139.014000', '090139.017000', '090139.019000', '090139.022000', '090139.024000', '090139.027000', '090139.029000', '090139.032000', '090139.035000', '090139.037000', '090139.040000', '090139.042000', '090139.045000', '090139.048000', '090158.938000', '090158.941000', '090158.944000', '090158.946000', '090158.949000', '090158.951000', '090158.954000', '090158.957000', '090158.959000', '090158.962000', '090158.964000', '090158.967000', '090158.970000', '090158.972000', '090158.975000', '090158.977000', '090158.980000', '090158.982000', '090158.985000', '090158.988000', '090158.990000', '090158.993000', '090158.996000', '090158.998000', '090159.002000', '090159.004000', '090159.007000', '090159.009000', '090159.028000', '090159.031000', '090159.033000', '090159.036000', '090159.039000', '090159.041000', '090159.044000', '090159.046000', '090159.049000', '090159.051000', '090159.054000', '090159.057000', '090159.059000', '090159.062000', '090159.064000', '090159.067000', '090218.938000', '090218.940000', '090218.943000', '090218.946000', '090218.948000', '090218.951000', '090218.953000', '090218.956000', '090218.958000', '090218.961000', '090218.964000', '090218.966000', '090218.969000', '090218.971000', '090218.974000', '090218.976000', '090218.979000', '090218.982000', '090218.984000', '090218.987000', '090218.989000', '090218.992000', '090218.995000', '090218.997000', '090219.001000', '090219.003000', '090219.006000', '090219.009000', '090219.011000', '090219.014000', '090219.016000', '090219.019000', '090219.021000', '090219.025000', '090219.028000', '090219.030000', '090219.033000', '090219.036000', '090219.039000', '090219.041000', '090219.044000', '090219.047000', '090219.049000', '090238.938000', '090238.940000', '090238.943000', '090238.946000', '090238.948000', '090238.951000', '090238.953000', '090238.956000', '090238.958000', '090238.961000', '090238.964000', '090238.966000', '090238.969000', '090238.971000', '090238.974000', '090238.977000', '090238.979000', '090238.982000', '090238.984000', '090238.987000', '090238.990000', '090238.992000', '090238.995000', '090238.997000', '090239.001000', '090239.004000', '090239.006000', '090239.009000', '090239.011000', '090239.014000', '090239.017000', '090239.019000', '090239.022000', '090239.024000', '090239.027000', '090239.029000', '090239.032000', '090239.035000', '090239.037000', '090239.040000', '090239.042000', '090239.045000', '090239.048000', '090239.050000', '090258.937000', '090258.940000', '090258.943000', '090258.946000', '090258.948000', '090258.951000', '090258.954000', '090258.956000', '090258.959000', '090258.962000', '090258.964000', '090258.967000', '090258.969000', '090258.972000', '090258.975000', '090258.977000', '090258.980000', '090258.982000', '090258.985000', '090258.987000', '090258.990000', '090258.993000', '090258.995000', '090258.998000', '090259.002000', '090259.004000', '090259.007000', '090259.009000', '090259.012000', '090259.015000', '090259.017000', '090259.020000', '090259.022000', '090259.025000', '090259.027000', '090259.030000', '090259.032000', '090259.035000', '090259.038000', '090259.040000', '090259.043000', '090259.045000', '090259.048000', '090318.939000', '090318.942000', '090318.944000', '090318.947000', '090318.949000', '090318.952000', '090318.955000', '090318.957000', '090318.960000', '090318.962000', '090318.965000', '090318.967000', '090318.970000', '090318.973000', '090318.975000', '090318.978000', '090318.980000', '090318.983000', '090318.985000', '090318.988000', '090318.991000', '090318.993000', '090318.996000', '090318.999000', '090319.001000', '090319.004000', '090319.007000', '090319.009000', '090319.012000', '090319.015000', '090319.017000', '090319.020000', '090319.022000', '090319.025000', '090319.028000', '090319.030000', '090319.033000', '090319.035000', '090319.038000', '090319.040000', '090319.043000', '090319.046000', '090319.048000', '090319.051000', '090338.939000', '090338.941000', '090338.944000', '090338.946000', '090338.949000', '090338.952000', '090338.954000', '090338.957000', '090338.959000', '090338.962000', '090338.965000', '090338.967000', '090338.970000', '090338.972000', '090338.975000', '090338.978000', '090338.980000', '090338.983000', '090338.985000', '090338.988000', '090338.991000', '090338.993000', '090338.996000', '090339.000000', '090339.002000', '090339.005000', '090339.008000', '090339.010000', '090339.013000', '090339.015000', '090339.018000', '090339.020000', '090339.023000', '090339.026000', '090339.028000', '090339.031000', '090339.033000', '090339.036000', '090339.039000', '090339.041000', '090339.044000', '090339.046000', '090339.049000', '090358.939000', '090358.941000', '090358.944000', '090358.947000', '090358.949000', '090358.952000', '090358.954000', '090358.957000', '090358.960000', '090358.962000', '090358.965000', '090358.967000', '090358.970000', '090358.972000', '090358.975000', '090358.978000', '090358.980000', '090358.983000', '090358.985000', '090358.988000', '090358.991000', '090358.993000', '090358.996000', '090359.000000', '090359.002000', '090359.005000', '090359.007000', '090359.010000', '090359.012000', '090359.015000', '090359.018000', '090359.020000', '090359.023000', '090359.025000', '090359.028000', '090359.030000', '090359.033000', '090359.036000', '090359.038000', '090359.041000', '090359.044000', '090359.046000', '090359.049000', '090359.051000', '090418.939000', '090418.941000', '090418.944000', '090418.946000', '090418.949000', '090418.952000', '090418.954000', '090418.957000', '090418.959000', '090418.962000', '090418.965000', '090418.967000', '090418.970000', '090418.972000', '090418.975000', '090418.978000', '090418.980000', '090418.983000', '090418.986000', '090418.988000', '090418.991000', '090418.993000', '090418.996000', '090419.000000', '090419.002000', '090419.005000', '090419.007000', '090419.010000', '090419.013000', '090419.015000', '090419.018000', '090419.020000', '090419.023000', '090419.026000', '090419.028000', '090419.031000', '090419.033000', '090419.036000', '090419.038000', '090419.041000', '090419.044000', '090419.046000', '090419.049000', '090438.938000', '090438.940000', '090438.943000', '090438.946000', '090438.948000', '090438.951000', '090438.953000', '090438.956000', '090438.959000', '090438.961000', '090438.964000', '090438.968000', '090438.971000', '090438.973000', '090438.976000', '090438.979000', '090438.981000', '090438.984000', '090438.986000', '090438.989000', '090438.992000', '090438.995000', '090438.997000', '090439.001000', '090439.004000', '090439.006000', '090439.009000', '090439.011000', '090439.014000', '090439.017000', '090439.019000', '090439.022000', '090439.024000', '090439.027000', '090439.029000', '090439.032000', '090439.035000', '090439.037000', '090439.040000', '090439.043000', '090439.045000', '090439.048000', '090439.050000', '090439.053000', '090458.938000', '090458.940000', '090458.943000', '090458.945000', '090458.948000', '090458.951000', '090458.967000', '090458.969000', '090458.972000', '090458.974000', '090458.977000', '090458.980000', '090458.982000', '090458.985000', '090458.987000', '090458.990000', '090458.993000', '090458.995000', '090458.998000', '090459.001000', '090459.004000', '090459.006000', '090459.009000', '090459.012000', '090459.014000', '090459.017000', '090459.019000', '090459.022000', '090459.024000', '090459.027000', '090459.030000', '090459.032000', '090459.035000', '090459.037000', '090459.040000', '090459.043000', '090459.046000', '090459.049000', '090459.052000', '090459.054000', '090459.057000', '090459.059000', '090459.062000', '090518.938000', '090518.941000', '090518.943000', '090518.946000', '090518.948000', '090518.951000', '090518.954000', '090518.957000', '090518.960000', '090518.962000', '090518.965000', '090518.967000', '090518.970000', '090518.973000', '090518.975000', '090518.978000', '090518.980000', '090518.983000', '090518.985000', '090518.988000', '090518.991000', '090518.993000', '090518.996000', '090518.998000', '090519.002000', '090519.005000', '090519.007000', '090519.010000', '090519.012000', '090519.015000', '090519.017000', '090519.020000', '090519.023000', '090519.025000', '090519.028000', '090519.030000', '090519.033000', '090519.036000', '090519.038000', '090519.041000', '090519.043000', '090519.046000', '090519.048000', '090523.895000', '090523.898000', '090523.900000', '090523.903000', '090523.906000', '090523.908000', '090523.911000', '090523.914000', '090523.916000', '090523.919000', '090523.921000', '090523.924000'], 'InstanceCreationTime': ['085858.964000', '085858.967000', '085858.970000', '085858.972000', '085858.975000', '085858.978000', '085858.980000', '085858.983000', '085858.985000', '085858.993000', '085858.996000', '085858.998000', '085859.002000', '085859.004000', '085859.007000', '085859.010000', '085859.012000', '085859.015000', '085859.017000', '085859.020000', '085859.028000', '085859.031000', '085859.033000', '085859.036000', '085859.038000', '085859.041000', '085859.043000', '085859.046000', '085859.049000', '085859.051000', '085859.054000', '085859.056000', '085859.059000', '085859.061000', '085859.064000', '085918.938000', '085918.941000', '085918.944000', '085918.946000', '085918.949000', '085918.951000', '085918.954000', '085918.957000', '085918.959000', '085918.962000', '085918.964000', '085918.967000', '085918.969000', '085918.972000', '085918.975000', '085918.977000', '085918.980000', '085918.985000', '085918.987000', '085918.990000', '085918.993000', '085918.996000', '085918.998000', '085919.002000', '085919.004000', '085919.007000', '085919.009000', '085919.012000', '085919.014000', '085919.017000', '085919.020000', '085919.022000', '085919.025000', '085919.027000', '085919.030000', '085919.032000', '085919.035000', '085919.037000', '085919.040000', '085919.042000', '085919.045000', '085919.048000', '085919.050000', '085938.938000', '085938.941000', '085938.945000', '085938.948000', '085938.950000', '085938.953000', '085938.956000', '085938.958000', '085938.961000', '085938.963000', '085938.966000', '085938.968000', '085938.971000', '085938.973000', '085938.976000', '085938.979000', '085938.981000', '085938.984000', '085938.986000', '085938.989000', '085938.997000', '085939.001000', '085939.004000', '085939.006000', '085939.009000', '085939.011000', '085939.014000', '085939.017000', '085939.019000', '085939.022000', '085939.024000', '085939.027000', '085939.029000', '085939.032000', '085939.035000', '085939.037000', '085939.040000', '085939.042000', '085939.045000', '085939.048000', '085939.051000', '085939.054000', '085939.057000', '085958.938000', '085958.940000', '085958.943000', '085958.946000', '085958.948000', '085958.951000', '085958.953000', '085958.956000', '085958.959000', '085958.961000', '085958.964000', '085958.966000', '085958.969000', '085958.971000', '085958.974000', '085958.976000', '085958.979000', '085958.982000', '085958.984000', '085958.987000', '085958.989000', '085958.992000', '085958.994000', '085958.997000', '085959.000000', '085959.003000', '085959.006000', '085959.008000', '085959.011000', '085959.013000', '085959.016000', '085959.018000', '085959.021000', '085959.023000', '085959.026000', '085959.029000', '085959.031000', '085959.034000', '085959.036000', '085959.039000', '085959.041000', '085959.044000', '085959.047000', '085959.049000', '090018.938000', '090018.940000', '090018.943000', '090018.946000', '090018.948000', '090018.951000', '090018.953000', '090018.956000', '090018.959000', '090018.961000', '090018.964000', '090018.966000', '090018.969000', '090018.971000', '090018.974000', '090018.977000', '090018.979000', '090018.982000', '090018.985000', '090018.987000', '090018.990000', '090018.993000', '090018.996000', '090019.000000', '090019.003000', '090019.005000', '090019.008000', '090019.011000', '090019.013000', '090019.016000', '090019.018000', '090019.021000', '090019.024000', '090019.026000', '090019.029000', '090019.031000', '090019.034000', '090019.036000', '090019.039000', '090019.041000', '090019.044000', '090019.047000', '090019.049000', '090038.938000', '090038.940000', '090038.943000', '090038.956000', '090038.958000', '090038.961000', '090038.963000', '090038.966000', '090038.969000', '090038.971000', '090038.974000', '090038.976000', '090038.979000', '090038.981000', '090038.984000', '090038.986000', '090038.989000', '090038.992000', '090038.994000', '090038.997000', '090039.000000', '090039.003000', '090039.006000', '090039.008000', '090039.011000', '090039.013000', '090039.016000', '090039.018000', '090039.021000', '090039.024000', '090039.026000', '090039.029000', '090039.031000', '090039.034000', '090039.036000', '090039.039000', '090039.042000', '090039.044000', '090039.047000', '090039.049000', '090039.052000', '090039.054000', '090039.057000', '090039.059000', '090058.938000', '090058.941000', '090058.944000', '090058.946000', '090058.949000', '090058.951000', '090058.954000', '090058.957000', '090058.959000', '090058.962000', '090058.964000', '090058.967000', '090058.969000', '090058.972000', '090058.975000', '090058.977000', '090058.980000', '090058.982000', '090058.986000', '090058.989000', '090058.991000', '090058.994000', '090058.997000', '090058.999000', '090059.002000', '090059.004000', '090059.007000', '090059.010000', '090059.012000', '090059.015000', '090059.018000', '090059.021000', '090059.024000', '090059.027000', '090059.029000', '090059.032000', '090059.034000', '090059.037000', '090059.040000', '090059.042000', '090059.045000', '090059.047000', '090059.050000', '090118.938000', '090118.941000', '090118.944000', '090118.946000', '090118.949000', '090118.951000', '090118.954000', '090118.957000', '090118.959000', '090118.962000', '090118.964000', '090118.967000', '090118.969000', '090118.972000', '090118.975000', '090118.977000', '090118.980000', '090118.982000', '090118.985000', '090118.987000', '090118.990000', '090118.993000', '090118.995000', '090118.998000', '090119.001000', '090119.004000', '090119.007000', '090119.009000', '090119.012000', '090119.014000', '090119.017000', '090119.020000', '090119.022000', '090119.025000', '090119.028000', '090119.031000', '090119.033000', '090119.036000', '090119.038000', '090119.041000', '090119.043000', '090119.046000', '090119.049000', '090119.051000', '090138.939000', '090138.941000', '090138.944000', '090138.946000', '090138.949000', '090138.952000', '090138.954000', '090138.957000', '090138.959000', '090138.962000', '090138.964000', '090138.967000', '090138.969000', '090138.972000', '090138.975000', '090138.977000', '090138.980000', '090138.982000', '090138.985000', '090138.987000', '090138.990000', '090138.993000', '090138.995000', '090138.998000', '090139.001000', '090139.004000', '090139.006000', '090139.009000', '090139.011000', '090139.014000', '090139.017000', '090139.019000', '090139.022000', '090139.024000', '090139.027000', '090139.029000', '090139.032000', '090139.035000', '090139.037000', '090139.040000', '090139.042000', '090139.045000', '090139.048000', '090158.938000', '090158.941000', '090158.944000', '090158.946000', '090158.949000', '090158.951000', '090158.954000', '090158.957000', '090158.959000', '090158.962000', '090158.964000', '090158.967000', '090158.970000', '090158.972000', '090158.975000', '090158.977000', '090158.980000', '090158.982000', '090158.985000', '090158.988000', '090158.990000', '090158.993000', '090158.996000', '090158.998000', '090159.002000', '090159.004000', '090159.007000', '090159.009000', '090159.028000', '090159.031000', '090159.033000', '090159.036000', '090159.039000', '090159.041000', '090159.044000', '090159.046000', '090159.049000', '090159.051000', '090159.054000', '090159.057000', '090159.059000', '090159.062000', '090159.064000', '090159.067000', '090218.938000', '090218.940000', '090218.943000', '090218.946000', '090218.948000', '090218.951000', '090218.953000', '090218.956000', '090218.958000', '090218.961000', '090218.964000', '090218.966000', '090218.969000', '090218.971000', '090218.974000', '090218.976000', '090218.979000', '090218.982000', '090218.984000', '090218.987000', '090218.989000', '090218.992000', '090218.995000', '090218.997000', '090219.001000', '090219.003000', '090219.006000', '090219.009000', '090219.011000', '090219.014000', '090219.016000', '090219.019000', '090219.021000', '090219.025000', '090219.028000', '090219.030000', '090219.033000', '090219.036000', '090219.039000', '090219.041000', '090219.044000', '090219.047000', '090219.049000', '090238.938000', '090238.940000', '090238.943000', '090238.946000', '090238.948000', '090238.951000', '090238.953000', '090238.956000', '090238.958000', '090238.961000', '090238.964000', '090238.966000', '090238.969000', '090238.971000', '090238.974000', '090238.977000', '090238.979000', '090238.982000', '090238.984000', '090238.987000', '090238.990000', '090238.992000', '090238.995000', '090238.997000', '090239.001000', '090239.004000', '090239.006000', '090239.009000', '090239.011000', '090239.014000', '090239.017000', '090239.019000', '090239.022000', '090239.024000', '090239.027000', '090239.029000', '090239.032000', '090239.035000', '090239.037000', '090239.040000', '090239.042000', '090239.045000', '090239.048000', '090239.050000', '090258.937000', '090258.940000', '090258.943000', '090258.946000', '090258.948000', '090258.951000', '090258.954000', '090258.956000', '090258.959000', '090258.962000', '090258.964000', '090258.967000', '090258.969000', '090258.972000', '090258.975000', '090258.977000', '090258.980000', '090258.982000', '090258.985000', '090258.987000', '090258.990000', '090258.993000', '090258.995000', '090258.998000', '090259.002000', '090259.004000', '090259.007000', '090259.009000', '090259.012000', '090259.015000', '090259.017000', '090259.020000', '090259.022000', '090259.025000', '090259.027000', '090259.030000', '090259.032000', '090259.035000', '090259.038000', '090259.040000', '090259.043000', '090259.045000', '090259.048000', '090318.939000', '090318.942000', '090318.944000', '090318.947000', '090318.949000', '090318.952000', '090318.955000', '090318.957000', '090318.960000', '090318.962000', '090318.965000', '090318.967000', '090318.970000', '090318.973000', '090318.975000', '090318.978000', '090318.980000', '090318.983000', '090318.985000', '090318.988000', '090318.991000', '090318.993000', '090318.996000', '090318.999000', '090319.001000', '090319.004000', '090319.007000', '090319.009000', '090319.012000', '090319.015000', '090319.017000', '090319.020000', '090319.022000', '090319.025000', '090319.028000', '090319.030000', '090319.033000', '090319.035000', '090319.038000', '090319.040000', '090319.043000', '090319.046000', '090319.048000', '090319.051000', '090338.939000', '090338.941000', '090338.944000', '090338.946000', '090338.949000', '090338.952000', '090338.954000', '090338.957000', '090338.959000', '090338.962000', '090338.965000', '090338.967000', '090338.970000', '090338.972000', '090338.975000', '090338.978000', '090338.980000', '090338.983000', '090338.985000', '090338.988000', '090338.991000', '090338.993000', '090338.996000', '090339.000000', '090339.002000', '090339.005000', '090339.008000', '090339.010000', '090339.013000', '090339.015000', '090339.018000', '090339.020000', '090339.023000', '090339.026000', '090339.028000', '090339.031000', '090339.033000', '090339.036000', '090339.039000', '090339.041000', '090339.044000', '090339.046000', '090339.049000', '090358.939000', '090358.941000', '090358.944000', '090358.947000', '090358.949000', '090358.952000', '090358.954000', '090358.957000', '090358.960000', '090358.962000', '090358.965000', '090358.967000', '090358.970000', '090358.972000', '090358.975000', '090358.978000', '090358.980000', '090358.983000', '090358.985000', '090358.988000', '090358.991000', '090358.993000', '090358.996000', '090359.000000', '090359.002000', '090359.005000', '090359.007000', '090359.010000', '090359.012000', '090359.015000', '090359.018000', '090359.020000', '090359.023000', '090359.025000', '090359.028000', '090359.030000', '090359.033000', '090359.036000', '090359.038000', '090359.041000', '090359.044000', '090359.046000', '090359.049000', '090359.051000', '090418.939000', '090418.941000', '090418.944000', '090418.946000', '090418.949000', '090418.952000', '090418.954000', '090418.957000', '090418.959000', '090418.962000', '090418.965000', '090418.967000', '090418.970000', '090418.972000', '090418.975000', '090418.978000', '090418.980000', '090418.983000', '090418.986000', '090418.988000', '090418.991000', '090418.993000', '090418.996000', '090419.000000', '090419.002000', '090419.005000', '090419.007000', '090419.010000', '090419.013000', '090419.015000', '090419.018000', '090419.020000', '090419.023000', '090419.026000', '090419.028000', '090419.031000', '090419.033000', '090419.036000', '090419.038000', '090419.041000', '090419.044000', '090419.046000', '090419.049000', '090438.938000', '090438.940000', '090438.943000', '090438.946000', '090438.948000', '090438.951000', '090438.953000', '090438.956000', '090438.959000', '090438.961000', '090438.964000', '090438.968000', '090438.971000', '090438.973000', '090438.976000', '090438.979000', '090438.981000', '090438.984000', '090438.986000', '090438.989000', '090438.992000', '090438.995000', '090438.997000', '090439.001000', '090439.004000', '090439.006000', '090439.009000', '090439.011000', '090439.014000', '090439.017000', '090439.019000', '090439.022000', '090439.024000', '090439.027000', '090439.029000', '090439.032000', '090439.035000', '090439.037000', '090439.040000', '090439.043000', '090439.045000', '090439.048000', '090439.050000', '090439.053000', '090458.938000', '090458.940000', '090458.943000', '090458.945000', '090458.948000', '090458.951000', '090458.967000', '090458.969000', '090458.972000', '090458.974000', '090458.977000', '090458.980000', '090458.982000', '090458.985000', '090458.987000', '090458.990000', '090458.993000', '090458.995000', '090458.998000', '090459.001000', '090459.004000', '090459.006000', '090459.009000', '090459.012000', '090459.014000', '090459.017000', '090459.019000', '090459.022000', '090459.024000', '090459.027000', '090459.030000', '090459.032000', '090459.035000', '090459.037000', '090459.040000', '090459.043000', '090459.046000', '090459.049000', '090459.052000', '090459.054000', '090459.057000', '090459.059000', '090459.062000', '090518.938000', '090518.941000', '090518.943000', '090518.946000', '090518.948000', '090518.951000', '090518.954000', '090518.957000', '090518.960000', '090518.962000', '090518.965000', '090518.967000', '090518.970000', '090518.973000', '090518.975000', '090518.978000', '090518.980000', '090518.983000', '090518.985000', '090518.988000', '090518.991000', '090518.993000', '090518.996000', '090518.998000', '090519.002000', '090519.005000', '090519.007000', '090519.010000', '090519.012000', '090519.015000', '090519.017000', '090519.020000', '090519.023000', '090519.025000', '090519.028000', '090519.030000', '090519.033000', '090519.036000', '090519.038000', '090519.041000', '090519.043000', '090519.046000', '090519.048000', '090523.895000', '090523.898000', '090523.900000', '090523.903000', '090523.906000', '090523.908000', '090523.911000', '090523.914000', '090523.916000', '090523.919000', '090523.921000', '090523.924000'], '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': [9715, 15679, 9704, 18053, 12625, 17588, 10000, 11224, 10077, 8388, 11272, 7833, 15111, 9210, 14617, 9341, 16579, 10782, 16442, 12050, 14998, 9022, 11062, 9380, 8270, 10779, 7753, 12644, 8795, 12348, 8548, 14469, 9106, 16741, 8898, 15486, 8731, 13873, 8194, 14794, 7942, 11167, 7803, 10246, 7394, 10357, 7125, 10922, 8653, 10209, 9564, 7681, 11245, 7970, 14463, 8510, 7813, 10817, 8067, 10792, 9780, 6956, 12491, 7994, 15303, 9700, 7141, 13804, 8322, 17255, 10784, 18143, 13530, 17039, 10393, 13633, 9342, 7275, 10349, 7468, 11430, 8420, 9391, 9273, 6870, 11230, 7099, 11346, 8356, 11729, 8755, 11233, 9255, 11195, 9310, 18230, 12051, 13794, 9726, 6967, 12405, 8205, 14337, 8708, 16505, 12040, 13820, 8092, 13579, 8781, 12708, 9653, 13449, 9115, 12841, 9722, 8294, 10634, 6777, 11950, 8371, 13153, 9340, 16690, 12210, 12219, 10247, 6964, 12044, 9109, 17948, 9103, 17149, 11191, 17473, 13610, 15098, 8886, 7499, 11393, 7508, 12832, 9523, 15424, 9918, 14704, 9611, 9308, 11044, 7695, 14293, 7670, 11741, 7777, 12151, 8748, 12576, 8292, 12528, 8161, 12315, 8338, 10742, 8105, 9878, 9035, 9922, 6622, 10941, 7027, 12037, 7728, 11267, 7994, 11479, 7201, 11576, 7982, 12243, 9116, 12057, 9436, 13521, 8469, 12260, 8348, 11709, 13727, 9909, 8272, 11460, 7015, 12437, 8190, 12881, 8446, 13978, 7981, 15360, 8022, 14411, 8643, 15275, 11334, 15096, 7663, 12575, 7681, 11400, 9213, 10961, 10920, 13754, 9711, 17763, 9915, 18183, 10047, 17566, 8028, 13746, 9061, 9162, 10552, 6733, 12477, 8071, 12530, 15885, 9697, 17793, 8182, 13641, 9104, 7803, 10973, 6684, 12272, 8451, 12768, 9229, 12454, 8575, 11700, 8059, 12236, 7461, 11713, 7526, 11954, 7978, 12469, 7540, 12651, 7975, 12549, 9275, 11752, 10426, 8267, 11077, 7779, 11558, 12778, 9824, 10847, 10374, 6588, 12582, 8242, 13505, 9952, 16193, 9869, 15847, 10254, 16737, 11355, 17181, 10608, 14212, 8456, 12911, 9398, 10910, 9509, 7842, 10972, 14450, 8962, 17935, 10427, 13629, 8013, 12140, 8183, 12418, 8751, 12597, 7840, 11574, 7890, 11480, 7117, 12085, 8050, 12991, 9653, 12648, 8987, 12175, 9577, 14594, 8912, 12114, 9022, 15985, 9742, 13767, 10197, 12891, 8885, 10029, 9970, 9830, 10474, 14759, 8907, 11541, 10225, 7113, 12094, 7485, 13139, 8688, 12558, 8289, 15200, 8100, 15057, 8238, 13979, 9424, 15525, 8716, 14249, 8298, 13132, 8308, 7487, 11832, 7415, 13769, 9446, 13341, 9084, 12665, 8340, 12952, 9143, 16521, 9155, 13924, 8822, 12232, 9650, 17688, 9439, 12996, 9053, 7417, 11058, 7937, 11699, 8296, 12453, 7363, 12888, 8189, 12933, 9139, 12838, 9825, 11317, 11788, 8659, 13387, 10124, 6992, 12728, 8724, 12976, 16779, 10948, 17477, 12532, 16257, 13378, 17126, 12261, 17413, 12282, 17742, 13137, 18262, 12910, 16316, 10618, 13871, 10815, 13028, 13040, 18378, 10571, 16710, 10044, 10622, 11321, 7229, 12713, 8053, 13021, 9213, 13107, 9314, 12393, 9659, 12332, 9197, 9903, 10135, 9991, 10765, 9213, 11118, 8014, 12166, 7487, 12230, 8087, 12383, 8583, 12088, 8489, 12411, 9056, 11624, 9882, 9618, 11389, 8090, 12261, 8768, 12547, 9352, 12608, 9834, 12534, 9749, 15382, 10340, 9391, 11456, 7479, 13093, 8862, 13413, 10072, 16780, 9889, 14530, 10003, 18276, 10863, 15895, 10536, 13566, 10691, 9294, 10170, 6798, 13309, 9972, 11866, 10373, 12796, 9689, 14209, 9487, 16959, 11424, 17868, 12000, 8541, 16946, 10267, 13933, 11275, 8780, 13694, 8899, 17109, 10005, 11403, 10375, 8808, 11708, 12554, 11169, 13769, 10842, 7825, 11712, 9005, 13075, 10116, 13105, 9911, 13296, 9851, 11341, 10156, 8789, 10403, 8258, 11031, 8076, 12398, 9414, 13005, 9638, 13533, 9626, 14368, 10976, 16371, 10667, 15275, 9885, 13338, 9777, 13729, 9853, 13494, 16305, 10552, 8473, 11566, 8627, 12667, 10621, 13401, 10259, 10569, 10430, 7454, 11543, 8765, 12058, 9763, 13454, 9892, 15398, 10419, 12112, 10851, 7253, 12695, 9619, 14675, 10967, 16735, 9579, 13666, 9590, 12700, 10364, 10431, 10516, 7925, 11167, 10685, 11102, 16074, 9151, 13912, 9987, 8371, 10810, 7707, 11535, 8517, 11790, 10287, 12469, 9912, 10805, 9929, 14012, 10078, 13050, 8733, 12128, 8925, 12709, 9457, 12836, 10243, 14084, 10350, 14851, 10835, 10168, 10156, 9777, 10777, 8342, 12260, 8985, 12515, 10151, 14725, 10598, 17232, 11432, 16173, 9746, 14993, 9031, 13073, 8947, 12884, 8837, 12042, 8822, 13360, 9649, 14750, 9852, 13213, 9753, 13044, 9568, 12537, 9584, 12539, 9196, 12806, 9324, 12145, 8994, 12068, 9045, 11826, 9041, 12495, 9341, 12867, 9514, 12673, 9734, 13559, 10005, 10339, 10238, 11996, 10085, 17241, 10779, 14042, 12127, 13976, 9783, 13674, 9824, 13955, 11467, 13917, 10356, 15249, 8957, 12444, 9258, 11946, 10328, 12478, 9740, 9207, 10742, 9113, 11043, 13126, 9975, 14253, 9749, 13455, 9793, 13670, 9649, 14520, 10325, 13126, 10400, 13425, 9672, 10349, 9910, 11855, 9727, 14234, 9771, 9167, 10570, 7495, 11542, 7749, 11879, 12810, 10505, 11631, 10775, 7927, 11143, 7771, 12007, 8420, 12205, 8424, 12524, 9498, 12526, 9273, 12936, 9613, 12545, 9262, 13868, 8580, 12383, 8808, 12640, 9824, 12915, 9992, 14088, 10151, 9145, 9641, 7404, 11288, 8102, 12565, 8729, 13733, 9509, 13256, 9118, 13088, 9027, 13494, 9290, 10826, 8115, 11868, 9598, 11093, 10114, 7528, 11610, 8884, 12638, 9867, 13697, 10973, 14207, 10439, 14267, 9949, 12743, 9793, 11024, 10574, 8263, 12667, 9623, 11882, 9709, 18116, 13547, 16886, 10138, 10908, 10155, 16530, 9848, 14113, 10157, 8311, 10526, 8207, 12351, 9358, 12267, 9813, 12787, 9709, 9600, 9623, 10929, 9749, 14733, 11167, 13861, 9866, 7958, 10725, 9518, 10898, 15016, 11114, 10980, 11979, 8042, 12900, 8282, 14065, 15038, 11350, 11874, 11266, 8517, 12063, 8472, 12249, 9435, 10349, 8828, 6457, 11080, 9716, 10477, 9710, 6933, 13108, 10081, 16604, 14106, 18217, 14560, 18583, 14092, 14666, 11483, 8267, 13387, 10494, 10343, 10353, 8150, 12366, 8465, 13125, 9118, 14023, 9654, 9372, 10371, 8296, 10545, 14632, 10101, 13601], 'WindowCenter': [4411.0, 4450.0, 4397.0, 4433.0, 4400.0, 4419.0, 4378.0, 4376.0, 4365.0, 4357.0, 4388.0, 4335.0, 4407.0, 4366.0, 4396.0, 4354.0, 4405.0, 4376.0, 4405.0, 4373.0, 4394.0, 4352.0, 4373.0, 4367.0, 4356.0, 4376.0, 4334.0, 4385.0, 4343.0, 4383.0, 4343.0, 4395.0, 4343.0, 4393.0, 4343.0, 4393.0, 4342.0, 4383.0, 4329.0, 4381.0, 4318.0, 4361.0, 4319.0, 4402.0, 4338.0, 4379.0, 4341.0, 4387.0, 4358.0, 4376.0, 4365.0, 4349.0, 4401.0, 4347.0, 4395.0, 4344.0, 4321.0, 4378.0, 4347.0, 4375.0, 4365.0, 4324.0, 4400.0, 4346.0, 4404.0, 4362.0, 4322.0, 4393.0, 4343.0, 4403.0, 4374.0, 4429.0, 4395.0, 4390.0, 4361.0, 4380.0, 4339.0, 4319.0, 4373.0, 4335.0, 4382.0, 4344.0, 4352.0, 4361.0, 4322.0, 4386.0, 4339.0, 4386.0, 4354.0, 4386.0, 4356.0, 4387.0, 4379.0, 4384.0, 4368.0, 4417.0, 4398.0, 4394.0, 4366.0, 4322.0, 4385.0, 4343.0, 4395.0, 4342.0, 4419.0, 4384.0, 4395.0, 4332.0, 4382.0, 4353.0, 4381.0, 4365.0, 4394.0, 4356.0, 4393.0, 4367.0, 4341.0, 4375.0, 4324.0, 4382.0, 4343.0, 4397.0, 4378.0, 4414.0, 4384.0, 4382.0, 4375.0, 4334.0, 4382.0, 4351.0, 4403.0, 4352.0, 4401.0, 4385.0, 4401.0, 4382.0, 4391.0, 4340.0, 4321.0, 4370.0, 4320.0, 4381.0, 4349.0, 4378.0, 4348.0, 4368.0, 4335.0, 4325.0, 4357.0, 4332.0, 4392.0, 4315.0, 4369.0, 4318.0, 4368.0, 4327.0, 4366.0, 4329.0, 4367.0, 4329.0, 4371.0, 4326.0, 4360.0, 4330.0, 4350.0, 4337.0, 4348.0, 4308.0, 4358.0, 4321.0, 4381.0, 4331.0, 4381.0, 4344.0, 4384.0, 4333.0, 4386.0, 4356.0, 4410.0, 4368.0, 4396.0, 4367.0, 4396.0, 4355.0, 4398.0, 4344.0, 4386.0, 4406.0, 4364.0, 4342.0, 4385.0, 4322.0, 4382.0, 4342.0, 4392.0, 4353.0, 4392.0, 4340.0, 4392.0, 4329.0, 4392.0, 4341.0, 4407.0, 4397.0, 4403.0, 4328.0, 4367.0, 4327.0, 4369.0, 4350.0, 4357.0, 4358.0, 4377.0, 4347.0, 4387.0, 4348.0, 4398.0, 4349.0, 4400.0, 4327.0, 4376.0, 4338.0, 4336.0, 4357.0, 4308.0, 4368.0, 4325.0, 4379.0, 4386.0, 4334.0, 4388.0, 4327.0, 4378.0, 4336.0, 4315.0, 4357.0, 4308.0, 4369.0, 4339.0, 4379.0, 4350.0, 4380.0, 4338.0, 4370.0, 4328.0, 4371.0, 4318.0, 4368.0, 4317.0, 4380.0, 4340.0, 4381.0, 4342.0, 4391.0, 4341.0, 4393.0, 4375.0, 4393.0, 4375.0, 4342.0, 4383.0, 4342.0, 4385.0, 4396.0, 4378.0, 4377.0, 4374.0, 4323.0, 4382.0, 4353.0, 4394.0, 4365.0, 4405.0, 4361.0, 4391.0, 4360.0, 4402.0, 4373.0, 4402.0, 4358.0, 4390.0, 4340.0, 4379.0, 4350.0, 4368.0, 4360.0, 4329.0, 4372.0, 4391.0, 4350.0, 4403.0, 4361.0, 4380.0, 4330.0, 4367.0, 4339.0, 4369.0, 4340.0, 4380.0, 4342.0, 4372.0, 4339.0, 4371.0, 4320.0, 4380.0, 4342.0, 4393.0, 4362.0, 4391.0, 4352.0, 4384.0, 4363.0, 4393.0, 4353.0, 4382.0, 4351.0, 4402.0, 4362.0, 4390.0, 4360.0, 4378.0, 4352.0, 4360.0, 4362.0, 4358.0, 4371.0, 4403.0, 4353.0, 4370.0, 4361.0, 4320.0, 4381.0, 4331.0, 4381.0, 4339.0, 4395.0, 4343.0, 4392.0, 4330.0, 4390.0, 4329.0, 4378.0, 4337.0, 4389.0, 4351.0, 4380.0, 4328.0, 4366.0, 4327.0, 4318.0, 4369.0, 4320.0, 4381.0, 4351.0, 4382.0, 4341.0, 4371.0, 4330.0, 4382.0, 4349.0, 4388.0, 4350.0, 4378.0, 4339.0, 4366.0, 4348.0, 4399.0, 4337.0, 4376.0, 4337.0, 4316.0, 4370.0, 4328.0, 4380.0, 4338.0, 4380.0, 4329.0, 4381.0, 4340.0, 4380.0, 4351.0, 4394.0, 4373.0, 4411.0, 4395.0, 4366.0, 4420.0, 4387.0, 4333.0, 4394.0, 4351.0, 4395.0, 4402.0, 4372.0, 4403.0, 4382.0, 4403.0, 4421.0, 4426.0, 4384.0, 4399.0, 4368.0, 4388.0, 4367.0, 4398.0, 4367.0, 4375.0, 4345.0, 4364.0, 4344.0, 4351.0, 4380.0, 4398.0, 4346.0, 4372.0, 4321.0, 4330.0, 4343.0, 4303.0, 4365.0, 4316.0, 4363.0, 4335.0, 4364.0, 4338.0, 4367.0, 4337.0, 4366.0, 4349.0, 4347.0, 4347.0, 4347.0, 4356.0, 4349.0, 4369.0, 4326.0, 4381.0, 4321.0, 4369.0, 4330.0, 4371.0, 4340.0, 4383.0, 4341.0, 4380.0, 4353.0, 4371.0, 4362.0, 4352.0, 4385.0, 4356.0, 4384.0, 4353.0, 4382.0, 4365.0, 4382.0, 4363.0, 4382.0, 4364.0, 4404.0, 4363.0, 4352.0, 4372.0, 4322.0, 4383.0, 4342.0, 4383.0, 4363.0, 4402.0, 4352.0, 4380.0, 4361.0, 4403.0, 4361.0, 4391.0, 4387.0, 4408.0, 4361.0, 4338.0, 4347.0, 4309.0, 4378.0, 4363.0, 4370.0, 4363.0, 4382.0, 4352.0, 4380.0, 4350.0, 4389.0, 4371.0, 4440.0, 4399.0, 4342.0, 4404.0, 4361.0, 4391.0, 4372.0, 4354.0, 4394.0, 4353.0, 4402.0, 4350.0, 4358.0, 4349.0, 4338.0, 4372.0, 4370.0, 4373.0, 4383.0, 4362.0, 4320.0, 4371.0, 4341.0, 4381.0, 4362.0, 4381.0, 4365.0, 4384.0, 4366.0, 4376.0, 4376.0, 4354.0, 4375.0, 4343.0, 4375.0, 4344.0, 4385.0, 4365.0, 4396.0, 4364.0, 4395.0, 4366.0, 4398.0, 4376.0, 4394.0, 4363.0, 4393.0, 4363.0, 4382.0, 4350.0, 4381.0, 4349.0, 4382.0, 4392.0, 4349.0, 4329.0, 4358.0, 4339.0, 4370.0, 4362.0, 4420.0, 4377.0, 4361.0, 4360.0, 4322.0, 4374.0, 4343.0, 4372.0, 4365.0, 4386.0, 4355.0, 4395.0, 4364.0, 4385.0, 4390.0, 4325.0, 4382.0, 4367.0, 4418.0, 4388.0, 4403.0, 4351.0, 4381.0, 4350.0, 4370.0, 4350.0, 4348.0, 4361.0, 4319.0, 4361.0, 4349.0, 4360.0, 4404.0, 4351.0, 4380.0, 4351.0, 4331.0, 4362.0, 4332.0, 4373.0, 4354.0, 4385.0, 4365.0, 4384.0, 4375.0, 4373.0, 4366.0, 4395.0, 4364.0, 4396.0, 4356.0, 4383.0, 4341.0, 4383.0, 4364.0, 4382.0, 4363.0, 4394.0, 4364.0, 4393.0, 4363.0, 4352.0, 4365.0, 4379.0, 4375.0, 4332.0, 4372.0, 4340.0, 4371.0, 4363.0, 4383.0, 4362.0, 4393.0, 4361.0, 4381.0, 4340.0, 4380.0, 4329.0, 4371.0, 4340.0, 4370.0, 4328.0, 4371.0, 4339.0, 4369.0, 4348.0, 4379.0, 4361.0, 4380.0, 4350.0, 4370.0, 4339.0, 4367.0, 4338.0, 4369.0, 4338.0, 4369.0, 4338.0, 4369.0, 4340.0, 4370.0, 4341.0, 4371.0, 4342.0, 4381.0, 4351.0, 4380.0, 4364.0, 4385.0, 4354.0, 4382.0, 4363.0, 4361.0, 4363.0, 4370.0, 4362.0, 4393.0, 4361.0, 4381.0, 4372.0, 4380.0, 4350.0, 4380.0, 4349.0, 4379.0, 4370.0, 4370.0, 4348.0, 4379.0, 4327.0, 4370.0, 4366.0, 4370.0, 4348.0, 4367.0, 4338.0, 4337.0, 4360.0, 4337.0, 4361.0, 4369.0, 4350.0, 4380.0, 4340.0, 4368.0, 4349.0, 4380.0, 4350.0, 4380.0, 4348.0, 4367.0, 4350.0, 4368.0, 4351.0, 4350.0, 4361.0, 4368.0, 4350.0, 4380.0, 4349.0, 4339.0, 4360.0, 4320.0, 4370.0, 4318.0, 4371.0, 4369.0, 4362.0, 4359.0, 4360.0, 4319.0, 4359.0, 4319.0, 4370.0, 4329.0, 4371.0, 4342.0, 4370.0, 4350.0, 4382.0, 4352.0, 4370.0, 4350.0, 4383.0, 4352.0, 4379.0, 4330.0, 4370.0, 4339.0, 4369.0, 4350.0, 4381.0, 4364.0, 4383.0, 4363.0, 4350.0, 4351.0, 4321.0, 4372.0, 4330.0, 4384.0, 4342.0, 4384.0, 4353.0, 4383.0, 4341.0, 4382.0, 4340.0, 4371.0, 4343.0, 4362.0, 4333.0, 4360.0, 4353.0, 4373.0, 4363.0, 4331.0, 4373.0, 4353.0, 4383.0, 4351.0, 4381.0, 4363.0, 4382.0, 4362.0, 4380.0, 4363.0, 4380.0, 4378.0, 4387.0, 4388.0, 4344.0, 4384.0, 4364.0, 4384.0, 4378.0, 4419.0, 4384.0, 4391.0, 4350.0, 4349.0, 4349.0, 4389.0, 4351.0, 4379.0, 4350.0, 4329.0, 4362.0, 4343.0, 4382.0, 4354.0, 4386.0, 4366.0, 4383.0, 4367.0, 4365.0, 4366.0, 4376.0, 4366.0, 4408.0, 4377.0, 4384.0, 4364.0, 4330.0, 4375.0, 4352.0, 4374.0, 4395.0, 4374.0, 4362.0, 4374.0, 4332.0, 4382.0, 4332.0, 4384.0, 4393.0, 4363.0, 4369.0, 4360.0, 4329.0, 4371.0, 4368.0, 4396.0, 4371.0, 4377.0, 4366.0, 4315.0, 4385.0, 4364.0, 4384.0, 4376.0, 4336.0, 4418.0, 4388.0, 4417.0, 4394.0, 4390.0, 4380.0, 4389.0, 4367.0, 4376.0, 4355.0, 4326.0, 4364.0, 4345.0, 4333.0, 4336.0, 4316.0, 4369.0, 4328.0, 4380.0, 4337.0, 4380.0, 4350.0, 4338.0, 4360.0, 4327.0, 4361.0, 4379.0, 4349.0, 4382.0], 'WindowWidth': [9732.0, 9782.0, 9700.0, 9746.0, 9689.0, 9716.0, 9655.0, 9647.0, 9633.0, 9627.0, 9669.0, 9591.0, 9693.0, 9635.0, 9676.0, 9617.0, 9691.0, 9649.0, 9689.0, 9639.0, 9669.0, 9609.0, 9641.0, 9638.0, 9622.0, 9647.0, 9588.0, 9658.0, 9598.0, 9654.0, 9599.0, 9673.0, 9598.0, 9669.0, 9596.0, 9666.0, 9593.0, 9653.0, 9572.0, 9646.0, 9556.0, 9616.0, 9559.0, 9696.0, 9598.0, 9655.0, 9609.0, 9664.0, 9624.0, 9647.0, 9629.0, 9613.0, 9691.0, 9608.0, 9672.0, 9598.0, 9563.0, 9651.0, 9610.0, 9644.0, 9631.0, 9572.0, 9688.0, 9607.0, 9685.0, 9625.0, 9569.0, 9668.0, 9599.0, 9686.0, 9643.0, 9733.0, 9675.0, 9660.0, 9619.0, 9643.0, 9587.0, 9559.0, 9643.0, 9596.0, 9652.0, 9602.0, 9610.0, 9625.0, 9573.0, 9662.0, 9604.0, 9662.0, 9618.0, 9663.0, 9626.0, 9668.0, 9658.0, 9661.0, 9643.0, 9713.0, 9683.0, 9670.0, 9634.0, 9571.0, 9661.0, 9600.0, 9679.0, 9597.0, 9717.0, 9656.0, 9673.0, 9582.0, 9652.0, 9614.0, 9648.0, 9632.0, 9672.0, 9622.0, 9672.0, 9636.0, 9596.0, 9646.0, 9578.0, 9652.0, 9601.0, 9684.0, 9658.0, 9703.0, 9657.0, 9651.0, 9644.0, 9592.0, 9653.0, 9608.0, 9684.0, 9608.0, 9681.0, 9659.0, 9680.0, 9648.0, 9658.0, 9589.0, 9564.0, 9629.0, 9562.0, 9646.0, 9598.0, 9638.0, 9595.0, 9618.0, 9572.0, 9559.0, 9606.0, 9580.0, 9666.0, 9548.0, 9626.0, 9557.0, 9623.0, 9568.0, 9620.0, 9573.0, 9623.0, 9572.0, 9633.0, 9565.0, 9615.0, 9577.0, 9604.0, 9581.0, 9596.0, 9547.0, 9615.0, 9567.0, 9650.0, 9581.0, 9653.0, 9604.0, 9657.0, 9589.0, 9664.0, 9625.0, 9705.0, 9645.0, 9677.0, 9641.0, 9679.0, 9622.0, 9684.0, 9603.0, 9664.0, 9693.0, 9633.0, 9598.0, 9660.0, 9571.0, 9653.0, 9596.0, 9668.0, 9617.0, 9667.0, 9593.0, 9667.0, 9576.0, 9665.0, 9593.0, 9700.0, 9685.0, 9687.0, 9573.0, 9625.0, 9571.0, 9631.0, 9606.0, 9609.0, 9615.0, 9638.0, 9597.0, 9653.0, 9598.0, 9670.0, 9602.0, 9675.0, 9571.0, 9636.0, 9584.0, 9580.0, 9608.0, 9547.0, 9627.0, 9566.0, 9645.0, 9649.0, 9576.0, 9655.0, 9570.0, 9639.0, 9581.0, 9551.0, 9610.0, 9546.0, 9628.0, 9588.0, 9642.0, 9603.0, 9647.0, 9590.0, 9634.0, 9573.0, 9634.0, 9559.0, 9626.0, 9556.0, 9648.0, 9594.0, 9651.0, 9601.0, 9663.0, 9598.0, 9672.0, 9652.0, 9670.0, 9647.0, 9599.0, 9656.0, 9599.0, 9660.0, 9675.0, 9655.0, 9650.0, 9641.0, 9572.0, 9651.0, 9613.0, 9669.0, 9631.0, 9689.0, 9619.0, 9664.0, 9617.0, 9682.0, 9640.0, 9683.0, 9615.0, 9661.0, 9592.0, 9645.0, 9606.0, 9629.0, 9620.0, 9576.0, 9639.0, 9665.0, 9606.0, 9689.0, 9621.0, 9647.0, 9578.0, 9627.0, 9591.0, 9631.0, 9592.0, 9648.0, 9599.0, 9638.0, 9592.0, 9634.0, 9566.0, 9648.0, 9601.0, 9668.0, 9627.0, 9667.0, 9615.0, 9660.0, 9629.0, 9670.0, 9615.0, 9651.0, 9609.0, 9682.0, 9625.0, 9663.0, 9620.0, 9642.0, 9609.0, 9619.0, 9626.0, 9614.0, 9635.0, 9686.0, 9615.0, 9635.0, 9620.0, 9565.0, 9648.0, 9582.0, 9650.0, 9591.0, 9678.0, 9602.0, 9665.0, 9577.0, 9661.0, 9576.0, 9641.0, 9584.0, 9659.0, 9609.0, 9644.0, 9570.0, 9619.0, 9566.0, 9556.0, 9626.0, 9564.0, 9645.0, 9605.0, 9648.0, 9590.0, 9632.0, 9576.0, 9649.0, 9601.0, 9658.0, 9605.0, 9641.0, 9588.0, 9621.0, 9599.0, 9675.0, 9584.0, 9635.0, 9584.0, 9555.0, 9631.0, 9573.0, 9646.0, 9587.0, 9644.0, 9577.0, 9647.0, 9594.0, 9647.0, 9609.0, 9672.0, 9643.0, 9712.0, 9674.0, 9639.0, 9719.0, 9668.0, 9588.0, 9671.0, 9607.0, 9677.0, 9679.0, 9637.0, 9688.0, 9649.0, 9684.0, 9722.0, 9726.0, 9659.0, 9674.0, 9625.0, 9655.0, 9624.0, 9669.0, 9623.0, 9630.0, 9587.0, 9613.0, 9585.0, 9591.0, 9648.0, 9668.0, 9593.0, 9622.0, 9548.0, 9560.0, 9580.0, 9529.0, 9615.0, 9550.0, 9610.0, 9576.0, 9615.0, 9584.0, 9624.0, 9581.0, 9618.0, 9601.0, 9594.0, 9596.0, 9593.0, 9606.0, 9602.0, 9628.0, 9566.0, 9647.0, 9566.0, 9629.0, 9577.0, 9634.0, 9593.0, 9654.0, 9594.0, 9646.0, 9615.0, 9635.0, 9624.0, 9610.0, 9661.0, 9625.0, 9656.0, 9612.0, 9652.0, 9633.0, 9653.0, 9628.0, 9653.0, 9631.0, 9688.0, 9627.0, 9609.0, 9638.0, 9570.0, 9654.0, 9595.0, 9658.0, 9626.0, 9680.0, 9610.0, 9646.0, 9622.0, 9686.0, 9617.0, 9666.0, 9671.0, 9696.0, 9618.0, 9580.0, 9590.0, 9545.0, 9637.0, 9622.0, 9629.0, 9621.0, 9647.0, 9605.0, 9642.0, 9603.0, 9658.0, 9634.0, 9749.0, 9687.0, 9595.0, 9688.0, 9619.0, 9661.0, 9636.0, 9616.0, 9671.0, 9613.0, 9679.0, 9601.0, 9610.0, 9598.0, 9583.0, 9636.0, 9629.0, 9635.0, 9652.0, 9620.0, 9563.0, 9632.0, 9593.0, 9646.0, 9623.0, 9647.0, 9633.0, 9658.0, 9635.0, 9649.0, 9650.0, 9615.0, 9647.0, 9601.0, 9646.0, 9604.0, 9660.0, 9632.0, 9675.0, 9630.0, 9675.0, 9635.0, 9684.0, 9646.0, 9670.0, 9623.0, 9665.0, 9623.0, 9650.0, 9603.0, 9649.0, 9598.0, 9651.0, 9662.0, 9599.0, 9572.0, 9610.0, 9586.0, 9629.0, 9622.0, 9719.0, 9651.0, 9619.0, 9612.0, 9567.0, 9636.0, 9595.0, 9636.0, 9626.0, 9657.0, 9612.0, 9671.0, 9622.0, 9656.0, 9670.0, 9575.0, 9647.0, 9637.0, 9715.0, 9668.0, 9684.0, 9603.0, 9646.0, 9603.0, 9632.0, 9602.0, 9597.0, 9617.0, 9557.0, 9617.0, 9598.0, 9614.0, 9688.0, 9605.0, 9645.0, 9605.0, 9578.0, 9622.0, 9581.0, 9638.0, 9617.0, 9657.0, 9631.0, 9656.0, 9645.0, 9641.0, 9634.0, 9677.0, 9627.0, 9677.0, 9621.0, 9652.0, 9595.0, 9653.0, 9628.0, 9650.0, 9626.0, 9672.0, 9630.0, 9669.0, 9625.0, 9607.0, 9631.0, 9659.0, 9641.0, 9576.0, 9631.0, 9586.0, 9630.0, 9620.0, 9654.0, 9618.0, 9664.0, 9613.0, 9643.0, 9583.0, 9639.0, 9567.0, 9632.0, 9587.0, 9632.0, 9569.0, 9630.0, 9586.0, 9627.0, 9596.0, 9642.0, 9619.0, 9645.0, 9602.0, 9630.0, 9585.0, 9623.0, 9583.0, 9626.0, 9585.0, 9627.0, 9584.0, 9627.0, 9590.0, 9629.0, 9590.0, 9633.0, 9593.0, 9646.0, 9608.0, 9644.0, 9629.0, 9659.0, 9614.0, 9649.0, 9626.0, 9619.0, 9625.0, 9631.0, 9621.0, 9670.0, 9619.0, 9647.0, 9634.0, 9644.0, 9602.0, 9643.0, 9600.0, 9643.0, 9630.0, 9632.0, 9596.0, 9638.0, 9565.0, 9630.0, 9638.0, 9635.0, 9598.0, 9620.0, 9582.0, 9580.0, 9616.0, 9581.0, 9618.0, 9628.0, 9601.0, 9644.0, 9587.0, 9625.0, 9599.0, 9644.0, 9603.0, 9646.0, 9597.0, 9622.0, 9602.0, 9625.0, 9605.0, 9601.0, 9620.0, 9625.0, 9601.0, 9645.0, 9600.0, 9586.0, 9616.0, 9561.0, 9630.0, 9556.0, 9632.0, 9629.0, 9619.0, 9612.0, 9614.0, 9558.0, 9613.0, 9560.0, 9629.0, 9573.0, 9634.0, 9595.0, 9632.0, 9603.0, 9648.0, 9608.0, 9630.0, 9604.0, 9654.0, 9608.0, 9641.0, 9575.0, 9630.0, 9588.0, 9627.0, 9603.0, 9647.0, 9626.0, 9652.0, 9625.0, 9604.0, 9606.0, 9565.0, 9637.0, 9578.0, 9655.0, 9594.0, 9656.0, 9611.0, 9652.0, 9593.0, 9651.0, 9588.0, 9633.0, 9595.0, 9621.0, 9584.0, 9616.0, 9612.0, 9641.0, 9625.0, 9581.0, 9639.0, 9610.0, 9653.0, 9606.0, 9647.0, 9623.0, 9650.0, 9620.0, 9645.0, 9625.0, 9647.0, 9657.0, 9668.0, 9669.0, 9601.0, 9657.0, 9628.0, 9657.0, 9655.0, 9718.0, 9657.0, 9660.0, 9601.0, 9596.0, 9598.0, 9653.0, 9602.0, 9644.0, 9602.0, 9573.0, 9623.0, 9598.0, 9650.0, 9616.0, 9662.0, 9635.0, 9653.0, 9636.0, 9632.0, 9635.0, 9646.0, 9634.0, 9697.0, 9649.0, 9654.0, 9628.0, 9578.0, 9642.0, 9608.0, 9642.0, 9675.0, 9641.0, 9622.0, 9642.0, 9582.0, 9651.0, 9578.0, 9656.0, 9666.0, 9623.0, 9626.0, 9613.0, 9571.0, 9631.0, 9644.0, 9679.0, 9647.0, 9650.0, 9634.0, 9566.0, 9659.0, 9629.0, 9660.0, 9654.0, 9598.0, 9716.0, 9671.0, 9716.0, 9672.0, 9663.0, 9647.0, 9657.0, 9623.0, 9631.0, 9603.0, 9564.0, 9615.0, 9587.0, 9568.0, 9577.0, 9549.0, 9625.0, 9569.0, 9641.0, 9582.0, 9642.0, 9602.0, 9584.0, 9616.0, 9567.0, 9618.0, 9642.0, 9601.0, 9647.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.002359861910241657</td></tr>
<tr><td colspan=3>aqi</td><td>0.04503199321058688</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.37816593494236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1968074085483873</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9744664721198175</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>7688.9727</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10216202528616518</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>56</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.444188722669735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.903915330402302</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.812096751136207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1343492889076536</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7652999511630454</td></tr>
<tr><td colspan=3>gcor</td><td>0.00888815</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013674098998308182</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027616454288363457</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.8783756186851193</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>24.1898</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.0209</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.0028</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297939.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>670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.0256</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1215</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.4986</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3504.8297</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78605.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.8378</td></tr>
<tr><td colspan=3>tsnr</td><td>29.264000718249008</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>