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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0007_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-02/func/sub-0007_ses-02_task-faces_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>465912617245b409eb380614d6c04eb2</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:51:54.875000</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.999813, 0.0189415, 0.00380707, -0.0190228, 0.999564, 0.0225947]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0934971</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7773, -7153, 634, -32, -208, 18, 20]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>faces</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>98bbc7cd-5d22-49d3-aef8-3846ac8e1f99||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.6824262142181396, -0.05103689059615135, 0.009119054302573204, 112.94798278808594], [-0.050818752497434616, 2.6817562580108643, 0.06118994951248169, -92.594482421875], [0.010214084759354591, -0.060620035976171494, 2.6992909908294678, -26.609756469726562], [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': ['155154.875000', '155155.335000', '155155.795000', '155156.255000', '155156.715000', '155157.175000', '155157.635000', '155158.095000', '155158.555000', '155159.015000', '155159.475000', '155159.935000', '155200.395000', '155200.855000', '155201.315000', '155201.775000', '155202.235000', '155202.695000', '155203.155000', '155203.615000', '155204.075000', '155204.535000', '155204.995000', '155205.455000', '155205.915000', '155206.375000', '155206.835000', '155207.295000', '155207.755000', '155208.215000', '155208.675000', '155209.135000', '155209.595000', '155210.055000', '155210.515000', '155210.975000', '155211.435000', '155211.895000', '155212.355000', '155212.815000', '155213.275000', '155213.735000', '155214.195000', '155214.655000', '155215.115000', '155215.575000', '155216.035000', '155216.495000', '155216.955000', '155217.415000', '155217.875000', '155218.335000', '155218.795000', '155219.255000', '155219.715000', '155220.175000', '155220.635000', '155221.095000', '155221.555000', '155222.015000', '155222.475000', '155222.935000', '155223.395000', '155223.855000', '155224.315000', '155224.775000', '155225.235000', '155225.695000', '155226.155000', '155226.615000', '155227.075000', '155227.535000', '155227.995000', '155228.455000', '155228.915000', '155229.375000', '155229.835000', '155230.295000', '155230.755000', '155231.215000', '155231.675000', '155232.135000', '155232.595000', '155233.055000', '155233.515000', '155233.975000', '155234.435000', '155234.895000', '155235.355000', '155235.815000', '155236.275000', '155236.735000', '155237.195000', '155237.655000', '155238.115000', '155238.575000', '155239.035000', '155239.495000', '155239.955000', '155240.415000', '155240.875000', '155241.335000', '155241.795000', '155242.255000', '155242.715000', '155243.175000', '155243.635000', '155244.095000', '155244.555000', '155245.015000', '155245.475000', '155245.935000', '155246.395000', '155246.855000', '155247.315000', '155247.775000', '155248.235000', '155248.695000', '155249.155000', '155249.615000', '155250.075000', '155250.535000', '155250.995000', '155251.455000', '155251.915000', '155252.375000', '155252.835000', '155253.295000', '155253.755000', '155254.215000', '155254.675000', '155255.135000', '155255.595000', '155256.055000', '155256.515000', '155256.975000', '155257.435000', '155257.895000', '155258.355000', '155258.815000', '155259.275000', '155259.735000', '155300.195000', '155300.655000', '155301.115000', '155301.575000', '155302.035000', '155302.495000', '155302.955000', '155303.415000', '155303.875000', '155304.335000', '155304.795000', '155305.255000', '155305.715000', '155306.175000', '155306.635000', '155307.095000', '155307.555000', '155308.015000', '155308.475000', '155308.935000', '155309.395000', '155309.855000', '155310.315000', '155310.775000', '155311.235000', '155311.695000', '155312.155000', '155312.615000', '155313.075000', '155313.535000', '155313.995000', '155314.455000', '155314.915000', '155315.375000', '155315.835000', '155316.295000', '155316.755000', '155317.215000', '155317.675000', '155318.135000', '155318.595000', '155319.055000', '155319.515000', '155319.975000', '155320.435000', '155320.895000', '155321.355000', '155321.815000', '155322.275000', '155322.735000', '155323.195000', '155323.655000', '155324.115000', '155324.575000', '155325.035000', '155325.495000', '155325.955000', '155326.415000', '155326.875000', '155327.335000', '155327.795000', '155328.255000', '155328.715000', '155329.175000', '155329.635000', '155330.095000', '155330.555000', '155331.015000', '155331.475000', '155331.935000', '155332.395000', '155332.855000', '155333.315000', '155333.775000', '155334.235000', '155334.695000', '155335.155000', '155335.615000', '155336.075000', '155336.535000', '155336.995000', '155337.455000', '155337.915000', '155338.375000', '155338.835000', '155339.295000', '155339.755000', '155340.215000', '155340.675000', '155341.135000', '155341.595000', '155342.055000', '155342.515000', '155342.975000', '155343.435000', '155343.895000', '155344.355000', '155344.815000', '155345.275000', '155345.735000', '155346.195000', '155346.655000', '155347.115000', '155347.575000', '155348.035000', '155348.495000', '155348.955000', '155349.415000', '155349.875000', '155350.335000', '155350.795000', '155351.255000', '155351.715000', '155352.175000', '155352.635000', '155353.095000', '155353.555000', '155354.015000', '155354.475000', '155354.935000', '155355.395000', '155355.855000', '155356.315000', '155356.775000', '155357.235000', '155357.695000', '155358.155000', '155358.615000', '155359.075000', '155359.535000', '155359.995000', '155400.455000', '155400.915000', '155401.375000', '155401.835000', '155402.295000', '155402.755000', '155403.215000', '155403.675000', '155404.135000', '155404.595000', '155405.055000', '155405.515000', '155405.975000', '155406.435000', '155406.895000', '155407.355000', '155407.815000', '155408.275000', '155408.735000', '155409.195000', '155409.655000', '155410.115000', '155410.575000', '155411.035000', '155411.495000', '155411.955000', '155412.415000', '155412.875000', '155413.335000', '155413.795000', '155414.255000', '155414.715000', '155415.175000', '155415.635000', '155416.095000', '155416.555000', '155417.015000', '155417.475000', '155417.935000', '155418.395000', '155418.855000', '155419.315000', '155419.775000', '155420.235000', '155420.695000', '155421.155000', '155421.615000', '155422.075000', '155422.535000', '155422.995000', '155423.455000', '155423.915000', '155424.375000', '155424.835000', '155425.295000', '155425.755000', '155426.215000', '155426.675000', '155427.135000', '155427.595000', '155428.055000', '155428.515000', '155428.975000', '155429.435000', '155429.895000', '155430.355000', '155430.815000', '155431.275000', '155431.735000', '155432.195000', '155432.655000', '155433.115000', '155433.575000', '155434.035000', '155434.495000', '155434.955000', '155435.415000', '155435.875000', '155436.335000', '155436.795000', '155437.255000', '155437.715000', '155438.175000', '155438.635000', '155439.095000', '155439.555000', '155440.015000', '155440.475000', '155440.935000', '155441.395000', '155441.855000', '155442.315000', '155442.775000', '155443.235000', '155443.695000', '155444.155000', '155444.615000', '155445.075000', '155445.535000', '155445.995000', '155446.455000', '155446.915000', '155447.375000', '155447.835000', '155448.295000', '155448.755000', '155449.215000', '155449.675000', '155450.135000', '155450.595000', '155451.055000', '155451.515000', '155451.975000', '155452.435000', '155452.895000', '155453.355000', '155453.815000', '155454.275000', '155454.735000', '155455.195000', '155455.655000', '155456.115000', '155456.575000', '155457.035000', '155457.495000', '155457.955000', '155458.415000', '155458.875000', '155459.335000', '155459.795000', '155500.255000', '155500.715000', '155501.175000', '155501.635000', '155502.095000', '155502.555000', '155503.015000', '155503.475000', '155503.935000', '155504.395000', '155504.855000', '155505.315000', '155505.775000', '155506.235000', '155506.695000', '155507.155000', '155507.615000', '155508.075000', '155508.535000', '155508.995000', '155509.455000', '155509.915000', '155510.375000', '155510.835000', '155511.295000', '155511.755000', '155512.215000', '155512.675000', '155513.135000', '155513.595000', '155514.055000', '155514.515000', '155514.975000', '155515.435000', '155515.895000', '155516.355000', '155516.815000', '155517.275000', '155517.735000', '155518.195000', '155518.655000', '155519.115000', '155519.575000', '155520.035000', '155520.495000', '155520.955000', '155521.415000', '155521.875000', '155522.335000', '155522.795000', '155523.255000', '155523.715000', '155524.175000', '155524.635000', '155525.095000', '155525.555000', '155526.015000', '155526.475000', '155526.935000', '155527.395000', '155527.855000', '155528.315000', '155528.775000', '155529.235000', '155529.695000', '155530.155000', '155530.615000', '155531.075000', '155531.535000', '155531.995000', '155532.455000', '155532.915000', '155533.375000', '155533.835000', '155534.295000', '155534.755000', '155535.215000', '155535.675000', '155536.135000', '155536.595000', '155537.055000', '155537.515000', '155537.975000', '155538.435000', '155538.895000', '155539.355000', '155539.815000', '155540.275000', '155540.735000', '155541.195000', '155541.655000', '155542.115000', '155542.575000', '155543.035000', '155543.495000', '155543.955000', '155544.415000', '155544.875000', '155545.335000', '155545.795000', '155546.255000', '155546.715000', '155547.175000', '155547.635000', '155548.095000', '155548.555000', '155549.015000', '155549.475000', '155549.935000', '155550.395000', '155550.855000', '155551.315000', '155551.775000', '155552.235000', '155552.695000', '155553.155000', '155553.615000', '155554.075000', '155554.535000', '155554.995000', '155555.455000', '155555.915000', '155556.375000', '155556.835000', '155557.295000', '155557.755000', '155558.215000', '155558.675000', '155559.135000', '155559.595000', '155600.055000', '155600.515000', '155600.975000', '155601.435000', '155601.895000', '155602.355000', '155602.815000', '155603.275000', '155603.735000', '155604.195000', '155604.655000', '155605.115000', '155605.575000', '155606.035000', '155606.495000', '155606.955000', '155607.415000', '155607.875000', '155608.335000', '155608.795000', '155609.255000', '155609.715000', '155610.175000', '155610.635000', '155611.095000', '155611.555000', '155612.015000', '155612.475000', '155612.935000', '155613.395000', '155613.855000', '155614.315000', '155614.775000', '155615.235000', '155615.695000', '155616.155000', '155616.615000', '155617.075000', '155617.535000', '155617.995000', '155618.455000', '155618.915000', '155619.375000', '155619.835000', '155620.295000', '155620.755000', '155621.215000', '155621.675000', '155622.135000', '155622.595000', '155623.055000', '155623.515000', '155623.975000', '155624.435000', '155624.895000', '155625.355000', '155625.815000', '155626.275000', '155626.735000', '155627.195000', '155627.655000', '155628.115000', '155628.575000', '155629.035000', '155629.495000', '155629.955000', '155630.415000', '155630.875000', '155631.335000', '155631.795000', '155632.255000', '155632.715000', '155633.175000', '155633.635000', '155634.095000', '155634.555000', '155635.015000', '155635.475000', '155635.935000', '155636.395000', '155636.855000', '155637.315000', '155637.775000', '155638.235000', '155638.695000', '155639.155000', '155639.615000', '155640.075000', '155640.535000', '155640.995000', '155641.455000', '155641.915000', '155642.375000', '155642.835000', '155643.295000', '155643.755000', '155644.215000', '155644.675000', '155645.135000', '155645.595000', '155646.055000', '155646.515000', '155646.975000', '155647.435000', '155647.895000', '155648.355000', '155648.815000', '155649.275000', '155649.735000', '155650.195000', '155650.655000', '155651.115000', '155651.575000', '155652.035000', '155652.495000', '155652.955000', '155653.415000', '155653.875000', '155654.335000', '155654.795000', '155655.255000', '155655.715000', '155656.175000', '155656.635000', '155657.095000', '155657.555000', '155658.015000', '155658.475000', '155658.935000', '155659.395000', '155659.855000', '155700.315000', '155700.775000', '155701.235000', '155701.695000', '155702.155000', '155702.615000', '155703.075000', '155703.535000', '155703.995000', '155704.455000', '155704.915000', '155705.375000', '155705.835000', '155706.295000', '155706.755000', '155707.215000', '155707.675000', '155708.135000', '155708.595000', '155709.055000', '155709.515000', '155709.975000', '155710.435000', '155710.895000', '155711.355000', '155711.815000', '155712.275000', '155712.735000', '155713.195000', '155713.655000', '155714.115000', '155714.575000', '155715.035000', '155715.495000', '155715.955000', '155716.415000', '155716.875000', '155717.335000', '155717.795000', '155718.255000', '155718.715000', '155719.175000', '155719.635000', '155720.095000', '155720.555000', '155721.015000', '155721.475000', '155721.935000', '155722.395000', '155722.855000', '155723.315000', '155723.775000', '155724.235000', '155724.695000', '155725.155000', '155725.615000', '155726.075000', '155726.535000', '155726.995000', '155727.455000', '155727.915000', '155728.375000', '155728.835000', '155729.295000', '155729.755000', '155730.215000', '155730.675000', '155731.135000', '155731.595000', '155732.055000', '155732.515000', '155732.975000', '155733.435000', '155733.895000', '155734.355000', '155734.815000', '155735.275000', '155735.735000', '155736.195000', '155736.655000', '155737.115000', '155737.575000', '155738.035000', '155738.495000', '155738.955000', '155739.415000', '155739.875000', '155740.335000', '155740.795000', '155741.255000', '155741.715000', '155742.175000', '155742.635000', '155743.095000', '155743.555000', '155744.015000', '155744.475000', '155744.935000', '155745.395000', '155745.855000', '155746.315000', '155746.775000', '155747.235000', '155747.695000', '155748.155000', '155748.615000', '155749.075000', '155749.535000', '155749.995000', '155750.455000', '155750.915000', '155751.375000', '155751.835000', '155752.295000', '155752.755000', '155753.215000', '155753.675000', '155754.135000', '155754.595000', '155755.055000', '155755.515000', '155755.975000', '155756.435000', '155756.895000', '155757.355000', '155757.815000', '155758.275000', '155758.735000', '155759.195000', '155759.655000', '155800.115000', '155800.575000', '155801.035000', '155801.495000', '155801.955000', '155802.415000', '155802.875000', '155803.335000', '155803.795000', '155804.255000', '155804.715000', '155805.175000', '155805.635000', '155806.095000', '155806.555000', '155807.015000', '155807.475000', '155807.935000', '155808.395000', '155808.855000', '155809.315000', '155809.775000', '155810.235000', '155810.695000', '155811.155000', '155811.615000', '155812.075000', '155812.535000', '155812.995000', '155813.455000', '155813.915000', '155814.375000', '155814.835000', '155815.295000', '155815.755000', '155816.215000', '155816.675000', '155817.135000', '155817.595000', '155818.055000', '155818.515000', '155818.975000', '155819.435000', '155819.895000', '155820.355000', '155820.815000', '155821.275000', '155821.735000', '155822.195000', '155822.655000', '155823.115000', '155823.575000', '155824.035000', '155824.495000', '155824.955000', '155825.415000', '155825.875000', '155826.335000', '155826.795000', '155827.255000', '155827.715000', '155828.175000', '155828.635000', '155829.095000', '155829.555000', '155830.015000', '155830.475000', '155830.935000', '155831.395000', '155831.855000', '155832.315000', '155832.775000', '155833.235000', '155833.695000', '155834.155000', '155834.615000', '155835.075000', '155835.535000', '155835.995000', '155836.455000', '155836.915000', '155837.375000', '155837.835000', '155838.295000', '155838.755000', '155839.215000', '155839.675000', '155840.135000', '155840.595000', '155841.055000', '155841.515000', '155841.975000', '155842.435000', '155842.895000', '155843.355000', '155843.815000', '155844.275000', '155844.735000', '155845.195000', '155845.655000', '155846.115000', '155846.575000', '155847.035000', '155847.495000', '155847.955000', '155848.415000', '155848.875000', '155849.335000', '155849.795000', '155850.255000', '155850.715000', '155851.175000', '155851.635000', '155852.095000', '155852.555000', '155853.015000', '155853.475000', '155853.935000', '155854.395000', '155854.855000'], 'ContentTime': ['155214.188000', '155214.192000', '155214.195000', '155214.207000', '155214.210000', '155214.213000', '155214.215000', '155214.218000', '155214.221000', '155214.224000', '155214.227000', '155214.230000', '155214.232000', '155214.253000', '155214.256000', '155214.274000', '155214.277000', '155214.279000', '155214.282000', '155214.285000', '155214.288000', '155214.291000', '155214.293000', '155214.296000', '155214.299000', '155214.302000', '155214.305000', '155214.308000', '155214.311000', '155214.313000', '155214.316000', '155214.319000', '155214.322000', '155214.325000', '155214.328000', '155214.330000', '155214.333000', '155214.336000', '155214.339000', '155214.342000', '155214.345000', '155234.160000', '155234.163000', '155234.165000', '155234.168000', '155234.171000', '155234.174000', '155234.177000', '155234.180000', '155234.183000', '155234.185000', '155234.188000', '155234.191000', '155234.194000', '155234.197000', '155234.200000', '155234.203000', '155234.205000', '155234.208000', '155234.211000', '155234.214000', '155234.216000', '155234.219000', '155234.222000', '155234.225000', '155234.228000', '155234.230000', '155234.233000', '155234.236000', '155234.239000', '155234.242000', '155234.245000', '155234.248000', '155234.250000', '155234.253000', '155234.256000', '155234.259000', '155234.261000', '155234.264000', '155234.267000', '155234.270000', '155234.273000', '155234.275000', '155234.278000', '155254.160000', '155254.167000', '155254.170000', '155254.173000', '155254.176000', '155254.179000', '155254.182000', '155254.184000', '155254.187000', '155254.190000', '155254.193000', '155254.196000', '155254.199000', '155254.202000', '155254.205000', '155254.207000', '155254.210000', '155254.213000', '155254.216000', '155254.219000', '155254.222000', '155254.225000', '155254.228000', '155254.230000', '155254.233000', '155254.236000', '155254.239000', '155254.242000', '155254.245000', '155254.251000', '155254.254000', '155254.256000', '155254.259000', '155254.262000', '155254.265000', '155254.268000', '155254.271000', '155254.273000', '155254.276000', '155254.279000', '155254.282000', '155254.285000', '155254.288000', '155254.291000', '155314.159000', '155314.162000', '155314.165000', '155314.168000', '155314.170000', '155314.173000', '155314.176000', '155314.179000', '155314.182000', '155314.185000', '155314.188000', '155314.190000', '155314.193000', '155314.196000', '155314.199000', '155314.202000', '155314.204000', '155314.207000', '155314.210000', '155314.213000', '155314.216000', '155314.218000', '155314.221000', '155314.224000', '155314.227000', '155314.230000', '155314.233000', '155314.235000', '155314.238000', '155314.241000', '155314.244000', '155314.247000', '155314.249000', '155314.252000', '155314.255000', '155314.258000', '155314.261000', '155314.267000', '155314.270000', '155314.273000', '155314.275000', '155314.278000', '155314.281000', '155334.159000', '155334.162000', '155334.165000', '155334.168000', '155334.171000', '155334.174000', '155334.179000', '155334.181000', '155334.185000', '155334.187000', '155334.190000', '155334.193000', '155334.196000', '155334.199000', '155334.202000', '155334.205000', '155334.207000', '155334.210000', '155334.213000', '155334.216000', '155334.219000', '155334.222000', '155334.225000', '155334.228000', '155334.230000', '155334.233000', '155334.236000', '155334.239000', '155334.242000', '155334.244000', '155334.247000', '155334.250000', '155334.253000', '155334.256000', '155334.259000', '155334.261000', '155334.264000', '155334.267000', '155334.270000', '155334.273000', '155334.276000', '155334.279000', '155334.281000', '155354.159000', '155354.162000', '155354.165000', '155354.168000', '155354.170000', '155354.173000', '155354.176000', '155354.179000', '155354.182000', '155354.185000', '155354.194000', '155354.196000', '155354.207000', '155354.210000', '155354.213000', '155354.216000', '155354.219000', '155354.221000', '155354.224000', '155354.227000', '155354.230000', '155354.233000', '155354.236000', '155354.239000', '155354.242000', '155354.244000', '155354.248000', '155354.250000', '155354.253000', '155354.256000', '155354.259000', '155354.262000', '155354.265000', '155354.267000', '155354.270000', '155354.273000', '155354.276000', '155354.279000', '155354.282000', '155354.284000', '155354.287000', '155354.290000', '155354.293000', '155354.296000', '155414.160000', '155414.163000', '155414.166000', '155414.168000', '155414.171000', '155414.176000', '155414.180000', '155414.184000', '155414.186000', '155414.189000', '155414.192000', '155414.195000', '155414.198000', '155414.201000', '155414.204000', '155414.207000', '155414.209000', '155414.212000', '155414.215000', '155414.218000', '155414.221000', '155414.223000', '155414.226000', '155414.229000', '155414.232000', '155414.235000', '155414.238000', '155414.241000', '155414.243000', '155414.246000', '155414.249000', '155414.252000', '155414.255000', '155414.257000', '155414.260000', '155414.263000', '155414.266000', '155414.270000', '155414.273000', '155414.276000', '155414.278000', '155414.281000', '155414.284000', '155434.160000', '155434.163000', '155434.166000', '155434.169000', '155434.171000', '155434.174000', '155434.177000', '155434.180000', '155434.183000', '155434.186000', '155434.189000', '155434.191000', '155434.194000', '155434.197000', '155434.200000', '155434.202000', '155434.205000', '155434.208000', '155434.211000', '155434.214000', '155434.217000', '155434.220000', '155434.222000', '155434.225000', '155434.228000', '155434.231000', '155434.234000', '155434.236000', '155434.239000', '155434.242000', '155434.245000', '155434.248000', '155434.251000', '155434.254000', '155434.257000', '155434.259000', '155434.262000', '155434.265000', '155434.268000', '155434.271000', '155434.274000', '155434.277000', '155434.280000', '155434.282000', '155454.160000', '155454.163000', '155454.166000', '155454.169000', '155454.171000', '155454.174000', '155454.177000', '155454.181000', '155454.185000', '155454.188000', '155454.191000', '155454.194000', '155454.196000', '155454.200000', '155454.202000', '155454.205000', '155454.208000', '155454.211000', '155454.214000', '155454.217000', '155454.219000', '155454.222000', '155454.225000', '155454.228000', '155454.231000', '155454.234000', '155454.237000', '155454.240000', '155454.243000', '155454.245000', '155454.248000', '155454.251000', '155454.254000', '155454.257000', '155454.260000', '155454.262000', '155454.265000', '155454.268000', '155454.271000', '155454.274000', '155454.277000', '155454.279000', '155454.282000', '155514.160000', '155514.163000', '155514.166000', '155514.168000', '155514.171000', '155514.174000', '155514.177000', '155514.180000', '155514.183000', '155514.186000', '155514.188000', '155514.191000', '155514.194000', '155514.197000', '155514.200000', '155514.203000', '155514.206000', '155514.208000', '155514.211000', '155514.214000', '155514.217000', '155514.220000', '155514.223000', '155514.225000', '155514.228000', '155514.231000', '155514.234000', '155514.237000', '155514.240000', '155514.243000', '155514.245000', '155514.248000', '155514.251000', '155514.254000', '155514.257000', '155514.260000', '155514.263000', '155514.266000', '155514.268000', '155514.271000', '155514.274000', '155514.277000', '155514.280000', '155514.282000', '155534.159000', '155534.162000', '155534.165000', '155534.168000', '155534.171000', '155534.173000', '155534.176000', '155534.198000', '155534.201000', '155534.204000', '155534.207000', '155534.210000', '155534.213000', '155534.215000', '155534.218000', '155534.221000', '155534.224000', '155534.227000', '155534.230000', '155534.233000', '155534.236000', '155534.239000', '155534.244000', '155534.247000', '155534.250000', '155534.253000', '155534.255000', '155534.258000', '155534.261000', '155534.264000', '155534.267000', '155534.270000', '155534.273000', '155534.275000', '155534.278000', '155534.281000', '155534.284000', '155534.287000', '155534.289000', '155534.292000', '155534.295000', '155534.298000', '155534.301000', '155554.160000', '155554.163000', '155554.165000', '155554.168000', '155554.171000', '155554.174000', '155554.177000', '155554.180000', '155554.183000', '155554.186000', '155554.188000', '155554.191000', '155554.194000', '155554.197000', '155554.200000', '155554.203000', '155554.205000', '155554.208000', '155554.211000', '155554.214000', '155554.217000', '155554.220000', '155554.223000', '155554.225000', '155554.228000', '155554.231000', '155554.234000', '155554.237000', '155554.240000', '155554.242000', '155554.245000', '155554.248000', '155554.251000', '155554.254000', '155554.257000', '155554.260000', '155554.263000', '155554.265000', '155554.268000', '155554.271000', '155554.274000', '155554.277000', '155554.279000', '155554.282000', '155614.159000', '155614.162000', '155614.166000', '155614.169000', '155614.171000', '155614.175000', '155614.177000', '155614.180000', '155614.183000', '155614.186000', '155614.189000', '155614.192000', '155614.194000', '155614.197000', '155614.200000', '155614.203000', '155614.206000', '155614.209000', '155614.211000', '155614.214000', '155614.217000', '155614.222000', '155614.227000', '155614.230000', '155614.233000', '155614.236000', '155614.239000', '155614.241000', '155614.244000', '155614.247000', '155614.250000', '155614.253000', '155614.256000', '155614.259000', '155614.261000', '155614.264000', '155614.267000', '155614.270000', '155614.273000', '155614.276000', '155614.279000', '155614.281000', '155614.284000', '155634.160000', '155634.163000', '155634.166000', '155634.169000', '155634.172000', '155634.174000', '155634.177000', '155634.180000', '155634.183000', '155634.186000', '155634.189000', '155634.192000', '155634.194000', '155634.197000', '155634.200000', '155634.203000', '155634.206000', '155634.208000', '155634.211000', '155634.214000', '155634.217000', '155634.220000', '155634.223000', '155634.225000', '155634.228000', '155634.231000', '155634.234000', '155634.237000', '155634.239000', '155634.242000', '155634.245000', '155634.248000', '155634.251000', '155634.254000', '155634.257000', '155634.259000', '155634.262000', '155634.265000', '155634.268000', '155634.271000', '155634.274000', '155634.276000', '155634.285000', '155634.288000', '155654.160000', '155654.163000', '155654.166000', '155654.168000', '155654.171000', '155654.174000', '155654.177000', '155654.180000', '155654.183000', '155654.186000', '155654.189000', '155654.191000', '155654.194000', '155654.197000', '155654.200000', '155654.203000', '155654.206000', '155654.209000', '155654.212000', '155654.214000', '155654.217000', '155654.220000', '155654.223000', '155654.226000', '155654.229000', '155654.231000', '155654.234000', '155654.237000', '155654.240000', '155654.243000', '155654.246000', '155654.248000', '155654.264000', '155654.267000', '155654.270000', '155654.273000', '155654.276000', '155654.279000', '155654.282000', '155654.284000', '155654.287000', '155654.290000', '155654.293000', '155714.160000', '155714.163000', '155714.166000', '155714.169000', '155714.171000', '155714.174000', '155714.177000', '155714.180000', '155714.183000', '155714.186000', '155714.189000', '155714.191000', '155714.194000', '155714.197000', '155714.200000', '155714.203000', '155714.206000', '155714.209000', '155714.212000', '155714.214000', '155714.217000', '155714.220000', '155714.223000', '155714.226000', '155714.229000', '155714.232000', '155714.234000', '155714.237000', '155714.240000', '155714.243000', '155714.246000', '155714.249000', '155714.252000', '155714.254000', '155714.257000', '155714.260000', '155714.263000', '155714.266000', '155714.269000', '155714.271000', '155714.274000', '155714.277000', '155714.280000', '155714.283000', '155734.160000', '155734.163000', '155734.166000', '155734.169000', '155734.171000', '155734.174000', '155734.177000', '155734.180000', '155734.183000', '155734.186000', '155734.189000', '155734.192000', '155734.194000', '155734.197000', '155734.200000', '155734.204000', '155734.207000', '155734.210000', '155734.213000', '155734.216000', '155734.219000', '155734.221000', '155734.224000', '155734.227000', '155734.230000', '155734.233000', '155734.236000', '155734.239000', '155734.242000', '155734.245000', '155734.248000', '155734.251000', '155734.253000', '155734.256000', '155734.260000', '155734.264000', '155734.267000', '155734.270000', '155734.273000', '155734.276000', '155734.278000', '155734.281000', '155734.284000', '155754.160000', '155754.163000', '155754.165000', '155754.168000', '155754.171000', '155754.174000', '155754.177000', '155754.180000', '155754.183000', '155754.186000', '155754.188000', '155754.191000', '155754.194000', '155754.197000', '155754.200000', '155754.203000', '155754.206000', '155754.209000', '155754.211000', '155754.214000', '155754.217000', '155754.220000', '155754.223000', '155754.226000', '155754.229000', '155754.231000', '155754.234000', '155754.237000', '155754.240000', '155754.243000', '155754.246000', '155754.249000', '155754.251000', '155754.254000', '155754.257000', '155754.260000', '155754.263000', '155754.266000', '155754.269000', '155754.271000', '155754.275000', '155754.277000', '155754.280000', '155754.283000', '155814.160000', '155814.163000', '155814.166000', '155814.169000', '155814.171000', '155814.174000', '155814.177000', '155814.180000', '155814.183000', '155814.186000', '155814.189000', '155814.191000', '155814.194000', '155814.197000', '155814.200000', '155814.203000', '155814.206000', '155814.208000', '155814.211000', '155814.214000', '155814.217000', '155814.220000', '155814.223000', '155814.226000', '155814.228000', '155814.231000', '155814.234000', '155814.237000', '155814.240000', '155814.243000', '155814.246000', '155814.249000', '155814.251000', '155814.254000', '155814.257000', '155814.260000', '155814.263000', '155814.266000', '155814.269000', '155814.271000', '155814.274000', '155814.277000', '155814.298000', '155834.159000', '155834.162000', '155834.165000', '155834.168000', '155834.171000', '155834.174000', '155834.176000', '155834.179000', '155834.182000', '155834.185000', '155834.188000', '155834.191000', '155834.194000', '155834.197000', '155834.200000', '155834.202000', '155834.205000', '155834.208000', '155834.211000', '155834.214000', '155834.217000', '155834.219000', '155834.222000', '155834.225000', '155834.228000', '155834.231000', '155834.234000', '155834.237000', '155834.240000', '155834.243000', '155834.245000', '155834.248000', '155834.251000', '155834.254000', '155834.257000', '155834.260000', '155834.262000', '155834.265000', '155834.268000', '155834.271000', '155834.274000', '155834.276000', '155834.279000', '155834.282000', '155854.161000', '155854.164000', '155854.167000', '155854.170000', '155854.172000', '155854.175000', '155854.178000', '155854.181000', '155854.184000', '155854.187000', '155854.190000', '155854.192000', '155854.195000', '155854.198000', '155854.201000', '155854.204000', '155854.207000', '155854.210000', '155854.213000', '155854.215000', '155854.218000', '155854.221000', '155854.224000', '155854.227000', '155854.230000', '155854.233000', '155854.236000', '155854.239000', '155854.242000', '155854.246000', '155854.249000', '155854.251000', '155854.254000', '155854.257000', '155854.260000', '155854.263000', '155854.266000', '155854.269000', '155854.272000', '155854.274000', '155854.277000', '155854.280000', '155854.283000', '155855.753000', '155855.757000', '155855.760000', '155855.763000'], 'InstanceCreationTime': ['155214.188000', '155214.192000', '155214.195000', '155214.207000', '155214.210000', '155214.213000', '155214.215000', '155214.218000', '155214.221000', '155214.224000', '155214.227000', '155214.230000', '155214.232000', '155214.253000', '155214.256000', '155214.274000', '155214.277000', '155214.279000', '155214.282000', '155214.285000', '155214.288000', '155214.291000', '155214.293000', '155214.296000', '155214.299000', '155214.302000', '155214.305000', '155214.308000', '155214.311000', '155214.313000', '155214.316000', '155214.319000', '155214.322000', '155214.325000', '155214.328000', '155214.330000', '155214.333000', '155214.336000', '155214.339000', '155214.342000', '155214.345000', '155234.160000', '155234.163000', '155234.165000', '155234.168000', '155234.171000', '155234.174000', '155234.177000', '155234.180000', '155234.183000', '155234.185000', '155234.188000', '155234.191000', '155234.194000', '155234.197000', '155234.200000', '155234.203000', '155234.205000', '155234.208000', '155234.211000', '155234.214000', '155234.216000', '155234.219000', '155234.222000', '155234.225000', '155234.228000', '155234.230000', '155234.233000', '155234.236000', '155234.239000', '155234.242000', '155234.245000', '155234.248000', '155234.250000', '155234.253000', '155234.256000', '155234.259000', '155234.261000', '155234.264000', '155234.267000', '155234.270000', '155234.273000', '155234.275000', '155234.278000', '155254.160000', '155254.167000', '155254.170000', '155254.173000', '155254.176000', '155254.179000', '155254.182000', '155254.184000', '155254.187000', '155254.190000', '155254.193000', '155254.196000', '155254.199000', '155254.202000', '155254.205000', '155254.207000', '155254.210000', '155254.213000', '155254.216000', '155254.219000', '155254.222000', '155254.225000', '155254.228000', '155254.230000', '155254.233000', '155254.236000', '155254.239000', '155254.242000', '155254.245000', '155254.251000', '155254.254000', '155254.256000', '155254.259000', '155254.262000', '155254.265000', '155254.268000', '155254.271000', '155254.273000', '155254.276000', '155254.279000', '155254.282000', '155254.285000', '155254.288000', '155254.291000', '155314.159000', '155314.162000', '155314.165000', '155314.168000', '155314.170000', '155314.173000', '155314.176000', '155314.179000', '155314.182000', '155314.185000', '155314.188000', '155314.190000', '155314.193000', '155314.196000', '155314.199000', '155314.202000', '155314.204000', '155314.207000', '155314.210000', '155314.213000', '155314.216000', '155314.218000', '155314.221000', '155314.224000', '155314.227000', '155314.230000', '155314.233000', '155314.235000', '155314.238000', '155314.241000', '155314.244000', '155314.247000', '155314.249000', '155314.252000', '155314.255000', '155314.258000', '155314.261000', '155314.267000', '155314.270000', '155314.273000', '155314.275000', '155314.278000', '155314.281000', '155334.159000', '155334.162000', '155334.165000', '155334.168000', '155334.171000', '155334.174000', '155334.179000', '155334.181000', '155334.185000', '155334.187000', '155334.190000', '155334.193000', '155334.196000', '155334.199000', '155334.202000', '155334.205000', '155334.207000', '155334.210000', '155334.213000', '155334.216000', '155334.219000', '155334.222000', '155334.225000', '155334.228000', '155334.230000', '155334.233000', '155334.236000', '155334.239000', '155334.242000', '155334.244000', '155334.247000', '155334.250000', '155334.253000', '155334.256000', '155334.259000', '155334.261000', '155334.264000', '155334.267000', '155334.270000', '155334.273000', '155334.276000', '155334.279000', '155334.281000', '155354.159000', '155354.162000', '155354.165000', '155354.168000', '155354.170000', '155354.173000', '155354.176000', '155354.179000', '155354.182000', '155354.185000', '155354.194000', '155354.196000', '155354.207000', '155354.210000', '155354.213000', '155354.216000', '155354.219000', '155354.221000', '155354.224000', '155354.227000', '155354.230000', '155354.233000', '155354.236000', '155354.239000', '155354.242000', '155354.244000', '155354.248000', '155354.250000', '155354.253000', '155354.256000', '155354.259000', '155354.262000', '155354.265000', '155354.267000', '155354.270000', '155354.273000', '155354.276000', '155354.279000', '155354.282000', '155354.284000', '155354.287000', '155354.290000', '155354.293000', '155354.296000', '155414.160000', '155414.163000', '155414.166000', '155414.168000', '155414.171000', '155414.176000', '155414.180000', '155414.184000', '155414.186000', '155414.189000', '155414.192000', '155414.195000', '155414.198000', '155414.201000', '155414.204000', '155414.207000', '155414.209000', '155414.212000', '155414.215000', '155414.218000', '155414.221000', '155414.223000', '155414.226000', '155414.229000', '155414.232000', '155414.235000', '155414.238000', '155414.241000', '155414.243000', '155414.246000', '155414.249000', '155414.252000', '155414.255000', '155414.257000', '155414.260000', '155414.263000', '155414.266000', '155414.270000', '155414.273000', '155414.276000', '155414.278000', '155414.281000', '155414.284000', '155434.160000', '155434.163000', '155434.166000', '155434.169000', '155434.171000', '155434.174000', '155434.177000', '155434.180000', '155434.183000', '155434.186000', '155434.189000', '155434.191000', '155434.194000', '155434.197000', '155434.200000', '155434.202000', '155434.205000', '155434.208000', '155434.211000', '155434.214000', '155434.217000', '155434.220000', '155434.222000', '155434.225000', '155434.228000', '155434.231000', '155434.234000', '155434.236000', '155434.239000', '155434.242000', '155434.245000', '155434.248000', '155434.251000', '155434.254000', '155434.257000', '155434.259000', '155434.262000', '155434.265000', '155434.268000', '155434.271000', '155434.274000', '155434.277000', '155434.280000', '155434.282000', '155454.160000', '155454.163000', '155454.166000', '155454.169000', '155454.171000', '155454.174000', '155454.177000', '155454.181000', '155454.185000', '155454.188000', '155454.191000', '155454.194000', '155454.196000', '155454.200000', '155454.202000', '155454.205000', '155454.208000', '155454.211000', '155454.214000', '155454.217000', '155454.219000', '155454.222000', '155454.225000', '155454.228000', '155454.231000', '155454.234000', '155454.237000', '155454.240000', '155454.243000', '155454.245000', '155454.248000', '155454.251000', '155454.254000', '155454.257000', '155454.260000', '155454.262000', '155454.265000', '155454.268000', '155454.271000', '155454.274000', '155454.277000', '155454.279000', '155454.282000', '155514.160000', '155514.163000', '155514.166000', '155514.168000', '155514.171000', '155514.174000', '155514.177000', '155514.180000', '155514.183000', '155514.186000', '155514.188000', '155514.191000', '155514.194000', '155514.197000', '155514.200000', '155514.203000', '155514.206000', '155514.208000', '155514.211000', '155514.214000', '155514.217000', '155514.220000', '155514.223000', '155514.225000', '155514.228000', '155514.231000', '155514.234000', '155514.237000', '155514.240000', '155514.243000', '155514.245000', '155514.248000', '155514.251000', '155514.254000', '155514.257000', '155514.260000', '155514.263000', '155514.266000', '155514.268000', '155514.271000', '155514.274000', '155514.277000', '155514.280000', '155514.282000', '155534.159000', '155534.162000', '155534.165000', '155534.168000', '155534.171000', '155534.173000', '155534.176000', '155534.198000', '155534.201000', '155534.204000', '155534.207000', '155534.210000', '155534.213000', '155534.215000', '155534.218000', '155534.221000', '155534.224000', '155534.227000', '155534.230000', '155534.233000', '155534.236000', '155534.239000', '155534.244000', '155534.247000', '155534.250000', '155534.253000', '155534.255000', '155534.258000', '155534.261000', '155534.264000', '155534.267000', '155534.270000', '155534.273000', '155534.275000', '155534.278000', '155534.281000', '155534.284000', '155534.287000', '155534.289000', '155534.292000', '155534.295000', '155534.298000', '155534.301000', '155554.160000', '155554.163000', '155554.165000', '155554.168000', '155554.171000', '155554.174000', '155554.177000', '155554.180000', '155554.183000', '155554.186000', '155554.188000', '155554.191000', '155554.194000', '155554.197000', '155554.200000', '155554.203000', '155554.205000', '155554.208000', '155554.211000', '155554.214000', '155554.217000', '155554.220000', '155554.223000', '155554.225000', '155554.228000', '155554.231000', '155554.234000', '155554.237000', '155554.240000', '155554.242000', '155554.245000', '155554.248000', '155554.251000', '155554.254000', '155554.257000', '155554.260000', '155554.263000', '155554.265000', '155554.268000', '155554.271000', '155554.274000', '155554.277000', '155554.279000', '155554.282000', '155614.159000', '155614.162000', '155614.166000', '155614.169000', '155614.171000', '155614.175000', '155614.177000', '155614.180000', '155614.183000', '155614.186000', '155614.189000', '155614.192000', '155614.194000', '155614.197000', '155614.200000', '155614.203000', '155614.206000', '155614.209000', '155614.211000', '155614.214000', '155614.217000', '155614.222000', '155614.227000', '155614.230000', '155614.233000', '155614.236000', '155614.239000', '155614.241000', '155614.244000', '155614.247000', '155614.250000', '155614.253000', '155614.256000', '155614.259000', '155614.261000', '155614.264000', '155614.267000', '155614.270000', '155614.273000', '155614.276000', '155614.279000', '155614.281000', '155614.284000', '155634.160000', '155634.163000', '155634.166000', '155634.169000', '155634.172000', '155634.174000', '155634.177000', '155634.180000', '155634.183000', '155634.186000', '155634.189000', '155634.192000', '155634.194000', '155634.197000', '155634.200000', '155634.203000', '155634.206000', '155634.208000', '155634.211000', '155634.214000', '155634.217000', '155634.220000', '155634.223000', '155634.225000', '155634.228000', '155634.231000', '155634.234000', '155634.237000', '155634.239000', '155634.242000', '155634.245000', '155634.248000', '155634.251000', '155634.254000', '155634.257000', '155634.259000', '155634.262000', '155634.265000', '155634.268000', '155634.271000', '155634.274000', '155634.276000', '155634.285000', '155634.288000', '155654.160000', '155654.163000', '155654.166000', '155654.168000', '155654.171000', '155654.174000', '155654.177000', '155654.180000', '155654.183000', '155654.186000', '155654.189000', '155654.191000', '155654.194000', '155654.197000', '155654.200000', '155654.203000', '155654.206000', '155654.209000', '155654.212000', '155654.214000', '155654.217000', '155654.220000', '155654.223000', '155654.226000', '155654.229000', '155654.231000', '155654.234000', '155654.237000', '155654.240000', '155654.243000', '155654.246000', '155654.248000', '155654.264000', '155654.267000', '155654.270000', '155654.273000', '155654.276000', '155654.279000', '155654.282000', '155654.284000', '155654.287000', '155654.290000', '155654.293000', '155714.160000', '155714.163000', '155714.166000', '155714.169000', '155714.171000', '155714.174000', '155714.177000', '155714.180000', '155714.183000', '155714.186000', '155714.189000', '155714.191000', '155714.194000', '155714.197000', '155714.200000', '155714.203000', '155714.206000', '155714.209000', '155714.212000', '155714.214000', '155714.217000', '155714.220000', '155714.223000', '155714.226000', '155714.229000', '155714.232000', '155714.234000', '155714.237000', '155714.240000', '155714.243000', '155714.246000', '155714.249000', '155714.252000', '155714.254000', '155714.257000', '155714.260000', '155714.263000', '155714.266000', '155714.269000', '155714.271000', '155714.274000', '155714.277000', '155714.280000', '155714.283000', '155734.160000', '155734.163000', '155734.166000', '155734.169000', '155734.171000', '155734.174000', '155734.177000', '155734.180000', '155734.183000', '155734.186000', '155734.189000', '155734.192000', '155734.194000', '155734.197000', '155734.200000', '155734.204000', '155734.207000', '155734.210000', '155734.213000', '155734.216000', '155734.219000', '155734.221000', '155734.224000', '155734.227000', '155734.230000', '155734.233000', '155734.236000', '155734.239000', '155734.242000', '155734.245000', '155734.248000', '155734.251000', '155734.253000', '155734.256000', '155734.260000', '155734.264000', '155734.267000', '155734.270000', '155734.273000', '155734.276000', '155734.278000', '155734.281000', '155734.284000', '155754.160000', '155754.163000', '155754.165000', '155754.168000', '155754.171000', '155754.174000', '155754.177000', '155754.180000', '155754.183000', '155754.186000', '155754.188000', '155754.191000', '155754.194000', '155754.197000', '155754.200000', '155754.203000', '155754.206000', '155754.209000', '155754.211000', '155754.214000', '155754.217000', '155754.220000', '155754.223000', '155754.226000', '155754.229000', '155754.231000', '155754.234000', '155754.237000', '155754.240000', '155754.243000', '155754.246000', '155754.249000', '155754.251000', '155754.254000', '155754.257000', '155754.260000', '155754.263000', '155754.266000', '155754.269000', '155754.271000', '155754.275000', '155754.277000', '155754.280000', '155754.283000', '155814.160000', '155814.163000', '155814.166000', '155814.169000', '155814.171000', '155814.174000', '155814.177000', '155814.180000', '155814.183000', '155814.186000', '155814.189000', '155814.191000', '155814.194000', '155814.197000', '155814.200000', '155814.203000', '155814.206000', '155814.208000', '155814.211000', '155814.214000', '155814.217000', '155814.220000', '155814.223000', '155814.226000', '155814.228000', '155814.231000', '155814.234000', '155814.237000', '155814.240000', '155814.243000', '155814.246000', '155814.249000', '155814.251000', '155814.254000', '155814.257000', '155814.260000', '155814.263000', '155814.266000', '155814.269000', '155814.271000', '155814.274000', '155814.277000', '155814.298000', '155834.159000', '155834.162000', '155834.165000', '155834.168000', '155834.171000', '155834.174000', '155834.176000', '155834.179000', '155834.182000', '155834.185000', '155834.188000', '155834.191000', '155834.194000', '155834.197000', '155834.200000', '155834.202000', '155834.205000', '155834.208000', '155834.211000', '155834.214000', '155834.217000', '155834.219000', '155834.222000', '155834.225000', '155834.228000', '155834.231000', '155834.234000', '155834.237000', '155834.240000', '155834.243000', '155834.245000', '155834.248000', '155834.251000', '155834.254000', '155834.257000', '155834.260000', '155834.262000', '155834.265000', '155834.268000', '155834.271000', '155834.274000', '155834.276000', '155834.279000', '155834.282000', '155854.161000', '155854.164000', '155854.167000', '155854.170000', '155854.172000', '155854.175000', '155854.178000', '155854.181000', '155854.184000', '155854.187000', '155854.190000', '155854.192000', '155854.195000', '155854.198000', '155854.201000', '155854.204000', '155854.207000', '155854.210000', '155854.213000', '155854.215000', '155854.218000', '155854.221000', '155854.224000', '155854.227000', '155854.230000', '155854.233000', '155854.236000', '155854.239000', '155854.242000', '155854.246000', '155854.249000', '155854.251000', '155854.254000', '155854.257000', '155854.260000', '155854.263000', '155854.266000', '155854.269000', '155854.272000', '155854.274000', '155854.277000', '155854.280000', '155854.283000', '155855.753000', '155855.757000', '155855.760000', '155855.763000'], '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': [19189, 15224, 20086, 10701, 12795, 9927, 9790, 10598, 9990, 13496, 10107, 11194, 10251, 9874, 9952, 10016, 11232, 10228, 9534, 10138, 8613, 9945, 9726, 11644, 9960, 12777, 10216, 9412, 9935, 9878, 10058, 9908, 10855, 10139, 13184, 10384, 9799, 10102, 9849, 15584, 10177, 14096, 10168, 10038, 9999, 11745, 10164, 10050, 11508, 10003, 10515, 9964, 11604, 9622, 17422, 11922, 20561, 9863, 17619, 10079, 10056, 14487, 9675, 17020, 9811, 12472, 9921, 10085, 9551, 9543, 9131, 9542, 13580, 9762, 10504, 9988, 8498, 9646, 9685, 10293, 9477, 9405, 9926, 15784, 9884, 11717, 9644, 9614, 13887, 13654, 12762, 9862, 11518, 9792, 10542, 10033, 9817, 10089, 9939, 16269, 9812, 13355, 9881, 11897, 9868, 8418, 9779, 9696, 15316, 10927, 18399, 9818, 14718, 9682, 9498, 11410, 9427, 16491, 9776, 11759, 9532, 8769, 9158, 9686, 9371, 9593, 9678, 9495, 10251, 9367, 9540, 9133, 9908, 9399, 9528, 13266, 9572, 11027, 9304, 10095, 9357, 12543, 9534, 9621, 9154, 9517, 13491, 9553, 10564, 10573, 15618, 9391, 8965, 9487, 9646, 10452, 9706, 17519, 12109, 14904, 9409, 11361, 10857, 16035, 9153, 9713, 11016, 9496, 9634, 9321, 8814, 9547, 8419, 8926, 9451, 12209, 9576, 14831, 9773, 13655, 9708, 10763, 9336, 11230, 10789, 14346, 9515, 9855, 8998, 9306, 8752, 9063, 16801, 10361, 15623, 9299, 11358, 9211, 10633, 8910, 16819, 9346, 9345, 8883, 9525, 12296, 9345, 10814, 9531, 10853, 9241, 11091, 11197, 9254, 17414, 9248, 11439, 9123, 11348, 9903, 15445, 9288, 9376, 8726, 9441, 12850, 9173, 11020, 9299, 10418, 9059, 8067, 8794, 9427, 12257, 9166, 14706, 9723, 13687, 9423, 9856, 9186, 9432, 10319, 9019, 9035, 9430, 9237, 9300, 12123, 9283, 10864, 9940, 12844, 9468, 8751, 8882, 9436, 12087, 9268, 12043, 9941, 10868, 9284, 8652, 8794, 9541, 17013, 10965, 17176, 9579, 13070, 9273, 9554, 10509, 9428, 16978, 12351, 17455, 10339, 9520, 9264, 8966, 8809, 9204, 9189, 9378, 12350, 9413, 17389, 9335, 14146, 11526, 16462, 14266, 11425, 18845, 10509, 15126, 12908, 12764, 9320, 8441, 8794, 9342, 9997, 9397, 14187, 9372, 11437, 9053, 11212, 9387, 10879, 9335, 8682, 9132, 9536, 11077, 9226, 10393, 9412, 15182, 9274, 10917, 9129, 10667, 9026, 9026, 9117, 9455, 8858, 9474, 12957, 9253, 12901, 9486, 11513, 9264, 9719, 8971, 10444, 9908, 11094, 11250, 11094, 8959, 9133, 9962, 11879, 9659, 11588, 9519, 18595, 15704, 16574, 10163, 14125, 9845, 12463, 10959, 14437, 11391, 15094, 13063, 9981, 9850, 8885, 11301, 8564, 10929, 8897, 10389, 8848, 10930, 8412, 8545, 8774, 8651, 12962, 8475, 10665, 8471, 10866, 8555, 10703, 8666, 8668, 8784, 9764, 8866, 15086, 10552, 15501, 11409, 14507, 9920, 9954, 8656, 12912, 10111, 16583, 9730, 9438, 9777, 9946, 9499, 10986, 10803, 14495, 9891, 13015, 9426, 10234, 9149, 17809, 9917, 12762, 10745, 9679, 13086, 9700, 20306, 10451, 14983, 10200, 12944, 10233, 8702, 8793, 9982, 9286, 8996, 10165, 9680, 11175, 9944, 14545, 10573, 12496, 10308, 10250, 10293, 10438, 10244, 11680, 9700, 15423, 9794, 9287, 10452, 9691, 9722, 9426, 14328, 10345, 15214, 10189, 10901, 10514, 11003, 10111, 11460, 10349, 10641, 10316, 9977, 10744, 10488, 9637, 14281, 9880, 12006, 10779, 9275, 10673, 10624, 9872, 16107, 10300, 13368, 9300, 9494, 10786, 9223, 18358, 14270, 17701, 9329, 16577, 9107, 12278, 8895, 12299, 10439, 11032, 9239, 8562, 9503, 8704, 8973, 12275, 8492, 11852, 8637, 8802, 10243, 9235, 17428, 10184, 17437, 9285, 13449, 9481, 10447, 8989, 12313, 9590, 8858, 8986, 8669, 8878, 8720, 10343, 13309, 9663, 9032, 9360, 9019, 11392, 9520, 20579, 11477, 16600, 11954, 14087, 9614, 9879, 9636, 9677, 8844, 10007, 9502, 9030, 8941, 9209, 10326, 9593, 14800, 9605, 17149, 12674, 16418, 9544, 12850, 9706, 8929, 9393, 9519, 8838, 15149, 9646, 8973, 9515, 8525, 9837, 9348, 9197, 13198, 9140, 10060, 15487, 9757, 19160, 13650, 15129, 12477, 12965, 9553, 8871, 10648, 9359, 19111, 9296, 15486, 9577, 12182, 9463, 8753, 9385, 8886, 9539, 8820, 12880, 9857, 15336, 9548, 10178, 9060, 9560, 9919, 9298, 8960, 9064, 9279, 14142, 12462, 10856, 19847, 10123, 15976, 12469, 13600, 9809, 14153, 9505, 9449, 10206, 9135, 8974, 11383, 8805, 17810, 11445, 8491, 8776, 8892, 10159, 8969, 10103, 9292, 14378, 15368, 14015, 19933, 13253, 18929, 15072, 16983, 11767, 15000, 16165, 13787, 17629, 9280, 15941, 9588, 13354, 9792, 11157, 9336, 8084, 10884, 8483, 14913, 8710, 10913, 9043, 8593, 9308, 8420, 8613, 8569, 8983, 8574, 9283, 8957, 9043, 8926, 9866, 8388, 17197, 9046, 17318, 9816, 10656, 9073, 8993, 10960, 9837, 12012, 9431, 11211, 8905, 10250, 9498, 10925, 9500, 10098, 9847, 11248, 10183, 13547, 9609, 9851, 9483, 9783, 13081, 9653, 18633, 13262, 20168, 10245, 16620, 10440, 14164, 10314, 12622, 9944, 12644, 9377, 9200, 9784, 9691, 10233, 9764, 10493, 11068, 16429, 11900, 15940, 10070, 10783, 17587, 10618, 20069, 15922, 16774, 10730, 13867, 10235, 10986, 9568, 16391, 9860, 9630, 11029, 9049, 11068, 9386, 20208, 9404, 16421, 12978, 16569, 9356, 12456, 9218, 10975, 9048, 11133, 9575, 14341, 9063, 13166, 9700, 9849, 9627, 11930, 9624, 14459, 9670, 8635, 9142, 8891, 9297, 9658, 10159, 8433, 10163, 9343, 9128, 8585, 8905, 11442, 10068, 8863, 11084, 9257, 18418, 9677, 14883, 9082, 13144, 9851, 10950, 9638, 11802, 9792, 10859, 9681, 11760, 10272, 10191, 10291, 9285, 9646, 8981, 9112, 9120, 9088, 8923, 8636, 9715, 8548, 9656, 8607, 9731, 9282, 9693, 8758, 14331, 9767, 11244, 10484, 9952, 9711, 11470, 12217, 16875, 9664, 9917, 10683, 9605, 16335, 9750, 19123, 14377, 14112, 9388, 10403, 9676, 10011, 9794, 12153, 9759, 13112, 9252, 11406, 9269, 9115, 9576, 10235, 9562, 11540, 9637, 18185, 11557, 16580, 9856, 13997, 10143, 12327, 10222, 11207, 9364, 13928, 9414, 9156, 8924, 9300, 9048, 9248, 10003, 11076, 10739, 9302, 11321, 9456, 10172, 9163, 13393, 9546, 13541, 9580, 11805, 9899, 12324, 9934, 11185, 9356, 13877, 9110, 9600, 10431, 10196, 10959, 10631, 12305, 10860, 14011, 10111, 10167, 10065, 9740, 11387, 10704, 17937, 17254, 18273, 13079, 16641, 10327, 15052, 10552, 14654, 12243, 17637, 10032, 13475, 9928, 10656, 9668, 11010], 'WindowCenter': [4372.0, 4347.0, 4344.0, 4280.0, 4297.0, 4254.0, 4265.0, 4264.0, 4265.0, 4296.0, 4267.0, 4276.0, 4276.0, 4266.0, 4266.0, 4266.0, 4275.0, 4275.0, 4254.0, 4277.0, 4257.0, 4267.0, 4279.0, 4288.0, 4278.0, 4297.0, 4279.0, 4257.0, 4267.0, 4278.0, 4267.0, 4279.0, 4277.0, 4276.0, 4295.0, 4267.0, 4268.0, 4266.0, 4267.0, 4306.0, 4266.0, 4296.0, 4268.0, 4266.0, 4265.0, 4289.0, 4264.0, 4266.0, 4273.0, 4267.0, 4276.0, 4267.0, 4287.0, 4269.0, 4319.0, 4288.0, 4314.0, 4253.0, 4303.0, 4250.0, 4252.0, 4282.0, 4253.0, 4303.0, 4266.0, 4284.0, 4265.0, 4262.0, 4252.0, 4253.0, 4251.0, 4265.0, 4295.0, 4266.0, 4274.0, 4268.0, 4245.0, 4266.0, 4266.0, 4277.0, 4266.0, 4255.0, 4268.0, 4307.0, 4265.0, 4285.0, 4255.0, 4268.0, 4294.0, 4296.0, 4286.0, 4265.0, 4273.0, 4253.0, 4278.0, 4266.0, 4266.0, 4262.0, 4263.0, 4308.0, 4266.0, 4296.0, 4267.0, 4275.0, 4265.0, 4245.0, 4254.0, 4254.0, 4305.0, 4276.0, 4315.0, 4254.0, 4294.0, 4254.0, 4253.0, 4273.0, 4244.0, 4302.0, 4252.0, 4271.0, 4251.0, 4232.0, 4256.0, 4255.0, 4242.0, 4255.0, 4250.0, 4254.0, 4253.0, 4253.0, 4252.0, 4255.0, 4264.0, 4252.0, 4254.0, 4281.0, 4253.0, 4262.0, 4244.0, 4263.0, 4253.0, 4284.0, 4251.0, 4253.0, 4242.0, 4254.0, 4283.0, 4254.0, 4264.0, 4264.0, 4305.0, 4242.0, 4242.0, 4253.0, 4253.0, 4263.0, 4254.0, 4303.0, 4273.0, 4292.0, 4244.0, 4276.0, 4262.0, 4293.0, 4240.0, 4254.0, 4261.0, 4264.0, 4253.0, 4255.0, 4244.0, 4254.0, 4243.0, 4244.0, 4255.0, 4286.0, 4255.0, 4305.0, 4266.0, 4295.0, 4267.0, 4262.0, 4254.0, 4273.0, 4277.0, 4307.0, 4254.0, 4253.0, 4254.0, 4255.0, 4244.0, 4255.0, 4315.0, 4267.0, 4304.0, 4253.0, 4274.0, 4242.0, 4265.0, 4243.0, 4304.0, 4242.0, 4242.0, 4231.0, 4253.0, 4270.0, 4244.0, 4262.0, 4252.0, 4263.0, 4254.0, 4276.0, 4262.0, 4241.0, 4301.0, 4240.0, 4260.0, 4253.0, 4264.0, 4252.0, 4293.0, 4240.0, 4241.0, 4231.0, 4252.0, 4282.0, 4255.0, 4261.0, 4253.0, 4262.0, 4244.0, 4233.0, 4243.0, 4254.0, 4283.0, 4257.0, 4306.0, 4257.0, 4293.0, 4256.0, 4265.0, 4266.0, 4256.0, 4265.0, 4258.0, 4255.0, 4255.0, 4253.0, 4254.0, 4284.0, 4255.0, 4274.0, 4266.0, 4285.0, 4253.0, 4244.0, 4244.0, 4256.0, 4283.0, 4256.0, 4285.0, 4265.0, 4262.0, 4253.0, 4244.0, 4243.0, 4255.0, 4315.0, 4276.0, 4304.0, 4255.0, 4282.0, 4243.0, 4252.0, 4263.0, 4253.0, 4302.0, 4286.0, 4303.0, 4253.0, 4240.0, 4243.0, 4244.0, 4256.0, 4257.0, 4266.0, 4268.0, 4298.0, 4269.0, 4319.0, 4267.0, 4298.0, 4277.0, 4307.0, 4293.0, 4263.0, 4302.0, 4250.0, 4292.0, 4272.0, 4270.0, 4240.0, 4219.0, 4229.0, 4242.0, 4253.0, 4241.0, 4282.0, 4241.0, 4273.0, 4243.0, 4262.0, 4242.0, 4262.0, 4242.0, 4242.0, 4253.0, 4254.0, 4274.0, 4253.0, 4263.0, 4254.0, 4293.0, 4254.0, 4261.0, 4256.0, 4275.0, 4246.0, 4244.0, 4244.0, 4255.0, 4242.0, 4267.0, 4286.0, 4256.0, 4285.0, 4267.0, 4274.0, 4266.0, 4266.0, 4256.0, 4276.0, 4265.0, 4289.0, 4288.0, 4286.0, 4246.0, 4257.0, 4268.0, 4297.0, 4282.0, 4301.0, 4269.0, 4319.0, 4308.0, 4306.0, 4266.0, 4295.0, 4254.0, 4273.0, 4263.0, 4283.0, 4262.0, 4294.0, 4271.0, 4252.0, 4239.0, 4232.0, 4260.0, 4232.0, 4261.0, 4245.0, 4253.0, 4246.0, 4263.0, 4233.0, 4234.0, 4233.0, 4234.0, 4285.0, 4234.0, 4263.0, 4235.0, 4264.0, 4247.0, 4266.0, 4248.0, 4246.0, 4258.0, 4266.0, 4258.0, 4309.0, 4281.0, 4308.0, 4288.0, 4308.0, 4266.0, 4255.0, 4247.0, 4286.0, 4266.0, 4306.0, 4258.0, 4255.0, 4269.0, 4268.0, 4270.0, 4290.0, 4291.0, 4310.0, 4279.0, 4297.0, 4258.0, 4269.0, 4259.0, 4320.0, 4267.0, 4288.0, 4266.0, 4256.0, 4286.0, 4255.0, 4316.0, 4266.0, 4294.0, 4254.0, 4273.0, 4255.0, 4233.0, 4246.0, 4254.0, 4244.0, 4245.0, 4254.0, 4255.0, 4264.0, 4256.0, 4296.0, 4265.0, 4274.0, 4265.0, 4253.0, 4266.0, 4265.0, 4267.0, 4276.0, 4256.0, 4305.0, 4257.0, 4246.0, 4264.0, 4255.0, 4257.0, 4259.0, 4297.0, 4268.0, 4294.0, 4265.0, 4264.0, 4266.0, 4277.0, 4278.0, 4276.0, 4267.0, 4267.0, 4267.0, 4267.0, 4278.0, 4278.0, 4269.0, 4308.0, 4268.0, 4287.0, 4280.0, 4258.0, 4280.0, 4279.0, 4269.0, 4321.0, 4268.0, 4296.0, 4256.0, 4257.0, 4277.0, 4258.0, 4318.0, 4298.0, 4306.0, 4246.0, 4304.0, 4244.0, 4274.0, 4257.0, 4286.0, 4267.0, 4265.0, 4256.0, 4244.0, 4257.0, 4247.0, 4257.0, 4286.0, 4246.0, 4287.0, 4247.0, 4247.0, 4265.0, 4256.0, 4306.0, 4266.0, 4306.0, 4245.0, 4285.0, 4255.0, 4267.0, 4257.0, 4274.0, 4255.0, 4244.0, 4256.0, 4245.0, 4256.0, 4250.0, 4277.0, 4298.0, 4257.0, 4247.0, 4255.0, 4256.0, 4277.0, 4258.0, 4316.0, 4277.0, 4305.0, 4276.0, 4285.0, 4256.0, 4255.0, 4255.0, 4256.0, 4258.0, 4266.0, 4256.0, 4246.0, 4245.0, 4258.0, 4265.0, 4256.0, 4296.0, 4257.0, 4317.0, 4288.0, 4306.0, 4256.0, 4273.0, 4254.0, 4244.0, 4255.0, 4255.0, 4257.0, 4295.0, 4257.0, 4245.0, 4257.0, 4245.0, 4269.0, 4259.0, 4260.0, 4298.0, 4257.0, 4269.0, 4306.0, 4257.0, 4317.0, 4298.0, 4294.0, 4287.0, 4286.0, 4255.0, 4243.0, 4254.0, 4244.0, 4315.0, 4255.0, 4295.0, 4254.0, 4273.0, 4255.0, 4234.0, 4257.0, 4247.0, 4256.0, 4259.0, 4288.0, 4269.0, 4307.0, 4269.0, 4268.0, 4260.0, 4268.0, 4269.0, 4258.0, 4259.0, 4259.0, 4269.0, 4312.0, 4288.0, 4279.0, 4315.0, 4256.0, 4294.0, 4276.0, 4285.0, 4255.0, 4283.0, 4254.0, 4255.0, 4255.0, 4255.0, 4257.0, 4289.0, 4256.0, 4318.0, 4289.0, 4258.0, 4259.0, 4273.0, 4281.0, 4262.0, 4283.0, 4270.0, 4312.0, 4311.0, 4311.0, 4319.0, 4288.0, 4308.0, 4297.0, 4293.0, 4263.0, 4283.0, 4282.0, 4273.0, 4290.0, 4232.0, 4280.0, 4231.0, 4259.0, 4230.0, 4237.0, 4218.0, 4198.0, 4236.0, 4208.0, 4268.0, 4220.0, 4238.0, 4219.0, 4218.0, 4232.0, 4221.0, 4234.0, 4231.0, 4245.0, 4233.0, 4255.0, 4246.0, 4246.0, 4248.0, 4256.0, 4238.0, 4306.0, 4247.0, 4306.0, 4256.0, 4266.0, 4246.0, 4247.0, 4267.0, 4268.0, 4285.0, 4257.0, 4277.0, 4261.0, 4278.0, 4271.0, 4279.0, 4272.0, 4282.0, 4283.0, 4293.0, 4284.0, 4302.0, 4271.0, 4270.0, 4259.0, 4272.0, 4300.0, 4271.0, 4320.0, 4300.0, 4329.0, 4268.0, 4308.0, 4267.0, 4298.0, 4270.0, 4288.0, 4271.0, 4299.0, 4259.0, 4260.0, 4284.0, 4285.0, 4295.0, 4296.0, 4307.0, 4307.0, 4335.0, 4305.0, 4324.0, 4272.0, 4282.0, 4319.0, 4271.0, 4330.0, 4311.0, 4309.0, 4279.0, 4297.0, 4268.0, 4268.0, 4259.0, 4308.0, 4255.0, 4246.0, 4256.0, 4234.0, 4263.0, 4244.0, 4314.0, 4245.0, 4296.0, 4287.0, 4296.0, 4246.0, 4274.0, 4247.0, 4264.0, 4248.0, 4276.0, 4258.0, 4297.0, 4248.0, 4286.0, 4257.0, 4256.0, 4257.0, 4276.0, 4257.0, 4297.0, 4247.0, 4234.0, 4247.0, 4245.0, 4247.0, 4255.0, 4268.0, 4237.0, 4267.0, 4257.0, 4256.0, 4246.0, 4259.0, 4279.0, 4258.0, 4248.0, 4266.0, 4257.0, 4316.0, 4258.0, 4308.0, 4249.0, 4287.0, 4267.0, 4277.0, 4268.0, 4287.0, 4269.0, 4278.0, 4260.0, 4289.0, 4269.0, 4268.0, 4269.0, 4258.0, 4259.0, 4248.0, 4259.0, 4259.0, 4257.0, 4260.0, 4260.0, 4270.0, 4260.0, 4269.0, 4261.0, 4271.0, 4273.0, 4284.0, 4264.0, 4313.0, 4284.0, 4291.0, 4282.0, 4272.0, 4272.0, 4292.0, 4293.0, 4322.0, 4260.0, 4271.0, 4268.0, 4260.0, 4310.0, 4260.0, 4318.0, 4298.0, 4296.0, 4248.0, 4267.0, 4258.0, 4255.0, 4258.0, 4286.0, 4258.0, 4299.0, 4259.0, 4278.0, 4259.0, 4259.0, 4269.0, 4279.0, 4271.0, 4290.0, 4270.0, 4331.0, 4291.0, 4319.0, 4269.0, 4297.0, 4269.0, 4287.0, 4268.0, 4266.0, 4257.0, 4297.0, 4248.0, 4247.0, 4247.0, 4258.0, 4259.0, 4259.0, 4270.0, 4281.0, 4279.0, 4259.0, 4278.0, 4257.0, 4268.0, 4258.0, 4288.0, 4259.0, 4287.0, 4257.0, 4276.0, 4267.0, 4288.0, 4270.0, 4290.0, 4260.0, 4311.0, 4273.0, 4282.0, 4292.0, 4282.0, 4293.0, 4294.0, 4302.0, 4296.0, 4325.0, 4295.0, 4282.0, 4283.0, 4283.0, 4294.0, 4283.0, 4332.0, 4323.0, 4320.0, 4291.0, 4308.0, 4259.0, 4298.0, 4257.0, 4288.0, 4277.0, 4306.0, 4257.0, 4273.0, 4255.0, 4255.0, 4258.0, 4267.0], 'WindowWidth': [9629.0, 9579.0, 9571.0, 9472.0, 9490.0, 9428.0, 9444.0, 9440.0, 9444.0, 9486.0, 9447.0, 9457.0, 9461.0, 9447.0, 9446.0, 9445.0, 9455.0, 9457.0, 9428.0, 9462.0, 9436.0, 9449.0, 9467.0, 9479.0, 9464.0, 9489.0, 9467.0, 9433.0, 9450.0, 9465.0, 9450.0, 9468.0, 9462.0, 9460.0, 9484.0, 9447.0, 9450.0, 9443.0, 9448.0, 9501.0, 9445.0, 9485.0, 9450.0, 9447.0, 9445.0, 9480.0, 9440.0, 9444.0, 9450.0, 9446.0, 9459.0, 9450.0, 9479.0, 9456.0, 9522.0, 9477.0, 9510.0, 9421.0, 9489.0, 9414.0, 9418.0, 9459.0, 9422.0, 9490.0, 9443.0, 9463.0, 9441.0, 9432.0, 9421.0, 9423.0, 9417.0, 9442.0, 9482.0, 9446.0, 9454.0, 9450.0, 9417.0, 9446.0, 9446.0, 9462.0, 9446.0, 9431.0, 9451.0, 9501.0, 9443.0, 9470.0, 9431.0, 9450.0, 9482.0, 9485.0, 9468.0, 9442.0, 9449.0, 9423.0, 9464.0, 9445.0, 9445.0, 9433.0, 9436.0, 9505.0, 9447.0, 9483.0, 9447.0, 9453.0, 9441.0, 9414.0, 9425.0, 9426.0, 9495.0, 9458.0, 9509.0, 9425.0, 9477.0, 9424.0, 9422.0, 9449.0, 9411.0, 9488.0, 9419.0, 9443.0, 9418.0, 9393.0, 9430.0, 9428.0, 9406.0, 9427.0, 9414.0, 9424.0, 9422.0, 9422.0, 9421.0, 9430.0, 9439.0, 9420.0, 9424.0, 9458.0, 9421.0, 9432.0, 9411.0, 9435.0, 9422.0, 9464.0, 9417.0, 9421.0, 9406.0, 9425.0, 9462.0, 9425.0, 9439.0, 9441.0, 9493.0, 9407.0, 9406.0, 9422.0, 9422.0, 9434.0, 9423.0, 9491.0, 9450.0, 9473.0, 9411.0, 9458.0, 9434.0, 9477.0, 9400.0, 9424.0, 9431.0, 9439.0, 9424.0, 9430.0, 9413.0, 9427.0, 9411.0, 9412.0, 9428.0, 9470.0, 9428.0, 9495.0, 9445.0, 9481.0, 9449.0, 9433.0, 9427.0, 9448.0, 9464.0, 9502.0, 9426.0, 9421.0, 9428.0, 9429.0, 9413.0, 9430.0, 9510.0, 9447.0, 9492.0, 9423.0, 9450.0, 9408.0, 9440.0, 9408.0, 9492.0, 9405.0, 9404.0, 9388.0, 9420.0, 9441.0, 9411.0, 9432.0, 9422.0, 9437.0, 9429.0, 9456.0, 9433.0, 9404.0, 9484.0, 9400.0, 9424.0, 9421.0, 9438.0, 9420.0, 9476.0, 9400.0, 9401.0, 9387.0, 9419.0, 9459.0, 9430.0, 9430.0, 9424.0, 9432.0, 9412.0, 9397.0, 9409.0, 9427.0, 9465.0, 9435.0, 9497.0, 9433.0, 9477.0, 9434.0, 9446.0, 9449.0, 9432.0, 9444.0, 9439.0, 9428.0, 9431.0, 9423.0, 9427.0, 9465.0, 9428.0, 9454.0, 9444.0, 9467.0, 9425.0, 9412.0, 9412.0, 9431.0, 9463.0, 9431.0, 9468.0, 9443.0, 9434.0, 9425.0, 9412.0, 9410.0, 9427.0, 9510.0, 9457.0, 9492.0, 9426.0, 9459.0, 9410.0, 9419.0, 9434.0, 9422.0, 9489.0, 9471.0, 9489.0, 9419.0, 9399.0, 9409.0, 9411.0, 9431.0, 9434.0, 9448.0, 9451.0, 9492.0, 9455.0, 9522.0, 9450.0, 9490.0, 9459.0, 9504.0, 9476.0, 9436.0, 9489.0, 9413.0, 9471.0, 9446.0, 9438.0, 9399.0, 9370.0, 9385.0, 9403.0, 9419.0, 9403.0, 9457.0, 9403.0, 9447.0, 9408.0, 9431.0, 9407.0, 9430.0, 9408.0, 9406.0, 9422.0, 9426.0, 9451.0, 9423.0, 9434.0, 9424.0, 9475.0, 9424.0, 9430.0, 9430.0, 9456.0, 9417.0, 9411.0, 9414.0, 9427.0, 9406.0, 9445.0, 9470.0, 9432.0, 9468.0, 9449.0, 9453.0, 9447.0, 9445.0, 9434.0, 9459.0, 9444.0, 9483.0, 9480.0, 9473.0, 9416.0, 9434.0, 9451.0, 9491.0, 9480.0, 9501.0, 9454.0, 9523.0, 9505.0, 9498.0, 9442.0, 9479.0, 9424.0, 9448.0, 9436.0, 9462.0, 9430.0, 9476.0, 9441.0, 9416.0, 9394.0, 9390.0, 9425.0, 9390.0, 9429.0, 9414.0, 9420.0, 9416.0, 9433.0, 9394.0, 9395.0, 9393.0, 9396.0, 9464.0, 9396.0, 9433.0, 9398.0, 9437.0, 9420.0, 9443.0, 9422.0, 9416.0, 9438.0, 9445.0, 9437.0, 9509.0, 9473.0, 9505.0, 9477.0, 9500.0, 9442.0, 9425.0, 9418.0, 9469.0, 9442.0, 9498.0, 9436.0, 9428.0, 9451.0, 9448.0, 9458.0, 9482.0, 9486.0, 9508.0, 9467.0, 9486.0, 9437.0, 9451.0, 9440.0, 9524.0, 9446.0, 9476.0, 9441.0, 9429.0, 9466.0, 9424.0, 9512.0, 9440.0, 9475.0, 9422.0, 9445.0, 9424.0, 9393.0, 9415.0, 9423.0, 9411.0, 9414.0, 9422.0, 9427.0, 9435.0, 9430.0, 9483.0, 9441.0, 9449.0, 9439.0, 9420.0, 9442.0, 9437.0, 9444.0, 9455.0, 9431.0, 9493.0, 9429.0, 9413.0, 9436.0, 9427.0, 9433.0, 9437.0, 9484.0, 9447.0, 9476.0, 9440.0, 9436.0, 9442.0, 9459.0, 9464.0, 9454.0, 9447.0, 9443.0, 9445.0, 9443.0, 9462.0, 9462.0, 9452.0, 9501.0, 9449.0, 9471.0, 9466.0, 9435.0, 9469.0, 9468.0, 9453.0, 9524.0, 9448.0, 9484.0, 9430.0, 9431.0, 9457.0, 9435.0, 9516.0, 9488.0, 9495.0, 9413.0, 9489.0, 9409.0, 9449.0, 9434.0, 9468.0, 9445.0, 9438.0, 9431.0, 9412.0, 9432.0, 9419.0, 9436.0, 9471.0, 9418.0, 9470.0, 9419.0, 9418.0, 9439.0, 9428.0, 9496.0, 9442.0, 9494.0, 9412.0, 9464.0, 9426.0, 9443.0, 9434.0, 9450.0, 9428.0, 9411.0, 9431.0, 9415.0, 9429.0, 9426.0, 9461.0, 9488.0, 9432.0, 9418.0, 9428.0, 9429.0, 9458.0, 9432.0, 9512.0, 9458.0, 9494.0, 9456.0, 9463.0, 9427.0, 9423.0, 9427.0, 9427.0, 9433.0, 9442.0, 9428.0, 9416.0, 9413.0, 9432.0, 9439.0, 9431.0, 9484.0, 9433.0, 9512.0, 9473.0, 9496.0, 9429.0, 9447.0, 9423.0, 9409.0, 9427.0, 9427.0, 9433.0, 9480.0, 9432.0, 9412.0, 9432.0, 9413.0, 9452.0, 9437.0, 9441.0, 9488.0, 9434.0, 9450.0, 9496.0, 9430.0, 9516.0, 9488.0, 9478.0, 9471.0, 9465.0, 9424.0, 9407.0, 9422.0, 9410.0, 9506.0, 9427.0, 9479.0, 9424.0, 9445.0, 9425.0, 9396.0, 9433.0, 9418.0, 9431.0, 9437.0, 9475.0, 9450.0, 9500.0, 9452.0, 9450.0, 9442.0, 9449.0, 9452.0, 9435.0, 9439.0, 9438.0, 9453.0, 9512.0, 9476.0, 9464.0, 9510.0, 9428.0, 9477.0, 9455.0, 9466.0, 9426.0, 9461.0, 9422.0, 9423.0, 9424.0, 9427.0, 9434.0, 9480.0, 9432.0, 9516.0, 9479.0, 9440.0, 9442.0, 9466.0, 9472.0, 9449.0, 9476.0, 9456.0, 9515.0, 9511.0, 9512.0, 9520.0, 9473.0, 9502.0, 9482.0, 9473.0, 9430.0, 9458.0, 9455.0, 9444.0, 9463.0, 9384.0, 9446.0, 9382.0, 9416.0, 9379.0, 9384.0, 9361.0, 9336.0, 9383.0, 9347.0, 9426.0, 9366.0, 9388.0, 9365.0, 9362.0, 9386.0, 9372.0, 9395.0, 9387.0, 9411.0, 9392.0, 9428.0, 9414.0, 9416.0, 9419.0, 9428.0, 9407.0, 9495.0, 9415.0, 9494.0, 9427.0, 9438.0, 9414.0, 9416.0, 9442.0, 9446.0, 9466.0, 9434.0, 9459.0, 9441.0, 9461.0, 9457.0, 9465.0, 9461.0, 9473.0, 9478.0, 9489.0, 9478.0, 9499.0, 9457.0, 9454.0, 9438.0, 9457.0, 9494.0, 9456.0, 9522.0, 9492.0, 9533.0, 9447.0, 9499.0, 9446.0, 9485.0, 9453.0, 9474.0, 9457.0, 9491.0, 9438.0, 9441.0, 9480.0, 9484.0, 9498.0, 9501.0, 9516.0, 9516.0, 9553.0, 9510.0, 9534.0, 9460.0, 9471.0, 9518.0, 9455.0, 9536.0, 9510.0, 9502.0, 9462.0, 9484.0, 9445.0, 9445.0, 9436.0, 9500.0, 9423.0, 9413.0, 9425.0, 9395.0, 9432.0, 9408.0, 9505.0, 9411.0, 9480.0, 9470.0, 9480.0, 9415.0, 9449.0, 9416.0, 9435.0, 9419.0, 9454.0, 9433.0, 9484.0, 9419.0, 9466.0, 9430.0, 9427.0, 9431.0, 9454.0, 9431.0, 9481.0, 9415.0, 9395.0, 9417.0, 9411.0, 9417.0, 9426.0, 9448.0, 9402.0, 9445.0, 9432.0, 9430.0, 9417.0, 9437.0, 9462.0, 9433.0, 9419.0, 9442.0, 9431.0, 9510.0, 9432.0, 9501.0, 9421.0, 9470.0, 9446.0, 9456.0, 9449.0, 9472.0, 9452.0, 9461.0, 9440.0, 9474.0, 9451.0, 9445.0, 9450.0, 9433.0, 9438.0, 9421.0, 9437.0, 9436.0, 9434.0, 9440.0, 9443.0, 9453.0, 9442.0, 9453.0, 9443.0, 9457.0, 9464.0, 9480.0, 9452.0, 9515.0, 9477.0, 9484.0, 9472.0, 9458.0, 9459.0, 9486.0, 9488.0, 9528.0, 9439.0, 9454.0, 9447.0, 9438.0, 9505.0, 9438.0, 9517.0, 9489.0, 9482.0, 9420.0, 9443.0, 9434.0, 9425.0, 9433.0, 9468.0, 9434.0, 9490.0, 9438.0, 9461.0, 9437.0, 9436.0, 9452.0, 9463.0, 9457.0, 9480.0, 9453.0, 9539.0, 9482.0, 9517.0, 9450.0, 9484.0, 9449.0, 9470.0, 9447.0, 9440.0, 9432.0, 9484.0, 9419.0, 9417.0, 9420.0, 9433.0, 9438.0, 9438.0, 9456.0, 9469.0, 9462.0, 9435.0, 9458.0, 9429.0, 9448.0, 9433.0, 9472.0, 9435.0, 9470.0, 9432.0, 9456.0, 9444.0, 9473.0, 9453.0, 9481.0, 9441.0, 9515.0, 9463.0, 9476.0, 9487.0, 9476.0, 9489.0, 9493.0, 9498.0, 9499.0, 9538.0, 9497.0, 9476.0, 9478.0, 9479.0, 9492.0, 9476.0, 9542.0, 9530.0, 9520.0, 9482.0, 9499.0, 9433.0, 9482.0, 9428.0, 9469.0, 9455.0, 9492.0, 9427.0, 9444.0, 9422.0, 9422.0, 9431.0, 9441.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.001955126234906696</td></tr>
<tr><td colspan=3>aqi</td><td>0.034482240175631174</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.93715409085709</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.254084025846153</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9856435674285713</td></tr>
<tr><td colspan=3>efc</td><td>0.457</td></tr>
<tr><td colspan=3>fber</td><td>7232.5479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11131604585922962</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>70</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.683863885839736</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4758739804735197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.413778033360138</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7276032076961445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.286240700364277</td></tr>
<tr><td colspan=3>gcor</td><td>0.00762805</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012082642875611782</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02654086798429489</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>911</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.6923543855722847</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>26.9149</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.168</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303881.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.8902</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1004</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.3276</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3458.7084</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3662.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72663.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>991.7723</td></tr>
<tr><td colspan=3>tsnr</td><td>34.39840866997838</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>