Skip to content

Commit 0e02ce4

Browse files
committed
IRSA-514-Add-PTF-Image-Retrieve-TSV
1 parent fae7941 commit 0e02ce4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/firefly/js/templates/lightcurve/ptf/PTFPlotRequests.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ export function getWebPlotRequestViaPTFIbe(tableModel, hlrow, cutoutSize, params
5757

5858
// convert the default Cutout size in arcmin to deg for WebPlotRequest
5959
const cutoutSizeInDeg = convertAngle('arcmin','deg', cutoutSize);
60+
6061
// pfilename should be resolved using PtfibeResolver by ej
62+
// PtfIbeResolver res = new PtfIbeResolver();
63+
// String fs = res.getValuesFromColumn(pids, "pfilename");
64+
6165
const pfilename = 'proc/2013/06/16/f2/c4/p5/v1/PTF_201306163445_i_p_scie_t081605_u016406820_f02_p005137_c04.fits';
6266
try {
6367

@@ -73,6 +77,7 @@ export function getWebPlotRequestViaPTFIbe(tableModel, hlrow, cutoutSize, params
7377
sr.setParam('schema', 'images');
7478
sr.setParam('table', 'level1');
7579
sr.setParam('pfilename', `${pfilename}`);
80+
// sr.setParam('pfilename', `${fs}`);
7681

7782
var wp = null;
7883
sr.setParam('doCutout', 'false');

0 commit comments

Comments
 (0)