<?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-0001_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-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0001/figures/sub-0001_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-0001/figures/sub-0001_ses-02_task-faces_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0001/figures/sub-0001_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-0001/ses-02/func/sub-0001_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>ebd421877ddb3d3a644d4878b21a5bd4</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:34:54.165000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, -0.0235779, 0.00888234, 0.0204168, 0.964644, 0.262765]</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.0887704</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>[4148, -7779, -7247, 470, -31, -241, 23, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>239.727</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a8ae6bb-4827-4609-a4f9-f38ed075a819||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682075262069702, 0.05477670952677727, 0.03986210748553276, 107.83089447021484], [0.06325774639844894, 2.588068723678589, 0.70875084400177, -105.70752716064453], [0.023830680176615715, -0.7049794793128967, 2.605011224746704, -29.296693801879883], [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': ['153454.165000', '153454.625000', '153455.085000', '153455.545000', '153456.005000', '153456.465000', '153456.925000', '153457.385000', '153457.845000', '153458.305000', '153458.765000', '153459.225000', '153459.685000', '153500.145000', '153500.605000', '153501.065000', '153501.525000', '153501.985000', '153502.445000', '153502.905000', '153503.365000', '153503.825000', '153504.285000', '153504.745000', '153505.205000', '153505.665000', '153506.125000', '153506.585000', '153507.045000', '153507.505000', '153507.965000', '153508.425000', '153508.885000', '153509.345000', '153509.805000', '153510.265000', '153510.725000', '153511.185000', '153511.645000', '153512.105000', '153512.565000', '153513.025000', '153513.485000', '153513.945000', '153514.405000', '153514.865000', '153515.325000', '153515.785000', '153516.245000', '153516.705000', '153517.165000', '153517.625000', '153518.085000', '153518.545000', '153519.005000', '153519.465000', '153519.925000', '153520.385000', '153520.845000', '153521.305000', '153521.765000', '153522.225000', '153522.685000', '153523.145000', '153523.605000', '153524.065000', '153524.525000', '153524.985000', '153525.445000', '153525.905000', '153526.365000', '153526.825000', '153527.285000', '153527.745000', '153528.205000', '153528.665000', '153529.125000', '153529.585000', '153530.045000', '153530.505000', '153530.965000', '153531.425000', '153531.885000', '153532.345000', '153532.805000', '153533.265000', '153533.725000', '153534.185000', '153534.645000', '153535.105000', '153535.565000', '153536.025000', '153536.485000', '153536.945000', '153537.405000', '153537.865000', '153538.325000', '153538.785000', '153539.245000', '153539.705000', '153540.165000', '153540.625000', '153541.085000', '153541.545000', '153542.005000', '153542.465000', '153542.925000', '153543.385000', '153543.845000', '153544.305000', '153544.765000', '153545.225000', '153545.685000', '153546.145000', '153546.605000', '153547.065000', '153547.525000', '153547.985000', '153548.445000', '153548.905000', '153549.365000', '153549.825000', '153550.285000', '153550.745000', '153551.205000', '153551.665000', '153552.125000', '153552.585000', '153553.045000', '153553.505000', '153553.965000', '153554.425000', '153554.885000', '153555.345000', '153555.805000', '153556.265000', '153556.725000', '153557.185000', '153557.645000', '153558.105000', '153558.565000', '153559.025000', '153559.485000', '153559.945000', '153600.405000', '153600.865000', '153601.325000', '153601.785000', '153602.245000', '153602.705000', '153603.165000', '153603.625000', '153604.085000', '153604.545000', '153605.005000', '153605.465000', '153605.925000', '153606.385000', '153606.845000', '153607.305000', '153607.765000', '153608.225000', '153608.685000', '153609.145000', '153609.605000', '153610.065000', '153610.525000', '153610.985000', '153611.445000', '153611.905000', '153612.365000', '153612.825000', '153613.285000', '153613.745000', '153614.205000', '153614.665000', '153615.125000', '153615.585000', '153616.045000', '153616.505000', '153616.965000', '153617.425000', '153617.885000', '153618.345000', '153618.805000', '153619.265000', '153619.725000', '153620.185000', '153620.645000', '153621.105000', '153621.565000', '153622.025000', '153622.485000', '153622.945000', '153623.405000', '153623.865000', '153624.325000', '153624.785000', '153625.245000', '153625.705000', '153626.165000', '153626.625000', '153627.085000', '153627.545000', '153628.005000', '153628.465000', '153628.925000', '153629.385000', '153629.845000', '153630.305000', '153630.765000', '153631.225000', '153631.685000', '153632.145000', '153632.605000', '153633.065000', '153633.525000', '153633.985000', '153634.445000', '153634.905000', '153635.365000', '153635.825000', '153636.285000', '153636.745000', '153637.205000', '153637.665000', '153638.125000', '153638.585000', '153639.045000', '153639.505000', '153639.965000', '153640.425000', '153640.885000', '153641.345000', '153641.805000', '153642.265000', '153642.725000', '153643.185000', '153643.645000', '153644.105000', '153644.565000', '153645.025000', '153645.485000', '153645.945000', '153646.405000', '153646.865000', '153647.325000', '153647.785000', '153648.245000', '153648.705000', '153649.165000', '153649.625000', '153650.085000', '153650.545000', '153651.005000', '153651.465000', '153651.925000', '153652.385000', '153652.845000', '153653.305000', '153653.765000', '153654.225000', '153654.685000', '153655.145000', '153655.605000', '153656.065000', '153656.525000', '153656.985000', '153657.445000', '153657.905000', '153658.365000', '153658.825000', '153659.285000', '153659.745000', '153700.205000', '153700.665000', '153701.125000', '153701.585000', '153702.045000', '153702.505000', '153702.965000', '153703.425000', '153703.885000', '153704.345000', '153704.805000', '153705.265000', '153705.725000', '153706.185000', '153706.645000', '153707.105000', '153707.565000', '153708.025000', '153708.485000', '153708.945000', '153709.405000', '153709.865000', '153710.325000', '153710.785000', '153711.245000', '153711.705000', '153712.165000', '153712.625000', '153713.085000', '153713.545000', '153714.005000', '153714.465000', '153714.925000', '153715.385000', '153715.845000', '153716.305000', '153716.765000', '153717.225000', '153717.685000', '153718.145000', '153718.605000', '153719.065000', '153719.525000', '153719.985000', '153720.445000', '153720.905000', '153721.365000', '153721.825000', '153722.285000', '153722.745000', '153723.205000', '153723.665000', '153724.125000', '153724.585000', '153725.045000', '153725.505000', '153725.965000', '153726.425000', '153726.885000', '153727.345000', '153727.805000', '153728.265000', '153728.725000', '153729.185000', '153729.645000', '153730.105000', '153730.565000', '153731.025000', '153731.485000', '153731.945000', '153732.405000', '153732.865000', '153733.325000', '153733.785000', '153734.245000', '153734.705000', '153735.165000', '153735.625000', '153736.085000', '153736.545000', '153737.005000', '153737.465000', '153737.925000', '153738.385000', '153738.845000', '153739.305000', '153739.765000', '153740.225000', '153740.685000', '153741.145000', '153741.605000', '153742.065000', '153742.525000', '153742.985000', '153743.445000', '153743.905000', '153744.365000', '153744.825000', '153745.285000', '153745.745000', '153746.205000', '153746.665000', '153747.125000', '153747.585000', '153748.045000', '153748.505000', '153748.965000', '153749.425000', '153749.885000', '153750.345000', '153750.805000', '153751.265000', '153751.725000', '153752.185000', '153752.645000', '153753.105000', '153753.565000', '153754.025000', '153754.485000', '153754.945000', '153755.405000', '153755.865000', '153756.325000', '153756.785000', '153757.245000', '153757.705000', '153758.165000', '153758.625000', '153759.085000', '153759.545000', '153800.005000', '153800.465000', '153800.925000', '153801.385000', '153801.845000', '153802.305000', '153802.765000', '153803.225000', '153803.685000', '153804.145000', '153804.605000', '153805.065000', '153805.525000', '153805.985000', '153806.445000', '153806.905000', '153807.365000', '153807.825000', '153808.285000', '153808.745000', '153809.205000', '153809.665000', '153810.125000', '153810.585000', '153811.045000', '153811.505000', '153811.965000', '153812.425000', '153812.885000', '153813.345000', '153813.805000', '153814.265000', '153814.725000', '153815.185000', '153815.645000', '153816.105000', '153816.565000', '153817.025000', '153817.485000', '153817.945000', '153818.405000', '153818.865000', '153819.325000', '153819.785000', '153820.245000', '153820.705000', '153821.165000', '153821.625000', '153822.085000', '153822.545000', '153823.005000', '153823.465000', '153823.925000', '153824.385000', '153824.845000', '153825.305000', '153825.765000', '153826.225000', '153826.685000', '153827.145000', '153827.605000', '153828.065000', '153828.525000', '153828.985000', '153829.445000', '153829.905000', '153830.365000', '153830.825000', '153831.285000', '153831.745000', '153832.205000', '153832.665000', '153833.125000', '153833.585000', '153834.045000', '153834.505000', '153834.965000', '153835.425000', '153835.885000', '153836.345000', '153836.805000', '153837.265000', '153837.725000', '153838.185000', '153838.645000', '153839.105000', '153839.565000', '153840.025000', '153840.485000', '153840.945000', '153841.405000', '153841.865000', '153842.325000', '153842.785000', '153843.245000', '153843.705000', '153844.165000', '153844.625000', '153845.085000', '153845.545000', '153846.005000', '153846.465000', '153846.925000', '153847.385000', '153847.845000', '153848.305000', '153848.765000', '153849.225000', '153849.685000', '153850.145000', '153850.605000', '153851.065000', '153851.525000', '153851.985000', '153852.445000', '153852.905000', '153853.365000', '153853.825000', '153854.285000', '153854.745000', '153855.205000', '153855.665000', '153856.125000', '153856.585000', '153857.045000', '153857.505000', '153857.965000', '153858.425000', '153858.885000', '153859.345000', '153859.805000', '153900.265000', '153900.725000', '153901.185000', '153901.645000', '153902.105000', '153902.565000', '153903.025000', '153903.485000', '153903.945000', '153904.405000', '153904.865000', '153905.325000', '153905.785000', '153906.245000', '153906.705000', '153907.165000', '153907.625000', '153908.085000', '153908.545000', '153909.005000', '153909.465000', '153909.925000', '153910.385000', '153910.845000', '153911.305000', '153911.765000', '153912.225000', '153912.685000', '153913.145000', '153913.605000', '153914.065000', '153914.525000', '153914.985000', '153915.445000', '153915.905000', '153916.365000', '153916.825000', '153917.285000', '153917.745000', '153918.205000', '153918.665000', '153919.125000', '153919.585000', '153920.045000', '153920.505000', '153920.965000', '153921.425000', '153921.885000', '153922.345000', '153922.805000', '153923.265000', '153923.725000', '153924.185000', '153924.645000', '153925.105000', '153925.565000', '153926.025000', '153926.485000', '153926.945000', '153927.405000', '153927.865000', '153928.325000', '153928.785000', '153929.245000', '153929.705000', '153930.165000', '153930.625000', '153931.085000', '153931.545000', '153932.005000', '153932.465000', '153932.925000', '153933.385000', '153933.845000', '153934.305000', '153934.765000', '153935.225000', '153935.685000', '153936.145000', '153936.605000', '153937.065000', '153937.525000', '153937.985000', '153938.445000', '153938.905000', '153939.365000', '153939.825000', '153940.285000', '153940.745000', '153941.205000', '153941.665000', '153942.125000', '153942.585000', '153943.045000', '153943.505000', '153943.965000', '153944.425000', '153944.885000', '153945.345000', '153945.805000', '153946.265000', '153946.725000', '153947.185000', '153947.645000', '153948.105000', '153948.565000', '153949.025000', '153949.485000', '153949.945000', '153950.405000', '153950.865000', '153951.325000', '153951.785000', '153952.245000', '153952.705000', '153953.165000', '153953.625000', '153954.085000', '153954.545000', '153955.005000', '153955.465000', '153955.925000', '153956.385000', '153956.845000', '153957.305000', '153957.765000', '153958.225000', '153958.685000', '153959.145000', '153959.605000', '154000.065000', '154000.525000', '154000.985000', '154001.445000', '154001.905000', '154002.365000', '154002.825000', '154003.285000', '154003.745000', '154004.205000', '154004.665000', '154005.125000', '154005.585000', '154006.045000', '154006.505000', '154006.965000', '154007.425000', '154007.885000', '154008.345000', '154008.805000', '154009.265000', '154009.725000', '154010.185000', '154010.645000', '154011.105000', '154011.565000', '154012.025000', '154012.485000', '154012.945000', '154013.405000', '154013.865000', '154014.325000', '154014.785000', '154015.245000', '154015.705000', '154016.165000', '154016.625000', '154017.085000', '154017.545000', '154018.005000', '154018.465000', '154018.925000', '154019.385000', '154019.845000', '154020.305000', '154020.765000', '154021.225000', '154021.685000', '154022.145000', '154022.605000', '154023.065000', '154023.525000', '154023.985000', '154024.445000', '154024.905000', '154025.365000', '154025.825000', '154026.285000', '154026.745000', '154027.205000', '154027.665000', '154028.125000', '154028.585000', '154029.045000', '154029.505000', '154029.965000', '154030.425000', '154030.885000', '154031.345000', '154031.805000', '154032.265000', '154032.725000', '154033.185000', '154033.645000', '154034.105000', '154034.565000', '154035.025000', '154035.485000', '154035.945000', '154036.405000', '154036.865000', '154037.325000', '154037.785000', '154038.245000', '154038.705000', '154039.165000', '154039.625000', '154040.085000', '154040.545000', '154041.005000', '154041.465000', '154041.925000', '154042.385000', '154042.845000', '154043.305000', '154043.765000', '154044.225000', '154044.685000', '154045.145000', '154045.605000', '154046.065000', '154046.525000', '154046.985000', '154047.445000', '154047.905000', '154048.365000', '154048.825000', '154049.285000', '154049.745000', '154050.205000', '154050.665000', '154051.125000', '154051.585000', '154052.045000', '154052.505000', '154052.965000', '154053.425000', '154053.885000', '154054.345000', '154054.805000', '154055.265000', '154055.725000', '154056.185000', '154056.645000', '154057.105000', '154057.565000', '154058.025000', '154058.485000', '154058.945000', '154059.405000', '154059.865000', '154100.325000', '154100.785000', '154101.245000', '154101.705000', '154102.165000', '154102.625000', '154103.085000', '154103.545000', '154104.005000', '154104.465000', '154104.925000', '154105.385000', '154105.845000', '154106.305000', '154106.765000', '154107.225000', '154107.685000', '154108.145000', '154108.605000', '154109.065000', '154109.525000', '154109.985000', '154110.445000', '154110.905000', '154111.365000', '154111.825000', '154112.285000', '154112.745000', '154113.205000', '154113.665000', '154114.125000', '154114.585000', '154115.045000', '154115.505000', '154115.965000', '154116.425000', '154116.885000', '154117.345000', '154117.805000', '154118.265000', '154118.725000', '154119.185000', '154119.645000', '154120.105000', '154120.565000', '154121.025000', '154121.485000', '154121.945000', '154122.405000', '154122.865000', '154123.325000', '154123.785000', '154124.245000', '154124.705000', '154125.165000', '154125.625000', '154126.085000', '154126.545000', '154127.005000', '154127.465000', '154127.925000', '154128.385000', '154128.845000', '154129.305000', '154129.765000', '154130.225000', '154130.685000', '154131.145000', '154131.605000', '154132.065000', '154132.525000', '154132.985000', '154133.445000', '154133.905000', '154134.365000', '154134.825000', '154135.285000', '154135.745000', '154136.205000', '154136.665000', '154137.125000', '154137.585000', '154138.045000', '154138.505000', '154138.965000', '154139.425000', '154139.885000', '154140.345000', '154140.805000', '154141.265000', '154141.725000', '154142.185000', '154142.645000', '154143.105000', '154143.565000', '154144.025000', '154144.485000', '154144.945000', '154145.405000', '154145.865000', '154146.325000', '154146.785000', '154147.245000', '154147.705000', '154148.165000', '154148.625000', '154149.085000', '154149.545000', '154150.005000', '154150.465000', '154150.925000', '154151.385000', '154151.845000', '154152.305000', '154152.765000', '154153.225000', '154153.685000', '154154.145000'], 'ContentTime': ['153515.693000', '153515.697000', '153515.700000', '153515.703000', '153515.706000', '153515.709000', '153515.712000', '153515.715000', '153515.717000', '153515.720000', '153515.723000', '153515.726000', '153515.729000', '153515.732000', '153515.740000', '153515.743000', '153515.746000', '153515.749000', '153515.752000', '153515.755000', '153515.758000', '153515.761000', '153515.764000', '153515.767000', '153515.770000', '153515.772000', '153515.776000', '153515.778000', '153515.781000', '153515.784000', '153515.787000', '153515.790000', '153515.793000', '153515.796000', '153515.799000', '153515.802000', '153515.805000', '153515.808000', '153515.811000', '153515.814000', '153515.817000', '153515.820000', '153515.823000', '153515.826000', '153515.828000', '153535.659000', '153535.662000', '153535.666000', '153535.668000', '153535.671000', '153535.674000', '153535.677000', '153535.680000', '153535.683000', '153535.686000', '153535.689000', '153535.692000', '153535.695000', '153535.698000', '153535.701000', '153535.704000', '153535.707000', '153535.710000', '153535.713000', '153535.716000', '153535.718000', '153535.721000', '153535.724000', '153535.727000', '153535.730000', '153535.733000', '153535.736000', '153535.744000', '153535.747000', '153535.750000', '153535.753000', '153535.755000', '153535.758000', '153535.761000', '153535.764000', '153535.767000', '153535.770000', '153535.773000', '153535.778000', '153535.781000', '153535.784000', '153535.787000', '153535.790000', '153555.660000', '153555.663000', '153555.666000', '153555.669000', '153555.672000', '153555.675000', '153555.678000', '153555.681000', '153555.684000', '153555.687000', '153555.690000', '153555.693000', '153555.696000', '153555.698000', '153555.701000', '153555.704000', '153555.707000', '153555.710000', '153555.713000', '153555.716000', '153555.719000', '153555.722000', '153555.725000', '153555.728000', '153555.731000', '153555.734000', '153555.737000', '153555.740000', '153555.743000', '153555.746000', '153555.748000', '153555.751000', '153555.754000', '153555.757000', '153555.761000', '153555.764000', '153555.767000', '153555.770000', '153555.773000', '153555.776000', '153555.779000', '153555.782000', '153555.785000', '153555.788000', '153615.660000', '153615.663000', '153615.666000', '153615.669000', '153615.672000', '153615.675000', '153615.678000', '153615.681000', '153615.684000', '153615.687000', '153615.690000', '153615.693000', '153615.696000', '153615.699000', '153615.701000', '153615.704000', '153615.707000', '153615.710000', '153615.713000', '153615.716000', '153615.719000', '153615.722000', '153615.725000', '153615.728000', '153615.731000', '153615.734000', '153615.737000', '153615.740000', '153615.743000', '153615.746000', '153615.749000', '153615.751000', '153615.754000', '153615.757000', '153615.760000', '153615.763000', '153615.766000', '153615.769000', '153615.772000', '153615.775000', '153615.778000', '153615.781000', '153615.784000', '153635.660000', '153635.663000', '153635.673000', '153635.676000', '153635.679000', '153635.682000', '153635.685000', '153635.688000', '153635.703000', '153635.706000', '153635.715000', '153635.718000', '153635.721000', '153635.724000', '153635.727000', '153635.730000', '153635.733000', '153635.736000', '153635.739000', '153635.742000', '153635.744000', '153635.747000', '153635.750000', '153635.753000', '153635.756000', '153635.759000', '153635.762000', '153635.765000', '153635.768000', '153635.771000', '153635.774000', '153635.777000', '153635.780000', '153635.783000', '153635.786000', '153635.789000', '153635.792000', '153635.803000', '153635.806000', '153635.809000', '153635.812000', '153635.815000', '153635.818000', '153635.821000', '153655.660000', '153655.663000', '153655.666000', '153655.669000', '153655.672000', '153655.675000', '153655.678000', '153655.681000', '153655.684000', '153655.687000', '153655.690000', '153655.693000', '153655.696000', '153655.699000', '153655.701000', '153655.704000', '153655.707000', '153655.710000', '153655.713000', '153655.716000', '153655.719000', '153655.722000', '153655.725000', '153655.728000', '153655.731000', '153655.734000', '153655.737000', '153655.740000', '153655.743000', '153655.745000', '153655.748000', '153655.751000', '153655.754000', '153655.757000', '153655.760000', '153655.763000', '153655.770000', '153655.773000', '153655.776000', '153655.779000', '153655.782000', '153655.785000', '153655.788000', '153715.660000', '153715.663000', '153715.666000', '153715.669000', '153715.672000', '153715.675000', '153715.678000', '153715.681000', '153715.683000', '153715.686000', '153715.689000', '153715.692000', '153715.695000', '153715.698000', '153715.701000', '153715.704000', '153715.707000', '153715.709000', '153715.712000', '153715.715000', '153715.718000', '153715.721000', '153715.724000', '153715.727000', '153715.730000', '153715.733000', '153715.736000', '153715.739000', '153715.742000', '153715.745000', '153715.747000', '153715.750000', '153715.753000', '153715.756000', '153715.759000', '153715.762000', '153715.765000', '153715.768000', '153715.771000', '153715.774000', '153715.777000', '153715.780000', '153715.782000', '153715.785000', '153735.659000', '153735.663000', '153735.666000', '153735.668000', '153735.671000', '153735.675000', '153735.678000', '153735.681000', '153735.683000', '153735.686000', '153735.689000', '153735.692000', '153735.695000', '153735.698000', '153735.701000', '153735.704000', '153735.707000', '153735.710000', '153735.719000', '153735.722000', '153735.725000', '153735.728000', '153735.731000', '153735.734000', '153735.737000', '153735.740000', '153735.743000', '153735.746000', '153735.749000', '153735.752000', '153735.755000', '153735.758000', '153735.761000', '153735.764000', '153735.767000', '153735.770000', '153735.772000', '153735.775000', '153735.778000', '153735.781000', '153735.784000', '153735.787000', '153735.790000', '153755.659000', '153755.662000', '153755.665000', '153755.668000', '153755.671000', '153755.674000', '153755.677000', '153755.680000', '153755.683000', '153755.686000', '153755.689000', '153755.692000', '153755.695000', '153755.698000', '153755.701000', '153755.704000', '153755.707000', '153755.710000', '153755.712000', '153755.715000', '153755.718000', '153755.721000', '153755.724000', '153755.727000', '153755.730000', '153755.733000', '153755.736000', '153755.739000', '153755.742000', '153755.744000', '153755.747000', '153755.750000', '153755.753000', '153755.756000', '153755.759000', '153755.762000', '153755.765000', '153755.768000', '153755.771000', '153755.774000', '153755.777000', '153755.779000', '153755.782000', '153815.660000', '153815.663000', '153815.666000', '153815.669000', '153815.672000', '153815.675000', '153815.678000', '153815.681000', '153815.684000', '153815.687000', '153815.690000', '153815.692000', '153815.695000', '153815.698000', '153815.701000', '153815.704000', '153815.707000', '153815.710000', '153815.713000', '153815.716000', '153815.719000', '153815.728000', '153815.731000', '153815.734000', '153815.737000', '153815.740000', '153815.743000', '153815.746000', '153815.749000', '153815.752000', '153815.755000', '153815.758000', '153815.761000', '153815.764000', '153815.772000', '153815.775000', '153815.778000', '153815.781000', '153815.783000', '153815.786000', '153815.789000', '153815.792000', '153815.795000', '153815.798000', '153835.660000', '153835.663000', '153835.666000', '153835.669000', '153835.672000', '153835.675000', '153835.678000', '153835.681000', '153835.684000', '153835.687000', '153835.690000', '153835.693000', '153835.696000', '153835.699000', '153835.702000', '153835.705000', '153835.708000', '153835.711000', '153835.714000', '153835.717000', '153835.720000', '153835.723000', '153835.726000', '153835.729000', '153835.732000', '153835.735000', '153835.738000', '153835.740000', '153835.743000', '153835.746000', '153835.749000', '153835.752000', '153835.755000', '153835.758000', '153835.761000', '153835.764000', '153835.767000', '153835.770000', '153835.773000', '153835.776000', '153835.778000', '153835.781000', '153835.784000', '153855.660000', '153855.663000', '153855.666000', '153855.669000', '153855.672000', '153855.675000', '153855.678000', '153855.681000', '153855.684000', '153855.687000', '153855.690000', '153855.693000', '153855.696000', '153855.699000', '153855.707000', '153855.710000', '153855.713000', '153855.716000', '153855.719000', '153855.722000', '153855.725000', '153855.728000', '153855.731000', '153855.734000', '153855.737000', '153855.740000', '153855.743000', '153855.746000', '153855.749000', '153855.752000', '153855.755000', '153855.758000', '153855.761000', '153855.764000', '153855.767000', '153855.770000', '153855.773000', '153855.776000', '153855.779000', '153855.782000', '153855.785000', '153855.788000', '153855.790000', '153855.793000', '153915.660000', '153915.663000', '153915.666000', '153915.669000', '153915.672000', '153915.675000', '153915.678000', '153915.681000', '153915.684000', '153915.687000', '153915.690000', '153915.693000', '153915.696000', '153915.699000', '153915.702000', '153915.705000', '153915.708000', '153915.711000', '153915.714000', '153915.717000', '153915.721000', '153915.724000', '153915.727000', '153915.730000', '153915.733000', '153915.736000', '153915.739000', '153915.741000', '153915.744000', '153915.747000', '153915.750000', '153915.753000', '153915.756000', '153915.759000', '153915.762000', '153915.765000', '153915.768000', '153915.771000', '153915.774000', '153915.777000', '153915.780000', '153915.783000', '153915.786000', '153935.659000', '153935.662000', '153935.665000', '153935.668000', '153935.671000', '153935.674000', '153935.677000', '153935.680000', '153935.683000', '153935.686000', '153935.689000', '153935.692000', '153935.695000', '153935.698000', '153935.701000', '153935.716000', '153935.719000', '153935.722000', '153935.725000', '153935.728000', '153935.731000', '153935.734000', '153935.737000', '153935.740000', '153935.743000', '153935.746000', '153935.749000', '153935.755000', '153935.758000', '153935.761000', '153935.764000', '153935.767000', '153935.770000', '153935.773000', '153935.776000', '153935.779000', '153935.782000', '153935.785000', '153935.788000', '153935.791000', '153935.794000', '153935.797000', '153935.800000', '153935.803000', '153955.659000', '153955.662000', '153955.665000', '153955.668000', '153955.671000', '153955.674000', '153955.677000', '153955.680000', '153955.683000', '153955.686000', '153955.689000', '153955.692000', '153955.695000', '153955.698000', '153955.701000', '153955.704000', '153955.707000', '153955.710000', '153955.713000', '153955.716000', '153955.719000', '153955.722000', '153955.725000', '153955.728000', '153955.731000', '153955.734000', '153955.737000', '153955.740000', '153955.743000', '153955.746000', '153955.749000', '153955.752000', '153955.755000', '153955.758000', '153955.761000', '153955.764000', '153955.767000', '153955.770000', '153955.773000', '153955.776000', '153955.779000', '153955.782000', '153955.785000', '154015.659000', '154015.662000', '154015.665000', '154015.668000', '154015.671000', '154015.674000', '154015.677000', '154015.680000', '154015.683000', '154015.686000', '154015.689000', '154015.691000', '154015.694000', '154015.697000', '154015.700000', '154015.703000', '154015.706000', '154015.709000', '154015.712000', '154015.715000', '154015.718000', '154015.721000', '154015.724000', '154015.727000', '154015.730000', '154015.733000', '154015.735000', '154015.738000', '154015.741000', '154015.744000', '154015.747000', '154015.750000', '154015.753000', '154015.756000', '154015.759000', '154015.762000', '154015.765000', '154015.768000', '154015.770000', '154015.773000', '154015.776000', '154015.789000', '154015.792000', '154015.795000', '154035.660000', '154035.663000', '154035.666000', '154035.669000', '154035.672000', '154035.675000', '154035.678000', '154035.681000', '154035.684000', '154035.687000', '154035.691000', '154035.694000', '154035.697000', '154035.700000', '154035.703000', '154035.706000', '154035.709000', '154035.711000', '154035.714000', '154035.717000', '154035.720000', '154035.723000', '154035.726000', '154035.729000', '154035.732000', '154035.735000', '154035.738000', '154035.741000', '154035.744000', '154035.747000', '154035.750000', '154035.753000', '154035.756000', '154035.759000', '154035.762000', '154035.765000', '154035.768000', '154035.771000', '154035.776000', '154035.779000', '154035.782000', '154035.785000', '154035.788000', '154055.660000', '154055.663000', '154055.666000', '154055.669000', '154055.672000', '154055.675000', '154055.678000', '154055.681000', '154055.684000', '154055.686000', '154055.689000', '154055.692000', '154055.695000', '154055.698000', '154055.701000', '154055.704000', '154055.707000', '154055.710000', '154055.713000', '154055.716000', '154055.719000', '154055.721000', '154055.724000', '154055.727000', '154055.730000', '154055.733000', '154055.736000', '154055.742000', '154055.745000', '154055.748000', '154055.751000', '154055.754000', '154055.757000', '154055.760000', '154055.763000', '154055.766000', '154055.768000', '154055.771000', '154055.774000', '154055.777000', '154055.788000', '154055.791000', '154055.794000', '154055.797000', '154115.660000', '154115.663000', '154115.666000', '154115.669000', '154115.672000', '154115.675000', '154115.678000', '154115.681000', '154115.683000', '154115.686000', '154115.689000', '154115.692000', '154115.695000', '154115.698000', '154115.701000', '154115.704000', '154115.707000', '154115.710000', '154115.713000', '154115.715000', '154115.718000', '154115.721000', '154115.724000', '154115.727000', '154115.730000', '154115.733000', '154115.736000', '154115.739000', '154115.742000', '154115.745000', '154115.748000', '154115.750000', '154115.753000', '154115.756000', '154115.759000', '154115.762000', '154115.765000', '154115.768000', '154115.771000', '154115.774000', '154115.777000', '154115.780000', '154115.783000', '154135.660000', '154135.663000', '154135.666000', '154135.669000', '154135.672000', '154135.675000', '154135.678000', '154135.681000', '154135.684000', '154135.687000', '154135.690000', '154135.692000', '154135.695000', '154135.698000', '154135.701000', '154135.704000', '154135.707000', '154135.710000', '154135.713000', '154135.716000', '154135.719000', '154135.722000', '154135.725000', '154135.727000', '154135.730000', '154135.733000', '154135.736000', '154135.795000', '154135.797000', '154135.800000', '154135.803000', '154135.806000', '154135.809000', '154135.812000', '154135.815000', '154135.818000', '154135.821000', '154135.824000', '154135.827000', '154135.830000', '154135.833000', '154135.836000', '154135.839000', '154135.842000', '154155.401000', '154155.405000', '154155.408000', '154155.411000', '154155.415000', '154155.418000', '154155.421000', '154155.424000', '154155.427000', '154155.430000', '154155.433000', '154155.436000', '154155.439000', '154155.442000', '154155.446000', '154155.450000', '154155.453000', '154155.456000', '154155.459000', '154155.462000', '154155.465000', '154155.468000', '154155.471000', '154155.474000', '154155.477000', '154155.480000', '154155.483000', '154155.486000', '154155.489000', '154155.492000', '154155.495000', '154155.498000', '154155.501000', '154155.504000', '154155.507000', '154155.511000', '154155.514000', '154155.517000', '154155.520000', '154155.523000', '154155.526000', '154155.529000', '154155.532000'], 'InstanceCreationTime': ['153515.693000', '153515.697000', '153515.700000', '153515.703000', '153515.706000', '153515.709000', '153515.712000', '153515.715000', '153515.717000', '153515.720000', '153515.723000', '153515.726000', '153515.729000', '153515.732000', '153515.740000', '153515.743000', '153515.746000', '153515.749000', '153515.752000', '153515.755000', '153515.758000', '153515.761000', '153515.764000', '153515.767000', '153515.770000', '153515.772000', '153515.776000', '153515.778000', '153515.781000', '153515.784000', '153515.787000', '153515.790000', '153515.793000', '153515.796000', '153515.799000', '153515.802000', '153515.805000', '153515.808000', '153515.811000', '153515.814000', '153515.817000', '153515.820000', '153515.823000', '153515.826000', '153515.828000', '153535.659000', '153535.662000', '153535.666000', '153535.668000', '153535.671000', '153535.674000', '153535.677000', '153535.680000', '153535.683000', '153535.686000', '153535.689000', '153535.692000', '153535.695000', '153535.698000', '153535.701000', '153535.704000', '153535.707000', '153535.710000', '153535.713000', '153535.716000', '153535.718000', '153535.721000', '153535.724000', '153535.727000', '153535.730000', '153535.733000', '153535.736000', '153535.744000', '153535.747000', '153535.750000', '153535.753000', '153535.755000', '153535.758000', '153535.761000', '153535.764000', '153535.767000', '153535.770000', '153535.773000', '153535.778000', '153535.781000', '153535.784000', '153535.787000', '153535.790000', '153555.660000', '153555.663000', '153555.666000', '153555.669000', '153555.672000', '153555.675000', '153555.678000', '153555.681000', '153555.684000', '153555.687000', '153555.690000', '153555.693000', '153555.696000', '153555.698000', '153555.701000', '153555.704000', '153555.707000', '153555.710000', '153555.713000', '153555.716000', '153555.719000', '153555.722000', '153555.725000', '153555.728000', '153555.731000', '153555.734000', '153555.737000', '153555.740000', '153555.743000', '153555.746000', '153555.748000', '153555.751000', '153555.754000', '153555.757000', '153555.761000', '153555.764000', '153555.767000', '153555.770000', '153555.773000', '153555.776000', '153555.779000', '153555.782000', '153555.785000', '153555.788000', '153615.660000', '153615.663000', '153615.666000', '153615.669000', '153615.672000', '153615.675000', '153615.678000', '153615.681000', '153615.684000', '153615.687000', '153615.690000', '153615.693000', '153615.696000', '153615.699000', '153615.701000', '153615.704000', '153615.707000', '153615.710000', '153615.713000', '153615.716000', '153615.719000', '153615.722000', '153615.725000', '153615.728000', '153615.731000', '153615.734000', '153615.737000', '153615.740000', '153615.743000', '153615.746000', '153615.749000', '153615.751000', '153615.754000', '153615.757000', '153615.760000', '153615.763000', '153615.766000', '153615.769000', '153615.772000', '153615.775000', '153615.778000', '153615.781000', '153615.784000', '153635.660000', '153635.663000', '153635.673000', '153635.676000', '153635.679000', '153635.682000', '153635.685000', '153635.688000', '153635.703000', '153635.706000', '153635.715000', '153635.718000', '153635.721000', '153635.724000', '153635.727000', '153635.730000', '153635.733000', '153635.736000', '153635.739000', '153635.742000', '153635.744000', '153635.747000', '153635.750000', '153635.753000', '153635.756000', '153635.759000', '153635.762000', '153635.765000', '153635.768000', '153635.771000', '153635.774000', '153635.777000', '153635.780000', '153635.783000', '153635.786000', '153635.789000', '153635.792000', '153635.803000', '153635.806000', '153635.809000', '153635.812000', '153635.815000', '153635.818000', '153635.821000', '153655.660000', '153655.663000', '153655.666000', '153655.669000', '153655.672000', '153655.675000', '153655.678000', '153655.681000', '153655.684000', '153655.687000', '153655.690000', '153655.693000', '153655.696000', '153655.699000', '153655.701000', '153655.704000', '153655.707000', '153655.710000', '153655.713000', '153655.716000', '153655.719000', '153655.722000', '153655.725000', '153655.728000', '153655.731000', '153655.734000', '153655.737000', '153655.740000', '153655.743000', '153655.745000', '153655.748000', '153655.751000', '153655.754000', '153655.757000', '153655.760000', '153655.763000', '153655.770000', '153655.773000', '153655.776000', '153655.779000', '153655.782000', '153655.785000', '153655.788000', '153715.660000', '153715.663000', '153715.666000', '153715.669000', '153715.672000', '153715.675000', '153715.678000', '153715.681000', '153715.683000', '153715.686000', '153715.689000', '153715.692000', '153715.695000', '153715.698000', '153715.701000', '153715.704000', '153715.707000', '153715.709000', '153715.712000', '153715.715000', '153715.718000', '153715.721000', '153715.724000', '153715.727000', '153715.730000', '153715.733000', '153715.736000', '153715.739000', '153715.742000', '153715.745000', '153715.747000', '153715.750000', '153715.753000', '153715.756000', '153715.759000', '153715.762000', '153715.765000', '153715.768000', '153715.771000', '153715.774000', '153715.777000', '153715.780000', '153715.782000', '153715.785000', '153735.659000', '153735.663000', '153735.666000', '153735.668000', '153735.671000', '153735.675000', '153735.678000', '153735.681000', '153735.683000', '153735.686000', '153735.689000', '153735.692000', '153735.695000', '153735.698000', '153735.701000', '153735.704000', '153735.707000', '153735.710000', '153735.719000', '153735.722000', '153735.725000', '153735.728000', '153735.731000', '153735.734000', '153735.737000', '153735.740000', '153735.743000', '153735.746000', '153735.749000', '153735.752000', '153735.755000', '153735.758000', '153735.761000', '153735.764000', '153735.767000', '153735.770000', '153735.772000', '153735.775000', '153735.778000', '153735.781000', '153735.784000', '153735.787000', '153735.790000', '153755.659000', '153755.662000', '153755.665000', '153755.668000', '153755.671000', '153755.674000', '153755.677000', '153755.680000', '153755.683000', '153755.686000', '153755.689000', '153755.692000', '153755.695000', '153755.698000', '153755.701000', '153755.704000', '153755.707000', '153755.710000', '153755.712000', '153755.715000', '153755.718000', '153755.721000', '153755.724000', '153755.727000', '153755.730000', '153755.733000', '153755.736000', '153755.739000', '153755.742000', '153755.744000', '153755.747000', '153755.750000', '153755.753000', '153755.756000', '153755.759000', '153755.762000', '153755.765000', '153755.768000', '153755.771000', '153755.774000', '153755.777000', '153755.779000', '153755.782000', '153815.660000', '153815.663000', '153815.666000', '153815.669000', '153815.672000', '153815.675000', '153815.678000', '153815.681000', '153815.684000', '153815.687000', '153815.690000', '153815.692000', '153815.695000', '153815.698000', '153815.701000', '153815.704000', '153815.707000', '153815.710000', '153815.713000', '153815.716000', '153815.719000', '153815.728000', '153815.731000', '153815.734000', '153815.737000', '153815.740000', '153815.743000', '153815.746000', '153815.749000', '153815.752000', '153815.755000', '153815.758000', '153815.761000', '153815.764000', '153815.772000', '153815.775000', '153815.778000', '153815.781000', '153815.783000', '153815.786000', '153815.789000', '153815.792000', '153815.795000', '153815.798000', '153835.660000', '153835.663000', '153835.666000', '153835.669000', '153835.672000', '153835.675000', '153835.678000', '153835.681000', '153835.684000', '153835.687000', '153835.690000', '153835.693000', '153835.696000', '153835.699000', '153835.702000', '153835.705000', '153835.708000', '153835.711000', '153835.714000', '153835.717000', '153835.720000', '153835.723000', '153835.726000', '153835.729000', '153835.732000', '153835.735000', '153835.738000', '153835.740000', '153835.743000', '153835.746000', '153835.749000', '153835.752000', '153835.755000', '153835.758000', '153835.761000', '153835.764000', '153835.767000', '153835.770000', '153835.773000', '153835.776000', '153835.778000', '153835.781000', '153835.784000', '153855.660000', '153855.663000', '153855.666000', '153855.669000', '153855.672000', '153855.675000', '153855.678000', '153855.681000', '153855.684000', '153855.687000', '153855.690000', '153855.693000', '153855.696000', '153855.699000', '153855.707000', '153855.710000', '153855.713000', '153855.716000', '153855.719000', '153855.722000', '153855.725000', '153855.728000', '153855.731000', '153855.734000', '153855.737000', '153855.740000', '153855.743000', '153855.746000', '153855.749000', '153855.752000', '153855.755000', '153855.758000', '153855.761000', '153855.764000', '153855.767000', '153855.770000', '153855.773000', '153855.776000', '153855.779000', '153855.782000', '153855.785000', '153855.788000', '153855.790000', '153855.793000', '153915.660000', '153915.663000', '153915.666000', '153915.669000', '153915.672000', '153915.675000', '153915.678000', '153915.681000', '153915.684000', '153915.687000', '153915.690000', '153915.693000', '153915.696000', '153915.699000', '153915.702000', '153915.705000', '153915.708000', '153915.711000', '153915.714000', '153915.717000', '153915.721000', '153915.724000', '153915.727000', '153915.730000', '153915.733000', '153915.736000', '153915.739000', '153915.741000', '153915.744000', '153915.747000', '153915.750000', '153915.753000', '153915.756000', '153915.759000', '153915.762000', '153915.765000', '153915.768000', '153915.771000', '153915.774000', '153915.777000', '153915.780000', '153915.783000', '153915.786000', '153935.659000', '153935.662000', '153935.665000', '153935.668000', '153935.671000', '153935.674000', '153935.677000', '153935.680000', '153935.683000', '153935.686000', '153935.689000', '153935.692000', '153935.695000', '153935.698000', '153935.701000', '153935.716000', '153935.719000', '153935.722000', '153935.725000', '153935.728000', '153935.731000', '153935.734000', '153935.737000', '153935.740000', '153935.743000', '153935.746000', '153935.749000', '153935.755000', '153935.758000', '153935.761000', '153935.764000', '153935.767000', '153935.770000', '153935.773000', '153935.776000', '153935.779000', '153935.782000', '153935.785000', '153935.788000', '153935.791000', '153935.794000', '153935.797000', '153935.800000', '153935.803000', '153955.659000', '153955.662000', '153955.665000', '153955.668000', '153955.671000', '153955.674000', '153955.677000', '153955.680000', '153955.683000', '153955.686000', '153955.689000', '153955.692000', '153955.695000', '153955.698000', '153955.701000', '153955.704000', '153955.707000', '153955.710000', '153955.713000', '153955.716000', '153955.719000', '153955.722000', '153955.725000', '153955.728000', '153955.731000', '153955.734000', '153955.737000', '153955.740000', '153955.743000', '153955.746000', '153955.749000', '153955.752000', '153955.755000', '153955.758000', '153955.761000', '153955.764000', '153955.767000', '153955.770000', '153955.773000', '153955.776000', '153955.779000', '153955.782000', '153955.785000', '154015.659000', '154015.662000', '154015.665000', '154015.668000', '154015.671000', '154015.674000', '154015.677000', '154015.680000', '154015.683000', '154015.686000', '154015.689000', '154015.691000', '154015.694000', '154015.697000', '154015.700000', '154015.703000', '154015.706000', '154015.709000', '154015.712000', '154015.715000', '154015.718000', '154015.721000', '154015.724000', '154015.727000', '154015.730000', '154015.733000', '154015.735000', '154015.738000', '154015.741000', '154015.744000', '154015.747000', '154015.750000', '154015.753000', '154015.756000', '154015.759000', '154015.762000', '154015.765000', '154015.768000', '154015.770000', '154015.773000', '154015.776000', '154015.789000', '154015.792000', '154015.795000', '154035.660000', '154035.663000', '154035.666000', '154035.669000', '154035.672000', '154035.675000', '154035.678000', '154035.681000', '154035.684000', '154035.687000', '154035.691000', '154035.694000', '154035.697000', '154035.700000', '154035.703000', '154035.706000', '154035.709000', '154035.711000', '154035.714000', '154035.717000', '154035.720000', '154035.723000', '154035.726000', '154035.729000', '154035.732000', '154035.735000', '154035.738000', '154035.741000', '154035.744000', '154035.747000', '154035.750000', '154035.753000', '154035.756000', '154035.759000', '154035.762000', '154035.765000', '154035.768000', '154035.771000', '154035.776000', '154035.779000', '154035.782000', '154035.785000', '154035.788000', '154055.660000', '154055.663000', '154055.666000', '154055.669000', '154055.672000', '154055.675000', '154055.678000', '154055.681000', '154055.684000', '154055.686000', '154055.689000', '154055.692000', '154055.695000', '154055.698000', '154055.701000', '154055.704000', '154055.707000', '154055.710000', '154055.713000', '154055.716000', '154055.719000', '154055.721000', '154055.724000', '154055.727000', '154055.730000', '154055.733000', '154055.736000', '154055.742000', '154055.745000', '154055.748000', '154055.751000', '154055.754000', '154055.757000', '154055.760000', '154055.763000', '154055.766000', '154055.768000', '154055.771000', '154055.774000', '154055.777000', '154055.788000', '154055.791000', '154055.794000', '154055.797000', '154115.660000', '154115.663000', '154115.666000', '154115.669000', '154115.672000', '154115.675000', '154115.678000', '154115.681000', '154115.683000', '154115.686000', '154115.689000', '154115.692000', '154115.695000', '154115.698000', '154115.701000', '154115.704000', '154115.707000', '154115.710000', '154115.713000', '154115.715000', '154115.718000', '154115.721000', '154115.724000', '154115.727000', '154115.730000', '154115.733000', '154115.736000', '154115.739000', '154115.742000', '154115.745000', '154115.748000', '154115.750000', '154115.753000', '154115.756000', '154115.759000', '154115.762000', '154115.765000', '154115.768000', '154115.771000', '154115.774000', '154115.777000', '154115.780000', '154115.783000', '154135.660000', '154135.663000', '154135.666000', '154135.669000', '154135.672000', '154135.675000', '154135.678000', '154135.681000', '154135.684000', '154135.687000', '154135.690000', '154135.692000', '154135.695000', '154135.698000', '154135.701000', '154135.704000', '154135.707000', '154135.710000', '154135.713000', '154135.716000', '154135.719000', '154135.722000', '154135.725000', '154135.727000', '154135.730000', '154135.733000', '154135.736000', '154135.795000', '154135.797000', '154135.800000', '154135.803000', '154135.806000', '154135.809000', '154135.812000', '154135.815000', '154135.818000', '154135.821000', '154135.824000', '154135.827000', '154135.830000', '154135.833000', '154135.836000', '154135.839000', '154135.842000', '154155.401000', '154155.405000', '154155.408000', '154155.411000', '154155.415000', '154155.418000', '154155.421000', '154155.424000', '154155.427000', '154155.430000', '154155.433000', '154155.436000', '154155.439000', '154155.442000', '154155.446000', '154155.450000', '154155.453000', '154155.456000', '154155.459000', '154155.462000', '154155.465000', '154155.468000', '154155.471000', '154155.474000', '154155.477000', '154155.480000', '154155.483000', '154155.486000', '154155.489000', '154155.492000', '154155.495000', '154155.498000', '154155.501000', '154155.504000', '154155.507000', '154155.511000', '154155.514000', '154155.517000', '154155.520000', '154155.523000', '154155.526000', '154155.529000', '154155.532000'], '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': [12271, 12300, 10236, 12585, 12185, 11283, 12536, 12714, 10969, 13025, 12397, 10647, 11752, 12357, 9782, 11567, 12416, 9786, 11762, 12074, 9740, 11756, 12068, 9999, 11467, 12304, 11526, 11044, 12073, 10245, 11557, 12143, 11574, 10711, 12271, 11537, 11923, 12143, 10960, 11495, 12123, 11907, 11621, 12424, 10424, 11695, 12125, 12174, 11165, 11933, 10375, 11420, 11934, 10552, 11228, 11903, 10736, 11030, 12417, 9803, 11437, 12154, 11785, 11350, 12450, 10272, 11784, 11910, 11568, 11881, 11933, 11012, 11799, 12026, 10378, 11529, 11717, 11211, 11311, 12157, 10278, 11407, 11808, 10950, 11711, 12205, 10426, 11754, 11822, 11130, 11781, 11771, 11071, 11952, 12019, 10945, 11756, 11582, 11907, 11614, 11806, 11185, 12136, 11974, 11456, 10955, 11704, 11051, 12047, 11676, 11235, 11366, 11987, 11142, 10965, 11829, 11414, 11243, 11698, 11358, 10186, 11663, 11431, 9770, 11247, 11173, 10042, 11432, 11784, 12069, 11334, 11539, 10682, 12325, 11753, 11576, 11783, 11885, 11206, 11731, 11843, 9738, 10946, 11836, 9876, 11114, 11838, 10444, 12074, 11876, 9973, 11828, 11902, 9898, 11479, 11812, 12126, 11694, 11914, 10615, 11472, 11606, 10521, 11349, 12001, 10239, 11889, 11751, 11543, 11260, 11912, 11310, 11484, 11698, 11353, 11084, 11893, 11679, 10861, 12084, 11730, 10685, 11742, 11687, 10735, 11061, 11757, 12242, 11668, 11783, 9776, 11565, 11851, 9582, 10906, 11633, 9278, 11718, 11576, 11732, 11874, 11945, 9536, 11488, 11897, 12460, 11883, 11910, 9779, 12033, 11885, 12229, 11331, 11756, 10706, 11493, 11758, 10998, 11514, 11431, 10901, 11191, 11650, 11342, 11068, 11607, 11349, 10023, 11629, 11355, 11247, 11519, 11336, 12063, 11587, 11757, 11471, 11627, 11688, 12275, 11357, 12171, 9527, 11158, 11641, 10409, 11526, 11685, 12225, 11566, 12008, 9452, 11259, 11868, 9394, 11702, 11907, 12541, 11871, 12023, 11518, 11472, 11959, 10975, 11462, 11684, 11117, 11129, 11707, 11436, 9987, 12516, 11815, 10559, 12106, 11854, 9647, 10933, 11585, 9601, 11544, 11790, 9331, 11615, 11539, 12224, 11884, 11817, 9754, 12057, 11859, 11060, 11854, 12115, 9478, 11625, 11674, 11587, 11563, 12438, 10867, 11491, 11873, 11279, 10835, 11768, 11144, 10388, 11839, 11094, 11160, 11582, 11366, 11060, 11263, 11539, 11855, 11634, 11472, 9489, 10730, 11671, 9442, 10717, 11514, 9378, 11181, 11643, 9388, 11225, 11950, 10038, 11062, 11781, 11561, 11578, 11668, 9096, 11621, 11510, 12070, 11186, 11630, 10918, 11541, 11618, 11451, 11529, 11707, 11874, 11607, 11653, 10568, 11294, 11581, 11126, 11628, 11576, 10823, 11560, 11758, 10903, 10536, 11486, 10896, 10075, 11688, 11439, 11363, 11346, 11147, 10069, 11764, 11520, 10499, 11892, 11384, 10625, 11749, 11456, 10294, 11725, 11519, 10603, 11586, 11524, 11770, 11525, 11397, 10342, 11999, 11661, 12391, 11281, 11624, 10076, 11662, 11636, 9322, 10605, 11483, 12260, 11245, 11651, 11005, 11836, 11747, 10061, 11486, 11596, 11497, 11206, 11890, 10077, 11707, 11609, 11430, 11717, 11720, 11173, 11963, 11496, 10967, 11843, 11674, 11336, 10430, 12136, 10880, 10809, 11806, 11698, 11802, 12021, 11691, 11204, 11696, 11831, 12026, 11327, 11595, 10180, 11109, 11823, 12267, 11371, 11594, 9681, 11506, 11713, 9609, 11701, 11542, 12039, 11333, 11831, 10560, 11970, 11597, 10925, 11400, 11431, 10647, 11557, 11725, 10745, 10869, 11400, 11114, 10597, 11705, 11177, 10599, 11628, 11510, 10514, 11251, 11462, 10288, 11413, 11374, 11351, 11922, 11624, 11004, 11760, 11510, 10663, 11221, 11672, 10426, 11568, 11263, 9299, 11455, 11496, 9600, 10844, 11517, 11512, 11619, 11320, 11322, 11394, 11574, 11447, 11538, 11645, 11023, 11417, 11490, 10885, 11593, 11671, 10725, 11600, 11457, 11062, 10142, 11516, 11218, 10651, 11853, 11531, 10616, 11809, 11530, 11677, 11411, 11552, 9631, 11940, 11858, 10350, 11790, 11645, 11470, 11387, 11776, 10876, 11326, 11980, 10791, 11685, 11727, 11162, 11270, 11421, 10927, 11574, 10932, 11122, 11753, 11753, 11110, 10626, 11358, 11293, 10209, 11694, 11234, 10282, 11733, 11633, 10158, 11978, 11360, 10460, 11861, 11504, 11002, 11854, 11514, 10615, 11814, 11799, 11980, 11750, 11964, 10832, 11583, 11764, 11961, 11593, 11701, 9285, 11167, 11689, 9374, 11225, 11655, 11789, 11225, 11978, 10009, 11338, 11638, 11412, 11066, 11879, 10986, 11874, 11736, 11011, 12605, 11739, 11030, 9919, 11995, 11527, 10384, 12366, 11635, 11129, 11862, 11804, 11828, 11397, 12054, 9552, 11024, 11922, 9931, 11113, 12023, 10267, 11152, 11832, 9693, 11145, 11480, 9501, 11164, 11734, 11759, 11350, 11814, 9696, 11330, 11790, 10788, 11060, 11698, 9768, 11290, 11653, 11659, 11020, 11999, 10653, 11278, 11916, 11433, 11810, 11713, 10951, 11822, 11713, 11108, 12161, 11656, 11013, 10765, 11972, 11606, 9956, 11935, 11576, 11035, 11316, 11769, 9732, 10924, 11687, 11645, 11085, 11542, 10611, 11175, 11683, 10809, 12758, 11553, 11356, 10548, 11570, 11615, 12333, 11561, 11667, 9983, 11384, 11773, 11336, 11638, 11379, 9789, 11846, 11788, 9808, 11278, 11908, 9666, 12193, 11772, 10891, 12253, 11690, 11660, 11754, 11905, 9925, 10832, 11725, 9491, 10790, 11670, 12144, 11478, 11756, 10334, 11547, 11830, 11370, 10984, 12180, 10968, 11411, 11981, 10949, 12023, 11860, 11302, 11061, 11528, 11444, 10490, 11259, 11354, 10043, 11862, 11648, 9985, 11397, 11729, 10955, 12037, 11928, 10175, 12208, 11678, 11175, 12246, 12010, 10963, 11606, 12045, 10845, 11327, 11890, 10260, 11148, 11555, 9429, 11247, 11683, 9900, 10979, 11829, 9831, 11365, 11867, 11375, 11149, 11623, 11510, 10897, 12035, 10436, 11049, 12198, 11006, 11082, 12225, 11398, 11334, 12021, 11341, 11594, 12337, 11184, 10594, 11362, 11556, 10582, 11268, 11521, 10116, 11970, 11878, 10172, 11847, 11683, 10348, 12030, 11982, 10242, 11343, 11727, 10245, 11975, 11830, 10061, 12182, 11585, 10857, 11306, 11675, 10281, 12142, 11787, 10951, 11239, 11563, 10061, 11698, 11771, 10122, 12070, 11497, 10522, 11522, 11448, 10737, 11575, 11389, 10937, 11511, 11220, 10876, 11783, 11500, 10016, 11632, 11577, 9929, 11505, 11326, 10564, 11319, 11628, 9589, 11281, 11336, 10913, 10923, 11729, 9820, 11612, 11591, 9493, 11349, 11549, 9589, 11539, 11547, 10122, 11398, 11629, 11172, 11349, 11391, 10022, 11441, 11472, 11064, 11673, 11399, 10182, 11727, 11392, 11039, 11448, 11521, 10678, 12093, 11217, 10929, 11800, 11507, 11431, 10360, 11304, 10880, 10808, 11384, 11085, 9919, 11707, 11171, 9739, 11572, 11188, 9687, 11760, 11158, 10503, 11750, 11425, 10459, 11557, 11420, 10721, 12121], 'WindowCenter': [3972.0, 3956.0, 3920.0, 3941.0, 3930.0, 3929.0, 3928.0, 3929.0, 3916.0, 3927.0, 3928.0, 3906.0, 3916.0, 3926.0, 3906.0, 3916.0, 3927.0, 3894.0, 3926.0, 3928.0, 3893.0, 3926.0, 3926.0, 3893.0, 3928.0, 3928.0, 3928.0, 3928.0, 3930.0, 3906.0, 3929.0, 3939.0, 3927.0, 3919.0, 3941.0, 3928.0, 3927.0, 3930.0, 3916.0, 3929.0, 3940.0, 3930.0, 3928.0, 3929.0, 3906.0, 3927.0, 3929.0, 3928.0, 3930.0, 3929.0, 3906.0, 3916.0, 3928.0, 3906.0, 3927.0, 3943.0, 3920.0, 3919.0, 3939.0, 3905.0, 3928.0, 3928.0, 3928.0, 3930.0, 3939.0, 3906.0, 3928.0, 3929.0, 3916.0, 3929.0, 3940.0, 3919.0, 3929.0, 3929.0, 3905.0, 3928.0, 3940.0, 3918.0, 3917.0, 3928.0, 3906.0, 3927.0, 3929.0, 3931.0, 3941.0, 3941.0, 3916.0, 3930.0, 3928.0, 3917.0, 3941.0, 3940.0, 3919.0, 3928.0, 3930.0, 3916.0, 3928.0, 3929.0, 3927.0, 3928.0, 3929.0, 3918.0, 3939.0, 3929.0, 3916.0, 3915.0, 3929.0, 3928.0, 3926.0, 3928.0, 3914.0, 3916.0, 3926.0, 3917.0, 3930.0, 3928.0, 3916.0, 3915.0, 3926.0, 3914.0, 3906.0, 3940.0, 3929.0, 3905.0, 3928.0, 3917.0, 3906.0, 3928.0, 3930.0, 3928.0, 3918.0, 3927.0, 3915.0, 3928.0, 3929.0, 3929.0, 3941.0, 3930.0, 3916.0, 3927.0, 3928.0, 3906.0, 3917.0, 3928.0, 3905.0, 3928.0, 3927.0, 3917.0, 3940.0, 3929.0, 3906.0, 3926.0, 3927.0, 3894.0, 3915.0, 3940.0, 3928.0, 3928.0, 3941.0, 3904.0, 3915.0, 3927.0, 3918.0, 3928.0, 3940.0, 3918.0, 3940.0, 3930.0, 3927.0, 3928.0, 3928.0, 3916.0, 3917.0, 3929.0, 3916.0, 3917.0, 3941.0, 3918.0, 3905.0, 3926.0, 3916.0, 3904.0, 3925.0, 3928.0, 3916.0, 3915.0, 3916.0, 3925.0, 3915.0, 3930.0, 3905.0, 3928.0, 3927.0, 3895.0, 3916.0, 3929.0, 3894.0, 3928.0, 3929.0, 3926.0, 3926.0, 3928.0, 3895.0, 3926.0, 3929.0, 3927.0, 3927.0, 3928.0, 3905.0, 3928.0, 3928.0, 3926.0, 3929.0, 3928.0, 3906.0, 3916.0, 3927.0, 3905.0, 3914.0, 3927.0, 3917.0, 3916.0, 3929.0, 3917.0, 3915.0, 3926.0, 3917.0, 3906.0, 3916.0, 3916.0, 3916.0, 3928.0, 3918.0, 3927.0, 3926.0, 3916.0, 3914.0, 3916.0, 3927.0, 3925.0, 3927.0, 3940.0, 3906.0, 3917.0, 3916.0, 3904.0, 3927.0, 3925.0, 3925.0, 3926.0, 3938.0, 3895.0, 3928.0, 3928.0, 3894.0, 3928.0, 3940.0, 3926.0, 3926.0, 3940.0, 3915.0, 3915.0, 3928.0, 3917.0, 3928.0, 3929.0, 3915.0, 3916.0, 3928.0, 3916.0, 3906.0, 3927.0, 3927.0, 3917.0, 3928.0, 3927.0, 3894.0, 3916.0, 3916.0, 3893.0, 3915.0, 3914.0, 3893.0, 3926.0, 3928.0, 3915.0, 3914.0, 3915.0, 3892.0, 3914.0, 3927.0, 3916.0, 3926.0, 3927.0, 3894.0, 3927.0, 3929.0, 3916.0, 3928.0, 3938.0, 3915.0, 3927.0, 3928.0, 3918.0, 3915.0, 3927.0, 3916.0, 3905.0, 3915.0, 3914.0, 3914.0, 3916.0, 3929.0, 3928.0, 3916.0, 3916.0, 3913.0, 3927.0, 3916.0, 3905.0, 3918.0, 3928.0, 3894.0, 3916.0, 3928.0, 3894.0, 3928.0, 3929.0, 3907.0, 3928.0, 3930.0, 3905.0, 3929.0, 3940.0, 3915.0, 3927.0, 3928.0, 3894.0, 3926.0, 3928.0, 3927.0, 3928.0, 3929.0, 3916.0, 3927.0, 3928.0, 3916.0, 3916.0, 3928.0, 3927.0, 3928.0, 3927.0, 3904.0, 3916.0, 3916.0, 3915.0, 3915.0, 3916.0, 3916.0, 3915.0, 3929.0, 3904.0, 3906.0, 3916.0, 3916.0, 3906.0, 3928.0, 3915.0, 3916.0, 3916.0, 3916.0, 3906.0, 3940.0, 3928.0, 3905.0, 3928.0, 3916.0, 3916.0, 3927.0, 3926.0, 3905.0, 3928.0, 3929.0, 3917.0, 3929.0, 3927.0, 3929.0, 3928.0, 3927.0, 3906.0, 3928.0, 3927.0, 3926.0, 3929.0, 3930.0, 3904.0, 3916.0, 3917.0, 3895.0, 3916.0, 3927.0, 3927.0, 3929.0, 3943.0, 3917.0, 3928.0, 3926.0, 3903.0, 3915.0, 3926.0, 3916.0, 3914.0, 3926.0, 3905.0, 3927.0, 3928.0, 3916.0, 3929.0, 3929.0, 3916.0, 3915.0, 3916.0, 3905.0, 3915.0, 3927.0, 3929.0, 3916.0, 3927.0, 3918.0, 3915.0, 3925.0, 3915.0, 3924.0, 3924.0, 3915.0, 3914.0, 3915.0, 3915.0, 3915.0, 3916.0, 3916.0, 3893.0, 3915.0, 3914.0, 3914.0, 3916.0, 3927.0, 3906.0, 3929.0, 3927.0, 3893.0, 3915.0, 3916.0, 3927.0, 3915.0, 3927.0, 3905.0, 3927.0, 3917.0, 3914.0, 3916.0, 3916.0, 3905.0, 3915.0, 3926.0, 3914.0, 3917.0, 3929.0, 3929.0, 3916.0, 3927.0, 3917.0, 3917.0, 3930.0, 3928.0, 3917.0, 3928.0, 3917.0, 3904.0, 3927.0, 3916.0, 3915.0, 3927.0, 3917.0, 3914.0, 3927.0, 3927.0, 3916.0, 3915.0, 3916.0, 3905.0, 3927.0, 3928.0, 3906.0, 3929.0, 3927.0, 3905.0, 3916.0, 3926.0, 3914.0, 3926.0, 3928.0, 3917.0, 3928.0, 3928.0, 3915.0, 3915.0, 3927.0, 3905.0, 3917.0, 3929.0, 3904.0, 3914.0, 3915.0, 3915.0, 3915.0, 3917.0, 3915.0, 3904.0, 3918.0, 3916.0, 3904.0, 3926.0, 3916.0, 3904.0, 3926.0, 3916.0, 3915.0, 3915.0, 3916.0, 3896.0, 3926.0, 3916.0, 3902.0, 3925.0, 3914.0, 3914.0, 3915.0, 3914.0, 3903.0, 3914.0, 3926.0, 3903.0, 3914.0, 3915.0, 3914.0, 3914.0, 3925.0, 3915.0, 3927.0, 3915.0, 3915.0, 3928.0, 3929.0, 3914.0, 3916.0, 3916.0, 3916.0, 3905.0, 3930.0, 3916.0, 3906.0, 3928.0, 3926.0, 3905.0, 3929.0, 3917.0, 3904.0, 3927.0, 3928.0, 3915.0, 3926.0, 3916.0, 3904.0, 3926.0, 3926.0, 3926.0, 3927.0, 3928.0, 3915.0, 3915.0, 3915.0, 3914.0, 3914.0, 3928.0, 3894.0, 3916.0, 3926.0, 3895.0, 3916.0, 3926.0, 3926.0, 3916.0, 3927.0, 3904.0, 3916.0, 3927.0, 3929.0, 3929.0, 3927.0, 3915.0, 3928.0, 3926.0, 3904.0, 3927.0, 3929.0, 3918.0, 3893.0, 3914.0, 3915.0, 3901.0, 3926.0, 3927.0, 3915.0, 3940.0, 3927.0, 3914.0, 3915.0, 3927.0, 3905.0, 3917.0, 3927.0, 3905.0, 3930.0, 3939.0, 3916.0, 3927.0, 3928.0, 3895.0, 3917.0, 3926.0, 3892.0, 3928.0, 3940.0, 3916.0, 3916.0, 3926.0, 3893.0, 3914.0, 3928.0, 3915.0, 3918.0, 3928.0, 3905.0, 3917.0, 3927.0, 3916.0, 3917.0, 3928.0, 3907.0, 3917.0, 3930.0, 3915.0, 3925.0, 3927.0, 3915.0, 3916.0, 3925.0, 3914.0, 3924.0, 3927.0, 3918.0, 3916.0, 3926.0, 3915.0, 3904.0, 3927.0, 3925.0, 3916.0, 3917.0, 3926.0, 3894.0, 3914.0, 3925.0, 3915.0, 3915.0, 3916.0, 3905.0, 3914.0, 3926.0, 3905.0, 3926.0, 3926.0, 3915.0, 3905.0, 3929.0, 3914.0, 3925.0, 3915.0, 3915.0, 3905.0, 3928.0, 3926.0, 3927.0, 3929.0, 3928.0, 3907.0, 3929.0, 3928.0, 3905.0, 3916.0, 3925.0, 3905.0, 3927.0, 3927.0, 3905.0, 3926.0, 3915.0, 3913.0, 3926.0, 3928.0, 3893.0, 3915.0, 3928.0, 3893.0, 3915.0, 3916.0, 3925.0, 3915.0, 3927.0, 3905.0, 3916.0, 3927.0, 3914.0, 3914.0, 3926.0, 3904.0, 3914.0, 3915.0, 3904.0, 3926.0, 3926.0, 3916.0, 3915.0, 3915.0, 3913.0, 3904.0, 3915.0, 3914.0, 3893.0, 3915.0, 3926.0, 3905.0, 3926.0, 3926.0, 3914.0, 3926.0, 3915.0, 3904.0, 3927.0, 3916.0, 3915.0, 3928.0, 3928.0, 3914.0, 3915.0, 3925.0, 3914.0, 3916.0, 3926.0, 3905.0, 3916.0, 3916.0, 3893.0, 3913.0, 3927.0, 3905.0, 3916.0, 3926.0, 3904.0, 3926.0, 3926.0, 3914.0, 3916.0, 3928.0, 3927.0, 3928.0, 3927.0, 3904.0, 3915.0, 3928.0, 3914.0, 3927.0, 3939.0, 3916.0, 3917.0, 3926.0, 3914.0, 3915.0, 3939.0, 3915.0, 3905.0, 3926.0, 3916.0, 3905.0, 3915.0, 3925.0, 3916.0, 3925.0, 3927.0, 3905.0, 3926.0, 3925.0, 3915.0, 3926.0, 3926.0, 3904.0, 3916.0, 3926.0, 3916.0, 3939.0, 3927.0, 3905.0, 3927.0, 3914.0, 3914.0, 3927.0, 3927.0, 3918.0, 3926.0, 3927.0, 3915.0, 3917.0, 3914.0, 3893.0, 3927.0, 3926.0, 3905.0, 3926.0, 3927.0, 3904.0, 3928.0, 3928.0, 3914.0, 3915.0, 3927.0, 3915.0, 3927.0, 3915.0, 3915.0, 3927.0, 3916.0, 3905.0, 3915.0, 3918.0, 3892.0, 3914.0, 3916.0, 3902.0, 3914.0, 3913.0, 3893.0, 3915.0, 3927.0, 3915.0, 3916.0, 3926.0, 3904.0, 3926.0, 3927.0, 3905.0, 3927.0, 3929.0, 3906.0, 3926.0, 3927.0, 3903.0, 3925.0, 3928.0, 3913.0, 3916.0, 3916.0, 3904.0, 3914.0, 3916.0, 3916.0, 3916.0, 3927.0, 3903.0, 3925.0, 3926.0, 3915.0, 3927.0, 3928.0, 3905.0, 3926.0, 3916.0, 3903.0, 3914.0, 3917.0, 3916.0, 3903.0, 3915.0, 3904.0, 3903.0, 3915.0, 3915.0, 3904.0, 3924.0, 3916.0, 3904.0, 3927.0, 3915.0, 3903.0, 3929.0, 3916.0, 3918.0, 3927.0, 3916.0, 3903.0, 3927.0, 3927.0, 3915.0, 3927.0], 'WindowWidth': [8864.0, 8831.0, 8772.0, 8798.0, 8783.0, 8778.0, 8777.0, 8777.0, 8755.0, 8770.0, 8774.0, 8743.0, 8753.0, 8770.0, 8742.0, 8755.0, 8771.0, 8722.0, 8770.0, 8776.0, 8721.0, 8767.0, 8769.0, 8720.0, 8775.0, 8774.0, 8775.0, 8777.0, 8780.0, 8743.0, 8780.0, 8791.0, 8773.0, 8765.0, 8796.0, 8775.0, 8773.0, 8779.0, 8758.0, 8776.0, 8793.0, 8781.0, 8776.0, 8777.0, 8741.0, 8771.0, 8777.0, 8776.0, 8780.0, 8779.0, 8745.0, 8755.0, 8774.0, 8743.0, 8774.0, 8803.0, 8769.0, 8764.0, 8792.0, 8741.0, 8773.0, 8775.0, 8778.0, 8780.0, 8792.0, 8744.0, 8774.0, 8777.0, 8757.0, 8778.0, 8797.0, 8767.0, 8777.0, 8776.0, 8741.0, 8774.0, 8794.0, 8762.0, 8760.0, 8774.0, 8744.0, 8772.0, 8779.0, 8785.0, 8797.0, 8797.0, 8758.0, 8779.0, 8777.0, 8761.0, 8797.0, 8796.0, 8764.0, 8775.0, 8779.0, 8757.0, 8773.0, 8776.0, 8774.0, 8777.0, 8776.0, 8761.0, 8791.0, 8777.0, 8755.0, 8752.0, 8778.0, 8776.0, 8769.0, 8772.0, 8751.0, 8754.0, 8767.0, 8759.0, 8779.0, 8775.0, 8755.0, 8751.0, 8769.0, 8751.0, 8743.0, 8795.0, 8778.0, 8740.0, 8775.0, 8759.0, 8740.0, 8774.0, 8782.0, 8775.0, 8761.0, 8774.0, 8751.0, 8775.0, 8779.0, 8778.0, 8799.0, 8781.0, 8754.0, 8771.0, 8775.0, 8744.0, 8760.0, 8774.0, 8740.0, 8774.0, 8773.0, 8758.0, 8792.0, 8776.0, 8740.0, 8767.0, 8771.0, 8721.0, 8751.0, 8796.0, 8779.0, 8774.0, 8798.0, 8739.0, 8753.0, 8771.0, 8762.0, 8776.0, 8795.0, 8763.0, 8795.0, 8781.0, 8774.0, 8777.0, 8775.0, 8758.0, 8757.0, 8775.0, 8755.0, 8755.0, 8796.0, 8762.0, 8737.0, 8766.0, 8755.0, 8734.0, 8765.0, 8775.0, 8756.0, 8754.0, 8756.0, 8764.0, 8753.0, 8780.0, 8739.0, 8775.0, 8771.0, 8726.0, 8755.0, 8778.0, 8724.0, 8775.0, 8779.0, 8769.0, 8769.0, 8773.0, 8724.0, 8770.0, 8779.0, 8772.0, 8769.0, 8773.0, 8739.0, 8772.0, 8773.0, 8772.0, 8779.0, 8774.0, 8741.0, 8754.0, 8770.0, 8739.0, 8751.0, 8772.0, 8759.0, 8754.0, 8777.0, 8757.0, 8752.0, 8769.0, 8758.0, 8743.0, 8757.0, 8756.0, 8755.0, 8774.0, 8762.0, 8771.0, 8768.0, 8755.0, 8748.0, 8755.0, 8770.0, 8764.0, 8773.0, 8797.0, 8744.0, 8758.0, 8757.0, 8737.0, 8770.0, 8768.0, 8764.0, 8770.0, 8789.0, 8725.0, 8774.0, 8775.0, 8725.0, 8773.0, 8794.0, 8772.0, 8769.0, 8794.0, 8756.0, 8753.0, 8772.0, 8759.0, 8773.0, 8778.0, 8753.0, 8755.0, 8772.0, 8755.0, 8742.0, 8771.0, 8773.0, 8759.0, 8774.0, 8772.0, 8722.0, 8754.0, 8754.0, 8718.0, 8750.0, 8751.0, 8717.0, 8768.0, 8776.0, 8754.0, 8749.0, 8752.0, 8716.0, 8749.0, 8770.0, 8757.0, 8768.0, 8772.0, 8722.0, 8770.0, 8778.0, 8757.0, 8774.0, 8788.0, 8754.0, 8770.0, 8773.0, 8762.0, 8752.0, 8772.0, 8755.0, 8737.0, 8753.0, 8750.0, 8749.0, 8755.0, 8778.0, 8774.0, 8754.0, 8754.0, 8746.0, 8770.0, 8755.0, 8741.0, 8761.0, 8773.0, 8723.0, 8754.0, 8774.0, 8724.0, 8774.0, 8778.0, 8743.0, 8773.0, 8781.0, 8739.0, 8775.0, 8794.0, 8754.0, 8771.0, 8776.0, 8724.0, 8769.0, 8775.0, 8773.0, 8775.0, 8776.0, 8756.0, 8770.0, 8776.0, 8755.0, 8756.0, 8772.0, 8772.0, 8773.0, 8771.0, 8737.0, 8754.0, 8755.0, 8752.0, 8754.0, 8755.0, 8755.0, 8753.0, 8777.0, 8737.0, 8739.0, 8756.0, 8757.0, 8741.0, 8773.0, 8753.0, 8754.0, 8756.0, 8756.0, 8740.0, 8795.0, 8775.0, 8738.0, 8772.0, 8755.0, 8753.0, 8772.0, 8770.0, 8741.0, 8776.0, 8779.0, 8759.0, 8779.0, 8773.0, 8775.0, 8775.0, 8773.0, 8741.0, 8775.0, 8773.0, 8768.0, 8778.0, 8781.0, 8736.0, 8754.0, 8756.0, 8725.0, 8756.0, 8773.0, 8771.0, 8780.0, 8807.0, 8759.0, 8775.0, 8768.0, 8734.0, 8753.0, 8769.0, 8756.0, 8751.0, 8771.0, 8742.0, 8774.0, 8776.0, 8757.0, 8777.0, 8777.0, 8755.0, 8751.0, 8755.0, 8738.0, 8751.0, 8770.0, 8777.0, 8757.0, 8771.0, 8762.0, 8750.0, 8764.0, 8753.0, 8763.0, 8763.0, 8752.0, 8746.0, 8751.0, 8751.0, 8750.0, 8754.0, 8754.0, 8718.0, 8749.0, 8749.0, 8747.0, 8754.0, 8773.0, 8741.0, 8776.0, 8771.0, 8719.0, 8750.0, 8754.0, 8771.0, 8753.0, 8771.0, 8739.0, 8771.0, 8757.0, 8751.0, 8755.0, 8755.0, 8738.0, 8752.0, 8768.0, 8751.0, 8760.0, 8776.0, 8779.0, 8755.0, 8770.0, 8756.0, 8760.0, 8781.0, 8775.0, 8760.0, 8775.0, 8757.0, 8736.0, 8771.0, 8756.0, 8751.0, 8773.0, 8757.0, 8750.0, 8774.0, 8774.0, 8757.0, 8754.0, 8756.0, 8737.0, 8772.0, 8776.0, 8745.0, 8777.0, 8773.0, 8739.0, 8754.0, 8770.0, 8752.0, 8769.0, 8775.0, 8761.0, 8776.0, 8774.0, 8754.0, 8751.0, 8771.0, 8738.0, 8756.0, 8776.0, 8739.0, 8749.0, 8752.0, 8751.0, 8753.0, 8757.0, 8752.0, 8735.0, 8759.0, 8757.0, 8737.0, 8768.0, 8754.0, 8735.0, 8768.0, 8755.0, 8753.0, 8754.0, 8756.0, 8729.0, 8766.0, 8754.0, 8732.0, 8765.0, 8751.0, 8751.0, 8751.0, 8750.0, 8733.0, 8748.0, 8768.0, 8732.0, 8749.0, 8752.0, 8748.0, 8749.0, 8767.0, 8753.0, 8770.0, 8753.0, 8754.0, 8776.0, 8776.0, 8751.0, 8756.0, 8757.0, 8755.0, 8738.0, 8780.0, 8755.0, 8739.0, 8773.0, 8770.0, 8738.0, 8776.0, 8757.0, 8736.0, 8771.0, 8775.0, 8754.0, 8768.0, 8756.0, 8735.0, 8767.0, 8768.0, 8769.0, 8774.0, 8776.0, 8750.0, 8752.0, 8753.0, 8747.0, 8750.0, 8774.0, 8722.0, 8753.0, 8770.0, 8728.0, 8755.0, 8768.0, 8771.0, 8756.0, 8772.0, 8737.0, 8754.0, 8771.0, 8778.0, 8778.0, 8773.0, 8753.0, 8773.0, 8768.0, 8735.0, 8772.0, 8778.0, 8762.0, 8719.0, 8749.0, 8749.0, 8727.0, 8769.0, 8773.0, 8750.0, 8793.0, 8770.0, 8748.0, 8752.0, 8772.0, 8741.0, 8757.0, 8772.0, 8738.0, 8781.0, 8793.0, 8757.0, 8770.0, 8773.0, 8724.0, 8757.0, 8770.0, 8718.0, 8774.0, 8794.0, 8757.0, 8753.0, 8768.0, 8719.0, 8749.0, 8772.0, 8752.0, 8762.0, 8774.0, 8739.0, 8757.0, 8773.0, 8757.0, 8758.0, 8774.0, 8744.0, 8758.0, 8780.0, 8754.0, 8767.0, 8770.0, 8753.0, 8754.0, 8766.0, 8748.0, 8762.0, 8772.0, 8762.0, 8754.0, 8769.0, 8753.0, 8735.0, 8770.0, 8768.0, 8756.0, 8758.0, 8769.0, 8723.0, 8749.0, 8765.0, 8752.0, 8751.0, 8756.0, 8739.0, 8749.0, 8768.0, 8739.0, 8769.0, 8770.0, 8752.0, 8738.0, 8779.0, 8750.0, 8765.0, 8753.0, 8752.0, 8739.0, 8775.0, 8769.0, 8772.0, 8780.0, 8775.0, 8745.0, 8776.0, 8773.0, 8739.0, 8755.0, 8767.0, 8740.0, 8772.0, 8773.0, 8737.0, 8768.0, 8753.0, 8746.0, 8769.0, 8774.0, 8720.0, 8753.0, 8774.0, 8719.0, 8751.0, 8755.0, 8767.0, 8751.0, 8770.0, 8741.0, 8754.0, 8770.0, 8751.0, 8751.0, 8766.0, 8735.0, 8749.0, 8752.0, 8735.0, 8767.0, 8767.0, 8755.0, 8751.0, 8751.0, 8745.0, 8732.0, 8753.0, 8749.0, 8718.0, 8752.0, 8768.0, 8737.0, 8768.0, 8769.0, 8750.0, 8767.0, 8753.0, 8735.0, 8772.0, 8755.0, 8752.0, 8775.0, 8774.0, 8750.0, 8751.0, 8766.0, 8750.0, 8755.0, 8769.0, 8737.0, 8752.0, 8754.0, 8719.0, 8747.0, 8771.0, 8738.0, 8754.0, 8768.0, 8736.0, 8768.0, 8769.0, 8750.0, 8757.0, 8775.0, 8775.0, 8776.0, 8773.0, 8740.0, 8753.0, 8773.0, 8752.0, 8773.0, 8790.0, 8756.0, 8760.0, 8771.0, 8749.0, 8754.0, 8790.0, 8754.0, 8738.0, 8769.0, 8756.0, 8739.0, 8753.0, 8767.0, 8756.0, 8765.0, 8770.0, 8739.0, 8768.0, 8767.0, 8753.0, 8769.0, 8768.0, 8737.0, 8755.0, 8769.0, 8759.0, 8791.0, 8774.0, 8738.0, 8770.0, 8750.0, 8747.0, 8772.0, 8773.0, 8763.0, 8770.0, 8773.0, 8752.0, 8757.0, 8750.0, 8718.0, 8770.0, 8770.0, 8738.0, 8770.0, 8771.0, 8736.0, 8777.0, 8774.0, 8750.0, 8753.0, 8771.0, 8750.0, 8770.0, 8754.0, 8753.0, 8770.0, 8756.0, 8738.0, 8752.0, 8760.0, 8717.0, 8748.0, 8757.0, 8731.0, 8748.0, 8748.0, 8719.0, 8752.0, 8772.0, 8754.0, 8756.0, 8770.0, 8737.0, 8769.0, 8773.0, 8740.0, 8772.0, 8777.0, 8744.0, 8768.0, 8770.0, 8733.0, 8766.0, 8774.0, 8749.0, 8754.0, 8756.0, 8736.0, 8748.0, 8755.0, 8757.0, 8754.0, 8771.0, 8734.0, 8766.0, 8769.0, 8754.0, 8773.0, 8774.0, 8741.0, 8767.0, 8754.0, 8734.0, 8749.0, 8757.0, 8754.0, 8735.0, 8752.0, 8735.0, 8733.0, 8753.0, 8750.0, 8737.0, 8764.0, 8754.0, 8735.0, 8770.0, 8751.0, 8735.0, 8777.0, 8756.0, 8761.0, 8772.0, 8755.0, 8735.0, 8770.0, 8772.0, 8750.0, 8769.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.0003234720700985761</td></tr>
<tr><td colspan=3>aqi</td><td>0.016860197918948522</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.02892051672149</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1838586554166666</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9929513168421046</td></tr>
<tr><td colspan=3>efc</td><td>0.4704</td></tr>
<tr><td colspan=3>fber</td><td>5207.9126</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08417142295315216</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.095290251916758</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.537224426943388</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4802688499566914</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.786374842658556</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3450295882149166</td></tr>
<tr><td colspan=3>gcor</td><td>0.00450076</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017876535654067993</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017352839931845665</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>913</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.426951600889502</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>45.2994</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.7467</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.8784</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>875.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.5803</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4714</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.3827</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3065.0835</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.7843</td></tr>
<tr><td colspan=3>tsnr</td><td>43.251274204812944</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>