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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-06_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-06_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-0101/ses-01/func/sub-0101_ses-01_task-social_acq-mb8_run-06_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>29be15cc731191d28c05825783c2e064</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:17:43.847500</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.998133, 0.0505016, 0.0343564, -0.0442777, 0.985706, -0.162552]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.130922</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7244, 56, -187, -71, -74, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>308a4d9d-37a5-4b36-8f03-1307c87b9acb||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.67791748046875, -0.11879376322031021, 0.1136009618639946, 115.83614349365234], [-0.13549205660820007, 2.6445770263671875, -0.4339645802974701, -75.71792602539062], [0.09217563271522522, 0.4361160695552826, 2.6624743938446045, -98.6727523803711], [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': ['131743.847500', '131744.307500', '131744.767500', '131745.227500', '131745.687500', '131746.147500', '131746.607500', '131747.067500', '131747.527500', '131747.987500', '131748.447500', '131748.907500', '131749.367500', '131749.827500', '131750.287500', '131750.747500', '131751.207500', '131751.667500', '131752.127500', '131752.587500', '131753.047500', '131753.507500', '131753.967500', '131754.427500', '131754.887500', '131755.347500', '131755.807500', '131756.267500', '131756.727500', '131757.187500', '131757.647500', '131758.107500', '131758.567500', '131759.027500', '131759.487500', '131759.947500', '131800.407500', '131800.867500', '131801.327500', '131801.787500', '131802.247500', '131802.707500', '131803.167500', '131803.627500', '131804.087500', '131804.547500', '131805.007500', '131805.467500', '131805.927500', '131806.387500', '131806.847500', '131807.307500', '131807.767500', '131808.227500', '131808.687500', '131809.147500', '131809.607500', '131810.067500', '131810.527500', '131810.987500', '131811.447500', '131811.907500', '131812.367500', '131812.827500', '131813.287500', '131813.747500', '131814.207500', '131814.667500', '131815.127500', '131815.587500', '131816.047500', '131816.507500', '131816.967500', '131817.427500', '131817.887500', '131818.347500', '131818.807500', '131819.267500', '131819.727500', '131820.187500', '131820.647500', '131821.107500', '131821.567500', '131822.027500', '131822.487500', '131822.947500', '131823.407500', '131823.867500', '131824.327500', '131824.787500', '131825.247500', '131825.707500', '131826.167500', '131826.627500', '131827.087500', '131827.547500', '131828.007500', '131828.467500', '131828.927500', '131829.387500', '131829.847500', '131830.307500', '131830.767500', '131831.227500', '131831.687500', '131832.147500', '131832.607500', '131833.067500', '131833.527500', '131833.987500', '131834.447500', '131834.907500', '131835.367500', '131835.827500', '131836.287500', '131836.747500', '131837.207500', '131837.667500', '131838.127500', '131838.587500', '131839.047500', '131839.507500', '131839.967500', '131840.427500', '131840.887500', '131841.347500', '131841.807500', '131842.267500', '131842.727500', '131843.187500', '131843.647500', '131844.107500', '131844.567500', '131845.027500', '131845.487500', '131845.947500', '131846.407500', '131846.867500', '131847.327500', '131847.787500', '131848.247500', '131848.707500', '131849.167500', '131849.627500', '131850.087500', '131850.547500', '131851.007500', '131851.467500', '131851.927500', '131852.387500', '131852.847500', '131853.307500', '131853.767500', '131854.227500', '131854.687500', '131855.147500', '131855.607500', '131856.067500', '131856.527500', '131856.987500', '131857.447500', '131857.907500', '131858.367500', '131858.827500', '131859.287500', '131859.747500', '131900.207500', '131900.667500', '131901.127500', '131901.587500', '131902.047500', '131902.507500', '131902.967500', '131903.427500', '131903.887500', '131904.347500', '131904.807500', '131905.267500', '131905.727500', '131906.187500', '131906.647500', '131907.107500', '131907.567500', '131908.027500', '131908.487500', '131908.947500', '131909.407500', '131909.867500', '131910.327500', '131910.787500', '131911.247500', '131911.707500', '131912.167500', '131912.627500', '131913.087500', '131913.547500', '131914.007500', '131914.467500', '131914.927500', '131915.387500', '131915.847500', '131916.307500', '131916.767500', '131917.227500', '131917.687500', '131918.147500', '131918.607500', '131919.067500', '131919.527500', '131919.987500', '131920.447500', '131920.907500', '131921.367500', '131921.827500', '131922.287500', '131922.747500', '131923.207500', '131923.667500', '131924.127500', '131924.587500', '131925.047500', '131925.507500', '131925.967500', '131926.427500', '131926.887500', '131927.347500', '131927.807500', '131928.267500', '131928.727500', '131929.187500', '131929.647500', '131930.107500', '131930.567500', '131931.027500', '131931.487500', '131931.947500', '131932.407500', '131932.867500', '131933.327500', '131933.787500', '131934.247500', '131934.707500', '131935.167500', '131935.627500', '131936.087500', '131936.547500', '131937.007500', '131937.467500', '131937.927500', '131938.387500', '131938.847500', '131939.307500', '131939.767500', '131940.227500', '131940.687500', '131941.147500', '131941.607500', '131942.067500', '131942.527500', '131942.987500', '131943.447500', '131943.907500', '131944.367500', '131944.827500', '131945.287500', '131945.747500', '131946.207500', '131946.667500', '131947.127500', '131947.587500', '131948.047500', '131948.507500', '131948.967500', '131949.427500', '131949.887500', '131950.347500', '131950.807500', '131951.267500', '131951.727500', '131952.187500', '131952.647500', '131953.107500', '131953.567500', '131954.027500', '131954.487500', '131954.947500', '131955.407500', '131955.867500', '131956.327500', '131956.787500', '131957.247500', '131957.707500', '131958.167500', '131958.627500', '131959.087500', '131959.547500', '132000.007500', '132000.467500', '132000.927500', '132001.387500', '132001.847500', '132002.307500', '132002.767500', '132003.227500', '132003.687500', '132004.147500', '132004.607500', '132005.067500', '132005.527500', '132005.987500', '132006.447500', '132006.907500', '132007.367500', '132007.827500', '132008.287500', '132008.747500', '132009.207500', '132009.667500', '132010.127500', '132010.587500', '132011.047500', '132011.507500', '132011.967500', '132012.427500', '132012.887500', '132013.347500', '132013.807500', '132014.267500', '132014.727500', '132015.187500', '132015.647500', '132016.107500', '132016.567500', '132017.027500', '132017.487500', '132017.947500', '132018.407500', '132018.867500', '132019.327500', '132019.787500', '132020.247500', '132020.707500', '132021.167500', '132021.627500', '132022.087500', '132022.547500', '132023.007500', '132023.467500', '132023.927500', '132024.387500', '132024.847500', '132025.307500', '132025.767500', '132026.227500', '132026.687500', '132027.147500', '132027.607500', '132028.067500', '132028.527500', '132028.987500', '132029.447500', '132029.907500', '132030.367500', '132030.827500', '132031.287500', '132031.747500', '132032.207500', '132032.667500', '132033.127500', '132033.587500', '132034.047500', '132034.507500', '132034.967500', '132035.427500', '132035.887500', '132036.347500', '132036.807500', '132037.267500', '132037.727500', '132038.187500', '132038.647500', '132039.107500', '132039.567500', '132040.027500', '132040.487500', '132040.947500', '132041.407500', '132041.867500', '132042.327500', '132042.787500', '132043.247500', '132043.707500', '132044.167500', '132044.627500', '132045.087500', '132045.547500', '132046.007500', '132046.467500', '132046.927500', '132047.387500', '132047.847500', '132048.307500', '132048.767500', '132049.227500', '132049.687500', '132050.147500', '132050.607500', '132051.067500', '132051.527500', '132051.987500', '132052.447500', '132052.907500', '132053.367500', '132053.827500', '132054.287500', '132054.747500', '132055.207500', '132055.667500', '132056.127500', '132056.587500', '132057.047500', '132057.507500', '132057.967500', '132058.427500', '132058.887500', '132059.347500', '132059.807500', '132100.267500', '132100.727500', '132101.187500', '132101.647500', '132102.107500', '132102.567500', '132103.027500', '132103.487500', '132103.947500', '132104.407500', '132104.867500', '132105.327500', '132105.787500', '132106.247500', '132106.707500', '132107.167500', '132107.627500', '132108.087500', '132108.547500', '132109.007500', '132109.467500', '132109.927500', '132110.387500', '132110.847500', '132111.307500', '132111.767500', '132112.227500', '132112.687500', '132113.147500', '132113.607500', '132114.067500', '132114.527500', '132114.987500', '132115.447500', '132115.907500', '132116.367500', '132116.827500', '132117.287500', '132117.747500', '132118.207500', '132118.667500', '132119.127500', '132119.587500', '132120.047500', '132120.507500', '132120.967500', '132121.427500', '132121.887500', '132122.347500', '132122.807500', '132123.267500', '132123.727500', '132124.187500', '132124.647500', '132125.107500', '132125.567500', '132126.027500', '132126.487500', '132126.947500', '132127.407500', '132127.867500', '132128.327500', '132128.787500', '132129.247500', '132129.707500', '132130.167500', '132130.627500', '132131.087500', '132131.547500', '132132.007500', '132132.467500', '132132.927500', '132133.387500', '132133.847500', '132134.307500', '132134.767500', '132135.227500', '132135.687500', '132136.147500', '132136.607500', '132137.067500', '132137.527500', '132137.987500', '132138.447500', '132138.907500', '132139.367500', '132139.827500', '132140.287500', '132140.747500', '132141.207500', '132141.667500', '132142.127500', '132142.587500', '132143.047500', '132143.507500', '132143.967500', '132144.427500', '132144.887500', '132145.347500', '132145.807500', '132146.267500', '132146.727500', '132147.187500', '132147.647500', '132148.107500', '132148.567500', '132149.027500', '132149.487500', '132149.947500', '132150.407500', '132150.867500', '132151.327500', '132151.787500', '132152.247500', '132152.707500', '132153.167500', '132153.627500', '132154.087500', '132154.547500', '132155.007500', '132155.467500', '132155.927500', '132156.387500', '132156.847500', '132157.307500', '132157.767500', '132158.227500', '132158.687500', '132159.147500', '132159.607500', '132200.067500', '132200.527500', '132200.987500', '132201.447500', '132201.907500', '132202.367500', '132202.827500', '132203.287500', '132203.747500', '132204.207500', '132204.667500', '132205.127500', '132205.587500', '132206.047500', '132206.507500', '132206.967500', '132207.427500', '132207.887500', '132208.347500', '132208.807500', '132209.267500', '132209.727500', '132210.187500', '132210.647500', '132211.107500', '132211.567500', '132212.027500', '132212.487500', '132212.947500', '132213.407500', '132213.867500', '132214.327500', '132214.787500', '132215.247500', '132215.707500', '132216.167500', '132216.627500', '132217.087500', '132217.547500', '132218.007500', '132218.467500', '132218.927500', '132219.387500', '132219.847500', '132220.307500', '132220.767500', '132221.227500', '132221.687500', '132222.147500', '132222.607500', '132223.067500', '132223.527500', '132223.987500', '132224.447500', '132224.907500', '132225.367500', '132225.827500', '132226.287500', '132226.747500', '132227.207500', '132227.667500', '132228.127500', '132228.587500', '132229.047500', '132229.507500', '132229.967500', '132230.427500', '132230.887500', '132231.347500', '132231.807500', '132232.267500', '132232.727500', '132233.187500', '132233.647500', '132234.107500', '132234.567500', '132235.027500', '132235.487500', '132235.947500', '132236.407500', '132236.867500', '132237.327500', '132237.787500', '132238.247500', '132238.707500', '132239.167500', '132239.627500', '132240.087500', '132240.547500', '132241.007500', '132241.467500', '132241.927500', '132242.387500', '132242.847500', '132243.307500', '132243.767500', '132244.227500', '132244.687500', '132245.147500', '132245.607500', '132246.067500', '132246.527500', '132246.987500', '132247.447500', '132247.907500', '132248.367500', '132248.827500', '132249.287500', '132249.747500', '132250.207500', '132250.667500', '132251.127500', '132251.587500', '132252.047500', '132252.507500', '132252.967500', '132253.427500', '132253.887500', '132254.347500', '132254.807500', '132255.267500', '132255.727500', '132256.187500', '132256.647500', '132257.107500', '132257.567500', '132258.027500', '132258.487500', '132258.947500', '132259.407500', '132259.867500', '132300.327500', '132300.787500', '132301.247500', '132301.707500', '132302.167500', '132302.627500', '132303.087500', '132303.547500', '132304.007500', '132304.467500', '132304.927500', '132305.387500', '132305.847500', '132306.307500', '132306.767500', '132307.227500', '132307.687500', '132308.147500', '132308.607500', '132309.067500', '132309.527500', '132309.987500', '132310.447500', '132310.907500', '132311.367500', '132311.827500', '132312.287500', '132312.747500', '132313.207500', '132313.667500', '132314.127500', '132314.587500', '132315.047500', '132315.507500', '132315.967500', '132316.427500', '132316.887500', '132317.347500', '132317.807500', '132318.267500', '132318.727500', '132319.187500', '132319.647500', '132320.107500', '132320.567500', '132321.027500', '132321.487500', '132321.947500', '132322.407500', '132322.867500', '132323.327500', '132323.787500', '132324.247500', '132324.707500', '132325.167500', '132325.627500', '132326.087500', '132326.547500', '132327.007500', '132327.467500', '132327.927500', '132328.387500', '132328.847500', '132329.307500', '132329.767500', '132330.227500', '132330.687500', '132331.147500', '132331.607500', '132332.067500', '132332.527500', '132332.987500', '132333.447500', '132333.907500', '132334.367500', '132334.827500', '132335.287500', '132335.747500', '132336.207500', '132336.667500', '132337.127500', '132337.587500', '132338.047500', '132338.507500', '132338.967500', '132339.427500', '132339.887500', '132340.347500', '132340.807500', '132341.267500', '132341.727500', '132342.187500', '132342.647500', '132343.107500', '132343.567500', '132344.027500', '132344.487500', '132344.947500', '132345.407500', '132345.867500', '132346.327500', '132346.787500', '132347.247500', '132347.707500', '132348.167500', '132348.627500', '132349.087500', '132349.547500', '132350.007500', '132350.467500', '132350.927500', '132351.387500', '132351.847500', '132352.307500', '132352.767500', '132353.227500', '132353.687500', '132354.147500', '132354.607500', '132355.067500', '132355.527500', '132355.987500', '132356.447500', '132356.907500', '132357.367500', '132357.827500', '132358.287500', '132358.747500', '132359.207500', '132359.667500', '132400.127500', '132400.587500', '132401.047500', '132401.507500', '132401.967500', '132402.427500', '132402.887500', '132403.347500', '132403.807500', '132404.267500', '132404.727500', '132405.187500', '132405.647500', '132406.107500', '132406.567500', '132407.027500', '132407.487500', '132407.947500', '132408.407500', '132408.867500', '132409.327500', '132409.787500', '132410.247500', '132410.707500', '132411.167500', '132411.627500', '132412.087500', '132412.547500', '132413.007500', '132413.467500', '132413.927500', '132414.387500', '132414.847500', '132415.307500', '132415.767500', '132416.227500', '132416.687500', '132417.147500', '132417.607500', '132418.067500', '132418.527500', '132418.987500', '132419.447500', '132419.907500', '132420.367500', '132420.827500', '132421.287500', '132421.747500', '132422.207500', '132422.667500', '132423.127500', '132423.587500', '132424.047500', '132424.507500'], 'ContentTime': ['131757.514000', '131757.518000', '131757.527000', '131757.529000', '131757.532000', '131757.534000', '131757.537000', '131757.540000', '131757.542000', '131757.545000', '131757.552000', '131757.555000', '131757.557000', '131757.560000', '131757.563000', '131757.566000', '131757.568000', '131757.571000', '131757.574000', '131757.576000', '131757.579000', '131757.581000', '131757.584000', '131757.587000', '131757.589000', '131757.592000', '131757.595000', '131817.481000', '131817.484000', '131817.487000', '131817.489000', '131817.492000', '131817.495000', '131817.497000', '131817.500000', '131817.503000', '131817.505000', '131817.508000', '131817.510000', '131817.513000', '131817.516000', '131817.518000', '131817.521000', '131817.523000', '131817.526000', '131817.529000', '131817.531000', '131817.534000', '131817.536000', '131817.539000', '131817.541000', '131817.544000', '131817.547000', '131817.550000', '131817.552000', '131817.562000', '131817.565000', '131817.567000', '131817.570000', '131817.578000', '131817.580000', '131817.583000', '131817.585000', '131817.588000', '131817.591000', '131817.593000', '131817.596000', '131817.599000', '131817.601000', '131817.604000', '131817.606000', '131837.482000', '131837.485000', '131837.488000', '131837.491000', '131837.493000', '131837.496000', '131837.499000', '131837.501000', '131837.504000', '131837.506000', '131837.509000', '131837.512000', '131837.514000', '131837.517000', '131837.520000', '131837.522000', '131837.525000', '131837.528000', '131837.530000', '131837.533000', '131837.535000', '131837.538000', '131837.540000', '131837.543000', '131837.546000', '131837.548000', '131837.551000', '131837.553000', '131837.556000', '131837.559000', '131837.561000', '131837.564000', '131837.567000', '131837.569000', '131837.572000', '131837.574000', '131837.581000', '131837.583000', '131837.586000', '131837.589000', '131837.591000', '131837.594000', '131837.596000', '131857.482000', '131857.485000', '131857.488000', '131857.490000', '131857.493000', '131857.495000', '131857.498000', '131857.501000', '131857.503000', '131857.506000', '131857.508000', '131857.511000', '131857.514000', '131857.516000', '131857.519000', '131857.522000', '131857.524000', '131857.527000', '131857.530000', '131857.532000', '131857.535000', '131857.537000', '131857.540000', '131857.543000', '131857.545000', '131857.548000', '131857.551000', '131857.553000', '131857.556000', '131857.559000', '131857.561000', '131857.564000', '131857.566000', '131857.569000', '131857.571000', '131857.574000', '131857.577000', '131857.579000', '131857.582000', '131857.584000', '131857.587000', '131857.589000', '131857.592000', '131857.594000', '131917.483000', '131917.486000', '131917.488000', '131917.491000', '131917.494000', '131917.496000', '131917.499000', '131917.502000', '131917.504000', '131917.507000', '131917.510000', '131917.512000', '131917.515000', '131917.518000', '131917.520000', '131917.523000', '131917.525000', '131917.528000', '131917.531000', '131917.533000', '131917.536000', '131917.539000', '131917.541000', '131917.544000', '131917.546000', '131917.549000', '131917.552000', '131917.554000', '131917.557000', '131917.560000', '131917.562000', '131917.565000', '131917.567000', '131917.570000', '131917.573000', '131917.576000', '131917.578000', '131917.581000', '131917.583000', '131917.586000', '131917.589000', '131917.592000', '131917.594000', '131937.481000', '131937.484000', '131937.487000', '131937.490000', '131937.492000', '131937.495000', '131937.498000', '131937.500000', '131937.503000', '131937.506000', '131937.508000', '131937.511000', '131937.514000', '131937.516000', '131937.519000', '131937.521000', '131937.524000', '131937.527000', '131937.529000', '131937.532000', '131937.534000', '131937.537000', '131937.540000', '131937.542000', '131937.545000', '131937.548000', '131937.550000', '131937.553000', '131937.556000', '131937.558000', '131937.561000', '131937.563000', '131937.566000', '131937.569000', '131937.572000', '131937.574000', '131937.577000', '131937.579000', '131937.582000', '131937.585000', '131937.588000', '131937.590000', '131937.593000', '131937.595000', '131957.481000', '131957.484000', '131957.487000', '131957.489000', '131957.492000', '131957.495000', '131957.498000', '131957.500000', '131957.503000', '131957.506000', '131957.508000', '131957.511000', '131957.514000', '131957.517000', '131957.519000', '131957.522000', '131957.524000', '131957.527000', '131957.530000', '131957.532000', '131957.535000', '131957.538000', '131957.540000', '131957.543000', '131957.546000', '131957.548000', '131957.551000', '131957.553000', '131957.556000', '131957.559000', '131957.561000', '131957.564000', '131957.567000', '131957.569000', '131957.572000', '131957.575000', '131957.578000', '131957.588000', '131957.591000', '131957.594000', '131957.596000', '131957.599000', '131957.602000', '132017.481000', '132017.484000', '132017.487000', '132017.490000', '132017.492000', '132017.495000', '132017.498000', '132017.500000', '132017.503000', '132017.506000', '132017.508000', '132017.511000', '132017.513000', '132017.516000', '132017.519000', '132017.521000', '132017.524000', '132017.527000', '132017.529000', '132017.532000', '132017.534000', '132017.537000', '132017.540000', '132017.542000', '132017.545000', '132017.548000', '132017.550000', '132017.553000', '132017.556000', '132017.558000', '132017.561000', '132017.563000', '132017.566000', '132017.569000', '132017.572000', '132017.574000', '132017.577000', '132017.580000', '132017.582000', '132017.585000', '132017.587000', '132017.590000', '132017.592000', '132017.595000', '132037.481000', '132037.484000', '132037.487000', '132037.490000', '132037.493000', '132037.495000', '132037.498000', '132037.501000', '132037.503000', '132037.506000', '132037.509000', '132037.511000', '132037.514000', '132037.517000', '132037.519000', '132037.522000', '132037.525000', '132037.527000', '132037.530000', '132037.532000', '132037.535000', '132037.538000', '132037.540000', '132037.543000', '132037.546000', '132037.548000', '132037.551000', '132037.554000', '132037.556000', '132037.559000', '132037.562000', '132037.564000', '132037.567000', '132037.570000', '132037.572000', '132037.575000', '132037.578000', '132037.580000', '132037.583000', '132037.585000', '132037.588000', '132037.591000', '132037.593000', '132057.482000', '132057.485000', '132057.488000', '132057.490000', '132057.493000', '132057.496000', '132057.499000', '132057.501000', '132057.504000', '132057.507000', '132057.509000', '132057.512000', '132057.514000', '132057.517000', '132057.520000', '132057.522000', '132057.525000', '132057.528000', '132057.530000', '132057.533000', '132057.536000', '132057.538000', '132057.541000', '132057.544000', '132057.546000', '132057.549000', '132057.552000', '132057.554000', '132057.557000', '132057.560000', '132057.562000', '132057.565000', '132057.567000', '132057.570000', '132057.572000', '132057.575000', '132057.578000', '132057.581000', '132057.583000', '132057.586000', '132057.589000', '132057.591000', '132057.594000', '132057.596000', '132117.483000', '132117.485000', '132117.488000', '132117.491000', '132117.493000', '132117.496000', '132117.499000', '132117.501000', '132117.504000', '132117.507000', '132117.510000', '132117.512000', '132117.515000', '132117.517000', '132117.520000', '132117.523000', '132117.525000', '132117.528000', '132117.531000', '132117.533000', '132117.536000', '132117.538000', '132117.541000', '132117.544000', '132117.546000', '132117.549000', '132117.552000', '132117.554000', '132117.557000', '132117.560000', '132117.562000', '132117.565000', '132117.567000', '132117.570000', '132117.573000', '132117.575000', '132117.578000', '132117.581000', '132117.583000', '132117.586000', '132117.588000', '132117.591000', '132117.594000', '132137.483000', '132137.485000', '132137.488000', '132137.491000', '132137.493000', '132137.496000', '132137.499000', '132137.501000', '132137.504000', '132137.506000', '132137.509000', '132137.512000', '132137.515000', '132137.517000', '132137.520000', '132137.523000', '132137.525000', '132137.528000', '132137.530000', '132137.544000', '132137.546000', '132137.549000', '132137.552000', '132137.554000', '132137.557000', '132137.560000', '132137.562000', '132137.565000', '132137.568000', '132137.570000', '132137.573000', '132137.576000', '132137.578000', '132137.581000', '132137.583000', '132137.586000', '132137.589000', '132137.591000', '132137.594000', '132137.597000', '132137.599000', '132137.602000', '132137.604000', '132137.607000', '132157.482000', '132157.485000', '132157.487000', '132157.490000', '132157.493000', '132157.495000', '132157.498000', '132157.501000', '132157.503000', '132157.506000', '132157.508000', '132157.511000', '132157.514000', '132157.516000', '132157.519000', '132157.521000', '132157.524000', '132157.526000', '132157.529000', '132157.532000', '132157.534000', '132157.537000', '132157.539000', '132157.542000', '132157.545000', '132157.547000', '132157.550000', '132157.553000', '132157.555000', '132157.558000', '132157.561000', '132157.563000', '132157.566000', '132157.569000', '132157.571000', '132157.574000', '132157.577000', '132157.579000', '132157.582000', '132157.584000', '132157.587000', '132157.590000', '132157.592000', '132217.482000', '132217.484000', '132217.487000', '132217.490000', '132217.493000', '132217.495000', '132217.498000', '132217.501000', '132217.503000', '132217.506000', '132217.509000', '132217.511000', '132217.514000', '132217.517000', '132217.519000', '132217.522000', '132217.525000', '132217.527000', '132217.530000', '132217.533000', '132217.535000', '132217.538000', '132217.540000', '132217.543000', '132217.546000', '132217.548000', '132217.551000', '132217.554000', '132217.556000', '132217.559000', '132217.562000', '132217.564000', '132217.567000', '132217.570000', '132217.572000', '132217.575000', '132217.578000', '132217.580000', '132217.583000', '132217.585000', '132217.588000', '132217.590000', '132217.593000', '132217.596000', '132237.482000', '132237.484000', '132237.487000', '132237.490000', '132237.493000', '132237.495000', '132237.498000', '132237.500000', '132237.503000', '132237.506000', '132237.508000', '132237.511000', '132237.514000', '132237.516000', '132237.519000', '132237.521000', '132237.524000', '132237.527000', '132237.529000', '132237.532000', '132237.535000', '132237.537000', '132237.540000', '132237.543000', '132237.545000', '132237.548000', '132237.550000', '132237.553000', '132237.556000', '132237.558000', '132237.563000', '132237.565000', '132237.568000', '132237.571000', '132237.573000', '132237.576000', '132237.579000', '132237.581000', '132237.584000', '132237.586000', '132237.589000', '132237.592000', '132237.594000', '132257.482000', '132257.485000', '132257.488000', '132257.491000', '132257.493000', '132257.496000', '132257.499000', '132257.501000', '132257.504000', '132257.507000', '132257.509000', '132257.512000', '132257.515000', '132257.518000', '132257.520000', '132257.523000', '132257.526000', '132257.528000', '132257.531000', '132257.533000', '132257.536000', '132257.539000', '132257.541000', '132257.544000', '132257.547000', '132257.549000', '132257.552000', '132257.554000', '132257.557000', '132257.560000', '132257.562000', '132257.565000', '132257.568000', '132257.570000', '132257.573000', '132257.575000', '132257.578000', '132257.581000', '132257.583000', '132257.586000', '132257.588000', '132257.591000', '132257.594000', '132257.596000', '132317.483000', '132317.485000', '132317.488000', '132317.491000', '132317.494000', '132317.496000', '132317.499000', '132317.501000', '132317.504000', '132317.507000', '132317.509000', '132317.512000', '132317.515000', '132317.517000', '132317.527000', '132317.529000', '132317.532000', '132317.535000', '132317.537000', '132317.540000', '132317.542000', '132317.545000', '132317.548000', '132317.550000', '132317.553000', '132317.555000', '132317.558000', '132317.560000', '132317.563000', '132317.566000', '132317.568000', '132317.571000', '132317.574000', '132317.576000', '132317.579000', '132317.581000', '132317.584000', '132317.586000', '132317.589000', '132317.592000', '132317.594000', '132317.597000', '132317.600000', '132337.482000', '132337.485000', '132337.488000', '132337.490000', '132337.493000', '132337.496000', '132337.498000', '132337.501000', '132337.503000', '132337.508000', '132337.510000', '132337.513000', '132337.515000', '132337.518000', '132337.521000', '132337.523000', '132337.526000', '132337.528000', '132337.531000', '132337.533000', '132337.536000', '132337.539000', '132337.541000', '132337.544000', '132337.546000', '132337.549000', '132337.552000', '132337.554000', '132337.557000', '132337.560000', '132337.562000', '132337.565000', '132337.567000', '132337.570000', '132337.573000', '132337.575000', '132337.578000', '132337.580000', '132337.583000', '132337.585000', '132337.588000', '132337.591000', '132337.593000', '132337.596000', '132357.483000', '132357.485000', '132357.488000', '132357.491000', '132357.493000', '132357.496000', '132357.498000', '132357.501000', '132357.504000', '132357.506000', '132357.509000', '132357.512000', '132357.515000', '132357.517000', '132357.520000', '132357.523000', '132357.525000', '132357.528000', '132357.531000', '132357.533000', '132357.536000', '132357.539000', '132357.541000', '132357.544000', '132357.547000', '132357.549000', '132357.552000', '132357.555000', '132357.557000', '132357.560000', '132357.562000', '132357.565000', '132357.568000', '132357.570000', '132357.573000', '132357.576000', '132357.578000', '132357.581000', '132357.584000', '132357.586000', '132357.589000', '132357.592000', '132357.594000', '132417.482000', '132417.485000', '132417.487000', '132417.490000', '132417.492000', '132417.495000', '132417.498000', '132417.500000', '132417.503000', '132417.505000', '132417.508000', '132417.511000', '132417.514000', '132417.517000', '132417.520000', '132417.523000', '132417.526000', '132417.529000', '132417.531000', '132417.534000', '132417.536000', '132417.539000', '132417.541000', '132417.544000', '132417.547000', '132417.549000', '132417.552000', '132417.554000', '132417.557000', '132417.560000', '132417.562000', '132417.565000', '132417.567000', '132417.570000', '132417.572000', '132417.575000', '132417.578000', '132417.581000', '132417.583000', '132417.586000', '132417.589000', '132417.591000', '132417.594000', '132425.758000', '132425.761000', '132425.763000', '132425.766000', '132425.769000', '132425.771000', '132425.774000', '132425.777000', '132425.779000', '132425.782000', '132425.784000', '132425.787000', '132425.812000', '132425.815000', '132425.818000', '132425.820000', '132425.823000', '132425.826000', '132425.828000'], 'InstanceCreationTime': ['131757.514000', '131757.518000', '131757.527000', '131757.529000', '131757.532000', '131757.534000', '131757.537000', '131757.540000', '131757.542000', '131757.545000', '131757.552000', '131757.555000', '131757.557000', '131757.560000', '131757.563000', '131757.566000', '131757.568000', '131757.571000', '131757.574000', '131757.576000', '131757.579000', '131757.581000', '131757.584000', '131757.587000', '131757.589000', '131757.592000', '131757.595000', '131817.481000', '131817.484000', '131817.487000', '131817.489000', '131817.492000', '131817.495000', '131817.497000', '131817.500000', '131817.503000', '131817.505000', '131817.508000', '131817.510000', '131817.513000', '131817.516000', '131817.518000', '131817.521000', '131817.523000', '131817.526000', '131817.529000', '131817.531000', '131817.534000', '131817.536000', '131817.539000', '131817.541000', '131817.544000', '131817.547000', '131817.550000', '131817.552000', '131817.562000', '131817.565000', '131817.567000', '131817.570000', '131817.578000', '131817.580000', '131817.583000', '131817.585000', '131817.588000', '131817.591000', '131817.593000', '131817.596000', '131817.599000', '131817.601000', '131817.604000', '131817.606000', '131837.482000', '131837.485000', '131837.488000', '131837.491000', '131837.493000', '131837.496000', '131837.499000', '131837.501000', '131837.504000', '131837.506000', '131837.509000', '131837.512000', '131837.514000', '131837.517000', '131837.520000', '131837.522000', '131837.525000', '131837.528000', '131837.530000', '131837.533000', '131837.535000', '131837.538000', '131837.540000', '131837.543000', '131837.546000', '131837.548000', '131837.551000', '131837.553000', '131837.556000', '131837.559000', '131837.561000', '131837.564000', '131837.567000', '131837.569000', '131837.572000', '131837.574000', '131837.581000', '131837.583000', '131837.586000', '131837.589000', '131837.591000', '131837.594000', '131837.596000', '131857.482000', '131857.485000', '131857.488000', '131857.490000', '131857.493000', '131857.495000', '131857.498000', '131857.501000', '131857.503000', '131857.506000', '131857.508000', '131857.511000', '131857.514000', '131857.516000', '131857.519000', '131857.522000', '131857.524000', '131857.527000', '131857.530000', '131857.532000', '131857.535000', '131857.537000', '131857.540000', '131857.543000', '131857.545000', '131857.548000', '131857.551000', '131857.553000', '131857.556000', '131857.559000', '131857.561000', '131857.564000', '131857.566000', '131857.569000', '131857.571000', '131857.574000', '131857.577000', '131857.579000', '131857.582000', '131857.584000', '131857.587000', '131857.589000', '131857.592000', '131857.594000', '131917.483000', '131917.486000', '131917.488000', '131917.491000', '131917.494000', '131917.496000', '131917.499000', '131917.502000', '131917.504000', '131917.507000', '131917.510000', '131917.512000', '131917.515000', '131917.518000', '131917.520000', '131917.523000', '131917.525000', '131917.528000', '131917.531000', '131917.533000', '131917.536000', '131917.539000', '131917.541000', '131917.544000', '131917.546000', '131917.549000', '131917.552000', '131917.554000', '131917.557000', '131917.560000', '131917.562000', '131917.565000', '131917.567000', '131917.570000', '131917.573000', '131917.576000', '131917.578000', '131917.581000', '131917.583000', '131917.586000', '131917.589000', '131917.592000', '131917.594000', '131937.481000', '131937.484000', '131937.487000', '131937.490000', '131937.492000', '131937.495000', '131937.498000', '131937.500000', '131937.503000', '131937.506000', '131937.508000', '131937.511000', '131937.514000', '131937.516000', '131937.519000', '131937.521000', '131937.524000', '131937.527000', '131937.529000', '131937.532000', '131937.534000', '131937.537000', '131937.540000', '131937.542000', '131937.545000', '131937.548000', '131937.550000', '131937.553000', '131937.556000', '131937.558000', '131937.561000', '131937.563000', '131937.566000', '131937.569000', '131937.572000', '131937.574000', '131937.577000', '131937.579000', '131937.582000', '131937.585000', '131937.588000', '131937.590000', '131937.593000', '131937.595000', '131957.481000', '131957.484000', '131957.487000', '131957.489000', '131957.492000', '131957.495000', '131957.498000', '131957.500000', '131957.503000', '131957.506000', '131957.508000', '131957.511000', '131957.514000', '131957.517000', '131957.519000', '131957.522000', '131957.524000', '131957.527000', '131957.530000', '131957.532000', '131957.535000', '131957.538000', '131957.540000', '131957.543000', '131957.546000', '131957.548000', '131957.551000', '131957.553000', '131957.556000', '131957.559000', '131957.561000', '131957.564000', '131957.567000', '131957.569000', '131957.572000', '131957.575000', '131957.578000', '131957.588000', '131957.591000', '131957.594000', '131957.596000', '131957.599000', '131957.602000', '132017.481000', '132017.484000', '132017.487000', '132017.490000', '132017.492000', '132017.495000', '132017.498000', '132017.500000', '132017.503000', '132017.506000', '132017.508000', '132017.511000', '132017.513000', '132017.516000', '132017.519000', '132017.521000', '132017.524000', '132017.527000', '132017.529000', '132017.532000', '132017.534000', '132017.537000', '132017.540000', '132017.542000', '132017.545000', '132017.548000', '132017.550000', '132017.553000', '132017.556000', '132017.558000', '132017.561000', '132017.563000', '132017.566000', '132017.569000', '132017.572000', '132017.574000', '132017.577000', '132017.580000', '132017.582000', '132017.585000', '132017.587000', '132017.590000', '132017.592000', '132017.595000', '132037.481000', '132037.484000', '132037.487000', '132037.490000', '132037.493000', '132037.495000', '132037.498000', '132037.501000', '132037.503000', '132037.506000', '132037.509000', '132037.511000', '132037.514000', '132037.517000', '132037.519000', '132037.522000', '132037.525000', '132037.527000', '132037.530000', '132037.532000', '132037.535000', '132037.538000', '132037.540000', '132037.543000', '132037.546000', '132037.548000', '132037.551000', '132037.554000', '132037.556000', '132037.559000', '132037.562000', '132037.564000', '132037.567000', '132037.570000', '132037.572000', '132037.575000', '132037.578000', '132037.580000', '132037.583000', '132037.585000', '132037.588000', '132037.591000', '132037.593000', '132057.482000', '132057.485000', '132057.488000', '132057.490000', '132057.493000', '132057.496000', '132057.499000', '132057.501000', '132057.504000', '132057.507000', '132057.509000', '132057.512000', '132057.514000', '132057.517000', '132057.520000', '132057.522000', '132057.525000', '132057.528000', '132057.530000', '132057.533000', '132057.536000', '132057.538000', '132057.541000', '132057.544000', '132057.546000', '132057.549000', '132057.552000', '132057.554000', '132057.557000', '132057.560000', '132057.562000', '132057.565000', '132057.567000', '132057.570000', '132057.572000', '132057.575000', '132057.578000', '132057.581000', '132057.583000', '132057.586000', '132057.589000', '132057.591000', '132057.594000', '132057.596000', '132117.483000', '132117.485000', '132117.488000', '132117.491000', '132117.493000', '132117.496000', '132117.499000', '132117.501000', '132117.504000', '132117.507000', '132117.510000', '132117.512000', '132117.515000', '132117.517000', '132117.520000', '132117.523000', '132117.525000', '132117.528000', '132117.531000', '132117.533000', '132117.536000', '132117.538000', '132117.541000', '132117.544000', '132117.546000', '132117.549000', '132117.552000', '132117.554000', '132117.557000', '132117.560000', '132117.562000', '132117.565000', '132117.567000', '132117.570000', '132117.573000', '132117.575000', '132117.578000', '132117.581000', '132117.583000', '132117.586000', '132117.588000', '132117.591000', '132117.594000', '132137.483000', '132137.485000', '132137.488000', '132137.491000', '132137.493000', '132137.496000', '132137.499000', '132137.501000', '132137.504000', '132137.506000', '132137.509000', '132137.512000', '132137.515000', '132137.517000', '132137.520000', '132137.523000', '132137.525000', '132137.528000', '132137.530000', '132137.544000', '132137.546000', '132137.549000', '132137.552000', '132137.554000', '132137.557000', '132137.560000', '132137.562000', '132137.565000', '132137.568000', '132137.570000', '132137.573000', '132137.576000', '132137.578000', '132137.581000', '132137.583000', '132137.586000', '132137.589000', '132137.591000', '132137.594000', '132137.597000', '132137.599000', '132137.602000', '132137.604000', '132137.607000', '132157.482000', '132157.485000', '132157.487000', '132157.490000', '132157.493000', '132157.495000', '132157.498000', '132157.501000', '132157.503000', '132157.506000', '132157.508000', '132157.511000', '132157.514000', '132157.516000', '132157.519000', '132157.521000', '132157.524000', '132157.526000', '132157.529000', '132157.532000', '132157.534000', '132157.537000', '132157.539000', '132157.542000', '132157.545000', '132157.547000', '132157.550000', '132157.553000', '132157.555000', '132157.558000', '132157.561000', '132157.563000', '132157.566000', '132157.569000', '132157.571000', '132157.574000', '132157.577000', '132157.579000', '132157.582000', '132157.584000', '132157.587000', '132157.590000', '132157.592000', '132217.482000', '132217.484000', '132217.487000', '132217.490000', '132217.493000', '132217.495000', '132217.498000', '132217.501000', '132217.503000', '132217.506000', '132217.509000', '132217.511000', '132217.514000', '132217.517000', '132217.519000', '132217.522000', '132217.525000', '132217.527000', '132217.530000', '132217.533000', '132217.535000', '132217.538000', '132217.540000', '132217.543000', '132217.546000', '132217.548000', '132217.551000', '132217.554000', '132217.556000', '132217.559000', '132217.562000', '132217.564000', '132217.567000', '132217.570000', '132217.572000', '132217.575000', '132217.578000', '132217.580000', '132217.583000', '132217.585000', '132217.588000', '132217.590000', '132217.593000', '132217.596000', '132237.482000', '132237.484000', '132237.487000', '132237.490000', '132237.493000', '132237.495000', '132237.498000', '132237.500000', '132237.503000', '132237.506000', '132237.508000', '132237.511000', '132237.514000', '132237.516000', '132237.519000', '132237.521000', '132237.524000', '132237.527000', '132237.529000', '132237.532000', '132237.535000', '132237.537000', '132237.540000', '132237.543000', '132237.545000', '132237.548000', '132237.550000', '132237.553000', '132237.556000', '132237.558000', '132237.563000', '132237.565000', '132237.568000', '132237.571000', '132237.573000', '132237.576000', '132237.579000', '132237.581000', '132237.584000', '132237.586000', '132237.589000', '132237.592000', '132237.594000', '132257.482000', '132257.485000', '132257.488000', '132257.491000', '132257.493000', '132257.496000', '132257.499000', '132257.501000', '132257.504000', '132257.507000', '132257.509000', '132257.512000', '132257.515000', '132257.518000', '132257.520000', '132257.523000', '132257.526000', '132257.528000', '132257.531000', '132257.533000', '132257.536000', '132257.539000', '132257.541000', '132257.544000', '132257.547000', '132257.549000', '132257.552000', '132257.554000', '132257.557000', '132257.560000', '132257.562000', '132257.565000', '132257.568000', '132257.570000', '132257.573000', '132257.575000', '132257.578000', '132257.581000', '132257.583000', '132257.586000', '132257.588000', '132257.591000', '132257.594000', '132257.596000', '132317.483000', '132317.485000', '132317.488000', '132317.491000', '132317.494000', '132317.496000', '132317.499000', '132317.501000', '132317.504000', '132317.507000', '132317.509000', '132317.512000', '132317.515000', '132317.517000', '132317.527000', '132317.529000', '132317.532000', '132317.535000', '132317.537000', '132317.540000', '132317.542000', '132317.545000', '132317.548000', '132317.550000', '132317.553000', '132317.555000', '132317.558000', '132317.560000', '132317.563000', '132317.566000', '132317.568000', '132317.571000', '132317.574000', '132317.576000', '132317.579000', '132317.581000', '132317.584000', '132317.586000', '132317.589000', '132317.592000', '132317.594000', '132317.597000', '132317.600000', '132337.482000', '132337.485000', '132337.488000', '132337.490000', '132337.493000', '132337.496000', '132337.498000', '132337.501000', '132337.503000', '132337.508000', '132337.510000', '132337.513000', '132337.515000', '132337.518000', '132337.521000', '132337.523000', '132337.526000', '132337.528000', '132337.531000', '132337.533000', '132337.536000', '132337.539000', '132337.541000', '132337.544000', '132337.546000', '132337.549000', '132337.552000', '132337.554000', '132337.557000', '132337.560000', '132337.562000', '132337.565000', '132337.567000', '132337.570000', '132337.573000', '132337.575000', '132337.578000', '132337.580000', '132337.583000', '132337.585000', '132337.588000', '132337.591000', '132337.593000', '132337.596000', '132357.483000', '132357.485000', '132357.488000', '132357.491000', '132357.493000', '132357.496000', '132357.498000', '132357.501000', '132357.504000', '132357.506000', '132357.509000', '132357.512000', '132357.515000', '132357.517000', '132357.520000', '132357.523000', '132357.525000', '132357.528000', '132357.531000', '132357.533000', '132357.536000', '132357.539000', '132357.541000', '132357.544000', '132357.547000', '132357.549000', '132357.552000', '132357.555000', '132357.557000', '132357.560000', '132357.562000', '132357.565000', '132357.568000', '132357.570000', '132357.573000', '132357.576000', '132357.578000', '132357.581000', '132357.584000', '132357.586000', '132357.589000', '132357.592000', '132357.594000', '132417.482000', '132417.485000', '132417.487000', '132417.490000', '132417.492000', '132417.495000', '132417.498000', '132417.500000', '132417.503000', '132417.505000', '132417.508000', '132417.511000', '132417.514000', '132417.517000', '132417.520000', '132417.523000', '132417.526000', '132417.529000', '132417.531000', '132417.534000', '132417.536000', '132417.539000', '132417.541000', '132417.544000', '132417.547000', '132417.549000', '132417.552000', '132417.554000', '132417.557000', '132417.560000', '132417.562000', '132417.565000', '132417.567000', '132417.570000', '132417.572000', '132417.575000', '132417.578000', '132417.581000', '132417.583000', '132417.586000', '132417.589000', '132417.591000', '132417.594000', '132425.758000', '132425.761000', '132425.763000', '132425.766000', '132425.769000', '132425.771000', '132425.774000', '132425.777000', '132425.779000', '132425.782000', '132425.784000', '132425.787000', '132425.812000', '132425.815000', '132425.818000', '132425.820000', '132425.823000', '132425.826000', '132425.828000'], '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': [13899, 10267, 10012, 9532, 11067, 10744, 16331, 13334, 10330, 10635, 10472, 10898, 11097, 16331, 13716, 10089, 10014, 8501, 10233, 10706, 9789, 12229, 9676, 10618, 8950, 9690, 10559, 10230, 12294, 9749, 10465, 9698, 9163, 10301, 11131, 11190, 15727, 10910, 10440, 8709, 9921, 10615, 10025, 11609, 11100, 10745, 9903, 11750, 9849, 10541, 10779, 9170, 10248, 10337, 10419, 9784, 10107, 10075, 11182, 9984, 10821, 10594, 11139, 15558, 13673, 10219, 10821, 9226, 9205, 10983, 9736, 8130, 10977, 10521, 9585, 9453, 9109, 9986, 11069, 9731, 8967, 10001, 10302, 9440, 7978, 10937, 10189, 9740, 8373, 10439, 10409, 10612, 9528, 10986, 10423, 10259, 8344, 11008, 10922, 10299, 12325, 10151, 10061, 9945, 8327, 10922, 10137, 9940, 11610, 9458, 10652, 9408, 16526, 14617, 11200, 10387, 12191, 10966, 11012, 11685, 12084, 10187, 10720, 10196, 15475, 10079, 11101, 9626, 10035, 10709, 10458, 9509, 9557, 10490, 10559, 9434, 9987, 9990, 10412, 9229, 9998, 10385, 9638, 9966, 10148, 10609, 8662, 10575, 10547, 10434, 8939, 10895, 10913, 10521, 9001, 10385, 10332, 10066, 8507, 10236, 10061, 9608, 8789, 10688, 10536, 10126, 12644, 10606, 10675, 9424, 10564, 10961, 10729, 9434, 9995, 10834, 10349, 8825, 14884, 10706, 10725, 8459, 11120, 10681, 10230, 7964, 10795, 10538, 9049, 11672, 10575, 10392, 8498, 11038, 10197, 9658, 8173, 10772, 10375, 8888, 10446, 10205, 10315, 7993, 10844, 10153, 9430, 9001, 11049, 10722, 13454, 12570, 10407, 10776, 9256, 10660, 10868, 11978, 12192, 10321, 10673, 9103, 10631, 10480, 10098, 8985, 9798, 10236, 9378, 10808, 10450, 10169, 9872, 8496, 11081, 10980, 10160, 12500, 12972, 11288, 10736, 9898, 8971, 10978, 10646, 10058, 10301, 10542, 9931, 9404, 11338, 10301, 10318, 9709, 10268, 9825, 11039, 12688, 13640, 10833, 10688, 9297, 9552, 10668, 10255, 9523, 7845, 11140, 10456, 9836, 8323, 11040, 10965, 10111, 8816, 10999, 10359, 10959, 9551, 10203, 11347, 11271, 12241, 12638, 10728, 11180, 9761, 16350, 12734, 11559, 10292, 11508, 11302, 11037, 15654, 10893, 11538, 9767, 10668, 10456, 10821, 9438, 10543, 10637, 10105, 12163, 10485, 11215, 9040, 10264, 11074, 10797, 9552, 11019, 10494, 10188, 9321, 9980, 10612, 9226, 12087, 11950, 11123, 10166, 11477, 11041, 10820, 15265, 13754, 10487, 10388, 8679, 11188, 11180, 12488, 15202, 11178, 10701, 10808, 9009, 11080, 11132, 11078, 9815, 8023, 11470, 10911, 10266, 9841, 11594, 9717, 10554, 9645, 9467, 10402, 11349, 11662, 11208, 9350, 10754, 10171, 11754, 12058, 10023, 10854, 10196, 9890, 10403, 10941, 9480, 10012, 10232, 10820, 9261, 11228, 11301, 10601, 14559, 10286, 10645, 9607, 8799, 11466, 11123, 9599, 10128, 10735, 10606, 8892, 11345, 11267, 10259, 11232, 10803, 11105, 12941, 14166, 10345, 10254, 9026, 11427, 11041, 14842, 11916, 10178, 11072, 9097, 10921, 10369, 10837, 10339, 9999, 11548, 9794, 10986, 10735, 11428, 10109, 9291, 10752, 10671, 11292, 10794, 10135, 10391, 8713, 10982, 11358, 10071, 10075, 10550, 11071, 9195, 10936, 10617, 10799, 9542, 10606, 11207, 10615, 10434, 10424, 10724, 10438, 9659, 11056, 10358, 10335, 8546, 11624, 11093, 10220, 8977, 10782, 10545, 10063, 8990, 11022, 10318, 10294, 8670, 10770, 10995, 9699, 12302, 10974, 11136, 9265, 11020, 11045, 11027, 9917, 9751, 10667, 11044, 10561, 17054, 12152, 11135, 9734, 10260, 11618, 10947, 11363, 10174, 10518, 10856, 9063, 10034, 10498, 10097, 9828, 8784, 10416, 10572, 10899, 10515, 10686, 10453, 11231, 10669, 13120, 10997, 9292, 11705, 11184, 10060, 7722, 9779, 10633, 9920, 9257, 10428, 10882, 10686, 10558, 9248, 10357, 11091, 9076, 14472, 10551, 10654, 8980, 9944, 10748, 10732, 9796, 10014, 10379, 10717, 9850, 9659, 10209, 10642, 9675, 11807, 10424, 10322, 9097, 10951, 10937, 9861, 12009, 10853, 10613, 9505, 13010, 10212, 10305, 8280, 10528, 10655, 9371, 11772, 10497, 10638, 8969, 10964, 10888, 10316, 10389, 10513, 10633, 10009, 8330, 11239, 10871, 10030, 10948, 10539, 10929, 9864, 14768, 11097, 10895, 9238, 8679, 11274, 10834, 9715, 10477, 10527, 10815, 9631, 10959, 10322, 10893, 9276, 10803, 11107, 10561, 12981, 9890, 10484, 9599, 8999, 11372, 10815, 9715, 10326, 10431, 10989, 9315, 11563, 10196, 10654, 9354, 10059, 10895, 10752, 13402, 15567, 14140, 13304, 15580, 12884, 10631, 9996, 8707, 10517, 11233, 9676, 9863, 10041, 10339, 8977, 9554, 10293, 10593, 9317, 9958, 10749, 10811, 10014, 10076, 11167, 11196, 15419, 17021, 12940, 10744, 9353, 10511, 11028, 10437, 9558, 10538, 10602, 9246, 9554, 11092, 10599, 9214, 9951, 10814, 11116, 9533, 10775, 10640, 11048, 10335, 9833, 11307, 9895, 15504, 14203, 11201, 13082, 9888, 11546, 9793, 12761, 11571, 10768, 11288, 10018, 11098, 9818, 10320, 11320, 10735, 14047, 10139, 10266, 10410, 8719, 10680, 11084, 9833, 11887, 10795, 11146, 9631, 10274, 10561, 11113, 9716, 10094, 10389, 9957, 8686, 10687, 10537, 9795, 8815, 10739, 10789, 11569, 12178, 10621, 10948, 9403, 15586, 10442, 11020, 9686, 10050, 11123, 10637, 11820, 9432, 10019, 10296, 8972, 10167, 10563, 10509, 10020, 9891, 10431, 10919, 9266, 11840, 9962, 10699, 9626, 10278, 11265, 10839, 8493, 11355, 10719, 9592, 10804, 10399, 10411, 8389, 10884, 10131, 9985, 8508, 10249, 10564, 9694, 12758, 10029, 10881, 9690, 9008, 9945, 10192, 13991, 14711, 13870, 12742, 13082, 10189, 11196, 9874, 11974, 12280, 14140, 15155, 10668, 10414, 10063, 8739, 10494, 11203, 9827, 10564, 9991, 10635, 9615, 9634, 10892, 10502, 11402, 9162, 9971, 10205, 8606, 10455, 10460, 9815, 8746, 9486, 10452, 9816, 8470, 9744, 10620, 9592, 11790, 9913, 10946, 9809, 10223, 10679, 10991, 9675, 14532, 10436, 10386, 8788, 10116, 10979, 9292, 13339, 10294, 10264, 9239, 9624, 10692, 9927, 11080, 9715, 9839, 9658, 8063, 10975, 10409, 9567, 9718, 9714, 10777, 10101, 8764, 10330, 10679, 12948, 14599, 10659, 10335, 9730, 10320, 10481, 10803, 9746, 9337, 10269, 10594, 10722, 13225, 9502, 10504, 9535, 9662, 10317, 10026, 9035, 9706, 10362, 9532, 10118, 9432, 10280, 9580, 8831, 10443, 10101], 'WindowCenter': [4779.0, 4695.0, 4668.0, 4652.0, 4668.0, 4667.0, 4715.0, 4682.0, 4629.0, 4629.0, 4627.0, 4636.0, 4636.0, 4689.0, 4666.0, 4626.0, 4614.0, 4593.0, 4627.0, 4651.0, 4629.0, 4657.0, 4616.0, 4626.0, 4604.0, 4614.0, 4626.0, 4626.0, 4658.0, 4616.0, 4636.0, 4615.0, 4604.0, 4614.0, 4637.0, 4636.0, 4676.0, 4635.0, 4625.0, 4593.0, 4613.0, 4637.0, 4627.0, 4645.0, 4635.0, 4636.0, 4627.0, 4645.0, 4615.0, 4623.0, 4624.0, 4605.0, 4627.0, 4627.0, 4639.0, 4628.0, 4639.0, 4627.0, 4636.0, 4615.0, 4625.0, 4625.0, 4637.0, 4677.0, 4656.0, 4629.0, 4637.0, 4618.0, 4605.0, 4634.0, 4614.0, 4597.0, 4634.0, 4624.0, 4618.0, 4627.0, 4606.0, 4626.0, 4648.0, 4618.0, 4609.0, 4628.0, 4641.0, 4632.0, 4601.0, 4649.0, 4638.0, 4629.0, 4598.0, 4627.0, 4637.0, 4641.0, 4630.0, 4641.0, 4640.0, 4628.0, 4597.0, 4639.0, 4637.0, 4640.0, 4661.0, 4627.0, 4627.0, 4616.0, 4597.0, 4639.0, 4640.0, 4630.0, 4649.0, 4617.0, 4638.0, 4621.0, 4687.0, 4678.0, 4638.0, 4616.0, 4643.0, 4636.0, 4638.0, 4647.0, 4645.0, 4614.0, 4636.0, 4626.0, 4678.0, 4616.0, 4635.0, 4616.0, 4627.0, 4639.0, 4635.0, 4617.0, 4614.0, 4625.0, 4625.0, 4616.0, 4616.0, 4615.0, 4625.0, 4604.0, 4614.0, 4626.0, 4618.0, 4629.0, 4627.0, 4650.0, 4608.0, 4638.0, 4636.0, 4625.0, 4604.0, 4635.0, 4638.0, 4638.0, 4606.0, 4624.0, 4614.0, 4625.0, 4594.0, 4630.0, 4627.0, 4616.0, 4593.0, 4636.0, 4637.0, 4628.0, 4655.0, 4624.0, 4626.0, 4615.0, 4636.0, 4637.0, 4638.0, 4616.0, 4615.0, 4636.0, 4638.0, 4607.0, 4689.0, 4627.0, 4635.0, 4610.0, 4636.0, 4626.0, 4628.0, 4585.0, 4635.0, 4636.0, 4608.0, 4646.0, 4626.0, 4627.0, 4608.0, 4638.0, 4626.0, 4617.0, 4594.0, 4636.0, 4640.0, 4619.0, 4639.0, 4627.0, 4627.0, 4597.0, 4638.0, 4626.0, 4606.0, 4605.0, 4637.0, 4638.0, 4666.0, 4643.0, 4624.0, 4635.0, 4606.0, 4625.0, 4638.0, 4647.0, 4645.0, 4613.0, 4623.0, 4605.0, 4625.0, 4637.0, 4625.0, 4593.0, 4614.0, 4625.0, 4616.0, 4636.0, 4626.0, 4625.0, 4614.0, 4592.0, 4635.0, 4638.0, 4626.0, 4656.0, 4655.0, 4634.0, 4625.0, 4615.0, 4594.0, 4637.0, 4627.0, 4628.0, 4617.0, 4640.0, 4630.0, 4616.0, 4633.0, 4612.0, 4625.0, 4619.0, 4627.0, 4625.0, 4636.0, 4670.0, 4670.0, 4638.0, 4640.0, 4633.0, 4619.0, 4628.0, 4627.0, 4617.0, 4587.0, 4647.0, 4639.0, 4632.0, 4600.0, 4648.0, 4651.0, 4645.0, 4624.0, 4655.0, 4641.0, 4642.0, 4619.0, 4641.0, 4651.0, 4653.0, 4660.0, 4659.0, 4638.0, 4640.0, 4629.0, 4688.0, 4659.0, 4637.0, 4625.0, 4637.0, 4639.0, 4638.0, 4677.0, 4626.0, 4637.0, 4631.0, 4638.0, 4628.0, 4637.0, 4607.0, 4625.0, 4626.0, 4628.0, 4646.0, 4625.0, 4635.0, 4609.0, 4627.0, 4650.0, 4637.0, 4631.0, 4641.0, 4640.0, 4628.0, 4618.0, 4628.0, 4627.0, 4616.0, 4647.0, 4648.0, 4637.0, 4626.0, 4634.0, 4636.0, 4626.0, 4679.0, 4656.0, 4624.0, 4615.0, 4596.0, 4637.0, 4635.0, 4647.0, 4675.0, 4623.0, 4614.0, 4624.0, 4605.0, 4646.0, 4648.0, 4638.0, 4626.0, 4588.0, 4649.0, 4638.0, 4640.0, 4617.0, 4634.0, 4603.0, 4627.0, 4628.0, 4617.0, 4626.0, 4636.0, 4646.0, 4636.0, 4605.0, 4636.0, 4627.0, 4650.0, 4648.0, 4617.0, 4626.0, 4617.0, 4618.0, 4638.0, 4652.0, 4618.0, 4629.0, 4628.0, 4638.0, 4606.0, 4637.0, 4636.0, 4640.0, 4668.0, 4627.0, 4625.0, 4616.0, 4597.0, 4647.0, 4650.0, 4617.0, 4625.0, 4626.0, 4637.0, 4606.0, 4648.0, 4637.0, 4627.0, 4634.0, 4637.0, 4637.0, 4657.0, 4669.0, 4616.0, 4615.0, 4604.0, 4637.0, 4638.0, 4676.0, 4636.0, 4615.0, 4623.0, 4593.0, 4624.0, 4627.0, 4625.0, 4613.0, 4614.0, 4635.0, 4617.0, 4623.0, 4636.0, 4637.0, 4613.0, 4604.0, 4623.0, 4625.0, 4636.0, 4626.0, 4616.0, 4614.0, 4595.0, 4625.0, 4635.0, 4615.0, 4614.0, 4625.0, 4634.0, 4617.0, 4635.0, 4628.0, 4635.0, 4617.0, 4641.0, 4648.0, 4627.0, 4627.0, 4625.0, 4635.0, 4637.0, 4619.0, 4637.0, 4627.0, 4625.0, 4595.0, 4635.0, 4637.0, 4628.0, 4605.0, 4626.0, 4624.0, 4626.0, 4606.0, 4639.0, 4628.0, 4626.0, 4595.0, 4626.0, 4638.0, 4617.0, 4658.0, 4637.0, 4637.0, 4619.0, 4639.0, 4637.0, 4636.0, 4615.0, 4603.0, 4624.0, 4636.0, 4627.0, 4688.0, 4644.0, 4624.0, 4604.0, 4627.0, 4635.0, 4639.0, 4636.0, 4613.0, 4622.0, 4625.0, 4605.0, 4615.0, 4625.0, 4626.0, 4614.0, 4597.0, 4625.0, 4641.0, 4650.0, 4640.0, 4627.0, 4628.0, 4650.0, 4638.0, 4669.0, 4636.0, 4619.0, 4646.0, 4638.0, 4615.0, 4571.0, 4612.0, 4625.0, 4629.0, 4615.0, 4638.0, 4639.0, 4639.0, 4638.0, 4616.0, 4627.0, 4649.0, 4620.0, 4691.0, 4641.0, 4640.0, 4605.0, 4616.0, 4637.0, 4639.0, 4631.0, 4628.0, 4627.0, 4627.0, 4617.0, 4617.0, 4628.0, 4629.0, 4617.0, 4646.0, 4627.0, 4626.0, 4604.0, 4638.0, 4637.0, 4618.0, 4645.0, 4636.0, 4628.0, 4617.0, 4656.0, 4627.0, 4615.0, 4584.0, 4627.0, 4637.0, 4616.0, 4649.0, 4626.0, 4625.0, 4595.0, 4639.0, 4638.0, 4629.0, 4629.0, 4627.0, 4626.0, 4614.0, 4595.0, 4638.0, 4639.0, 4629.0, 4637.0, 4628.0, 4639.0, 4629.0, 4680.0, 4636.0, 4627.0, 4603.0, 4596.0, 4648.0, 4639.0, 4619.0, 4627.0, 4639.0, 4639.0, 4616.0, 4637.0, 4628.0, 4627.0, 4606.0, 4637.0, 4636.0, 4628.0, 4656.0, 4615.0, 4626.0, 4615.0, 4604.0, 4636.0, 4637.0, 4616.0, 4617.0, 4625.0, 4639.0, 4616.0, 4645.0, 4626.0, 4626.0, 4605.0, 4613.0, 4636.0, 4636.0, 4667.0, 4677.0, 4666.0, 4668.0, 4688.0, 4653.0, 4624.0, 4614.0, 4581.0, 4612.0, 4624.0, 4605.0, 4613.0, 4616.0, 4625.0, 4606.0, 4604.0, 4613.0, 4612.0, 4591.0, 4601.0, 4621.0, 4622.0, 4613.0, 4613.0, 4633.0, 4634.0, 4674.0, 4684.0, 4644.0, 4622.0, 4592.0, 4608.0, 4610.0, 4613.0, 4604.0, 4624.0, 4624.0, 4605.0, 4618.0, 4647.0, 4637.0, 4605.0, 4614.0, 4635.0, 4636.0, 4617.0, 4639.0, 4627.0, 4639.0, 4627.0, 4617.0, 4634.0, 4615.0, 4675.0, 4665.0, 4624.0, 4642.0, 4602.0, 4624.0, 4615.0, 4643.0, 4635.0, 4625.0, 4623.0, 4602.0, 4622.0, 4612.0, 4613.0, 4634.0, 4624.0, 4666.0, 4625.0, 4624.0, 4623.0, 4581.0, 4612.0, 4634.0, 4614.0, 4647.0, 4636.0, 4636.0, 4615.0, 4613.0, 4623.0, 4634.0, 4616.0, 4625.0, 4625.0, 4616.0, 4596.0, 4627.0, 4626.0, 4616.0, 4605.0, 4637.0, 4637.0, 4647.0, 4644.0, 4624.0, 4636.0, 4606.0, 4685.0, 4625.0, 4624.0, 4614.0, 4616.0, 4635.0, 4626.0, 4634.0, 4603.0, 4614.0, 4614.0, 4595.0, 4625.0, 4624.0, 4625.0, 4616.0, 4614.0, 4626.0, 4638.0, 4605.0, 4647.0, 4616.0, 4625.0, 4618.0, 4627.0, 4648.0, 4638.0, 4596.0, 4636.0, 4624.0, 4613.0, 4622.0, 4612.0, 4624.0, 4596.0, 4634.0, 4626.0, 4626.0, 4594.0, 4612.0, 4625.0, 4616.0, 4656.0, 4616.0, 4635.0, 4603.0, 4594.0, 4613.0, 4625.0, 4665.0, 4665.0, 4655.0, 4655.0, 4641.0, 4610.0, 4621.0, 4601.0, 4632.0, 4632.0, 4653.0, 4663.0, 4621.0, 4623.0, 4600.0, 4579.0, 4610.0, 4622.0, 4614.0, 4611.0, 4611.0, 4623.0, 4603.0, 4614.0, 4623.0, 4626.0, 4635.0, 4604.0, 4614.0, 4612.0, 4592.0, 4625.0, 4625.0, 4627.0, 4597.0, 4615.0, 4625.0, 4614.0, 4581.0, 4604.0, 4625.0, 4616.0, 4646.0, 4616.0, 4625.0, 4614.0, 4611.0, 4613.0, 4624.0, 4604.0, 4665.0, 4623.0, 4613.0, 4582.0, 4615.0, 4625.0, 4604.0, 4656.0, 4626.0, 4615.0, 4602.0, 4614.0, 4625.0, 4615.0, 4637.0, 4605.0, 4613.0, 4605.0, 4585.0, 4636.0, 4627.0, 4616.0, 4603.0, 4604.0, 4624.0, 4614.0, 4595.0, 4626.0, 4626.0, 4656.0, 4675.0, 4625.0, 4613.0, 4615.0, 4612.0, 4626.0, 4624.0, 4603.0, 4601.0, 4614.0, 4625.0, 4625.0, 4655.0, 4604.0, 4622.0, 4600.0, 4603.0, 4613.0, 4613.0, 4606.0, 4604.0, 4626.0, 4618.0, 4626.0, 4606.0, 4626.0, 4616.0, 4607.0, 4626.0, 4625.0], 'WindowWidth': [10446.0, 10300.0, 10243.0, 10210.0, 10221.0, 10214.0, 10278.0, 10225.0, 10147.0, 10143.0, 10139.0, 10150.0, 10151.0, 10227.0, 10189.0, 10134.0, 10118.0, 10087.0, 10137.0, 10182.0, 10147.0, 10180.0, 10124.0, 10136.0, 10104.0, 10116.0, 10136.0, 10136.0, 10185.0, 10123.0, 10150.0, 10120.0, 10103.0, 10118.0, 10151.0, 10150.0, 10204.0, 10146.0, 10131.0, 10088.0, 10115.0, 10155.0, 10142.0, 10162.0, 10147.0, 10149.0, 10139.0, 10161.0, 10118.0, 10127.0, 10131.0, 10106.0, 10139.0, 10138.0, 10158.0, 10140.0, 10160.0, 10141.0, 10151.0, 10120.0, 10132.0, 10133.0, 10152.0, 10206.0, 10175.0, 10142.0, 10151.0, 10128.0, 10106.0, 10143.0, 10119.0, 10101.0, 10145.0, 10129.0, 10127.0, 10139.0, 10110.0, 10138.0, 10169.0, 10128.0, 10118.0, 10140.0, 10163.0, 10153.0, 10109.0, 10171.0, 10156.0, 10143.0, 10101.0, 10136.0, 10152.0, 10159.0, 10145.0, 10162.0, 10156.0, 10141.0, 10099.0, 10157.0, 10150.0, 10161.0, 10189.0, 10139.0, 10137.0, 10122.0, 10097.0, 10155.0, 10160.0, 10146.0, 10171.0, 10126.0, 10154.0, 10136.0, 10223.0, 10210.0, 10152.0, 10121.0, 10156.0, 10149.0, 10155.0, 10164.0, 10161.0, 10116.0, 10148.0, 10135.0, 10209.0, 10120.0, 10145.0, 10122.0, 10141.0, 10158.0, 10148.0, 10123.0, 10116.0, 10132.0, 10134.0, 10124.0, 10124.0, 10120.0, 10132.0, 10103.0, 10116.0, 10138.0, 10130.0, 10147.0, 10142.0, 10179.0, 10119.0, 10154.0, 10149.0, 10134.0, 10106.0, 10149.0, 10156.0, 10154.0, 10110.0, 10130.0, 10117.0, 10135.0, 10094.0, 10148.0, 10139.0, 10123.0, 10089.0, 10152.0, 10153.0, 10143.0, 10175.0, 10132.0, 10133.0, 10123.0, 10152.0, 10154.0, 10158.0, 10123.0, 10120.0, 10150.0, 10158.0, 10115.0, 10227.0, 10136.0, 10146.0, 10124.0, 10151.0, 10137.0, 10140.0, 10079.0, 10147.0, 10150.0, 10118.0, 10163.0, 10135.0, 10136.0, 10116.0, 10153.0, 10138.0, 10124.0, 10091.0, 10151.0, 10163.0, 10134.0, 10157.0, 10139.0, 10138.0, 10101.0, 10156.0, 10137.0, 10108.0, 10108.0, 10151.0, 10155.0, 10191.0, 10157.0, 10131.0, 10146.0, 10111.0, 10135.0, 10154.0, 10163.0, 10158.0, 10111.0, 10127.0, 10107.0, 10134.0, 10153.0, 10132.0, 10088.0, 10115.0, 10133.0, 10125.0, 10149.0, 10137.0, 10131.0, 10115.0, 10087.0, 10150.0, 10154.0, 10135.0, 10173.0, 10173.0, 10142.0, 10133.0, 10117.0, 10088.0, 10151.0, 10137.0, 10140.0, 10122.0, 10158.0, 10146.0, 10123.0, 10141.0, 10113.0, 10134.0, 10131.0, 10139.0, 10135.0, 10153.0, 10203.0, 10201.0, 10154.0, 10159.0, 10156.0, 10129.0, 10139.0, 10135.0, 10121.0, 10085.0, 10165.0, 10159.0, 10149.0, 10105.0, 10167.0, 10176.0, 10173.0, 10143.0, 10188.0, 10160.0, 10163.0, 10130.0, 10166.0, 10175.0, 10180.0, 10186.0, 10183.0, 10150.0, 10156.0, 10144.0, 10222.0, 10181.0, 10148.0, 10131.0, 10150.0, 10155.0, 10155.0, 10204.0, 10132.0, 10147.0, 10148.0, 10156.0, 10139.0, 10150.0, 10108.0, 10133.0, 10134.0, 10142.0, 10161.0, 10130.0, 10143.0, 10116.0, 10139.0, 10175.0, 10151.0, 10150.0, 10161.0, 10163.0, 10141.0, 10129.0, 10141.0, 10139.0, 10123.0, 10167.0, 10167.0, 10150.0, 10133.0, 10142.0, 10145.0, 10134.0, 10209.0, 10174.0, 10129.0, 10116.0, 10093.0, 10150.0, 10143.0, 10163.0, 10197.0, 10125.0, 10112.0, 10127.0, 10108.0, 10165.0, 10168.0, 10152.0, 10135.0, 10089.0, 10173.0, 10156.0, 10162.0, 10125.0, 10139.0, 10097.0, 10134.0, 10143.0, 10127.0, 10134.0, 10147.0, 10165.0, 10150.0, 10107.0, 10148.0, 10140.0, 10171.0, 10166.0, 10122.0, 10131.0, 10119.0, 10125.0, 10153.0, 10178.0, 10128.0, 10143.0, 10140.0, 10153.0, 10108.0, 10152.0, 10150.0, 10159.0, 10194.0, 10135.0, 10130.0, 10121.0, 10099.0, 10165.0, 10172.0, 10124.0, 10132.0, 10131.0, 10153.0, 10111.0, 10169.0, 10152.0, 10136.0, 10142.0, 10150.0, 10152.0, 10177.0, 10196.0, 10120.0, 10117.0, 10106.0, 10151.0, 10153.0, 10203.0, 10145.0, 10115.0, 10125.0, 10091.0, 10130.0, 10137.0, 10132.0, 10114.0, 10114.0, 10145.0, 10126.0, 10130.0, 10149.0, 10149.0, 10114.0, 10099.0, 10126.0, 10131.0, 10150.0, 10133.0, 10119.0, 10114.0, 10091.0, 10133.0, 10146.0, 10118.0, 10115.0, 10130.0, 10144.0, 10126.0, 10148.0, 10140.0, 10146.0, 10125.0, 10163.0, 10167.0, 10136.0, 10139.0, 10133.0, 10144.0, 10153.0, 10130.0, 10153.0, 10137.0, 10132.0, 10095.0, 10148.0, 10152.0, 10140.0, 10106.0, 10133.0, 10130.0, 10137.0, 10111.0, 10159.0, 10139.0, 10135.0, 10092.0, 10133.0, 10156.0, 10126.0, 10186.0, 10153.0, 10150.0, 10129.0, 10158.0, 10152.0, 10148.0, 10118.0, 10101.0, 10131.0, 10149.0, 10141.0, 10223.0, 10157.0, 10129.0, 10103.0, 10138.0, 10144.0, 10156.0, 10147.0, 10113.0, 10124.0, 10132.0, 10106.0, 10121.0, 10132.0, 10134.0, 10116.0, 10096.0, 10134.0, 10164.0, 10175.0, 10162.0, 10139.0, 10141.0, 10175.0, 10155.0, 10198.0, 10147.0, 10132.0, 10162.0, 10155.0, 10117.0, 10055.0, 10110.0, 10132.0, 10145.0, 10123.0, 10155.0, 10158.0, 10159.0, 10156.0, 10123.0, 10135.0, 10174.0, 10135.0, 10234.0, 10161.0, 10159.0, 10107.0, 10120.0, 10151.0, 10156.0, 10148.0, 10138.0, 10136.0, 10136.0, 10124.0, 10122.0, 10137.0, 10139.0, 10125.0, 10162.0, 10136.0, 10133.0, 10104.0, 10153.0, 10149.0, 10125.0, 10158.0, 10147.0, 10141.0, 10123.0, 10177.0, 10134.0, 10118.0, 10074.0, 10137.0, 10152.0, 10124.0, 10170.0, 10133.0, 10132.0, 10091.0, 10157.0, 10153.0, 10142.0, 10144.0, 10135.0, 10133.0, 10116.0, 10095.0, 10153.0, 10157.0, 10141.0, 10151.0, 10137.0, 10158.0, 10142.0, 10215.0, 10148.0, 10136.0, 10101.0, 10097.0, 10167.0, 10158.0, 10129.0, 10137.0, 10158.0, 10159.0, 10126.0, 10152.0, 10138.0, 10134.0, 10108.0, 10153.0, 10150.0, 10141.0, 10174.0, 10116.0, 10131.0, 10117.0, 10106.0, 10148.0, 10152.0, 10121.0, 10121.0, 10131.0, 10158.0, 10123.0, 10163.0, 10135.0, 10134.0, 10105.0, 10116.0, 10150.0, 10150.0, 10193.0, 10205.0, 10189.0, 10193.0, 10219.0, 10170.0, 10130.0, 10114.0, 10067.0, 10109.0, 10127.0, 10102.0, 10113.0, 10118.0, 10132.0, 10107.0, 10103.0, 10113.0, 10108.0, 10079.0, 10092.0, 10119.0, 10122.0, 10112.0, 10113.0, 10141.0, 10142.0, 10199.0, 10213.0, 10155.0, 10125.0, 10082.0, 10097.0, 10103.0, 10111.0, 10101.0, 10132.0, 10130.0, 10106.0, 10129.0, 10166.0, 10150.0, 10107.0, 10117.0, 10144.0, 10150.0, 10126.0, 10159.0, 10139.0, 10155.0, 10138.0, 10121.0, 10142.0, 10118.0, 10200.0, 10186.0, 10128.0, 10150.0, 10094.0, 10125.0, 10116.0, 10155.0, 10145.0, 10131.0, 10126.0, 10095.0, 10121.0, 10112.0, 10112.0, 10142.0, 10129.0, 10189.0, 10132.0, 10130.0, 10125.0, 10067.0, 10111.0, 10142.0, 10117.0, 10167.0, 10147.0, 10150.0, 10118.0, 10113.0, 10126.0, 10143.0, 10124.0, 10133.0, 10132.0, 10121.0, 10096.0, 10137.0, 10136.0, 10122.0, 10108.0, 10153.0, 10151.0, 10165.0, 10158.0, 10129.0, 10149.0, 10108.0, 10217.0, 10131.0, 10129.0, 10118.0, 10123.0, 10144.0, 10136.0, 10143.0, 10098.0, 10114.0, 10114.0, 10090.0, 10131.0, 10130.0, 10132.0, 10120.0, 10116.0, 10132.0, 10154.0, 10108.0, 10167.0, 10121.0, 10130.0, 10129.0, 10139.0, 10169.0, 10153.0, 10097.0, 10147.0, 10129.0, 10115.0, 10126.0, 10109.0, 10128.0, 10095.0, 10145.0, 10134.0, 10135.0, 10091.0, 10112.0, 10133.0, 10122.0, 10179.0, 10120.0, 10145.0, 10100.0, 10088.0, 10113.0, 10132.0, 10185.0, 10187.0, 10172.0, 10173.0, 10149.0, 10104.0, 10120.0, 10096.0, 10137.0, 10137.0, 10166.0, 10180.0, 10123.0, 10125.0, 10091.0, 10060.0, 10105.0, 10123.0, 10118.0, 10109.0, 10108.0, 10125.0, 10101.0, 10116.0, 10125.0, 10135.0, 10144.0, 10101.0, 10114.0, 10111.0, 10085.0, 10133.0, 10133.0, 10137.0, 10097.0, 10120.0, 10132.0, 10115.0, 10070.0, 10100.0, 10130.0, 10121.0, 10163.0, 10121.0, 10131.0, 10114.0, 10107.0, 10111.0, 10129.0, 10103.0, 10188.0, 10126.0, 10112.0, 10069.0, 10117.0, 10131.0, 10102.0, 10178.0, 10133.0, 10117.0, 10097.0, 10117.0, 10131.0, 10119.0, 10153.0, 10103.0, 10114.0, 10104.0, 10083.0, 10147.0, 10137.0, 10122.0, 10102.0, 10101.0, 10128.0, 10115.0, 10093.0, 10137.0, 10136.0, 10178.0, 10203.0, 10133.0, 10114.0, 10118.0, 10114.0, 10135.0, 10129.0, 10100.0, 10093.0, 10114.0, 10131.0, 10133.0, 10173.0, 10102.0, 10123.0, 10090.0, 10099.0, 10112.0, 10115.0, 10108.0, 10101.0, 10133.0, 10129.0, 10135.0, 10108.0, 10136.0, 10121.0, 10113.0, 10137.0, 10132.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.00034389595375722536</td></tr>
<tr><td colspan=3>aqi</td><td>0.023319387861271676</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.38306026535875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1233297282638892</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9823266897685179</td></tr>
<tr><td colspan=3>efc</td><td>0.5424</td></tr>
<tr><td colspan=3>fber</td><td>2333.9658</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11730261448129517</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.410404624277456</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.488567466199982</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4013438518384103</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.749832661711608</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314525885049928</td></tr>
<tr><td colspan=3>gcor</td><td>0.00426633</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008860562928020954</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.062171828001737595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>865</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.272992123705659</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>20.2558</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>86.632</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>288.6159</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1287.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>487.6029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8024</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.4612</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3766.8268</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1730.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.7259</td></tr>
<tr><td colspan=3>tsnr</td><td>35.125504104886204</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>