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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0055_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-02_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-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-02_task-faces_acq-mb8_run-02_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-0055/ses-02/func/sub-0055_ses-02_task-faces_acq-mb8_run-02_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>77789efc53c2135a473f57412a5cdadf</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>15:07:42.710000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999782, -0.0118807, 0.0171575, 0.0137859, 0.993203, -0.115574]</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-02_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.109396</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-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7698, -7286, 578, 34, -204, -108, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>267.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d3e1d47-a09d-42cd-b067-dec26355caec||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682342529296875, 0.03698668256402016, 0.042303018271923065, 108.90526580810547], [0.031875111162662506, 2.66469144821167, -0.3126218020915985, -77.8720703125], [0.04603234678506851, 0.3100779056549072, 2.681506633758545, -98.45697021484375], [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': ['150742.710000', '150743.170000', '150743.630000', '150744.090000', '150744.550000', '150745.010000', '150745.470000', '150745.930000', '150746.390000', '150746.850000', '150747.310000', '150747.770000', '150748.230000', '150748.690000', '150749.150000', '150749.610000', '150750.070000', '150750.530000', '150750.990000', '150751.450000', '150751.910000', '150752.370000', '150752.830000', '150753.290000', '150753.750000', '150754.210000', '150754.670000', '150755.130000', '150755.590000', '150756.050000', '150756.510000', '150756.970000', '150757.430000', '150757.890000', '150758.350000', '150758.810000', '150759.270000', '150759.730000', '150800.190000', '150800.650000', '150801.110000', '150801.570000', '150802.030000', '150802.490000', '150802.950000', '150803.410000', '150803.870000', '150804.330000', '150804.790000', '150805.250000', '150805.710000', '150806.170000', '150806.630000', '150807.090000', '150807.550000', '150808.010000', '150808.470000', '150808.930000', '150809.390000', '150809.850000', '150810.310000', '150810.770000', '150811.230000', '150811.690000', '150812.150000', '150812.610000', '150813.070000', '150813.530000', '150813.990000', '150814.450000', '150814.910000', '150815.370000', '150815.830000', '150816.290000', '150816.750000', '150817.210000', '150817.670000', '150818.130000', '150818.590000', '150819.050000', '150819.510000', '150819.970000', '150820.430000', '150820.890000', '150821.350000', '150821.810000', '150822.270000', '150822.730000', '150823.190000', '150823.650000', '150824.110000', '150824.570000', '150825.030000', '150825.490000', '150825.950000', '150826.410000', '150826.870000', '150827.330000', '150827.790000', '150828.250000', '150828.710000', '150829.170000', '150829.630000', '150830.090000', '150830.550000', '150831.010000', '150831.470000', '150831.930000', '150832.390000', '150832.850000', '150833.310000', '150833.770000', '150834.230000', '150834.690000', '150835.150000', '150835.610000', '150836.070000', '150836.530000', '150836.990000', '150837.450000', '150837.910000', '150838.370000', '150838.830000', '150839.290000', '150839.750000', '150840.210000', '150840.670000', '150841.130000', '150841.590000', '150842.050000', '150842.510000', '150842.970000', '150843.430000', '150843.890000', '150844.350000', '150844.810000', '150845.270000', '150845.730000', '150846.190000', '150846.650000', '150847.110000', '150847.570000', '150848.030000', '150848.490000', '150848.950000', '150849.410000', '150849.870000', '150850.330000', '150850.790000', '150851.250000', '150851.710000', '150852.170000', '150852.630000', '150853.090000', '150853.550000', '150854.010000', '150854.470000', '150854.930000', '150855.390000', '150855.850000', '150856.310000', '150856.770000', '150857.230000', '150857.690000', '150858.150000', '150858.610000', '150859.070000', '150859.530000', '150859.990000', '150900.450000', '150900.910000', '150901.370000', '150901.830000', '150902.290000', '150902.750000', '150903.210000', '150903.670000', '150904.130000', '150904.590000', '150905.050000', '150905.510000', '150905.970000', '150906.430000', '150906.890000', '150907.350000', '150907.810000', '150908.270000', '150908.730000', '150909.190000', '150909.650000', '150910.110000', '150910.570000', '150911.030000', '150911.490000', '150911.950000', '150912.410000', '150912.870000', '150913.330000', '150913.790000', '150914.250000', '150914.710000', '150915.170000', '150915.630000', '150916.090000', '150916.550000', '150917.010000', '150917.470000', '150917.930000', '150918.390000', '150918.850000', '150919.310000', '150919.770000', '150920.230000', '150920.690000', '150921.150000', '150921.610000', '150922.070000', '150922.530000', '150922.990000', '150923.450000', '150923.910000', '150924.370000', '150924.830000', '150925.290000', '150925.750000', '150926.210000', '150926.670000', '150927.130000', '150927.590000', '150928.050000', '150928.510000', '150928.970000', '150929.430000', '150929.890000', '150930.350000', '150930.810000', '150931.270000', '150931.730000', '150932.190000', '150932.650000', '150933.110000', '150933.570000', '150934.030000', '150934.490000', '150934.950000', '150935.410000', '150935.870000', '150936.330000', '150936.790000', '150937.250000', '150937.710000', '150938.170000', '150938.630000', '150939.090000', '150939.550000', '150940.010000', '150940.470000', '150940.930000', '150941.390000', '150941.850000', '150942.310000', '150942.770000', '150943.230000', '150943.690000', '150944.150000', '150944.610000', '150945.070000', '150945.530000', '150945.990000', '150946.450000', '150946.910000', '150947.370000', '150947.830000', '150948.290000', '150948.750000', '150949.210000', '150949.670000', '150950.130000', '150950.590000', '150951.050000', '150951.510000', '150951.970000', '150952.430000', '150952.890000', '150953.350000', '150953.810000', '150954.270000', '150954.730000', '150955.190000', '150955.650000', '150956.110000', '150956.570000', '150957.030000', '150957.490000', '150957.950000', '150958.410000', '150958.870000', '150959.330000', '150959.790000', '151000.250000', '151000.710000', '151001.170000', '151001.630000', '151002.090000', '151002.550000', '151003.010000', '151003.470000', '151003.930000', '151004.390000', '151004.850000', '151005.310000', '151005.770000', '151006.230000', '151006.690000', '151007.150000', '151007.610000', '151008.070000', '151008.530000', '151008.990000', '151009.450000', '151009.910000', '151010.370000', '151010.830000', '151011.290000', '151011.750000', '151012.210000', '151012.670000', '151013.130000', '151013.590000', '151014.050000', '151014.510000', '151014.970000', '151015.430000', '151015.890000', '151016.350000', '151016.810000', '151017.270000', '151017.730000', '151018.190000', '151018.650000', '151019.110000', '151019.570000', '151020.030000', '151020.490000', '151020.950000', '151021.410000', '151021.870000', '151022.330000', '151022.790000', '151023.250000', '151023.710000', '151024.170000', '151024.630000', '151025.090000', '151025.550000', '151026.010000', '151026.470000', '151026.930000', '151027.390000', '151027.850000', '151028.310000', '151028.770000', '151029.230000', '151029.690000', '151030.150000', '151030.610000', '151031.070000', '151031.530000', '151031.990000', '151032.450000', '151032.910000', '151033.370000', '151033.830000', '151034.290000', '151034.750000', '151035.210000', '151035.670000', '151036.130000', '151036.590000', '151037.050000', '151037.510000', '151037.970000', '151038.430000', '151038.890000', '151039.350000', '151039.810000', '151040.270000', '151040.730000', '151041.190000', '151041.650000', '151042.110000', '151042.570000', '151043.030000', '151043.490000', '151043.950000', '151044.410000', '151044.870000', '151045.330000', '151045.790000', '151046.250000', '151046.710000', '151047.170000', '151047.630000', '151048.090000', '151048.550000', '151049.010000', '151049.470000', '151049.930000', '151050.390000', '151050.850000', '151051.310000', '151051.770000', '151052.230000', '151052.690000', '151053.150000', '151053.610000', '151054.070000', '151054.530000', '151054.990000', '151055.450000', '151055.910000', '151056.370000', '151056.830000', '151057.290000', '151057.750000', '151058.210000', '151058.670000', '151059.130000', '151059.590000', '151100.050000', '151100.510000', '151100.970000', '151101.430000', '151101.890000', '151102.350000', '151102.810000', '151103.270000', '151103.730000', '151104.190000', '151104.650000', '151105.110000', '151105.570000', '151106.030000', '151106.490000', '151106.950000', '151107.410000', '151107.870000', '151108.330000', '151108.790000', '151109.250000', '151109.710000', '151110.170000', '151110.630000', '151111.090000', '151111.550000', '151112.010000', '151112.470000', '151112.930000', '151113.390000', '151113.850000', '151114.310000', '151114.770000', '151115.230000', '151115.690000', '151116.150000', '151116.610000', '151117.070000', '151117.530000', '151117.990000', '151118.450000', '151118.910000', '151119.370000', '151119.830000', '151120.290000', '151120.750000', '151121.210000', '151121.670000', '151122.130000', '151122.590000', '151123.050000', '151123.510000', '151123.970000', '151124.430000', '151124.890000', '151125.350000', '151125.810000', '151126.270000', '151126.730000', '151127.190000', '151127.650000', '151128.110000', '151128.570000', '151129.030000', '151129.490000', '151129.950000', '151130.410000', '151130.870000', '151131.330000', '151131.790000', '151132.250000', '151132.710000', '151133.170000', '151133.630000', '151134.090000', '151134.550000', '151135.010000', '151135.470000', '151135.930000', '151136.390000', '151136.850000', '151137.310000', '151137.770000', '151138.230000', '151138.690000', '151139.150000', '151139.610000', '151140.070000', '151140.530000', '151140.990000', '151141.450000', '151141.910000', '151142.370000', '151142.830000', '151143.290000', '151143.750000', '151144.210000', '151144.670000', '151145.130000', '151145.590000', '151146.050000', '151146.510000', '151146.970000', '151147.430000', '151147.890000', '151148.350000', '151148.810000', '151149.270000', '151149.730000', '151150.190000', '151150.650000', '151151.110000', '151151.570000', '151152.030000', '151152.490000', '151152.950000', '151153.410000', '151153.870000', '151154.330000', '151154.790000', '151155.250000', '151155.710000', '151156.170000', '151156.630000', '151157.090000', '151157.550000', '151158.010000', '151158.470000', '151158.930000', '151159.390000', '151159.850000', '151200.310000', '151200.770000', '151201.230000', '151201.690000', '151202.150000', '151202.610000', '151203.070000', '151203.530000', '151203.990000', '151204.450000', '151204.910000', '151205.370000', '151205.830000', '151206.290000', '151206.750000', '151207.210000', '151207.670000', '151208.130000', '151208.590000', '151209.050000', '151209.510000', '151209.970000', '151210.430000', '151210.890000', '151211.350000', '151211.810000', '151212.270000', '151212.730000', '151213.190000', '151213.650000', '151214.110000', '151214.570000', '151215.030000', '151215.490000', '151215.950000', '151216.410000', '151216.870000', '151217.330000', '151217.790000', '151218.250000', '151218.710000', '151219.170000', '151219.630000', '151220.090000', '151220.550000', '151221.010000', '151221.470000', '151221.930000', '151222.390000', '151222.850000', '151223.310000', '151223.770000', '151224.230000', '151224.690000', '151225.150000', '151225.610000', '151226.070000', '151226.530000', '151226.990000', '151227.450000', '151227.910000', '151228.370000', '151228.830000', '151229.290000', '151229.750000', '151230.210000', '151230.670000', '151231.130000', '151231.590000', '151232.050000', '151232.510000', '151232.970000', '151233.430000', '151233.890000', '151234.350000', '151234.810000', '151235.270000', '151235.730000', '151236.190000', '151236.650000', '151237.110000', '151237.570000', '151238.030000', '151238.490000', '151238.950000', '151239.410000', '151239.870000', '151240.330000', '151240.790000', '151241.250000', '151241.710000', '151242.170000', '151242.630000', '151243.090000', '151243.550000', '151244.010000', '151244.470000', '151244.930000', '151245.390000', '151245.850000', '151246.310000', '151246.770000', '151247.230000', '151247.690000', '151248.150000', '151248.610000', '151249.070000', '151249.530000', '151249.990000', '151250.450000', '151250.910000', '151251.370000', '151251.830000', '151252.290000', '151252.750000', '151253.210000', '151253.670000', '151254.130000', '151254.590000', '151255.050000', '151255.510000', '151255.970000', '151256.430000', '151256.890000', '151257.350000', '151257.810000', '151258.270000', '151258.730000', '151259.190000', '151259.650000', '151300.110000', '151300.570000', '151301.030000', '151301.490000', '151301.950000', '151302.410000', '151302.870000', '151303.330000', '151303.790000', '151304.250000', '151304.710000', '151305.170000', '151305.630000', '151306.090000', '151306.550000', '151307.010000', '151307.470000', '151307.930000', '151308.390000', '151308.850000', '151309.310000', '151309.770000', '151310.230000', '151310.690000', '151311.150000', '151311.610000', '151312.070000', '151312.530000', '151312.990000', '151313.450000', '151313.910000', '151314.370000', '151314.830000', '151315.290000', '151315.750000', '151316.210000', '151316.670000', '151317.130000', '151317.590000', '151318.050000', '151318.510000', '151318.970000', '151319.430000', '151319.890000', '151320.350000', '151320.810000', '151321.270000', '151321.730000', '151322.190000', '151322.650000', '151323.110000', '151323.570000', '151324.030000', '151324.490000', '151324.950000', '151325.410000', '151325.870000', '151326.330000', '151326.790000', '151327.250000', '151327.710000', '151328.170000', '151328.630000', '151329.090000', '151329.550000', '151330.010000', '151330.470000', '151330.930000', '151331.390000', '151331.850000', '151332.310000', '151332.770000', '151333.230000', '151333.690000', '151334.150000', '151334.610000', '151335.070000', '151335.530000', '151335.990000', '151336.450000', '151336.910000', '151337.370000', '151337.830000', '151338.290000', '151338.750000', '151339.210000', '151339.670000', '151340.130000', '151340.590000', '151341.050000', '151341.510000', '151341.970000', '151342.430000', '151342.890000', '151343.350000', '151343.810000', '151344.270000', '151344.730000', '151345.190000', '151345.650000', '151346.110000', '151346.570000', '151347.030000', '151347.490000', '151347.950000', '151348.410000', '151348.870000', '151349.330000', '151349.790000', '151350.250000', '151350.710000', '151351.170000', '151351.630000', '151352.090000', '151352.550000', '151353.010000', '151353.470000', '151353.930000', '151354.390000', '151354.850000', '151355.310000', '151355.770000', '151356.230000', '151356.690000', '151357.150000', '151357.610000', '151358.070000', '151358.530000', '151358.990000', '151359.450000', '151359.910000', '151400.370000', '151400.830000', '151401.290000', '151401.750000', '151402.210000', '151402.670000', '151403.130000', '151403.590000', '151404.050000', '151404.510000', '151404.970000', '151405.430000', '151405.890000', '151406.350000', '151406.810000', '151407.270000', '151407.730000', '151408.190000', '151408.650000', '151409.110000', '151409.570000', '151410.030000', '151410.490000', '151410.950000', '151411.410000', '151411.870000', '151412.330000', '151412.790000', '151413.250000', '151413.710000', '151414.170000', '151414.630000', '151415.090000', '151415.550000', '151416.010000', '151416.470000', '151416.930000', '151417.390000', '151417.850000', '151418.310000', '151418.770000', '151419.230000', '151419.690000', '151420.150000', '151420.610000', '151421.070000', '151421.530000', '151421.990000', '151422.450000', '151422.910000', '151423.370000', '151423.830000', '151424.290000', '151424.750000', '151425.210000', '151425.670000', '151426.130000', '151426.590000', '151427.050000', '151427.510000', '151427.970000', '151428.430000', '151428.890000', '151429.350000', '151429.810000', '151430.270000', '151430.730000', '151431.190000', '151431.650000', '151432.110000', '151432.570000', '151433.030000', '151433.490000', '151433.950000', '151434.410000', '151434.870000', '151435.330000', '151435.790000', '151436.250000', '151436.710000', '151437.170000', '151437.630000', '151438.090000', '151438.550000', '151439.010000', '151439.470000', '151439.930000', '151440.390000', '151440.850000', '151441.310000', '151441.770000', '151442.230000', '151442.690000'], 'ContentTime': ['150754.656000', '150754.660000', '150754.662000', '150754.665000', '150754.668000', '150754.676000', '150754.679000', '150754.682000', '150754.684000', '150754.687000', '150754.690000', '150754.692000', '150754.695000', '150754.697000', '150754.700000', '150754.703000', '150754.705000', '150754.708000', '150754.711000', '150754.714000', '150754.716000', '150754.719000', '150754.722000', '150814.600000', '150814.603000', '150814.606000', '150814.608000', '150814.611000', '150814.613000', '150814.616000', '150814.619000', '150814.621000', '150814.624000', '150814.626000', '150814.633000', '150814.635000', '150814.638000', '150814.640000', '150814.643000', '150814.645000', '150814.648000', '150814.650000', '150814.653000', '150814.656000', '150814.658000', '150814.661000', '150814.663000', '150814.666000', '150814.668000', '150814.671000', '150814.674000', '150814.676000', '150814.679000', '150814.681000', '150814.684000', '150814.687000', '150814.689000', '150814.692000', '150814.694000', '150814.697000', '150814.699000', '150814.702000', '150814.704000', '150814.707000', '150814.709000', '150814.712000', '150834.600000', '150834.603000', '150834.606000', '150834.608000', '150834.611000', '150834.613000', '150834.616000', '150834.619000', '150834.621000', '150834.624000', '150834.626000', '150834.629000', '150834.631000', '150834.634000', '150834.636000', '150834.639000', '150834.642000', '150834.644000', '150834.647000', '150834.649000', '150834.652000', '150834.654000', '150834.657000', '150834.659000', '150834.662000', '150834.664000', '150834.667000', '150834.670000', '150834.672000', '150834.675000', '150834.677000', '150834.680000', '150834.682000', '150834.685000', '150834.687000', '150834.690000', '150834.693000', '150834.695000', '150834.698000', '150834.700000', '150834.703000', '150834.705000', '150834.708000', '150834.711000', '150854.600000', '150854.603000', '150854.606000', '150854.609000', '150854.611000', '150854.614000', '150854.616000', '150854.619000', '150854.622000', '150854.624000', '150854.627000', '150854.629000', '150854.632000', '150854.635000', '150854.637000', '150854.640000', '150854.642000', '150854.645000', '150854.647000', '150854.650000', '150854.653000', '150854.655000', '150854.659000', '150854.662000', '150854.664000', '150854.667000', '150854.669000', '150854.672000', '150854.675000', '150854.677000', '150854.680000', '150854.683000', '150854.685000', '150854.688000', '150854.690000', '150854.693000', '150854.695000', '150854.698000', '150854.700000', '150854.703000', '150854.706000', '150854.708000', '150854.711000', '150914.601000', '150914.604000', '150914.607000', '150914.609000', '150914.612000', '150914.614000', '150914.617000', '150914.620000', '150914.622000', '150914.625000', '150914.627000', '150914.630000', '150914.633000', '150914.635000', '150914.638000', '150914.640000', '150914.643000', '150914.646000', '150914.648000', '150914.651000', '150914.653000', '150914.656000', '150914.658000', '150914.661000', '150914.664000', '150914.666000', '150914.669000', '150914.671000', '150914.674000', '150914.676000', '150914.708000', '150914.710000', '150914.713000', '150914.715000', '150914.718000', '150914.720000', '150914.723000', '150914.726000', '150914.728000', '150914.731000', '150914.733000', '150914.736000', '150914.738000', '150914.741000', '150934.601000', '150934.604000', '150934.607000', '150934.609000', '150934.612000', '150934.615000', '150934.617000', '150934.620000', '150934.623000', '150934.625000', '150934.628000', '150934.631000', '150934.633000', '150934.636000', '150934.639000', '150934.641000', '150934.644000', '150934.646000', '150934.649000', '150934.652000', '150934.654000', '150934.657000', '150934.659000', '150934.662000', '150934.665000', '150934.667000', '150934.670000', '150934.672000', '150934.675000', '150934.678000', '150934.680000', '150934.683000', '150934.685000', '150934.688000', '150934.691000', '150934.693000', '150934.696000', '150934.698000', '150934.701000', '150934.704000', '150934.707000', '150934.709000', '150934.712000', '150954.602000', '150954.604000', '150954.607000', '150954.610000', '150954.612000', '150954.615000', '150954.617000', '150954.620000', '150954.622000', '150954.625000', '150954.628000', '150954.630000', '150954.633000', '150954.635000', '150954.638000', '150954.641000', '150954.643000', '150954.646000', '150954.648000', '150954.651000', '150954.654000', '150954.656000', '150954.659000', '150954.661000', '150954.664000', '150954.667000', '150954.669000', '150954.672000', '150954.674000', '150954.677000', '150954.680000', '150954.682000', '150954.685000', '150954.687000', '150954.690000', '150954.693000', '150954.695000', '150954.698000', '150954.700000', '150954.703000', '150954.706000', '150954.708000', '150954.711000', '150954.713000', '151014.601000', '151014.604000', '151014.607000', '151014.609000', '151014.612000', '151014.614000', '151014.617000', '151014.620000', '151014.622000', '151014.625000', '151014.627000', '151014.630000', '151014.632000', '151014.635000', '151014.638000', '151014.640000', '151014.643000', '151014.645000', '151014.648000', '151014.650000', '151014.653000', '151014.656000', '151014.658000', '151014.661000', '151014.663000', '151014.666000', '151014.668000', '151014.671000', '151014.674000', '151014.676000', '151014.679000', '151014.681000', '151014.684000', '151014.686000', '151014.689000', '151014.692000', '151014.694000', '151014.697000', '151014.700000', '151014.703000', '151014.705000', '151014.708000', '151014.710000', '151034.600000', '151034.603000', '151034.606000', '151034.608000', '151034.611000', '151034.614000', '151034.616000', '151034.619000', '151034.621000', '151034.624000', '151034.626000', '151034.629000', '151034.632000', '151034.634000', '151034.637000', '151034.639000', '151034.642000', '151034.644000', '151034.647000', '151034.650000', '151034.652000', '151034.655000', '151034.657000', '151034.660000', '151034.662000', '151034.665000', '151034.668000', '151034.670000', '151034.673000', '151034.676000', '151034.678000', '151034.681000', '151034.683000', '151034.686000', '151034.688000', '151034.691000', '151034.694000', '151034.696000', '151034.699000', '151034.702000', '151034.704000', '151034.707000', '151034.710000', '151034.712000', '151054.600000', '151054.603000', '151054.606000', '151054.608000', '151054.611000', '151054.614000', '151054.616000', '151054.619000', '151054.621000', '151054.624000', '151054.626000', '151054.643000', '151054.645000', '151054.648000', '151054.650000', '151054.653000', '151054.656000', '151054.659000', '151054.662000', '151054.664000', '151054.667000', '151054.670000', '151054.672000', '151054.675000', '151054.677000', '151054.680000', '151054.683000', '151054.685000', '151054.688000', '151054.690000', '151054.693000', '151054.696000', '151054.698000', '151054.701000', '151054.703000', '151054.706000', '151054.709000', '151054.711000', '151054.714000', '151054.716000', '151054.719000', '151054.722000', '151054.725000', '151114.601000', '151114.612000', '151114.615000', '151114.617000', '151114.620000', '151114.623000', '151114.625000', '151114.628000', '151114.630000', '151114.633000', '151114.636000', '151114.638000', '151114.641000', '151114.643000', '151114.646000', '151114.649000', '151114.651000', '151114.654000', '151114.656000', '151114.659000', '151114.662000', '151114.664000', '151114.667000', '151114.669000', '151114.672000', '151114.674000', '151114.677000', '151114.680000', '151114.682000', '151114.685000', '151114.687000', '151114.690000', '151114.693000', '151114.695000', '151114.698000', '151114.700000', '151114.703000', '151114.706000', '151114.708000', '151114.711000', '151114.713000', '151114.716000', '151114.718000', '151114.721000', '151134.602000', '151134.605000', '151134.607000', '151134.610000', '151134.612000', '151134.615000', '151134.618000', '151134.620000', '151134.623000', '151134.626000', '151134.628000', '151134.631000', '151134.633000', '151134.636000', '151134.639000', '151134.641000', '151134.644000', '151134.646000', '151134.649000', '151134.652000', '151134.654000', '151134.657000', '151134.659000', '151134.662000', '151134.665000', '151134.667000', '151134.670000', '151134.672000', '151134.675000', '151134.678000', '151134.680000', '151134.683000', '151134.686000', '151134.688000', '151134.691000', '151134.694000', '151134.697000', '151134.700000', '151134.702000', '151134.705000', '151134.708000', '151134.710000', '151134.713000', '151154.601000', '151154.604000', '151154.607000', '151154.610000', '151154.613000', '151154.615000', '151154.618000', '151154.620000', '151154.623000', '151154.626000', '151154.628000', '151154.631000', '151154.633000', '151154.636000', '151154.638000', '151154.641000', '151154.644000', '151154.652000', '151154.655000', '151154.657000', '151154.660000', '151154.663000', '151154.665000', '151154.668000', '151154.670000', '151154.673000', '151154.676000', '151154.678000', '151154.681000', '151154.683000', '151154.686000', '151154.689000', '151154.691000', '151154.694000', '151154.697000', '151154.699000', '151154.702000', '151154.704000', '151154.707000', '151154.710000', '151154.712000', '151154.715000', '151154.717000', '151154.720000', '151214.602000', '151214.604000', '151214.607000', '151214.610000', '151214.612000', '151214.615000', '151214.617000', '151214.620000', '151214.622000', '151214.625000', '151214.628000', '151214.630000', '151214.633000', '151214.635000', '151214.638000', '151214.640000', '151214.643000', '151214.646000', '151214.648000', '151214.651000', '151214.653000', '151214.656000', '151214.659000', '151214.662000', '151214.664000', '151214.667000', '151214.670000', '151214.673000', '151214.675000', '151214.678000', '151214.681000', '151214.683000', '151214.686000', '151214.688000', '151214.691000', '151214.693000', '151214.696000', '151214.699000', '151214.701000', '151214.704000', '151214.706000', '151214.709000', '151214.712000', '151234.601000', '151234.604000', '151234.607000', '151234.609000', '151234.612000', '151234.615000', '151234.617000', '151234.620000', '151234.622000', '151234.625000', '151234.628000', '151234.630000', '151234.633000', '151234.635000', '151234.638000', '151234.640000', '151234.643000', '151234.646000', '151234.648000', '151234.651000', '151234.653000', '151234.656000', '151234.658000', '151234.661000', '151234.664000', '151234.666000', '151234.669000', '151234.671000', '151234.674000', '151234.677000', '151234.679000', '151234.682000', '151234.684000', '151234.687000', '151234.690000', '151234.692000', '151234.695000', '151234.697000', '151234.700000', '151234.703000', '151234.705000', '151234.708000', '151234.711000', '151234.713000', '151254.600000', '151254.603000', '151254.606000', '151254.609000', '151254.611000', '151254.614000', '151254.617000', '151254.619000', '151254.622000', '151254.625000', '151254.627000', '151254.630000', '151254.632000', '151254.635000', '151254.638000', '151254.640000', '151254.643000', '151254.646000', '151254.648000', '151254.651000', '151254.653000', '151254.656000', '151254.659000', '151254.661000', '151254.664000', '151254.666000', '151254.669000', '151254.672000', '151254.674000', '151254.677000', '151254.679000', '151254.682000', '151254.685000', '151254.687000', '151254.690000', '151254.692000', '151254.695000', '151254.697000', '151254.700000', '151254.703000', '151254.705000', '151254.708000', '151254.711000', '151314.600000', '151314.603000', '151314.606000', '151314.608000', '151314.611000', '151314.614000', '151314.616000', '151314.619000', '151314.622000', '151314.624000', '151314.627000', '151314.629000', '151314.632000', '151314.634000', '151314.637000', '151314.640000', '151314.642000', '151314.645000', '151314.647000', '151314.650000', '151314.653000', '151314.655000', '151314.658000', '151314.660000', '151314.663000', '151314.666000', '151314.668000', '151314.671000', '151314.701000', '151314.703000', '151314.706000', '151314.708000', '151314.711000', '151314.713000', '151314.716000', '151314.719000', '151314.721000', '151314.724000', '151314.727000', '151314.729000', '151314.732000', '151314.734000', '151314.737000', '151314.740000', '151334.601000', '151334.603000', '151334.606000', '151334.609000', '151334.611000', '151334.614000', '151334.617000', '151334.619000', '151334.622000', '151334.624000', '151334.629000', '151334.631000', '151334.634000', '151334.636000', '151334.639000', '151334.642000', '151334.644000', '151334.647000', '151334.650000', '151334.652000', '151334.655000', '151334.658000', '151334.660000', '151334.663000', '151334.665000', '151334.668000', '151334.671000', '151334.673000', '151334.676000', '151334.679000', '151334.681000', '151334.684000', '151334.687000', '151334.689000', '151334.692000', '151334.694000', '151334.697000', '151334.700000', '151334.702000', '151334.705000', '151334.707000', '151334.710000', '151334.713000', '151354.602000', '151354.605000', '151354.607000', '151354.639000', '151354.642000', '151354.645000', '151354.647000', '151354.650000', '151354.653000', '151354.655000', '151354.658000', '151354.660000', '151354.663000', '151354.666000', '151354.668000', '151354.671000', '151354.673000', '151354.676000', '151354.679000', '151354.681000', '151354.684000', '151354.686000', '151354.689000', '151354.692000', '151354.694000', '151354.697000', '151354.699000', '151354.702000', '151354.704000', '151354.707000', '151354.710000', '151354.712000', '151354.715000', '151354.717000', '151354.720000', '151354.723000', '151354.725000', '151354.728000', '151354.730000', '151354.733000', '151354.736000', '151354.738000', '151354.741000', '151354.743000', '151414.602000', '151414.604000', '151414.607000', '151414.610000', '151414.612000', '151414.615000', '151414.617000', '151414.620000', '151414.623000', '151414.625000', '151414.628000', '151414.630000', '151414.633000', '151414.636000', '151414.638000', '151414.641000', '151414.644000', '151414.646000', '151414.649000', '151414.651000', '151414.654000', '151414.657000', '151414.659000', '151414.662000', '151414.664000', '151414.667000', '151414.669000', '151414.672000', '151414.675000', '151414.677000', '151414.680000', '151414.682000', '151414.685000', '151414.688000', '151414.690000', '151414.693000', '151414.695000', '151414.698000', '151414.700000', '151414.703000', '151414.706000', '151414.708000', '151414.711000', '151434.601000', '151434.604000', '151434.607000', '151434.609000', '151434.612000', '151434.615000', '151434.617000', '151434.620000', '151434.622000', '151434.625000', '151434.627000', '151434.630000', '151434.633000', '151434.635000', '151434.638000', '151434.640000', '151434.643000', '151434.646000', '151434.648000', '151434.651000', '151434.653000', '151434.656000', '151434.659000', '151434.661000', '151434.664000', '151434.667000', '151434.669000', '151434.672000', '151434.674000', '151434.677000', '151434.680000', '151434.682000', '151434.685000', '151434.687000', '151434.690000', '151434.692000', '151434.695000', '151434.698000', '151434.700000', '151434.703000', '151434.706000', '151434.708000', '151434.711000', '151434.713000', '151444.194000', '151444.197000', '151444.200000', '151444.202000', '151444.205000', '151444.208000', '151444.211000', '151444.213000', '151444.216000', '151444.219000', '151444.221000', '151444.224000', '151444.227000', '151444.230000', '151444.233000', '151444.235000', '151444.238000', '151444.241000', '151444.243000', '151444.246000', '151444.249000'], 'InstanceCreationTime': ['150754.656000', '150754.660000', '150754.662000', '150754.665000', '150754.668000', '150754.676000', '150754.679000', '150754.682000', '150754.684000', '150754.687000', '150754.690000', '150754.692000', '150754.695000', '150754.697000', '150754.700000', '150754.703000', '150754.705000', '150754.708000', '150754.711000', '150754.714000', '150754.716000', '150754.719000', '150754.722000', '150814.600000', '150814.603000', '150814.606000', '150814.608000', '150814.611000', '150814.613000', '150814.616000', '150814.619000', '150814.621000', '150814.624000', '150814.626000', '150814.633000', '150814.635000', '150814.638000', '150814.640000', '150814.643000', '150814.645000', '150814.648000', '150814.650000', '150814.653000', '150814.656000', '150814.658000', '150814.661000', '150814.663000', '150814.666000', '150814.668000', '150814.671000', '150814.674000', '150814.676000', '150814.679000', '150814.681000', '150814.684000', '150814.687000', '150814.689000', '150814.692000', '150814.694000', '150814.697000', '150814.699000', '150814.702000', '150814.704000', '150814.707000', '150814.709000', '150814.712000', '150834.600000', '150834.603000', '150834.606000', '150834.608000', '150834.611000', '150834.613000', '150834.616000', '150834.619000', '150834.621000', '150834.624000', '150834.626000', '150834.629000', '150834.631000', '150834.634000', '150834.636000', '150834.639000', '150834.642000', '150834.644000', '150834.647000', '150834.649000', '150834.652000', '150834.654000', '150834.657000', '150834.659000', '150834.662000', '150834.664000', '150834.667000', '150834.670000', '150834.672000', '150834.675000', '150834.677000', '150834.680000', '150834.682000', '150834.685000', '150834.687000', '150834.690000', '150834.693000', '150834.695000', '150834.698000', '150834.700000', '150834.703000', '150834.705000', '150834.708000', '150834.711000', '150854.600000', '150854.603000', '150854.606000', '150854.609000', '150854.611000', '150854.614000', '150854.616000', '150854.619000', '150854.622000', '150854.624000', '150854.627000', '150854.629000', '150854.632000', '150854.635000', '150854.637000', '150854.640000', '150854.642000', '150854.645000', '150854.647000', '150854.650000', '150854.653000', '150854.655000', '150854.659000', '150854.662000', '150854.664000', '150854.667000', '150854.669000', '150854.672000', '150854.675000', '150854.677000', '150854.680000', '150854.683000', '150854.685000', '150854.688000', '150854.690000', '150854.693000', '150854.695000', '150854.698000', '150854.700000', '150854.703000', '150854.706000', '150854.708000', '150854.711000', '150914.601000', '150914.604000', '150914.607000', '150914.609000', '150914.612000', '150914.614000', '150914.617000', '150914.620000', '150914.622000', '150914.625000', '150914.627000', '150914.630000', '150914.633000', '150914.635000', '150914.638000', '150914.640000', '150914.643000', '150914.646000', '150914.648000', '150914.651000', '150914.653000', '150914.656000', '150914.658000', '150914.661000', '150914.664000', '150914.666000', '150914.669000', '150914.671000', '150914.674000', '150914.676000', '150914.708000', '150914.710000', '150914.713000', '150914.715000', '150914.718000', '150914.720000', '150914.723000', '150914.726000', '150914.728000', '150914.731000', '150914.733000', '150914.736000', '150914.738000', '150914.741000', '150934.601000', '150934.604000', '150934.607000', '150934.609000', '150934.612000', '150934.615000', '150934.617000', '150934.620000', '150934.623000', '150934.625000', '150934.628000', '150934.631000', '150934.633000', '150934.636000', '150934.639000', '150934.641000', '150934.644000', '150934.646000', '150934.649000', '150934.652000', '150934.654000', '150934.657000', '150934.659000', '150934.662000', '150934.665000', '150934.667000', '150934.670000', '150934.672000', '150934.675000', '150934.678000', '150934.680000', '150934.683000', '150934.685000', '150934.688000', '150934.691000', '150934.693000', '150934.696000', '150934.698000', '150934.701000', '150934.704000', '150934.707000', '150934.709000', '150934.712000', '150954.602000', '150954.604000', '150954.607000', '150954.610000', '150954.612000', '150954.615000', '150954.617000', '150954.620000', '150954.622000', '150954.625000', '150954.628000', '150954.630000', '150954.633000', '150954.635000', '150954.638000', '150954.641000', '150954.643000', '150954.646000', '150954.648000', '150954.651000', '150954.654000', '150954.656000', '150954.659000', '150954.661000', '150954.664000', '150954.667000', '150954.669000', '150954.672000', '150954.674000', '150954.677000', '150954.680000', '150954.682000', '150954.685000', '150954.687000', '150954.690000', '150954.693000', '150954.695000', '150954.698000', '150954.700000', '150954.703000', '150954.706000', '150954.708000', '150954.711000', '150954.713000', '151014.601000', '151014.604000', '151014.607000', '151014.609000', '151014.612000', '151014.614000', '151014.617000', '151014.620000', '151014.622000', '151014.625000', '151014.627000', '151014.630000', '151014.632000', '151014.635000', '151014.638000', '151014.640000', '151014.643000', '151014.645000', '151014.648000', '151014.650000', '151014.653000', '151014.656000', '151014.658000', '151014.661000', '151014.663000', '151014.666000', '151014.668000', '151014.671000', '151014.674000', '151014.676000', '151014.679000', '151014.681000', '151014.684000', '151014.686000', '151014.689000', '151014.692000', '151014.694000', '151014.697000', '151014.700000', '151014.703000', '151014.705000', '151014.708000', '151014.710000', '151034.600000', '151034.603000', '151034.606000', '151034.608000', '151034.611000', '151034.614000', '151034.616000', '151034.619000', '151034.621000', '151034.624000', '151034.626000', '151034.629000', '151034.632000', '151034.634000', '151034.637000', '151034.639000', '151034.642000', '151034.644000', '151034.647000', '151034.650000', '151034.652000', '151034.655000', '151034.657000', '151034.660000', '151034.662000', '151034.665000', '151034.668000', '151034.670000', '151034.673000', '151034.676000', '151034.678000', '151034.681000', '151034.683000', '151034.686000', '151034.688000', '151034.691000', '151034.694000', '151034.696000', '151034.699000', '151034.702000', '151034.704000', '151034.707000', '151034.710000', '151034.712000', '151054.600000', '151054.603000', '151054.606000', '151054.608000', '151054.611000', '151054.614000', '151054.616000', '151054.619000', '151054.621000', '151054.624000', '151054.626000', '151054.643000', '151054.645000', '151054.648000', '151054.650000', '151054.653000', '151054.656000', '151054.659000', '151054.662000', '151054.664000', '151054.667000', '151054.670000', '151054.672000', '151054.675000', '151054.677000', '151054.680000', '151054.683000', '151054.685000', '151054.688000', '151054.690000', '151054.693000', '151054.696000', '151054.698000', '151054.701000', '151054.703000', '151054.706000', '151054.709000', '151054.711000', '151054.714000', '151054.716000', '151054.719000', '151054.722000', '151054.725000', '151114.601000', '151114.612000', '151114.615000', '151114.617000', '151114.620000', '151114.623000', '151114.625000', '151114.628000', '151114.630000', '151114.633000', '151114.636000', '151114.638000', '151114.641000', '151114.643000', '151114.646000', '151114.649000', '151114.651000', '151114.654000', '151114.656000', '151114.659000', '151114.662000', '151114.664000', '151114.667000', '151114.669000', '151114.672000', '151114.674000', '151114.677000', '151114.680000', '151114.682000', '151114.685000', '151114.687000', '151114.690000', '151114.693000', '151114.695000', '151114.698000', '151114.700000', '151114.703000', '151114.706000', '151114.708000', '151114.711000', '151114.713000', '151114.716000', '151114.718000', '151114.721000', '151134.602000', '151134.605000', '151134.607000', '151134.610000', '151134.612000', '151134.615000', '151134.618000', '151134.620000', '151134.623000', '151134.626000', '151134.628000', '151134.631000', '151134.633000', '151134.636000', '151134.639000', '151134.641000', '151134.644000', '151134.646000', '151134.649000', '151134.652000', '151134.654000', '151134.657000', '151134.659000', '151134.662000', '151134.665000', '151134.667000', '151134.670000', '151134.672000', '151134.675000', '151134.678000', '151134.680000', '151134.683000', '151134.686000', '151134.688000', '151134.691000', '151134.694000', '151134.697000', '151134.700000', '151134.702000', '151134.705000', '151134.708000', '151134.710000', '151134.713000', '151154.601000', '151154.604000', '151154.607000', '151154.610000', '151154.613000', '151154.615000', '151154.618000', '151154.620000', '151154.623000', '151154.626000', '151154.628000', '151154.631000', '151154.633000', '151154.636000', '151154.638000', '151154.641000', '151154.644000', '151154.652000', '151154.655000', '151154.657000', '151154.660000', '151154.663000', '151154.665000', '151154.668000', '151154.670000', '151154.673000', '151154.676000', '151154.678000', '151154.681000', '151154.683000', '151154.686000', '151154.689000', '151154.691000', '151154.694000', '151154.697000', '151154.699000', '151154.702000', '151154.704000', '151154.707000', '151154.710000', '151154.712000', '151154.715000', '151154.717000', '151154.720000', '151214.602000', '151214.604000', '151214.607000', '151214.610000', '151214.612000', '151214.615000', '151214.617000', '151214.620000', '151214.622000', '151214.625000', '151214.628000', '151214.630000', '151214.633000', '151214.635000', '151214.638000', '151214.640000', '151214.643000', '151214.646000', '151214.648000', '151214.651000', '151214.653000', '151214.656000', '151214.659000', '151214.662000', '151214.664000', '151214.667000', '151214.670000', '151214.673000', '151214.675000', '151214.678000', '151214.681000', '151214.683000', '151214.686000', '151214.688000', '151214.691000', '151214.693000', '151214.696000', '151214.699000', '151214.701000', '151214.704000', '151214.706000', '151214.709000', '151214.712000', '151234.601000', '151234.604000', '151234.607000', '151234.609000', '151234.612000', '151234.615000', '151234.617000', '151234.620000', '151234.622000', '151234.625000', '151234.628000', '151234.630000', '151234.633000', '151234.635000', '151234.638000', '151234.640000', '151234.643000', '151234.646000', '151234.648000', '151234.651000', '151234.653000', '151234.656000', '151234.658000', '151234.661000', '151234.664000', '151234.666000', '151234.669000', '151234.671000', '151234.674000', '151234.677000', '151234.679000', '151234.682000', '151234.684000', '151234.687000', '151234.690000', '151234.692000', '151234.695000', '151234.697000', '151234.700000', '151234.703000', '151234.705000', '151234.708000', '151234.711000', '151234.713000', '151254.600000', '151254.603000', '151254.606000', '151254.609000', '151254.611000', '151254.614000', '151254.617000', '151254.619000', '151254.622000', '151254.625000', '151254.627000', '151254.630000', '151254.632000', '151254.635000', '151254.638000', '151254.640000', '151254.643000', '151254.646000', '151254.648000', '151254.651000', '151254.653000', '151254.656000', '151254.659000', '151254.661000', '151254.664000', '151254.666000', '151254.669000', '151254.672000', '151254.674000', '151254.677000', '151254.679000', '151254.682000', '151254.685000', '151254.687000', '151254.690000', '151254.692000', '151254.695000', '151254.697000', '151254.700000', '151254.703000', '151254.705000', '151254.708000', '151254.711000', '151314.600000', '151314.603000', '151314.606000', '151314.608000', '151314.611000', '151314.614000', '151314.616000', '151314.619000', '151314.622000', '151314.624000', '151314.627000', '151314.629000', '151314.632000', '151314.634000', '151314.637000', '151314.640000', '151314.642000', '151314.645000', '151314.647000', '151314.650000', '151314.653000', '151314.655000', '151314.658000', '151314.660000', '151314.663000', '151314.666000', '151314.668000', '151314.671000', '151314.701000', '151314.703000', '151314.706000', '151314.708000', '151314.711000', '151314.713000', '151314.716000', '151314.719000', '151314.721000', '151314.724000', '151314.727000', '151314.729000', '151314.732000', '151314.734000', '151314.737000', '151314.740000', '151334.601000', '151334.603000', '151334.606000', '151334.609000', '151334.611000', '151334.614000', '151334.617000', '151334.619000', '151334.622000', '151334.624000', '151334.629000', '151334.631000', '151334.634000', '151334.636000', '151334.639000', '151334.642000', '151334.644000', '151334.647000', '151334.650000', '151334.652000', '151334.655000', '151334.658000', '151334.660000', '151334.663000', '151334.665000', '151334.668000', '151334.671000', '151334.673000', '151334.676000', '151334.679000', '151334.681000', '151334.684000', '151334.687000', '151334.689000', '151334.692000', '151334.694000', '151334.697000', '151334.700000', '151334.702000', '151334.705000', '151334.707000', '151334.710000', '151334.713000', '151354.602000', '151354.605000', '151354.607000', '151354.639000', '151354.642000', '151354.645000', '151354.647000', '151354.650000', '151354.653000', '151354.655000', '151354.658000', '151354.660000', '151354.663000', '151354.666000', '151354.668000', '151354.671000', '151354.673000', '151354.676000', '151354.679000', '151354.681000', '151354.684000', '151354.686000', '151354.689000', '151354.692000', '151354.694000', '151354.697000', '151354.699000', '151354.702000', '151354.704000', '151354.707000', '151354.710000', '151354.712000', '151354.715000', '151354.717000', '151354.720000', '151354.723000', '151354.725000', '151354.728000', '151354.730000', '151354.733000', '151354.736000', '151354.738000', '151354.741000', '151354.743000', '151414.602000', '151414.604000', '151414.607000', '151414.610000', '151414.612000', '151414.615000', '151414.617000', '151414.620000', '151414.623000', '151414.625000', '151414.628000', '151414.630000', '151414.633000', '151414.636000', '151414.638000', '151414.641000', '151414.644000', '151414.646000', '151414.649000', '151414.651000', '151414.654000', '151414.657000', '151414.659000', '151414.662000', '151414.664000', '151414.667000', '151414.669000', '151414.672000', '151414.675000', '151414.677000', '151414.680000', '151414.682000', '151414.685000', '151414.688000', '151414.690000', '151414.693000', '151414.695000', '151414.698000', '151414.700000', '151414.703000', '151414.706000', '151414.708000', '151414.711000', '151434.601000', '151434.604000', '151434.607000', '151434.609000', '151434.612000', '151434.615000', '151434.617000', '151434.620000', '151434.622000', '151434.625000', '151434.627000', '151434.630000', '151434.633000', '151434.635000', '151434.638000', '151434.640000', '151434.643000', '151434.646000', '151434.648000', '151434.651000', '151434.653000', '151434.656000', '151434.659000', '151434.661000', '151434.664000', '151434.667000', '151434.669000', '151434.672000', '151434.674000', '151434.677000', '151434.680000', '151434.682000', '151434.685000', '151434.687000', '151434.690000', '151434.692000', '151434.695000', '151434.698000', '151434.700000', '151434.703000', '151434.706000', '151434.708000', '151434.711000', '151434.713000', '151444.194000', '151444.197000', '151444.200000', '151444.202000', '151444.205000', '151444.208000', '151444.211000', '151444.213000', '151444.216000', '151444.219000', '151444.221000', '151444.224000', '151444.227000', '151444.230000', '151444.233000', '151444.235000', '151444.238000', '151444.241000', '151444.243000', '151444.246000', '151444.249000'], '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': [8948, 8246, 11425, 7853, 8811, 11505, 8100, 8628, 10951, 8032, 7802, 10394, 8318, 12119, 8229, 11273, 7902, 10495, 7961, 9354, 7663, 9063, 7469, 8476, 7246, 8463, 7602, 8372, 6920, 8308, 8972, 8400, 10332, 8346, 9564, 8314, 11217, 8351, 12489, 8334, 12238, 8093, 12043, 7724, 11540, 7584, 11439, 7762, 10610, 8059, 9978, 7929, 9345, 7566, 8909, 7663, 9487, 7943, 12424, 8169, 6951, 8372, 8267, 10282, 8499, 13947, 9406, 12294, 12401, 8302, 14054, 8314, 12313, 8197, 10113, 8102, 8820, 8335, 8317, 7416, 8348, 6605, 8325, 11886, 8478, 12585, 8403, 11566, 8182, 10696, 8272, 10137, 8369, 9668, 8275, 9755, 8616, 10105, 8507, 8928, 7427, 8645, 10534, 9013, 9379, 8631, 12456, 8823, 13882, 8444, 13113, 8497, 12231, 8150, 11880, 8247, 10530, 8149, 9995, 8169, 10402, 8474, 8456, 8660, 9088, 9076, 7760, 8989, 14449, 8601, 12841, 8355, 10436, 8256, 9025, 8582, 8851, 9117, 8599, 7660, 8436, 7650, 8382, 7089, 8397, 8628, 8639, 9043, 9899, 8115, 9518, 8205, 10873, 8776, 10142, 8283, 8816, 8218, 8688, 8402, 8631, 7852, 13022, 8405, 8112, 8606, 8369, 13569, 8522, 14917, 9388, 14142, 8067, 8490, 8279, 8711, 13137, 8714, 11109, 8492, 7545, 8540, 8340, 8636, 8467, 9536, 7944, 11641, 8350, 12206, 8508, 12504, 8215, 12358, 8336, 11104, 8546, 9542, 8456, 8707, 8759, 8497, 7638, 8599, 9569, 8539, 8877, 8583, 10302, 8807, 11744, 8508, 10411, 8750, 12128, 8407, 12601, 8311, 11157, 8374, 10231, 8192, 11068, 8457, 11145, 8456, 10776, 8208, 10046, 8693, 7948, 8565, 8415, 8982, 9485, 8776, 7998, 8820, 8058, 8822, 8927, 8829, 8458, 9251, 8825, 9610, 8505, 8997, 8796, 9938, 8669, 11557, 8336, 10304, 8509, 9118, 8682, 8942, 8385, 8794, 8309, 8711, 8675, 8844, 8526, 9058, 8599, 9828, 8534, 8724, 8565, 8711, 9080, 9254, 8713, 9541, 8840, 10016, 8818, 8782, 8515, 8863, 8671, 8869, 12860, 8817, 12231, 8626, 10510, 8359, 9765, 8729, 9013, 8623, 8638, 8505, 8748, 8427, 8756, 8443, 8644, 8589, 9110, 8497, 9241, 8841, 8945, 8676, 8732, 8696, 8757, 7835, 8689, 9563, 8903, 7900, 8774, 8801, 8748, 11058, 8710, 9432, 8858, 12674, 8346, 12068, 8374, 10938, 8157, 9823, 8518, 10355, 8585, 8857, 8733, 8703, 8449, 9063, 8511, 8959, 8857, 8866, 9118, 8668, 8981, 8736, 8667, 10320, 8814, 12333, 8768, 11640, 8586, 11850, 8930, 11858, 8512, 8595, 8634, 9642, 8838, 10749, 8377, 10142, 8246, 11375, 8433, 11827, 8854, 10084, 8816, 12251, 8792, 10270, 8649, 7904, 8698, 8164, 8828, 8442, 8565, 8544, 8481, 8581, 9341, 10547, 8911, 14194, 9034, 10698, 8170, 10597, 8440, 9558, 8547, 9273, 8687, 9259, 8748, 8663, 8248, 10361, 8441, 11649, 8670, 9516, 8531, 8729, 8744, 8577, 8665, 8693, 8272, 8682, 10679, 8760, 7703, 8679, 8061, 8734, 8993, 8645, 7754, 8701, 7646, 8602, 8681, 9080, 8516, 9056, 8276, 10454, 8414, 10242, 8686, 8744, 8617, 8962, 8693, 9904, 8798, 8954, 8485, 8823, 9048, 9044, 8094, 8590, 8480, 8687, 12397, 8611, 11803, 8827, 10429, 8481, 9986, 8641, 8799, 8690, 8622, 8554, 8583, 8245, 8417, 7706, 8466, 9047, 8825, 11384, 8500, 11302, 8517, 10496, 8500, 11150, 8485, 11305, 8389, 10955, 8397, 10749, 8733, 9150, 8843, 8578, 8799, 8471, 8017, 8692, 9904, 9015, 11396, 8419, 7860, 8809, 8004, 8858, 8673, 9927, 8406, 8707, 8538, 10815, 8671, 8174, 9022, 12867, 8714, 12901, 8679, 9850, 8408, 8762, 11182, 8583, 11329, 7863, 10061, 8506, 8520, 8036, 8658, 7406, 8338, 10200, 8548, 10581, 7914, 10101, 7974, 10167, 7983, 9581, 8316, 9562, 8724, 8670, 8528, 8739, 8092, 8695, 10428, 8765, 7451, 8677, 8936, 8814, 7483, 12032, 8786, 9455, 8975, 8782, 10960, 15934, 11738, 12602, 9366, 10849, 8587, 8621, 8034, 8570, 11861, 8433, 10393, 8622, 10591, 8522, 9944, 8020, 10323, 8730, 9740, 8378, 11388, 8096, 11099, 8256, 10736, 8036, 8603, 11453, 8771, 12525, 8539, 10367, 8114, 9805, 8592, 8587, 8257, 8470, 10541, 8830, 10517, 8702, 10765, 8171, 10219, 8719, 9003, 8265, 8501, 7865, 8581, 7978, 8673, 8189, 8587, 8352, 8746, 8302, 10950, 8408, 10055, 8432, 8622, 12164, 8641, 11698, 8647, 8822, 7942, 8609, 10191, 8555, 11929, 8745, 8487, 8834, 9118, 8569, 10367, 8506, 8309, 8216, 7862, 10137, 8638, 10226, 14248, 8622, 10291, 7682, 8630, 10178, 8416, 10706, 7941, 12950, 8780, 10927, 8983, 12422, 8765, 14868, 11919, 14848, 8461, 8800, 8601, 8720, 14210, 8938, 12723, 8641, 10387, 8478, 9131, 8619, 8713, 7989, 8485, 7483, 8693, 8779, 8513, 10745, 8511, 10020, 8187, 9188, 8219, 8615, 8130, 8955, 8339, 10601, 8245, 10524, 8232, 10520, 7840, 9955, 7863, 9684, 7501, 8865, 6971, 8518, 6708, 8197, 6671, 8050, 7052, 7783, 6654, 7977, 6563, 7794, 6760, 8246, 6859, 8887, 6852, 8764, 6534, 10201, 7605, 9348, 7788, 8608, 8974, 7836, 13383, 8792, 10998, 7381, 9234, 6567, 8525, 10999, 8157, 12568, 7828, 10324, 7295, 9555, 7066, 8662, 9168, 8225, 12015, 8029, 10587, 7405, 9268, 7344, 8726, 6921, 8500, 7422, 8778, 11010, 8205, 11277, 7929, 10053, 7902, 8736, 7417, 8559, 7349, 9285, 6991, 8670, 9684, 8488, 11805, 8188, 10229, 7670, 8844, 7332, 8458, 7442, 8880, 7877, 9153, 7128, 8800, 8010, 7660, 7630, 7779, 8003, 9125, 8113, 9119, 9298, 11933, 8266, 9053, 8856, 12130, 10180, 8663, 8189, 12918, 8974, 15359, 10487, 15163, 15712, 12405, 13931, 9200, 8510, 8144, 8354, 12210, 8643, 11321, 8543, 9466, 8779, 8679, 8295, 8440, 9902, 8507, 10939, 8584, 9923, 7953, 8650, 8072, 8336, 7371, 8425, 7127, 8425, 10395, 8616, 11707, 8260, 10401, 7846, 8785, 7986, 8657, 7337, 8432, 7160, 8498, 10797, 8343, 11557, 8183, 9710, 7828, 8664, 7714, 8737, 7342, 8403, 6733, 8301, 10547, 8255, 8882, 8507, 11770, 7937, 11056, 7747, 10416, 7922, 8881, 7946, 8598, 7930, 9007, 7711, 8478, 7257, 8388, 11803, 8375, 11184, 8149, 9857, 7530, 8723, 8103, 7238, 12107, 7813, 8659, 8168, 11954, 9700, 10259, 8620, 8617, 15347, 8861, 11921, 8039, 10312, 7015, 8611, 8638, 7629, 12996, 7954, 11563, 7099, 10361, 6701, 9368, 8046], 'WindowCenter': [3875.0, 3861.0, 3865.0, 3832.0, 3844.0, 3865.0, 3831.0, 3846.0, 3865.0, 3845.0, 3849.0, 3852.0, 3830.0, 3849.0, 3833.0, 3851.0, 3820.0, 3839.0, 3821.0, 3828.0, 3819.0, 3829.0, 3819.0, 3830.0, 3820.0, 3831.0, 3821.0, 3833.0, 3822.0, 3844.0, 3843.0, 3845.0, 3855.0, 3846.0, 3855.0, 3846.0, 3866.0, 3848.0, 3878.0, 3850.0, 3868.0, 3848.0, 3878.0, 3837.0, 3867.0, 3838.0, 3867.0, 3836.0, 3855.0, 3847.0, 3856.0, 3847.0, 3856.0, 3836.0, 3875.0, 3894.0, 3917.0, 3802.0, 3848.0, 3833.0, 3824.0, 3848.0, 3850.0, 3871.0, 3862.0, 3893.0, 3858.0, 3880.0, 3868.0, 3834.0, 3876.0, 3835.0, 3865.0, 3846.0, 3843.0, 3833.0, 3842.0, 3835.0, 3834.0, 3834.0, 3833.0, 3812.0, 3846.0, 3878.0, 3847.0, 3877.0, 3846.0, 3865.0, 3847.0, 3856.0, 3848.0, 3856.0, 3846.0, 3856.0, 3848.0, 3857.0, 3847.0, 3857.0, 3847.0, 3847.0, 3837.0, 3847.0, 3857.0, 3846.0, 3845.0, 3845.0, 3867.0, 3845.0, 3878.0, 3835.0, 3865.0, 3844.0, 3865.0, 3835.0, 3864.0, 3834.0, 3853.0, 3834.0, 3854.0, 3846.0, 3855.0, 3846.0, 3846.0, 3847.0, 3858.0, 3859.0, 3837.0, 3847.0, 3878.0, 3834.0, 3865.0, 3834.0, 3842.0, 3832.0, 3831.0, 3843.0, 3832.0, 3844.0, 3832.0, 3822.0, 3832.0, 3821.0, 3833.0, 3823.0, 3833.0, 3845.0, 3845.0, 3847.0, 3858.0, 3847.0, 3856.0, 3847.0, 3868.0, 3846.0, 3857.0, 3836.0, 3845.0, 3834.0, 3844.0, 3833.0, 3833.0, 3832.0, 3878.0, 3848.0, 3848.0, 3848.0, 3848.0, 3879.0, 3847.0, 3878.0, 3846.0, 3876.0, 3822.0, 3831.0, 3830.0, 3830.0, 3862.0, 3832.0, 3851.0, 3830.0, 3821.0, 3831.0, 3833.0, 3843.0, 3846.0, 3854.0, 3835.0, 3866.0, 3848.0, 3867.0, 3846.0, 3867.0, 3835.0, 3865.0, 3835.0, 3853.0, 3832.0, 3843.0, 3832.0, 3832.0, 3833.0, 3831.0, 3821.0, 3832.0, 3842.0, 3844.0, 3843.0, 3832.0, 3853.0, 3843.0, 3853.0, 3844.0, 3853.0, 3832.0, 3863.0, 3832.0, 3862.0, 3834.0, 3852.0, 3832.0, 3842.0, 3832.0, 3854.0, 3833.0, 3852.0, 3833.0, 3854.0, 3833.0, 3857.0, 3845.0, 3834.0, 3845.0, 3833.0, 3843.0, 3844.0, 3832.0, 3821.0, 3831.0, 3819.0, 3831.0, 3831.0, 3831.0, 3832.0, 3842.0, 3844.0, 3844.0, 3833.0, 3831.0, 3833.0, 3841.0, 3833.0, 3853.0, 3832.0, 3841.0, 3833.0, 3832.0, 3831.0, 3830.0, 3831.0, 3831.0, 3831.0, 3832.0, 3831.0, 3830.0, 3833.0, 3842.0, 3832.0, 3855.0, 3833.0, 3831.0, 3834.0, 3832.0, 3843.0, 3844.0, 3833.0, 3842.0, 3844.0, 3843.0, 3843.0, 3833.0, 3832.0, 3832.0, 3833.0, 3842.0, 3864.0, 3843.0, 3852.0, 3831.0, 3841.0, 3831.0, 3841.0, 3831.0, 3829.0, 3830.0, 3829.0, 3831.0, 3831.0, 3832.0, 3830.0, 3832.0, 3830.0, 3831.0, 3832.0, 3832.0, 3830.0, 3831.0, 3830.0, 3830.0, 3832.0, 3831.0, 3831.0, 3820.0, 3831.0, 3842.0, 3843.0, 3821.0, 3831.0, 3843.0, 3832.0, 3853.0, 3833.0, 3842.0, 3832.0, 3863.0, 3831.0, 3851.0, 3833.0, 3840.0, 3820.0, 3840.0, 3831.0, 3842.0, 3832.0, 3830.0, 3831.0, 3829.0, 3831.0, 3832.0, 3832.0, 3831.0, 3843.0, 3844.0, 3843.0, 3833.0, 3843.0, 3830.0, 3845.0, 3843.0, 3844.0, 3864.0, 3833.0, 3853.0, 3833.0, 3853.0, 3832.0, 3852.0, 3830.0, 3818.0, 3831.0, 3829.0, 3831.0, 3852.0, 3831.0, 3841.0, 3833.0, 3852.0, 3833.0, 3863.0, 3844.0, 3853.0, 3844.0, 3863.0, 3832.0, 3855.0, 3832.0, 3822.0, 3831.0, 3831.0, 3831.0, 3832.0, 3845.0, 3833.0, 3832.0, 3844.0, 3843.0, 3854.0, 3843.0, 3863.0, 3829.0, 3840.0, 3819.0, 3841.0, 3830.0, 3829.0, 3831.0, 3829.0, 3831.0, 3831.0, 3831.0, 3830.0, 3832.0, 3841.0, 3834.0, 3853.0, 3832.0, 3841.0, 3832.0, 3831.0, 3830.0, 3830.0, 3829.0, 3818.0, 3831.0, 3830.0, 3842.0, 3831.0, 3818.0, 3818.0, 3821.0, 3830.0, 3831.0, 3832.0, 3820.0, 3830.0, 3820.0, 3831.0, 3832.0, 3832.0, 3832.0, 3831.0, 3832.0, 3853.0, 3831.0, 3843.0, 3832.0, 3831.0, 3834.0, 3832.0, 3832.0, 3844.0, 3832.0, 3831.0, 3831.0, 3830.0, 3830.0, 3831.0, 3819.0, 3829.0, 3830.0, 3830.0, 3851.0, 3833.0, 3852.0, 3830.0, 3839.0, 3829.0, 3839.0, 3830.0, 3818.0, 3829.0, 3829.0, 3831.0, 3829.0, 3830.0, 3830.0, 3819.0, 3830.0, 3831.0, 3830.0, 3852.0, 3832.0, 3851.0, 3830.0, 3851.0, 3831.0, 3853.0, 3832.0, 3851.0, 3830.0, 3852.0, 3831.0, 3852.0, 3832.0, 3829.0, 3831.0, 3830.0, 3830.0, 3831.0, 3820.0, 3830.0, 3841.0, 3830.0, 3851.0, 3830.0, 3820.0, 3830.0, 3832.0, 3842.0, 3844.0, 3857.0, 3845.0, 3832.0, 3848.0, 3867.0, 3859.0, 3847.0, 3860.0, 3881.0, 3846.0, 3866.0, 3833.0, 3841.0, 3821.0, 3831.0, 3851.0, 3830.0, 3851.0, 3819.0, 3841.0, 3831.0, 3829.0, 3820.0, 3830.0, 3808.0, 3832.0, 3841.0, 3831.0, 3853.0, 3832.0, 3841.0, 3833.0, 3853.0, 3834.0, 3842.0, 3835.0, 3844.0, 3845.0, 3833.0, 3845.0, 3833.0, 3834.0, 3833.0, 3857.0, 3845.0, 3823.0, 3833.0, 3832.0, 3832.0, 3820.0, 3866.0, 3845.0, 3844.0, 3845.0, 3844.0, 3856.0, 3876.0, 3853.0, 3850.0, 3831.0, 3839.0, 3818.0, 3818.0, 3818.0, 3818.0, 3850.0, 3831.0, 3838.0, 3829.0, 3838.0, 3829.0, 3838.0, 3831.0, 3842.0, 3832.0, 3843.0, 3845.0, 3853.0, 3846.0, 3854.0, 3834.0, 3854.0, 3833.0, 3832.0, 3854.0, 3831.0, 3852.0, 3831.0, 3840.0, 3820.0, 3840.0, 3830.0, 3829.0, 3829.0, 3819.0, 3839.0, 3831.0, 3840.0, 3830.0, 3840.0, 3831.0, 3839.0, 3831.0, 3829.0, 3819.0, 3830.0, 3831.0, 3831.0, 3832.0, 3833.0, 3832.0, 3831.0, 3845.0, 3845.0, 3848.0, 3855.0, 3845.0, 3844.0, 3833.0, 3832.0, 3863.0, 3831.0, 3851.0, 3830.0, 3828.0, 3817.0, 3817.0, 3838.0, 3828.0, 3851.0, 3828.0, 3817.0, 3829.0, 3829.0, 3831.0, 3841.0, 3827.0, 3816.0, 3815.0, 3818.0, 3853.0, 3845.0, 3855.0, 3863.0, 3829.0, 3839.0, 3804.0, 3827.0, 3837.0, 3816.0, 3837.0, 3815.0, 3849.0, 3828.0, 3838.0, 3828.0, 3849.0, 3816.0, 3859.0, 3835.0, 3844.0, 3800.0, 3799.0, 3799.0, 3798.0, 3831.0, 3798.0, 3829.0, 3799.0, 3808.0, 3799.0, 3798.0, 3799.0, 3799.0, 3799.0, 3800.0, 3790.0, 3811.0, 3800.0, 3812.0, 3822.0, 3813.0, 3824.0, 3814.0, 3824.0, 3816.0, 3814.0, 3817.0, 3828.0, 3830.0, 3850.0, 3831.0, 3852.0, 3831.0, 3852.0, 3833.0, 3842.0, 3832.0, 3841.0, 3821.0, 3842.0, 3823.0, 3832.0, 3811.0, 3831.0, 3823.0, 3833.0, 3822.0, 3835.0, 3823.0, 3833.0, 3823.0, 3834.0, 3824.0, 3845.0, 3825.0, 3856.0, 3826.0, 3846.0, 3828.0, 3884.0, 3849.0, 3873.0, 3850.0, 3861.0, 3859.0, 3836.0, 3877.0, 3845.0, 3854.0, 3835.0, 3843.0, 3824.0, 3844.0, 3854.0, 3833.0, 3864.0, 3832.0, 3853.0, 3822.0, 3854.0, 3821.0, 3831.0, 3841.0, 3832.0, 3862.0, 3833.0, 3851.0, 3821.0, 3840.0, 3833.0, 3842.0, 3821.0, 3843.0, 3820.0, 3831.0, 3852.0, 3832.0, 3852.0, 3834.0, 3841.0, 3831.0, 3829.0, 3833.0, 3830.0, 3821.0, 3842.0, 3809.0, 3830.0, 3841.0, 3842.0, 3852.0, 3832.0, 3842.0, 3833.0, 3842.0, 3822.0, 3831.0, 3833.0, 3856.0, 3849.0, 3858.0, 3837.0, 3859.0, 3846.0, 3851.0, 3863.0, 3860.0, 3848.0, 3841.0, 3835.0, 3857.0, 3859.0, 3867.0, 3830.0, 3831.0, 3814.0, 3849.0, 3840.0, 3832.0, 3831.0, 3863.0, 3831.0, 3875.0, 3852.0, 3875.0, 3862.0, 3837.0, 3846.0, 3812.0, 3800.0, 3788.0, 3799.0, 3831.0, 3811.0, 3822.0, 3801.0, 3810.0, 3798.0, 3799.0, 3800.0, 3814.0, 3824.0, 3813.0, 3822.0, 3812.0, 3823.0, 3804.0, 3813.0, 3816.0, 3827.0, 3806.0, 3816.0, 3807.0, 3830.0, 3851.0, 3830.0, 3862.0, 3831.0, 3839.0, 3830.0, 3830.0, 3830.0, 3832.0, 3819.0, 3829.0, 3809.0, 3842.0, 3852.0, 3831.0, 3852.0, 3830.0, 3839.0, 3820.0, 3830.0, 3820.0, 3842.0, 3819.0, 3830.0, 3810.0, 3832.0, 3852.0, 3832.0, 3843.0, 3843.0, 3864.0, 3833.0, 3863.0, 3833.0, 3853.0, 3832.0, 3829.0, 3834.0, 3842.0, 3833.0, 3845.0, 3832.0, 3833.0, 3821.0, 3844.0, 3865.0, 3833.0, 3853.0, 3833.0, 3852.0, 3831.0, 3842.0, 3832.0, 3820.0, 3877.0, 3847.0, 3857.0, 3860.0, 3880.0, 3857.0, 3857.0, 3832.0, 3832.0, 3875.0, 3843.0, 3863.0, 3831.0, 3852.0, 3820.0, 3830.0, 3830.0, 3831.0, 3861.0, 3832.0, 3851.0, 3820.0, 3853.0, 3822.0, 3842.0, 3834.0], 'WindowWidth': [8700.0, 8671.0, 8664.0, 8612.0, 8633.0, 8664.0, 8612.0, 8639.0, 8661.0, 8635.0, 8644.0, 8636.0, 8604.0, 8627.0, 8614.0, 8635.0, 8592.0, 8614.0, 8593.0, 8600.0, 8589.0, 8602.0, 8590.0, 8605.0, 8591.0, 8608.0, 8594.0, 8614.0, 8597.0, 8629.0, 8628.0, 8632.0, 8646.0, 8636.0, 8645.0, 8635.0, 8663.0, 8642.0, 8681.0, 8648.0, 8668.0, 8643.0, 8682.0, 8625.0, 8664.0, 8628.0, 8663.0, 8621.0, 8646.0, 8639.0, 8649.0, 8638.0, 8649.0, 8623.0, 8689.0, 8733.0, 8771.0, 8550.0, 8621.0, 8613.0, 8605.0, 8640.0, 8647.0, 8676.0, 8668.0, 8712.0, 8655.0, 8688.0, 8667.0, 8616.0, 8676.0, 8616.0, 8659.0, 8635.0, 8626.0, 8613.0, 8625.0, 8617.0, 8616.0, 8618.0, 8614.0, 8584.0, 8635.0, 8682.0, 8638.0, 8678.0, 8634.0, 8660.0, 8638.0, 8648.0, 8643.0, 8650.0, 8637.0, 8647.0, 8642.0, 8653.0, 8637.0, 8651.0, 8638.0, 8637.0, 8626.0, 8637.0, 8652.0, 8637.0, 8631.0, 8631.0, 8666.0, 8631.0, 8684.0, 8618.0, 8658.0, 8629.0, 8658.0, 8619.0, 8658.0, 8615.0, 8638.0, 8618.0, 8641.0, 8634.0, 8646.0, 8636.0, 8638.0, 8640.0, 8654.0, 8659.0, 8625.0, 8637.0, 8685.0, 8617.0, 8658.0, 8615.0, 8623.0, 8610.0, 8607.0, 8628.0, 8612.0, 8629.0, 8610.0, 8596.0, 8609.0, 8595.0, 8615.0, 8599.0, 8613.0, 8632.0, 8632.0, 8638.0, 8655.0, 8639.0, 8648.0, 8638.0, 8666.0, 8636.0, 8652.0, 8620.0, 8631.0, 8616.0, 8630.0, 8614.0, 8612.0, 8608.0, 8684.0, 8643.0, 8643.0, 8643.0, 8642.0, 8685.0, 8638.0, 8687.0, 8635.0, 8676.0, 8596.0, 8605.0, 8605.0, 8604.0, 8650.0, 8612.0, 8634.0, 8603.0, 8595.0, 8609.0, 8614.0, 8627.0, 8634.0, 8643.0, 8619.0, 8662.0, 8644.0, 8665.0, 8635.0, 8664.0, 8619.0, 8658.0, 8619.0, 8639.0, 8611.0, 8624.0, 8609.0, 8610.0, 8612.0, 8608.0, 8595.0, 8611.0, 8623.0, 8629.0, 8626.0, 8610.0, 8641.0, 8625.0, 8640.0, 8631.0, 8640.0, 8609.0, 8653.0, 8609.0, 8649.0, 8618.0, 8636.0, 8609.0, 8623.0, 8610.0, 8643.0, 8615.0, 8638.0, 8613.0, 8641.0, 8614.0, 8651.0, 8633.0, 8615.0, 8630.0, 8613.0, 8628.0, 8630.0, 8608.0, 8593.0, 8605.0, 8589.0, 8606.0, 8607.0, 8607.0, 8609.0, 8622.0, 8627.0, 8631.0, 8611.0, 8606.0, 8612.0, 8622.0, 8614.0, 8638.0, 8609.0, 8621.0, 8611.0, 8609.0, 8607.0, 8603.0, 8608.0, 8606.0, 8606.0, 8612.0, 8608.0, 8605.0, 8613.0, 8624.0, 8611.0, 8646.0, 8612.0, 8608.0, 8615.0, 8610.0, 8624.0, 8629.0, 8612.0, 8623.0, 8628.0, 8625.0, 8627.0, 8612.0, 8610.0, 8608.0, 8612.0, 8623.0, 8657.0, 8627.0, 8639.0, 8606.0, 8620.0, 8606.0, 8621.0, 8608.0, 8602.0, 8604.0, 8602.0, 8608.0, 8608.0, 8610.0, 8605.0, 8607.0, 8605.0, 8608.0, 8611.0, 8610.0, 8605.0, 8606.0, 8604.0, 8602.0, 8611.0, 8606.0, 8606.0, 8592.0, 8606.0, 8622.0, 8626.0, 8593.0, 8608.0, 8626.0, 8608.0, 8640.0, 8613.0, 8624.0, 8609.0, 8652.0, 8606.0, 8632.0, 8613.0, 8618.0, 8592.0, 8617.0, 8608.0, 8623.0, 8608.0, 8602.0, 8607.0, 8602.0, 8608.0, 8610.0, 8611.0, 8607.0, 8626.0, 8626.0, 8626.0, 8612.0, 8626.0, 8606.0, 8632.0, 8625.0, 8628.0, 8657.0, 8612.0, 8639.0, 8612.0, 8638.0, 8608.0, 8634.0, 8603.0, 8584.0, 8608.0, 8601.0, 8606.0, 8635.0, 8608.0, 8622.0, 8613.0, 8636.0, 8614.0, 8653.0, 8627.0, 8641.0, 8630.0, 8652.0, 8609.0, 8647.0, 8611.0, 8596.0, 8606.0, 8608.0, 8607.0, 8611.0, 8631.0, 8612.0, 8610.0, 8629.0, 8627.0, 8642.0, 8626.0, 8656.0, 8601.0, 8619.0, 8587.0, 8620.0, 8605.0, 8601.0, 8606.0, 8602.0, 8606.0, 8606.0, 8605.0, 8604.0, 8611.0, 8619.0, 8616.0, 8639.0, 8609.0, 8620.0, 8609.0, 8605.0, 8602.0, 8603.0, 8601.0, 8585.0, 8607.0, 8603.0, 8622.0, 8606.0, 8586.0, 8586.0, 8593.0, 8603.0, 8608.0, 8609.0, 8590.0, 8605.0, 8590.0, 8607.0, 8610.0, 8610.0, 8611.0, 8608.0, 8610.0, 8638.0, 8606.0, 8625.0, 8608.0, 8605.0, 8615.0, 8611.0, 8610.0, 8629.0, 8610.0, 8608.0, 8606.0, 8604.0, 8603.0, 8606.0, 8589.0, 8601.0, 8605.0, 8604.0, 8635.0, 8613.0, 8637.0, 8602.0, 8616.0, 8602.0, 8615.0, 8604.0, 8585.0, 8602.0, 8600.0, 8607.0, 8602.0, 8605.0, 8606.0, 8590.0, 8603.0, 8609.0, 8605.0, 8637.0, 8610.0, 8634.0, 8605.0, 8635.0, 8607.0, 8640.0, 8611.0, 8635.0, 8606.0, 8636.0, 8607.0, 8638.0, 8609.0, 8603.0, 8607.0, 8604.0, 8604.0, 8609.0, 8590.0, 8604.0, 8620.0, 8605.0, 8635.0, 8605.0, 8592.0, 8605.0, 8610.0, 8623.0, 8629.0, 8653.0, 8633.0, 8607.0, 8640.0, 8666.0, 8657.0, 8639.0, 8661.0, 8690.0, 8634.0, 8661.0, 8611.0, 8619.0, 8592.0, 8605.0, 8633.0, 8603.0, 8633.0, 8588.0, 8620.0, 8605.0, 8600.0, 8590.0, 8605.0, 8573.0, 8610.0, 8623.0, 8608.0, 8639.0, 8610.0, 8621.0, 8614.0, 8639.0, 8615.0, 8624.0, 8617.0, 8629.0, 8632.0, 8613.0, 8632.0, 8614.0, 8616.0, 8613.0, 8651.0, 8631.0, 8599.0, 8612.0, 8611.0, 8609.0, 8589.0, 8664.0, 8633.0, 8629.0, 8633.0, 8630.0, 8647.0, 8682.0, 8637.0, 8631.0, 8605.0, 8613.0, 8586.0, 8584.0, 8584.0, 8585.0, 8631.0, 8608.0, 8613.0, 8600.0, 8611.0, 8600.0, 8613.0, 8608.0, 8624.0, 8611.0, 8626.0, 8632.0, 8641.0, 8637.0, 8642.0, 8615.0, 8641.0, 8613.0, 8608.0, 8643.0, 8607.0, 8637.0, 8606.0, 8618.0, 8589.0, 8619.0, 8603.0, 8603.0, 8601.0, 8587.0, 8616.0, 8605.0, 8618.0, 8603.0, 8617.0, 8606.0, 8615.0, 8607.0, 8601.0, 8588.0, 8602.0, 8609.0, 8609.0, 8611.0, 8613.0, 8610.0, 8609.0, 8631.0, 8636.0, 8643.0, 8647.0, 8633.0, 8630.0, 8615.0, 8611.0, 8654.0, 8607.0, 8637.0, 8605.0, 8599.0, 8582.0, 8581.0, 8611.0, 8598.0, 8635.0, 8599.0, 8584.0, 8599.0, 8605.0, 8608.0, 8620.0, 8596.0, 8577.0, 8575.0, 8586.0, 8640.0, 8634.0, 8649.0, 8657.0, 8601.0, 8615.0, 8562.0, 8596.0, 8609.0, 8582.0, 8610.0, 8576.0, 8634.0, 8602.0, 8614.0, 8600.0, 8630.0, 8582.0, 8647.0, 8605.0, 8614.0, 8549.0, 8545.0, 8545.0, 8544.0, 8591.0, 8543.0, 8588.0, 8546.0, 8559.0, 8548.0, 8545.0, 8549.0, 8548.0, 8549.0, 8550.0, 8537.0, 8565.0, 8552.0, 8569.0, 8584.0, 8573.0, 8589.0, 8577.0, 8590.0, 8581.0, 8577.0, 8584.0, 8600.0, 8607.0, 8634.0, 8609.0, 8639.0, 8610.0, 8638.0, 8615.0, 8626.0, 8613.0, 8624.0, 8598.0, 8624.0, 8600.0, 8613.0, 8583.0, 8609.0, 8601.0, 8616.0, 8600.0, 8621.0, 8601.0, 8614.0, 8601.0, 8619.0, 8606.0, 8634.0, 8610.0, 8651.0, 8611.0, 8639.0, 8617.0, 8703.0, 8645.0, 8684.0, 8648.0, 8664.0, 8658.0, 8623.0, 8683.0, 8634.0, 8646.0, 8619.0, 8628.0, 8606.0, 8630.0, 8646.0, 8616.0, 8660.0, 8612.0, 8643.0, 8600.0, 8645.0, 8597.0, 8610.0, 8621.0, 8611.0, 8651.0, 8614.0, 8637.0, 8596.0, 8619.0, 8618.0, 8625.0, 8598.0, 8629.0, 8595.0, 8609.0, 8641.0, 8614.0, 8638.0, 8618.0, 8622.0, 8607.0, 8604.0, 8617.0, 8608.0, 8596.0, 8626.0, 8578.0, 8607.0, 8624.0, 8625.0, 8639.0, 8613.0, 8625.0, 8614.0, 8625.0, 8600.0, 8609.0, 8615.0, 8650.0, 8647.0, 8657.0, 8630.0, 8660.0, 8637.0, 8651.0, 8672.0, 8666.0, 8639.0, 8616.0, 8618.0, 8652.0, 8656.0, 8667.0, 8604.0, 8604.0, 8571.0, 8627.0, 8619.0, 8610.0, 8609.0, 8654.0, 8611.0, 8679.0, 8639.0, 8680.0, 8658.0, 8610.0, 8621.0, 8567.0, 8549.0, 8530.0, 8546.0, 8593.0, 8566.0, 8583.0, 8554.0, 8562.0, 8546.0, 8547.0, 8551.0, 8576.0, 8587.0, 8572.0, 8583.0, 8571.0, 8586.0, 8561.0, 8575.0, 8585.0, 8599.0, 8568.0, 8583.0, 8571.0, 8606.0, 8639.0, 8608.0, 8652.0, 8608.0, 8617.0, 8608.0, 8609.0, 8608.0, 8611.0, 8589.0, 8603.0, 8575.0, 8623.0, 8639.0, 8610.0, 8640.0, 8606.0, 8616.0, 8592.0, 8607.0, 8594.0, 8626.0, 8591.0, 8605.0, 8583.0, 8613.0, 8638.0, 8612.0, 8628.0, 8626.0, 8658.0, 8616.0, 8656.0, 8616.0, 8641.0, 8611.0, 8606.0, 8618.0, 8626.0, 8615.0, 8634.0, 8614.0, 8615.0, 8598.0, 8633.0, 8663.0, 8616.0, 8642.0, 8614.0, 8639.0, 8611.0, 8625.0, 8613.0, 8592.0, 8682.0, 8642.0, 8656.0, 8664.0, 8691.0, 8653.0, 8652.0, 8611.0, 8611.0, 8676.0, 8627.0, 8656.0, 8610.0, 8639.0, 8592.0, 8607.0, 8606.0, 8609.0, 8651.0, 8612.0, 8637.0, 8595.0, 8641.0, 8602.0, 8625.0, 8617.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.004718719912472648</td></tr>
<tr><td colspan=3>aqi</td><td>0.028831481181619257</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.290642883494044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3023670827491787</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0782286004819266</td></tr>
<tr><td colspan=3>efc</td><td>0.522</td></tr>
<tr><td colspan=3>fber</td><td>4776.9756</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10532183424590594</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.111597374179431</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4457681619879303</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3217516719178537</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.680397299730712</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3351555143152254</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153819</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011800678446888924</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037922535091638565</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>4.286003111004751</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>21.0144</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8235</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.6559</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284381.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>860.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.1391</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3683</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>440.3198</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2989.1287</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92163.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>722.3474</td></tr>
<tr><td colspan=3>tsnr</td><td>36.60758460499346</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>