<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-03/func/sub-0089_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>0488295e5095fb488ad16d497ff6eada</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:45:59.587500</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.999425, 0.0335556, 0.0048956, -0.0331544, 0.93657, 0.348909]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.102925</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7838, -7228, 640, -39, -287, 89, 114]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>234.492</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8430b933-de75-4a5b-af71-b54534625da7||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.6813838481903076, -0.08895077556371689, -0.019231487065553665, 116.21578216552734], [-0.09002728015184402, 2.512748956680298, 0.9419500231742859, -108.04411315917969], [0.0131345484405756, -0.9360966086387634, 2.5302886962890625, -8.241506576538086], [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': ['144559.587500', '144600.047500', '144600.507500', '144600.967500', '144601.427500', '144601.887500', '144602.347500', '144602.807500', '144603.267500', '144603.727500', '144604.187500', '144604.647500', '144605.107500', '144605.567500', '144606.027500', '144606.487500', '144606.947500', '144607.407500', '144607.867500', '144608.327500', '144608.787500', '144609.247500', '144609.707500', '144610.167500', '144610.627500', '144611.087500', '144611.547500', '144612.007500', '144612.467500', '144612.927500', '144613.387500', '144613.847500', '144614.307500', '144614.767500', '144615.227500', '144615.687500', '144616.147500', '144616.607500', '144617.067500', '144617.527500', '144617.987500', '144618.447500', '144618.907500', '144619.367500', '144619.827500', '144620.287500', '144620.747500', '144621.207500', '144621.667500', '144622.127500', '144622.587500', '144623.047500', '144623.507500', '144623.967500', '144624.427500', '144624.887500', '144625.347500', '144625.807500', '144626.267500', '144626.727500', '144627.187500', '144627.647500', '144628.107500', '144628.567500', '144629.027500', '144629.487500', '144629.947500', '144630.407500', '144630.867500', '144631.327500', '144631.787500', '144632.247500', '144632.707500', '144633.167500', '144633.627500', '144634.087500', '144634.547500', '144635.007500', '144635.467500', '144635.927500', '144636.387500', '144636.847500', '144637.307500', '144637.767500', '144638.227500', '144638.687500', '144639.147500', '144639.607500', '144640.067500', '144640.527500', '144640.987500', '144641.447500', '144641.907500', '144642.367500', '144642.827500', '144643.287500', '144643.747500', '144644.207500', '144644.667500', '144645.127500', '144645.587500', '144646.047500', '144646.507500', '144646.967500', '144647.427500', '144647.887500', '144648.347500', '144648.807500', '144649.267500', '144649.727500', '144650.187500', '144650.647500', '144651.107500', '144651.567500', '144652.027500', '144652.487500', '144652.947500', '144653.407500', '144653.867500', '144654.327500', '144654.787500', '144655.247500', '144655.707500', '144656.167500', '144656.627500', '144657.087500', '144657.547500', '144658.007500', '144658.467500', '144658.927500', '144659.387500', '144659.847500', '144700.307500', '144700.767500', '144701.227500', '144701.687500', '144702.147500', '144702.607500', '144703.067500', '144703.527500', '144703.987500', '144704.447500', '144704.907500', '144705.367500', '144705.827500', '144706.287500', '144706.747500', '144707.207500', '144707.667500', '144708.127500', '144708.587500', '144709.047500', '144709.507500', '144709.967500', '144710.427500', '144710.887500', '144711.347500', '144711.807500', '144712.267500', '144712.727500', '144713.187500', '144713.647500', '144714.107500', '144714.567500', '144715.027500', '144715.487500', '144715.947500', '144716.407500', '144716.867500', '144717.327500', '144717.787500', '144718.247500', '144718.707500', '144719.167500', '144719.627500', '144720.087500', '144720.547500', '144721.007500', '144721.467500', '144721.927500', '144722.387500', '144722.847500', '144723.307500', '144723.767500', '144724.227500', '144724.687500', '144725.147500', '144725.607500', '144726.067500', '144726.527500', '144726.987500', '144727.447500', '144727.907500', '144728.367500', '144728.827500', '144729.287500', '144729.747500', '144730.207500', '144730.667500', '144731.127500', '144731.587500', '144732.047500', '144732.507500', '144732.967500', '144733.427500', '144733.887500', '144734.347500', '144734.807500', '144735.267500', '144735.727500', '144736.187500', '144736.647500', '144737.107500', '144737.567500', '144738.027500', '144738.487500', '144738.947500', '144739.407500', '144739.867500', '144740.327500', '144740.787500', '144741.247500', '144741.707500', '144742.167500', '144742.627500', '144743.087500', '144743.547500', '144744.007500', '144744.467500', '144744.927500', '144745.387500', '144745.847500', '144746.307500', '144746.767500', '144747.227500', '144747.687500', '144748.147500', '144748.607500', '144749.067500', '144749.527500', '144749.987500', '144750.447500', '144750.907500', '144751.367500', '144751.827500', '144752.287500', '144752.747500', '144753.207500', '144753.667500', '144754.127500', '144754.587500', '144755.047500', '144755.507500', '144755.967500', '144756.427500', '144756.887500', '144757.347500', '144757.807500', '144758.267500', '144758.727500', '144759.187500', '144759.647500', '144800.107500', '144800.567500', '144801.027500', '144801.487500', '144801.947500', '144802.407500', '144802.867500', '144803.327500', '144803.787500', '144804.247500', '144804.707500', '144805.167500', '144805.627500', '144806.087500', '144806.547500', '144807.007500', '144807.467500', '144807.927500', '144808.387500', '144808.847500', '144809.307500', '144809.767500', '144810.227500', '144810.687500', '144811.147500', '144811.607500', '144812.067500', '144812.527500', '144812.987500', '144813.447500', '144813.907500', '144814.367500', '144814.827500', '144815.287500', '144815.747500', '144816.207500', '144816.667500', '144817.127500', '144817.587500', '144818.047500', '144818.507500', '144818.967500', '144819.427500', '144819.887500', '144820.347500', '144820.807500', '144821.267500', '144821.727500', '144822.187500', '144822.647500', '144823.107500', '144823.567500', '144824.027500', '144824.487500', '144824.947500', '144825.407500', '144825.867500', '144826.327500', '144826.787500', '144827.247500', '144827.707500', '144828.167500', '144828.627500', '144829.087500', '144829.547500', '144830.007500', '144830.467500', '144830.927500', '144831.387500', '144831.847500', '144832.307500', '144832.767500', '144833.227500', '144833.687500', '144834.147500', '144834.607500', '144835.067500', '144835.527500', '144835.987500', '144836.447500', '144836.907500', '144837.367500', '144837.827500', '144838.287500', '144838.747500', '144839.207500', '144839.667500', '144840.127500', '144840.587500', '144841.047500', '144841.507500', '144841.967500', '144842.427500', '144842.887500', '144843.347500', '144843.807500', '144844.267500', '144844.727500', '144845.187500', '144845.647500', '144846.107500', '144846.567500', '144847.027500', '144847.487500', '144847.947500', '144848.407500', '144848.867500', '144849.327500', '144849.787500', '144850.247500', '144850.707500', '144851.167500', '144851.627500', '144852.087500', '144852.547500', '144853.007500', '144853.467500', '144853.927500', '144854.387500', '144854.847500', '144855.307500', '144855.767500', '144856.227500', '144856.687500', '144857.147500', '144857.607500', '144858.067500', '144858.527500', '144858.987500', '144859.447500', '144859.907500', '144900.367500', '144900.827500', '144901.287500', '144901.747500', '144902.207500', '144902.667500', '144903.127500', '144903.587500', '144904.047500', '144904.507500', '144904.967500', '144905.427500', '144905.887500', '144906.347500', '144906.807500', '144907.267500', '144907.727500', '144908.187500', '144908.647500', '144909.107500', '144909.567500', '144910.027500', '144910.487500', '144910.947500', '144911.407500', '144911.867500', '144912.327500', '144912.787500', '144913.247500', '144913.707500', '144914.167500', '144914.627500', '144915.087500', '144915.547500', '144916.007500', '144916.467500', '144916.927500', '144917.387500', '144917.847500', '144918.307500', '144918.767500', '144919.227500', '144919.687500', '144920.147500', '144920.607500', '144921.067500', '144921.527500', '144921.987500', '144922.447500', '144922.907500', '144923.367500', '144923.827500', '144924.287500', '144924.747500', '144925.207500', '144925.667500', '144926.127500', '144926.587500', '144927.047500', '144927.507500', '144927.967500', '144928.427500', '144928.887500', '144929.347500', '144929.807500', '144930.267500', '144930.727500', '144931.187500', '144931.647500', '144932.107500', '144932.567500', '144933.027500', '144933.487500', '144933.947500', '144934.407500', '144934.867500', '144935.327500', '144935.787500', '144936.247500', '144936.707500', '144937.167500', '144937.627500', '144938.087500', '144938.547500', '144939.007500', '144939.467500', '144939.927500', '144940.387500', '144940.847500', '144941.307500', '144941.767500', '144942.227500', '144942.687500', '144943.147500', '144943.607500', '144944.067500', '144944.527500', '144944.987500', '144945.447500', '144945.907500', '144946.367500', '144946.827500', '144947.287500', '144947.747500', '144948.207500', '144948.667500', '144949.127500', '144949.587500', '144950.047500', '144950.507500', '144950.967500', '144951.427500', '144951.887500', '144952.347500', '144952.807500', '144953.267500', '144953.727500', '144954.187500', '144954.647500', '144955.107500', '144955.567500', '144956.027500', '144956.487500', '144956.947500', '144957.407500', '144957.867500', '144958.327500', '144958.787500', '144959.247500', '144959.707500', '145000.167500', '145000.627500', '145001.087500', '145001.547500', '145002.007500', '145002.467500', '145002.927500', '145003.387500', '145003.847500', '145004.307500', '145004.767500', '145005.227500', '145005.687500', '145006.147500', '145006.607500', '145007.067500', '145007.527500', '145007.987500', '145008.447500', '145008.907500', '145009.367500', '145009.827500', '145010.287500', '145010.747500', '145011.207500', '145011.667500', '145012.127500', '145012.587500', '145013.047500', '145013.507500', '145013.967500', '145014.427500', '145014.887500', '145015.347500', '145015.807500', '145016.267500', '145016.727500', '145017.187500', '145017.647500', '145018.107500', '145018.567500', '145019.027500', '145019.487500', '145019.947500', '145020.407500', '145020.867500', '145021.327500', '145021.787500', '145022.247500', '145022.707500', '145023.167500', '145023.627500', '145024.087500', '145024.547500', '145025.007500', '145025.467500', '145025.927500', '145026.387500', '145026.847500', '145027.307500', '145027.767500', '145028.227500', '145028.687500', '145029.147500', '145029.607500', '145030.067500', '145030.527500', '145030.987500', '145031.447500', '145031.907500', '145032.367500', '145032.827500', '145033.287500', '145033.747500', '145034.207500', '145034.667500', '145035.127500', '145035.587500', '145036.047500', '145036.507500', '145036.967500', '145037.427500', '145037.887500', '145038.347500', '145038.807500', '145039.267500', '145039.727500', '145040.187500', '145040.647500', '145041.107500', '145041.567500', '145042.027500', '145042.487500', '145042.947500', '145043.407500', '145043.867500', '145044.327500', '145044.787500', '145045.247500', '145045.707500', '145046.167500', '145046.627500', '145047.087500', '145047.547500', '145048.007500', '145048.467500', '145048.927500', '145049.387500', '145049.847500', '145050.307500', '145050.767500', '145051.227500', '145051.687500', '145052.147500', '145052.607500', '145053.067500', '145053.527500', '145053.987500', '145054.447500', '145054.907500', '145055.367500', '145055.827500', '145056.287500', '145056.747500', '145057.207500', '145057.667500', '145058.127500', '145058.587500', '145059.047500', '145059.507500', '145059.967500', '145100.427500', '145100.887500', '145101.347500', '145101.807500', '145102.267500', '145102.727500', '145103.187500', '145103.647500', '145104.107500', '145104.567500', '145105.027500', '145105.487500', '145105.947500', '145106.407500', '145106.867500', '145107.327500', '145107.787500', '145108.247500', '145108.707500', '145109.167500', '145109.627500', '145110.087500', '145110.547500', '145111.007500', '145111.467500', '145111.927500', '145112.387500', '145112.847500', '145113.307500', '145113.767500', '145114.227500', '145114.687500', '145115.147500', '145115.607500', '145116.067500', '145116.527500', '145116.987500', '145117.447500', '145117.907500', '145118.367500', '145118.827500', '145119.287500', '145119.747500', '145120.207500', '145120.667500', '145121.127500', '145121.587500', '145122.047500', '145122.507500', '145122.967500', '145123.427500', '145123.887500', '145124.347500', '145124.807500', '145125.267500', '145125.727500', '145126.187500', '145126.647500', '145127.107500', '145127.567500', '145128.027500', '145128.487500', '145128.947500', '145129.407500', '145129.867500', '145130.327500', '145130.787500', '145131.247500', '145131.707500', '145132.167500', '145132.627500', '145133.087500', '145133.547500', '145134.007500', '145134.467500', '145134.927500', '145135.387500', '145135.847500', '145136.307500', '145136.767500', '145137.227500', '145137.687500', '145138.147500', '145138.607500', '145139.067500', '145139.527500', '145139.987500', '145140.447500', '145140.907500', '145141.367500', '145141.827500', '145142.287500', '145142.747500', '145143.207500', '145143.667500', '145144.127500', '145144.587500', '145145.047500', '145145.507500', '145145.967500', '145146.427500', '145146.887500', '145147.347500', '145147.807500', '145148.267500', '145148.727500', '145149.187500', '145149.647500', '145150.107500', '145150.567500', '145151.027500', '145151.487500', '145151.947500', '145152.407500', '145152.867500', '145153.327500', '145153.787500', '145154.247500', '145154.707500', '145155.167500', '145155.627500', '145156.087500', '145156.547500', '145157.007500', '145157.467500', '145157.927500', '145158.387500', '145158.847500', '145159.307500', '145159.767500', '145200.227500', '145200.687500', '145201.147500', '145201.607500', '145202.067500', '145202.527500', '145202.987500', '145203.447500', '145203.907500', '145204.367500', '145204.827500', '145205.287500', '145205.747500', '145206.207500', '145206.667500', '145207.127500', '145207.587500', '145208.047500', '145208.507500', '145208.967500', '145209.427500', '145209.887500', '145210.347500', '145210.807500', '145211.267500', '145211.727500', '145212.187500', '145212.647500', '145213.107500', '145213.567500', '145214.027500', '145214.487500', '145214.947500', '145215.407500', '145215.867500', '145216.327500', '145216.787500', '145217.247500', '145217.707500', '145218.167500', '145218.627500', '145219.087500', '145219.547500', '145220.007500', '145220.467500', '145220.927500', '145221.387500', '145221.847500', '145222.307500', '145222.767500', '145223.227500', '145223.687500', '145224.147500', '145224.607500', '145225.067500', '145225.527500', '145225.987500', '145226.447500', '145226.907500', '145227.367500', '145227.827500', '145228.287500', '145228.747500', '145229.207500', '145229.667500', '145230.127500', '145230.587500', '145231.047500', '145231.507500', '145231.967500', '145232.427500', '145232.887500', '145233.347500', '145233.807500', '145234.267500', '145234.727500', '145235.187500', '145235.647500', '145236.107500', '145236.567500', '145237.027500', '145237.487500', '145237.947500', '145238.407500', '145238.867500', '145239.327500', '145239.787500', '145240.247500'], 'ContentTime': ['144628.485000', '144628.489000', '144628.493000', '144628.496000', '144628.499000', '144628.501000', '144628.504000', '144628.506000', '144628.509000', '144628.511000', '144628.514000', '144628.517000', '144628.519000', '144628.529000', '144628.531000', '144628.534000', '144628.536000', '144628.539000', '144628.541000', '144628.544000', '144628.547000', '144628.549000', '144628.552000', '144628.555000', '144628.557000', '144628.560000', '144628.562000', '144628.565000', '144628.568000', '144628.570000', '144628.573000', '144628.575000', '144628.578000', '144628.581000', '144628.583000', '144628.586000', '144628.588000', '144628.591000', '144628.594000', '144628.596000', '144628.599000', '144628.601000', '144628.604000', '144628.607000', '144628.609000', '144628.612000', '144628.614000', '144628.617000', '144628.619000', '144628.622000', '144628.624000', '144628.627000', '144628.630000', '144628.632000', '144628.635000', '144628.637000', '144628.648000', '144628.650000', '144628.653000', '144628.655000', '144648.447000', '144648.449000', '144648.452000', '144648.455000', '144648.457000', '144648.460000', '144648.462000', '144648.465000', '144648.468000', '144648.470000', '144648.473000', '144648.475000', '144648.478000', '144648.480000', '144648.483000', '144648.486000', '144648.488000', '144648.491000', '144648.493000', '144648.496000', '144648.499000', '144648.501000', '144648.504000', '144648.506000', '144648.509000', '144648.512000', '144648.514000', '144648.517000', '144648.519000', '144648.522000', '144648.525000', '144648.527000', '144648.530000', '144648.532000', '144648.535000', '144648.538000', '144648.540000', '144648.543000', '144648.546000', '144648.549000', '144648.551000', '144648.554000', '144648.556000', '144708.446000', '144708.449000', '144708.452000', '144708.454000', '144708.457000', '144708.459000', '144708.462000', '144708.464000', '144708.467000', '144708.470000', '144708.472000', '144708.475000', '144708.477000', '144708.480000', '144708.483000', '144708.485000', '144708.488000', '144708.490000', '144708.493000', '144708.496000', '144708.498000', '144708.501000', '144708.504000', '144708.507000', '144708.510000', '144708.513000', '144708.515000', '144708.518000', '144708.520000', '144708.523000', '144708.526000', '144708.528000', '144708.531000', '144708.533000', '144708.536000', '144708.539000', '144708.541000', '144708.544000', '144708.546000', '144708.549000', '144708.552000', '144708.554000', '144708.557000', '144728.446000', '144728.449000', '144728.452000', '144728.454000', '144728.457000', '144728.460000', '144728.462000', '144728.465000', '144728.467000', '144728.470000', '144728.473000', '144728.475000', '144728.478000', '144728.481000', '144728.483000', '144728.486000', '144728.488000', '144728.491000', '144728.493000', '144728.496000', '144728.499000', '144728.501000', '144728.504000', '144728.507000', '144728.509000', '144728.512000', '144728.514000', '144728.517000', '144728.519000', '144728.522000', '144728.525000', '144728.527000', '144728.530000', '144728.532000', '144728.535000', '144728.538000', '144728.540000', '144728.543000', '144728.545000', '144728.548000', '144728.551000', '144728.553000', '144728.556000', '144728.558000', '144748.446000', '144748.449000', '144748.452000', '144748.455000', '144748.457000', '144748.460000', '144748.462000', '144748.478000', '144748.481000', '144748.484000', '144748.486000', '144748.489000', '144748.492000', '144748.494000', '144748.497000', '144748.500000', '144748.502000', '144748.505000', '144748.508000', '144748.510000', '144748.513000', '144748.515000', '144748.518000', '144748.521000', '144748.523000', '144748.526000', '144748.530000', '144748.533000', '144748.536000', '144748.539000', '144748.541000', '144748.544000', '144748.546000', '144748.549000', '144748.552000', '144748.554000', '144748.557000', '144748.559000', '144748.562000', '144748.565000', '144748.567000', '144748.570000', '144748.573000', '144808.445000', '144808.448000', '144808.451000', '144808.453000', '144808.456000', '144808.459000', '144808.461000', '144808.464000', '144808.466000', '144808.469000', '144808.472000', '144808.474000', '144808.477000', '144808.479000', '144808.482000', '144808.484000', '144808.487000', '144808.490000', '144808.492000', '144808.495000', '144808.497000', '144808.500000', '144808.503000', '144808.505000', '144808.508000', '144808.511000', '144808.513000', '144808.516000', '144808.519000', '144808.521000', '144808.524000', '144808.527000', '144808.529000', '144808.532000', '144808.534000', '144808.537000', '144808.540000', '144808.542000', '144808.545000', '144808.547000', '144808.550000', '144808.553000', '144808.555000', '144808.558000', '144828.446000', '144828.449000', '144828.452000', '144828.454000', '144828.457000', '144828.460000', '144828.462000', '144828.465000', '144828.467000', '144828.470000', '144828.473000', '144828.475000', '144828.478000', '144828.480000', '144828.483000', '144828.486000', '144828.488000', '144828.491000', '144828.493000', '144828.496000', '144828.499000', '144828.502000', '144828.505000', '144828.508000', '144828.510000', '144828.513000', '144828.516000', '144828.518000', '144828.521000', '144828.524000', '144828.526000', '144828.529000', '144828.531000', '144828.534000', '144828.536000', '144828.539000', '144828.542000', '144828.544000', '144828.547000', '144828.549000', '144828.552000', '144828.554000', '144828.557000', '144848.446000', '144848.449000', '144848.452000', '144848.454000', '144848.457000', '144848.460000', '144848.462000', '144848.465000', '144848.468000', '144848.470000', '144848.473000', '144848.475000', '144848.478000', '144848.481000', '144848.483000', '144848.486000', '144848.488000', '144848.491000', '144848.493000', '144848.496000', '144848.499000', '144848.501000', '144848.504000', '144848.507000', '144848.509000', '144848.512000', '144848.514000', '144848.517000', '144848.520000', '144848.522000', '144848.525000', '144848.527000', '144848.530000', '144848.533000', '144848.535000', '144848.538000', '144848.540000', '144848.543000', '144848.546000', '144848.548000', '144848.551000', '144848.553000', '144848.556000', '144848.558000', '144908.446000', '144908.449000', '144908.452000', '144908.454000', '144908.457000', '144908.460000', '144908.462000', '144908.465000', '144908.467000', '144908.470000', '144908.472000', '144908.475000', '144908.478000', '144908.480000', '144908.483000', '144908.485000', '144908.488000', '144908.490000', '144908.493000', '144908.496000', '144908.498000', '144908.501000', '144908.503000', '144908.506000', '144908.508000', '144908.511000', '144908.514000', '144908.516000', '144908.519000', '144908.521000', '144908.524000', '144908.527000', '144908.549000', '144908.552000', '144908.555000', '144908.557000', '144908.560000', '144908.562000', '144908.565000', '144908.568000', '144908.571000', '144908.574000', '144908.576000', '144928.447000', '144928.449000', '144928.452000', '144928.455000', '144928.457000', '144928.460000', '144928.462000', '144928.465000', '144928.468000', '144928.470000', '144928.473000', '144928.475000', '144928.478000', '144928.481000', '144928.483000', '144928.486000', '144928.488000', '144928.491000', '144928.494000', '144928.496000', '144928.499000', '144928.501000', '144928.504000', '144928.506000', '144928.509000', '144928.512000', '144928.514000', '144928.517000', '144928.519000', '144928.532000', '144928.534000', '144928.537000', '144928.540000', '144928.542000', '144928.545000', '144928.548000', '144928.550000', '144928.553000', '144928.555000', '144928.558000', '144928.561000', '144928.563000', '144928.566000', '144928.568000', '144948.447000', '144948.449000', '144948.452000', '144948.455000', '144948.457000', '144948.460000', '144948.462000', '144948.465000', '144948.468000', '144948.470000', '144948.473000', '144948.475000', '144948.478000', '144948.480000', '144948.483000', '144948.486000', '144948.488000', '144948.491000', '144948.493000', '144948.496000', '144948.499000', '144948.501000', '144948.504000', '144948.506000', '144948.509000', '144948.511000', '144948.514000', '144948.517000', '144948.519000', '144948.522000', '144948.524000', '144948.527000', '144948.530000', '144948.532000', '144948.535000', '144948.538000', '144948.541000', '144948.544000', '144948.546000', '144948.549000', '144948.551000', '144948.554000', '144948.557000', '145008.447000', '145008.449000', '145008.452000', '145008.455000', '145008.457000', '145008.460000', '145008.463000', '145008.466000', '145008.468000', '145008.471000', '145008.473000', '145008.476000', '145008.478000', '145008.481000', '145008.484000', '145008.486000', '145008.489000', '145008.492000', '145008.494000', '145008.497000', '145008.499000', '145008.502000', '145008.505000', '145008.507000', '145008.510000', '145008.512000', '145008.515000', '145008.518000', '145008.520000', '145008.523000', '145008.526000', '145008.528000', '145008.531000', '145008.533000', '145008.536000', '145008.539000', '145008.541000', '145008.544000', '145008.546000', '145008.549000', '145008.552000', '145008.554000', '145008.557000', '145008.559000', '145028.446000', '145028.448000', '145028.451000', '145028.453000', '145028.456000', '145028.459000', '145028.461000', '145028.464000', '145028.466000', '145028.469000', '145028.472000', '145028.474000', '145028.477000', '145028.479000', '145028.482000', '145028.485000', '145028.487000', '145028.490000', '145028.493000', '145028.495000', '145028.498000', '145028.500000', '145028.503000', '145028.506000', '145028.508000', '145028.511000', '145028.513000', '145028.516000', '145028.518000', '145028.521000', '145028.524000', '145028.526000', '145028.529000', '145028.532000', '145028.534000', '145028.537000', '145028.539000', '145028.542000', '145028.545000', '145028.547000', '145028.550000', '145028.552000', '145028.555000', '145048.446000', '145048.449000', '145048.452000', '145048.454000', '145048.457000', '145048.460000', '145048.462000', '145048.465000', '145048.467000', '145048.470000', '145048.472000', '145048.475000', '145048.478000', '145048.480000', '145048.492000', '145048.495000', '145048.497000', '145048.500000', '145048.502000', '145048.505000', '145048.507000', '145048.510000', '145048.513000', '145048.515000', '145048.518000', '145048.520000', '145048.523000', '145048.526000', '145048.528000', '145048.531000', '145048.534000', '145048.536000', '145048.539000', '145048.541000', '145048.544000', '145048.546000', '145048.549000', '145048.552000', '145048.554000', '145048.557000', '145048.559000', '145048.562000', '145048.565000', '145048.567000', '145108.447000', '145108.449000', '145108.452000', '145108.455000', '145108.457000', '145108.460000', '145108.462000', '145108.465000', '145108.468000', '145108.470000', '145108.473000', '145108.475000', '145108.478000', '145108.481000', '145108.483000', '145108.486000', '145108.488000', '145108.491000', '145108.493000', '145108.496000', '145108.499000', '145108.501000', '145108.504000', '145108.506000', '145108.509000', '145108.512000', '145108.514000', '145108.517000', '145108.519000', '145108.522000', '145108.525000', '145108.527000', '145108.530000', '145108.532000', '145108.535000', '145108.538000', '145108.540000', '145108.543000', '145108.545000', '145108.548000', '145108.550000', '145108.553000', '145108.556000', '145128.446000', '145128.449000', '145128.452000', '145128.455000', '145128.457000', '145128.460000', '145128.463000', '145128.465000', '145128.468000', '145128.470000', '145128.473000', '145128.476000', '145128.478000', '145128.481000', '145128.483000', '145128.486000', '145128.489000', '145128.491000', '145128.494000', '145128.496000', '145128.499000', '145128.502000', '145128.504000', '145128.507000', '145128.514000', '145128.517000', '145128.520000', '145128.522000', '145128.525000', '145128.528000', '145128.530000', '145128.533000', '145128.535000', '145128.538000', '145128.541000', '145128.543000', '145128.546000', '145128.549000', '145128.551000', '145128.554000', '145128.556000', '145128.559000', '145128.562000', '145128.564000', '145148.447000', '145148.449000', '145148.452000', '145148.455000', '145148.457000', '145148.460000', '145148.462000', '145148.465000', '145148.468000', '145148.470000', '145148.473000', '145148.475000', '145148.478000', '145148.481000', '145148.483000', '145148.486000', '145148.488000', '145148.491000', '145148.493000', '145148.496000', '145148.499000', '145148.501000', '145148.504000', '145148.506000', '145148.509000', '145148.512000', '145148.514000', '145148.517000', '145148.519000', '145148.524000', '145148.526000', '145148.529000', '145148.531000', '145148.534000', '145148.537000', '145148.539000', '145148.542000', '145148.544000', '145148.547000', '145148.550000', '145148.552000', '145148.555000', '145148.557000', '145208.447000', '145208.449000', '145208.452000', '145208.454000', '145208.457000', '145208.460000', '145208.462000', '145208.465000', '145208.468000', '145208.470000', '145208.473000', '145208.475000', '145208.478000', '145208.480000', '145208.483000', '145208.486000', '145208.488000', '145208.491000', '145208.493000', '145208.496000', '145208.499000', '145208.501000', '145208.504000', '145208.506000', '145208.509000', '145208.524000', '145208.526000', '145208.529000', '145208.532000', '145208.534000', '145208.537000', '145208.539000', '145208.542000', '145208.545000', '145208.547000', '145208.550000', '145208.552000', '145208.555000', '145208.557000', '145208.560000', '145208.563000', '145208.565000', '145208.568000', '145208.571000', '145228.446000', '145228.449000', '145228.452000', '145228.454000', '145228.457000', '145228.460000', '145228.462000', '145228.465000', '145228.467000', '145228.470000', '145228.473000', '145228.475000', '145228.478000', '145228.480000', '145228.483000', '145228.486000', '145228.488000', '145228.491000', '145228.493000', '145228.496000', '145228.498000', '145228.501000', '145228.503000', '145228.506000', '145228.509000', '145228.511000', '145228.514000', '145228.516000', '145228.519000', '145228.522000', '145228.524000', '145228.527000', '145228.529000', '145228.532000', '145228.535000', '145228.537000', '145228.540000', '145228.542000', '145228.545000', '145228.548000', '145228.550000', '145228.553000', '145228.555000', '145241.966000', '145241.968000', '145241.971000', '145241.974000', '145241.976000', '145241.979000', '145241.981000', '145241.984000', '145241.987000', '145241.989000', '145241.992000', '145241.995000', '145241.997000', '145242.001000', '145242.004000', '145242.006000', '145242.009000', '145242.011000', '145242.014000', '145242.017000', '145242.019000', '145242.022000', '145242.024000', '145242.027000', '145242.030000', '145242.032000', '145242.035000', '145242.037000', '145242.040000', '145242.043000'], 'InstanceCreationTime': ['144628.485000', '144628.489000', '144628.493000', '144628.496000', '144628.499000', '144628.501000', '144628.504000', '144628.506000', '144628.509000', '144628.511000', '144628.514000', '144628.517000', '144628.519000', '144628.529000', '144628.531000', '144628.534000', '144628.536000', '144628.539000', '144628.541000', '144628.544000', '144628.547000', '144628.549000', '144628.552000', '144628.555000', '144628.557000', '144628.560000', '144628.562000', '144628.565000', '144628.568000', '144628.570000', '144628.573000', '144628.575000', '144628.578000', '144628.581000', '144628.583000', '144628.586000', '144628.588000', '144628.591000', '144628.594000', '144628.596000', '144628.599000', '144628.601000', '144628.604000', '144628.607000', '144628.609000', '144628.612000', '144628.614000', '144628.617000', '144628.619000', '144628.622000', '144628.624000', '144628.627000', '144628.630000', '144628.632000', '144628.635000', '144628.637000', '144628.648000', '144628.650000', '144628.653000', '144628.655000', '144648.447000', '144648.449000', '144648.452000', '144648.455000', '144648.457000', '144648.460000', '144648.462000', '144648.465000', '144648.468000', '144648.470000', '144648.473000', '144648.475000', '144648.478000', '144648.480000', '144648.483000', '144648.486000', '144648.488000', '144648.491000', '144648.493000', '144648.496000', '144648.499000', '144648.501000', '144648.504000', '144648.506000', '144648.509000', '144648.512000', '144648.514000', '144648.517000', '144648.519000', '144648.522000', '144648.525000', '144648.527000', '144648.530000', '144648.532000', '144648.535000', '144648.538000', '144648.540000', '144648.543000', '144648.546000', '144648.549000', '144648.551000', '144648.554000', '144648.556000', '144708.446000', '144708.449000', '144708.452000', '144708.454000', '144708.457000', '144708.459000', '144708.462000', '144708.464000', '144708.467000', '144708.470000', '144708.472000', '144708.475000', '144708.477000', '144708.480000', '144708.483000', '144708.485000', '144708.488000', '144708.490000', '144708.493000', '144708.496000', '144708.498000', '144708.501000', '144708.504000', '144708.507000', '144708.510000', '144708.513000', '144708.515000', '144708.518000', '144708.520000', '144708.523000', '144708.526000', '144708.528000', '144708.531000', '144708.533000', '144708.536000', '144708.539000', '144708.541000', '144708.544000', '144708.546000', '144708.549000', '144708.552000', '144708.554000', '144708.557000', '144728.446000', '144728.449000', '144728.452000', '144728.454000', '144728.457000', '144728.460000', '144728.462000', '144728.465000', '144728.467000', '144728.470000', '144728.473000', '144728.475000', '144728.478000', '144728.481000', '144728.483000', '144728.486000', '144728.488000', '144728.491000', '144728.493000', '144728.496000', '144728.499000', '144728.501000', '144728.504000', '144728.507000', '144728.509000', '144728.512000', '144728.514000', '144728.517000', '144728.519000', '144728.522000', '144728.525000', '144728.527000', '144728.530000', '144728.532000', '144728.535000', '144728.538000', '144728.540000', '144728.543000', '144728.545000', '144728.548000', '144728.551000', '144728.553000', '144728.556000', '144728.558000', '144748.446000', '144748.449000', '144748.452000', '144748.455000', '144748.457000', '144748.460000', '144748.462000', '144748.478000', '144748.481000', '144748.484000', '144748.486000', '144748.489000', '144748.492000', '144748.494000', '144748.497000', '144748.500000', '144748.502000', '144748.505000', '144748.508000', '144748.510000', '144748.513000', '144748.515000', '144748.518000', '144748.521000', '144748.523000', '144748.526000', '144748.530000', '144748.533000', '144748.536000', '144748.539000', '144748.541000', '144748.544000', '144748.546000', '144748.549000', '144748.552000', '144748.554000', '144748.557000', '144748.559000', '144748.562000', '144748.565000', '144748.567000', '144748.570000', '144748.573000', '144808.445000', '144808.448000', '144808.451000', '144808.453000', '144808.456000', '144808.459000', '144808.461000', '144808.464000', '144808.466000', '144808.469000', '144808.472000', '144808.474000', '144808.477000', '144808.479000', '144808.482000', '144808.484000', '144808.487000', '144808.490000', '144808.492000', '144808.495000', '144808.497000', '144808.500000', '144808.503000', '144808.505000', '144808.508000', '144808.511000', '144808.513000', '144808.516000', '144808.519000', '144808.521000', '144808.524000', '144808.527000', '144808.529000', '144808.532000', '144808.534000', '144808.537000', '144808.540000', '144808.542000', '144808.545000', '144808.547000', '144808.550000', '144808.553000', '144808.555000', '144808.558000', '144828.446000', '144828.449000', '144828.452000', '144828.454000', '144828.457000', '144828.460000', '144828.462000', '144828.465000', '144828.467000', '144828.470000', '144828.473000', '144828.475000', '144828.478000', '144828.480000', '144828.483000', '144828.486000', '144828.488000', '144828.491000', '144828.493000', '144828.496000', '144828.499000', '144828.502000', '144828.505000', '144828.508000', '144828.510000', '144828.513000', '144828.516000', '144828.518000', '144828.521000', '144828.524000', '144828.526000', '144828.529000', '144828.531000', '144828.534000', '144828.536000', '144828.539000', '144828.542000', '144828.544000', '144828.547000', '144828.549000', '144828.552000', '144828.554000', '144828.557000', '144848.446000', '144848.449000', '144848.452000', '144848.454000', '144848.457000', '144848.460000', '144848.462000', '144848.465000', '144848.468000', '144848.470000', '144848.473000', '144848.475000', '144848.478000', '144848.481000', '144848.483000', '144848.486000', '144848.488000', '144848.491000', '144848.493000', '144848.496000', '144848.499000', '144848.501000', '144848.504000', '144848.507000', '144848.509000', '144848.512000', '144848.514000', '144848.517000', '144848.520000', '144848.522000', '144848.525000', '144848.527000', '144848.530000', '144848.533000', '144848.535000', '144848.538000', '144848.540000', '144848.543000', '144848.546000', '144848.548000', '144848.551000', '144848.553000', '144848.556000', '144848.558000', '144908.446000', '144908.449000', '144908.452000', '144908.454000', '144908.457000', '144908.460000', '144908.462000', '144908.465000', '144908.467000', '144908.470000', '144908.472000', '144908.475000', '144908.478000', '144908.480000', '144908.483000', '144908.485000', '144908.488000', '144908.490000', '144908.493000', '144908.496000', '144908.498000', '144908.501000', '144908.503000', '144908.506000', '144908.508000', '144908.511000', '144908.514000', '144908.516000', '144908.519000', '144908.521000', '144908.524000', '144908.527000', '144908.549000', '144908.552000', '144908.555000', '144908.557000', '144908.560000', '144908.562000', '144908.565000', '144908.568000', '144908.571000', '144908.574000', '144908.576000', '144928.447000', '144928.449000', '144928.452000', '144928.455000', '144928.457000', '144928.460000', '144928.462000', '144928.465000', '144928.468000', '144928.470000', '144928.473000', '144928.475000', '144928.478000', '144928.481000', '144928.483000', '144928.486000', '144928.488000', '144928.491000', '144928.494000', '144928.496000', '144928.499000', '144928.501000', '144928.504000', '144928.506000', '144928.509000', '144928.512000', '144928.514000', '144928.517000', '144928.519000', '144928.532000', '144928.534000', '144928.537000', '144928.540000', '144928.542000', '144928.545000', '144928.548000', '144928.550000', '144928.553000', '144928.555000', '144928.558000', '144928.561000', '144928.563000', '144928.566000', '144928.568000', '144948.447000', '144948.449000', '144948.452000', '144948.455000', '144948.457000', '144948.460000', '144948.462000', '144948.465000', '144948.468000', '144948.470000', '144948.473000', '144948.475000', '144948.478000', '144948.480000', '144948.483000', '144948.486000', '144948.488000', '144948.491000', '144948.493000', '144948.496000', '144948.499000', '144948.501000', '144948.504000', '144948.506000', '144948.509000', '144948.511000', '144948.514000', '144948.517000', '144948.519000', '144948.522000', '144948.524000', '144948.527000', '144948.530000', '144948.532000', '144948.535000', '144948.538000', '144948.541000', '144948.544000', '144948.546000', '144948.549000', '144948.551000', '144948.554000', '144948.557000', '145008.447000', '145008.449000', '145008.452000', '145008.455000', '145008.457000', '145008.460000', '145008.463000', '145008.466000', '145008.468000', '145008.471000', '145008.473000', '145008.476000', '145008.478000', '145008.481000', '145008.484000', '145008.486000', '145008.489000', '145008.492000', '145008.494000', '145008.497000', '145008.499000', '145008.502000', '145008.505000', '145008.507000', '145008.510000', '145008.512000', '145008.515000', '145008.518000', '145008.520000', '145008.523000', '145008.526000', '145008.528000', '145008.531000', '145008.533000', '145008.536000', '145008.539000', '145008.541000', '145008.544000', '145008.546000', '145008.549000', '145008.552000', '145008.554000', '145008.557000', '145008.559000', '145028.446000', '145028.448000', '145028.451000', '145028.453000', '145028.456000', '145028.459000', '145028.461000', '145028.464000', '145028.466000', '145028.469000', '145028.472000', '145028.474000', '145028.477000', '145028.479000', '145028.482000', '145028.485000', '145028.487000', '145028.490000', '145028.493000', '145028.495000', '145028.498000', '145028.500000', '145028.503000', '145028.506000', '145028.508000', '145028.511000', '145028.513000', '145028.516000', '145028.518000', '145028.521000', '145028.524000', '145028.526000', '145028.529000', '145028.532000', '145028.534000', '145028.537000', '145028.539000', '145028.542000', '145028.545000', '145028.547000', '145028.550000', '145028.552000', '145028.555000', '145048.446000', '145048.449000', '145048.452000', '145048.454000', '145048.457000', '145048.460000', '145048.462000', '145048.465000', '145048.467000', '145048.470000', '145048.472000', '145048.475000', '145048.478000', '145048.480000', '145048.492000', '145048.495000', '145048.497000', '145048.500000', '145048.502000', '145048.505000', '145048.507000', '145048.510000', '145048.513000', '145048.515000', '145048.518000', '145048.520000', '145048.523000', '145048.526000', '145048.528000', '145048.531000', '145048.534000', '145048.536000', '145048.539000', '145048.541000', '145048.544000', '145048.546000', '145048.549000', '145048.552000', '145048.554000', '145048.557000', '145048.559000', '145048.562000', '145048.565000', '145048.567000', '145108.447000', '145108.449000', '145108.452000', '145108.455000', '145108.457000', '145108.460000', '145108.462000', '145108.465000', '145108.468000', '145108.470000', '145108.473000', '145108.475000', '145108.478000', '145108.481000', '145108.483000', '145108.486000', '145108.488000', '145108.491000', '145108.493000', '145108.496000', '145108.499000', '145108.501000', '145108.504000', '145108.506000', '145108.509000', '145108.512000', '145108.514000', '145108.517000', '145108.519000', '145108.522000', '145108.525000', '145108.527000', '145108.530000', '145108.532000', '145108.535000', '145108.538000', '145108.540000', '145108.543000', '145108.545000', '145108.548000', '145108.550000', '145108.553000', '145108.556000', '145128.446000', '145128.449000', '145128.452000', '145128.455000', '145128.457000', '145128.460000', '145128.463000', '145128.465000', '145128.468000', '145128.470000', '145128.473000', '145128.476000', '145128.478000', '145128.481000', '145128.483000', '145128.486000', '145128.489000', '145128.491000', '145128.494000', '145128.496000', '145128.499000', '145128.502000', '145128.504000', '145128.507000', '145128.514000', '145128.517000', '145128.520000', '145128.522000', '145128.525000', '145128.528000', '145128.530000', '145128.533000', '145128.535000', '145128.538000', '145128.541000', '145128.543000', '145128.546000', '145128.549000', '145128.551000', '145128.554000', '145128.556000', '145128.559000', '145128.562000', '145128.564000', '145148.447000', '145148.449000', '145148.452000', '145148.455000', '145148.457000', '145148.460000', '145148.462000', '145148.465000', '145148.468000', '145148.470000', '145148.473000', '145148.475000', '145148.478000', '145148.481000', '145148.483000', '145148.486000', '145148.488000', '145148.491000', '145148.493000', '145148.496000', '145148.499000', '145148.501000', '145148.504000', '145148.506000', '145148.509000', '145148.512000', '145148.514000', '145148.517000', '145148.519000', '145148.524000', '145148.526000', '145148.529000', '145148.531000', '145148.534000', '145148.537000', '145148.539000', '145148.542000', '145148.544000', '145148.547000', '145148.550000', '145148.552000', '145148.555000', '145148.557000', '145208.447000', '145208.449000', '145208.452000', '145208.454000', '145208.457000', '145208.460000', '145208.462000', '145208.465000', '145208.468000', '145208.470000', '145208.473000', '145208.475000', '145208.478000', '145208.480000', '145208.483000', '145208.486000', '145208.488000', '145208.491000', '145208.493000', '145208.496000', '145208.499000', '145208.501000', '145208.504000', '145208.506000', '145208.509000', '145208.524000', '145208.526000', '145208.529000', '145208.532000', '145208.534000', '145208.537000', '145208.539000', '145208.542000', '145208.545000', '145208.547000', '145208.550000', '145208.552000', '145208.555000', '145208.557000', '145208.560000', '145208.563000', '145208.565000', '145208.568000', '145208.571000', '145228.446000', '145228.449000', '145228.452000', '145228.454000', '145228.457000', '145228.460000', '145228.462000', '145228.465000', '145228.467000', '145228.470000', '145228.473000', '145228.475000', '145228.478000', '145228.480000', '145228.483000', '145228.486000', '145228.488000', '145228.491000', '145228.493000', '145228.496000', '145228.498000', '145228.501000', '145228.503000', '145228.506000', '145228.509000', '145228.511000', '145228.514000', '145228.516000', '145228.519000', '145228.522000', '145228.524000', '145228.527000', '145228.529000', '145228.532000', '145228.535000', '145228.537000', '145228.540000', '145228.542000', '145228.545000', '145228.548000', '145228.550000', '145228.553000', '145228.555000', '145241.966000', '145241.968000', '145241.971000', '145241.974000', '145241.976000', '145241.979000', '145241.981000', '145241.984000', '145241.987000', '145241.989000', '145241.992000', '145241.995000', '145241.997000', '145242.001000', '145242.004000', '145242.006000', '145242.009000', '145242.011000', '145242.014000', '145242.017000', '145242.019000', '145242.022000', '145242.024000', '145242.027000', '145242.030000', '145242.032000', '145242.035000', '145242.037000', '145242.040000', '145242.043000'], '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': [11683, 10897, 21386, 10650, 13752, 10282, 11641, 11828, 10609, 17045, 10556, 17342, 10593, 14697, 11104, 11522, 20452, 10717, 18696, 10445, 12807, 11857, 10862, 21129, 10513, 15084, 10270, 11616, 12310, 10468, 16602, 9501, 12641, 10813, 11300, 18546, 10413, 16723, 9806, 11999, 12022, 10969, 17819, 10067, 14027, 9884, 13682, 10159, 12839, 10618, 12866, 12486, 12668, 13254, 12500, 13066, 23188, 11768, 19688, 13844, 16545, 12751, 11634, 23519, 10943, 19919, 10594, 16092, 11662, 11452, 16499, 11203, 16196, 9922, 12034, 11322, 12497, 10859, 20215, 10470, 16491, 11151, 12761, 12399, 11216, 20842, 10990, 16597, 10536, 12544, 12231, 11361, 14751, 10865, 15595, 10295, 13104, 11982, 11583, 14800, 10936, 17687, 10864, 14588, 11967, 11821, 15775, 11222, 17569, 10507, 13512, 12158, 11806, 12912, 11219, 16445, 11044, 12846, 9750, 13080, 13188, 12932, 13588, 12890, 12542, 13832, 10694, 21836, 10614, 19311, 15195, 14415, 18236, 11138, 23256, 10727, 18972, 11423, 16643, 12200, 11696, 14320, 10773, 18166, 10619, 14923, 11023, 13008, 12034, 11567, 12577, 10698, 18062, 10484, 13752, 9827, 12823, 13384, 12121, 11773, 12646, 10462, 14153, 10985, 21339, 10840, 18813, 14959, 13801, 20043, 11033, 22888, 10818, 18567, 10857, 12419, 12647, 10587, 13918, 14247, 12524, 13015, 12659, 14069, 12220, 12141, 13570, 10953, 21433, 10625, 15722, 10704, 14618, 11697, 11458, 13832, 10434, 13574, 10887, 19002, 10781, 14685, 10647, 13368, 10630, 13444, 10705, 14292, 11234, 12831, 12253, 12182, 12260, 11170, 19873, 10960, 19550, 10777, 13001, 11754, 11398, 18207, 10857, 18593, 11097, 13994, 11021, 12376, 11146, 12336, 12822, 11153, 16905, 10904, 16004, 11060, 16309, 10615, 14066, 11283, 13097, 10926, 13692, 9690, 13169, 13406, 12017, 13844, 11803, 14207, 18193, 10721, 19985, 10628, 18935, 11441, 15595, 12745, 11796, 22504, 11082, 19442, 10920, 17157, 10491, 14562, 10943, 14094, 11000, 13182, 10969, 18955, 10567, 13248, 12640, 11238, 18865, 10381, 15675, 10627, 12807, 11335, 12581, 11541, 13778, 11017, 13313, 10994, 13524, 11042, 15674, 12514, 11900, 19824, 10626, 18558, 10081, 14133, 13614, 12606, 13406, 12082, 12666, 13655, 11002, 19788, 21052, 13422, 23061, 11061, 19020, 10967, 16359, 12151, 13061, 14140, 11491, 23905, 10894, 19748, 13821, 18618, 10574, 15212, 10545, 14080, 10436, 14496, 10837, 16826, 10548, 17374, 10509, 17181, 10693, 15797, 10777, 13386, 11005, 12993, 12932, 11711, 14203, 12759, 11503, 15031, 14534, 13899, 14984, 13007, 17083, 11996, 19157, 10570, 15587, 10716, 14428, 14304, 13920, 14068, 19133, 11178, 24219, 10368, 20311, 10458, 16068, 10449, 20372, 10808, 16879, 11203, 15551, 13653, 11431, 15700, 10596, 15981, 10553, 14010, 11256, 12051, 12645, 11457, 16406, 10816, 17284, 10617, 14710, 12667, 11882, 13981, 11246, 17652, 10238, 13760, 12476, 11600, 13625, 10690, 15395, 10844, 12536, 12523, 12185, 13448, 11413, 14182, 11803, 19912, 10653, 15617, 10659, 16341, 11439, 14264, 12559, 13416, 13039, 12939, 12736, 13737, 12927, 12709, 16152, 11275, 13251, 11339, 14486, 10577, 19136, 10534, 16237, 12777, 12116, 13962, 11396, 13905, 10554, 13153, 10582, 13770, 10639, 14253, 13235, 13686, 13427, 13026, 14258, 11981, 16253, 11239, 13730, 13431, 14101, 13647, 22231, 11631, 20650, 13393, 15270, 14022, 11194, 20724, 11248, 18789, 13058, 13833, 14625, 11636, 14388, 13468, 14711, 13990, 13100, 14457, 13034, 14027, 14264, 14051, 13388, 17615, 12228, 15732, 13889, 12716, 18177, 13794, 12260, 14469, 14499, 15388, 12564, 17149, 19609, 13805, 20469, 18700, 13064, 22618, 17400, 11597, 19090, 10396, 12591, 14447, 10361, 22443, 12945, 21531, 12954, 13067, 13678, 11705, 13950, 10067, 17222, 10178, 18589, 10521, 17480, 10132, 12925, 10740, 16608, 10554, 19339, 10035, 16857, 9797, 14796, 10030, 15988, 10747, 16989, 11023, 13721, 15160, 11804, 13547, 11120, 16478, 10697, 16081, 13417, 11897, 14654, 10603, 16031, 11667, 16341, 11437, 12344, 13686, 10943, 13063, 11808, 12649, 13965, 11082, 19334, 11830, 13466, 14067, 11211, 18207, 11304, 13568, 12400, 11519, 13559, 14538, 12586, 14892, 12969, 13194, 15257, 10390, 13113, 13680, 13784, 13393, 12850, 12758, 12126, 13123, 15451, 14064, 10972, 13326, 17564, 10581, 16697, 16239, 10867, 13284, 14365, 15507, 12031, 13630, 13990, 15019, 12610, 11910, 13915, 15262, 15701, 16474, 16380, 13454, 15297, 17790, 18945, 12877, 11347, 11505, 21460, 16103, 11925, 22145, 18184, 14903, 17975, 20385, 11760, 10106, 19128, 10301, 10921, 14931, 11064, 10691, 15522, 10374, 11833, 15901, 15759, 10183, 12418, 14963, 12112, 11865, 14149, 13455, 16287, 10312, 17963, 14423, 10530, 14960, 11526, 10868, 13982, 11496, 11039, 16764, 9899, 15432, 14789, 10449, 17519, 11521, 14428, 12979, 9662, 16242, 14528, 11323, 16652, 11049, 11555, 14690, 11522, 11997, 14524, 14894, 11985, 15770, 13438, 10849, 13320, 13186, 10402, 18390, 13977, 12032, 18529, 10187, 14828, 13711, 10162, 13039, 13948, 11194, 13066, 13556, 10241, 13009, 15803, 10957, 19786, 15415, 11875, 17883, 15282, 11761, 15834, 14821, 11273, 17034, 15137, 11718, 18379, 10552, 12331, 16512, 10386, 12746, 14979, 11833, 17713, 10573, 13385, 10525, 13038, 14880, 11995, 12878, 14189, 12508, 14311, 13259, 11478, 13813, 12722, 11904, 19829, 11977, 19843, 15239, 12563, 15222, 12368, 16837, 11265, 19562, 10931, 13358, 14103, 11848, 15520, 10952, 12699, 13797, 10356, 17970, 11113, 12207, 15983, 10556, 13337, 14431, 11921, 16611, 11308, 13442, 14397, 11077, 17582, 11159, 12134, 13621, 9974, 16729, 14945, 11629, 16659, 10994, 12372, 13573, 10215, 13145, 13413, 10231, 17355, 11055, 12106, 17046, 10861, 13292, 13007, 10101, 13249, 13671, 11478, 19032, 10237, 18517, 11352, 12678, 13130, 10978, 17047, 12938, 12488, 13877, 10479, 12598, 13519, 9627, 13282, 12889, 9952, 12853, 13232, 13140, 11228, 12468, 18441, 11042, 21137, 13787, 13287, 16058, 10239, 18578, 13711, 11867, 15285, 10395, 12073, 13098, 9495, 13501, 10920, 12336, 14731, 10935, 19947, 10190, 20387, 10037, 18199, 10498, 13614, 12092, 12808, 12237, 10370, 13377, 12106, 11723, 12494, 13325, 12719, 16105, 9741, 14615, 10701, 12808, 15361, 11835, 19295, 10485, 18656, 10181, 12957, 12295, 11404, 12347, 10071, 12857], 'WindowCenter': [4506.0, 4484.0, 4537.0, 4457.0, 4473.0, 4445.0, 4454.0, 4453.0, 4444.0, 4492.0, 4444.0, 4494.0, 4432.0, 4484.0, 4442.0, 4444.0, 4501.0, 4432.0, 4502.0, 4433.0, 4451.0, 4439.0, 4442.0, 4511.0, 4431.0, 4470.0, 4419.0, 4442.0, 4439.0, 4433.0, 4480.0, 4421.0, 4461.0, 4441.0, 4442.0, 4490.0, 4430.0, 4477.0, 4420.0, 4439.0, 4438.0, 4443.0, 4490.0, 4431.0, 4470.0, 4433.0, 4473.0, 4445.0, 4473.0, 4457.0, 4475.0, 4477.0, 4476.0, 4477.0, 4466.0, 4478.0, 4526.0, 4455.0, 4504.0, 4463.0, 4482.0, 4440.0, 4433.0, 4510.0, 4429.0, 4502.0, 4421.0, 4470.0, 4431.0, 4441.0, 4479.0, 4442.0, 4468.0, 4421.0, 4449.0, 4441.0, 4463.0, 4446.0, 4502.0, 4433.0, 4481.0, 4442.0, 4452.0, 4450.0, 4444.0, 4501.0, 4431.0, 4478.0, 4420.0, 4449.0, 4439.0, 4443.0, 4469.0, 4443.0, 4471.0, 4433.0, 4461.0, 4442.0, 4443.0, 4471.0, 4443.0, 4491.0, 4431.0, 4472.0, 4440.0, 4442.0, 4481.0, 4444.0, 4478.0, 4430.0, 4462.0, 4440.0, 4443.0, 4452.0, 4444.0, 4481.0, 4443.0, 4451.0, 4423.0, 4463.0, 4474.0, 4476.0, 4487.0, 4476.0, 4480.0, 4477.0, 4458.0, 4526.0, 4447.0, 4516.0, 4484.0, 4474.0, 4492.0, 4445.0, 4524.0, 4431.0, 4491.0, 4430.0, 4470.0, 4428.0, 4440.0, 4448.0, 4430.0, 4489.0, 4421.0, 4459.0, 4430.0, 4450.0, 4439.0, 4442.0, 4452.0, 4445.0, 4492.0, 4432.0, 4460.0, 4432.0, 4463.0, 4474.0, 4466.0, 4468.0, 4477.0, 4458.0, 4486.0, 4457.0, 4526.0, 4456.0, 4518.0, 4485.0, 4475.0, 4502.0, 4444.0, 4513.0, 4430.0, 4492.0, 4433.0, 4452.0, 4449.0, 4430.0, 4460.0, 4472.0, 4463.0, 4473.0, 4464.0, 4485.0, 4467.0, 4466.0, 4475.0, 4456.0, 4526.0, 4444.0, 4479.0, 4445.0, 4483.0, 4453.0, 4453.0, 4472.0, 4444.0, 4463.0, 4444.0, 4501.0, 4443.0, 4482.0, 4445.0, 4473.0, 4443.0, 4465.0, 4444.0, 4483.0, 4455.0, 4476.0, 4454.0, 4463.0, 4455.0, 4456.0, 4512.0, 4443.0, 4502.0, 4432.0, 4452.0, 4441.0, 4441.0, 4488.0, 4431.0, 4490.0, 4430.0, 4460.0, 4430.0, 4450.0, 4442.0, 4452.0, 4449.0, 4444.0, 4480.0, 4441.0, 4481.0, 4443.0, 4481.0, 4432.0, 4464.0, 4442.0, 4451.0, 4443.0, 4461.0, 4422.0, 4464.0, 4475.0, 4464.0, 4487.0, 4466.0, 4488.0, 4503.0, 4445.0, 4505.0, 4433.0, 4503.0, 4444.0, 4482.0, 4451.0, 4442.0, 4501.0, 4430.0, 4487.0, 4429.0, 4479.0, 4421.0, 4470.0, 4442.0, 4459.0, 4442.0, 4460.0, 4443.0, 4501.0, 4431.0, 4462.0, 4451.0, 4443.0, 4490.0, 4433.0, 4481.0, 4434.0, 4451.0, 4442.0, 4450.0, 4453.0, 4472.0, 4456.0, 4486.0, 4468.0, 4486.0, 4469.0, 4508.0, 4478.0, 4467.0, 4525.0, 4447.0, 4504.0, 4436.0, 4484.0, 4485.0, 4488.0, 4487.0, 4480.0, 4501.0, 4498.0, 4470.0, 4543.0, 4526.0, 4466.0, 4513.0, 4444.0, 4502.0, 4444.0, 4485.0, 4453.0, 4465.0, 4463.0, 4444.0, 4512.0, 4433.0, 4502.0, 4462.0, 4479.0, 4419.0, 4457.0, 4419.0, 4458.0, 4431.0, 4461.0, 4433.0, 4480.0, 4432.0, 4480.0, 4430.0, 4481.0, 4421.0, 4469.0, 4433.0, 4460.0, 4458.0, 4474.0, 4473.0, 4467.0, 4497.0, 4489.0, 4481.0, 4499.0, 4498.0, 4499.0, 4509.0, 4478.0, 4508.0, 4479.0, 4527.0, 4472.0, 4510.0, 4459.0, 4486.0, 4487.0, 4476.0, 4488.0, 4515.0, 4447.0, 4526.0, 4436.0, 4503.0, 4435.0, 4483.0, 4436.0, 4502.0, 4434.0, 4483.0, 4433.0, 4474.0, 4451.0, 4433.0, 4469.0, 4422.0, 4470.0, 4423.0, 4449.0, 4431.0, 4440.0, 4440.0, 4432.0, 4470.0, 4432.0, 4470.0, 4421.0, 4461.0, 4441.0, 4441.0, 4448.0, 4434.0, 4479.0, 4421.0, 4450.0, 4441.0, 4431.0, 4448.0, 4420.0, 4460.0, 4421.0, 4441.0, 4440.0, 4442.0, 4439.0, 4433.0, 4462.0, 4445.0, 4492.0, 4423.0, 4470.0, 4422.0, 4473.0, 4442.0, 4462.0, 4455.0, 4464.0, 4455.0, 4453.0, 4454.0, 4466.0, 4453.0, 4456.0, 4473.0, 4433.0, 4450.0, 4432.0, 4462.0, 4423.0, 4491.0, 4431.0, 4470.0, 4451.0, 4443.0, 4451.0, 4431.0, 4450.0, 4432.0, 4452.0, 4433.0, 4461.0, 4433.0, 4471.0, 4475.0, 4475.0, 4478.0, 4477.0, 4484.0, 4468.0, 4497.0, 4459.0, 4478.0, 4479.0, 4487.0, 4491.0, 4516.0, 4447.0, 4515.0, 4465.0, 4486.0, 4464.0, 4446.0, 4504.0, 4443.0, 4504.0, 4463.0, 4465.0, 4472.0, 4444.0, 4474.0, 4465.0, 4483.0, 4475.0, 4477.0, 4499.0, 4489.0, 4501.0, 4514.0, 4514.0, 4503.0, 4532.0, 4494.0, 4510.0, 4490.0, 4480.0, 4521.0, 4490.0, 4482.0, 4516.0, 4513.0, 4522.0, 4507.0, 4533.0, 4544.0, 4526.0, 4553.0, 4532.0, 4490.0, 4551.0, 4532.0, 4469.0, 4517.0, 4438.0, 4467.0, 4475.0, 4424.0, 4517.0, 4454.0, 4503.0, 4445.0, 4441.0, 4452.0, 4431.0, 4451.0, 4400.0, 4470.0, 4412.0, 4481.0, 4423.0, 4470.0, 4412.0, 4440.0, 4432.0, 4459.0, 4411.0, 4479.0, 4400.0, 4458.0, 4412.0, 4449.0, 4413.0, 4468.0, 4433.0, 4471.0, 4434.0, 4464.0, 4474.0, 4443.0, 4453.0, 4434.0, 4484.0, 4437.0, 4474.0, 4454.0, 4444.0, 4474.0, 4434.0, 4482.0, 4446.0, 4475.0, 4444.0, 4442.0, 4454.0, 4434.0, 4454.0, 4443.0, 4453.0, 4463.0, 4446.0, 4492.0, 4443.0, 4451.0, 4451.0, 4433.0, 4493.0, 4433.0, 4451.0, 4442.0, 4444.0, 4464.0, 4475.0, 4467.0, 4486.0, 4468.0, 4477.0, 4487.0, 4446.0, 4479.0, 4477.0, 4477.0, 4477.0, 4479.0, 4478.0, 4480.0, 4489.0, 4498.0, 4489.0, 4460.0, 4489.0, 4519.0, 4451.0, 4498.0, 4499.0, 4449.0, 4477.0, 4488.0, 4488.0, 4469.0, 4488.0, 4488.0, 4511.0, 4494.0, 4493.0, 4501.0, 4522.0, 4508.0, 4522.0, 4536.0, 4515.0, 4533.0, 4554.0, 4567.0, 4526.0, 4494.0, 4481.0, 4549.0, 4510.0, 4469.0, 4528.0, 4508.0, 4499.0, 4506.0, 4516.0, 4445.0, 4424.0, 4492.0, 4409.0, 4418.0, 4459.0, 4431.0, 4424.0, 4474.0, 4425.0, 4442.0, 4472.0, 4472.0, 4434.0, 4465.0, 4486.0, 4466.0, 4444.0, 4476.0, 4453.0, 4482.0, 4423.0, 4482.0, 4462.0, 4434.0, 4473.0, 4446.0, 4435.0, 4474.0, 4455.0, 4447.0, 4494.0, 4426.0, 4485.0, 4476.0, 4436.0, 4494.0, 4446.0, 4475.0, 4463.0, 4426.0, 4483.0, 4474.0, 4446.0, 4496.0, 4447.0, 4456.0, 4476.0, 4456.0, 4458.0, 4488.0, 4499.0, 4469.0, 4497.0, 4488.0, 4461.0, 4490.0, 4491.0, 4461.0, 4521.0, 4489.0, 4470.0, 4508.0, 4438.0, 4476.0, 4474.0, 4437.0, 4479.0, 4487.0, 4470.0, 4489.0, 4489.0, 4464.0, 4492.0, 4511.0, 4460.0, 4529.0, 4499.0, 4470.0, 4509.0, 4498.0, 4469.0, 4498.0, 4489.0, 4470.0, 4509.0, 4501.0, 4469.0, 4519.0, 4450.0, 4479.0, 4509.0, 4449.0, 4467.0, 4499.0, 4456.0, 4507.0, 4446.0, 4465.0, 4448.0, 4466.0, 4484.0, 4458.0, 4478.0, 4488.0, 4480.0, 4498.0, 4491.0, 4471.0, 4501.0, 4490.0, 4482.0, 4530.0, 4482.0, 4530.0, 4500.0, 4468.0, 4501.0, 4457.0, 4485.0, 4435.0, 4493.0, 4434.0, 4454.0, 4465.0, 4454.0, 4483.0, 4435.0, 4453.0, 4474.0, 4437.0, 4505.0, 4448.0, 4455.0, 4485.0, 4435.0, 4464.0, 4477.0, 4456.0, 4495.0, 4446.0, 4464.0, 4474.0, 4446.0, 4495.0, 4443.0, 4455.0, 4464.0, 4425.0, 4483.0, 4474.0, 4457.0, 4498.0, 4447.0, 4466.0, 4465.0, 4436.0, 4464.0, 4464.0, 4435.0, 4496.0, 4457.0, 4455.0, 4494.0, 4447.0, 4464.0, 4465.0, 4437.0, 4465.0, 4477.0, 4458.0, 4505.0, 4436.0, 4494.0, 4444.0, 4453.0, 4452.0, 4433.0, 4484.0, 4455.0, 4453.0, 4464.0, 4435.0, 4454.0, 4466.0, 4436.0, 4479.0, 4477.0, 4449.0, 4477.0, 4477.0, 4478.0, 4458.0, 4480.0, 4530.0, 4460.0, 4528.0, 4478.0, 4465.0, 4485.0, 4435.0, 4494.0, 4464.0, 4443.0, 4484.0, 4436.0, 4454.0, 4464.0, 4427.0, 4464.0, 4446.0, 4464.0, 4475.0, 4445.0, 4504.0, 4436.0, 4504.0, 4424.0, 4491.0, 4435.0, 4462.0, 4444.0, 4463.0, 4455.0, 4435.0, 4465.0, 4456.0, 4468.0, 4467.0, 4489.0, 4478.0, 4507.0, 4439.0, 4487.0, 4449.0, 4468.0, 4498.0, 4468.0, 4516.0, 4448.0, 4505.0, 4436.0, 4464.0, 4455.0, 4457.0, 4467.0, 4450.0, 4478.0], 'WindowWidth': [9891.0, 9852.0, 9913.0, 9798.0, 9814.0, 9778.0, 9788.0, 9783.0, 9774.0, 9836.0, 9772.0, 9839.0, 9752.0, 9826.0, 9764.0, 9771.0, 9846.0, 9751.0, 9847.0, 9753.0, 9774.0, 9753.0, 9763.0, 9859.0, 9749.0, 9802.0, 9731.0, 9764.0, 9754.0, 9753.0, 9814.0, 9737.0, 9793.0, 9761.0, 9765.0, 9828.0, 9745.0, 9806.0, 9731.0, 9757.0, 9753.0, 9768.0, 9830.0, 9750.0, 9801.0, 9756.0, 9809.0, 9779.0, 9813.0, 9798.0, 9817.0, 9824.0, 9819.0, 9825.0, 9803.0, 9826.0, 9893.0, 9786.0, 9855.0, 9793.0, 9821.0, 9755.0, 9750.0, 9857.0, 9741.0, 9846.0, 9734.0, 9800.0, 9745.0, 9761.0, 9808.0, 9764.0, 9794.0, 9734.0, 9768.0, 9765.0, 9793.0, 9777.0, 9850.0, 9752.0, 9818.0, 9762.0, 9778.0, 9770.0, 9769.0, 9844.0, 9746.0, 9805.0, 9729.0, 9771.0, 9754.0, 9764.0, 9795.0, 9766.0, 9800.0, 9752.0, 9790.0, 9761.0, 9765.0, 9800.0, 9767.0, 9829.0, 9748.0, 9805.0, 9757.0, 9762.0, 9816.0, 9767.0, 9807.0, 9745.0, 9790.0, 9755.0, 9764.0, 9774.0, 9769.0, 9816.0, 9767.0, 9776.0, 9742.0, 9795.0, 9813.0, 9819.0, 9836.0, 9818.0, 9830.0, 9819.0, 9800.0, 9893.0, 9781.0, 9881.0, 9825.0, 9812.0, 9831.0, 9773.0, 9885.0, 9749.0, 9831.0, 9743.0, 9801.0, 9735.0, 9757.0, 9763.0, 9743.0, 9824.0, 9734.0, 9780.0, 9743.0, 9772.0, 9755.0, 9763.0, 9777.0, 9774.0, 9832.0, 9750.0, 9786.0, 9752.0, 9795.0, 9814.0, 9804.0, 9812.0, 9823.0, 9799.0, 9834.0, 9797.0, 9889.0, 9791.0, 9884.0, 9827.0, 9813.0, 9847.0, 9769.0, 9865.0, 9745.0, 9833.0, 9752.0, 9778.0, 9769.0, 9745.0, 9785.0, 9803.0, 9794.0, 9809.0, 9799.0, 9830.0, 9806.0, 9806.0, 9814.0, 9793.0, 9889.0, 9770.0, 9812.0, 9772.0, 9821.0, 9781.0, 9784.0, 9807.0, 9772.0, 9794.0, 9771.0, 9845.0, 9768.0, 9821.0, 9776.0, 9810.0, 9770.0, 9800.0, 9773.0, 9824.0, 9787.0, 9819.0, 9784.0, 9795.0, 9787.0, 9791.0, 9863.0, 9768.0, 9850.0, 9749.0, 9776.0, 9758.0, 9761.0, 9821.0, 9746.0, 9825.0, 9744.0, 9785.0, 9743.0, 9769.0, 9763.0, 9779.0, 9770.0, 9771.0, 9813.0, 9763.0, 9814.0, 9768.0, 9816.0, 9751.0, 9797.0, 9764.0, 9773.0, 9766.0, 9790.0, 9740.0, 9797.0, 9815.0, 9801.0, 9833.0, 9806.0, 9842.0, 9851.0, 9774.0, 9856.0, 9755.0, 9852.0, 9767.0, 9821.0, 9773.0, 9765.0, 9845.0, 9743.0, 9819.0, 9740.0, 9807.0, 9732.0, 9798.0, 9765.0, 9784.0, 9764.0, 9785.0, 9766.0, 9844.0, 9747.0, 9792.0, 9771.0, 9765.0, 9827.0, 9752.0, 9814.0, 9757.0, 9775.0, 9765.0, 9773.0, 9783.0, 9805.0, 9792.0, 9832.0, 9812.0, 9835.0, 9818.0, 9868.0, 9824.0, 9812.0, 9885.0, 9779.0, 9852.0, 9765.0, 9827.0, 9829.0, 9842.0, 9838.0, 9833.0, 9864.0, 9856.0, 9820.0, 9933.0, 9889.0, 9803.0, 9867.0, 9768.0, 9848.0, 9770.0, 9830.0, 9781.0, 9802.0, 9793.0, 9771.0, 9865.0, 9753.0, 9850.0, 9792.0, 9807.0, 9726.0, 9773.0, 9728.0, 9779.0, 9749.0, 9787.0, 9753.0, 9813.0, 9751.0, 9812.0, 9745.0, 9812.0, 9732.0, 9794.0, 9750.0, 9784.0, 9797.0, 9815.0, 9810.0, 9808.0, 9850.0, 9843.0, 9834.0, 9856.0, 9854.0, 9854.0, 9873.0, 9823.0, 9866.0, 9828.0, 9893.0, 9824.0, 9870.0, 9799.0, 9830.0, 9833.0, 9816.0, 9836.0, 9871.0, 9777.0, 9888.0, 9760.0, 9849.0, 9756.0, 9819.0, 9758.0, 9844.0, 9753.0, 9818.0, 9750.0, 9808.0, 9771.0, 9747.0, 9794.0, 9734.0, 9796.0, 9736.0, 9766.0, 9741.0, 9757.0, 9754.0, 9746.0, 9796.0, 9744.0, 9794.0, 9728.0, 9783.0, 9752.0, 9757.0, 9762.0, 9749.0, 9807.0, 9730.0, 9769.0, 9755.0, 9742.0, 9761.0, 9727.0, 9779.0, 9729.0, 9758.0, 9752.0, 9759.0, 9752.0, 9747.0, 9785.0, 9769.0, 9832.0, 9735.0, 9795.0, 9735.0, 9803.0, 9761.0, 9790.0, 9780.0, 9792.0, 9781.0, 9778.0, 9778.0, 9798.0, 9776.0, 9785.0, 9803.0, 9749.0, 9768.0, 9745.0, 9786.0, 9736.0, 9827.0, 9744.0, 9799.0, 9770.0, 9762.0, 9768.0, 9744.0, 9770.0, 9747.0, 9772.0, 9749.0, 9785.0, 9752.0, 9801.0, 9814.0, 9814.0, 9820.0, 9821.0, 9827.0, 9810.0, 9846.0, 9798.0, 9821.0, 9823.0, 9831.0, 9845.0, 9875.0, 9776.0, 9870.0, 9797.0, 9828.0, 9792.0, 9772.0, 9852.0, 9765.0, 9851.0, 9793.0, 9798.0, 9800.0, 9766.0, 9806.0, 9796.0, 9819.0, 9812.0, 9820.0, 9854.0, 9842.0, 9862.0, 9883.0, 9884.0, 9868.0, 9906.0, 9856.0, 9874.0, 9844.0, 9828.0, 9888.0, 9843.0, 9837.0, 9891.0, 9883.0, 9894.0, 9880.0, 9912.0, 9931.0, 9910.0, 9941.0, 9913.0, 9848.0, 9938.0, 9909.0, 9814.0, 9877.0, 9766.0, 9803.0, 9810.0, 9739.0, 9875.0, 9778.0, 9846.0, 9766.0, 9756.0, 9771.0, 9741.0, 9766.0, 9698.0, 9792.0, 9715.0, 9810.0, 9735.0, 9795.0, 9716.0, 9753.0, 9744.0, 9778.0, 9712.0, 9805.0, 9696.0, 9772.0, 9716.0, 9764.0, 9720.0, 9788.0, 9749.0, 9795.0, 9750.0, 9794.0, 9807.0, 9762.0, 9775.0, 9751.0, 9819.0, 9760.0, 9805.0, 9777.0, 9765.0, 9806.0, 9754.0, 9814.0, 9772.0, 9806.0, 9766.0, 9757.0, 9775.0, 9751.0, 9777.0, 9763.0, 9774.0, 9792.0, 9770.0, 9830.0, 9761.0, 9769.0, 9770.0, 9747.0, 9830.0, 9750.0, 9769.0, 9759.0, 9764.0, 9793.0, 9811.0, 9802.0, 9828.0, 9804.0, 9815.0, 9831.0, 9777.0, 9824.0, 9817.0, 9815.0, 9816.0, 9825.0, 9823.0, 9829.0, 9840.0, 9853.0, 9840.0, 9803.0, 9838.0, 9882.0, 9790.0, 9848.0, 9851.0, 9782.0, 9816.0, 9833.0, 9835.0, 9809.0, 9835.0, 9835.0, 9871.0, 9855.0, 9853.0, 9860.0, 9892.0, 9867.0, 9890.0, 9919.0, 9890.0, 9917.0, 9949.0, 9973.0, 9913.0, 9864.0, 9837.0, 9932.0, 9877.0, 9812.0, 9899.0, 9867.0, 9855.0, 9859.0, 9874.0, 9772.0, 9740.0, 9830.0, 9712.0, 9720.0, 9777.0, 9744.0, 9736.0, 9806.0, 9740.0, 9759.0, 9802.0, 9802.0, 9753.0, 9797.0, 9829.0, 9801.0, 9768.0, 9818.0, 9778.0, 9816.0, 9736.0, 9814.0, 9787.0, 9754.0, 9805.0, 9771.0, 9755.0, 9811.0, 9786.0, 9775.0, 9836.0, 9745.0, 9824.0, 9813.0, 9760.0, 9836.0, 9772.0, 9809.0, 9793.0, 9745.0, 9818.0, 9809.0, 9773.0, 9841.0, 9775.0, 9787.0, 9813.0, 9788.0, 9793.0, 9834.0, 9851.0, 9812.0, 9848.0, 9836.0, 9805.0, 9840.0, 9845.0, 9807.0, 9885.0, 9840.0, 9812.0, 9865.0, 9764.0, 9812.0, 9808.0, 9764.0, 9823.0, 9834.0, 9815.0, 9840.0, 9842.0, 9812.0, 9849.0, 9873.0, 9802.0, 9895.0, 9854.0, 9813.0, 9867.0, 9850.0, 9812.0, 9850.0, 9836.0, 9815.0, 9868.0, 9855.0, 9811.0, 9881.0, 9788.0, 9825.0, 9865.0, 9784.0, 9804.0, 9852.0, 9788.0, 9858.0, 9775.0, 9799.0, 9778.0, 9799.0, 9825.0, 9792.0, 9822.0, 9835.0, 9827.0, 9853.0, 9847.0, 9819.0, 9858.0, 9843.0, 9835.0, 9901.0, 9837.0, 9899.0, 9857.0, 9806.0, 9858.0, 9789.0, 9827.0, 9753.0, 9833.0, 9751.0, 9777.0, 9794.0, 9781.0, 9819.0, 9756.0, 9778.0, 9809.0, 9761.0, 9853.0, 9778.0, 9782.0, 9823.0, 9756.0, 9792.0, 9815.0, 9784.0, 9839.0, 9773.0, 9794.0, 9807.0, 9772.0, 9838.0, 9764.0, 9781.0, 9795.0, 9744.0, 9820.0, 9809.0, 9789.0, 9847.0, 9776.0, 9800.0, 9798.0, 9757.0, 9793.0, 9794.0, 9759.0, 9843.0, 9791.0, 9784.0, 9837.0, 9775.0, 9795.0, 9797.0, 9761.0, 9798.0, 9816.0, 9790.0, 9853.0, 9759.0, 9835.0, 9767.0, 9777.0, 9775.0, 9751.0, 9821.0, 9784.0, 9779.0, 9795.0, 9757.0, 9781.0, 9799.0, 9760.0, 9823.0, 9818.0, 9783.0, 9818.0, 9820.0, 9820.0, 9797.0, 9830.0, 9899.0, 9803.0, 9894.0, 9823.0, 9798.0, 9824.0, 9756.0, 9838.0, 9794.0, 9762.0, 9821.0, 9759.0, 9778.0, 9796.0, 9750.0, 9796.0, 9774.0, 9796.0, 9811.0, 9770.0, 9850.0, 9760.0, 9853.0, 9741.0, 9828.0, 9755.0, 9786.0, 9764.0, 9791.0, 9785.0, 9759.0, 9796.0, 9787.0, 9806.0, 9807.0, 9840.0, 9823.0, 9861.0, 9773.0, 9831.0, 9783.0, 9806.0, 9848.0, 9807.0, 9871.0, 9778.0, 9854.0, 9762.0, 9794.0, 9785.0, 9792.0, 9806.0, 9789.0, 9824.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.0007045402298850574</td></tr>
<tr><td colspan=3>aqi</td><td>0.019867419425287355</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.39737042062135</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2482215982163416</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9841123044649022</td></tr>
<tr><td colspan=3>efc</td><td>0.4434</td></tr>
<tr><td colspan=3>fber</td><td>7534.2993</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08186636872204667</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.5632183908045976</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5348774449024307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5076493947584337</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.77829038830585</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3186925516430086</td></tr>
<tr><td colspan=3>gcor</td><td>0.0199917</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019041743129491806</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023356474936008453</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.447697177494789</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>45.9675</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9955</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.5921</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311154.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>885.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.3699</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6952</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>665.5811</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3662.3838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3924.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65390.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1138.1423</td></tr>
<tr><td colspan=3>tsnr</td><td>40.8940349877812</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>