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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0129_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-01/func/sub-0129_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0173512efd66118a82b2f333d2508349</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:05:6.885000</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.999433, 0.0134801, -0.0308404, -0.0137812, 0.999859, -0.00957185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7754, -7260, 114, -102, -38, 62, 131]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>86074489-2d84-43a9-a4f9-8579b5672b7b||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.6814067363739014, -0.03697394207119942, -0.08290902525186539, 116.07263946533203], [-0.03616608679294586, 2.682549238204956, -0.02697690576314926, -92.38004302978516], [-0.0827425867319107, 0.025680579245090485, 2.698591947555542, -75.21609497070312], [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': ['130506.885000', '130507.345000', '130507.805000', '130508.265000', '130508.725000', '130509.185000', '130509.645000', '130510.105000', '130510.565000', '130511.025000', '130511.485000', '130511.945000', '130512.405000', '130512.865000', '130513.325000', '130513.785000', '130514.245000', '130514.705000', '130515.165000', '130515.625000', '130516.085000', '130516.545000', '130517.005000', '130517.465000', '130517.925000', '130518.385000', '130518.845000', '130519.305000', '130519.765000', '130520.225000', '130520.685000', '130521.145000', '130521.605000', '130522.065000', '130522.525000', '130522.985000', '130523.445000', '130523.905000', '130524.365000', '130524.825000', '130525.285000', '130525.745000', '130526.205000', '130526.665000', '130527.125000', '130527.585000', '130528.045000', '130528.505000', '130528.965000', '130529.425000', '130529.885000', '130530.345000', '130530.805000', '130531.265000', '130531.725000', '130532.185000', '130532.645000', '130533.105000', '130533.565000', '130534.025000', '130534.485000', '130534.945000', '130535.405000', '130535.865000', '130536.325000', '130536.785000', '130537.245000', '130537.705000', '130538.165000', '130538.625000', '130539.085000', '130539.545000', '130540.005000', '130540.465000', '130540.925000', '130541.385000', '130541.845000', '130542.305000', '130542.765000', '130543.225000', '130543.685000', '130544.145000', '130544.605000', '130545.065000', '130545.525000', '130545.985000', '130546.445000', '130546.905000', '130547.365000', '130547.825000', '130548.285000', '130548.745000', '130549.205000', '130549.665000', '130550.125000', '130550.585000', '130551.045000', '130551.505000', '130551.965000', '130552.425000', '130552.885000', '130553.345000', '130553.805000', '130554.265000', '130554.725000', '130555.185000', '130555.645000', '130556.105000', '130556.565000', '130557.025000', '130557.485000', '130557.945000', '130558.405000', '130558.865000', '130559.325000', '130559.785000', '130600.245000', '130600.705000', '130601.165000', '130601.625000', '130602.085000', '130602.545000', '130603.005000', '130603.465000', '130603.925000', '130604.385000', '130604.845000', '130605.305000', '130605.765000', '130606.225000', '130606.685000', '130607.145000', '130607.605000', '130608.065000', '130608.525000', '130608.985000', '130609.445000', '130609.905000', '130610.365000', '130610.825000', '130611.285000', '130611.745000', '130612.205000', '130612.665000', '130613.125000', '130613.585000', '130614.045000', '130614.505000', '130614.965000', '130615.425000', '130615.885000', '130616.345000', '130616.805000', '130617.265000', '130617.725000', '130618.185000', '130618.645000', '130619.105000', '130619.565000', '130620.025000', '130620.485000', '130620.945000', '130621.405000', '130621.865000', '130622.325000', '130622.785000', '130623.245000', '130623.705000', '130624.165000', '130624.625000', '130625.085000', '130625.545000', '130626.005000', '130626.465000', '130626.925000', '130627.385000', '130627.845000', '130628.305000', '130628.765000', '130629.225000', '130629.685000', '130630.145000', '130630.605000', '130631.065000', '130631.525000', '130631.985000', '130632.445000', '130632.905000', '130633.365000', '130633.825000', '130634.285000', '130634.745000', '130635.205000', '130635.665000', '130636.125000', '130636.585000', '130637.045000', '130637.505000', '130637.965000', '130638.425000', '130638.885000', '130639.345000', '130639.805000', '130640.265000', '130640.725000', '130641.185000', '130641.645000', '130642.105000', '130642.565000', '130643.025000', '130643.485000', '130643.945000', '130644.405000', '130644.865000', '130645.325000', '130645.785000', '130646.245000', '130646.705000', '130647.165000', '130647.625000', '130648.085000', '130648.545000', '130649.005000', '130649.465000', '130649.925000', '130650.385000', '130650.845000', '130651.305000', '130651.765000', '130652.225000', '130652.685000', '130653.145000', '130653.605000', '130654.065000', '130654.525000', '130654.985000', '130655.445000', '130655.905000', '130656.365000', '130656.825000', '130657.285000', '130657.745000', '130658.205000', '130658.665000', '130659.125000', '130659.585000', '130700.045000', '130700.505000', '130700.965000', '130701.425000', '130701.885000', '130702.345000', '130702.805000', '130703.265000', '130703.725000', '130704.185000', '130704.645000', '130705.105000', '130705.565000', '130706.025000', '130706.485000', '130706.945000', '130707.405000', '130707.865000', '130708.325000', '130708.785000', '130709.245000', '130709.705000', '130710.165000', '130710.625000', '130711.085000', '130711.545000', '130712.005000', '130712.465000', '130712.925000', '130713.385000', '130713.845000', '130714.305000', '130714.765000', '130715.225000', '130715.685000', '130716.145000', '130716.605000', '130717.065000', '130717.525000', '130717.985000', '130718.445000', '130718.905000', '130719.365000', '130719.825000', '130720.285000', '130720.745000', '130721.205000', '130721.665000', '130722.125000', '130722.585000', '130723.045000', '130723.505000', '130723.965000', '130724.425000', '130724.885000', '130725.345000', '130725.805000', '130726.265000', '130726.725000', '130727.185000', '130727.645000', '130728.105000', '130728.565000', '130729.025000', '130729.485000', '130729.945000', '130730.405000', '130730.865000', '130731.325000', '130731.785000', '130732.245000', '130732.705000', '130733.165000', '130733.625000', '130734.085000', '130734.545000', '130735.005000', '130735.465000', '130735.925000', '130736.385000', '130736.845000', '130737.305000', '130737.765000', '130738.225000', '130738.685000', '130739.145000', '130739.605000', '130740.065000', '130740.525000', '130740.985000', '130741.445000', '130741.905000', '130742.365000', '130742.825000', '130743.285000', '130743.745000', '130744.205000', '130744.665000', '130745.125000', '130745.585000', '130746.045000', '130746.505000', '130746.965000', '130747.425000', '130747.885000', '130748.345000', '130748.805000', '130749.265000', '130749.725000', '130750.185000', '130750.645000', '130751.105000', '130751.565000', '130752.025000', '130752.485000', '130752.945000', '130753.405000', '130753.865000', '130754.325000', '130754.785000', '130755.245000', '130755.705000', '130756.165000', '130756.625000', '130757.085000', '130757.545000', '130758.005000', '130758.465000', '130758.925000', '130759.385000', '130759.845000', '130800.305000', '130800.765000', '130801.225000', '130801.685000', '130802.145000', '130802.605000', '130803.065000', '130803.525000', '130803.985000', '130804.445000', '130804.905000', '130805.365000', '130805.825000', '130806.285000', '130806.745000', '130807.205000', '130807.665000', '130808.125000', '130808.585000', '130809.045000', '130809.505000', '130809.965000', '130810.425000', '130810.885000', '130811.345000', '130811.805000', '130812.265000', '130812.725000', '130813.185000', '130813.645000', '130814.105000', '130814.565000', '130815.025000', '130815.485000', '130815.945000', '130816.405000', '130816.865000', '130817.325000', '130817.785000', '130818.245000', '130818.705000', '130819.165000', '130819.625000', '130820.085000', '130820.545000', '130821.005000', '130821.465000', '130821.925000', '130822.385000', '130822.845000', '130823.305000', '130823.765000', '130824.225000', '130824.685000', '130825.145000', '130825.605000', '130826.065000', '130826.525000', '130826.985000', '130827.445000', '130827.905000', '130828.365000', '130828.825000', '130829.285000', '130829.745000', '130830.205000', '130830.665000', '130831.125000', '130831.585000', '130832.045000', '130832.505000', '130832.965000', '130833.425000', '130833.885000', '130834.345000', '130834.805000', '130835.265000', '130835.725000', '130836.185000', '130836.645000', '130837.105000', '130837.565000', '130838.025000', '130838.485000', '130838.945000', '130839.405000', '130839.865000', '130840.325000', '130840.785000', '130841.245000', '130841.705000', '130842.165000', '130842.625000', '130843.085000', '130843.545000', '130844.005000', '130844.465000', '130844.925000', '130845.385000', '130845.845000', '130846.305000', '130846.765000', '130847.225000', '130847.685000', '130848.145000', '130848.605000', '130849.065000', '130849.525000', '130849.985000', '130850.445000', '130850.905000', '130851.365000', '130851.825000', '130852.285000', '130852.745000', '130853.205000', '130853.665000', '130854.125000', '130854.585000', '130855.045000', '130855.505000', '130855.965000', '130856.425000', '130856.885000', '130857.345000', '130857.805000', '130858.265000', '130858.725000', '130859.185000', '130859.645000', '130900.105000', '130900.565000', '130901.025000', '130901.485000', '130901.945000', '130902.405000', '130902.865000', '130903.325000', '130903.785000', '130904.245000', '130904.705000', '130905.165000', '130905.625000', '130906.085000', '130906.545000', '130907.005000', '130907.465000', '130907.925000', '130908.385000', '130908.845000', '130909.305000', '130909.765000', '130910.225000', '130910.685000', '130911.145000', '130911.605000', '130912.065000', '130912.525000', '130912.985000', '130913.445000', '130913.905000', '130914.365000', '130914.825000', '130915.285000', '130915.745000', '130916.205000', '130916.665000', '130917.125000', '130917.585000', '130918.045000', '130918.505000', '130918.965000', '130919.425000', '130919.885000', '130920.345000', '130920.805000', '130921.265000', '130921.725000', '130922.185000', '130922.645000', '130923.105000', '130923.565000', '130924.025000', '130924.485000', '130924.945000', '130925.405000', '130925.865000', '130926.325000', '130926.785000', '130927.245000', '130927.705000', '130928.165000', '130928.625000', '130929.085000', '130929.545000', '130930.005000', '130930.465000', '130930.925000', '130931.385000', '130931.845000', '130932.305000', '130932.765000', '130933.225000', '130933.685000', '130934.145000', '130934.605000', '130935.065000', '130935.525000', '130935.985000', '130936.445000', '130936.905000', '130937.365000', '130937.825000', '130938.285000', '130938.745000', '130939.205000', '130939.665000', '130940.125000', '130940.585000', '130941.045000', '130941.505000', '130941.965000', '130942.425000', '130942.885000', '130943.345000', '130943.805000', '130944.265000', '130944.725000', '130945.185000', '130945.645000', '130946.105000', '130946.565000', '130947.025000', '130947.485000', '130947.945000', '130948.405000', '130948.865000', '130949.325000', '130949.785000', '130950.245000', '130950.705000', '130951.165000', '130951.625000', '130952.085000', '130952.545000', '130953.005000', '130953.465000', '130953.925000', '130954.385000', '130954.845000', '130955.305000', '130955.765000', '130956.225000', '130956.685000', '130957.145000', '130957.605000', '130958.065000', '130958.525000', '130958.985000', '130959.445000', '130959.905000', '131000.365000', '131000.825000', '131001.285000', '131001.745000', '131002.205000', '131002.665000', '131003.125000', '131003.585000', '131004.045000', '131004.505000', '131004.965000', '131005.425000', '131005.885000', '131006.345000', '131006.805000', '131007.265000', '131007.725000', '131008.185000', '131008.645000', '131009.105000', '131009.565000', '131010.025000', '131010.485000', '131010.945000', '131011.405000', '131011.865000', '131012.325000', '131012.785000', '131013.245000', '131013.705000', '131014.165000', '131014.625000', '131015.085000', '131015.545000', '131016.005000', '131016.465000', '131016.925000', '131017.385000', '131017.845000', '131018.305000', '131018.765000', '131019.225000', '131019.685000', '131020.145000', '131020.605000', '131021.065000', '131021.525000', '131021.985000', '131022.445000', '131022.905000', '131023.365000', '131023.825000', '131024.285000', '131024.745000', '131025.205000', '131025.665000', '131026.125000', '131026.585000', '131027.045000', '131027.505000', '131027.965000', '131028.425000', '131028.885000', '131029.345000', '131029.805000', '131030.265000', '131030.725000', '131031.185000', '131031.645000', '131032.105000', '131032.565000', '131033.025000', '131033.485000', '131033.945000', '131034.405000', '131034.865000', '131035.325000', '131035.785000', '131036.245000', '131036.705000', '131037.165000', '131037.625000', '131038.085000', '131038.545000', '131039.005000', '131039.465000', '131039.925000', '131040.385000', '131040.845000', '131041.305000', '131041.765000', '131042.225000', '131042.685000', '131043.145000', '131043.605000', '131044.065000', '131044.525000', '131044.985000', '131045.445000', '131045.905000', '131046.365000', '131046.825000', '131047.285000', '131047.745000', '131048.205000', '131048.665000', '131049.125000', '131049.585000', '131050.045000', '131050.505000', '131050.965000', '131051.425000', '131051.885000', '131052.345000', '131052.805000', '131053.265000', '131053.725000', '131054.185000', '131054.645000', '131055.105000', '131055.565000', '131056.025000', '131056.485000', '131056.945000', '131057.405000', '131057.865000', '131058.325000', '131058.785000', '131059.245000', '131059.705000', '131100.165000', '131100.625000', '131101.085000', '131101.545000', '131102.005000', '131102.465000', '131102.925000', '131103.385000', '131103.845000', '131104.305000', '131104.765000', '131105.225000', '131105.685000', '131106.145000', '131106.605000', '131107.065000', '131107.525000', '131107.985000', '131108.445000', '131108.905000', '131109.365000', '131109.825000', '131110.285000', '131110.745000', '131111.205000', '131111.665000', '131112.125000', '131112.585000', '131113.045000', '131113.505000', '131113.965000', '131114.425000', '131114.885000', '131115.345000', '131115.805000', '131116.265000', '131116.725000', '131117.185000', '131117.645000', '131118.105000', '131118.565000', '131119.025000', '131119.485000', '131119.945000', '131120.405000', '131120.865000', '131121.325000', '131121.785000', '131122.245000', '131122.705000', '131123.165000', '131123.625000', '131124.085000', '131124.545000', '131125.005000', '131125.465000', '131125.925000', '131126.385000', '131126.845000', '131127.305000', '131127.765000', '131128.225000', '131128.685000', '131129.145000', '131129.605000', '131130.065000', '131130.525000', '131130.985000', '131131.445000', '131131.905000', '131132.365000', '131132.825000', '131133.285000', '131133.745000', '131134.205000', '131134.665000', '131135.125000', '131135.585000', '131136.045000', '131136.505000', '131136.965000', '131137.425000', '131137.885000', '131138.345000', '131138.805000', '131139.265000', '131139.725000', '131140.185000', '131140.645000', '131141.105000', '131141.565000', '131142.025000', '131142.485000', '131142.945000', '131143.405000', '131143.865000', '131144.325000', '131144.785000', '131145.245000', '131145.705000', '131146.165000', '131146.625000', '131147.085000', '131147.545000'], 'ContentTime': ['130523.911000', '130523.916000', '130523.919000', '130523.922000', '130523.924000', '130523.927000', '130523.929000', '130523.932000', '130523.934000', '130523.937000', '130523.939000', '130523.942000', '130523.945000', '130523.974000', '130523.976000', '130523.979000', '130523.982000', '130523.984000', '130523.987000', '130523.989000', '130523.992000', '130523.994000', '130523.997000', '130524.000000', '130524.003000', '130524.005000', '130524.008000', '130524.011000', '130524.013000', '130524.016000', '130524.018000', '130524.021000', '130524.023000', '130524.026000', '130543.882000', '130543.898000', '130543.901000', '130543.904000', '130543.906000', '130543.909000', '130543.911000', '130543.914000', '130543.917000', '130543.920000', '130543.922000', '130543.925000', '130543.928000', '130543.930000', '130543.933000', '130543.935000', '130543.938000', '130543.941000', '130543.943000', '130543.946000', '130543.948000', '130543.951000', '130543.954000', '130543.956000', '130543.959000', '130543.961000', '130543.964000', '130543.966000', '130543.969000', '130543.972000', '130543.974000', '130543.977000', '130543.980000', '130543.982000', '130543.985000', '130543.987000', '130543.990000', '130543.993000', '130543.995000', '130543.998000', '130544.001000', '130544.004000', '130544.006000', '130544.009000', '130603.881000', '130603.884000', '130603.887000', '130603.889000', '130603.892000', '130603.924000', '130603.940000', '130603.942000', '130603.945000', '130603.948000', '130603.950000', '130603.953000', '130603.955000', '130603.963000', '130603.966000', '130603.968000', '130603.971000', '130603.973000', '130603.976000', '130603.978000', '130603.981000', '130603.983000', '130603.986000', '130603.989000', '130603.991000', '130603.994000', '130603.996000', '130604.000000', '130604.002000', '130604.005000', '130604.007000', '130604.010000', '130604.012000', '130604.015000', '130604.018000', '130604.020000', '130604.023000', '130604.025000', '130604.028000', '130604.030000', '130604.033000', '130604.035000', '130604.038000', '130623.880000', '130623.883000', '130623.886000', '130623.888000', '130623.891000', '130623.893000', '130623.896000', '130623.898000', '130623.901000', '130623.904000', '130623.906000', '130623.909000', '130623.911000', '130623.914000', '130623.916000', '130623.919000', '130623.922000', '130623.924000', '130623.927000', '130623.929000', '130623.932000', '130623.935000', '130623.937000', '130623.940000', '130623.943000', '130623.945000', '130623.948000', '130623.950000', '130623.953000', '130623.955000', '130623.958000', '130623.960000', '130623.963000', '130623.966000', '130623.968000', '130623.971000', '130623.973000', '130623.976000', '130623.978000', '130623.981000', '130623.984000', '130623.986000', '130623.989000', '130643.882000', '130643.884000', '130643.887000', '130643.889000', '130643.892000', '130643.895000', '130643.897000', '130643.900000', '130643.903000', '130643.905000', '130643.908000', '130643.911000', '130643.913000', '130643.916000', '130643.918000', '130643.921000', '130643.923000', '130643.926000', '130643.929000', '130643.931000', '130643.934000', '130643.936000', '130643.939000', '130643.941000', '130643.944000', '130643.947000', '130643.949000', '130643.952000', '130643.954000', '130643.957000', '130643.959000', '130643.962000', '130643.964000', '130643.967000', '130643.970000', '130643.972000', '130643.975000', '130643.977000', '130643.980000', '130643.982000', '130643.985000', '130643.987000', '130643.990000', '130643.993000', '130703.881000', '130703.936000', '130703.939000', '130703.942000', '130703.944000', '130703.947000', '130703.950000', '130703.952000', '130703.955000', '130703.957000', '130703.960000', '130703.963000', '130703.966000', '130703.968000', '130703.971000', '130703.973000', '130703.976000', '130703.978000', '130703.981000', '130703.984000', '130703.986000', '130703.989000', '130703.991000', '130703.994000', '130703.996000', '130704.000000', '130704.003000', '130704.005000', '130704.008000', '130704.010000', '130704.013000', '130704.016000', '130704.018000', '130704.021000', '130704.024000', '130704.026000', '130704.029000', '130704.031000', '130704.034000', '130704.037000', '130704.039000', '130704.042000', '130704.044000', '130723.881000', '130723.884000', '130723.887000', '130723.890000', '130723.892000', '130723.895000', '130723.897000', '130723.900000', '130723.902000', '130723.905000', '130723.907000', '130723.910000', '130723.913000', '130723.915000', '130723.918000', '130723.920000', '130723.923000', '130723.926000', '130723.928000', '130723.931000', '130723.933000', '130723.936000', '130723.939000', '130723.941000', '130723.944000', '130723.946000', '130723.949000', '130723.951000', '130723.954000', '130723.956000', '130723.959000', '130723.962000', '130723.964000', '130723.967000', '130723.969000', '130723.972000', '130723.974000', '130723.977000', '130723.979000', '130723.982000', '130723.985000', '130723.987000', '130723.990000', '130723.992000', '130743.881000', '130743.884000', '130743.901000', '130743.903000', '130743.906000', '130743.909000', '130743.911000', '130743.914000', '130743.916000', '130743.919000', '130743.921000', '130743.924000', '130743.927000', '130743.930000', '130743.933000', '130743.935000', '130743.938000', '130743.941000', '130743.944000', '130743.946000', '130743.949000', '130743.951000', '130743.954000', '130743.956000', '130743.959000', '130743.962000', '130743.964000', '130743.967000', '130743.970000', '130743.972000', '130743.975000', '130743.977000', '130743.980000', '130743.982000', '130743.985000', '130743.988000', '130743.990000', '130743.993000', '130743.995000', '130743.998000', '130744.001000', '130744.004000', '130744.007000', '130803.882000', '130803.884000', '130803.887000', '130803.890000', '130803.892000', '130803.895000', '130803.897000', '130803.900000', '130803.902000', '130803.905000', '130803.908000', '130803.910000', '130803.913000', '130803.915000', '130803.918000', '130803.921000', '130803.923000', '130803.926000', '130803.929000', '130803.931000', '130803.934000', '130803.936000', '130803.939000', '130803.941000', '130803.944000', '130803.947000', '130803.949000', '130803.952000', '130803.954000', '130803.957000', '130803.959000', '130803.962000', '130803.965000', '130803.967000', '130803.970000', '130803.972000', '130803.975000', '130803.977000', '130803.980000', '130803.983000', '130803.985000', '130803.988000', '130803.990000', '130803.993000', '130823.881000', '130823.884000', '130823.887000', '130823.889000', '130823.892000', '130823.894000', '130823.897000', '130823.900000', '130823.902000', '130823.905000', '130823.907000', '130823.910000', '130823.912000', '130823.915000', '130823.918000', '130823.920000', '130823.923000', '130823.926000', '130823.928000', '130823.931000', '130823.933000', '130823.936000', '130823.939000', '130823.941000', '130823.944000', '130823.946000', '130823.949000', '130823.952000', '130823.954000', '130823.957000', '130823.960000', '130823.962000', '130823.965000', '130823.967000', '130823.970000', '130823.973000', '130823.975000', '130823.978000', '130823.980000', '130823.983000', '130823.985000', '130823.988000', '130823.990000', '130843.881000', '130843.884000', '130843.886000', '130843.889000', '130843.891000', '130843.894000', '130843.896000', '130843.899000', '130843.902000', '130843.904000', '130843.907000', '130843.909000', '130843.912000', '130843.914000', '130843.917000', '130843.920000', '130843.922000', '130843.925000', '130843.927000', '130843.930000', '130843.932000', '130843.935000', '130843.938000', '130843.940000', '130843.943000', '130843.945000', '130843.948000', '130843.950000', '130843.953000', '130843.956000', '130843.958000', '130843.961000', '130843.964000', '130843.966000', '130843.969000', '130843.971000', '130843.974000', '130843.977000', '130843.979000', '130843.982000', '130843.984000', '130843.987000', '130843.990000', '130843.992000', '130903.882000', '130903.884000', '130903.887000', '130903.890000', '130903.892000', '130903.895000', '130903.897000', '130903.900000', '130903.903000', '130903.905000', '130903.908000', '130903.910000', '130903.913000', '130903.916000', '130903.918000', '130903.921000', '130903.923000', '130903.926000', '130903.929000', '130903.931000', '130903.934000', '130903.936000', '130903.939000', '130903.942000', '130903.945000', '130903.947000', '130903.950000', '130903.952000', '130903.955000', '130903.958000', '130903.960000', '130903.963000', '130903.965000', '130903.968000', '130903.970000', '130903.973000', '130903.976000', '130903.978000', '130903.981000', '130903.984000', '130903.987000', '130904.001000', '130904.004000', '130923.882000', '130923.885000', '130923.887000', '130923.890000', '130923.892000', '130923.895000', '130923.897000', '130923.900000', '130923.903000', '130923.905000', '130923.908000', '130923.910000', '130923.913000', '130923.916000', '130923.918000', '130923.921000', '130923.923000', '130923.926000', '130923.929000', '130923.931000', '130923.934000', '130923.936000', '130923.939000', '130923.941000', '130923.944000', '130923.947000', '130923.949000', '130923.952000', '130923.954000', '130923.957000', '130923.959000', '130923.962000', '130923.965000', '130923.967000', '130923.970000', '130923.973000', '130923.975000', '130923.978000', '130923.980000', '130923.983000', '130923.986000', '130923.988000', '130923.991000', '130923.993000', '130943.881000', '130943.884000', '130943.887000', '130943.889000', '130943.892000', '130943.895000', '130943.897000', '130943.900000', '130943.902000', '130943.905000', '130943.908000', '130943.910000', '130943.913000', '130943.915000', '130943.918000', '130943.921000', '130943.923000', '130943.926000', '130943.928000', '130943.931000', '130943.934000', '130943.936000', '130943.939000', '130943.942000', '130943.944000', '130943.947000', '130943.949000', '130943.952000', '130943.955000', '130943.957000', '130943.960000', '130943.989000', '130943.992000', '130943.995000', '130943.997000', '130944.001000', '130944.003000', '130944.006000', '130944.008000', '130944.011000', '130944.014000', '130944.016000', '130944.019000', '131003.881000', '131003.884000', '131003.887000', '131003.889000', '131003.892000', '131003.895000', '131003.897000', '131003.900000', '131003.902000', '131003.905000', '131003.908000', '131003.910000', '131003.913000', '131003.916000', '131003.918000', '131003.921000', '131003.923000', '131003.926000', '131003.928000', '131003.931000', '131003.934000', '131003.936000', '131003.939000', '131003.941000', '131003.944000', '131003.947000', '131003.949000', '131003.952000', '131003.954000', '131003.957000', '131003.960000', '131003.962000', '131003.965000', '131003.967000', '131003.970000', '131003.972000', '131003.975000', '131003.978000', '131003.980000', '131003.983000', '131003.985000', '131003.988000', '131003.991000', '131023.882000', '131023.884000', '131023.887000', '131023.890000', '131023.892000', '131023.895000', '131023.897000', '131023.900000', '131023.903000', '131023.905000', '131023.908000', '131023.910000', '131023.913000', '131023.916000', '131023.918000', '131023.921000', '131023.923000', '131023.926000', '131023.929000', '131023.931000', '131023.934000', '131023.937000', '131023.939000', '131023.942000', '131023.944000', '131023.947000', '131023.949000', '131023.952000', '131023.955000', '131023.957000', '131023.960000', '131023.962000', '131023.965000', '131023.968000', '131023.970000', '131023.973000', '131023.975000', '131023.978000', '131023.980000', '131023.983000', '131023.986000', '131023.988000', '131023.991000', '131023.993000', '131043.882000', '131043.884000', '131043.887000', '131043.890000', '131043.892000', '131043.895000', '131043.897000', '131043.900000', '131043.903000', '131043.905000', '131043.908000', '131043.910000', '131043.913000', '131043.916000', '131043.918000', '131043.921000', '131043.923000', '131043.926000', '131043.929000', '131043.931000', '131043.934000', '131043.936000', '131043.939000', '131043.942000', '131043.944000', '131043.947000', '131043.949000', '131043.952000', '131043.955000', '131043.957000', '131043.960000', '131043.962000', '131043.965000', '131043.968000', '131043.970000', '131043.973000', '131043.976000', '131043.978000', '131043.981000', '131043.983000', '131043.986000', '131043.989000', '131043.991000', '131043.994000', '131103.881000', '131103.884000', '131103.886000', '131103.889000', '131103.893000', '131103.896000', '131103.898000', '131103.901000', '131103.903000', '131103.906000', '131103.909000', '131103.911000', '131103.914000', '131103.916000', '131103.919000', '131103.922000', '131103.924000', '131103.927000', '131103.929000', '131103.932000', '131103.935000', '131103.937000', '131103.940000', '131103.943000', '131103.945000', '131103.948000', '131103.951000', '131103.953000', '131103.956000', '131103.959000', '131103.961000', '131103.964000', '131103.966000', '131103.969000', '131103.972000', '131103.974000', '131103.977000', '131103.980000', '131103.982000', '131103.985000', '131103.987000', '131103.990000', '131103.992000', '131123.882000', '131123.884000', '131123.887000', '131123.889000', '131123.892000', '131123.895000', '131123.898000', '131123.901000', '131123.903000', '131123.906000', '131123.909000', '131123.911000', '131123.914000', '131123.916000', '131123.919000', '131123.922000', '131123.924000', '131123.927000', '131123.929000', '131123.932000', '131123.934000', '131123.937000', '131123.940000', '131123.942000', '131123.945000', '131123.947000', '131123.950000', '131123.952000', '131123.955000', '131123.958000', '131123.960000', '131123.963000', '131123.965000', '131123.968000', '131123.971000', '131123.973000', '131123.976000', '131123.978000', '131123.981000', '131123.984000', '131123.986000', '131123.989000', '131123.991000', '131143.881000', '131143.884000', '131143.887000', '131143.889000', '131143.892000', '131143.895000', '131143.897000', '131143.900000', '131143.902000', '131143.905000', '131143.907000', '131143.910000', '131143.913000', '131143.915000', '131143.918000', '131143.920000', '131143.923000', '131143.926000', '131143.928000', '131143.931000', '131143.933000', '131143.936000', '131143.939000', '131143.941000', '131143.944000', '131143.946000', '131143.949000', '131143.951000', '131143.954000', '131143.957000', '131143.959000', '131143.962000', '131143.964000', '131143.967000', '131143.969000', '131143.972000', '131143.975000', '131143.977000', '131143.980000', '131143.982000', '131143.985000', '131143.988000', '131143.991000', '131143.994000', '131149.096000', '131149.099000', '131149.102000', '131149.104000', '131149.107000', '131149.110000', '131149.112000', '131149.115000', '131149.117000', '131149.120000', '131149.122000', '131149.125000'], 'InstanceCreationTime': ['130523.911000', '130523.916000', '130523.919000', '130523.922000', '130523.924000', '130523.927000', '130523.929000', '130523.932000', '130523.934000', '130523.937000', '130523.939000', '130523.942000', '130523.945000', '130523.974000', '130523.976000', '130523.979000', '130523.982000', '130523.984000', '130523.987000', '130523.989000', '130523.992000', '130523.994000', '130523.997000', '130524.000000', '130524.003000', '130524.005000', '130524.008000', '130524.011000', '130524.013000', '130524.016000', '130524.018000', '130524.021000', '130524.023000', '130524.026000', '130543.882000', '130543.898000', '130543.901000', '130543.904000', '130543.906000', '130543.909000', '130543.911000', '130543.914000', '130543.917000', '130543.920000', '130543.922000', '130543.925000', '130543.928000', '130543.930000', '130543.933000', '130543.935000', '130543.938000', '130543.941000', '130543.943000', '130543.946000', '130543.948000', '130543.951000', '130543.954000', '130543.956000', '130543.959000', '130543.961000', '130543.964000', '130543.966000', '130543.969000', '130543.972000', '130543.974000', '130543.977000', '130543.980000', '130543.982000', '130543.985000', '130543.987000', '130543.990000', '130543.993000', '130543.995000', '130543.998000', '130544.001000', '130544.004000', '130544.006000', '130544.009000', '130603.881000', '130603.884000', '130603.887000', '130603.889000', '130603.892000', '130603.924000', '130603.940000', '130603.942000', '130603.945000', '130603.948000', '130603.950000', '130603.953000', '130603.955000', '130603.963000', '130603.966000', '130603.968000', '130603.971000', '130603.973000', '130603.976000', '130603.978000', '130603.981000', '130603.983000', '130603.986000', '130603.989000', '130603.991000', '130603.994000', '130603.996000', '130604.000000', '130604.002000', '130604.005000', '130604.007000', '130604.010000', '130604.012000', '130604.015000', '130604.018000', '130604.020000', '130604.023000', '130604.025000', '130604.028000', '130604.030000', '130604.033000', '130604.035000', '130604.038000', '130623.880000', '130623.883000', '130623.886000', '130623.888000', '130623.891000', '130623.893000', '130623.896000', '130623.898000', '130623.901000', '130623.904000', '130623.906000', '130623.909000', '130623.911000', '130623.914000', '130623.916000', '130623.919000', '130623.922000', '130623.924000', '130623.927000', '130623.929000', '130623.932000', '130623.935000', '130623.937000', '130623.940000', '130623.943000', '130623.945000', '130623.948000', '130623.950000', '130623.953000', '130623.955000', '130623.958000', '130623.960000', '130623.963000', '130623.966000', '130623.968000', '130623.971000', '130623.973000', '130623.976000', '130623.978000', '130623.981000', '130623.984000', '130623.986000', '130623.989000', '130643.882000', '130643.884000', '130643.887000', '130643.889000', '130643.892000', '130643.895000', '130643.897000', '130643.900000', '130643.903000', '130643.905000', '130643.908000', '130643.911000', '130643.913000', '130643.916000', '130643.918000', '130643.921000', '130643.923000', '130643.926000', '130643.929000', '130643.931000', '130643.934000', '130643.936000', '130643.939000', '130643.941000', '130643.944000', '130643.947000', '130643.949000', '130643.952000', '130643.954000', '130643.957000', '130643.959000', '130643.962000', '130643.964000', '130643.967000', '130643.970000', '130643.972000', '130643.975000', '130643.977000', '130643.980000', '130643.982000', '130643.985000', '130643.987000', '130643.990000', '130643.993000', '130703.881000', '130703.936000', '130703.939000', '130703.942000', '130703.944000', '130703.947000', '130703.950000', '130703.952000', '130703.955000', '130703.957000', '130703.960000', '130703.963000', '130703.966000', '130703.968000', '130703.971000', '130703.973000', '130703.976000', '130703.978000', '130703.981000', '130703.984000', '130703.986000', '130703.989000', '130703.991000', '130703.994000', '130703.996000', '130704.000000', '130704.003000', '130704.005000', '130704.008000', '130704.010000', '130704.013000', '130704.016000', '130704.018000', '130704.021000', '130704.024000', '130704.026000', '130704.029000', '130704.031000', '130704.034000', '130704.037000', '130704.039000', '130704.042000', '130704.044000', '130723.881000', '130723.884000', '130723.887000', '130723.890000', '130723.892000', '130723.895000', '130723.897000', '130723.900000', '130723.902000', '130723.905000', '130723.907000', '130723.910000', '130723.913000', '130723.915000', '130723.918000', '130723.920000', '130723.923000', '130723.926000', '130723.928000', '130723.931000', '130723.933000', '130723.936000', '130723.939000', '130723.941000', '130723.944000', '130723.946000', '130723.949000', '130723.951000', '130723.954000', '130723.956000', '130723.959000', '130723.962000', '130723.964000', '130723.967000', '130723.969000', '130723.972000', '130723.974000', '130723.977000', '130723.979000', '130723.982000', '130723.985000', '130723.987000', '130723.990000', '130723.992000', '130743.881000', '130743.884000', '130743.901000', '130743.903000', '130743.906000', '130743.909000', '130743.911000', '130743.914000', '130743.916000', '130743.919000', '130743.921000', '130743.924000', '130743.927000', '130743.930000', '130743.933000', '130743.935000', '130743.938000', '130743.941000', '130743.944000', '130743.946000', '130743.949000', '130743.951000', '130743.954000', '130743.956000', '130743.959000', '130743.962000', '130743.964000', '130743.967000', '130743.970000', '130743.972000', '130743.975000', '130743.977000', '130743.980000', '130743.982000', '130743.985000', '130743.988000', '130743.990000', '130743.993000', '130743.995000', '130743.998000', '130744.001000', '130744.004000', '130744.007000', '130803.882000', '130803.884000', '130803.887000', '130803.890000', '130803.892000', '130803.895000', '130803.897000', '130803.900000', '130803.902000', '130803.905000', '130803.908000', '130803.910000', '130803.913000', '130803.915000', '130803.918000', '130803.921000', '130803.923000', '130803.926000', '130803.929000', '130803.931000', '130803.934000', '130803.936000', '130803.939000', '130803.941000', '130803.944000', '130803.947000', '130803.949000', '130803.952000', '130803.954000', '130803.957000', '130803.959000', '130803.962000', '130803.965000', '130803.967000', '130803.970000', '130803.972000', '130803.975000', '130803.977000', '130803.980000', '130803.983000', '130803.985000', '130803.988000', '130803.990000', '130803.993000', '130823.881000', '130823.884000', '130823.887000', '130823.889000', '130823.892000', '130823.894000', '130823.897000', '130823.900000', '130823.902000', '130823.905000', '130823.907000', '130823.910000', '130823.912000', '130823.915000', '130823.918000', '130823.920000', '130823.923000', '130823.926000', '130823.928000', '130823.931000', '130823.933000', '130823.936000', '130823.939000', '130823.941000', '130823.944000', '130823.946000', '130823.949000', '130823.952000', '130823.954000', '130823.957000', '130823.960000', '130823.962000', '130823.965000', '130823.967000', '130823.970000', '130823.973000', '130823.975000', '130823.978000', '130823.980000', '130823.983000', '130823.985000', '130823.988000', '130823.990000', '130843.881000', '130843.884000', '130843.886000', '130843.889000', '130843.891000', '130843.894000', '130843.896000', '130843.899000', '130843.902000', '130843.904000', '130843.907000', '130843.909000', '130843.912000', '130843.914000', '130843.917000', '130843.920000', '130843.922000', '130843.925000', '130843.927000', '130843.930000', '130843.932000', '130843.935000', '130843.938000', '130843.940000', '130843.943000', '130843.945000', '130843.948000', '130843.950000', '130843.953000', '130843.956000', '130843.958000', '130843.961000', '130843.964000', '130843.966000', '130843.969000', '130843.971000', '130843.974000', '130843.977000', '130843.979000', '130843.982000', '130843.984000', '130843.987000', '130843.990000', '130843.992000', '130903.882000', '130903.884000', '130903.887000', '130903.890000', '130903.892000', '130903.895000', '130903.897000', '130903.900000', '130903.903000', '130903.905000', '130903.908000', '130903.910000', '130903.913000', '130903.916000', '130903.918000', '130903.921000', '130903.923000', '130903.926000', '130903.929000', '130903.931000', '130903.934000', '130903.936000', '130903.939000', '130903.942000', '130903.945000', '130903.947000', '130903.950000', '130903.952000', '130903.955000', '130903.958000', '130903.960000', '130903.963000', '130903.965000', '130903.968000', '130903.970000', '130903.973000', '130903.976000', '130903.978000', '130903.981000', '130903.984000', '130903.987000', '130904.001000', '130904.004000', '130923.882000', '130923.885000', '130923.887000', '130923.890000', '130923.892000', '130923.895000', '130923.897000', '130923.900000', '130923.903000', '130923.905000', '130923.908000', '130923.910000', '130923.913000', '130923.916000', '130923.918000', '130923.921000', '130923.923000', '130923.926000', '130923.929000', '130923.931000', '130923.934000', '130923.936000', '130923.939000', '130923.941000', '130923.944000', '130923.947000', '130923.949000', '130923.952000', '130923.954000', '130923.957000', '130923.959000', '130923.962000', '130923.965000', '130923.967000', '130923.970000', '130923.973000', '130923.975000', '130923.978000', '130923.980000', '130923.983000', '130923.986000', '130923.988000', '130923.991000', '130923.993000', '130943.881000', '130943.884000', '130943.887000', '130943.889000', '130943.892000', '130943.895000', '130943.897000', '130943.900000', '130943.902000', '130943.905000', '130943.908000', '130943.910000', '130943.913000', '130943.915000', '130943.918000', '130943.921000', '130943.923000', '130943.926000', '130943.928000', '130943.931000', '130943.934000', '130943.936000', '130943.939000', '130943.942000', '130943.944000', '130943.947000', '130943.949000', '130943.952000', '130943.955000', '130943.957000', '130943.960000', '130943.989000', '130943.992000', '130943.995000', '130943.997000', '130944.001000', '130944.003000', '130944.006000', '130944.008000', '130944.011000', '130944.014000', '130944.016000', '130944.019000', '131003.881000', '131003.884000', '131003.887000', '131003.889000', '131003.892000', '131003.895000', '131003.897000', '131003.900000', '131003.902000', '131003.905000', '131003.908000', '131003.910000', '131003.913000', '131003.916000', '131003.918000', '131003.921000', '131003.923000', '131003.926000', '131003.928000', '131003.931000', '131003.934000', '131003.936000', '131003.939000', '131003.941000', '131003.944000', '131003.947000', '131003.949000', '131003.952000', '131003.954000', '131003.957000', '131003.960000', '131003.962000', '131003.965000', '131003.967000', '131003.970000', '131003.972000', '131003.975000', '131003.978000', '131003.980000', '131003.983000', '131003.985000', '131003.988000', '131003.991000', '131023.882000', '131023.884000', '131023.887000', '131023.890000', '131023.892000', '131023.895000', '131023.897000', '131023.900000', '131023.903000', '131023.905000', '131023.908000', '131023.910000', '131023.913000', '131023.916000', '131023.918000', '131023.921000', '131023.923000', '131023.926000', '131023.929000', '131023.931000', '131023.934000', '131023.937000', '131023.939000', '131023.942000', '131023.944000', '131023.947000', '131023.949000', '131023.952000', '131023.955000', '131023.957000', '131023.960000', '131023.962000', '131023.965000', '131023.968000', '131023.970000', '131023.973000', '131023.975000', '131023.978000', '131023.980000', '131023.983000', '131023.986000', '131023.988000', '131023.991000', '131023.993000', '131043.882000', '131043.884000', '131043.887000', '131043.890000', '131043.892000', '131043.895000', '131043.897000', '131043.900000', '131043.903000', '131043.905000', '131043.908000', '131043.910000', '131043.913000', '131043.916000', '131043.918000', '131043.921000', '131043.923000', '131043.926000', '131043.929000', '131043.931000', '131043.934000', '131043.936000', '131043.939000', '131043.942000', '131043.944000', '131043.947000', '131043.949000', '131043.952000', '131043.955000', '131043.957000', '131043.960000', '131043.962000', '131043.965000', '131043.968000', '131043.970000', '131043.973000', '131043.976000', '131043.978000', '131043.981000', '131043.983000', '131043.986000', '131043.989000', '131043.991000', '131043.994000', '131103.881000', '131103.884000', '131103.886000', '131103.889000', '131103.893000', '131103.896000', '131103.898000', '131103.901000', '131103.903000', '131103.906000', '131103.909000', '131103.911000', '131103.914000', '131103.916000', '131103.919000', '131103.922000', '131103.924000', '131103.927000', '131103.929000', '131103.932000', '131103.935000', '131103.937000', '131103.940000', '131103.943000', '131103.945000', '131103.948000', '131103.951000', '131103.953000', '131103.956000', '131103.959000', '131103.961000', '131103.964000', '131103.966000', '131103.969000', '131103.972000', '131103.974000', '131103.977000', '131103.980000', '131103.982000', '131103.985000', '131103.987000', '131103.990000', '131103.992000', '131123.882000', '131123.884000', '131123.887000', '131123.889000', '131123.892000', '131123.895000', '131123.898000', '131123.901000', '131123.903000', '131123.906000', '131123.909000', '131123.911000', '131123.914000', '131123.916000', '131123.919000', '131123.922000', '131123.924000', '131123.927000', '131123.929000', '131123.932000', '131123.934000', '131123.937000', '131123.940000', '131123.942000', '131123.945000', '131123.947000', '131123.950000', '131123.952000', '131123.955000', '131123.958000', '131123.960000', '131123.963000', '131123.965000', '131123.968000', '131123.971000', '131123.973000', '131123.976000', '131123.978000', '131123.981000', '131123.984000', '131123.986000', '131123.989000', '131123.991000', '131143.881000', '131143.884000', '131143.887000', '131143.889000', '131143.892000', '131143.895000', '131143.897000', '131143.900000', '131143.902000', '131143.905000', '131143.907000', '131143.910000', '131143.913000', '131143.915000', '131143.918000', '131143.920000', '131143.923000', '131143.926000', '131143.928000', '131143.931000', '131143.933000', '131143.936000', '131143.939000', '131143.941000', '131143.944000', '131143.946000', '131143.949000', '131143.951000', '131143.954000', '131143.957000', '131143.959000', '131143.962000', '131143.964000', '131143.967000', '131143.969000', '131143.972000', '131143.975000', '131143.977000', '131143.980000', '131143.982000', '131143.985000', '131143.988000', '131143.991000', '131143.994000', '131149.096000', '131149.099000', '131149.102000', '131149.104000', '131149.107000', '131149.110000', '131149.112000', '131149.115000', '131149.117000', '131149.120000', '131149.122000', '131149.125000'], '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': [10317, 11839, 8229, 9157, 8398, 10432, 8947, 14927, 10795, 9663, 9132, 8545, 8131, 8355, 8342, 11654, 11843, 10450, 8300, 9165, 8581, 8697, 14172, 11358, 17058, 11630, 13654, 8643, 14099, 8190, 11805, 8435, 10445, 8509, 8364, 8344, 8466, 12312, 8349, 8668, 8423, 8151, 8494, 8555, 8406, 10105, 9036, 8382, 8495, 11084, 8668, 16189, 8580, 13900, 10073, 12347, 8189, 8796, 8481, 8743, 8450, 10063, 7941, 8958, 7961, 8108, 7894, 8541, 8600, 8364, 9022, 8582, 7877, 8190, 8603, 8363, 8991, 8455, 12969, 10512, 9197, 8538, 8364, 8746, 8921, 8821, 13118, 10583, 8811, 8428, 8415, 8581, 11910, 8533, 12005, 8555, 10824, 8697, 11811, 8480, 12261, 8707, 12301, 8911, 13272, 8228, 12436, 7999, 11248, 8145, 10555, 8109, 12808, 8218, 10339, 8042, 10815, 8114, 11135, 7905, 14475, 8205, 12862, 8019, 11608, 8161, 10208, 8147, 11036, 9065, 11660, 8173, 8690, 7809, 8238, 8581, 7986, 12774, 8001, 12105, 8812, 12262, 8539, 11457, 8614, 11500, 7973, 12558, 8314, 10790, 8291, 10146, 8031, 9246, 7920, 10563, 8127, 8979, 8411, 8474, 8089, 8457, 10476, 10940, 8553, 8778, 7911, 9050, 8341, 9046, 8072, 12500, 8608, 9918, 8324, 8456, 14512, 8507, 12990, 8134, 11254, 8436, 9539, 8353, 9982, 8144, 11455, 8417, 11381, 8768, 10719, 8066, 10721, 8843, 12130, 8274, 9309, 8336, 9382, 8525, 8333, 12534, 8108, 8976, 8337, 8936, 8133, 9062, 8564, 9562, 9435, 8257, 9302, 8528, 13116, 8650, 13393, 14156, 11247, 10152, 8556, 9048, 8997, 8322, 10447, 8498, 10743, 8386, 9459, 8542, 9374, 8365, 9251, 12496, 8364, 8892, 8700, 10694, 8030, 11901, 8281, 14870, 10642, 11009, 8431, 9582, 8299, 8866, 8523, 8645, 8049, 9180, 8321, 9209, 8291, 9387, 8051, 14233, 8377, 11799, 8427, 12797, 8816, 12582, 8788, 14266, 10566, 9101, 9052, 8387, 8873, 8316, 8890, 9465, 8709, 13486, 8287, 11504, 8156, 9185, 8032, 9267, 8154, 10748, 8181, 10906, 8880, 9778, 8336, 9448, 8687, 9195, 8853, 12095, 13188, 10463, 12443, 8660, 12661, 8284, 12031, 8223, 12287, 8366, 10238, 8434, 9702, 8400, 11690, 7948, 11074, 8200, 8767, 12755, 8759, 15222, 8615, 13581, 8326, 12280, 8363, 8712, 12867, 8715, 14842, 8970, 12522, 7963, 9372, 8565, 8748, 10578, 8650, 9992, 8380, 9504, 8644, 9702, 8015, 9011, 8367, 8667, 8976, 8522, 8308, 8487, 8675, 8556, 12030, 8789, 13880, 8964, 14981, 8955, 11465, 8378, 9418, 8411, 9126, 8752, 9875, 8346, 9332, 8340, 9184, 8514, 9677, 13314, 8753, 13433, 8717, 13155, 8257, 11070, 7995, 11292, 8321, 8920, 8106, 8667, 8680, 9184, 11234, 8741, 8549, 8493, 8453, 8809, 8594, 8643, 11250, 9186, 8734, 8241, 8620, 8646, 15673, 8612, 12876, 9705, 10785, 8672, 8924, 7997, 8793, 8337, 9910, 8273, 9667, 8767, 10475, 8473, 9260, 8628, 13259, 10433, 9434, 8821, 9005, 8585, 8764, 13267, 8764, 15572, 8251, 12981, 8227, 9149, 8356, 9014, 8277, 10250, 8029, 11284, 8507, 11175, 8905, 11270, 8554, 9442, 9210, 8433, 9217, 8220, 8868, 8289, 9687, 8752, 9669, 8767, 11111, 9139, 11771, 8806, 11691, 9578, 9981, 9000, 8521, 8897, 8125, 8968, 8226, 9727, 8235, 8666, 8236, 10271, 8105, 11669, 8268, 12478, 8673, 11282, 9066, 13363, 9320, 15399, 12135, 11150, 8941, 8840, 8768, 8855, 8884, 10712, 8668, 8624, 8454, 8839, 8571, 9156, 9194, 8180, 9192, 8550, 13781, 8706, 13498, 13664, 14318, 8171, 10571, 8204, 9528, 8594, 10150, 8182, 9761, 8423, 9304, 8557, 9490, 8535, 9361, 8243, 12815, 8371, 11123, 8331, 10488, 8491, 11623, 8504, 12628, 8746, 12643, 8522, 12168, 8672, 10360, 8188, 10395, 8418, 8839, 8651, 10509, 8826, 10973, 8933, 8061, 8931, 15961, 8802, 14219, 8549, 10654, 8979, 8885, 9162, 12252, 8736, 12249, 8566, 12332, 8849, 10559, 9142, 14009, 9071, 12495, 8949, 13270, 8144, 9297, 8590, 9513, 8420, 9027, 8252, 8900, 8196, 12482, 8192, 8951, 8389, 8556, 8700, 8587, 10129, 8863, 12681, 8667, 11173, 8947, 11825, 8995, 12087, 8658, 11332, 8360, 11050, 8661, 9213, 8604, 9971, 8529, 11993, 8577, 10576, 9138, 10622, 8712, 11775, 8936, 9711, 9060, 8791, 8630, 13501, 8544, 12173, 8582, 11027, 8664, 9441, 8774, 9534, 8678, 11657, 8316, 11490, 8630, 11366, 8697, 11392, 8643, 15210, 8755, 12247, 8943, 9975, 8534, 13286, 9131, 9592, 8353, 9509, 8345, 9608, 8390, 11813, 8539, 12479, 8859, 10274, 8709, 11966, 8496, 12012, 8839, 9864, 8094, 9804, 8572, 9836, 8236, 9859, 8389, 9899, 7690, 9545, 8433, 8963, 9660, 9192, 8616, 9622, 8010, 9249, 8646, 8462, 11070, 8801, 10121, 8495, 9476, 8686, 9319, 8153, 10898, 8311, 10652, 8928, 10975, 9034, 12084, 8568, 14485, 10659, 14334, 8832, 9674, 9702, 9146, 13485, 9123, 14185, 8986, 11735, 8566, 9816, 8806, 10282, 9068, 11617, 9337, 9156, 9259, 11258, 9087, 11979, 9379, 11548, 9301, 12327, 8880, 11674, 8802, 11882, 8978, 9401, 10251, 9585, 12039, 9165, 11049, 8801, 9705, 8477, 9522, 8524, 9646, 9225, 9733, 12927, 9229, 11000, 9100, 10894, 9103, 9496, 8477, 9284, 8327, 9830, 8151, 9697, 8668, 9532, 8506, 9552, 9096, 10203, 8214, 9923, 8675, 9541, 8389, 10902, 10731, 8937, 8387, 8796, 8614, 8941, 10426, 10636, 8421, 9050, 8602, 9219, 14180, 9328, 15647, 9389, 11832, 9018, 8756, 9284, 11446, 8774, 12121, 8754, 9930, 8057, 9353, 8543, 9031, 8624, 9646, 8801, 9752, 9291, 13206, 8764, 11898, 8733, 8850, 9953, 9159, 11003, 9556, 14128, 8768, 12975, 8848, 11903, 8755, 11192, 9010, 8549, 9289, 10445, 9680, 14143, 12383, 11697, 9835, 12832, 9346, 14771, 9477, 12142, 11036, 16379, 9191, 9346, 9520, 9159, 9094, 9464, 8642, 11002, 8800, 9606, 8411, 10076, 8536, 9464, 10986, 9216, 9405, 8738, 9365, 8788, 9150, 10461, 8325, 10004, 8252, 13165, 9678, 9510, 13367, 11292, 9094, 9545, 9035, 9327, 10629, 9635, 13154, 10325, 9660, 10087, 8496, 9413, 10015, 8293, 12482, 12866], 'WindowCenter': [4107.0, 4099.0, 4055.0, 4062.0, 4040.0, 4059.0, 4037.0, 4099.0, 4058.0, 4048.0, 4047.0, 4037.0, 4026.0, 4025.0, 4025.0, 4068.0, 4068.0, 4057.0, 4025.0, 4035.0, 4024.0, 4024.0, 4075.0, 4055.0, 4097.0, 4055.0, 4074.0, 4023.0, 4073.0, 4012.0, 4052.0, 4011.0, 4042.0, 4021.0, 4012.0, 4010.0, 4023.0, 4065.0, 4024.0, 4023.0, 4023.0, 4024.0, 4035.0, 4034.0, 4024.0, 4058.0, 4036.0, 4036.0, 4036.0, 4056.0, 4024.0, 4085.0, 4023.0, 4075.0, 4044.0, 4063.0, 4023.0, 4022.0, 4022.0, 4021.0, 4022.0, 4043.0, 4013.0, 4035.0, 4023.0, 4012.0, 4024.0, 4033.0, 4022.0, 4023.0, 4035.0, 4034.0, 4025.0, 4023.0, 4023.0, 4023.0, 4033.0, 4023.0, 4075.0, 4055.0, 4033.0, 4023.0, 4011.0, 4022.0, 4021.0, 4032.0, 4063.0, 4044.0, 4021.0, 4022.0, 4021.0, 4033.0, 4063.0, 4023.0, 4065.0, 4035.0, 4054.0, 4035.0, 4064.0, 4034.0, 4063.0, 4034.0, 4065.0, 4035.0, 4074.0, 4023.0, 4063.0, 4012.0, 4053.0, 4012.0, 4052.0, 4025.0, 4075.0, 4023.0, 4044.0, 4024.0, 4053.0, 4012.0, 4053.0, 4024.0, 4085.0, 4024.0, 4064.0, 4013.0, 4053.0, 4023.0, 4042.0, 4011.0, 4042.0, 4033.0, 4052.0, 4022.0, 4021.0, 4011.0, 4022.0, 4022.0, 4023.0, 4074.0, 4024.0, 4063.0, 4034.0, 4064.0, 4033.0, 4052.0, 4023.0, 4053.0, 4023.0, 4062.0, 4022.0, 4041.0, 4010.0, 4040.0, 4010.0, 4031.0, 4012.0, 4041.0, 4011.0, 4031.0, 4021.0, 4022.0, 4011.0, 4021.0, 4053.0, 4055.0, 4023.0, 4033.0, 4023.0, 4032.0, 4022.0, 4032.0, 4023.0, 4076.0, 4023.0, 4043.0, 4021.0, 4022.0, 4073.0, 4022.0, 4063.0, 4023.0, 4052.0, 4022.0, 4032.0, 4022.0, 4043.0, 4024.0, 4066.0, 4034.0, 4065.0, 4035.0, 4054.0, 4024.0, 4054.0, 4036.0, 4065.0, 4023.0, 4033.0, 4023.0, 4033.0, 4022.0, 4023.0, 4075.0, 4025.0, 4033.0, 4034.0, 4034.0, 4024.0, 4034.0, 4035.0, 4057.0, 4048.0, 4036.0, 4046.0, 4036.0, 4076.0, 4034.0, 4076.0, 4087.0, 4055.0, 4044.0, 4034.0, 4033.0, 4033.0, 4022.0, 4055.0, 4035.0, 4054.0, 4024.0, 4044.0, 4034.0, 4034.0, 4024.0, 4045.0, 4077.0, 4024.0, 4034.0, 4035.0, 4053.0, 4023.0, 4064.0, 4023.0, 4086.0, 4054.0, 4053.0, 4022.0, 4031.0, 4021.0, 4031.0, 4021.0, 4033.0, 4012.0, 4033.0, 4034.0, 4044.0, 4023.0, 4033.0, 4024.0, 4074.0, 4024.0, 4064.0, 4023.0, 4063.0, 4032.0, 4061.0, 4021.0, 4071.0, 4042.0, 4021.0, 4031.0, 4010.0, 4020.0, 4009.0, 4021.0, 4030.0, 4021.0, 4061.0, 4021.0, 4051.0, 4011.0, 4032.0, 4023.0, 4044.0, 4035.0, 4067.0, 4037.0, 4066.0, 4047.0, 4057.0, 4036.0, 4056.0, 4036.0, 4046.0, 4046.0, 4079.0, 4089.0, 4056.0, 4076.0, 4034.0, 4064.0, 4024.0, 4065.0, 4025.0, 4064.0, 4024.0, 4054.0, 4023.0, 4043.0, 4035.0, 4066.0, 4024.0, 4064.0, 4023.0, 4023.0, 4074.0, 4023.0, 4085.0, 4022.0, 4073.0, 4021.0, 4062.0, 4010.0, 4020.0, 4061.0, 4021.0, 4072.0, 4020.0, 4050.0, 4009.0, 4019.0, 4008.0, 4019.0, 4038.0, 4020.0, 4029.0, 4021.0, 4029.0, 4021.0, 4031.0, 4011.0, 4032.0, 4022.0, 4022.0, 4034.0, 4034.0, 4023.0, 4033.0, 4023.0, 4023.0, 4063.0, 4023.0, 4074.0, 4034.0, 4084.0, 4021.0, 4052.0, 4022.0, 4031.0, 4023.0, 4033.0, 4036.0, 4044.0, 4035.0, 4044.0, 4036.0, 4047.0, 4036.0, 4057.0, 4088.0, 4036.0, 4074.0, 4024.0, 4074.0, 4023.0, 4055.0, 4012.0, 4054.0, 4021.0, 4021.0, 4011.0, 4021.0, 4022.0, 4033.0, 4053.0, 4023.0, 4021.0, 4022.0, 4022.0, 4033.0, 4034.0, 4035.0, 4065.0, 4046.0, 4034.0, 4024.0, 4034.0, 4034.0, 4096.0, 4033.0, 4065.0, 4044.0, 4053.0, 4022.0, 4020.0, 4011.0, 4022.0, 4022.0, 4044.0, 4035.0, 4045.0, 4036.0, 4056.0, 4024.0, 4033.0, 4034.0, 4075.0, 4055.0, 4033.0, 4033.0, 4033.0, 4022.0, 4033.0, 4074.0, 4034.0, 4084.0, 4023.0, 4063.0, 4022.0, 4031.0, 4022.0, 4032.0, 4023.0, 4054.0, 4024.0, 4053.0, 4034.0, 4053.0, 4032.0, 4053.0, 4036.0, 4044.0, 4033.0, 4022.0, 4032.0, 4021.0, 4021.0, 4022.0, 4044.0, 4034.0, 4043.0, 4034.0, 4053.0, 4033.0, 4052.0, 4032.0, 4053.0, 4046.0, 4043.0, 4033.0, 4022.0, 4033.0, 4022.0, 4033.0, 4024.0, 4045.0, 4035.0, 4035.0, 4036.0, 4056.0, 4026.0, 4067.0, 4038.0, 4076.0, 4035.0, 4065.0, 4035.0, 4075.0, 4035.0, 4085.0, 4067.0, 4054.0, 4033.0, 4033.0, 4033.0, 4045.0, 4034.0, 4057.0, 4035.0, 4034.0, 4034.0, 4034.0, 4034.0, 4045.0, 4047.0, 4035.0, 4045.0, 4035.0, 4086.0, 4034.0, 4077.0, 4075.0, 4087.0, 4022.0, 4043.0, 4021.0, 4031.0, 4021.0, 4042.0, 4022.0, 4044.0, 4022.0, 4032.0, 4033.0, 4032.0, 4034.0, 4033.0, 4036.0, 4076.0, 4024.0, 4065.0, 4024.0, 4054.0, 4037.0, 4065.0, 4037.0, 4075.0, 4033.0, 4075.0, 4034.0, 4065.0, 4035.0, 4044.0, 4037.0, 4044.0, 4035.0, 4034.0, 4036.0, 4055.0, 4046.0, 4056.0, 4034.0, 4023.0, 4035.0, 4095.0, 4034.0, 4074.0, 4035.0, 4054.0, 4034.0, 4034.0, 4045.0, 4064.0, 4034.0, 4064.0, 4034.0, 4065.0, 4034.0, 4053.0, 4033.0, 4073.0, 4021.0, 4063.0, 4021.0, 4064.0, 4010.0, 4030.0, 4021.0, 4030.0, 4020.0, 4020.0, 4021.0, 4032.0, 4022.0, 4075.0, 4022.0, 4032.0, 4022.0, 4021.0, 4021.0, 4022.0, 4042.0, 4034.0, 4064.0, 4035.0, 4053.0, 4034.0, 4064.0, 4033.0, 4064.0, 4034.0, 4054.0, 4036.0, 4054.0, 4035.0, 4044.0, 4035.0, 4045.0, 4037.0, 4077.0, 4036.0, 4056.0, 4046.0, 4055.0, 4036.0, 4066.0, 4047.0, 4045.0, 4036.0, 4035.0, 4036.0, 4087.0, 4036.0, 4077.0, 4037.0, 4054.0, 4035.0, 4044.0, 4035.0, 4045.0, 4035.0, 4077.0, 4036.0, 4065.0, 4035.0, 4064.0, 4034.0, 4053.0, 4023.0, 4086.0, 4022.0, 4062.0, 4021.0, 4030.0, 4021.0, 4073.0, 4031.0, 4031.0, 4021.0, 4030.0, 4021.0, 4030.0, 4020.0, 4064.0, 4022.0, 4062.0, 4032.0, 4041.0, 4020.0, 4050.0, 4020.0, 4051.0, 4031.0, 4029.0, 4011.0, 4041.0, 4022.0, 4041.0, 4022.0, 4043.0, 4023.0, 4045.0, 4013.0, 4044.0, 4035.0, 4033.0, 4044.0, 4044.0, 4034.0, 4043.0, 4023.0, 4033.0, 4022.0, 4024.0, 4054.0, 4035.0, 4056.0, 4035.0, 4057.0, 4047.0, 4046.0, 4038.0, 4067.0, 4038.0, 4069.0, 4048.0, 4068.0, 4048.0, 4077.0, 4036.0, 4088.0, 4055.0, 4087.0, 4033.0, 4044.0, 4032.0, 4033.0, 4075.0, 4033.0, 4086.0, 4033.0, 4064.0, 4034.0, 4043.0, 4035.0, 4042.0, 4036.0, 4053.0, 4033.0, 4033.0, 4033.0, 4052.0, 4033.0, 4053.0, 4033.0, 4053.0, 4033.0, 4062.0, 4032.0, 4054.0, 4032.0, 4065.0, 4021.0, 4032.0, 4041.0, 4031.0, 4051.0, 4031.0, 4053.0, 4021.0, 4030.0, 4010.0, 4030.0, 4019.0, 4030.0, 4030.0, 4030.0, 4062.0, 4031.0, 4041.0, 4031.0, 4040.0, 4031.0, 4031.0, 4023.0, 4033.0, 4023.0, 4044.0, 4023.0, 4044.0, 4035.0, 4044.0, 4036.0, 4046.0, 4047.0, 4058.0, 4036.0, 4056.0, 4036.0, 4045.0, 4035.0, 4056.0, 4067.0, 4036.0, 4025.0, 4034.0, 4034.0, 4046.0, 4055.0, 4057.0, 4024.0, 4034.0, 4034.0, 4034.0, 4075.0, 4045.0, 4085.0, 4034.0, 4052.0, 4021.0, 4021.0, 4032.0, 4052.0, 4022.0, 4065.0, 4034.0, 4045.0, 4024.0, 4034.0, 4035.0, 4045.0, 4048.0, 4057.0, 4049.0, 4059.0, 4060.0, 4090.0, 4037.0, 4067.0, 4035.0, 4037.0, 4044.0, 4047.0, 4056.0, 4046.0, 4086.0, 4035.0, 4076.0, 4035.0, 4066.0, 4037.0, 4066.0, 4046.0, 4036.0, 4047.0, 4056.0, 4047.0, 4087.0, 4077.0, 4065.0, 4044.0, 4063.0, 4031.0, 4073.0, 4031.0, 4052.0, 4042.0, 4083.0, 4031.0, 4030.0, 4031.0, 4019.0, 4021.0, 4030.0, 4020.0, 4041.0, 4021.0, 4030.0, 4021.0, 4042.0, 4020.0, 4032.0, 4042.0, 4032.0, 4031.0, 4033.0, 4032.0, 4034.0, 4044.0, 4068.0, 4036.0, 4056.0, 4026.0, 4077.0, 4045.0, 4045.0, 4075.0, 4056.0, 4023.0, 4033.0, 4022.0, 4032.0, 4043.0, 4044.0, 4077.0, 4059.0, 4047.0, 4056.0, 4048.0, 4048.0, 4057.0, 4036.0, 4076.0, 4078.0], 'WindowWidth': [9140.0, 9112.0, 9046.0, 9047.0, 9015.0, 9038.0, 9005.0, 9089.0, 9034.0, 9020.0, 9018.0, 9004.0, 8990.0, 8986.0, 8985.0, 9046.0, 9048.0, 9030.0, 8984.0, 8998.0, 8982.0, 8982.0, 9050.0, 9024.0, 9086.0, 9023.0, 9048.0, 8979.0, 9046.0, 8962.0, 9016.0, 8961.0, 9002.0, 8973.0, 8962.0, 8958.0, 8979.0, 9038.0, 8982.0, 8981.0, 8981.0, 8981.0, 8997.0, 8996.0, 8983.0, 9033.0, 9003.0, 9003.0, 9003.0, 9027.0, 8983.0, 9065.0, 8978.0, 9052.0, 9008.0, 9034.0, 8980.0, 8975.0, 8977.0, 8975.0, 8978.0, 9006.0, 8966.0, 8998.0, 8979.0, 8965.0, 8983.0, 8993.0, 8976.0, 8982.0, 9000.0, 8998.0, 8986.0, 8982.0, 8981.0, 8980.0, 8992.0, 8981.0, 9050.0, 9025.0, 8992.0, 8979.0, 8962.0, 8976.0, 8972.0, 8990.0, 9034.0, 9011.0, 8975.0, 8976.0, 8976.0, 8996.0, 9032.0, 8981.0, 9039.0, 9000.0, 9024.0, 9001.0, 9038.0, 8997.0, 9034.0, 8997.0, 9041.0, 9001.0, 9049.0, 8981.0, 9033.0, 8965.0, 9018.0, 8965.0, 9019.0, 8988.0, 9052.0, 8983.0, 9009.0, 8984.0, 9020.0, 8966.0, 9020.0, 8985.0, 9065.0, 8983.0, 9037.0, 8967.0, 9018.0, 8979.0, 9002.0, 8963.0, 9005.0, 8993.0, 9018.0, 8977.0, 8975.0, 8963.0, 8977.0, 8977.0, 8983.0, 9048.0, 8986.0, 9035.0, 8996.0, 9037.0, 8995.0, 9018.0, 8980.0, 9021.0, 8980.0, 9031.0, 8977.0, 8999.0, 8960.0, 8997.0, 8960.0, 8987.0, 8964.0, 9001.0, 8963.0, 8989.0, 8977.0, 8978.0, 8963.0, 8978.0, 9021.0, 9029.0, 8980.0, 8995.0, 8982.0, 8992.0, 8979.0, 8993.0, 8981.0, 9057.0, 8981.0, 9007.0, 8976.0, 8979.0, 9046.0, 8979.0, 9034.0, 8982.0, 9018.0, 8979.0, 8991.0, 8981.0, 9010.0, 8986.0, 9045.0, 8999.0, 9042.0, 9001.0, 9025.0, 8986.0, 9026.0, 9004.0, 9039.0, 8983.0, 8993.0, 8982.0, 8995.0, 8978.0, 8983.0, 9054.0, 8989.0, 8996.0, 8997.0, 8998.0, 8986.0, 8998.0, 9002.0, 9032.0, 9024.0, 9006.0, 9018.0, 9005.0, 9057.0, 8999.0, 9058.0, 9072.0, 9027.0, 9010.0, 8998.0, 8995.0, 8994.0, 8980.0, 9026.0, 9000.0, 9023.0, 8985.0, 9010.0, 8999.0, 8998.0, 8984.0, 9014.0, 9059.0, 8984.0, 8999.0, 9000.0, 9022.0, 8983.0, 9038.0, 8982.0, 9071.0, 9025.0, 9020.0, 8979.0, 8990.0, 8975.0, 8990.0, 8976.0, 8996.0, 8965.0, 8994.0, 9000.0, 9010.0, 8982.0, 8993.0, 8986.0, 9052.0, 8984.0, 9038.0, 8982.0, 9033.0, 8992.0, 9028.0, 8976.0, 9045.0, 9006.0, 8974.0, 8988.0, 8960.0, 8972.0, 8957.0, 8975.0, 8986.0, 8974.0, 9029.0, 8975.0, 9015.0, 8962.0, 8991.0, 8984.0, 9012.0, 9004.0, 9048.0, 9008.0, 9045.0, 9022.0, 9033.0, 9007.0, 9032.0, 9005.0, 9017.0, 9016.0, 9065.0, 9080.0, 9032.0, 9056.0, 8998.0, 9035.0, 8983.0, 9040.0, 8987.0, 9037.0, 8984.0, 9024.0, 8983.0, 9009.0, 9001.0, 9042.0, 8984.0, 9038.0, 8981.0, 8982.0, 9052.0, 8982.0, 9068.0, 8978.0, 9048.0, 8977.0, 9032.0, 8959.0, 8973.0, 9028.0, 8975.0, 9046.0, 8973.0, 9012.0, 8955.0, 8969.0, 8952.0, 8968.0, 8992.0, 8972.0, 8982.0, 8975.0, 8984.0, 8976.0, 8988.0, 8964.0, 8991.0, 8979.0, 8980.0, 8998.0, 8997.0, 8981.0, 8996.0, 8980.0, 8981.0, 9032.0, 8981.0, 9051.0, 8997.0, 9063.0, 8976.0, 9017.0, 8978.0, 8989.0, 8982.0, 8995.0, 9003.0, 9012.0, 9002.0, 9012.0, 9004.0, 9020.0, 9004.0, 9034.0, 9074.0, 9002.0, 9051.0, 8983.0, 9051.0, 8981.0, 9027.0, 8964.0, 9023.0, 8975.0, 8975.0, 8962.0, 8976.0, 8979.0, 8994.0, 9022.0, 8982.0, 8977.0, 8978.0, 8979.0, 8996.0, 8997.0, 9001.0, 9041.0, 9018.0, 8998.0, 8984.0, 8997.0, 8998.0, 9083.0, 8994.0, 9040.0, 9011.0, 9020.0, 8977.0, 8973.0, 8964.0, 8977.0, 8980.0, 9010.0, 9003.0, 9014.0, 9006.0, 9030.0, 8985.0, 8995.0, 8997.0, 9054.0, 9025.0, 8995.0, 8996.0, 8994.0, 8980.0, 8994.0, 9052.0, 8996.0, 9067.0, 8980.0, 9033.0, 8979.0, 8989.0, 8980.0, 8992.0, 8983.0, 9024.0, 8985.0, 9022.0, 8998.0, 9020.0, 8993.0, 9020.0, 9004.0, 9009.0, 8994.0, 8978.0, 8990.0, 8975.0, 8976.0, 8977.0, 9010.0, 8996.0, 9009.0, 8998.0, 9023.0, 8996.0, 9018.0, 8992.0, 9020.0, 9016.0, 9006.0, 8993.0, 8980.0, 8994.0, 8979.0, 8996.0, 8985.0, 9015.0, 9001.0, 9001.0, 9005.0, 9029.0, 8993.0, 9048.0, 9010.0, 9057.0, 9001.0, 9040.0, 8999.0, 9053.0, 9001.0, 9067.0, 9045.0, 9022.0, 8996.0, 8995.0, 8996.0, 9016.0, 8999.0, 9033.0, 9001.0, 8997.0, 8999.0, 8997.0, 8999.0, 9014.0, 9020.0, 9002.0, 9014.0, 9001.0, 9068.0, 8999.0, 9060.0, 9053.0, 9075.0, 8977.0, 9006.0, 8976.0, 8989.0, 8974.0, 9005.0, 8977.0, 9010.0, 8978.0, 8992.0, 8997.0, 8992.0, 8997.0, 8996.0, 9003.0, 9055.0, 8986.0, 9039.0, 8985.0, 9026.0, 9007.0, 9042.0, 9008.0, 9053.0, 8997.0, 9052.0, 8998.0, 9040.0, 8999.0, 9011.0, 9009.0, 9012.0, 9003.0, 8998.0, 9006.0, 9027.0, 9018.0, 9029.0, 8999.0, 8983.0, 9000.0, 9081.0, 8998.0, 9051.0, 9003.0, 9024.0, 8999.0, 8999.0, 9014.0, 9036.0, 8997.0, 9037.0, 9001.0, 9039.0, 8996.0, 9022.0, 8995.0, 9048.0, 8975.0, 9035.0, 8976.0, 9036.0, 8958.0, 8986.0, 8976.0, 8986.0, 8973.0, 8973.0, 8977.0, 8992.0, 8979.0, 9053.0, 8977.0, 8990.0, 8979.0, 8976.0, 8977.0, 8979.0, 9006.0, 8997.0, 9037.0, 9000.0, 9021.0, 8998.0, 9035.0, 8996.0, 9039.0, 8999.0, 9026.0, 9003.0, 9026.0, 9002.0, 9012.0, 9003.0, 9013.0, 9007.0, 9060.0, 9003.0, 9030.0, 9018.0, 9028.0, 9005.0, 9042.0, 9021.0, 9015.0, 9003.0, 9002.0, 9006.0, 9072.0, 9005.0, 9060.0, 9009.0, 9026.0, 9002.0, 9012.0, 9001.0, 9015.0, 9002.0, 9063.0, 9003.0, 9042.0, 9001.0, 9037.0, 8997.0, 9021.0, 8981.0, 9071.0, 8979.0, 9032.0, 8976.0, 8986.0, 8975.0, 9046.0, 8990.0, 8990.0, 8976.0, 8986.0, 8975.0, 8986.0, 8973.0, 9038.0, 8978.0, 9030.0, 8991.0, 9000.0, 8973.0, 9012.0, 8972.0, 9013.0, 8988.0, 8983.0, 8963.0, 9002.0, 8979.0, 9002.0, 8978.0, 9007.0, 8982.0, 9013.0, 8970.0, 9013.0, 9001.0, 8997.0, 9011.0, 9011.0, 8996.0, 9009.0, 8983.0, 8995.0, 8979.0, 8983.0, 9023.0, 9001.0, 9032.0, 9003.0, 9032.0, 9023.0, 9020.0, 9010.0, 9048.0, 9013.0, 9053.0, 9024.0, 9050.0, 9023.0, 9061.0, 9004.0, 9077.0, 9027.0, 9072.0, 8992.0, 9010.0, 8990.0, 8995.0, 9052.0, 8994.0, 9073.0, 8996.0, 9038.0, 8997.0, 9007.0, 9001.0, 9006.0, 9004.0, 9022.0, 8994.0, 8993.0, 8995.0, 9019.0, 8996.0, 9021.0, 8995.0, 9020.0, 8993.0, 9032.0, 8992.0, 9026.0, 8993.0, 9041.0, 8976.0, 8993.0, 9001.0, 8989.0, 9016.0, 8989.0, 9020.0, 8974.0, 8985.0, 8959.0, 8983.0, 8968.0, 8983.0, 8985.0, 8985.0, 9030.0, 8986.0, 9000.0, 8989.0, 9000.0, 8990.0, 8987.0, 8981.0, 8996.0, 8983.0, 9012.0, 8984.0, 9010.0, 9000.0, 9012.0, 9003.0, 9019.0, 9021.0, 9035.0, 9005.0, 9030.0, 9004.0, 9015.0, 9003.0, 9032.0, 9046.0, 9004.0, 8987.0, 8999.0, 8998.0, 9017.0, 9027.0, 9035.0, 8984.0, 8998.0, 8996.0, 8997.0, 9054.0, 9014.0, 9067.0, 8997.0, 9017.0, 8976.0, 8975.0, 8993.0, 9017.0, 8980.0, 9042.0, 9000.0, 9014.0, 8986.0, 8997.0, 9003.0, 9016.0, 9025.0, 9035.0, 9029.0, 9038.0, 9043.0, 9081.0, 9007.0, 9047.0, 9002.0, 9006.0, 9011.0, 9021.0, 9028.0, 9015.0, 9069.0, 8999.0, 9057.0, 9000.0, 9042.0, 9007.0, 9044.0, 9017.0, 9005.0, 9019.0, 9031.0, 9020.0, 9074.0, 9061.0, 9037.0, 9010.0, 9034.0, 8989.0, 9049.0, 8989.0, 9020.0, 9005.0, 9060.0, 8988.0, 8986.0, 8989.0, 8970.0, 8975.0, 8984.0, 8974.0, 9002.0, 8976.0, 8986.0, 8975.0, 9003.0, 8973.0, 8991.0, 9003.0, 8991.0, 8988.0, 8993.0, 8992.0, 8999.0, 9011.0, 9050.0, 9004.0, 9030.0, 8990.0, 9058.0, 9011.0, 9013.0, 9051.0, 9028.0, 8979.0, 8994.0, 8977.0, 8992.0, 9007.0, 9009.0, 9062.0, 9041.0, 9020.0, 9028.0, 9024.0, 9025.0, 9033.0, 9005.0, 9058.0, 9062.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.0006264787111622556</td></tr>
<tr><td colspan=3>aqi</td><td>0.016712707825086305</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.98323312222345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2112486611981568</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0081097961981567</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>4357.583</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.061761352646202514</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.539120484196259</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3645705799878804</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8791168404474146</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3736740321534824</td></tr>
<tr><td colspan=3>gcor</td><td>0.00767533</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027699295431375504</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03882468491792679</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.698871732555275</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>18.128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>208.3314</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297641.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.4475</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0522</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.0509</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3199.1554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>941.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.3562</td></tr>
<tr><td colspan=3>tsnr</td><td>41.88921015476808</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>