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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:13:19.857500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999975, 0.00641651, 0.00289499, -0.005934, 0.989606, -0.143681]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.086623</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7726, -7303, 652, -44, -159, 61, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e9043c9-302f-42c2-989c-0dd522724789||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6828603744506836, -0.015920499339699745, 0.010224448516964912, 115.39981079101562], [-0.01721501350402832, 2.655040979385376, -0.3878839612007141, -75.88947296142578], [0.007767046336084604, 0.3854868710041046, 2.67197322845459, -74.99668884277344], [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': ['131319.857500', '131320.317500', '131320.777500', '131321.237500', '131321.697500', '131322.157500', '131322.617500', '131323.077500', '131323.537500', '131323.997500', '131324.457500', '131324.917500', '131325.377500', '131325.837500', '131326.297500', '131326.757500', '131327.217500', '131327.677500', '131328.137500', '131328.597500', '131329.057500', '131329.517500', '131329.977500', '131330.437500', '131330.897500', '131331.357500', '131331.817500', '131332.277500', '131332.737500', '131333.197500', '131333.657500', '131334.117500', '131334.577500', '131335.037500', '131335.497500', '131335.957500', '131336.417500', '131336.877500', '131337.337500', '131337.797500', '131338.257500', '131338.717500', '131339.177500', '131339.637500', '131340.097500', '131340.557500', '131341.017500', '131341.477500', '131341.937500', '131342.397500', '131342.857500', '131343.317500', '131343.777500', '131344.237500', '131344.697500', '131345.157500', '131345.617500', '131346.077500', '131346.537500', '131346.997500', '131347.457500', '131347.917500', '131348.377500', '131348.837500', '131349.297500', '131349.757500', '131350.217500', '131350.677500', '131351.137500', '131351.597500', '131352.057500', '131352.517500', '131352.977500', '131353.437500', '131353.897500', '131354.357500', '131354.817500', '131355.277500', '131355.737500', '131356.197500', '131356.657500', '131357.117500', '131357.577500', '131358.037500', '131358.497500', '131358.957500', '131359.417500', '131359.877500', '131400.337500', '131400.797500', '131401.257500', '131401.717500', '131402.177500', '131402.637500', '131403.097500', '131403.557500', '131404.017500', '131404.477500', '131404.937500', '131405.397500', '131405.857500', '131406.317500', '131406.777500', '131407.237500', '131407.697500', '131408.157500', '131408.617500', '131409.077500', '131409.537500', '131409.997500', '131410.457500', '131410.917500', '131411.377500', '131411.837500', '131412.297500', '131412.757500', '131413.217500', '131413.677500', '131414.137500', '131414.597500', '131415.057500', '131415.517500', '131415.977500', '131416.437500', '131416.897500', '131417.357500', '131417.817500', '131418.277500', '131418.737500', '131419.197500', '131419.657500', '131420.117500', '131420.577500', '131421.037500', '131421.497500', '131421.957500', '131422.417500', '131422.877500', '131423.337500', '131423.797500', '131424.257500', '131424.717500', '131425.177500', '131425.637500', '131426.097500', '131426.557500', '131427.017500', '131427.477500', '131427.937500', '131428.397500', '131428.857500', '131429.317500', '131429.777500', '131430.237500', '131430.697500', '131431.157500', '131431.617500', '131432.077500', '131432.537500', '131432.997500', '131433.457500', '131433.917500', '131434.377500', '131434.837500', '131435.297500', '131435.757500', '131436.217500', '131436.677500', '131437.137500', '131437.597500', '131438.057500', '131438.517500', '131438.977500', '131439.437500', '131439.897500', '131440.357500', '131440.817500', '131441.277500', '131441.737500', '131442.197500', '131442.657500', '131443.117500', '131443.577500', '131444.037500', '131444.497500', '131444.957500', '131445.417500', '131445.877500', '131446.337500', '131446.797500', '131447.257500', '131447.717500', '131448.177500', '131448.637500', '131449.097500', '131449.557500', '131450.017500', '131450.477500', '131450.937500', '131451.397500', '131451.857500', '131452.317500', '131452.777500', '131453.237500', '131453.697500', '131454.157500', '131454.617500', '131455.077500', '131455.537500', '131455.997500', '131456.457500', '131456.917500', '131457.377500', '131457.837500', '131458.297500', '131458.757500', '131459.217500', '131459.677500', '131500.137500', '131500.597500', '131501.057500', '131501.517500', '131501.977500', '131502.437500', '131502.897500', '131503.357500', '131503.817500', '131504.277500', '131504.737500', '131505.197500', '131505.657500', '131506.117500', '131506.577500', '131507.037500', '131507.497500', '131507.957500', '131508.417500', '131508.877500', '131509.337500', '131509.797500', '131510.257500', '131510.717500', '131511.177500', '131511.637500', '131512.097500', '131512.557500', '131513.017500', '131513.477500', '131513.937500', '131514.397500', '131514.857500', '131515.317500', '131515.777500', '131516.237500', '131516.697500', '131517.157500', '131517.617500', '131518.077500', '131518.537500', '131518.997500', '131519.457500', '131519.917500', '131520.377500', '131520.837500', '131521.297500', '131521.757500', '131522.217500', '131522.677500', '131523.137500', '131523.597500', '131524.057500', '131524.517500', '131524.977500', '131525.437500', '131525.897500', '131526.357500', '131526.817500', '131527.277500', '131527.737500', '131528.197500', '131528.657500', '131529.117500', '131529.577500', '131530.037500', '131530.497500', '131530.957500', '131531.417500', '131531.877500', '131532.337500', '131532.797500', '131533.257500', '131533.717500', '131534.177500', '131534.637500', '131535.097500', '131535.557500', '131536.017500', '131536.477500', '131536.937500', '131537.397500', '131537.857500', '131538.317500', '131538.777500', '131539.237500', '131539.697500', '131540.157500', '131540.617500', '131541.077500', '131541.537500', '131541.997500', '131542.457500', '131542.917500', '131543.377500', '131543.837500', '131544.297500', '131544.757500', '131545.217500', '131545.677500', '131546.137500', '131546.597500', '131547.057500', '131547.517500', '131547.977500', '131548.437500', '131548.897500', '131549.357500', '131549.817500', '131550.277500', '131550.737500', '131551.197500', '131551.657500', '131552.117500', '131552.577500', '131553.037500', '131553.497500', '131553.957500', '131554.417500', '131554.877500', '131555.337500', '131555.797500', '131556.257500', '131556.717500', '131557.177500', '131557.637500', '131558.097500', '131558.557500', '131559.017500', '131559.477500', '131559.937500', '131600.397500', '131600.857500', '131601.317500', '131601.777500', '131602.237500', '131602.697500', '131603.157500', '131603.617500', '131604.077500', '131604.537500', '131604.997500', '131605.457500', '131605.917500', '131606.377500', '131606.837500', '131607.297500', '131607.757500', '131608.217500', '131608.677500', '131609.137500', '131609.597500', '131610.057500', '131610.517500', '131610.977500', '131611.437500', '131611.897500', '131612.357500', '131612.817500', '131613.277500', '131613.737500', '131614.197500', '131614.657500', '131615.117500', '131615.577500', '131616.037500', '131616.497500', '131616.957500', '131617.417500', '131617.877500', '131618.337500', '131618.797500', '131619.257500', '131619.717500', '131620.177500', '131620.637500', '131621.097500', '131621.557500', '131622.017500', '131622.477500', '131622.937500', '131623.397500', '131623.857500', '131624.317500', '131624.777500', '131625.237500', '131625.697500', '131626.157500', '131626.617500', '131627.077500', '131627.537500', '131627.997500', '131628.457500', '131628.917500', '131629.377500', '131629.837500', '131630.297500', '131630.757500', '131631.217500', '131631.677500', '131632.137500', '131632.597500', '131633.057500', '131633.517500', '131633.977500', '131634.437500', '131634.897500', '131635.357500', '131635.817500', '131636.277500', '131636.737500', '131637.197500', '131637.657500', '131638.117500', '131638.577500', '131639.037500', '131639.497500', '131639.957500', '131640.417500', '131640.877500', '131641.337500', '131641.797500', '131642.257500', '131642.717500', '131643.177500', '131643.637500', '131644.097500', '131644.557500', '131645.017500', '131645.477500', '131645.937500', '131646.397500', '131646.857500', '131647.317500', '131647.777500', '131648.237500', '131648.697500', '131649.157500', '131649.617500', '131650.077500', '131650.537500', '131650.997500', '131651.457500', '131651.917500', '131652.377500', '131652.837500', '131653.297500', '131653.757500', '131654.217500', '131654.677500', '131655.137500', '131655.597500', '131656.057500', '131656.517500', '131656.977500', '131657.437500', '131657.897500', '131658.357500', '131658.817500', '131659.277500', '131659.737500', '131700.197500', '131700.657500', '131701.117500', '131701.577500', '131702.037500', '131702.497500', '131702.957500', '131703.417500', '131703.877500', '131704.337500', '131704.797500', '131705.257500', '131705.717500', '131706.177500', '131706.637500', '131707.097500', '131707.557500', '131708.017500', '131708.477500', '131708.937500', '131709.397500', '131709.857500', '131710.317500', '131710.777500', '131711.237500', '131711.697500', '131712.157500', '131712.617500', '131713.077500', '131713.537500', '131713.997500', '131714.457500', '131714.917500', '131715.377500', '131715.837500', '131716.297500', '131716.757500', '131717.217500', '131717.677500', '131718.137500', '131718.597500', '131719.057500', '131719.517500', '131719.977500', '131720.437500', '131720.897500', '131721.357500', '131721.817500', '131722.277500', '131722.737500', '131723.197500', '131723.657500', '131724.117500', '131724.577500', '131725.037500', '131725.497500', '131725.957500', '131726.417500', '131726.877500', '131727.337500', '131727.797500', '131728.257500', '131728.717500', '131729.177500', '131729.637500', '131730.097500', '131730.557500', '131731.017500', '131731.477500', '131731.937500', '131732.397500', '131732.857500', '131733.317500', '131733.777500', '131734.237500', '131734.697500', '131735.157500', '131735.617500', '131736.077500', '131736.537500', '131736.997500', '131737.457500', '131737.917500', '131738.377500', '131738.837500', '131739.297500', '131739.757500', '131740.217500', '131740.677500', '131741.137500', '131741.597500', '131742.057500', '131742.517500', '131742.977500', '131743.437500', '131743.897500', '131744.357500', '131744.817500', '131745.277500', '131745.737500', '131746.197500', '131746.657500', '131747.117500', '131747.577500', '131748.037500', '131748.497500', '131748.957500', '131749.417500', '131749.877500', '131750.337500', '131750.797500', '131751.257500', '131751.717500', '131752.177500', '131752.637500', '131753.097500', '131753.557500', '131754.017500', '131754.477500', '131754.937500', '131755.397500', '131755.857500', '131756.317500', '131756.777500', '131757.237500', '131757.697500', '131758.157500', '131758.617500', '131759.077500', '131759.537500', '131759.997500', '131800.457500', '131800.917500', '131801.377500', '131801.837500', '131802.297500', '131802.757500', '131803.217500', '131803.677500', '131804.137500', '131804.597500', '131805.057500', '131805.517500', '131805.977500', '131806.437500', '131806.897500', '131807.357500', '131807.817500', '131808.277500', '131808.737500', '131809.197500', '131809.657500', '131810.117500', '131810.577500', '131811.037500', '131811.497500', '131811.957500', '131812.417500', '131812.877500', '131813.337500', '131813.797500', '131814.257500', '131814.717500', '131815.177500', '131815.637500', '131816.097500', '131816.557500', '131817.017500', '131817.477500', '131817.937500', '131818.397500', '131818.857500', '131819.317500', '131819.777500', '131820.237500', '131820.697500', '131821.157500', '131821.617500', '131822.077500', '131822.537500', '131822.997500', '131823.457500', '131823.917500', '131824.377500', '131824.837500', '131825.297500', '131825.757500', '131826.217500', '131826.677500', '131827.137500', '131827.597500', '131828.057500', '131828.517500', '131828.977500', '131829.437500', '131829.897500', '131830.357500', '131830.817500', '131831.277500', '131831.737500', '131832.197500', '131832.657500', '131833.117500', '131833.577500', '131834.037500', '131834.497500', '131834.957500', '131835.417500', '131835.877500', '131836.337500', '131836.797500', '131837.257500', '131837.717500', '131838.177500', '131838.637500', '131839.097500', '131839.557500', '131840.017500', '131840.477500', '131840.937500', '131841.397500', '131841.857500', '131842.317500', '131842.777500', '131843.237500', '131843.697500', '131844.157500', '131844.617500', '131845.077500', '131845.537500', '131845.997500', '131846.457500', '131846.917500', '131847.377500', '131847.837500', '131848.297500', '131848.757500', '131849.217500', '131849.677500', '131850.137500', '131850.597500', '131851.057500', '131851.517500', '131851.977500', '131852.437500', '131852.897500', '131853.357500', '131853.817500', '131854.277500', '131854.737500', '131855.197500', '131855.657500', '131856.117500', '131856.577500', '131857.037500', '131857.497500', '131857.957500', '131858.417500', '131858.877500', '131859.337500', '131859.797500', '131900.257500', '131900.717500', '131901.177500', '131901.637500', '131902.097500', '131902.557500', '131903.017500', '131903.477500', '131903.937500', '131904.397500', '131904.857500', '131905.317500', '131905.777500', '131906.237500', '131906.697500', '131907.157500', '131907.617500', '131908.077500', '131908.537500', '131908.997500', '131909.457500', '131909.917500', '131910.377500', '131910.837500', '131911.297500', '131911.757500', '131912.217500', '131912.677500', '131913.137500', '131913.597500', '131914.057500', '131914.517500', '131914.977500', '131915.437500', '131915.897500', '131916.357500', '131916.817500', '131917.277500', '131917.737500', '131918.197500', '131918.657500', '131919.117500', '131919.577500', '131920.037500', '131920.497500', '131920.957500', '131921.417500', '131921.877500', '131922.337500', '131922.797500', '131923.257500', '131923.717500', '131924.177500', '131924.637500', '131925.097500', '131925.557500', '131926.017500', '131926.477500', '131926.937500', '131927.397500', '131927.857500', '131928.317500', '131928.777500', '131929.237500', '131929.697500', '131930.157500', '131930.617500', '131931.077500', '131931.537500', '131931.997500', '131932.457500', '131932.917500', '131933.377500', '131933.837500', '131934.297500', '131934.757500', '131935.217500', '131935.677500', '131936.137500', '131936.597500', '131937.057500', '131937.517500', '131937.977500', '131938.437500', '131938.897500', '131939.357500', '131939.817500', '131940.277500', '131940.737500', '131941.197500', '131941.657500', '131942.117500', '131942.577500', '131943.037500', '131943.497500', '131943.957500', '131944.417500', '131944.877500', '131945.337500', '131945.797500', '131946.257500', '131946.717500', '131947.177500', '131947.637500', '131948.097500', '131948.557500', '131949.017500', '131949.477500', '131949.937500', '131950.397500', '131950.857500', '131951.317500', '131951.777500', '131952.237500', '131952.697500', '131953.157500', '131953.617500', '131954.077500', '131954.537500', '131954.997500', '131955.457500', '131955.917500', '131956.377500', '131956.837500', '131957.297500', '131957.757500', '131958.217500', '131958.677500', '131959.137500', '131959.597500', '132000.057500', '132000.517500'], 'ContentTime': ['131331.984000', '131331.987000', '131331.991000', '131331.994000', '131331.997000', '131332.001000', '131332.015000', '131332.019000', '131332.022000', '131332.025000', '131332.028000', '131332.031000', '131332.034000', '131332.043000', '131332.046000', '131332.049000', '131332.052000', '131332.055000', '131332.058000', '131332.061000', '131332.064000', '131332.067000', '131332.070000', '131332.073000', '131351.927000', '131351.930000', '131351.933000', '131351.949000', '131351.952000', '131351.958000', '131351.961000', '131351.964000', '131351.967000', '131351.970000', '131351.972000', '131351.975000', '131351.978000', '131351.981000', '131351.983000', '131351.986000', '131351.989000', '131351.992000', '131351.995000', '131351.998000', '131352.002000', '131352.004000', '131352.007000', '131352.010000', '131352.013000', '131352.016000', '131352.018000', '131352.021000', '131352.024000', '131352.027000', '131352.030000', '131352.033000', '131352.041000', '131352.044000', '131352.046000', '131352.049000', '131352.052000', '131352.055000', '131352.058000', '131352.061000', '131352.063000', '131352.066000', '131352.069000', '131352.072000', '131411.926000', '131411.929000', '131411.932000', '131411.935000', '131411.937000', '131411.940000', '131411.943000', '131411.946000', '131411.948000', '131411.951000', '131411.954000', '131411.957000', '131411.960000', '131411.963000', '131411.966000', '131411.968000', '131411.971000', '131411.974000', '131411.977000', '131411.980000', '131411.982000', '131411.985000', '131411.988000', '131411.991000', '131411.994000', '131411.997000', '131412.000000', '131412.003000', '131412.011000', '131412.014000', '131412.019000', '131412.023000', '131412.026000', '131412.029000', '131412.032000', '131412.035000', '131412.038000', '131412.040000', '131412.043000', '131412.046000', '131412.049000', '131412.052000', '131412.054000', '131431.926000', '131431.929000', '131431.932000', '131431.935000', '131431.937000', '131431.940000', '131431.943000', '131431.946000', '131431.949000', '131431.951000', '131431.954000', '131431.957000', '131431.960000', '131431.963000', '131431.966000', '131431.969000', '131431.972000', '131431.974000', '131431.977000', '131431.980000', '131431.983000', '131431.986000', '131431.989000', '131431.991000', '131431.994000', '131431.997000', '131432.001000', '131432.004000', '131432.007000', '131432.009000', '131432.012000', '131432.015000', '131432.018000', '131432.021000', '131432.024000', '131432.027000', '131432.029000', '131432.032000', '131432.035000', '131432.038000', '131432.041000', '131432.043000', '131432.046000', '131432.049000', '131451.926000', '131451.929000', '131451.931000', '131451.934000', '131451.937000', '131451.940000', '131451.943000', '131451.946000', '131451.949000', '131451.951000', '131451.954000', '131451.957000', '131451.960000', '131451.963000', '131451.966000', '131451.969000', '131451.972000', '131451.974000', '131451.977000', '131451.980000', '131451.984000', '131451.987000', '131451.989000', '131451.992000', '131451.995000', '131451.998000', '131452.002000', '131452.005000', '131452.008000', '131452.010000', '131452.013000', '131452.016000', '131452.019000', '131452.022000', '131452.024000', '131452.027000', '131452.030000', '131452.033000', '131452.036000', '131452.039000', '131452.042000', '131452.044000', '131452.049000', '131511.926000', '131511.929000', '131511.932000', '131511.935000', '131511.937000', '131511.940000', '131511.943000', '131511.947000', '131511.950000', '131511.953000', '131511.956000', '131511.958000', '131511.961000', '131511.964000', '131511.967000', '131511.970000', '131511.973000', '131511.976000', '131511.979000', '131511.981000', '131511.984000', '131511.987000', '131511.990000', '131511.993000', '131511.995000', '131511.998000', '131512.002000', '131512.005000', '131512.025000', '131512.028000', '131512.031000', '131512.034000', '131512.037000', '131512.040000', '131512.042000', '131512.045000', '131512.048000', '131512.051000', '131512.054000', '131512.057000', '131512.059000', '131512.062000', '131512.065000', '131512.068000', '131531.927000', '131531.930000', '131531.933000', '131531.936000', '131531.938000', '131531.941000', '131531.944000', '131531.947000', '131531.950000', '131531.953000', '131531.955000', '131531.958000', '131531.961000', '131531.964000', '131531.967000', '131531.970000', '131531.973000', '131531.976000', '131531.978000', '131531.981000', '131531.984000', '131531.987000', '131531.990000', '131531.993000', '131531.995000', '131531.998000', '131532.001000', '131532.004000', '131532.007000', '131532.010000', '131532.012000', '131532.015000', '131532.018000', '131532.021000', '131532.024000', '131532.026000', '131532.029000', '131532.032000', '131532.035000', '131532.038000', '131532.041000', '131532.043000', '131532.046000', '131551.927000', '131551.930000', '131551.932000', '131551.935000', '131551.938000', '131551.941000', '131551.944000', '131551.947000', '131551.950000', '131551.952000', '131551.955000', '131551.958000', '131551.961000', '131551.964000', '131551.967000', '131551.969000', '131551.972000', '131551.975000', '131551.978000', '131551.981000', '131551.984000', '131551.986000', '131551.989000', '131551.992000', '131551.995000', '131551.998000', '131552.002000', '131552.004000', '131552.007000', '131552.010000', '131552.013000', '131552.016000', '131552.019000', '131552.021000', '131552.024000', '131552.027000', '131552.030000', '131552.033000', '131552.035000', '131552.038000', '131552.041000', '131552.044000', '131552.047000', '131552.050000', '131611.927000', '131611.930000', '131611.933000', '131611.936000', '131611.938000', '131611.941000', '131611.944000', '131611.947000', '131611.950000', '131611.952000', '131611.956000', '131611.958000', '131611.961000', '131611.964000', '131611.967000', '131611.970000', '131611.973000', '131611.976000', '131611.979000', '131611.982000', '131611.984000', '131611.987000', '131611.990000', '131611.993000', '131611.996000', '131612.000000', '131612.003000', '131612.005000', '131612.008000', '131612.011000', '131612.014000', '131612.017000', '131612.019000', '131612.023000', '131612.026000', '131612.029000', '131612.032000', '131612.034000', '131612.037000', '131612.040000', '131612.043000', '131612.046000', '131612.049000', '131631.926000', '131631.929000', '131631.931000', '131631.934000', '131631.937000', '131631.940000', '131631.943000', '131631.946000', '131631.949000', '131631.952000', '131631.954000', '131631.958000', '131631.960000', '131631.963000', '131631.966000', '131631.969000', '131631.972000', '131631.975000', '131631.978000', '131631.981000', '131631.983000', '131631.986000', '131631.989000', '131631.992000', '131631.995000', '131631.998000', '131632.002000', '131632.005000', '131632.007000', '131632.010000', '131632.013000', '131632.016000', '131632.019000', '131632.022000', '131632.024000', '131632.027000', '131632.030000', '131632.033000', '131632.036000', '131632.039000', '131632.042000', '131632.044000', '131632.047000', '131632.050000', '131651.926000', '131651.929000', '131651.932000', '131651.935000', '131651.938000', '131651.941000', '131651.943000', '131651.946000', '131651.949000', '131651.952000', '131651.955000', '131651.958000', '131651.961000', '131651.964000', '131651.966000', '131651.969000', '131651.972000', '131651.975000', '131651.978000', '131651.981000', '131651.984000', '131651.987000', '131651.989000', '131652.009000', '131652.012000', '131652.015000', '131652.017000', '131652.020000', '131652.023000', '131652.026000', '131652.029000', '131652.032000', '131652.034000', '131652.037000', '131652.040000', '131652.043000', '131652.046000', '131652.049000', '131652.052000', '131652.055000', '131652.057000', '131652.060000', '131652.063000', '131711.926000', '131711.929000', '131711.932000', '131711.935000', '131711.937000', '131711.940000', '131711.943000', '131711.946000', '131711.949000', '131711.952000', '131711.955000', '131711.957000', '131711.960000', '131711.963000', '131711.966000', '131711.969000', '131711.972000', '131711.975000', '131711.978000', '131711.980000', '131711.983000', '131711.986000', '131711.989000', '131711.992000', '131711.994000', '131711.997000', '131712.001000', '131712.004000', '131712.007000', '131712.010000', '131712.013000', '131712.015000', '131712.018000', '131712.021000', '131712.024000', '131712.027000', '131712.029000', '131712.032000', '131712.035000', '131712.038000', '131712.041000', '131712.044000', '131712.047000', '131712.049000', '131731.926000', '131731.929000', '131731.937000', '131731.940000', '131731.943000', '131731.946000', '131731.949000', '131731.952000', '131731.955000', '131731.957000', '131731.960000', '131731.963000', '131731.966000', '131731.969000', '131731.972000', '131731.975000', '131731.978000', '131731.981000', '131731.983000', '131731.986000', '131731.989000', '131731.992000', '131731.995000', '131731.998000', '131732.002000', '131732.005000', '131732.007000', '131732.010000', '131732.013000', '131732.016000', '131732.019000', '131732.022000', '131732.025000', '131732.027000', '131732.030000', '131732.033000', '131732.036000', '131732.039000', '131732.042000', '131732.044000', '131732.047000', '131732.050000', '131732.053000', '131751.927000', '131751.930000', '131751.933000', '131751.936000', '131751.938000', '131751.941000', '131751.944000', '131751.947000', '131751.950000', '131751.953000', '131751.956000', '131751.959000', '131751.962000', '131751.965000', '131751.967000', '131751.970000', '131751.973000', '131751.976000', '131751.979000', '131751.982000', '131751.985000', '131751.988000', '131751.991000', '131751.993000', '131751.996000', '131751.999000', '131752.002000', '131752.005000', '131752.008000', '131752.011000', '131752.014000', '131752.016000', '131752.019000', '131752.022000', '131752.025000', '131752.028000', '131752.031000', '131752.034000', '131752.037000', '131752.040000', '131752.042000', '131752.045000', '131752.048000', '131752.051000', '131811.927000', '131811.930000', '131811.933000', '131811.936000', '131811.939000', '131811.941000', '131811.944000', '131811.947000', '131811.950000', '131811.953000', '131811.956000', '131811.959000', '131811.962000', '131811.964000', '131811.967000', '131811.970000', '131811.973000', '131811.976000', '131811.979000', '131811.982000', '131811.985000', '131811.988000', '131811.990000', '131811.993000', '131811.996000', '131812.000000', '131812.003000', '131812.006000', '131812.009000', '131812.011000', '131812.014000', '131812.017000', '131812.020000', '131812.023000', '131812.026000', '131812.029000', '131812.032000', '131812.034000', '131812.037000', '131812.040000', '131812.043000', '131812.046000', '131812.049000', '131831.927000', '131831.930000', '131831.933000', '131831.935000', '131831.938000', '131831.941000', '131831.944000', '131831.947000', '131831.950000', '131831.953000', '131831.955000', '131831.958000', '131831.961000', '131831.964000', '131831.967000', '131831.970000', '131831.973000', '131831.976000', '131831.978000', '131831.981000', '131831.984000', '131831.987000', '131831.990000', '131831.992000', '131831.995000', '131831.998000', '131832.002000', '131832.005000', '131832.008000', '131832.011000', '131832.013000', '131832.016000', '131832.019000', '131832.022000', '131832.025000', '131832.028000', '131832.030000', '131832.033000', '131832.036000', '131832.039000', '131832.042000', '131832.044000', '131832.047000', '131832.050000', '131851.926000', '131851.929000', '131851.932000', '131851.935000', '131851.938000', '131851.940000', '131851.943000', '131851.946000', '131851.949000', '131851.952000', '131851.955000', '131851.958000', '131851.961000', '131851.963000', '131851.967000', '131851.969000', '131851.972000', '131851.975000', '131851.978000', '131851.981000', '131851.984000', '131851.987000', '131851.990000', '131851.992000', '131851.995000', '131851.998000', '131852.002000', '131852.005000', '131852.008000', '131852.010000', '131852.013000', '131852.016000', '131852.019000', '131852.022000', '131852.025000', '131852.027000', '131852.030000', '131852.033000', '131852.036000', '131852.039000', '131852.042000', '131852.044000', '131852.047000', '131911.926000', '131911.929000', '131911.932000', '131911.935000', '131911.938000', '131911.941000', '131911.943000', '131911.946000', '131911.950000', '131911.955000', '131911.958000', '131911.962000', '131911.964000', '131911.967000', '131911.970000', '131911.982000', '131911.984000', '131911.987000', '131911.990000', '131911.993000', '131911.996000', '131912.000000', '131912.002000', '131912.005000', '131912.008000', '131912.011000', '131912.014000', '131912.017000', '131912.019000', '131912.024000', '131912.027000', '131912.030000', '131912.032000', '131912.035000', '131912.038000', '131912.041000', '131912.044000', '131912.047000', '131912.049000', '131912.052000', '131912.055000', '131912.058000', '131912.061000', '131931.926000', '131931.929000', '131931.932000', '131931.935000', '131931.938000', '131931.940000', '131931.943000', '131931.946000', '131931.949000', '131931.952000', '131931.955000', '131931.958000', '131931.961000', '131931.963000', '131931.966000', '131931.969000', '131931.972000', '131931.975000', '131931.978000', '131931.981000', '131931.984000', '131931.986000', '131931.989000', '131931.992000', '131931.995000', '131931.998000', '131932.002000', '131932.004000', '131932.007000', '131932.010000', '131932.013000', '131932.016000', '131932.019000', '131932.021000', '131932.024000', '131932.027000', '131932.030000', '131932.033000', '131932.036000', '131932.038000', '131932.041000', '131932.044000', '131932.047000', '131932.050000', '131951.926000', '131951.944000', '131951.947000', '131951.950000', '131951.953000', '131951.956000', '131951.958000', '131951.962000', '131951.967000', '131951.970000', '131951.974000', '131951.977000', '131951.979000', '131951.982000', '131951.985000', '131951.988000', '131951.991000', '131951.994000', '131951.997000', '131952.000000', '131952.003000', '131952.006000', '131952.009000', '131952.012000', '131952.015000', '131952.018000', '131952.021000', '131952.023000', '131952.026000', '131952.029000', '131952.032000', '131952.035000', '131952.038000', '131952.040000', '131952.043000', '131952.046000', '131952.049000', '131952.052000', '131952.055000', '131952.057000', '131952.060000', '131952.063000', '131952.066000', '132001.668000', '132001.671000', '132001.675000', '132001.678000', '132001.681000', '132001.684000', '132001.688000', '132001.691000', '132001.695000', '132001.699000', '132001.703000', '132001.706000', '132001.710000', '132001.713000', '132001.716000', '132001.720000', '132001.724000', '132001.727000', '132001.731000', '132001.734000', '132001.737000', '132001.741000'], 'InstanceCreationTime': ['131331.984000', '131331.987000', '131331.991000', '131331.994000', '131331.997000', '131332.001000', '131332.015000', '131332.019000', '131332.022000', '131332.025000', '131332.028000', '131332.031000', '131332.034000', '131332.043000', '131332.046000', '131332.049000', '131332.052000', '131332.055000', '131332.058000', '131332.061000', '131332.064000', '131332.067000', '131332.070000', '131332.073000', '131351.927000', '131351.930000', '131351.933000', '131351.949000', '131351.952000', '131351.958000', '131351.961000', '131351.964000', '131351.967000', '131351.970000', '131351.972000', '131351.975000', '131351.978000', '131351.981000', '131351.983000', '131351.986000', '131351.989000', '131351.992000', '131351.995000', '131351.998000', '131352.002000', '131352.004000', '131352.007000', '131352.010000', '131352.013000', '131352.016000', '131352.018000', '131352.021000', '131352.024000', '131352.027000', '131352.030000', '131352.033000', '131352.041000', '131352.044000', '131352.046000', '131352.049000', '131352.052000', '131352.055000', '131352.058000', '131352.061000', '131352.063000', '131352.066000', '131352.069000', '131352.072000', '131411.926000', '131411.929000', '131411.932000', '131411.935000', '131411.937000', '131411.940000', '131411.943000', '131411.946000', '131411.948000', '131411.951000', '131411.954000', '131411.957000', '131411.960000', '131411.963000', '131411.966000', '131411.968000', '131411.971000', '131411.974000', '131411.977000', '131411.980000', '131411.982000', '131411.985000', '131411.988000', '131411.991000', '131411.994000', '131411.997000', '131412.000000', '131412.003000', '131412.011000', '131412.014000', '131412.019000', '131412.023000', '131412.026000', '131412.029000', '131412.032000', '131412.035000', '131412.038000', '131412.040000', '131412.043000', '131412.046000', '131412.049000', '131412.052000', '131412.054000', '131431.926000', '131431.929000', '131431.932000', '131431.935000', '131431.937000', '131431.940000', '131431.943000', '131431.946000', '131431.949000', '131431.951000', '131431.954000', '131431.957000', '131431.960000', '131431.963000', '131431.966000', '131431.969000', '131431.972000', '131431.974000', '131431.977000', '131431.980000', '131431.983000', '131431.986000', '131431.989000', '131431.991000', '131431.994000', '131431.997000', '131432.001000', '131432.004000', '131432.007000', '131432.009000', '131432.012000', '131432.015000', '131432.018000', '131432.021000', '131432.024000', '131432.027000', '131432.029000', '131432.032000', '131432.035000', '131432.038000', '131432.041000', '131432.043000', '131432.046000', '131432.049000', '131451.926000', '131451.929000', '131451.931000', '131451.934000', '131451.937000', '131451.940000', '131451.943000', '131451.946000', '131451.949000', '131451.951000', '131451.954000', '131451.957000', '131451.960000', '131451.963000', '131451.966000', '131451.969000', '131451.972000', '131451.974000', '131451.977000', '131451.980000', '131451.984000', '131451.987000', '131451.989000', '131451.992000', '131451.995000', '131451.998000', '131452.002000', '131452.005000', '131452.008000', '131452.010000', '131452.013000', '131452.016000', '131452.019000', '131452.022000', '131452.024000', '131452.027000', '131452.030000', '131452.033000', '131452.036000', '131452.039000', '131452.042000', '131452.044000', '131452.049000', '131511.926000', '131511.929000', '131511.932000', '131511.935000', '131511.937000', '131511.940000', '131511.943000', '131511.947000', '131511.950000', '131511.953000', '131511.956000', '131511.958000', '131511.961000', '131511.964000', '131511.967000', '131511.970000', '131511.973000', '131511.976000', '131511.979000', '131511.981000', '131511.984000', '131511.987000', '131511.990000', '131511.993000', '131511.995000', '131511.998000', '131512.002000', '131512.005000', '131512.025000', '131512.028000', '131512.031000', '131512.034000', '131512.037000', '131512.040000', '131512.042000', '131512.045000', '131512.048000', '131512.051000', '131512.054000', '131512.057000', '131512.059000', '131512.062000', '131512.065000', '131512.068000', '131531.927000', '131531.930000', '131531.933000', '131531.936000', '131531.938000', '131531.941000', '131531.944000', '131531.947000', '131531.950000', '131531.953000', '131531.955000', '131531.958000', '131531.961000', '131531.964000', '131531.967000', '131531.970000', '131531.973000', '131531.976000', '131531.978000', '131531.981000', '131531.984000', '131531.987000', '131531.990000', '131531.993000', '131531.995000', '131531.998000', '131532.001000', '131532.004000', '131532.007000', '131532.010000', '131532.012000', '131532.015000', '131532.018000', '131532.021000', '131532.024000', '131532.026000', '131532.029000', '131532.032000', '131532.035000', '131532.038000', '131532.041000', '131532.043000', '131532.046000', '131551.927000', '131551.930000', '131551.932000', '131551.935000', '131551.938000', '131551.941000', '131551.944000', '131551.947000', '131551.950000', '131551.952000', '131551.955000', '131551.958000', '131551.961000', '131551.964000', '131551.967000', '131551.969000', '131551.972000', '131551.975000', '131551.978000', '131551.981000', '131551.984000', '131551.986000', '131551.989000', '131551.992000', '131551.995000', '131551.998000', '131552.002000', '131552.004000', '131552.007000', '131552.010000', '131552.013000', '131552.016000', '131552.019000', '131552.021000', '131552.024000', '131552.027000', '131552.030000', '131552.033000', '131552.035000', '131552.038000', '131552.041000', '131552.044000', '131552.047000', '131552.050000', '131611.927000', '131611.930000', '131611.933000', '131611.936000', '131611.938000', '131611.941000', '131611.944000', '131611.947000', '131611.950000', '131611.952000', '131611.956000', '131611.958000', '131611.961000', '131611.964000', '131611.967000', '131611.970000', '131611.973000', '131611.976000', '131611.979000', '131611.982000', '131611.984000', '131611.987000', '131611.990000', '131611.993000', '131611.996000', '131612.000000', '131612.003000', '131612.005000', '131612.008000', '131612.011000', '131612.014000', '131612.017000', '131612.019000', '131612.023000', '131612.026000', '131612.029000', '131612.032000', '131612.034000', '131612.037000', '131612.040000', '131612.043000', '131612.046000', '131612.049000', '131631.926000', '131631.929000', '131631.931000', '131631.934000', '131631.937000', '131631.940000', '131631.943000', '131631.946000', '131631.949000', '131631.952000', '131631.954000', '131631.958000', '131631.960000', '131631.963000', '131631.966000', '131631.969000', '131631.972000', '131631.975000', '131631.978000', '131631.981000', '131631.983000', '131631.986000', '131631.989000', '131631.992000', '131631.995000', '131631.998000', '131632.002000', '131632.005000', '131632.007000', '131632.010000', '131632.013000', '131632.016000', '131632.019000', '131632.022000', '131632.024000', '131632.027000', '131632.030000', '131632.033000', '131632.036000', '131632.039000', '131632.042000', '131632.044000', '131632.047000', '131632.050000', '131651.926000', '131651.929000', '131651.932000', '131651.935000', '131651.938000', '131651.941000', '131651.943000', '131651.946000', '131651.949000', '131651.952000', '131651.955000', '131651.958000', '131651.961000', '131651.964000', '131651.966000', '131651.969000', '131651.972000', '131651.975000', '131651.978000', '131651.981000', '131651.984000', '131651.987000', '131651.989000', '131652.009000', '131652.012000', '131652.015000', '131652.017000', '131652.020000', '131652.023000', '131652.026000', '131652.029000', '131652.032000', '131652.034000', '131652.037000', '131652.040000', '131652.043000', '131652.046000', '131652.049000', '131652.052000', '131652.055000', '131652.057000', '131652.060000', '131652.063000', '131711.926000', '131711.929000', '131711.932000', '131711.935000', '131711.937000', '131711.940000', '131711.943000', '131711.946000', '131711.949000', '131711.952000', '131711.955000', '131711.957000', '131711.960000', '131711.963000', '131711.966000', '131711.969000', '131711.972000', '131711.975000', '131711.978000', '131711.980000', '131711.983000', '131711.986000', '131711.989000', '131711.992000', '131711.994000', '131711.997000', '131712.001000', '131712.004000', '131712.007000', '131712.010000', '131712.013000', '131712.015000', '131712.018000', '131712.021000', '131712.024000', '131712.027000', '131712.029000', '131712.032000', '131712.035000', '131712.038000', '131712.041000', '131712.044000', '131712.047000', '131712.049000', '131731.926000', '131731.929000', '131731.937000', '131731.940000', '131731.943000', '131731.946000', '131731.949000', '131731.952000', '131731.955000', '131731.957000', '131731.960000', '131731.963000', '131731.966000', '131731.969000', '131731.972000', '131731.975000', '131731.978000', '131731.981000', '131731.983000', '131731.986000', '131731.989000', '131731.992000', '131731.995000', '131731.998000', '131732.002000', '131732.005000', '131732.007000', '131732.010000', '131732.013000', '131732.016000', '131732.019000', '131732.022000', '131732.025000', '131732.027000', '131732.030000', '131732.033000', '131732.036000', '131732.039000', '131732.042000', '131732.044000', '131732.047000', '131732.050000', '131732.053000', '131751.927000', '131751.930000', '131751.933000', '131751.936000', '131751.938000', '131751.941000', '131751.944000', '131751.947000', '131751.950000', '131751.953000', '131751.956000', '131751.959000', '131751.962000', '131751.965000', '131751.967000', '131751.970000', '131751.973000', '131751.976000', '131751.979000', '131751.982000', '131751.985000', '131751.988000', '131751.991000', '131751.993000', '131751.996000', '131751.999000', '131752.002000', '131752.005000', '131752.008000', '131752.011000', '131752.014000', '131752.016000', '131752.019000', '131752.022000', '131752.025000', '131752.028000', '131752.031000', '131752.034000', '131752.037000', '131752.040000', '131752.042000', '131752.045000', '131752.048000', '131752.051000', '131811.927000', '131811.930000', '131811.933000', '131811.936000', '131811.939000', '131811.941000', '131811.944000', '131811.947000', '131811.950000', '131811.953000', '131811.956000', '131811.959000', '131811.962000', '131811.964000', '131811.967000', '131811.970000', '131811.973000', '131811.976000', '131811.979000', '131811.982000', '131811.985000', '131811.988000', '131811.990000', '131811.993000', '131811.996000', '131812.000000', '131812.003000', '131812.006000', '131812.009000', '131812.011000', '131812.014000', '131812.017000', '131812.020000', '131812.023000', '131812.026000', '131812.029000', '131812.032000', '131812.034000', '131812.037000', '131812.040000', '131812.043000', '131812.046000', '131812.049000', '131831.927000', '131831.930000', '131831.933000', '131831.935000', '131831.938000', '131831.941000', '131831.944000', '131831.947000', '131831.950000', '131831.953000', '131831.955000', '131831.958000', '131831.961000', '131831.964000', '131831.967000', '131831.970000', '131831.973000', '131831.976000', '131831.978000', '131831.981000', '131831.984000', '131831.987000', '131831.990000', '131831.992000', '131831.995000', '131831.998000', '131832.002000', '131832.005000', '131832.008000', '131832.011000', '131832.013000', '131832.016000', '131832.019000', '131832.022000', '131832.025000', '131832.028000', '131832.030000', '131832.033000', '131832.036000', '131832.039000', '131832.042000', '131832.044000', '131832.047000', '131832.050000', '131851.926000', '131851.929000', '131851.932000', '131851.935000', '131851.938000', '131851.940000', '131851.943000', '131851.946000', '131851.949000', '131851.952000', '131851.955000', '131851.958000', '131851.961000', '131851.963000', '131851.967000', '131851.969000', '131851.972000', '131851.975000', '131851.978000', '131851.981000', '131851.984000', '131851.987000', '131851.990000', '131851.992000', '131851.995000', '131851.998000', '131852.002000', '131852.005000', '131852.008000', '131852.010000', '131852.013000', '131852.016000', '131852.019000', '131852.022000', '131852.025000', '131852.027000', '131852.030000', '131852.033000', '131852.036000', '131852.039000', '131852.042000', '131852.044000', '131852.047000', '131911.926000', '131911.929000', '131911.932000', '131911.935000', '131911.938000', '131911.941000', '131911.943000', '131911.946000', '131911.950000', '131911.955000', '131911.958000', '131911.962000', '131911.964000', '131911.967000', '131911.970000', '131911.982000', '131911.984000', '131911.987000', '131911.990000', '131911.993000', '131911.996000', '131912.000000', '131912.002000', '131912.005000', '131912.008000', '131912.011000', '131912.014000', '131912.017000', '131912.019000', '131912.024000', '131912.027000', '131912.030000', '131912.032000', '131912.035000', '131912.038000', '131912.041000', '131912.044000', '131912.047000', '131912.049000', '131912.052000', '131912.055000', '131912.058000', '131912.061000', '131931.926000', '131931.929000', '131931.932000', '131931.935000', '131931.938000', '131931.940000', '131931.943000', '131931.946000', '131931.949000', '131931.952000', '131931.955000', '131931.958000', '131931.961000', '131931.963000', '131931.966000', '131931.969000', '131931.972000', '131931.975000', '131931.978000', '131931.981000', '131931.984000', '131931.986000', '131931.989000', '131931.992000', '131931.995000', '131931.998000', '131932.002000', '131932.004000', '131932.007000', '131932.010000', '131932.013000', '131932.016000', '131932.019000', '131932.021000', '131932.024000', '131932.027000', '131932.030000', '131932.033000', '131932.036000', '131932.038000', '131932.041000', '131932.044000', '131932.047000', '131932.050000', '131951.926000', '131951.944000', '131951.947000', '131951.950000', '131951.953000', '131951.956000', '131951.958000', '131951.962000', '131951.967000', '131951.970000', '131951.974000', '131951.977000', '131951.979000', '131951.982000', '131951.985000', '131951.988000', '131951.991000', '131951.994000', '131951.997000', '131952.000000', '131952.003000', '131952.006000', '131952.009000', '131952.012000', '131952.015000', '131952.018000', '131952.021000', '131952.023000', '131952.026000', '131952.029000', '131952.032000', '131952.035000', '131952.038000', '131952.040000', '131952.043000', '131952.046000', '131952.049000', '131952.052000', '131952.055000', '131952.057000', '131952.060000', '131952.063000', '131952.066000', '132001.668000', '132001.671000', '132001.675000', '132001.678000', '132001.681000', '132001.684000', '132001.688000', '132001.691000', '132001.695000', '132001.699000', '132001.703000', '132001.706000', '132001.710000', '132001.713000', '132001.716000', '132001.720000', '132001.724000', '132001.727000', '132001.731000', '132001.734000', '132001.737000', '132001.741000'], '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': [17598, 11387, 14112, 11275, 16165, 8315, 12515, 8208, 10583, 8294, 10220, 8476, 11238, 8232, 7729, 7903, 7642, 8056, 7812, 8267, 7688, 8756, 7831, 8611, 8037, 10576, 8045, 14614, 9646, 15507, 7903, 11482, 7532, 9053, 14191, 8602, 16285, 10129, 14374, 10766, 15496, 8126, 12017, 7898, 9832, 7837, 9482, 7710, 9744, 7603, 8822, 15173, 8480, 12221, 9216, 11346, 8980, 10393, 7559, 9121, 7552, 8700, 15245, 8716, 13564, 8410, 10248, 7658, 8888, 16521, 8067, 13065, 8173, 11592, 7999, 10036, 7846, 9214, 7833, 9262, 7805, 9004, 7651, 8410, 13291, 8132, 11246, 8482, 10378, 7849, 9007, 7707, 8904, 7541, 8667, 7632, 8391, 14931, 8283, 13020, 9992, 12002, 8620, 10830, 8149, 9691, 7892, 8727, 9686, 8667, 13911, 8305, 10401, 8013, 10144, 7952, 9329, 7780, 8570, 11261, 8366, 9966, 8191, 9306, 8018, 8816, 7750, 8437, 8032, 8091, 9541, 8279, 10477, 7696, 11066, 8233, 10196, 7639, 9449, 7840, 8373, 11129, 8360, 11589, 8227, 9953, 8106, 10878, 7844, 11221, 8411, 10554, 9951, 12179, 8049, 12423, 8114, 9984, 8595, 10885, 8410, 11323, 8285, 10813, 8118, 10103, 7755, 9712, 7799, 8838, 7760, 8228, 13343, 8716, 13469, 8431, 12982, 8115, 10885, 7938, 10717, 8577, 10542, 8043, 9884, 7854, 9164, 7700, 9085, 7512, 8946, 7543, 8741, 7656, 8948, 7900, 9984, 7933, 9395, 7768, 9135, 7689, 8720, 7823, 8438, 8503, 8335, 7883, 8537, 8798, 9945, 7579, 8630, 7862, 8599, 17256, 11117, 14873, 9316, 12367, 8066, 10171, 7899, 8775, 7511, 8566, 9894, 8397, 9864, 8401, 10500, 8418, 10273, 7926, 9957, 7819, 9084, 10284, 8624, 13915, 7975, 10913, 7641, 8969, 16178, 8355, 12589, 8471, 11103, 7869, 8576, 7909, 9270, 8085, 9453, 8081, 9589, 7539, 8728, 12587, 9666, 14794, 10938, 14167, 8680, 11012, 7762, 9854, 7925, 10985, 7794, 9104, 7799, 8647, 7630, 8575, 7782, 8570, 8637, 8580, 9756, 8653, 9310, 8622, 7891, 8580, 8313, 8699, 10482, 8561, 12573, 8847, 16155, 8491, 12439, 8176, 11317, 9269, 10755, 7741, 9221, 7598, 8645, 7634, 8695, 8071, 9396, 8019, 9029, 7669, 8934, 7701, 8781, 11698, 8450, 14051, 8424, 12307, 10192, 12483, 8548, 11767, 8188, 10418, 8050, 9914, 7806, 11184, 8126, 9705, 7830, 9246, 8032, 9416, 8872, 11800, 8192, 10153, 8416, 11027, 9381, 11848, 9849, 12434, 8406, 11282, 8393, 10839, 9343, 9633, 9108, 8086, 8841, 9231, 8717, 10998, 8631, 14011, 8677, 12328, 8581, 11626, 9101, 11031, 8725, 9710, 7966, 9387, 7548, 9018, 7763, 8703, 7705, 8654, 8772, 8318, 12567, 8796, 12687, 7973, 11397, 8001, 10664, 9069, 9877, 7464, 8647, 7652, 8835, 8065, 9216, 7926, 9515, 7954, 8946, 8167, 10063, 8323, 10934, 7834, 10155, 9614, 8691, 16929, 13512, 16976, 9901, 15105, 9641, 13349, 11221, 13466, 9260, 12927, 8416, 10231, 8123, 10711, 8419, 12095, 8157, 11092, 9458, 12525, 8806, 15039, 7893, 10753, 8090, 10402, 9212, 11816, 8389, 9626, 8414, 10102, 9024, 11145, 8248, 9228, 8113, 9387, 7697, 9410, 7724, 8976, 9054, 8923, 11657, 8326, 12366, 9898, 11437, 8815, 10393, 8554, 10361, 8451, 12610, 9902, 14474, 8297, 11429, 7984, 10750, 7878, 9856, 7820, 8973, 11120, 8499, 14361, 8796, 11874, 8595, 10618, 8222, 10722, 7859, 10000, 8016, 10059, 7774, 9082, 7674, 8498, 10459, 8556, 12798, 8878, 10924, 7866, 9910, 7606, 8762, 7708, 8505, 10698, 7889, 9090, 8033, 10034, 8067, 9694, 7967, 9476, 7860, 8387, 8625, 8478, 10970, 8148, 12385, 8109, 10905, 8065, 10326, 8834, 9687, 7701, 8580, 7887, 8411, 7484, 9366, 7894, 9071, 8071, 8870, 7819, 9679, 8377, 11267, 7683, 9447, 7806, 8948, 16026, 11210, 15692, 8249, 14983, 8240, 12333, 11558, 14711, 10170, 9524, 8401, 7616, 8107, 7990, 8217, 7929, 8341, 10324, 8278, 12917, 8063, 13132, 8077, 12445, 9659, 15342, 8579, 12598, 8141, 10230, 7811, 9535, 7824, 9277, 8015, 8938, 7572, 8773, 12473, 8785, 16170, 8460, 12661, 8577, 11852, 8697, 15326, 8025, 11109, 8197, 10405, 8179, 10367, 8398, 9536, 7575, 9158, 13992, 8685, 15498, 8502, 12090, 8152, 11218, 8125, 10755, 8093, 10161, 8008, 9524, 8135, 9570, 8014, 9508, 7779, 9055, 7776, 8863, 12217, 8767, 10532, 9141, 7930, 9006, 7676, 8818, 7667, 9186, 8279, 9027, 7641, 8899, 10832, 8303, 12913, 8042, 11011, 8034, 10737, 8599, 11374, 8957, 7750, 10148, 8233, 11671, 8594, 7510, 8258, 8063, 8653, 10409, 8091, 10709, 7883, 10519, 7717, 10679, 9191, 9306, 12088, 8910, 16666, 9680, 15538, 10414, 12921, 8959, 10739, 9102, 14398, 8815, 15683, 9001, 12069, 8773, 11493, 9931, 11037, 8642, 9812, 8000, 9337, 7532, 9305, 7914, 9051, 7881, 8743, 8252, 8496, 10470, 8451, 10081, 7830, 10782, 8002, 10293, 8271, 10698, 8208, 10364, 7861, 9665, 7622, 8856, 7679, 8607, 7631, 8429, 8859, 8284, 9305, 8344, 8892, 8033, 9351, 8338, 9835, 8425, 8924, 8162, 9087, 8301, 10214, 8142, 10980, 8322, 9907, 7975, 10871, 8048, 10854, 8229, 10923, 8056, 9638, 7777, 9218, 7936, 10158, 7935, 9478, 8007, 9296, 8097, 9896, 8340, 10492, 7602, 9058, 7808, 8770, 14691, 8679, 17009, 8223, 13302, 7958, 11421, 9040, 10325, 7668, 9209, 7919, 8426, 11019, 8584, 10327, 8004, 10085, 7931, 10712, 8087, 10137, 8199, 11479, 8302, 10659, 7782, 10045, 12286, 9259, 17581, 8524, 14170, 8132, 12156, 8243, 10411, 7811, 9262, 7575, 8867, 8047, 8864, 10101, 8422, 14960, 8608, 15552, 11265, 16235, 9595, 12283, 8383, 12489, 8814, 12759, 8015, 9570, 7698, 9394, 8711, 9931, 8168, 8769, 8252, 7679, 9093, 7858, 12086, 8991, 14641, 9370, 15802, 9786, 13296, 10229, 15309, 9829, 12705, 9145, 11999, 9190, 15616, 8234, 10068, 8223, 9187, 8222, 9988, 8124, 10505, 8290, 10630, 8696, 9629, 7613, 9513, 7704, 8520, 7819, 8601, 7834, 8293, 8095, 8279, 7914, 8286, 13157, 8160, 11897, 7923, 10769, 7559, 8875, 14919, 8728, 14181, 10970, 10624, 9210, 8358], 'WindowCenter': [4557.0, 4502.0, 4508.0, 4486.0, 4503.0, 4452.0, 4478.0, 4451.0, 4459.0, 4452.0, 4459.0, 4451.0, 4468.0, 4452.0, 4440.0, 4452.0, 4442.0, 4464.0, 4454.0, 4464.0, 4454.0, 4463.0, 4454.0, 4465.0, 4466.0, 4487.0, 4455.0, 4505.0, 4463.0, 4505.0, 4451.0, 4483.0, 4441.0, 4451.0, 4490.0, 4451.0, 4500.0, 4461.0, 4489.0, 4460.0, 4488.0, 4438.0, 4468.0, 4438.0, 4457.0, 4439.0, 4460.0, 4440.0, 4461.0, 4440.0, 4450.0, 4489.0, 4449.0, 4468.0, 4448.0, 4458.0, 4447.0, 4458.0, 4427.0, 4448.0, 4438.0, 4451.0, 4488.0, 4449.0, 4478.0, 4437.0, 4458.0, 4427.0, 4448.0, 4487.0, 4437.0, 4478.0, 4438.0, 4468.0, 4438.0, 4458.0, 4440.0, 4459.0, 4440.0, 4460.0, 4451.0, 4460.0, 4451.0, 4464.0, 4492.0, 4453.0, 4471.0, 4451.0, 4460.0, 4450.0, 4460.0, 4441.0, 4462.0, 4440.0, 4451.0, 4440.0, 4452.0, 4491.0, 4449.0, 4479.0, 4460.0, 4468.0, 4449.0, 4458.0, 4438.0, 4448.0, 4437.0, 4448.0, 4448.0, 4448.0, 4478.0, 4438.0, 4457.0, 4437.0, 4459.0, 4438.0, 4449.0, 4438.0, 4449.0, 4468.0, 4449.0, 4458.0, 4449.0, 4450.0, 4440.0, 4449.0, 4451.0, 4452.0, 4452.0, 4464.0, 4488.0, 4465.0, 4474.0, 4454.0, 4474.0, 4453.0, 4474.0, 4453.0, 4474.0, 4452.0, 4452.0, 4473.0, 4462.0, 4482.0, 4452.0, 4473.0, 4454.0, 4472.0, 4453.0, 4482.0, 4465.0, 4472.0, 4474.0, 4482.0, 4453.0, 4482.0, 4453.0, 4473.0, 4464.0, 4472.0, 4454.0, 4473.0, 4453.0, 4472.0, 4452.0, 4471.0, 4441.0, 4461.0, 4441.0, 4452.0, 4440.0, 4452.0, 4491.0, 4451.0, 4481.0, 4450.0, 4480.0, 4441.0, 4469.0, 4452.0, 4470.0, 4451.0, 4472.0, 4451.0, 4462.0, 4451.0, 4461.0, 4441.0, 4462.0, 4441.0, 4461.0, 4441.0, 4452.0, 4452.0, 4462.0, 4453.0, 4474.0, 4453.0, 4462.0, 4453.0, 4464.0, 4453.0, 4463.0, 4442.0, 4452.0, 4452.0, 4452.0, 4452.0, 4452.0, 4453.0, 4463.0, 4442.0, 4451.0, 4441.0, 4453.0, 4512.0, 4471.0, 4491.0, 4449.0, 4468.0, 4438.0, 4459.0, 4438.0, 4448.0, 4427.0, 4448.0, 4457.0, 4439.0, 4458.0, 4451.0, 4459.0, 4450.0, 4460.0, 4452.0, 4460.0, 4440.0, 4461.0, 4471.0, 4451.0, 4492.0, 4441.0, 4471.0, 4439.0, 4450.0, 4499.0, 4440.0, 4478.0, 4439.0, 4468.0, 4451.0, 4449.0, 4454.0, 4462.0, 4454.0, 4473.0, 4454.0, 4474.0, 4453.0, 4466.0, 4493.0, 4474.0, 4503.0, 4473.0, 4491.0, 4452.0, 4470.0, 4441.0, 4460.0, 4440.0, 4470.0, 4440.0, 4449.0, 4439.0, 4450.0, 4439.0, 4450.0, 4439.0, 4452.0, 4451.0, 4452.0, 4459.0, 4452.0, 4460.0, 4451.0, 4452.0, 4451.0, 4451.0, 4452.0, 4471.0, 4463.0, 4481.0, 4451.0, 4501.0, 4450.0, 4479.0, 4449.0, 4469.0, 4449.0, 4458.0, 4428.0, 4447.0, 4428.0, 4449.0, 4439.0, 4450.0, 4450.0, 4460.0, 4452.0, 4462.0, 4452.0, 4464.0, 4453.0, 4465.0, 4483.0, 4454.0, 4493.0, 4452.0, 4481.0, 4462.0, 4481.0, 4451.0, 4470.0, 4452.0, 4470.0, 4441.0, 4471.0, 4452.0, 4472.0, 4451.0, 4461.0, 4452.0, 4461.0, 4453.0, 4463.0, 4466.0, 4482.0, 4464.0, 4472.0, 4453.0, 4472.0, 4475.0, 4482.0, 4473.0, 4481.0, 4452.0, 4470.0, 4452.0, 4471.0, 4463.0, 4461.0, 4461.0, 4451.0, 4462.0, 4461.0, 4452.0, 4472.0, 4452.0, 4492.0, 4451.0, 4480.0, 4451.0, 4471.0, 4450.0, 4458.0, 4450.0, 4448.0, 4439.0, 4461.0, 4442.0, 4461.0, 4441.0, 4454.0, 4452.0, 4463.0, 4452.0, 4453.0, 4482.0, 4452.0, 4481.0, 4452.0, 4472.0, 4441.0, 4471.0, 4453.0, 4460.0, 4442.0, 4450.0, 4442.0, 4462.0, 4454.0, 4464.0, 4455.0, 4474.0, 4466.0, 4476.0, 4468.0, 4486.0, 4467.0, 4486.0, 4456.0, 4486.0, 4475.0, 4465.0, 4514.0, 4494.0, 4514.0, 4462.0, 4491.0, 4463.0, 4492.0, 4470.0, 4479.0, 4451.0, 4480.0, 4451.0, 4471.0, 4452.0, 4470.0, 4454.0, 4495.0, 4467.0, 4484.0, 4472.0, 4484.0, 4452.0, 4490.0, 4441.0, 4469.0, 4441.0, 4460.0, 4449.0, 4469.0, 4439.0, 4449.0, 4439.0, 4459.0, 4449.0, 4457.0, 4438.0, 4447.0, 4439.0, 4459.0, 4440.0, 4460.0, 4440.0, 4451.0, 4449.0, 4451.0, 4469.0, 4450.0, 4469.0, 4461.0, 4469.0, 4450.0, 4458.0, 4448.0, 4458.0, 4440.0, 4470.0, 4460.0, 4480.0, 4439.0, 4468.0, 4438.0, 4458.0, 4437.0, 4449.0, 4428.0, 4437.0, 4457.0, 4447.0, 4477.0, 4439.0, 4468.0, 4438.0, 4458.0, 4439.0, 4459.0, 4440.0, 4460.0, 4440.0, 4460.0, 4440.0, 4450.0, 4440.0, 4452.0, 4470.0, 4451.0, 4481.0, 4452.0, 4470.0, 4441.0, 4461.0, 4439.0, 4450.0, 4440.0, 4453.0, 4471.0, 4451.0, 4451.0, 4452.0, 4473.0, 4453.0, 4464.0, 4455.0, 4475.0, 4454.0, 4454.0, 4463.0, 4454.0, 4474.0, 4454.0, 4485.0, 4455.0, 4474.0, 4455.0, 4473.0, 4464.0, 4462.0, 4453.0, 4463.0, 4455.0, 4464.0, 4456.0, 4476.0, 4467.0, 4475.0, 4467.0, 4477.0, 4467.0, 4488.0, 4468.0, 4488.0, 4458.0, 4476.0, 4456.0, 4467.0, 4515.0, 4487.0, 4506.0, 4465.0, 4505.0, 4455.0, 4493.0, 4484.0, 4503.0, 4474.0, 4464.0, 4452.0, 4452.0, 4453.0, 4455.0, 4464.0, 4466.0, 4465.0, 4475.0, 4466.0, 4493.0, 4453.0, 4483.0, 4453.0, 4483.0, 4462.0, 4491.0, 4450.0, 4481.0, 4441.0, 4460.0, 4439.0, 4450.0, 4429.0, 4449.0, 4439.0, 4448.0, 4439.0, 4448.0, 4481.0, 4450.0, 4501.0, 4441.0, 4481.0, 4450.0, 4470.0, 4450.0, 4489.0, 4438.0, 4457.0, 4437.0, 4456.0, 4438.0, 4458.0, 4439.0, 4447.0, 4427.0, 4447.0, 4477.0, 4437.0, 4476.0, 4437.0, 4455.0, 4426.0, 4456.0, 4427.0, 4457.0, 4426.0, 4447.0, 4437.0, 4446.0, 4439.0, 4448.0, 4438.0, 4448.0, 4441.0, 4451.0, 4440.0, 4450.0, 4468.0, 4450.0, 4460.0, 4450.0, 4440.0, 4450.0, 4440.0, 4450.0, 4441.0, 4461.0, 4452.0, 4462.0, 4453.0, 4465.0, 4474.0, 4454.0, 4482.0, 4454.0, 4472.0, 4454.0, 4474.0, 4464.0, 4484.0, 4465.0, 4454.0, 4476.0, 4467.0, 4485.0, 4480.0, 4455.0, 4468.0, 4466.0, 4478.0, 4487.0, 4465.0, 4485.0, 4456.0, 4475.0, 4455.0, 4474.0, 4462.0, 4463.0, 4481.0, 4451.0, 4500.0, 4460.0, 4489.0, 4459.0, 4468.0, 4448.0, 4458.0, 4449.0, 4478.0, 4438.0, 4488.0, 4437.0, 4466.0, 4436.0, 4457.0, 4447.0, 4455.0, 4436.0, 4446.0, 4425.0, 4435.0, 4427.0, 4447.0, 4438.0, 4449.0, 4440.0, 4449.0, 4439.0, 4453.0, 4472.0, 4451.0, 4460.0, 4442.0, 4471.0, 4452.0, 4461.0, 4452.0, 4471.0, 4453.0, 4462.0, 4452.0, 4463.0, 4443.0, 4462.0, 4442.0, 4453.0, 4441.0, 4451.0, 4463.0, 4453.0, 4463.0, 4453.0, 4463.0, 4454.0, 4464.0, 4464.0, 4474.0, 4466.0, 4463.0, 4465.0, 4464.0, 4465.0, 4474.0, 4465.0, 4485.0, 4463.0, 4474.0, 4455.0, 4484.0, 4455.0, 4485.0, 4466.0, 4485.0, 4454.0, 4464.0, 4455.0, 4475.0, 4466.0, 4476.0, 4455.0, 4474.0, 4465.0, 4475.0, 4467.0, 4476.0, 4466.0, 4476.0, 4456.0, 4463.0, 4454.0, 4464.0, 4504.0, 4466.0, 4515.0, 4454.0, 4494.0, 4455.0, 4483.0, 4465.0, 4475.0, 4443.0, 4464.0, 4453.0, 4455.0, 4472.0, 4465.0, 4472.0, 4454.0, 4473.0, 4456.0, 4475.0, 4455.0, 4476.0, 4466.0, 4484.0, 4455.0, 4475.0, 4454.0, 4474.0, 4485.0, 4464.0, 4514.0, 4452.0, 4491.0, 4452.0, 4482.0, 4453.0, 4471.0, 4454.0, 4476.0, 4454.0, 4463.0, 4453.0, 4463.0, 4473.0, 4454.0, 4504.0, 4464.0, 4503.0, 4474.0, 4502.0, 4461.0, 4482.0, 4452.0, 4481.0, 4451.0, 4480.0, 4438.0, 4447.0, 4439.0, 4449.0, 4451.0, 4460.0, 4451.0, 4450.0, 4450.0, 4442.0, 4464.0, 4453.0, 4494.0, 4467.0, 4505.0, 4466.0, 4504.0, 4461.0, 4482.0, 4462.0, 4493.0, 4448.0, 4467.0, 4436.0, 4455.0, 4435.0, 4476.0, 4426.0, 4445.0, 4436.0, 4437.0, 4439.0, 4448.0, 4440.0, 4458.0, 4440.0, 4460.0, 4450.0, 4449.0, 4438.0, 4460.0, 4440.0, 4451.0, 4441.0, 4451.0, 4442.0, 4453.0, 4454.0, 4454.0, 4453.0, 4454.0, 4493.0, 4454.0, 4484.0, 4453.0, 4476.0, 4443.0, 4463.0, 4504.0, 4454.0, 4492.0, 4475.0, 4475.0, 4467.0, 4440.0], 'WindowWidth': [9997.0, 9907.0, 9909.0, 9873.0, 9893.0, 9820.0, 9850.0, 9817.0, 9824.0, 9818.0, 9823.0, 9816.0, 9838.0, 9818.0, 9801.0, 9821.0, 9808.0, 9842.0, 9826.0, 9840.0, 9826.0, 9839.0, 9829.0, 9843.0, 9847.0, 9876.0, 9829.0, 9901.0, 9837.0, 9897.0, 9819.0, 9864.0, 9802.0, 9816.0, 9867.0, 9816.0, 9884.0, 9831.0, 9867.0, 9827.0, 9862.0, 9794.0, 9833.0, 9795.0, 9820.0, 9799.0, 9828.0, 9802.0, 9831.0, 9800.0, 9814.0, 9868.0, 9811.0, 9835.0, 9809.0, 9821.0, 9806.0, 9820.0, 9780.0, 9808.0, 9793.0, 9816.0, 9865.0, 9811.0, 9848.0, 9793.0, 9823.0, 9779.0, 9808.0, 9862.0, 9794.0, 9847.0, 9793.0, 9836.0, 9796.0, 9822.0, 9802.0, 9826.0, 9803.0, 9828.0, 9817.0, 9830.0, 9820.0, 9840.0, 9877.0, 9823.0, 9845.0, 9817.0, 9828.0, 9816.0, 9828.0, 9804.0, 9834.0, 9803.0, 9817.0, 9802.0, 9819.0, 9873.0, 9813.0, 9853.0, 9827.0, 9836.0, 9812.0, 9822.0, 9796.0, 9809.0, 9793.0, 9809.0, 9809.0, 9809.0, 9850.0, 9795.0, 9819.0, 9793.0, 9823.0, 9794.0, 9811.0, 9795.0, 9813.0, 9836.0, 9811.0, 9822.0, 9812.0, 9814.0, 9800.0, 9813.0, 9819.0, 9821.0, 9821.0, 9843.0, 9882.0, 9845.0, 9855.0, 9826.0, 9851.0, 9824.0, 9855.0, 9823.0, 9852.0, 9820.0, 9821.0, 9850.0, 9835.0, 9861.0, 9822.0, 9850.0, 9825.0, 9848.0, 9824.0, 9862.0, 9842.0, 9848.0, 9853.0, 9861.0, 9824.0, 9861.0, 9825.0, 9850.0, 9841.0, 9849.0, 9826.0, 9849.0, 9823.0, 9847.0, 9820.0, 9846.0, 9804.0, 9830.0, 9803.0, 9819.0, 9802.0, 9820.0, 9872.0, 9817.0, 9857.0, 9814.0, 9855.0, 9804.0, 9840.0, 9821.0, 9843.0, 9820.0, 9845.0, 9819.0, 9834.0, 9819.0, 9833.0, 9805.0, 9835.0, 9804.0, 9830.0, 9806.0, 9819.0, 9821.0, 9835.0, 9824.0, 9853.0, 9825.0, 9836.0, 9824.0, 9838.0, 9823.0, 9838.0, 9807.0, 9821.0, 9821.0, 9821.0, 9822.0, 9822.0, 9823.0, 9838.0, 9806.0, 9819.0, 9803.0, 9821.0, 9905.0, 9843.0, 9871.0, 9812.0, 9837.0, 9796.0, 9824.0, 9794.0, 9808.0, 9780.0, 9809.0, 9820.0, 9798.0, 9823.0, 9818.0, 9825.0, 9815.0, 9827.0, 9819.0, 9830.0, 9803.0, 9833.0, 9844.0, 9819.0, 9875.0, 9803.0, 9844.0, 9798.0, 9813.0, 9882.0, 9801.0, 9850.0, 9798.0, 9834.0, 9816.0, 9814.0, 9826.0, 9837.0, 9828.0, 9853.0, 9827.0, 9854.0, 9824.0, 9844.0, 9879.0, 9855.0, 9893.0, 9850.0, 9873.0, 9819.0, 9841.0, 9804.0, 9829.0, 9801.0, 9842.0, 9801.0, 9812.0, 9798.0, 9813.0, 9798.0, 9813.0, 9797.0, 9818.0, 9816.0, 9818.0, 9826.0, 9819.0, 9829.0, 9818.0, 9819.0, 9818.0, 9817.0, 9819.0, 9844.0, 9836.0, 9858.0, 9818.0, 9885.0, 9815.0, 9852.0, 9812.0, 9838.0, 9809.0, 9823.0, 9779.0, 9805.0, 9779.0, 9810.0, 9799.0, 9815.0, 9815.0, 9829.0, 9821.0, 9834.0, 9822.0, 9840.0, 9823.0, 9840.0, 9863.0, 9825.0, 9879.0, 9821.0, 9860.0, 9833.0, 9857.0, 9817.0, 9842.0, 9821.0, 9840.0, 9803.0, 9846.0, 9823.0, 9846.0, 9819.0, 9830.0, 9821.0, 9831.0, 9825.0, 9837.0, 9845.0, 9862.0, 9839.0, 9847.0, 9824.0, 9846.0, 9856.0, 9860.0, 9850.0, 9859.0, 9820.0, 9842.0, 9823.0, 9845.0, 9836.0, 9832.0, 9832.0, 9818.0, 9833.0, 9830.0, 9821.0, 9848.0, 9820.0, 9875.0, 9818.0, 9855.0, 9817.0, 9843.0, 9813.0, 9821.0, 9813.0, 9808.0, 9800.0, 9829.0, 9806.0, 9831.0, 9806.0, 9825.0, 9820.0, 9836.0, 9821.0, 9824.0, 9862.0, 9821.0, 9859.0, 9819.0, 9845.0, 9805.0, 9846.0, 9821.0, 9828.0, 9804.0, 9814.0, 9807.0, 9835.0, 9827.0, 9840.0, 9830.0, 9854.0, 9846.0, 9859.0, 9853.0, 9875.0, 9851.0, 9874.0, 9832.0, 9873.0, 9856.0, 9843.0, 9911.0, 9882.0, 9907.0, 9834.0, 9874.0, 9836.0, 9874.0, 9841.0, 9851.0, 9815.0, 9855.0, 9818.0, 9844.0, 9821.0, 9842.0, 9825.0, 9886.0, 9849.0, 9866.0, 9850.0, 9865.0, 9820.0, 9870.0, 9805.0, 9837.0, 9802.0, 9828.0, 9812.0, 9838.0, 9798.0, 9810.0, 9797.0, 9822.0, 9809.0, 9820.0, 9795.0, 9805.0, 9798.0, 9825.0, 9800.0, 9828.0, 9801.0, 9817.0, 9813.0, 9815.0, 9838.0, 9813.0, 9838.0, 9830.0, 9837.0, 9813.0, 9822.0, 9809.0, 9823.0, 9800.0, 9841.0, 9826.0, 9854.0, 9798.0, 9834.0, 9795.0, 9822.0, 9791.0, 9808.0, 9778.0, 9790.0, 9817.0, 9806.0, 9847.0, 9795.0, 9832.0, 9793.0, 9820.0, 9797.0, 9823.0, 9801.0, 9827.0, 9800.0, 9825.0, 9801.0, 9814.0, 9800.0, 9819.0, 9841.0, 9817.0, 9858.0, 9817.0, 9839.0, 9802.0, 9828.0, 9798.0, 9814.0, 9800.0, 9821.0, 9843.0, 9818.0, 9816.0, 9820.0, 9848.0, 9824.0, 9837.0, 9828.0, 9855.0, 9826.0, 9826.0, 9838.0, 9826.0, 9854.0, 9825.0, 9868.0, 9827.0, 9852.0, 9827.0, 9852.0, 9838.0, 9834.0, 9823.0, 9837.0, 9828.0, 9840.0, 9832.0, 9859.0, 9848.0, 9857.0, 9851.0, 9863.0, 9852.0, 9881.0, 9851.0, 9878.0, 9837.0, 9861.0, 9833.0, 9848.0, 9913.0, 9874.0, 9899.0, 9843.0, 9898.0, 9829.0, 9878.0, 9868.0, 9891.0, 9856.0, 9838.0, 9822.0, 9821.0, 9823.0, 9828.0, 9842.0, 9846.0, 9845.0, 9859.0, 9846.0, 9880.0, 9824.0, 9865.0, 9822.0, 9863.0, 9835.0, 9873.0, 9815.0, 9855.0, 9803.0, 9827.0, 9798.0, 9812.0, 9782.0, 9810.0, 9797.0, 9809.0, 9797.0, 9810.0, 9856.0, 9813.0, 9886.0, 9802.0, 9857.0, 9814.0, 9839.0, 9812.0, 9864.0, 9794.0, 9817.0, 9792.0, 9816.0, 9793.0, 9821.0, 9794.0, 9805.0, 9777.0, 9804.0, 9844.0, 9790.0, 9844.0, 9789.0, 9811.0, 9774.0, 9814.0, 9777.0, 9814.0, 9775.0, 9802.0, 9791.0, 9802.0, 9795.0, 9807.0, 9795.0, 9809.0, 9801.0, 9814.0, 9798.0, 9814.0, 9837.0, 9813.0, 9826.0, 9812.0, 9798.0, 9812.0, 9800.0, 9815.0, 9803.0, 9831.0, 9822.0, 9834.0, 9823.0, 9841.0, 9852.0, 9827.0, 9862.0, 9824.0, 9848.0, 9826.0, 9850.0, 9841.0, 9867.0, 9842.0, 9826.0, 9859.0, 9850.0, 9872.0, 9873.0, 9829.0, 9850.0, 9847.0, 9865.0, 9877.0, 9844.0, 9870.0, 9832.0, 9857.0, 9827.0, 9853.0, 9834.0, 9835.0, 9857.0, 9815.0, 9883.0, 9827.0, 9866.0, 9823.0, 9834.0, 9805.0, 9820.0, 9807.0, 9847.0, 9792.0, 9861.0, 9790.0, 9828.0, 9788.0, 9816.0, 9801.0, 9811.0, 9787.0, 9799.0, 9772.0, 9784.0, 9777.0, 9804.0, 9794.0, 9809.0, 9798.0, 9812.0, 9797.0, 9820.0, 9844.0, 9818.0, 9828.0, 9807.0, 9844.0, 9821.0, 9830.0, 9821.0, 9843.0, 9823.0, 9833.0, 9820.0, 9836.0, 9808.0, 9833.0, 9805.0, 9822.0, 9805.0, 9819.0, 9836.0, 9823.0, 9835.0, 9822.0, 9837.0, 9826.0, 9838.0, 9841.0, 9853.0, 9844.0, 9837.0, 9842.0, 9839.0, 9843.0, 9854.0, 9845.0, 9870.0, 9840.0, 9855.0, 9831.0, 9867.0, 9830.0, 9870.0, 9846.0, 9869.0, 9828.0, 9838.0, 9830.0, 9856.0, 9847.0, 9858.0, 9831.0, 9854.0, 9845.0, 9857.0, 9850.0, 9861.0, 9845.0, 9860.0, 9831.0, 9839.0, 9827.0, 9841.0, 9894.0, 9844.0, 9912.0, 9826.0, 9878.0, 9828.0, 9866.0, 9840.0, 9855.0, 9809.0, 9838.0, 9822.0, 9827.0, 9849.0, 9840.0, 9847.0, 9826.0, 9849.0, 9831.0, 9855.0, 9831.0, 9858.0, 9845.0, 9867.0, 9829.0, 9857.0, 9826.0, 9853.0, 9869.0, 9838.0, 9911.0, 9819.0, 9873.0, 9821.0, 9859.0, 9823.0, 9845.0, 9824.0, 9858.0, 9827.0, 9837.0, 9825.0, 9836.0, 9850.0, 9825.0, 9897.0, 9840.0, 9891.0, 9852.0, 9889.0, 9829.0, 9859.0, 9818.0, 9856.0, 9814.0, 9853.0, 9794.0, 9805.0, 9797.0, 9809.0, 9815.0, 9828.0, 9816.0, 9813.0, 9814.0, 9805.0, 9839.0, 9825.0, 9881.0, 9849.0, 9894.0, 9843.0, 9892.0, 9828.0, 9859.0, 9832.0, 9876.0, 9807.0, 9829.0, 9785.0, 9811.0, 9782.0, 9840.0, 9770.0, 9795.0, 9787.0, 9788.0, 9796.0, 9806.0, 9799.0, 9820.0, 9800.0, 9824.0, 9812.0, 9809.0, 9794.0, 9825.0, 9799.0, 9815.0, 9801.0, 9815.0, 9805.0, 9822.0, 9824.0, 9825.0, 9822.0, 9826.0, 9877.0, 9825.0, 9867.0, 9823.0, 9857.0, 9808.0, 9835.0, 9892.0, 9825.0, 9875.0, 9853.0, 9852.0, 9842.0, 9795.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.0009435476463834674</td></tr>
<tr><td colspan=3>aqi</td><td>0.018459879334098737</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.15568585449421</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.311363389390806</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9984524395057465</td></tr>
<tr><td colspan=3>efc</td><td>0.4831</td></tr>
<tr><td colspan=3>fber</td><td>7978.0874</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.063689014195078</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6888633754305397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4701845182656883</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3889283066798743</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7070808445490724</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3145444035681195</td></tr>
<tr><td colspan=3>gcor</td><td>0.013269</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007518954109400511</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04027295485138893</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9565063024103506</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>13.3392</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.3987</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.0245</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298209.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>395.0921</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6164</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.9178</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3662.3477</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.9536</td></tr>
<tr><td colspan=3>tsnr</td><td>47.584172582719475</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>