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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0084_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-02_subject-0084_suffix-bold_task-alignvideo" 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-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-02/func/sub-0084_ses-02_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1be05d479c2a40b1197c5703cf319e16</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>12:29:26.552500</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.999764, 0.00227685, 0.0216205, -0.00226833, 0.999997, -0.000418633]</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-04_task-alignvideo_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.112628</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7776, -7266, 435, -51, -385, 65, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>289.863</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b8f787b3-0595-4211-807a-b47b8f0a715a||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.6822926998138428, -0.0060857683420181274, 0.0583777129650116, 115.97306060791016], [-0.006108629517257214, 2.68291974067688, -0.0009976272704079747, -95.88903045654297], [0.0580061674118042, 0.0011231615208089352, 2.699368476867676, -100.05430603027344], [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, 914]</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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'AcquisitionTime': ['122926.552500', '122927.012500', '122927.472500', '122927.932500', '122928.392500', '122928.852500', '122929.312500', '122929.772500', '122930.232500', '122930.692500', '122931.152500', '122931.612500', '122932.072500', '122932.532500', '122932.992500', '122933.452500', '122933.912500', '122934.372500', '122934.832500', '122935.292500', '122935.752500', '122936.212500', '122936.672500', '122937.132500', '122937.592500', '122938.052500', '122938.512500', '122938.972500', '122939.432500', '122939.892500', '122940.352500', '122940.812500', '122941.272500', '122941.732500', '122942.192500', '122942.652500', '122943.112500', '122943.572500', '122944.032500', '122944.492500', '122944.952500', '122945.412500', '122945.872500', '122946.332500', '122946.792500', '122947.252500', '122947.712500', '122948.172500', '122948.632500', '122949.092500', '122949.552500', '122950.012500', '122950.472500', '122950.932500', '122951.392500', '122951.852500', '122952.312500', '122952.772500', '122953.232500', '122953.692500', '122954.152500', '122954.612500', '122955.072500', '122955.532500', '122955.992500', '122956.452500', '122956.912500', '122957.372500', '122957.832500', '122958.292500', '122958.752500', '122959.212500', '122959.672500', '123000.132500', '123000.592500', '123001.052500', '123001.512500', '123001.972500', '123002.432500', '123002.892500', '123003.352500', '123003.812500', '123004.272500', '123004.732500', '123005.192500', '123005.652500', '123006.112500', '123006.572500', '123007.032500', '123007.492500', '123007.952500', '123008.412500', '123008.872500', '123009.332500', '123009.792500', '123010.252500', '123010.712500', '123011.172500', '123011.632500', '123012.092500', '123012.552500', '123013.012500', '123013.472500', '123013.932500', '123014.392500', '123014.852500', '123015.312500', '123015.772500', '123016.232500', '123016.692500', '123017.152500', '123017.612500', '123018.072500', '123018.532500', '123018.992500', '123019.452500', '123019.912500', '123020.372500', '123020.832500', '123021.292500', '123021.752500', '123022.212500', '123022.672500', '123023.132500', '123023.592500', '123024.052500', '123024.512500', '123024.972500', '123025.432500', '123025.892500', '123026.352500', '123026.812500', '123027.272500', '123027.732500', '123028.192500', '123028.652500', '123029.112500', '123029.572500', '123030.032500', '123030.492500', '123030.952500', '123031.412500', '123031.872500', '123032.332500', '123032.792500', '123033.252500', '123033.712500', '123034.172500', '123034.632500', '123035.092500', '123035.552500', '123036.012500', '123036.472500', '123036.932500', '123037.392500', '123037.852500', '123038.312500', '123038.772500', '123039.232500', '123039.692500', '123040.152500', '123040.612500', '123041.072500', '123041.532500', '123041.992500', '123042.452500', '123042.912500', '123043.372500', '123043.832500', '123044.292500', '123044.752500', '123045.212500', '123045.672500', '123046.132500', '123046.592500', '123047.052500', '123047.512500', '123047.972500', '123048.432500', '123048.892500', '123049.352500', '123049.812500', '123050.272500', '123050.732500', '123051.192500', '123051.652500', '123052.112500', '123052.572500', '123053.032500', '123053.492500', '123053.952500', '123054.412500', '123054.872500', '123055.332500', '123055.792500', '123056.252500', '123056.712500', '123057.172500', '123057.632500', '123058.092500', '123058.552500', '123059.012500', '123059.472500', '123059.932500', '123100.392500', '123100.852500', '123101.312500', '123101.772500', '123102.232500', '123102.692500', '123103.152500', '123103.612500', '123104.072500', '123104.532500', '123104.992500', '123105.452500', '123105.912500', '123106.372500', '123106.832500', '123107.292500', '123107.752500', '123108.212500', '123108.672500', '123109.132500', '123109.592500', '123110.052500', '123110.512500', '123110.972500', '123111.432500', '123111.892500', '123112.352500', '123112.812500', '123113.272500', '123113.732500', '123114.192500', '123114.652500', '123115.112500', '123115.572500', '123116.032500', '123116.492500', '123116.952500', '123117.412500', '123117.872500', '123118.332500', '123118.792500', '123119.252500', '123119.712500', '123120.172500', '123120.632500', '123121.092500', '123121.552500', '123122.012500', '123122.472500', '123122.932500', '123123.392500', '123123.852500', '123124.312500', '123124.772500', '123125.232500', '123125.692500', '123126.152500', '123126.612500', '123127.072500', '123127.532500', '123127.992500', '123128.452500', '123128.912500', '123129.372500', '123129.832500', '123130.292500', '123130.752500', '123131.212500', '123131.672500', '123132.132500', '123132.592500', '123133.052500', '123133.512500', '123133.972500', '123134.432500', '123134.892500', '123135.352500', '123135.812500', '123136.272500', '123136.732500', '123137.192500', '123137.652500', '123138.112500', '123138.572500', '123139.032500', '123139.492500', '123139.952500', '123140.412500', '123140.872500', '123141.332500', '123141.792500', '123142.252500', '123142.712500', '123143.172500', '123143.632500', '123144.092500', '123144.552500', '123145.012500', '123145.472500', '123145.932500', '123146.392500', '123146.852500', '123147.312500', '123147.772500', '123148.232500', '123148.692500', '123149.152500', '123149.612500', '123150.072500', '123150.532500', '123150.992500', '123151.452500', '123151.912500', '123152.372500', '123152.832500', '123153.292500', '123153.752500', '123154.212500', '123154.672500', '123155.132500', '123155.592500', '123156.052500', '123156.512500', '123156.972500', '123157.432500', '123157.892500', '123158.352500', '123158.812500', '123159.272500', '123159.732500', '123200.192500', '123200.652500', '123201.112500', '123201.572500', '123202.032500', '123202.492500', '123202.952500', '123203.412500', '123203.872500', '123204.332500', '123204.792500', '123205.252500', '123205.712500', '123206.172500', '123206.632500', '123207.092500', '123207.552500', '123208.012500', '123208.472500', '123208.932500', '123209.392500', '123209.852500', '123210.312500', '123210.772500', '123211.232500', '123211.692500', '123212.152500', '123212.612500', '123213.072500', '123213.532500', '123213.992500', '123214.452500', '123214.912500', '123215.372500', '123215.832500', '123216.292500', '123216.752500', '123217.212500', '123217.672500', '123218.132500', '123218.592500', '123219.052500', '123219.512500', '123219.972500', '123220.432500', '123220.892500', '123221.352500', '123221.812500', '123222.272500', '123222.732500', '123223.192500', '123223.652500', '123224.112500', '123224.572500', '123225.032500', '123225.492500', '123225.952500', '123226.412500', '123226.872500', '123227.332500', '123227.792500', '123228.252500', '123228.712500', '123229.172500', '123229.632500', '123230.092500', '123230.552500', '123231.012500', '123231.472500', '123231.932500', '123232.392500', '123232.852500', '123233.312500', '123233.772500', '123234.232500', '123234.692500', '123235.152500', '123235.612500', '123236.072500', '123236.532500', '123236.992500', '123237.452500', '123237.912500', '123238.372500', '123238.832500', '123239.292500', '123239.752500', '123240.212500', '123240.672500', '123241.132500', '123241.592500', '123242.052500', '123242.512500', '123242.972500', '123243.432500', '123243.892500', '123244.352500', '123244.812500', '123245.272500', '123245.732500', '123246.192500', '123246.652500', '123247.112500', '123247.572500', '123248.032500', '123248.492500', '123248.952500', '123249.412500', '123249.872500', '123250.332500', '123250.792500', '123251.252500', '123251.712500', '123252.172500', '123252.632500', '123253.092500', '123253.552500', '123254.012500', '123254.472500', '123254.932500', '123255.392500', '123255.852500', '123256.312500', '123256.772500', '123257.232500', '123257.692500', '123258.152500', '123258.612500', '123259.072500', '123259.532500', '123259.992500', '123300.452500', '123300.912500', '123301.372500', '123301.832500', '123302.292500', '123302.752500', '123303.212500', '123303.672500', '123304.132500', '123304.592500', '123305.052500', '123305.512500', '123305.972500', '123306.432500', '123306.892500', '123307.352500', '123307.812500', '123308.272500', '123308.732500', '123309.192500', '123309.652500', '123310.112500', '123310.572500', '123311.032500', '123311.492500', '123311.952500', '123312.412500', '123312.872500', '123313.332500', '123313.792500', '123314.252500', '123314.712500', '123315.172500', '123315.632500', '123316.092500', '123316.552500', '123317.012500', '123317.472500', '123317.932500', '123318.392500', '123318.852500', '123319.312500', '123319.772500', '123320.232500', '123320.692500', '123321.152500', '123321.612500', '123322.072500', '123322.532500', '123322.992500', '123323.452500', '123323.912500', '123324.372500', '123324.832500', '123325.292500', '123325.752500', '123326.212500', '123326.672500', '123327.132500', '123327.592500', '123328.052500', '123328.512500', '123328.972500', '123329.432500', '123329.892500', '123330.352500', '123330.812500', '123331.272500', '123331.732500', '123332.192500', '123332.652500', '123333.112500', '123333.572500', '123334.032500', '123334.492500', '123334.952500', '123335.412500', '123335.872500', '123336.332500', '123336.792500', '123337.252500', '123337.712500', '123338.172500', '123338.632500', '123339.092500', '123339.552500', '123340.012500', '123340.472500', '123340.932500', '123341.392500', '123341.852500', '123342.312500', '123342.772500', '123343.232500', '123343.692500', '123344.152500', '123344.612500', '123345.072500', '123345.532500', '123345.992500', '123346.452500', '123346.912500', '123347.372500', '123347.832500', '123348.292500', '123348.752500', '123349.212500', '123349.672500', '123350.132500', '123350.592500', '123351.052500', '123351.512500', '123351.972500', '123352.432500', '123352.892500', '123353.352500', '123353.812500', '123354.272500', '123354.732500', '123355.192500', '123355.652500', '123356.112500', '123356.572500', '123357.032500', '123357.492500', '123357.952500', '123358.412500', '123358.872500', '123359.332500', '123359.792500', '123400.252500', '123400.712500', '123401.172500', '123401.632500', '123402.092500', '123402.552500', '123403.012500', '123403.472500', '123403.932500', '123404.392500', '123404.852500', '123405.312500', '123405.772500', '123406.232500', '123406.692500', '123407.152500', '123407.612500', '123408.072500', '123408.532500', '123408.992500', '123409.452500', '123409.912500', '123410.372500', '123410.832500', '123411.292500', '123411.752500', '123412.212500', '123412.672500', '123413.132500', '123413.592500', '123414.052500', '123414.512500', '123414.972500', '123415.432500', '123415.892500', '123416.352500', '123416.812500', '123417.272500', '123417.732500', '123418.192500', '123418.652500', '123419.112500', '123419.572500', '123420.032500', '123420.492500', '123420.952500', '123421.412500', '123421.872500', '123422.332500', '123422.792500', '123423.252500', '123423.712500', '123424.172500', '123424.632500', '123425.092500', '123425.552500', '123426.012500', '123426.472500', '123426.932500', '123427.392500', '123427.852500', '123428.312500', '123428.772500', '123429.232500', '123429.692500', '123430.152500', '123430.612500', '123431.072500', '123431.532500', '123431.992500', '123432.452500', '123432.912500', '123433.372500', '123433.832500', '123434.292500', '123434.752500', '123435.212500', '123435.672500', '123436.132500', '123436.592500', '123437.052500', '123437.512500', '123437.972500', '123438.432500', '123438.892500', '123439.352500', '123439.812500', '123440.272500', '123440.732500', '123441.192500', '123441.652500', '123442.112500', '123442.572500', '123443.032500', '123443.492500', '123443.952500', '123444.412500', '123444.872500', '123445.332500', '123445.792500', '123446.252500', '123446.712500', '123447.172500', '123447.632500', '123448.092500', '123448.552500', '123449.012500', '123449.472500', '123449.932500', '123450.392500', '123450.852500', '123451.312500', '123451.772500', '123452.232500', '123452.692500', '123453.152500', '123453.612500', '123454.072500', '123454.532500', '123454.992500', '123455.452500', '123455.912500', '123456.372500', '123456.832500', '123457.292500', '123457.752500', '123458.212500', '123458.672500', '123459.132500', '123459.592500', '123500.052500', '123500.512500', '123500.972500', '123501.432500', '123501.892500', '123502.352500', '123502.812500', '123503.272500', '123503.732500', '123504.192500', '123504.652500', '123505.112500', '123505.572500', '123506.032500', '123506.492500', '123506.952500', '123507.412500', '123507.872500', '123508.332500', '123508.792500', '123509.252500', '123509.712500', '123510.172500', '123510.632500', '123511.092500', '123511.552500', '123512.012500', '123512.472500', '123512.932500', '123513.392500', '123513.852500', '123514.312500', '123514.772500', '123515.232500', '123515.692500', '123516.152500', '123516.612500', '123517.072500', '123517.532500', '123517.992500', '123518.452500', '123518.912500', '123519.372500', '123519.832500', '123520.292500', '123520.752500', '123521.212500', '123521.672500', '123522.132500', '123522.592500', '123523.052500', '123523.512500', '123523.972500', '123524.432500', '123524.892500', '123525.352500', '123525.812500', '123526.272500', '123526.732500', '123527.192500', '123527.652500', '123528.112500', '123528.572500', '123529.032500', '123529.492500', '123529.952500', '123530.412500', '123530.872500', '123531.332500', '123531.792500', '123532.252500', '123532.712500', '123533.172500', '123533.632500', '123534.092500', '123534.552500', '123535.012500', '123535.472500', '123535.932500', '123536.392500', '123536.852500', '123537.312500', '123537.772500', '123538.232500', '123538.692500', '123539.152500', '123539.612500', '123540.072500', '123540.532500', '123540.992500', '123541.452500', '123541.912500', '123542.372500', '123542.832500', '123543.292500', '123543.752500', '123544.212500', '123544.672500', '123545.132500', '123545.592500', '123546.052500', '123546.512500', '123546.972500', '123547.432500', '123547.892500', '123548.352500', '123548.812500', '123549.272500', '123549.732500', '123550.192500', '123550.652500', '123551.112500', '123551.572500', '123552.032500', '123552.492500', '123552.952500', '123553.412500', '123553.872500', '123554.332500', '123554.792500', '123555.252500', '123555.712500', '123556.172500', '123556.632500', '123557.092500', '123557.552500', '123558.012500', '123558.472500', '123558.932500', '123559.392500', '123559.852500', '123600.312500', '123600.772500', '123601.232500', '123601.692500', '123602.152500', '123602.612500', '123603.072500', '123603.532500', '123603.992500', '123604.452500', '123604.912500', '123605.372500', '123605.832500', '123606.292500', '123606.752500', '123607.212500', '123607.672500', '123608.132500', '123608.592500', '123609.052500', '123609.512500', '123609.972500', '123610.432500', '123610.892500', '123611.352500', '123611.812500', '123612.272500', '123612.732500', '123613.192500', '123613.652500', '123614.112500', '123614.572500', '123615.032500', '123615.492500', '123615.952500', '123616.412500', '123616.872500', '123617.332500', '123617.792500', '123618.252500', '123618.712500', '123619.172500', '123619.632500', '123620.092500', '123620.552500', '123621.012500', '123621.472500', '123621.932500', '123622.392500', '123622.852500', '123623.312500', '123623.772500', '123624.232500', '123624.692500', '123625.152500', '123625.612500', '123626.072500', '123626.532500'], 'ContentTime': ['122945.458000', '122945.461000', '122945.464000', '122945.467000', '122945.470000', '122945.472000', '122945.477000', '122945.479000', '122945.482000', '122945.485000', '122945.487000', '122945.490000', '122945.492000', '122945.495000', '122945.497000', '122945.500000', '122945.503000', '122945.505000', '122945.509000', '122945.511000', '122945.514000', '122945.517000', '122945.519000', '122945.522000', '122945.525000', '122945.527000', '122945.539000', '122945.542000', '122945.545000', '122945.547000', '122945.550000', '122945.552000', '122945.555000', '122945.557000', '122945.560000', '122945.563000', '122945.565000', '122945.568000', '123005.416000', '123005.419000', '123005.422000', '123005.425000', '123005.427000', '123005.430000', '123005.433000', '123005.435000', '123005.438000', '123005.440000', '123005.443000', '123005.446000', '123005.448000', '123005.451000', '123005.453000', '123005.456000', '123005.458000', '123005.473000', '123005.476000', '123005.478000', '123005.481000', '123005.483000', '123005.486000', '123005.489000', '123005.491000', '123005.494000', '123005.496000', '123005.499000', '123005.502000', '123005.504000', '123005.507000', '123005.509000', '123005.512000', '123005.514000', '123005.517000', '123005.519000', '123005.522000', '123005.525000', '123005.527000', '123005.530000', '123005.532000', '123005.535000', '123005.537000', '123005.540000', '123025.416000', '123025.419000', '123025.422000', '123025.425000', '123025.427000', '123025.430000', '123025.433000', '123025.435000', '123025.438000', '123025.440000', '123025.443000', '123025.446000', '123025.448000', '123025.451000', '123025.453000', '123025.456000', '123025.459000', '123025.461000', '123025.464000', '123025.466000', '123025.469000', '123025.472000', '123025.474000', '123025.477000', '123025.480000', '123025.482000', '123025.485000', '123025.487000', '123025.490000', '123025.493000', '123025.495000', '123025.498000', '123025.501000', '123025.503000', '123025.506000', '123025.508000', '123025.511000', '123025.514000', '123025.516000', '123025.519000', '123025.521000', '123025.524000', '123025.527000', '123045.416000', '123045.420000', '123045.422000', '123045.425000', '123045.427000', '123045.430000', '123045.433000', '123045.435000', '123045.438000', '123045.441000', '123045.443000', '123045.446000', '123045.448000', '123045.458000', '123045.461000', '123045.463000', '123045.466000', '123045.469000', '123045.471000', '123045.474000', '123045.476000', '123045.479000', '123045.481000', '123045.484000', '123045.486000', '123045.489000', '123045.492000', '123045.494000', '123045.497000', '123045.499000', '123045.502000', '123045.505000', '123045.507000', '123045.510000', '123045.512000', '123045.515000', '123045.518000', '123045.520000', '123045.523000', '123045.525000', '123045.528000', '123045.531000', '123045.533000', '123045.536000', '123105.417000', '123105.420000', '123105.423000', '123105.426000', '123105.428000', '123105.431000', '123105.433000', '123105.436000', '123105.438000', '123105.441000', '123105.444000', '123105.446000', '123105.449000', '123105.451000', '123105.454000', '123105.456000', '123105.459000', '123105.462000', '123105.464000', '123105.467000', '123105.469000', '123105.472000', '123105.474000', '123105.477000', '123105.480000', '123105.482000', '123105.485000', '123105.488000', '123105.490000', '123105.493000', '123105.495000', '123105.498000', '123105.501000', '123105.503000', '123105.506000', '123105.509000', '123105.511000', '123105.514000', '123105.516000', '123105.519000', '123105.522000', '123105.524000', '123105.527000', '123125.418000', '123125.420000', '123125.423000', '123125.425000', '123125.428000', '123125.431000', '123125.434000', '123125.436000', '123125.439000', '123125.442000', '123125.444000', '123125.447000', '123125.450000', '123125.452000', '123125.455000', '123125.458000', '123125.460000', '123125.463000', '123125.472000', '123125.474000', '123125.477000', '123125.480000', '123125.482000', '123125.485000', '123125.488000', '123125.490000', '123125.493000', '123125.495000', '123125.498000', '123125.501000', '123125.503000', '123125.506000', '123125.509000', '123125.511000', '123125.514000', '123125.517000', '123125.519000', '123125.522000', '123125.524000', '123125.527000', '123125.530000', '123125.532000', '123125.535000', '123125.538000', '123145.418000', '123145.421000', '123145.423000', '123145.426000', '123145.429000', '123145.431000', '123145.434000', '123145.436000', '123145.439000', '123145.442000', '123145.444000', '123145.447000', '123145.465000', '123145.468000', '123145.470000', '123145.473000', '123145.476000', '123145.478000', '123145.481000', '123145.484000', '123145.486000', '123145.489000', '123145.491000', '123145.494000', '123145.497000', '123145.499000', '123145.502000', '123145.505000', '123145.507000', '123145.510000', '123145.512000', '123145.515000', '123145.518000', '123145.520000', '123145.523000', '123145.526000', '123145.528000', '123145.531000', '123145.533000', '123145.536000', '123145.539000', '123145.541000', '123145.544000', '123205.418000', '123205.420000', '123205.423000', '123205.426000', '123205.428000', '123205.431000', '123205.434000', '123205.436000', '123205.439000', '123205.442000', '123205.444000', '123205.447000', '123205.450000', '123205.452000', '123205.455000', '123205.458000', '123205.460000', '123205.463000', '123205.465000', '123205.468000', '123205.471000', '123205.473000', '123205.476000', '123205.478000', '123205.481000', '123205.484000', '123205.486000', '123205.489000', '123205.492000', '123205.494000', '123205.497000', '123205.499000', '123205.502000', '123205.505000', '123205.507000', '123205.510000', '123205.512000', '123205.515000', '123205.518000', '123205.520000', '123205.523000', '123205.526000', '123205.528000', '123205.531000', '123225.417000', '123225.420000', '123225.422000', '123225.425000', '123225.428000', '123225.430000', '123225.433000', '123225.436000', '123225.438000', '123225.441000', '123225.444000', '123225.446000', '123225.449000', '123225.451000', '123225.454000', '123225.457000', '123225.459000', '123225.462000', '123225.464000', '123225.467000', '123225.469000', '123225.472000', '123225.475000', '123225.477000', '123225.480000', '123225.482000', '123225.485000', '123225.488000', '123225.490000', '123225.493000', '123225.495000', '123225.498000', '123225.501000', '123225.503000', '123225.506000', '123225.508000', '123225.511000', '123225.513000', '123225.526000', '123225.529000', '123225.532000', '123225.534000', '123225.537000', '123245.416000', '123245.421000', '123245.423000', '123245.426000', '123245.429000', '123245.431000', '123245.434000', '123245.437000', '123245.439000', '123245.442000', '123245.445000', '123245.447000', '123245.450000', '123245.453000', '123245.455000', '123245.458000', '123245.460000', '123245.463000', '123245.466000', '123245.468000', '123245.471000', '123245.474000', '123245.477000', '123245.479000', '123245.482000', '123245.485000', '123245.487000', '123245.490000', '123245.492000', '123245.495000', '123245.498000', '123245.500000', '123245.503000', '123245.506000', '123245.508000', '123245.511000', '123245.513000', '123245.516000', '123245.519000', '123245.521000', '123245.524000', '123245.526000', '123245.529000', '123245.532000', '123305.417000', '123305.419000', '123305.422000', '123305.425000', '123305.428000', '123305.430000', '123305.433000', '123305.436000', '123305.439000', '123305.441000', '123305.444000', '123305.446000', '123305.449000', '123305.452000', '123305.454000', '123305.457000', '123305.460000', '123305.462000', '123305.465000', '123305.468000', '123305.470000', '123305.473000', '123305.475000', '123305.478000', '123305.481000', '123305.483000', '123305.486000', '123305.489000', '123305.491000', '123305.494000', '123305.497000', '123305.499000', '123305.507000', '123305.509000', '123305.512000', '123305.515000', '123305.517000', '123305.520000', '123305.523000', '123305.525000', '123305.528000', '123305.532000', '123305.534000', '123325.417000', '123325.420000', '123325.423000', '123325.425000', '123325.428000', '123325.431000', '123325.433000', '123325.436000', '123325.439000', '123325.441000', '123325.444000', '123325.447000', '123325.449000', '123325.452000', '123325.455000', '123325.457000', '123325.460000', '123325.463000', '123325.465000', '123325.468000', '123325.471000', '123325.473000', '123325.476000', '123325.479000', '123325.481000', '123325.484000', '123325.487000', '123325.489000', '123325.492000', '123325.495000', '123325.497000', '123325.500000', '123325.502000', '123325.505000', '123325.508000', '123325.510000', '123325.513000', '123325.516000', '123325.518000', '123325.521000', '123325.524000', '123325.526000', '123325.529000', '123325.538000', '123345.417000', '123345.420000', '123345.423000', '123345.426000', '123345.428000', '123345.431000', '123345.433000', '123345.436000', '123345.439000', '123345.441000', '123345.444000', '123345.446000', '123345.449000', '123345.452000', '123345.454000', '123345.457000', '123345.460000', '123345.462000', '123345.465000', '123345.467000', '123345.470000', '123345.473000', '123345.475000', '123345.478000', '123345.480000', '123345.483000', '123345.485000', '123345.488000', '123345.491000', '123345.493000', '123345.496000', '123345.498000', '123345.501000', '123345.504000', '123345.506000', '123345.509000', '123345.511000', '123345.514000', '123345.517000', '123345.519000', '123345.522000', '123345.525000', '123345.527000', '123405.418000', '123405.421000', '123405.424000', '123405.427000', '123405.430000', '123405.432000', '123405.435000', '123405.438000', '123405.441000', '123405.443000', '123405.446000', '123405.448000', '123405.451000', '123405.454000', '123405.456000', '123405.460000', '123405.463000', '123405.465000', '123405.468000', '123405.471000', '123405.473000', '123405.476000', '123405.479000', '123405.481000', '123405.484000', '123405.486000', '123405.489000', '123405.492000', '123405.494000', '123405.497000', '123405.500000', '123405.502000', '123405.505000', '123405.508000', '123405.510000', '123405.513000', '123405.516000', '123405.519000', '123405.522000', '123405.524000', '123405.527000', '123405.529000', '123405.532000', '123425.418000', '123425.421000', '123425.423000', '123425.426000', '123425.429000', '123425.431000', '123425.434000', '123425.437000', '123425.440000', '123425.442000', '123425.445000', '123425.447000', '123425.450000', '123425.453000', '123425.455000', '123425.458000', '123425.460000', '123425.463000', '123425.466000', '123425.468000', '123425.471000', '123425.474000', '123425.476000', '123425.479000', '123425.481000', '123425.484000', '123425.487000', '123425.489000', '123425.492000', '123425.495000', '123425.497000', '123425.500000', '123425.503000', '123425.505000', '123425.508000', '123425.511000', '123425.513000', '123425.516000', '123425.518000', '123425.521000', '123425.524000', '123425.526000', '123425.529000', '123425.532000', '123445.417000', '123445.420000', '123445.422000', '123445.425000', '123445.427000', '123445.430000', '123445.433000', '123445.435000', '123445.438000', '123445.441000', '123445.444000', '123445.447000', '123445.450000', '123445.454000', '123445.457000', '123445.460000', '123445.463000', '123445.465000', '123445.468000', '123445.482000', '123445.484000', '123445.487000', '123445.490000', '123445.492000', '123445.495000', '123445.498000', '123445.500000', '123445.503000', '123445.506000', '123445.508000', '123445.511000', '123445.513000', '123445.516000', '123445.519000', '123445.521000', '123445.524000', '123445.527000', '123445.529000', '123445.532000', '123445.534000', '123445.537000', '123445.540000', '123445.542000', '123505.417000', '123505.419000', '123505.423000', '123505.450000', '123505.453000', '123505.455000', '123505.458000', '123505.461000', '123505.463000', '123505.466000', '123505.469000', '123505.472000', '123505.474000', '123505.477000', '123505.479000', '123505.482000', '123505.485000', '123505.487000', '123505.490000', '123505.493000', '123505.495000', '123505.498000', '123505.500000', '123505.503000', '123505.506000', '123505.508000', '123505.511000', '123505.513000', '123505.516000', '123505.519000', '123505.521000', '123505.524000', '123505.527000', '123505.529000', '123505.532000', '123505.534000', '123505.537000', '123505.540000', '123505.542000', '123505.545000', '123505.548000', '123505.550000', '123505.553000', '123505.555000', '123525.417000', '123525.420000', '123525.422000', '123525.425000', '123525.428000', '123525.430000', '123525.433000', '123525.435000', '123525.438000', '123525.440000', '123525.443000', '123525.446000', '123525.448000', '123525.451000', '123525.453000', '123525.456000', '123525.458000', '123525.461000', '123525.464000', '123525.466000', '123525.469000', '123525.471000', '123525.474000', '123525.482000', '123525.485000', '123525.487000', '123525.490000', '123525.493000', '123525.496000', '123525.499000', '123525.502000', '123525.505000', '123525.508000', '123525.510000', '123525.513000', '123525.516000', '123525.518000', '123525.521000', '123525.524000', '123525.526000', '123525.529000', '123525.531000', '123525.534000', '123545.418000', '123545.421000', '123545.423000', '123545.426000', '123545.428000', '123545.431000', '123545.434000', '123545.436000', '123545.439000', '123545.441000', '123545.444000', '123545.447000', '123545.449000', '123545.452000', '123545.454000', '123545.457000', '123545.459000', '123545.462000', '123545.465000', '123545.467000', '123545.470000', '123545.473000', '123545.475000', '123545.478000', '123545.480000', '123545.483000', '123545.486000', '123545.488000', '123545.491000', '123545.493000', '123545.496000', '123545.499000', '123545.501000', '123545.504000', '123545.506000', '123545.509000', '123545.512000', '123545.514000', '123545.517000', '123545.519000', '123545.522000', '123545.525000', '123545.527000', '123545.530000', '123605.417000', '123605.420000', '123605.423000', '123605.426000', '123605.428000', '123605.431000', '123605.434000', '123605.436000', '123605.439000', '123605.442000', '123605.444000', '123605.447000', '123605.449000', '123605.452000', '123605.455000', '123605.457000', '123605.460000', '123605.463000', '123605.465000', '123605.468000', '123605.471000', '123605.474000', '123605.476000', '123605.479000', '123605.482000', '123605.484000', '123605.487000', '123605.490000', '123605.492000', '123605.495000', '123605.510000', '123605.513000', '123605.515000', '123605.518000', '123605.521000', '123605.523000', '123605.526000', '123605.535000', '123605.538000', '123605.540000', '123605.543000', '123605.546000', '123605.548000', '123625.418000', '123625.421000', '123625.423000', '123625.426000', '123625.429000', '123625.431000', '123625.434000', '123625.437000', '123625.439000', '123625.442000', '123625.445000', '123625.447000', '123625.450000', '123625.453000', '123625.455000', '123625.458000', '123625.461000', '123625.463000', '123625.466000', '123625.468000', '123625.471000', '123625.474000', '123625.476000', '123625.479000', '123625.482000', '123625.484000', '123625.487000', '123625.489000', '123625.492000', '123625.495000', '123625.498000', '123625.500000', '123625.503000', '123625.505000', '123625.508000', '123625.510000', '123625.513000', '123625.516000', '123625.518000', '123625.521000', '123625.523000', '123625.526000', '123625.528000', '123625.531000', '123628.009000', '123628.012000', '123628.015000', '123628.017000', '123628.020000', '123628.022000'], 'InstanceCreationTime': ['122945.458000', '122945.461000', '122945.464000', '122945.467000', '122945.470000', '122945.472000', '122945.477000', '122945.479000', '122945.482000', '122945.485000', '122945.487000', '122945.490000', '122945.492000', '122945.495000', '122945.497000', '122945.500000', '122945.503000', '122945.505000', '122945.509000', '122945.511000', '122945.514000', '122945.517000', '122945.519000', '122945.522000', '122945.525000', '122945.527000', '122945.539000', '122945.542000', '122945.545000', '122945.547000', '122945.550000', '122945.552000', '122945.555000', '122945.557000', '122945.560000', '122945.563000', '122945.565000', '122945.568000', '123005.416000', '123005.419000', '123005.422000', '123005.425000', '123005.427000', '123005.430000', '123005.433000', '123005.435000', '123005.438000', '123005.440000', '123005.443000', '123005.446000', '123005.448000', '123005.451000', '123005.453000', '123005.456000', '123005.458000', '123005.473000', '123005.476000', '123005.478000', '123005.481000', '123005.483000', '123005.486000', '123005.489000', '123005.491000', '123005.494000', '123005.496000', '123005.499000', '123005.502000', '123005.504000', '123005.507000', '123005.509000', '123005.512000', '123005.514000', '123005.517000', '123005.519000', '123005.522000', '123005.525000', '123005.527000', '123005.530000', '123005.532000', '123005.535000', '123005.537000', '123005.540000', '123025.416000', '123025.419000', '123025.422000', '123025.425000', '123025.427000', '123025.430000', '123025.433000', '123025.435000', '123025.438000', '123025.440000', '123025.443000', '123025.446000', '123025.448000', '123025.451000', '123025.453000', '123025.456000', '123025.459000', '123025.461000', '123025.464000', '123025.466000', '123025.469000', '123025.472000', '123025.474000', '123025.477000', '123025.480000', '123025.482000', '123025.485000', '123025.487000', '123025.490000', '123025.493000', '123025.495000', '123025.498000', '123025.501000', '123025.503000', '123025.506000', '123025.508000', '123025.511000', '123025.514000', '123025.516000', '123025.519000', '123025.521000', '123025.524000', '123025.527000', '123045.416000', '123045.420000', '123045.422000', '123045.425000', '123045.427000', '123045.430000', '123045.433000', '123045.435000', '123045.438000', '123045.441000', '123045.443000', '123045.446000', '123045.448000', '123045.458000', '123045.461000', '123045.463000', '123045.466000', '123045.469000', '123045.471000', '123045.474000', '123045.476000', '123045.479000', '123045.481000', '123045.484000', '123045.486000', '123045.489000', '123045.492000', '123045.494000', '123045.497000', '123045.499000', '123045.502000', '123045.505000', '123045.507000', '123045.510000', '123045.512000', '123045.515000', '123045.518000', '123045.520000', '123045.523000', '123045.525000', '123045.528000', '123045.531000', '123045.533000', '123045.536000', '123105.417000', '123105.420000', '123105.423000', '123105.426000', '123105.428000', '123105.431000', '123105.433000', '123105.436000', '123105.438000', '123105.441000', '123105.444000', '123105.446000', '123105.449000', '123105.451000', '123105.454000', '123105.456000', '123105.459000', '123105.462000', '123105.464000', '123105.467000', '123105.469000', '123105.472000', '123105.474000', '123105.477000', '123105.480000', '123105.482000', '123105.485000', '123105.488000', '123105.490000', '123105.493000', '123105.495000', '123105.498000', '123105.501000', '123105.503000', '123105.506000', '123105.509000', '123105.511000', '123105.514000', '123105.516000', '123105.519000', '123105.522000', '123105.524000', '123105.527000', '123125.418000', '123125.420000', '123125.423000', '123125.425000', '123125.428000', '123125.431000', '123125.434000', '123125.436000', '123125.439000', '123125.442000', '123125.444000', '123125.447000', '123125.450000', '123125.452000', '123125.455000', '123125.458000', '123125.460000', '123125.463000', '123125.472000', '123125.474000', '123125.477000', '123125.480000', '123125.482000', '123125.485000', '123125.488000', '123125.490000', '123125.493000', '123125.495000', '123125.498000', '123125.501000', '123125.503000', '123125.506000', '123125.509000', '123125.511000', '123125.514000', '123125.517000', '123125.519000', '123125.522000', '123125.524000', '123125.527000', '123125.530000', '123125.532000', '123125.535000', '123125.538000', '123145.418000', '123145.421000', '123145.423000', '123145.426000', '123145.429000', '123145.431000', '123145.434000', '123145.436000', '123145.439000', '123145.442000', '123145.444000', '123145.447000', '123145.465000', '123145.468000', '123145.470000', '123145.473000', '123145.476000', '123145.478000', '123145.481000', '123145.484000', '123145.486000', '123145.489000', '123145.491000', '123145.494000', '123145.497000', '123145.499000', '123145.502000', '123145.505000', '123145.507000', '123145.510000', '123145.512000', '123145.515000', '123145.518000', '123145.520000', '123145.523000', '123145.526000', '123145.528000', '123145.531000', '123145.533000', '123145.536000', '123145.539000', '123145.541000', '123145.544000', '123205.418000', '123205.420000', '123205.423000', '123205.426000', '123205.428000', '123205.431000', '123205.434000', '123205.436000', '123205.439000', '123205.442000', '123205.444000', '123205.447000', '123205.450000', '123205.452000', '123205.455000', '123205.458000', '123205.460000', '123205.463000', '123205.465000', '123205.468000', '123205.471000', '123205.473000', '123205.476000', '123205.478000', '123205.481000', '123205.484000', '123205.486000', '123205.489000', '123205.492000', '123205.494000', '123205.497000', '123205.499000', '123205.502000', '123205.505000', '123205.507000', '123205.510000', '123205.512000', '123205.515000', '123205.518000', '123205.520000', '123205.523000', '123205.526000', '123205.528000', '123205.531000', '123225.417000', '123225.420000', '123225.422000', '123225.425000', '123225.428000', '123225.430000', '123225.433000', '123225.436000', '123225.438000', '123225.441000', '123225.444000', '123225.446000', '123225.449000', '123225.451000', '123225.454000', '123225.457000', '123225.459000', '123225.462000', '123225.464000', '123225.467000', '123225.469000', '123225.472000', '123225.475000', '123225.477000', '123225.480000', '123225.482000', '123225.485000', '123225.488000', '123225.490000', '123225.493000', '123225.495000', '123225.498000', '123225.501000', '123225.503000', '123225.506000', '123225.508000', '123225.511000', '123225.513000', '123225.526000', '123225.529000', '123225.532000', '123225.534000', '123225.537000', '123245.416000', '123245.421000', '123245.423000', '123245.426000', '123245.429000', '123245.431000', '123245.434000', '123245.437000', '123245.439000', '123245.442000', '123245.445000', '123245.447000', '123245.450000', '123245.453000', '123245.455000', '123245.458000', '123245.460000', '123245.463000', '123245.466000', '123245.468000', '123245.471000', '123245.474000', '123245.477000', '123245.479000', '123245.482000', '123245.485000', '123245.487000', '123245.490000', '123245.492000', '123245.495000', '123245.498000', '123245.500000', '123245.503000', '123245.506000', '123245.508000', '123245.511000', '123245.513000', '123245.516000', '123245.519000', '123245.521000', '123245.524000', '123245.526000', '123245.529000', '123245.532000', '123305.417000', '123305.419000', '123305.422000', '123305.425000', '123305.428000', '123305.430000', '123305.433000', '123305.436000', '123305.439000', '123305.441000', '123305.444000', '123305.446000', '123305.449000', '123305.452000', '123305.454000', '123305.457000', '123305.460000', '123305.462000', '123305.465000', '123305.468000', '123305.470000', '123305.473000', '123305.475000', '123305.478000', '123305.481000', '123305.483000', '123305.486000', '123305.489000', '123305.491000', '123305.494000', '123305.497000', '123305.499000', '123305.507000', '123305.509000', '123305.512000', '123305.515000', '123305.517000', '123305.520000', '123305.523000', '123305.525000', '123305.528000', '123305.532000', '123305.534000', '123325.417000', '123325.420000', '123325.423000', '123325.425000', '123325.428000', '123325.431000', '123325.433000', '123325.436000', '123325.439000', '123325.441000', '123325.444000', '123325.447000', '123325.449000', '123325.452000', '123325.455000', '123325.457000', '123325.460000', '123325.463000', '123325.465000', '123325.468000', '123325.471000', '123325.473000', '123325.476000', '123325.479000', '123325.481000', '123325.484000', '123325.487000', '123325.489000', '123325.492000', '123325.495000', '123325.497000', '123325.500000', '123325.502000', '123325.505000', '123325.508000', '123325.510000', '123325.513000', '123325.516000', '123325.518000', '123325.521000', '123325.524000', '123325.526000', '123325.529000', '123325.538000', '123345.417000', '123345.420000', '123345.423000', '123345.426000', '123345.428000', '123345.431000', '123345.433000', '123345.436000', '123345.439000', '123345.441000', '123345.444000', '123345.446000', '123345.449000', '123345.452000', '123345.454000', '123345.457000', '123345.460000', '123345.462000', '123345.465000', '123345.467000', '123345.470000', '123345.473000', '123345.475000', '123345.478000', '123345.480000', '123345.483000', '123345.485000', '123345.488000', '123345.491000', '123345.493000', '123345.496000', '123345.498000', '123345.501000', '123345.504000', '123345.506000', '123345.509000', '123345.511000', '123345.514000', '123345.517000', '123345.519000', '123345.522000', '123345.525000', '123345.527000', '123405.418000', '123405.421000', '123405.424000', '123405.427000', '123405.430000', '123405.432000', '123405.435000', '123405.438000', '123405.441000', '123405.443000', '123405.446000', '123405.448000', '123405.451000', '123405.454000', '123405.456000', '123405.460000', '123405.463000', '123405.465000', '123405.468000', '123405.471000', '123405.473000', '123405.476000', '123405.479000', '123405.481000', '123405.484000', '123405.486000', '123405.489000', '123405.492000', '123405.494000', '123405.497000', '123405.500000', '123405.502000', '123405.505000', '123405.508000', '123405.510000', '123405.513000', '123405.516000', '123405.519000', '123405.522000', '123405.524000', '123405.527000', '123405.529000', '123405.532000', '123425.418000', '123425.421000', '123425.423000', '123425.426000', '123425.429000', '123425.431000', '123425.434000', '123425.437000', '123425.440000', '123425.442000', '123425.445000', '123425.447000', '123425.450000', '123425.453000', '123425.455000', '123425.458000', '123425.460000', '123425.463000', '123425.466000', '123425.468000', '123425.471000', '123425.474000', '123425.476000', '123425.479000', '123425.481000', '123425.484000', '123425.487000', '123425.489000', '123425.492000', '123425.495000', '123425.497000', '123425.500000', '123425.503000', '123425.505000', '123425.508000', '123425.511000', '123425.513000', '123425.516000', '123425.518000', '123425.521000', '123425.524000', '123425.526000', '123425.529000', '123425.532000', '123445.417000', '123445.420000', '123445.422000', '123445.425000', '123445.427000', '123445.430000', '123445.433000', '123445.435000', '123445.438000', '123445.441000', '123445.444000', '123445.447000', '123445.450000', '123445.454000', '123445.457000', '123445.460000', '123445.463000', '123445.465000', '123445.468000', '123445.482000', '123445.484000', '123445.487000', '123445.490000', '123445.492000', '123445.495000', '123445.498000', '123445.500000', '123445.503000', '123445.506000', '123445.508000', '123445.511000', '123445.513000', '123445.516000', '123445.519000', '123445.521000', '123445.524000', '123445.527000', '123445.529000', '123445.532000', '123445.534000', '123445.537000', '123445.540000', '123445.542000', '123505.417000', '123505.419000', '123505.423000', '123505.450000', '123505.453000', '123505.455000', '123505.458000', '123505.461000', '123505.463000', '123505.466000', '123505.469000', '123505.472000', '123505.474000', '123505.477000', '123505.479000', '123505.482000', '123505.485000', '123505.487000', '123505.490000', '123505.493000', '123505.495000', '123505.498000', '123505.500000', '123505.503000', '123505.506000', '123505.508000', '123505.511000', '123505.513000', '123505.516000', '123505.519000', '123505.521000', '123505.524000', '123505.527000', '123505.529000', '123505.532000', '123505.534000', '123505.537000', '123505.540000', '123505.542000', '123505.545000', '123505.548000', '123505.550000', '123505.553000', '123505.555000', '123525.417000', '123525.420000', '123525.422000', '123525.425000', '123525.428000', '123525.430000', '123525.433000', '123525.435000', '123525.438000', '123525.440000', '123525.443000', '123525.446000', '123525.448000', '123525.451000', '123525.453000', '123525.456000', '123525.458000', '123525.461000', '123525.464000', '123525.466000', '123525.469000', '123525.471000', '123525.474000', '123525.482000', '123525.485000', '123525.487000', '123525.490000', '123525.493000', '123525.496000', '123525.499000', '123525.502000', '123525.505000', '123525.508000', '123525.510000', '123525.513000', '123525.516000', '123525.518000', '123525.521000', '123525.524000', '123525.526000', '123525.529000', '123525.531000', '123525.534000', '123545.418000', '123545.421000', '123545.423000', '123545.426000', '123545.428000', '123545.431000', '123545.434000', '123545.436000', '123545.439000', '123545.441000', '123545.444000', '123545.447000', '123545.449000', '123545.452000', '123545.454000', '123545.457000', '123545.459000', '123545.462000', '123545.465000', '123545.467000', '123545.470000', '123545.473000', '123545.475000', '123545.478000', '123545.480000', '123545.483000', '123545.486000', '123545.488000', '123545.491000', '123545.493000', '123545.496000', '123545.499000', '123545.501000', '123545.504000', '123545.506000', '123545.509000', '123545.512000', '123545.514000', '123545.517000', '123545.519000', '123545.522000', '123545.525000', '123545.527000', '123545.530000', '123605.417000', '123605.420000', '123605.423000', '123605.426000', '123605.428000', '123605.431000', '123605.434000', '123605.436000', '123605.439000', '123605.442000', '123605.444000', '123605.447000', '123605.449000', '123605.452000', '123605.455000', '123605.457000', '123605.460000', '123605.463000', '123605.465000', '123605.468000', '123605.471000', '123605.474000', '123605.476000', '123605.479000', '123605.482000', '123605.484000', '123605.487000', '123605.490000', '123605.492000', '123605.495000', '123605.510000', '123605.513000', '123605.515000', '123605.518000', '123605.521000', '123605.523000', '123605.526000', '123605.535000', '123605.538000', '123605.540000', '123605.543000', '123605.546000', '123605.548000', '123625.418000', '123625.421000', '123625.423000', '123625.426000', '123625.429000', '123625.431000', '123625.434000', '123625.437000', '123625.439000', '123625.442000', '123625.445000', '123625.447000', '123625.450000', '123625.453000', '123625.455000', '123625.458000', '123625.461000', '123625.463000', '123625.466000', '123625.468000', '123625.471000', '123625.474000', '123625.476000', '123625.479000', '123625.482000', '123625.484000', '123625.487000', '123625.489000', '123625.492000', '123625.495000', '123625.498000', '123625.500000', '123625.503000', '123625.505000', '123625.508000', '123625.510000', '123625.513000', '123625.516000', '123625.518000', '123625.521000', '123625.523000', '123625.526000', '123625.528000', '123625.531000', '123628.009000', '123628.012000', '123628.015000', '123628.017000', '123628.020000', '123628.022000'], '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, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914], 'LargestImagePixelValue': [8559, 7770, 8966, 6683, 8384, 7695, 7251, 9252, 8494, 11172, 8117, 5639, 7931, 6360, 5767, 9329, 8157, 6578, 7625, 5861, 6589, 8749, 6830, 9478, 8558, 5834, 7760, 6321, 8612, 7627, 8331, 8277, 5722, 8761, 6810, 8539, 7664, 7282, 8239, 5532, 8343, 6728, 6771, 9542, 6322, 8645, 6803, 6149, 8383, 6658, 9454, 7600, 5702, 7398, 6035, 8271, 7220, 6245, 8066, 6438, 7127, 7729, 6331, 8644, 7598, 6972, 7732, 5828, 8581, 7020, 8916, 7921, 5875, 7511, 6620, 6428, 8911, 7224, 8014, 7902, 5975, 8497, 8030, 6453, 8846, 7799, 6142, 8712, 7149, 7512, 8510, 6758, 8678, 7941, 6905, 8122, 6158, 8376, 8002, 7004, 8591, 6564, 8162, 7750, 5982, 8608, 7619, 6303, 8384, 6425, 6334, 9370, 6531, 7815, 7082, 5407, 7446, 7274, 6512, 8362, 7543, 5705, 8462, 7210, 7594, 8133, 6142, 7694, 6989, 6695, 7805, 5984, 8230, 7739, 5568, 8143, 7739, 6214, 8168, 6940, 5531, 7890, 7564, 6297, 8329, 7503, 8169, 7997, 6228, 7913, 8357, 6068, 8377, 7495, 5703, 8214, 6614, 8263, 9282, 6251, 9589, 6235, 5824, 6093, 6610, 5814, 6438, 7504, 5566, 8887, 9676, 6342, 7812, 7370, 6399, 7538, 7766, 6157, 6168, 7412, 6266, 6257, 7681, 7980, 6624, 7825, 5328, 7748, 6777, 6139, 8300, 6491, 8513, 8270, 7793, 6800, 8734, 7470, 6408, 6845, 7048, 7077, 6788, 8988, 8143, 6070, 8691, 7920, 7874, 10038, 7933, 8531, 7282, 6696, 7097, 6703, 8191, 7926, 9078, 7343, 6863, 7142, 5847, 7657, 6507, 6622, 9109, 6422, 8380, 7174, 6199, 7595, 6193, 7881, 6478, 6330, 8917, 6134, 7301, 6202, 7669, 6364, 7994, 6957, 7451, 10816, 6662, 8278, 6829, 5615, 7066, 6340, 7282, 8943, 6371, 5753, 6933, 6480, 5728, 7553, 7140, 10228, 8423, 6384, 8706, 8157, 6831, 8297, 6831, 6538, 7214, 6735, 7766, 6877, 6612, 8225, 7522, 8532, 7197, 6539, 7529, 6727, 7219, 7266, 6384, 7866, 6986, 7020, 8955, 7894, 6486, 6910, 6591, 5823, 7351, 8665, 7504, 8488, 8342, 6386, 8692, 6850, 6321, 5921, 6978, 6360, 6730, 6995, 5686, 8208, 6477, 7821, 6878, 7974, 7086, 8318, 6789, 6400, 7307, 9430, 7981, 7764, 10926, 10290, 6851, 6857, 6362, 5698, 6982, 7676, 6201, 5570, 6977, 7408, 6375, 6808, 7253, 6231, 7665, 8440, 6443, 8222, 7620, 7406, 8874, 7190, 7263, 9616, 6603, 8326, 7080, 6445, 7168, 6908, 6533, 7513, 6860, 6625, 6533, 7186, 6672, 6160, 7270, 6981, 6765, 6070, 7636, 6101, 6783, 7006, 5984, 7019, 6067, 8636, 6771, 6888, 6958, 7076, 6929, 5723, 6986, 6326, 7210, 6859, 9196, 8500, 6481, 7320, 9218, 7143, 7599, 6388, 5809, 6621, 8017, 6618, 6157, 6662, 6657, 6858, 8046, 5834, 7095, 6983, 7837, 6914, 8003, 8790, 8489, 9262, 6749, 8067, 7022, 5971, 7736, 6834, 7956, 6881, 6833, 8167, 6830, 6149, 7111, 6651, 7284, 6839, 5834, 7575, 6766, 7780, 7988, 8656, 8981, 6993, 6381, 7723, 7126, 7572, 9726, 6337, 8388, 6967, 6058, 7576, 7104, 8559, 8129, 6604, 8475, 7331, 6078, 8608, 6839, 8382, 7201, 6537, 8075, 7165, 8088, 9438, 6601, 8513, 6921, 6172, 7281, 7140, 6394, 8519, 7537, 7792, 7390, 6632, 8090, 7115, 6000, 8375, 7577, 7712, 9318, 6871, 7244, 6928, 6393, 7673, 6678, 7021, 8189, 7296, 7437, 10063, 7124, 8443, 8923, 6564, 7324, 7061, 6065, 8371, 7082, 7053, 9890, 6871, 7428, 7543, 5952, 7924, 7126, 6450, 10007, 7188, 9039, 7583, 5944, 8101, 7172, 7289, 7526, 6882, 9653, 8025, 6629, 7622, 7005, 6879, 8551, 7001, 8708, 7580, 5912, 7809, 7116, 6625, 8414, 7457, 8742, 8910, 6786, 7294, 7407, 7009, 8654, 7130, 7070, 9515, 7968, 6800, 8567, 7161, 6850, 9320, 6680, 9540, 7833, 6186, 8153, 6976, 7683, 6863, 6008, 9160, 6872, 9083, 7244, 5889, 7152, 6799, 7025, 6872, 6341, 7993, 7609, 6849, 6745, 5965, 5347, 7653, 6976, 6600, 8206, 6718, 8414, 7919, 6348, 8904, 7906, 8391, 7237, 6238, 7415, 6935, 6140, 8754, 8137, 6565, 5720, 8333, 7326, 6623, 9774, 7726, 8768, 9033, 5880, 8136, 6915, 7264, 7373, 5704, 8114, 6138, 7479, 8088, 7654, 7990, 5822, 8986, 9841, 6407, 8824, 6818, 5804, 8031, 7123, 6654, 8692, 7576, 7913, 7909, 5798, 7705, 7772, 6085, 8025, 7005, 8195, 9767, 8284, 9537, 9462, 6425, 6850, 8114, 6302, 8016, 9642, 7265, 8448, 6948, 5608, 7971, 6675, 7483, 9524, 7117, 8544, 6183, 5485, 7048, 5797, 7404, 6591, 5805, 7884, 5588, 7396, 6810, 6590, 8078, 6524, 7411, 10764, 6221, 7698, 7012, 5468, 6798, 6994, 5430, 9483, 7632, 6518, 8594, 6473, 6387, 7932, 5884, 8251, 7010, 5585, 9098, 6976, 7420, 8478, 6529, 9118, 7567, 5305, 7808, 6221, 6181, 8494, 6163, 9454, 7681, 5663, 8036, 6433, 5825, 8594, 6506, 7616, 10148, 5975, 8631, 6752, 5364, 8183, 6230, 8374, 7091, 6713, 7514, 6564, 9150, 7029, 8981, 10051, 7258, 7608, 7233, 6652, 7606, 7651, 6664, 6543, 6804, 6476, 7177, 6665, 5691, 7219, 6686, 8835, 8510, 7213, 8845, 6313, 5497, 7347, 6222, 8106, 6194, 7436, 5930, 8690, 7414, 7095, 7091, 5789, 9209, 7301, 5813, 6752, 6361, 5869, 7049, 6075, 7617, 6593, 7115, 11261, 7488, 7134, 8557, 6233, 7420, 6450, 6035, 6596, 7257, 8465, 7562, 10171, 8276, 6706, 7969, 6182, 5559, 6623, 5885, 7172, 6518, 8210, 7627, 6442, 10262, 7341, 9870, 7335, 5950, 6894, 6227, 8204, 6744, 7771, 9978, 6619, 7843, 6748, 5655, 7500, 6421, 9293, 7765, 7435, 7894, 6413, 7659, 6700, 6082, 7836, 6634, 8757, 7927, 8113, 8288, 6226, 7656, 6149, 6759, 6778, 6262, 8287, 6302, 8890, 7540, 6713, 6886, 6068, 7630, 6638, 7054, 6867, 6838, 8977, 6716, 8205, 6298, 5416, 7018, 6057, 7684, 8760, 6734, 7726, 6208, 5468, 7140, 5991, 9245, 7835, 7346, 7857, 6208, 6696, 7642, 6700, 8369, 7807, 9947, 7361, 6218, 7546, 6410, 8230, 7467, 6267, 7238, 6085, 5689, 6798, 6330, 8922, 7224, 6878, 7786, 6788, 6743, 7541, 7066, 9096, 7379, 8816, 6663, 6202, 7372, 6900, 8812, 7710, 5982, 8102, 6480, 6033, 7130, 6567, 7420, 7289, 6480, 9273, 8788, 9699, 9380, 6526, 7361], 'WindowCenter': [3547.0, 3522.0, 3530.0, 3486.0, 3516.0, 3507.0, 3495.0, 3527.0, 3516.0, 3538.0, 3505.0, 3463.0, 3504.0, 3485.0, 3463.0, 3528.0, 3519.0, 3499.0, 3521.0, 3491.0, 3510.0, 3530.0, 3498.0, 3541.0, 3530.0, 3466.0, 3508.0, 3487.0, 3518.0, 3507.0, 3518.0, 3517.0, 3462.0, 3513.0, 3483.0, 3502.0, 3493.0, 3493.0, 3503.0, 3451.0, 3503.0, 3483.0, 3482.0, 3526.0, 3473.0, 3516.0, 3485.0, 3474.0, 3516.0, 3485.0, 3526.0, 3505.0, 3462.0, 3494.0, 3474.0, 3505.0, 3495.0, 3473.0, 3505.0, 3473.0, 3483.0, 3494.0, 3472.0, 3516.0, 3494.0, 3482.0, 3492.0, 3449.0, 3514.0, 3483.0, 3515.0, 3505.0, 3463.0, 3494.0, 3485.0, 3473.0, 3516.0, 3507.0, 3517.0, 3517.0, 3475.0, 3516.0, 3517.0, 3473.0, 3528.0, 3507.0, 3475.0, 3517.0, 3497.0, 3494.0, 3515.0, 3483.0, 3515.0, 3505.0, 3494.0, 3504.0, 3460.0, 3502.0, 3502.0, 3481.0, 3514.0, 3483.0, 3514.0, 3504.0, 3461.0, 3515.0, 3505.0, 3484.0, 3516.0, 3487.0, 3473.0, 3514.0, 3473.0, 3504.0, 3495.0, 3453.0, 3505.0, 3494.0, 3473.0, 3518.0, 3506.0, 3463.0, 3505.0, 3496.0, 3494.0, 3505.0, 3462.0, 3493.0, 3482.0, 3471.0, 3492.0, 3461.0, 3502.0, 3492.0, 3450.0, 3504.0, 3506.0, 3476.0, 3530.0, 3509.0, 3466.0, 3518.0, 3519.0, 3485.0, 3518.0, 3509.0, 3520.0, 3520.0, 3489.0, 3518.0, 3516.0, 3462.0, 3503.0, 3493.0, 3449.0, 3503.0, 3484.0, 3505.0, 3528.0, 3487.0, 3540.0, 3474.0, 3452.0, 3459.0, 3470.0, 3449.0, 3460.0, 3483.0, 3454.0, 3529.0, 3554.0, 3500.0, 3519.0, 3507.0, 3485.0, 3507.0, 3518.0, 3488.0, 3477.0, 3508.0, 3487.0, 3475.0, 3507.0, 3508.0, 3472.0, 3492.0, 3439.0, 3492.0, 3472.0, 3462.0, 3531.0, 3502.0, 3529.0, 3530.0, 3520.0, 3501.0, 3544.0, 3522.0, 3502.0, 3513.0, 3511.0, 3513.0, 3514.0, 3558.0, 3561.0, 3519.0, 3569.0, 3548.0, 3534.0, 3555.0, 3535.0, 3545.0, 3521.0, 3497.0, 3510.0, 3498.0, 3519.0, 3507.0, 3529.0, 3508.0, 3497.0, 3497.0, 3463.0, 3506.0, 3485.0, 3483.0, 3528.0, 3486.0, 3519.0, 3510.0, 3476.0, 3507.0, 3474.0, 3504.0, 3472.0, 3460.0, 3513.0, 3460.0, 3482.0, 3461.0, 3493.0, 3472.0, 3490.0, 3494.0, 3494.0, 3537.0, 3486.0, 3530.0, 3511.0, 3476.0, 3509.0, 3488.0, 3523.0, 3545.0, 3502.0, 3480.0, 3511.0, 3503.0, 3466.0, 3509.0, 3511.0, 3555.0, 3531.0, 3502.0, 3531.0, 3519.0, 3497.0, 3518.0, 3499.0, 3487.0, 3507.0, 3485.0, 3507.0, 3486.0, 3485.0, 3520.0, 3508.0, 3518.0, 3497.0, 3474.0, 3506.0, 3484.0, 3494.0, 3494.0, 3485.0, 3518.0, 3510.0, 3511.0, 3543.0, 3536.0, 3504.0, 3498.0, 3472.0, 3451.0, 3496.0, 3545.0, 3523.0, 3530.0, 3520.0, 3487.0, 3532.0, 3513.0, 3501.0, 3490.0, 3510.0, 3489.0, 3499.0, 3500.0, 3467.0, 3520.0, 3488.0, 3508.0, 3486.0, 3505.0, 3484.0, 3490.0, 3469.0, 3446.0, 3493.0, 3529.0, 3506.0, 3504.0, 3535.0, 3525.0, 3482.0, 3496.0, 3485.0, 3474.0, 3481.0, 3505.0, 3475.0, 3468.0, 3523.0, 3535.0, 3512.0, 3513.0, 3524.0, 3491.0, 3521.0, 3532.0, 3503.0, 3532.0, 3508.0, 3493.0, 3503.0, 3482.0, 3478.0, 3499.0, 3442.0, 3476.0, 3466.0, 3458.0, 3480.0, 3481.0, 3470.0, 3491.0, 3481.0, 3484.0, 3485.0, 3495.0, 3487.0, 3477.0, 3510.0, 3499.0, 3498.0, 3465.0, 3507.0, 3463.0, 3484.0, 3497.0, 3463.0, 3486.0, 3463.0, 3516.0, 3474.0, 3471.0, 3471.0, 3468.0, 3471.0, 3437.0, 3468.0, 3446.0, 3482.0, 3486.0, 3541.0, 3530.0, 3486.0, 3507.0, 3528.0, 3497.0, 3507.0, 3487.0, 3477.0, 3509.0, 3532.0, 3513.0, 3504.0, 3527.0, 3529.0, 3526.0, 3547.0, 3492.0, 3513.0, 3513.0, 3523.0, 3526.0, 3535.0, 3545.0, 3533.0, 3541.0, 3499.0, 3517.0, 3494.0, 3462.0, 3494.0, 3484.0, 3506.0, 3497.0, 3488.0, 3519.0, 3499.0, 3475.0, 3495.0, 3484.0, 3493.0, 3485.0, 3464.0, 3507.0, 3498.0, 3522.0, 3533.0, 3545.0, 3555.0, 3510.0, 3497.0, 3517.0, 3507.0, 3518.0, 3552.0, 3500.0, 3544.0, 3525.0, 3504.0, 3534.0, 3523.0, 3542.0, 3532.0, 3500.0, 3532.0, 3523.0, 3489.0, 3531.0, 3499.0, 3530.0, 3508.0, 3486.0, 3518.0, 3496.0, 3519.0, 3539.0, 3498.0, 3528.0, 3496.0, 3474.0, 3507.0, 3508.0, 3485.0, 3529.0, 3520.0, 3520.0, 3521.0, 3510.0, 3529.0, 3508.0, 3474.0, 3529.0, 3518.0, 3519.0, 3540.0, 3499.0, 3507.0, 3508.0, 3485.0, 3505.0, 3496.0, 3509.0, 3531.0, 3521.0, 3520.0, 3552.0, 3509.0, 3531.0, 3542.0, 3511.0, 3521.0, 3522.0, 3488.0, 3530.0, 3510.0, 3509.0, 3553.0, 3511.0, 3523.0, 3533.0, 3501.0, 3530.0, 3508.0, 3486.0, 3551.0, 3509.0, 3541.0, 3521.0, 3489.0, 3531.0, 3509.0, 3508.0, 3518.0, 3496.0, 3540.0, 3530.0, 3499.0, 3520.0, 3510.0, 3509.0, 3541.0, 3508.0, 3530.0, 3520.0, 3478.0, 3520.0, 3510.0, 3510.0, 3531.0, 3521.0, 3543.0, 3542.0, 3511.0, 3521.0, 3521.0, 3523.0, 3541.0, 3510.0, 3509.0, 3552.0, 3533.0, 3511.0, 3542.0, 3521.0, 3498.0, 3540.0, 3496.0, 3539.0, 3519.0, 3475.0, 3518.0, 3508.0, 3506.0, 3496.0, 3473.0, 3527.0, 3495.0, 3527.0, 3507.0, 3476.0, 3507.0, 3498.0, 3506.0, 3497.0, 3486.0, 3532.0, 3523.0, 3503.0, 3513.0, 3490.0, 3467.0, 3507.0, 3498.0, 3497.0, 3520.0, 3500.0, 3520.0, 3521.0, 3487.0, 3532.0, 3533.0, 3531.0, 3520.0, 3475.0, 3505.0, 3497.0, 3488.0, 3542.0, 3535.0, 3515.0, 3506.0, 3546.0, 3535.0, 3513.0, 3565.0, 3534.0, 3545.0, 3556.0, 3492.0, 3533.0, 3512.0, 3511.0, 3510.0, 3465.0, 3518.0, 3477.0, 3510.0, 3533.0, 3522.0, 3530.0, 3478.0, 3541.0, 3552.0, 3500.0, 3543.0, 3525.0, 3492.0, 3533.0, 3523.0, 3512.0, 3543.0, 3534.0, 3534.0, 3534.0, 3493.0, 3521.0, 3521.0, 3477.0, 3521.0, 3510.0, 3532.0, 3551.0, 3531.0, 3541.0, 3555.0, 3500.0, 3498.0, 3520.0, 3487.0, 3518.0, 3541.0, 3521.0, 3544.0, 3523.0, 3479.0, 3519.0, 3498.0, 3507.0, 3528.0, 3496.0, 3517.0, 3474.0, 3450.0, 3483.0, 3451.0, 3492.0, 3483.0, 3449.0, 3491.0, 3439.0, 3494.0, 3497.0, 3485.0, 3506.0, 3485.0, 3494.0, 3548.0, 3475.0, 3518.0, 3508.0, 3468.0, 3497.0, 3507.0, 3466.0, 3540.0, 3520.0, 3488.0, 3531.0, 3489.0, 3486.0, 3506.0, 3463.0, 3504.0, 3494.0, 3452.0, 3542.0, 3511.0, 3509.0, 3530.0, 3487.0, 3530.0, 3520.0, 3466.0, 3517.0, 3475.0, 3474.0, 3528.0, 3476.0, 3541.0, 3520.0, 3479.0, 3519.0, 3487.0, 3465.0, 3528.0, 3486.0, 3507.0, 3551.0, 3490.0, 3531.0, 3498.0, 3456.0, 3518.0, 3475.0, 3515.0, 3484.0, 3472.0, 3508.0, 3500.0, 3543.0, 3510.0, 3531.0, 3551.0, 3537.0, 3520.0, 3520.0, 3497.0, 3507.0, 3519.0, 3499.0, 3488.0, 3497.0, 3488.0, 3507.0, 3497.0, 3475.0, 3507.0, 3500.0, 3541.0, 3530.0, 3496.0, 3517.0, 3473.0, 3439.0, 3481.0, 3460.0, 3503.0, 3462.0, 3480.0, 3460.0, 3514.0, 3508.0, 3494.0, 3493.0, 3461.0, 3526.0, 3495.0, 3464.0, 3497.0, 3485.0, 3463.0, 3495.0, 3475.0, 3506.0, 3497.0, 3496.0, 3550.0, 3510.0, 3509.0, 3528.0, 3474.0, 3493.0, 3472.0, 3462.0, 3497.0, 3520.0, 3531.0, 3519.0, 3553.0, 3531.0, 3497.0, 3517.0, 3474.0, 3451.0, 3483.0, 3462.0, 3483.0, 3487.0, 3531.0, 3520.0, 3487.0, 3538.0, 3509.0, 3540.0, 3520.0, 3486.0, 3495.0, 3475.0, 3516.0, 3498.0, 3518.0, 3552.0, 3500.0, 3520.0, 3498.0, 3476.0, 3507.0, 3486.0, 3539.0, 3518.0, 3509.0, 3519.0, 3500.0, 3518.0, 3498.0, 3475.0, 3506.0, 3496.0, 3528.0, 3518.0, 3518.0, 3518.0, 3476.0, 3506.0, 3474.0, 3483.0, 3483.0, 3472.0, 3515.0, 3473.0, 3515.0, 3506.0, 3484.0, 3494.0, 3472.0, 3502.0, 3482.0, 3480.0, 3482.0, 3483.0, 3527.0, 3485.0, 3516.0, 3483.0, 3452.0, 3493.0, 3473.0, 3504.0, 3528.0, 3497.0, 3519.0, 3489.0, 3467.0, 3509.0, 3489.0, 3528.0, 3507.0, 3507.0, 3518.0, 3476.0, 3495.0, 3506.0, 3483.0, 3504.0, 3494.0, 3525.0, 3493.0, 3459.0, 3491.0, 3471.0, 3502.0, 3491.0, 3471.0, 3493.0, 3473.0, 3464.0, 3485.0, 3486.0, 3527.0, 3496.0, 3487.0, 3507.0, 3497.0, 3483.0, 3507.0, 3482.0, 3514.0, 3493.0, 3513.0, 3482.0, 3460.0, 3493.0, 3494.0, 3526.0, 3505.0, 3474.0, 3517.0, 3485.0, 3461.0, 3482.0, 3483.0, 3493.0, 3495.0, 3486.0, 3540.0, 3529.0, 3543.0, 3544.0, 3488.0, 3506.0], 'WindowWidth': [8045.0, 8002.0, 8008.0, 7945.0, 7982.0, 7974.0, 7954.0, 7998.0, 7982.0, 8015.0, 7968.0, 7911.0, 7964.0, 7940.0, 7912.0, 8002.0, 7995.0, 7969.0, 8002.0, 7964.0, 7988.0, 8011.0, 7966.0, 8026.0, 8009.0, 7920.0, 7976.0, 7948.0, 7988.0, 7973.0, 7986.0, 7984.0, 7908.0, 7973.0, 7934.0, 7956.0, 7947.0, 7946.0, 7961.0, 7893.0, 7960.0, 7936.0, 7931.0, 7996.0, 7924.0, 7984.0, 7942.0, 7926.0, 7985.0, 7940.0, 7996.0, 7968.0, 7908.0, 7950.0, 7927.0, 7966.0, 7953.0, 7922.0, 7964.0, 7923.0, 7935.0, 7949.0, 7919.0, 7979.0, 7949.0, 7932.0, 7943.0, 7884.0, 7973.0, 7934.0, 7978.0, 7967.0, 7909.0, 7951.0, 7942.0, 7924.0, 7982.0, 7972.0, 7986.0, 7988.0, 7932.0, 7984.0, 7985.0, 7923.0, 8001.0, 7972.0, 7930.0, 7986.0, 7959.0, 7950.0, 7980.0, 7933.0, 7979.0, 7968.0, 7951.0, 7963.0, 7902.0, 7956.0, 7957.0, 7929.0, 7976.0, 7935.0, 7976.0, 7965.0, 7904.0, 7979.0, 7968.0, 7940.0, 7984.0, 7950.0, 7921.0, 7976.0, 7920.0, 7964.0, 7955.0, 7897.0, 7969.0, 7952.0, 7923.0, 7988.0, 7971.0, 7911.0, 7965.0, 7956.0, 7949.0, 7964.0, 7903.0, 7945.0, 7930.0, 7914.0, 7942.0, 7904.0, 7957.0, 7944.0, 7890.0, 7964.0, 7971.0, 7932.0, 8009.0, 7982.0, 7922.0, 7991.0, 7991.0, 7942.0, 7989.0, 7979.0, 7994.0, 7994.0, 7954.0, 7990.0, 7982.0, 7906.0, 7958.0, 7946.0, 7883.0, 7957.0, 7937.0, 7966.0, 7999.0, 7948.0, 8018.0, 7926.0, 7893.0, 7895.0, 7909.0, 7881.0, 7896.0, 7931.0, 7897.0, 8006.0, 8047.0, 7973.0, 7994.0, 7973.0, 7943.0, 7975.0, 7991.0, 7954.0, 7933.0, 7974.0, 7946.0, 7928.0, 7969.0, 7973.0, 7915.0, 7940.0, 7867.0, 7941.0, 7916.0, 7905.0, 8012.0, 7979.0, 8009.0, 8012.0, 8000.0, 7974.0, 8034.0, 8004.0, 7982.0, 7995.0, 7990.0, 7994.0, 7999.0, 8066.0, 8076.0, 8018.0, 8082.0, 8052.0, 8024.0, 8052.0, 8024.0, 8037.0, 8001.0, 7962.0, 7986.0, 7965.0, 7995.0, 7972.0, 8006.0, 7978.0, 7962.0, 7961.0, 7915.0, 7971.0, 7945.0, 7938.0, 8005.0, 7947.0, 7995.0, 7985.0, 7935.0, 7973.0, 7927.0, 7963.0, 7917.0, 7899.0, 7972.0, 7898.0, 7929.0, 7902.0, 7945.0, 7918.0, 7938.0, 7952.0, 7952.0, 8012.0, 7945.0, 8011.0, 7990.0, 7937.0, 7984.0, 7956.0, 8008.0, 8039.0, 7975.0, 7945.0, 7984.0, 7980.0, 7920.0, 7977.0, 7989.0, 8051.0, 8015.0, 7978.0, 8013.0, 7993.0, 7961.0, 7991.0, 7968.0, 7949.0, 7973.0, 7943.0, 7972.0, 7943.0, 7939.0, 7994.0, 7975.0, 7988.0, 7959.0, 7927.0, 7970.0, 7939.0, 7951.0, 7952.0, 7942.0, 7988.0, 7982.0, 7986.0, 8031.0, 8026.0, 7981.0, 7960.0, 7917.0, 7887.0, 7957.0, 8038.0, 8005.0, 8010.0, 7996.0, 7950.0, 8016.0, 7992.0, 7976.0, 7961.0, 7984.0, 7956.0, 7966.0, 7968.0, 7922.0, 7993.0, 7950.0, 7974.0, 7943.0, 7964.0, 7933.0, 7935.0, 7907.0, 7872.0, 7948.0, 8006.0, 7970.0, 7962.0, 8004.0, 7991.0, 7935.0, 7960.0, 7945.0, 7931.0, 7933.0, 7967.0, 7932.0, 7931.0, 8013.0, 8031.0, 7996.0, 7998.0, 8011.0, 7961.0, 8000.0, 8015.0, 7979.0, 8015.0, 7976.0, 7947.0, 7959.0, 7927.0, 7917.0, 7944.0, 7858.0, 7908.0, 7898.0, 7893.0, 7927.0, 7929.0, 7916.0, 7943.0, 7931.0, 7940.0, 7943.0, 7956.0, 7949.0, 7935.0, 7983.0, 7966.0, 7963.0, 7913.0, 7970.0, 7908.0, 7936.0, 7957.0, 7906.0, 7942.0, 7907.0, 7979.0, 7920.0, 7911.0, 7911.0, 7902.0, 7911.0, 7862.0, 7904.0, 7873.0, 7926.0, 7945.0, 8024.0, 8011.0, 7947.0, 7977.0, 8004.0, 7960.0, 7976.0, 7951.0, 7940.0, 7985.0, 8018.0, 7996.0, 7987.0, 8023.0, 8029.0, 8020.0, 8047.0, 7967.0, 7994.0, 7993.0, 8007.0, 8014.0, 8025.0, 8038.0, 8019.0, 8026.0, 7967.0, 7988.0, 7953.0, 7906.0, 7952.0, 7938.0, 7970.0, 7962.0, 7950.0, 7993.0, 7969.0, 7933.0, 7956.0, 7940.0, 7951.0, 7943.0, 7913.0, 7976.0, 7965.0, 8003.0, 8022.0, 8041.0, 8054.0, 7988.0, 7966.0, 7990.0, 7978.0, 7992.0, 8045.0, 7976.0, 8039.0, 8015.0, 7989.0, 8027.0, 8011.0, 8032.0, 8017.0, 7973.0, 8016.0, 8007.0, 7957.0, 8014.0, 7969.0, 8010.0, 7980.0, 7949.0, 7992.0, 7961.0, 7994.0, 8021.0, 7967.0, 8006.0, 7960.0, 7930.0, 7976.0, 7979.0, 7948.0, 8009.0, 8001.0, 8001.0, 8003.0, 7988.0, 8009.0, 7979.0, 7931.0, 8007.0, 7992.0, 7997.0, 8025.0, 7969.0, 7978.0, 7979.0, 7945.0, 7970.0, 7961.0, 7986.0, 8016.0, 8006.0, 8002.0, 8045.0, 7985.0, 8017.0, 8030.0, 7991.0, 8006.0, 8008.0, 7956.0, 8012.0, 7989.0, 7983.0, 8047.0, 7992.0, 8009.0, 8022.0, 7979.0, 8013.0, 7982.0, 7948.0, 8040.0, 7985.0, 8030.0, 8004.0, 7959.0, 8014.0, 7984.0, 7980.0, 7994.0, 7962.0, 8026.0, 8013.0, 7971.0, 7999.0, 7986.0, 7985.0, 8028.0, 7981.0, 8013.0, 8001.0, 7942.0, 8001.0, 7988.0, 7987.0, 8018.0, 8002.0, 8034.0, 8032.0, 7992.0, 8004.0, 8004.0, 8010.0, 8029.0, 7989.0, 7985.0, 8046.0, 8022.0, 7990.0, 8033.0, 8004.0, 7968.0, 8024.0, 7961.0, 8020.0, 7995.0, 7934.0, 7992.0, 7979.0, 7974.0, 7960.0, 7926.0, 8002.0, 7959.0, 8004.0, 7979.0, 7936.0, 7979.0, 7970.0, 7977.0, 7965.0, 7949.0, 8018.0, 8007.0, 7980.0, 7993.0, 7957.0, 7923.0, 7975.0, 7964.0, 7960.0, 7993.0, 7968.0, 7993.0, 7997.0, 7948.0, 8015.0, 8020.0, 8017.0, 7999.0, 7931.0, 7970.0, 7962.0, 7955.0, 8032.0, 8027.0, 8002.0, 7995.0, 8046.0, 8030.0, 7999.0, 8067.0, 8023.0, 8040.0, 8055.0, 7969.0, 8021.0, 7991.0, 7985.0, 7982.0, 7917.0, 7989.0, 7934.0, 7985.0, 8020.0, 8004.0, 8012.0, 7941.0, 8026.0, 8044.0, 7973.0, 8034.0, 8016.0, 7969.0, 8021.0, 8010.0, 7992.0, 8035.0, 8026.0, 8024.0, 8023.0, 7968.0, 8001.0, 7998.0, 7938.0, 7998.0, 7987.0, 8018.0, 8040.0, 8013.0, 8028.0, 8053.0, 7977.0, 7969.0, 7998.0, 7951.0, 7994.0, 8028.0, 8002.0, 8038.0, 8009.0, 7945.0, 7995.0, 7968.0, 7976.0, 8004.0, 7958.0, 7987.0, 7926.0, 7891.0, 7936.0, 7893.0, 7945.0, 7934.0, 7886.0, 7942.0, 7872.0, 7953.0, 7965.0, 7943.0, 7970.0, 7945.0, 7954.0, 8030.0, 7932.0, 7993.0, 7978.0, 7929.0, 7965.0, 7976.0, 7923.0, 8024.0, 7998.0, 7955.0, 8013.0, 7955.0, 7948.0, 7971.0, 7911.0, 7964.0, 7950.0, 7897.0, 8030.0, 7988.0, 7982.0, 8010.0, 7949.0, 8011.0, 7997.0, 7922.0, 7990.0, 7931.0, 7929.0, 8005.0, 7932.0, 8023.0, 7995.0, 7942.0, 7993.0, 7948.0, 7916.0, 8003.0, 7949.0, 7975.0, 8036.0, 7958.0, 8013.0, 7966.0, 7908.0, 7987.0, 7928.0, 7979.0, 7937.0, 7917.0, 7975.0, 7973.0, 8033.0, 7985.0, 8014.0, 8043.0, 8035.0, 7997.0, 7998.0, 7962.0, 7975.0, 7995.0, 7969.0, 7953.0, 7965.0, 7954.0, 7976.0, 7963.0, 7933.0, 7975.0, 7970.0, 8025.0, 8007.0, 7958.0, 7985.0, 7922.0, 7873.0, 7929.0, 7900.0, 7959.0, 7907.0, 7925.0, 7900.0, 7977.0, 7978.0, 7953.0, 7951.0, 7906.0, 7997.0, 7956.0, 7915.0, 7964.0, 7948.0, 7913.0, 7957.0, 7930.0, 7972.0, 7964.0, 7960.0, 8037.0, 7983.0, 7982.0, 8005.0, 7928.0, 7950.0, 7922.0, 7906.0, 7963.0, 8000.0, 8016.0, 7997.0, 8045.0, 8013.0, 7965.0, 7990.0, 7927.0, 7894.0, 7936.0, 7909.0, 7936.0, 7947.0, 8013.0, 8001.0, 7953.0, 8019.0, 7982.0, 8024.0, 7999.0, 7949.0, 7958.0, 7930.0, 7987.0, 7966.0, 7992.0, 8043.0, 7972.0, 7999.0, 7969.0, 7936.0, 7976.0, 7948.0, 8021.0, 7992.0, 7982.0, 7996.0, 7973.0, 7995.0, 7965.0, 7931.0, 7973.0, 7959.0, 8006.0, 7991.0, 7992.0, 7992.0, 7935.0, 7973.0, 7928.0, 7937.0, 7936.0, 7921.0, 7981.0, 7924.0, 7982.0, 7971.0, 7940.0, 7952.0, 7919.0, 7959.0, 7934.0, 7929.0, 7933.0, 7935.0, 7998.0, 7943.0, 7984.0, 7939.0, 7897.0, 7950.0, 7926.0, 7967.0, 8003.0, 7962.0, 7995.0, 7957.0, 7925.0, 7981.0, 7954.0, 8005.0, 7975.0, 7974.0, 7990.0, 7933.0, 7956.0, 7971.0, 7936.0, 7963.0, 7949.0, 7991.0, 7947.0, 7899.0, 7943.0, 7917.0, 7957.0, 7944.0, 7917.0, 7950.0, 7924.0, 7914.0, 7942.0, 7944.0, 7999.0, 7958.0, 7947.0, 7973.0, 7961.0, 7938.0, 7972.0, 7934.0, 7976.0, 7947.0, 7975.0, 7935.0, 7902.0, 7950.0, 7953.0, 7998.0, 7969.0, 7926.0, 7989.0, 7942.0, 7905.0, 7932.0, 7934.0, 7946.0, 7955.0, 7946.0, 8022.0, 8007.0, 8034.0, 8037.0, 7954.0, 7973.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.0022643483023001092</td></tr>
<tr><td colspan=3>aqi</td><td>0.049566381489594746</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.62540065175442</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1226719615131586</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0141864654276327</td></tr>
<tr><td colspan=3>efc</td><td>0.4762</td></tr>
<tr><td colspan=3>fber</td><td>4251.4697</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21132160330933647</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>320</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>35.049288061336256</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.736883662165445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.541325303046447</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.098958835205973</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5703668482439146</td></tr>
<tr><td colspan=3>gcor</td><td>0.00851846</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01500731147825718</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03505382314324379</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</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.7574945658903087</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.7072</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.838</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1114</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>585.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>251.3629</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9293</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.2196</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2720.9642</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>769.9228</td></tr>
<tr><td colspan=3>tsnr</td><td>25.03361962060444</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>