<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0130_ses-02_task-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-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_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-0130/figures/sub-0130_ses-02_task-faces_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_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-0130/ses-02/func/sub-0130_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>a718d47bd3eb02579f1c8bb2b624bfb3</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>13:06:38.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99023, -0.0960558, 0.101082, 0.103903, 0.991721, -0.0754527]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0946572</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7760, -7230, 398, -228, 32, -2, 71]</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>242.794</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>32854d4a-83ed-4a62-adc0-1110a9f6cf22||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.656715154647827, 0.27876317501068115, 0.25109294056892395, 89.5161361694336], [0.2577107846736908, 2.6607158184051514, -0.23008926212787628, -111.15914154052734], [0.27119532227516174, 0.20243416726589203, 2.678434371948242, -94.22096252441406], [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': ['130638.505000', '130638.965000', '130639.425000', '130639.885000', '130640.345000', '130640.805000', '130641.265000', '130641.725000', '130642.185000', '130642.645000', '130643.105000', '130643.565000', '130644.025000', '130644.485000', '130644.945000', '130645.405000', '130645.865000', '130646.325000', '130646.785000', '130647.245000', '130647.705000', '130648.165000', '130648.625000', '130649.085000', '130649.545000', '130650.005000', '130650.465000', '130650.925000', '130651.385000', '130651.845000', '130652.305000', '130652.765000', '130653.225000', '130653.685000', '130654.145000', '130654.605000', '130655.065000', '130655.525000', '130655.985000', '130656.445000', '130656.905000', '130657.365000', '130657.825000', '130658.285000', '130658.745000', '130659.205000', '130659.665000', '130700.125000', '130700.585000', '130701.045000', '130701.505000', '130701.965000', '130702.425000', '130702.885000', '130703.345000', '130703.805000', '130704.265000', '130704.725000', '130705.185000', '130705.645000', '130706.105000', '130706.565000', '130707.025000', '130707.485000', '130707.945000', '130708.405000', '130708.865000', '130709.325000', '130709.785000', '130710.245000', '130710.705000', '130711.165000', '130711.625000', '130712.085000', '130712.545000', '130713.005000', '130713.465000', '130713.925000', '130714.385000', '130714.845000', '130715.305000', '130715.765000', '130716.225000', '130716.685000', '130717.145000', '130717.605000', '130718.065000', '130718.525000', '130718.985000', '130719.445000', '130719.905000', '130720.365000', '130720.825000', '130721.285000', '130721.745000', '130722.205000', '130722.665000', '130723.125000', '130723.585000', '130724.045000', '130724.505000', '130724.965000', '130725.425000', '130725.885000', '130726.345000', '130726.805000', '130727.265000', '130727.725000', '130728.185000', '130728.645000', '130729.105000', '130729.565000', '130730.025000', '130730.485000', '130730.945000', '130731.405000', '130731.865000', '130732.325000', '130732.785000', '130733.245000', '130733.705000', '130734.165000', '130734.625000', '130735.085000', '130735.545000', '130736.005000', '130736.465000', '130736.925000', '130737.385000', '130737.845000', '130738.305000', '130738.765000', '130739.225000', '130739.685000', '130740.145000', '130740.605000', '130741.065000', '130741.525000', '130741.985000', '130742.445000', '130742.905000', '130743.365000', '130743.825000', '130744.285000', '130744.745000', '130745.205000', '130745.665000', '130746.125000', '130746.585000', '130747.045000', '130747.505000', '130747.965000', '130748.425000', '130748.885000', '130749.345000', '130749.805000', '130750.265000', '130750.725000', '130751.185000', '130751.645000', '130752.105000', '130752.565000', '130753.025000', '130753.485000', '130753.945000', '130754.405000', '130754.865000', '130755.325000', '130755.785000', '130756.245000', '130756.705000', '130757.165000', '130757.625000', '130758.085000', '130758.545000', '130759.005000', '130759.465000', '130759.925000', '130800.385000', '130800.845000', '130801.305000', '130801.765000', '130802.225000', '130802.685000', '130803.145000', '130803.605000', '130804.065000', '130804.525000', '130804.985000', '130805.445000', '130805.905000', '130806.365000', '130806.825000', '130807.285000', '130807.745000', '130808.205000', '130808.665000', '130809.125000', '130809.585000', '130810.045000', '130810.505000', '130810.965000', '130811.425000', '130811.885000', '130812.345000', '130812.805000', '130813.265000', '130813.725000', '130814.185000', '130814.645000', '130815.105000', '130815.565000', '130816.025000', '130816.485000', '130816.945000', '130817.405000', '130817.865000', '130818.325000', '130818.785000', '130819.245000', '130819.705000', '130820.165000', '130820.625000', '130821.085000', '130821.545000', '130822.005000', '130822.465000', '130822.925000', '130823.385000', '130823.845000', '130824.305000', '130824.765000', '130825.225000', '130825.685000', '130826.145000', '130826.605000', '130827.065000', '130827.525000', '130827.985000', '130828.445000', '130828.905000', '130829.365000', '130829.825000', '130830.285000', '130830.745000', '130831.205000', '130831.665000', '130832.125000', '130832.585000', '130833.045000', '130833.505000', '130833.965000', '130834.425000', '130834.885000', '130835.345000', '130835.805000', '130836.265000', '130836.725000', '130837.185000', '130837.645000', '130838.105000', '130838.565000', '130839.025000', '130839.485000', '130839.945000', '130840.405000', '130840.865000', '130841.325000', '130841.785000', '130842.245000', '130842.705000', '130843.165000', '130843.625000', '130844.085000', '130844.545000', '130845.005000', '130845.465000', '130845.925000', '130846.385000', '130846.845000', '130847.305000', '130847.765000', '130848.225000', '130848.685000', '130849.145000', '130849.605000', '130850.065000', '130850.525000', '130850.985000', '130851.445000', '130851.905000', '130852.365000', '130852.825000', '130853.285000', '130853.745000', '130854.205000', '130854.665000', '130855.125000', '130855.585000', '130856.045000', '130856.505000', '130856.965000', '130857.425000', '130857.885000', '130858.345000', '130858.805000', '130859.265000', '130859.725000', '130900.185000', '130900.645000', '130901.105000', '130901.565000', '130902.025000', '130902.485000', '130902.945000', '130903.405000', '130903.865000', '130904.325000', '130904.785000', '130905.245000', '130905.705000', '130906.165000', '130906.625000', '130907.085000', '130907.545000', '130908.005000', '130908.465000', '130908.925000', '130909.385000', '130909.845000', '130910.305000', '130910.765000', '130911.225000', '130911.685000', '130912.145000', '130912.605000', '130913.065000', '130913.525000', '130913.985000', '130914.445000', '130914.905000', '130915.365000', '130915.825000', '130916.285000', '130916.745000', '130917.205000', '130917.665000', '130918.125000', '130918.585000', '130919.045000', '130919.505000', '130919.965000', '130920.425000', '130920.885000', '130921.345000', '130921.805000', '130922.265000', '130922.725000', '130923.185000', '130923.645000', '130924.105000', '130924.565000', '130925.025000', '130925.485000', '130925.945000', '130926.405000', '130926.865000', '130927.325000', '130927.785000', '130928.245000', '130928.705000', '130929.165000', '130929.625000', '130930.085000', '130930.545000', '130931.005000', '130931.465000', '130931.925000', '130932.385000', '130932.845000', '130933.305000', '130933.765000', '130934.225000', '130934.685000', '130935.145000', '130935.605000', '130936.065000', '130936.525000', '130936.985000', '130937.445000', '130937.905000', '130938.365000', '130938.825000', '130939.285000', '130939.745000', '130940.205000', '130940.665000', '130941.125000', '130941.585000', '130942.045000', '130942.505000', '130942.965000', '130943.425000', '130943.885000', '130944.345000', '130944.805000', '130945.265000', '130945.725000', '130946.185000', '130946.645000', '130947.105000', '130947.565000', '130948.025000', '130948.485000', '130948.945000', '130949.405000', '130949.865000', '130950.325000', '130950.785000', '130951.245000', '130951.705000', '130952.165000', '130952.625000', '130953.085000', '130953.545000', '130954.005000', '130954.465000', '130954.925000', '130955.385000', '130955.845000', '130956.305000', '130956.765000', '130957.225000', '130957.685000', '130958.145000', '130958.605000', '130959.065000', '130959.525000', '130959.985000', '131000.445000', '131000.905000', '131001.365000', '131001.825000', '131002.285000', '131002.745000', '131003.205000', '131003.665000', '131004.125000', '131004.585000', '131005.045000', '131005.505000', '131005.965000', '131006.425000', '131006.885000', '131007.345000', '131007.805000', '131008.265000', '131008.725000', '131009.185000', '131009.645000', '131010.105000', '131010.565000', '131011.025000', '131011.485000', '131011.945000', '131012.405000', '131012.865000', '131013.325000', '131013.785000', '131014.245000', '131014.705000', '131015.165000', '131015.625000', '131016.085000', '131016.545000', '131017.005000', '131017.465000', '131017.925000', '131018.385000', '131018.845000', '131019.305000', '131019.765000', '131020.225000', '131020.685000', '131021.145000', '131021.605000', '131022.065000', '131022.525000', '131022.985000', '131023.445000', '131023.905000', '131024.365000', '131024.825000', '131025.285000', '131025.745000', '131026.205000', '131026.665000', '131027.125000', '131027.585000', '131028.045000', '131028.505000', '131028.965000', '131029.425000', '131029.885000', '131030.345000', '131030.805000', '131031.265000', '131031.725000', '131032.185000', '131032.645000', '131033.105000', '131033.565000', '131034.025000', '131034.485000', '131034.945000', '131035.405000', '131035.865000', '131036.325000', '131036.785000', '131037.245000', '131037.705000', '131038.165000', '131038.625000', '131039.085000', '131039.545000', '131040.005000', '131040.465000', '131040.925000', '131041.385000', '131041.845000', '131042.305000', '131042.765000', '131043.225000', '131043.685000', '131044.145000', '131044.605000', '131045.065000', '131045.525000', '131045.985000', '131046.445000', '131046.905000', '131047.365000', '131047.825000', '131048.285000', '131048.745000', '131049.205000', '131049.665000', '131050.125000', '131050.585000', '131051.045000', '131051.505000', '131051.965000', '131052.425000', '131052.885000', '131053.345000', '131053.805000', '131054.265000', '131054.725000', '131055.185000', '131055.645000', '131056.105000', '131056.565000', '131057.025000', '131057.485000', '131057.945000', '131058.405000', '131058.865000', '131059.325000', '131059.785000', '131100.245000', '131100.705000', '131101.165000', '131101.625000', '131102.085000', '131102.545000', '131103.005000', '131103.465000', '131103.925000', '131104.385000', '131104.845000', '131105.305000', '131105.765000', '131106.225000', '131106.685000', '131107.145000', '131107.605000', '131108.065000', '131108.525000', '131108.985000', '131109.445000', '131109.905000', '131110.365000', '131110.825000', '131111.285000', '131111.745000', '131112.205000', '131112.665000', '131113.125000', '131113.585000', '131114.045000', '131114.505000', '131114.965000', '131115.425000', '131115.885000', '131116.345000', '131116.805000', '131117.265000', '131117.725000', '131118.185000', '131118.645000', '131119.105000', '131119.565000', '131120.025000', '131120.485000', '131120.945000', '131121.405000', '131121.865000', '131122.325000', '131122.785000', '131123.245000', '131123.705000', '131124.165000', '131124.625000', '131125.085000', '131125.545000', '131126.005000', '131126.465000', '131126.925000', '131127.385000', '131127.845000', '131128.305000', '131128.765000', '131129.225000', '131129.685000', '131130.145000', '131130.605000', '131131.065000', '131131.525000', '131131.985000', '131132.445000', '131132.905000', '131133.365000', '131133.825000', '131134.285000', '131134.745000', '131135.205000', '131135.665000', '131136.125000', '131136.585000', '131137.045000', '131137.505000', '131137.965000', '131138.425000', '131138.885000', '131139.345000', '131139.805000', '131140.265000', '131140.725000', '131141.185000', '131141.645000', '131142.105000', '131142.565000', '131143.025000', '131143.485000', '131143.945000', '131144.405000', '131144.865000', '131145.325000', '131145.785000', '131146.245000', '131146.705000', '131147.165000', '131147.625000', '131148.085000', '131148.545000', '131149.005000', '131149.465000', '131149.925000', '131150.385000', '131150.845000', '131151.305000', '131151.765000', '131152.225000', '131152.685000', '131153.145000', '131153.605000', '131154.065000', '131154.525000', '131154.985000', '131155.445000', '131155.905000', '131156.365000', '131156.825000', '131157.285000', '131157.745000', '131158.205000', '131158.665000', '131159.125000', '131159.585000', '131200.045000', '131200.505000', '131200.965000', '131201.425000', '131201.885000', '131202.345000', '131202.805000', '131203.265000', '131203.725000', '131204.185000', '131204.645000', '131205.105000', '131205.565000', '131206.025000', '131206.485000', '131206.945000', '131207.405000', '131207.865000', '131208.325000', '131208.785000', '131209.245000', '131209.705000', '131210.165000', '131210.625000', '131211.085000', '131211.545000', '131212.005000', '131212.465000', '131212.925000', '131213.385000', '131213.845000', '131214.305000', '131214.765000', '131215.225000', '131215.685000', '131216.145000', '131216.605000', '131217.065000', '131217.525000', '131217.985000', '131218.445000', '131218.905000', '131219.365000', '131219.825000', '131220.285000', '131220.745000', '131221.205000', '131221.665000', '131222.125000', '131222.585000', '131223.045000', '131223.505000', '131223.965000', '131224.425000', '131224.885000', '131225.345000', '131225.805000', '131226.265000', '131226.725000', '131227.185000', '131227.645000', '131228.105000', '131228.565000', '131229.025000', '131229.485000', '131229.945000', '131230.405000', '131230.865000', '131231.325000', '131231.785000', '131232.245000', '131232.705000', '131233.165000', '131233.625000', '131234.085000', '131234.545000', '131235.005000', '131235.465000', '131235.925000', '131236.385000', '131236.845000', '131237.305000', '131237.765000', '131238.225000', '131238.685000', '131239.145000', '131239.605000', '131240.065000', '131240.525000', '131240.985000', '131241.445000', '131241.905000', '131242.365000', '131242.825000', '131243.285000', '131243.745000', '131244.205000', '131244.665000', '131245.125000', '131245.585000', '131246.045000', '131246.505000', '131246.965000', '131247.425000', '131247.885000', '131248.345000', '131248.805000', '131249.265000', '131249.725000', '131250.185000', '131250.645000', '131251.105000', '131251.565000', '131252.025000', '131252.485000', '131252.945000', '131253.405000', '131253.865000', '131254.325000', '131254.785000', '131255.245000', '131255.705000', '131256.165000', '131256.625000', '131257.085000', '131257.545000', '131258.005000', '131258.465000', '131258.925000', '131259.385000', '131259.845000', '131300.305000', '131300.765000', '131301.225000', '131301.685000', '131302.145000', '131302.605000', '131303.065000', '131303.525000', '131303.985000', '131304.445000', '131304.905000', '131305.365000', '131305.825000', '131306.285000', '131306.745000', '131307.205000', '131307.665000', '131308.125000', '131308.585000', '131309.045000', '131309.505000', '131309.965000', '131310.425000', '131310.885000', '131311.345000', '131311.805000', '131312.265000', '131312.725000', '131313.185000', '131313.645000', '131314.105000', '131314.565000', '131315.025000', '131315.485000', '131315.945000', '131316.405000', '131316.865000', '131317.325000', '131317.785000', '131318.245000', '131318.705000', '131319.165000', '131319.625000', '131320.085000', '131320.545000', '131321.005000', '131321.465000', '131321.925000', '131322.385000', '131322.845000', '131323.305000', '131323.765000', '131324.225000', '131324.685000', '131325.145000', '131325.605000', '131326.065000', '131326.525000', '131326.985000', '131327.445000', '131327.905000', '131328.365000', '131328.825000', '131329.285000', '131329.745000', '131330.205000', '131330.665000', '131331.125000', '131331.585000', '131332.045000', '131332.505000', '131332.965000', '131333.425000', '131333.885000', '131334.345000', '131334.805000', '131335.265000', '131335.725000', '131336.185000', '131336.645000', '131337.105000', '131337.565000', '131338.025000', '131338.485000'], 'ContentTime': ['130651.077000', '130651.080000', '130651.083000', '130651.086000', '130651.088000', '130651.099000', '130651.102000', '130651.104000', '130651.107000', '130651.109000', '130651.112000', '130651.115000', '130651.117000', '130651.120000', '130651.122000', '130651.125000', '130651.128000', '130651.130000', '130651.133000', '130651.135000', '130651.138000', '130651.140000', '130651.143000', '130651.146000', '130651.148000', '130651.151000', '130711.031000', '130711.033000', '130711.036000', '130711.039000', '130711.041000', '130711.044000', '130711.046000', '130711.049000', '130711.052000', '130711.054000', '130711.057000', '130711.059000', '130711.062000', '130711.064000', '130711.067000', '130711.069000', '130711.072000', '130711.074000', '130711.077000', '130711.080000', '130711.082000', '130711.092000', '130711.094000', '130711.097000', '130711.100000', '130711.102000', '130711.105000', '130711.107000', '130711.110000', '130711.113000', '130711.115000', '130711.118000', '130711.120000', '130711.123000', '130711.126000', '130711.128000', '130711.131000', '130711.133000', '130711.136000', '130711.146000', '130711.149000', '130711.151000', '130711.154000', '130731.061000', '130731.064000', '130731.066000', '130731.069000', '130731.072000', '130731.074000', '130731.077000', '130731.080000', '130731.082000', '130731.085000', '130731.087000', '130731.090000', '130731.093000', '130731.095000', '130731.098000', '130731.101000', '130731.103000', '130731.106000', '130731.108000', '130731.111000', '130731.114000', '130731.116000', '130731.119000', '130731.121000', '130731.124000', '130731.127000', '130731.129000', '130731.132000', '130731.134000', '130731.137000', '130731.139000', '130731.142000', '130731.145000', '130731.147000', '130731.150000', '130731.152000', '130731.155000', '130731.157000', '130731.160000', '130731.163000', '130731.165000', '130731.168000', '130731.170000', '130731.173000', '130751.030000', '130751.034000', '130751.036000', '130751.039000', '130751.041000', '130751.044000', '130751.047000', '130751.049000', '130751.052000', '130751.055000', '130751.057000', '130751.060000', '130751.062000', '130751.065000', '130751.068000', '130751.070000', '130751.073000', '130751.075000', '130751.078000', '130751.081000', '130751.083000', '130751.086000', '130751.088000', '130751.091000', '130751.093000', '130751.096000', '130751.099000', '130751.101000', '130751.104000', '130751.106000', '130751.109000', '130751.112000', '130751.114000', '130751.117000', '130751.119000', '130751.122000', '130751.124000', '130751.127000', '130751.129000', '130751.132000', '130751.135000', '130751.138000', '130751.140000', '130811.030000', '130811.033000', '130811.036000', '130811.039000', '130811.041000', '130811.044000', '130811.046000', '130811.049000', '130811.052000', '130811.054000', '130811.057000', '130811.059000', '130811.062000', '130811.065000', '130811.067000', '130811.070000', '130811.073000', '130811.075000', '130811.078000', '130811.080000', '130811.083000', '130811.085000', '130811.088000', '130811.091000', '130811.093000', '130811.096000', '130811.099000', '130811.101000', '130811.104000', '130811.106000', '130811.109000', '130811.111000', '130811.114000', '130811.117000', '130811.119000', '130811.122000', '130811.124000', '130811.127000', '130811.130000', '130811.132000', '130811.135000', '130811.137000', '130811.140000', '130811.143000', '130831.030000', '130831.033000', '130831.036000', '130831.038000', '130831.041000', '130831.044000', '130831.046000', '130831.049000', '130831.051000', '130831.054000', '130831.057000', '130831.059000', '130831.062000', '130831.064000', '130831.067000', '130831.070000', '130831.072000', '130831.075000', '130831.077000', '130831.080000', '130831.083000', '130831.085000', '130831.088000', '130831.090000', '130831.093000', '130831.096000', '130831.098000', '130831.101000', '130831.103000', '130831.106000', '130831.109000', '130831.111000', '130831.114000', '130831.116000', '130831.119000', '130831.122000', '130831.124000', '130831.127000', '130831.135000', '130831.137000', '130831.140000', '130831.143000', '130831.145000', '130851.030000', '130851.033000', '130851.036000', '130851.039000', '130851.041000', '130851.044000', '130851.046000', '130851.049000', '130851.052000', '130851.055000', '130851.057000', '130851.060000', '130851.062000', '130851.065000', '130851.068000', '130851.070000', '130851.073000', '130851.075000', '130851.078000', '130851.081000', '130851.083000', '130851.086000', '130851.088000', '130851.091000', '130851.094000', '130851.096000', '130851.099000', '130851.102000', '130851.104000', '130851.107000', '130851.109000', '130851.112000', '130851.114000', '130851.117000', '130851.120000', '130851.122000', '130851.125000', '130851.127000', '130851.130000', '130851.169000', '130851.172000', '130851.175000', '130851.177000', '130851.180000', '130911.031000', '130911.033000', '130911.036000', '130911.039000', '130911.042000', '130911.044000', '130911.047000', '130911.050000', '130911.052000', '130911.055000', '130911.057000', '130911.060000', '130911.063000', '130911.065000', '130911.068000', '130911.071000', '130911.073000', '130911.076000', '130911.078000', '130911.081000', '130911.084000', '130911.086000', '130911.089000', '130911.091000', '130911.094000', '130911.097000', '130911.099000', '130911.102000', '130911.105000', '130911.107000', '130911.110000', '130911.112000', '130911.115000', '130911.118000', '130911.120000', '130911.123000', '130911.125000', '130911.128000', '130911.131000', '130911.133000', '130911.136000', '130911.138000', '130911.141000', '130931.029000', '130931.032000', '130931.035000', '130931.037000', '130931.040000', '130931.043000', '130931.045000', '130931.048000', '130931.051000', '130931.053000', '130931.056000', '130931.059000', '130931.062000', '130931.065000', '130931.068000', '130931.070000', '130931.073000', '130931.076000', '130931.078000', '130931.081000', '130931.083000', '130931.086000', '130931.089000', '130931.091000', '130931.094000', '130931.097000', '130931.099000', '130931.102000', '130931.104000', '130931.107000', '130931.110000', '130931.112000', '130931.115000', '130931.118000', '130931.120000', '130931.123000', '130931.125000', '130931.128000', '130931.130000', '130931.133000', '130931.136000', '130931.138000', '130931.141000', '130931.144000', '130951.029000', '130951.032000', '130951.035000', '130951.038000', '130951.040000', '130951.043000', '130951.046000', '130951.048000', '130951.051000', '130951.054000', '130951.056000', '130951.059000', '130951.061000', '130951.064000', '130951.067000', '130951.069000', '130951.072000', '130951.074000', '130951.077000', '130951.080000', '130951.082000', '130951.085000', '130951.087000', '130951.090000', '130951.093000', '130951.095000', '130951.098000', '130951.107000', '130951.109000', '130951.112000', '130951.115000', '130951.117000', '130951.120000', '130951.123000', '130951.125000', '130951.128000', '130951.130000', '130951.133000', '130951.136000', '130951.138000', '130951.141000', '130951.143000', '130951.146000', '131011.030000', '131011.033000', '131011.036000', '131011.039000', '131011.041000', '131011.044000', '131011.046000', '131011.049000', '131011.051000', '131011.054000', '131011.057000', '131011.059000', '131011.062000', '131011.065000', '131011.067000', '131011.070000', '131011.072000', '131011.075000', '131011.078000', '131011.081000', '131011.083000', '131011.086000', '131011.088000', '131011.091000', '131011.094000', '131011.096000', '131011.099000', '131011.102000', '131011.104000', '131011.107000', '131011.109000', '131011.112000', '131011.114000', '131011.117000', '131011.120000', '131011.122000', '131011.125000', '131011.127000', '131011.130000', '131011.133000', '131011.135000', '131011.138000', '131011.140000', '131011.143000', '131031.030000', '131031.034000', '131031.036000', '131031.039000', '131031.041000', '131031.044000', '131031.047000', '131031.049000', '131031.052000', '131031.055000', '131031.057000', '131031.060000', '131031.062000', '131031.065000', '131031.068000', '131031.070000', '131031.073000', '131031.076000', '131031.078000', '131031.081000', '131031.096000', '131031.099000', '131031.101000', '131031.104000', '131031.107000', '131031.109000', '131031.112000', '131031.115000', '131031.117000', '131031.120000', '131031.122000', '131031.125000', '131031.128000', '131031.130000', '131031.133000', '131031.135000', '131031.138000', '131031.141000', '131031.143000', '131031.146000', '131031.149000', '131031.151000', '131031.154000', '131051.030000', '131051.033000', '131051.046000', '131051.048000', '131051.051000', '131051.054000', '131051.056000', '131051.059000', '131051.062000', '131051.064000', '131051.067000', '131051.069000', '131051.072000', '131051.075000', '131051.077000', '131051.080000', '131051.083000', '131051.085000', '131051.088000', '131051.090000', '131051.093000', '131051.096000', '131051.099000', '131051.102000', '131051.104000', '131051.107000', '131051.110000', '131051.113000', '131051.115000', '131051.118000', '131051.120000', '131051.123000', '131051.126000', '131051.128000', '131051.131000', '131051.133000', '131051.136000', '131051.139000', '131051.141000', '131051.144000', '131051.146000', '131051.149000', '131051.152000', '131111.030000', '131111.034000', '131111.037000', '131111.040000', '131111.042000', '131111.045000', '131111.047000', '131111.050000', '131111.053000', '131111.055000', '131111.058000', '131111.061000', '131111.063000', '131111.066000', '131111.068000', '131111.071000', '131111.074000', '131111.076000', '131111.079000', '131111.081000', '131111.084000', '131111.087000', '131111.089000', '131111.092000', '131111.094000', '131111.097000', '131111.100000', '131111.102000', '131111.105000', '131111.107000', '131111.110000', '131111.113000', '131111.115000', '131111.118000', '131111.121000', '131111.123000', '131111.126000', '131111.128000', '131111.131000', '131111.134000', '131111.136000', '131111.139000', '131111.141000', '131111.144000', '131131.031000', '131131.033000', '131131.036000', '131131.039000', '131131.042000', '131131.044000', '131131.047000', '131131.050000', '131131.052000', '131131.055000', '131131.057000', '131131.060000', '131131.062000', '131131.065000', '131131.068000', '131131.070000', '131131.073000', '131131.076000', '131131.078000', '131131.081000', '131131.083000', '131131.086000', '131131.088000', '131131.091000', '131131.094000', '131131.096000', '131131.099000', '131131.102000', '131131.104000', '131131.107000', '131131.110000', '131131.113000', '131131.115000', '131131.118000', '131131.121000', '131131.123000', '131131.126000', '131131.129000', '131131.131000', '131131.134000', '131131.137000', '131131.139000', '131131.142000', '131151.029000', '131151.032000', '131151.035000', '131151.037000', '131151.041000', '131151.043000', '131151.046000', '131151.049000', '131151.051000', '131151.054000', '131151.056000', '131151.059000', '131151.062000', '131151.064000', '131151.067000', '131151.069000', '131151.072000', '131151.075000', '131151.077000', '131151.080000', '131151.082000', '131151.085000', '131151.088000', '131151.090000', '131151.093000', '131151.095000', '131151.098000', '131151.101000', '131151.103000', '131151.106000', '131151.108000', '131151.111000', '131151.114000', '131151.116000', '131151.119000', '131151.121000', '131151.124000', '131151.126000', '131151.129000', '131151.132000', '131151.135000', '131151.137000', '131151.140000', '131151.142000', '131211.030000', '131211.032000', '131211.035000', '131211.038000', '131211.040000', '131211.043000', '131211.046000', '131211.048000', '131211.051000', '131211.053000', '131211.056000', '131211.059000', '131211.061000', '131211.064000', '131211.066000', '131211.078000', '131211.081000', '131211.084000', '131211.087000', '131211.089000', '131211.092000', '131211.095000', '131211.098000', '131211.100000', '131211.103000', '131211.106000', '131211.108000', '131211.111000', '131211.114000', '131211.116000', '131211.119000', '131211.122000', '131211.124000', '131211.127000', '131211.129000', '131211.132000', '131211.135000', '131211.138000', '131211.141000', '131211.143000', '131211.146000', '131211.149000', '131211.152000', '131231.031000', '131231.034000', '131231.036000', '131231.039000', '131231.042000', '131231.045000', '131231.047000', '131231.050000', '131231.052000', '131231.055000', '131231.057000', '131231.060000', '131231.063000', '131231.065000', '131231.068000', '131231.071000', '131231.073000', '131231.076000', '131231.078000', '131231.081000', '131231.085000', '131231.088000', '131231.091000', '131231.093000', '131231.096000', '131231.098000', '131231.101000', '131231.104000', '131231.106000', '131231.109000', '131231.112000', '131231.114000', '131231.117000', '131231.119000', '131231.122000', '131231.125000', '131231.127000', '131231.130000', '131231.132000', '131231.135000', '131231.138000', '131231.140000', '131231.143000', '131231.145000', '131251.031000', '131251.034000', '131251.036000', '131251.039000', '131251.041000', '131251.044000', '131251.047000', '131251.049000', '131251.052000', '131251.055000', '131251.057000', '131251.060000', '131251.062000', '131251.065000', '131251.067000', '131251.070000', '131251.073000', '131251.075000', '131251.078000', '131251.081000', '131251.083000', '131251.086000', '131251.088000', '131251.091000', '131251.093000', '131251.096000', '131251.099000', '131251.101000', '131251.104000', '131251.107000', '131251.109000', '131251.112000', '131251.115000', '131251.117000', '131251.120000', '131251.124000', '131251.126000', '131251.129000', '131251.131000', '131251.134000', '131251.137000', '131251.139000', '131251.142000', '131311.030000', '131311.033000', '131311.036000', '131311.039000', '131311.041000', '131311.044000', '131311.047000', '131311.049000', '131311.052000', '131311.054000', '131311.057000', '131311.060000', '131311.062000', '131311.065000', '131311.068000', '131311.070000', '131311.073000', '131311.075000', '131311.078000', '131311.081000', '131311.083000', '131311.086000', '131311.088000', '131311.091000', '131311.094000', '131311.096000', '131311.099000', '131311.101000', '131311.104000', '131311.107000', '131311.109000', '131311.112000', '131311.114000', '131311.117000', '131311.120000', '131311.122000', '131311.125000', '131311.127000', '131311.130000', '131311.132000', '131311.135000', '131311.138000', '131311.140000', '131311.143000', '131331.030000', '131331.033000', '131331.036000', '131331.039000', '131331.041000', '131331.044000', '131331.047000', '131331.049000', '131331.052000', '131331.055000', '131331.057000', '131331.060000', '131331.062000', '131331.065000', '131331.068000', '131331.070000', '131331.073000', '131331.075000', '131331.078000', '131331.081000', '131331.083000', '131331.086000', '131331.088000', '131331.091000', '131331.094000', '131331.096000', '131331.099000', '131331.101000', '131331.104000', '131331.106000', '131331.109000', '131331.112000', '131331.114000', '131331.117000', '131331.120000', '131331.122000', '131331.125000', '131331.127000', '131331.130000', '131331.133000', '131331.135000', '131331.138000', '131331.140000', '131339.414000', '131339.417000', '131339.419000', '131339.422000', '131339.425000', '131339.428000', '131339.430000', '131339.433000', '131339.436000', '131339.439000', '131339.441000', '131339.444000', '131339.447000', '131339.450000', '131339.452000', '131339.456000', '131339.458000', '131339.461000', '131339.464000'], 'InstanceCreationTime': ['130651.077000', '130651.080000', '130651.083000', '130651.086000', '130651.088000', '130651.099000', '130651.102000', '130651.104000', '130651.107000', '130651.109000', '130651.112000', '130651.115000', '130651.117000', '130651.120000', '130651.122000', '130651.125000', '130651.128000', '130651.130000', '130651.133000', '130651.135000', '130651.138000', '130651.140000', '130651.143000', '130651.146000', '130651.148000', '130651.151000', '130711.031000', '130711.033000', '130711.036000', '130711.039000', '130711.041000', '130711.044000', '130711.046000', '130711.049000', '130711.052000', '130711.054000', '130711.057000', '130711.059000', '130711.062000', '130711.064000', '130711.067000', '130711.069000', '130711.072000', '130711.074000', '130711.077000', '130711.080000', '130711.082000', '130711.092000', '130711.094000', '130711.097000', '130711.100000', '130711.102000', '130711.105000', '130711.107000', '130711.110000', '130711.113000', '130711.115000', '130711.118000', '130711.120000', '130711.123000', '130711.126000', '130711.128000', '130711.131000', '130711.133000', '130711.136000', '130711.146000', '130711.149000', '130711.151000', '130711.154000', '130731.061000', '130731.064000', '130731.066000', '130731.069000', '130731.072000', '130731.074000', '130731.077000', '130731.080000', '130731.082000', '130731.085000', '130731.087000', '130731.090000', '130731.093000', '130731.095000', '130731.098000', '130731.101000', '130731.103000', '130731.106000', '130731.108000', '130731.111000', '130731.114000', '130731.116000', '130731.119000', '130731.121000', '130731.124000', '130731.127000', '130731.129000', '130731.132000', '130731.134000', '130731.137000', '130731.139000', '130731.142000', '130731.145000', '130731.147000', '130731.150000', '130731.152000', '130731.155000', '130731.157000', '130731.160000', '130731.163000', '130731.165000', '130731.168000', '130731.170000', '130731.173000', '130751.030000', '130751.034000', '130751.036000', '130751.039000', '130751.041000', '130751.044000', '130751.047000', '130751.049000', '130751.052000', '130751.055000', '130751.057000', '130751.060000', '130751.062000', '130751.065000', '130751.068000', '130751.070000', '130751.073000', '130751.075000', '130751.078000', '130751.081000', '130751.083000', '130751.086000', '130751.088000', '130751.091000', '130751.093000', '130751.096000', '130751.099000', '130751.101000', '130751.104000', '130751.106000', '130751.109000', '130751.112000', '130751.114000', '130751.117000', '130751.119000', '130751.122000', '130751.124000', '130751.127000', '130751.129000', '130751.132000', '130751.135000', '130751.138000', '130751.140000', '130811.030000', '130811.033000', '130811.036000', '130811.039000', '130811.041000', '130811.044000', '130811.046000', '130811.049000', '130811.052000', '130811.054000', '130811.057000', '130811.059000', '130811.062000', '130811.065000', '130811.067000', '130811.070000', '130811.073000', '130811.075000', '130811.078000', '130811.080000', '130811.083000', '130811.085000', '130811.088000', '130811.091000', '130811.093000', '130811.096000', '130811.099000', '130811.101000', '130811.104000', '130811.106000', '130811.109000', '130811.111000', '130811.114000', '130811.117000', '130811.119000', '130811.122000', '130811.124000', '130811.127000', '130811.130000', '130811.132000', '130811.135000', '130811.137000', '130811.140000', '130811.143000', '130831.030000', '130831.033000', '130831.036000', '130831.038000', '130831.041000', '130831.044000', '130831.046000', '130831.049000', '130831.051000', '130831.054000', '130831.057000', '130831.059000', '130831.062000', '130831.064000', '130831.067000', '130831.070000', '130831.072000', '130831.075000', '130831.077000', '130831.080000', '130831.083000', '130831.085000', '130831.088000', '130831.090000', '130831.093000', '130831.096000', '130831.098000', '130831.101000', '130831.103000', '130831.106000', '130831.109000', '130831.111000', '130831.114000', '130831.116000', '130831.119000', '130831.122000', '130831.124000', '130831.127000', '130831.135000', '130831.137000', '130831.140000', '130831.143000', '130831.145000', '130851.030000', '130851.033000', '130851.036000', '130851.039000', '130851.041000', '130851.044000', '130851.046000', '130851.049000', '130851.052000', '130851.055000', '130851.057000', '130851.060000', '130851.062000', '130851.065000', '130851.068000', '130851.070000', '130851.073000', '130851.075000', '130851.078000', '130851.081000', '130851.083000', '130851.086000', '130851.088000', '130851.091000', '130851.094000', '130851.096000', '130851.099000', '130851.102000', '130851.104000', '130851.107000', '130851.109000', '130851.112000', '130851.114000', '130851.117000', '130851.120000', '130851.122000', '130851.125000', '130851.127000', '130851.130000', '130851.169000', '130851.172000', '130851.175000', '130851.177000', '130851.180000', '130911.031000', '130911.033000', '130911.036000', '130911.039000', '130911.042000', '130911.044000', '130911.047000', '130911.050000', '130911.052000', '130911.055000', '130911.057000', '130911.060000', '130911.063000', '130911.065000', '130911.068000', '130911.071000', '130911.073000', '130911.076000', '130911.078000', '130911.081000', '130911.084000', '130911.086000', '130911.089000', '130911.091000', '130911.094000', '130911.097000', '130911.099000', '130911.102000', '130911.105000', '130911.107000', '130911.110000', '130911.112000', '130911.115000', '130911.118000', '130911.120000', '130911.123000', '130911.125000', '130911.128000', '130911.131000', '130911.133000', '130911.136000', '130911.138000', '130911.141000', '130931.029000', '130931.032000', '130931.035000', '130931.037000', '130931.040000', '130931.043000', '130931.045000', '130931.048000', '130931.051000', '130931.053000', '130931.056000', '130931.059000', '130931.062000', '130931.065000', '130931.068000', '130931.070000', '130931.073000', '130931.076000', '130931.078000', '130931.081000', '130931.083000', '130931.086000', '130931.089000', '130931.091000', '130931.094000', '130931.097000', '130931.099000', '130931.102000', '130931.104000', '130931.107000', '130931.110000', '130931.112000', '130931.115000', '130931.118000', '130931.120000', '130931.123000', '130931.125000', '130931.128000', '130931.130000', '130931.133000', '130931.136000', '130931.138000', '130931.141000', '130931.144000', '130951.029000', '130951.032000', '130951.035000', '130951.038000', '130951.040000', '130951.043000', '130951.046000', '130951.048000', '130951.051000', '130951.054000', '130951.056000', '130951.059000', '130951.061000', '130951.064000', '130951.067000', '130951.069000', '130951.072000', '130951.074000', '130951.077000', '130951.080000', '130951.082000', '130951.085000', '130951.087000', '130951.090000', '130951.093000', '130951.095000', '130951.098000', '130951.107000', '130951.109000', '130951.112000', '130951.115000', '130951.117000', '130951.120000', '130951.123000', '130951.125000', '130951.128000', '130951.130000', '130951.133000', '130951.136000', '130951.138000', '130951.141000', '130951.143000', '130951.146000', '131011.030000', '131011.033000', '131011.036000', '131011.039000', '131011.041000', '131011.044000', '131011.046000', '131011.049000', '131011.051000', '131011.054000', '131011.057000', '131011.059000', '131011.062000', '131011.065000', '131011.067000', '131011.070000', '131011.072000', '131011.075000', '131011.078000', '131011.081000', '131011.083000', '131011.086000', '131011.088000', '131011.091000', '131011.094000', '131011.096000', '131011.099000', '131011.102000', '131011.104000', '131011.107000', '131011.109000', '131011.112000', '131011.114000', '131011.117000', '131011.120000', '131011.122000', '131011.125000', '131011.127000', '131011.130000', '131011.133000', '131011.135000', '131011.138000', '131011.140000', '131011.143000', '131031.030000', '131031.034000', '131031.036000', '131031.039000', '131031.041000', '131031.044000', '131031.047000', '131031.049000', '131031.052000', '131031.055000', '131031.057000', '131031.060000', '131031.062000', '131031.065000', '131031.068000', '131031.070000', '131031.073000', '131031.076000', '131031.078000', '131031.081000', '131031.096000', '131031.099000', '131031.101000', '131031.104000', '131031.107000', '131031.109000', '131031.112000', '131031.115000', '131031.117000', '131031.120000', '131031.122000', '131031.125000', '131031.128000', '131031.130000', '131031.133000', '131031.135000', '131031.138000', '131031.141000', '131031.143000', '131031.146000', '131031.149000', '131031.151000', '131031.154000', '131051.030000', '131051.033000', '131051.046000', '131051.048000', '131051.051000', '131051.054000', '131051.056000', '131051.059000', '131051.062000', '131051.064000', '131051.067000', '131051.069000', '131051.072000', '131051.075000', '131051.077000', '131051.080000', '131051.083000', '131051.085000', '131051.088000', '131051.090000', '131051.093000', '131051.096000', '131051.099000', '131051.102000', '131051.104000', '131051.107000', '131051.110000', '131051.113000', '131051.115000', '131051.118000', '131051.120000', '131051.123000', '131051.126000', '131051.128000', '131051.131000', '131051.133000', '131051.136000', '131051.139000', '131051.141000', '131051.144000', '131051.146000', '131051.149000', '131051.152000', '131111.030000', '131111.034000', '131111.037000', '131111.040000', '131111.042000', '131111.045000', '131111.047000', '131111.050000', '131111.053000', '131111.055000', '131111.058000', '131111.061000', '131111.063000', '131111.066000', '131111.068000', '131111.071000', '131111.074000', '131111.076000', '131111.079000', '131111.081000', '131111.084000', '131111.087000', '131111.089000', '131111.092000', '131111.094000', '131111.097000', '131111.100000', '131111.102000', '131111.105000', '131111.107000', '131111.110000', '131111.113000', '131111.115000', '131111.118000', '131111.121000', '131111.123000', '131111.126000', '131111.128000', '131111.131000', '131111.134000', '131111.136000', '131111.139000', '131111.141000', '131111.144000', '131131.031000', '131131.033000', '131131.036000', '131131.039000', '131131.042000', '131131.044000', '131131.047000', '131131.050000', '131131.052000', '131131.055000', '131131.057000', '131131.060000', '131131.062000', '131131.065000', '131131.068000', '131131.070000', '131131.073000', '131131.076000', '131131.078000', '131131.081000', '131131.083000', '131131.086000', '131131.088000', '131131.091000', '131131.094000', '131131.096000', '131131.099000', '131131.102000', '131131.104000', '131131.107000', '131131.110000', '131131.113000', '131131.115000', '131131.118000', '131131.121000', '131131.123000', '131131.126000', '131131.129000', '131131.131000', '131131.134000', '131131.137000', '131131.139000', '131131.142000', '131151.029000', '131151.032000', '131151.035000', '131151.037000', '131151.041000', '131151.043000', '131151.046000', '131151.049000', '131151.051000', '131151.054000', '131151.056000', '131151.059000', '131151.062000', '131151.064000', '131151.067000', '131151.069000', '131151.072000', '131151.075000', '131151.077000', '131151.080000', '131151.082000', '131151.085000', '131151.088000', '131151.090000', '131151.093000', '131151.095000', '131151.098000', '131151.101000', '131151.103000', '131151.106000', '131151.108000', '131151.111000', '131151.114000', '131151.116000', '131151.119000', '131151.121000', '131151.124000', '131151.126000', '131151.129000', '131151.132000', '131151.135000', '131151.137000', '131151.140000', '131151.142000', '131211.030000', '131211.032000', '131211.035000', '131211.038000', '131211.040000', '131211.043000', '131211.046000', '131211.048000', '131211.051000', '131211.053000', '131211.056000', '131211.059000', '131211.061000', '131211.064000', '131211.066000', '131211.078000', '131211.081000', '131211.084000', '131211.087000', '131211.089000', '131211.092000', '131211.095000', '131211.098000', '131211.100000', '131211.103000', '131211.106000', '131211.108000', '131211.111000', '131211.114000', '131211.116000', '131211.119000', '131211.122000', '131211.124000', '131211.127000', '131211.129000', '131211.132000', '131211.135000', '131211.138000', '131211.141000', '131211.143000', '131211.146000', '131211.149000', '131211.152000', '131231.031000', '131231.034000', '131231.036000', '131231.039000', '131231.042000', '131231.045000', '131231.047000', '131231.050000', '131231.052000', '131231.055000', '131231.057000', '131231.060000', '131231.063000', '131231.065000', '131231.068000', '131231.071000', '131231.073000', '131231.076000', '131231.078000', '131231.081000', '131231.085000', '131231.088000', '131231.091000', '131231.093000', '131231.096000', '131231.098000', '131231.101000', '131231.104000', '131231.106000', '131231.109000', '131231.112000', '131231.114000', '131231.117000', '131231.119000', '131231.122000', '131231.125000', '131231.127000', '131231.130000', '131231.132000', '131231.135000', '131231.138000', '131231.140000', '131231.143000', '131231.145000', '131251.031000', '131251.034000', '131251.036000', '131251.039000', '131251.041000', '131251.044000', '131251.047000', '131251.049000', '131251.052000', '131251.055000', '131251.057000', '131251.060000', '131251.062000', '131251.065000', '131251.067000', '131251.070000', '131251.073000', '131251.075000', '131251.078000', '131251.081000', '131251.083000', '131251.086000', '131251.088000', '131251.091000', '131251.093000', '131251.096000', '131251.099000', '131251.101000', '131251.104000', '131251.107000', '131251.109000', '131251.112000', '131251.115000', '131251.117000', '131251.120000', '131251.124000', '131251.126000', '131251.129000', '131251.131000', '131251.134000', '131251.137000', '131251.139000', '131251.142000', '131311.030000', '131311.033000', '131311.036000', '131311.039000', '131311.041000', '131311.044000', '131311.047000', '131311.049000', '131311.052000', '131311.054000', '131311.057000', '131311.060000', '131311.062000', '131311.065000', '131311.068000', '131311.070000', '131311.073000', '131311.075000', '131311.078000', '131311.081000', '131311.083000', '131311.086000', '131311.088000', '131311.091000', '131311.094000', '131311.096000', '131311.099000', '131311.101000', '131311.104000', '131311.107000', '131311.109000', '131311.112000', '131311.114000', '131311.117000', '131311.120000', '131311.122000', '131311.125000', '131311.127000', '131311.130000', '131311.132000', '131311.135000', '131311.138000', '131311.140000', '131311.143000', '131331.030000', '131331.033000', '131331.036000', '131331.039000', '131331.041000', '131331.044000', '131331.047000', '131331.049000', '131331.052000', '131331.055000', '131331.057000', '131331.060000', '131331.062000', '131331.065000', '131331.068000', '131331.070000', '131331.073000', '131331.075000', '131331.078000', '131331.081000', '131331.083000', '131331.086000', '131331.088000', '131331.091000', '131331.094000', '131331.096000', '131331.099000', '131331.101000', '131331.104000', '131331.106000', '131331.109000', '131331.112000', '131331.114000', '131331.117000', '131331.120000', '131331.122000', '131331.125000', '131331.127000', '131331.130000', '131331.133000', '131331.135000', '131331.138000', '131331.140000', '131339.414000', '131339.417000', '131339.419000', '131339.422000', '131339.425000', '131339.428000', '131339.430000', '131339.433000', '131339.436000', '131339.439000', '131339.441000', '131339.444000', '131339.447000', '131339.450000', '131339.452000', '131339.456000', '131339.458000', '131339.461000', '131339.464000'], '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': [7704, 11655, 7530, 9796, 7350, 8161, 12762, 7052, 10804, 7141, 8850, 7003, 8728, 13558, 9039, 10586, 6624, 8090, 12621, 7807, 9907, 6616, 7841, 10295, 7086, 10684, 7449, 7216, 11404, 7174, 8490, 6977, 7909, 12944, 7299, 9477, 7115, 8460, 13169, 7656, 10177, 7623, 8670, 7392, 8307, 12168, 7792, 9117, 6736, 7594, 10849, 7093, 12231, 8669, 12075, 13065, 7627, 12894, 11250, 10317, 7234, 7260, 10398, 8230, 8664, 13591, 7735, 9831, 7143, 7257, 11393, 7473, 8551, 6583, 7944, 10259, 6700, 10277, 7889, 6968, 12241, 7415, 10992, 8570, 7608, 12031, 7671, 8355, 10206, 7407, 12497, 7530, 8436, 12632, 7105, 11315, 8008, 7039, 11881, 7172, 8168, 6990, 7344, 10820, 6912, 8412, 7259, 7770, 11621, 7678, 9136, 11747, 7606, 9800, 7918, 7584, 12092, 7420, 9746, 7669, 8187, 13482, 9092, 10608, 6925, 7117, 9994, 7525, 9751, 11047, 7978, 10026, 6981, 8278, 12143, 7220, 8626, 6631, 8155, 12227, 7372, 8859, 6600, 8136, 12482, 8628, 9748, 7117, 7686, 11601, 6764, 10462, 10615, 7778, 10628, 7219, 8843, 13185, 8910, 10246, 6553, 7945, 12572, 7375, 8999, 6569, 6811, 8587, 6899, 8382, 7521, 7245, 9961, 7284, 8984, 9612, 7320, 11478, 7388, 8119, 11583, 7140, 11835, 8821, 7167, 11994, 7054, 9143, 8018, 6898, 11017, 7284, 8446, 8149, 7387, 12289, 7305, 8853, 6724, 8251, 12611, 7437, 9771, 7404, 8481, 7623, 7458, 13195, 7227, 10363, 8179, 8530, 13219, 8133, 9200, 7325, 7103, 10094, 6800, 10840, 8002, 7851, 7220, 7584, 12756, 7642, 9817, 6522, 8106, 11541, 7111, 10119, 11482, 7690, 10387, 6650, 8222, 13029, 7430, 9065, 6695, 7420, 9685, 6849, 9239, 7871, 7023, 10905, 7018, 8969, 8049, 6752, 11448, 7418, 10350, 9476, 7751, 11437, 7556, 8372, 12560, 8180, 11138, 6675, 8173, 11131, 6926, 10278, 8159, 6999, 11823, 7337, 10117, 7854, 6881, 11058, 7002, 9473, 7763, 7227, 10755, 7089, 9397, 7723, 7781, 12763, 7130, 10383, 7336, 8288, 12661, 7416, 10472, 7372, 8463, 12724, 7245, 9990, 7646, 8379, 7675, 7546, 12926, 7168, 9843, 6581, 8426, 12977, 7622, 10184, 7036, 8421, 11295, 6855, 11033, 7566, 7302, 9633, 6788, 8643, 7085, 8151, 8881, 6832, 11897, 7110, 11552, 12908, 9943, 11284, 7318, 7804, 7055, 7067, 11184, 7353, 8932, 6797, 8335, 12782, 7414, 10712, 7165, 9454, 13798, 11023, 12905, 8498, 9384, 8845, 7576, 12096, 8176, 9138, 7165, 7293, 10095, 7131, 9001, 8044, 7001, 11091, 7196, 9058, 7086, 8170, 12737, 7203, 9968, 7688, 8001, 7653, 7694, 12018, 7242, 9448, 7044, 8305, 13198, 9476, 10149, 7095, 8642, 11328, 7025, 11310, 8947, 7008, 10761, 7310, 9898, 7619, 7569, 6885, 6983, 10124, 7452, 8773, 8213, 6813, 10507, 6778, 9790, 7915, 7289, 6829, 6913, 10114, 7470, 10247, 7293, 7934, 11559, 6756, 10452, 8220, 7441, 11462, 7047, 9744, 7002, 9770, 9981, 7316, 10994, 7324, 9871, 7730, 8124, 6801, 8192, 11734, 6864, 11277, 8332, 7821, 10874, 6752, 9788, 7875, 7697, 6934, 8144, 11139, 6995, 11598, 7778, 8644, 6946, 8638, 12988, 8091, 10019, 7165, 8252, 11016, 6987, 11101, 8306, 7563, 7518, 7109, 10904, 6841, 10727, 7258, 8834, 7495, 8980, 13519, 8269, 10915, 7251, 9339, 7726, 10095, 13522, 8360, 11152, 7477, 9508, 6935, 8338, 12731, 7303, 10574, 7241, 10181, 7948, 8518, 6675, 7876, 11301, 6826, 10818, 8481, 7352, 7291, 7179, 10546, 6797, 11089, 8604, 7665, 7356, 7110, 9981, 6955, 9970, 8050, 7560, 6752, 7868, 10656, 6915, 10911, 7383, 8616, 6786, 8599, 13093, 8162, 11823, 7283, 10761, 8276, 8335, 13423, 8494, 10823, 7686, 8744, 7912, 7597, 11505, 7201, 9499, 7543, 9836, 13336, 7908, 10844, 7784, 9472, 12957, 7583, 11006, 7620, 7917, 6502, 7569, 11490, 7428, 8729, 6558, 7865, 10167, 6948, 11560, 7673, 8862, 6663, 8422, 13104, 7309, 10327, 7409, 9032, 7468, 8102, 13379, 7403, 11489, 7239, 8987, 13326, 7824, 11168, 7511, 8946, 7280, 8135, 12597, 7446, 9645, 6642, 7193, 10807, 6863, 9651, 6779, 7821, 11187, 7040, 10016, 8671, 7348, 11293, 7358, 8102, 8368, 7065, 11100, 7746, 7998, 6752, 7135, 10708, 7521, 8942, 6487, 8123, 11115, 6794, 10616, 8277, 7377, 10050, 7013, 9666, 7904, 8452, 12725, 7253, 10558, 7577, 8523, 11556, 7448, 10229, 7440, 8276, 6990, 7956, 11947, 7236, 9275, 6672, 8038, 10867, 6978, 9712, 8191, 7493, 6706, 7053, 10538, 7278, 10108, 12130, 8123, 10858, 7689, 8913, 10675, 7124, 11833, 8546, 8596, 11905, 7052, 10337, 7981, 7366, 10525, 6854, 9923, 7930, 7612, 6744, 6878, 9944, 7265, 9702, 8209, 7111, 11401, 6775, 9701, 8028, 9230, 12944, 7228, 10530, 7732, 8093, 10901, 6950, 10868, 7474, 8452, 6955, 8214, 11804, 7101, 9063, 7306, 8681, 7240, 8187, 12660, 7658, 9409, 6694, 8171, 10752, 6934, 9707, 8612, 7051, 11286, 7094, 8388, 7056, 7771, 12474, 7216, 9904, 7521, 8633, 11707, 7507, 11073, 7402, 8427, 11394, 6892, 10274, 8676, 7310, 11859, 7580, 8398, 7162, 7007, 11196, 7016, 8901, 7021, 7279, 10834, 7347, 8633, 6764, 6852, 9347, 7286, 8429, 9028, 6966, 10849, 7605, 9044, 7462, 7977, 13135, 8784, 9975, 6668, 8482, 12183, 6992, 9884, 7361, 9090, 7827, 7826, 12991, 8251, 10132, 9609, 7074, 9356, 8084, 7856, 12427, 7102, 9792, 7377, 8334, 10006, 7203, 9559, 7233, 8717, 7673, 8313, 12467, 9091, 10280, 6600, 8537, 12251, 8291, 9612, 7066, 7916, 10499, 6859, 10769, 7951, 7653, 6603, 6824, 10891, 7539, 8393, 6731, 7899, 10306, 6729, 10557, 8254, 7190, 6856, 7068, 10562, 6755, 10181, 8762, 7579, 9000, 7176, 10964, 6878, 10511, 7736, 8545, 7810, 6453, 7160, 6516, 13027, 8160, 7181, 7561, 7498, 8560, 7125, 9921, 13169, 10218, 12732, 8465, 8874, 9326, 7127, 8628, 7082, 8603, 7789, 6822, 10491, 6993, 7655, 6666, 7611, 7659, 6601, 9626, 7184, 8828, 7536, 7814, 12824, 7580, 10077, 7639, 8615, 7718, 7201, 11037, 7200, 9708, 7384, 8927, 8407, 6868, 10898, 7252, 8555, 6898, 8274, 12167, 8742, 9994, 6955, 8054, 9996, 7483, 11300, 7451, 8157, 6826, 7703, 6903, 8028, 11543, 7773, 9381, 7032, 8721, 12649, 8319, 9169, 7929, 8070, 7641, 7679, 11752, 7024, 9715, 7389, 8946], 'WindowCenter': [4089.0, 4114.0, 4061.0, 4090.0, 4047.0, 4069.0, 4108.0, 4036.0, 4074.0, 4033.0, 4066.0, 4034.0, 4056.0, 4095.0, 4065.0, 4075.0, 4021.0, 4044.0, 4085.0, 4044.0, 4064.0, 4022.0, 4044.0, 4073.0, 4035.0, 4074.0, 4033.0, 4035.0, 4073.0, 4034.0, 4053.0, 4032.0, 4044.0, 4084.0, 4034.0, 4064.0, 4022.0, 4054.0, 4094.0, 4043.0, 4063.0, 4042.0, 4054.0, 4031.0, 4055.0, 4084.0, 4043.0, 4064.0, 4022.0, 4044.0, 4074.0, 4035.0, 4086.0, 4054.0, 4096.0, 4084.0, 4034.0, 4084.0, 4073.0, 4064.0, 4020.0, 4031.0, 4061.0, 4042.0, 4052.0, 4080.0, 4031.0, 4062.0, 4018.0, 4031.0, 4071.0, 4031.0, 4053.0, 4021.0, 4044.0, 4072.0, 4023.0, 4074.0, 4044.0, 4034.0, 4084.0, 4032.0, 4074.0, 4052.0, 4043.0, 4081.0, 4042.0, 4053.0, 4061.0, 4033.0, 4083.0, 4031.0, 4055.0, 4082.0, 4021.0, 4073.0, 4031.0, 4022.0, 4071.0, 4020.0, 4041.0, 4021.0, 4032.0, 4072.0, 4022.0, 4053.0, 4031.0, 4042.0, 4083.0, 4044.0, 4064.0, 4072.0, 4032.0, 4062.0, 4043.0, 4043.0, 4083.0, 4032.0, 4063.0, 4030.0, 4042.0, 4082.0, 4053.0, 4063.0, 4020.0, 4021.0, 4061.0, 4031.0, 4064.0, 4071.0, 4041.0, 4061.0, 4019.0, 4042.0, 4071.0, 4032.0, 4041.0, 4010.0, 4043.0, 4082.0, 4032.0, 4053.0, 4021.0, 4042.0, 4084.0, 4055.0, 4064.0, 4021.0, 4032.0, 4072.0, 4011.0, 4074.0, 4062.0, 4031.0, 4061.0, 4020.0, 4051.0, 4080.0, 4051.0, 4061.0, 3998.0, 4030.0, 4070.0, 4020.0, 4050.0, 4008.0, 4010.0, 4040.0, 4019.0, 4043.0, 4031.0, 4032.0, 4062.0, 4032.0, 4054.0, 4062.0, 4033.0, 4073.0, 4031.0, 4043.0, 4071.0, 4023.0, 4083.0, 4052.0, 4021.0, 4071.0, 4020.0, 4051.0, 4030.0, 4021.0, 4071.0, 4030.0, 4042.0, 4041.0, 4032.0, 4084.0, 4032.0, 4053.0, 4020.0, 4054.0, 4084.0, 4033.0, 4063.0, 4034.0, 4055.0, 4033.0, 4034.0, 4094.0, 4033.0, 4076.0, 4042.0, 4043.0, 4082.0, 4032.0, 4053.0, 4019.0, 4021.0, 4062.0, 4021.0, 4074.0, 4043.0, 4043.0, 4031.0, 4044.0, 4083.0, 4043.0, 4064.0, 4011.0, 4044.0, 4071.0, 4022.0, 4064.0, 4072.0, 4032.0, 4062.0, 4011.0, 4042.0, 4080.0, 4022.0, 4051.0, 4009.0, 4032.0, 4062.0, 4023.0, 4064.0, 4042.0, 4034.0, 4073.0, 4032.0, 4065.0, 4043.0, 4024.0, 4084.0, 4033.0, 4076.0, 4062.0, 4043.0, 4085.0, 4032.0, 4043.0, 4083.0, 4042.0, 4074.0, 4020.0, 4053.0, 4072.0, 4022.0, 4063.0, 4041.0, 4022.0, 4072.0, 4031.0, 4063.0, 4029.0, 4022.0, 4071.0, 4021.0, 4063.0, 4031.0, 4033.0, 4071.0, 4022.0, 4062.0, 4031.0, 4043.0, 4085.0, 4022.0, 4063.0, 4030.0, 4043.0, 4081.0, 4032.0, 4062.0, 4032.0, 4043.0, 4082.0, 4032.0, 4061.0, 4032.0, 4043.0, 4030.0, 4043.0, 4083.0, 4023.0, 4064.0, 4010.0, 4043.0, 4083.0, 4032.0, 4062.0, 4021.0, 4042.0, 4072.0, 4022.0, 4072.0, 4032.0, 4032.0, 4062.0, 4023.0, 4052.0, 4032.0, 4045.0, 4053.0, 4025.0, 4085.0, 4033.0, 4087.0, 4084.0, 4064.0, 4073.0, 4032.0, 4033.0, 4020.0, 4033.0, 4084.0, 4034.0, 4065.0, 4023.0, 4057.0, 4096.0, 4045.0, 4075.0, 4035.0, 4077.0, 4095.0, 4075.0, 4085.0, 4041.0, 4065.0, 4052.0, 4032.0, 4083.0, 4042.0, 4053.0, 4020.0, 4032.0, 4060.0, 4021.0, 4053.0, 4042.0, 4022.0, 4072.0, 4022.0, 4053.0, 4021.0, 4043.0, 4083.0, 4033.0, 4062.0, 4031.0, 4045.0, 4042.0, 4044.0, 4084.0, 4033.0, 4065.0, 4023.0, 4055.0, 4094.0, 4064.0, 4065.0, 4022.0, 4054.0, 4072.0, 4022.0, 4073.0, 4052.0, 4022.0, 4062.0, 4032.0, 4062.0, 4032.0, 4033.0, 4020.0, 4034.0, 4063.0, 4032.0, 4055.0, 4042.0, 4023.0, 4074.0, 4022.0, 4064.0, 4043.0, 4034.0, 4022.0, 4034.0, 4063.0, 4033.0, 4076.0, 4033.0, 4044.0, 4073.0, 4023.0, 4075.0, 4042.0, 4034.0, 4071.0, 4022.0, 4052.0, 4023.0, 4065.0, 4062.0, 4033.0, 4073.0, 4032.0, 4063.0, 4032.0, 4044.0, 4021.0, 4053.0, 4082.0, 4023.0, 4074.0, 4041.0, 4032.0, 4062.0, 4022.0, 4062.0, 4042.0, 4034.0, 4021.0, 4043.0, 4072.0, 4034.0, 4076.0, 4033.0, 4053.0, 4022.0, 4054.0, 4083.0, 4043.0, 4062.0, 4022.0, 4044.0, 4073.0, 4023.0, 4074.0, 4044.0, 4044.0, 4033.0, 4023.0, 4073.0, 4023.0, 4074.0, 4034.0, 4053.0, 4033.0, 4066.0, 4095.0, 4045.0, 4073.0, 4033.0, 4053.0, 4032.0, 4075.0, 4094.0, 4044.0, 4073.0, 4031.0, 4063.0, 4022.0, 4045.0, 4083.0, 4033.0, 4063.0, 4033.0, 4074.0, 4043.0, 4054.0, 4022.0, 4044.0, 4073.0, 4023.0, 4073.0, 4052.0, 4034.0, 4032.0, 4022.0, 4063.0, 4022.0, 4074.0, 4055.0, 4034.0, 4032.0, 4023.0, 4063.0, 4033.0, 4064.0, 4043.0, 4044.0, 4022.0, 4044.0, 4073.0, 4035.0, 4075.0, 4034.0, 4055.0, 4024.0, 4057.0, 4095.0, 4056.0, 4085.0, 4034.0, 4074.0, 4042.0, 4043.0, 4082.0, 4043.0, 4072.0, 4032.0, 4052.0, 4042.0, 4044.0, 4073.0, 4034.0, 4064.0, 4044.0, 4076.0, 4095.0, 4043.0, 4074.0, 4032.0, 4063.0, 4083.0, 4032.0, 4063.0, 4031.0, 4042.0, 4009.0, 4033.0, 4072.0, 4033.0, 4053.0, 4012.0, 4044.0, 4074.0, 4034.0, 4085.0, 4043.0, 4054.0, 4024.0, 4056.0, 4095.0, 4035.0, 4064.0, 4034.0, 4064.0, 4033.0, 4046.0, 4095.0, 4035.0, 4086.0, 4033.0, 4053.0, 4094.0, 4034.0, 4072.0, 4032.0, 4054.0, 4031.0, 4043.0, 4084.0, 4035.0, 4064.0, 4022.0, 4023.0, 4074.0, 4024.0, 4065.0, 4021.0, 4035.0, 4072.0, 4033.0, 4064.0, 4041.0, 4033.0, 4072.0, 4032.0, 4042.0, 4042.0, 4023.0, 4074.0, 4033.0, 4044.0, 4010.0, 4023.0, 4073.0, 4033.0, 4055.0, 4012.0, 4043.0, 4074.0, 4024.0, 4075.0, 4044.0, 4035.0, 4063.0, 4023.0, 4064.0, 4043.0, 4044.0, 4084.0, 4034.0, 4063.0, 4033.0, 4055.0, 4073.0, 4034.0, 4062.0, 4032.0, 4044.0, 4022.0, 4045.0, 4084.0, 4036.0, 4066.0, 4023.0, 4043.0, 4073.0, 4022.0, 4065.0, 4044.0, 4035.0, 4023.0, 4035.0, 4075.0, 4034.0, 4077.0, 4086.0, 4044.0, 4074.0, 4033.0, 4053.0, 4062.0, 4023.0, 4074.0, 4044.0, 4053.0, 4072.0, 4023.0, 4062.0, 4032.0, 4032.0, 4061.0, 4020.0, 4062.0, 4043.0, 4043.0, 4010.0, 4023.0, 4063.0, 4033.0, 4064.0, 4043.0, 4034.0, 4074.0, 4024.0, 4064.0, 4042.0, 4065.0, 4084.0, 4033.0, 4063.0, 4032.0, 4043.0, 4073.0, 4023.0, 4074.0, 4022.0, 4044.0, 4021.0, 4043.0, 4073.0, 4023.0, 4053.0, 4034.0, 4055.0, 4033.0, 4055.0, 4084.0, 4044.0, 4065.0, 4025.0, 4055.0, 4073.0, 4024.0, 4065.0, 4042.0, 4023.0, 4072.0, 4022.0, 4043.0, 4022.0, 4044.0, 4084.0, 4036.0, 4064.0, 4044.0, 4056.0, 4084.0, 4034.0, 4075.0, 4033.0, 4045.0, 4074.0, 4023.0, 4065.0, 4043.0, 4033.0, 4074.0, 4032.0, 4042.0, 4021.0, 4022.0, 4074.0, 4023.0, 4055.0, 4022.0, 4035.0, 4074.0, 4033.0, 4054.0, 4022.0, 4025.0, 4053.0, 4034.0, 4056.0, 4056.0, 4034.0, 4074.0, 4044.0, 4055.0, 4034.0, 4045.0, 4095.0, 4055.0, 4065.0, 4022.0, 4055.0, 4085.0, 4024.0, 4064.0, 4034.0, 4066.0, 4034.0, 4045.0, 4096.0, 4044.0, 4075.0, 4053.0, 4023.0, 4053.0, 4045.0, 4044.0, 4082.0, 4023.0, 4063.0, 4032.0, 4055.0, 4063.0, 4033.0, 4064.0, 4034.0, 4055.0, 4033.0, 4055.0, 4083.0, 4055.0, 4076.0, 4023.0, 4056.0, 4086.0, 4044.0, 4064.0, 4023.0, 4044.0, 4073.0, 4023.0, 4075.0, 4044.0, 4044.0, 4023.0, 4023.0, 4074.0, 4034.0, 4045.0, 4023.0, 4044.0, 4064.0, 4024.0, 4075.0, 4044.0, 4036.0, 4023.0, 4035.0, 4074.0, 4023.0, 4075.0, 4054.0, 4045.0, 4053.0, 4023.0, 4073.0, 4024.0, 4074.0, 4034.0, 4054.0, 4045.0, 4027.0, 4035.0, 4027.0, 4096.0, 4056.0, 4037.0, 4058.0, 4047.0, 4071.0, 4038.0, 4079.0, 4098.0, 4077.0, 4088.0, 4044.0, 4054.0, 4054.0, 4023.0, 4043.0, 4024.0, 4055.0, 4033.0, 4025.0, 4064.0, 4023.0, 4034.0, 4024.0, 4045.0, 4034.0, 4027.0, 4065.0, 4036.0, 4056.0, 4046.0, 4048.0, 4096.0, 4047.0, 4067.0, 4036.0, 4056.0, 4035.0, 4036.0, 4076.0, 4036.0, 4066.0, 4035.0, 4067.0, 4044.0, 4025.0, 4074.0, 4035.0, 4055.0, 4023.0, 4056.0, 4085.0, 4054.0, 4065.0, 4023.0, 4045.0, 4062.0, 4033.0, 4073.0, 4033.0, 4044.0, 4024.0, 4045.0, 4034.0, 4057.0, 4087.0, 4046.0, 4068.0, 4036.0, 4057.0, 4096.0, 4056.0, 4065.0, 4045.0, 4047.0, 4044.0, 4047.0, 4086.0, 4025.0, 4065.0, 4035.0, 4055.0], 'WindowWidth': [9108.0, 9127.0, 9052.0, 9088.0, 9025.0, 9057.0, 9107.0, 9005.0, 9054.0, 8999.0, 9044.0, 9000.0, 9033.0, 9082.0, 9043.0, 9055.0, 8978.0, 9014.0, 9068.0, 9013.0, 9040.0, 8981.0, 9013.0, 9049.0, 9002.0, 9053.0, 8996.0, 9004.0, 9049.0, 8998.0, 9022.0, 8995.0, 9014.0, 9064.0, 9000.0, 9039.0, 8980.0, 9027.0, 9078.0, 9011.0, 9035.0, 9008.0, 9026.0, 8993.0, 9029.0, 9067.0, 9013.0, 9040.0, 8981.0, 9014.0, 9051.0, 9003.0, 9072.0, 9027.0, 9086.0, 9064.0, 8998.0, 9068.0, 9049.0, 9039.0, 8972.0, 8991.0, 9031.0, 9003.0, 9020.0, 9055.0, 8991.0, 9032.0, 8967.0, 8990.0, 9042.0, 8993.0, 9024.0, 8978.0, 9012.0, 9046.0, 8985.0, 9053.0, 9013.0, 9002.0, 9065.0, 8995.0, 9054.0, 9019.0, 9010.0, 9057.0, 9006.0, 9023.0, 9031.0, 8998.0, 9065.0, 8992.0, 9027.0, 9060.0, 8978.0, 9049.0, 8988.0, 8980.0, 9041.0, 8975.0, 9003.0, 8976.0, 8995.0, 9046.0, 8980.0, 9024.0, 8990.0, 9007.0, 9063.0, 9011.0, 9040.0, 9045.0, 8993.0, 9034.0, 9007.0, 9011.0, 9062.0, 8995.0, 9037.0, 8989.0, 9007.0, 9060.0, 9021.0, 9036.0, 8972.0, 8975.0, 9028.0, 8988.0, 9038.0, 9041.0, 9004.0, 9029.0, 8971.0, 9004.0, 9040.0, 8992.0, 9005.0, 8961.0, 9009.0, 9058.0, 8994.0, 9022.0, 8977.0, 9009.0, 9064.0, 9030.0, 9040.0, 8977.0, 8994.0, 9044.0, 8963.0, 9052.0, 9031.0, 8989.0, 9031.0, 8974.0, 9016.0, 9053.0, 9015.0, 9028.0, 8941.0, 8986.0, 9038.0, 8972.0, 9015.0, 8955.0, 8960.0, 8998.0, 8973.0, 9009.0, 8990.0, 8994.0, 9032.0, 8994.0, 9027.0, 9032.0, 8997.0, 9050.0, 8990.0, 9008.0, 9042.0, 8981.0, 9062.0, 9016.0, 8978.0, 9043.0, 8974.0, 9017.0, 8986.0, 8978.0, 9042.0, 8989.0, 9006.0, 9003.0, 8994.0, 9065.0, 8994.0, 9023.0, 8975.0, 9026.0, 9065.0, 8998.0, 9037.0, 8999.0, 9029.0, 8997.0, 9000.0, 9080.0, 8996.0, 9058.0, 9005.0, 9008.0, 9060.0, 8991.0, 9022.0, 8970.0, 8977.0, 9030.0, 8979.0, 9053.0, 9009.0, 9010.0, 8992.0, 9013.0, 9062.0, 9010.0, 9038.0, 8965.0, 9011.0, 9043.0, 8979.0, 9037.0, 9044.0, 8991.0, 9033.0, 8961.0, 9004.0, 9052.0, 8978.0, 9017.0, 8959.0, 8995.0, 9032.0, 8983.0, 9040.0, 9006.0, 9000.0, 9050.0, 8996.0, 9042.0, 9008.0, 8986.0, 9065.0, 8998.0, 9059.0, 9035.0, 9012.0, 9069.0, 8994.0, 9011.0, 9062.0, 9007.0, 9051.0, 8975.0, 9024.0, 9044.0, 8980.0, 9037.0, 9004.0, 8980.0, 9045.0, 8991.0, 9035.0, 8985.0, 8979.0, 9043.0, 8977.0, 9034.0, 8991.0, 8996.0, 9044.0, 8981.0, 9034.0, 8992.0, 9011.0, 9067.0, 8981.0, 9036.0, 8989.0, 9011.0, 9058.0, 8993.0, 9031.0, 8991.0, 9008.0, 9059.0, 8993.0, 9028.0, 8992.0, 9008.0, 8989.0, 9010.0, 9062.0, 8983.0, 9037.0, 8961.0, 9009.0, 9061.0, 8994.0, 9032.0, 8977.0, 9008.0, 9045.0, 8982.0, 9048.0, 8992.0, 8994.0, 9031.0, 8983.0, 9019.0, 8995.0, 9017.0, 9024.0, 8989.0, 9067.0, 8997.0, 9073.0, 9064.0, 9039.0, 9046.0, 8991.0, 8995.0, 8975.0, 8997.0, 9064.0, 9001.0, 9043.0, 8986.0, 9036.0, 9084.0, 9019.0, 9057.0, 9004.0, 9061.0, 9082.0, 9055.0, 9070.0, 9004.0, 9040.0, 9018.0, 8994.0, 9061.0, 9006.0, 9022.0, 8973.0, 8992.0, 9027.0, 8977.0, 9022.0, 9005.0, 8981.0, 9045.0, 8981.0, 9021.0, 8979.0, 9011.0, 9062.0, 8997.0, 9034.0, 8993.0, 9015.0, 9007.0, 9013.0, 9065.0, 8997.0, 9043.0, 8983.0, 9029.0, 9079.0, 9040.0, 9039.0, 8980.0, 9024.0, 9046.0, 8982.0, 9049.0, 9017.0, 8980.0, 9031.0, 8993.0, 9033.0, 8993.0, 8997.0, 8975.0, 8998.0, 9035.0, 8994.0, 9027.0, 9006.0, 8985.0, 9050.0, 8982.0, 9040.0, 9010.0, 8999.0, 8979.0, 8998.0, 9036.0, 8997.0, 9057.0, 8995.0, 9012.0, 9049.0, 8984.0, 9053.0, 9005.0, 8999.0, 9044.0, 8980.0, 9019.0, 8981.0, 9041.0, 9033.0, 8994.0, 9047.0, 8992.0, 9036.0, 8993.0, 9012.0, 8978.0, 9022.0, 9059.0, 8982.0, 9052.0, 9002.0, 8993.0, 9030.0, 8979.0, 9032.0, 9006.0, 8997.0, 8978.0, 9010.0, 9046.0, 8998.0, 9055.0, 8995.0, 9023.0, 8980.0, 9025.0, 9062.0, 9009.0, 9033.0, 8979.0, 9011.0, 9047.0, 8983.0, 9051.0, 9010.0, 9011.0, 8995.0, 8983.0, 9048.0, 8985.0, 9050.0, 8999.0, 9024.0, 8997.0, 9044.0, 9080.0, 9015.0, 9048.0, 8995.0, 9022.0, 8993.0, 9052.0, 9076.0, 9012.0, 9047.0, 8992.0, 9034.0, 8979.0, 9013.0, 9061.0, 8996.0, 9034.0, 8997.0, 9053.0, 9010.0, 9026.0, 8978.0, 9011.0, 9048.0, 8984.0, 9051.0, 9019.0, 8998.0, 8991.0, 8981.0, 9034.0, 8983.0, 9053.0, 9025.0, 8999.0, 8992.0, 8982.0, 9034.0, 8998.0, 9039.0, 9010.0, 9011.0, 8981.0, 9014.0, 9050.0, 9002.0, 9054.0, 9000.0, 9029.0, 8985.0, 9034.0, 9081.0, 9031.0, 9066.0, 8998.0, 9052.0, 9005.0, 9008.0, 9059.0, 9008.0, 9045.0, 8992.0, 9021.0, 9006.0, 9011.0, 9050.0, 8998.0, 9039.0, 9012.0, 9057.0, 9079.0, 9010.0, 9051.0, 8993.0, 9036.0, 9059.0, 8993.0, 9032.0, 8989.0, 9005.0, 8959.0, 8994.0, 9044.0, 8995.0, 9022.0, 8966.0, 9012.0, 9050.0, 9000.0, 9066.0, 9012.0, 9025.0, 8987.0, 9030.0, 9079.0, 9002.0, 9038.0, 8998.0, 9039.0, 8997.0, 9017.0, 9080.0, 9001.0, 9070.0, 8993.0, 9023.0, 9076.0, 8996.0, 9044.0, 8994.0, 9024.0, 8991.0, 9011.0, 9064.0, 9002.0, 9038.0, 8979.0, 8983.0, 9051.0, 8985.0, 9040.0, 8977.0, 9000.0, 9047.0, 8997.0, 9038.0, 9002.0, 8996.0, 9045.0, 8992.0, 9007.0, 9006.0, 8983.0, 9050.0, 8995.0, 9013.0, 8963.0, 8984.0, 9049.0, 8997.0, 9028.0, 8967.0, 9011.0, 9050.0, 8986.0, 9055.0, 9011.0, 9001.0, 9035.0, 8983.0, 9038.0, 9008.0, 9013.0, 9063.0, 8998.0, 9034.0, 8994.0, 9027.0, 9047.0, 8998.0, 9033.0, 8993.0, 9012.0, 8979.0, 9014.0, 9065.0, 9003.0, 9043.0, 8982.0, 9010.0, 9048.0, 8981.0, 9041.0, 9011.0, 9003.0, 8983.0, 9002.0, 9054.0, 9001.0, 9061.0, 9068.0, 9011.0, 9052.0, 8994.0, 9023.0, 9031.0, 8982.0, 9052.0, 9009.0, 9023.0, 9045.0, 8980.0, 9032.0, 8991.0, 8993.0, 9028.0, 8975.0, 9033.0, 9006.0, 9008.0, 8961.0, 8983.0, 9033.0, 8996.0, 9039.0, 9008.0, 8999.0, 9050.0, 8986.0, 9038.0, 9006.0, 9041.0, 9065.0, 8997.0, 9036.0, 8993.0, 9010.0, 9046.0, 8981.0, 9051.0, 8979.0, 9011.0, 8975.0, 9009.0, 9047.0, 8982.0, 9021.0, 8996.0, 9027.0, 8996.0, 9027.0, 9065.0, 9013.0, 9041.0, 8989.0, 9029.0, 9047.0, 8984.0, 9040.0, 9005.0, 8982.0, 9046.0, 8981.0, 9008.0, 8980.0, 9014.0, 9065.0, 9004.0, 9038.0, 9013.0, 9030.0, 9065.0, 9000.0, 9055.0, 8995.0, 9013.0, 9049.0, 8983.0, 9040.0, 9008.0, 8996.0, 9049.0, 8992.0, 9005.0, 8977.0, 8981.0, 9050.0, 8982.0, 9026.0, 8978.0, 9000.0, 9049.0, 8996.0, 9025.0, 8978.0, 8986.0, 9023.0, 8999.0, 9032.0, 9028.0, 9000.0, 9052.0, 9013.0, 9029.0, 8998.0, 9016.0, 9080.0, 9028.0, 9040.0, 8980.0, 9027.0, 9066.0, 8986.0, 9039.0, 9000.0, 9044.0, 8999.0, 9015.0, 9084.0, 9011.0, 9054.0, 9019.0, 8982.0, 9021.0, 9011.0, 9012.0, 9059.0, 8983.0, 9034.0, 8992.0, 9026.0, 9034.0, 8997.0, 9036.0, 8998.0, 9027.0, 8996.0, 9029.0, 9062.0, 9029.0, 9056.0, 8981.0, 9030.0, 9070.0, 9012.0, 9037.0, 8981.0, 9012.0, 9047.0, 8983.0, 9054.0, 9011.0, 9012.0, 8982.0, 8984.0, 9051.0, 8999.0, 9015.0, 8981.0, 9011.0, 9037.0, 8987.0, 9055.0, 9013.0, 9003.0, 8982.0, 9000.0, 9051.0, 8984.0, 9055.0, 9024.0, 9015.0, 9021.0, 8984.0, 9050.0, 8985.0, 9050.0, 8997.0, 9024.0, 9015.0, 8998.0, 9003.0, 8995.0, 9086.0, 9034.0, 9011.0, 9040.0, 9025.0, 9061.0, 9011.0, 9065.0, 9091.0, 9059.0, 9077.0, 9009.0, 9024.0, 9022.0, 8981.0, 9007.0, 8983.0, 9026.0, 8993.0, 8986.0, 9035.0, 8981.0, 8997.0, 8984.0, 9014.0, 8997.0, 8992.0, 9041.0, 9003.0, 9029.0, 9016.0, 9022.0, 9083.0, 9019.0, 9045.0, 9004.0, 9030.0, 9001.0, 9004.0, 9056.0, 9003.0, 9043.0, 8999.0, 9046.0, 9011.0, 8989.0, 9051.0, 8999.0, 9026.0, 8982.0, 9029.0, 9067.0, 9025.0, 9040.0, 8982.0, 9014.0, 9033.0, 8995.0, 9047.0, 8995.0, 9011.0, 8984.0, 9013.0, 9000.0, 9034.0, 9073.0, 9020.0, 9051.0, 9003.0, 9034.0, 9084.0, 9030.0, 9041.0, 9014.0, 9019.0, 9012.0, 9019.0, 9071.0, 8988.0, 9041.0, 9001.0, 9027.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.0009801762114537446</td></tr>
<tr><td colspan=3>aqi</td><td>0.018424778634361236</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.9238719583462</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2249250091069463</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0163265119625151</td></tr>
<tr><td colspan=3>efc</td><td>0.4492</td></tr>
<tr><td colspan=3>fber</td><td>6011.4385</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07842529401142813</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.44052863436123346</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4508152055816157</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4012245791139812</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6437433006046116</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3074777370262547</td></tr>
<tr><td colspan=3>gcor</td><td>0.00425874</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016298560425639153</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024762572720646858</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>908</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.5852880898071686</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>28.3878</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2269</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.3168</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>724.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.5472</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7789</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.3034</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3272.497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67540.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.1502</td></tr>
<tr><td colspan=3>tsnr</td><td>46.69779536081478</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>