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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-04/func/sub-0084_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>26b41197027ddf7a8a9b196b4cfc760e</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>14:01:24.915000</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.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100429</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</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>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>31e00034-e748-457c-815f-814caf2abe0f||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.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['140124.915000', '140125.375000', '140125.835000', '140126.295000', '140126.755000', '140127.215000', '140127.675000', '140128.135000', '140128.595000', '140129.055000', '140129.515000', '140129.975000', '140130.435000', '140130.895000', '140131.355000', '140131.815000', '140132.275000', '140132.735000', '140133.195000', '140133.655000', '140134.115000', '140134.575000', '140135.035000', '140135.495000', '140135.955000', '140136.415000', '140136.875000', '140137.335000', '140137.795000', '140138.255000', '140138.715000', '140139.175000', '140139.635000', '140140.095000', '140140.555000', '140141.015000', '140141.475000', '140141.935000', '140142.395000', '140142.855000', '140143.315000', '140143.775000', '140144.235000', '140144.695000', '140145.155000', '140145.615000', '140146.075000', '140146.535000', '140146.995000', '140147.455000', '140147.915000', '140148.375000', '140148.835000', '140149.295000', '140149.755000', '140150.215000', '140150.675000', '140151.135000', '140151.595000', '140152.055000', '140152.515000', '140152.975000', '140153.435000', '140153.895000', '140154.355000', '140154.815000', '140155.275000', '140155.735000', '140156.195000', '140156.655000', '140157.115000', '140157.575000', '140158.035000', '140158.495000', '140158.955000', '140159.415000', '140159.875000', '140200.335000', '140200.795000', '140201.255000', '140201.715000', '140202.175000', '140202.635000', '140203.095000', '140203.555000', '140204.015000', '140204.475000', '140204.935000', '140205.395000', '140205.855000', '140206.315000', '140206.775000', '140207.235000', '140207.695000', '140208.155000', '140208.615000', '140209.075000', '140209.535000', '140209.995000', '140210.455000', '140210.915000', '140211.375000', '140211.835000', '140212.295000', '140212.755000', '140213.215000', '140213.675000', '140214.135000', '140214.595000', '140215.055000', '140215.515000', '140215.975000', '140216.435000', '140216.895000', '140217.355000', '140217.815000', '140218.275000', '140218.735000', '140219.195000', '140219.655000', '140220.115000', '140220.575000', '140221.035000', '140221.495000', '140221.955000', '140222.415000', '140222.875000', '140223.335000', '140223.795000', '140224.255000', '140224.715000', '140225.175000', '140225.635000', '140226.095000', '140226.555000', '140227.015000', '140227.475000', '140227.935000', '140228.395000', '140228.855000', '140229.315000', '140229.775000', '140230.235000', '140230.695000', '140231.155000', '140231.615000', '140232.075000', '140232.535000', '140232.995000', '140233.455000', '140233.915000', '140234.375000', '140234.835000', '140235.295000', '140235.755000', '140236.215000', '140236.675000', '140237.135000', '140237.595000', '140238.055000', '140238.515000', '140238.975000', '140239.435000', '140239.895000', '140240.355000', '140240.815000', '140241.275000', '140241.735000', '140242.195000', '140242.655000', '140243.115000', '140243.575000', '140244.035000', '140244.495000', '140244.955000', '140245.415000', '140245.875000', '140246.335000', '140246.795000', '140247.255000', '140247.715000', '140248.175000', '140248.635000', '140249.095000', '140249.555000', '140250.015000', '140250.475000', '140250.935000', '140251.395000', '140251.855000', '140252.315000', '140252.775000', '140253.235000', '140253.695000', '140254.155000', '140254.615000', '140255.075000', '140255.535000', '140255.995000', '140256.455000', '140256.915000', '140257.375000', '140257.835000', '140258.295000', '140258.755000', '140259.215000', '140259.675000', '140300.135000', '140300.595000', '140301.055000', '140301.515000', '140301.975000', '140302.435000', '140302.895000', '140303.355000', '140303.815000', '140304.275000', '140304.735000', '140305.195000', '140305.655000', '140306.115000', '140306.575000', '140307.035000', '140307.495000', '140307.955000', '140308.415000', '140308.875000', '140309.335000', '140309.795000', '140310.255000', '140310.715000', '140311.175000', '140311.635000', '140312.095000', '140312.555000', '140313.015000', '140313.475000', '140313.935000', '140314.395000', '140314.855000', '140315.315000', '140315.775000', '140316.235000', '140316.695000', '140317.155000', '140317.615000', '140318.075000', '140318.535000', '140318.995000', '140319.455000', '140319.915000', '140320.375000', '140320.835000', '140321.295000', '140321.755000', '140322.215000', '140322.675000', '140323.135000', '140323.595000', '140324.055000', '140324.515000', '140324.975000', '140325.435000', '140325.895000', '140326.355000', '140326.815000', '140327.275000', '140327.735000', '140328.195000', '140328.655000', '140329.115000', '140329.575000', '140330.035000', '140330.495000', '140330.955000', '140331.415000', '140331.875000', '140332.335000', '140332.795000', '140333.255000', '140333.715000', '140334.175000', '140334.635000', '140335.095000', '140335.555000', '140336.015000', '140336.475000', '140336.935000', '140337.395000', '140337.855000', '140338.315000', '140338.775000', '140339.235000', '140339.695000', '140340.155000', '140340.615000', '140341.075000', '140341.535000', '140341.995000', '140342.455000', '140342.915000', '140343.375000', '140343.835000', '140344.295000', '140344.755000', '140345.215000', '140345.675000', '140346.135000', '140346.595000', '140347.055000', '140347.515000', '140347.975000', '140348.435000', '140348.895000', '140349.355000', '140349.815000', '140350.275000', '140350.735000', '140351.195000', '140351.655000', '140352.115000', '140352.575000', '140353.035000', '140353.495000', '140353.955000', '140354.415000', '140354.875000', '140355.335000', '140355.795000', '140356.255000', '140356.715000', '140357.175000', '140357.635000', '140358.095000', '140358.555000', '140359.015000', '140359.475000', '140359.935000', '140400.395000', '140400.855000', '140401.315000', '140401.775000', '140402.235000', '140402.695000', '140403.155000', '140403.615000', '140404.075000', '140404.535000', '140404.995000', '140405.455000', '140405.915000', '140406.375000', '140406.835000', '140407.295000', '140407.755000', '140408.215000', '140408.675000', '140409.135000', '140409.595000', '140410.055000', '140410.515000', '140410.975000', '140411.435000', '140411.895000', '140412.355000', '140412.815000', '140413.275000', '140413.735000', '140414.195000', '140414.655000', '140415.115000', '140415.575000', '140416.035000', '140416.495000', '140416.955000', '140417.415000', '140417.875000', '140418.335000', '140418.795000', '140419.255000', '140419.715000', '140420.175000', '140420.635000', '140421.095000', '140421.555000', '140422.015000', '140422.475000', '140422.935000', '140423.395000', '140423.855000', '140424.315000', '140424.775000', '140425.235000', '140425.695000', '140426.155000', '140426.615000', '140427.075000', '140427.535000', '140427.995000', '140428.455000', '140428.915000', '140429.375000', '140429.835000', '140430.295000', '140430.755000', '140431.215000', '140431.675000', '140432.135000', '140432.595000', '140433.055000', '140433.515000', '140433.975000', '140434.435000', '140434.895000', '140435.355000', '140435.815000', '140436.275000', '140436.735000', '140437.195000', '140437.655000', '140438.115000', '140438.575000', '140439.035000', '140439.495000', '140439.955000', '140440.415000', '140440.875000', '140441.335000', '140441.795000', '140442.255000', '140442.715000', '140443.175000', '140443.635000', '140444.095000', '140444.555000', '140445.015000', '140445.475000', '140445.935000', '140446.395000', '140446.855000', '140447.315000', '140447.775000', '140448.235000', '140448.695000', '140449.155000', '140449.615000', '140450.075000', '140450.535000', '140450.995000', '140451.455000', '140451.915000', '140452.375000', '140452.835000', '140453.295000', '140453.755000', '140454.215000', '140454.675000', '140455.135000', '140455.595000', '140456.055000', '140456.515000', '140456.975000', '140457.435000', '140457.895000', '140458.355000', '140458.815000', '140459.275000', '140459.735000', '140500.195000', '140500.655000', '140501.115000', '140501.575000', '140502.035000', '140502.495000', '140502.955000', '140503.415000', '140503.875000', '140504.335000', '140504.795000', '140505.255000', '140505.715000', '140506.175000', '140506.635000', '140507.095000', '140507.555000', '140508.015000', '140508.475000', '140508.935000', '140509.395000', '140509.855000', '140510.315000', '140510.775000', '140511.235000', '140511.695000', '140512.155000', '140512.615000', '140513.075000', '140513.535000', '140513.995000', '140514.455000', '140514.915000', '140515.375000', '140515.835000', '140516.295000', '140516.755000', '140517.215000', '140517.675000', '140518.135000', '140518.595000', '140519.055000', '140519.515000', '140519.975000', '140520.435000', '140520.895000', '140521.355000', '140521.815000', '140522.275000', '140522.735000', '140523.195000', '140523.655000', '140524.115000', '140524.575000', '140525.035000', '140525.495000', '140525.955000', '140526.415000', '140526.875000', '140527.335000', '140527.795000', '140528.255000', '140528.715000', '140529.175000', '140529.635000', '140530.095000', '140530.555000', '140531.015000', '140531.475000', '140531.935000', '140532.395000', '140532.855000', '140533.315000', '140533.775000', '140534.235000', '140534.695000', '140535.155000', '140535.615000', '140536.075000', '140536.535000', '140536.995000', '140537.455000', '140537.915000', '140538.375000', '140538.835000', '140539.295000', '140539.755000', '140540.215000', '140540.675000', '140541.135000', '140541.595000', '140542.055000', '140542.515000', '140542.975000', '140543.435000', '140543.895000', '140544.355000', '140544.815000', '140545.275000', '140545.735000', '140546.195000', '140546.655000', '140547.115000', '140547.575000', '140548.035000', '140548.495000', '140548.955000', '140549.415000', '140549.875000', '140550.335000', '140550.795000', '140551.255000', '140551.715000', '140552.175000', '140552.635000', '140553.095000', '140553.555000', '140554.015000', '140554.475000', '140554.935000', '140555.395000', '140555.855000', '140556.315000', '140556.775000', '140557.235000', '140557.695000', '140558.155000', '140558.615000', '140559.075000', '140559.535000', '140559.995000', '140600.455000', '140600.915000', '140601.375000', '140601.835000', '140602.295000', '140602.755000', '140603.215000', '140603.675000', '140604.135000', '140604.595000', '140605.055000', '140605.515000', '140605.975000', '140606.435000', '140606.895000', '140607.355000', '140607.815000', '140608.275000', '140608.735000', '140609.195000', '140609.655000', '140610.115000', '140610.575000', '140611.035000', '140611.495000', '140611.955000', '140612.415000', '140612.875000', '140613.335000', '140613.795000', '140614.255000', '140614.715000', '140615.175000', '140615.635000', '140616.095000', '140616.555000', '140617.015000', '140617.475000', '140617.935000', '140618.395000', '140618.855000', '140619.315000', '140619.775000', '140620.235000', '140620.695000', '140621.155000', '140621.615000', '140622.075000', '140622.535000', '140622.995000', '140623.455000', '140623.915000', '140624.375000', '140624.835000', '140625.295000', '140625.755000', '140626.215000', '140626.675000', '140627.135000', '140627.595000', '140628.055000', '140628.515000', '140628.975000', '140629.435000', '140629.895000', '140630.355000', '140630.815000', '140631.275000', '140631.735000', '140632.195000', '140632.655000', '140633.115000', '140633.575000', '140634.035000', '140634.495000', '140634.955000', '140635.415000', '140635.875000', '140636.335000', '140636.795000', '140637.255000', '140637.715000', '140638.175000', '140638.635000', '140639.095000', '140639.555000', '140640.015000', '140640.475000', '140640.935000', '140641.395000', '140641.855000', '140642.315000', '140642.775000', '140643.235000', '140643.695000', '140644.155000', '140644.615000', '140645.075000', '140645.535000', '140645.995000', '140646.455000', '140646.915000', '140647.375000', '140647.835000', '140648.295000', '140648.755000', '140649.215000', '140649.675000', '140650.135000', '140650.595000', '140651.055000', '140651.515000', '140651.975000', '140652.435000', '140652.895000', '140653.355000', '140653.815000', '140654.275000', '140654.735000', '140655.195000', '140655.655000', '140656.115000', '140656.575000', '140657.035000', '140657.495000', '140657.955000', '140658.415000', '140658.875000', '140659.335000', '140659.795000', '140700.255000', '140700.715000', '140701.175000', '140701.635000', '140702.095000', '140702.555000', '140703.015000', '140703.475000', '140703.935000', '140704.395000', '140704.855000', '140705.315000', '140705.775000', '140706.235000', '140706.695000', '140707.155000', '140707.615000', '140708.075000', '140708.535000', '140708.995000', '140709.455000', '140709.915000', '140710.375000', '140710.835000', '140711.295000', '140711.755000', '140712.215000', '140712.675000', '140713.135000', '140713.595000', '140714.055000', '140714.515000', '140714.975000', '140715.435000', '140715.895000', '140716.355000', '140716.815000', '140717.275000', '140717.735000', '140718.195000', '140718.655000', '140719.115000', '140719.575000', '140720.035000', '140720.495000', '140720.955000', '140721.415000', '140721.875000', '140722.335000', '140722.795000', '140723.255000', '140723.715000', '140724.175000', '140724.635000', '140725.095000', '140725.555000', '140726.015000', '140726.475000', '140726.935000', '140727.395000', '140727.855000', '140728.315000', '140728.775000', '140729.235000', '140729.695000', '140730.155000', '140730.615000', '140731.075000', '140731.535000', '140731.995000', '140732.455000', '140732.915000', '140733.375000', '140733.835000', '140734.295000', '140734.755000', '140735.215000', '140735.675000', '140736.135000', '140736.595000', '140737.055000', '140737.515000', '140737.975000', '140738.435000', '140738.895000', '140739.355000', '140739.815000', '140740.275000', '140740.735000', '140741.195000', '140741.655000', '140742.115000', '140742.575000', '140743.035000', '140743.495000', '140743.955000', '140744.415000', '140744.875000', '140745.335000', '140745.795000', '140746.255000', '140746.715000', '140747.175000', '140747.635000', '140748.095000', '140748.555000', '140749.015000', '140749.475000', '140749.935000', '140750.395000', '140750.855000', '140751.315000', '140751.775000', '140752.235000', '140752.695000', '140753.155000', '140753.615000', '140754.075000', '140754.535000', '140754.995000', '140755.455000', '140755.915000', '140756.375000', '140756.835000', '140757.295000', '140757.755000', '140758.215000', '140758.675000', '140759.135000', '140759.595000', '140800.055000', '140800.515000', '140800.975000', '140801.435000', '140801.895000', '140802.355000', '140802.815000', '140803.275000', '140803.735000', '140804.195000', '140804.655000', '140805.115000', '140805.575000'], 'ContentTime': ['140144.775000', '140144.778000', '140144.781000', '140144.783000', '140144.786000', '140144.789000', '140144.791000', '140144.794000', '140144.796000', '140144.799000', '140144.802000', '140144.804000', '140144.807000', '140144.809000', '140144.812000', '140144.822000', '140144.824000', '140144.827000', '140144.830000', '140144.832000', '140144.835000', '140144.837000', '140144.840000', '140144.842000', '140144.845000', '140144.847000', '140144.850000', '140144.853000', '140144.855000', '140144.858000', '140144.860000', '140144.863000', '140144.865000', '140144.868000', '140144.870000', '140144.873000', '140144.876000', '140144.878000', '140144.881000', '140144.883000', '140204.742000', '140204.745000', '140204.748000', '140204.751000', '140204.754000', '140204.758000', '140204.760000', '140204.763000', '140204.765000', '140204.768000', '140204.771000', '140204.773000', '140204.776000', '140204.778000', '140204.781000', '140204.784000', '140204.786000', '140204.789000', '140204.791000', '140204.794000', '140204.797000', '140204.799000', '140204.802000', '140204.805000', '140204.808000', '140204.810000', '140204.813000', '140204.815000', '140204.818000', '140204.821000', '140204.823000', '140204.826000', '140204.828000', '140204.831000', '140204.833000', '140204.836000', '140204.838000', '140204.841000', '140204.844000', '140204.846000', '140204.849000', '140204.851000', '140204.854000', '140204.862000', '140224.743000', '140224.745000', '140224.748000', '140224.751000', '140224.753000', '140224.756000', '140224.758000', '140224.761000', '140224.763000', '140224.766000', '140224.768000', '140224.771000', '140224.773000', '140224.776000', '140224.779000', '140224.781000', '140224.784000', '140224.786000', '140224.789000', '140224.791000', '140224.794000', '140224.797000', '140224.799000', '140224.824000', '140224.827000', '140224.829000', '140224.832000', '140224.834000', '140224.857000', '140224.860000', '140224.863000', '140224.872000', '140224.874000', '140224.877000', '140224.879000', '140224.882000', '140224.885000', '140224.887000', '140224.890000', '140224.892000', '140224.895000', '140224.897000', '140224.900000', '140244.742000', '140244.746000', '140244.749000', '140244.751000', '140244.754000', '140244.756000', '140244.759000', '140244.762000', '140244.764000', '140244.767000', '140244.769000', '140244.772000', '140244.775000', '140244.777000', '140244.780000', '140244.783000', '140244.785000', '140244.792000', '140244.795000', '140244.798000', '140244.818000', '140244.821000', '140244.823000', '140244.826000', '140244.828000', '140244.831000', '140244.833000', '140244.836000', '140244.839000', '140244.841000', '140244.844000', '140244.846000', '140244.849000', '140244.851000', '140244.854000', '140244.857000', '140244.859000', '140244.862000', '140244.864000', '140244.867000', '140244.870000', '140244.872000', '140244.875000', '140304.743000', '140304.746000', '140304.749000', '140304.751000', '140304.754000', '140304.757000', '140304.759000', '140304.762000', '140304.764000', '140304.767000', '140304.770000', '140304.772000', '140304.775000', '140304.777000', '140304.780000', '140304.783000', '140304.785000', '140304.788000', '140304.790000', '140304.793000', '140304.795000', '140304.798000', '140304.801000', '140304.803000', '140304.806000', '140304.808000', '140304.811000', '140304.814000', '140304.816000', '140304.819000', '140304.821000', '140304.824000', '140304.826000', '140304.829000', '140304.832000', '140304.834000', '140304.837000', '140304.839000', '140304.842000', '140304.844000', '140304.847000', '140304.850000', '140304.852000', '140304.855000', '140324.744000', '140324.746000', '140324.749000', '140324.752000', '140324.755000', '140324.758000', '140324.761000', '140324.763000', '140324.766000', '140324.769000', '140324.771000', '140324.774000', '140324.777000', '140324.779000', '140324.782000', '140324.784000', '140324.787000', '140324.790000', '140324.793000', '140324.796000', '140324.798000', '140324.852000', '140324.855000', '140324.857000', '140324.860000', '140324.862000', '140324.865000', '140324.868000', '140324.870000', '140324.873000', '140324.875000', '140324.878000', '140324.880000', '140324.883000', '140324.886000', '140324.888000', '140324.891000', '140324.893000', '140324.896000', '140324.899000', '140324.901000', '140324.904000', '140324.906000', '140344.742000', '140344.745000', '140344.748000', '140344.751000', '140344.753000', '140344.756000', '140344.758000', '140344.761000', '140344.764000', '140344.766000', '140344.769000', '140344.771000', '140344.774000', '140344.777000', '140344.779000', '140344.782000', '140344.784000', '140344.787000', '140344.790000', '140344.792000', '140344.795000', '140344.797000', '140344.820000', '140344.823000', '140344.825000', '140344.828000', '140344.831000', '140344.833000', '140344.836000', '140344.838000', '140344.841000', '140344.843000', '140344.846000', '140344.849000', '140344.851000', '140344.854000', '140344.856000', '140344.859000', '140344.861000', '140344.864000', '140344.867000', '140344.869000', '140344.872000', '140344.874000', '140404.742000', '140404.745000', '140404.748000', '140404.751000', '140404.754000', '140404.757000', '140404.768000', '140404.771000', '140404.774000', '140404.776000', '140404.779000', '140404.781000', '140404.784000', '140404.787000', '140404.789000', '140404.792000', '140404.795000', '140404.797000', '140404.833000', '140404.835000', '140404.838000', '140404.841000', '140404.843000', '140404.846000', '140404.855000', '140404.858000', '140404.860000', '140404.863000', '140404.865000', '140404.868000', '140404.871000', '140404.873000', '140404.876000', '140404.878000', '140404.881000', '140404.883000', '140404.886000', '140404.888000', '140404.891000', '140404.894000', '140404.896000', '140404.899000', '140404.902000', '140424.743000', '140424.746000', '140424.748000', '140424.751000', '140424.753000', '140424.756000', '140424.758000', '140424.761000', '140424.764000', '140424.766000', '140424.769000', '140424.771000', '140424.774000', '140424.777000', '140424.779000', '140424.782000', '140424.784000', '140424.787000', '140424.790000', '140424.792000', '140424.795000', '140424.797000', '140424.800000', '140424.803000', '140424.805000', '140424.808000', '140424.811000', '140424.813000', '140424.816000', '140424.818000', '140424.821000', '140424.823000', '140424.826000', '140424.828000', '140424.831000', '140424.834000', '140424.836000', '140424.839000', '140424.841000', '140424.844000', '140424.847000', '140424.849000', '140424.852000', '140424.854000', '140444.743000', '140444.745000', '140444.748000', '140444.751000', '140444.753000', '140444.756000', '140444.758000', '140444.761000', '140444.764000', '140444.766000', '140444.769000', '140444.772000', '140444.774000', '140444.777000', '140444.780000', '140444.782000', '140444.785000', '140444.788000', '140444.790000', '140444.793000', '140444.796000', '140444.798000', '140444.843000', '140444.846000', '140444.849000', '140444.851000', '140444.854000', '140444.856000', '140444.859000', '140444.862000', '140444.864000', '140444.867000', '140444.869000', '140444.872000', '140444.874000', '140444.877000', '140444.880000', '140444.883000', '140444.885000', '140444.888000', '140444.890000', '140444.893000', '140444.896000', '140504.743000', '140504.745000', '140504.748000', '140504.751000', '140504.753000', '140504.756000', '140504.758000', '140504.761000', '140504.764000', '140504.766000', '140504.769000', '140504.771000', '140504.774000', '140504.776000', '140504.779000', '140504.782000', '140504.784000', '140504.787000', '140504.790000', '140504.792000', '140504.795000', '140504.797000', '140504.838000', '140504.840000', '140504.843000', '140504.845000', '140504.848000', '140504.850000', '140504.853000', '140504.856000', '140504.858000', '140504.861000', '140504.863000', '140504.866000', '140504.868000', '140504.871000', '140504.874000', '140504.876000', '140504.879000', '140504.882000', '140504.884000', '140504.887000', '140504.889000', '140504.892000', '140524.744000', '140524.747000', '140524.749000', '140524.752000', '140524.754000', '140524.757000', '140524.760000', '140524.762000', '140524.765000', '140524.767000', '140524.770000', '140524.773000', '140524.776000', '140524.779000', '140524.782000', '140524.785000', '140524.787000', '140524.790000', '140524.793000', '140524.795000', '140524.798000', '140524.843000', '140524.846000', '140524.849000', '140524.851000', '140524.854000', '140524.856000', '140524.859000', '140524.861000', '140524.864000', '140524.867000', '140524.869000', '140524.872000', '140524.874000', '140524.877000', '140524.880000', '140524.882000', '140524.885000', '140524.887000', '140524.890000', '140524.893000', '140524.895000', '140524.898000', '140544.743000', '140544.746000', '140544.749000', '140544.752000', '140544.754000', '140544.757000', '140544.773000', '140544.775000', '140544.778000', '140544.781000', '140544.783000', '140544.786000', '140544.788000', '140544.791000', '140544.794000', '140544.796000', '140544.799000', '140544.852000', '140544.855000', '140544.857000', '140544.860000', '140544.863000', '140544.865000', '140544.868000', '140544.870000', '140544.873000', '140544.875000', '140544.878000', '140544.881000', '140544.883000', '140544.886000', '140544.888000', '140544.891000', '140544.893000', '140544.896000', '140544.899000', '140544.901000', '140544.904000', '140544.906000', '140544.909000', '140544.912000', '140544.914000', '140544.917000', '140544.919000', '140604.742000', '140604.745000', '140604.748000', '140604.750000', '140604.753000', '140604.756000', '140604.758000', '140604.761000', '140604.763000', '140604.766000', '140604.769000', '140604.771000', '140604.774000', '140604.776000', '140604.779000', '140604.781000', '140604.784000', '140604.787000', '140604.789000', '140604.792000', '140604.794000', '140604.797000', '140604.800000', '140604.854000', '140604.857000', '140604.859000', '140604.862000', '140604.864000', '140604.868000', '140604.871000', '140604.874000', '140604.876000', '140604.879000', '140604.881000', '140604.884000', '140604.887000', '140604.889000', '140604.892000', '140604.894000', '140604.897000', '140604.900000', '140604.902000', '140604.905000', '140624.743000', '140624.745000', '140624.748000', '140624.751000', '140624.753000', '140624.756000', '140624.758000', '140624.761000', '140624.764000', '140624.766000', '140624.769000', '140624.771000', '140624.774000', '140624.777000', '140624.779000', '140624.782000', '140624.784000', '140624.787000', '140624.790000', '140624.792000', '140624.795000', '140624.797000', '140624.838000', '140624.840000', '140624.843000', '140624.845000', '140624.848000', '140624.851000', '140624.853000', '140624.856000', '140624.858000', '140624.861000', '140624.864000', '140624.866000', '140624.869000', '140624.871000', '140624.874000', '140624.877000', '140624.879000', '140624.882000', '140624.885000', '140624.887000', '140624.890000', '140624.892000', '140644.742000', '140644.745000', '140644.748000', '140644.751000', '140644.753000', '140644.756000', '140644.759000', '140644.761000', '140644.764000', '140644.766000', '140644.769000', '140644.772000', '140644.774000', '140644.777000', '140644.779000', '140644.782000', '140644.784000', '140644.787000', '140644.790000', '140644.792000', '140644.795000', '140644.798000', '140644.800000', '140644.839000', '140644.842000', '140644.844000', '140644.847000', '140644.850000', '140644.852000', '140644.855000', '140644.857000', '140644.860000', '140644.863000', '140644.865000', '140644.868000', '140644.871000', '140644.879000', '140644.882000', '140644.884000', '140644.887000', '140644.889000', '140644.892000', '140644.895000', '140704.743000', '140704.746000', '140704.748000', '140704.751000', '140704.754000', '140704.756000', '140704.759000', '140704.761000', '140704.764000', '140704.767000', '140704.769000', '140704.772000', '140704.774000', '140704.777000', '140704.780000', '140704.782000', '140704.785000', '140704.787000', '140704.790000', '140704.793000', '140704.795000', '140704.798000', '140704.832000', '140704.836000', '140704.849000', '140704.852000', '140704.854000', '140704.857000', '140704.860000', '140704.862000', '140704.865000', '140704.906000', '140704.909000', '140704.911000', '140704.914000', '140704.917000', '140704.919000', '140704.922000', '140704.924000', '140704.927000', '140704.929000', '140704.932000', '140704.935000', '140704.937000', '140724.743000', '140724.746000', '140724.748000', '140724.751000', '140724.754000', '140724.756000', '140724.759000', '140724.761000', '140724.764000', '140724.766000', '140724.769000', '140724.772000', '140724.774000', '140724.777000', '140724.779000', '140724.782000', '140724.785000', '140724.787000', '140724.790000', '140724.792000', '140724.795000', '140724.798000', '140724.800000', '140724.803000', '140724.806000', '140724.808000', '140724.811000', '140724.813000', '140724.816000', '140724.818000', '140724.821000', '140724.824000', '140724.826000', '140724.829000', '140724.831000', '140724.834000', '140724.837000', '140724.839000', '140724.842000', '140724.844000', '140724.847000', '140724.850000', '140724.852000', '140744.743000', '140744.746000', '140744.749000', '140744.752000', '140744.754000', '140744.757000', '140744.759000', '140744.762000', '140744.765000', '140744.767000', '140744.770000', '140744.773000', '140744.775000', '140744.778000', '140744.780000', '140744.783000', '140744.786000', '140744.788000', '140744.791000', '140744.793000', '140744.796000', '140744.799000', '140744.871000', '140744.873000', '140744.876000', '140744.879000', '140744.881000', '140744.884000', '140744.886000', '140744.889000', '140744.892000', '140744.894000', '140744.897000', '140744.899000', '140744.902000', '140744.905000', '140744.907000', '140744.910000', '140744.912000', '140744.915000', '140744.918000', '140744.920000', '140744.923000', '140744.925000', '140804.743000', '140804.746000', '140804.749000', '140804.752000', '140804.754000', '140804.757000', '140804.759000', '140804.762000', '140804.765000', '140804.767000', '140804.770000', '140804.772000', '140804.775000', '140804.777000', '140804.780000', '140804.783000', '140804.785000', '140804.788000', '140804.791000', '140804.793000', '140804.796000', '140804.799000', '140804.801000', '140804.804000', '140804.806000', '140804.809000', '140804.812000', '140804.814000', '140804.817000', '140804.820000', '140804.822000', '140804.825000', '140804.827000', '140804.830000', '140804.833000', '140804.835000', '140804.838000', '140804.840000', '140804.843000', '140804.845000', '140804.848000', '140804.851000', '140804.853000', '140807.187000', '140807.190000', '140807.193000', '140807.195000', '140807.198000', '140807.201000'], 'InstanceCreationTime': ['140144.775000', '140144.778000', '140144.781000', '140144.783000', '140144.786000', '140144.789000', '140144.791000', '140144.794000', '140144.796000', '140144.799000', '140144.802000', '140144.804000', '140144.807000', '140144.809000', '140144.812000', '140144.822000', '140144.824000', '140144.827000', '140144.830000', '140144.832000', '140144.835000', '140144.837000', '140144.840000', '140144.842000', '140144.845000', '140144.847000', '140144.850000', '140144.853000', '140144.855000', '140144.858000', '140144.860000', '140144.863000', '140144.865000', '140144.868000', '140144.870000', '140144.873000', '140144.876000', '140144.878000', '140144.881000', '140144.883000', '140204.742000', '140204.745000', '140204.748000', '140204.751000', '140204.754000', '140204.758000', '140204.760000', '140204.763000', '140204.765000', '140204.768000', '140204.771000', '140204.773000', '140204.776000', '140204.778000', '140204.781000', '140204.784000', '140204.786000', '140204.789000', '140204.791000', '140204.794000', '140204.797000', '140204.799000', '140204.802000', '140204.805000', '140204.808000', '140204.810000', '140204.813000', '140204.815000', '140204.818000', '140204.821000', '140204.823000', '140204.826000', '140204.828000', '140204.831000', '140204.833000', '140204.836000', '140204.838000', '140204.841000', '140204.844000', '140204.846000', '140204.849000', '140204.851000', '140204.854000', '140204.862000', '140224.743000', '140224.745000', '140224.748000', '140224.751000', '140224.753000', '140224.756000', '140224.758000', '140224.761000', '140224.763000', '140224.766000', '140224.768000', '140224.771000', '140224.773000', '140224.776000', '140224.779000', '140224.781000', '140224.784000', '140224.786000', '140224.789000', '140224.791000', '140224.794000', '140224.797000', '140224.799000', '140224.824000', '140224.827000', '140224.829000', '140224.832000', '140224.834000', '140224.857000', '140224.860000', '140224.863000', '140224.872000', '140224.874000', '140224.877000', '140224.879000', '140224.882000', '140224.885000', '140224.887000', '140224.890000', '140224.892000', '140224.895000', '140224.897000', '140224.900000', '140244.742000', '140244.746000', '140244.749000', '140244.751000', '140244.754000', '140244.756000', '140244.759000', '140244.762000', '140244.764000', '140244.767000', '140244.769000', '140244.772000', '140244.775000', '140244.777000', '140244.780000', '140244.783000', '140244.785000', '140244.792000', '140244.795000', '140244.798000', '140244.818000', '140244.821000', '140244.823000', '140244.826000', '140244.828000', '140244.831000', '140244.833000', '140244.836000', '140244.839000', '140244.841000', '140244.844000', '140244.846000', '140244.849000', '140244.851000', '140244.854000', '140244.857000', '140244.859000', '140244.862000', '140244.864000', '140244.867000', '140244.870000', '140244.872000', '140244.875000', '140304.743000', '140304.746000', '140304.749000', '140304.751000', '140304.754000', '140304.757000', '140304.759000', '140304.762000', '140304.764000', '140304.767000', '140304.770000', '140304.772000', '140304.775000', '140304.777000', '140304.780000', '140304.783000', '140304.785000', '140304.788000', '140304.790000', '140304.793000', '140304.795000', '140304.798000', '140304.801000', '140304.803000', '140304.806000', '140304.808000', '140304.811000', '140304.814000', '140304.816000', '140304.819000', '140304.821000', '140304.824000', '140304.826000', '140304.829000', '140304.832000', '140304.834000', '140304.837000', '140304.839000', '140304.842000', '140304.844000', '140304.847000', '140304.850000', '140304.852000', '140304.855000', '140324.744000', '140324.746000', '140324.749000', '140324.752000', '140324.755000', '140324.758000', '140324.761000', '140324.763000', '140324.766000', '140324.769000', '140324.771000', '140324.774000', '140324.777000', '140324.779000', '140324.782000', '140324.784000', '140324.787000', '140324.790000', '140324.793000', '140324.796000', '140324.798000', '140324.852000', '140324.855000', '140324.857000', '140324.860000', '140324.862000', '140324.865000', '140324.868000', '140324.870000', '140324.873000', '140324.875000', '140324.878000', '140324.880000', '140324.883000', '140324.886000', '140324.888000', '140324.891000', '140324.893000', '140324.896000', '140324.899000', '140324.901000', '140324.904000', '140324.906000', '140344.742000', '140344.745000', '140344.748000', '140344.751000', '140344.753000', '140344.756000', '140344.758000', '140344.761000', '140344.764000', '140344.766000', '140344.769000', '140344.771000', '140344.774000', '140344.777000', '140344.779000', '140344.782000', '140344.784000', '140344.787000', '140344.790000', '140344.792000', '140344.795000', '140344.797000', '140344.820000', '140344.823000', '140344.825000', '140344.828000', '140344.831000', '140344.833000', '140344.836000', '140344.838000', '140344.841000', '140344.843000', '140344.846000', '140344.849000', '140344.851000', '140344.854000', '140344.856000', '140344.859000', '140344.861000', '140344.864000', '140344.867000', '140344.869000', '140344.872000', '140344.874000', '140404.742000', '140404.745000', '140404.748000', '140404.751000', '140404.754000', '140404.757000', '140404.768000', '140404.771000', '140404.774000', '140404.776000', '140404.779000', '140404.781000', '140404.784000', '140404.787000', '140404.789000', '140404.792000', '140404.795000', '140404.797000', '140404.833000', '140404.835000', '140404.838000', '140404.841000', '140404.843000', '140404.846000', '140404.855000', '140404.858000', '140404.860000', '140404.863000', '140404.865000', '140404.868000', '140404.871000', '140404.873000', '140404.876000', '140404.878000', '140404.881000', '140404.883000', '140404.886000', '140404.888000', '140404.891000', '140404.894000', '140404.896000', '140404.899000', '140404.902000', '140424.743000', '140424.746000', '140424.748000', '140424.751000', '140424.753000', '140424.756000', '140424.758000', '140424.761000', '140424.764000', '140424.766000', '140424.769000', '140424.771000', '140424.774000', '140424.777000', '140424.779000', '140424.782000', '140424.784000', '140424.787000', '140424.790000', '140424.792000', '140424.795000', '140424.797000', '140424.800000', '140424.803000', '140424.805000', '140424.808000', '140424.811000', '140424.813000', '140424.816000', '140424.818000', '140424.821000', '140424.823000', '140424.826000', '140424.828000', '140424.831000', '140424.834000', '140424.836000', '140424.839000', '140424.841000', '140424.844000', '140424.847000', '140424.849000', '140424.852000', '140424.854000', '140444.743000', '140444.745000', '140444.748000', '140444.751000', '140444.753000', '140444.756000', '140444.758000', '140444.761000', '140444.764000', '140444.766000', '140444.769000', '140444.772000', '140444.774000', '140444.777000', '140444.780000', '140444.782000', '140444.785000', '140444.788000', '140444.790000', '140444.793000', '140444.796000', '140444.798000', '140444.843000', '140444.846000', '140444.849000', '140444.851000', '140444.854000', '140444.856000', '140444.859000', '140444.862000', '140444.864000', '140444.867000', '140444.869000', '140444.872000', '140444.874000', '140444.877000', '140444.880000', '140444.883000', '140444.885000', '140444.888000', '140444.890000', '140444.893000', '140444.896000', '140504.743000', '140504.745000', '140504.748000', '140504.751000', '140504.753000', '140504.756000', '140504.758000', '140504.761000', '140504.764000', '140504.766000', '140504.769000', '140504.771000', '140504.774000', '140504.776000', '140504.779000', '140504.782000', '140504.784000', '140504.787000', '140504.790000', '140504.792000', '140504.795000', '140504.797000', '140504.838000', '140504.840000', '140504.843000', '140504.845000', '140504.848000', '140504.850000', '140504.853000', '140504.856000', '140504.858000', '140504.861000', '140504.863000', '140504.866000', '140504.868000', '140504.871000', '140504.874000', '140504.876000', '140504.879000', '140504.882000', '140504.884000', '140504.887000', '140504.889000', '140504.892000', '140524.744000', '140524.747000', '140524.749000', '140524.752000', '140524.754000', '140524.757000', '140524.760000', '140524.762000', '140524.765000', '140524.767000', '140524.770000', '140524.773000', '140524.776000', '140524.779000', '140524.782000', '140524.785000', '140524.787000', '140524.790000', '140524.793000', '140524.795000', '140524.798000', '140524.843000', '140524.846000', '140524.849000', '140524.851000', '140524.854000', '140524.856000', '140524.859000', '140524.861000', '140524.864000', '140524.867000', '140524.869000', '140524.872000', '140524.874000', '140524.877000', '140524.880000', '140524.882000', '140524.885000', '140524.887000', '140524.890000', '140524.893000', '140524.895000', '140524.898000', '140544.743000', '140544.746000', '140544.749000', '140544.752000', '140544.754000', '140544.757000', '140544.773000', '140544.775000', '140544.778000', '140544.781000', '140544.783000', '140544.786000', '140544.788000', '140544.791000', '140544.794000', '140544.796000', '140544.799000', '140544.852000', '140544.855000', '140544.857000', '140544.860000', '140544.863000', '140544.865000', '140544.868000', '140544.870000', '140544.873000', '140544.875000', '140544.878000', '140544.881000', '140544.883000', '140544.886000', '140544.888000', '140544.891000', '140544.893000', '140544.896000', '140544.899000', '140544.901000', '140544.904000', '140544.906000', '140544.909000', '140544.912000', '140544.914000', '140544.917000', '140544.919000', '140604.742000', '140604.745000', '140604.748000', '140604.750000', '140604.753000', '140604.756000', '140604.758000', '140604.761000', '140604.763000', '140604.766000', '140604.769000', '140604.771000', '140604.774000', '140604.776000', '140604.779000', '140604.781000', '140604.784000', '140604.787000', '140604.789000', '140604.792000', '140604.794000', '140604.797000', '140604.800000', '140604.854000', '140604.857000', '140604.859000', '140604.862000', '140604.864000', '140604.868000', '140604.871000', '140604.874000', '140604.876000', '140604.879000', '140604.881000', '140604.884000', '140604.887000', '140604.889000', '140604.892000', '140604.894000', '140604.897000', '140604.900000', '140604.902000', '140604.905000', '140624.743000', '140624.745000', '140624.748000', '140624.751000', '140624.753000', '140624.756000', '140624.758000', '140624.761000', '140624.764000', '140624.766000', '140624.769000', '140624.771000', '140624.774000', '140624.777000', '140624.779000', '140624.782000', '140624.784000', '140624.787000', '140624.790000', '140624.792000', '140624.795000', '140624.797000', '140624.838000', '140624.840000', '140624.843000', '140624.845000', '140624.848000', '140624.851000', '140624.853000', '140624.856000', '140624.858000', '140624.861000', '140624.864000', '140624.866000', '140624.869000', '140624.871000', '140624.874000', '140624.877000', '140624.879000', '140624.882000', '140624.885000', '140624.887000', '140624.890000', '140624.892000', '140644.742000', '140644.745000', '140644.748000', '140644.751000', '140644.753000', '140644.756000', '140644.759000', '140644.761000', '140644.764000', '140644.766000', '140644.769000', '140644.772000', '140644.774000', '140644.777000', '140644.779000', '140644.782000', '140644.784000', '140644.787000', '140644.790000', '140644.792000', '140644.795000', '140644.798000', '140644.800000', '140644.839000', '140644.842000', '140644.844000', '140644.847000', '140644.850000', '140644.852000', '140644.855000', '140644.857000', '140644.860000', '140644.863000', '140644.865000', '140644.868000', '140644.871000', '140644.879000', '140644.882000', '140644.884000', '140644.887000', '140644.889000', '140644.892000', '140644.895000', '140704.743000', '140704.746000', '140704.748000', '140704.751000', '140704.754000', '140704.756000', '140704.759000', '140704.761000', '140704.764000', '140704.767000', '140704.769000', '140704.772000', '140704.774000', '140704.777000', '140704.780000', '140704.782000', '140704.785000', '140704.787000', '140704.790000', '140704.793000', '140704.795000', '140704.798000', '140704.832000', '140704.836000', '140704.849000', '140704.852000', '140704.854000', '140704.857000', '140704.860000', '140704.862000', '140704.865000', '140704.906000', '140704.909000', '140704.911000', '140704.914000', '140704.917000', '140704.919000', '140704.922000', '140704.924000', '140704.927000', '140704.929000', '140704.932000', '140704.935000', '140704.937000', '140724.743000', '140724.746000', '140724.748000', '140724.751000', '140724.754000', '140724.756000', '140724.759000', '140724.761000', '140724.764000', '140724.766000', '140724.769000', '140724.772000', '140724.774000', '140724.777000', '140724.779000', '140724.782000', '140724.785000', '140724.787000', '140724.790000', '140724.792000', '140724.795000', '140724.798000', '140724.800000', '140724.803000', '140724.806000', '140724.808000', '140724.811000', '140724.813000', '140724.816000', '140724.818000', '140724.821000', '140724.824000', '140724.826000', '140724.829000', '140724.831000', '140724.834000', '140724.837000', '140724.839000', '140724.842000', '140724.844000', '140724.847000', '140724.850000', '140724.852000', '140744.743000', '140744.746000', '140744.749000', '140744.752000', '140744.754000', '140744.757000', '140744.759000', '140744.762000', '140744.765000', '140744.767000', '140744.770000', '140744.773000', '140744.775000', '140744.778000', '140744.780000', '140744.783000', '140744.786000', '140744.788000', '140744.791000', '140744.793000', '140744.796000', '140744.799000', '140744.871000', '140744.873000', '140744.876000', '140744.879000', '140744.881000', '140744.884000', '140744.886000', '140744.889000', '140744.892000', '140744.894000', '140744.897000', '140744.899000', '140744.902000', '140744.905000', '140744.907000', '140744.910000', '140744.912000', '140744.915000', '140744.918000', '140744.920000', '140744.923000', '140744.925000', '140804.743000', '140804.746000', '140804.749000', '140804.752000', '140804.754000', '140804.757000', '140804.759000', '140804.762000', '140804.765000', '140804.767000', '140804.770000', '140804.772000', '140804.775000', '140804.777000', '140804.780000', '140804.783000', '140804.785000', '140804.788000', '140804.791000', '140804.793000', '140804.796000', '140804.799000', '140804.801000', '140804.804000', '140804.806000', '140804.809000', '140804.812000', '140804.814000', '140804.817000', '140804.820000', '140804.822000', '140804.825000', '140804.827000', '140804.830000', '140804.833000', '140804.835000', '140804.838000', '140804.840000', '140804.843000', '140804.845000', '140804.848000', '140804.851000', '140804.853000', '140807.187000', '140807.190000', '140807.193000', '140807.195000', '140807.198000', '140807.201000'], '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': [9749, 10841, 12458, 8046, 6033, 7504, 6127, 5950, 7900, 8573, 12352, 10655, 6612, 8988, 6676, 6949, 9752, 10688, 8098, 8869, 7123, 8094, 8381, 6304, 9376, 9991, 10406, 9498, 6950, 8429, 7220, 6077, 9185, 7755, 6121, 9599, 9846, 11518, 9594, 6585, 9676, 7139, 7292, 9626, 6234, 10722, 6893, 5907, 8505, 9460, 12902, 9936, 6602, 8584, 7086, 5914, 7040, 6393, 5779, 9789, 8515, 6971, 9633, 8223, 9329, 9254, 7046, 9095, 7893, 10611, 8125, 5707, 8752, 7399, 10506, 9593, 5947, 6759, 5876, 5858, 7129, 5699, 9670, 8417, 8591, 11515, 8983, 5748, 8223, 6431, 5760, 9104, 9905, 9974, 11696, 8026, 6072, 9773, 7508, 6105, 8870, 9253, 11751, 10302, 7472, 5955, 6812, 6046, 9049, 7989, 6601, 9915, 10377, 10292, 11137, 7492, 5741, 6905, 5882, 7516, 7662, 5708, 9938, 8557, 10651, 12629, 8860, 5913, 9231, 6389, 5850, 8838, 6692, 8811, 9369, 6291, 9099, 8770, 9517, 10235, 8461, 5736, 6994, 5843, 5776, 7339, 7433, 9259, 9797, 8586, 6342, 8825, 6314, 7776, 8205, 8719, 10886, 9909, 6215, 9294, 6364, 5840, 9382, 9841, 8651, 8721, 6339, 5708, 8777, 6415, 8783, 7753, 7955, 10709, 9296, 7989, 10067, 6910, 5774, 8186, 6153, 6253, 10319, 8659, 7162, 6423, 7096, 7894, 7818, 9187, 6577, 9623, 10096, 8650, 5777, 6014, 6969, 5647, 6734, 6053, 6985, 7992, 7698, 6137, 6249, 7372, 6868, 10642, 7699, 6134, 5688, 8543, 8329, 9294, 8763, 7370, 5951, 7440, 6418, 9392, 6773, 6037, 8225, 7461, 8478, 7662, 11633, 9488, 6838, 7442, 7188, 6216, 6407, 6001, 6647, 7238, 5889, 7643, 7534, 9267, 7951, 6032, 5901, 6063, 7311, 6774, 6977, 6150, 6835, 8335, 7597, 9154, 5831, 5874, 5555, 5799, 5777, 5829, 6075, 6212, 9236, 7207, 7850, 10564, 8069, 6475, 9261, 6899, 5622, 7449, 5968, 7256, 6400, 7082, 7744, 6047, 7255, 6431, 7972, 7498, 5804, 6928, 6958, 7912, 8305, 7517, 5872, 5896, 6085, 5705, 8303, 6987, 5920, 8768, 6071, 5880, 8935, 8582, 9541, 11332, 8187, 7706, 8613, 6802, 10262, 7494, 6736, 9713, 9153, 8036, 6470, 5918, 7406, 7947, 9006, 10472, 8194, 5800, 6134, 6200, 7396, 7494, 7599, 10403, 7287, 5726, 6422, 6007, 5753, 6878, 5914, 9006, 7773, 8370, 7304, 6030, 5576, 6648, 6075, 6839, 5864, 5946, 6321, 5997, 9352, 6816, 5808, 7330, 6149, 9749, 7326, 7654, 9838, 7966, 5674, 6279, 6208, 5680, 6212, 5849, 9915, 7154, 5787, 5850, 5884, 6090, 7805, 6721, 5815, 6707, 6681, 9619, 8124, 7280, 5835, 5946, 6198, 7238, 7592, 7150, 9259, 6753, 5780, 5794, 6135, 5950, 9835, 7205, 7806, 10046, 7476, 5613, 5464, 5941, 5545, 6951, 6365, 5494, 5762, 5907, 5486, 5914, 5487, 8899, 5418, 5581, 5576, 5779, 5637, 7062, 5967, 5648, 6358, 5700, 7006, 7434, 8744, 6049, 6448, 6032, 5862, 5533, 5937, 5569, 5833, 5639, 8487, 6969, 5697, 5755, 5719, 5736, 6215, 6227, 5568, 5631, 5882, 5524, 6550, 6558, 5512, 5709, 6197, 5716, 6049, 5829, 8778, 6628, 5646, 5722, 5800, 5705, 5675, 6864, 5825, 5659, 5685, 8258, 7335, 5728, 7405, 5622, 5938, 5550, 6274, 5658, 5713, 5879, 7305, 6571, 6242, 7235, 6915, 5910, 6607, 5747, 5571, 5580, 5541, 5686, 5614, 5627, 5928, 6899, 5589, 7042, 8119, 6235, 6517, 7268, 6877, 5578, 5569, 5883, 6489, 6990, 5778, 6935, 5490, 5648, 6622, 5529, 5985, 6958, 5973, 7857, 7349, 7527, 7405, 5671, 5790, 5634, 5565, 5519, 5911, 5713, 6755, 5816, 5829, 6065, 5572, 5609, 7457, 6888, 6820, 7803, 5754, 7097, 6956, 6181, 6460, 7500, 6311, 5656, 7759, 5797, 5626, 7286, 6096, 5601, 5811, 5793, 8405, 6412, 6097, 6254, 6547, 9050, 6626, 6227, 6291, 5497, 5541, 6137, 5857, 5755, 5724, 5595, 6584, 6168, 5624, 5839, 5498, 5628, 5893, 5455, 5709, 5777, 5597, 5512, 5668, 7023, 5780, 5599, 6237, 6552, 5563, 5642, 6421, 6849, 5900, 5627, 5399, 5510, 5852, 5749, 7142, 7016, 6602, 7239, 5799, 5872, 5645, 5525, 5737, 5725, 5664, 5511, 5743, 5719, 5703, 5896, 5711, 5722, 6930, 6762, 6710, 5978, 6518, 5748, 5504, 6133, 5991, 6077, 5540, 8912, 9520, 6804, 9901, 6343, 5664, 8858, 6504, 5660, 8173, 5803, 8437, 6383, 6371, 6047, 5508, 6044, 6524, 5563, 7379, 5407, 5766, 5749, 6461, 5987, 5690, 5534, 5745, 6759, 5599, 5594, 5520, 5595, 5662, 7247, 5437, 5721, 7225, 5680, 5781, 5754, 6372, 5647, 6099, 5768, 7119, 5883, 5836, 5666, 7177, 5744, 5924, 5914, 5616, 5730, 5726, 6472, 5726, 5559, 8143, 8051, 5877, 7820, 5727, 5656, 5688, 5708, 5948, 5692, 5468, 6095, 8500, 7052, 5908, 6180, 7561, 8356, 7680, 5442, 7625, 6074, 8503, 7631, 5527, 7851, 5659, 6454, 5647, 5618, 5901, 5702, 5639, 6631, 5829, 5702, 6757, 5765, 5798, 6454, 8009, 6843, 5520, 6147, 5557, 5421, 5538, 5464, 6517, 5886, 5609, 5500, 7093, 6059, 5410, 5531, 5605, 5541, 6724, 7268, 7125, 5652, 5879, 6728, 6240, 7257, 5559, 6772, 6896, 7676, 6307, 6597, 5602, 5993, 6292, 5599, 5550, 5982, 6343, 6516, 7625, 7392, 10199, 5765, 5794, 5418, 5665, 5960, 9268, 6857, 5579, 7786, 5598, 6564, 6953, 6792, 5707, 6091, 6841, 7728, 7535, 7176, 8510, 6252, 7139, 6190, 5710, 6694, 5893, 5692, 6421, 8859, 6928, 5631, 5654, 5665, 5630, 5598, 5482, 5636, 5668, 5533, 6036, 5654, 7599, 5696, 6007, 6499, 7207, 6889, 5820, 5808, 7465, 5818, 5637, 6288, 6416, 7649, 5476, 5979, 6675, 5543, 5410, 5720, 7584, 6571, 5608, 7395, 5669, 5494, 5664, 5504, 6581, 6226, 5594, 5904, 6117, 6545, 6598, 7206, 8555, 8482, 8097, 7465, 5824, 7377, 6758, 5982, 6645, 6379, 5676, 6874, 6114, 5507, 6921, 6266, 5610, 7026, 5736, 6038, 5825, 6389, 5651, 5654, 5972, 7279, 8001, 6167, 7760, 5606, 6448, 6246, 5882, 5449, 6123, 5655, 5816, 5377], 'WindowCenter': [3715.0, 3712.0, 3720.0, 3678.0, 3646.0, 3666.0, 3646.0, 3644.0, 3677.0, 3690.0, 3732.0, 3712.0, 3670.0, 3700.0, 3656.0, 3667.0, 3698.0, 3709.0, 3678.0, 3688.0, 3668.0, 3664.0, 3674.0, 3631.0, 3673.0, 3686.0, 3696.0, 3686.0, 3655.0, 3675.0, 3653.0, 3632.0, 3672.0, 3663.0, 3631.0, 3686.0, 3698.0, 3708.0, 3698.0, 3655.0, 3684.0, 3641.0, 3639.0, 3671.0, 3619.0, 3683.0, 3653.0, 3622.0, 3689.0, 3699.0, 3719.0, 3698.0, 3667.0, 3686.0, 3654.0, 3633.0, 3652.0, 3643.0, 3635.0, 3699.0, 3701.0, 3681.0, 3711.0, 3690.0, 3686.0, 3674.0, 3640.0, 3661.0, 3662.0, 3683.0, 3662.0, 3620.0, 3674.0, 3653.0, 3694.0, 3684.0, 3630.0, 3639.0, 3618.0, 3606.0, 3639.0, 3621.0, 3685.0, 3677.0, 3689.0, 3721.0, 3701.0, 3648.0, 3687.0, 3643.0, 3632.0, 3685.0, 3699.0, 3711.0, 3723.0, 3690.0, 3647.0, 3696.0, 3653.0, 3630.0, 3672.0, 3674.0, 3706.0, 3698.0, 3666.0, 3633.0, 3641.0, 3630.0, 3660.0, 3651.0, 3640.0, 3683.0, 3696.0, 3696.0, 3708.0, 3654.0, 3619.0, 3638.0, 3605.0, 3637.0, 3637.0, 3618.0, 3682.0, 3673.0, 3696.0, 3717.0, 3673.0, 3619.0, 3670.0, 3616.0, 3605.0, 3658.0, 3628.0, 3670.0, 3671.0, 3630.0, 3673.0, 3673.0, 3683.0, 3683.0, 3660.0, 3617.0, 3638.0, 3618.0, 3619.0, 3652.0, 3666.0, 3698.0, 3711.0, 3700.0, 3656.0, 3686.0, 3643.0, 3651.0, 3662.0, 3673.0, 3696.0, 3697.0, 3646.0, 3697.0, 3644.0, 3633.0, 3685.0, 3685.0, 3674.0, 3674.0, 3642.0, 3620.0, 3672.0, 3630.0, 3660.0, 3651.0, 3662.0, 3683.0, 3673.0, 3662.0, 3682.0, 3639.0, 3619.0, 3659.0, 3618.0, 3641.0, 3695.0, 3687.0, 3666.0, 3644.0, 3655.0, 3663.0, 3649.0, 3658.0, 3627.0, 3673.0, 3682.0, 3661.0, 3619.0, 3632.0, 3642.0, 3605.0, 3640.0, 3629.0, 3654.0, 3674.0, 3664.0, 3644.0, 3642.0, 3651.0, 3639.0, 3680.0, 3661.0, 3642.0, 3632.0, 3685.0, 3687.0, 3699.0, 3687.0, 3678.0, 3641.0, 3652.0, 3640.0, 3669.0, 3627.0, 3616.0, 3658.0, 3639.0, 3648.0, 3637.0, 3679.0, 3669.0, 3626.0, 3624.0, 3623.0, 3601.0, 3611.0, 3603.0, 3625.0, 3636.0, 3617.0, 3649.0, 3650.0, 3672.0, 3659.0, 3628.0, 3618.0, 3617.0, 3638.0, 3623.0, 3625.0, 3615.0, 3638.0, 3661.0, 3650.0, 3670.0, 3619.0, 3618.0, 3604.0, 3605.0, 3617.0, 3617.0, 3630.0, 3644.0, 3698.0, 3667.0, 3677.0, 3710.0, 3676.0, 3631.0, 3659.0, 3625.0, 3603.0, 3635.0, 3605.0, 3636.0, 3628.0, 3638.0, 3649.0, 3617.0, 3635.0, 3614.0, 3633.0, 3622.0, 3592.0, 3623.0, 3626.0, 3647.0, 3661.0, 3651.0, 3619.0, 3617.0, 3627.0, 3617.0, 3672.0, 3653.0, 3658.0, 3698.0, 3646.0, 3647.0, 3697.0, 3688.0, 3698.0, 3708.0, 3676.0, 3665.0, 3661.0, 3629.0, 3668.0, 3637.0, 3625.0, 3670.0, 3670.0, 3660.0, 3628.0, 3618.0, 3635.0, 3646.0, 3658.0, 3680.0, 3660.0, 3620.0, 3642.0, 3630.0, 3651.0, 3651.0, 3651.0, 3693.0, 3651.0, 3620.0, 3627.0, 3616.0, 3604.0, 3626.0, 3618.0, 3659.0, 3651.0, 3661.0, 3651.0, 3628.0, 3605.0, 3624.0, 3614.0, 3624.0, 3604.0, 3616.0, 3627.0, 3618.0, 3669.0, 3628.0, 3605.0, 3634.0, 3615.0, 3667.0, 3636.0, 3649.0, 3669.0, 3649.0, 3618.0, 3628.0, 3629.0, 3617.0, 3617.0, 3618.0, 3682.0, 3653.0, 3633.0, 3632.0, 3631.0, 3631.0, 3661.0, 3640.0, 3619.0, 3641.0, 3654.0, 3694.0, 3677.0, 3664.0, 3633.0, 3629.0, 3631.0, 3649.0, 3649.0, 3651.0, 3684.0, 3642.0, 3633.0, 3631.0, 3630.0, 3630.0, 3680.0, 3651.0, 3650.0, 3682.0, 3651.0, 3620.0, 3619.0, 3615.0, 3604.0, 3637.0, 3628.0, 3607.0, 3617.0, 3617.0, 3605.0, 3617.0, 3608.0, 3684.0, 3619.0, 3619.0, 3606.0, 3617.0, 3617.0, 3637.0, 3628.0, 3629.0, 3640.0, 3618.0, 3638.0, 3650.0, 3671.0, 3628.0, 3627.0, 3627.0, 3604.0, 3592.0, 3614.0, 3603.0, 3616.0, 3617.0, 3670.0, 3650.0, 3618.0, 3618.0, 3617.0, 3614.0, 3627.0, 3630.0, 3620.0, 3628.0, 3619.0, 3619.0, 3641.0, 3642.0, 3619.0, 3618.0, 3628.0, 3604.0, 3614.0, 3616.0, 3659.0, 3638.0, 3618.0, 3616.0, 3614.0, 3603.0, 3602.0, 3623.0, 3601.0, 3601.0, 3604.0, 3657.0, 3636.0, 3617.0, 3647.0, 3615.0, 3613.0, 3591.0, 3612.0, 3601.0, 3602.0, 3604.0, 3649.0, 3639.0, 3627.0, 3636.0, 3637.0, 3616.0, 3636.0, 3616.0, 3605.0, 3604.0, 3604.0, 3618.0, 3631.0, 3632.0, 3656.0, 3664.0, 3632.0, 3651.0, 3657.0, 3613.0, 3613.0, 3635.0, 3624.0, 3605.0, 3604.0, 3614.0, 3624.0, 3634.0, 3602.0, 3635.0, 3604.0, 3615.0, 3636.0, 3604.0, 3625.0, 3649.0, 3615.0, 3658.0, 3649.0, 3647.0, 3648.0, 3617.0, 3617.0, 3616.0, 3607.0, 3604.0, 3617.0, 3629.0, 3652.0, 3645.0, 3645.0, 3655.0, 3632.0, 3631.0, 3661.0, 3652.0, 3680.0, 3677.0, 3633.0, 3652.0, 3635.0, 3615.0, 3624.0, 3648.0, 3628.0, 3617.0, 3661.0, 3629.0, 3629.0, 3649.0, 3628.0, 3618.0, 3618.0, 3618.0, 3658.0, 3627.0, 3616.0, 3625.0, 3625.0, 3657.0, 3636.0, 3628.0, 3623.0, 3590.0, 3591.0, 3611.0, 3602.0, 3603.0, 3614.0, 3605.0, 3651.0, 3628.0, 3642.0, 3631.0, 3619.0, 3629.0, 3629.0, 3605.0, 3615.0, 3616.0, 3605.0, 3607.0, 3618.0, 3650.0, 3618.0, 3606.0, 3615.0, 3614.0, 3593.0, 3605.0, 3625.0, 3625.0, 3602.0, 3615.0, 3604.0, 3604.0, 3615.0, 3614.0, 3637.0, 3649.0, 3636.0, 3648.0, 3616.0, 3627.0, 3627.0, 3604.0, 3629.0, 3628.0, 3632.0, 3645.0, 3659.0, 3657.0, 3657.0, 3644.0, 3642.0, 3630.0, 3648.0, 3640.0, 3651.0, 3641.0, 3640.0, 3616.0, 3605.0, 3626.0, 3628.0, 3631.0, 3607.0, 3659.0, 3670.0, 3628.0, 3679.0, 3628.0, 3620.0, 3671.0, 3628.0, 3617.0, 3658.0, 3606.0, 3659.0, 3628.0, 3627.0, 3616.0, 3606.0, 3614.0, 3627.0, 3603.0, 3636.0, 3591.0, 3603.0, 3603.0, 3625.0, 3614.0, 3601.0, 3591.0, 3602.0, 3624.0, 3603.0, 3605.0, 3605.0, 3606.0, 3617.0, 3649.0, 3618.0, 3628.0, 3648.0, 3616.0, 3615.0, 3615.0, 3627.0, 3615.0, 3628.0, 3630.0, 3661.0, 3632.0, 3630.0, 3629.0, 3650.0, 3629.0, 3641.0, 3641.0, 3630.0, 3641.0, 3632.0, 3640.0, 3618.0, 3618.0, 3671.0, 3672.0, 3629.0, 3660.0, 3628.0, 3630.0, 3630.0, 3628.0, 3629.0, 3628.0, 3619.0, 3641.0, 3672.0, 3652.0, 3629.0, 3628.0, 3647.0, 3644.0, 3634.0, 3590.0, 3633.0, 3615.0, 3656.0, 3647.0, 3604.0, 3659.0, 3615.0, 3625.0, 3602.0, 3603.0, 3604.0, 3604.0, 3604.0, 3638.0, 3605.0, 3604.0, 3625.0, 3603.0, 3603.0, 3627.0, 3659.0, 3635.0, 3602.0, 3624.0, 3615.0, 3618.0, 3618.0, 3619.0, 3654.0, 3646.0, 3644.0, 3646.0, 3679.0, 3655.0, 3630.0, 3618.0, 3630.0, 3619.0, 3652.0, 3661.0, 3664.0, 3631.0, 3630.0, 3649.0, 3625.0, 3646.0, 3602.0, 3636.0, 3637.0, 3658.0, 3638.0, 3639.0, 3616.0, 3626.0, 3638.0, 3617.0, 3620.0, 3628.0, 3636.0, 3641.0, 3673.0, 3663.0, 3705.0, 3642.0, 3643.0, 3619.0, 3630.0, 3641.0, 3694.0, 3665.0, 3646.0, 3675.0, 3632.0, 3652.0, 3650.0, 3639.0, 3616.0, 3616.0, 3638.0, 3631.0, 3665.0, 3651.0, 3658.0, 3615.0, 3623.0, 3588.0, 3577.0, 3598.0, 3574.0, 3588.0, 3610.0, 3643.0, 3622.0, 3600.0, 3599.0, 3598.0, 3611.0, 3615.0, 3618.0, 3630.0, 3641.0, 3633.0, 3654.0, 3640.0, 3671.0, 3615.0, 3626.0, 3639.0, 3647.0, 3650.0, 3628.0, 3627.0, 3648.0, 3613.0, 3613.0, 3623.0, 3622.0, 3645.0, 3602.0, 3612.0, 3635.0, 3614.0, 3615.0, 3617.0, 3647.0, 3637.0, 3628.0, 3660.0, 3628.0, 3617.0, 3629.0, 3616.0, 3649.0, 3627.0, 3619.0, 3630.0, 3641.0, 3656.0, 3651.0, 3638.0, 3648.0, 3633.0, 3608.0, 3596.0, 3563.0, 3594.0, 3583.0, 3574.0, 3584.0, 3585.0, 3576.0, 3584.0, 3575.0, 3563.0, 3595.0, 3585.0, 3573.0, 3594.0, 3575.0, 3587.0, 3586.0, 3597.0, 3589.0, 3590.0, 3615.0, 3635.0, 3647.0, 3618.0, 3647.0, 3602.0, 3628.0, 3626.0, 3604.0, 3606.0, 3617.0, 3617.0, 3631.0, 3632.0], 'WindowWidth': [8370.0, 8355.0, 8364.0, 8304.0, 8263.0, 8287.0, 8261.0, 8255.0, 8302.0, 8323.0, 8383.0, 8355.0, 8300.0, 8337.0, 8274.0, 8289.0, 8332.0, 8347.0, 8303.0, 8317.0, 8289.0, 8279.0, 8291.0, 8231.0, 8287.0, 8308.0, 8323.0, 8310.0, 8271.0, 8295.0, 8263.0, 8232.0, 8284.0, 8273.0, 8232.0, 8310.0, 8329.0, 8344.0, 8330.0, 8270.0, 8303.0, 8243.0, 8237.0, 8278.0, 8209.0, 8299.0, 8262.0, 8222.0, 8320.0, 8334.0, 8360.0, 8331.0, 8291.0, 8313.0, 8268.0, 8239.0, 8261.0, 8252.0, 8244.0, 8335.0, 8341.0, 8315.0, 8355.0, 8324.0, 8312.0, 8290.0, 8238.0, 8267.0, 8269.0, 8298.0, 8271.0, 8214.0, 8292.0, 8262.0, 8316.0, 8305.0, 8229.0, 8238.0, 8207.0, 8190.0, 8237.0, 8219.0, 8308.0, 8301.0, 8321.0, 8368.0, 8340.0, 8269.0, 8315.0, 8251.0, 8235.0, 8310.0, 8333.0, 8352.0, 8372.0, 8324.0, 8263.0, 8323.0, 8261.0, 8226.0, 8285.0, 8291.0, 8337.0, 8329.0, 8287.0, 8237.0, 8245.0, 8225.0, 8263.0, 8254.0, 8240.0, 8302.0, 8323.0, 8324.0, 8342.0, 8265.0, 8211.0, 8230.0, 8185.0, 8227.0, 8230.0, 8209.0, 8298.0, 8290.0, 8322.0, 8353.0, 8289.0, 8213.0, 8276.0, 8201.0, 8185.0, 8258.0, 8220.0, 8276.0, 8280.0, 8228.0, 8287.0, 8290.0, 8303.0, 8302.0, 8267.0, 8207.0, 8233.0, 8208.0, 8213.0, 8260.0, 8286.0, 8332.0, 8354.0, 8338.0, 8276.0, 8312.0, 8248.0, 8255.0, 8271.0, 8287.0, 8324.0, 8326.0, 8262.0, 8329.0, 8257.0, 8238.0, 8306.0, 8307.0, 8290.0, 8292.0, 8246.0, 8214.0, 8285.0, 8227.0, 8266.0, 8254.0, 8270.0, 8301.0, 8287.0, 8273.0, 8298.0, 8239.0, 8210.0, 8263.0, 8208.0, 8246.0, 8323.0, 8313.0, 8288.0, 8256.0, 8270.0, 8275.0, 8246.0, 8257.0, 8217.0, 8285.0, 8297.0, 8268.0, 8213.0, 8235.0, 8244.0, 8185.0, 8241.0, 8226.0, 8267.0, 8293.0, 8282.0, 8255.0, 8250.0, 8258.0, 8235.0, 8291.0, 8270.0, 8250.0, 8237.0, 8309.0, 8318.0, 8335.0, 8317.0, 8306.0, 8245.0, 8259.0, 8241.0, 8274.0, 8218.0, 8203.0, 8259.0, 8237.0, 8245.0, 8230.0, 8286.0, 8274.0, 8213.0, 8205.0, 8203.0, 8171.0, 8185.0, 8179.0, 8208.0, 8227.0, 8203.0, 8248.0, 8253.0, 8282.0, 8263.0, 8223.0, 8208.0, 8204.0, 8230.0, 8205.0, 8209.0, 8200.0, 8235.0, 8267.0, 8251.0, 8277.0, 8212.0, 8211.0, 8185.0, 8185.0, 8204.0, 8206.0, 8228.0, 8255.0, 8331.0, 8289.0, 8302.0, 8348.0, 8298.0, 8229.0, 8259.0, 8210.0, 8177.0, 8222.0, 8183.0, 8225.0, 8219.0, 8233.0, 8248.0, 8204.0, 8225.0, 8193.0, 8215.0, 8200.0, 8160.0, 8204.0, 8215.0, 8243.0, 8267.0, 8258.0, 8215.0, 8207.0, 8220.0, 8207.0, 8285.0, 8266.0, 8279.0, 8332.0, 8263.0, 8265.0, 8328.0, 8317.0, 8332.0, 8343.0, 8298.0, 8280.0, 8267.0, 8222.0, 8270.0, 8227.0, 8212.0, 8275.0, 8278.0, 8266.0, 8221.0, 8208.0, 8223.0, 8242.0, 8260.0, 8291.0, 8264.0, 8213.0, 8248.0, 8229.0, 8259.0, 8256.0, 8255.0, 8314.0, 8256.0, 8215.0, 8218.0, 8202.0, 8182.0, 8214.0, 8207.0, 8262.0, 8255.0, 8270.0, 8254.0, 8222.0, 8186.0, 8207.0, 8195.0, 8208.0, 8183.0, 8202.0, 8217.0, 8208.0, 8275.0, 8219.0, 8186.0, 8222.0, 8197.0, 8268.0, 8227.0, 8248.0, 8277.0, 8250.0, 8211.0, 8223.0, 8224.0, 8205.0, 8205.0, 8211.0, 8299.0, 8264.0, 8238.0, 8236.0, 8234.0, 8233.0, 8269.0, 8242.0, 8213.0, 8244.0, 8266.0, 8321.0, 8302.0, 8282.0, 8242.0, 8230.0, 8232.0, 8251.0, 8251.0, 8258.0, 8304.0, 8248.0, 8238.0, 8232.0, 8228.0, 8228.0, 8292.0, 8256.0, 8254.0, 8298.0, 8256.0, 8218.0, 8213.0, 8199.0, 8185.0, 8230.0, 8223.0, 8194.0, 8209.0, 8208.0, 8190.0, 8206.0, 8197.0, 8305.0, 8216.0, 8213.0, 8191.0, 8205.0, 8206.0, 8229.0, 8225.0, 8228.0, 8243.0, 8210.0, 8235.0, 8254.0, 8284.0, 8226.0, 8221.0, 8219.0, 8184.0, 8167.0, 8198.0, 8183.0, 8203.0, 8207.0, 8281.0, 8256.0, 8213.0, 8213.0, 8209.0, 8200.0, 8220.0, 8230.0, 8217.0, 8227.0, 8216.0, 8215.0, 8246.0, 8250.0, 8217.0, 8213.0, 8223.0, 8185.0, 8198.0, 8204.0, 8263.0, 8237.0, 8212.0, 8205.0, 8199.0, 8182.0, 8176.0, 8205.0, 8174.0, 8176.0, 8184.0, 8256.0, 8229.0, 8207.0, 8247.0, 8200.0, 8195.0, 8161.0, 8191.0, 8174.0, 8178.0, 8185.0, 8252.0, 8240.0, 8219.0, 8227.0, 8231.0, 8206.0, 8233.0, 8206.0, 8192.0, 8186.0, 8186.0, 8213.0, 8236.0, 8239.0, 8277.0, 8285.0, 8239.0, 8261.0, 8259.0, 8195.0, 8193.0, 8225.0, 8211.0, 8190.0, 8186.0, 8198.0, 8211.0, 8222.0, 8179.0, 8227.0, 8185.0, 8200.0, 8230.0, 8185.0, 8215.0, 8250.0, 8202.0, 8261.0, 8250.0, 8246.0, 8249.0, 8208.0, 8208.0, 8205.0, 8193.0, 8187.0, 8209.0, 8228.0, 8265.0, 8260.0, 8261.0, 8277.0, 8242.0, 8236.0, 8272.0, 8265.0, 8316.0, 8307.0, 8241.0, 8261.0, 8226.0, 8201.0, 8211.0, 8248.0, 8223.0, 8210.0, 8271.0, 8228.0, 8228.0, 8252.0, 8225.0, 8209.0, 8211.0, 8211.0, 8262.0, 8218.0, 8203.0, 8214.0, 8215.0, 8259.0, 8231.0, 8224.0, 8209.0, 8162.0, 8164.0, 8188.0, 8179.0, 8181.0, 8199.0, 8193.0, 8260.0, 8226.0, 8254.0, 8238.0, 8219.0, 8230.0, 8231.0, 8192.0, 8203.0, 8206.0, 8191.0, 8197.0, 8212.0, 8256.0, 8212.0, 8194.0, 8200.0, 8197.0, 8168.0, 8186.0, 8212.0, 8213.0, 8180.0, 8201.0, 8188.0, 8187.0, 8203.0, 8201.0, 8236.0, 8254.0, 8232.0, 8250.0, 8207.0, 8225.0, 8225.0, 8190.0, 8229.0, 8231.0, 8241.0, 8264.0, 8287.0, 8285.0, 8284.0, 8261.0, 8255.0, 8233.0, 8253.0, 8245.0, 8260.0, 8251.0, 8247.0, 8207.0, 8190.0, 8217.0, 8224.0, 8232.0, 8192.0, 8264.0, 8277.0, 8222.0, 8292.0, 8225.0, 8216.0, 8284.0, 8225.0, 8209.0, 8261.0, 8191.0, 8263.0, 8223.0, 8221.0, 8205.0, 8190.0, 8197.0, 8219.0, 8183.0, 8228.0, 8162.0, 8182.0, 8182.0, 8215.0, 8197.0, 8177.0, 8162.0, 8179.0, 8210.0, 8182.0, 8190.0, 8189.0, 8193.0, 8209.0, 8253.0, 8212.0, 8225.0, 8251.0, 8206.0, 8203.0, 8200.0, 8219.0, 8203.0, 8223.0, 8233.0, 8276.0, 8239.0, 8234.0, 8231.0, 8258.0, 8230.0, 8250.0, 8252.0, 8235.0, 8252.0, 8239.0, 8244.0, 8211.0, 8211.0, 8287.0, 8290.0, 8229.0, 8271.0, 8228.0, 8235.0, 8231.0, 8226.0, 8229.0, 8227.0, 8216.0, 8249.0, 8287.0, 8261.0, 8227.0, 8223.0, 8244.0, 8235.0, 8222.0, 8160.0, 8221.0, 8199.0, 8255.0, 8246.0, 8186.0, 8266.0, 8200.0, 8212.0, 8177.0, 8181.0, 8185.0, 8183.0, 8184.0, 8234.0, 8187.0, 8184.0, 8211.0, 8177.0, 8183.0, 8223.0, 8268.0, 8228.0, 8181.0, 8217.0, 8206.0, 8214.0, 8216.0, 8219.0, 8271.0, 8264.0, 8263.0, 8270.0, 8313.0, 8278.0, 8236.0, 8217.0, 8232.0, 8218.0, 8266.0, 8276.0, 8283.0, 8236.0, 8233.0, 8255.0, 8216.0, 8244.0, 8181.0, 8231.0, 8236.0, 8266.0, 8240.0, 8240.0, 8207.0, 8220.0, 8239.0, 8211.0, 8219.0, 8223.0, 8233.0, 8248.0, 8294.0, 8280.0, 8340.0, 8254.0, 8255.0, 8216.0, 8232.0, 8251.0, 8323.0, 8287.0, 8267.0, 8301.0, 8238.0, 8265.0, 8259.0, 8238.0, 8205.0, 8203.0, 8236.0, 8212.0, 8286.0, 8259.0, 8259.0, 8199.0, 8203.0, 8149.0, 8132.0, 8160.0, 8122.0, 8149.0, 8183.0, 8231.0, 8206.0, 8177.0, 8172.0, 8172.0, 8193.0, 8206.0, 8215.0, 8234.0, 8252.0, 8244.0, 8275.0, 8250.0, 8288.0, 8206.0, 8222.0, 8242.0, 8252.0, 8259.0, 8228.0, 8224.0, 8253.0, 8199.0, 8197.0, 8209.0, 8206.0, 8240.0, 8181.0, 8196.0, 8228.0, 8202.0, 8206.0, 8212.0, 8245.0, 8237.0, 8228.0, 8271.0, 8229.0, 8213.0, 8228.0, 8209.0, 8256.0, 8225.0, 8218.0, 8234.0, 8247.0, 8276.0, 8260.0, 8234.0, 8241.0, 8214.0, 8169.0, 8151.0, 8103.0, 8142.0, 8128.0, 8117.0, 8130.0, 8134.0, 8124.0, 8134.0, 8124.0, 8108.0, 8149.0, 8139.0, 8119.0, 8148.0, 8128.0, 8146.0, 8145.0, 8160.0, 8151.0, 8156.0, 8197.0, 8226.0, 8247.0, 8206.0, 8242.0, 8179.0, 8220.0, 8217.0, 8182.0, 8189.0, 8205.0, 8210.0, 8237.0, 8239.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.006317683486238531</td></tr>
<tr><td colspan=3>aqi</td><td>0.1213023380733945</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.73828222230762</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0557422449712992</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9956790018828942</td></tr>
<tr><td colspan=3>efc</td><td>0.4671</td></tr>
<tr><td colspan=3>fber</td><td>5364.98</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23335200287826377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>373</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>42.77522935779817</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.856821548322412</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.602333301591903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1121906530723202</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.855940690303013</td></tr>
<tr><td colspan=3>gcor</td><td>0.00713843</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010307365097105503</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033303774893283844</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.9840380705080745</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>19.8905</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8958</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.4347</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303387.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>585.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.8224</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.0137</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2878.4525</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3725.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.5617</td></tr>
<tr><td colspan=3>tsnr</td><td>19.387405929737724</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>