IAU-ADES / ADES-Master

ADES implementation based on a master XML file
26 stars 7 forks source link

<artSat> designations #41

Closed Bill-Gray closed 6 months ago

Bill-Gray commented 7 months ago

Peter Vereš and I have been discussing various artsat-related issues, and it made me think about the above subject.

"Officially recognized" (*) artsats have two designations. They have a NORAD number, currently limited to five digits, but plans are afoot to allow that to go up to nine digits. They also have an international designation, which is a launch year with a dash, a three-digit launch number, and one, two, or three uppercase letters. For example, the ISS is NORAD 25544 and has the international designation 1998-067A (meaning it was the main component of the 67th launch of 1998). So an international designation can be nine, ten, or eleven bytes long.

I don't think anyone is using this part of ADES yet. It seems to me we might want to specify exactly which scheme gets used. Or we might want to have <artSat> and <artSatIntl>. Or, since the existing scheme allows 25 bytes, one might have (for the ISS) <artSat>25544/1998-067A</artSat>.

I don't take a strong opinion on this, except that agreement on what should go between <artSat> and </artSat> seems desirable.

(*) Empty trash-bag objects and some other undesignated objects tracked by the planetary defense community have been getting designations assigned by me that follow the above schemes, but which should not conflict with official designations.

federicaspoto commented 7 months ago

Hi @Bill-Gray, Peter contacted you because we are working on this Jira ticket: https://mpc-service.atlassian.net/browse/MPCHLP-2262. I'll give you more information about those specific problems on the Jira ticket, but I wanted to reply to your comment about the artsat content.

Following your exchange with Peter we decided to use the internal designation for the artsat, which is supposed to be unique. Even though the existing scheme allows string of 25 characters long, the MPC still need to produce an obs80 format and while we can fit one of the two designations, we cannot fit both in there (the maximum allow length is 12). We have already taken actions to clean and fix our current database.

If you agree, we would like to do the following:

If that sounds good, I believe we can close this issue and I can update you on the corresponding Jira ticket.

Thank you, Federica

Bill-Gray commented 7 months ago

Hi Federica,

Thank you.  I'm quite happy with the idea that we'll use only the 

international (YYYY-NNNAAA) designation in both the punch-card format and for the ADES field. I commented on it here because it's both an MPC issue and a broader ADES issue; non-MPC people (including me) setting that field should know what to put into it. So I'm thinking that the ADES documentation ought to give some suitable advice on its use. For example :

-- Bill

On 2/8/24 08:38, Federica Spoto wrote:

Hi @Bill-Gray https://github.com/Bill-Gray, Peter contacted you because we are working on this Jira ticket: https://mpc-service.atlassian.net/browse/MPCHLP-2262 https://mpc-service.atlassian.net/browse/MPCHLP-2262. I'll give more information about those specific problems on the Jira tickets.

Following your exchange with Peter we decided to use the internal designation for the artsat, which is supposed to be unique. Even though the existing scheme allows string of 25 characters long, the MPC still need to produce an obs80 format and while we can fit one of the two designations, we cannot fit both in there (the maximum allow length is 12). We are already taken actions to clean and fix our current database.

If you agree, we would like to do the following:

  • Use the international designation for the artsat field, e.g. |1998-067A|
  • Keep only the artsat field

If that sounds good, I believe we can close this issue and I can update you on the corresponding Jira ticket.

Thank you, Federica

— Reply to this email directly, view it on GitHub https://github.com/IAU-ADES/ADES-Master/issues/41#issuecomment-1934143804, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD7IDLWKX5OFNEAKDMGH2IDYSTIPHAVCNFSM6AAAAABC64XNUKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZUGE2DGOBQGQ. You are receiving this because you were mentioned.Message ID: @.***>

federicaspoto commented 7 months ago

Hi Bill,

thank you for your reply.

Please let me know if you have other questions.

stevechesley commented 6 months ago

Resolved with PR #47