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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-04/func/sub-0057_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>becc32b4b1a831ea5826d7ea0f0361b2</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:39:55.335000</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.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109458</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>451ebb95-d742-432a-b7ac-5e0a8d54c56e||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.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['133955.335000', '133955.795000', '133956.255000', '133956.715000', '133957.175000', '133957.635000', '133958.095000', '133958.555000', '133959.015000', '133959.475000', '133959.935000', '134000.395000', '134000.855000', '134001.315000', '134001.775000', '134002.235000', '134002.695000', '134003.155000', '134003.615000', '134004.075000', '134004.535000', '134004.995000', '134005.455000', '134005.915000', '134006.375000', '134006.835000', '134007.295000', '134007.755000', '134008.215000', '134008.675000', '134009.135000', '134009.595000', '134010.055000', '134010.515000', '134010.975000', '134011.435000', '134011.895000', '134012.355000', '134012.815000', '134013.275000', '134013.735000', '134014.195000', '134014.655000', '134015.115000', '134015.575000', '134016.035000', '134016.495000', '134016.955000', '134017.415000', '134017.875000', '134018.335000', '134018.795000', '134019.255000', '134019.715000', '134020.175000', '134020.635000', '134021.095000', '134021.555000', '134022.015000', '134022.475000', '134022.935000', '134023.395000', '134023.855000', '134024.315000', '134024.775000', '134025.235000', '134025.695000', '134026.155000', '134026.615000', '134027.075000', '134027.535000', '134027.995000', '134028.455000', '134028.915000', '134029.375000', '134029.835000', '134030.295000', '134030.755000', '134031.215000', '134031.675000', '134032.135000', '134032.595000', '134033.055000', '134033.515000', '134033.975000', '134034.435000', '134034.895000', '134035.355000', '134035.815000', '134036.275000', '134036.735000', '134037.195000', '134037.655000', '134038.115000', '134038.575000', '134039.035000', '134039.495000', '134039.955000', '134040.415000', '134040.875000', '134041.335000', '134041.795000', '134042.255000', '134042.715000', '134043.175000', '134043.635000', '134044.095000', '134044.555000', '134045.015000', '134045.475000', '134045.935000', '134046.395000', '134046.855000', '134047.315000', '134047.775000', '134048.235000', '134048.695000', '134049.155000', '134049.615000', '134050.075000', '134050.535000', '134050.995000', '134051.455000', '134051.915000', '134052.375000', '134052.835000', '134053.295000', '134053.755000', '134054.215000', '134054.675000', '134055.135000', '134055.595000', '134056.055000', '134056.515000', '134056.975000', '134057.435000', '134057.895000', '134058.355000', '134058.815000', '134059.275000', '134059.735000', '134100.195000', '134100.655000', '134101.115000', '134101.575000', '134102.035000', '134102.495000', '134102.955000', '134103.415000', '134103.875000', '134104.335000', '134104.795000', '134105.255000', '134105.715000', '134106.175000', '134106.635000', '134107.095000', '134107.555000', '134108.015000', '134108.475000', '134108.935000', '134109.395000', '134109.855000', '134110.315000', '134110.775000', '134111.235000', '134111.695000', '134112.155000', '134112.615000', '134113.075000', '134113.535000', '134113.995000', '134114.455000', '134114.915000', '134115.375000', '134115.835000', '134116.295000', '134116.755000', '134117.215000', '134117.675000', '134118.135000', '134118.595000', '134119.055000', '134119.515000', '134119.975000', '134120.435000', '134120.895000', '134121.355000', '134121.815000', '134122.275000', '134122.735000', '134123.195000', '134123.655000', '134124.115000', '134124.575000', '134125.035000', '134125.495000', '134125.955000', '134126.415000', '134126.875000', '134127.335000', '134127.795000', '134128.255000', '134128.715000', '134129.175000', '134129.635000', '134130.095000', '134130.555000', '134131.015000', '134131.475000', '134131.935000', '134132.395000', '134132.855000', '134133.315000', '134133.775000', '134134.235000', '134134.695000', '134135.155000', '134135.615000', '134136.075000', '134136.535000', '134136.995000', '134137.455000', '134137.915000', '134138.375000', '134138.835000', '134139.295000', '134139.755000', '134140.215000', '134140.675000', '134141.135000', '134141.595000', '134142.055000', '134142.515000', '134142.975000', '134143.435000', '134143.895000', '134144.355000', '134144.815000', '134145.275000', '134145.735000', '134146.195000', '134146.655000', '134147.115000', '134147.575000', '134148.035000', '134148.495000', '134148.955000', '134149.415000', '134149.875000', '134150.335000', '134150.795000', '134151.255000', '134151.715000', '134152.175000', '134152.635000', '134153.095000', '134153.555000', '134154.015000', '134154.475000', '134154.935000', '134155.395000', '134155.855000', '134156.315000', '134156.775000', '134157.235000', '134157.695000', '134158.155000', '134158.615000', '134159.075000', '134159.535000', '134159.995000', '134200.455000', '134200.915000', '134201.375000', '134201.835000', '134202.295000', '134202.755000', '134203.215000', '134203.675000', '134204.135000', '134204.595000', '134205.055000', '134205.515000', '134205.975000', '134206.435000', '134206.895000', '134207.355000', '134207.815000', '134208.275000', '134208.735000', '134209.195000', '134209.655000', '134210.115000', '134210.575000', '134211.035000', '134211.495000', '134211.955000', '134212.415000', '134212.875000', '134213.335000', '134213.795000', '134214.255000', '134214.715000', '134215.175000', '134215.635000', '134216.095000', '134216.555000', '134217.015000', '134217.475000', '134217.935000', '134218.395000', '134218.855000', '134219.315000', '134219.775000', '134220.235000', '134220.695000', '134221.155000', '134221.615000', '134222.075000', '134222.535000', '134222.995000', '134223.455000', '134223.915000', '134224.375000', '134224.835000', '134225.295000', '134225.755000', '134226.215000', '134226.675000', '134227.135000', '134227.595000', '134228.055000', '134228.515000', '134228.975000', '134229.435000', '134229.895000', '134230.355000', '134230.815000', '134231.275000', '134231.735000', '134232.195000', '134232.655000', '134233.115000', '134233.575000', '134234.035000', '134234.495000', '134234.955000', '134235.415000', '134235.875000', '134236.335000', '134236.795000', '134237.255000', '134237.715000', '134238.175000', '134238.635000', '134239.095000', '134239.555000', '134240.015000', '134240.475000', '134240.935000', '134241.395000', '134241.855000', '134242.315000', '134242.775000', '134243.235000', '134243.695000', '134244.155000', '134244.615000', '134245.075000', '134245.535000', '134245.995000', '134246.455000', '134246.915000', '134247.375000', '134247.835000', '134248.295000', '134248.755000', '134249.215000', '134249.675000', '134250.135000', '134250.595000', '134251.055000', '134251.515000', '134251.975000', '134252.435000', '134252.895000', '134253.355000', '134253.815000', '134254.275000', '134254.735000', '134255.195000', '134255.655000', '134256.115000', '134256.575000', '134257.035000', '134257.495000', '134257.955000', '134258.415000', '134258.875000', '134259.335000', '134259.795000', '134300.255000', '134300.715000', '134301.175000', '134301.635000', '134302.095000', '134302.555000', '134303.015000', '134303.475000', '134303.935000', '134304.395000', '134304.855000', '134305.315000', '134305.775000', '134306.235000', '134306.695000', '134307.155000', '134307.615000', '134308.075000', '134308.535000', '134308.995000', '134309.455000', '134309.915000', '134310.375000', '134310.835000', '134311.295000', '134311.755000', '134312.215000', '134312.675000', '134313.135000', '134313.595000', '134314.055000', '134314.515000', '134314.975000', '134315.435000', '134315.895000', '134316.355000', '134316.815000', '134317.275000', '134317.735000', '134318.195000', '134318.655000', '134319.115000', '134319.575000', '134320.035000', '134320.495000', '134320.955000', '134321.415000', '134321.875000', '134322.335000', '134322.795000', '134323.255000', '134323.715000', '134324.175000', '134324.635000', '134325.095000', '134325.555000', '134326.015000', '134326.475000', '134326.935000', '134327.395000', '134327.855000', '134328.315000', '134328.775000', '134329.235000', '134329.695000', '134330.155000', '134330.615000', '134331.075000', '134331.535000', '134331.995000', '134332.455000', '134332.915000', '134333.375000', '134333.835000', '134334.295000', '134334.755000', '134335.215000', '134335.675000', '134336.135000', '134336.595000', '134337.055000', '134337.515000', '134337.975000', '134338.435000', '134338.895000', '134339.355000', '134339.815000', '134340.275000', '134340.735000', '134341.195000', '134341.655000', '134342.115000', '134342.575000', '134343.035000', '134343.495000', '134343.955000', '134344.415000', '134344.875000', '134345.335000', '134345.795000', '134346.255000', '134346.715000', '134347.175000', '134347.635000', '134348.095000', '134348.555000', '134349.015000', '134349.475000', '134349.935000', '134350.395000', '134350.855000', '134351.315000', '134351.775000', '134352.235000', '134352.695000', '134353.155000', '134353.615000', '134354.075000', '134354.535000', '134354.995000', '134355.455000', '134355.915000', '134356.375000', '134356.835000', '134357.295000', '134357.755000', '134358.215000', '134358.675000', '134359.135000', '134359.595000', '134400.055000', '134400.515000', '134400.975000', '134401.435000', '134401.895000', '134402.355000', '134402.815000', '134403.275000', '134403.735000', '134404.195000', '134404.655000', '134405.115000', '134405.575000', '134406.035000', '134406.495000', '134406.955000', '134407.415000', '134407.875000', '134408.335000', '134408.795000', '134409.255000', '134409.715000', '134410.175000', '134410.635000', '134411.095000', '134411.555000', '134412.015000', '134412.475000', '134412.935000', '134413.395000', '134413.855000', '134414.315000', '134414.775000', '134415.235000', '134415.695000', '134416.155000', '134416.615000', '134417.075000', '134417.535000', '134417.995000', '134418.455000', '134418.915000', '134419.375000', '134419.835000', '134420.295000', '134420.755000', '134421.215000', '134421.675000', '134422.135000', '134422.595000', '134423.055000', '134423.515000', '134423.975000', '134424.435000', '134424.895000', '134425.355000', '134425.815000', '134426.275000', '134426.735000', '134427.195000', '134427.655000', '134428.115000', '134428.575000', '134429.035000', '134429.495000', '134429.955000', '134430.415000', '134430.875000', '134431.335000', '134431.795000', '134432.255000', '134432.715000', '134433.175000', '134433.635000', '134434.095000', '134434.555000', '134435.015000', '134435.475000', '134435.935000', '134436.395000', '134436.855000', '134437.315000', '134437.775000', '134438.235000', '134438.695000', '134439.155000', '134439.615000', '134440.075000', '134440.535000', '134440.995000', '134441.455000', '134441.915000', '134442.375000', '134442.835000', '134443.295000', '134443.755000', '134444.215000', '134444.675000', '134445.135000', '134445.595000', '134446.055000', '134446.515000', '134446.975000', '134447.435000', '134447.895000', '134448.355000', '134448.815000', '134449.275000', '134449.735000', '134450.195000', '134450.655000', '134451.115000', '134451.575000', '134452.035000', '134452.495000', '134452.955000', '134453.415000', '134453.875000', '134454.335000', '134454.795000', '134455.255000', '134455.715000', '134456.175000', '134456.635000', '134457.095000', '134457.555000', '134458.015000', '134458.475000', '134458.935000', '134459.395000', '134459.855000', '134500.315000', '134500.775000', '134501.235000', '134501.695000', '134502.155000', '134502.615000', '134503.075000', '134503.535000', '134503.995000', '134504.455000', '134504.915000', '134505.375000', '134505.835000', '134506.295000', '134506.755000', '134507.215000', '134507.675000', '134508.135000', '134508.595000', '134509.055000', '134509.515000', '134509.975000', '134510.435000', '134510.895000', '134511.355000', '134511.815000', '134512.275000', '134512.735000', '134513.195000', '134513.655000', '134514.115000', '134514.575000', '134515.035000', '134515.495000', '134515.955000', '134516.415000', '134516.875000', '134517.335000', '134517.795000', '134518.255000', '134518.715000', '134519.175000', '134519.635000', '134520.095000', '134520.555000', '134521.015000', '134521.475000', '134521.935000', '134522.395000', '134522.855000', '134523.315000', '134523.775000', '134524.235000', '134524.695000', '134525.155000', '134525.615000', '134526.075000', '134526.535000', '134526.995000', '134527.455000', '134527.915000', '134528.375000', '134528.835000', '134529.295000', '134529.755000', '134530.215000', '134530.675000', '134531.135000', '134531.595000', '134532.055000', '134532.515000', '134532.975000', '134533.435000', '134533.895000', '134534.355000', '134534.815000', '134535.275000', '134535.735000', '134536.195000', '134536.655000', '134537.115000', '134537.575000', '134538.035000', '134538.495000', '134538.955000', '134539.415000', '134539.875000', '134540.335000', '134540.795000', '134541.255000', '134541.715000', '134542.175000', '134542.635000', '134543.095000', '134543.555000', '134544.015000', '134544.475000', '134544.935000', '134545.395000', '134545.855000', '134546.315000', '134546.775000', '134547.235000', '134547.695000', '134548.155000', '134548.615000', '134549.075000', '134549.535000', '134549.995000', '134550.455000', '134550.915000', '134551.375000', '134551.835000', '134552.295000', '134552.755000', '134553.215000', '134553.675000', '134554.135000', '134554.595000', '134555.055000', '134555.515000', '134555.975000', '134556.435000', '134556.895000', '134557.355000', '134557.815000', '134558.275000', '134558.735000', '134559.195000', '134559.655000', '134600.115000', '134600.575000', '134601.035000', '134601.495000', '134601.955000', '134602.415000', '134602.875000', '134603.335000', '134603.795000', '134604.255000', '134604.715000', '134605.175000', '134605.635000', '134606.095000', '134606.555000', '134607.015000', '134607.475000', '134607.935000', '134608.395000', '134608.855000', '134609.315000', '134609.775000', '134610.235000', '134610.695000', '134611.155000', '134611.615000', '134612.075000', '134612.535000', '134612.995000', '134613.455000', '134613.915000', '134614.375000', '134614.835000', '134615.295000', '134615.755000', '134616.215000', '134616.675000', '134617.135000', '134617.595000', '134618.055000', '134618.515000', '134618.975000', '134619.435000', '134619.895000', '134620.355000', '134620.815000', '134621.275000', '134621.735000', '134622.195000', '134622.655000', '134623.115000', '134623.575000', '134624.035000', '134624.495000', '134624.955000', '134625.415000', '134625.875000', '134626.335000', '134626.795000', '134627.255000', '134627.715000', '134628.175000', '134628.635000', '134629.095000', '134629.555000', '134630.015000', '134630.475000', '134630.935000', '134631.395000', '134631.855000', '134632.315000', '134632.775000', '134633.235000', '134633.695000', '134634.155000', '134634.615000', '134635.075000', '134635.535000', '134635.995000'], 'ContentTime': ['134009.472000', '134009.476000', '134009.478000', '134009.481000', '134009.484000', '134009.486000', '134009.498000', '134009.500000', '134009.503000', '134009.505000', '134009.508000', '134009.510000', '134009.513000', '134009.516000', '134009.518000', '134009.521000', '134009.524000', '134009.526000', '134009.529000', '134009.531000', '134009.534000', '134009.536000', '134009.539000', '134009.550000', '134009.553000', '134009.555000', '134009.558000', '134009.561000', '134029.440000', '134029.443000', '134029.446000', '134029.448000', '134029.451000', '134029.453000', '134029.456000', '134029.458000', '134029.461000', '134029.464000', '134029.466000', '134029.469000', '134029.471000', '134029.474000', '134029.476000', '134029.479000', '134029.482000', '134029.484000', '134029.487000', '134029.489000', '134029.497000', '134029.499000', '134029.502000', '134029.504000', '134029.507000', '134029.509000', '134029.512000', '134029.515000', '134029.517000', '134029.520000', '134029.522000', '134029.525000', '134029.527000', '134029.530000', '134029.533000', '134029.535000', '134029.538000', '134029.540000', '134029.543000', '134029.545000', '134029.548000', '134029.551000', '134029.553000', '134029.556000', '134049.439000', '134049.442000', '134049.445000', '134049.447000', '134049.450000', '134049.453000', '134049.455000', '134049.458000', '134049.460000', '134049.463000', '134049.465000', '134049.468000', '134049.471000', '134049.473000', '134049.476000', '134049.478000', '134049.481000', '134049.484000', '134049.486000', '134049.489000', '134049.491000', '134049.494000', '134049.496000', '134049.499000', '134049.501000', '134049.504000', '134049.513000', '134049.516000', '134049.518000', '134049.521000', '134049.523000', '134049.526000', '134049.529000', '134049.531000', '134049.534000', '134049.537000', '134049.539000', '134049.542000', '134049.544000', '134049.550000', '134049.553000', '134049.556000', '134049.558000', '134049.561000', '134109.441000', '134109.443000', '134109.446000', '134109.449000', '134109.451000', '134109.454000', '134109.456000', '134109.459000', '134109.461000', '134109.464000', '134109.467000', '134109.469000', '134109.472000', '134109.474000', '134109.477000', '134109.479000', '134109.482000', '134109.485000', '134109.487000', '134109.490000', '134109.492000', '134109.495000', '134109.498000', '134109.500000', '134109.503000', '134109.505000', '134109.508000', '134109.510000', '134109.513000', '134109.516000', '134109.518000', '134109.521000', '134109.523000', '134109.526000', '134109.529000', '134109.531000', '134109.534000', '134109.536000', '134109.539000', '134109.542000', '134109.544000', '134109.547000', '134109.549000', '134129.441000', '134129.443000', '134129.446000', '134129.449000', '134129.452000', '134129.455000', '134129.457000', '134129.460000', '134129.462000', '134129.465000', '134129.468000', '134129.470000', '134129.473000', '134129.475000', '134129.478000', '134129.481000', '134129.483000', '134129.486000', '134129.488000', '134129.491000', '134129.493000', '134129.496000', '134129.499000', '134129.501000', '134129.504000', '134129.506000', '134129.509000', '134129.512000', '134129.514000', '134129.517000', '134129.519000', '134129.522000', '134129.524000', '134129.527000', '134129.530000', '134129.532000', '134129.535000', '134129.537000', '134129.540000', '134129.543000', '134129.545000', '134129.548000', '134129.551000', '134149.441000', '134149.443000', '134149.446000', '134149.449000', '134149.451000', '134149.454000', '134149.456000', '134149.459000', '134149.462000', '134149.464000', '134149.467000', '134149.469000', '134149.472000', '134149.475000', '134149.477000', '134149.480000', '134149.482000', '134149.485000', '134149.487000', '134149.490000', '134149.493000', '134149.495000', '134149.498000', '134149.501000', '134149.503000', '134149.506000', '134149.508000', '134149.511000', '134149.514000', '134149.516000', '134149.519000', '134149.522000', '134149.524000', '134149.527000', '134149.529000', '134149.532000', '134149.535000', '134149.537000', '134149.540000', '134149.542000', '134149.545000', '134149.548000', '134149.550000', '134149.553000', '134209.440000', '134209.443000', '134209.446000', '134209.449000', '134209.451000', '134209.454000', '134209.456000', '134209.459000', '134209.462000', '134209.464000', '134209.467000', '134209.469000', '134209.472000', '134209.475000', '134209.477000', '134209.480000', '134209.483000', '134209.486000', '134209.489000', '134209.492000', '134209.495000', '134209.497000', '134209.500000', '134209.502000', '134209.505000', '134209.508000', '134209.510000', '134209.513000', '134209.515000', '134209.518000', '134209.520000', '134209.523000', '134209.526000', '134209.528000', '134209.531000', '134209.533000', '134209.536000', '134209.539000', '134209.541000', '134209.544000', '134209.546000', '134209.549000', '134209.551000', '134229.441000', '134229.443000', '134229.446000', '134229.449000', '134229.451000', '134229.454000', '134229.457000', '134229.459000', '134229.462000', '134229.464000', '134229.467000', '134229.470000', '134229.472000', '134229.475000', '134229.478000', '134229.480000', '134229.483000', '134229.485000', '134229.488000', '134229.491000', '134229.493000', '134229.496000', '134229.511000', '134229.514000', '134229.516000', '134229.519000', '134229.521000', '134229.524000', '134229.527000', '134229.529000', '134229.532000', '134229.535000', '134229.537000', '134229.540000', '134229.542000', '134229.545000', '134229.547000', '134229.550000', '134229.553000', '134229.555000', '134229.558000', '134229.560000', '134229.563000', '134229.566000', '134249.441000', '134249.444000', '134249.446000', '134249.449000', '134249.451000', '134249.454000', '134249.457000', '134249.459000', '134249.462000', '134249.464000', '134249.467000', '134249.470000', '134249.472000', '134249.475000', '134249.477000', '134249.480000', '134249.483000', '134249.485000', '134249.488000', '134249.490000', '134249.493000', '134249.496000', '134249.498000', '134249.501000', '134249.504000', '134249.506000', '134249.509000', '134249.511000', '134249.514000', '134249.516000', '134249.519000', '134249.522000', '134249.525000', '134249.527000', '134249.530000', '134249.532000', '134249.535000', '134249.538000', '134249.540000', '134249.543000', '134249.545000', '134249.548000', '134249.550000', '134249.553000', '134309.439000', '134309.442000', '134309.445000', '134309.447000', '134309.450000', '134309.453000', '134309.455000', '134309.458000', '134309.460000', '134309.463000', '134309.466000', '134309.468000', '134309.471000', '134309.473000', '134309.476000', '134309.478000', '134309.481000', '134309.484000', '134309.486000', '134309.489000', '134309.491000', '134309.494000', '134309.497000', '134309.499000', '134309.502000', '134309.504000', '134309.507000', '134309.509000', '134309.512000', '134309.515000', '134309.517000', '134309.520000', '134309.522000', '134309.525000', '134309.528000', '134309.531000', '134309.533000', '134309.536000', '134309.538000', '134309.541000', '134309.543000', '134309.546000', '134309.549000', '134329.440000', '134329.443000', '134329.446000', '134329.448000', '134329.451000', '134329.454000', '134329.456000', '134329.460000', '134329.463000', '134329.466000', '134329.468000', '134329.471000', '134329.473000', '134329.476000', '134329.479000', '134329.481000', '134329.484000', '134329.486000', '134329.489000', '134329.492000', '134329.494000', '134329.497000', '134329.500000', '134329.502000', '134329.505000', '134329.508000', '134329.511000', '134329.513000', '134329.516000', '134329.519000', '134329.522000', '134329.524000', '134329.527000', '134329.530000', '134329.532000', '134329.535000', '134329.538000', '134329.540000', '134329.543000', '134329.546000', '134329.548000', '134329.551000', '134329.554000', '134329.556000', '134349.440000', '134349.443000', '134349.446000', '134349.449000', '134349.451000', '134349.454000', '134349.457000', '134349.459000', '134349.462000', '134349.464000', '134349.467000', '134349.470000', '134349.472000', '134349.475000', '134349.477000', '134349.480000', '134349.482000', '134349.485000', '134349.488000', '134349.490000', '134349.493000', '134349.495000', '134349.498000', '134349.501000', '134349.503000', '134349.506000', '134349.508000', '134349.511000', '134349.513000', '134349.516000', '134349.519000', '134349.521000', '134349.524000', '134349.527000', '134349.529000', '134349.532000', '134349.535000', '134349.537000', '134349.540000', '134349.542000', '134349.545000', '134349.547000', '134349.550000', '134409.441000', '134409.444000', '134409.446000', '134409.449000', '134409.452000', '134409.454000', '134409.457000', '134409.459000', '134409.462000', '134409.465000', '134409.467000', '134409.470000', '134409.472000', '134409.475000', '134409.479000', '134409.482000', '134409.484000', '134409.504000', '134409.506000', '134409.509000', '134409.511000', '134409.514000', '134409.517000', '134409.519000', '134409.522000', '134409.524000', '134409.527000', '134409.530000', '134409.532000', '134409.535000', '134409.538000', '134409.540000', '134409.543000', '134409.545000', '134409.548000', '134409.551000', '134409.553000', '134409.556000', '134409.558000', '134409.561000', '134409.564000', '134409.566000', '134409.569000', '134429.441000', '134429.444000', '134429.446000', '134429.449000', '134429.452000', '134429.454000', '134429.457000', '134429.459000', '134429.462000', '134429.465000', '134429.467000', '134429.470000', '134429.472000', '134429.475000', '134429.478000', '134429.480000', '134429.483000', '134429.485000', '134429.488000', '134429.491000', '134429.493000', '134429.496000', '134429.498000', '134429.501000', '134429.504000', '134429.506000', '134429.509000', '134429.511000', '134429.514000', '134429.517000', '134429.519000', '134429.522000', '134429.524000', '134429.527000', '134429.530000', '134429.532000', '134429.535000', '134429.537000', '134429.540000', '134429.543000', '134429.545000', '134429.548000', '134429.550000', '134429.553000', '134449.441000', '134449.444000', '134449.446000', '134449.449000', '134449.452000', '134449.454000', '134449.457000', '134449.459000', '134449.462000', '134449.464000', '134449.467000', '134449.470000', '134449.472000', '134449.475000', '134449.477000', '134449.480000', '134449.483000', '134449.485000', '134449.488000', '134449.491000', '134449.493000', '134449.496000', '134449.499000', '134449.502000', '134449.504000', '134449.507000', '134449.510000', '134449.512000', '134449.515000', '134449.518000', '134449.520000', '134449.523000', '134449.526000', '134449.528000', '134449.531000', '134449.534000', '134449.536000', '134449.539000', '134449.541000', '134449.544000', '134449.547000', '134449.549000', '134449.552000', '134509.440000', '134509.443000', '134509.446000', '134509.449000', '134509.451000', '134509.454000', '134509.456000', '134509.459000', '134509.461000', '134509.464000', '134509.467000', '134509.469000', '134509.472000', '134509.474000', '134509.477000', '134509.480000', '134509.482000', '134509.485000', '134509.488000', '134509.490000', '134509.493000', '134509.495000', '134509.498000', '134509.501000', '134509.503000', '134509.506000', '134509.508000', '134509.511000', '134509.513000', '134509.516000', '134509.519000', '134509.521000', '134509.524000', '134509.527000', '134509.529000', '134509.532000', '134509.534000', '134509.537000', '134509.540000', '134509.542000', '134509.545000', '134509.547000', '134509.550000', '134509.553000', '134529.440000', '134529.442000', '134529.445000', '134529.448000', '134529.450000', '134529.453000', '134529.456000', '134529.458000', '134529.461000', '134529.463000', '134529.466000', '134529.469000', '134529.472000', '134529.474000', '134529.477000', '134529.480000', '134529.482000', '134529.485000', '134529.488000', '134529.490000', '134529.493000', '134529.495000', '134529.498000', '134529.500000', '134529.503000', '134529.506000', '134529.508000', '134529.511000', '134529.524000', '134529.526000', '134529.529000', '134529.532000', '134529.534000', '134529.537000', '134529.540000', '134529.542000', '134529.545000', '134529.547000', '134529.550000', '134529.553000', '134529.555000', '134529.558000', '134529.560000', '134549.440000', '134549.443000', '134549.446000', '134549.449000', '134549.451000', '134549.454000', '134549.456000', '134549.459000', '134549.461000', '134549.464000', '134549.467000', '134549.469000', '134549.472000', '134549.474000', '134549.477000', '134549.480000', '134549.482000', '134549.485000', '134549.487000', '134549.490000', '134549.492000', '134549.495000', '134549.498000', '134549.500000', '134549.503000', '134549.505000', '134549.508000', '134549.510000', '134549.513000', '134549.516000', '134549.518000', '134549.521000', '134549.524000', '134549.526000', '134549.529000', '134549.531000', '134549.534000', '134549.536000', '134549.539000', '134549.541000', '134549.544000', '134549.547000', '134549.549000', '134549.552000', '134609.441000', '134609.443000', '134609.446000', '134609.449000', '134609.451000', '134609.454000', '134609.457000', '134609.459000', '134609.462000', '134609.464000', '134609.467000', '134609.469000', '134609.472000', '134609.475000', '134609.477000', '134609.480000', '134609.482000', '134609.485000', '134609.488000', '134609.490000', '134609.493000', '134609.495000', '134609.498000', '134609.501000', '134609.503000', '134609.506000', '134609.508000', '134609.511000', '134609.514000', '134609.516000', '134609.519000', '134609.521000', '134609.524000', '134609.527000', '134609.529000', '134609.532000', '134609.535000', '134609.539000', '134609.542000', '134609.544000', '134609.547000', '134609.549000', '134609.552000', '134629.441000', '134629.444000', '134629.446000', '134629.449000', '134629.451000', '134629.454000', '134629.457000', '134629.459000', '134629.462000', '134629.464000', '134629.467000', '134629.470000', '134629.472000', '134629.475000', '134629.477000', '134629.480000', '134629.482000', '134629.485000', '134629.488000', '134629.490000', '134629.493000', '134629.495000', '134629.498000', '134629.501000', '134629.503000', '134629.506000', '134629.509000', '134629.511000', '134629.514000', '134629.517000', '134629.519000', '134629.522000', '134629.524000', '134629.527000', '134629.530000', '134629.532000', '134629.535000', '134629.537000', '134629.540000', '134629.542000', '134629.545000', '134629.548000', '134629.550000', '134629.553000', '134637.067000', '134637.070000', '134637.073000', '134637.076000', '134637.078000', '134637.081000', '134637.084000', '134637.086000', '134637.089000', '134637.091000', '134637.094000', '134637.097000', '134637.100000', '134637.103000', '134637.106000', '134637.109000', '134637.111000'], 'InstanceCreationTime': ['134009.472000', '134009.476000', '134009.478000', '134009.481000', '134009.484000', '134009.486000', '134009.498000', '134009.500000', '134009.503000', '134009.505000', '134009.508000', '134009.510000', '134009.513000', '134009.516000', '134009.518000', '134009.521000', '134009.524000', '134009.526000', '134009.529000', '134009.531000', '134009.534000', '134009.536000', '134009.539000', '134009.550000', '134009.553000', '134009.555000', '134009.558000', '134009.561000', '134029.440000', '134029.443000', '134029.446000', '134029.448000', '134029.451000', '134029.453000', '134029.456000', '134029.458000', '134029.461000', '134029.464000', '134029.466000', '134029.469000', '134029.471000', '134029.474000', '134029.476000', '134029.479000', '134029.482000', '134029.484000', '134029.487000', '134029.489000', '134029.497000', '134029.499000', '134029.502000', '134029.504000', '134029.507000', '134029.509000', '134029.512000', '134029.515000', '134029.517000', '134029.520000', '134029.522000', '134029.525000', '134029.527000', '134029.530000', '134029.533000', '134029.535000', '134029.538000', '134029.540000', '134029.543000', '134029.545000', '134029.548000', '134029.551000', '134029.553000', '134029.556000', '134049.439000', '134049.442000', '134049.445000', '134049.447000', '134049.450000', '134049.453000', '134049.455000', '134049.458000', '134049.460000', '134049.463000', '134049.465000', '134049.468000', '134049.471000', '134049.473000', '134049.476000', '134049.478000', '134049.481000', '134049.484000', '134049.486000', '134049.489000', '134049.491000', '134049.494000', '134049.496000', '134049.499000', '134049.501000', '134049.504000', '134049.513000', '134049.516000', '134049.518000', '134049.521000', '134049.523000', '134049.526000', '134049.529000', '134049.531000', '134049.534000', '134049.537000', '134049.539000', '134049.542000', '134049.544000', '134049.550000', '134049.553000', '134049.556000', '134049.558000', '134049.561000', '134109.441000', '134109.443000', '134109.446000', '134109.449000', '134109.451000', '134109.454000', '134109.456000', '134109.459000', '134109.461000', '134109.464000', '134109.467000', '134109.469000', '134109.472000', '134109.474000', '134109.477000', '134109.479000', '134109.482000', '134109.485000', '134109.487000', '134109.490000', '134109.492000', '134109.495000', '134109.498000', '134109.500000', '134109.503000', '134109.505000', '134109.508000', '134109.510000', '134109.513000', '134109.516000', '134109.518000', '134109.521000', '134109.523000', '134109.526000', '134109.529000', '134109.531000', '134109.534000', '134109.536000', '134109.539000', '134109.542000', '134109.544000', '134109.547000', '134109.549000', '134129.441000', '134129.443000', '134129.446000', '134129.449000', '134129.452000', '134129.455000', '134129.457000', '134129.460000', '134129.462000', '134129.465000', '134129.468000', '134129.470000', '134129.473000', '134129.475000', '134129.478000', '134129.481000', '134129.483000', '134129.486000', '134129.488000', '134129.491000', '134129.493000', '134129.496000', '134129.499000', '134129.501000', '134129.504000', '134129.506000', '134129.509000', '134129.512000', '134129.514000', '134129.517000', '134129.519000', '134129.522000', '134129.524000', '134129.527000', '134129.530000', '134129.532000', '134129.535000', '134129.537000', '134129.540000', '134129.543000', '134129.545000', '134129.548000', '134129.551000', '134149.441000', '134149.443000', '134149.446000', '134149.449000', '134149.451000', '134149.454000', '134149.456000', '134149.459000', '134149.462000', '134149.464000', '134149.467000', '134149.469000', '134149.472000', '134149.475000', '134149.477000', '134149.480000', '134149.482000', '134149.485000', '134149.487000', '134149.490000', '134149.493000', '134149.495000', '134149.498000', '134149.501000', '134149.503000', '134149.506000', '134149.508000', '134149.511000', '134149.514000', '134149.516000', '134149.519000', '134149.522000', '134149.524000', '134149.527000', '134149.529000', '134149.532000', '134149.535000', '134149.537000', '134149.540000', '134149.542000', '134149.545000', '134149.548000', '134149.550000', '134149.553000', '134209.440000', '134209.443000', '134209.446000', '134209.449000', '134209.451000', '134209.454000', '134209.456000', '134209.459000', '134209.462000', '134209.464000', '134209.467000', '134209.469000', '134209.472000', '134209.475000', '134209.477000', '134209.480000', '134209.483000', '134209.486000', '134209.489000', '134209.492000', '134209.495000', '134209.497000', '134209.500000', '134209.502000', '134209.505000', '134209.508000', '134209.510000', '134209.513000', '134209.515000', '134209.518000', '134209.520000', '134209.523000', '134209.526000', '134209.528000', '134209.531000', '134209.533000', '134209.536000', '134209.539000', '134209.541000', '134209.544000', '134209.546000', '134209.549000', '134209.551000', '134229.441000', '134229.443000', '134229.446000', '134229.449000', '134229.451000', '134229.454000', '134229.457000', '134229.459000', '134229.462000', '134229.464000', '134229.467000', '134229.470000', '134229.472000', '134229.475000', '134229.478000', '134229.480000', '134229.483000', '134229.485000', '134229.488000', '134229.491000', '134229.493000', '134229.496000', '134229.511000', '134229.514000', '134229.516000', '134229.519000', '134229.521000', '134229.524000', '134229.527000', '134229.529000', '134229.532000', '134229.535000', '134229.537000', '134229.540000', '134229.542000', '134229.545000', '134229.547000', '134229.550000', '134229.553000', '134229.555000', '134229.558000', '134229.560000', '134229.563000', '134229.566000', '134249.441000', '134249.444000', '134249.446000', '134249.449000', '134249.451000', '134249.454000', '134249.457000', '134249.459000', '134249.462000', '134249.464000', '134249.467000', '134249.470000', '134249.472000', '134249.475000', '134249.477000', '134249.480000', '134249.483000', '134249.485000', '134249.488000', '134249.490000', '134249.493000', '134249.496000', '134249.498000', '134249.501000', '134249.504000', '134249.506000', '134249.509000', '134249.511000', '134249.514000', '134249.516000', '134249.519000', '134249.522000', '134249.525000', '134249.527000', '134249.530000', '134249.532000', '134249.535000', '134249.538000', '134249.540000', '134249.543000', '134249.545000', '134249.548000', '134249.550000', '134249.553000', '134309.439000', '134309.442000', '134309.445000', '134309.447000', '134309.450000', '134309.453000', '134309.455000', '134309.458000', '134309.460000', '134309.463000', '134309.466000', '134309.468000', '134309.471000', '134309.473000', '134309.476000', '134309.478000', '134309.481000', '134309.484000', '134309.486000', '134309.489000', '134309.491000', '134309.494000', '134309.497000', '134309.499000', '134309.502000', '134309.504000', '134309.507000', '134309.509000', '134309.512000', '134309.515000', '134309.517000', '134309.520000', '134309.522000', '134309.525000', '134309.528000', '134309.531000', '134309.533000', '134309.536000', '134309.538000', '134309.541000', '134309.543000', '134309.546000', '134309.549000', '134329.440000', '134329.443000', '134329.446000', '134329.448000', '134329.451000', '134329.454000', '134329.456000', '134329.460000', '134329.463000', '134329.466000', '134329.468000', '134329.471000', '134329.473000', '134329.476000', '134329.479000', '134329.481000', '134329.484000', '134329.486000', '134329.489000', '134329.492000', '134329.494000', '134329.497000', '134329.500000', '134329.502000', '134329.505000', '134329.508000', '134329.511000', '134329.513000', '134329.516000', '134329.519000', '134329.522000', '134329.524000', '134329.527000', '134329.530000', '134329.532000', '134329.535000', '134329.538000', '134329.540000', '134329.543000', '134329.546000', '134329.548000', '134329.551000', '134329.554000', '134329.556000', '134349.440000', '134349.443000', '134349.446000', '134349.449000', '134349.451000', '134349.454000', '134349.457000', '134349.459000', '134349.462000', '134349.464000', '134349.467000', '134349.470000', '134349.472000', '134349.475000', '134349.477000', '134349.480000', '134349.482000', '134349.485000', '134349.488000', '134349.490000', '134349.493000', '134349.495000', '134349.498000', '134349.501000', '134349.503000', '134349.506000', '134349.508000', '134349.511000', '134349.513000', '134349.516000', '134349.519000', '134349.521000', '134349.524000', '134349.527000', '134349.529000', '134349.532000', '134349.535000', '134349.537000', '134349.540000', '134349.542000', '134349.545000', '134349.547000', '134349.550000', '134409.441000', '134409.444000', '134409.446000', '134409.449000', '134409.452000', '134409.454000', '134409.457000', '134409.459000', '134409.462000', '134409.465000', '134409.467000', '134409.470000', '134409.472000', '134409.475000', '134409.479000', '134409.482000', '134409.484000', '134409.504000', '134409.506000', '134409.509000', '134409.511000', '134409.514000', '134409.517000', '134409.519000', '134409.522000', '134409.524000', '134409.527000', '134409.530000', '134409.532000', '134409.535000', '134409.538000', '134409.540000', '134409.543000', '134409.545000', '134409.548000', '134409.551000', '134409.553000', '134409.556000', '134409.558000', '134409.561000', '134409.564000', '134409.566000', '134409.569000', '134429.441000', '134429.444000', '134429.446000', '134429.449000', '134429.452000', '134429.454000', '134429.457000', '134429.459000', '134429.462000', '134429.465000', '134429.467000', '134429.470000', '134429.472000', '134429.475000', '134429.478000', '134429.480000', '134429.483000', '134429.485000', '134429.488000', '134429.491000', '134429.493000', '134429.496000', '134429.498000', '134429.501000', '134429.504000', '134429.506000', '134429.509000', '134429.511000', '134429.514000', '134429.517000', '134429.519000', '134429.522000', '134429.524000', '134429.527000', '134429.530000', '134429.532000', '134429.535000', '134429.537000', '134429.540000', '134429.543000', '134429.545000', '134429.548000', '134429.550000', '134429.553000', '134449.441000', '134449.444000', '134449.446000', '134449.449000', '134449.452000', '134449.454000', '134449.457000', '134449.459000', '134449.462000', '134449.464000', '134449.467000', '134449.470000', '134449.472000', '134449.475000', '134449.477000', '134449.480000', '134449.483000', '134449.485000', '134449.488000', '134449.491000', '134449.493000', '134449.496000', '134449.499000', '134449.502000', '134449.504000', '134449.507000', '134449.510000', '134449.512000', '134449.515000', '134449.518000', '134449.520000', '134449.523000', '134449.526000', '134449.528000', '134449.531000', '134449.534000', '134449.536000', '134449.539000', '134449.541000', '134449.544000', '134449.547000', '134449.549000', '134449.552000', '134509.440000', '134509.443000', '134509.446000', '134509.449000', '134509.451000', '134509.454000', '134509.456000', '134509.459000', '134509.461000', '134509.464000', '134509.467000', '134509.469000', '134509.472000', '134509.474000', '134509.477000', '134509.480000', '134509.482000', '134509.485000', '134509.488000', '134509.490000', '134509.493000', '134509.495000', '134509.498000', '134509.501000', '134509.503000', '134509.506000', '134509.508000', '134509.511000', '134509.513000', '134509.516000', '134509.519000', '134509.521000', '134509.524000', '134509.527000', '134509.529000', '134509.532000', '134509.534000', '134509.537000', '134509.540000', '134509.542000', '134509.545000', '134509.547000', '134509.550000', '134509.553000', '134529.440000', '134529.442000', '134529.445000', '134529.448000', '134529.450000', '134529.453000', '134529.456000', '134529.458000', '134529.461000', '134529.463000', '134529.466000', '134529.469000', '134529.472000', '134529.474000', '134529.477000', '134529.480000', '134529.482000', '134529.485000', '134529.488000', '134529.490000', '134529.493000', '134529.495000', '134529.498000', '134529.500000', '134529.503000', '134529.506000', '134529.508000', '134529.511000', '134529.524000', '134529.526000', '134529.529000', '134529.532000', '134529.534000', '134529.537000', '134529.540000', '134529.542000', '134529.545000', '134529.547000', '134529.550000', '134529.553000', '134529.555000', '134529.558000', '134529.560000', '134549.440000', '134549.443000', '134549.446000', '134549.449000', '134549.451000', '134549.454000', '134549.456000', '134549.459000', '134549.461000', '134549.464000', '134549.467000', '134549.469000', '134549.472000', '134549.474000', '134549.477000', '134549.480000', '134549.482000', '134549.485000', '134549.487000', '134549.490000', '134549.492000', '134549.495000', '134549.498000', '134549.500000', '134549.503000', '134549.505000', '134549.508000', '134549.510000', '134549.513000', '134549.516000', '134549.518000', '134549.521000', '134549.524000', '134549.526000', '134549.529000', '134549.531000', '134549.534000', '134549.536000', '134549.539000', '134549.541000', '134549.544000', '134549.547000', '134549.549000', '134549.552000', '134609.441000', '134609.443000', '134609.446000', '134609.449000', '134609.451000', '134609.454000', '134609.457000', '134609.459000', '134609.462000', '134609.464000', '134609.467000', '134609.469000', '134609.472000', '134609.475000', '134609.477000', '134609.480000', '134609.482000', '134609.485000', '134609.488000', '134609.490000', '134609.493000', '134609.495000', '134609.498000', '134609.501000', '134609.503000', '134609.506000', '134609.508000', '134609.511000', '134609.514000', '134609.516000', '134609.519000', '134609.521000', '134609.524000', '134609.527000', '134609.529000', '134609.532000', '134609.535000', '134609.539000', '134609.542000', '134609.544000', '134609.547000', '134609.549000', '134609.552000', '134629.441000', '134629.444000', '134629.446000', '134629.449000', '134629.451000', '134629.454000', '134629.457000', '134629.459000', '134629.462000', '134629.464000', '134629.467000', '134629.470000', '134629.472000', '134629.475000', '134629.477000', '134629.480000', '134629.482000', '134629.485000', '134629.488000', '134629.490000', '134629.493000', '134629.495000', '134629.498000', '134629.501000', '134629.503000', '134629.506000', '134629.509000', '134629.511000', '134629.514000', '134629.517000', '134629.519000', '134629.522000', '134629.524000', '134629.527000', '134629.530000', '134629.532000', '134629.535000', '134629.537000', '134629.540000', '134629.542000', '134629.545000', '134629.548000', '134629.550000', '134629.553000', '134637.067000', '134637.070000', '134637.073000', '134637.076000', '134637.078000', '134637.081000', '134637.084000', '134637.086000', '134637.089000', '134637.091000', '134637.094000', '134637.097000', '134637.100000', '134637.103000', '134637.106000', '134637.109000', '134637.111000'], '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': [9999, 8502, 11552, 8160, 9678, 10125, 7867, 10588, 7590, 9315, 8040, 9310, 8565, 8731, 7591, 9127, 7604, 9061, 7170, 6206, 7478, 6836, 9258, 7105, 7173, 8096, 6161, 8860, 7300, 8893, 7424, 8774, 7635, 8249, 8066, 6364, 8704, 6472, 8850, 7179, 9697, 8392, 10473, 9047, 6736, 6923, 6395, 8729, 6917, 9374, 6831, 8883, 6856, 7597, 7413, 6448, 8478, 8277, 8987, 9624, 7885, 10503, 8858, 8027, 7610, 7909, 7475, 8684, 7377, 6846, 7143, 5771, 7982, 6098, 8680, 6658, 8849, 6607, 7801, 6732, 6407, 7202, 5929, 7863, 6786, 8141, 6685, 8018, 7106, 7816, 7068, 6484, 7453, 6284, 7585, 6342, 8895, 6516, 8571, 6649, 9198, 6708, 9025, 6919, 6203, 7762, 6367, 8850, 6584, 8503, 6812, 6120, 7419, 5990, 8818, 6423, 8893, 6894, 9276, 6853, 9378, 7176, 9135, 7613, 6801, 7310, 6103, 8194, 6612, 8929, 6277, 8704, 6624, 8216, 7150, 6620, 7912, 6167, 9052, 7266, 6645, 7714, 6743, 8770, 6538, 6107, 8611, 6854, 8168, 7245, 5972, 8320, 6667, 8896, 6902, 8960, 6606, 8120, 6958, 6431, 7717, 6333, 8735, 6303, 8659, 6557, 8157, 6843, 8514, 6619, 7567, 7358, 6234, 8790, 6071, 8249, 6426, 8388, 6243, 9107, 6929, 8935, 7156, 8750, 6693, 8920, 6932, 7342, 7149, 6793, 6880, 6273, 7142, 6231, 7688, 6158, 7894, 6396, 7935, 6851, 7687, 6467, 6496, 6613, 6616, 7503, 6104, 7994, 6334, 8023, 6640, 8404, 6588, 8216, 6573, 8247, 5994, 8469, 6226, 8782, 6428, 8811, 6300, 8985, 6611, 8545, 6687, 8967, 6893, 8539, 7126, 8970, 7100, 8243, 6405, 8142, 6410, 7917, 7134, 7200, 8984, 6703, 7416, 6398, 6628, 6711, 6406, 7612, 6251, 8267, 6173, 8017, 6119, 7872, 10107, 8018, 8337, 6658, 8113, 6108, 7760, 6248, 8303, 6203, 8632, 6820, 8457, 6633, 8241, 6564, 8163, 6731, 8275, 6970, 8509, 7138, 8586, 7518, 7534, 9152, 7019, 6356, 7153, 6649, 7283, 6237, 7023, 6013, 8263, 6629, 8421, 6859, 8566, 6737, 8075, 6869, 7944, 6865, 8377, 6364, 7766, 5917, 7399, 6108, 7589, 6095, 8054, 5971, 7718, 7968, 6823, 8562, 6881, 7886, 6878, 7974, 6908, 7998, 6711, 7702, 6132, 7260, 6200, 7598, 6205, 7820, 6228, 7786, 6366, 7485, 6534, 7998, 6263, 7579, 8054, 6567, 7655, 6982, 7559, 6107, 7523, 6244, 7189, 6104, 7408, 6182, 8374, 6317, 8391, 7047, 7692, 9928, 8411, 8652, 6869, 8052, 6459, 7881, 7721, 6963, 7936, 6625, 9055, 7018, 7886, 6151, 7206, 8152, 6910, 7777, 6555, 7613, 6703, 7463, 6822, 7294, 6781, 7753, 6625, 8001, 6781, 7771, 9002, 7733, 8227, 6830, 7834, 6305, 7530, 9557, 6949, 8023, 6515, 7399, 6451, 7210, 5836, 7006, 7934, 6692, 7942, 6319, 7301, 6002, 7267, 6171, 7437, 6263, 7265, 6383, 7089, 6747, 8231, 6258, 7900, 6930, 9030, 7410, 8915, 7626, 9476, 7799, 8645, 6921, 8669, 7068, 9070, 7164, 8470, 6951, 8246, 6790, 8363, 6549, 8336, 6522, 8206, 6624, 8106, 6255, 8157, 6397, 7987, 6630, 8114, 6244, 7670, 9070, 7110, 8310, 7100, 7841, 7116, 7643, 6459, 7837, 6278, 7345, 6565, 7005, 6329, 6858, 6340, 7010, 6256, 7410, 6263, 7335, 6523, 8016, 6532, 7991, 6892, 7633, 6540, 7472, 9546, 7242, 8596, 7119, 7584, 9159, 6969, 6949, 6544, 6717, 6648, 7077, 6807, 6390, 6814, 6307, 7243, 7031, 7282, 8870, 7436, 7765, 7284, 8131, 7060, 9428, 7092, 8280, 6899, 6864, 7061, 7367, 7108, 8621, 7235, 7849, 7115, 8173, 6989, 8022, 7091, 7663, 6840, 7999, 6861, 7947, 6516, 7705, 6247, 7386, 6289, 7001, 6495, 7004, 6464, 7199, 6159, 7036, 6159, 6909, 7956, 6729, 7826, 7009, 7642, 7007, 7605, 6488, 7344, 6385, 7023, 6815, 6517, 6925, 7227, 7220, 9679, 7786, 9055, 7336, 7649, 7780, 7286, 8891, 6775, 8437, 7240, 7670, 6686, 7861, 6619, 8062, 6172, 7544, 6080, 7052, 6382, 7306, 6394, 7124, 6048, 7387, 6458, 7702, 6534, 7693, 6859, 7239, 7222, 8033, 7219, 10695, 8757, 8735, 11279, 8119, 9226, 7470, 7847, 6410, 7577, 8559, 7073, 7673, 7506, 7603, 7222, 7333, 6393, 7588, 6830, 7344, 6813, 7228, 6537, 6509, 6527, 6982, 6771, 6691, 7085, 6388, 7283, 8440, 7071, 9380, 7762, 8568, 6851, 7955, 6578, 7505, 6427, 7356, 6558, 7330, 6549, 7189, 6212, 6966, 6593, 6899, 8090, 7073, 6751, 6891, 6869, 6902, 7527, 6873, 6474, 6937, 6180, 6964, 6813, 6873, 7631, 6951, 7061, 6951, 6760, 6889, 6932, 6853, 6416, 6882, 6234, 7270, 6376, 7249, 7382, 7273, 10090, 8122, 8626, 7049, 8416, 6766, 8166, 7285, 7437, 10059, 7237, 8836, 6909, 8143, 6754, 7911, 6778, 7868, 7154, 7528, 6836, 7739, 7028, 7503, 7029, 7320, 7182, 6883, 7033, 7654, 7043, 8045, 6888, 8133, 6633, 7652, 6262, 7409, 6413, 7218, 7582, 7319, 8141, 7293, 6984, 7436, 6396, 6976, 6564, 6891, 7927, 7187, 7451, 7149, 7718, 7065, 7543, 8295, 7239, 9004, 7648, 7729, 6658, 7545, 7546, 7249, 8652, 7230, 8015, 7104, 7895, 6985, 7646, 6729, 7825, 6929, 7696, 7124, 7874, 6271, 7619, 10471, 7771, 8373, 6722, 7714, 7856, 7213, 8828, 7364, 7813, 6174, 7605, 5961, 7318, 6268, 7242, 5951, 7217, 8615, 7586, 8073, 7309, 7702, 8989, 7361, 7758, 6505, 7534, 8958, 7146, 7797, 6618, 7829, 6413, 7648, 6340, 7504, 6372, 7488, 8948, 7601, 7728, 6673, 7547, 8564, 7114, 7881, 6791, 7854, 9719, 7598, 8902, 6821, 7589, 10665, 7378, 8526, 6767, 7770, 8917, 7458, 7796, 6724, 7712, 8947, 7635, 8100, 6861, 7654, 6198, 7406, 7822, 7370, 7834, 6404, 7658, 6252, 7311, 7573, 7310, 7696, 6375, 7501, 6105, 7351, 7885, 7080, 7802, 6628, 7750, 6484, 7481, 7105, 7260, 7625, 7018, 7687, 6363, 7781, 6147, 7594, 7673, 6891, 7802, 7099, 7731, 6301, 7678, 6975, 7374, 7969, 7230, 7832, 6565, 7770, 6343, 8090, 6310, 7490, 6369, 7737, 6693, 7712], 'WindowCenter': [3724.0, 3697.0, 3703.0, 3668.0, 3678.0, 3675.0, 3653.0, 3672.0, 3642.0, 3661.0, 3655.0, 3661.0, 3651.0, 3650.0, 3627.0, 3646.0, 3624.0, 3634.0, 3616.0, 3606.0, 3628.0, 3618.0, 3662.0, 3630.0, 3629.0, 3640.0, 3620.0, 3651.0, 3630.0, 3649.0, 3628.0, 3637.0, 3641.0, 3639.0, 3639.0, 3606.0, 3638.0, 3604.0, 3649.0, 3629.0, 3662.0, 3639.0, 3658.0, 3649.0, 3604.0, 3617.0, 3603.0, 3635.0, 3615.0, 3646.0, 3617.0, 3648.0, 3619.0, 3639.0, 3630.0, 3617.0, 3639.0, 3636.0, 3636.0, 3645.0, 3624.0, 3657.0, 3635.0, 3622.0, 3612.0, 3623.0, 3614.0, 3622.0, 3612.0, 3602.0, 3612.0, 3592.0, 3624.0, 3591.0, 3635.0, 3615.0, 3647.0, 3616.0, 3626.0, 3617.0, 3605.0, 3629.0, 3607.0, 3639.0, 3618.0, 3638.0, 3618.0, 3638.0, 3630.0, 3641.0, 3630.0, 3618.0, 3640.0, 3617.0, 3639.0, 3607.0, 3650.0, 3594.0, 3624.0, 3593.0, 3635.0, 3630.0, 3689.0, 3655.0, 3633.0, 3653.0, 3630.0, 3648.0, 3617.0, 3647.0, 3630.0, 3608.0, 3641.0, 3619.0, 3663.0, 3634.0, 3662.0, 3630.0, 3649.0, 3617.0, 3646.0, 3627.0, 3659.0, 3640.0, 3617.0, 3629.0, 3606.0, 3650.0, 3629.0, 3661.0, 3617.0, 3648.0, 3629.0, 3651.0, 3642.0, 3643.0, 3666.0, 3622.0, 3664.0, 3641.0, 3617.0, 3639.0, 3631.0, 3651.0, 3632.0, 3621.0, 3663.0, 3631.0, 3651.0, 3642.0, 3622.0, 3652.0, 3631.0, 3664.0, 3631.0, 3650.0, 3631.0, 3640.0, 3630.0, 3619.0, 3640.0, 3618.0, 3663.0, 3620.0, 3650.0, 3619.0, 3638.0, 3617.0, 3649.0, 3631.0, 3640.0, 3629.0, 3607.0, 3649.0, 3605.0, 3638.0, 3618.0, 3638.0, 3616.0, 3649.0, 3626.0, 3647.0, 3616.0, 3650.0, 3618.0, 3647.0, 3627.0, 3626.0, 3627.0, 3615.0, 3629.0, 3618.0, 3628.0, 3607.0, 3639.0, 3607.0, 3638.0, 3619.0, 3651.0, 3630.0, 3641.0, 3632.0, 3632.0, 3631.0, 3631.0, 3641.0, 3620.0, 3652.0, 3620.0, 3651.0, 3630.0, 3653.0, 3631.0, 3650.0, 3618.0, 3639.0, 3606.0, 3650.0, 3620.0, 3650.0, 3620.0, 3650.0, 3618.0, 3649.0, 3630.0, 3650.0, 3618.0, 3649.0, 3628.0, 3637.0, 3627.0, 3649.0, 3630.0, 3638.0, 3605.0, 3638.0, 3605.0, 3636.0, 3614.0, 3626.0, 3648.0, 3617.0, 3625.0, 3616.0, 3614.0, 3616.0, 3617.0, 3640.0, 3631.0, 3651.0, 3619.0, 3652.0, 3607.0, 3652.0, 3672.0, 3639.0, 3638.0, 3616.0, 3637.0, 3604.0, 3625.0, 3604.0, 3636.0, 3606.0, 3649.0, 3628.0, 3649.0, 3629.0, 3649.0, 3629.0, 3650.0, 3629.0, 3637.0, 3628.0, 3637.0, 3615.0, 3637.0, 3613.0, 3625.0, 3645.0, 3614.0, 3604.0, 3615.0, 3612.0, 3625.0, 3604.0, 3626.0, 3605.0, 3637.0, 3615.0, 3636.0, 3615.0, 3649.0, 3629.0, 3638.0, 3616.0, 3635.0, 3614.0, 3635.0, 3603.0, 3625.0, 3593.0, 3626.0, 3604.0, 3626.0, 3605.0, 3637.0, 3604.0, 3626.0, 3625.0, 3615.0, 3636.0, 3615.0, 3624.0, 3615.0, 3624.0, 3614.0, 3637.0, 3615.0, 3626.0, 3605.0, 3626.0, 3606.0, 3637.0, 3607.0, 3638.0, 3618.0, 3651.0, 3632.0, 3641.0, 3646.0, 3665.0, 3632.0, 3654.0, 3651.0, 3631.0, 3652.0, 3630.0, 3640.0, 3607.0, 3640.0, 3630.0, 3630.0, 3619.0, 3640.0, 3620.0, 3651.0, 3631.0, 3653.0, 3630.0, 3667.0, 3674.0, 3651.0, 3648.0, 3616.0, 3637.0, 3604.0, 3638.0, 3638.0, 3627.0, 3635.0, 3615.0, 3646.0, 3615.0, 3636.0, 3604.0, 3627.0, 3635.0, 3615.0, 3625.0, 3615.0, 3625.0, 3617.0, 3637.0, 3628.0, 3638.0, 3629.0, 3639.0, 3630.0, 3653.0, 3628.0, 3652.0, 3661.0, 3638.0, 3636.0, 3615.0, 3626.0, 3603.0, 3625.0, 3646.0, 3626.0, 3638.0, 3616.0, 3626.0, 3615.0, 3638.0, 3605.0, 3627.0, 3636.0, 3617.0, 3649.0, 3618.0, 3639.0, 3618.0, 3639.0, 3619.0, 3639.0, 3630.0, 3640.0, 3631.0, 3642.0, 3643.0, 3663.0, 3633.0, 3653.0, 3643.0, 3663.0, 3641.0, 3650.0, 3640.0, 3660.0, 3639.0, 3648.0, 3627.0, 3636.0, 3627.0, 3648.0, 3627.0, 3635.0, 3615.0, 3635.0, 3614.0, 3635.0, 3605.0, 3635.0, 3603.0, 3634.0, 3602.0, 3622.0, 3602.0, 3636.0, 3604.0, 3624.0, 3602.0, 3623.0, 3601.0, 3624.0, 3633.0, 3613.0, 3634.0, 3612.0, 3621.0, 3612.0, 3622.0, 3601.0, 3623.0, 3602.0, 3624.0, 3613.0, 3614.0, 3615.0, 3615.0, 3615.0, 3627.0, 3630.0, 3640.0, 3630.0, 3641.0, 3631.0, 3651.0, 3620.0, 3652.0, 3642.0, 3640.0, 3617.0, 3628.0, 3648.0, 3627.0, 3648.0, 3615.0, 3638.0, 3648.0, 3627.0, 3626.0, 3617.0, 3615.0, 3617.0, 3627.0, 3628.0, 3618.0, 3629.0, 3617.0, 3639.0, 3628.0, 3641.0, 3649.0, 3627.0, 3638.0, 3626.0, 3625.0, 3614.0, 3646.0, 3615.0, 3635.0, 3626.0, 3614.0, 3626.0, 3625.0, 3629.0, 3648.0, 3626.0, 3635.0, 3615.0, 3634.0, 3614.0, 3636.0, 3626.0, 3623.0, 3614.0, 3623.0, 3613.0, 3624.0, 3603.0, 3638.0, 3616.0, 3625.0, 3602.0, 3614.0, 3603.0, 3625.0, 3616.0, 3628.0, 3605.0, 3628.0, 3606.0, 3628.0, 3638.0, 3628.0, 3639.0, 3629.0, 3640.0, 3630.0, 3640.0, 3631.0, 3639.0, 3631.0, 3642.0, 3632.0, 3619.0, 3641.0, 3641.0, 3641.0, 3661.0, 3639.0, 3662.0, 3628.0, 3637.0, 3625.0, 3625.0, 3645.0, 3615.0, 3636.0, 3626.0, 3626.0, 3630.0, 3638.0, 3616.0, 3637.0, 3605.0, 3638.0, 3607.0, 3627.0, 3616.0, 3627.0, 3617.0, 3628.0, 3619.0, 3640.0, 3631.0, 3640.0, 3621.0, 3652.0, 3644.0, 3641.0, 3641.0, 3639.0, 3628.0, 3660.0, 3637.0, 3637.0, 3657.0, 3636.0, 3644.0, 3624.0, 3635.0, 3603.0, 3624.0, 3633.0, 3614.0, 3626.0, 3625.0, 3623.0, 3624.0, 3624.0, 3615.0, 3636.0, 3628.0, 3627.0, 3629.0, 3639.0, 3630.0, 3618.0, 3619.0, 3641.0, 3631.0, 3629.0, 3630.0, 3618.0, 3639.0, 3637.0, 3627.0, 3648.0, 3639.0, 3648.0, 3616.0, 3636.0, 3615.0, 3626.0, 3615.0, 3627.0, 3618.0, 3639.0, 3616.0, 3627.0, 3605.0, 3628.0, 3616.0, 3629.0, 3651.0, 3630.0, 3628.0, 3641.0, 3629.0, 3641.0, 3652.0, 3643.0, 3630.0, 3642.0, 3620.0, 3643.0, 3631.0, 3643.0, 3654.0, 3655.0, 3643.0, 3643.0, 3631.0, 3643.0, 3642.0, 3643.0, 3631.0, 3643.0, 3622.0, 3654.0, 3632.0, 3654.0, 3642.0, 3643.0, 3674.0, 3652.0, 3650.0, 3629.0, 3650.0, 3617.0, 3650.0, 3639.0, 3640.0, 3660.0, 3628.0, 3647.0, 3628.0, 3638.0, 3628.0, 3638.0, 3630.0, 3651.0, 3641.0, 3640.0, 3631.0, 3640.0, 3641.0, 3640.0, 3642.0, 3642.0, 3644.0, 3630.0, 3642.0, 3641.0, 3642.0, 3640.0, 3629.0, 3652.0, 3630.0, 3639.0, 3617.0, 3628.0, 3616.0, 3627.0, 3626.0, 3638.0, 3650.0, 3640.0, 3627.0, 3639.0, 3617.0, 3641.0, 3629.0, 3641.0, 3652.0, 3643.0, 3641.0, 3642.0, 3652.0, 3642.0, 3652.0, 3650.0, 3642.0, 3662.0, 3640.0, 3638.0, 3617.0, 3639.0, 3637.0, 3627.0, 3650.0, 3640.0, 3638.0, 3628.0, 3637.0, 3628.0, 3638.0, 3630.0, 3652.0, 3643.0, 3652.0, 3644.0, 3665.0, 3620.0, 3641.0, 3673.0, 3653.0, 3651.0, 3617.0, 3640.0, 3639.0, 3639.0, 3647.0, 3627.0, 3627.0, 3618.0, 3640.0, 3606.0, 3628.0, 3630.0, 3642.0, 3618.0, 3640.0, 3650.0, 3653.0, 3654.0, 3639.0, 3638.0, 3649.0, 3627.0, 3626.0, 3603.0, 3625.0, 3646.0, 3615.0, 3625.0, 3629.0, 3640.0, 3618.0, 3638.0, 3630.0, 3641.0, 3630.0, 3654.0, 3663.0, 3642.0, 3654.0, 3631.0, 3640.0, 3649.0, 3628.0, 3639.0, 3631.0, 3653.0, 3659.0, 3638.0, 3650.0, 3616.0, 3627.0, 3657.0, 3628.0, 3651.0, 3617.0, 3626.0, 3634.0, 3625.0, 3626.0, 3615.0, 3626.0, 3646.0, 3626.0, 3635.0, 3614.0, 3625.0, 3604.0, 3626.0, 3625.0, 3638.0, 3638.0, 3616.0, 3638.0, 3618.0, 3639.0, 3638.0, 3639.0, 3652.0, 3619.0, 3639.0, 3606.0, 3640.0, 3649.0, 3641.0, 3641.0, 3630.0, 3654.0, 3632.0, 3642.0, 3640.0, 3654.0, 3651.0, 3641.0, 3641.0, 3631.0, 3655.0, 3633.0, 3653.0, 3652.0, 3643.0, 3652.0, 3630.0, 3641.0, 3632.0, 3655.0, 3641.0, 3642.0, 3652.0, 3653.0, 3652.0, 3631.0, 3653.0, 3630.0, 3653.0, 3632.0, 3654.0, 3632.0, 3654.0, 3644.0, 3654.0], 'WindowWidth': [8406.0, 8354.0, 8355.0, 8296.0, 8312.0, 8301.0, 8267.0, 8289.0, 8249.0, 8275.0, 8272.0, 8275.0, 8260.0, 8256.0, 8220.0, 8243.0, 8210.0, 8225.0, 8204.0, 8193.0, 8224.0, 8211.0, 8274.0, 8230.0, 8227.0, 8243.0, 8220.0, 8259.0, 8229.0, 8252.0, 8223.0, 8234.0, 8247.0, 8240.0, 8238.0, 8193.0, 8234.0, 8185.0, 8251.0, 8228.0, 8276.0, 8238.0, 8261.0, 8250.0, 8186.0, 8206.0, 8184.0, 8226.0, 8202.0, 8246.0, 8210.0, 8251.0, 8215.0, 8239.0, 8229.0, 8209.0, 8238.0, 8230.0, 8230.0, 8239.0, 8211.0, 8259.0, 8226.0, 8205.0, 8192.0, 8206.0, 8195.0, 8204.0, 8191.0, 8181.0, 8192.0, 8165.0, 8210.0, 8166.0, 8226.0, 8201.0, 8246.0, 8205.0, 8217.0, 8208.0, 8191.0, 8227.0, 8197.0, 8239.0, 8211.0, 8236.0, 8211.0, 8236.0, 8230.0, 8247.0, 8229.0, 8213.0, 8243.0, 8208.0, 8239.0, 8193.0, 8252.0, 8168.0, 8204.0, 8164.0, 8224.0, 8231.0, 8328.0, 8276.0, 8243.0, 8268.0, 8232.0, 8252.0, 8208.0, 8248.0, 8230.0, 8201.0, 8247.0, 8216.0, 8279.0, 8245.0, 8276.0, 8230.0, 8252.0, 8208.0, 8245.0, 8220.0, 8268.0, 8243.0, 8209.0, 8228.0, 8194.0, 8256.0, 8228.0, 8273.0, 8210.0, 8251.0, 8227.0, 8263.0, 8253.0, 8260.0, 8291.0, 8228.0, 8281.0, 8247.0, 8210.0, 8241.0, 8234.0, 8260.0, 8239.0, 8224.0, 8279.0, 8236.0, 8260.0, 8251.0, 8227.0, 8264.0, 8232.0, 8282.0, 8232.0, 8257.0, 8234.0, 8243.0, 8230.0, 8216.0, 8244.0, 8212.0, 8279.0, 8220.0, 8257.0, 8214.0, 8238.0, 8209.0, 8253.0, 8235.0, 8244.0, 8227.0, 8196.0, 8254.0, 8191.0, 8236.0, 8214.0, 8239.0, 8206.0, 8252.0, 8219.0, 8245.0, 8206.0, 8257.0, 8213.0, 8247.0, 8222.0, 8218.0, 8220.0, 8203.0, 8228.0, 8214.0, 8226.0, 8196.0, 8241.0, 8197.0, 8239.0, 8215.0, 8259.0, 8232.0, 8246.0, 8238.0, 8238.0, 8235.0, 8235.0, 8248.0, 8219.0, 8263.0, 8218.0, 8259.0, 8231.0, 8265.0, 8234.0, 8256.0, 8212.0, 8239.0, 8193.0, 8255.0, 8218.0, 8257.0, 8219.0, 8256.0, 8211.0, 8254.0, 8234.0, 8257.0, 8213.0, 8253.0, 8226.0, 8235.0, 8222.0, 8255.0, 8231.0, 8237.0, 8190.0, 8239.0, 8189.0, 8232.0, 8199.0, 8219.0, 8250.0, 8210.0, 8216.0, 8206.0, 8203.0, 8208.0, 8209.0, 8247.0, 8237.0, 8263.0, 8217.0, 8263.0, 8198.0, 8263.0, 8289.0, 8240.0, 8239.0, 8206.0, 8234.0, 8187.0, 8216.0, 8188.0, 8232.0, 8194.0, 8254.0, 8227.0, 8253.0, 8229.0, 8255.0, 8227.0, 8259.0, 8230.0, 8236.0, 8224.0, 8235.0, 8204.0, 8233.0, 8197.0, 8215.0, 8240.0, 8198.0, 8187.0, 8204.0, 8196.0, 8214.0, 8188.0, 8219.0, 8191.0, 8234.0, 8205.0, 8233.0, 8204.0, 8255.0, 8231.0, 8240.0, 8205.0, 8229.0, 8200.0, 8230.0, 8185.0, 8215.0, 8174.0, 8219.0, 8187.0, 8219.0, 8190.0, 8234.0, 8187.0, 8219.0, 8215.0, 8204.0, 8233.0, 8202.0, 8213.0, 8202.0, 8212.0, 8201.0, 8238.0, 8205.0, 8218.0, 8190.0, 8220.0, 8194.0, 8236.0, 8198.0, 8239.0, 8215.0, 8262.0, 8241.0, 8249.0, 8267.0, 8286.0, 8238.0, 8270.0, 8259.0, 8235.0, 8263.0, 8232.0, 8244.0, 8198.0, 8243.0, 8232.0, 8231.0, 8218.0, 8246.0, 8222.0, 8263.0, 8237.0, 8266.0, 8231.0, 8294.0, 8299.0, 8261.0, 8252.0, 8206.0, 8236.0, 8189.0, 8239.0, 8238.0, 8221.0, 8230.0, 8203.0, 8245.0, 8202.0, 8230.0, 8188.0, 8222.0, 8230.0, 8203.0, 8217.0, 8205.0, 8217.0, 8210.0, 8238.0, 8227.0, 8240.0, 8230.0, 8242.0, 8233.0, 8268.0, 8228.0, 8265.0, 8274.0, 8237.0, 8231.0, 8203.0, 8218.0, 8184.0, 8215.0, 8244.0, 8221.0, 8238.0, 8206.0, 8218.0, 8205.0, 8238.0, 8191.0, 8223.0, 8233.0, 8210.0, 8255.0, 8215.0, 8241.0, 8214.0, 8242.0, 8218.0, 8241.0, 8231.0, 8244.0, 8237.0, 8251.0, 8255.0, 8280.0, 8241.0, 8268.0, 8254.0, 8279.0, 8247.0, 8256.0, 8244.0, 8271.0, 8240.0, 8252.0, 8224.0, 8233.0, 8221.0, 8253.0, 8222.0, 8230.0, 8202.0, 8227.0, 8200.0, 8230.0, 8190.0, 8230.0, 8183.0, 8226.0, 8180.0, 8208.0, 8181.0, 8233.0, 8190.0, 8212.0, 8180.0, 8211.0, 8178.0, 8211.0, 8223.0, 8198.0, 8225.0, 8193.0, 8205.0, 8192.0, 8208.0, 8179.0, 8209.0, 8180.0, 8214.0, 8199.0, 8201.0, 8202.0, 8205.0, 8206.0, 8223.0, 8233.0, 8246.0, 8233.0, 8247.0, 8236.0, 8260.0, 8219.0, 8263.0, 8251.0, 8245.0, 8208.0, 8224.0, 8250.0, 8220.0, 8251.0, 8203.0, 8238.0, 8250.0, 8222.0, 8219.0, 8208.0, 8204.0, 8209.0, 8223.0, 8227.0, 8212.0, 8230.0, 8212.0, 8242.0, 8226.0, 8249.0, 8254.0, 8221.0, 8238.0, 8219.0, 8214.0, 8201.0, 8244.0, 8202.0, 8230.0, 8219.0, 8201.0, 8219.0, 8218.0, 8229.0, 8253.0, 8220.0, 8230.0, 8202.0, 8226.0, 8199.0, 8233.0, 8220.0, 8211.0, 8202.0, 8211.0, 8198.0, 8212.0, 8183.0, 8239.0, 8209.0, 8216.0, 8183.0, 8200.0, 8185.0, 8218.0, 8208.0, 8228.0, 8193.0, 8225.0, 8195.0, 8227.0, 8240.0, 8227.0, 8240.0, 8229.0, 8245.0, 8231.0, 8244.0, 8235.0, 8243.0, 8236.0, 8251.0, 8239.0, 8219.0, 8249.0, 8250.0, 8248.0, 8273.0, 8242.0, 8277.0, 8226.0, 8235.0, 8216.0, 8216.0, 8243.0, 8204.0, 8234.0, 8218.0, 8218.0, 8234.0, 8239.0, 8206.0, 8234.0, 8190.0, 8238.0, 8197.0, 8223.0, 8206.0, 8223.0, 8212.0, 8227.0, 8216.0, 8245.0, 8237.0, 8246.0, 8222.0, 8266.0, 8257.0, 8249.0, 8247.0, 8241.0, 8226.0, 8274.0, 8233.0, 8233.0, 8261.0, 8231.0, 8239.0, 8213.0, 8229.0, 8183.0, 8213.0, 8221.0, 8199.0, 8219.0, 8216.0, 8211.0, 8215.0, 8215.0, 8204.0, 8234.0, 8226.0, 8223.0, 8228.0, 8241.0, 8232.0, 8213.0, 8218.0, 8247.0, 8236.0, 8228.0, 8231.0, 8212.0, 8241.0, 8236.0, 8223.0, 8251.0, 8239.0, 8252.0, 8205.0, 8231.0, 8202.0, 8219.0, 8204.0, 8222.0, 8213.0, 8241.0, 8207.0, 8223.0, 8193.0, 8225.0, 8208.0, 8228.0, 8260.0, 8231.0, 8227.0, 8248.0, 8230.0, 8246.0, 8263.0, 8254.0, 8232.0, 8250.0, 8220.0, 8254.0, 8236.0, 8254.0, 8273.0, 8275.0, 8254.0, 8255.0, 8237.0, 8256.0, 8250.0, 8255.0, 8238.0, 8255.0, 8226.0, 8270.0, 8241.0, 8269.0, 8250.0, 8255.0, 8297.0, 8263.0, 8257.0, 8229.0, 8257.0, 8211.0, 8255.0, 8241.0, 8246.0, 8269.0, 8225.0, 8249.0, 8225.0, 8238.0, 8226.0, 8238.0, 8233.0, 8263.0, 8250.0, 8245.0, 8235.0, 8246.0, 8249.0, 8245.0, 8251.0, 8252.0, 8256.0, 8231.0, 8250.0, 8249.0, 8253.0, 8245.0, 8230.0, 8263.0, 8231.0, 8239.0, 8208.0, 8224.0, 8206.0, 8222.0, 8221.0, 8239.0, 8260.0, 8245.0, 8224.0, 8242.0, 8212.0, 8248.0, 8230.0, 8249.0, 8267.0, 8254.0, 8249.0, 8252.0, 8265.0, 8253.0, 8264.0, 8258.0, 8252.0, 8278.0, 8243.0, 8239.0, 8209.0, 8242.0, 8236.0, 8223.0, 8258.0, 8245.0, 8238.0, 8225.0, 8237.0, 8228.0, 8241.0, 8235.0, 8265.0, 8255.0, 8264.0, 8258.0, 8287.0, 8220.0, 8249.0, 8292.0, 8266.0, 8261.0, 8210.0, 8244.0, 8242.0, 8243.0, 8249.0, 8221.0, 8221.0, 8215.0, 8245.0, 8197.0, 8225.0, 8232.0, 8252.0, 8214.0, 8247.0, 8258.0, 8267.0, 8271.0, 8244.0, 8239.0, 8255.0, 8222.0, 8219.0, 8186.0, 8217.0, 8243.0, 8202.0, 8215.0, 8229.0, 8245.0, 8214.0, 8239.0, 8234.0, 8249.0, 8234.0, 8271.0, 8281.0, 8252.0, 8269.0, 8236.0, 8245.0, 8253.0, 8226.0, 8241.0, 8236.0, 8267.0, 8268.0, 8237.0, 8258.0, 8207.0, 8221.0, 8260.0, 8227.0, 8262.0, 8210.0, 8220.0, 8227.0, 8215.0, 8222.0, 8202.0, 8218.0, 8247.0, 8220.0, 8230.0, 8200.0, 8217.0, 8188.0, 8220.0, 8218.0, 8240.0, 8239.0, 8207.0, 8240.0, 8214.0, 8243.0, 8238.0, 8243.0, 8263.0, 8219.0, 8243.0, 8195.0, 8244.0, 8256.0, 8247.0, 8247.0, 8232.0, 8272.0, 8241.0, 8252.0, 8244.0, 8269.0, 8263.0, 8248.0, 8247.0, 8236.0, 8275.0, 8242.0, 8266.0, 8264.0, 8255.0, 8264.0, 8232.0, 8248.0, 8241.0, 8274.0, 8250.0, 8250.0, 8264.0, 8269.0, 8265.0, 8236.0, 8267.0, 8235.0, 8267.0, 8240.0, 8271.0, 8240.0, 8270.0, 8257.0, 8271.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.002080230149597238</td></tr>
<tr><td colspan=3>aqi</td><td>0.030082956846950514</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.83567359157837</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1660594619124436</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.023918534827189</td></tr>
<tr><td colspan=3>efc</td><td>0.487</td></tr>
<tr><td colspan=3>fber</td><td>3676.0745</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10519747085843771</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>49</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.638665132336018</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4798784294782563</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4817187590130323</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.590901756409907</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3670147730118294</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111102</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008059085346758366</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026131900027394295</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.127336699110325</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>25.4028</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.986</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.963</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298315.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>657.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.3419</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9206</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>421.5727</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2882.2934</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3757.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>732.4289</td></tr>
<tr><td colspan=3>tsnr</td><td>35.446683921152726</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>