> I got the excellent program iridflar up and running.. > i have a small problem.. it computes the flares and > then sorts them chronologically is there a way to show > the earlier number flares i.e #2 etc... as it shows > only later number ones.. > I don't quite get your idea (?) If you do have a " F Output file: " (iridflar.out?) you can always use the (DOS) sort.exe to sort it (on column 1). If you just want to read it while it is being produced (not in numerical order, but the order of the TLE file, usually USSPACECOM Catalog Number) you can press the spacebar to pause and resume predictions. If you want a more permanent arrangement, create a sort.bat file in the directory IN WHICH YOU START iridflar, with two or more of the following lines (replace the sort path with where YOUR sort.exe resides): REM in the order of TLE file copy IRIDFLAR.OUT IRIDFLAR.TXT REM in reverse date order E:\WINNT\system32\sort.exe /+5 /R <IRIDFLAR.OUT >IRIDTEMP.SOR REM in Iridium number order E:\WINNT\system32\sort.exe /+1 <IRIDFLAR.OUT >IRIDFLAR.SOR Note that iridflar calls sort with redirect tokens ( < > ), and I know of no way to retrieve the names (or use them) in a .bat file. This means that all .cfg files started from the same directory MUST use the same output file names, also that skymap can not be started from the same directory! ----------------------------------------------------------------- Unsubscribe from SeeSat-L by sending a message with 'unsubscribe' in the SUBJECT to SeeSat-L-request@lists.satellite.eu.org http://www2.satellite.eu.org/seesat/seesatindex.html
This archive was generated by hypermail 2b29 : Fri Aug 03 2001 - 02:55:32 PDT