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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0009_suffix-bold_task-faces" 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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-01_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-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-02_task-faces_acq-mb8_run-01_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-0009/ses-02/func/sub-0009_ses-02_task-faces_acq-mb8_run-01_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>28c0365d2cd0ca9d38d408be105604c4</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:39:17.617500</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_VE11C_LATEST_20160120</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.997677, -0.0405818, 0.0547082, 0.0391988, 0.99889, 0.0261191]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_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.0887424</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-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7696, -7230, 576, -1, 12, 5, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.18</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3701df28-e4c9-4a23-845b-a6ec3617beaf||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6766953468322754, 0.10516759008169174, 0.15041010081768036, 108.71733856201172], [0.10887788236141205, 2.6799488067626953, 0.06456752121448517, -96.07764434814453], [0.1467781364917755, -0.07007552683353424, 2.6950337886810303, -46.823123931884766], [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': ['123917.617500', '123918.077500', '123918.537500', '123918.997500', '123919.457500', '123919.917500', '123920.377500', '123920.837500', '123921.297500', '123921.757500', '123922.217500', '123922.677500', '123923.137500', '123923.597500', '123924.057500', '123924.517500', '123924.977500', '123925.437500', '123925.897500', '123926.357500', '123926.817500', '123927.277500', '123927.737500', '123928.197500', '123928.657500', '123929.117500', '123929.577500', '123930.037500', '123930.497500', '123930.957500', '123931.417500', '123931.877500', '123932.337500', '123932.797500', '123933.257500', '123933.717500', '123934.177500', '123934.637500', '123935.097500', '123935.557500', '123936.017500', '123936.477500', '123936.937500', '123937.397500', '123937.857500', '123938.317500', '123938.777500', '123939.237500', '123939.697500', '123940.157500', '123940.617500', '123941.077500', '123941.537500', '123941.997500', '123942.457500', '123942.917500', '123943.377500', '123943.837500', '123944.297500', '123944.757500', '123945.217500', '123945.677500', '123946.137500', '123946.597500', '123947.057500', '123947.517500', '123947.977500', '123948.437500', '123948.897500', '123949.357500', '123949.817500', '123950.277500', '123950.737500', '123951.197500', '123951.657500', '123952.117500', '123952.577500', '123953.037500', '123953.497500', '123953.957500', '123954.417500', '123954.877500', '123955.337500', '123955.797500', '123956.257500', '123956.717500', '123957.177500', '123957.637500', '123958.097500', '123958.557500', '123959.017500', '123959.477500', '123959.937500', '124000.397500', '124000.857500', '124001.317500', '124001.777500', '124002.237500', '124002.697500', '124003.157500', '124003.617500', '124004.077500', '124004.537500', '124004.997500', '124005.457500', '124005.917500', '124006.377500', '124006.837500', '124007.297500', '124007.757500', '124008.217500', '124008.677500', '124009.137500', '124009.597500', '124010.057500', '124010.517500', '124010.977500', '124011.437500', '124011.897500', '124012.357500', '124012.817500', '124013.277500', '124013.737500', '124014.197500', '124014.657500', '124015.117500', '124015.577500', '124016.037500', '124016.497500', '124016.957500', '124017.417500', '124017.877500', '124018.337500', '124018.797500', '124019.257500', '124019.717500', '124020.177500', '124020.637500', '124021.097500', '124021.557500', '124022.017500', '124022.477500', '124022.937500', '124023.397500', '124023.857500', '124024.317500', '124024.777500', '124025.237500', '124025.697500', '124026.157500', '124026.617500', '124027.077500', '124027.537500', '124027.997500', '124028.457500', '124028.917500', '124029.377500', '124029.837500', '124030.297500', '124030.757500', '124031.217500', '124031.677500', '124032.137500', '124032.597500', '124033.057500', '124033.517500', '124033.977500', '124034.437500', '124034.897500', '124035.357500', '124035.817500', '124036.277500', '124036.737500', '124037.197500', '124037.657500', '124038.117500', '124038.577500', '124039.037500', '124039.497500', '124039.957500', '124040.417500', '124040.877500', '124041.337500', '124041.797500', '124042.257500', '124042.717500', '124043.177500', '124043.637500', '124044.097500', '124044.557500', '124045.017500', '124045.477500', '124045.937500', '124046.397500', '124046.857500', '124047.317500', '124047.777500', '124048.237500', '124048.697500', '124049.157500', '124049.617500', '124050.077500', '124050.537500', '124050.997500', '124051.457500', '124051.917500', '124052.377500', '124052.837500', '124053.297500', '124053.757500', '124054.217500', '124054.677500', '124055.137500', '124055.597500', '124056.057500', '124056.517500', '124056.977500', '124057.437500', '124057.897500', '124058.357500', '124058.817500', '124059.277500', '124059.737500', '124100.197500', '124100.657500', '124101.117500', '124101.577500', '124102.037500', '124102.497500', '124102.957500', '124103.417500', '124103.877500', '124104.337500', '124104.797500', '124105.257500', '124105.717500', '124106.177500', '124106.637500', '124107.097500', '124107.557500', '124108.017500', '124108.477500', '124108.937500', '124109.397500', '124109.857500', '124110.317500', '124110.777500', '124111.237500', '124111.697500', '124112.157500', '124112.617500', '124113.077500', '124113.537500', '124113.997500', '124114.457500', '124114.917500', '124115.377500', '124115.837500', '124116.297500', '124116.757500', '124117.217500', '124117.677500', '124118.137500', '124118.597500', '124119.057500', '124119.517500', '124119.977500', '124120.437500', '124120.897500', '124121.357500', '124121.817500', '124122.277500', '124122.737500', '124123.197500', '124123.657500', '124124.117500', '124124.577500', '124125.037500', '124125.497500', '124125.957500', '124126.417500', '124126.877500', '124127.337500', '124127.797500', '124128.257500', '124128.717500', '124129.177500', '124129.637500', '124130.097500', '124130.557500', '124131.017500', '124131.477500', '124131.937500', '124132.397500', '124132.857500', '124133.317500', '124133.777500', '124134.237500', '124134.697500', '124135.157500', '124135.617500', '124136.077500', '124136.537500', '124136.997500', '124137.457500', '124137.917500', '124138.377500', '124138.837500', '124139.297500', '124139.757500', '124140.217500', '124140.677500', '124141.137500', '124141.597500', '124142.057500', '124142.517500', '124142.977500', '124143.437500', '124143.897500', '124144.357500', '124144.817500', '124145.277500', '124145.737500', '124146.197500', '124146.657500', '124147.117500', '124147.577500', '124148.037500', '124148.497500', '124148.957500', '124149.417500', '124149.877500', '124150.337500', '124150.797500', '124151.257500', '124151.717500', '124152.177500', '124152.637500', '124153.097500', '124153.557500', '124154.017500', '124154.477500', '124154.937500', '124155.397500', '124155.857500', '124156.317500', '124156.777500', '124157.237500', '124157.697500', '124158.157500', '124158.617500', '124159.077500', '124159.537500', '124159.997500', '124200.457500', '124200.917500', '124201.377500', '124201.837500', '124202.297500', '124202.757500', '124203.217500', '124203.677500', '124204.137500', '124204.597500', '124205.057500', '124205.517500', '124205.977500', '124206.437500', '124206.897500', '124207.357500', '124207.817500', '124208.277500', '124208.737500', '124209.197500', '124209.657500', '124210.117500', '124210.577500', '124211.037500', '124211.497500', '124211.957500', '124212.417500', '124212.877500', '124213.337500', '124213.797500', '124214.257500', '124214.717500', '124215.177500', '124215.637500', '124216.097500', '124216.557500', '124217.017500', '124217.477500', '124217.937500', '124218.397500', '124218.857500', '124219.317500', '124219.777500', '124220.237500', '124220.697500', '124221.157500', '124221.617500', '124222.077500', '124222.537500', '124222.997500', '124223.457500', '124223.917500', '124224.377500', '124224.837500', '124225.297500', '124225.757500', '124226.217500', '124226.677500', '124227.137500', '124227.597500', '124228.057500', '124228.517500', '124228.977500', '124229.437500', '124229.897500', '124230.357500', '124230.817500', '124231.277500', '124231.737500', '124232.197500', '124232.657500', '124233.117500', '124233.577500', '124234.037500', '124234.497500', '124234.957500', '124235.417500', '124235.877500', '124236.337500', '124236.797500', '124237.257500', '124237.717500', '124238.177500', '124238.637500', '124239.097500', '124239.557500', '124240.017500', '124240.477500', '124240.937500', '124241.397500', '124241.857500', '124242.317500', '124242.777500', '124243.237500', '124243.697500', '124244.157500', '124244.617500', '124245.077500', '124245.537500', '124245.997500', '124246.457500', '124246.917500', '124247.377500', '124247.837500', '124248.297500', '124248.757500', '124249.217500', '124249.677500', '124250.137500', '124250.597500', '124251.057500', '124251.517500', '124251.977500', '124252.437500', '124252.897500', '124253.357500', '124253.817500', '124254.277500', '124254.737500', '124255.197500', '124255.657500', '124256.117500', '124256.577500', '124257.037500', '124257.497500', '124257.957500', '124258.417500', '124258.877500', '124259.337500', '124259.797500', '124300.257500', '124300.717500', '124301.177500', '124301.637500', '124302.097500', '124302.557500', '124303.017500', '124303.477500', '124303.937500', '124304.397500', '124304.857500', '124305.317500', '124305.777500', '124306.237500', '124306.697500', '124307.157500', '124307.617500', '124308.077500', '124308.537500', '124308.997500', '124309.457500', '124309.917500', '124310.377500', '124310.837500', '124311.297500', '124311.757500', '124312.217500', '124312.677500', '124313.137500', '124313.597500', '124314.057500', '124314.517500', '124314.977500', '124315.437500', '124315.897500', '124316.357500', '124316.817500', '124317.277500', '124317.737500', '124318.197500', '124318.657500', '124319.117500', '124319.577500', '124320.037500', '124320.497500', '124320.957500', '124321.417500', '124321.877500', '124322.337500', '124322.797500', '124323.257500', '124323.717500', '124324.177500', '124324.637500', '124325.097500', '124325.557500', '124326.017500', '124326.477500', '124326.937500', '124327.397500', '124327.857500', '124328.317500', '124328.777500', '124329.237500', '124329.697500', '124330.157500', '124330.617500', '124331.077500', '124331.537500', '124331.997500', '124332.457500', '124332.917500', '124333.377500', '124333.837500', '124334.297500', '124334.757500', '124335.217500', '124335.677500', '124336.137500', '124336.597500', '124337.057500', '124337.517500', '124337.977500', '124338.437500', '124338.897500', '124339.357500', '124339.817500', '124340.277500', '124340.737500', '124341.197500', '124341.657500', '124342.117500', '124342.577500', '124343.037500', '124343.497500', '124343.957500', '124344.417500', '124344.877500', '124345.337500', '124345.797500', '124346.257500', '124346.717500', '124347.177500', '124347.637500', '124348.097500', '124348.557500', '124349.017500', '124349.477500', '124349.937500', '124350.397500', '124350.857500', '124351.317500', '124351.777500', '124352.237500', '124352.697500', '124353.157500', '124353.617500', '124354.077500', '124354.537500', '124354.997500', '124355.457500', '124355.917500', '124356.377500', '124356.837500', '124357.297500', '124357.757500', '124358.217500', '124358.677500', '124359.137500', '124359.597500', '124400.057500', '124400.517500', '124400.977500', '124401.437500', '124401.897500', '124402.357500', '124402.817500', '124403.277500', '124403.737500', '124404.197500', '124404.657500', '124405.117500', '124405.577500', '124406.037500', '124406.497500', '124406.957500', '124407.417500', '124407.877500', '124408.337500', '124408.797500', '124409.257500', '124409.717500', '124410.177500', '124410.637500', '124411.097500', '124411.557500', '124412.017500', '124412.477500', '124412.937500', '124413.397500', '124413.857500', '124414.317500', '124414.777500', '124415.237500', '124415.697500', '124416.157500', '124416.617500', '124417.077500', '124417.537500', '124417.997500', '124418.457500', '124418.917500', '124419.377500', '124419.837500', '124420.297500', '124420.757500', '124421.217500', '124421.677500', '124422.137500', '124422.597500', '124423.057500', '124423.517500', '124423.977500', '124424.437500', '124424.897500', '124425.357500', '124425.817500', '124426.277500', '124426.737500', '124427.197500', '124427.657500', '124428.117500', '124428.577500', '124429.037500', '124429.497500', '124429.957500', '124430.417500', '124430.877500', '124431.337500', '124431.797500', '124432.257500', '124432.717500', '124433.177500', '124433.637500', '124434.097500', '124434.557500', '124435.017500', '124435.477500', '124435.937500', '124436.397500', '124436.857500', '124437.317500', '124437.777500', '124438.237500', '124438.697500', '124439.157500', '124439.617500', '124440.077500', '124440.537500', '124440.997500', '124441.457500', '124441.917500', '124442.377500', '124442.837500', '124443.297500', '124443.757500', '124444.217500', '124444.677500', '124445.137500', '124445.597500', '124446.057500', '124446.517500', '124446.977500', '124447.437500', '124447.897500', '124448.357500', '124448.817500', '124449.277500', '124449.737500', '124450.197500', '124450.657500', '124451.117500', '124451.577500', '124452.037500', '124452.497500', '124452.957500', '124453.417500', '124453.877500', '124454.337500', '124454.797500', '124455.257500', '124455.717500', '124456.177500', '124456.637500', '124457.097500', '124457.557500', '124458.017500', '124458.477500', '124458.937500', '124459.397500', '124459.857500', '124500.317500', '124500.777500', '124501.237500', '124501.697500', '124502.157500', '124502.617500', '124503.077500', '124503.537500', '124503.997500', '124504.457500', '124504.917500', '124505.377500', '124505.837500', '124506.297500', '124506.757500', '124507.217500', '124507.677500', '124508.137500', '124508.597500', '124509.057500', '124509.517500', '124509.977500', '124510.437500', '124510.897500', '124511.357500', '124511.817500', '124512.277500', '124512.737500', '124513.197500', '124513.657500', '124514.117500', '124514.577500', '124515.037500', '124515.497500', '124515.957500', '124516.417500', '124516.877500', '124517.337500', '124517.797500', '124518.257500', '124518.717500', '124519.177500', '124519.637500', '124520.097500', '124520.557500', '124521.017500', '124521.477500', '124521.937500', '124522.397500', '124522.857500', '124523.317500', '124523.777500', '124524.237500', '124524.697500', '124525.157500', '124525.617500', '124526.077500', '124526.537500', '124526.997500', '124527.457500', '124527.917500', '124528.377500', '124528.837500', '124529.297500', '124529.757500', '124530.217500', '124530.677500', '124531.137500', '124531.597500', '124532.057500', '124532.517500', '124532.977500', '124533.437500', '124533.897500', '124534.357500', '124534.817500', '124535.277500', '124535.737500', '124536.197500', '124536.657500', '124537.117500', '124537.577500', '124538.037500', '124538.497500', '124538.957500', '124539.417500', '124539.877500', '124540.337500', '124540.797500', '124541.257500', '124541.717500', '124542.177500', '124542.637500', '124543.097500', '124543.557500', '124544.017500', '124544.477500', '124544.937500', '124545.397500', '124545.857500', '124546.317500', '124546.777500', '124547.237500', '124547.697500', '124548.157500', '124548.617500', '124549.077500', '124549.537500', '124549.997500', '124550.457500', '124550.917500', '124551.377500', '124551.837500', '124552.297500', '124552.757500', '124553.217500', '124553.677500', '124554.137500', '124554.597500', '124555.057500', '124555.517500', '124555.977500', '124556.437500', '124556.897500', '124557.357500', '124557.817500', '124558.277500', '124558.737500', '124559.197500', '124559.657500', '124600.117500', '124600.577500', '124601.037500', '124601.497500', '124601.957500', '124602.417500', '124602.877500', '124603.337500', '124603.797500', '124604.257500', '124604.717500', '124605.177500', '124605.637500', '124606.097500', '124606.557500', '124607.017500', '124607.477500', '124607.937500', '124608.397500', '124608.857500', '124609.317500', '124609.777500', '124610.237500', '124610.697500', '124611.157500', '124611.617500', '124612.077500', '124612.537500', '124612.997500', '124613.457500', '124613.917500', '124614.377500', '124614.837500', '124615.297500', '124615.757500', '124616.217500', '124616.677500', '124617.137500', '124617.597500'], 'ContentTime': ['123939.144000', '123939.148000', '123939.151000', '123939.154000', '123939.156000', '123939.159000', '123939.162000', '123939.165000', '123939.168000', '123939.171000', '123939.174000', '123939.181000', '123939.183000', '123939.186000', '123939.189000', '123939.192000', '123939.195000', '123939.198000', '123939.201000', '123939.203000', '123939.206000', '123939.209000', '123939.212000', '123939.215000', '123939.218000', '123939.220000', '123939.223000', '123939.226000', '123939.229000', '123939.232000', '123939.235000', '123939.238000', '123939.240000', '123939.243000', '123939.246000', '123939.249000', '123939.252000', '123939.254000', '123939.257000', '123939.260000', '123939.263000', '123939.266000', '123939.269000', '123939.272000', '123939.274000', '123959.108000', '123959.111000', '123959.114000', '123959.116000', '123959.119000', '123959.122000', '123959.125000', '123959.128000', '123959.131000', '123959.133000', '123959.136000', '123959.139000', '123959.142000', '123959.145000', '123959.148000', '123959.150000', '123959.153000', '123959.156000', '123959.159000', '123959.162000', '123959.165000', '123959.167000', '123959.170000', '123959.173000', '123959.176000', '123959.179000', '123959.182000', '123959.184000', '123959.187000', '123959.190000', '123959.193000', '123959.196000', '123959.199000', '123959.201000', '123959.204000', '123959.207000', '123959.210000', '123959.212000', '123959.215000', '123959.218000', '123959.221000', '123959.224000', '123959.229000', '123959.231000', '124019.108000', '124019.111000', '124019.114000', '124019.117000', '124019.120000', '124019.122000', '124019.125000', '124019.128000', '124019.131000', '124019.134000', '124019.137000', '124019.139000', '124019.142000', '124019.145000', '124019.148000', '124019.151000', '124019.153000', '124019.156000', '124019.159000', '124019.162000', '124019.165000', '124019.168000', '124019.171000', '124019.173000', '124019.176000', '124019.179000', '124019.182000', '124019.185000', '124019.188000', '124019.190000', '124019.193000', '124019.196000', '124019.199000', '124019.202000', '124019.214000', '124019.216000', '124019.219000', '124019.222000', '124019.225000', '124019.228000', '124019.231000', '124019.233000', '124019.245000', '124039.108000', '124039.111000', '124039.113000', '124039.116000', '124039.119000', '124039.122000', '124039.125000', '124039.128000', '124039.131000', '124039.134000', '124039.137000', '124039.139000', '124039.142000', '124039.145000', '124039.148000', '124039.151000', '124039.154000', '124039.156000', '124039.159000', '124039.162000', '124039.165000', '124039.168000', '124039.171000', '124039.184000', '124039.187000', '124039.190000', '124039.193000', '124039.196000', '124039.198000', '124039.201000', '124039.204000', '124039.207000', '124039.210000', '124039.212000', '124039.215000', '124039.218000', '124039.221000', '124039.224000', '124039.227000', '124039.230000', '124039.232000', '124039.235000', '124039.238000', '124059.108000', '124059.111000', '124059.114000', '124059.117000', '124059.119000', '124059.122000', '124059.125000', '124059.128000', '124059.131000', '124059.134000', '124059.137000', '124059.139000', '124059.142000', '124059.145000', '124059.148000', '124059.151000', '124059.154000', '124059.157000', '124059.160000', '124059.162000', '124059.165000', '124059.168000', '124059.171000', '124059.174000', '124059.177000', '124059.179000', '124059.182000', '124059.185000', '124059.188000', '124059.191000', '124059.194000', '124059.197000', '124059.199000', '124059.202000', '124059.205000', '124059.208000', '124059.211000', '124059.214000', '124059.217000', '124059.219000', '124059.222000', '124059.225000', '124059.228000', '124059.231000', '124119.108000', '124119.111000', '124119.114000', '124119.117000', '124119.120000', '124119.123000', '124119.126000', '124119.129000', '124119.132000', '124119.135000', '124119.138000', '124119.141000', '124119.144000', '124119.146000', '124119.149000', '124119.152000', '124119.155000', '124119.158000', '124119.161000', '124119.163000', '124119.166000', '124119.169000', '124119.172000', '124119.175000', '124119.178000', '124119.181000', '124119.183000', '124119.186000', '124119.189000', '124119.192000', '124119.195000', '124119.198000', '124119.201000', '124119.203000', '124119.206000', '124119.209000', '124119.212000', '124119.215000', '124119.218000', '124119.220000', '124119.223000', '124119.226000', '124119.229000', '124139.108000', '124139.111000', '124139.114000', '124139.117000', '124139.119000', '124139.122000', '124139.125000', '124139.128000', '124139.131000', '124139.134000', '124139.136000', '124139.139000', '124139.142000', '124139.145000', '124139.148000', '124139.151000', '124139.153000', '124139.156000', '124139.159000', '124139.162000', '124139.165000', '124139.168000', '124139.171000', '124139.174000', '124139.176000', '124139.179000', '124139.182000', '124139.185000', '124139.188000', '124139.191000', '124139.193000', '124139.196000', '124139.199000', '124139.202000', '124139.205000', '124139.208000', '124139.210000', '124139.213000', '124139.216000', '124139.219000', '124139.222000', '124139.225000', '124139.228000', '124139.231000', '124159.108000', '124159.111000', '124159.114000', '124159.117000', '124159.120000', '124159.123000', '124159.127000', '124159.130000', '124159.133000', '124159.136000', '124159.139000', '124159.142000', '124159.145000', '124159.148000', '124159.150000', '124159.153000', '124159.156000', '124159.159000', '124159.162000', '124159.165000', '124159.168000', '124159.171000', '124159.173000', '124159.176000', '124159.179000', '124159.182000', '124159.185000', '124159.188000', '124159.190000', '124159.193000', '124159.196000', '124159.199000', '124159.202000', '124159.205000', '124159.208000', '124159.211000', '124159.213000', '124159.216000', '124159.219000', '124159.222000', '124159.225000', '124159.228000', '124159.230000', '124219.108000', '124219.111000', '124219.114000', '124219.117000', '124219.120000', '124219.122000', '124219.125000', '124219.128000', '124219.131000', '124219.134000', '124219.137000', '124219.139000', '124219.142000', '124219.145000', '124219.148000', '124219.151000', '124219.154000', '124219.157000', '124219.159000', '124219.179000', '124219.182000', '124219.185000', '124219.188000', '124219.191000', '124219.194000', '124219.197000', '124219.199000', '124219.202000', '124219.205000', '124219.208000', '124219.211000', '124219.214000', '124219.217000', '124219.220000', '124219.222000', '124219.225000', '124219.228000', '124219.231000', '124219.234000', '124219.237000', '124219.239000', '124219.242000', '124219.245000', '124219.248000', '124239.108000', '124239.111000', '124239.114000', '124239.117000', '124239.120000', '124239.123000', '124239.126000', '124239.128000', '124239.131000', '124239.134000', '124239.137000', '124239.140000', '124239.143000', '124239.146000', '124239.149000', '124239.152000', '124239.155000', '124239.158000', '124239.161000', '124239.164000', '124239.167000', '124239.169000', '124239.172000', '124239.175000', '124239.178000', '124239.181000', '124239.184000', '124239.187000', '124239.190000', '124239.192000', '124239.195000', '124239.198000', '124239.201000', '124239.204000', '124239.207000', '124239.209000', '124239.212000', '124239.215000', '124239.218000', '124239.221000', '124239.224000', '124239.226000', '124239.229000', '124259.108000', '124259.111000', '124259.114000', '124259.117000', '124259.120000', '124259.122000', '124259.125000', '124259.128000', '124259.131000', '124259.134000', '124259.137000', '124259.140000', '124259.142000', '124259.145000', '124259.148000', '124259.151000', '124259.154000', '124259.157000', '124259.160000', '124259.163000', '124259.165000', '124259.168000', '124259.171000', '124259.174000', '124259.177000', '124259.180000', '124259.183000', '124259.186000', '124259.188000', '124259.191000', '124259.194000', '124259.197000', '124259.200000', '124259.203000', '124259.205000', '124259.208000', '124259.211000', '124259.214000', '124259.217000', '124259.220000', '124259.223000', '124259.225000', '124259.228000', '124259.231000', '124319.108000', '124319.111000', '124319.114000', '124319.117000', '124319.120000', '124319.123000', '124319.125000', '124319.128000', '124319.131000', '124319.134000', '124319.137000', '124319.140000', '124319.142000', '124319.145000', '124319.148000', '124319.151000', '124319.154000', '124319.157000', '124319.160000', '124319.163000', '124319.167000', '124319.170000', '124319.173000', '124319.176000', '124319.179000', '124319.182000', '124319.185000', '124319.188000', '124319.190000', '124319.193000', '124319.196000', '124319.199000', '124319.202000', '124319.205000', '124319.208000', '124319.211000', '124319.213000', '124319.216000', '124319.219000', '124319.222000', '124319.225000', '124319.228000', '124319.230000', '124339.108000', '124339.111000', '124339.114000', '124339.117000', '124339.119000', '124339.122000', '124339.125000', '124339.128000', '124339.131000', '124339.134000', '124339.137000', '124339.139000', '124339.142000', '124339.145000', '124339.148000', '124339.151000', '124339.154000', '124339.157000', '124339.160000', '124339.162000', '124339.165000', '124339.168000', '124339.171000', '124339.174000', '124339.177000', '124339.180000', '124339.183000', '124339.185000', '124339.188000', '124339.191000', '124339.194000', '124339.197000', '124339.200000', '124339.203000', '124339.206000', '124339.208000', '124339.211000', '124339.214000', '124339.217000', '124339.220000', '124339.223000', '124339.225000', '124339.228000', '124339.231000', '124359.108000', '124359.111000', '124359.114000', '124359.117000', '124359.120000', '124359.123000', '124359.126000', '124359.129000', '124359.132000', '124359.135000', '124359.138000', '124359.141000', '124359.144000', '124359.146000', '124359.149000', '124359.152000', '124359.155000', '124359.158000', '124359.161000', '124359.164000', '124359.166000', '124359.169000', '124359.172000', '124359.175000', '124359.178000', '124359.181000', '124359.184000', '124359.187000', '124359.190000', '124359.193000', '124359.196000', '124359.199000', '124359.202000', '124359.204000', '124359.207000', '124359.210000', '124359.213000', '124359.216000', '124359.219000', '124359.222000', '124359.224000', '124359.227000', '124359.230000', '124419.108000', '124419.111000', '124419.114000', '124419.117000', '124419.120000', '124419.123000', '124419.125000', '124419.128000', '124419.131000', '124419.134000', '124419.137000', '124419.140000', '124419.142000', '124419.145000', '124419.148000', '124419.151000', '124419.154000', '124419.157000', '124419.160000', '124419.163000', '124419.165000', '124419.168000', '124419.171000', '124419.174000', '124419.177000', '124419.180000', '124419.182000', '124419.185000', '124419.188000', '124419.191000', '124419.194000', '124419.197000', '124419.200000', '124419.203000', '124419.206000', '124419.208000', '124419.211000', '124419.214000', '124419.217000', '124419.220000', '124419.223000', '124419.226000', '124419.229000', '124419.231000', '124439.108000', '124439.111000', '124439.114000', '124439.117000', '124439.120000', '124439.122000', '124439.125000', '124439.128000', '124439.131000', '124439.134000', '124439.137000', '124439.140000', '124439.142000', '124439.145000', '124439.148000', '124439.151000', '124439.154000', '124439.157000', '124439.160000', '124439.163000', '124439.166000', '124439.168000', '124439.171000', '124439.174000', '124439.177000', '124439.180000', '124439.183000', '124439.186000', '124439.189000', '124439.192000', '124439.194000', '124439.197000', '124439.200000', '124439.203000', '124439.208000', '124439.211000', '124439.214000', '124439.217000', '124439.220000', '124439.223000', '124439.226000', '124439.229000', '124439.231000', '124459.108000', '124459.111000', '124459.114000', '124459.117000', '124459.120000', '124459.122000', '124459.125000', '124459.128000', '124459.131000', '124459.134000', '124459.137000', '124459.139000', '124459.142000', '124459.145000', '124459.148000', '124459.151000', '124459.154000', '124459.157000', '124459.160000', '124459.163000', '124459.166000', '124459.168000', '124459.171000', '124459.174000', '124459.177000', '124459.180000', '124459.183000', '124459.186000', '124459.189000', '124459.191000', '124459.194000', '124459.197000', '124459.200000', '124459.203000', '124459.206000', '124459.209000', '124459.212000', '124459.214000', '124459.217000', '124459.220000', '124459.223000', '124459.226000', '124459.229000', '124459.232000', '124519.108000', '124519.111000', '124519.114000', '124519.117000', '124519.120000', '124519.123000', '124519.126000', '124519.128000', '124519.131000', '124519.134000', '124519.153000', '124519.156000', '124519.160000', '124519.163000', '124519.166000', '124519.169000', '124519.172000', '124519.175000', '124519.178000', '124519.181000', '124519.183000', '124519.186000', '124519.189000', '124519.192000', '124519.195000', '124519.198000', '124519.201000', '124519.203000', '124519.206000', '124519.209000', '124519.212000', '124519.216000', '124519.221000', '124519.224000', '124519.227000', '124519.230000', '124519.233000', '124519.235000', '124519.238000', '124519.241000', '124519.244000', '124519.247000', '124519.250000', '124539.108000', '124539.111000', '124539.114000', '124539.117000', '124539.120000', '124539.122000', '124539.125000', '124539.128000', '124539.131000', '124539.134000', '124539.137000', '124539.140000', '124539.143000', '124539.145000', '124539.148000', '124539.151000', '124539.154000', '124539.157000', '124539.160000', '124539.163000', '124539.165000', '124539.168000', '124539.171000', '124539.174000', '124539.177000', '124539.180000', '124539.183000', '124539.186000', '124539.188000', '124539.191000', '124539.194000', '124539.197000', '124539.200000', '124539.203000', '124539.205000', '124539.208000', '124539.211000', '124539.214000', '124539.217000', '124539.220000', '124539.223000', '124539.225000', '124539.228000', '124539.231000', '124559.108000', '124559.111000', '124559.114000', '124559.117000', '124559.120000', '124559.123000', '124559.125000', '124559.128000', '124559.131000', '124559.134000', '124559.137000', '124559.140000', '124559.143000', '124559.146000', '124559.148000', '124559.151000', '124559.154000', '124559.157000', '124559.160000', '124559.163000', '124559.166000', '124559.169000', '124559.171000', '124559.174000', '124559.177000', '124559.180000', '124559.183000', '124559.186000', '124559.189000', '124559.192000', '124559.195000', '124559.197000', '124559.200000', '124559.203000', '124559.206000', '124559.209000', '124559.211000', '124559.214000', '124559.217000', '124559.220000', '124559.223000', '124559.226000', '124559.229000', '124618.624000', '124618.627000', '124618.630000', '124618.638000', '124618.641000', '124618.644000', '124618.647000', '124618.650000', '124618.653000', '124618.656000', '124618.659000', '124618.662000', '124618.665000', '124618.668000', '124618.671000', '124618.673000', '124618.676000', '124618.679000', '124618.682000', '124618.685000', '124618.689000', '124618.692000', '124618.695000', '124618.698000', '124618.701000', '124618.704000', '124618.707000', '124618.709000', '124618.712000', '124618.715000', '124618.718000', '124618.721000', '124618.724000', '124618.727000', '124618.730000', '124618.732000', '124618.735000', '124618.738000', '124618.741000', '124618.744000', '124618.747000', '124618.750000', '124618.753000'], 'InstanceCreationTime': ['123939.144000', '123939.148000', '123939.151000', '123939.154000', '123939.156000', '123939.159000', '123939.162000', '123939.165000', '123939.168000', '123939.171000', '123939.174000', '123939.181000', '123939.183000', '123939.186000', '123939.189000', '123939.192000', '123939.195000', '123939.198000', '123939.201000', '123939.203000', '123939.206000', '123939.209000', '123939.212000', '123939.215000', '123939.218000', '123939.220000', '123939.223000', '123939.226000', '123939.229000', '123939.232000', '123939.235000', '123939.238000', '123939.240000', '123939.243000', '123939.246000', '123939.249000', '123939.252000', '123939.254000', '123939.257000', '123939.260000', '123939.263000', '123939.266000', '123939.269000', '123939.272000', '123939.274000', '123959.108000', '123959.111000', '123959.114000', '123959.116000', '123959.119000', '123959.122000', '123959.125000', '123959.128000', '123959.131000', '123959.133000', '123959.136000', '123959.139000', '123959.142000', '123959.145000', '123959.148000', '123959.150000', '123959.153000', '123959.156000', '123959.159000', '123959.162000', '123959.165000', '123959.167000', '123959.170000', '123959.173000', '123959.176000', '123959.179000', '123959.182000', '123959.184000', '123959.187000', '123959.190000', '123959.193000', '123959.196000', '123959.199000', '123959.201000', '123959.204000', '123959.207000', '123959.210000', '123959.212000', '123959.215000', '123959.218000', '123959.221000', '123959.224000', '123959.229000', '123959.231000', '124019.108000', '124019.111000', '124019.114000', '124019.117000', '124019.120000', '124019.122000', '124019.125000', '124019.128000', '124019.131000', '124019.134000', '124019.137000', '124019.139000', '124019.142000', '124019.145000', '124019.148000', '124019.151000', '124019.153000', '124019.156000', '124019.159000', '124019.162000', '124019.165000', '124019.168000', '124019.171000', '124019.173000', '124019.176000', '124019.179000', '124019.182000', '124019.185000', '124019.188000', '124019.190000', '124019.193000', '124019.196000', '124019.199000', '124019.202000', '124019.214000', '124019.216000', '124019.219000', '124019.222000', '124019.225000', '124019.228000', '124019.231000', '124019.233000', '124019.245000', '124039.108000', '124039.111000', '124039.113000', '124039.116000', '124039.119000', '124039.122000', '124039.125000', '124039.128000', '124039.131000', '124039.134000', '124039.137000', '124039.139000', '124039.142000', '124039.145000', '124039.148000', '124039.151000', '124039.154000', '124039.156000', '124039.159000', '124039.162000', '124039.165000', '124039.168000', '124039.171000', '124039.184000', '124039.187000', '124039.190000', '124039.193000', '124039.196000', '124039.198000', '124039.201000', '124039.204000', '124039.207000', '124039.210000', '124039.212000', '124039.215000', '124039.218000', '124039.221000', '124039.224000', '124039.227000', '124039.230000', '124039.232000', '124039.235000', '124039.238000', '124059.108000', '124059.111000', '124059.114000', '124059.117000', '124059.119000', '124059.122000', '124059.125000', '124059.128000', '124059.131000', '124059.134000', '124059.137000', '124059.139000', '124059.142000', '124059.145000', '124059.148000', '124059.151000', '124059.154000', '124059.157000', '124059.160000', '124059.162000', '124059.165000', '124059.168000', '124059.171000', '124059.174000', '124059.177000', '124059.179000', '124059.182000', '124059.185000', '124059.188000', '124059.191000', '124059.194000', '124059.197000', '124059.199000', '124059.202000', '124059.205000', '124059.208000', '124059.211000', '124059.214000', '124059.217000', '124059.219000', '124059.222000', '124059.225000', '124059.228000', '124059.231000', '124119.108000', '124119.111000', '124119.114000', '124119.117000', '124119.120000', '124119.123000', '124119.126000', '124119.129000', '124119.132000', '124119.135000', '124119.138000', '124119.141000', '124119.144000', '124119.146000', '124119.149000', '124119.152000', '124119.155000', '124119.158000', '124119.161000', '124119.163000', '124119.166000', '124119.169000', '124119.172000', '124119.175000', '124119.178000', '124119.181000', '124119.183000', '124119.186000', '124119.189000', '124119.192000', '124119.195000', '124119.198000', '124119.201000', '124119.203000', '124119.206000', '124119.209000', '124119.212000', '124119.215000', '124119.218000', '124119.220000', '124119.223000', '124119.226000', '124119.229000', '124139.108000', '124139.111000', '124139.114000', '124139.117000', '124139.119000', '124139.122000', '124139.125000', '124139.128000', '124139.131000', '124139.134000', '124139.136000', '124139.139000', '124139.142000', '124139.145000', '124139.148000', '124139.151000', '124139.153000', '124139.156000', '124139.159000', '124139.162000', '124139.165000', '124139.168000', '124139.171000', '124139.174000', '124139.176000', '124139.179000', '124139.182000', '124139.185000', '124139.188000', '124139.191000', '124139.193000', '124139.196000', '124139.199000', '124139.202000', '124139.205000', '124139.208000', '124139.210000', '124139.213000', '124139.216000', '124139.219000', '124139.222000', '124139.225000', '124139.228000', '124139.231000', '124159.108000', '124159.111000', '124159.114000', '124159.117000', '124159.120000', '124159.123000', '124159.127000', '124159.130000', '124159.133000', '124159.136000', '124159.139000', '124159.142000', '124159.145000', '124159.148000', '124159.150000', '124159.153000', '124159.156000', '124159.159000', '124159.162000', '124159.165000', '124159.168000', '124159.171000', '124159.173000', '124159.176000', '124159.179000', '124159.182000', '124159.185000', '124159.188000', '124159.190000', '124159.193000', '124159.196000', '124159.199000', '124159.202000', '124159.205000', '124159.208000', '124159.211000', '124159.213000', '124159.216000', '124159.219000', '124159.222000', '124159.225000', '124159.228000', '124159.230000', '124219.108000', '124219.111000', '124219.114000', '124219.117000', '124219.120000', '124219.122000', '124219.125000', '124219.128000', '124219.131000', '124219.134000', '124219.137000', '124219.139000', '124219.142000', '124219.145000', '124219.148000', '124219.151000', '124219.154000', '124219.157000', '124219.159000', '124219.179000', '124219.182000', '124219.185000', '124219.188000', '124219.191000', '124219.194000', '124219.197000', '124219.199000', '124219.202000', '124219.205000', '124219.208000', '124219.211000', '124219.214000', '124219.217000', '124219.220000', '124219.222000', '124219.225000', '124219.228000', '124219.231000', '124219.234000', '124219.237000', '124219.239000', '124219.242000', '124219.245000', '124219.248000', '124239.108000', '124239.111000', '124239.114000', '124239.117000', '124239.120000', '124239.123000', '124239.126000', '124239.128000', '124239.131000', '124239.134000', '124239.137000', '124239.140000', '124239.143000', '124239.146000', '124239.149000', '124239.152000', '124239.155000', '124239.158000', '124239.161000', '124239.164000', '124239.167000', '124239.169000', '124239.172000', '124239.175000', '124239.178000', '124239.181000', '124239.184000', '124239.187000', '124239.190000', '124239.192000', '124239.195000', '124239.198000', '124239.201000', '124239.204000', '124239.207000', '124239.209000', '124239.212000', '124239.215000', '124239.218000', '124239.221000', '124239.224000', '124239.226000', '124239.229000', '124259.108000', '124259.111000', '124259.114000', '124259.117000', '124259.120000', '124259.122000', '124259.125000', '124259.128000', '124259.131000', '124259.134000', '124259.137000', '124259.140000', '124259.142000', '124259.145000', '124259.148000', '124259.151000', '124259.154000', '124259.157000', '124259.160000', '124259.163000', '124259.165000', '124259.168000', '124259.171000', '124259.174000', '124259.177000', '124259.180000', '124259.183000', '124259.186000', '124259.188000', '124259.191000', '124259.194000', '124259.197000', '124259.200000', '124259.203000', '124259.205000', '124259.208000', '124259.211000', '124259.214000', '124259.217000', '124259.220000', '124259.223000', '124259.225000', '124259.228000', '124259.231000', '124319.108000', '124319.111000', '124319.114000', '124319.117000', '124319.120000', '124319.123000', '124319.125000', '124319.128000', '124319.131000', '124319.134000', '124319.137000', '124319.140000', '124319.142000', '124319.145000', '124319.148000', '124319.151000', '124319.154000', '124319.157000', '124319.160000', '124319.163000', '124319.167000', '124319.170000', '124319.173000', '124319.176000', '124319.179000', '124319.182000', '124319.185000', '124319.188000', '124319.190000', '124319.193000', '124319.196000', '124319.199000', '124319.202000', '124319.205000', '124319.208000', '124319.211000', '124319.213000', '124319.216000', '124319.219000', '124319.222000', '124319.225000', '124319.228000', '124319.230000', '124339.108000', '124339.111000', '124339.114000', '124339.117000', '124339.119000', '124339.122000', '124339.125000', '124339.128000', '124339.131000', '124339.134000', '124339.137000', '124339.139000', '124339.142000', '124339.145000', '124339.148000', '124339.151000', '124339.154000', '124339.157000', '124339.160000', '124339.162000', '124339.165000', '124339.168000', '124339.171000', '124339.174000', '124339.177000', '124339.180000', '124339.183000', '124339.185000', '124339.188000', '124339.191000', '124339.194000', '124339.197000', '124339.200000', '124339.203000', '124339.206000', '124339.208000', '124339.211000', '124339.214000', '124339.217000', '124339.220000', '124339.223000', '124339.225000', '124339.228000', '124339.231000', '124359.108000', '124359.111000', '124359.114000', '124359.117000', '124359.120000', '124359.123000', '124359.126000', '124359.129000', '124359.132000', '124359.135000', '124359.138000', '124359.141000', '124359.144000', '124359.146000', '124359.149000', '124359.152000', '124359.155000', '124359.158000', '124359.161000', '124359.164000', '124359.166000', '124359.169000', '124359.172000', '124359.175000', '124359.178000', '124359.181000', '124359.184000', '124359.187000', '124359.190000', '124359.193000', '124359.196000', '124359.199000', '124359.202000', '124359.204000', '124359.207000', '124359.210000', '124359.213000', '124359.216000', '124359.219000', '124359.222000', '124359.224000', '124359.227000', '124359.230000', '124419.108000', '124419.111000', '124419.114000', '124419.117000', '124419.120000', '124419.123000', '124419.125000', '124419.128000', '124419.131000', '124419.134000', '124419.137000', '124419.140000', '124419.142000', '124419.145000', '124419.148000', '124419.151000', '124419.154000', '124419.157000', '124419.160000', '124419.163000', '124419.165000', '124419.168000', '124419.171000', '124419.174000', '124419.177000', '124419.180000', '124419.182000', '124419.185000', '124419.188000', '124419.191000', '124419.194000', '124419.197000', '124419.200000', '124419.203000', '124419.206000', '124419.208000', '124419.211000', '124419.214000', '124419.217000', '124419.220000', '124419.223000', '124419.226000', '124419.229000', '124419.231000', '124439.108000', '124439.111000', '124439.114000', '124439.117000', '124439.120000', '124439.122000', '124439.125000', '124439.128000', '124439.131000', '124439.134000', '124439.137000', '124439.140000', '124439.142000', '124439.145000', '124439.148000', '124439.151000', '124439.154000', '124439.157000', '124439.160000', '124439.163000', '124439.166000', '124439.168000', '124439.171000', '124439.174000', '124439.177000', '124439.180000', '124439.183000', '124439.186000', '124439.189000', '124439.192000', '124439.194000', '124439.197000', '124439.200000', '124439.203000', '124439.208000', '124439.211000', '124439.214000', '124439.217000', '124439.220000', '124439.223000', '124439.226000', '124439.229000', '124439.231000', '124459.108000', '124459.111000', '124459.114000', '124459.117000', '124459.120000', '124459.122000', '124459.125000', '124459.128000', '124459.131000', '124459.134000', '124459.137000', '124459.139000', '124459.142000', '124459.145000', '124459.148000', '124459.151000', '124459.154000', '124459.157000', '124459.160000', '124459.163000', '124459.166000', '124459.168000', '124459.171000', '124459.174000', '124459.177000', '124459.180000', '124459.183000', '124459.186000', '124459.189000', '124459.191000', '124459.194000', '124459.197000', '124459.200000', '124459.203000', '124459.206000', '124459.209000', '124459.212000', '124459.214000', '124459.217000', '124459.220000', '124459.223000', '124459.226000', '124459.229000', '124459.232000', '124519.108000', '124519.111000', '124519.114000', '124519.117000', '124519.120000', '124519.123000', '124519.126000', '124519.128000', '124519.131000', '124519.134000', '124519.153000', '124519.156000', '124519.160000', '124519.163000', '124519.166000', '124519.169000', '124519.172000', '124519.175000', '124519.178000', '124519.181000', '124519.183000', '124519.186000', '124519.189000', '124519.192000', '124519.195000', '124519.198000', '124519.201000', '124519.203000', '124519.206000', '124519.209000', '124519.212000', '124519.216000', '124519.221000', '124519.224000', '124519.227000', '124519.230000', '124519.233000', '124519.235000', '124519.238000', '124519.241000', '124519.244000', '124519.247000', '124519.250000', '124539.108000', '124539.111000', '124539.114000', '124539.117000', '124539.120000', '124539.122000', '124539.125000', '124539.128000', '124539.131000', '124539.134000', '124539.137000', '124539.140000', '124539.143000', '124539.145000', '124539.148000', '124539.151000', '124539.154000', '124539.157000', '124539.160000', '124539.163000', '124539.165000', '124539.168000', '124539.171000', '124539.174000', '124539.177000', '124539.180000', '124539.183000', '124539.186000', '124539.188000', '124539.191000', '124539.194000', '124539.197000', '124539.200000', '124539.203000', '124539.205000', '124539.208000', '124539.211000', '124539.214000', '124539.217000', '124539.220000', '124539.223000', '124539.225000', '124539.228000', '124539.231000', '124559.108000', '124559.111000', '124559.114000', '124559.117000', '124559.120000', '124559.123000', '124559.125000', '124559.128000', '124559.131000', '124559.134000', '124559.137000', '124559.140000', '124559.143000', '124559.146000', '124559.148000', '124559.151000', '124559.154000', '124559.157000', '124559.160000', '124559.163000', '124559.166000', '124559.169000', '124559.171000', '124559.174000', '124559.177000', '124559.180000', '124559.183000', '124559.186000', '124559.189000', '124559.192000', '124559.195000', '124559.197000', '124559.200000', '124559.203000', '124559.206000', '124559.209000', '124559.211000', '124559.214000', '124559.217000', '124559.220000', '124559.223000', '124559.226000', '124559.229000', '124618.624000', '124618.627000', '124618.630000', '124618.638000', '124618.641000', '124618.644000', '124618.647000', '124618.650000', '124618.653000', '124618.656000', '124618.659000', '124618.662000', '124618.665000', '124618.668000', '124618.671000', '124618.673000', '124618.676000', '124618.679000', '124618.682000', '124618.685000', '124618.689000', '124618.692000', '124618.695000', '124618.698000', '124618.701000', '124618.704000', '124618.707000', '124618.709000', '124618.712000', '124618.715000', '124618.718000', '124618.721000', '124618.724000', '124618.727000', '124618.730000', '124618.732000', '124618.735000', '124618.738000', '124618.741000', '124618.744000', '124618.747000', '124618.750000', '124618.753000'], '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': [10881, 10992, 10486, 10534, 10475, 11123, 11572, 11202, 11304, 11172, 11808, 11064, 11609, 10867, 11396, 11132, 10738, 11324, 15533, 11116, 13142, 10675, 10837, 11279, 10617, 11129, 10687, 11246, 10875, 11561, 10782, 11357, 10525, 10990, 10704, 11522, 10649, 11287, 10907, 10720, 10722, 10996, 11040, 11091, 10987, 10884, 10896, 10836, 10825, 11402, 10954, 11424, 10062, 11400, 10466, 11003, 10841, 11400, 11225, 11000, 16805, 12446, 16191, 10976, 13070, 11095, 15812, 11898, 13250, 11135, 11075, 10992, 11089, 12055, 10758, 14996, 11032, 12862, 11024, 18022, 11423, 17055, 11642, 15455, 12102, 18406, 13093, 16048, 10671, 13038, 10929, 16734, 11096, 14282, 11601, 12145, 11121, 13999, 11594, 15903, 11096, 15342, 11031, 13991, 11808, 12349, 10993, 10358, 11070, 10012, 10963, 15693, 11135, 12878, 11061, 10505, 10881, 11199, 11853, 11475, 10471, 11392, 10669, 11594, 10434, 11072, 11465, 10905, 10286, 10815, 10270, 10534, 16354, 10621, 10712, 10269, 10032, 10841, 14937, 10458, 15365, 10543, 11988, 10683, 13067, 10983, 10396, 11121, 10248, 11018, 12385, 11034, 10773, 10956, 11484, 10470, 11365, 11523, 10644, 10366, 10974, 10296, 10414, 12312, 10181, 11631, 10098, 10208, 10598, 10008, 10335, 15458, 9950, 9788, 10322, 9731, 10292, 10653, 10942, 12275, 11073, 12020, 11048, 12073, 10428, 14082, 10934, 12681, 11202, 11646, 10989, 11495, 11029, 14117, 11154, 12143, 11196, 12367, 10848, 13834, 10635, 14482, 10294, 12421, 10824, 12752, 10996, 13651, 10972, 11877, 10838, 10785, 11121, 11092, 11055, 11608, 10970, 11035, 11089, 12057, 10882, 12522, 10850, 12155, 10706, 16220, 11979, 16280, 10985, 13951, 10813, 12644, 10496, 11109, 10372, 10246, 10067, 10981, 9636, 10944, 9780, 11153, 10462, 10854, 13801, 10975, 16151, 12482, 16554, 10776, 12634, 10479, 10464, 10316, 11073, 10523, 10449, 9835, 10747, 9802, 10766, 9706, 10117, 14640, 11041, 10934, 10960, 11976, 10708, 14913, 10651, 15874, 10685, 13848, 10600, 15490, 10452, 16184, 10650, 13253, 10604, 12439, 10572, 10279, 10577, 11380, 10422, 10954, 10116, 10702, 9839, 10979, 10493, 10607, 10763, 10103, 13167, 11174, 9972, 10975, 13527, 10241, 12374, 10799, 9634, 10258, 11790, 9635, 14627, 11003, 10335, 10629, 10089, 10725, 10586, 10520, 11126, 10751, 10958, 10400, 11136, 12414, 10985, 10208, 11158, 10023, 10893, 13780, 10945, 9909, 10059, 9706, 9180, 12047, 10559, 9769, 10699, 9980, 10580, 10400, 10302, 11053, 10339, 11314, 10040, 11050, 10030, 10989, 10074, 11148, 10206, 11020, 10028, 9989, 12038, 10494, 9935, 11066, 11122, 10596, 10971, 12362, 10563, 10739, 10725, 10160, 11188, 12635, 11113, 11263, 11015, 10036, 9957, 9656, 9240, 12992, 10570, 10252, 10675, 10348, 10378, 11041, 10292, 10703, 9932, 10897, 10077, 10417, 14341, 10999, 9856, 11060, 10148, 10986, 10784, 10301, 9668, 9995, 9802, 10342, 9535, 9906, 11998, 10457, 11378, 10252, 11124, 10455, 12622, 10067, 14514, 10292, 9927, 10523, 9630, 9622, 13137, 10510, 11765, 10831, 10111, 10430, 10927, 10495, 11059, 10319, 11318, 10448, 15821, 12277, 16922, 10577, 15832, 10370, 13106, 10609, 10658, 10059, 9956, 9078, 10899, 9914, 10639, 10292, 10739, 10666, 10715, 13274, 10777, 16144, 11868, 16823, 11699, 14250, 10446, 11280, 9855, 16364, 9955, 13359, 10400, 11968, 10546, 9930, 10472, 11140, 9883, 11045, 9955, 10838, 9934, 11040, 9709, 10414, 9678, 9771, 12154, 9873, 12863, 9939, 9148, 9553, 9388, 10207, 13002, 10399, 10096, 10260, 12381, 10134, 14127, 10066, 11534, 10107, 10047, 9631, 10433, 9581, 10532, 9756, 9993, 9362, 9582, 13495, 10080, 10712, 9881, 9911, 9447, 13363, 9524, 12608, 9889, 9093, 10373, 10497, 9990, 12085, 9378, 8891, 9471, 8899, 9438, 10825, 10296, 9608, 10275, 9798, 10280, 12378, 10090, 14913, 10127, 12490, 9398, 15607, 10850, 16529, 10187, 10649, 9649, 9713, 14597, 9804, 14473, 10046, 11918, 9970, 11516, 10047, 10047, 9312, 10330, 9187, 9985, 8880, 8905, 16389, 9307, 13248, 9828, 9816, 9562, 10321, 9222, 9876, 9132, 9958, 9225, 9019, 15814, 9560, 12631, 9621, 11417, 9598, 14712, 9857, 10349, 9468, 10330, 8763, 8665, 12415, 9580, 11680, 9686, 9846, 9702, 12084, 9622, 10148, 9374, 10032, 9027, 9954, 10373, 9170, 8831, 9782, 8705, 10030, 8768, 9255, 13647, 9264, 9172, 9752, 9419, 9899, 9431, 9937, 10345, 9765, 9998, 9757, 13486, 10358, 15895, 9808, 14260, 9883, 13050, 11626, 11579, 9236, 9785, 9377, 10099, 9097, 9837, 8880, 9369, 8971, 9601, 9045, 8543, 13522, 9440, 10958, 9343, 9472, 9300, 12212, 9093, 16869, 9748, 10888, 9500, 9949, 9171, 8961, 8747, 9862, 8992, 9194, 10161, 8993, 16392, 9645, 13319, 9385, 11118, 9182, 17103, 10058, 14867, 10359, 10665, 8851, 9678, 8967, 9767, 9947, 9540, 10108, 8831, 9383, 8369, 9285, 11509, 9785, 13395, 9328, 10128, 8600, 8642, 15825, 11225, 14168, 8992, 11053, 8695, 9350, 10217, 8551, 8508, 9495, 11401, 9099, 14680, 9188, 9765, 8679, 9431, 9644, 8660, 15177, 9258, 12767, 9066, 10017, 9241, 9867, 8649, 9594, 8681, 9625, 13684, 8967, 13103, 8543, 9841, 9094, 9360, 8699, 9485, 8654, 9306, 8525, 8691, 10071, 8809, 12790, 9219, 9784, 8830, 9880, 8730, 9575, 8730, 9250, 8594, 9122, 13152, 8839, 14400, 8619, 11964, 8977, 11946, 9486, 9231, 8311, 8521, 8570, 8791, 9561, 8745, 9519, 8686, 9269, 8404, 8995, 15427, 9287, 9371, 8778, 9456, 11079, 8992, 15204, 9297, 10653, 10607, 8866, 17628, 10322, 9440, 9265, 9208, 9280, 9808, 8664, 9169, 11258, 9052, 16850, 11539, 14666, 11296, 14704, 9764, 12923, 10347, 8931, 8391, 8670, 8683, 8990, 8632, 8941, 9126, 8754, 9546, 8875, 9338, 8657, 9716, 10481, 12883, 8833, 12388, 8691, 14345, 11595, 9034, 8668, 9373, 8255, 9147, 8356, 8875, 11283, 9258, 9828, 9193, 9437, 8665, 9218, 9298, 9508, 8546, 9907, 8451, 14437, 14761, 9701, 9747, 9110, 8443, 8675, 11059, 8148, 15816, 8683, 10144, 8930, 9429, 8493, 8954, 8454, 8767, 8612, 9063, 8378, 8724, 8968, 8452, 8574, 8748, 8709, 8930, 9891, 8821, 15506, 8771, 12466, 8574, 10873, 9015, 9022, 8446, 9017, 8371, 8937, 8392, 8493, 13398, 8920, 10819, 8537, 9689, 8556, 13543, 9095, 17126, 8562, 14901, 8881, 12117, 11188, 9252, 8261, 8820, 10415, 8702, 10364, 8337, 9087, 8545, 13436, 8679, 13229, 9371, 13832, 10094, 16425, 9065, 12999, 8732, 10365, 9031, 10852], 'WindowCenter': [3962.0, 3947.0, 3943.0, 3933.0, 3930.0, 3943.0, 3940.0, 3940.0, 3941.0, 3941.0, 3953.0, 3942.0, 3954.0, 3944.0, 3954.0, 3955.0, 3944.0, 3954.0, 3975.0, 3944.0, 3964.0, 3944.0, 3941.0, 3943.0, 3942.0, 3944.0, 3943.0, 3954.0, 3944.0, 3956.0, 3955.0, 3968.0, 3957.0, 3968.0, 3958.0, 3969.0, 3958.0, 3969.0, 3970.0, 3969.0, 3958.0, 3969.0, 3968.0, 3969.0, 3959.0, 3966.0, 3970.0, 3969.0, 3969.0, 3970.0, 3967.0, 3980.0, 3971.0, 3983.0, 3973.0, 3985.0, 3970.0, 3983.0, 3972.0, 3973.0, 4015.0, 3996.0, 4004.0, 3971.0, 3982.0, 3971.0, 3999.0, 3982.0, 3982.0, 3970.0, 3969.0, 3957.0, 3970.0, 3981.0, 3970.0, 3990.0, 3971.0, 3980.0, 3971.0, 4012.0, 3970.0, 4002.0, 3969.0, 3990.0, 3968.0, 3999.0, 3967.0, 3976.0, 3945.0, 3965.0, 3944.0, 3986.0, 3944.0, 3964.0, 3953.0, 3953.0, 3953.0, 3963.0, 3954.0, 3974.0, 3941.0, 3962.0, 3941.0, 3960.0, 3953.0, 3950.0, 3940.0, 3930.0, 3941.0, 3929.0, 3940.0, 3972.0, 3941.0, 3949.0, 3928.0, 3928.0, 3928.0, 3927.0, 3940.0, 3927.0, 3926.0, 3926.0, 3928.0, 3927.0, 3927.0, 3927.0, 3927.0, 3928.0, 3915.0, 3927.0, 3917.0, 3927.0, 3959.0, 3927.0, 3926.0, 3916.0, 3916.0, 3928.0, 3958.0, 3927.0, 3958.0, 3927.0, 3937.0, 3928.0, 3937.0, 3927.0, 3916.0, 3927.0, 3916.0, 3928.0, 3937.0, 3929.0, 3927.0, 3928.0, 3928.0, 3928.0, 3938.0, 3938.0, 3927.0, 3926.0, 3928.0, 3927.0, 3928.0, 3938.0, 3929.0, 3937.0, 3927.0, 3917.0, 3927.0, 3916.0, 3927.0, 3958.0, 3929.0, 3917.0, 3928.0, 3917.0, 3929.0, 3928.0, 3939.0, 3939.0, 3939.0, 3939.0, 3941.0, 3939.0, 3930.0, 3949.0, 3929.0, 3947.0, 3939.0, 3938.0, 3940.0, 3940.0, 3941.0, 3960.0, 3940.0, 3940.0, 3940.0, 3949.0, 3940.0, 3950.0, 3930.0, 3960.0, 3929.0, 3938.0, 3941.0, 3950.0, 3941.0, 3949.0, 3941.0, 3939.0, 3940.0, 3938.0, 3941.0, 3941.0, 3941.0, 3951.0, 3942.0, 3941.0, 3954.0, 3953.0, 3944.0, 3954.0, 3943.0, 3951.0, 3942.0, 3973.0, 3954.0, 3974.0, 3940.0, 3950.0, 3940.0, 3950.0, 3942.0, 3939.0, 3929.0, 3940.0, 3930.0, 3942.0, 3931.0, 3955.0, 3943.0, 3955.0, 3943.0, 3943.0, 3963.0, 3943.0, 3974.0, 3955.0, 3973.0, 3942.0, 3950.0, 3929.0, 3941.0, 3929.0, 3940.0, 3941.0, 3930.0, 3928.0, 3940.0, 3929.0, 3941.0, 3930.0, 3931.0, 3961.0, 3941.0, 3940.0, 3941.0, 3951.0, 3942.0, 3963.0, 3942.0, 3971.0, 3929.0, 3950.0, 3930.0, 3961.0, 3929.0, 3970.0, 3928.0, 3948.0, 3928.0, 3938.0, 3929.0, 3927.0, 3927.0, 3938.0, 3928.0, 3940.0, 3940.0, 3942.0, 3931.0, 3941.0, 3941.0, 3942.0, 3941.0, 3941.0, 3953.0, 3940.0, 3930.0, 3940.0, 3949.0, 3930.0, 3951.0, 3929.0, 3918.0, 3929.0, 3938.0, 3918.0, 3961.0, 3939.0, 3929.0, 3940.0, 3940.0, 3941.0, 3942.0, 3942.0, 3952.0, 3941.0, 3942.0, 3941.0, 3942.0, 3951.0, 3941.0, 3930.0, 3939.0, 3930.0, 3928.0, 3951.0, 3927.0, 3916.0, 3918.0, 3916.0, 3917.0, 3937.0, 3928.0, 3928.0, 3929.0, 3928.0, 3941.0, 3929.0, 3930.0, 3940.0, 3929.0, 3941.0, 3929.0, 3940.0, 3929.0, 3939.0, 3928.0, 3938.0, 3928.0, 3938.0, 3929.0, 3930.0, 3951.0, 3941.0, 3930.0, 3939.0, 3952.0, 3941.0, 3942.0, 3953.0, 3942.0, 3942.0, 3941.0, 3941.0, 3941.0, 3952.0, 3940.0, 3941.0, 3940.0, 3917.0, 3930.0, 3928.0, 3919.0, 3950.0, 3940.0, 3930.0, 3940.0, 3940.0, 3941.0, 3941.0, 3943.0, 3941.0, 3931.0, 3941.0, 3932.0, 3942.0, 3963.0, 3940.0, 3929.0, 3939.0, 3930.0, 3940.0, 3940.0, 3929.0, 3929.0, 3929.0, 3929.0, 3943.0, 3931.0, 3944.0, 3952.0, 3942.0, 3951.0, 3942.0, 3953.0, 3943.0, 3951.0, 3931.0, 3963.0, 3930.0, 3930.0, 3942.0, 3930.0, 3931.0, 3951.0, 3942.0, 3950.0, 3942.0, 3941.0, 3942.0, 3953.0, 3944.0, 3955.0, 3943.0, 3953.0, 3942.0, 3973.0, 3954.0, 3973.0, 3931.0, 3961.0, 3930.0, 3949.0, 3930.0, 3930.0, 3930.0, 3929.0, 3918.0, 3942.0, 3942.0, 3955.0, 3943.0, 3954.0, 3943.0, 3943.0, 3963.0, 3942.0, 3974.0, 3953.0, 3975.0, 3940.0, 3947.0, 3928.0, 3927.0, 3919.0, 3961.0, 3918.0, 3947.0, 3927.0, 3938.0, 3928.0, 3927.0, 3929.0, 3939.0, 3928.0, 3938.0, 3930.0, 3939.0, 3930.0, 3941.0, 3919.0, 3928.0, 3930.0, 3929.0, 3952.0, 3929.0, 3949.0, 3930.0, 3919.0, 3930.0, 3920.0, 3943.0, 3951.0, 3931.0, 3929.0, 3941.0, 3950.0, 3941.0, 3962.0, 3931.0, 3939.0, 3930.0, 3930.0, 3930.0, 3940.0, 3931.0, 3941.0, 3929.0, 3942.0, 3931.0, 3932.0, 3962.0, 3942.0, 3941.0, 3933.0, 3931.0, 3933.0, 3964.0, 3933.0, 3953.0, 3930.0, 3919.0, 3930.0, 3930.0, 3930.0, 3950.0, 3919.0, 3918.0, 3930.0, 3918.0, 3931.0, 3941.0, 3943.0, 3932.0, 3943.0, 3942.0, 3945.0, 3963.0, 3944.0, 3974.0, 3942.0, 3951.0, 3933.0, 3973.0, 3944.0, 3974.0, 3932.0, 3941.0, 3931.0, 3931.0, 3974.0, 3930.0, 3960.0, 3932.0, 3952.0, 3931.0, 3940.0, 3942.0, 3930.0, 3921.0, 3929.0, 3920.0, 3930.0, 3919.0, 3920.0, 3973.0, 3920.0, 3950.0, 3930.0, 3930.0, 3930.0, 3931.0, 3919.0, 3930.0, 3917.0, 3930.0, 3919.0, 3921.0, 3972.0, 3929.0, 3950.0, 3920.0, 3940.0, 3930.0, 3961.0, 3930.0, 3929.0, 3919.0, 3930.0, 3919.0, 3918.0, 3952.0, 3930.0, 3939.0, 3929.0, 3929.0, 3930.0, 3950.0, 3930.0, 3930.0, 3930.0, 3930.0, 3920.0, 3930.0, 3930.0, 3930.0, 3919.0, 3931.0, 3919.0, 3930.0, 3918.0, 3921.0, 3961.0, 3920.0, 3921.0, 3932.0, 3931.0, 3944.0, 3934.0, 3944.0, 3944.0, 3946.0, 3944.0, 3945.0, 3966.0, 3946.0, 3977.0, 3933.0, 3964.0, 3933.0, 3963.0, 3955.0, 3940.0, 3933.0, 3932.0, 3932.0, 3942.0, 3922.0, 3933.0, 3922.0, 3934.0, 3931.0, 3933.0, 3932.0, 3922.0, 3964.0, 3934.0, 3942.0, 3930.0, 3931.0, 3933.0, 3954.0, 3923.0, 3984.0, 3933.0, 3942.0, 3934.0, 3944.0, 3935.0, 3935.0, 3933.0, 3945.0, 3933.0, 3935.0, 3945.0, 3934.0, 3985.0, 3933.0, 3963.0, 3933.0, 3941.0, 3932.0, 3984.0, 3946.0, 3961.0, 3904.0, 3888.0, 3880.0, 3934.0, 3935.0, 3945.0, 3944.0, 3944.0, 3956.0, 3931.0, 3933.0, 3920.0, 3932.0, 3954.0, 3944.0, 3963.0, 3932.0, 3944.0, 3922.0, 3922.0, 3974.0, 3941.0, 3950.0, 3918.0, 3928.0, 3909.0, 3918.0, 3929.0, 3909.0, 3919.0, 3930.0, 3938.0, 3921.0, 3960.0, 3918.0, 3918.0, 3907.0, 3918.0, 3918.0, 3908.0, 3960.0, 3919.0, 3950.0, 3919.0, 3929.0, 3919.0, 3929.0, 3908.0, 3917.0, 3908.0, 3918.0, 3950.0, 3908.0, 3950.0, 3907.0, 3929.0, 3919.0, 3918.0, 3909.0, 3930.0, 3918.0, 3919.0, 3919.0, 3920.0, 3930.0, 3921.0, 3952.0, 3921.0, 3930.0, 3934.0, 3932.0, 3922.0, 3931.0, 3921.0, 3932.0, 3922.0, 3933.0, 3963.0, 3933.0, 3963.0, 3922.0, 3941.0, 3922.0, 3940.0, 3931.0, 3930.0, 3920.0, 3921.0, 3920.0, 3922.0, 3931.0, 3921.0, 3932.0, 3921.0, 3934.0, 3922.0, 3934.0, 3974.0, 3932.0, 3931.0, 3922.0, 3932.0, 3955.0, 3923.0, 3975.0, 3934.0, 3957.0, 3955.0, 3936.0, 3987.0, 3942.0, 3932.0, 3931.0, 3932.0, 3935.0, 3947.0, 3936.0, 3947.0, 3956.0, 3937.0, 3977.0, 3944.0, 3963.0, 3942.0, 3951.0, 3918.0, 3939.0, 3919.0, 3907.0, 3896.0, 3906.0, 3907.0, 3919.0, 3908.0, 3921.0, 3921.0, 3922.0, 3933.0, 3933.0, 3934.0, 3924.0, 3934.0, 3945.0, 3954.0, 3922.0, 3953.0, 3922.0, 3963.0, 3942.0, 3921.0, 3920.0, 3920.0, 3910.0, 3921.0, 3910.0, 3922.0, 3943.0, 3920.0, 3932.0, 3933.0, 3933.0, 3924.0, 3935.0, 3935.0, 3934.0, 3922.0, 3933.0, 3921.0, 3964.0, 3966.0, 3921.0, 3920.0, 3918.0, 3909.0, 3910.0, 3930.0, 3899.0, 3962.0, 3909.0, 3929.0, 3920.0, 3919.0, 3921.0, 3920.0, 3909.0, 3920.0, 3921.0, 3921.0, 3911.0, 3920.0, 3921.0, 3922.0, 3921.0, 3922.0, 3921.0, 3923.0, 3932.0, 3922.0, 3975.0, 3923.0, 3953.0, 3921.0, 3942.0, 3922.0, 3922.0, 3911.0, 3922.0, 3921.0, 3922.0, 3918.0, 3924.0, 3964.0, 3934.0, 3944.0, 3923.0, 3933.0, 3923.0, 3964.0, 3923.0, 3985.0, 3922.0, 3964.0, 3922.0, 3941.0, 3944.0, 3920.0, 3910.0, 3922.0, 3941.0, 3923.0, 3932.0, 3924.0, 3922.0, 3923.0, 3963.0, 3922.0, 3952.0, 3921.0, 3951.0, 3931.0, 3972.0, 3919.0, 3949.0, 3909.0, 3929.0, 3920.0, 3930.0], 'WindowWidth': [8864.0, 8835.0, 8821.0, 8806.0, 8798.0, 8817.0, 8811.0, 8812.0, 8813.0, 8812.0, 8831.0, 8815.0, 8834.0, 8821.0, 8834.0, 8837.0, 8822.0, 8835.0, 8865.0, 8823.0, 8848.0, 8821.0, 8814.0, 8818.0, 8816.0, 8822.0, 8821.0, 8837.0, 8822.0, 8842.0, 8839.0, 8861.0, 8845.0, 8863.0, 8848.0, 8867.0, 8850.0, 8864.0, 8867.0, 8865.0, 8850.0, 8866.0, 8861.0, 8864.0, 8851.0, 8858.0, 8867.0, 8864.0, 8868.0, 8867.0, 8863.0, 8884.0, 8874.0, 8893.0, 8879.0, 8897.0, 8872.0, 8891.0, 8874.0, 8877.0, 8939.0, 8915.0, 8922.0, 8872.0, 8887.0, 8871.0, 8912.0, 8888.0, 8886.0, 8867.0, 8866.0, 8849.0, 8868.0, 8885.0, 8869.0, 8898.0, 8872.0, 8882.0, 8873.0, 8932.0, 8868.0, 8917.0, 8868.0, 8895.0, 8865.0, 8910.0, 8860.0, 8874.0, 8828.0, 8853.0, 8825.0, 8885.0, 8825.0, 8852.0, 8832.0, 8836.0, 8834.0, 8848.0, 8838.0, 8866.0, 8814.0, 8846.0, 8815.0, 8840.0, 8836.0, 8826.0, 8811.0, 8798.0, 8812.0, 8798.0, 8812.0, 8861.0, 8813.0, 8822.0, 8790.0, 8794.0, 8792.0, 8790.0, 8810.0, 8789.0, 8785.0, 8786.0, 8789.0, 8789.0, 8788.0, 8788.0, 8789.0, 8790.0, 8770.0, 8787.0, 8775.0, 8788.0, 8836.0, 8788.0, 8786.0, 8774.0, 8772.0, 8792.0, 8832.0, 8789.0, 8831.0, 8790.0, 8801.0, 8793.0, 8804.0, 8790.0, 8774.0, 8788.0, 8774.0, 8792.0, 8802.0, 8795.0, 8788.0, 8791.0, 8790.0, 8790.0, 8805.0, 8805.0, 8789.0, 8786.0, 8790.0, 8789.0, 8792.0, 8805.0, 8793.0, 8801.0, 8790.0, 8774.0, 8790.0, 8774.0, 8789.0, 8834.0, 8793.0, 8775.0, 8792.0, 8775.0, 8796.0, 8791.0, 8809.0, 8809.0, 8808.0, 8807.0, 8812.0, 8807.0, 8799.0, 8821.0, 8794.0, 8816.0, 8809.0, 8806.0, 8811.0, 8809.0, 8815.0, 8838.0, 8812.0, 8810.0, 8810.0, 8821.0, 8813.0, 8824.0, 8799.0, 8837.0, 8796.0, 8807.0, 8814.0, 8824.0, 8814.0, 8823.0, 8812.0, 8810.0, 8813.0, 8809.0, 8816.0, 8815.0, 8815.0, 8829.0, 8819.0, 8816.0, 8836.0, 8834.0, 8823.0, 8837.0, 8819.0, 8830.0, 8818.0, 8865.0, 8837.0, 8867.0, 8812.0, 8826.0, 8811.0, 8827.0, 8816.0, 8810.0, 8796.0, 8813.0, 8798.0, 8819.0, 8804.0, 8842.0, 8822.0, 8840.0, 8823.0, 8821.0, 8849.0, 8822.0, 8865.0, 8841.0, 8863.0, 8816.0, 8825.0, 8796.0, 8816.0, 8797.0, 8811.0, 8815.0, 8798.0, 8793.0, 8811.0, 8796.0, 8814.0, 8799.0, 8803.0, 8842.0, 8814.0, 8813.0, 8813.0, 8827.0, 8818.0, 8847.0, 8817.0, 8859.0, 8797.0, 8825.0, 8800.0, 8842.0, 8796.0, 8855.0, 8791.0, 8818.0, 8791.0, 8805.0, 8795.0, 8790.0, 8790.0, 8807.0, 8794.0, 8814.0, 8814.0, 8816.0, 8800.0, 8816.0, 8814.0, 8817.0, 8817.0, 8815.0, 8834.0, 8813.0, 8799.0, 8811.0, 8829.0, 8797.0, 8828.0, 8795.0, 8779.0, 8795.0, 8807.0, 8780.0, 8841.0, 8808.0, 8796.0, 8813.0, 8813.0, 8817.0, 8816.0, 8816.0, 8831.0, 8816.0, 8819.0, 8816.0, 8819.0, 8831.0, 8815.0, 8799.0, 8809.0, 8798.0, 8795.0, 8830.0, 8791.0, 8775.0, 8778.0, 8774.0, 8778.0, 8805.0, 8792.0, 8793.0, 8796.0, 8794.0, 8813.0, 8797.0, 8800.0, 8811.0, 8797.0, 8813.0, 8797.0, 8811.0, 8796.0, 8810.0, 8795.0, 8807.0, 8791.0, 8807.0, 8796.0, 8798.0, 8828.0, 8815.0, 8799.0, 8812.0, 8832.0, 8817.0, 8818.0, 8835.0, 8817.0, 8818.0, 8814.0, 8816.0, 8816.0, 8833.0, 8811.0, 8814.0, 8811.0, 8777.0, 8796.0, 8793.0, 8783.0, 8825.0, 8811.0, 8798.0, 8813.0, 8814.0, 8815.0, 8815.0, 8819.0, 8816.0, 8802.0, 8817.0, 8803.0, 8816.0, 8849.0, 8813.0, 8797.0, 8809.0, 8797.0, 8811.0, 8812.0, 8796.0, 8795.0, 8797.0, 8797.0, 8820.0, 8802.0, 8824.0, 8830.0, 8819.0, 8829.0, 8819.0, 8833.0, 8822.0, 8830.0, 8801.0, 8849.0, 8800.0, 8797.0, 8816.0, 8799.0, 8801.0, 8829.0, 8818.0, 8827.0, 8818.0, 8817.0, 8820.0, 8836.0, 8824.0, 8840.0, 8820.0, 8833.0, 8819.0, 8865.0, 8838.0, 8864.0, 8800.0, 8845.0, 8799.0, 8823.0, 8798.0, 8795.0, 8796.0, 8796.0, 8781.0, 8818.0, 8818.0, 8839.0, 8823.0, 8838.0, 8824.0, 8821.0, 8850.0, 8819.0, 8865.0, 8836.0, 8869.0, 8812.0, 8820.0, 8794.0, 8791.0, 8781.0, 8843.0, 8778.0, 8819.0, 8789.0, 8806.0, 8792.0, 8790.0, 8795.0, 8809.0, 8794.0, 8807.0, 8799.0, 8810.0, 8798.0, 8811.0, 8781.0, 8794.0, 8797.0, 8795.0, 8830.0, 8796.0, 8822.0, 8798.0, 8782.0, 8800.0, 8785.0, 8820.0, 8829.0, 8801.0, 8797.0, 8814.0, 8826.0, 8816.0, 8843.0, 8800.0, 8810.0, 8799.0, 8798.0, 8798.0, 8812.0, 8800.0, 8815.0, 8798.0, 8818.0, 8801.0, 8806.0, 8847.0, 8818.0, 8815.0, 8807.0, 8802.0, 8809.0, 8849.0, 8806.0, 8833.0, 8800.0, 8785.0, 8798.0, 8798.0, 8796.0, 8823.0, 8783.0, 8779.0, 8798.0, 8782.0, 8802.0, 8814.0, 8820.0, 8805.0, 8822.0, 8819.0, 8828.0, 8849.0, 8825.0, 8864.0, 8820.0, 8831.0, 8809.0, 8864.0, 8823.0, 8866.0, 8803.0, 8814.0, 8801.0, 8801.0, 8866.0, 8800.0, 8842.0, 8803.0, 8830.0, 8803.0, 8814.0, 8821.0, 8800.0, 8787.0, 8796.0, 8785.0, 8799.0, 8784.0, 8784.0, 8862.0, 8785.0, 8826.0, 8798.0, 8798.0, 8798.0, 8799.0, 8782.0, 8798.0, 8779.0, 8800.0, 8783.0, 8788.0, 8859.0, 8797.0, 8825.0, 8784.0, 8811.0, 8799.0, 8841.0, 8798.0, 8795.0, 8780.0, 8797.0, 8782.0, 8781.0, 8829.0, 8797.0, 8808.0, 8796.0, 8796.0, 8799.0, 8824.0, 8799.0, 8798.0, 8797.0, 8799.0, 8786.0, 8798.0, 8801.0, 8800.0, 8783.0, 8800.0, 8783.0, 8799.0, 8780.0, 8786.0, 8843.0, 8786.0, 8786.0, 8805.0, 8803.0, 8825.0, 8811.0, 8824.0, 8826.0, 8828.0, 8824.0, 8827.0, 8857.0, 8830.0, 8873.0, 8807.0, 8850.0, 8807.0, 8847.0, 8841.0, 8814.0, 8806.0, 8804.0, 8803.0, 8816.0, 8791.0, 8805.0, 8792.0, 8808.0, 8802.0, 8807.0, 8804.0, 8792.0, 8851.0, 8808.0, 8818.0, 8801.0, 8801.0, 8808.0, 8836.0, 8795.0, 8880.0, 8808.0, 8818.0, 8809.0, 8822.0, 8813.0, 8811.0, 8809.0, 8827.0, 8807.0, 8814.0, 8825.0, 8812.0, 8885.0, 8807.0, 8846.0, 8808.0, 8816.0, 8807.0, 8880.0, 8830.0, 8839.0, 8747.0, 8712.0, 8705.0, 8809.0, 8815.0, 8828.0, 8822.0, 8824.0, 8842.0, 8803.0, 8807.0, 8786.0, 8803.0, 8838.0, 8824.0, 8847.0, 8804.0, 8822.0, 8790.0, 8792.0, 8866.0, 8815.0, 8825.0, 8779.0, 8792.0, 8768.0, 8778.0, 8795.0, 8768.0, 8782.0, 8798.0, 8805.0, 8787.0, 8837.0, 8778.0, 8777.0, 8762.0, 8779.0, 8780.0, 8767.0, 8839.0, 8782.0, 8823.0, 8782.0, 8793.0, 8782.0, 8792.0, 8764.0, 8775.0, 8764.0, 8777.0, 8825.0, 8763.0, 8823.0, 8763.0, 8794.0, 8781.0, 8779.0, 8768.0, 8798.0, 8778.0, 8782.0, 8781.0, 8786.0, 8798.0, 8789.0, 8830.0, 8787.0, 8798.0, 8810.0, 8805.0, 8791.0, 8802.0, 8787.0, 8805.0, 8790.0, 8806.0, 8848.0, 8806.0, 8848.0, 8790.0, 8813.0, 8790.0, 8812.0, 8799.0, 8799.0, 8784.0, 8788.0, 8785.0, 8792.0, 8801.0, 8787.0, 8802.0, 8787.0, 8810.0, 8792.0, 8809.0, 8865.0, 8804.0, 8802.0, 8790.0, 8803.0, 8838.0, 8793.0, 8867.0, 8810.0, 8847.0, 8843.0, 8816.0, 8891.0, 8818.0, 8804.0, 8803.0, 8805.0, 8813.0, 8833.0, 8817.0, 8833.0, 8842.0, 8817.0, 8872.0, 8821.0, 8846.0, 8813.0, 8825.0, 8778.0, 8805.0, 8778.0, 8759.0, 8742.0, 8757.0, 8758.0, 8781.0, 8765.0, 8787.0, 8786.0, 8789.0, 8805.0, 8806.0, 8809.0, 8795.0, 8807.0, 8824.0, 8834.0, 8788.0, 8831.0, 8788.0, 8845.0, 8816.0, 8784.0, 8782.0, 8782.0, 8769.0, 8785.0, 8769.0, 8787.0, 8819.0, 8785.0, 8801.0, 8804.0, 8804.0, 8795.0, 8810.0, 8811.0, 8808.0, 8790.0, 8806.0, 8788.0, 8847.0, 8856.0, 8786.0, 8782.0, 8777.0, 8765.0, 8768.0, 8796.0, 8752.0, 8842.0, 8767.0, 8793.0, 8783.0, 8781.0, 8787.0, 8783.0, 8769.0, 8784.0, 8785.0, 8785.0, 8772.0, 8784.0, 8786.0, 8789.0, 8786.0, 8790.0, 8785.0, 8793.0, 8802.0, 8792.0, 8864.0, 8793.0, 8831.0, 8788.0, 8816.0, 8791.0, 8788.0, 8774.0, 8788.0, 8786.0, 8790.0, 8782.0, 8795.0, 8850.0, 8809.0, 8822.0, 8794.0, 8806.0, 8794.0, 8850.0, 8791.0, 8882.0, 8789.0, 8851.0, 8791.0, 8815.0, 8823.0, 8784.0, 8770.0, 8789.0, 8814.0, 8792.0, 8803.0, 8798.0, 8791.0, 8794.0, 8847.0, 8789.0, 8831.0, 8788.0, 8828.0, 8800.0, 8857.0, 8782.0, 8819.0, 8767.0, 8793.0, 8782.0, 8795.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.002566925601750547</td></tr>
<tr><td colspan=3>aqi</td><td>0.033987186214442015</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.03589462186195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1958738676889384</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9727217730120474</td></tr>
<tr><td colspan=3>efc</td><td>0.4948</td></tr>
<tr><td colspan=3>fber</td><td>4201.9985</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09509740250527876</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.735229759299781</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5228028583271396</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4124250333923962</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7801428428071384</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.375840698781884</td></tr>
<tr><td colspan=3>gcor</td><td>0.010155</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01568228378891945</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031759798526763916</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</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.8251907064458295</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>24.1277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0515</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.0869</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>958.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.1692</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.192</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.0988</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3116.6402</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4103.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.6179</td></tr>
<tr><td colspan=3>tsnr</td><td>35.199286716408096</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>