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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0087/ses-02/func/sub-0087_ses-02_task-faces_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cf1c335504aea1c6e14ee990af227f0f</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>19:25:13.115000</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.998752, -0.0281777, 0.0412456, 0.0228393, 0.991942, 0.124615]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114658</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-faces_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7776, -7222, 578, -42, -85, 45, 87]</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>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5036c640-e200-402a-b09b-11c803a75fd0||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.679577589035034, 0.06127617508172989, 0.11994653195142746, 105.81131744384766], [0.07559862732887268, 2.661308526992798, 0.33349767327308655, -107.08131408691406], [0.11065898090600967, -0.334333598613739, 2.676638126373291, -57.053367614746094], [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': ['192513.115000', '192513.575000', '192514.035000', '192514.495000', '192514.955000', '192515.415000', '192515.875000', '192516.335000', '192516.795000', '192517.255000', '192517.715000', '192518.175000', '192518.635000', '192519.095000', '192519.555000', '192520.015000', '192520.475000', '192520.935000', '192521.395000', '192521.855000', '192522.315000', '192522.775000', '192523.235000', '192523.695000', '192524.155000', '192524.615000', '192525.075000', '192525.535000', '192525.995000', '192526.455000', '192526.915000', '192527.375000', '192527.835000', '192528.295000', '192528.755000', '192529.215000', '192529.675000', '192530.135000', '192530.595000', '192531.055000', '192531.515000', '192531.975000', '192532.435000', '192532.895000', '192533.355000', '192533.815000', '192534.275000', '192534.735000', '192535.195000', '192535.655000', '192536.115000', '192536.575000', '192537.035000', '192537.495000', '192537.955000', '192538.415000', '192538.875000', '192539.335000', '192539.795000', '192540.255000', '192540.715000', '192541.175000', '192541.635000', '192542.095000', '192542.555000', '192543.015000', '192543.475000', '192543.935000', '192544.395000', '192544.855000', '192545.315000', '192545.775000', '192546.235000', '192546.695000', '192547.155000', '192547.615000', '192548.075000', '192548.535000', '192548.995000', '192549.455000', '192549.915000', '192550.375000', '192550.835000', '192551.295000', '192551.755000', '192552.215000', '192552.675000', '192553.135000', '192553.595000', '192554.055000', '192554.515000', '192554.975000', '192555.435000', '192555.895000', '192556.355000', '192556.815000', '192557.275000', '192557.735000', '192558.195000', '192558.655000', '192559.115000', '192559.575000', '192600.035000', '192600.495000', '192600.955000', '192601.415000', '192601.875000', '192602.335000', '192602.795000', '192603.255000', '192603.715000', '192604.175000', '192604.635000', '192605.095000', '192605.555000', '192606.015000', '192606.475000', '192606.935000', '192607.395000', '192607.855000', '192608.315000', '192608.775000', '192609.235000', '192609.695000', '192610.155000', '192610.615000', '192611.075000', '192611.535000', '192611.995000', '192612.455000', '192612.915000', '192613.375000', '192613.835000', '192614.295000', '192614.755000', '192615.215000', '192615.675000', '192616.135000', '192616.595000', '192617.055000', '192617.515000', '192617.975000', '192618.435000', '192618.895000', '192619.355000', '192619.815000', '192620.275000', '192620.735000', '192621.195000', '192621.655000', '192622.115000', '192622.575000', '192623.035000', '192623.495000', '192623.955000', '192624.415000', '192624.875000', '192625.335000', '192625.795000', '192626.255000', '192626.715000', '192627.175000', '192627.635000', '192628.095000', '192628.555000', '192629.015000', '192629.475000', '192629.935000', '192630.395000', '192630.855000', '192631.315000', '192631.775000', '192632.235000', '192632.695000', '192633.155000', '192633.615000', '192634.075000', '192634.535000', '192634.995000', '192635.455000', '192635.915000', '192636.375000', '192636.835000', '192637.295000', '192637.755000', '192638.215000', '192638.675000', '192639.135000', '192639.595000', '192640.055000', '192640.515000', '192640.975000', '192641.435000', '192641.895000', '192642.355000', '192642.815000', '192643.275000', '192643.735000', '192644.195000', '192644.655000', '192645.115000', '192645.575000', '192646.035000', '192646.495000', '192646.955000', '192647.415000', '192647.875000', '192648.335000', '192648.795000', '192649.255000', '192649.715000', '192650.175000', '192650.635000', '192651.095000', '192651.555000', '192652.015000', '192652.475000', '192652.935000', '192653.395000', '192653.855000', '192654.315000', '192654.775000', '192655.235000', '192655.695000', '192656.155000', '192656.615000', '192657.075000', '192657.535000', '192657.995000', '192658.455000', '192658.915000', '192659.375000', '192659.835000', '192700.295000', '192700.755000', '192701.215000', '192701.675000', '192702.135000', '192702.595000', '192703.055000', '192703.515000', '192703.975000', '192704.435000', '192704.895000', '192705.355000', '192705.815000', '192706.275000', '192706.735000', '192707.195000', '192707.655000', '192708.115000', '192708.575000', '192709.035000', '192709.495000', '192709.955000', '192710.415000', '192710.875000', '192711.335000', '192711.795000', '192712.255000', '192712.715000', '192713.175000', '192713.635000', '192714.095000', '192714.555000', '192715.015000', '192715.475000', '192715.935000', '192716.395000', '192716.855000', '192717.315000', '192717.775000', '192718.235000', '192718.695000', '192719.155000', '192719.615000', '192720.075000', '192720.535000', '192720.995000', '192721.455000', '192721.915000', '192722.375000', '192722.835000', '192723.295000', '192723.755000', '192724.215000', '192724.675000', '192725.135000', '192725.595000', '192726.055000', '192726.515000', '192726.975000', '192727.435000', '192727.895000', '192728.355000', '192728.815000', '192729.275000', '192729.735000', '192730.195000', '192730.655000', '192731.115000', '192731.575000', '192732.035000', '192732.495000', '192732.955000', '192733.415000', '192733.875000', '192734.335000', '192734.795000', '192735.255000', '192735.715000', '192736.175000', '192736.635000', '192737.095000', '192737.555000', '192738.015000', '192738.475000', '192738.935000', '192739.395000', '192739.855000', '192740.315000', '192740.775000', '192741.235000', '192741.695000', '192742.155000', '192742.615000', '192743.075000', '192743.535000', '192743.995000', '192744.455000', '192744.915000', '192745.375000', '192745.835000', '192746.295000', '192746.755000', '192747.215000', '192747.675000', '192748.135000', '192748.595000', '192749.055000', '192749.515000', '192749.975000', '192750.435000', '192750.895000', '192751.355000', '192751.815000', '192752.275000', '192752.735000', '192753.195000', '192753.655000', '192754.115000', '192754.575000', '192755.035000', '192755.495000', '192755.955000', '192756.415000', '192756.875000', '192757.335000', '192757.795000', '192758.255000', '192758.715000', '192759.175000', '192759.635000', '192800.095000', '192800.555000', '192801.015000', '192801.475000', '192801.935000', '192802.395000', '192802.855000', '192803.315000', '192803.775000', '192804.235000', '192804.695000', '192805.155000', '192805.615000', '192806.075000', '192806.535000', '192806.995000', '192807.455000', '192807.915000', '192808.375000', '192808.835000', '192809.295000', '192809.755000', '192810.215000', '192810.675000', '192811.135000', '192811.595000', '192812.055000', '192812.515000', '192812.975000', '192813.435000', '192813.895000', '192814.355000', '192814.815000', '192815.275000', '192815.735000', '192816.195000', '192816.655000', '192817.115000', '192817.575000', '192818.035000', '192818.495000', '192818.955000', '192819.415000', '192819.875000', '192820.335000', '192820.795000', '192821.255000', '192821.715000', '192822.175000', '192822.635000', '192823.095000', '192823.555000', '192824.015000', '192824.475000', '192824.935000', '192825.395000', '192825.855000', '192826.315000', '192826.775000', '192827.235000', '192827.695000', '192828.155000', '192828.615000', '192829.075000', '192829.535000', '192829.995000', '192830.455000', '192830.915000', '192831.375000', '192831.835000', '192832.295000', '192832.755000', '192833.215000', '192833.675000', '192834.135000', '192834.595000', '192835.055000', '192835.515000', '192835.975000', '192836.435000', '192836.895000', '192837.355000', '192837.815000', '192838.275000', '192838.735000', '192839.195000', '192839.655000', '192840.115000', '192840.575000', '192841.035000', '192841.495000', '192841.955000', '192842.415000', '192842.875000', '192843.335000', '192843.795000', '192844.255000', '192844.715000', '192845.175000', '192845.635000', '192846.095000', '192846.555000', '192847.015000', '192847.475000', '192847.935000', '192848.395000', '192848.855000', '192849.315000', '192849.775000', '192850.235000', '192850.695000', '192851.155000', '192851.615000', '192852.075000', '192852.535000', '192852.995000', '192853.455000', '192853.915000', '192854.375000', '192854.835000', '192855.295000', '192855.755000', '192856.215000', '192856.675000', '192857.135000', '192857.595000', '192858.055000', '192858.515000', '192858.975000', '192859.435000', '192859.895000', '192900.355000', '192900.815000', '192901.275000', '192901.735000', '192902.195000', '192902.655000', '192903.115000', '192903.575000', '192904.035000', '192904.495000', '192904.955000', '192905.415000', '192905.875000', '192906.335000', '192906.795000', '192907.255000', '192907.715000', '192908.175000', '192908.635000', '192909.095000', '192909.555000', '192910.015000', '192910.475000', '192910.935000', '192911.395000', '192911.855000', '192912.315000', '192912.775000', '192913.235000', '192913.695000', '192914.155000', '192914.615000', '192915.075000', '192915.535000', '192915.995000', '192916.455000', '192916.915000', '192917.375000', '192917.835000', '192918.295000', '192918.755000', '192919.215000', '192919.675000', '192920.135000', '192920.595000', '192921.055000', '192921.515000', '192921.975000', '192922.435000', '192922.895000', '192923.355000', '192923.815000', '192924.275000', '192924.735000', '192925.195000', '192925.655000', '192926.115000', '192926.575000', '192927.035000', '192927.495000', '192927.955000', '192928.415000', '192928.875000', '192929.335000', '192929.795000', '192930.255000', '192930.715000', '192931.175000', '192931.635000', '192932.095000', '192932.555000', '192933.015000', '192933.475000', '192933.935000', '192934.395000', '192934.855000', '192935.315000', '192935.775000', '192936.235000', '192936.695000', '192937.155000', '192937.615000', '192938.075000', '192938.535000', '192938.995000', '192939.455000', '192939.915000', '192940.375000', '192940.835000', '192941.295000', '192941.755000', '192942.215000', '192942.675000', '192943.135000', '192943.595000', '192944.055000', '192944.515000', '192944.975000', '192945.435000', '192945.895000', '192946.355000', '192946.815000', '192947.275000', '192947.735000', '192948.195000', '192948.655000', '192949.115000', '192949.575000', '192950.035000', '192950.495000', '192950.955000', '192951.415000', '192951.875000', '192952.335000', '192952.795000', '192953.255000', '192953.715000', '192954.175000', '192954.635000', '192955.095000', '192955.555000', '192956.015000', '192956.475000', '192956.935000', '192957.395000', '192957.855000', '192958.315000', '192958.775000', '192959.235000', '192959.695000', '193000.155000', '193000.615000', '193001.075000', '193001.535000', '193001.995000', '193002.455000', '193002.915000', '193003.375000', '193003.835000', '193004.295000', '193004.755000', '193005.215000', '193005.675000', '193006.135000', '193006.595000', '193007.055000', '193007.515000', '193007.975000', '193008.435000', '193008.895000', '193009.355000', '193009.815000', '193010.275000', '193010.735000', '193011.195000', '193011.655000', '193012.115000', '193012.575000', '193013.035000', '193013.495000', '193013.955000', '193014.415000', '193014.875000', '193015.335000', '193015.795000', '193016.255000', '193016.715000', '193017.175000', '193017.635000', '193018.095000', '193018.555000', '193019.015000', '193019.475000', '193019.935000', '193020.395000', '193020.855000', '193021.315000', '193021.775000', '193022.235000', '193022.695000', '193023.155000', '193023.615000', '193024.075000', '193024.535000', '193024.995000', '193025.455000', '193025.915000', '193026.375000', '193026.835000', '193027.295000', '193027.755000', '193028.215000', '193028.675000', '193029.135000', '193029.595000', '193030.055000', '193030.515000', '193030.975000', '193031.435000', '193031.895000', '193032.355000', '193032.815000', '193033.275000', '193033.735000', '193034.195000', '193034.655000', '193035.115000', '193035.575000', '193036.035000', '193036.495000', '193036.955000', '193037.415000', '193037.875000', '193038.335000', '193038.795000', '193039.255000', '193039.715000', '193040.175000', '193040.635000', '193041.095000', '193041.555000', '193042.015000', '193042.475000', '193042.935000', '193043.395000', '193043.855000', '193044.315000', '193044.775000', '193045.235000', '193045.695000', '193046.155000', '193046.615000', '193047.075000', '193047.535000', '193047.995000', '193048.455000', '193048.915000', '193049.375000', '193049.835000', '193050.295000', '193050.755000', '193051.215000', '193051.675000', '193052.135000', '193052.595000', '193053.055000', '193053.515000', '193053.975000', '193054.435000', '193054.895000', '193055.355000', '193055.815000', '193056.275000', '193056.735000', '193057.195000', '193057.655000', '193058.115000', '193058.575000', '193059.035000', '193059.495000', '193059.955000', '193100.415000', '193100.875000', '193101.335000', '193101.795000', '193102.255000', '193102.715000', '193103.175000', '193103.635000', '193104.095000', '193104.555000', '193105.015000', '193105.475000', '193105.935000', '193106.395000', '193106.855000', '193107.315000', '193107.775000', '193108.235000', '193108.695000', '193109.155000', '193109.615000', '193110.075000', '193110.535000', '193110.995000', '193111.455000', '193111.915000', '193112.375000', '193112.835000', '193113.295000', '193113.755000', '193114.215000', '193114.675000', '193115.135000', '193115.595000', '193116.055000', '193116.515000', '193116.975000', '193117.435000', '193117.895000', '193118.355000', '193118.815000', '193119.275000', '193119.735000', '193120.195000', '193120.655000', '193121.115000', '193121.575000', '193122.035000', '193122.495000', '193122.955000', '193123.415000', '193123.875000', '193124.335000', '193124.795000', '193125.255000', '193125.715000', '193126.175000', '193126.635000', '193127.095000', '193127.555000', '193128.015000', '193128.475000', '193128.935000', '193129.395000', '193129.855000', '193130.315000', '193130.775000', '193131.235000', '193131.695000', '193132.155000', '193132.615000', '193133.075000', '193133.535000', '193133.995000', '193134.455000', '193134.915000', '193135.375000', '193135.835000', '193136.295000', '193136.755000', '193137.215000', '193137.675000', '193138.135000', '193138.595000', '193139.055000', '193139.515000', '193139.975000', '193140.435000', '193140.895000', '193141.355000', '193141.815000', '193142.275000', '193142.735000', '193143.195000', '193143.655000', '193144.115000', '193144.575000', '193145.035000', '193145.495000', '193145.955000', '193146.415000', '193146.875000', '193147.335000', '193147.795000', '193148.255000', '193148.715000', '193149.175000', '193149.635000', '193150.095000', '193150.555000', '193151.015000', '193151.475000', '193151.935000', '193152.395000', '193152.855000', '193153.315000', '193153.775000', '193154.235000', '193154.695000', '193155.155000', '193155.615000', '193156.075000', '193156.535000', '193156.995000', '193157.455000', '193157.915000', '193158.375000', '193158.835000', '193159.295000', '193159.755000', '193200.215000', '193200.675000', '193201.135000', '193201.595000', '193202.055000', '193202.515000', '193202.975000', '193203.435000', '193203.895000', '193204.355000', '193204.815000', '193205.275000', '193205.735000', '193206.195000', '193206.655000', '193207.115000', '193207.575000', '193208.035000', '193208.495000', '193208.955000', '193209.415000', '193209.875000', '193210.335000', '193210.795000', '193211.255000', '193211.715000', '193212.175000', '193212.635000', '193213.095000'], 'ContentTime': ['192524.777000', '192524.780000', '192524.783000', '192524.796000', '192524.799000', '192524.812000', '192524.814000', '192524.817000', '192524.819000', '192524.822000', '192524.825000', '192524.835000', '192524.837000', '192524.840000', '192524.843000', '192524.845000', '192524.848000', '192524.850000', '192524.853000', '192524.855000', '192524.858000', '192524.867000', '192544.742000', '192544.745000', '192544.748000', '192544.750000', '192544.753000', '192544.756000', '192544.758000', '192544.761000', '192544.763000', '192544.766000', '192544.776000', '192544.778000', '192544.781000', '192544.783000', '192544.786000', '192544.789000', '192544.791000', '192544.794000', '192544.796000', '192544.799000', '192544.802000', '192544.804000', '192544.807000', '192544.809000', '192544.812000', '192544.815000', '192544.817000', '192544.820000', '192544.822000', '192544.829000', '192544.832000', '192544.835000', '192544.837000', '192544.840000', '192544.843000', '192544.846000', '192544.849000', '192544.851000', '192544.854000', '192544.856000', '192544.859000', '192544.861000', '192544.864000', '192604.742000', '192604.745000', '192604.748000', '192604.750000', '192604.753000', '192604.756000', '192604.758000', '192604.761000', '192604.763000', '192604.766000', '192604.768000', '192604.771000', '192604.774000', '192604.776000', '192604.779000', '192604.781000', '192604.784000', '192604.787000', '192604.789000', '192604.792000', '192604.794000', '192604.797000', '192604.800000', '192604.803000', '192604.806000', '192604.808000', '192604.811000', '192604.813000', '192604.816000', '192604.818000', '192604.821000', '192604.824000', '192604.826000', '192604.829000', '192604.831000', '192604.834000', '192604.837000', '192604.839000', '192604.842000', '192604.844000', '192604.863000', '192604.865000', '192604.868000', '192604.870000', '192624.742000', '192624.745000', '192624.748000', '192624.750000', '192624.753000', '192624.756000', '192624.758000', '192624.761000', '192624.763000', '192624.766000', '192624.768000', '192624.771000', '192624.774000', '192624.776000', '192624.779000', '192624.781000', '192624.784000', '192624.786000', '192624.789000', '192624.792000', '192624.794000', '192624.797000', '192624.799000', '192624.802000', '192624.805000', '192624.807000', '192624.810000', '192624.812000', '192624.815000', '192624.818000', '192624.820000', '192624.823000', '192624.825000', '192624.828000', '192624.830000', '192624.833000', '192624.836000', '192624.838000', '192624.841000', '192624.844000', '192624.847000', '192624.850000', '192624.853000', '192644.742000', '192644.745000', '192644.748000', '192644.751000', '192644.753000', '192644.756000', '192644.758000', '192644.761000', '192644.764000', '192644.766000', '192644.769000', '192644.771000', '192644.774000', '192644.776000', '192644.779000', '192644.782000', '192644.784000', '192644.787000', '192644.789000', '192644.792000', '192644.794000', '192644.797000', '192644.800000', '192644.802000', '192644.805000', '192644.807000', '192644.810000', '192644.813000', '192644.815000', '192644.818000', '192644.820000', '192644.823000', '192644.826000', '192644.828000', '192644.831000', '192644.833000', '192644.836000', '192644.839000', '192644.841000', '192644.844000', '192644.846000', '192644.849000', '192644.852000', '192644.854000', '192704.743000', '192704.755000', '192704.758000', '192704.760000', '192704.763000', '192704.766000', '192704.768000', '192704.771000', '192704.773000', '192704.776000', '192704.779000', '192704.781000', '192704.784000', '192704.786000', '192704.789000', '192704.791000', '192704.794000', '192704.797000', '192704.800000', '192704.802000', '192704.805000', '192704.808000', '192704.810000', '192704.813000', '192704.815000', '192704.818000', '192704.820000', '192704.823000', '192704.826000', '192704.828000', '192704.831000', '192704.833000', '192704.836000', '192704.839000', '192704.841000', '192704.844000', '192704.847000', '192704.850000', '192704.852000', '192704.855000', '192704.858000', '192704.860000', '192704.863000', '192724.743000', '192724.746000', '192724.749000', '192724.752000', '192724.754000', '192724.757000', '192724.759000', '192724.762000', '192724.765000', '192724.767000', '192724.770000', '192724.773000', '192724.775000', '192724.778000', '192724.780000', '192724.783000', '192724.786000', '192724.788000', '192724.791000', '192724.793000', '192724.796000', '192724.798000', '192724.853000', '192724.855000', '192724.858000', '192724.861000', '192724.863000', '192724.866000', '192724.868000', '192724.871000', '192724.873000', '192724.876000', '192724.879000', '192724.881000', '192724.884000', '192724.886000', '192724.889000', '192724.892000', '192724.894000', '192724.897000', '192724.899000', '192724.902000', '192724.905000', '192744.744000', '192744.747000', '192744.749000', '192744.752000', '192744.754000', '192744.757000', '192744.760000', '192744.762000', '192744.765000', '192744.768000', '192744.770000', '192744.773000', '192744.775000', '192744.778000', '192744.781000', '192744.783000', '192744.786000', '192744.788000', '192744.791000', '192744.794000', '192744.796000', '192744.799000', '192744.844000', '192744.846000', '192744.849000', '192744.852000', '192744.854000', '192744.857000', '192744.860000', '192744.862000', '192744.865000', '192744.868000', '192744.870000', '192744.873000', '192744.875000', '192744.878000', '192744.881000', '192744.883000', '192744.886000', '192744.888000', '192744.891000', '192744.894000', '192744.896000', '192744.899000', '192804.742000', '192804.745000', '192804.748000', '192804.751000', '192804.753000', '192804.756000', '192804.758000', '192804.761000', '192804.764000', '192804.766000', '192804.769000', '192804.771000', '192804.774000', '192804.777000', '192804.779000', '192804.782000', '192804.784000', '192804.787000', '192804.790000', '192804.792000', '192804.795000', '192804.797000', '192804.833000', '192804.836000', '192804.838000', '192804.841000', '192804.843000', '192804.846000', '192804.849000', '192804.851000', '192804.854000', '192804.857000', '192804.859000', '192804.862000', '192804.864000', '192804.867000', '192804.869000', '192804.872000', '192804.874000', '192804.877000', '192804.880000', '192804.882000', '192804.885000', '192804.888000', '192824.742000', '192824.745000', '192824.748000', '192824.750000', '192824.753000', '192824.756000', '192824.758000', '192824.761000', '192824.764000', '192824.766000', '192824.769000', '192824.771000', '192824.774000', '192824.777000', '192824.779000', '192824.782000', '192824.784000', '192824.787000', '192824.789000', '192824.792000', '192824.795000', '192824.797000', '192824.830000', '192824.833000', '192824.835000', '192824.838000', '192824.841000', '192824.843000', '192824.846000', '192824.848000', '192824.851000', '192824.853000', '192824.856000', '192824.859000', '192824.861000', '192824.864000', '192824.866000', '192824.869000', '192824.872000', '192824.874000', '192824.891000', '192824.893000', '192824.896000', '192844.742000', '192844.745000', '192844.748000', '192844.751000', '192844.753000', '192844.756000', '192844.758000', '192844.761000', '192844.764000', '192844.766000', '192844.769000', '192844.771000', '192844.774000', '192844.777000', '192844.781000', '192844.784000', '192844.787000', '192844.789000', '192844.792000', '192844.794000', '192844.797000', '192844.844000', '192844.846000', '192844.849000', '192844.851000', '192844.854000', '192844.857000', '192844.859000', '192844.862000', '192844.864000', '192844.867000', '192844.870000', '192844.872000', '192844.875000', '192844.877000', '192844.880000', '192844.882000', '192844.885000', '192844.888000', '192844.890000', '192844.893000', '192844.896000', '192844.898000', '192844.901000', '192904.743000', '192904.745000', '192904.748000', '192904.751000', '192904.753000', '192904.756000', '192904.758000', '192904.761000', '192904.764000', '192904.766000', '192904.769000', '192904.771000', '192904.774000', '192904.777000', '192904.779000', '192904.782000', '192904.784000', '192904.787000', '192904.789000', '192904.792000', '192904.795000', '192904.797000', '192904.835000', '192904.837000', '192904.840000', '192904.843000', '192904.845000', '192904.848000', '192904.850000', '192904.853000', '192904.855000', '192904.858000', '192904.861000', '192904.863000', '192904.866000', '192904.868000', '192904.871000', '192904.874000', '192904.876000', '192904.879000', '192904.882000', '192904.884000', '192904.887000', '192924.744000', '192924.746000', '192924.749000', '192924.752000', '192924.754000', '192924.757000', '192924.759000', '192924.762000', '192924.765000', '192924.767000', '192924.770000', '192924.773000', '192924.775000', '192924.778000', '192924.781000', '192924.783000', '192924.786000', '192924.789000', '192924.791000', '192924.794000', '192924.796000', '192924.799000', '192924.850000', '192924.853000', '192924.855000', '192924.858000', '192924.860000', '192924.866000', '192924.869000', '192924.871000', '192924.874000', '192924.876000', '192924.879000', '192924.882000', '192924.884000', '192924.887000', '192924.889000', '192924.892000', '192924.895000', '192924.897000', '192924.900000', '192924.903000', '192924.905000', '192924.908000', '192944.744000', '192944.746000', '192944.749000', '192944.752000', '192944.754000', '192944.757000', '192944.759000', '192944.762000', '192944.765000', '192944.767000', '192944.770000', '192944.773000', '192944.775000', '192944.778000', '192944.781000', '192944.783000', '192944.786000', '192944.788000', '192944.791000', '192944.793000', '192944.796000', '192944.799000', '192944.875000', '192944.878000', '192944.881000', '192944.883000', '192944.886000', '192944.888000', '192944.891000', '192944.894000', '192944.897000', '192944.900000', '192944.903000', '192944.905000', '192944.908000', '192944.911000', '192944.913000', '192944.916000', '192944.919000', '192944.921000', '192944.924000', '192944.926000', '192944.929000', '193004.743000', '193004.745000', '193004.748000', '193004.751000', '193004.753000', '193004.756000', '193004.758000', '193004.761000', '193004.774000', '193004.777000', '193004.779000', '193004.782000', '193004.785000', '193004.787000', '193004.790000', '193004.792000', '193004.795000', '193004.798000', '193004.831000', '193004.834000', '193004.836000', '193004.839000', '193004.842000', '193004.844000', '193004.847000', '193004.850000', '193004.852000', '193004.855000', '193004.857000', '193004.860000', '193004.863000', '193004.865000', '193004.868000', '193004.870000', '193004.873000', '193004.876000', '193004.878000', '193004.881000', '193004.884000', '193004.886000', '193004.889000', '193004.891000', '193004.894000', '193004.897000', '193024.743000', '193024.746000', '193024.748000', '193024.751000', '193024.753000', '193024.756000', '193024.759000', '193024.761000', '193024.764000', '193024.767000', '193024.769000', '193024.772000', '193024.775000', '193024.777000', '193024.780000', '193024.782000', '193024.785000', '193024.787000', '193024.790000', '193024.793000', '193024.795000', '193024.798000', '193024.801000', '193024.803000', '193024.806000', '193024.808000', '193024.811000', '193024.813000', '193024.816000', '193024.819000', '193024.821000', '193024.824000', '193024.826000', '193024.829000', '193024.832000', '193024.834000', '193024.837000', '193024.839000', '193024.842000', '193024.845000', '193024.847000', '193024.850000', '193024.852000', '193044.743000', '193044.745000', '193044.748000', '193044.751000', '193044.753000', '193044.756000', '193044.758000', '193044.762000', '193044.764000', '193044.767000', '193044.770000', '193044.772000', '193044.775000', '193044.777000', '193044.780000', '193044.783000', '193044.785000', '193044.788000', '193044.790000', '193044.793000', '193044.796000', '193044.798000', '193044.863000', '193044.866000', '193044.868000', '193044.871000', '193044.874000', '193044.876000', '193044.879000', '193044.881000', '193044.884000', '193044.886000', '193044.889000', '193044.892000', '193044.894000', '193044.897000', '193044.899000', '193044.902000', '193044.905000', '193044.907000', '193044.910000', '193044.912000', '193044.915000', '193044.918000', '193104.743000', '193104.746000', '193104.748000', '193104.751000', '193104.753000', '193104.756000', '193104.759000', '193104.761000', '193104.764000', '193104.767000', '193104.769000', '193104.774000', '193104.776000', '193104.779000', '193104.781000', '193104.784000', '193104.787000', '193104.789000', '193104.792000', '193104.794000', '193104.797000', '193104.869000', '193104.872000', '193104.874000', '193104.877000', '193104.879000', '193104.882000', '193104.884000', '193104.887000', '193104.890000', '193104.892000', '193104.895000', '193104.897000', '193104.900000', '193104.903000', '193104.905000', '193104.908000', '193104.910000', '193104.913000', '193104.916000', '193104.918000', '193104.921000', '193104.923000', '193124.742000', '193124.745000', '193124.748000', '193124.751000', '193124.753000', '193124.756000', '193124.759000', '193124.761000', '193124.764000', '193124.766000', '193124.769000', '193124.772000', '193124.774000', '193124.777000', '193124.780000', '193124.782000', '193124.785000', '193124.787000', '193124.790000', '193124.793000', '193124.795000', '193124.798000', '193124.856000', '193124.858000', '193124.861000', '193124.863000', '193124.866000', '193124.868000', '193124.871000', '193124.874000', '193124.876000', '193124.879000', '193124.881000', '193124.897000', '193124.900000', '193124.902000', '193124.905000', '193124.908000', '193124.910000', '193124.913000', '193124.915000', '193124.918000', '193124.921000', '193144.743000', '193144.746000', '193144.749000', '193144.752000', '193144.754000', '193144.757000', '193144.760000', '193144.762000', '193144.765000', '193144.768000', '193144.770000', '193144.773000', '193144.775000', '193144.778000', '193144.781000', '193144.784000', '193144.786000', '193144.789000', '193144.791000', '193144.794000', '193144.797000', '193144.799000', '193144.850000', '193144.853000', '193144.855000', '193144.858000', '193144.860000', '193144.863000', '193144.866000', '193144.868000', '193144.871000', '193144.873000', '193144.876000', '193144.879000', '193144.881000', '193144.884000', '193144.887000', '193144.889000', '193144.892000', '193144.894000', '193144.897000', '193144.900000', '193144.902000', '193144.905000', '193204.744000', '193204.747000', '193204.749000', '193204.752000', '193204.755000', '193204.775000', '193204.778000', '193204.781000', '193204.783000', '193204.786000', '193204.788000', '193204.791000', '193204.794000', '193204.796000', '193204.799000', '193204.803000', '193204.806000', '193204.809000', '193204.811000', '193204.814000', '193204.816000', '193204.819000', '193204.822000', '193204.824000', '193204.827000', '193204.829000', '193204.832000', '193204.834000', '193204.837000', '193204.840000', '193204.842000', '193204.845000', '193204.847000', '193204.850000', '193204.853000', '193204.855000', '193204.858000', '193204.860000', '193204.863000', '193204.866000', '193204.868000', '193204.882000', '193204.884000', '193214.906000', '193214.910000', '193214.913000', '193214.915000', '193214.918000', '193214.921000', '193214.924000', '193214.927000', '193214.930000', '193214.932000', '193214.935000', '193214.938000', '193214.941000', '193214.944000', '193214.947000', '193214.950000', '193214.953000', '193214.955000', '193214.958000', '193214.961000', '193214.963000', '193214.966000', '193214.969000'], 'InstanceCreationTime': ['192524.777000', '192524.780000', '192524.783000', '192524.796000', '192524.799000', '192524.812000', '192524.814000', '192524.817000', '192524.819000', '192524.822000', '192524.825000', '192524.835000', '192524.837000', '192524.840000', '192524.843000', '192524.845000', '192524.848000', '192524.850000', '192524.853000', '192524.855000', '192524.858000', '192524.867000', '192544.742000', '192544.745000', '192544.748000', '192544.750000', '192544.753000', '192544.756000', '192544.758000', '192544.761000', '192544.763000', '192544.766000', '192544.776000', '192544.778000', '192544.781000', '192544.783000', '192544.786000', '192544.789000', '192544.791000', '192544.794000', '192544.796000', '192544.799000', '192544.802000', '192544.804000', '192544.807000', '192544.809000', '192544.812000', '192544.815000', '192544.817000', '192544.820000', '192544.822000', '192544.829000', '192544.832000', '192544.835000', '192544.837000', '192544.840000', '192544.843000', '192544.846000', '192544.849000', '192544.851000', '192544.854000', '192544.856000', '192544.859000', '192544.861000', '192544.864000', '192604.742000', '192604.745000', '192604.748000', '192604.750000', '192604.753000', '192604.756000', '192604.758000', '192604.761000', '192604.763000', '192604.766000', '192604.768000', '192604.771000', '192604.774000', '192604.776000', '192604.779000', '192604.781000', '192604.784000', '192604.787000', '192604.789000', '192604.792000', '192604.794000', '192604.797000', '192604.800000', '192604.803000', '192604.806000', '192604.808000', '192604.811000', '192604.813000', '192604.816000', '192604.818000', '192604.821000', '192604.824000', '192604.826000', '192604.829000', '192604.831000', '192604.834000', '192604.837000', '192604.839000', '192604.842000', '192604.844000', '192604.863000', '192604.865000', '192604.868000', '192604.870000', '192624.742000', '192624.745000', '192624.748000', '192624.750000', '192624.753000', '192624.756000', '192624.758000', '192624.761000', '192624.763000', '192624.766000', '192624.768000', '192624.771000', '192624.774000', '192624.776000', '192624.779000', '192624.781000', '192624.784000', '192624.786000', '192624.789000', '192624.792000', '192624.794000', '192624.797000', '192624.799000', '192624.802000', '192624.805000', '192624.807000', '192624.810000', '192624.812000', '192624.815000', '192624.818000', '192624.820000', '192624.823000', '192624.825000', '192624.828000', '192624.830000', '192624.833000', '192624.836000', '192624.838000', '192624.841000', '192624.844000', '192624.847000', '192624.850000', '192624.853000', '192644.742000', '192644.745000', '192644.748000', '192644.751000', '192644.753000', '192644.756000', '192644.758000', '192644.761000', '192644.764000', '192644.766000', '192644.769000', '192644.771000', '192644.774000', '192644.776000', '192644.779000', '192644.782000', '192644.784000', '192644.787000', '192644.789000', '192644.792000', '192644.794000', '192644.797000', '192644.800000', '192644.802000', '192644.805000', '192644.807000', '192644.810000', '192644.813000', '192644.815000', '192644.818000', '192644.820000', '192644.823000', '192644.826000', '192644.828000', '192644.831000', '192644.833000', '192644.836000', '192644.839000', '192644.841000', '192644.844000', '192644.846000', '192644.849000', '192644.852000', '192644.854000', '192704.743000', '192704.755000', '192704.758000', '192704.760000', '192704.763000', '192704.766000', '192704.768000', '192704.771000', '192704.773000', '192704.776000', '192704.779000', '192704.781000', '192704.784000', '192704.786000', '192704.789000', '192704.791000', '192704.794000', '192704.797000', '192704.800000', '192704.802000', '192704.805000', '192704.808000', '192704.810000', '192704.813000', '192704.815000', '192704.818000', '192704.820000', '192704.823000', '192704.826000', '192704.828000', '192704.831000', '192704.833000', '192704.836000', '192704.839000', '192704.841000', '192704.844000', '192704.847000', '192704.850000', '192704.852000', '192704.855000', '192704.858000', '192704.860000', '192704.863000', '192724.743000', '192724.746000', '192724.749000', '192724.752000', '192724.754000', '192724.757000', '192724.759000', '192724.762000', '192724.765000', '192724.767000', '192724.770000', '192724.773000', '192724.775000', '192724.778000', '192724.780000', '192724.783000', '192724.786000', '192724.788000', '192724.791000', '192724.793000', '192724.796000', '192724.798000', '192724.853000', '192724.855000', '192724.858000', '192724.861000', '192724.863000', '192724.866000', '192724.868000', '192724.871000', '192724.873000', '192724.876000', '192724.879000', '192724.881000', '192724.884000', '192724.886000', '192724.889000', '192724.892000', '192724.894000', '192724.897000', '192724.899000', '192724.902000', '192724.905000', '192744.744000', '192744.747000', '192744.749000', '192744.752000', '192744.754000', '192744.757000', '192744.760000', '192744.762000', '192744.765000', '192744.768000', '192744.770000', '192744.773000', '192744.775000', '192744.778000', '192744.781000', '192744.783000', '192744.786000', '192744.788000', '192744.791000', '192744.794000', '192744.796000', '192744.799000', '192744.844000', '192744.846000', '192744.849000', '192744.852000', '192744.854000', '192744.857000', '192744.860000', '192744.862000', '192744.865000', '192744.868000', '192744.870000', '192744.873000', '192744.875000', '192744.878000', '192744.881000', '192744.883000', '192744.886000', '192744.888000', '192744.891000', '192744.894000', '192744.896000', '192744.899000', '192804.742000', '192804.745000', '192804.748000', '192804.751000', '192804.753000', '192804.756000', '192804.758000', '192804.761000', '192804.764000', '192804.766000', '192804.769000', '192804.771000', '192804.774000', '192804.777000', '192804.779000', '192804.782000', '192804.784000', '192804.787000', '192804.790000', '192804.792000', '192804.795000', '192804.797000', '192804.833000', '192804.836000', '192804.838000', '192804.841000', '192804.843000', '192804.846000', '192804.849000', '192804.851000', '192804.854000', '192804.857000', '192804.859000', '192804.862000', '192804.864000', '192804.867000', '192804.869000', '192804.872000', '192804.874000', '192804.877000', '192804.880000', '192804.882000', '192804.885000', '192804.888000', '192824.742000', '192824.745000', '192824.748000', '192824.750000', '192824.753000', '192824.756000', '192824.758000', '192824.761000', '192824.764000', '192824.766000', '192824.769000', '192824.771000', '192824.774000', '192824.777000', '192824.779000', '192824.782000', '192824.784000', '192824.787000', '192824.789000', '192824.792000', '192824.795000', '192824.797000', '192824.830000', '192824.833000', '192824.835000', '192824.838000', '192824.841000', '192824.843000', '192824.846000', '192824.848000', '192824.851000', '192824.853000', '192824.856000', '192824.859000', '192824.861000', '192824.864000', '192824.866000', '192824.869000', '192824.872000', '192824.874000', '192824.891000', '192824.893000', '192824.896000', '192844.742000', '192844.745000', '192844.748000', '192844.751000', '192844.753000', '192844.756000', '192844.758000', '192844.761000', '192844.764000', '192844.766000', '192844.769000', '192844.771000', '192844.774000', '192844.777000', '192844.781000', '192844.784000', '192844.787000', '192844.789000', '192844.792000', '192844.794000', '192844.797000', '192844.844000', '192844.846000', '192844.849000', '192844.851000', '192844.854000', '192844.857000', '192844.859000', '192844.862000', '192844.864000', '192844.867000', '192844.870000', '192844.872000', '192844.875000', '192844.877000', '192844.880000', '192844.882000', '192844.885000', '192844.888000', '192844.890000', '192844.893000', '192844.896000', '192844.898000', '192844.901000', '192904.743000', '192904.745000', '192904.748000', '192904.751000', '192904.753000', '192904.756000', '192904.758000', '192904.761000', '192904.764000', '192904.766000', '192904.769000', '192904.771000', '192904.774000', '192904.777000', '192904.779000', '192904.782000', '192904.784000', '192904.787000', '192904.789000', '192904.792000', '192904.795000', '192904.797000', '192904.835000', '192904.837000', '192904.840000', '192904.843000', '192904.845000', '192904.848000', '192904.850000', '192904.853000', '192904.855000', '192904.858000', '192904.861000', '192904.863000', '192904.866000', '192904.868000', '192904.871000', '192904.874000', '192904.876000', '192904.879000', '192904.882000', '192904.884000', '192904.887000', '192924.744000', '192924.746000', '192924.749000', '192924.752000', '192924.754000', '192924.757000', '192924.759000', '192924.762000', '192924.765000', '192924.767000', '192924.770000', '192924.773000', '192924.775000', '192924.778000', '192924.781000', '192924.783000', '192924.786000', '192924.789000', '192924.791000', '192924.794000', '192924.796000', '192924.799000', '192924.850000', '192924.853000', '192924.855000', '192924.858000', '192924.860000', '192924.866000', '192924.869000', '192924.871000', '192924.874000', '192924.876000', '192924.879000', '192924.882000', '192924.884000', '192924.887000', '192924.889000', '192924.892000', '192924.895000', '192924.897000', '192924.900000', '192924.903000', '192924.905000', '192924.908000', '192944.744000', '192944.746000', '192944.749000', '192944.752000', '192944.754000', '192944.757000', '192944.759000', '192944.762000', '192944.765000', '192944.767000', '192944.770000', '192944.773000', '192944.775000', '192944.778000', '192944.781000', '192944.783000', '192944.786000', '192944.788000', '192944.791000', '192944.793000', '192944.796000', '192944.799000', '192944.875000', '192944.878000', '192944.881000', '192944.883000', '192944.886000', '192944.888000', '192944.891000', '192944.894000', '192944.897000', '192944.900000', '192944.903000', '192944.905000', '192944.908000', '192944.911000', '192944.913000', '192944.916000', '192944.919000', '192944.921000', '192944.924000', '192944.926000', '192944.929000', '193004.743000', '193004.745000', '193004.748000', '193004.751000', '193004.753000', '193004.756000', '193004.758000', '193004.761000', '193004.774000', '193004.777000', '193004.779000', '193004.782000', '193004.785000', '193004.787000', '193004.790000', '193004.792000', '193004.795000', '193004.798000', '193004.831000', '193004.834000', '193004.836000', '193004.839000', '193004.842000', '193004.844000', '193004.847000', '193004.850000', '193004.852000', '193004.855000', '193004.857000', '193004.860000', '193004.863000', '193004.865000', '193004.868000', '193004.870000', '193004.873000', '193004.876000', '193004.878000', '193004.881000', '193004.884000', '193004.886000', '193004.889000', '193004.891000', '193004.894000', '193004.897000', '193024.743000', '193024.746000', '193024.748000', '193024.751000', '193024.753000', '193024.756000', '193024.759000', '193024.761000', '193024.764000', '193024.767000', '193024.769000', '193024.772000', '193024.775000', '193024.777000', '193024.780000', '193024.782000', '193024.785000', '193024.787000', '193024.790000', '193024.793000', '193024.795000', '193024.798000', '193024.801000', '193024.803000', '193024.806000', '193024.808000', '193024.811000', '193024.813000', '193024.816000', '193024.819000', '193024.821000', '193024.824000', '193024.826000', '193024.829000', '193024.832000', '193024.834000', '193024.837000', '193024.839000', '193024.842000', '193024.845000', '193024.847000', '193024.850000', '193024.852000', '193044.743000', '193044.745000', '193044.748000', '193044.751000', '193044.753000', '193044.756000', '193044.758000', '193044.762000', '193044.764000', '193044.767000', '193044.770000', '193044.772000', '193044.775000', '193044.777000', '193044.780000', '193044.783000', '193044.785000', '193044.788000', '193044.790000', '193044.793000', '193044.796000', '193044.798000', '193044.863000', '193044.866000', '193044.868000', '193044.871000', '193044.874000', '193044.876000', '193044.879000', '193044.881000', '193044.884000', '193044.886000', '193044.889000', '193044.892000', '193044.894000', '193044.897000', '193044.899000', '193044.902000', '193044.905000', '193044.907000', '193044.910000', '193044.912000', '193044.915000', '193044.918000', '193104.743000', '193104.746000', '193104.748000', '193104.751000', '193104.753000', '193104.756000', '193104.759000', '193104.761000', '193104.764000', '193104.767000', '193104.769000', '193104.774000', '193104.776000', '193104.779000', '193104.781000', '193104.784000', '193104.787000', '193104.789000', '193104.792000', '193104.794000', '193104.797000', '193104.869000', '193104.872000', '193104.874000', '193104.877000', '193104.879000', '193104.882000', '193104.884000', '193104.887000', '193104.890000', '193104.892000', '193104.895000', '193104.897000', '193104.900000', '193104.903000', '193104.905000', '193104.908000', '193104.910000', '193104.913000', '193104.916000', '193104.918000', '193104.921000', '193104.923000', '193124.742000', '193124.745000', '193124.748000', '193124.751000', '193124.753000', '193124.756000', '193124.759000', '193124.761000', '193124.764000', '193124.766000', '193124.769000', '193124.772000', '193124.774000', '193124.777000', '193124.780000', '193124.782000', '193124.785000', '193124.787000', '193124.790000', '193124.793000', '193124.795000', '193124.798000', '193124.856000', '193124.858000', '193124.861000', '193124.863000', '193124.866000', '193124.868000', '193124.871000', '193124.874000', '193124.876000', '193124.879000', '193124.881000', '193124.897000', '193124.900000', '193124.902000', '193124.905000', '193124.908000', '193124.910000', '193124.913000', '193124.915000', '193124.918000', '193124.921000', '193144.743000', '193144.746000', '193144.749000', '193144.752000', '193144.754000', '193144.757000', '193144.760000', '193144.762000', '193144.765000', '193144.768000', '193144.770000', '193144.773000', '193144.775000', '193144.778000', '193144.781000', '193144.784000', '193144.786000', '193144.789000', '193144.791000', '193144.794000', '193144.797000', '193144.799000', '193144.850000', '193144.853000', '193144.855000', '193144.858000', '193144.860000', '193144.863000', '193144.866000', '193144.868000', '193144.871000', '193144.873000', '193144.876000', '193144.879000', '193144.881000', '193144.884000', '193144.887000', '193144.889000', '193144.892000', '193144.894000', '193144.897000', '193144.900000', '193144.902000', '193144.905000', '193204.744000', '193204.747000', '193204.749000', '193204.752000', '193204.755000', '193204.775000', '193204.778000', '193204.781000', '193204.783000', '193204.786000', '193204.788000', '193204.791000', '193204.794000', '193204.796000', '193204.799000', '193204.803000', '193204.806000', '193204.809000', '193204.811000', '193204.814000', '193204.816000', '193204.819000', '193204.822000', '193204.824000', '193204.827000', '193204.829000', '193204.832000', '193204.834000', '193204.837000', '193204.840000', '193204.842000', '193204.845000', '193204.847000', '193204.850000', '193204.853000', '193204.855000', '193204.858000', '193204.860000', '193204.863000', '193204.866000', '193204.868000', '193204.882000', '193204.884000', '193214.906000', '193214.910000', '193214.913000', '193214.915000', '193214.918000', '193214.921000', '193214.924000', '193214.927000', '193214.930000', '193214.932000', '193214.935000', '193214.938000', '193214.941000', '193214.944000', '193214.947000', '193214.950000', '193214.953000', '193214.955000', '193214.958000', '193214.961000', '193214.963000', '193214.966000', '193214.969000'], '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': [11437, 14838, 12173, 15768, 12016, 9721, 11384, 9197, 10910, 9355, 9588, 9183, 10418, 10259, 9938, 8498, 9642, 10772, 9267, 10659, 9695, 10237, 9542, 9988, 10311, 9180, 10455, 8556, 10203, 10707, 9694, 10454, 9670, 10295, 9529, 10302, 10229, 9913, 9985, 10847, 10304, 11384, 10406, 9940, 9758, 10596, 11920, 10615, 11634, 10581, 9206, 10059, 10164, 10311, 11247, 12095, 10472, 9373, 9938, 10824, 10542, 9917, 12302, 10349, 11113, 10395, 10099, 9843, 10229, 9609, 11033, 12201, 10413, 9009, 10151, 11135, 9633, 10151, 10316, 10576, 11065, 10346, 10685, 9877, 10250, 11163, 11275, 10671, 10600, 9865, 10094, 10319, 10819, 11290, 12301, 10434, 10221, 10196, 10266, 12004, 11030, 11896, 10631, 11164, 10023, 10992, 9707, 10692, 12344, 10331, 10004, 9892, 10193, 11549, 10425, 11242, 10551, 10532, 10011, 9923, 10629, 10504, 11780, 10117, 10290, 9505, 10388, 11944, 10146, 9343, 9806, 11112, 10843, 10889, 11915, 10599, 9635, 9957, 10222, 9706, 11054, 10907, 10507, 9944, 10104, 10503, 10898, 10842, 9413, 10106, 10637, 10399, 11083, 12014, 10463, 10241, 10041, 10350, 11503, 10427, 9099, 10079, 9988, 11584, 10843, 10777, 10750, 10235, 9839, 10033, 11263, 10293, 13105, 10040, 10054, 9566, 10529, 12859, 10153, 10418, 9890, 9950, 12450, 10205, 11302, 10118, 10229, 10719, 10611, 10335, 9652, 10506, 10828, 9632, 9350, 9188, 9906, 10150, 9778, 10535, 11457, 9823, 10242, 10889, 9876, 9701, 9859, 10496, 9597, 9780, 7580, 9841, 10441, 9554, 10367, 8395, 9881, 9588, 9559, 10446, 9279, 10144, 8166, 10057, 10170, 9504, 10066, 12405, 9867, 11625, 9350, 9848, 12722, 9824, 14154, 10320, 11873, 10442, 10236, 13233, 10761, 12745, 10548, 12819, 9991, 9919, 10664, 11108, 11835, 10400, 10670, 9793, 10342, 10271, 10957, 12558, 10168, 11326, 9840, 10528, 11117, 10269, 10297, 10116, 11199, 9816, 10161, 10458, 10472, 10908, 9904, 10409, 9496, 11192, 11279, 10311, 11130, 9944, 10729, 11226, 10073, 10141, 10199, 11373, 9906, 10633, 10401, 10301, 10623, 9948, 10959, 10810, 10556, 9912, 9904, 10381, 10693, 10214, 9633, 9789, 10210, 10011, 10344, 11216, 10048, 10504, 9557, 11241, 11601, 10224, 10737, 9534, 10748, 10916, 10570, 11385, 9810, 10595, 10522, 10174, 8055, 10063, 10605, 10620, 10346, 10967, 9818, 10549, 11031, 10184, 10697, 10319, 10654, 12628, 9699, 9940, 10368, 9606, 9924, 11987, 9943, 9791, 11632, 9662, 14321, 11113, 9856, 10610, 10067, 15262, 10398, 10059, 10262, 10332, 10195, 9703, 10119, 10084, 10221, 10034, 10095, 10477, 9852, 9666, 10113, 10985, 10278, 9858, 9689, 9794, 12167, 10045, 12727, 9932, 9314, 11976, 9967, 13949, 9958, 9178, 10259, 10201, 9968, 9235, 10352, 9601, 9454, 9406, 8740, 10060, 10379, 10261, 9241, 10200, 9793, 10650, 10766, 9596, 10400, 9640, 10326, 9912, 9230, 10927, 9750, 10713, 9102, 10468, 10172, 9989, 9511, 9880, 10354, 9121, 9860, 9560, 10119, 9697, 9435, 9978, 9767, 10256, 10208, 9215, 10103, 9869, 10255, 11688, 9225, 12988, 10041, 9978, 9465, 9922, 12191, 9383, 12012, 9938, 9888, 9199, 9844, 11971, 9720, 11351, 9250, 10101, 9446, 10203, 11487, 10381, 12444, 9568, 10208, 9620, 10066, 11091, 9999, 12297, 9560, 9946, 9350, 9527, 11122, 10664, 11024, 10020, 9922, 10878, 10359, 11986, 9482, 9828, 11013, 10400, 12023, 9503, 10507, 10205, 9962, 11741, 9809, 10531, 9538, 10843, 10678, 9623, 10238, 10314, 10369, 9862, 9390, 10163, 11971, 9877, 9725, 10055, 9541, 10585, 12347, 9471, 10026, 9803, 9735, 11792, 8982, 10094, 10613, 10114, 10758, 9303, 9854, 9649, 10515, 8639, 9968, 8808, 9607, 10366, 9650, 10610, 9283, 10185, 8714, 9856, 9937, 9067, 9828, 11416, 10042, 9454, 9119, 9935, 10947, 10263, 11372, 9302, 12700, 10239, 10284, 9521, 9776, 11721, 9980, 11962, 9833, 10003, 9275, 9798, 12012, 10304, 9648, 9358, 9906, 10072, 10077, 11195, 9551, 11992, 9405, 10291, 9573, 9955, 10545, 10008, 11817, 10105, 9289, 9341, 9895, 9441, 10348, 9816, 9827, 11045, 9673, 10105, 9624, 9994, 10287, 9486, 9748, 9904, 10479, 9276, 9839, 11699, 9615, 10915, 9363, 9989, 9409, 10111, 9825, 9214, 11476, 9648, 10722, 9691, 10235, 11399, 9507, 10301, 9765, 10277, 11763, 9693, 12716, 10022, 9933, 9290, 9789, 9975, 10153, 10261, 10019, 10154, 9448, 10442, 9404, 10546, 11198, 9415, 10102, 9647, 10484, 9890, 9576, 9911, 9719, 10511, 9175, 9796, 11774, 10180, 9872, 9182, 10290, 10411, 9377, 10015, 12670, 10005, 10194, 11098, 10034, 12626, 9753, 10164, 10338, 10924, 11843, 8681, 8829, 8023, 8606, 7829, 9194, 8391, 8818, 7915, 8335, 9678, 12269, 10515, 11588, 10945, 9530, 14073, 9510, 10810, 13147, 9657, 15252, 12379, 9827, 15747, 10396, 12204, 11454, 10133, 14783, 9672, 10757, 9059, 10085, 8794, 10196, 8139, 9379, 10094, 9126, 9960, 8472, 9617, 10300, 9482, 10431, 8876, 10232, 10609, 9533, 10749, 9449, 10395, 10089, 10087, 8734, 9964, 10557, 10186, 10161, 11730, 10068, 10068, 9332, 10382, 10871, 9997, 8757, 9479, 10712, 10161, 10289, 12021, 9705, 10155, 9937, 10564, 11443, 10246, 13006, 10313, 10870, 9424, 9521, 9966, 10204, 10812, 10217, 10883, 9292, 10151, 9499, 10119, 10501, 9362, 12510, 9787, 10570, 9254, 9672, 11069, 10984, 13833, 10403, 9093, 9189, 9472, 8696, 9262, 11367, 8275, 8201, 8742, 9162, 8725, 11518, 8085, 10978, 8286, 8691, 8282, 9937, 7582, 10103, 7866, 11801, 9771, 15516, 11639, 15484, 11861, 13246, 11485, 8292, 12517, 7948, 11691, 8579, 10186, 8890, 8643, 9632, 8037, 10139, 8210, 9123, 9012, 7822, 10285, 8382, 8550, 6925, 8324, 7718, 7948, 8156, 10036, 8209, 7901, 10002, 8387, 8387, 9395, 8325, 8486, 8258, 8902, 8332, 8185, 8338, 8164, 8947, 7593, 8432, 9155, 8676, 8504, 8053, 8559, 8944, 8589, 7203, 9904, 8044, 9769, 8394, 9699, 8225, 7485, 8681, 8383, 10637, 8139, 9303, 9935, 8675, 10985, 8943, 10947, 9333, 11906, 9611, 8244, 11009, 8432, 14383, 9915, 10138, 8372, 8515, 12094, 9533, 9157, 9235, 9388, 9823, 9576, 11546, 9090, 9335, 9244, 8566, 10306, 9050, 11827, 9245, 8742, 9233, 8810, 12059, 8920, 9305, 8777, 9014, 11606, 8897, 9643, 8731, 8504, 10618, 8837, 8996, 9275, 8907, 8938, 9062, 8686, 8871, 9181, 8637, 9722, 9666, 8736, 9053, 8776, 9949, 9540, 8886, 9176, 9087, 10063, 9121, 8814], 'WindowCenter': [4238.0, 4244.0, 4208.0, 4212.0, 4190.0, 4170.0, 4177.0, 4156.0, 4164.0, 4144.0, 4167.0, 4156.0, 4166.0, 4166.0, 4168.0, 4147.0, 4171.0, 4191.0, 4170.0, 4191.0, 4171.0, 4194.0, 4185.0, 4194.0, 4194.0, 4184.0, 4208.0, 4175.0, 4197.0, 4207.0, 4196.0, 4208.0, 4197.0, 4208.0, 4197.0, 4210.0, 4210.0, 4208.0, 4198.0, 4208.0, 4209.0, 4219.0, 4209.0, 4198.0, 4197.0, 4220.0, 4218.0, 4209.0, 4219.0, 4209.0, 4200.0, 4208.0, 4208.0, 4208.0, 4219.0, 4231.0, 4209.0, 4187.0, 4197.0, 4208.0, 4209.0, 4197.0, 4218.0, 4209.0, 4207.0, 4207.0, 4197.0, 4197.0, 4196.0, 4197.0, 4208.0, 4218.0, 4207.0, 4187.0, 4208.0, 4217.0, 4198.0, 4208.0, 4208.0, 4208.0, 4207.0, 4208.0, 4207.0, 4198.0, 4208.0, 4220.0, 4218.0, 4209.0, 4209.0, 4198.0, 4209.0, 4207.0, 4208.0, 4220.0, 4218.0, 4208.0, 4208.0, 4210.0, 4208.0, 4218.0, 4208.0, 4217.0, 4208.0, 4206.0, 4197.0, 4206.0, 4196.0, 4208.0, 4216.0, 4197.0, 4195.0, 4196.0, 4206.0, 4217.0, 4208.0, 4207.0, 4208.0, 4206.0, 4196.0, 4195.0, 4196.0, 4208.0, 4217.0, 4196.0, 4197.0, 4196.0, 4207.0, 4216.0, 4197.0, 4185.0, 4195.0, 4217.0, 4206.0, 4206.0, 4216.0, 4206.0, 4196.0, 4195.0, 4195.0, 4186.0, 4204.0, 4207.0, 4207.0, 4196.0, 4197.0, 4206.0, 4208.0, 4208.0, 4186.0, 4208.0, 4206.0, 4208.0, 4218.0, 4217.0, 4208.0, 4208.0, 4197.0, 4197.0, 4206.0, 4207.0, 4186.0, 4197.0, 4196.0, 4217.0, 4206.0, 4206.0, 4208.0, 4196.0, 4195.0, 4196.0, 4207.0, 4208.0, 4227.0, 4197.0, 4196.0, 4185.0, 4207.0, 4215.0, 4197.0, 4194.0, 4196.0, 4197.0, 4216.0, 4196.0, 4205.0, 4196.0, 4195.0, 4196.0, 4206.0, 4194.0, 4185.0, 4207.0, 4207.0, 4185.0, 4186.0, 4185.0, 4195.0, 4197.0, 4195.0, 4196.0, 4206.0, 4185.0, 4197.0, 4206.0, 4196.0, 4185.0, 4197.0, 4206.0, 4185.0, 4196.0, 4153.0, 4184.0, 4208.0, 4186.0, 4196.0, 4176.0, 4199.0, 4199.0, 4197.0, 4208.0, 4187.0, 4209.0, 4179.0, 4198.0, 4198.0, 4198.0, 4199.0, 4230.0, 4199.0, 4219.0, 4188.0, 4197.0, 4218.0, 4199.0, 4230.0, 4197.0, 4206.0, 4198.0, 4196.0, 4216.0, 4195.0, 4216.0, 4207.0, 4217.0, 4185.0, 4185.0, 4195.0, 4205.0, 4217.0, 4195.0, 4194.0, 4184.0, 4194.0, 4194.0, 4194.0, 4215.0, 4195.0, 4206.0, 4185.0, 4194.0, 4194.0, 4194.0, 4184.0, 4195.0, 4204.0, 4184.0, 4183.0, 4195.0, 4196.0, 4194.0, 4184.0, 4194.0, 4185.0, 4206.0, 4195.0, 4196.0, 4205.0, 4196.0, 4206.0, 4205.0, 4196.0, 4194.0, 4195.0, 4206.0, 4184.0, 4194.0, 4194.0, 4196.0, 4195.0, 4185.0, 4195.0, 4193.0, 4195.0, 4185.0, 4184.0, 4194.0, 4194.0, 4195.0, 4185.0, 4185.0, 4194.0, 4183.0, 4196.0, 4194.0, 4185.0, 4195.0, 4185.0, 4205.0, 4205.0, 4195.0, 4204.0, 4183.0, 4206.0, 4194.0, 4195.0, 4205.0, 4183.0, 4195.0, 4193.0, 4195.0, 4163.0, 4183.0, 4196.0, 4194.0, 4196.0, 4195.0, 4196.0, 4208.0, 4206.0, 4197.0, 4196.0, 4195.0, 4197.0, 4218.0, 4186.0, 4196.0, 4208.0, 4186.0, 4196.0, 4206.0, 4197.0, 4185.0, 4206.0, 4187.0, 4226.0, 4206.0, 4184.0, 4195.0, 4196.0, 4224.0, 4183.0, 4195.0, 4194.0, 4183.0, 4170.0, 4183.0, 4183.0, 4182.0, 4195.0, 4183.0, 4183.0, 4194.0, 4185.0, 4185.0, 4197.0, 4208.0, 4209.0, 4196.0, 4185.0, 4196.0, 4205.0, 4186.0, 4215.0, 4185.0, 4174.0, 4204.0, 4183.0, 4215.0, 4183.0, 4173.0, 4183.0, 4194.0, 4185.0, 4186.0, 4195.0, 4182.0, 4182.0, 4171.0, 4162.0, 4183.0, 4194.0, 4195.0, 4173.0, 4196.0, 4186.0, 4194.0, 4207.0, 4185.0, 4195.0, 4184.0, 4183.0, 4185.0, 4184.0, 4193.0, 4184.0, 4192.0, 4174.0, 4197.0, 4184.0, 4197.0, 4185.0, 4184.0, 4208.0, 4185.0, 4197.0, 4185.0, 4197.0, 4199.0, 4186.0, 4195.0, 4196.0, 4197.0, 4198.0, 4188.0, 4196.0, 4197.0, 4197.0, 4206.0, 4188.0, 4215.0, 4186.0, 4196.0, 4184.0, 4198.0, 4206.0, 4186.0, 4205.0, 4196.0, 4185.0, 4185.0, 4185.0, 4206.0, 4185.0, 4206.0, 4186.0, 4195.0, 4185.0, 4195.0, 4204.0, 4197.0, 4215.0, 4185.0, 4195.0, 4184.0, 4185.0, 4206.0, 4185.0, 4204.0, 4187.0, 4185.0, 4185.0, 4185.0, 4195.0, 4195.0, 4195.0, 4185.0, 4197.0, 4195.0, 4194.0, 4204.0, 4185.0, 4196.0, 4195.0, 4196.0, 4205.0, 4185.0, 4196.0, 4194.0, 4183.0, 4204.0, 4185.0, 4194.0, 4183.0, 4194.0, 4194.0, 4185.0, 4195.0, 4195.0, 4197.0, 4196.0, 4186.0, 4207.0, 4205.0, 4197.0, 4184.0, 4185.0, 4186.0, 4195.0, 4219.0, 4188.0, 4197.0, 4196.0, 4184.0, 4207.0, 4175.0, 4183.0, 4194.0, 4183.0, 4194.0, 4184.0, 4183.0, 4183.0, 4194.0, 4162.0, 4196.0, 4175.0, 4185.0, 4195.0, 4185.0, 4207.0, 4186.0, 4197.0, 4174.0, 4196.0, 4198.0, 4186.0, 4185.0, 4207.0, 4197.0, 4185.0, 4186.0, 4184.0, 4195.0, 4195.0, 4203.0, 4185.0, 4215.0, 4195.0, 4183.0, 4172.0, 4185.0, 4205.0, 4184.0, 4204.0, 4184.0, 4185.0, 4185.0, 4185.0, 4216.0, 4196.0, 4185.0, 4186.0, 4185.0, 4184.0, 4184.0, 4193.0, 4184.0, 4205.0, 4173.0, 4183.0, 4173.0, 4183.0, 4195.0, 4184.0, 4203.0, 4184.0, 4173.0, 4185.0, 4184.0, 4183.0, 4194.0, 4184.0, 4185.0, 4206.0, 4184.0, 4196.0, 4184.0, 4196.0, 4195.0, 4185.0, 4184.0, 4196.0, 4195.0, 4186.0, 4186.0, 4205.0, 4186.0, 4194.0, 4186.0, 4185.0, 4174.0, 4194.0, 4184.0, 4186.0, 4205.0, 4186.0, 4195.0, 4185.0, 4198.0, 4206.0, 4186.0, 4196.0, 4185.0, 4196.0, 4207.0, 4184.0, 4204.0, 4185.0, 4183.0, 4174.0, 4183.0, 4183.0, 4194.0, 4183.0, 4195.0, 4194.0, 4184.0, 4194.0, 4174.0, 4195.0, 4206.0, 4185.0, 4195.0, 4185.0, 4195.0, 4197.0, 4197.0, 4185.0, 4197.0, 4195.0, 4187.0, 4211.0, 4219.0, 4208.0, 4197.0, 4185.0, 4197.0, 4207.0, 4188.0, 4198.0, 4218.0, 4197.0, 4209.0, 4207.0, 4197.0, 4217.0, 4186.0, 4196.0, 4198.0, 4240.0, 4253.0, 4179.0, 4161.0, 4149.0, 4147.0, 4140.0, 4172.0, 4152.0, 4174.0, 4169.0, 4163.0, 4184.0, 4192.0, 4184.0, 4194.0, 4195.0, 4186.0, 4227.0, 4185.0, 4194.0, 4216.0, 4186.0, 4213.0, 4204.0, 4172.0, 4212.0, 4183.0, 4192.0, 4192.0, 4170.0, 4210.0, 4172.0, 4193.0, 4159.0, 4181.0, 4160.0, 4169.0, 4151.0, 4160.0, 4181.0, 4171.0, 4183.0, 4150.0, 4184.0, 4195.0, 4172.0, 4194.0, 4173.0, 4184.0, 4197.0, 4185.0, 4195.0, 4184.0, 4197.0, 4195.0, 4196.0, 4176.0, 4184.0, 4196.0, 4195.0, 4195.0, 4205.0, 4185.0, 4197.0, 4175.0, 4195.0, 4196.0, 4185.0, 4177.0, 4186.0, 4196.0, 4196.0, 4197.0, 4218.0, 4187.0, 4197.0, 4197.0, 4197.0, 4207.0, 4185.0, 4216.0, 4199.0, 4196.0, 4187.0, 4186.0, 4185.0, 4196.0, 4195.0, 4195.0, 4207.0, 4185.0, 4194.0, 4185.0, 4183.0, 4196.0, 4186.0, 4204.0, 4186.0, 4194.0, 4185.0, 4186.0, 4194.0, 4208.0, 4203.0, 4196.0, 4175.0, 4173.0, 4183.0, 4162.0, 4185.0, 4219.0, 4177.0, 4167.0, 4164.0, 4146.0, 4176.0, 4204.0, 4151.0, 4193.0, 4164.0, 4162.0, 4146.0, 4153.0, 4136.0, 4168.0, 4151.0, 4190.0, 4184.0, 4223.0, 4192.0, 4208.0, 4178.0, 4187.0, 4166.0, 4123.0, 4174.0, 4123.0, 4163.0, 4132.0, 4141.0, 4132.0, 4131.0, 4142.0, 4122.0, 4154.0, 4135.0, 4144.0, 4145.0, 4125.0, 4166.0, 4146.0, 4158.0, 4115.0, 4146.0, 4136.0, 4138.0, 4138.0, 4171.0, 4148.0, 4152.0, 4172.0, 4149.0, 4163.0, 4161.0, 4150.0, 4149.0, 4151.0, 4161.0, 4163.0, 4163.0, 4151.0, 4163.0, 4172.0, 4152.0, 4164.0, 4174.0, 4176.0, 4175.0, 4163.0, 4177.0, 4174.0, 4177.0, 4155.0, 4197.0, 4181.0, 4199.0, 4179.0, 4185.0, 4177.0, 4168.0, 4177.0, 4176.0, 4206.0, 4167.0, 4189.0, 4197.0, 4176.0, 4207.0, 4187.0, 4207.0, 4188.0, 4218.0, 4186.0, 4165.0, 4195.0, 4164.0, 4228.0, 4197.0, 4196.0, 4178.0, 4190.0, 4217.0, 4198.0, 4174.0, 4185.0, 4185.0, 4196.0, 4186.0, 4206.0, 4175.0, 4185.0, 4188.0, 4178.0, 4195.0, 4175.0, 4216.0, 4186.0, 4174.0, 4185.0, 4187.0, 4215.0, 4186.0, 4185.0, 4176.0, 4187.0, 4205.0, 4186.0, 4186.0, 4175.0, 4177.0, 4195.0, 4186.0, 4174.0, 4185.0, 4187.0, 4175.0, 4186.0, 4174.0, 4175.0, 4187.0, 4175.0, 4185.0, 4184.0, 4175.0, 4187.0, 4176.0, 4197.0, 4186.0, 4187.0, 4199.0, 4188.0, 4198.0, 4187.0, 4188.0], 'WindowWidth': [9391.0, 9395.0, 9330.0, 9325.0, 9288.0, 9264.0, 9268.0, 9235.0, 9246.0, 9219.0, 9256.0, 9238.0, 9251.0, 9251.0, 9258.0, 9229.0, 9267.0, 9295.0, 9266.0, 9295.0, 9267.0, 9303.0, 9294.0, 9305.0, 9304.0, 9291.0, 9330.0, 9282.0, 9313.0, 9326.0, 9311.0, 9331.0, 9313.0, 9329.0, 9312.0, 9335.0, 9336.0, 9331.0, 9316.0, 9329.0, 9331.0, 9348.0, 9334.0, 9317.0, 9314.0, 9349.0, 9343.0, 9331.0, 9347.0, 9333.0, 9324.0, 9330.0, 9329.0, 9330.0, 9346.0, 9367.0, 9334.0, 9302.0, 9314.0, 9328.0, 9332.0, 9314.0, 9343.0, 9333.0, 9328.0, 9328.0, 9313.0, 9312.0, 9309.0, 9314.0, 9329.0, 9342.0, 9327.0, 9303.0, 9330.0, 9339.0, 9316.0, 9330.0, 9331.0, 9331.0, 9328.0, 9330.0, 9327.0, 9318.0, 9331.0, 9349.0, 9342.0, 9334.0, 9335.0, 9316.0, 9332.0, 9326.0, 9329.0, 9348.0, 9345.0, 9330.0, 9329.0, 9336.0, 9330.0, 9343.0, 9328.0, 9340.0, 9330.0, 9324.0, 9313.0, 9321.0, 9311.0, 9329.0, 9337.0, 9312.0, 9308.0, 9310.0, 9325.0, 9340.0, 9328.0, 9326.0, 9329.0, 9324.0, 9310.0, 9308.0, 9309.0, 9329.0, 9339.0, 9311.0, 9312.0, 9310.0, 9326.0, 9338.0, 9312.0, 9294.0, 9307.0, 9341.0, 9324.0, 9322.0, 9337.0, 9324.0, 9312.0, 9308.0, 9305.0, 9297.0, 9319.0, 9327.0, 9326.0, 9309.0, 9313.0, 9324.0, 9330.0, 9329.0, 9299.0, 9330.0, 9324.0, 9331.0, 9341.0, 9341.0, 9331.0, 9328.0, 9314.0, 9311.0, 9324.0, 9325.0, 9296.0, 9312.0, 9309.0, 9340.0, 9324.0, 9325.0, 9330.0, 9311.0, 9310.0, 9310.0, 9326.0, 9331.0, 9353.0, 9314.0, 9309.0, 9295.0, 9327.0, 9335.0, 9313.0, 9305.0, 9309.0, 9313.0, 9336.0, 9310.0, 9321.0, 9308.0, 9308.0, 9311.0, 9323.0, 9305.0, 9294.0, 9326.0, 9326.0, 9295.0, 9296.0, 9295.0, 9306.0, 9314.0, 9306.0, 9307.0, 9322.0, 9292.0, 9312.0, 9323.0, 9308.0, 9295.0, 9314.0, 9322.0, 9293.0, 9308.0, 9247.0, 9290.0, 9328.0, 9295.0, 9309.0, 9281.0, 9318.0, 9319.0, 9311.0, 9327.0, 9301.0, 9330.0, 9293.0, 9315.0, 9315.0, 9316.0, 9318.0, 9361.0, 9319.0, 9343.0, 9301.0, 9313.0, 9342.0, 9317.0, 9362.0, 9310.0, 9323.0, 9314.0, 9309.0, 9337.0, 9306.0, 9336.0, 9326.0, 9340.0, 9294.0, 9291.0, 9305.0, 9320.0, 9339.0, 9307.0, 9304.0, 9290.0, 9302.0, 9305.0, 9304.0, 9335.0, 9304.0, 9324.0, 9292.0, 9302.0, 9305.0, 9303.0, 9290.0, 9306.0, 9317.0, 9290.0, 9285.0, 9308.0, 9308.0, 9302.0, 9291.0, 9301.0, 9292.0, 9323.0, 9305.0, 9309.0, 9320.0, 9308.0, 9321.0, 9320.0, 9308.0, 9304.0, 9307.0, 9322.0, 9290.0, 9302.0, 9304.0, 9310.0, 9306.0, 9292.0, 9305.0, 9302.0, 9307.0, 9293.0, 9291.0, 9303.0, 9303.0, 9306.0, 9294.0, 9291.0, 9303.0, 9288.0, 9309.0, 9303.0, 9292.0, 9304.0, 9294.0, 9320.0, 9319.0, 9307.0, 9316.0, 9287.0, 9322.0, 9304.0, 9305.0, 9319.0, 9287.0, 9306.0, 9300.0, 9304.0, 9260.0, 9286.0, 9309.0, 9303.0, 9308.0, 9304.0, 9310.0, 9328.0, 9323.0, 9313.0, 9309.0, 9307.0, 9311.0, 9342.0, 9298.0, 9309.0, 9330.0, 9296.0, 9309.0, 9323.0, 9311.0, 9292.0, 9323.0, 9300.0, 9352.0, 9322.0, 9287.0, 9306.0, 9309.0, 9343.0, 9286.0, 9305.0, 9306.0, 9286.0, 9262.0, 9286.0, 9286.0, 9285.0, 9304.0, 9285.0, 9287.0, 9302.0, 9291.0, 9293.0, 9310.0, 9329.0, 9330.0, 9309.0, 9293.0, 9307.0, 9320.0, 9295.0, 9333.0, 9291.0, 9274.0, 9314.0, 9286.0, 9334.0, 9284.0, 9271.0, 9285.0, 9302.0, 9294.0, 9294.0, 9303.0, 9284.0, 9282.0, 9264.0, 9255.0, 9284.0, 9302.0, 9304.0, 9275.0, 9307.0, 9294.0, 9302.0, 9326.0, 9293.0, 9303.0, 9289.0, 9284.0, 9291.0, 9290.0, 9300.0, 9289.0, 9296.0, 9275.0, 9310.0, 9289.0, 9311.0, 9292.0, 9289.0, 9329.0, 9292.0, 9310.0, 9292.0, 9310.0, 9317.0, 9295.0, 9306.0, 9310.0, 9311.0, 9315.0, 9301.0, 9309.0, 9312.0, 9309.0, 9319.0, 9301.0, 9333.0, 9294.0, 9306.0, 9290.0, 9313.0, 9322.0, 9294.0, 9319.0, 9309.0, 9291.0, 9293.0, 9290.0, 9321.0, 9292.0, 9321.0, 9297.0, 9303.0, 9294.0, 9305.0, 9316.0, 9310.0, 9332.0, 9294.0, 9303.0, 9290.0, 9293.0, 9321.0, 9291.0, 9318.0, 9297.0, 9291.0, 9293.0, 9289.0, 9304.0, 9305.0, 9305.0, 9292.0, 9311.0, 9304.0, 9303.0, 9317.0, 9292.0, 9308.0, 9305.0, 9306.0, 9318.0, 9292.0, 9308.0, 9304.0, 9286.0, 9315.0, 9291.0, 9302.0, 9286.0, 9302.0, 9304.0, 9293.0, 9305.0, 9306.0, 9310.0, 9308.0, 9296.0, 9327.0, 9320.0, 9311.0, 9289.0, 9291.0, 9296.0, 9305.0, 9346.0, 9301.0, 9311.0, 9309.0, 9289.0, 9326.0, 9279.0, 9285.0, 9300.0, 9285.0, 9303.0, 9290.0, 9283.0, 9286.0, 9300.0, 9258.0, 9310.0, 9279.0, 9290.0, 9305.0, 9291.0, 9324.0, 9295.0, 9311.0, 9276.0, 9306.0, 9314.0, 9296.0, 9293.0, 9324.0, 9310.0, 9293.0, 9297.0, 9289.0, 9305.0, 9303.0, 9312.0, 9295.0, 9332.0, 9304.0, 9286.0, 9270.0, 9292.0, 9316.0, 9287.0, 9314.0, 9286.0, 9293.0, 9292.0, 9290.0, 9336.0, 9307.0, 9291.0, 9296.0, 9290.0, 9288.0, 9286.0, 9299.0, 9288.0, 9318.0, 9273.0, 9285.0, 9271.0, 9285.0, 9304.0, 9289.0, 9313.0, 9288.0, 9272.0, 9291.0, 9290.0, 9286.0, 9302.0, 9288.0, 9291.0, 9322.0, 9289.0, 9307.0, 9289.0, 9308.0, 9306.0, 9292.0, 9289.0, 9307.0, 9306.0, 9296.0, 9294.0, 9318.0, 9297.0, 9303.0, 9293.0, 9293.0, 9275.0, 9302.0, 9288.0, 9295.0, 9319.0, 9294.0, 9306.0, 9291.0, 9314.0, 9321.0, 9297.0, 9308.0, 9293.0, 9306.0, 9325.0, 9289.0, 9316.0, 9290.0, 9287.0, 9275.0, 9284.0, 9286.0, 9302.0, 9285.0, 9306.0, 9302.0, 9289.0, 9302.0, 9276.0, 9304.0, 9323.0, 9294.0, 9306.0, 9294.0, 9306.0, 9313.0, 9312.0, 9293.0, 9313.0, 9307.0, 9298.0, 9339.0, 9348.0, 9331.0, 9310.0, 9293.0, 9312.0, 9324.0, 9301.0, 9314.0, 9343.0, 9311.0, 9331.0, 9324.0, 9310.0, 9340.0, 9295.0, 9306.0, 9316.0, 9391.0, 9414.0, 9287.0, 9249.0, 9230.0, 9228.0, 9223.0, 9268.0, 9240.0, 9275.0, 9277.0, 9258.0, 9287.0, 9295.0, 9288.0, 9298.0, 9303.0, 9293.0, 9353.0, 9292.0, 9302.0, 9335.0, 9294.0, 9327.0, 9315.0, 9266.0, 9322.0, 9286.0, 9294.0, 9293.0, 9261.0, 9317.0, 9268.0, 9299.0, 9245.0, 9276.0, 9248.0, 9258.0, 9240.0, 9249.0, 9277.0, 9264.0, 9283.0, 9238.0, 9289.0, 9304.0, 9269.0, 9300.0, 9270.0, 9287.0, 9311.0, 9293.0, 9302.0, 9286.0, 9309.0, 9306.0, 9305.0, 9281.0, 9290.0, 9308.0, 9305.0, 9306.0, 9318.0, 9289.0, 9311.0, 9277.0, 9304.0, 9307.0, 9292.0, 9287.0, 9296.0, 9306.0, 9308.0, 9310.0, 9342.0, 9298.0, 9312.0, 9312.0, 9309.0, 9324.0, 9291.0, 9335.0, 9317.0, 9308.0, 9300.0, 9295.0, 9290.0, 9306.0, 9304.0, 9302.0, 9326.0, 9291.0, 9300.0, 9292.0, 9285.0, 9307.0, 9295.0, 9315.0, 9293.0, 9301.0, 9291.0, 9294.0, 9301.0, 9325.0, 9310.0, 9306.0, 9277.0, 9272.0, 9285.0, 9255.0, 9293.0, 9347.0, 9287.0, 9270.0, 9259.0, 9219.0, 9283.0, 9314.0, 9240.0, 9300.0, 9263.0, 9257.0, 9223.0, 9225.0, 9212.0, 9257.0, 9241.0, 9291.0, 9289.0, 9339.0, 9295.0, 9311.0, 9269.0, 9277.0, 9248.0, 9187.0, 9256.0, 9187.0, 9239.0, 9198.0, 9207.0, 9196.0, 9193.0, 9209.0, 9185.0, 9230.0, 9206.0, 9217.0, 9221.0, 9195.0, 9250.0, 9226.0, 9245.0, 9182.0, 9224.0, 9211.0, 9217.0, 9216.0, 9266.0, 9230.0, 9241.0, 9267.0, 9234.0, 9257.0, 9250.0, 9236.0, 9232.0, 9240.0, 9252.0, 9258.0, 9259.0, 9238.0, 9260.0, 9269.0, 9243.0, 9266.0, 9274.0, 9284.0, 9278.0, 9262.0, 9285.0, 9277.0, 9286.0, 9254.0, 9310.0, 9298.0, 9316.0, 9291.0, 9295.0, 9286.0, 9278.0, 9285.0, 9284.0, 9323.0, 9272.0, 9306.0, 9312.0, 9282.0, 9325.0, 9298.0, 9323.0, 9302.0, 9342.0, 9296.0, 9266.0, 9305.0, 9265.0, 9354.0, 9310.0, 9306.0, 9290.0, 9307.0, 9338.0, 9315.0, 9278.0, 9294.0, 9292.0, 9308.0, 9296.0, 9322.0, 9281.0, 9291.0, 9303.0, 9287.0, 9306.0, 9281.0, 9336.0, 9296.0, 9277.0, 9295.0, 9300.0, 9334.0, 9295.0, 9292.0, 9284.0, 9300.0, 9320.0, 9298.0, 9295.0, 9279.0, 9285.0, 9308.0, 9297.0, 9276.0, 9293.0, 9302.0, 9279.0, 9297.0, 9277.0, 9279.0, 9299.0, 9279.0, 9293.0, 9290.0, 9281.0, 9301.0, 9282.0, 9311.0, 9295.0, 9299.0, 9318.0, 9301.0, 9314.0, 9298.0, 9304.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.010209748358862144</td></tr>
<tr><td colspan=3>aqi</td><td>0.05006855087527353</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.33546595665933</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2335986095290246</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.136341352968238</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>3467.1628</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1355823654413279</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.956236323851204</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.594372965640229</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5349665759253233</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7980486605620487</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.450103660433316</td></tr>
<tr><td colspan=3>gcor</td><td>0.00776716</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008558745495975018</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017650313675403595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>914</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.916767248636426</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>29.9823</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.2595</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.8459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299364.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.3846</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1389</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.6114</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3376.9487</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77180.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>919.63</td></tr>
<tr><td colspan=3>tsnr</td><td>29.649429918034002</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>