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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-01/func/sub-0061_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>38958272026d1b6ebb7d25ed90dee9ba</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:02:43.642500</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.997447, -0.0639716, 0.0317373, 0.0597834, 0.99111, 0.118855]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0785377</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7769, -7271, 598, -85, -165, -15, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.122</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>479ec812-480d-481a-b575-62c0a379c69c||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.676077127456665, 0.1603945940732956, 0.10545793175697327, 99.88825988769531], [0.17163123190402985, 2.65907621383667, 0.3149668574333191, -110.63965606689453], [0.08514877408742905, -0.3188798129558563, 2.6794915199279785, -56.033790588378906], [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': ['130243.642500', '130244.102500', '130244.562500', '130245.022500', '130245.482500', '130245.942500', '130246.402500', '130246.862500', '130247.322500', '130247.782500', '130248.242500', '130248.702500', '130249.162500', '130249.622500', '130250.082500', '130250.542500', '130251.002500', '130251.462500', '130251.922500', '130252.382500', '130252.842500', '130253.302500', '130253.762500', '130254.222500', '130254.682500', '130255.142500', '130255.602500', '130256.062500', '130256.522500', '130256.982500', '130257.442500', '130257.902500', '130258.362500', '130258.822500', '130259.282500', '130259.742500', '130300.202500', '130300.662500', '130301.122500', '130301.582500', '130302.042500', '130302.502500', '130302.962500', '130303.422500', '130303.882500', '130304.342500', '130304.802500', '130305.262500', '130305.722500', '130306.182500', '130306.642500', '130307.102500', '130307.562500', '130308.022500', '130308.482500', '130308.942500', '130309.402500', '130309.862500', '130310.322500', '130310.782500', '130311.242500', '130311.702500', '130312.162500', '130312.622500', '130313.082500', '130313.542500', '130314.002500', '130314.462500', '130314.922500', '130315.382500', '130315.842500', '130316.302500', '130316.762500', '130317.222500', '130317.682500', '130318.142500', '130318.602500', '130319.062500', '130319.522500', '130319.982500', '130320.442500', '130320.902500', '130321.362500', '130321.822500', '130322.282500', '130322.742500', '130323.202500', '130323.662500', '130324.122500', '130324.582500', '130325.042500', '130325.502500', '130325.962500', '130326.422500', '130326.882500', '130327.342500', '130327.802500', '130328.262500', '130328.722500', '130329.182500', '130329.642500', '130330.102500', '130330.562500', '130331.022500', '130331.482500', '130331.942500', '130332.402500', '130332.862500', '130333.322500', '130333.782500', '130334.242500', '130334.702500', '130335.162500', '130335.622500', '130336.082500', '130336.542500', '130337.002500', '130337.462500', '130337.922500', '130338.382500', '130338.842500', '130339.302500', '130339.762500', '130340.222500', '130340.682500', '130341.142500', '130341.602500', '130342.062500', '130342.522500', '130342.982500', '130343.442500', '130343.902500', '130344.362500', '130344.822500', '130345.282500', '130345.742500', '130346.202500', '130346.662500', '130347.122500', '130347.582500', '130348.042500', '130348.502500', '130348.962500', '130349.422500', '130349.882500', '130350.342500', '130350.802500', '130351.262500', '130351.722500', '130352.182500', '130352.642500', '130353.102500', '130353.562500', '130354.022500', '130354.482500', '130354.942500', '130355.402500', '130355.862500', '130356.322500', '130356.782500', '130357.242500', '130357.702500', '130358.162500', '130358.622500', '130359.082500', '130359.542500', '130400.002500', '130400.462500', '130400.922500', '130401.382500', '130401.842500', '130402.302500', '130402.762500', '130403.222500', '130403.682500', '130404.142500', '130404.602500', '130405.062500', '130405.522500', '130405.982500', '130406.442500', '130406.902500', '130407.362500', '130407.822500', '130408.282500', '130408.742500', '130409.202500', '130409.662500', '130410.122500', '130410.582500', '130411.042500', '130411.502500', '130411.962500', '130412.422500', '130412.882500', '130413.342500', '130413.802500', '130414.262500', '130414.722500', '130415.182500', '130415.642500', '130416.102500', '130416.562500', '130417.022500', '130417.482500', '130417.942500', '130418.402500', '130418.862500', '130419.322500', '130419.782500', '130420.242500', '130420.702500', '130421.162500', '130421.622500', '130422.082500', '130422.542500', '130423.002500', '130423.462500', '130423.922500', '130424.382500', '130424.842500', '130425.302500', '130425.762500', '130426.222500', '130426.682500', '130427.142500', '130427.602500', '130428.062500', '130428.522500', '130428.982500', '130429.442500', '130429.902500', '130430.362500', '130430.822500', '130431.282500', '130431.742500', '130432.202500', '130432.662500', '130433.122500', '130433.582500', '130434.042500', '130434.502500', '130434.962500', '130435.422500', '130435.882500', '130436.342500', '130436.802500', '130437.262500', '130437.722500', '130438.182500', '130438.642500', '130439.102500', '130439.562500', '130440.022500', '130440.482500', '130440.942500', '130441.402500', '130441.862500', '130442.322500', '130442.782500', '130443.242500', '130443.702500', '130444.162500', '130444.622500', '130445.082500', '130445.542500', '130446.002500', '130446.462500', '130446.922500', '130447.382500', '130447.842500', '130448.302500', '130448.762500', '130449.222500', '130449.682500', '130450.142500', '130450.602500', '130451.062500', '130451.522500', '130451.982500', '130452.442500', '130452.902500', '130453.362500', '130453.822500', '130454.282500', '130454.742500', '130455.202500', '130455.662500', '130456.122500', '130456.582500', '130457.042500', '130457.502500', '130457.962500', '130458.422500', '130458.882500', '130459.342500', '130459.802500', '130500.262500', '130500.722500', '130501.182500', '130501.642500', '130502.102500', '130502.562500', '130503.022500', '130503.482500', '130503.942500', '130504.402500', '130504.862500', '130505.322500', '130505.782500', '130506.242500', '130506.702500', '130507.162500', '130507.622500', '130508.082500', '130508.542500', '130509.002500', '130509.462500', '130509.922500', '130510.382500', '130510.842500', '130511.302500', '130511.762500', '130512.222500', '130512.682500', '130513.142500', '130513.602500', '130514.062500', '130514.522500', '130514.982500', '130515.442500', '130515.902500', '130516.362500', '130516.822500', '130517.282500', '130517.742500', '130518.202500', '130518.662500', '130519.122500', '130519.582500', '130520.042500', '130520.502500', '130520.962500', '130521.422500', '130521.882500', '130522.342500', '130522.802500', '130523.262500', '130523.722500', '130524.182500', '130524.642500', '130525.102500', '130525.562500', '130526.022500', '130526.482500', '130526.942500', '130527.402500', '130527.862500', '130528.322500', '130528.782500', '130529.242500', '130529.702500', '130530.162500', '130530.622500', '130531.082500', '130531.542500', '130532.002500', '130532.462500', '130532.922500', '130533.382500', '130533.842500', '130534.302500', '130534.762500', '130535.222500', '130535.682500', '130536.142500', '130536.602500', '130537.062500', '130537.522500', '130537.982500', '130538.442500', '130538.902500', '130539.362500', '130539.822500', '130540.282500', '130540.742500', '130541.202500', '130541.662500', '130542.122500', '130542.582500', '130543.042500', '130543.502500', '130543.962500', '130544.422500', '130544.882500', '130545.342500', '130545.802500', '130546.262500', '130546.722500', '130547.182500', '130547.642500', '130548.102500', '130548.562500', '130549.022500', '130549.482500', '130549.942500', '130550.402500', '130550.862500', '130551.322500', '130551.782500', '130552.242500', '130552.702500', '130553.162500', '130553.622500', '130554.082500', '130554.542500', '130555.002500', '130555.462500', '130555.922500', '130556.382500', '130556.842500', '130557.302500', '130557.762500', '130558.222500', '130558.682500', '130559.142500', '130559.602500', '130600.062500', '130600.522500', '130600.982500', '130601.442500', '130601.902500', '130602.362500', '130602.822500', '130603.282500', '130603.742500', '130604.202500', '130604.662500', '130605.122500', '130605.582500', '130606.042500', '130606.502500', '130606.962500', '130607.422500', '130607.882500', '130608.342500', '130608.802500', '130609.262500', '130609.722500', '130610.182500', '130610.642500', '130611.102500', '130611.562500', '130612.022500', '130612.482500', '130612.942500', '130613.402500', '130613.862500', '130614.322500', '130614.782500', '130615.242500', '130615.702500', '130616.162500', '130616.622500', '130617.082500', '130617.542500', '130618.002500', '130618.462500', '130618.922500', '130619.382500', '130619.842500', '130620.302500', '130620.762500', '130621.222500', '130621.682500', '130622.142500', '130622.602500', '130623.062500', '130623.522500', '130623.982500', '130624.442500', '130624.902500', '130625.362500', '130625.822500', '130626.282500', '130626.742500', '130627.202500', '130627.662500', '130628.122500', '130628.582500', '130629.042500', '130629.502500', '130629.962500', '130630.422500', '130630.882500', '130631.342500', '130631.802500', '130632.262500', '130632.722500', '130633.182500', '130633.642500', '130634.102500', '130634.562500', '130635.022500', '130635.482500', '130635.942500', '130636.402500', '130636.862500', '130637.322500', '130637.782500', '130638.242500', '130638.702500', '130639.162500', '130639.622500', '130640.082500', '130640.542500', '130641.002500', '130641.462500', '130641.922500', '130642.382500', '130642.842500', '130643.302500', '130643.762500', '130644.222500', '130644.682500', '130645.142500', '130645.602500', '130646.062500', '130646.522500', '130646.982500', '130647.442500', '130647.902500', '130648.362500', '130648.822500', '130649.282500', '130649.742500', '130650.202500', '130650.662500', '130651.122500', '130651.582500', '130652.042500', '130652.502500', '130652.962500', '130653.422500', '130653.882500', '130654.342500', '130654.802500', '130655.262500', '130655.722500', '130656.182500', '130656.642500', '130657.102500', '130657.562500', '130658.022500', '130658.482500', '130658.942500', '130659.402500', '130659.862500', '130700.322500', '130700.782500', '130701.242500', '130701.702500', '130702.162500', '130702.622500', '130703.082500', '130703.542500', '130704.002500', '130704.462500', '130704.922500', '130705.382500', '130705.842500', '130706.302500', '130706.762500', '130707.222500', '130707.682500', '130708.142500', '130708.602500', '130709.062500', '130709.522500', '130709.982500', '130710.442500', '130710.902500', '130711.362500', '130711.822500', '130712.282500', '130712.742500', '130713.202500', '130713.662500', '130714.122500', '130714.582500', '130715.042500', '130715.502500', '130715.962500', '130716.422500', '130716.882500', '130717.342500', '130717.802500', '130718.262500', '130718.722500', '130719.182500', '130719.642500', '130720.102500', '130720.562500', '130721.022500', '130721.482500', '130721.942500', '130722.402500', '130722.862500', '130723.322500', '130723.782500', '130724.242500', '130724.702500', '130725.162500', '130725.622500', '130726.082500', '130726.542500', '130727.002500', '130727.462500', '130727.922500', '130728.382500', '130728.842500', '130729.302500', '130729.762500', '130730.222500', '130730.682500', '130731.142500', '130731.602500', '130732.062500', '130732.522500', '130732.982500', '130733.442500', '130733.902500', '130734.362500', '130734.822500', '130735.282500', '130735.742500', '130736.202500', '130736.662500', '130737.122500', '130737.582500', '130738.042500', '130738.502500', '130738.962500', '130739.422500', '130739.882500', '130740.342500', '130740.802500', '130741.262500', '130741.722500', '130742.182500', '130742.642500', '130743.102500', '130743.562500', '130744.022500', '130744.482500', '130744.942500', '130745.402500', '130745.862500', '130746.322500', '130746.782500', '130747.242500', '130747.702500', '130748.162500', '130748.622500', '130749.082500', '130749.542500', '130750.002500', '130750.462500', '130750.922500', '130751.382500', '130751.842500', '130752.302500', '130752.762500', '130753.222500', '130753.682500', '130754.142500', '130754.602500', '130755.062500', '130755.522500', '130755.982500', '130756.442500', '130756.902500', '130757.362500', '130757.822500', '130758.282500', '130758.742500', '130759.202500', '130759.662500', '130800.122500', '130800.582500', '130801.042500', '130801.502500', '130801.962500', '130802.422500', '130802.882500', '130803.342500', '130803.802500', '130804.262500', '130804.722500', '130805.182500', '130805.642500', '130806.102500', '130806.562500', '130807.022500', '130807.482500', '130807.942500', '130808.402500', '130808.862500', '130809.322500', '130809.782500', '130810.242500', '130810.702500', '130811.162500', '130811.622500', '130812.082500', '130812.542500', '130813.002500', '130813.462500', '130813.922500', '130814.382500', '130814.842500', '130815.302500', '130815.762500', '130816.222500', '130816.682500', '130817.142500', '130817.602500', '130818.062500', '130818.522500', '130818.982500', '130819.442500', '130819.902500', '130820.362500', '130820.822500', '130821.282500', '130821.742500', '130822.202500', '130822.662500', '130823.122500', '130823.582500', '130824.042500', '130824.502500', '130824.962500', '130825.422500', '130825.882500', '130826.342500', '130826.802500', '130827.262500', '130827.722500', '130828.182500', '130828.642500', '130829.102500', '130829.562500', '130830.022500', '130830.482500', '130830.942500', '130831.402500', '130831.862500', '130832.322500', '130832.782500', '130833.242500', '130833.702500', '130834.162500', '130834.622500', '130835.082500', '130835.542500', '130836.002500', '130836.462500', '130836.922500', '130837.382500', '130837.842500', '130838.302500', '130838.762500', '130839.222500', '130839.682500', '130840.142500', '130840.602500', '130841.062500', '130841.522500', '130841.982500', '130842.442500', '130842.902500', '130843.362500', '130843.822500', '130844.282500', '130844.742500', '130845.202500', '130845.662500', '130846.122500', '130846.582500', '130847.042500', '130847.502500', '130847.962500', '130848.422500', '130848.882500', '130849.342500', '130849.802500', '130850.262500', '130850.722500', '130851.182500', '130851.642500', '130852.102500', '130852.562500', '130853.022500', '130853.482500', '130853.942500', '130854.402500', '130854.862500', '130855.322500', '130855.782500', '130856.242500', '130856.702500', '130857.162500', '130857.622500', '130858.082500', '130858.542500', '130859.002500', '130859.462500', '130859.922500', '130900.382500', '130900.842500', '130901.302500', '130901.762500', '130902.222500', '130902.682500', '130903.142500', '130903.602500', '130904.062500', '130904.522500', '130904.982500', '130905.442500', '130905.902500', '130906.362500', '130906.822500', '130907.282500', '130907.742500', '130908.202500', '130908.662500', '130909.122500', '130909.582500', '130910.042500', '130910.502500', '130910.962500', '130911.422500', '130911.882500', '130912.342500', '130912.802500', '130913.262500', '130913.722500', '130914.182500', '130914.642500', '130915.102500', '130915.562500', '130916.022500', '130916.482500', '130916.942500', '130917.402500', '130917.862500', '130918.322500', '130918.782500', '130919.242500', '130919.702500', '130920.162500', '130920.622500', '130921.082500', '130921.542500', '130922.002500', '130922.462500', '130922.922500', '130923.382500', '130923.842500', '130924.302500'], 'ContentTime': ['130254.629000', '130254.632000', '130254.635000', '130254.638000', '130254.640000', '130254.643000', '130254.646000', '130254.648000', '130254.660000', '130254.663000', '130254.666000', '130254.670000', '130254.673000', '130254.676000', '130254.678000', '130254.681000', '130254.684000', '130254.686000', '130254.689000', '130254.691000', '130254.694000', '130254.696000', '130314.600000', '130314.603000', '130314.606000', '130314.608000', '130314.611000', '130314.613000', '130314.619000', '130314.622000', '130314.624000', '130314.627000', '130314.637000', '130314.639000', '130314.642000', '130314.645000', '130314.647000', '130314.650000', '130314.652000', '130314.655000', '130314.658000', '130314.660000', '130314.663000', '130314.665000', '130314.668000', '130314.671000', '130314.673000', '130314.676000', '130314.678000', '130314.681000', '130314.683000', '130314.686000', '130314.689000', '130314.691000', '130314.694000', '130314.696000', '130314.699000', '130314.702000', '130314.704000', '130314.707000', '130314.709000', '130314.712000', '130314.715000', '130314.717000', '130314.720000', '130334.600000', '130334.603000', '130334.606000', '130334.608000', '130334.611000', '130334.613000', '130334.616000', '130334.619000', '130334.621000', '130334.624000', '130334.626000', '130334.629000', '130334.631000', '130334.634000', '130334.637000', '130334.639000', '130334.642000', '130334.644000', '130334.647000', '130334.650000', '130334.652000', '130334.655000', '130334.657000', '130334.660000', '130334.662000', '130334.665000', '130334.667000', '130334.670000', '130334.673000', '130334.675000', '130334.678000', '130334.680000', '130334.683000', '130334.691000', '130334.694000', '130334.696000', '130334.699000', '130334.701000', '130334.704000', '130334.707000', '130334.709000', '130334.712000', '130334.714000', '130334.717000', '130354.600000', '130354.603000', '130354.606000', '130354.609000', '130354.611000', '130354.614000', '130354.617000', '130354.619000', '130354.622000', '130354.625000', '130354.627000', '130354.630000', '130354.632000', '130354.635000', '130354.638000', '130354.640000', '130354.643000', '130354.646000', '130354.648000', '130354.651000', '130354.653000', '130354.656000', '130354.658000', '130354.661000', '130354.664000', '130354.666000', '130354.669000', '130354.671000', '130354.674000', '130354.676000', '130354.679000', '130354.682000', '130354.684000', '130354.687000', '130354.689000', '130354.692000', '130354.694000', '130354.697000', '130354.699000', '130354.702000', '130354.705000', '130354.707000', '130354.710000', '130414.601000', '130414.604000', '130414.607000', '130414.609000', '130414.612000', '130414.614000', '130414.617000', '130414.620000', '130414.622000', '130414.625000', '130414.627000', '130414.630000', '130414.632000', '130414.635000', '130414.638000', '130414.640000', '130414.643000', '130414.645000', '130414.648000', '130414.650000', '130414.653000', '130414.656000', '130414.658000', '130414.661000', '130414.663000', '130414.666000', '130414.668000', '130414.671000', '130414.674000', '130414.676000', '130414.679000', '130414.681000', '130414.684000', '130414.686000', '130414.689000', '130414.692000', '130414.694000', '130414.697000', '130414.699000', '130414.702000', '130414.704000', '130414.707000', '130414.710000', '130414.712000', '130434.602000', '130434.604000', '130434.607000', '130434.610000', '130434.612000', '130434.615000', '130434.617000', '130434.620000', '130434.623000', '130434.625000', '130434.628000', '130434.630000', '130434.633000', '130434.635000', '130434.638000', '130434.641000', '130434.643000', '130434.646000', '130434.648000', '130434.651000', '130434.654000', '130434.656000', '130434.659000', '130434.661000', '130434.664000', '130434.667000', '130434.669000', '130434.672000', '130434.674000', '130434.677000', '130434.679000', '130434.682000', '130434.693000', '130434.695000', '130434.698000', '130434.700000', '130434.703000', '130434.705000', '130434.708000', '130434.711000', '130434.713000', '130434.716000', '130434.718000', '130454.601000', '130454.604000', '130454.607000', '130454.609000', '130454.612000', '130454.615000', '130454.624000', '130454.627000', '130454.629000', '130454.632000', '130454.634000', '130454.637000', '130454.639000', '130454.642000', '130454.644000', '130454.647000', '130454.650000', '130454.652000', '130454.655000', '130454.657000', '130454.660000', '130454.662000', '130454.665000', '130454.668000', '130454.670000', '130454.673000', '130454.675000', '130454.678000', '130454.680000', '130454.683000', '130454.686000', '130454.688000', '130454.691000', '130454.693000', '130454.696000', '130454.699000', '130454.701000', '130454.704000', '130454.706000', '130454.709000', '130454.712000', '130454.714000', '130454.717000', '130454.719000', '130514.601000', '130514.604000', '130514.607000', '130514.609000', '130514.612000', '130514.615000', '130514.617000', '130514.620000', '130514.622000', '130514.625000', '130514.627000', '130514.630000', '130514.633000', '130514.635000', '130514.638000', '130514.640000', '130514.643000', '130514.646000', '130514.648000', '130514.651000', '130514.653000', '130514.656000', '130514.659000', '130514.661000', '130514.664000', '130514.666000', '130514.669000', '130514.671000', '130514.683000', '130514.686000', '130514.688000', '130514.691000', '130514.694000', '130514.696000', '130514.699000', '130514.701000', '130514.704000', '130514.706000', '130514.709000', '130514.712000', '130514.714000', '130514.717000', '130514.719000', '130534.600000', '130534.603000', '130534.606000', '130534.608000', '130534.611000', '130534.614000', '130534.616000', '130534.619000', '130534.621000', '130534.624000', '130534.627000', '130534.629000', '130534.632000', '130534.635000', '130534.637000', '130534.640000', '130534.643000', '130534.645000', '130534.648000', '130534.650000', '130534.653000', '130534.656000', '130534.658000', '130534.661000', '130534.663000', '130534.666000', '130534.668000', '130534.671000', '130534.674000', '130534.676000', '130534.679000', '130534.681000', '130534.684000', '130534.687000', '130534.689000', '130534.692000', '130534.694000', '130534.697000', '130534.699000', '130534.702000', '130534.704000', '130534.707000', '130534.710000', '130534.712000', '130554.600000', '130554.603000', '130554.606000', '130554.609000', '130554.611000', '130554.614000', '130554.616000', '130554.619000', '130554.621000', '130554.624000', '130554.627000', '130554.629000', '130554.632000', '130554.634000', '130554.637000', '130554.639000', '130554.642000', '130554.645000', '130554.647000', '130554.650000', '130554.652000', '130554.655000', '130554.657000', '130554.660000', '130554.662000', '130554.665000', '130554.668000', '130554.670000', '130554.673000', '130554.676000', '130554.678000', '130554.681000', '130554.683000', '130554.686000', '130554.688000', '130554.691000', '130554.694000', '130554.696000', '130554.699000', '130554.701000', '130554.704000', '130554.706000', '130554.709000', '130614.600000', '130614.603000', '130614.606000', '130614.608000', '130614.611000', '130614.614000', '130614.616000', '130614.619000', '130614.621000', '130614.624000', '130614.627000', '130614.629000', '130614.632000', '130614.634000', '130614.637000', '130614.640000', '130614.642000', '130614.645000', '130614.647000', '130614.650000', '130614.652000', '130614.655000', '130614.657000', '130614.660000', '130614.663000', '130614.665000', '130614.668000', '130614.670000', '130614.673000', '130614.676000', '130614.678000', '130614.681000', '130614.683000', '130614.686000', '130614.688000', '130614.691000', '130614.694000', '130614.696000', '130614.699000', '130614.701000', '130614.704000', '130614.706000', '130614.709000', '130614.712000', '130634.602000', '130634.604000', '130634.607000', '130634.610000', '130634.612000', '130634.615000', '130634.617000', '130634.620000', '130634.623000', '130634.625000', '130634.628000', '130634.630000', '130634.633000', '130634.636000', '130634.638000', '130634.641000', '130634.643000', '130634.646000', '130634.649000', '130634.651000', '130634.654000', '130634.656000', '130634.659000', '130634.661000', '130634.664000', '130634.667000', '130634.669000', '130634.672000', '130634.674000', '130634.677000', '130634.679000', '130634.682000', '130634.685000', '130634.687000', '130634.690000', '130634.692000', '130634.695000', '130634.698000', '130634.700000', '130634.712000', '130634.715000', '130634.718000', '130634.720000', '130654.601000', '130654.604000', '130654.607000', '130654.610000', '130654.613000', '130654.616000', '130654.618000', '130654.621000', '130654.623000', '130654.626000', '130654.629000', '130654.631000', '130654.634000', '130654.636000', '130654.639000', '130654.642000', '130654.644000', '130654.647000', '130654.649000', '130654.652000', '130654.655000', '130654.657000', '130654.660000', '130654.663000', '130654.665000', '130654.668000', '130654.671000', '130654.673000', '130654.676000', '130654.678000', '130654.681000', '130654.683000', '130654.686000', '130654.688000', '130654.691000', '130654.694000', '130654.696000', '130654.699000', '130654.701000', '130654.704000', '130654.707000', '130654.709000', '130654.712000', '130654.714000', '130714.601000', '130714.604000', '130714.607000', '130714.609000', '130714.612000', '130714.615000', '130714.617000', '130714.620000', '130714.623000', '130714.625000', '130714.628000', '130714.630000', '130714.633000', '130714.636000', '130714.638000', '130714.641000', '130714.643000', '130714.646000', '130714.649000', '130714.651000', '130714.654000', '130714.656000', '130714.659000', '130714.662000', '130714.664000', '130714.667000', '130714.669000', '130714.672000', '130714.674000', '130714.677000', '130714.680000', '130714.682000', '130714.685000', '130714.687000', '130714.690000', '130714.692000', '130714.695000', '130714.698000', '130714.700000', '130714.703000', '130714.705000', '130714.708000', '130714.710000', '130734.602000', '130734.604000', '130734.607000', '130734.609000', '130734.612000', '130734.615000', '130734.617000', '130734.620000', '130734.623000', '130734.625000', '130734.628000', '130734.630000', '130734.633000', '130734.635000', '130734.638000', '130734.641000', '130734.643000', '130734.646000', '130734.648000', '130734.651000', '130734.654000', '130734.656000', '130734.659000', '130734.662000', '130734.664000', '130734.667000', '130734.669000', '130734.672000', '130734.674000', '130734.677000', '130734.680000', '130734.682000', '130734.685000', '130734.687000', '130734.690000', '130734.693000', '130734.695000', '130734.698000', '130734.701000', '130734.703000', '130734.706000', '130734.708000', '130734.711000', '130734.713000', '130754.600000', '130754.603000', '130754.606000', '130754.608000', '130754.611000', '130754.614000', '130754.616000', '130754.619000', '130754.621000', '130754.624000', '130754.626000', '130754.629000', '130754.632000', '130754.634000', '130754.637000', '130754.639000', '130754.642000', '130754.645000', '130754.647000', '130754.650000', '130754.652000', '130754.655000', '130754.658000', '130754.660000', '130754.663000', '130754.665000', '130754.668000', '130754.671000', '130754.673000', '130754.676000', '130754.678000', '130754.681000', '130754.683000', '130754.686000', '130754.689000', '130754.691000', '130754.694000', '130754.697000', '130754.699000', '130754.702000', '130754.704000', '130754.707000', '130754.709000', '130814.600000', '130814.603000', '130814.606000', '130814.608000', '130814.611000', '130814.614000', '130814.625000', '130814.627000', '130814.630000', '130814.633000', '130814.635000', '130814.638000', '130814.641000', '130814.643000', '130814.647000', '130814.650000', '130814.652000', '130814.655000', '130814.657000', '130814.660000', '130814.673000', '130814.675000', '130814.678000', '130814.680000', '130814.683000', '130814.686000', '130814.688000', '130814.691000', '130814.693000', '130814.696000', '130814.699000', '130814.701000', '130814.704000', '130814.707000', '130814.709000', '130814.712000', '130814.714000', '130814.717000', '130814.720000', '130814.722000', '130814.725000', '130814.727000', '130814.730000', '130814.733000', '130834.601000', '130834.603000', '130834.606000', '130834.609000', '130834.611000', '130834.614000', '130834.617000', '130834.619000', '130834.622000', '130834.625000', '130834.627000', '130834.630000', '130834.632000', '130834.635000', '130834.638000', '130834.640000', '130834.643000', '130834.646000', '130834.648000', '130834.651000', '130834.653000', '130834.656000', '130834.659000', '130834.661000', '130834.664000', '130834.667000', '130834.669000', '130834.672000', '130834.675000', '130834.677000', '130834.680000', '130834.684000', '130834.687000', '130834.689000', '130834.692000', '130834.695000', '130834.697000', '130834.700000', '130834.703000', '130834.705000', '130834.708000', '130834.710000', '130834.713000', '130854.602000', '130854.604000', '130854.607000', '130854.609000', '130854.612000', '130854.615000', '130854.617000', '130854.620000', '130854.623000', '130854.625000', '130854.628000', '130854.630000', '130854.633000', '130854.636000', '130854.638000', '130854.641000', '130854.643000', '130854.646000', '130854.648000', '130854.651000', '130854.654000', '130854.656000', '130854.659000', '130854.662000', '130854.664000', '130854.667000', '130854.670000', '130854.672000', '130854.675000', '130854.678000', '130854.681000', '130854.683000', '130854.686000', '130854.689000', '130854.692000', '130854.694000', '130854.697000', '130854.700000', '130854.702000', '130854.705000', '130854.707000', '130854.710000', '130854.713000', '130914.601000', '130914.604000', '130914.607000', '130914.610000', '130914.612000', '130914.615000', '130914.617000', '130914.620000', '130914.623000', '130914.625000', '130914.628000', '130914.631000', '130914.633000', '130914.636000', '130914.638000', '130914.641000', '130914.643000', '130914.646000', '130914.649000', '130914.651000', '130914.654000', '130914.657000', '130914.659000', '130914.662000', '130914.664000', '130914.667000', '130914.669000', '130914.672000', '130914.674000', '130914.677000', '130914.680000', '130914.682000', '130914.685000', '130914.687000', '130914.690000', '130914.693000', '130914.695000', '130914.698000', '130914.700000', '130914.703000', '130914.705000', '130914.708000', '130914.711000', '130914.713000', '130925.438000', '130925.442000', '130925.445000', '130925.448000', '130925.450000', '130925.453000', '130925.456000', '130925.459000', '130925.462000', '130925.464000', '130925.467000', '130925.470000', '130925.473000', '130925.475000', '130925.478000', '130925.481000', '130925.483000', '130925.486000', '130925.489000', '130925.491000', '130925.495000', '130925.498000', '130925.500000', '130925.503000'], 'InstanceCreationTime': ['130254.629000', '130254.632000', '130254.635000', '130254.638000', '130254.640000', '130254.643000', '130254.646000', '130254.648000', '130254.660000', '130254.663000', '130254.666000', '130254.670000', '130254.673000', '130254.676000', '130254.678000', '130254.681000', '130254.684000', '130254.686000', '130254.689000', '130254.691000', '130254.694000', '130254.696000', '130314.600000', '130314.603000', '130314.606000', '130314.608000', '130314.611000', '130314.613000', '130314.619000', '130314.622000', '130314.624000', '130314.627000', '130314.637000', '130314.639000', '130314.642000', '130314.645000', '130314.647000', '130314.650000', '130314.652000', '130314.655000', '130314.658000', '130314.660000', '130314.663000', '130314.665000', '130314.668000', '130314.671000', '130314.673000', '130314.676000', '130314.678000', '130314.681000', '130314.683000', '130314.686000', '130314.689000', '130314.691000', '130314.694000', '130314.696000', '130314.699000', '130314.702000', '130314.704000', '130314.707000', '130314.709000', '130314.712000', '130314.715000', '130314.717000', '130314.720000', '130334.600000', '130334.603000', '130334.606000', '130334.608000', '130334.611000', '130334.613000', '130334.616000', '130334.619000', '130334.621000', '130334.624000', '130334.626000', '130334.629000', '130334.631000', '130334.634000', '130334.637000', '130334.639000', '130334.642000', '130334.644000', '130334.647000', '130334.650000', '130334.652000', '130334.655000', '130334.657000', '130334.660000', '130334.662000', '130334.665000', '130334.667000', '130334.670000', '130334.673000', '130334.675000', '130334.678000', '130334.680000', '130334.683000', '130334.691000', '130334.694000', '130334.696000', '130334.699000', '130334.701000', '130334.704000', '130334.707000', '130334.709000', '130334.712000', '130334.714000', '130334.717000', '130354.600000', '130354.603000', '130354.606000', '130354.609000', '130354.611000', '130354.614000', '130354.617000', '130354.619000', '130354.622000', '130354.625000', '130354.627000', '130354.630000', '130354.632000', '130354.635000', '130354.638000', '130354.640000', '130354.643000', '130354.646000', '130354.648000', '130354.651000', '130354.653000', '130354.656000', '130354.658000', '130354.661000', '130354.664000', '130354.666000', '130354.669000', '130354.671000', '130354.674000', '130354.676000', '130354.679000', '130354.682000', '130354.684000', '130354.687000', '130354.689000', '130354.692000', '130354.694000', '130354.697000', '130354.699000', '130354.702000', '130354.705000', '130354.707000', '130354.710000', '130414.601000', '130414.604000', '130414.607000', '130414.609000', '130414.612000', '130414.614000', '130414.617000', '130414.620000', '130414.622000', '130414.625000', '130414.627000', '130414.630000', '130414.632000', '130414.635000', '130414.638000', '130414.640000', '130414.643000', '130414.645000', '130414.648000', '130414.650000', '130414.653000', '130414.656000', '130414.658000', '130414.661000', '130414.663000', '130414.666000', '130414.668000', '130414.671000', '130414.674000', '130414.676000', '130414.679000', '130414.681000', '130414.684000', '130414.686000', '130414.689000', '130414.692000', '130414.694000', '130414.697000', '130414.699000', '130414.702000', '130414.704000', '130414.707000', '130414.710000', '130414.712000', '130434.602000', '130434.604000', '130434.607000', '130434.610000', '130434.612000', '130434.615000', '130434.617000', '130434.620000', '130434.623000', '130434.625000', '130434.628000', '130434.630000', '130434.633000', '130434.635000', '130434.638000', '130434.641000', '130434.643000', '130434.646000', '130434.648000', '130434.651000', '130434.654000', '130434.656000', '130434.659000', '130434.661000', '130434.664000', '130434.667000', '130434.669000', '130434.672000', '130434.674000', '130434.677000', '130434.679000', '130434.682000', '130434.693000', '130434.695000', '130434.698000', '130434.700000', '130434.703000', '130434.705000', '130434.708000', '130434.711000', '130434.713000', '130434.716000', '130434.718000', '130454.601000', '130454.604000', '130454.607000', '130454.609000', '130454.612000', '130454.615000', '130454.624000', '130454.627000', '130454.629000', '130454.632000', '130454.634000', '130454.637000', '130454.639000', '130454.642000', '130454.644000', '130454.647000', '130454.650000', '130454.652000', '130454.655000', '130454.657000', '130454.660000', '130454.662000', '130454.665000', '130454.668000', '130454.670000', '130454.673000', '130454.675000', '130454.678000', '130454.680000', '130454.683000', '130454.686000', '130454.688000', '130454.691000', '130454.693000', '130454.696000', '130454.699000', '130454.701000', '130454.704000', '130454.706000', '130454.709000', '130454.712000', '130454.714000', '130454.717000', '130454.719000', '130514.601000', '130514.604000', '130514.607000', '130514.609000', '130514.612000', '130514.615000', '130514.617000', '130514.620000', '130514.622000', '130514.625000', '130514.627000', '130514.630000', '130514.633000', '130514.635000', '130514.638000', '130514.640000', '130514.643000', '130514.646000', '130514.648000', '130514.651000', '130514.653000', '130514.656000', '130514.659000', '130514.661000', '130514.664000', '130514.666000', '130514.669000', '130514.671000', '130514.683000', '130514.686000', '130514.688000', '130514.691000', '130514.694000', '130514.696000', '130514.699000', '130514.701000', '130514.704000', '130514.706000', '130514.709000', '130514.712000', '130514.714000', '130514.717000', '130514.719000', '130534.600000', '130534.603000', '130534.606000', '130534.608000', '130534.611000', '130534.614000', '130534.616000', '130534.619000', '130534.621000', '130534.624000', '130534.627000', '130534.629000', '130534.632000', '130534.635000', '130534.637000', '130534.640000', '130534.643000', '130534.645000', '130534.648000', '130534.650000', '130534.653000', '130534.656000', '130534.658000', '130534.661000', '130534.663000', '130534.666000', '130534.668000', '130534.671000', '130534.674000', '130534.676000', '130534.679000', '130534.681000', '130534.684000', '130534.687000', '130534.689000', '130534.692000', '130534.694000', '130534.697000', '130534.699000', '130534.702000', '130534.704000', '130534.707000', '130534.710000', '130534.712000', '130554.600000', '130554.603000', '130554.606000', '130554.609000', '130554.611000', '130554.614000', '130554.616000', '130554.619000', '130554.621000', '130554.624000', '130554.627000', '130554.629000', '130554.632000', '130554.634000', '130554.637000', '130554.639000', '130554.642000', '130554.645000', '130554.647000', '130554.650000', '130554.652000', '130554.655000', '130554.657000', '130554.660000', '130554.662000', '130554.665000', '130554.668000', '130554.670000', '130554.673000', '130554.676000', '130554.678000', '130554.681000', '130554.683000', '130554.686000', '130554.688000', '130554.691000', '130554.694000', '130554.696000', '130554.699000', '130554.701000', '130554.704000', '130554.706000', '130554.709000', '130614.600000', '130614.603000', '130614.606000', '130614.608000', '130614.611000', '130614.614000', '130614.616000', '130614.619000', '130614.621000', '130614.624000', '130614.627000', '130614.629000', '130614.632000', '130614.634000', '130614.637000', '130614.640000', '130614.642000', '130614.645000', '130614.647000', '130614.650000', '130614.652000', '130614.655000', '130614.657000', '130614.660000', '130614.663000', '130614.665000', '130614.668000', '130614.670000', '130614.673000', '130614.676000', '130614.678000', '130614.681000', '130614.683000', '130614.686000', '130614.688000', '130614.691000', '130614.694000', '130614.696000', '130614.699000', '130614.701000', '130614.704000', '130614.706000', '130614.709000', '130614.712000', '130634.602000', '130634.604000', '130634.607000', '130634.610000', '130634.612000', '130634.615000', '130634.617000', '130634.620000', '130634.623000', '130634.625000', '130634.628000', '130634.630000', '130634.633000', '130634.636000', '130634.638000', '130634.641000', '130634.643000', '130634.646000', '130634.649000', '130634.651000', '130634.654000', '130634.656000', '130634.659000', '130634.661000', '130634.664000', '130634.667000', '130634.669000', '130634.672000', '130634.674000', '130634.677000', '130634.679000', '130634.682000', '130634.685000', '130634.687000', '130634.690000', '130634.692000', '130634.695000', '130634.698000', '130634.700000', '130634.712000', '130634.715000', '130634.718000', '130634.720000', '130654.601000', '130654.604000', '130654.607000', '130654.610000', '130654.613000', '130654.616000', '130654.618000', '130654.621000', '130654.623000', '130654.626000', '130654.629000', '130654.631000', '130654.634000', '130654.636000', '130654.639000', '130654.642000', '130654.644000', '130654.647000', '130654.649000', '130654.652000', '130654.655000', '130654.657000', '130654.660000', '130654.663000', '130654.665000', '130654.668000', '130654.671000', '130654.673000', '130654.676000', '130654.678000', '130654.681000', '130654.683000', '130654.686000', '130654.688000', '130654.691000', '130654.694000', '130654.696000', '130654.699000', '130654.701000', '130654.704000', '130654.707000', '130654.709000', '130654.712000', '130654.714000', '130714.601000', '130714.604000', '130714.607000', '130714.609000', '130714.612000', '130714.615000', '130714.617000', '130714.620000', '130714.623000', '130714.625000', '130714.628000', '130714.630000', '130714.633000', '130714.636000', '130714.638000', '130714.641000', '130714.643000', '130714.646000', '130714.649000', '130714.651000', '130714.654000', '130714.656000', '130714.659000', '130714.662000', '130714.664000', '130714.667000', '130714.669000', '130714.672000', '130714.674000', '130714.677000', '130714.680000', '130714.682000', '130714.685000', '130714.687000', '130714.690000', '130714.692000', '130714.695000', '130714.698000', '130714.700000', '130714.703000', '130714.705000', '130714.708000', '130714.710000', '130734.602000', '130734.604000', '130734.607000', '130734.609000', '130734.612000', '130734.615000', '130734.617000', '130734.620000', '130734.623000', '130734.625000', '130734.628000', '130734.630000', '130734.633000', '130734.635000', '130734.638000', '130734.641000', '130734.643000', '130734.646000', '130734.648000', '130734.651000', '130734.654000', '130734.656000', '130734.659000', '130734.662000', '130734.664000', '130734.667000', '130734.669000', '130734.672000', '130734.674000', '130734.677000', '130734.680000', '130734.682000', '130734.685000', '130734.687000', '130734.690000', '130734.693000', '130734.695000', '130734.698000', '130734.701000', '130734.703000', '130734.706000', '130734.708000', '130734.711000', '130734.713000', '130754.600000', '130754.603000', '130754.606000', '130754.608000', '130754.611000', '130754.614000', '130754.616000', '130754.619000', '130754.621000', '130754.624000', '130754.626000', '130754.629000', '130754.632000', '130754.634000', '130754.637000', '130754.639000', '130754.642000', '130754.645000', '130754.647000', '130754.650000', '130754.652000', '130754.655000', '130754.658000', '130754.660000', '130754.663000', '130754.665000', '130754.668000', '130754.671000', '130754.673000', '130754.676000', '130754.678000', '130754.681000', '130754.683000', '130754.686000', '130754.689000', '130754.691000', '130754.694000', '130754.697000', '130754.699000', '130754.702000', '130754.704000', '130754.707000', '130754.709000', '130814.600000', '130814.603000', '130814.606000', '130814.608000', '130814.611000', '130814.614000', '130814.625000', '130814.627000', '130814.630000', '130814.633000', '130814.635000', '130814.638000', '130814.641000', '130814.643000', '130814.647000', '130814.650000', '130814.652000', '130814.655000', '130814.657000', '130814.660000', '130814.673000', '130814.675000', '130814.678000', '130814.680000', '130814.683000', '130814.686000', '130814.688000', '130814.691000', '130814.693000', '130814.696000', '130814.699000', '130814.701000', '130814.704000', '130814.707000', '130814.709000', '130814.712000', '130814.714000', '130814.717000', '130814.720000', '130814.722000', '130814.725000', '130814.727000', '130814.730000', '130814.733000', '130834.601000', '130834.603000', '130834.606000', '130834.609000', '130834.611000', '130834.614000', '130834.617000', '130834.619000', '130834.622000', '130834.625000', '130834.627000', '130834.630000', '130834.632000', '130834.635000', '130834.638000', '130834.640000', '130834.643000', '130834.646000', '130834.648000', '130834.651000', '130834.653000', '130834.656000', '130834.659000', '130834.661000', '130834.664000', '130834.667000', '130834.669000', '130834.672000', '130834.675000', '130834.677000', '130834.680000', '130834.684000', '130834.687000', '130834.689000', '130834.692000', '130834.695000', '130834.697000', '130834.700000', '130834.703000', '130834.705000', '130834.708000', '130834.710000', '130834.713000', '130854.602000', '130854.604000', '130854.607000', '130854.609000', '130854.612000', '130854.615000', '130854.617000', '130854.620000', '130854.623000', '130854.625000', '130854.628000', '130854.630000', '130854.633000', '130854.636000', '130854.638000', '130854.641000', '130854.643000', '130854.646000', '130854.648000', '130854.651000', '130854.654000', '130854.656000', '130854.659000', '130854.662000', '130854.664000', '130854.667000', '130854.670000', '130854.672000', '130854.675000', '130854.678000', '130854.681000', '130854.683000', '130854.686000', '130854.689000', '130854.692000', '130854.694000', '130854.697000', '130854.700000', '130854.702000', '130854.705000', '130854.707000', '130854.710000', '130854.713000', '130914.601000', '130914.604000', '130914.607000', '130914.610000', '130914.612000', '130914.615000', '130914.617000', '130914.620000', '130914.623000', '130914.625000', '130914.628000', '130914.631000', '130914.633000', '130914.636000', '130914.638000', '130914.641000', '130914.643000', '130914.646000', '130914.649000', '130914.651000', '130914.654000', '130914.657000', '130914.659000', '130914.662000', '130914.664000', '130914.667000', '130914.669000', '130914.672000', '130914.674000', '130914.677000', '130914.680000', '130914.682000', '130914.685000', '130914.687000', '130914.690000', '130914.693000', '130914.695000', '130914.698000', '130914.700000', '130914.703000', '130914.705000', '130914.708000', '130914.711000', '130914.713000', '130925.438000', '130925.442000', '130925.445000', '130925.448000', '130925.450000', '130925.453000', '130925.456000', '130925.459000', '130925.462000', '130925.464000', '130925.467000', '130925.470000', '130925.473000', '130925.475000', '130925.478000', '130925.481000', '130925.483000', '130925.486000', '130925.489000', '130925.491000', '130925.495000', '130925.498000', '130925.500000', '130925.503000'], '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': [13039, 9360, 13139, 9399, 9799, 8614, 8472, 9533, 7457, 10829, 8987, 11657, 7567, 9857, 8941, 9148, 9477, 9172, 9788, 8434, 11057, 8056, 11588, 8369, 11427, 9842, 11893, 10045, 12298, 9471, 12075, 8619, 11519, 8800, 11965, 9472, 12554, 8928, 10016, 8679, 10103, 9114, 12043, 8933, 10732, 8652, 9743, 8393, 9530, 9402, 9541, 9030, 8960, 10677, 8946, 11677, 9570, 10989, 9309, 10347, 9583, 10115, 9648, 9899, 9342, 9431, 9827, 9762, 9517, 9737, 10490, 9583, 11173, 8856, 10889, 7942, 12314, 8729, 13032, 8949, 11506, 9666, 11068, 10403, 11211, 10041, 10178, 9190, 10431, 9728, 11053, 10084, 10453, 9748, 11023, 10113, 11901, 8330, 11387, 9616, 10745, 9863, 10831, 10185, 11502, 8588, 10739, 8979, 10628, 9552, 10479, 9311, 9343, 9168, 9100, 12201, 8195, 12088, 9751, 11262, 10056, 10436, 9680, 10307, 9463, 10887, 8549, 10429, 9459, 10759, 9858, 10908, 9872, 10519, 9313, 10878, 9866, 11180, 10284, 11133, 10075, 11040, 9861, 10780, 9890, 11335, 8159, 11097, 8544, 10801, 8881, 10783, 8298, 10554, 8539, 10105, 9074, 10978, 9488, 10198, 9385, 10015, 9510, 10282, 9601, 8938, 9287, 9274, 9833, 9490, 12911, 8173, 12108, 8365, 11786, 9052, 10497, 10361, 11152, 10131, 11064, 8764, 11031, 8621, 11939, 9953, 10982, 9708, 10674, 9560, 10795, 10025, 10968, 9664, 10293, 8862, 9944, 9052, 10614, 9541, 9831, 9728, 10553, 9672, 9950, 10130, 9510, 10166, 9321, 9497, 9816, 11862, 9021, 12923, 8432, 11279, 9468, 10719, 10204, 10218, 9211, 9752, 8744, 9962, 9190, 10209, 9516, 9917, 9468, 9406, 9263, 9712, 13013, 8272, 12073, 8955, 11118, 9937, 10938, 10336, 10411, 10011, 10379, 9899, 11023, 10434, 10374, 9721, 10431, 9675, 10454, 9670, 10597, 8191, 10340, 9433, 9464, 9650, 9083, 9030, 9005, 8982, 8082, 10610, 8814, 12466, 8321, 9734, 8482, 11262, 8023, 12193, 9725, 10605, 9326, 10258, 9238, 10115, 9048, 9893, 8685, 10433, 10219, 11138, 10411, 10638, 9931, 10925, 10149, 11177, 9377, 10543, 9411, 10193, 9695, 9482, 9555, 9143, 12588, 8445, 11428, 8069, 12114, 9306, 11375, 10489, 10410, 10251, 10112, 10436, 9949, 10680, 10430, 9031, 10116, 9652, 9428, 8913, 9413, 10446, 8421, 8829, 8339, 9302, 9882, 9903, 8615, 9483, 8947, 9677, 9476, 13010, 8543, 10309, 7998, 11643, 8470, 12257, 10286, 11037, 10076, 10966, 9960, 10350, 9542, 10593, 9542, 10637, 9751, 9663, 9127, 10230, 10349, 10331, 9243, 10212, 9600, 9287, 9440, 9490, 13363, 8432, 11789, 9125, 11234, 9534, 10686, 8781, 10506, 9346, 9828, 8915, 9944, 9227, 9477, 9882, 9062, 9779, 9209, 9281, 8593, 9387, 8803, 12578, 8484, 12055, 8299, 12547, 8915, 11372, 9789, 10931, 9687, 10874, 10010, 10132, 10277, 10577, 9158, 9811, 8673, 9684, 9533, 9365, 9684, 8764, 9520, 8925, 9678, 8132, 12602, 8331, 12111, 8675, 11517, 9175, 10574, 10840, 10585, 10212, 10441, 8864, 9904, 9868, 9365, 10472, 8029, 8935, 7967, 11517, 8626, 12344, 10388, 11252, 10110, 10438, 10061, 10236, 9975, 10065, 8649, 10106, 9197, 9735, 9916, 9707, 9848, 8854, 9326, 8925, 9659, 9657, 13535, 9095, 12314, 9348, 11180, 9480, 10925, 9085, 9511, 9126, 9468, 9857, 9527, 9782, 8876, 9820, 8848, 9121, 9187, 11095, 8279, 10262, 8513, 13057, 8742, 11732, 10155, 10919, 8982, 9840, 9690, 8959, 9689, 9923, 11753, 8218, 11029, 8365, 11464, 8653, 12707, 9354, 11466, 9010, 10765, 10290, 10731, 10252, 10492, 8742, 10022, 9825, 9720, 9767, 8995, 9722, 9471, 9963, 8696, 13227, 8811, 11611, 9636, 11116, 9518, 10061, 10274, 10563, 9759, 10329, 8903, 10064, 9118, 10579, 10126, 9613, 9798, 9648, 9915, 9866, 10544, 8403, 9449, 9495, 8700, 8690, 9749, 9827, 8546, 11974, 9447, 12517, 8603, 12028, 9418, 11402, 10048, 10924, 8543, 9854, 9317, 9521, 9728, 9362, 9857, 8116, 9168, 8364, 9336, 9402, 12587, 8373, 11108, 8315, 11850, 9136, 11127, 10352, 10382, 9940, 10463, 9747, 10917, 9080, 10260, 9748, 9807, 9620, 9086, 11083, 8214, 12507, 9282, 11673, 9543, 10416, 9758, 10758, 9884, 10099, 9017, 9963, 9069, 10203, 9875, 9727, 10031, 9356, 9554, 8710, 9681, 8614, 12369, 8255, 12294, 8940, 10757, 9862, 10926, 9255, 9942, 9388, 9715, 9821, 9637, 9786, 8476, 9903, 8628, 9451, 8291, 11637, 8238, 12577, 8810, 11620, 9390, 10337, 10300, 10455, 9407, 10240, 9046, 9757, 9525, 10207, 10051, 9366, 9842, 9398, 9951, 9475, 10533, 8507, 10574, 8193, 12620, 8483, 11889, 9946, 11115, 9928, 10418, 9734, 10179, 10636, 10244, 9651, 10354, 9664, 10371, 10138, 10648, 9750, 10319, 8675, 10233, 9179, 10744, 9699, 9955, 10127, 9153, 9693, 9199, 13063, 8724, 11608, 8818, 11601, 9296, 10905, 10497, 10909, 9740, 10848, 9819, 10840, 9953, 10342, 8700, 10281, 9251, 9902, 10035, 9251, 11673, 8565, 11751, 8566, 10603, 9586, 10557, 9560, 10090, 8956, 9736, 9810, 9791, 10189, 9235, 9857, 8739, 10889, 8241, 11743, 9677, 10609, 9210, 10360, 8952, 10142, 9676, 9750, 10131, 9297, 9836, 9348, 12580, 8810, 10885, 9266, 10306, 8807, 9974, 9393, 9609, 9694, 9944, 10185, 9703, 10000, 9295, 10034, 8983, 9521, 8610, 12907, 8960, 11646, 9291, 11129, 9330, 10457, 9198, 9609, 9696, 9580, 10050, 9846, 12326, 8358, 11793, 8462, 11776, 8587, 11901, 9094, 11567, 9305, 10929, 9405, 10146, 9355, 9674, 9732, 8849, 11162, 8728, 10813, 9459, 11004, 8738, 10417, 9738, 9781, 9794, 9447, 10127, 9108, 9634, 8819, 9707, 9040, 13088, 8640, 11621, 9120, 11232, 9004, 10120, 8813, 10046, 9520, 10217, 9956, 9656, 9998, 9147, 10138, 8907, 10229, 8369, 11837, 9109, 11443, 9694, 10877, 9130, 10418, 8872, 10193, 10072, 9521, 9912, 9268, 10358, 8544, 12076, 9307, 11105, 8788, 10527, 9122, 9933, 10083, 9062, 9656, 8811, 11713, 8394, 11159, 9743, 11189, 9444, 10670, 8663, 9973, 9179, 10448, 9993, 10026, 10156, 8997, 10594, 8451, 12207, 8838, 11485, 9277, 11344, 9299, 10623, 8891, 9739, 9115, 9929, 9900, 9323, 9921], 'WindowCenter': [4360.0, 4316.0, 4333.0, 4301.0, 4297.0, 4288.0, 4277.0, 4296.0, 4267.0, 4309.0, 4301.0, 4321.0, 4291.0, 4312.0, 4303.0, 4301.0, 4314.0, 4312.0, 4312.0, 4291.0, 4323.0, 4291.0, 4331.0, 4302.0, 4323.0, 4313.0, 4333.0, 4322.0, 4332.0, 4314.0, 4344.0, 4315.0, 4333.0, 4313.0, 4333.0, 4325.0, 4333.0, 4314.0, 4310.0, 4302.0, 4312.0, 4302.0, 4332.0, 4302.0, 4323.0, 4303.0, 4312.0, 4302.0, 4311.0, 4312.0, 4313.0, 4314.0, 4312.0, 4323.0, 4311.0, 4333.0, 4324.0, 4336.0, 4312.0, 4323.0, 4312.0, 4321.0, 4311.0, 4324.0, 4313.0, 4312.0, 4321.0, 4321.0, 4312.0, 4313.0, 4321.0, 4324.0, 4333.0, 4313.0, 4320.0, 4292.0, 4329.0, 4302.0, 4343.0, 4313.0, 4332.0, 4311.0, 4319.0, 4322.0, 4332.0, 4322.0, 4320.0, 4311.0, 4321.0, 4322.0, 4334.0, 4333.0, 4333.0, 4322.0, 4334.0, 4324.0, 4333.0, 4304.0, 4332.0, 4323.0, 4322.0, 4323.0, 4322.0, 4321.0, 4332.0, 4303.0, 4333.0, 4312.0, 4322.0, 4311.0, 4321.0, 4312.0, 4312.0, 4311.0, 4302.0, 4328.0, 4300.0, 4330.0, 4312.0, 4321.0, 4312.0, 4321.0, 4310.0, 4321.0, 4311.0, 4322.0, 4301.0, 4321.0, 4311.0, 4320.0, 4311.0, 4321.0, 4322.0, 4322.0, 4312.0, 4322.0, 4323.0, 4333.0, 4321.0, 4333.0, 4324.0, 4331.0, 4322.0, 4331.0, 4323.0, 4331.0, 4303.0, 4332.0, 4301.0, 4332.0, 4312.0, 4322.0, 4301.0, 4321.0, 4301.0, 4322.0, 4311.0, 4332.0, 4311.0, 4322.0, 4312.0, 4309.0, 4311.0, 4321.0, 4309.0, 4311.0, 4311.0, 4311.0, 4309.0, 4311.0, 4329.0, 4302.0, 4329.0, 4299.0, 4330.0, 4311.0, 4320.0, 4323.0, 4332.0, 4322.0, 4330.0, 4313.0, 4321.0, 4313.0, 4342.0, 4324.0, 4333.0, 4325.0, 4333.0, 4324.0, 4333.0, 4324.0, 4333.0, 4323.0, 4322.0, 4311.0, 4322.0, 4310.0, 4333.0, 4322.0, 4322.0, 4310.0, 4322.0, 4310.0, 4322.0, 4322.0, 4323.0, 4322.0, 4311.0, 4312.0, 4323.0, 4331.0, 4312.0, 4341.0, 4303.0, 4331.0, 4310.0, 4322.0, 4321.0, 4320.0, 4312.0, 4312.0, 4301.0, 4321.0, 4323.0, 4323.0, 4312.0, 4323.0, 4310.0, 4312.0, 4310.0, 4323.0, 4341.0, 4303.0, 4330.0, 4301.0, 4321.0, 4321.0, 4321.0, 4323.0, 4322.0, 4321.0, 4320.0, 4321.0, 4320.0, 4322.0, 4320.0, 4312.0, 4319.0, 4311.0, 4319.0, 4311.0, 4321.0, 4291.0, 4310.0, 4309.0, 4310.0, 4311.0, 4312.0, 4311.0, 4311.0, 4300.0, 4302.0, 4320.0, 4312.0, 4342.0, 4303.0, 4322.0, 4312.0, 4332.0, 4303.0, 4342.0, 4323.0, 4321.0, 4312.0, 4321.0, 4312.0, 4323.0, 4313.0, 4322.0, 4302.0, 4322.0, 4323.0, 4333.0, 4333.0, 4323.0, 4322.0, 4322.0, 4322.0, 4333.0, 4312.0, 4321.0, 4311.0, 4310.0, 4310.0, 4311.0, 4309.0, 4311.0, 4330.0, 4290.0, 4318.0, 4289.0, 4319.0, 4300.0, 4320.0, 4321.0, 4318.0, 4321.0, 4320.0, 4320.0, 4311.0, 4322.0, 4322.0, 4312.0, 4322.0, 4309.0, 4312.0, 4300.0, 4313.0, 4322.0, 4302.0, 4301.0, 4301.0, 4311.0, 4323.0, 4322.0, 4314.0, 4312.0, 4313.0, 4312.0, 4324.0, 4342.0, 4303.0, 4322.0, 4303.0, 4332.0, 4302.0, 4332.0, 4323.0, 4322.0, 4321.0, 4321.0, 4311.0, 4311.0, 4309.0, 4321.0, 4311.0, 4321.0, 4312.0, 4311.0, 4312.0, 4310.0, 4321.0, 4309.0, 4310.0, 4323.0, 4312.0, 4313.0, 4311.0, 4312.0, 4340.0, 4291.0, 4319.0, 4297.0, 4307.0, 4297.0, 4307.0, 4288.0, 4308.0, 4296.0, 4308.0, 4298.0, 4309.0, 4296.0, 4298.0, 4297.0, 4299.0, 4297.0, 4299.0, 4297.0, 4288.0, 4298.0, 4297.0, 4329.0, 4300.0, 4329.0, 4289.0, 4329.0, 4300.0, 4319.0, 4310.0, 4320.0, 4311.0, 4318.0, 4310.0, 4309.0, 4309.0, 4320.0, 4310.0, 4310.0, 4300.0, 4310.0, 4309.0, 4311.0, 4310.0, 4300.0, 4311.0, 4301.0, 4309.0, 4291.0, 4329.0, 4301.0, 4329.0, 4300.0, 4320.0, 4312.0, 4321.0, 4331.0, 4322.0, 4323.0, 4321.0, 4301.0, 4310.0, 4309.0, 4313.0, 4321.0, 4292.0, 4301.0, 4292.0, 4329.0, 4302.0, 4331.0, 4321.0, 4332.0, 4323.0, 4321.0, 4322.0, 4322.0, 4322.0, 4311.0, 4302.0, 4320.0, 4311.0, 4311.0, 4311.0, 4312.0, 4321.0, 4313.0, 4312.0, 4312.0, 4311.0, 4312.0, 4342.0, 4312.0, 4331.0, 4312.0, 4321.0, 4311.0, 4322.0, 4311.0, 4310.0, 4311.0, 4310.0, 4311.0, 4312.0, 4310.0, 4310.0, 4322.0, 4312.0, 4311.0, 4313.0, 4333.0, 4301.0, 4322.0, 4302.0, 4340.0, 4302.0, 4329.0, 4320.0, 4320.0, 4299.0, 4310.0, 4298.0, 4300.0, 4308.0, 4321.0, 4331.0, 4302.0, 4319.0, 4302.0, 4331.0, 4313.0, 4344.0, 4325.0, 4333.0, 4312.0, 4321.0, 4322.0, 4322.0, 4323.0, 4322.0, 4301.0, 4311.0, 4310.0, 4310.0, 4311.0, 4302.0, 4311.0, 4312.0, 4309.0, 4301.0, 4341.0, 4312.0, 4321.0, 4312.0, 4320.0, 4309.0, 4309.0, 4322.0, 4322.0, 4312.0, 4321.0, 4301.0, 4311.0, 4301.0, 4322.0, 4320.0, 4311.0, 4311.0, 4323.0, 4311.0, 4323.0, 4322.0, 4303.0, 4311.0, 4312.0, 4304.0, 4313.0, 4321.0, 4323.0, 4314.0, 4344.0, 4325.0, 4344.0, 4315.0, 4332.0, 4312.0, 4319.0, 4309.0, 4321.0, 4300.0, 4310.0, 4300.0, 4311.0, 4309.0, 4312.0, 4311.0, 4291.0, 4310.0, 4301.0, 4309.0, 4311.0, 4341.0, 4303.0, 4332.0, 4302.0, 4332.0, 4313.0, 4333.0, 4323.0, 4322.0, 4321.0, 4320.0, 4312.0, 4321.0, 4312.0, 4323.0, 4311.0, 4322.0, 4310.0, 4300.0, 4320.0, 4302.0, 4331.0, 4310.0, 4320.0, 4310.0, 4320.0, 4311.0, 4321.0, 4322.0, 4308.0, 4299.0, 4310.0, 4300.0, 4320.0, 4311.0, 4311.0, 4310.0, 4310.0, 4310.0, 4302.0, 4310.0, 4302.0, 4331.0, 4302.0, 4330.0, 4312.0, 4321.0, 4311.0, 4322.0, 4311.0, 4309.0, 4300.0, 4310.0, 4308.0, 4311.0, 4310.0, 4301.0, 4309.0, 4301.0, 4311.0, 4301.0, 4328.0, 4302.0, 4329.0, 4302.0, 4320.0, 4311.0, 4310.0, 4322.0, 4322.0, 4312.0, 4321.0, 4301.0, 4311.0, 4310.0, 4322.0, 4322.0, 4313.0, 4312.0, 4312.0, 4311.0, 4313.0, 4322.0, 4302.0, 4320.0, 4302.0, 4330.0, 4302.0, 4332.0, 4323.0, 4321.0, 4322.0, 4321.0, 4312.0, 4320.0, 4320.0, 4322.0, 4313.0, 4321.0, 4323.0, 4322.0, 4323.0, 4323.0, 4313.0, 4322.0, 4301.0, 4320.0, 4311.0, 4323.0, 4311.0, 4310.0, 4310.0, 4311.0, 4309.0, 4311.0, 4331.0, 4300.0, 4320.0, 4301.0, 4330.0, 4312.0, 4320.0, 4322.0, 4322.0, 4311.0, 4321.0, 4322.0, 4321.0, 4311.0, 4322.0, 4300.0, 4311.0, 4300.0, 4311.0, 4310.0, 4310.0, 4331.0, 4301.0, 4319.0, 4300.0, 4308.0, 4309.0, 4320.0, 4310.0, 4310.0, 4300.0, 4310.0, 4310.0, 4312.0, 4321.0, 4312.0, 4310.0, 4300.0, 4318.0, 4291.0, 4331.0, 4312.0, 4321.0, 4312.0, 4321.0, 4301.0, 4322.0, 4312.0, 4312.0, 4321.0, 4311.0, 4310.0, 4312.0, 4331.0, 4302.0, 4321.0, 4311.0, 4311.0, 4299.0, 4311.0, 4311.0, 4312.0, 4312.0, 4323.0, 4322.0, 4323.0, 4322.0, 4313.0, 4322.0, 4313.0, 4311.0, 4302.0, 4339.0, 4312.0, 4331.0, 4313.0, 4320.0, 4310.0, 4320.0, 4311.0, 4310.0, 4311.0, 4312.0, 4310.0, 4312.0, 4331.0, 4291.0, 4320.0, 4290.0, 4319.0, 4301.0, 4330.0, 4302.0, 4319.0, 4311.0, 4320.0, 4309.0, 4310.0, 4300.0, 4311.0, 4300.0, 4301.0, 4319.0, 4301.0, 4320.0, 4311.0, 4321.0, 4301.0, 4310.0, 4310.0, 4311.0, 4311.0, 4313.0, 4321.0, 4302.0, 4311.0, 4302.0, 4310.0, 4301.0, 4331.0, 4302.0, 4321.0, 4311.0, 4320.0, 4299.0, 4311.0, 4301.0, 4311.0, 4310.0, 4311.0, 4311.0, 4310.0, 4309.0, 4312.0, 4321.0, 4302.0, 4311.0, 4302.0, 4331.0, 4311.0, 4332.0, 4311.0, 4322.0, 4313.0, 4321.0, 4312.0, 4323.0, 4322.0, 4313.0, 4311.0, 4312.0, 4309.0, 4301.0, 4331.0, 4311.0, 4320.0, 4302.0, 4321.0, 4300.0, 4311.0, 4311.0, 4302.0, 4310.0, 4300.0, 4320.0, 4291.0, 4320.0, 4310.0, 4321.0, 4311.0, 4310.0, 4301.0, 4310.0, 4311.0, 4320.0, 4311.0, 4312.0, 4310.0, 4301.0, 4307.0, 4291.0, 4331.0, 4302.0, 4321.0, 4310.0, 4320.0, 4300.0, 4320.0, 4301.0, 4311.0, 4301.0, 4312.0, 4311.0, 4312.0, 4311.0], 'WindowWidth': [9622.0, 9551.0, 9568.0, 9518.0, 9508.0, 9495.0, 9479.0, 9504.0, 9468.0, 9526.0, 9518.0, 9544.0, 9507.0, 9534.0, 9523.0, 9519.0, 9540.0, 9534.0, 9536.0, 9505.0, 9548.0, 9505.0, 9560.0, 9522.0, 9549.0, 9538.0, 9562.0, 9548.0, 9561.0, 9542.0, 9581.0, 9544.0, 9564.0, 9539.0, 9564.0, 9557.0, 9566.0, 9541.0, 9531.0, 9522.0, 9535.0, 9521.0, 9562.0, 9523.0, 9549.0, 9524.0, 9533.0, 9522.0, 9532.0, 9536.0, 9537.0, 9542.0, 9537.0, 9552.0, 9536.0, 9566.0, 9555.0, 9576.0, 9537.0, 9553.0, 9534.0, 9548.0, 9533.0, 9555.0, 9539.0, 9538.0, 9548.0, 9548.0, 9537.0, 9538.0, 9548.0, 9554.0, 9565.0, 9538.0, 9544.0, 9510.0, 9555.0, 9522.0, 9579.0, 9538.0, 9562.0, 9533.0, 9541.0, 9550.0, 9564.0, 9548.0, 9544.0, 9533.0, 9547.0, 9550.0, 9568.0, 9567.0, 9568.0, 9552.0, 9569.0, 9555.0, 9568.0, 9528.0, 9565.0, 9553.0, 9550.0, 9552.0, 9550.0, 9548.0, 9563.0, 9526.0, 9566.0, 9537.0, 9550.0, 9533.0, 9548.0, 9536.0, 9537.0, 9534.0, 9522.0, 9553.0, 9517.0, 9557.0, 9535.0, 9548.0, 9535.0, 9546.0, 9532.0, 9545.0, 9533.0, 9548.0, 9520.0, 9547.0, 9532.0, 9544.0, 9533.0, 9548.0, 9550.0, 9552.0, 9536.0, 9550.0, 9552.0, 9565.0, 9550.0, 9566.0, 9555.0, 9563.0, 9551.0, 9562.0, 9552.0, 9563.0, 9527.0, 9563.0, 9520.0, 9564.0, 9537.0, 9551.0, 9522.0, 9547.0, 9521.0, 9549.0, 9534.0, 9564.0, 9534.0, 9551.0, 9537.0, 9530.0, 9532.0, 9548.0, 9530.0, 9533.0, 9531.0, 9533.0, 9528.0, 9534.0, 9556.0, 9524.0, 9557.0, 9517.0, 9558.0, 9533.0, 9544.0, 9551.0, 9562.0, 9551.0, 9560.0, 9539.0, 9547.0, 9539.0, 9578.0, 9558.0, 9568.0, 9560.0, 9566.0, 9555.0, 9566.0, 9557.0, 9567.0, 9554.0, 9551.0, 9535.0, 9549.0, 9533.0, 9567.0, 9550.0, 9550.0, 9533.0, 9551.0, 9532.0, 9551.0, 9552.0, 9554.0, 9549.0, 9536.0, 9536.0, 9553.0, 9564.0, 9539.0, 9577.0, 9525.0, 9560.0, 9532.0, 9549.0, 9548.0, 9545.0, 9537.0, 9535.0, 9521.0, 9548.0, 9555.0, 9554.0, 9537.0, 9552.0, 9533.0, 9538.0, 9532.0, 9553.0, 9575.0, 9525.0, 9558.0, 9520.0, 9546.0, 9548.0, 9549.0, 9552.0, 9548.0, 9548.0, 9543.0, 9546.0, 9546.0, 9550.0, 9546.0, 9537.0, 9543.0, 9533.0, 9543.0, 9535.0, 9547.0, 9506.0, 9531.0, 9528.0, 9531.0, 9533.0, 9537.0, 9534.0, 9536.0, 9518.0, 9523.0, 9545.0, 9539.0, 9577.0, 9526.0, 9551.0, 9537.0, 9564.0, 9527.0, 9579.0, 9551.0, 9547.0, 9536.0, 9547.0, 9536.0, 9554.0, 9539.0, 9550.0, 9525.0, 9549.0, 9553.0, 9567.0, 9568.0, 9552.0, 9550.0, 9551.0, 9550.0, 9565.0, 9536.0, 9546.0, 9532.0, 9531.0, 9529.0, 9530.0, 9527.0, 9532.0, 9557.0, 9504.0, 9539.0, 9499.0, 9539.0, 9516.0, 9543.0, 9545.0, 9539.0, 9546.0, 9543.0, 9545.0, 9534.0, 9550.0, 9549.0, 9536.0, 9550.0, 9529.0, 9536.0, 9517.0, 9538.0, 9548.0, 9521.0, 9519.0, 9521.0, 9532.0, 9552.0, 9552.0, 9542.0, 9536.0, 9539.0, 9535.0, 9555.0, 9581.0, 9527.0, 9550.0, 9525.0, 9563.0, 9523.0, 9564.0, 9552.0, 9550.0, 9547.0, 9548.0, 9534.0, 9532.0, 9528.0, 9546.0, 9531.0, 9546.0, 9537.0, 9533.0, 9535.0, 9529.0, 9545.0, 9529.0, 9530.0, 9552.0, 9536.0, 9539.0, 9534.0, 9536.0, 9571.0, 9505.0, 9541.0, 9507.0, 9519.0, 9506.0, 9519.0, 9494.0, 9523.0, 9506.0, 9523.0, 9510.0, 9525.0, 9504.0, 9509.0, 9507.0, 9511.0, 9507.0, 9512.0, 9506.0, 9497.0, 9509.0, 9510.0, 9554.0, 9516.0, 9553.0, 9501.0, 9552.0, 9515.0, 9539.0, 9529.0, 9542.0, 9531.0, 9539.0, 9530.0, 9527.0, 9528.0, 9544.0, 9531.0, 9528.0, 9516.0, 9530.0, 9527.0, 9532.0, 9529.0, 9516.0, 9531.0, 9518.0, 9528.0, 9505.0, 9556.0, 9521.0, 9556.0, 9517.0, 9544.0, 9534.0, 9548.0, 9561.0, 9551.0, 9552.0, 9547.0, 9519.0, 9531.0, 9527.0, 9538.0, 9547.0, 9508.0, 9518.0, 9508.0, 9555.0, 9522.0, 9562.0, 9547.0, 9562.0, 9550.0, 9545.0, 9549.0, 9549.0, 9550.0, 9534.0, 9523.0, 9545.0, 9533.0, 9533.0, 9534.0, 9538.0, 9549.0, 9540.0, 9536.0, 9537.0, 9534.0, 9537.0, 9579.0, 9537.0, 9561.0, 9536.0, 9546.0, 9534.0, 9549.0, 9534.0, 9532.0, 9534.0, 9530.0, 9532.0, 9535.0, 9531.0, 9531.0, 9548.0, 9537.0, 9534.0, 9538.0, 9566.0, 9521.0, 9549.0, 9524.0, 9571.0, 9521.0, 9556.0, 9544.0, 9544.0, 9514.0, 9530.0, 9510.0, 9516.0, 9524.0, 9548.0, 9561.0, 9521.0, 9542.0, 9521.0, 9560.0, 9541.0, 9582.0, 9559.0, 9565.0, 9537.0, 9548.0, 9549.0, 9550.0, 9551.0, 9549.0, 9520.0, 9533.0, 9530.0, 9532.0, 9534.0, 9522.0, 9531.0, 9535.0, 9529.0, 9520.0, 9574.0, 9537.0, 9547.0, 9535.0, 9544.0, 9528.0, 9529.0, 9550.0, 9549.0, 9536.0, 9546.0, 9521.0, 9533.0, 9518.0, 9549.0, 9544.0, 9533.0, 9532.0, 9554.0, 9534.0, 9553.0, 9551.0, 9525.0, 9532.0, 9535.0, 9527.0, 9538.0, 9548.0, 9554.0, 9545.0, 9585.0, 9561.0, 9585.0, 9544.0, 9563.0, 9535.0, 9542.0, 9528.0, 9545.0, 9516.0, 9529.0, 9515.0, 9531.0, 9526.0, 9535.0, 9532.0, 9506.0, 9530.0, 9520.0, 9527.0, 9534.0, 9575.0, 9526.0, 9563.0, 9524.0, 9562.0, 9540.0, 9568.0, 9553.0, 9551.0, 9547.0, 9546.0, 9537.0, 9547.0, 9538.0, 9553.0, 9533.0, 9549.0, 9530.0, 9519.0, 9542.0, 9522.0, 9560.0, 9532.0, 9544.0, 9531.0, 9543.0, 9534.0, 9548.0, 9548.0, 9526.0, 9516.0, 9531.0, 9517.0, 9544.0, 9531.0, 9533.0, 9529.0, 9530.0, 9529.0, 9522.0, 9531.0, 9524.0, 9561.0, 9524.0, 9557.0, 9535.0, 9545.0, 9533.0, 9549.0, 9532.0, 9527.0, 9516.0, 9530.0, 9524.0, 9531.0, 9531.0, 9519.0, 9528.0, 9519.0, 9532.0, 9520.0, 9554.0, 9522.0, 9556.0, 9522.0, 9544.0, 9533.0, 9530.0, 9550.0, 9548.0, 9534.0, 9544.0, 9519.0, 9532.0, 9531.0, 9550.0, 9549.0, 9538.0, 9535.0, 9536.0, 9534.0, 9539.0, 9549.0, 9523.0, 9544.0, 9521.0, 9557.0, 9521.0, 9564.0, 9551.0, 9547.0, 9549.0, 9545.0, 9536.0, 9545.0, 9546.0, 9549.0, 9538.0, 9548.0, 9552.0, 9550.0, 9554.0, 9552.0, 9539.0, 9549.0, 9521.0, 9545.0, 9534.0, 9553.0, 9533.0, 9532.0, 9530.0, 9532.0, 9527.0, 9532.0, 9560.0, 9518.0, 9543.0, 9520.0, 9557.0, 9534.0, 9544.0, 9549.0, 9548.0, 9535.0, 9547.0, 9548.0, 9546.0, 9533.0, 9548.0, 9518.0, 9531.0, 9515.0, 9530.0, 9527.0, 9531.0, 9559.0, 9518.0, 9540.0, 9517.0, 9525.0, 9529.0, 9544.0, 9529.0, 9528.0, 9517.0, 9531.0, 9530.0, 9536.0, 9546.0, 9534.0, 9530.0, 9517.0, 9539.0, 9505.0, 9561.0, 9534.0, 9545.0, 9534.0, 9544.0, 9519.0, 9548.0, 9534.0, 9535.0, 9545.0, 9533.0, 9530.0, 9534.0, 9562.0, 9523.0, 9547.0, 9533.0, 9531.0, 9514.0, 9533.0, 9535.0, 9537.0, 9536.0, 9551.0, 9548.0, 9552.0, 9550.0, 9539.0, 9549.0, 9538.0, 9534.0, 9522.0, 9572.0, 9537.0, 9559.0, 9537.0, 9543.0, 9529.0, 9544.0, 9534.0, 9531.0, 9533.0, 9534.0, 9529.0, 9534.0, 9559.0, 9506.0, 9544.0, 9502.0, 9541.0, 9517.0, 9557.0, 9521.0, 9542.0, 9533.0, 9543.0, 9528.0, 9530.0, 9517.0, 9533.0, 9515.0, 9518.0, 9540.0, 9517.0, 9542.0, 9533.0, 9546.0, 9519.0, 9530.0, 9529.0, 9532.0, 9532.0, 9540.0, 9547.0, 9522.0, 9533.0, 9521.0, 9530.0, 9520.0, 9562.0, 9522.0, 9547.0, 9533.0, 9543.0, 9515.0, 9531.0, 9520.0, 9534.0, 9531.0, 9532.0, 9531.0, 9531.0, 9527.0, 9537.0, 9546.0, 9522.0, 9531.0, 9521.0, 9559.0, 9535.0, 9562.0, 9535.0, 9548.0, 9537.0, 9546.0, 9536.0, 9553.0, 9550.0, 9537.0, 9532.0, 9536.0, 9529.0, 9520.0, 9560.0, 9533.0, 9543.0, 9522.0, 9544.0, 9517.0, 9534.0, 9531.0, 9521.0, 9529.0, 9517.0, 9542.0, 9504.0, 9542.0, 9530.0, 9544.0, 9532.0, 9530.0, 9518.0, 9529.0, 9532.0, 9546.0, 9533.0, 9534.0, 9530.0, 9520.0, 9523.0, 9506.0, 9561.0, 9521.0, 9544.0, 9531.0, 9543.0, 9517.0, 9544.0, 9519.0, 9532.0, 9518.0, 9534.0, 9532.0, 9535.0, 9534.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.0004419058553386912</td></tr>
<tr><td colspan=3>aqi</td><td>0.017662408495981628</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.48837635006897</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.270163118149426</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000352846321845</td></tr>
<tr><td colspan=3>efc</td><td>0.4593</td></tr>
<tr><td colspan=3>fber</td><td>6566.688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08022216505852763</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6888633754305397</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4102019316041985</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3751672160988733</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5352312122826506</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.320207366431071</td></tr>
<tr><td colspan=3>gcor</td><td>0.00371725</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012056426145136356</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025372613221406937</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.991644601359318</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.9358</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9417</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.4851</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303706.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>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8686</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.676</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.1021</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3562.7948</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3771.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.7169</td></tr>
<tr><td colspan=3>tsnr</td><td>47.76641774689779</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>