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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0099_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-02_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-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-04_task-social_acq-mb8_run-02_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-0099/ses-04/func/sub-0099_ses-04_task-social_acq-mb8_run-02_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>ea3adaffcabc3205825d0810af287fbe</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:47:45.000000</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.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0843498</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7792, -7249, 236, -79, -213, -121, 53]</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>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d1a1f5d-3f08-4d95-be58-282790710ac7||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.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['134745.000000', '134745.460000', '134745.920000', '134746.380000', '134746.840000', '134747.300000', '134747.760000', '134748.220000', '134748.680000', '134749.140000', '134749.600000', '134750.060000', '134750.520000', '134750.980000', '134751.440000', '134751.900000', '134752.360000', '134752.820000', '134753.280000', '134753.740000', '134754.200000', '134754.660000', '134755.120000', '134755.580000', '134756.040000', '134756.500000', '134756.960000', '134757.420000', '134757.880000', '134758.340000', '134758.800000', '134759.260000', '134759.720000', '134800.180000', '134800.640000', '134801.100000', '134801.560000', '134802.020000', '134802.480000', '134802.940000', '134803.400000', '134803.860000', '134804.320000', '134804.780000', '134805.240000', '134805.700000', '134806.160000', '134806.620000', '134807.080000', '134807.540000', '134808.000000', '134808.460000', '134808.920000', '134809.380000', '134809.840000', '134810.300000', '134810.760000', '134811.220000', '134811.680000', '134812.140000', '134812.600000', '134813.060000', '134813.520000', '134813.980000', '134814.440000', '134814.900000', '134815.360000', '134815.820000', '134816.280000', '134816.740000', '134817.200000', '134817.660000', '134818.120000', '134818.580000', '134819.040000', '134819.500000', '134819.960000', '134820.420000', '134820.880000', '134821.340000', '134821.800000', '134822.260000', '134822.720000', '134823.180000', '134823.640000', '134824.100000', '134824.560000', '134825.020000', '134825.480000', '134825.940000', '134826.400000', '134826.860000', '134827.320000', '134827.780000', '134828.240000', '134828.700000', '134829.160000', '134829.620000', '134830.080000', '134830.540000', '134831.000000', '134831.460000', '134831.920000', '134832.380000', '134832.840000', '134833.300000', '134833.760000', '134834.220000', '134834.680000', '134835.140000', '134835.600000', '134836.060000', '134836.520000', '134836.980000', '134837.440000', '134837.900000', '134838.360000', '134838.820000', '134839.280000', '134839.740000', '134840.200000', '134840.660000', '134841.120000', '134841.580000', '134842.040000', '134842.500000', '134842.960000', '134843.420000', '134843.880000', '134844.340000', '134844.800000', '134845.260000', '134845.720000', '134846.180000', '134846.640000', '134847.100000', '134847.560000', '134848.020000', '134848.480000', '134848.940000', '134849.400000', '134849.860000', '134850.320000', '134850.780000', '134851.240000', '134851.700000', '134852.160000', '134852.620000', '134853.080000', '134853.540000', '134854.000000', '134854.460000', '134854.920000', '134855.380000', '134855.840000', '134856.300000', '134856.760000', '134857.220000', '134857.680000', '134858.140000', '134858.600000', '134859.060000', '134859.520000', '134859.980000', '134900.440000', '134900.900000', '134901.360000', '134901.820000', '134902.280000', '134902.740000', '134903.200000', '134903.660000', '134904.120000', '134904.580000', '134905.040000', '134905.500000', '134905.960000', '134906.420000', '134906.880000', '134907.340000', '134907.800000', '134908.260000', '134908.720000', '134909.180000', '134909.640000', '134910.100000', '134910.560000', '134911.020000', '134911.480000', '134911.940000', '134912.400000', '134912.860000', '134913.320000', '134913.780000', '134914.240000', '134914.700000', '134915.160000', '134915.620000', '134916.080000', '134916.540000', '134917.000000', '134917.460000', '134917.920000', '134918.380000', '134918.840000', '134919.300000', '134919.760000', '134920.220000', '134920.680000', '134921.140000', '134921.600000', '134922.060000', '134922.520000', '134922.980000', '134923.440000', '134923.900000', '134924.360000', '134924.820000', '134925.280000', '134925.740000', '134926.200000', '134926.660000', '134927.120000', '134927.580000', '134928.040000', '134928.500000', '134928.960000', '134929.420000', '134929.880000', '134930.340000', '134930.800000', '134931.260000', '134931.720000', '134932.180000', '134932.640000', '134933.100000', '134933.560000', '134934.020000', '134934.480000', '134934.940000', '134935.400000', '134935.860000', '134936.320000', '134936.780000', '134937.240000', '134937.700000', '134938.160000', '134938.620000', '134939.080000', '134939.540000', '134940.000000', '134940.460000', '134940.920000', '134941.380000', '134941.840000', '134942.300000', '134942.760000', '134943.220000', '134943.680000', '134944.140000', '134944.600000', '134945.060000', '134945.520000', '134945.980000', '134946.440000', '134946.900000', '134947.360000', '134947.820000', '134948.280000', '134948.740000', '134949.200000', '134949.660000', '134950.120000', '134950.580000', '134951.040000', '134951.500000', '134951.960000', '134952.420000', '134952.880000', '134953.340000', '134953.800000', '134954.260000', '134954.720000', '134955.180000', '134955.640000', '134956.100000', '134956.560000', '134957.020000', '134957.480000', '134957.940000', '134958.400000', '134958.860000', '134959.320000', '134959.780000', '135000.240000', '135000.700000', '135001.160000', '135001.620000', '135002.080000', '135002.540000', '135003.000000', '135003.460000', '135003.920000', '135004.380000', '135004.840000', '135005.300000', '135005.760000', '135006.220000', '135006.680000', '135007.140000', '135007.600000', '135008.060000', '135008.520000', '135008.980000', '135009.440000', '135009.900000', '135010.360000', '135010.820000', '135011.280000', '135011.740000', '135012.200000', '135012.660000', '135013.120000', '135013.580000', '135014.040000', '135014.500000', '135014.960000', '135015.420000', '135015.880000', '135016.340000', '135016.800000', '135017.260000', '135017.720000', '135018.180000', '135018.640000', '135019.100000', '135019.560000', '135020.020000', '135020.480000', '135020.940000', '135021.400000', '135021.860000', '135022.320000', '135022.780000', '135023.240000', '135023.700000', '135024.160000', '135024.620000', '135025.080000', '135025.540000', '135026.000000', '135026.460000', '135026.920000', '135027.380000', '135027.840000', '135028.300000', '135028.760000', '135029.220000', '135029.680000', '135030.140000', '135030.600000', '135031.060000', '135031.520000', '135031.980000', '135032.440000', '135032.900000', '135033.360000', '135033.820000', '135034.280000', '135034.740000', '135035.200000', '135035.660000', '135036.120000', '135036.580000', '135037.040000', '135037.500000', '135037.960000', '135038.420000', '135038.880000', '135039.340000', '135039.800000', '135040.260000', '135040.720000', '135041.180000', '135041.640000', '135042.100000', '135042.560000', '135043.020000', '135043.480000', '135043.940000', '135044.400000', '135044.860000', '135045.320000', '135045.780000', '135046.240000', '135046.700000', '135047.160000', '135047.620000', '135048.080000', '135048.540000', '135049.000000', '135049.460000', '135049.920000', '135050.380000', '135050.840000', '135051.300000', '135051.760000', '135052.220000', '135052.680000', '135053.140000', '135053.600000', '135054.060000', '135054.520000', '135054.980000', '135055.440000', '135055.900000', '135056.360000', '135056.820000', '135057.280000', '135057.740000', '135058.200000', '135058.660000', '135059.120000', '135059.580000', '135100.040000', '135100.500000', '135100.960000', '135101.420000', '135101.880000', '135102.340000', '135102.800000', '135103.260000', '135103.720000', '135104.180000', '135104.640000', '135105.100000', '135105.560000', '135106.020000', '135106.480000', '135106.940000', '135107.400000', '135107.860000', '135108.320000', '135108.780000', '135109.240000', '135109.700000', '135110.160000', '135110.620000', '135111.080000', '135111.540000', '135112.000000', '135112.460000', '135112.920000', '135113.380000', '135113.840000', '135114.300000', '135114.760000', '135115.220000', '135115.680000', '135116.140000', '135116.600000', '135117.060000', '135117.520000', '135117.980000', '135118.440000', '135118.900000', '135119.360000', '135119.820000', '135120.280000', '135120.740000', '135121.200000', '135121.660000', '135122.120000', '135122.580000', '135123.040000', '135123.500000', '135123.960000', '135124.420000', '135124.880000', '135125.340000', '135125.800000', '135126.260000', '135126.720000', '135127.180000', '135127.640000', '135128.100000', '135128.560000', '135129.020000', '135129.480000', '135129.940000', '135130.400000', '135130.860000', '135131.320000', '135131.780000', '135132.240000', '135132.700000', '135133.160000', '135133.620000', '135134.080000', '135134.540000', '135135.000000', '135135.460000', '135135.920000', '135136.380000', '135136.840000', '135137.300000', '135137.760000', '135138.220000', '135138.680000', '135139.140000', '135139.600000', '135140.060000', '135140.520000', '135140.980000', '135141.440000', '135141.900000', '135142.360000', '135142.820000', '135143.280000', '135143.740000', '135144.200000', '135144.660000', '135145.120000', '135145.580000', '135146.040000', '135146.500000', '135146.960000', '135147.420000', '135147.880000', '135148.340000', '135148.800000', '135149.260000', '135149.720000', '135150.180000', '135150.640000', '135151.100000', '135151.560000', '135152.020000', '135152.480000', '135152.940000', '135153.400000', '135153.860000', '135154.320000', '135154.780000', '135155.240000', '135155.700000', '135156.160000', '135156.620000', '135157.080000', '135157.540000', '135158.000000', '135158.460000', '135158.920000', '135159.380000', '135159.840000', '135200.300000', '135200.760000', '135201.220000', '135201.680000', '135202.140000', '135202.600000', '135203.060000', '135203.520000', '135203.980000', '135204.440000', '135204.900000', '135205.360000', '135205.820000', '135206.280000', '135206.740000', '135207.200000', '135207.660000', '135208.120000', '135208.580000', '135209.040000', '135209.500000', '135209.960000', '135210.420000', '135210.880000', '135211.340000', '135211.800000', '135212.260000', '135212.720000', '135213.180000', '135213.640000', '135214.100000', '135214.560000', '135215.020000', '135215.480000', '135215.940000', '135216.400000', '135216.860000', '135217.320000', '135217.780000', '135218.240000', '135218.700000', '135219.160000', '135219.620000', '135220.080000', '135220.540000', '135221.000000', '135221.460000', '135221.920000', '135222.380000', '135222.840000', '135223.300000', '135223.760000', '135224.220000', '135224.680000', '135225.140000', '135225.600000', '135226.060000', '135226.520000', '135226.980000', '135227.440000', '135227.900000', '135228.360000', '135228.820000', '135229.280000', '135229.740000', '135230.200000', '135230.660000', '135231.120000', '135231.580000', '135232.040000', '135232.500000', '135232.960000', '135233.420000', '135233.880000', '135234.340000', '135234.800000', '135235.260000', '135235.720000', '135236.180000', '135236.640000', '135237.100000', '135237.560000', '135238.020000', '135238.480000', '135238.940000', '135239.400000', '135239.860000', '135240.320000', '135240.780000', '135241.240000', '135241.700000', '135242.160000', '135242.620000', '135243.080000', '135243.540000', '135244.000000', '135244.460000', '135244.920000', '135245.380000', '135245.840000', '135246.300000', '135246.760000', '135247.220000', '135247.680000', '135248.140000', '135248.600000', '135249.060000', '135249.520000', '135249.980000', '135250.440000', '135250.900000', '135251.360000', '135251.820000', '135252.280000', '135252.740000', '135253.200000', '135253.660000', '135254.120000', '135254.580000', '135255.040000', '135255.500000', '135255.960000', '135256.420000', '135256.880000', '135257.340000', '135257.800000', '135258.260000', '135258.720000', '135259.180000', '135259.640000', '135300.100000', '135300.560000', '135301.020000', '135301.480000', '135301.940000', '135302.400000', '135302.860000', '135303.320000', '135303.780000', '135304.240000', '135304.700000', '135305.160000', '135305.620000', '135306.080000', '135306.540000', '135307.000000', '135307.460000', '135307.920000', '135308.380000', '135308.840000', '135309.300000', '135309.760000', '135310.220000', '135310.680000', '135311.140000', '135311.600000', '135312.060000', '135312.520000', '135312.980000', '135313.440000', '135313.900000', '135314.360000', '135314.820000', '135315.280000', '135315.740000', '135316.200000', '135316.660000', '135317.120000', '135317.580000', '135318.040000', '135318.500000', '135318.960000', '135319.420000', '135319.880000', '135320.340000', '135320.800000', '135321.260000', '135321.720000', '135322.180000', '135322.640000', '135323.100000', '135323.560000', '135324.020000', '135324.480000', '135324.940000', '135325.400000', '135325.860000', '135326.320000', '135326.780000', '135327.240000', '135327.700000', '135328.160000', '135328.620000', '135329.080000', '135329.540000', '135330.000000', '135330.460000', '135330.920000', '135331.380000', '135331.840000', '135332.300000', '135332.760000', '135333.220000', '135333.680000', '135334.140000', '135334.600000', '135335.060000', '135335.520000', '135335.980000', '135336.440000', '135336.900000', '135337.360000', '135337.820000', '135338.280000', '135338.740000', '135339.200000', '135339.660000', '135340.120000', '135340.580000', '135341.040000', '135341.500000', '135341.960000', '135342.420000', '135342.880000', '135343.340000', '135343.800000', '135344.260000', '135344.720000', '135345.180000', '135345.640000', '135346.100000', '135346.560000', '135347.020000', '135347.480000', '135347.940000', '135348.400000', '135348.860000', '135349.320000', '135349.780000', '135350.240000', '135350.700000', '135351.160000', '135351.620000', '135352.080000', '135352.540000', '135353.000000', '135353.460000', '135353.920000', '135354.380000', '135354.840000', '135355.300000', '135355.760000', '135356.220000', '135356.680000', '135357.140000', '135357.600000', '135358.060000', '135358.520000', '135358.980000', '135359.440000', '135359.900000', '135400.360000', '135400.820000', '135401.280000', '135401.740000', '135402.200000', '135402.660000', '135403.120000', '135403.580000', '135404.040000', '135404.500000', '135404.960000', '135405.420000', '135405.880000', '135406.340000', '135406.800000', '135407.260000', '135407.720000', '135408.180000', '135408.640000', '135409.100000', '135409.560000', '135410.020000', '135410.480000', '135410.940000', '135411.400000', '135411.860000', '135412.320000', '135412.780000', '135413.240000', '135413.700000', '135414.160000', '135414.620000', '135415.080000', '135415.540000', '135416.000000', '135416.460000', '135416.920000', '135417.380000', '135417.840000', '135418.300000', '135418.760000', '135419.220000', '135419.680000', '135420.140000', '135420.600000', '135421.060000', '135421.520000', '135421.980000', '135422.440000', '135422.900000', '135423.360000', '135423.820000', '135424.280000', '135424.740000', '135425.200000', '135425.660000'], 'ContentTime': ['134812.193000', '134812.198000', '134812.201000', '134812.203000', '134812.206000', '134812.209000', '134812.211000', '134812.214000', '134812.217000', '134812.219000', '134812.223000', '134812.225000', '134812.228000', '134812.231000', '134812.233000', '134812.236000', '134812.239000', '134812.241000', '134812.244000', '134812.246000', '134812.249000', '134812.252000', '134812.254000', '134812.257000', '134812.264000', '134812.266000', '134812.269000', '134812.272000', '134812.274000', '134812.277000', '134812.280000', '134812.282000', '134812.285000', '134812.287000', '134812.290000', '134812.293000', '134812.295000', '134812.298000', '134812.300000', '134812.303000', '134812.306000', '134812.308000', '134812.311000', '134812.313000', '134812.316000', '134812.319000', '134812.321000', '134812.324000', '134812.326000', '134812.329000', '134812.331000', '134812.334000', '134812.337000', '134812.339000', '134812.342000', '134812.351000', '134812.354000', '134831.856000', '134831.859000', '134831.862000', '134831.865000', '134831.894000', '134831.897000', '134831.899000', '134831.902000', '134831.905000', '134831.907000', '134831.910000', '134831.912000', '134831.915000', '134831.917000', '134831.920000', '134831.923000', '134831.925000', '134831.928000', '134831.930000', '134831.933000', '134831.935000', '134831.938000', '134831.941000', '134831.943000', '134831.946000', '134831.948000', '134831.951000', '134831.953000', '134831.956000', '134831.958000', '134831.961000', '134831.964000', '134831.967000', '134831.969000', '134831.972000', '134831.975000', '134831.977000', '134831.980000', '134831.983000', '134831.985000', '134831.988000', '134831.990000', '134831.993000', '134851.856000', '134851.859000', '134851.862000', '134851.873000', '134851.876000', '134851.878000', '134851.881000', '134851.884000', '134851.886000', '134851.889000', '134851.891000', '134851.894000', '134851.937000', '134851.940000', '134851.942000', '134851.945000', '134851.947000', '134851.950000', '134851.953000', '134851.955000', '134851.958000', '134851.961000', '134851.963000', '134851.966000', '134851.968000', '134851.971000', '134851.974000', '134851.976000', '134851.979000', '134851.981000', '134851.984000', '134851.987000', '134851.989000', '134851.992000', '134851.995000', '134851.997000', '134852.001000', '134852.003000', '134852.006000', '134852.009000', '134852.011000', '134852.014000', '134852.016000', '134852.019000', '134911.857000', '134911.860000', '134911.863000', '134911.866000', '134911.868000', '134911.871000', '134911.873000', '134911.876000', '134911.879000', '134911.881000', '134911.884000', '134911.887000', '134911.889000', '134911.892000', '134911.895000', '134911.897000', '134911.900000', '134911.902000', '134911.905000', '134911.908000', '134911.910000', '134911.913000', '134911.915000', '134911.918000', '134911.920000', '134911.923000', '134911.926000', '134911.929000', '134911.931000', '134911.934000', '134911.936000', '134911.939000', '134911.942000', '134911.944000', '134911.947000', '134911.949000', '134911.952000', '134911.955000', '134911.957000', '134911.960000', '134911.962000', '134911.965000', '134911.968000', '134931.857000', '134931.860000', '134931.863000', '134931.866000', '134931.868000', '134931.871000', '134931.874000', '134931.876000', '134931.879000', '134931.881000', '134931.884000', '134931.887000', '134931.889000', '134931.892000', '134931.903000', '134931.905000', '134931.908000', '134931.911000', '134931.917000', '134931.921000', '134931.925000', '134931.928000', '134931.931000', '134931.935000', '134931.940000', '134931.943000', '134931.946000', '134931.951000', '134931.953000', '134931.956000', '134931.959000', '134931.962000', '134931.965000', '134931.968000', '134931.971000', '134931.973000', '134931.976000', '134931.979000', '134931.982000', '134931.986000', '134931.989000', '134931.993000', '134931.996000', '134932.000000', '134951.857000', '134951.860000', '134951.863000', '134951.865000', '134951.868000', '134951.871000', '134951.873000', '134951.876000', '134951.879000', '134951.882000', '134951.884000', '134951.887000', '134951.889000', '134951.892000', '134951.895000', '134951.897000', '134951.900000', '134951.903000', '134951.905000', '134951.918000', '134951.921000', '134951.923000', '134951.926000', '134951.928000', '134951.931000', '134951.934000', '134951.936000', '134951.939000', '134951.941000', '134951.944000', '134951.947000', '134951.949000', '134951.952000', '134951.955000', '134951.957000', '134951.960000', '134951.962000', '134951.968000', '134951.970000', '134951.973000', '134951.976000', '134951.978000', '134951.981000', '135011.857000', '135011.860000', '135011.863000', '135011.865000', '135011.868000', '135011.871000', '135011.873000', '135011.876000', '135011.879000', '135011.881000', '135011.884000', '135011.886000', '135011.889000', '135011.891000', '135011.894000', '135011.897000', '135011.899000', '135011.902000', '135011.905000', '135011.907000', '135011.910000', '135011.912000', '135011.915000', '135011.918000', '135011.920000', '135011.923000', '135011.926000', '135011.928000', '135011.931000', '135011.933000', '135011.936000', '135011.939000', '135011.941000', '135011.944000', '135011.946000', '135011.949000', '135011.952000', '135011.954000', '135011.957000', '135011.960000', '135011.962000', '135011.965000', '135011.967000', '135011.970000', '135031.857000', '135031.860000', '135031.863000', '135031.866000', '135031.868000', '135031.871000', '135031.873000', '135031.881000', '135031.884000', '135031.886000', '135031.889000', '135031.891000', '135031.894000', '135031.896000', '135031.899000', '135031.902000', '135031.904000', '135031.907000', '135031.910000', '135031.912000', '135031.915000', '135031.918000', '135031.920000', '135031.923000', '135031.935000', '135031.937000', '135031.940000', '135031.943000', '135031.945000', '135031.948000', '135031.950000', '135031.953000', '135031.956000', '135031.958000', '135031.961000', '135031.964000', '135031.966000', '135031.969000', '135031.971000', '135031.984000', '135031.987000', '135031.989000', '135031.992000', '135051.856000', '135051.859000', '135051.862000', '135051.864000', '135051.867000', '135051.870000', '135051.872000', '135051.875000', '135051.878000', '135051.880000', '135051.883000', '135051.885000', '135051.888000', '135051.891000', '135051.893000', '135051.896000', '135051.898000', '135051.901000', '135051.904000', '135051.906000', '135051.909000', '135051.912000', '135051.914000', '135051.917000', '135051.919000', '135051.922000', '135051.925000', '135051.927000', '135051.930000', '135051.932000', '135051.935000', '135051.938000', '135051.940000', '135051.943000', '135051.945000', '135051.948000', '135051.951000', '135051.953000', '135051.956000', '135051.959000', '135051.961000', '135051.964000', '135051.966000', '135051.969000', '135111.856000', '135111.859000', '135111.862000', '135111.865000', '135111.867000', '135111.870000', '135111.873000', '135111.875000', '135111.878000', '135111.880000', '135111.883000', '135111.886000', '135111.888000', '135111.891000', '135111.894000', '135111.896000', '135111.899000', '135111.902000', '135111.905000', '135111.907000', '135111.910000', '135111.913000', '135111.915000', '135111.918000', '135111.920000', '135111.923000', '135111.926000', '135111.928000', '135111.931000', '135111.934000', '135111.943000', '135111.945000', '135111.948000', '135111.950000', '135111.953000', '135111.956000', '135111.958000', '135111.961000', '135111.964000', '135111.966000', '135111.969000', '135111.972000', '135111.974000', '135131.857000', '135131.860000', '135131.863000', '135131.866000', '135131.869000', '135131.872000', '135131.874000', '135131.877000', '135131.880000', '135131.882000', '135131.885000', '135131.887000', '135131.890000', '135131.892000', '135131.895000', '135131.898000', '135131.900000', '135131.903000', '135131.905000', '135131.908000', '135131.911000', '135131.913000', '135131.916000', '135131.919000', '135131.921000', '135131.924000', '135131.926000', '135131.929000', '135131.931000', '135131.934000', '135131.937000', '135131.939000', '135131.942000', '135131.945000', '135131.947000', '135131.950000', '135131.952000', '135131.955000', '135131.958000', '135131.961000', '135131.963000', '135131.966000', '135131.968000', '135151.858000', '135151.861000', '135151.863000', '135151.866000', '135151.869000', '135151.871000', '135151.874000', '135151.876000', '135151.879000', '135151.882000', '135151.884000', '135151.887000', '135151.889000', '135151.892000', '135151.897000', '135151.900000', '135151.902000', '135151.905000', '135151.908000', '135151.911000', '135151.913000', '135151.916000', '135151.918000', '135151.921000', '135151.924000', '135151.926000', '135151.929000', '135151.932000', '135151.934000', '135151.937000', '135151.939000', '135151.942000', '135151.945000', '135151.960000', '135151.962000', '135151.965000', '135151.968000', '135151.970000', '135151.973000', '135151.975000', '135151.978000', '135151.981000', '135151.983000', '135151.986000', '135211.857000', '135211.860000', '135211.863000', '135211.866000', '135211.868000', '135211.871000', '135211.874000', '135211.876000', '135211.886000', '135211.888000', '135211.891000', '135211.894000', '135211.897000', '135211.899000', '135211.902000', '135211.905000', '135211.907000', '135211.910000', '135211.913000', '135211.915000', '135211.918000', '135211.920000', '135211.923000', '135211.926000', '135211.928000', '135211.931000', '135211.934000', '135211.936000', '135211.939000', '135211.941000', '135211.944000', '135211.947000', '135211.949000', '135211.952000', '135211.954000', '135211.957000', '135211.960000', '135211.962000', '135211.965000', '135211.967000', '135211.970000', '135211.973000', '135211.975000', '135211.978000', '135231.857000', '135231.860000', '135231.863000', '135231.866000', '135231.869000', '135231.871000', '135231.874000', '135231.876000', '135231.879000', '135231.882000', '135231.884000', '135231.887000', '135231.890000', '135231.892000', '135231.895000', '135231.897000', '135231.900000', '135231.903000', '135231.905000', '135231.908000', '135231.910000', '135231.913000', '135231.916000', '135231.918000', '135231.921000', '135231.923000', '135231.926000', '135231.929000', '135231.931000', '135231.934000', '135231.936000', '135231.939000', '135231.942000', '135231.944000', '135231.947000', '135231.949000', '135231.952000', '135231.955000', '135231.957000', '135231.960000', '135231.963000', '135231.965000', '135231.968000', '135251.857000', '135251.860000', '135251.863000', '135251.866000', '135251.868000', '135251.871000', '135251.873000', '135251.876000', '135251.879000', '135251.881000', '135251.884000', '135251.887000', '135251.889000', '135251.892000', '135251.894000', '135251.897000', '135251.900000', '135251.903000', '135251.906000', '135251.908000', '135251.911000', '135251.914000', '135251.916000', '135251.919000', '135251.922000', '135251.924000', '135251.927000', '135251.929000', '135251.932000', '135251.935000', '135251.937000', '135251.940000', '135251.943000', '135251.945000', '135251.948000', '135251.950000', '135251.953000', '135251.956000', '135251.959000', '135251.961000', '135251.964000', '135251.967000', '135251.969000', '135311.856000', '135311.859000', '135311.862000', '135311.864000', '135311.867000', '135311.870000', '135311.873000', '135311.875000', '135311.878000', '135311.881000', '135311.883000', '135311.886000', '135311.889000', '135311.891000', '135311.894000', '135311.896000', '135311.899000', '135311.902000', '135311.904000', '135311.907000', '135311.910000', '135311.912000', '135311.915000', '135311.917000', '135311.920000', '135311.923000', '135311.925000', '135311.928000', '135311.931000', '135311.933000', '135311.936000', '135311.938000', '135311.941000', '135311.944000', '135311.946000', '135311.949000', '135311.951000', '135311.954000', '135311.956000', '135311.959000', '135311.962000', '135311.964000', '135311.967000', '135311.970000', '135331.872000', '135331.874000', '135331.877000', '135331.880000', '135331.882000', '135331.885000', '135331.888000', '135331.890000', '135331.893000', '135331.895000', '135331.898000', '135331.901000', '135331.904000', '135331.908000', '135331.911000', '135331.913000', '135331.916000', '135331.919000', '135331.921000', '135331.924000', '135331.927000', '135331.929000', '135331.932000', '135331.934000', '135331.937000', '135331.940000', '135331.942000', '135331.945000', '135331.948000', '135331.950000', '135331.953000', '135331.955000', '135331.958000', '135331.961000', '135331.963000', '135331.966000', '135331.969000', '135331.971000', '135331.974000', '135331.976000', '135331.979000', '135331.982000', '135331.984000', '135351.857000', '135351.860000', '135351.863000', '135351.866000', '135351.868000', '135351.871000', '135351.873000', '135351.876000', '135351.879000', '135351.881000', '135351.884000', '135351.886000', '135351.889000', '135351.892000', '135351.894000', '135351.897000', '135351.900000', '135351.902000', '135351.905000', '135351.908000', '135351.910000', '135351.913000', '135351.915000', '135351.918000', '135351.921000', '135351.923000', '135351.926000', '135351.929000', '135351.931000', '135351.934000', '135351.937000', '135351.939000', '135351.942000', '135351.944000', '135351.947000', '135351.950000', '135351.952000', '135351.955000', '135351.957000', '135351.960000', '135351.963000', '135351.965000', '135351.968000', '135351.970000', '135411.857000', '135411.860000', '135411.863000', '135411.865000', '135411.868000', '135411.871000', '135411.873000', '135411.876000', '135411.878000', '135411.881000', '135411.884000', '135411.886000', '135411.889000', '135411.892000', '135411.894000', '135411.897000', '135411.899000', '135411.902000', '135411.905000', '135411.907000', '135411.910000', '135411.913000', '135411.915000', '135411.918000', '135411.920000', '135411.923000', '135411.926000', '135411.928000', '135411.931000', '135411.934000', '135411.936000', '135411.939000', '135411.943000', '135411.946000', '135411.948000', '135411.951000', '135411.953000', '135411.956000', '135411.959000', '135411.961000', '135411.964000', '135411.967000', '135411.969000', '135426.622000', '135426.625000', '135426.628000', '135426.631000', '135426.633000', '135426.636000', '135426.639000', '135426.642000', '135426.645000', '135426.647000', '135426.650000', '135426.653000', '135426.657000', '135426.659000', '135426.662000', '135426.665000', '135426.668000', '135426.670000', '135426.673000', '135426.676000', '135426.679000', '135426.682000', '135426.685000', '135426.688000', '135426.691000', '135426.695000', '135426.698000', '135426.701000', '135426.704000', '135426.707000', '135426.710000', '135426.713000', '135426.721000'], 'InstanceCreationTime': ['134812.193000', '134812.198000', '134812.201000', '134812.203000', '134812.206000', '134812.209000', '134812.211000', '134812.214000', '134812.217000', '134812.219000', '134812.223000', '134812.225000', '134812.228000', '134812.231000', '134812.233000', '134812.236000', '134812.239000', '134812.241000', '134812.244000', '134812.246000', '134812.249000', '134812.252000', '134812.254000', '134812.257000', '134812.264000', '134812.266000', '134812.269000', '134812.272000', '134812.274000', '134812.277000', '134812.280000', '134812.282000', '134812.285000', '134812.287000', '134812.290000', '134812.293000', '134812.295000', '134812.298000', '134812.300000', '134812.303000', '134812.306000', '134812.308000', '134812.311000', '134812.313000', '134812.316000', '134812.319000', '134812.321000', '134812.324000', '134812.326000', '134812.329000', '134812.331000', '134812.334000', '134812.337000', '134812.339000', '134812.342000', '134812.351000', '134812.354000', '134831.856000', '134831.859000', '134831.862000', '134831.865000', '134831.894000', '134831.897000', '134831.899000', '134831.902000', '134831.905000', '134831.907000', '134831.910000', '134831.912000', '134831.915000', '134831.917000', '134831.920000', '134831.923000', '134831.925000', '134831.928000', '134831.930000', '134831.933000', '134831.935000', '134831.938000', '134831.941000', '134831.943000', '134831.946000', '134831.948000', '134831.951000', '134831.953000', '134831.956000', '134831.958000', '134831.961000', '134831.964000', '134831.967000', '134831.969000', '134831.972000', '134831.975000', '134831.977000', '134831.980000', '134831.983000', '134831.985000', '134831.988000', '134831.990000', '134831.993000', '134851.856000', '134851.859000', '134851.862000', '134851.873000', '134851.876000', '134851.878000', '134851.881000', '134851.884000', '134851.886000', '134851.889000', '134851.891000', '134851.894000', '134851.937000', '134851.940000', '134851.942000', '134851.945000', '134851.947000', '134851.950000', '134851.953000', '134851.955000', '134851.958000', '134851.961000', '134851.963000', '134851.966000', '134851.968000', '134851.971000', '134851.974000', '134851.976000', '134851.979000', '134851.981000', '134851.984000', '134851.987000', '134851.989000', '134851.992000', '134851.995000', '134851.997000', '134852.001000', '134852.003000', '134852.006000', '134852.009000', '134852.011000', '134852.014000', '134852.016000', '134852.019000', '134911.857000', '134911.860000', '134911.863000', '134911.866000', '134911.868000', '134911.871000', '134911.873000', '134911.876000', '134911.879000', '134911.881000', '134911.884000', '134911.887000', '134911.889000', '134911.892000', '134911.895000', '134911.897000', '134911.900000', '134911.902000', '134911.905000', '134911.908000', '134911.910000', '134911.913000', '134911.915000', '134911.918000', '134911.920000', '134911.923000', '134911.926000', '134911.929000', '134911.931000', '134911.934000', '134911.936000', '134911.939000', '134911.942000', '134911.944000', '134911.947000', '134911.949000', '134911.952000', '134911.955000', '134911.957000', '134911.960000', '134911.962000', '134911.965000', '134911.968000', '134931.857000', '134931.860000', '134931.863000', '134931.866000', '134931.868000', '134931.871000', '134931.874000', '134931.876000', '134931.879000', '134931.881000', '134931.884000', '134931.887000', '134931.889000', '134931.892000', '134931.903000', '134931.905000', '134931.908000', '134931.911000', '134931.917000', '134931.921000', '134931.925000', '134931.928000', '134931.931000', '134931.935000', '134931.940000', '134931.943000', '134931.946000', '134931.951000', '134931.953000', '134931.956000', '134931.959000', '134931.962000', '134931.965000', '134931.968000', '134931.971000', '134931.973000', '134931.976000', '134931.979000', '134931.982000', '134931.986000', '134931.989000', '134931.993000', '134931.996000', '134932.000000', '134951.857000', '134951.860000', '134951.863000', '134951.865000', '134951.868000', '134951.871000', '134951.873000', '134951.876000', '134951.879000', '134951.882000', '134951.884000', '134951.887000', '134951.889000', '134951.892000', '134951.895000', '134951.897000', '134951.900000', '134951.903000', '134951.905000', '134951.918000', '134951.921000', '134951.923000', '134951.926000', '134951.928000', '134951.931000', '134951.934000', '134951.936000', '134951.939000', '134951.941000', '134951.944000', '134951.947000', '134951.949000', '134951.952000', '134951.955000', '134951.957000', '134951.960000', '134951.962000', '134951.968000', '134951.970000', '134951.973000', '134951.976000', '134951.978000', '134951.981000', '135011.857000', '135011.860000', '135011.863000', '135011.865000', '135011.868000', '135011.871000', '135011.873000', '135011.876000', '135011.879000', '135011.881000', '135011.884000', '135011.886000', '135011.889000', '135011.891000', '135011.894000', '135011.897000', '135011.899000', '135011.902000', '135011.905000', '135011.907000', '135011.910000', '135011.912000', '135011.915000', '135011.918000', '135011.920000', '135011.923000', '135011.926000', '135011.928000', '135011.931000', '135011.933000', '135011.936000', '135011.939000', '135011.941000', '135011.944000', '135011.946000', '135011.949000', '135011.952000', '135011.954000', '135011.957000', '135011.960000', '135011.962000', '135011.965000', '135011.967000', '135011.970000', '135031.857000', '135031.860000', '135031.863000', '135031.866000', '135031.868000', '135031.871000', '135031.873000', '135031.881000', '135031.884000', '135031.886000', '135031.889000', '135031.891000', '135031.894000', '135031.896000', '135031.899000', '135031.902000', '135031.904000', '135031.907000', '135031.910000', '135031.912000', '135031.915000', '135031.918000', '135031.920000', '135031.923000', '135031.935000', '135031.937000', '135031.940000', '135031.943000', '135031.945000', '135031.948000', '135031.950000', '135031.953000', '135031.956000', '135031.958000', '135031.961000', '135031.964000', '135031.966000', '135031.969000', '135031.971000', '135031.984000', '135031.987000', '135031.989000', '135031.992000', '135051.856000', '135051.859000', '135051.862000', '135051.864000', '135051.867000', '135051.870000', '135051.872000', '135051.875000', '135051.878000', '135051.880000', '135051.883000', '135051.885000', '135051.888000', '135051.891000', '135051.893000', '135051.896000', '135051.898000', '135051.901000', '135051.904000', '135051.906000', '135051.909000', '135051.912000', '135051.914000', '135051.917000', '135051.919000', '135051.922000', '135051.925000', '135051.927000', '135051.930000', '135051.932000', '135051.935000', '135051.938000', '135051.940000', '135051.943000', '135051.945000', '135051.948000', '135051.951000', '135051.953000', '135051.956000', '135051.959000', '135051.961000', '135051.964000', '135051.966000', '135051.969000', '135111.856000', '135111.859000', '135111.862000', '135111.865000', '135111.867000', '135111.870000', '135111.873000', '135111.875000', '135111.878000', '135111.880000', '135111.883000', '135111.886000', '135111.888000', '135111.891000', '135111.894000', '135111.896000', '135111.899000', '135111.902000', '135111.905000', '135111.907000', '135111.910000', '135111.913000', '135111.915000', '135111.918000', '135111.920000', '135111.923000', '135111.926000', '135111.928000', '135111.931000', '135111.934000', '135111.943000', '135111.945000', '135111.948000', '135111.950000', '135111.953000', '135111.956000', '135111.958000', '135111.961000', '135111.964000', '135111.966000', '135111.969000', '135111.972000', '135111.974000', '135131.857000', '135131.860000', '135131.863000', '135131.866000', '135131.869000', '135131.872000', '135131.874000', '135131.877000', '135131.880000', '135131.882000', '135131.885000', '135131.887000', '135131.890000', '135131.892000', '135131.895000', '135131.898000', '135131.900000', '135131.903000', '135131.905000', '135131.908000', '135131.911000', '135131.913000', '135131.916000', '135131.919000', '135131.921000', '135131.924000', '135131.926000', '135131.929000', '135131.931000', '135131.934000', '135131.937000', '135131.939000', '135131.942000', '135131.945000', '135131.947000', '135131.950000', '135131.952000', '135131.955000', '135131.958000', '135131.961000', '135131.963000', '135131.966000', '135131.968000', '135151.858000', '135151.861000', '135151.863000', '135151.866000', '135151.869000', '135151.871000', '135151.874000', '135151.876000', '135151.879000', '135151.882000', '135151.884000', '135151.887000', '135151.889000', '135151.892000', '135151.897000', '135151.900000', '135151.902000', '135151.905000', '135151.908000', '135151.911000', '135151.913000', '135151.916000', '135151.918000', '135151.921000', '135151.924000', '135151.926000', '135151.929000', '135151.932000', '135151.934000', '135151.937000', '135151.939000', '135151.942000', '135151.945000', '135151.960000', '135151.962000', '135151.965000', '135151.968000', '135151.970000', '135151.973000', '135151.975000', '135151.978000', '135151.981000', '135151.983000', '135151.986000', '135211.857000', '135211.860000', '135211.863000', '135211.866000', '135211.868000', '135211.871000', '135211.874000', '135211.876000', '135211.886000', '135211.888000', '135211.891000', '135211.894000', '135211.897000', '135211.899000', '135211.902000', '135211.905000', '135211.907000', '135211.910000', '135211.913000', '135211.915000', '135211.918000', '135211.920000', '135211.923000', '135211.926000', '135211.928000', '135211.931000', '135211.934000', '135211.936000', '135211.939000', '135211.941000', '135211.944000', '135211.947000', '135211.949000', '135211.952000', '135211.954000', '135211.957000', '135211.960000', '135211.962000', '135211.965000', '135211.967000', '135211.970000', '135211.973000', '135211.975000', '135211.978000', '135231.857000', '135231.860000', '135231.863000', '135231.866000', '135231.869000', '135231.871000', '135231.874000', '135231.876000', '135231.879000', '135231.882000', '135231.884000', '135231.887000', '135231.890000', '135231.892000', '135231.895000', '135231.897000', '135231.900000', '135231.903000', '135231.905000', '135231.908000', '135231.910000', '135231.913000', '135231.916000', '135231.918000', '135231.921000', '135231.923000', '135231.926000', '135231.929000', '135231.931000', '135231.934000', '135231.936000', '135231.939000', '135231.942000', '135231.944000', '135231.947000', '135231.949000', '135231.952000', '135231.955000', '135231.957000', '135231.960000', '135231.963000', '135231.965000', '135231.968000', '135251.857000', '135251.860000', '135251.863000', '135251.866000', '135251.868000', '135251.871000', '135251.873000', '135251.876000', '135251.879000', '135251.881000', '135251.884000', '135251.887000', '135251.889000', '135251.892000', '135251.894000', '135251.897000', '135251.900000', '135251.903000', '135251.906000', '135251.908000', '135251.911000', '135251.914000', '135251.916000', '135251.919000', '135251.922000', '135251.924000', '135251.927000', '135251.929000', '135251.932000', '135251.935000', '135251.937000', '135251.940000', '135251.943000', '135251.945000', '135251.948000', '135251.950000', '135251.953000', '135251.956000', '135251.959000', '135251.961000', '135251.964000', '135251.967000', '135251.969000', '135311.856000', '135311.859000', '135311.862000', '135311.864000', '135311.867000', '135311.870000', '135311.873000', '135311.875000', '135311.878000', '135311.881000', '135311.883000', '135311.886000', '135311.889000', '135311.891000', '135311.894000', '135311.896000', '135311.899000', '135311.902000', '135311.904000', '135311.907000', '135311.910000', '135311.912000', '135311.915000', '135311.917000', '135311.920000', '135311.923000', '135311.925000', '135311.928000', '135311.931000', '135311.933000', '135311.936000', '135311.938000', '135311.941000', '135311.944000', '135311.946000', '135311.949000', '135311.951000', '135311.954000', '135311.956000', '135311.959000', '135311.962000', '135311.964000', '135311.967000', '135311.970000', '135331.872000', '135331.874000', '135331.877000', '135331.880000', '135331.882000', '135331.885000', '135331.888000', '135331.890000', '135331.893000', '135331.895000', '135331.898000', '135331.901000', '135331.904000', '135331.908000', '135331.911000', '135331.913000', '135331.916000', '135331.919000', '135331.921000', '135331.924000', '135331.927000', '135331.929000', '135331.932000', '135331.934000', '135331.937000', '135331.940000', '135331.942000', '135331.945000', '135331.948000', '135331.950000', '135331.953000', '135331.955000', '135331.958000', '135331.961000', '135331.963000', '135331.966000', '135331.969000', '135331.971000', '135331.974000', '135331.976000', '135331.979000', '135331.982000', '135331.984000', '135351.857000', '135351.860000', '135351.863000', '135351.866000', '135351.868000', '135351.871000', '135351.873000', '135351.876000', '135351.879000', '135351.881000', '135351.884000', '135351.886000', '135351.889000', '135351.892000', '135351.894000', '135351.897000', '135351.900000', '135351.902000', '135351.905000', '135351.908000', '135351.910000', '135351.913000', '135351.915000', '135351.918000', '135351.921000', '135351.923000', '135351.926000', '135351.929000', '135351.931000', '135351.934000', '135351.937000', '135351.939000', '135351.942000', '135351.944000', '135351.947000', '135351.950000', '135351.952000', '135351.955000', '135351.957000', '135351.960000', '135351.963000', '135351.965000', '135351.968000', '135351.970000', '135411.857000', '135411.860000', '135411.863000', '135411.865000', '135411.868000', '135411.871000', '135411.873000', '135411.876000', '135411.878000', '135411.881000', '135411.884000', '135411.886000', '135411.889000', '135411.892000', '135411.894000', '135411.897000', '135411.899000', '135411.902000', '135411.905000', '135411.907000', '135411.910000', '135411.913000', '135411.915000', '135411.918000', '135411.920000', '135411.923000', '135411.926000', '135411.928000', '135411.931000', '135411.934000', '135411.936000', '135411.939000', '135411.943000', '135411.946000', '135411.948000', '135411.951000', '135411.953000', '135411.956000', '135411.959000', '135411.961000', '135411.964000', '135411.967000', '135411.969000', '135426.622000', '135426.625000', '135426.628000', '135426.631000', '135426.633000', '135426.636000', '135426.639000', '135426.642000', '135426.645000', '135426.647000', '135426.650000', '135426.653000', '135426.657000', '135426.659000', '135426.662000', '135426.665000', '135426.668000', '135426.670000', '135426.673000', '135426.676000', '135426.679000', '135426.682000', '135426.685000', '135426.688000', '135426.691000', '135426.695000', '135426.698000', '135426.701000', '135426.704000', '135426.707000', '135426.710000', '135426.713000', '135426.721000'], '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': [6791, 9761, 6820, 7958, 7661, 6481, 10553, 6600, 5749, 7101, 6398, 7452, 7507, 6579, 7041, 6602, 6176, 8049, 6399, 7369, 8609, 6606, 6513, 6921, 6540, 10803, 6932, 6122, 9753, 6587, 5839, 7852, 6484, 6118, 9213, 6575, 5918, 7093, 6686, 6372, 7720, 6290, 6073, 7127, 6479, 6008, 7215, 6494, 7376, 8263, 6351, 6487, 6922, 6451, 7269, 6741, 6289, 11120, 7568, 5818, 7477, 6599, 6796, 6910, 6245, 10118, 6320, 5876, 7149, 6636, 7297, 6589, 5761, 9561, 6366, 5958, 6674, 6430, 8170, 6651, 6345, 8435, 6482, 5925, 6616, 6659, 8475, 6494, 5784, 7181, 6516, 5832, 7762, 6458, 6302, 8025, 6859, 6169, 9240, 6587, 5858, 8910, 6650, 6939, 11089, 6820, 6056, 6898, 6198, 6705, 7214, 6207, 7936, 6755, 5914, 7711, 6679, 5892, 8639, 6566, 6863, 7984, 6138, 7679, 6729, 5983, 8729, 6640, 10827, 6864, 6133, 7915, 6554, 6455, 7028, 6202, 8499, 6601, 5856, 7265, 6343, 7098, 6603, 6123, 8339, 6375, 5891, 7082, 6081, 7910, 6664, 6220, 8586, 6176, 6817, 6646, 5852, 7808, 6468, 6183, 6936, 6285, 5764, 6825, 6790, 5858, 9382, 6468, 5918, 10420, 7097, 6033, 10091, 6278, 5914, 8245, 6266, 8628, 9228, 6203, 7294, 6438, 5940, 7559, 7407, 6087, 7583, 7349, 5743, 6947, 6599, 6117, 7676, 6366, 6684, 7830, 7990, 8461, 7784, 5978, 10271, 7898, 5834, 8615, 6853, 5985, 7711, 6929, 10079, 7011, 7495, 7649, 6914, 11003, 7143, 6173, 8647, 6992, 6313, 8285, 6981, 11131, 7214, 6086, 8107, 6904, 7559, 7563, 6968, 10320, 6980, 6010, 8150, 6990, 11000, 7467, 6527, 9268, 6810, 6157, 7650, 6959, 9340, 7465, 7365, 8645, 6806, 9162, 7084, 6561, 9630, 7192, 7320, 7056, 6817, 8889, 7259, 6958, 9378, 7189, 6160, 6948, 7056, 8614, 7046, 6840, 9272, 7247, 6685, 6906, 6321, 8964, 7155, 7616, 8607, 7112, 6859, 7074, 6520, 8575, 6969, 10934, 7357, 6608, 7712, 6762, 8191, 6779, 6404, 8466, 6898, 6027, 6819, 6672, 6931, 7093, 6268, 8487, 6917, 5916, 7437, 6645, 9545, 6796, 10346, 6930, 6366, 6985, 6859, 6102, 6871, 6087, 7316, 7493, 6595, 6107, 7675, 6436, 7435, 8291, 7383, 11309, 6965, 6393, 8904, 6389, 10698, 7393, 7234, 8694, 6524, 6364, 6815, 6370, 8465, 6596, 6456, 6956, 6486, 6939, 6949, 6917, 11535, 7982, 6738, 8412, 6657, 6354, 8500, 7179, 12256, 8570, 6785, 9633, 6568, 6540, 8050, 7017, 9899, 7955, 6611, 9512, 6634, 6867, 7562, 6142, 11112, 8312, 6593, 7405, 6486, 9346, 6549, 6809, 7206, 6675, 11168, 6382, 6593, 7243, 6447, 8267, 6497, 6829, 8301, 6520, 6449, 6509, 6733, 8090, 6460, 9287, 7625, 6620, 7963, 6198, 6997, 6738, 6673, 10480, 7069, 6475, 7006, 6607, 6846, 6966, 6859, 10602, 6625, 6573, 8302, 6919, 11619, 7396, 7338, 10392, 6591, 6347, 6683, 6678, 8745, 6638, 8312, 7546, 6539, 9229, 6629, 6708, 7698, 6455, 10965, 6574, 6423, 7907, 6330, 6531, 8019, 7070, 6579, 6673, 6336, 9342, 6643, 7726, 9380, 7225, 7689, 6556, 6652, 8054, 6512, 6667, 10393, 7064, 6661, 7701, 6535, 6775, 7205, 6757, 12281, 6965, 6664, 7848, 6466, 7565, 8340, 6959, 8820, 6486, 6392, 8540, 6715, 9307, 9100, 6608, 9674, 6487, 6263, 8792, 6651, 8677, 10594, 7493, 8116, 6712, 6393, 8365, 6467, 8054, 9709, 6634, 8357, 6642, 6435, 8150, 6566, 7829, 9185, 6578, 6342, 6799, 6283, 9810, 6660, 6528, 9754, 6549, 6458, 7238, 6449, 9493, 6724, 6610, 7107, 6511, 6652, 7417, 7086, 9563, 7655, 6407, 6422, 6593, 6866, 9038, 6834, 6656, 8977, 6648, 6171, 7129, 6583, 10876, 7757, 6803, 10643, 6582, 6458, 8169, 6547, 10199, 9628, 6914, 9861, 6723, 6698, 8397, 6542, 11290, 7980, 6490, 8924, 6351, 6787, 7328, 6042, 10971, 7332, 6561, 7448, 6311, 6655, 6723, 6539, 10063, 6900, 6886, 8028, 6312, 6243, 7483, 6621, 10342, 7822, 6604, 8229, 6483, 6492, 8696, 6852, 6842, 9389, 6360, 6423, 7370, 6390, 10625, 7586, 6703, 10861, 6639, 6658, 8209, 6353, 7236, 10121, 6723, 6442, 7220, 6481, 6903, 7679, 6730, 7159, 6766, 6450, 9449, 6685, 6816, 9650, 8070, 9443, 7603, 6730, 9269, 6541, 6816, 8992, 7681, 8574, 6678, 6512, 9194, 6705, 6781, 8067, 6710, 6578, 6998, 6392, 6745, 6864, 6472, 10170, 7268, 6823, 8193, 6338, 6491, 7002, 6561, 10890, 7007, 6735, 8146, 6354, 6343, 7797, 6547, 7919, 8210, 6507, 7409, 6798, 6484, 8624, 6815, 9889, 7324, 6813, 9097, 6428, 6772, 7664, 6978, 7602, 6735, 6467, 6447, 6778, 6785, 11527, 7993, 6799, 9661, 6572, 6652, 8457, 7156, 11882, 7768, 6267, 9033, 6587, 6834, 8344, 6783, 6713, 7954, 6279, 6208, 7564, 6642, 8386, 8881, 6810, 10788, 6629, 6493, 8368, 6293, 10473, 7785, 6906, 8022, 6499, 6524, 7362, 6018, 8554, 8262, 6345, 8925, 6747, 6144, 8771, 6697, 8938, 8886, 6545, 8588, 6459, 6397, 8122, 6544, 6947, 10097, 6415, 6538, 7744, 6371, 6750, 8961, 7286, 6432, 7189, 6396, 6263, 7396, 6498, 8657, 9175, 6537, 6660, 7258, 6164, 11307, 8516, 6688, 10238, 6822, 6209, 9315, 6552, 6154, 11403, 7177, 6384, 8511, 6760, 6191, 9143, 7067, 7339, 10319, 6539, 6425, 7954, 6445, 6710, 10958, 7367, 6305, 7834, 6490, 6491, 8783, 7329, 6573, 8655, 6506, 6553, 7744, 6364, 7846, 10927, 6577, 6329, 7281, 6594, 6591, 10210, 7693, 6122, 8087, 6645, 5980, 10347, 7216, 6166, 10821, 6787, 5993, 9393, 6843, 5985, 12781, 8988, 6275, 7314, 6708, 5901, 7530, 8872, 7117, 6287, 7966, 6564, 5919, 10053, 7694, 6819, 9937, 6798, 5948, 8432, 7048, 6362, 11811, 8297, 6155, 7660, 6829, 5858, 10136, 8070, 6439, 7650, 6739, 5943, 9271, 6633, 6039, 11004, 6694, 5904, 8719, 6546, 6690, 9960, 7342, 6414, 7153, 6258, 6734, 6978, 6215, 10797, 7697, 6148, 7844, 6680, 5895, 10194, 7528, 6436, 7318, 6696, 6060, 8976, 6831], 'WindowCenter': [3612.0, 3638.0, 3583.0, 3602.0, 3589.0, 3566.0, 3606.0, 3563.0, 3541.0, 3562.0, 3552.0, 3573.0, 3574.0, 3563.0, 3562.0, 3563.0, 3551.0, 3584.0, 3552.0, 3574.0, 3583.0, 3551.0, 3550.0, 3561.0, 3551.0, 3604.0, 3562.0, 3551.0, 3592.0, 3550.0, 3539.0, 3571.0, 3552.0, 3551.0, 3592.0, 3563.0, 3540.0, 3560.0, 3563.0, 3551.0, 3573.0, 3551.0, 3552.0, 3561.0, 3551.0, 3550.0, 3561.0, 3552.0, 3572.0, 3584.0, 3552.0, 3550.0, 3561.0, 3550.0, 3560.0, 3561.0, 3551.0, 3604.0, 3572.0, 3539.0, 3560.0, 3550.0, 3549.0, 3562.0, 3550.0, 3593.0, 3550.0, 3528.0, 3559.0, 3549.0, 3559.0, 3561.0, 3539.0, 3592.0, 3550.0, 3538.0, 3548.0, 3549.0, 3581.0, 3561.0, 3550.0, 3582.0, 3550.0, 3539.0, 3549.0, 3561.0, 3582.0, 3550.0, 3541.0, 3561.0, 3562.0, 3542.0, 3573.0, 3552.0, 3563.0, 3585.0, 3564.0, 3554.0, 3595.0, 3563.0, 3542.0, 3583.0, 3564.0, 3563.0, 3604.0, 3551.0, 3539.0, 3560.0, 3539.0, 3561.0, 3573.0, 3551.0, 3584.0, 3562.0, 3541.0, 3571.0, 3551.0, 3540.0, 3583.0, 3562.0, 3562.0, 3571.0, 3539.0, 3559.0, 3549.0, 3538.0, 3582.0, 3550.0, 3592.0, 3548.0, 3538.0, 3569.0, 3538.0, 3548.0, 3561.0, 3539.0, 3581.0, 3550.0, 3528.0, 3560.0, 3550.0, 3560.0, 3562.0, 3551.0, 3571.0, 3551.0, 3539.0, 3560.0, 3539.0, 3570.0, 3562.0, 3539.0, 3582.0, 3539.0, 3549.0, 3549.0, 3539.0, 3572.0, 3551.0, 3550.0, 3561.0, 3564.0, 3552.0, 3564.0, 3565.0, 3554.0, 3582.0, 3552.0, 3541.0, 3605.0, 3574.0, 3552.0, 3593.0, 3551.0, 3539.0, 3583.0, 3551.0, 3582.0, 3582.0, 3539.0, 3559.0, 3550.0, 3551.0, 3561.0, 3561.0, 3513.0, 3543.0, 3540.0, 3495.0, 3542.0, 3570.0, 3562.0, 3595.0, 3573.0, 3585.0, 3596.0, 3583.0, 3570.0, 3569.0, 3535.0, 3590.0, 3571.0, 3538.0, 3580.0, 3549.0, 3538.0, 3558.0, 3557.0, 3579.0, 3547.0, 3557.0, 3570.0, 3559.0, 3601.0, 3560.0, 3538.0, 3580.0, 3559.0, 3548.0, 3580.0, 3559.0, 3603.0, 3571.0, 3549.0, 3569.0, 3560.0, 3571.0, 3571.0, 3572.0, 3602.0, 3559.0, 3538.0, 3569.0, 3559.0, 3603.0, 3559.0, 3550.0, 3590.0, 3549.0, 3538.0, 3569.0, 3560.0, 3592.0, 3560.0, 3571.0, 3579.0, 3548.0, 3579.0, 3560.0, 3560.0, 3593.0, 3560.0, 3556.0, 3547.0, 3547.0, 3577.0, 3571.0, 3560.0, 3591.0, 3559.0, 3537.0, 3558.0, 3559.0, 3580.0, 3560.0, 3549.0, 3592.0, 3559.0, 3547.0, 3558.0, 3536.0, 3580.0, 3559.0, 3570.0, 3580.0, 3558.0, 3547.0, 3547.0, 3536.0, 3580.0, 3559.0, 3590.0, 3559.0, 3547.0, 3558.0, 3548.0, 3568.0, 3547.0, 3547.0, 3568.0, 3559.0, 3549.0, 3560.0, 3561.0, 3560.0, 3572.0, 3561.0, 3582.0, 3561.0, 3539.0, 3570.0, 3560.0, 3592.0, 3560.0, 3592.0, 3560.0, 3549.0, 3561.0, 3561.0, 3551.0, 3560.0, 3551.0, 3572.0, 3571.0, 3562.0, 3550.0, 3571.0, 3550.0, 3571.0, 3582.0, 3571.0, 3603.0, 3560.0, 3548.0, 3579.0, 3537.0, 3590.0, 3558.0, 3559.0, 3569.0, 3536.0, 3535.0, 3547.0, 3548.0, 3581.0, 3549.0, 3550.0, 3560.0, 3549.0, 3561.0, 3560.0, 3560.0, 3615.0, 3584.0, 3561.0, 3583.0, 3562.0, 3551.0, 3583.0, 3562.0, 3603.0, 3582.0, 3549.0, 3580.0, 3550.0, 3548.0, 3572.0, 3560.0, 3591.0, 3569.0, 3548.0, 3579.0, 3549.0, 3547.0, 3560.0, 3538.0, 3590.0, 3570.0, 3546.0, 3546.0, 3536.0, 3566.0, 3536.0, 3546.0, 3558.0, 3547.0, 3589.0, 3537.0, 3547.0, 3556.0, 3549.0, 3569.0, 3548.0, 3548.0, 3570.0, 3548.0, 3549.0, 3549.0, 3549.0, 3570.0, 3551.0, 3581.0, 3571.0, 3548.0, 3569.0, 3538.0, 3558.0, 3549.0, 3549.0, 3602.0, 3560.0, 3549.0, 3560.0, 3549.0, 3560.0, 3561.0, 3561.0, 3603.0, 3551.0, 3550.0, 3570.0, 3561.0, 3602.0, 3560.0, 3559.0, 3591.0, 3548.0, 3536.0, 3547.0, 3547.0, 3580.0, 3548.0, 3569.0, 3558.0, 3537.0, 3578.0, 3548.0, 3548.0, 3569.0, 3549.0, 3590.0, 3547.0, 3537.0, 3568.0, 3549.0, 3550.0, 3569.0, 3560.0, 3549.0, 3548.0, 3548.0, 3579.0, 3549.0, 3570.0, 3592.0, 3559.0, 3558.0, 3537.0, 3548.0, 3569.0, 3549.0, 3560.0, 3591.0, 3561.0, 3560.0, 3570.0, 3549.0, 3549.0, 3560.0, 3560.0, 3615.0, 3560.0, 3548.0, 3569.0, 3550.0, 3571.0, 3581.0, 3560.0, 3580.0, 3537.0, 3537.0, 3569.0, 3549.0, 3580.0, 3581.0, 3549.0, 3580.0, 3537.0, 3536.0, 3568.0, 3550.0, 3569.0, 3590.0, 3558.0, 3558.0, 3547.0, 3535.0, 3568.0, 3549.0, 3568.0, 3579.0, 3548.0, 3566.0, 3547.0, 3535.0, 3558.0, 3548.0, 3557.0, 3579.0, 3547.0, 3537.0, 3547.0, 3536.0, 3590.0, 3548.0, 3537.0, 3579.0, 3549.0, 3537.0, 3559.0, 3548.0, 3589.0, 3550.0, 3548.0, 3558.0, 3549.0, 3562.0, 3573.0, 3548.0, 3591.0, 3572.0, 3550.0, 3549.0, 3549.0, 3560.0, 3593.0, 3561.0, 3549.0, 3581.0, 3549.0, 3538.0, 3560.0, 3561.0, 3603.0, 3572.0, 3561.0, 3592.0, 3549.0, 3548.0, 3569.0, 3549.0, 3591.0, 3591.0, 3560.0, 3590.0, 3548.0, 3547.0, 3569.0, 3549.0, 3590.0, 3569.0, 3536.0, 3567.0, 3537.0, 3547.0, 3559.0, 3537.0, 3589.0, 3547.0, 3535.0, 3558.0, 3549.0, 3546.0, 3549.0, 3549.0, 3590.0, 3560.0, 3559.0, 3569.0, 3549.0, 3549.0, 3560.0, 3549.0, 3590.0, 3571.0, 3549.0, 3570.0, 3549.0, 3548.0, 3581.0, 3550.0, 3549.0, 3581.0, 3549.0, 3548.0, 3559.0, 3550.0, 3602.0, 3570.0, 3550.0, 3590.0, 3549.0, 3548.0, 3580.0, 3550.0, 3559.0, 3591.0, 3549.0, 3548.0, 3558.0, 3549.0, 3561.0, 3571.0, 3549.0, 3560.0, 3549.0, 3551.0, 3580.0, 3549.0, 3550.0, 3592.0, 3570.0, 3580.0, 3558.0, 3548.0, 3578.0, 3537.0, 3548.0, 3580.0, 3560.0, 3568.0, 3547.0, 3537.0, 3580.0, 3560.0, 3549.0, 3568.0, 3548.0, 3548.0, 3546.0, 3537.0, 3546.0, 3547.0, 3548.0, 3590.0, 3559.0, 3548.0, 3568.0, 3537.0, 3536.0, 3547.0, 3549.0, 3590.0, 3559.0, 3548.0, 3569.0, 3549.0, 3549.0, 3571.0, 3550.0, 3571.0, 3581.0, 3549.0, 3559.0, 3549.0, 3549.0, 3582.0, 3549.0, 3591.0, 3560.0, 3549.0, 3580.0, 3550.0, 3562.0, 3572.0, 3562.0, 3570.0, 3548.0, 3548.0, 3548.0, 3548.0, 3560.0, 3602.0, 3572.0, 3549.0, 3580.0, 3549.0, 3548.0, 3570.0, 3559.0, 3602.0, 3558.0, 3537.0, 3568.0, 3547.0, 3548.0, 3569.0, 3548.0, 3548.0, 3570.0, 3549.0, 3538.0, 3570.0, 3561.0, 3582.0, 3582.0, 3562.0, 3602.0, 3550.0, 3549.0, 3570.0, 3549.0, 3591.0, 3559.0, 3548.0, 3557.0, 3537.0, 3537.0, 3558.0, 3538.0, 3580.0, 3570.0, 3549.0, 3579.0, 3548.0, 3537.0, 3569.0, 3549.0, 3580.0, 3579.0, 3537.0, 3568.0, 3537.0, 3548.0, 3583.0, 3550.0, 3559.0, 3591.0, 3549.0, 3548.0, 3558.0, 3549.0, 3549.0, 3581.0, 3572.0, 3550.0, 3559.0, 3549.0, 3548.0, 3560.0, 3550.0, 3581.0, 3581.0, 3548.0, 3548.0, 3559.0, 3539.0, 3590.0, 3570.0, 3549.0, 3579.0, 3548.0, 3537.0, 3579.0, 3549.0, 3538.0, 3602.0, 3560.0, 3549.0, 3580.0, 3549.0, 3539.0, 3592.0, 3560.0, 3560.0, 3590.0, 3549.0, 3538.0, 3569.0, 3549.0, 3548.0, 3591.0, 3560.0, 3537.0, 3558.0, 3549.0, 3549.0, 3580.0, 3559.0, 3549.0, 3569.0, 3548.0, 3538.0, 3558.0, 3549.0, 3569.0, 3603.0, 3549.0, 3548.0, 3558.0, 3549.0, 3560.0, 3591.0, 3570.0, 3539.0, 3570.0, 3549.0, 3539.0, 3592.0, 3560.0, 3539.0, 3591.0, 3548.0, 3538.0, 3579.0, 3549.0, 3538.0, 3612.0, 3582.0, 3549.0, 3558.0, 3548.0, 3539.0, 3571.0, 3581.0, 3561.0, 3549.0, 3570.0, 3549.0, 3539.0, 3593.0, 3571.0, 3550.0, 3591.0, 3548.0, 3538.0, 3569.0, 3560.0, 3538.0, 3602.0, 3569.0, 3537.0, 3557.0, 3547.0, 3538.0, 3590.0, 3570.0, 3549.0, 3558.0, 3548.0, 3537.0, 3580.0, 3549.0, 3538.0, 3591.0, 3548.0, 3527.0, 3569.0, 3549.0, 3548.0, 3590.0, 3560.0, 3537.0, 3547.0, 3537.0, 3547.0, 3559.0, 3537.0, 3589.0, 3559.0, 3537.0, 3557.0, 3548.0, 3539.0, 3591.0, 3570.0, 3549.0, 3559.0, 3549.0, 3551.0, 3595.0, 3562.0], 'WindowWidth': [8200.0, 8220.0, 8137.0, 8157.0, 8134.0, 8099.0, 8149.0, 8088.0, 8057.0, 8084.0, 8073.0, 8101.0, 8104.0, 8088.0, 8085.0, 8085.0, 8068.0, 8117.0, 8073.0, 8101.0, 8113.0, 8067.0, 8064.0, 8079.0, 8067.0, 8143.0, 8082.0, 8069.0, 8123.0, 8065.0, 8049.0, 8092.0, 8071.0, 8069.0, 8124.0, 8086.0, 8051.0, 8078.0, 8086.0, 8069.0, 8100.0, 8069.0, 8071.0, 8080.0, 8069.0, 8066.0, 8080.0, 8072.0, 8098.0, 8116.0, 8070.0, 8066.0, 8079.0, 8065.0, 8077.0, 8082.0, 8068.0, 8142.0, 8097.0, 8049.0, 8077.0, 8065.0, 8064.0, 8084.0, 8064.0, 8126.0, 8065.0, 8031.0, 8074.0, 8062.0, 8073.0, 8082.0, 8051.0, 8123.0, 8064.0, 8046.0, 8060.0, 8062.0, 8107.0, 8083.0, 8064.0, 8111.0, 8064.0, 8048.0, 8061.0, 8083.0, 8112.0, 8067.0, 8055.0, 8081.0, 8086.0, 8057.0, 8099.0, 8071.0, 8086.0, 8118.0, 8091.0, 8077.0, 8133.0, 8085.0, 8057.0, 8112.0, 8090.0, 8086.0, 8141.0, 8067.0, 8048.0, 8075.0, 8050.0, 8081.0, 8101.0, 8069.0, 8116.0, 8082.0, 8054.0, 8093.0, 8066.0, 8053.0, 8113.0, 8083.0, 8084.0, 8092.0, 8049.0, 8074.0, 8060.0, 8045.0, 8108.0, 8063.0, 8120.0, 8059.0, 8044.0, 8086.0, 8045.0, 8059.0, 8080.0, 8049.0, 8107.0, 8062.0, 8033.0, 8076.0, 8065.0, 8076.0, 8083.0, 8068.0, 8094.0, 8069.0, 8049.0, 8076.0, 8050.0, 8089.0, 8085.0, 8051.0, 8110.0, 8050.0, 8060.0, 8061.0, 8050.0, 8099.0, 8069.0, 8066.0, 8083.0, 8094.0, 8075.0, 8092.0, 8093.0, 8079.0, 8110.0, 8071.0, 8056.0, 8145.0, 8102.0, 8072.0, 8126.0, 8065.0, 8047.0, 8111.0, 8066.0, 8107.0, 8109.0, 8047.0, 8073.0, 8065.0, 8068.0, 8078.0, 8077.0, 7997.0, 8037.0, 8032.0, 7963.0, 8040.0, 8097.0, 8091.0, 8137.0, 8106.0, 8127.0, 8139.0, 8113.0, 8089.0, 8087.0, 8038.0, 8117.0, 8094.0, 8045.0, 8101.0, 8061.0, 8044.0, 8070.0, 8069.0, 8099.0, 8056.0, 8069.0, 8091.0, 8073.0, 8133.0, 8076.0, 8047.0, 8105.0, 8076.0, 8060.0, 8107.0, 8076.0, 8142.0, 8094.0, 8063.0, 8088.0, 8078.0, 8096.0, 8094.0, 8096.0, 8136.0, 8075.0, 8046.0, 8089.0, 8074.0, 8139.0, 8078.0, 8066.0, 8119.0, 8062.0, 8046.0, 8088.0, 8077.0, 8123.0, 8078.0, 8093.0, 8101.0, 8058.0, 8099.0, 8081.0, 8083.0, 8126.0, 8078.0, 8067.0, 8054.0, 8055.0, 8096.0, 8096.0, 8079.0, 8121.0, 8076.0, 8044.0, 8073.0, 8074.0, 8103.0, 8080.0, 8061.0, 8122.0, 8075.0, 8057.0, 8070.0, 8041.0, 8104.0, 8076.0, 8089.0, 8103.0, 8073.0, 8055.0, 8057.0, 8041.0, 8104.0, 8076.0, 8117.0, 8074.0, 8056.0, 8072.0, 8060.0, 8085.0, 8057.0, 8057.0, 8087.0, 8076.0, 8064.0, 8078.0, 8082.0, 8081.0, 8099.0, 8082.0, 8111.0, 8082.0, 8050.0, 8092.0, 8077.0, 8122.0, 8081.0, 8124.0, 8079.0, 8063.0, 8082.0, 8081.0, 8072.0, 8080.0, 8070.0, 8099.0, 8095.0, 8085.0, 8065.0, 8093.0, 8066.0, 8094.0, 8110.0, 8094.0, 8140.0, 8076.0, 8059.0, 8100.0, 8043.0, 8117.0, 8072.0, 8077.0, 8085.0, 8040.0, 8038.0, 8054.0, 8060.0, 8107.0, 8062.0, 8067.0, 8077.0, 8063.0, 8083.0, 8079.0, 8077.0, 8157.0, 8114.0, 8081.0, 8111.0, 8082.0, 8067.0, 8111.0, 8085.0, 8137.0, 8110.0, 8061.0, 8104.0, 8063.0, 8058.0, 8095.0, 8078.0, 8119.0, 8086.0, 8057.0, 8098.0, 8059.0, 8056.0, 8075.0, 8045.0, 8116.0, 8088.0, 8053.0, 8050.0, 8038.0, 8077.0, 8038.0, 8051.0, 8069.0, 8054.0, 8113.0, 8042.0, 8053.0, 8065.0, 8062.0, 8087.0, 8059.0, 8057.0, 8089.0, 8059.0, 8061.0, 8060.0, 8061.0, 8092.0, 8069.0, 8105.0, 8093.0, 8058.0, 8086.0, 8045.0, 8071.0, 8062.0, 8061.0, 8136.0, 8077.0, 8060.0, 8075.0, 8062.0, 8077.0, 8081.0, 8081.0, 8138.0, 8066.0, 8063.0, 8090.0, 8079.0, 8136.0, 8077.0, 8072.0, 8118.0, 8056.0, 8040.0, 8054.0, 8055.0, 8102.0, 8060.0, 8087.0, 8071.0, 8042.0, 8097.0, 8057.0, 8057.0, 8088.0, 8062.0, 8115.0, 8056.0, 8041.0, 8084.0, 8062.0, 8065.0, 8090.0, 8080.0, 8062.0, 8059.0, 8060.0, 8100.0, 8060.0, 8091.0, 8123.0, 8075.0, 8070.0, 8042.0, 8058.0, 8088.0, 8062.0, 8077.0, 8119.0, 8083.0, 8077.0, 8090.0, 8063.0, 8061.0, 8079.0, 8077.0, 8158.0, 8078.0, 8059.0, 8087.0, 8065.0, 8096.0, 8106.0, 8079.0, 8102.0, 8044.0, 8043.0, 8085.0, 8062.0, 8103.0, 8105.0, 8060.0, 8100.0, 8041.0, 8040.0, 8084.0, 8064.0, 8087.0, 8117.0, 8071.0, 8068.0, 8054.0, 8037.0, 8083.0, 8061.0, 8085.0, 8100.0, 8057.0, 8078.0, 8053.0, 8037.0, 8069.0, 8059.0, 8069.0, 8100.0, 8055.0, 8041.0, 8053.0, 8040.0, 8115.0, 8060.0, 8043.0, 8101.0, 8060.0, 8042.0, 8072.0, 8060.0, 8114.0, 8064.0, 8058.0, 8071.0, 8061.0, 8087.0, 8101.0, 8058.0, 8120.0, 8098.0, 8066.0, 8062.0, 8061.0, 8078.0, 8127.0, 8080.0, 8061.0, 8105.0, 8062.0, 8047.0, 8077.0, 8081.0, 8139.0, 8096.0, 8081.0, 8121.0, 8063.0, 8059.0, 8087.0, 8063.0, 8118.0, 8120.0, 8076.0, 8115.0, 8057.0, 8055.0, 8087.0, 8061.0, 8115.0, 8087.0, 8039.0, 8081.0, 8042.0, 8052.0, 8072.0, 8042.0, 8112.0, 8054.0, 8036.0, 8069.0, 8060.0, 8053.0, 8062.0, 8065.0, 8117.0, 8079.0, 8075.0, 8087.0, 8064.0, 8063.0, 8077.0, 8063.0, 8117.0, 8092.0, 8062.0, 8089.0, 8061.0, 8060.0, 8108.0, 8064.0, 8064.0, 8107.0, 8062.0, 8060.0, 8074.0, 8066.0, 8137.0, 8090.0, 8066.0, 8116.0, 8060.0, 8057.0, 8104.0, 8066.0, 8075.0, 8119.0, 8061.0, 8058.0, 8071.0, 8060.0, 8080.0, 8092.0, 8063.0, 8078.0, 8062.0, 8066.0, 8102.0, 8062.0, 8063.0, 8123.0, 8091.0, 8103.0, 8071.0, 8057.0, 8097.0, 8042.0, 8059.0, 8101.0, 8076.0, 8084.0, 8053.0, 8042.0, 8103.0, 8079.0, 8062.0, 8084.0, 8057.0, 8056.0, 8052.0, 8040.0, 8052.0, 8054.0, 8060.0, 8115.0, 8075.0, 8057.0, 8083.0, 8041.0, 8037.0, 8056.0, 8063.0, 8115.0, 8075.0, 8058.0, 8085.0, 8060.0, 8061.0, 8095.0, 8066.0, 8093.0, 8106.0, 8062.0, 8073.0, 8060.0, 8062.0, 8109.0, 8063.0, 8119.0, 8076.0, 8061.0, 8102.0, 8063.0, 8086.0, 8098.0, 8084.0, 8091.0, 8058.0, 8059.0, 8058.0, 8060.0, 8078.0, 8135.0, 8096.0, 8062.0, 8103.0, 8061.0, 8059.0, 8091.0, 8073.0, 8134.0, 8071.0, 8040.0, 8082.0, 8056.0, 8058.0, 8088.0, 8059.0, 8058.0, 8088.0, 8062.0, 8048.0, 8090.0, 8081.0, 8109.0, 8108.0, 8083.0, 8134.0, 8063.0, 8060.0, 8088.0, 8060.0, 8119.0, 8073.0, 8057.0, 8067.0, 8041.0, 8040.0, 8069.0, 8048.0, 8102.0, 8088.0, 8061.0, 8100.0, 8058.0, 8042.0, 8085.0, 8062.0, 8101.0, 8100.0, 8041.0, 8083.0, 8041.0, 8058.0, 8113.0, 8066.0, 8075.0, 8120.0, 8060.0, 8059.0, 8071.0, 8060.0, 8062.0, 8104.0, 8097.0, 8066.0, 8074.0, 8062.0, 8059.0, 8079.0, 8065.0, 8106.0, 8107.0, 8059.0, 8059.0, 8072.0, 8047.0, 8117.0, 8089.0, 8060.0, 8098.0, 8056.0, 8042.0, 8098.0, 8061.0, 8046.0, 8134.0, 8078.0, 8062.0, 8104.0, 8063.0, 8047.0, 8122.0, 8078.0, 8077.0, 8117.0, 8060.0, 8045.0, 8086.0, 8062.0, 8058.0, 8118.0, 8076.0, 8043.0, 8071.0, 8060.0, 8062.0, 8104.0, 8074.0, 8061.0, 8087.0, 8058.0, 8043.0, 8071.0, 8060.0, 8087.0, 8138.0, 8059.0, 8057.0, 8069.0, 8062.0, 8079.0, 8119.0, 8090.0, 8048.0, 8090.0, 8060.0, 8048.0, 8122.0, 8077.0, 8048.0, 8119.0, 8058.0, 8045.0, 8098.0, 8061.0, 8045.0, 8150.0, 8109.0, 8060.0, 8070.0, 8057.0, 8048.0, 8094.0, 8105.0, 8082.0, 8062.0, 8090.0, 8062.0, 8049.0, 8124.0, 8093.0, 8064.0, 8117.0, 8057.0, 8043.0, 8084.0, 8075.0, 8044.0, 8133.0, 8085.0, 8041.0, 8068.0, 8053.0, 8047.0, 8115.0, 8089.0, 8061.0, 8070.0, 8055.0, 8043.0, 8104.0, 8060.0, 8044.0, 8118.0, 8057.0, 8029.0, 8085.0, 8061.0, 8059.0, 8115.0, 8075.0, 8041.0, 8054.0, 8042.0, 8055.0, 8073.0, 8042.0, 8114.0, 8073.0, 8042.0, 8068.0, 8056.0, 8050.0, 8117.0, 8089.0, 8062.0, 8072.0, 8061.0, 8067.0, 8132.0, 8083.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.01018246828143022</td></tr>
<tr><td colspan=3>aqi</td><td>0.04133355940023068</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.01305597312933</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2390326322979204</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1264797401385673</td></tr>
<tr><td colspan=3>efc</td><td>0.4385</td></tr>
<tr><td colspan=3>fber</td><td>7271.3081</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13997944850865432</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>125</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.41753171856978</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4487188622941605</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3044123996039816</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6872331177495514</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3545110695289493</td></tr>
<tr><td colspan=3>gcor</td><td>0.00364107</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016409261152148247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028275448828935623</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.982443318105801</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>23.4313</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.8548</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.0976</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312676.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>597.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.6256</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4147</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>422.7646</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2886.6238</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63868.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>764.3489</td></tr>
<tr><td colspan=3>tsnr</td><td>31.55000660091173</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>