<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I intend to implement the full Standard (V 4.0 / 2016); what I shared was only some basic type-definitions I wrote up while going through the standard. Aside from what I shared, I have the values of 4.2 and the checksum of appendix J, but not much else as yet.<br>
</div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> fitsbits <fitsbits-bounces@listmgr.nrao.edu> on behalf of fitsbits-request@listmgr.nrao.edu <fitsbits-request@listmgr.nrao.edu><br>
<b>Sent:</b> Tuesday, July 20, 2021 8:17 AM<br>
<b>To:</b> fitsbits@listmgr.nrao.edu <fitsbits@listmgr.nrao.edu><br>
<b>Subject:</b> fitsbits Digest, Vol 140, Issue 6</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">**Warning: This email originated external to the NMSU email system. Do not click on links or open attachments unless you are sure the content is safe.<br>
<br>
Send fitsbits mailing list submissions to<br>
fitsbits@listmgr.nrao.edu<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942758357%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ELwY7I%2BmrFqKiAXCjz0vi1f1GGk9DtKaQLxuE0%2FCtMM%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942758357%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ELwY7I%2BmrFqKiAXCjz0vi1f1GGk9DtKaQLxuE0%2FCtMM%3D&reserved=0</a><br>
or, via email, send a message with subject or body 'help' to<br>
fitsbits-request@listmgr.nrao.edu<br>
<br>
You can reach the person managing the list at<br>
fitsbits-owner@listmgr.nrao.edu<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of fitsbits digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: [EXT]Re: JSON to FITS bintable?<br>
(Seaman, Robert Lewis - (rseaman))<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 20 Jul 2021 14:16:50 +0000<br>
From: "Seaman, Robert Lewis - (rseaman)" <rseaman@arizona.edu><br>
To: Joey Fish <efish@nmsu.edu>, "fitsbits@listmgr.nrao.edu"<br>
<fitsbits@listmgr.nrao.edu><br>
Subject: Re: [fitsbits] [EXT]Re: JSON to FITS bintable?<br>
Message-ID: <75FE8F76-0AD1-4F6A-AF1B-E05E7B173429@email.arizona.edu><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Joey,<br>
<br>
Will this include tile compression and other advanced parts of the full standard?<br>
<br>
Rob Seaman<br>
Lunar and Planetary Laboratory<br>
University of Arizona<br>
<br>
<br>
From: fitsbits <fitsbits-bounces@listmgr.nrao.edu> on behalf of Joey Fish via fitsbits <fitsbits@listmgr.nrao.edu><br>
Reply-To: Joey Fish <efish@nmsu.edu><br>
Date: Tuesday, July 20, 2021 at 6:54 AM<br>
To: "fitsbits@listmgr.nrao.edu" <fitsbits@listmgr.nrao.edu><br>
Subject: [EXT]Re: [fitsbits] JSON to FITS bintable?<br>
<br>
<br>
External Email<br>
On the topic of proper types for FITS, I'm working on an Ada 2012 / SPARK 2014 implementation of the Standard, meaning formally/'mechanically' provable, the following is the specification (FITS.ads) ?<br>
Pragma Ada_2012;<br>
Pragma Assertion_Policy( Check );<br>
Pragma Restrictions( No_Implementation_Aspect_Specifications );<br>
Pragma Restrictions( No_Implementation_Attributes );<br>
Pragma Restrictions( No_Implementation_Pragmas );<br>
<br>
With<br>
System,<br>
Ada.Streams,<br>
Ada.IO_Exceptions,<br>
Ada.Unchecked_Conversion;<br>
<br>
Package FITS with Pure, SPARK_Mode => On is<br>
<br>
-----------------<br>
-- CONSTANTS --<br>
-----------------<br>
<br>
-- FITS 4.0 (3.1)<br>
-- Each FITS structure shall consist of an integral number of<br>
-- FITS blocks which are each 2880 bytes (23040 bits) in length.<br>
Block_Size_Bits : Constant := 23_040;<br>
Block_Size_Bytes : Constant := Block_Size_Bits / 8; -- Assumes 8-bit Byte.<br>
Pragma Assert( Block_Size_Bytes = 2_880 );<br>
<br>
-- FITS 4.0 (3.3.1)<br>
-- Each 2880-byte header block contains 36 keyword records.<br>
Keyword_Line_Size : Constant := 80;<br>
Keywords_in_Block : Constant := Block_Size_Bytes / Keyword_Line_Size;<br>
Pragma Assert( Keywords_in_Block = 36 );<br>
<br>
-- IMPLEMENTATION LIMITATION.<br>
Maximum_Keyword_Blocks : Constant := 100; -- So, 3_600 keywords.<br>
<br>
-- FITS 4.0 (3.2)<br>
-- The header blocks shall contain only the restricted set of ASCII text<br>
-- characters, decimal 32 through 126 (hexadecimal 20 through 7E).<br>
Header_Character_First : Constant Character := Character'Val( 32 );<br>
Header_Character_Last : Constant Character := Character'Val( 126 );<br>
Subtype Header_Character is Character range Header_Character_First..Header_Character_Last<br>
with Static_Predicate => Header_Character >= Header_Character_First and<br>
Header_Character <= Header_Character_Last;<br>
Subtype Record_String is String<br>
with Dynamic_Predicate =><br>
Record_String'Length <= 80 and -- Should be "equal to 80", but for convienience is allowed to be less.<br>
(for all Ch of Record_String => Ch in Header_Character);<br>
<br>
Subtype KW_String is Record_String<br>
with Dynamic_Predicate =><br>
KW_String'Length <= 8 and<br>
(if KW_String'Length in 1..8 then<br>
-- If there is a SPACE in the keword, no successive character may<br>
-- contain a non-SPACE character; this is equivelant to FOR ALL x in<br>
-- range 1..7, if the next character is not a space, neither is x.<br>
(for all I in KW_String'First..Positive'Pred(KW_String'Last)<br>
=> (if KW_String(Positive'Succ(I)) /= ' ' then KW_String(I) /= ' ')<br>
)) and<br>
(for all Ch of KW_String => Ch in Header_Character);<br>
<br>
Checksum_Character_First : Constant Character := Character'Val( 16#30# );<br>
Checksum_Character_Last : Constant Character := Character'Val( 16#72# );<br>
Subtype Checksum_Character is Header_Character<br>
range Checksum_Character_First..Checksum_Character_Last;<br>
<br>
<br>
subtype Digit is Header_Character<br>
with Static_Predicate => Digit in '0'..'9';<br>
<br>
<br>
Maximum_Axis_Count : Constant := 999;<br>
Maximum_Axis_Value : Constant := 2**31 - 1; --Positive'Last;<br>
<br>
<br>
-------------------<br>
-- SIMPLE TYPES --<br>
-------------------<br>
<br>
Type Unsigned_64 is mod 2**64 with Size => 64;<br>
Type Integer_64 is range -(2**63)..(2**63)-1 with Size => 64;<br>
<br>
Type Element_Type is<br>
(<br>
ET_Float_64, -- -64 IEEE 64-bit floating point values<br>
ET_Float_32, -- -32 IEEE 32-bit floating point values<br>
ET_Unsigned_8, -- 8 ASCII characters or 8-bit unsigned integers<br>
ET_Signed_16, -- 16 16-bit, twos complement signed integers<br>
ET_Signed_32 -- 32 32-bit, twos complement signed integers<br>
);<br>
<br>
For Element_Type use<br>
(<br>
ET_Float_64 => -64,<br>
ET_Float_32 => -32,<br>
ET_Unsigned_8 => 8,<br>
ET_Signed_16 => 16,<br>
ET_Signed_32 => 32<br>
);<br>
<br>
Type Element(<>) is private;<br>
<br>
<br>
<br>
Type Axis_Count is range 0..Maximum_Axis_Count with Size => 10;<br>
Type Axis_Value is range 1..Maximum_Axis_Value with Size => 32;<br>
Type Offset_64 is mod 2**64 with size => 64;<br>
<br>
<br>
--Type Axis_Range is range 1..2**32 with Size => 32;<br>
Type Axis_Dimensions is Array (Axis_Count range <>) of Axis_Value<br>
with Default_Component_Value => 1; --, TYPE_INVARIANT => true;<br>
Subtype Primary_Data_Array is Axis_Dimensions(1..999);<br>
Subtype Random_Groups_Data is Axis_Dimensions(1..998);<br>
<br>
<br>
Function Flatten( Item : Axis_Dimensions ) return Offset_64;<br>
Function EF( Item : FITS.Axis_Dimensions ) return Offset_64;<br>
<br>
-- FITS 4.0 (3.3.2)<br>
-- The individual data values shall be stored in big-endian byte order<br>
-- such that the byte containing the most significant bits of the<br>
-- value appears first in the FITS file, followed by the remaining<br>
-- bytes, if any, in decreasing order of significance.<br>
<br>
<br>
------------------<br>
-- EXCEPTIONS --<br>
------------------<br>
<br>
-- -- Will be raised when an HDU contains an invalid character.<br>
-- Data_Error : Exception renames Ada.IO_Exceptions.Data_Error;<br>
--<br>
-- --<br>
-- Layout_Error : Exception renames Ada.IO_Exceptions.Layout_Error;<br>
<br>
<br>
Private<br>
<br>
-- Check to make sure this is a good/usable representation.<br>
Type Element( Style : Element_Type ) is record<br>
Case Style is<br>
When ET_Unsigned_8 => U8 : stub; -- Interfaces.Unsigned_8 := 0;<br>
When ET_Signed_16 => S16 : stub; -- Interfaces.Integer_16 := 0;<br>
When ET_Signed_32 => S32 : stub; -- Interfaces.Integer_32 := 0;<br>
When ET_Float_32 => F32 : stub; -- Interfaces.IEEE_Float_32 := 0.0;<br>
When ET_Float_64 => F64 : stub; -- Interfaces.IEEE_Float_64 := 0.0;<br>
end case;<br>
end record;<br>
-- with Bit_Order => System.High_Order_First, Unchecked_Union => True;<br>
End FITS;<br>
<br>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br>
To test for if a keyword is valid (construction/format-wise), all you have to do is, given a string Value write Value in KW_String and use the boolean result.<br>
<br>
________________________________<br>
From: fitsbits <fitsbits-bounces@listmgr.nrao.edu> on behalf of fitsbits-request@listmgr.nrao.edu <fitsbits-request@listmgr.nrao.edu><br>
Sent: Saturday, July 17, 2021 10:00 AM<br>
To: fitsbits@listmgr.nrao.edu <fitsbits@listmgr.nrao.edu><br>
Subject: fitsbits Digest, Vol 140, Issue 4<br>
<br>
**Warning: This email originated external to the NMSU email system. Do not click on links or open attachments unless you are sure the content is safe.<br>
<br>
Send fitsbits mailing list submissions to<br>
fitsbits@listmgr.nrao.edu<br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942758357%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ELwY7I%2BmrFqKiAXCjz0vi1f1GGk9DtKaQLxuE0%2FCtMM%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942758357%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ELwY7I%2BmrFqKiAXCjz0vi1f1GGk9DtKaQLxuE0%2FCtMM%3D&reserved=0</a><br>
or, via email, send a message with subject or body 'help' to<br>
fitsbits-request@listmgr.nrao.edu<br>
<br>
You can reach the person managing the list at<br>
fitsbits-owner@listmgr.nrao.edu<br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of fitsbits digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Re: JSON to FITS bintable? (Simon Conseil)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 15 Jul 2021 09:23:34 +0200<br>
From: Simon Conseil <simon@sconseil.fr><br>
To: fitsbits@listmgr.nrao.edu<br>
Subject: Re: [fitsbits] JSON to FITS bintable?<br>
Message-ID: <62a1ab75-9855-c797-7d45-09cdd9b7f3b8@sconseil.fr><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hi,<br>
<br>
It seems difficult to have a generic solution for this kind of problem,<br>
but with a few lines of Python you can easily get a FITS (would need a<br>
bit more work if you want proper types, but those are not well defined<br>
in the JSON):<br>
<br>
In []: data = json.loads('.. data from the email ..')<br>
<br>
# Splitting data and metadata<br>
<br>
In []: orbits = data.pop('orbits')<br>
<br>
# data values were saved as string in the json, convert as float, "NULL"<br>
values could be replaced by NaNs and/or masked<br>
<br>
In []: dtype = [int, float, float, float, float, float, float, float,<br>
float, str, str, float, str, float, int]<br>
<br>
# Data was saved row by row, so use rows=...<br>
<br>
In []: tbl = Table(rows=orbits['data'], names=orbits['fields'],<br>
meta=data, dtype=dtype)<br>
<br>
In []: tbl<br>
Out[]:<br>
<Table length=2><br>
idx epoch ec ... vinf geoEcc impFlag<br>
int64 float64 float64 ... str4 float64 int64<br>
----- ----------------- ------------------ ... ---- ------- -------<br>
0 2459406.890974739 0.2998598423946383 ... NULL 1e+99 0<br>
999 2459406.890974739 0.2000304724974162 ... NULL 1e+99 0<br>
<br>
# Currently just a dict<br>
<br>
In []: tbl.meta<br>
Out[]:<br>
{'H': '20.3',<br>
'Vmag': '21.8',<br>
'arc': '48.40',<br>
'caDist': None,<br>
'dec': '-34',<br>
'elong': '167',<br>
'geocentricScore': '0',<br>
'ieoScore': '0',<br>
'lastRun': '2021-07-13 11:52',<br>
'moid': '0.6',<br>
'nObs': '7',<br>
'neo1kmScore': '0',<br>
'neoScore': '16',<br>
'objectName': 'P11hVaG',<br>
'phaScore': '0',<br>
'ra': '19:44',<br>
'rate': '0.9',<br>
'rating': '0',<br>
'rmsN': '0.58',<br>
'signature': {'source': 'NASA/JPL Scout API', 'version': '1.2'},<br>
'tEphem': '2021-07-13 13:30',<br>
'tisserandScore': '6',<br>
'unc': '0.05',<br>
'uncP1': '0.33',<br>
'vInf': None}<br>
<br>
# Writing to FITS will convert .meta to a FITS Header, dropping<br>
'signature' which would need to be flattened<br>
<br>
In []: tbl.write('data.fits')<br>
WARNING: VerifyWarning: Keyword name 'geocentricScore' is greater than 8<br>
characters or contains characters not allowed by the FITS standard; a<br>
HIERARCH card will be created. [astropy.io.fits.card]<br>
WARNING: VerifyWarning: Keyword name 'neo1kmScore' is greater than 8<br>
characters or contains characters not allowed by the FITS standard; a<br>
HIERARCH card will be created. [astropy.io.fits.card]<br>
WARNING: VerifyWarning: Keyword name 'objectName' is greater than 8<br>
characters or contains characters not allowed by the FITS standard; a<br>
HIERARCH card will be created. [astropy.io.fits.card]<br>
WARNING: VerifyWarning: Keyword name 'signature' is greater than 8<br>
characters or contains characters not allowed by the FITS standard; a<br>
HIERARCH card will be created. [astropy.io.fits.card]<br>
WARNING: Attribute `signature` of type <class 'dict'> cannot be added to<br>
FITS Header - skipping [astropy.io.fits.convenience]<br>
WARNING: VerifyWarning: Keyword name 'tisserandScore' is greater than 8<br>
characters or contains characters not allowed by the FITS standard; a<br>
HIERARCH card will be created. [astropy.io.fits.card]<br>
<br>
Simon<br>
<br>
<br>
<br>
On 7/15/21 8:37 AM, John K. Parejko via fitsbits wrote:<br>
> Well, you could always pickup from that github issue and contribute a patch to astropy for this support!<br>
><br>
> John<br>
><br>
>> On 14Jul 2021, at 21:03, Seaman, Robert Lewis - (rseaman) <rseaman@arizona.edu> wrote:<br>
>><br>
>> Hi John,<br>
>><br>
>> Thanks for the (almost) solution. (I presume you edited out the ellipsis.) JSON is fairly ubiquitous in the NEO community. I'm surprised support in astropy has been stalled for five years, at least as a bintable serialization. I may bite the bullet and roll
my own with CFITSIO.<br>
>><br>
>> Rob<br>
>> --<br>
>><br>
>> ?On 7/14/21, 11:35 AM, "John K. Parejko" <parejkoj@uw.edu> wrote:<br>
>><br>
>> I couldn?t quite get your json into an astropy.table, but this is almost what you need.<br>
>><br>
>> import pandas as pd<br>
>> import astropy.table<br>
>> data = pd.read_json('table.json', orient='values', typ='series?)<br>
>> table = astropy.table.Table.from_pandas(data.to_frame()) <? this fails<br>
>> table.write(?table.fits?)<br>
>><br>
>> You may be able to get it to work with the appropriate `pd.read_json` options. I?m not that familiar with pandas.<br>
>><br>
>> There?s an open astropy PR about this, but it stalled out and most recently folks there were moving towards ECSV.<br>
>><br>
>> <a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fastropy%2Fastropy%2Fissues%2F4604&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=nbiBDHym44x28sgaeFH8lZDBY4XP4URRi06E3SbyPxA%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fastropy%2Fastropy%2Fissues%2F4604&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=nbiBDHym44x28sgaeFH8lZDBY4XP4URRi06E3SbyPxA%3D&reserved=0</a><br>
>><br>
>> John<br>
>><br>
>><br>
>>> On 13Jul 2021, at 09:12, Seaman, Robert Lewis - (rseaman) via fitsbits <fitsbits@listmgr.nrao.edu> wrote:<br>
>>><br>
>>> Howdy,<br>
>>><br>
>>> Anybody have a viable JSON to bintable converter / library to recommend?<br>
>>><br>
>>> Format as below.<br>
>>><br>
>>> Rob<br>
>>><br>
>>><br>
>>> {<br>
>>> "H": "20.3",<br>
>>> "Vmag": "21.8",<br>
>>> "arc": "48.40",<br>
>>> "caDist": null,<br>
>>> "dec": "-34",<br>
>>> "elong": "167",<br>
>>> "geocentricScore": "0",<br>
>>> "ieoScore": "0",<br>
>>> "lastRun": "2021-07-13 11:52",<br>
>>> "moid": "0.6",<br>
>>> "nObs": "7",<br>
>>> "neo1kmScore": "0",<br>
>>> "neoScore": "16",<br>
>>> "objectName": "P11hVaG",<br>
>>> "orbits": {<br>
>>> "count": "1000",<br>
>>> "data": [<br>
>>> [<br>
>>> 0,<br>
>>> "2459406.890974739",<br>
>>> "2.998598423946383E-01",<br>
>>> "1.254932587424348E+00",<br>
>>> "2459535.040736465",<br>
>>> "3.1448800075530471E+02",<br>
>>> "6.1192414581791162E+01",<br>
>>> "1.1594628618305565E+01",<br>
>>> "21.376293",<br>
>>> "NULL",<br>
>>> "NULL",<br>
>>> "3.065249120E-01",<br>
>>> "NULL",<br>
>>> "1.000000000E+99",<br>
>>> 0<br>
>>> ],<br>
>>> . . .<br>
>>> [<br>
>>> 999,<br>
>>> "2459406.890974739",<br>
>>> "2.000304724974162E-01",<br>
>>> "1.584871836255366E+00",<br>
>>> "2459160.741920622",<br>
>>> "3.1292408591618408E+02",<br>
>>> "2.2731638231383295E+02",<br>
>>> "1.7097327014467091E+01",<br>
>>> "19.682230",<br>
>>> "NULL",<br>
>>> "NULL",<br>
>>> "6.321307279E-01",<br>
>>> "NULL",<br>
>>> "1.000000000E+99",<br>
>>> 0<br>
>>> ]<br>
>>> ],<br>
>>> "fields": [<br>
>>> "idx",<br>
>>> "epoch",<br>
>>> "ec",<br>
>>> "qr",<br>
>>> "tp",<br>
>>> "om",<br>
>>> "w",<br>
>>> "inc",<br>
>>> "H",<br>
>>> "dca",<br>
>>> "tca",<br>
>>> "moid",<br>
>>> "vinf",<br>
>>> "geoEcc",<br>
>>> "impFlag"<br>
>>> ]<br>
>>> },<br>
>>> "phaScore": "0",<br>
>>> "ra": "19:44",<br>
>>> "rate": "0.9",<br>
>>> "rating": "0",<br>
>>> "rmsN": "0.58",<br>
>>> "signature": {<br>
>>> "source": "NASA/JPL Scout API",<br>
>>> "version": "1.2"<br>
>>> },<br>
>>> "tEphem": "2021-07-13 13:30",<br>
>>> "tisserandScore": "6",<br>
>>> "unc": "0.05",<br>
>>> "uncP1": "0.33",<br>
>>> "vInf": null<br>
>>> }<br>
>>><br>
>>> _______________________________________________<br>
>>> fitsbits mailing list<br>
>>> fitsbits@listmgr.nrao.edu<br>
>>> <a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KoPWuu9zoeO3UUna2kk4fOy9RB6M2VyxvgZqJwlbgZ0%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KoPWuu9zoeO3UUna2kk4fOy9RB6M2VyxvgZqJwlbgZ0%3D&reserved=0</a><br>
>><br>
>> --<br>
>> *************************<br>
>> John Parejko<br>
>> parejkoj@uw.edu<br>
>> Rubin Observatory, DIRAC Fellow<br>
>> <a href="https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fstaff.washington.edu%2Fparejkoj%2F&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=RVO2NWoQPrtWfM3X%2FGBpPpld4IUr8e6kfT59GyZ0VeE%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fstaff.washington.edu%2Fparejkoj%2F&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=RVO2NWoQPrtWfM3X%2FGBpPpld4IUr8e6kfT59GyZ0VeE%3D&reserved=0</a><br>
>> Department of Physics and Astronomy<br>
>> University of Washington<br>
>> Seattle, WA<br>
>> **************************<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
><br>
> --<br>
> *************************<br>
> John Parejko<br>
> parejkoj@uw.edu<br>
> Rubin Observatory, DIRAC Fellow<br>
> <a href="https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fstaff.washington.edu%2Fparejkoj%2F&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=RVO2NWoQPrtWfM3X%2FGBpPpld4IUr8e6kfT59GyZ0VeE%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Fstaff.washington.edu%2Fparejkoj%2F&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=RVO2NWoQPrtWfM3X%2FGBpPpld4IUr8e6kfT59GyZ0VeE%3D&reserved=0</a><br>
> Department of Physics and Astronomy<br>
> University of Washington<br>
> Seattle, WA<br>
> **************************<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> fitsbits mailing list<br>
> fitsbits@listmgr.nrao.edu<br>
> <a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KoPWuu9zoeO3UUna2kk4fOy9RB6M2VyxvgZqJwlbgZ0%3D&reserved=0">
https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KoPWuu9zoeO3UUna2kk4fOy9RB6M2VyxvgZqJwlbgZ0%3D&reserved=0</a><br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
fitsbits mailing list<br>
fitsbits@listmgr.nrao.edu<br>
<a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KoPWuu9zoeO3UUna2kk4fOy9RB6M2VyxvgZqJwlbgZ0%3D&reserved=0">https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942768351%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=KoPWuu9zoeO3UUna2kk4fOy9RB6M2VyxvgZqJwlbgZ0%3D&reserved=0</a><br>
<br>
<br>
------------------------------<br>
<br>
End of fitsbits Digest, Vol 140, Issue 4<br>
****************************************<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Flistmgr.nrao.edu%2Fpipermail%2Ffitsbits%2Fattachments%2F20210720%2F30e19123%2Fattachment.html&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942778343%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4VhDgDDQWzY1wP9M3wjIlXjMiOQBo4go6cVk%2BZn4gp0%3D&reserved=0">https://nam10.safelinks.protection.outlook.com/?url=http%3A%2F%2Flistmgr.nrao.edu%2Fpipermail%2Ffitsbits%2Fattachments%2F20210720%2F30e19123%2Fattachment.html&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942778343%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=4VhDgDDQWzY1wP9M3wjIlXjMiOQBo4go6cVk%2BZn4gp0%3D&reserved=0</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
fitsbits mailing list<br>
fitsbits@listmgr.nrao.edu<br>
<a href="https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942778343%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=aJL4%2BrJ82onEMfgSzY8WS0wA4gFVnixDld%2Bv31LTQaA%3D&reserved=0">https://nam10.safelinks.protection.outlook.com/?url=https%3A%2F%2Flistmgr.nrao.edu%2Fmailman%2Flistinfo%2Ffitsbits&data=04%7C01%7Cefish%40nmsu.edu%7C19556cb69d62483bb0bf08d94b89353e%7Ca3ec87a89fb84158ba8ff11bace1ebaa%7C1%7C0%7C637623874942778343%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=aJL4%2BrJ82onEMfgSzY8WS0wA4gFVnixDld%2Bv31LTQaA%3D&reserved=0</a><br>
<br>
<br>
------------------------------<br>
<br>
End of fitsbits Digest, Vol 140, Issue 6<br>
****************************************<br>
<br>
</div>
</span></font></div>
</body>
</html>