IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 19 and Version 20 of DVO_Conrad_Worksheet


Ignore:
Timestamp:
Jun 21, 2012, 4:37:50 PM (14 years ago)
Author:
conradh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DVO_Conrad_Worksheet

    v19 v20  
    130130||114503301103546828 ||1647540050000038543 ||18833000017783 ||3854 ||330.110331520645 ||5.42194339501451 ||3 ||0 ||22.3856067657471 ||-999 ||0||
    131131
    132  1. Find out the dvo path that the IPPTOPSPS is getting its data from. See [wiki:ippToPsps_Database#Theconfigtable IPPTOPSPS Config table].
     132 1. Find out the dvo path that the IPPTOPSPS is getting its data from. See [wiki:ippToPsps_Database#Theconfigtable dvo_location variable IPPTOPSPS Config table].
    133133
    134134 2. Run dvo and set the catdir from the dvo prompt.
     
    137137}}}
    138138
     139 3. Set the region so that its roughly within the same area of the above stacks. region Ra Dec Radius [projection] [orientation]
     140{{{
     141  region 330.134073398733 5.41507490193458 0.1
     142}}}
     143
     144 4. Load a vector from that sky region and observe it.
     145{{{
     146mextract RA, DEC, photocode, mag, mag:err, objID, detID, catID
     147vectors
     148}}}
     149
     150 5. Write the vector to a dat file
     151{{{
     152write /tmp/bad_stacks.dat RA, DEC, photocode, mag, mag:err, objID, detID, catID
     153}}}
     154
     155 6. '''This gets fuzzy.'''  Ob
     156