To find and download HEASARC data in the cloud, you can use astroquery.heasarc or download our new tool, hark.
The HEASARC and NuSTAR teams are greatly saddened by the sudden passing of Katja Pottschmidt. Most recently Katja was the lead scientist for the NuSTAR Guest Observer Facility (GOF), a role she had supported for many years. During her science career she worked on many other high energy astrophysics missions and played an integral role in advancing our knowledge of the universe. She was a wonderful colleague and friend and will be keenly missed by all who knew her.
scripts terminal prompt
Sometimes it would be nice to write a script that in which most of the responses are read from the script, but one or more lines are read from the terminal. This can done by using the @ symbol with no filename. When XPI is reading an script, and comes to that line it will proceed to write the prompt on the terminal, and read the user's response. After this one line is read, XPI returns to reading the script. Of course, @ could again be used on the following line.
For example, consider the file:
1,23! Normal input ! Default input @test! Read from the file test, until the end of the file 10 ! More input @! Read this line from the terminal 999! Another normal line