<?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-0130_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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>b2b609ce29360f2ab3166c9b5bcc060e</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:02:22.507500</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.98868, -0.127904, 0.0784322, 0.129636, 0.991409, -0.0173746]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-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.0946572</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>[4248, -7761, -7233, 382, -229, 15, 3, 70]</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>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f6b5820-3cce-405a-be26-2669533a6e39||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.652557134628296, 0.3478030264377594, 0.20394770801067352, 87.92314147949219], [0.3431578278541565, 2.659879207611084, -0.07383289188146591, -119.12541961669922], [0.21042798459529877, 0.04661470651626587, 2.6912736892700195, -87.99577331542969], [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': ['140222.507500', '140222.967500', '140223.427500', '140223.887500', '140224.347500', '140224.807500', '140225.267500', '140225.727500', '140226.187500', '140226.647500', '140227.107500', '140227.567500', '140228.027500', '140228.487500', '140228.947500', '140229.407500', '140229.867500', '140230.327500', '140230.787500', '140231.247500', '140231.707500', '140232.167500', '140232.627500', '140233.087500', '140233.547500', '140234.007500', '140234.467500', '140234.927500', '140235.387500', '140235.847500', '140236.307500', '140236.767500', '140237.227500', '140237.687500', '140238.147500', '140238.607500', '140239.067500', '140239.527500', '140239.987500', '140240.447500', '140240.907500', '140241.367500', '140241.827500', '140242.287500', '140242.747500', '140243.207500', '140243.667500', '140244.127500', '140244.587500', '140245.047500', '140245.507500', '140245.967500', '140246.427500', '140246.887500', '140247.347500', '140247.807500', '140248.267500', '140248.727500', '140249.187500', '140249.647500', '140250.107500', '140250.567500', '140251.027500', '140251.487500', '140251.947500', '140252.407500', '140252.867500', '140253.327500', '140253.787500', '140254.247500', '140254.707500', '140255.167500', '140255.627500', '140256.087500', '140256.547500', '140257.007500', '140257.467500', '140257.927500', '140258.387500', '140258.847500', '140259.307500', '140259.767500', '140300.227500', '140300.687500', '140301.147500', '140301.607500', '140302.067500', '140302.527500', '140302.987500', '140303.447500', '140303.907500', '140304.367500', '140304.827500', '140305.287500', '140305.747500', '140306.207500', '140306.667500', '140307.127500', '140307.587500', '140308.047500', '140308.507500', '140308.967500', '140309.427500', '140309.887500', '140310.347500', '140310.807500', '140311.267500', '140311.727500', '140312.187500', '140312.647500', '140313.107500', '140313.567500', '140314.027500', '140314.487500', '140314.947500', '140315.407500', '140315.867500', '140316.327500', '140316.787500', '140317.247500', '140317.707500', '140318.167500', '140318.627500', '140319.087500', '140319.547500', '140320.007500', '140320.467500', '140320.927500', '140321.387500', '140321.847500', '140322.307500', '140322.767500', '140323.227500', '140323.687500', '140324.147500', '140324.607500', '140325.067500', '140325.527500', '140325.987500', '140326.447500', '140326.907500', '140327.367500', '140327.827500', '140328.287500', '140328.747500', '140329.207500', '140329.667500', '140330.127500', '140330.587500', '140331.047500', '140331.507500', '140331.967500', '140332.427500', '140332.887500', '140333.347500', '140333.807500', '140334.267500', '140334.727500', '140335.187500', '140335.647500', '140336.107500', '140336.567500', '140337.027500', '140337.487500', '140337.947500', '140338.407500', '140338.867500', '140339.327500', '140339.787500', '140340.247500', '140340.707500', '140341.167500', '140341.627500', '140342.087500', '140342.547500', '140343.007500', '140343.467500', '140343.927500', '140344.387500', '140344.847500', '140345.307500', '140345.767500', '140346.227500', '140346.687500', '140347.147500', '140347.607500', '140348.067500', '140348.527500', '140348.987500', '140349.447500', '140349.907500', '140350.367500', '140350.827500', '140351.287500', '140351.747500', '140352.207500', '140352.667500', '140353.127500', '140353.587500', '140354.047500', '140354.507500', '140354.967500', '140355.427500', '140355.887500', '140356.347500', '140356.807500', '140357.267500', '140357.727500', '140358.187500', '140358.647500', '140359.107500', '140359.567500', '140400.027500', '140400.487500', '140400.947500', '140401.407500', '140401.867500', '140402.327500', '140402.787500', '140403.247500', '140403.707500', '140404.167500', '140404.627500', '140405.087500', '140405.547500', '140406.007500', '140406.467500', '140406.927500', '140407.387500', '140407.847500', '140408.307500', '140408.767500', '140409.227500', '140409.687500', '140410.147500', '140410.607500', '140411.067500', '140411.527500', '140411.987500', '140412.447500', '140412.907500', '140413.367500', '140413.827500', '140414.287500', '140414.747500', '140415.207500', '140415.667500', '140416.127500', '140416.587500', '140417.047500', '140417.507500', '140417.967500', '140418.427500', '140418.887500', '140419.347500', '140419.807500', '140420.267500', '140420.727500', '140421.187500', '140421.647500', '140422.107500', '140422.567500', '140423.027500', '140423.487500', '140423.947500', '140424.407500', '140424.867500', '140425.327500', '140425.787500', '140426.247500', '140426.707500', '140427.167500', '140427.627500', '140428.087500', '140428.547500', '140429.007500', '140429.467500', '140429.927500', '140430.387500', '140430.847500', '140431.307500', '140431.767500', '140432.227500', '140432.687500', '140433.147500', '140433.607500', '140434.067500', '140434.527500', '140434.987500', '140435.447500', '140435.907500', '140436.367500', '140436.827500', '140437.287500', '140437.747500', '140438.207500', '140438.667500', '140439.127500', '140439.587500', '140440.047500', '140440.507500', '140440.967500', '140441.427500', '140441.887500', '140442.347500', '140442.807500', '140443.267500', '140443.727500', '140444.187500', '140444.647500', '140445.107500', '140445.567500', '140446.027500', '140446.487500', '140446.947500', '140447.407500', '140447.867500', '140448.327500', '140448.787500', '140449.247500', '140449.707500', '140450.167500', '140450.627500', '140451.087500', '140451.547500', '140452.007500', '140452.467500', '140452.927500', '140453.387500', '140453.847500', '140454.307500', '140454.767500', '140455.227500', '140455.687500', '140456.147500', '140456.607500', '140457.067500', '140457.527500', '140457.987500', '140458.447500', '140458.907500', '140459.367500', '140459.827500', '140500.287500', '140500.747500', '140501.207500', '140501.667500', '140502.127500', '140502.587500', '140503.047500', '140503.507500', '140503.967500', '140504.427500', '140504.887500', '140505.347500', '140505.807500', '140506.267500', '140506.727500', '140507.187500', '140507.647500', '140508.107500', '140508.567500', '140509.027500', '140509.487500', '140509.947500', '140510.407500', '140510.867500', '140511.327500', '140511.787500', '140512.247500', '140512.707500', '140513.167500', '140513.627500', '140514.087500', '140514.547500', '140515.007500', '140515.467500', '140515.927500', '140516.387500', '140516.847500', '140517.307500', '140517.767500', '140518.227500', '140518.687500', '140519.147500', '140519.607500', '140520.067500', '140520.527500', '140520.987500', '140521.447500', '140521.907500', '140522.367500', '140522.827500', '140523.287500', '140523.747500', '140524.207500', '140524.667500', '140525.127500', '140525.587500', '140526.047500', '140526.507500', '140526.967500', '140527.427500', '140527.887500', '140528.347500', '140528.807500', '140529.267500', '140529.727500', '140530.187500', '140530.647500', '140531.107500', '140531.567500', '140532.027500', '140532.487500', '140532.947500', '140533.407500', '140533.867500', '140534.327500', '140534.787500', '140535.247500', '140535.707500', '140536.167500', '140536.627500', '140537.087500', '140537.547500', '140538.007500', '140538.467500', '140538.927500', '140539.387500', '140539.847500', '140540.307500', '140540.767500', '140541.227500', '140541.687500', '140542.147500', '140542.607500', '140543.067500', '140543.527500', '140543.987500', '140544.447500', '140544.907500', '140545.367500', '140545.827500', '140546.287500', '140546.747500', '140547.207500', '140547.667500', '140548.127500', '140548.587500', '140549.047500', '140549.507500', '140549.967500', '140550.427500', '140550.887500', '140551.347500', '140551.807500', '140552.267500', '140552.727500', '140553.187500', '140553.647500', '140554.107500', '140554.567500', '140555.027500', '140555.487500', '140555.947500', '140556.407500', '140556.867500', '140557.327500', '140557.787500', '140558.247500', '140558.707500', '140559.167500', '140559.627500', '140600.087500', '140600.547500', '140601.007500', '140601.467500', '140601.927500', '140602.387500', '140602.847500', '140603.307500', '140603.767500', '140604.227500', '140604.687500', '140605.147500', '140605.607500', '140606.067500', '140606.527500', '140606.987500', '140607.447500', '140607.907500', '140608.367500', '140608.827500', '140609.287500', '140609.747500', '140610.207500', '140610.667500', '140611.127500', '140611.587500', '140612.047500', '140612.507500', '140612.967500', '140613.427500', '140613.887500', '140614.347500', '140614.807500', '140615.267500', '140615.727500', '140616.187500', '140616.647500', '140617.107500', '140617.567500', '140618.027500', '140618.487500', '140618.947500', '140619.407500', '140619.867500', '140620.327500', '140620.787500', '140621.247500', '140621.707500', '140622.167500', '140622.627500', '140623.087500', '140623.547500', '140624.007500', '140624.467500', '140624.927500', '140625.387500', '140625.847500', '140626.307500', '140626.767500', '140627.227500', '140627.687500', '140628.147500', '140628.607500', '140629.067500', '140629.527500', '140629.987500', '140630.447500', '140630.907500', '140631.367500', '140631.827500', '140632.287500', '140632.747500', '140633.207500', '140633.667500', '140634.127500', '140634.587500', '140635.047500', '140635.507500', '140635.967500', '140636.427500', '140636.887500', '140637.347500', '140637.807500', '140638.267500', '140638.727500', '140639.187500', '140639.647500', '140640.107500', '140640.567500', '140641.027500', '140641.487500', '140641.947500', '140642.407500', '140642.867500', '140643.327500', '140643.787500', '140644.247500', '140644.707500', '140645.167500', '140645.627500', '140646.087500', '140646.547500', '140647.007500', '140647.467500', '140647.927500', '140648.387500', '140648.847500', '140649.307500', '140649.767500', '140650.227500', '140650.687500', '140651.147500', '140651.607500', '140652.067500', '140652.527500', '140652.987500', '140653.447500', '140653.907500', '140654.367500', '140654.827500', '140655.287500', '140655.747500', '140656.207500', '140656.667500', '140657.127500', '140657.587500', '140658.047500', '140658.507500', '140658.967500', '140659.427500', '140659.887500', '140700.347500', '140700.807500', '140701.267500', '140701.727500', '140702.187500', '140702.647500', '140703.107500', '140703.567500', '140704.027500', '140704.487500', '140704.947500', '140705.407500', '140705.867500', '140706.327500', '140706.787500', '140707.247500', '140707.707500', '140708.167500', '140708.627500', '140709.087500', '140709.547500', '140710.007500', '140710.467500', '140710.927500', '140711.387500', '140711.847500', '140712.307500', '140712.767500', '140713.227500', '140713.687500', '140714.147500', '140714.607500', '140715.067500', '140715.527500', '140715.987500', '140716.447500', '140716.907500', '140717.367500', '140717.827500', '140718.287500', '140718.747500', '140719.207500', '140719.667500', '140720.127500', '140720.587500', '140721.047500', '140721.507500', '140721.967500', '140722.427500', '140722.887500', '140723.347500', '140723.807500', '140724.267500', '140724.727500', '140725.187500', '140725.647500', '140726.107500', '140726.567500', '140727.027500', '140727.487500', '140727.947500', '140728.407500', '140728.867500', '140729.327500', '140729.787500', '140730.247500', '140730.707500', '140731.167500', '140731.627500', '140732.087500', '140732.547500', '140733.007500', '140733.467500', '140733.927500', '140734.387500', '140734.847500', '140735.307500', '140735.767500', '140736.227500', '140736.687500', '140737.147500', '140737.607500', '140738.067500', '140738.527500', '140738.987500', '140739.447500', '140739.907500', '140740.367500', '140740.827500', '140741.287500', '140741.747500', '140742.207500', '140742.667500', '140743.127500', '140743.587500', '140744.047500', '140744.507500', '140744.967500', '140745.427500', '140745.887500', '140746.347500', '140746.807500', '140747.267500', '140747.727500', '140748.187500', '140748.647500', '140749.107500', '140749.567500', '140750.027500', '140750.487500', '140750.947500', '140751.407500', '140751.867500', '140752.327500', '140752.787500', '140753.247500', '140753.707500', '140754.167500', '140754.627500', '140755.087500', '140755.547500', '140756.007500', '140756.467500', '140756.927500', '140757.387500', '140757.847500', '140758.307500', '140758.767500', '140759.227500', '140759.687500', '140800.147500', '140800.607500', '140801.067500', '140801.527500', '140801.987500', '140802.447500', '140802.907500', '140803.367500', '140803.827500', '140804.287500', '140804.747500', '140805.207500', '140805.667500', '140806.127500', '140806.587500', '140807.047500', '140807.507500', '140807.967500', '140808.427500', '140808.887500', '140809.347500', '140809.807500', '140810.267500', '140810.727500', '140811.187500', '140811.647500', '140812.107500', '140812.567500', '140813.027500', '140813.487500', '140813.947500', '140814.407500', '140814.867500', '140815.327500', '140815.787500', '140816.247500', '140816.707500', '140817.167500', '140817.627500', '140818.087500', '140818.547500', '140819.007500', '140819.467500', '140819.927500', '140820.387500', '140820.847500', '140821.307500', '140821.767500', '140822.227500', '140822.687500', '140823.147500', '140823.607500', '140824.067500', '140824.527500', '140824.987500', '140825.447500', '140825.907500', '140826.367500', '140826.827500', '140827.287500', '140827.747500', '140828.207500', '140828.667500', '140829.127500', '140829.587500', '140830.047500', '140830.507500', '140830.967500', '140831.427500', '140831.887500', '140832.347500', '140832.807500', '140833.267500', '140833.727500', '140834.187500', '140834.647500', '140835.107500', '140835.567500', '140836.027500', '140836.487500', '140836.947500', '140837.407500', '140837.867500', '140838.327500', '140838.787500', '140839.247500', '140839.707500', '140840.167500', '140840.627500', '140841.087500', '140841.547500', '140842.007500', '140842.467500', '140842.927500', '140843.387500', '140843.847500', '140844.307500', '140844.767500', '140845.227500', '140845.687500', '140846.147500', '140846.607500', '140847.067500', '140847.527500', '140847.987500', '140848.447500', '140848.907500', '140849.367500', '140849.827500', '140850.287500', '140850.747500', '140851.207500', '140851.667500', '140852.127500', '140852.587500', '140853.047500', '140853.507500', '140853.967500', '140854.427500', '140854.887500', '140855.347500', '140855.807500', '140856.267500', '140856.727500', '140857.187500', '140857.647500', '140858.107500', '140858.567500', '140859.027500', '140859.487500', '140859.947500', '140900.407500', '140900.867500', '140901.327500', '140901.787500', '140902.247500', '140902.707500', '140903.167500', '140903.627500', '140904.087500', '140904.547500', '140905.007500', '140905.467500', '140905.927500', '140906.387500', '140906.847500', '140907.307500', '140907.767500', '140908.227500', '140908.687500', '140909.147500', '140909.607500', '140910.067500', '140910.527500', '140910.987500', '140911.447500', '140911.907500', '140912.367500', '140912.827500', '140913.287500', '140913.747500', '140914.207500', '140914.667500', '140915.127500', '140915.587500', '140916.047500', '140916.507500', '140916.967500', '140917.427500', '140917.887500', '140918.347500', '140918.807500', '140919.267500', '140919.727500', '140920.187500', '140920.647500', '140921.107500', '140921.567500', '140922.027500', '140922.487500'], 'ContentTime': ['140250.896000', '140250.899000', '140250.902000', '140250.905000', '140250.907000', '140250.910000', '140250.913000', '140250.916000', '140250.919000', '140250.922000', '140250.925000', '140250.928000', '140250.931000', '140250.933000', '140250.936000', '140250.939000', '140250.941000', '140250.944000', '140250.947000', '140250.950000', '140250.952000', '140250.955000', '140250.958000', '140250.960000', '140250.963000', '140250.966000', '140250.968000', '140250.988000', '140250.990000', '140250.993000', '140250.995000', '140250.998000', '140251.002000', '140251.004000', '140251.007000', '140251.010000', '140251.012000', '140251.015000', '140251.017000', '140251.020000', '140251.023000', '140251.025000', '140251.028000', '140251.031000', '140251.033000', '140251.036000', '140251.038000', '140251.041000', '140251.043000', '140251.046000', '140251.049000', '140251.051000', '140251.054000', '140251.056000', '140251.059000', '140251.069000', '140251.072000', '140251.074000', '140310.858000', '140310.861000', '140310.864000', '140310.867000', '140310.869000', '140310.872000', '140310.874000', '140310.877000', '140310.879000', '140310.882000', '140310.885000', '140310.887000', '140310.890000', '140310.892000', '140310.895000', '140310.898000', '140310.900000', '140310.903000', '140310.905000', '140310.908000', '140310.911000', '140310.913000', '140310.916000', '140310.918000', '140310.921000', '140310.924000', '140310.926000', '140310.929000', '140310.932000', '140310.934000', '140310.937000', '140310.939000', '140310.942000', '140310.945000', '140310.947000', '140310.950000', '140310.953000', '140310.955000', '140310.958000', '140310.960000', '140310.963000', '140310.966000', '140310.968000', '140310.971000', '140330.860000', '140330.863000', '140330.865000', '140330.868000', '140330.870000', '140330.873000', '140330.876000', '140330.883000', '140330.896000', '140330.898000', '140330.901000', '140330.903000', '140330.907000', '140330.909000', '140330.912000', '140330.914000', '140330.917000', '140330.920000', '140330.922000', '140330.925000', '140330.928000', '140330.930000', '140330.933000', '140330.935000', '140330.938000', '140330.941000', '140330.943000', '140330.946000', '140330.949000', '140330.951000', '140330.954000', '140330.956000', '140330.959000', '140330.962000', '140330.964000', '140330.967000', '140330.969000', '140330.972000', '140330.975000', '140330.978000', '140330.981000', '140330.984000', '140330.988000', '140350.860000', '140350.863000', '140350.865000', '140350.868000', '140350.871000', '140350.873000', '140350.876000', '140350.879000', '140350.881000', '140350.884000', '140350.887000', '140350.889000', '140350.892000', '140350.895000', '140350.897000', '140350.900000', '140350.902000', '140350.905000', '140350.908000', '140350.910000', '140350.913000', '140350.916000', '140350.918000', '140350.921000', '140350.923000', '140350.926000', '140350.929000', '140350.931000', '140350.934000', '140350.937000', '140350.939000', '140350.942000', '140350.944000', '140350.947000', '140350.950000', '140350.952000', '140350.955000', '140350.957000', '140350.960000', '140350.963000', '140350.965000', '140350.968000', '140350.971000', '140350.973000', '140410.859000', '140410.862000', '140410.865000', '140410.868000', '140410.870000', '140410.873000', '140410.876000', '140410.879000', '140410.881000', '140410.884000', '140410.887000', '140410.889000', '140410.892000', '140410.894000', '140410.897000', '140410.909000', '140410.911000', '140410.914000', '140410.916000', '140410.919000', '140410.922000', '140410.924000', '140410.927000', '140410.930000', '140410.933000', '140410.935000', '140410.938000', '140410.941000', '140410.943000', '140410.946000', '140410.949000', '140410.951000', '140410.954000', '140410.956000', '140410.959000', '140410.962000', '140410.964000', '140410.967000', '140410.970000', '140410.972000', '140410.975000', '140410.978000', '140410.980000', '140430.860000', '140430.862000', '140430.865000', '140430.868000', '140430.871000', '140430.874000', '140430.876000', '140430.879000', '140430.881000', '140430.884000', '140430.887000', '140430.889000', '140430.892000', '140430.895000', '140430.897000', '140430.900000', '140430.902000', '140430.905000', '140430.908000', '140430.910000', '140430.913000', '140430.915000', '140430.918000', '140430.921000', '140430.923000', '140430.926000', '140430.929000', '140430.931000', '140430.934000', '140430.937000', '140430.939000', '140430.942000', '140430.945000', '140430.947000', '140430.950000', '140430.952000', '140430.970000', '140430.973000', '140430.975000', '140430.978000', '140430.980000', '140430.983000', '140430.986000', '140430.988000', '140450.859000', '140450.862000', '140450.865000', '140450.868000', '140450.871000', '140450.873000', '140450.876000', '140450.879000', '140450.881000', '140450.884000', '140450.887000', '140450.889000', '140450.892000', '140450.895000', '140450.897000', '140450.900000', '140450.902000', '140450.905000', '140450.908000', '140450.910000', '140450.913000', '140450.916000', '140450.918000', '140450.921000', '140450.924000', '140450.926000', '140450.929000', '140450.932000', '140450.934000', '140450.937000', '140450.939000', '140450.942000', '140450.945000', '140450.947000', '140450.950000', '140450.953000', '140450.955000', '140450.958000', '140450.961000', '140450.963000', '140450.966000', '140450.968000', '140450.971000', '140510.858000', '140510.861000', '140510.864000', '140510.866000', '140510.869000', '140510.872000', '140510.874000', '140510.877000', '140510.880000', '140510.882000', '140510.885000', '140510.888000', '140510.890000', '140510.893000', '140510.896000', '140510.898000', '140510.901000', '140510.904000', '140510.906000', '140510.909000', '140510.912000', '140510.914000', '140510.917000', '140510.920000', '140510.922000', '140510.925000', '140510.927000', '140510.930000', '140510.933000', '140510.935000', '140510.938000', '140510.941000', '140510.943000', '140510.946000', '140510.948000', '140510.951000', '140510.954000', '140510.956000', '140510.959000', '140510.962000', '140510.964000', '140510.967000', '140510.969000', '140510.972000', '140530.859000', '140530.862000', '140530.864000', '140530.867000', '140530.869000', '140530.872000', '140530.875000', '140530.877000', '140530.880000', '140530.883000', '140530.885000', '140530.888000', '140530.891000', '140530.893000', '140530.896000', '140530.899000', '140530.901000', '140530.904000', '140530.907000', '140530.909000', '140530.912000', '140530.914000', '140530.917000', '140530.919000', '140530.922000', '140530.925000', '140530.927000', '140530.930000', '140530.933000', '140530.935000', '140530.938000', '140530.941000', '140530.949000', '140530.952000', '140530.954000', '140530.957000', '140530.960000', '140530.962000', '140530.965000', '140530.968000', '140530.970000', '140530.973000', '140530.975000', '140550.859000', '140550.862000', '140550.865000', '140550.868000', '140550.870000', '140550.873000', '140550.876000', '140550.878000', '140550.881000', '140550.884000', '140550.886000', '140550.889000', '140550.891000', '140550.894000', '140550.897000', '140550.899000', '140550.902000', '140550.904000', '140550.907000', '140550.910000', '140550.913000', '140550.916000', '140550.918000', '140550.921000', '140550.924000', '140550.926000', '140550.929000', '140550.932000', '140550.934000', '140550.937000', '140550.940000', '140550.942000', '140550.945000', '140550.948000', '140550.950000', '140550.953000', '140550.956000', '140550.958000', '140550.961000', '140550.963000', '140550.966000', '140550.969000', '140550.971000', '140550.974000', '140610.859000', '140610.862000', '140610.865000', '140610.867000', '140610.871000', '140610.873000', '140610.876000', '140610.878000', '140610.881000', '140610.884000', '140610.887000', '140610.889000', '140610.892000', '140610.895000', '140610.897000', '140610.900000', '140610.902000', '140610.916000', '140610.919000', '140610.922000', '140610.924000', '140610.927000', '140610.930000', '140610.932000', '140610.935000', '140610.937000', '140610.940000', '140610.943000', '140610.945000', '140610.948000', '140610.951000', '140610.953000', '140610.956000', '140610.959000', '140610.961000', '140610.964000', '140610.966000', '140610.969000', '140610.972000', '140610.974000', '140610.977000', '140610.979000', '140610.982000', '140630.860000', '140630.863000', '140630.865000', '140630.868000', '140630.871000', '140630.874000', '140630.876000', '140630.879000', '140630.881000', '140630.884000', '140630.887000', '140630.889000', '140630.892000', '140630.895000', '140630.897000', '140630.900000', '140630.902000', '140630.905000', '140630.908000', '140630.911000', '140630.917000', '140630.921000', '140630.924000', '140630.926000', '140630.929000', '140630.932000', '140630.934000', '140630.937000', '140630.939000', '140630.942000', '140630.945000', '140630.947000', '140630.950000', '140630.953000', '140630.955000', '140630.958000', '140630.960000', '140630.963000', '140630.966000', '140630.968000', '140630.971000', '140630.973000', '140630.976000', '140630.979000', '140650.860000', '140650.863000', '140650.865000', '140650.868000', '140650.871000', '140650.874000', '140650.876000', '140650.879000', '140650.882000', '140650.885000', '140650.887000', '140650.890000', '140650.892000', '140650.895000', '140650.898000', '140650.901000', '140650.903000', '140650.906000', '140650.908000', '140650.911000', '140650.914000', '140650.916000', '140650.919000', '140650.921000', '140650.924000', '140650.927000', '140650.929000', '140650.932000', '140650.934000', '140650.937000', '140650.940000', '140650.943000', '140650.945000', '140650.948000', '140650.951000', '140650.953000', '140650.956000', '140650.958000', '140650.961000', '140650.964000', '140650.967000', '140650.969000', '140650.972000', '140710.859000', '140710.862000', '140710.865000', '140710.868000', '140710.870000', '140710.873000', '140710.875000', '140710.878000', '140710.881000', '140710.883000', '140710.886000', '140710.888000', '140710.891000', '140710.896000', '140710.898000', '140710.901000', '140710.904000', '140710.906000', '140710.909000', '140710.912000', '140710.914000', '140710.917000', '140710.919000', '140710.922000', '140710.925000', '140710.927000', '140710.930000', '140710.933000', '140710.935000', '140710.945000', '140710.948000', '140710.950000', '140710.953000', '140710.956000', '140710.958000', '140710.961000', '140710.964000', '140710.966000', '140710.969000', '140710.971000', '140710.974000', '140710.977000', '140710.979000', '140710.982000', '140730.858000', '140730.861000', '140730.864000', '140730.867000', '140730.870000', '140730.872000', '140730.875000', '140730.877000', '140730.880000', '140730.883000', '140730.885000', '140730.888000', '140730.891000', '140730.893000', '140730.896000', '140730.898000', '140730.901000', '140730.904000', '140730.906000', '140730.909000', '140730.911000', '140730.914000', '140730.917000', '140730.919000', '140730.922000', '140730.925000', '140730.927000', '140730.930000', '140730.932000', '140730.935000', '140730.938000', '140730.940000', '140730.943000', '140730.945000', '140730.948000', '140730.951000', '140730.953000', '140730.956000', '140730.959000', '140730.961000', '140730.964000', '140730.968000', '140730.983000', '140750.859000', '140750.862000', '140750.865000', '140750.868000', '140750.871000', '140750.885000', '140750.887000', '140750.890000', '140750.893000', '140750.895000', '140750.898000', '140750.901000', '140750.903000', '140750.906000', '140750.908000', '140750.911000', '140750.914000', '140750.916000', '140750.919000', '140750.921000', '140750.924000', '140750.927000', '140750.929000', '140750.932000', '140750.934000', '140750.937000', '140750.940000', '140750.942000', '140750.945000', '140750.948000', '140750.950000', '140750.953000', '140750.955000', '140750.958000', '140750.961000', '140750.963000', '140750.966000', '140750.969000', '140750.971000', '140750.974000', '140750.977000', '140750.979000', '140750.982000', '140810.859000', '140810.862000', '140810.865000', '140810.868000', '140810.870000', '140810.873000', '140810.876000', '140810.878000', '140810.881000', '140810.884000', '140810.886000', '140810.889000', '140810.891000', '140810.894000', '140810.897000', '140810.899000', '140810.902000', '140810.904000', '140810.907000', '140810.910000', '140810.912000', '140810.915000', '140810.917000', '140810.920000', '140810.923000', '140810.925000', '140810.928000', '140810.930000', '140810.933000', '140810.936000', '140810.938000', '140810.941000', '140810.943000', '140810.946000', '140810.949000', '140810.951000', '140810.954000', '140810.956000', '140810.959000', '140810.962000', '140810.964000', '140810.967000', '140810.970000', '140810.972000', '140830.860000', '140830.863000', '140830.865000', '140830.868000', '140830.871000', '140830.874000', '140830.877000', '140830.881000', '140830.883000', '140830.886000', '140830.889000', '140830.892000', '140830.894000', '140830.897000', '140830.900000', '140830.902000', '140830.905000', '140830.907000', '140830.910000', '140830.913000', '140830.915000', '140830.918000', '140830.921000', '140830.923000', '140830.926000', '140830.929000', '140830.931000', '140830.935000', '140830.938000', '140830.940000', '140830.943000', '140830.946000', '140830.948000', '140830.951000', '140830.954000', '140830.956000', '140830.959000', '140830.961000', '140830.964000', '140830.966000', '140830.976000', '140830.978000', '140830.981000', '140850.860000', '140850.863000', '140850.866000', '140850.868000', '140850.871000', '140850.874000', '140850.876000', '140850.879000', '140850.881000', '140850.884000', '140850.887000', '140850.890000', '140850.892000', '140850.895000', '140850.897000', '140850.900000', '140850.903000', '140850.906000', '140850.908000', '140850.911000', '140850.913000', '140850.916000', '140850.919000', '140850.921000', '140850.924000', '140850.927000', '140850.929000', '140850.932000', '140850.935000', '140850.937000', '140850.940000', '140850.943000', '140850.945000', '140850.948000', '140850.951000', '140850.953000', '140850.956000', '140850.958000', '140850.961000', '140850.964000', '140850.966000', '140850.969000', '140850.971000', '140850.974000', '140910.860000', '140910.863000', '140910.865000', '140910.868000', '140910.871000', '140910.873000', '140910.876000', '140910.879000', '140910.881000', '140910.884000', '140910.887000', '140910.889000', '140910.892000', '140910.894000', '140910.897000', '140910.900000', '140910.902000', '140910.905000', '140910.908000', '140910.910000', '140910.913000', '140910.915000', '140910.918000', '140910.921000', '140910.923000', '140910.926000', '140910.929000', '140910.932000', '140910.935000', '140910.938000', '140910.941000', '140910.943000', '140910.946000', '140910.949000', '140910.951000', '140910.954000', '140910.956000', '140910.959000', '140910.962000', '140910.964000', '140910.967000', '140910.970000', '140910.972000', '140924.228000', '140924.231000', '140924.234000', '140924.237000', '140924.239000', '140924.242000', '140924.245000', '140924.247000', '140924.250000', '140924.253000', '140924.255000', '140924.258000', '140924.261000', '140924.263000', '140924.266000', '140924.268000', '140924.271000', '140924.274000', '140924.276000', '140924.279000', '140924.282000', '140924.284000', '140924.287000', '140924.290000', '140924.293000', '140924.295000', '140924.298000', '140924.300000', '140924.303000', '140924.305000'], 'InstanceCreationTime': ['140250.896000', '140250.899000', '140250.902000', '140250.905000', '140250.907000', '140250.910000', '140250.913000', '140250.916000', '140250.919000', '140250.922000', '140250.925000', '140250.928000', '140250.931000', '140250.933000', '140250.936000', '140250.939000', '140250.941000', '140250.944000', '140250.947000', '140250.950000', '140250.952000', '140250.955000', '140250.958000', '140250.960000', '140250.963000', '140250.966000', '140250.968000', '140250.988000', '140250.990000', '140250.993000', '140250.995000', '140250.998000', '140251.002000', '140251.004000', '140251.007000', '140251.010000', '140251.012000', '140251.015000', '140251.017000', '140251.020000', '140251.023000', '140251.025000', '140251.028000', '140251.031000', '140251.033000', '140251.036000', '140251.038000', '140251.041000', '140251.043000', '140251.046000', '140251.049000', '140251.051000', '140251.054000', '140251.056000', '140251.059000', '140251.069000', '140251.072000', '140251.074000', '140310.858000', '140310.861000', '140310.864000', '140310.867000', '140310.869000', '140310.872000', '140310.874000', '140310.877000', '140310.879000', '140310.882000', '140310.885000', '140310.887000', '140310.890000', '140310.892000', '140310.895000', '140310.898000', '140310.900000', '140310.903000', '140310.905000', '140310.908000', '140310.911000', '140310.913000', '140310.916000', '140310.918000', '140310.921000', '140310.924000', '140310.926000', '140310.929000', '140310.932000', '140310.934000', '140310.937000', '140310.939000', '140310.942000', '140310.945000', '140310.947000', '140310.950000', '140310.953000', '140310.955000', '140310.958000', '140310.960000', '140310.963000', '140310.966000', '140310.968000', '140310.971000', '140330.860000', '140330.863000', '140330.865000', '140330.868000', '140330.870000', '140330.873000', '140330.876000', '140330.883000', '140330.896000', '140330.898000', '140330.901000', '140330.903000', '140330.907000', '140330.909000', '140330.912000', '140330.914000', '140330.917000', '140330.920000', '140330.922000', '140330.925000', '140330.928000', '140330.930000', '140330.933000', '140330.935000', '140330.938000', '140330.941000', '140330.943000', '140330.946000', '140330.949000', '140330.951000', '140330.954000', '140330.956000', '140330.959000', '140330.962000', '140330.964000', '140330.967000', '140330.969000', '140330.972000', '140330.975000', '140330.978000', '140330.981000', '140330.984000', '140330.988000', '140350.860000', '140350.863000', '140350.865000', '140350.868000', '140350.871000', '140350.873000', '140350.876000', '140350.879000', '140350.881000', '140350.884000', '140350.887000', '140350.889000', '140350.892000', '140350.895000', '140350.897000', '140350.900000', '140350.902000', '140350.905000', '140350.908000', '140350.910000', '140350.913000', '140350.916000', '140350.918000', '140350.921000', '140350.923000', '140350.926000', '140350.929000', '140350.931000', '140350.934000', '140350.937000', '140350.939000', '140350.942000', '140350.944000', '140350.947000', '140350.950000', '140350.952000', '140350.955000', '140350.957000', '140350.960000', '140350.963000', '140350.965000', '140350.968000', '140350.971000', '140350.973000', '140410.859000', '140410.862000', '140410.865000', '140410.868000', '140410.870000', '140410.873000', '140410.876000', '140410.879000', '140410.881000', '140410.884000', '140410.887000', '140410.889000', '140410.892000', '140410.894000', '140410.897000', '140410.909000', '140410.911000', '140410.914000', '140410.916000', '140410.919000', '140410.922000', '140410.924000', '140410.927000', '140410.930000', '140410.933000', '140410.935000', '140410.938000', '140410.941000', '140410.943000', '140410.946000', '140410.949000', '140410.951000', '140410.954000', '140410.956000', '140410.959000', '140410.962000', '140410.964000', '140410.967000', '140410.970000', '140410.972000', '140410.975000', '140410.978000', '140410.980000', '140430.860000', '140430.862000', '140430.865000', '140430.868000', '140430.871000', '140430.874000', '140430.876000', '140430.879000', '140430.881000', '140430.884000', '140430.887000', '140430.889000', '140430.892000', '140430.895000', '140430.897000', '140430.900000', '140430.902000', '140430.905000', '140430.908000', '140430.910000', '140430.913000', '140430.915000', '140430.918000', '140430.921000', '140430.923000', '140430.926000', '140430.929000', '140430.931000', '140430.934000', '140430.937000', '140430.939000', '140430.942000', '140430.945000', '140430.947000', '140430.950000', '140430.952000', '140430.970000', '140430.973000', '140430.975000', '140430.978000', '140430.980000', '140430.983000', '140430.986000', '140430.988000', '140450.859000', '140450.862000', '140450.865000', '140450.868000', '140450.871000', '140450.873000', '140450.876000', '140450.879000', '140450.881000', '140450.884000', '140450.887000', '140450.889000', '140450.892000', '140450.895000', '140450.897000', '140450.900000', '140450.902000', '140450.905000', '140450.908000', '140450.910000', '140450.913000', '140450.916000', '140450.918000', '140450.921000', '140450.924000', '140450.926000', '140450.929000', '140450.932000', '140450.934000', '140450.937000', '140450.939000', '140450.942000', '140450.945000', '140450.947000', '140450.950000', '140450.953000', '140450.955000', '140450.958000', '140450.961000', '140450.963000', '140450.966000', '140450.968000', '140450.971000', '140510.858000', '140510.861000', '140510.864000', '140510.866000', '140510.869000', '140510.872000', '140510.874000', '140510.877000', '140510.880000', '140510.882000', '140510.885000', '140510.888000', '140510.890000', '140510.893000', '140510.896000', '140510.898000', '140510.901000', '140510.904000', '140510.906000', '140510.909000', '140510.912000', '140510.914000', '140510.917000', '140510.920000', '140510.922000', '140510.925000', '140510.927000', '140510.930000', '140510.933000', '140510.935000', '140510.938000', '140510.941000', '140510.943000', '140510.946000', '140510.948000', '140510.951000', '140510.954000', '140510.956000', '140510.959000', '140510.962000', '140510.964000', '140510.967000', '140510.969000', '140510.972000', '140530.859000', '140530.862000', '140530.864000', '140530.867000', '140530.869000', '140530.872000', '140530.875000', '140530.877000', '140530.880000', '140530.883000', '140530.885000', '140530.888000', '140530.891000', '140530.893000', '140530.896000', '140530.899000', '140530.901000', '140530.904000', '140530.907000', '140530.909000', '140530.912000', '140530.914000', '140530.917000', '140530.919000', '140530.922000', '140530.925000', '140530.927000', '140530.930000', '140530.933000', '140530.935000', '140530.938000', '140530.941000', '140530.949000', '140530.952000', '140530.954000', '140530.957000', '140530.960000', '140530.962000', '140530.965000', '140530.968000', '140530.970000', '140530.973000', '140530.975000', '140550.859000', '140550.862000', '140550.865000', '140550.868000', '140550.870000', '140550.873000', '140550.876000', '140550.878000', '140550.881000', '140550.884000', '140550.886000', '140550.889000', '140550.891000', '140550.894000', '140550.897000', '140550.899000', '140550.902000', '140550.904000', '140550.907000', '140550.910000', '140550.913000', '140550.916000', '140550.918000', '140550.921000', '140550.924000', '140550.926000', '140550.929000', '140550.932000', '140550.934000', '140550.937000', '140550.940000', '140550.942000', '140550.945000', '140550.948000', '140550.950000', '140550.953000', '140550.956000', '140550.958000', '140550.961000', '140550.963000', '140550.966000', '140550.969000', '140550.971000', '140550.974000', '140610.859000', '140610.862000', '140610.865000', '140610.867000', '140610.871000', '140610.873000', '140610.876000', '140610.878000', '140610.881000', '140610.884000', '140610.887000', '140610.889000', '140610.892000', '140610.895000', '140610.897000', '140610.900000', '140610.902000', '140610.916000', '140610.919000', '140610.922000', '140610.924000', '140610.927000', '140610.930000', '140610.932000', '140610.935000', '140610.937000', '140610.940000', '140610.943000', '140610.945000', '140610.948000', '140610.951000', '140610.953000', '140610.956000', '140610.959000', '140610.961000', '140610.964000', '140610.966000', '140610.969000', '140610.972000', '140610.974000', '140610.977000', '140610.979000', '140610.982000', '140630.860000', '140630.863000', '140630.865000', '140630.868000', '140630.871000', '140630.874000', '140630.876000', '140630.879000', '140630.881000', '140630.884000', '140630.887000', '140630.889000', '140630.892000', '140630.895000', '140630.897000', '140630.900000', '140630.902000', '140630.905000', '140630.908000', '140630.911000', '140630.917000', '140630.921000', '140630.924000', '140630.926000', '140630.929000', '140630.932000', '140630.934000', '140630.937000', '140630.939000', '140630.942000', '140630.945000', '140630.947000', '140630.950000', '140630.953000', '140630.955000', '140630.958000', '140630.960000', '140630.963000', '140630.966000', '140630.968000', '140630.971000', '140630.973000', '140630.976000', '140630.979000', '140650.860000', '140650.863000', '140650.865000', '140650.868000', '140650.871000', '140650.874000', '140650.876000', '140650.879000', '140650.882000', '140650.885000', '140650.887000', '140650.890000', '140650.892000', '140650.895000', '140650.898000', '140650.901000', '140650.903000', '140650.906000', '140650.908000', '140650.911000', '140650.914000', '140650.916000', '140650.919000', '140650.921000', '140650.924000', '140650.927000', '140650.929000', '140650.932000', '140650.934000', '140650.937000', '140650.940000', '140650.943000', '140650.945000', '140650.948000', '140650.951000', '140650.953000', '140650.956000', '140650.958000', '140650.961000', '140650.964000', '140650.967000', '140650.969000', '140650.972000', '140710.859000', '140710.862000', '140710.865000', '140710.868000', '140710.870000', '140710.873000', '140710.875000', '140710.878000', '140710.881000', '140710.883000', '140710.886000', '140710.888000', '140710.891000', '140710.896000', '140710.898000', '140710.901000', '140710.904000', '140710.906000', '140710.909000', '140710.912000', '140710.914000', '140710.917000', '140710.919000', '140710.922000', '140710.925000', '140710.927000', '140710.930000', '140710.933000', '140710.935000', '140710.945000', '140710.948000', '140710.950000', '140710.953000', '140710.956000', '140710.958000', '140710.961000', '140710.964000', '140710.966000', '140710.969000', '140710.971000', '140710.974000', '140710.977000', '140710.979000', '140710.982000', '140730.858000', '140730.861000', '140730.864000', '140730.867000', '140730.870000', '140730.872000', '140730.875000', '140730.877000', '140730.880000', '140730.883000', '140730.885000', '140730.888000', '140730.891000', '140730.893000', '140730.896000', '140730.898000', '140730.901000', '140730.904000', '140730.906000', '140730.909000', '140730.911000', '140730.914000', '140730.917000', '140730.919000', '140730.922000', '140730.925000', '140730.927000', '140730.930000', '140730.932000', '140730.935000', '140730.938000', '140730.940000', '140730.943000', '140730.945000', '140730.948000', '140730.951000', '140730.953000', '140730.956000', '140730.959000', '140730.961000', '140730.964000', '140730.968000', '140730.983000', '140750.859000', '140750.862000', '140750.865000', '140750.868000', '140750.871000', '140750.885000', '140750.887000', '140750.890000', '140750.893000', '140750.895000', '140750.898000', '140750.901000', '140750.903000', '140750.906000', '140750.908000', '140750.911000', '140750.914000', '140750.916000', '140750.919000', '140750.921000', '140750.924000', '140750.927000', '140750.929000', '140750.932000', '140750.934000', '140750.937000', '140750.940000', '140750.942000', '140750.945000', '140750.948000', '140750.950000', '140750.953000', '140750.955000', '140750.958000', '140750.961000', '140750.963000', '140750.966000', '140750.969000', '140750.971000', '140750.974000', '140750.977000', '140750.979000', '140750.982000', '140810.859000', '140810.862000', '140810.865000', '140810.868000', '140810.870000', '140810.873000', '140810.876000', '140810.878000', '140810.881000', '140810.884000', '140810.886000', '140810.889000', '140810.891000', '140810.894000', '140810.897000', '140810.899000', '140810.902000', '140810.904000', '140810.907000', '140810.910000', '140810.912000', '140810.915000', '140810.917000', '140810.920000', '140810.923000', '140810.925000', '140810.928000', '140810.930000', '140810.933000', '140810.936000', '140810.938000', '140810.941000', '140810.943000', '140810.946000', '140810.949000', '140810.951000', '140810.954000', '140810.956000', '140810.959000', '140810.962000', '140810.964000', '140810.967000', '140810.970000', '140810.972000', '140830.860000', '140830.863000', '140830.865000', '140830.868000', '140830.871000', '140830.874000', '140830.877000', '140830.881000', '140830.883000', '140830.886000', '140830.889000', '140830.892000', '140830.894000', '140830.897000', '140830.900000', '140830.902000', '140830.905000', '140830.907000', '140830.910000', '140830.913000', '140830.915000', '140830.918000', '140830.921000', '140830.923000', '140830.926000', '140830.929000', '140830.931000', '140830.935000', '140830.938000', '140830.940000', '140830.943000', '140830.946000', '140830.948000', '140830.951000', '140830.954000', '140830.956000', '140830.959000', '140830.961000', '140830.964000', '140830.966000', '140830.976000', '140830.978000', '140830.981000', '140850.860000', '140850.863000', '140850.866000', '140850.868000', '140850.871000', '140850.874000', '140850.876000', '140850.879000', '140850.881000', '140850.884000', '140850.887000', '140850.890000', '140850.892000', '140850.895000', '140850.897000', '140850.900000', '140850.903000', '140850.906000', '140850.908000', '140850.911000', '140850.913000', '140850.916000', '140850.919000', '140850.921000', '140850.924000', '140850.927000', '140850.929000', '140850.932000', '140850.935000', '140850.937000', '140850.940000', '140850.943000', '140850.945000', '140850.948000', '140850.951000', '140850.953000', '140850.956000', '140850.958000', '140850.961000', '140850.964000', '140850.966000', '140850.969000', '140850.971000', '140850.974000', '140910.860000', '140910.863000', '140910.865000', '140910.868000', '140910.871000', '140910.873000', '140910.876000', '140910.879000', '140910.881000', '140910.884000', '140910.887000', '140910.889000', '140910.892000', '140910.894000', '140910.897000', '140910.900000', '140910.902000', '140910.905000', '140910.908000', '140910.910000', '140910.913000', '140910.915000', '140910.918000', '140910.921000', '140910.923000', '140910.926000', '140910.929000', '140910.932000', '140910.935000', '140910.938000', '140910.941000', '140910.943000', '140910.946000', '140910.949000', '140910.951000', '140910.954000', '140910.956000', '140910.959000', '140910.962000', '140910.964000', '140910.967000', '140910.970000', '140910.972000', '140924.228000', '140924.231000', '140924.234000', '140924.237000', '140924.239000', '140924.242000', '140924.245000', '140924.247000', '140924.250000', '140924.253000', '140924.255000', '140924.258000', '140924.261000', '140924.263000', '140924.266000', '140924.268000', '140924.271000', '140924.274000', '140924.276000', '140924.279000', '140924.282000', '140924.284000', '140924.287000', '140924.290000', '140924.293000', '140924.295000', '140924.298000', '140924.300000', '140924.303000', '140924.305000'], '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': [9060, 6952, 8042, 8963, 7027, 11468, 6657, 6893, 8594, 6930, 8016, 6781, 6891, 8017, 6702, 7013, 7318, 7060, 9254, 6884, 8204, 6869, 7020, 10093, 6861, 7047, 7129, 6932, 8244, 7441, 6953, 13428, 8719, 10771, 7044, 6763, 10241, 7152, 7494, 13537, 7950, 11142, 6767, 6953, 9350, 6640, 7781, 6887, 6984, 8526, 6686, 6938, 13027, 6978, 9085, 6651, 6949, 8797, 6618, 8199, 7103, 7145, 14089, 6863, 9435, 10462, 6981, 12301, 7065, 7021, 11981, 6788, 7793, 6755, 6786, 8833, 6712, 8024, 6784, 7018, 12989, 7759, 9306, 6731, 6872, 8956, 6711, 7617, 9141, 6844, 9459, 6621, 7281, 10493, 6739, 8302, 6902, 6899, 11054, 6964, 8455, 6696, 7525, 13603, 8423, 10798, 6860, 6938, 9608, 6947, 8500, 6951, 6998, 13475, 7083, 7002, 8542, 7153, 8141, 6968, 7083, 7108, 6791, 7393, 6997, 6860, 6925, 6978, 9031, 6882, 8078, 13394, 7783, 11497, 6874, 6929, 12844, 7949, 11117, 6895, 7026, 12222, 7012, 7127, 9831, 6993, 9026, 6841, 6871, 10203, 6910, 7879, 7109, 6794, 8117, 6909, 6957, 13041, 7460, 10149, 7230, 6969, 9991, 6778, 8474, 6865, 7004, 9512, 6647, 7169, 12020, 6866, 8668, 7012, 7038, 8313, 6924, 6856, 8121, 6965, 7340, 6881, 7069, 11155, 7664, 9251, 6923, 6763, 9378, 6816, 7464, 8044, 6759, 7324, 6629, 6735, 8667, 6458, 7471, 6869, 6718, 10992, 6932, 7043, 13481, 6679, 10958, 11853, 7016, 8667, 6800, 6860, 9709, 7042, 6932, 10327, 6826, 7047, 6813, 7074, 7782, 7157, 7097, 12945, 7260, 11066, 6568, 7127, 12620, 7233, 8640, 6994, 6760, 8682, 6880, 8015, 10113, 6786, 9974, 6972, 7191, 11747, 6727, 7664, 7062, 6862, 7745, 6848, 6985, 8312, 6986, 9400, 6922, 7396, 6985, 7018, 10980, 6584, 8499, 6852, 7061, 10433, 6774, 6957, 13748, 6741, 6978, 10020, 7018, 8290, 6879, 6795, 9220, 7028, 9215, 6870, 6714, 7061, 7001, 7210, 6611, 9237, 6878, 7648, 6692, 11250, 14198, 11169, 13090, 7967, 7487, 10567, 6605, 7503, 7491, 6990, 7369, 6943, 7216, 6740, 6796, 8948, 6950, 7446, 6759, 6748, 11823, 6994, 9385, 6827, 7233, 12610, 7488, 9458, 6730, 6824, 11727, 7026, 9579, 11555, 6970, 10912, 6889, 7209, 12414, 7141, 9481, 7109, 6810, 10098, 6821, 9239, 6968, 6924, 13291, 7063, 7092, 10833, 6981, 9235, 6517, 6890, 12485, 6790, 7171, 7251, 6981, 11281, 7024, 6926, 11178, 6607, 7156, 6629, 7055, 7488, 6923, 7023, 6979, 6820, 9157, 6922, 7027, 6850, 6956, 11848, 6930, 8699, 6951, 6928, 8712, 6777, 7194, 10022, 6952, 7467, 7020, 6987, 11477, 6897, 8719, 11969, 6649, 7349, 6890, 6816, 9328, 7204, 7216, 10572, 6562, 7630, 7040, 6748, 8086, 6727, 7146, 8090, 6719, 7183, 6986, 6819, 7850, 6879, 7001, 8636, 6732, 7770, 6841, 6977, 9610, 7237, 7530, 7597, 6685, 7748, 7103, 6922, 9722, 6778, 7820, 7465, 7001, 12272, 6668, 7234, 10627, 6780, 8532, 6890, 7014, 11572, 7196, 7175, 9286, 7026, 7991, 7059, 6908, 8614, 6881, 7123, 8048, 6872, 7409, 11190, 7385, 8431, 6732, 6893, 7367, 6797, 7278, 10063, 6912, 8384, 6728, 6851, 8772, 6875, 7052, 8003, 7186, 7344, 11239, 6644, 8490, 6841, 6977, 8988, 7105, 6951, 7201, 6561, 7596, 6766, 7009, 7247, 7132, 8625, 10503, 7054, 12140, 6772, 7035, 11851, 6809, 7708, 8331, 6963, 9157, 6971, 6804, 9038, 6857, 7866, 6765, 6895, 13088, 6892, 7394, 9918, 6980, 11317, 7202, 7206, 13786, 6891, 7434, 7503, 6873, 9436, 6831, 6937, 12113, 6980, 7515, 6951, 7038, 11135, 7001, 8352, 6981, 7065, 9686, 6876, 7110, 11464, 6639, 7010, 6739, 7089, 9904, 6746, 7822, 7178, 6737, 8327, 7077, 7388, 11540, 6865, 9808, 6684, 7007, 9332, 7062, 7954, 7528, 7000, 11685, 6679, 7144, 9487, 6894, 9040, 6771, 7100, 12016, 6897, 6873, 6989, 7016, 8241, 6687, 7132, 10218, 6704, 8011, 7029, 7233, 11153, 7050, 7484, 7089, 7322, 11342, 6941, 9064, 6660, 6925, 9397, 6671, 8626, 6763, 7133, 13699, 6974, 9603, 6990, 7066, 10837, 6946, 7271, 6854, 7176, 9402, 6489, 7132, 6783, 6749, 8003, 6796, 7840, 6653, 7207, 13647, 6904, 11041, 6880, 7166, 13383, 6830, 11102, 6644, 7349, 10980, 6712, 7718, 6967, 7070, 7637, 6632, 7300, 7638, 7051, 9063, 6477, 7123, 6688, 7039, 9043, 6808, 7154, 6944, 7204, 11656, 7086, 7479, 11624, 7054, 7420, 6582, 7561, 10374, 7094, 10138, 6828, 7310, 8185, 7109, 8696, 6837, 7633, 10811, 6917, 8113, 6809, 7412, 9714, 7156, 11722, 6832, 8913, 10299, 7604, 12981, 6877, 8112, 11184, 7094, 10382, 6912, 7227, 11191, 6859, 7909, 6829, 7143, 8751, 6994, 7655, 6917, 7513, 10419, 6734, 7671, 6575, 7498, 12286, 6890, 9587, 6806, 7217, 8701, 7166, 10423, 6844, 7565, 7944, 6865, 7681, 6824, 7341, 6908, 7039, 10153, 6877, 7063, 6969, 7159, 8767, 6626, 7423, 10188, 6859, 8631, 6932, 7076, 9762, 6515, 7534, 6906, 7125, 10335, 6796, 7099, 6908, 7602, 12414, 8284, 10383, 6498, 7307, 9009, 6722, 8454, 6692, 7205, 12988, 6798, 9152, 6933, 7000, 12364, 6646, 8534, 6636, 7377, 12976, 6723, 8641, 10631, 6902, 7953, 6600, 7448, 10979, 6880, 8376, 6728, 7281, 8671, 6919, 7883, 6889, 6899, 8681, 6931, 6912, 6955, 6953, 8457, 6628, 7773, 9286, 7160, 9143, 7160, 7144, 10927, 6721, 8844, 11471, 7060, 10471, 6905, 7070, 7441, 6623, 7105, 7982, 6964, 7001, 6680, 7091, 8472, 6935, 7074, 12262, 6813, 7443, 9022, 6818, 8064, 6657, 7186, 11554, 6705, 7625, 11441, 7047, 9117, 6832, 6972, 7817, 6806, 7463, 11437, 7235, 7725, 7255, 6958, 7110, 7036, 7179, 9204, 6708, 7469, 11221, 6888, 8537, 7094, 7239, 10176, 6783, 7311, 9600, 6849, 8022, 6813, 7045, 10129, 6759, 7262, 9001, 6709, 7884, 7195, 7309, 11650, 7007, 7497, 11945, 7652, 9878, 9287, 7088, 9697, 6890, 7384, 9968, 6495, 7382, 6668, 6896, 6998, 6895, 7182, 9650, 6761, 7372, 9656, 6723, 7190, 6848, 6973, 9391, 6721, 7319, 13221, 6903, 10676, 7648, 7104, 13063, 6826, 7303, 9973, 6657, 7592, 11519, 7001, 9553, 9203, 6943, 7839, 6940, 7195, 8403, 6868, 7292, 7336, 6625, 7391, 8403, 6878, 6785, 6708, 6766, 7430, 6519, 7048, 8806], 'WindowCenter': [4088.0, 4044.0, 4062.0, 4059.0, 4027.0, 4076.0, 4012.0, 4015.0, 4042.0, 4025.0, 4036.0, 4014.0, 4027.0, 4035.0, 4014.0, 4024.0, 4025.0, 4027.0, 4056.0, 4026.0, 4047.0, 4013.0, 4026.0, 4065.0, 4015.0, 4026.0, 4012.0, 4024.0, 4033.0, 4024.0, 4025.0, 4086.0, 4045.0, 4066.0, 4012.0, 4013.0, 4052.0, 4012.0, 4024.0, 4083.0, 4033.0, 4063.0, 4000.0, 4012.0, 4041.0, 4001.0, 4022.0, 4010.0, 4011.0, 4030.0, 4000.0, 4012.0, 4072.0, 4012.0, 4041.0, 4000.0, 4012.0, 4029.0, 4002.0, 4032.0, 4011.0, 4013.0, 4082.0, 3999.0, 4041.0, 4050.0, 4011.0, 4062.0, 4009.0, 4010.0, 4059.0, 3999.0, 4021.0, 3999.0, 4012.0, 4038.0, 4000.0, 4021.0, 4000.0, 4012.0, 4071.0, 4022.0, 4042.0, 3999.0, 4000.0, 4029.0, 4000.0, 4022.0, 4041.0, 4000.0, 4052.0, 4010.0, 4021.0, 4049.0, 4001.0, 4032.0, 4010.0, 4013.0, 4062.0, 4012.0, 4032.0, 4002.0, 4023.0, 4082.0, 4032.0, 4062.0, 3999.0, 4009.0, 4040.0, 4011.0, 4042.0, 4009.0, 4012.0, 4072.0, 4009.0, 4011.0, 4029.0, 4011.0, 4032.0, 4011.0, 4013.0, 4009.0, 4012.0, 4023.0, 4012.0, 4014.0, 4012.0, 4024.0, 4054.0, 4024.0, 4046.0, 4085.0, 4035.0, 4075.0, 4001.0, 4013.0, 4072.0, 4031.0, 4065.0, 4008.0, 4012.0, 4073.0, 4010.0, 4013.0, 4051.0, 4012.0, 4043.0, 4001.0, 4013.0, 4053.0, 4012.0, 4032.0, 4010.0, 4011.0, 4032.0, 4012.0, 4024.0, 4072.0, 4022.0, 4054.0, 4010.0, 4012.0, 4052.0, 4000.0, 4033.0, 4000.0, 4012.0, 4042.0, 4000.0, 4012.0, 4071.0, 4000.0, 4032.0, 4010.0, 4011.0, 4032.0, 4011.0, 4013.0, 4020.0, 4012.0, 4022.0, 4010.0, 4012.0, 4063.0, 4022.0, 4044.0, 4011.0, 4000.0, 4041.0, 4001.0, 4022.0, 4021.0, 4013.0, 4023.0, 4010.0, 4014.0, 4043.0, 4015.0, 4036.0, 4014.0, 4014.0, 4066.0, 4014.0, 4025.0, 4084.0, 4012.0, 4065.0, 4060.0, 4013.0, 4032.0, 4001.0, 4012.0, 4041.0, 4011.0, 4024.0, 4050.0, 4013.0, 4012.0, 4001.0, 4013.0, 4020.0, 4012.0, 4014.0, 4073.0, 4021.0, 4064.0, 4001.0, 4012.0, 4071.0, 4010.0, 4031.0, 3998.0, 4001.0, 4029.0, 4011.0, 4023.0, 4051.0, 4001.0, 4051.0, 4009.0, 4011.0, 4071.0, 4000.0, 4022.0, 4009.0, 3999.0, 4020.0, 4012.0, 4011.0, 4031.0, 4013.0, 4043.0, 4011.0, 4023.0, 4010.0, 4012.0, 4062.0, 4013.0, 4044.0, 4000.0, 4011.0, 4063.0, 4001.0, 4012.0, 4082.0, 4001.0, 4012.0, 4039.0, 4012.0, 4033.0, 4001.0, 4012.0, 4042.0, 4013.0, 4055.0, 4013.0, 4015.0, 4023.0, 4025.0, 4024.0, 4013.0, 4052.0, 4013.0, 4033.0, 4014.0, 4078.0, 4085.0, 4064.0, 4073.0, 4018.0, 4011.0, 4050.0, 3999.0, 4011.0, 4009.0, 4009.0, 4009.0, 4011.0, 4023.0, 4013.0, 4014.0, 4043.0, 4014.0, 4024.0, 4014.0, 4014.0, 4075.0, 4012.0, 4056.0, 4013.0, 4024.0, 4073.0, 4025.0, 4055.0, 4000.0, 4014.0, 4074.0, 4013.0, 4054.0, 4063.0, 4013.0, 4063.0, 4011.0, 4024.0, 4072.0, 4013.0, 4053.0, 4011.0, 4013.0, 4053.0, 4013.0, 4055.0, 4012.0, 4013.0, 4083.0, 4011.0, 4011.0, 4051.0, 4011.0, 4043.0, 4002.0, 4013.0, 4073.0, 4001.0, 4013.0, 4021.0, 4012.0, 4062.0, 4011.0, 4012.0, 4060.0, 4000.0, 4012.0, 4001.0, 4013.0, 4021.0, 4012.0, 4011.0, 4012.0, 4014.0, 4041.0, 4013.0, 4013.0, 4012.0, 4014.0, 4073.0, 4013.0, 4045.0, 4011.0, 4011.0, 4033.0, 4012.0, 4014.0, 4052.0, 4011.0, 4013.0, 4011.0, 4012.0, 4064.0, 4011.0, 4033.0, 4061.0, 4001.0, 4011.0, 4010.0, 4002.0, 4041.0, 4012.0, 4013.0, 4050.0, 3999.0, 4022.0, 4010.0, 4002.0, 4021.0, 3999.0, 4011.0, 4020.0, 4001.0, 4012.0, 4010.0, 4002.0, 4021.0, 3999.0, 4012.0, 4029.0, 4000.0, 4022.0, 4001.0, 4013.0, 4042.0, 4011.0, 4023.0, 4022.0, 4013.0, 4023.0, 4011.0, 4012.0, 4051.0, 4013.0, 4035.0, 4020.0, 4013.0, 4074.0, 4000.0, 4022.0, 4052.0, 4013.0, 4044.0, 4012.0, 4013.0, 4062.0, 4012.0, 4012.0, 4042.0, 4012.0, 4034.0, 4011.0, 4013.0, 4043.0, 4010.0, 4013.0, 4021.0, 4012.0, 4024.0, 4063.0, 4023.0, 4033.0, 4001.0, 4011.0, 4011.0, 4012.0, 4023.0, 4051.0, 4012.0, 4034.0, 4000.0, 4001.0, 4043.0, 4002.0, 4013.0, 4031.0, 4011.0, 4024.0, 4061.0, 4012.0, 4044.0, 4001.0, 4013.0, 4043.0, 4011.0, 4012.0, 4020.0, 4013.0, 4035.0, 4014.0, 4024.0, 4023.0, 4025.0, 4056.0, 4066.0, 4025.0, 4086.0, 4013.0, 4025.0, 4073.0, 4013.0, 4036.0, 4044.0, 4024.0, 4055.0, 4013.0, 4015.0, 4044.0, 4014.0, 4046.0, 4014.0, 4024.0, 4086.0, 4013.0, 4024.0, 4054.0, 4024.0, 4075.0, 4023.0, 4024.0, 4083.0, 4012.0, 4023.0, 4022.0, 4013.0, 4042.0, 4013.0, 4014.0, 4072.0, 4010.0, 4023.0, 4011.0, 4013.0, 4064.0, 4011.0, 4033.0, 4009.0, 4012.0, 4053.0, 4002.0, 4013.0, 4062.0, 4001.0, 4012.0, 4000.0, 4012.0, 4053.0, 4013.0, 4033.0, 4011.0, 4012.0, 4031.0, 4011.0, 4024.0, 4073.0, 4013.0, 4054.0, 4011.0, 4013.0, 4041.0, 4011.0, 4034.0, 4021.0, 4024.0, 4073.0, 4013.0, 4024.0, 4052.0, 4013.0, 4043.0, 4011.0, 4013.0, 4072.0, 4012.0, 4012.0, 4011.0, 4023.0, 4033.0, 4013.0, 4022.0, 4051.0, 4012.0, 4033.0, 4012.0, 4022.0, 4063.0, 4012.0, 4023.0, 4023.0, 4035.0, 4073.0, 4024.0, 4045.0, 4012.0, 4013.0, 4052.0, 4013.0, 4044.0, 4013.0, 4023.0, 4082.0, 4013.0, 4055.0, 4011.0, 4012.0, 4062.0, 4011.0, 4023.0, 4010.0, 4012.0, 4042.0, 4002.0, 4014.0, 4012.0, 4012.0, 4032.0, 4013.0, 4035.0, 4013.0, 4024.0, 4084.0, 4013.0, 4063.0, 4011.0, 4012.0, 4083.0, 4011.0, 4062.0, 3998.0, 4022.0, 4062.0, 4012.0, 4022.0, 4010.0, 4010.0, 4020.0, 4012.0, 4023.0, 4021.0, 4012.0, 4040.0, 4000.0, 4023.0, 4012.0, 4013.0, 4043.0, 4012.0, 4024.0, 4011.0, 4023.0, 4073.0, 4011.0, 4022.0, 4060.0, 4010.0, 4021.0, 4010.0, 4034.0, 4063.0, 4024.0, 4064.0, 4012.0, 4022.0, 4029.0, 4013.0, 4043.0, 4014.0, 4035.0, 4062.0, 4010.0, 4032.0, 4012.0, 4023.0, 4052.0, 4013.0, 4073.0, 4010.0, 4043.0, 4052.0, 4022.0, 4074.0, 4001.0, 4021.0, 4060.0, 4012.0, 4052.0, 4010.0, 4022.0, 4060.0, 4001.0, 4031.0, 4000.0, 4012.0, 4030.0, 4010.0, 4022.0, 4012.0, 4023.0, 4061.0, 4011.0, 4022.0, 4010.0, 4023.0, 4072.0, 4012.0, 4042.0, 4001.0, 4022.0, 4031.0, 4012.0, 4064.0, 4012.0, 4023.0, 4020.0, 3999.0, 4019.0, 4001.0, 4023.0, 4010.0, 4011.0, 4051.0, 4000.0, 4012.0, 4010.0, 4011.0, 4032.0, 4001.0, 4023.0, 4052.0, 4011.0, 4042.0, 4010.0, 4012.0, 4051.0, 4001.0, 4022.0, 4012.0, 4011.0, 4052.0, 4012.0, 4012.0, 4011.0, 4034.0, 4073.0, 4034.0, 4053.0, 4001.0, 4022.0, 4041.0, 4011.0, 4033.0, 4012.0, 4023.0, 4084.0, 4011.0, 4044.0, 4012.0, 4013.0, 4072.0, 4001.0, 4031.0, 3999.0, 4012.0, 4072.0, 4000.0, 4032.0, 4050.0, 4010.0, 4020.0, 3999.0, 4009.0, 4050.0, 4010.0, 4031.0, 3999.0, 4011.0, 4031.0, 4010.0, 4031.0, 4010.0, 4010.0, 4031.0, 4011.0, 4013.0, 4011.0, 4011.0, 4033.0, 4011.0, 4034.0, 4043.0, 4024.0, 4043.0, 4012.0, 4013.0, 4051.0, 4000.0, 4043.0, 4059.0, 4009.0, 4052.0, 3999.0, 4009.0, 4009.0, 4000.0, 4012.0, 4020.0, 4010.0, 4011.0, 4000.0, 4012.0, 4033.0, 4011.0, 4011.0, 4061.0, 3999.0, 4011.0, 4030.0, 4001.0, 4022.0, 4000.0, 4012.0, 4061.0, 4000.0, 4022.0, 4062.0, 4010.0, 4041.0, 3998.0, 4011.0, 4020.0, 4001.0, 4023.0, 4062.0, 4012.0, 4023.0, 4009.0, 4010.0, 4010.0, 4008.0, 4012.0, 4042.0, 4001.0, 4021.0, 4061.0, 4011.0, 4043.0, 4010.0, 4022.0, 4051.0, 3999.0, 4021.0, 4040.0, 4000.0, 4032.0, 4000.0, 4012.0, 4051.0, 4000.0, 4022.0, 4041.0, 4013.0, 4034.0, 4012.0, 4023.0, 4063.0, 4010.0, 4023.0, 4060.0, 4022.0, 4053.0, 4039.0, 4011.0, 4042.0, 3998.0, 4011.0, 4050.0, 4000.0, 4023.0, 3998.0, 4010.0, 4011.0, 4011.0, 4012.0, 4052.0, 4001.0, 4023.0, 4041.0, 4013.0, 4013.0, 4001.0, 4012.0, 4042.0, 4002.0, 4023.0, 4071.0, 4011.0, 4064.0, 4020.0, 4010.0, 4073.0, 3998.0, 4010.0, 4040.0, 4000.0, 4022.0, 4060.0, 4011.0, 4042.0, 4029.0, 3998.0, 4020.0, 3997.0, 4000.0, 4019.0, 3987.0, 4010.0, 4009.0, 3999.0, 4021.0, 4029.0, 4009.0, 4012.0, 4012.0, 4011.0, 4022.0, 4014.0, 4025.0, 4058.0], 'WindowWidth': [9095.0, 9028.0, 9049.0, 9035.0, 8991.0, 9053.0, 8963.0, 8969.0, 9001.0, 8982.0, 8998.0, 8967.0, 8989.0, 8996.0, 8969.0, 8982.0, 8983.0, 8989.0, 9025.0, 8988.0, 9016.0, 8964.0, 8985.0, 9037.0, 8969.0, 8985.0, 8960.0, 8981.0, 8992.0, 8980.0, 8986.0, 9065.0, 9009.0, 9038.0, 8961.0, 8965.0, 9014.0, 8961.0, 8981.0, 9056.0, 8990.0, 9030.0, 8940.0, 8959.0, 8998.0, 8945.0, 8974.0, 8952.0, 8958.0, 8982.0, 8941.0, 8963.0, 9040.0, 8961.0, 8999.0, 8941.0, 8959.0, 8979.0, 8947.0, 8988.0, 8958.0, 8963.0, 9053.0, 8939.0, 8997.0, 9006.0, 8957.0, 9026.0, 8953.0, 8956.0, 9017.0, 8940.0, 8970.0, 8938.0, 8961.0, 8990.0, 8944.0, 8972.0, 8942.0, 8962.0, 9037.0, 8974.0, 9000.0, 8938.0, 8942.0, 8977.0, 8942.0, 8976.0, 8996.0, 8945.0, 9012.0, 8956.0, 8973.0, 9004.0, 8944.0, 8987.0, 8956.0, 8965.0, 9025.0, 8960.0, 8987.0, 8948.0, 8979.0, 9053.0, 8988.0, 9028.0, 8938.0, 8953.0, 8993.0, 8957.0, 9001.0, 8953.0, 8960.0, 9039.0, 8951.0, 8956.0, 8978.0, 8958.0, 8987.0, 8960.0, 8964.0, 8953.0, 8961.0, 8977.0, 8964.0, 8968.0, 8962.0, 8982.0, 9021.0, 8981.0, 9015.0, 9062.0, 8997.0, 9050.0, 8946.0, 8965.0, 9041.0, 8987.0, 9035.0, 8951.0, 8961.0, 9041.0, 8956.0, 8963.0, 9010.0, 8962.0, 9003.0, 8944.0, 8964.0, 9015.0, 8961.0, 8988.0, 8955.0, 8960.0, 8987.0, 8960.0, 8980.0, 9041.0, 8974.0, 9018.0, 8954.0, 8959.0, 9014.0, 8944.0, 8990.0, 8940.0, 8960.0, 9000.0, 8942.0, 8962.0, 9037.0, 8942.0, 8987.0, 8953.0, 8959.0, 8987.0, 8957.0, 8964.0, 8968.0, 8961.0, 8977.0, 8957.0, 8963.0, 9031.0, 8977.0, 9006.0, 8958.0, 8944.0, 8995.0, 8945.0, 8976.0, 8972.0, 8965.0, 8979.0, 8958.0, 8969.0, 9007.0, 8972.0, 9001.0, 8968.0, 8970.0, 9038.0, 8967.0, 8983.0, 9059.0, 8961.0, 9035.0, 9022.0, 8963.0, 8988.0, 8945.0, 8962.0, 8998.0, 8957.0, 8981.0, 9010.0, 8965.0, 8963.0, 8945.0, 8964.0, 8970.0, 8961.0, 8968.0, 9042.0, 8973.0, 9031.0, 8942.0, 8961.0, 9036.0, 8956.0, 8984.0, 8935.0, 8943.0, 8978.0, 8957.0, 8977.0, 9009.0, 8945.0, 9011.0, 8953.0, 8960.0, 9038.0, 8943.0, 8974.0, 8951.0, 8941.0, 8968.0, 8960.0, 8961.0, 8985.0, 8965.0, 9001.0, 8958.0, 8976.0, 8956.0, 8962.0, 9028.0, 8963.0, 9006.0, 8943.0, 8960.0, 9029.0, 8945.0, 8961.0, 9052.0, 8943.0, 8959.0, 8991.0, 8961.0, 8990.0, 8945.0, 8961.0, 9001.0, 8965.0, 9022.0, 8965.0, 8970.0, 8980.0, 8983.0, 8981.0, 8966.0, 9016.0, 8965.0, 8991.0, 8972.0, 9061.0, 9063.0, 9033.0, 9043.0, 8962.0, 8956.0, 9007.0, 8940.0, 8957.0, 8950.0, 8953.0, 8952.0, 8958.0, 8977.0, 8963.0, 8967.0, 9003.0, 8967.0, 8983.0, 8968.0, 8970.0, 9047.0, 8964.0, 9027.0, 8964.0, 8980.0, 9043.0, 8982.0, 9022.0, 8943.0, 8966.0, 9044.0, 8962.0, 9020.0, 9028.0, 8965.0, 9030.0, 8959.0, 8979.0, 9040.0, 8964.0, 9017.0, 8958.0, 8964.0, 9015.0, 8964.0, 9023.0, 8961.0, 8963.0, 9055.0, 8957.0, 8959.0, 9009.0, 8958.0, 9002.0, 8947.0, 8964.0, 9041.0, 8945.0, 8964.0, 8970.0, 8960.0, 9026.0, 8956.0, 8959.0, 9019.0, 8942.0, 8960.0, 8943.0, 8963.0, 8972.0, 8962.0, 8960.0, 8961.0, 8966.0, 9000.0, 8966.0, 8964.0, 8960.0, 8966.0, 9043.0, 8965.0, 9009.0, 8957.0, 8958.0, 8990.0, 8961.0, 8966.0, 9012.0, 8957.0, 8963.0, 8958.0, 8961.0, 9030.0, 8958.0, 8990.0, 9022.0, 8942.0, 8957.0, 8953.0, 8948.0, 8997.0, 8958.0, 8963.0, 9006.0, 8939.0, 8973.0, 8952.0, 8946.0, 8970.0, 8937.0, 8956.0, 8966.0, 8944.0, 8960.0, 8955.0, 8948.0, 8971.0, 8939.0, 8960.0, 8978.0, 8942.0, 8974.0, 8944.0, 8962.0, 8999.0, 8958.0, 8978.0, 8973.0, 8964.0, 8978.0, 8958.0, 8963.0, 9011.0, 8964.0, 8996.0, 8969.0, 8965.0, 9044.0, 8943.0, 8975.0, 9013.0, 8963.0, 9007.0, 8960.0, 8965.0, 9027.0, 8959.0, 8961.0, 8998.0, 8962.0, 8993.0, 8959.0, 8964.0, 9004.0, 8956.0, 8963.0, 8972.0, 8962.0, 8982.0, 9031.0, 8977.0, 8990.0, 8943.0, 8958.0, 8957.0, 8960.0, 8977.0, 9010.0, 8963.0, 8993.0, 8941.0, 8946.0, 9005.0, 8947.0, 8965.0, 8984.0, 8959.0, 8979.0, 9024.0, 8962.0, 9008.0, 8945.0, 8964.0, 9003.0, 8957.0, 8961.0, 8971.0, 8965.0, 8998.0, 8970.0, 8985.0, 8980.0, 8985.0, 9029.0, 9039.0, 8983.0, 9067.0, 8965.0, 8983.0, 9044.0, 8966.0, 9000.0, 9007.0, 8982.0, 9023.0, 8964.0, 8971.0, 9007.0, 8971.0, 9013.0, 8967.0, 8982.0, 9064.0, 8966.0, 8981.0, 9020.0, 8980.0, 9050.0, 8977.0, 8980.0, 9055.0, 8960.0, 8975.0, 8973.0, 8964.0, 9003.0, 8963.0, 8967.0, 9039.0, 8956.0, 8976.0, 8958.0, 8964.0, 9031.0, 8960.0, 8990.0, 8952.0, 8961.0, 9016.0, 8948.0, 8964.0, 9024.0, 8946.0, 8960.0, 8944.0, 8964.0, 9017.0, 8966.0, 8992.0, 8959.0, 8962.0, 8987.0, 8960.0, 8981.0, 9044.0, 8966.0, 9019.0, 8958.0, 8964.0, 8998.0, 8961.0, 8994.0, 8973.0, 8982.0, 9043.0, 8963.0, 8981.0, 9012.0, 8964.0, 9006.0, 8959.0, 8966.0, 9039.0, 8961.0, 8962.0, 8959.0, 8979.0, 8992.0, 8964.0, 8976.0, 9013.0, 8963.0, 8992.0, 8964.0, 8977.0, 9031.0, 8962.0, 8977.0, 8979.0, 8998.0, 9045.0, 8982.0, 9009.0, 8962.0, 8965.0, 9015.0, 8966.0, 9008.0, 8964.0, 8979.0, 9055.0, 8964.0, 9022.0, 8959.0, 8961.0, 9027.0, 8961.0, 8978.0, 8958.0, 8963.0, 9001.0, 8949.0, 8967.0, 8962.0, 8964.0, 8989.0, 8967.0, 9000.0, 8966.0, 8983.0, 9060.0, 8963.0, 9032.0, 8960.0, 8962.0, 9056.0, 8959.0, 9027.0, 8936.0, 8975.0, 9026.0, 8960.0, 8975.0, 8954.0, 8957.0, 8969.0, 8962.0, 8979.0, 8971.0, 8961.0, 8996.0, 8943.0, 8979.0, 8961.0, 8965.0, 9002.0, 8961.0, 8980.0, 8958.0, 8979.0, 9045.0, 8960.0, 8976.0, 9021.0, 8957.0, 8972.0, 8957.0, 8994.0, 9031.0, 8982.0, 9032.0, 8962.0, 8977.0, 8982.0, 8964.0, 9004.0, 8965.0, 8996.0, 9027.0, 8958.0, 8987.0, 8962.0, 8978.0, 9013.0, 8965.0, 9043.0, 8956.0, 9006.0, 9015.0, 8975.0, 9044.0, 8944.0, 8972.0, 9020.0, 8960.0, 9015.0, 8956.0, 8974.0, 9019.0, 8945.0, 8986.0, 8943.0, 8961.0, 8981.0, 8956.0, 8976.0, 8961.0, 8977.0, 9025.0, 8959.0, 8976.0, 8958.0, 8978.0, 9040.0, 8962.0, 9001.0, 8944.0, 8975.0, 8983.0, 8961.0, 9034.0, 8962.0, 8978.0, 8966.0, 8941.0, 8966.0, 8944.0, 8977.0, 8956.0, 8959.0, 9012.0, 8944.0, 8963.0, 8957.0, 8961.0, 8987.0, 8944.0, 8976.0, 9014.0, 8959.0, 9003.0, 8957.0, 8963.0, 9011.0, 8946.0, 8976.0, 8960.0, 8962.0, 9014.0, 8961.0, 8963.0, 8959.0, 8994.0, 9043.0, 8994.0, 9017.0, 8945.0, 8973.0, 8998.0, 8961.0, 8991.0, 8962.0, 8979.0, 9058.0, 8960.0, 9006.0, 8960.0, 8964.0, 9039.0, 8946.0, 8986.0, 8939.0, 8960.0, 9040.0, 8941.0, 8988.0, 9005.0, 8955.0, 8968.0, 8939.0, 8953.0, 9008.0, 8955.0, 8983.0, 8939.0, 8957.0, 8982.0, 8956.0, 8985.0, 8955.0, 8956.0, 8984.0, 8959.0, 8963.0, 8958.0, 8960.0, 8989.0, 8959.0, 8993.0, 9004.0, 8980.0, 9006.0, 8960.0, 8962.0, 9008.0, 8942.0, 9002.0, 9018.0, 8954.0, 9012.0, 8936.0, 8952.0, 8950.0, 8942.0, 8959.0, 8968.0, 8955.0, 8959.0, 8940.0, 8960.0, 8989.0, 8956.0, 8957.0, 9022.0, 8938.0, 8956.0, 8981.0, 8944.0, 8973.0, 8941.0, 8959.0, 9022.0, 8943.0, 8975.0, 9025.0, 8956.0, 8997.0, 8936.0, 8958.0, 8968.0, 8944.0, 8977.0, 9026.0, 8959.0, 8975.0, 8951.0, 8954.0, 8954.0, 8950.0, 8960.0, 8999.0, 8944.0, 8972.0, 9022.0, 8958.0, 9002.0, 8954.0, 8973.0, 9009.0, 8939.0, 8970.0, 8994.0, 8944.0, 8987.0, 8941.0, 8961.0, 9012.0, 8943.0, 8975.0, 8998.0, 8963.0, 8992.0, 8960.0, 8977.0, 9030.0, 8956.0, 8975.0, 9022.0, 8973.0, 9015.0, 8990.0, 8957.0, 8998.0, 8934.0, 8955.0, 9007.0, 8942.0, 8975.0, 8936.0, 8954.0, 8958.0, 8956.0, 8961.0, 9013.0, 8945.0, 8977.0, 8996.0, 8963.0, 8965.0, 8946.0, 8962.0, 9000.0, 8946.0, 8977.0, 9036.0, 8959.0, 9032.0, 8967.0, 8954.0, 9042.0, 8936.0, 8953.0, 8992.0, 8940.0, 8973.0, 9020.0, 8956.0, 9000.0, 8975.0, 8936.0, 8968.0, 8932.0, 8939.0, 8964.0, 8918.0, 8952.0, 8950.0, 8938.0, 8972.0, 8979.0, 8956.0, 8961.0, 8961.0, 8961.0, 8977.0, 8969.0, 8985.0, 9034.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.00021273026315789473</td></tr>
<tr><td colspan=3>aqi</td><td>0.02063422423245614</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.68517424889131</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.189739659637761</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856036142371021</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>5714.7407</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07483113620375181</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.21929824561403508</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471313476750202</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.422335851337922</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6587120275204565</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3328925513922276</td></tr>
<tr><td colspan=3>gcor</td><td>0.00482938</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01613815501332283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02359900251030922</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>912</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.565765084869269</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.3767</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.5911</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.8097</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308848.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>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.4107</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6985</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.9751</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3256.2619</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>809.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.2061</td></tr>
<tr><td colspan=3>tsnr</td><td>44.25748133473098</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>