<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0099_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0099_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0099_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-03/func/sub-0099_ses-03_task-social_acq-mb8_run-01_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>1c3c1296cc9d7768b777e21eb2039340</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:32:57.027500</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.993992, -0.109454, 0.000506062, 0.109387, 0.99352, 0.0308648]</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-01_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.0814999</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7779, -7209, 291, -199, -113, -106, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>30f74857-3f55-41b3-89eb-49c8f2240fde||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.666807174682617, 0.2934761643409729, 0.010478888638317585, 88.9291000366211], [0.29365769028663635, 2.665541410446167, 0.08268490433692932, -119.07473754882812], [0.0013577278004959226, -0.08280810713768005, 2.6987133026123047, -74.59284973144531], [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': ['143257.027500', '143257.487500', '143257.947500', '143258.407500', '143258.867500', '143259.327500', '143259.787500', '143300.247500', '143300.707500', '143301.167500', '143301.627500', '143302.087500', '143302.547500', '143303.007500', '143303.467500', '143303.927500', '143304.387500', '143304.847500', '143305.307500', '143305.767500', '143306.227500', '143306.687500', '143307.147500', '143307.607500', '143308.067500', '143308.527500', '143308.987500', '143309.447500', '143309.907500', '143310.367500', '143310.827500', '143311.287500', '143311.747500', '143312.207500', '143312.667500', '143313.127500', '143313.587500', '143314.047500', '143314.507500', '143314.967500', '143315.427500', '143315.887500', '143316.347500', '143316.807500', '143317.267500', '143317.727500', '143318.187500', '143318.647500', '143319.107500', '143319.567500', '143320.027500', '143320.487500', '143320.947500', '143321.407500', '143321.867500', '143322.327500', '143322.787500', '143323.247500', '143323.707500', '143324.167500', '143324.627500', '143325.087500', '143325.547500', '143326.007500', '143326.467500', '143326.927500', '143327.387500', '143327.847500', '143328.307500', '143328.767500', '143329.227500', '143329.687500', '143330.147500', '143330.607500', '143331.067500', '143331.527500', '143331.987500', '143332.447500', '143332.907500', '143333.367500', '143333.827500', '143334.287500', '143334.747500', '143335.207500', '143335.667500', '143336.127500', '143336.587500', '143337.047500', '143337.507500', '143337.967500', '143338.427500', '143338.887500', '143339.347500', '143339.807500', '143340.267500', '143340.727500', '143341.187500', '143341.647500', '143342.107500', '143342.567500', '143343.027500', '143343.487500', '143343.947500', '143344.407500', '143344.867500', '143345.327500', '143345.787500', '143346.247500', '143346.707500', '143347.167500', '143347.627500', '143348.087500', '143348.547500', '143349.007500', '143349.467500', '143349.927500', '143350.387500', '143350.847500', '143351.307500', '143351.767500', '143352.227500', '143352.687500', '143353.147500', '143353.607500', '143354.067500', '143354.527500', '143354.987500', '143355.447500', '143355.907500', '143356.367500', '143356.827500', '143357.287500', '143357.747500', '143358.207500', '143358.667500', '143359.127500', '143359.587500', '143400.047500', '143400.507500', '143400.967500', '143401.427500', '143401.887500', '143402.347500', '143402.807500', '143403.267500', '143403.727500', '143404.187500', '143404.647500', '143405.107500', '143405.567500', '143406.027500', '143406.487500', '143406.947500', '143407.407500', '143407.867500', '143408.327500', '143408.787500', '143409.247500', '143409.707500', '143410.167500', '143410.627500', '143411.087500', '143411.547500', '143412.007500', '143412.467500', '143412.927500', '143413.387500', '143413.847500', '143414.307500', '143414.767500', '143415.227500', '143415.687500', '143416.147500', '143416.607500', '143417.067500', '143417.527500', '143417.987500', '143418.447500', '143418.907500', '143419.367500', '143419.827500', '143420.287500', '143420.747500', '143421.207500', '143421.667500', '143422.127500', '143422.587500', '143423.047500', '143423.507500', '143423.967500', '143424.427500', '143424.887500', '143425.347500', '143425.807500', '143426.267500', '143426.727500', '143427.187500', '143427.647500', '143428.107500', '143428.567500', '143429.027500', '143429.487500', '143429.947500', '143430.407500', '143430.867500', '143431.327500', '143431.787500', '143432.247500', '143432.707500', '143433.167500', '143433.627500', '143434.087500', '143434.547500', '143435.007500', '143435.467500', '143435.927500', '143436.387500', '143436.847500', '143437.307500', '143437.767500', '143438.227500', '143438.687500', '143439.147500', '143439.607500', '143440.067500', '143440.527500', '143440.987500', '143441.447500', '143441.907500', '143442.367500', '143442.827500', '143443.287500', '143443.747500', '143444.207500', '143444.667500', '143445.127500', '143445.587500', '143446.047500', '143446.507500', '143446.967500', '143447.427500', '143447.887500', '143448.347500', '143448.807500', '143449.267500', '143449.727500', '143450.187500', '143450.647500', '143451.107500', '143451.567500', '143452.027500', '143452.487500', '143452.947500', '143453.407500', '143453.867500', '143454.327500', '143454.787500', '143455.247500', '143455.707500', '143456.167500', '143456.627500', '143457.087500', '143457.547500', '143458.007500', '143458.467500', '143458.927500', '143459.387500', '143459.847500', '143500.307500', '143500.767500', '143501.227500', '143501.687500', '143502.147500', '143502.607500', '143503.067500', '143503.527500', '143503.987500', '143504.447500', '143504.907500', '143505.367500', '143505.827500', '143506.287500', '143506.747500', '143507.207500', '143507.667500', '143508.127500', '143508.587500', '143509.047500', '143509.507500', '143509.967500', '143510.427500', '143510.887500', '143511.347500', '143511.807500', '143512.267500', '143512.727500', '143513.187500', '143513.647500', '143514.107500', '143514.567500', '143515.027500', '143515.487500', '143515.947500', '143516.407500', '143516.867500', '143517.327500', '143517.787500', '143518.247500', '143518.707500', '143519.167500', '143519.627500', '143520.087500', '143520.547500', '143521.007500', '143521.467500', '143521.927500', '143522.387500', '143522.847500', '143523.307500', '143523.767500', '143524.227500', '143524.687500', '143525.147500', '143525.607500', '143526.067500', '143526.527500', '143526.987500', '143527.447500', '143527.907500', '143528.367500', '143528.827500', '143529.287500', '143529.747500', '143530.207500', '143530.667500', '143531.127500', '143531.587500', '143532.047500', '143532.507500', '143532.967500', '143533.427500', '143533.887500', '143534.347500', '143534.807500', '143535.267500', '143535.727500', '143536.187500', '143536.647500', '143537.107500', '143537.567500', '143538.027500', '143538.487500', '143538.947500', '143539.407500', '143539.867500', '143540.327500', '143540.787500', '143541.247500', '143541.707500', '143542.167500', '143542.627500', '143543.087500', '143543.547500', '143544.007500', '143544.467500', '143544.927500', '143545.387500', '143545.847500', '143546.307500', '143546.767500', '143547.227500', '143547.687500', '143548.147500', '143548.607500', '143549.067500', '143549.527500', '143549.987500', '143550.447500', '143550.907500', '143551.367500', '143551.827500', '143552.287500', '143552.747500', '143553.207500', '143553.667500', '143554.127500', '143554.587500', '143555.047500', '143555.507500', '143555.967500', '143556.427500', '143556.887500', '143557.347500', '143557.807500', '143558.267500', '143558.727500', '143559.187500', '143559.647500', '143600.107500', '143600.567500', '143601.027500', '143601.487500', '143601.947500', '143602.407500', '143602.867500', '143603.327500', '143603.787500', '143604.247500', '143604.707500', '143605.167500', '143605.627500', '143606.087500', '143606.547500', '143607.007500', '143607.467500', '143607.927500', '143608.387500', '143608.847500', '143609.307500', '143609.767500', '143610.227500', '143610.687500', '143611.147500', '143611.607500', '143612.067500', '143612.527500', '143612.987500', '143613.447500', '143613.907500', '143614.367500', '143614.827500', '143615.287500', '143615.747500', '143616.207500', '143616.667500', '143617.127500', '143617.587500', '143618.047500', '143618.507500', '143618.967500', '143619.427500', '143619.887500', '143620.347500', '143620.807500', '143621.267500', '143621.727500', '143622.187500', '143622.647500', '143623.107500', '143623.567500', '143624.027500', '143624.487500', '143624.947500', '143625.407500', '143625.867500', '143626.327500', '143626.787500', '143627.247500', '143627.707500', '143628.167500', '143628.627500', '143629.087500', '143629.547500', '143630.007500', '143630.467500', '143630.927500', '143631.387500', '143631.847500', '143632.307500', '143632.767500', '143633.227500', '143633.687500', '143634.147500', '143634.607500', '143635.067500', '143635.527500', '143635.987500', '143636.447500', '143636.907500', '143637.367500', '143637.827500', '143638.287500', '143638.747500', '143639.207500', '143639.667500', '143640.127500', '143640.587500', '143641.047500', '143641.507500', '143641.967500', '143642.427500', '143642.887500', '143643.347500', '143643.807500', '143644.267500', '143644.727500', '143645.187500', '143645.647500', '143646.107500', '143646.567500', '143647.027500', '143647.487500', '143647.947500', '143648.407500', '143648.867500', '143649.327500', '143649.787500', '143650.247500', '143650.707500', '143651.167500', '143651.627500', '143652.087500', '143652.547500', '143653.007500', '143653.467500', '143653.927500', '143654.387500', '143654.847500', '143655.307500', '143655.767500', '143656.227500', '143656.687500', '143657.147500', '143657.607500', '143658.067500', '143658.527500', '143658.987500', '143659.447500', '143659.907500', '143700.367500', '143700.827500', '143701.287500', '143701.747500', '143702.207500', '143702.667500', '143703.127500', '143703.587500', '143704.047500', '143704.507500', '143704.967500', '143705.427500', '143705.887500', '143706.347500', '143706.807500', '143707.267500', '143707.727500', '143708.187500', '143708.647500', '143709.107500', '143709.567500', '143710.027500', '143710.487500', '143710.947500', '143711.407500', '143711.867500', '143712.327500', '143712.787500', '143713.247500', '143713.707500', '143714.167500', '143714.627500', '143715.087500', '143715.547500', '143716.007500', '143716.467500', '143716.927500', '143717.387500', '143717.847500', '143718.307500', '143718.767500', '143719.227500', '143719.687500', '143720.147500', '143720.607500', '143721.067500', '143721.527500', '143721.987500', '143722.447500', '143722.907500', '143723.367500', '143723.827500', '143724.287500', '143724.747500', '143725.207500', '143725.667500', '143726.127500', '143726.587500', '143727.047500', '143727.507500', '143727.967500', '143728.427500', '143728.887500', '143729.347500', '143729.807500', '143730.267500', '143730.727500', '143731.187500', '143731.647500', '143732.107500', '143732.567500', '143733.027500', '143733.487500', '143733.947500', '143734.407500', '143734.867500', '143735.327500', '143735.787500', '143736.247500', '143736.707500', '143737.167500', '143737.627500', '143738.087500', '143738.547500', '143739.007500', '143739.467500', '143739.927500', '143740.387500', '143740.847500', '143741.307500', '143741.767500', '143742.227500', '143742.687500', '143743.147500', '143743.607500', '143744.067500', '143744.527500', '143744.987500', '143745.447500', '143745.907500', '143746.367500', '143746.827500', '143747.287500', '143747.747500', '143748.207500', '143748.667500', '143749.127500', '143749.587500', '143750.047500', '143750.507500', '143750.967500', '143751.427500', '143751.887500', '143752.347500', '143752.807500', '143753.267500', '143753.727500', '143754.187500', '143754.647500', '143755.107500', '143755.567500', '143756.027500', '143756.487500', '143756.947500', '143757.407500', '143757.867500', '143758.327500', '143758.787500', '143759.247500', '143759.707500', '143800.167500', '143800.627500', '143801.087500', '143801.547500', '143802.007500', '143802.467500', '143802.927500', '143803.387500', '143803.847500', '143804.307500', '143804.767500', '143805.227500', '143805.687500', '143806.147500', '143806.607500', '143807.067500', '143807.527500', '143807.987500', '143808.447500', '143808.907500', '143809.367500', '143809.827500', '143810.287500', '143810.747500', '143811.207500', '143811.667500', '143812.127500', '143812.587500', '143813.047500', '143813.507500', '143813.967500', '143814.427500', '143814.887500', '143815.347500', '143815.807500', '143816.267500', '143816.727500', '143817.187500', '143817.647500', '143818.107500', '143818.567500', '143819.027500', '143819.487500', '143819.947500', '143820.407500', '143820.867500', '143821.327500', '143821.787500', '143822.247500', '143822.707500', '143823.167500', '143823.627500', '143824.087500', '143824.547500', '143825.007500', '143825.467500', '143825.927500', '143826.387500', '143826.847500', '143827.307500', '143827.767500', '143828.227500', '143828.687500', '143829.147500', '143829.607500', '143830.067500', '143830.527500', '143830.987500', '143831.447500', '143831.907500', '143832.367500', '143832.827500', '143833.287500', '143833.747500', '143834.207500', '143834.667500', '143835.127500', '143835.587500', '143836.047500', '143836.507500', '143836.967500', '143837.427500', '143837.887500', '143838.347500', '143838.807500', '143839.267500', '143839.727500', '143840.187500', '143840.647500', '143841.107500', '143841.567500', '143842.027500', '143842.487500', '143842.947500', '143843.407500', '143843.867500', '143844.327500', '143844.787500', '143845.247500', '143845.707500', '143846.167500', '143846.627500', '143847.087500', '143847.547500', '143848.007500', '143848.467500', '143848.927500', '143849.387500', '143849.847500', '143850.307500', '143850.767500', '143851.227500', '143851.687500', '143852.147500', '143852.607500', '143853.067500', '143853.527500', '143853.987500', '143854.447500', '143854.907500', '143855.367500', '143855.827500', '143856.287500', '143856.747500', '143857.207500', '143857.667500', '143858.127500', '143858.587500', '143859.047500', '143859.507500', '143859.967500', '143900.427500', '143900.887500', '143901.347500', '143901.807500', '143902.267500', '143902.727500', '143903.187500', '143903.647500', '143904.107500', '143904.567500', '143905.027500', '143905.487500', '143905.947500', '143906.407500', '143906.867500', '143907.327500', '143907.787500', '143908.247500', '143908.707500', '143909.167500', '143909.627500', '143910.087500', '143910.547500', '143911.007500', '143911.467500', '143911.927500', '143912.387500', '143912.847500', '143913.307500', '143913.767500', '143914.227500', '143914.687500', '143915.147500', '143915.607500', '143916.067500', '143916.527500', '143916.987500', '143917.447500', '143917.907500', '143918.367500', '143918.827500', '143919.287500', '143919.747500', '143920.207500', '143920.667500', '143921.127500', '143921.587500', '143922.047500', '143922.507500', '143922.967500', '143923.427500', '143923.887500', '143924.347500', '143924.807500', '143925.267500', '143925.727500', '143926.187500', '143926.647500', '143927.107500', '143927.567500', '143928.027500', '143928.487500', '143928.947500', '143929.407500', '143929.867500', '143930.327500', '143930.787500', '143931.247500', '143931.707500', '143932.167500', '143932.627500', '143933.087500', '143933.547500', '143934.007500', '143934.467500', '143934.927500', '143935.387500', '143935.847500', '143936.307500', '143936.767500', '143937.227500', '143937.687500'], 'ContentTime': ['143317.626000', '143317.629000', '143317.631000', '143317.634000', '143317.637000', '143317.646000', '143317.649000', '143317.651000', '143317.654000', '143317.657000', '143317.659000', '143317.662000', '143317.664000', '143317.667000', '143317.670000', '143317.672000', '143317.675000', '143317.677000', '143317.680000', '143317.682000', '143317.685000', '143317.688000', '143317.690000', '143317.693000', '143317.695000', '143317.698000', '143317.700000', '143317.723000', '143317.726000', '143317.729000', '143317.731000', '143317.734000', '143317.736000', '143317.739000', '143317.742000', '143317.744000', '143317.747000', '143317.749000', '143317.752000', '143317.754000', '143317.757000', '143317.760000', '143337.594000', '143337.597000', '143337.600000', '143337.603000', '143337.605000', '143337.608000', '143337.611000', '143337.613000', '143337.616000', '143337.618000', '143337.621000', '143337.624000', '143337.626000', '143337.629000', '143337.632000', '143337.634000', '143337.637000', '143337.639000', '143337.642000', '143337.645000', '143337.647000', '143337.650000', '143337.652000', '143337.655000', '143337.657000', '143337.660000', '143337.663000', '143337.665000', '143337.668000', '143337.671000', '143337.673000', '143337.676000', '143337.678000', '143337.681000', '143337.684000', '143337.686000', '143337.689000', '143337.691000', '143337.694000', '143337.697000', '143337.705000', '143337.707000', '143337.710000', '143337.713000', '143357.595000', '143357.597000', '143357.600000', '143357.602000', '143357.605000', '143357.608000', '143357.611000', '143357.613000', '143357.616000', '143357.618000', '143357.621000', '143357.623000', '143357.626000', '143357.629000', '143357.631000', '143357.634000', '143357.636000', '143357.639000', '143357.642000', '143357.644000', '143357.647000', '143357.649000', '143357.652000', '143357.654000', '143357.657000', '143357.660000', '143357.662000', '143357.665000', '143357.667000', '143357.670000', '143357.672000', '143357.675000', '143357.678000', '143357.680000', '143357.683000', '143357.685000', '143357.688000', '143357.691000', '143357.693000', '143357.696000', '143357.698000', '143357.701000', '143357.708000', '143417.593000', '143417.596000', '143417.599000', '143417.601000', '143417.604000', '143417.607000', '143417.609000', '143417.612000', '143417.614000', '143417.617000', '143417.620000', '143417.622000', '143417.625000', '143417.627000', '143417.630000', '143417.633000', '143417.635000', '143417.638000', '143417.641000', '143417.643000', '143417.646000', '143417.649000', '143417.651000', '143417.654000', '143417.656000', '143417.659000', '143417.662000', '143417.677000', '143417.680000', '143417.683000', '143417.685000', '143417.688000', '143417.690000', '143417.693000', '143417.696000', '143417.698000', '143417.701000', '143417.703000', '143417.706000', '143417.709000', '143417.711000', '143417.714000', '143417.716000', '143417.719000', '143437.593000', '143437.596000', '143437.599000', '143437.601000', '143437.604000', '143437.607000', '143437.609000', '143437.612000', '143437.615000', '143437.617000', '143437.620000', '143437.623000', '143437.625000', '143437.628000', '143437.631000', '143437.633000', '143437.636000', '143437.638000', '143437.641000', '143437.644000', '143437.646000', '143437.649000', '143437.651000', '143437.654000', '143437.657000', '143437.659000', '143437.662000', '143437.664000', '143437.667000', '143437.670000', '143437.672000', '143437.675000', '143437.677000', '143437.680000', '143437.682000', '143437.685000', '143437.688000', '143437.690000', '143437.693000', '143437.695000', '143437.698000', '143437.700000', '143437.703000', '143457.593000', '143457.596000', '143457.599000', '143457.602000', '143457.604000', '143457.607000', '143457.609000', '143457.613000', '143457.616000', '143457.619000', '143457.621000', '143457.624000', '143457.627000', '143457.629000', '143457.632000', '143457.635000', '143457.637000', '143457.640000', '143457.643000', '143457.645000', '143457.648000', '143457.651000', '143457.653000', '143457.656000', '143457.659000', '143457.661000', '143457.664000', '143457.667000', '143457.670000', '143457.689000', '143457.691000', '143457.694000', '143457.697000', '143457.699000', '143457.702000', '143457.705000', '143457.707000', '143457.710000', '143457.726000', '143457.728000', '143457.731000', '143457.734000', '143457.736000', '143517.594000', '143517.597000', '143517.600000', '143517.602000', '143517.605000', '143517.608000', '143517.610000', '143517.613000', '143517.616000', '143517.618000', '143517.621000', '143517.624000', '143517.626000', '143517.629000', '143517.632000', '143517.634000', '143517.637000', '143517.639000', '143517.642000', '143517.645000', '143517.647000', '143517.650000', '143517.652000', '143517.655000', '143517.658000', '143517.660000', '143517.663000', '143517.666000', '143517.668000', '143517.671000', '143517.673000', '143517.676000', '143517.679000', '143517.681000', '143517.684000', '143517.686000', '143517.689000', '143517.691000', '143517.694000', '143517.697000', '143517.699000', '143517.702000', '143517.704000', '143517.707000', '143537.594000', '143537.598000', '143537.600000', '143537.603000', '143537.606000', '143537.609000', '143537.612000', '143537.615000', '143537.618000', '143537.620000', '143537.623000', '143537.626000', '143537.629000', '143537.632000', '143537.635000', '143537.638000', '143537.641000', '143537.644000', '143537.646000', '143537.649000', '143537.651000', '143537.654000', '143537.657000', '143537.659000', '143537.662000', '143537.665000', '143537.667000', '143537.670000', '143537.672000', '143537.675000', '143537.678000', '143537.680000', '143537.683000', '143537.685000', '143537.688000', '143537.691000', '143537.693000', '143537.696000', '143537.698000', '143537.701000', '143537.704000', '143537.706000', '143537.709000', '143557.595000', '143557.597000', '143557.600000', '143557.603000', '143557.605000', '143557.608000', '143557.611000', '143557.613000', '143557.616000', '143557.618000', '143557.621000', '143557.623000', '143557.626000', '143557.629000', '143557.631000', '143557.634000', '143557.636000', '143557.639000', '143557.642000', '143557.644000', '143557.647000', '143557.649000', '143557.652000', '143557.655000', '143557.657000', '143557.660000', '143557.663000', '143557.665000', '143557.668000', '143557.670000', '143557.673000', '143557.676000', '143557.678000', '143557.681000', '143557.684000', '143557.686000', '143557.689000', '143557.691000', '143557.694000', '143557.697000', '143557.699000', '143557.702000', '143557.705000', '143557.707000', '143617.594000', '143617.597000', '143617.600000', '143617.602000', '143617.610000', '143617.613000', '143617.615000', '143617.618000', '143617.620000', '143617.623000', '143617.626000', '143617.628000', '143617.631000', '143617.633000', '143617.636000', '143617.639000', '143617.641000', '143617.644000', '143617.647000', '143617.649000', '143617.653000', '143617.656000', '143617.659000', '143617.662000', '143617.664000', '143617.667000', '143617.670000', '143617.672000', '143617.675000', '143617.677000', '143617.680000', '143617.683000', '143617.685000', '143617.688000', '143617.690000', '143617.693000', '143617.696000', '143617.698000', '143617.701000', '143617.703000', '143617.706000', '143617.709000', '143617.711000', '143637.593000', '143637.596000', '143637.599000', '143637.601000', '143637.604000', '143637.607000', '143637.609000', '143637.612000', '143637.614000', '143637.617000', '143637.620000', '143637.622000', '143637.625000', '143637.627000', '143637.630000', '143637.633000', '143637.635000', '143637.638000', '143637.641000', '143637.643000', '143637.655000', '143637.658000', '143637.660000', '143637.663000', '143637.666000', '143637.668000', '143637.671000', '143637.674000', '143637.676000', '143637.679000', '143637.681000', '143637.684000', '143637.687000', '143637.689000', '143637.692000', '143637.695000', '143637.706000', '143637.709000', '143637.711000', '143637.714000', '143637.716000', '143637.719000', '143637.722000', '143637.724000', '143657.593000', '143657.596000', '143657.599000', '143657.602000', '143657.604000', '143657.607000', '143657.609000', '143657.612000', '143657.615000', '143657.617000', '143657.620000', '143657.622000', '143657.625000', '143657.628000', '143657.630000', '143657.633000', '143657.636000', '143657.638000', '143657.641000', '143657.643000', '143657.646000', '143657.649000', '143657.651000', '143657.654000', '143657.656000', '143657.659000', '143657.662000', '143657.664000', '143657.667000', '143657.670000', '143657.672000', '143657.675000', '143657.678000', '143657.680000', '143657.683000', '143657.686000', '143657.688000', '143657.691000', '143657.693000', '143657.696000', '143657.699000', '143657.701000', '143657.704000', '143717.594000', '143717.597000', '143717.599000', '143717.602000', '143717.605000', '143717.607000', '143717.610000', '143717.612000', '143717.615000', '143717.618000', '143717.621000', '143717.623000', '143717.626000', '143717.628000', '143717.631000', '143717.634000', '143717.636000', '143717.639000', '143717.641000', '143717.644000', '143717.647000', '143717.649000', '143717.652000', '143717.655000', '143717.657000', '143717.660000', '143717.662000', '143717.665000', '143717.668000', '143717.670000', '143717.673000', '143717.676000', '143717.678000', '143717.681000', '143717.683000', '143717.686000', '143717.689000', '143717.691000', '143717.694000', '143717.696000', '143717.699000', '143717.702000', '143717.704000', '143717.707000', '143737.595000', '143737.597000', '143737.600000', '143737.603000', '143737.606000', '143737.608000', '143737.611000', '143737.614000', '143737.617000', '143737.619000', '143737.622000', '143737.624000', '143737.627000', '143737.630000', '143737.632000', '143737.635000', '143737.637000', '143737.640000', '143737.643000', '143737.645000', '143737.648000', '143737.650000', '143737.653000', '143737.656000', '143737.659000', '143737.663000', '143737.666000', '143737.669000', '143737.672000', '143737.675000', '143737.677000', '143737.680000', '143737.682000', '143737.685000', '143737.688000', '143737.690000', '143737.695000', '143737.698000', '143737.701000', '143737.703000', '143737.706000', '143737.708000', '143737.711000', '143757.594000', '143757.597000', '143757.600000', '143757.602000', '143757.605000', '143757.608000', '143757.610000', '143757.613000', '143757.616000', '143757.618000', '143757.621000', '143757.624000', '143757.626000', '143757.629000', '143757.631000', '143757.634000', '143757.637000', '143757.639000', '143757.642000', '143757.645000', '143757.647000', '143757.650000', '143757.652000', '143757.655000', '143757.658000', '143757.660000', '143757.663000', '143757.665000', '143757.668000', '143757.670000', '143757.680000', '143757.683000', '143757.686000', '143757.688000', '143757.691000', '143757.693000', '143757.696000', '143757.699000', '143757.701000', '143757.704000', '143757.706000', '143757.709000', '143757.712000', '143757.714000', '143817.595000', '143817.597000', '143817.600000', '143817.603000', '143817.605000', '143817.608000', '143817.611000', '143817.613000', '143817.616000', '143817.619000', '143817.621000', '143817.624000', '143817.626000', '143817.629000', '143817.632000', '143817.634000', '143817.637000', '143817.640000', '143817.642000', '143817.645000', '143817.647000', '143817.650000', '143817.653000', '143817.655000', '143817.658000', '143817.660000', '143817.663000', '143817.666000', '143817.668000', '143817.671000', '143817.673000', '143817.676000', '143817.679000', '143817.681000', '143817.684000', '143817.686000', '143817.689000', '143817.692000', '143817.694000', '143817.697000', '143817.700000', '143817.702000', '143817.705000', '143837.594000', '143837.597000', '143837.600000', '143837.603000', '143837.605000', '143837.608000', '143837.611000', '143837.613000', '143837.616000', '143837.618000', '143837.621000', '143837.624000', '143837.626000', '143837.629000', '143837.632000', '143837.634000', '143837.637000', '143837.639000', '143837.642000', '143837.645000', '143837.647000', '143837.650000', '143837.652000', '143837.655000', '143837.658000', '143837.660000', '143837.663000', '143837.665000', '143837.668000', '143837.671000', '143837.683000', '143837.685000', '143837.688000', '143837.691000', '143837.693000', '143837.696000', '143837.699000', '143837.701000', '143837.704000', '143837.706000', '143837.709000', '143837.711000', '143837.714000', '143837.717000', '143857.593000', '143857.596000', '143857.599000', '143857.602000', '143857.604000', '143857.607000', '143857.609000', '143857.612000', '143857.615000', '143857.617000', '143857.620000', '143857.623000', '143857.625000', '143857.628000', '143857.630000', '143857.633000', '143857.636000', '143857.638000', '143857.641000', '143857.644000', '143857.646000', '143857.649000', '143857.651000', '143857.654000', '143857.657000', '143857.659000', '143857.662000', '143857.664000', '143857.667000', '143857.670000', '143857.672000', '143857.675000', '143857.678000', '143857.680000', '143857.683000', '143857.685000', '143857.688000', '143857.700000', '143857.703000', '143857.705000', '143857.708000', '143857.711000', '143857.713000', '143917.593000', '143917.596000', '143917.599000', '143917.602000', '143917.604000', '143917.607000', '143917.609000', '143917.612000', '143917.615000', '143917.617000', '143917.620000', '143917.624000', '143917.627000', '143917.629000', '143917.632000', '143917.634000', '143917.637000', '143917.640000', '143917.642000', '143917.645000', '143917.648000', '143917.650000', '143917.653000', '143917.655000', '143917.658000', '143917.661000', '143917.663000', '143917.666000', '143917.668000', '143917.671000', '143917.674000', '143917.676000', '143917.679000', '143917.682000', '143917.684000', '143917.687000', '143917.689000', '143917.692000', '143917.694000', '143917.697000', '143917.700000', '143917.702000', '143917.705000', '143917.708000', '143937.593000', '143937.596000', '143937.599000', '143937.602000', '143937.604000', '143937.607000', '143937.610000', '143937.612000', '143937.615000', '143937.617000', '143937.620000', '143937.623000', '143937.625000', '143937.628000', '143937.630000', '143937.633000', '143937.636000', '143937.638000', '143937.641000', '143937.645000', '143937.647000', '143937.650000', '143937.652000', '143937.655000', '143937.658000', '143937.660000', '143937.663000', '143937.666000', '143937.668000', '143937.671000', '143937.673000', '143937.676000', '143937.679000', '143937.681000', '143937.684000', '143937.686000', '143937.689000', '143937.692000', '143937.695000', '143937.697000', '143937.700000', '143937.703000', '143937.705000', '143939.083000', '143939.085000', '143939.088000', '143939.091000'], 'InstanceCreationTime': ['143317.626000', '143317.629000', '143317.631000', '143317.634000', '143317.637000', '143317.646000', '143317.649000', '143317.651000', '143317.654000', '143317.657000', '143317.659000', '143317.662000', '143317.664000', '143317.667000', '143317.670000', '143317.672000', '143317.675000', '143317.677000', '143317.680000', '143317.682000', '143317.685000', '143317.688000', '143317.690000', '143317.693000', '143317.695000', '143317.698000', '143317.700000', '143317.723000', '143317.726000', '143317.729000', '143317.731000', '143317.734000', '143317.736000', '143317.739000', '143317.742000', '143317.744000', '143317.747000', '143317.749000', '143317.752000', '143317.754000', '143317.757000', '143317.760000', '143337.594000', '143337.597000', '143337.600000', '143337.603000', '143337.605000', '143337.608000', '143337.611000', '143337.613000', '143337.616000', '143337.618000', '143337.621000', '143337.624000', '143337.626000', '143337.629000', '143337.632000', '143337.634000', '143337.637000', '143337.639000', '143337.642000', '143337.645000', '143337.647000', '143337.650000', '143337.652000', '143337.655000', '143337.657000', '143337.660000', '143337.663000', '143337.665000', '143337.668000', '143337.671000', '143337.673000', '143337.676000', '143337.678000', '143337.681000', '143337.684000', '143337.686000', '143337.689000', '143337.691000', '143337.694000', '143337.697000', '143337.705000', '143337.707000', '143337.710000', '143337.713000', '143357.595000', '143357.597000', '143357.600000', '143357.602000', '143357.605000', '143357.608000', '143357.611000', '143357.613000', '143357.616000', '143357.618000', '143357.621000', '143357.623000', '143357.626000', '143357.629000', '143357.631000', '143357.634000', '143357.636000', '143357.639000', '143357.642000', '143357.644000', '143357.647000', '143357.649000', '143357.652000', '143357.654000', '143357.657000', '143357.660000', '143357.662000', '143357.665000', '143357.667000', '143357.670000', '143357.672000', '143357.675000', '143357.678000', '143357.680000', '143357.683000', '143357.685000', '143357.688000', '143357.691000', '143357.693000', '143357.696000', '143357.698000', '143357.701000', '143357.708000', '143417.593000', '143417.596000', '143417.599000', '143417.601000', '143417.604000', '143417.607000', '143417.609000', '143417.612000', '143417.614000', '143417.617000', '143417.620000', '143417.622000', '143417.625000', '143417.627000', '143417.630000', '143417.633000', '143417.635000', '143417.638000', '143417.641000', '143417.643000', '143417.646000', '143417.649000', '143417.651000', '143417.654000', '143417.656000', '143417.659000', '143417.662000', '143417.677000', '143417.680000', '143417.683000', '143417.685000', '143417.688000', '143417.690000', '143417.693000', '143417.696000', '143417.698000', '143417.701000', '143417.703000', '143417.706000', '143417.709000', '143417.711000', '143417.714000', '143417.716000', '143417.719000', '143437.593000', '143437.596000', '143437.599000', '143437.601000', '143437.604000', '143437.607000', '143437.609000', '143437.612000', '143437.615000', '143437.617000', '143437.620000', '143437.623000', '143437.625000', '143437.628000', '143437.631000', '143437.633000', '143437.636000', '143437.638000', '143437.641000', '143437.644000', '143437.646000', '143437.649000', '143437.651000', '143437.654000', '143437.657000', '143437.659000', '143437.662000', '143437.664000', '143437.667000', '143437.670000', '143437.672000', '143437.675000', '143437.677000', '143437.680000', '143437.682000', '143437.685000', '143437.688000', '143437.690000', '143437.693000', '143437.695000', '143437.698000', '143437.700000', '143437.703000', '143457.593000', '143457.596000', '143457.599000', '143457.602000', '143457.604000', '143457.607000', '143457.609000', '143457.613000', '143457.616000', '143457.619000', '143457.621000', '143457.624000', '143457.627000', '143457.629000', '143457.632000', '143457.635000', '143457.637000', '143457.640000', '143457.643000', '143457.645000', '143457.648000', '143457.651000', '143457.653000', '143457.656000', '143457.659000', '143457.661000', '143457.664000', '143457.667000', '143457.670000', '143457.689000', '143457.691000', '143457.694000', '143457.697000', '143457.699000', '143457.702000', '143457.705000', '143457.707000', '143457.710000', '143457.726000', '143457.728000', '143457.731000', '143457.734000', '143457.736000', '143517.594000', '143517.597000', '143517.600000', '143517.602000', '143517.605000', '143517.608000', '143517.610000', '143517.613000', '143517.616000', '143517.618000', '143517.621000', '143517.624000', '143517.626000', '143517.629000', '143517.632000', '143517.634000', '143517.637000', '143517.639000', '143517.642000', '143517.645000', '143517.647000', '143517.650000', '143517.652000', '143517.655000', '143517.658000', '143517.660000', '143517.663000', '143517.666000', '143517.668000', '143517.671000', '143517.673000', '143517.676000', '143517.679000', '143517.681000', '143517.684000', '143517.686000', '143517.689000', '143517.691000', '143517.694000', '143517.697000', '143517.699000', '143517.702000', '143517.704000', '143517.707000', '143537.594000', '143537.598000', '143537.600000', '143537.603000', '143537.606000', '143537.609000', '143537.612000', '143537.615000', '143537.618000', '143537.620000', '143537.623000', '143537.626000', '143537.629000', '143537.632000', '143537.635000', '143537.638000', '143537.641000', '143537.644000', '143537.646000', '143537.649000', '143537.651000', '143537.654000', '143537.657000', '143537.659000', '143537.662000', '143537.665000', '143537.667000', '143537.670000', '143537.672000', '143537.675000', '143537.678000', '143537.680000', '143537.683000', '143537.685000', '143537.688000', '143537.691000', '143537.693000', '143537.696000', '143537.698000', '143537.701000', '143537.704000', '143537.706000', '143537.709000', '143557.595000', '143557.597000', '143557.600000', '143557.603000', '143557.605000', '143557.608000', '143557.611000', '143557.613000', '143557.616000', '143557.618000', '143557.621000', '143557.623000', '143557.626000', '143557.629000', '143557.631000', '143557.634000', '143557.636000', '143557.639000', '143557.642000', '143557.644000', '143557.647000', '143557.649000', '143557.652000', '143557.655000', '143557.657000', '143557.660000', '143557.663000', '143557.665000', '143557.668000', '143557.670000', '143557.673000', '143557.676000', '143557.678000', '143557.681000', '143557.684000', '143557.686000', '143557.689000', '143557.691000', '143557.694000', '143557.697000', '143557.699000', '143557.702000', '143557.705000', '143557.707000', '143617.594000', '143617.597000', '143617.600000', '143617.602000', '143617.610000', '143617.613000', '143617.615000', '143617.618000', '143617.620000', '143617.623000', '143617.626000', '143617.628000', '143617.631000', '143617.633000', '143617.636000', '143617.639000', '143617.641000', '143617.644000', '143617.647000', '143617.649000', '143617.653000', '143617.656000', '143617.659000', '143617.662000', '143617.664000', '143617.667000', '143617.670000', '143617.672000', '143617.675000', '143617.677000', '143617.680000', '143617.683000', '143617.685000', '143617.688000', '143617.690000', '143617.693000', '143617.696000', '143617.698000', '143617.701000', '143617.703000', '143617.706000', '143617.709000', '143617.711000', '143637.593000', '143637.596000', '143637.599000', '143637.601000', '143637.604000', '143637.607000', '143637.609000', '143637.612000', '143637.614000', '143637.617000', '143637.620000', '143637.622000', '143637.625000', '143637.627000', '143637.630000', '143637.633000', '143637.635000', '143637.638000', '143637.641000', '143637.643000', '143637.655000', '143637.658000', '143637.660000', '143637.663000', '143637.666000', '143637.668000', '143637.671000', '143637.674000', '143637.676000', '143637.679000', '143637.681000', '143637.684000', '143637.687000', '143637.689000', '143637.692000', '143637.695000', '143637.706000', '143637.709000', '143637.711000', '143637.714000', '143637.716000', '143637.719000', '143637.722000', '143637.724000', '143657.593000', '143657.596000', '143657.599000', '143657.602000', '143657.604000', '143657.607000', '143657.609000', '143657.612000', '143657.615000', '143657.617000', '143657.620000', '143657.622000', '143657.625000', '143657.628000', '143657.630000', '143657.633000', '143657.636000', '143657.638000', '143657.641000', '143657.643000', '143657.646000', '143657.649000', '143657.651000', '143657.654000', '143657.656000', '143657.659000', '143657.662000', '143657.664000', '143657.667000', '143657.670000', '143657.672000', '143657.675000', '143657.678000', '143657.680000', '143657.683000', '143657.686000', '143657.688000', '143657.691000', '143657.693000', '143657.696000', '143657.699000', '143657.701000', '143657.704000', '143717.594000', '143717.597000', '143717.599000', '143717.602000', '143717.605000', '143717.607000', '143717.610000', '143717.612000', '143717.615000', '143717.618000', '143717.621000', '143717.623000', '143717.626000', '143717.628000', '143717.631000', '143717.634000', '143717.636000', '143717.639000', '143717.641000', '143717.644000', '143717.647000', '143717.649000', '143717.652000', '143717.655000', '143717.657000', '143717.660000', '143717.662000', '143717.665000', '143717.668000', '143717.670000', '143717.673000', '143717.676000', '143717.678000', '143717.681000', '143717.683000', '143717.686000', '143717.689000', '143717.691000', '143717.694000', '143717.696000', '143717.699000', '143717.702000', '143717.704000', '143717.707000', '143737.595000', '143737.597000', '143737.600000', '143737.603000', '143737.606000', '143737.608000', '143737.611000', '143737.614000', '143737.617000', '143737.619000', '143737.622000', '143737.624000', '143737.627000', '143737.630000', '143737.632000', '143737.635000', '143737.637000', '143737.640000', '143737.643000', '143737.645000', '143737.648000', '143737.650000', '143737.653000', '143737.656000', '143737.659000', '143737.663000', '143737.666000', '143737.669000', '143737.672000', '143737.675000', '143737.677000', '143737.680000', '143737.682000', '143737.685000', '143737.688000', '143737.690000', '143737.695000', '143737.698000', '143737.701000', '143737.703000', '143737.706000', '143737.708000', '143737.711000', '143757.594000', '143757.597000', '143757.600000', '143757.602000', '143757.605000', '143757.608000', '143757.610000', '143757.613000', '143757.616000', '143757.618000', '143757.621000', '143757.624000', '143757.626000', '143757.629000', '143757.631000', '143757.634000', '143757.637000', '143757.639000', '143757.642000', '143757.645000', '143757.647000', '143757.650000', '143757.652000', '143757.655000', '143757.658000', '143757.660000', '143757.663000', '143757.665000', '143757.668000', '143757.670000', '143757.680000', '143757.683000', '143757.686000', '143757.688000', '143757.691000', '143757.693000', '143757.696000', '143757.699000', '143757.701000', '143757.704000', '143757.706000', '143757.709000', '143757.712000', '143757.714000', '143817.595000', '143817.597000', '143817.600000', '143817.603000', '143817.605000', '143817.608000', '143817.611000', '143817.613000', '143817.616000', '143817.619000', '143817.621000', '143817.624000', '143817.626000', '143817.629000', '143817.632000', '143817.634000', '143817.637000', '143817.640000', '143817.642000', '143817.645000', '143817.647000', '143817.650000', '143817.653000', '143817.655000', '143817.658000', '143817.660000', '143817.663000', '143817.666000', '143817.668000', '143817.671000', '143817.673000', '143817.676000', '143817.679000', '143817.681000', '143817.684000', '143817.686000', '143817.689000', '143817.692000', '143817.694000', '143817.697000', '143817.700000', '143817.702000', '143817.705000', '143837.594000', '143837.597000', '143837.600000', '143837.603000', '143837.605000', '143837.608000', '143837.611000', '143837.613000', '143837.616000', '143837.618000', '143837.621000', '143837.624000', '143837.626000', '143837.629000', '143837.632000', '143837.634000', '143837.637000', '143837.639000', '143837.642000', '143837.645000', '143837.647000', '143837.650000', '143837.652000', '143837.655000', '143837.658000', '143837.660000', '143837.663000', '143837.665000', '143837.668000', '143837.671000', '143837.683000', '143837.685000', '143837.688000', '143837.691000', '143837.693000', '143837.696000', '143837.699000', '143837.701000', '143837.704000', '143837.706000', '143837.709000', '143837.711000', '143837.714000', '143837.717000', '143857.593000', '143857.596000', '143857.599000', '143857.602000', '143857.604000', '143857.607000', '143857.609000', '143857.612000', '143857.615000', '143857.617000', '143857.620000', '143857.623000', '143857.625000', '143857.628000', '143857.630000', '143857.633000', '143857.636000', '143857.638000', '143857.641000', '143857.644000', '143857.646000', '143857.649000', '143857.651000', '143857.654000', '143857.657000', '143857.659000', '143857.662000', '143857.664000', '143857.667000', '143857.670000', '143857.672000', '143857.675000', '143857.678000', '143857.680000', '143857.683000', '143857.685000', '143857.688000', '143857.700000', '143857.703000', '143857.705000', '143857.708000', '143857.711000', '143857.713000', '143917.593000', '143917.596000', '143917.599000', '143917.602000', '143917.604000', '143917.607000', '143917.609000', '143917.612000', '143917.615000', '143917.617000', '143917.620000', '143917.624000', '143917.627000', '143917.629000', '143917.632000', '143917.634000', '143917.637000', '143917.640000', '143917.642000', '143917.645000', '143917.648000', '143917.650000', '143917.653000', '143917.655000', '143917.658000', '143917.661000', '143917.663000', '143917.666000', '143917.668000', '143917.671000', '143917.674000', '143917.676000', '143917.679000', '143917.682000', '143917.684000', '143917.687000', '143917.689000', '143917.692000', '143917.694000', '143917.697000', '143917.700000', '143917.702000', '143917.705000', '143917.708000', '143937.593000', '143937.596000', '143937.599000', '143937.602000', '143937.604000', '143937.607000', '143937.610000', '143937.612000', '143937.615000', '143937.617000', '143937.620000', '143937.623000', '143937.625000', '143937.628000', '143937.630000', '143937.633000', '143937.636000', '143937.638000', '143937.641000', '143937.645000', '143937.647000', '143937.650000', '143937.652000', '143937.655000', '143937.658000', '143937.660000', '143937.663000', '143937.666000', '143937.668000', '143937.671000', '143937.673000', '143937.676000', '143937.679000', '143937.681000', '143937.684000', '143937.686000', '143937.689000', '143937.692000', '143937.695000', '143937.697000', '143937.700000', '143937.703000', '143937.705000', '143939.083000', '143939.085000', '143939.088000', '143939.091000'], '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': [9859, 10157, 9536, 9770, 9323, 9667, 14796, 9983, 9873, 9606, 9678, 9719, 11973, 13282, 9846, 8856, 9719, 10609, 9554, 11981, 9542, 10401, 9370, 10005, 9471, 9577, 9258, 9317, 8539, 9584, 8247, 9838, 9153, 9789, 14217, 9023, 9781, 8996, 9789, 12902, 9728, 15360, 11416, 12109, 9235, 10264, 9337, 13673, 10643, 9842, 9179, 9647, 9359, 9668, 9257, 9575, 13776, 9969, 8424, 9664, 9170, 9916, 10649, 9267, 12616, 9474, 9880, 9421, 9649, 10316, 9655, 15086, 9740, 10908, 9156, 11253, 9088, 12584, 11734, 9711, 8316, 9969, 9959, 9835, 11865, 9892, 9463, 9003, 9531, 8853, 9584, 11812, 9959, 14239, 9299, 11358, 9222, 13247, 9331, 13636, 10917, 9459, 8597, 9566, 10705, 9388, 12778, 9649, 13461, 9240, 9279, 9419, 9552, 9148, 9315, 13623, 9624, 9532, 9232, 9343, 9218, 11462, 13348, 9442, 9475, 9478, 10037, 9202, 10399, 13092, 9321, 10475, 9560, 11850, 9287, 13079, 10482, 12177, 9283, 11084, 9296, 12216, 9031, 11398, 9604, 8969, 9234, 9124, 8234, 9111, 9338, 8538, 12009, 9155, 10491, 9182, 11035, 9012, 11933, 9760, 9046, 8408, 9532, 10795, 9331, 14242, 10983, 12837, 9246, 9053, 9305, 9413, 8781, 8828, 15264, 9078, 9464, 9551, 9389, 9182, 10771, 8902, 10704, 9105, 8498, 9259, 8629, 8924, 9559, 11464, 8856, 8045, 8761, 8614, 8880, 12327, 8850, 10780, 9232, 10081, 9169, 9514, 9006, 8677, 12537, 8493, 10883, 8718, 11420, 8446, 14552, 9552, 13142, 8919, 10625, 8876, 10885, 8338, 13056, 9535, 9749, 9104, 8743, 8225, 9319, 9426, 9745, 11065, 9587, 9336, 14889, 9463, 9493, 8292, 9766, 13781, 9604, 14109, 13830, 9438, 11686, 9465, 9305, 8863, 8732, 14891, 9099, 9209, 9090, 8708, 8972, 8909, 14695, 8442, 8917, 9138, 9228, 13616, 9917, 11755, 9852, 8677, 10684, 9091, 14972, 10119, 13826, 8725, 8198, 7854, 8564, 10474, 8229, 13553, 8978, 8130, 9116, 10537, 8549, 11902, 10572, 8165, 8228, 8144, 8337, 8129, 8546, 8014, 9671, 8478, 7550, 8719, 9225, 8487, 10231, 10048, 8176, 7967, 8561, 9637, 8671, 11596, 8932, 13775, 8804, 8677, 8245, 9568, 8514, 9122, 9660, 10173, 9497, 12481, 12383, 9125, 12650, 8861, 12450, 8471, 15315, 9727, 12389, 8522, 8775, 8526, 8560, 8995, 8409, 10699, 8927, 7751, 8528, 8219, 8454, 10876, 9460, 8451, 8636, 9155, 10634, 8499, 15104, 9810, 13301, 9589, 7996, 8700, 8257, 8717, 13369, 11441, 8145, 7498, 8531, 8983, 8342, 11181, 8423, 7844, 7571, 8533, 8767, 8173, 8790, 10082, 13522, 8069, 7992, 8540, 8475, 8577, 10772, 8594, 8152, 7713, 8468, 8853, 8441, 10929, 8613, 12888, 8304, 8299, 8451, 8603, 8863, 7865, 12871, 8516, 9833, 8207, 11444, 8306, 13354, 9699, 11210, 8273, 7754, 8573, 8107, 8666, 9388, 11303, 7947, 7143, 8269, 8192, 8412, 10900, 8641, 10691, 8167, 7692, 8176, 12057, 8795, 13460, 9777, 7361, 7564, 7932, 7490, 8523, 11275, 8560, 7752, 7529, 8135, 9693, 8413, 12908, 8673, 13777, 8149, 9523, 8324, 12954, 8606, 12615, 9047, 12322, 8098, 7660, 8285, 7618, 8794, 9849, 9294, 7747, 6941, 8006, 7633, 8371, 10328, 8901, 11580, 8103, 10709, 8342, 12020, 8778, 11624, 8997, 12007, 8223, 7463, 8240, 7756, 9608, 8492, 12781, 8134, 9991, 8295, 10003, 8788, 10188, 9177, 11524, 8329, 9799, 8315, 9669, 8772, 9286, 9068, 9195, 8243, 8165, 8262, 8217, 8953, 8686, 8955, 9160, 8271, 7010, 8588, 10782, 9290, 8146, 8045, 8359, 7481, 8329, 9550, 8679, 12334, 9098, 13391, 8792, 9828, 8428, 8234, 9208, 13254, 9578, 7905, 7288, 7974, 9284, 7882, 9469, 8806, 10989, 8565, 7919, 8556, 7674, 9160, 11797, 9541, 7826, 7753, 8216, 8604, 8668, 11388, 9266, 13346, 8819, 11441, 8590, 10485, 9020, 11583, 9775, 8625, 8065, 8561, 7842, 8572, 8343, 9057, 10179, 9085, 10966, 8460, 7714, 8330, 7585, 9409, 8615, 9192, 8457, 8884, 9359, 9004, 10366, 9949, 8042, 7048, 8386, 7367, 8808, 9696, 9738, 9545, 8055, 7821, 7626, 8272, 9638, 8929, 13577, 8645, 10385, 8644, 9681, 8733, 10337, 9627, 7750, 8029, 8102, 7352, 8492, 8808, 8400, 8483, 7995, 10681, 8695, 11984, 14640, 16977, 13712, 8442, 7769, 8285, 9060, 8891, 8952, 8828, 9832, 8819, 7014, 7508, 6909, 7726, 7385, 10137, 8031, 13175, 9509, 11301, 8471, 10071, 8668, 10405, 9210, 8946, 9042, 7670, 8035, 8131, 9052, 8407, 11984, 9436, 10731, 8149, 7190, 8035, 8314, 10730, 8884, 9251, 10384, 7853, 8824, 8231, 9829, 8656, 11753, 9057, 7191, 8358, 7545, 9295, 7655, 9857, 7623, 11083, 8052, 10574, 8038, 9680, 8368, 8294, 9009, 9051, 9978, 7639, 10199, 7927, 9937, 7923, 10650, 7985, 11681, 8627, 10087, 8063, 10478, 8489, 10627, 8392, 11208, 8527, 10147, 8387, 7352, 8389, 6779, 8616, 7551, 11185, 7874, 9182, 7652, 10325, 8099, 11092, 8180, 11993, 9212, 10611, 8291, 8650, 8473, 7122, 8869, 8461, 13136, 7942, 9688, 7659, 9958, 7693, 11434, 8275, 11115, 7472, 10463, 7413, 7795, 7791, 8569, 10489, 6881, 9561, 7483, 10152, 7244, 12210, 8211, 13277, 8350, 7169, 7749, 6831, 8931, 10476, 10129, 8508, 9125, 6889, 8154, 6874, 9285, 7275, 11712, 7131, 9554, 7320, 9578, 7377, 11244, 8326, 9502, 7989, 7081, 8903, 6858, 9669, 9280, 11681, 8232, 11804, 7055, 9208, 6757, 9641, 6941, 12801, 8142, 10201, 7333, 9482, 7561, 10921, 8017, 7357, 8036, 6785, 9256, 7185, 11810, 8348, 13900, 8650, 8696, 7998, 9507, 8376, 13892, 10008, 7584, 8455, 7238, 9718, 7288, 11530, 8947, 13528, 7707, 7123, 7866, 9393, 8334, 12152, 10204, 7571, 8043, 6904, 8437, 7257, 10950, 8342, 13410, 7736, 6709, 8369, 7120, 11402, 7806, 14228, 8610, 6837, 9279, 7382, 11959, 7428, 13351, 9083, 12248, 7310, 10129, 7349, 10190, 7748, 11922, 8591, 8102, 7867, 7402, 9035, 7289, 11160, 8770, 11459, 7693, 6817, 8224, 9152, 8384, 10674, 11463, 7548, 9288, 7219, 10357, 7257, 11666, 8685, 7887, 7794, 6830, 9394, 7219], 'WindowCenter': [4081.0, 4060.0, 4049.0, 4047.0, 4036.0, 4034.0, 4073.0, 4031.0, 4029.0, 4030.0, 4034.0, 4031.0, 4040.0, 4051.0, 4029.0, 4008.0, 4028.0, 4027.0, 4030.0, 4051.0, 4030.0, 4028.0, 4020.0, 4028.0, 4031.0, 4029.0, 4032.0, 4030.0, 4021.0, 4031.0, 4021.0, 4031.0, 4030.0, 4041.0, 4061.0, 4033.0, 4040.0, 4021.0, 4042.0, 4062.0, 4034.0, 4070.0, 4053.0, 4039.0, 4020.0, 4029.0, 4030.0, 4061.0, 4031.0, 4020.0, 4017.0, 4017.0, 4019.0, 4016.0, 4018.0, 4018.0, 4049.0, 4029.0, 4007.0, 4018.0, 4015.0, 4030.0, 4039.0, 4021.0, 4051.0, 4018.0, 4030.0, 4019.0, 4030.0, 4039.0, 4030.0, 4060.0, 4030.0, 4041.0, 4030.0, 4040.0, 4020.0, 4051.0, 4052.0, 4029.0, 4009.0, 4030.0, 4028.0, 4042.0, 4050.0, 4033.0, 4030.0, 4018.0, 4028.0, 4021.0, 4032.0, 4051.0, 4030.0, 4061.0, 4021.0, 4040.0, 4017.0, 4048.0, 4019.0, 4050.0, 4041.0, 4018.0, 4007.0, 4019.0, 4029.0, 4018.0, 4048.0, 4020.0, 4051.0, 4018.0, 4016.0, 4018.0, 4017.0, 4019.0, 4018.0, 4060.0, 4029.0, 4029.0, 4032.0, 4019.0, 4030.0, 4054.0, 4075.0, 4032.0, 4030.0, 4030.0, 4029.0, 4031.0, 4042.0, 4061.0, 4018.0, 4031.0, 4028.0, 4038.0, 4021.0, 4050.0, 4028.0, 4039.0, 4017.0, 4025.0, 4016.0, 4035.0, 4019.0, 4037.0, 4018.0, 4016.0, 4016.0, 4018.0, 4008.0, 4006.0, 4018.0, 4006.0, 4039.0, 4019.0, 4025.0, 4020.0, 4026.0, 4020.0, 4038.0, 4031.0, 4020.0, 4006.0, 4030.0, 4029.0, 4019.0, 4061.0, 4029.0, 4049.0, 4019.0, 4007.0, 4016.0, 4016.0, 4020.0, 4018.0, 4061.0, 4007.0, 4015.0, 4017.0, 4015.0, 4031.0, 4040.0, 4019.0, 4028.0, 4019.0, 4006.0, 4019.0, 4020.0, 4021.0, 4029.0, 4052.0, 4020.0, 3998.0, 4009.0, 4007.0, 4017.0, 4049.0, 4020.0, 4039.0, 4021.0, 4029.0, 4030.0, 4031.0, 4019.0, 4018.0, 4051.0, 4008.0, 4037.0, 4009.0, 4038.0, 4007.0, 4059.0, 4018.0, 4047.0, 4017.0, 4025.0, 4007.0, 4024.0, 4007.0, 4047.0, 4028.0, 4016.0, 4005.0, 4006.0, 4011.0, 4021.0, 4020.0, 4020.0, 4038.0, 4034.0, 4032.0, 4072.0, 4032.0, 4030.0, 4008.0, 4030.0, 4059.0, 4032.0, 4061.0, 4050.0, 4020.0, 4038.0, 4030.0, 4020.0, 4018.0, 4009.0, 4060.0, 4008.0, 4017.0, 4009.0, 4006.0, 4018.0, 4019.0, 4060.0, 4008.0, 4018.0, 4018.0, 4019.0, 4062.0, 4032.0, 4041.0, 4020.0, 4007.0, 4027.0, 4021.0, 4061.0, 4029.0, 4051.0, 4007.0, 3996.0, 3995.0, 4008.0, 4026.0, 4008.0, 4050.0, 4009.0, 3997.0, 4006.0, 4015.0, 4007.0, 4026.0, 4029.0, 3996.0, 3997.0, 3993.0, 3996.0, 3997.0, 4007.0, 3998.0, 4016.0, 4009.0, 3998.0, 4008.0, 4018.0, 4009.0, 4028.0, 4018.0, 3996.0, 3995.0, 4006.0, 4015.0, 4006.0, 4027.0, 4008.0, 4050.0, 4018.0, 4021.0, 4007.0, 4030.0, 4020.0, 4031.0, 4032.0, 4028.0, 4032.0, 4051.0, 4051.0, 4021.0, 4052.0, 4020.0, 4050.0, 4010.0, 4060.0, 4018.0, 4039.0, 4008.0, 4007.0, 4007.0, 4008.0, 4017.0, 4010.0, 4029.0, 4019.0, 3997.0, 4019.0, 4011.0, 4023.0, 4042.0, 4031.0, 4013.0, 4022.0, 4032.0, 4031.0, 4019.0, 4059.0, 4030.0, 4050.0, 4021.0, 3998.0, 4010.0, 3998.0, 4009.0, 4048.0, 4038.0, 3994.0, 3986.0, 4006.0, 4004.0, 4009.0, 4039.0, 4010.0, 3999.0, 3988.0, 4007.0, 4009.0, 3997.0, 4008.0, 4017.0, 4048.0, 3998.0, 3997.0, 4009.0, 3997.0, 4010.0, 4028.0, 4020.0, 3998.0, 3999.0, 4009.0, 4008.0, 4009.0, 4039.0, 4012.0, 4050.0, 4011.0, 4007.0, 4008.0, 4007.0, 4019.0, 4008.0, 4051.0, 4019.0, 4030.0, 4009.0, 4038.0, 4009.0, 4049.0, 4021.0, 4040.0, 4007.0, 3996.0, 4009.0, 3996.0, 4007.0, 4017.0, 4037.0, 3996.0, 3986.0, 4006.0, 4005.0, 4011.0, 4039.0, 4009.0, 4030.0, 4009.0, 3996.0, 4008.0, 4037.0, 4007.0, 4049.0, 4030.0, 3987.0, 3984.0, 3996.0, 3985.0, 4019.0, 4039.0, 4019.0, 3998.0, 4000.0, 4009.0, 4020.0, 4008.0, 4051.0, 4008.0, 4049.0, 3998.0, 4018.0, 4008.0, 4037.0, 4007.0, 4037.0, 4006.0, 4037.0, 3997.0, 3984.0, 4006.0, 3986.0, 4008.0, 4016.0, 4019.0, 3997.0, 3986.0, 4009.0, 3996.0, 4009.0, 4039.0, 4018.0, 4038.0, 4008.0, 4027.0, 4008.0, 4037.0, 4019.0, 4038.0, 4018.0, 4039.0, 3998.0, 3985.0, 4006.0, 3984.0, 4017.0, 4008.0, 4050.0, 3998.0, 4016.0, 4007.0, 4016.0, 4010.0, 4028.0, 4019.0, 4036.0, 4006.0, 4016.0, 3997.0, 4015.0, 4006.0, 4017.0, 4006.0, 4005.0, 3995.0, 3994.0, 3995.0, 4006.0, 4017.0, 4006.0, 4019.0, 4017.0, 4006.0, 3974.0, 4007.0, 4027.0, 4018.0, 3996.0, 4010.0, 4008.0, 3989.0, 4008.0, 4030.0, 4018.0, 4049.0, 4018.0, 4048.0, 4008.0, 4018.0, 4006.0, 3997.0, 4018.0, 4048.0, 4016.0, 3997.0, 3985.0, 3996.0, 4018.0, 3996.0, 4017.0, 4005.0, 4027.0, 4007.0, 3998.0, 4020.0, 3995.0, 4018.0, 4040.0, 4030.0, 3997.0, 3997.0, 4010.0, 4007.0, 4008.0, 4048.0, 4016.0, 4049.0, 4017.0, 4027.0, 4007.0, 4027.0, 4007.0, 4037.0, 4016.0, 4007.0, 3996.0, 4007.0, 3995.0, 4005.0, 3994.0, 4016.0, 4028.0, 4007.0, 4025.0, 3997.0, 3985.0, 3996.0, 3983.0, 4018.0, 4007.0, 4019.0, 3994.0, 4005.0, 4006.0, 4019.0, 4028.0, 4029.0, 4009.0, 3987.0, 4009.0, 3986.0, 4019.0, 4028.0, 4030.0, 4028.0, 4008.0, 3998.0, 3998.0, 4009.0, 4029.0, 4018.0, 4050.0, 4007.0, 4027.0, 4007.0, 4016.0, 4009.0, 4027.0, 4030.0, 3998.0, 4008.0, 4021.0, 3998.0, 4034.0, 4033.0, 4007.0, 4032.0, 4009.0, 4041.0, 4021.0, 4051.0, 4062.0, 4085.0, 4060.0, 4022.0, 3995.0, 4007.0, 3991.0, 3992.0, 3991.0, 4004.0, 4014.0, 4006.0, 3975.0, 3986.0, 3974.0, 3984.0, 3973.0, 4012.0, 3982.0, 4035.0, 4003.0, 4012.0, 3992.0, 4001.0, 3993.0, 4013.0, 4002.0, 3992.0, 3990.0, 3967.0, 3969.0, 3969.0, 3990.0, 3981.0, 4022.0, 3993.0, 4010.0, 3981.0, 3960.0, 3982.0, 3993.0, 4013.0, 4004.0, 4005.0, 4017.0, 3994.0, 4004.0, 4006.0, 4016.0, 4007.0, 4036.0, 4007.0, 3976.0, 3996.0, 3995.0, 4015.0, 3985.0, 4017.0, 3984.0, 4027.0, 3995.0, 4026.0, 3996.0, 4015.0, 4007.0, 3995.0, 4006.0, 4016.0, 4027.0, 3998.0, 4027.0, 4007.0, 4027.0, 4007.0, 4027.0, 4007.0, 4038.0, 4007.0, 4027.0, 3996.0, 4025.0, 4007.0, 4027.0, 4006.0, 4036.0, 4008.0, 4027.0, 4007.0, 3983.0, 4006.0, 3976.0, 4006.0, 3997.0, 4038.0, 4007.0, 4017.0, 3999.0, 4028.0, 4009.0, 4038.0, 4008.0, 4038.0, 4020.0, 4027.0, 4008.0, 4006.0, 4007.0, 3985.0, 4018.0, 4022.0, 4060.0, 4009.0, 4028.0, 4011.0, 4038.0, 3998.0, 4048.0, 4007.0, 4025.0, 3986.0, 4025.0, 3985.0, 3995.0, 3995.0, 4017.0, 4038.0, 3987.0, 4028.0, 3998.0, 4026.0, 3997.0, 4047.0, 4009.0, 4047.0, 4006.0, 3985.0, 3996.0, 3975.0, 4017.0, 4036.0, 4027.0, 4018.0, 4015.0, 3974.0, 3994.0, 3972.0, 4016.0, 3995.0, 4048.0, 3986.0, 4016.0, 3996.0, 4016.0, 3987.0, 4037.0, 4008.0, 4026.0, 4007.0, 3985.0, 4016.0, 3974.0, 4016.0, 4016.0, 4036.0, 4004.0, 4037.0, 3973.0, 4013.0, 3972.0, 4014.0, 3985.0, 4045.0, 3995.0, 4024.0, 3985.0, 4015.0, 3997.0, 4037.0, 4006.0, 3997.0, 4006.0, 3987.0, 4016.0, 3987.0, 4049.0, 4009.0, 4058.0, 4018.0, 4007.0, 4006.0, 4015.0, 4005.0, 4047.0, 4015.0, 3996.0, 4005.0, 3985.0, 4014.0, 3984.0, 4036.0, 4014.0, 4046.0, 3995.0, 3984.0, 3996.0, 4014.0, 4006.0, 4035.0, 4026.0, 3984.0, 3993.0, 3972.0, 3991.0, 3982.0, 4024.0, 3993.0, 4046.0, 3994.0, 3974.0, 4003.0, 3972.0, 4036.0, 3995.0, 4047.0, 4006.0, 3973.0, 4014.0, 3985.0, 4035.0, 3984.0, 4047.0, 4004.0, 4035.0, 3983.0, 4012.0, 3982.0, 4012.0, 3994.0, 4032.0, 4004.0, 3993.0, 3993.0, 3982.0, 4002.0, 3984.0, 4036.0, 4005.0, 4035.0, 3995.0, 3973.0, 4003.0, 4013.0, 4004.0, 4024.0, 4034.0, 3984.0, 4003.0, 3984.0, 4023.0, 3984.0, 4023.0, 4004.0, 3994.0, 3982.0, 3973.0, 4014.0, 3985.0], 'WindowWidth': [9092.0, 9045.0, 9024.0, 9015.0, 8998.0, 8990.0, 9041.0, 8980.0, 8973.0, 8976.0, 8987.0, 8980.0, 8989.0, 9006.0, 8970.0, 8942.0, 8972.0, 8966.0, 8977.0, 9005.0, 8974.0, 8969.0, 8960.0, 8968.0, 8977.0, 8972.0, 8981.0, 8976.0, 8968.0, 8978.0, 8965.0, 8979.0, 8976.0, 8994.0, 9020.0, 8987.0, 8990.0, 8965.0, 8996.0, 9023.0, 8988.0, 9032.0, 9012.0, 8985.0, 8963.0, 8970.0, 8976.0, 9018.0, 8977.0, 8960.0, 8953.0, 8951.0, 8958.0, 8949.0, 8957.0, 8955.0, 9000.0, 8971.0, 8939.0, 8956.0, 8948.0, 8975.0, 8985.0, 8964.0, 9003.0, 8956.0, 8975.0, 8960.0, 8975.0, 8989.0, 8976.0, 9016.0, 8977.0, 8990.0, 8977.0, 8988.0, 8964.0, 9004.0, 9007.0, 8971.0, 8946.0, 8975.0, 8970.0, 8995.0, 9002.0, 8983.0, 8975.0, 8958.0, 8971.0, 8964.0, 8979.0, 9006.0, 8974.0, 9019.0, 8962.0, 8987.0, 8956.0, 8996.0, 8960.0, 9002.0, 8989.0, 8956.0, 8939.0, 8959.0, 8970.0, 8957.0, 8996.0, 8960.0, 9004.0, 8956.0, 8950.0, 8956.0, 8954.0, 8961.0, 8956.0, 9015.0, 8973.0, 8974.0, 8982.0, 8959.0, 8978.0, 9016.0, 9043.0, 8981.0, 8975.0, 8977.0, 8971.0, 8979.0, 8994.0, 9019.0, 8955.0, 8976.0, 8971.0, 8981.0, 8965.0, 9001.0, 8970.0, 8983.0, 8953.0, 8960.0, 8949.0, 8972.0, 8958.0, 8978.0, 8956.0, 8950.0, 8950.0, 8953.0, 8940.0, 8937.0, 8956.0, 8937.0, 8984.0, 8957.0, 8960.0, 8961.0, 8964.0, 8961.0, 8982.0, 8976.0, 8959.0, 8938.0, 8976.0, 8970.0, 8959.0, 9017.0, 8973.0, 8998.0, 8957.0, 8941.0, 8952.0, 8951.0, 8962.0, 8955.0, 9018.0, 8938.0, 8947.0, 8954.0, 8947.0, 8979.0, 8986.0, 8961.0, 8969.0, 8959.0, 8938.0, 8959.0, 8962.0, 8966.0, 8972.0, 9009.0, 8962.0, 8929.0, 8944.0, 8940.0, 8954.0, 8998.0, 8962.0, 8985.0, 8963.0, 8971.0, 8976.0, 8980.0, 8964.0, 8959.0, 9004.0, 8943.0, 8980.0, 8946.0, 8982.0, 8941.0, 9012.0, 8956.0, 8994.0, 8953.0, 8960.0, 8938.0, 8958.0, 8941.0, 8992.0, 8969.0, 8949.0, 8935.0, 8936.0, 8950.0, 8963.0, 8960.0, 8959.0, 8981.0, 8986.0, 8981.0, 9033.0, 8979.0, 8974.0, 8942.0, 8974.0, 9011.0, 8981.0, 9017.0, 9003.0, 8958.0, 8982.0, 8974.0, 8961.0, 8958.0, 8943.0, 9014.0, 8940.0, 8951.0, 8943.0, 8937.0, 8957.0, 8959.0, 9016.0, 8945.0, 8957.0, 8955.0, 8960.0, 9020.0, 8979.0, 8990.0, 8958.0, 8940.0, 8965.0, 8962.0, 9018.0, 8972.0, 9002.0, 8937.0, 8923.0, 8918.0, 8939.0, 8962.0, 8940.0, 8999.0, 8941.0, 8925.0, 8934.0, 8946.0, 8938.0, 8961.0, 8967.0, 8921.0, 8922.0, 8913.0, 8921.0, 8925.0, 8937.0, 8927.0, 8949.0, 8942.0, 8925.0, 8941.0, 8954.0, 8947.0, 8968.0, 8954.0, 8922.0, 8918.0, 8937.0, 8946.0, 8937.0, 8963.0, 8940.0, 9000.0, 8957.0, 8962.0, 8941.0, 8975.0, 8965.0, 8980.0, 8979.0, 8969.0, 8979.0, 9005.0, 9004.0, 8963.0, 9006.0, 8963.0, 9000.0, 8946.0, 9014.0, 8955.0, 8983.0, 8940.0, 8936.0, 8938.0, 8938.0, 8953.0, 8946.0, 8970.0, 8957.0, 8925.0, 8960.0, 8950.0, 8970.0, 8994.0, 8977.0, 8956.0, 8965.0, 8979.0, 8976.0, 8960.0, 9013.0, 8975.0, 9001.0, 8960.0, 8927.0, 8944.0, 8927.0, 8943.0, 8995.0, 8980.0, 8916.0, 8906.0, 8933.0, 8931.0, 8945.0, 8982.0, 8945.0, 8929.0, 8914.0, 8938.0, 8942.0, 8924.0, 8942.0, 8952.0, 8996.0, 8926.0, 8923.0, 8941.0, 8925.0, 8947.0, 8966.0, 8961.0, 8929.0, 8930.0, 8946.0, 8941.0, 8945.0, 8985.0, 8953.0, 8999.0, 8949.0, 8940.0, 8943.0, 8940.0, 8959.0, 8943.0, 9003.0, 8959.0, 8973.0, 8947.0, 8981.0, 8946.0, 8998.0, 8961.0, 8985.0, 8937.0, 8923.0, 8944.0, 8923.0, 8941.0, 8953.0, 8980.0, 8923.0, 8909.0, 8937.0, 8934.0, 8951.0, 8986.0, 8946.0, 8972.0, 8944.0, 8924.0, 8941.0, 8979.0, 8942.0, 8997.0, 8974.0, 8910.0, 8903.0, 8921.0, 8908.0, 8960.0, 8984.0, 8960.0, 8929.0, 8933.0, 8946.0, 8959.0, 8943.0, 9002.0, 8940.0, 8996.0, 8928.0, 8954.0, 8943.0, 8978.0, 8938.0, 8979.0, 8936.0, 8977.0, 8922.0, 8903.0, 8936.0, 8906.0, 8943.0, 8950.0, 8956.0, 8927.0, 8909.0, 8946.0, 8923.0, 8946.0, 8987.0, 8956.0, 8981.0, 8943.0, 8967.0, 8942.0, 8977.0, 8958.0, 8980.0, 8956.0, 8983.0, 8927.0, 8907.0, 8937.0, 8904.0, 8954.0, 8941.0, 8999.0, 8928.0, 8949.0, 8940.0, 8948.0, 8948.0, 8970.0, 8956.0, 8975.0, 8935.0, 8947.0, 8924.0, 8945.0, 8937.0, 8951.0, 8935.0, 8932.0, 8919.0, 8915.0, 8920.0, 8936.0, 8954.0, 8935.0, 8956.0, 8952.0, 8936.0, 8892.0, 8939.0, 8965.0, 8955.0, 8925.0, 8948.0, 8943.0, 8918.0, 8945.0, 8972.0, 8956.0, 9000.0, 8956.0, 8995.0, 8943.0, 8955.0, 8938.0, 8926.0, 8956.0, 8995.0, 8950.0, 8925.0, 8906.0, 8922.0, 8953.0, 8923.0, 8951.0, 8934.0, 8966.0, 8940.0, 8927.0, 8961.0, 8923.0, 8958.0, 8989.0, 8973.0, 8927.0, 8927.0, 8946.0, 8938.0, 8943.0, 8998.0, 8952.0, 8996.0, 8954.0, 8965.0, 8938.0, 8964.0, 8938.0, 8979.0, 8951.0, 8936.0, 8921.0, 8938.0, 8919.0, 8933.0, 8918.0, 8950.0, 8967.0, 8938.0, 8959.0, 8923.0, 8906.0, 8923.0, 8904.0, 8957.0, 8937.0, 8957.0, 8917.0, 8934.0, 8935.0, 8957.0, 8969.0, 8972.0, 8945.0, 8914.0, 8944.0, 8911.0, 8959.0, 8970.0, 8975.0, 8970.0, 8944.0, 8929.0, 8929.0, 8944.0, 8973.0, 8955.0, 9002.0, 8940.0, 8964.0, 8938.0, 8949.0, 8946.0, 8968.0, 8976.0, 8930.0, 8944.0, 8969.0, 8934.0, 8993.0, 8987.0, 8943.0, 8986.0, 8948.0, 8992.0, 8967.0, 9002.0, 9024.0, 9062.0, 9017.0, 8968.0, 8922.0, 8938.0, 8906.0, 8908.0, 8905.0, 8927.0, 8942.0, 8934.0, 8893.0, 8911.0, 8893.0, 8904.0, 8885.0, 8936.0, 8896.0, 8971.0, 8926.0, 8934.0, 8909.0, 8919.0, 8911.0, 8937.0, 8923.0, 8908.0, 8902.0, 8867.0, 8873.0, 8873.0, 8903.0, 8892.0, 8947.0, 8909.0, 8927.0, 8891.0, 8865.0, 8895.0, 8913.0, 8937.0, 8930.0, 8931.0, 8951.0, 8916.0, 8929.0, 8936.0, 8947.0, 8938.0, 8976.0, 8939.0, 8895.0, 8922.0, 8920.0, 8947.0, 8907.0, 8949.0, 8905.0, 8964.0, 8920.0, 8960.0, 8923.0, 8944.0, 8938.0, 8920.0, 8937.0, 8949.0, 8967.0, 8928.0, 8965.0, 8941.0, 8964.0, 8939.0, 8965.0, 8941.0, 8981.0, 8939.0, 8963.0, 8924.0, 8961.0, 8939.0, 8963.0, 8938.0, 8978.0, 8942.0, 8963.0, 8938.0, 8904.0, 8936.0, 8896.0, 8938.0, 8927.0, 8983.0, 8942.0, 8953.0, 8934.0, 8970.0, 8946.0, 8983.0, 8945.0, 8982.0, 8961.0, 8965.0, 8942.0, 8936.0, 8941.0, 8909.0, 8957.0, 8968.0, 9016.0, 8947.0, 8971.0, 8955.0, 8986.0, 8931.0, 8996.0, 8940.0, 8960.0, 8909.0, 8959.0, 8908.0, 8921.0, 8924.0, 8954.0, 8985.0, 8916.0, 8970.0, 8931.0, 8964.0, 8929.0, 8994.0, 8946.0, 8994.0, 8938.0, 8910.0, 8926.0, 8896.0, 8955.0, 8981.0, 8968.0, 8957.0, 8947.0, 8890.0, 8917.0, 8889.0, 8951.0, 8923.0, 8997.0, 8912.0, 8951.0, 8924.0, 8949.0, 8914.0, 8982.0, 8943.0, 8965.0, 8940.0, 8910.0, 8952.0, 8894.0, 8951.0, 8952.0, 8979.0, 8933.0, 8978.0, 8890.0, 8943.0, 8888.0, 8946.0, 8911.0, 8987.0, 8921.0, 8958.0, 8908.0, 8948.0, 8929.0, 8981.0, 8940.0, 8929.0, 8940.0, 8915.0, 8951.0, 8915.0, 8998.0, 8946.0, 9009.0, 8957.0, 8939.0, 8939.0, 8946.0, 8938.0, 8996.0, 8949.0, 8923.0, 8935.0, 8907.0, 8946.0, 8907.0, 8978.0, 8947.0, 8992.0, 8921.0, 8906.0, 8924.0, 8944.0, 8939.0, 8975.0, 8963.0, 8904.0, 8915.0, 8884.0, 8911.0, 8901.0, 8958.0, 8917.0, 8991.0, 8917.0, 8891.0, 8929.0, 8889.0, 8978.0, 8923.0, 8992.0, 8939.0, 8890.0, 8945.0, 8909.0, 8975.0, 8907.0, 8992.0, 8932.0, 8974.0, 8902.0, 8938.0, 8899.0, 8938.0, 8919.0, 8967.0, 8932.0, 8915.0, 8914.0, 8901.0, 8926.0, 8906.0, 8977.0, 8934.0, 8973.0, 8921.0, 8890.0, 8929.0, 8941.0, 8933.0, 8959.0, 8972.0, 8903.0, 8928.0, 8904.0, 8955.0, 8905.0, 8954.0, 8930.0, 8919.0, 8901.0, 8891.0, 8945.0, 8909.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.012266835443037976</td></tr>
<tr><td colspan=3>aqi</td><td>0.059524096777905634</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.41393251020736</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0744305109677412</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9308356297350231</td></tr>
<tr><td colspan=3>efc</td><td>0.4402</td></tr>
<tr><td colspan=3>fber</td><td>7175.4453</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11930307814135177</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.126582278481013</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471586378215218</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2841472182689593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.682715663311802</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.447896253064893</td></tr>
<tr><td colspan=3>gcor</td><td>0.00323206</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019043991342186928</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02887442149221897</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9803239189093578</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>26.5819</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6411</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.0823</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.7287</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3443</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>496.9124</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3324.7902</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.821</td></tr>
<tr><td colspan=3>tsnr</td><td>29.98263173457235</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>