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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:19:7.952500</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.998152, 0.00518772, 0.060546, -0.0151574, 0.986112, 0.16539]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857244</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7794, -7222, 389, -150, 23, 137, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b09926d9-a8b7-4015-9823-f27bc1d990d2||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.677968740463257, -0.04066622629761696, 0.1588873416185379, 109.45892333984375], [-0.013918265700340271, 2.6456656455993652, 0.44820651412010193, -112.35665130615234], [0.16244059801101685, -0.4437301754951477, 2.6577935218811035, -51.52315139770508], [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': ['141907.952500', '141908.412500', '141908.872500', '141909.332500', '141909.792500', '141910.252500', '141910.712500', '141911.172500', '141911.632500', '141912.092500', '141912.552500', '141913.012500', '141913.472500', '141913.932500', '141914.392500', '141914.852500', '141915.312500', '141915.772500', '141916.232500', '141916.692500', '141917.152500', '141917.612500', '141918.072500', '141918.532500', '141918.992500', '141919.452500', '141919.912500', '141920.372500', '141920.832500', '141921.292500', '141921.752500', '141922.212500', '141922.672500', '141923.132500', '141923.592500', '141924.052500', '141924.512500', '141924.972500', '141925.432500', '141925.892500', '141926.352500', '141926.812500', '141927.272500', '141927.732500', '141928.192500', '141928.652500', '141929.112500', '141929.572500', '141930.032500', '141930.492500', '141930.952500', '141931.412500', '141931.872500', '141932.332500', '141932.792500', '141933.252500', '141933.712500', '141934.172500', '141934.632500', '141935.092500', '141935.552500', '141936.012500', '141936.472500', '141936.932500', '141937.392500', '141937.852500', '141938.312500', '141938.772500', '141939.232500', '141939.692500', '141940.152500', '141940.612500', '141941.072500', '141941.532500', '141941.992500', '141942.452500', '141942.912500', '141943.372500', '141943.832500', '141944.292500', '141944.752500', '141945.212500', '141945.672500', '141946.132500', '141946.592500', '141947.052500', '141947.512500', '141947.972500', '141948.432500', '141948.892500', '141949.352500', '141949.812500', '141950.272500', '141950.732500', '141951.192500', '141951.652500', '141952.112500', '141952.572500', '141953.032500', '141953.492500', '141953.952500', '141954.412500', '141954.872500', '141955.332500', '141955.792500', '141956.252500', '141956.712500', '141957.172500', '141957.632500', '141958.092500', '141958.552500', '141959.012500', '141959.472500', '141959.932500', '142000.392500', '142000.852500', '142001.312500', '142001.772500', '142002.232500', '142002.692500', '142003.152500', '142003.612500', '142004.072500', '142004.532500', '142004.992500', '142005.452500', '142005.912500', '142006.372500', '142006.832500', '142007.292500', '142007.752500', '142008.212500', '142008.672500', '142009.132500', '142009.592500', '142010.052500', '142010.512500', '142010.972500', '142011.432500', '142011.892500', '142012.352500', '142012.812500', '142013.272500', '142013.732500', '142014.192500', '142014.652500', '142015.112500', '142015.572500', '142016.032500', '142016.492500', '142016.952500', '142017.412500', '142017.872500', '142018.332500', '142018.792500', '142019.252500', '142019.712500', '142020.172500', '142020.632500', '142021.092500', '142021.552500', '142022.012500', '142022.472500', '142022.932500', '142023.392500', '142023.852500', '142024.312500', '142024.772500', '142025.232500', '142025.692500', '142026.152500', '142026.612500', '142027.072500', '142027.532500', '142027.992500', '142028.452500', '142028.912500', '142029.372500', '142029.832500', '142030.292500', '142030.752500', '142031.212500', '142031.672500', '142032.132500', '142032.592500', '142033.052500', '142033.512500', '142033.972500', '142034.432500', '142034.892500', '142035.352500', '142035.812500', '142036.272500', '142036.732500', '142037.192500', '142037.652500', '142038.112500', '142038.572500', '142039.032500', '142039.492500', '142039.952500', '142040.412500', '142040.872500', '142041.332500', '142041.792500', '142042.252500', '142042.712500', '142043.172500', '142043.632500', '142044.092500', '142044.552500', '142045.012500', '142045.472500', '142045.932500', '142046.392500', '142046.852500', '142047.312500', '142047.772500', '142048.232500', '142048.692500', '142049.152500', '142049.612500', '142050.072500', '142050.532500', '142050.992500', '142051.452500', '142051.912500', '142052.372500', '142052.832500', '142053.292500', '142053.752500', '142054.212500', '142054.672500', '142055.132500', '142055.592500', '142056.052500', '142056.512500', '142056.972500', '142057.432500', '142057.892500', '142058.352500', '142058.812500', '142059.272500', '142059.732500', '142100.192500', '142100.652500', '142101.112500', '142101.572500', '142102.032500', '142102.492500', '142102.952500', '142103.412500', '142103.872500', '142104.332500', '142104.792500', '142105.252500', '142105.712500', '142106.172500', '142106.632500', '142107.092500', '142107.552500', '142108.012500', '142108.472500', '142108.932500', '142109.392500', '142109.852500', '142110.312500', '142110.772500', '142111.232500', '142111.692500', '142112.152500', '142112.612500', '142113.072500', '142113.532500', '142113.992500', '142114.452500', '142114.912500', '142115.372500', '142115.832500', '142116.292500', '142116.752500', '142117.212500', '142117.672500', '142118.132500', '142118.592500', '142119.052500', '142119.512500', '142119.972500', '142120.432500', '142120.892500', '142121.352500', '142121.812500', '142122.272500', '142122.732500', '142123.192500', '142123.652500', '142124.112500', '142124.572500', '142125.032500', '142125.492500', '142125.952500', '142126.412500', '142126.872500', '142127.332500', '142127.792500', '142128.252500', '142128.712500', '142129.172500', '142129.632500', '142130.092500', '142130.552500', '142131.012500', '142131.472500', '142131.932500', '142132.392500', '142132.852500', '142133.312500', '142133.772500', '142134.232500', '142134.692500', '142135.152500', '142135.612500', '142136.072500', '142136.532500', '142136.992500', '142137.452500', '142137.912500', '142138.372500', '142138.832500', '142139.292500', '142139.752500', '142140.212500', '142140.672500', '142141.132500', '142141.592500', '142142.052500', '142142.512500', '142142.972500', '142143.432500', '142143.892500', '142144.352500', '142144.812500', '142145.272500', '142145.732500', '142146.192500', '142146.652500', '142147.112500', '142147.572500', '142148.032500', '142148.492500', '142148.952500', '142149.412500', '142149.872500', '142150.332500', '142150.792500', '142151.252500', '142151.712500', '142152.172500', '142152.632500', '142153.092500', '142153.552500', '142154.012500', '142154.472500', '142154.932500', '142155.392500', '142155.852500', '142156.312500', '142156.772500', '142157.232500', '142157.692500', '142158.152500', '142158.612500', '142159.072500', '142159.532500', '142159.992500', '142200.452500', '142200.912500', '142201.372500', '142201.832500', '142202.292500', '142202.752500', '142203.212500', '142203.672500', '142204.132500', '142204.592500', '142205.052500', '142205.512500', '142205.972500', '142206.432500', '142206.892500', '142207.352500', '142207.812500', '142208.272500', '142208.732500', '142209.192500', '142209.652500', '142210.112500', '142210.572500', '142211.032500', '142211.492500', '142211.952500', '142212.412500', '142212.872500', '142213.332500', '142213.792500', '142214.252500', '142214.712500', '142215.172500', '142215.632500', '142216.092500', '142216.552500', '142217.012500', '142217.472500', '142217.932500', '142218.392500', '142218.852500', '142219.312500', '142219.772500', '142220.232500', '142220.692500', '142221.152500', '142221.612500', '142222.072500', '142222.532500', '142222.992500', '142223.452500', '142223.912500', '142224.372500', '142224.832500', '142225.292500', '142225.752500', '142226.212500', '142226.672500', '142227.132500', '142227.592500', '142228.052500', '142228.512500', '142228.972500', '142229.432500', '142229.892500', '142230.352500', '142230.812500', '142231.272500', '142231.732500', '142232.192500', '142232.652500', '142233.112500', '142233.572500', '142234.032500', '142234.492500', '142234.952500', '142235.412500', '142235.872500', '142236.332500', '142236.792500', '142237.252500', '142237.712500', '142238.172500', '142238.632500', '142239.092500', '142239.552500', '142240.012500', '142240.472500', '142240.932500', '142241.392500', '142241.852500', '142242.312500', '142242.772500', '142243.232500', '142243.692500', '142244.152500', '142244.612500', '142245.072500', '142245.532500', '142245.992500', '142246.452500', '142246.912500', '142247.372500', '142247.832500', '142248.292500', '142248.752500', '142249.212500', '142249.672500', '142250.132500', '142250.592500', '142251.052500', '142251.512500', '142251.972500', '142252.432500', '142252.892500', '142253.352500', '142253.812500', '142254.272500', '142254.732500', '142255.192500', '142255.652500', '142256.112500', '142256.572500', '142257.032500', '142257.492500', '142257.952500', '142258.412500', '142258.872500', '142259.332500', '142259.792500', '142300.252500', '142300.712500', '142301.172500', '142301.632500', '142302.092500', '142302.552500', '142303.012500', '142303.472500', '142303.932500', '142304.392500', '142304.852500', '142305.312500', '142305.772500', '142306.232500', '142306.692500', '142307.152500', '142307.612500', '142308.072500', '142308.532500', '142308.992500', '142309.452500', '142309.912500', '142310.372500', '142310.832500', '142311.292500', '142311.752500', '142312.212500', '142312.672500', '142313.132500', '142313.592500', '142314.052500', '142314.512500', '142314.972500', '142315.432500', '142315.892500', '142316.352500', '142316.812500', '142317.272500', '142317.732500', '142318.192500', '142318.652500', '142319.112500', '142319.572500', '142320.032500', '142320.492500', '142320.952500', '142321.412500', '142321.872500', '142322.332500', '142322.792500', '142323.252500', '142323.712500', '142324.172500', '142324.632500', '142325.092500', '142325.552500', '142326.012500', '142326.472500', '142326.932500', '142327.392500', '142327.852500', '142328.312500', '142328.772500', '142329.232500', '142329.692500', '142330.152500', '142330.612500', '142331.072500', '142331.532500', '142331.992500', '142332.452500', '142332.912500', '142333.372500', '142333.832500', '142334.292500', '142334.752500', '142335.212500', '142335.672500', '142336.132500', '142336.592500', '142337.052500', '142337.512500', '142337.972500', '142338.432500', '142338.892500', '142339.352500', '142339.812500', '142340.272500', '142340.732500', '142341.192500', '142341.652500', '142342.112500', '142342.572500', '142343.032500', '142343.492500', '142343.952500', '142344.412500', '142344.872500', '142345.332500', '142345.792500', '142346.252500', '142346.712500', '142347.172500', '142347.632500', '142348.092500', '142348.552500', '142349.012500', '142349.472500', '142349.932500', '142350.392500', '142350.852500', '142351.312500', '142351.772500', '142352.232500', '142352.692500', '142353.152500', '142353.612500', '142354.072500', '142354.532500', '142354.992500', '142355.452500', '142355.912500', '142356.372500', '142356.832500', '142357.292500', '142357.752500', '142358.212500', '142358.672500', '142359.132500', '142359.592500', '142400.052500', '142400.512500', '142400.972500', '142401.432500', '142401.892500', '142402.352500', '142402.812500', '142403.272500', '142403.732500', '142404.192500', '142404.652500', '142405.112500', '142405.572500', '142406.032500', '142406.492500', '142406.952500', '142407.412500', '142407.872500', '142408.332500', '142408.792500', '142409.252500', '142409.712500', '142410.172500', '142410.632500', '142411.092500', '142411.552500', '142412.012500', '142412.472500', '142412.932500', '142413.392500', '142413.852500', '142414.312500', '142414.772500', '142415.232500', '142415.692500', '142416.152500', '142416.612500', '142417.072500', '142417.532500', '142417.992500', '142418.452500', '142418.912500', '142419.372500', '142419.832500', '142420.292500', '142420.752500', '142421.212500', '142421.672500', '142422.132500', '142422.592500', '142423.052500', '142423.512500', '142423.972500', '142424.432500', '142424.892500', '142425.352500', '142425.812500', '142426.272500', '142426.732500', '142427.192500', '142427.652500', '142428.112500', '142428.572500', '142429.032500', '142429.492500', '142429.952500', '142430.412500', '142430.872500', '142431.332500', '142431.792500', '142432.252500', '142432.712500', '142433.172500', '142433.632500', '142434.092500', '142434.552500', '142435.012500', '142435.472500', '142435.932500', '142436.392500', '142436.852500', '142437.312500', '142437.772500', '142438.232500', '142438.692500', '142439.152500', '142439.612500', '142440.072500', '142440.532500', '142440.992500', '142441.452500', '142441.912500', '142442.372500', '142442.832500', '142443.292500', '142443.752500', '142444.212500', '142444.672500', '142445.132500', '142445.592500', '142446.052500', '142446.512500', '142446.972500', '142447.432500', '142447.892500', '142448.352500', '142448.812500', '142449.272500', '142449.732500', '142450.192500', '142450.652500', '142451.112500', '142451.572500', '142452.032500', '142452.492500', '142452.952500', '142453.412500', '142453.872500', '142454.332500', '142454.792500', '142455.252500', '142455.712500', '142456.172500', '142456.632500', '142457.092500', '142457.552500', '142458.012500', '142458.472500', '142458.932500', '142459.392500', '142459.852500', '142500.312500', '142500.772500', '142501.232500', '142501.692500', '142502.152500', '142502.612500', '142503.072500', '142503.532500', '142503.992500', '142504.452500', '142504.912500', '142505.372500', '142505.832500', '142506.292500', '142506.752500', '142507.212500', '142507.672500', '142508.132500', '142508.592500', '142509.052500', '142509.512500', '142509.972500', '142510.432500', '142510.892500', '142511.352500', '142511.812500', '142512.272500', '142512.732500', '142513.192500', '142513.652500', '142514.112500', '142514.572500', '142515.032500', '142515.492500', '142515.952500', '142516.412500', '142516.872500', '142517.332500', '142517.792500', '142518.252500', '142518.712500', '142519.172500', '142519.632500', '142520.092500', '142520.552500', '142521.012500', '142521.472500', '142521.932500', '142522.392500', '142522.852500', '142523.312500', '142523.772500', '142524.232500', '142524.692500', '142525.152500', '142525.612500', '142526.072500', '142526.532500', '142526.992500', '142527.452500', '142527.912500', '142528.372500', '142528.832500', '142529.292500', '142529.752500', '142530.212500', '142530.672500', '142531.132500', '142531.592500', '142532.052500', '142532.512500', '142532.972500', '142533.432500', '142533.892500', '142534.352500', '142534.812500', '142535.272500', '142535.732500', '142536.192500', '142536.652500', '142537.112500', '142537.572500', '142538.032500', '142538.492500', '142538.952500', '142539.412500', '142539.872500', '142540.332500', '142540.792500', '142541.252500', '142541.712500', '142542.172500', '142542.632500', '142543.092500', '142543.552500', '142544.012500', '142544.472500', '142544.932500', '142545.392500', '142545.852500', '142546.312500', '142546.772500', '142547.232500', '142547.692500', '142548.152500', '142548.612500'], 'ContentTime': ['141924.979000', '141924.982000', '141924.985000', '141924.987000', '141924.990000', '141924.992000', '141924.995000', '141924.998000', '141925.001000', '141925.004000', '141925.006000', '141925.009000', '141925.011000', '141925.014000', '141925.016000', '141925.019000', '141925.022000', '141925.024000', '141925.032000', '141925.034000', '141925.037000', '141925.039000', '141925.042000', '141925.044000', '141925.047000', '141925.049000', '141925.052000', '141925.054000', '141925.057000', '141925.060000', '141925.062000', '141925.067000', '141925.070000', '141925.072000', '141944.947000', '141944.950000', '141944.953000', '141944.955000', '141944.958000', '141944.961000', '141944.963000', '141944.975000', '141944.978000', '141944.980000', '141944.983000', '141944.985000', '141944.988000', '141944.990000', '141944.993000', '141944.995000', '141944.998000', '141945.009000', '141945.011000', '141945.014000', '141945.016000', '141945.019000', '141945.022000', '141945.024000', '141945.027000', '141945.029000', '141945.032000', '141945.034000', '141945.037000', '141945.039000', '141945.042000', '141945.044000', '141945.047000', '141945.049000', '141945.052000', '141945.055000', '141945.057000', '141945.060000', '141945.062000', '141945.065000', '141945.068000', '141945.070000', '141945.073000', '142004.947000', '142004.950000', '142004.953000', '142004.955000', '142004.958000', '142004.960000', '142004.963000', '142004.966000', '142004.968000', '142004.971000', '142004.973000', '142004.976000', '142004.979000', '142004.981000', '142004.984000', '142004.986000', '142004.989000', '142004.995000', '142004.997000', '142005.001000', '142005.003000', '142005.006000', '142005.009000', '142005.011000', '142005.014000', '142005.016000', '142005.019000', '142005.022000', '142005.024000', '142005.027000', '142005.029000', '142005.032000', '142005.034000', '142005.037000', '142005.040000', '142005.042000', '142005.045000', '142005.047000', '142005.050000', '142005.052000', '142005.055000', '142005.057000', '142005.060000', '142005.062000', '142024.947000', '142024.950000', '142024.953000', '142024.955000', '142024.958000', '142024.960000', '142024.963000', '142024.966000', '142024.968000', '142024.971000', '142024.973000', '142024.976000', '142024.978000', '142024.981000', '142024.983000', '142024.986000', '142024.989000', '142024.991000', '142024.994000', '142024.996000', '142025.000000', '142025.002000', '142025.005000', '142025.007000', '142025.019000', '142025.021000', '142025.024000', '142025.027000', '142025.029000', '142025.032000', '142025.034000', '142025.037000', '142025.039000', '142025.042000', '142025.044000', '142025.047000', '142025.050000', '142025.052000', '142025.055000', '142025.057000', '142025.060000', '142025.062000', '142025.065000', '142044.948000', '142044.951000', '142044.954000', '142044.956000', '142044.959000', '142044.962000', '142044.964000', '142044.967000', '142044.969000', '142044.972000', '142044.974000', '142044.977000', '142044.979000', '142044.982000', '142044.985000', '142044.987000', '142044.990000', '142044.992000', '142044.995000', '142044.997000', '142045.001000', '142045.004000', '142045.006000', '142045.009000', '142045.011000', '142045.014000', '142045.016000', '142045.019000', '142045.022000', '142045.025000', '142045.028000', '142045.031000', '142045.033000', '142045.036000', '142045.038000', '142045.041000', '142045.044000', '142045.046000', '142045.049000', '142045.051000', '142045.054000', '142045.056000', '142045.059000', '142104.948000', '142104.950000', '142104.953000', '142104.955000', '142104.958000', '142104.961000', '142104.963000', '142104.966000', '142104.968000', '142104.971000', '142104.973000', '142104.976000', '142104.978000', '142104.981000', '142104.983000', '142104.986000', '142104.989000', '142104.991000', '142104.994000', '142104.996000', '142105.000000', '142105.002000', '142105.005000', '142105.008000', '142105.010000', '142105.013000', '142105.015000', '142105.018000', '142105.020000', '142105.023000', '142105.025000', '142105.028000', '142105.030000', '142105.033000', '142105.036000', '142105.038000', '142105.041000', '142105.043000', '142105.046000', '142105.048000', '142105.051000', '142105.054000', '142105.056000', '142105.059000', '142124.946000', '142124.949000', '142124.952000', '142124.967000', '142124.970000', '142124.972000', '142124.975000', '142124.978000', '142124.980000', '142124.983000', '142124.985000', '142124.988000', '142124.991000', '142124.993000', '142124.996000', '142124.998000', '142125.002000', '142125.004000', '142125.007000', '142125.010000', '142125.012000', '142125.015000', '142125.018000', '142125.020000', '142125.023000', '142125.025000', '142125.028000', '142125.030000', '142125.033000', '142125.035000', '142125.038000', '142125.041000', '142125.043000', '142125.046000', '142125.048000', '142125.051000', '142125.054000', '142125.056000', '142125.059000', '142125.061000', '142125.064000', '142125.066000', '142125.069000', '142144.946000', '142144.949000', '142144.952000', '142144.954000', '142144.957000', '142144.960000', '142144.962000', '142144.965000', '142144.967000', '142144.970000', '142144.972000', '142144.975000', '142144.977000', '142144.980000', '142144.983000', '142144.985000', '142144.988000', '142144.990000', '142144.993000', '142144.996000', '142144.998000', '142145.002000', '142145.004000', '142145.007000', '142145.009000', '142145.012000', '142145.014000', '142145.017000', '142145.020000', '142145.022000', '142145.025000', '142145.027000', '142145.030000', '142145.032000', '142145.035000', '142145.038000', '142145.040000', '142145.043000', '142145.045000', '142145.048000', '142145.051000', '142145.053000', '142145.056000', '142145.058000', '142204.948000', '142204.950000', '142204.953000', '142204.956000', '142204.958000', '142204.962000', '142204.965000', '142204.968000', '142204.970000', '142204.973000', '142204.975000', '142204.978000', '142204.980000', '142204.983000', '142204.986000', '142204.989000', '142204.991000', '142204.994000', '142204.997000', '142204.999000', '142205.002000', '142205.004000', '142205.007000', '142205.009000', '142205.012000', '142205.015000', '142205.017000', '142205.020000', '142205.022000', '142205.025000', '142205.027000', '142205.030000', '142205.033000', '142205.035000', '142205.038000', '142205.040000', '142205.043000', '142205.046000', '142205.048000', '142205.051000', '142205.053000', '142205.056000', '142205.059000', '142224.947000', '142224.950000', '142224.953000', '142224.956000', '142224.958000', '142224.961000', '142224.964000', '142224.966000', '142224.969000', '142224.972000', '142224.974000', '142224.977000', '142224.979000', '142224.982000', '142224.985000', '142224.987000', '142224.990000', '142224.992000', '142224.995000', '142224.998000', '142225.001000', '142225.004000', '142225.006000', '142225.009000', '142225.011000', '142225.014000', '142225.017000', '142225.019000', '142225.022000', '142225.024000', '142225.027000', '142225.030000', '142225.032000', '142225.035000', '142225.037000', '142225.040000', '142225.043000', '142225.045000', '142225.048000', '142225.050000', '142225.053000', '142225.055000', '142225.058000', '142225.061000', '142244.948000', '142244.950000', '142244.953000', '142244.956000', '142244.958000', '142244.961000', '142244.963000', '142244.966000', '142244.968000', '142244.972000', '142244.974000', '142244.977000', '142244.979000', '142244.982000', '142244.985000', '142244.988000', '142244.990000', '142244.993000', '142244.996000', '142244.998000', '142245.002000', '142245.006000', '142245.009000', '142245.012000', '142245.014000', '142245.017000', '142245.019000', '142245.022000', '142245.025000', '142245.027000', '142245.030000', '142245.032000', '142245.035000', '142245.037000', '142245.040000', '142245.042000', '142245.045000', '142245.048000', '142245.050000', '142245.053000', '142245.055000', '142245.058000', '142245.069000', '142304.947000', '142304.950000', '142304.953000', '142304.955000', '142304.958000', '142304.961000', '142304.963000', '142304.966000', '142304.968000', '142304.971000', '142304.973000', '142304.976000', '142304.978000', '142304.981000', '142304.984000', '142304.986000', '142304.989000', '142304.992000', '142304.994000', '142304.997000', '142305.000000', '142305.003000', '142305.005000', '142305.008000', '142305.011000', '142305.013000', '142305.016000', '142305.018000', '142305.021000', '142305.023000', '142305.026000', '142305.029000', '142305.031000', '142305.034000', '142305.036000', '142305.039000', '142305.041000', '142305.044000', '142305.046000', '142305.049000', '142305.052000', '142305.054000', '142305.057000', '142305.060000', '142324.947000', '142324.950000', '142324.953000', '142324.956000', '142324.958000', '142324.961000', '142324.963000', '142324.966000', '142324.968000', '142324.971000', '142324.974000', '142324.976000', '142324.979000', '142324.982000', '142324.984000', '142324.987000', '142324.989000', '142324.992000', '142324.995000', '142324.998000', '142325.002000', '142325.005000', '142325.008000', '142325.010000', '142325.013000', '142325.015000', '142325.018000', '142325.021000', '142325.023000', '142325.026000', '142325.029000', '142325.032000', '142325.035000', '142325.037000', '142325.040000', '142325.042000', '142325.045000', '142325.048000', '142325.050000', '142325.053000', '142325.055000', '142325.058000', '142325.061000', '142344.946000', '142344.949000', '142344.952000', '142344.954000', '142344.957000', '142344.959000', '142344.962000', '142344.965000', '142344.967000', '142344.970000', '142344.972000', '142344.975000', '142344.977000', '142344.980000', '142344.983000', '142344.985000', '142344.988000', '142344.990000', '142344.993000', '142344.995000', '142344.998000', '142345.002000', '142345.004000', '142345.007000', '142345.009000', '142345.012000', '142345.015000', '142345.017000', '142345.020000', '142345.022000', '142345.025000', '142345.028000', '142345.030000', '142345.055000', '142345.057000', '142345.060000', '142345.062000', '142345.065000', '142345.068000', '142345.070000', '142345.073000', '142345.076000', '142345.078000', '142345.081000', '142404.947000', '142404.949000', '142404.952000', '142404.955000', '142404.957000', '142404.960000', '142404.962000', '142404.965000', '142404.967000', '142404.970000', '142404.973000', '142404.975000', '142404.978000', '142404.980000', '142404.983000', '142404.985000', '142404.988000', '142404.991000', '142404.993000', '142404.996000', '142404.998000', '142405.002000', '142405.004000', '142405.007000', '142405.015000', '142405.017000', '142405.020000', '142405.023000', '142405.025000', '142405.028000', '142405.030000', '142405.033000', '142405.035000', '142405.038000', '142405.041000', '142405.043000', '142405.046000', '142405.048000', '142405.051000', '142405.054000', '142405.056000', '142405.059000', '142405.061000', '142424.947000', '142424.950000', '142424.953000', '142424.955000', '142424.958000', '142424.961000', '142424.963000', '142424.966000', '142424.968000', '142424.971000', '142424.986000', '142424.989000', '142424.991000', '142424.994000', '142424.997000', '142424.999000', '142425.002000', '142425.004000', '142425.007000', '142425.010000', '142425.012000', '142425.015000', '142425.017000', '142425.020000', '142425.023000', '142425.025000', '142425.028000', '142425.030000', '142425.033000', '142425.035000', '142425.038000', '142425.041000', '142425.043000', '142425.046000', '142425.048000', '142425.051000', '142425.054000', '142425.056000', '142425.059000', '142425.061000', '142425.064000', '142425.067000', '142425.069000', '142425.072000', '142444.947000', '142444.950000', '142444.953000', '142444.956000', '142444.958000', '142444.961000', '142444.963000', '142444.966000', '142444.969000', '142444.971000', '142444.974000', '142444.976000', '142444.979000', '142444.981000', '142444.984000', '142444.987000', '142444.989000', '142444.992000', '142444.994000', '142444.997000', '142445.000000', '142445.003000', '142445.006000', '142445.008000', '142445.011000', '142445.013000', '142445.016000', '142445.019000', '142445.021000', '142445.024000', '142445.026000', '142445.029000', '142445.031000', '142445.034000', '142445.036000', '142445.039000', '142445.042000', '142445.044000', '142445.047000', '142445.050000', '142445.052000', '142445.055000', '142445.057000', '142504.948000', '142504.951000', '142504.953000', '142504.956000', '142504.958000', '142504.961000', '142504.964000', '142504.967000', '142504.970000', '142504.973000', '142504.975000', '142504.978000', '142504.982000', '142504.985000', '142504.988000', '142504.990000', '142504.993000', '142504.995000', '142504.998000', '142505.002000', '142505.004000', '142505.007000', '142505.009000', '142505.012000', '142505.015000', '142505.017000', '142505.020000', '142505.022000', '142505.025000', '142505.027000', '142505.030000', '142505.033000', '142505.035000', '142505.038000', '142505.040000', '142505.043000', '142505.045000', '142505.048000', '142505.051000', '142505.053000', '142505.056000', '142505.058000', '142505.061000', '142524.947000', '142524.950000', '142524.953000', '142524.955000', '142524.958000', '142524.961000', '142524.963000', '142524.966000', '142524.968000', '142524.971000', '142524.974000', '142524.976000', '142524.979000', '142524.981000', '142524.984000', '142524.986000', '142524.989000', '142524.992000', '142524.994000', '142524.997000', '142525.001000', '142525.003000', '142525.006000', '142525.009000', '142525.011000', '142525.014000', '142525.016000', '142525.019000', '142525.021000', '142525.024000', '142525.026000', '142525.029000', '142525.032000', '142525.034000', '142525.037000', '142525.039000', '142525.042000', '142525.045000', '142525.047000', '142525.050000', '142525.052000', '142525.055000', '142525.057000', '142525.060000', '142544.948000', '142544.950000', '142544.953000', '142544.956000', '142544.958000', '142544.961000', '142544.964000', '142544.966000', '142544.969000', '142544.971000', '142544.974000', '142544.976000', '142544.979000', '142544.982000', '142544.984000', '142544.987000', '142544.989000', '142544.992000', '142544.994000', '142544.997000', '142545.001000', '142545.020000', '142545.023000', '142545.025000', '142545.028000', '142545.031000', '142545.033000', '142545.036000', '142545.038000', '142545.041000', '142545.043000', '142545.046000', '142545.049000', '142545.051000', '142545.054000', '142545.057000', '142545.059000', '142545.062000', '142545.065000', '142545.067000', '142545.070000', '142545.072000', '142545.075000', '142545.078000', '142550.327000', '142550.330000', '142550.333000', '142550.335000', '142550.338000', '142550.341000', '142550.343000', '142550.346000', '142550.348000', '142550.351000', '142550.353000', '142550.356000'], 'InstanceCreationTime': ['141924.979000', '141924.982000', '141924.985000', '141924.987000', '141924.990000', '141924.992000', '141924.995000', '141924.998000', '141925.001000', '141925.004000', '141925.006000', '141925.009000', '141925.011000', '141925.014000', '141925.016000', '141925.019000', '141925.022000', '141925.024000', '141925.032000', '141925.034000', '141925.037000', '141925.039000', '141925.042000', '141925.044000', '141925.047000', '141925.049000', '141925.052000', '141925.054000', '141925.057000', '141925.060000', '141925.062000', '141925.067000', '141925.070000', '141925.072000', '141944.947000', '141944.950000', '141944.953000', '141944.955000', '141944.958000', '141944.961000', '141944.963000', '141944.975000', '141944.978000', '141944.980000', '141944.983000', '141944.985000', '141944.988000', '141944.990000', '141944.993000', '141944.995000', '141944.998000', '141945.009000', '141945.011000', '141945.014000', '141945.016000', '141945.019000', '141945.022000', '141945.024000', '141945.027000', '141945.029000', '141945.032000', '141945.034000', '141945.037000', '141945.039000', '141945.042000', '141945.044000', '141945.047000', '141945.049000', '141945.052000', '141945.055000', '141945.057000', '141945.060000', '141945.062000', '141945.065000', '141945.068000', '141945.070000', '141945.073000', '142004.947000', '142004.950000', '142004.953000', '142004.955000', '142004.958000', '142004.960000', '142004.963000', '142004.966000', '142004.968000', '142004.971000', '142004.973000', '142004.976000', '142004.979000', '142004.981000', '142004.984000', '142004.986000', '142004.989000', '142004.995000', '142004.997000', '142005.001000', '142005.003000', '142005.006000', '142005.009000', '142005.011000', '142005.014000', '142005.016000', '142005.019000', '142005.022000', '142005.024000', '142005.027000', '142005.029000', '142005.032000', '142005.034000', '142005.037000', '142005.040000', '142005.042000', '142005.045000', '142005.047000', '142005.050000', '142005.052000', '142005.055000', '142005.057000', '142005.060000', '142005.062000', '142024.947000', '142024.950000', '142024.953000', '142024.955000', '142024.958000', '142024.960000', '142024.963000', '142024.966000', '142024.968000', '142024.971000', '142024.973000', '142024.976000', '142024.978000', '142024.981000', '142024.983000', '142024.986000', '142024.989000', '142024.991000', '142024.994000', '142024.996000', '142025.000000', '142025.002000', '142025.005000', '142025.007000', '142025.019000', '142025.021000', '142025.024000', '142025.027000', '142025.029000', '142025.032000', '142025.034000', '142025.037000', '142025.039000', '142025.042000', '142025.044000', '142025.047000', '142025.050000', '142025.052000', '142025.055000', '142025.057000', '142025.060000', '142025.062000', '142025.065000', '142044.948000', '142044.951000', '142044.954000', '142044.956000', '142044.959000', '142044.962000', '142044.964000', '142044.967000', '142044.969000', '142044.972000', '142044.974000', '142044.977000', '142044.979000', '142044.982000', '142044.985000', '142044.987000', '142044.990000', '142044.992000', '142044.995000', '142044.997000', '142045.001000', '142045.004000', '142045.006000', '142045.009000', '142045.011000', '142045.014000', '142045.016000', '142045.019000', '142045.022000', '142045.025000', '142045.028000', '142045.031000', '142045.033000', '142045.036000', '142045.038000', '142045.041000', '142045.044000', '142045.046000', '142045.049000', '142045.051000', '142045.054000', '142045.056000', '142045.059000', '142104.948000', '142104.950000', '142104.953000', '142104.955000', '142104.958000', '142104.961000', '142104.963000', '142104.966000', '142104.968000', '142104.971000', '142104.973000', '142104.976000', '142104.978000', '142104.981000', '142104.983000', '142104.986000', '142104.989000', '142104.991000', '142104.994000', '142104.996000', '142105.000000', '142105.002000', '142105.005000', '142105.008000', '142105.010000', '142105.013000', '142105.015000', '142105.018000', '142105.020000', '142105.023000', '142105.025000', '142105.028000', '142105.030000', '142105.033000', '142105.036000', '142105.038000', '142105.041000', '142105.043000', '142105.046000', '142105.048000', '142105.051000', '142105.054000', '142105.056000', '142105.059000', '142124.946000', '142124.949000', '142124.952000', '142124.967000', '142124.970000', '142124.972000', '142124.975000', '142124.978000', '142124.980000', '142124.983000', '142124.985000', '142124.988000', '142124.991000', '142124.993000', '142124.996000', '142124.998000', '142125.002000', '142125.004000', '142125.007000', '142125.010000', '142125.012000', '142125.015000', '142125.018000', '142125.020000', '142125.023000', '142125.025000', '142125.028000', '142125.030000', '142125.033000', '142125.035000', '142125.038000', '142125.041000', '142125.043000', '142125.046000', '142125.048000', '142125.051000', '142125.054000', '142125.056000', '142125.059000', '142125.061000', '142125.064000', '142125.066000', '142125.069000', '142144.946000', '142144.949000', '142144.952000', '142144.954000', '142144.957000', '142144.960000', '142144.962000', '142144.965000', '142144.967000', '142144.970000', '142144.972000', '142144.975000', '142144.977000', '142144.980000', '142144.983000', '142144.985000', '142144.988000', '142144.990000', '142144.993000', '142144.996000', '142144.998000', '142145.002000', '142145.004000', '142145.007000', '142145.009000', '142145.012000', '142145.014000', '142145.017000', '142145.020000', '142145.022000', '142145.025000', '142145.027000', '142145.030000', '142145.032000', '142145.035000', '142145.038000', '142145.040000', '142145.043000', '142145.045000', '142145.048000', '142145.051000', '142145.053000', '142145.056000', '142145.058000', '142204.948000', '142204.950000', '142204.953000', '142204.956000', '142204.958000', '142204.962000', '142204.965000', '142204.968000', '142204.970000', '142204.973000', '142204.975000', '142204.978000', '142204.980000', '142204.983000', '142204.986000', '142204.989000', '142204.991000', '142204.994000', '142204.997000', '142204.999000', '142205.002000', '142205.004000', '142205.007000', '142205.009000', '142205.012000', '142205.015000', '142205.017000', '142205.020000', '142205.022000', '142205.025000', '142205.027000', '142205.030000', '142205.033000', '142205.035000', '142205.038000', '142205.040000', '142205.043000', '142205.046000', '142205.048000', '142205.051000', '142205.053000', '142205.056000', '142205.059000', '142224.947000', '142224.950000', '142224.953000', '142224.956000', '142224.958000', '142224.961000', '142224.964000', '142224.966000', '142224.969000', '142224.972000', '142224.974000', '142224.977000', '142224.979000', '142224.982000', '142224.985000', '142224.987000', '142224.990000', '142224.992000', '142224.995000', '142224.998000', '142225.001000', '142225.004000', '142225.006000', '142225.009000', '142225.011000', '142225.014000', '142225.017000', '142225.019000', '142225.022000', '142225.024000', '142225.027000', '142225.030000', '142225.032000', '142225.035000', '142225.037000', '142225.040000', '142225.043000', '142225.045000', '142225.048000', '142225.050000', '142225.053000', '142225.055000', '142225.058000', '142225.061000', '142244.948000', '142244.950000', '142244.953000', '142244.956000', '142244.958000', '142244.961000', '142244.963000', '142244.966000', '142244.968000', '142244.972000', '142244.974000', '142244.977000', '142244.979000', '142244.982000', '142244.985000', '142244.988000', '142244.990000', '142244.993000', '142244.996000', '142244.998000', '142245.002000', '142245.006000', '142245.009000', '142245.012000', '142245.014000', '142245.017000', '142245.019000', '142245.022000', '142245.025000', '142245.027000', '142245.030000', '142245.032000', '142245.035000', '142245.037000', '142245.040000', '142245.042000', '142245.045000', '142245.048000', '142245.050000', '142245.053000', '142245.055000', '142245.058000', '142245.069000', '142304.947000', '142304.950000', '142304.953000', '142304.955000', '142304.958000', '142304.961000', '142304.963000', '142304.966000', '142304.968000', '142304.971000', '142304.973000', '142304.976000', '142304.978000', '142304.981000', '142304.984000', '142304.986000', '142304.989000', '142304.992000', '142304.994000', '142304.997000', '142305.000000', '142305.003000', '142305.005000', '142305.008000', '142305.011000', '142305.013000', '142305.016000', '142305.018000', '142305.021000', '142305.023000', '142305.026000', '142305.029000', '142305.031000', '142305.034000', '142305.036000', '142305.039000', '142305.041000', '142305.044000', '142305.046000', '142305.049000', '142305.052000', '142305.054000', '142305.057000', '142305.060000', '142324.947000', '142324.950000', '142324.953000', '142324.956000', '142324.958000', '142324.961000', '142324.963000', '142324.966000', '142324.968000', '142324.971000', '142324.974000', '142324.976000', '142324.979000', '142324.982000', '142324.984000', '142324.987000', '142324.989000', '142324.992000', '142324.995000', '142324.998000', '142325.002000', '142325.005000', '142325.008000', '142325.010000', '142325.013000', '142325.015000', '142325.018000', '142325.021000', '142325.023000', '142325.026000', '142325.029000', '142325.032000', '142325.035000', '142325.037000', '142325.040000', '142325.042000', '142325.045000', '142325.048000', '142325.050000', '142325.053000', '142325.055000', '142325.058000', '142325.061000', '142344.946000', '142344.949000', '142344.952000', '142344.954000', '142344.957000', '142344.959000', '142344.962000', '142344.965000', '142344.967000', '142344.970000', '142344.972000', '142344.975000', '142344.977000', '142344.980000', '142344.983000', '142344.985000', '142344.988000', '142344.990000', '142344.993000', '142344.995000', '142344.998000', '142345.002000', '142345.004000', '142345.007000', '142345.009000', '142345.012000', '142345.015000', '142345.017000', '142345.020000', '142345.022000', '142345.025000', '142345.028000', '142345.030000', '142345.055000', '142345.057000', '142345.060000', '142345.062000', '142345.065000', '142345.068000', '142345.070000', '142345.073000', '142345.076000', '142345.078000', '142345.081000', '142404.947000', '142404.949000', '142404.952000', '142404.955000', '142404.957000', '142404.960000', '142404.962000', '142404.965000', '142404.967000', '142404.970000', '142404.973000', '142404.975000', '142404.978000', '142404.980000', '142404.983000', '142404.985000', '142404.988000', '142404.991000', '142404.993000', '142404.996000', '142404.998000', '142405.002000', '142405.004000', '142405.007000', '142405.015000', '142405.017000', '142405.020000', '142405.023000', '142405.025000', '142405.028000', '142405.030000', '142405.033000', '142405.035000', '142405.038000', '142405.041000', '142405.043000', '142405.046000', '142405.048000', '142405.051000', '142405.054000', '142405.056000', '142405.059000', '142405.061000', '142424.947000', '142424.950000', '142424.953000', '142424.955000', '142424.958000', '142424.961000', '142424.963000', '142424.966000', '142424.968000', '142424.971000', '142424.986000', '142424.989000', '142424.991000', '142424.994000', '142424.997000', '142424.999000', '142425.002000', '142425.004000', '142425.007000', '142425.010000', '142425.012000', '142425.015000', '142425.017000', '142425.020000', '142425.023000', '142425.025000', '142425.028000', '142425.030000', '142425.033000', '142425.035000', '142425.038000', '142425.041000', '142425.043000', '142425.046000', '142425.048000', '142425.051000', '142425.054000', '142425.056000', '142425.059000', '142425.061000', '142425.064000', '142425.067000', '142425.069000', '142425.072000', '142444.947000', '142444.950000', '142444.953000', '142444.956000', '142444.958000', '142444.961000', '142444.963000', '142444.966000', '142444.969000', '142444.971000', '142444.974000', '142444.976000', '142444.979000', '142444.981000', '142444.984000', '142444.987000', '142444.989000', '142444.992000', '142444.994000', '142444.997000', '142445.000000', '142445.003000', '142445.006000', '142445.008000', '142445.011000', '142445.013000', '142445.016000', '142445.019000', '142445.021000', '142445.024000', '142445.026000', '142445.029000', '142445.031000', '142445.034000', '142445.036000', '142445.039000', '142445.042000', '142445.044000', '142445.047000', '142445.050000', '142445.052000', '142445.055000', '142445.057000', '142504.948000', '142504.951000', '142504.953000', '142504.956000', '142504.958000', '142504.961000', '142504.964000', '142504.967000', '142504.970000', '142504.973000', '142504.975000', '142504.978000', '142504.982000', '142504.985000', '142504.988000', '142504.990000', '142504.993000', '142504.995000', '142504.998000', '142505.002000', '142505.004000', '142505.007000', '142505.009000', '142505.012000', '142505.015000', '142505.017000', '142505.020000', '142505.022000', '142505.025000', '142505.027000', '142505.030000', '142505.033000', '142505.035000', '142505.038000', '142505.040000', '142505.043000', '142505.045000', '142505.048000', '142505.051000', '142505.053000', '142505.056000', '142505.058000', '142505.061000', '142524.947000', '142524.950000', '142524.953000', '142524.955000', '142524.958000', '142524.961000', '142524.963000', '142524.966000', '142524.968000', '142524.971000', '142524.974000', '142524.976000', '142524.979000', '142524.981000', '142524.984000', '142524.986000', '142524.989000', '142524.992000', '142524.994000', '142524.997000', '142525.001000', '142525.003000', '142525.006000', '142525.009000', '142525.011000', '142525.014000', '142525.016000', '142525.019000', '142525.021000', '142525.024000', '142525.026000', '142525.029000', '142525.032000', '142525.034000', '142525.037000', '142525.039000', '142525.042000', '142525.045000', '142525.047000', '142525.050000', '142525.052000', '142525.055000', '142525.057000', '142525.060000', '142544.948000', '142544.950000', '142544.953000', '142544.956000', '142544.958000', '142544.961000', '142544.964000', '142544.966000', '142544.969000', '142544.971000', '142544.974000', '142544.976000', '142544.979000', '142544.982000', '142544.984000', '142544.987000', '142544.989000', '142544.992000', '142544.994000', '142544.997000', '142545.001000', '142545.020000', '142545.023000', '142545.025000', '142545.028000', '142545.031000', '142545.033000', '142545.036000', '142545.038000', '142545.041000', '142545.043000', '142545.046000', '142545.049000', '142545.051000', '142545.054000', '142545.057000', '142545.059000', '142545.062000', '142545.065000', '142545.067000', '142545.070000', '142545.072000', '142545.075000', '142545.078000', '142550.327000', '142550.330000', '142550.333000', '142550.335000', '142550.338000', '142550.341000', '142550.343000', '142550.346000', '142550.348000', '142550.351000', '142550.353000', '142550.356000'], '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': [7937, 7596, 7681, 7437, 7871, 7824, 7139, 7867, 8419, 11744, 8008, 12833, 8786, 9270, 7803, 8218, 8111, 7036, 7193, 7633, 7908, 7847, 7383, 7010, 7347, 7243, 7331, 7787, 8310, 8023, 7297, 7563, 7470, 7822, 7899, 7743, 7437, 7727, 7248, 7570, 7350, 7926, 7487, 7635, 8804, 9378, 8852, 12555, 9675, 10372, 8137, 7721, 7552, 7798, 10700, 7592, 9750, 7793, 6963, 7605, 7160, 8007, 7918, 8172, 7597, 8087, 7309, 7889, 7633, 7768, 8223, 8151, 8180, 7885, 7437, 7812, 7273, 8305, 8867, 8436, 8613, 7602, 7164, 7049, 8364, 7766, 7695, 7200, 7040, 7212, 7489, 7736, 7307, 7222, 8498, 8175, 7546, 8102, 7894, 8442, 14963, 10829, 11814, 7899, 8119, 7333, 8171, 11265, 7937, 8312, 7316, 7828, 8083, 8095, 7379, 8124, 9624, 8567, 8529, 7517, 7772, 7186, 7893, 7719, 7789, 7274, 7653, 7430, 7715, 7584, 7938, 8002, 8026, 8220, 8603, 7685, 8566, 8651, 7560, 7487, 7561, 7587, 7603, 8186, 7902, 7826, 7214, 7121, 8660, 8420, 8900, 9349, 8394, 14253, 7726, 9110, 8048, 7378, 7206, 8108, 10241, 7688, 8908, 7837, 7811, 7911, 8110, 7693, 7988, 7604, 7382, 7256, 7737, 7245, 7496, 7155, 8590, 7680, 8138, 7530, 8586, 7872, 8213, 12355, 7578, 8477, 7775, 8031, 9902, 7550, 8855, 7911, 7712, 7930, 8123, 10447, 8071, 8009, 8258, 7825, 9115, 7916, 7524, 7957, 7646, 7785, 8847, 8113, 8065, 9376, 7859, 8210, 8121, 7593, 7843, 8073, 7995, 8535, 8272, 8172, 8116, 7982, 7837, 7826, 13284, 7893, 11802, 8336, 7594, 7606, 7601, 8322, 7831, 8141, 7703, 9309, 7943, 7715, 8597, 7373, 8331, 7721, 7904, 7896, 7751, 7873, 8509, 8126, 8272, 8628, 8517, 9207, 8737, 8138, 8619, 7711, 10339, 7823, 8180, 8098, 7614, 7889, 7933, 8593, 7997, 7939, 8570, 8443, 8438, 8274, 7910, 7993, 7743, 10003, 8202, 8104, 7923, 7578, 8959, 8312, 8062, 7961, 9898, 8255, 8835, 12579, 7987, 10061, 8253, 7646, 8006, 7887, 7913, 7637, 8168, 8001, 9911, 7899, 8159, 8090, 7745, 8162, 7723, 8055, 7613, 7917, 8234, 8379, 7492, 7912, 7705, 8086, 10964, 8001, 8247, 7514, 7932, 9334, 7802, 7831, 8042, 8063, 8177, 7421, 7802, 7897, 9568, 7999, 8734, 7790, 7501, 7966, 7734, 8013, 8040, 8569, 8838, 8034, 10897, 8193, 7647, 7402, 7705, 7501, 7912, 10273, 7923, 8856, 8043, 7517, 7655, 7826, 7293, 7850, 8729, 8073, 8912, 8256, 7580, 7548, 7762, 7275, 8256, 7925, 8247, 7944, 7853, 8162, 8161, 11051, 8103, 9067, 8266, 7533, 7731, 7950, 11092, 7837, 13256, 8191, 7535, 7729, 7906, 10346, 7715, 8491, 7703, 8188, 7713, 7464, 7570, 7952, 9540, 7727, 7785, 7681, 7569, 7316, 7752, 7059, 7800, 9792, 7967, 7849, 7957, 7448, 7698, 7671, 8239, 7265, 8233, 12081, 8281, 8514, 9152, 7701, 8680, 7854, 7828, 7401, 7963, 10741, 8389, 8731, 7785, 8100, 11143, 7695, 8243, 8465, 7897, 8264, 7706, 8112, 7964, 7995, 7913, 7890, 8324, 10158, 8290, 8759, 8305, 7868, 7458, 8178, 7332, 7838, 7316, 8424, 8149, 7434, 8097, 8432, 7803, 10150, 7669, 9101, 8213, 8591, 11544, 7743, 13816, 7978, 8055, 7948, 7697, 7200, 7869, 8307, 8268, 7585, 7846, 9487, 8350, 9246, 8113, 12208, 8133, 8454, 7819, 7986, 7672, 8182, 7795, 7845, 6949, 7460, 6964, 7902, 9045, 7994, 8268, 7842, 7466, 7815, 7693, 7423, 8092, 9445, 7800, 9381, 7910, 7638, 7684, 7548, 7957, 8291, 7921, 8607, 7853, 9167, 10432, 8452, 8412, 7853, 7519, 7634, 7602, 8204, 11510, 7998, 15071, 8099, 8397, 7766, 8081, 7910, 7856, 9520, 7897, 8274, 7751, 7953, 8029, 7690, 7634, 7876, 7406, 7751, 8437, 7644, 9108, 7906, 8436, 8296, 7952, 8226, 7954, 8034, 7350, 7715, 8084, 7895, 8991, 7496, 8044, 10878, 7705, 9250, 7745, 8108, 9336, 7742, 9173, 7873, 7708, 7519, 7508, 7425, 7975, 7184, 7862, 8292, 7668, 7465, 7662, 7471, 8249, 11488, 8710, 9881, 7550, 8357, 8944, 7754, 11237, 7846, 8521, 8209, 7907, 7832, 7085, 8142, 7774, 8160, 8407, 7545, 7898, 12801, 7765, 8134, 8076, 8910, 8055, 7930, 7621, 7709, 7863, 8218, 8932, 8148, 8875, 11689, 7846, 9097, 7767, 7958, 7635, 8091, 7850, 8633, 8253, 9077, 8053, 10087, 8511, 8379, 7602, 7973, 9406, 8049, 8515, 7946, 7866, 7683, 7764, 7698, 7948, 7416, 7812, 9840, 8191, 8168, 8216, 7764, 7925, 7678, 7640, 8209, 10459, 8088, 8838, 8007, 8523, 11292, 7758, 8463, 8089, 7686, 7731, 8143, 8219, 8289, 9380, 8110, 7927, 7892, 8039, 7333, 8150, 9356, 8101, 8783, 8234, 8248, 8831, 7901, 11947, 7887, 8073, 7974, 8000, 9336, 8025, 8167, 7522, 7283, 7813, 9142, 8247, 8285, 7907, 8345, 10243, 8382, 8165, 7985, 8250, 7097, 8109, 8676, 8097, 8366, 10431, 8272, 8520, 8269, 7806, 7302, 8125, 9294, 8262, 8301, 9445, 8143, 9280, 8332, 8477, 9809, 8165, 8706, 8285, 8307, 10623, 8360, 8081, 8235, 7953, 9948, 8222, 8163, 7891, 8044, 9117, 8330, 7692, 7709, 8026, 9632, 8259, 8410, 7930, 7954, 9410, 7996, 8578, 8027, 8039, 8936, 8062, 9206, 8092, 8682, 8175, 8167, 8023, 8179, 9427, 8200, 11153, 8995, 8285, 8078, 8013, 9582, 7910, 10086, 8328, 8170, 8154, 8173, 7888, 8507, 7999, 7972, 7654, 7376, 8314, 8203, 8409, 10918, 8575, 10287, 8160, 8451, 10433, 8638, 10381, 7980, 8063, 7981, 8205, 8032, 8226, 13327, 8295, 9038, 8371, 8116, 7986, 8403, 8119, 8298, 7643, 8171, 8307, 7955, 7961, 8496, 8742, 7443, 7926, 8040, 8179, 10579, 8228, 10187, 8238, 8314, 8347, 8368, 8175, 8002, 8620, 7414, 7724, 7983, 8536, 8227, 10636, 10288, 8390, 13541, 7833, 9283, 8137, 7994, 8850, 8320, 11323, 7819, 8772, 7943, 8438, 8112, 9546, 7832, 7056, 8017, 8837, 7866, 9627, 7800, 8220, 10643, 8188, 9221, 7852, 8117, 7862, 8302, 7371, 7997, 9509, 8068, 8258, 8129, 8337, 7637, 8297, 7250], 'WindowCenter': [4290.0, 4264.0, 4260.0, 4235.0, 4245.0, 4242.0, 4233.0, 4244.0, 4254.0, 4272.0, 4243.0, 4270.0, 4244.0, 4242.0, 4230.0, 4232.0, 4226.0, 4219.0, 4219.0, 4232.0, 4228.0, 4227.0, 4219.0, 4220.0, 4218.0, 4230.0, 4219.0, 4229.0, 4240.0, 4239.0, 4231.0, 4242.0, 4231.0, 4243.0, 4243.0, 4242.0, 4230.0, 4242.0, 4230.0, 4241.0, 4255.0, 4255.0, 4258.0, 4258.0, 4266.0, 4277.0, 4266.0, 4296.0, 4262.0, 4263.0, 4230.0, 4232.0, 4221.0, 4218.0, 4248.0, 4217.0, 4225.0, 4216.0, 4204.0, 4217.0, 4220.0, 4233.0, 4229.0, 4231.0, 4217.0, 4232.0, 4218.0, 4228.0, 4227.0, 4241.0, 4254.0, 4247.0, 4241.0, 4241.0, 4232.0, 4244.0, 4242.0, 4256.0, 4266.0, 4255.0, 4256.0, 4242.0, 4237.0, 4236.0, 4254.0, 4244.0, 4244.0, 4243.0, 4237.0, 4233.0, 4246.0, 4244.0, 4235.0, 4233.0, 4255.0, 4243.0, 4233.0, 4246.0, 4243.0, 4244.0, 4294.0, 4260.0, 4260.0, 4219.0, 4220.0, 4209.0, 4229.0, 4247.0, 4217.0, 4217.0, 4205.0, 4206.0, 4217.0, 4220.0, 4208.0, 4231.0, 4238.0, 4228.0, 4229.0, 4209.0, 4219.0, 4207.0, 4228.0, 4217.0, 4217.0, 4205.0, 4215.0, 4219.0, 4230.0, 4229.0, 4243.0, 4230.0, 4242.0, 4240.0, 4241.0, 4230.0, 4240.0, 4241.0, 4232.0, 4220.0, 4242.0, 4234.0, 4241.0, 4242.0, 4242.0, 4232.0, 4235.0, 4234.0, 4253.0, 4245.0, 4254.0, 4241.0, 4233.0, 4281.0, 4221.0, 4229.0, 4217.0, 4220.0, 4217.0, 4231.0, 4250.0, 4231.0, 4227.0, 4220.0, 4217.0, 4217.0, 4216.0, 4218.0, 4218.0, 4220.0, 4217.0, 4218.0, 4219.0, 4210.0, 4220.0, 4210.0, 4241.0, 4235.0, 4230.0, 4232.0, 4244.0, 4240.0, 4246.0, 4272.0, 4232.0, 4242.0, 4233.0, 4246.0, 4263.0, 4230.0, 4243.0, 4219.0, 4221.0, 4218.0, 4231.0, 4250.0, 4218.0, 4217.0, 4220.0, 4221.0, 4228.0, 4219.0, 4218.0, 4230.0, 4220.0, 4229.0, 4241.0, 4232.0, 4245.0, 4252.0, 4234.0, 4232.0, 4235.0, 4231.0, 4232.0, 4230.0, 4233.0, 4243.0, 4234.0, 4229.0, 4232.0, 4222.0, 4219.0, 4222.0, 4260.0, 4219.0, 4247.0, 4217.0, 4209.0, 4207.0, 4206.0, 4216.0, 4206.0, 4205.0, 4207.0, 4224.0, 4217.0, 4204.0, 4215.0, 4208.0, 4217.0, 4209.0, 4218.0, 4218.0, 4206.0, 4216.0, 4228.0, 4216.0, 4232.0, 4228.0, 4229.0, 4229.0, 4228.0, 4222.0, 4229.0, 4221.0, 4250.0, 4221.0, 4229.0, 4220.0, 4218.0, 4218.0, 4220.0, 4226.0, 4220.0, 4216.0, 4230.0, 4229.0, 4230.0, 4232.0, 4233.0, 4221.0, 4220.0, 4242.0, 4234.0, 4231.0, 4231.0, 4231.0, 4256.0, 4258.0, 4247.0, 4247.0, 4267.0, 4235.0, 4242.0, 4261.0, 4223.0, 4241.0, 4230.0, 4223.0, 4221.0, 4220.0, 4220.0, 4219.0, 4219.0, 4220.0, 4239.0, 4221.0, 4220.0, 4220.0, 4218.0, 4229.0, 4229.0, 4218.0, 4221.0, 4219.0, 4219.0, 4229.0, 4211.0, 4220.0, 4222.0, 4233.0, 4253.0, 4231.0, 4229.0, 4211.0, 4231.0, 4241.0, 4221.0, 4218.0, 4220.0, 4221.0, 4230.0, 4220.0, 4221.0, 4232.0, 4238.0, 4233.0, 4233.0, 4221.0, 4210.0, 4219.0, 4220.0, 4230.0, 4234.0, 4243.0, 4242.0, 4231.0, 4253.0, 4233.0, 4231.0, 4221.0, 4221.0, 4219.0, 4230.0, 4248.0, 4231.0, 4229.0, 4218.0, 4218.0, 4220.0, 4218.0, 4206.0, 4228.0, 4228.0, 4218.0, 4229.0, 4233.0, 4220.0, 4205.0, 4219.0, 4209.0, 4229.0, 4232.0, 4240.0, 4243.0, 4244.0, 4243.0, 4244.0, 4264.0, 4231.0, 4241.0, 4230.0, 4220.0, 4218.0, 4221.0, 4247.0, 4207.0, 4257.0, 4216.0, 4206.0, 4208.0, 4218.0, 4235.0, 4207.0, 4217.0, 4205.0, 4217.0, 4208.0, 4206.0, 4205.0, 4219.0, 4239.0, 4218.0, 4218.0, 4219.0, 4220.0, 4219.0, 4234.0, 4220.0, 4233.0, 4252.0, 4231.0, 4233.0, 4230.0, 4220.0, 4231.0, 4218.0, 4242.0, 4233.0, 4254.0, 4274.0, 4231.0, 4230.0, 4241.0, 4220.0, 4232.0, 4230.0, 4233.0, 4221.0, 4233.0, 4250.0, 4218.0, 4220.0, 4209.0, 4206.0, 4235.0, 4205.0, 4204.0, 4215.0, 4205.0, 4215.0, 4204.0, 4216.0, 4216.0, 4217.0, 4220.0, 4217.0, 4231.0, 4240.0, 4230.0, 4231.0, 4229.0, 4221.0, 4208.0, 4233.0, 4208.0, 4220.0, 4208.0, 4228.0, 4230.0, 4221.0, 4231.0, 4230.0, 4231.0, 4251.0, 4222.0, 4229.0, 4219.0, 4231.0, 4249.0, 4219.0, 4267.0, 4218.0, 4217.0, 4216.0, 4218.0, 4206.0, 4218.0, 4228.0, 4230.0, 4220.0, 4219.0, 4239.0, 4231.0, 4230.0, 4222.0, 4259.0, 4217.0, 4216.0, 4208.0, 4219.0, 4219.0, 4230.0, 4206.0, 4217.0, 4206.0, 4218.0, 4208.0, 4232.0, 4240.0, 4232.0, 4231.0, 4232.0, 4220.0, 4232.0, 4233.0, 4220.0, 4233.0, 4252.0, 4232.0, 4244.0, 4233.0, 4220.0, 4221.0, 4232.0, 4233.0, 4243.0, 4243.0, 4243.0, 4233.0, 4255.0, 4253.0, 4234.0, 4220.0, 4218.0, 4208.0, 4219.0, 4208.0, 4229.0, 4249.0, 4218.0, 4268.0, 4219.0, 4219.0, 4208.0, 4218.0, 4208.0, 4217.0, 4227.0, 4206.0, 4215.0, 4208.0, 4205.0, 4207.0, 4204.0, 4208.0, 4218.0, 4208.0, 4218.0, 4218.0, 4220.0, 4230.0, 4219.0, 4230.0, 4232.0, 4230.0, 4229.0, 4219.0, 4220.0, 4218.0, 4230.0, 4229.0, 4243.0, 4254.0, 4223.0, 4243.0, 4262.0, 4221.0, 4240.0, 4220.0, 4233.0, 4239.0, 4233.0, 4240.0, 4232.0, 4222.0, 4221.0, 4222.0, 4221.0, 4232.0, 4220.0, 4233.0, 4242.0, 4233.0, 4233.0, 4234.0, 4235.0, 4254.0, 4275.0, 4243.0, 4252.0, 4221.0, 4231.0, 4231.0, 4223.0, 4264.0, 4233.0, 4229.0, 4219.0, 4216.0, 4218.0, 4197.0, 4222.0, 4206.0, 4219.0, 4218.0, 4208.0, 4217.0, 4257.0, 4217.0, 4206.0, 4216.0, 4227.0, 4207.0, 4208.0, 4208.0, 4218.0, 4231.0, 4233.0, 4241.0, 4220.0, 4229.0, 4247.0, 4219.0, 4227.0, 4219.0, 4221.0, 4219.0, 4218.0, 4228.0, 4228.0, 4234.0, 4229.0, 4231.0, 4253.0, 4229.0, 4219.0, 4209.0, 4218.0, 4229.0, 4220.0, 4229.0, 4219.0, 4217.0, 4210.0, 4218.0, 4218.0, 4220.0, 4209.0, 4221.0, 4243.0, 4235.0, 4233.0, 4233.0, 4221.0, 4233.0, 4234.0, 4221.0, 4245.0, 4251.0, 4231.0, 4242.0, 4233.0, 4245.0, 4250.0, 4220.0, 4219.0, 4219.0, 4210.0, 4217.0, 4219.0, 4218.0, 4219.0, 4230.0, 4220.0, 4220.0, 4219.0, 4232.0, 4211.0, 4231.0, 4240.0, 4220.0, 4231.0, 4222.0, 4220.0, 4229.0, 4220.0, 4249.0, 4221.0, 4218.0, 4217.0, 4218.0, 4226.0, 4219.0, 4216.0, 4207.0, 4205.0, 4219.0, 4239.0, 4231.0, 4230.0, 4219.0, 4230.0, 4252.0, 4231.0, 4229.0, 4220.0, 4231.0, 4208.0, 4221.0, 4229.0, 4218.0, 4230.0, 4239.0, 4219.0, 4229.0, 4231.0, 4231.0, 4218.0, 4232.0, 4241.0, 4231.0, 4243.0, 4240.0, 4231.0, 4240.0, 4231.0, 4233.0, 4240.0, 4231.0, 4230.0, 4218.0, 4230.0, 4241.0, 4229.0, 4221.0, 4230.0, 4232.0, 4238.0, 4229.0, 4230.0, 4218.0, 4230.0, 4239.0, 4229.0, 4233.0, 4222.0, 4232.0, 4251.0, 4241.0, 4243.0, 4232.0, 4243.0, 4251.0, 4232.0, 4244.0, 4231.0, 4244.0, 4242.0, 4233.0, 4240.0, 4245.0, 4244.0, 4242.0, 4242.0, 4235.0, 4243.0, 4252.0, 4245.0, 4262.0, 4241.0, 4232.0, 4218.0, 4229.0, 4236.0, 4220.0, 4240.0, 4216.0, 4216.0, 4216.0, 4220.0, 4217.0, 4228.0, 4217.0, 4231.0, 4232.0, 4230.0, 4244.0, 4242.0, 4242.0, 4250.0, 4231.0, 4251.0, 4228.0, 4230.0, 4250.0, 4227.0, 4237.0, 4219.0, 4217.0, 4215.0, 4216.0, 4204.0, 4215.0, 4254.0, 4228.0, 4226.0, 4217.0, 4205.0, 4214.0, 4215.0, 4216.0, 4227.0, 4218.0, 4241.0, 4228.0, 4230.0, 4229.0, 4243.0, 4242.0, 4221.0, 4243.0, 4232.0, 4245.0, 4264.0, 4244.0, 4266.0, 4242.0, 4231.0, 4243.0, 4242.0, 4231.0, 4231.0, 4230.0, 4222.0, 4231.0, 4231.0, 4241.0, 4245.0, 4265.0, 4251.0, 4229.0, 4258.0, 4218.0, 4228.0, 4218.0, 4218.0, 4228.0, 4228.0, 4247.0, 4208.0, 4227.0, 4217.0, 4216.0, 4206.0, 4225.0, 4205.0, 4194.0, 4218.0, 4224.0, 4219.0, 4236.0, 4205.0, 4216.0, 4235.0, 4219.0, 4227.0, 4216.0, 4217.0, 4214.0, 4215.0, 4203.0, 4214.0, 4238.0, 4218.0, 4216.0, 4215.0, 4228.0, 4218.0, 4228.0, 4207.0], 'WindowWidth': [9503.0, 9452.0, 9435.0, 9395.0, 9405.0, 9399.0, 9389.0, 9402.0, 9415.0, 9435.0, 9396.0, 9430.0, 9395.0, 9390.0, 9375.0, 9376.0, 9366.0, 9359.0, 9357.0, 9379.0, 9368.0, 9366.0, 9355.0, 9360.0, 9356.0, 9376.0, 9359.0, 9372.0, 9386.0, 9387.0, 9377.0, 9394.0, 9379.0, 9401.0, 9401.0, 9395.0, 9377.0, 9396.0, 9379.0, 9394.0, 9422.0, 9422.0, 9427.0, 9430.0, 9436.0, 9452.0, 9435.0, 9475.0, 9423.0, 9421.0, 9374.0, 9378.0, 9360.0, 9355.0, 9392.0, 9349.0, 9356.0, 9345.0, 9327.0, 9350.0, 9357.0, 9381.0, 9368.0, 9375.0, 9350.0, 9378.0, 9355.0, 9370.0, 9367.0, 9395.0, 9417.0, 9409.0, 9393.0, 9392.0, 9381.0, 9403.0, 9397.0, 9422.0, 9434.0, 9417.0, 9420.0, 9397.0, 9396.0, 9392.0, 9415.0, 9401.0, 9404.0, 9399.0, 9395.0, 9386.0, 9406.0, 9401.0, 9391.0, 9385.0, 9415.0, 9398.0, 9384.0, 9404.0, 9396.0, 9400.0, 9467.0, 9414.0, 9412.0, 9355.0, 9357.0, 9342.0, 9371.0, 9392.0, 9351.0, 9348.0, 9331.0, 9332.0, 9348.0, 9357.0, 9339.0, 9375.0, 9382.0, 9367.0, 9369.0, 9341.0, 9355.0, 9337.0, 9369.0, 9353.0, 9351.0, 9332.0, 9348.0, 9355.0, 9374.0, 9370.0, 9396.0, 9376.0, 9394.0, 9389.0, 9392.0, 9373.0, 9386.0, 9387.0, 9380.0, 9361.0, 9394.0, 9387.0, 9395.0, 9393.0, 9396.0, 9382.0, 9391.0, 9386.0, 9413.0, 9401.0, 9415.0, 9391.0, 9381.0, 9442.0, 9361.0, 9369.0, 9351.0, 9359.0, 9352.0, 9375.0, 9397.0, 9375.0, 9365.0, 9357.0, 9350.0, 9350.0, 9347.0, 9354.0, 9352.0, 9359.0, 9353.0, 9352.0, 9357.0, 9344.0, 9358.0, 9345.0, 9393.0, 9387.0, 9374.0, 9380.0, 9398.0, 9389.0, 9404.0, 9434.0, 9380.0, 9397.0, 9382.0, 9403.0, 9422.0, 9374.0, 9396.0, 9357.0, 9361.0, 9352.0, 9375.0, 9397.0, 9354.0, 9351.0, 9356.0, 9360.0, 9364.0, 9354.0, 9351.0, 9372.0, 9358.0, 9371.0, 9391.0, 9379.0, 9401.0, 9407.0, 9383.0, 9378.0, 9385.0, 9376.0, 9381.0, 9375.0, 9381.0, 9393.0, 9382.0, 9371.0, 9377.0, 9362.0, 9355.0, 9364.0, 9410.0, 9354.0, 9390.0, 9348.0, 9338.0, 9334.0, 9331.0, 9343.0, 9333.0, 9330.0, 9335.0, 9354.0, 9347.0, 9327.0, 9344.0, 9337.0, 9346.0, 9339.0, 9347.0, 9349.0, 9332.0, 9345.0, 9366.0, 9348.0, 9375.0, 9365.0, 9369.0, 9368.0, 9365.0, 9361.0, 9366.0, 9360.0, 9397.0, 9360.0, 9370.0, 9357.0, 9353.0, 9352.0, 9358.0, 9362.0, 9356.0, 9346.0, 9371.0, 9371.0, 9372.0, 9377.0, 9379.0, 9360.0, 9360.0, 9390.0, 9382.0, 9376.0, 9377.0, 9378.0, 9417.0, 9423.0, 9406.0, 9409.0, 9434.0, 9385.0, 9391.0, 9414.0, 9364.0, 9385.0, 9372.0, 9366.0, 9359.0, 9356.0, 9356.0, 9355.0, 9353.0, 9358.0, 9381.0, 9359.0, 9357.0, 9356.0, 9353.0, 9369.0, 9370.0, 9354.0, 9361.0, 9354.0, 9355.0, 9368.0, 9344.0, 9358.0, 9361.0, 9382.0, 9408.0, 9374.0, 9371.0, 9345.0, 9374.0, 9385.0, 9360.0, 9353.0, 9358.0, 9360.0, 9371.0, 9358.0, 9361.0, 9378.0, 9381.0, 9378.0, 9378.0, 9361.0, 9343.0, 9355.0, 9358.0, 9373.0, 9382.0, 9397.0, 9391.0, 9376.0, 9408.0, 9380.0, 9377.0, 9362.0, 9362.0, 9356.0, 9375.0, 9395.0, 9374.0, 9370.0, 9353.0, 9355.0, 9356.0, 9354.0, 9335.0, 9367.0, 9365.0, 9354.0, 9370.0, 9378.0, 9357.0, 9330.0, 9355.0, 9340.0, 9370.0, 9379.0, 9388.0, 9397.0, 9401.0, 9394.0, 9397.0, 9424.0, 9375.0, 9388.0, 9373.0, 9357.0, 9354.0, 9361.0, 9390.0, 9336.0, 9402.0, 9347.0, 9333.0, 9335.0, 9352.0, 9371.0, 9334.0, 9348.0, 9330.0, 9347.0, 9335.0, 9333.0, 9330.0, 9354.0, 9381.0, 9354.0, 9354.0, 9357.0, 9359.0, 9358.0, 9382.0, 9360.0, 9383.0, 9409.0, 9378.0, 9382.0, 9374.0, 9358.0, 9376.0, 9355.0, 9391.0, 9382.0, 9415.0, 9440.0, 9377.0, 9374.0, 9387.0, 9359.0, 9377.0, 9375.0, 9381.0, 9361.0, 9380.0, 9400.0, 9353.0, 9357.0, 9337.0, 9332.0, 9368.0, 9328.0, 9326.0, 9344.0, 9329.0, 9342.0, 9327.0, 9346.0, 9346.0, 9350.0, 9359.0, 9351.0, 9374.0, 9384.0, 9370.0, 9373.0, 9369.0, 9361.0, 9338.0, 9376.0, 9336.0, 9355.0, 9338.0, 9366.0, 9372.0, 9361.0, 9375.0, 9373.0, 9377.0, 9403.0, 9365.0, 9369.0, 9355.0, 9372.0, 9396.0, 9355.0, 9418.0, 9350.0, 9350.0, 9347.0, 9354.0, 9334.0, 9352.0, 9367.0, 9374.0, 9360.0, 9355.0, 9385.0, 9378.0, 9370.0, 9361.0, 9407.0, 9348.0, 9347.0, 9336.0, 9356.0, 9354.0, 9370.0, 9332.0, 9348.0, 9333.0, 9354.0, 9341.0, 9378.0, 9389.0, 9380.0, 9378.0, 9378.0, 9361.0, 9379.0, 9382.0, 9361.0, 9384.0, 9405.0, 9381.0, 9397.0, 9380.0, 9359.0, 9363.0, 9379.0, 9383.0, 9396.0, 9396.0, 9399.0, 9383.0, 9415.0, 9407.0, 9380.0, 9357.0, 9353.0, 9339.0, 9354.0, 9338.0, 9368.0, 9393.0, 9352.0, 9421.0, 9351.0, 9352.0, 9335.0, 9351.0, 9335.0, 9349.0, 9362.0, 9332.0, 9342.0, 9336.0, 9329.0, 9333.0, 9328.0, 9335.0, 9350.0, 9336.0, 9353.0, 9350.0, 9357.0, 9370.0, 9355.0, 9372.0, 9376.0, 9373.0, 9370.0, 9356.0, 9357.0, 9353.0, 9374.0, 9372.0, 9396.0, 9415.0, 9369.0, 9396.0, 9420.0, 9362.0, 9389.0, 9360.0, 9382.0, 9386.0, 9381.0, 9388.0, 9377.0, 9363.0, 9363.0, 9364.0, 9364.0, 9379.0, 9361.0, 9382.0, 9392.0, 9383.0, 9382.0, 9387.0, 9389.0, 9416.0, 9444.0, 9395.0, 9405.0, 9361.0, 9375.0, 9374.0, 9369.0, 9424.0, 9381.0, 9371.0, 9355.0, 9347.0, 9351.0, 9321.0, 9362.0, 9334.0, 9354.0, 9353.0, 9336.0, 9349.0, 9403.0, 9350.0, 9332.0, 9347.0, 9360.0, 9335.0, 9335.0, 9338.0, 9352.0, 9375.0, 9382.0, 9391.0, 9359.0, 9369.0, 9389.0, 9355.0, 9364.0, 9358.0, 9359.0, 9355.0, 9355.0, 9368.0, 9369.0, 9382.0, 9368.0, 9375.0, 9406.0, 9369.0, 9354.0, 9337.0, 9350.0, 9365.0, 9355.0, 9367.0, 9353.0, 9346.0, 9342.0, 9352.0, 9353.0, 9358.0, 9341.0, 9361.0, 9392.0, 9384.0, 9381.0, 9380.0, 9363.0, 9381.0, 9384.0, 9360.0, 9397.0, 9402.0, 9374.0, 9391.0, 9377.0, 9397.0, 9399.0, 9357.0, 9355.0, 9355.0, 9343.0, 9348.0, 9354.0, 9351.0, 9354.0, 9369.0, 9356.0, 9358.0, 9354.0, 9376.0, 9346.0, 9374.0, 9385.0, 9357.0, 9373.0, 9361.0, 9357.0, 9368.0, 9358.0, 9395.0, 9358.0, 9353.0, 9350.0, 9351.0, 9359.0, 9353.0, 9345.0, 9334.0, 9330.0, 9356.0, 9383.0, 9375.0, 9374.0, 9354.0, 9374.0, 9402.0, 9374.0, 9370.0, 9358.0, 9375.0, 9339.0, 9361.0, 9369.0, 9353.0, 9373.0, 9383.0, 9355.0, 9369.0, 9374.0, 9376.0, 9355.0, 9378.0, 9388.0, 9377.0, 9395.0, 9386.0, 9377.0, 9386.0, 9374.0, 9380.0, 9386.0, 9374.0, 9372.0, 9353.0, 9373.0, 9386.0, 9367.0, 9360.0, 9370.0, 9376.0, 9381.0, 9370.0, 9373.0, 9354.0, 9376.0, 9385.0, 9372.0, 9381.0, 9365.0, 9381.0, 9405.0, 9392.0, 9398.0, 9378.0, 9397.0, 9405.0, 9380.0, 9399.0, 9378.0, 9399.0, 9393.0, 9383.0, 9389.0, 9400.0, 9398.0, 9396.0, 9396.0, 9388.0, 9399.0, 9409.0, 9402.0, 9422.0, 9389.0, 9377.0, 9354.0, 9371.0, 9375.0, 9358.0, 9384.0, 9349.0, 9350.0, 9347.0, 9358.0, 9348.0, 9366.0, 9350.0, 9376.0, 9380.0, 9376.0, 9400.0, 9392.0, 9394.0, 9402.0, 9374.0, 9403.0, 9368.0, 9375.0, 9398.0, 9365.0, 9377.0, 9354.0, 9350.0, 9343.0, 9346.0, 9325.0, 9344.0, 9395.0, 9365.0, 9359.0, 9348.0, 9329.0, 9341.0, 9342.0, 9347.0, 9364.0, 9352.0, 9391.0, 9368.0, 9374.0, 9373.0, 9395.0, 9395.0, 9364.0, 9397.0, 9381.0, 9403.0, 9426.0, 9402.0, 9432.0, 9394.0, 9376.0, 9398.0, 9394.0, 9376.0, 9374.0, 9374.0, 9363.0, 9376.0, 9378.0, 9392.0, 9400.0, 9428.0, 9400.0, 9370.0, 9407.0, 9352.0, 9365.0, 9351.0, 9352.0, 9364.0, 9366.0, 9389.0, 9338.0, 9363.0, 9349.0, 9348.0, 9332.0, 9356.0, 9330.0, 9315.0, 9352.0, 9355.0, 9354.0, 9374.0, 9330.0, 9347.0, 9372.0, 9352.0, 9361.0, 9347.0, 9348.0, 9342.0, 9344.0, 9325.0, 9343.0, 9379.0, 9354.0, 9347.0, 9344.0, 9366.0, 9352.0, 9368.0, 9336.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.0054847187141217</td></tr>
<tr><td colspan=3>aqi</td><td>0.029130872675086107</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.690814305344794</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2433731349540234</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.072284673574713</td></tr>
<tr><td colspan=3>efc</td><td>0.4429</td></tr>
<tr><td colspan=3>fber</td><td>8370.3779</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08256951928360326</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.296211251435132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4325270712575144</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3556623983820866</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6732632999008</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2686555154896575</td></tr>
<tr><td colspan=3>gcor</td><td>0.00844672</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013360360637307167</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014688917435705662</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.736750318262135</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>27.0707</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5492</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.0283</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311006.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>866.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>382.9165</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0339</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.7238</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3505.5711</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1041.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.0029</td></tr>
<tr><td colspan=3>tsnr</td><td>37.03046547464328</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>