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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-04_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-04_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-0119/ses-01/func/sub-0119_ses-01_task-social_acq-mb8_run-04_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>c1e52006a3be748100df63069703f146</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:49:18.387500</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.995865, 0.0903364, 0.00961124, -0.0883531, 0.987715, -0.128894]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0833881</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7260, 289, -207, -16, -23, 127]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8811e86e-1e57-4262-b20b-633a6cdd7f42||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.671832799911499, -0.2370448261499405, 0.05706977844238281, 117.84999084472656], [-0.24236588180065155, 2.64996600151062, -0.3442813456058502, -87.31549835205078], [0.025786247104406357, 0.34581258893013, 2.677351951599121, -105.10308837890625], [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': ['134918.387500', '134918.847500', '134919.307500', '134919.767500', '134920.227500', '134920.687500', '134921.147500', '134921.607500', '134922.067500', '134922.527500', '134922.987500', '134923.447500', '134923.907500', '134924.367500', '134924.827500', '134925.287500', '134925.747500', '134926.207500', '134926.667500', '134927.127500', '134927.587500', '134928.047500', '134928.507500', '134928.967500', '134929.427500', '134929.887500', '134930.347500', '134930.807500', '134931.267500', '134931.727500', '134932.187500', '134932.647500', '134933.107500', '134933.567500', '134934.027500', '134934.487500', '134934.947500', '134935.407500', '134935.867500', '134936.327500', '134936.787500', '134937.247500', '134937.707500', '134938.167500', '134938.627500', '134939.087500', '134939.547500', '134940.007500', '134940.467500', '134940.927500', '134941.387500', '134941.847500', '134942.307500', '134942.767500', '134943.227500', '134943.687500', '134944.147500', '134944.607500', '134945.067500', '134945.527500', '134945.987500', '134946.447500', '134946.907500', '134947.367500', '134947.827500', '134948.287500', '134948.747500', '134949.207500', '134949.667500', '134950.127500', '134950.587500', '134951.047500', '134951.507500', '134951.967500', '134952.427500', '134952.887500', '134953.347500', '134953.807500', '134954.267500', '134954.727500', '134955.187500', '134955.647500', '134956.107500', '134956.567500', '134957.027500', '134957.487500', '134957.947500', '134958.407500', '134958.867500', '134959.327500', '134959.787500', '135000.247500', '135000.707500', '135001.167500', '135001.627500', '135002.087500', '135002.547500', '135003.007500', '135003.467500', '135003.927500', '135004.387500', '135004.847500', '135005.307500', '135005.767500', '135006.227500', '135006.687500', '135007.147500', '135007.607500', '135008.067500', '135008.527500', '135008.987500', '135009.447500', '135009.907500', '135010.367500', '135010.827500', '135011.287500', '135011.747500', '135012.207500', '135012.667500', '135013.127500', '135013.587500', '135014.047500', '135014.507500', '135014.967500', '135015.427500', '135015.887500', '135016.347500', '135016.807500', '135017.267500', '135017.727500', '135018.187500', '135018.647500', '135019.107500', '135019.567500', '135020.027500', '135020.487500', '135020.947500', '135021.407500', '135021.867500', '135022.327500', '135022.787500', '135023.247500', '135023.707500', '135024.167500', '135024.627500', '135025.087500', '135025.547500', '135026.007500', '135026.467500', '135026.927500', '135027.387500', '135027.847500', '135028.307500', '135028.767500', '135029.227500', '135029.687500', '135030.147500', '135030.607500', '135031.067500', '135031.527500', '135031.987500', '135032.447500', '135032.907500', '135033.367500', '135033.827500', '135034.287500', '135034.747500', '135035.207500', '135035.667500', '135036.127500', '135036.587500', '135037.047500', '135037.507500', '135037.967500', '135038.427500', '135038.887500', '135039.347500', '135039.807500', '135040.267500', '135040.727500', '135041.187500', '135041.647500', '135042.107500', '135042.567500', '135043.027500', '135043.487500', '135043.947500', '135044.407500', '135044.867500', '135045.327500', '135045.787500', '135046.247500', '135046.707500', '135047.167500', '135047.627500', '135048.087500', '135048.547500', '135049.007500', '135049.467500', '135049.927500', '135050.387500', '135050.847500', '135051.307500', '135051.767500', '135052.227500', '135052.687500', '135053.147500', '135053.607500', '135054.067500', '135054.527500', '135054.987500', '135055.447500', '135055.907500', '135056.367500', '135056.827500', '135057.287500', '135057.747500', '135058.207500', '135058.667500', '135059.127500', '135059.587500', '135100.047500', '135100.507500', '135100.967500', '135101.427500', '135101.887500', '135102.347500', '135102.807500', '135103.267500', '135103.727500', '135104.187500', '135104.647500', '135105.107500', '135105.567500', '135106.027500', '135106.487500', '135106.947500', '135107.407500', '135107.867500', '135108.327500', '135108.787500', '135109.247500', '135109.707500', '135110.167500', '135110.627500', '135111.087500', '135111.547500', '135112.007500', '135112.467500', '135112.927500', '135113.387500', '135113.847500', '135114.307500', '135114.767500', '135115.227500', '135115.687500', '135116.147500', '135116.607500', '135117.067500', '135117.527500', '135117.987500', '135118.447500', '135118.907500', '135119.367500', '135119.827500', '135120.287500', '135120.747500', '135121.207500', '135121.667500', '135122.127500', '135122.587500', '135123.047500', '135123.507500', '135123.967500', '135124.427500', '135124.887500', '135125.347500', '135125.807500', '135126.267500', '135126.727500', '135127.187500', '135127.647500', '135128.107500', '135128.567500', '135129.027500', '135129.487500', '135129.947500', '135130.407500', '135130.867500', '135131.327500', '135131.787500', '135132.247500', '135132.707500', '135133.167500', '135133.627500', '135134.087500', '135134.547500', '135135.007500', '135135.467500', '135135.927500', '135136.387500', '135136.847500', '135137.307500', '135137.767500', '135138.227500', '135138.687500', '135139.147500', '135139.607500', '135140.067500', '135140.527500', '135140.987500', '135141.447500', '135141.907500', '135142.367500', '135142.827500', '135143.287500', '135143.747500', '135144.207500', '135144.667500', '135145.127500', '135145.587500', '135146.047500', '135146.507500', '135146.967500', '135147.427500', '135147.887500', '135148.347500', '135148.807500', '135149.267500', '135149.727500', '135150.187500', '135150.647500', '135151.107500', '135151.567500', '135152.027500', '135152.487500', '135152.947500', '135153.407500', '135153.867500', '135154.327500', '135154.787500', '135155.247500', '135155.707500', '135156.167500', '135156.627500', '135157.087500', '135157.547500', '135158.007500', '135158.467500', '135158.927500', '135159.387500', '135159.847500', '135200.307500', '135200.767500', '135201.227500', '135201.687500', '135202.147500', '135202.607500', '135203.067500', '135203.527500', '135203.987500', '135204.447500', '135204.907500', '135205.367500', '135205.827500', '135206.287500', '135206.747500', '135207.207500', '135207.667500', '135208.127500', '135208.587500', '135209.047500', '135209.507500', '135209.967500', '135210.427500', '135210.887500', '135211.347500', '135211.807500', '135212.267500', '135212.727500', '135213.187500', '135213.647500', '135214.107500', '135214.567500', '135215.027500', '135215.487500', '135215.947500', '135216.407500', '135216.867500', '135217.327500', '135217.787500', '135218.247500', '135218.707500', '135219.167500', '135219.627500', '135220.087500', '135220.547500', '135221.007500', '135221.467500', '135221.927500', '135222.387500', '135222.847500', '135223.307500', '135223.767500', '135224.227500', '135224.687500', '135225.147500', '135225.607500', '135226.067500', '135226.527500', '135226.987500', '135227.447500', '135227.907500', '135228.367500', '135228.827500', '135229.287500', '135229.747500', '135230.207500', '135230.667500', '135231.127500', '135231.587500', '135232.047500', '135232.507500', '135232.967500', '135233.427500', '135233.887500', '135234.347500', '135234.807500', '135235.267500', '135235.727500', '135236.187500', '135236.647500', '135237.107500', '135237.567500', '135238.027500', '135238.487500', '135238.947500', '135239.407500', '135239.867500', '135240.327500', '135240.787500', '135241.247500', '135241.707500', '135242.167500', '135242.627500', '135243.087500', '135243.547500', '135244.007500', '135244.467500', '135244.927500', '135245.387500', '135245.847500', '135246.307500', '135246.767500', '135247.227500', '135247.687500', '135248.147500', '135248.607500', '135249.067500', '135249.527500', '135249.987500', '135250.447500', '135250.907500', '135251.367500', '135251.827500', '135252.287500', '135252.747500', '135253.207500', '135253.667500', '135254.127500', '135254.587500', '135255.047500', '135255.507500', '135255.967500', '135256.427500', '135256.887500', '135257.347500', '135257.807500', '135258.267500', '135258.727500', '135259.187500', '135259.647500', '135300.107500', '135300.567500', '135301.027500', '135301.487500', '135301.947500', '135302.407500', '135302.867500', '135303.327500', '135303.787500', '135304.247500', '135304.707500', '135305.167500', '135305.627500', '135306.087500', '135306.547500', '135307.007500', '135307.467500', '135307.927500', '135308.387500', '135308.847500', '135309.307500', '135309.767500', '135310.227500', '135310.687500', '135311.147500', '135311.607500', '135312.067500', '135312.527500', '135312.987500', '135313.447500', '135313.907500', '135314.367500', '135314.827500', '135315.287500', '135315.747500', '135316.207500', '135316.667500', '135317.127500', '135317.587500', '135318.047500', '135318.507500', '135318.967500', '135319.427500', '135319.887500', '135320.347500', '135320.807500', '135321.267500', '135321.727500', '135322.187500', '135322.647500', '135323.107500', '135323.567500', '135324.027500', '135324.487500', '135324.947500', '135325.407500', '135325.867500', '135326.327500', '135326.787500', '135327.247500', '135327.707500', '135328.167500', '135328.627500', '135329.087500', '135329.547500', '135330.007500', '135330.467500', '135330.927500', '135331.387500', '135331.847500', '135332.307500', '135332.767500', '135333.227500', '135333.687500', '135334.147500', '135334.607500', '135335.067500', '135335.527500', '135335.987500', '135336.447500', '135336.907500', '135337.367500', '135337.827500', '135338.287500', '135338.747500', '135339.207500', '135339.667500', '135340.127500', '135340.587500', '135341.047500', '135341.507500', '135341.967500', '135342.427500', '135342.887500', '135343.347500', '135343.807500', '135344.267500', '135344.727500', '135345.187500', '135345.647500', '135346.107500', '135346.567500', '135347.027500', '135347.487500', '135347.947500', '135348.407500', '135348.867500', '135349.327500', '135349.787500', '135350.247500', '135350.707500', '135351.167500', '135351.627500', '135352.087500', '135352.547500', '135353.007500', '135353.467500', '135353.927500', '135354.387500', '135354.847500', '135355.307500', '135355.767500', '135356.227500', '135356.687500', '135357.147500', '135357.607500', '135358.067500', '135358.527500', '135358.987500', '135359.447500', '135359.907500', '135400.367500', '135400.827500', '135401.287500', '135401.747500', '135402.207500', '135402.667500', '135403.127500', '135403.587500', '135404.047500', '135404.507500', '135404.967500', '135405.427500', '135405.887500', '135406.347500', '135406.807500', '135407.267500', '135407.727500', '135408.187500', '135408.647500', '135409.107500', '135409.567500', '135410.027500', '135410.487500', '135410.947500', '135411.407500', '135411.867500', '135412.327500', '135412.787500', '135413.247500', '135413.707500', '135414.167500', '135414.627500', '135415.087500', '135415.547500', '135416.007500', '135416.467500', '135416.927500', '135417.387500', '135417.847500', '135418.307500', '135418.767500', '135419.227500', '135419.687500', '135420.147500', '135420.607500', '135421.067500', '135421.527500', '135421.987500', '135422.447500', '135422.907500', '135423.367500', '135423.827500', '135424.287500', '135424.747500', '135425.207500', '135425.667500', '135426.127500', '135426.587500', '135427.047500', '135427.507500', '135427.967500', '135428.427500', '135428.887500', '135429.347500', '135429.807500', '135430.267500', '135430.727500', '135431.187500', '135431.647500', '135432.107500', '135432.567500', '135433.027500', '135433.487500', '135433.947500', '135434.407500', '135434.867500', '135435.327500', '135435.787500', '135436.247500', '135436.707500', '135437.167500', '135437.627500', '135438.087500', '135438.547500', '135439.007500', '135439.467500', '135439.927500', '135440.387500', '135440.847500', '135441.307500', '135441.767500', '135442.227500', '135442.687500', '135443.147500', '135443.607500', '135444.067500', '135444.527500', '135444.987500', '135445.447500', '135445.907500', '135446.367500', '135446.827500', '135447.287500', '135447.747500', '135448.207500', '135448.667500', '135449.127500', '135449.587500', '135450.047500', '135450.507500', '135450.967500', '135451.427500', '135451.887500', '135452.347500', '135452.807500', '135453.267500', '135453.727500', '135454.187500', '135454.647500', '135455.107500', '135455.567500', '135456.027500', '135456.487500', '135456.947500', '135457.407500', '135457.867500', '135458.327500', '135458.787500', '135459.247500', '135459.707500', '135500.167500', '135500.627500', '135501.087500', '135501.547500', '135502.007500', '135502.467500', '135502.927500', '135503.387500', '135503.847500', '135504.307500', '135504.767500', '135505.227500', '135505.687500', '135506.147500', '135506.607500', '135507.067500', '135507.527500', '135507.987500', '135508.447500', '135508.907500', '135509.367500', '135509.827500', '135510.287500', '135510.747500', '135511.207500', '135511.667500', '135512.127500', '135512.587500', '135513.047500', '135513.507500', '135513.967500', '135514.427500', '135514.887500', '135515.347500', '135515.807500', '135516.267500', '135516.727500', '135517.187500', '135517.647500', '135518.107500', '135518.567500', '135519.027500', '135519.487500', '135519.947500', '135520.407500', '135520.867500', '135521.327500', '135521.787500', '135522.247500', '135522.707500', '135523.167500', '135523.627500', '135524.087500', '135524.547500', '135525.007500', '135525.467500', '135525.927500', '135526.387500', '135526.847500', '135527.307500', '135527.767500', '135528.227500', '135528.687500', '135529.147500', '135529.607500', '135530.067500', '135530.527500', '135530.987500', '135531.447500', '135531.907500', '135532.367500', '135532.827500', '135533.287500', '135533.747500', '135534.207500', '135534.667500', '135535.127500', '135535.587500', '135536.047500', '135536.507500', '135536.967500', '135537.427500', '135537.887500', '135538.347500', '135538.807500', '135539.267500', '135539.727500', '135540.187500', '135540.647500', '135541.107500', '135541.567500', '135542.027500', '135542.487500', '135542.947500', '135543.407500', '135543.867500', '135544.327500', '135544.787500', '135545.247500', '135545.707500', '135546.167500', '135546.627500', '135547.087500', '135547.547500', '135548.007500', '135548.467500', '135548.927500', '135549.387500', '135549.847500', '135550.307500', '135550.767500', '135551.227500', '135551.687500', '135552.147500', '135552.607500', '135553.067500', '135553.527500', '135553.987500', '135554.447500', '135554.907500', '135555.367500', '135555.827500', '135556.287500', '135556.747500', '135557.207500', '135557.667500', '135558.127500', '135558.587500', '135559.047500'], 'ContentTime': ['134944.920000', '134944.923000', '134944.926000', '134944.929000', '134944.931000', '134944.934000', '134944.937000', '134944.939000', '134944.942000', '134944.945000', '134944.948000', '134944.950000', '134944.953000', '134944.956000', '134944.958000', '134944.961000', '134944.964000', '134944.966000', '134944.969000', '134944.971000', '134944.974000', '134944.976000', '134944.979000', '134944.982000', '134944.985000', '134944.987000', '134944.990000', '134944.992000', '134944.995000', '134945.008000', '134945.010000', '134945.013000', '134945.016000', '134945.018000', '134945.021000', '134945.024000', '134945.026000', '134945.029000', '134945.032000', '134945.034000', '134945.037000', '134945.039000', '134945.042000', '134945.045000', '134945.047000', '134945.050000', '134945.055000', '134945.057000', '134945.060000', '134945.062000', '134945.065000', '134945.068000', '134945.070000', '134945.073000', '134945.076000', '135004.882000', '135004.885000', '135004.888000', '135004.890000', '135004.893000', '135004.895000', '135004.898000', '135004.901000', '135004.903000', '135004.906000', '135004.908000', '135004.911000', '135004.913000', '135004.916000', '135004.923000', '135004.925000', '135004.928000', '135004.931000', '135004.933000', '135004.936000', '135004.938000', '135004.941000', '135004.944000', '135004.946000', '135004.949000', '135004.951000', '135004.954000', '135004.957000', '135004.959000', '135004.962000', '135004.964000', '135004.967000', '135004.970000', '135004.972000', '135004.975000', '135004.978000', '135004.980000', '135004.983000', '135004.986000', '135004.989000', '135004.991000', '135004.994000', '135004.996000', '135024.882000', '135024.885000', '135024.887000', '135024.890000', '135024.892000', '135024.895000', '135024.898000', '135024.900000', '135024.903000', '135024.905000', '135024.908000', '135024.911000', '135024.913000', '135024.916000', '135024.919000', '135024.921000', '135024.926000', '135024.929000', '135024.932000', '135024.935000', '135024.937000', '135024.940000', '135024.942000', '135024.945000', '135024.948000', '135024.950000', '135024.953000', '135024.956000', '135024.958000', '135024.961000', '135024.963000', '135024.966000', '135024.969000', '135024.971000', '135024.974000', '135024.977000', '135024.979000', '135024.982000', '135024.985000', '135024.987000', '135024.990000', '135024.993000', '135024.996000', '135025.000000', '135044.880000', '135044.883000', '135044.886000', '135044.889000', '135044.891000', '135044.894000', '135044.897000', '135044.899000', '135044.902000', '135044.904000', '135044.907000', '135044.914000', '135044.917000', '135044.935000', '135044.938000', '135044.941000', '135044.943000', '135044.946000', '135044.949000', '135044.951000', '135044.954000', '135044.956000', '135044.959000', '135044.962000', '135044.964000', '135044.967000', '135044.969000', '135044.972000', '135044.975000', '135044.977000', '135044.980000', '135044.983000', '135044.985000', '135044.988000', '135044.990000', '135044.993000', '135044.996000', '135044.998000', '135045.002000', '135045.005000', '135045.008000', '135045.011000', '135045.013000', '135104.882000', '135104.885000', '135104.887000', '135104.890000', '135104.892000', '135104.895000', '135104.898000', '135104.900000', '135104.903000', '135104.906000', '135104.908000', '135104.911000', '135104.914000', '135104.917000', '135104.919000', '135104.922000', '135104.924000', '135104.927000', '135104.930000', '135104.932000', '135104.935000', '135104.938000', '135104.940000', '135104.943000', '135104.947000', '135104.950000', '135104.953000', '135104.955000', '135104.958000', '135104.961000', '135104.963000', '135104.966000', '135104.968000', '135104.971000', '135104.974000', '135104.977000', '135104.979000', '135104.982000', '135104.985000', '135104.987000', '135104.990000', '135104.993000', '135104.995000', '135104.998000', '135124.881000', '135124.884000', '135124.887000', '135124.889000', '135124.892000', '135124.903000', '135124.906000', '135124.908000', '135124.911000', '135124.914000', '135124.916000', '135124.919000', '135124.922000', '135124.924000', '135124.927000', '135124.929000', '135124.932000', '135124.935000', '135124.937000', '135124.940000', '135124.942000', '135124.945000', '135124.947000', '135124.950000', '135124.953000', '135124.955000', '135124.958000', '135124.961000', '135124.963000', '135124.966000', '135124.968000', '135124.971000', '135124.973000', '135124.976000', '135124.979000', '135124.981000', '135124.984000', '135124.986000', '135124.989000', '135124.992000', '135124.994000', '135124.997000', '135125.001000', '135144.881000', '135144.884000', '135144.887000', '135144.889000', '135144.892000', '135144.894000', '135144.897000', '135144.900000', '135144.903000', '135144.905000', '135144.908000', '135144.911000', '135144.914000', '135144.916000', '135144.919000', '135144.921000', '135144.924000', '135144.926000', '135144.929000', '135144.932000', '135144.934000', '135144.937000', '135144.939000', '135144.942000', '135144.944000', '135144.947000', '135144.950000', '135144.953000', '135144.955000', '135144.958000', '135144.960000', '135144.963000', '135144.966000', '135144.968000', '135144.971000', '135144.973000', '135144.976000', '135144.979000', '135144.981000', '135144.984000', '135144.987000', '135144.989000', '135144.992000', '135144.994000', '135204.881000', '135204.885000', '135204.887000', '135204.890000', '135204.892000', '135204.895000', '135204.898000', '135204.900000', '135204.903000', '135204.906000', '135204.908000', '135204.911000', '135204.914000', '135204.916000', '135204.919000', '135204.921000', '135204.924000', '135204.927000', '135204.929000', '135204.932000', '135204.934000', '135204.937000', '135204.940000', '135204.942000', '135204.945000', '135204.948000', '135204.950000', '135204.953000', '135204.955000', '135204.958000', '135204.961000', '135204.963000', '135204.966000', '135204.969000', '135204.971000', '135204.974000', '135204.976000', '135204.979000', '135204.982000', '135204.985000', '135204.987000', '135204.990000', '135204.993000', '135224.881000', '135224.884000', '135224.887000', '135224.890000', '135224.892000', '135224.895000', '135224.897000', '135224.900000', '135224.903000', '135224.926000', '135224.928000', '135224.931000', '135224.934000', '135224.936000', '135224.939000', '135224.941000', '135224.944000', '135224.947000', '135224.949000', '135224.952000', '135224.954000', '135224.957000', '135224.959000', '135224.962000', '135224.965000', '135224.967000', '135224.970000', '135224.973000', '135224.975000', '135224.978000', '135224.980000', '135224.983000', '135224.986000', '135224.988000', '135224.991000', '135224.993000', '135224.996000', '135225.000000', '135225.002000', '135225.005000', '135225.007000', '135225.010000', '135225.012000', '135225.015000', '135244.882000', '135244.884000', '135244.887000', '135244.890000', '135244.892000', '135244.895000', '135244.898000', '135244.900000', '135244.903000', '135244.906000', '135244.908000', '135244.911000', '135244.913000', '135244.916000', '135244.919000', '135244.921000', '135244.924000', '135244.926000', '135244.929000', '135244.932000', '135244.934000', '135244.937000', '135244.940000', '135244.942000', '135244.945000', '135244.947000', '135244.950000', '135244.952000', '135244.955000', '135244.958000', '135244.960000', '135244.963000', '135244.965000', '135244.968000', '135244.971000', '135244.973000', '135244.976000', '135244.979000', '135244.981000', '135244.984000', '135244.986000', '135244.989000', '135244.992000', '135304.881000', '135304.884000', '135304.886000', '135304.889000', '135304.892000', '135304.894000', '135304.897000', '135304.900000', '135304.902000', '135304.905000', '135304.907000', '135304.910000', '135304.912000', '135304.915000', '135304.918000', '135304.920000', '135304.923000', '135304.925000', '135304.928000', '135304.930000', '135304.933000', '135304.936000', '135304.940000', '135304.943000', '135304.945000', '135304.948000', '135304.951000', '135304.953000', '135304.956000', '135304.959000', '135304.961000', '135304.964000', '135304.966000', '135304.969000', '135304.971000', '135304.974000', '135304.977000', '135304.979000', '135304.982000', '135304.985000', '135304.987000', '135304.990000', '135304.992000', '135324.882000', '135324.884000', '135324.887000', '135324.890000', '135324.892000', '135324.895000', '135324.897000', '135324.900000', '135324.903000', '135324.905000', '135324.908000', '135324.911000', '135324.913000', '135324.916000', '135324.919000', '135324.921000', '135324.924000', '135324.926000', '135324.929000', '135324.932000', '135324.934000', '135324.937000', '135324.940000', '135324.942000', '135324.945000', '135324.947000', '135324.950000', '135324.953000', '135324.955000', '135324.958000', '135324.960000', '135324.963000', '135324.966000', '135324.968000', '135324.971000', '135324.973000', '135324.976000', '135324.979000', '135324.981000', '135324.984000', '135324.993000', '135324.996000', '135324.998000', '135325.001000', '135344.881000', '135344.884000', '135344.887000', '135344.889000', '135344.892000', '135344.895000', '135344.897000', '135344.900000', '135344.902000', '135344.905000', '135344.908000', '135344.910000', '135344.913000', '135344.915000', '135344.918000', '135344.921000', '135344.923000', '135344.926000', '135344.928000', '135344.931000', '135344.934000', '135344.936000', '135344.939000', '135344.941000', '135344.944000', '135344.946000', '135344.949000', '135344.952000', '135344.954000', '135344.957000', '135344.960000', '135344.962000', '135344.965000', '135344.967000', '135344.976000', '135344.979000', '135344.982000', '135344.984000', '135344.987000', '135344.989000', '135344.992000', '135344.995000', '135344.997000', '135404.882000', '135404.885000', '135404.887000', '135404.890000', '135404.892000', '135404.895000', '135404.898000', '135404.900000', '135404.903000', '135404.905000', '135404.908000', '135404.911000', '135404.913000', '135404.916000', '135404.918000', '135404.921000', '135404.924000', '135404.926000', '135404.929000', '135404.931000', '135404.934000', '135404.937000', '135404.939000', '135404.942000', '135404.944000', '135404.947000', '135404.950000', '135404.952000', '135404.955000', '135404.957000', '135404.960000', '135404.963000', '135404.965000', '135404.968000', '135404.970000', '135404.973000', '135404.976000', '135404.978000', '135404.981000', '135404.983000', '135404.986000', '135404.989000', '135404.991000', '135404.994000', '135424.881000', '135424.884000', '135424.887000', '135424.890000', '135424.892000', '135424.895000', '135424.898000', '135424.900000', '135424.903000', '135424.906000', '135424.908000', '135424.911000', '135424.914000', '135424.916000', '135424.919000', '135424.922000', '135424.924000', '135424.927000', '135424.930000', '135424.932000', '135424.935000', '135424.938000', '135424.940000', '135424.943000', '135424.945000', '135424.948000', '135424.951000', '135424.953000', '135424.956000', '135424.960000', '135424.963000', '135424.965000', '135424.968000', '135424.971000', '135424.973000', '135424.976000', '135424.980000', '135424.983000', '135424.985000', '135424.988000', '135424.991000', '135424.993000', '135424.996000', '135444.882000', '135444.884000', '135444.887000', '135444.890000', '135444.892000', '135444.895000', '135444.898000', '135444.900000', '135444.903000', '135444.905000', '135444.908000', '135444.911000', '135444.913000', '135444.916000', '135444.919000', '135444.921000', '135444.924000', '135444.927000', '135444.929000', '135444.932000', '135444.935000', '135444.937000', '135444.940000', '135444.942000', '135444.945000', '135444.948000', '135444.950000', '135444.953000', '135444.955000', '135444.958000', '135444.961000', '135444.963000', '135444.966000', '135444.968000', '135444.971000', '135444.974000', '135444.976000', '135444.979000', '135444.982000', '135444.984000', '135444.987000', '135444.990000', '135444.992000', '135444.995000', '135504.881000', '135504.884000', '135504.887000', '135504.890000', '135504.892000', '135504.895000', '135504.898000', '135504.900000', '135504.903000', '135504.906000', '135504.908000', '135504.911000', '135504.913000', '135504.916000', '135504.919000', '135504.921000', '135504.924000', '135504.927000', '135504.929000', '135504.932000', '135504.935000', '135504.937000', '135504.940000', '135504.942000', '135504.945000', '135504.948000', '135504.950000', '135504.953000', '135504.955000', '135504.958000', '135504.961000', '135504.963000', '135504.966000', '135504.969000', '135504.971000', '135504.974000', '135504.977000', '135504.980000', '135504.982000', '135504.985000', '135504.988000', '135504.990000', '135504.993000', '135524.881000', '135524.903000', '135524.906000', '135524.908000', '135524.912000', '135524.915000', '135524.918000', '135524.920000', '135524.923000', '135524.925000', '135524.928000', '135524.931000', '135524.933000', '135524.936000', '135524.938000', '135524.941000', '135524.944000', '135524.946000', '135524.949000', '135524.952000', '135524.954000', '135524.957000', '135524.959000', '135524.962000', '135524.965000', '135524.967000', '135524.970000', '135524.972000', '135524.975000', '135524.977000', '135524.980000', '135524.983000', '135524.985000', '135524.988000', '135524.991000', '135524.993000', '135524.996000', '135524.998000', '135525.002000', '135525.005000', '135525.007000', '135525.010000', '135525.012000', '135525.015000', '135544.881000', '135544.884000', '135544.887000', '135544.890000', '135544.892000', '135544.895000', '135544.897000', '135544.900000', '135544.903000', '135544.905000', '135544.908000', '135544.910000', '135544.913000', '135544.916000', '135544.919000', '135544.921000', '135544.924000', '135544.926000', '135544.929000', '135544.931000', '135544.934000', '135544.937000', '135544.939000', '135544.942000', '135544.944000', '135544.948000', '135544.951000', '135544.954000', '135544.957000', '135544.959000', '135544.962000', '135544.965000', '135544.967000', '135544.970000', '135544.972000', '135544.975000', '135544.978000', '135544.980000', '135544.983000', '135544.985000', '135544.988000', '135544.990000', '135544.993000', '135600.602000', '135600.605000', '135600.608000', '135600.610000', '135600.613000', '135600.616000', '135600.618000', '135600.621000', '135600.624000', '135600.626000', '135600.629000', '135600.632000', '135600.635000', '135600.638000', '135600.641000', '135600.644000', '135600.647000', '135600.650000', '135600.652000', '135600.655000', '135600.658000', '135600.661000', '135600.663000', '135600.666000', '135600.669000', '135600.672000', '135600.674000', '135600.677000', '135600.680000', '135600.683000', '135600.686000', '135600.688000', '135600.691000', '135600.694000', '135600.696000'], 'InstanceCreationTime': ['134944.920000', '134944.923000', '134944.926000', '134944.929000', '134944.931000', '134944.934000', '134944.937000', '134944.939000', '134944.942000', '134944.945000', '134944.948000', '134944.950000', '134944.953000', '134944.956000', '134944.958000', '134944.961000', '134944.964000', '134944.966000', '134944.969000', '134944.971000', '134944.974000', '134944.976000', '134944.979000', '134944.982000', '134944.985000', '134944.987000', '134944.990000', '134944.992000', '134944.995000', '134945.008000', '134945.010000', '134945.013000', '134945.016000', '134945.018000', '134945.021000', '134945.024000', '134945.026000', '134945.029000', '134945.032000', '134945.034000', '134945.037000', '134945.039000', '134945.042000', '134945.045000', '134945.047000', '134945.050000', '134945.055000', '134945.057000', '134945.060000', '134945.062000', '134945.065000', '134945.068000', '134945.070000', '134945.073000', '134945.076000', '135004.882000', '135004.885000', '135004.888000', '135004.890000', '135004.893000', '135004.895000', '135004.898000', '135004.901000', '135004.903000', '135004.906000', '135004.908000', '135004.911000', '135004.913000', '135004.916000', '135004.923000', '135004.925000', '135004.928000', '135004.931000', '135004.933000', '135004.936000', '135004.938000', '135004.941000', '135004.944000', '135004.946000', '135004.949000', '135004.951000', '135004.954000', '135004.957000', '135004.959000', '135004.962000', '135004.964000', '135004.967000', '135004.970000', '135004.972000', '135004.975000', '135004.978000', '135004.980000', '135004.983000', '135004.986000', '135004.989000', '135004.991000', '135004.994000', '135004.996000', '135024.882000', '135024.885000', '135024.887000', '135024.890000', '135024.892000', '135024.895000', '135024.898000', '135024.900000', '135024.903000', '135024.905000', '135024.908000', '135024.911000', '135024.913000', '135024.916000', '135024.919000', '135024.921000', '135024.926000', '135024.929000', '135024.932000', '135024.935000', '135024.937000', '135024.940000', '135024.942000', '135024.945000', '135024.948000', '135024.950000', '135024.953000', '135024.956000', '135024.958000', '135024.961000', '135024.963000', '135024.966000', '135024.969000', '135024.971000', '135024.974000', '135024.977000', '135024.979000', '135024.982000', '135024.985000', '135024.987000', '135024.990000', '135024.993000', '135024.996000', '135025.000000', '135044.880000', '135044.883000', '135044.886000', '135044.889000', '135044.891000', '135044.894000', '135044.897000', '135044.899000', '135044.902000', '135044.904000', '135044.907000', '135044.914000', '135044.917000', '135044.935000', '135044.938000', '135044.941000', '135044.943000', '135044.946000', '135044.949000', '135044.951000', '135044.954000', '135044.956000', '135044.959000', '135044.962000', '135044.964000', '135044.967000', '135044.969000', '135044.972000', '135044.975000', '135044.977000', '135044.980000', '135044.983000', '135044.985000', '135044.988000', '135044.990000', '135044.993000', '135044.996000', '135044.998000', '135045.002000', '135045.005000', '135045.008000', '135045.011000', '135045.013000', '135104.882000', '135104.885000', '135104.887000', '135104.890000', '135104.892000', '135104.895000', '135104.898000', '135104.900000', '135104.903000', '135104.906000', '135104.908000', '135104.911000', '135104.914000', '135104.917000', '135104.919000', '135104.922000', '135104.924000', '135104.927000', '135104.930000', '135104.932000', '135104.935000', '135104.938000', '135104.940000', '135104.943000', '135104.947000', '135104.950000', '135104.953000', '135104.955000', '135104.958000', '135104.961000', '135104.963000', '135104.966000', '135104.968000', '135104.971000', '135104.974000', '135104.977000', '135104.979000', '135104.982000', '135104.985000', '135104.987000', '135104.990000', '135104.993000', '135104.995000', '135104.998000', '135124.881000', '135124.884000', '135124.887000', '135124.889000', '135124.892000', '135124.903000', '135124.906000', '135124.908000', '135124.911000', '135124.914000', '135124.916000', '135124.919000', '135124.922000', '135124.924000', '135124.927000', '135124.929000', '135124.932000', '135124.935000', '135124.937000', '135124.940000', '135124.942000', '135124.945000', '135124.947000', '135124.950000', '135124.953000', '135124.955000', '135124.958000', '135124.961000', '135124.963000', '135124.966000', '135124.968000', '135124.971000', '135124.973000', '135124.976000', '135124.979000', '135124.981000', '135124.984000', '135124.986000', '135124.989000', '135124.992000', '135124.994000', '135124.997000', '135125.001000', '135144.881000', '135144.884000', '135144.887000', '135144.889000', '135144.892000', '135144.894000', '135144.897000', '135144.900000', '135144.903000', '135144.905000', '135144.908000', '135144.911000', '135144.914000', '135144.916000', '135144.919000', '135144.921000', '135144.924000', '135144.926000', '135144.929000', '135144.932000', '135144.934000', '135144.937000', '135144.939000', '135144.942000', '135144.944000', '135144.947000', '135144.950000', '135144.953000', '135144.955000', '135144.958000', '135144.960000', '135144.963000', '135144.966000', '135144.968000', '135144.971000', '135144.973000', '135144.976000', '135144.979000', '135144.981000', '135144.984000', '135144.987000', '135144.989000', '135144.992000', '135144.994000', '135204.881000', '135204.885000', '135204.887000', '135204.890000', '135204.892000', '135204.895000', '135204.898000', '135204.900000', '135204.903000', '135204.906000', '135204.908000', '135204.911000', '135204.914000', '135204.916000', '135204.919000', '135204.921000', '135204.924000', '135204.927000', '135204.929000', '135204.932000', '135204.934000', '135204.937000', '135204.940000', '135204.942000', '135204.945000', '135204.948000', '135204.950000', '135204.953000', '135204.955000', '135204.958000', '135204.961000', '135204.963000', '135204.966000', '135204.969000', '135204.971000', '135204.974000', '135204.976000', '135204.979000', '135204.982000', '135204.985000', '135204.987000', '135204.990000', '135204.993000', '135224.881000', '135224.884000', '135224.887000', '135224.890000', '135224.892000', '135224.895000', '135224.897000', '135224.900000', '135224.903000', '135224.926000', '135224.928000', '135224.931000', '135224.934000', '135224.936000', '135224.939000', '135224.941000', '135224.944000', '135224.947000', '135224.949000', '135224.952000', '135224.954000', '135224.957000', '135224.959000', '135224.962000', '135224.965000', '135224.967000', '135224.970000', '135224.973000', '135224.975000', '135224.978000', '135224.980000', '135224.983000', '135224.986000', '135224.988000', '135224.991000', '135224.993000', '135224.996000', '135225.000000', '135225.002000', '135225.005000', '135225.007000', '135225.010000', '135225.012000', '135225.015000', '135244.882000', '135244.884000', '135244.887000', '135244.890000', '135244.892000', '135244.895000', '135244.898000', '135244.900000', '135244.903000', '135244.906000', '135244.908000', '135244.911000', '135244.913000', '135244.916000', '135244.919000', '135244.921000', '135244.924000', '135244.926000', '135244.929000', '135244.932000', '135244.934000', '135244.937000', '135244.940000', '135244.942000', '135244.945000', '135244.947000', '135244.950000', '135244.952000', '135244.955000', '135244.958000', '135244.960000', '135244.963000', '135244.965000', '135244.968000', '135244.971000', '135244.973000', '135244.976000', '135244.979000', '135244.981000', '135244.984000', '135244.986000', '135244.989000', '135244.992000', '135304.881000', '135304.884000', '135304.886000', '135304.889000', '135304.892000', '135304.894000', '135304.897000', '135304.900000', '135304.902000', '135304.905000', '135304.907000', '135304.910000', '135304.912000', '135304.915000', '135304.918000', '135304.920000', '135304.923000', '135304.925000', '135304.928000', '135304.930000', '135304.933000', '135304.936000', '135304.940000', '135304.943000', '135304.945000', '135304.948000', '135304.951000', '135304.953000', '135304.956000', '135304.959000', '135304.961000', '135304.964000', '135304.966000', '135304.969000', '135304.971000', '135304.974000', '135304.977000', '135304.979000', '135304.982000', '135304.985000', '135304.987000', '135304.990000', '135304.992000', '135324.882000', '135324.884000', '135324.887000', '135324.890000', '135324.892000', '135324.895000', '135324.897000', '135324.900000', '135324.903000', '135324.905000', '135324.908000', '135324.911000', '135324.913000', '135324.916000', '135324.919000', '135324.921000', '135324.924000', '135324.926000', '135324.929000', '135324.932000', '135324.934000', '135324.937000', '135324.940000', '135324.942000', '135324.945000', '135324.947000', '135324.950000', '135324.953000', '135324.955000', '135324.958000', '135324.960000', '135324.963000', '135324.966000', '135324.968000', '135324.971000', '135324.973000', '135324.976000', '135324.979000', '135324.981000', '135324.984000', '135324.993000', '135324.996000', '135324.998000', '135325.001000', '135344.881000', '135344.884000', '135344.887000', '135344.889000', '135344.892000', '135344.895000', '135344.897000', '135344.900000', '135344.902000', '135344.905000', '135344.908000', '135344.910000', '135344.913000', '135344.915000', '135344.918000', '135344.921000', '135344.923000', '135344.926000', '135344.928000', '135344.931000', '135344.934000', '135344.936000', '135344.939000', '135344.941000', '135344.944000', '135344.946000', '135344.949000', '135344.952000', '135344.954000', '135344.957000', '135344.960000', '135344.962000', '135344.965000', '135344.967000', '135344.976000', '135344.979000', '135344.982000', '135344.984000', '135344.987000', '135344.989000', '135344.992000', '135344.995000', '135344.997000', '135404.882000', '135404.885000', '135404.887000', '135404.890000', '135404.892000', '135404.895000', '135404.898000', '135404.900000', '135404.903000', '135404.905000', '135404.908000', '135404.911000', '135404.913000', '135404.916000', '135404.918000', '135404.921000', '135404.924000', '135404.926000', '135404.929000', '135404.931000', '135404.934000', '135404.937000', '135404.939000', '135404.942000', '135404.944000', '135404.947000', '135404.950000', '135404.952000', '135404.955000', '135404.957000', '135404.960000', '135404.963000', '135404.965000', '135404.968000', '135404.970000', '135404.973000', '135404.976000', '135404.978000', '135404.981000', '135404.983000', '135404.986000', '135404.989000', '135404.991000', '135404.994000', '135424.881000', '135424.884000', '135424.887000', '135424.890000', '135424.892000', '135424.895000', '135424.898000', '135424.900000', '135424.903000', '135424.906000', '135424.908000', '135424.911000', '135424.914000', '135424.916000', '135424.919000', '135424.922000', '135424.924000', '135424.927000', '135424.930000', '135424.932000', '135424.935000', '135424.938000', '135424.940000', '135424.943000', '135424.945000', '135424.948000', '135424.951000', '135424.953000', '135424.956000', '135424.960000', '135424.963000', '135424.965000', '135424.968000', '135424.971000', '135424.973000', '135424.976000', '135424.980000', '135424.983000', '135424.985000', '135424.988000', '135424.991000', '135424.993000', '135424.996000', '135444.882000', '135444.884000', '135444.887000', '135444.890000', '135444.892000', '135444.895000', '135444.898000', '135444.900000', '135444.903000', '135444.905000', '135444.908000', '135444.911000', '135444.913000', '135444.916000', '135444.919000', '135444.921000', '135444.924000', '135444.927000', '135444.929000', '135444.932000', '135444.935000', '135444.937000', '135444.940000', '135444.942000', '135444.945000', '135444.948000', '135444.950000', '135444.953000', '135444.955000', '135444.958000', '135444.961000', '135444.963000', '135444.966000', '135444.968000', '135444.971000', '135444.974000', '135444.976000', '135444.979000', '135444.982000', '135444.984000', '135444.987000', '135444.990000', '135444.992000', '135444.995000', '135504.881000', '135504.884000', '135504.887000', '135504.890000', '135504.892000', '135504.895000', '135504.898000', '135504.900000', '135504.903000', '135504.906000', '135504.908000', '135504.911000', '135504.913000', '135504.916000', '135504.919000', '135504.921000', '135504.924000', '135504.927000', '135504.929000', '135504.932000', '135504.935000', '135504.937000', '135504.940000', '135504.942000', '135504.945000', '135504.948000', '135504.950000', '135504.953000', '135504.955000', '135504.958000', '135504.961000', '135504.963000', '135504.966000', '135504.969000', '135504.971000', '135504.974000', '135504.977000', '135504.980000', '135504.982000', '135504.985000', '135504.988000', '135504.990000', '135504.993000', '135524.881000', '135524.903000', '135524.906000', '135524.908000', '135524.912000', '135524.915000', '135524.918000', '135524.920000', '135524.923000', '135524.925000', '135524.928000', '135524.931000', '135524.933000', '135524.936000', '135524.938000', '135524.941000', '135524.944000', '135524.946000', '135524.949000', '135524.952000', '135524.954000', '135524.957000', '135524.959000', '135524.962000', '135524.965000', '135524.967000', '135524.970000', '135524.972000', '135524.975000', '135524.977000', '135524.980000', '135524.983000', '135524.985000', '135524.988000', '135524.991000', '135524.993000', '135524.996000', '135524.998000', '135525.002000', '135525.005000', '135525.007000', '135525.010000', '135525.012000', '135525.015000', '135544.881000', '135544.884000', '135544.887000', '135544.890000', '135544.892000', '135544.895000', '135544.897000', '135544.900000', '135544.903000', '135544.905000', '135544.908000', '135544.910000', '135544.913000', '135544.916000', '135544.919000', '135544.921000', '135544.924000', '135544.926000', '135544.929000', '135544.931000', '135544.934000', '135544.937000', '135544.939000', '135544.942000', '135544.944000', '135544.948000', '135544.951000', '135544.954000', '135544.957000', '135544.959000', '135544.962000', '135544.965000', '135544.967000', '135544.970000', '135544.972000', '135544.975000', '135544.978000', '135544.980000', '135544.983000', '135544.985000', '135544.988000', '135544.990000', '135544.993000', '135600.602000', '135600.605000', '135600.608000', '135600.610000', '135600.613000', '135600.616000', '135600.618000', '135600.621000', '135600.624000', '135600.626000', '135600.629000', '135600.632000', '135600.635000', '135600.638000', '135600.641000', '135600.644000', '135600.647000', '135600.650000', '135600.652000', '135600.655000', '135600.658000', '135600.661000', '135600.663000', '135600.666000', '135600.669000', '135600.672000', '135600.674000', '135600.677000', '135600.680000', '135600.683000', '135600.686000', '135600.688000', '135600.691000', '135600.694000', '135600.696000'], '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': [9021, 10481, 9922, 8940, 11863, 9064, 9595, 10922, 8455, 11660, 9008, 9517, 9524, 8562, 11465, 9445, 9008, 11212, 8205, 9998, 8664, 8758, 9749, 8755, 10209, 8888, 8629, 9344, 8156, 11448, 8267, 9420, 9528, 8365, 11424, 8640, 9091, 9135, 8715, 10077, 8416, 9216, 9262, 8358, 11234, 9000, 9186, 9136, 8399, 9605, 8264, 10490, 9199, 9216, 9596, 8277, 11183, 9027, 8973, 9703, 8607, 9414, 8796, 9913, 9498, 8643, 12009, 9107, 10265, 9890, 8419, 12129, 8752, 9390, 9424, 8629, 10820, 8593, 9410, 9098, 8726, 9361, 8850, 9464, 9372, 8900, 9520, 8858, 11174, 8931, 9070, 9269, 9203, 11652, 8688, 12036, 8578, 9301, 9628, 9512, 9746, 9268, 10160, 9642, 9577, 10399, 9302, 9652, 11921, 9338, 9944, 9623, 9052, 12081, 9087, 9689, 9545, 10369, 9596, 9333, 10959, 9465, 9537, 10093, 9501, 9857, 9134, 9883, 10119, 9071, 9995, 9462, 10847, 9421, 9719, 9295, 9074, 10126, 9530, 9957, 10023, 9296, 10076, 9158, 9995, 9281, 9375, 9751, 9279, 10091, 8992, 9441, 9466, 9592, 9928, 9140, 9887, 9214, 9415, 9485, 9773, 9586, 8980, 9872, 9024, 9966, 9644, 8971, 9956, 9059, 9558, 9062, 9321, 9283, 9389, 9835, 8532, 9628, 9702, 10048, 9646, 9168, 9904, 9531, 11279, 9239, 9588, 9961, 9395, 9830, 9297, 10998, 9442, 9504, 9652, 9448, 9846, 9387, 9775, 9245, 9671, 9426, 9332, 10011, 9323, 10029, 9006, 9585, 9313, 9396, 10592, 8662, 10804, 9503, 9687, 9608, 9773, 9892, 9441, 10388, 9465, 9093, 9391, 9330, 9851, 9771, 9928, 9573, 9589, 9507, 9582, 10692, 9475, 9134, 9706, 9974, 9832, 9697, 9644, 9508, 9859, 9529, 9402, 10666, 9785, 9606, 9595, 10132, 10017, 9956, 10888, 9820, 9931, 10311, 9502, 9845, 9935, 9452, 9696, 9222, 10731, 9403, 9553, 9646, 9698, 10062, 9443, 9385, 10094, 9018, 10227, 9705, 10143, 9590, 10083, 10160, 9474, 9921, 9286, 9703, 9521, 9146, 9775, 9755, 9939, 9620, 9423, 9411, 9250, 9548, 9230, 9614, 10040, 9685, 9608, 10266, 9703, 9702, 10378, 9584, 9477, 10280, 9640, 10159, 9776, 9654, 10186, 9772, 10060, 9608, 9733, 10067, 9272, 10102, 10004, 10021, 9723, 9956, 10280, 9720, 10521, 10165, 9720, 11357, 9459, 9617, 10137, 9640, 10455, 9498, 9613, 10138, 9672, 10153, 9978, 9660, 9727, 9223, 9703, 9816, 9026, 9753, 9933, 9699, 9564, 9753, 9411, 9451, 9606, 9903, 8711, 9594, 9739, 9837, 9461, 9851, 9917, 8968, 9902, 9514, 9430, 9839, 9987, 10279, 9625, 9318, 9666, 9418, 9785, 9514, 10237, 9854, 10053, 9846, 9592, 10103, 9164, 9145, 9972, 9788, 10539, 9608, 9584, 9676, 9425, 9986, 9486, 11407, 9591, 9946, 9959, 9627, 9981, 10170, 10134, 9845, 10007, 10026, 9460, 9858, 9992, 9596, 10010, 9759, 10126, 9555, 10046, 10156, 10086, 9980, 9618, 10702, 9605, 9689, 10020, 9753, 9994, 9794, 10056, 10086, 9850, 10235, 9516, 9427, 9834, 9145, 9991, 9237, 9838, 10287, 9720, 11143, 9344, 9278, 9935, 9107, 9651, 9331, 10119, 9857, 9030, 10022, 9386, 10414, 9354, 9389, 9622, 9467, 9777, 9614, 9314, 9505, 9759, 10393, 9246, 9150, 9695, 9719, 9515, 9391, 9229, 9677, 9849, 9646, 9536, 8880, 9996, 9686, 9676, 9270, 9625, 9641, 9447, 10491, 9307, 8770, 9839, 9579, 9732, 9472, 9447, 9976, 9711, 10337, 9427, 9172, 9620, 9204, 9584, 9760, 9234, 9436, 9623, 9479, 9439, 9377, 9702, 9198, 9415, 9536, 9405, 9145, 9471, 9323, 9293, 9500, 9246, 9149, 9549, 9203, 8865, 9208, 9641, 9859, 9566, 9347, 9488, 8662, 9667, 9506, 9097, 9197, 9202, 9418, 9030, 9146, 9360, 8511, 9132, 9210, 9379, 9225, 9462, 9252, 8982, 8597, 9071, 8795, 9303, 9250, 8936, 9088, 9267, 10614, 8966, 9777, 9094, 8938, 9605, 9008, 9173, 9455, 9183, 11201, 9176, 9277, 9032, 8650, 9599, 9008, 9435, 9230, 9277, 9976, 9084, 8559, 9039, 8964, 9405, 8847, 8957, 8999, 9008, 10770, 8664, 8948, 9283, 9571, 9737, 8770, 9270, 9227, 8298, 8914, 9307, 9707, 9265, 9451, 9309, 8915, 9454, 8860, 10285, 9741, 9203, 10165, 9489, 10661, 9624, 9014, 9471, 9106, 9557, 9155, 9713, 9193, 8905, 9446, 9381, 10854, 8691, 8887, 9254, 8615, 8926, 9177, 9437, 9153, 8958, 9586, 11250, 9643, 9985, 10073, 10034, 10359, 9296, 11256, 9654, 9957, 9966, 10180, 10380, 9487, 12056, 9301, 10506, 10350, 9380, 11030, 9548, 10213, 10066, 9261, 9999, 9372, 9901, 9470, 9620, 10019, 9455, 9296, 9522, 9482, 10425, 8950, 9498, 9964, 9593, 11692, 9546, 9530, 10022, 9608, 9403, 9654, 9024, 10968, 9406, 9541, 9628, 9502, 10253, 9051, 8988, 9428, 8678, 9716, 9668, 9736, 9627, 9352, 8980, 9002, 9628, 9137, 9132, 9743, 9459, 10180, 9206, 9203, 9352, 8874, 9790, 9276, 9703, 9511, 9496, 9276, 9016, 9834, 9354, 8874, 9816, 9541, 10226, 9559, 9380, 9614, 8982, 9813, 9476, 9726, 9885, 9232, 9452, 10100, 9361, 10206, 9064, 9073, 9972, 9259, 9836, 9418, 9851, 9602, 9420, 9657, 9193, 9392, 9264, 9388, 9911, 9440, 9911, 9146, 9686, 9394, 9389, 9978, 9454, 10728, 9013, 9534, 8971, 8948, 9133, 9432, 9471, 9094, 9740, 9615, 8962, 9481, 9273, 9093, 9009, 9148, 10301, 8482, 9065, 9170, 9127, 9236, 9576, 9161, 9062, 8976, 9015, 9189, 9944, 9164, 8657, 9171, 8931, 8776, 8824, 9591, 9024, 9714, 9355, 9242, 10537, 8508, 9942, 8822, 8860, 9240, 8852, 9234, 8952, 9497, 9075, 9273, 9464, 8828, 10603, 9024, 8876, 10840, 9065, 10278, 8998, 9384, 9165, 9218, 9549, 8868, 9448, 8992, 8573, 10063, 8931, 8651, 8883, 8924, 8820, 8341, 9042, 9097, 9060, 8833, 9161, 8916, 9024, 8748, 8994, 8882, 8715, 8722, 9650, 9006, 8903, 9467, 9098, 9808, 8478, 9182, 8845, 8500, 8786, 8782, 8618, 8910, 8821, 9028, 8231, 9173, 8287, 8962, 8766, 8166, 8925, 9184, 9116, 8840, 9047, 8914, 9122, 8902, 8724, 9659, 8708, 9082, 8958, 8904, 8692, 8955, 10362, 8423], 'WindowCenter': [4413.0, 4409.0, 4393.0, 4380.0, 4388.0, 4368.0, 4379.0, 4389.0, 4355.0, 4374.0, 4368.0, 4363.0, 4364.0, 4353.0, 4373.0, 4365.0, 4366.0, 4375.0, 4353.0, 4363.0, 4354.0, 4352.0, 4365.0, 4364.0, 4374.0, 4367.0, 4353.0, 4364.0, 4355.0, 4373.0, 4354.0, 4352.0, 4363.0, 4355.0, 4384.0, 4355.0, 4352.0, 4364.0, 4355.0, 4364.0, 4355.0, 4364.0, 4364.0, 4355.0, 4376.0, 4368.0, 4369.0, 4367.0, 4358.0, 4368.0, 4356.0, 4372.0, 4363.0, 4353.0, 4362.0, 4357.0, 4374.0, 4366.0, 4352.0, 4364.0, 4353.0, 4354.0, 4353.0, 4363.0, 4365.0, 4366.0, 4399.0, 4366.0, 4376.0, 4366.0, 4354.0, 4372.0, 4354.0, 4365.0, 4364.0, 4363.0, 4374.0, 4354.0, 4362.0, 4364.0, 4365.0, 4366.0, 4368.0, 4376.0, 4380.0, 4368.0, 4378.0, 4380.0, 4388.0, 4392.0, 4379.0, 4383.0, 4393.0, 4404.0, 4372.0, 4390.0, 4305.0, 4280.0, 4369.0, 4344.0, 4330.0, 4330.0, 4328.0, 4328.0, 4332.0, 4340.0, 4330.0, 4343.0, 4351.0, 4332.0, 4332.0, 4329.0, 4307.0, 4325.0, 4304.0, 4302.0, 4302.0, 4314.0, 4302.0, 4313.0, 4323.0, 4315.0, 4314.0, 4315.0, 4314.0, 4314.0, 4315.0, 4314.0, 4315.0, 4303.0, 4301.0, 4303.0, 4311.0, 4301.0, 4301.0, 4314.0, 4303.0, 4302.0, 4302.0, 4302.0, 4314.0, 4304.0, 4303.0, 4300.0, 4302.0, 4300.0, 4289.0, 4301.0, 4305.0, 4312.0, 4303.0, 4316.0, 4329.0, 4316.0, 4314.0, 4304.0, 4313.0, 4302.0, 4302.0, 4314.0, 4327.0, 4329.0, 4318.0, 4316.0, 4317.0, 4315.0, 4316.0, 4306.0, 4318.0, 4316.0, 4328.0, 4331.0, 4331.0, 4331.0, 4319.0, 4329.0, 4319.0, 4330.0, 4330.0, 4329.0, 4331.0, 4332.0, 4331.0, 4332.0, 4340.0, 4332.0, 4332.0, 4332.0, 4318.0, 4317.0, 4317.0, 4325.0, 4317.0, 4318.0, 4319.0, 4328.0, 4330.0, 4320.0, 4329.0, 4318.0, 4330.0, 4332.0, 4332.0, 4329.0, 4329.0, 4328.0, 4333.0, 4330.0, 4318.0, 4335.0, 4332.0, 4320.0, 4328.0, 4321.0, 4318.0, 4320.0, 4329.0, 4330.0, 4332.0, 4330.0, 4320.0, 4307.0, 4320.0, 4320.0, 4318.0, 4328.0, 4319.0, 4320.0, 4319.0, 4320.0, 4334.0, 4343.0, 4334.0, 4319.0, 4320.0, 4329.0, 4330.0, 4332.0, 4331.0, 4333.0, 4333.0, 4332.0, 4332.0, 4331.0, 4329.0, 4320.0, 4320.0, 4330.0, 4319.0, 4330.0, 4329.0, 4318.0, 4319.0, 4329.0, 4318.0, 4332.0, 4331.0, 4320.0, 4317.0, 4316.0, 4326.0, 4306.0, 4330.0, 4318.0, 4319.0, 4330.0, 4332.0, 4321.0, 4330.0, 4308.0, 4317.0, 4317.0, 4316.0, 4316.0, 4316.0, 4319.0, 4319.0, 4328.0, 4319.0, 4317.0, 4330.0, 4320.0, 4318.0, 4318.0, 4316.0, 4320.0, 4321.0, 4322.0, 4320.0, 4320.0, 4322.0, 4319.0, 4320.0, 4319.0, 4319.0, 4331.0, 4320.0, 4332.0, 4329.0, 4320.0, 4320.0, 4318.0, 4319.0, 4317.0, 4315.0, 4306.0, 4315.0, 4316.0, 4319.0, 4317.0, 4308.0, 4305.0, 4307.0, 4315.0, 4315.0, 4305.0, 4307.0, 4306.0, 4316.0, 4307.0, 4318.0, 4316.0, 4307.0, 4316.0, 4308.0, 4307.0, 4302.0, 4292.0, 4300.0, 4293.0, 4291.0, 4301.0, 4305.0, 4304.0, 4304.0, 4307.0, 4306.0, 4307.0, 4306.0, 4306.0, 4294.0, 4304.0, 4315.0, 4306.0, 4318.0, 4330.0, 4320.0, 4331.0, 4320.0, 4331.0, 4309.0, 4319.0, 4320.0, 4319.0, 4320.0, 4334.0, 4331.0, 4324.0, 4319.0, 4320.0, 4321.0, 4318.0, 4318.0, 4319.0, 4320.0, 4321.0, 4332.0, 4322.0, 4320.0, 4320.0, 4329.0, 4319.0, 4318.0, 4317.0, 4321.0, 4331.0, 4320.0, 4320.0, 4320.0, 4319.0, 4319.0, 4317.0, 4320.0, 4320.0, 4322.0, 4332.0, 4322.0, 4328.0, 4309.0, 4306.0, 4317.0, 4307.0, 4317.0, 4319.0, 4318.0, 4317.0, 4321.0, 4319.0, 4320.0, 4319.0, 4308.0, 4307.0, 4303.0, 4295.0, 4302.0, 4293.0, 4301.0, 4303.0, 4305.0, 4293.0, 4294.0, 4291.0, 4290.0, 4281.0, 4289.0, 4291.0, 4288.0, 4302.0, 4292.0, 4302.0, 4303.0, 4303.0, 4305.0, 4292.0, 4291.0, 4294.0, 4287.0, 4278.0, 4280.0, 4288.0, 4291.0, 4300.0, 4291.0, 4292.0, 4305.0, 4295.0, 4293.0, 4295.0, 4303.0, 4301.0, 4294.0, 4303.0, 4304.0, 4303.0, 4293.0, 4308.0, 4309.0, 4307.0, 4305.0, 4292.0, 4294.0, 4306.0, 4319.0, 4315.0, 4306.0, 4308.0, 4319.0, 4321.0, 4321.0, 4320.0, 4306.0, 4317.0, 4318.0, 4306.0, 4317.0, 4309.0, 4318.0, 4318.0, 4320.0, 4310.0, 4306.0, 4307.0, 4308.0, 4315.0, 4305.0, 4297.0, 4317.0, 4321.0, 4309.0, 4308.0, 4307.0, 4307.0, 4305.0, 4305.0, 4295.0, 4297.0, 4304.0, 4309.0, 4306.0, 4306.0, 4308.0, 4295.0, 4308.0, 4305.0, 4304.0, 4306.0, 4303.0, 4306.0, 4307.0, 4306.0, 4307.0, 4305.0, 4306.0, 4306.0, 4323.0, 4320.0, 4308.0, 4321.0, 4319.0, 4311.0, 4309.0, 4306.0, 4309.0, 4307.0, 4305.0, 4307.0, 4309.0, 4298.0, 4304.0, 4305.0, 4296.0, 4293.0, 4296.0, 4292.0, 4295.0, 4306.0, 4307.0, 4297.0, 4307.0, 4307.0, 4309.0, 4320.0, 4319.0, 4309.0, 4322.0, 4311.0, 4309.0, 4308.0, 4309.0, 4319.0, 4310.0, 4309.0, 4312.0, 4320.0, 4322.0, 4319.0, 4309.0, 4310.0, 4307.0, 4297.0, 4305.0, 4306.0, 4309.0, 4316.0, 4307.0, 4309.0, 4309.0, 4309.0, 4309.0, 4297.0, 4296.0, 4296.0, 4296.0, 4306.0, 4295.0, 4299.0, 4311.0, 4310.0, 4309.0, 4298.0, 4299.0, 4297.0, 4295.0, 4315.0, 4297.0, 4297.0, 4295.0, 4309.0, 4307.0, 4297.0, 4310.0, 4309.0, 4298.0, 4297.0, 4307.0, 4305.0, 4307.0, 4306.0, 4319.0, 4309.0, 4320.0, 4310.0, 4309.0, 4294.0, 4297.0, 4306.0, 4295.0, 4304.0, 4294.0, 4286.0, 4307.0, 4298.0, 4292.0, 4285.0, 4293.0, 4283.0, 4283.0, 4292.0, 4294.0, 4305.0, 4286.0, 4296.0, 4295.0, 4286.0, 4310.0, 4296.0, 4309.0, 4300.0, 4299.0, 4308.0, 4328.0, 4309.0, 4307.0, 4308.0, 4309.0, 4307.0, 4297.0, 4322.0, 4311.0, 4297.0, 4295.0, 4295.0, 4293.0, 4295.0, 4303.0, 4285.0, 4294.0, 4292.0, 4285.0, 4302.0, 4295.0, 4306.0, 4296.0, 4294.0, 4290.0, 4284.0, 4291.0, 4294.0, 4296.0, 4293.0, 4294.0, 4297.0, 4295.0, 4297.0, 4306.0, 4296.0, 4297.0, 4294.0, 4296.0, 4313.0, 4294.0, 4295.0, 4295.0, 4295.0, 4297.0, 4307.0, 4298.0, 4305.0, 4297.0, 4295.0, 4306.0, 4310.0, 4316.0, 4309.0, 4297.0, 4295.0, 4300.0, 4308.0, 4308.0, 4307.0, 4308.0, 4311.0, 4310.0, 4311.0, 4307.0, 4309.0, 4310.0, 4307.0, 4309.0, 4307.0, 4308.0, 4311.0, 4309.0, 4309.0, 4320.0, 4308.0, 4307.0, 4307.0, 4309.0, 4310.0, 4298.0, 4309.0, 4298.0, 4298.0, 4305.0, 4312.0, 4305.0, 4296.0, 4298.0, 4297.0, 4284.0, 4294.0, 4284.0, 4285.0, 4293.0, 4283.0, 4282.0, 4290.0, 4283.0, 4293.0, 4284.0, 4283.0, 4292.0, 4284.0, 4291.0, 4293.0, 4292.0, 4294.0, 4296.0, 4308.0, 4309.0, 4310.0, 4309.0, 4309.0, 4306.0, 4298.0, 4296.0, 4295.0, 4309.0, 4296.0, 4297.0, 4305.0, 4306.0, 4306.0, 4297.0, 4322.0, 4311.0, 4298.0, 4295.0, 4297.0, 4295.0, 4296.0, 4309.0, 4305.0, 4299.0, 4306.0, 4295.0, 4284.0, 4294.0, 4297.0, 4306.0, 4297.0, 4299.0, 4307.0, 4298.0, 4295.0, 4310.0, 4296.0, 4297.0, 4298.0, 4296.0, 4309.0, 4308.0, 4296.0, 4298.0, 4297.0, 4298.0, 4295.0, 4297.0, 4295.0, 4297.0, 4297.0, 4294.0, 4296.0, 4306.0, 4299.0, 4309.0, 4298.0, 4297.0, 4295.0, 4286.0, 4284.0, 4284.0, 4296.0, 4285.0, 4295.0, 4307.0, 4298.0, 4316.0, 4306.0, 4310.0, 4315.0, 4298.0, 4304.0, 4294.0, 4294.0, 4283.0, 4295.0, 4294.0, 4297.0, 4297.0, 4283.0, 4285.0, 4294.0, 4283.0, 4270.0, 4281.0, 4285.0, 4281.0, 4288.0, 4298.0, 4297.0, 4299.0, 4296.0, 4296.0, 4294.0, 4295.0, 4287.0, 4298.0, 4300.0, 4285.0, 4287.0, 4296.0, 4296.0, 4286.0, 4295.0, 4297.0, 4306.0, 4299.0, 4298.0, 4296.0, 4286.0, 4284.0, 4287.0, 4286.0, 4294.0, 4300.0, 4297.0, 4288.0, 4298.0, 4287.0, 4297.0, 4286.0, 4287.0, 4295.0, 4298.0, 4296.0, 4297.0, 4296.0, 4298.0, 4296.0, 4296.0, 4298.0, 4308.0, 4297.0, 4296.0, 4298.0, 4298.0, 4286.0, 4297.0, 4295.0, 4283.0], 'WindowWidth': [9741.0, 9724.0, 9690.0, 9670.0, 9678.0, 9651.0, 9668.0, 9680.0, 9628.0, 9649.0, 9644.0, 9634.0, 9633.0, 9621.0, 9647.0, 9637.0, 9644.0, 9654.0, 9620.0, 9635.0, 9622.0, 9620.0, 9638.0, 9640.0, 9651.0, 9645.0, 9622.0, 9634.0, 9625.0, 9646.0, 9622.0, 9618.0, 9632.0, 9627.0, 9665.0, 9627.0, 9620.0, 9635.0, 9628.0, 9637.0, 9625.0, 9637.0, 9636.0, 9628.0, 9657.0, 9650.0, 9651.0, 9648.0, 9634.0, 9646.0, 9628.0, 9645.0, 9634.0, 9621.0, 9631.0, 9629.0, 9652.0, 9642.0, 9620.0, 9634.0, 9620.0, 9623.0, 9622.0, 9634.0, 9639.0, 9643.0, 9691.0, 9645.0, 9657.0, 9642.0, 9623.0, 9643.0, 9621.0, 9641.0, 9638.0, 9637.0, 9650.0, 9622.0, 9633.0, 9637.0, 9639.0, 9642.0, 9647.0, 9662.0, 9669.0, 9651.0, 9664.0, 9668.0, 9676.0, 9690.0, 9667.0, 9677.0, 9693.0, 9705.0, 9654.0, 9675.0, 9524.0, 9476.0, 9642.0, 9599.0, 9570.0, 9569.0, 9567.0, 9565.0, 9577.0, 9587.0, 9574.0, 9595.0, 9602.0, 9576.0, 9575.0, 9567.0, 9532.0, 9552.0, 9523.0, 9518.0, 9518.0, 9536.0, 9518.0, 9537.0, 9548.0, 9540.0, 9538.0, 9539.0, 9538.0, 9539.0, 9542.0, 9539.0, 9538.0, 9520.0, 9515.0, 9522.0, 9529.0, 9515.0, 9515.0, 9538.0, 9522.0, 9517.0, 9516.0, 9517.0, 9539.0, 9524.0, 9519.0, 9512.0, 9517.0, 9514.0, 9497.0, 9514.0, 9522.0, 9531.0, 9521.0, 9545.0, 9566.0, 9544.0, 9537.0, 9524.0, 9533.0, 9518.0, 9517.0, 9535.0, 9561.0, 9567.0, 9551.0, 9543.0, 9545.0, 9541.0, 9542.0, 9531.0, 9545.0, 9544.0, 9564.0, 9573.0, 9571.0, 9570.0, 9551.0, 9566.0, 9552.0, 9569.0, 9567.0, 9565.0, 9571.0, 9575.0, 9570.0, 9574.0, 9581.0, 9572.0, 9574.0, 9572.0, 9550.0, 9545.0, 9545.0, 9554.0, 9545.0, 9546.0, 9549.0, 9562.0, 9564.0, 9552.0, 9565.0, 9550.0, 9568.0, 9576.0, 9574.0, 9565.0, 9565.0, 9562.0, 9578.0, 9568.0, 9548.0, 9580.0, 9571.0, 9552.0, 9559.0, 9552.0, 9546.0, 9551.0, 9561.0, 9566.0, 9573.0, 9567.0, 9551.0, 9532.0, 9550.0, 9551.0, 9546.0, 9561.0, 9549.0, 9552.0, 9551.0, 9551.0, 9577.0, 9589.0, 9575.0, 9550.0, 9552.0, 9563.0, 9563.0, 9570.0, 9568.0, 9574.0, 9576.0, 9572.0, 9571.0, 9567.0, 9563.0, 9552.0, 9552.0, 9566.0, 9548.0, 9565.0, 9562.0, 9547.0, 9549.0, 9561.0, 9546.0, 9570.0, 9568.0, 9551.0, 9544.0, 9541.0, 9553.0, 9526.0, 9568.0, 9546.0, 9548.0, 9566.0, 9572.0, 9554.0, 9562.0, 9532.0, 9541.0, 9542.0, 9538.0, 9540.0, 9541.0, 9545.0, 9550.0, 9562.0, 9549.0, 9543.0, 9568.0, 9552.0, 9544.0, 9545.0, 9540.0, 9549.0, 9554.0, 9557.0, 9552.0, 9551.0, 9553.0, 9546.0, 9550.0, 9548.0, 9548.0, 9568.0, 9550.0, 9569.0, 9564.0, 9551.0, 9548.0, 9543.0, 9545.0, 9540.0, 9536.0, 9524.0, 9535.0, 9540.0, 9545.0, 9541.0, 9529.0, 9523.0, 9525.0, 9535.0, 9536.0, 9521.0, 9525.0, 9525.0, 9539.0, 9529.0, 9542.0, 9537.0, 9527.0, 9538.0, 9529.0, 9526.0, 9514.0, 9499.0, 9508.0, 9500.0, 9497.0, 9509.0, 9519.0, 9518.0, 9518.0, 9527.0, 9525.0, 9528.0, 9524.0, 9522.0, 9505.0, 9518.0, 9536.0, 9525.0, 9543.0, 9566.0, 9554.0, 9567.0, 9551.0, 9567.0, 9535.0, 9548.0, 9551.0, 9548.0, 9551.0, 9576.0, 9567.0, 9558.0, 9548.0, 9548.0, 9550.0, 9543.0, 9546.0, 9547.0, 9550.0, 9554.0, 9572.0, 9557.0, 9550.0, 9552.0, 9561.0, 9547.0, 9545.0, 9542.0, 9553.0, 9570.0, 9552.0, 9551.0, 9548.0, 9547.0, 9546.0, 9541.0, 9547.0, 9551.0, 9556.0, 9568.0, 9551.0, 9557.0, 9530.0, 9522.0, 9541.0, 9527.0, 9539.0, 9546.0, 9543.0, 9540.0, 9549.0, 9547.0, 9548.0, 9545.0, 9527.0, 9523.0, 9513.0, 9505.0, 9509.0, 9499.0, 9510.0, 9512.0, 9518.0, 9498.0, 9500.0, 9493.0, 9489.0, 9478.0, 9488.0, 9493.0, 9486.0, 9511.0, 9498.0, 9510.0, 9512.0, 9515.0, 9519.0, 9496.0, 9492.0, 9504.0, 9484.0, 9471.0, 9474.0, 9484.0, 9491.0, 9503.0, 9494.0, 9501.0, 9521.0, 9506.0, 9501.0, 9504.0, 9513.0, 9511.0, 9502.0, 9513.0, 9519.0, 9516.0, 9503.0, 9527.0, 9530.0, 9527.0, 9520.0, 9500.0, 9503.0, 9523.0, 9544.0, 9535.0, 9523.0, 9528.0, 9545.0, 9553.0, 9552.0, 9548.0, 9525.0, 9540.0, 9541.0, 9523.0, 9539.0, 9532.0, 9541.0, 9545.0, 9548.0, 9534.0, 9526.0, 9525.0, 9528.0, 9535.0, 9521.0, 9512.0, 9541.0, 9548.0, 9531.0, 9527.0, 9525.0, 9523.0, 9521.0, 9520.0, 9507.0, 9510.0, 9519.0, 9528.0, 9523.0, 9521.0, 9525.0, 9505.0, 9525.0, 9519.0, 9517.0, 9522.0, 9516.0, 9522.0, 9526.0, 9523.0, 9523.0, 9519.0, 9523.0, 9522.0, 9558.0, 9552.0, 9531.0, 9552.0, 9548.0, 9535.0, 9530.0, 9523.0, 9529.0, 9525.0, 9520.0, 9525.0, 9531.0, 9516.0, 9519.0, 9518.0, 9508.0, 9501.0, 9508.0, 9499.0, 9504.0, 9525.0, 9526.0, 9513.0, 9524.0, 9525.0, 9531.0, 9550.0, 9547.0, 9532.0, 9554.0, 9540.0, 9534.0, 9529.0, 9533.0, 9545.0, 9533.0, 9530.0, 9538.0, 9546.0, 9553.0, 9548.0, 9532.0, 9532.0, 9525.0, 9512.0, 9521.0, 9521.0, 9529.0, 9535.0, 9523.0, 9531.0, 9533.0, 9531.0, 9527.0, 9509.0, 9506.0, 9507.0, 9507.0, 9521.0, 9506.0, 9517.0, 9534.0, 9533.0, 9530.0, 9514.0, 9514.0, 9510.0, 9506.0, 9532.0, 9509.0, 9512.0, 9506.0, 9527.0, 9523.0, 9512.0, 9535.0, 9532.0, 9514.0, 9510.0, 9526.0, 9521.0, 9524.0, 9524.0, 9547.0, 9534.0, 9548.0, 9530.0, 9526.0, 9499.0, 9508.0, 9517.0, 9503.0, 9513.0, 9498.0, 9491.0, 9522.0, 9509.0, 9495.0, 9487.0, 9495.0, 9481.0, 9481.0, 9493.0, 9500.0, 9517.0, 9493.0, 9504.0, 9505.0, 9492.0, 9534.0, 9505.0, 9528.0, 9513.0, 9515.0, 9523.0, 9554.0, 9527.0, 9523.0, 9524.0, 9527.0, 9521.0, 9510.0, 9549.0, 9531.0, 9506.0, 9500.0, 9499.0, 9494.0, 9499.0, 9508.0, 9484.0, 9497.0, 9491.0, 9485.0, 9507.0, 9502.0, 9516.0, 9504.0, 9498.0, 9488.0, 9483.0, 9491.0, 9497.0, 9502.0, 9495.0, 9500.0, 9505.0, 9502.0, 9507.0, 9521.0, 9506.0, 9505.0, 9498.0, 9504.0, 9524.0, 9499.0, 9502.0, 9500.0, 9502.0, 9510.0, 9523.0, 9510.0, 9516.0, 9508.0, 9503.0, 9522.0, 9530.0, 9536.0, 9528.0, 9510.0, 9506.0, 9516.0, 9523.0, 9527.0, 9524.0, 9526.0, 9534.0, 9533.0, 9533.0, 9524.0, 9528.0, 9530.0, 9523.0, 9526.0, 9522.0, 9527.0, 9534.0, 9530.0, 9530.0, 9546.0, 9525.0, 9521.0, 9521.0, 9529.0, 9531.0, 9512.0, 9525.0, 9510.0, 9511.0, 9517.0, 9535.0, 9520.0, 9507.0, 9510.0, 9507.0, 9486.0, 9497.0, 9483.0, 9485.0, 9493.0, 9481.0, 9479.0, 9488.0, 9480.0, 9496.0, 9484.0, 9482.0, 9492.0, 9484.0, 9492.0, 9497.0, 9496.0, 9501.0, 9506.0, 9525.0, 9530.0, 9531.0, 9527.0, 9528.0, 9519.0, 9508.0, 9502.0, 9504.0, 9529.0, 9506.0, 9508.0, 9516.0, 9520.0, 9517.0, 9511.0, 9554.0, 9534.0, 9512.0, 9502.0, 9508.0, 9504.0, 9506.0, 9525.0, 9517.0, 9513.0, 9518.0, 9502.0, 9487.0, 9500.0, 9506.0, 9518.0, 9512.0, 9515.0, 9522.0, 9512.0, 9503.0, 9529.0, 9507.0, 9510.0, 9512.0, 9506.0, 9528.0, 9524.0, 9507.0, 9511.0, 9509.0, 9514.0, 9506.0, 9508.0, 9502.0, 9506.0, 9506.0, 9500.0, 9505.0, 9520.0, 9514.0, 9528.0, 9510.0, 9506.0, 9501.0, 9490.0, 9485.0, 9486.0, 9505.0, 9489.0, 9504.0, 9522.0, 9511.0, 9534.0, 9525.0, 9532.0, 9533.0, 9510.0, 9515.0, 9499.0, 9499.0, 9482.0, 9502.0, 9499.0, 9508.0, 9507.0, 9485.0, 9487.0, 9496.0, 9481.0, 9461.0, 9478.0, 9487.0, 9479.0, 9499.0, 9513.0, 9508.0, 9513.0, 9505.0, 9504.0, 9500.0, 9503.0, 9494.0, 9512.0, 9517.0, 9490.0, 9495.0, 9505.0, 9505.0, 9491.0, 9503.0, 9508.0, 9520.0, 9515.0, 9511.0, 9505.0, 9491.0, 9485.0, 9492.0, 9490.0, 9501.0, 9516.0, 9510.0, 9496.0, 9509.0, 9494.0, 9508.0, 9492.0, 9494.0, 9503.0, 9511.0, 9505.0, 9508.0, 9507.0, 9511.0, 9507.0, 9506.0, 9513.0, 9528.0, 9509.0, 9505.0, 9510.0, 9508.0, 9491.0, 9508.0, 9501.0, 9485.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.01956146144994246</td></tr>
<tr><td colspan=3>aqi</td><td>0.0705826246260069</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.61711553505765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.262365332476958</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2929360956221185</td></tr>
<tr><td colspan=3>efc</td><td>0.478</td></tr>
<tr><td colspan=3>fber</td><td>5108.5503</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12912462981841205</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>98</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.277330264672036</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.672848191731065</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6356327553434364</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8707155679204437</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.512196251929314</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157604</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004224919714033604</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02557707205414772</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.5145613635020245</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>38.7201</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9504</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.2662</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299473.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>779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.8064</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7268</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.79</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3551.7601</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3702.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.0079</td></tr>
<tr><td colspan=3>tsnr</td><td>26.532393019879237</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>