-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add more IOD formats #193
Comments
I added some already. some more need to be finished. |
Hi! Is this issue still open? |
Is the issue still open ? |
It is open as long as we do not close it. |
I was looking into the issue, found that for the conversion to work, four variables are required, namely : elevation, azimuth, UTC time and finally Latitude. the data provided would already contain three of them excluding Latitude, as latitude would be of the observing station, it would be required to calculate the siderial time and also both of elevation and azimuth. here is the code taken from
|
Hi, okay, cool. Why not making a PR out of all your efforts? It's also easier to read. Will you? |
ok, i'll make a PR, but the location(latitude and longitude) data is important, would you resolve that for me? also i am a student from India, trying for GSoC 2021, just to let you know |
It latitude longitude stuff is implemented in the already working part. I think you can just do it similarly. You should test your code anyways and see, if it works :). And I expected you to be a gsoc student. ;) We have a lot of new activity lately about it. |
should i make a new branch for this? |
@KingShark1 you can use the branch for the report formats. |
@hornig can you check up on the changes i made? |
@KingShark1 your link is broken (underneath) and on the visible side it links to your repo. Will have a look then. :) |
yeah did that! |
would be good if you remove it :) |
Hey @hornig |
orbitdeterminator/orbitdeterminator/kep_determination/gauss_method.py
Lines 218 to 247 in 5a2c2a6
read first line, get sub-format, construct iod_delims from there
as it is now, it only works for the given test file iod_data.txt
iod_delims are the fixed-width column delimiter followinf IOD format description
IOD formats explained here http://www.satobs.org/position/IODformat.html
The text was updated successfully, but these errors were encountered: