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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-03/func/sub-0102_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>14aa94bda0aeede227c5e3d85a480201</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:21:21.137500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997954, -0.0639181, -0.00135592, 0.0638352, 0.997381, -0.0340054]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7816, -7246, 193, -126, -105, -77, 110]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b83cc52-664b-4082-af3f-a097040a28fa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677438259124756, 0.1712651401758194, -0.009520009160041809, 107.71919250488281], [0.17148761451244354, 2.6758999824523926, -0.09139318019151688, -93.42142486572266], [-0.003637824673205614, 0.09123413264751434, 2.6984360218048096, -61.35944366455078], [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': ['132121.137500', '132121.597500', '132122.057500', '132122.517500', '132122.977500', '132123.437500', '132123.897500', '132124.357500', '132124.817500', '132125.277500', '132125.737500', '132126.197500', '132126.657500', '132127.117500', '132127.577500', '132128.037500', '132128.497500', '132128.957500', '132129.417500', '132129.877500', '132130.337500', '132130.797500', '132131.257500', '132131.717500', '132132.177500', '132132.637500', '132133.097500', '132133.557500', '132134.017500', '132134.477500', '132134.937500', '132135.397500', '132135.857500', '132136.317500', '132136.777500', '132137.237500', '132137.697500', '132138.157500', '132138.617500', '132139.077500', '132139.537500', '132139.997500', '132140.457500', '132140.917500', '132141.377500', '132141.837500', '132142.297500', '132142.757500', '132143.217500', '132143.677500', '132144.137500', '132144.597500', '132145.057500', '132145.517500', '132145.977500', '132146.437500', '132146.897500', '132147.357500', '132147.817500', '132148.277500', '132148.737500', '132149.197500', '132149.657500', '132150.117500', '132150.577500', '132151.037500', '132151.497500', '132151.957500', '132152.417500', '132152.877500', '132153.337500', '132153.797500', '132154.257500', '132154.717500', '132155.177500', '132155.637500', '132156.097500', '132156.557500', '132157.017500', '132157.477500', '132157.937500', '132158.397500', '132158.857500', '132159.317500', '132159.777500', '132200.237500', '132200.697500', '132201.157500', '132201.617500', '132202.077500', '132202.537500', '132202.997500', '132203.457500', '132203.917500', '132204.377500', '132204.837500', '132205.297500', '132205.757500', '132206.217500', '132206.677500', '132207.137500', '132207.597500', '132208.057500', '132208.517500', '132208.977500', '132209.437500', '132209.897500', '132210.357500', '132210.817500', '132211.277500', '132211.737500', '132212.197500', '132212.657500', '132213.117500', '132213.577500', '132214.037500', '132214.497500', '132214.957500', '132215.417500', '132215.877500', '132216.337500', '132216.797500', '132217.257500', '132217.717500', '132218.177500', '132218.637500', '132219.097500', '132219.557500', '132220.017500', '132220.477500', '132220.937500', '132221.397500', '132221.857500', '132222.317500', '132222.777500', '132223.237500', '132223.697500', '132224.157500', '132224.617500', '132225.077500', '132225.537500', '132225.997500', '132226.457500', '132226.917500', '132227.377500', '132227.837500', '132228.297500', '132228.757500', '132229.217500', '132229.677500', '132230.137500', '132230.597500', '132231.057500', '132231.517500', '132231.977500', '132232.437500', '132232.897500', '132233.357500', '132233.817500', '132234.277500', '132234.737500', '132235.197500', '132235.657500', '132236.117500', '132236.577500', '132237.037500', '132237.497500', '132237.957500', '132238.417500', '132238.877500', '132239.337500', '132239.797500', '132240.257500', '132240.717500', '132241.177500', '132241.637500', '132242.097500', '132242.557500', '132243.017500', '132243.477500', '132243.937500', '132244.397500', '132244.857500', '132245.317500', '132245.777500', '132246.237500', '132246.697500', '132247.157500', '132247.617500', '132248.077500', '132248.537500', '132248.997500', '132249.457500', '132249.917500', '132250.377500', '132250.837500', '132251.297500', '132251.757500', '132252.217500', '132252.677500', '132253.137500', '132253.597500', '132254.057500', '132254.517500', '132254.977500', '132255.437500', '132255.897500', '132256.357500', '132256.817500', '132257.277500', '132257.737500', '132258.197500', '132258.657500', '132259.117500', '132259.577500', '132300.037500', '132300.497500', '132300.957500', '132301.417500', '132301.877500', '132302.337500', '132302.797500', '132303.257500', '132303.717500', '132304.177500', '132304.637500', '132305.097500', '132305.557500', '132306.017500', '132306.477500', '132306.937500', '132307.397500', '132307.857500', '132308.317500', '132308.777500', '132309.237500', '132309.697500', '132310.157500', '132310.617500', '132311.077500', '132311.537500', '132311.997500', '132312.457500', '132312.917500', '132313.377500', '132313.837500', '132314.297500', '132314.757500', '132315.217500', '132315.677500', '132316.137500', '132316.597500', '132317.057500', '132317.517500', '132317.977500', '132318.437500', '132318.897500', '132319.357500', '132319.817500', '132320.277500', '132320.737500', '132321.197500', '132321.657500', '132322.117500', '132322.577500', '132323.037500', '132323.497500', '132323.957500', '132324.417500', '132324.877500', '132325.337500', '132325.797500', '132326.257500', '132326.717500', '132327.177500', '132327.637500', '132328.097500', '132328.557500', '132329.017500', '132329.477500', '132329.937500', '132330.397500', '132330.857500', '132331.317500', '132331.777500', '132332.237500', '132332.697500', '132333.157500', '132333.617500', '132334.077500', '132334.537500', '132334.997500', '132335.457500', '132335.917500', '132336.377500', '132336.837500', '132337.297500', '132337.757500', '132338.217500', '132338.677500', '132339.137500', '132339.597500', '132340.057500', '132340.517500', '132340.977500', '132341.437500', '132341.897500', '132342.357500', '132342.817500', '132343.277500', '132343.737500', '132344.197500', '132344.657500', '132345.117500', '132345.577500', '132346.037500', '132346.497500', '132346.957500', '132347.417500', '132347.877500', '132348.337500', '132348.797500', '132349.257500', '132349.717500', '132350.177500', '132350.637500', '132351.097500', '132351.557500', '132352.017500', '132352.477500', '132352.937500', '132353.397500', '132353.857500', '132354.317500', '132354.777500', '132355.237500', '132355.697500', '132356.157500', '132356.617500', '132357.077500', '132357.537500', '132357.997500', '132358.457500', '132358.917500', '132359.377500', '132359.837500', '132400.297500', '132400.757500', '132401.217500', '132401.677500', '132402.137500', '132402.597500', '132403.057500', '132403.517500', '132403.977500', '132404.437500', '132404.897500', '132405.357500', '132405.817500', '132406.277500', '132406.737500', '132407.197500', '132407.657500', '132408.117500', '132408.577500', '132409.037500', '132409.497500', '132409.957500', '132410.417500', '132410.877500', '132411.337500', '132411.797500', '132412.257500', '132412.717500', '132413.177500', '132413.637500', '132414.097500', '132414.557500', '132415.017500', '132415.477500', '132415.937500', '132416.397500', '132416.857500', '132417.317500', '132417.777500', '132418.237500', '132418.697500', '132419.157500', '132419.617500', '132420.077500', '132420.537500', '132420.997500', '132421.457500', '132421.917500', '132422.377500', '132422.837500', '132423.297500', '132423.757500', '132424.217500', '132424.677500', '132425.137500', '132425.597500', '132426.057500', '132426.517500', '132426.977500', '132427.437500', '132427.897500', '132428.357500', '132428.817500', '132429.277500', '132429.737500', '132430.197500', '132430.657500', '132431.117500', '132431.577500', '132432.037500', '132432.497500', '132432.957500', '132433.417500', '132433.877500', '132434.337500', '132434.797500', '132435.257500', '132435.717500', '132436.177500', '132436.637500', '132437.097500', '132437.557500', '132438.017500', '132438.477500', '132438.937500', '132439.397500', '132439.857500', '132440.317500', '132440.777500', '132441.237500', '132441.697500', '132442.157500', '132442.617500', '132443.077500', '132443.537500', '132443.997500', '132444.457500', '132444.917500', '132445.377500', '132445.837500', '132446.297500', '132446.757500', '132447.217500', '132447.677500', '132448.137500', '132448.597500', '132449.057500', '132449.517500', '132449.977500', '132450.437500', '132450.897500', '132451.357500', '132451.817500', '132452.277500', '132452.737500', '132453.197500', '132453.657500', '132454.117500', '132454.577500', '132455.037500', '132455.497500', '132455.957500', '132456.417500', '132456.877500', '132457.337500', '132457.797500', '132458.257500', '132458.717500', '132459.177500', '132459.637500', '132500.097500', '132500.557500', '132501.017500', '132501.477500', '132501.937500', '132502.397500', '132502.857500', '132503.317500', '132503.777500', '132504.237500', '132504.697500', '132505.157500', '132505.617500', '132506.077500', '132506.537500', '132506.997500', '132507.457500', '132507.917500', '132508.377500', '132508.837500', '132509.297500', '132509.757500', '132510.217500', '132510.677500', '132511.137500', '132511.597500', '132512.057500', '132512.517500', '132512.977500', '132513.437500', '132513.897500', '132514.357500', '132514.817500', '132515.277500', '132515.737500', '132516.197500', '132516.657500', '132517.117500', '132517.577500', '132518.037500', '132518.497500', '132518.957500', '132519.417500', '132519.877500', '132520.337500', '132520.797500', '132521.257500', '132521.717500', '132522.177500', '132522.637500', '132523.097500', '132523.557500', '132524.017500', '132524.477500', '132524.937500', '132525.397500', '132525.857500', '132526.317500', '132526.777500', '132527.237500', '132527.697500', '132528.157500', '132528.617500', '132529.077500', '132529.537500', '132529.997500', '132530.457500', '132530.917500', '132531.377500', '132531.837500', '132532.297500', '132532.757500', '132533.217500', '132533.677500', '132534.137500', '132534.597500', '132535.057500', '132535.517500', '132535.977500', '132536.437500', '132536.897500', '132537.357500', '132537.817500', '132538.277500', '132538.737500', '132539.197500', '132539.657500', '132540.117500', '132540.577500', '132541.037500', '132541.497500', '132541.957500', '132542.417500', '132542.877500', '132543.337500', '132543.797500', '132544.257500', '132544.717500', '132545.177500', '132545.637500', '132546.097500', '132546.557500', '132547.017500', '132547.477500', '132547.937500', '132548.397500', '132548.857500', '132549.317500', '132549.777500', '132550.237500', '132550.697500', '132551.157500', '132551.617500', '132552.077500', '132552.537500', '132552.997500', '132553.457500', '132553.917500', '132554.377500', '132554.837500', '132555.297500', '132555.757500', '132556.217500', '132556.677500', '132557.137500', '132557.597500', '132558.057500', '132558.517500', '132558.977500', '132559.437500', '132559.897500', '132600.357500', '132600.817500', '132601.277500', '132601.737500', '132602.197500', '132602.657500', '132603.117500', '132603.577500', '132604.037500', '132604.497500', '132604.957500', '132605.417500', '132605.877500', '132606.337500', '132606.797500', '132607.257500', '132607.717500', '132608.177500', '132608.637500', '132609.097500', '132609.557500', '132610.017500', '132610.477500', '132610.937500', '132611.397500', '132611.857500', '132612.317500', '132612.777500', '132613.237500', '132613.697500', '132614.157500', '132614.617500', '132615.077500', '132615.537500', '132615.997500', '132616.457500', '132616.917500', '132617.377500', '132617.837500', '132618.297500', '132618.757500', '132619.217500', '132619.677500', '132620.137500', '132620.597500', '132621.057500', '132621.517500', '132621.977500', '132622.437500', '132622.897500', '132623.357500', '132623.817500', '132624.277500', '132624.737500', '132625.197500', '132625.657500', '132626.117500', '132626.577500', '132627.037500', '132627.497500', '132627.957500', '132628.417500', '132628.877500', '132629.337500', '132629.797500', '132630.257500', '132630.717500', '132631.177500', '132631.637500', '132632.097500', '132632.557500', '132633.017500', '132633.477500', '132633.937500', '132634.397500', '132634.857500', '132635.317500', '132635.777500', '132636.237500', '132636.697500', '132637.157500', '132637.617500', '132638.077500', '132638.537500', '132638.997500', '132639.457500', '132639.917500', '132640.377500', '132640.837500', '132641.297500', '132641.757500', '132642.217500', '132642.677500', '132643.137500', '132643.597500', '132644.057500', '132644.517500', '132644.977500', '132645.437500', '132645.897500', '132646.357500', '132646.817500', '132647.277500', '132647.737500', '132648.197500', '132648.657500', '132649.117500', '132649.577500', '132650.037500', '132650.497500', '132650.957500', '132651.417500', '132651.877500', '132652.337500', '132652.797500', '132653.257500', '132653.717500', '132654.177500', '132654.637500', '132655.097500', '132655.557500', '132656.017500', '132656.477500', '132656.937500', '132657.397500', '132657.857500', '132658.317500', '132658.777500', '132659.237500', '132659.697500', '132700.157500', '132700.617500', '132701.077500', '132701.537500', '132701.997500', '132702.457500', '132702.917500', '132703.377500', '132703.837500', '132704.297500', '132704.757500', '132705.217500', '132705.677500', '132706.137500', '132706.597500', '132707.057500', '132707.517500', '132707.977500', '132708.437500', '132708.897500', '132709.357500', '132709.817500', '132710.277500', '132710.737500', '132711.197500', '132711.657500', '132712.117500', '132712.577500', '132713.037500', '132713.497500', '132713.957500', '132714.417500', '132714.877500', '132715.337500', '132715.797500', '132716.257500', '132716.717500', '132717.177500', '132717.637500', '132718.097500', '132718.557500', '132719.017500', '132719.477500', '132719.937500', '132720.397500', '132720.857500', '132721.317500', '132721.777500', '132722.237500', '132722.697500', '132723.157500', '132723.617500', '132724.077500', '132724.537500', '132724.997500', '132725.457500', '132725.917500', '132726.377500', '132726.837500', '132727.297500', '132727.757500', '132728.217500', '132728.677500', '132729.137500', '132729.597500', '132730.057500', '132730.517500', '132730.977500', '132731.437500', '132731.897500', '132732.357500', '132732.817500', '132733.277500', '132733.737500', '132734.197500', '132734.657500', '132735.117500', '132735.577500', '132736.037500', '132736.497500', '132736.957500', '132737.417500', '132737.877500', '132738.337500', '132738.797500', '132739.257500', '132739.717500', '132740.177500', '132740.637500', '132741.097500', '132741.557500', '132742.017500', '132742.477500', '132742.937500', '132743.397500', '132743.857500', '132744.317500', '132744.777500', '132745.237500', '132745.697500', '132746.157500', '132746.617500', '132747.077500', '132747.537500', '132747.997500', '132748.457500', '132748.917500', '132749.377500', '132749.837500', '132750.297500', '132750.757500', '132751.217500', '132751.677500', '132752.137500', '132752.597500', '132753.057500', '132753.517500', '132753.977500', '132754.437500', '132754.897500', '132755.357500', '132755.817500', '132756.277500', '132756.737500', '132757.197500', '132757.657500', '132758.117500', '132758.577500', '132759.037500', '132759.497500', '132759.957500', '132800.417500', '132800.877500', '132801.337500', '132801.797500'], 'ContentTime': ['132132.990000', '132132.993000', '132132.996000', '132132.998000', '132133.002000', '132133.005000', '132133.007000', '132133.010000', '132133.013000', '132133.015000', '132133.018000', '132133.020000', '132133.023000', '132133.051000', '132133.053000', '132133.056000', '132133.059000', '132133.061000', '132133.064000', '132133.072000', '132133.075000', '132133.077000', '132152.943000', '132152.946000', '132152.949000', '132152.952000', '132152.954000', '132152.957000', '132152.959000', '132152.962000', '132152.965000', '132152.967000', '132152.970000', '132152.972000', '132152.975000', '132152.977000', '132152.980000', '132152.983000', '132152.993000', '132152.996000', '132152.998000', '132153.003000', '132153.005000', '132153.008000', '132153.010000', '132153.013000', '132153.016000', '132153.018000', '132153.021000', '132153.023000', '132153.026000', '132153.028000', '132153.031000', '132153.034000', '132153.036000', '132153.039000', '132153.041000', '132153.044000', '132153.047000', '132153.050000', '132153.052000', '132153.055000', '132153.057000', '132153.060000', '132153.062000', '132212.944000', '132212.946000', '132212.949000', '132212.951000', '132212.954000', '132212.957000', '132212.959000', '132212.962000', '132212.964000', '132212.967000', '132212.970000', '132212.972000', '132212.975000', '132212.978000', '132212.980000', '132212.983000', '132212.985000', '132212.988000', '132212.991000', '132212.993000', '132212.996000', '132212.998000', '132213.002000', '132213.005000', '132213.007000', '132213.010000', '132213.013000', '132213.015000', '132213.018000', '132213.020000', '132213.023000', '132213.026000', '132213.028000', '132213.031000', '132213.033000', '132213.036000', '132213.039000', '132213.049000', '132213.051000', '132213.054000', '132213.056000', '132213.059000', '132213.062000', '132213.064000', '132232.943000', '132232.946000', '132232.949000', '132232.951000', '132232.954000', '132232.957000', '132232.959000', '132232.962000', '132232.964000', '132232.967000', '132232.969000', '132232.972000', '132232.975000', '132232.977000', '132232.980000', '132232.983000', '132232.985000', '132232.988000', '132232.990000', '132232.993000', '132232.996000', '132232.998000', '132233.002000', '132233.004000', '132233.007000', '132233.010000', '132233.012000', '132233.015000', '132233.018000', '132233.020000', '132233.023000', '132233.026000', '132233.035000', '132233.037000', '132233.040000', '132233.042000', '132233.045000', '132233.048000', '132233.050000', '132233.053000', '132233.055000', '132233.058000', '132233.061000', '132233.063000', '132252.943000', '132252.946000', '132252.949000', '132252.952000', '132252.954000', '132252.957000', '132252.959000', '132252.962000', '132252.965000', '132252.967000', '132252.970000', '132252.972000', '132252.975000', '132252.977000', '132252.980000', '132252.983000', '132252.985000', '132252.988000', '132252.990000', '132252.993000', '132252.996000', '132252.998000', '132253.002000', '132253.004000', '132253.007000', '132253.009000', '132253.012000', '132253.015000', '132253.017000', '132253.020000', '132253.023000', '132253.025000', '132253.028000', '132253.031000', '132253.033000', '132253.036000', '132253.038000', '132253.041000', '132253.044000', '132253.046000', '132253.049000', '132253.051000', '132253.054000', '132312.943000', '132312.946000', '132312.949000', '132312.952000', '132312.954000', '132312.957000', '132312.959000', '132312.962000', '132312.964000', '132312.967000', '132312.970000', '132312.972000', '132312.975000', '132312.978000', '132312.981000', '132312.984000', '132312.987000', '132312.989000', '132312.992000', '132312.995000', '132312.997000', '132313.001000', '132313.003000', '132313.006000', '132313.009000', '132313.011000', '132313.014000', '132313.016000', '132313.019000', '132313.022000', '132313.052000', '132313.054000', '132313.057000', '132313.060000', '132313.062000', '132313.065000', '132313.068000', '132313.070000', '132313.073000', '132313.075000', '132313.078000', '132313.080000', '132313.083000', '132313.086000', '132332.943000', '132332.946000', '132332.949000', '132332.952000', '132332.954000', '132332.957000', '132332.959000', '132332.962000', '132332.964000', '132332.975000', '132332.977000', '132332.980000', '132332.982000', '132332.985000', '132332.988000', '132332.990000', '132332.993000', '132332.995000', '132332.998000', '132333.001000', '132333.004000', '132333.007000', '132333.009000', '132333.012000', '132333.015000', '132333.017000', '132333.020000', '132333.022000', '132333.025000', '132333.028000', '132333.030000', '132333.033000', '132333.036000', '132333.038000', '132333.041000', '132333.043000', '132333.046000', '132333.049000', '132333.051000', '132333.054000', '132333.056000', '132333.059000', '132333.062000', '132352.942000', '132352.945000', '132352.948000', '132352.950000', '132352.953000', '132352.956000', '132352.958000', '132352.961000', '132352.964000', '132352.967000', '132352.969000', '132352.972000', '132352.974000', '132352.977000', '132352.980000', '132352.982000', '132352.985000', '132352.988000', '132352.990000', '132352.993000', '132352.995000', '132352.998000', '132353.001000', '132353.004000', '132353.007000', '132353.009000', '132353.012000', '132353.014000', '132353.017000', '132353.020000', '132353.022000', '132353.025000', '132353.028000', '132353.030000', '132353.033000', '132353.035000', '132353.038000', '132353.046000', '132353.048000', '132353.051000', '132353.054000', '132353.056000', '132353.059000', '132412.944000', '132412.947000', '132412.949000', '132412.952000', '132412.955000', '132412.957000', '132412.960000', '132412.963000', '132412.965000', '132412.968000', '132412.970000', '132412.973000', '132412.976000', '132412.978000', '132412.981000', '132412.984000', '132412.986000', '132412.989000', '132412.991000', '132412.994000', '132412.997000', '132413.000000', '132413.003000', '132413.005000', '132413.008000', '132413.011000', '132413.013000', '132413.016000', '132413.019000', '132413.021000', '132413.024000', '132413.027000', '132413.029000', '132413.032000', '132413.034000', '132413.037000', '132413.039000', '132413.042000', '132413.045000', '132413.047000', '132413.050000', '132413.052000', '132413.055000', '132413.058000', '132432.944000', '132432.946000', '132432.949000', '132432.952000', '132432.954000', '132432.957000', '132432.960000', '132432.962000', '132432.965000', '132432.968000', '132432.970000', '132432.973000', '132432.976000', '132432.978000', '132432.981000', '132432.983000', '132432.995000', '132432.998000', '132433.001000', '132433.004000', '132433.007000', '132433.009000', '132433.012000', '132433.015000', '132433.017000', '132433.021000', '132433.024000', '132433.027000', '132433.029000', '132433.032000', '132433.035000', '132433.037000', '132433.040000', '132433.042000', '132433.045000', '132433.048000', '132433.050000', '132433.053000', '132433.056000', '132433.058000', '132433.061000', '132433.063000', '132433.066000', '132452.943000', '132452.946000', '132452.949000', '132452.952000', '132452.954000', '132452.957000', '132452.959000', '132452.962000', '132452.965000', '132452.967000', '132452.970000', '132452.986000', '132452.989000', '132452.992000', '132452.994000', '132452.997000', '132453.004000', '132453.007000', '132453.010000', '132453.012000', '132453.015000', '132453.017000', '132453.020000', '132453.023000', '132453.025000', '132453.028000', '132453.031000', '132453.033000', '132453.036000', '132453.038000', '132453.041000', '132453.044000', '132453.046000', '132453.049000', '132453.051000', '132453.054000', '132453.057000', '132453.059000', '132453.062000', '132453.065000', '132453.067000', '132453.070000', '132453.073000', '132453.075000', '132512.944000', '132512.946000', '132512.949000', '132512.952000', '132512.954000', '132512.957000', '132512.959000', '132512.962000', '132512.965000', '132512.967000', '132512.970000', '132512.973000', '132512.975000', '132512.978000', '132512.980000', '132512.983000', '132512.986000', '132512.988000', '132512.991000', '132512.994000', '132512.996000', '132513.000000', '132513.003000', '132513.006000', '132513.008000', '132513.011000', '132513.014000', '132513.016000', '132513.019000', '132513.021000', '132513.024000', '132513.027000', '132513.029000', '132513.032000', '132513.035000', '132513.037000', '132513.040000', '132513.042000', '132513.045000', '132513.048000', '132513.050000', '132513.053000', '132513.055000', '132532.944000', '132532.947000', '132532.949000', '132532.953000', '132532.955000', '132532.958000', '132532.960000', '132532.963000', '132532.966000', '132532.968000', '132532.971000', '132532.974000', '132532.976000', '132532.979000', '132532.981000', '132532.984000', '132532.987000', '132532.989000', '132532.992000', '132532.995000', '132532.997000', '132533.001000', '132533.003000', '132533.006000', '132533.009000', '132533.011000', '132533.014000', '132533.017000', '132533.019000', '132533.022000', '132533.024000', '132533.027000', '132533.030000', '132533.032000', '132533.035000', '132533.037000', '132533.040000', '132533.043000', '132533.045000', '132533.048000', '132533.056000', '132533.058000', '132533.061000', '132533.063000', '132552.943000', '132552.947000', '132552.949000', '132552.952000', '132552.954000', '132552.957000', '132552.960000', '132552.962000', '132552.965000', '132552.968000', '132552.970000', '132552.973000', '132552.976000', '132552.979000', '132552.981000', '132552.984000', '132552.986000', '132552.989000', '132552.992000', '132552.994000', '132552.997000', '132553.001000', '132553.003000', '132553.006000', '132553.008000', '132553.011000', '132553.014000', '132553.016000', '132553.019000', '132553.021000', '132553.024000', '132553.027000', '132553.029000', '132553.032000', '132553.034000', '132553.037000', '132553.040000', '132553.042000', '132553.045000', '132553.048000', '132553.050000', '132553.053000', '132553.055000', '132612.942000', '132612.945000', '132612.949000', '132612.951000', '132612.954000', '132612.956000', '132612.959000', '132612.961000', '132612.964000', '132612.967000', '132612.969000', '132612.972000', '132612.974000', '132612.977000', '132612.980000', '132612.982000', '132612.985000', '132612.987000', '132612.990000', '132612.993000', '132612.995000', '132612.998000', '132613.002000', '132613.004000', '132613.007000', '132613.009000', '132613.012000', '132613.015000', '132613.017000', '132613.020000', '132613.022000', '132613.025000', '132613.028000', '132613.030000', '132613.033000', '132613.036000', '132613.038000', '132613.041000', '132613.044000', '132613.046000', '132613.049000', '132613.051000', '132613.054000', '132613.057000', '132632.943000', '132632.946000', '132632.949000', '132632.951000', '132632.954000', '132632.957000', '132632.960000', '132632.962000', '132632.965000', '132632.967000', '132632.970000', '132632.973000', '132632.975000', '132632.978000', '132632.981000', '132632.983000', '132632.986000', '132632.989000', '132632.991000', '132632.994000', '132632.996000', '132633.000000', '132633.003000', '132633.005000', '132633.008000', '132633.011000', '132633.013000', '132633.016000', '132633.018000', '132633.021000', '132633.024000', '132633.026000', '132633.029000', '132633.031000', '132633.034000', '132633.037000', '132633.039000', '132633.042000', '132633.044000', '132633.047000', '132633.050000', '132633.052000', '132633.055000', '132652.944000', '132652.947000', '132652.949000', '132652.952000', '132652.955000', '132652.957000', '132652.960000', '132652.963000', '132652.965000', '132652.968000', '132652.970000', '132652.973000', '132652.976000', '132652.989000', '132652.992000', '132652.995000', '132652.997000', '132653.001000', '132653.003000', '132653.006000', '132653.009000', '132653.012000', '132653.014000', '132653.017000', '132653.019000', '132653.022000', '132653.025000', '132653.027000', '132653.030000', '132653.033000', '132653.035000', '132653.038000', '132653.040000', '132653.043000', '132653.045000', '132653.048000', '132653.051000', '132653.053000', '132653.056000', '132653.059000', '132653.061000', '132653.064000', '132653.066000', '132653.069000', '132712.944000', '132712.946000', '132712.949000', '132712.952000', '132712.955000', '132712.957000', '132712.960000', '132712.963000', '132712.966000', '132712.968000', '132712.971000', '132712.973000', '132712.976000', '132712.979000', '132712.981000', '132712.984000', '132712.986000', '132712.989000', '132712.991000', '132713.002000', '132713.004000', '132713.007000', '132713.009000', '132713.012000', '132713.015000', '132713.017000', '132713.020000', '132713.023000', '132713.025000', '132713.028000', '132713.031000', '132713.033000', '132713.036000', '132713.039000', '132713.041000', '132713.044000', '132713.047000', '132713.049000', '132713.052000', '132713.054000', '132713.057000', '132713.060000', '132713.062000', '132732.943000', '132732.946000', '132732.949000', '132732.951000', '132732.954000', '132732.957000', '132732.959000', '132732.962000', '132732.964000', '132732.982000', '132732.986000', '132732.989000', '132732.991000', '132732.994000', '132732.996000', '132733.000000', '132733.003000', '132733.005000', '132733.008000', '132733.011000', '132733.013000', '132733.016000', '132733.018000', '132733.021000', '132733.024000', '132733.026000', '132733.029000', '132733.031000', '132733.034000', '132733.037000', '132733.039000', '132733.042000', '132733.045000', '132733.047000', '132733.050000', '132733.053000', '132733.055000', '132733.058000', '132733.060000', '132733.063000', '132733.066000', '132733.068000', '132733.071000', '132733.074000', '132752.943000', '132752.946000', '132752.949000', '132752.965000', '132752.968000', '132752.970000', '132752.973000', '132752.976000', '132752.978000', '132752.981000', '132752.984000', '132752.986000', '132752.989000', '132752.991000', '132752.994000', '132752.996000', '132753.000000', '132753.003000', '132753.005000', '132753.008000', '132753.010000', '132753.013000', '132753.016000', '132753.018000', '132753.021000', '132753.023000', '132753.026000', '132753.029000', '132753.031000', '132753.034000', '132753.037000', '132753.039000', '132753.042000', '132753.045000', '132753.048000', '132753.050000', '132753.053000', '132753.055000', '132753.058000', '132753.061000', '132753.063000', '132753.066000', '132753.069000', '132803.626000', '132803.630000', '132803.633000', '132803.638000', '132803.641000', '132803.644000', '132803.647000', '132803.650000', '132803.652000', '132803.655000', '132803.658000', '132803.661000', '132803.663000', '132803.666000', '132803.669000', '132803.672000', '132803.674000', '132803.677000', '132803.680000', '132803.682000', '132803.685000', '132803.687000', '132803.690000', '132803.693000'], 'InstanceCreationTime': ['132132.990000', '132132.993000', '132132.996000', '132132.998000', '132133.002000', '132133.005000', '132133.007000', '132133.010000', '132133.013000', '132133.015000', '132133.018000', '132133.020000', '132133.023000', '132133.051000', '132133.053000', '132133.056000', '132133.059000', '132133.061000', '132133.064000', '132133.072000', '132133.075000', '132133.077000', '132152.943000', '132152.946000', '132152.949000', '132152.952000', '132152.954000', '132152.957000', '132152.959000', '132152.962000', '132152.965000', '132152.967000', '132152.970000', '132152.972000', '132152.975000', '132152.977000', '132152.980000', '132152.983000', '132152.993000', '132152.996000', '132152.998000', '132153.003000', '132153.005000', '132153.008000', '132153.010000', '132153.013000', '132153.016000', '132153.018000', '132153.021000', '132153.023000', '132153.026000', '132153.028000', '132153.031000', '132153.034000', '132153.036000', '132153.039000', '132153.041000', '132153.044000', '132153.047000', '132153.050000', '132153.052000', '132153.055000', '132153.057000', '132153.060000', '132153.062000', '132212.944000', '132212.946000', '132212.949000', '132212.951000', '132212.954000', '132212.957000', '132212.959000', '132212.962000', '132212.964000', '132212.967000', '132212.970000', '132212.972000', '132212.975000', '132212.978000', '132212.980000', '132212.983000', '132212.985000', '132212.988000', '132212.991000', '132212.993000', '132212.996000', '132212.998000', '132213.002000', '132213.005000', '132213.007000', '132213.010000', '132213.013000', '132213.015000', '132213.018000', '132213.020000', '132213.023000', '132213.026000', '132213.028000', '132213.031000', '132213.033000', '132213.036000', '132213.039000', '132213.049000', '132213.051000', '132213.054000', '132213.056000', '132213.059000', '132213.062000', '132213.064000', '132232.943000', '132232.946000', '132232.949000', '132232.951000', '132232.954000', '132232.957000', '132232.959000', '132232.962000', '132232.964000', '132232.967000', '132232.969000', '132232.972000', '132232.975000', '132232.977000', '132232.980000', '132232.983000', '132232.985000', '132232.988000', '132232.990000', '132232.993000', '132232.996000', '132232.998000', '132233.002000', '132233.004000', '132233.007000', '132233.010000', '132233.012000', '132233.015000', '132233.018000', '132233.020000', '132233.023000', '132233.026000', '132233.035000', '132233.037000', '132233.040000', '132233.042000', '132233.045000', '132233.048000', '132233.050000', '132233.053000', '132233.055000', '132233.058000', '132233.061000', '132233.063000', '132252.943000', '132252.946000', '132252.949000', '132252.952000', '132252.954000', '132252.957000', '132252.959000', '132252.962000', '132252.965000', '132252.967000', '132252.970000', '132252.972000', '132252.975000', '132252.977000', '132252.980000', '132252.983000', '132252.985000', '132252.988000', '132252.990000', '132252.993000', '132252.996000', '132252.998000', '132253.002000', '132253.004000', '132253.007000', '132253.009000', '132253.012000', '132253.015000', '132253.017000', '132253.020000', '132253.023000', '132253.025000', '132253.028000', '132253.031000', '132253.033000', '132253.036000', '132253.038000', '132253.041000', '132253.044000', '132253.046000', '132253.049000', '132253.051000', '132253.054000', '132312.943000', '132312.946000', '132312.949000', '132312.952000', '132312.954000', '132312.957000', '132312.959000', '132312.962000', '132312.964000', '132312.967000', '132312.970000', '132312.972000', '132312.975000', '132312.978000', '132312.981000', '132312.984000', '132312.987000', '132312.989000', '132312.992000', '132312.995000', '132312.997000', '132313.001000', '132313.003000', '132313.006000', '132313.009000', '132313.011000', '132313.014000', '132313.016000', '132313.019000', '132313.022000', '132313.052000', '132313.054000', '132313.057000', '132313.060000', '132313.062000', '132313.065000', '132313.068000', '132313.070000', '132313.073000', '132313.075000', '132313.078000', '132313.080000', '132313.083000', '132313.086000', '132332.943000', '132332.946000', '132332.949000', '132332.952000', '132332.954000', '132332.957000', '132332.959000', '132332.962000', '132332.964000', '132332.975000', '132332.977000', '132332.980000', '132332.982000', '132332.985000', '132332.988000', '132332.990000', '132332.993000', '132332.995000', '132332.998000', '132333.001000', '132333.004000', '132333.007000', '132333.009000', '132333.012000', '132333.015000', '132333.017000', '132333.020000', '132333.022000', '132333.025000', '132333.028000', '132333.030000', '132333.033000', '132333.036000', '132333.038000', '132333.041000', '132333.043000', '132333.046000', '132333.049000', '132333.051000', '132333.054000', '132333.056000', '132333.059000', '132333.062000', '132352.942000', '132352.945000', '132352.948000', '132352.950000', '132352.953000', '132352.956000', '132352.958000', '132352.961000', '132352.964000', '132352.967000', '132352.969000', '132352.972000', '132352.974000', '132352.977000', '132352.980000', '132352.982000', '132352.985000', '132352.988000', '132352.990000', '132352.993000', '132352.995000', '132352.998000', '132353.001000', '132353.004000', '132353.007000', '132353.009000', '132353.012000', '132353.014000', '132353.017000', '132353.020000', '132353.022000', '132353.025000', '132353.028000', '132353.030000', '132353.033000', '132353.035000', '132353.038000', '132353.046000', '132353.048000', '132353.051000', '132353.054000', '132353.056000', '132353.059000', '132412.944000', '132412.947000', '132412.949000', '132412.952000', '132412.955000', '132412.957000', '132412.960000', '132412.963000', '132412.965000', '132412.968000', '132412.970000', '132412.973000', '132412.976000', '132412.978000', '132412.981000', '132412.984000', '132412.986000', '132412.989000', '132412.991000', '132412.994000', '132412.997000', '132413.000000', '132413.003000', '132413.005000', '132413.008000', '132413.011000', '132413.013000', '132413.016000', '132413.019000', '132413.021000', '132413.024000', '132413.027000', '132413.029000', '132413.032000', '132413.034000', '132413.037000', '132413.039000', '132413.042000', '132413.045000', '132413.047000', '132413.050000', '132413.052000', '132413.055000', '132413.058000', '132432.944000', '132432.946000', '132432.949000', '132432.952000', '132432.954000', '132432.957000', '132432.960000', '132432.962000', '132432.965000', '132432.968000', '132432.970000', '132432.973000', '132432.976000', '132432.978000', '132432.981000', '132432.983000', '132432.995000', '132432.998000', '132433.001000', '132433.004000', '132433.007000', '132433.009000', '132433.012000', '132433.015000', '132433.017000', '132433.021000', '132433.024000', '132433.027000', '132433.029000', '132433.032000', '132433.035000', '132433.037000', '132433.040000', '132433.042000', '132433.045000', '132433.048000', '132433.050000', '132433.053000', '132433.056000', '132433.058000', '132433.061000', '132433.063000', '132433.066000', '132452.943000', '132452.946000', '132452.949000', '132452.952000', '132452.954000', '132452.957000', '132452.959000', '132452.962000', '132452.965000', '132452.967000', '132452.970000', '132452.986000', '132452.989000', '132452.992000', '132452.994000', '132452.997000', '132453.004000', '132453.007000', '132453.010000', '132453.012000', '132453.015000', '132453.017000', '132453.020000', '132453.023000', '132453.025000', '132453.028000', '132453.031000', '132453.033000', '132453.036000', '132453.038000', '132453.041000', '132453.044000', '132453.046000', '132453.049000', '132453.051000', '132453.054000', '132453.057000', '132453.059000', '132453.062000', '132453.065000', '132453.067000', '132453.070000', '132453.073000', '132453.075000', '132512.944000', '132512.946000', '132512.949000', '132512.952000', '132512.954000', '132512.957000', '132512.959000', '132512.962000', '132512.965000', '132512.967000', '132512.970000', '132512.973000', '132512.975000', '132512.978000', '132512.980000', '132512.983000', '132512.986000', '132512.988000', '132512.991000', '132512.994000', '132512.996000', '132513.000000', '132513.003000', '132513.006000', '132513.008000', '132513.011000', '132513.014000', '132513.016000', '132513.019000', '132513.021000', '132513.024000', '132513.027000', '132513.029000', '132513.032000', '132513.035000', '132513.037000', '132513.040000', '132513.042000', '132513.045000', '132513.048000', '132513.050000', '132513.053000', '132513.055000', '132532.944000', '132532.947000', '132532.949000', '132532.953000', '132532.955000', '132532.958000', '132532.960000', '132532.963000', '132532.966000', '132532.968000', '132532.971000', '132532.974000', '132532.976000', '132532.979000', '132532.981000', '132532.984000', '132532.987000', '132532.989000', '132532.992000', '132532.995000', '132532.997000', '132533.001000', '132533.003000', '132533.006000', '132533.009000', '132533.011000', '132533.014000', '132533.017000', '132533.019000', '132533.022000', '132533.024000', '132533.027000', '132533.030000', '132533.032000', '132533.035000', '132533.037000', '132533.040000', '132533.043000', '132533.045000', '132533.048000', '132533.056000', '132533.058000', '132533.061000', '132533.063000', '132552.943000', '132552.947000', '132552.949000', '132552.952000', '132552.954000', '132552.957000', '132552.960000', '132552.962000', '132552.965000', '132552.968000', '132552.970000', '132552.973000', '132552.976000', '132552.979000', '132552.981000', '132552.984000', '132552.986000', '132552.989000', '132552.992000', '132552.994000', '132552.997000', '132553.001000', '132553.003000', '132553.006000', '132553.008000', '132553.011000', '132553.014000', '132553.016000', '132553.019000', '132553.021000', '132553.024000', '132553.027000', '132553.029000', '132553.032000', '132553.034000', '132553.037000', '132553.040000', '132553.042000', '132553.045000', '132553.048000', '132553.050000', '132553.053000', '132553.055000', '132612.942000', '132612.945000', '132612.949000', '132612.951000', '132612.954000', '132612.956000', '132612.959000', '132612.961000', '132612.964000', '132612.967000', '132612.969000', '132612.972000', '132612.974000', '132612.977000', '132612.980000', '132612.982000', '132612.985000', '132612.987000', '132612.990000', '132612.993000', '132612.995000', '132612.998000', '132613.002000', '132613.004000', '132613.007000', '132613.009000', '132613.012000', '132613.015000', '132613.017000', '132613.020000', '132613.022000', '132613.025000', '132613.028000', '132613.030000', '132613.033000', '132613.036000', '132613.038000', '132613.041000', '132613.044000', '132613.046000', '132613.049000', '132613.051000', '132613.054000', '132613.057000', '132632.943000', '132632.946000', '132632.949000', '132632.951000', '132632.954000', '132632.957000', '132632.960000', '132632.962000', '132632.965000', '132632.967000', '132632.970000', '132632.973000', '132632.975000', '132632.978000', '132632.981000', '132632.983000', '132632.986000', '132632.989000', '132632.991000', '132632.994000', '132632.996000', '132633.000000', '132633.003000', '132633.005000', '132633.008000', '132633.011000', '132633.013000', '132633.016000', '132633.018000', '132633.021000', '132633.024000', '132633.026000', '132633.029000', '132633.031000', '132633.034000', '132633.037000', '132633.039000', '132633.042000', '132633.044000', '132633.047000', '132633.050000', '132633.052000', '132633.055000', '132652.944000', '132652.947000', '132652.949000', '132652.952000', '132652.955000', '132652.957000', '132652.960000', '132652.963000', '132652.965000', '132652.968000', '132652.970000', '132652.973000', '132652.976000', '132652.989000', '132652.992000', '132652.995000', '132652.997000', '132653.001000', '132653.003000', '132653.006000', '132653.009000', '132653.012000', '132653.014000', '132653.017000', '132653.019000', '132653.022000', '132653.025000', '132653.027000', '132653.030000', '132653.033000', '132653.035000', '132653.038000', '132653.040000', '132653.043000', '132653.045000', '132653.048000', '132653.051000', '132653.053000', '132653.056000', '132653.059000', '132653.061000', '132653.064000', '132653.066000', '132653.069000', '132712.944000', '132712.946000', '132712.949000', '132712.952000', '132712.955000', '132712.957000', '132712.960000', '132712.963000', '132712.966000', '132712.968000', '132712.971000', '132712.973000', '132712.976000', '132712.979000', '132712.981000', '132712.984000', '132712.986000', '132712.989000', '132712.991000', '132713.002000', '132713.004000', '132713.007000', '132713.009000', '132713.012000', '132713.015000', '132713.017000', '132713.020000', '132713.023000', '132713.025000', '132713.028000', '132713.031000', '132713.033000', '132713.036000', '132713.039000', '132713.041000', '132713.044000', '132713.047000', '132713.049000', '132713.052000', '132713.054000', '132713.057000', '132713.060000', '132713.062000', '132732.943000', '132732.946000', '132732.949000', '132732.951000', '132732.954000', '132732.957000', '132732.959000', '132732.962000', '132732.964000', '132732.982000', '132732.986000', '132732.989000', '132732.991000', '132732.994000', '132732.996000', '132733.000000', '132733.003000', '132733.005000', '132733.008000', '132733.011000', '132733.013000', '132733.016000', '132733.018000', '132733.021000', '132733.024000', '132733.026000', '132733.029000', '132733.031000', '132733.034000', '132733.037000', '132733.039000', '132733.042000', '132733.045000', '132733.047000', '132733.050000', '132733.053000', '132733.055000', '132733.058000', '132733.060000', '132733.063000', '132733.066000', '132733.068000', '132733.071000', '132733.074000', '132752.943000', '132752.946000', '132752.949000', '132752.965000', '132752.968000', '132752.970000', '132752.973000', '132752.976000', '132752.978000', '132752.981000', '132752.984000', '132752.986000', '132752.989000', '132752.991000', '132752.994000', '132752.996000', '132753.000000', '132753.003000', '132753.005000', '132753.008000', '132753.010000', '132753.013000', '132753.016000', '132753.018000', '132753.021000', '132753.023000', '132753.026000', '132753.029000', '132753.031000', '132753.034000', '132753.037000', '132753.039000', '132753.042000', '132753.045000', '132753.048000', '132753.050000', '132753.053000', '132753.055000', '132753.058000', '132753.061000', '132753.063000', '132753.066000', '132753.069000', '132803.626000', '132803.630000', '132803.633000', '132803.638000', '132803.641000', '132803.644000', '132803.647000', '132803.650000', '132803.652000', '132803.655000', '132803.658000', '132803.661000', '132803.663000', '132803.666000', '132803.669000', '132803.672000', '132803.674000', '132803.677000', '132803.680000', '132803.682000', '132803.685000', '132803.687000', '132803.690000', '132803.693000'], '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': [19026, 14420, 18464, 13900, 17470, 14838, 10319, 17105, 10386, 12525, 10587, 10835, 11805, 9418, 15642, 13480, 19104, 15588, 11661, 14184, 10059, 15116, 10018, 13815, 12847, 18708, 14435, 17389, 12767, 16299, 14531, 10073, 14975, 10610, 15637, 11169, 16794, 11553, 14670, 11758, 14440, 15810, 9839, 15783, 11663, 15222, 11256, 15841, 12181, 16563, 12288, 9699, 11819, 9485, 14880, 12570, 16535, 14238, 15515, 12540, 12639, 12989, 11600, 14768, 11233, 15315, 12918, 14735, 10858, 10361, 12562, 9396, 14025, 11170, 15509, 13382, 14542, 13439, 16427, 13013, 10915, 16376, 11673, 10411, 12178, 8799, 13432, 10527, 10544, 14559, 14594, 19783, 15702, 13033, 14184, 10669, 16700, 11914, 17952, 14621, 19285, 13522, 17316, 11934, 14134, 10065, 10830, 11018, 8297, 12836, 9039, 13736, 10251, 16178, 12424, 9663, 14354, 10197, 15642, 11320, 18112, 15744, 18134, 13477, 15197, 12961, 11952, 14047, 11599, 18613, 12307, 16782, 11808, 16479, 11004, 14506, 11654, 12417, 14504, 9255, 14973, 11166, 15368, 11501, 16903, 13434, 9745, 14086, 9266, 13976, 11023, 15995, 13972, 11792, 15968, 9643, 14978, 10965, 15127, 11340, 17698, 13142, 13717, 12925, 11416, 11722, 11268, 13218, 11399, 15946, 12545, 15438, 10490, 12604, 10243, 9917, 11670, 10902, 15768, 13704, 16968, 10918, 12311, 10078, 9275, 12414, 10187, 14922, 12975, 18974, 13895, 9652, 15177, 10112, 14434, 10910, 15362, 12066, 11477, 10982, 9466, 11632, 9208, 14146, 11264, 15664, 12024, 9108, 12084, 9299, 13332, 11185, 17073, 12685, 12016, 10875, 11725, 12164, 10065, 14292, 9732, 15277, 11638, 15623, 13136, 14472, 9876, 10430, 9515, 9017, 10244, 9509, 13693, 11442, 13309, 9646, 10788, 9860, 11487, 13506, 9664, 14932, 10969, 15111, 11442, 16543, 11992, 15235, 12478, 10014, 13871, 9711, 13326, 9940, 12018, 10156, 9729, 14630, 10518, 16066, 11481, 15338, 10981, 12331, 15627, 11215, 15821, 10745, 15802, 10789, 11218, 13943, 10628, 16032, 10732, 15550, 10873, 12763, 11392, 10567, 13321, 10841, 13594, 11935, 16413, 10985, 12497, 10936, 10738, 12920, 10284, 15146, 10465, 16327, 11242, 14492, 11169, 11214, 12771, 10362, 13389, 10927, 11022, 14108, 10532, 16847, 11877, 10921, 10934, 10468, 11111, 10539, 11557, 11043, 13851, 11292, 16124, 11180, 15311, 10988, 16863, 13531, 14605, 11081, 11416, 11097, 10893, 13249, 10837, 15287, 9920, 13666, 10759, 13213, 10607, 15009, 11230, 13156, 11182, 11893, 11074, 10984, 12379, 9967, 13410, 10942, 11432, 11203, 11004, 11182, 10851, 13565, 10483, 15111, 11390, 15460, 11574, 17776, 11515, 16807, 12970, 15210, 11403, 16186, 11694, 14434, 11392, 10940, 11246, 11245, 11409, 10877, 11468, 10637, 13597, 10838, 14538, 10260, 12962, 10942, 11799, 14184, 10216, 15849, 10367, 15534, 11487, 16090, 11408, 15227, 11844, 11166, 11333, 11153, 11197, 10697, 12184, 10739, 13178, 9966, 13245, 11534, 13701, 10984, 10889, 11943, 11171, 12536, 10347, 14430, 11538, 15072, 11220, 16092, 11730, 16272, 11406, 10906, 11534, 11632, 11626, 11456, 13317, 10857, 15255, 11740, 14344, 11917, 14858, 11500, 15980, 11897, 11498, 11580, 11572, 11479, 11107, 12254, 10402, 13204, 11939, 11608, 11648, 11037, 13347, 11265, 11499, 11611, 11241, 11632, 11643, 12863, 11191, 15031, 11080, 15595, 11406, 15056, 11346, 17143, 12897, 11010, 11449, 11342, 11968, 10830, 12911, 11777, 11304, 11512, 11008, 12744, 11474, 11352, 11672, 10967, 14357, 11610, 15594, 11555, 10745, 11664, 11534, 11631, 11607, 15036, 11303, 15403, 11567, 15565, 11811, 13701, 12075, 11560, 12605, 11492, 12480, 11114, 14098, 11560, 13791, 11588, 11469, 11438, 11152, 13881, 11152, 14487, 11706, 12148, 11153, 10910, 13930, 11083, 14910, 11204, 15681, 11308, 15712, 12250, 10581, 11176, 11091, 12062, 10923, 13788, 11469, 10319, 13037, 10887, 10553, 11349, 11282, 13965, 11503, 11578, 11363, 11295, 16175, 13589, 15750, 14890, 11020, 14769, 11192, 15264, 10993, 16632, 13388, 15132, 10991, 10638, 11260, 11240, 12585, 10917, 13501, 11345, 13448, 11198, 10765, 11190, 10901, 12437, 11338, 10952, 11038, 10868, 11891, 10540, 12542, 11042, 11188, 11462, 10776, 13896, 11457, 10923, 16019, 11317, 15754, 11231, 11341, 11544, 11084, 16081, 11578, 12858, 11238, 11059, 11789, 10730, 15530, 11962, 15912, 10842, 10530, 10624, 10887, 11879, 10353, 14023, 10759, 12540, 10545, 10707, 11207, 10411, 13569, 10424, 12076, 10655, 10277, 13099, 9928, 11882, 10508, 10525, 10171, 10173, 10748, 10296, 12248, 10413, 13378, 10681, 12184, 10804, 10491, 11378, 10400, 12557, 10169, 15338, 14774, 9992, 13087, 9664, 12585, 10189, 10364, 10139, 10022, 12867, 9942, 13868, 10018, 14768, 10332, 14968, 12135, 14827, 10010, 10213, 10098, 10176, 12236, 9910, 12380, 10180, 9887, 10134, 10237, 14517, 10653, 13916, 10118, 9846, 10860, 10651, 16231, 11279, 14752, 10078, 11522, 10030, 9883, 16247, 11124, 11215, 9959, 10096, 12365, 10372, 9995, 10674, 9864, 11802, 10083, 14821, 11009, 14620, 10097, 9817, 10837, 9851, 12198, 10010, 16636, 10813, 9627, 9907, 10258, 12194, 10073, 9796, 13747, 14506, 12771, 12500, 10214, 12579, 10151, 10877, 10211, 11141, 9824, 10805, 11064, 10076, 11689, 9969, 11389, 10192, 14877, 11546, 16998, 13931, 10423, 10937, 10405, 11607, 10293, 12866, 10128, 13473, 10203, 13163, 9804, 9887, 10235, 9805, 10899, 9961, 12796, 10049, 12970, 10076, 9978, 10123, 9556, 11480, 10098, 11822, 10429, 11203, 10341, 10295, 9944, 9817, 10888, 9762, 10862, 10003, 11462, 10078, 13320, 9927, 11720, 9984, 12498, 10298, 11361, 9960, 10540, 9906, 9558, 10106, 9621, 9883, 10075, 10464, 10462, 12100, 10524, 11868, 10262, 9851, 10184, 9935, 11672, 10531, 14202, 10808, 11975, 12065, 10249, 11473, 10596, 13582, 10585, 10682, 12490, 10172, 12581, 10396, 13771, 11127, 14305, 10849, 9688, 10453, 10176, 12666, 10751, 13373, 10383, 9768, 10188, 9975, 10506, 10051, 12565, 9853, 11331, 10401, 12559, 10547, 12271, 10179, 9666, 10243, 10225, 10424, 9697, 10020, 9720, 10700, 10388, 13295, 10451, 9124, 10347, 9922, 10572, 10136, 10674, 10445, 12126, 10198, 11910, 10448, 13549, 11489, 14057, 10148, 12215, 10325, 10358, 10603, 10240, 12074, 10116, 10806, 10572, 12129, 10808, 13515, 10337, 10261, 10236, 10504], 'WindowCenter': [4871.0, 4816.0, 4830.0, 4795.0, 4827.0, 4796.0, 4740.0, 4793.0, 4731.0, 4749.0, 4740.0, 4740.0, 4751.0, 4722.0, 4794.0, 4788.0, 4812.0, 4793.0, 4739.0, 4758.0, 4718.0, 4767.0, 4717.0, 4768.0, 4760.0, 4797.0, 4768.0, 4786.0, 4758.0, 4788.0, 4765.0, 4716.0, 4766.0, 4726.0, 4764.0, 4724.0, 4773.0, 4737.0, 4767.0, 4735.0, 4768.0, 4777.0, 4716.0, 4765.0, 4736.0, 4763.0, 4736.0, 4765.0, 4744.0, 4778.0, 4748.0, 4718.0, 4735.0, 4714.0, 4766.0, 4747.0, 4776.0, 4757.0, 4767.0, 4735.0, 4736.0, 4747.0, 4725.0, 4752.0, 4739.0, 4781.0, 4737.0, 4742.0, 4698.0, 4689.0, 4721.0, 4680.0, 4730.0, 4711.0, 4781.0, 4771.0, 4756.0, 4760.0, 4779.0, 4747.0, 4714.0, 4752.0, 4725.0, 4714.0, 4748.0, 4709.0, 4768.0, 4739.0, 4739.0, 4774.0, 4772.0, 4800.0, 4768.0, 4747.0, 4756.0, 4716.0, 4765.0, 4726.0, 4775.0, 4756.0, 4787.0, 4743.0, 4763.0, 4722.0, 4730.0, 4702.0, 4713.0, 4726.0, 4684.0, 4733.0, 4704.0, 4757.0, 4730.0, 4781.0, 4747.0, 4716.0, 4755.0, 4714.0, 4764.0, 4726.0, 4787.0, 4769.0, 4776.0, 4745.0, 4754.0, 4735.0, 4723.0, 4745.0, 4724.0, 4773.0, 4726.0, 4765.0, 4723.0, 4754.0, 4714.0, 4746.0, 4724.0, 4736.0, 4754.0, 4696.0, 4753.0, 4713.0, 4752.0, 4725.0, 4775.0, 4744.0, 4704.0, 4754.0, 4705.0, 4755.0, 4729.0, 4766.0, 4754.0, 4735.0, 4766.0, 4706.0, 4755.0, 4716.0, 4756.0, 4725.0, 4773.0, 4748.0, 4744.0, 4734.0, 4724.0, 4722.0, 4713.0, 4733.0, 4722.0, 4755.0, 4734.0, 4753.0, 4714.0, 4731.0, 4702.0, 4702.0, 4722.0, 4715.0, 4765.0, 4745.0, 4765.0, 4713.0, 4722.0, 4703.0, 4695.0, 4733.0, 4703.0, 4755.0, 4746.0, 4784.0, 4743.0, 4705.0, 4752.0, 4703.0, 4742.0, 4713.0, 4755.0, 4734.0, 4712.0, 4712.0, 4702.0, 4723.0, 4695.0, 4744.0, 4726.0, 4770.0, 4733.0, 4693.0, 4722.0, 4703.0, 4743.0, 4727.0, 4774.0, 4737.0, 4733.0, 4714.0, 4725.0, 4724.0, 4703.0, 4742.0, 4693.0, 4753.0, 4724.0, 4765.0, 4733.0, 4745.0, 4703.0, 4712.0, 4704.0, 4694.0, 4715.0, 4715.0, 4757.0, 4736.0, 4748.0, 4718.0, 4726.0, 4717.0, 4738.0, 4746.0, 4707.0, 4755.0, 4725.0, 4756.0, 4726.0, 4764.0, 4726.0, 4755.0, 4736.0, 4718.0, 4746.0, 4706.0, 4744.0, 4716.0, 4736.0, 4718.0, 4717.0, 4769.0, 4727.0, 4767.0, 4727.0, 4767.0, 4731.0, 4748.0, 4768.0, 4739.0, 4766.0, 4726.0, 4763.0, 4726.0, 4726.0, 4757.0, 4726.0, 4766.0, 4726.0, 4756.0, 4727.0, 4748.0, 4736.0, 4715.0, 4744.0, 4713.0, 4744.0, 4736.0, 4766.0, 4725.0, 4735.0, 4714.0, 4725.0, 4745.0, 4715.0, 4754.0, 4716.0, 4763.0, 4724.0, 4745.0, 4727.0, 4726.0, 4736.0, 4704.0, 4743.0, 4725.0, 4715.0, 4756.0, 4717.0, 4776.0, 4736.0, 4728.0, 4728.0, 4716.0, 4725.0, 4715.0, 4727.0, 4726.0, 4747.0, 4728.0, 4766.0, 4727.0, 4754.0, 4715.0, 4765.0, 4734.0, 4742.0, 4712.0, 4711.0, 4701.0, 4703.0, 4732.0, 4713.0, 4744.0, 4703.0, 4730.0, 4701.0, 4719.0, 4702.0, 4741.0, 4712.0, 4721.0, 4713.0, 4720.0, 4712.0, 4711.0, 4723.0, 4704.0, 4732.0, 4712.0, 4724.0, 4712.0, 4714.0, 4724.0, 4716.0, 4747.0, 4719.0, 4757.0, 4727.0, 4755.0, 4725.0, 4764.0, 4714.0, 4763.0, 4735.0, 4743.0, 4712.0, 4750.0, 4712.0, 4729.0, 4713.0, 4701.0, 4711.0, 4710.0, 4713.0, 4712.0, 4724.0, 4716.0, 4746.0, 4715.0, 4773.0, 4729.0, 4745.0, 4728.0, 4736.0, 4746.0, 4705.0, 4755.0, 4706.0, 4755.0, 4724.0, 4755.0, 4726.0, 4754.0, 4725.0, 4712.0, 4714.0, 4713.0, 4714.0, 4714.0, 4724.0, 4716.0, 4736.0, 4705.0, 4734.0, 4725.0, 4746.0, 4725.0, 4725.0, 4725.0, 4725.0, 4736.0, 4716.0, 4757.0, 4728.0, 4755.0, 4727.0, 4754.0, 4725.0, 4753.0, 4725.0, 4714.0, 4723.0, 4723.0, 4723.0, 4725.0, 4745.0, 4726.0, 4754.0, 4725.0, 4743.0, 4726.0, 4744.0, 4727.0, 4754.0, 4725.0, 4713.0, 4712.0, 4714.0, 4712.0, 4715.0, 4724.0, 4728.0, 4737.0, 4725.0, 4725.0, 4726.0, 4727.0, 4748.0, 4739.0, 4738.0, 4740.0, 4729.0, 4728.0, 4737.0, 4748.0, 4729.0, 4759.0, 4728.0, 4767.0, 4727.0, 4757.0, 4727.0, 4767.0, 4735.0, 4714.0, 4715.0, 4713.0, 4725.0, 4717.0, 4738.0, 4726.0, 4727.0, 4726.0, 4727.0, 4747.0, 4740.0, 4754.0, 4752.0, 4729.0, 4756.0, 4738.0, 4767.0, 4741.0, 4728.0, 4728.0, 4727.0, 4727.0, 4728.0, 4757.0, 4728.0, 4755.0, 4725.0, 4753.0, 4725.0, 4744.0, 4726.0, 4724.0, 4736.0, 4724.0, 4736.0, 4726.0, 4744.0, 4715.0, 4734.0, 4714.0, 4725.0, 4714.0, 4716.0, 4746.0, 4715.0, 4745.0, 4725.0, 4725.0, 4728.0, 4727.0, 4748.0, 4717.0, 4755.0, 4715.0, 4754.0, 4716.0, 4756.0, 4727.0, 4705.0, 4715.0, 4714.0, 4725.0, 4728.0, 4759.0, 4739.0, 4718.0, 4748.0, 4729.0, 4732.0, 4757.0, 4742.0, 4760.0, 4740.0, 4743.0, 4742.0, 4740.0, 4781.0, 4751.0, 4771.0, 4759.0, 4716.0, 4746.0, 4703.0, 4742.0, 4704.0, 4752.0, 4725.0, 4731.0, 4700.0, 4690.0, 4699.0, 4689.0, 4710.0, 4703.0, 4722.0, 4702.0, 4721.0, 4712.0, 4702.0, 4713.0, 4715.0, 4734.0, 4715.0, 4715.0, 4717.0, 4716.0, 4737.0, 4730.0, 4750.0, 4731.0, 4731.0, 4730.0, 4743.0, 4772.0, 4752.0, 4731.0, 4772.0, 4729.0, 4756.0, 4726.0, 4728.0, 4728.0, 4728.0, 4767.0, 4740.0, 4735.0, 4718.0, 4716.0, 4727.0, 4715.0, 4756.0, 4727.0, 4755.0, 4715.0, 4705.0, 4705.0, 4713.0, 4726.0, 4706.0, 4745.0, 4716.0, 4724.0, 4706.0, 4716.0, 4726.0, 4720.0, 4747.0, 4717.0, 4725.0, 4719.0, 4718.0, 4748.0, 4718.0, 4737.0, 4718.0, 4719.0, 4719.0, 4731.0, 4743.0, 4732.0, 4751.0, 4733.0, 4750.0, 4732.0, 4751.0, 4731.0, 4730.0, 4730.0, 4721.0, 4742.0, 4721.0, 4771.0, 4772.0, 4721.0, 4751.0, 4720.0, 4740.0, 4730.0, 4722.0, 4732.0, 4733.0, 4754.0, 4723.0, 4761.0, 4723.0, 4762.0, 4722.0, 4762.0, 4741.0, 4757.0, 4708.0, 4709.0, 4716.0, 4718.0, 4738.0, 4719.0, 4738.0, 4718.0, 4721.0, 4720.0, 4721.0, 4761.0, 4732.0, 4753.0, 4719.0, 4708.0, 4718.0, 4718.0, 4768.0, 4717.0, 4746.0, 4712.0, 4717.0, 4695.0, 4696.0, 4756.0, 4717.0, 4717.0, 4705.0, 4706.0, 4725.0, 4706.0, 4706.0, 4705.0, 4694.0, 4715.0, 4706.0, 4748.0, 4717.0, 4745.0, 4706.0, 4694.0, 4705.0, 4692.0, 4713.0, 4692.0, 4752.0, 4702.0, 4693.0, 4694.0, 4718.0, 4737.0, 4717.0, 4721.0, 4764.0, 4777.0, 4766.0, 4756.0, 4723.0, 4738.0, 4721.0, 4719.0, 4719.0, 4717.0, 4707.0, 4719.0, 4718.0, 4708.0, 4726.0, 4695.0, 4714.0, 4692.0, 4733.0, 4702.0, 4752.0, 4733.0, 4694.0, 4690.0, 4690.0, 4699.0, 4678.0, 4712.0, 4679.0, 4709.0, 4681.0, 4709.0, 4682.0, 4678.0, 4680.0, 4678.0, 4693.0, 4679.0, 4713.0, 4682.0, 4709.0, 4680.0, 4680.0, 4693.0, 4681.0, 4713.0, 4692.0, 4711.0, 4701.0, 4702.0, 4692.0, 4694.0, 4695.0, 4694.0, 4707.0, 4693.0, 4704.0, 4693.0, 4712.0, 4695.0, 4726.0, 4691.0, 4711.0, 4694.0, 4726.0, 4704.0, 4712.0, 4694.0, 4707.0, 4706.0, 4695.0, 4706.0, 4696.0, 4707.0, 4710.0, 4721.0, 4720.0, 4739.0, 4729.0, 4739.0, 4717.0, 4708.0, 4718.0, 4709.0, 4729.0, 4719.0, 4758.0, 4731.0, 4740.0, 4740.0, 4718.0, 4728.0, 4729.0, 4749.0, 4731.0, 4730.0, 4750.0, 4720.0, 4740.0, 4720.0, 4758.0, 4729.0, 4760.0, 4732.0, 4709.0, 4715.0, 4718.0, 4750.0, 4729.0, 4747.0, 4718.0, 4710.0, 4718.0, 4717.0, 4719.0, 4707.0, 4738.0, 4708.0, 4717.0, 4718.0, 4742.0, 4719.0, 4738.0, 4717.0, 4708.0, 4718.0, 4719.0, 4717.0, 4709.0, 4708.0, 4707.0, 4717.0, 4718.0, 4747.0, 4718.0, 4710.0, 4718.0, 4709.0, 4719.0, 4719.0, 4720.0, 4720.0, 4738.0, 4720.0, 4726.0, 4718.0, 4749.0, 4729.0, 4746.0, 4706.0, 4728.0, 4705.0, 4707.0, 4719.0, 4705.0, 4725.0, 4705.0, 4717.0, 4717.0, 4726.0, 4716.0, 4746.0, 4707.0, 4710.0, 4707.0, 4716.0], 'WindowWidth': [10585.0, 10492.0, 10504.0, 10449.0, 10497.0, 10447.0, 10360.0, 10434.0, 10346.0, 10366.0, 10356.0, 10358.0, 10370.0, 10334.0, 10435.0, 10434.0, 10463.0, 10435.0, 10351.0, 10375.0, 10320.0, 10386.0, 10323.0, 10398.0, 10388.0, 10433.0, 10392.0, 10420.0, 10383.0, 10427.0, 10390.0, 10321.0, 10387.0, 10332.0, 10382.0, 10329.0, 10395.0, 10350.0, 10390.0, 10347.0, 10393.0, 10406.0, 10320.0, 10386.0, 10345.0, 10380.0, 10347.0, 10384.0, 10358.0, 10408.0, 10366.0, 10324.0, 10345.0, 10317.0, 10387.0, 10362.0, 10404.0, 10376.0, 10389.0, 10344.0, 10343.0, 10360.0, 10327.0, 10363.0, 10354.0, 10417.0, 10346.0, 10339.0, 10275.0, 10266.0, 10312.0, 10254.0, 10319.0, 10298.0, 10416.0, 10400.0, 10372.0, 10380.0, 10411.0, 10362.0, 10310.0, 10358.0, 10323.0, 10309.0, 10362.0, 10314.0, 10396.0, 10355.0, 10354.0, 10405.0, 10403.0, 10441.0, 10392.0, 10360.0, 10370.0, 10313.0, 10382.0, 10327.0, 10397.0, 10370.0, 10418.0, 10348.0, 10376.0, 10317.0, 10325.0, 10290.0, 10308.0, 10327.0, 10270.0, 10336.0, 10299.0, 10372.0, 10340.0, 10411.0, 10361.0, 10318.0, 10369.0, 10311.0, 10378.0, 10330.0, 10416.0, 10393.0, 10402.0, 10354.0, 10364.0, 10337.0, 10321.0, 10353.0, 10322.0, 10393.0, 10326.0, 10379.0, 10321.0, 10364.0, 10309.0, 10353.0, 10324.0, 10341.0, 10366.0, 10285.0, 10360.0, 10305.0, 10358.0, 10325.0, 10396.0, 10352.0, 10298.0, 10366.0, 10298.0, 10368.0, 10338.0, 10385.0, 10366.0, 10341.0, 10384.0, 10301.0, 10366.0, 10314.0, 10368.0, 10327.0, 10394.0, 10362.0, 10351.0, 10338.0, 10321.0, 10317.0, 10305.0, 10332.0, 10318.0, 10367.0, 10335.0, 10362.0, 10307.0, 10329.0, 10291.0, 10291.0, 10318.0, 10312.0, 10382.0, 10354.0, 10383.0, 10308.0, 10318.0, 10292.0, 10284.0, 10335.0, 10294.0, 10367.0, 10355.0, 10412.0, 10354.0, 10297.0, 10360.0, 10293.0, 10342.0, 10307.0, 10367.0, 10337.0, 10303.0, 10304.0, 10291.0, 10320.0, 10283.0, 10349.0, 10329.0, 10391.0, 10336.0, 10281.0, 10319.0, 10295.0, 10350.0, 10333.0, 10395.0, 10345.0, 10336.0, 10309.0, 10324.0, 10322.0, 10293.0, 10346.0, 10279.0, 10362.0, 10325.0, 10383.0, 10337.0, 10352.0, 10293.0, 10305.0, 10295.0, 10282.0, 10312.0, 10315.0, 10376.0, 10346.0, 10362.0, 10320.0, 10330.0, 10319.0, 10348.0, 10361.0, 10306.0, 10370.0, 10327.0, 10369.0, 10329.0, 10380.0, 10329.0, 10369.0, 10342.0, 10320.0, 10356.0, 10302.0, 10350.0, 10316.0, 10340.0, 10321.0, 10320.0, 10393.0, 10332.0, 10386.0, 10332.0, 10385.0, 10341.0, 10361.0, 10394.0, 10350.0, 10385.0, 10329.0, 10377.0, 10329.0, 10331.0, 10375.0, 10331.0, 10387.0, 10328.0, 10368.0, 10332.0, 10362.0, 10344.0, 10311.0, 10352.0, 10308.0, 10352.0, 10343.0, 10383.0, 10327.0, 10339.0, 10309.0, 10326.0, 10355.0, 10313.0, 10367.0, 10312.0, 10374.0, 10322.0, 10353.0, 10331.0, 10327.0, 10338.0, 10294.0, 10348.0, 10326.0, 10312.0, 10371.0, 10317.0, 10402.0, 10344.0, 10333.0, 10332.0, 10314.0, 10326.0, 10311.0, 10330.0, 10328.0, 10361.0, 10332.0, 10385.0, 10328.0, 10363.0, 10313.0, 10381.0, 10338.0, 10344.0, 10302.0, 10298.0, 10284.0, 10290.0, 10332.0, 10305.0, 10349.0, 10292.0, 10324.0, 10286.0, 10306.0, 10287.0, 10339.0, 10302.0, 10313.0, 10304.0, 10311.0, 10301.0, 10300.0, 10320.0, 10297.0, 10331.0, 10304.0, 10321.0, 10304.0, 10309.0, 10323.0, 10313.0, 10358.0, 10320.0, 10371.0, 10330.0, 10366.0, 10325.0, 10378.0, 10310.0, 10375.0, 10339.0, 10344.0, 10300.0, 10350.0, 10300.0, 10322.0, 10304.0, 10285.0, 10298.0, 10297.0, 10302.0, 10303.0, 10322.0, 10314.0, 10353.0, 10312.0, 10405.0, 10338.0, 10353.0, 10333.0, 10343.0, 10358.0, 10298.0, 10369.0, 10298.0, 10364.0, 10322.0, 10363.0, 10325.0, 10362.0, 10324.0, 10302.0, 10307.0, 10304.0, 10307.0, 10306.0, 10322.0, 10312.0, 10340.0, 10297.0, 10335.0, 10323.0, 10354.0, 10326.0, 10324.0, 10326.0, 10324.0, 10340.0, 10313.0, 10371.0, 10332.0, 10367.0, 10328.0, 10363.0, 10324.0, 10362.0, 10324.0, 10306.0, 10319.0, 10318.0, 10318.0, 10324.0, 10353.0, 10327.0, 10363.0, 10324.0, 10347.0, 10325.0, 10349.0, 10329.0, 10365.0, 10323.0, 10304.0, 10301.0, 10305.0, 10301.0, 10310.0, 10323.0, 10334.0, 10342.0, 10325.0, 10324.0, 10328.0, 10331.0, 10361.0, 10351.0, 10350.0, 10352.0, 10335.0, 10334.0, 10344.0, 10361.0, 10335.0, 10378.0, 10332.0, 10385.0, 10330.0, 10369.0, 10330.0, 10385.0, 10340.0, 10305.0, 10307.0, 10303.0, 10323.0, 10316.0, 10346.0, 10327.0, 10327.0, 10327.0, 10331.0, 10360.0, 10354.0, 10382.0, 10374.0, 10338.0, 10370.0, 10347.0, 10386.0, 10355.0, 10334.0, 10334.0, 10331.0, 10330.0, 10331.0, 10374.0, 10333.0, 10366.0, 10323.0, 10357.0, 10322.0, 10349.0, 10326.0, 10321.0, 10338.0, 10320.0, 10337.0, 10325.0, 10348.0, 10308.0, 10333.0, 10305.0, 10321.0, 10306.0, 10311.0, 10353.0, 10306.0, 10347.0, 10322.0, 10324.0, 10331.0, 10328.0, 10359.0, 10313.0, 10365.0, 10310.0, 10361.0, 10311.0, 10366.0, 10327.0, 10296.0, 10308.0, 10305.0, 10323.0, 10334.0, 10380.0, 10352.0, 10321.0, 10361.0, 10337.0, 10346.0, 10388.0, 10354.0, 10380.0, 10352.0, 10359.0, 10357.0, 10352.0, 10409.0, 10370.0, 10396.0, 10378.0, 10311.0, 10351.0, 10289.0, 10341.0, 10290.0, 10357.0, 10320.0, 10322.0, 10279.0, 10263.0, 10275.0, 10261.0, 10292.0, 10286.0, 10310.0, 10284.0, 10307.0, 10300.0, 10287.0, 10303.0, 10308.0, 10334.0, 10308.0, 10309.0, 10313.0, 10311.0, 10343.0, 10338.0, 10364.0, 10339.0, 10338.0, 10337.0, 10362.0, 10401.0, 10374.0, 10341.0, 10400.0, 10336.0, 10368.0, 10327.0, 10328.0, 10331.0, 10333.0, 10388.0, 10353.0, 10339.0, 10316.0, 10310.0, 10326.0, 10308.0, 10368.0, 10328.0, 10364.0, 10309.0, 10293.0, 10294.0, 10302.0, 10322.0, 10298.0, 10349.0, 10312.0, 10320.0, 10297.0, 10310.0, 10326.0, 10322.0, 10357.0, 10314.0, 10323.0, 10319.0, 10316.0, 10358.0, 10319.0, 10341.0, 10319.0, 10319.0, 10321.0, 10339.0, 10359.0, 10343.0, 10367.0, 10344.0, 10364.0, 10343.0, 10368.0, 10341.0, 10338.0, 10337.0, 10323.0, 10354.0, 10326.0, 10400.0, 10400.0, 10325.0, 10367.0, 10324.0, 10348.0, 10337.0, 10328.0, 10344.0, 10348.0, 10377.0, 10331.0, 10382.0, 10331.0, 10382.0, 10330.0, 10384.0, 10353.0, 10370.0, 10304.0, 10305.0, 10313.0, 10318.0, 10347.0, 10321.0, 10346.0, 10319.0, 10324.0, 10323.0, 10325.0, 10383.0, 10342.0, 10368.0, 10320.0, 10302.0, 10318.0, 10317.0, 10387.0, 10313.0, 10352.0, 10312.0, 10313.0, 10280.0, 10282.0, 10369.0, 10315.0, 10315.0, 10295.0, 10297.0, 10322.0, 10298.0, 10298.0, 10295.0, 10279.0, 10307.0, 10297.0, 10358.0, 10314.0, 10350.0, 10299.0, 10278.0, 10292.0, 10272.0, 10303.0, 10271.0, 10355.0, 10287.0, 10276.0, 10277.0, 10317.0, 10340.0, 10319.0, 10326.0, 10391.0, 10414.0, 10398.0, 10381.0, 10332.0, 10346.0, 10324.0, 10318.0, 10319.0, 10313.0, 10302.0, 10319.0, 10318.0, 10301.0, 10326.0, 10281.0, 10304.0, 10270.0, 10329.0, 10285.0, 10355.0, 10329.0, 10273.0, 10266.0, 10264.0, 10274.0, 10246.0, 10293.0, 10249.0, 10290.0, 10254.0, 10291.0, 10255.0, 10245.0, 10250.0, 10245.0, 10271.0, 10251.0, 10298.0, 10255.0, 10288.0, 10251.0, 10252.0, 10270.0, 10256.0, 10301.0, 10273.0, 10296.0, 10283.0, 10284.0, 10273.0, 10277.0, 10281.0, 10276.0, 10296.0, 10274.0, 10291.0, 10274.0, 10300.0, 10279.0, 10320.0, 10271.0, 10296.0, 10277.0, 10321.0, 10291.0, 10299.0, 10277.0, 10294.0, 10297.0, 10283.0, 10298.0, 10284.0, 10300.0, 10306.0, 10321.0, 10323.0, 10347.0, 10336.0, 10349.0, 10318.0, 10306.0, 10317.0, 10307.0, 10334.0, 10323.0, 10376.0, 10342.0, 10352.0, 10352.0, 10321.0, 10333.0, 10335.0, 10361.0, 10341.0, 10338.0, 10367.0, 10323.0, 10351.0, 10324.0, 10374.0, 10337.0, 10378.0, 10339.0, 10307.0, 10311.0, 10319.0, 10363.0, 10335.0, 10358.0, 10318.0, 10308.0, 10317.0, 10317.0, 10321.0, 10303.0, 10345.0, 10303.0, 10314.0, 10318.0, 10353.0, 10321.0, 10344.0, 10316.0, 10303.0, 10320.0, 10322.0, 10318.0, 10305.0, 10302.0, 10300.0, 10314.0, 10320.0, 10357.0, 10319.0, 10309.0, 10318.0, 10306.0, 10320.0, 10321.0, 10324.0, 10320.0, 10345.0, 10320.0, 10326.0, 10317.0, 10360.0, 10334.0, 10352.0, 10300.0, 10329.0, 10297.0, 10301.0, 10319.0, 10296.0, 10323.0, 10294.0, 10311.0, 10314.0, 10325.0, 10315.0, 10354.0, 10299.0, 10305.0, 10299.0, 10313.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.0034340804597701147</td></tr>
<tr><td colspan=3>aqi</td><td>0.07883167011494252</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.62304446505174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0879039421058694</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9207699686651326</td></tr>
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
<tr><td colspan=3>fber</td><td>3531.5735</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10286022372502307</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.977011494252873</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5504033717959667</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.52041530354498</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7075392990835963</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.423255512759323</td></tr>
<tr><td colspan=3>gcor</td><td>0.00432311</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002779813017696142</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017418645322322845</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3254100314273165</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>16.4116</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.1721</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.3151</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293133.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1354.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>500.0516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8169</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.8703</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3908.8969</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83411.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5065.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.8649</td></tr>
<tr><td colspan=3>tsnr</td><td>24.056102946866304</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>